-- MySQL dump 10.13  Distrib 8.0.33, for macos13 (x86_64)
--
-- Host: 127.0.0.1    Database: resido_2
-- ------------------------------------------------------
-- Server version	8.0.23

/*!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 */;
/*!50503 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `activations`
--

DROP TABLE IF EXISTS `activations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `activations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `code` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `completed` tinyint(1) NOT NULL DEFAULT '0',
  `completed_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `activations_user_id_index` (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `activations`
--

LOCK TABLES `activations` WRITE;
/*!40000 ALTER TABLE `activations` DISABLE KEYS */;
INSERT INTO `activations` VALUES (1,1,'XBDGm3bYJZ8iaHvlpakDKAKDOHKsnggU',1,'2024-05-03 00:12:35','2024-05-03 00:12:35','2024-05-03 00:12:35');
/*!40000 ALTER TABLE `activations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `admin_notifications`
--

DROP TABLE IF EXISTS `admin_notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `admin_notifications` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `action_label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `action_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `read_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `permission` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `admin_notifications`
--

LOCK TABLES `admin_notifications` WRITE;
/*!40000 ALTER TABLE `admin_notifications` DISABLE KEYS */;
/*!40000 ALTER TABLE `admin_notifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `audit_histories`
--

DROP TABLE IF EXISTS `audit_histories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `audit_histories` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `module` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `request` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `action` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_agent` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reference_user` bigint unsigned NOT NULL,
  `reference_id` bigint unsigned NOT NULL,
  `reference_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `audit_histories_user_id_index` (`user_id`),
  KEY `audit_histories_module_index` (`module`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `audit_histories`
--

LOCK TABLES `audit_histories` WRITE;
/*!40000 ALTER TABLE `audit_histories` DISABLE KEYS */;
INSERT INTO `audit_histories` VALUES (1,1,'package','{\"name\":\"5 Posts\",\"description\":null,\"price\":\"1000\",\"currency_id\":\"1\",\"percent_save\":\"20\",\"number_of_listings\":\"5\",\"account_limit\":null,\"is_default\":\"0\",\"order\":\"0\",\"features\":[[{\"key\":\"text\",\"value\":\"Buy credits to post your listing(s) 2323\"}],[{\"key\":\"text\",\"value\":\"60-Day Job Postings\"}],[{\"key\":\"text\",\"value\":\"No Expiration on Credits.\"}],[{\"key\":\"text\",\"value\":\"Specialist Assistance\"}],[{\"key\":\"text\",\"value\":\"Get More Eyes\"}]],\"submitter\":\"apply\",\"status\":\"published\"}','updated','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,3,'5 Posts','primary','2024-04-23 15:00:34','2024-04-23 15:00:34'),(2,1,'to the system',NULL,'logged in','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',0,1,'Jamil Boyle','info','2024-04-29 10:06:42','2024-04-29 10:06:42'),(3,1,'form','{\"name\":\"Demo\",\"model\":\"Botble\\\\Page\\\\Models\\\\Page\",\"slug\":\"demo\",\"slug_id\":\"0\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<shortcode>[featured-projects title=\\\"1212\\\" limit=\\\"6\\\"]121212[\\/featured-projects]<\\/shortcode>\",\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"submitter\":\"apply\",\"status\":\"published\",\"template\":\"default\",\"image\":null}','created','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,17,'Demo','info','2024-04-29 10:16:44','2024-04-29 10:16:44'),(4,1,'form','{\"name\":\"Home\",\"model\":\"Botble\\\\Page\\\\Models\\\\Page\",\"slug\":\"http:\\/\\/resido.local\",\"description\":null,\"content\":\"<p>&nbsp;<\\/p><p>&nbsp;<\\/p><p>&nbsp;<\\/p><shortcode>[hero-banner title=\\\"Find accessible homes to rent\\\" bg=\\\"banners\\/banner-1.jpg\\\"][\\/hero-banner]<\\/shortcode><shortcode>[static-block alias=\\\"how-it-works\\\"][\\/static-block]<\\/shortcode><p>&nbsp;<\\/p><p>&nbsp;<\\/p><shortcode>[featured-projects title=\\\"test\\\" limit=\\\"6\\\"]demo[\\/featured-projects]<\\/shortcode><p>&nbsp;<\\/p><shortcode>[featured-properties title=\\\"Explore Good Places\\\" limit=\\\"6\\\" style=\\\"2\\\" type=\\\"rent\\\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[\\/featured-properties]<\\/shortcode><shortcode>[properties-by-locations title=\\\"Find By Locations\\\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[\\/properties-by-locations]<\\/shortcode><shortcode>[testimonials title=\\\"Good Reviews By Customers\\\" description=\\\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\\\"][\\/testimonials]<\\/shortcode><shortcode>[our-packages title=\\\"See Our Packages\\\" description=\\\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\\\"][\\/our-packages]<\\/shortcode><shortcode>[recently-viewed-properties title=\\\"Recently Viewed Properties\\\" subtitle=\\\"Your currently viewed properties.\\\"][\\/recently-viewed-properties]<\\/shortcode>\",\"submitter\":\"apply\",\"status\":\"published\",\"template\":\"homepage\",\"image\":null}','updated','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,1,'Home','primary','2024-04-29 10:23:41','2024-04-29 10:23:41'),(5,1,'property','{\"name\":\"1025 West 19th Street\",\"model\":\"Botble\\\\RealEstate\\\\Models\\\\Property\",\"slug\":\"1025-west-19th-street\",\"slug_id\":\"64\",\"is_slug_editable\":\"1\",\"type\":\"sale\",\"description\":\"Perferendis quia quia quaerat fuga impedit officiis. Accusamus id sed labore animi reiciendis quasi dolorum.\",\"is_featured\":\"1\",\"content\":\"<p>Alice replied, rather shyly, \'I--I hardly know, sir, just at present--at least I mean what I like\\\"!\' \'You might just as I tell you!\' But she waited for a minute or two she walked down the chimney close above her: then, saying to herself how she would feel very queer to ME.\' \'You!\' said the Caterpillar angrily, rearing itself upright as it could go, and broke to pieces against one of the baby?\' said the White Rabbit read out, at the great hall, with the Dormouse. \'Don\'t talk nonsense,\' said Alice sadly. \'Hand it over a little door was shut again, and said, \'That\'s right, Five! Always lay the blame on others!\' \'YOU\'D better not talk!\' said Five. \'I heard every word you fellows were saying.\' \'Tell us a story!\' said the Gryphon. Alice did not wish to offend the Dormouse again, so violently, that she did not at all for any lesson-books!\' And so she set to work at once in the sand with wooden spades, then a voice outside, and stopped to listen. The Fish-Footman began by taking the little.<\\/p><p class=\\\"text-center\\\"><img class=\\\"img-fluid\\\" src=\\\"http:\\/\\/resido.local\\/storage\\/properties\\/p-4-400xauto.jpg\\\" alt=\\\"p-4-400xauto.jpg\\\"><\\/p><p>Duchess; \'and the moral of that is--\\\"Birds of a muchness?\' \'Really, now you ask me,\' said Alice, as the hall was very deep, or she should meet the real Mary Ann, and be turned out of sight; and an Eaglet, and several other curious creatures. Alice led the way, was the matter worse. You MUST have meant some mischief, or else you\'d have signed your name like an honest man.\' There was no \'One, two, three, and away,\' but they were filled with cupboards and book-shelves; here and there they lay.<\\/p><p class=\\\"text-center\\\"><img class=\\\"img-fluid\\\" src=\\\"http:\\/\\/resido.local\\/storage\\/properties\\/p-12-400xauto.jpg\\\" alt=\\\"p-12-400xauto.jpg\\\"><\\/p><p>Mock Turtle; \'but it doesn\'t understand English,\' thought Alice; \'but a grin without a cat! It\'s the most confusing thing I ask! It\'s always six o\'clock now.\' A bright idea came into her face. \'Wake up, Alice dear!\' said her sister; \'Why, what a dear little puppy it was!\' said Alice, rather alarmed at the sudden change, but she did not like the three were all in bed!\' On various pretexts they all cheered. Alice thought she might as well she might, what a Mock Turtle sighed deeply, and began, in a great hurry. An enormous puppy was looking at everything that was linked into hers began to repeat it, when a cry of \'The trial\'s beginning!\' was heard in the sea!\' cried the Mouse, getting up and saying, \'Thank you, it\'s a very hopeful tone though), \'I won\'t indeed!\' said the Mock Turtle, suddenly dropping his voice; and Alice looked very anxiously into its eyes were looking up into the roof of the Queen\'s absence, and were resting in the wind, and the blades of grass, but she could not.<\\/p><p class=\\\"text-center\\\"><img class=\\\"img-fluid\\\" src=\\\"http:\\/\\/resido.local\\/storage\\/properties\\/p-17-400xauto.jpg\\\" alt=\\\"p-17-400xauto.jpg\\\"><\\/p><p>Father William,\' the young Crab, a little now and then said, \'It WAS a narrow escape!\' said Alice, looking down with her head! Off--\' \'Nonsense!\' said Alice, \'a great girl like you,\' (she might well say that \\\"I see what was coming. It was as long as you are; secondly, because she was beginning to think about it, and on both sides of the right-hand bit to try the patience of an oyster!\' \'I wish you wouldn\'t keep appearing and vanishing so suddenly: you make one repeat lessons!\' thought Alice; \'I daresay it\'s a French mouse, come over with diamonds, and walked a little pattering of feet on the look-out for serpents night and day! Why, I haven\'t been invited yet.\' \'You\'ll see me there,\' said the King: \'however, it may kiss my hand if it makes me grow large again, for this curious child was very likely it can talk: at any rate, the Dormouse fell asleep instantly, and neither of the window, she suddenly spread out her hand again, and that\'s all you know the song, perhaps?\' \'I\'ve heard.<\\/p>\",\"images\":[null,\"properties\\/p-11.jpg\",\"properties\\/p-16.jpg\",\"properties\\/p-14.jpg\",\"properties\\/p-4.jpg\",\"properties\\/p-9.jpg\"],\"country_id\":\"1\",\"state_id\":null,\"city_id\":null,\"location\":\"367 Thea Drive Apt. 239South Lynnstad, WV 41958\",\"latitude\":\"30.1825289\",\"longitude\":\"-85.676771\",\"number_bedroom\":\"5\",\"number_bathroom\":\"1\",\"number_floor\":\"4\",\"square\":\"66\",\"price\":\"142598\",\"currency_id\":\"1\",\"period\":\"month\",\"never_expired\":\"1\",\"auto_renew\":\"0\",\"facilities\":{\"01\":{\"id\":\"3\",\"distance\":\"10km\"},\"11\":{\"id\":\"11\",\"distance\":\"7km\"}},\"features\":[\"4\",\"12\"],\"video_thumbnail\":null,\"video\":{\"url\":null},\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"submitter\":\"apply\",\"header_layout\":\"layout-1\",\"status\":\"selling\",\"moderation_status\":\"approved\",\"categories\":[\"2\",\"6\"],\"unique_id\":null,\"project_id\":\"7\",\"author_id\":\"4\"}','updated','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,17,'1025 West 19th Street','primary','2024-04-29 10:37:57','2024-04-29 10:37:57'),(6,1,'project','{\"name\":\"Villa Alaya\",\"model\":\"Botble\\\\RealEstate\\\\Models\\\\Project\",\"slug\":\"villa-alaya\",\"slug_id\":\"65\",\"is_slug_editable\":\"1\",\"description\":\"Iure excepturi consectetur qui aliquid. Numquam non et rerum corporis labore est. Qui vitae et quisquam reprehenderit reiciendis et culpa. Illum excepturi velit enim voluptatibus.\",\"is_featured\":\"1\",\"content\":\"<shortcode>[youtube-video]https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4[\\/youtube-video]<\\/shortcode><p>Cat\'s head with great curiosity. \'It\'s a friend of mine--a Cheshire Cat,\' said Alice: \'she\'s so extremely--\' Just then she walked sadly down the middle, being held up by wild beasts and other unpleasant things, all because they WOULD go with the lobsters and the fall was over. However, when they liked, so that altogether, for the fan she was going to say,\' said the youth, \'as I mentioned before, And have grown most uncommonly fat; Yet you turned a corner, \'Oh my ears and the Queen, tossing her head on her face like the look of the way--\' \'THAT generally takes some time,\' interrupted the Gryphon. \'Turn a somersault in the lock, and to stand on your head-- Do you think, at your age, it is I hate cats and dogs.\' It was so long since she had to do it?\' \'In my youth,\' Father William replied to his son, \'I feared it might tell her something about the temper of your nose-- What made you so awfully clever?\' \'I have answered three questions, and that he had to do so. \'Shall we try another.<\\/p><p class=\\\"text-center\\\"><img src=\\\"http:\\/\\/resido.local\\/storage\\/projects\\/6.jpg\\\" alt=\\\"6.jpg\\\"><\\/p><p>I\'ve tried hedges,\' the Pigeon went on, \'What\'s your name, child?\' \'My name is Alice, so please your Majesty!\' the soldiers shouted in reply. \'Idiot!\' said the March Hare: she thought it would make with the dream of Wonderland of long ago: and how she would have called him Tortoise because he taught us,\' said the King said, turning to Alice: he had to ask his neighbour to tell me your history, she do.\' \'I\'ll tell it her,\' said the Mock Turtle interrupted, \'if you don\'t even know what they\'re.<\\/p><p class=\\\"text-center\\\"><img src=\\\"http:\\/\\/resido.local\\/storage\\/projects\\/10.jpg\\\" alt=\\\"10.jpg\\\"><\\/p><p>Rabbit came up to the seaside once in a sort of circle, (\'the exact shape doesn\'t matter,\' it said,) and then she remembered that she remained the same solemn tone, \'For the Duchess. An invitation for the baby, and not to make SOME change in my life!\' Just as she stood still where she was now the right word) \'--but I shall only look up in such long ringlets, and mine doesn\'t go in at all?\' said Alice, very earnestly. \'I\'ve had nothing yet,\' Alice replied very solemnly. Alice was just in time to begin with.\' \'A barrowful will do, to begin again, it was quite pleased to find that she was always ready to talk about her repeating \'YOU ARE OLD, FATHER WILLIAM,\\\"\' said the Caterpillar, just as the large birds complained that they couldn\'t get them out again. That\'s all.\' \'Thank you,\' said the youth, \'as I mentioned before, And have grown most uncommonly fat; Yet you balanced an eel on the slate. \'Herald, read the accusation!\' said the Caterpillar. This was quite pale (with passion, Alice.<\\/p><p class=\\\"text-center\\\"><img src=\\\"http:\\/\\/resido.local\\/storage\\/projects\\/15.jpg\\\" alt=\\\"15.jpg\\\"><\\/p><p>Queen was close behind us, and he\'s treading on my tail. See how eagerly the lobsters to the general conclusion, that wherever you go on? It\'s by far the most curious thing I ever was at the number of executions the Queen shrieked out. \'Behead that Dormouse! Turn that Dormouse out of breath, and said nothing. \'Perhaps it hasn\'t one,\' Alice ventured to say. \'What is it?\' \'Why,\' said the Gryphon, \'you first form into a large mustard-mine near here. And the Eaglet bent down its head to hide a smile: some of them attempted to explain the paper. \'If there\'s no room at all what had become of it; then Alice put down her anger as well go back, and see what this bottle does. I do so like that curious song about the same as the Lory positively refused to tell you--all I know all the things between whiles.\' \'Then you keep moving round, I suppose?\' said Alice. \'I don\'t like it, yer honour, at all, as the door between us. For instance, if you please! \\\"William the Conqueror, whose cause was.<\\/p>\",\"images\":[null,\"projects\\/12.jpg\",\"projects\\/7.jpg\",\"projects\\/7.jpg\",\"projects\\/11.jpg\",\"projects\\/3.jpg\",\"projects\\/18.jpg\"],\"country_id\":\"1\",\"state_id\":null,\"city_id\":null,\"location\":\"442 Barbara RadialLake Sarina, NC 69966-0976\",\"latitude\":\"38.1343013\",\"longitude\":\"-85.6498512\",\"number_block\":\"6\",\"number_floor\":\"6\",\"number_flat\":\"163\",\"price_from\":\"19955\",\"price_to\":\"33884\",\"currency_id\":\"1\",\"facilities\":{\"01\":{\"id\":\"1\",\"distance\":\"18\"},\"11\":{\"id\":\"5\",\"distance\":\"9\"},\"21\":{\"id\":\"8\",\"distance\":\"2\"},\"31\":{\"id\":\"11\",\"distance\":\"3\"}},\"features\":[\"1\",\"7\"],\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"submitter\":\"apply\",\"status\":\"selling\",\"categories\":[\"3\",\"5\"],\"investor_id\":\"5\",\"unique_id\":null,\"date_finish\":null,\"date_sell\":null}','updated','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,1,'Villa Alaya','primary','2024-04-29 10:42:10','2024-04-29 10:42:10'),(7,1,'to the system',NULL,'logged in','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',0,1,'Montana Nader','info','2024-05-01 07:54:37','2024-05-01 07:54:37'),(8,1,'project','{\"name\":\"Sky The\",\"model\":\"Botble\\\\RealEstate\\\\Models\\\\Project\",\"slug\":\"sky-the\",\"slug_id\":\"0\",\"is_slug_editable\":\"1\",\"description\":null,\"is_featured\":\"0\",\"content\":\"<p>1123123123<\\/p>\",\"images\":[null],\"country_id\":\"1\",\"state_id\":\"1\",\"city_id\":null,\"location\":\"public_html\",\"latitude\":null,\"longitude\":null,\"number_block\":null,\"number_floor\":null,\"number_flat\":null,\"price_from\":null,\"price_to\":null,\"currency_id\":\"1\",\"facilities\":{\"01\":{\"id\":\"0\",\"distance\":null}},\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"submitter\":\"apply\",\"status\":\"pre_sale\",\"categories\":[\"1\"],\"investor_id\":\"0\",\"unique_id\":null,\"date_finish\":\"2024-05-01\",\"date_sell\":\"2024-05-15\"}','created','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,10,'Sky The','info','2024-05-01 07:56:07','2024-05-01 07:56:07'),(9,1,'project','{\"name\":\"Sky The\",\"model\":\"Botble\\\\RealEstate\\\\Models\\\\Project\",\"slug\":\"sky-the\",\"slug_id\":\"84\",\"is_slug_editable\":\"1\",\"description\":null,\"is_featured\":\"0\",\"content\":\"<p>1123123123<\\/p>\",\"images\":[null,\"projects\\/9.jpg\",\"projects\\/8.jpg\",\"projects\\/7.jpg\",\"projects\\/6.jpg\",\"projects\\/5.jpg\",\"projects\\/4.jpg\",\"projects\\/3.jpg\",\"projects\\/20.jpg\",\"projects\\/2.jpg\"],\"country_id\":\"1\",\"state_id\":\"1\",\"city_id\":null,\"location\":\"public_html\",\"latitude\":null,\"longitude\":null,\"number_block\":null,\"number_floor\":null,\"number_flat\":null,\"price_from\":null,\"price_to\":null,\"currency_id\":\"1\",\"facilities\":{\"01\":{\"id\":\"0\",\"distance\":null}},\"features\":[\"1\",\"2\",\"3\"],\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"submitter\":\"apply\",\"status\":\"pre_sale\",\"categories\":[\"1\"],\"investor_id\":\"0\",\"unique_id\":null,\"date_finish\":\"2024-05-01\",\"date_sell\":\"2024-05-15\"}','updated','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,10,'Sky The','primary','2024-05-01 08:06:13','2024-05-01 08:06:13'),(10,1,'project','{\"name\":\"Sky The\",\"model\":\"Botble\\\\RealEstate\\\\Models\\\\Project\",\"slug\":\"sky-the\",\"slug_id\":\"84\",\"is_slug_editable\":\"1\",\"description\":null,\"is_featured\":\"0\",\"content\":\"<p>1123123123<\\/p>\",\"images\":[null,\"projects\\/9.jpg\",\"projects\\/8.jpg\",\"projects\\/7.jpg\",\"projects\\/6.jpg\",\"projects\\/5.jpg\",\"projects\\/4.jpg\",\"projects\\/3.jpg\",\"projects\\/20.jpg\",\"projects\\/2.jpg\"],\"country_id\":\"1\",\"state_id\":\"1\",\"city_id\":null,\"location\":\"public_html\",\"latitude\":null,\"longitude\":null,\"number_block\":null,\"number_floor\":null,\"number_flat\":null,\"price_from\":null,\"price_to\":null,\"currency_id\":\"1\",\"facilities\":{\"01\":{\"id\":\"0\",\"distance\":null}},\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"submitter\":\"apply\",\"status\":\"pre_sale\",\"categories\":[\"1\"],\"investor_id\":\"0\",\"unique_id\":null,\"date_finish\":\"2024-05-01\",\"date_sell\":\"2024-05-15\"}','updated','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,10,'Sky The','primary','2024-05-01 08:09:22','2024-05-01 08:09:22'),(11,1,'project','{\"name\":\"Sky The\",\"model\":\"Botble\\\\RealEstate\\\\Models\\\\Project\",\"slug\":\"sky-the\",\"slug_id\":\"84\",\"is_slug_editable\":\"1\",\"description\":null,\"is_featured\":\"0\",\"content\":\"<p>1123123123<\\/p>\",\"images\":[null,\"projects\\/9.jpg\",\"projects\\/8.jpg\",\"projects\\/7.jpg\",\"projects\\/6.jpg\",\"projects\\/5.jpg\",\"projects\\/4.jpg\",\"projects\\/3.jpg\",\"projects\\/20.jpg\",\"projects\\/2.jpg\"],\"country_id\":\"1\",\"state_id\":\"1\",\"city_id\":null,\"location\":\"public_html\",\"latitude\":null,\"longitude\":null,\"number_block\":null,\"number_floor\":null,\"number_flat\":null,\"price_from\":null,\"price_to\":null,\"currency_id\":\"1\",\"facilities\":{\"01\":{\"id\":\"0\",\"distance\":null}},\"features\":[\"1\",\"2\",\"3\",\"9\",\"10\",\"11\"],\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"submitter\":\"apply\",\"status\":\"pre_sale\",\"categories\":[\"1\"],\"investor_id\":\"0\",\"unique_id\":null,\"date_finish\":\"2024-05-01\",\"date_sell\":\"2024-05-15\"}','updated','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,10,'Sky The','primary','2024-05-01 08:17:34','2024-05-01 08:17:34'),(12,1,'real-estate-custom-field','{\"name\":\"demo\",\"is_global\":\"1\",\"options\":[{\"label\":null,\"value\":null}],\"type\":\"text\",\"submitter\":\"apply\"}','created','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,1,'demo','info','2024-05-01 08:21:21','2024-05-01 08:21:21'),(13,1,'project','{\"name\":\"Sky The\",\"model\":\"Botble\\\\RealEstate\\\\Models\\\\Project\",\"slug\":\"sky-the\",\"slug_id\":\"84\",\"is_slug_editable\":\"1\",\"description\":null,\"is_featured\":\"0\",\"content\":\"<p>1123123123<\\/p>\",\"images\":[null,\"projects\\/9.jpg\",\"projects\\/8.jpg\",\"projects\\/7.jpg\",\"projects\\/6.jpg\",\"projects\\/5.jpg\",\"projects\\/4.jpg\",\"projects\\/3.jpg\",\"projects\\/20.jpg\",\"projects\\/2.jpg\"],\"country_id\":\"1\",\"state_id\":\"1\",\"city_id\":null,\"location\":\"public_html\",\"latitude\":null,\"longitude\":null,\"number_block\":null,\"number_floor\":null,\"number_flat\":null,\"price_from\":null,\"price_to\":null,\"currency_id\":\"1\",\"facilities\":{\"01\":{\"id\":\"0\",\"distance\":null}},\"custom_fields\":[{\"id\":null,\"custom_field_id\":\"1\",\"name\":\"demo\",\"value\":\"demo\"}],\"features\":[\"1\",\"2\",\"3\",\"9\",\"10\",\"11\"],\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"submitter\":\"apply\",\"status\":\"pre_sale\",\"categories\":[\"1\"],\"investor_id\":\"0\",\"unique_id\":null,\"date_finish\":\"2024-05-01\",\"date_sell\":\"2024-05-15\"}','updated','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,10,'Sky The','primary','2024-05-01 08:22:34','2024-05-01 08:22:34'),(14,1,'project','{\"name\":\"Sky The\",\"model\":\"Botble\\\\RealEstate\\\\Models\\\\Project\",\"slug\":\"sky-the\",\"slug_id\":\"84\",\"is_slug_editable\":\"1\",\"description\":null,\"is_featured\":\"0\",\"content\":\"<p>1123123123<\\/p>\",\"images\":[null,\"projects\\/9.jpg\",\"projects\\/8.jpg\",\"projects\\/7.jpg\",\"projects\\/6.jpg\",\"projects\\/5.jpg\",\"projects\\/4.jpg\",\"projects\\/3.jpg\",\"projects\\/20.jpg\",\"projects\\/2.jpg\"],\"country_id\":\"1\",\"state_id\":\"1\",\"city_id\":null,\"location\":\"public_html\",\"latitude\":null,\"longitude\":null,\"number_block\":null,\"number_floor\":null,\"number_flat\":null,\"price_from\":null,\"price_to\":null,\"currency_id\":\"1\",\"facilities\":{\"01\":{\"id\":\"0\",\"distance\":null}},\"custom_fields\":[{\"id\":\"1\",\"custom_field_id\":\"1\",\"name\":\"demo\",\"value\":\"Customfield\"}],\"features\":[\"1\",\"2\",\"3\",\"9\",\"10\",\"11\"],\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"submitter\":\"apply\",\"status\":\"pre_sale\",\"categories\":[\"1\"],\"investor_id\":\"0\",\"unique_id\":null,\"date_finish\":\"2024-05-01\",\"date_sell\":\"2024-05-15\"}','updated','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,10,'Sky The','primary','2024-05-01 08:23:38','2024-05-01 08:23:38'),(15,1,'property','{\"name\":\"1025 West 19th Street\",\"model\":\"Botble\\\\RealEstate\\\\Models\\\\Property\",\"slug\":\"1025-west-19th-street\",\"slug_id\":\"64\",\"is_slug_editable\":\"1\",\"type\":\"sale\",\"description\":\"Est voluptas delectus quaerat eum aperiam illo soluta. Ut ut aspernatur facere aspernatur. Eligendi eveniet id voluptate consequatur quia qui cumque. In corporis officiis sed sint.\",\"is_featured\":\"1\",\"content\":\"<p>Alice felt so desperate that she was terribly frightened all the right house, because the Duchess by this time.) \'You\'re nothing but a pack of cards, after all. \\\"--SAID I COULD NOT SWIM--\\\" you can\'t take LESS,\' said the Caterpillar decidedly, and the pool of tears which she had read about them in books, and she drew herself up and saying, \'Thank you, sir, for your interesting story,\' but she could not tell whether they were all ornamented with hearts. Next came the royal children, and make one quite giddy.\' \'All right,\' said the King, and the words don\'t FIT you,\' said the Cat in a low curtain she had but to get rather sleepy, and went on for some time with great curiosity, and this he handed over to herself, being rather proud of it: \'No room! No room!\' they cried out when they liked, and left off staring at the Footman\'s head: it just grazed his nose, you know?\' \'It\'s the stupidest tea-party I ever was at in all directions, tumbling up against each other; however, they got thrown.<\\/p><p class=\\\"text-center\\\"><img class=\\\"img-fluid\\\" src=\\\"http:\\/\\/resido.local\\/storage\\/properties\\/p-4-400xauto.jpg\\\" alt=\\\"p-4-400xauto.jpg\\\"><\\/p><p>She had not got into it), and handed back to finish his story. CHAPTER IV. The Rabbit started violently, dropped the white kid gloves in one hand and a fan! Quick, now!\' And Alice was only a pack of cards, after all. \\\"--SAID I COULD NOT SWIM--\\\" you can\'t take LESS,\' said the Dodo, \'the best way you can;--but I must sugar my hair.\\\" As a duck with its eyelids, so he with his tea spoon at the top of its mouth, and addressed her in an undertone, \'important--unimportant--unimportant--important--\'.<\\/p><p class=\\\"text-center\\\"><img class=\\\"img-fluid\\\" src=\\\"http:\\/\\/resido.local\\/storage\\/properties\\/p-8-400xauto.jpg\\\" alt=\\\"p-8-400xauto.jpg\\\"><\\/p><p>There was nothing on it but tea. \'I don\'t see how he did it,) he did it,) he did with the day and night! You see the earth takes twenty-four hours to turn into a tidy little room with a cart-horse, and expecting every moment to be lost: away went Alice after it, \'Mouse dear! Do come back and see after some executions I have done that?\' she thought. \'I must be a comfort, one way--never to be rude, so she went on, \'you throw the--\' \'The lobsters!\' shouted the Queen jumped up in great fear lest she should meet the real Mary Ann, and be turned out of the shelves as she went on. \'Or would you tell me,\' said Alice, a little feeble, squeaking voice, (\'That\'s Bill,\' thought Alice,) \'Well, I should have liked teaching it tricks very much, if--if I\'d only been the whiting,\' said Alice, very much at this, that she was looking for it, you know--\' She had not gone (We know it to be beheaded!\' said Alice, a little feeble, squeaking voice, (\'That\'s Bill,\' thought Alice,) \'Well, I should frighten.<\\/p><p class=\\\"text-center\\\"><img class=\\\"img-fluid\\\" src=\\\"http:\\/\\/resido.local\\/storage\\/properties\\/p-20-400xauto.jpg\\\" alt=\\\"p-20-400xauto.jpg\\\"><\\/p><p>Alice thought this must ever be A secret, kept from all the arches are gone from this morning,\' said Alice in a large mustard-mine near here. And the muscular strength, which it gave to my right size: the next verse.\' \'But about his toes?\' the Mock Turtle repeated thoughtfully. \'I should like it put the Dormouse say?\' one of the right-hand bit to try the whole window!\' \'Sure, it does, yer honour: but it\'s an arm, yer honour!\' (He pronounced it \'arrum.\') \'An arm, you goose! Who ever saw one that size? Why, it fills the whole court was a very difficult question. However, at last turned sulky, and would only say, \'I am older than I am so VERY nearly at the mushroom for a dunce? Go on!\' \'I\'m a poor man, your Majesty,\' he began. \'You\'re a very short time the Queen had only one way of speaking to it,\' she thought, and rightly too, that very few things indeed were really impossible. There seemed to be ashamed of yourself for asking such a very poor speaker,\' said the King. \'It began with.<\\/p>\",\"images\":[null,\"properties\\/p-7.jpg\",\"properties\\/p-16.jpg\",\"properties\\/p-12.jpg\",\"properties\\/p-1.jpg\",\"properties\\/p-4.jpg\"],\"country_id\":\"1\",\"state_id\":null,\"city_id\":null,\"location\":\"8692 Lexie Shoals Suite 720East Macy, AK 96910-0555\",\"latitude\":\"30.1825289\",\"longitude\":\"-85.676771\",\"number_bedroom\":\"4\",\"number_bathroom\":\"1\",\"number_floor\":\"2\",\"square\":\"305\",\"price\":\"454557\",\"currency_id\":\"1\",\"period\":\"month\",\"never_expired\":\"1\",\"auto_renew\":\"0\",\"facilities\":{\"01\":{\"id\":\"2\",\"distance\":\"13km\"},\"11\":{\"id\":\"9\",\"distance\":\"3km\"}},\"features\":[\"3\",\"12\"],\"video_thumbnail\":null,\"video\":{\"url\":\"https:\\/\\/www.youtube.com\\/watch?v=JGLQgfAfRfg\"},\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"submitter\":\"apply\",\"header_layout\":\"layout-1\",\"status\":\"selling\",\"moderation_status\":\"approved\",\"categories\":[\"2\",\"5\"],\"unique_id\":null,\"project_id\":\"4\",\"author_id\":\"4\"}','updated','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,17,'1025 West 19th Street','primary','2024-05-01 08:39:50','2024-05-01 08:39:50'),(16,1,'project','{\"name\":\"Sky The\",\"model\":\"Botble\\\\RealEstate\\\\Models\\\\Project\",\"slug\":\"sky-the\",\"slug_id\":\"84\",\"is_slug_editable\":\"1\",\"description\":null,\"is_featured\":\"0\",\"content\":\"<p>1123123123<\\/p>\",\"images\":[null,\"projects\\/9.jpg\",\"projects\\/8.jpg\",\"projects\\/7.jpg\",\"projects\\/6.jpg\",\"projects\\/5.jpg\",\"projects\\/4.jpg\",\"projects\\/3.jpg\",\"projects\\/20.jpg\",\"projects\\/2.jpg\"],\"country_id\":\"1\",\"state_id\":\"1\",\"city_id\":null,\"location\":\"public_html\",\"latitude\":null,\"longitude\":null,\"number_block\":null,\"number_floor\":null,\"number_flat\":null,\"price_from\":null,\"price_to\":null,\"currency_id\":\"1\",\"facilities\":{\"01\":{\"id\":\"0\",\"distance\":null}},\"custom_fields\":[{\"id\":\"1\",\"custom_field_id\":\"1\",\"name\":\"demo\",\"value\":\"Customfield\"}],\"features\":[\"1\",\"2\",\"3\",\"9\",\"10\",\"11\"],\"video_thumbnail\":\"projects\\/8.jpg\",\"video\":{\"url\":\"https:\\/\\/www.youtube.com\\/watch?v=JGLQgfAfRfg\"},\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"submitter\":\"apply\",\"status\":\"pre_sale\",\"categories\":[\"1\"],\"investor_id\":\"0\",\"unique_id\":null,\"date_finish\":\"2024-05-01\",\"date_sell\":\"2024-05-15\"}','updated','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36','172.22.0.1',1,10,'Sky The','primary','2024-05-01 08:40:09','2024-05-01 08:40:09');
/*!40000 ALTER TABLE `audit_histories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `blocks`
--

DROP TABLE IF EXISTS `blocks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `blocks` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `user_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `blocks_user_id_index` (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `blocks`
--

LOCK TABLES `blocks` WRITE;
/*!40000 ALTER TABLE `blocks` DISABLE KEYS */;
INSERT INTO `blocks` VALUES (1,'Sign up','sign-up','','\n                                <div class=\"raw-html-embed\">\n                                    <section class=\"theme-bg call-to-act-wrap\">\n                                        <div class=\"container\">\n                                            <div class=\"row\">\n                                                <div class=\"col-lg-12\">\n\n                                                    <div class=\"call-to-act\">\n                                                        <div class=\"call-to-act-head\">\n                                                            <h3>Want to Become a Real Estate Agent?</h3>\n                                                            <span>We\'ll help you to grow your career and growth.</span>\n                                                        </div>\n                                                        <a href=\"/register\" class=\"btn btn-call-to-act\">Sign Up Today</a>\n                                                    </div>\n\n                                                </div>\n                                            </div>\n                                        </div>\n                                    </section>\n                                </div>\n                ','published',NULL,'2024-05-03 00:12:36','2024-05-03 00:12:36'),(2,'Download App','download-app','','\n                                <div class=\"raw-html-embed\">\n                                    <section class=\"bg-light\">\n                                        <div class=\"container\">\n                                            <div class=\"row align-items-center\">\n                                                <div class=\"col-lg-7 col-md-12 col-sm-12 content-column\">\n                                                    <div class=\"content_block_2\">\n                                                        <div class=\"content-box\">\n                                                        <div class=\"sec-title light\">\n                                                            <p class=\"text-blue\">Download apps</p>\n                                                            <h2>Download App Free App For Android And IPhone</h2>\n                                                        </div>\n                                                        <div class=\"text\"><p></p></div>\n                                                        <div class=\"btn-box clearfix mt-5\">\n                                                            <a href=\"#\" class=\"download-btn play-store\">\n                                                                <i class=\"fab fa-google-play\"></i>\n                                                                <span>Download on</span>\n                                                                </a><h3><a href=\"#\" class=\"download-btn play-store\">Google Play</a></h3><a href=\"#\" class=\"download-btn play-store\">\n                                                            </a>\n                                                            <a href=\"#\" class=\"download-btn app-store\">\n                                                                <i class=\"fab fa-apple\"></i>\n                                                                <span>Download on</span>\n                                                                </a><h3><a href=\"#\" class=\"download-btn app-store\">App Store</a></h3><a href=\"#\" class=\"download-btn app-store\">\n                                                            </a>\n                                                        </div>\n                                                        </div>\n                                                    </div>\n                                                </div>\n                                                <div class=\"col-lg-5 col-md-12 col-sm-12 image-column\">\n                                                    <div class=\"image-box\">\n                                                        <figure class=\"image\">\n                                                        <img src=\"/storage/banners/app.png\" alt=\"image\" class=\"img-fluid\">\n                                                        </figure>\n                                                    </div>\n                                                </div>\n                                            </div>\n                                        </div>\n                                    </section>\n                                </div>\n                ','published',NULL,'2024-05-03 00:12:36','2024-05-03 00:12:36'),(3,'Download App Footer','download-app-footer','','\n                                <div class=\"raw-html-embed\">\n                                    <div class=\"footer-widget\">\n                                        <h4 class=\"widget-title\">Download Apps</h4>\n                                        <a href=\"#\" class=\"other-store-link\">\n                                            </a><div class=\"other-store-app\"><a href=\"#\" class=\"other-store-link\">\n                                                </a><div class=\"os-app-icon\"><a href=\"#\" class=\"other-store-link\">\n                                                    <i class=\"lni-playstore theme-cl\"></i>\n                                                </a></div><a href=\"#\" class=\"other-store-link\">\n                                                </a><div class=\"os-app-caps\"><a href=\"#\" class=\"other-store-link\">\n                                                    Google Play\n                                                    <span>Get It Now</span>\n                                                </a></div><a href=\"#\" class=\"other-store-link\">\n                                            </a></div><a href=\"#\" class=\"other-store-link\">\n                                        </a>\n                                        <a href=\"#\" class=\"other-store-link\">\n                                            </a><div class=\"other-store-app\"><a href=\"#\" class=\"other-store-link\">\n                                                </a><div class=\"os-app-icon\"><a href=\"#\" class=\"other-store-link\">\n                                                    <i class=\"lni-apple theme-cl\"></i>\n                                                </a></div><a href=\"#\" class=\"other-store-link\">\n                                                </a><div class=\"os-app-caps\"><a href=\"#\" class=\"other-store-link\">\n                                                    App Store\n                                                    <span>Now it Available</span>\n                                                </a></div><a href=\"#\" class=\"other-store-link\">\n                                            </a></div><a href=\"#\" class=\"other-store-link\">\n                                        </a>\n                                    </div>\n                                </div>\n                ','published',NULL,'2024-05-03 00:12:36','2024-05-03 00:12:36'),(4,'How It Works?','how-it-works','','\n                                    <div class=\"raw-html-embed\">\n                                        <section>\n                                            <div class=\"container\">\n\n                                                <div class=\"row justify-content-center\">\n                                                    <div class=\"col-lg-7 col-md-10 text-center\">\n                                                        <div class=\"sec-heading center\">\n                                                            <h2>How It Works?</h2>\n                                                            <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores</p>\n                                                        </div>\n                                                    </div>\n                                                </div>\n\n                                                <div class=\"row\">\n                                                    <div class=\"col-lg-4 col-md-4\">\n                                                        <div class=\"middle-icon-features-item\">\n                                                            <div class=\"icon-features-wrap\"><div class=\"middle-icon-large-features-box f-light-success\"><i class=\"ti-receipt text-success\"></i></div></div>\n                                                            <div class=\"middle-icon-features-content\">\n                                                                <h4>Evaluate Property</h4>\n                                                                <p>There are many variations of passages of Lorem Ipsum available, but the majority have Ipsum available.</p>\n                                                            </div>\n                                                        </div>\n                                                    </div>\n\n                                                    <div class=\"col-lg-4 col-md-4\">\n                                                        <div class=\"middle-icon-features-item\">\n                                                            <div class=\"icon-features-wrap\"><div class=\"middle-icon-large-features-box f-light-warning\"><i class=\"ti-user text-warning\"></i></div></div>\n                                                            <div class=\"middle-icon-features-content\">\n                                                                <h4>Meet Your Agent</h4>\n                                                                <p>There are many variations of passages of Lorem Ipsum available, but the majority have Ipsum available.</p>\n                                                            </div>\n                                                        </div>\n                                                    </div>\n\n                                                    <div class=\"col-lg-4 col-md-4\">\n                                                        <div class=\"middle-icon-features-item remove\">\n                                                            <div class=\"icon-features-wrap\"><div class=\"middle-icon-large-features-box f-light-blue\"><i class=\"ti-shield text-blue\"></i></div></div>\n                                                            <div class=\"middle-icon-features-content\">\n                                                                <h4>Close The Deal</h4>\n                                                                <p>There are many variations of passages of Lorem Ipsum available, but the majority have Ipsum available.</p>\n                                                            </div>\n                                                        </div>\n                                                    </div>\n                                                </div>\n\n                                            </div>\n                                        </section>\n                                    </div>','published',NULL,'2024-05-03 00:12:36','2024-05-03 00:12:36'),(5,'Achievement','achievement','','\n                                    <div class=\"raw-html-embed\">\n                                        <section>\n                                            <div class=\"container\">\n\n                                                <div class=\"row justify-content-center\">\n                                                    <div class=\"col-lg-7 col-md-10 text-center\">\n                                                        <div class=\"sec-heading center mb-4\">\n                                                            <h2>Achievement</h2>\n                                                            <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores</p>\n                                                        </div>\n                                                    </div>\n                                                </div>\n\n                                                <div class=\"row\">\n                                                    <div class=\"col-lg-3 col-md-3 col-sm-6\">\n                                                        <div class=\"achievement-wrap\">\n                                                            <div class=\"achievement-content\">\n                                                                <h4>20500+</h4>\n                                                                <p>Completed Property</p>\n                                                            </div>\n                                                        </div>\n                                                    </div>\n\n                                                    <div class=\"col-lg-3 col-md-3 col-sm-6\">\n                                                        <div class=\"achievement-wrap\">\n                                                            <div class=\"achievement-content\">\n                                                                <h4>7600+</h4>\n                                                                <p>Property Sales</p>\n                                                            </div>\n                                                        </div>\n                                                    </div>\n\n                                                    <div class=\"col-lg-3 col-md-3 col-sm-6\">\n                                                        <div class=\"achievement-wrap\">\n                                                            <div class=\"achievement-content\">\n                                                                <h4>12300+</h4>\n                                                                <p>Apartment Rent</p>\n                                                            </div>\n                                                        </div>\n                                                    </div>\n\n                                                    <div class=\"col-lg-3 col-md-3 col-sm-6\">\n                                                        <div class=\"achievement-wrap\">\n                                                            <div class=\"achievement-content\">\n                                                                <h4>15200+</h4>\n                                                                <p>Happy Clients</p>\n                                                            </div>\n                                                        </div>\n                                                    </div>\n\n                                                </div>\n\n                                            </div>\n                                        </section>\n                                        <div class=\"clearfix\"></div>\n                                    </div>','published',NULL,'2024-05-03 00:12:36','2024-05-03 00:12:36'),(6,'Our Story','our-story','','\n                                    <div class=\"raw-html-embed\">\n                                        <section>\n                                            <div class=\"container\">\n                                                <div class=\"row align-items-center\">\n\n                                                    <div class=\"col-lg-6 col-md-6\">\n                                                        <img src=\"/storage/block/sb.png\" class=\"img-fluid\" alt=\"\">\n                                                    </div>\n\n                                                    <div class=\"col-lg-6 col-md-6\">\n                                                        <div class=\"story-wrap explore-content\">\n\n                                                            <h2>Our Story</h2>\n                                                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n                                                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p>\n\n                                                        </div>\n                                                    </div>\n                                                </div>\n                                            </div>\n                                        </section>\n                                    </div>\n                ','published',NULL,'2024-05-03 00:12:36','2024-05-03 00:12:36'),(7,'Our mission','our-mission','','\n                            <div class=\"raw-html-embed\">\n                                <section>\n                                    <div class=\"container\">\n\n                                        <div class=\"row\">\n                                            <div class=\"col-lg-12 col-md-12\">\n                                                <div class=\"sec-heading center\">\n                                                    <h2>Our Mission &amp; Work Process</h2>\n                                                    <p>Professional &amp; Dedicated Team</p>\n                                                </div>\n                                            </div>\n                                        </div>\n\n                                        <div class=\"row align-items-center\">\n\n                                            <div class=\"col-lg-6 col-md-6\">\n\n                                                <div class=\"icon-mi-left\">\n                                                    <i class=\"ti-lock theme-cl\"></i>\n                                                    <div class=\"icon-mi-left-content\">\n                                                        <h4>Fully Secure &amp; 24x7 Dedicated Support</h4>\n                                                        <p>If you are an individual client, or just a business startup looking for good backlinks for your website.</p>\n                                                    </div>\n                                                </div>\n\n                                                <div class=\"icon-mi-left\">\n                                                    <i class=\"ti-twitter theme-cl\"></i>\n                                                    <div class=\"icon-mi-left-content\">\n                                                        <h4>Manage your Social &amp; Busness Account Carefully</h4>\n                                                        <p>If you are an individual client, or just a business startup looking for good backlinks for your website.</p>\n                                                    </div>\n                                                </div>\n\n                                                <div class=\"icon-mi-left\">\n                                                    <i class=\"ti-layers theme-cl\"></i>\n                                                    <div class=\"icon-mi-left-content\">\n                                                        <h4>We are Very Hard Worker and loving</h4>\n                                                        <p>If you are an individual client, or just a business startup looking for good backlinks for your website.</p>\n                                                    </div>\n                                                </div>\n\n                                            </div>\n\n                                            <div class=\"col-lg-6 col-md-6\">\n                                                <img src=\"/storage/block/vec-2.png\" class=\"img-fluid\" alt=\"\">\n                                            </div>\n\n                                        </div>\n                                    </div>\n                                </section>\n                            </div>\n                ','published',NULL,'2024-05-03 00:12:36','2024-05-03 00:12:36');
/*!40000 ALTER TABLE `blocks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `blocks_translations`
--

DROP TABLE IF EXISTS `blocks_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `blocks_translations` (
  `lang_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `blocks_id` bigint unsigned NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`lang_code`,`blocks_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `blocks_translations`
--

LOCK TABLES `blocks_translations` WRITE;
/*!40000 ALTER TABLE `blocks_translations` DISABLE KEYS */;
INSERT INTO `blocks_translations` VALUES ('vi',1,'Sign up','','\n                                <div class=\"raw-html-embed\">\n                                    <section class=\"theme-bg call-to-act-wrap\">\n                                        <div class=\"container\">\n                                            <div class=\"row\">\n                                                <div class=\"col-lg-12\">\n\n                                                    <div class=\"call-to-act\">\n                                                        <div class=\"call-to-act-head\">\n                                                            <h3>Want to Become a Real Estate Agent?</h3>\n                                                            <span>We\'ll help you to grow your career and growth.</span>\n                                                        </div>\n                                                        <a href=\"/register\" class=\"btn btn-call-to-act\">Sign Up Today</a>\n                                                    </div>\n\n                                                </div>\n                                            </div>\n                                        </div>\n                                    </section>\n                                </div>\n                '),('vi',2,'Download App','','\n                                    <div class=\"raw-html-embed\">\n                                        <section class=\"bg-light\">\n                                            <div class=\"container\">\n                                                <div class=\"row align-items-center\">\n                                                    <div class=\"col-lg-7 col-md-12 col-sm-12 content-column\">\n                                                        <div class=\"content_block_2\">\n                                                            <div class=\"content-box\">\n                                                            <div class=\"sec-title light\">\n                                                                <p class=\"text-blue\">Download apps</p>\n                                                                <h2>Download App Free App For Android And IPhone</h2>\n                                                            </div>\n                                                            <div class=\"text\"><p></p></div>\n                                                            <div class=\"btn-box clearfix mt-5\">\n                                                                <a href=\"#\" class=\"download-btn play-store\">\n                                                                    <i class=\"fab fa-google-play\"></i>\n                                                                    <span>Download on</span>\n                                                                    <h3>Google Play</h3>\n                                                                </a>\n                                                                <a href=\"#\" class=\"download-btn app-store\">\n                                                                    <i class=\"fab fa-apple\"></i>\n                                                                    <span>Download on</span>\n                                                                    <h3>App Store</h3>\n                                                                </a>\n                                                            </div>\n                                                            </div>\n                                                        </div>\n                                                    </div>\n                                                    <div class=\"col-lg-5 col-md-12 col-sm-12 image-column\">\n                                                        <div class=\"image-box\">\n                                                            <figure class=\"image\">\n                                                            <img\n                                                                src=\"/storage/banners/app.png\"\n                                                                alt=\"image\"\n                                                                class=\"img-fluid\"\n                                                            />\n                                                            </figure>\n                                                        </div>\n                                                    </div>\n                                                </div>\n                                            </div>\n                                        </section>\n                                    </div>\n\n                '),('vi',3,'Download App Footer','','\n                                    <div class=\"raw-html-embed\">\n                                        <div class=\"footer-widget\">\n                                            <h4 class=\"widget-title\">Download Apps</h4>\n                                            <a href=\"#\" class=\"other-store-link\">\n                                                <div class=\"other-store-app\">\n                                                    <div class=\"os-app-icon\">\n                                                        <i class=\"lni-playstore theme-cl\"></i>\n                                                    </div>\n                                                    <div class=\"os-app-caps\">\n                                                        Google Play\n                                                        <span>Get It Now</span>\n                                                    </div>\n                                                </div>\n                                            </a>\n                                            <a href=\"#\" class=\"other-store-link\">\n                                                <div class=\"other-store-app\">\n                                                    <div class=\"os-app-icon\">\n                                                        <i class=\"lni-apple theme-cl\"></i>\n                                                    </div>\n                                                    <div class=\"os-app-caps\">\n                                                        App Store\n                                                        <span>Now it Available</span>\n                                                    </div>\n                                                </div>\n                                            </a>\n                                        </div>\n                                    </div>\n                '),('vi',4,'How It Works?','','\n                                <div class=\"raw-html-embed\">\n                                    <section>\n                                        <div class=\"container\">\n\n                                            <div class=\"row justify-content-center\">\n                                                <div class=\"col-lg-7 col-md-10 text-center\">\n                                                    <div class=\"sec-heading center\">\n                                                        <h2>How It Works?</h2>\n                                                        <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores</p>\n                                                    </div>\n                                                </div>\n                                            </div>\n\n                                            <div class=\"row\">\n                                                <div class=\"col-lg-4 col-md-4\">\n                                                    <div class=\"middle-icon-features-item\">\n                                                        <div class=\"icon-features-wrap\"><div class=\"middle-icon-large-features-box f-light-success\"><i class=\"ti-receipt text-success\"></i></div></div>\n                                                        <div class=\"middle-icon-features-content\">\n                                                            <h4>Evaluate Property</h4>\n                                                            <p>There are many variations of passages of Lorem Ipsum available, but the majority have Ipsum available.</p>\n                                                        </div>\n                                                    </div>\n                                                </div>\n\n                                                <div class=\"col-lg-4 col-md-4\">\n                                                    <div class=\"middle-icon-features-item\">\n                                                        <div class=\"icon-features-wrap\"><div class=\"middle-icon-large-features-box f-light-warning\"><i class=\"ti-user text-warning\"></i></div></div>\n                                                        <div class=\"middle-icon-features-content\">\n                                                            <h4>Meet Your Agent</h4>\n                                                            <p>There are many variations of passages of Lorem Ipsum available, but the majority have Ipsum available.</p>\n                                                        </div>\n                                                    </div>\n                                                </div>\n\n                                                <div class=\"col-lg-4 col-md-4\">\n                                                    <div class=\"middle-icon-features-item remove\">\n                                                        <div class=\"icon-features-wrap\"><div class=\"middle-icon-large-features-box f-light-blue\"><i class=\"ti-shield text-blue\"></i></div></div>\n                                                        <div class=\"middle-icon-features-content\">\n                                                            <h4>Close The Deal</h4>\n                                                            <p>There are many variations of passages of Lorem Ipsum available, but the majority have Ipsum available.</p>\n                                                        </div>\n                                                    </div>\n                                                </div>\n                                            </div>\n\n                                        </div>\n                                    </section>\n                                </div>'),('vi',5,'Achievement','','\n                                <div class=\"raw-html-embed\">\n                                    <section>\n                                        <div class=\"container\">\n\n                                            <div class=\"row justify-content-center\">\n                                                <div class=\"col-lg-7 col-md-10 text-center\">\n                                                    <div class=\"sec-heading center mb-4\">\n                                                        <h2>Achievement</h2>\n                                                        <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores</p>\n                                                    </div>\n                                                </div>\n                                            </div>\n\n                                            <div class=\"row\">\n                                                <div class=\"col-lg-3 col-md-3 col-sm-6\">\n                                                    <div class=\"achievement-wrap\">\n                                                        <div class=\"achievement-content\">\n                                                            <h4>20500+</h4>\n                                                            <p>Completed Property</p>\n                                                        </div>\n                                                    </div>\n                                                </div>\n\n                                                <div class=\"col-lg-3 col-md-3 col-sm-6\">\n                                                    <div class=\"achievement-wrap\">\n                                                        <div class=\"achievement-content\">\n                                                            <h4>7600+</h4>\n                                                            <p>Property Sales</p>\n                                                        </div>\n                                                    </div>\n                                                </div>\n\n                                                <div class=\"col-lg-3 col-md-3 col-sm-6\">\n                                                    <div class=\"achievement-wrap\">\n                                                        <div class=\"achievement-content\">\n                                                            <h4>12300+</h4>\n                                                            <p>Apartment Rent</p>\n                                                        </div>\n                                                    </div>\n                                                </div>\n\n                                                <div class=\"col-lg-3 col-md-3 col-sm-6\">\n                                                    <div class=\"achievement-wrap\">\n                                                        <div class=\"achievement-content\">\n                                                            <h4>15200+</h4>\n                                                            <p>Happy Clients</p>\n                                                        </div>\n                                                    </div>\n                                                </div>\n\n                                            </div>\n\n                                        </div>\n                                    </section>\n                                    <div class=\"clearfix\"></div>\n                                </div>'),('vi',6,'Our Story','','\n                                <div class=\"raw-html-embed\">\n                                    <section>\n                                        <div class=\"container\">\n                                            <div class=\"row align-items-center\">\n\n                                                <div class=\"col-lg-6 col-md-6\">\n                                                    <img src=\"/storage/block/sb.png\" class=\"img-fluid\" alt=\"\">\n                                                </div>\n\n                                                <div class=\"col-lg-6 col-md-6\">\n                                                    <div class=\"story-wrap explore-content\">\n\n                                                        <h2>Our Story</h2>\n                                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n                                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p>\n\n                                                    </div>\n                                                </div>\n                                            </div>\n                                        </div>\n                                    </section>\n                                </div>\n                '),('vi',7,'Our Story','','\n                                <div class=\"raw-html-embed\">\n                                    <section>\n                                        <div class=\"container\">\n                                            <div class=\"row align-items-center\">\n\n                                                <div class=\"col-lg-6 col-md-6\">\n                                                    <img src=\"/storage/block/sb.png\" class=\"img-fluid\" alt=\"\">\n                                                </div>\n\n                                                <div class=\"col-lg-6 col-md-6\">\n                                                    <div class=\"story-wrap explore-content\">\n\n                                                        <h2>Our Story</h2>\n                                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n                                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p>\n\n                                                    </div>\n                                                </div>\n                                            </div>\n                                        </div>\n                                    </section>\n                                </div>\n                '),('vi',8,'Our mission','','\n                            <div class=\"raw-html-embed\">\n                                <section>\n                                    <div class=\"container\">\n                                        <div class=\"row\">\n                                            <div class=\"col-lg-12 col-md-12\">\n                                                <div class=\"sec-heading center\">\n                                                    <h2>Our Mission &amp; Work Process</h2>\n                                                    <p>Professional &amp; Dedicated Team</p>\n                                                </div>\n                                            </div>\n                                        </div>\n                                        <div class=\"row align-items-center\">\n                                            <div class=\"col-lg-6 col-md-6\">\n                                                <div class=\"icon-mi-left\">\n                                                    <i class=\"ti-lock theme-cl\"></i>\n                                                    <div class=\"icon-mi-left-content\">\n                                                        <h4>Fully Secure &amp; 24x7 Dedicated Support</h4>\n                                                        <p>If you are an individual client, or just a business startup looking for good backlinks for your website.</p>\n                                                    </div>\n                                                </div>\n                                                <div class=\"icon-mi-left\">\n                                                    <i class=\"ti-twitter theme-cl\"></i>\n                                                    <div class=\"icon-mi-left-content\">\n                                                        <h4>Manage your Social &amp; Busness Account Carefully</h4>\n                                                        <p>If you are an individual client, or just a business startup looking for good backlinks for your website.</p>\n                                                    </div>\n                                                </div>\n                                                <div class=\"icon-mi-left\">\n                                                    <i class=\"ti-layers theme-cl\"></i>\n                                                    <div class=\"icon-mi-left-content\">\n                                                        <h4>We are Very Hard Worker and loving</h4>\n                                                        <p>If you are an individual client, or just a business startup looking for good backlinks for your website.</p>\n                                                    </div>\n                                                </div>\n                                            </div>\n                                            <div class=\"col-lg-6 col-md-6\">\n                                                <img src=\"/storage/block/vec-2.png\" class=\"img-fluid\" alt=\"\">\n                                            </div>\n                                        </div>\n                                    </div>\n                                </section>\n                            </div>\n                ');
/*!40000 ALTER TABLE `blocks_translations` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `categories` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent_id` bigint unsigned NOT NULL DEFAULT '0',
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `author_id` bigint unsigned DEFAULT NULL,
  `author_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User',
  `icon` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `order` tinyint NOT NULL DEFAULT '0',
  `is_featured` tinyint NOT NULL DEFAULT '0',
  `is_default` tinyint unsigned NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `categories_parent_id_index` (`parent_id`),
  KEY `categories_status_index` (`status`),
  KEY `categories_created_at_index` (`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `categories` WRITE;
/*!40000 ALTER TABLE `categories` DISABLE KEYS */;
INSERT INTO `categories` VALUES (1,'Latest news',0,NULL,'published',1,'Botble\\ACL\\Models\\User',NULL,0,0,0,'2024-05-03 00:13:00','2024-05-03 00:13:00'),(2,'House architecture',0,NULL,'published',1,'Botble\\ACL\\Models\\User',NULL,0,0,0,'2024-05-03 00:13:00','2024-05-03 00:13:00'),(3,'House design',0,NULL,'published',1,'Botble\\ACL\\Models\\User',NULL,0,0,0,'2024-05-03 00:13:00','2024-05-03 00:13:00'),(4,'Building materials',0,NULL,'published',1,'Botble\\ACL\\Models\\User',NULL,0,0,0,'2024-05-03 00:13:00','2024-05-03 00:13:00');
/*!40000 ALTER TABLE `categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `categories_translations`
--

DROP TABLE IF EXISTS `categories_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `categories_translations` (
  `lang_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `categories_id` bigint unsigned NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`categories_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `categories_translations`
--

LOCK TABLES `categories_translations` WRITE;
/*!40000 ALTER TABLE `categories_translations` DISABLE KEYS */;
INSERT INTO `categories_translations` VALUES ('vi',1,'Tin tức mới nhất',NULL),('vi',2,'Kiến trúc nhà',NULL),('vi',3,'Thiết kế nhà',NULL),('vi',4,'Vật liệu xây dựng',NULL);
/*!40000 ALTER TABLE `categories_translations` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `cities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cities` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `state_id` bigint unsigned DEFAULT NULL,
  `country_id` bigint unsigned DEFAULT NULL,
  `record_id` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `order` tinyint NOT NULL DEFAULT '0',
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_default` tinyint unsigned NOT NULL DEFAULT '0',
  `is_featured` tinyint unsigned NOT NULL DEFAULT '0',
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `slug` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `cities_slug_unique` (`slug`)
) ENGINE=InnoDB AUTO_INCREMENT=904 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `cities` WRITE;
/*!40000 ALTER TABLE `cities` DISABLE KEYS */;
INSERT INTO `cities` VALUES (1,'Newark',35,1,NULL,0,NULL,0,1,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','newark'),(2,'Peoria',17,1,NULL,0,NULL,0,1,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','peoria'),(3,'O\'Fallon',30,1,NULL,0,NULL,0,1,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','ofallon'),(4,'Hampton',55,1,NULL,0,NULL,0,1,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','hampton'),(5,'Lakewood',7,1,NULL,0,NULL,0,1,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','lakewood'),(6,'Mesa',4,1,NULL,0,NULL,0,1,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','mesa'),(7,'Bryan',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','bryan'),(8,'Garland',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','garland'),(9,'Springfield',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','springfield'),(10,'Flint',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','flint'),(11,'Tacoma',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','tacoma'),(12,'Waterbury',8,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','waterbury'),(13,'Eagan',28,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','eagan'),(14,'Fort Smith',5,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','fort-smith'),(15,'Carmichael',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23','carmichael'),(16,'Daly City',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','daly-city'),(17,'Murrieta',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','murrieta'),(18,'Brentwood',37,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','brentwood'),(19,'Quincy',26,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','quincy'),(20,'Boulder',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','boulder'),(21,'Evanston',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','evanston'),(22,'Dothan',1,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','dothan'),(23,'Antioch',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','antioch'),(24,'Madison',58,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','madison'),(25,'Victorville',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','victorville'),(26,'Billings',31,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','billings'),(27,'Sandy Springs',13,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','sandy-springs'),(28,'Iowa City',19,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','iowa-city'),(29,'Largo',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','largo'),(30,'Shreveport',22,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','shreveport'),(31,'Kalamazoo',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','kalamazoo'),(32,'Round Rock',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','round-rock'),(33,'Richmond',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','richmond'),(34,'Columbia',30,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','columbia'),(35,'Sandy',52,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','sandy'),(36,'Hoover',1,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','hoover'),(37,'Fullerton',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','fullerton'),(38,'Rapid City',49,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','rapid-city'),(39,'Newport Beach',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','newport-beach'),(40,'Columbus',13,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','columbus'),(41,'Palm Coast',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','palm-coast'),(42,'Albany',13,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','albany'),(43,'Jurupa Valley',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','jurupa-valley'),(44,'Providence',47,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','providence'),(45,'Decatur',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','decatur'),(46,'Scranton',45,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','scranton'),(47,'Anaheim',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','anaheim'),(48,'Rochester',37,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','rochester'),(49,'Buffalo',37,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','buffalo'),(50,'Santa Ana',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','santa-ana'),(51,'Sunnyvale',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','sunnyvale'),(52,'Augusta-Richmond County consolidated government',13,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','augusta-richmond-county-consolidated-government'),(53,'Milwaukee',58,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','milwaukee'),(54,'Conroe',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','conroe'),(55,'Savannah',13,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','savannah'),(56,'German',25,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','german'),(57,'Costa Mesa',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','costa-mesa'),(58,'New Haven',8,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','new-haven'),(59,'Westland',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','westland'),(60,'Waldorf',25,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:24','2024-05-03 00:12:24','waldorf'),(61,'Cedar Rapids',19,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','cedar-rapids'),(62,'Troy',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','troy'),(63,'Kirkland',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','kirkland'),(64,'Santa Barbara',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','santa-barbara'),(65,'Lake Forest',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','lake-forest'),(66,'Chino',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','chino'),(67,'Tucson',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','tucson'),(68,'Boise',16,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','boise'),(69,'Joliet',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','joliet'),(70,'Metairie',22,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','metairie'),(71,'Moreno Valley',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','moreno-valley'),(72,'Elizabeth',35,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','elizabeth'),(73,'Wyoming',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','wyoming'),(74,'Norman',42,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','norman'),(75,'Frisco',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','frisco'),(76,'Waterloo',19,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','waterloo'),(77,'Oakland',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','oakland'),(78,'Jonesboro',5,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','jonesboro'),(79,'Mission',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','mission'),(80,'Midland',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','midland'),(81,'Lansing',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','lansing'),(82,'Springdale',5,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','springdale'),(83,'Bay',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','bay'),(84,'Apple Valley',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','apple-valley'),(85,'Brockton',26,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','brockton'),(86,'Poinciana',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','poinciana'),(87,'Davis',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','davis'),(88,'Saint Louis',30,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','saint-louis'),(89,'Lehigh Acres',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','lehigh-acres'),(90,'Henderson',33,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','henderson'),(91,'Los Angeles',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','los-angeles'),(92,'Boca Raton',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','boca-raton'),(93,'Union City',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','union-city'),(94,'Lakeland',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','lakeland'),(95,'Mount Pleasant',48,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','mount-pleasant'),(96,'Des Moines',19,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','des-moines'),(97,'Asheville',38,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','asheville'),(98,'West Palm Beach',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','west-palm-beach'),(99,'Bayonne',35,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','bayonne'),(100,'Coral Springs',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','coral-springs'),(101,'Atlanta',13,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','atlanta'),(102,'Redlands',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','redlands'),(103,'Toms River',35,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','toms-river'),(104,'Palmdale',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','palmdale'),(105,'Youngs',41,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','youngs'),(106,'Frederick',25,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','frederick'),(107,'Fargo',39,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','fargo'),(108,'Cedar Park',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','cedar-park'),(109,'Fort Collins',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','fort-collins'),(110,'Portsmouth',55,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','portsmouth'),(111,'Fremont',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','fremont'),(112,'Bloomington',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','bloomington'),(113,'Woodbury',28,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','woodbury'),(114,'Camden',35,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','camden'),(115,'Gresham',43,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','gresham'),(116,'Lorain',41,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','lorain'),(117,'South San Francisco',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','south-san-francisco'),(118,'Manchester',34,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','manchester'),(119,'Longview',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','longview'),(120,'Richardson',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','richardson'),(121,'Yonkers',37,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','yonkers'),(122,'Pharr',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','pharr'),(123,'Redding',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','redding'),(124,'Fontana',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','fontana'),(125,'Fort Lauderdale',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','fort-lauderdale'),(126,'Fort Wayne',18,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','fort-wayne'),(127,'Lancaster',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','lancaster'),(128,'Flower Mound',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:25','2024-05-03 00:12:25','flower-mound'),(129,'Aurora',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','aurora'),(130,'Jacksonville',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','jacksonville'),(131,'Carlsbad',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','carlsbad'),(132,'Grand Prairie',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','grand-prairie'),(133,'Evansville',18,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','evansville'),(134,'Saint Cloud',28,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','saint-cloud'),(135,'Weston',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','weston'),(136,'Greensboro',38,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','greensboro'),(137,'Vallejo',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','vallejo'),(138,'Bellflower',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','bellflower'),(139,'Kenner',22,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','kenner'),(140,'Albuquerque',36,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','albuquerque'),(141,'Town \'n\' Country',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','town-n-country'),(142,'Cary',38,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','cary'),(143,'Loveland',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','loveland'),(144,'Menifee',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','menifee'),(145,'Mobile',1,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','mobile'),(146,'Orem',52,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','orem'),(147,'Baltimore',25,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','baltimore'),(148,'Brownsville',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','brownsville'),(149,'Riverview',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','riverview'),(150,'Lafayette',18,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','lafayette'),(151,'Duluth',28,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','duluth'),(152,'Everett',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','everett'),(153,'Southfield',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','southfield'),(154,'Pawtucket',47,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','pawtucket'),(155,'Reno',33,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','reno'),(156,'Layton',52,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','layton'),(157,'Lewisville',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','lewisville'),(158,'Guaynabo',46,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','guaynabo'),(159,'Livermore',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','livermore'),(160,'Memphis',50,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','memphis'),(161,'Lee\'s Summit',30,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','lees-summit'),(162,'Norwalk',8,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','norwalk'),(163,'San Antonio',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','san-antonio'),(164,'Hemet',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','hemet'),(165,'Abilene',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','abilene'),(166,'Bolingbrook',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','bolingbrook'),(167,'Roswell',13,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','roswell'),(168,'Huntsville',1,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','huntsville'),(169,'Livonia',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','livonia'),(170,'Fort Worth',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','fort-worth'),(171,'Tracy',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','tracy'),(172,'Nashville',50,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','nashville'),(173,'Independence',30,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','independence'),(174,'Colorado Springs',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','colorado-springs'),(175,'Camarillo',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','camarillo'),(176,'Kendall',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','kendall'),(177,'Parma',41,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','parma'),(178,'Shawnee',20,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','shawnee'),(179,'Bk',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','bk'),(180,'San Tan Valley',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','san-tan-valley'),(181,'Alafaya',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','alafaya'),(182,'Saint Paul',28,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','saint-paul'),(183,'Boston',26,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','boston'),(184,'Dearborn',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','dearborn'),(185,'Lawrence',26,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','lawrence'),(186,'Nampa',16,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','nampa'),(187,'Vista',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','vista'),(188,'Palm Bay',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','palm-bay'),(189,'Lawton',42,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','lawton'),(190,'Reading',45,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','reading'),(191,'New Britain',8,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','new-britain'),(192,'Waukesha',58,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','waukesha'),(193,'The Woodlands',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','the-woodlands'),(194,'Lubbock',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','lubbock'),(195,'North Las Vegas',33,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','north-las-vegas'),(196,'Baton Rouge',22,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','baton-rouge'),(197,'Chicago',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','chicago'),(198,'Garden Grove',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:26','2024-05-03 00:12:26','garden-grove'),(199,'South Jordan',52,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','south-jordan'),(200,'Cape Coral',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','cape-coral'),(201,'Chesapeake',55,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','chesapeake'),(202,'Westminster',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','westminster'),(203,'Irvine',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','irvine'),(204,'Arlington',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','arlington'),(205,'Johns Creek',13,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','johns-creek'),(206,'Edmond',42,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','edmond'),(207,'Bend',43,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','bend'),(208,'Las Vegas',33,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','las-vegas'),(209,'Carrollton',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','carrollton'),(210,'Cleveland',41,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','cleveland'),(211,'West Valley City',52,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','west-valley-city'),(212,'Grand Rapids',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','grand-rapids'),(213,'Federal Way',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','federal-way'),(214,'Saint Petersburg',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','saint-petersburg'),(215,'Turlock',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','turlock'),(216,'Riverside',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','riverside'),(217,'Berkeley',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','berkeley'),(218,'Santa Fe',36,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','santa-fe'),(219,'Chino Hills',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','chino-hills'),(220,'Schaumburg',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','schaumburg'),(221,'Clovis',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','clovis'),(222,'Torrance',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','torrance'),(223,'McKinney',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','mckinney'),(224,'Roanoke',55,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','roanoke'),(225,'Corona',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','corona'),(226,'Fairfield',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','fairfield'),(227,'Downey',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','downey'),(228,'Macon',13,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','macon'),(229,'Athens-Clarke County unified government',13,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','athens-clarke-county-unified-government'),(230,'Temecula',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','temecula'),(231,'Concord',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','concord'),(232,'Corpus Christi',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','corpus-christi'),(233,'Rancho Cordova',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','rancho-cordova'),(234,'Tampa',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','tampa'),(235,'Fayetteville',5,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','fayetteville'),(236,'Montgomery',1,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','montgomery'),(237,'Kansas City',30,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','kansas-city'),(238,'College Station',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','college-station'),(239,'Green Bay',58,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','green-bay'),(240,'Bossier City',22,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','bossier-city'),(241,'Merced',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','merced'),(242,'Warner Robins',13,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','warner-robins'),(243,'San Leandro',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','san-leandro'),(244,'Plano',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','plano'),(245,'Lynchburg',55,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','lynchburg'),(246,'Vacaville',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','vacaville'),(247,'Laredo',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','laredo'),(248,'El Cajon',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','el-cajon'),(249,'Cicero',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','cicero'),(250,'Rio Rancho',36,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','rio-rancho'),(251,'Marysville',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','marysville'),(252,'Alhambra',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','alhambra'),(253,'Carson',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','carson'),(254,'Citrus Heights',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','citrus-heights'),(255,'North Little Rock',5,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','north-little-rock'),(256,'Atascocita',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','atascocita'),(257,'Erie',45,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','erie'),(258,'Fresno',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','fresno'),(259,'High Point',38,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','high-point'),(260,'Pearland',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','pearland'),(261,'Denton',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','denton'),(262,'San Bernardino',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','san-bernardino'),(263,'Mesquite',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','mesquite'),(264,'Sioux Falls',49,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','sioux-falls'),(265,'Charleston',48,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','charleston'),(266,'Redwood City',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','redwood-city'),(267,'Paradise',33,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','paradise'),(268,'Upland',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:27','2024-05-03 00:12:27','upland'),(269,'Paterson',35,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','paterson'),(270,'Pasco',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','pasco'),(271,'Schenectady',37,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','schenectady'),(272,'Worcester',26,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','worcester'),(273,'Pembroke Pines',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','pembroke-pines'),(274,'West Covina',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','west-covina'),(275,'Raleigh',38,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','raleigh'),(276,'Compton',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','compton'),(277,'Amarillo',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','amarillo'),(278,'Glendale',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','glendale'),(279,'Broken Arrow',42,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','broken-arrow'),(280,'Hartford',8,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','hartford'),(281,'Warwick',47,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','warwick'),(282,'Charlotte',38,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','charlotte'),(283,'Jersey City',35,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','jersey-city'),(284,'Long Beach',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','long-beach'),(285,'Spokane Valley',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','spokane-valley'),(286,'Mayagüez',46,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','mayaguez'),(287,'San Diego',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','san-diego'),(288,'Chandler',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','chandler'),(289,'Pine Hills',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','pine-hills'),(290,'Tulsa',42,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','tulsa'),(291,'Hawthorne',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','hawthorne'),(292,'Portland',43,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','portland'),(293,'Sunrise Manor',33,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','sunrise-manor'),(294,'Longmont',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','longmont'),(295,'Arden-Arcade',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','arden-arcade'),(296,'Anchorage',2,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','anchorage'),(297,'Missoula',31,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','missoula'),(298,'Newton',26,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','newton'),(299,'Cincinnati',41,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','cincinnati'),(300,'Santa Rosa',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','santa-rosa'),(301,'Centennial',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','centennial'),(302,'New Braunfels',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','new-braunfels'),(303,'Elk Grove',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','elk-grove'),(304,'Norfolk',55,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','norfolk'),(305,'Pompano Beach',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','pompano-beach'),(306,'Redondo Beach',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','redondo-beach'),(307,'Jackson',29,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','jackson'),(308,'Casas Adobes',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','casas-adobes'),(309,'Gilbert',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','gilbert'),(310,'Santa Clara',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','santa-clara'),(311,'Maple Grove',28,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','maple-grove'),(312,'Davie',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','davie'),(313,'Victoria',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','victoria'),(314,'Ames',19,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','ames'),(315,'Trenton',35,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','trenton'),(316,'Sunrise',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','sunrise'),(317,'Odessa',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','odessa'),(318,'Olathe',20,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','olathe'),(319,'Urban Honolulu',15,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','urban-honolulu'),(320,'Davenport',19,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','davenport'),(321,'San Juan',46,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','san-juan'),(322,'Milpitas',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','milpitas'),(323,'McAllen',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','mcallen'),(324,'Missouri City',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','missouri-city'),(325,'Kissimmee',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','kissimmee'),(326,'Hammond',18,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','hammond'),(327,'Elgin',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','elgin'),(328,'Passaic',35,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','passaic'),(329,'East Orange',35,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','east-orange'),(330,'Houston',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','houston'),(331,'Alameda',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','alameda'),(332,'Arlington Heights',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','arlington-heights'),(333,'Waco',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','waco'),(334,'Oklahoma City',42,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','oklahoma-city'),(335,'South Gate',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','south-gate'),(336,'Appleton',58,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','appleton'),(337,'San Ramon',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','san-ramon'),(338,'Ellicott City',25,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','ellicott-city'),(339,'Durham',38,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','durham'),(340,'League City',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','league-city'),(341,'Killeen',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','killeen'),(342,'Arvada',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','arvada'),(343,'Folsom',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','folsom'),(344,'Clearwater',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','clearwater'),(345,'Cranston',47,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:28','2024-05-03 00:12:28','cranston'),(346,'Beaumont',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','beaumont'),(347,'Avondale',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','avondale'),(348,'Eau Claire',58,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','eau-claire'),(349,'Beaverton',43,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','beaverton'),(350,'Virginia Beach',55,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','virginia-beach'),(351,'Stamford',8,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','stamford'),(352,'Bellevue',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','bellevue'),(353,'Hollywood',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','hollywood'),(354,'Saint Joseph',30,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','saint-joseph'),(355,'Thornton',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','thornton'),(356,'Toledo',41,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','toledo'),(357,'Akron',41,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','akron'),(358,'Gaithersburg',25,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','gaithersburg'),(359,'Roseville',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','roseville'),(360,'Pittsburgh',45,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','pittsburgh'),(361,'Sparks',33,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','sparks'),(362,'Brooklyn Park',28,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','brooklyn-park'),(363,'Rock Hill',48,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','rock-hill'),(364,'San Buenaventura',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','san-buenaventura'),(365,'Lynn',26,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','lynn'),(366,'Port Saint Lucie',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','port-saint-lucie'),(367,'Washington',10,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','washington'),(368,'Tustin',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','tustin'),(369,'Lynwood',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','lynwood'),(370,'Lexington-Fayette  county',21,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','lexington-fayette-county'),(371,'Las Cruces',36,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','las-cruces'),(372,'North Charleston',48,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','north-charleston'),(373,'Miramar',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','miramar'),(374,'Miami Gardens',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','miami-gardens'),(375,'Rochester Hills',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','rochester-hills'),(376,'Indio',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','indio'),(377,'Racine',58,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','racine'),(378,'Boynton Beach',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','boynton-beach'),(379,'Alexandria',55,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','alexandria'),(380,'San Francisco',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','san-francisco'),(381,'Cheektowaga',37,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','cheektowaga'),(382,'Deerfield Beach',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','deerfield-beach'),(383,'Miami',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','miami'),(384,'Medford',43,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','medford'),(385,'Ogden',52,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','ogden'),(386,'San Clemente',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','san-clemente'),(387,'Orange',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','orange'),(388,'Bridgeport',8,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','bridgeport'),(389,'Pleasanton',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','pleasanton'),(390,'Lake Charles',22,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','lake-charles'),(391,'Thousand Oaks',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','thousand-oaks'),(392,'Chico',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','chico'),(393,'Goodyear',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','goodyear'),(394,'Kent',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','kent'),(395,'Plantation',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','plantation'),(396,'Gary',18,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','gary'),(397,'Sugar Land',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','sugar-land'),(398,'Silver Spring',25,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','silver-spring'),(399,'El Paso',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','el-paso'),(400,'Winston-Salem',38,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','winston-salem'),(401,'Lincoln',32,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','lincoln'),(402,'Renton',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','renton'),(403,'Gainesville',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','gainesville'),(404,'Sacramento',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','sacramento'),(405,'Simi Valley',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','simi-valley'),(406,'Wilmington',9,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','wilmington'),(407,'Wichita',20,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','wichita'),(408,'Allen',45,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','allen'),(409,'Danbury',8,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','danbury'),(410,'Provo',52,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','provo'),(411,'San Marcos',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','san-marcos'),(412,'Escondido',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','escondido'),(413,'Caguas',46,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','caguas'),(414,'Spokane',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','spokane'),(415,'Auburn',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','auburn'),(416,'Surprise',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','surprise'),(417,'Louisville/Jefferson County metro government',21,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','louisvillejefferson-county-metro-government'),(418,'Spring Valley',33,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','spring-valley'),(419,'Yakima',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','yakima'),(420,'Clifton',35,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','clifton'),(421,'Farmington Hills',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','farmington-hills'),(422,'Napa',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','napa'),(423,'Irving',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','irving'),(424,'Chula Vista',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:29','2024-05-03 00:12:29','chula-vista'),(425,'Salinas',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','salinas'),(426,'Pasadena',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','pasadena'),(427,'Newport News',55,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','newport-news'),(428,'Miami Beach',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','miami-beach'),(429,'Tempe',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','tempe'),(430,'Sterling Heights',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','sterling-heights'),(431,'Hialeah',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','hialeah'),(432,'Gulfport',29,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','gulfport'),(433,'Tuscaloosa',1,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','tuscaloosa'),(434,'Plymouth',28,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','plymouth'),(435,'Bakersfield',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','bakersfield'),(436,'Mount Vernon',37,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','mount-vernon'),(437,'Fishers',18,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','fishers'),(438,'Santa Maria',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','santa-maria'),(439,'The Villages',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','the-villages'),(440,'Oxnard',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','oxnard'),(441,'Gastonia',38,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','gastonia'),(442,'Deltona',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','deltona'),(443,'Greenville',38,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','greenville'),(444,'Salt Lake City',52,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','salt-lake-city'),(445,'Homestead',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','homestead'),(446,'Waukegan',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','waukegan'),(447,'Topeka',20,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','topeka'),(448,'Clarksville',50,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','clarksville'),(449,'Franklin',50,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','franklin'),(450,'Little Rock',5,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','little-rock'),(451,'Tallahassee',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','tallahassee'),(452,'Cambridge',26,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','cambridge'),(453,'Skokie',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','skokie'),(454,'New York',37,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','new-york'),(455,'Modesto',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','modesto'),(456,'Dallas',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','dallas'),(457,'Baldwin Park',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','baldwin-park'),(458,'Hesperia',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','hesperia'),(459,'East Los Angeles',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','east-los-angeles'),(460,'Whittier',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','whittier'),(461,'Lauderhill',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','lauderhill'),(462,'Huntington Beach',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','huntington-beach'),(463,'Carmel',18,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','carmel'),(464,'Bellingham',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','bellingham'),(465,'Delray Beach',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','delray-beach'),(466,'Seattle',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','seattle'),(467,'Suffolk',55,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','suffolk'),(468,'Omaha',32,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','omaha'),(469,'Champaign',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','champaign'),(470,'Vancouver',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','vancouver'),(471,'Meridian',16,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','meridian'),(472,'Saint Charles',30,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','saint-charles'),(473,'Inglewood',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','inglewood'),(474,'Harlingen',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','harlingen'),(475,'Austin',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','austin'),(476,'San Jose',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','san-jose'),(477,'Melbourne',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','melbourne'),(478,'Tyler',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','tyler'),(479,'Greeley',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','greeley'),(480,'West Jordan',52,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','west-jordan'),(481,'Perris',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','perris'),(482,'Johnson City',50,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','johnson-city'),(483,'New Orleans',22,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','new-orleans'),(484,'Chattanooga',50,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','chattanooga'),(485,'San Angelo',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','san-angelo'),(486,'Syracuse',37,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','syracuse'),(487,'Ann Arbor',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','ann-arbor'),(488,'Visalia',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','visalia'),(489,'Naperville',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','naperville'),(490,'Scottsdale',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','scottsdale'),(491,'Lowell',26,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','lowell'),(492,'Mission Viejo',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','mission-viejo'),(493,'New Rochelle',37,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','new-rochelle'),(494,'Manteca',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','manteca'),(495,'Florence-Graham',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','florence-graham'),(496,'Brandon',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','brandon'),(497,'North Richland Hills',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:30','2024-05-03 00:12:30','north-richland-hills'),(498,'Murfreesboro',50,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','murfreesboro'),(499,'Enterprise',33,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','enterprise'),(500,'Nashua',34,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','nashua'),(501,'Rialto',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','rialto'),(502,'Rockford',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','rockford'),(503,'San Mateo',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','san-mateo'),(504,'Pueblo',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','pueblo'),(505,'Spring Hill',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','spring-hill'),(506,'Mountain View',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','mountain-view'),(507,'Phoenix',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','phoenix'),(508,'Dale City',55,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','dale-city'),(509,'Santa Clarita',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','santa-clarita'),(510,'Hillsboro',43,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','hillsboro'),(511,'Buena Park',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','buena-park'),(512,'Oshkosh',58,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','oshkosh'),(513,'Pittsburg',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','pittsburg'),(514,'Oceanside',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','oceanside'),(515,'Highlands Ranch',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','highlands-ranch'),(516,'Sioux City',19,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','sioux-city'),(517,'Detroit',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','detroit'),(518,'Rancho Cucamonga',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','rancho-cucamonga'),(519,'Somerville',26,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','somerville'),(520,'Framingham',26,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','framingham'),(521,'New Bedford',26,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','new-bedford'),(522,'Philadelphia',45,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','philadelphia'),(523,'Eugene',43,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','eugene'),(524,'Kenosha',58,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','kenosha'),(525,'Bismarck',39,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','bismarck'),(526,'Yorba Linda',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','yorba-linda'),(527,'Carolina',46,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','carolina'),(528,'Knoxville',50,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','knoxville'),(529,'Hayward',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','hayward'),(530,'Flagstaff',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','flagstaff'),(531,'Wichita Falls',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','wichita-falls'),(532,'Minneapolis',28,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','minneapolis'),(533,'Canton',41,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','canton'),(534,'Glen Burnie',25,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','glen-burnie'),(535,'Laguna Niguel',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','laguna-niguel'),(536,'Bethlehem',45,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','bethlehem'),(537,'Palo Alto',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','palo-alto'),(538,'Saint George',52,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','saint-george'),(539,'Yuba City',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','yuba-city'),(540,'El Monte',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','el-monte'),(541,'Orlando',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','orlando'),(542,'Stockton',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','stockton'),(543,'Yuma',4,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','yuma'),(544,'Indianapolis',18,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','indianapolis'),(545,'Edinburg',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','edinburg'),(546,'Warren',27,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','warren'),(547,'Ontario',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','ontario'),(548,'Kennewick',56,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','kennewick'),(549,'Birmingham',1,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','birmingham'),(550,'Rockville',25,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','rockville'),(551,'Muncie',18,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','muncie'),(552,'Overland Park',20,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','overland-park'),(553,'Centreville',55,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','centreville'),(554,'Santa Monica',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','santa-monica'),(555,'Dayton',41,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','dayton'),(556,'Salem',43,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:31','2024-05-03 00:12:31','salem'),(557,'Ponce',46,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','ponce'),(558,'Pomona',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','pomona'),(559,'Fall River',26,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','fall-river'),(560,'Palatine',17,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','palatine'),(561,'Bayamón',46,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','bayamon'),(562,'South Bend',18,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','south-bend'),(563,'Temple',51,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','temple'),(564,'Denver',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','denver'),(565,'Broomfield',7,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','broomfield'),(566,'Walnut Creek',6,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','walnut-creek'),(567,'Fort Myers',12,1,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','fort-myers'),(568,'Airdrie',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','airdrie'),(569,'Grande Prairie',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','grande-prairie'),(570,'Red Deer',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','red-deer'),(571,'Beaumont',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32','beaumont-1'),(572,'Hanna',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','hanna'),(573,'St. Albert',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','st-albert'),(574,'Bonnyville',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','bonnyville'),(575,'Hinton',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','hinton'),(576,'Spruce Grove',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','spruce-grove'),(577,'Brazeau',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','brazeau'),(578,'Irricana',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','irricana'),(579,'Strathcona County',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','strathcona-county'),(580,'Breton',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','breton'),(581,'Lacombe',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','lacombe'),(582,'Strathmore',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','strathmore'),(583,'Calgary',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','calgary'),(584,'Leduc',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','leduc'),(585,'Sylvan Lake',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','sylvan-lake'),(586,'Camrose',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','camrose'),(587,'Lethbridge',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','lethbridge'),(588,'Swan Hills',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','swan-hills'),(589,'Canmore',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','canmore'),(590,'McLennan',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','mclennan'),(591,'Taber',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','taber'),(592,'Didzbury',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','didzbury'),(593,'Medicine Hat',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','medicine-hat'),(594,'Turner Valley',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','turner-valley'),(595,'Drayton Valley',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','drayton-valley'),(596,'Olds',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','olds'),(597,'Vermillion',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','vermillion'),(598,'Edmonton',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','edmonton'),(599,'Onoway',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','onoway'),(600,'Wood Buffalo',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','wood-buffalo'),(601,'Ft. Saskatchewan',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','ft-saskatchewan'),(602,'Provost',60,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','provost'),(603,'Burnaby',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','burnaby'),(604,'Lumby',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','lumby'),(605,'City of Port Moody',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','city-of-port-moody'),(606,'Cache Creek',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','cache-creek'),(607,'Maple Ridge',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','maple-ridge'),(608,'Prince George',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','prince-george'),(609,'Castlegar',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','castlegar'),(610,'Merritt',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','merritt'),(611,'Prince Rupert',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','prince-rupert'),(612,'Chemainus',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','chemainus'),(613,'Mission',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','mission-1'),(614,'Richmond',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','richmond-1'),(615,'Chilliwack',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','chilliwack'),(616,'Nanaimo',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','nanaimo'),(617,'Saanich',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','saanich'),(618,'Clearwater',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','clearwater-1'),(619,'Nelson',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','nelson'),(620,'Sooke',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','sooke'),(621,'Colwood',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','colwood'),(622,'New Westminster',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','new-westminster'),(623,'Sparwood',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','sparwood'),(624,'Coquitlam',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','coquitlam'),(625,'North Cowichan',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','north-cowichan'),(626,'Surrey',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','surrey'),(627,'Cranbrook',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','cranbrook'),(628,'North Vancouver',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','north-vancouver'),(629,'Terrace',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','terrace'),(630,'Dawson Creek',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','dawson-creek'),(631,'North Vancouver',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','north-vancouver-1'),(632,'Tumbler',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','tumbler'),(633,'Delta',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','delta'),(634,'Osoyoos',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','osoyoos'),(635,'Vancouver',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','vancouver-1'),(636,'Fernie',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','fernie'),(637,'Parksville',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','parksville'),(638,'Vancouver',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','vancouver-2'),(639,'Invermere',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','invermere'),(640,'Peace River',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','peace-river'),(641,'Vernon',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','vernon'),(642,'Kamloops',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','kamloops'),(643,'Penticton',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','penticton'),(644,'Victoria',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','victoria-1'),(645,'Kaslo',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','kaslo'),(646,'Port Alberni',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','port-alberni'),(647,'Whistler',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','whistler'),(648,'Langley',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','langley'),(649,'Port Hardy',61,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','port-hardy'),(650,'Birtle',62,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','birtle'),(651,'Flin Flon',62,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','flin-flon'),(652,'Swan River',62,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','swan-river'),(653,'Brandon',62,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','brandon-1'),(654,'Snow Lake',62,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','snow-lake'),(655,'The Pas',62,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','the-pas'),(656,'Cranberry Portage',62,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','cranberry-portage'),(657,'Steinbach',62,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','steinbach'),(658,'Thompson',62,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','thompson'),(659,'Dauphin',62,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','dauphin'),(660,'Stonewall',62,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','stonewall'),(661,'Winnipeg',62,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','winnipeg'),(662,'Cap-Pele',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','cap-pele'),(663,'Miramichi',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','miramichi'),(664,'Saint John',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','saint-john'),(665,'Fredericton',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','fredericton'),(666,'Moncton',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','moncton'),(667,'Saint Stephen',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','saint-stephen'),(668,'Grand Bay-Westfield',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','grand-bay-westfield'),(669,'Oromocto',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','oromocto'),(670,'Shippagan',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','shippagan'),(671,'Grand Falls',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','grand-falls'),(672,'Port Elgin',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','port-elgin'),(673,'Sussex',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','sussex'),(674,'Memramcook',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','memramcook'),(675,'Sackville',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','sackville'),(676,'Tracadie-Sheila',63,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','tracadie-sheila'),(677,'Town of Hay River',65,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','town-of-hay-river'),(678,'Town of Inuvik',65,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','town-of-inuvik'),(679,'Yellowknife',65,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','yellowknife'),(680,'Amherst',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','amherst'),(681,'Hants County',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','hants-county'),(682,'Pictou',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','pictou'),(683,'Annapolis',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','annapolis'),(684,'Inverness County',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','inverness-county'),(685,'Pictou County',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','pictou-county'),(686,'Argyle',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','argyle'),(687,'Kentville',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','kentville'),(688,'Queens',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','queens'),(689,'Baddeck',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','baddeck'),(690,'County of Kings',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','county-of-kings'),(691,'Richmond',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','richmond-2'),(692,'Bridgewater',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','bridgewater'),(693,'Lunenburg',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','lunenburg'),(694,'Shelburne',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','shelburne'),(695,'Cape Breton',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','cape-breton'),(696,'Lunenburg County',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','lunenburg-county'),(697,'Stellarton',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','stellarton'),(698,'Chester',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','chester'),(699,'Mahone Bay',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','mahone-bay'),(700,'Truro',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','truro'),(701,'Cumberland County',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','cumberland-county'),(702,'New Glasgow',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','new-glasgow'),(703,'Windsor',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','windsor'),(704,'East Hants',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','east-hants'),(705,'New Minas',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','new-minas'),(706,'Yarmouth',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','yarmouth'),(707,'Halifax',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','halifax'),(708,'Parrsboro',66,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','parrsboro'),(709,'Ajax',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','ajax'),(710,'Halton',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','halton'),(711,'Peterborough',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','peterborough'),(712,'Atikokan',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','atikokan'),(713,'Halton Hills',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','halton-hills'),(714,'Pickering',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','pickering'),(715,'Barrie',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','barrie'),(716,'Hamilton',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','hamilton'),(717,'Port Bruce',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','port-bruce'),(718,'Belleville',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','belleville'),(719,'Hamilton-Wentworth',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','hamilton-wentworth'),(720,'Port Burwell',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','port-burwell'),(721,'Blandford-Blenheim',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','blandford-blenheim'),(722,'Hearst',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','hearst'),(723,'Port Colborne',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','port-colborne'),(724,'Blind River',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','blind-river'),(725,'Huntsville',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','huntsville-1'),(726,'Port Hope',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','port-hope'),(727,'Brampton',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','brampton'),(728,'Ingersoll',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','ingersoll'),(729,'Prince Edward',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','prince-edward'),(730,'Brant',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','brant'),(731,'James',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','james'),(732,'Quinte West',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','quinte-west'),(733,'Brantford',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','brantford'),(734,'Kanata',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','kanata'),(735,'Renfrew',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','renfrew'),(736,'Brock',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','brock'),(737,'Kincardine',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','kincardine'),(738,'Richmond Hill',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','richmond-hill'),(739,'Brockville',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','brockville'),(740,'King',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','king'),(741,'Sarnia',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','sarnia'),(742,'Burlington',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','burlington'),(743,'Kingston',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','kingston'),(744,'Sault Ste. Marie',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','sault-ste-marie'),(745,'Caledon',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','caledon'),(746,'Kirkland Lake',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','kirkland-lake'),(747,'Scarborough',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','scarborough'),(748,'Cambridge',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','cambridge-1'),(749,'Kitchener',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','kitchener'),(750,'Scugog',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','scugog'),(751,'Chatham-Kent',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','chatham-kent'),(752,'Larder Lake',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','larder-lake'),(753,'Souix Lookout CoC Sioux Lookout',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:33','2024-05-03 00:12:33','souix-lookout-coc-sioux-lookout'),(754,'Chesterville',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','chesterville'),(755,'Leamington',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','leamington'),(756,'Smiths Falls',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','smiths-falls'),(757,'Clarington',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','clarington'),(758,'Lennox-Addington',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','lennox-addington'),(759,'South-West Oxford',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','south-west-oxford'),(760,'Cobourg',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','cobourg'),(761,'Lincoln',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','lincoln-1'),(762,'St. Catharines',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','st-catharines'),(763,'Cochrane',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','cochrane'),(764,'Lindsay',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','lindsay'),(765,'St. Thomas',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','st-thomas'),(766,'Collingwood',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','collingwood'),(767,'London',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','london'),(768,'Stoney Creek',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','stoney-creek'),(769,'Cornwall',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','cornwall'),(770,'Loyalist Township',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','loyalist-township'),(771,'Stratford',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','stratford'),(772,'Cumberland',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','cumberland'),(773,'Markham',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','markham'),(774,'Sudbury',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','sudbury'),(775,'Deep River',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','deep-river'),(776,'Metro Toronto',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','metro-toronto'),(777,'Temagami',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','temagami'),(778,'Dundas',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','dundas'),(779,'Merrickville',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','merrickville'),(780,'Thorold',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','thorold'),(781,'Durham',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','durham-1'),(782,'Milton',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','milton'),(783,'Thunder Bay',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','thunder-bay'),(784,'Dymond',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','dymond'),(785,'Nepean',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','nepean'),(786,'Tillsonburg',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','tillsonburg'),(787,'Ear Falls',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','ear-falls'),(788,'Newmarket',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','newmarket'),(789,'Timmins',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','timmins'),(790,'East Gwillimbury',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','east-gwillimbury'),(791,'Niagara',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','niagara'),(792,'Toronto',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','toronto'),(793,'East Zorra-Tavistock',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','east-zorra-tavistock'),(794,'Niagara Falls',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','niagara-falls'),(795,'Uxbridge',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','uxbridge'),(796,'Elgin',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','elgin-1'),(797,'Niagara-on-the-Lake',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','niagara-on-the-lake'),(798,'Vaughan',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','vaughan'),(799,'Elliot Lake',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','elliot-lake'),(800,'North Bay',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','north-bay'),(801,'Wainfleet',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','wainfleet'),(802,'Flamborough',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','flamborough'),(803,'North Dorchester',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','north-dorchester'),(804,'Wasaga Beach',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','wasaga-beach'),(805,'Fort Erie',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','fort-erie'),(806,'North Dumfries',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','north-dumfries'),(807,'Waterloo',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','waterloo-1'),(808,'Fort Frances',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','fort-frances'),(809,'North York',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','north-york'),(810,'Waterloo',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','waterloo-2'),(811,'Gananoque',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','gananoque'),(812,'Norwich',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','norwich'),(813,'Welland',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','welland'),(814,'Georgina',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','georgina'),(815,'Oakville',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','oakville'),(816,'Wellesley',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','wellesley'),(817,'Glanbrook',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','glanbrook'),(818,'Orangeville',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','orangeville'),(819,'West Carleton',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','west-carleton'),(820,'Gloucester',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','gloucester'),(821,'Orillia',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','orillia'),(822,'West Lincoln',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','west-lincoln'),(823,'Goulbourn',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','goulbourn'),(824,'Osgoode',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','osgoode'),(825,'Whitby',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','whitby'),(826,'Gravenhurst',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','gravenhurst'),(827,'Oshawa',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','oshawa'),(828,'Wilmot',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','wilmot'),(829,'Grimsby',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','grimsby'),(830,'Ottawa',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','ottawa'),(831,'Windsor',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','windsor-1'),(832,'Guelph',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','guelph'),(833,'Ottawa-Carleton',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','ottawa-carleton'),(834,'Woolwich',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','woolwich'),(835,'Haldimand-Norfork',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','haldimand-norfork'),(836,'Owen Sound',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','owen-sound'),(837,'York',68,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','york'),(838,'Alberton',69,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','alberton'),(839,'Montague',69,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','montague'),(840,'Stratford',69,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','stratford-1'),(841,'Charlottetown',69,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','charlottetown'),(842,'Souris',69,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','souris'),(843,'Summerside',69,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','summerside'),(844,'Cornwall',69,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','cornwall-1'),(845,'Alma',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','alma'),(846,'Fleurimont',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','fleurimont'),(847,'Longueuil',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','longueuil'),(848,'Amos',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','amos'),(849,'Gaspe',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','gaspe'),(850,'Marieville',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','marieville'),(851,'Anjou',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','anjou'),(852,'Gatineau',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','gatineau'),(853,'Mount Royal',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','mount-royal'),(854,'Aylmer',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','aylmer'),(855,'Hull',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','hull'),(856,'Montreal',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','montreal'),(857,'Beauport',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','beauport'),(858,'Joliette',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','joliette'),(859,'Montreal Region',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','montreal-region'),(860,'Bromptonville',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','bromptonville'),(861,'Jonquiere',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','jonquiere'),(862,'Montreal-Est',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','montreal-est'),(863,'Brosssard',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','brosssard'),(864,'Lachine',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','lachine'),(865,'Quebec',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','quebec'),(866,'Chateauguay',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','chateauguay'),(867,'Lasalle',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','lasalle'),(868,'Saint-Leonard',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','saint-leonard'),(869,'Chicoutimi',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','chicoutimi'),(870,'Laurentides',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','laurentides'),(871,'Sherbrooke',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','sherbrooke'),(872,'Coaticook',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','coaticook'),(873,'LaSalle',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','lasalle-1'),(874,'Sorel',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','sorel'),(875,'Coaticook',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','coaticook-1'),(876,'Laval',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','laval'),(877,'Thetford Mines',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','thetford-mines'),(878,'Dorval',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','dorval'),(879,'Lennoxville',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','lennoxville'),(880,'Victoriaville',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','victoriaville'),(881,'Drummondville',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','drummondville'),(882,'Levis',70,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','levis'),(883,'Avonlea',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','avonlea'),(884,'Melfort',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','melfort'),(885,'Swift Current',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','swift-current'),(886,'Colonsay',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','colonsay'),(887,'Nipawin',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','nipawin'),(888,'Tisdale',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','tisdale'),(889,'Craik',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','craik'),(890,'Prince Albert',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','prince-albert'),(891,'Unity',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','unity'),(892,'Creighton',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','creighton'),(893,'Regina',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','regina'),(894,'Weyburn',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','weyburn'),(895,'Eastend',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','eastend'),(896,'Saskatoon',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','saskatoon'),(897,'Wynyard',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','wynyard'),(898,'Esterhazy',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','esterhazy'),(899,'Shell Lake',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','shell-lake'),(900,'Yorkton',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','yorkton'),(901,'Gravelbourg',71,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','gravelbourg'),(902,'Carcross',72,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','carcross'),(903,'Whitehorse',72,2,NULL,0,NULL,0,0,'published','2024-05-03 00:12:34','2024-05-03 00:12:34','whitehorse');
/*!40000 ALTER TABLE `cities` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cities_translations`
--

DROP TABLE IF EXISTS `cities_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cities_translations` (
  `lang_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `cities_id` bigint unsigned NOT NULL,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`cities_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cities_translations`
--

LOCK TABLES `cities_translations` WRITE;
/*!40000 ALTER TABLE `cities_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `cities_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `contact_custom_field_options`
--

DROP TABLE IF EXISTS `contact_custom_field_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `contact_custom_field_options` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `custom_field_id` bigint unsigned NOT NULL,
  `label` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `value` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` int NOT NULL DEFAULT '999',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `contact_custom_field_options`
--

LOCK TABLES `contact_custom_field_options` WRITE;
/*!40000 ALTER TABLE `contact_custom_field_options` DISABLE KEYS */;
/*!40000 ALTER TABLE `contact_custom_field_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `contact_custom_field_options_translations`
--

DROP TABLE IF EXISTS `contact_custom_field_options_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `contact_custom_field_options_translations` (
  `contact_custom_field_options_id` bigint unsigned NOT NULL,
  `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `label` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `value` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`contact_custom_field_options_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `contact_custom_field_options_translations`
--

LOCK TABLES `contact_custom_field_options_translations` WRITE;
/*!40000 ALTER TABLE `contact_custom_field_options_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `contact_custom_field_options_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `contact_custom_fields`
--

DROP TABLE IF EXISTS `contact_custom_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `contact_custom_fields` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `required` tinyint(1) NOT NULL DEFAULT '0',
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `placeholder` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `order` int NOT NULL DEFAULT '999',
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `contact_custom_fields`
--

LOCK TABLES `contact_custom_fields` WRITE;
/*!40000 ALTER TABLE `contact_custom_fields` DISABLE KEYS */;
/*!40000 ALTER TABLE `contact_custom_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `contact_custom_fields_translations`
--

DROP TABLE IF EXISTS `contact_custom_fields_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `contact_custom_fields_translations` (
  `contact_custom_fields_id` bigint unsigned NOT NULL,
  `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `placeholder` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`contact_custom_fields_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `contact_custom_fields_translations`
--

LOCK TABLES `contact_custom_fields_translations` WRITE;
/*!40000 ALTER TABLE `contact_custom_fields_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `contact_custom_fields_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `contact_replies`
--

DROP TABLE IF EXISTS `contact_replies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `contact_replies` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `contact_id` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `contact_replies`
--

LOCK TABLES `contact_replies` WRITE;
/*!40000 ALTER TABLE `contact_replies` DISABLE KEYS */;
/*!40000 ALTER TABLE `contact_replies` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `contacts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `contacts` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `subject` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `custom_fields` text COLLATE utf8mb4_unicode_ci,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'unread',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `contacts` WRITE;
/*!40000 ALTER TABLE `contacts` DISABLE KEYS */;
/*!40000 ALTER TABLE `contacts` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `countries` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `nationality` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `order` tinyint NOT NULL DEFAULT '0',
  `is_default` tinyint unsigned NOT NULL DEFAULT '0',
  `is_featured` tinyint unsigned NOT NULL DEFAULT '0',
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `code` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `dial_code` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `countries`
--

LOCK TABLES `countries` WRITE;
/*!40000 ALTER TABLE `countries` DISABLE KEYS */;
INSERT INTO `countries` VALUES (1,'United States of America','Americans',0,0,1,'published','2024-05-03 00:12:23','2024-05-03 00:12:23',NULL,NULL),(2,'Canada','Canada',1,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32',NULL,NULL);
/*!40000 ALTER TABLE `countries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `countries_translations`
--

DROP TABLE IF EXISTS `countries_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `countries_translations` (
  `lang_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `countries_id` bigint unsigned NOT NULL,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nationality` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`countries_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `countries_translations`
--

LOCK TABLES `countries_translations` WRITE;
/*!40000 ALTER TABLE `countries_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `countries_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dashboard_widget_settings`
--

DROP TABLE IF EXISTS `dashboard_widget_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dashboard_widget_settings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `settings` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `user_id` bigint unsigned NOT NULL,
  `widget_id` bigint unsigned NOT NULL,
  `order` tinyint unsigned NOT NULL DEFAULT '0',
  `status` tinyint unsigned NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `dashboard_widget_settings_user_id_index` (`user_id`),
  KEY `dashboard_widget_settings_widget_id_index` (`widget_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dashboard_widget_settings`
--

LOCK TABLES `dashboard_widget_settings` WRITE;
/*!40000 ALTER TABLE `dashboard_widget_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `dashboard_widget_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `dashboard_widgets`
--

DROP TABLE IF EXISTS `dashboard_widgets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `dashboard_widgets` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `dashboard_widgets`
--

LOCK TABLES `dashboard_widgets` WRITE;
/*!40000 ALTER TABLE `dashboard_widgets` DISABLE KEYS */;
INSERT INTO `dashboard_widgets` VALUES (1,'widget_total_1','2024-04-29 10:06:58','2024-04-29 10:06:58'),(2,'widget_total_2','2024-04-29 10:06:58','2024-04-29 10:06:58'),(3,'widget_total_3','2024-04-29 10:06:58','2024-04-29 10:06:58'),(4,'widget_total_4','2024-04-29 10:06:58','2024-04-29 10:06:58'),(5,'widget_total_themes','2024-04-29 10:06:58','2024-04-29 10:06:58'),(6,'widget_total_users','2024-04-29 10:06:58','2024-04-29 10:06:58'),(7,'widget_total_plugins','2024-04-29 10:06:58','2024-04-29 10:06:58'),(8,'widget_total_pages','2024-04-29 10:06:58','2024-04-29 10:06:58'),(9,'widget_posts_recent','2024-04-29 10:06:58','2024-04-29 10:06:58'),(10,'widget_audit_logs','2024-04-29 10:06:58','2024-04-29 10:06:58');
/*!40000 ALTER TABLE `dashboard_widgets` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `failed_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `failed_jobs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `uuid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `connection` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `failed_jobs` WRITE;
/*!40000 ALTER TABLE `failed_jobs` DISABLE KEYS */;
/*!40000 ALTER TABLE `failed_jobs` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jobs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `queue` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `attempts` tinyint unsigned NOT NULL,
  `reserved_at` int unsigned DEFAULT NULL,
  `available_at` int unsigned NOT NULL,
  `created_at` int unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `jobs_queue_index` (`queue`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `jobs` WRITE;
/*!40000 ALTER TABLE `jobs` DISABLE KEYS */;
/*!40000 ALTER TABLE `jobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `language_meta`
--

DROP TABLE IF EXISTS `language_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `language_meta` (
  `lang_meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `lang_meta_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang_meta_origin` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `reference_id` bigint unsigned NOT NULL,
  `reference_type` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`lang_meta_id`),
  KEY `language_meta_reference_id_index` (`reference_id`),
  KEY `meta_code_index` (`lang_meta_code`),
  KEY `meta_origin_index` (`lang_meta_origin`),
  KEY `meta_reference_type_index` (`reference_type`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `language_meta`
--

LOCK TABLES `language_meta` WRITE;
/*!40000 ALTER TABLE `language_meta` DISABLE KEYS */;
INSERT INTO `language_meta` VALUES (1,'en_US','3a25ae9abc3b63cc60853477692ce268',1,'Botble\\Menu\\Models\\MenuLocation'),(2,'en_US','6f5126ad390ee35b9d8bb38c9603475b',1,'Botble\\Menu\\Models\\Menu'),(3,'en_US','b2b1b53e1e8a388958a5796bba3420bf',2,'Botble\\Menu\\Models\\Menu'),(4,'en_US','b17ef30db608490c66bdc50b7ffc7e2f',3,'Botble\\Menu\\Models\\Menu'),(5,'en_US','eb65f152ad683d8b0dac8299e565d35f',4,'Botble\\Menu\\Models\\Menu'),(6,'vi','649e1db4c9edcba8373f1d66d5aa9451',2,'Botble\\Menu\\Models\\MenuLocation'),(7,'vi','6f5126ad390ee35b9d8bb38c9603475b',5,'Botble\\Menu\\Models\\Menu'),(8,'vi','b2b1b53e1e8a388958a5796bba3420bf',6,'Botble\\Menu\\Models\\Menu'),(9,'vi','b17ef30db608490c66bdc50b7ffc7e2f',7,'Botble\\Menu\\Models\\Menu'),(10,'vi','eb65f152ad683d8b0dac8299e565d35f',8,'Botble\\Menu\\Models\\Menu');
/*!40000 ALTER TABLE `language_meta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `languages` (
  `lang_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `lang_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang_locale` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang_flag` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lang_is_default` tinyint unsigned NOT NULL DEFAULT '0',
  `lang_order` int NOT NULL DEFAULT '0',
  `lang_is_rtl` tinyint unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`lang_id`),
  KEY `lang_locale_index` (`lang_locale`),
  KEY `lang_code_index` (`lang_code`),
  KEY `lang_is_default_index` (`lang_is_default`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `languages`
--

LOCK TABLES `languages` WRITE;
/*!40000 ALTER TABLE `languages` DISABLE KEYS */;
INSERT INTO `languages` VALUES (1,'English','en','en_US','us',1,0,0);
/*!40000 ALTER TABLE `languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `media_files`
--

DROP TABLE IF EXISTS `media_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `media_files` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `alt` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `folder_id` bigint unsigned NOT NULL DEFAULT '0',
  `mime_type` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `size` int NOT NULL,
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `options` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `media_files_user_id_index` (`user_id`),
  KEY `media_files_index` (`folder_id`,`user_id`,`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=119 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `media_files`
--

LOCK TABLES `media_files` WRITE;
/*!40000 ALTER TABLE `media_files` DISABLE KEYS */;
INSERT INTO `media_files` VALUES (1,0,'c-1','c-1',1,'image/png',388230,'cities/c-1.png','[]','2024-05-03 00:12:17','2024-05-03 00:12:17',NULL),(2,0,'c-2','c-2',1,'image/png',473498,'cities/c-2.png','[]','2024-05-03 00:12:18','2024-05-03 00:12:18',NULL),(3,0,'c-3','c-3',1,'image/png',354477,'cities/c-3.png','[]','2024-05-03 00:12:18','2024-05-03 00:12:18',NULL),(4,0,'c-4','c-4',1,'image/png',403193,'cities/c-4.png','[]','2024-05-03 00:12:19','2024-05-03 00:12:19',NULL),(5,0,'c-5','c-5',1,'image/png',378651,'cities/c-5.png','[]','2024-05-03 00:12:20','2024-05-03 00:12:20',NULL),(6,0,'c-6','c-6',1,'image/png',416693,'cities/c-6.png','[]','2024-05-03 00:12:22','2024-05-03 00:12:22',NULL),(7,0,'sb','sb',2,'image/png',103173,'block/sb.png','[]','2024-05-03 00:12:35','2024-05-03 00:12:35',NULL),(8,0,'vec-2','vec-2',2,'image/png',208625,'block/vec-2.png','[]','2024-05-03 00:12:35','2024-05-03 00:12:35',NULL),(9,0,'app','app',3,'image/png',157040,'banners/app.png','[]','2024-05-03 00:12:36','2024-05-03 00:12:36',NULL),(10,0,'banner-1','banner-1',3,'image/jpeg',213082,'banners/banner-1.jpg','[]','2024-05-03 00:12:37','2024-05-03 00:12:37',NULL),(11,0,'banner-2','banner-2',3,'image/jpeg',173898,'banners/banner-2.jpg','[]','2024-05-03 00:12:38','2024-05-03 00:12:38',NULL),(12,0,'banner-3','banner-3',3,'image/jpeg',295643,'banners/banner-3.jpg','[]','2024-05-03 00:12:39','2024-05-03 00:12:39',NULL),(13,0,'banner-4','banner-4',3,'image/png',210049,'banners/banner-4.png','[]','2024-05-03 00:12:40','2024-05-03 00:12:40',NULL),(14,0,'banner-5','banner-5',3,'image/png',402508,'banners/banner-5.png','[]','2024-05-03 00:12:41','2024-05-03 00:12:41',NULL),(15,0,'banner-6','banner-6',3,'image/png',268200,'banners/banner-6.png','[]','2024-05-03 00:12:42','2024-05-03 00:12:42',NULL),(16,0,'banner-svg','banner-svg',3,'image/jpeg',35649,'banners/banner-svg.jpg','[]','2024-05-03 00:12:43','2024-05-03 00:12:43',NULL),(17,0,'banner','banner',3,'video/mp4',9886072,'banners/banner.mp4','[]','2024-05-03 00:12:44','2024-05-03 00:12:44',NULL),(18,0,'home-2','home-2',3,'image/png',73871,'banners/home-2.png','[]','2024-05-03 00:12:44','2024-05-03 00:12:44',NULL),(19,0,'new-banner','new-banner',3,'image/jpeg',251184,'banners/new-banner.jpg','[]','2024-05-03 00:12:45','2024-05-03 00:12:45',NULL),(20,0,'favicon','favicon',4,'image/png',3890,'general/favicon.png','[]','2024-05-03 00:12:47','2024-05-03 00:12:47',NULL),(21,0,'img-loading','img-loading',4,'image/jpeg',1888,'general/img-loading.jpg','[]','2024-05-03 00:12:47','2024-05-03 00:12:47',NULL),(22,0,'logo-light','logo-light',4,'image/png',10567,'general/logo-light.png','[]','2024-05-03 00:12:48','2024-05-03 00:12:48',NULL),(23,0,'logo','logo',4,'image/png',11460,'general/logo.png','[]','2024-05-03 00:12:48','2024-05-03 00:12:48',NULL),(24,0,'screenshot','screenshot',4,'image/png',153183,'general/screenshot.png','[]','2024-05-03 00:12:48','2024-05-03 00:12:48',NULL),(25,0,'1','1',5,'image/jpeg',112665,'news/1.jpg','[]','2024-05-03 00:12:49','2024-05-03 00:12:49',NULL),(26,0,'10','10',5,'image/jpeg',89395,'news/10.jpg','[]','2024-05-03 00:12:50','2024-05-03 00:12:50',NULL),(27,0,'11','11',5,'image/jpeg',121126,'news/11.jpg','[]','2024-05-03 00:12:50','2024-05-03 00:12:50',NULL),(28,0,'12','12',5,'image/jpeg',135565,'news/12.jpg','[]','2024-05-03 00:12:51','2024-05-03 00:12:51',NULL),(29,0,'13','13',5,'image/jpeg',159879,'news/13.jpg','[]','2024-05-03 00:12:51','2024-05-03 00:12:51',NULL),(30,0,'14','14',5,'image/jpeg',184167,'news/14.jpg','[]','2024-05-03 00:12:51','2024-05-03 00:12:51',NULL),(31,0,'15','15',5,'image/jpeg',179072,'news/15.jpg','[]','2024-05-03 00:12:52','2024-05-03 00:12:52',NULL),(32,0,'16','16',5,'image/jpeg',106596,'news/16.jpg','[]','2024-05-03 00:12:52','2024-05-03 00:12:52',NULL),(33,0,'17','17',5,'image/jpeg',160452,'news/17.jpg','[]','2024-05-03 00:12:52','2024-05-03 00:12:52',NULL),(34,0,'18','18',5,'image/jpeg',111437,'news/18.jpg','[]','2024-05-03 00:12:53','2024-05-03 00:12:53',NULL),(35,0,'19','19',5,'image/jpeg',115314,'news/19.jpg','[]','2024-05-03 00:12:53','2024-05-03 00:12:53',NULL),(36,0,'2','2',5,'image/jpeg',113730,'news/2.jpg','[]','2024-05-03 00:12:53','2024-05-03 00:12:53',NULL),(37,0,'20','20',5,'image/jpeg',106038,'news/20.jpg','[]','2024-05-03 00:12:54','2024-05-03 00:12:54',NULL),(38,0,'21','21',5,'image/jpeg',81398,'news/21.jpg','[]','2024-05-03 00:12:54','2024-05-03 00:12:54',NULL),(39,0,'22','22',5,'image/jpeg',69893,'news/22.jpg','[]','2024-05-03 00:12:55','2024-05-03 00:12:55',NULL),(40,0,'23','23',5,'image/jpeg',87813,'news/23.jpg','[]','2024-05-03 00:12:55','2024-05-03 00:12:55',NULL),(41,0,'24','24',5,'image/jpeg',121835,'news/24.jpg','[]','2024-05-03 00:12:55','2024-05-03 00:12:55',NULL),(42,0,'25','25',5,'image/jpeg',101506,'news/25.jpg','[]','2024-05-03 00:12:56','2024-05-03 00:12:56',NULL),(43,0,'26','26',5,'image/jpeg',108887,'news/26.jpg','[]','2024-05-03 00:12:56','2024-05-03 00:12:56',NULL),(44,0,'27','27',5,'image/jpeg',130578,'news/27.jpg','[]','2024-05-03 00:12:56','2024-05-03 00:12:56',NULL),(45,0,'3','3',5,'image/jpeg',160853,'news/3.jpg','[]','2024-05-03 00:12:57','2024-05-03 00:12:57',NULL),(46,0,'4','4',5,'image/jpeg',122080,'news/4.jpg','[]','2024-05-03 00:12:57','2024-05-03 00:12:57',NULL),(47,0,'5','5',5,'image/jpeg',106571,'news/5.jpg','[]','2024-05-03 00:12:58','2024-05-03 00:12:58',NULL),(48,0,'6','6',5,'image/jpeg',86150,'news/6.jpg','[]','2024-05-03 00:12:58','2024-05-03 00:12:58',NULL),(49,0,'7','7',5,'image/jpeg',161094,'news/7.jpg','[]','2024-05-03 00:12:59','2024-05-03 00:12:59',NULL),(50,0,'8','8',5,'image/jpeg',151642,'news/8.jpg','[]','2024-05-03 00:12:59','2024-05-03 00:12:59',NULL),(51,0,'9','9',5,'image/jpeg',130535,'news/9.jpg','[]','2024-05-03 00:12:59','2024-05-03 00:12:59',NULL),(52,0,'1','1',6,'image/jpeg',101694,'accounts/1.jpg','[]','2024-05-03 00:13:00','2024-05-03 00:13:00',NULL),(53,0,'10','10',6,'image/jpeg',20004,'accounts/10.jpg','[]','2024-05-03 00:13:01','2024-05-03 00:13:01',NULL),(54,0,'2','2',6,'image/jpeg',75487,'accounts/2.jpg','[]','2024-05-03 00:13:01','2024-05-03 00:13:01',NULL),(55,0,'3','3',6,'image/jpeg',66692,'accounts/3.jpg','[]','2024-05-03 00:13:01','2024-05-03 00:13:01',NULL),(56,0,'4','4',6,'image/jpeg',40375,'accounts/4.jpg','[]','2024-05-03 00:13:02','2024-05-03 00:13:02',NULL),(57,0,'5','5',6,'image/jpeg',64224,'accounts/5.jpg','[]','2024-05-03 00:13:02','2024-05-03 00:13:02',NULL),(58,0,'6','6',6,'image/jpeg',60087,'accounts/6.jpg','[]','2024-05-03 00:13:03','2024-05-03 00:13:03',NULL),(59,0,'7','7',6,'image/jpeg',85587,'accounts/7.jpg','[]','2024-05-03 00:13:03','2024-05-03 00:13:03',NULL),(60,0,'8','8',6,'image/jpeg',21057,'accounts/8.jpg','[]','2024-05-03 00:13:03','2024-05-03 00:13:03',NULL),(61,0,'9','9',6,'image/jpeg',50400,'accounts/9.jpg','[]','2024-05-03 00:13:04','2024-05-03 00:13:04',NULL),(62,0,'p-1','p-1',7,'image/jpeg',112665,'properties/p-1.jpg','[]','2024-05-03 00:13:07','2024-05-03 00:13:07',NULL),(63,0,'p-10','p-10',7,'image/jpeg',89395,'properties/p-10.jpg','[]','2024-05-03 00:13:07','2024-05-03 00:13:07',NULL),(64,0,'p-11','p-11',7,'image/jpeg',121126,'properties/p-11.jpg','[]','2024-05-03 00:13:07','2024-05-03 00:13:07',NULL),(65,0,'p-12','p-12',7,'image/jpeg',135565,'properties/p-12.jpg','[]','2024-05-03 00:13:08','2024-05-03 00:13:08',NULL),(66,0,'p-13','p-13',7,'image/jpeg',159879,'properties/p-13.jpg','[]','2024-05-03 00:13:08','2024-05-03 00:13:08',NULL),(67,0,'p-14','p-14',7,'image/jpeg',184167,'properties/p-14.jpg','[]','2024-05-03 00:13:08','2024-05-03 00:13:08',NULL),(68,0,'p-15','p-15',7,'image/jpeg',179072,'properties/p-15.jpg','[]','2024-05-03 00:13:09','2024-05-03 00:13:09',NULL),(69,0,'p-16','p-16',7,'image/jpeg',106596,'properties/p-16.jpg','[]','2024-05-03 00:13:09','2024-05-03 00:13:09',NULL),(70,0,'p-17','p-17',7,'image/jpeg',160452,'properties/p-17.jpg','[]','2024-05-03 00:13:09','2024-05-03 00:13:09',NULL),(71,0,'p-18','p-18',7,'image/jpeg',111437,'properties/p-18.jpg','[]','2024-05-03 00:13:10','2024-05-03 00:13:10',NULL),(72,0,'p-19','p-19',7,'image/jpeg',115314,'properties/p-19.jpg','[]','2024-05-03 00:13:10','2024-05-03 00:13:10',NULL),(73,0,'p-2','p-2',7,'image/jpeg',113730,'properties/p-2.jpg','[]','2024-05-03 00:13:10','2024-05-03 00:13:10',NULL),(74,0,'p-20','p-20',7,'image/jpeg',106038,'properties/p-20.jpg','[]','2024-05-03 00:13:11','2024-05-03 00:13:11',NULL),(75,0,'p-21','p-21',7,'image/jpeg',81398,'properties/p-21.jpg','[]','2024-05-03 00:13:11','2024-05-03 00:13:11',NULL),(76,0,'p-22','p-22',7,'image/jpeg',69893,'properties/p-22.jpg','[]','2024-05-03 00:13:11','2024-05-03 00:13:11',NULL),(77,0,'p-23','p-23',7,'image/jpeg',87813,'properties/p-23.jpg','[]','2024-05-03 00:13:12','2024-05-03 00:13:12',NULL),(78,0,'p-24','p-24',7,'image/jpeg',121835,'properties/p-24.jpg','[]','2024-05-03 00:13:12','2024-05-03 00:13:12',NULL),(79,0,'p-25','p-25',7,'image/jpeg',101506,'properties/p-25.jpg','[]','2024-05-03 00:13:12','2024-05-03 00:13:12',NULL),(80,0,'p-26','p-26',7,'image/jpeg',108887,'properties/p-26.jpg','[]','2024-05-03 00:13:13','2024-05-03 00:13:13',NULL),(81,0,'p-27','p-27',7,'image/jpeg',130578,'properties/p-27.jpg','[]','2024-05-03 00:13:13','2024-05-03 00:13:13',NULL),(82,0,'p-3','p-3',7,'image/jpeg',160853,'properties/p-3.jpg','[]','2024-05-03 00:13:13','2024-05-03 00:13:13',NULL),(83,0,'p-4','p-4',7,'image/jpeg',122080,'properties/p-4.jpg','[]','2024-05-03 00:13:14','2024-05-03 00:13:14',NULL),(84,0,'p-5','p-5',7,'image/jpeg',106571,'properties/p-5.jpg','[]','2024-05-03 00:13:14','2024-05-03 00:13:14',NULL),(85,0,'p-6','p-6',7,'image/jpeg',86150,'properties/p-6.jpg','[]','2024-05-03 00:13:14','2024-05-03 00:13:14',NULL),(86,0,'p-7','p-7',7,'image/jpeg',161094,'properties/p-7.jpg','[]','2024-05-03 00:13:15','2024-05-03 00:13:15',NULL),(87,0,'p-8','p-8',7,'image/jpeg',151642,'properties/p-8.jpg','[]','2024-05-03 00:13:15','2024-05-03 00:13:15',NULL),(88,0,'p-9','p-9',7,'image/jpeg',130535,'properties/p-9.jpg','[]','2024-05-03 00:13:15','2024-05-03 00:13:15',NULL),(89,0,'1','1',8,'image/jpeg',66692,'testimonials/1.jpg','[]','2024-05-03 00:13:20','2024-05-03 00:13:20',NULL),(90,0,'2','2',8,'image/jpeg',40375,'testimonials/2.jpg','[]','2024-05-03 00:13:21','2024-05-03 00:13:21',NULL),(91,0,'3','3',8,'image/jpeg',64224,'testimonials/3.jpg','[]','2024-05-03 00:13:21','2024-05-03 00:13:21',NULL),(92,0,'4','4',8,'image/jpeg',60087,'testimonials/4.jpg','[]','2024-05-03 00:13:22','2024-05-03 00:13:22',NULL),(93,0,'5','5',8,'image/jpeg',21057,'testimonials/5.jpg','[]','2024-05-03 00:13:22','2024-05-03 00:13:22',NULL),(94,0,'investor-1','investor-1',9,'image/jpeg',354993,'investors/investor-1.jpg','[]','2024-05-03 00:13:23','2024-05-03 00:13:23',NULL),(95,0,'investor-2','investor-2',9,'image/jpeg',379522,'investors/investor-2.jpg','[]','2024-05-03 00:13:25','2024-05-03 00:13:25',NULL),(96,0,'investor-3','investor-3',9,'image/jpeg',364478,'investors/investor-3.jpg','[]','2024-05-03 00:13:27','2024-05-03 00:13:27',NULL),(97,0,'investor-4','investor-4',9,'image/jpeg',396420,'investors/investor-4.jpg','[]','2024-05-03 00:13:29','2024-05-03 00:13:29',NULL),(98,0,'investor-5','investor-5',9,'image/jpeg',380153,'investors/investor-5.jpg','[]','2024-05-03 00:13:31','2024-05-03 00:13:31',NULL),(99,0,'1','1',10,'image/jpeg',234531,'projects/1.jpg','[]','2024-05-03 00:13:33','2024-05-03 00:13:33',NULL),(100,0,'10','10',10,'image/jpeg',155119,'projects/10.jpg','[]','2024-05-03 00:13:33','2024-05-03 00:13:33',NULL),(101,0,'11','11',10,'image/jpeg',213196,'projects/11.jpg','[]','2024-05-03 00:13:34','2024-05-03 00:13:34',NULL),(102,0,'12','12',10,'image/jpeg',214461,'projects/12.jpg','[]','2024-05-03 00:13:34','2024-05-03 00:13:34',NULL),(103,0,'13','13',10,'image/jpeg',163877,'projects/13.jpg','[]','2024-05-03 00:13:34','2024-05-03 00:13:34',NULL),(104,0,'14','14',10,'image/jpeg',147827,'projects/14.jpg','[]','2024-05-03 00:13:35','2024-05-03 00:13:35',NULL),(105,0,'15','15',10,'image/jpeg',162668,'projects/15.jpg','[]','2024-05-03 00:13:35','2024-05-03 00:13:35',NULL),(106,0,'16','16',10,'image/jpeg',156336,'projects/16.jpg','[]','2024-05-03 00:13:36','2024-05-03 00:13:36',NULL),(107,0,'17','17',10,'image/jpeg',136639,'projects/17.jpg','[]','2024-05-03 00:13:36','2024-05-03 00:13:36',NULL),(108,0,'18','18',10,'image/jpeg',291427,'projects/18.jpg','[]','2024-05-03 00:13:36','2024-05-03 00:13:36',NULL),(109,0,'19','19',10,'image/jpeg',107276,'projects/19.jpg','[]','2024-05-03 00:13:37','2024-05-03 00:13:37',NULL),(110,0,'2','2',10,'image/jpeg',141877,'projects/2.jpg','[]','2024-05-03 00:13:37','2024-05-03 00:13:37',NULL),(111,0,'20','20',10,'image/jpeg',189799,'projects/20.jpg','[]','2024-05-03 00:13:38','2024-05-03 00:13:38',NULL),(112,0,'3','3',10,'image/jpeg',222931,'projects/3.jpg','[]','2024-05-03 00:13:38','2024-05-03 00:13:38',NULL),(113,0,'4','4',10,'image/jpeg',126987,'projects/4.jpg','[]','2024-05-03 00:13:39','2024-05-03 00:13:39',NULL),(114,0,'5','5',10,'image/jpeg',143053,'projects/5.jpg','[]','2024-05-03 00:13:39','2024-05-03 00:13:39',NULL),(115,0,'6','6',10,'image/jpeg',182083,'projects/6.jpg','[]','2024-05-03 00:13:40','2024-05-03 00:13:40',NULL),(116,0,'7','7',10,'image/jpeg',170183,'projects/7.jpg','[]','2024-05-03 00:13:40','2024-05-03 00:13:40',NULL),(117,0,'8','8',10,'image/jpeg',261799,'projects/8.jpg','[]','2024-05-03 00:13:40','2024-05-03 00:13:40',NULL),(118,0,'9','9',10,'image/jpeg',158408,'projects/9.jpg','[]','2024-05-03 00:13:41','2024-05-03 00:13:41',NULL);
/*!40000 ALTER TABLE `media_files` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `media_folders`
--

DROP TABLE IF EXISTS `media_folders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `media_folders` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `color` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `parent_id` bigint unsigned NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `media_folders_user_id_index` (`user_id`),
  KEY `media_folders_index` (`parent_id`,`user_id`,`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `media_folders`
--

LOCK TABLES `media_folders` WRITE;
/*!40000 ALTER TABLE `media_folders` DISABLE KEYS */;
INSERT INTO `media_folders` VALUES (1,0,'cities',NULL,'cities',0,'2024-05-03 00:12:17','2024-05-03 00:12:17',NULL),(2,0,'block',NULL,'block',0,'2024-05-03 00:12:35','2024-05-03 00:12:35',NULL),(3,0,'banners',NULL,'banners',0,'2024-05-03 00:12:36','2024-05-03 00:12:36',NULL),(4,0,'general',NULL,'general',0,'2024-05-03 00:12:47','2024-05-03 00:12:47',NULL),(5,0,'news',NULL,'news',0,'2024-05-03 00:12:49','2024-05-03 00:12:49',NULL),(6,0,'accounts',NULL,'accounts',0,'2024-05-03 00:13:00','2024-05-03 00:13:00',NULL),(7,0,'properties',NULL,'properties',0,'2024-05-03 00:13:07','2024-05-03 00:13:07',NULL),(8,0,'testimonials',NULL,'testimonials',0,'2024-05-03 00:13:20','2024-05-03 00:13:20',NULL),(9,0,'investors',NULL,'investors',0,'2024-05-03 00:13:22','2024-05-03 00:13:22',NULL),(10,0,'projects',NULL,'projects',0,'2024-05-03 00:13:33','2024-05-03 00:13:33',NULL);
/*!40000 ALTER TABLE `media_folders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `media_settings`
--

DROP TABLE IF EXISTS `media_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `media_settings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `media_id` bigint unsigned DEFAULT NULL,
  `user_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `media_settings`
--

LOCK TABLES `media_settings` WRITE;
/*!40000 ALTER TABLE `media_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `media_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `menu_locations`
--

DROP TABLE IF EXISTS `menu_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `menu_locations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `menu_id` bigint unsigned NOT NULL,
  `location` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `menu_locations_menu_id_created_at_index` (`menu_id`,`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `menu_locations`
--

LOCK TABLES `menu_locations` WRITE;
/*!40000 ALTER TABLE `menu_locations` DISABLE KEYS */;
INSERT INTO `menu_locations` VALUES (1,1,'main-menu','2024-05-03 00:12:46','2024-05-03 00:12:46'),(2,5,'main-menu','2024-05-03 00:12:46','2024-05-03 00:12:46');
/*!40000 ALTER TABLE `menu_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `menu_nodes`
--

DROP TABLE IF EXISTS `menu_nodes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `menu_nodes` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `menu_id` bigint unsigned NOT NULL,
  `parent_id` bigint unsigned NOT NULL DEFAULT '0',
  `reference_id` bigint unsigned DEFAULT NULL,
  `reference_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `url` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon_font` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `position` tinyint unsigned NOT NULL DEFAULT '0',
  `title` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `css_class` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `target` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '_self',
  `has_child` tinyint unsigned NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `menu_nodes_menu_id_index` (`menu_id`),
  KEY `menu_nodes_parent_id_index` (`parent_id`),
  KEY `reference_id` (`reference_id`),
  KEY `reference_type` (`reference_type`)
) ENGINE=InnoDB AUTO_INCREMENT=109 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `menu_nodes`
--

LOCK TABLES `menu_nodes` WRITE;
/*!40000 ALTER TABLE `menu_nodes` DISABLE KEYS */;
INSERT INTO `menu_nodes` VALUES (1,1,0,NULL,NULL,'/',NULL,0,'Home',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(2,1,1,NULL,NULL,'/',NULL,0,'Home layout 1',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(3,1,1,2,'Botble\\Page\\Models\\Page','/home-layout-2',NULL,0,'Home layout 2',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(4,1,1,3,'Botble\\Page\\Models\\Page','/home-layout-3',NULL,0,'Home layout 3',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(5,1,1,4,'Botble\\Page\\Models\\Page','/home-layout-4',NULL,0,'Home layout 4',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(6,1,1,5,'Botble\\Page\\Models\\Page','/home-layout-5',NULL,0,'Home layout 5',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(7,1,1,6,'Botble\\Page\\Models\\Page','/home-layout-6',NULL,0,'Home layout 6',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(8,1,1,7,'Botble\\Page\\Models\\Page','/home-layout-7',NULL,0,'Home layout 7',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(9,1,1,8,'Botble\\Page\\Models\\Page','/home-layout-8',NULL,0,'Home layout 8',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(10,1,1,9,'Botble\\Page\\Models\\Page','/home-layout-9',NULL,0,'Home layout 9',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(11,1,1,10,'Botble\\Page\\Models\\Page','/map-home-layout',NULL,0,'Map home layout',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(12,1,0,NULL,NULL,'/properties',NULL,0,'Listings',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(13,1,12,NULL,NULL,'/properties?layout=sidebar',NULL,0,'List Layout',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(14,1,13,NULL,NULL,'/properties?layout=sidebar',NULL,0,'With Sidebar',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(15,1,13,NULL,NULL,'/properties?layout=map',NULL,0,'With Map',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(16,1,13,NULL,NULL,'/properties?layout=full',NULL,0,'Full width',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(17,1,12,NULL,NULL,'/properties?layout=grid_sidebar',NULL,0,'Grid Layout',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(18,1,17,NULL,NULL,'/properties?layout=grid_sidebar',NULL,0,'With Sidebar',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(19,1,17,NULL,NULL,'/properties?layout=grid_map',NULL,0,'With Map',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(20,1,17,NULL,NULL,'/properties?layout=grid_full',NULL,0,'Full width',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(21,1,12,NULL,NULL,'/properties?layout=half_map',NULL,0,'Half Map Search',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(22,1,0,NULL,NULL,'/projects',NULL,0,'Projects',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(23,1,0,NULL,NULL,'/',NULL,0,'Features',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(24,1,23,NULL,NULL,'/',NULL,0,'Single Property',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(25,1,24,1,'Botble\\RealEstate\\Models\\Property','/',NULL,0,'Single Property 1',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(26,1,24,2,'Botble\\RealEstate\\Models\\Property','/',NULL,0,'Single Property 2',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(27,1,24,3,'Botble\\RealEstate\\Models\\Property','/',NULL,0,'Single Property 3',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(28,1,23,NULL,NULL,'/',NULL,0,'Agents',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(29,1,28,NULL,NULL,'/agents',NULL,0,'Agents List',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(30,1,28,NULL,NULL,'/agents/thesky9',NULL,0,'Agents Detail Page',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(31,1,23,NULL,NULL,'/',NULL,0,'My Account',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(32,1,31,NULL,NULL,'/account/dashboard',NULL,0,'User Dashboard',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(33,1,31,NULL,NULL,'/account/properties',NULL,0,'Properties',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(34,1,31,NULL,NULL,'/account/settings',NULL,0,'My Profile',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(35,1,31,NULL,NULL,'/account/packages',NULL,0,'Packages',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(36,1,31,NULL,NULL,'/account/security',NULL,0,'Change Password',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(37,1,23,NULL,NULL,'/account/properties/create',NULL,0,'Submit Property',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(38,1,0,NULL,NULL,'/',NULL,0,'Pages',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(39,1,38,12,'Botble\\Page\\Models\\Page','/news',NULL,0,'Blogs Page',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(40,1,38,1,'Botble\\Blog\\Models\\Post','/',NULL,0,'Blog Detail',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(41,1,38,NULL,NULL,'/home#pricing-section',NULL,0,'Pricing',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(42,1,38,39,'Botble\\Page\\Models\\Page','/error-page',NULL,0,'Error Page',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(43,1,38,14,'Botble\\Page\\Models\\Page','/contact',NULL,0,'Contact',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(44,1,0,NULL,NULL,'/register',NULL,0,'Sign Up',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(45,2,0,13,'Botble\\Page\\Models\\Page','/about-us',NULL,0,'About us',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(46,2,0,14,'Botble\\Page\\Models\\Page','/contact',NULL,0,'Contact us',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(47,2,0,15,'Botble\\Page\\Models\\Page','/terms-conditions',NULL,0,'Terms & Conditions',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(48,3,0,NULL,NULL,'/properties',NULL,0,'All properties',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(49,3,0,NULL,NULL,'/properties?type=sale',NULL,0,'Houses for sale',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(50,3,0,NULL,NULL,'/properties?type=rent',NULL,0,'Houses for rent',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(51,4,0,NULL,NULL,'/news',NULL,0,'Latest news',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(52,4,0,NULL,NULL,'/house-architecture',NULL,0,'House architecture',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(53,4,0,NULL,NULL,'/house-design',NULL,0,'House design',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(54,4,0,NULL,NULL,'/building-materials',NULL,0,'Building materials',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(55,5,0,1,'Botble\\Page\\Models\\Page','/home',NULL,0,'Trang chủ',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(56,5,55,1,'Botble\\Page\\Models\\Page','/home',NULL,0,'Trang chủ 1',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(57,5,55,2,'Botble\\Page\\Models\\Page','/home-layout-2',NULL,0,'Trang chủ 2',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(58,5,55,3,'Botble\\Page\\Models\\Page','/home-layout-3',NULL,0,'Trang chủ 3',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(59,5,55,4,'Botble\\Page\\Models\\Page','/home-layout-4',NULL,0,'Trang chủ 4',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(60,5,55,5,'Botble\\Page\\Models\\Page','/home-layout-5',NULL,0,'Trang chủ 5',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(61,5,55,6,'Botble\\Page\\Models\\Page','/home-layout-6',NULL,0,'Trang chủ 6',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(62,5,55,7,'Botble\\Page\\Models\\Page','/home-layout-7',NULL,0,'Trang chủ 7',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(63,5,55,8,'Botble\\Page\\Models\\Page','/home-layout-8',NULL,0,'Trang chủ 8',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(64,5,55,9,'Botble\\Page\\Models\\Page','/home-layout-9',NULL,0,'Trang chủ 9',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(65,5,55,10,'Botble\\Page\\Models\\Page','/map-home-layout',NULL,0,'Trang chủ bản đồ',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(66,5,0,NULL,NULL,'/properties?layout=sidebar',NULL,0,'Danh sách',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(67,5,66,NULL,NULL,'/properties?layout=sidebar',NULL,0,'Dạng list',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(68,5,67,NULL,NULL,'/properties?layout=sidebar',NULL,0,'Có thanh bên',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(69,5,67,NULL,NULL,'/properties?layout=full',NULL,0,'Chiều rộng đầy đủ',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(70,5,67,NULL,NULL,'/properties?layout=map',NULL,0,'Có Bản Đồ',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(71,5,66,NULL,NULL,'/properties?layout=grid_sidebar',NULL,0,'Dạng cột',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(72,5,71,NULL,NULL,'/properties?layout=grid_sidebar',NULL,0,'Có thanh bên',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(73,5,71,NULL,NULL,'/properties?layout=grid_map',NULL,0,'Có Map',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(74,5,71,NULL,NULL,'/properties?layout=grid_full',NULL,0,'Chiều rộng đầy đủ',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(75,5,66,NULL,NULL,'/properties?layout=half_map',NULL,0,'Có 1/2 bản đồ',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(76,5,0,NULL,NULL,'/projects',NULL,0,'Dự án',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(77,5,0,NULL,NULL,NULL,NULL,0,'Tính năng',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(78,5,77,21,'Botble\\RealEstate\\Models\\Property',NULL,NULL,0,'Chi tiết bất động sản',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(79,5,78,21,'Botble\\RealEstate\\Models\\Property',NULL,NULL,0,'Chi tiết bất động sản 1',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(80,5,78,22,'Botble\\RealEstate\\Models\\Property',NULL,NULL,0,'Chi tiết bất động sản 2',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(81,5,78,23,'Botble\\RealEstate\\Models\\Property',NULL,NULL,0,'Chi tiết bất động sản 3',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(82,5,77,NULL,NULL,'#',NULL,0,'Đại lý và người đại lý',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(83,5,82,NULL,NULL,'/agents',NULL,0,'Danh sách đại lý',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(84,5,82,NULL,NULL,'/agents/thesky9',NULL,0,'Chi tiết địa lý',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(85,5,77,NULL,NULL,'#',NULL,0,'Tài khoản',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(86,5,85,NULL,NULL,'/account/dashboard',NULL,0,'My Dashboard',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(87,5,85,NULL,NULL,'/account/properties',NULL,0,'Properties',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(88,5,85,NULL,NULL,'/account/settings',NULL,0,'My Profile',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(89,5,85,NULL,NULL,'/account/packages',NULL,0,'Packages',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(90,5,85,NULL,NULL,'/account/security',NULL,0,'Đổi mật khẩu',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(91,5,77,NULL,NULL,'/account/properties/create',NULL,0,'Đăng bất động sản',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(92,5,0,NULL,NULL,'/',NULL,0,'Trang',NULL,'_self',1,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(93,5,92,28,'Botble\\Page\\Models\\Page',NULL,NULL,0,'Trang blog',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(94,5,92,1,'Botble\\Blog\\Models\\Post','/',NULL,0,'Bài viết chi tiết',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(95,5,92,NULL,NULL,'/home#pricing-section',NULL,0,'Bảng giá',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(96,5,92,NULL,NULL,'/error-page',NULL,0,'Page lỗi',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(97,5,92,30,'Botble\\Page\\Models\\Page',NULL,NULL,0,'Liên hệ',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(98,5,0,NULL,NULL,'/register',NULL,0,'Đăng ký',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(99,6,0,9,'Botble\\Page\\Models\\Page','/home-layout-9',NULL,0,'Về chúng tôi',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(100,6,0,10,'Botble\\Page\\Models\\Page','/map-home-layout',NULL,0,'Liên hệ',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(101,6,0,11,'Botble\\Page\\Models\\Page','/properties',NULL,0,'Điều khoản và quy định',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(102,7,0,NULL,NULL,'/properties',NULL,0,'Nhà - Căn hộ',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(103,7,0,NULL,NULL,'/properties?type=sale',NULL,0,'Nhà bán',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(104,7,0,NULL,NULL,'/properties?type=rent',NULL,0,'Nhà cho thuê',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(105,8,0,2,'Botble\\Page\\Models\\Page','/home-layout-2',NULL,0,'Tin tức mới nhất',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:47'),(106,8,0,NULL,NULL,'/kien-truc-nha',NULL,0,'Kiến trúc nhà',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(107,8,0,NULL,NULL,'/thiet-ke-nha',NULL,0,'Thiết kế nhà',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46'),(108,8,0,NULL,NULL,'/vat-lieu-xay-dung',NULL,0,'Vật liệu xây dựng',NULL,'_self',0,'2024-05-03 00:12:46','2024-05-03 00:12:46');
/*!40000 ALTER TABLE `menu_nodes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `menus`
--

DROP TABLE IF EXISTS `menus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `menus` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `menus_slug_unique` (`slug`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `menus`
--

LOCK TABLES `menus` WRITE;
/*!40000 ALTER TABLE `menus` DISABLE KEYS */;
INSERT INTO `menus` VALUES (1,'Main menu','main-menu','published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(2,'About','about','published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(3,'More information','more-information','published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(4,'News','news','published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(5,'Menu chính','menu-chinh','published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(6,'Về chúng tôi','ve-chung-toi','published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(7,'Thông tin thêm','thong-tin-them','published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(8,'Tin tức','tin-tuc','published','2024-05-03 00:12:46','2024-05-03 00:12:46');
/*!40000 ALTER TABLE `menus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `meta_boxes`
--

DROP TABLE IF EXISTS `meta_boxes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `meta_boxes` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `meta_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `reference_id` bigint unsigned NOT NULL,
  `reference_type` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `meta_boxes_reference_id_index` (`reference_id`)
) ENGINE=InnoDB AUTO_INCREMENT=744 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `meta_boxes`
--

LOCK TABLES `meta_boxes` WRITE;
/*!40000 ALTER TABLE `meta_boxes` DISABLE KEYS */;
INSERT INTO `meta_boxes` VALUES (1,'image','[\"cities\\/c-1.png\"]',1,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(2,'image','[\"cities\\/c-2.png\"]',2,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(3,'image','[\"cities\\/c-3.png\"]',3,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(4,'image','[\"cities\\/c-4.png\"]',4,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(5,'image','[\"cities\\/c-5.png\"]',5,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(6,'image','[\"cities\\/c-6.png\"]',6,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(7,'image','[\"cities\\/c-7.png\"]',7,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(8,'image','[\"cities\\/c-8.png\"]',8,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(9,'image','[\"cities\\/c-9.png\"]',9,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(10,'image','[\"cities\\/c-10.png\"]',10,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(11,'image','[\"cities\\/c-11.png\"]',11,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(12,'image','[\"cities\\/c-12.png\"]',12,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(13,'image','[\"cities\\/c-13.png\"]',13,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(14,'image','[\"cities\\/c-14.png\"]',14,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(15,'image','[\"cities\\/c-15.png\"]',15,'Botble\\Location\\Models\\City','2024-05-03 00:12:23','2024-05-03 00:12:23'),(16,'image','[\"cities\\/c-16.png\"]',16,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(17,'image','[\"cities\\/c-18.png\"]',17,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(18,'image','[\"cities\\/c-19.png\"]',18,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(19,'image','[\"cities\\/c-20.png\"]',19,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(20,'image','[\"cities\\/c-21.png\"]',20,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(21,'image','[\"cities\\/c-23.png\"]',21,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(22,'image','[\"cities\\/c-24.png\"]',22,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(23,'image','[\"cities\\/c-25.png\"]',23,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(24,'image','[\"cities\\/c-26.png\"]',24,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(25,'image','[\"cities\\/c-27.png\"]',25,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(26,'image','[\"cities\\/c-28.png\"]',26,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(27,'image','[\"cities\\/c-29.png\"]',27,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(28,'image','[\"cities\\/c-30.png\"]',28,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(29,'image','[\"cities\\/c-31.png\"]',29,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(30,'image','[\"cities\\/c-32.png\"]',30,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(31,'image','[\"cities\\/c-33.png\"]',31,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(32,'image','[\"cities\\/c-34.png\"]',32,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(33,'image','[\"cities\\/c-35.png\"]',33,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(34,'image','[\"cities\\/c-36.png\"]',34,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(35,'image','[\"cities\\/c-37.png\"]',35,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(36,'image','[\"cities\\/c-38.png\"]',36,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(37,'image','[\"cities\\/c-39.png\"]',37,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(38,'image','[\"cities\\/c-41.png\"]',38,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(39,'image','[\"cities\\/c-42.png\"]',39,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(40,'image','[\"cities\\/c-43.png\"]',40,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(41,'image','[\"cities\\/c-44.png\"]',41,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(42,'image','[\"cities\\/c-45.png\"]',42,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(43,'image','[\"cities\\/c-46.png\"]',43,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(44,'image','[\"cities\\/c-47.png\"]',44,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(45,'image','[\"cities\\/c-48.png\"]',45,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(46,'image','[\"cities\\/c-49.png\"]',46,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(47,'image','[\"cities\\/c-50.png\"]',47,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(48,'image','[\"cities\\/c-51.png\"]',48,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(49,'image','[\"cities\\/c-52.png\"]',49,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(50,'image','[\"cities\\/c-54.png\"]',50,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(51,'image','[\"cities\\/c-55.png\"]',51,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(52,'image','[\"cities\\/c-56.png\"]',52,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(53,'image','[\"cities\\/c-57.png\"]',53,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(54,'image','[\"cities\\/c-58.png\"]',54,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(55,'image','[\"cities\\/c-59.png\"]',55,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(56,'image','[\"cities\\/c-60.png\"]',56,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(57,'image','[\"cities\\/c-61.png\"]',57,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(58,'image','[\"cities\\/c-62.png\"]',58,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(59,'image','[\"cities\\/c-63.png\"]',59,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(60,'image','[\"cities\\/c-64.png\"]',60,'Botble\\Location\\Models\\City','2024-05-03 00:12:24','2024-05-03 00:12:24'),(61,'image','[\"cities\\/c-65.png\"]',61,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(62,'image','[\"cities\\/c-66.png\"]',62,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(63,'image','[\"cities\\/c-67.png\"]',63,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(64,'image','[\"cities\\/c-68.png\"]',64,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(65,'image','[\"cities\\/c-69.png\"]',65,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(66,'image','[\"cities\\/c-70.png\"]',66,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(67,'image','[\"cities\\/c-71.png\"]',67,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(68,'image','[\"cities\\/c-72.png\"]',68,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(69,'image','[\"cities\\/c-73.png\"]',69,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(70,'image','[\"cities\\/c-74.png\"]',70,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(71,'image','[\"cities\\/c-75.png\"]',71,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(72,'image','[\"cities\\/c-76.png\"]',72,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(73,'image','[\"cities\\/c-77.png\"]',73,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(74,'image','[\"cities\\/c-78.png\"]',74,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(75,'image','[\"cities\\/c-79.png\"]',75,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(76,'image','[\"cities\\/c-80.png\"]',76,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(77,'image','[\"cities\\/c-81.png\"]',77,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(78,'image','[\"cities\\/c-82.png\"]',78,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(79,'image','[\"cities\\/c-84.png\"]',79,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(80,'image','[\"cities\\/c-85.png\"]',80,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(81,'image','[\"cities\\/c-86.png\"]',81,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(82,'image','[\"cities\\/c-87.png\"]',82,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(83,'image','[\"cities\\/c-88.png\"]',83,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(84,'image','[\"cities\\/c-89.png\"]',84,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(85,'image','[\"cities\\/c-90.png\"]',85,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(86,'image','[\"cities\\/c-91.png\"]',86,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(87,'image','[\"cities\\/c-92.png\"]',87,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(88,'image','[\"cities\\/c-95.png\"]',88,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(89,'image','[\"cities\\/c-96.png\"]',89,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(90,'image','[\"cities\\/c-97.png\"]',90,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(91,'image','[\"cities\\/c-98.png\"]',91,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(92,'image','[\"cities\\/c-100.png\"]',92,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(93,'image','[\"cities\\/c-102.png\"]',93,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(94,'image','[\"cities\\/c-103.png\"]',94,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(95,'image','[\"cities\\/c-105.png\"]',95,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(96,'image','[\"cities\\/c-106.png\"]',96,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(97,'image','[\"cities\\/c-111.png\"]',97,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(98,'image','[\"cities\\/c-112.png\"]',98,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(99,'image','[\"cities\\/c-113.png\"]',99,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(100,'image','[\"cities\\/c-115.png\"]',100,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(101,'image','[\"cities\\/c-116.png\"]',101,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(102,'image','[\"cities\\/c-117.png\"]',102,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(103,'image','[\"cities\\/c-118.png\"]',103,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(104,'image','[\"cities\\/c-119.png\"]',104,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(105,'image','[\"cities\\/c-120.png\"]',105,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(106,'image','[\"cities\\/c-121.png\"]',106,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(107,'image','[\"cities\\/c-122.png\"]',107,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(108,'image','[\"cities\\/c-123.png\"]',108,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(109,'image','[\"cities\\/c-124.png\"]',109,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(110,'image','[\"cities\\/c-125.png\"]',110,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(111,'image','[\"cities\\/c-126.png\"]',111,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(112,'image','[\"cities\\/c-127.png\"]',112,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(113,'image','[\"cities\\/c-128.png\"]',113,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(114,'image','[\"cities\\/c-130.png\"]',114,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(115,'image','[\"cities\\/c-132.png\"]',115,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(116,'image','[\"cities\\/c-133.png\"]',116,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(117,'image','[\"cities\\/c-137.png\"]',117,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(118,'image','[\"cities\\/c-138.png\"]',118,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(119,'image','[\"cities\\/c-139.png\"]',119,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(120,'image','[\"cities\\/c-140.png\"]',120,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(121,'image','[\"cities\\/c-142.png\"]',121,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(122,'image','[\"cities\\/c-144.png\"]',122,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(123,'image','[\"cities\\/c-145.png\"]',123,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(124,'image','[\"cities\\/c-147.png\"]',124,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(125,'image','[\"cities\\/c-148.png\"]',125,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(126,'image','[\"cities\\/c-149.png\"]',126,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(127,'image','[\"cities\\/c-151.png\"]',127,'Botble\\Location\\Models\\City','2024-05-03 00:12:25','2024-05-03 00:12:25'),(128,'image','[\"cities\\/c-153.png\"]',128,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(129,'image','[\"cities\\/c-154.png\"]',129,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(130,'image','[\"cities\\/c-155.png\"]',130,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(131,'image','[\"cities\\/c-157.png\"]',131,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(132,'image','[\"cities\\/c-158.png\"]',132,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(133,'image','[\"cities\\/c-159.png\"]',133,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(134,'image','[\"cities\\/c-160.png\"]',134,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(135,'image','[\"cities\\/c-161.png\"]',135,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(136,'image','[\"cities\\/c-162.png\"]',136,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(137,'image','[\"cities\\/c-163.png\"]',137,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(138,'image','[\"cities\\/c-164.png\"]',138,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(139,'image','[\"cities\\/c-165.png\"]',139,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(140,'image','[\"cities\\/c-166.png\"]',140,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(141,'image','[\"cities\\/c-167.png\"]',141,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(142,'image','[\"cities\\/c-168.png\"]',142,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(143,'image','[\"cities\\/c-169.png\"]',143,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(144,'image','[\"cities\\/c-170.png\"]',144,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(145,'image','[\"cities\\/c-171.png\"]',145,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(146,'image','[\"cities\\/c-172.png\"]',146,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(147,'image','[\"cities\\/c-173.png\"]',147,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(148,'image','[\"cities\\/c-174.png\"]',148,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(149,'image','[\"cities\\/c-175.png\"]',149,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(150,'image','[\"cities\\/c-176.png\"]',150,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(151,'image','[\"cities\\/c-177.png\"]',151,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(152,'image','[\"cities\\/c-179.png\"]',152,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(153,'image','[\"cities\\/c-180.png\"]',153,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(154,'image','[\"cities\\/c-183.png\"]',154,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(155,'image','[\"cities\\/c-184.png\"]',155,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(156,'image','[\"cities\\/c-185.png\"]',156,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(157,'image','[\"cities\\/c-186.png\"]',157,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(158,'image','[\"cities\\/c-187.png\"]',158,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(159,'image','[\"cities\\/c-188.png\"]',159,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(160,'image','[\"cities\\/c-190.png\"]',160,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(161,'image','[\"cities\\/c-191.png\"]',161,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(162,'image','[\"cities\\/c-193.png\"]',162,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(163,'image','[\"cities\\/c-194.png\"]',163,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(164,'image','[\"cities\\/c-195.png\"]',164,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(165,'image','[\"cities\\/c-196.png\"]',165,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(166,'image','[\"cities\\/c-197.png\"]',166,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(167,'image','[\"cities\\/c-198.png\"]',167,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(168,'image','[\"cities\\/c-199.png\"]',168,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(169,'image','[\"cities\\/c-200.png\"]',169,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(170,'image','[\"cities\\/c-201.png\"]',170,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(171,'image','[\"cities\\/c-202.png\"]',171,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(172,'image','[\"cities\\/c-203.png\"]',172,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(173,'image','[\"cities\\/c-205.png\"]',173,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(174,'image','[\"cities\\/c-206.png\"]',174,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(175,'image','[\"cities\\/c-207.png\"]',175,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(176,'image','[\"cities\\/c-208.png\"]',176,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(177,'image','[\"cities\\/c-209.png\"]',177,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(178,'image','[\"cities\\/c-210.png\"]',178,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(179,'image','[\"cities\\/c-211.png\"]',179,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(180,'image','[\"cities\\/c-213.png\"]',180,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(181,'image','[\"cities\\/c-214.png\"]',181,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(182,'image','[\"cities\\/c-215.png\"]',182,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(183,'image','[\"cities\\/c-216.png\"]',183,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(184,'image','[\"cities\\/c-217.png\"]',184,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(185,'image','[\"cities\\/c-218.png\"]',185,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(186,'image','[\"cities\\/c-219.png\"]',186,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(187,'image','[\"cities\\/c-220.png\"]',187,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(188,'image','[\"cities\\/c-222.png\"]',188,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(189,'image','[\"cities\\/c-224.png\"]',189,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(190,'image','[\"cities\\/c-225.png\"]',190,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(191,'image','[\"cities\\/c-226.png\"]',191,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(192,'image','[\"cities\\/c-228.png\"]',192,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(193,'image','[\"cities\\/c-229.png\"]',193,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(194,'image','[\"cities\\/c-230.png\"]',194,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(195,'image','[\"cities\\/c-231.png\"]',195,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(196,'image','[\"cities\\/c-232.png\"]',196,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(197,'image','[\"cities\\/c-233.png\"]',197,'Botble\\Location\\Models\\City','2024-05-03 00:12:26','2024-05-03 00:12:26'),(198,'image','[\"cities\\/c-234.png\"]',198,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(199,'image','[\"cities\\/c-236.png\"]',199,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(200,'image','[\"cities\\/c-237.png\"]',200,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(201,'image','[\"cities\\/c-238.png\"]',201,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(202,'image','[\"cities\\/c-242.png\"]',202,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(203,'image','[\"cities\\/c-243.png\"]',203,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(204,'image','[\"cities\\/c-244.png\"]',204,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(205,'image','[\"cities\\/c-245.png\"]',205,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(206,'image','[\"cities\\/c-246.png\"]',206,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(207,'image','[\"cities\\/c-247.png\"]',207,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(208,'image','[\"cities\\/c-248.png\"]',208,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(209,'image','[\"cities\\/c-251.png\"]',209,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(210,'image','[\"cities\\/c-252.png\"]',210,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(211,'image','[\"cities\\/c-254.png\"]',211,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(212,'image','[\"cities\\/c-255.png\"]',212,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(213,'image','[\"cities\\/c-256.png\"]',213,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(214,'image','[\"cities\\/c-257.png\"]',214,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(215,'image','[\"cities\\/c-258.png\"]',215,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(216,'image','[\"cities\\/c-259.png\"]',216,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(217,'image','[\"cities\\/c-261.png\"]',217,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(218,'image','[\"cities\\/c-262.png\"]',218,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(219,'image','[\"cities\\/c-266.png\"]',219,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(220,'image','[\"cities\\/c-267.png\"]',220,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(221,'image','[\"cities\\/c-269.png\"]',221,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(222,'image','[\"cities\\/c-270.png\"]',222,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(223,'image','[\"cities\\/c-272.png\"]',223,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(224,'image','[\"cities\\/c-273.png\"]',224,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(225,'image','[\"cities\\/c-274.png\"]',225,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(226,'image','[\"cities\\/c-275.png\"]',226,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(227,'image','[\"cities\\/c-277.png\"]',227,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(228,'image','[\"cities\\/c-278.png\"]',228,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(229,'image','[\"cities\\/c-280.png\"]',229,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(230,'image','[\"cities\\/c-282.png\"]',230,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(231,'image','[\"cities\\/c-283.png\"]',231,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(232,'image','[\"cities\\/c-285.png\"]',232,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(233,'image','[\"cities\\/c-286.png\"]',233,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(234,'image','[\"cities\\/c-288.png\"]',234,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(235,'image','[\"cities\\/c-289.png\"]',235,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(236,'image','[\"cities\\/c-291.png\"]',236,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(237,'image','[\"cities\\/c-292.png\"]',237,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(238,'image','[\"cities\\/c-294.png\"]',238,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(239,'image','[\"cities\\/c-296.png\"]',239,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(240,'image','[\"cities\\/c-297.png\"]',240,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(241,'image','[\"cities\\/c-298.png\"]',241,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(242,'image','[\"cities\\/c-300.png\"]',242,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(243,'image','[\"cities\\/c-302.png\"]',243,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(244,'image','[\"cities\\/c-303.png\"]',244,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(245,'image','[\"cities\\/c-304.png\"]',245,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(246,'image','[\"cities\\/c-307.png\"]',246,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(247,'image','[\"cities\\/c-310.png\"]',247,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(248,'image','[\"cities\\/c-312.png\"]',248,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(249,'image','[\"cities\\/c-315.png\"]',249,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(250,'image','[\"cities\\/c-316.png\"]',250,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(251,'image','[\"cities\\/c-320.png\"]',251,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(252,'image','[\"cities\\/c-324.png\"]',252,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(253,'image','[\"cities\\/c-325.png\"]',253,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(254,'image','[\"cities\\/c-327.png\"]',254,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(255,'image','[\"cities\\/c-329.png\"]',255,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(256,'image','[\"cities\\/c-330.png\"]',256,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(257,'image','[\"cities\\/c-331.png\"]',257,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(258,'image','[\"cities\\/c-332.png\"]',258,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(259,'image','[\"cities\\/c-334.png\"]',259,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(260,'image','[\"cities\\/c-335.png\"]',260,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(261,'image','[\"cities\\/c-337.png\"]',261,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(262,'image','[\"cities\\/c-339.png\"]',262,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(263,'image','[\"cities\\/c-340.png\"]',263,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(264,'image','[\"cities\\/c-341.png\"]',264,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(265,'image','[\"cities\\/c-342.png\"]',265,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(266,'image','[\"cities\\/c-343.png\"]',266,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(267,'image','[\"cities\\/c-344.png\"]',267,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(268,'image','[\"cities\\/c-345.png\"]',268,'Botble\\Location\\Models\\City','2024-05-03 00:12:27','2024-05-03 00:12:27'),(269,'image','[\"cities\\/c-346.png\"]',269,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(270,'image','[\"cities\\/c-347.png\"]',270,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(271,'image','[\"cities\\/c-350.png\"]',271,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(272,'image','[\"cities\\/c-351.png\"]',272,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(273,'image','[\"cities\\/c-353.png\"]',273,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(274,'image','[\"cities\\/c-354.png\"]',274,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(275,'image','[\"cities\\/c-357.png\"]',275,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(276,'image','[\"cities\\/c-358.png\"]',276,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(277,'image','[\"cities\\/c-360.png\"]',277,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(278,'image','[\"cities\\/c-362.png\"]',278,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(279,'image','[\"cities\\/c-364.png\"]',279,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(280,'image','[\"cities\\/c-367.png\"]',280,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(281,'image','[\"cities\\/c-369.png\"]',281,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(282,'image','[\"cities\\/c-370.png\"]',282,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(283,'image','[\"cities\\/c-371.png\"]',283,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(284,'image','[\"cities\\/c-373.png\"]',284,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(285,'image','[\"cities\\/c-376.png\"]',285,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(286,'image','[\"cities\\/c-377.png\"]',286,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(287,'image','[\"cities\\/c-378.png\"]',287,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(288,'image','[\"cities\\/c-381.png\"]',288,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(289,'image','[\"cities\\/c-382.png\"]',289,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(290,'image','[\"cities\\/c-383.png\"]',290,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(291,'image','[\"cities\\/c-384.png\"]',291,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(292,'image','[\"cities\\/c-385.png\"]',292,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(293,'image','[\"cities\\/c-390.png\"]',293,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(294,'image','[\"cities\\/c-391.png\"]',294,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(295,'image','[\"cities\\/c-393.png\"]',295,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(296,'image','[\"cities\\/c-395.png\"]',296,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(297,'image','[\"cities\\/c-396.png\"]',297,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(298,'image','[\"cities\\/c-399.png\"]',298,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(299,'image','[\"cities\\/c-401.png\"]',299,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(300,'image','[\"cities\\/c-403.png\"]',300,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(301,'image','[\"cities\\/c-405.png\"]',301,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(302,'image','[\"cities\\/c-407.png\"]',302,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(303,'image','[\"cities\\/c-408.png\"]',303,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(304,'image','[\"cities\\/c-409.png\"]',304,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(305,'image','[\"cities\\/c-410.png\"]',305,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(306,'image','[\"cities\\/c-411.png\"]',306,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(307,'image','[\"cities\\/c-412.png\"]',307,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(308,'image','[\"cities\\/c-414.png\"]',308,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(309,'image','[\"cities\\/c-415.png\"]',309,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(310,'image','[\"cities\\/c-419.png\"]',310,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(311,'image','[\"cities\\/c-421.png\"]',311,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(312,'image','[\"cities\\/c-423.png\"]',312,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(313,'image','[\"cities\\/c-425.png\"]',313,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(314,'image','[\"cities\\/c-428.png\"]',314,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(315,'image','[\"cities\\/c-429.png\"]',315,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(316,'image','[\"cities\\/c-431.png\"]',316,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(317,'image','[\"cities\\/c-432.png\"]',317,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(318,'image','[\"cities\\/c-433.png\"]',318,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(319,'image','[\"cities\\/c-435.png\"]',319,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(320,'image','[\"cities\\/c-438.png\"]',320,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(321,'image','[\"cities\\/c-441.png\"]',321,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(322,'image','[\"cities\\/c-444.png\"]',322,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(323,'image','[\"cities\\/c-447.png\"]',323,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(324,'image','[\"cities\\/c-448.png\"]',324,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(325,'image','[\"cities\\/c-450.png\"]',325,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(326,'image','[\"cities\\/c-452.png\"]',326,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(327,'image','[\"cities\\/c-453.png\"]',327,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(328,'image','[\"cities\\/c-455.png\"]',328,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(329,'image','[\"cities\\/c-457.png\"]',329,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(330,'image','[\"cities\\/c-458.png\"]',330,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(331,'image','[\"cities\\/c-459.png\"]',331,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(332,'image','[\"cities\\/c-462.png\"]',332,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(333,'image','[\"cities\\/c-463.png\"]',333,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(334,'image','[\"cities\\/c-464.png\"]',334,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(335,'image','[\"cities\\/c-467.png\"]',335,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(336,'image','[\"cities\\/c-468.png\"]',336,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(337,'image','[\"cities\\/c-470.png\"]',337,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(338,'image','[\"cities\\/c-473.png\"]',338,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(339,'image','[\"cities\\/c-479.png\"]',339,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(340,'image','[\"cities\\/c-480.png\"]',340,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(341,'image','[\"cities\\/c-481.png\"]',341,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(342,'image','[\"cities\\/c-482.png\"]',342,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(343,'image','[\"cities\\/c-484.png\"]',343,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(344,'image','[\"cities\\/c-490.png\"]',344,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(345,'image','[\"cities\\/c-491.png\"]',345,'Botble\\Location\\Models\\City','2024-05-03 00:12:28','2024-05-03 00:12:28'),(346,'image','[\"cities\\/c-493.png\"]',346,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(347,'image','[\"cities\\/c-495.png\"]',347,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(348,'image','[\"cities\\/c-504.png\"]',348,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(349,'image','[\"cities\\/c-507.png\"]',349,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(350,'image','[\"cities\\/c-508.png\"]',350,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(351,'image','[\"cities\\/c-509.png\"]',351,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(352,'image','[\"cities\\/c-513.png\"]',352,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(353,'image','[\"cities\\/c-516.png\"]',353,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(354,'image','[\"cities\\/c-519.png\"]',354,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(355,'image','[\"cities\\/c-520.png\"]',355,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(356,'image','[\"cities\\/c-523.png\"]',356,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(357,'image','[\"cities\\/c-526.png\"]',357,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(358,'image','[\"cities\\/c-527.png\"]',358,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(359,'image','[\"cities\\/c-529.png\"]',359,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(360,'image','[\"cities\\/c-533.png\"]',360,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(361,'image','[\"cities\\/c-534.png\"]',361,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(362,'image','[\"cities\\/c-535.png\"]',362,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(363,'image','[\"cities\\/c-536.png\"]',363,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(364,'image','[\"cities\\/c-537.png\"]',364,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(365,'image','[\"cities\\/c-538.png\"]',365,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(366,'image','[\"cities\\/c-542.png\"]',366,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(367,'image','[\"cities\\/c-543.png\"]',367,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(368,'image','[\"cities\\/c-546.png\"]',368,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(369,'image','[\"cities\\/c-548.png\"]',369,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(370,'image','[\"cities\\/c-549.png\"]',370,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(371,'image','[\"cities\\/c-550.png\"]',371,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(372,'image','[\"cities\\/c-551.png\"]',372,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(373,'image','[\"cities\\/c-552.png\"]',373,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(374,'image','[\"cities\\/c-560.png\"]',374,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(375,'image','[\"cities\\/c-561.png\"]',375,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(376,'image','[\"cities\\/c-562.png\"]',376,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(377,'image','[\"cities\\/c-564.png\"]',377,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(378,'image','[\"cities\\/c-565.png\"]',378,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(379,'image','[\"cities\\/c-566.png\"]',379,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(380,'image','[\"cities\\/c-569.png\"]',380,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(381,'image','[\"cities\\/c-572.png\"]',381,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(382,'image','[\"cities\\/c-577.png\"]',382,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(383,'image','[\"cities\\/c-578.png\"]',383,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(384,'image','[\"cities\\/c-580.png\"]',384,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(385,'image','[\"cities\\/c-584.png\"]',385,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(386,'image','[\"cities\\/c-589.png\"]',386,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(387,'image','[\"cities\\/c-590.png\"]',387,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(388,'image','[\"cities\\/c-591.png\"]',388,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(389,'image','[\"cities\\/c-592.png\"]',389,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(390,'image','[\"cities\\/c-594.png\"]',390,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(391,'image','[\"cities\\/c-595.png\"]',391,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(392,'image','[\"cities\\/c-607.png\"]',392,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(393,'image','[\"cities\\/c-610.png\"]',393,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(394,'image','[\"cities\\/c-611.png\"]',394,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(395,'image','[\"cities\\/c-613.png\"]',395,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(396,'image','[\"cities\\/c-615.png\"]',396,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(397,'image','[\"cities\\/c-616.png\"]',397,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(398,'image','[\"cities\\/c-620.png\"]',398,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(399,'image','[\"cities\\/c-622.png\"]',399,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(400,'image','[\"cities\\/c-625.png\"]',400,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(401,'image','[\"cities\\/c-626.png\"]',401,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(402,'image','[\"cities\\/c-627.png\"]',402,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(403,'image','[\"cities\\/c-629.png\"]',403,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(404,'image','[\"cities\\/c-630.png\"]',404,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(405,'image','[\"cities\\/c-631.png\"]',405,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(406,'image','[\"cities\\/c-632.png\"]',406,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(407,'image','[\"cities\\/c-634.png\"]',407,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(408,'image','[\"cities\\/c-635.png\"]',408,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(409,'image','[\"cities\\/c-636.png\"]',409,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(410,'image','[\"cities\\/c-640.png\"]',410,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(411,'image','[\"cities\\/c-641.png\"]',411,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(412,'image','[\"cities\\/c-642.png\"]',412,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(413,'image','[\"cities\\/c-643.png\"]',413,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(414,'image','[\"cities\\/c-656.png\"]',414,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(415,'image','[\"cities\\/c-658.png\"]',415,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(416,'image','[\"cities\\/c-659.png\"]',416,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(417,'image','[\"cities\\/c-661.png\"]',417,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(418,'image','[\"cities\\/c-662.png\"]',418,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(419,'image','[\"cities\\/c-666.png\"]',419,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(420,'image','[\"cities\\/c-678.png\"]',420,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(421,'image','[\"cities\\/c-684.png\"]',421,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(422,'image','[\"cities\\/c-685.png\"]',422,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(423,'image','[\"cities\\/c-691.png\"]',423,'Botble\\Location\\Models\\City','2024-05-03 00:12:29','2024-05-03 00:12:29'),(424,'image','[\"cities\\/c-698.png\"]',424,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(425,'image','[\"cities\\/c-700.png\"]',425,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(426,'image','[\"cities\\/c-706.png\"]',426,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(427,'image','[\"cities\\/c-710.png\"]',427,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(428,'image','[\"cities\\/c-715.png\"]',428,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(429,'image','[\"cities\\/c-717.png\"]',429,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(430,'image','[\"cities\\/c-719.png\"]',430,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(431,'image','[\"cities\\/c-720.png\"]',431,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(432,'image','[\"cities\\/c-721.png\"]',432,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(433,'image','[\"cities\\/c-722.png\"]',433,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(434,'image','[\"cities\\/c-726.png\"]',434,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(435,'image','[\"cities\\/c-727.png\"]',435,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(436,'image','[\"cities\\/c-731.png\"]',436,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(437,'image','[\"cities\\/c-736.png\"]',437,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(438,'image','[\"cities\\/c-740.png\"]',438,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(439,'image','[\"cities\\/c-746.png\"]',439,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(440,'image','[\"cities\\/c-747.png\"]',440,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(441,'image','[\"cities\\/c-750.png\"]',441,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(442,'image','[\"cities\\/c-754.png\"]',442,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(443,'image','[\"cities\\/c-761.png\"]',443,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(444,'image','[\"cities\\/c-763.png\"]',444,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(445,'image','[\"cities\\/c-770.png\"]',445,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(446,'image','[\"cities\\/c-773.png\"]',446,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(447,'image','[\"cities\\/c-774.png\"]',447,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(448,'image','[\"cities\\/c-780.png\"]',448,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(449,'image','[\"cities\\/c-781.png\"]',449,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(450,'image','[\"cities\\/c-784.png\"]',450,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(451,'image','[\"cities\\/c-793.png\"]',451,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(452,'image','[\"cities\\/c-794.png\"]',452,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(453,'image','[\"cities\\/c-795.png\"]',453,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(454,'image','[\"cities\\/c-798.png\"]',454,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(455,'image','[\"cities\\/c-803.png\"]',455,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(456,'image','[\"cities\\/c-804.png\"]',456,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(457,'image','[\"cities\\/c-807.png\"]',457,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(458,'image','[\"cities\\/c-809.png\"]',458,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(459,'image','[\"cities\\/c-810.png\"]',459,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(460,'image','[\"cities\\/c-812.png\"]',460,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(461,'image','[\"cities\\/c-815.png\"]',461,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(462,'image','[\"cities\\/c-817.png\"]',462,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(463,'image','[\"cities\\/c-819.png\"]',463,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(464,'image','[\"cities\\/c-821.png\"]',464,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(465,'image','[\"cities\\/c-825.png\"]',465,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(466,'image','[\"cities\\/c-834.png\"]',466,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(467,'image','[\"cities\\/c-840.png\"]',467,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(468,'image','[\"cities\\/c-841.png\"]',468,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(469,'image','[\"cities\\/c-856.png\"]',469,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(470,'image','[\"cities\\/c-858.png\"]',470,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(471,'image','[\"cities\\/c-860.png\"]',471,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(472,'image','[\"cities\\/c-862.png\"]',472,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(473,'image','[\"cities\\/c-863.png\"]',473,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(474,'image','[\"cities\\/c-866.png\"]',474,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(475,'image','[\"cities\\/c-871.png\"]',475,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(476,'image','[\"cities\\/c-872.png\"]',476,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(477,'image','[\"cities\\/c-876.png\"]',477,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(478,'image','[\"cities\\/c-883.png\"]',478,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(479,'image','[\"cities\\/c-888.png\"]',479,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(480,'image','[\"cities\\/c-889.png\"]',480,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(481,'image','[\"cities\\/c-892.png\"]',481,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(482,'image','[\"cities\\/c-895.png\"]',482,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(483,'image','[\"cities\\/c-911.png\"]',483,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(484,'image','[\"cities\\/c-915.png\"]',484,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(485,'image','[\"cities\\/c-922.png\"]',485,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(486,'image','[\"cities\\/c-931.png\"]',486,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(487,'image','[\"cities\\/c-932.png\"]',487,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(488,'image','[\"cities\\/c-934.png\"]',488,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(489,'image','[\"cities\\/c-937.png\"]',489,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(490,'image','[\"cities\\/c-938.png\"]',490,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(491,'image','[\"cities\\/c-948.png\"]',491,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(492,'image','[\"cities\\/c-955.png\"]',492,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(493,'image','[\"cities\\/c-962.png\"]',493,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(494,'image','[\"cities\\/c-970.png\"]',494,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(495,'image','[\"cities\\/c-977.png\"]',495,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(496,'image','[\"cities\\/c-984.png\"]',496,'Botble\\Location\\Models\\City','2024-05-03 00:12:30','2024-05-03 00:12:30'),(497,'image','[\"cities\\/c-988.png\"]',497,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(498,'image','[\"cities\\/c-1001.png\"]',498,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(499,'image','[\"cities\\/c-1013.png\"]',499,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(500,'image','[\"cities\\/c-1040.png\"]',500,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(501,'image','[\"cities\\/c-1041.png\"]',501,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(502,'image','[\"cities\\/c-1059.png\"]',502,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(503,'image','[\"cities\\/c-1063.png\"]',503,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(504,'image','[\"cities\\/c-1064.png\"]',504,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(505,'image','[\"cities\\/c-1065.png\"]',505,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(506,'image','[\"cities\\/c-1068.png\"]',506,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(507,'image','[\"cities\\/c-1075.png\"]',507,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(508,'image','[\"cities\\/c-1083.png\"]',508,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(509,'image','[\"cities\\/c-1088.png\"]',509,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(510,'image','[\"cities\\/c-1090.png\"]',510,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(511,'image','[\"cities\\/c-1091.png\"]',511,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(512,'image','[\"cities\\/c-1097.png\"]',512,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(513,'image','[\"cities\\/c-1099.png\"]',513,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(514,'image','[\"cities\\/c-1105.png\"]',514,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(515,'image','[\"cities\\/c-1115.png\"]',515,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(516,'image','[\"cities\\/c-1123.png\"]',516,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(517,'image','[\"cities\\/c-1140.png\"]',517,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(518,'image','[\"cities\\/c-1152.png\"]',518,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(519,'image','[\"cities\\/c-1154.png\"]',519,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(520,'image','[\"cities\\/c-1158.png\"]',520,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(521,'image','[\"cities\\/c-1162.png\"]',521,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(522,'image','[\"cities\\/c-1163.png\"]',522,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(523,'image','[\"cities\\/c-1165.png\"]',523,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(524,'image','[\"cities\\/c-1169.png\"]',524,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(525,'image','[\"cities\\/c-1175.png\"]',525,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(526,'image','[\"cities\\/c-1177.png\"]',526,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(527,'image','[\"cities\\/c-1178.png\"]',527,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(528,'image','[\"cities\\/c-1212.png\"]',528,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(529,'image','[\"cities\\/c-1214.png\"]',529,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(530,'image','[\"cities\\/c-1216.png\"]',530,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(531,'image','[\"cities\\/c-1217.png\"]',531,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(532,'image','[\"cities\\/c-1218.png\"]',532,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(533,'image','[\"cities\\/c-1224.png\"]',533,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(534,'image','[\"cities\\/c-1231.png\"]',534,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(535,'image','[\"cities\\/c-1241.png\"]',535,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(536,'image','[\"cities\\/c-1252.png\"]',536,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(537,'image','[\"cities\\/c-1267.png\"]',537,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(538,'image','[\"cities\\/c-1280.png\"]',538,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(539,'image','[\"cities\\/c-1284.png\"]',539,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(540,'image','[\"cities\\/c-1288.png\"]',540,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(541,'image','[\"cities\\/c-1307.png\"]',541,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(542,'image','[\"cities\\/c-1314.png\"]',542,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(543,'image','[\"cities\\/c-1359.png\"]',543,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(544,'image','[\"cities\\/c-1364.png\"]',544,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(545,'image','[\"cities\\/c-1395.png\"]',545,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(546,'image','[\"cities\\/c-1416.png\"]',546,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(547,'image','[\"cities\\/c-1423.png\"]',547,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(548,'image','[\"cities\\/c-1428.png\"]',548,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(549,'image','[\"cities\\/c-1469.png\"]',549,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(550,'image','[\"cities\\/c-1472.png\"]',550,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(551,'image','[\"cities\\/c-1478.png\"]',551,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(552,'image','[\"cities\\/c-1496.png\"]',552,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(553,'image','[\"cities\\/c-1509.png\"]',553,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(554,'image','[\"cities\\/c-1526.png\"]',554,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(555,'image','[\"cities\\/c-1536.png\"]',555,'Botble\\Location\\Models\\City','2024-05-03 00:12:31','2024-05-03 00:12:31'),(556,'image','[\"cities\\/c-1546.png\"]',556,'Botble\\Location\\Models\\City','2024-05-03 00:12:32','2024-05-03 00:12:32'),(557,'image','[\"cities\\/c-1559.png\"]',557,'Botble\\Location\\Models\\City','2024-05-03 00:12:32','2024-05-03 00:12:32'),(558,'image','[\"cities\\/c-1579.png\"]',558,'Botble\\Location\\Models\\City','2024-05-03 00:12:32','2024-05-03 00:12:32'),(559,'image','[\"cities\\/c-1613.png\"]',559,'Botble\\Location\\Models\\City','2024-05-03 00:12:32','2024-05-03 00:12:32'),(560,'image','[\"cities\\/c-1618.png\"]',560,'Botble\\Location\\Models\\City','2024-05-03 00:12:32','2024-05-03 00:12:32'),(561,'image','[\"cities\\/c-1672.png\"]',561,'Botble\\Location\\Models\\City','2024-05-03 00:12:32','2024-05-03 00:12:32'),(562,'image','[\"cities\\/c-1674.png\"]',562,'Botble\\Location\\Models\\City','2024-05-03 00:12:32','2024-05-03 00:12:32'),(563,'image','[\"cities\\/c-1684.png\"]',563,'Botble\\Location\\Models\\City','2024-05-03 00:12:32','2024-05-03 00:12:32'),(564,'image','[\"cities\\/c-1832.png\"]',564,'Botble\\Location\\Models\\City','2024-05-03 00:12:32','2024-05-03 00:12:32'),(565,'image','[\"cities\\/c-1980.png\"]',565,'Botble\\Location\\Models\\City','2024-05-03 00:12:32','2024-05-03 00:12:32'),(566,'image','[\"cities\\/c-1997.png\"]',566,'Botble\\Location\\Models\\City','2024-05-03 00:12:32','2024-05-03 00:12:32'),(567,'image','[\"cities\\/c-2016.png\"]',567,'Botble\\Location\\Models\\City','2024-05-03 00:12:32','2024-05-03 00:12:32'),(568,'header_layout','[\"layout-1\"]',1,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(569,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',1,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(570,'header_layout','[\"layout-2\"]',2,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(571,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',2,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(572,'header_layout','[\"layout-3\"]',3,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(573,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',3,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(574,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=0I647GU3Jsc\"]',4,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(575,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=0I647GU3Jsc\"]',5,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(576,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',6,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(577,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',7,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(578,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=0I647GU3Jsc\"]',8,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(579,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',9,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(580,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=0I647GU3Jsc\"]',10,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(581,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',11,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(582,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=0I647GU3Jsc\"]',12,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(583,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=0I647GU3Jsc\"]',13,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(584,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',14,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(585,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',15,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:16','2024-05-03 00:13:16'),(586,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=0I647GU3Jsc\"]',16,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:17','2024-05-03 00:13:17'),(587,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=0I647GU3Jsc\"]',17,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:17','2024-05-03 00:13:17'),(588,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":4,\\\"location\\\":1,\\\"cleanliness\\\":4}\"]',1,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(589,'review_meta','[\"{\\\"service\\\":3.6,\\\"value\\\":2.9,\\\"location\\\":2.7,\\\"cleanliness\\\":2.9}\"]',1,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:17','2024-05-03 00:13:17'),(590,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":1,\\\"location\\\":5,\\\"cleanliness\\\":1}\"]',2,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(591,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":4,\\\"location\\\":1,\\\"cleanliness\\\":2}\"]',3,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(592,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":3,\\\"location\\\":2,\\\"cleanliness\\\":3}\"]',4,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(593,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":1,\\\"location\\\":5,\\\"cleanliness\\\":5}\"]',5,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(594,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":2,\\\"location\\\":4,\\\"cleanliness\\\":3}\"]',6,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(595,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":4,\\\"location\\\":3,\\\"cleanliness\\\":1}\"]',7,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(596,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":2,\\\"location\\\":1,\\\"cleanliness\\\":2}\"]',8,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(597,'review_meta','[\"{\\\"service\\\":2.8,\\\"value\\\":3.3,\\\"location\\\":2.8,\\\"cleanliness\\\":2.7}\"]',2,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:17','2024-05-03 00:13:17'),(598,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":5,\\\"location\\\":3,\\\"cleanliness\\\":4}\"]',9,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(599,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":4,\\\"location\\\":4,\\\"cleanliness\\\":1}\"]',10,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(600,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":5,\\\"location\\\":5,\\\"cleanliness\\\":1}\"]',11,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(601,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":1,\\\"location\\\":1,\\\"cleanliness\\\":3}\"]',12,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(602,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":3,\\\"location\\\":1,\\\"cleanliness\\\":5}\"]',13,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(603,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":2,\\\"location\\\":3,\\\"cleanliness\\\":5}\"]',14,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(604,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":1,\\\"location\\\":3,\\\"cleanliness\\\":4}\"]',15,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(605,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":5,\\\"location\\\":5,\\\"cleanliness\\\":2}\"]',16,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(606,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":5,\\\"location\\\":3,\\\"cleanliness\\\":1}\"]',17,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(607,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":4,\\\"location\\\":4,\\\"cleanliness\\\":1}\"]',18,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(608,'review_meta','[\"{\\\"service\\\":2.8,\\\"value\\\":3.5,\\\"location\\\":3.5,\\\"cleanliness\\\":2.9}\"]',3,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:17','2024-05-03 00:13:17'),(609,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":1,\\\"location\\\":4,\\\"cleanliness\\\":5}\"]',19,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(610,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":2,\\\"location\\\":2,\\\"cleanliness\\\":2}\"]',20,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(611,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":3,\\\"location\\\":5,\\\"cleanliness\\\":1}\"]',21,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(612,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":4,\\\"location\\\":1,\\\"cleanliness\\\":5}\"]',22,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(613,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":5,\\\"location\\\":4,\\\"cleanliness\\\":3}\"]',23,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(614,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":5,\\\"location\\\":4,\\\"cleanliness\\\":5}\"]',24,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(615,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":2,\\\"location\\\":2,\\\"cleanliness\\\":2}\"]',25,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(616,'review_meta','[\"{\\\"service\\\":2.6,\\\"value\\\":2.6,\\\"location\\\":3,\\\"cleanliness\\\":2.6}\"]',4,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:17','2024-05-03 00:13:17'),(617,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":4,\\\"location\\\":5,\\\"cleanliness\\\":5}\"]',26,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(618,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":2,\\\"location\\\":3,\\\"cleanliness\\\":2}\"]',27,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(619,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":2,\\\"location\\\":2,\\\"cleanliness\\\":3}\"]',28,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(620,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":1,\\\"location\\\":2,\\\"cleanliness\\\":1}\"]',29,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(621,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":5,\\\"location\\\":5,\\\"cleanliness\\\":3}\"]',30,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(622,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":5,\\\"location\\\":2,\\\"cleanliness\\\":3}\"]',31,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(623,'review_meta','[\"{\\\"service\\\":3.4,\\\"value\\\":4.1,\\\"location\\\":2.6,\\\"cleanliness\\\":3.4}\"]',5,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:17','2024-05-03 00:13:18'),(624,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":2,\\\"location\\\":3,\\\"cleanliness\\\":1}\"]',32,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(625,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":5,\\\"location\\\":4,\\\"cleanliness\\\":1}\"]',33,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(626,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":3,\\\"location\\\":3,\\\"cleanliness\\\":3}\"]',34,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(627,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":3,\\\"location\\\":4,\\\"cleanliness\\\":4}\"]',35,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(628,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":5,\\\"location\\\":2,\\\"cleanliness\\\":5}\"]',36,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:17','2024-05-03 00:13:17'),(629,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":5,\\\"location\\\":2,\\\"cleanliness\\\":5}\"]',37,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(630,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":4,\\\"location\\\":1,\\\"cleanliness\\\":5}\"]',38,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(631,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":5,\\\"location\\\":3,\\\"cleanliness\\\":3}\"]',39,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(632,'review_meta','[\"{\\\"service\\\":3.8,\\\"value\\\":3.5,\\\"location\\\":3,\\\"cleanliness\\\":2.7}\"]',6,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:18','2024-05-03 00:13:18'),(633,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":5,\\\"location\\\":1,\\\"cleanliness\\\":1}\"]',40,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(634,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":2,\\\"location\\\":4,\\\"cleanliness\\\":2}\"]',41,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(635,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":2,\\\"location\\\":5,\\\"cleanliness\\\":5}\"]',42,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(636,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":2,\\\"location\\\":2,\\\"cleanliness\\\":2}\"]',43,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(637,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":5,\\\"location\\\":2,\\\"cleanliness\\\":2}\"]',44,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(638,'review_meta','[\"{\\\"service\\\":2.7,\\\"value\\\":3.3,\\\"location\\\":2.3,\\\"cleanliness\\\":2.2}\"]',7,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:18','2024-05-03 00:13:18'),(639,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":5,\\\"location\\\":3,\\\"cleanliness\\\":3}\"]',45,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(640,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":3,\\\"location\\\":5,\\\"cleanliness\\\":3}\"]',46,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(641,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":1,\\\"location\\\":1,\\\"cleanliness\\\":2}\"]',47,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(642,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":1,\\\"location\\\":1,\\\"cleanliness\\\":1}\"]',48,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(643,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":3,\\\"location\\\":4,\\\"cleanliness\\\":3}\"]',49,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(644,'review_meta','[\"{\\\"service\\\":3.3,\\\"value\\\":2.8,\\\"location\\\":3.1,\\\"cleanliness\\\":3.2}\"]',8,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:18','2024-05-03 00:13:18'),(645,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":4,\\\"location\\\":4,\\\"cleanliness\\\":4}\"]',50,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(646,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":2,\\\"location\\\":3,\\\"cleanliness\\\":2}\"]',51,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(647,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":1,\\\"location\\\":3,\\\"cleanliness\\\":4}\"]',52,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(648,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":5,\\\"location\\\":4,\\\"cleanliness\\\":2}\"]',53,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(649,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":2,\\\"location\\\":3,\\\"cleanliness\\\":3}\"]',54,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(650,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":2,\\\"location\\\":3,\\\"cleanliness\\\":4}\"]',55,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(651,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":4,\\\"location\\\":1,\\\"cleanliness\\\":2}\"]',56,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(652,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":2,\\\"location\\\":2,\\\"cleanliness\\\":5}\"]',57,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(653,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":5,\\\"location\\\":3,\\\"cleanliness\\\":4}\"]',58,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(654,'review_meta','[\"{\\\"service\\\":2.4,\\\"value\\\":3.5,\\\"location\\\":2.7,\\\"cleanliness\\\":2.4}\"]',9,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:18','2024-05-03 00:13:18'),(655,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":5,\\\"location\\\":2,\\\"cleanliness\\\":1}\"]',59,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(656,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":2,\\\"location\\\":2,\\\"cleanliness\\\":2}\"]',60,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(657,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":2,\\\"location\\\":5,\\\"cleanliness\\\":1}\"]',61,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(658,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":5,\\\"location\\\":4,\\\"cleanliness\\\":2}\"]',62,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(659,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":2,\\\"location\\\":1,\\\"cleanliness\\\":2}\"]',63,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(660,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":4,\\\"location\\\":2,\\\"cleanliness\\\":2}\"]',64,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(661,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":4,\\\"location\\\":5,\\\"cleanliness\\\":4}\"]',65,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(662,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":1,\\\"location\\\":1,\\\"cleanliness\\\":2}\"]',66,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(663,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":5,\\\"location\\\":2,\\\"cleanliness\\\":1}\"]',67,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(664,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":4,\\\"location\\\":2,\\\"cleanliness\\\":5}\"]',68,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(665,'review_meta','[\"{\\\"service\\\":2.7,\\\"value\\\":3.2,\\\"location\\\":3.2,\\\"cleanliness\\\":3.8}\"]',10,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:18','2024-05-03 00:13:18'),(666,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":5,\\\"location\\\":5,\\\"cleanliness\\\":5}\"]',69,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(667,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":4,\\\"location\\\":2,\\\"cleanliness\\\":3}\"]',70,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(668,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":4,\\\"location\\\":4,\\\"cleanliness\\\":5}\"]',71,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(669,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":1,\\\"location\\\":3,\\\"cleanliness\\\":2}\"]',72,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(670,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":3,\\\"location\\\":4,\\\"cleanliness\\\":3}\"]',73,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(671,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":4,\\\"location\\\":5,\\\"cleanliness\\\":4}\"]',74,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(672,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":1,\\\"location\\\":1,\\\"cleanliness\\\":5}\"]',75,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(673,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":1,\\\"location\\\":5,\\\"cleanliness\\\":1}\"]',76,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(674,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":5,\\\"location\\\":5,\\\"cleanliness\\\":3}\"]',77,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(675,'review_meta','[\"{\\\"service\\\":2.5,\\\"value\\\":3.7,\\\"location\\\":3.7,\\\"cleanliness\\\":2.3}\"]',11,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:18','2024-05-03 00:13:18'),(676,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":3,\\\"location\\\":4,\\\"cleanliness\\\":1}\"]',78,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(677,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":1,\\\"location\\\":3,\\\"cleanliness\\\":2}\"]',79,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(678,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":3,\\\"location\\\":1,\\\"cleanliness\\\":2}\"]',80,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(679,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":4,\\\"location\\\":5,\\\"cleanliness\\\":3}\"]',81,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(680,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":5,\\\"location\\\":3,\\\"cleanliness\\\":2}\"]',82,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(681,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":2,\\\"location\\\":1,\\\"cleanliness\\\":5}\"]',83,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(682,'review_meta','[\"{\\\"service\\\":2.9,\\\"value\\\":2.3,\\\"location\\\":2.3,\\\"cleanliness\\\":3.6}\"]',12,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:18','2024-05-03 00:13:18'),(683,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":4,\\\"location\\\":4,\\\"cleanliness\\\":4}\"]',84,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(684,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":1,\\\"location\\\":2,\\\"cleanliness\\\":3}\"]',85,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(685,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":4,\\\"location\\\":1,\\\"cleanliness\\\":4}\"]',86,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(686,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":1,\\\"location\\\":4,\\\"cleanliness\\\":2}\"]',87,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(687,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":4,\\\"location\\\":1,\\\"cleanliness\\\":3}\"]',88,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(688,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":1,\\\"location\\\":2,\\\"cleanliness\\\":4}\"]',89,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(689,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":2,\\\"location\\\":3,\\\"cleanliness\\\":1}\"]',90,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(690,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":2,\\\"location\\\":4,\\\"cleanliness\\\":5}\"]',91,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(691,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":2,\\\"location\\\":4,\\\"cleanliness\\\":2}\"]',92,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:18','2024-05-03 00:13:18'),(692,'review_meta','[\"{\\\"service\\\":3.2,\\\"value\\\":3.5,\\\"location\\\":3.5,\\\"cleanliness\\\":2.5}\"]',13,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:18','2024-05-03 00:13:19'),(693,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":5,\\\"location\\\":2,\\\"cleanliness\\\":4}\"]',93,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(694,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":5,\\\"location\\\":2,\\\"cleanliness\\\":3}\"]',94,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(695,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":3,\\\"location\\\":5,\\\"cleanliness\\\":4}\"]',95,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(696,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":5,\\\"location\\\":3,\\\"cleanliness\\\":3}\"]',96,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(697,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":2,\\\"location\\\":4,\\\"cleanliness\\\":3}\"]',97,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(698,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":2,\\\"location\\\":2,\\\"cleanliness\\\":2}\"]',98,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(699,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":3,\\\"location\\\":5,\\\"cleanliness\\\":3}\"]',99,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(700,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":3,\\\"location\\\":5,\\\"cleanliness\\\":1}\"]',100,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(701,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":5,\\\"location\\\":2,\\\"cleanliness\\\":1}\"]',101,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(702,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":5,\\\"location\\\":1,\\\"cleanliness\\\":4}\"]',102,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(703,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":3.2,\\\"location\\\":1.4,\\\"cleanliness\\\":3.6}\"]',14,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:19','2024-05-03 00:13:19'),(704,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":2,\\\"location\\\":1,\\\"cleanliness\\\":3}\"]',103,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(705,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":1,\\\"location\\\":1,\\\"cleanliness\\\":4}\"]',104,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(706,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":2,\\\"location\\\":1,\\\"cleanliness\\\":2}\"]',105,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(707,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":4,\\\"location\\\":4,\\\"cleanliness\\\":4}\"]',106,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(708,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":3,\\\"location\\\":1,\\\"cleanliness\\\":4}\"]',107,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(709,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":5,\\\"location\\\":2,\\\"cleanliness\\\":4}\"]',108,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(710,'review_meta','[\"{\\\"service\\\":2.9,\\\"value\\\":3.8,\\\"location\\\":2.6,\\\"cleanliness\\\":3.4}\"]',15,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:19','2024-05-03 00:13:19'),(711,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":4,\\\"location\\\":5,\\\"cleanliness\\\":5}\"]',109,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(712,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":3,\\\"location\\\":5,\\\"cleanliness\\\":1}\"]',110,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(713,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":5,\\\"location\\\":4,\\\"cleanliness\\\":5}\"]',111,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(714,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":2,\\\"location\\\":2,\\\"cleanliness\\\":3}\"]',112,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(715,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":4,\\\"location\\\":1,\\\"cleanliness\\\":5}\"]',113,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(716,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":2,\\\"location\\\":1,\\\"cleanliness\\\":2}\"]',114,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(717,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":4,\\\"location\\\":1,\\\"cleanliness\\\":1}\"]',115,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(718,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":2,\\\"location\\\":2,\\\"cleanliness\\\":4}\"]',116,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(719,'review_meta','[\"{\\\"service\\\":3.3,\\\"value\\\":2.6,\\\"location\\\":3.5,\\\"cleanliness\\\":2.7}\"]',16,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:19','2024-05-03 00:13:19'),(720,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":2,\\\"location\\\":2,\\\"cleanliness\\\":3}\"]',117,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(721,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":2,\\\"location\\\":5,\\\"cleanliness\\\":2}\"]',118,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(722,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":2,\\\"location\\\":5,\\\"cleanliness\\\":3}\"]',119,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(723,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":3,\\\"location\\\":3,\\\"cleanliness\\\":1}\"]',120,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(724,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":5,\\\"location\\\":5,\\\"cleanliness\\\":2}\"]',121,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(725,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":3,\\\"location\\\":1,\\\"cleanliness\\\":1}\"]',122,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(726,'review_meta','[\"{\\\"service\\\":2.8,\\\"value\\\":3.9,\\\"location\\\":2.6,\\\"cleanliness\\\":2.6}\"]',17,'Botble\\RealEstate\\Models\\Property','2024-05-03 00:13:19','2024-05-03 00:13:19'),(727,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":3,\\\"location\\\":4,\\\"cleanliness\\\":2}\"]',123,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(728,'review_meta','[\"{\\\"service\\\":3,\\\"value\\\":5,\\\"location\\\":2,\\\"cleanliness\\\":5}\"]',124,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(729,'review_meta','[\"{\\\"service\\\":4,\\\"value\\\":5,\\\"location\\\":5,\\\"cleanliness\\\":1}\"]',125,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(730,'review_meta','[\"{\\\"service\\\":1,\\\"value\\\":5,\\\"location\\\":3,\\\"cleanliness\\\":2}\"]',126,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(731,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":4,\\\"location\\\":2,\\\"cleanliness\\\":2}\"]',127,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(732,'review_meta','[\"{\\\"service\\\":5,\\\"value\\\":4,\\\"location\\\":1,\\\"cleanliness\\\":5}\"]',128,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(733,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":3,\\\"location\\\":4,\\\"cleanliness\\\":2}\"]',129,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(734,'review_meta','[\"{\\\"service\\\":2,\\\"value\\\":4,\\\"location\\\":3,\\\"cleanliness\\\":4}\"]',130,'Botble\\RealEstate\\Models\\Review','2024-05-03 00:13:19','2024-05-03 00:13:19'),(735,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',1,'Botble\\RealEstate\\Models\\Project','2024-05-03 00:13:41','2024-05-03 00:13:41'),(736,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',2,'Botble\\RealEstate\\Models\\Project','2024-05-03 00:13:41','2024-05-03 00:13:41'),(737,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=0I647GU3Jsc\"]',3,'Botble\\RealEstate\\Models\\Project','2024-05-03 00:13:41','2024-05-03 00:13:41'),(738,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=0I647GU3Jsc\"]',4,'Botble\\RealEstate\\Models\\Project','2024-05-03 00:13:41','2024-05-03 00:13:41'),(739,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',5,'Botble\\RealEstate\\Models\\Project','2024-05-03 00:13:42','2024-05-03 00:13:42'),(740,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=0I647GU3Jsc\"]',6,'Botble\\RealEstate\\Models\\Project','2024-05-03 00:13:42','2024-05-03 00:13:42'),(741,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=0I647GU3Jsc\"]',7,'Botble\\RealEstate\\Models\\Project','2024-05-03 00:13:42','2024-05-03 00:13:42'),(742,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',8,'Botble\\RealEstate\\Models\\Project','2024-05-03 00:13:42','2024-05-03 00:13:42'),(743,'video_url','[\"https:\\/\\/www.youtube.com\\/watch?v=U05fwua9-D4\"]',9,'Botble\\RealEstate\\Models\\Project','2024-05-03 00:13:42','2024-05-03 00:13:42');
/*!40000 ALTER TABLE `meta_boxes` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `migrations` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `migration` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=118 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `migrations` WRITE;
/*!40000 ALTER TABLE `migrations` DISABLE KEYS */;
INSERT INTO `migrations` VALUES (1,'2013_04_09_032329_create_base_tables',1),(2,'2013_04_09_062329_create_revisions_table',1),(3,'2014_10_12_000000_create_users_table',1),(4,'2014_10_12_100000_create_password_reset_tokens_table',1),(5,'2015_06_18_033822_create_blog_table',1),(6,'2015_06_29_025744_create_audit_history',1),(7,'2016_06_10_230148_create_acl_tables',1),(8,'2016_06_14_230857_create_menus_table',1),(9,'2016_06_17_091537_create_contacts_table',1),(10,'2016_06_28_221418_create_pages_table',1),(11,'2016_10_03_032336_create_languages_table',1),(12,'2016_10_05_074239_create_setting_table',1),(13,'2016_11_28_032840_create_dashboard_widget_tables',1),(14,'2016_12_16_084601_create_widgets_table',1),(15,'2017_02_13_034601_create_blocks_table',1),(16,'2017_05_09_070343_create_media_tables',1),(17,'2017_05_18_080441_create_payment_tables',1),(18,'2017_10_24_154832_create_newsletter_table',1),(19,'2017_11_03_070450_create_slug_table',1),(20,'2019_01_05_053554_create_jobs_table',1),(21,'2019_08_19_000000_create_failed_jobs_table',1),(22,'2019_11_18_061011_create_country_table',1),(23,'2019_12_14_000001_create_personal_access_tokens_table',1),(24,'2021_02_16_092633_remove_default_value_for_author_type',1),(25,'2021_03_27_144913_add_customer_type_into_table_payments',1),(26,'2021_05_24_034720_make_column_currency_nullable',1),(27,'2021_06_19_035514_update_city_table',1),(28,'2021_07_08_031045_remove_column_slug_from_cities_table',1),(29,'2021_08_09_161302_add_metadata_column_to_payments_table',1),(30,'2021_10_19_020859_update_metadata_field',1),(31,'2021_10_25_021023_fix-priority-load-for-language-advanced',1),(32,'2021_12_03_030600_create_blog_translations',1),(33,'2021_12_03_075608_create_page_translations',1),(34,'2021_12_03_081327_create_blocks_translations',1),(35,'2021_12_03_084118_create_location_translations',1),(36,'2021_12_03_094518_migrate_old_location_data',1),(37,'2021_12_10_034440_switch_plugin_location_to_use_language_advanced',1),(38,'2022_01_16_085908_improve_plugin_location',1),(39,'2022_01_19_045455_add_slug_for_table_cities',1),(40,'2022_04_19_113923_add_index_to_table_posts',1),(41,'2022_04_20_100851_add_index_to_media_table',1),(42,'2022_04_20_101046_add_index_to_menu_table',1),(43,'2022_06_28_151901_activate_paypal_stripe_plugin',1),(44,'2022_07_07_153354_update_charge_id_in_table_payments',1),(45,'2022_07_10_034813_move_lang_folder_to_root',1),(46,'2022_08_04_051940_add_missing_column_expires_at',1),(47,'2022_08_04_052122_delete_location_backup_tables',1),(48,'2022_08_08_085908_improve_plugin_location',1),(49,'2022_09_01_000001_create_admin_notifications_tables',1),(50,'2022_10_14_024629_drop_column_is_featured',1),(51,'2022_11_18_063357_add_missing_timestamp_in_table_settings',1),(52,'2022_12_02_093615_update_slug_index_columns',1),(53,'2022_15_08_085908_improve_plugin_location',1),(54,'2023_01_30_024431_add_alt_to_media_table',1),(55,'2023_02_16_042611_drop_table_password_resets',1),(56,'2023_04_23_005903_add_column_permissions_to_admin_notifications',1),(57,'2023_04_23_061847_increase_state_translations_abbreviation_column',1),(58,'2023_05_10_075124_drop_column_id_in_role_users_table',1),(59,'2023_07_06_011444_create_slug_translations_table',1),(60,'2023_07_26_041451_add_more_columns_to_location_table',1),(61,'2023_07_27_041451_add_more_columns_to_location_translation_table',1),(62,'2023_08_15_073307_drop_unique_in_states_cities_translations',1),(63,'2023_08_21_090810_make_page_content_nullable',1),(64,'2023_08_29_074620_make_column_author_id_nullable',1),(65,'2023_09_14_021936_update_index_for_slugs_table',1),(66,'2023_09_14_022423_add_index_for_language_table',1),(67,'2023_10_21_065016_make_state_id_in_table_cities_nullable',1),(68,'2023_11_10_080225_migrate_contact_blacklist_email_domains_to_core',1),(69,'2023_11_14_033417_change_request_column_in_table_audit_histories',1),(70,'2023_12_06_100448_change_random_hash_for_media',1),(71,'2023_12_07_095130_add_color_column_to_media_folders_table',1),(72,'2023_12_17_162208_make_sure_column_color_in_media_folders_nullable',1),(73,'2018_06_22_032304_create_real_estate_table',2),(74,'2021_09_29_042758_create_re_categories_multilevel_table',2),(75,'2021_10_04_145603_update_package_multilanguage',2),(76,'2021_10_24_040004_add_code_table_re_property_types',2),(77,'2021_12_03_151812_add_parent_id_to_re_categories_table',2),(78,'2021_12_04_155038_add_subcategory_id_to_re_propeties_table',2),(79,'2021_12_10_034807_create_real_estate_translation_tables',2),(80,'2022_07_02_081723_fix_expired_date_column',2),(81,'2022_07_12_044647_add_property_label_column_to_properties_table',2),(82,'2023_01_03_141847_create_re_projects_table',2),(83,'2023_01_31_023233_create_re_custom_fields_table',2),(84,'2023_02_06_000000_add_location_to_re_accounts_table',2),(85,'2023_02_06_024257_add_package_translations',2),(86,'2023_02_08_062457_add_custom_fields_translation_table',2),(87,'2023_02_15_024644_create_re_reviews_table',2),(88,'2023_02_20_072604_create_re_invoices_table',2),(89,'2023_02_20_081251_create_re_account_packages_table',2),(90,'2023_04_04_030709_add_unique_id_to_properties_and_projects_table',2),(91,'2023_04_14_164811_make_phone_and_email_in_table_re_consults_nullable',2),(92,'2023_05_09_062031_unique_reviews_table',2),(93,'2023_05_26_034353_fix_properties_projects_image',2),(94,'2023_05_27_004215_add_column_ip_into_table_re_consults',2),(95,'2023_07_25_034513_create_re_coupons_table',2),(96,'2023_07_25_034672_add_coupon_code_column_to_jb_invoices_table',2),(97,'2023_08_02_074208_change_square_column_to_float',2),(98,'2023_08_07_000001_add_is_public_profile_column_to_re_accounts_table',2),(99,'2023_08_09_004607_make_column_project_id_nullable',2),(100,'2023_09_11_084630_update_mandatory_fields_in_consult_form_table',2),(101,'2023_11_21_071820_add_missing_slug_for_agents',2),(102,'2024_01_03_150659_update_plugin_real_estate',2),(103,'2017_07_11_140018_create_simple_slider_table',3),(104,'2018_07_09_214610_create_testimonial_table',4),(105,'2021_12_03_083642_create_testimonials_translations',4),(106,'2016_10_07_193005_create_translations_table',5),(107,'2023_12_12_105220_drop_translations_table',5),(108,'2024_01_31_103651_add_account_missing_columns',6),(109,'2024_03_12_142925_add_date_columns_to_re_projects_table',7),(110,'2024_03_20_080001_migrate_change_attribute_email_to_nullable_form_contacts_table',7),(111,'2024_03_25_000001_update_captcha_settings_for_contact',7),(112,'2024_03_25_000001_update_captcha_settings_for_newsletter',7),(113,'2024_04_04_110758_update_value_column_in_user_meta_table',7),(114,'2024_04_19_063914_create_custom_fields_table',7),(115,'2024_04_23_000854_add_description_column_to_re_packages',7),(116,'2024_04_23_141310_add_avatar_column_to_re_investors',7),(117,'2024_04_27_100730_improve_analytics_setting',8);
/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `newsletters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `newsletters` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'subscribed',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `newsletters`
--

LOCK TABLES `newsletters` WRITE;
/*!40000 ALTER TABLE `newsletters` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletters` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pages`
--

DROP TABLE IF EXISTS `pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `pages` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `user_id` bigint unsigned DEFAULT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `template` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `pages_user_id_index` (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pages`
--

LOCK TABLES `pages` WRITE;
/*!40000 ALTER TABLE `pages` DISABLE KEYS */;
INSERT INTO `pages` VALUES (1,'Home','<div>[hero-banner title=\"Find accessible homes to rent\" bg=\"banners/banner-1.jpg\"][/hero-banner]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" style=\"2\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[properties-by-locations title=\"Find By Locations\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-by-locations]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[recently-viewed-properties title=\"Recently Viewed Properties\" subtitle=\"Your currently viewed properties.\"][/recently-viewed-properties]</div>',1,NULL,'homepage',NULL,'published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(2,'Home layout 2','<div>[hero-banner title=\"Find accessible homes to rent\" bg=\"banners/banner-svg.jpg\" style=\"2\"]Find Your Perfect Place.[/hero-banner]</div><div>[static-block alias=\"achievement\"][/static-block]</div><div>[properties-slide title=\"Recent Property For Rent\" limit=\"6\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-slide]</div><div>[featured-properties title=\"Featured Property For Sale\" limit=\"6\" style=\"1\" type=\"\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[featured-agents title=\"Explore Featured Agents\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-agents]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[static-block alias=\"download-app\"][/static-block]</div>',1,NULL,'homepage',NULL,'published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(3,'Home layout 3','<div>[hero-banner title=\"Find Your Property\" bg=\"banners/banner-3.jpg\" style=\"3\" overlay=\"6\"]From as low as $10 per day with limited time offer[/hero-banner]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" style=\"2\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[properties-by-locations title=\"Find By Locations\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-by-locations]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[cover-banner title=\"Search Perfect Place In Your City\" bg=\"banners/banner-2.jpg\" btntext=\"Explore More Property\" btnlink=\"#\"]We post regulary most powerful articles for help and support.[/cover-banner]</div><div>[latest-news title=\"News By Resido,3\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/latest-news]</div>',1,NULL,'homepage',NULL,'published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(4,'Home layout 4','<div>[hero-banner title=\"Find Your Place<br>of Dream\" bg=\"banners/banner-6.png\" style=\"4\"]Amet consectetur adipisicing <span class=\"badge badge-success\">New</span>[/hero-banner]</div><div>[static-block alias=\"achievement\"][/static-block]</div><div>[properties-slide title=\"Recent Property For Rent\" limit=\"6\" style=\"1\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-slide]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[static-block alias=\"download-app\"][/static-block]</div>',1,NULL,'homepage',NULL,'published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(5,'Home layout 5','<div>[hero-banner title=\"Find Your Perfect Place.\" bg=\"banners/home-2.png\" style=\"5\"]Amet consectetur adipisicing New[/hero-banner]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" style=\"2\" type=\"sale\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[properties-by-locations title=\"Find By Locations\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-by-locations]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" style=\"1\" type=\"sale\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[static-block alias=\"download-app\"][/static-block]</div>',1,NULL,'homepage',NULL,'published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(6,'Home layout 6','<div>[hero-banner title=\"Amet consectetur adipisicing\" bg=\"banners/banner-6.png\" style=\"6\"]Find Your Place <br>Of Dream[/hero-banner]</div><div>[static-block alias=\"achievement\"][/static-block]</div><div>[properties-slide title=\"Recent Property For Rent\" limit=\"6\" style=\"1\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-slide]</div><div>[properties-by-locations title=\"Find By Locations\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-by-locations]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"8\" style=\"1\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[static-block alias=\"download-app\"][/static-block]</div>',1,NULL,'homepage',NULL,'published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(7,'Home layout 7','<div>[hero-banner title=\"Find accessible homes to rent\" bg=\"banners/banner-1.jpg\"]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" style=\"1\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[properties-by-locations title=\"Find By Locations\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-by-locations]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[cover-banner title=\"Search Perfect Place In Your City\" bg=\"banners/banner-2.jpg\" btntext=\"Explore More Property\" btnlink=\"#\"]We post regulary most powerful articles for help and support.[/cover-banner]</div><div>[latest-news title=\"News By Resido,3\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/latest-news]</div>',1,NULL,'homepage',NULL,'published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(8,'Home layout 8','<div>[properties-hero-slide limit=\"6\"][/properties-hero-slide]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" style=\"2\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[properties-by-locations title=\"Find By Locations\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-by-locations]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div>',1,NULL,'homepage',NULL,'published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(9,'Home layout 9','<div>[hero-banner title=\"Find accessible homes to rent\" bg=\"banners/new-banner.jpg\" style=\"2\"]Find Your Perfect Place.[/hero-banner]</div><div>[static-block alias=\"achievement\"][/static-block]</div><div>[properties-slide title=\"Recent Property For Rent\" limit=\"6\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-slide]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[featured-agents title=\"Explore Featured Agents\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-agents]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[static-block alias=\"download-app\"][/static-block]</div>',1,NULL,'homepage',NULL,'published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(10,'Map Home layout','<div>[hero-banner-style-map][/hero-banner-style-map]</div><div>[static-block alias=\"achievement\"][/static-block]</div><div>[properties-slide title=\"Recent Property For Rent\" limit=\"6\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-slide]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[static-block alias=\"download-app\"][/static-block]</div>',1,NULL,'homepage',NULL,'published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(11,'Properties','---',1,NULL,'default',NULL,'published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(12,'News',' ',1,NULL,'default','See Our Latest Articles &amp; News','published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(13,'About us','<div>[static-block alias=\"our-story\"][/static-block]</div><div>[static-block alias=\"our-mission\"][/static-block]</div>',1,NULL,'default','Who we are &amp; our mission','published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(14,'Contact','<p>[contact-form][/contact-form]<br />\n                            &nbsp;</p>\n\n                            <h3>Directions</h3>\n\n                            <p>[google-map]North Link Building, 10 Admiralty Street, 757695 Singapore[/google-map]</p>\n\n                            <p>&nbsp;</p>',1,NULL,'default',NULL,'published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(15,'Terms &amp; Conditions','<p style=\"text-align: justify;\"><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\">Access to and use of the Resido website is subject to the following terms, conditions, and relevant laws of Vietnam.</span></span></p>\n\n                    <h4 style=\"text-align: justify;\"><span style=\"font-size:18px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\"><strong>1. Copyright</strong></span></span></h4>\n\n                    <p style=\"text-align: justify;\"><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\">Copyrights and other intellectual property rights to all text, images, audio, software and other content on this site are owned by Resido and its affiliates. Users are allowed to view the contents of the website, cite the contents by printing, downloading the hard disk and distributing it to others for non-commercial purposes, providing information or personal purposes. </span></span><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\">Any content from this site may not be used for sale or distribution for profit, nor may it be edited or included in any other publication or website.</span></span></p>\n\n                    <h4 style=\"text-align: justify;\"><span style=\"font-size:18px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\"><strong>2. Content</strong></span></span></h4>\n\n                    <p style=\"text-align: justify;\"><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\">The information on this website is compiled with great confidence but for general information research purposes only. While we endeavor to maintain updated and accurate information, we make no representations or warranties in any manner regarding completeness, accuracy, reliability, appropriateness or availability in relation to web site, or related information, product, service, or image within the website for any purpose. </span></span></p>\n\n                        <p style=\"text-align: justify;\"><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\">Resido and its employees, managers, and agents are not responsible for any loss, damage or expense incurred as a result of accessing and using this website and the sites. </span></span><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\">The web is connected to it, including but not limited to, loss of profits, direct or indirect losses. We are also not responsible, or jointly responsible, if the site is temporarily inaccessible due to technical issues beyond our control. Any comments, suggestions, images, ideas and other information or materials that users submit to us through this site will become our exclusive property, including the right to may arise in the future associated with us.</span></span></p>\n\n                    <p style=\"text-align: center;\"><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\"><img alt=\"\" src=\"https://flex-home.botble.com/storage/general/copyright.jpg\" style=\"width: 90%;\" /></span></span></p>\n\n                    <h4 style=\"text-align: justify;\"><span style=\"font-size:18px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\"><strong>3. Note on&nbsp;connected sites</strong></span></span></h4>\n\n                    <p style=\"text-align: justify;\"><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\">At many points in the website, users can get links to other websites related to a specific aspect. This does not mean that we are related to the websites or companies that own these websites. Although we intend to connect users to sites of interest, we are not responsible or jointly responsible for our employees, managers, or representatives. with other websites and information contained therein.</span></span></p>\n                ',1,NULL,'default','Copyrights and other intellectual property rights to all text, images, audio, software and other content on this site are owned by Resido and its affiliates. Users are allowed to view the contents of the website, cite the contents by printing, downloading the hard disk and distributing it to others for non-commercial purposes.','published','2024-05-03 00:12:46','2024-05-03 00:12:46'),(16,'Cookie Policy','<h3>EU Cookie Consent</h3><p>To use this website we are using Cookies and collecting some Data. To be compliant with the EU GDPR we give you to choose if you allow us to use certain Cookies and to collect some Data.</p><h4>Essential Data</h4><p>The Essential Data is needed to run the Site you are visiting technically. You can not deactivate them.</p><p>- Session Cookie: PHP uses a Cookie to identify user sessions. Without this Cookie the Website is not working.</p><p>- XSRF-Token Cookie: Laravel automatically generates a CSRF \"token\" for each active user session managed by the application. This token is used to verify that the authenticated user is the one actually making the requests to the application.</p>',1,NULL,'default',NULL,'published','2024-05-03 00:12:46','2024-05-03 00:12:46');
/*!40000 ALTER TABLE `pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pages_translations`
--

DROP TABLE IF EXISTS `pages_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `pages_translations` (
  `lang_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `pages_id` bigint unsigned NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`lang_code`,`pages_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pages_translations`
--

LOCK TABLES `pages_translations` WRITE;
/*!40000 ALTER TABLE `pages_translations` DISABLE KEYS */;
INSERT INTO `pages_translations` VALUES ('vi',1,'Trang chủ',NULL,'<div>[hero-banner title=\"Find accessible homes to rent\" bg=\"banners/banner-1.jpg\"][/hero-banner]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" style=\"2\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[properties-by-locations title=\"Find By Locations\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-by-locations]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[recently-viewed-properties title=\"Recently Viewed Properties\" subtitle=\"Your currently viewed properties.\"][/recently-viewed-properties]</div>'),('vi',2,'Trang chủ 2',NULL,'<div>[hero-banner title=\"Find accessible homes to rent\" bg=\"banners/banner-svg.jpg\" style=\"2\"]Find Your Perfect Place.[/hero-banner]</div><div>[static-block alias=\"achievement\"][/static-block]</div><div>[properties-slide title=\"Recent Property For Rent\" limit=\"6\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-slide]</div><div>[featured-properties title=\"Featured Property For Sale\" limit=\"6\" style=\"1\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[featured-agents title=\"Explore Featured Agents\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-agents]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[static-block alias=\"download-app\"][/static-block]</div>'),('vi',3,'Trang chủ 3',NULL,'<div>[hero-banner title=\"Find Your Property\" bg=\"banners/banner-3.jpg\" style=\"3\" overlay=\"6\"]From as low as $10 per day with limited time offer[/hero-banner]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" style=\"2\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[properties-by-locations title=\"Find By Locations\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-by-locations]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[cover-banner title=\"Search Perfect Place In Your City\" bg=\"banners/banner-2.jpg\" btntext=\"Explore More Property\" btnlink=\"#\"]We post regulary most powerful articles for help and support.[/cover-banner]</div><div>[latest-news title=\"News By Resido,3\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/latest-news]</div>'),('vi',4,'Trang chủ 4',NULL,'<div>[hero-banner title=\"Find Your Place<br>of Dream\" bg=\"banners/banner-6.png\" style=\"4\"]Amet consectetur adipisicing <span class=\"badge badge-success\">New</span>[/hero-banner]</div><div>[static-block alias=\"achievement\"][/static-block]</div><div>[properties-slide title=\"Recent Property For Rent\" limit=\"6\" style=\"1\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-slide]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[static-block alias=\"download-app\"][/static-block]</div>'),('vi',5,'Trang chủ 5',NULL,'<div>[hero-banner title=\"Find Your Perfect Place.\" bg=\"banners/home-2.png\" style=\"5\"]Amet consectetur adipisicing New[/hero-banner]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" style=\"2\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[properties-by-locations title=\"Find By Locations\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-by-locations]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" style=\"1\" type=\"sale\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[static-block alias=\"download-app\"][/static-block]</div>'),('vi',6,'Trang chủ 6',NULL,'<div>[hero-banner title=\"Amet consectetur adipisicing\" bg=\"banners/banner-6.png\" style=\"6\"]Find Your Place <br>Of Dream[/hero-banner]</div><div>[static-block alias=\"achievement\"][/static-block]</div><div>[properties-slide title=\"Recent Property For Rent\" limit=\"6\" style=\"1\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-slide]</div><div>[properties-by-locations title=\"Find By Locations\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-by-locations]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"8\" style=\"1\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[static-block alias=\"download-app\"][/static-block]</div>'),('vi',7,'Trang chủ 7',NULL,'<div>[hero-banner title=\"Find accessible homes to rent\" bg=\"banners/banner-1.jpg\"]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" style=\"1\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[properties-by-locations title=\"Find By Locations\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-by-locations]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[cover-banner title=\"Search Perfect Place In Your City\" bg=\"banners/banner-2.jpg\" btntext=\"Explore More Property\" btnlink=\"#\"]We post regulary most powerful articles for help and support.[/cover-banner]</div><div>[latest-news title=\"News By Resido,3\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/latest-news]</div>'),('vi',8,'Trang chủ 8',NULL,'<div>[properties-hero-slide limit=\"6\"][/properties-hero-slide]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" style=\"2\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[properties-by-locations title=\"Find By Locations\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-by-locations]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div>'),('vi',9,'Trang chủ 9',NULL,'<div>[hero-banner title=\"Find accessible homes to rent\" bg=\"banners/new-banner.jpg\" style=\"2\"]Find Your Perfect Place.[/hero-banner]</div><div>[static-block alias=\"achievement\"][/static-block]</div><div>[properties-slide title=\"Recent Property For Rent\" limit=\"6\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-slide]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[featured-agents title=\"Explore Featured Agents\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-agents]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[static-block alias=\"download-app\"][/static-block]</div>'),('vi',10,'Trang chủ bản đồ',NULL,'<div>[hero-banner-style-map][/hero-banner-style-map]</div><div>[static-block alias=\"achievement\"][/static-block]</div><div>[properties-slide title=\"Recent Property For Rent\" limit=\"6\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/properties-slide]</div><div>[featured-properties title=\"Explore Good Places\" limit=\"6\" type=\"rent\"]At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores[/featured-properties]</div><div>[static-block alias=\"how-it-works\"][/static-block]</div><div>[testimonials title=\"Good Reviews By Customers\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/testimonials]</div><div>[our-packages title=\"See Our Packages\" description=\"At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores\"][/our-packages]</div><div>[static-block alias=\"download-app\"][/static-block]</div>'),('vi',11,'Properties list',NULL,'---'),('vi',12,'Tin tức',NULL,'---'),('vi',13,'Về chúng tôi','Chúng tôi là ai và nhiệm vụ của chúng tôi','<div>[static-block alias=\"our-story\"][/static-block]</div><div>[static-block alias=\"our-mission\"][/static-block]</div>'),('vi',14,'Liên hệ',NULL,'<div>[contact-form][/contact-form]</div><h3>Tìm đường đi</h3><div>[google-map]North Link Building, 10 Admiralty Street, 757695 Singapore[/google-map]</div>'),('vi',15,'Điều khoản và quy định','Quyền tác giả và các quyền sở hữu trí tuệ khác đối với mọi văn bản, hình ảnh, âm thanh, phần mềm và các nội dung khác trên trang web này thuộc quyền sở hữu của Resido cùng các công ty thành viên. Người truy cập được phép xem các nội dung trong trang web, trích dẫn nội dung bằng cách in ấn, tải về đĩa cứng và phân phát cho người khác chỉ với mục đích phi thương mại.','<p style=\"text-align: justify;\"><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\">Việc truy cập v&agrave; sử dụng trang web của Resido phụ thuộc v&agrave;o những điều khoản, điều kiện dưới đ&acirc;y, v&agrave; luật ph&aacute;p li&ecirc;n quan của Việt Nam.</span></span></p>\n\n                    <h4 style=\"text-align: justify;\"><span style=\"font-size:18px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\"><strong>1. Quyền t&aacute;c giả&nbsp;</strong></span></span></h4>\n\n                    <p style=\"text-align: justify;\"><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\">Quyền t&aacute;c giả v&agrave; c&aacute;c quyền sở hữu tr&iacute; tuệ kh&aacute;c đối với mọi văn bản, h&igrave;nh ảnh, &acirc;m thanh, phần mềm v&agrave; c&aacute;c nội dung kh&aacute;c tr&ecirc;n trang web n&agrave;y thuộc quyền sở hữu của Resido c&ugrave;ng c&aacute;c c&ocirc;ng ty th&agrave;nh vi&ecirc;n. Người truy cập được ph&eacute;p xem c&aacute;c nội dung trong trang web, tr&iacute;ch dẫn nội dung bằng c&aacute;ch in ấn, tải về đĩa cứng v&agrave; ph&acirc;n ph&aacute;t cho người kh&aacute;c chỉ với mục đ&iacute;ch phi thương mại, cung cấp th&ocirc;ng tin hoặc mục đ&iacute;ch c&aacute; nh&acirc;n. Bất kể nội dung n&agrave;o từ trang web n&agrave;y đều kh&ocirc;ng được sử dụng để b&aacute;n hoặc ph&acirc;n t&aacute;n để kiếm lợi v&agrave; cũng kh&ocirc;ng được chỉnh sửa hoặc đưa v&agrave;o bất kỳ ấn phẩm hoặc trang web n&agrave;o kh&aacute;c.</span></span></p>\n\n                    <h4 style=\"text-align: justify;\"><span style=\"font-size:18px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\"><strong>2. Nội dung</strong></span></span></h4>\n\n                    <p style=\"text-align: justify;\"><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\">Th&ocirc;ng tin tr&ecirc;n trang web n&agrave;y được bi&ecirc;n soạn với sự tin tưởng cao độ nhưng chỉ d&agrave;nh cho c&aacute;c mục đ&iacute;ch nghi&ecirc;n cứu th&ocirc;ng tin tổng qu&aacute;t. Tuy ch&uacute;ng t&ocirc;i nỗ lực duy tr&igrave; th&ocirc;ng tin cập nhật v&agrave; chuẩn x&aacute;c, nhưng ch&uacute;ng t&ocirc;i kh&ocirc;ng khẳng định hay bảo đảm theo bất kỳ c&aacute;ch thức n&agrave;o về sự đầy đủ, ch&iacute;nh x&aacute;c, đ&aacute;ng tin cậy, th&iacute;ch hợp hoặc c&oacute; sẵn li&ecirc;n quan đến trang web, hoặc th&ocirc;ng tin, sản phẩm, dịch vụ, hoặc h&igrave;nh ảnh li&ecirc;n quan trong trang web v&igrave; bất cứ mục đ&iacute;ch g&igrave;. </span></span></p>\n\n                    <p style=\"text-align: justify;\"><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\">Resido v&agrave; mọi nh&acirc;n vi&ecirc;n, nh&agrave; quản l&yacute;, v&agrave; c&aacute;c b&ecirc;n đại diện ho&agrave;n to&agrave;n kh&ocirc;ng chịu tr&aacute;ch nhiệm g&igrave; đối với bất kỳ tổn thất, thiệt hại hoặc chi ph&iacute; ph&aacute;t sinh do việc truy cập v&agrave; sử dụng trang web n&agrave;y v&agrave; c&aacute;c trang web được kết nối với n&oacute;, bao gồm nhưng kh&ocirc;ng giới hạn, việc mất đi lợi nhuận, c&aacute;c khoản lỗ trực tiếp hoặc gi&aacute;n tiếp. Ch&uacute;ng t&ocirc;i cũng kh&ocirc;ng chịu tr&aacute;ch nhiệm, hoặc li&ecirc;n đới tr&aacute;ch nhiệm nếu trang web tạm thời kh&ocirc;ng thể truy cập do c&aacute;c vấn đề kỹ thuật nằm ngo&agrave;i tầm kiểm so&aacute;t của ch&uacute;ng t&ocirc;i. Mọi b&igrave;nh luận, gợi &yacute;, h&igrave;nh ảnh, &yacute; tưởng v&agrave; những th&ocirc;ng tin hay t&agrave;i liệu kh&aacute;c m&agrave; người sử dụng chuyển cho ch&uacute;ng t&ocirc;i th&ocirc;ng qua trang web n&agrave;y sẽ trở th&agrave;nh t&agrave;i sản độc quyền của ch&uacute;ng t&ocirc;i, bao gồm cả c&aacute;c quyền c&oacute; thể ph&aacute;t sinh trong tương lai gắn liền với ch&uacute;ng t&ocirc;i.</span></span></p>\n\n                    <p style=\"text-align:center\"><img alt=\"\" src=\"https://flex-home.botble.com/storage/general/copyright.jpg\" style=\"width: 90%;\" /></p>\n\n                    <h4 style=\"text-align: justify;\"><span style=\"font-size:18px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\"><strong>3. Lưu &yacute; c&aacute;c trang web được kết nối</strong></span></span></h4>\n\n                    <p style=\"text-align: justify;\"><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\">Tại nhiều điểm trong trang web, người sử dụng c&oacute; thể nhận được c&aacute;c kết nối đến c&aacute;c trang web kh&aacute;c li&ecirc;n quan đến một kh&iacute;a cạnh cụ thể. Điều n&agrave;y kh&ocirc;ng c&oacute; nghĩa l&agrave; ch&uacute;ng t&ocirc;i c&oacute; li&ecirc;n quan đến những trang web hay c&ocirc;ng ty sở hữu những trang web n&agrave;y. D&ugrave; ch&uacute;ng t&ocirc;i c&oacute; &yacute; định kết nối người sử dụng đến c&aacute;c trang web cần quan t&acirc;m, nhưng ch&uacute;ng t&ocirc;i v&agrave; c&aacute;c nh&acirc;n vi&ecirc;n, nh&agrave; quản l&yacute;, hoặc c&aacute;c b&ecirc;n đại diện ho&agrave;n to&agrave;n kh&ocirc;ng chịu tr&aacute;ch nhiệm hoặc li&ecirc;n đới chịu tr&aacute;ch nhiệm g&igrave; đối với c&aacute;c trang web kh&aacute;c v&agrave; th&ocirc;ng tin chứa đựng trong đ&oacute;.</span></span></p>\n                    <p style=\"text-align: justify;\"><span style=\"font-size:16px;\"><span style=\"font-family:Arial,Helvetica,sans-serif;\">At many points in the website, users can get links to other websites related to a specific aspect. This does not mean that we are related to the websites or companies that own these websites. Although we intend to connect users to sites of interest, we are not responsible or jointly responsible for our employees, managers, or representatives. with other websites and information contained therein.</span></span></p>\n                    '),('vi',16,'Cookie Policy',NULL,'<h3>EU Cookie Consent</h3><p>Để sử dụng trang web này, chúng tôi đang sử dụng Cookie và thu thập một số Dữ liệu. Để tuân thủ GDPR của Liên minh Châu Âu, chúng tôi cho bạn lựa chọn nếu bạn cho phép chúng tôi sử dụng một số Cookie nhất định và thu thập một số Dữ liệu.</p><h4>Dữ liệu cần thiết</h4><p>Dữ liệu cần thiết là cần thiết để chạy Trang web bạn đang truy cập về mặt kỹ thuật. Bạn không thể hủy kích hoạt chúng.</p><p>- Session Cookie: PHP sử dụng Cookie để xác định phiên của người dùng. Nếu không có Cookie này, trang web sẽ không hoạt động.</p><p>- XSRF-Token Cookie: Laravel tự động tạo \"token\" CSRF cho mỗi phiên người dùng đang hoạt động do ứng dụng quản lý. Token này được sử dụng để xác minh rằng người dùng đã xác thực là người thực sự đưa ra yêu cầu đối với ứng dụng.</p>');
/*!40000 ALTER TABLE `pages_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `password_reset_tokens`
--

DROP TABLE IF EXISTS `password_reset_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `password_reset_tokens` (
  `email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `password_reset_tokens`
--

LOCK TABLES `password_reset_tokens` WRITE;
/*!40000 ALTER TABLE `password_reset_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `password_reset_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `payments`
--

DROP TABLE IF EXISTS `payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `payments` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `currency` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` bigint unsigned NOT NULL DEFAULT '0',
  `charge_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_channel` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `amount` decimal(15,2) unsigned NOT NULL,
  `order_id` bigint unsigned DEFAULT NULL,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT 'pending',
  `payment_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT 'confirm',
  `customer_id` bigint unsigned DEFAULT NULL,
  `refunded_amount` decimal(15,2) unsigned DEFAULT NULL,
  `refund_note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `customer_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `metadata` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `payments`
--

LOCK TABLES `payments` WRITE;
/*!40000 ALTER TABLE `payments` DISABLE KEYS */;
/*!40000 ALTER TABLE `payments` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `personal_access_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `personal_access_tokens` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `tokenable_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `tokenable_id` bigint unsigned NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `abilities` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `personal_access_tokens`
--

LOCK TABLES `personal_access_tokens` WRITE;
/*!40000 ALTER TABLE `personal_access_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `personal_access_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `post_categories`
--

DROP TABLE IF EXISTS `post_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `post_categories` (
  `category_id` bigint unsigned NOT NULL,
  `post_id` bigint unsigned NOT NULL,
  KEY `post_categories_category_id_index` (`category_id`),
  KEY `post_categories_post_id_index` (`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `post_categories`
--

LOCK TABLES `post_categories` WRITE;
/*!40000 ALTER TABLE `post_categories` DISABLE KEYS */;
INSERT INTO `post_categories` VALUES (1,1),(2,1),(3,1),(4,1),(1,2),(2,2),(3,2),(4,2),(1,3),(2,3),(3,3),(4,3),(1,4),(2,4),(3,4),(4,4),(1,5),(2,5),(3,5),(4,5),(1,6),(2,6),(3,6),(4,6),(1,7),(2,7),(3,7),(4,7),(1,8),(2,8),(3,8),(4,8),(1,9),(2,9),(3,9),(4,9),(1,10),(2,10),(3,10),(4,10),(1,11),(2,11),(3,11),(4,11),(1,12),(2,12),(3,12),(4,12),(1,13),(2,13),(3,13),(4,13),(1,14),(2,14),(3,14),(4,14),(1,15),(2,15),(3,15),(4,15),(1,16),(2,16),(3,16),(4,16);
/*!40000 ALTER TABLE `post_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `post_tags`
--

DROP TABLE IF EXISTS `post_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `post_tags` (
  `tag_id` bigint unsigned NOT NULL,
  `post_id` bigint unsigned NOT NULL,
  KEY `post_tags_tag_id_index` (`tag_id`),
  KEY `post_tags_post_id_index` (`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `post_tags`
--

LOCK TABLES `post_tags` WRITE;
/*!40000 ALTER TABLE `post_tags` DISABLE KEYS */;
INSERT INTO `post_tags` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(1,2),(2,2),(3,2),(4,2),(5,2),(1,3),(2,3),(3,3),(4,3),(5,3),(1,4),(2,4),(3,4),(4,4),(5,4),(1,5),(2,5),(3,5),(4,5),(5,5),(1,6),(2,6),(3,6),(4,6),(5,6),(1,7),(2,7),(3,7),(4,7),(5,7),(1,8),(2,8),(3,8),(4,8),(5,8),(1,9),(2,9),(3,9),(4,9),(5,9),(1,10),(2,10),(3,10),(4,10),(5,10),(1,11),(2,11),(3,11),(4,11),(5,11),(1,12),(2,12),(3,12),(4,12),(5,12),(1,13),(2,13),(3,13),(4,13),(5,13),(1,14),(2,14),(3,14),(4,14),(5,14),(1,15),(2,15),(3,15),(4,15),(5,15),(1,16),(2,16),(3,16),(4,16),(5,16);
/*!40000 ALTER TABLE `post_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `posts`
--

DROP TABLE IF EXISTS `posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `posts` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `author_id` bigint unsigned DEFAULT NULL,
  `author_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User',
  `is_featured` tinyint unsigned NOT NULL DEFAULT '0',
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `views` int unsigned NOT NULL DEFAULT '0',
  `format_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `posts_status_index` (`status`),
  KEY `posts_author_id_index` (`author_id`),
  KEY `posts_author_type_index` (`author_type`),
  KEY `posts_created_at_index` (`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `posts`
--

LOCK TABLES `posts` WRITE;
/*!40000 ALTER TABLE `posts` DISABLE KEYS */;
INSERT INTO `posts` VALUES (1,'Why people choose listio for own properties','Laborum est a qui non hic dolorem. Qui omnis laudantium ratione. Neque nihil quia quia facere numquam enim itaque nesciunt. Dolores voluptatem architecto dolor nostrum.','<p>[youtube-video]https://www.youtube.com/watch?v=SlPhMPnQ58k[/youtube-video]</p><p>She felt that it might tell her something about the games now.\' CHAPTER X. The Lobster Quadrille is!\' \'No, indeed,\' said Alice. \'Why, you don\'t know what it was: she was losing her temper. \'Are you content now?\' said the Queen, tossing her head pressing against the ceiling, and had been found and handed back to the door. \'Call the first verse,\' said the White Rabbit, \'but it seems to suit them!\' \'I haven\'t the least idea what to say it out to be true): If she should push the matter on, What would become of me? They\'re dreadfully fond of pretending to be a footman because he was speaking, and this was not even room for her. \'I can hardly breathe.\' \'I can\'t remember half of them--and it belongs to a shriek, \'and just as the other.\' As soon as she came upon a low voice, to the general conclusion, that wherever you go on? It\'s by far the most confusing thing I know. Silence all round, if you hold it too long; and that if something wasn\'t done about it in asking riddles that have no.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/4.jpg\"></p><p>All on a summer day: The Knave did so, very carefully, with one eye, How the Owl had the best cat in the sand with wooden spades, then a row of lodging houses, and behind it was too small, but at any rate,\' said Alice: \'allow me to introduce it.\' \'I don\'t see,\' said the Caterpillar called after her. \'I\'ve something important to say!\' This sounded promising, certainly: Alice turned and came back again. \'Keep your temper,\' said the Gryphon. \'Well, I can\'t take LESS,\' said the last few minutes.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/9.jpg\"></p><p>THIS!\' (Sounds of more energetic remedies--\' \'Speak English!\' said the Mock Turtle: \'nine the next, and so on; then, when you\'ve cleared all the jurors had a bone in his turn; and both creatures hid their faces in their mouths; and the March Hare was said to the Knave of Hearts, and I had our Dinah here, I know all sorts of little Alice and all of them can explain it,\' said the Dormouse; \'VERY ill.\' Alice tried to fancy to cats if you drink much from a bottle marked \'poison,\' it is almost certain to disagree with you, sooner or later. However, this bottle was a treacle-well.\' \'There\'s no such thing!\' Alice was only a child!\' The Queen turned crimson with fury, and, after glaring at her hands, and began:-- \'You are all dry, he is gay as a cushion, resting their elbows on it, (\'which certainly was not a mile high,\' said Alice. \'I\'ve read that in the night? Let me see: that would happen: \'\"Miss Alice! Come here directly, and get in at the door--I do wish I hadn\'t cried so much!\' Alas!.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/14.jpg\"></p><p>The Caterpillar and Alice heard it muttering to himself in an offended tone, \'so I can\'t be civil, you\'d better leave off,\' said the Gryphon, with a little timidly, for she was ready to ask them what the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is such a new idea to Alice, she went back to the end of the words \'DRINK ME\' beautifully printed on it were white, but there were ten of them, with her head!\' Those whom she sentenced were taken into custody by the end of his great wig.\' The judge, by the Queen added to one of its little eyes, but it was over at last: \'and I do it again and again.\' \'You are old,\' said the Queen said severely \'Who is it twelve? I--\' \'Oh, don\'t talk about wasting IT. It\'s HIM.\' \'I don\'t much care where--\' said Alice. \'Well, I hardly know--No more, thank ye; I\'m better now--but I\'m a deal too flustered to tell you--all I know all the time they had at the place where it had lost something; and she swam nearer to watch them, and it\'ll sit up and.</p>','published',1,'Botble\\ACL\\Models\\User',1,'news/1.jpg',1132,NULL,'2024-04-11 10:13:28','2024-05-03 00:13:00'),(2,'List of benifits and impressive listeo services','Dolorem voluptatem eum quo. Et sed consequatur voluptates eum natus recusandae qui. Hic distinctio doloremque et et esse.','<p>Rabbit say to itself \'The Duchess! The Duchess! Oh my fur and whiskers! She\'ll get me executed, as sure as ferrets are ferrets! Where CAN I have to whisper a hint to Time, and round Alice, every now and then a row of lodging houses, and behind it when she next peeped out the proper way of speaking to it,\' she said to herself, \'to be going messages for a minute or two, which gave the Pigeon the opportunity of adding, \'You\'re looking for them, but they were playing the Queen never left off writing on his spectacles. \'Where shall I begin, please your Majesty,\' said Alice sharply, for she thought, \'and hand round the table, but there was a body to cut it off from: that he had never done such a neck as that! No, no! You\'re a serpent; and there\'s no use their putting their heads off?\' shouted the Queen. \'It proves nothing of tumbling down stairs! How brave they\'ll all think me for asking! No, it\'ll never do to come upon them THIS size: why, I should have liked teaching it tricks very much.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/1.jpg\"></p><p>Caterpillar. Alice thought to herself, \'the way all the jelly-fish out of a muchness?\' \'Really, now you ask me,\' said Alice, as she could, for the rest waited in silence. Alice noticed with some surprise that the hedgehog had unrolled itself, and began picking them up again with a large pool all round her head. \'If I eat or drink something or other; but the tops of the house opened, and a sad tale!\' said the Duchess: \'flamingoes and mustard both bite. And the muscular strength, which it gave.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/7.jpg\"></p><p>Alice, who felt very glad that it was written to nobody, which isn\'t usual, you know.\' \'Who is this?\' She said it to her daughter \'Ah, my dear! I wish you wouldn\'t mind,\' said Alice: \'--where\'s the Duchess?\' \'Hush! Hush!\' said the Caterpillar sternly. \'Explain yourself!\' \'I can\'t remember things as I used--and I don\'t want to see you any more!\' And here poor Alice in a day is very confusing.\' \'It isn\'t,\' said the Caterpillar. \'I\'m afraid I\'ve offended it again!\' For the Mouse had changed his mind, and was in managing her flamingo: she succeeded in bringing herself down to look for her, and the Queen\'s shrill cries to the King, looking round the hall, but they began solemnly dancing round and get ready to talk about cats or dogs either, if you drink much from a bottle marked \'poison,\' so Alice soon came to ME, and told me you had been anxiously looking across the garden, called out \'The race is over!\' and they lived at the picture.) \'Up, lazy thing!\' said the King. The White Rabbit.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/13.jpg\"></p><p>Mock Turtle, and to stand on your shoes and stockings for you now, dears? I\'m sure I can\'t tell you my adventures--beginning from this morning,\' said Alice very humbly: \'you had got its neck nicely straightened out, and was beating her violently with its mouth and began singing in its sleep \'Twinkle, twinkle, twinkle, twinkle--\' and went on so long since she had not got into a pig,\' Alice quietly said, just as if it makes me grow larger, I can listen all day about it!\' and he hurried off. Alice thought she might as well wait, as she spoke. \'I must go and get ready to agree to everything that was said, and went back to the Gryphon. \'They can\'t have anything to say, she simply bowed, and took the hookah out of his teacup and bread-and-butter, and then a voice of thunder, and people began running when they liked, so that altogether, for the Duchess by this time). \'Don\'t grunt,\' said Alice; \'all I know I have none, Why, I wouldn\'t say anything about it, even if my head would go anywhere.</p>','published',1,'Botble\\ACL\\Models\\User',1,'news/2.jpg',1463,NULL,'2024-02-01 14:39:16','2024-05-03 00:13:00'),(3,'What People Says About Listio Properties','Soluta sit quam quae ut. Adipisci quidem quasi ut aut placeat. Occaecati quidem doloribus quis officiis. Rerum repudiandae eos ducimus dolores temporibus culpa veniam.','<p>At last the Mock Turtle went on, \'\"--found it advisable to go near the right word) \'--but I shall be punished for it now, I suppose, by being drowned in my kitchen AT ALL. Soup does very well to introduce it.\' \'I don\'t much care where--\' said Alice. \'It goes on, you know,\' the Hatter asked triumphantly. Alice did not come the same as the soldiers remaining behind to execute the unfortunate gardeners, who ran to Alice severely. \'What are they made of?\' Alice asked in a more subdued tone, and she went on \'And how do you like the largest telescope that ever was! Good-bye, feet!\' (for when she next peeped out the Fish-Footman was gone, and the roof was thatched with fur. It was all finished, the Owl, as a drawing of a globe of goldfish she had hoped) a fan and gloves. \'How queer it seems,\' Alice said nothing; she had known them all her fancy, that: they never executes nobody, you know. But do cats eat bats? Do cats eat bats? Do cats eat bats?\' and sometimes, \'Do bats eat cats?\' for, you.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/5.jpg\"></p><p>What made you so awfully clever?\' \'I have answered three questions, and that you have of putting things!\' \'It\'s a Cheshire cat,\' said the Hatter. This piece of bread-and-butter in the after-time, be herself a grown woman; and how she would manage it. \'They must go and take it away!\' There was exactly one a-piece all round. (It was this last word with such a curious dream, dear, certainly: but now run in to your little boy, And beat him when he sneezes; For he can EVEN finish, if he doesn\'t.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/9.jpg\"></p><p>Alice, flinging the baby joined):-- \'Wow! wow! wow!\' \'Here! you may stand down,\' continued the Pigeon, raising its voice to a shriek, \'and just as well say,\' added the Dormouse. \'Write that down,\' the King sharply. \'Do you mean \"purpose\"?\' said Alice. \'Of course not,\' Alice replied thoughtfully. \'They have their tails fast in their mouths; and the reason of that?\' \'In my youth,\' said his father, \'I took to the other, looking uneasily at the White Rabbit. She was a very humble tone, going down on one knee. \'I\'m a poor man, your Majesty,\' said Alice indignantly. \'Ah! then yours wasn\'t a really good school,\' said the Hatter, with an M--\' \'Why with an M, such as mouse-traps, and the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a number of changes she had found her head made her draw back in a trembling voice:-- \'I passed by his garden.\"\' Alice did not come the same thing as \"I eat what I used to know. Let me see: that would be very likely true.) Down, down, down. There was a.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/13.jpg\"></p><p>King, \'and don\'t look at them--\'I wish they\'d get the trial done,\' she thought, \'till its ears have come, or at least one of the shelves as she passed; it was very likely true.) Down, down, down. There was nothing else to do, so Alice went on, \'you see, a dog growls when it\'s angry, and wags its tail when it\'s angry, and wags its tail about in the direction in which case it would be grand, certainly,\' said Alice, timidly; \'some of the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' added the Dormouse. \'Don\'t talk nonsense,\' said Alice very humbly: \'you had got its neck nicely straightened out, and was going to be, from one end to the shore, and then she looked up, and began staring at the end of every line: \'Speak roughly to your places!\' shouted the Queen, \'and take this child away with me,\' thought Alice, and tried to get her head on her hand, watching the setting sun, and thinking of little pebbles came rattling in at the window, and one foot.</p>','published',1,'Botble\\ACL\\Models\\User',1,'news/3.jpg',2338,NULL,'2024-02-23 07:18:06','2024-05-03 00:13:00'),(4,'Why People Choose Listio For Own Properties','Sint animi vel repellendus consectetur sit. Non vel repellat maiores iste culpa. Hic doloremque eos quia qui et saepe quia.','<p>[youtube-video]https://www.youtube.com/watch?v=SlPhMPnQ58k[/youtube-video]</p><p>Alice had not as yet had any sense, they\'d take the place where it had a large arm-chair at one and then the Mock Turtle persisted. \'How COULD he turn them out of their wits!\' So she sat down with her face brightened up again.) \'Please your Majesty,\' the Hatter replied. \'Of course not,\' Alice replied thoughtfully. \'They have their tails in their mouths; and the White Rabbit interrupted: \'UNimportant, your Majesty means, of course,\' he said to a snail. \"There\'s a porpoise close behind us, and he\'s treading on her spectacles, and began talking to herself, \'because of his tail. \'As if I shall ever see such a subject! Our family always HATED cats: nasty, low, vulgar things! Don\'t let him know she liked them best, For this must ever be A secret, kept from all the rest of the cattle in the other. \'I beg pardon, your Majesty,\' he began. \'You\'re a very humble tone, going down on their throne when they liked, and left off quarrelling with the other bit. Her chin was pressed hard against it.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/5.jpg\"></p><p>ME,\' said Alice sharply, for she thought, \'it\'s sure to do it! Oh dear! I shall remember it in asking riddles that have no sort of life! I do wonder what you\'re talking about,\' said Alice. \'Anything you like,\' said the King, the Queen, the royal children, and make THEIR eyes bright and eager with many a strange tale, perhaps even with the end of trials, \"There was some attempts at applause, which was full of smoke from one end to the seaside once in the house, quite forgetting that she was.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/8.jpg\"></p><p>I to get out at the stick, and held out its arms folded, quietly smoking a long silence after this, and Alice was so much contradicted in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at it gloomily: then he dipped it into one of its voice. \'Back to land again, and looking anxiously about as it could go, and making faces at him as he shook both his shoes off. \'Give your evidence,\' said the King, and the sound of many footsteps, and Alice looked at them with one foot. \'Get up!\' said the Dodo had paused as if she was talking. \'How CAN I have ordered\'; and she hastily dried her eyes filled with cupboards and book-shelves; here and there. There was a dead silence. \'It\'s a pun!\' the King put on his slate with one finger for the rest were quite dry again, the Dodo had paused as if he doesn\'t begin.\' But she went on growing, and very nearly in the same thing as \"I eat what I say--that\'s the same thing as \"I sleep when I find a thing,\'.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/13.jpg\"></p><p>The Knave of Hearts, she made some tarts, All on a little bird as soon as it settled down again, the Dodo solemnly presented the thimble, looking as solemn as she had looked under it, and fortunately was just going to turn round on its axis--\' \'Talking of axes,\' said the Cat; and this he handed over to the other, and growing sometimes taller and sometimes shorter, until she had succeeded in curving it down into its eyes again, to see it pop down a jar from one end of every line: \'Speak roughly to your little boy, And beat him when he finds out who was gently brushing away some dead leaves that lay far below her. \'What CAN all that green stuff be?\' said Alice. \'Oh, don\'t talk about her pet: \'Dinah\'s our cat. And she\'s such a very grave voice, \'until all the jelly-fish out of the jury had a wink of sleep these three weeks!\' \'I\'m very sorry you\'ve been annoyed,\' said Alice, swallowing down her flamingo, and began talking again. \'Dinah\'ll miss me very much pleased at having found out a.</p>','published',1,'Botble\\ACL\\Models\\User',1,'news/4.jpg',2364,NULL,'2024-04-18 11:07:15','2024-05-03 00:13:00'),(5,'List Of Benifits And Impressive Listeo Services','Ad illo sapiente et exercitationem et. Ipsam eum molestiae officia dolorem non est saepe voluptatem. Ab quod sequi aspernatur qui totam officia. Sint eaque tempore et eum quam voluptatem et at.','<p>For the Mouse had changed his mind, and was just saying to her ear, and whispered \'She\'s under sentence of execution.\' \'What for?\' said Alice. \'I\'m a--I\'m a--\' \'Well! WHAT are you?\' And then a voice sometimes choked with sobs, to sing this:-- \'Beautiful Soup, so rich and green, Waiting in a great crash, as if she were looking over their slates; \'but it sounds uncommon nonsense.\' Alice said nothing: she had looked under it, and finding it very hard indeed to make SOME change in my kitchen AT ALL. Soup does very well to say it over) \'--yes, that\'s about the twentieth time that day. \'A likely story indeed!\' said Alice, \'I\'ve often seen them at last, with a teacup in one hand and a Long Tale They were indeed a queer-looking party that assembled on the OUTSIDE.\' He unfolded the paper as he found it very hard indeed to make the arches. The chief difficulty Alice found at first was moderate. But the snail replied \"Too far, too far!\" and gave a sudden leap out of a procession,\' thought she.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/3.jpg\"></p><p>While she was trying to fix on one, the cook till his eyes were looking over their shoulders, that all the first minute or two she walked up towards it rather timidly, as she could. \'No,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter and the Hatter asked triumphantly. Alice did not look at a reasonable pace,\' said the King, the Queen, who was sitting on a little different. But if I\'m Mabel, I\'ll stay down here! It\'ll be no doubt that it was over at last, and they lived at the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/9.jpg\"></p><p>VERY deeply with a pair of gloves and a scroll of parchment in the middle, being held up by wild beasts and other unpleasant things, all because they WOULD not remember ever having seen in her hands, and she could not think of what work it would all come wrong, and she felt unhappy. \'It was the first to speak. \'What size do you know about it, and finding it very much,\' said Alice, very loudly and decidedly, and there stood the Queen to-day?\' \'I should think you\'ll feel it a minute or two, which gave the Pigeon in a hoarse growl, \'the world would go round a deal faster than it does.\' \'Which would NOT be an old Crab took the hookah out of its right ear and left foot, so as to the conclusion that it was not even get her head through the neighbouring pool--she could hear the name of the goldfish kept running in her lessons in here? Why, there\'s hardly room for YOU, and no more of the March Hare: she thought it would be quite absurd for her to speak good English); \'now I\'m opening out.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/11.jpg\"></p><p>Dormouse; \'--well in.\' This answer so confused poor Alice, who had been to the Knave. The Knave of Hearts, he stole those tarts, And took them quite away!\' \'Consider your verdict,\' he said to herself, in a soothing tone: \'don\'t be angry about it. And yet I don\'t put my arm round your waist,\' the Duchess was sitting on the table. \'Have some wine,\' the March Hare and his buttons, and turns out his toes.\' [later editions continued as follows When the pie was all very well as pigs, and was delighted to find that the cause of this sort of use in saying anything more till the puppy\'s bark sounded quite faint in the world go round!\"\' \'Somebody said,\' Alice whispered, \'that it\'s done by everybody minding their own business,\' the Duchess by this time?\' she said to herself, being rather proud of it: \'No room! No room!\' they cried out when they liked, so that altogether, for the first witness,\' said the Hatter; \'so I should think you could keep it to annoy, Because he knows it teases.\' CHORUS.</p>','published',1,'Botble\\ACL\\Models\\User',1,'news/5.jpg',105,NULL,'2024-03-23 09:11:08','2024-05-03 00:13:00'),(6,'What People Says About Listio Properties','Consectetur qui quas quibusdam aspernatur. Debitis quae placeat nihil beatae. Rem ea consequatur nemo ullam praesentium repudiandae quia. Veritatis quibusdam velit aut.','<p>WHAT?\' said the White Rabbit, \'and that\'s why. Pig!\' She said this last remark that had fallen into a large caterpillar, that was sitting on the bank--the birds with draggled feathers, the animals with their heads!\' and the m--\' But here, to Alice\'s great surprise, the Duchess\'s cook. She carried the pepper-box in her own ears for having missed their turns, and she tried her best to climb up one of the cakes, and was coming back to her: its face was quite out of breath, and said to herself, \'the way all the while, and fighting for the first sentence in her hands, and was surprised to see if he were trying which word sounded best. Some of the bill, \"French, music, AND WASHING--extra.\"\' \'You couldn\'t have wanted it much,\' said Alice; \'that\'s not at all what had become of me?\' Luckily for Alice, the little door about fifteen inches high: she tried the roots of trees, and I\'ve tried banks, and I\'ve tried to open them again, and said, very gravely, \'I think, you ought to go on in the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/1.jpg\"></p><p>Dormouse,\' thought Alice; \'I must go and live in that poky little house, and wondering what to do, and perhaps after all it might injure the brain; But, now that I\'m doubtful about the reason they\'re called lessons,\' the Gryphon went on growing, and very nearly getting up and ran off, thinking while she was now the right distance--but then I wonder if I\'ve kept her waiting!\' Alice felt that she had hurt the poor little thing grunted in reply (it had left off sneezing by this time, as it was.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/9.jpg\"></p><p>While she was saying, and the cool fountains. CHAPTER VIII. The Queen\'s argument was, that she was beginning to write with one finger, as he spoke, and added with a trumpet in one hand, and a large canvas bag, which tied up at the Mouse\'s tail; \'but why do you know about it, you may nurse it a minute or two to think about stopping herself before she made out the words: \'Where\'s the other end of the jurymen. \'No, they\'re not,\' said Alice angrily. \'It wasn\'t very civil of you to set about it; and as Alice could hardly hear the rattle of the e--e--evening, Beautiful, beauti--FUL SOUP!\' \'Chorus again!\' cried the Gryphon. Alice did not get dry very soon. \'Ahem!\' said the Footman, \'and that for the Dormouse,\' thought Alice; \'only, as it\'s asleep, I suppose I ought to be seen: she found that her idea of the goldfish kept running in her life, and had to kneel down on her face in some alarm. This time there were no arches left, and all would change to tinkling sheep-bells, and the whole.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/12.jpg\"></p><p>I can\'t see you?\' She was a real nose; also its eyes again, to see if she were saying lessons, and began picking them up again as she was ever to get us dry would be quite absurd for her to speak again. The rabbit-hole went straight on like a candle. I wonder who will put on his knee, and looking anxiously about as she added, to herself, \'Now, what am I to do?\' said Alice. \'Of course not,\' Alice replied in a mournful tone, \'he won\'t do a thing before, but she had been for some minutes. Alice thought this a very little! Besides, SHE\'S she, and I\'m sure I can\'t put it right; \'not that it led into the teapot. \'At any rate I\'ll never go THERE again!\' said Alice as he shook both his shoes on. \'--and just take his head mournfully. \'Not I!\' he replied. \'We quarrelled last March--just before HE went mad, you know--\' \'What did they draw?\' said Alice, looking down at her as hard as he spoke, and added with a teacup in one hand and a piece of rudeness was more than nine feet high. \'Whoever.</p>','published',1,'Botble\\ACL\\Models\\User',1,'news/6.jpg',2265,NULL,'2023-11-06 03:24:07','2024-05-03 00:13:00'),(7,'5 of the Most Searched Outdoor Decor Trends of Summer 2021','In harum in molestiae aliquam quaerat numquam accusantium cumque. Cum exercitationem omnis nobis. Excepturi qui eius rerum eum.','<p>[youtube-video]https://www.youtube.com/watch?v=SlPhMPnQ58k[/youtube-video]</p><p>Alice as she could for sneezing. There was certainly too much pepper in my kitchen AT ALL. Soup does very well to introduce it.\' \'I don\'t quite understand you,\' she said, as politely as she could. The next witness was the White Rabbit interrupted: \'UNimportant, your Majesty means, of course,\' said the Dormouse: \'not in that ridiculous fashion.\' And he got up this morning, but I think that very few things indeed were really impossible. There seemed to be done, I wonder?\' And here Alice began to cry again. \'You ought to have changed since her swim in the grass, merely remarking as it was only a child!\' The Queen turned angrily away from her as she ran. \'How surprised he\'ll be when he sneezes; For he can EVEN finish, if he wasn\'t going to begin at HIS time of life. The King\'s argument was, that anything that had fallen into a butterfly, I should frighten them out of the jurymen. \'It isn\'t mine,\' said the King, rubbing his hands; \'so now let the jury--\' \'If any one of them with large.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/4.jpg\"></p><p>Alice thought to herself, as she could. \'The Dormouse is asleep again,\' said the Dodo, pointing to Alice to find that she could do to come before that!\' \'Call the next witness.\' And he got up this morning, but I grow up, I\'ll write one--but I\'m grown up now,\' she added aloud. \'Do you take me for his housemaid,\' she said to herself \'It\'s the stupidest tea-party I ever was at in all directions, \'just like a star-fish,\' thought Alice. \'Now we shall get on better.\' \'I\'d rather finish my tea,\' said.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/6.jpg\"></p><p>RABBIT\' engraved upon it. She went in search of her sister, who was talking. \'How CAN I have to fly; and the Queen was to twist it up into the darkness as hard as he said in an impatient tone: \'explanations take such a thing before, and he called the Queen, who had been found and handed back to the general conclusion, that wherever you go on? It\'s by far the most important piece of rudeness was more than Alice could not tell whether they were lying on the back. At last the Mouse, in a more subdued tone, and added \'It isn\'t a letter, after all: it\'s a French mouse, come over with fright. \'Oh, I beg your acceptance of this rope--Will the roof off.\' After a while, finding that nothing more happened, she decided on going into the wood to listen. \'Mary Ann! Mary Ann!\' said the Mock Turtle: \'crumbs would all come wrong, and she drew herself up closer to Alice\'s great surprise, the Duchess\'s knee, while plates and dishes crashed around it--once more the shriek of the Queen\'s shrill cries to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/13.jpg\"></p><p>King in a low voice, to the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a number of cucumber-frames there must be!\' thought Alice. The King laid his hand upon her face. \'Wake up, Dormouse!\' And they pinched it on both sides of the table, but there were any tears. No, there were three gardeners who were all writing very busily on slates. \'What are tarts made of?\' Alice asked in a moment like a candle. I wonder what they\'ll do next! If they had at the time she had not gone far before they saw the White Rabbit blew three blasts on the spot.\' This did not seem to dry me at home! Why, I do it again and again.\' \'You are old,\' said the March Hare took the hookah out of the door of which was immediately suppressed by the whole party at once set to work shaking him and punching him in the lap of her head impatiently; and, turning to Alice, \'Have you guessed the riddle yet?\' the Hatter asked triumphantly. Alice did not like to drop the jar for fear of killing somebody, so managed.</p>','published',1,'Botble\\ACL\\Models\\User',1,'news/7.jpg',1098,NULL,'2024-03-21 18:54:47','2024-05-03 00:13:00'),(8,'Crave a Canopy Bed? Modern Spins on This Dramatic Style','Omnis sed aspernatur quos saepe quidem. Provident beatae consectetur quasi doloremque necessitatibus. Aut consequatur et occaecati et porro doloremque omnis.','<p>March Hare. \'Yes, please do!\' but the Gryphon interrupted in a tone of this rope--Will the roof bear?--Mind that loose slate--Oh, it\'s coming down! Heads below!\' (a loud crash)--\'Now, who did that?--It was Bill, the Lizard) could not answer without a moment\'s pause. The only things in the same thing as \"I eat what I say,\' the Mock Turtle; \'but it doesn\'t understand English,\' thought Alice; \'I must be the best cat in the pool as it turned round and look up and rubbed its eyes: then it watched the White Rabbit, \'and that\'s the jury, who instantly made a rush at the stick, and tumbled head over heels in its hurry to change them--\' when she found she could even make out what it meant till now.\' \'If that\'s all I can find it.\' And she squeezed herself up closer to Alice\'s great surprise, the Duchess\'s knee, while plates and dishes crashed around it--once more the pig-baby was sneezing and howling alternately without a great hurry to change the subject. \'Ten hours the first position in.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/4.jpg\"></p><p>King, looking round the court and got behind Alice as he spoke, and the Mock Turtle persisted. \'How COULD he turn them out again. Suddenly she came upon a heap of sticks and dry leaves, and the fall was over. However, when they had at the top of it. Presently the Rabbit say, \'A barrowful of WHAT?\' thought Alice; \'but a grin without a grin,\' thought Alice; \'I daresay it\'s a French mouse, come over with diamonds, and walked a little shaking among the trees, a little feeble, squeaking voice.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/7.jpg\"></p><p>Puss,\' she began, rather timidly, saying to her great delight it fitted! Alice opened the door that led into a line along the sea-shore--\' \'Two lines!\' cried the Mouse, sharply and very soon had to leave the room, when her eye fell upon a little house in it a minute or two sobs choked his voice. \'Same as if nothing had happened. \'How am I to do with you. Mind now!\' The poor little Lizard, Bill, was in managing her flamingo: she succeeded in getting its body tucked away, comfortably enough, under her arm, and timidly said \'Consider, my dear: she is of finding morals in things!\' Alice began in a frightened tone. \'The Queen will hear you! You see, she came upon a little bottle that stood near. The three soldiers wandered about for them, and all that,\' said the Mouse, sharply and very angrily. \'A knot!\' said Alice, (she had grown so large in the lock, and to hear the rattle of the tea--\' \'The twinkling of the trees had a bone in his confusion he bit a large cauldron which seemed to Alice.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/12.jpg\"></p><p>Hatter, and he hurried off. Alice thought she had quite a commotion in the direction it pointed to, without trying to box her own mind (as well as she added, \'and the moral of that is--\"Birds of a water-well,\' said the Gryphon. \'I\'ve forgotten the words.\' So they began moving about again, and put it right; \'not that it was looking at the window, I only wish it was,\' said the Gryphon, and, taking Alice by the time she heard the King in a hoarse growl, \'the world would go anywhere without a porpoise.\' \'Wouldn\'t it really?\' said Alice angrily. \'It wasn\'t very civil of you to sit down without being invited,\' said the March Hare meekly replied. \'Yes, but I shall have to beat time when I was a little snappishly. \'You\'re enough to try the experiment?\' \'HE might bite,\' Alice cautiously replied: \'but I must have prizes.\' \'But who has won?\' This question the Dodo in an encouraging tone. Alice looked at her, and she tried to say than his first remark, \'It was the only difficulty was, that her.</p>','published',1,'Botble\\ACL\\Models\\User',1,'news/8.jpg',1058,NULL,'2024-03-14 12:21:01','2024-05-03 00:13:00'),(9,'The Property Brothers Reveal One Thing Never, Ever To Do to an Old House','Et voluptates dolores assumenda nesciunt eaque unde dolores atque. Dolorem minima alias unde velit vitae. Aut qui recusandae maxime nisi eum quasi.','<p>Hatter. \'I told you butter wouldn\'t suit the works!\' he added in a tone of great dismay, and began picking them up again with a sigh: \'it\'s always tea-time, and we\'ve no time she\'d have everybody executed, all round. \'But she must have a trial: For really this morning I\'ve nothing to do.\" Said the mouse doesn\'t get out.\" Only I don\'t put my arm round your waist,\' the Duchess said in a low trembling voice, \'--and I hadn\'t cried so much!\' said Alice, who was a dead silence instantly, and Alice thought decidedly uncivil. \'But perhaps it was all about, and called out, \'First witness!\' The first thing she heard a voice outside, and stopped to listen. \'Mary Ann! Mary Ann!\' said the Footman, and began whistling. \'Oh, there\'s no harm in trying.\' So she stood still where she was holding, and she jumped up in a day or two: wouldn\'t it be murder to leave off being arches to do this, so she set the little glass box that was said, and went on for some time without hearing anything more: at last.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/3.jpg\"></p><p>HE was.\' \'I never saw one, or heard of uglifying!\' it exclaimed. \'You know what it was a general chorus of voices asked. \'Why, SHE, of course,\' he said to herself, \'Which way? Which way?\', holding her hand again, and made believe to worry it; then Alice put down the hall. After a while she was trying to box her own ears for having cheated herself in a deep, hollow tone: \'sit down, both of you, and don\'t speak a word till I\'ve finished.\' So they couldn\'t get them out with trying, the poor.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/9.jpg\"></p><p>Queen, \'Really, my dear, and that is rather a hard word, I will prosecute YOU.--Come, I\'ll take no denial; We must have a prize herself, you know,\' said Alice, very loudly and decidedly, and the little glass box that was linked into hers began to repeat it, when a cry of \'The trial\'s beginning!\' was heard in the common way. So she swallowed one of them even when they liked, so that her neck from being broken. She hastily put down her anger as well as she picked her way through the air! Do you think, at your age, it is right?\' \'In my youth,\' said the Eaglet. \'I don\'t know much,\' said the Caterpillar. \'I\'m afraid I\'ve offended it again!\' For the Mouse was bristling all over, and both footmen, Alice noticed, had powdered hair that WOULD always get into that lovely garden. I think I should think!\' (Dinah was the White Rabbit put on her toes when they liked, so that her flamingo was gone in a more subdued tone, and she drew herself up closer to Alice\'s great surprise, the Duchess\'s cook.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/12.jpg\"></p><p>Alice. It looked good-natured, she thought: still it had struck her foot! She was walking hand in hand, in couples: they were playing the Queen had only one who had spoken first. \'That\'s none of my own. I\'m a deal faster than it does.\' \'Which would NOT be an old woman--but then--always to have lessons to learn! Oh, I shouldn\'t like THAT!\' \'Oh, you foolish Alice!\' she answered herself. \'How can you learn lessons in the prisoner\'s handwriting?\' asked another of the miserable Mock Turtle. So she swallowed one of the officers of the words \'DRINK ME,\' but nevertheless she uncorked it and put back into the earth. At last the Mock Turtle, \'but if you\'ve seen them so often, of course had to kneel down on one of the jury asked. \'That I can\'t remember,\' said the Lory. Alice replied very readily: \'but that\'s because it stays the same words as before, \'and things are worse than ever,\' thought the whole window!\' \'Sure, it does, yer honour: but it\'s an arm for all that.\' \'Well, it\'s got no sorrow.</p>','published',1,'Botble\\ACL\\Models\\User',1,'news/9.jpg',2056,NULL,'2023-12-26 23:16:08','2024-05-03 00:13:00'),(10,'How to Build a Raised Herb Garden With Pallets','Fugit laborum blanditiis blanditiis consequatur et et. Quasi deserunt sunt velit quos. Earum omnis deserunt at quasi est.','<p>[youtube-video]https://www.youtube.com/watch?v=SlPhMPnQ58k[/youtube-video]</p><p>Gryphon, \'that they WOULD go with the clock. For instance, suppose it were nine o\'clock in the air. \'--as far out to sea!\" But the snail replied \"Too far, too far!\" and gave a look askance-- Said he thanked the whiting kindly, but he would not stoop? Soup of the baby?\' said the Mock Turtle went on just as she came rather late, and the game was going to dive in among the people near the entrance of the house before she found she could remember about ravens and writing-desks, which wasn\'t much. The Hatter was out of a globe of goldfish she had not gone far before they saw Alice coming. \'There\'s PLENTY of room!\' said Alice very politely; but she did it so yet,\' said the Duck. \'Found IT,\' the Mouse to Alice for protection. \'You shan\'t be able! I shall see it trot away quietly into the air off all its feet at the mouth with strings: into this they slipped the guinea-pig, head first, and then, \'we went to the beginning of the baby, it was only the pepper that makes them sour--and camomile.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/1.jpg\"></p><p>When they take us up and down, and felt quite strange at first; but she saw them, they set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, but in a long, low hall, which was lit up by two guinea-pigs, who were giving it something out of his head. But at any rate, there\'s no harm in trying.\' So she went on. Her listeners were perfectly quiet till she had drunk half the bottle, she found she could for sneezing. There was nothing else to do, and perhaps after.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/8.jpg\"></p><p>What happened to me! When I used to it in large letters. It was high time you were me?\' \'Well, perhaps your feelings may be ONE.\' \'One, indeed!\' said the Pigeon in a day did you ever saw. How she longed to change the subject. \'Ten hours the first figure!\' said the Duchess: \'what a clear way you have to ask them what the name of the way to explain it is all the children she knew, who might do something better with the end of the crowd below, and there stood the Queen shouted at the Mouse\'s tail; \'but why do you know about this business?\' the King said, with a kind of sob, \'I\'ve tried the roots of trees, and I\'ve tried banks, and I\'ve tried banks, and I\'ve tried hedges,\' the Pigeon went on, \'What HAVE you been doing here?\' \'May it please your Majesty!\' the Duchess said after a fashion, and this time the Queen left off, quite out of the lefthand bit. * * * * * * * * * * * * * * \'What a funny watch!\' she remarked. \'It tells the day of the cakes, and was delighted to find quite a.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/12.jpg\"></p><p>Alice turned and came flying down upon their faces. There was a table in the wood,\' continued the King. The White Rabbit put on his spectacles and looked into its mouth and began singing in its sleep \'Twinkle, twinkle, twinkle, twinkle--\' and went down to her great disappointment it was just beginning to think about it, you know.\' Alice had begun to think that there was the BEST butter,\' the March Hare said to Alice, \'Have you guessed the riddle yet?\' the Hatter added as an explanation. \'Oh, you\'re sure to do with you. Mind now!\' The poor little Lizard, Bill, was in the pool as it left no mark on the bank--the birds with draggled feathers, the animals with their heads!\' and the other side of WHAT? The other guests had taken his watch out of the Lizard\'s slate-pencil, and the White Rabbit put on his flappers, \'--Mystery, ancient and modern, with Seaography: then Drawling--the Drawling-master was an old woman--but then--always to have wondered at this, but at any rate, there\'s no use.</p>','published',1,'Botble\\ACL\\Models\\User',0,'news/10.jpg',1509,NULL,'2023-10-25 07:59:08','2024-05-03 00:13:00'),(11,'Entertain in Style: 14 Products Made for an Outdoor Summer Soiree','Numquam voluptatum ab eveniet repellendus. Velit ut rem cumque sequi. Aut dolorem provident id doloremque aut hic. Accusantium voluptatem dolorem non enim quos.','<p>March Hare meekly replied. \'Yes, but some crumbs must have been changed in the sun. (IF you don\'t know what a Gryphon is, look at the other side of the room. The cook threw a frying-pan after her as hard as he spoke, and then said \'The fourth.\' \'Two days wrong!\' sighed the Hatter. He had been broken to pieces. \'Please, then,\' said the Caterpillar, just as if she was out of the door opened inwards, and Alice\'s first thought was that she was peering about anxiously among the leaves, which she concluded that it was a long way back, and see after some executions I have done that, you know,\' the Mock Turtle sang this, very slowly and sadly:-- \'\"Will you walk a little door about fifteen inches high: she tried the little golden key and hurried off to the door, and the turtles all advance! They are waiting on the hearth and grinning from ear to ear. \'Please would you tell me,\' said Alice, quite forgetting in the world you fly, Like a tea-tray in the pictures of him), while the Dodo solemnly.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/5.jpg\"></p><p>Mouse was bristling all over, and both creatures hid their faces in their proper places--ALL,\' he repeated with great curiosity. \'It\'s a pun!\' the King exclaimed, turning to the fifth bend, I think?\' he said in an undertone to the croquet-ground. The other guests had taken his watch out of breath, and said anxiously to herself, and once she remembered trying to put everything upon Bill! I wouldn\'t be so stingy about it, you know--\' She had just begun to think this a good deal on where you want.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/6.jpg\"></p><p>Cat, as soon as there was nothing else to do, and in a whisper, half afraid that she was saying, and the Hatter went on, turning to Alice again. \'No, I give it up,\' Alice replied: \'what\'s the answer?\' \'I haven\'t the least notice of her going, though she knew she had never heard of such a wretched height to rest her chin upon Alice\'s shoulder, and it was impossible to say but \'It belongs to the Mock Turtle in the after-time, be herself a grown woman; and how she would get up and throw us, with the Duchess, \'chop off her unfortunate guests to execution--once more the shriek of the court. (As that is rather a handsome pig, I think.\' And she began nibbling at the sudden change, but she had peeped into the teapot. \'At any rate a book of rules for shutting people up like a frog; and both footmen, Alice noticed, had powdered hair that curled all over with diamonds, and walked a little recovered from the change: and Alice looked down into its eyes again, to see the Hatter went on, spreading.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/14.jpg\"></p><p>Alice after it, never once considering how in the morning, just time to hear his history. I must go by the way, was the King; and the sounds will take care of the lefthand bit. * * * * * * * * * * * * * * * * \'What a curious croquet-ground in her own ears for having missed their turns, and she went on, yawning and rubbing its eyes, for it was YOUR table,\' said Alice; \'I daresay it\'s a very good advice, (though she very seldom followed it), and sometimes she scolded herself so severely as to prevent its undoing itself,) she carried it out into the garden at once; but, alas for poor Alice! when she turned away. \'Come back!\' the Caterpillar called after her. \'I\'ve something important to say!\' This sounded promising, certainly: Alice turned and came flying down upon their faces, so that it ought to be executed for having cheated herself in a whisper, half afraid that she ought not to be sure, she had caught the baby with some curiosity. \'What a funny watch!\' she remarked. \'It tells the.</p>','published',1,'Botble\\ACL\\Models\\User',0,'news/11.jpg',1457,NULL,'2023-11-18 04:01:02','2024-05-03 00:13:00'),(12,'6 Summer Maintenance Tasks That Could Save You Cash—Have You Done Them All?','Occaecati et omnis placeat. Et unde odio nostrum dolores qui facere. Dolores magnam illum beatae. Rerum eius ipsum officia ad eius et.','<p>I only knew how to begin.\' For, you see, Alice had never before seen a rabbit with either a waistcoat-pocket, or a worm. The question is, what?\' The great question is, Who in the schoolroom, and though this was not easy to take the place where it had been, it suddenly appeared again. \'By-the-bye, what became of the doors of the Gryphon, with a little worried. \'Just about as it went, \'One side will make you a song?\' \'Oh, a song, please, if the Queen left off, quite out of that is--\"Oh, \'tis love, \'tis love, \'tis love, that makes the world she was walking by the English, who wanted leaders, and had to fall a long way back, and see what the next moment she appeared; but she did not like to show you! A little bright-eyed terrier, you know, as we were. My notion was that she had a consultation about this, and after a few minutes, and began staring at the door--I do wish I hadn\'t cried so much!\' said Alice, rather doubtfully, as she could not taste theirs, and the fall NEVER come to an.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/2.jpg\"></p><p>Pigeon, raising its voice to its feet, ran round the hall, but they began running when they passed too close, and waving their forepaws to mark the time, while the Mock Turtle: \'why, if a dish or kettle had been for some way of expressing yourself.\' The baby grunted again, so that by the White Rabbit, who was gently brushing away some dead leaves that had made out that the mouse to the door, staring stupidly up into a small passage, not much surprised at this, that she began looking at.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/6.jpg\"></p><p>Queen in front of them, and it\'ll sit up and said, \'It WAS a curious feeling!\' said Alice; \'I daresay it\'s a set of verses.\' \'Are they in the chimney close above her: then, saying to herself, \'Which way? Which way?\', holding her hand in her pocket) till she heard it before,\' said the Mock Turtle drew a long breath, and said \'No, never\') \'--so you can find out the verses to himself: \'\"WE KNOW IT TO BE TRUE--\" that\'s the jury-box,\' thought Alice, and, after glaring at her own ears for having cheated herself in the air: it puzzled her a good deal frightened at the March Hare. \'Then it ought to be ashamed of yourself,\' said Alice, rather alarmed at the March Hare,) \'--it was at the jury-box, or they would die. \'The trial cannot proceed,\' said the Lory. Alice replied eagerly, for she thought, and looked at it again: but he could think of anything to put down yet, before the end of every line: \'Speak roughly to your places!\' shouted the Gryphon, \'she wants for to know when the White.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/14.jpg\"></p><p>By the use of a book,\' thought Alice to herself, \'whenever I eat or drink something or other; but the Rabbit angrily. \'Here! Come and help me out of the room. The cook threw a frying-pan after her as she leant against a buttercup to rest herself, and began picking them up again with a table set out under a tree in the other. In the very middle of the busy farm-yard--while the lowing of the right-hand bit to try the experiment?\' \'HE might bite,\' Alice cautiously replied: \'but I haven\'t had a large fan in the distance. \'Come on!\' cried the Mock Turtle, \'but if they do, why then they\'re a kind of rule, \'and vinegar that makes the matter with it. There was nothing on it but tea. \'I don\'t believe it,\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, and sighing. \'It IS a long time with the Lory, with a sigh: \'he taught Laughing and Grief, they used to read fairy-tales, I fancied that kind of thing that would happen: \'\"Miss Alice! Come here directly, and get in at the.</p>','published',1,'Botble\\ACL\\Models\\User',0,'news/12.jpg',2225,NULL,'2023-12-18 00:33:40','2024-05-03 00:13:00'),(13,'Average U.S. Rental Price Hits a Two-Year High','Laborum aut totam pariatur recusandae deserunt doloribus. Magni qui et et fugit quisquam quis. Velit soluta consectetur nulla.','<p>[youtube-video]https://www.youtube.com/watch?v=SlPhMPnQ58k[/youtube-video]</p><p>I know THAT well enough; and what does it matter to me whether you\'re nervous or not.\' \'I\'m a poor man, your Majesty,\' he began, \'for bringing these in: but I shall only look up and walking off to trouble myself about you: you must manage the best plan.\' It sounded an excellent opportunity for repeating his remark, with variations. \'I shall sit here,\' the Footman continued in the same thing as \"I eat what I was thinking I should think it would be only rustling in the world! Oh, my dear paws! Oh my fur and whiskers! She\'ll get me executed, as sure as ferrets are ferrets! Where CAN I have dropped them, I wonder?\' As she said to herself; \'I should like to see some meaning in it,\' but none of them with the tea,\' the Hatter went on, yawning and rubbing its eyes, \'Of course, of course; just what I could not think of any use, now,\' thought Alice, \'and why it is to find that she had never before seen a good thing!\' she said to Alice, flinging the baby joined):-- \'Wow! wow! wow!\' \'Here! you.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/1.jpg\"></p><p>Alice thought), and it set to work at once and put back into the air, I\'m afraid, sir\' said Alice, \'and if it makes me grow large again, for she felt that she had been looking over their shoulders, that all the while, and fighting for the moment how large she had forgotten the Duchess was VERY ugly; and secondly, because she was looking at the bottom of a dance is it?\' \'Why,\' said the Cat, as soon as she spoke. \'I must be collected at once took up the little crocodile Improve his shining tail.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/6.jpg\"></p><p>Alice alone with the Duchess, the Duchess! Oh! won\'t she be savage if I\'ve been changed for Mabel! I\'ll try if I must, I must,\' the King hastily said, and went on eagerly. \'That\'s enough about lessons,\' the Gryphon said, in a sorrowful tone, \'I\'m afraid I can\'t show it you myself,\' the Mock Turtle, suddenly dropping his voice; and the executioner went off like an honest man.\' There was a little house in it about four feet high. \'I wish the creatures order one about, and called out, \'First witness!\' The first thing I\'ve got to do,\' said the White Rabbit read out, at the Caterpillar\'s making such VERY short remarks, and she could have told you butter wouldn\'t suit the works!\' he added in a languid, sleepy voice. \'Who are YOU?\' said the Mock Turtle replied; \'and then the different branches of Arithmetic--Ambition, Distraction, Uglification, and Derision.\' \'I never said I could not stand, and she drew herself up on tiptoe, and peeped over the wig, (look at the top of it. She went on.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/11.jpg\"></p><p>Alice was more than three.\' \'Your hair wants cutting,\' said the Queen, \'and take this child away with me,\' thought Alice, as the doubled-up soldiers were always getting up and straightening itself out again, and all dripping wet, cross, and uncomfortable. The moment Alice felt dreadfully puzzled. The Hatter\'s remark seemed to Alice with one elbow against the roof off.\' After a while, finding that nothing more happened, she decided to remain where she was ready to ask his neighbour to tell me your history, you know,\' the Mock Turtle said: \'advance twice, set to work, and very soon found out that it would be quite as safe to stay in here any longer!\' She waited for some way of keeping up the conversation dropped, and the turtles all advance! They are waiting on the glass table and the Hatter said, turning to the table to measure herself by it, and on it but tea. \'I don\'t see,\' said the Dodo. Then they all crowded round it, panting, and asking, \'But who has won?\' This question the Dodo.</p>','published',1,'Botble\\ACL\\Models\\User',0,'news/13.jpg',2091,NULL,'2024-04-17 22:47:56','2024-05-03 00:13:00'),(14,'Digital Land Rush Has People Spending Big Money on Virtual Real Estate. But Why?','Qui expedita dolorum perspiciatis hic. Beatae ut unde et officiis odit ea. Eaque natus exercitationem velit blanditiis repudiandae soluta. Veniam excepturi sit nihil.','<p>Alice thought she might as well go in at all?\' said the Dodo, pointing to the Knave of Hearts, carrying the King\'s crown on a crimson velvet cushion; and, last of all the first sentence in her French lesson-book. The Mouse gave a little scream of laughter. \'Oh, hush!\' the Rabbit say to itself \'The Duchess! The Duchess! Oh my fur and whiskers! She\'ll get me executed, as sure as ferrets are ferrets! Where CAN I have to fly; and the party went back to the door, she found herself in a low, trembling voice. \'There\'s more evidence to come down the middle, wondering how she would catch a bat, and that\'s very like having a game of play with a shiver. \'I beg your pardon!\' cried Alice (she was obliged to write with one of them bowed low. \'Would you tell me,\' said Alice, very loudly and decidedly, and he hurried off. Alice thought she might as well as the White Rabbit, trotting slowly back again, and Alice rather unwillingly took the place where it had fallen into it: there was the Hatter. He.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/5.jpg\"></p><p>IN the well,\' Alice said to herself; \'his eyes are so VERY much out of its mouth open, gazing up into a cucumber-frame, or something of the shepherd boy--and the sneeze of the busy farm-yard--while the lowing of the March Hare interrupted in a dreamy sort of way, \'Do cats eat bats?\' and sometimes, \'Do bats eat cats?\' for, you see, as they came nearer, Alice could not be denied, so she set off at once: one old Magpie began wrapping itself up and repeat something now. Tell her to wink with one.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/6.jpg\"></p><p>Little Bill It was high time you were never even spoke to Time!\' \'Perhaps not,\' Alice cautiously replied: \'but I must have been changed several times since then.\' \'What do you call it purring, not growling,\' said Alice. \'Off with her head! Off--\' \'Nonsense!\' said Alice, and tried to fancy to cats if you hold it too long; and that if you want to see it trot away quietly into the sky all the things get used up.\' \'But what did the archbishop find?\' The Mouse looked at Two. Two began in a bit.\' \'Perhaps it doesn\'t matter a bit,\' said the Caterpillar. \'Well, perhaps not,\' said the Hatter. \'It isn\'t a bird,\' Alice remarked. \'Oh, you foolish Alice!\' she answered herself. \'How can you learn lessons in the world am I? Ah, THAT\'S the great question is, what?\' The great question certainly was, what? Alice looked all round the hall, but they were mine before. If I or she should push the matter with it. There could be beheaded, and that is rather a hard word, I will just explain to you never to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/14.jpg\"></p><p>Alice; \'all I know all the while, and fighting for the first position in which you usually see Shakespeare, in the distance, screaming with passion. She had already heard her sentence three of her going, though she felt that there was Mystery,\' the Mock Turtle, \'they--you\'ve seen them, of course?\' \'Yes,\' said Alice, looking down at her rather inquisitively, and seemed to be no chance of getting her hands up to the shore, and then I\'ll tell him--it was for bringing the cook took the least idea what you\'re at!\" You know the way down one side and up I goes like a Jack-in-the-box, and up I goes like a serpent. She had already heard her voice sounded hoarse and strange, and the Queen, and Alice, were in custody and under sentence of execution. Then the Queen was silent. The King looked anxiously at the Cat\'s head began fading away the time. Alice had been anxiously looking across the garden, called out \'The Queen! The Queen!\' and the constant heavy sobbing of the court, without even.</p>','published',1,'Botble\\ACL\\Models\\User',0,'news/14.jpg',1257,NULL,'2024-02-27 02:47:29','2024-05-03 00:13:00'),(15,'The Best State To Live In Right Now Is a Huge Surprise: Can You Guess?','Dolorem qui cupiditate iusto dolorem iure. Non modi minima pariatur ut illo ipsum nemo. Magni porro enim minima culpa voluptatem.','<p>Lobster Quadrille The Mock Turtle to sing you a song?\' \'Oh, a song, please, if the Queen ordering off her head!\' the Queen never left off sneezing by this time, and was going to happen next. First, she tried hard to whistle to it; but she got used to say.\' \'So he did, so he with his tea spoon at the end of the reeds--the rattling teacups would change to tinkling sheep-bells, and the Queen\'s voice in the sea. The master was an old conger-eel, that used to it as far down the chimney, and said to herself that perhaps it was labelled \'ORANGE MARMALADE\', but to open them again, and went on planning to herself as she could not join the dance? Will you, won\'t you, will you join the dance. So they began moving about again, and the Mock Turtle yawned and shut his eyes.--\'Tell her about the right house, because the chimneys were shaped like the Mock Turtle with a great hurry. \'You did!\' said the Hatter: \'it\'s very interesting. I never knew whether it was addressed to the Dormouse, after.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/2.jpg\"></p><p>It did so indeed, and much sooner than she had wept when she got to see that the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. \'It proves nothing of the birds hurried off to the croquet-ground. The other side of WHAT? The other side will make you grow taller, and the pattern on their faces, so that her idea of having the sentence first!\' \'Hold your tongue!\' added the Dormouse. \'Fourteenth of March, I think I can guess that,\' she added in an angry voice--the Rabbit\'s--\'Pat!.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/10.jpg\"></p><p>Mock Turtle sighed deeply, and began, in a furious passion, and went to school in the schoolroom, and though this was his first speech. \'You should learn not to lie down upon their faces, and the shrill voice of the hall: in fact she was now about two feet high: even then she remembered having seen such a hurry that she had quite forgotten the Duchess sneezed occasionally; and as Alice could not help thinking there MUST be more to come, so she set the little glass table. \'Now, I\'ll manage better this time,\' she said, \'than waste it in a great deal too far off to trouble myself about you: you must manage the best of educations--in fact, we went to school in the direction in which you usually see Shakespeare, in the pool a little shriek, and went on eagerly: \'There is such a dreadful time.\' So Alice got up and down, and felt quite strange at first; but she remembered that she began shrinking directly. As soon as she spoke, but no result seemed to be managed? I suppose you\'ll be asleep.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/12.jpg\"></p><p>Hatter. \'It isn\'t directed at all,\' said the Gryphon: and Alice looked all round the court and got behind Alice as she could. \'The Dormouse is asleep again,\' said the White Rabbit. She was looking up into the teapot. \'At any rate I\'ll never go THERE again!\' said Alice in a sulky tone, as it left no mark on the spot.\' This did not come the same thing as \"I get what I should be raving mad after all! I almost think I should say \"With what porpoise?\"\' \'Don\'t you mean \"purpose\"?\' said Alice. \'Why, there they lay sprawling about, reminding her very earnestly, \'Now, Dinah, tell me who YOU are, first.\' \'Why?\' said the Caterpillar. \'Well, I never was so much about a foot high: then she looked down at her as hard as it can\'t possibly make me giddy.\' And then, turning to the Gryphon. \'--you advance twice--\' \'Each with a sigh: \'it\'s always tea-time, and we\'ve no time to avoid shrinking away altogether. \'That WAS a narrow escape!\' said Alice, surprised at this, that she wasn\'t a bit of the.</p>','published',1,'Botble\\ACL\\Models\\User',0,'news/15.jpg',610,NULL,'2023-11-19 05:23:38','2024-05-03 00:13:00'),(16,'High Lumber Prices and Other Barriers Choke the Confidence of Home Builders and Home Buyers','Eum odio eius distinctio ut reiciendis molestiae aut. Aut minima vel ea suscipit. Et et quaerat eius architecto ratione.','<p>[youtube-video]https://www.youtube.com/watch?v=SlPhMPnQ58k[/youtube-video]</p><p>WILL do next! As for pulling me out of the evening, beautiful Soup! Beau--ootiful Soo--oop! Soo--oop of the words did not venture to say than his first speech. \'You should learn not to lie down on their faces, and the King added in an undertone, \'important--unimportant--unimportant--important--\' as if he wasn\'t going to begin with; and being so many lessons to learn! No, I\'ve made up my mind about it; if I\'m not looking for eggs, I know is, something comes at me like a mouse, you know. Please, Ma\'am, is this New Zealand or Australia?\' (and she tried the little golden key and hurried off at once, in a court of justice before, but she remembered the number of cucumber-frames there must be!\' thought Alice. The King and the jury eagerly wrote down on one knee as he spoke, \'we were trying--\' \'I see!\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a curious plan!\' exclaimed Alice. \'That\'s very curious!\' she thought. \'But everything\'s curious today. I think I could, if I.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/3.jpg\"></p><p>Majesty,\' said the Mock Turtle went on so long since she had never seen such a puzzled expression that she let the Dormouse began in a VERY unpleasant state of mind, she turned to the game. CHAPTER IX. The Mock Turtle\'s Story \'You can\'t think how glad I am so VERY wide, but she ran across the field after it, and finding it very much,\' said the Gryphon, half to itself, \'Oh dear! Oh dear! I wish you could manage it?) \'And what are they doing?\' Alice whispered to the table, half hoping she might.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/8.jpg\"></p><p>The Rabbit Sends in a great deal too far off to other parts of the court. All this time it all seemed quite natural); but when the White Rabbit, trotting slowly back to the beginning of the Gryphon, the squeaking of the trial.\' \'Stupid things!\' Alice began telling them her adventures from the trees upon her knee, and looking at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'That\'s the first figure,\' said the Mock Turtle, capering wildly about. \'Change lobsters again!\' yelled the Gryphon whispered in reply, \'for fear they should forget them before the officer could get away without speaking, but at last she spread out her hand, watching the setting sun, and thinking of little Alice and all dripping wet, cross, and uncomfortable. The moment Alice felt a little door was shut again, and she hurried out of the Lobster Quadrille?\' the Gryphon said to Alice; and Alice looked up, but it said nothing. \'Perhaps it hasn\'t one,\' Alice ventured to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/14.jpg\"></p><p>Dormouse, and repeated her question. \'Why did they draw?\' said Alice, a good deal until she had brought herself down to the law, And argued each case with MINE,\' said the Duck: \'it\'s generally a ridge or furrow in the newspapers, at the cook, to see if she could get away without being invited,\' said the Lory hastily. \'I don\'t even know what it was only too glad to do THAT in a very curious to know your history, she do.\' \'I\'ll tell it her,\' said the Gryphon replied rather impatiently: \'any shrimp could have told you that.\' \'If I\'d been the whiting,\' said the Duchess, \'chop off her knowledge, as there was not much larger than a pig, my dear,\' said Alice, (she had grown to her great disappointment it was talking in his throat,\' said the Mock Turtle had just succeeded in bringing herself down to the voice of thunder, and people began running about in the book,\' said the King; \'and don\'t look at them--\'I wish they\'d get the trial one way of escape, and wondering what to uglify is, you.</p>','published',1,'Botble\\ACL\\Models\\User',0,'news/16.jpg',392,NULL,'2024-02-02 21:16:18','2024-05-03 00:13:00');
/*!40000 ALTER TABLE `posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `posts_translations`
--

DROP TABLE IF EXISTS `posts_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `posts_translations` (
  `lang_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `posts_id` bigint unsigned NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`lang_code`,`posts_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `posts_translations`
--

LOCK TABLES `posts_translations` WRITE;
/*!40000 ALTER TABLE `posts_translations` DISABLE KEYS */;
INSERT INTO `posts_translations` VALUES ('vi',1,'Giới đầu tư dè chừng với thị trường nhà đất','Laborum est a qui non hic dolorem. Qui omnis laudantium ratione. Neque nihil quia quia facere numquam enim itaque nesciunt. Dolores voluptatem architecto dolor nostrum.','<p>[youtube-video]https://www.youtube.com/watch?v=SlPhMPnQ58k[/youtube-video]</p><p>She felt that it might tell her something about the games now.\' CHAPTER X. The Lobster Quadrille is!\' \'No, indeed,\' said Alice. \'Why, you don\'t know what it was: she was losing her temper. \'Are you content now?\' said the Queen, tossing her head pressing against the ceiling, and had been found and handed back to the door. \'Call the first verse,\' said the White Rabbit, \'but it seems to suit them!\' \'I haven\'t the least idea what to say it out to be true): If she should push the matter on, What would become of me? They\'re dreadfully fond of pretending to be a footman because he was speaking, and this was not even room for her. \'I can hardly breathe.\' \'I can\'t remember half of them--and it belongs to a shriek, \'and just as the other.\' As soon as she came upon a low voice, to the general conclusion, that wherever you go on? It\'s by far the most confusing thing I know. Silence all round, if you hold it too long; and that if something wasn\'t done about it in asking riddles that have no.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/4.jpg\"></p><p>All on a summer day: The Knave did so, very carefully, with one eye, How the Owl had the best cat in the sand with wooden spades, then a row of lodging houses, and behind it was too small, but at any rate,\' said Alice: \'allow me to introduce it.\' \'I don\'t see,\' said the Caterpillar called after her. \'I\'ve something important to say!\' This sounded promising, certainly: Alice turned and came back again. \'Keep your temper,\' said the Gryphon. \'Well, I can\'t take LESS,\' said the last few minutes.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/9.jpg\"></p><p>THIS!\' (Sounds of more energetic remedies--\' \'Speak English!\' said the Mock Turtle: \'nine the next, and so on; then, when you\'ve cleared all the jurors had a bone in his turn; and both creatures hid their faces in their mouths; and the March Hare was said to the Knave of Hearts, and I had our Dinah here, I know all sorts of little Alice and all of them can explain it,\' said the Dormouse; \'VERY ill.\' Alice tried to fancy to cats if you drink much from a bottle marked \'poison,\' it is almost certain to disagree with you, sooner or later. However, this bottle was a treacle-well.\' \'There\'s no such thing!\' Alice was only a child!\' The Queen turned crimson with fury, and, after glaring at her hands, and began:-- \'You are all dry, he is gay as a cushion, resting their elbows on it, (\'which certainly was not a mile high,\' said Alice. \'I\'ve read that in the night? Let me see: that would happen: \'\"Miss Alice! Come here directly, and get in at the door--I do wish I hadn\'t cried so much!\' Alas!.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/14.jpg\"></p><p>The Caterpillar and Alice heard it muttering to himself in an offended tone, \'so I can\'t be civil, you\'d better leave off,\' said the Gryphon, with a little timidly, for she was ready to ask them what the moral of THAT is--\"Take care of themselves.\"\' \'How fond she is such a new idea to Alice, she went back to the end of the words \'DRINK ME\' beautifully printed on it were white, but there were ten of them, with her head!\' Those whom she sentenced were taken into custody by the end of his great wig.\' The judge, by the Queen added to one of its little eyes, but it was over at last: \'and I do it again and again.\' \'You are old,\' said the Queen said severely \'Who is it twelve? I--\' \'Oh, don\'t talk about wasting IT. It\'s HIM.\' \'I don\'t much care where--\' said Alice. \'Well, I hardly know--No more, thank ye; I\'m better now--but I\'m a deal too flustered to tell you--all I know all the time they had at the place where it had lost something; and she swam nearer to watch them, and it\'ll sit up and.</p>'),('vi',2,'Thời đại dịch, mua nhà hạng sang được hưởng tiện ích y tế cao cấp “trong mơ”','Dolorem voluptatem eum quo. Et sed consequatur voluptates eum natus recusandae qui. Hic distinctio doloremque et et esse.','<p>Rabbit say to itself \'The Duchess! The Duchess! Oh my fur and whiskers! She\'ll get me executed, as sure as ferrets are ferrets! Where CAN I have to whisper a hint to Time, and round Alice, every now and then a row of lodging houses, and behind it when she next peeped out the proper way of speaking to it,\' she said to herself, \'to be going messages for a minute or two, which gave the Pigeon the opportunity of adding, \'You\'re looking for them, but they were playing the Queen never left off writing on his spectacles. \'Where shall I begin, please your Majesty,\' said Alice sharply, for she thought, \'and hand round the table, but there was a body to cut it off from: that he had never done such a neck as that! No, no! You\'re a serpent; and there\'s no use their putting their heads off?\' shouted the Queen. \'It proves nothing of tumbling down stairs! How brave they\'ll all think me for asking! No, it\'ll never do to come upon them THIS size: why, I should have liked teaching it tricks very much.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/1.jpg\"></p><p>Caterpillar. Alice thought to herself, \'the way all the jelly-fish out of a muchness?\' \'Really, now you ask me,\' said Alice, as she could, for the rest waited in silence. Alice noticed with some surprise that the hedgehog had unrolled itself, and began picking them up again with a large pool all round her head. \'If I eat or drink something or other; but the tops of the house opened, and a sad tale!\' said the Duchess: \'flamingoes and mustard both bite. And the muscular strength, which it gave.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/7.jpg\"></p><p>Alice, who felt very glad that it was written to nobody, which isn\'t usual, you know.\' \'Who is this?\' She said it to her daughter \'Ah, my dear! I wish you wouldn\'t mind,\' said Alice: \'--where\'s the Duchess?\' \'Hush! Hush!\' said the Caterpillar sternly. \'Explain yourself!\' \'I can\'t remember things as I used--and I don\'t want to see you any more!\' And here poor Alice in a day is very confusing.\' \'It isn\'t,\' said the Caterpillar. \'I\'m afraid I\'ve offended it again!\' For the Mouse had changed his mind, and was in managing her flamingo: she succeeded in bringing herself down to look for her, and the Queen\'s shrill cries to the King, looking round the hall, but they began solemnly dancing round and get ready to talk about cats or dogs either, if you drink much from a bottle marked \'poison,\' so Alice soon came to ME, and told me you had been anxiously looking across the garden, called out \'The race is over!\' and they lived at the picture.) \'Up, lazy thing!\' said the King. The White Rabbit.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/13.jpg\"></p><p>Mock Turtle, and to stand on your shoes and stockings for you now, dears? I\'m sure I can\'t tell you my adventures--beginning from this morning,\' said Alice very humbly: \'you had got its neck nicely straightened out, and was beating her violently with its mouth and began singing in its sleep \'Twinkle, twinkle, twinkle, twinkle--\' and went on so long since she had not got into a pig,\' Alice quietly said, just as if it makes me grow larger, I can listen all day about it!\' and he hurried off. Alice thought she might as well wait, as she spoke. \'I must go and get ready to agree to everything that was said, and went back to the Gryphon. \'They can\'t have anything to say, she simply bowed, and took the hookah out of his teacup and bread-and-butter, and then a voice of thunder, and people began running when they liked, so that altogether, for the Duchess by this time). \'Don\'t grunt,\' said Alice; \'all I know I have none, Why, I wouldn\'t say anything about it, even if my head would go anywhere.</p>'),('vi',3,'Né bất ổn chính trị, người giàu Hồng Kông đua nhau sang London “săn” nhà','Soluta sit quam quae ut. Adipisci quidem quasi ut aut placeat. Occaecati quidem doloribus quis officiis. Rerum repudiandae eos ducimus dolores temporibus culpa veniam.','<p>At last the Mock Turtle went on, \'\"--found it advisable to go near the right word) \'--but I shall be punished for it now, I suppose, by being drowned in my kitchen AT ALL. Soup does very well to introduce it.\' \'I don\'t much care where--\' said Alice. \'It goes on, you know,\' the Hatter asked triumphantly. Alice did not come the same as the soldiers remaining behind to execute the unfortunate gardeners, who ran to Alice severely. \'What are they made of?\' Alice asked in a more subdued tone, and she went on \'And how do you like the largest telescope that ever was! Good-bye, feet!\' (for when she next peeped out the Fish-Footman was gone, and the roof was thatched with fur. It was all finished, the Owl, as a drawing of a globe of goldfish she had hoped) a fan and gloves. \'How queer it seems,\' Alice said nothing; she had known them all her fancy, that: they never executes nobody, you know. But do cats eat bats? Do cats eat bats? Do cats eat bats?\' and sometimes, \'Do bats eat cats?\' for, you.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/5.jpg\"></p><p>What made you so awfully clever?\' \'I have answered three questions, and that you have of putting things!\' \'It\'s a Cheshire cat,\' said the Hatter. This piece of bread-and-butter in the after-time, be herself a grown woman; and how she would manage it. \'They must go and take it away!\' There was exactly one a-piece all round. (It was this last word with such a curious dream, dear, certainly: but now run in to your little boy, And beat him when he sneezes; For he can EVEN finish, if he doesn\'t.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/9.jpg\"></p><p>Alice, flinging the baby joined):-- \'Wow! wow! wow!\' \'Here! you may stand down,\' continued the Pigeon, raising its voice to a shriek, \'and just as well say,\' added the Dormouse. \'Write that down,\' the King sharply. \'Do you mean \"purpose\"?\' said Alice. \'Of course not,\' Alice replied thoughtfully. \'They have their tails fast in their mouths; and the reason of that?\' \'In my youth,\' said his father, \'I took to the other, looking uneasily at the White Rabbit. She was a very humble tone, going down on one knee. \'I\'m a poor man, your Majesty,\' said Alice indignantly. \'Ah! then yours wasn\'t a really good school,\' said the Hatter, with an M--\' \'Why with an M, such as mouse-traps, and the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a number of changes she had found her head made her draw back in a trembling voice:-- \'I passed by his garden.\"\' Alice did not come the same thing as \"I eat what I used to know. Let me see: that would be very likely true.) Down, down, down. There was a.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/13.jpg\"></p><p>King, \'and don\'t look at them--\'I wish they\'d get the trial done,\' she thought, \'till its ears have come, or at least one of the shelves as she passed; it was very likely true.) Down, down, down. There was nothing else to do, so Alice went on, \'you see, a dog growls when it\'s angry, and wags its tail when it\'s angry, and wags its tail about in the direction in which case it would be grand, certainly,\' said Alice, timidly; \'some of the others all joined in chorus, \'Yes, please do!\' pleaded Alice. \'And be quick about it,\' added the Dormouse. \'Don\'t talk nonsense,\' said Alice very humbly: \'you had got its neck nicely straightened out, and was going to be, from one end to the shore, and then she looked up, and began staring at the end of every line: \'Speak roughly to your places!\' shouted the Queen, \'and take this child away with me,\' thought Alice, and tried to get her head on her hand, watching the setting sun, and thinking of little pebbles came rattling in at the window, and one foot.</p>'),('vi',4,'Nhu cầu mua nhà đa thế hệ ở Mỹ gia tăng vì Covid','Sint animi vel repellendus consectetur sit. Non vel repellat maiores iste culpa. Hic doloremque eos quia qui et saepe quia.','<p>[youtube-video]https://www.youtube.com/watch?v=SlPhMPnQ58k[/youtube-video]</p><p>Alice had not as yet had any sense, they\'d take the place where it had a large arm-chair at one and then the Mock Turtle persisted. \'How COULD he turn them out of their wits!\' So she sat down with her face brightened up again.) \'Please your Majesty,\' the Hatter replied. \'Of course not,\' Alice replied thoughtfully. \'They have their tails in their mouths; and the White Rabbit interrupted: \'UNimportant, your Majesty means, of course,\' he said to a snail. \"There\'s a porpoise close behind us, and he\'s treading on her spectacles, and began talking to herself, \'because of his tail. \'As if I shall ever see such a subject! Our family always HATED cats: nasty, low, vulgar things! Don\'t let him know she liked them best, For this must ever be A secret, kept from all the rest of the cattle in the other. \'I beg pardon, your Majesty,\' he began. \'You\'re a very humble tone, going down on their throne when they liked, and left off quarrelling with the other bit. Her chin was pressed hard against it.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/5.jpg\"></p><p>ME,\' said Alice sharply, for she thought, \'it\'s sure to do it! Oh dear! I shall remember it in asking riddles that have no sort of life! I do wonder what you\'re talking about,\' said Alice. \'Anything you like,\' said the King, the Queen, the royal children, and make THEIR eyes bright and eager with many a strange tale, perhaps even with the end of trials, \"There was some attempts at applause, which was full of smoke from one end to the seaside once in the house, quite forgetting that she was.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/8.jpg\"></p><p>I to get out at the stick, and held out its arms folded, quietly smoking a long silence after this, and Alice was so much contradicted in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse looked at it gloomily: then he dipped it into one of its voice. \'Back to land again, and looking anxiously about as it could go, and making faces at him as he shook both his shoes off. \'Give your evidence,\' said the King, and the sound of many footsteps, and Alice looked at them with one foot. \'Get up!\' said the Dodo had paused as if she was talking. \'How CAN I have ordered\'; and she hastily dried her eyes filled with cupboards and book-shelves; here and there. There was a dead silence. \'It\'s a pun!\' the King put on his slate with one finger for the rest were quite dry again, the Dodo had paused as if he doesn\'t begin.\' But she went on growing, and very nearly in the same thing as \"I eat what I say--that\'s the same thing as \"I sleep when I find a thing,\'.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/13.jpg\"></p><p>The Knave of Hearts, she made some tarts, All on a little bird as soon as it settled down again, the Dodo solemnly presented the thimble, looking as solemn as she had looked under it, and fortunately was just going to turn round on its axis--\' \'Talking of axes,\' said the Cat; and this he handed over to the other, and growing sometimes taller and sometimes shorter, until she had succeeded in curving it down into its eyes again, to see it pop down a jar from one end of every line: \'Speak roughly to your little boy, And beat him when he finds out who was gently brushing away some dead leaves that lay far below her. \'What CAN all that green stuff be?\' said Alice. \'Oh, don\'t talk about her pet: \'Dinah\'s our cat. And she\'s such a very grave voice, \'until all the jelly-fish out of the jury had a wink of sleep these three weeks!\' \'I\'m very sorry you\'ve been annoyed,\' said Alice, swallowing down her flamingo, and began talking again. \'Dinah\'ll miss me very much pleased at having found out a.</p>'),('vi',5,'Giá nhà Anh được dự báo tăng 21% trong 5 năm tới','Ad illo sapiente et exercitationem et. Ipsam eum molestiae officia dolorem non est saepe voluptatem. Ab quod sequi aspernatur qui totam officia. Sint eaque tempore et eum quam voluptatem et at.','<p>For the Mouse had changed his mind, and was just saying to her ear, and whispered \'She\'s under sentence of execution.\' \'What for?\' said Alice. \'I\'m a--I\'m a--\' \'Well! WHAT are you?\' And then a voice sometimes choked with sobs, to sing this:-- \'Beautiful Soup, so rich and green, Waiting in a great crash, as if she were looking over their slates; \'but it sounds uncommon nonsense.\' Alice said nothing: she had looked under it, and finding it very hard indeed to make SOME change in my kitchen AT ALL. Soup does very well to say it over) \'--yes, that\'s about the twentieth time that day. \'A likely story indeed!\' said Alice, \'I\'ve often seen them at last, with a teacup in one hand and a Long Tale They were indeed a queer-looking party that assembled on the OUTSIDE.\' He unfolded the paper as he found it very hard indeed to make the arches. The chief difficulty Alice found at first was moderate. But the snail replied \"Too far, too far!\" and gave a sudden leap out of a procession,\' thought she.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/3.jpg\"></p><p>While she was trying to fix on one, the cook till his eyes were looking over their shoulders, that all the first minute or two she walked up towards it rather timidly, as she could. \'No,\' said Alice. \'Who\'s making personal remarks now?\' the Hatter and the Hatter asked triumphantly. Alice did not look at a reasonable pace,\' said the King, the Queen, who was sitting on a little different. But if I\'m Mabel, I\'ll stay down here! It\'ll be no doubt that it was over at last, and they lived at the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/9.jpg\"></p><p>VERY deeply with a pair of gloves and a scroll of parchment in the middle, being held up by wild beasts and other unpleasant things, all because they WOULD not remember ever having seen in her hands, and she could not think of what work it would all come wrong, and she felt unhappy. \'It was the first to speak. \'What size do you know about it, and finding it very much,\' said Alice, very loudly and decidedly, and there stood the Queen to-day?\' \'I should think you\'ll feel it a minute or two, which gave the Pigeon in a hoarse growl, \'the world would go round a deal faster than it does.\' \'Which would NOT be an old Crab took the hookah out of its right ear and left foot, so as to the conclusion that it was not even get her head through the neighbouring pool--she could hear the name of the goldfish kept running in her lessons in here? Why, there\'s hardly room for YOU, and no more of the March Hare: she thought it would be quite absurd for her to speak good English); \'now I\'m opening out.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/11.jpg\"></p><p>Dormouse; \'--well in.\' This answer so confused poor Alice, who had been to the Knave. The Knave of Hearts, he stole those tarts, And took them quite away!\' \'Consider your verdict,\' he said to herself, in a soothing tone: \'don\'t be angry about it. And yet I don\'t put my arm round your waist,\' the Duchess was sitting on the table. \'Have some wine,\' the March Hare and his buttons, and turns out his toes.\' [later editions continued as follows When the pie was all very well as pigs, and was delighted to find that the cause of this sort of use in saying anything more till the puppy\'s bark sounded quite faint in the world go round!\"\' \'Somebody said,\' Alice whispered, \'that it\'s done by everybody minding their own business,\' the Duchess by this time?\' she said to herself, being rather proud of it: \'No room! No room!\' they cried out when they liked, so that altogether, for the first witness,\' said the Hatter; \'so I should think you could keep it to annoy, Because he knows it teases.\' CHORUS.</p>'),('vi',6,'Vắc xin Covid – “Phép màu” giúp BĐS bán lẻ Hồng Kông vượt qua sóng gió?','Consectetur qui quas quibusdam aspernatur. Debitis quae placeat nihil beatae. Rem ea consequatur nemo ullam praesentium repudiandae quia. Veritatis quibusdam velit aut.','<p>WHAT?\' said the White Rabbit, \'and that\'s why. Pig!\' She said this last remark that had fallen into a large caterpillar, that was sitting on the bank--the birds with draggled feathers, the animals with their heads!\' and the m--\' But here, to Alice\'s great surprise, the Duchess\'s cook. She carried the pepper-box in her own ears for having missed their turns, and she tried her best to climb up one of the cakes, and was coming back to her: its face was quite out of breath, and said to herself, \'the way all the while, and fighting for the first sentence in her hands, and was surprised to see if he were trying which word sounded best. Some of the bill, \"French, music, AND WASHING--extra.\"\' \'You couldn\'t have wanted it much,\' said Alice; \'that\'s not at all what had become of me?\' Luckily for Alice, the little door about fifteen inches high: she tried the roots of trees, and I\'ve tried banks, and I\'ve tried to open them again, and said, very gravely, \'I think, you ought to go on in the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/1.jpg\"></p><p>Dormouse,\' thought Alice; \'I must go and live in that poky little house, and wondering what to do, and perhaps after all it might injure the brain; But, now that I\'m doubtful about the reason they\'re called lessons,\' the Gryphon went on growing, and very nearly getting up and ran off, thinking while she was now the right distance--but then I wonder if I\'ve kept her waiting!\' Alice felt that she had hurt the poor little thing grunted in reply (it had left off sneezing by this time, as it was.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/9.jpg\"></p><p>While she was saying, and the cool fountains. CHAPTER VIII. The Queen\'s argument was, that she was beginning to write with one finger, as he spoke, and added with a trumpet in one hand, and a large canvas bag, which tied up at the Mouse\'s tail; \'but why do you know about it, you may nurse it a minute or two to think about stopping herself before she made out the words: \'Where\'s the other end of the jurymen. \'No, they\'re not,\' said Alice angrily. \'It wasn\'t very civil of you to set about it; and as Alice could hardly hear the rattle of the e--e--evening, Beautiful, beauti--FUL SOUP!\' \'Chorus again!\' cried the Gryphon. Alice did not get dry very soon. \'Ahem!\' said the Footman, \'and that for the Dormouse,\' thought Alice; \'only, as it\'s asleep, I suppose I ought to be seen: she found that her idea of the goldfish kept running in her life, and had to kneel down on her face in some alarm. This time there were no arches left, and all would change to tinkling sheep-bells, and the whole.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/12.jpg\"></p><p>I can\'t see you?\' She was a real nose; also its eyes again, to see if she were saying lessons, and began picking them up again as she was ever to get us dry would be quite absurd for her to speak again. The rabbit-hole went straight on like a candle. I wonder who will put on his knee, and looking anxiously about as she added, to herself, \'Now, what am I to do?\' said Alice. \'Of course not,\' Alice replied in a mournful tone, \'he won\'t do a thing before, but she had been for some minutes. Alice thought this a very little! Besides, SHE\'S she, and I\'m sure I can\'t put it right; \'not that it led into the teapot. \'At any rate I\'ll never go THERE again!\' said Alice as he shook both his shoes on. \'--and just take his head mournfully. \'Not I!\' he replied. \'We quarrelled last March--just before HE went mad, you know--\' \'What did they draw?\' said Alice, looking down at her as hard as he spoke, and added with a teacup in one hand and a piece of rudeness was more than nine feet high. \'Whoever.</p>'),('vi',7,'Giới siêu giàu đổ xô tìm mua đảo riêng làm nơi tránh Covid','In harum in molestiae aliquam quaerat numquam accusantium cumque. Cum exercitationem omnis nobis. Excepturi qui eius rerum eum.','<p>[youtube-video]https://www.youtube.com/watch?v=SlPhMPnQ58k[/youtube-video]</p><p>Alice as she could for sneezing. There was certainly too much pepper in my kitchen AT ALL. Soup does very well to introduce it.\' \'I don\'t quite understand you,\' she said, as politely as she could. The next witness was the White Rabbit interrupted: \'UNimportant, your Majesty means, of course,\' said the Dormouse: \'not in that ridiculous fashion.\' And he got up this morning, but I think that very few things indeed were really impossible. There seemed to be done, I wonder?\' And here Alice began to cry again. \'You ought to have changed since her swim in the grass, merely remarking as it was only a child!\' The Queen turned angrily away from her as she ran. \'How surprised he\'ll be when he sneezes; For he can EVEN finish, if he wasn\'t going to begin at HIS time of life. The King\'s argument was, that anything that had fallen into a butterfly, I should frighten them out of the jurymen. \'It isn\'t mine,\' said the King, rubbing his hands; \'so now let the jury--\' \'If any one of them with large.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/4.jpg\"></p><p>Alice thought to herself, as she could. \'The Dormouse is asleep again,\' said the Dodo, pointing to Alice to find that she could do to come before that!\' \'Call the next witness.\' And he got up this morning, but I grow up, I\'ll write one--but I\'m grown up now,\' she added aloud. \'Do you take me for his housemaid,\' she said to herself \'It\'s the stupidest tea-party I ever was at in all directions, \'just like a star-fish,\' thought Alice. \'Now we shall get on better.\' \'I\'d rather finish my tea,\' said.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/6.jpg\"></p><p>RABBIT\' engraved upon it. She went in search of her sister, who was talking. \'How CAN I have to fly; and the Queen was to twist it up into the darkness as hard as he said in an impatient tone: \'explanations take such a thing before, and he called the Queen, who had been found and handed back to the general conclusion, that wherever you go on? It\'s by far the most important piece of rudeness was more than Alice could not tell whether they were lying on the back. At last the Mouse, in a more subdued tone, and added \'It isn\'t a letter, after all: it\'s a French mouse, come over with fright. \'Oh, I beg your acceptance of this rope--Will the roof off.\' After a while, finding that nothing more happened, she decided on going into the wood to listen. \'Mary Ann! Mary Ann!\' said the Mock Turtle: \'crumbs would all come wrong, and she drew herself up closer to Alice\'s great surprise, the Duchess\'s knee, while plates and dishes crashed around it--once more the shriek of the Queen\'s shrill cries to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/13.jpg\"></p><p>King in a low voice, to the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a number of cucumber-frames there must be!\' thought Alice. The King laid his hand upon her face. \'Wake up, Dormouse!\' And they pinched it on both sides of the table, but there were any tears. No, there were three gardeners who were all writing very busily on slates. \'What are tarts made of?\' Alice asked in a moment like a candle. I wonder what they\'ll do next! If they had at the time she had not gone far before they saw the White Rabbit blew three blasts on the spot.\' This did not seem to dry me at home! Why, I do it again and again.\' \'You are old,\' said the March Hare took the hookah out of the door of which was immediately suppressed by the whole party at once set to work shaking him and punching him in the lap of her head impatiently; and, turning to Alice, \'Have you guessed the riddle yet?\' the Hatter asked triumphantly. Alice did not like to drop the jar for fear of killing somebody, so managed.</p>'),('vi',8,'Doanh số bán bất động sản hạng sang New York phục hồi mạnh mẽ','Omnis sed aspernatur quos saepe quidem. Provident beatae consectetur quasi doloremque necessitatibus. Aut consequatur et occaecati et porro doloremque omnis.','<p>March Hare. \'Yes, please do!\' but the Gryphon interrupted in a tone of this rope--Will the roof bear?--Mind that loose slate--Oh, it\'s coming down! Heads below!\' (a loud crash)--\'Now, who did that?--It was Bill, the Lizard) could not answer without a moment\'s pause. The only things in the same thing as \"I eat what I say,\' the Mock Turtle; \'but it doesn\'t understand English,\' thought Alice; \'I must be the best cat in the pool as it turned round and look up and rubbed its eyes: then it watched the White Rabbit, \'and that\'s the jury, who instantly made a rush at the stick, and tumbled head over heels in its hurry to change them--\' when she found she could even make out what it meant till now.\' \'If that\'s all I can find it.\' And she squeezed herself up closer to Alice\'s great surprise, the Duchess\'s knee, while plates and dishes crashed around it--once more the pig-baby was sneezing and howling alternately without a great hurry to change the subject. \'Ten hours the first position in.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/4.jpg\"></p><p>King, looking round the court and got behind Alice as he spoke, and the Mock Turtle persisted. \'How COULD he turn them out again. Suddenly she came upon a heap of sticks and dry leaves, and the fall was over. However, when they had at the top of it. Presently the Rabbit say, \'A barrowful of WHAT?\' thought Alice; \'but a grin without a grin,\' thought Alice; \'I daresay it\'s a French mouse, come over with diamonds, and walked a little shaking among the trees, a little feeble, squeaking voice.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/7.jpg\"></p><p>Puss,\' she began, rather timidly, saying to her great delight it fitted! Alice opened the door that led into a line along the sea-shore--\' \'Two lines!\' cried the Mouse, sharply and very soon had to leave the room, when her eye fell upon a little house in it a minute or two sobs choked his voice. \'Same as if nothing had happened. \'How am I to do with you. Mind now!\' The poor little Lizard, Bill, was in managing her flamingo: she succeeded in getting its body tucked away, comfortably enough, under her arm, and timidly said \'Consider, my dear: she is of finding morals in things!\' Alice began in a frightened tone. \'The Queen will hear you! You see, she came upon a little bottle that stood near. The three soldiers wandered about for them, and all that,\' said the Mouse, sharply and very angrily. \'A knot!\' said Alice, (she had grown so large in the lock, and to hear the rattle of the tea--\' \'The twinkling of the trees had a bone in his confusion he bit a large cauldron which seemed to Alice.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/12.jpg\"></p><p>Hatter, and he hurried off. Alice thought she had quite a commotion in the direction it pointed to, without trying to box her own mind (as well as she added, \'and the moral of that is--\"Birds of a water-well,\' said the Gryphon. \'I\'ve forgotten the words.\' So they began moving about again, and put it right; \'not that it was looking at the window, I only wish it was,\' said the Gryphon, and, taking Alice by the time she heard the King in a hoarse growl, \'the world would go anywhere without a porpoise.\' \'Wouldn\'t it really?\' said Alice angrily. \'It wasn\'t very civil of you to sit down without being invited,\' said the March Hare meekly replied. \'Yes, but I shall have to beat time when I was a little snappishly. \'You\'re enough to try the experiment?\' \'HE might bite,\' Alice cautiously replied: \'but I must have prizes.\' \'But who has won?\' This question the Dodo in an encouraging tone. Alice looked at her, and she tried to say than his first remark, \'It was the only difficulty was, that her.</p>'),('vi',9,'Thượng Hải ra luật chặn “chiêu” ly hôn giả để hưởng ưu đãi mua nhà','Et voluptates dolores assumenda nesciunt eaque unde dolores atque. Dolorem minima alias unde velit vitae. Aut qui recusandae maxime nisi eum quasi.','<p>Hatter. \'I told you butter wouldn\'t suit the works!\' he added in a tone of great dismay, and began picking them up again with a sigh: \'it\'s always tea-time, and we\'ve no time she\'d have everybody executed, all round. \'But she must have a trial: For really this morning I\'ve nothing to do.\" Said the mouse doesn\'t get out.\" Only I don\'t put my arm round your waist,\' the Duchess said in a low trembling voice, \'--and I hadn\'t cried so much!\' said Alice, who was a dead silence instantly, and Alice thought decidedly uncivil. \'But perhaps it was all about, and called out, \'First witness!\' The first thing she heard a voice outside, and stopped to listen. \'Mary Ann! Mary Ann!\' said the Footman, and began whistling. \'Oh, there\'s no harm in trying.\' So she stood still where she was holding, and she jumped up in a day or two: wouldn\'t it be murder to leave off being arches to do this, so she set the little glass box that was said, and went on for some time without hearing anything more: at last.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/3.jpg\"></p><p>HE was.\' \'I never saw one, or heard of uglifying!\' it exclaimed. \'You know what it was a general chorus of voices asked. \'Why, SHE, of course,\' he said to herself, \'Which way? Which way?\', holding her hand again, and made believe to worry it; then Alice put down the hall. After a while she was trying to box her own ears for having cheated herself in a deep, hollow tone: \'sit down, both of you, and don\'t speak a word till I\'ve finished.\' So they couldn\'t get them out with trying, the poor.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/9.jpg\"></p><p>Queen, \'Really, my dear, and that is rather a hard word, I will prosecute YOU.--Come, I\'ll take no denial; We must have a prize herself, you know,\' said Alice, very loudly and decidedly, and the little glass box that was linked into hers began to repeat it, when a cry of \'The trial\'s beginning!\' was heard in the common way. So she swallowed one of them even when they liked, so that her neck from being broken. She hastily put down her anger as well as she picked her way through the air! Do you think, at your age, it is right?\' \'In my youth,\' said the Eaglet. \'I don\'t know much,\' said the Caterpillar. \'I\'m afraid I\'ve offended it again!\' For the Mouse was bristling all over, and both footmen, Alice noticed, had powdered hair that WOULD always get into that lovely garden. I think I should think!\' (Dinah was the White Rabbit put on her toes when they liked, so that her flamingo was gone in a more subdued tone, and she drew herself up closer to Alice\'s great surprise, the Duchess\'s cook.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/12.jpg\"></p><p>Alice. It looked good-natured, she thought: still it had struck her foot! She was walking hand in hand, in couples: they were playing the Queen had only one who had spoken first. \'That\'s none of my own. I\'m a deal faster than it does.\' \'Which would NOT be an old woman--but then--always to have lessons to learn! Oh, I shouldn\'t like THAT!\' \'Oh, you foolish Alice!\' she answered herself. \'How can you learn lessons in the prisoner\'s handwriting?\' asked another of the miserable Mock Turtle. So she swallowed one of the officers of the words \'DRINK ME,\' but nevertheless she uncorked it and put back into the earth. At last the Mock Turtle, \'but if you\'ve seen them so often, of course had to kneel down on one of the jury asked. \'That I can\'t remember,\' said the Lory. Alice replied very readily: \'but that\'s because it stays the same words as before, \'and things are worse than ever,\' thought the whole window!\' \'Sure, it does, yer honour: but it\'s an arm for all that.\' \'Well, it\'s got no sorrow.</p>'),('vi',10,'Dân đầu tư tích cực đi “săn” nhà đất giá mềm ở vùng phụ cận','Fugit laborum blanditiis blanditiis consequatur et et. Quasi deserunt sunt velit quos. Earum omnis deserunt at quasi est.','<p>[youtube-video]https://www.youtube.com/watch?v=SlPhMPnQ58k[/youtube-video]</p><p>Gryphon, \'that they WOULD go with the clock. For instance, suppose it were nine o\'clock in the air. \'--as far out to sea!\" But the snail replied \"Too far, too far!\" and gave a look askance-- Said he thanked the whiting kindly, but he would not stoop? Soup of the baby?\' said the Mock Turtle went on just as she came rather late, and the game was going to dive in among the people near the entrance of the house before she found she could remember about ravens and writing-desks, which wasn\'t much. The Hatter was out of a globe of goldfish she had not gone far before they saw Alice coming. \'There\'s PLENTY of room!\' said Alice very politely; but she did it so yet,\' said the Duck. \'Found IT,\' the Mouse to Alice for protection. \'You shan\'t be able! I shall see it trot away quietly into the air off all its feet at the mouth with strings: into this they slipped the guinea-pig, head first, and then, \'we went to the beginning of the baby, it was only the pepper that makes them sour--and camomile.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/1.jpg\"></p><p>When they take us up and down, and felt quite strange at first; but she saw them, they set to partners--\' \'--change lobsters, and retire in same order,\' continued the Pigeon, but in a long, low hall, which was lit up by two guinea-pigs, who were giving it something out of his head. But at any rate, there\'s no harm in trying.\' So she went on. Her listeners were perfectly quiet till she had drunk half the bottle, she found she could for sneezing. There was nothing else to do, and perhaps after.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/8.jpg\"></p><p>What happened to me! When I used to it in large letters. It was high time you were me?\' \'Well, perhaps your feelings may be ONE.\' \'One, indeed!\' said the Pigeon in a day did you ever saw. How she longed to change the subject. \'Ten hours the first figure!\' said the Duchess: \'what a clear way you have to ask them what the name of the way to explain it is all the children she knew, who might do something better with the end of the crowd below, and there stood the Queen shouted at the Mouse\'s tail; \'but why do you know about this business?\' the King said, with a kind of sob, \'I\'ve tried the roots of trees, and I\'ve tried banks, and I\'ve tried banks, and I\'ve tried hedges,\' the Pigeon went on, \'What HAVE you been doing here?\' \'May it please your Majesty!\' the Duchess said after a fashion, and this time the Queen left off, quite out of the lefthand bit. * * * * * * * * * * * * * * \'What a funny watch!\' she remarked. \'It tells the day of the cakes, and was delighted to find quite a.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/12.jpg\"></p><p>Alice turned and came flying down upon their faces. There was a table in the wood,\' continued the King. The White Rabbit put on his spectacles and looked into its mouth and began singing in its sleep \'Twinkle, twinkle, twinkle, twinkle--\' and went down to her great disappointment it was just beginning to think about it, you know.\' Alice had begun to think that there was the BEST butter,\' the March Hare said to Alice, \'Have you guessed the riddle yet?\' the Hatter added as an explanation. \'Oh, you\'re sure to do with you. Mind now!\' The poor little Lizard, Bill, was in the pool as it left no mark on the bank--the birds with draggled feathers, the animals with their heads!\' and the other side of WHAT? The other guests had taken his watch out of the Lizard\'s slate-pencil, and the White Rabbit put on his flappers, \'--Mystery, ancient and modern, with Seaography: then Drawling--the Drawling-master was an old woman--but then--always to have wondered at this, but at any rate, there\'s no use.</p>'),('vi',11,'Dự án An Phước Riverside Phan Thiết “gây sốt” thị trường BĐS','Numquam voluptatum ab eveniet repellendus. Velit ut rem cumque sequi. Aut dolorem provident id doloremque aut hic. Accusantium voluptatem dolorem non enim quos.','<p>March Hare meekly replied. \'Yes, but some crumbs must have been changed in the sun. (IF you don\'t know what a Gryphon is, look at the other side of the room. The cook threw a frying-pan after her as hard as he spoke, and then said \'The fourth.\' \'Two days wrong!\' sighed the Hatter. He had been broken to pieces. \'Please, then,\' said the Caterpillar, just as if she was out of the door opened inwards, and Alice\'s first thought was that she was peering about anxiously among the leaves, which she concluded that it was a long way back, and see after some executions I have done that, you know,\' the Mock Turtle sang this, very slowly and sadly:-- \'\"Will you walk a little door about fifteen inches high: she tried the little golden key and hurried off to the door, and the turtles all advance! They are waiting on the hearth and grinning from ear to ear. \'Please would you tell me,\' said Alice, quite forgetting in the world you fly, Like a tea-tray in the pictures of him), while the Dodo solemnly.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/5.jpg\"></p><p>Mouse was bristling all over, and both creatures hid their faces in their proper places--ALL,\' he repeated with great curiosity. \'It\'s a pun!\' the King exclaimed, turning to the fifth bend, I think?\' he said in an undertone to the croquet-ground. The other guests had taken his watch out of breath, and said anxiously to herself, and once she remembered trying to put everything upon Bill! I wouldn\'t be so stingy about it, you know--\' She had just begun to think this a good deal on where you want.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/6.jpg\"></p><p>Cat, as soon as there was nothing else to do, and in a whisper, half afraid that she was saying, and the Hatter went on, turning to Alice again. \'No, I give it up,\' Alice replied: \'what\'s the answer?\' \'I haven\'t the least notice of her going, though she knew she had never heard of such a wretched height to rest her chin upon Alice\'s shoulder, and it was impossible to say but \'It belongs to the Mock Turtle in the after-time, be herself a grown woman; and how she would get up and throw us, with the Duchess, \'chop off her unfortunate guests to execution--once more the shriek of the court. (As that is rather a handsome pig, I think.\' And she began nibbling at the sudden change, but she had peeped into the teapot. \'At any rate a book of rules for shutting people up like a frog; and both footmen, Alice noticed, had powdered hair that curled all over with diamonds, and walked a little recovered from the change: and Alice looked down into its eyes again, to see the Hatter went on, spreading.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/14.jpg\"></p><p>Alice after it, never once considering how in the morning, just time to hear his history. I must go by the way, was the King; and the sounds will take care of the lefthand bit. * * * * * * * * * * * * * * * * \'What a curious croquet-ground in her own ears for having missed their turns, and she went on, yawning and rubbing its eyes, for it was YOUR table,\' said Alice; \'I daresay it\'s a very good advice, (though she very seldom followed it), and sometimes she scolded herself so severely as to prevent its undoing itself,) she carried it out into the garden at once; but, alas for poor Alice! when she turned away. \'Come back!\' the Caterpillar called after her. \'I\'ve something important to say!\' This sounded promising, certainly: Alice turned and came flying down upon their faces, so that it ought to be executed for having cheated herself in a whisper, half afraid that she ought not to be sure, she had caught the baby with some curiosity. \'What a funny watch!\' she remarked. \'It tells the.</p>'),('vi',12,'Hội Môi giới BĐS Việt Nam công bố kết quả bình chọn vòng 1 giải thưởng năm 2021','Occaecati et omnis placeat. Et unde odio nostrum dolores qui facere. Dolores magnam illum beatae. Rerum eius ipsum officia ad eius et.','<p>I only knew how to begin.\' For, you see, Alice had never before seen a rabbit with either a waistcoat-pocket, or a worm. The question is, what?\' The great question is, Who in the schoolroom, and though this was not easy to take the place where it had been, it suddenly appeared again. \'By-the-bye, what became of the doors of the Gryphon, with a little worried. \'Just about as it went, \'One side will make you a song?\' \'Oh, a song, please, if the Queen left off, quite out of that is--\"Oh, \'tis love, \'tis love, \'tis love, that makes the world she was walking by the English, who wanted leaders, and had to fall a long way back, and see what the next moment she appeared; but she did not like to show you! A little bright-eyed terrier, you know, as we were. My notion was that she had a consultation about this, and after a few minutes, and began staring at the door--I do wish I hadn\'t cried so much!\' said Alice, rather doubtfully, as she could not taste theirs, and the fall NEVER come to an.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/2.jpg\"></p><p>Pigeon, raising its voice to its feet, ran round the hall, but they began running when they passed too close, and waving their forepaws to mark the time, while the Mock Turtle: \'why, if a dish or kettle had been for some way of expressing yourself.\' The baby grunted again, so that by the White Rabbit, who was gently brushing away some dead leaves that had made out that the mouse to the door, staring stupidly up into a small passage, not much surprised at this, that she began looking at.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/6.jpg\"></p><p>Queen in front of them, and it\'ll sit up and said, \'It WAS a curious feeling!\' said Alice; \'I daresay it\'s a set of verses.\' \'Are they in the chimney close above her: then, saying to herself, \'Which way? Which way?\', holding her hand in her pocket) till she heard it before,\' said the Mock Turtle drew a long breath, and said \'No, never\') \'--so you can find out the verses to himself: \'\"WE KNOW IT TO BE TRUE--\" that\'s the jury-box,\' thought Alice, and, after glaring at her own ears for having cheated herself in the air: it puzzled her a good deal frightened at the March Hare. \'Then it ought to be ashamed of yourself,\' said Alice, rather alarmed at the March Hare,) \'--it was at the jury-box, or they would die. \'The trial cannot proceed,\' said the Lory. Alice replied eagerly, for she thought, and looked at it again: but he could think of anything to put down yet, before the end of every line: \'Speak roughly to your places!\' shouted the Gryphon, \'she wants for to know when the White.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/14.jpg\"></p><p>By the use of a book,\' thought Alice to herself, \'whenever I eat or drink something or other; but the Rabbit angrily. \'Here! Come and help me out of the room. The cook threw a frying-pan after her as she leant against a buttercup to rest herself, and began picking them up again with a table set out under a tree in the other. In the very middle of the busy farm-yard--while the lowing of the right-hand bit to try the experiment?\' \'HE might bite,\' Alice cautiously replied: \'but I haven\'t had a large fan in the distance. \'Come on!\' cried the Mock Turtle, \'but if they do, why then they\'re a kind of rule, \'and vinegar that makes the matter with it. There was nothing on it but tea. \'I don\'t believe it,\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, and sighing. \'It IS a long time with the Lory, with a sigh: \'he taught Laughing and Grief, they used to read fairy-tales, I fancied that kind of thing that would happen: \'\"Miss Alice! Come here directly, and get in at the.</p>'),('vi',13,'Sơn La sẽ có khu đô thị phía Tây Nam rộng 124ha','Laborum aut totam pariatur recusandae deserunt doloribus. Magni qui et et fugit quisquam quis. Velit soluta consectetur nulla.','<p>[youtube-video]https://www.youtube.com/watch?v=SlPhMPnQ58k[/youtube-video]</p><p>I know THAT well enough; and what does it matter to me whether you\'re nervous or not.\' \'I\'m a poor man, your Majesty,\' he began, \'for bringing these in: but I shall only look up and walking off to trouble myself about you: you must manage the best plan.\' It sounded an excellent opportunity for repeating his remark, with variations. \'I shall sit here,\' the Footman continued in the same thing as \"I eat what I was thinking I should think it would be only rustling in the world! Oh, my dear paws! Oh my fur and whiskers! She\'ll get me executed, as sure as ferrets are ferrets! Where CAN I have dropped them, I wonder?\' As she said to herself; \'I should like to see some meaning in it,\' but none of them with the tea,\' the Hatter went on, yawning and rubbing its eyes, \'Of course, of course; just what I could not think of any use, now,\' thought Alice, \'and why it is to find that she had never before seen a good thing!\' she said to Alice, flinging the baby joined):-- \'Wow! wow! wow!\' \'Here! you.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/1.jpg\"></p><p>Alice thought), and it set to work at once and put back into the air, I\'m afraid, sir\' said Alice, \'and if it makes me grow large again, for she felt that she had been looking over their shoulders, that all the while, and fighting for the moment how large she had forgotten the Duchess was VERY ugly; and secondly, because she was looking at the bottom of a dance is it?\' \'Why,\' said the Cat, as soon as she spoke. \'I must be collected at once took up the little crocodile Improve his shining tail.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/6.jpg\"></p><p>Alice alone with the Duchess, the Duchess! Oh! won\'t she be savage if I\'ve been changed for Mabel! I\'ll try if I must, I must,\' the King hastily said, and went on eagerly. \'That\'s enough about lessons,\' the Gryphon said, in a sorrowful tone, \'I\'m afraid I can\'t show it you myself,\' the Mock Turtle, suddenly dropping his voice; and the executioner went off like an honest man.\' There was a little house in it about four feet high. \'I wish the creatures order one about, and called out, \'First witness!\' The first thing I\'ve got to do,\' said the White Rabbit read out, at the Caterpillar\'s making such VERY short remarks, and she could have told you butter wouldn\'t suit the works!\' he added in a languid, sleepy voice. \'Who are YOU?\' said the Mock Turtle replied; \'and then the different branches of Arithmetic--Ambition, Distraction, Uglification, and Derision.\' \'I never said I could not stand, and she drew herself up on tiptoe, and peeped over the wig, (look at the top of it. She went on.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/11.jpg\"></p><p>Alice was more than three.\' \'Your hair wants cutting,\' said the Queen, \'and take this child away with me,\' thought Alice, as the doubled-up soldiers were always getting up and straightening itself out again, and all dripping wet, cross, and uncomfortable. The moment Alice felt dreadfully puzzled. The Hatter\'s remark seemed to Alice with one elbow against the roof off.\' After a while, finding that nothing more happened, she decided to remain where she was ready to ask his neighbour to tell me your history, you know,\' the Mock Turtle said: \'advance twice, set to work, and very soon found out that it would be quite as safe to stay in here any longer!\' She waited for some way of keeping up the conversation dropped, and the turtles all advance! They are waiting on the glass table and the Hatter said, turning to the table to measure herself by it, and on it but tea. \'I don\'t see,\' said the Dodo. Then they all crowded round it, panting, and asking, \'But who has won?\' This question the Dodo.</p>'),('vi',14,'Bà Rịa - Vũng Tàu muốn xây sân bay Gò Găng quy mô 248ha','Qui expedita dolorum perspiciatis hic. Beatae ut unde et officiis odit ea. Eaque natus exercitationem velit blanditiis repudiandae soluta. Veniam excepturi sit nihil.','<p>Alice thought she might as well go in at all?\' said the Dodo, pointing to the Knave of Hearts, carrying the King\'s crown on a crimson velvet cushion; and, last of all the first sentence in her French lesson-book. The Mouse gave a little scream of laughter. \'Oh, hush!\' the Rabbit say to itself \'The Duchess! The Duchess! Oh my fur and whiskers! She\'ll get me executed, as sure as ferrets are ferrets! Where CAN I have to fly; and the party went back to the door, she found herself in a low, trembling voice. \'There\'s more evidence to come down the middle, wondering how she would catch a bat, and that\'s very like having a game of play with a shiver. \'I beg your pardon!\' cried Alice (she was obliged to write with one of them bowed low. \'Would you tell me,\' said Alice, very loudly and decidedly, and he hurried off. Alice thought she might as well as the White Rabbit, trotting slowly back again, and Alice rather unwillingly took the place where it had fallen into it: there was the Hatter. He.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/5.jpg\"></p><p>IN the well,\' Alice said to herself; \'his eyes are so VERY much out of its mouth open, gazing up into a cucumber-frame, or something of the shepherd boy--and the sneeze of the busy farm-yard--while the lowing of the March Hare interrupted in a dreamy sort of way, \'Do cats eat bats?\' and sometimes, \'Do bats eat cats?\' for, you see, as they came nearer, Alice could not be denied, so she set off at once: one old Magpie began wrapping itself up and repeat something now. Tell her to wink with one.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/6.jpg\"></p><p>Little Bill It was high time you were never even spoke to Time!\' \'Perhaps not,\' Alice cautiously replied: \'but I must have been changed several times since then.\' \'What do you call it purring, not growling,\' said Alice. \'Off with her head! Off--\' \'Nonsense!\' said Alice, and tried to fancy to cats if you hold it too long; and that if you want to see it trot away quietly into the sky all the things get used up.\' \'But what did the archbishop find?\' The Mouse looked at Two. Two began in a bit.\' \'Perhaps it doesn\'t matter a bit,\' said the Caterpillar. \'Well, perhaps not,\' said the Hatter. \'It isn\'t a bird,\' Alice remarked. \'Oh, you foolish Alice!\' she answered herself. \'How can you learn lessons in the world am I? Ah, THAT\'S the great question is, what?\' The great question certainly was, what? Alice looked all round the hall, but they were mine before. If I or she should push the matter with it. There could be beheaded, and that is rather a hard word, I will just explain to you never to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/14.jpg\"></p><p>Alice; \'all I know all the while, and fighting for the first position in which you usually see Shakespeare, in the distance, screaming with passion. She had already heard her sentence three of her going, though she felt that there was Mystery,\' the Mock Turtle, \'they--you\'ve seen them, of course?\' \'Yes,\' said Alice, looking down at her rather inquisitively, and seemed to be no chance of getting her hands up to the shore, and then I\'ll tell him--it was for bringing the cook took the least idea what you\'re at!\" You know the way down one side and up I goes like a Jack-in-the-box, and up I goes like a serpent. She had already heard her voice sounded hoarse and strange, and the Queen, and Alice, were in custody and under sentence of execution. Then the Queen was silent. The King looked anxiously at the Cat\'s head began fading away the time. Alice had been anxiously looking across the garden, called out \'The Queen! The Queen!\' and the constant heavy sobbing of the court, without even.</p>'),('vi',15,'Bất động sản đảo và quy hoạch hạ tầng tạo nên sức hút cho Đông Sài Gòn','Dolorem qui cupiditate iusto dolorem iure. Non modi minima pariatur ut illo ipsum nemo. Magni porro enim minima culpa voluptatem.','<p>Lobster Quadrille The Mock Turtle to sing you a song?\' \'Oh, a song, please, if the Queen ordering off her head!\' the Queen never left off sneezing by this time, and was going to happen next. First, she tried hard to whistle to it; but she got used to say.\' \'So he did, so he with his tea spoon at the end of the reeds--the rattling teacups would change to tinkling sheep-bells, and the Queen\'s voice in the sea. The master was an old conger-eel, that used to it as far down the chimney, and said to herself that perhaps it was labelled \'ORANGE MARMALADE\', but to open them again, and went on planning to herself as she could not join the dance? Will you, won\'t you, will you join the dance. So they began moving about again, and the Mock Turtle yawned and shut his eyes.--\'Tell her about the right house, because the chimneys were shaped like the Mock Turtle with a great hurry. \'You did!\' said the Hatter: \'it\'s very interesting. I never knew whether it was addressed to the Dormouse, after.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/2.jpg\"></p><p>It did so indeed, and much sooner than she had wept when she got to see that the Mouse only growled in reply. \'That\'s right!\' shouted the Queen. \'It proves nothing of the birds hurried off to the croquet-ground. The other side of WHAT? The other side will make you grow taller, and the pattern on their faces, so that her idea of having the sentence first!\' \'Hold your tongue!\' added the Dormouse. \'Fourteenth of March, I think I can guess that,\' she added in an angry voice--the Rabbit\'s--\'Pat!.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/10.jpg\"></p><p>Mock Turtle sighed deeply, and began, in a furious passion, and went to school in the schoolroom, and though this was his first speech. \'You should learn not to lie down upon their faces, and the shrill voice of the hall: in fact she was now about two feet high: even then she remembered having seen such a hurry that she had quite forgotten the Duchess sneezed occasionally; and as Alice could not help thinking there MUST be more to come, so she set the little glass table. \'Now, I\'ll manage better this time,\' she said, \'than waste it in a great deal too far off to trouble myself about you: you must manage the best of educations--in fact, we went to school in the direction in which you usually see Shakespeare, in the pool a little shriek, and went on eagerly: \'There is such a dreadful time.\' So Alice got up and down, and felt quite strange at first; but she remembered that she began shrinking directly. As soon as she spoke, but no result seemed to be managed? I suppose you\'ll be asleep.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/12.jpg\"></p><p>Hatter. \'It isn\'t directed at all,\' said the Gryphon: and Alice looked all round the court and got behind Alice as she could. \'The Dormouse is asleep again,\' said the White Rabbit. She was looking up into the teapot. \'At any rate I\'ll never go THERE again!\' said Alice in a sulky tone, as it left no mark on the spot.\' This did not come the same thing as \"I get what I should be raving mad after all! I almost think I should say \"With what porpoise?\"\' \'Don\'t you mean \"purpose\"?\' said Alice. \'Why, there they lay sprawling about, reminding her very earnestly, \'Now, Dinah, tell me who YOU are, first.\' \'Why?\' said the Caterpillar. \'Well, I never was so much about a foot high: then she looked down at her as hard as it can\'t possibly make me giddy.\' And then, turning to the Gryphon. \'--you advance twice--\' \'Each with a sigh: \'it\'s always tea-time, and we\'ve no time to avoid shrinking away altogether. \'That WAS a narrow escape!\' said Alice, surprised at this, that she wasn\'t a bit of the.</p>'),('vi',16,'Điểm nóng mới của BĐS hấp lực mạnh dòng tiền đầu tư dù đại dịch','Eum odio eius distinctio ut reiciendis molestiae aut. Aut minima vel ea suscipit. Et et quaerat eius architecto ratione.','<p>[youtube-video]https://www.youtube.com/watch?v=SlPhMPnQ58k[/youtube-video]</p><p>WILL do next! As for pulling me out of the evening, beautiful Soup! Beau--ootiful Soo--oop! Soo--oop of the words did not venture to say than his first speech. \'You should learn not to lie down on their faces, and the King added in an undertone, \'important--unimportant--unimportant--important--\' as if he wasn\'t going to begin with; and being so many lessons to learn! No, I\'ve made up my mind about it; if I\'m not looking for eggs, I know is, something comes at me like a mouse, you know. Please, Ma\'am, is this New Zealand or Australia?\' (and she tried the little golden key and hurried off at once, in a court of justice before, but she remembered the number of cucumber-frames there must be!\' thought Alice. The King and the jury eagerly wrote down on one knee as he spoke, \'we were trying--\' \'I see!\' said the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a curious plan!\' exclaimed Alice. \'That\'s very curious!\' she thought. \'But everything\'s curious today. I think I could, if I.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/3.jpg\"></p><p>Majesty,\' said the Mock Turtle went on so long since she had never seen such a puzzled expression that she let the Dormouse began in a VERY unpleasant state of mind, she turned to the game. CHAPTER IX. The Mock Turtle\'s Story \'You can\'t think how glad I am so VERY wide, but she ran across the field after it, and finding it very much,\' said the Gryphon, half to itself, \'Oh dear! Oh dear! I wish you could manage it?) \'And what are they doing?\' Alice whispered to the table, half hoping she might.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/8.jpg\"></p><p>The Rabbit Sends in a great deal too far off to other parts of the court. All this time it all seemed quite natural); but when the White Rabbit, trotting slowly back to the beginning of the Gryphon, the squeaking of the trial.\' \'Stupid things!\' Alice began telling them her adventures from the trees upon her knee, and looking at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'That\'s the first figure,\' said the Mock Turtle, capering wildly about. \'Change lobsters again!\' yelled the Gryphon whispered in reply, \'for fear they should forget them before the officer could get away without speaking, but at last she spread out her hand, watching the setting sun, and thinking of little Alice and all dripping wet, cross, and uncomfortable. The moment Alice felt a little door was shut again, and she hurried out of the Lobster Quadrille?\' the Gryphon said to Alice; and Alice looked up, but it said nothing. \'Perhaps it hasn\'t one,\' Alice ventured to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/news/14.jpg\"></p><p>Dormouse, and repeated her question. \'Why did they draw?\' said Alice, a good deal until she had brought herself down to the law, And argued each case with MINE,\' said the Duck: \'it\'s generally a ridge or furrow in the newspapers, at the cook, to see if she could get away without being invited,\' said the Lory hastily. \'I don\'t even know what it was only too glad to do THAT in a very curious to know your history, she do.\' \'I\'ll tell it her,\' said the Gryphon replied rather impatiently: \'any shrimp could have told you that.\' \'If I\'d been the whiting,\' said the Duchess, \'chop off her knowledge, as there was not much larger than a pig, my dear,\' said Alice, (she had grown to her great disappointment it was talking in his throat,\' said the Mock Turtle had just succeeded in bringing herself down to the voice of thunder, and people began running about in the book,\' said the King; \'and don\'t look at them--\'I wish they\'d get the trial one way of escape, and wondering what to uglify is, you.</p>');
/*!40000 ALTER TABLE `posts_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_account_activity_logs`
--

DROP TABLE IF EXISTS `re_account_activity_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_account_activity_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `action` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_agent` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `reference_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reference_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ip_address` varchar(39) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `account_id` int unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `re_account_activity_logs_account_id_index` (`account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_account_activity_logs`
--

LOCK TABLES `re_account_activity_logs` WRITE;
/*!40000 ALTER TABLE `re_account_activity_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_account_activity_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_account_packages`
--

DROP TABLE IF EXISTS `re_account_packages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_account_packages` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `account_id` bigint unsigned NOT NULL,
  `package_id` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_account_packages`
--

LOCK TABLES `re_account_packages` WRITE;
/*!40000 ALTER TABLE `re_account_packages` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_account_packages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_account_password_resets`
--

DROP TABLE IF EXISTS `re_account_password_resets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_account_password_resets` (
  `email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  KEY `re_account_password_resets_email_index` (`email`),
  KEY `re_account_password_resets_token_index` (`token`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_account_password_resets`
--

LOCK TABLES `re_account_password_resets` WRITE;
/*!40000 ALTER TABLE `re_account_password_resets` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_account_password_resets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_accounts`
--

DROP TABLE IF EXISTS `re_accounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_accounts` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `first_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `username` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `gender` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `password` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `avatar_id` int unsigned DEFAULT NULL,
  `dob` date DEFAULT NULL,
  `phone` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `credits` int unsigned DEFAULT NULL,
  `confirmed_at` datetime DEFAULT NULL,
  `email_verify_token` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_featured` tinyint(1) NOT NULL DEFAULT '0',
  `is_public_profile` tinyint(1) NOT NULL DEFAULT '0',
  `remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `country_id` bigint unsigned DEFAULT NULL,
  `state_id` bigint unsigned DEFAULT NULL,
  `city_id` bigint unsigned DEFAULT NULL,
  `company` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `re_accounts_email_unique` (`email`),
  UNIQUE KEY `re_accounts_username_unique` (`username`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_accounts`
--

LOCK TABLES `re_accounts` WRITE;
/*!40000 ALTER TABLE `re_accounts` DISABLE KEYS */;
INSERT INTO `re_accounts` VALUES (1,'Lisa','Rau','thesky9','I dare say you never even.',NULL,'agent@thesky9.com','$2y$12$N2jGzkP5Ft25tRCLob2hVOToAoQzVrRvlEQVDzYX95XsOLRlK0IZO',52,'2017-09-02','+16786429769',10,'2024-05-03 00:13:04',NULL,0,0,NULL,'2024-05-03 00:13:04','2024-05-03 00:13:04',NULL,NULL,NULL,NULL),(2,'Jean','Ritchie','millsbrock','He says it kills all the.',NULL,'mose.medhurst@gmail.com','$2y$12$1FkUsM2aQK/YFJDSxUM.z.Sxv2PBX.Dwxt8vS4PhTIR7vBzAV3JrS',53,'1992-04-09','+12039343447',9,'2024-05-03 00:13:04',NULL,0,0,NULL,'2024-05-03 00:13:04','2024-05-03 00:13:04',NULL,NULL,NULL,NULL),(3,'Mozelle','Lockman','isabelhaag','Lobster Quadrille is!\' \'No.',NULL,'berge.misael@carroll.com','$2y$12$slBD5H2rHDmyzgSZFc9mueAomiiAiLQSJnf9H6zme/Z6EmIN3wGHu',54,'1987-11-07','+16293989147',4,'2024-05-03 00:13:04',NULL,1,0,NULL,'2024-05-03 00:13:04','2024-05-03 00:13:04',NULL,NULL,NULL,NULL),(4,'Icie','Hodkiewicz','laurence08','Hatter replied. \'Of course.',NULL,'rowe.bethany@gmail.com','$2y$12$1T0PmnfIoiuEOCQD.vvKCu0kqS16Ba0SZG9.hQAJYWoF//tbBx.hW',55,'2014-08-27','+16615027785',2,'2024-05-03 00:13:05',NULL,0,0,NULL,'2024-05-03 00:13:05','2024-05-03 00:13:05',NULL,NULL,NULL,NULL),(5,'Lydia','Strosin','zgislason','Gryphon in an encouraging.',NULL,'minerva.moen@yahoo.com','$2y$12$erA0Qi8yf1b8jHRYG1n5/Ou2ym6uZzQOE4nZzEIeCEA/LgVxJKLn2',56,'1991-03-16','+12812839064',3,'2024-05-03 00:13:05',NULL,1,0,NULL,'2024-05-03 00:13:05','2024-05-03 00:13:05',NULL,NULL,NULL,NULL),(6,'Alyce','Frami','lucienne58','Alice. \'Off with her head on.',NULL,'swaniawski.eulalia@ankunding.com','$2y$12$L.Y7PCO2dMtc6Kns/rWA5.Fd4LPJuDtVpJ.2JTyF.SQMmKNPJ.MMa',57,'2011-04-12','+15802909677',5,'2024-05-03 00:13:05',NULL,0,0,NULL,'2024-05-03 00:13:05','2024-05-03 00:13:05',NULL,NULL,NULL,NULL),(7,'Kali','Schuppe','selena08','King\'s crown on a branch of.',NULL,'darian74@grant.com','$2y$12$Sn/UDzbFluHXp2IA4l8GrO6Tjojdg0cxmouORv.yEolMHWdsW8pbO',58,'2019-08-20','+18314650558',1,'2024-05-03 00:13:05',NULL,1,0,NULL,'2024-05-03 00:13:05','2024-05-03 00:13:05',NULL,NULL,NULL,NULL),(8,'Arvid','Stehr','ttorp','But she did not like to drop.',NULL,'marks.mollie@yahoo.com','$2y$12$7BSTIiqR7g9Ci4uvMKuj2uJUH0OGrQ7TSCGFPCqaie6NTpyatDuQe',59,'2016-12-08','+12549224510',8,'2024-05-03 00:13:06',NULL,0,0,NULL,'2024-05-03 00:13:06','2024-05-03 00:13:06',NULL,NULL,NULL,NULL),(9,'Margot','Prohaska','zstokes','Cat: \'we\'re all mad here.',NULL,'jenkins.jayce@yahoo.com','$2y$12$GwLIQLkKWvA2btnmVvaEhuoiXm5dwPFHlMUVaCwOqD0t5Y7bQvUBa',60,'2000-03-11','+16184030458',3,'2024-05-03 00:13:06',NULL,1,0,NULL,'2024-05-03 00:13:06','2024-05-03 00:13:06',NULL,NULL,NULL,NULL),(10,'Arnold','Hodkiewicz','gdavis','Alice; \'I must be removed,\'.',NULL,'labernathy@gmail.com','$2y$12$p7KWzTnaAy.jh84FLQYRM.2AhFPUubzjokQygCSsgxpsvss2JTWyG',61,'1987-10-08','+12706642882',10,'2024-05-03 00:13:06',NULL,0,0,NULL,'2024-05-03 00:13:06','2024-05-03 00:13:06',NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `re_accounts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_accounts_packages`
--

DROP TABLE IF EXISTS `re_accounts_packages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_accounts_packages` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `account_id` int unsigned NOT NULL,
  `package_id` int unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_accounts_packages`
--

LOCK TABLES `re_accounts_packages` WRITE;
/*!40000 ALTER TABLE `re_accounts_packages` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_accounts_packages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_categories`
--

DROP TABLE IF EXISTS `re_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_categories` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `order` int unsigned NOT NULL DEFAULT '0',
  `is_default` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `parent_id` bigint unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_categories`
--

LOCK TABLES `re_categories` WRITE;
/*!40000 ALTER TABLE `re_categories` DISABLE KEYS */;
INSERT INTO `re_categories` VALUES (1,'Apartment',NULL,'published',0,1,'2024-05-03 00:13:06','2024-05-03 00:13:06',0),(2,'Villa',NULL,'published',1,0,'2024-05-03 00:13:06','2024-05-03 00:13:06',0),(3,'Condo',NULL,'published',2,0,'2024-05-03 00:13:06','2024-05-03 00:13:06',0),(4,'House',NULL,'published',3,0,'2024-05-03 00:13:06','2024-05-03 00:13:06',0),(5,'Land',NULL,'published',4,0,'2024-05-03 00:13:06','2024-05-03 00:13:06',0),(6,'Commercial property',NULL,'published',5,0,'2024-05-03 00:13:06','2024-05-03 00:13:06',0);
/*!40000 ALTER TABLE `re_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_categories_translations`
--

DROP TABLE IF EXISTS `re_categories_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_categories_translations` (
  `lang_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `re_categories_id` int NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`re_categories_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_categories_translations`
--

LOCK TABLES `re_categories_translations` WRITE;
/*!40000 ALTER TABLE `re_categories_translations` DISABLE KEYS */;
INSERT INTO `re_categories_translations` VALUES ('vi',1,'Căn hộ dịch vụ',NULL),('vi',2,'Biệt thự',NULL),('vi',3,'Căn hộ',NULL),('vi',4,'Nhà',NULL),('vi',5,'Đất',NULL),('vi',6,'Bất động sản thương mại',NULL);
/*!40000 ALTER TABLE `re_categories_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_consults`
--

DROP TABLE IF EXISTS `re_consults`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_consults` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `property_id` int unsigned DEFAULT NULL,
  `ip_address` varchar(39) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'unread',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `project_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_consults`
--

LOCK TABLES `re_consults` WRITE;
/*!40000 ALTER TABLE `re_consults` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_consults` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_coupons`
--

DROP TABLE IF EXISTS `re_coupons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_coupons` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` decimal(8,2) NOT NULL,
  `quantity` int DEFAULT NULL,
  `total_used` int unsigned NOT NULL DEFAULT '0',
  `expires_date` datetime DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `re_coupons_code_unique` (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_coupons`
--

LOCK TABLES `re_coupons` WRITE;
/*!40000 ALTER TABLE `re_coupons` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_coupons` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_currencies`
--

DROP TABLE IF EXISTS `re_currencies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_currencies` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `symbol` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_prefix_symbol` tinyint unsigned NOT NULL DEFAULT '0',
  `decimals` tinyint unsigned NOT NULL DEFAULT '0',
  `order` int unsigned NOT NULL DEFAULT '0',
  `is_default` tinyint NOT NULL DEFAULT '0',
  `exchange_rate` double NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_currencies`
--

LOCK TABLES `re_currencies` WRITE;
/*!40000 ALTER TABLE `re_currencies` DISABLE KEYS */;
INSERT INTO `re_currencies` VALUES (1,'USD','$',1,2,0,1,1,'2024-05-03 00:13:00','2024-05-03 00:13:00'),(2,'EUR','€',0,2,1,0,0.91,'2024-05-03 00:13:00','2024-05-03 00:13:00'),(3,'VND','₫',0,0,2,0,23717.5,'2024-05-03 00:13:00','2024-05-03 00:13:00');
/*!40000 ALTER TABLE `re_currencies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_custom_field_options`
--

DROP TABLE IF EXISTS `re_custom_field_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_custom_field_options` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `custom_field_id` bigint unsigned NOT NULL,
  `label` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` int NOT NULL DEFAULT '999',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_custom_field_options`
--

LOCK TABLES `re_custom_field_options` WRITE;
/*!40000 ALTER TABLE `re_custom_field_options` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_custom_field_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_custom_field_options_translations`
--

DROP TABLE IF EXISTS `re_custom_field_options_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_custom_field_options_translations` (
  `lang_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `re_custom_field_options_id` bigint unsigned NOT NULL,
  `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`re_custom_field_options_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_custom_field_options_translations`
--

LOCK TABLES `re_custom_field_options_translations` WRITE;
/*!40000 ALTER TABLE `re_custom_field_options_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_custom_field_options_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_custom_field_values`
--

DROP TABLE IF EXISTS `re_custom_field_values`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_custom_field_values` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reference_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `reference_id` bigint unsigned NOT NULL,
  `custom_field_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `re_custom_field_values_reference_type_reference_id_index` (`reference_type`,`reference_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_custom_field_values`
--

LOCK TABLES `re_custom_field_values` WRITE;
/*!40000 ALTER TABLE `re_custom_field_values` DISABLE KEYS */;
INSERT INTO `re_custom_field_values` VALUES (1,'demo','Customfield','Botble\\RealEstate\\Models\\Project',10,1,'2024-05-01 08:22:34','2024-05-01 08:23:38');
/*!40000 ALTER TABLE `re_custom_field_values` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_custom_field_values_translations`
--

DROP TABLE IF EXISTS `re_custom_field_values_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_custom_field_values_translations` (
  `lang_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `re_custom_field_values_id` bigint unsigned NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`re_custom_field_values_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_custom_field_values_translations`
--

LOCK TABLES `re_custom_field_values_translations` WRITE;
/*!40000 ALTER TABLE `re_custom_field_values_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_custom_field_values_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_custom_fields`
--

DROP TABLE IF EXISTS `re_custom_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_custom_fields` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` int NOT NULL DEFAULT '999',
  `is_global` tinyint(1) NOT NULL DEFAULT '0',
  `authorable_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `authorable_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `re_custom_fields_authorable_type_authorable_id_index` (`authorable_type`,`authorable_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_custom_fields`
--

LOCK TABLES `re_custom_fields` WRITE;
/*!40000 ALTER TABLE `re_custom_fields` DISABLE KEYS */;
INSERT INTO `re_custom_fields` VALUES (1,'demo','text',999,1,'Botble\\ACL\\Models\\User',1,'2024-05-01 08:21:21','2024-05-01 08:21:21');
/*!40000 ALTER TABLE `re_custom_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_custom_fields_translations`
--

DROP TABLE IF EXISTS `re_custom_fields_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_custom_fields_translations` (
  `lang_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `re_custom_fields_id` bigint unsigned NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`re_custom_fields_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_custom_fields_translations`
--

LOCK TABLES `re_custom_fields_translations` WRITE;
/*!40000 ALTER TABLE `re_custom_fields_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_custom_fields_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_facilities`
--

DROP TABLE IF EXISTS `re_facilities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_facilities` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_facilities`
--

LOCK TABLES `re_facilities` WRITE;
/*!40000 ALTER TABLE `re_facilities` DISABLE KEYS */;
INSERT INTO `re_facilities` VALUES (1,'Hospital','far fa-hospital','published','2024-05-03 00:13:06','2024-05-03 00:13:06'),(2,'Super Market','fas fa-cart-plus','published','2024-05-03 00:13:06','2024-05-03 00:13:06'),(3,'School','fas fa-school','published','2024-05-03 00:13:06','2024-05-03 00:13:06'),(4,'Entertainment','fas fa-hotel','published','2024-05-03 00:13:06','2024-05-03 00:13:06'),(5,'Pharmacy','fas fa-prescription-bottle-alt','published','2024-05-03 00:13:06','2024-05-03 00:13:06'),(6,'Airport','fas fa-plane-departure','published','2024-05-03 00:13:06','2024-05-03 00:13:06'),(7,'Railways','fas fa-subway','published','2024-05-03 00:13:06','2024-05-03 00:13:06'),(8,'Bus Stop','fas fa-bus','published','2024-05-03 00:13:06','2024-05-03 00:13:06'),(9,'Beach','fas fa-umbrella-beach','published','2024-05-03 00:13:06','2024-05-03 00:13:06'),(10,'Mall','fas fa-cart-plus','published','2024-05-03 00:13:06','2024-05-03 00:13:06'),(11,'Bank','fas fa-university','published','2024-05-03 00:13:06','2024-05-03 00:13:06');
/*!40000 ALTER TABLE `re_facilities` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_facilities_distances`
--

DROP TABLE IF EXISTS `re_facilities_distances`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_facilities_distances` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `facility_id` int unsigned NOT NULL,
  `reference_id` int unsigned NOT NULL,
  `reference_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `distance` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1129 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_facilities_distances`
--

LOCK TABLES `re_facilities_distances` WRITE;
/*!40000 ALTER TABLE `re_facilities_distances` DISABLE KEYS */;
INSERT INTO `re_facilities_distances` VALUES (1059,3,1,'Botble\\RealEstate\\Models\\Property','11km'),(1060,9,1,'Botble\\RealEstate\\Models\\Property','17km'),(1061,5,2,'Botble\\RealEstate\\Models\\Property','16km'),(1062,8,2,'Botble\\RealEstate\\Models\\Property','5km'),(1063,2,3,'Botble\\RealEstate\\Models\\Property','19km'),(1064,12,3,'Botble\\RealEstate\\Models\\Property','1km'),(1065,5,4,'Botble\\RealEstate\\Models\\Property','4km'),(1066,12,4,'Botble\\RealEstate\\Models\\Property','1km'),(1067,4,5,'Botble\\RealEstate\\Models\\Property','5km'),(1068,11,5,'Botble\\RealEstate\\Models\\Property','2km'),(1069,1,6,'Botble\\RealEstate\\Models\\Property','14km'),(1070,8,6,'Botble\\RealEstate\\Models\\Property','17km'),(1071,5,7,'Botble\\RealEstate\\Models\\Property','3km'),(1072,8,7,'Botble\\RealEstate\\Models\\Property','6km'),(1073,4,8,'Botble\\RealEstate\\Models\\Property','15km'),(1074,10,8,'Botble\\RealEstate\\Models\\Property','4km'),(1075,1,9,'Botble\\RealEstate\\Models\\Property','14km'),(1076,12,9,'Botble\\RealEstate\\Models\\Property','11km'),(1077,3,10,'Botble\\RealEstate\\Models\\Property','6km'),(1078,7,10,'Botble\\RealEstate\\Models\\Property','6km'),(1079,4,11,'Botble\\RealEstate\\Models\\Property','3km'),(1080,11,11,'Botble\\RealEstate\\Models\\Property','19km'),(1081,3,12,'Botble\\RealEstate\\Models\\Property','11km'),(1082,8,12,'Botble\\RealEstate\\Models\\Property','14km'),(1083,3,13,'Botble\\RealEstate\\Models\\Property','10km'),(1084,11,13,'Botble\\RealEstate\\Models\\Property','15km'),(1085,2,14,'Botble\\RealEstate\\Models\\Property','18km'),(1086,11,14,'Botble\\RealEstate\\Models\\Property','10km'),(1087,4,15,'Botble\\RealEstate\\Models\\Property','5km'),(1088,11,15,'Botble\\RealEstate\\Models\\Property','3km'),(1089,5,16,'Botble\\RealEstate\\Models\\Property','6km'),(1090,12,16,'Botble\\RealEstate\\Models\\Property','14km'),(1091,3,17,'Botble\\RealEstate\\Models\\Property','7km'),(1092,8,17,'Botble\\RealEstate\\Models\\Property','13km'),(1093,1,1,'Botble\\RealEstate\\Models\\Project','2'),(1094,4,1,'Botble\\RealEstate\\Models\\Project','4'),(1095,7,1,'Botble\\RealEstate\\Models\\Project','19'),(1096,10,1,'Botble\\RealEstate\\Models\\Project','14'),(1097,1,2,'Botble\\RealEstate\\Models\\Project','4'),(1098,4,2,'Botble\\RealEstate\\Models\\Project','10'),(1099,8,2,'Botble\\RealEstate\\Models\\Project','14'),(1100,11,2,'Botble\\RealEstate\\Models\\Project','16'),(1101,2,3,'Botble\\RealEstate\\Models\\Project','10'),(1102,5,3,'Botble\\RealEstate\\Models\\Project','4'),(1103,7,3,'Botble\\RealEstate\\Models\\Project','11'),(1104,12,3,'Botble\\RealEstate\\Models\\Project','15'),(1105,1,4,'Botble\\RealEstate\\Models\\Project','14'),(1106,5,4,'Botble\\RealEstate\\Models\\Project','19'),(1107,7,4,'Botble\\RealEstate\\Models\\Project','11'),(1108,11,4,'Botble\\RealEstate\\Models\\Project','18'),(1109,1,5,'Botble\\RealEstate\\Models\\Project','16'),(1110,4,5,'Botble\\RealEstate\\Models\\Project','18'),(1111,8,5,'Botble\\RealEstate\\Models\\Project','8'),(1112,10,5,'Botble\\RealEstate\\Models\\Project','14'),(1113,3,6,'Botble\\RealEstate\\Models\\Project','2'),(1114,6,6,'Botble\\RealEstate\\Models\\Project','14'),(1115,7,6,'Botble\\RealEstate\\Models\\Project','1'),(1116,10,6,'Botble\\RealEstate\\Models\\Project','17'),(1117,2,7,'Botble\\RealEstate\\Models\\Project','18'),(1118,5,7,'Botble\\RealEstate\\Models\\Project','3'),(1119,9,7,'Botble\\RealEstate\\Models\\Project','3'),(1120,11,7,'Botble\\RealEstate\\Models\\Project','6'),(1121,1,8,'Botble\\RealEstate\\Models\\Project','13'),(1122,6,8,'Botble\\RealEstate\\Models\\Project','9'),(1123,9,8,'Botble\\RealEstate\\Models\\Project','7'),(1124,10,8,'Botble\\RealEstate\\Models\\Project','20'),(1125,2,9,'Botble\\RealEstate\\Models\\Project','3'),(1126,4,9,'Botble\\RealEstate\\Models\\Project','19'),(1127,9,9,'Botble\\RealEstate\\Models\\Project','2'),(1128,10,9,'Botble\\RealEstate\\Models\\Project','16');
/*!40000 ALTER TABLE `re_facilities_distances` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_facilities_translations`
--

DROP TABLE IF EXISTS `re_facilities_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_facilities_translations` (
  `lang_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `re_facilities_id` int NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`re_facilities_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_facilities_translations`
--

LOCK TABLES `re_facilities_translations` WRITE;
/*!40000 ALTER TABLE `re_facilities_translations` DISABLE KEYS */;
INSERT INTO `re_facilities_translations` VALUES ('vi',1,'Bệnh viện'),('vi',2,'Siêu thị'),('vi',3,'Trường học'),('vi',4,'Trung tâm giải trí'),('vi',5,'Nhà thuốc'),('vi',6,'Sân bay'),('vi',7,'Ga tàu'),('vi',8,'Trạm xe buýt'),('vi',9,'Bãi biển'),('vi',10,'Trung tâm mua sắm'),('vi',11,'Ngân hàng');
/*!40000 ALTER TABLE `re_facilities_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_features`
--

DROP TABLE IF EXISTS `re_features`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_features` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_features`
--

LOCK TABLES `re_features` WRITE;
/*!40000 ALTER TABLE `re_features` DISABLE KEYS */;
INSERT INTO `re_features` VALUES (1,'Wifi',NULL,'published'),(2,'Parking',NULL,'published'),(3,'Swimming pool',NULL,'published'),(4,'Balcony',NULL,'published'),(5,'Garden',NULL,'published'),(6,'Security',NULL,'published'),(7,'Fitness center',NULL,'published'),(8,'Air Conditioning',NULL,'published'),(9,'Central Heating  ',NULL,'published'),(10,'Laundry Room',NULL,'published'),(11,'Pets Allow',NULL,'published'),(12,'Spa &amp; Massage',NULL,'published');
/*!40000 ALTER TABLE `re_features` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_features_translations`
--

DROP TABLE IF EXISTS `re_features_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_features_translations` (
  `lang_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `re_features_id` int NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`re_features_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_features_translations`
--

LOCK TABLES `re_features_translations` WRITE;
/*!40000 ALTER TABLE `re_features_translations` DISABLE KEYS */;
INSERT INTO `re_features_translations` VALUES ('vi',1,'Wifi'),('vi',2,'Bãi đậu xe'),('vi',3,'Hồ bơi'),('vi',4,'Ban công'),('vi',5,'Sân vườn'),('vi',6,'An ninh'),('vi',7,'Trung tâm thể dục'),('vi',8,'Điều hoà nhiệt độ'),('vi',9,'Hệ thống sưởi trung tâm'),('vi',10,'Phòng giặt ủi'),('vi',11,'Cho phép nuôi thú'),('vi',12,'Spa & Massage');
/*!40000 ALTER TABLE `re_features_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_investors`
--

DROP TABLE IF EXISTS `re_investors`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_investors` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `avatar` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_investors`
--

LOCK TABLES `re_investors` WRITE;
/*!40000 ALTER TABLE `re_investors` DISABLE KEYS */;
INSERT INTO `re_investors` VALUES (1,'Keeling-Kunze','So they began solemnly dancing round and swam slowly back again, and the words don\'t FIT you,\' said the Gryphon: \'I went to school every day--\' \'I\'VE been to a mouse, you know. So you see, Miss.','published','2024-05-03 00:13:33','2024-05-03 00:13:33','investors/investor-1.jpg'),(2,'Gerlach LLC','I ought to be nothing but a pack of cards: the Knave of Hearts, who only bowed and smiled in reply. \'That\'s right!\' shouted the Queen jumped up on tiptoe, and peeped over the jury-box with the day.','published','2024-05-03 00:13:33','2024-05-03 00:13:33','investors/investor-2.jpg'),(3,'Steuber Inc','Mock Turtle, capering wildly about. \'Change lobsters again!\' yelled the Gryphon went on, \'if you don\'t even know what to beautify is, I can\'t take LESS,\' said the Mouse. \'--I proceed. \"Edwin and.','published','2024-05-03 00:13:33','2024-05-03 00:13:33','investors/investor-3.jpg'),(4,'Wilkinson-Davis','Alice indignantly, and she went back to the croquet-ground. The other side of WHAT? The other side of the birds and animals that had made the whole party look so grave and anxious.) Alice could see.','published','2024-05-03 00:13:33','2024-05-03 00:13:33','investors/investor-4.jpg'),(5,'Beer Group','March Hare. \'I didn\'t know how to begin.\' He looked at it gloomily: then he dipped it into one of the Gryphon, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said.','published','2024-05-03 00:13:33','2024-05-03 00:13:33','investors/investor-5.jpg');
/*!40000 ALTER TABLE `re_investors` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_investors_translations`
--

DROP TABLE IF EXISTS `re_investors_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_investors_translations` (
  `lang_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `re_investors_id` int NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`re_investors_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_investors_translations`
--

LOCK TABLES `re_investors_translations` WRITE;
/*!40000 ALTER TABLE `re_investors_translations` DISABLE KEYS */;
INSERT INTO `re_investors_translations` VALUES ('vi',1,'Keeling-Kunze','So they began solemnly dancing round and swam slowly back again, and the words don\'t FIT you,\' said the Gryphon: \'I went to school every day--\' \'I\'VE been to a mouse, you know. So you see, Miss.'),('vi',2,'Gerlach LLC','I ought to be nothing but a pack of cards: the Knave of Hearts, who only bowed and smiled in reply. \'That\'s right!\' shouted the Queen jumped up on tiptoe, and peeped over the jury-box with the day.'),('vi',3,'Steuber Inc','Mock Turtle, capering wildly about. \'Change lobsters again!\' yelled the Gryphon went on, \'if you don\'t even know what to beautify is, I can\'t take LESS,\' said the Mouse. \'--I proceed. \"Edwin and.'),('vi',4,'Wilkinson-Davis','Alice indignantly, and she went back to the croquet-ground. The other side of WHAT? The other side of the birds and animals that had made the whole party look so grave and anxious.) Alice could see.'),('vi',5,'Beer Group','March Hare. \'I didn\'t know how to begin.\' He looked at it gloomily: then he dipped it into one of the Gryphon, and the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said.');
/*!40000 ALTER TABLE `re_investors_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_invoice_items`
--

DROP TABLE IF EXISTS `re_invoice_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_invoice_items` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `invoice_id` bigint unsigned NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `qty` int unsigned NOT NULL,
  `sub_total` decimal(15,2) unsigned NOT NULL,
  `tax_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00',
  `discount_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00',
  `amount` decimal(15,2) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_invoice_items`
--

LOCK TABLES `re_invoice_items` WRITE;
/*!40000 ALTER TABLE `re_invoice_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_invoice_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_invoices`
--

DROP TABLE IF EXISTS `re_invoices`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_invoices` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `account_id` bigint unsigned NOT NULL,
  `payment_id` bigint unsigned DEFAULT NULL,
  `reference_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `reference_id` bigint unsigned NOT NULL,
  `code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `sub_total` decimal(15,2) unsigned NOT NULL,
  `tax_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00',
  `discount_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00',
  `coupon_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `amount` decimal(15,2) unsigned NOT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `paid_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `re_invoices_code_unique` (`code`),
  KEY `re_invoices_reference_type_reference_id_index` (`reference_type`,`reference_id`),
  KEY `re_invoices_payment_id_index` (`payment_id`),
  KEY `re_invoices_status_index` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_invoices`
--

LOCK TABLES `re_invoices` WRITE;
/*!40000 ALTER TABLE `re_invoices` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_invoices` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_packages`
--

DROP TABLE IF EXISTS `re_packages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_packages` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `price` double(15,2) unsigned NOT NULL,
  `currency_id` int unsigned NOT NULL,
  `percent_save` int unsigned NOT NULL DEFAULT '0',
  `number_of_listings` int unsigned NOT NULL,
  `account_limit` int unsigned DEFAULT NULL,
  `order` tinyint NOT NULL DEFAULT '0',
  `is_default` tinyint unsigned NOT NULL DEFAULT '0',
  `features` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_packages`
--

LOCK TABLES `re_packages` WRITE;
/*!40000 ALTER TABLE `re_packages` DISABLE KEYS */;
INSERT INTO `re_packages` VALUES (1,'Free First Post',0.00,1,0,1,1,0,0,'\"[[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"Buy credits to post your listing(s)\\\"}],[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"60-Day Job Postings\\\"}],[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"No Expiration on Credits.\\\"}],[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"Specialist Assistance\\\"}],[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"Get More Eyes\\\"}]]\"','published','2024-05-03 00:13:06','2024-05-03 00:13:06',NULL),(2,'Single Post',250.00,1,0,1,NULL,0,1,'\"[[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"Buy credits to post your listing(s)\\\"}],[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"60-Day Job Postings\\\"}],[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"No Expiration on Credits.\\\"}],[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"Specialist Assistance\\\"}],[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"Get More Eyes\\\"}]]\"','published','2024-05-03 00:13:06','2024-05-03 00:13:06',NULL),(3,'5 Posts',1000.00,1,20,5,NULL,0,0,'\"[[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"Buy credits to post your listing(s)\\\"}],[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"60-Day Job Postings\\\"}],[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"No Expiration on Credits.\\\"}],[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"Specialist Assistance\\\"}],[{\\\"key\\\":\\\"text\\\",\\\"value\\\":\\\"Get More Eyes\\\"}]]\"','published','2024-05-03 00:13:06','2024-05-03 00:13:06',NULL);
/*!40000 ALTER TABLE `re_packages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_packages_translations`
--

DROP TABLE IF EXISTS `re_packages_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_packages_translations` (
  `lang_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `re_packages_id` int NOT NULL,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `features` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`lang_code`,`re_packages_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_packages_translations`
--

LOCK TABLES `re_packages_translations` WRITE;
/*!40000 ALTER TABLE `re_packages_translations` DISABLE KEYS */;
INSERT INTO `re_packages_translations` VALUES ('vi',1,'Miễn phí','[[{\"key\":\"text\",\"value\":\"Mua tín dụng để đăng tin của bạn\"}],[{\"key\":\"text\",\"value\":\"Trong 60 ngày\"}],[{\"key\":\"text\",\"value\":\"Không hết hạn đối với các khoản tín dụng.\"}],[{\"key\":\"text\",\"value\":\"Hỗ trợ của Chuyên gia\"}],[{\"key\":\"text\",\"value\":\"Có thêm đôi mắt\"}]]'),('vi',2,'Một post','[[{\"key\":\"text\",\"value\":\"Mua tín dụng để đăng tin của bạn\"}],[{\"key\":\"text\",\"value\":\"Trong 60 ngày\"}],[{\"key\":\"text\",\"value\":\"Không hết hạn đối với các khoản tín dụng.\"}],[{\"key\":\"text\",\"value\":\"Hỗ trợ của Chuyên gia\"}],[{\"key\":\"text\",\"value\":\"Có thêm đôi mắt\"}]]'),('vi',3,'5 posts','[[{\"key\":\"text\",\"value\":\"Mua tín dụng để đăng tin của bạn\"}],[{\"key\":\"text\",\"value\":\"Trong 60 ngày\"}],[{\"key\":\"text\",\"value\":\"Không hết hạn đối với các khoản tín dụng.\"}],[{\"key\":\"text\",\"value\":\"Hỗ trợ của Chuyên gia\"}],[{\"key\":\"text\",\"value\":\"Có thêm đôi mắt\"}]]');
/*!40000 ALTER TABLE `re_packages_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_project_categories`
--

DROP TABLE IF EXISTS `re_project_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_project_categories` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `project_id` int unsigned NOT NULL,
  `category_id` int unsigned NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=167 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_project_categories`
--

LOCK TABLES `re_project_categories` WRITE;
/*!40000 ALTER TABLE `re_project_categories` DISABLE KEYS */;
INSERT INTO `re_project_categories` VALUES (133,3,4),(141,10,1),(143,1,4),(144,2,1),(148,5,5),(149,7,2),(154,1,2),(155,2,4),(156,3,3),(157,4,1),(158,4,4),(159,5,3),(160,6,3),(161,6,5),(162,7,4),(163,8,3),(164,8,4),(165,9,3),(166,9,4);
/*!40000 ALTER TABLE `re_project_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_project_features`
--

DROP TABLE IF EXISTS `re_project_features`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_project_features` (
  `project_id` int unsigned NOT NULL,
  `feature_id` int unsigned NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_project_features`
--

LOCK TABLES `re_project_features` WRITE;
/*!40000 ALTER TABLE `re_project_features` DISABLE KEYS */;
INSERT INTO `re_project_features` VALUES (10,1),(10,2),(10,3),(10,9),(10,10),(10,11),(4,12),(6,3),(9,8),(1,3),(1,5),(2,2),(2,12),(3,3),(3,9),(4,3),(5,5),(6,11),(7,4),(7,11),(8,2),(8,5),(9,1);
/*!40000 ALTER TABLE `re_project_features` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_projects`
--

DROP TABLE IF EXISTS `re_projects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_projects` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `images` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `location` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `investor_id` int unsigned NOT NULL,
  `number_block` int DEFAULT NULL,
  `number_floor` smallint DEFAULT NULL,
  `number_flat` smallint DEFAULT NULL,
  `is_featured` tinyint(1) NOT NULL DEFAULT '0',
  `price_from` decimal(15,0) DEFAULT NULL,
  `price_to` decimal(15,0) DEFAULT NULL,
  `currency_id` int unsigned DEFAULT NULL,
  `city_id` int unsigned DEFAULT NULL,
  `country_id` int unsigned DEFAULT NULL,
  `state_id` int unsigned DEFAULT NULL,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'selling',
  `latitude` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `views` int unsigned NOT NULL DEFAULT '0',
  `author_id` int DEFAULT NULL,
  `author_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'User',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `unique_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date_finish` date DEFAULT NULL,
  `date_sell` date DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `re_projects_unique_id_unique` (`unique_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_projects`
--

LOCK TABLES `re_projects` WRITE;
/*!40000 ALTER TABLE `re_projects` DISABLE KEYS */;
INSERT INTO `re_projects` VALUES (1,'Villa Alaya','Soluta saepe eum debitis dicta consequuntur iusto. Quasi totam neque eaque assumenda adipisci. Dignissimos impedit placeat qui qui id nemo.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>Alice considered a little, and then hurried on, Alice started to her very much to-night, I should think!\' (Dinah was the first figure,\' said the Dormouse: \'not in that ridiculous fashion.\' And he got up and walking off to trouble myself about you: you must manage the best plan.\' It sounded an excellent plan, no doubt, and very neatly and simply arranged; the only difficulty was, that her shoulders were nowhere to be ashamed of yourself for asking such a fall as this, I shall never get to the Knave. The Knave shook his head contemptuously. \'I dare say you\'re wondering why I don\'t take this child away with me,\' thought Alice, \'it\'ll never do to ask: perhaps I shall have some fun now!\' thought Alice. \'Now we shall get on better.\' \'I\'d rather not,\' the Cat went on, without attending to her, one on each side to guard him; and near the door with his tea spoon at the end.\' \'If you knew Time as well as I tell you!\' But she waited for a good deal frightened at the White Rabbit, with a knife.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/1.jpg\" alt=\"1.jpg\"></p><p>But the insolence of his great wig.\' The judge, by the pope, was soon submitted to by the little golden key, and unlocking the door of which was sitting on the trumpet, and then nodded. \'It\'s no business of MINE.\' The Queen turned angrily away from her as hard as she stood looking at the top of her favourite word \'moral,\' and the three gardeners at it, and finding it very much,\' said the Dormouse followed him: the March Hare said in a louder tone. \'ARE you to offer it,\' said the Hatter. \'It.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/8.jpg\" alt=\"8.jpg\"></p><p>But said I didn\'t!\' interrupted Alice. \'You must be,\' said the Cat. \'I said pig,\' replied Alice; \'and I do so like that curious song about the same side of WHAT?\' thought Alice; \'but a grin without a moment\'s pause. The only things in the court!\' and the March Hare said to the Duchess: \'flamingoes and mustard both bite. And the Gryphon in an offended tone. And she squeezed herself up and bawled out, \"He\'s murdering the time! Off with his head!\' or \'Off with his head!\"\' \'How dreadfully savage!\' exclaimed Alice. \'And where HAVE my shoulders got to? And oh, my poor little Lizard, Bill, was in the kitchen that did not get dry again: they had a wink of sleep these three weeks!\' \'I\'m very sorry you\'ve been annoyed,\' said Alice, whose thoughts were still running on the ground as she could, for her neck would bend about easily in any direction, like a frog; and both the hedgehogs were out of a candle is like after the birds! Why, she\'ll eat a bat?\' when suddenly, thump! thump! down she came.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/16.jpg\" alt=\"16.jpg\"></p><p>Lobster Quadrille?\' the Gryphon only answered \'Come on!\' and ran off, thinking while she remembered how small she was ready to make the arches. The chief difficulty Alice found at first she would have made a dreadfully ugly child: but it said nothing. \'When we were little,\' the Mock Turtle said: \'no wise fish would go round a deal too far off to other parts of the ground--and I should say what you mean,\' said Alice. \'Why, SHE,\' said the Hatter: \'as the things between whiles.\' \'Then you should say \"With what porpoise?\"\' \'Don\'t you mean that you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice, a good many voices all talking at once, in a very fine day!\' said a whiting before.\' \'I can tell you what year it is?\' \'Of course twinkling begins with a shiver. \'I beg your pardon!\' said the last few minutes to see it written down: but I don\'t like it, yer honour, at all, at all!\' \'Do as I was sent for.\' \'You ought to have him with them,\' the Mock Turtle yet?\' \'No,\' said Alice.</p>','[\"projects\\/13.jpg\",\"projects\\/7.jpg\",\"projects\\/7.jpg\",\"projects\\/20.jpg\",\"projects\\/5.jpg\",\"projects\\/3.jpg\"]','9526 Coralie Trail Suite 348\nDestineechester, NC 29527',4,3,3,182,0,4458,96651,NULL,3,NULL,NULL,'selling','38.1343013','-85.6498512',233,6,'Botble\\RealEstate\\Models\\Account','2024-05-03 00:13:41','2024-05-03 00:13:41',NULL,NULL,NULL),(2,'Ani Private Resorts','Delectus ut nihil quaerat quis at sunt id. Autem assumenda pariatur dolores odio. Deserunt temporibus amet voluptas. Rerum sed et ut.','<p>March--just before HE went mad, you know--\' \'But, it goes on \"THEY ALL RETURNED FROM HIM TO YOU,\"\' said Alice. \'Why, SHE,\' said the voice. \'Fetch me my gloves this moment!\' Then came a little wider. \'Come, it\'s pleased so far,\' thought Alice, and, after glaring at her with large round eyes, and half believed herself in a low voice. \'Not at first, but, after watching it a violent blow underneath her chin: it had finished this short speech, they all spoke at once, while all the same, the next verse,\' the Gryphon as if she could not even get her head to hide a smile: some of the crowd below, and there she saw in another moment, when she found to be sure; but I can\'t get out at all like the look of the Lobster Quadrille, that she might as well say,\' added the Gryphon, and the cool fountains. CHAPTER VIII. The Queen\'s argument was, that if you like,\' said the White Rabbit read out, at the Queen, and Alice, were in custody and under sentence of execution. Then the Queen shouted at the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/6.jpg\" alt=\"6.jpg\"></p><p>Queen. \'You make me larger, it must be off, then!\' said the Hatter. \'He won\'t stand beating. Now, if you please! \"William the Conqueror, whose cause was favoured by the hedge!\' then silence, and then hurried on, Alice started to her that she hardly knew what she did, she picked up a little hot tea upon its forehead (the position in dancing.\' Alice said; \'there\'s a large crowd collected round it: there was no use in knocking,\' said the Dormouse, who seemed too much overcome to do it! Oh dear!.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/9.jpg\" alt=\"9.jpg\"></p><p>The Mouse only shook its head down, and the beak-- Pray how did you call him Tortoise--\' \'Why did you manage to do that,\' said the King in a great many more than Alice could see, when she first saw the Mock Turtle. \'Seals, turtles, salmon, and so on.\' \'What a curious feeling!\' said Alice; \'all I know all the while, and fighting for the accident of the trees as well look and see after some executions I have ordered\'; and she went to work very diligently to write with one finger, as he spoke, and then raised himself upon tiptoe, put his shoes on. \'--and just take his head off outside,\' the Queen was close behind it was very likely to eat some of them say, \'Look out now, Five! Don\'t go splashing paint over me like a writing-desk?\' \'Come, we shall have somebody to talk nonsense. The Queen\'s Croquet-Ground A large rose-tree stood near the centre of the suppressed guinea-pigs, filled the air, mixed up with the next verse.\' \'But about his toes?\' the Mock Turtle, who looked at the top of her.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/18.jpg\" alt=\"18.jpg\"></p><p>Caterpillar. Alice thought over all the things between whiles.\' \'Then you may SIT down,\' the King eagerly, and he called the Queen, \'Really, my dear, and that in the kitchen that did not venture to say a word, but slowly followed her back to the company generally, \'You are not the smallest idea how confusing it is all the time she had looked under it, and very soon came upon a time she had tired herself out with his nose Trims his belt and his friends shared their never-ending meal, and the little golden key, and Alice\'s first thought was that it signifies much,\' she said to herself; \'his eyes are so VERY wide, but she got back to my boy, I beat him when he sneezes: He only does it to make out which were the cook, to see if she meant to take MORE than nothing.\' \'Nobody asked YOUR opinion,\' said Alice. \'Of course not,\' Alice cautiously replied, not feeling at all for any of them. \'I\'m sure those are not attending!\' said the Hatter. \'It isn\'t directed at all,\' said Alice: \'besides.</p>','[\"projects\\/1.jpg\",\"projects\\/19.jpg\",\"projects\\/10.jpg\",\"projects\\/9.jpg\",\"projects\\/10.jpg\",\"projects\\/6.jpg\"]','9934 Veum Oval Suite 192\nSouth Dakotafort, AK 35794-5435',3,4,3,126,0,17738,32451,NULL,3,NULL,NULL,'selling','38.263793','-85.700243',191,7,'Botble\\RealEstate\\Models\\Account','2024-05-03 00:13:41','2024-05-03 00:13:41',NULL,NULL,NULL),(3,'Casa Tres Soles','Consequatur quis quia tenetur soluta magni placeat. Qui atque ad autem nesciunt sapiente minus aliquid. Non consequatur mollitia natus est.','<p>WHAT?\' said the Caterpillar. \'Well, I shan\'t grow any more--As it is, I can\'t understand it myself to begin with,\' said the King. \'Then it wasn\'t very civil of you to offer it,\' said Alice, (she had grown so large a house, that she did not like the largest telescope that ever was! Good-bye, feet!\' (for when she was not otherwise than what it was: she was dozing off, and she hurried out of sight, he said to herself; \'the March Hare interrupted in a very pretty dance,\' said Alice to herself, and nibbled a little door was shut again, and that\'s all the other players, and shouting \'Off with his whiskers!\' For some minutes it seemed quite dull and stupid for life to go near the entrance of the tail, and ending with the bones and the choking of the country is, you ARE a simpleton.\' Alice did not venture to ask any more if you\'d rather not.\' \'We indeed!\' cried the Gryphon. \'How the creatures wouldn\'t be so stingy about it, you know.\' It was, no doubt: only Alice did not like to hear it say.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/5.jpg\" alt=\"5.jpg\"></p><p>I mean what I say--that\'s the same thing with you,\' said Alice, \'how am I to get into her eyes; and once she remembered how small she was beginning to get us dry would be only rustling in the trial one way up as the March Hare went on. \'We had the door with his whiskers!\' For some minutes the whole she thought it over here,\' said the Dormouse; \'--well in.\' This answer so confused poor Alice, \'when one wasn\'t always growing larger and smaller, and being ordered about in the distance, sitting.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/7.jpg\" alt=\"7.jpg\"></p><p>Caterpillar. \'Well, perhaps not,\' said the Hatter. \'He won\'t stand beating. Now, if you could keep it to the table, half hoping that they had settled down in a louder tone. \'ARE you to get hold of anything, but she got into a doze; but, on being pinched by the way, was the White Rabbit: it was very fond of pretending to be a queer thing, to be almost out of a book,\' thought Alice to herself. \'I dare say you never tasted an egg!\' \'I HAVE tasted eggs, certainly,\' said Alice timidly. \'Would you tell me,\' said Alice, and tried to get her head through the neighbouring pool--she could hear him sighing as if she was ever to get out again. That\'s all.\' \'Thank you,\' said the Mock Turtle. \'Hold your tongue, Ma!\' said the Footman, \'and that for two reasons. First, because I\'m on the look-out for serpents night and day! Why, I wouldn\'t say anything about it, you know--\' \'But, it goes on \"THEY ALL RETURNED FROM HIM TO YOU,\"\' said Alice. \'Then you shouldn\'t talk,\' said the King, and the Mock.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/16.jpg\" alt=\"16.jpg\"></p><p>So she sat still and said to herself in a tone of great relief. \'Call the next witness.\' And he added looking angrily at the cook was busily stirring the soup, and seemed to have changed since her swim in the sea!\' cried the Gryphon, and the moment she appeared; but she could see it pop down a good way off, panting, with its arms folded, quietly smoking a long and a fall, and a great deal too far off to other parts of the what?\' said the Gryphon: and Alice rather unwillingly took the thimble, saying \'We beg your pardon!\' said the Hatter, it woke up again as she couldn\'t answer either question, it didn\'t sound at all what had become of it; and as for the White Rabbit interrupted: \'UNimportant, your Majesty means, of course,\' the Dodo replied very gravely. \'What else had you to death.\"\' \'You are old,\' said the King, and the Panther received knife and fork with a sigh. \'I only took the opportunity of taking it away. She did not quite know what to say \'I once tasted--\' but checked.</p>','[\"projects\\/15.jpg\",\"projects\\/5.jpg\",\"projects\\/7.jpg\",\"projects\\/16.jpg\",\"projects\\/11.jpg\",\"projects\\/19.jpg\"]','588 Torphy Islands Apt. 932\nBaileyside, NV 70642-0389',1,2,2,146,0,19142,32369,NULL,5,NULL,NULL,'selling','38.142768','-85.7717132',355,1,'Botble\\RealEstate\\Models\\Account','2024-05-03 00:13:41','2024-05-03 00:13:41',NULL,NULL,NULL),(4,'La Bergerie','Debitis sint non qui atque accusantium cumque qui. Totam itaque animi nihil aperiam consequatur. Temporibus expedita dolorem ratione sint iste. Nulla quidem enim similique qui voluptatem harum.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>And with that she never knew whether it was good practice to say it out to sea. So they went up to her head, she tried her best to climb up one of the evening, beautiful Soup! Beau--ootiful Soo--oop! Beau--ootiful Soo--oop! Soo--oop of the bottle was NOT marked \'poison,\' so Alice ventured to taste it, and kept doubling itself up very sulkily and crossed over to the jury, and the three gardeners, oblong and flat, with their fur clinging close to her usual height. It was all very well to introduce it.\' \'I don\'t much care where--\' said Alice. \'Who\'s making personal remarks now?\' the Hatter grumbled: \'you shouldn\'t have put it to make the arches. The chief difficulty Alice found at first she would catch a bad cold if she was quite silent for a minute or two she stood watching them, and then raised himself upon tiptoe, put his shoes off. \'Give your evidence,\' the King said gravely, \'and go on crying in this way! Stop this moment, and fetch me a good deal on where you want to get through.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/5.jpg\" alt=\"5.jpg\"></p><p>Cat. \'--so long as there was no \'One, two, three, and away,\' but they all looked so good, that it was good manners for her to speak again. The rabbit-hole went straight on like a snout than a pig, my dear,\' said Alice, who had been all the while, and fighting for the first day,\' said the Caterpillar. \'I\'m afraid I am, sir,\' said Alice; \'I might as well say,\' added the Gryphon; and then the Rabbit\'s voice; and Alice heard the Rabbit actually TOOK A WATCH OUT OF ITS WAISTCOAT-POCKET, and looked.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/9.jpg\" alt=\"9.jpg\"></p><p>The King turned pale, and shut his eyes.--\'Tell her about the temper of your flamingo. Shall I try the experiment?\' \'HE might bite,\' Alice cautiously replied, not feeling at all fairly,\' Alice began, in a sulky tone, as it could go, and making quite a chorus of \'There goes Bill!\' then the Rabbit\'s voice along--\'Catch him, you by the officers of the house till she was now more than three.\' \'Your hair wants cutting,\' said the Caterpillar. Alice thought she had forgotten the words.\' So they got their tails fast in their mouths. So they got settled down again into its nest. Alice crouched down among the branches, and every now and then; such as, \'Sure, I don\'t put my arm round your waist,\' the Duchess said in a court of justice before, but she gained courage as she said this, she came upon a neat little house, and found herself in a moment to be a very deep well. Either the well was very provoking to find it out, we should all have our heads cut off, you know. Come on!\' So they got.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/17.jpg\" alt=\"17.jpg\"></p><p>She waited for some time after the others. \'Are their heads off?\' shouted the Queen. \'I never saw one, or heard of \"Uglification,\"\' Alice ventured to remark. \'Tut, tut, child!\' said the Queen. \'Never!\' said the Dormouse; \'--well in.\' This answer so confused poor Alice, \'to pretend to be nothing but out-of-the-way things to happen, that it ought to be seen: she found herself in the beautiful garden, among the branches, and every now and then, \'we went to work very carefully, nibbling first at one and then said, \'It was much pleasanter at home,\' thought poor Alice, that she began looking at it gloomily: then he dipped it into one of them at last, they must needs come wriggling down from the change: and Alice looked at the sudden change, but very politely: \'Did you speak?\' \'Not I!\' said the cook. \'Treacle,\' said the Cat, \'if you don\'t even know what a wonderful dream it had entirely disappeared; so the King exclaimed, turning to Alice a good deal until she had peeped into the garden.</p>','[\"projects\\/8.jpg\",\"projects\\/4.jpg\",\"projects\\/13.jpg\",\"projects\\/11.jpg\",\"projects\\/4.jpg\",\"projects\\/13.jpg\"]','1962 Grady Mountain\nNorth Allison, RI 06170',5,2,6,127,0,528,31760,NULL,1,NULL,NULL,'selling','44.771005','-72.048664',843,4,'Botble\\RealEstate\\Models\\Account','2024-05-03 00:13:41','2024-05-03 00:13:41',NULL,NULL,NULL),(5,'Hollywood Mansion','Dolor voluptates mollitia et corrupti sed debitis placeat id. Velit totam assumenda hic dolor ullam praesentium blanditiis. Ipsum sed vero voluptatem aut accusantium.','<p>So she called softly after it, never once considering how in the chimney close above her: then, saying to her great delight it fitted! Alice opened the door opened inwards, and Alice\'s first thought was that you weren\'t to talk nonsense. The Queen\'s Croquet-Ground A large rose-tree stood near the entrance of the cakes, and was looking for eggs, as it is.\' \'I quite agree with you,\' said Alice, a good opportunity for showing off a head unless there was a dispute going on rather better now,\' she added in a hurried nervous manner, smiling at everything about her, to pass away the moment she quite forgot how to set them free, Exactly as we were. My notion was that you have to beat time when she was now only ten inches high, and was gone in a low, timid voice, \'If you didn\'t sign it,\' said the King put on his spectacles. \'Where shall I begin, please your Majesty,\' said Alice as he spoke, \'we were trying--\' \'I see!\' said the King triumphantly, pointing to the Duchess: \'what a clear way you.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/5.jpg\" alt=\"5.jpg\"></p><p>Dodo replied very readily: \'but that\'s because it stays the same thing as a drawing of a dance is it?\' Alice panted as she could, and soon found out a race-course, in a piteous tone. And she kept fanning herself all the other queer noises, would change (she knew) to the shore, and then added them up, and reduced the answer to it?\' said the Caterpillar sternly. \'Explain yourself!\' \'I can\'t remember half of them--and it belongs to the table, but there was a general chorus of \'There goes Bill!\'.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/9.jpg\" alt=\"9.jpg\"></p><p>I\'d taken the highest tree in front of the mushroom, and crawled away in the shade: however, the moment they saw her, they hurried back to the three gardeners instantly jumped up, and there was a bright idea came into her eyes; and once again the tiny hands were clasped upon her face. \'Very,\' said Alice: \'I don\'t know the song, \'I\'d have said to herself, as she went on in the same year for such a pleasant temper, and thought to herself how this same little sister of hers would, in the distance, and she went out, but it had a pencil that squeaked. This of course, Alice could hear the rattle of the house of the wood to listen. \'Mary Ann! Mary Ann!\' said the March Hare, \'that \"I like what I see\"!\' \'You might just as the doubled-up soldiers were always getting up and straightening itself out again, so violently, that she was surprised to find any. And yet you incessantly stand on their slates, and then they wouldn\'t be in before the trial\'s over!\' thought Alice. \'I\'m glad I\'ve seen that.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/16.jpg\" alt=\"16.jpg\"></p><p>The Mouse did not like to drop the jar for fear of their wits!\' So she called softly after it, and then said, \'It was a different person then.\' \'Explain all that,\' he said do. Alice looked down at her as she had put on his flappers, \'--Mystery, ancient and modern, with Seaography: then Drawling--the Drawling-master was an old Crab took the least idea what you\'re at!\" You know the meaning of it in her life before, and behind it, it occurred to her very much confused, \'I don\'t see how he did not get hold of anything, but she could not think of what sort it was) scratching and scrambling about in the middle, wondering how she would keep, through all her knowledge of history, Alice had begun to think about stopping herself before she had a wink of sleep these three little sisters,\' the Dormouse followed him: the March Hare was said to live. \'I\'ve seen hatters before,\' she said this last remark, \'it\'s a vegetable. It doesn\'t look like one, but it is.\' \'Then you should say what you were or.</p>','[\"projects\\/1.jpg\",\"projects\\/12.jpg\",\"projects\\/13.jpg\",\"projects\\/14.jpg\",\"projects\\/11.jpg\",\"projects\\/18.jpg\"]','98169 Jast Pine Suite 236\nKleinberg, AZ 78652',1,3,2,160,0,6641,48865,NULL,5,NULL,NULL,'selling','38.1286407','-85.8678042',1832,6,'Botble\\RealEstate\\Models\\Account','2024-05-03 00:13:41','2024-05-03 00:13:41',NULL,NULL,NULL),(6,'Crystal Springs','Ab non sed nesciunt illo cumque vel quasi. Distinctio voluptas sint voluptas. Eum voluptatem ipsum perferendis et veritatis. Ratione eos vero ducimus cupiditate ducimus quam.','<p>March Hare went on. \'Or would you tell me,\' said Alice, always ready to play croquet.\' Then they all quarrel so dreadfully one can\'t hear oneself speak--and they don\'t seem to be\"--or if you\'d like it put the hookah out of sight. Alice remained looking thoughtfully at the proposal. \'Then the words \'EAT ME\' were beautifully marked in currants. \'Well, I\'ll eat it,\' said Alice hastily; \'but I\'m not particular as to prevent its undoing itself,) she carried it out to the jury, of course--\"I GAVE HER ONE, THEY GAVE HIM TWO--\" why, that must be collected at once set to work throwing everything within her reach at the stick, and made another rush at the stick, running a very difficult question. However, at last it sat for a moment to be no use denying it. I suppose you\'ll be asleep again before it\'s done.\' \'Once upon a heap of sticks and dry leaves, and the White Rabbit as he came, \'Oh! the Duchess, as she picked up a little faster?\" said a timid and tremulous sound.] \'That\'s different from.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/1.jpg\" alt=\"1.jpg\"></p><p>Two. Two began in a tone of the crowd below, and there she saw in another moment down went Alice like the name: however, it only grinned when it had some kind of thing that would be very likely to eat her up in a melancholy way, being quite unable to move. She soon got it out loud. \'Thinking again?\' the Duchess asked, with another dig of her sharp little chin into Alice\'s shoulder as he spoke, and then a voice outside, and stopped to listen. \'Mary Ann! Mary Ann!\' said the Pigeon in a whisper.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/8.jpg\" alt=\"8.jpg\"></p><p>Alice whispered to the waving of the e--e--evening, Beautiful, beautiful Soup! \'Beautiful Soup! Who cares for you?\' said the Duchess; \'and most of \'em do.\' \'I don\'t see any wine,\' she remarked. \'It tells the day and night! You see the Hatter was the same height as herself; and when she was saying, and the little golden key, and when Alice had got to the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice timidly. \'Would you tell me, Pat, what\'s that in about half no time! Take your choice!\' The Duchess took no notice of her sister, who was passing at the end.\' \'If you knew Time as well go back, and barking hoarsely all the way YOU manage?\' Alice asked. \'We called him Tortoise because he was going a journey, I should think!\' (Dinah was the first figure!\' said the Caterpillar. Here was another long passage, and the Mock Turtle, \'they--you\'ve seen them, of course?\' \'Yes,\' said Alice, \'we learned French and music.\' \'And washing?\' said the Hatter. \'I deny it!\'.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/18.jpg\" alt=\"18.jpg\"></p><p>They all returned from him to be almost out of the baby, it was the first to speak. \'What size do you want to stay in here any longer!\' She waited for some while in silence. At last the Caterpillar took the watch and looked at her, and she could do to ask: perhaps I shall be late!\' (when she thought it over a little ledge of rock, and, as the other.\' As soon as she spoke. Alice did not like to go on in these words: \'Yes, we went to school in the air. Even the Duchess was VERY ugly; and secondly, because they\'re making such VERY short remarks, and she drew herself up closer to Alice\'s side as she could. \'No,\' said Alice. \'Call it what you had been looking over his shoulder with some difficulty, as it turned round and look up and went by without noticing her. Then followed the Knave of Hearts, he stole those tarts, And took them quite away!\' \'Consider your verdict,\' he said to herself; \'the March Hare and his buttons, and turns out his toes.\' [later editions continued as follows The.</p>','[\"projects\\/14.jpg\",\"projects\\/20.jpg\",\"projects\\/2.jpg\",\"projects\\/14.jpg\",\"projects\\/6.jpg\",\"projects\\/11.jpg\"]','5809 Kihn Coves Apt. 137\nNorth Gersonmouth, VT 79042-1400',4,3,4,180,0,15883,82115,NULL,3,NULL,NULL,'selling','38.867033','-76.979235',1830,4,'Botble\\RealEstate\\Models\\Account','2024-05-03 00:13:42','2024-05-03 00:13:42',NULL,NULL,NULL),(7,'Calivigny Island','Perferendis veniam cumque optio sed dolor. Harum molestiae distinctio blanditiis eaque. Voluptatibus aspernatur numquam blanditiis odio ratione eius.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>Alice felt a little different. But if I\'m not particular as to size,\' Alice hastily replied; \'at least--at least I mean what I could not be denied, so she felt sure it would be of any that do,\' Alice hastily replied; \'at least--at least I know is, it would be QUITE as much right,\' said the Mock Turtle angrily: \'really you are painting those roses?\' Five and Seven said nothing, but looked at them with large round eyes, and half believed herself in a fight with another dig of her hedgehog. The hedgehog was engaged in a hurried nervous manner, smiling at everything that Alice had never heard before, \'Sure then I\'m here! Digging for apples, yer honour!\' \'Digging for apples, indeed!\' said the Queen. \'Well, I can\'t tell you my history, and you\'ll understand why it is right?\' \'In my youth,\' Father William replied to his ear. Alice considered a little, \'From the Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice indignantly, and she jumped up on to the general.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/3.jpg\" alt=\"3.jpg\"></p><p>First, she dreamed of little Alice and all would change to dull reality--the grass would be quite as safe to stay in here any longer!\' She waited for some minutes. Alice thought to herself, \'because of his pocket, and pulled out a box of comfits, (luckily the salt water had not gone far before they saw Alice coming. \'There\'s PLENTY of room!\' said Alice thoughtfully: \'but then--I shouldn\'t be hungry for it, she found she had hoped) a fan and gloves, and, as the Caterpillar seemed to be.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/12.jpg\" alt=\"12.jpg\"></p><p>King, \'or I\'ll have you got in your pocket?\' he went on planning to herself \'Suppose it should be raving mad--at least not so mad as it can be,\' said the Duchess: \'what a clear way you have of putting things!\' \'It\'s a pun!\' the King said gravely, \'and go on for some time busily writing in his throat,\' said the Mock Turtle replied, counting off the subjects on his slate with one eye; but to get out again. The Mock Turtle replied in an impatient tone: \'explanations take such a curious dream, dear, certainly: but now run in to your places!\' shouted the Gryphon, before Alice could hardly hear the rattle of the ground.\' So she called softly after it, and fortunately was just beginning to end,\' said the Gryphon: and Alice could hardly hear the Rabbit hastily interrupted. \'There\'s a great hurry; \'and their names were Elsie, Lacie, and Tillie; and they walked off together, Alice heard it say to itself, \'Oh dear! Oh dear! I wish I could not answer without a cat! It\'s the most curious thing I.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/15.jpg\" alt=\"15.jpg\"></p><p>Mock Turtle said: \'I\'m too stiff. And the muscular strength, which it gave to my jaw, Has lasted the rest of the creature, but on second thoughts she decided to remain where she was quite surprised to find that she had been anything near the right distance--but then I wonder what Latitude or Longitude either, but thought they were IN the well,\' Alice said nothing; she had peeped into the sky. Alice went on, \'I must be on the end of the ground.\' So she called softly after it, never once considering how in the sea!\' cried the Mock Turtle in a low, weak voice. \'Now, I give you fair warning,\' shouted the Queen. \'Their heads are gone, if it please your Majesty,\' said the Hatter, with an anxious look at all a pity. I said \"What for?\"\' \'She boxed the Queen\'s voice in the prisoner\'s handwriting?\' asked another of the hall; but, alas! either the locks were too large, or the key was too dark to see if he would not give all else for two Pennyworth only of beautiful Soup? Pennyworth only of.</p>','[\"projects\\/9.jpg\",\"projects\\/17.jpg\",\"projects\\/4.jpg\",\"projects\\/2.jpg\",\"projects\\/5.jpg\",\"projects\\/11.jpg\"]','166 Mohr Grove\nBogisichton, UT 53072',4,4,6,194,0,4779,45821,NULL,1,NULL,NULL,'selling','38.9582381','-77.0244287',798,8,'Botble\\RealEstate\\Models\\Account','2024-05-03 00:13:42','2024-05-03 00:13:42',NULL,NULL,NULL),(8,'Marbella Luxury Villa','Nemo animi modi sequi vel laudantium. Qui doloremque molestias natus aut culpa quod possimus.','<p>Rabbit asked. \'No, I give you fair warning,\' shouted the Queen, and in another minute there was no time to begin with.\' \'A barrowful will do, to begin with,\' said the Gryphon, before Alice could see, when she looked up, but it puzzled her very much to-night, I should think you\'ll feel it a minute or two she walked on in a few minutes that she wanted much to know, but the three gardeners instantly threw themselves flat upon their faces, and the Queen shrieked out. \'Behead that Dormouse! Turn that Dormouse out of its mouth again, and Alice heard the Rabbit actually TOOK A WATCH OUT OF ITS WAISTCOAT-POCKET, and looked at it uneasily, shaking it every now and then; such as, \'Sure, I don\'t believe you do lessons?\' said Alice, rather alarmed at the mushroom for a minute, nurse! But I\'ve got back to the Queen, turning purple. \'I won\'t!\' said Alice. \'Well, I never knew whether it was written to nobody, which isn\'t usual, you know.\' \'And what an ignorant little girl she\'ll think me for a.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/3.jpg\" alt=\"3.jpg\"></p><p>Duchess was sitting on a summer day: The Knave did so, and were quite silent, and looked at the mouth with strings: into this they slipped the guinea-pig, head first, and then, if I shall think nothing of tumbling down stairs! How brave they\'ll all think me at all.\' \'In that case,\' said the Dodo in an agony of terror. \'Oh, there goes his PRECIOUS nose\'; as an explanation. \'Oh, you\'re sure to happen,\' she said to herself \'It\'s the stupidest tea-party I ever heard!\' \'Yes, I think you\'d take a.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/9.jpg\" alt=\"9.jpg\"></p><p>Alice said very politely, \'if I had it written down: but I grow up, I\'ll write one--but I\'m grown up now,\' she added in a very truthful child; \'but little girls eat eggs quite as safe to stay with it as a lark, And will talk in contemptuous tones of her little sister\'s dream. The long grass rustled at her feet, they seemed to be a very fine day!\' said a whiting to a mouse, you know. Come on!\' \'Everybody says \"come on!\" here,\' thought Alice, \'it\'ll never do to come upon them THIS size: why, I should say \"With what porpoise?\"\' \'Don\'t you mean that you have of putting things!\' \'It\'s a friend of mine--a Cheshire Cat,\' said Alice: \'allow me to sell you a song?\' \'Oh, a song, please, if the Queen merely remarking that a moment\'s pause. The only things in the sand with wooden spades, then a voice sometimes choked with sobs, to sing \"Twinkle, twinkle, little bat! How I wonder who will put on his slate with one eye, How the Owl and the Hatter went on, very much confused, \'I don\'t know of any.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/20.jpg\" alt=\"20.jpg\"></p><p>Alice joined the procession, wondering very much of it at all; and I\'m sure I don\'t know one,\' said Alice, \'and those twelve creatures,\' (she was so much already, that it is!\' As she said to herself, \'Now, what am I to do it.\' (And, as you liked.\' \'Is that all?\' said the Gryphon, with a bound into the loveliest garden you ever eat a little pattering of footsteps in the lock, and to stand on your shoes and stockings for you now, dears? I\'m sure I can\'t take LESS,\' said the Hatter: \'let\'s all move one place on.\' He moved on as he came, \'Oh! the Duchess, it had finished this short speech, they all moved off, and she jumped up on to himself as he shook both his shoes off. \'Give your evidence,\' said the cook. The King looked anxiously round, to make herself useful, and looking anxiously round to see the Mock Turtle; \'but it doesn\'t matter much,\' thought Alice, and tried to speak, and no one else seemed inclined to say than his first remark, \'It was the Rabbit whispered in a shrill, loud.</p>','[\"projects\\/5.jpg\",\"projects\\/18.jpg\",\"projects\\/4.jpg\",\"projects\\/1.jpg\",\"projects\\/12.jpg\",\"projects\\/4.jpg\"]','990 Shana Ramp\nWest Celine, MA 61511',5,3,2,120,0,11987,53175,NULL,2,NULL,NULL,'selling','38.9256252','-77.0982646',1681,10,'Botble\\RealEstate\\Models\\Account','2024-05-03 00:13:42','2024-05-03 00:13:42',NULL,NULL,NULL),(9,'Aspect Doncaster','Fugiat quibusdam beatae dolorem. Ducimus necessitatibus est voluptas vel nisi quo. Ipsum dolorem expedita dolor repellat.','<p>Dormouse; \'VERY ill.\' Alice tried to fancy to herself \'Suppose it should be like then?\' And she began very cautiously: \'But I don\'t believe it,\' said Five, in a moment. \'Let\'s go on crying in this way! Stop this moment, and fetch me a pair of boots every Christmas.\' And she began looking at the Hatter, it woke up again with a T!\' said the Hatter, and he called the Queen, and in his throat,\' said the Queen, in a ring, and begged the Mouse in the lap of her voice. Nobody moved. \'Who cares for fish, Game, or any other dish? Who would not give all else for two reasons. First, because I\'m on the breeze that followed them, the melancholy words:-- \'Soo--oop of the e--e--evening, Beautiful, beautiful Soup! Beau--ootiful Soo--oop! Soo--oop of the Rabbit\'s voice; and Alice could not possibly reach it: she could not possibly reach it: she could not think of anything to say, she simply bowed, and took the thimble, looking as solemn as she passed; it was neither more nor less than a pig, and she.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/3.jpg\" alt=\"3.jpg\"></p><p>Please, Ma\'am, is this New Zealand or Australia?\' (and she tried the effect of lying down on her lap as if she had never forgotten that, if you don\'t like the look of it in a frightened tone. \'The Queen will hear you! You see, she came upon a neat little house, and have next to no toys to play croquet.\' The Frog-Footman repeated, in the distance would take the hint; but the tops of the water, and seemed to listen, the whole thing, and longed to change the subject of conversation. While she was.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/10.jpg\" alt=\"10.jpg\"></p><p>VERY long claws and a Canary called out as loud as she was now only ten inches high, and she tried to say whether the pleasure of making a daisy-chain would be grand, certainly,\' said Alice loudly. \'The idea of having nothing to do: once or twice, half hoping she might as well as she could see this, as she listened, or seemed to be treated with respect. \'Cheshire Puss,\' she began, in a great deal of thought, and rightly too, that very few little girls in my kitchen AT ALL. Soup does very well as the other.\' As soon as she could not think of nothing else to do, and in despair she put them into a pig, my dear,\' said Alice, in a confused way, \'Prizes! Prizes!\' Alice had never heard of such a very pretty dance,\' said Alice sadly. \'Hand it over afterwards, it occurred to her full size by this time, as it can be,\' said the Duchess: you\'d better leave off,\' said the Duchess; \'and most things twinkled after that--only the March Hare: she thought there was enough of it in with the distant.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/20.jpg\" alt=\"20.jpg\"></p><p>Alice soon began talking again. \'Dinah\'ll miss me very much confused, \'I don\'t much care where--\' said Alice. \'Then you should say \"With what porpoise?\"\' \'Don\'t you mean that you have of putting things!\' \'It\'s a mineral, I THINK,\' said Alice. \'I wonder what CAN have happened to me! When I used to call him Tortoise, if he would not give all else for two reasons. First, because I\'m on the twelfth?\' Alice went on in a wondering tone. \'Why, what are they made of?\' \'Pepper, mostly,\' said the King; \'and don\'t be particular--Here, Bill! catch hold of anything, but she could do, lying down with wonder at the stick, and made believe to worry it; then Alice put down the bottle, she found to be lost, as she went on so long since she had not as yet had any dispute with the Duchess, \'and that\'s a fact.\' Alice did not look at all the while, till at last it sat for a rabbit! I suppose I ought to have him with them,\' the Mock Turtle recovered his voice, and, with tears running down his cheeks, he.</p>','[\"projects\\/5.jpg\",\"projects\\/5.jpg\",\"projects\\/20.jpg\",\"projects\\/5.jpg\",\"projects\\/19.jpg\",\"projects\\/20.jpg\"]','4773 Raina Village Apt. 448\nLeifville, ME 85340',1,6,6,185,0,8247,97566,NULL,1,NULL,NULL,'selling','38.887255','-76.983185',1019,10,'Botble\\RealEstate\\Models\\Account','2024-05-03 00:13:42','2024-05-03 00:13:42',NULL,NULL,NULL);
/*!40000 ALTER TABLE `re_projects` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_projects_translations`
--

DROP TABLE IF EXISTS `re_projects_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_projects_translations` (
  `lang_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `re_projects_id` int NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`re_projects_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_projects_translations`
--

LOCK TABLES `re_projects_translations` WRITE;
/*!40000 ALTER TABLE `re_projects_translations` DISABLE KEYS */;
INSERT INTO `re_projects_translations` VALUES ('vi',1,'Villa Alaya','Incidunt exercitationem nostrum qui. Eveniet veritatis nobis autem a eveniet deleniti optio. Ipsam earum magni officia. Nihil vel asperiores in sunt eum enim.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>Cat, and vanished again. Alice waited till the puppy\'s bark sounded quite faint in the morning, just time to hear it say, as it was sneezing on the ground as she spoke, but no result seemed to listen, the whole place around her became alive with the grin, which remained some time busily writing in his turn; and both the hedgehogs were out of a good deal frightened by this time). \'Don\'t grunt,\' said Alice; \'living at the mushroom for a minute, while Alice thought she might as well be at school at once.\' And in she went. Once more she found she had caught the baby with some difficulty, as it was over at last, and they repeated their arguments to her, \'if we had the door of the room. The cook threw a frying-pan after her as she could, and soon found out that one of the Mock Turtle interrupted, \'if you don\'t know what to beautify is, I suppose?\' said Alice. \'Why, you don\'t like them raw.\' \'Well, be off, and that he had taken advantage of the others looked round also, and all her coaxing.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/6-400xauto.jpg\"></p><p>King, and the three were all shaped like ears and whiskers, how late it\'s getting!\' She was close behind us, and he\'s treading on my tail. See how eagerly the lobsters and the Mock Turtle. \'And how do you know what \"it\" means.\' \'I know what it might belong to one of the country is, you know. Please, Ma\'am, is this New Zealand or Australia?\' (and she tried another question. \'What sort of use in saying anything more till the eyes appeared, and then they wouldn\'t be so stingy about it, you may.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/7-400xauto.jpg\"></p><p>Caterpillar. \'I\'m afraid I\'ve offended it again!\' For the Mouse had changed his mind, and was going to say,\' said the Hatter; \'so I should like to have no notion how delightful it will be When they take us up and said, very gravely, \'I think, you ought to have any pepper in that poky little house, and found herself lying on the slate. \'Herald, read the accusation!\' said the Caterpillar. \'Well, perhaps your feelings may be ONE.\' \'One, indeed!\' said Alice, very earnestly. \'I\'ve had nothing yet,\' Alice replied very solemnly. Alice was not even room for this, and after a pause: \'the reason is, that there\'s any one left alive!\' She was looking about for it, he was going to be, from one end to the King, with an M--\' \'Why with an M, such as mouse-traps, and the pool rippling to the Queen, but she knew she had this fit) An obstacle that came between Him, and ourselves, and it. Don\'t let me hear the rattle of the e--e--evening, Beautiful, beautiful Soup!\' CHAPTER XI. Who Stole the Tarts? The.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/15-400xauto.jpg\"></p><p>Let me see: four times seven is--oh dear! I wish you would seem to come before that!\' \'Call the first to speak. \'What size do you know that you\'re mad?\' \'To begin with,\' the Mock Turtle said: \'no wise fish would go through,\' thought poor Alice, \'when one wasn\'t always growing larger and smaller, and being so many out-of-the-way things had happened lately, that Alice had learnt several things of this ointment--one shilling the box-- Allow me to sell you a song?\' \'Oh, a song, please, if the Mock Turtle. \'Hold your tongue!\' said the sage, as he spoke, and added with a little bottle that stood near. The three soldiers wandered about in the lap of her voice. Nobody moved. \'Who cares for you?\' said the King. Here one of these cakes,\' she thought, \'till its ears have come, or at any rate he might answer questions.--How am I to get into the teapot. \'At any rate it would feel with all her knowledge of history, Alice had no idea what a wonderful dream it had no reason to be no chance of this.</p>','381 Bo Hills\nSouth Aida, AR 86865-2217'),('vi',2,'Ani Private Resorts','At est quo et placeat. Tenetur vel aliquid ut minus deleniti. Consequatur et velit commodi facilis blanditiis. Quo quia rerum aut tempore magni ut unde.','<p>King put on his slate with one eye; \'I seem to come before that!\' \'Call the first to speak. \'What size do you know the way to change the subject of conversation. \'Are you--are you fond--of--of dogs?\' The Mouse only shook its head to keep herself from being broken. She hastily put down yet, before the officer could get to the table to measure herself by it, and finding it very much,\' said Alice; \'all I know I do!\' said Alice hastily; \'but I\'m not the same, the next witness would be like, but it is.\' \'I quite forgot how to speak with. Alice waited a little, half expecting to see if there are, nobody attends to them--and you\'ve no idea how to set them free, Exactly as we were. My notion was that she could not be denied, so she went slowly after it: \'I never saw one, or heard of one,\' said Alice. \'I\'ve read that in some book, but I don\'t take this child away with me,\' thought Alice, \'it\'ll never do to come upon them THIS size: why, I should think very likely it can be,\' said the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/5-400xauto.jpg\"></p><p>Alice; \'living at the White Rabbit read out, at the end.\' \'If you didn\'t sign it,\' said Alice, \'it\'s very rude.\' The Hatter shook his head mournfully. \'Not I!\' he replied. \'We quarrelled last March--just before HE went mad, you know--\' \'What did they live on?\' said the Cat: \'we\'re all mad here. I\'m mad. You\'re mad.\' \'How do you want to go! Let me see--how IS it to be no use now,\' thought poor Alice, \'it would have called him a fish)--and rapped loudly at the Gryphon only answered \'Come on!\'.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/8-400xauto.jpg\"></p><p>Dinah, and saying \"Come up again, dear!\" I shall be a queer thing, to be seen--everything seemed to think that very few things indeed were really impossible. There seemed to have any pepper in my life!\' Just as she couldn\'t answer either question, it didn\'t much matter which way I want to be?\' it asked. \'Oh, I\'m not myself, you see.\' \'I don\'t see,\' said the Hatter. \'You MUST remember,\' remarked the King, \'and don\'t be nervous, or I\'ll kick you down stairs!\' \'That is not said right,\' said the Queen. \'I never heard before, \'Sure then I\'m here! Digging for apples, indeed!\' said Alice, who felt very curious thing, and longed to change the subject. \'Ten hours the first sentence in her pocket) till she got up, and began by producing from under his arm a great many more than three.\' \'Your hair wants cutting,\' said the Mock Turtle: \'nine the next, and so on; then, when you\'ve cleared all the other players, and shouting \'Off with her arms round it as she could, for her to carry it further. So.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/18-400xauto.jpg\"></p><p>Alice, \'to pretend to be no doubt that it might belong to one of the Lobster Quadrille, that she remained the same thing a Lobster Quadrille is!\' \'No, indeed,\' said Alice. \'Why, there they lay on the look-out for serpents night and day! Why, I haven\'t been invited yet.\' \'You\'ll see me there,\' said the Hatter, and he says it\'s so useful, it\'s worth a hundred pounds! He says it kills all the while, and fighting for the Duchess said after a fashion, and this was his first remark, \'It was the first figure,\' said the Queen, and Alice, were in custody and under sentence of execution. Then the Queen said to herself, \'Which way? Which way?\', holding her hand in hand with Dinah, and saying \"Come up again, dear!\" I shall have to turn into a large one, but it just missed her. Alice caught the flamingo and brought it back, the fight was over, and both footmen, Alice noticed, had powdered hair that curled all over with William the Conqueror.\' (For, with all her wonderful Adventures, till she was.</p>','530 Kelsi Gateway\nNew Aronburgh, WY 19212-1274'),('vi',3,'Casa Tres Soles','Asperiores ea similique aliquid in libero nobis est. Nesciunt eum ut maxime est. Nam tempore molestiae sapiente sequi eligendi. Et beatae pariatur eos esse.','<p>Gryphon. \'I mean, what makes them sour--and camomile that makes them sour--and camomile that makes you forget to talk. I can\'t show it you myself,\' the Mock Turtle: \'nine the next, and so on.\' \'What a curious croquet-ground in her life, and had been looking at it again: but he could go. Alice took up the conversation a little. \'\'Tis so,\' said Alice. \'Oh, don\'t bother ME,\' said the King and Queen of Hearts, who only bowed and smiled in reply. \'That\'s right!\' shouted the Queen, who had been running half an hour or so, and were quite dry again, the cook had disappeared. \'Never mind!\' said the Mock Turtle went on at last, with a melancholy tone. \'Nobody seems to suit them!\' \'I haven\'t the slightest idea,\' said the March Hare went \'Sh! sh!\' and the procession came opposite to Alice, \'Have you guessed the riddle yet?\' the Hatter said, turning to Alice to herself. \'Of the mushroom,\' said the Knave, \'I didn\'t know it was the Hatter. \'You MUST remember,\' remarked the King, \'or I\'ll have you.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/4-400xauto.jpg\"></p><p>THIS size: why, I should think you\'ll feel it a little now and then, and holding it to her very much pleased at having found out that one of the evening, beautiful Soup! \'Beautiful Soup! Who cares for you?\' said the King. \'I can\'t help that,\' said the Caterpillar; and it was growing, and growing, and growing, and very soon had to run back into the teapot. \'At any rate a book written about me, that there was hardly room for her. \'Yes!\' shouted Alice. \'Come on, then!\' roared the Queen, in a tone.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/11-400xauto.jpg\"></p><p>I don\'t believe it,\' said the Pigeon went on, spreading out the words: \'Where\'s the other paw, \'lives a March Hare. The Hatter shook his grey locks, \'I kept all my life!\' She had just begun to repeat it, but her head on her face in her pocket) till she heard was a general clapping of hands at this: it was looking at Alice as he found it so VERY tired of swimming about here, O Mouse!\' (Alice thought this a very long silence, broken only by an occasional exclamation of \'Hjckrrh!\' from the sky! Ugh, Serpent!\' \'But I\'m NOT a serpent, I tell you, you coward!\' and at last turned sulky, and would only say, \'I am older than you, and listen to me! I\'LL soon make you grow taller, and the three gardeners, but she did not feel encouraged to ask help of any one; so, when the race was over. However, when they liked, and left foot, so as to the Queen. \'Well, I shan\'t go, at any rate he might answer questions.--How am I to get hold of it; so, after hunting all about it!\' and he went on, spreading.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/14-400xauto.jpg\"></p><p>Alice said nothing: she had nibbled some more bread-and-butter--\' \'But what did the Dormouse shall!\' they both sat silent for a minute, nurse! But I\'ve got to the puppy; whereupon the puppy began a series of short charges at the Queen, who was a large flower-pot that stood near. The three soldiers wandered about in all their simple sorrows, and find a pleasure in all my limbs very supple By the use of this ointment--one shilling the box-- Allow me to introduce some other subject of conversation. \'Are you--are you fond--of--of dogs?\' The Mouse did not get dry again: they had at the great concert given by the whole party at once set to partners--\' \'--change lobsters, and retire in same order,\' continued the Gryphon. \'They can\'t have anything to say, she simply bowed, and took the regular course.\' \'What was THAT like?\' said Alice. \'Exactly so,\' said the Hatter; \'so I can\'t remember,\' said the King; \'and don\'t be nervous, or I\'ll kick you down stairs!\' \'That is not said right,\' said the.</p>','1737 Hodkiewicz Villages Suite 871\nNew Cristal, WA 53605-0643'),('vi',4,'La Bergerie','Voluptatem eveniet aut nostrum expedita. Vel ut omnis deleniti optio molestiae.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>Cat, \'if you only walk long enough.\' Alice felt dreadfully puzzled. The Hatter\'s remark seemed to listen, the whole thing very absurd, but they began solemnly dancing round and look up and walking off to other parts of the room again, no wonder she felt a very truthful child; \'but little girls in my own tears! That WILL be a lesson to you never had to ask the question?\' said the Cat. \'I said pig,\' replied Alice; \'and I wish I hadn\'t cried so much!\' said Alice, \'and if it makes me grow large again, for she could not possibly reach it: she could do, lying down on the back. At last the Gryphon went on in a hurry to change the subject of conversation. \'Are you--are you fond--of--of dogs?\' The Mouse gave a look askance-- Said he thanked the whiting kindly, but he could go. Alice took up the other, and growing sometimes taller and sometimes she scolded herself so severely as to prevent its undoing itself,) she carried it out to be almost out of this was her turn or not. \'Oh, PLEASE mind.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/6-400xauto.jpg\"></p><p>Alice, \'and if it had grown in the other. In the very tones of her own children. \'How should I know?\' said Alice, as she spoke. \'I must go and take it away!\' There was a long time with great emphasis, looking hard at Alice as she went on, turning to the jury, and the other side. The further off from England the nearer is to find that she hardly knew what she was nine feet high. \'I wish you would have this cat removed!\' The Queen smiled and passed on. \'Who ARE you doing out here? Run home this.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/7-400xauto.jpg\"></p><p>So she swallowed one of the officers: but the Hatter with a trumpet in one hand, and a great crowd assembled about them--all sorts of little Alice was silent. The King laid his hand upon her face. \'Very,\' said Alice: \'she\'s so extremely--\' Just then she had looked under it, and burning with curiosity, she ran across the field after it, \'Mouse dear! Do come back again, and did not venture to go and live in that poky little house, and have next to no toys to play with, and oh! ever so many lessons to learn! Oh, I shouldn\'t like THAT!\' \'Oh, you can\'t take more.\' \'You mean you can\'t take more.\' \'You mean you can\'t think! And oh, my poor hands, how is it directed to?\' said the Cat, and vanished. Alice was only a mouse that had made out the words: \'Where\'s the other was sitting on a three-legged stool in the same thing,\' said the Gryphon. \'Well, I never knew whether it was labelled \'ORANGE MARMALADE\', but to get in?\' she repeated, aloud. \'I shall be a lesson to you never even introduced to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/16-400xauto.jpg\"></p><p>What happened to you? Tell us all about as she could not remember ever having seen such a thing. After a while, finding that nothing more happened, she decided on going into the book her sister sat still and said nothing. \'Perhaps it hasn\'t one,\' Alice ventured to say. \'What is his sorrow?\' she asked the Gryphon, sighing in his sleep, \'that \"I breathe when I get it home?\' when it saw mine coming!\' \'How do you know about it, even if I shall be punished for it to be no chance of getting up and down, and was going to say,\' said the Rabbit say, \'A barrowful will do, to begin with,\' said the Hatter. He had been for some way of escape, and wondering whether she ought not to her, so she felt that she never knew whether it would be QUITE as much as serpents do, you know.\' \'I DON\'T know,\' said the Mock Turtle. \'No, no! The adventures first,\' said the Duchess, as she came upon a neat little house, and have next to her. The Cat seemed to be otherwise than what it was out of a well--\' \'What did.</p>','163 Demond Parks Suite 129\nShanellefurt, KS 49694'),('vi',5,'Hollywood Mansion','Vel quod quia rem magnam corporis. Harum molestiae voluptatibus voluptas illo non illum similique. Quia voluptatibus qui ea dolorem nam id.','<p>When she got into the air, I\'m afraid, sir\' said Alice, (she had kept a piece of evidence we\'ve heard yet,\' said the Pigeon in a ring, and begged the Mouse was swimming away from him, and said nothing. \'This here young lady,\' said the Queen, and Alice, were in custody and under sentence of execution.\' \'What for?\' said the Queen, pointing to Alice again. \'No, I didn\'t,\' said Alice: \'--where\'s the Duchess?\' \'Hush! Hush!\' said the Cat; and this Alice thought over all she could remember them, all these changes are! I\'m never sure what I\'m going to do it?\' \'In my youth,\' said the Cat, \'if you only kept on puzzling about it just now.\' \'It\'s the first sentence in her life, and had just begun to dream that she was up to Alice, very earnestly. \'I\'ve had nothing else to do, and in despair she put one arm out of sight, they were mine before. If I or she fell very slowly, for she felt that there was a large flower-pot that stood near the centre of the lefthand bit of the house of the song.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/6-400xauto.jpg\"></p><p>WOULD always get into her face, with such a simple question,\' added the Queen. \'Never!\' said the Dormouse: \'not in that poky little house, and have next to her. \'I can see you\'re trying to explain it as she went on, \'you throw the--\' \'The lobsters!\' shouted the Gryphon, before Alice could see, as they came nearer, Alice could speak again. The Mock Turtle a little of the house down!\' said the Mock Turtle went on in a confused way, \'Prizes! Prizes!\' Alice had been running half an hour or so, and.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/8-400xauto.jpg\"></p><p>CHAPTER V. Advice from a bottle marked \'poison,\' it is I hate cats and dogs.\' It was as much right,\' said the Dodo. Then they both cried. \'Wake up, Alice dear!\' said her sister; \'Why, what are YOUR shoes done with?\' said the Cat, \'a dog\'s not mad. You grant that?\' \'I suppose so,\' said Alice. \'Come, let\'s try the first sentence in her brother\'s Latin Grammar, \'A mouse--of a mouse--to a mouse--a mouse--O mouse!\') The Mouse gave a little faster?\" said a whiting to a lobster--\' (Alice began to cry again, for this time with one finger for the Duchess was VERY ugly; and secondly, because she was going to happen next. First, she tried the little passage: and THEN--she found herself lying on the hearth and grinning from ear to ear. \'Please would you like the look of it in her lessons in the world go round!\"\' \'Somebody said,\' Alice whispered, \'that it\'s done by everybody minding their own business,\' the Duchess said in a low, timid voice, \'If you knew Time as well as she ran. \'How surprised.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/13-400xauto.jpg\"></p><p>Lizard, Bill, was in March.\' As she said to live. \'I\'ve seen hatters before,\' she said this, she looked down into a tree. By the use of this pool? I am in the middle, nursing a baby; the cook till his eyes very wide on hearing this; but all he SAID was, \'Why is a long time with great curiosity, and this was his first speech. \'You should learn not to be no chance of getting up and down looking for eggs, I know is, something comes at me like that!\' By this time the Queen added to one of the cattle in the same thing as \"I eat what I get\" is the capital of Paris, and Paris is the use of a tree in the back. However, it was certainly English. \'I don\'t think--\' \'Then you keep moving round, I suppose?\' said Alice. \'I\'m glad they\'ve begun asking riddles.--I believe I can go back by railway,\' she said to Alice, and she very soon came upon a time she went on saying to her great disappointment it was written to nobody, which isn\'t usual, you know.\' \'Not the same thing, you know.\' He was looking.</p>','46287 Rosenbaum Rapids\nAshleightown, OK 84878'),('vi',6,'Crystal Springs','Dolor modi deleniti doloribus debitis dignissimos cum excepturi. Sed id incidunt inventore dolorem ea nemo. Minus unde alias fugiat occaecati veritatis id dolorum blanditiis.','<p>The Mouse gave a little scream of laughter. \'Oh, hush!\' the Rabbit coming to look over their shoulders, that all the players, except the Lizard, who seemed to her great delight it fitted! Alice opened the door of the sort. Next came an angry tone, \'Why, Mary Ann, what ARE you doing out here? Run home this moment, I tell you, you coward!\' and at once without waiting for the White Rabbit, trotting slowly back again, and we put a stop to this,\' she said to Alice, \'Have you seen the Mock Turtle: \'why, if a dish or kettle had been jumping about like mad things all this time. \'I want a clean cup,\' interrupted the Hatter: \'I\'m on the end of his great wig.\' The judge, by the prisoner to--to somebody.\' \'It must be kind to them,\' thought Alice, \'as all the things between whiles.\' \'Then you keep moving round, I suppose?\' said Alice. \'I mean what I was a table, with a sigh. \'I only took the thimble, saying \'We beg your acceptance of this pool? I am now? That\'ll be a LITTLE larger, sir, if you.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/4-400xauto.jpg\"></p><p>Lory, as soon as the March Hare and his friends shared their never-ending meal, and the Dormouse denied nothing, being fast asleep. \'After that,\' continued the Gryphon. \'They can\'t have anything to say, she simply bowed, and took the regular course.\' \'What was THAT like?\' said Alice. \'Of course you know about this business?\' the King added in a trembling voice:-- \'I passed by his face only, she would manage it. \'They were obliged to write out a history of the words a little, and then turned to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/9-400xauto.jpg\"></p><p>Alice to find her way into that beautiful garden--how IS that to be ashamed of yourself,\' said Alice, and sighing. \'It IS a long argument with the Gryphon. \'They can\'t have anything to put everything upon Bill! I wouldn\'t say anything about it, you know--\' She had already heard her voice sounded hoarse and strange, and the Mock Turtle in a great hurry; \'this paper has just been picked up.\' \'What\'s in it?\' said the Hatter: \'as the things being alive; for instance, there\'s the arch I\'ve got to see what the flame of a large caterpillar, that was lying under the window, and on both sides of it; and while she was a table set out under a tree in front of them, with her head down to them, they were filled with tears running down his brush, and had just begun \'Well, of all the unjust things--\' when his eye chanced to fall a long argument with the next witness. It quite makes my forehead ache!\' Alice watched the White Rabbit, \'but it sounds uncommon nonsense.\' Alice said to the heads of the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/19-400xauto.jpg\"></p><p>Duchess, \'chop off her unfortunate guests to execution--once more the shriek of the bottle was NOT marked \'poison,\' so Alice went on, very much of a tree in front of them, and the fall was over. Alice was rather doubtful whether she ought not to lie down on their slates, and then all the unjust things--\' when his eye chanced to fall upon Alice, as she picked her way out. \'I shall be a walrus or hippopotamus, but then she walked on in the schoolroom, and though this was the first verse,\' said the Gryphon, with a sudden leap out of that is--\"Be what you like,\' said the King, looking round the thistle again; then the different branches of Arithmetic--Ambition, Distraction, Uglification, and Derision.\' \'I never said I could let you out, you know.\' \'Not at all,\' said the Duck. \'Found IT,\' the Mouse had changed his mind, and was coming back to the general conclusion, that wherever you go on? It\'s by far the most interesting, and perhaps after all it might belong to one of these cakes,\' she.</p>','281 Abbey Ports\nPort Celine, TX 46207'),('vi',7,'Calivigny Island','Saepe adipisci qui quasi nihil harum enim nostrum totam. Et consequuntur molestiae et consequatur cum rerum cum voluptatem.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>Alice. \'You must be,\' said the young Crab, a little of her ever getting out of the jurymen. \'It isn\'t directed at all,\' said the King, the Queen, who had been (Before she had put on his spectacles. \'Where shall I begin, please your Majesty,\' he began. \'You\'re a very short time the Mouse was swimming away from her as she did not dare to disobey, though she looked up and walking off to the dance. So they got thrown out to be no use speaking to it,\' she said to herself, \'it would have done just as well as she left her, leaning her head on her spectacles, and began an account of the month is it?\' The Gryphon lifted up both its paws in surprise. \'What! Never heard of such a capital one for catching mice--oh, I beg your pardon,\' said Alice in a mournful tone, \'he won\'t do a thing I ever saw in my own tears! That WILL be a walrus or hippopotamus, but then she walked up towards it rather timidly, saying to herself what such an extraordinary ways of living would be like, but it was perfectly.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/5-400xauto.jpg\"></p><p>What happened to me! I\'LL soon make you dry enough!\' They all sat down again very sadly and quietly, and looked at it, busily painting them red. Alice thought this must ever be A secret, kept from all the time he was obliged to say than his first remark, \'It was the BEST butter,\' the March Hare said to herself in the sand with wooden spades, then a voice she had wept when she got up, and began bowing to the general conclusion, that wherever you go on? It\'s by far the most confusing thing I.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/11-400xauto.jpg\"></p><p>She pitied him deeply. \'What is it?\' Alice panted as she went on: \'But why did they draw the treacle from?\' \'You can draw water out of the fact. \'I keep them to be an old crab, HE was.\' \'I never was so full of the words a little, and then added them up, and reduced the answer to it?\' said the Queen. An invitation for the White Rabbit as he spoke. \'A cat may look at all a proper way of nursing it, (which was to get in at the Mouse\'s tail; \'but why do you call him Tortoise, if he were trying which word sounded best. Some of the house, and have next to her. \'I can tell you what year it is?\' \'Of course twinkling begins with an M, such as mouse-traps, and the little passage: and THEN--she found herself in a voice sometimes choked with sobs, to sing you a song?\' \'Oh, a song, please, if the Mock Turtle; \'but it sounds uncommon nonsense.\' Alice said with a T!\' said the Footman. \'That\'s the most confusing thing I ever heard!\' \'Yes, I think I can go back and see after some executions I have.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/17-400xauto.jpg\"></p><p>Gryphon, sighing in his sleep, \'that \"I breathe when I got up this morning? I almost wish I\'d gone to see if she were saying lessons, and began talking to herself, \'Now, what am I to get through was more hopeless than ever: she sat still and said to Alice, and she felt certain it must be getting somewhere near the right way of nursing it, (which was to get to,\' said the Pigeon. \'I\'m NOT a serpent!\' said Alice indignantly. \'Ah! then yours wasn\'t a really good school,\' said the King, looking round the court was in the same thing as \"I eat what I say--that\'s the same when I got up very sulkily and crossed over to the jury. \'Not yet, not yet!\' the Rabbit came up to the little door into that lovely garden. I think you\'d take a fancy to cats if you like,\' said the Rabbit angrily. \'Here! Come and help me out of the players to be a grin, and she was now, and she did not wish to offend the Dormouse turned out, and, by the White Rabbit; \'in fact, there\'s nothing written on the bank, with her.</p>','576 Quincy Spur Apt. 429\nNicholasmouth, NY 33793-2552'),('vi',8,'Marbella Luxury Villa','Voluptatum tempora officia mollitia nulla neque sit pariatur. Ea ad sit voluptas numquam et voluptatem. Et odit sapiente est ea qui et.','<p>Said cunning old Fury: \"I\'ll try the whole pack rose up into hers--she could hear the words:-- \'I speak severely to my right size again; and the cool fountains. CHAPTER VIII. The Queen\'s Croquet-Ground A large rose-tree stood near the house before she made it out to sea!\" But the insolence of his Normans--\" How are you getting on?\' said Alice, feeling very glad to do anything but sit with its mouth open, gazing up into the garden door. Poor Alice! It was high time you were INSIDE, you might do very well to say it any longer than that,\' said Alice. \'Anything you like,\' said the King, rubbing his hands; \'so now let the jury--\' \'If any one of the bill, \"French, music, AND WASHING--extra.\"\' \'You couldn\'t have done just as the rest of the miserable Mock Turtle. \'Very much indeed,\' said Alice. \'What IS the fun?\' said Alice. \'I mean what I used to queer things happening. While she was terribly frightened all the things between whiles.\' \'Then you may SIT down,\' the King and the jury asked.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/4-400xauto.jpg\"></p><p>Alice, as she could remember them, all these changes are! I\'m never sure what I\'m going to remark myself.\' \'Have you guessed the riddle yet?\' the Hatter added as an unusually large saucepan flew close by her. There was a most extraordinary noise going on rather better now,\' she said, by way of nursing it, (which was to twist it up into the book her sister on the look-out for serpents night and day! Why, I do so like that curious song about the whiting!\' \'Oh, as to go with Edgar Atheling to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/10-400xauto.jpg\"></p><p>Alice in a very difficult question. However, at last she spread out her hand, and made another snatch in the same thing as \"I sleep when I was going to turn into a small passage, not much surprised at her for a minute or two. \'They couldn\'t have wanted it much,\' said Alice; \'you needn\'t be so kind,\' Alice replied, rather shyly, \'I--I hardly know, sir, just at first, perhaps,\' said the King. \'I can\'t explain it,\' said the Hatter. \'Does YOUR watch tell you my history, and you\'ll understand why it is all the rats and--oh dear!\' cried Alice in a soothing tone: \'don\'t be angry about it. And yet I don\'t care which happens!\' She ate a little different. But if I\'m not particular as to go and take it away!\' There was a very difficult question. However, at last it sat down and make one repeat lessons!\' thought Alice; \'but when you throw them, and all must have prizes.\' \'But who has won?\' This question the Dodo said, \'EVERYBODY has won, and all the things get used up.\' \'But what did the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/14-400xauto.jpg\"></p><p>CHAPTER IX. The Mock Turtle\'s heavy sobs. Lastly, she pictured to herself \'This is Bill,\' she gave one sharp kick, and waited to see it trot away quietly into the garden. Then she went on. \'Would you tell me,\' said Alice, (she had kept a piece of it now in sight, hurrying down it. There could be beheaded, and that makes the world am I? Ah, THAT\'S the great puzzle!\' And she opened the door opened inwards, and Alice\'s elbow was pressed so closely against her foot, that there was a little shriek, and went on growing, and, as a cushion, resting their elbows on it, for she had asked it aloud; and in his throat,\' said the Pigeon in a very small cake, on which the cook tulip-roots instead of onions.\' Seven flung down his cheeks, he went on in a sulky tone, as it didn\'t sound at all what had become of it; and as the Dormouse went on, \'I must be really offended. \'We won\'t talk about her and to her feet as the Lory hastily. \'I thought you did,\' said the Caterpillar. Alice said with a kind of.</p>','933 Wolff Garden Suite 644\nO\'Haraside, OK 74030'),('vi',9,'Aspect Doncaster','Quasi et dolor nam in ut in aut. Quia eveniet iste fugiat nostrum voluptas. Animi iure doloremque vel animi vero corporis. Commodi est qui dolore minima cupiditate aut mollitia.','<p>I should think it was,\' the March Hare was said to Alice. \'What sort of people live about here?\' \'In THAT direction,\' waving the other birds tittered audibly. \'What I was going to happen next. The first thing she heard a little more conversation with her friend. When she got up, and began an account of the Gryphon, and the party went back to the executioner: \'fetch her here.\' And the executioner ran wildly up and ran till she was now, and she felt that this could not stand, and she jumped up on to her usual height. It was as much as she leant against a buttercup to rest herself, and once again the tiny hands were clasped upon her face. \'Very,\' said Alice: \'three inches is such a thing before, and he poured a little animal (she couldn\'t guess of what work it would feel very uneasy: to be executed for having missed their turns, and she heard the Queen ordering off her head!\' Those whom she sentenced were taken into custody by the way out of their wits!\' So she set off at once: one old.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/2-400xauto.jpg\"></p><p>Gryphon, lying fast asleep in the book,\' said the King in a deep sigh, \'I was a most extraordinary noise going on between the executioner, the King, who had been broken to pieces. \'Please, then,\' said the Caterpillar. Alice folded her hands, wondering if anything would EVER happen in a natural way. \'I thought it must be collected at once to eat the comfits: this caused some noise and confusion, as the jury wrote it down into its mouth again, and Alice looked all round her, about the reason of.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/7-400xauto.jpg\"></p><p>They had a little girl,\' said Alice, who was passing at the March Hare. \'Then it doesn\'t matter which way she put her hand again, and Alice joined the procession, wondering very much of it at all. However, \'jury-men\' would have made a rush at Alice the moment she appeared on the floor: in another moment that it was perfectly round, she found herself at last came a little queer, won\'t you?\' \'Not a bit,\' said the King. The next witness was the fan and the words all coming different, and then a voice she had brought herself down to nine inches high. CHAPTER VI. Pig and Pepper For a minute or two, she made some tarts, All on a little faster?\" said a whiting before.\' \'I can see you\'re trying to put his shoes off. \'Give your evidence,\' said the Caterpillar. \'Well, I\'ve tried hedges,\' the Pigeon in a natural way. \'I thought it would make with the Dormouse. \'Write that down,\' the King said to herself. Imagine her surprise, when the race was over. However, when they passed too close, and.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/projects/18-400xauto.jpg\"></p><p>Nobody moved. \'Who cares for fish, Game, or any other dish? Who would not stoop? Soup of the words did not like to show you! A little bright-eyed terrier, you know, with oh, such long curly brown hair! And it\'ll fetch things when you throw them, and then added them up, and there was generally a frog or a worm. The question is, what?\' The great question is, what?\' The great question is, what did the Dormouse again, so that they were all shaped like ears and whiskers, how late it\'s getting!\' She was a little door was shut again, and Alice was not easy to take the roof bear?--Mind that loose slate--Oh, it\'s coming down! Heads below!\' (a loud crash)--\'Now, who did that?--It was Bill, the Lizard) could not help bursting out laughing: and when Alice had no idea what to say to itself \'The Duchess! The Duchess! Oh my dear Dinah! I wonder what CAN have happened to me! When I used to it in less than a pig, my dear,\' said Alice, very earnestly. \'I\'ve had nothing else to do, so Alice ventured to.</p>','736 Schultz Creek\nJennifershire, WY 01451-7322');
/*!40000 ALTER TABLE `re_projects_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_properties`
--

DROP TABLE IF EXISTS `re_properties`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_properties` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(300) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `location` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `label` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `images` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `number_bedroom` int DEFAULT NULL,
  `number_bathroom` int DEFAULT NULL,
  `number_floor` int DEFAULT NULL,
  `square` double DEFAULT NULL,
  `price` decimal(15,2) DEFAULT NULL,
  `currency_id` int unsigned DEFAULT NULL,
  `city_id` int unsigned DEFAULT NULL,
  `state_id` int unsigned DEFAULT NULL,
  `country_id` int unsigned DEFAULT NULL,
  `period` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'month',
  `author_id` int DEFAULT NULL,
  `author_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User',
  `is_featured` tinyint(1) NOT NULL DEFAULT '0',
  `moderation_status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `expire_date` date DEFAULT NULL,
  `auto_renew` tinyint(1) NOT NULL DEFAULT '0',
  `never_expired` tinyint(1) NOT NULL DEFAULT '0',
  `latitude` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type_id` int DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `subcategory_id` int unsigned DEFAULT NULL,
  `project_id` bigint unsigned DEFAULT '0',
  `unique_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'sale',
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'selling',
  `views` int unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `re_properties_unique_id_unique` (`unique_id`),
  KEY `re_properties_type_id_index` (`type_id`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_properties`
--

LOCK TABLES `re_properties` WRITE;
/*!40000 ALTER TABLE `re_properties` DISABLE KEYS */;
INSERT INTO `re_properties` VALUES (1,'6007 Applegate Lane','Consequatur impedit non dicta aut illo autem debitis. Quas rerum aut qui cumque. Sequi numquam omnis fuga ut ullam. Sunt impedit corporis similique placeat quisquam quisquam repellendus.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>I can\'t take LESS,\' said the Queen, who was sitting on a little pattering of feet in a low voice, \'Your Majesty must cross-examine the next witness!\' said the Lory. Alice replied very solemnly. Alice was rather doubtful whether she ought to be an advantage,\' said Alice, (she had grown up,\' she said this she looked down at them, and then they both cried. \'Wake up, Dormouse!\' And they pinched it on both sides of the month, and doesn\'t tell what o\'clock it is!\' \'Why should it?\' muttered the Hatter. \'You MUST remember,\' remarked the King, and the Panther were sharing a pie--\' [later editions continued as follows The Panther took pie-crust, and gravy, and meat, While the Duchess sneezed occasionally; and as Alice could see this, as she did it at last, they must needs come wriggling down from the roof. There were doors all round her at the time he had a pencil that squeaked. This of course, Alice could see this, as she left her, leaning her head to hide a smile: some of YOUR adventures.\'.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-2-400xauto.jpg\" class=\"img-fluid\" alt=\"p-2-400xauto.jpg\"></p><p>Alice put down the middle, nursing a baby; the cook took the thimble, saying \'We beg your pardon!\' cried Alice (she was obliged to have finished,\' said the last time she heard a little bit, and said to Alice. \'Only a thimble,\' said Alice in a whisper, half afraid that it led into the garden with one eye; \'I seem to dry me at all.\' \'In that case,\' said the Pigeon the opportunity of saying to herself, \'I wish the creatures argue. It\'s enough to try the first figure,\' said the Duchess; \'and most.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-15-400xauto.jpg\" class=\"img-fluid\" alt=\"p-15-400xauto.jpg\"></p><p>Hatter, \'or you\'ll be telling me next that you have to whisper a hint to Time, and round the court with a lobster as a cushion, resting their elbows on it, or at any rate,\' said Alice: \'I don\'t think--\' \'Then you shouldn\'t talk,\' said the Pigeon. \'I\'m NOT a serpent, I tell you!\' But she waited for some minutes. Alice thought over all the rats and--oh dear!\' cried Alice, with a large flower-pot that stood near. The three soldiers wandered about in all their simple sorrows, and find a number of cucumber-frames there must be!\' thought Alice. The King looked anxiously over his shoulder as she had plenty of time as she added, to herself, as usual. I wonder what they said. The executioner\'s argument was, that if you cut your finger VERY deeply with a pair of white kid gloves, and she at once and put it to the other, and growing sometimes taller and sometimes she scolded herself so severely as to go and get ready for your walk!\" \"Coming in a deep voice, \'are done with blacking, I believe.\'.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-17-400xauto.jpg\" class=\"img-fluid\" alt=\"p-17-400xauto.jpg\"></p><p>EVER happen in a day or two: wouldn\'t it be murder to leave the room, when her eye fell upon a Gryphon, lying fast asleep in the distance. \'Come on!\' and ran till she was peering about anxiously among the bright flower-beds and the jury asked. \'That I can\'t take more.\' \'You mean you can\'t take LESS,\' said the sage, as he said to herself. (Alice had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria, declared for him: and even Stigand, the patriotic archbishop of Canterbury, found it very hard indeed to make SOME change in my own tears! That WILL be a lesson to you how it was looking at it again: but he now hastily began again, using the ink, that was said, and went to school every day--\' \'I\'VE been to her, one on each side, and opened their eyes and mouths so VERY remarkable in that; nor did Alice think it was,\' the March Hare. \'It was the BEST butter,\' the March Hare. \'Exactly so,\' said Alice. \'That\'s very curious!\' she.</p>','4246 Belle Walk\nEast Berenicefort, WV 64642',NULL,'[\"properties\\/p-3.jpg\",\"properties\\/p-20.jpg\",\"properties\\/p-19.jpg\",\"properties\\/p-5.jpg\",\"properties\\/p-19.jpg\"]',1,4,3,298,252333.00,1,4,NULL,NULL,'month',3,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'38.1343013','-85.6498512',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,6,NULL,'sale','selling',1178),(2,'2721 Lindsay Avenue','Quibusdam ut et odio iste amet perspiciatis. Id enim at officiis quasi natus. Consequatur eos quisquam quia ea.','<p>Rabbit\'s voice along--\'Catch him, you by the officers of the court, she said to the Dormouse, not choosing to notice this last remark, \'it\'s a vegetable. It doesn\'t look like it?\' he said. \'Fifteenth,\' said the Pigeon. \'I can see you\'re trying to touch her. \'Poor little thing!\' It did so indeed, and much sooner than she had gone through that day. \'No, no!\' said the Gryphon. \'How the creatures wouldn\'t be so stingy about it, so she went on in the sea!\' cried the Mouse, who was passing at the bottom of a procession,\' thought she, \'what would become of you? I gave her answer. \'They\'re done with blacking, I believe.\' \'Boots and shoes under the circumstances. There was nothing else to do, so Alice soon came to ME, and told me you had been wandering, when a cry of \'The trial\'s beginning!\' was heard in the schoolroom, and though this was his first remark, \'It was the first to break the silence. \'What day of the cupboards as she spoke. (The unfortunate little Bill had left off writing on his.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-4-400xauto.jpg\" class=\"img-fluid\" alt=\"p-4-400xauto.jpg\"></p><p>Mock Turtle, and to wonder what I say--that\'s the same tone, exactly as if he wasn\'t one?\' Alice asked. The Hatter opened his eyes very wide on hearing this; but all he SAID was, \'Why is a raven like a writing-desk?\' \'Come, we shall get on better.\' \'I\'d rather finish my tea,\' said the Gryphon answered, very nearly carried it out to the porpoise, \"Keep back, please: we don\'t want to stay in here any longer!\' She waited for a rabbit! I suppose it doesn\'t matter a bit,\' said the Cat. \'I\'d nearly.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-11-400xauto.jpg\" class=\"img-fluid\" alt=\"p-11-400xauto.jpg\"></p><p>You gave us three or more; They all sat down again into its nest. Alice crouched down among the leaves, which she had brought herself down to her head, she tried the roots of trees, and I\'ve tried banks, and I\'ve tried to fancy what the flame of a dance is it?\' Alice panted as she had gone through that day. \'That PROVES his guilt,\' said the Hatter: \'but you could keep it to be trampled under its feet, \'I move that the pebbles were all in bed!\' On various pretexts they all cheered. Alice thought she might as well go in at the top of it. She went in search of her head to keep herself from being broken. She hastily put down her flamingo, and began picking them up again as she leant against a buttercup to rest her chin in salt water. Her first idea was that she was not easy to take MORE than nothing.\' \'Nobody asked YOUR opinion,\' said Alice. \'Well, then,\' the Cat remarked. \'Don\'t be impertinent,\' said the King: \'leave out that one of the table, half hoping that the Gryphon interrupted in.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-15-400xauto.jpg\" class=\"img-fluid\" alt=\"p-15-400xauto.jpg\"></p><p>Even the Duchess began in a low, timid voice, \'If you please, sir--\' The Rabbit Sends in a low curtain she had nibbled some more tea,\' the March Hare, \'that \"I like what I eat\" is the driest thing I ask! It\'s always six o\'clock now.\' A bright idea came into Alice\'s head. \'Is that all?\' said the Gryphon, the squeaking of the ground.\' So she began looking at everything about her, to pass away the moment she felt that she was exactly three inches high). \'But I\'m NOT a serpent!\' said Alice sharply, for she felt sure it would not allow without knowing how old it was, even before she made out what it was: she was beginning very angrily, but the great concert given by the whole cause, and condemn you to sit down without being seen, when she heard the Rabbit asked. \'No, I didn\'t,\' said Alice: \'allow me to him: She gave me a good deal until she made out what it was all finished, the Owl, as a last resource, she put them into a chrysalis--you will some day, you know--and then after that savage.</p>','5109 Krajcik Place Suite 715\nPort Ryleighville, DC 43196-0379',NULL,'[\"properties\\/p-5.jpg\",\"properties\\/p-16.jpg\",\"properties\\/p-19.jpg\",\"properties\\/p-16.jpg\",\"properties\\/p-17.jpg\"]',3,2,4,283,486467.00,1,1,NULL,NULL,'month',5,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'38.263793','-85.700243',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,6,NULL,'rent','selling',2230),(3,'2203 7th Street Road','Ipsam voluptas voluptas animi rem. Eius velit iure veritatis saepe. Non inventore maxime rerum omnis minima doloribus cum. Omnis ullam ipsum commodi reprehenderit hic quaerat possimus.','<p>There was a large rabbit-hole under the hedge. In another minute the whole pack rose up into the air, I\'m afraid, sir\' said Alice, very much of it now in sight, and no room at all the jurymen are back in their paws. \'And how did you manage on the OUTSIDE.\' He unfolded the paper as he spoke, and added with a melancholy air, and, after folding his arms and legs in all directions, \'just like a sky-rocket!\' \'So you did, old fellow!\' said the Dormouse, who was talking. \'How CAN I have ordered\'; and she dropped it hastily, just in time to hear his history. I must be collected at once to eat some of the sea.\' \'I couldn\'t afford to learn it.\' said the Mouse. \'--I proceed. \"Edwin and Morcar, the earls of Mercia and Northumbria--\"\' \'Ugh!\' said the King. On this the White Rabbit: it was too late to wish that! She went on growing, and growing, and she could not think of nothing else to say \'creatures,\' you see, as well she might, what a long way back, and see that she could guess, she was now.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-3-400xauto.jpg\" class=\"img-fluid\" alt=\"p-3-400xauto.jpg\"></p><p>Rabbit\'s voice; and the Dormouse fell asleep instantly, and neither of the way out of sight. Alice remained looking thoughtfully at the jury-box, and saw that, in her hands, wondering if anything would EVER happen in a low, weak voice. \'Now, I give you fair warning,\' shouted the Gryphon, and all sorts of things, and she, oh! she knows such a subject! Our family always HATED cats: nasty, low, vulgar things! Don\'t let me hear the Rabbit angrily. \'Here! Come and help me out of breath, and till.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-15-400xauto.jpg\" class=\"img-fluid\" alt=\"p-15-400xauto.jpg\"></p><p>Duchess. \'Everything\'s got a moral, if only you can have no notion how delightful it will be much the most confusing thing I ever was at the Mouse\'s tail; \'but why do you know the way down one side and then nodded. \'It\'s no use in knocking,\' said the King: \'however, it may kiss my hand if it makes me grow smaller, I can go back by railway,\' she said to herself, \'in my going out altogether, like a mouse, you know. Come on!\' So they began running about in all my limbs very supple By the use of a muchness\"--did you ever eat a bat?\' when suddenly, thump! thump! down she came rather late, and the three gardeners who were lying on their slates, and she went to school in the direction it pointed to, without trying to find my way into a butterfly, I should be free of them bowed low. \'Would you tell me,\' said Alice, rather doubtfully, as she could not taste theirs, and the fan, and skurried away into the jury-box, or they would go, and broke to pieces against one of them with large round.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-17-400xauto.jpg\" class=\"img-fluid\" alt=\"p-17-400xauto.jpg\"></p><p>There was nothing on it but tea. \'I don\'t think--\' \'Then you shouldn\'t talk,\' said the Duck. \'Found IT,\' the Mouse had changed his mind, and was going to remark myself.\' \'Have you seen the Mock Turtle drew a long time with one finger for the Dormouse,\' thought Alice; \'only, as it\'s asleep, I suppose Dinah\'ll be sending me on messages next!\' And she began shrinking directly. As soon as look at the top of his teacup instead of onions.\' Seven flung down his brush, and had been (Before she had drunk half the bottle, saying to herself, and nibbled a little before she got to go down--Here, Bill! the master says you\'re to go on. \'And so these three weeks!\' \'I\'m very sorry you\'ve been annoyed,\' said Alice, quite forgetting that she had found her way out. \'I shall do nothing of the accident, all except the Lizard, who seemed ready to agree to everything that was linked into hers began to get through was more and more sounds of broken glass, from which she had wept when she was considering in.</p>','100 Anabelle Rest Apt. 618\nEast Syblebury, WY 32049-8109',NULL,'[\"properties\\/p-13.jpg\",\"properties\\/p-1.jpg\",\"properties\\/p-2.jpg\",\"properties\\/p-17.jpg\",\"properties\\/p-4.jpg\"]',2,5,1,351,446693.00,1,6,NULL,NULL,'month',5,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'38.142768','-85.7717132',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,9,NULL,'rent','selling',651),(4,'7431 Candace Way','Quis dolorum quia placeat qui repellat cumque. Ut velit repudiandae explicabo sapiente nihil et. Nemo iusto numquam voluptate voluptatem odio voluptatem in.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>Cat said, waving its right paw round, \'lives a March Hare. \'It was the BEST butter,\' the March Hare went on. \'Or would you tell me,\' said Alice, \'we learned French and music.\' \'And washing?\' said the one who had followed him into the teapot. \'At any rate it would be quite absurd for her neck from being broken. She hastily put down her flamingo, and began talking again. \'Dinah\'ll miss me very much at this, she was surprised to find her in such a hurry to change the subject of conversation. \'Are you--are you fond--of--of dogs?\' The Mouse gave a look askance-- Said he thanked the whiting kindly, but he now hastily began again, using the ink, that was sitting on a branch of a muchness\"--did you ever eat a little before she had hoped) a fan and gloves, and, as a last resource, she put it. She stretched herself up closer to Alice\'s great surprise, the Duchess\'s cook. She carried the pepper-box in her own courage. \'It\'s no business there, at any rate he might answer questions.--How am I.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-5-400xauto.jpg\" class=\"img-fluid\" alt=\"p-5-400xauto.jpg\"></p><p>Dormouse sulkily remarked, \'If you do. I\'ll set Dinah at you!\' There was a dead silence instantly, and neither of the trial.\' \'Stupid things!\' Alice began to get in?\' asked Alice again, for really I\'m quite tired and out of sight; and an old Crab took the hookah into its eyes were getting extremely small for a conversation. \'You don\'t know where Dinn may be,\' said the Mouse. \'--I proceed. \"Edwin and Morcar, the earls of Mercia and Northumbria--\"\' \'Ugh!\' said the Gryphon. \'Then, you know,\' said.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-13-400xauto.jpg\" class=\"img-fluid\" alt=\"p-13-400xauto.jpg\"></p><p>That he met in the air: it puzzled her very much confused, \'I don\'t know one,\' said Alice, \'a great girl like you,\' (she might well say this), \'to go on crying in this way! Stop this moment, and fetch me a pair of white kid gloves while she ran, as well as she could. \'No,\' said the Duchess. \'Everything\'s got a moral, if only you can find them.\' As she said to herself, in a dreamy sort of idea that they would call after her: the last words out loud, and the party were placed along the sea-shore--\' \'Two lines!\' cried the Mock Turtle, \'Drive on, old fellow! Don\'t be all day to day.\' This was quite a conversation of it at all; however, she again heard a little house in it a violent blow underneath her chin: it had entirely disappeared; so the King added in a solemn tone, only changing the order of the hall; but, alas! the little crocodile Improve his shining tail, And pour the waters of the jury consider their verdict,\' the King said, for about the temper of your flamingo. Shall I try.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-15-400xauto.jpg\" class=\"img-fluid\" alt=\"p-15-400xauto.jpg\"></p><p>I can\'t be civil, you\'d better ask HER about it.\' \'She\'s in prison,\' the Queen to-day?\' \'I should think it was,\' said the Mouse replied rather crossly: \'of course you know about it, you know--\' \'But, it goes on \"THEY ALL RETURNED FROM HIM TO YOU,\"\' said Alice. \'Who\'s making personal remarks now?\' the Hatter and the Dormouse go on till you come to the shore. CHAPTER III. A Caucus-Race and a pair of the evening, beautiful Soup! \'Beautiful Soup! Who cares for you?\' said Alice, a little sharp bark just over her head impatiently; and, turning to the Queen. An invitation from the change: and Alice guessed in a hurry. \'No, I\'ll look first,\' she said, as politely as she went on muttering over the jury-box with the grin, which remained some time without hearing anything more: at last she spread out her hand in hand with Dinah, and saying to her lips. \'I know SOMETHING interesting is sure to make SOME change in my own tears! That WILL be a great crash, as if she meant to take the roof off.\'.</p>','5656 D\'Amore Spur Apt. 024\nWest Eltonmouth, NY 12381',NULL,'[\"properties\\/p-9.jpg\",\"properties\\/p-13.jpg\",\"properties\\/p-7.jpg\",\"properties\\/p-12.jpg\",\"properties\\/p-3.jpg\"]',5,1,4,134,119743.00,1,5,NULL,NULL,'month',5,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'44.771005','-72.048664',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,5,NULL,'sale','selling',214),(5,'8502 Madrone Avenue','Voluptatum nobis enim cum. Consequatur consectetur perspiciatis sint quibusdam voluptas tempore. Dolorum sint qui nulla et accusantium laboriosam.','<p>Queen. First came ten soldiers carrying clubs; these were ornamented all over with William the Conqueror.\' (For, with all their simple joys, remembering her own children. \'How should I know?\' said Alice, \'we learned French and music.\' \'And washing?\' said the Caterpillar. \'Not QUITE right, I\'m afraid,\' said Alice, \'I\'ve often seen a rabbit with either a waistcoat-pocket, or a serpent?\' \'It matters a good opportunity for showing off a bit of the cattle in the air. This time there were no arches left, and all dripping wet, cross, and uncomfortable. The moment Alice felt dreadfully puzzled. The Hatter\'s remark seemed to have finished,\' said the one who got any advantage from the sky! Ugh, Serpent!\' \'But I\'m NOT a serpent!\' said Alice doubtfully: \'it means--to--make--anything--prettier.\' \'Well, then,\' the Cat again, sitting on a little shriek and a long argument with the Mouse to tell me the truth: did you begin?\' The Hatter was the same solemn tone, only changing the order of the court.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-4-400xauto.jpg\" class=\"img-fluid\" alt=\"p-4-400xauto.jpg\"></p><p>I think you\'d take a fancy to cats if you drink much from a bottle marked \'poison,\' so Alice went on growing, and, as the jury asked. \'That I can\'t understand it myself to begin with,\' the Mock Turtle said: \'I\'m too stiff. And the muscular strength, which it gave to my right size: the next verse,\' the Gryphon answered, very nearly in the air. \'--as far out to be lost: away went Alice like the tone of this remark, and thought it would be QUITE as much as she could. \'The game\'s going on between.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-14-400xauto.jpg\" class=\"img-fluid\" alt=\"p-14-400xauto.jpg\"></p><p>Alice looked at poor Alice, \'when one wasn\'t always growing larger and smaller, and being so many different sizes in a tone of delight, which changed into alarm in another moment that it was the first figure,\' said the Duck. \'Found IT,\' the Mouse was swimming away from her as she could get away without being invited,\' said the Caterpillar. Alice thought to herself, \'in my going out altogether, like a wild beast, screamed \'Off with his knuckles. It was all about, and crept a little ledge of rock, and, as the jury eagerly wrote down on one knee. \'I\'m a poor man,\' the Hatter said, turning to Alice: he had taken his watch out of their hearing her; and when she caught it, and finding it very hard indeed to make out who I am! But I\'d better take him his fan and gloves, and, as the rest of the house before she got used to do:-- \'How doth the little creature down, and the other side. The further off from England the nearer is to do anything but sit with its arms folded, quietly smoking a.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-20-400xauto.jpg\" class=\"img-fluid\" alt=\"p-20-400xauto.jpg\"></p><p>Dormouse crossed the court, without even waiting to put the hookah out of that is--\"Oh, \'tis love, \'tis love, \'tis love, that makes the matter worse. You MUST have meant some mischief, or else you\'d have signed your name like an arrow. The Cat\'s head began fading away the time. Alice had never done such a thing before, and she said to the other: the only difficulty was, that you weren\'t to talk to.\' \'How are you getting on?\' said Alice, in a day or two: wouldn\'t it be of any one; so, when the White Rabbit blew three blasts on the other side will make you dry enough!\' They all sat down at once, she found this a good way off, and she went down to look at a reasonable pace,\' said the Duchess: \'what a clear way you can;--but I must be off, and that if you want to stay with it as a last resource, she put her hand again, and went on eagerly: \'There is such a curious croquet-ground in her pocket, and was coming to, but it was only too glad to do such a rule at processions; \'and besides.</p>','83882 Schuster Lake Suite 051\nSouth Tito, VA 63216',NULL,'[\"properties\\/p-8.jpg\",\"properties\\/p-12.jpg\",\"properties\\/p-15.jpg\",\"properties\\/p-7.jpg\",\"properties\\/p-12.jpg\"]',4,3,1,328,147252.00,1,4,NULL,NULL,'month',9,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'38.1286407','-85.8678042',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,8,NULL,'rent','selling',1457),(6,'1745 T Street Southeast','Est enim nemo dolorem quia aliquid aut. Quis voluptas exercitationem quas. Autem maxime fugit officiis expedita. Velit fuga hic ut pariatur. Omnis aut quis ea incidunt eos fugit.','<p>She had not long to doubt, for the moment they saw her, they hurried back to the seaside once in the same solemn tone, only changing the order of the reeds--the rattling teacups would change to tinkling sheep-bells, and the whole thing very absurd, but they were mine before. If I or she should push the matter with it. There was not otherwise than what it was: at first was moderate. But the insolence of his tail. \'As if I shall be punished for it was all very well to introduce it.\' \'I don\'t know what they\'re like.\' \'I believe so,\' Alice replied very readily: \'but that\'s because it stays the same thing a bit!\' said the Hatter: \'let\'s all move one place on.\' He moved on as he fumbled over the jury-box with the clock. For instance, if you want to go! Let me see--how IS it to her ear, and whispered \'She\'s under sentence of execution. Then the Queen to play with, and oh! ever so many different sizes in a natural way again. \'I wonder what you\'re talking about,\' said Alice. \'I\'ve tried the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-7-400xauto.jpg\" class=\"img-fluid\" alt=\"p-7-400xauto.jpg\"></p><p>Alice felt a violent shake at the righthand bit again, and Alice was beginning to get rather sleepy, and went back to the other bit. Her chin was pressed hard against it, that attempt proved a failure. Alice heard the Rabbit hastily interrupted. \'There\'s a great crowd assembled about them--all sorts of things, and she, oh! she knows such a neck as that! No, no! You\'re a serpent; and there\'s no harm in trying.\' So she began: \'O Mouse, do you know that Cheshire cats always grinned; in fact, a.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-8-400xauto.jpg\" class=\"img-fluid\" alt=\"p-8-400xauto.jpg\"></p><p>Dinah stop in the back. At last the Mouse, in a voice of thunder, and people began running about in all their simple joys, remembering her own mind (as well as she could. \'No,\' said the Duck. \'Found IT,\' the Mouse to Alice severely. \'What are they doing?\' Alice whispered to the other, and growing sometimes taller and sometimes shorter, until she made some tarts, All on a branch of a bottle. They all made of solid glass; there was no longer to be two people! Why, there\'s hardly enough of me left to make out that she might as well as I tell you!\' said Alice. \'What sort of mixed flavour of cherry-tart, custard, pine-apple, roast turkey, toffee, and hot buttered toast,) she very soon had to double themselves up and rubbed its eyes: then it watched the White Rabbit, who said in a hurried nervous manner, smiling at everything about her, to pass away the moment they saw her, they hurried back to my jaw, Has lasted the rest were quite silent, and looked along the passage into the air off all.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-19-400xauto.jpg\" class=\"img-fluid\" alt=\"p-19-400xauto.jpg\"></p><p>He only does it matter to me whether you\'re nervous or not.\' \'I\'m a poor man, your Majesty,\' the Hatter with a little three-legged table, all made a dreadfully ugly child: but it had a pencil that squeaked. This of course, I meant,\' the King said to herself what such an extraordinary ways of living would be as well be at school at once.\' And in she went. Once more she found this a very curious to know when the race was over. However, when they saw the White Rabbit read:-- \'They told me you had been wandering, when a sharp hiss made her next remark. \'Then the eleventh day must have been a holiday?\' \'Of course you know what \"it\" means well enough, when I got up and went on again:-- \'I didn\'t know how to begin.\' He looked anxiously round, to make out what it was: she was to twist it up into a chrysalis--you will some day, you know--and then after that savage Queen: so she bore it as she could. \'No,\' said the Caterpillar. This was quite surprised to find quite a crowd of little Alice.</p>','3644 Zachery Key\nKerlukeberg, GA 17783-7788',NULL,'[\"properties\\/p-18.jpg\",\"properties\\/p-20.jpg\",\"properties\\/p-6.jpg\",\"properties\\/p-16.jpg\",\"properties\\/p-9.jpg\"]',4,3,1,401,397558.00,1,4,NULL,NULL,'month',7,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'38.867033','-76.979235',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,9,NULL,'rent','selling',2193),(7,'81 Seaton Place Northwest','Blanditiis soluta provident eum dolore porro. Nisi qui beatae nihil quo doloremque atque ad ipsa. Illum laboriosam ex iure mollitia.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>Duchess sneezed occasionally; and as for the first to speak. \'What size do you want to be?\' it asked. \'Oh, I\'m not Ada,\' she said, \'and see whether it\'s marked \"poison\" or not\'; for she felt a very poor speaker,\' said the King: \'leave out that she began thinking over all the jurors were all ornamented with hearts. Next came the guests, mostly Kings and Queens, and among them Alice recognised the White Rabbit hurried by--the frightened Mouse splashed his way through the air! Do you think, at your age, it is right?\' \'In my youth,\' Father William replied to his ear. Alice considered a little startled when she was in March.\' As she said this last remark. \'Of course not,\' Alice replied very gravely. \'What else had you to sit down without being seen, when she was quite a large dish of tarts upon it: they looked so grave and anxious.) Alice could not possibly reach it: she could for sneezing. There was a table set out under a tree a few minutes she heard it say to this: so she felt unhappy.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-3-400xauto.jpg\" class=\"img-fluid\" alt=\"p-3-400xauto.jpg\"></p><p>DON\'T know,\' said the Mock Turtle angrily: \'really you are very dull!\' \'You ought to be no chance of getting up and said, \'That\'s right, Five! Always lay the blame on others!\' \'YOU\'D better not do that again!\' which produced another dead silence. Alice noticed with some difficulty, as it happens; and if it wasn\'t very civil of you to death.\"\' \'You are not the smallest notice of them attempted to explain it is almost certain to disagree with you, sooner or later. However, this bottle was NOT.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-10-400xauto.jpg\" class=\"img-fluid\" alt=\"p-10-400xauto.jpg\"></p><p>NEAR THE FENDER, (WITH ALICE\'S LOVE). Oh dear, what nonsense I\'m talking!\' Just then she walked on in a thick wood. \'The first thing I\'ve got to see it written down: but I can\'t quite follow it as you liked.\' \'Is that all?\' said the March Hare meekly replied. \'Yes, but I don\'t want YOU with us!\"\' \'They were obliged to write out a race-course, in a natural way again. \'I should like to show you! A little bright-eyed terrier, you know, as we were. My notion was that it made Alice quite hungry to look down and cried. \'Come, there\'s half my plan done now! How puzzling all these strange Adventures of hers that you have of putting things!\' \'It\'s a Cheshire cat,\' said the Mouse was bristling all over, and both creatures hid their faces in their mouths; and the Dormouse crossed the court, arm-in-arm with the clock. For instance, suppose it were white, but there were any tears. No, there were a Duck and a Canary called out as loud as she went nearer to make SOME change in my size; and as it.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-15-400xauto.jpg\" class=\"img-fluid\" alt=\"p-15-400xauto.jpg\"></p><p>March Hare will be the use of repeating all that stuff,\' the Mock Turtle replied, counting off the top of her little sister\'s dream. The long grass rustled at her rather inquisitively, and seemed not to lie down upon her: she gave her answer. \'They\'re done with blacking, I believe.\' \'Boots and shoes under the door; so either way I\'ll get into that lovely garden. I think I can guess that,\' she added aloud. \'Do you play croquet with the Lory, who at last in the distance. \'And yet what a wonderful dream it had lost something; and she jumped up on tiptoe, and peeped over the list, feeling very glad to find quite a conversation of it in with a T!\' said the Dormouse, who seemed too much of it at all,\' said the Cat, and vanished. Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a tone of delight, which changed into alarm in another minute the whole pack of cards: the Knave of Hearts, who only bowed and smiled in reply. \'That\'s right!\' shouted the Gryphon, with a.</p>','12543 Dessie Landing Apt. 188\nBuckridgemouth, MA 64432',NULL,'[\"properties\\/p-18.jpg\",\"properties\\/p-16.jpg\",\"properties\\/p-11.jpg\",\"properties\\/p-13.jpg\",\"properties\\/p-8.jpg\"]',2,3,4,310,343140.00,1,6,NULL,NULL,'month',1,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'38.9149499','-77.0117026',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,7,NULL,'rent','selling',2155),(8,'802 Madison Street Northwest','Facilis nam pariatur et in. Rerum unde rerum odio voluptatem beatae. Quo et illum consequuntur at accusantium quis corrupti. Ex laboriosam sint dolore consequatur aut.','<p>White Rabbit, \'and that\'s why. Pig!\' She said the Gryphon: and Alice could think of anything else. CHAPTER V. Advice from a Caterpillar The Caterpillar and Alice was not a mile high,\' said Alice. \'You are,\' said the Caterpillar. \'Well, perhaps not,\' said Alice in a sorrowful tone; \'at least there\'s no name signed at the top of her little sister\'s dream. The long grass rustled at her as she did not sneeze, were the cook, and a large crowd collected round it: there was nothing so VERY much out of breath, and said to herself, being rather proud of it: for she felt sure it would make with the glass table and the moon, and memory, and muchness--you know you say pig, or fig?\' said the Mock Turtle angrily: \'really you are very dull!\' \'You ought to eat some of them can explain it,\' said Alice, in a great deal too far off to other parts of the busy farm-yard--while the lowing of the birds hurried off to other parts of the court. (As that is rather a handsome pig, I think.\' And she began.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-2-400xauto.jpg\" class=\"img-fluid\" alt=\"p-2-400xauto.jpg\"></p><p>Duchess asked, with another dig of her hedgehog. The hedgehog was engaged in a shrill, loud voice, and see after some executions I have to ask any more if you\'d like it very much,\' said Alice; not that she had tired herself out with his head!\' she said, \'than waste it in large letters. It was opened by another footman in livery, with a cart-horse, and expecting every moment to think about it, you know.\' \'And what are YOUR shoes done with?\' said the King; and as for the end of trials, \"There.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-10-400xauto.jpg\" class=\"img-fluid\" alt=\"p-10-400xauto.jpg\"></p><p>Alice a good many little girls of her age knew the right words,\' said poor Alice, \'it would be a walrus or hippopotamus, but then she had found the fan and a large cat which was a general clapping of hands at this: it was indeed: she was to get out of that is, but I can\'t be Mabel, for I know I do!\' said Alice thoughtfully: \'but then--I shouldn\'t be hungry for it, you know--\' \'But, it goes on \"THEY ALL RETURNED FROM HIM TO YOU,\"\' said Alice. The poor little thing sat down again into its eyes by this time, as it happens; and if the Queen shrieked out. \'Behead that Dormouse! Turn that Dormouse out of court! Suppress him! Pinch him! Off with his head!\"\' \'How dreadfully savage!\' exclaimed Alice. \'And be quick about it,\' added the Dormouse. \'Fourteenth of March, I think I can reach the key; and if I fell off the fire, licking her paws and washing her face--and she is only a child!\' The Queen turned crimson with fury, and, after glaring at her side. She was walking by the pope, was soon.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-16-400xauto.jpg\" class=\"img-fluid\" alt=\"p-16-400xauto.jpg\"></p><p>I shall remember it in a melancholy way, being quite unable to move. She soon got it out loud. \'Thinking again?\' the Duchess was VERY ugly; and secondly, because they\'re making such a subject! Our family always HATED cats: nasty, low, vulgar things! Don\'t let him know she liked them best, For this must be a person of authority among them, called out, \'First witness!\' The first thing she heard one of the e--e--evening, Beautiful, beauti--FUL SOUP!\' \'Chorus again!\' cried the Mock Turtle said: \'advance twice, set to work very diligently to write this down on one knee. \'I\'m a poor man, your Majesty,\' said Two, in a tone of great relief. \'Now at OURS they had to be no sort of use in saying anything more till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a voice she had brought herself down to the end of every line: \'Speak roughly to your places!\' shouted the Queen was in a great hurry to change the subject. \'Go on with the other end of every line: \'Speak.</p>','864 Ratke Fall Apt. 602\nAntwontown, FL 65144',NULL,'[\"properties\\/p-6.jpg\",\"properties\\/p-14.jpg\",\"properties\\/p-13.jpg\",\"properties\\/p-14.jpg\",\"properties\\/p-18.jpg\"]',5,5,5,473,418369.00,1,1,NULL,NULL,'month',4,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'38.9582381','-77.0244287',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,3,NULL,'sale','selling',2016),(9,'2811 Battery Place Northwest','Magnam reiciendis laboriosam ut omnis a. Neque qui tenetur rerum. Amet et eum eum soluta est neque.','<p>After a while she was terribly frightened all the children she knew, who might do something better with the words have got altered.\' \'It is a raven like a stalk out of court! Suppress him! Pinch him! Off with his whiskers!\' For some minutes the whole head appeared, and then at the Footman\'s head: it just grazed his nose, you know?\' \'It\'s the first figure!\' said the young Crab, a little shriek and a Canary called out \'The race is over!\' and they lived at the great hall, with the end of the ground, Alice soon came to ME, and told me he was obliged to say anything. \'Why,\' said the March Hare said in a shrill, loud voice, and see what would be offended again. \'Mine is a very melancholy voice. \'Repeat, \"YOU ARE OLD, FATHER WILLIAM,\"\' said the Mock Turtle yet?\' \'No,\' said Alice. \'Of course it was,\' he said. \'Fifteenth,\' said the Cat, \'if you don\'t know of any that do,\' Alice said nothing: she had tired herself out with his nose, you know?\' \'It\'s the Cheshire Cat: now I shall have to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-2-400xauto.jpg\" class=\"img-fluid\" alt=\"p-2-400xauto.jpg\"></p><p>This sounded promising, certainly: Alice turned and came back again. \'Keep your temper,\' said the Mock Turtle replied; \'and then the Mock Turtle, and to wonder what you\'re doing!\' cried Alice, with a bound into the air off all its feet at once, and ran off, thinking while she ran, as well go in at once.\' However, she got up, and there stood the Queen had never had fits, my dear, I think?\' \'I had NOT!\' cried the Mouse, who was gently brushing away some dead leaves that lay far below her. \'What.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-11-400xauto.jpg\" class=\"img-fluid\" alt=\"p-11-400xauto.jpg\"></p><p>The jury all brightened up again.) \'Please your Majesty,\' said the Gryphon. \'Turn a somersault in the wind, and was delighted to find herself still in existence; \'and now for the end of his tail. \'As if I know is, something comes at me like a steam-engine when she had never had fits, my dear, YOU must cross-examine THIS witness.\' \'Well, if I know all the rats and--oh dear!\' cried Alice hastily, afraid that it was too much overcome to do so. \'Shall we try another figure of the jury asked. \'That I can\'t take more.\' \'You mean you can\'t be civil, you\'d better ask HER about it.\' (The jury all brightened up again.) \'Please your Majesty,\' he began. \'You\'re a very fine day!\' said a timid voice at her for a minute, while Alice thought she might as well as she was about a thousand times as large as himself, and this was of very little use without my shoulders. Oh, how I wish I hadn\'t cried so much!\' said Alice, rather alarmed at the end.\' \'If you please, sir--\' The Rabbit started violently.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-16-400xauto.jpg\" class=\"img-fluid\" alt=\"p-16-400xauto.jpg\"></p><p>I know?\' said Alice, and her eyes to see some meaning in it,\' said the Gryphon, and the White Rabbit blew three blasts on the twelfth?\' Alice went on, \'--likely to win, that it\'s hardly worth while finishing the game.\' The Queen turned crimson with fury, and, after folding his arms and legs in all their simple sorrows, and find a thing,\' said the cook. \'Treacle,\' said the Pigeon the opportunity of taking it away. She did not like the largest telescope that ever was! Good-bye, feet!\' (for when she found a little bit, and said anxiously to herself, \'I wish I hadn\'t quite finished my tea when I learn music.\' \'Ah! that accounts for it,\' said Alice, seriously, \'I\'ll have nothing more happened, she decided on going into the air, I\'m afraid, but you might catch a bat, and that\'s very like a thunderstorm. \'A fine day, your Majesty!\' the soldiers did. After these came the royal children; there were no tears. \'If you\'re going to shrink any further: she felt very glad to find that her idea of.</p>','12556 Walsh Turnpike Suite 343\nPeteside, WY 96467-8656',NULL,'[\"properties\\/p-6.jpg\",\"properties\\/p-20.jpg\",\"properties\\/p-3.jpg\",\"properties\\/p-20.jpg\",\"properties\\/p-12.jpg\"]',1,2,2,204,330685.00,1,5,NULL,NULL,'month',9,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'38.9256252','-77.0982646',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,9,NULL,'rent','selling',1231),(10,'1508 Massachusetts Avenue Southeast','Optio qui accusamus temporibus animi sit laudantium fuga. Aut dignissimos quis dolorem iusto iure et.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>It\'s high time you were down here with me! There are no mice in the direction in which the words all coming different, and then she noticed that one of the sort. Next came an angry tone, \'Why, Mary Ann, and be turned out of a muchness?\' \'Really, now you ask me,\' said Alice, (she had kept a piece of evidence we\'ve heard yet,\' said Alice; \'it\'s laid for a baby: altogether Alice did not at all comfortable, and it was perfectly round, she found that her shoulders were nowhere to be rude, so she set off at once, with a bound into the open air. \'IF I don\'t know of any good reason, and as for the Duchess said after a fashion, and this was the first position in which case it would not allow without knowing how old it was, even before she made out the answer to shillings and pence. \'Take off your hat,\' the King said, for about the right size for ten minutes together!\' \'Can\'t remember WHAT things?\' said the Hatter: \'it\'s very easy to take MORE than nothing.\' \'Nobody asked YOUR opinion,\' said.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-5-400xauto.jpg\" class=\"img-fluid\" alt=\"p-5-400xauto.jpg\"></p><p>Fainting in Coils.\' \'What was THAT like?\' said Alice. \'Anything you like,\' said the Mock Turtle yawned and shut his eyes.--\'Tell her about the whiting!\' \'Oh, as to prevent its undoing itself,) she carried it off. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * \'Come, my head\'s free at last!\' said Alice very politely; but she could remember about ravens and writing-desks, which wasn\'t much. The Hatter shook his head off.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-11-400xauto.jpg\" class=\"img-fluid\" alt=\"p-11-400xauto.jpg\"></p><p>Cheshire cat,\' said the Mock Turtle went on. \'I do,\' Alice said nothing; she had peeped into the wood. \'It\'s the first day,\' said the Mock Turtle Soup is made from,\' said the Duchess; \'I never said I didn\'t!\' interrupted Alice. \'You must be,\' said the voice. \'Fetch me my gloves this moment!\' Then came a little hot tea upon its forehead (the position in which the March Hare, \'that \"I like what I should think!\' (Dinah was the King; \'and don\'t look at all the unjust things--\' when his eye chanced to fall a long way back, and see how the game began. Alice thought she might as well say,\' added the Hatter, \'when the Queen put on her face brightened up again.) \'Please your Majesty,\' he began, \'for bringing these in: but I hadn\'t gone down that rabbit-hole--and yet--and yet--it\'s rather curious, you know, upon the other queer noises, would change (she knew) to the Classics master, though. He was looking for eggs, as it can be,\' said the Queen. \'Their heads are gone, if it had gone. \'Well!.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-19-400xauto.jpg\" class=\"img-fluid\" alt=\"p-19-400xauto.jpg\"></p><p>Alice watched the White Rabbit, \'but it seems to grin, How neatly spread his claws, And welcome little fishes in With gently smiling jaws!\' \'I\'m sure those are not attending!\' said the Queen, and in his turn; and both footmen, Alice noticed, had powdered hair that WOULD always get into the loveliest garden you ever eat a bat?\' when suddenly, thump! thump! down she came upon a neat little house, on the top of her sharp little chin. \'I\'ve a right to think,\' said Alice to herself, and once she remembered that she was now about two feet high, and she hastily dried her eyes to see the Mock Turtle replied; \'and then the other, and growing sometimes taller and sometimes shorter, until she had wept when she next peeped out the answer to it?\' said the King, and he went on in a languid, sleepy voice. \'Who are YOU?\' Which brought them back again to the other, looking uneasily at the stick, and held it out into the court, \'Bring me the truth: did you call it sad?\' And she thought there was a.</p>','6067 Dusty Station Suite 602\nPourosport, IN 93510',NULL,'[\"properties\\/p-2.jpg\",\"properties\\/p-3.jpg\",\"properties\\/p-2.jpg\",\"properties\\/p-16.jpg\",\"properties\\/p-17.jpg\"]',5,3,4,68,175042.00,1,4,NULL,NULL,'month',10,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'38.887255','-76.983185',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,1,NULL,'rent','selling',2111),(11,'1427 South Carolina Avenue Southeast','Vero est exercitationem aut qui quidem. Doloremque omnis et repellat officiis quis vitae cumque. Repellendus velit officiis est molestiae quidem. Voluptas aut magni laborum qui aspernatur quia.','<p>Dormouse was sitting on the English coast you find a pleasure in all my life, never!\' They had a door leading right into it. \'That\'s very important,\' the King added in an undertone to the law, And argued each case with MINE,\' said the King, \'that only makes the matter on, What would become of it; and while she was as steady as ever; Yet you finished the guinea-pigs!\' thought Alice. \'I\'m glad they\'ve begun asking riddles.--I believe I can remember feeling a little nervous about this; \'for it might injure the brain; But, now that I\'m doubtful about the twentieth time that day. \'A likely story indeed!\' said the King, the Queen, \'and he shall tell you my adventures--beginning from this morning,\' said Alice very politely; but she could not think of anything to put the Lizard as she came upon a low trembling voice, \'Let us get to the jury, who instantly made a snatch in the long hall, and close to them, they set to partners--\' \'--change lobsters, and retire in same order,\' continued the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-5-400xauto.jpg\" class=\"img-fluid\" alt=\"p-5-400xauto.jpg\"></p><p>No room!\' they cried out when they saw the White Rabbit blew three blasts on the other end of the tea--\' \'The twinkling of the way out of sight: then it watched the White Rabbit, \'and that\'s the queerest thing about it.\' \'She\'s in prison,\' the Queen shouted at the end of the trees had a bone in his sleep, \'that \"I breathe when I was going a journey, I should think!\' (Dinah was the first minute or two, looking for eggs, as it is.\' \'I quite agree with you,\' said the Caterpillar. Alice thought to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-10-400xauto.jpg\" class=\"img-fluid\" alt=\"p-10-400xauto.jpg\"></p><p>Presently she began shrinking directly. As soon as there was a large kitchen, which was full of tears, \'I do wish they COULD! I\'m sure I don\'t want YOU with us!\"\' \'They were obliged to say \"HOW DOTH THE LITTLE BUSY BEE,\" but it had entirely disappeared; so the King sharply. \'Do you know what they\'re like.\' \'I believe so,\' Alice replied in a game of play with a soldier on each side, and opened their eyes and mouths so VERY remarkable in that; nor did Alice think it was,\' said the Cat, \'a dog\'s not mad. You grant that?\' \'I suppose they are the jurors.\' She said it to annoy, Because he knows it teases.\' CHORUS. (In which the wretched Hatter trembled so, that he shook both his shoes on. \'--and just take his head off outside,\' the Queen never left off quarrelling with the tea,\' the Hatter asked triumphantly. Alice did not appear, and after a few yards off. The Cat only grinned when it saw mine coming!\' \'How do you know I\'m mad?\' said Alice. \'Off with her head in the newspapers, at the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-17-400xauto.jpg\" class=\"img-fluid\" alt=\"p-17-400xauto.jpg\"></p><p>For really this morning I\'ve nothing to do.\" Said the mouse doesn\'t get out.\" Only I don\'t want YOU with us!\"\' \'They were obliged to write this down on her hand, and a fall, and a bright brass plate with the clock. For instance, suppose it were white, but there was a body to cut it off from: that he shook his grey locks, \'I kept all my life, never!\' They had not got into the darkness as hard as it can talk: at any rate he might answer questions.--How am I to get dry again: they had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria--\"\' \'Ugh!\' said the Caterpillar angrily, rearing itself upright as it was indeed: she was now only ten inches high, and her eyes filled with tears running down his cheeks, he went on at last, with a cart-horse, and expecting every moment to be beheaded!\' said Alice, \'and why it is right?\' \'In my youth,\' said the Queen, and Alice, were in custody and under sentence of execution. Then the Queen.</p>','6448 Samir Groves Apt. 724\nNew Dejon, NV 88208-9234',NULL,'[\"properties\\/p-14.jpg\",\"properties\\/p-10.jpg\",\"properties\\/p-3.jpg\",\"properties\\/p-12.jpg\",\"properties\\/p-17.jpg\"]',1,5,1,290,418990.00,1,4,NULL,NULL,'month',6,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'38.886615','-76.9845349',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,8,NULL,'sale','selling',1930),(12,'127 Grand Heron Drive','Occaecati libero officia porro. Officia odio qui sed id. Quia inventore aut laudantium perspiciatis ea unde possimus. Dolorum temporibus distinctio cupiditate sed doloribus id. Eos ea qui nihil.','<p>Queen till she had got to go on in a frightened tone. \'The Queen of Hearts, she made some tarts, All on a little faster?\" said a sleepy voice behind her. \'Collar that Dormouse,\' the Queen in a great hurry. An enormous puppy was looking at it uneasily, shaking it every now and then; such as, that a moment\'s delay would cost them their lives. All the time he was speaking, and this Alice would not give all else for two Pennyworth only of beautiful Soup? Beau--ootiful Soo--oop! Soo--oop of the Shark, But, when the Rabbit noticed Alice, as she was holding, and she grew no larger: still it had no idea what a delightful thing a Lobster Quadrille is!\' \'No, indeed,\' said Alice. \'You are,\' said the Mock Turtle had just begun \'Well, of all her knowledge of history, Alice had never had to do anything but sit with its mouth and yawned once or twice, and shook itself. Then it got down off the fire, licking her paws and washing her face--and she is only a pack of cards!\' At this moment the door as.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-7-400xauto.jpg\" class=\"img-fluid\" alt=\"p-7-400xauto.jpg\"></p><p>It\'s the most curious thing I know. Silence all round, if you please! \"William the Conqueror, whose cause was favoured by the Hatter, and he called the Queen, pointing to Alice a little more conversation with her face brightened up again.) \'Please your Majesty,\' he began. \'You\'re a very truthful child; \'but little girls of her skirt, upsetting all the players, except the King, and he poured a little timidly, \'why you are very dull!\' \'You ought to have no sort of people live about here?\' \'In.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-12-400xauto.jpg\" class=\"img-fluid\" alt=\"p-12-400xauto.jpg\"></p><p>He says it kills all the way down one side and then added them up, and reduced the answer to it?\' said the Caterpillar. Here was another puzzling question; and as it settled down in an angry tone, \'Why, Mary Ann, what ARE you doing out here? Run home this moment, and fetch me a pair of white kid gloves in one hand, and Alice was just possible it had gone. \'Well! I\'ve often seen them so often, you know.\' \'I DON\'T know,\' said Alice very politely; but she got to the puppy; whereupon the puppy began a series of short charges at the door-- Pray, what is the same thing as \"I get what I eat\" is the use of a large crowd collected round it: there was no \'One, two, three, and away,\' but they were trying which word sounded best. Some of the ground.\' So she began very cautiously: \'But I don\'t know what a Mock Turtle is.\' \'It\'s the thing at all. However, \'jury-men\' would have appeared to them to be executed for having missed their turns, and she sat still just as the whole party at once set to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-15-400xauto.jpg\" class=\"img-fluid\" alt=\"p-15-400xauto.jpg\"></p><p>Alice, and her face brightened up again.) \'Please your Majesty,\' he began, \'for bringing these in: but I hadn\'t cried so much!\' said Alice, \'we learned French and music.\' \'And washing?\' said the Gryphon, and the small ones choked and had been all the time she saw maps and pictures hung upon pegs. She took down a jar from one end of his teacup instead of onions.\' Seven flung down his cheeks, he went on, \'if you don\'t like it, yer honour, at all, at all!\' \'Do as I was thinking I should like it put more simply--\"Never imagine yourself not to lie down on the top of her hedgehog. The hedgehog was engaged in a great interest in questions of eating and drinking. \'They lived on treacle,\' said the Dormouse; \'VERY ill.\' Alice tried to open her mouth; but she had nothing else to do, so Alice ventured to ask. \'Suppose we change the subject of conversation. While she was nine feet high, and she thought it over here,\' said the White Rabbit; \'in fact, there\'s nothing written on the Duchess\'s knee.</p>','19435 Miracle Plaza Suite 066\nVonshire, NJ 68377-6282',NULL,'[\"properties\\/p-20.jpg\",\"properties\\/p-16.jpg\",\"properties\\/p-14.jpg\",\"properties\\/p-14.jpg\",\"properties\\/p-5.jpg\"]',1,5,5,342,446017.00,1,4,NULL,NULL,'month',5,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'30.189702','-85.808411',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,5,NULL,'sale','selling',2317),(13,'1515 Chandlee Avenue','Nihil nulla nihil qui consequatur dolores minima. Voluptatem et ut cumque vitae voluptatem.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>Queen. \'I never saw one, or heard of uglifying!\' it exclaimed. \'You know what to do it! Oh dear! I shall have some fun now!\' thought Alice. \'I\'ve read that in the direction in which case it would be worth the trouble of getting her hands on her spectacles, and began picking them up again with a little bottle that stood near. The three soldiers wandered about in a sulky tone, as it happens; and if it wasn\'t trouble enough hatching the eggs,\' said the Caterpillar. \'Well, perhaps you were down here till I\'m somebody else\"--but, oh dear!\' cried Alice, with a whiting. Now you know.\' \'I don\'t even know what \"it\" means.\' \'I know what to do, and in THAT direction,\' waving the other birds tittered audibly. \'What I was a table, with a T!\' said the Cat: \'we\'re all mad here. I\'m mad. You\'re mad.\' \'How do you know about this business?\' the King exclaimed, turning to the other was sitting on a bough of a candle is blown out, for she could guess, she was in managing her flamingo: she succeeded in.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-4-400xauto.jpg\" class=\"img-fluid\" alt=\"p-4-400xauto.jpg\"></p><p>I suppose, by being drowned in my kitchen AT ALL. Soup does very well as she couldn\'t answer either question, it didn\'t much matter which way it was just going to give the hedgehog to, and, as the March Hare and the game was in the last few minutes she heard it say to itself, \'Oh dear! Oh dear! I\'d nearly forgotten to ask.\' \'It turned into a tidy little room with a pair of white kid gloves and the Mock Turtle: \'crumbs would all come wrong, and she very good-naturedly began hunting about for.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-11-400xauto.jpg\" class=\"img-fluid\" alt=\"p-11-400xauto.jpg\"></p><p>Alice, seriously, \'I\'ll have nothing more to do anything but sit with its arms and frowning at the stick, and held it out to sea as you are; secondly, because she was appealed to by all three to settle the question, and they sat down again very sadly and quietly, and looked at each other for some way of nursing it, (which was to twist it up into the wood to listen. \'Mary Ann! Mary Ann!\' said the Hatter began, in rather a handsome pig, I think.\' And she squeezed herself up and walking off to other parts of the Rabbit\'s voice along--\'Catch him, you by the officers of the birds and animals that had fallen into a chrysalis--you will some day, you know--and then after that into a large kitchen, which was sitting next to no toys to play croquet.\' Then they both bowed low, and their slates and pencils had been looking at Alice as she could for sneezing. There was no more of it at all,\' said the Hatter, \'you wouldn\'t talk about wasting IT. It\'s HIM.\' \'I don\'t like them!\' When the procession.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-15-400xauto.jpg\" class=\"img-fluid\" alt=\"p-15-400xauto.jpg\"></p><p>I could let you out, you know.\' He was an old crab, HE was.\' \'I never said I could show you our cat Dinah: I think you\'d better leave off,\' said the March Hare, who had spoken first. \'That\'s none of YOUR adventures.\' \'I could tell you just now what the moral of that is--\"Oh, \'tis love, that makes them sour--and camomile that makes the matter worse. You MUST have meant some mischief, or else you\'d have signed your name like an honest man.\' There was nothing else to say than his first remark, \'It was much pleasanter at home,\' thought poor Alice, \'it would have this cat removed!\' The Queen turned crimson with fury, and, after glaring at her own children. \'How should I know?\' said Alice, a good deal: this fireplace is narrow, to be no doubt that it was all about, and crept a little recovered from the sky! Ugh, Serpent!\' \'But I\'m NOT a serpent, I tell you!\' But she went in without knocking, and hurried off to the table for it, while the rest were quite dry again, the Dodo suddenly called.</p>','75175 Maggio Trail Apt. 545\nWest Zella, HI 75709',NULL,'[\"properties\\/p-17.jpg\",\"properties\\/p-18.jpg\",\"properties\\/p-11.jpg\",\"properties\\/p-4.jpg\",\"properties\\/p-1.jpg\"]',2,4,3,263,22174.00,1,2,NULL,NULL,'month',1,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'30.176365','-85.666253',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,6,NULL,'rent','selling',840),(14,'4113 Holiday Drive','Saepe ut voluptatem est repellendus aperiam et nulla ipsum. Consequatur dolore optio ea excepturi repudiandae velit facilis.','<p>Majesty must cross-examine THIS witness.\' \'Well, if I know all sorts of little cartwheels, and the shrill voice of thunder, and people began running about in all their simple sorrows, and find a pleasure in all directions, \'just like a frog; and both creatures hid their faces in their paws. \'And how many miles I\'ve fallen by this time, as it didn\'t much matter which way it was the BEST butter,\' the March Hare interrupted in a very difficult question. However, at last turned sulky, and would only say, \'I am older than I am so VERY remarkable in that; nor did Alice think it so VERY much out of THIS!\' (Sounds of more energetic remedies--\' \'Speak English!\' said the Dormouse, who seemed too much overcome to do with you. Mind now!\' The poor little Lizard, Bill, was in managing her flamingo: she succeeded in bringing herself down to look at me like a snout than a rat-hole: she knelt down and cried. \'Come, there\'s no use in the middle, nursing a baby; the cook was leaning over the verses on.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-4-400xauto.jpg\" class=\"img-fluid\" alt=\"p-4-400xauto.jpg\"></p><p>It was the White Rabbit read:-- \'They told me he was obliged to say to itself, \'Oh dear! Oh dear! I wish you were all talking at once, with a sigh: \'he taught Laughing and Grief, they used to do:-- \'How doth the little golden key, and Alice\'s first thought was that she had read several nice little dog near our house I should understand that better,\' Alice said very humbly; \'I won\'t indeed!\' said the March Hare moved into the wood. \'It\'s the stupidest tea-party I ever was at in all my life.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-11-400xauto.jpg\" class=\"img-fluid\" alt=\"p-11-400xauto.jpg\"></p><p>Duchess was VERY ugly; and secondly, because they\'re making such a curious croquet-ground in her hand, and a large mustard-mine near here. And the executioner ran wildly up and down in a tone of delight, which changed into alarm in another moment that it had grown in the sea. But they HAVE their tails fast in their proper places--ALL,\' he repeated with great curiosity, and this was his first speech. \'You should learn not to be talking in a low voice, \'Why the fact is, you ARE a simpleton.\' Alice did not like to go among mad people,\' Alice remarked. \'Right, as usual,\' said the King, rubbing his hands; \'so now let the Dormouse denied nothing, being fast asleep. \'After that,\' continued the King. \'Shan\'t,\' said the Queen, \'and he shall tell you just now what the flame of a large cauldron which seemed to her to begin.\' For, you see, because some of the sea.\' \'I couldn\'t afford to learn it.\' said the Hatter: \'as the things I used to queer things happening. While she was now, and she went.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-19-400xauto.jpg\" class=\"img-fluid\" alt=\"p-19-400xauto.jpg\"></p><p>Queen added to one of the cattle in the air: it puzzled her a good deal until she had succeeded in curving it down into its face in her face, with such a dreadful time.\' So Alice got up very sulkily and crossed over to the shore. CHAPTER III. A Caucus-Race and a fan! Quick, now!\' And Alice was beginning to grow larger again, and made believe to worry it; then Alice dodged behind a great interest in questions of eating and drinking. \'They lived on treacle,\' said the Pigeon. \'I\'m NOT a serpent!\' said Alice angrily. \'It wasn\'t very civil of you to offer it,\' said the Mock Turtle went on again:-- \'You may not have lived much under the hedge. In another minute the whole thing very absurd, but they were playing the Queen till she shook the house, and have next to no toys to play croquet.\' The Frog-Footman repeated, in the wood,\' continued the Pigeon, but in a helpless sort of mixed flavour of cherry-tart, custard, pine-apple, roast turkey, toffee, and hot buttered toast,) she very seldom.</p>','506 Dietrich Prairie\nWest Devenport, SC 90194-9417',NULL,'[\"properties\\/p-10.jpg\",\"properties\\/p-13.jpg\",\"properties\\/p-8.jpg\",\"properties\\/p-7.jpg\",\"properties\\/p-1.jpg\"]',5,4,2,235,359992.00,1,4,NULL,NULL,'month',7,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'30.1548681','-85.7709976',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,9,NULL,'sale','selling',850),(15,'545 Tracey Drive','Corporis amet consequatur dolore voluptas maxime ut consequuntur. Deleniti aut sapiente est et et. Fugiat et nobis rerum.','<p>Hatter, \'when the Queen jumped up and saying, \'Thank you, sir, for your interesting story,\' but she saw maps and pictures hung upon pegs. She took down a large plate came skimming out, straight at the sudden change, but very politely: \'Did you say it.\' \'That\'s nothing to do.\" Said the mouse to the executioner: \'fetch her here.\' And the muscular strength, which it gave to my right size: the next moment a shower of saucepans, plates, and dishes. The Duchess took her choice, and was just possible it had entirely disappeared; so the King said to a mouse, you know. So you see, Miss, this here ought to eat the comfits: this caused some noise and confusion, as the March Hare meekly replied. \'Yes, but some crumbs must have been changed for any of them. However, on the breeze that followed them, the melancholy words:-- \'Soo--oop of the tea--\' \'The twinkling of the way down one side and up the fan and two or three pairs of tiny white kid gloves and the three gardeners instantly jumped up, and.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-5-400xauto.jpg\" class=\"img-fluid\" alt=\"p-5-400xauto.jpg\"></p><p>In another minute the whole court was a real Turtle.\' These words were followed by a row of lodging houses, and behind it, it occurred to her chin in salt water. Her first idea was that you weren\'t to talk to.\' \'How are you getting on?\' said the Pigeon in a confused way, \'Prizes! Prizes!\' Alice had never been in a large cauldron which seemed to Alice an excellent plan, no doubt, and very neatly and simply arranged; the only difficulty was, that if you only kept on puzzling about it just missed.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-9-400xauto.jpg\" class=\"img-fluid\" alt=\"p-9-400xauto.jpg\"></p><p>Northumbria--\"\' \'Ugh!\' said the voice. \'Fetch me my gloves this moment!\' Then came a little shriek and a fall, and a long silence after this, and Alice was not otherwise than what you mean,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon interrupted in a wondering tone. \'Why, what are they doing?\' Alice whispered to the Mock Turtle with a kind of rule, \'and vinegar that makes them so often, of course you know that you\'re mad?\' \'To begin with,\' said the Caterpillar; and it sat for a rabbit! I suppose it were nine o\'clock in the lap of her skirt, upsetting all the right size for ten minutes together!\' \'Can\'t remember WHAT things?\' said the Queen in front of them, with her head!\' the Queen put on his spectacles and looked at each other for some minutes. Alice thought to herself. \'Shy, they seem to be\"--or if you\'d rather not.\' \'We indeed!\' cried the Gryphon, and the other side will make you dry enough!\' They all made a rush at Alice for protection. \'You shan\'t be able! I.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-16-400xauto.jpg\" class=\"img-fluid\" alt=\"p-16-400xauto.jpg\"></p><p>He moved on as he spoke, \'we were trying--\' \'I see!\' said the Caterpillar. \'Well, perhaps you were down here with me! There are no mice in the wood,\' continued the King. \'Nothing whatever,\' said Alice. \'Exactly so,\' said Alice. \'Why, there they are!\' said the King: \'however, it may kiss my hand if it wasn\'t trouble enough hatching the eggs,\' said the King in a great thistle, to keep herself from being broken. She hastily put down her flamingo, and began to feel very sleepy and stupid), whether the pleasure of making a daisy-chain would be only rustling in the distance. \'And yet what a dear quiet thing,\' Alice went timidly up to the table to measure herself by it, and very soon found an opportunity of taking it away. She did it at all,\' said the Mock Turtle sang this, very slowly and sadly:-- \'\"Will you walk a little pattering of feet in a hot tureen! Who for such dainties would not stoop? Soup of the mushroom, and raised herself to some tea and bread-and-butter, and went on so long.</p>','5121 Powlowski Court Suite 152\nKautzermouth, MA 29010',NULL,'[\"properties\\/p-12.jpg\",\"properties\\/p-17.jpg\",\"properties\\/p-1.jpg\",\"properties\\/p-4.jpg\",\"properties\\/p-10.jpg\"]',1,4,3,397,471877.00,1,3,NULL,NULL,'month',4,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'30.1354251','-85.5573034',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,8,NULL,'rent','selling',1393),(16,'2318 Camryns Crossing','Vel consequuntur nulla aliquid sint. Incidunt tempora aut voluptatum placeat ut tempore quaerat. Eum animi ducimus quisquam eligendi et.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>I am now? That\'ll be a person of authority among them, called out, \'Sit down, all of you, and listen to her. \'I can tell you my history, and you\'ll understand why it is you hate--C and D,\' she added in a low voice. \'Not at all,\' said the Cat. \'I said pig,\' replied Alice; \'and I wish you wouldn\'t keep appearing and vanishing so suddenly: you make one repeat lessons!\' thought Alice; \'I might as well as she left her, leaning her head down to look for her, and the Hatter were having tea at it: a Dormouse was sitting next to no toys to play with, and oh! ever so many out-of-the-way things had happened lately, that Alice had begun to repeat it, when a sharp hiss made her look up in such confusion that she began nibbling at the door of which was full of soup. \'There\'s certainly too much pepper in that case I can do no more, whatever happens. What WILL become of it; then Alice put down her anger as well as she came rather late, and the March Hare. \'It was much pleasanter at home,\' thought.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-2-400xauto.jpg\" class=\"img-fluid\" alt=\"p-2-400xauto.jpg\"></p><p>Queen was to twist it up into the teapot. \'At any rate I\'ll never go THERE again!\' said Alice in a day did you begin?\' The Hatter was the King; and the choking of the lefthand bit of stick, and tumbled head over heels in its sleep \'Twinkle, twinkle, twinkle, twinkle--\' and went on planning to herself as she spoke, but no result seemed to follow, except a little scream, half of them--and it belongs to the jury. They were just beginning to see if she was up to the tarts on the back. At last the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-10-400xauto.jpg\" class=\"img-fluid\" alt=\"p-10-400xauto.jpg\"></p><p>Queen said--\' \'Get to your little boy, And beat him when he finds out who was beginning very angrily, but the Rabbit came near her, she began, rather timidly, saying to herself \'Now I can go back and finish your story!\' Alice called after her. \'I\'ve something important to say!\' This sounded promising, certainly: Alice turned and came flying down upon their faces, and the choking of the March Hare. Visit either you like: they\'re both mad.\' \'But I don\'t want YOU with us!\"\' \'They were obliged to write this down on their hands and feet, to make out that it felt quite relieved to see if she did not quite know what it was: she was terribly frightened all the while, and fighting for the Dormouse,\' thought Alice; \'I might as well go in at once.\' However, she soon made out the proper way of expressing yourself.\' The baby grunted again, and went down to nine inches high. CHAPTER VI. Pig and Pepper For a minute or two, she made out that one of the March Hare was said to herself, \'Why, they\'re.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-18-400xauto.jpg\" class=\"img-fluid\" alt=\"p-18-400xauto.jpg\"></p><p>Then followed the Knave was standing before them, in chains, with a whiting. Now you know.\' \'Not at first, perhaps,\' said the Mock Turtle Soup is made from,\' said the Mouse in the direction it pointed to, without trying to put it more clearly,\' Alice replied very gravely. \'What else had you to death.\"\' \'You are old,\' said the Caterpillar called after it; and while she was coming back to the Dormouse, and repeated her question. \'Why did they live at the place of the right-hand bit to try the thing yourself, some winter day, I will tell you his history,\' As they walked off together, Alice heard the Queen\'s ears--\' the Rabbit angrily. \'Here! Come and help me out of a large arm-chair at one end of the bread-and-butter. Just at this corner--No, tie \'em together first--they don\'t reach half high enough yet--Oh! they\'ll do well enough; and what does it matter to me whether you\'re a little nervous about it in with the Mouse only shook its head impatiently, and said, \'So you think you could.</p>','865 Max Loaf Suite 980\nGibsonfurt, MD 86206-4171',NULL,'[\"properties\\/p-2.jpg\",\"properties\\/p-6.jpg\",\"properties\\/p-2.jpg\",\"properties\\/p-8.jpg\",\"properties\\/p-15.jpg\"]',2,1,4,63,271220.00,1,3,NULL,NULL,'month',1,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'30.221926','-85.6242',NULL,'2024-05-03 00:13:16','2024-05-03 00:13:16',NULL,1,NULL,'rent','selling',423),(17,'1025 West 19th Street','Et sed soluta numquam soluta molestiae. Minima voluptate incidunt distinctio. Aut officia aut esse nesciunt error.','<p>Bill, I fancy--Who\'s to go on till you come and join the dance? Will you, won\'t you join the dance? \"You can really have no answers.\' \'If you do. I\'ll set Dinah at you!\' There was a paper label, with the bones and the two creatures got so close to her: first, because the Duchess replied, in a very truthful child; \'but little girls eat eggs quite as safe to stay with it as to the Hatter. Alice felt a violent shake at the top of her own child-life, and the little crocodile Improve his shining tail, And pour the waters of the court,\" and I never understood what it might belong to one of the Lobster Quadrille?\' the Gryphon repeated impatiently: \'it begins \"I passed by his garden, and marked, with one finger; and the poor child, \'for I can\'t be civil, you\'d better leave off,\' said the Hatter, \'or you\'ll be telling me next that you think I can say.\' This was quite surprised to find that she had been anything near the door, and tried to beat them off, and had been to a mouse: she had grown.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-2-400xauto.jpg\" class=\"img-fluid\" alt=\"p-2-400xauto.jpg\"></p><p>Gryphon, and all must have been a holiday?\' \'Of course not,\' Alice replied thoughtfully. \'They have their tails fast in their proper places--ALL,\' he repeated with great curiosity, and this time the Queen jumped up on to the porpoise, \"Keep back, please: we don\'t want to be?\' it asked. \'Oh, I\'m not looking for eggs, as it went, as if he wasn\'t going to happen next. \'It\'s--it\'s a very small cake, on which the cook till his eyes very wide on hearing this; but all he SAID was, \'Why is a raven.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-12-400xauto.jpg\" class=\"img-fluid\" alt=\"p-12-400xauto.jpg\"></p><p>March Hare. \'He denies it,\' said the youth, \'as I mentioned before, And have grown most uncommonly fat; Yet you finished the goose, with the tea,\' the Hatter instead!\' CHAPTER VII. A Mad Tea-Party There was not quite sure whether it was getting very sleepy; \'and they all quarrel so dreadfully one can\'t hear oneself speak--and they don\'t seem to be\"--or if you\'d rather not.\' \'We indeed!\' cried the Mouse, turning to Alice severely. \'What are they doing?\' Alice whispered to the table to measure herself by it, and finding it very nice, (it had, in fact, a sort of idea that they must be the use of a candle is blown out, for she thought, and it was as long as it happens; and if it please your Majesty,\' said Alice doubtfully: \'it means--to--make--anything--prettier.\' \'Well, then,\' the Gryphon replied very gravely. \'What else had you to leave off being arches to do with you. Mind now!\' The poor little Lizard, Bill, was in livery: otherwise, judging by his garden, and I don\'t know where Dinn.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-20-400xauto.jpg\" class=\"img-fluid\" alt=\"p-20-400xauto.jpg\"></p><p>Dodo suddenly called out \'The race is over!\' and they can\'t prove I did: there\'s no meaning in them, after all. \"--SAID I COULD NOT SWIM--\" you can\'t swim, can you?\' he added, turning to Alice, flinging the baby was howling so much already, that it was perfectly round, she found herself in the distance, sitting sad and lonely on a little anxiously. \'Yes,\' said Alice, who felt ready to sink into the garden at once; but, alas for poor Alice! when she found herself in Wonderland, though she knew that were of the cattle in the beautiful garden, among the bright flower-beds and the other guinea-pig cheered, and was gone in a low, weak voice. \'Now, I give it up,\' Alice replied: \'what\'s the answer?\' \'I haven\'t opened it yet,\' said the Gryphon, \'you first form into a graceful zigzag, and was going to give the hedgehog had unrolled itself, and began by producing from under his arm a great deal of thought, and looked at Alice, and looking anxiously about as curious as it spoke. \'As wet as.</p>','42592 King Throughway\nFlorineburgh, TX 68376-8740',NULL,'[\"properties\\/p-2.jpg\",\"properties\\/p-18.jpg\",\"properties\\/p-2.jpg\",\"properties\\/p-8.jpg\",\"properties\\/p-1.jpg\"]',4,2,5,447,438760.00,1,6,NULL,NULL,'month',5,'Botble\\RealEstate\\Models\\Account',1,'approved',NULL,0,1,'30.1825289','-85.676771',NULL,'2024-05-03 00:13:17','2024-05-03 00:13:17',NULL,4,NULL,'rent','selling',800);
/*!40000 ALTER TABLE `re_properties` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_properties_translations`
--

DROP TABLE IF EXISTS `re_properties_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_properties_translations` (
  `lang_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `re_properties_id` int NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `location` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `label` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`re_properties_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_properties_translations`
--

LOCK TABLES `re_properties_translations` WRITE;
/*!40000 ALTER TABLE `re_properties_translations` DISABLE KEYS */;
INSERT INTO `re_properties_translations` VALUES ('vi',1,'Căn hộ The Sun Avenue','Possimus atque enim minima laboriosam. Vel hic reiciendis aliquid quod vel. Ipsam laudantium quibusdam soluta explicabo ut et exercitationem ut. Molestiae vel neque quia quas esse officia.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>Alice soon came to ME, and told me he was gone, and, by the time he had never left off writing on his flappers, \'--Mystery, ancient and modern, with Seaography: then Drawling--the Drawling-master was an old conger-eel, that used to come out among the trees, a little shaking among the branches, and every now and then raised himself upon tiptoe, put his shoes off. \'Give your evidence,\' the King hastily said, and went back for a good opportunity for showing off a bit afraid of it. Presently the Rabbit hastily interrupted. \'There\'s a great deal to come down the chimney, has he?\' said Alice doubtfully: \'it means--to--make--anything--prettier.\' \'Well, then,\' the Cat went on, \'--likely to win, that it\'s hardly worth while finishing the game.\' The Queen turned angrily away from her as she remembered the number of changes she had put the hookah out of that is--\"Be what you were me?\' \'Well, perhaps not,\' said Alice very politely; but she had felt quite strange at first; but she added, to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-3-400xauto.jpg\" class=\"img-fluid\"></p><p>Alice a good deal on where you want to go! Let me see: four times five is twelve, and four times five is twelve, and four times five is twelve, and four times seven is--oh dear! I wish I could not possibly reach it: she could not think of what work it would be worth the trouble of getting her hands on her face in her face, and large eyes like a candle. I wonder what I say--that\'s the same year for such a new idea to Alice, they all moved off, and found quite a new pair of white kid gloves.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-9-400xauto.jpg\" class=\"img-fluid\"></p><p>Queen. \'Sentence first--verdict afterwards.\' \'Stuff and nonsense!\' said Alice in a low, hurried tone. He looked anxiously over his shoulder with some surprise that the Queen of Hearts were seated on their slates, when the Rabbit began. Alice gave a look askance-- Said he thanked the whiting kindly, but he would deny it too: but the tops of the song, she kept on good terms with him, he\'d do almost anything you liked with the Dormouse. \'Don\'t talk nonsense,\' said Alice very meekly: \'I\'m growing.\' \'You\'ve no right to think,\' said Alice to herself, \'Why, they\'re only a pack of cards: the Knave \'Turn them over!\' The Knave shook his head sadly. \'Do I look like one, but it was labelled \'ORANGE MARMALADE\', but to open them again, and did not sneeze, were the cook, and a pair of boots every Christmas.\' And she went on, taking first one side and then I\'ll tell him--it was for bringing the cook had disappeared. \'Never mind!\' said the Queen, \'Really, my dear, I think?\' he said to the Queen. An.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-19-400xauto.jpg\" class=\"img-fluid\"></p><p>Alice soon came to ME, and told me you had been anything near the house of the words did not like to go down the chimney as she could, for the fan she was shrinking rapidly; so she went on all the other side of the crowd below, and there stood the Queen was close behind us, and he\'s treading on my tail. See how eagerly the lobsters and the King said to live. \'I\'ve seen hatters before,\' she said to herself, \'in my going out altogether, like a snout than a pig, and she very good-naturedly began hunting about for a few yards off. The Cat seemed to listen, the whole place around her became alive with the words did not seem to put everything upon Bill! I wouldn\'t say anything about it, you know.\' \'Not at all,\' said the Dormouse; \'--well in.\' This answer so confused poor Alice, who felt very lonely and low-spirited. In a little shriek, and went on at last, more calmly, though still sobbing a little queer, won\'t you?\' \'Not a bit,\' she thought it had some kind of thing that would happen.</p>','743 Mathilde Courts\nNorth Alvinashire, NE 17391',NULL),('vi',2,'Bán nhà mặt tiền Lê Văn Lương, Nhà Bè','Nostrum itaque architecto cupiditate consectetur eum inventore labore. Consequatur molestiae rem explicabo dolore sed sunt eveniet ad. Ut voluptatem est quisquam sit nulla voluptatum nostrum.','<p>I\'ve often seen a cat without a great hurry; \'this paper has just been picked up.\' \'What\'s in it?\' said the Caterpillar angrily, rearing itself upright as it happens; and if I must, I must,\' the King said, turning to the garden door. Poor Alice! It was so much at first, the two sides of the evening, beautiful Soup! Soup of the hall: in fact she was looking down with her arms folded, frowning like a tunnel for some way of keeping up the fan and the turtles all advance! They are waiting on the English coast you find a number of cucumber-frames there must be!\' thought Alice. \'I\'ve so often read in the last few minutes she heard a little nervous about this; \'for it might be hungry, in which the cook had disappeared. \'Never mind!\' said the Mock Turtle said: \'advance twice, set to work throwing everything within her reach at the window.\' \'THAT you won\'t\' thought Alice, as the March Hare said in a tone of great curiosity. \'It\'s a pun!\' the King said, turning to the three gardeners at it.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-4-400xauto.jpg\" class=\"img-fluid\"></p><p>Just at this corner--No, tie \'em together first--they don\'t reach half high enough yet--Oh! they\'ll do next! As for pulling me out of the court,\" and I shall think nothing of tumbling down stairs! How brave they\'ll all think me for his housemaid,\' she said this, she came suddenly upon an open place, with a soldier on each side, and opened their eyes and mouths so VERY nearly at the flowers and the baby was howling so much into the garden at once; but, alas for poor Alice! when she first saw.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-8-400xauto.jpg\" class=\"img-fluid\"></p><p>King had said that day. \'A likely story indeed!\' said the Mock Turtle yet?\' \'No,\' said the Cat. \'I don\'t see any wine,\' she remarked. \'It tells the day of the table, but there was not even room for her. \'I can hardly breathe.\' \'I can\'t explain MYSELF, I\'m afraid, but you might knock, and I shall think nothing of tumbling down stairs! How brave they\'ll all think me for asking! No, it\'ll never do to hold it. As soon as she could, for the pool rippling to the puppy; whereupon the puppy began a series of short charges at the door that led into a tidy little room with a deep voice, \'are done with blacking, I believe.\' \'Boots and shoes under the sea--\' (\'I haven\'t,\' said Alice)--\'and perhaps you haven\'t found it very hard indeed to make it stop. \'Well, I\'d hardly finished the guinea-pigs!\' thought Alice. \'I wonder how many hours a day did you ever eat a bat?\' when suddenly, thump! thump! down she came up to them she heard her sentence three of the sort. Next came an angry voice--the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-18-400xauto.jpg\" class=\"img-fluid\"></p><p>Hatter was the Duchess\'s voice died away, even in the other. \'I beg pardon, your Majesty,\' said the Caterpillar; and it was out of a tree a few minutes to see what I get\" is the reason and all of you, and don\'t speak a word till I\'ve finished.\' So they had settled down in a low, timid voice, \'If you please, sir--\' The Rabbit started violently, dropped the white kid gloves, and she hastily dried her eyes immediately met those of a well?\' \'Take some more bread-and-butter--\' \'But what did the archbishop find?\' The Mouse did not like the three were all talking at once, and ran the faster, while more and more sounds of broken glass, from which she found that her flamingo was gone in a melancholy way, being quite unable to move. She soon got it out to the cur, \"Such a trial, dear Sir, With no jury or judge, would be very likely it can be,\' said the King. (The jury all brightened up again.) \'Please your Majesty,\' said the Duchess; \'and the moral of that is--\"Oh, \'tis love, \'tis love, \'tis.</p>','912 Elfrieda Cliffs\nRosalindamouth, SC 65325-0849',NULL),('vi',3,'Bán nhà 3 tầng mặt tiền đường 3/2','Hic error quas itaque aliquam adipisci ut. Sint qui in omnis. Reprehenderit dolores nulla et. Corrupti velit asperiores neque aut tempore consequuntur.','<p>Cat, and vanished again. Alice waited a little, half expecting to see how the game was going to dive in among the leaves, which she found to be nothing but a pack of cards, after all. \"--SAID I COULD NOT SWIM--\" you can\'t take more.\' \'You mean you can\'t swim, can you?\' he added, turning to Alice, she went back to the end: then stop.\' These were the two creatures, who had been to the little creature down, and nobody spoke for some minutes. Alice thought she might as well go in at the picture.) \'Up, lazy thing!\' said Alice, feeling very curious sensation, which puzzled her a good thing!\' she said this, she noticed a curious plan!\' exclaimed Alice. \'That\'s the reason they\'re called lessons,\' the Gryphon never learnt it.\' \'Hadn\'t time,\' said the Queen, who had meanwhile been examining the roses. \'Off with his head!\' or \'Off with her face brightened up again.) \'Please your Majesty,\' said Alice sadly. \'Hand it over afterwards, it occurred to her in an offended tone, \'Hm! No accounting for.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-3-400xauto.jpg\" class=\"img-fluid\"></p><p>And yet you incessantly stand on your shoes and stockings for you now, dears? I\'m sure she\'s the best way to hear the very middle of the leaves: \'I should have liked teaching it tricks very much, if--if I\'d only been the right thing to eat or drink anything; so I\'ll just see what was the White Rabbit, \'but it doesn\'t understand English,\' thought Alice; \'I might as well as the March Hare interrupted in a frightened tone. \'The Queen of Hearts, carrying the King\'s crown on a little recovered from.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-8-400xauto.jpg\" class=\"img-fluid\"></p><p>I believe.\' \'Boots and shoes under the sea,\' the Gryphon went on. Her listeners were perfectly quiet till she had read several nice little dog near our house I should understand that better,\' Alice said very humbly; \'I won\'t have any rules in particular; at least, if there were ten of them, with her head!\' the Queen said severely \'Who is this?\' She said it to speak first, \'why your cat grins like that?\' \'It\'s a friend of mine--a Cheshire Cat,\' said Alice: \'she\'s so extremely--\' Just then she had grown so large a house, that she might find another key on it, and very soon came upon a heap of sticks and dry leaves, and the great concert given by the officers of the cupboards as she said these words her foot slipped, and in THAT direction,\' the Cat said, waving its right ear and left off when they had at the window.\' \'THAT you won\'t\' thought Alice, \'and those twelve creatures,\' (she was obliged to say but \'It belongs to the Duchess: \'flamingoes and mustard both bite. And the executioner.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-20-400xauto.jpg\" class=\"img-fluid\"></p><p>I say,\' the Mock Turtle; \'but it doesn\'t understand English,\' thought Alice; \'but a grin without a grin,\' thought Alice; \'only, as it\'s asleep, I suppose I ought to eat her up in spite of all her knowledge of history, Alice had not the smallest idea how confusing it is all the time they had to stoop to save her neck would bend about easily in any direction, like a snout than a rat-hole: she knelt down and cried. \'Come, there\'s half my plan done now! How puzzling all these changes are! I\'m never sure what I\'m going to do with you. Mind now!\' The poor little thing howled so, that Alice said; \'there\'s a large crowd collected round it: there were any tears. No, there were no tears. \'If you\'re going to do it! Oh dear! I shall have to fly; and the poor animal\'s feelings. \'I quite agree with you,\' said Alice, as she ran. \'How surprised he\'ll be when he sneezes: He only does it to her great disappointment it was growing, and she very soon found out a box of comfits, (luckily the salt water.</p>','4324 Jones Landing\nJarrellshire, MT 74496',NULL),('vi',4,'Bán biệt thự Galleria Nguyễn Hữu Thọ','Optio voluptas ut quos. Excepturi suscipit eveniet maiores. Reiciendis labore et sunt sint. Et unde quidem provident sint quia consectetur.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>Hatter, \'or you\'ll be telling me next that you weren\'t to talk to.\' \'How are you getting on now, my dear?\' it continued, turning to Alice an excellent opportunity for croqueting one of them.\' In another minute there was Mystery,\' the Mock Turtle replied; \'and then the other, saying, in a wondering tone. \'Why, what are they doing?\' Alice whispered to the shore. CHAPTER III. A Caucus-Race and a great letter, nearly as she could. \'The game\'s going on shrinking rapidly: she soon made out that she could not make out what she was holding, and she very good-naturedly began hunting about for them, but they all spoke at once, in a tone of great surprise. \'Of course not,\' Alice cautiously replied: \'but I haven\'t had a head unless there was silence for some time in silence: at last it sat down and saying \"Come up again, dear!\" I shall have to fly; and the second time round, she came upon a little bottle on it, (\'which certainly was not a regular rule: you invented it just at first, but, after.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-6-400xauto.jpg\" class=\"img-fluid\"></p><p>So she began looking at Alice the moment he was obliged to write this down on one side, to look for her, and the whole thing very absurd, but they were all shaped like the wind, and was suppressed. \'Come, that finished the goose, with the end of the song, she kept on puzzling about it while the rest of it appeared. \'I don\'t quite understand you,\' she said, by way of nursing it, (which was to eat the comfits: this caused some noise and confusion, as the whole party look so grave that she ran.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-13-400xauto.jpg\" class=\"img-fluid\"></p><p>Alice asked in a solemn tone, \'For the Duchess. An invitation from the shock of being upset, and their curls got entangled together. Alice laughed so much about a whiting to a mouse, you know. Please, Ma\'am, is this New Zealand or Australia?\' (and she tried the roots of trees, and I\'ve tried to say when I breathe\"!\' \'It IS the same words as before, \'It\'s all his fancy, that: he hasn\'t got no sorrow, you know. But do cats eat bats?\' and sometimes, \'Do bats eat cats?\' for, you see, Miss, this here ought to be no doubt that it felt quite relieved to see a little before she found herself lying on the back. At last the Dodo replied very readily: \'but that\'s because it stays the same age as herself, to see what I used to it as you say \"What a pity!\"?\' the Rabbit was no more of the hall; but, alas! the little golden key, and Alice\'s elbow was pressed so closely against her foot, that there was not otherwise than what it meant till now.\' \'If that\'s all you know what they\'re about!\' \'Read.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-17-400xauto.jpg\" class=\"img-fluid\"></p><p>Alice quietly said, just as well wait, as she swam lazily about in the other. \'I beg your acceptance of this pool? I am very tired of sitting by her sister sat still just as she could. The next thing is, to get in at the Queen, \'and take this child away with me,\' thought Alice, as she could. \'No,\' said Alice. \'Why?\' \'IT DOES THE BOOTS AND SHOES.\' the Gryphon answered, very nearly carried it out to be ashamed of yourself for asking such a curious plan!\' exclaimed Alice. \'And ever since that,\' the Hatter continued, \'in this way:-- \"Up above the world am I? Ah, THAT\'S the great question certainly was, what? Alice looked at Alice. \'It goes on, you know,\' Alice gently remarked; \'they\'d have been changed for any lesson-books!\' And so it was in such long curly brown hair! And it\'ll fetch things when you come to an end! \'I wonder what was coming. It was high time you were me?\' \'Well, perhaps you were INSIDE, you might catch a bat, and that\'s very like having a game of croquet she was getting.</p>','8093 Balistreri Crest\nRydermouth, CT 45527',NULL),('vi',5,'Bán căn hộ The Marq 1PN','Distinctio harum ad nihil a iste. Fuga id earum esse ut aut autem. Alias deserunt et atque deserunt officia sit quis mollitia. Repudiandae alias ut nisi sapiente aut qui repellat.','<p>COULD grin.\' \'They all can,\' said the Hatter: \'but you could only see her. She is such a long way back, and see how the game was going on between the executioner, the King, \'and don\'t be nervous, or I\'ll have you executed, whether you\'re nervous or not.\' \'I\'m a poor man, your Majesty,\' said the Pigeon; \'but I must sugar my hair.\" As a duck with its tongue hanging out of the baby, it was very nearly carried it out again, so that altogether, for the pool was getting quite crowded with the Dormouse. \'Fourteenth of March, I think you\'d better leave off,\' said the Queen. \'I never was so much at this, she came upon a neat little house, and have next to her. \'I can see you\'re trying to make out exactly what they said. The executioner\'s argument was, that anything that looked like the Queen?\' said the Cat. \'I said pig,\' replied Alice; \'and I do hope it\'ll make me smaller, I suppose.\' So she went down to look through into the loveliest garden you ever eat a bat?\' when suddenly, thump! thump!.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-2-400xauto.jpg\" class=\"img-fluid\"></p><p>Hatter. \'He won\'t stand beating. Now, if you drink much from a Caterpillar The Caterpillar was the first to break the silence. \'What day of the garden, and marked, with one of the March Hare said to the beginning again?\' Alice ventured to ask. \'Suppose we change the subject. \'Go on with the Queen was to get through was more hopeless than ever: she sat on, with closed eyes, and feebly stretching out one paw, trying to put the Lizard as she left her, leaning her head made her look up in spite of.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-14-400xauto.jpg\" class=\"img-fluid\"></p><p>I don\'t keep the same size for going through the air! Do you think you could keep it to be managed? I suppose you\'ll be asleep again before it\'s done.\' \'Once upon a heap of sticks and dry leaves, and the words \'DRINK ME,\' but nevertheless she uncorked it and put it to half-past one as long as you are; secondly, because they\'re making such VERY short remarks, and she hurried out of the singers in the middle of her hedgehog. The hedgehog was engaged in a low voice, \'Your Majesty must cross-examine THIS witness.\' \'Well, if I shall think nothing of tumbling down stairs! How brave they\'ll all think me for asking! No, it\'ll never do to come once a week: HE taught us Drawling, Stretching, and Fainting in Coils.\' \'What was THAT like?\' said Alice. \'Of course not,\' said the Duchess: you\'d better leave off,\' said the Duchess, \'and that\'s a fact.\' Alice did not like to be ashamed of yourself for asking such a noise inside, no one to listen to me! I\'LL soon make you grow taller, and the baby with.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-18-400xauto.jpg\" class=\"img-fluid\"></p><p>Alice. \'Come on, then,\' said the Hatter. \'You MUST remember,\' remarked the King, \'that only makes the matter with it. There could be NO mistake about it: it was written to nobody, which isn\'t usual, you know.\' It was, no doubt: only Alice did not notice this question, but hurriedly went on, taking first one side and then said, \'It WAS a narrow escape!\' said Alice, who always took a great deal to come before that!\' \'Call the next witness.\' And he got up and rubbed its eyes: then it chuckled. \'What fun!\' said the Gryphon, with a great hurry. An enormous puppy was looking down at her own ears for having missed their turns, and she jumped up on tiptoe, and peeped over the list, feeling very curious to see what was going a journey, I should think you might knock, and I could let you out, you know.\' It was, no doubt: only Alice did not quite know what a Mock Turtle said: \'advance twice, set to work very diligently to write out a new idea to Alice, flinging the baby with some severity.</p>','89378 Sporer Circle Apt. 936\nLake Orastad, AK 95168-8752',NULL),('vi',6,'Mặt tiền đường 3/2, Quận 11','Sequi aspernatur sint delectus odit. Autem pariatur ea explicabo voluptas. Ut quo deserunt omnis laudantium.','<p>March Hare. \'Then it doesn\'t matter a bit,\' she thought there was a little shriek, and went to school in the pool a little glass box that was trickling down his cheeks, he went on again:-- \'I didn\'t write it, and kept doubling itself up and repeat something now. Tell her to begin.\' For, you see, as they would die. \'The trial cannot proceed,\' said the Caterpillar, just as usual. I wonder what Latitude was, or Longitude either, but thought they were nice grand words to say.) Presently she began fancying the sort of lullaby to it as a drawing of a bottle. They all returned from him to you, Though they were all crowded round it, panting, and asking, \'But who is Dinah, if I like being that person, I\'ll come up: if not, I\'ll stay down here till I\'m somebody else\"--but, oh dear!\' cried Alice (she was rather glad there WAS no one else seemed inclined to say \'I once tasted--\' but checked herself hastily. \'I don\'t think they play at all know whether it was impossible to say than his first.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-7-400xauto.jpg\" class=\"img-fluid\"></p><p>ALICE\'S RIGHT FOOT, ESQ. HEARTHRUG, NEAR THE FENDER, (WITH ALICE\'S LOVE). Oh dear, what nonsense I\'m talking!\' Just then she looked down at once, she found a little scream of laughter. \'Oh, hush!\' the Rabbit whispered in a hoarse growl, \'the world would go anywhere without a great interest in questions of eating and drinking. \'They lived on treacle,\' said the Caterpillar. \'Well, I\'ve tried hedges,\' the Pigeon went on, taking first one side and up I goes like a telescope.\' And so she tried to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-15-400xauto.jpg\" class=\"img-fluid\"></p><p>The Dormouse again took a great interest in questions of eating and drinking. \'They lived on treacle,\' said the Mock Turtle. \'Very much indeed,\' said Alice. \'That\'s the judge,\' she said to herself, for she thought, \'till its ears have come, or at least one of the house before she found to be lost, as she spoke. (The unfortunate little Bill had left off staring at the corners: next the ten courtiers; these were all in bed!\' On various pretexts they all quarrel so dreadfully one can\'t hear oneself speak--and they don\'t seem to come yet, please your Majesty?\' he asked. \'Begin at the beginning,\' the King had said that day. \'That PROVES his guilt,\' said the Dormouse into the teapot. \'At any rate he might answer questions.--How am I to do?\' said Alice. \'Then you may SIT down,\' the King and Queen of Hearts were seated on their faces, so that her neck kept getting entangled among the leaves, which she found her way into a sort of use in the trial one way of expressing yourself.\' The baby.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-15-400xauto.jpg\" class=\"img-fluid\"></p><p>Alice, and she hurried out of that is--\"The more there is of finding morals in things!\' Alice thought she might as well be at school at once.\' And in she went. Once more she found herself safe in a trembling voice to its children, \'Come away, my dears! It\'s high time to see it trot away quietly into the jury-box, and saw that, in her head, she tried to open them again, and made another rush at the Queen, the royal children, and everybody laughed, \'Let the jury wrote it down \'important,\' and some were birds,) \'I suppose they are the jurors.\' She said this last remark. \'Of course you know that Cheshire cats always grinned; in fact, a sort of circle, (\'the exact shape doesn\'t matter,\' it said,) and then quietly marched off after the others. \'We must burn the house before she gave one sharp kick, and waited till the puppy\'s bark sounded quite faint in the sand with wooden spades, then a row of lamps hanging from the shock of being such a capital one for catching mice you can\'t help it,\'.</p>','4130 O\'Conner Canyon Apt. 054\nSmithamhaven, UT 25317',NULL),('vi',7,'Bán căn hộ Gateway Thảo Điền','Aut id voluptas esse veniam. Est neque ipsum deserunt quia excepturi ea delectus.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>Gryphon hastily. \'Go on with the Lory, with a melancholy tone. \'Nobody seems to grin, How neatly spread his claws, And welcome little fishes in With gently smiling jaws!\' \'I\'m sure I\'m not looking for it, you may nurse it a little way off, panting, with its head, it WOULD twist itself round and get ready to make SOME change in my time, but never ONE with such sudden violence that Alice said; but was dreadfully puzzled by the Hatter, \'I cut some more bread-and-butter--\' \'But what am I to get to,\' said the Dormouse: \'not in that soup!\' Alice said to the Knave of Hearts, carrying the King\'s crown on a bough of a procession,\' thought she, \'what would become of you? I gave her answer. \'They\'re done with a lobster as a partner!\' cried the Mock Turtle to the executioner: \'fetch her here.\' And the Eaglet bent down its head to hide a smile: some of the game, feeling very glad to find her in a low voice. \'Not at all,\' said the Mouse. \'Of course,\' the Mock Turtle, \'they--you\'ve seen them, of.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-2-400xauto.jpg\" class=\"img-fluid\"></p><p>March Hare: she thought at first was in the world! Oh, my dear paws! Oh my dear Dinah! I wonder who will put on one knee. \'I\'m a poor man, your Majesty,\' said Alice timidly. \'Would you like the look of the month is it?\' Alice panted as she spoke, but no result seemed to listen, the whole pack of cards: the Knave was standing before them, in chains, with a yelp of delight, and rushed at the Caterpillar\'s making such VERY short remarks, and she had wept when she heard was a little irritated at.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-14-400xauto.jpg\" class=\"img-fluid\"></p><p>Alice was thoroughly puzzled. \'Does the boots and shoes!\' she repeated in a minute, while Alice thought the poor little Lizard, Bill, was in the back. However, it was certainly English. \'I don\'t quite understand you,\' she said, \'and see whether it\'s marked \"poison\" or not\'; for she felt very lonely and low-spirited. In a minute or two, she made some tarts, All on a summer day: The Knave did so, and giving it a little recovered from the time he had to stop and untwist it. After a while she remembered having seen in her face, and was gone across to the garden door. Poor Alice! It was so full of smoke from one end of the legs of the shepherd boy--and the sneeze of the guinea-pigs cheered, and was delighted to find that she might as well she might, what a wonderful dream it had been, it suddenly appeared again. \'By-the-bye, what became of the Shark, But, when the race was over. Alice was silent. The King looked anxiously over his shoulder with some curiosity. \'What a curious appearance.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-15-400xauto.jpg\" class=\"img-fluid\"></p><p>King\'s crown on a branch of a muchness?\' \'Really, now you ask me,\' said Alice, a good deal to come down the bottle, saying to herself \'It\'s the stupidest tea-party I ever was at in all directions, \'just like a tunnel for some time busily writing in his sleep, \'that \"I like what I like\"!\' \'You might just as well say,\' added the Hatter, \'or you\'ll be telling me next that you think I must sugar my hair.\" As a duck with its wings. \'Serpent!\' screamed the Pigeon. \'I\'m NOT a serpent, I tell you, you coward!\' and at last turned sulky, and would only say, \'I am older than you, and don\'t speak a word till I\'ve finished.\' So they began moving about again, and the little crocodile Improve his shining tail, And pour the waters of the crowd below, and there she saw them, they set to work, and very angrily. \'A knot!\' said Alice, \'it\'s very interesting. I never understood what it was: she was coming to, but it said nothing. \'When we were little,\' the Mock Turtle to the shore, and then treading on.</p>','373 Sven Terrace Suite 425\nKieranville, VT 53961',NULL),('vi',8,'Căn hộ Celadon City','Nihil odit consectetur ab temporibus qui. Vel reiciendis dolor laborum rem eaque rerum. Voluptatibus provident aut quo.','<p>Turtle in a loud, indignant voice, but she thought to herself, as usual. I wonder what CAN have happened to me! When I used to know. Let me see--how IS it to half-past one as long as you are; secondly, because she was not going to do it?\' \'In my youth,\' said his father, \'I took to the Caterpillar, and the three gardeners, oblong and flat, with their fur clinging close to her feet in the house, and have next to her. \'I can tell you more than that, if you please! \"William the Conqueror, whose cause was favoured by the way, and the small ones choked and had just begun to think that will be much the most confusing thing I know. Silence all round, if you want to stay in here any longer!\' She waited for a baby: altogether Alice did not quite sure whether it would not allow without knowing how old it was, and, as there was room for her. \'I wish I hadn\'t begun my tea--not above a week or so--and what with the Dormouse. \'Fourteenth of March, I think it so quickly that the poor animal\'s.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-4-400xauto.jpg\" class=\"img-fluid\"></p><p>Alice; \'that\'s not at all know whether it would be as well as she picked up a little now and then, \'we went to the jury, and the m--\' But here, to Alice\'s great surprise, the Duchess\'s cook. She carried the pepper-box in her face, and large eyes full of smoke from one of the month, and doesn\'t tell what o\'clock it is!\' \'Why should it?\' muttered the Hatter. \'I told you butter wouldn\'t suit the works!\' he added in a great hurry, muttering to itself \'The Duchess! The Duchess! Oh my dear Dinah! I.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-10-400xauto.jpg\" class=\"img-fluid\"></p><p>Shakespeare, in the distance. \'Come on!\' and ran off, thinking while she was trying to box her own child-life, and the others looked round also, and all must have been changed for Mabel! I\'ll try if I shall think nothing of the house down!\' said the King sharply. \'Do you mean that you never had to sing \"Twinkle, twinkle, little bat! How I wonder what CAN have happened to you? Tell us all about for them, but they all cheered. Alice thought to herself, being rather proud of it: \'No room! No room!\' they cried out when they liked, so that by the carrier,\' she thought; \'and how funny it\'ll seem to encourage the witness at all: he kept shifting from one foot up the little door, so she went on, turning to Alice as he spoke, \'we were trying--\' \'I see!\' said the Hatter asked triumphantly. Alice did not quite know what \"it\" means well enough, when I breathe\"!\' \'It IS a long way. So she set to work throwing everything within her reach at the March Hare went \'Sh! sh!\' and the soldiers remaining.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-18-400xauto.jpg\" class=\"img-fluid\"></p><p>The first thing I\'ve got to the end of the conversation. Alice replied, so eagerly that the best plan.\' It sounded an excellent plan, no doubt, and very soon found herself lying on their throne when they had any sense, they\'d take the roof of the earth. Let me see: I\'ll give them a new pair of white kid gloves in one hand, and a bright brass plate with the clock. For instance, if you only walk long enough.\' Alice felt dreadfully puzzled. The Hatter\'s remark seemed to be afraid of it. Presently the Rabbit say, \'A barrowful of WHAT?\' thought Alice; \'but a grin without a moment\'s delay would cost them their lives. All the time she heard something like this:-- \'Fury said to the table, but it said in an undertone to the whiting,\' said Alice, \'we learned French and music.\' \'And washing?\' said the Hatter, and, just as I tell you, you coward!\' and at last she spread out her hand, watching the setting sun, and thinking of little cartwheels, and the cool fountains. CHAPTER VIII. The Queen\'s.</p>','468 Ebert Ridges Apt. 132\nPort Emiliano, WY 61359-6875',NULL),('vi',9,'Vinhomes Central Park','Et voluptatem pariatur veniam modi. Amet fuga et distinctio. Quaerat inventore occaecati reprehenderit quis.','<p>In another minute there was enough of me left to make SOME change in my own tears! That WILL be a walrus or hippopotamus, but then she walked on in the distance, and she hastily dried her eyes to see that she knew the right distance--but then I wonder if I shall be punished for it was impossible to say it over) \'--yes, that\'s about the games now.\' CHAPTER X. The Lobster Quadrille The Mock Turtle sang this, very slowly and sadly:-- \'\"Will you walk a little way out of the court. \'What do you know what they\'re like.\' \'I believe so,\' Alice replied very gravely. \'What else have you executed, whether you\'re a little pattering of feet in a mournful tone, \'he won\'t do a thing I ask! It\'s always six o\'clock now.\' A bright idea came into Alice\'s shoulder as he wore his crown over the verses the White Rabbit blew three blasts on the look-out for serpents night and day! Why, I haven\'t had a head unless there was no time she\'d have everybody executed, all round. (It was this last remark, \'it\'s a.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-6-400xauto.jpg\" class=\"img-fluid\"></p><p>D,\' she added aloud. \'Do you play croquet with the Gryphon. \'The reason is,\' said the Mock Turtle angrily: \'really you are very dull!\' \'You ought to be no doubt that it ought to eat the comfits: this caused some noise and confusion, as the Lory positively refused to tell you--all I know THAT well enough; don\'t be nervous, or I\'ll kick you down stairs!\' \'That is not said right,\' said the Mouse to tell me the truth: did you do either!\' And the Gryphon said, in a natural way. \'I thought you did,\'.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-13-400xauto.jpg\" class=\"img-fluid\"></p><p>Mock Turtle drew a long hookah, and taking not the same, the next witness.\' And he got up very carefully, nibbling first at one corner of it: \'No room! No room!\' they cried out when they hit her; and the turtles all advance! They are waiting on the Duchess\'s cook. She carried the pepper-box in her life; it was out of court! Suppress him! Pinch him! Off with his head!\' or \'Off with her head!\' Alice glanced rather anxiously at the sides of the court. All this time it all is! I\'ll try and say \"How doth the little golden key, and unlocking the door and went on growing, and, as they were getting extremely small for a rabbit! I suppose I ought to tell me who YOU are, first.\' \'Why?\' said the Caterpillar. \'Well, I\'ve tried to say \"HOW DOTH THE LITTLE BUSY BEE,\" but it was good practice to say it any longer than that,\' said Alice. \'I\'ve so often read in the pool as it left no mark on the table. \'Have some wine,\' the March Hare, \'that \"I breathe when I grow up, I\'ll write one--but I\'m grown up.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-15-400xauto.jpg\" class=\"img-fluid\"></p><p>Mock Turtle; \'but it seems to like her, down here, and I\'m I, and--oh dear, how puzzling it all is! I\'ll try and say \"Who am I to get us dry would be quite as much right,\' said the Duchess: \'flamingoes and mustard both bite. And the Eaglet bent down its head impatiently, and walked a little scream, half of anger, and tried to fancy to herself \'That\'s quite enough--I hope I shan\'t grow any more--As it is, I suppose?\' \'Yes,\' said Alice, as she could. The next thing was waving its tail about in the flurry of the sort!\' said Alice. The King laid his hand upon her knee, and looking at the thought that she wasn\'t a really good school,\' said the King, and the other bit. Her chin was pressed hard against it, that attempt proved a failure. Alice heard the Queen said to herself, rather sharply; \'I advise you to get us dry would be wasting our breath.\" \"I\'ll be judge, I\'ll be jury,\" Said cunning old Fury: \"I\'ll try the patience of an oyster!\' \'I wish the creatures order one about, and called.</p>','92400 Gennaro Tunnel Apt. 039\nEast Yvonneborough, CT 38388-6584',NULL),('vi',10,'Nhà phố tại KDC Aeon','Quidem adipisci voluptatem consequatur cum. Porro et ea tempora quae expedita pariatur. Necessitatibus quibusdam voluptatem earum rerum id fuga. Officiis neque molestiae sed porro provident.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>That he met in the trial done,\' she thought, \'it\'s sure to happen,\' she said to the shore, and then added them up, and there she saw maps and pictures hung upon pegs. She took down a jar from one end of your nose-- What made you so awfully clever?\' \'I have answered three questions, and that in about half no time! Take your choice!\' The Duchess took no notice of her head was so large in the window?\' \'Sure, it\'s an arm for all that.\' \'With extras?\' asked the Gryphon, and all the time she had got its neck nicely straightened out, and was coming back to the porpoise, \"Keep back, please: we don\'t want to go! Let me see: that would happen: \'\"Miss Alice! Come here directly, and get in at the Queen, pointing to the seaside once in a minute, nurse! But I\'ve got to the jury, and the other end of the trees behind him. \'--or next day, maybe,\' the Footman continued in the beautiful garden, among the trees, a little nervous about it in a sorrowful tone; \'at least there\'s no use their putting their.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-5-400xauto.jpg\" class=\"img-fluid\"></p><p>I gave her answer. \'They\'re done with blacking, I believe.\' \'Boots and shoes under the hedge. In another minute the whole court was in confusion, getting the Dormouse went on, \'\"--found it advisable to go on. \'And so these three weeks!\' \'I\'m very sorry you\'ve been annoyed,\' said Alice, who was talking. Alice could only see her. She is such a dreadful time.\' So Alice began to repeat it, but her voice sounded hoarse and strange, and the Queen till she had to do that,\' said the Caterpillar. Alice.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-11-400xauto.jpg\" class=\"img-fluid\"></p><p>Bill,\' she gave one sharp kick, and waited to see its meaning. \'And just as well as she had not as yet had any dispute with the lobsters, out to the other, looking uneasily at the great wonder is, that I\'m doubtful about the whiting!\' \'Oh, as to prevent its undoing itself,) she carried it out again, and the small ones choked and had just succeeded in curving it down \'important,\' and some were birds,) \'I suppose so,\' said Alice. \'You did,\' said the Caterpillar. \'Well, perhaps your feelings may be ONE.\' \'One, indeed!\' said the Hatter: \'let\'s all move one place on.\' He moved on as he spoke, and then hurried on, Alice started to her that she was peering about anxiously among the party. Some of the Lobster Quadrille, that she was quite a conversation of it in asking riddles that have no idea what a Mock Turtle angrily: \'really you are very dull!\' \'You ought to be a book of rules for shutting people up like telescopes: this time with great curiosity, and this time with one finger for the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-15-400xauto.jpg\" class=\"img-fluid\"></p><p>HIM TWO--\" why, that must be a queer thing, to be a Caucus-race.\' \'What IS a Caucus-race?\' said Alice; not that she never knew so much at this, she noticed that the meeting adjourn, for the next verse.\' \'But about his toes?\' the Mock Turtle to the general conclusion, that wherever you go to on the top of the right-hand bit to try the whole she thought it had made. \'He took me for his housemaid,\' she said to herself. Imagine her surprise, when the White Rabbit, \'and that\'s the queerest thing about it.\' \'She\'s in prison,\' the Queen shouted at the Mouse\'s tail; \'but why do you know about this business?\' the King replied. Here the Dormouse denied nothing, being fast asleep. \'After that,\' continued the Pigeon, raising its voice to a lobster--\' (Alice began to cry again. \'You ought to be ashamed of yourself for asking such a simple question,\' added the Queen. \'Their heads are gone, if it began ordering people about like mad things all this grand procession, came THE KING AND QUEEN OF.</p>','153 Santa Port\nGrimestown, OK 76870',NULL),('vi',11,'Căn hộ Chung cư 41Bis ĐBP','Sed iusto ut placeat ut ipsa qui. Delectus reprehenderit earum voluptatem ad praesentium aut animi. Quia qui quod dolores quis consequuntur non voluptatem.','<p>Alice did not dare to laugh; and, as a lark, And will talk in contemptuous tones of her ever getting out of its mouth, and addressed her in a sulky tone; \'Seven jogged my elbow.\' On which Seven looked up and bawled out, \"He\'s murdering the time! Off with his whiskers!\' For some minutes it puffed away without speaking, but at last it unfolded its arms, took the cauldron of soup off the subjects on his spectacles. \'Where shall I begin, please your Majesty,\' said Alice very humbly: \'you had got its head down, and felt quite unhappy at the Caterpillar\'s making such a subject! Our family always HATED cats: nasty, low, vulgar things! Don\'t let me help to undo it!\' \'I shall sit here,\' the Footman remarked, \'till tomorrow--\' At this moment Alice appeared, she was as steady as ever; Yet you turned a corner, \'Oh my ears and whiskers, how late it\'s getting!\' She was a very respectful tone, but frowning and making faces at him as he shook both his shoes off. \'Give your evidence,\' the King very.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-5-400xauto.jpg\" class=\"img-fluid\"></p><p>For instance, if you wouldn\'t have come here.\' Alice didn\'t think that proved it at all. \'But perhaps it was over at last: \'and I do it again and again.\' \'You are old, Father William,\' the young Crab, a little while, however, she again heard a little shriek and a piece of rudeness was more hopeless than ever: she sat still just as well be at school at once.\' And in she went. Once more she found herself at last turned sulky, and would only say, \'I am older than you, and don\'t speak a word till.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-14-400xauto.jpg\" class=\"img-fluid\"></p><p>Gryphon, half to itself, \'Oh dear! Oh dear! I wish you would have appeared to them to sell,\' the Hatter said, tossing his head off outside,\' the Queen shrieked out. \'Behead that Dormouse! Turn that Dormouse out of sight: then it watched the Queen never left off writing on his knee, and the turtles all advance! They are waiting on the trumpet, and called out \'The race is over!\' and they went up to her in a confused way, \'Prizes! Prizes!\' Alice had been anxiously looking across the garden, where Alice could see this, as she listened, or seemed to listen, the whole place around her became alive with the clock. For instance, if you could draw treacle out of sight; and an Eaglet, and several other curious creatures. Alice led the way, was the King; and as he spoke, \'we were trying--\' \'I see!\' said the Gryphon: and Alice rather unwillingly took the thimble, saying \'We beg your pardon!\' said the Duchess: \'and the moral of THAT is--\"Take care of the court was a dead silence instantly, and.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-19-400xauto.jpg\" class=\"img-fluid\"></p><p>Take your choice!\' The Duchess took her choice, and was delighted to find herself still in sight, hurrying down it. There was no use now,\' thought poor Alice, \'when one wasn\'t always growing larger and smaller, and being ordered about in the morning, just time to be a queer thing, to be managed? I suppose you\'ll be asleep again before it\'s done.\' \'Once upon a neat little house, and the great hall, with the tarts, you know--\' \'But, it goes on \"THEY ALL RETURNED FROM HIM TO YOU,\"\' said Alice. \'Why not?\' said the Mock Turtle said: \'I\'m too stiff. And the executioner myself,\' said the Gryphon went on muttering over the jury-box with the Queen in front of the reeds--the rattling teacups would change to tinkling sheep-bells, and the beak-- Pray how did you manage on the other end of your flamingo. Shall I try the patience of an oyster!\' \'I wish I had not as yet had any sense, they\'d take the hint; but the Rabbit noticed Alice, as she left her, leaning her head on her face brightened up.</p>','722 Nicolas Forge\nBoganton, AZ 99516',NULL),('vi',12,'Nhà phố hẻm xe hơi.','Voluptatem nisi modi eum. Veniam magni tempore ea est. Quia natus qui et repudiandae. Ipsa neque occaecati reiciendis sint harum eaque odio mollitia.','<p>Alice, very much what would happen next. \'It\'s--it\'s a very pretty dance,\' said Alice indignantly, and she thought to herself. \'Of the mushroom,\' said the Duck: \'it\'s generally a frog or a worm. The question is, what did the Dormouse shook its head down, and was in the house, and wondering whether she ought to tell its age, there was enough of me left to make personal remarks,\' Alice said with some surprise that the meeting adjourn, for the White Rabbit was no longer to be two people. \'But it\'s no use going back to the law, And argued each case with my wife; And the Eaglet bent down its head down, and the two creatures got so much into the sea, \'and in that case I can reach the key; and if the Queen say only yesterday you deserved to be rude, so she turned to the jury. They were just beginning to think to herself, \'after such a nice soft thing to get through the door, she walked up towards it rather timidly, saying to herself what such an extraordinary ways of living would be worth.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-2-400xauto.jpg\" class=\"img-fluid\"></p><p>I should think!\' (Dinah was the only difficulty was, that her shoulders were nowhere to be otherwise.\"\' \'I think I can reach the key; and if it please your Majesty!\' the Duchess sneezed occasionally; and as it was only the pepper that had fallen into the air. \'--as far out to the Gryphon. \'It all came different!\' Alice replied in a loud, indignant voice, but she knew she had looked under it, and very soon had to ask his neighbour to tell me the list of the table. \'Have some wine,\' the March.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-8-400xauto.jpg\" class=\"img-fluid\"></p><p>IS the fun?\' said Alice. \'Why, SHE,\' said the King exclaimed, turning to Alice, \'Have you guessed the riddle yet?\' the Hatter said, turning to Alice, very loudly and decidedly, and there they are!\' said the Queen, who had been broken to pieces. \'Please, then,\' said the King. On this the whole party look so grave that she began looking at Alice for some time busily writing in his turn; and both footmen, Alice noticed, had powdered hair that curled all over with fright. \'Oh, I beg your pardon!\' she exclaimed in a furious passion, and went on: \'--that begins with an important air, \'are you all ready? This is the capital of Paris, and Paris is the same words as before, \'It\'s all about for it, he was gone, and the Dormouse sulkily remarked, \'If you knew Time as well go back, and barking hoarsely all the way out of the jury wrote it down \'important,\' and some were birds,) \'I suppose so,\' said Alice. \'I\'m glad they don\'t give birthday presents like that!\' He got behind Alice as it didn\'t.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-20-400xauto.jpg\" class=\"img-fluid\"></p><p>VERY deeply with a sigh: \'he taught Laughing and Grief, they used to read fairy-tales, I fancied that kind of thing never happened, and now here I am in the middle of the room again, no wonder she felt unhappy. \'It was much pleasanter at home,\' thought poor Alice, \'to pretend to be two people. \'But it\'s no use their putting their heads down! I am in the act of crawling away: besides all this, there was nothing else to do, so Alice went timidly up to the Mock Turtle replied, counting off the fire, stirring a large rabbit-hole under the door; so either way I\'ll get into her face. \'Very,\' said Alice: \'besides, that\'s not a VERY good opportunity for making her escape; so she sat down again very sadly and quietly, and looked anxiously round, to make herself useful, and looking anxiously about as much as she had felt quite relieved to see if she could guess, she was in the pool as it happens; and if it please your Majesty,\' said Two, in a court of justice before, but she thought it would.</p>','49536 Dorthy Fork Apt. 832\nWest Michele, RI 40892',NULL),('vi',13,'Căn hộ Sunwah Pearl','Tempore eum illum reprehenderit atque ducimus consequatur quam. Veniam consequatur fugiat et aut praesentium ad. In cumque est consequatur qui. Quos vitae aut aut.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>Which way?\', holding her hand again, and made a rush at Alice for some minutes. Alice thought to herself. \'I dare say you\'re wondering why I don\'t keep the same thing, you know.\' \'I DON\'T know,\' said Alice indignantly. \'Let me alone!\' \'Serpent, I say again!\' repeated the Pigeon, raising its voice to its children, \'Come away, my dears! It\'s high time to hear it say, as it left no mark on the bank--the birds with draggled feathers, the animals with their heads!\' and the poor child, \'for I can\'t tell you how it was quite out of its mouth and yawned once or twice, half hoping that they couldn\'t see it?\' So she was now the right height to rest her chin in salt water. Her first idea was that you never had fits, my dear, and that in the face. \'I\'ll put a stop to this,\' she said to Alice, and tried to get very tired of this. I vote the young man said, \'And your hair has become very white; And yet you incessantly stand on your shoes and stockings for you now, dears? I\'m sure I don\'t believe.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-1-400xauto.jpg\" class=\"img-fluid\"></p><p>You know the way out of their hearing her; and the three gardeners instantly threw themselves flat upon their faces. There was no label this time the Mouse with an air of great relief. \'Now at OURS they had at the Queen, who was beginning to feel a little startled by seeing the Cheshire Cat: now I shall have to ask any more if you\'d like it very hard indeed to make herself useful, and looking anxiously about as much right,\' said the Dormouse: \'not in that ridiculous fashion.\' And he added in.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-13-400xauto.jpg\" class=\"img-fluid\"></p><p>White Rabbit hurried by--the frightened Mouse splashed his way through the little passage: and THEN--she found herself in a helpless sort of circle, (\'the exact shape doesn\'t matter,\' it said,) and then the Rabbit\'s little white kid gloves while she remembered trying to box her own child-life, and the Hatter replied. \'Of course they were\', said the Cat, and vanished. Alice was not a regular rule: you invented it just missed her. Alice caught the flamingo and brought it back, the fight was over, and she did not venture to go with the edge with each hand. \'And now which is which?\' she said to itself in a bit.\' \'Perhaps it hasn\'t one,\' Alice ventured to say. \'What is it?\' Alice panted as she could, for her neck would bend about easily in any direction, like a Jack-in-the-box, and up the conversation dropped, and the second thing is to France-- Then turn not pale, beloved snail, but come and join the dance? \"You can really have no sort of knot, and then keep tight hold of it; and the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-19-400xauto.jpg\" class=\"img-fluid\"></p><p>SAID was, \'Why is a very long silence, broken only by an occasional exclamation of \'Hjckrrh!\' from the roof. There were doors all round her head. Still she went on, \'\"--found it advisable to go on for some time in silence: at last it unfolded its arms, took the opportunity of saying to herself, \'the way all the players, except the King, the Queen, who were lying round the thistle again; then the different branches of Arithmetic--Ambition, Distraction, Uglification, and Derision.\' \'I never went to school in the schoolroom, and though this was of very little way off, and had come back in their mouths--and they\'re all over their slates; \'but it seems to suit them!\' \'I haven\'t the slightest idea,\' said the Caterpillar. \'Well, I never understood what it meant till now.\' \'If that\'s all you know about it, and finding it very nice, (it had, in fact, I didn\'t know it to be two people. \'But it\'s no use now,\' thought poor Alice, \'it would have made a snatch in the flurry of the Shark, But, when.</p>','5652 Davis Ridges Apt. 129\nGutkowskiburgh, WI 84011-5479',NULL),('vi',14,'Căn hộ Vinhomes Central Park','Dicta et ab quibusdam laborum. Rem exercitationem placeat et corrupti quas. Ullam occaecati a sed minus cum. Esse consequuntur excepturi corporis.','<p>There was no label this time the Queen said to a farmer, you know, upon the other was sitting between them, fast asleep, and the other side of the Gryphon, and the words came very queer indeed:-- \'\'Tis the voice of thunder, and people began running about in all my life, never!\' They had not gone far before they saw her, they hurried back to the table, but it did not like to drop the jar for fear of killing somebody, so managed to swallow a morsel of the way wherever she wanted much to know, but the great wonder is, that there\'s any one of its voice. \'Back to land again, and all her wonderful Adventures, till she too began dreaming after a few minutes it seemed quite dull and stupid for life to go nearer till she had found her head down to nine inches high. CHAPTER VI. Pig and Pepper For a minute or two she walked on in these words: \'Yes, we went to the fifth bend, I think?\' \'I had NOT!\' cried the Gryphon, before Alice could think of what sort it was) scratching and scrambling about.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-1-400xauto.jpg\" class=\"img-fluid\"></p><p>I grow up, I\'ll write one--but I\'m grown up now,\' she said, by way of expecting nothing but a pack of cards!\' At this moment Alice felt a very melancholy voice. \'Repeat, \"YOU ARE OLD, FATHER WILLIAM,\' to the Cheshire Cat: now I shall only look up in such a curious croquet-ground in her life; it was only sobbing,\' she thought, and rightly too, that very few things indeed were really impossible. There seemed to be otherwise.\"\' \'I think I can kick a little!\' She drew her foot slipped, and in.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-8-400xauto.jpg\" class=\"img-fluid\"></p><p>IN the well,\' Alice said very politely, \'if I had it written up somewhere.\' Down, down, down. Would the fall NEVER come to an end! \'I wonder how many hours a day is very confusing.\' \'It isn\'t,\' said the Dodo said, \'EVERYBODY has won, and all her fancy, that: he hasn\'t got no business of MINE.\' The Queen turned angrily away from him, and said to Alice. \'What sort of life! I do hope it\'ll make me larger, it must be off, then!\' said the Cat. \'Do you play croquet with the other: the only difficulty was, that her neck from being run over; and the whole head appeared, and then all the while, till at last came a rumbling of little birds and beasts, as well say,\' added the Gryphon, \'you first form into a tidy little room with a deep voice, \'are done with blacking, I believe.\' \'Boots and shoes under the sea,\' the Gryphon said to herself. (Alice had been for some minutes. The Caterpillar and Alice rather unwillingly took the place where it had lost something; and she went slowly after it: \'I.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-18-400xauto.jpg\" class=\"img-fluid\"></p><p>She soon got it out loud. \'Thinking again?\' the Duchess to play croquet.\' The Frog-Footman repeated, in the world! Oh, my dear paws! Oh my fur and whiskers! She\'ll get me executed, as sure as ferrets are ferrets! Where CAN I have to go through next walking about at the Mouse\'s tail; \'but why do you know the way down one side and then treading on my tail. See how eagerly the lobsters and the whole court was a paper label, with the Lory, with a little nervous about this; \'for it might end, you know,\' the Mock Turtle, who looked at the mouth with strings: into this they slipped the guinea-pig, head first, and then Alice dodged behind a great hurry. \'You did!\' said the cook. \'Treacle,\' said the Duchess; \'I never was so full of soup. \'There\'s certainly too much of a procession,\' thought she, \'if people had all to lie down upon her: she gave her answer. \'They\'re done with blacking, I believe.\' \'Boots and shoes under the sea,\' the Gryphon repeated impatiently: \'it begins \"I passed by his.</p>','79762 Emely Path\nLake Mariano, NY 66502',NULL),('vi',15,'Căn hộ One Verandah tầng trung','Repudiandae ratione possimus earum adipisci. Harum explicabo culpa optio officiis a accusamus. Sit neque omnis voluptas velit mollitia iste. Consequatur quae omnis corrupti.','<p>Alice. \'And ever since that,\' the Hatter with a growl, And concluded the banquet--] \'What IS a Caucus-race?\' said Alice; \'but when you come to the seaside once in her face, with such a nice soft thing to nurse--and she\'s such a rule at processions; \'and besides, what would happen next. \'It\'s--it\'s a very difficult game indeed. The players all played at once set to work, and very soon came upon a neat little house, and the baby--the fire-irons came first; then followed a shower of little animals and birds waiting outside. The poor little juror (it was Bill, I fancy--Who\'s to go with Edgar Atheling to meet William and offer him the crown. William\'s conduct at first was moderate. But the insolence of his Normans--\" How are you thinking of?\' \'I beg pardon, your Majesty,\' said Alice doubtfully: \'it means--to--make--anything--prettier.\' \'Well, then,\' the Gryphon remarked: \'because they lessen from day to day.\' This was quite impossible to say whether the pleasure of making a daisy-chain.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-6-400xauto.jpg\" class=\"img-fluid\"></p><p>White Rabbit with pink eyes ran close by her. There was a different person then.\' \'Explain all that,\' he said in a fight with another dig of her little sister\'s dream. The long grass rustled at her with large round eyes, and feebly stretching out one paw, trying to box her own courage. \'It\'s no business there, at any rate, the Dormouse indignantly. However, he consented to go and take it away!\' There was not easy to know your history, she do.\' \'I\'ll tell it her,\' said the Hatter. \'You MUST.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-8-400xauto.jpg\" class=\"img-fluid\"></p><p>I want to go! Let me think: was I the same solemn tone, \'For the Duchess. \'Everything\'s got a moral, if only you can find them.\' As she said this, she looked up, and began to repeat it, but her head on her spectacles, and began singing in its sleep \'Twinkle, twinkle, twinkle, twinkle--\' and went on all the jelly-fish out of THIS!\' (Sounds of more energetic remedies--\' \'Speak English!\' said the King, looking round the thistle again; then the other, trying every door, she walked down the hall. After a while, finding that nothing more to come, so she took up the little golden key, and Alice\'s first thought was that it is!\' As she said to Alice, that she was holding, and she felt certain it must be on the floor: in another moment, when she found she had got so much into the jury-box, and saw that, in her life before, and he went on, \'you see, a dog growls when it\'s angry, and wags its tail when I\'m angry. Therefore I\'m mad.\' \'I call it purring, not growling,\' said Alice. \'Call it what.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-17-400xauto.jpg\" class=\"img-fluid\"></p><p>The judge, by the way, and the small ones choked and had been of late much accustomed to usurpation and conquest. Edwin and Morcar, the earls of Mercia and Northumbria--\"\' \'Ugh!\' said the Duchess. \'I make you a present of everything I\'ve said as yet.\' \'A cheap sort of mixed flavour of cherry-tart, custard, pine-apple, roast turkey, toffee, and hot buttered toast,) she very good-naturedly began hunting about for some while in silence. At last the Gryphon remarked: \'because they lessen from day to such stuff? Be off, or I\'ll kick you down stairs!\' \'That is not said right,\' said the King said to Alice, very earnestly. \'I\'ve had nothing yet,\' Alice replied in a tone of delight, and rushed at the jury-box, and saw that, in her own ears for having missed their turns, and she very soon had to stoop to save her neck kept getting entangled among the trees upon her knee, and the baby at her side. She was close behind her, listening: so she went on, \'What\'s your name, child?\' \'My name is Alice.</p>','2705 Emmerich Ford\nBabyborough, AL 39775-1820',NULL),('vi',16,'Officetel The Sun Avenue','Tempora officia laborum atque magni temporibus. Et et et qui voluptatem id rerum. Placeat qui ea ipsa dolore reprehenderit et consequatur est. Cupiditate maxime eius ut eos eveniet voluptates enim.','<p>[youtube-video]https://www.youtube.com/watch?v=U05fwua9-D4[/youtube-video]</p><p>The great question certainly was, what? Alice looked at Alice. \'It must have been a holiday?\' \'Of course not,\' said Alice in a voice sometimes choked with sobs, to sing \"Twinkle, twinkle, little bat! How I wonder what was going a journey, I should think you could keep it to be said. At last the Caterpillar contemptuously. \'Who are YOU?\' said the King: \'however, it may kiss my hand if it makes me grow large again, for she had put the Dormouse began in a fight with another dig of her head through the glass, and she dropped it hastily, just in time to go, for the rest of the table. \'Nothing can be clearer than THAT. Then again--\"BEFORE SHE HAD THIS FIT--\" you never even introduced to a lobster--\' (Alice began to feel which way you go,\' said the Duchess; \'and most things twinkled after that--only the March Hare said in a large pigeon had flown into her eyes--and still as she picked up a little snappishly. \'You\'re enough to get dry again: they had a vague sort of lullaby to it in the.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-5-400xauto.jpg\" class=\"img-fluid\"></p><p>Alice, surprised at this, that she had forgotten the words.\' So they began running when they saw Alice coming. \'There\'s PLENTY of room!\' said Alice as it didn\'t sound at all what had become of it; so, after hunting all about it!\' and he hurried off. Alice thought the whole window!\' \'Sure, it does, yer honour: but it\'s an arm, yer honour!\' \'Digging for apples, yer honour!\' \'Digging for apples, indeed!\' said Alice, as she fell past it. \'Well!\' thought Alice to herself, rather sharply; \'I advise.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-12-400xauto.jpg\" class=\"img-fluid\"></p><p>And the Gryphon in an encouraging tone. Alice looked all round the neck of the Lobster Quadrille, that she hardly knew what she did, she picked up a little recovered from the shock of being upset, and their curls got entangled together. Alice laughed so much surprised, that for the hot day made her so savage when they had been looking at them with one of them.\' In another minute there was a large mushroom growing near her, about four inches deep and reaching half down the bottle, saying to herself, \'after such a fall as this, I shall think nothing of the hall; but, alas! either the locks were too large, or the key was lying under the sea--\' (\'I haven\'t,\' said Alice)--\'and perhaps you were INSIDE, you might catch a bat, and that\'s very like having a game of play with a knife, it usually bleeds; and she tried hard to whistle to it; but she had never been in a very fine day!\' said a timid and tremulous sound.] \'That\'s different from what I could say if I fell off the top of her ever.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-20-400xauto.jpg\" class=\"img-fluid\"></p><p>Alice had not noticed before, and behind it, it occurred to her feet as the hall was very likely true.) Down, down, down. Would the fall was over. Alice was rather doubtful whether she could for sneezing. There was not even room for her. \'Yes!\' shouted Alice. \'Come on, then,\' said Alice, swallowing down her anger as well wait, as she said to Alice, and tried to fancy to herself in a frightened tone. \'The Queen will hear you! You see, she came upon a Gryphon, lying fast asleep in the last few minutes, and began whistling. \'Oh, there\'s no name signed at the moment, \'My dear! I shall only look up in a Little Bill It was opened by another footman in livery, with a soldier on each side, and opened their eyes and mouths so VERY nearly at the Queen, who were all turning into little cakes as they were nowhere to be said. At last the Caterpillar decidedly, and the Mock Turtle is.\' \'It\'s the stupidest tea-party I ever was at the bottom of a treacle-well--eh, stupid?\' \'But they were filled with.</p>','504 Tania Throughway Suite 663\nCarleestad, GA 62325',NULL),('vi',17,'Maia Resort','Ratione officia asperiores nihil veritatis et non. Alias enim dolores tempora voluptas laboriosam earum eveniet delectus. Omnis architecto est ex. Quod soluta eveniet qui.','<p>Rabbit actually TOOK A WATCH OUT OF ITS WAISTCOAT-POCKET, and looked at Alice, and tried to curtsey as she could not help bursting out laughing: and when she caught it, and kept doubling itself up and beg for its dinner, and all the time at the righthand bit again, and went on at last, and they can\'t prove I did: there\'s no use going back to yesterday, because I was a general clapping of hands at this: it was just in time to see a little of her head to hide a smile: some of them at last, and they sat down at her rather inquisitively, and seemed to be otherwise than what you had been to a day-school, too,\' said Alice; \'that\'s not at all this time, and was just saying to herself \'That\'s quite enough--I hope I shan\'t grow any more--As it is, I suppose?\' \'Yes,\' said Alice, in a very deep well. Either the well was very deep, or she fell past it. \'Well!\' thought Alice \'without pictures or conversations in it, \'and what is the same thing as a cushion, resting their elbows on it, (\'which.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-6-400xauto.jpg\" class=\"img-fluid\"></p><p>DON\'T know,\' said Alice in a great crowd assembled about them--all sorts of little pebbles came rattling in at the Queen, who was peeping anxiously into its mouth again, and that\'s very like a serpent. She had just begun to repeat it, when a sharp hiss made her so savage when they arrived, with a growl, And concluded the banquet--] \'What IS the fun?\' said Alice. \'I\'ve so often read in the sea!\' cried the Mouse, who was peeping anxiously into her eyes; and once she remembered that she wanted to.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-14-400xauto.jpg\" class=\"img-fluid\"></p><p>Last came a little hot tea upon its forehead (the position in which you usually see Shakespeare, in the middle of her sharp little chin into Alice\'s head. \'Is that all?\' said Alice, \'it\'s very easy to know when the Rabbit actually TOOK A WATCH OUT OF ITS WAISTCOAT-POCKET, and looked at it gloomily: then he dipped it into his plate. Alice did not at all know whether it was empty: she did not like the look of it in her pocket, and was delighted to find that the Gryphon at the door--I do wish they COULD! I\'m sure she\'s the best thing to nurse--and she\'s such a capital one for catching mice--oh, I beg your acceptance of this rope--Will the roof bear?--Mind that loose slate--Oh, it\'s coming down! Heads below!\' (a loud crash)--\'Now, who did that?--It was Bill, I fancy--Who\'s to go among mad people,\' Alice remarked. \'Oh, you can\'t be civil, you\'d better ask HER about it.\' (The jury all wrote down on their hands and feet, to make out what it was written to nobody, which isn\'t usual, you.</p><p class=\"text-center\"><img src=\"http://resido.local/storage/properties/p-17-400xauto.jpg\" class=\"img-fluid\"></p><p>Alice\'s, and they can\'t prove I did: there\'s no meaning in it, \'and what is the reason is--\' here the Mock Turtle said: \'advance twice, set to work nibbling at the Gryphon added \'Come, let\'s hear some of them bowed low. \'Would you tell me, Pat, what\'s that in some book, but I don\'t know,\' he went on again:-- \'You may go,\' said the Dormouse: \'not in that case I can find it.\' And she squeezed herself up and picking the daisies, when suddenly a White Rabbit blew three blasts on the end of your flamingo. Shall I try the whole window!\' \'Sure, it does, yer honour: but it\'s an arm for all that.\' \'With extras?\' asked the Mock Turtle said: \'I\'m too stiff. And the Gryphon added \'Come, let\'s hear some of them bowed low. \'Would you tell me,\' said Alice, \'I\'ve often seen a rabbit with either a waistcoat-pocket, or a watch to take the place where it had VERY long claws and a crash of broken glass. \'What a funny watch!\' she remarked. \'It tells the day and night! You see the Hatter added as an.</p>','292 Heller Plains Suite 219\nHyattview, IA 41616-5370',NULL);
/*!40000 ALTER TABLE `re_properties_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_property_categories`
--

DROP TABLE IF EXISTS `re_property_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_property_categories` (
  `property_id` bigint unsigned NOT NULL,
  `category_id` bigint unsigned NOT NULL,
  PRIMARY KEY (`property_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_property_categories`
--

LOCK TABLES `re_property_categories` WRITE;
/*!40000 ALTER TABLE `re_property_categories` DISABLE KEYS */;
INSERT INTO `re_property_categories` VALUES (1,1),(1,6),(2,2),(2,5),(3,2),(3,6),(4,1),(4,5),(5,1),(5,5),(6,2),(6,5),(7,2),(7,5),(8,2),(8,6),(9,1),(9,5),(10,2),(10,5),(11,2),(11,5),(12,1),(12,6),(13,1),(13,6),(14,2),(14,5),(15,2),(15,5),(16,2),(16,5),(17,2),(17,5);
/*!40000 ALTER TABLE `re_property_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_property_features`
--

DROP TABLE IF EXISTS `re_property_features`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_property_features` (
  `property_id` int unsigned NOT NULL,
  `feature_id` int unsigned NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_property_features`
--

LOCK TABLES `re_property_features` WRITE;
/*!40000 ALTER TABLE `re_property_features` DISABLE KEYS */;
INSERT INTO `re_property_features` VALUES (5,8),(8,8),(10,3),(16,7),(1,5),(1,9),(2,3),(2,11),(3,2),(3,5),(4,1),(4,10),(5,1),(6,1),(6,9),(7,1),(7,8),(8,3),(9,2),(9,12),(10,5),(11,1),(11,10),(12,1),(12,11),(13,3),(13,6),(14,2),(14,7),(15,3),(15,12),(16,1),(17,3),(17,8);
/*!40000 ALTER TABLE `re_property_features` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_property_types`
--

DROP TABLE IF EXISTS `re_property_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_property_types` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` int unsigned NOT NULL DEFAULT '0',
  `code` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_property_types`
--

LOCK TABLES `re_property_types` WRITE;
/*!40000 ALTER TABLE `re_property_types` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_property_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_property_types_translations`
--

DROP TABLE IF EXISTS `re_property_types_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_property_types_translations` (
  `lang_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `re_property_types_id` int NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`lang_code`,`re_property_types_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_property_types_translations`
--

LOCK TABLES `re_property_types_translations` WRITE;
/*!40000 ALTER TABLE `re_property_types_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_property_types_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_reviews`
--

DROP TABLE IF EXISTS `re_reviews`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_reviews` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `account_id` int unsigned NOT NULL,
  `reviewable_id` int unsigned NOT NULL,
  `reviewable_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `star` double(8,2) NOT NULL,
  `content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `reviews_unique` (`account_id`,`reviewable_id`,`reviewable_type`)
) ENGINE=InnoDB AUTO_INCREMENT=131 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_reviews`
--

LOCK TABLES `re_reviews` WRITE;
/*!40000 ALTER TABLE `re_reviews` DISABLE KEYS */;
INSERT INTO `re_reviews` VALUES (1,1,1,'Botble\\RealEstate\\Models\\Property',3.00,'Et totam rerum eius occaecati voluptatem. Corrupti quia sit temporibus id. Enim nesciunt ut quibusdam id.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(2,2,1,'Botble\\RealEstate\\Models\\Property',3.00,'Saepe ex molestiae quia. Odit qui cumque aut repellat est. Quia omnis et assumenda tempora corrupti.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(3,3,1,'Botble\\RealEstate\\Models\\Property',2.25,'Veritatis illo ipsam dolores et adipisci porro. Aut quia doloremque consequatur voluptas. Odio quos delectus harum.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(4,4,1,'Botble\\RealEstate\\Models\\Property',3.00,'Minus illo velit corporis sunt architecto sit voluptas. Itaque laudantium ipsam saepe ut consectetur. Reiciendis officia et voluptates non.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(5,5,1,'Botble\\RealEstate\\Models\\Property',3.50,'Ipsum voluptas ipsum mollitia aliquid. Quia illo et iure. Consequatur et consectetur reprehenderit vero eum ratione.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(6,6,1,'Botble\\RealEstate\\Models\\Property',3.50,'Dicta quasi aut consequatur ipsam dolores sed sunt. Quam et laudantium nostrum eos. In vel impedit facilis.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(7,7,1,'Botble\\RealEstate\\Models\\Property',3.00,'Omnis provident aut illo omnis odio aut esse. Hic laudantium recusandae fugit sed nihil aut quae. Eveniet sed nihil ab officiis.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(8,1,2,'Botble\\RealEstate\\Models\\Property',2.25,'Aut aperiam sapiente et alias dignissimos. Reiciendis dicta maxime harum nulla ex. Est omnis omnis aut est. Sapiente hic qui vero vero ipsum.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(9,2,2,'Botble\\RealEstate\\Models\\Property',3.50,'Maxime aspernatur aut doloremque pariatur voluptatem assumenda. Similique illum velit eum. Architecto enim veniam incidunt est. Beatae ut et odio.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(10,3,2,'Botble\\RealEstate\\Models\\Property',2.50,'Corrupti ut blanditiis fugit sapiente tempora voluptates omnis. Repellat maiores excepturi in. Mollitia id sapiente sapiente.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(11,4,2,'Botble\\RealEstate\\Models\\Property',3.50,'Quo saepe nam consequatur ipsa unde ut ullam suscipit. Eum iusto qui aut illo asperiores nisi. Amet voluptatibus enim sunt vel culpa nemo sunt.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(12,5,2,'Botble\\RealEstate\\Models\\Property',2.25,'Quod ad voluptate sint nemo laboriosam. Velit odio maiores in soluta aut. Et dicta voluptatem quo laudantium.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(13,6,2,'Botble\\RealEstate\\Models\\Property',3.25,'Earum quod sit doloremque ullam. Enim laborum sunt beatae ipsum. Repudiandae facilis cumque voluptatem recusandae.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(14,7,2,'Botble\\RealEstate\\Models\\Property',2.75,'Labore laudantium repellendus totam similique blanditiis est unde molestiae. Adipisci ipsum molestiae nobis sit ratione.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(15,8,2,'Botble\\RealEstate\\Models\\Property',2.50,'Qui beatae harum error officiis. Beatae quod voluptate cumque inventore. Sit eligendi et tenetur nihil.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(16,9,2,'Botble\\RealEstate\\Models\\Property',3.75,'Velit sit provident dolorem. Nihil praesentium sint repudiandae et qui debitis magni. Eius rerum hic beatae nesciunt corporis.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(17,10,2,'Botble\\RealEstate\\Models\\Property',3.25,'Ut explicabo aperiam harum nesciunt. Qui adipisci sunt similique sit. Nobis eum fugit et odit et cumque rem ratione.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(18,1,3,'Botble\\RealEstate\\Models\\Property',3.25,'Dolores sed voluptatem assumenda incidunt ut. Quia suscipit perspiciatis est nihil sit magni ipsam.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(19,2,3,'Botble\\RealEstate\\Models\\Property',3.00,'Enim dolorem exercitationem sed qui non. Error voluptas iste occaecati nesciunt iste. In vel vel nesciunt quisquam.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(20,3,3,'Botble\\RealEstate\\Models\\Property',2.00,'Unde quaerat et voluptates iste est. Eos est est inventore voluptate in eveniet. Officia modi cupiditate facilis dolores pariatur quaerat error.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(21,4,3,'Botble\\RealEstate\\Models\\Property',3.00,'Autem maxime hic odio. At repellendus fuga aut. Laudantium quidem voluptas provident aut. Sit ipsa sed adipisci alias.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(22,5,3,'Botble\\RealEstate\\Models\\Property',2.75,'Amet repellat atque qui placeat. Beatae dolore debitis quia ut eaque quas. Repudiandae beatae est accusantium qui vero.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(23,6,3,'Botble\\RealEstate\\Models\\Property',4.00,'Molestias omnis id corporis saepe dolorem dolorem natus. Dolorum omnis voluptatem est amet. Iste neque consequuntur qui voluptatibus saepe.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(24,7,3,'Botble\\RealEstate\\Models\\Property',4.00,'Ratione quod distinctio in harum et. Id sequi et qui eaque vitae vel. Quo et molestiae sed asperiores dolorem dignissimos magni asperiores.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(25,1,4,'Botble\\RealEstate\\Models\\Property',2.50,'Voluptatibus soluta repellendus delectus dolores sed fugit. Qui et iste sit eum quam ut excepturi. Voluptatum sed enim nihil aut qui voluptatibus.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(26,2,4,'Botble\\RealEstate\\Models\\Property',4.25,'Repellat sapiente occaecati quisquam. Suscipit harum totam facere debitis a. At perferendis dolor qui sunt.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(27,3,4,'Botble\\RealEstate\\Models\\Property',2.00,'Rem illum et asperiores excepturi nam. Quod quia dolor expedita maxime non reiciendis. Molestias voluptatem deleniti itaque corrupti praesentium.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(28,4,4,'Botble\\RealEstate\\Models\\Property',2.00,'Excepturi excepturi enim porro quidem aut omnis facere. Voluptates velit corporis non. Maxime sed consectetur consequatur voluptatem error.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(29,5,4,'Botble\\RealEstate\\Models\\Property',1.50,'Aut sit vel qui illo consequatur. Et sit nemo earum dicta ea illo. Omnis voluptatem quia impedit. Aliquam qui porro aut aut.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(30,6,4,'Botble\\RealEstate\\Models\\Property',4.00,'Eos fugiat expedita facilis ducimus aut placeat consequatur. Repellat ut iusto asperiores. Voluptate maiores iste debitis suscipit laudantium.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(31,1,5,'Botble\\RealEstate\\Models\\Property',3.00,'Minima eos quia ut fugit sint quasi. Ipsam quas consectetur aut est vero laborum. Harum molestias placeat aut voluptatem et suscipit sequi magni.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(32,2,5,'Botble\\RealEstate\\Models\\Property',2.75,'Et delectus iusto ducimus. Aut laboriosam voluptas tempora amet id. Culpa ea et minus totam. Mollitia molestiae nihil laudantium quae adipisci.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(33,3,5,'Botble\\RealEstate\\Models\\Property',3.25,'Fugit aliquid laborum fugiat tempore laudantium sapiente. Ut nemo quia libero facilis qui. Autem placeat dolorem id voluptas et.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(34,4,5,'Botble\\RealEstate\\Models\\Property',3.00,'Quia eum animi aperiam qui omnis eveniet. Porro accusamus quia soluta iure veritatis consequatur.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(35,5,5,'Botble\\RealEstate\\Models\\Property',4.00,'Vero sequi fugit omnis aut dolorum quaerat. Quaerat consequatur magni dolores quia deleniti quia aperiam. Totam sint sit aut sapiente delectus.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(36,6,5,'Botble\\RealEstate\\Models\\Property',4.25,'Voluptatem consectetur veniam et tempora rerum est. Odio corporis sit autem excepturi. Dolor non a quod asperiores error modi ad.','approved','2024-05-03 00:13:17','2024-05-03 00:13:17'),(37,7,5,'Botble\\RealEstate\\Models\\Property',3.25,'Consequatur minima distinctio omnis laudantium. Libero perferendis nemo totam est sapiente aut. Aliquam et ea ex tempore perspiciatis.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(38,8,5,'Botble\\RealEstate\\Models\\Property',3.75,'Sapiente et quis iusto deserunt voluptate. Sint illo non facilis voluptate. Iste nesciunt nihil non repellat minima ad sapiente tenetur.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(39,1,6,'Botble\\RealEstate\\Models\\Property',4.00,'Nisi temporibus et assumenda nostrum enim. Aut deserunt dolorem soluta odit ea impedit aperiam. Veritatis vitae voluptas qui rerum architecto cum et.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(40,2,6,'Botble\\RealEstate\\Models\\Property',2.25,'Eligendi architecto dolores qui officia dignissimos. Aut at vel provident. Dignissimos vero sint neque ut.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(41,3,6,'Botble\\RealEstate\\Models\\Property',2.75,'Placeat rem quis dicta eligendi sint recusandae quis. Iure quis fuga iusto et qui. Est pariatur occaecati aut rerum ut labore recusandae.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(42,4,6,'Botble\\RealEstate\\Models\\Property',4.25,'Sed cumque labore id repellendus unde nesciunt sunt. Quod reiciendis non eligendi molestiae inventore id sit totam.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(43,5,6,'Botble\\RealEstate\\Models\\Property',2.25,'Et sapiente voluptates sint aut. Aut ad excepturi quae doloribus. Ut quia cum cumque culpa ab sequi qui.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(44,1,7,'Botble\\RealEstate\\Models\\Property',3.00,'Qui nam qui eos ea tempora. Qui atque quae ipsam veniam. Corporis iure eaque officiis ut omnis. Praesentium molestias dolores rerum esse inventore.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(45,2,7,'Botble\\RealEstate\\Models\\Property',3.50,'Omnis provident dolorem consectetur. Eum sit eligendi ipsam neque repudiandae accusamus. Nisi assumenda omnis est. Nesciunt voluptates ut rerum iure.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(46,3,7,'Botble\\RealEstate\\Models\\Property',3.50,'Odio et aperiam distinctio ducimus incidunt. Dolore rem eligendi et inventore. Non eum similique ullam quia. Ut non aut eius et consequuntur vitae.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(47,4,7,'Botble\\RealEstate\\Models\\Property',1.50,'Occaecati in soluta incidunt provident. Aut saepe fugiat aliquam doloribus ea ad. Deleniti aspernatur itaque rerum quidem consequatur rerum.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(48,5,7,'Botble\\RealEstate\\Models\\Property',1.25,'Voluptas sit veniam accusantium mollitia. Quam recusandae vero quibusdam ut beatae. Mollitia explicabo esse iusto consequatur iure.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(49,1,8,'Botble\\RealEstate\\Models\\Property',3.25,'Ducimus vel ipsum dolores est magni. Ipsum qui tempora quo. Voluptatum consequatur cum nesciunt cupiditate velit.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(50,2,8,'Botble\\RealEstate\\Models\\Property',4.00,'Eum suscipit enim eos. Quas sint animi illum id sint reiciendis molestiae.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(51,3,8,'Botble\\RealEstate\\Models\\Property',2.50,'Possimus ea dolor esse velit accusantium amet rerum nulla. Et neque voluptas aut nulla ipsam. Ex voluptas optio non qui quaerat.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(52,4,8,'Botble\\RealEstate\\Models\\Property',2.50,'Et dolores dicta pariatur voluptatem repellat vero. Et minus non eos. Expedita cum occaecati ea voluptatem omnis deserunt voluptatem ex.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(53,5,8,'Botble\\RealEstate\\Models\\Property',3.75,'Aliquid possimus repudiandae minus modi. Non aspernatur ipsa quam qui et nihil. Corporis et asperiores sunt voluptatibus non id.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(54,6,8,'Botble\\RealEstate\\Models\\Property',3.25,'Illum quo rerum sequi autem accusamus praesentium nihil ab. Et ut aut iusto iure quia dolorem id ipsam. Inventore doloremque ut soluta quia ab.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(55,7,8,'Botble\\RealEstate\\Models\\Property',3.00,'Modi sed nihil aut est. Fugit pariatur necessitatibus voluptate fuga et aliquam fugiat. Soluta hic qui et facere ut quae illum.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(56,8,8,'Botble\\RealEstate\\Models\\Property',2.75,'Eveniet beatae et quisquam ducimus. Molestiae veniam dicta eos ipsa. Totam atque maiores necessitatibus rem quia ut.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(57,9,8,'Botble\\RealEstate\\Models\\Property',2.50,'Ut eos architecto vitae. Ut qui omnis architecto recusandae quidem provident. Ipsa voluptates amet error consectetur nisi.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(58,1,9,'Botble\\RealEstate\\Models\\Property',3.50,'Amet impedit beatae sed debitis. Est praesentium voluptatem corporis. Et magnam neque aut ipsum.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(59,2,9,'Botble\\RealEstate\\Models\\Property',2.25,'Aut et et ut aut quibusdam. Quis cum qui ut totam harum qui voluptatibus. Illum rerum voluptates facere nihil rerum tempora.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(60,3,9,'Botble\\RealEstate\\Models\\Property',1.75,'Distinctio fugiat magnam et quae consequatur omnis. Iusto nam et sit quibusdam labore excepturi.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(61,4,9,'Botble\\RealEstate\\Models\\Property',2.25,'Qui consequatur nihil quia ex esse doloribus. Illum non possimus dignissimos. Et tenetur voluptatibus iure omnis velit eos ut sequi.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(62,5,9,'Botble\\RealEstate\\Models\\Property',3.50,'Quo vel excepturi minima dolor. Quia esse et totam eligendi cumque. Dignissimos et dolore molestiae rem.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(63,6,9,'Botble\\RealEstate\\Models\\Property',1.50,'Error et cumque nemo tempore est at doloremque. Voluptatem impedit ullam consequatur est amet ea qui. Aut natus repellat autem ut laboriosam et et.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(64,7,9,'Botble\\RealEstate\\Models\\Property',3.25,'Omnis odit et et facere. Officia ipsa omnis magnam molestias impedit ipsum. Adipisci ea qui praesentium amet qui et doloribus. Ea impedit qui rem.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(65,8,9,'Botble\\RealEstate\\Models\\Property',4.50,'Earum ea dignissimos exercitationem inventore. Nostrum eaque distinctio sed. Dignissimos animi dolor vero et nesciunt.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(66,9,9,'Botble\\RealEstate\\Models\\Property',2.00,'Magnam ducimus magni praesentium aliquam sint. Cum ullam est natus aut. Vel nam facere quia distinctio vel sunt. Sed dolorem enim et odio.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(67,10,9,'Botble\\RealEstate\\Models\\Property',2.25,'Nihil quasi animi consequatur eum omnis officiis. Quibusdam et corporis nisi placeat mollitia ut. Aut consectetur ullam aperiam eius fugit at vel.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(68,1,10,'Botble\\RealEstate\\Models\\Property',3.75,'Et tempora quia quia. Ipsam placeat repellendus ab pariatur. Eum deleniti qui illum error tempora.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(69,2,10,'Botble\\RealEstate\\Models\\Property',4.25,'Quibusdam similique nesciunt explicabo. Cupiditate eos architecto odit odio aut perferendis. Sequi ea veritatis sit impedit.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(70,3,10,'Botble\\RealEstate\\Models\\Property',3.00,'Est dignissimos molestiae ut nemo fugit rem. Et rem veniam aut a blanditiis. Accusamus ad impedit eveniet magnam labore aut.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(71,4,10,'Botble\\RealEstate\\Models\\Property',4.00,'In maxime et enim dignissimos. Dolorem voluptates adipisci sint libero quia magni est quo. Et fugiat iure nesciunt in enim blanditiis est.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(72,5,10,'Botble\\RealEstate\\Models\\Property',1.75,'Quo ut eligendi quae numquam sed. Atque autem eius ullam ut dolores eum eveniet enim. Saepe quidem aut suscipit tempore id possimus.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(73,6,10,'Botble\\RealEstate\\Models\\Property',2.75,'Soluta omnis eum tenetur consequatur quasi sit. Culpa ullam a earum dolorum modi nesciunt. Sint commodi sequi laboriosam non corrupti.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(74,7,10,'Botble\\RealEstate\\Models\\Property',4.25,'Aut in quia et inventore. Debitis nostrum harum nesciunt labore est. Temporibus quibusdam consequatur numquam accusamus vitae ut beatae.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(75,8,10,'Botble\\RealEstate\\Models\\Property',2.75,'Et aut ut qui. Excepturi ipsam asperiores est aut a fugiat. Iure tempora ut vitae consequuntur dicta quis.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(76,9,10,'Botble\\RealEstate\\Models\\Property',2.25,'Aut voluptas itaque sit ad. Consectetur beatae aliquam dicta et.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(77,1,11,'Botble\\RealEstate\\Models\\Property',3.50,'Illum reiciendis vel et. Animi autem laborum perspiciatis et. Necessitatibus quas sed adipisci eveniet et et maiores.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(78,2,11,'Botble\\RealEstate\\Models\\Property',3.25,'Explicabo illum reprehenderit animi nulla. Nihil inventore nisi rerum assumenda voluptatem et cum. Porro et debitis minus.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(79,3,11,'Botble\\RealEstate\\Models\\Property',2.00,'Autem aut et hic aut numquam vitae esse eligendi. Culpa sed enim iure esse dolores. At omnis repellat ea rerum earum dolorem.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(80,4,11,'Botble\\RealEstate\\Models\\Property',2.00,'Consequatur necessitatibus temporibus est eius est est. Aspernatur qui expedita accusantium qui exercitationem dignissimos placeat.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(81,5,11,'Botble\\RealEstate\\Models\\Property',3.75,'Architecto dolor rerum veniam error assumenda. Quibusdam quia incidunt optio repellat.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(82,6,11,'Botble\\RealEstate\\Models\\Property',3.50,'Quo sapiente repellat nulla eveniet. Beatae fuga et saepe expedita. Maxime ea est dolorem a pariatur aut.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(83,1,12,'Botble\\RealEstate\\Models\\Property',2.75,'Vero in pariatur voluptatum fugiat quia doloribus. Voluptatem vitae in voluptatibus. Autem totam esse doloribus tenetur.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(84,2,12,'Botble\\RealEstate\\Models\\Property',3.75,'Saepe quo laborum vitae reprehenderit perferendis. Quasi quidem voluptas porro deserunt et tempore. Recusandae ea reprehenderit sed voluptas.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(85,3,12,'Botble\\RealEstate\\Models\\Property',2.75,'Corrupti velit qui adipisci. Fugiat et enim soluta quibusdam.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(86,4,12,'Botble\\RealEstate\\Models\\Property',2.50,'Unde nobis in minus quia quas cum. Excepturi sed eveniet consequuntur sed et ut. Quod quis porro maiores eos dignissimos fugiat pariatur.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(87,5,12,'Botble\\RealEstate\\Models\\Property',2.00,'Voluptates eos accusamus fuga expedita excepturi mollitia eos. Non sed ipsum sed rem excepturi. Nobis expedita dolore sequi assumenda.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(88,6,12,'Botble\\RealEstate\\Models\\Property',3.00,'Voluptates culpa aut voluptatum deleniti. Odio voluptas in molestiae temporibus in et deleniti.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(89,7,12,'Botble\\RealEstate\\Models\\Property',2.00,'Aut labore aspernatur temporibus voluptatem itaque qui voluptatem. Ullam blanditiis voluptatem qui et quidem. In et vitae autem accusantium.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(90,8,12,'Botble\\RealEstate\\Models\\Property',2.50,'Tempora dolores nam architecto consequatur soluta fuga fugit rerum. Id cum veniam et voluptatem soluta sed.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(91,9,12,'Botble\\RealEstate\\Models\\Property',3.75,'Voluptate dolorem modi neque accusamus. Earum sit quam neque voluptas alias sit. Et iste placeat sequi blanditiis aut qui.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(92,1,13,'Botble\\RealEstate\\Models\\Property',3.00,'Qui sunt consequatur exercitationem odit. Occaecati qui praesentium est corporis sed.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(93,2,13,'Botble\\RealEstate\\Models\\Property',3.50,'Culpa eveniet dicta non dolorum. Quia omnis ut maiores. Dicta enim officiis omnis natus.','approved','2024-05-03 00:13:18','2024-05-03 00:13:18'),(94,3,13,'Botble\\RealEstate\\Models\\Property',3.25,'Pariatur dolores iure quis possimus sit sed placeat in. Aut sunt nobis maxime eum.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(95,4,13,'Botble\\RealEstate\\Models\\Property',3.75,'Voluptas harum reprehenderit nesciunt pariatur aut. Voluptas molestias sint cupiditate sit et. Dolores consequuntur et ducimus sint.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(96,5,13,'Botble\\RealEstate\\Models\\Property',3.25,'Porro molestiae magnam est nemo porro facilis accusamus. Dolorem recusandae in molestiae est. Omnis consequatur aut perferendis est.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(97,6,13,'Botble\\RealEstate\\Models\\Property',3.00,'Quo omnis unde sit dolores cupiditate. Voluptas aut vitae nam. Et eligendi debitis molestiae velit possimus consequatur.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(98,7,13,'Botble\\RealEstate\\Models\\Property',2.25,'Aliquam qui incidunt fugiat ut consequatur. Officia inventore quod aut. Quaerat quia libero et nam id a. In ipsam fugit voluptas.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(99,8,13,'Botble\\RealEstate\\Models\\Property',4.00,'Accusamus laudantium aut id impedit accusantium optio nam. Est quod natus quisquam quisquam beatae assumenda. Veniam ut ut aspernatur recusandae.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(100,9,13,'Botble\\RealEstate\\Models\\Property',2.50,'Rem dolores rem sit aut in commodi voluptatem. Maiores sit assumenda iure in. Quibusdam quia dicta ut sunt sapiente consequatur temporibus est.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(101,10,13,'Botble\\RealEstate\\Models\\Property',2.75,'Ea reiciendis possimus dicta possimus. Expedita vel et natus quisquam. Molestias aut adipisci labore perferendis. Ut animi ullam minima ut commodi.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(102,1,14,'Botble\\RealEstate\\Models\\Property',3.50,'Cum sit aperiam porro. Dolores quasi in et enim non rerum aut. Voluptas tenetur reiciendis quo nobis nobis.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(103,2,14,'Botble\\RealEstate\\Models\\Property',1.75,'Nostrum excepturi qui et. Reiciendis ipsa et corrupti ut hic. Corrupti nostrum tempore iure commodi.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(104,3,14,'Botble\\RealEstate\\Models\\Property',1.75,'Aperiam fugit eum officiis minima possimus velit unde. Autem qui natus cum sed unde aut. Quo ut neque iure minus.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(105,4,14,'Botble\\RealEstate\\Models\\Property',2.00,'Dolor ut in earum impedit illo qui aut dolores. Voluptate nostrum ut autem sed et. Voluptatem illo unde voluptas.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(106,5,14,'Botble\\RealEstate\\Models\\Property',4.25,'Non fugit harum minus repellendus quasi quam. Id quia et aut dolorem. Sed quia nobis dolor consequatur.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(107,6,14,'Botble\\RealEstate\\Models\\Property',2.75,'Nemo et dolores inventore similique modi. Est labore iusto exercitationem. Aut dolor distinctio est dolorem. Ut atque a dicta aperiam.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(108,1,15,'Botble\\RealEstate\\Models\\Property',3.00,'Quasi tempore voluptatibus quas nihil voluptas. Quae eius autem cumque culpa. Libero quia sequi velit ut est occaecati.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(109,2,15,'Botble\\RealEstate\\Models\\Property',4.25,'Dolor et voluptate officiis eum earum. Recusandae quibusdam pariatur vero totam.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(110,3,15,'Botble\\RealEstate\\Models\\Property',2.50,'Rerum doloremque molestiae sint aut. Non quo minima facere doloribus. Animi ut autem incidunt ea sit est. Ducimus aut quidem qui.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(111,4,15,'Botble\\RealEstate\\Models\\Property',4.50,'Sapiente aut sint hic. Voluptatem animi praesentium asperiores doloribus qui at sit. Quidem ab consequatur et sit dolores temporibus molestiae sed.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(112,5,15,'Botble\\RealEstate\\Models\\Property',3.00,'Culpa ut occaecati magnam explicabo cupiditate quos. Impedit tempora aut recusandae mollitia. Dolorem alias suscipit eaque et unde quisquam enim.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(113,6,15,'Botble\\RealEstate\\Models\\Property',3.50,'Et laborum esse enim dolor labore. Repellendus ducimus non necessitatibus dolores quos et. Quibusdam ratione dicta id repellendus et unde.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(114,7,15,'Botble\\RealEstate\\Models\\Property',1.75,'Et animi qui error ut quos laboriosam. Hic rerum et esse aut sed quos. Distinctio et eveniet nesciunt non blanditiis.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(115,8,15,'Botble\\RealEstate\\Models\\Property',2.75,'Magnam reiciendis cum vel et dolore. Voluptatem necessitatibus labore sed. Omnis expedita ut rerum dolorem.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(116,1,16,'Botble\\RealEstate\\Models\\Property',2.25,'Eum quis omnis animi omnis corporis. Minus est et commodi odit. Asperiores omnis veniam officiis sunt. Sapiente rem voluptatibus ut neque vel vitae.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(117,2,16,'Botble\\RealEstate\\Models\\Property',3.00,'Consequatur nihil et eos expedita id blanditiis velit. Dolores quo odit beatae voluptas.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(118,3,16,'Botble\\RealEstate\\Models\\Property',3.00,'Porro nesciunt non ut vitae deleniti. Quaerat et natus iste sunt provident sit odit. Et quia delectus omnis voluptatem.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(119,4,16,'Botble\\RealEstate\\Models\\Property',3.75,'Omnis recusandae aut velit magni quasi odit. Consequatur et placeat fuga molestias aperiam incidunt maxime.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(120,5,16,'Botble\\RealEstate\\Models\\Property',2.75,'Est dolores officiis praesentium accusamus ut laudantium. Debitis qui iure et quia repellat optio qui. Quia quis voluptate ut aut qui veritatis.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(121,6,16,'Botble\\RealEstate\\Models\\Property',4.00,'Aut ut saepe saepe error. Amet odit consequatur et aliquam dolorem. Non necessitatibus perspiciatis dolorem perspiciatis fugit.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(122,1,17,'Botble\\RealEstate\\Models\\Property',1.50,'Adipisci rerum veritatis cum. Enim eaque enim quo voluptatum nam. Dolores eius eius hic dolorem magnam. Dignissimos aperiam unde inventore.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(123,2,17,'Botble\\RealEstate\\Models\\Property',3.25,'Eos quia qui quo quia iusto quasi. In ex qui officia cumque ea molestias molestias.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(124,3,17,'Botble\\RealEstate\\Models\\Property',3.75,'Recusandae et ipsa voluptatem eligendi. Eligendi odit quibusdam minima voluptas. Architecto labore assumenda sed esse eveniet nisi nemo est.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(125,4,17,'Botble\\RealEstate\\Models\\Property',3.75,'Unde ducimus ut perferendis ut ea qui consequatur. Nam sint a magnam. Eos illum amet aliquid iste.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(126,5,17,'Botble\\RealEstate\\Models\\Property',2.75,'Rerum et libero error labore provident deleniti unde. Consequatur illum quos eos. Id qui ipsum recusandae rem. Numquam laboriosam magnam et delectus.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(127,6,17,'Botble\\RealEstate\\Models\\Property',3.25,'Quis odio iusto mollitia. Et vel sed voluptatibus at optio. Soluta velit molestiae voluptas aliquam inventore culpa culpa.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(128,7,17,'Botble\\RealEstate\\Models\\Property',3.75,'Cum iusto quos cumque et id quia ex. Excepturi repellendus ut rerum aspernatur quo nisi voluptas. Eius ab quaerat qui magnam similique nemo.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(129,8,17,'Botble\\RealEstate\\Models\\Property',2.75,'Numquam ea vero velit iste. Blanditiis aut at provident molestiae officiis magni aliquid. Voluptatem maxime expedita sapiente.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19'),(130,9,17,'Botble\\RealEstate\\Models\\Property',3.25,'Ea consequatur ratione aut fuga et illo. Quidem quia sit amet.','approved','2024-05-03 00:13:19','2024-05-03 00:13:19');
/*!40000 ALTER TABLE `re_reviews` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `re_reviews_meta`
--

DROP TABLE IF EXISTS `re_reviews_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `re_reviews_meta` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `value` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `review_id` int unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `re_reviews_meta_review_id_index` (`review_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `re_reviews_meta`
--

LOCK TABLES `re_reviews_meta` WRITE;
/*!40000 ALTER TABLE `re_reviews_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `re_reviews_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `revisions`
--

DROP TABLE IF EXISTS `revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `revisions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `revisionable_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `revisionable_id` bigint unsigned NOT NULL,
  `user_id` bigint unsigned DEFAULT NULL,
  `key` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `old_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `new_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `revisions_revisionable_id_revisionable_type_index` (`revisionable_id`,`revisionable_type`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `revisions`
--

LOCK TABLES `revisions` WRITE;
/*!40000 ALTER TABLE `revisions` DISABLE KEYS */;
INSERT INTO `revisions` VALUES (1,'Botble\\Page\\Models\\Page',1,1,'description',NULL,'','2024-04-29 10:23:41','2024-04-29 10:23:41');
/*!40000 ALTER TABLE `revisions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `role_users`
--

DROP TABLE IF EXISTS `role_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `role_users` (
  `user_id` bigint unsigned NOT NULL,
  `role_id` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`user_id`,`role_id`),
  KEY `role_users_user_id_index` (`user_id`),
  KEY `role_users_role_id_index` (`role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `role_users`
--

LOCK TABLES `role_users` WRITE;
/*!40000 ALTER TABLE `role_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `role_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `roles`
--

DROP TABLE IF EXISTS `roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `roles` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `permissions` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_default` tinyint unsigned NOT NULL DEFAULT '0',
  `created_by` bigint unsigned NOT NULL,
  `updated_by` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `roles_slug_unique` (`slug`),
  KEY `roles_created_by_index` (`created_by`),
  KEY `roles_updated_by_index` (`updated_by`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `roles`
--

LOCK TABLES `roles` WRITE;
/*!40000 ALTER TABLE `roles` DISABLE KEYS */;
INSERT INTO `roles` VALUES (1,'admin','Admin','{\"users.index\":true,\"users.create\":true,\"users.edit\":true,\"users.destroy\":true,\"roles.index\":true,\"roles.create\":true,\"roles.edit\":true,\"roles.destroy\":true,\"core.system\":true,\"core.cms\":true,\"core.manage.license\":true,\"systems.cronjob\":true,\"core.tools\":true,\"tools.data-synchronize\":true,\"media.index\":true,\"files.index\":true,\"files.create\":true,\"files.edit\":true,\"files.trash\":true,\"files.destroy\":true,\"folders.index\":true,\"folders.create\":true,\"folders.edit\":true,\"folders.trash\":true,\"folders.destroy\":true,\"settings.index\":true,\"settings.common\":true,\"settings.options\":true,\"settings.email\":true,\"settings.media\":true,\"settings.admin-appearance\":true,\"settings.cache\":true,\"settings.datatables\":true,\"settings.email.rules\":true,\"settings.website-tracking\":true,\"settings.others\":true,\"menus.index\":true,\"menus.create\":true,\"menus.edit\":true,\"menus.destroy\":true,\"optimize.settings\":true,\"pages.index\":true,\"pages.create\":true,\"pages.edit\":true,\"pages.destroy\":true,\"plugins.index\":true,\"plugins.edit\":true,\"plugins.remove\":true,\"plugins.marketplace\":true,\"core.appearance\":true,\"theme.index\":true,\"theme.activate\":true,\"theme.remove\":true,\"theme.options\":true,\"theme.custom-css\":true,\"theme.custom-js\":true,\"theme.custom-html\":true,\"theme.robots-txt\":true,\"widgets.index\":true,\"analytics.general\":true,\"analytics.page\":true,\"analytics.browser\":true,\"analytics.referrer\":true,\"analytics.settings\":true,\"audit-log.index\":true,\"audit-log.destroy\":true,\"backups.index\":true,\"backups.create\":true,\"backups.restore\":true,\"backups.destroy\":true,\"block.index\":true,\"block.create\":true,\"block.edit\":true,\"block.destroy\":true,\"plugins.blog\":true,\"posts.index\":true,\"posts.create\":true,\"posts.edit\":true,\"posts.destroy\":true,\"categories.index\":true,\"categories.create\":true,\"categories.edit\":true,\"categories.destroy\":true,\"tags.index\":true,\"tags.create\":true,\"tags.edit\":true,\"tags.destroy\":true,\"blog.settings\":true,\"posts.export\":true,\"posts.import\":true,\"captcha.settings\":true,\"contacts.index\":true,\"contacts.edit\":true,\"contacts.destroy\":true,\"contact.settings\":true,\"languages.index\":true,\"languages.create\":true,\"languages.edit\":true,\"languages.destroy\":true,\"plugin.location\":true,\"country.index\":true,\"country.create\":true,\"country.edit\":true,\"country.destroy\":true,\"state.index\":true,\"state.create\":true,\"state.edit\":true,\"state.destroy\":true,\"city.index\":true,\"city.create\":true,\"city.edit\":true,\"city.destroy\":true,\"location.bulk-import.index\":true,\"location.export.index\":true,\"newsletter.index\":true,\"newsletter.destroy\":true,\"newsletter.settings\":true,\"payment.index\":true,\"payments.settings\":true,\"payment.destroy\":true,\"plugins.real-estate\":true,\"real-estate.settings\":true,\"property.index\":true,\"property.create\":true,\"property.edit\":true,\"property.destroy\":true,\"project.index\":true,\"project.create\":true,\"project.edit\":true,\"project.destroy\":true,\"property_feature.index\":true,\"property_feature.create\":true,\"property_feature.edit\":true,\"property_feature.destroy\":true,\"investor.index\":true,\"investor.create\":true,\"investor.edit\":true,\"investor.destroy\":true,\"review.index\":true,\"review.create\":true,\"review.edit\":true,\"review.destroy\":true,\"consult.index\":true,\"consult.create\":true,\"consult.edit\":true,\"consult.destroy\":true,\"property_category.index\":true,\"property_category.create\":true,\"property_category.edit\":true,\"property_category.destroy\":true,\"facility.index\":true,\"facility.create\":true,\"facility.edit\":true,\"facility.destroy\":true,\"account.index\":true,\"account.create\":true,\"account.edit\":true,\"account.destroy\":true,\"package.index\":true,\"package.create\":true,\"package.edit\":true,\"package.destroy\":true,\"consults.index\":true,\"consults.edit\":true,\"consults.destroy\":true,\"real-estate.custom-fields.index\":true,\"real-estate.custom-fields.create\":true,\"real-estate.custom-fields.edit\":true,\"real-estate.custom-fields.destroy\":true,\"invoice.index\":true,\"invoice.edit\":true,\"invoice.destroy\":true,\"invoice.template\":true,\"import-properties.index\":true,\"export-properties.index\":true,\"import-projects.index\":true,\"export-projects.index\":true,\"coupons.index\":true,\"coupons.destroy\":true,\"real-estate.settings.general\":true,\"real-estate.settings.currencies\":true,\"real-estate.settings.accounts\":true,\"real-estate.settings.invoices\":true,\"real-estate.settings.invoice-template\":true,\"simple-slider.index\":true,\"simple-slider.create\":true,\"simple-slider.edit\":true,\"simple-slider.destroy\":true,\"simple-slider-item.index\":true,\"simple-slider-item.create\":true,\"simple-slider-item.edit\":true,\"simple-slider-item.destroy\":true,\"simple-slider.settings\":true,\"social-login.settings\":true,\"testimonial.index\":true,\"testimonial.create\":true,\"testimonial.edit\":true,\"testimonial.destroy\":true,\"plugins.translation\":true,\"translations.locales\":true,\"translations.theme-translations\":true,\"translations.index\":true}','Admin users role',1,1,1,'2024-05-03 00:12:35','2024-05-03 00:12:35');
/*!40000 ALTER TABLE `roles` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `settings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `settings_key_unique` (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `settings` WRITE;
/*!40000 ALTER TABLE `settings` DISABLE KEYS */;
INSERT INTO `settings` VALUES (2,'api_enabled','0',NULL,'2024-05-03 00:12:16'),(3,'activated_plugins','[\"language\",\"language-advanced\",\"analytics\",\"audit-log\",\"backup\",\"block\",\"blog\",\"captcha\",\"contact\",\"cookie-consent\",\"location\",\"newsletter\",\"payment\",\"paypal\",\"paystack\",\"razorpay\",\"real-estate\",\"rss-feed\",\"simple-slider\",\"social-login\",\"sslcommerz\",\"stripe\",\"testimonial\",\"translation\"]',NULL,'2024-05-03 00:12:16'),(6,'language_hide_default','1',NULL,NULL),(7,'language_switcher_display','dropdown',NULL,NULL),(8,'language_display','all',NULL,NULL),(9,'language_hide_languages','[]',NULL,NULL),(10,'media_random_hash','5cd4570b806dd4ec9b57cbbd5b0ee466',NULL,NULL),(11,'payment_bank_transfer_status','1',NULL,NULL),(12,'payment_stripe_name','Pay online via Stripe',NULL,NULL),(13,'payment_stripe_description','Payment with Stripe',NULL,NULL),(14,'payment_stripe_client_id','pk_test_51JGbXaLmHOfJnFasFfg5ksgorTTlnnqt8RzdrT1qIjqg5sGcVK3fNWBZu1OZ84ndCI4fo0Bdm7TL1yLfiC6e7nF700hBjwxbKa',NULL,NULL),(15,'payment_stripe_secret','sk_test_51JGbXaLmHOfJnFasntP9rqE8wZ0qghWeMKcdlQphvMNo7C2sVaTFgRcjlnof8XVBRZspgVk7ctO62QlY10E8rHNT002pnOk3VI',NULL,NULL),(16,'payment_stripe_status','1',NULL,NULL),(17,'payment_paypal_name','Pay online via PayPal',NULL,NULL),(18,'payment_paypal_description','Payment with PayPal',NULL,NULL),(19,'payment_paypal_client_id','AZlbcwqaPAMIZ27JGOMRYrkWlMdvylKDgoNwS6rzww4_Q2naixJ9KwoOgDdhkwXBro7yTxKOV1hADDMO',NULL,NULL),(20,'payment_paypal_secret','EG7289O15aSq5bT_XLY0VhA0slkme6rlKTBp0Z1KyGY-cJoq7kPIxAvDbpVd8npd_-jBHcnYuMjF9CV3',NULL,NULL),(21,'payment_paypal_status','1',NULL,NULL),(22,'real_estate_square_unit','m²',NULL,NULL),(23,'real_estate_convert_money_to_text_enabled','1',NULL,NULL),(24,'real_estate_thousands_separator',',',NULL,NULL),(25,'real_estate_decimal_separator','.',NULL,NULL),(26,'real_estate_enabled_register','1',NULL,NULL),(27,'verify_account_email','1',NULL,NULL),(28,'permalink-botble-blog-models-post','news',NULL,NULL),(29,'permalink-botble-blog-models-category','news',NULL,NULL),(30,'permalink-botble-location-models-city','city',NULL,NULL),(31,'real_estate_review_enabled','1',NULL,NULL),(32,'real_estate_review_fields','[[{\"key\":\"field\",\"value\":\"service\"}],[{\"key\":\"field\",\"value\":\"value\"}],[{\"key\":\"field\",\"value\":\"location\"}],[{\"key\":\"field\",\"value\":\"cleanliness\"}]]',NULL,NULL),(33,'show_admin_bar','1',NULL,NULL),(34,'theme','resido',NULL,NULL),(35,'admin_logo','general/logo-light.png',NULL,NULL),(36,'admin_favicon','general/favicon.png',NULL,NULL),(37,'theme-resido-skin','blue-skin','2024-05-03 00:12:49','2024-05-03 00:12:49'),(38,'theme-resido-font_heading','Jost','2024-05-03 00:12:49','2024-05-03 00:12:49'),(39,'theme-resido-primary_font','Muli','2024-05-03 00:12:49','2024-05-03 00:12:49'),(40,'theme-resido-primary_color','#2b4db9','2024-05-03 00:12:49','2024-05-03 00:12:49'),(41,'theme-resido-cookie_consent_message','Your experience on this site will be improved by allowing cookies ','2024-05-03 00:12:49','2024-05-03 00:12:49'),(42,'theme-resido-cookie_consent_learn_more_url','http://resido.local/cookie-policy','2024-05-03 00:12:49','2024-05-03 00:12:49'),(43,'theme-resido-cookie_consent_learn_more_text','Cookie Policy','2024-05-03 00:12:49','2024-05-03 00:12:49'),(44,'theme-resido-copyright','©2024 Resido. All rights reserved by TheSky9.','2024-05-03 00:12:49','2024-05-03 00:12:49'),(45,'theme-resido-homepage_id','1','2024-05-03 00:12:49','2024-05-03 00:12:49'),(46,'theme-resido-blog_page_id','12','2024-05-03 00:12:49','2024-05-03 00:12:49'),(47,'theme-resido-logo','general/logo.png','2024-05-03 00:12:49','2024-05-03 00:12:49'),(48,'theme-resido-favicon','general/favicon.png','2024-05-03 00:12:49','2024-05-03 00:12:49'),(49,'theme-resido-logo_white','general/logo-light.png','2024-05-03 00:12:49','2024-05-03 00:12:49'),(50,'theme-resido-img_loading','general/img-loading.jpg','2024-05-03 00:12:49','2024-05-03 00:12:49'),(51,'theme-resido-properties_page_layout','full','2024-05-03 00:12:49','2024-05-03 00:12:49'),(52,'theme-resido-property_header_layout','layout-1','2024-05-03 00:12:49','2024-05-03 00:12:49'),(53,'theme-resido-site_title','Resido - Laravel Real Estate Multilingual Syste','2024-05-03 00:12:49','2024-05-03 00:12:49'),(54,'theme-resido-seo_description','Resido is a premium real estate related websites build on Laravel. With an advanced admin dashboard that will help you create a local or global real-estate directory site.','2024-05-03 00:12:49','2024-05-03 00:12:49'),(55,'theme-resido-seo_og_image','general/screenshot.png','2024-05-03 00:12:49','2024-05-03 00:12:49'),(56,'theme-resido-address','Collins Street West, Victoria 8007, Australia.','2024-05-03 00:12:49','2024-05-03 00:12:49'),(57,'theme-resido-hotline','+1 246-345-0695','2024-05-03 00:12:49','2024-05-03 00:12:49'),(58,'theme-resido-email','info@example.com','2024-05-03 00:12:49','2024-05-03 00:12:49'),(59,'theme-resido-about-us','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.','2024-05-03 00:12:49','2024-05-03 00:12:49'),(60,'theme-resido-vi-skin','blue-skin','2024-05-03 00:12:49','2024-05-03 00:12:49'),(61,'theme-resido-vi-font_heading','Montserrat','2024-05-03 00:12:49','2024-05-03 00:12:49'),(62,'theme-resido-vi-primary_font','Montserrat','2024-05-03 00:12:49','2024-05-03 00:12:49'),(63,'theme-resido-vi-primary_color','#2b4db9','2024-05-03 00:12:49','2024-05-03 00:12:49'),(64,'theme-resido-vi-copyright','©2024 Resido. Tất cả quyền đã được bảo hộ bởi TheSky9.','2024-05-03 00:12:49','2024-05-03 00:12:49'),(65,'theme-resido-vi-cookie_consent_message','Trải nghiệm của bạn trên trang web này sẽ được cải thiện bằng cách cho phép cookie ','2024-05-03 00:12:49','2024-05-03 00:12:49'),(66,'theme-resido-vi-cookie_consent_learn_more_url','http://resido.local/cookie-policy','2024-05-03 00:12:49','2024-05-03 00:12:49'),(67,'theme-resido-vi-cookie_consent_learn_more_text','Cookie Policy','2024-05-03 00:12:49','2024-05-03 00:12:49'),(68,'theme-resido-vi-homepage_id','1','2024-05-03 00:12:49','2024-05-03 00:12:49'),(69,'theme-resido-vi-blog_page_id','28','2024-05-03 00:12:49','2024-05-03 00:12:49'),(70,'theme-resido-vi-logo','general/logo.png','2024-05-03 00:12:49','2024-05-03 00:12:49'),(71,'theme-resido-vi-logo_white','general/logo-light.png','2024-05-03 00:12:49','2024-05-03 00:12:49'),(72,'theme-resido-vi-img_loading','general/img-loading.jpg','2024-05-03 00:12:49','2024-05-03 00:12:49'),(73,'theme-resido-vi-properties_page_layout','full','2024-05-03 00:12:49','2024-05-03 00:12:49'),(74,'theme-resido-vi-property_header_layout','layout-1','2024-05-03 00:12:49','2024-05-03 00:12:49'),(75,'theme-resido-vi-site_title','Resido - Laravel Real Estate Multilingual Syste','2024-05-03 00:12:49','2024-05-03 00:12:49'),(76,'theme-resido-vi-seo_description','Resido is a premium real estate related websites build on Laravel. With an advanced admin dashboard that will help you create a local or global real-estate directory site.','2024-05-03 00:12:49','2024-05-03 00:12:49'),(77,'theme-resido-vi-seo_og_image','general/screenshot.png','2024-05-03 00:12:49','2024-05-03 00:12:49'),(78,'theme-resido-vi-address','Collins Street West, Victoria 8007, Australia.','2024-05-03 00:12:49','2024-05-03 00:12:49'),(79,'theme-resido-vi-hotline','+1 246-345-0695','2024-05-03 00:12:49','2024-05-03 00:12:49'),(80,'theme-resido-vi-email','info@example.com','2024-05-03 00:12:49','2024-05-03 00:12:49'),(81,'theme-resido-vi-about-us','Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.','2024-05-03 00:12:49','2024-05-03 00:12:49'),(82,'theme-resido-social_links','[[{\"key\":\"social-name\",\"value\":\"Facebook\"},{\"key\":\"social-icon\",\"value\":\"ti-facebook\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.facebook.com\\/\"}],[{\"key\":\"social-name\",\"value\":\"Twitter\"},{\"key\":\"social-icon\",\"value\":\"ti-twitter\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.twitter.com\\/\"}],[{\"key\":\"social-name\",\"value\":\"Instagram\"},{\"key\":\"social-icon\",\"value\":\"ti-instagram\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.instagram.com\\/\"}],[{\"key\":\"social-name\",\"value\":\"Linkedin\"},{\"key\":\"social-icon\",\"value\":\"ti-linkedin\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.linkedin.com\\/\"}],[{\"key\":\"social-name\",\"value\":\"Pinterest\"},{\"key\":\"social-icon\",\"value\":\"ti-pinterest\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.pinterest.com\\/\"}]]',NULL,NULL),(83,'theme-vi-resido-social_links','[[{\"key\":\"social-name\",\"value\":\"Facebook\"},{\"key\":\"social-icon\",\"value\":\"ti-facebook\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.facebook.com\\/\"}],[{\"key\":\"social-name\",\"value\":\"Twitter\"},{\"key\":\"social-icon\",\"value\":\"ti-twitter\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.twitter.com\\/\"}],[{\"key\":\"social-name\",\"value\":\"Instagram\"},{\"key\":\"social-icon\",\"value\":\"ti-instagram\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.instagram.com\\/\"}],[{\"key\":\"social-name\",\"value\":\"Linkedin\"},{\"key\":\"social-icon\",\"value\":\"ti-linkedin\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.linkedin.com\\/\"}],[{\"key\":\"social-name\",\"value\":\"Pinterest\"},{\"key\":\"social-icon\",\"value\":\"ti-pinterest\"},{\"key\":\"social-url\",\"value\":\"https:\\/\\/www.pinterest.com\\/\"}]]',NULL,NULL),(84,'theme-resido-min_price','[[{\"key\":\"label\",\"value\":500},{\"key\":\"value\",\"value\":500}],[{\"key\":\"label\",\"value\":1000},{\"key\":\"value\",\"value\":1000}],[{\"key\":\"label\",\"value\":2000},{\"key\":\"value\",\"value\":2000}],[{\"key\":\"label\",\"value\":5000},{\"key\":\"value\",\"value\":5000}],[{\"key\":\"label\",\"value\":10000},{\"key\":\"value\",\"value\":10000}]]',NULL,NULL),(85,'theme-vi-resido-min_price','[[{\"key\":\"label\",\"value\":500},{\"key\":\"value\",\"value\":500}],[{\"key\":\"label\",\"value\":1000},{\"key\":\"value\",\"value\":1000}],[{\"key\":\"label\",\"value\":2000},{\"key\":\"value\",\"value\":2000}],[{\"key\":\"label\",\"value\":5000},{\"key\":\"value\",\"value\":5000}],[{\"key\":\"label\",\"value\":10000},{\"key\":\"value\",\"value\":10000}]]',NULL,NULL),(86,'theme-resido-max_price','[[{\"key\":\"label\",\"value\":1000},{\"key\":\"value\",\"value\":1000}],[{\"key\":\"label\",\"value\":2000},{\"key\":\"value\",\"value\":2000}],[{\"key\":\"label\",\"value\":5000},{\"key\":\"value\",\"value\":5000}],[{\"key\":\"label\",\"value\":10000},{\"key\":\"value\",\"value\":10000}],[{\"key\":\"label\",\"value\":50000},{\"key\":\"value\",\"value\":50000}]]',NULL,NULL),(87,'theme-vi-resido-max_price','[[{\"key\":\"label\",\"value\":1000},{\"key\":\"value\",\"value\":1000}],[{\"key\":\"label\",\"value\":2000},{\"key\":\"value\",\"value\":2000}],[{\"key\":\"label\",\"value\":5000},{\"key\":\"value\",\"value\":5000}],[{\"key\":\"label\",\"value\":10000},{\"key\":\"value\",\"value\":10000}],[{\"key\":\"label\",\"value\":50000},{\"key\":\"value\",\"value\":50000}]]',NULL,NULL),(88,'theme-resido-bedroom','[[{\"key\":\"label\",\"value\":1},{\"key\":\"value\",\"value\":1}],[{\"key\":\"label\",\"value\":2},{\"key\":\"value\",\"value\":2}],[{\"key\":\"label\",\"value\":3},{\"key\":\"value\",\"value\":3}],[{\"key\":\"label\",\"value\":4},{\"key\":\"value\",\"value\":4}],[{\"key\":\"label\",\"value\":5},{\"key\":\"value\",\"value\":5}]]',NULL,NULL),(89,'theme-vi-resido-bedroom','[[{\"key\":\"label\",\"value\":1},{\"key\":\"value\",\"value\":1}],[{\"key\":\"label\",\"value\":2},{\"key\":\"value\",\"value\":2}],[{\"key\":\"label\",\"value\":3},{\"key\":\"value\",\"value\":3}],[{\"key\":\"label\",\"value\":4},{\"key\":\"value\",\"value\":4}],[{\"key\":\"label\",\"value\":5},{\"key\":\"value\",\"value\":5}]]',NULL,NULL),(90,'theme-resido-bathroom','[[{\"key\":\"label\",\"value\":1},{\"key\":\"value\",\"value\":1}],[{\"key\":\"label\",\"value\":2},{\"key\":\"value\",\"value\":2}],[{\"key\":\"label\",\"value\":3},{\"key\":\"value\",\"value\":3}],[{\"key\":\"label\",\"value\":4},{\"key\":\"value\",\"value\":4}],[{\"key\":\"label\",\"value\":5},{\"key\":\"value\",\"value\":5}]]',NULL,NULL),(91,'theme-vi-resido-bathroom','[[{\"key\":\"label\",\"value\":1},{\"key\":\"value\",\"value\":1}],[{\"key\":\"label\",\"value\":2},{\"key\":\"value\",\"value\":2}],[{\"key\":\"label\",\"value\":3},{\"key\":\"value\",\"value\":3}],[{\"key\":\"label\",\"value\":4},{\"key\":\"value\",\"value\":4}],[{\"key\":\"label\",\"value\":5},{\"key\":\"value\",\"value\":5}]]',NULL,NULL);
/*!40000 ALTER TABLE `settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `simple_slider_items`
--

DROP TABLE IF EXISTS `simple_slider_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `simple_slider_items` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `simple_slider_id` bigint unsigned NOT NULL,
  `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `link` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `order` int unsigned NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `simple_slider_items`
--

LOCK TABLES `simple_slider_items` WRITE;
/*!40000 ALTER TABLE `simple_slider_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `simple_slider_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `simple_sliders`
--

DROP TABLE IF EXISTS `simple_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `simple_sliders` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `key` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `simple_sliders`
--

LOCK TABLES `simple_sliders` WRITE;
/*!40000 ALTER TABLE `simple_sliders` DISABLE KEYS */;
/*!40000 ALTER TABLE `simple_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `slugs`
--

DROP TABLE IF EXISTS `slugs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `slugs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `reference_id` bigint unsigned NOT NULL,
  `reference_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `prefix` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `slugs_reference_id_index` (`reference_id`),
  KEY `slugs_key_index` (`key`),
  KEY `slugs_prefix_index` (`prefix`),
  KEY `slugs_reference_index` (`reference_id`,`reference_type`)
) ENGINE=InnoDB AUTO_INCREMENT=84 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `slugs`
--

LOCK TABLES `slugs` WRITE;
/*!40000 ALTER TABLE `slugs` DISABLE KEYS */;
INSERT INTO `slugs` VALUES (1,'home',1,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(2,'home-layout-2',2,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(3,'home-layout-3',3,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(4,'home-layout-4',4,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(5,'home-layout-5',5,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(6,'home-layout-6',6,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(7,'home-layout-7',7,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(8,'home-layout-8',8,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(9,'home-layout-9',9,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(10,'map-home-layout',10,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(11,'properties',11,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(12,'news',12,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(13,'about-us',13,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(14,'contact',14,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(15,'terms-conditions',15,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(16,'cookie-policy',16,'Botble\\Page\\Models\\Page','','2024-05-03 00:12:46','2024-05-03 00:12:46'),(17,'general',1,'Botble\\Blog\\Models\\Tag','tag','2024-05-03 00:13:00','2024-05-03 00:13:00'),(18,'design',2,'Botble\\Blog\\Models\\Tag','tag','2024-05-03 00:13:00','2024-05-03 00:13:00'),(19,'fashion',3,'Botble\\Blog\\Models\\Tag','tag','2024-05-03 00:13:00','2024-05-03 00:13:00'),(20,'branding',4,'Botble\\Blog\\Models\\Tag','tag','2024-05-03 00:13:00','2024-05-03 00:13:00'),(21,'modern',5,'Botble\\Blog\\Models\\Tag','tag','2024-05-03 00:13:00','2024-05-03 00:13:00'),(22,'latest-news',1,'Botble\\Blog\\Models\\Category','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(23,'house-architecture',2,'Botble\\Blog\\Models\\Category','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(24,'house-design',3,'Botble\\Blog\\Models\\Category','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(25,'building-materials',4,'Botble\\Blog\\Models\\Category','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(26,'why-people-choose-listio-for-own-properties',1,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(27,'list-of-benifits-and-impressive-listeo-services',2,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(28,'what-people-says-about-listio-properties',3,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(29,'why-people-choose-listio-for-own-properties',4,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(30,'list-of-benifits-and-impressive-listeo-services',5,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(31,'what-people-says-about-listio-properties',6,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(32,'5-of-the-most-searched-outdoor-decor-trends-of-summer-2021',7,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(33,'crave-a-canopy-bed-modern-spins-on-this-dramatic-style',8,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(34,'the-property-brothers-reveal-one-thing-never-ever-to-do-to-an-old-house',9,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(35,'how-to-build-a-raised-herb-garden-with-pallets',10,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(36,'entertain-in-style-14-products-made-for-an-outdoor-summer-soiree',11,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(37,'6-summer-maintenance-tasks-that-could-save-you-cash-have-you-done-them-all',12,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(38,'average-us-rental-price-hits-a-two-year-high',13,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(39,'digital-land-rush-has-people-spending-big-money-on-virtual-real-estate-but-why',14,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(40,'the-best-state-to-live-in-right-now-is-a-huge-surprise-can-you-guess',15,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(41,'high-lumber-prices-and-other-barriers-choke-the-confidence-of-home-builders-and-home-buyers',16,'Botble\\Blog\\Models\\Post','','2024-05-03 00:13:00','2024-05-03 00:13:00'),(42,'apartment',1,'Botble\\RealEstate\\Models\\Category','property-category','2024-05-03 00:13:06','2024-05-03 00:13:06'),(43,'villa',2,'Botble\\RealEstate\\Models\\Category','property-category','2024-05-03 00:13:06','2024-05-03 00:13:06'),(44,'condo',3,'Botble\\RealEstate\\Models\\Category','property-category','2024-05-03 00:13:06','2024-05-03 00:13:06'),(45,'house',4,'Botble\\RealEstate\\Models\\Category','property-category','2024-05-03 00:13:06','2024-05-03 00:13:06'),(46,'land',5,'Botble\\RealEstate\\Models\\Category','property-category','2024-05-03 00:13:06','2024-05-03 00:13:06'),(47,'commercial-property',6,'Botble\\RealEstate\\Models\\Category','property-category','2024-05-03 00:13:06','2024-05-03 00:13:06'),(48,'6007-applegate-lane',1,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(49,'2721-lindsay-avenue',2,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(50,'2203-7th-street-road',3,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(51,'7431-candace-way',4,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(52,'8502-madrone-avenue',5,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(53,'1745-t-street-southeast',6,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(54,'81-seaton-place-northwest',7,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(55,'802-madison-street-northwest',8,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(56,'2811-battery-place-northwest',9,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(57,'1508-massachusetts-avenue-southeast',10,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(58,'1427-south-carolina-avenue-southeast',11,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(59,'127-grand-heron-drive',12,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(60,'1515-chandlee-avenue',13,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(61,'4113-holiday-drive',14,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(62,'545-tracey-drive',15,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:16','2024-05-03 00:13:16'),(63,'2318-camryns-crossing',16,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:17','2024-05-03 00:13:17'),(64,'1025-west-19th-street',17,'Botble\\RealEstate\\Models\\Property','properties','2024-05-03 00:13:17','2024-05-03 00:13:17'),(65,'villa-alaya',1,'Botble\\RealEstate\\Models\\Project','projects','2024-05-03 00:13:41','2024-05-03 00:13:41'),(66,'ani-private-resorts',2,'Botble\\RealEstate\\Models\\Project','projects','2024-05-03 00:13:41','2024-05-03 00:13:41'),(67,'casa-tres-soles',3,'Botble\\RealEstate\\Models\\Project','projects','2024-05-03 00:13:41','2024-05-03 00:13:41'),(68,'la-bergerie',4,'Botble\\RealEstate\\Models\\Project','projects','2024-05-03 00:13:41','2024-05-03 00:13:41'),(69,'hollywood-mansion',5,'Botble\\RealEstate\\Models\\Project','projects','2024-05-03 00:13:42','2024-05-03 00:13:42'),(70,'crystal-springs',6,'Botble\\RealEstate\\Models\\Project','projects','2024-05-03 00:13:42','2024-05-03 00:13:42'),(71,'calivigny-island',7,'Botble\\RealEstate\\Models\\Project','projects','2024-05-03 00:13:42','2024-05-03 00:13:42'),(72,'marbella-luxury-villa',8,'Botble\\RealEstate\\Models\\Project','projects','2024-05-03 00:13:42','2024-05-03 00:13:42'),(73,'aspect-doncaster',9,'Botble\\RealEstate\\Models\\Project','projects','2024-05-03 00:13:42','2024-05-03 00:13:42'),(74,'lisa',1,'Botble\\RealEstate\\Models\\Account','agents','2024-05-03 00:13:42','2024-05-03 00:13:42'),(75,'jean',2,'Botble\\RealEstate\\Models\\Account','agents','2024-05-03 00:13:42','2024-05-03 00:13:42'),(76,'mozelle',3,'Botble\\RealEstate\\Models\\Account','agents','2024-05-03 00:13:42','2024-05-03 00:13:42'),(77,'icie',4,'Botble\\RealEstate\\Models\\Account','agents','2024-05-03 00:13:42','2024-05-03 00:13:42'),(78,'lydia',5,'Botble\\RealEstate\\Models\\Account','agents','2024-05-03 00:13:42','2024-05-03 00:13:42'),(79,'alyce',6,'Botble\\RealEstate\\Models\\Account','agents','2024-05-03 00:13:42','2024-05-03 00:13:42'),(80,'kali',7,'Botble\\RealEstate\\Models\\Account','agents','2024-05-03 00:13:42','2024-05-03 00:13:42'),(81,'arvid',8,'Botble\\RealEstate\\Models\\Account','agents','2024-05-03 00:13:42','2024-05-03 00:13:42'),(82,'margot',9,'Botble\\RealEstate\\Models\\Account','agents','2024-05-03 00:13:42','2024-05-03 00:13:42'),(83,'arnold',10,'Botble\\RealEstate\\Models\\Account','agents','2024-05-03 00:13:42','2024-05-03 00:13:42');
/*!40000 ALTER TABLE `slugs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `slugs_translations`
--

DROP TABLE IF EXISTS `slugs_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `slugs_translations` (
  `lang_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slugs_id` bigint unsigned NOT NULL,
  `key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `prefix` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
  PRIMARY KEY (`lang_code`,`slugs_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `slugs_translations`
--

LOCK TABLES `slugs_translations` WRITE;
/*!40000 ALTER TABLE `slugs_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `slugs_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `states`
--

DROP TABLE IF EXISTS `states`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `states` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `abbreviation` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country_id` bigint unsigned DEFAULT NULL,
  `order` tinyint NOT NULL DEFAULT '0',
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_default` tinyint unsigned NOT NULL DEFAULT '0',
  `is_featured` tinyint unsigned NOT NULL DEFAULT '0',
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `states_slug_unique` (`slug`)
) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `states`
--

LOCK TABLES `states` WRITE;
/*!40000 ALTER TABLE `states` DISABLE KEYS */;
INSERT INTO `states` VALUES (1,'Alabama','alabama','AL',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(2,'Alaska','alaska','AK',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(3,'American Samoa','american-samoa','AS',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(4,'Arizona','arizona','AZ',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(5,'Arkansas','arkansas','AR',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(6,'California','california','CA',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(7,'Colorado','colorado','CO',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(8,'Connecticut','connecticut','CT',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(9,'Delaware','delaware','DE',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(10,'District Of Columbia','district-of-columbia','DC',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(11,'Federated States Of Micronesia','federated-states-of-micronesia','FM',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(12,'Florida','florida','FL',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(13,'Georgia','georgia','GA',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(14,'Guam','guam','GU',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(15,'Hawaii','hawaii','HI',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(16,'Idaho','idaho','ID',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(17,'Illinois','illinois','IL',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(18,'Indiana','indiana','IN',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(19,'Iowa','iowa','IA',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(20,'Kansas','kansas','KS',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(21,'Kentucky','kentucky','KY',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(22,'Louisiana','louisiana','LA',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(23,'Maine','maine','ME',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(24,'Marshall Islands','marshall-islands','MH',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(25,'Maryland','maryland','MD',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(26,'Massachusetts','massachusetts','MA',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(27,'Michigan','michigan','MI',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(28,'Minnesota','minnesota','MN',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(29,'Mississippi','mississippi','MS',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(30,'Missouri','missouri','MO',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(31,'Montana','montana','MT',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(32,'Nebraska','nebraska','NE',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(33,'Nevada','nevada','NV',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(34,'New Hampshire','new-hampshire','NH',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(35,'New Jersey','new-jersey','NJ',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(36,'New Mexico','new-mexico','NM',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(37,'New York','new-york','NY',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(38,'North Carolina','north-carolina','NC',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(39,'North Dakota','north-dakota','ND',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(40,'Northern Mariana Islands','northern-mariana-islands','MP',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(41,'Ohio','ohio','OH',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(42,'Oklahoma','oklahoma','OK',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(43,'Oregon','oregon','OR',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(44,'Palau','palau','PW',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(45,'Pennsylvania','pennsylvania','PA',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(46,'Puerto Rico','puerto-rico','PR',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(47,'Rhode Island','rhode-island','RI',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(48,'South Carolina','south-carolina','SC',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(49,'South Dakota','south-dakota','SD',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(50,'Tennessee','tennessee','TN',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(51,'Texas','texas','TX',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(52,'Utah','utah','UT',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(53,'Vermont','vermont','VT',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(54,'Virgin Islands','virgin-islands','VI',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(55,'Virginia','virginia','VA',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(56,'Washington','washington','WA',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(57,'West Virginia','west-virginia','WV',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(58,'Wisconsin','wisconsin','WI',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(59,'Wyoming','wyoming','WY',1,0,NULL,0,0,'published','2024-05-03 00:12:23','2024-05-03 00:12:23'),(60,'Alberta','alberta','AB',2,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32'),(61,'British Columbia','british-columbia','BC',2,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32'),(62,'Manitoba','manitoba','MB',2,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32'),(63,'New Brunswick','new-brunswick','NB',2,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32'),(64,'Newfoundland','newfoundland','NF',2,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32'),(65,'Northwest Territories','northwest-territories','NT',2,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32'),(66,'Nova Scotia','nova-scotia','NS',2,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32'),(67,'Nunavut','nunavut','NU',2,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32'),(68,'Ontario','ontario','ON',2,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32'),(69,'Prince Edward Island','prince-edward-island','PE',2,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32'),(70,'Quebec','quebec','PQ',2,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32'),(71,'Saskatchewan','saskatchewan','SK',2,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32'),(72,'Yukon','yukon','YT',2,0,NULL,0,0,'published','2024-05-03 00:12:32','2024-05-03 00:12:32');
/*!40000 ALTER TABLE `states` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `states_translations`
--

DROP TABLE IF EXISTS `states_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `states_translations` (
  `lang_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `states_id` bigint unsigned NOT NULL,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `abbreviation` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`states_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `states_translations`
--

LOCK TABLES `states_translations` WRITE;
/*!40000 ALTER TABLE `states_translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `states_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tags`
--

DROP TABLE IF EXISTS `tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tags` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `author_id` bigint unsigned DEFAULT NULL,
  `author_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User',
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tags`
--

LOCK TABLES `tags` WRITE;
/*!40000 ALTER TABLE `tags` DISABLE KEYS */;
INSERT INTO `tags` VALUES (1,'General',1,'Botble\\ACL\\Models\\User','','published','2024-05-03 00:13:00','2024-05-03 00:13:00'),(2,'Design',1,'Botble\\ACL\\Models\\User','','published','2024-05-03 00:13:00','2024-05-03 00:13:00'),(3,'Fashion',1,'Botble\\ACL\\Models\\User','','published','2024-05-03 00:13:00','2024-05-03 00:13:00'),(4,'Branding',1,'Botble\\ACL\\Models\\User','','published','2024-05-03 00:13:00','2024-05-03 00:13:00'),(5,'Modern',1,'Botble\\ACL\\Models\\User','','published','2024-05-03 00:13:00','2024-05-03 00:13:00');
/*!40000 ALTER TABLE `tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `tags_translations`
--

DROP TABLE IF EXISTS `tags_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `tags_translations` (
  `lang_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `tags_id` bigint unsigned NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`tags_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `tags_translations`
--

LOCK TABLES `tags_translations` WRITE;
/*!40000 ALTER TABLE `tags_translations` DISABLE KEYS */;
INSERT INTO `tags_translations` VALUES ('vi',1,'Chung',NULL),('vi',2,'Thiết kế',NULL),('vi',3,'Thời trang',NULL),('vi',4,'Thương hiệu',NULL),('vi',5,'Hiện đại',NULL);
/*!40000 ALTER TABLE `tags_translations` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `testimonials`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `testimonials` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `company` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `testimonials` WRITE;
/*!40000 ALTER TABLE `testimonials` DISABLE KEYS */;
INSERT INTO `testimonials` VALUES (1,'Adam Williams','I NEVER get any older than you, and don\'t speak.','/storage/testimonials/1.jpg','CEO Of Microwoft','published','2024-05-03 00:13:22','2024-05-03 00:13:22'),(2,'Retha Deowalim','I eat\" is the driest thing I ever heard!\' \'Yes.','/storage/testimonials/2.jpg','CEO Of Apple','published','2024-05-03 00:13:22','2024-05-03 00:13:22'),(3,'Sam J. Wasim','Queen\'s shrill cries to the conclusion that it.','/storage/testimonials/3.jpg','Pio Founder','published','2024-05-03 00:13:22','2024-05-03 00:13:22'),(4,'Usan Gulwarm','It was opened by another footman in livery came.','/storage/testimonials/4.jpg','CEO Of Facewarm','published','2024-05-03 00:13:22','2024-05-03 00:13:22'),(5,'Shilpa Shethy','WHAT?\' said the Caterpillar, and the moment he.','/storage/testimonials/5.jpg','CEO Of Zapple','published','2024-05-03 00:13:22','2024-05-03 00:13:22');
/*!40000 ALTER TABLE `testimonials` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `testimonials_translations`
--

DROP TABLE IF EXISTS `testimonials_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `testimonials_translations` (
  `lang_code` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `testimonials_id` bigint unsigned NOT NULL,
  `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `company` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`lang_code`,`testimonials_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `testimonials_translations`
--

LOCK TABLES `testimonials_translations` WRITE;
/*!40000 ALTER TABLE `testimonials_translations` DISABLE KEYS */;
INSERT INTO `testimonials_translations` VALUES ('vi',1,'Adam Williams','Oh, how I wish you could keep it to be trampled.','Giám đốc Microwoft'),('vi',2,'Retha Deowalim','I\'LL soon make you grow taller, and the three.','Giám đốc Apple'),('vi',3,'Sam J. Wasim','I to get out of the evening, beautiful Soup!.','Nhà sáng lập Pio'),('vi',4,'Usan Gulwarm','Bill had left off when they saw Alice coming.','Giám đốc Facewarm'),('vi',5,'Shilpa Shethy','I should like it very nice, (it had, in fact, a.','Giám đốc Zapple');
/*!40000 ALTER TABLE `testimonials_translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `transactions`
--

DROP TABLE IF EXISTS `transactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `transactions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `credits` int unsigned NOT NULL,
  `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_id` bigint unsigned DEFAULT NULL,
  `account_id` bigint unsigned DEFAULT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'add',
  `payment_id` int unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `transactions`
--

LOCK TABLES `transactions` WRITE;
/*!40000 ALTER TABLE `transactions` DISABLE KEYS */;
/*!40000 ALTER TABLE `transactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_meta`
--

DROP TABLE IF EXISTS `user_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_meta` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `value` text COLLATE utf8mb4_unicode_ci,
  `user_id` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_meta_user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_meta`
--

LOCK TABLES `user_meta` WRITE;
/*!40000 ALTER TABLE `user_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `user_meta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `first_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `last_name` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `username` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `avatar_id` bigint unsigned DEFAULT NULL,
  `super_user` tinyint(1) NOT NULL DEFAULT '0',
  `manage_supers` tinyint(1) NOT NULL DEFAULT '0',
  `permissions` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `last_login` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_email_unique` (`email`),
  UNIQUE KEY `users_username_unique` (`username`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES (1,'chris73@zulauf.com',NULL,'$2y$12$Ns6YcGnOVtV6IIF17sph3uHpY2.pYZC/v25/45pCR9DW0ihRqNjEi',NULL,'2024-05-03 00:12:35','2024-05-03 00:12:35','Vanessa','Wilkinson','admin',NULL,1,1,NULL,NULL);
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `widgets`
--

DROP TABLE IF EXISTS `widgets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `widgets` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `widget_id` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `sidebar_id` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `theme` varchar(120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `position` tinyint unsigned NOT NULL DEFAULT '0',
  `data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `widgets`
--

LOCK TABLES `widgets` WRITE;
/*!40000 ALTER TABLE `widgets` DISABLE KEYS */;
INSERT INTO `widgets` VALUES (1,'ShortcodeWidget','footer_sidebar_1','resido',0,'{\"id\":\"ShortcodeWidget\",\"content\":\"[static-block alias=\\\"sign-up\\\"][\\/static-block]\"}',NULL,NULL),(2,'CustomMenuWidget','footer_sidebar_2','resido',0,'{\"id\":\"CustomMenuWidget\",\"name\":\"About\",\"menu_id\":\"about\"}',NULL,NULL),(3,'CustomMenuWidget','footer_sidebar_2','resido',1,'{\"id\":\"CustomMenuWidget\",\"name\":\"MORE INFORMATION\",\"menu_id\":\"more-information\"}',NULL,NULL),(4,'CustomMenuWidget','footer_sidebar_2','resido',2,'{\"id\":\"CustomMenuWidget\",\"name\":\"NEWS\",\"menu_id\":\"news\"}',NULL,NULL),(5,'ShortcodeWidget','footer_sidebar_3','resido',0,'{\"id\":\"ShortcodeWidget\",\"content\":\"[static-block alias=\\\"download-app-footer\\\"][\\/static-block]\"}',NULL,NULL),(6,'CategoriesWidget','primary_sidebar','resido',0,'{\"id\":\"CategoriesWidget\",\"name\":\"Categories\"}',NULL,NULL),(7,'RecentPostsWidget','primary_sidebar','resido',0,'{\"id\":\"RecentPostsWidget\",\"name\":\"Recent posts\",\"number_display\":\"5\"}',NULL,NULL),(8,'FeaturedPropertiesWidget','primary_sidebar','resido',0,'{\"id\":\"FeaturedPropertiesWidget\",\"name\":\"Featured properties\",\"number_display\":\"5\"}',NULL,NULL),(9,'NewsletterWidget','footer_sidebar_3','resido',1,'{\"id\":\"NewsletterWidget\",\"name\":\"Subscribe\"}',NULL,NULL),(10,'ShortcodeWidget','footer_sidebar_1','resido-vi',0,'{\"id\":\"ShortcodeWidget\",\"content\":\"[static-block alias=\\\"sign-up\\\"][\\/static-block]\"}',NULL,NULL),(11,'CustomMenuWidget','footer_sidebar_2','resido-vi',0,'{\"id\":\"CustomMenuWidget\",\"name\":\"About\",\"menu_id\":\"ve-chung-toi\"}',NULL,NULL),(12,'CustomMenuWidget','footer_sidebar_2','resido-vi',1,'{\"id\":\"CustomMenuWidget\",\"name\":\"MORE INFORMATION\",\"menu_id\":\"thong-tin-them\"}',NULL,NULL),(13,'CustomMenuWidget','footer_sidebar_2','resido-vi',2,'{\"id\":\"CustomMenuWidget\",\"name\":\"NEWS\",\"menu_id\":\"tin-tuc\"}',NULL,NULL),(14,'ShortcodeWidget','footer_sidebar_3','resido-vi',0,'{\"id\":\"ShortcodeWidget\",\"content\":\"[static-block alias=\\\"download-app-footer\\\"][\\/static-block]\"}',NULL,NULL),(15,'CategoriesWidget','primary_sidebar','resido-vi',0,'{\"id\":\"CategoriesWidget\",\"name\":\"Danh mục\"}',NULL,NULL),(16,'RecentPostsWidget','primary_sidebar','resido-vi',0,'{\"id\":\"RecentPostsWidget\",\"name\":\"Bài viết gần đây\",\"number_display\":\"5\"}',NULL,NULL),(17,'FeaturedPropertiesWidget','primary_sidebar','resido-vi',0,'{\"id\":\"FeaturedPropertiesWidget\",\"name\":\"Featured properties\",\"number_display\":\"5\"}',NULL,NULL),(18,'NewsletterWidget','footer_sidebar_3','resido-vi',1,'{\"id\":\"NewsletterWidget\",\"name\":\"Subscribe\"}',NULL,NULL);
/*!40000 ALTER TABLE `widgets` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2024-05-03  7:15:22
