/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19-11.4.9-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: twisqxks_tapnlearn
-- ------------------------------------------------------
-- Server version	11.4.9-MariaDB-cll-lve-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!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' */;
/*M!100616 SET @OLD_NOTE_VERBOSITY=@@NOTE_VERBOSITY, NOTE_VERBOSITY=0 */;

--
-- Table structure for table `about_pages`
--

DROP TABLE IF EXISTS `about_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `about_pages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `who_we_are` longtext DEFAULT NULL,
  `banner_title` longtext DEFAULT NULL,
  `story_title` longtext DEFAULT NULL,
  `story_description` longtext DEFAULT NULL,
  `teacher_title` longtext DEFAULT NULL,
  `teacher_details` longtext DEFAULT NULL,
  `course_title` longtext DEFAULT NULL,
  `course_details` longtext DEFAULT NULL,
  `student_title` longtext DEFAULT NULL,
  `student_details` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `image1` varchar(191) NOT NULL DEFAULT 'public/frontend/learningms/img/about/1.jpg',
  `image2` varchar(191) NOT NULL DEFAULT 'public/frontend/learningms/img/about/2.jpg',
  `image3` varchar(191) NOT NULL DEFAULT 'public/frontend/learningms/img/about/3.jpg',
  `image4` varchar(191) NOT NULL DEFAULT 'public/frontend/learningms/img/about/counter_bg.png',
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `show_testimonial` tinyint(1) NOT NULL DEFAULT 1,
  `show_brand` tinyint(1) NOT NULL DEFAULT 1,
  `show_become_instructor` tinyint(1) NOT NULL DEFAULT 1,
  `total_teacher` longtext DEFAULT '100+',
  `total_student` longtext DEFAULT '200+',
  `total_courses` longtext DEFAULT '150+',
  `about_page_content_title` longtext DEFAULT 'Online Learning Platform',
  `about_page_content_details` longtext DEFAULT NULL,
  `live_class_title` longtext DEFAULT 'Get Personal Learning Recommendations',
  `live_class_details` longtext DEFAULT NULL,
  `live_class_image` varchar(191) NOT NULL DEFAULT 'public/frontend/edume/img/lms_udemy/become_ins2.png',
  `counter_bg` varchar(191) NOT NULL DEFAULT 'public/frontend/edume/img/about/counter_bg.png',
  `sponsor_title` longtext DEFAULT 'Trusted By',
  `sponsor_sub_title` longtext DEFAULT 'Thousands of students already add more focus to their work with InfixLMS.',
  `registered_students` text DEFAULT NULL,
  `questions_answers` text DEFAULT NULL,
  `quality_content` text DEFAULT NULL,
  `our_mission` text DEFAULT NULL,
  `our_vision` text DEFAULT NULL,
  `about_page_content_details2` text DEFAULT NULL,
  PRIMARY KEY (`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 `about_pages`
--

LOCK TABLES `about_pages` WRITE;
/*!40000 ALTER TABLE `about_pages` DISABLE KEYS */;
INSERT INTO `about_pages` VALUES
(1,'{\"en\":\"Improving lives through Learning. We are always Inspired by the world and people us. Celebrating e-Learning excellence in Personal.\"}','{\"en\":\"We are here to meet your demand and teach the most beneficial way for you in Personal.\"}','{\"en\":\"Build your own library for your career and personal growth.\"}','{\"en\":\"Our goal is to learn the next generation of creative professionals for a future in any industry. We offer course in most demanded industries. Whether begin to your journey on our courses website or choose the flexibility of video learning our courses are designed to help you along your path.\"}','{\"en\":\"Most Involved Teachers\"}','{\"en\":\"Key features are the ability to develop relationships with their students, patient, caring and kind knowledge offer learner engaging students of their.\"}','{\"en\":\"High-Quality Course\"}','{\"en\":\"Key features are the ability to develop relationships with their students, patient, caring and kind knowledge offer learner engaging students of their.\"}','{\"en\":\"Large Selection of Courses\"}','{\"en\":\"Key features are the ability to develop relationships with their students, patient, caring and kind knowledge offer learner engaging students of their.\"}',NULL,'2024-11-27 16:41:15','public/frontend/learningms/img/about/1.jpg','public/frontend/learningms/img/about/2.jpg','public/frontend/learningms/img/about/3.jpg','public/frontend/learningms/img/about/counter_bg.png',1,1,1,1,'{\"en\":\"100+\"}','{\"en\":\"200+\"}','{\"en\":\"150+\"}','{\"en\":\"Online Learning Platform\"}','{\"en\":\"Areana ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.\"}','{\"en\":\"Get Personal Learning Recommendations\"}','{\"en\":\"Unlimited access to world-class learning from your laptop tablet, or phone. Join over 15,000+ students\"}','public/frontend/edume/img/lms_udemy/become_ins2.png','public/frontend/edume/img/about/counter_bg.png','{\"en\":\"Trusted By\"}','{\"en\":\"Thousands of students already add more focus to their work with InfixLMS.\"}',NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `about_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `action_details`
--

DROP TABLE IF EXISTS `action_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `action_details` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `action_id` bigint(20) unsigned NOT NULL,
  `goal_id` bigint(20) unsigned NOT NULL,
  `field_1` varchar(191) NOT NULL,
  `field_2` varchar(191) NOT NULL,
  `field_3` varchar(191) NOT NULL,
  `field_4` varchar(191) NOT NULL,
  `field_5` varchar(191) NOT NULL,
  `admin_attachment_file` varchar(191) DEFAULT NULL,
  `user_attachment_file` varchar(191) DEFAULT NULL,
  `user_comments_text` varchar(191) DEFAULT NULL,
  `admin_comments_text` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `action_details_user_id_foreign` (`user_id`),
  KEY `action_details_action_id_foreign` (`action_id`),
  KEY `action_details_goal_id_foreign` (`goal_id`),
  CONSTRAINT `action_details_action_id_foreign` FOREIGN KEY (`action_id`) REFERENCES `actions` (`id`),
  CONSTRAINT `action_details_goal_id_foreign` FOREIGN KEY (`goal_id`) REFERENCES `goals` (`id`),
  CONSTRAINT `action_details_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `action_details`
--

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

--
-- Table structure for table `actions`
--

DROP TABLE IF EXISTS `actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `actions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `parent_skill` bigint(20) unsigned NOT NULL,
  `recurring` varchar(191) NOT NULL,
  `times` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `field_1` varchar(191) DEFAULT NULL,
  `field_2` varchar(191) DEFAULT NULL,
  `field_3` varchar(191) DEFAULT NULL,
  `field_4` varchar(191) DEFAULT NULL,
  `field_5` varchar(191) DEFAULT NULL,
  `admin_attachment` tinyint(1) DEFAULT NULL,
  `user_attachment` tinyint(1) DEFAULT NULL,
  `user_comment` tinyint(1) DEFAULT NULL,
  `admin_comment` tinyint(1) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `actions`
--

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

--
-- Table structure for table `activity_log`
--

DROP TABLE IF EXISTS `activity_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `activity_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `log_name` varchar(191) DEFAULT NULL,
  `description` text NOT NULL,
  `subject_id` bigint(20) unsigned DEFAULT NULL,
  `subject_type` varchar(191) DEFAULT NULL,
  `causer_id` bigint(20) unsigned DEFAULT NULL,
  `causer_type` varchar(191) DEFAULT NULL,
  `properties` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `activity_log_log_name_index` (`log_name`),
  KEY `subject` (`subject_id`,`subject_type`),
  KEY `causer` (`causer_id`,`causer_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `activity_log`
--

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

--
-- Table structure for table `badges`
--

DROP TABLE IF EXISTS `badges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `badges` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(191) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `point` int(11) NOT NULL DEFAULT 0,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=113 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `badges`
--

LOCK TABLES `badges` WRITE;
/*!40000 ALTER TABLE `badges` DISABLE KEYS */;
INSERT INTO `badges` VALUES
(1,'Newbie','activity','public/badges/activity/1.png',4,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(2,'Grower','activity','public/badges/activity/2.png',8,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(3,'Adventurer','activity','public/badges/activity/3.png',16,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(4,'Explorer','activity','public/badges/activity/4.png',32,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(5,'Star','activity','public/badges/activity/5.png',64,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(6,'Superstar','activity','public/badges/activity/6.png',128,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(7,'Master','activity','public/badges/activity/7.png',256,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(8,'Grandmaster','activity','public/badges/activity/8.png',512,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(9,'Newbie','registration','public/badges/registration/1.png',1,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(10,'Grower','registration','public/badges/registration/2.png',7,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(11,'Adventurer','registration','public/badges/registration/3.png',30,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(12,'Explorer','registration','public/badges/registration/4.png',60,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(13,'Star','registration','public/badges/registration/5.png',90,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(14,'Superstar','registration','public/badges/registration/6.png',120,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(15,'Master','registration','public/badges/registration/7.png',150,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(16,'Grandmaster','registration','public/badges/registration/8.png',365,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(17,'Newbie','learning','public/badges/learning/1.png',1,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(18,'Grower','learning','public/badges/learning/2.png',2,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(19,'Adventurer','learning','public/badges/learning/3.png',4,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(20,'Explorer','learning','public/badges/learning/4.png',8,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(21,'Star','learning','public/badges/learning/5.png',16,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(22,'Superstar','learning','public/badges/learning/6.png',32,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(23,'Master','learning','public/badges/learning/7.png',64,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(24,'Grandmaster','learning','public/badges/learning/8.png',128,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(25,'Newbie','test','public/badges/test/1.png',2,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(26,'Grower','test','public/badges/test/2.png',4,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(27,'Adventurer','test','public/badges/test/3.png',8,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(28,'Explorer','test','public/badges/test/4.png',16,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(29,'Star','test','public/badges/test/5.png',32,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(30,'Superstar','test','public/badges/test/6.png',64,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(31,'Master','test','public/badges/test/7.png',128,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(32,'Grandmaster','test','public/badges/test/8.png',256,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(33,'Newbie','perfectionism','public/badges/perfectionism/1.png',1,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(34,'Grower','perfectionism','public/badges/perfectionism/2.png',2,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(35,'Adventurer','perfectionism','public/badges/perfectionism/3.png',4,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(36,'Explorer','perfectionism','public/badges/perfectionism/4.png',8,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(37,'Star','perfectionism','public/badges/perfectionism/5.png',16,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(38,'Superstar','perfectionism','public/badges/perfectionism/6.png',32,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(39,'Master','perfectionism','public/badges/perfectionism/7.png',64,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(40,'Grandmaster','perfectionism','public/badges/perfectionism/8.png',128,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(41,'Newbie','communication','public/badges/communication/1.png',2,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(42,'Grower','communication','public/badges/communication/2.png',4,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(43,'Adventurer','communication','public/badges/communication/3.png',8,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(44,'Explorer','communication','public/badges/communication/4.png',16,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(45,'Star','communication','public/badges/communication/5.png',32,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(46,'Superstar','communication','public/badges/communication/6.png',64,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(47,'Master','communication','public/badges/communication/7.png',128,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(48,'Grandmaster','communication','public/badges/communication/8.png',256,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(49,'Newbie','certification','public/badges/certification/1.png',1,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(50,'Grower','certification','public/badges/certification/2.png',2,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(51,'Adventurer','certification','public/badges/certification/3.png',4,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(52,'Explorer','certification','public/badges/certification/4.png',8,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(53,'Star','certification','public/badges/certification/5.png',16,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(54,'Superstar','certification','public/badges/certification/6.png',32,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(55,'Master','certification','public/badges/certification/7.png',64,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(56,'Grandmaster','certification','public/badges/certification/8.png',128,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(57,'Newbie','assignment','public/badges/assignment/1.png',1,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(58,'Grower','assignment','public/badges/assignment/2.png',2,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(59,'Adventurer','assignment','public/badges/assignment/3.png',4,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(60,'Explorer','assignment','public/badges/assignment/4.png',8,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(61,'Star','assignment','public/badges/assignment/5.png',16,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(62,'Superstar','assignment','public/badges/assignment/6.png',32,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(63,'Master','assignment','public/badges/assignment/7.png',64,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(64,'Grandmaster','assignment','public/badges/assignment/8.png',128,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(65,'Newbie','survey','public/badges/survey/1.png',1,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(66,'Grower','survey','public/badges/survey/2.png',2,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(67,'Adventurer','survey','public/badges/survey/3.png',4,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(68,'Explorer','survey','public/badges/survey/4.png',8,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(69,'Star','survey','public/badges/survey/5.png',16,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(70,'Superstar','survey','public/badges/survey/6.png',32,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(71,'Master','survey','public/badges/survey/7.png',64,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(72,'Grandmaster','survey','public/badges/survey/8.png',128,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(73,'Newbie','forum','public/badges/forum/1.png',1,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(74,'Grower','forum','public/badges/forum/2.png',2,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(75,'Adventurer','forum','public/badges/forum/3.png',4,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(76,'Explorer','forum','public/badges/forum/4.png',8,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(77,'Star','forum','public/badges/forum/5.png',16,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(78,'Superstar','forum','public/badges/forum/6.png',32,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(79,'Master','forum','public/badges/forum/7.png',64,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(80,'Grandmaster','forum','public/badges/forum/8.png',128,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(81,'Newbie','courses','public/badges/courses/1.png',1,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(82,'Grower','courses','public/badges/courses/2.png',2,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(83,'Adventurer','courses','public/badges/courses/3.png',4,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(84,'Explorer','courses','public/badges/courses/4.png',8,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(85,'Star','courses','public/badges/courses/5.png',16,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(86,'Superstar','courses','public/badges/courses/6.png',32,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(87,'Master','courses','public/badges/courses/7.png',64,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(88,'Grandmaster','courses','public/badges/courses/8.png',128,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(89,'Newbie','rating','public/badges/rating/1.png',1,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(90,'Grower','rating','public/badges/rating/2.png',2,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(91,'Adventurer','rating','public/badges/rating/3.png',4,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(92,'Explorer','rating','public/badges/rating/4.png',8,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(93,'Star','rating','public/badges/rating/5.png',16,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(94,'Superstar','rating','public/badges/rating/6.png',32,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(95,'Master','rating','public/badges/rating/7.png',64,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(96,'Grandmaster','rating','public/badges/rating/8.png',128,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(97,'Newbie','sales','public/badges/sales/1.png',1,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(98,'Grower','sales','public/badges/sales/2.png',2,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(99,'Adventurer','sales','public/badges/sales/3.png',4,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(100,'Explorer','sales','public/badges/sales/4.png',8,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(101,'Star','sales','public/badges/sales/5.png',16,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(102,'Superstar','sales','public/badges/sales/6.png',32,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(103,'Master','sales','public/badges/sales/7.png',64,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(104,'Grandmaster','sales','public/badges/sales/8.png',128,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(105,'Newbie','blogs','public/badges/blog/1.png',1,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(106,'Grower','blogs','public/badges/blog/2.png',2,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(107,'Adventurer','blogs','public/badges/blog/3.png',4,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(108,'Explorer','blogs','public/badges/blog/4.png',8,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(109,'Star','blogs','public/badges/blog/5.png',16,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(110,'Superstar','blogs','public/badges/blog/6.png',32,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(111,'Master','blogs','public/badges/blog/7.png',64,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1),
(112,'Grandmaster','blogs','public/badges/blog/8.png',128,1,'2024-11-27 11:41:33','2024-11-27 11:41:33',1);
/*!40000 ALTER TABLE `badges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bank_payment_requests`
--

DROP TABLE IF EXISTS `bank_payment_requests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `bank_payment_requests` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `bank_name` text DEFAULT NULL,
  `account_holder` text DEFAULT NULL,
  `branch_name` text DEFAULT NULL,
  `amount` text DEFAULT NULL,
  `account_number` text DEFAULT NULL,
  `image` text DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `account_type` varchar(191) NOT NULL DEFAULT 'Current Account',
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `bank_payment_requests_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 `bank_payment_requests`
--

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

--
-- Table structure for table `become_instructors`
--

DROP TABLE IF EXISTS `become_instructors`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `become_instructors` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `section` longtext DEFAULT NULL,
  `title` longtext DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `btn_name` longtext DEFAULT NULL,
  `btn_link` varchar(191) DEFAULT NULL,
  `icon` varchar(191) DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `video` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `bg_image` varchar(191) NOT NULL DEFAULT 'public/frontend/learningms/img/instractor_bg.png',
  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 `become_instructors`
--

LOCK TABLES `become_instructors` WRITE;
/*!40000 ALTER TABLE `become_instructors` DISABLE KEYS */;
INSERT INTO `become_instructors` VALUES
(1,'{\"en\":\"icon_left\"}','{\"en\":\"Join our Community\",\"ar\":\"انضم إلى مجتمعنا\"}','{\"en\":\"When you sign up, you’ll immediately have unlimited viewing of thousands of expert courses.\",\"ar\":\"عند التسجيل، سوف تحصل فورًا على إمكانية مشاهدة غير محدودة لآلاف الدورات التدريبية المقدمة من قبل الخبراء.\"}','{\"en\":\"\"}',NULL,'fas fa-book-open',NULL,NULL,'2024-11-27 16:41:08','2024-12-10 12:23:18',1,'public/frontend/learningms/img/instractor_bg.png'),
(2,'{\"en\":\"icon_mid\"}','{\"en\":\"Share your Knowledge\",\"ar\":\"شارك بمعرفتك\"}','{\"en\":\"If you sign up, you’ll immediately have unlimited viewing of thousands of expert courses.\",\"ar\":\"إذا قمت بالتسجيل، فسوف تحصل فورًا على مشاهدة غير محدودة لآلاف الدورات التدريبية المقدمة من قبل الخبراء.\"}','{\"en\":\"\"}',NULL,'fas fa-chalkboard-teacher',NULL,NULL,'2024-11-27 16:41:08','2024-12-10 12:23:45',1,'public/frontend/learningms/img/instractor_bg.png'),
(3,'{\"en\":\"icon_right\"}','{\"en\":\"Earn Money\"}','{\"en\":\"Let you sign up, you’ll immediately have unlimited viewing of thousands of expert courses.\"}','{\"en\":\"\"}',NULL,'fas fa-universal-access',NULL,NULL,'2024-11-27 16:41:08','2024-11-27 16:41:08',1,'public/frontend/learningms/img/instractor_bg.png'),
(4,'{\"en\":\"joining_part\"}','{\"en\":\"We are now 5983+ Community around the world and growing up\",\"ar\":\"نحن الآن 5983+ مجتمع حول العالم وننمو\"}','{\"en\":\"Operating system, and statistical information about how you use our products and services. We only collect, track and analyze such information in an aggregate manner that does not personally identify you. Read the section on Use on Cookies to know how we collect aggregate data.\",\"ar\":\"نظام التشغيل والمعلومات الإحصائية حول كيفية استخدامك لمنتجاتنا وخدماتنا. نحن نجمع ونتتبع ونحلل هذه المعلومات فقط بطريقة مجمعة لا تحدد هويتك الشخصية. اقرأ القسم الخاص باستخدام ملفات تعريف الارتباط لمعرفة كيفية جمعنا للبيانات المجمعة.\"}','{\"en\":null}',NULL,NULL,NULL,NULL,'2024-11-27 16:41:08','2024-12-10 12:21:05',1,''),
(5,'{\"en\":\"cta_part\"}','{\"en\":\"Ready to become an instructor?\",\"ar\":\"هل أنت مستعد لأن تصبح مدربًا؟\"}','{\"en\":\"Top instructors from around the world teach millions of students on Infix about peripherals that add functionality to a system.\",\"ar\":\"يقوم أفضل المدربين من جميع أنحاء العالم بتعليم ملايين الطلاب على Infix حول الأجهزة الطرفية التي تضيف وظائف إلى النظام.\"}','{\"en\":null}',NULL,NULL,NULL,NULL,'2024-11-27 16:41:08','2024-12-10 12:24:41',1,'public/frontend/learningms/img/instractor_bg.png'),
(6,'{\"en\":\"How it Works\"}','{\"en\":\"When you sign up, you’ll immediately have unlimited viewing of thousands of expert courses.\"}','{\"en\":\"\"}','{\"en\":\"\"}',NULL,NULL,'public/demo/become_instructor/1.png','https://www.youtube.com/watch?v=mlqWUqVZrHA','2024-11-27 16:41:08','2024-11-27 16:41:08',1,'public/frontend/learningms/img/instractor_bg.png');
/*!40000 ALTER TABLE `become_instructors` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `billing_details`
--

DROP TABLE IF EXISTS `billing_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `billing_details` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tracking_id` varchar(191) NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `first_name` varchar(191) DEFAULT NULL,
  `last_name` varchar(191) DEFAULT NULL,
  `company_name` varchar(191) DEFAULT NULL,
  `country` varchar(191) DEFAULT NULL,
  `address1` varchar(191) DEFAULT NULL,
  `address2` varchar(191) DEFAULT NULL,
  `city` varchar(191) DEFAULT NULL,
  `zip_code` varchar(191) DEFAULT NULL,
  `phone` varchar(191) DEFAULT NULL,
  `email` varchar(191) DEFAULT NULL,
  `details` text DEFAULT NULL,
  `payment_method` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `state` int(11) DEFAULT NULL,
  PRIMARY KEY (`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 `billing_details`
--

LOCK TABLES `billing_details` WRITE;
/*!40000 ALTER TABLE `billing_details` DISABLE KEYS */;
INSERT INTO `billing_details` VALUES
(1,'K3USKPJBC5U8',3,'Student','','AoraSoft','19','Dhaka','','Dhaka','1200','01723442233','student@4everlearning.com','add here additional info',NULL,NULL,NULL,1,NULL),
(2,'765A3UJ7B11M',3,'Student','','AoraSoft','19','Dhaka','','Dhaka','1200','01723442233','student@4everlearning.com','add here additional info',NULL,NULL,NULL,1,NULL),
(3,'34GZ4E4D97HG',109,'Ali','Chamsedine',NULL,'121','address',NULL,NULL,NULL,'00000000000','alichamsedine7@gmail.com',NULL,NULL,'2024-11-29 12:27:40','2024-11-29 12:27:40',1,0),
(4,'J1EC17VWNQ8J',110,'Abdallah','Abdel',NULL,'121','address',NULL,NULL,NULL,'00000000000','abdallah@gmail.com',NULL,NULL,'2024-11-29 12:31:09','2024-12-09 12:26:28',1,0),
(5,'MEPYO2MJTT63',111,'Roy','Abou',NULL,'121','Sama Beirut Tower - Sodeco - Floor 5 - Apartment 502',NULL,NULL,NULL,'71884898','abouzeidroymea@gmail.com',NULL,NULL,'2024-12-06 14:09:36','2024-12-06 14:09:36',1,0),
(6,'B68N2ZBHCA7Q',113,'Ali','asdsadsad',NULL,'121','sdsadsad',NULL,NULL,NULL,'03555555','ali.tecomsa@gmail.com',NULL,NULL,'2024-12-12 11:30:04','2024-12-12 11:30:04',1,0),
(7,'YK98F8TZFOMF',7,'Liam','Patel',NULL,'19','asdasd',NULL,NULL,NULL,'00000000000','liampatel@lms.example',NULL,NULL,'2025-02-04 20:41:55','2025-02-04 20:41:55',1,0),
(8,'3X5VYQZDFPH4',213,'Test','Test',NULL,'117','Beirut',NULL,NULL,NULL,'00000000000','mitani@twister.tech',NULL,NULL,'2025-04-16 17:08:22','2025-04-16 17:08:22',1,0),
(9,'YOG5XJXZV8BX',238,'Jamil','Allam',NULL,'121','Beirut','Beirut',NULL,'1201','00000000000','jamilallam@example.com',NULL,NULL,'2025-06-12 21:40:21','2025-10-29 17:50:22',1,2082);
/*!40000 ALTER TABLE `billing_details` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `blog_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `blog_categories` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL,
  `title` longtext DEFAULT NULL,
  `position_order` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `parent_id` int(11) NOT NULL DEFAULT 0,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `tags` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`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 `blog_categories`
--

LOCK TABLES `blog_categories` WRITE;
/*!40000 ALTER TABLE `blog_categories` DISABLE KEYS */;
INSERT INTO `blog_categories` VALUES
(1,1,'{\"ar\":\"تزكوي\",\"en\":\"Programming\"}',1,1,0,1,NULL,'2024-12-09 13:33:59','2025-01-31 17:43:28'),
(2,1,'{\"ar\":\"فكري\",\"en\":\"Fine Arts\"}',2,1,0,1,NULL,'2025-01-31 17:43:38','2025-05-12 16:45:05'),
(3,1,'{\"ar\":\"دعوي\",\"en\":\"Wellbeing\"}',3,1,0,1,NULL,'2025-01-31 17:43:48','2025-05-12 16:44:42'),
(4,1,'{\"ar\":\"شرعي\",\"en\":\"Sports\"}',4,1,0,1,NULL,'2025-01-31 17:43:54','2025-05-12 16:43:35'),
(6,1,'{\"en\":\"Communication\"}',5,1,0,1,NULL,'2025-05-12 16:55:47','2025-05-12 16:55:47'),
(7,1,'{\"en\":\"Nutrition Lifestyle\"}',6,1,0,1,NULL,'2025-05-12 17:01:34','2025-05-12 17:01:34');
/*!40000 ALTER TABLE `blog_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `blog_comment_replies_replies`
--

DROP TABLE IF EXISTS `blog_comment_replies_replies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `blog_comment_replies_replies` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL,
  `name` text DEFAULT NULL,
  `email` text DEFAULT NULL,
  `blog_id` int(10) unsigned NOT NULL,
  `comment_id` int(10) unsigned NOT NULL,
  `reply_id` int(10) unsigned NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `reply` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `blog_comment_replies_replies`
--

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

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

DROP TABLE IF EXISTS `blog_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `blog_comments` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) DEFAULT NULL,
  `name` text DEFAULT NULL,
  `email` text DEFAULT NULL,
  `comment` text DEFAULT NULL,
  `comment_id` int(11) DEFAULT NULL,
  `blog_id` int(11) NOT NULL,
  `type` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `status` int(11) NOT NULL DEFAULT 1,
  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 `blog_comments`
--

LOCK TABLES `blog_comments` WRITE;
/*!40000 ALTER TABLE `blog_comments` DISABLE KEYS */;
INSERT INTO `blog_comments` VALUES
(1,1,NULL,NULL,'Blog Comment',NULL,2,1,'2025-10-16 20:08:28','2025-10-16 20:08:28',1,1),
(2,238,NULL,NULL,'Test Comment',NULL,2,1,'2025-10-16 20:09:26','2025-10-16 20:09:26',1,1),
(3,238,NULL,NULL,'Test Reply',1,2,2,'2025-10-16 20:09:43','2025-10-16 20:09:43',1,1);
/*!40000 ALTER TABLE `blog_comments` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `blogs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `blogs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL,
  `title` longtext DEFAULT NULL,
  `slug` varchar(191) NOT NULL,
  `description` longtext DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `image` varchar(191) NOT NULL,
  `thumbnail` varchar(191) NOT NULL,
  `viewed` int(11) NOT NULL DEFAULT 0,
  `authored_date` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `tags` text DEFAULT NULL,
  `category_id` int(11) NOT NULL DEFAULT 0,
  `authored_time` text DEFAULT NULL,
  `audience` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=public,2=Specify',
  `authored_date_time` timestamp NULL DEFAULT NULL,
  `position_audience` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=public,2=Specify',
  PRIMARY KEY (`id`),
  KEY `blogs_user_id_slug_index` (`user_id`,`slug`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `blogs`
--

LOCK TABLES `blogs` WRITE;
/*!40000 ALTER TABLE `blogs` DISABLE KEYS */;
INSERT INTO `blogs` VALUES
(1,1,'{\"en\":\"Learn Laravel (Best Laravel Tutorials for Beginners)\",\"ar\":\"فلنحيينَّه حياة طيبة\"}','learn-laravel-best-laravel-tutorials-for-beginners','{\"en\":\"Laravel is a powerful open-source PHP framework designed to create the full-featured web application in a simple and elegant way. It is robust and easy to learn framework which follows MVC design pattern, the de facto standard of setting up web applications. You just need to be familiar with PHP basics to learn Laravel effectively. Laravel is a secure framework and prevents your website from several web attacks.\\r\\nLaravel was initially released in June 2011 to provide a more advanced alternative to the CodeIgniter framework. Laravel has clean routing, Object Relational Mapping (ORM), decent queue library, and ease of authentication etc.\",\"ar\":\"<div><div><b>د. صبح البداح<\\/b><\\/div><div><b>23\\/1\\/2025<\\/b><\\/div><\\/div><div><br>الحياة الطيبة هي غاية يسعى إليها كل إنسان، فهي تعبر عن السعادة الحقيقية والراحة النفسية التي يطمح لها الجميع. في الإسلام، لا تُختزل الحياة الطيبة في مظاهر مادية، بل هي مفهوم شامل يجمع بين الطمأنينة الروحية، الاستقرار النفسي، والرزق الحلال. هذا المفهوم العميق يجعل الإسلام يقدم رؤية فريدة للحياة الطيبة، تقوم على تحقيق التوازن بين الدنيا والآخرة. فما هي الحياة الطيبة؟ وكيف يمكن للإنسان أن يحققها وفق منهج الإسلام؟<br><br><\\/div><div><b>مفهوم الحياة الطيبة في الإسلام<\\/b><\\/div><div>الحياة الطيبة في الإسلام هي حالة من السعادة القلبية والراحة النفسية التي تتحقق بالإيمان والعمل الصالح. وقد ورد هذا المفهوم صريحًا في قوله تعالى: <b>“{مَنْ عَمِلَ صَالِحًا مِّن ذَكَرٍ أَوْ أُنثَىٰ وَهُوَ مُؤْمِنٌ فَلَنُحْيِيَنَّهُ حَيَاةً طَيِّبَةً} [النحل: 97].<\\/b><\\/div><div>يشير العلماء إلى أن الحياة الطيبة تشمل الجوانب الروحية والمادية. فهي حالة من الرضا الداخلي واليقين بما قسمه الله، بعيدًا عن القلق والاضطراب. يقول ابن القيم: “الحياة الطيبة هي حياة القلب، ونعيم الروح، وراحة البال.”<br><br><\\/div><div><b>خطوات عملية ومنهجية لتحقيق الحياة الطيبة<br><br><\\/b><\\/div><div><b>1-<span style=\\\"white-space:pre\\\">\\t<\\/span> الإيمان بالله والتوكل عليه<\\/b><\\/div><div>الإيمان هو الأساس الذي تقوم عليه الحياة الطيبة. فهو يُشعر الإنسان بالطمأنينة والثقة في تدبير الله. يقول تعالى: <b>“{وَمَن يَتَّقِ اللَّهَ يَجْعَل لَّهُ مَخْرَجًا} [الطلاق:2]<\\/b>.<\\/div><div>التوكل على الله لا يعني ترك السعي، بل القيام بالأسباب مع يقين القلب أن النتائج بيد الله وحده. هذه العلاقة المتوازنة بين السعي والإيمان تمنح الإنسان راحة البال مهما كانت الظروف.<br><br><\\/div><div><b>2-<span style=\\\"white-space:pre\\\">\\t<\\/span>العمل الصالح<\\/b><\\/div><div>العمل الصالح هو التطبيق العملي للإيمان. يشمل ذلك أداء الفرائض مثل الصلاة والزكاة، وكذلك الإحسان إلى الناس. فالعمل الصالح يُطهر النفس ويزيد من البركة في الحياة. يقول النبي ﷺ: \\\"إن الله يحب إذا عمل أحدكم عملًا أن يتقنه\\\". رواه البيهقي.<br><br><\\/div><div><b>3-<span style=\\\"white-space:pre\\\">\\t<\\/span> الرضا بالقضاء والقدر<\\/b><\\/div><div>الرضا هو القبول بما يقدره الله من خير أو شر. هذا لا يعني السلبية، بل التفاعل مع الأحداث بروح متفائلة. الرضا يُبعد الإنسان عن الحسد والقلق، ويمنحه طمأنينة القلب. يقول النبي ﷺ: «‌عَجَبًا ‌لِأَمْرِ ‌الْمُؤْمِنِ، ‌إِنَّ ‌أَمْرَهُ ‌كُلَّهُ ‌لَهُ ‌خَيْرٌ ...». رواه مسلم.<br><br><\\/div><div><b>4-<span style=\\\"white-space:pre\\\">\\t<\\/span> الاستقامة على المنهج الإسلامي<\\/b><\\/div><div>الاستقامة تعني الالتزام بطاعة الله في السر والعلانية. قال تعالى: {إِنَّ ٱلَّذِينَ قَالُواْ رَبُّنَا ٱللَّهُ ثُمَّ ٱسْتَقَٰمُواْ فَلَا خَوْفٌ عَلَيْهِمْ وَلَا هُمْ يَحْزَنُونَ} [الأحقاف: 13]. هذا الالتزام يُحقق الأمان الداخلي ويُجنب الإنسان الوقوع في المعاصي التي تسبب الاضطراب.<br><br><\\/div><div><b>5-<span style=\\\"white-space:pre\\\">\\t<\\/span>القناعة والزهد في الدنيا<\\/b><\\/div><div>القناعة كنز لا يفنى، فهي تمنح الإنسان القدرة على التمتع بما لديه دون جشع أو طمع. يقول النبي ﷺ: «‌لَيْسَ ‌الْغِنَى ‌عَنْ ‌كَثْرَةِ ‌الْعَرَضِ، ‌وَلَكِنَّ ‌الْغِنَى ‌غِنَى ‌النَّفْسِ» رواه البخاري ومسلم.<\\/div><div>الزهد لا يعني ترك الدنيا، بل التعامل معها باعتبارها وسيلة وليست غاية.<br><br><\\/div><div><b>6-<span style=\\\"white-space:pre\\\">\\t<\\/span> التواصل الإيجابي مع الآخرين<\\/b><\\/div><div>التواصل الجيد مع الآخرين وبناء علاقات قائمة على الحب والتسامح يساهم في تحقيق الحياة الطيبة. يقول النبي ﷺ: «‌الْمُؤْمِنُ ‌لِلْمُؤْمِنِ ‌كَالْبُنْيَانِ ‌يَشُدُّ ‌بَعْضُهُ ‌بَعْضًا» رواه البخاري.<br><br><\\/div><div><b>في الختام ...<\\/b><\\/div><div>الحياة الطيبة في الإسلام هي رحلة نحو السعادة الحقيقية التي تبدأ بالإيمان وتتجسد بالعمل الصالح والرضا والاستقامة. هذه الحياة لا تعني الخلو من الابتلاءات، بل التعامل معها بحكمة ويقين. إن تحقيق الحياة الطيبة لا يتطلب مثالية مستحيلة، بل خطوات عملية ومنهجية تنبع من روح الإسلام. فالحياة الطيبة ليست مجرد حلم، بل هي واقع ممكن لكل من يسعى بصدق وإخلاص لتحقيقها. يقول الله تعالى: {وَٱلۡعَٰقِبَةُ لِلۡمُتَّقِينَ } [الأعراف: 128].<\\/div><div><br><\\/div>\"}',1,'public/uploads/main/images/12-05-2025/68219f5dd73f9.jpeg','public/uploads/main/images/12-05-2025/68219f5de6697.jpeg',441,'01/23/2025','2024-11-27 16:42:24','2025-12-16 23:55:45',1,NULL,1,'2:34 PM',1,'2025-01-23 19:34:00',1),
(2,1,'{\"en\":\"Fitness for Every Lifestyle: Finding Your Exercise Routine\",\"ar\":\"الحياة في سبيل الله: جهاد مبرور وتحقيق الخير\"}','fitness-for-every-lifestyle-finding-your-exercise-routine','{\"en\":\"<p><span style=\\\"font-weight: bolder;\\\"><span style=\\\"font-size: 24px;\\\">Understanding Your Lifestyle<\\/span><\\/span><\\/p><p>Identifying Your Schedule Consider your daily commitments, work hours, and personal responsibilities. This will help you carve out dedicated time for exercise.<\\/p><p><br><\\/p><p><span style=\\\"font-weight: bolder;\\\"><span style=\\\"font-size: 24px;\\\">Recognizing Your Preferences<\\/span><\\/span><\\/p><p>Take note of the activities you enjoy and the environments where you feel most comfortable. This will guide your choice of exercise.<\\/p><p><br><\\/p><p><span style=\\\"font-weight: bolder;\\\"><span style=\\\"font-size: 24px;\\\">Assessing Your Fitness Goals<\\/span><\\/span><\\/p><p>Determine what you hope to achieve through exercise, whether it\'s improving endurance, building strength, or simply staying active and healthy.<\\/p>\",\"ar\":\"<div><b>د. صبح البداح<\\/b><\\/div><div><b>15\\/1\\/2025<br><br><\\/b><\\/div><div>في زماننا الحاضر، يعيش الشباب تحديات ومغريات لا حصر لها. من المهم أن نجد في كل هذا ضوء الهداية الرباني، وأن نتعلم كيفية التوازن بين متطلبات الدنيا والتطلع لنصرة الدين. إن مفهوم الحياة في سبيل الله يتجاوز الجهاد التقليدي ليشمل كل جوانب حياتنا اليومية.<br><br><\\/div><div>الحياة في سبيل الله لا تقتصر فقط على التضحية بالنفس في سبيل الله، بل تشمل أيضًا السعي الدؤوب لتحقيق الخير والإصلاح في المجتمع. قال الله تعالى في القرآن الكريم: <b>{وَمَا خَلَقْتُ الْجِنَّ وَالْإِنسَ إِلَّا لِيَعْبُدُونِ}&nbsp; [سورة الذاريات: 56]<\\/b>. هذا يدل على أن الهدف الأسمى لحياتنا هو عبادة الله بكل جوانبها، سواء كانت بالصلاة والصيام أو بالعمل والإنتاج.<br><br><\\/div><div>الجهاد المبرور ليس فقط قتال الأعداء، بل هو أيضًا جهاد النفس لتحقيق العدل والخير. يقول النبي صلى الله عليه وسلم: <b>\\\"‌أفضلُ ‌الجهادِ، ‌أنْ ‌تجاهدَ ‌نَفْسَك ‌وهواكَ ‌في ‌ذاتِ ‌الله\\\"<\\/b>. هذا الحديث يعزز مفهوم الجهاد الأكبر، والذي هو مجاهدة النفس والهوى للابتعاد عن المغريات والسير في طريق الله المستقيم.<br><br><\\/div><div>السعي لتحقيق النجاح الدنيوي ليس معيبًا إذا كان من أجل نصرة الدين وخدمة المجتمع. قال الله تعالى: <b>{وَابْتَغِ فِيمَا آتَاكَ اللَّهُ الدَّارَ الْآخِرَةَ ۖ وَلَا تَنسَ نَصِيبَكَ مِنَ الدُّنْيَا ۖ } [سورة القصص: 77]<\\/b>. هذا الأمر يشير إلى أهمية التوازن بين تحقيق المكاسب الدنيوية والنظر إلى الآخرة.<br><br><\\/div><div>الحرية هي جانب مهم في الحياة الإسلامية، ويجب أن تُفهم بأنها تتيح للإنسان العمل والإبداع في نطاق الدين. هذه الحرية تأتي مع مسؤولية أن نختار ما هو خير لنا وللأمة.<br><br><\\/div><div>الحياة في سبيل الله تعني أكثر من مجرد التضحية بالنفس، إنها تشمل كل جهد نبذله في سبيل تحقيق الخير والعدل في المجتمع. الشباب اليوم بحاجة إلى فهم هذا المفهوم الواسع للجهاد والعمل به لتحقيق التوازن بين الدنيا والآخرة. فلنكن دائمًا مجاهدين في سبيل الله، ساعين لتحقيق الخير والعدل.<\\/div>\"}',1,'public/uploads/main/images/12-05-2025/682199753de83.jpeg','public/uploads/main/images/12-05-2025/682199755c0b5.jpeg',500,'01/15/2025','2024-11-27 16:42:24','2025-12-16 23:55:44',1,NULL,4,'10:46 AM',1,'2025-01-15 15:46:00',1),
(3,1,'{\"en\":\"Mastering the Art of Effective Communication\",\"ar\":\"التفاهة .. وباء عابر للزمان والمكان\"}','mastering-the-art-of-effective-communication','{\"en\":\"<p><span style=\\\"font-size: 24px;\\\"><span style=\\\"font-weight: bolder;\\\">Understanding Effective Communication<\\/span><\\/span><\\/p><p>The Power of Words Words hold immense power. They can inspire, motivate, and bring people together, but they can also confuse or cause conflict if not used thoughtfully.<\\/p><p><br><\\/p><p><span style=\\\"font-size: 24px;\\\"><span style=\\\"font-weight: bolder;\\\">Non-Verbal Communication<\\/span><\\/span><\\/p><p>Beyond words, our body language, facial expressions, and gestures play a crucial role in conveying our message. These non-verbal cues often speak louder than words.<\\/p><p><br><\\/p><p><span style=\\\"font-weight: bolder;\\\"><span style=\\\"font-size: 24px;\\\">Active Listening<\\/span><\\/span><\\/p><p>Effective communication is a two-way street. Being an attentive and empathetic listener is just as important as being able to express oneself.<\\/p>\",\"ar\":\"<div><b>د. صبح البداح<\\/b><\\/div><div><b>20\\/1\\/2025<\\/b><\\/div><div><br><\\/div><div>التفاهة ليست ظاهرة جديدة، بل هي مظهر من مظاهر الغفلة التي أصابت البشر في مختلف العصور. يعبر الإمام ابن الجوزي في نصه الخالد عن هذه القضية بقوله: <b>\\\"رأيت عموم الخلائق يدفعون الزمان دفعًا عجيبًا... فشبهتهم بالمتحدثين في سفينة، وهي تجري بهم، وما عندهم خبر!\\\"<\\/b>. هذه الكلمات تلخص مأساة الإنسان الذي يهدر وقته في أمور لا تعود عليه بالنفع في الدنيا أو الآخرة، غافلًا عن حقيقة الحياة ومعنى الوجود. في هذا المقال، سنناقش التفاهة في عصرنا الحاضر وسبل محاربتها، مستلهمين من نص ابن الجوزي منهجية فكرية إسلامية واضحة.<br><br><\\/div><div>يقول ابن الجوزي رحمه الله تعالى: <b>رأيت عموم الخلائق يدفعون الزمان دفعًا عجيبًا: إن طال الليل، فبحديث لا ينفع، أو بقراءة كتاب فيه غزاة وسمر! وإن طال النهار، فبالنوم! وهم في أطراف النهار على دجلة أو في الأسواق! فشبهتهم بالمتحدثين في سفينة، وهي تجري بهم، وما عندهم خبر!<\\/b><br><br><\\/div><div><b>ورأيت النادرين قد فهموا معنى الوجود، فهم في تعبئة الزاد، والتأهب للرحيل، إلا أنهم يتفاوتون...<\\/b><\\/div><div><b>فالله الله في مواسم العمر! والبدار البدار قبل الفوات!<br><br><\\/b><\\/div><div><b>1.<span style=\\\"white-space:pre\\\">\\t<\\/span>التفاهة كظاهرة عابرة للزمان والمكان:<\\/b><\\/div><div>ما أشار إليه ابن الجوزي في عصره يمكننا إسقاطه على عصرنا الحاضر، حيث تتجلى التفاهة بأساليب أكثر تنوعًا وتأثيرًا بفعل التكنولوجيا ووسائل الإعلام. الترفيه المفرط، استهلاك المحتوى السطحي، والانشغال بالتفاصيل التافهة عبر مواقع التواصل الاجتماعي كلها مظاهر حديثة للتفاهة. يشبه الأمر سفينة تمضي بركابها دون إدراكهم للوجهة التي يتجهون إليها، كما وصف ابن الجوزي.<br><br><\\/div><div><b>2.<span style=\\\"white-space:pre\\\">\\t<\\/span>فهم معنى الوجود:<\\/b><\\/div><div>القليل من الناس يدركون حقيقة أن العمر رأس مال الإنسان، وأن الحياة هي موسم للتزود بالأعمال الصالحة. يذكّر النص أن<b> \\\"النادرين قد فهموا معنى الوجود\\\"<\\/b>، وهم الذين يركزون على إعمار وقتهم بما ينفعهم في الدنيا والآخرة. في عالمنا اليوم، يُترجم هذا الفهم إلى استثمار الوقت في طلب العلم، والعمل الصالح، وخدمة المجتمع.<br><br><\\/div><div><b>3.<span style=\\\"white-space:pre\\\">\\t<\\/span>وسائل محاربة التفاهة:<\\/b><\\/div><div><b>o<span style=\\\"white-space:pre\\\">\\t<\\/span>التربية الواعية: <\\/b>تربية الأجيال على استشعار قيمة الوقت وتوجيههم نحو أهداف نبيلة تعزز من معاني المسؤولية الفردية والجماعية.<\\/div><div><b>o<span style=\\\"white-space:pre\\\">\\t<\\/span>الانتقاء في الاستهلاك:&nbsp;<\\/b> الحذر من المحتوى الإعلامي السطحي واختيار مصادر تثري الفكر وتنمي القيم.<\\/div><div><b>o<span style=\\\"white-space:pre\\\">\\t<\\/span>الصحبة الصالحة:&nbsp;<\\/b> مجالسة من يذكِّرونا بالله ويعينونا على الخير، لأن الصحبة تؤثر بشكل كبير على توجه الإنسان.<\\/div><div><b>o<span style=\\\"white-space:pre\\\">\\t<\\/span>تحديد الأولويات:<\\/b>&nbsp; وضع أهداف واضحة للحياة والعمل على تحقيقها بما يتماشى مع رضا الله، بدلاً من الانسياق خلف تيارات الاستهلاك والتسلية.<br><br><\\/div><div>إن التفاهة في عصرنا أكثر انتشارًا بسبب توفر وسائل الإلهاء بكثرة، ولكن الإنسان الواعي يدرك أن الحياة قصيرة وأن مواسم العمر لا تحتمل الإهدار. كما قال ابن الجوزي: <b>\\\"فالله الله في مواسم العمر! والبدار البدار قبل الفوات!\\\"<\\/b>. يمكن محاربة التفاهة من خلال العودة إلى قيم الإسلام التي تعلي من شأن الوقت وتحث على العمل الصالح. بالتربية الواعية وتحديد الأولويات والانتقاء في الاستهلاك الإعلامي، نستطيع أن نبني مجتمعات تقدر قيمة الحياة وتسعى لتحقيق رسالتها بكل جدية.<br><br><\\/div><div>فلنتذكر أن السفينة تمضي، ولنحرص أن نكون من الواعين بوجهتها، لا من الغافلين الذين يضيعون وقتهم في حديث لا ينفع.<\\/div><div><br><\\/div>\"}',1,'public/uploads/main/images/12-05-2025/68219ba76fd57.jpeg','public/uploads/main/images/12-05-2025/68219ba7768bf.jpeg',511,'01/20/2025','2024-11-27 16:42:24','2025-12-16 23:55:45',1,NULL,6,'10:47 AM',1,'2025-01-20 15:47:00',1),
(4,1,'{\"en\":\"Mindful Eating: Cultivating a Healthy Relationship with Food\",\"ar\":\"كل شيء عن بايثون – من المبتدئ إلى المتقدم\"}','mindful-eating-cultivating-a-healthy-relationship-with-food','{\"en\":\"<p><span style=\\\"font-weight: bolder;\\\"><span style=\\\"font-size: 24px;\\\">What is Mindful Eating?<\\/span><\\/span><\\/p><p>Understanding the Concept Mindful eating is more than just a diet; it\'s a way of approaching food with intention and attention. It involves paying close attention to the sensory experiences of eating, such as the taste, texture, and aroma of your food. It also involves being aware of your body\'s hunger and fullness cues.<\\/p><p><br><\\/p><p><\\/p><p><span style=\\\"font-weight: bolder;\\\"><span style=\\\"font-size: 24px;\\\">Breaking Free from Mindless Eating<\\/span><\\/span><\\/p><p>Many of us have fallen into the trap of mindless eating, consuming food without conscious thought or awareness. Mindful eating encourages us to break free from this pattern and develop a healthier relationship with what we eat.<\\/p>\",\"ar\":\"تهدف هذه المقالة إلى توضيح جميع النقاط الرئيسية للغة برمجة بايثون. هدفي هو إبقاء المعلومات قصيرة وذات صلة والتركيز على أهم الموضوعات التي يجب فهمها تمامًا. بعد قراءة هذه المدونة، ستتمكن من استخدام أي مكتبة بايثون أو تنفيذ حزم بايثون الخاصة بك. لا يُتوقع منك أن يكون لديك أي معرفة مسبقة بالبرمجة وسيكون من السهل جدًا فهم كل شيء...\"}',1,'public/uploads/main/images/12-05-2025/68219d9663698.jpeg','public/uploads/main/images/12-05-2025/68219d966e888.jpeg',358,'05/12/0025','2024-11-27 16:42:24','2025-12-16 23:55:47',1,NULL,7,'10:47 AM',1,'0000-00-00 00:00:00',1);
/*!40000 ALTER TABLE `blogs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `body_measures`
--

DROP TABLE IF EXISTS `body_measures`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `body_measures` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `dob` date DEFAULT NULL,
  `sex` varchar(191) DEFAULT NULL,
  `medical_history` longtext DEFAULT NULL,
  `meal_preferences` longtext DEFAULT NULL,
  `weight` int(11) DEFAULT NULL,
  `height` int(11) DEFAULT NULL,
  `hips` int(11) DEFAULT NULL,
  `arms` int(11) DEFAULT NULL,
  `thigh` int(11) DEFAULT NULL,
  `glutes` int(11) DEFAULT NULL,
  `chest` int(11) DEFAULT NULL,
  `waist` int(11) DEFAULT NULL,
  `lower_abdomen` int(11) DEFAULT NULL,
  `middle_abdomen` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `body_measures_user_id_foreign` (`user_id`),
  CONSTRAINT `body_measures_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`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 `body_measures`
--

LOCK TABLES `body_measures` WRITE;
/*!40000 ALTER TABLE `body_measures` DISABLE KEYS */;
INSERT INTO `body_measures` VALUES
(1,238,'2002-10-01','male','Insulin Resistance','protein diet',105,174,20,10,30,10,55,22,11,22,'2025-10-15 17:40:56','2025-10-15 17:40:56',NULL,1);
/*!40000 ALTER TABLE `body_measures` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bookmark_courses`
--

DROP TABLE IF EXISTS `bookmark_courses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `bookmark_courses` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `course_id` int(10) unsigned NOT NULL,
  `user_id` int(10) unsigned NOT NULL,
  `lesson_id` int(10) unsigned DEFAULT NULL,
  `chapter_id` int(10) unsigned DEFAULT NULL,
  `date` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bookmark_courses`
--

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

--
-- Table structure for table `bundle_courses`
--

DROP TABLE IF EXISTS `bundle_courses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `bundle_courses` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `course_id` bigint(20) unsigned DEFAULT NULL,
  `default` tinyint(1) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `bundle_courses`
--

LOCK TABLES `bundle_courses` WRITE;
/*!40000 ALTER TABLE `bundle_courses` DISABLE KEYS */;
INSERT INTO `bundle_courses` VALUES
(43,44,1,'2024-12-19 14:34:32','2024-12-19 14:34:32',1,1),
(44,43,NULL,'2024-12-19 14:34:32','2024-12-19 14:34:32',2,1);
/*!40000 ALTER TABLE `bundle_courses` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `bundles`
--

DROP TABLE IF EXISTS `bundles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `bundles` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(191) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `price` double DEFAULT NULL,
  `thumbnail` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `link` varchar(191) DEFAULT NULL,
  `by_order` tinyint(1) DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `bundles`
--

LOCK TABLES `bundles` WRITE;
/*!40000 ALTER TABLE `bundles` DISABLE KEYS */;
INSERT INTO `bundles` VALUES
(1,'{\"en\":\"Free Bundle\",\"ar\":\"الفقه الاسلامي\"}','free',0,NULL,'2024-11-29 11:27:23','2024-12-19 14:34:32','{\"en\":\"<p>In this intro bundle, you will have the opportunity to discover the main subjects we will be covering, first chapter of each course.<\\/p>\",\"ar\":\"<p><span style=\\\"font-size: 14px;\\\">احصل على فرصة لتجربة المناهج من خلال حضور محاضرة واحدة من كل مقرر في المرحلة الأولى.<\\/span><\\/p>\"}','https://hayattayeba.com/courses-details/lfkh-l-sl-my-ahk-m-lth-r',NULL,1),
(2,'{\"en\":\"Partial Bundle\",\"ar\":\"الزرع\"}','partial',35,NULL,'2024-11-29 11:27:23','2024-12-18 18:12:27','{\"en\":\"<p>In this partial bundle description, you will have a full access to the default course. This intro course will give you a full overview.<\\/p>\",\"ar\":\"<p><span style=\\\"font-size: 14px;\\\">المرحلة الأولى ، التأسيس :<\\/span><\\/p><p><span style=\\\"font-size: 14px;\\\">تقديم أساسيات العلوم الشرعية في ثلاث عشرة مادة ، ابتداء من مادة العقيدة الإسلامية ومروراً بعلوم التفسير والفقه ، وانتهاء بالنحو والبلاغة العربية.<\\/span><\\/p>\"}',NULL,NULL,1),
(3,'{\"en\":\"Full Bundle\",\"ar\":\"برنامج النمو الطيب\"}','full',80,NULL,'2024-11-29 11:27:23','2024-12-19 14:34:32','{\"en\":\"<p>Enjoy all the courses of this bundle, full access.&nbsp;<\\/p>\",\"ar\":\"<p><span style=\\\"font-size: 14px;\\\">كافة مستويات البرنامج التعليمي وتشمل :<\\/span><\\/p><p><span style=\\\"font-size: 14px;\\\">التأسيس ، التأصيل ، التحصيل<\\/span><\\/p>\"}',NULL,1,1);
/*!40000 ALTER TABLE `bundles` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `business_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `business_settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(200) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `business_settings`
--

LOCK TABLES `business_settings` WRITE;
/*!40000 ALTER TABLE `business_settings` DISABLE KEYS */;
INSERT INTO `business_settings` VALUES
(1,'email_verification',1,'2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(2,'language_translation',1,'2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(3,'frontend_language_translation',1,NULL,'2024-12-05 15:40:05',1);
/*!40000 ALTER TABLE `business_settings` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `carts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `carts` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `course_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `instructor_id` int(11) NOT NULL,
  `tracking` varchar(191) NOT NULL,
  `price` double DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `carts`
--

LOCK TABLES `carts` WRITE;
/*!40000 ALTER TABLE `carts` DISABLE KEYS */;
INSERT INTO `carts` VALUES
(7,87,238,6,'YOG5XJXZV8BX',100,'2025-10-29 17:50:03','2025-10-29 17:50:03',1);
/*!40000 ALTER TABLE `carts` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `categories` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` longtext DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `title` varchar(191) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `url` varchar(191) DEFAULT NULL,
  `show_home` tinyint(1) NOT NULL DEFAULT 0,
  `position_order` int(11) NOT NULL,
  `image` varchar(191) DEFAULT NULL,
  `thumbnail` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `parent_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=57 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
(40,'{\"en\":\"Education Consultancy\"}',1,NULL,'{\"en\":null}',NULL,0,19,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-07 19:58:17','2025-05-14 15:58:41',1,NULL),
(41,'{\"en\":\"Leadership Development\"}',1,NULL,'{\"en\":null}',NULL,0,18,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-07 19:58:30','2025-05-14 15:58:41',1,NULL),
(42,'{\"en\":\"Online Training\"}',1,NULL,'{\"en\":null}',NULL,0,17,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-07 19:58:43','2025-05-14 15:58:41',1,NULL),
(43,'{\"en\":\"Life Coaching and NLP\"}',1,NULL,'{\"en\":null}',NULL,0,15,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-07 19:59:11','2025-05-14 15:58:41',1,NULL),
(44,'{\"en\":\"Psychology and Psychiatry\"}',1,NULL,'{\"en\":null}',NULL,0,13,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-07 19:59:21','2025-05-14 15:58:41',1,NULL),
(45,'{\"en\":\"Dietics and Nutrition\"}',1,NULL,'{\"en\":null}',NULL,0,12,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-07 19:59:42','2025-05-14 15:58:41',1,NULL),
(46,'{\"en\":\"Gymnastics and Fitness\"}',1,NULL,'{\"en\":null}',NULL,0,11,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-07 20:00:00','2025-05-14 15:58:41',1,NULL),
(47,'{\"en\":\"HR and Training\"}',1,NULL,'{\"en\":null}',NULL,0,10,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-07 20:00:12','2025-05-14 15:58:41',1,NULL),
(48,'{\"en\":\"Engineering and Technology\"}',1,NULL,'{\"en\":null}',NULL,0,9,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-07 20:00:24','2025-05-14 15:58:41',1,NULL),
(49,'{\"en\":\"Fine Arts\"}',1,NULL,'{\"en\":null}',NULL,0,8,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-08 18:05:50','2025-05-14 15:58:41',1,NULL),
(50,'{\"en\":\"Gymnastics And Fitness\"}',1,NULL,'{\"en\":null}',NULL,0,7,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-08 18:06:19','2025-05-14 15:58:41',1,NULL),
(51,'{\"en\":\"Dietetic and Nutrition\"}',1,NULL,'{\"en\":null}',NULL,0,6,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-08 18:06:39','2025-05-14 15:58:41',1,NULL),
(52,'{\"en\":\"Psychology and Psychiatry\"}',1,NULL,'{\"en\":null}',NULL,0,5,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-08 18:06:52','2025-05-14 15:58:41',1,NULL),
(53,'{\"en\":\"Life Coaching and NLP\"}',1,NULL,'{\"en\":null}',NULL,0,4,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-08 18:07:07','2025-05-14 15:58:41',1,NULL),
(54,'{\"en\":\"Engineering and Technology\"}',1,NULL,'{\"en\":null}',NULL,0,3,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-08 18:31:48','2025-05-14 15:58:41',1,NULL),
(55,'{\"en\":\"Programming\"}',1,NULL,'{\"en\":null}',NULL,0,2,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-13 22:29:59','2025-05-14 15:58:41',1,NULL),
(56,'{\"en\":\"Healthy Economic\"}',1,NULL,'{\"en\":null}',NULL,0,1,'public/demo/category/image/5.png','public/demo/category/thumb/1.png','2025-05-14 15:58:41','2025-05-14 15:58:41',1,NULL);
/*!40000 ALTER TABLE `categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `certificate_fonts`
--

DROP TABLE IF EXISTS `certificate_fonts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `certificate_fonts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `title` varchar(191) NOT NULL,
  `font` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `rtl` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `certificate_fonts`
--

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

--
-- Table structure for table `certificate_records`
--

DROP TABLE IF EXISTS `certificate_records`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `certificate_records` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `certificate_id` varchar(191) DEFAULT NULL,
  `student_id` int(11) DEFAULT NULL,
  `course_id` int(11) DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `certificate_records`
--

LOCK TABLES `certificate_records` WRITE;
/*!40000 ALTER TABLE `certificate_records` DISABLE KEYS */;
INSERT INTO `certificate_records` VALUES
(1,'947136',113,37,113,'2024-12-12 11:34:22','2024-12-12 11:34:22',1),
(2,'768744',1,91,1,'2025-10-15 19:58:19','2025-10-15 19:58:19',1);
/*!40000 ALTER TABLE `certificate_records` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `certificates`
--

DROP TABLE IF EXISTS `certificates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `certificates` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `image` varchar(191) DEFAULT NULL,
  `title` varchar(191) DEFAULT NULL,
  `title_position_x` int(11) NOT NULL DEFAULT 0,
  `title_position_y` int(11) NOT NULL DEFAULT 0,
  `title_font_family` varchar(191) DEFAULT NULL,
  `title_font_size` int(11) NOT NULL DEFAULT 30,
  `title_font_color` varchar(191) DEFAULT NULL,
  `body` text DEFAULT NULL,
  `body_position_x` int(11) NOT NULL DEFAULT 0,
  `body_position_y` int(11) NOT NULL DEFAULT 0,
  `body_font_family` varchar(191) DEFAULT NULL,
  `body_font_size` int(11) NOT NULL DEFAULT 10,
  `body_font_color` varchar(191) DEFAULT NULL,
  `body_max_len` varchar(191) DEFAULT NULL,
  `profile` tinyint(4) NOT NULL DEFAULT 1,
  `profile_x` int(11) NOT NULL DEFAULT 0,
  `profile_y` int(11) NOT NULL DEFAULT 0,
  `profile_height` int(11) DEFAULT NULL,
  `profile_weight` int(11) NOT NULL DEFAULT 10,
  `name` int(11) NOT NULL DEFAULT 1,
  `name_position_x` int(11) NOT NULL DEFAULT 0,
  `name_position_y` int(11) NOT NULL DEFAULT 0,
  `name_font_family` varchar(191) DEFAULT NULL,
  `name_font_size` int(11) NOT NULL DEFAULT 50,
  `name_font_color` varchar(191) DEFAULT NULL,
  `date` tinyint(4) NOT NULL DEFAULT 1,
  `date_position_x` int(11) NOT NULL DEFAULT 0,
  `date_position_y` int(11) NOT NULL DEFAULT 0,
  `date_font_family` varchar(191) DEFAULT NULL,
  `date_font_size` int(11) NOT NULL DEFAULT 30,
  `date_font_color` varchar(191) DEFAULT NULL,
  `date_format` int(11) NOT NULL DEFAULT 1,
  `signature` varchar(191) DEFAULT NULL,
  `signature_position_x` int(11) NOT NULL DEFAULT 0,
  `signature_position_y` int(11) NOT NULL DEFAULT 0,
  `signature_height` int(11) DEFAULT NULL,
  `signature_weight` int(11) NOT NULL DEFAULT 10,
  `signature_text` varchar(191) DEFAULT NULL,
  `signature_text_position_x` int(11) NOT NULL DEFAULT 0,
  `signature_text_position_y` int(11) NOT NULL DEFAULT 0,
  `signature_text_font_family` varchar(191) DEFAULT NULL,
  `signature_text_font_size` int(11) NOT NULL DEFAULT 30,
  `signature_text_font_color` varchar(191) DEFAULT NULL,
  `for_course` tinyint(4) NOT NULL DEFAULT 0,
  `for_quiz` tinyint(4) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `certificate_no` int(11) DEFAULT NULL,
  `certificate_no_position_x` int(11) DEFAULT NULL,
  `certificate_no_position_y` int(11) DEFAULT NULL,
  `certificate_no_font_family` varchar(191) DEFAULT NULL,
  `certificate_no_font_size` varchar(191) DEFAULT NULL,
  `certificate_no_font_color` varchar(191) DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `for_class` int(11) DEFAULT NULL,
  `qr` tinyint(4) NOT NULL DEFAULT 0,
  `qr_x` int(11) NOT NULL DEFAULT 0,
  `qr_y` int(11) NOT NULL DEFAULT 0,
  `qr_height` int(11) DEFAULT NULL,
  `qr_weight` int(11) NOT NULL DEFAULT 10,
  `show_title` int(11) NOT NULL DEFAULT 1,
  `certificate_number_prefix` text 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 `certificates`
--

LOCK TABLES `certificates` WRITE;
/*!40000 ALTER TABLE `certificates` DISABLE KEYS */;
INSERT INTO `certificates` VALUES
(1,'public/demo/certificate/certificate.png','Certificate for Completing a Course',0,0,'nunito',30,'#000','This Certificate is awarded to [name]. For successfully completed [course]',0,0,'nunito',25,'#000','75',1,0,0,120,120,1,0,0,NULL,50,NULL,1,0,0,'nunito',25,'#000',1,'public/demo/certificate/sign.png',0,0,100,200,'Administrator',0,0,'nunito',30,'#383CC1',1,0,'2024-11-27 16:42:24','2024-11-27 16:42:24',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL,10,1,NULL),
(2,'public/demo/certificate/certificate1.png','Certificate For Passed  The Quiz',0,0,'nunito',30,'#000','This Certificate is awarded to [name]. For successfully passed [course] quiz',0,0,'nunito',25,'#000','75',1,0,0,120,120,1,0,0,NULL,50,NULL,1,0,0,'nunito',25,'#000',1,'public/demo/certificate/sign.png',0,0,100,200,'Administrator',0,0,'nunito',30,'#383CC1',0,1,'2024-11-27 16:42:24','2024-11-27 16:42:24',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL,10,1,NULL),
(3,'public/demo/certificate/certificate1.png','Certificate For Passed  The Live Class',0,0,'nunito',30,'#000','This Certificate is awarded to [name]. For successfully complete [course] Live Class',0,0,'nunito',25,'#000','75',1,0,0,120,120,1,0,0,NULL,50,NULL,1,0,0,'nunito',25,'#000',1,'public/demo/certificate/sign.png',0,0,100,200,'Administrator',0,0,'nunito',30,'#383CC1',0,0,'2024-11-27 16:42:24','2024-11-27 16:42:24',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,0,0,0,NULL,10,1,NULL);
/*!40000 ALTER TABLE `certificates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chapters`
--

DROP TABLE IF EXISTS `chapters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chapters` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `course_id` int(11) NOT NULL,
  `name` varchar(191) NOT NULL,
  `chapter_no` int(11) NOT NULL,
  `is_lock` tinyint(1) NOT NULL DEFAULT 1,
  `unlock_date` date DEFAULT NULL,
  `unlock_days` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `position` int(11) NOT NULL DEFAULT 999999,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=106 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chapters`
--

LOCK TABLES `chapters` WRITE;
/*!40000 ALTER TABLE `chapters` DISABLE KEYS */;
INSERT INTO `chapters` VALUES
(13,5,'Introduction with Adobe UI UX Design',1,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(14,5,'Downloading & Installing Adobe Photoshop',2,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(15,5,'Creating an App Using Adobe',3,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(16,6,'Introduction with HTML',1,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(17,6,'Introduction with CSS',2,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(18,6,'Creating Our First Webpage',3,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(19,7,'Introduction with App Development',1,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(20,7,'Introduction with java & Kotlin',2,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(21,7,'Creating Our First App using Java',3,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(22,8,'Introduction with App Development',1,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(23,8,'Introduction with swift & iOS',2,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(24,8,'Creating Our First iOS App',3,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(25,9,'Introduction with Pyhton',1,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(26,9,'Fundamental of Pyhton',2,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(27,9,'Creating an web app using python',3,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(28,10,'Introduction with Laravel',1,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(29,10,'Fundamental of PHP',2,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(30,10,'Creating an web app using Laravel',3,1,NULL,NULL,'2024-11-27 16:42:21','2024-11-27 16:42:21',999999,1),
(94,88,'Introduction to Electronic Devices:',1,1,NULL,NULL,'2025-05-08 18:38:32','2025-05-08 18:38:32',999999,1),
(95,88,'Bipolar Junction Transistors (BJTs):',1,1,NULL,NULL,'2025-05-08 18:45:41','2025-05-08 18:45:41',999999,1),
(96,89,'Introduction to Human Resource Management (HRM)',1,1,NULL,NULL,'2025-05-08 19:49:38','2025-05-08 19:49:38',999999,1),
(97,90,'Introduction to Exercise Science',1,1,NULL,NULL,'2025-05-08 20:34:21','2025-05-08 20:34:21',999999,1),
(98,90,'Fitness Assessment',1,1,NULL,NULL,'2025-05-08 20:34:59','2025-05-08 20:34:59',999999,1),
(99,91,'Introduction to dietetics',1,1,NULL,NULL,'2025-05-09 17:30:31','2025-10-15 19:48:29',2,1),
(100,91,'Basic of Nutrition Science',1,1,NULL,NULL,'2025-05-09 17:54:17','2025-10-15 19:48:29',3,1),
(101,92,'Introduction to Psychological Research',1,1,NULL,NULL,'2025-05-09 18:31:12','2025-05-09 18:31:12',999999,1),
(102,92,'Careers, Areas of Study, and Impact',1,1,NULL,NULL,'2025-05-09 18:38:22','2025-05-09 18:38:22',999999,1),
(103,93,'Understanding the Basics of Life Coaching',1,1,NULL,NULL,'2025-05-09 19:15:45','2025-05-09 19:15:45',999999,1),
(104,93,'Core Coaching Skills',1,1,NULL,NULL,'2025-05-09 19:29:16','2025-05-09 19:29:16',999999,1),
(105,91,'Intro to Dietitian',1,1,NULL,NULL,'2025-10-15 19:43:59','2025-10-15 19:48:29',1,1);
/*!40000 ALTER TABLE `chapters` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `checkouts`
--

DROP TABLE IF EXISTS `checkouts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `checkouts` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tracking` varchar(191) NOT NULL,
  `user_id` int(11) NOT NULL,
  `billing_detail_id` bigint(20) unsigned DEFAULT NULL,
  `package_id` int(11) DEFAULT NULL,
  `coupon_id` int(11) DEFAULT NULL,
  `discount` double DEFAULT 0,
  `purchase_price` double DEFAULT 0,
  `price` double DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `payment_method` varchar(191) DEFAULT NULL,
  `response` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `cart_count` int(11) DEFAULT 0,
  `has_gift` int(11) DEFAULT 0,
  `is_product` tinyint(4) NOT NULL DEFAULT 0,
  `product_id` int(10) unsigned DEFAULT NULL,
  `isBundle` tinyint(1) DEFAULT NULL,
  `bundleType` varchar(191) DEFAULT NULL,
  `cart_ids` longtext DEFAULT NULL,
  `isMultiBundle` tinyint(1) DEFAULT NULL,
  `multiBundleId` bigint(20) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `checkouts_product_id_foreign` (`product_id`),
  CONSTRAINT `checkouts_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `checkouts`
--

LOCK TABLES `checkouts` WRITE;
/*!40000 ALTER TABLE `checkouts` DISABLE KEYS */;
INSERT INTO `checkouts` VALUES
(12,'YK98F8TZFOMF',7,7,NULL,NULL,0,30,30,1,'Wallet','[]','2025-02-04 20:41:47','2025-02-04 20:42:04',1,0,0,0,NULL,NULL,NULL,NULL,1,1),
(13,'UVRGSV7GE9KU',7,NULL,NULL,NULL,0,50,50,0,NULL,NULL,'2025-02-06 01:21:32','2025-02-06 01:21:32',1,0,0,0,NULL,NULL,NULL,NULL,1,2),
(14,'BE7KGJH7A5G1',213,NULL,NULL,NULL,0,80,80,0,NULL,NULL,'2025-04-16 17:07:49','2025-04-16 17:07:49',1,0,0,0,NULL,NULL,NULL,NULL,1,5),
(15,'3X5VYQZDFPH4',213,8,NULL,NULL,0,80,80,0,NULL,NULL,'2025-04-16 17:07:58','2025-04-16 17:08:22',1,0,0,0,NULL,NULL,NULL,NULL,1,5),
(16,'59DA5THXZ861',238,9,NULL,NULL,0,150,150,1,'Wallet','[]','2025-06-12 21:39:57','2025-06-12 21:40:34',1,1,0,0,NULL,NULL,NULL,'[4]',NULL,NULL),
(17,'AFY8REXQ1R5W',238,9,NULL,NULL,0,45,45,1,'Wallet','[]','2025-10-15 16:38:13','2025-10-15 16:38:31',1,0,0,1,5,NULL,NULL,NULL,NULL,NULL),
(18,'M4K7X4PUEREF',238,9,NULL,NULL,0,100,100,1,'None','[]','2025-10-16 18:03:37','2025-10-29 16:54:06',1,2,0,0,NULL,NULL,NULL,'[5]',NULL,NULL),
(19,'RETUGT7Q3KYT',238,9,NULL,NULL,0,0,0,1,'None','[]','2025-10-29 17:01:23','2025-10-29 17:01:40',1,0,0,0,NULL,NULL,NULL,'[6]',NULL,NULL),
(20,'YOG5XJXZV8BX',238,9,NULL,3,5,95,100,0,NULL,NULL,'2025-10-29 17:50:03','2025-10-29 17:50:22',1,1,0,0,NULL,NULL,NULL,'[7]',NULL,NULL);
/*!40000 ALTER TABLE `checkouts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `class_completes`
--

DROP TABLE IF EXISTS `class_completes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `class_completes` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `course_id` bigint(20) unsigned NOT NULL,
  `class_id` bigint(20) unsigned NOT NULL,
  `host` varchar(191) NOT NULL,
  `meeting_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `status` int(11) NOT NULL DEFAULT 1 COMMENT '1 => complete 0 => incomplete',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `enroll_id` int(11) 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 `class_completes`
--

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

--
-- Table structure for table `class_settings`
--

DROP TABLE IF EXISTS `class_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `class_settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `default_class` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0 => Zoom 1 => BBB',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `class_settings`
--

LOCK TABLES `class_settings` WRITE;
/*!40000 ALTER TABLE `class_settings` DISABLE KEYS */;
INSERT INTO `class_settings` VALUES
(1,0,'2024-11-27 16:41:07','2024-11-27 16:41:07',1);
/*!40000 ALTER TABLE `class_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cookie_settings`
--

DROP TABLE IF EXISTS `cookie_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cookie_settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(191) DEFAULT NULL,
  `details` text DEFAULT NULL,
  `btn_text` varchar(191) NOT NULL DEFAULT 'Accept',
  `text_color` varchar(191) NOT NULL DEFAULT '#fff',
  `bg_color` varchar(191) NOT NULL DEFAULT '#FB1159',
  `allow` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `image` varchar(191) NOT NULL DEFAULT 'public/frontend/learningms/img/icon/cookies_icon.svg',
  `customize_btn_text` varchar(191) DEFAULT NULL,
  `gdpr_details` text DEFAULT NULL,
  `gdpr_strictly` text DEFAULT NULL,
  `gdpr_performance` text DEFAULT NULL,
  `gdpr_functional` text DEFAULT NULL,
  `gdpr_targeting` text DEFAULT NULL,
  `gdpr_confirm_choice_btn_text` varchar(191) DEFAULT NULL,
  `gdpr_accept_all_btn_text` varchar(191) DEFAULT NULL,
  PRIMARY KEY (`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 `cookie_settings`
--

LOCK TABLES `cookie_settings` WRITE;
/*!40000 ALTER TABLE `cookie_settings` DISABLE KEYS */;
INSERT INTO `cookie_settings` VALUES
(1,'Cookies','We collect and use cookies to give you the best and most relevant website experience. Kindly accept the cookies.\r\n        <a href=\'\' >Privacy Policy</a>','I Accept','#f8d4be','#ffede2',0,'2024-11-27 16:41:08','2024-11-29 10:54:41',1,'public/frontend/learningms/img/icon/cookies_icon.svg','Customize Setting','When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer','These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information','These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.','These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.','These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.','Confirm My Choices','Accept All');
/*!40000 ALTER TABLE `cookie_settings` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `countries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `countries` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) DEFAULT NULL,
  `iso3` varchar(10) DEFAULT NULL,
  `iso2` varchar(10) DEFAULT NULL,
  `phonecode` varchar(30) DEFAULT NULL,
  `currency` varchar(30) DEFAULT NULL,
  `capital` varchar(50) DEFAULT NULL,
  `active_status` tinyint(4) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=248 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,'Afghanistan','AFG','AF','93','AFN','Kabul',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(2,'Aland Islands','ALA','AX','+358-18','EUR','Mariehamn',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(3,'Albania','ALB','AL','355','ALL','Tirana',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(4,'Algeria','DZA','DZ','213','DZD','Algiers',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(5,'American Samoa','ASM','AS','+1-684','USD','Pago Pago',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(6,'Andorra','AND','AD','376','EUR','Andorra la Vella',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(7,'Angola','AGO','AO','244','AOA','Luanda',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(8,'Anguilla','AIA','AI','+1-264','XCD','The Valley',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(9,'Antarctica','ATA','AQ','','','',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(10,'Antigua And Barbuda','ATG','AG','+1-268','XCD','St. Johns',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(11,'Argentina','ARG','AR','54','ARS','Buenos Aires',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(12,'Armenia','ARM','AM','374','AMD','Yerevan',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(13,'Aruba','ABW','AW','297','AWG','Oranjestad',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(14,'Australia','AUS','AU','61','AUD','Canberra',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(15,'Austria','AUT','AT','43','EUR','Vienna',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(16,'Azerbaijan','AZE','AZ','994','AZN','Baku',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(17,'Bahamas The','BHS','BS','+1-242','BSD','Nassau',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(18,'Bahrain','BHR','BH','973','BHD','Manama',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(19,'Bangladesh','BGD','BD','880','BDT','Dhaka',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(20,'Barbados','BRB','BB','+1-246','BBD','Bridgetown',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(21,'Belarus','BLR','BY','375','BYR','Minsk',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(22,'Belgium','BEL','BE','32','EUR','Brussels',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(23,'Belize','BLZ','BZ','501','BZD','Belmopan',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(24,'Benin','BEN','BJ','229','XOF','Porto-Novo',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(25,'Bermuda','BMU','BM','+1-441','BMD','Hamilton',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(26,'Bhutan','BTN','BT','975','BTN','Thimphu',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(27,'Bolivia','BOL','BO','591','BOB','Sucre',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(28,'Bosnia and Herzegovina','BIH','BA','387','BAM','Sarajevo',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(29,'Botswana','BWA','BW','267','BWP','Gaborone',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(30,'Bouvet Island','BVT','BV','','NOK','',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(31,'Brazil','BRA','BR','55','BRL','Brasilia',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(32,'British Indian Ocean Territory','IOT','IO','246','USD','Diego Garcia',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(33,'Brunei','BRN','BN','673','BND','Bandar Seri Begawan',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(34,'Bulgaria','BGR','BG','359','BGN','Sofia',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(35,'Burkina Faso','BFA','BF','226','XOF','Ouagadougou',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(36,'Burundi','BDI','BI','257','BIF','Bujumbura',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(37,'Cambodia','KHM','KH','855','KHR','Phnom Penh',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(38,'Cameroon','CMR','CM','237','XAF','Yaounde',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(39,'Canada','CAN','CA','1','CAD','Ottawa',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(40,'Cape Verde','CPV','CV','238','CVE','Praia',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(41,'Cayman Islands','CYM','KY','+1-345','KYD','George Town',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(42,'Central African Republic','CAF','CF','236','XAF','Bangui',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(43,'Chad','TCD','TD','235','XAF','NDjamena',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(44,'Chile','CHL','CL','56','CLP','Santiago',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(45,'China','CHN','CN','86','CNY','Beijing',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(46,'Christmas Island','CXR','CX','61','AUD','Flying Fish Cove',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(47,'Cocos (Keeling) Islands','CCK','CC','61','AUD','West Island',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(48,'Colombia','COL','CO','57','COP','Bogota',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(49,'Comoros','COM','KM','269','KMF','Moroni',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(50,'Congo','COG','CG','242','XAF','Brazzaville',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(51,'Congo The Democratic Republic Of The','COD','CD','243','CDF','Kinshasa',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(52,'Cook Islands','COK','CK','682','NZD','Avarua',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(53,'Costa Rica','CRI','CR','506','CRC','San Jose',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(54,'Cote DIvoire (Ivory Coast)','CIV','CI','225','XOF','Yamoussoukro',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(55,'Croatia (Hrvatska)','HRV','HR','385','HRK','Zagreb',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(56,'Cuba','CUB','CU','53','CUP','Havana',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(57,'Cyprus','CYP','CY','357','EUR','Nicosia',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(58,'Czech Republic','CZE','CZ','420','CZK','Prague',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(59,'Denmark','DNK','DK','45','DKK','Copenhagen',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(60,'Djibouti','DJI','DJ','253','DJF','Djibouti',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(61,'Dominica','DMA','DM','+1-767','XCD','Roseau',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(62,'Dominican Republic','DOM','DO','+1-809 and 1-829','DOP','Santo Domingo',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(63,'East Timor','TLS','TL','670','USD','Dili',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(64,'Ecuador','ECU','EC','593','USD','Quito',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(65,'Egypt','EGY','EG','20','EGP','Cairo',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(66,'El Salvador','SLV','SV','503','USD','San Salvador',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(67,'Equatorial Guinea','GNQ','GQ','240','XAF','Malabo',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(68,'Eritrea','ERI','ER','291','ERN','Asmara',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(69,'Estonia','EST','EE','372','EUR','Tallinn',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(70,'Ethiopia','ETH','ET','251','ETB','Addis Ababa',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(71,'Falkland Islands','FLK','FK','500','FKP','Stanley',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(72,'Faroe Islands','FRO','FO','298','DKK','Torshavn',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(73,'Fiji Islands','FJI','FJ','679','FJD','Suva',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(74,'Finland','FIN','FI','358','EUR','Helsinki',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(75,'France','FRA','FR','33','EUR','Paris',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(76,'French Guiana','GUF','GF','594','EUR','Cayenne',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(77,'French Polynesia','PYF','PF','689','XPF','Papeete',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(78,'French Southern Territories','ATF','TF','','EUR','Port-aux-Francais',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(79,'Gabon','GAB','GA','241','XAF','Libreville',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(80,'Gambia The','GMB','GM','220','GMD','Banjul',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(81,'Georgia','GEO','GE','995','GEL','Tbilisi',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(82,'Germany','DEU','DE','49','EUR','Berlin',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(83,'Ghana','GHA','GH','233','GHS','Accra',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(84,'Gibraltar','GIB','GI','350','GIP','Gibraltar',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(85,'Greece','GRC','GR','30','EUR','Athens',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(86,'Greenland','GRL','GL','299','DKK','Nuuk',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(87,'Grenada','GRD','GD','+1-473','XCD','St. Georges',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(88,'Guadeloupe','GLP','GP','590','EUR','Basse-Terre',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(89,'Guam','GUM','GU','+1-671','USD','Hagatna',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(90,'Guatemala','GTM','GT','502','GTQ','Guatemala City',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(91,'Guernsey and Alderney','GGY','GG','+44-1481','GBP','St Peter Port',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(92,'Guinea','GIN','GN','224','GNF','Conakry',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(93,'Guinea-Bissau','GNB','GW','245','XOF','Bissau',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(94,'Guyana','GUY','GY','592','GYD','Georgetown',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(95,'Haiti','HTI','HT','509','HTG','Port-au-Prince',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(96,'Heard and McDonald Islands','HMD','HM',' ','AUD','',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(97,'Honduras','HND','HN','504','HNL','Tegucigalpa',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(98,'Hong Kong S.A.R.','HKG','HK','852','HKD','Hong Kong',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(99,'Hungary','HUN','HU','36','HUF','Budapest',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(100,'Iceland','ISL','IS','354','ISK','Reykjavik',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(101,'India','IND','IN','91','INR','New Delhi',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(102,'Indonesia','IDN','ID','62','IDR','Jakarta',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(103,'Iran','IRN','IR','98','IRR','Tehran',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(104,'Iraq','IRQ','IQ','964','IQD','Baghdad',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(105,'Ireland','IRL','IE','353','EUR','Dublin',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(106,'Israel','ISR','IL','972','ILS','Jerusalem',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(107,'Italy','ITA','IT','39','EUR','Rome',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(108,'Jamaica','JAM','JM','+1-876','JMD','Kingston',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(109,'Japan','JPN','JP','81','JPY','Tokyo',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(110,'Jersey','JEY','JE','+44-1534','GBP','Saint Helier',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(111,'Jordan','JOR','JO','962','JOD','Amman',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(112,'Kazakhstan','KAZ','KZ','7','KZT','Astana',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(113,'Kenya','KEN','KE','254','KES','Nairobi',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(114,'Kiribati','KIR','KI','686','AUD','Tarawa',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(115,'Korea North\n','PRK','KP','850','KPW','Pyongyang',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(116,'Korea South','KOR','KR','82','KRW','Seoul',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(117,'Kuwait','KWT','KW','965','KWD','Kuwait City',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(118,'Kyrgyzstan','KGZ','KG','996','KGS','Bishkek',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(119,'Laos','LAO','LA','856','LAK','Vientiane',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(120,'Latvia','LVA','LV','371','EUR','Riga',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(121,'Lebanon','LBN','LB','961','LBP','Beirut',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(122,'Lesotho','LSO','LS','266','LSL','Maseru',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(123,'Liberia','LBR','LR','231','LRD','Monrovia',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(124,'Libya','LBY','LY','218','LYD','Tripolis',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(125,'Liechtenstein','LIE','LI','423','CHF','Vaduz',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(126,'Lithuania','LTU','LT','370','LTL','Vilnius',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(127,'Luxembourg','LUX','LU','352','EUR','Luxembourg',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(128,'Macau S.A.R.','MAC','MO','853','MOP','Macao',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(129,'Macedonia','MKD','MK','389','MKD','Skopje',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(130,'Madagascar','MDG','MG','261','MGA','Antananarivo',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(131,'Malawi','MWI','MW','265','MWK','Lilongwe',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(132,'Malaysia','MYS','MY','60','MYR','Kuala Lumpur',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(133,'Maldives','MDV','MV','960','MVR','Male',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(134,'Mali','MLI','ML','223','XOF','Bamako',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(135,'Malta','MLT','MT','356','EUR','Valletta',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(136,'Man (Isle of)','IMN','IM','+44-1624','GBP','Douglas, Isle of Man',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(137,'Marshall Islands','MHL','MH','692','USD','Majuro',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(138,'Martinique','MTQ','MQ','596','EUR','Fort-de-France',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(139,'Mauritania','MRT','MR','222','MRO','Nouakchott',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(140,'Mauritius','MUS','MU','230','MUR','Port Louis',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(141,'Mayotte','MYT','YT','262','EUR','Mamoudzou',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(142,'Mexico','MEX','MX','52','MXN','Mexico City',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(143,'Micronesia','FSM','FM','691','USD','Palikir',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(144,'Moldova','MDA','MD','373','MDL','Chisinau',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(145,'Monaco','MCO','MC','377','EUR','Monaco',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(146,'Mongolia','MNG','MN','976','MNT','Ulan Bator',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(147,'Montenegro','MNE','ME','382','EUR','Podgorica',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(148,'Montserrat','MSR','MS','+1-664','XCD','Plymouth',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(149,'Morocco','MAR','MA','212','MAD','Rabat',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(150,'Mozambique','MOZ','MZ','258','MZN','Maputo',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(151,'Myanmar','MMR','MM','95','MMK','Nay Pyi Taw',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(152,'Namibia','NAM','NA','264','NAD','Windhoek',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(153,'Nauru','NRU','NR','674','AUD','Yaren',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(154,'Nepal','NPL','NP','977','NPR','Kathmandu',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(155,'Netherlands Antilles','ANT','AN','','','',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(156,'Netherlands The','NLD','NL','31','EUR','Amsterdam',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(157,'New Caledonia','NCL','NC','687','XPF','Noumea',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(158,'New Zealand','NZL','NZ','64','NZD','Wellington',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(159,'Nicaragua','NIC','NI','505','NIO','Managua',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(160,'Niger','NER','NE','227','XOF','Niamey',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(161,'Nigeria','NGA','NG','234','NGN','Abuja',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(162,'Niue','NIU','NU','683','NZD','Alofi',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(163,'Norfolk Island','NFK','NF','672','AUD','Kingston',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(164,'Northern Mariana Islands','MNP','MP','+1-670','USD','Saipan',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(165,'Norway','NOR','NO','47','NOK','Oslo',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(166,'Oman','OMN','OM','968','OMR','Muscat',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(167,'Pakistan','PAK','PK','92','PKR','Islamabad',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(168,'Palau','PLW','PW','680','USD','Melekeok',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(169,'Palestinian Territory Occupied','PSE','PS','970','ILS','East Jerusalem',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(170,'Panama','PAN','PA','507','PAB','Panama City',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(171,'Papua new Guinea','PNG','PG','675','PGK','Port Moresby',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(172,'Paraguay','PRY','PY','595','PYG','Asuncion',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(173,'Peru','PER','PE','51','PEN','Lima',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(174,'Philippines','PHL','PH','63','PHP','Manila',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(175,'Pitcairn Island','PCN','PN','870','NZD','Adamstown',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(176,'Poland','POL','PL','48','PLN','Warsaw',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(177,'Portugal','PRT','PT','351','EUR','Lisbon',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(178,'Puerto Rico','PRI','PR','+1-787 and 1-939','USD','San Juan',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(179,'Qatar','QAT','QA','974','QAR','Doha',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(180,'Reunion','REU','RE','262','EUR','Saint-Denis',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(181,'Romania','ROU','RO','40','RON','Bucharest',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(182,'Russia','RUS','RU','7','RUB','Moscow',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(183,'Rwanda','RWA','RW','250','RWF','Kigali',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(184,'Saint Helena','SHN','SH','290','SHP','Jamestown',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(185,'Saint Kitts And Nevis','KNA','KN','+1-869','XCD','Basseterre',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(186,'Saint Lucia','LCA','LC','+1-758','XCD','Castries',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(187,'Saint Pierre and Miquelon','SPM','PM','508','EUR','Saint-Pierre',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(188,'Saint Vincent And The Grenadines','VCT','VC','+1-784','XCD','Kingstown',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(189,'Saint-Barthelemy','BLM','BL','590','EUR','Gustavia',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(190,'Saint-Martin (French part)','MAF','MF','590','EUR','Marigot',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(191,'Samoa','WSM','WS','685','WST','Apia',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(192,'San Marino','SMR','SM','378','EUR','San Marino',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(193,'Sao Tome and Principe','STP','ST','239','STD','Sao Tome',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(194,'Saudi Arabia','SAU','SA','966','SAR','Riyadh',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(195,'Senegal','SEN','SN','221','XOF','Dakar',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(196,'Serbia','SRB','RS','381','RSD','Belgrade',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(197,'Seychelles','SYC','SC','248','SCR','Victoria',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(198,'Sierra Leone','SLE','SL','232','SLL','Freetown',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(199,'Singapore','SGP','SG','65','SGD','Singapur',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(200,'Slovakia','SVK','SK','421','EUR','Bratislava',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(201,'Slovenia','SVN','SI','386','EUR','Ljubljana',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(202,'Solomon Islands','SLB','SB','677','SBD','Honiara',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(203,'Somalia','SOM','SO','252','SOS','Mogadishu',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(204,'South Africa','ZAF','ZA','27','ZAR','Pretoria',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(205,'South Georgia','SGS','GS','','GBP','Grytviken',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(206,'South Sudan','SSD','SS','211','SSP','Juba',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(207,'Spain','ESP','ES','34','EUR','Madrid',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(208,'Sri Lanka','LKA','LK','94','LKR','Colombo',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(209,'Sudan','SDN','SD','249','SDG','Khartoum',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(210,'Suriname','SUR','SR','597','SRD','Paramaribo',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(211,'Svalbard And Jan Mayen Islands','SJM','SJ','47','NOK','Longyearbyen',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(212,'Swaziland','SWZ','SZ','268','SZL','Mbabane',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(213,'Sweden','SWE','SE','46','SEK','Stockholm',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(214,'Switzerland','CHE','CH','41','CHF','Berne',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(215,'Syria','SYR','SY','963','SYP','Damascus',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(216,'Taiwan','TWN','TW','886','TWD','Taipei',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(217,'Tajikistan','TJK','TJ','992','TJS','Dushanbe',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(218,'Tanzania','TZA','TZ','255','TZS','Dodoma',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(219,'Thailand','THA','TH','66','THB','Bangkok',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(220,'Togo','TGO','TG','228','XOF','Lome',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(221,'Tokelau','TKL','TK','690','NZD','',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(222,'Tonga','TON','TO','676','TOP','Nukualofa',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(223,'Trinidad And Tobago','TTO','TT','+1-868','TTD','Port of Spain',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(224,'Tunisia','TUN','TN','216','TND','Tunis',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(225,'Turkey','TUR','TR','90','TRY','Ankara',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(226,'Turkmenistan','TKM','TM','993','TMT','Ashgabat',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(227,'Turks And Caicos Islands','TCA','TC','+1-649','USD','Cockburn Town',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(228,'Tuvalu','TUV','TV','688','AUD','Funafuti',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(229,'Uganda','UGA','UG','256','UGX','Kampala',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(230,'Ukraine','UKR','UA','380','UAH','Kiev',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(231,'United Arab Emirates','ARE','AE','971','AED','Abu Dhabi',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(232,'United Kingdom','GBR','GB','44','GBP','London',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(233,'United States','USA','US','1','USD','Washington',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(234,'United States Minor Outlying Islands','UMI','UM','1','USD','',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(235,'Uruguay','URY','UY','598','UYU','Montevideo',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(236,'Uzbekistan','UZB','UZ','998','UZS','Tashkent',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(237,'Vanuatu','VUT','VU','678','VUV','Port Vila',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(238,'Vatican City State (Holy See)','VAT','VA','379','EUR','Vatican City',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(239,'Venezuela','VEN','VE','58','VEF','Caracas',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(240,'Vietnam','VNM','VN','84','VND','Hanoi',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(241,'Virgin Islands (British)','VGB','VG','+1-284','USD','Road Town',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(242,'Virgin Islands (US)','VIR','VI','+1-340','USD','Charlotte Amalie',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(243,'Wallis And Futuna Islands','WLF','WF','681','XPF','Mata Utu',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(244,'Western Sahara','ESH','EH','212','MAD','El-Aaiun',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(245,'Yemen','YEM','YE','967','YER','Sanaa',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(246,'Zambia','ZMB','ZM','260','ZMK','Lusaka',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1),
(247,'Zimbabwe','ZWE','ZW','263','ZWL','Harare',1,'2018-07-20 12:41:03','2018-07-20 12:41:03',1);
/*!40000 ALTER TABLE `countries` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `coupons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `coupons` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) DEFAULT 1,
  `title` varchar(191) DEFAULT NULL,
  `code` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `value` double DEFAULT 0,
  `type` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1=Fixed Amount, 0=Percentage',
  `min_purchase` double DEFAULT 0,
  `max_discount` double DEFAULT 0,
  `start_date` date NOT NULL,
  `end_date` date NOT NULL,
  `category` int(11) NOT NULL DEFAULT 1 COMMENT '1=Common, 2=Single, 3=Personalized',
  `category_id` int(10) unsigned DEFAULT NULL,
  `subcategory_id` int(10) unsigned DEFAULT NULL,
  `course_id` int(10) unsigned DEFAULT NULL,
  `coupon_user_id` int(10) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `limit` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `coupons_title_code_type_category_id_subcategory_id_index` (`title`,`code`,`type`,`category_id`,`subcategory_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 `coupons`
--

LOCK TABLES `coupons` WRITE;
/*!40000 ALTER TABLE `coupons` DISABLE KEYS */;
INSERT INTO `coupons` VALUES
(1,1,'First Coupon','save10',1,10,1,9,2,'2024-11-27','2024-12-04',1,NULL,NULL,NULL,NULL,NULL,NULL,1,0),
(2,2,'First Coupon','save10',1,10,1,9,2,'2024-11-27','2024-12-04',1,NULL,NULL,NULL,NULL,NULL,NULL,1,0),
(3,1,'TESTTTTT','123123',1,5,1,1,5,'2025-10-29','2026-01-02',1,NULL,NULL,NULL,NULL,'2025-10-29 17:48:26','2025-10-29 17:48:26',1,0);
/*!40000 ALTER TABLE `coupons` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `course_canceleds`
--

DROP TABLE IF EXISTS `course_canceleds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `course_canceleds` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `course_id` int(11) NOT NULL,
  `purchase_price` double(12,2) NOT NULL,
  `refund` tinyint(1) NOT NULL DEFAULT 0,
  `cancel_by` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `status` int(11) NOT NULL DEFAULT 1,
  `request_by` bigint(20) unsigned DEFAULT NULL,
  `request_from` varchar(191) NOT NULL DEFAULT 'admin',
  `enroll_id` bigint(20) unsigned DEFAULT NULL,
  `reason` text DEFAULT NULL,
  `cancel_reason` text DEFAULT NULL,
  `approved_date` date 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 `course_canceleds`
--

LOCK TABLES `course_canceleds` WRITE;
/*!40000 ALTER TABLE `course_canceleds` DISABLE KEYS */;
INSERT INTO `course_canceleds` VALUES
(1,7,43,0.00,0,1,'2025-02-07 20:23:36','2025-02-07 20:23:36',1,1,NULL,'admin',NULL,'مم',NULL,'2025-02-07'),
(2,7,44,0.00,0,1,'2025-02-07 20:23:50','2025-02-07 20:23:50',1,1,NULL,'admin',NULL,'مم',NULL,'2025-02-07');
/*!40000 ALTER TABLE `course_canceleds` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `course_comment_replies`
--

DROP TABLE IF EXISTS `course_comment_replies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `course_comment_replies` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL,
  `course_id` int(10) unsigned NOT NULL,
  `comment_id` int(10) unsigned NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `reply` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `reply_id` int(11) DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=117 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `course_comment_replies`
--

LOCK TABLES `course_comment_replies` WRITE;
/*!40000 ALTER TABLE `course_comment_replies` DISABLE KEYS */;
INSERT INTO `course_comment_replies` VALUES
(1,2,1,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(2,2,2,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(3,2,3,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(4,2,4,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(5,2,5,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(6,2,6,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(7,2,7,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(8,2,8,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(9,2,9,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(10,2,10,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(11,2,11,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(12,2,12,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(13,2,13,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(14,2,14,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(15,2,15,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(16,2,16,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(17,2,17,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(18,2,18,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(19,2,19,1,1,'This Course is Very Good','2024-11-27 16:42:22','2024-11-27 16:42:22',NULL,1),
(20,2,20,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(21,2,21,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(22,2,22,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(23,2,23,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(24,2,24,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(25,2,25,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(26,2,26,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(27,2,27,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(28,2,28,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(29,2,29,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(30,2,30,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(31,2,31,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(32,2,32,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(33,2,33,1,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(34,2,1,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(35,2,2,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(36,2,3,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(37,2,4,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(38,2,5,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(39,2,6,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(40,2,7,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(41,2,8,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(42,2,9,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(43,2,10,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(44,2,11,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(45,2,12,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(46,2,13,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(47,2,14,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(48,2,15,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(49,2,16,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(50,2,17,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(51,2,18,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(52,2,19,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(53,2,20,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(54,2,21,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(55,2,22,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(56,2,23,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(57,2,24,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(58,2,25,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(59,2,26,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(60,2,27,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(61,2,28,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(62,2,29,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(63,2,30,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(64,2,31,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(65,2,32,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(66,2,33,2,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(67,2,1,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(68,2,2,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(69,2,3,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(70,2,4,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(71,2,5,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(72,2,6,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(73,2,7,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(74,2,8,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(75,2,9,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(76,2,10,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(77,2,11,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(78,2,12,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(79,2,13,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(80,2,14,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(81,2,15,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(82,2,16,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(83,2,17,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(84,2,18,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(85,2,19,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(86,2,20,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(87,2,21,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(88,2,22,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(89,2,23,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(90,2,24,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(91,2,25,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(92,2,26,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(93,2,27,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(94,2,28,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(95,2,29,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(96,2,30,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(97,2,31,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(98,2,32,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(99,2,33,3,1,'This Course is Very Good','2024-11-27 16:42:23','2024-11-27 16:42:23',NULL,1),
(104,6,93,100,1,'A life coach can foster a strong and trusting relationship with their clients by actively listening, demonstrating empathy, providing constructive feedback, and maintaining confidentiality to create a safe and supportive coaching environment.','2025-06-12 22:36:09','2025-06-12 22:36:09',NULL,1),
(106,6,93,102,1,'Life coaching typically focuses on future-oriented goal setting, personal development, and actionable strategies for achieving success, distinguishing it from therapy or counseling that often delves into past issues and emotional healing.','2025-06-12 22:38:05','2025-06-12 22:38:05',NULL,1),
(107,5,92,104,1,'The experimental group receives the treatment or intervention in a study, while the control group does not. The control group provides a baseline for comparison to assess the effects of the treatment or intervention in the experimental group.','2025-06-12 22:47:15','2025-06-12 22:47:15',NULL,1),
(108,5,92,106,1,'The key steps involved in the research process in psychology typically include formulating a research question, conducting a literature review, designing a study, collecting data, analyzing the data, drawing conclusions, and reporting the findings.','2025-06-12 22:48:00','2025-06-12 22:48:00',NULL,1),
(109,2,91,109,1,'The primary role of a registered dietitian in promoting health and wellness is to provide personalized nutrition guidance, develop dietary plans, and educate individuals on making healthy food choices to optimize their overall well-being.','2025-06-12 22:55:43','2025-06-12 22:55:43',NULL,1),
(110,2,91,108,1,'Individualized nutrition plans are crucial in dietetics to account for diverse health needs, preferences, and lifestyles, ensuring personalized and effective strategies for optimal well-being.','2025-06-12 22:55:56','2025-06-12 22:55:56',NULL,1),
(111,6,90,110,1,'Considering the specific needs of special populations in exercise program design is crucial for fitness professionals to ensure safety, effectiveness, and inclusivity tailored to diverse health conditions and requirements.','2025-06-12 23:01:46','2025-06-12 23:01:46',NULL,1),
(112,6,90,111,1,'Fitness professionals adapt exercise programs for individuals with different fitness levels or health conditions by assessing individual needs, setting realistic goals, and modifying exercises to accommodate varying abilities and health considerations.','2025-06-12 23:02:00','2025-06-12 23:02:00',NULL,1),
(113,212,89,113,1,'The primary functions of HRM include recruitment and selection, training and development, performance management, and employee relations, all aimed at optimizing organizational performance through effective workforce management.','2025-06-12 23:05:35','2025-06-12 23:05:35',NULL,1),
(114,212,89,112,1,'Job analysis is vital in HRM as it systematically identifies and records job-related information, providing the foundation for various HR functions such as recruitment, training, performance appraisal, and compensation management.','2025-06-12 23:05:52','2025-06-12 23:05:52',NULL,1),
(115,4,88,115,1,'Engineering and Technology degrees will help you develop the knowledge and skills required to shape the future of technology, industrial design, and applied sciences.','2025-06-12 23:15:44','2025-06-12 23:15:44',NULL,1),
(116,4,88,114,1,'Integrated circuits are used in a wide range of electronic devices, including computers, smartphones, and televisions, to perform various functions such as processing and storing information. They have greatly impacted the field of electronics by enabling device miniaturization and enhanced functionality.','2025-06-12 23:16:05','2025-06-12 23:16:05',NULL,1);
/*!40000 ALTER TABLE `course_comment_replies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `course_comments`
--

DROP TABLE IF EXISTS `course_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `course_comments` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `course_id` int(11) NOT NULL,
  `instructor_id` int(10) unsigned NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `comment` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=117 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `course_comments`
--

LOCK TABLES `course_comments` WRITE;
/*!40000 ALTER TABLE `course_comments` DISABLE KEYS */;
INSERT INTO `course_comments` VALUES
(1,3,1,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(2,3,2,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(3,3,3,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(4,3,4,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(5,3,5,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(6,3,6,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(7,3,7,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(8,3,8,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(9,3,9,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(10,3,10,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(11,3,11,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(12,3,12,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(13,3,13,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(14,3,14,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(15,3,15,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(16,3,16,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(17,3,17,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(18,3,18,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(19,3,19,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(20,3,20,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(21,3,21,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(22,3,22,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(23,3,23,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(24,3,24,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(25,3,25,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(26,3,26,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(27,3,27,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(28,3,28,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(29,3,29,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(30,3,30,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(31,3,31,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(32,3,32,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(33,3,33,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(34,3,1,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(35,3,2,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(36,3,3,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(37,3,4,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(38,3,5,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(39,3,6,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(40,3,7,2,1,'I want to know all the details about this Course','2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(41,3,8,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(42,3,9,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(43,3,10,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(44,3,11,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(45,3,12,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(46,3,13,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(47,3,14,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(48,3,15,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(49,3,16,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(50,3,17,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(51,3,18,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(52,3,19,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(53,3,20,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(54,3,21,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(55,3,22,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(56,3,23,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(57,3,24,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(58,3,25,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(59,3,26,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(60,3,27,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(61,3,28,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(62,3,29,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(63,3,30,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(64,3,31,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(65,3,32,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(66,3,33,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(67,3,1,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(68,3,2,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(69,3,3,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(70,3,4,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(71,3,5,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(72,3,6,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(73,3,7,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(74,3,8,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(75,3,9,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(76,3,10,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(77,3,11,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(78,3,12,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(79,3,13,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(80,3,14,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(81,3,15,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(82,3,16,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(83,3,17,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(84,3,18,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(85,3,19,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(86,3,20,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(87,3,21,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(88,3,22,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(89,3,23,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(90,3,24,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(91,3,25,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(92,3,26,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(93,3,27,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(94,3,28,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(95,3,29,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(96,3,30,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(97,3,31,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(98,3,32,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(99,3,33,2,1,'I want to know all the details about this Course','2024-11-27 16:42:22','2024-11-27 16:42:22',1),
(100,237,93,6,1,'How can a life coach foster a strong and trusting relationship with their clients?','2025-05-14 23:01:23','2025-05-14 23:01:23',1),
(102,237,93,6,1,'What distinguishes life coaching from other helping professions, such as therapy or counseling?','2025-05-16 18:01:55','2025-05-16 18:01:55',1),
(104,238,92,5,1,'What is the difference between experimental and control groups?','2025-05-16 18:05:07','2025-05-16 18:05:07',1),
(106,233,92,5,1,'What are the key steps involved in the research process in psychology?','2025-05-16 18:06:59','2025-05-16 18:06:59',1),
(108,233,91,2,1,'Why is it important to consider individualized nutrition plans in dietetics?','2025-06-12 22:53:53','2025-06-12 22:53:53',1),
(109,236,91,2,1,'What is the primary role of a registered dietitian in promoting health and wellness?','2025-06-12 22:54:50','2025-06-12 22:54:50',1),
(110,238,90,6,1,'Why is it important for fitness professionals to consider the specific needs of special populations when designing exercise programs?','2025-06-12 22:58:17','2025-06-12 22:58:17',1),
(111,237,90,6,1,'How do fitness professionals adapt exercise programs for individuals with different fitness levels or health conditions?','2025-06-12 23:00:42','2025-06-12 23:00:42',1),
(112,233,89,212,1,'Why is job analysis important in HRM, and how does it support other HR functions?','2025-06-12 23:03:09','2025-06-12 23:03:09',1),
(113,238,89,212,1,'What are the primary functions of HRM?','2025-06-12 23:03:48','2025-06-12 23:03:48',1),
(114,236,88,4,1,'What are integrated circuits, and how have they revolutionized electronic device design?','2025-06-12 23:07:30','2025-06-12 23:07:30',1),
(115,238,88,4,1,'What is the primary goal of this Engineering and Technology course?','2025-06-12 23:12:01','2025-06-12 23:12:01',1),
(116,1,91,2,1,'Comment','2025-10-15 19:56:32','2025-10-15 19:56:32',1);
/*!40000 ALTER TABLE `course_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `course_enrolleds`
--

DROP TABLE IF EXISTS `course_enrolleds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `course_enrolleds` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tracking` varchar(191) DEFAULT '1',
  `user_id` int(11) NOT NULL,
  `course_id` int(11) NOT NULL,
  `purchase_price` double DEFAULT 0,
  `coupon` varchar(191) DEFAULT NULL,
  `discount_amount` double DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `reveune` double DEFAULT 0,
  `reason` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `subscription` varchar(191) NOT NULL DEFAULT '0',
  `subscription_validity_date` date DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `last_view_at` timestamp NULL DEFAULT NULL,
  `send_expire_notification` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=131 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `course_enrolleds`
--

LOCK TABLES `course_enrolleds` WRITE;
/*!40000 ALTER TABLE `course_enrolleds` DISABLE KEYS */;
INSERT INTO `course_enrolleds` VALUES
(36,'1',3,86,350,NULL,0,1,3.5,NULL,'2025-05-13 23:29:40','2025-05-13 23:29:43','0',NULL,1,NULL,0),
(37,'1',111,86,350,NULL,0,1,3.5,NULL,'2025-05-13 23:29:43','2025-05-13 23:29:45','0',NULL,1,NULL,0),
(38,'1',234,86,350,NULL,0,1,3.5,NULL,'2025-05-13 23:29:45','2025-05-13 23:29:48','0',NULL,1,NULL,0),
(39,'1',234,87,100,NULL,0,1,1,NULL,'2025-05-13 23:30:13','2025-05-13 23:30:15','0',NULL,1,NULL,0),
(40,'1',235,87,100,NULL,0,1,1,NULL,'2025-05-13 23:30:15','2025-05-13 23:30:18','0',NULL,1,NULL,0),
(41,'1',237,87,100,NULL,0,1,1,NULL,'2025-05-13 23:30:18','2025-05-13 23:30:20','0',NULL,1,NULL,0),
(42,'1',7,88,370,NULL,0,1,3.7,NULL,'2025-05-13 23:30:45','2025-05-13 23:30:47','0',NULL,1,NULL,0),
(43,'1',111,88,370,NULL,0,1,3.7,NULL,'2025-05-13 23:30:47','2025-05-13 23:30:50','0',NULL,1,NULL,0),
(44,'1',235,88,370,NULL,0,1,3.7,NULL,'2025-05-13 23:30:50','2025-05-13 23:30:52','0',NULL,1,NULL,0),
(45,'1',236,88,370,NULL,0,1,3.7,NULL,'2025-05-13 23:30:52','2025-05-13 23:30:54','0',NULL,1,NULL,0),
(46,'1',238,88,370,NULL,0,1,3.7,NULL,'2025-05-13 23:30:54','2025-10-15 19:05:47','0',NULL,1,'2025-10-15 19:05:47',0),
(47,'1',3,89,249,NULL,0,1,2.49,NULL,'2025-05-13 23:31:19','2025-05-13 23:31:21','0',NULL,1,NULL,0),
(48,'1',7,89,249,NULL,0,1,2.49,NULL,'2025-05-13 23:31:21','2025-05-13 23:31:24','0',NULL,1,NULL,0),
(49,'1',111,89,249,NULL,0,1,2.49,NULL,'2025-05-13 23:31:24','2025-05-13 23:31:26','0',NULL,1,NULL,0),
(50,'1',233,89,249,NULL,0,1,2.49,NULL,'2025-05-13 23:31:26','2025-05-13 23:31:28','0',NULL,1,NULL,0),
(51,'1',234,89,249,NULL,0,1,2.49,NULL,'2025-05-13 23:31:28','2025-05-13 23:31:31','0',NULL,1,NULL,0),
(52,'1',235,89,249,NULL,0,1,2.49,NULL,'2025-05-13 23:31:31','2025-05-13 23:31:33','0',NULL,1,NULL,0),
(53,'1',236,89,249,NULL,0,1,2.49,NULL,'2025-05-13 23:31:33','2025-05-13 23:31:36','0',NULL,1,NULL,0),
(54,'1',237,89,249,NULL,0,1,2.49,NULL,'2025-05-13 23:31:36','2025-05-13 23:31:38','0',NULL,1,NULL,0),
(55,'1',238,89,249,NULL,0,1,2.49,NULL,'2025-05-13 23:31:38','2025-05-13 23:31:40','0',NULL,1,NULL,0),
(56,'1',3,90,120,NULL,0,1,1.2,NULL,'2025-05-13 23:32:08','2025-05-13 23:32:10','0',NULL,1,NULL,0),
(57,'1',7,90,120,NULL,0,1,1.2,NULL,'2025-05-13 23:32:10','2025-05-13 23:32:12','0',NULL,1,NULL,0),
(58,'1',111,90,120,NULL,0,1,1.2,NULL,'2025-05-13 23:32:12','2025-05-13 23:32:15','0',NULL,1,NULL,0),
(59,'1',233,90,120,NULL,0,1,1.2,NULL,'2025-05-13 23:32:15','2025-10-20 23:35:47','0',NULL,1,'2025-10-20 23:35:47',0),
(60,'1',234,90,120,NULL,0,1,1.2,NULL,'2025-05-13 23:32:17','2025-05-13 23:32:19','0',NULL,1,NULL,0),
(61,'1',235,90,120,NULL,0,1,1.2,NULL,'2025-05-13 23:32:20','2025-05-13 23:32:22','0',NULL,1,NULL,0),
(62,'1',236,90,120,NULL,0,1,1.2,NULL,'2025-05-13 23:32:22','2025-05-13 23:32:24','0',NULL,1,NULL,0),
(63,'1',237,90,120,NULL,0,1,1.2,NULL,'2025-05-13 23:32:24','2025-05-13 23:32:27','0',NULL,1,NULL,0),
(64,'1',238,90,120,NULL,0,1,1.2,NULL,'2025-05-13 23:32:27','2025-05-13 23:32:29','0',NULL,1,NULL,0),
(65,'1',3,91,320,NULL,0,1,3.2,NULL,'2025-05-13 23:32:52','2025-05-13 23:32:55','0',NULL,1,NULL,0),
(66,'1',111,91,320,NULL,0,1,3.2,NULL,'2025-05-13 23:32:55','2025-05-13 23:32:57','0',NULL,1,NULL,0),
(67,'1',233,91,320,NULL,0,1,3.2,NULL,'2025-05-13 23:32:57','2025-05-13 23:32:59','0',NULL,1,NULL,0),
(68,'1',234,91,320,NULL,0,1,3.2,NULL,'2025-05-13 23:32:59','2025-05-13 23:33:02','0',NULL,1,NULL,0),
(69,'1',236,91,320,NULL,0,1,3.2,NULL,'2025-05-13 23:33:02','2025-05-13 23:33:04','0',NULL,1,NULL,0),
(70,'1',237,91,320,NULL,0,1,3.2,NULL,'2025-05-13 23:33:04','2025-05-13 23:33:06','0',NULL,1,NULL,0),
(71,'1',238,91,320,NULL,0,1,3.2,NULL,'2025-05-13 23:33:07','2025-05-13 23:33:09','0',NULL,1,NULL,0),
(72,'1',3,92,200,NULL,0,1,2,NULL,'2025-05-13 23:34:00','2025-05-13 23:34:02','0',NULL,1,NULL,0),
(73,'1',7,92,200,NULL,0,1,2,NULL,'2025-05-13 23:34:02','2025-05-13 23:34:05','0',NULL,1,NULL,0),
(74,'1',111,92,200,NULL,0,1,2,NULL,'2025-05-13 23:34:05','2025-05-13 23:34:07','0',NULL,1,NULL,0),
(75,'1',237,92,200,NULL,0,1,2,NULL,'2025-05-13 23:34:07','2025-05-13 23:34:09','0',NULL,1,NULL,0),
(76,'1',238,92,200,NULL,0,1,2,NULL,'2025-05-13 23:34:09','2025-05-13 23:34:12','0',NULL,1,NULL,0),
(77,'1',233,92,200,NULL,0,1,2,NULL,'2025-05-13 23:34:46','2025-05-13 23:34:48','0',NULL,1,NULL,0),
(78,'1',234,92,200,NULL,0,1,2,NULL,'2025-05-13 23:34:48','2025-05-13 23:34:50','0',NULL,1,NULL,0),
(79,'1',235,92,200,NULL,0,1,2,NULL,'2025-05-13 23:34:50','2025-05-13 23:34:53','0',NULL,1,NULL,0),
(80,'1',7,93,150,NULL,0,1,1.5,NULL,'2025-05-13 23:35:25','2025-05-13 23:35:28','0',NULL,1,NULL,0),
(81,'1',111,93,150,NULL,0,1,1.5,NULL,'2025-05-13 23:35:28','2025-05-13 23:35:30','0',NULL,1,NULL,0),
(82,'1',234,93,150,NULL,0,1,1.5,NULL,'2025-05-13 23:35:30','2025-05-13 23:35:33','0',NULL,1,NULL,0),
(83,'1',235,93,150,NULL,0,1,1.5,NULL,'2025-05-13 23:35:33','2025-05-13 23:35:35','0',NULL,1,NULL,0),
(84,'1',237,93,150,NULL,0,1,1.5,NULL,'2025-05-13 23:35:35','2025-05-13 23:35:37','0',NULL,1,NULL,0),
(85,'1',3,94,0,NULL,0,1,0,NULL,'2025-05-13 23:36:13','2025-05-13 23:36:16','0',NULL,1,NULL,0),
(86,'1',7,94,0,NULL,0,1,0,NULL,'2025-05-13 23:36:16','2025-05-13 23:36:18','0',NULL,1,NULL,0),
(87,'1',111,94,0,NULL,0,1,0,NULL,'2025-05-13 23:36:18','2025-05-13 23:36:21','0',NULL,1,NULL,0),
(88,'1',233,94,0,NULL,0,1,0,NULL,'2025-05-13 23:36:21','2025-05-13 23:36:23','0',NULL,1,NULL,0),
(89,'1',234,94,0,NULL,0,1,0,NULL,'2025-05-13 23:36:23','2025-05-13 23:36:25','0',NULL,1,NULL,0),
(90,'1',235,94,0,NULL,0,1,0,NULL,'2025-05-13 23:36:25','2025-05-13 23:36:28','0',NULL,1,NULL,0),
(91,'1',236,94,0,NULL,0,1,0,NULL,'2025-05-13 23:36:28','2025-05-13 23:36:30','0',NULL,1,NULL,0),
(92,'1',237,94,0,NULL,0,1,0,NULL,'2025-05-13 23:36:30','2025-05-13 23:36:32','0',NULL,1,NULL,0),
(93,'1',238,94,0,NULL,0,1,0,NULL,'2025-05-13 23:36:32','2025-05-13 23:36:35','0',NULL,1,NULL,0),
(94,'1',111,95,0,NULL,0,1,0,NULL,'2025-05-13 23:37:02','2025-05-13 23:37:04','0',NULL,1,NULL,0),
(95,'1',233,95,0,NULL,0,1,0,NULL,'2025-05-13 23:37:04','2025-05-13 23:37:06','0',NULL,1,NULL,0),
(96,'1',234,95,0,NULL,0,1,0,NULL,'2025-05-13 23:37:06','2025-05-13 23:37:09','0',NULL,1,NULL,0),
(97,'1',235,95,0,NULL,0,1,0,NULL,'2025-05-13 23:37:09','2025-05-13 23:37:11','0',NULL,1,NULL,0),
(98,'1',236,95,0,NULL,0,1,0,NULL,'2025-05-13 23:37:11','2025-05-13 23:37:13','0',NULL,1,NULL,0),
(99,'1',237,95,0,NULL,0,1,0,NULL,'2025-05-13 23:37:13','2025-05-13 23:37:16','0',NULL,1,NULL,0),
(100,'1',238,95,0,NULL,0,1,0,NULL,'2025-05-13 23:37:16','2025-05-13 23:37:18','0',NULL,1,NULL,0),
(101,'1',233,97,0,NULL,0,1,0,NULL,'2025-05-14 20:10:50','2025-05-14 20:10:52','0',NULL,1,NULL,0),
(102,'1',234,97,0,NULL,0,1,0,NULL,'2025-05-14 20:10:52','2025-05-14 20:10:55','0',NULL,1,NULL,0),
(103,'1',235,97,0,NULL,0,1,0,NULL,'2025-05-14 20:10:55','2025-05-14 20:10:57','0',NULL,1,NULL,0),
(104,'1',236,97,0,NULL,0,1,0,NULL,'2025-05-14 20:10:57','2025-05-14 20:10:59','0',NULL,1,NULL,0),
(105,'1',234,100,0,NULL,0,1,0,NULL,'2025-05-14 20:11:17','2025-05-14 20:11:19','0',NULL,1,NULL,0),
(106,'1',235,100,0,NULL,0,1,0,NULL,'2025-05-14 20:11:19','2025-05-14 20:11:21','0',NULL,1,NULL,0),
(107,'1',236,100,0,NULL,0,1,0,NULL,'2025-05-14 20:11:21','2025-05-14 20:11:23','0',NULL,1,NULL,0),
(108,'1',237,100,0,NULL,0,1,0,NULL,'2025-05-14 20:11:23','2025-05-14 20:11:26','0',NULL,1,NULL,0),
(109,'1',238,100,0,NULL,0,1,0,NULL,'2025-05-14 20:11:26','2025-05-14 20:11:28','0',NULL,1,NULL,0),
(110,'1',3,96,0,NULL,0,1,0,NULL,'2025-05-14 20:12:08','2025-05-14 20:12:10','0',NULL,1,NULL,0),
(111,'1',7,96,0,NULL,0,1,0,NULL,'2025-05-14 20:12:10','2025-05-14 20:12:13','0',NULL,1,NULL,0),
(112,'1',233,96,0,NULL,0,1,0,NULL,'2025-05-14 20:12:13','2025-05-14 20:12:15','0',NULL,1,NULL,0),
(113,'1',234,96,0,NULL,0,1,0,NULL,'2025-05-14 20:12:15','2025-05-14 20:12:17','0',NULL,1,NULL,0),
(114,'1',235,96,0,NULL,0,1,0,NULL,'2025-05-14 20:12:17','2025-05-14 20:12:19','0',NULL,1,NULL,0),
(115,'1',236,96,0,NULL,0,1,0,NULL,'2025-05-14 20:12:19','2025-05-14 20:12:22','0',NULL,1,NULL,0),
(116,'1',237,96,0,NULL,0,1,0,NULL,'2025-05-14 20:12:22','2025-05-14 20:12:24','0',NULL,1,NULL,0),
(117,'1',238,96,0,NULL,0,1,0,NULL,'2025-05-14 20:12:24','2025-05-14 20:12:26','0',NULL,1,NULL,0),
(118,'1',3,98,0,NULL,0,1,0,NULL,'2025-05-14 20:12:43','2025-05-14 20:12:45','0',NULL,1,NULL,0),
(119,'1',7,98,0,NULL,0,1,0,NULL,'2025-05-14 20:12:45','2025-05-14 20:12:48','0',NULL,1,NULL,0),
(120,'1',111,98,0,NULL,0,1,0,NULL,'2025-05-14 20:12:48','2025-05-14 20:12:50','0',NULL,1,NULL,0),
(121,'1',233,98,0,NULL,0,1,0,NULL,'2025-05-14 20:12:50','2025-05-14 20:12:52','0',NULL,1,NULL,0),
(122,'1',234,98,0,NULL,0,1,0,NULL,'2025-05-14 20:12:52','2025-05-14 20:12:54','0',NULL,1,NULL,0),
(123,'1',235,98,0,NULL,0,1,0,NULL,'2025-05-14 20:12:54','2025-05-14 20:12:57','0',NULL,1,NULL,0),
(124,'1',236,98,0,NULL,0,1,0,NULL,'2025-05-14 20:12:57','2025-05-14 20:12:59','0',NULL,1,NULL,0),
(125,'1',237,98,0,NULL,0,1,0,NULL,'2025-05-14 20:12:59','2025-05-14 20:13:01','0',NULL,1,NULL,0),
(126,'1',238,98,0,NULL,0,1,0,NULL,'2025-05-14 20:13:01','2025-05-14 20:13:04','0',NULL,1,NULL,0),
(127,'59DA5THXZ861',238,93,150,NULL,0,1,1.5,NULL,'2025-06-12 21:40:33','2025-06-12 21:40:33','0',NULL,1,NULL,0),
(128,'RETUGT7Q3KYT',238,97,0,NULL,0,1,0,NULL,'2025-10-29 17:01:32','2025-10-29 17:01:32','0',NULL,1,NULL,0),
(129,'RETUGT7Q3KYT',238,97,0,NULL,0,1,0,NULL,'2025-10-29 17:01:33','2025-10-29 17:01:33','0',NULL,1,NULL,0),
(130,'RETUGT7Q3KYT',238,97,0,NULL,0,1,0,NULL,'2025-10-29 17:01:36','2025-10-29 17:01:36','0',NULL,1,NULL,0);
/*!40000 ALTER TABLE `course_enrolleds` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `course_exercises`
--

DROP TABLE IF EXISTS `course_exercises`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `course_exercises` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `course_id` int(11) NOT NULL,
  `fileName` varchar(191) NOT NULL,
  `file` varchar(191) NOT NULL,
  `lock` tinyint(1) NOT NULL DEFAULT 1,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `old_file_size` double DEFAULT NULL,
  `file_size` double DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `course_exercises`
--

LOCK TABLES `course_exercises` WRITE;
/*!40000 ALTER TABLE `course_exercises` DISABLE KEYS */;
INSERT INTO `course_exercises` VALUES
(1,1,'Exercise File-1','public/demo/file/1.txt',0,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(2,2,'Exercise File-1','public/demo/file/1.txt',0,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(3,3,'Exercise File-1','public/demo/file/1.txt',0,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(4,4,'Exercise File-1','public/demo/file/1.txt',0,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(5,5,'Exercise File-1','public/demo/file/1.txt',0,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(6,6,'Exercise File-1','public/demo/file/1.txt',0,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(7,7,'Exercise File-1','public/demo/file/1.txt',0,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(8,8,'Exercise File-1','public/demo/file/1.txt',0,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(9,9,'Exercise File-1','public/demo/file/1.txt',0,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(10,10,'Exercise File-1','public/demo/file/1.txt',0,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(11,11,'Exercise File-1','public/demo/file/1.txt',0,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(12,1,'Exercise File-2','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(13,2,'Exercise File-2','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(14,3,'Exercise File-2','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(15,4,'Exercise File-2','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(16,5,'Exercise File-2','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(17,6,'Exercise File-2','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(18,7,'Exercise File-2','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(19,8,'Exercise File-2','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(20,9,'Exercise File-2','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(21,10,'Exercise File-2','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(22,11,'Exercise File-2','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(23,1,'Exercise File-3','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(24,2,'Exercise File-3','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(25,3,'Exercise File-3','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(26,4,'Exercise File-3','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(27,5,'Exercise File-3','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(28,6,'Exercise File-3','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(29,7,'Exercise File-3','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(30,8,'Exercise File-3','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(31,9,'Exercise File-3','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(32,10,'Exercise File-3','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(33,11,'Exercise File-3','public/demo/file/1.txt',1,1,'2024-11-27 16:42:22','2024-11-27 16:42:22',1,NULL,NULL),
(34,49,'السيرة النبوية','public/uploads/file/19-03-2025/0d82702e469993838b7a65c72d13f8bf.pdf',1,1,'2025-03-19 17:40:01','2025-03-19 17:40:01',1,4469.29,4469.29),
(35,93,'Twister Profile','public/uploads/file/09-05-2025/04f8c6966aa4987e11f8996fd8db3e11.pdf',0,1,'2025-05-09 18:57:28','2025-05-09 18:57:28',1,2390.78,2390.78),
(36,93,'Digital Dimension Profile','public/uploads/file/09-05-2025/0ea0cdea2701955e6e948ae1b81aa81c.pdf',0,1,'2025-05-09 18:58:28','2025-05-09 18:58:28',1,2763.82,2763.82);
/*!40000 ALTER TABLE `course_exercises` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `course_levels`
--

DROP TABLE IF EXISTS `course_levels`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `course_levels` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` longtext DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `course_levels`
--

LOCK TABLES `course_levels` WRITE;
/*!40000 ALTER TABLE `course_levels` DISABLE KEYS */;
INSERT INTO `course_levels` VALUES
(1,'{\"en\":\"Beginner\",\"ar\":\"مبتدئ\"}',1,NULL,'2024-12-09 11:05:55',1),
(2,'{\"en\":\"Intermediate\",\"ar\":\"متوسط\"}',1,NULL,'2024-12-09 11:06:05',1),
(3,'{\"en\":\"يتقدم\",\"ar\":\"متقدم\"}',1,NULL,'2024-12-09 11:06:26',1),
(4,'{\"en\":\"Pro\",\"ar\":\"محترف\"}',1,NULL,'2024-12-09 11:06:38',1);
/*!40000 ALTER TABLE `course_levels` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `course_reveiws`
--

DROP TABLE IF EXISTS `course_reveiws`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `course_reveiws` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `course_id` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `comment` text NOT NULL,
  `star` double(8,2) NOT NULL DEFAULT 5.00,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `instructor_id` int(11) 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 `course_reveiws`
--

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

--
-- Table structure for table `course_settings`
--

DROP TABLE IF EXISTS `course_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `course_settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `show_mode_of_delivery` int(11) DEFAULT 1,
  `show_rating` int(11) DEFAULT 1,
  `show_cart` int(11) DEFAULT 1,
  `show_enrolled_or_level_section` int(11) DEFAULT 1,
  `enrolled_or_level` int(11) DEFAULT 1 COMMENT '1 for enrolled and 2 fro course level',
  `show_cql_left_sidebar` int(11) DEFAULT 0,
  `size_of_grid` int(11) DEFAULT 4,
  `show_review_option` int(11) DEFAULT 0,
  `show_rating_option` int(11) DEFAULT 0,
  `show_search_in_category` int(11) DEFAULT 1,
  `show_instructor_rating` int(11) DEFAULT 0,
  `show_instructor_review` int(11) DEFAULT 0,
  `show_instructor_enrolled` int(11) DEFAULT 0,
  `show_instructor_courses` int(11) DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `course_settings`
--

LOCK TABLES `course_settings` WRITE;
/*!40000 ALTER TABLE `course_settings` DISABLE KEYS */;
INSERT INTO `course_settings` VALUES
(1,1,1,1,1,1,1,4,0,0,1,0,0,0,1,NULL,NULL,1);
/*!40000 ALTER TABLE `course_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `courses`
--

DROP TABLE IF EXISTS `courses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `courses` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `category_id` int(10) unsigned DEFAULT NULL,
  `subcategory_id` int(11) DEFAULT NULL,
  `quiz_id` int(11) DEFAULT NULL,
  `class_id` int(11) DEFAULT NULL,
  `user_id` int(10) unsigned NOT NULL,
  `lang_id` int(10) unsigned NOT NULL,
  `title` longtext DEFAULT NULL,
  `slug` varchar(191) DEFAULT NULL,
  `duration` varchar(191) DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `thumbnail` varchar(191) DEFAULT NULL,
  `price` double DEFAULT 0,
  `discount_price` double DEFAULT 0,
  `publish` tinyint(1) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `level` int(10) unsigned DEFAULT 4,
  `trailer_link` varchar(191) DEFAULT NULL,
  `host` varchar(191) DEFAULT NULL,
  `meta_keywords` varchar(191) DEFAULT NULL,
  `meta_description` varchar(191) DEFAULT NULL,
  `about` longtext DEFAULT NULL,
  `special_commission` double(8,2) DEFAULT NULL,
  `total_enrolled` int(11) NOT NULL DEFAULT 0,
  `reveune` double DEFAULT 0,
  `reveiw` double(8,2) NOT NULL DEFAULT 0.00,
  `type` int(11) NOT NULL DEFAULT 1 COMMENT '1=Course, 2=Quiz',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `drip` tinyint(1) NOT NULL DEFAULT 0,
  `subscription` varchar(191) NOT NULL DEFAULT '0' COMMENT '0= no subscription; 1=subscription',
  `requirements` longtext DEFAULT NULL,
  `outcomes` longtext DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `subscription_list` varchar(191) DEFAULT NULL,
  `total_rating` int(11) NOT NULL DEFAULT 0,
  `scope` tinyint(4) NOT NULL DEFAULT 1,
  `complete_order` tinyint(4) NOT NULL DEFAULT 0,
  `certificate_id` int(11) DEFAULT NULL,
  `show_overview_media` int(11) DEFAULT 0,
  `show_mode_of_delivery` int(11) DEFAULT 1,
  `mode_of_delivery` int(11) DEFAULT 1 COMMENT '1=Online, 2= Distance Learning, 3= Face to Face',
  `what_learn1` text DEFAULT NULL,
  `what_learn2` text DEFAULT NULL,
  `view` int(11) NOT NULL DEFAULT 0,
  `feature` tinyint(1) NOT NULL DEFAULT 0,
  `assistant_instructors` text DEFAULT NULL,
  `required_type` tinyint(4) NOT NULL DEFAULT 0,
  `iap_product_id` text DEFAULT NULL,
  `school_subject_id` int(11) NOT NULL DEFAULT 0,
  `access_limit` int(11) NOT NULL DEFAULT 0,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `close_date` date DEFAULT NULL,
  `capacity` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=103 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `courses`
--

LOCK TABLES `courses` WRITE;
/*!40000 ALTER TABLE `courses` DISABLE KEYS */;
INSERT INTO `courses` VALUES
(86,42,NULL,NULL,NULL,5,19,'{\"en\":\"Agricultural Economics and Farm Management\"}','agricultural-economics-and-farm-management','60','public/uploads/main/images/07-05-2025/681b5ab54ff9c.jpeg','public/uploads/main/images/07-05-2025/681b5ab560f5f.jpeg',500,350,1,1,4,NULL,NULL,NULL,NULL,'{\"en\":\"<p><span style=\\\"color: rgb(80, 80, 80); font-family: \\\"Nunito Sans\\\", sans-serif; font-size: 16px;\\\">This course provides a comprehensive understanding of the economic principles that govern agricultural systems and the management strategies employed in farm operations. Participants will explore topics ranging from market dynamics to financial planning in the context of agricultural enterprises.<\\/span><\\/p>\"}',NULL,3,10.5,0.00,1,'2025-05-07 23:05:57','2025-12-16 23:55:48',0,'0','{\"en\":\"<ul><li>Basic understanding of economics concepts.<\\/li><li>Familiarity with agricultural systems and practices.<\\/li><\\/ul>\"}','{\"en\":\"<ul><li>Understand the economic factors influencing agricultural production.<\\/li><li>Apply economic principles to analyze agricultural markets and pricing.<\\/li><\\/ul><p style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: \\\"Nunito Sans\\\", sans-serif;\\\"><br><\\/p><ul><li>Develop financial plans for farm operations.<\\/li><li>Implement risk management strategies in agriculture.<\\/li><\\/ul><p style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: \\\"Nunito Sans\\\", sans-serif;\\\"><br><\\/p><ul><li>Explore sustainable agricultural practices from an economic perspective.<\\/li><li>Analyze policy implications on agricultural economics.<\\/li><\\/ul>\"}',1,NULL,0,1,0,NULL,0,1,1,NULL,NULL,22,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(87,49,NULL,NULL,NULL,6,19,'{\"en\":\"Painting Techniques and Styles\"}','painting-techniques-and-styles','120','public/uploads/main/images/07-05-2025/681b5d0456194.jpeg','public/uploads/main/images/07-05-2025/681b5d04635fd.jpeg',100,NULL,1,1,4,NULL,NULL,NULL,NULL,'{\"en\":\"<p><span style=\\\"color: rgb(80, 80, 80); font-family: \\\"Nunito Sans\\\", sans-serif; font-size: 16px;\\\">This course is designed to provide students with a comprehensive understanding of various painting techniques, styles, and the historical context of artistic movements. Participants will engage in hands-on activities to develop their skills in painting while exploring the diverse ways artists express themselves through this medium.<\\/span><\\/p>\"}',NULL,3,3,0.00,1,'2025-05-07 23:15:48','2025-12-16 23:55:59',0,'0','{\"en\":\"<p style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: \\\"Nunito Sans\\\", sans-serif;\\\">Basic understanding of visual arts fundamentals.<\\/p><p style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: \\\"Nunito Sans\\\", sans-serif;\\\">Completion of an introductory art course or equivalent experience.<\\/p><p style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: \\\"Nunito Sans\\\", sans-serif;\\\">Familiarity with art history concepts is beneficial but not mandatory.<\\/p>\"}','{\"en\":\"<p style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: \\\"Nunito Sans\\\", sans-serif;\\\">By the end of this course, participants should be able to:  Demonstrate proficiency in fundamental painting techniques.<\\/p><p style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: \\\"Nunito Sans\\\", sans-serif;\\\">Identify and replicate the characteristics of different art movements.<\\/p><p style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: \\\"Nunito Sans\\\", sans-serif;\\\">Develop a personal painting style influenced by various historical and contemporary approaches.<\\/p><p style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: \\\"Nunito Sans\\\", sans-serif;\\\"><br><\\/p><p style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: \\\"Nunito Sans\\\", sans-serif;\\\">Analyze and critique paintings using art historical knowledge. Explore the use of color, composition, and texture in painting.<\\/p><p style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: \\\"Nunito Sans\\\", sans-serif;\\\">Create a portfolio of original paintings showcasing diverse techniques and styles.<\\/p>\"}',1,NULL,0,1,0,NULL,0,1,1,NULL,NULL,20,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(88,54,0,NULL,NULL,4,19,'{\"en\":\"Electronic Devices and Circuits\"}','electronic-devices-and-circuits',NULL,'public/uploads/main/images/08-05-2025/681c6d6086387.jpeg','public/uploads/main/images/08-05-2025/681c6d6097114.jpeg',520,370,1,1,4,'https://youtu.be/9ZdNopKi7M0','Youtube',NULL,NULL,'{\"en\":\"<p><span style=\\\"color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif; font-size: 16px;\\\">This course provides a comprehensive understanding of electronic devices and their application in circuits. Participants will delve into the principles of semiconductor devices, analyze their behavior in electronic circuits, and gain hands-on experience with circuit design and analysis. The course aims to equip students with the fundamental knowledge needed for advanced studies in electronics and related fields.<\\/span><\\/p>\"}',NULL,5,18.5,0.00,1,'2025-05-08 18:37:52','2025-12-16 23:55:53',0,'0','{\"en\":\"<p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\">Successful completion of introductory physics and mathematics courses.<\\/p><p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\">Basic understanding of circuit analysis.<\\/p><p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\">Familiarity with electrical components and their properties.<\\/p>\"}','{\"en\":\"<p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\"><span style=\\\"font-size: 24px;\\\">By the end of this course<\\/span><\\/p><p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\">participants should be able to:<\\/p><p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\">Understand the operating principles of common electronic devices such as diodes and transistors.<\\/p><p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\">Analyze the characteristics of semiconductor devices in various circuit configuration<\\/p><p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\"><br><\\/p><p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\">Design and analyze electronic circuits using semiconductor devices. Apply knowledge of electronic devices to solve real-world engineering problems.<\\/p><p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\"><br><\\/p><p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\">Develop skills in using simulation tools for electronic circuit analysis. Gain hands-on experience with laboratory experiments related to electronic devices and circuits.<\\/p>\"}',1,NULL,0,1,0,NULL,1,1,1,NULL,NULL,37,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(89,47,0,NULL,NULL,212,19,'{\"en\":\"Foundations of Human Resource Management\"}','foundations-of-human-resource-management','120','public/uploads/main/images/08-05-2025/681c7dda47471.jpeg','public/uploads/main/images/08-05-2025/681c7dda537c4.jpeg',320,249,1,1,4,'https://youtu.be/0vCFGjBbLqg?si=Sq2ngTNeixzRYLyX','Youtube',NULL,NULL,'{\"en\":\"<p><span style=\\\"color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif; font-size: 16px;\\\">This course serves as an introduction to the fundamental principles and practices of Human Resource Management (HRM). Participants will gain insight into the critical role HR plays in organizational success and develop foundational HR skills.<\\/span><\\/p>\"}',NULL,9,22.41,0.00,1,'2025-05-08 19:48:10','2025-12-16 23:55:50',0,'0','{\"en\":\"<ul><li>No prior HR experience is required.<\\/li><li>Basic understanding of business concepts is beneficial but not mandatory.<\\/li><\\/ul>\"}','{\"en\":\"<p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\"><span style=\\\"font-size: 18px;\\\"><span style=\\\"font-weight: bolder;\\\">By the end of this course<\\/span><\\/span><\\/p><p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\">participants should be able to:<\\/p><ul><li>Understand the key functions and responsibilities of the HR department.<\\/li><li>Identify HR\'s role in aligning with organizational goals and strategies.<\\/li><\\/ul><p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\"><br><\\/p><ul><li>Demonstrate knowledge of legal and ethical considerations in HR practices.<\\/li><li>Implement basic HR processes such as recruitment, onboarding, and performance management.<\\/li><\\/ul><p nunito=\\\"\\\" sans\\\",=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-bottom: 13px; line-height: 1.75; font-size: 16px; color: rgb(80, 80, 80); font-family: &quot;Nunito Sans&quot;, sans-serif;\\\"><br><\\/p><ul><li>Develop effective communication and interpersonal skills crucial for HR professionals. Analyze case studies and scenarios to apply HR principles in practical situations.<\\/li><\\/ul>\"}',1,NULL,0,1,0,NULL,1,1,1,NULL,NULL,26,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(90,50,0,NULL,NULL,6,19,'{\"en\":\"Fitness Assessment and Program Design\"}','fitness-assessment-and-program-design','60','public/uploads/main/images/08-05-2025/681c864b09a09.jpeg','public/uploads/main/images/08-05-2025/681c864b0e6ea.jpeg',120,NULL,1,1,4,'https://youtu.be/DGq0E6bFdVU?si=YjqWG-vB2Zx5En5G','Youtube',NULL,NULL,'{\"en\":\"<p><span style=\\\"color: rgb(15, 15, 15); font-family: &quot;Nunito Sans&quot;, sans-serif; font-size: 16px;\\\">The \\\"Fitness Assessment and Program Design\\\" course is designed to equip fitness professionals with the knowledge and skills necessary to assess clients\' fitness levels accurately and design customized exercise programs. Participants will learn various fitness assessment techniques, including measurements of cardiovascular fitness, muscular strength and endurance, flexibility, and body composition. The course also covers the principles of program design, considering individual goals, fitness levels, and any special considerations.<\\/span><\\/p>\"}',NULL,9,10.8,0.00,1,'2025-05-08 20:24:11','2025-12-16 23:55:52',0,'0','{\"en\":\"<ul segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" font-size:=\\\"\\\" 16px;=\\\"\\\" white-space-collapse:=\\\"\\\" preserve;\\\"=\\\"\\\" style=\\\"margin-bottom: 1.25em; margin-left: 0px; border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; list-style-position: initial; list-style-image: initial; display: flex; flex-direction: column;\\\"><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin: 0px; padding-left: 0.375em; display: block; min-height: 28px;\\\">Basic understanding of exercise physiology and anatomy.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin: 0px; padding-left: 0.375em; display: block; min-height: 28px;\\\">Completion of introductory fitness or personal training courses.<\\/li><\\/ul>\"}','{\"en\":\"<p segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" font-size:=\\\"\\\" 16px;=\\\"\\\" white-space-collapse:=\\\"\\\" preserve;\\\"=\\\"\\\" nunito=\\\"\\\" sans-serif;=\\\"\\\" border:=\\\"\\\" 0px=\\\"\\\" solid=\\\"\\\" rgb(217,=\\\"\\\" 217,=\\\"\\\" 227);=\\\"\\\" --tw-border-spacing-x:=\\\"\\\" 0;=\\\"\\\" --tw-border-spacing-y:=\\\"\\\" --tw-translate-x:=\\\"\\\" --tw-translate-y:=\\\"\\\" --tw-rotate:=\\\"\\\" --tw-skew-x:=\\\"\\\" --tw-skew-y:=\\\"\\\" --tw-scale-x:=\\\"\\\" 1;=\\\"\\\" --tw-scale-y:=\\\"\\\" --tw-pan-x:=\\\"\\\" ;=\\\"\\\" --tw-pan-y:=\\\"\\\" --tw-pinch-zoom:=\\\"\\\" --tw-scroll-snap-strictness:=\\\"\\\" proximity;=\\\"\\\" --tw-gradient-from-position:=\\\"\\\" --tw-gradient-via-position:=\\\"\\\" --tw-gradient-to-position:=\\\"\\\" --tw-ordinal:=\\\"\\\" --tw-slashed-zero:=\\\"\\\" --tw-numeric-figure:=\\\"\\\" --tw-numeric-spacing:=\\\"\\\" --tw-numeric-fraction:=\\\"\\\" --tw-ring-inset:=\\\"\\\" --tw-ring-offset-width:=\\\"\\\" 0px;=\\\"\\\" --tw-ring-offset-color:=\\\"\\\" #fff;=\\\"\\\" --tw-ring-color:=\\\"\\\" rgba(69,89,164,.5);=\\\"\\\" --tw-ring-offset-shadow:=\\\"\\\" 0=\\\"\\\" transparent;=\\\"\\\" --tw-ring-shadow:=\\\"\\\" --tw-shadow:=\\\"\\\" --tw-shadow-colored:=\\\"\\\" --tw-blur:=\\\"\\\" --tw-brightness:=\\\"\\\" --tw-contrast:=\\\"\\\" --tw-grayscale:=\\\"\\\" --tw-hue-rotate:=\\\"\\\" --tw-invert:=\\\"\\\" --tw-saturate:=\\\"\\\" --tw-sepia:=\\\"\\\" --tw-drop-shadow:=\\\"\\\" --tw-backdrop-blur:=\\\"\\\" --tw-backdrop-brightness:=\\\"\\\" --tw-backdrop-contrast:=\\\"\\\" --tw-backdrop-grayscale:=\\\"\\\" --tw-backdrop-hue-rotate:=\\\"\\\" --tw-backdrop-invert:=\\\"\\\" --tw-backdrop-opacity:=\\\"\\\" --tw-backdrop-saturate:=\\\"\\\" --tw-backdrop-sepia:=\\\"\\\" ;\\\"=\\\"\\\" style=\\\"margin-right: 0px; margin-bottom: 1.25em; margin-left: 0px; line-height: 1.75; font-size: 16px; font-family: &quot;Nunito Sans&quot;, sans-serif;\\\"><span style=\\\"font-size: 24px;\\\">By the end of this course<\\/span><\\/p><p segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" font-size:=\\\"\\\" 16px;=\\\"\\\" white-space-collapse:=\\\"\\\" preserve;\\\"=\\\"\\\" nunito=\\\"\\\" sans-serif;=\\\"\\\" border:=\\\"\\\" 0px=\\\"\\\" solid=\\\"\\\" rgb(217,=\\\"\\\" 217,=\\\"\\\" 227);=\\\"\\\" --tw-border-spacing-x:=\\\"\\\" 0;=\\\"\\\" --tw-border-spacing-y:=\\\"\\\" --tw-translate-x:=\\\"\\\" --tw-translate-y:=\\\"\\\" --tw-rotate:=\\\"\\\" --tw-skew-x:=\\\"\\\" --tw-skew-y:=\\\"\\\" --tw-scale-x:=\\\"\\\" 1;=\\\"\\\" --tw-scale-y:=\\\"\\\" --tw-pan-x:=\\\"\\\" ;=\\\"\\\" --tw-pan-y:=\\\"\\\" --tw-pinch-zoom:=\\\"\\\" --tw-scroll-snap-strictness:=\\\"\\\" proximity;=\\\"\\\" --tw-gradient-from-position:=\\\"\\\" --tw-gradient-via-position:=\\\"\\\" --tw-gradient-to-position:=\\\"\\\" --tw-ordinal:=\\\"\\\" --tw-slashed-zero:=\\\"\\\" --tw-numeric-figure:=\\\"\\\" --tw-numeric-spacing:=\\\"\\\" --tw-numeric-fraction:=\\\"\\\" --tw-ring-inset:=\\\"\\\" --tw-ring-offset-width:=\\\"\\\" 0px;=\\\"\\\" --tw-ring-offset-color:=\\\"\\\" #fff;=\\\"\\\" --tw-ring-color:=\\\"\\\" rgba(69,89,164,.5);=\\\"\\\" --tw-ring-offset-shadow:=\\\"\\\" 0=\\\"\\\" transparent;=\\\"\\\" --tw-ring-shadow:=\\\"\\\" --tw-shadow:=\\\"\\\" --tw-shadow-colored:=\\\"\\\" --tw-blur:=\\\"\\\" --tw-brightness:=\\\"\\\" --tw-contrast:=\\\"\\\" --tw-grayscale:=\\\"\\\" --tw-hue-rotate:=\\\"\\\" --tw-invert:=\\\"\\\" --tw-saturate:=\\\"\\\" --tw-sepia:=\\\"\\\" --tw-drop-shadow:=\\\"\\\" --tw-backdrop-blur:=\\\"\\\" --tw-backdrop-brightness:=\\\"\\\" --tw-backdrop-contrast:=\\\"\\\" --tw-backdrop-grayscale:=\\\"\\\" --tw-backdrop-hue-rotate:=\\\"\\\" --tw-backdrop-invert:=\\\"\\\" --tw-backdrop-opacity:=\\\"\\\" --tw-backdrop-saturate:=\\\"\\\" --tw-backdrop-sepia:=\\\"\\\" ;\\\"=\\\"\\\" style=\\\"margin-right: 0px; margin-bottom: 1.25em; margin-left: 0px; line-height: 1.75; font-size: 16px; font-family: &quot;Nunito Sans&quot;, sans-serif;\\\">participants should be able to:<\\/p><ol segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" font-size:=\\\"\\\" 16px;=\\\"\\\" white-space-collapse:=\\\"\\\" preserve;\\\"=\\\"\\\" style=\\\"margin-top: 1.25em; margin-bottom: 1.25em; margin-left: 0px; border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; list-style: none; counter-reset: list-number 0; display: flex; flex-direction: column;\\\"><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Conduct comprehensive fitness assessments using various measurement tools.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Analyze and interpret fitness assessment results.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\"><br><\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Understand the principles of exercise program design.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Design individualized exercise programs based on client goals and assessment outcomes.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\"><br><\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Consider special considerations and modifications for diverse populations.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Implement effective communication skills for discussing assessment results and program recommendations.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Continuously evaluate and adapt exercise programs based on client progress.<\\/li><\\/ol>\"}',1,NULL,0,1,0,NULL,1,1,1,NULL,NULL,23,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(91,51,0,NULL,NULL,2,19,'{\"en\":\"Basic Principles of Dietetics\"}','basic-principles-of-dietetics',NULL,'public/uploads/main/images/09-05-2025/681daee6b4121.png','public/uploads/main/images/09-05-2025/681daee6d1299.png',320,NULL,1,1,4,'https://youtu.be/Q3Ts0jS_efs?si=wOPo-u5PS0TM9zB3','Youtube',NULL,NULL,'{\"en\":\"<p><span style=\\\"color: rgb(15, 15, 15); font-family: &quot;Nunito Sans&quot;, sans-serif; font-size: 16px;\\\">The \\\"Basic Principles of Dietetics\\\" course is designed to provide students with a fundamental understanding of the principles and concepts that form the basis of dietetics, nutrition science, and the role of diet in human health. It lays the groundwork for more advanced studies in the field and equips students with essential knowledge applicable to various aspects of dietetics practice.<\\/span><\\/p>\"}',NULL,7,22.4,0.00,1,'2025-05-09 17:29:42','2025-12-16 23:55:58',0,'0','{\"en\":\"<p><span style=\\\"color: rgb(15, 15, 15); font-family: &quot;Nunito Sans&quot;, sans-serif; font-size: 16px;\\\">This course is suitable for students with a basic understanding of biology and human physiology.<\\/span><\\/p>\"}','{\"en\":\"<p segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" font-size:=\\\"\\\" 16px;=\\\"\\\" white-space-collapse:=\\\"\\\" preserve;\\\"=\\\"\\\" nunito=\\\"\\\" sans-serif;=\\\"\\\" border:=\\\"\\\" 0px=\\\"\\\" solid=\\\"\\\" rgb(217,=\\\"\\\" 217,=\\\"\\\" 227);=\\\"\\\" --tw-border-spacing-x:=\\\"\\\" 0;=\\\"\\\" --tw-border-spacing-y:=\\\"\\\" --tw-translate-x:=\\\"\\\" --tw-translate-y:=\\\"\\\" --tw-rotate:=\\\"\\\" --tw-skew-x:=\\\"\\\" --tw-skew-y:=\\\"\\\" --tw-scale-x:=\\\"\\\" 1;=\\\"\\\" --tw-scale-y:=\\\"\\\" --tw-pan-x:=\\\"\\\" ;=\\\"\\\" --tw-pan-y:=\\\"\\\" --tw-pinch-zoom:=\\\"\\\" --tw-scroll-snap-strictness:=\\\"\\\" proximity;=\\\"\\\" --tw-gradient-from-position:=\\\"\\\" --tw-gradient-via-position:=\\\"\\\" --tw-gradient-to-position:=\\\"\\\" --tw-ordinal:=\\\"\\\" --tw-slashed-zero:=\\\"\\\" --tw-numeric-figure:=\\\"\\\" --tw-numeric-spacing:=\\\"\\\" --tw-numeric-fraction:=\\\"\\\" --tw-ring-inset:=\\\"\\\" --tw-ring-offset-width:=\\\"\\\" 0px;=\\\"\\\" --tw-ring-offset-color:=\\\"\\\" #fff;=\\\"\\\" --tw-ring-color:=\\\"\\\" rgba(69,89,164,.5);=\\\"\\\" --tw-ring-offset-shadow:=\\\"\\\" 0=\\\"\\\" transparent;=\\\"\\\" --tw-ring-shadow:=\\\"\\\" --tw-shadow:=\\\"\\\" --tw-shadow-colored:=\\\"\\\" --tw-blur:=\\\"\\\" --tw-brightness:=\\\"\\\" --tw-contrast:=\\\"\\\" --tw-grayscale:=\\\"\\\" --tw-hue-rotate:=\\\"\\\" --tw-invert:=\\\"\\\" --tw-saturate:=\\\"\\\" --tw-sepia:=\\\"\\\" --tw-drop-shadow:=\\\"\\\" --tw-backdrop-blur:=\\\"\\\" --tw-backdrop-brightness:=\\\"\\\" --tw-backdrop-contrast:=\\\"\\\" --tw-backdrop-grayscale:=\\\"\\\" --tw-backdrop-hue-rotate:=\\\"\\\" --tw-backdrop-invert:=\\\"\\\" --tw-backdrop-opacity:=\\\"\\\" --tw-backdrop-saturate:=\\\"\\\" --tw-backdrop-sepia:=\\\"\\\" ;\\\"=\\\"\\\" style=\\\"margin-right: 0px; margin-bottom: 1.25em; margin-left: 0px; line-height: 1.75; font-size: 16px; font-family: &quot;Nunito Sans&quot;, sans-serif;\\\"><span style=\\\"font-size: 24px;\\\">By the end of this course<\\/span><br><\\/p><p segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" font-size:=\\\"\\\" 16px;=\\\"\\\" white-space-collapse:=\\\"\\\" preserve;\\\"=\\\"\\\" nunito=\\\"\\\" sans-serif;=\\\"\\\" border:=\\\"\\\" 0px=\\\"\\\" solid=\\\"\\\" rgb(217,=\\\"\\\" 217,=\\\"\\\" 227);=\\\"\\\" --tw-border-spacing-x:=\\\"\\\" 0;=\\\"\\\" --tw-border-spacing-y:=\\\"\\\" --tw-translate-x:=\\\"\\\" --tw-translate-y:=\\\"\\\" --tw-rotate:=\\\"\\\" --tw-skew-x:=\\\"\\\" --tw-skew-y:=\\\"\\\" --tw-scale-x:=\\\"\\\" 1;=\\\"\\\" --tw-scale-y:=\\\"\\\" --tw-pan-x:=\\\"\\\" ;=\\\"\\\" --tw-pan-y:=\\\"\\\" --tw-pinch-zoom:=\\\"\\\" --tw-scroll-snap-strictness:=\\\"\\\" proximity;=\\\"\\\" --tw-gradient-from-position:=\\\"\\\" --tw-gradient-via-position:=\\\"\\\" --tw-gradient-to-position:=\\\"\\\" --tw-ordinal:=\\\"\\\" --tw-slashed-zero:=\\\"\\\" --tw-numeric-figure:=\\\"\\\" --tw-numeric-spacing:=\\\"\\\" --tw-numeric-fraction:=\\\"\\\" --tw-ring-inset:=\\\"\\\" --tw-ring-offset-width:=\\\"\\\" 0px;=\\\"\\\" --tw-ring-offset-color:=\\\"\\\" #fff;=\\\"\\\" --tw-ring-color:=\\\"\\\" rgba(69,89,164,.5);=\\\"\\\" --tw-ring-offset-shadow:=\\\"\\\" 0=\\\"\\\" transparent;=\\\"\\\" --tw-ring-shadow:=\\\"\\\" --tw-shadow:=\\\"\\\" --tw-shadow-colored:=\\\"\\\" --tw-blur:=\\\"\\\" --tw-brightness:=\\\"\\\" --tw-contrast:=\\\"\\\" --tw-grayscale:=\\\"\\\" --tw-hue-rotate:=\\\"\\\" --tw-invert:=\\\"\\\" --tw-saturate:=\\\"\\\" --tw-sepia:=\\\"\\\" --tw-drop-shadow:=\\\"\\\" --tw-backdrop-blur:=\\\"\\\" --tw-backdrop-brightness:=\\\"\\\" --tw-backdrop-contrast:=\\\"\\\" --tw-backdrop-grayscale:=\\\"\\\" --tw-backdrop-hue-rotate:=\\\"\\\" --tw-backdrop-invert:=\\\"\\\" --tw-backdrop-opacity:=\\\"\\\" --tw-backdrop-saturate:=\\\"\\\" --tw-backdrop-sepia:=\\\"\\\" ;\\\"=\\\"\\\" style=\\\"margin-right: 0px; margin-bottom: 1.25em; margin-left: 0px; line-height: 1.75; font-size: 16px; font-family: &quot;Nunito Sans&quot;, sans-serif;\\\">Participants should be able to:<\\/p><ul segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" font-size:=\\\"\\\" 16px;=\\\"\\\" white-space-collapse:=\\\"\\\" preserve;\\\"=\\\"\\\" style=\\\"margin-top: 1.25em; margin-bottom: 1.25em; margin-left: 0px; border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; list-style: none; counter-reset: list-number 0; display: flex; flex-direction: column;\\\"><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Understand the basic principles of human nutrition.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Explore the various nutrients essential for human health and their functions.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\"><br><\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Analyze dietary patterns and their impact on health.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Recognize the role of diet in the prevention and management of common health conditions.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\"><br><\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Gain insights into cultural and social aspects influencing dietary choices.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Develop basic skills in assessing and planning balanced diets.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Comprehend the ethical considerations in dietetics practice.<\\/li><\\/ul>\"}',1,NULL,0,1,0,NULL,1,1,1,NULL,NULL,36,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(92,52,0,NULL,NULL,5,19,'{\"en\":\"Psychological Research Methods\"}','psychological-research-methods','60','public/uploads/main/images/09-05-2025/681dbcbc7c00d.jpeg','public/uploads/main/images/09-05-2025/681dbcbc85444.jpeg',200,NULL,1,1,4,'https://youtu.be/jkwuc-vIhnI?si=xooxHVXzV2kfaY0N','Youtube',NULL,NULL,'{\"en\":\"<p><span style=\\\"color: rgb(15, 15, 15); font-family: &quot;Nunito Sans&quot;, sans-serif; font-size: 16px;\\\">The \\\"Psychological Research Methods\\\" course is designed to provide students with a comprehensive understanding of the research methods and statistical techniques employed in psychological inquiry. This foundational course equips students with the knowledge and skills necessary to critically evaluate psychological research and prepares them for conducting their own research projects.<\\/span><\\/p>\"}',NULL,8,16,0.00,1,'2025-05-09 18:28:44','2025-12-16 23:55:33',0,'0','{\"en\":\"<ul segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" font-size:=\\\"\\\" 16px;=\\\"\\\" white-space-collapse:=\\\"\\\" preserve;\\\"=\\\"\\\" style=\\\"margin-bottom: 1.25em; margin-left: 0px; border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; list-style-position: initial; list-style-image: initial; display: flex; flex-direction: column;\\\"><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin: 0px; padding-left: 0.375em; display: block; min-height: 28px;\\\">Basic understanding of introductory psychology.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin: 0px; padding-left: 0.375em; display: block; min-height: 28px;\\\">Proficiency in basic mathematics.<\\/li><\\/ul>\"}','{\"en\":\"<p segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" white-space-collapse:=\\\"\\\" preserve;=\\\"\\\" border:=\\\"\\\" 0px=\\\"\\\" solid=\\\"\\\" rgb(217,=\\\"\\\" 217,=\\\"\\\" 227);=\\\"\\\" --tw-border-spacing-x:=\\\"\\\" 0;=\\\"\\\" --tw-border-spacing-y:=\\\"\\\" --tw-translate-x:=\\\"\\\" --tw-translate-y:=\\\"\\\" --tw-rotate:=\\\"\\\" --tw-skew-x:=\\\"\\\" --tw-skew-y:=\\\"\\\" --tw-scale-x:=\\\"\\\" 1;=\\\"\\\" --tw-scale-y:=\\\"\\\" --tw-pan-x:=\\\"\\\" ;=\\\"\\\" --tw-pan-y:=\\\"\\\" --tw-pinch-zoom:=\\\"\\\" --tw-scroll-snap-strictness:=\\\"\\\" proximity;=\\\"\\\" --tw-gradient-from-position:=\\\"\\\" --tw-gradient-via-position:=\\\"\\\" --tw-gradient-to-position:=\\\"\\\" --tw-ordinal:=\\\"\\\" --tw-slashed-zero:=\\\"\\\" --tw-numeric-figure:=\\\"\\\" --tw-numeric-spacing:=\\\"\\\" --tw-numeric-fraction:=\\\"\\\" --tw-ring-inset:=\\\"\\\" --tw-ring-offset-width:=\\\"\\\" 0px;=\\\"\\\" --tw-ring-offset-color:=\\\"\\\" #fff;=\\\"\\\" --tw-ring-color:=\\\"\\\" rgba(69,89,164,.5);=\\\"\\\" --tw-ring-offset-shadow:=\\\"\\\" 0=\\\"\\\" transparent;=\\\"\\\" --tw-ring-shadow:=\\\"\\\" --tw-shadow:=\\\"\\\" --tw-shadow-colored:=\\\"\\\" --tw-blur:=\\\"\\\" --tw-brightness:=\\\"\\\" --tw-contrast:=\\\"\\\" --tw-grayscale:=\\\"\\\" --tw-hue-rotate:=\\\"\\\" --tw-invert:=\\\"\\\" --tw-saturate:=\\\"\\\" --tw-sepia:=\\\"\\\" --tw-drop-shadow:=\\\"\\\" --tw-backdrop-blur:=\\\"\\\" --tw-backdrop-brightness:=\\\"\\\" --tw-backdrop-contrast:=\\\"\\\" --tw-backdrop-grayscale:=\\\"\\\" --tw-backdrop-hue-rotate:=\\\"\\\" --tw-backdrop-invert:=\\\"\\\" --tw-backdrop-opacity:=\\\"\\\" --tw-backdrop-saturate:=\\\"\\\" --tw-backdrop-sepia:=\\\"\\\" ;\\\"=\\\"\\\" nunito=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-right: 0px; margin-bottom: 1.25em; margin-left: 0px; line-height: 1.75; font-size: 16px; font-family: &quot;Nunito Sans&quot;, sans-serif;\\\"><span style=\\\"font-size: 24px;\\\">By the end of this course<\\/span><\\/p><p segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" white-space-collapse:=\\\"\\\" preserve;=\\\"\\\" border:=\\\"\\\" 0px=\\\"\\\" solid=\\\"\\\" rgb(217,=\\\"\\\" 217,=\\\"\\\" 227);=\\\"\\\" --tw-border-spacing-x:=\\\"\\\" 0;=\\\"\\\" --tw-border-spacing-y:=\\\"\\\" --tw-translate-x:=\\\"\\\" --tw-translate-y:=\\\"\\\" --tw-rotate:=\\\"\\\" --tw-skew-x:=\\\"\\\" --tw-skew-y:=\\\"\\\" --tw-scale-x:=\\\"\\\" 1;=\\\"\\\" --tw-scale-y:=\\\"\\\" --tw-pan-x:=\\\"\\\" ;=\\\"\\\" --tw-pan-y:=\\\"\\\" --tw-pinch-zoom:=\\\"\\\" --tw-scroll-snap-strictness:=\\\"\\\" proximity;=\\\"\\\" --tw-gradient-from-position:=\\\"\\\" --tw-gradient-via-position:=\\\"\\\" --tw-gradient-to-position:=\\\"\\\" --tw-ordinal:=\\\"\\\" --tw-slashed-zero:=\\\"\\\" --tw-numeric-figure:=\\\"\\\" --tw-numeric-spacing:=\\\"\\\" --tw-numeric-fraction:=\\\"\\\" --tw-ring-inset:=\\\"\\\" --tw-ring-offset-width:=\\\"\\\" 0px;=\\\"\\\" --tw-ring-offset-color:=\\\"\\\" #fff;=\\\"\\\" --tw-ring-color:=\\\"\\\" rgba(69,89,164,.5);=\\\"\\\" --tw-ring-offset-shadow:=\\\"\\\" 0=\\\"\\\" transparent;=\\\"\\\" --tw-ring-shadow:=\\\"\\\" --tw-shadow:=\\\"\\\" --tw-shadow-colored:=\\\"\\\" --tw-blur:=\\\"\\\" --tw-brightness:=\\\"\\\" --tw-contrast:=\\\"\\\" --tw-grayscale:=\\\"\\\" --tw-hue-rotate:=\\\"\\\" --tw-invert:=\\\"\\\" --tw-saturate:=\\\"\\\" --tw-sepia:=\\\"\\\" --tw-drop-shadow:=\\\"\\\" --tw-backdrop-blur:=\\\"\\\" --tw-backdrop-brightness:=\\\"\\\" --tw-backdrop-contrast:=\\\"\\\" --tw-backdrop-grayscale:=\\\"\\\" --tw-backdrop-hue-rotate:=\\\"\\\" --tw-backdrop-invert:=\\\"\\\" --tw-backdrop-opacity:=\\\"\\\" --tw-backdrop-saturate:=\\\"\\\" --tw-backdrop-sepia:=\\\"\\\" ;\\\"=\\\"\\\" nunito=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-right: 0px; margin-bottom: 1.25em; margin-left: 0px; line-height: 1.75; font-size: 16px; font-family: &quot;Nunito Sans&quot;, sans-serif;\\\">participants should be able to:<\\/p><ol segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" font-size:=\\\"\\\" 16px;\\\"=\\\"\\\" style=\\\"margin-top: 1.25em; margin-bottom: 1.25em; margin-left: 0px; white-space-collapse: preserve; border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; list-style: none; counter-reset: list-number 0; display: flex; flex-direction: column;\\\"><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Understand the principles and ethics of psychological research.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Evaluate and critique psychological research studies.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\"><br><\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Develop research questions and hypotheses.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Design and implement various research methodologies.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\"><br><\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Collect and analyze quantitative and qualitative data.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Apply statistical techniques to interpret research findings.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Communicate research findings effectively.<\\/li><\\/ol>\"}',1,NULL,0,1,0,NULL,1,1,1,NULL,NULL,37,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(93,53,NULL,NULL,NULL,6,19,'{\"en\":\"Foundations of Life Coaching\"}','foundations-of-life-coaching','60','public/uploads/main/images/09-05-2025/681dc2d021dcb.jpeg','public/uploads/main/images/09-05-2025/681dc2d038c44.jpeg',150,NULL,1,0,4,'https://youtu.be/nFx6yKZrzco?si=Dtpr2ZePoV-QE6-o','Youtube',NULL,NULL,'{\"en\":\"<p><span style=\\\"color: rgb(15, 15, 15); font-family: \\\"Nunito Sans\\\", sans-serif; font-size: 16px;\\\">The \\\"Foundations of Life Coaching\\\" course serves as an introduction to the principles, skills, and ethical considerations essential for aspiring life coaches. This foundational course provides a comprehensive overview of the coaching profession, emphasizing core coaching competencies, effective communication, and the development of a coaching mindset.<\\/span><\\/p>\"}',NULL,6,9,0.00,1,'2025-05-09 18:43:39','2025-10-15 19:38:15',0,'0','{\"en\":\"<p><span style=\\\"color: rgb(15, 15, 15); font-family: \\\"Nunito Sans\\\", sans-serif; font-size: 16px;\\\">This course is suitable for individuals with a genuine interest in helping others achieve their goals.<\\/span><\\/p>\"}','{\"en\":\"<p segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" font-size:=\\\"\\\" 16px;=\\\"\\\" white-space-collapse:=\\\"\\\" preserve;\\\"=\\\"\\\" nunito=\\\"\\\" sans-serif;=\\\"\\\" border:=\\\"\\\" 0px=\\\"\\\" solid=\\\"\\\" rgb(217,=\\\"\\\" 217,=\\\"\\\" 227);=\\\"\\\" --tw-border-spacing-x:=\\\"\\\" 0;=\\\"\\\" --tw-border-spacing-y:=\\\"\\\" --tw-translate-x:=\\\"\\\" --tw-translate-y:=\\\"\\\" --tw-rotate:=\\\"\\\" --tw-skew-x:=\\\"\\\" --tw-skew-y:=\\\"\\\" --tw-scale-x:=\\\"\\\" 1;=\\\"\\\" --tw-scale-y:=\\\"\\\" --tw-pan-x:=\\\"\\\" ;=\\\"\\\" --tw-pan-y:=\\\"\\\" --tw-pinch-zoom:=\\\"\\\" --tw-scroll-snap-strictness:=\\\"\\\" proximity;=\\\"\\\" --tw-gradient-from-position:=\\\"\\\" --tw-gradient-via-position:=\\\"\\\" --tw-gradient-to-position:=\\\"\\\" --tw-ordinal:=\\\"\\\" --tw-slashed-zero:=\\\"\\\" --tw-numeric-figure:=\\\"\\\" --tw-numeric-spacing:=\\\"\\\" --tw-numeric-fraction:=\\\"\\\" --tw-ring-inset:=\\\"\\\" --tw-ring-offset-width:=\\\"\\\" 0px;=\\\"\\\" --tw-ring-offset-color:=\\\"\\\" #fff;=\\\"\\\" --tw-ring-color:=\\\"\\\" rgba(69,89,164,.5);=\\\"\\\" --tw-ring-offset-shadow:=\\\"\\\" 0=\\\"\\\" transparent;=\\\"\\\" --tw-ring-shadow:=\\\"\\\" --tw-shadow:=\\\"\\\" --tw-shadow-colored:=\\\"\\\" --tw-blur:=\\\"\\\" --tw-brightness:=\\\"\\\" --tw-contrast:=\\\"\\\" --tw-grayscale:=\\\"\\\" --tw-hue-rotate:=\\\"\\\" --tw-invert:=\\\"\\\" --tw-saturate:=\\\"\\\" --tw-sepia:=\\\"\\\" --tw-drop-shadow:=\\\"\\\" --tw-backdrop-blur:=\\\"\\\" --tw-backdrop-brightness:=\\\"\\\" --tw-backdrop-contrast:=\\\"\\\" --tw-backdrop-grayscale:=\\\"\\\" --tw-backdrop-hue-rotate:=\\\"\\\" --tw-backdrop-invert:=\\\"\\\" --tw-backdrop-opacity:=\\\"\\\" --tw-backdrop-saturate:=\\\"\\\" --tw-backdrop-sepia:=\\\"\\\" ;\\\"=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-right: 0px; margin-bottom: 1.25em; margin-left: 0px; line-height: 1.75; font-size: 16px; font-family: \\\"Nunito Sans\\\", sans-serif;\\\"><span style=\\\"font-size: 24px;\\\">By the end of this course<\\/span><\\/p><p segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" font-size:=\\\"\\\" 16px;=\\\"\\\" white-space-collapse:=\\\"\\\" preserve;\\\"=\\\"\\\" nunito=\\\"\\\" sans-serif;=\\\"\\\" border:=\\\"\\\" 0px=\\\"\\\" solid=\\\"\\\" rgb(217,=\\\"\\\" 217,=\\\"\\\" 227);=\\\"\\\" --tw-border-spacing-x:=\\\"\\\" 0;=\\\"\\\" --tw-border-spacing-y:=\\\"\\\" --tw-translate-x:=\\\"\\\" --tw-translate-y:=\\\"\\\" --tw-rotate:=\\\"\\\" --tw-skew-x:=\\\"\\\" --tw-skew-y:=\\\"\\\" --tw-scale-x:=\\\"\\\" 1;=\\\"\\\" --tw-scale-y:=\\\"\\\" --tw-pan-x:=\\\"\\\" ;=\\\"\\\" --tw-pan-y:=\\\"\\\" --tw-pinch-zoom:=\\\"\\\" --tw-scroll-snap-strictness:=\\\"\\\" proximity;=\\\"\\\" --tw-gradient-from-position:=\\\"\\\" --tw-gradient-via-position:=\\\"\\\" --tw-gradient-to-position:=\\\"\\\" --tw-ordinal:=\\\"\\\" --tw-slashed-zero:=\\\"\\\" --tw-numeric-figure:=\\\"\\\" --tw-numeric-spacing:=\\\"\\\" --tw-numeric-fraction:=\\\"\\\" --tw-ring-inset:=\\\"\\\" --tw-ring-offset-width:=\\\"\\\" 0px;=\\\"\\\" --tw-ring-offset-color:=\\\"\\\" #fff;=\\\"\\\" --tw-ring-color:=\\\"\\\" rgba(69,89,164,.5);=\\\"\\\" --tw-ring-offset-shadow:=\\\"\\\" 0=\\\"\\\" transparent;=\\\"\\\" --tw-ring-shadow:=\\\"\\\" --tw-shadow:=\\\"\\\" --tw-shadow-colored:=\\\"\\\" --tw-blur:=\\\"\\\" --tw-brightness:=\\\"\\\" --tw-contrast:=\\\"\\\" --tw-grayscale:=\\\"\\\" --tw-hue-rotate:=\\\"\\\" --tw-invert:=\\\"\\\" --tw-saturate:=\\\"\\\" --tw-sepia:=\\\"\\\" --tw-drop-shadow:=\\\"\\\" --tw-backdrop-blur:=\\\"\\\" --tw-backdrop-brightness:=\\\"\\\" --tw-backdrop-contrast:=\\\"\\\" --tw-backdrop-grayscale:=\\\"\\\" --tw-backdrop-hue-rotate:=\\\"\\\" --tw-backdrop-invert:=\\\"\\\" --tw-backdrop-opacity:=\\\"\\\" --tw-backdrop-saturate:=\\\"\\\" --tw-backdrop-sepia:=\\\"\\\" ;\\\"=\\\"\\\" sans-serif;\\\"=\\\"\\\" style=\\\"margin-right: 0px; margin-bottom: 1.25em; margin-left: 0px; line-height: 1.75; font-size: 16px; font-family: \\\"Nunito Sans\\\", sans-serif;\\\">participants should be able to:<\\/p><ol segoe=\\\"\\\" ui\\\",=\\\"\\\" roboto,=\\\"\\\" ubuntu,=\\\"\\\" cantarell,=\\\"\\\" \\\"noto=\\\"\\\" sans\\\",=\\\"\\\" sans-serif,=\\\"\\\" \\\"helvetica=\\\"\\\" neue\\\",=\\\"\\\" arial,=\\\"\\\" \\\"apple=\\\"\\\" color=\\\"\\\" emoji\\\",=\\\"\\\" \\\"segoe=\\\"\\\" ui=\\\"\\\" symbol\\\",=\\\"\\\" emoji\\\";=\\\"\\\" font-size:=\\\"\\\" 16px;=\\\"\\\" white-space-collapse:=\\\"\\\" preserve;\\\"=\\\"\\\" style=\\\"margin-top: 1.25em; margin-bottom: 1.25em; margin-left: 0px; border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; list-style: none; counter-reset: list-number 0; display: flex; flex-direction: column;\\\"><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Understand the fundamental principles and philosophy of life coaching.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Develop active listening and communication skills crucial for coaching relationships.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\"><br><\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Explore core coaching competencies, including goal setting and action planning.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Gain insights into ethical considerations and professional standards in life coaching.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\"><br><\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Acquire foundational coaching techniques for building rapport and trust.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Practice basic coaching models for facilitating positive change.<\\/li><li style=\\\"border: 0px solid rgb(217, 217, 227); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(69,89,164,.5); --tw-ring-offset-shadow: 0 0 transparent; --tw-ring-shadow: 0 0 transparent; --tw-shadow: 0 0 transparent; --tw-shadow-colored: 0 0 transparent; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; margin-bottom: 0px; margin-top: 0px; padding-left: 0.375em; counter-increment: list-number 1; display: block; min-height: 28px;\\\">Identify and overcome common challenges in the coaching process.<\\/li><\\/ol>\"}',1,NULL,0,1,0,NULL,1,1,1,NULL,NULL,78,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(94,NULL,NULL,NULL,4,6,19,'{\"en\":\"101 Session\"}','101-session',NULL,'public/uploads/main/images/13-05-2025/68233c57b6b6e.jpeg','public/uploads/main/images/13-05-2025/68233c57bada0.jpeg',150,0,NULL,1,4,NULL,NULL,NULL,NULL,'{\"en\":\"Programming refers to a technological process for telling a computer which tasks to perform in order to solve problems. You can think of programming as a collaboration between humans and computers, in which humans create instructions for a computer to follow (code) in a language computers can understand.\"}',NULL,9,0,0.00,3,'2025-05-13 22:34:31','2025-12-16 23:56:52',0,'0',NULL,NULL,1,NULL,0,1,0,0,0,1,1,NULL,NULL,26,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(95,NULL,NULL,NULL,5,4,19,'{\"en\":\"Webinar\"}','webinar',NULL,'public/uploads/main/images/13-05-2025/6823406062b79.jpeg','public/uploads/main/images/13-05-2025/682340606bed0.jpeg',200,0,NULL,1,4,NULL,NULL,NULL,NULL,'{\"en\":\"What Is Programming? And How To Get Started ?\"}',NULL,7,0,0.00,3,'2025-05-13 22:51:44','2025-12-16 23:56:50',0,'0',NULL,NULL,1,NULL,0,1,0,0,0,1,1,NULL,NULL,16,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(96,NULL,NULL,NULL,6,6,19,'{\"en\":\"Entrepreneurship & Innovation - V3\"}','entrepreneurship-innovation-v3',NULL,'public/uploads/main/images/14-05-2025/68242fe5c0222.png','public/uploads/main/images/14-05-2025/68242fe5d4cd3.png',0,0,NULL,1,4,NULL,NULL,NULL,NULL,'{\"en\":\"This exercise helps students delve into the mind of an inventor, and understand how ideas can become entrepreneurial ventures.\"}',NULL,8,0,0.00,3,'2025-05-14 15:53:41','2025-12-16 23:56:10',0,'0',NULL,NULL,1,NULL,0,1,0,0,0,1,1,NULL,NULL,18,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(97,NULL,NULL,NULL,7,6,19,'{\"en\":\"Entrepreneurship & Innovation - V2\"}','entrepreneurship-innovation-v2',NULL,'public/uploads/main/images/14-05-2025/6824303db3cc9.jpeg','public/uploads/main/images/14-05-2025/6824303dbfb91.jpeg',0,0,NULL,1,4,NULL,NULL,NULL,NULL,'{\"en\":\"Entrepreneurship and innovation are two common concepts in the political discussion and are often mentioned as conditions for economic growth.\"}',NULL,7,0,0.00,3,'2025-05-14 15:55:09','2025-12-16 23:56:11',0,'0',NULL,NULL,1,NULL,0,1,0,0,0,1,1,NULL,NULL,26,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(98,NULL,NULL,NULL,8,6,19,'{\"en\":\"Entrepreneurship & Innovation - V1\"}','entrepreneurship-innovation-v1',NULL,'public/uploads/main/images/14-05-2025/682430bfd0dfb.jpeg','public/uploads/main/images/14-05-2025/682430bfe319b.jpeg',130,0,NULL,1,4,NULL,NULL,NULL,NULL,'{\"en\":\"Our 100% online entrepreneurship and innovation courses teach you to assess new business opportunities and transform ideas into successful ventures.\"}',NULL,9,0,0.00,3,'2025-05-14 15:57:19','2025-12-16 23:56:34',0,'0',NULL,NULL,1,NULL,0,1,0,0,0,1,1,NULL,NULL,28,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(99,NULL,NULL,NULL,9,5,19,'{\"en\":\"NLP Coaching\"}','nlp-coaching',NULL,'public/uploads/main/images/14-05-2025/6824325f45003.jpeg','public/uploads/main/images/14-05-2025/6824325f504ee.jpeg',100,0,NULL,1,4,NULL,NULL,NULL,NULL,'{\"en\":\"We offer NLP Practitioner program as 6-days classroom training for working professionals, coaches, and anyone who prefers to take their career and skills to the next level.\"}',NULL,0,0,0.00,3,'2025-05-14 16:01:44','2025-12-16 23:56:53',0,'0',NULL,NULL,1,NULL,0,1,0,0,0,1,1,NULL,NULL,9,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(100,NULL,NULL,NULL,10,4,1,'{\"en\":\"HR Training\"}','hr-training',NULL,'public/uploads/main/images/14-05-2025/6824351b798d7.jpeg','public/uploads/main/images/14-05-2025/6824351b7fe06.jpeg',100,0,NULL,1,4,NULL,NULL,NULL,NULL,'{\"en\":\"Explore HR courses that teach skills in talent management, employee relations, and recruitment strategies. Prepare for careers in human resources.\"}',NULL,5,0,0.00,3,'2025-05-14 16:15:55','2025-10-28 23:58:17',0,'0',NULL,NULL,1,NULL,0,1,0,0,0,1,1,NULL,NULL,15,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL),
(102,NULL,NULL,NULL,12,1,19,'{\"en\":\"Test\"}','test',NULL,NULL,NULL,200,0,NULL,0,4,NULL,NULL,NULL,NULL,'{\"en\":\"Test123\"}',NULL,0,0,0.00,3,'2025-10-28 23:58:52','2025-12-18 00:32:59',0,'0',NULL,NULL,1,NULL,0,1,0,0,0,1,1,NULL,NULL,3,0,NULL,0,NULL,0,0,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `courses` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `currencies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `currencies` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) DEFAULT NULL,
  `code` varchar(191) DEFAULT NULL,
  `symbol` varchar(191) DEFAULT NULL,
  `conversion_rate` double NOT NULL DEFAULT 1,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `currencies_name_code_symbol_index` (`name`,`code`,`symbol`)
) ENGINE=InnoDB AUTO_INCREMENT=122 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `currencies` WRITE;
/*!40000 ALTER TABLE `currencies` DISABLE KEYS */;
INSERT INTO `currencies` VALUES
(1,'Leke','ALL','Lek',1,1,NULL,NULL,1),
(2,'Dollars','USD','$',1,1,NULL,NULL,1),
(3,'Afghanis','AFN','؋',1000,1,NULL,'2025-10-16 17:57:24',1),
(4,'Pesos','ARS','$',1,1,NULL,NULL,1),
(5,'Guilders','AWG','ƒ',1,1,NULL,NULL,1),
(6,'Dollars','AUD','$',1,1,NULL,NULL,1),
(7,'New Manats','AZN','ман',1,1,NULL,NULL,1),
(8,'Dollars','BSD','$',1,1,NULL,NULL,1),
(9,'Dollars','BBD','$',1,1,NULL,NULL,1),
(10,'Rubles','BYR','p.',1,1,NULL,NULL,1),
(11,'Euro','EUR','€',1,1,NULL,NULL,1),
(12,'Dollars','BZD','BZ$',1,1,NULL,NULL,1),
(13,'Dollars','BMD','$',1,1,NULL,NULL,1),
(14,'Bolivianos','BOB','$b',1,1,NULL,NULL,1),
(15,'Convertible Marka','BAM','KM',1,1,NULL,NULL,1),
(16,'Pula','BWP','P',1,1,NULL,NULL,1),
(17,'Leva','BGN','лв',1,1,NULL,NULL,1),
(18,'Reais','BRL','R$',1,1,NULL,NULL,1),
(19,'Pounds','GBP','£',1,1,NULL,NULL,1),
(20,'Dollars','BND','$',1,1,NULL,NULL,1),
(21,'Riels','KHR','៛',1,1,NULL,NULL,1),
(22,'Dollars','CAD','$',1,1,NULL,NULL,1),
(23,'Dollars','KYD','$',1,1,NULL,NULL,1),
(24,'Pesos','CLP','$',1,1,NULL,NULL,1),
(25,'Yuan Renminbi','CNY','¥',1,1,NULL,NULL,1),
(26,'Pesos','COP','$',1,1,NULL,NULL,1),
(27,'Colón','CRC','₡',1,1,NULL,NULL,1),
(28,'Kuna','HRK','kn',1,1,NULL,NULL,1),
(29,'Pesos','CUP','₱',1,1,NULL,NULL,1),
(30,'Koruny','CZK','Kč',1,1,NULL,NULL,1),
(31,'Kroner','DKK','kr',1,1,NULL,NULL,1),
(32,'Pesos','DOP ','RD$',1,1,NULL,NULL,1),
(33,'Dollars','XCD','$',1,1,NULL,NULL,1),
(34,'Pounds','EGP','£',1,1,NULL,NULL,1),
(35,'Colones','SVC','$',1,1,NULL,NULL,1),
(36,'Pounds','FKP','£',1,1,NULL,NULL,1),
(37,'Dollars','FJD','$',1,1,NULL,NULL,1),
(38,'Cedis','GHC','¢',1,1,NULL,NULL,1),
(39,'Pounds','GIP','£',1,1,NULL,NULL,1),
(40,'Quetzales','GTQ','Q',1,1,NULL,NULL,1),
(41,'Pounds','GGP','£',1,1,NULL,NULL,1),
(42,'Dollars','GYD','$',1,1,NULL,NULL,1),
(43,'Lempiras','HNL','L',1,1,NULL,NULL,1),
(44,'Dollars','HKD','$',1,1,NULL,NULL,1),
(45,'Forint','HUF','Ft',1,1,NULL,NULL,1),
(46,'Kronur','ISK','kr',1,1,NULL,NULL,1),
(47,'Rupees','INR','₹',1,1,NULL,NULL,1),
(48,'Rupiahs','IDR','Rp',1,1,NULL,NULL,1),
(49,'Rials','IRR','﷼',1,1,NULL,NULL,1),
(50,'Pounds','IMP','£',1,1,NULL,NULL,1),
(51,'New Shekels','ILS','₪',1,1,NULL,NULL,1),
(52,'Dollars','JMD','J$',1,1,NULL,NULL,1),
(53,'Yen','JPY','¥',1,1,NULL,NULL,1),
(54,'Pounds','JEP','£',1,1,NULL,NULL,1),
(55,'Tenge','KZT','лв',1,1,NULL,NULL,1),
(56,'Won','KPW','₩',1,1,NULL,NULL,1),
(57,'Won','KRW','₩',1,1,NULL,NULL,1),
(58,'Soms','KGS','лв',1,1,NULL,NULL,1),
(59,'Kips','LAK','₭',1,1,NULL,NULL,1),
(60,'Lati','LVL','Ls',1,1,NULL,NULL,1),
(61,'Pounds','LBP','lbp',10000,1,NULL,'2025-10-16 17:58:30',1),
(62,'Dollars','LRD','$',1,1,NULL,NULL,1),
(63,'Switzerland Francs','CHF','CHF',1,1,NULL,NULL,1),
(64,'Litai','LTL','Lt',1,1,NULL,NULL,1),
(65,'Denars','MKD','ден',1,1,NULL,NULL,1),
(66,'Ringgits','MYR','RM',1,1,NULL,NULL,1),
(67,'Rupees','MUR','₨',1,1,NULL,NULL,1),
(68,'Pesos','MXN','$',1,1,NULL,NULL,1),
(69,'Tugriks','MNT','₮',1,1,NULL,NULL,1),
(70,'Meticais','MZN','MT',1,1,NULL,NULL,1),
(71,'Dollars','NAD','$',1,1,NULL,NULL,1),
(72,'Rupees','NPR','₨',1,1,NULL,NULL,1),
(73,'Guilders','ANG','ƒ',1,1,NULL,NULL,1),
(74,'Dollars','NZD','$',1,1,NULL,NULL,1),
(75,'Cordobas','NIO','C$',1,1,NULL,NULL,1),
(76,'Nairas','NGN','₦',1,1,NULL,NULL,1),
(77,'Krone','NOK','kr',1,1,NULL,NULL,1),
(78,'Rials','OMR','﷼',1,1,NULL,NULL,1),
(79,'Rupees','PKR','₨',1,1,NULL,NULL,1),
(80,'Balboa','PAB','B/.',1,1,NULL,NULL,1),
(81,'Guarani','PYG','Gs',1,1,NULL,NULL,1),
(82,'Nuevos Soles','PEN','S/.',1,1,NULL,NULL,1),
(83,'Pesos','PHP','Php',1,1,NULL,NULL,1),
(84,'Zlotych','PLN','zł',1,1,NULL,NULL,1),
(85,'Rials','QAR','﷼',1,1,NULL,NULL,1),
(86,'New Lei','RON','lei',1,1,NULL,NULL,1),
(87,'Rubles','RUB','руб',1,1,NULL,NULL,1),
(88,'Pounds','SHP','£',1,1,NULL,NULL,1),
(89,'Riyals','SAR','﷼',1,1,NULL,NULL,1),
(90,'Dinars','RSD','Дин.',1,1,NULL,NULL,1),
(91,'Rupees','SCR','₨',1,1,NULL,NULL,1),
(92,'Dollars','SGD','$',1,1,NULL,NULL,1),
(93,'Dollars','SBD','$',1,1,NULL,NULL,1),
(94,'Shillings','SOS','S',1,1,NULL,NULL,1),
(95,'Rand','ZAR','R',1,1,NULL,NULL,1),
(96,'Rupees','LKR','₨',1,1,NULL,NULL,1),
(97,'Kronor','SEK','kr',1,1,NULL,NULL,1),
(98,'Dollars','SRD','$',1,1,NULL,NULL,1),
(99,'Pounds','SYP','£',1,1,NULL,NULL,1),
(100,'New Dollars','TWD','NT$',1,1,NULL,NULL,1),
(101,'Baht','THB','฿',1,1,NULL,NULL,1),
(102,'Dollars','TTD','TT$',1,1,NULL,NULL,1),
(103,'Lira','TRY','TL',1,1,NULL,NULL,1),
(104,'Liras','TRL','£',1,1,NULL,NULL,1),
(105,'Dollars','TVD','$',1,1,NULL,NULL,1),
(106,'Hryvnia','UAH','₴',1,1,NULL,NULL,1),
(107,'Pesos','UYU','$U',1,1,NULL,NULL,1),
(108,'Sums','UZS','лв',1,1,NULL,NULL,1),
(109,'Bolivares Fuertes','VEF','Bs',1,1,NULL,NULL,1),
(110,'Dong','VND','₫',1,1,NULL,NULL,1),
(111,'Rials','YER','﷼',1,1,NULL,NULL,1),
(112,'Taka','BDT','৳',1,1,NULL,NULL,1),
(113,'Zimbabwe Dollars','ZWD','Z$',1,1,NULL,NULL,1),
(114,'Kenya','KES','KSh',1,1,NULL,NULL,1),
(115,'Nigeria','naira','₦',1,1,NULL,NULL,1),
(116,'Ghana','GHS','GH₵',1,1,NULL,NULL,1),
(117,'Ethiopian','ETB','Br',1,1,NULL,NULL,1),
(118,'Tanzania','TZS','TSh',1,1,NULL,NULL,1),
(119,'Uganda','UGX','USh',1,1,NULL,NULL,1),
(120,'Rwandan','FRW','FRw',1,1,NULL,NULL,1),
(121,'Kuwaiti Dinar','KWD','د.ك',0.31,1,'2024-11-27 16:41:38','2024-11-27 16:41:38',1);
/*!40000 ALTER TABLE `currencies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `data_table_management`
--

DROP TABLE IF EXISTS `data_table_management`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `data_table_management` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `table_name` varchar(191) DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `column_label` varchar(191) DEFAULT NULL,
  `column_name` varchar(191) DEFAULT NULL,
  `is_visible` tinyint(1) DEFAULT 1,
  `is_default` tinyint(1) DEFAULT 0,
  `order` int(11) DEFAULT NULL,
  `original_order` int(11) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `data_table_management`
--

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

--
-- Table structure for table `date_formats`
--

DROP TABLE IF EXISTS `date_formats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `date_formats` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `format` varchar(191) DEFAULT NULL,
  `normal_view` varchar(191) DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `created_by` int(10) unsigned DEFAULT 1,
  `updated_by` int(10) unsigned DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `date_formats_format_index` (`format`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `date_formats`
--

LOCK TABLES `date_formats` WRITE;
/*!40000 ALTER TABLE `date_formats` DISABLE KEYS */;
INSERT INTO `date_formats` VALUES
(1,'jS M, Y','17th May, 2019',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(2,'Y-m-d','2019-05-17',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(3,'Y-d-m','2019-17-05',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(4,'d-m-Y','17-05-2019',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(5,'m-d-Y','05-17-2019',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(6,'Y/m/d','2019/05/17',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(7,'Y/d/m','2019/17/05',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(8,'d/m/Y','17/05/2019',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(9,'m/d/Y','05/17/2019',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(10,'l jS \\of F Y','Monday 17th of May 2019',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(11,'jS \\of F Y','17th of May 2019',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(12,'g:ia \\o\\n l jS F Y','12:00am on Monday 17th May 2019',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(13,'F j, Y, g:i a','May 7, 2019, 6:20 pm',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(14,'F j, Y','May 17, 2019',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1),
(15,'\\i\\t \\i\\s \\t\\h\\e jS \\d\\a\\y','it is the 17th day',1,1,1,'2024-11-27 04:41:04','2024-11-27 16:41:04',1);
/*!40000 ALTER TABLE `date_formats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `delete_account_requests`
--

DROP TABLE IF EXISTS `delete_account_requests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `delete_account_requests` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `delete_account_requests`
--

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

--
-- Table structure for table `deposit_records`
--

DROP TABLE IF EXISTS `deposit_records`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `deposit_records` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) DEFAULT NULL,
  `method` varchar(191) DEFAULT NULL,
  `amount` double DEFAULT NULL,
  `response` longtext DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `deposit_records`
--

LOCK TABLES `deposit_records` WRITE;
/*!40000 ALTER TABLE `deposit_records` DISABLE KEYS */;
INSERT INTO `deposit_records` VALUES
(1,109,'Offline Payment',100,NULL,1,'2024-11-29 12:21:11','2024-11-29 12:21:11',1),
(2,152,'Offline Payment',30,NULL,1,'2025-02-04 20:38:39','2025-02-04 20:38:39',1),
(3,5,'Offline Payment',500,NULL,1,'2025-05-19 22:46:54','2025-05-19 22:46:54',1),
(4,4,'Offline Payment',300,NULL,1,'2025-05-19 22:47:29','2025-05-19 22:47:29',1),
(5,2,'Offline Payment',800,NULL,1,'2025-05-19 22:47:45','2025-05-19 22:47:45',1),
(6,6,'Offline Payment',2150,NULL,1,'2025-05-19 22:48:09','2025-05-19 22:48:09',1),
(7,212,'Offline Payment',470,NULL,1,'2025-05-19 22:48:31','2025-05-19 22:48:31',1),
(8,237,'Offline Payment',1800,NULL,1,'2025-05-19 22:51:07','2025-05-19 22:51:07',1),
(9,238,'Offline Payment',900,NULL,1,'2025-05-19 22:51:23','2025-05-19 22:51:23',1),
(10,233,'Offline Payment',700,NULL,1,'2025-05-19 22:52:21','2025-05-19 22:52:21',1),
(11,5,'Offline Payment',200,NULL,1,'2025-06-12 20:15:18','2025-06-12 20:15:18',1);
/*!40000 ALTER TABLE `deposit_records` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `email_settings`
--

DROP TABLE IF EXISTS `email_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `email_settings` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `email_engine_type` varchar(191) DEFAULT NULL,
  `from_name` varchar(191) DEFAULT NULL,
  `from_email` varchar(191) DEFAULT NULL,
  `mail_driver` varchar(191) DEFAULT NULL,
  `mail_host` varchar(191) DEFAULT NULL,
  `mail_port` varchar(191) DEFAULT NULL,
  `mail_username` varchar(191) DEFAULT NULL,
  `mail_password` varchar(191) DEFAULT NULL,
  `mail_encryption` varchar(191) DEFAULT NULL,
  `active_status` tinyint(4) NOT NULL DEFAULT 1,
  `api_key` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `email_settings`
--

LOCK TABLES `email_settings` WRITE;
/*!40000 ALTER TABLE `email_settings` DISABLE KEYS */;
INSERT INTO `email_settings` VALUES
(1,'php','System Admin','admin@lms.com','php',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-11-29 12:13:53',1),
(2,'smtp','System Admin','itanim257@gmail.com','smtp','smtp.gmail.com','465','itanim257@gmail.com','wsav guqp mioh ziej','ssl',1,NULL,NULL,'2025-10-15 16:42:22',1),
(3,'sendgrid','Admin','info@pangea-technology.com',NULL,NULL,NULL,NULL,NULL,NULL,0,'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',NULL,NULL,1);
/*!40000 ALTER TABLE `email_settings` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `email_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `email_templates` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `act` varchar(191) NOT NULL,
  `name` varchar(191) NOT NULL,
  `subj` varchar(191) NOT NULL,
  `email_body` text NOT NULL,
  `shortcodes` text NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `browser_message` text DEFAULT NULL,
  `is_system` int(11) NOT NULL DEFAULT 0,
  `ecommerce` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `email_templates` WRITE;
/*!40000 ALTER TABLE `email_templates` DISABLE KEYS */;
INSERT INTO `email_templates` VALUES
(1,'OffLine_Payment','OffLine Payment','Offline Payment Request Approved','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nOffline Payment\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">{{amount}} {{currency}} added to your balance by offline payment method at {{time}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"amount\":\"Request Amount\",\"time\":\"Balance Added Time\",\"footer\":\"Email footer\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,1),
(2,'Bank_Payment','Bank Payment','Bank Payment Request Approved','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nBank Payment\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">{{amount}} {{currency}} added to your balance by bank payment method at {{time}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"amount\":\"Request Amount\",\"time\":\"Balance Added Time\", \"footer\":\"Email footer\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,1),
(3,'Course_Enroll_Payment','Course Enroll Payment ','Course Enroll Successfully','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nCourse Enroll Successfully\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">You have enroll  {{course}}  . Your enrolled have been successfully .  Course Price :  {{price}} {{currency}}. You are already paid {{price}}  {{currency}} via {{gateway}} on {{time}} . Your course instructor {{instructor}}. </p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Enroll  Time\",\"course\":\"Course Title\",\"price\":\"Course Purchase Price\",\"instructor\":\"Course Instructor Name\",\"gateway\":\"Payment Method\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,1),
(4,'Course_Publish_Successfully','Course Publish Successfully','Course Publish Successfully ','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nCourse Publish Successfully\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">{{course}} publish successfully at {{time}}.</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Publish Time\",\"course\":\"Course\" }',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,0),
(5,'Course_Chapter_Added','Course Chapter Added','New Course Chapter Added ','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nCourse Chapter Added\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">{{chapter}} new chapter added under this {{course}}  publish successfully at {{time}}.</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Publish Time\",\"course\":\"Course\",\"chapter\":\"Chapter Name\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,0),
(6,'Course_Lesson_Added','Course Lesson Added','New Lesson Added ','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nCourse Lesson Added\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\"> {{lesson}} lesson added under {{chapter}}\n            chapter of  {{course}} at  {{time}}.</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Publish Time\",\"course\":\"Course\",\"chapter\":\"Chapter Name\",\"lesson\":\"Lesson Name\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,0),
(7,'Course_Quiz_Added','Course Quiz Added','New Quiz Added ','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nCourse Quiz Added\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\"> {{quiz}} Quiz added under {{chapter}}\n            chapter of  {{course}} at  {{time}}.</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Publish Time\",\"course\":\"Course\",\"chapter\":\"Chapter Name\",\"quiz\":\"Quiz Name\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,0),
(8,'Course_ExerciseFile_Added','Course ExerciseFile Added','Course ExerciseFile Added','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nCourse ExerciseFile Added\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">New exercise file {{filename}} added under  {{course}}  at  {{time}}. {{footer}} </p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Publish Time\",\"course\":\"Course\",\"filename\":\"File Name\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,0),
(9,'Course_Unpublished','Course Unpublished','Course Unpublished','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nCourse Unpublished\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">{{course}} Unpublished at {{time}}.</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Unpublished Time\",\"course\":\"Course\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,0),
(10,'Enroll_notify_Instructor','New Enroll Notification','New Enroll Notification','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nNew Enroll Notification\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">{{course}} have new enrolled at  {{time}}  Purchase price {{price}} {{currency}} & Your Revenue is {{rev}} {{currency}}.</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Enroll Time\",\"course\":\"Course Title\",\"price\":\"Purchase Price\",\"rev\":\"Instructor Revenue\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,0),
(11,'Course_comment','New comment on course','Your Course Have New Comment','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nNew comment on course\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">{{course}} have new comment at {{time}}. Comment is: {{comment}}.</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Submit Time\",\"course\":\"Course Title\",\"comment\":\"Course Comment\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,0),
(12,'Course_comment_Reply','New Reply on Comment','New Reply on Comment','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nNew Reply on Comment\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">{{course}} have new reply at {{time}}. Comment is: {{comment}}.  Reply is: {{reply}}. </p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Submit Time\",\"course\":\"Course Title\",\"comment\":\"Course Comment\",\"reply\":\"Comment Reply\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,0),
(13,'Course_Review','New Review on course','New Review on course','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nNew Review on course\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">{{course}} have new review at {{time}} & review is {{review}} & {{star}}. </p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Submit Time\",\"course\":\"Course Title\",\"review\":\"Review\",\"star\":\"Review Star\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,0),
(14,'PASS_UPDATE','Password update','Password update Successfully ','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nPassword update Successfully\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">Your password has been changed successfully done at {{time}}.</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Time\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:15',1,NULL,1,0),
(15,'Email_Verification','Email Verification Link','Email Verification Link','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nVerify Email Address\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">Please click the button below to verify your email address. <a href=\"{{link}}\">{{link}}</a>. <br> <br>\n             If you did not create an account, no further action is required.\n             <br>\n             <br>\n             <br>\n             <br>\nRegards,\n             From {{app_name}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"code\":\"Verification code\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:15',1,NULL,1,0),
(16,'Enroll_Rejected','Course Enroll Rejected By Admin','Course Enroll Rejected By Admin','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nCourse Enroll Rejected By Admin\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">You have enrolled {{course}} on this course . Admin rejected your enrollment because of {{reason}}  at {{time}}.</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"course\":\"Course Name\",\"time\":\"Reject Time\",\"reason\":\"Reason Of Enroll Rejection\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,0),
(17,'Enroll_Enabled','Course Enroll Enabled By Admin','Course Enroll Enabled By Admin','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nCourse Enroll Enabled By Admin\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">You have enrolled {{course}} on this course . Admin rejected your enrollment because of {{reason}}  at {{time}}.</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"course\":\"Course Name\",\"time\":\"Enable Time\"}',1,'2024-11-27 16:41:03','2024-11-27 16:41:08',1,NULL,0,0),
(18,'Reset_Password','Reset Password Notification','Reset Password Notification','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nReset Password Notification\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">You are receiving this email because we received a password reset request for your account. <a href=\"{{reset_link}}\">{{reset_link}}</a>. <br> <br>\n             If you did not request a password reset, no further action is required..\n             <br>\n             <br>\n             <br>\n             <br>\nRegards,\n             From {{app_name}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"reset_link\":\"Reset Link\",\"app_name\":\"App Name\"}',1,'2024-11-27 16:41:08','2024-11-27 16:41:15',1,NULL,1,0),
(19,'CONTACT_MESSAGE','Contact Message','Contact Message','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nContact Message\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">Subject: {{subject}} <br/>Name: {{name}} <br/>Email: {{email}},<br/>Message: {{message}}. {{footer}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"name\":\"Name\",\"email\":\"Email Address\",\"subject\":\"Subject\",\"message\":\"Message\"}',1,'2024-11-27 16:41:13','2024-11-27 16:41:13',1,NULL,0,0),
(20,'QUIZ_RESULT_TEMPLATE','Quiz Result','Quiz Result','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nQuiz Result\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">{{quiz}} result published. You {{status}} the exam. Your obtain Marks is {{mark}}/{{total}}. {{footer}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"quiz\":\"Quiz Name\",\"mark\":\"Mark\",\"total\":\"Total Mark\",\"status\":\"Status\"}',1,'2024-11-27 16:41:14','2024-11-27 16:41:14',1,NULL,0,0),
(21,'Offline_Enrolled','Login Credentials','Login Credentials','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nLogin Credentials\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\"> Please login to https://lms.demosoftware.me with email {{email}} and password {{password}} <br/>{{footer}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"email\":\"Email Address\",\"password\":\"Password\"}',1,'2024-11-27 16:41:14','2024-11-27 16:41:19',1,NULL,1,0),
(22,'Course_Assignment_Added','Course Assignment Added','Course Assignment Added','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nCourse Assignment Added\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\"> {{assignment}} Assignment added under {{chapter}} chapter of  {{course}} at  {{time}}. {{footer}}  </p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Publish Time\",\"course\":\"Course\",\"chapter\":\"Chapter Name\",\"assignment\":\"Assignment Title\"}',1,'2024-11-27 16:41:14','2024-11-27 16:41:14',1,NULL,0,0),
(23,'Student_Submit_Assignment','Student Assignment Submitted','Student Assignment Submitted','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nStudent Assignment Submitted\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\"> {{student}} Submitted assignment  {{assignment}} at  {{time}}. {{footer}}  </p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Submit Time\",\"student\":\"Student Name\",\"assignment\":\"Assignment Title\"}',1,'2024-11-27 16:41:14','2024-11-27 16:41:14',1,NULL,0,0),
(24,'Teacher_Marked_Assignment','Teacher Marked on Assignment','Teacher Marked on Assignment','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nTeacher Marked on Assignment\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\"> You have obtain {{marks}} Marks on {{assignment}} assignment. Result is  {{status}}. Marked time {{time}}. {{footer}}  </p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"time\":\"Marking Time\",\"marks\":\"Marks\",\"status\":\"Pass or Fail\",\"assignment\":\"Assignment Title\"}',1,'2024-11-27 16:41:14','2024-11-27 16:41:14',1,NULL,0,0),
(25,'Complete_Course','Course Complete Notification','Course Complete Notification','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nCourse Complete Notification\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">Subject: {{subject}} <br/>{{course}} has complete successfully at  {{time}}. Purchase price {{price}}<br/>{{footer}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"course\":\"Course Title\",\"time\":\"Complete Time\"}',1,'2024-11-27 16:41:15','2024-11-27 16:41:15',1,NULL,0,0),
(26,'New_Student_Reg','New Registration Notification','New Registration Notification','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nNew Registration Notification\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">{{name}} has registration successfully  at  {{time}}.<br/>{{footer}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"name\":\"Student Name\",\"time\":\"Registration Time\"}',1,'2024-11-27 16:41:15','2024-11-27 16:41:15',1,NULL,0,0),
(27,'Deduct_Payment','Deduct Amount From Fund','Deduct Amount From Fund','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nDeduct Amount From Fund\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">Subject: {{subject}} <br/>{{amount}} has deduct successfully from your fund at {{time}} By Admin.<br/>{{footer}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"amount\":\"Amount\",\"time\":\"Deduct Time\"}',1,'2024-11-27 16:41:21','2024-11-27 16:41:21',1,NULL,0,1),
(28,'Enroll_Refund','Course Enroll Refund By Admin','Course Enroll Refund By Admin','You have enrolled {{course}} on this course . Admin refund your enrollment   at {{time}}. {{footer}} ','{\"course\":\"Course Name\",\"time\":\"Refund Time\"}',1,'2024-11-27 16:41:21','2024-11-27 16:41:21',1,NULL,0,1),
(29,'ResetOTP','Send Reset OTP Notification','Send Reset OTP Notification','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nSend Reset OTP Notification\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">Hello {{name}}, Your otp Code is {{otp}} <br/>{{footer}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"otp\":\"OTP Code\",\"email\":\"Email Address\",\"name\":\"Name\"}',1,'2024-11-27 16:41:27','2024-11-27 16:41:27',1,NULL,0,0),
(30,'BLOG_PUBLISH','New Blog publish','New Blog publish','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nNew Blog publish\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">Hello,: {{name}} <br/>You have a news: {{title}} <br/>Click Here to see detail: {{link}},{{footer}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"name\":\"Student/Instructor/Specific User Name\",\"title\":\"Title\",\"link\":\"Link\"}',1,'2024-11-27 16:41:33','2024-11-27 16:41:33',1,NULL,0,0),
(31,'NewCourseCreated','New Course Created','New Course Created','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nNew Course Created\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">Hello {{admin}}, A New Course ({{course}}) Created By {{instructor}}.  <br/>{{footer}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"admin\":\"Admin Name\",\"course\":\"Course Name\",\"instructor\":\"Instructor Name\"}',1,'2024-11-27 16:41:34','2024-11-27 16:41:34',1,NULL,0,0),
(32,'PayoutRequest','Payout Request','Payout Request','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nPayout Request\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">Hello {{admin}}, {{amount}} payout requested by {{instructor}} <br/>{{footer}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"admin\":\"Admin Name\",\"amount\":\"Payout Requested amount\",\"instructor\":\"Instructor Name\"}',1,'2024-11-27 16:41:34','2024-11-27 16:41:34',1,NULL,0,0),
(33,'POSTED_NOTIFICATION','subject','subject','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nsubject\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">body{{footer}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"name\":\"Student/Instructor/Specific User Name\"}',1,'2024-11-27 16:41:34','2024-11-27 16:41:34',1,NULL,0,0),
(34,'REFUND_REJECT','Refund Request Rejected','Refund Request Rejected','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nRefund Request Rejected\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">Hello,: {{name}} <br/>Admin rejected your refund request {{course}}  because of {{reason}}  at {{date}} .{{footer}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"name\":\"Student Name\",\"course\":\"Course\",\"date\":\" Date\" ,\"reason\":\"Reason\"}',1,'2024-11-27 16:41:36','2024-11-27 16:41:36',1,NULL,0,0),
(35,'CourseExpireSoon','Course Expire Soon','Course Expire Soon','\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\">\n<style>\n\n     .social_links {\n        background: #F4F4F8;\n        padding: 15px;\n        margin: 30px 0 30px 0;\n    }\n\n    .social_links a {\n        display: inline-block;\n        font-size: 15px;\n        color: #252B33;\n        padding: 5px;\n    }\n\n\n</style>\n\n<div class=\"\">\n<div style=\"color: rgb(255, 255, 255); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; text-align: center; background-color: rgb(65, 80, 148); padding: 30px; border-top-left-radius: 3px; border-top-right-radius: 3px; margin: 0px;\"><h1 style=\"margin: 20px 0px 10px; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; font-size: 36px;\">\nCourse Expire Soon\n\n</h1></div><div style=\"color: rgb(0, 0, 0); font-family: &quot;Open Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; padding: 20px;\">\n<p style=\"color: rgb(85, 85, 85);\"><br></p>\n<p style=\"color: rgb(85, 85, 85);\">Hello {{name}}, {{course}}  will be expire at {{date}} .<br/>Course Link: {{link}}</p></div>\n</div>\n\n<div class=\"email_invite_wrapper\" style=\"text-align: center\">\n\n\n    <div class=\"social_links\">\n        <a href=\"https://twitter.com/codetheme\"> <i class=\"fab fa-facebook-f\"></i> </a>\n        <a href=\"https://codecanyon.net/user/codethemes/portfolio\"><i class=\"fas fa-code\"></i> </a>\n        <a href=\"https://twitter.com/codetheme\" target=\"_blank\"> <i class=\"fab fa-twitter\"></i> </a>\n        <a href=\"https://dribbble.com/codethemes\"> <i class=\"fab fa-dribbble\"></i></a>\n    </div>\n</div>\n\n','{\"name\":\"Student Name\",\"course\":\"Course Name\",\"date\":\"Expire Date\",\"link\":\"Course Link\"}',1,'2024-11-27 16:41:38','2024-11-27 16:41:38',1,NULL,0,0);
/*!40000 ALTER TABLE `email_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `error_logs`
--

DROP TABLE IF EXISTS `error_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `error_logs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `subject` longtext DEFAULT NULL,
  `type` tinyint(4) NOT NULL DEFAULT 1,
  `url` longtext DEFAULT NULL,
  `ip` longtext DEFAULT NULL,
  `agent` longtext DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=113 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `error_logs`
--

LOCK TABLES `error_logs` WRITE;
/*!40000 ALTER TABLE `error_logs` DISABLE KEYS */;
INSERT INTO `error_logs` VALUES
(1,'Failed to authenticate on SMTP server with username \"tecomsasal@gmail.com\" using the following authenticators: \"LOGIN\", \"PLAIN\", \"XOAUTH2\". Authenticator \"LOGIN\" returned \"Expected response code \"235\" but got code \"535\", with message \"535-5.7.8 Username and Password not accepted. For more information, go to\r\n535 5.7.8  https://support.google.com/mail/?p=BadCredentials ffacd0b85a97d-385ccd803c3sm4147533f8f.106 - gsmtp\".\". Authenticator \"PLAIN\" returned \"Expected response code \"235\" but got code \"535\", with message \"535-5.7.8 Username and Password not accepted. For more information, go to\r\n535 5.7.8  https://support.google.com/mail/?p=BadCredentials ffacd0b85a97d-385ccd803c3sm4147533f8f.106 - gsmtp\".\". Authenticator \"XOAUTH2\" returned \"Expected response code \"235\" but got code \"334\", with message \"334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ==\".\".',1,'https://lms.demosoftware.me/admin/systemsetting/sendTestMail','82.146.184.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,'2024-11-29 12:12:01','2024-11-29 12:12:01',1),
(2,'Failed to authenticate on SMTP server with username \"tecomsasal@gmail.com\" using the following authenticators: \"LOGIN\", \"PLAIN\", \"XOAUTH2\". Authenticator \"LOGIN\" returned \"Expected response code \"235\" but got code \"535\", with message \"535-5.7.8 Username and Password not accepted. For more information, go to\r\n535 5.7.8  https://support.google.com/mail/?p=BadCredentials ffacd0b85a97d-385df74157asm1090734f8f.0 - gsmtp\".\". Authenticator \"PLAIN\" returned \"Expected response code \"235\" but got code \"535\", with message \"535-5.7.8 Username and Password not accepted. For more information, go to\r\n535 5.7.8  https://support.google.com/mail/?p=BadCredentials ffacd0b85a97d-385df74157asm1090734f8f.0 - gsmtp\".\". Authenticator \"XOAUTH2\" returned \"Expected response code \"235\" but got code \"334\", with message \"334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ==\".\".',1,'https://lms.demosoftware.me/admin/systemsetting/sendTestMail','82.146.184.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,'2024-11-29 12:14:04','2024-11-29 12:14:04',1),
(3,'Illegal operator and value combination.',1,'https://lms.demosoftware.me/fullscreen-view/4/22','91.232.100.32','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',111,'2024-12-06 14:14:17','2024-12-06 14:14:17',1),
(4,'Illegal operator and value combination.',1,'https://lms.demosoftware.me/continue-course/creating-3d-environments-in-blender','91.232.100.32','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',111,'2024-12-06 14:14:29','2024-12-06 14:14:29',1),
(5,'Illegal operator and value combination.',1,'https://lms.demosoftware.me/continue-course/creating-3d-environments-in-blender','91.232.100.32','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',111,'2024-12-06 14:15:23','2024-12-06 14:15:23',1),
(6,'Illegal operator and value combination.',1,'https://lms.demosoftware.me/continue-course/creating-3d-environments-in-blender','91.232.100.32','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',111,'2024-12-06 14:15:36','2024-12-06 14:15:36',1),
(7,'Illegal operator and value combination.',1,'https://lms.demosoftware.me/continue-course/creating-3d-environments-in-blender','91.232.100.32','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',111,'2024-12-06 14:15:53','2024-12-06 14:15:53',1),
(8,'Illegal operator and value combination.',1,'https://lms.demosoftware.me/continue-course/creating-3d-environments-in-blender','91.232.100.32','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',111,'2024-12-06 14:16:54','2024-12-06 14:16:54',1),
(9,'Illegal operator and value combination.',1,'https://lms.demosoftware.me/continue-course/complete-blender-creator-3d-modelling-for-beginners','91.232.100.32','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',111,'2024-12-06 14:16:58','2024-12-06 14:16:58',1),
(10,'Illegal operator and value combination.',1,'https://lms.demosoftware.me/continue-course/creating-3d-environments-in-blender','82.146.184.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',111,'2024-12-06 14:17:45','2024-12-06 14:17:45',1),
(11,'Illegal operator and value combination.',1,'https://lms.demosoftware.me/continue-course/complete-blender-creator-3d-modelling-for-beginners','82.146.184.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',111,'2024-12-06 14:17:51','2024-12-06 14:17:51',1),
(12,'Illegal operator and value combination.',1,'https://lms.demosoftware.me/continue-course/managerial-accounting-advance-course','82.146.184.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',111,'2024-12-06 14:17:56','2024-12-06 14:17:56',1),
(13,'Undefined variable $zoomToken',1,'https://lms.demosoftware.me/virtualclass/virtual-class/3','82.146.184.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,'2024-12-17 12:05:38','2024-12-17 12:05:38',1),
(14,'Undefined variable $zoomToken',1,'https://lms.demosoftware.me/virtualclass/virtual-class/3','82.146.184.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,'2024-12-17 12:05:58','2024-12-17 12:05:58',1),
(15,'Undefined variable $zoomToken',1,'https://lms.demosoftware.me/virtualclass/virtual-class/3','82.146.184.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,'2024-12-17 12:06:07','2024-12-17 12:06:07',1),
(16,'No query results for model [App\\User] 117',1,'https://www.hayattayeba.com/instructorDetails/117/enabbas-fahsaraabas-fhs','111.119.214.174','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36',0,'2024-12-18 01:04:20','2024-12-18 01:04:20',1),
(17,'Attempt to read property \"id\" on null',1,'https://hayattayeba.com/dietitianDetails/9','94.187.16.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,'2024-12-18 18:33:49','2024-12-18 18:33:49',1),
(18,'Attempt to read property \"id\" on null',1,'https://hayattayeba.com/dietitianDetails/12','94.187.16.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,'2024-12-18 18:33:53','2024-12-18 18:33:53',1),
(19,'Attempt to read property \"id\" on null',1,'https://hayattayeba.com/dietitianDetails/10','94.187.16.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36',1,'2024-12-18 18:33:58','2024-12-18 18:33:58',1),
(20,'No query results for model [App\\User] 117',1,'https://www.hayattayeba.com/instructorDetails/117/enabbas-fahsaraabas-fhs','101.44.250.107','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36',0,'2024-12-18 23:24:07','2024-12-18 23:24:07',1),
(21,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','65.108.78.33','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',0,'2024-12-24 15:20:40','2024-12-24 15:20:40',1),
(22,'No query results for model [App\\User] 112',1,'https://hayattayeba.com/instructorDetails/112/enmarwan-sahabarmroan-shab','65.108.78.33','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',0,'2024-12-24 15:20:46','2024-12-24 15:20:46',1),
(23,'No query results for model [App\\User] 113',1,'https://hayattayeba.com/instructorDetails/113/enmaya-e-alameddinearmaya-aalm-aldyn','65.108.78.33','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',0,'2024-12-24 15:20:48','2024-12-24 15:20:48',1),
(24,'No query results for model [App\\User] 117',1,'https://hayattayeba.com/instructorDetails/117/enabbas-fahsaraabas-fhs','65.108.78.33','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',0,'2024-12-24 15:20:54','2024-12-24 15:20:54',1),
(25,'No query results for model [App\\User] 121',1,'https://hayattayeba.com/instructorDetails/121/enmay-sahabarmay-shab','65.108.78.33','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',0,'2024-12-24 15:20:57','2024-12-24 15:20:57',1),
(26,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','94.23.203.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',0,'2024-12-26 21:20:38','2024-12-26 21:20:38',1),
(27,'No query results for model [App\\User] 112',1,'https://hayattayeba.com/instructorDetails/112/enmarwan-sahabarmroan-shab','94.23.203.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',0,'2024-12-26 21:20:46','2024-12-26 21:20:46',1),
(28,'No query results for model [App\\User] 113',1,'https://hayattayeba.com/instructorDetails/113/enmaya-e-alameddinearmaya-aalm-aldyn','94.23.203.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',0,'2024-12-26 21:20:49','2024-12-26 21:20:49',1),
(29,'No query results for model [App\\User] 121',1,'https://hayattayeba.com/instructorDetails/121/enmay-sahabarmay-shab','94.23.203.202','Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)',0,'2024-12-26 21:21:00','2024-12-26 21:21:00',1),
(30,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.163','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.204 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-09 12:33:37','2025-01-09 12:33:37',1),
(31,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.34','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.204 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-10 15:45:19','2025-01-10 15:45:19',1),
(32,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.4','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-11 12:16:53','2025-01-11 12:16:53',1),
(33,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.162','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-12 15:47:37','2025-01-12 15:47:37',1),
(34,'No query results for model [App\\User] 110',1,'https://www.hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.4','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-12 15:53:01','2025-01-12 15:53:01',1),
(35,'No query results for model [App\\User] 110',1,'https://www.hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.2','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-12 18:21:22','2025-01-12 18:21:22',1),
(36,'No query results for model [App\\User] 113',1,'https://www.hayattayeba.com/instructorDetails/113/enmaya-e-alameddinearmaya-aalm-aldyn','157.55.39.9','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36',0,'2025-01-12 20:01:59','2025-01-12 20:01:59',1),
(37,'No query results for model [App\\User] 110',1,'https://www.hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.164','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-13 04:23:23','2025-01-13 04:23:23',1),
(38,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.165','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-13 11:56:30','2025-01-13 11:56:30',1),
(39,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/enmarwan-sahabarmroan-shab','66.249.79.194','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-13 12:25:42','2025-01-13 12:25:42',1),
(40,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.162','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-13 16:59:47','2025-01-13 16:59:47',1),
(41,'No query results for model [App\\User] 110',1,'https://www.hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.3','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-13 17:20:11','2025-01-13 17:20:11',1),
(42,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.194','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-14 11:55:29','2025-01-14 11:55:29',1),
(43,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/enmarwan-sahabarmroan-shab','66.249.79.99','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-14 12:25:06','2025-01-14 12:25:06',1),
(44,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.68.2','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-15 11:56:48','2025-01-15 11:56:48',1),
(45,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/enmarwan-sahabarmroan-shab','66.249.68.36','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-15 13:25:43','2025-01-15 13:25:43',1),
(46,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/enmarwan-sahabarmroan-shab','66.249.68.68','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-15 14:00:29','2025-01-15 14:00:29',1),
(47,'No query results for model [App\\User] 110',1,'https://www.hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','216.244.66.242','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',0,'2025-01-16 11:27:20','2025-01-16 11:27:20',1),
(48,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.33','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-16 14:23:39','2025-01-16 14:23:39',1),
(49,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.195','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-17 14:06:04','2025-01-17 14:06:04',1),
(50,'No query results for model [App\\User] 113',1,'https://www.hayattayeba.com/instructorDetails/113/enmaya-e-alameddinearmaya-aalm-aldyn','216.244.66.242','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',0,'2025-01-17 14:31:09','2025-01-17 14:31:09',1),
(51,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.34','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-18 03:05:08','2025-01-18 03:05:08',1),
(52,'No query results for model [App\\User] 110',1,'https://www.hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.194','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-18 03:07:41','2025-01-18 03:07:41',1),
(53,'No query results for model [App\\User] 110',1,'https://www.hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','66.249.79.99','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-18 03:37:48','2025-01-18 03:37:48',1),
(54,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/enmarwan-sahabarmroan-shab','216.244.66.242','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',0,'2025-01-18 11:06:59','2025-01-18 11:06:59',1),
(55,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.34','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-18 14:08:17','2025-01-18 14:08:17',1),
(56,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.73.3','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-19 02:50:09','2025-01-19 02:50:09',1),
(57,'No query results for model [App\\User] 110',1,'https://www.hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','66.249.74.2','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-19 03:25:10','2025-01-19 03:25:10',1),
(58,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.74.2','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-19 13:56:50','2025-01-19 13:56:50',1),
(59,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.34','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-20 04:49:07','2025-01-20 04:49:07',1),
(60,'No query results for model [App\\User] 110',1,'https://www.hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','66.249.79.34','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-20 05:09:13','2025-01-20 05:09:13',1),
(61,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','66.249.79.194','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-20 06:09:32','2025-01-20 06:09:32',1),
(62,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.193','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-20 13:39:50','2025-01-20 13:39:50',1),
(63,'No query results for model [App\\User] 113',1,'https://www.hayattayeba.com/instructorDetails/113/enmaya-e-alameddinearmaya-aalm-aldyn','216.244.66.242','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',0,'2025-01-20 17:53:36','2025-01-20 17:53:36',1),
(64,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.34','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-21 04:36:46','2025-01-21 04:36:46',1),
(65,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','66.249.68.7','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-21 04:41:48','2025-01-21 04:41:48',1),
(66,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.195','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-21 13:12:24','2025-01-21 13:12:24',1),
(67,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.161','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-22 04:36:40','2025-01-22 04:36:40',1),
(68,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','66.249.79.160','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-22 05:08:48','2025-01-22 05:08:48',1),
(69,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.4','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-22 12:55:37','2025-01-22 12:55:37',1),
(70,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.68.66','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-23 04:52:43','2025-01-23 04:52:43',1),
(71,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','66.249.68.64','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-23 05:25:39','2025-01-23 05:25:39',1),
(72,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.68.4','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-23 13:03:49','2025-01-23 13:03:49',1),
(73,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.194','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-24 04:53:25','2025-01-24 04:53:25',1),
(74,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.3','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-24 13:01:39','2025-01-24 13:01:39',1),
(75,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.68.6','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-25 07:13:33','2025-01-25 07:13:33',1),
(76,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.68.4','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-25 12:41:49','2025-01-25 12:41:49',1),
(77,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.163','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-26 12:48:10','2025-01-26 12:48:10',1),
(78,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.98','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-27 04:07:37','2025-01-27 04:07:37',1),
(79,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.68.69','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-27 12:30:45','2025-01-27 12:30:45',1),
(80,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.96','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-28 04:26:46','2025-01-28 04:26:46',1),
(81,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.163','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-28 12:33:07','2025-01-28 12:33:07',1),
(82,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.68.34','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.110 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-29 04:28:26','2025-01-29 04:28:26',1),
(83,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.164','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.110 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-29 12:35:25','2025-01-29 12:35:25',1),
(84,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/ay-aaly-brkat','66.249.79.194','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.110 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-30 04:19:45','2025-01-30 04:19:45',1),
(85,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.74.3','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.159 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-01-31 14:02:39','2025-01-31 14:02:39',1),
(86,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/mroan-shab','66.249.79.197','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.6834.159 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',0,'2025-02-01 13:34:35','2025-02-01 13:34:35',1),
(87,'Call to undefined method Illuminate\\Database\\Eloquent\\Builder::all()',1,'https://hayattayeba.com/courses-details/lmrhl-lkh-ms','82.146.184.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36',0,'2025-02-11 23:02:44','2025-02-11 23:02:44',1),
(88,'Call to undefined method Illuminate\\Database\\Eloquent\\Builder::all()',1,'https://hayattayeba.com/courses-details/lmrhl-lkh-ms','82.146.184.242','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36',0,'2025-02-11 23:02:44','2025-02-11 23:02:44',1),
(89,'No query results for model [App\\User] 113',1,'https://hayattayeba.com/instructorDetails/113/enmaya-e-alameddinearmaya-aalm-aldyn','144.76.151.45','serpstatbot/2.1 (advanced backlink tracking bot; https://serpstatbot.com/; abuse@serpstatbot.com)',0,'2025-02-20 21:13:32','2025-02-20 21:13:32',1),
(90,'No query results for model [App\\User] 112',1,'https://hayattayeba.com/instructorDetails/112/enmarwan-sahabarmroan-shab','144.76.151.45','serpstatbot/2.1 (advanced backlink tracking bot; https://serpstatbot.com/; abuse@serpstatbot.com)',0,'2025-02-20 21:14:03','2025-02-20 21:14:03',1),
(91,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','144.76.151.45','serpstatbot/2.1 (advanced backlink tracking bot; https://serpstatbot.com/; abuse@serpstatbot.com)',0,'2025-02-20 21:15:03','2025-02-20 21:15:03',1),
(92,'No query results for model [App\\User] 113',1,'https://hayattayeba.com/instructorDetails/113/enmaya-e-alameddinearmaya-aalm-aldyn','144.76.151.45','serpstatbot/2.1 (advanced backlink tracking bot; https://serpstatbot.com/; abuse@serpstatbot.com)',0,'2025-02-20 22:15:00','2025-02-20 22:15:00',1),
(93,'No query results for model [App\\User] 112',1,'https://hayattayeba.com/instructorDetails/112/enmarwan-sahabarmroan-shab','144.76.151.45','serpstatbot/2.1 (advanced backlink tracking bot; https://serpstatbot.com/; abuse@serpstatbot.com)',0,'2025-02-20 22:15:24','2025-02-20 22:15:24',1),
(94,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','144.76.151.45','serpstatbot/2.1 (advanced backlink tracking bot; https://serpstatbot.com/; abuse@serpstatbot.com)',0,'2025-02-20 22:15:52','2025-02-20 22:15:52',1),
(95,'No query results for model [App\\User] 113',1,'https://hayattayeba.com/instructorDetails/113/enmaya-e-alameddinearmaya-aalm-aldyn','47.82.11.186','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43',0,'2025-02-21 10:12:25','2025-02-21 10:12:25',1),
(96,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','47.82.11.86','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43',0,'2025-02-21 10:12:32','2025-02-21 10:12:32',1),
(97,'No query results for model [App\\User] 112',1,'https://hayattayeba.com/instructorDetails/112/enmarwan-sahabarmroan-shab','47.82.11.86','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43',0,'2025-02-21 10:12:46','2025-02-21 10:12:46',1),
(98,'No query results for model [App\\User] 113',1,'https://hayattayeba.com/instructorDetails/113/enmaya-e-alameddinearmaya-aalm-aldyn','47.79.122.252','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43',0,'2025-03-11 00:18:39','2025-03-11 00:18:39',1),
(99,'No query results for model [App\\User] 112',1,'https://hayattayeba.com/instructorDetails/112/enmarwan-sahabarmroan-shab','47.82.11.168','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43',0,'2025-03-11 23:04:55','2025-03-11 23:04:55',1),
(100,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','47.82.9.26','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43',0,'2025-03-12 23:10:05','2025-03-12 23:10:05',1),
(101,'No query results for model [App\\User] 113',1,'https://hayattayeba.com/instructorDetails/113/enmaya-e-alameddinearmaya-aalm-aldyn','47.79.122.252','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43',0,'2025-03-13 03:35:44','2025-03-13 03:35:44',1),
(102,'No query results for model [App\\User] 112',1,'https://hayattayeba.com/instructorDetails/112/enmarwan-sahabarmroan-shab','47.82.11.11','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43',0,'2025-03-13 17:10:55','2025-03-13 17:10:55',1),
(103,'No query results for model [App\\User] 110',1,'https://www.hayattayeba.com/instructorDetails/110/Aya%20Ali%20Barakat','40.77.167.150','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36',0,'2025-03-14 09:33:36','2025-03-14 09:33:36',1),
(104,'No query results for model [App\\User] 110',1,'https://hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','47.82.11.47','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43',0,'2025-03-15 17:28:26','2025-03-15 17:28:26',1),
(105,'No query results for model [App\\User] 113',1,'https://hayattayeba.com/instructorDetails/113/enmaya-e-alameddinearmaya-aalm-aldyn','47.82.10.1','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43',0,'2025-03-15 19:00:21','2025-03-15 19:00:21',1),
(106,'No query results for model [App\\User] 112',1,'https://www.hayattayeba.com/instructorDetails/112/enmarwan-sahabarmroan-shab','216.244.66.242','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',0,'2025-04-18 11:39:58','2025-04-18 11:39:58',1),
(107,'No query results for model [App\\User] 110',1,'https://www.hayattayeba.com/instructorDetails/110/enaya-ali-barakataray-aaly-brkat','216.244.66.242','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',0,'2025-04-19 18:23:25','2025-04-19 18:23:25',1),
(108,'No query results for model [App\\User] 113',1,'https://www.hayattayeba.com/instructorDetails/113/enmaya-e-alameddinearmaya-aalm-aldyn','216.244.66.242','Mozilla/5.0 (compatible; DotBot/1.2; +https://opensiteexplorer.org/dotbot; help@moz.com)',0,'2025-04-24 10:07:45','2025-04-24 10:07:45',1),
(109,'copy(/home/twisqxks/tapnlearn.twister-demo.com/resources/lang/default/Choose File): Failed to open stream: No such file or directory',1,'https://tapnlearn.twister-demo.com/localization/get-translate-file','94.187.23.28','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36',1,'2025-05-08 18:57:15','2025-05-08 18:57:15',1),
(110,'Failed to authenticate on SMTP server with username \"brokerhub360@gmail.com\" using the following authenticators: \"LOGIN\", \"PLAIN\", \"XOAUTH2\". Authenticator \"LOGIN\" returned \"Expected response code \"235\" but got code \"535\", with message \"535-5.7.8 Username and Password not accepted. For more information, go to\r\n535 5.7.8  https://support.google.com/mail/?p=BadCredentials 586e51a60fabf-3c8d651e739sm4758804fac.10 - gsmtp\".\". Authenticator \"PLAIN\" returned \"Expected response code \"235\" but got code \"535\", with message \"535-5.7.8 Username and Password not accepted. For more information, go to\r\n535 5.7.8  https://support.google.com/mail/?p=BadCredentials 586e51a60fabf-3c8d651e739sm4758804fac.10 - gsmtp\".\". Authenticator \"XOAUTH2\" returned \"Expected response code \"235\" but got code \"334\", with message \"334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ==\".\".',1,'https://tapnlearn.twister-demo.com/admin/systemsetting/sendTestMail','94.187.23.131','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36',1,'2025-10-15 16:42:31','2025-10-15 16:42:31',1),
(111,'Failed to authenticate on SMTP server with username \"brokerhub360@gmail.com\" using the following authenticators: \"LOGIN\", \"PLAIN\", \"XOAUTH2\". Authenticator \"LOGIN\" returned \"Expected response code \"235\" but got code \"535\", with message \"535-5.7.8 Username and Password not accepted. For more information, go to\r\n535 5.7.8  https://support.google.com/mail/?p=BadCredentials 586e51a60fabf-3c8d651e739sm4759045fac.10 - gsmtp\".\". Authenticator \"PLAIN\" returned \"Expected response code \"235\" but got code \"535\", with message \"535-5.7.8 Username and Password not accepted. For more information, go to\r\n535 5.7.8  https://support.google.com/mail/?p=BadCredentials 586e51a60fabf-3c8d651e739sm4759045fac.10 - gsmtp\".\". Authenticator \"XOAUTH2\" returned \"Expected response code \"235\" but got code \"334\", with message \"334 eyJzdGF0dXMiOiI0MDAiLCJzY2hlbWVzIjoiQmVhcmVyIiwic2NvcGUiOiJodHRwczovL21haWwuZ29vZ2xlLmNvbS8ifQ==\".\".',1,'https://tapnlearn.twister-demo.com/admin/systemsetting/sendTestMail','94.187.23.131','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36',1,'2025-10-15 16:42:59','2025-10-15 16:42:59',1),
(112,'Can\'t write image data to path (public/uploads/certificate/49a2ce80c8817d7aecb3ace37115d0df.png)',1,'https://tapnlearn.twister-demo.com/certificate/certificate-update/1','94.187.17.144','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36',1,'2025-10-16 18:44:46','2025-10-16 18:44:46',1);
/*!40000 ALTER TABLE `error_logs` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `failed_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `failed_jobs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `connection` text NOT NULL,
  `queue` text NOT NULL,
  `payload` longtext NOT NULL,
  `exception` longtext NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) 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 `footer_categories`
--

DROP TABLE IF EXISTS `footer_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `footer_categories` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` text DEFAULT NULL,
  `description` text DEFAULT NULL,
  `placeholder` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `footer_categories`
--

LOCK TABLES `footer_categories` WRITE;
/*!40000 ALTER TABLE `footer_categories` DISABLE KEYS */;
INSERT INTO `footer_categories` VALUES
(1,'Company',NULL,NULL,'2024-11-27 16:42:23','2024-11-27 16:42:23',1),
(2,'Products',NULL,NULL,'2024-11-27 16:42:23','2024-11-27 16:42:23',1),
(3,'Support',NULL,NULL,'2024-11-27 16:42:23','2024-11-27 16:42:23',1),
(4,'Stay Up to Date','By giving us your email, you agree to our Terms of Service and Privacy Policy.','Enter Your Email','2024-11-27 16:42:23','2024-11-27 16:42:23',1),
(5,'Bottom Footer Part','<p>Copyright © 2020 All rights reserved | This InfixLMS Application is made by <a href=\"https://codecanyon.net/user/codethemes/portfolio\" rel=\"noopener noreferrer\" target=\"_blank\">Codethemes</a></p>',NULL,'2024-11-27 16:42:23','2024-11-27 16:42:23',1);
/*!40000 ALTER TABLE `footer_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `footer_contents`
--

DROP TABLE IF EXISTS `footer_contents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `footer_contents` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `footer_category_id` int(10) unsigned NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `icon` varchar(191) DEFAULT NULL,
  `link` varchar(191) DEFAULT NULL,
  `description` varchar(191) DEFAULT NULL,
  `placeholder` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `footer_contents`
--

LOCK TABLES `footer_contents` WRITE;
/*!40000 ALTER TABLE `footer_contents` DISABLE KEYS */;
INSERT INTO `footer_contents` VALUES
(1,1,'About',NULL,'/page/about',NULL,NULL,NULL,NULL,1),
(2,1,'Blog',NULL,'/page/blog',NULL,NULL,NULL,NULL,1),
(3,1,'Faq',NULL,'/page/faq',NULL,NULL,NULL,NULL,1),
(4,1,'Contact Us',NULL,'/page/contact_us',NULL,NULL,NULL,NULL,1),
(5,1,'Pricing Plan & Package',NULL,'/page/pricing_plan_package',NULL,NULL,NULL,NULL,1),
(6,1,'Privacy & Policy',NULL,'/page/privacy_policy',NULL,NULL,NULL,NULL,1),
(7,2,'Our Plans',NULL,'/page/our_plans',NULL,NULL,NULL,NULL,1),
(8,2,'Academic Solutions',NULL,'/page/academic_solutions',NULL,NULL,NULL,NULL,1),
(9,2,'Government Solutions',NULL,'/page/government_solutions',NULL,NULL,NULL,NULL,1),
(10,2,'Business Solutions',NULL,'/page/business_solutions',NULL,NULL,NULL,NULL,1),
(11,3,'Help & Support',NULL,'/page/help_support',NULL,NULL,NULL,NULL,1);
/*!40000 ALTER TABLE `footer_contents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `footer_settings`
--

DROP TABLE IF EXISTS `footer_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `footer_settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `key` text NOT NULL,
  `value` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `footer_settings`
--

LOCK TABLES `footer_settings` WRITE;
/*!40000 ALTER TABLE `footer_settings` DISABLE KEYS */;
INSERT INTO `footer_settings` VALUES
(1,'footer_copy_right','{\"en\":\"Copyright © 2025 TapnLearn. All rights reserved.\",\"ar\":\"منصة تعليمية إلكترونية تقدم برامج تعليمية منهجية، تساهم في نمو وبناء الإنسان المسلم شرعياً وروحياً وفكرياً، ليكون مبادراً إلى نهضة مجتمعه، ساعياً لترك الأثر الطيب فيه\"}','2024-11-27 16:41:24','2025-05-07 18:09:44',1),
(2,'footer_about_title','{\"en\":\"About\",\"ar\":\"عن\"}','2024-11-27 16:41:24','2024-12-05 16:01:24',1),
(3,'footer_about_description','{\"ar\":null}','2024-11-27 16:41:24','2025-04-14 23:52:28',1),
(4,'footer_section_one_title','{\"en\":\"Company Info\",\"ar\":\"عن الوقف\"}','2024-11-27 16:41:25','2025-05-07 18:30:13',1),
(5,'footer_section_two_title','{\"en\":\"Quick Enroll\",\"ar\":\"صفحات داخلية\"}','2024-11-27 16:41:25','2025-05-07 18:29:38',1),
(6,'footer_section_three_title','{\"en\":\"Explore Services\",\"ar\":\"تواصل معنا\"}','2024-11-27 16:41:25','2025-05-07 18:29:52',1),
(7,'footer_section_four_title','{\"en\":\"About Section\"}','2024-11-27 16:41:26','2024-11-27 16:41:26',1);
/*!40000 ALTER TABLE `footer_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `footer_widgets`
--

DROP TABLE IF EXISTS `footer_widgets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `footer_widgets` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `name` longtext DEFAULT NULL,
  `slug` varchar(191) NOT NULL,
  `description` text DEFAULT NULL,
  `category` varchar(191) NOT NULL,
  `page` varchar(191) DEFAULT NULL,
  `page_id` int(11) NOT NULL,
  `section` varchar(191) NOT NULL,
  `is_static` tinyint(4) NOT NULL DEFAULT 1,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `footer_widgets`
--

LOCK TABLES `footer_widgets` WRITE;
/*!40000 ALTER TABLE `footer_widgets` DISABLE KEYS */;
INSERT INTO `footer_widgets` VALUES
(5,1,'{\"en\":\"Join Us\",\"ar\":\"البرامج\"}','/courses','<style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"><div data-type=\"component-text\"><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"><div class=\"__banner\" data-aoraeditor-categories=\"Common\" data-aoraeditor-title=\"Banner\" data-preview=\"https://lms.demosoftware.me/public/frontend/learningms/img/snippets/preview/about/banner.jpg\" data-type=\"component-text\"><div class=\"breadcrumb_area bradcam_bg_1 position-relative\"><div class=\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \"><img alt=\"\" class=\"w-100 h-100 img-cover\" src=\"https://hayattayeba.com/public/uploads/main/images/19-12-2024/6764072ee6128.jpeg\"></div><div class=\"container\"><div class=\"row\"><div class=\"col-lg-9 offset-lg-1\"><div class=\"breadcam_wrap\">&nbsp;</div></div></div></div></div></div></div></div><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"><div data-aoraeditor-categories=\"Course Page\" data-aoraeditor-title=\"Course Page Section\" data-preview=\"https://lms.demosoftware.me/public/frontend/learningms/img/snippets/preview/class/class_page_section.jpg\" data-type=\"component-text\"><input class=\"class_route\" name=\"class_route\" type=\"hidden\" value=\"https://lms.demosoftware.me/courses\"><div class=\"courses_area\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-4 col-xl-3\"><div class=\"course_category_chose  mt_10\"><div class=\"course_title mb_30 d-flex align-items-center\"><div class=\"d-flex align-items-center\"><svg height=\"13\" viewBox=\"0 0 19.5 13\" width=\"19.5\" xmlns=\"http://www.w3.org/2000/svg\"> <g id=\"filter-icon\" transform=\"translate(28)\"> <rect data-name=\"Rectangle 1\" fill=\"var(--system_primery_color)\" height=\"2\" id=\"Rectangle_1\" rx=\"1\" transform=\"translate(-28)\" width=\"19.5\"></rect> <rect 2=\"\" id=\"Rectangle data-name=\" rectangle=\"\"></rect> <rect data-name=\"Rectangle 3\" fill=\"var(--system_primery_color)\" height=\"2\" id=\"Rectangle_3\" rx=\"1\" transform=\"translate(-20.75 11)\" width=\"5\"></rect> </g> </svg><h5 class=\"font_16 f_w_500 mb-0\">تصفية الفئة</h5></div></div><div class=\"course_category_inner\"><div class=\"single_course_categry\"><h4 class=\"font_18 f_w_700\">الفئة الصفية</h4><div data-limit=\"\" data-model=\"Modules\\CourseSetting\\Entities\\Category\" data-order=\"\" data-preview=\"\" data-select=\"id,name\" data-table=\"\" data-type=\"component-nonExisting\" data-view=\"_single_sidebar_category\" data-where-status=\"1\" data-with=\"\"><div class=\"dynamicData\" data-dynamic-href=\"https://lms.demosoftware.me/get-dynamic-data\" id=\"aoraeditor-ui-17334716136385223956745\"></div></div></div><div class=\"single_course_categry\"><h4 class=\"font_18 f_w_700\">مستوى</h4><div data-limit=\"\" data-model=\"Modules\\CourseSetting\\Entities\\CourseLevel\" data-order=\"\" data-preview=\"\" data-select=\"id,title\" data-table=\"\" data-type=\"component-nonExisting\" data-view=\"_single_sidebar_level\" data-with=\"\"><div class=\"dynamicData\" data-dynamic-href=\"https://lms.demosoftware.me/get-dynamic-data\" id=\"aoraeditor-ui-17334716136392855903793\"></div></div></div><div class=\"single_course_categry\"><h4 class=\"font_18 f_w_700\">سعر الصف</h4><div data-limit=\"\" data-model=\"\" data-order=\"\" data-preview=\"\" data-select=\"\" data-table=\"\" data-type=\"component-nonExisting\" data-view=\"_single_sidebar_price\" data-with=\"\"><div class=\"dynamicData\" data-dynamic-href=\"https://lms.demosoftware.me/get-dynamic-data\" id=\"aoraeditor-ui-17334716136391412649407\"></div></div></div></div></div></div><div class=\"col-lg-8 col-xl-9\"><div data-limit=\"\" data-model=\"Modules\\CourseSetting\\Entities\\Course\" data-order=\"\" data-pagination=\"12\" data-preview=\"\" data-request=\"price,lang_id,level,category_id,order,search\" data-select=\"\" data-table=\"\" data-type=\"component-nonExisting\" data-view=\"_single_topic\" data-where-status=\"1\" data-where-type=\"1\" data-with=\"lessons\"><div class=\"dynamicData\" data-dynamic-href=\"https://lms.demosoftware.me/get-dynamic-data\" id=\"aoraeditor-ui-17334716136401975587404\"></div></div></div></div></div></div></div></div></div></div></div></div>','1','/courses',3,'1',1,0,NULL,'2025-05-07 18:24:12',1),
(11,1,'{\"en\":\"Careers\",\"ar\":\"الاشتراكات\"}','/','<style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"><div data-type=\"component-text\"><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"><style type=\"text/css\" data-type=\"component-text\">.about {position: relative;z-index: 0}.about .section-title {margin-bottom: 90px}@media only screen and (min-width: 768px) and (max-width: 991px) {.about .section-title {margin-bottom: 70px}}@media only screen and (max-width: 767px) {.about .section-title {margin-bottom: 50px}}.about .section-title h2 {color: #F0F3F8 !important}.about .section-title p {color: #98A6B4 !important}.about-inner {background-color: rgba(255, 255, 255, 0.05);box-shadow: 5px 21px 60px 3px rgba(0, 0, 0, 0.15);border-radius: 36px;border-bottom-left-radius: 237px;padding-top: 60px;padding-bottom: 72px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-inner {padding-top: 50px;padding-bottom: 62px;border-bottom-left-radius: 136px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.about-inner {border-radius: 30px;padding: 30px}}@media only screen and (max-width: 767px) {.about-inner {border-radius: 30px;padding: 20px}}.about-video {width: 100%;padding-bottom: 64%;overflow: hidden;border-radius: 36px;margin-left: -50px}@media only screen and (min-width: 1440px) and (max-width: 1580px) {.about-video {margin-left: -30px}}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.about-video {margin-left: -20px}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-video {width: 90%;margin-left: 20px}}@media only screen and (max-width: 991px) {.about-video {margin-left: 0}}.about-video img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: -1;z-index: 1}.about-video-play {--play-width: 100px;width: var(--play-width);height: var(--play-width);display: flex;align-items: center;justify-content: center;background-color: #fff;color: var(--system_primery_color);border-radius: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 2;font-size: 24px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-video-play {--play-width: 80px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.about-video-play {--play-width: 80px}}@media only screen and (max-width: 767px) {.about-video-play {--play-width: 60px}}.about-video-play:hover {background-color: var(--system_primery_color);color: #fff}.about-video-play i {margin-left: 12px}.about-content {padding-right: 76px;position: relative}@media only screen and (max-width: 991px) {.about-content {margin-top: 24px;padding-right: 0;padding-bottom: 20px}}.about-content h3 {font-size: 32px;line-height: 1.25;font-weight: 600;margin-bottom: 20px;color: #F0F3F8 !important}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-content h3 {font-size: 28px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.about-content h3 {font-size: 26px}}@media only screen and (max-width: 767px) {.about-content h3 {font-size: 24px}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-content h3 {margin-bottom: 14px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.about-content h3 {font-size: 28px}}@media only screen and (max-width: 991px) {.about-content h3 {margin-bottom: 10px}}.about-content p {line-height: 1.5;margin-bottom: 26px;color: #98A6B4}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-content p {margin-bottom: 16px}}@media only screen and (max-width: 991px) {.about-content p {margin-bottom: 14px}}@media only screen and (max-width: 479px) {.about-content p {font-size: 14px;line-height: 1.683}}.about-content a {--btn-padding-y: 9px;min-width: 120px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-content a {margin-top: 10px}}@media only screen and (max-width: 991px) {.about-content a {margin-top: 10px}}.sponsor-title h4 {color: #98A6B4 !important}.sponsor-single {box-shadow: 0 0 0 !important}</style><div data-type=\"component-text\"><div class=\"photo-panel\"><img src=\"https://hayattayeba.com/public/uploads/main/images/30-01-2025/679b5af3043ce.jpeg\" style=\"max-width: 100%; height: 400px; float: left;object-fit:cover;width:100%\"></div></div><div class=\"about section-margin\" data-type=\"component-text\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-md-8 text-center\"><div class=\"section-title\"><h2>&nbsp;</h2></div></div></div><div class=\"row\"><div class=\"col-md-12\"><div class=\"about-inner position-relative\"><div class=\"row g-0 align-items-center\"><div class=\"col-lg-5\"><div class=\"about-video position-relative\"><img alt=\"alt img\" src=\"https://hayattayeba.com/public/uploads/main/images/23-12-2024/676915d3ac88d.png\" style=\"width: 400px; height: 400px;\"> <a class=\"about-video-play\" href=\"#\"> <i class=\"fa fa-play\">&nbsp;</i> </a></div></div><div class=\"col-lg-7\"><div class=\"about-content ps-lg-4\"><h3 class=\"text-secondary\">&nbsp;</h3><p><span style=\"font-size:36px;\">كلمة المشرف العام على أكاديمية التعليم الشرعي الشيخ يحيى عبد الرزاق الغوثاني</span></p><p>مع اطلالة شهر رمضان المبارك لعام 1445 هجرية، يسعدني أن أزفَّ إليكم هذه البشرى بإطلاق مشروع علمي مبارك طالما انتظرتموه طويلاً وطالما تشوقتم إليه ذلكم هو مشروع أكاديمية التعليم الشرعي</p><a class=\"theme-btn\" href=\"https://hayattayeba.com/about-us\">إشترك الآن</a></div></div></div></div></div></div></div></div><div class=\"page-header\" data-type=\"component-text\"><h1 style=\"margin-bottom: 30px; font-size: 50px;\">&nbsp;</h1></div><h1 style=\"text-align: center;\" data-type=\"component-text\"><b>برنامج النمو الطيب</b></h1><div style=\"text-align: center;\" data-type=\"component-text\"><b>برنامج النمو الطيب&nbsp;برنامج تعليمي منهجي، يساهم في إعداد المسلم الفاعل، مكون من عدة مراحل</b></div><div style=\"text-align: center;\" data-type=\"component-text\"><b>&nbsp;يقدم عبر دورات تدريبية في مجالات الشريعة والفكر والتزكية والتنمية، يقدمه ثُلَّة من المتخصصين</b></div><div class=\"page-header\" data-type=\"component-text\"><h1 style=\"margin-bottom: 30px; font-size: 50px;\">&nbsp;</h1></div><h1 style=\"text-align: center;\" data-type=\"component-text\"><b>الحياة الطيبة</b></h1><div style=\"text-align: center;\" data-type=\"component-text\"><b>منصة تعليمية إلكترونية تقدم برامج تعليمية منهجية، تساهم في نمو وبناء الإنسان المسلم&nbsp;</b></div><div style=\"text-align: center;\" data-type=\"component-text\"><b>شرعياً وروحياً وفكرياً، ليكون مبادراً إلى نهضة مجتمعه، ساعياً لترك الأثر الطيب فيه&nbsp;</b></div><div class=\"page-header\" data-type=\"component-text\"><h1 style=\"margin-bottom: 30px; font-size: 50px;\">&nbsp;</h1></div></div></div><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"></div></div><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"><div data-aoraeditor-categories=\"Home Page\" data-aoraeditor-title=\"HomePage Instructor Section\" data-preview=\"https://lms.demosoftware.me/public/frontend/learningms/img/snippets/preview/home/homepage_instructor_section.jpg\" data-type=\"component-text\"><div class=\"cta_area\"><div class=\"container\"><div class=\"row\"><div class=\"col-xl-6 offset-xl-1\"><div class=\"section__title white_text\"><h3 class=\"large_title\">تعلم بلا حدود وإمكانيات أكثر</h3><p>اختر من بين أكثر من 100000 دورة فيديو عبر الإنترنت مع ميزات جديدة</p><a class=\"theme_btn\" href=\"https://lms.demosoftware.me/instructors\">ابحث عن مدربنا</a></div></div></div></div></div></div><style type=\"text/css\" data-type=\"component-text\">.instrucotr {padding: var(--section-sepreate-lg) 0}@media only screen and (min-width: 992px) and (max-width: 1279px) {.instrucotr {--section-sepreate-lg: 110px;overflow: hidden}}.instrucotr .section-title img, .instrucotr .section-title svg {margin-bottom: 36px}.instrucotr-slider {--sp: 10px;--pb: 50px}.instrucotr-slider .owl-stage-outer {padding-top: var(--sp);padding-bottom: var(--pb);margin-bottom: calc(var(--pb) * -1)}.instrucotr-slider .owl-nav > * {margin-top: var(--sp);background-color: var(--system_primery_color_20) !important}.instrucotr-slider .owl-nav > *:hover {background-color: var(--system_primery_color) !important}.instrucotr-item {position: relative;z-index: 1;border-radius: 16px;overflow: hidden}.instrucotr-item:hover .instrucotr-item-content {transform: translateY(0px)}.instrucotr-item-img {width: 100%;padding-bottom: 130%;overflow: hidden;position: relative;display: block;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.15)}@media only screen and (max-width: 767px) {.instrucotr-item-img {padding-bottom: 100%}}.instrucotr-item-img img {width: 100% !important;width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: -1}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.instrucotr-item-img img {height: 130%}}@media only screen and (max-width: 767px) {.instrucotr-item-img img {height: auto}}.instrucotr-item-content {position: absolute;left: 0;width: 100%;bottom: 0;z-index: 1;margin-bottom: 30px;transform: translateY(80px);transition: all .4s ease-in-out;padding: 0 15px;}@media only screen and (max-width: 767px) {.instrucotr-item-content {transform: translateY(70px)}}.instrucotr-item-content h4 {font-weight: 500;color: #fff;font-size: 32px;line-height: 1.25;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}@media only screen and (min-width: 992px) and (max-width: 1279px) {.instrucotr-item-content h4 {font-size: 28px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.instrucotr-item-content h4 {font-size: 26px}}@media only screen and (max-width: 767px) {.instrucotr-item-content h4 {font-size: 24px}}@media only screen and (max-width: 991px) {.instrucotr-item-content h4 {margin-bottom: 5px}}.instrucotr-item-content h4:hover {color: var(--system_primery_color) !important}.instrucotr-item-content p {line-height: 1.3125;letter-spacing: 0.05em;margin-bottom: 20px;color: #A4ABBD}.instrucotr-item-content ul li {margin: 0 !important}.instrucotr-item-actions {width: max-content;margin: auto}.become-instructor {--section-margin: 90px;margin-top: calc(var(--section-sepreate-md) + var(--section-margin));border-radius: 20px;z-index: 1;background-color: var(--system_primery_color)}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor {--section-margin: 60px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor {--section-margin: 70px}}@media only screen and (max-width: 767px) {.become-instructor {--section-margin: 70px}}.become-instructor-img {--shape-1: 180px;--shape-2: 225px;--img-positon: 60px;width: 290px;height: 314px;position: relative;margin-top: -68px;margin-right: var(--img-positon)}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-img {--shape-1: 150px;--shape-2: 185px;--img-positon: 40px;width: 260px;height: 284px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-img {margin-right: auto;--shape-1: 130px;--shape-2: 175px;--img-positon: 46px;width: 240px;height: 264px}}@media only screen and (max-width: 767px) {.become-instructor-img {--shape-1: 140px;--shape-2: 175px;width: 220px;height: 234px;margin-right: auto}}.become-instructor-img::before {content: \"\";width: var(--shape-1);height: var(--shape-1);border-radius: 100%;background-color: #fff;opacity: .40;position: absolute;bottom: 0;left: -20px}.become-instructor-img img {width: 100%;height: 100%;object-fit: contain;position: absolute;top: 0;left: 0;z-index: -1;z-index: 0}.become-instructor-img .shape {width: var(--shape-2);height: var(--shape-2);border-radius: 100%;position: absolute;bottom: 34px;right: calc(var(--img-positon) * -1);background-color: #CEE8FF;margin-right: 64px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-img .shape {bottom: 44px}}.become-instructor-img .shape::before {content: \"\";width: 100%;height: 100%;position: absolute;top: -10px;left: 34px;border: 2px solid rgba(89, 102, 136, 0.7);z-index: 0;border-radius: 100%}.become-instructor-content {padding: 0px 8.3333%}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.become-instructor-content {padding: 0}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-content {padding-left: 0}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-content {padding-top: 30px;padding-bottom: 30px;text-align: center}}@media only screen and (max-width: 767px) {.become-instructor-content {padding-top: 20px;padding-bottom: 30px;text-align: center}}.become-instructor-content h3 {font-size: 40px;line-height: 1.5;line-height: 1.2;color: #fff}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.become-instructor-content h3 {font-size: 36px}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-content h3 {font-size: 32px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-content h3 {font-size: 28px}}@media only screen and (max-width: 767px) {.become-instructor-content h3 {font-size: 26px}}@media only screen and (max-width: 767px) {.become-instructor-content h3 {margin-bottom: 5px}}.become-instructor-content p {font-size: 18px;line-height: 1.33333;color: #fff}@media only screen and (max-width: 991px) {.become-instructor-content p {font-size: 16px;line-height: 1.683}}@media only screen and (max-width: 767px) {.become-instructor-content p {margin-bottom: 15px !important}}.become-instructor-content .theme-btn {min-width: 174px;--btn-padding-y: 12px;color: #777E93}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-content .theme-btn {--btn-padding-y: 10px;min-width: 134px}}@media only screen and (max-width: 767px) {.become-instructor-content .theme-btn {--btn-padding-y: 10px;min-width: max-content}}</style><div class=\"instrucotr position-relative bg-white\" data-type=\"component-text\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-md-8 text-center\"><div class=\"section-title\"><h2>&nbsp;</h2><h2>&nbsp;</h2><p><span style=\"font-size:48px;\"><b>المحاضرون</b></span></p><p>&nbsp;</p><p>&nbsp;</p></div></div></div><div class=\"row\"><div data-dir=\"desc\" data-limit=\"10\" data-model=\"\" data-order=\"total_rating\" data-preview=\"\" data-select=\"image,name,id,headline,total_rating,facebook,twitter,linkedin,instagram,youtube\" data-table=\"users\" data-type=\"component-nonExisting\" data-view=\"_single_instructor_v2\" data-where-role_id=\"2\" data-where-status=\"1\" data-with=\"\" data-with-count=\"\"><div class=\"dynamicData\" data-dynamic-href=\"https://hayattayeba.com/get-dynamic-data\" id=\"aoraeditor-ui-17349404848551689832707\"></div></div></div></div></div><div class=\"page-header\" data-type=\"component-text\"><h1 style=\"margin-bottom: 30px; font-size: 50px;\">&nbsp;</h1><div>&nbsp;</div><div>&nbsp;</div></div><style type=\"text/css\" data-type=\"component-text\">.instrucotr {padding: var(--section-sepreate-lg) 0}@media only screen and (min-width: 992px) and (max-width: 1279px) {.instrucotr {--section-sepreate-lg: 110px;overflow: hidden}}.instrucotr .section-title img, .instrucotr .section-title svg {margin-bottom: 36px}.instrucotr-slider {--sp: 10px;--pb: 50px}.instrucotr-slider .owl-stage-outer {padding-top: var(--sp);padding-bottom: var(--pb);margin-bottom: calc(var(--pb) * -1)}.instrucotr-slider .owl-nav > * {margin-top: var(--sp);background-color: var(--system_primery_color_20) !important}.instrucotr-slider .owl-nav > *:hover {background-color: var(--system_primery_color) !important}.instrucotr-item {position: relative;z-index: 1;border-radius: 16px;overflow: hidden}.instrucotr-item:hover .instrucotr-item-content {transform: translateY(0px)}.instrucotr-item-img {width: 100%;padding-bottom: 130%;overflow: hidden;position: relative;display: block;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.15)}@media only screen and (max-width: 767px) {.instrucotr-item-img {padding-bottom: 100%}}.instrucotr-item-img img {width: 100% !important;width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: -1}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.instrucotr-item-img img {height: 130%}}@media only screen and (max-width: 767px) {.instrucotr-item-img img {height: auto}}.instrucotr-item-content {position: absolute;left: 0;width: 100%;bottom: 0;z-index: 1;margin-bottom: 30px;transform: translateY(80px);transition: all .4s ease-in-out;padding: 0 15px;}@media only screen and (max-width: 767px) {.instrucotr-item-content {transform: translateY(70px)}}.instrucotr-item-content h4 {font-weight: 500;color: #fff;font-size: 32px;line-height: 1.25;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}@media only screen and (min-width: 992px) and (max-width: 1279px) {.instrucotr-item-content h4 {font-size: 28px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.instrucotr-item-content h4 {font-size: 26px}}@media only screen and (max-width: 767px) {.instrucotr-item-content h4 {font-size: 24px}}@media only screen and (max-width: 991px) {.instrucotr-item-content h4 {margin-bottom: 5px}}.instrucotr-item-content h4:hover {color: var(--system_primery_color) !important}.instrucotr-item-content p {line-height: 1.3125;letter-spacing: 0.05em;margin-bottom: 20px;color: #A4ABBD}.instrucotr-item-content ul li {margin: 0 !important}.instrucotr-item-actions {width: max-content;margin: auto}.become-instructor {--section-margin: 90px;margin-top: calc(var(--section-sepreate-md) + var(--section-margin));border-radius: 20px;z-index: 1;background-color: var(--system_primery_color)}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor {--section-margin: 60px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor {--section-margin: 70px}}@media only screen and (max-width: 767px) {.become-instructor {--section-margin: 70px}}.become-instructor-img {--shape-1: 180px;--shape-2: 225px;--img-positon: 60px;width: 290px;height: 314px;position: relative;margin-top: -68px;margin-right: var(--img-positon)}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-img {--shape-1: 150px;--shape-2: 185px;--img-positon: 40px;width: 260px;height: 284px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-img {margin-right: auto;--shape-1: 130px;--shape-2: 175px;--img-positon: 46px;width: 240px;height: 264px}}@media only screen and (max-width: 767px) {.become-instructor-img {--shape-1: 140px;--shape-2: 175px;width: 220px;height: 234px;margin-right: auto}}.become-instructor-img::before {content: \"\";width: var(--shape-1);height: var(--shape-1);border-radius: 100%;background-color: #fff;opacity: .40;position: absolute;bottom: 0;left: -20px}.become-instructor-img img {width: 100%;height: 100%;object-fit: contain;position: absolute;top: 0;left: 0;z-index: -1;z-index: 0}.become-instructor-img .shape {width: var(--shape-2);height: var(--shape-2);border-radius: 100%;position: absolute;bottom: 34px;right: calc(var(--img-positon) * -1);background-color: #CEE8FF;margin-right: 64px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-img .shape {bottom: 44px}}.become-instructor-img .shape::before {content: \"\";width: 100%;height: 100%;position: absolute;top: -10px;left: 34px;border: 2px solid rgba(89, 102, 136, 0.7);z-index: 0;border-radius: 100%}.become-instructor-content {padding: 0px 8.3333%}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.become-instructor-content {padding: 0}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-content {padding-left: 0}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-content {padding-top: 30px;padding-bottom: 30px;text-align: center}}@media only screen and (max-width: 767px) {.become-instructor-content {padding-top: 20px;padding-bottom: 30px;text-align: center}}.become-instructor-content h3 {font-size: 40px;line-height: 1.5;line-height: 1.2;color: #fff}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.become-instructor-content h3 {font-size: 36px}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-content h3 {font-size: 32px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-content h3 {font-size: 28px}}@media only screen and (max-width: 767px) {.become-instructor-content h3 {font-size: 26px}}@media only screen and (max-width: 767px) {.become-instructor-content h3 {margin-bottom: 5px}}.become-instructor-content p {font-size: 18px;line-height: 1.33333;color: #fff}@media only screen and (max-width: 991px) {.become-instructor-content p {font-size: 16px;line-height: 1.683}}@media only screen and (max-width: 767px) {.become-instructor-content p {margin-bottom: 15px !important}}.become-instructor-content .theme-btn {min-width: 174px;--btn-padding-y: 12px;color: #777E93}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-content .theme-btn {--btn-padding-y: 10px;min-width: 134px}}@media only screen and (max-width: 767px) {.become-instructor-content .theme-btn {--btn-padding-y: 10px;min-width: max-content}}</style></div></div><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"></div></div><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"></div></div><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"><div data-aoraeditor-categories=\"Home Page\" data-aoraeditor-title=\"HomePage Testimonial Section\" data-preview=\"https://lms.demosoftware.me/public/frontend/learningms/img/snippets/preview/home/homepage_testimonial_section.jpg\" data-type=\"component-text\"><div class=\"testmonial_area\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6\"><div class=\"section__title text-center mb_80\"><h3>قالوا عنا</h3><p>&nbsp;</p></div></div></div><div class=\"row\"><div class=\"col-lg-12\"><div data-limit=\"0\" data-model=\"Modules\\SystemSetting\\Entities\\Testimonial\" data-order=\"id\" data-preview=\"\" data-select=\"image,author,star,body\" data-table=\"\" data-type=\"component-nonExisting\" data-view=\"_single_testimonial\" data-where-status=\"1\" data-with=\"\"><div class=\"dynamicData\" data-dynamic-href=\"https://lms.demosoftware.me/get-dynamic-data\" id=\"aoraeditor-ui-17334704721756219267174\"></div></div></div></div></div></div></div></div></div><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"></div></div><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"><div data-aoraeditor-categories=\"Home Page;Blog\" data-aoraeditor-title=\"HomePage Blog Section\" data-preview=\"https://lms.demosoftware.me/public/frontend/learningms/img/snippets/preview/home/homepage_blog_section.jpg\" data-type=\"component-text\"><div class=\"blog_area\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 col-md-8\"><div class=\"section__title text-center mb_80\"><h3>المدونة</h3><p>&nbsp;</p></div></div></div><div data-limit=\"4\" data-model=\"Modules\\Blog\\Entities\\Blog\" data-order=\"id\" data-preview=\"\" data-select=\"slug,thumbnail,authored_date,title\" data-table=\"\" data-type=\"component-nonExisting\" data-view=\"_single_home_blog\" data-where-status=\"1\" data-with=\"user\"><div class=\"dynamicData\" data-dynamic-href=\"https://lms.demosoftware.me/get-dynamic-data\" id=\"aoraeditor-ui-17334704721859446530055\"></div></div><div class=\"row \"><div class=\"col-12 text-center pt_70\"><a class=\"theme_btn mb_30\" href=\"https://hayattayeba.com/blog\">عرض جميع المقالات والأخبار</a></div></div></div></div></div></div></div><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"></div></div><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"></div></div><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"><div data-type=\"component-text\"><div class=\"blog_area\"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-lg-6 col-md-8\"><div class=\"section__title text-center mb_80\"><h3>الأسئلة الشائعة</h3><div class=\"row justify-content-center\"><div class=\"col-lg-6 col-md-8\"><div class=\"section__title text-center mb_80\"><p>بعض الأسئلة الشائعة والأجوبة</p></div></div></div><div class=\"row\"><div class=\"col-md-8 offset-2\"><div data-aoraeditor-title=\"FAQ\" data-dir=\"asc\" data-limit=\"0\" data-model=\"Modules\\FrontendManage\\Entities\\HomePageFaq\" data-order=\"order\" data-preview=\"\" data-select=\"question,answer\" data-table=\"\" data-type=\"component-nonExisting\" data-view=\"_single_faq\" data-where-status=\"1\" data-with=\"\">&nbsp;</div></div></div></div></div></div><div class=\"row\" dir=\"ltr\"><div class=\"col-md-8 offset-2\"><div data-aoraeditor-title=\"FAQ\" data-dir=\"asc\" data-limit=\"0\" data-model=\"Modules\\FrontendManage\\Entities\\HomePageFaq\" data-order=\"order\" data-preview=\"\" data-select=\"question,answer\" data-table=\"\" data-type=\"component-nonExisting\" data-view=\"_single_faq\" data-where-status=\"1\" data-with=\"\"><div class=\"dynamicData\" data-dynamic-href=\"https://lms.demosoftware.me/get-dynamic-data\" id=\"aoraeditor-ui-17339089276768686667611\"></div></div></div></div></div></div></div><div data-type=\"component-text\"><div class=\"photo-panel\"><img src=\"https://hayattayeba.com/public/uploads/main/images/19-12-2024/67644cccf3813.png\" style=\"max-width: 100%; height: 106px; float: left;object-fit:cover;width:100%\"></div></div></div></div></div></div></div>','3','/',2,'3',1,0,NULL,'2025-02-21 21:36:52',1),
(15,1,'{\"en\":\"Certificate Verification\",\"ar\":\"التحقق من الشهادة\"}','certificate-verification','<style>body {font-family: \"Cairo\", sans-serif;}</style><style>body {font-family: \"Cairo\", sans-serif;}</style><div class=\"row\"><div class=\"col-sm-12 ui-resizable\" data-type=\"container-content\"><div data-type=\"component-text\"><div class=\"contact_section \"><div class=\"container\"><div class=\"row justify-content-center\"><div class=\"col-xl-10\"><div class=\"contact_address certificate-verify\"><div class=\"row justify-content-center\"><div class=\"col-xl-12\"><div class=\"row justify-content-between\"><div class=\"col-lg-12 p-5\"><div class=\"contact_title\"><h4 class=\"mb-0\">التحقق من الشهادة</h4><div class=\"subcribe-form theme_mailChimp mt-40\"><form action=\"#\" class=\"subscription relative\" method=\"GET\"><input class=\"primary_input4\" name=\"certificate_number\" onblur=\"this.placeholder = \'Enter Certificate Number\'\" onfocus=\"this.placeholder = \'\'\" placeholder=\"Enter Certificate Number\" required=\"\" type=\"text\" value=\"\"><button id=\"getCertificate\" type=\"button\">بحث</button></form></div></div><div class=\"address_lines py-3\"><img alt=\"\" class=\"d-none\" id=\"certificateImg\" src=\"\" style=\"width: 100%; height:auto\"><h2 class=\"text-center\" id=\"certificateMsg\">&nbsp;</h2></div></div></div></div></div></div></div></div></div></div></div></div></div>','3','certificate-verification',33,'3',1,1,'2024-11-27 16:41:14','2025-05-07 18:23:41',1),
(17,1,'{\"en\":\"Unlock Your Potential\"}','unlock-your-potential','','4','',0,'4',1,1,'2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(26,NULL,'{\"en\":\"About Us\"}','/about-us',NULL,'1','/about-us',8,'1',1,1,'2025-05-07 18:30:45','2025-05-07 18:30:45',1),
(27,NULL,'{\"en\":\"Our Team\"}','/instructors',NULL,'1','/instructors',6,'1',1,1,'2025-05-07 18:31:11','2025-05-07 18:31:11',1),
(28,NULL,'{\"en\":\"Contact Us\"}','/contact-us',NULL,'1','/contact-us',7,'1',1,1,'2025-05-07 18:31:38','2025-05-07 18:31:38',1),
(29,NULL,'{\"en\":\"Courses\"}','/courses',NULL,'2','/courses',3,'2',1,1,'2025-05-07 18:32:03','2025-05-07 18:32:03',1),
(30,NULL,'{\"en\":\"Live Courses\"}','/classes',NULL,'2','/classes',4,'2',1,1,'2025-05-07 18:32:37','2025-05-07 18:32:37',1),
(31,NULL,'{\"en\":\"Quizzes\"}','/quizzes',NULL,'2','/quizzes',5,'2',1,1,'2025-05-07 18:33:13','2025-05-07 18:33:13',1),
(32,NULL,'{\"en\":\"Become An Instructor\"}','/become-instructor',NULL,'3','/become-instructor',9,'3',1,1,'2025-05-07 18:34:19','2025-05-07 18:34:19',1),
(33,NULL,'{\"en\":\"My Purchases\"}','/my-purchases',NULL,'3','/my-purchases',16,'3',1,1,'2025-05-07 18:35:26','2025-05-07 18:35:26',1);
/*!40000 ALTER TABLE `footer_widgets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `front_pages`
--

DROP TABLE IF EXISTS `front_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `front_pages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` text DEFAULT NULL,
  `title` longtext DEFAULT NULL,
  `sub_title` longtext DEFAULT NULL,
  `details` longtext DEFAULT NULL,
  `slug` varchar(191) NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `is_static` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `banner` varchar(191) DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `homepage` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `front_pages`
--

LOCK TABLES `front_pages` WRITE;
/*!40000 ALTER TABLE `front_pages` DISABLE KEYS */;
INSERT INTO `front_pages` VALUES
(1,'Teacher directory','{\"en\":\"Teacher directory\"}','{\"en\":\"Learn from industry experts\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\" data-aoraeditor-title=\\\"Text block\\\" data-aoraeditor-categories=\\\"Text\\\">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text\\\\n            ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book<\\/div><\\/div><\\/div>\"}','teacher-directory',1,0,'2024-11-27 16:41:07','2024-11-27 16:41:32',NULL,1,0),
(2,'Home','{\"en\":\"Home\"}','{\"en\":\"Home\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\FrontendManage\\\\Entities\\\\Slider\\\" data-order=\\\"id\\\" data-preview=\\\"\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_slider\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\" data-with-count=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17465966089594631478095\\\"><\\/div><\\/div><\\/div><div data-type=\\\"component-text\\\"><p style=\\\"text-align: center;\\\">&nbsp;<\\/p><p style=\\\"text-align: center;\\\">&nbsp;<\\/p><p style=\\\"text-align: center;\\\"><br><span style=\\\"font-size:28px;\\\"><strong>Live Classes<\\/strong><\\/span><br>&nbsp;<\\/p><\\/div><style type=\\\"text\\/css\\\" data-type=\\\"component-text\\\">.classes-slider {--stage-mb: 40px}.classes-slider .classes-item {margin-top: 0 !important}.classes-slider .owl-stage-outer {padding-bottom: var(--stage-mb);margin-bottom: calc(var(--stage-mb) * -1)}.classes-slider .owl-item img {width: 100% !important}.classes-slider .owl-nav button {margin-top: calc(var(--stage-mb) * -2);box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08) !important}.classes-item {margin-top: 55px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.classes-item {margin-top: 45px}}@media only screen and (max-width: 991px) {.classes-item {margin-top: 35px}}.classes-item:hover .classes-item-img img {transform: scale(1.02)}.classes-item-img {width: 100%;padding-bottom: 50%;position: relative;overflow: hidden;border-radius: 15px;z-index: 1}@media only screen and (max-width: 991px) {.classes-item-img {padding-bottom: 70%}}.classes-item-img::before {content: \\\"\\\";width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;opacity: .90;background: linear-gradient(262.24deg, rgba(40, 31, 58, 0.846) 15.85%, rgba(40, 31, 58, 0.135) 68.54%, rgba(40, 31, 58, 0.063) 80.57%, rgba(40, 31, 58, 0.018) 104.19%)}.classes-item-img img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: -1;transform: scale(1);transition: all .4s ease-in-out;z-index: -2}.classes-item-info {position: absolute;top: 25px;right: 20px;z-index: 2;width: max-content}@media only screen and (min-width: 992px) and (max-width: 1279px) {.classes-item-info {top: 20px}}@media only screen and (max-width: 991px) {.classes-item-info {top: 15px;right: 15px}}@media only screen and (max-width: 991px) {.classes-item-info ul {gap: 6px}}.classes-item-info ul li {--btn-padding-y: 4px;--btn-padding-x: 10px;font-size: 12px;line-height: 1.5;font-family: var(--fontFamily2);gap: 4px;width: max-content;border: none;border-radius: 100px;pointer-events: none}@media only screen and (min-width: 768px) and (max-width: 991px) {.classes-item-info ul li {margin-bottom: 0 !important}}@media only screen and (max-width: 479px) {.classes-item-info ul li {margin-bottom: 0 !important}}.classes-item-content {background-color: #fff;border: 4px solid #fff;width: calc(100% - 80px);padding: 25px 26px;border-radius: 18px;margin-top: -50px;position: relative;z-index: 1;box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08)}@media only screen and (min-width: 992px) and (max-width: 1279px) {.classes-item-content {padding: 20px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.classes-item-content {width: calc(100% - 20px);padding: 14px 17px;margin-top: -70px}}@media only screen and (max-width: 767px) {.classes-item-content {width: calc(100% - 30px);padding: 14px 17px}}@media only screen and (max-width: 479px) {.classes-item-content {margin-top: -80px}}.classes-item-content .content {max-width: calc(100% \\/ 12 * 9);flex: 0 0 100%}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.classes-item-content .content {max-width: calc(100% \\/ 12 * 8)}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.classes-item-content .content {max-width: calc(100% \\/ 12 * 8)}}@media only screen and (max-width: 991px) {.classes-item-content .content {max-width: 100%}}.classes-item-content .price {max-width: calc(100% \\/ 12 * 3);flex: 0 0 100%;position: relative;z-index: 1}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.classes-item-content .price {max-width: calc(100% \\/ 12 * 4)}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.classes-item-content .price {max-width: calc(100% \\/ 12 * 4)}}@media only screen and (max-width: 991px) {.classes-item-content .price {text-align: left !important;max-width: 100%;display: flex;align-items: center;margin-top: 8px}}.classes-item-content .price::before {content: \\\"\\\";width: 1px;height: 100%;position: absolute;top: 0;left: 0;background: radial-gradient(1700% 52.31% at 50% 50.77%, rgba(217, 217, 217, 0.6) 0%, rgba(217, 217, 217, 0.198) 51.04%, rgba(217, 217, 217, 0) 100%)}@media only screen and (max-width: 991px) {.classes-item-content .price::before {display: none}}.classes-item-content h4 {font-size: 20px;line-height: 1;cursor: pointer;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical}@media only screen and (min-width: 768px) and (max-width: 991px) {.classes-item-content h4 {font-size: 18px}}.classes-item-content h4:hover {color: var(--system_primery_color) !important}.classes-item-content del {font-size: 12px;line-height: 2.33333;opacity: .70;color: #98A6B4}.classes-item-content strong {font-size: 24px;line-height: 1.5}@media only screen and (min-width: 992px) and (max-width: 1279px) {.classes-item-content strong {font-size: 22px}}@media only screen and (max-width: 991px) {.classes-item-content strong {font-size: 20px}}.classes-item-content .theme-btn {font-size: 14px;line-height: 1.5;--btn-padding-y: 6px;--btn-padding-x: 16px}@media only screen and (max-width: 991px) {.classes-item-content .theme-btn {margin-left: auto}}.classes-item-date {font-size: 12px;line-height: 1.16667;margin-bottom: 10px}.classes-item-user {color: #98A6B4}.classes-item-user:hover {color: var(--system_primery_color)}.classes-item-user #img {--user-img: 30px;width: var(--user-img);height: var(--user-img);border-radius: 100%;overflow: hidden;border: 0 solid var(--system_secendory_color);position: relative}.classes-item-user #img img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: -1}.classes-item-user p {color: currentColor}@media only screen and (max-width: 991px) {.classes-item-user p {font-size: 14px}}<\\/style><div class=\\\"classes position-relative section-margin-lg\\\" data-type=\\\"component-text\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-md-12\\\"><div class=\\\"section-subtitle v2\\\"><div class=\\\"d-flex justify-content-between align-items-center flex-wrap\\\"><div><h3 class=\\\"mb-0 text-white\\\">Upcoming Live Class<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-12\\\"><div data-limit=\\\"6\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Course\\\" data-order=\\\"id\\\" data-preview=\\\"\\\" data-select=\\\"id,type,slug,title,thumbnail,price,discount_price,created_at,updated_at,category_id,class_id,user_id,total_enrolled\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_classes\\\" data-where-type=\\\"3\\\" data-with=\\\"class,class.category,user\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17472054102057056347472\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-type=\\\"component-text\\\"><p style=\\\"text-align: center;\\\">&nbsp;<\\/p><p style=\\\"text-align: center;\\\">&nbsp;<\\/p><p style=\\\"text-align: center;\\\"><a class=\\\"theme-btn ms-2\\\" href=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/live-classes\\\">All Live Classes<\\/a><\\/p><\\/div><div data-type=\\\"component-text\\\"><p style=\\\"text-align: center;\\\">&nbsp;<\\/p><p style=\\\"text-align: center;\\\">&nbsp;<\\/p><p style=\\\"text-align: center;\\\">&nbsp;<\\/p><p style=\\\"text-align: center;\\\"><br>&nbsp;<\\/p><p style=\\\"text-align: center;\\\"><span style=\\\"font-size:28px;\\\"><strong>Top Online Courses<\\/strong><\\/span><\\/p><\\/div><p data-type=\\\"component-text\\\"><style type=\\\"text\\/css\\\">.course {margin-top: var(--section-sepreate-lg)}.course-item {background-color: #fff;overflow: hidden;border-radius: 8px;margin-top: 24px;position: relative;top: 0;padding: 23px;transition: all .4s ease-in-out}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.course-item {margin-top: 35px}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.course-item {padding: 1rem;margin-top: 35px}}@media only screen and (max-width: 991px) {.course-item {margin-top: 30px}}.course-item:hover {top: -5px}.course-item-img {display: block;width: 100%;position: relative;overflow: hidden;padding-bottom: 55%;z-index: 1;border-radius: 6px}.course-item-img img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: -1;transform: scale(1);transition: all .4s ease-in-out}.course-item-rating {background-color: #fff;position: relative;z-index: 1;--rating-user: 40px;margin-bottom: 18px}.course-item-rating i {font-size: 12px}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.course-item-rating i {font-size: 11px}}.course-item-rating .user {width: var(--rating-user);height: var(--rating-user);border-radius: 100%;overflow: hidden;flex: 0 0 auto;border: 1px solid #98A6B4}.course-item-rating .user img {width: 100%;height: 100%;object-fit: cover}.course-item-rating .content {width: calc(100% - var(--rating-user));flex: 0 0 auto;padding-left: 8px}.course-item-rating a {color: var(--system_primery_color)}.course-item-rating a:hover {color: var(--system_secendory_color)}.course-item-rating span {color: currentColor;font-size: 20px;line-height: 1.5;font-weight: 500;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;margin-bottom: 4px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.course-item-rating span {font-size: 18px}}@media only screen and (max-width: 991px) {.course-item-rating span {font-size: 18px}}.course-item-content {padding: 0 12px;padding-top: 24px;padding-bottom: 15px}@media only screen and (max-width: 767px) {.course-item-content {padding: 0 6px}}.course-item-content .theme-btn {--btn-padding-y: 11px;--btn-padding-x: 26px;font-size: 12px;line-height: 1.5}.course-item-content-meta {font-size: 10px;line-height: 3;color: rgba(89, 102, 136, 0.8);overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical}@media only screen and (min-width: 768px) and (max-width: 991px) {.course-item-content-meta {font-size: 12px}}@media only screen and (max-width: 767px) {.course-item-content-meta {font-size: 12px;line-height: 1.5;margin-bottom: 12px !important}}.course-item-content-meta span {color: #596688}.course-item-title {margin-bottom: 26px;color: #596688;font-weight: 500;font-size: 24px;line-height: 1.25;min-height: 60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}@media only screen and (min-width: 992px) and (max-width: 1279px) {.course-item-title {font-size: 22px}}@media only screen and (max-width: 991px) {.course-item-title {font-size: 20px}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.course-item-title {margin-bottom: 18px}}.course-item-title:hover {color: var(--system_primery_color)}.course-item-price > span {display: flex;align-items: center}.course-item-price del {font-size: 20px;line-height: 1.5;font-weight: 500}@media only screen and (min-width: 992px) and (max-width: 1279px) {.course-item-price del {font-size: 18px}}@media only screen and (max-width: 991px) {.course-item-price del {font-size: 18px}}.course-item-price strong {font-size: 32px;line-height: 1.25;font-family: var(--fontFamily2);color: #596688}@media only screen and (min-width: 992px) and (max-width: 1279px) {.course-item-price strong {font-size: 28px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.course-item-price strong {font-size: 26px}}@media only screen and (max-width: 767px) {.course-item-price strong {font-size: 24px}}<\\/style><\\/p><div class=\\\"course\\\" data-type=\\\"component-text\\\"><div class=\\\"container\\\"><div data-limit=\\\"6\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Course\\\" data-order=\\\"id\\\" data-preview=\\\"\\\" data-select=\\\"id,type,slug,title,thumbnail,price,discount_price,mode_of_delivery,duration,total_enrolled,user_id,category_id,level,total_rating\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_course_v2\\\" data-where-status=\\\"1\\\" data-where-type=\\\"1\\\" data-with=\\\"courseLevel,user,category\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17472061807945823372196\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><p style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\"><a class=\\\"theme-btn ms-2\\\" href=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/courses\\\">All Courses<\\/a><\\/p><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Home Page\\\" data-aoraeditor-title=\\\"HomePage Instructor Section\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/home\\/homepage_instructor_section.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"cta_area\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-xl-6 offset-xl-1\\\"><div class=\\\"section__title white_text\\\"><h3 class=\\\"large_title\\\">Limitless learning and more possibilities<\\/h3><p>Choose from over 100,000 online video courses with new<\\/p><a class=\\\"theme_btn\\\" href=\\\"https:\\/\\/hayattayeba.com\\/instructors\\\">Find Our Instructor<\\/a><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><style type=\\\"text\\/css\\\">.instrucotr {padding: var(--section-sepreate-lg) 0}@media only screen and (min-width: 992px) and (max-width: 1279px) {.instrucotr {--section-sepreate-lg: 110px;overflow: hidden}}.instrucotr .section-title img, .instrucotr .section-title svg {margin-bottom: 36px}.instrucotr-slider {--sp: 10px;--pb: 50px}.instrucotr-slider .owl-stage-outer {padding-top: var(--sp);padding-bottom: var(--pb);margin-bottom: calc(var(--pb) * -1)}.instrucotr-slider .owl-nav > * {margin-top: var(--sp);background-color: var(--system_primery_color_20) !important}.instrucotr-slider .owl-nav > *:hover {background-color: var(--system_primery_color) !important}.instrucotr-item {position: relative;z-index: 1;border-radius: 16px;overflow: hidden}.instrucotr-item:hover .instrucotr-item-content {transform: translateY(0px)}.instrucotr-item-img {width: 100%;padding-bottom: 130%;overflow: hidden;position: relative;display: block;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.15)}@media only screen and (max-width: 767px) {.instrucotr-item-img {padding-bottom: 100%}}.instrucotr-item-img img {width: 100% !important;width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: -1}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.instrucotr-item-img img {height: 130%}}@media only screen and (max-width: 767px) {.instrucotr-item-img img {height: auto}}.instrucotr-item-content {position: absolute;left: 0;width: 100%;bottom: 0;z-index: 1;margin-bottom: 30px;transform: translateY(80px);transition: all .4s ease-in-out}@media only screen and (max-width: 767px) {.instrucotr-item-content {transform: translateY(70px)}}.instrucotr-item-content h4 {font-weight: 500;color: #fff;font-size: 32px;line-height: 1.25;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}@media only screen and (min-width: 992px) and (max-width: 1279px) {.instrucotr-item-content h4 {font-size: 28px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.instrucotr-item-content h4 {font-size: 26px}}@media only screen and (max-width: 767px) {.instrucotr-item-content h4 {font-size: 24px}}@media only screen and (max-width: 991px) {.instrucotr-item-content h4 {margin-bottom: 5px}}.instrucotr-item-content h4:hover {opacity: .8;}.instrucotr-item-content p {line-height: 1.3125;letter-spacing: 0.05em;margin-bottom: 20px;color: #A4ABBD}.instrucotr-item-content ul li {margin: 0 !important}.instrucotr-item-actions {width: max-content;margin: auto}.become-instructor {--section-margin: 90px;margin-top: calc(var(--section-sepreate-md) + var(--section-margin));border-radius: 20px;z-index: 1;background-color: var(--system_primery_color)}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor {--section-margin: 60px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor {--section-margin: 70px}}@media only screen and (max-width: 767px) {.become-instructor {--section-margin: 70px}}.become-instructor-img {--shape-1: 180px;--shape-2: 225px;--img-positon: 60px;width: 290px;height: 314px;position: relative;margin-top: -68px;margin-right: var(--img-positon)}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-img {--shape-1: 150px;--shape-2: 185px;--img-positon: 40px;width: 260px;height: 284px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-img {margin-right: auto;--shape-1: 130px;--shape-2: 175px;--img-positon: 46px;width: 240px;height: 264px}}@media only screen and (max-width: 767px) {.become-instructor-img {--shape-1: 140px;--shape-2: 175px;width: 220px;height: 234px;margin-right: auto}}.become-instructor-img::before {content: \\\"\\\";width: var(--shape-1);height: var(--shape-1);border-radius: 100%;background-color: #fff;opacity: .40;position: absolute;bottom: 0;left: -20px}.become-instructor-img img {width: 100%;height: 100%;object-fit: contain;position: absolute;top: 0;left: 0;z-index: -1;z-index: 0}.become-instructor-img .shape {width: var(--shape-2);height: var(--shape-2);border-radius: 100%;position: absolute;bottom: 34px;right: calc(var(--img-positon) * -1);background-color: #CEE8FF;margin-right: 64px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-img .shape {bottom: 44px}}.become-instructor-img .shape::before {content: \\\"\\\";width: 100%;height: 100%;position: absolute;top: -10px;left: 34px;border: 2px solid rgba(89, 102, 136, 0.7);z-index: 0;border-radius: 100%}.become-instructor-content {padding: 0px 8.3333%}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.become-instructor-content {padding: 0}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-content {padding-left: 0}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-content {padding-top: 30px;padding-bottom: 30px;text-align: center}}@media only screen and (max-width: 767px) {.become-instructor-content {padding-top: 20px;padding-bottom: 30px;text-align: center}}.become-instructor-content h3 {font-size: 40px;line-height: 1.5;line-height: 1.2;color: #fff}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.become-instructor-content h3 {font-size: 36px}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-content h3 {font-size: 32px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-content h3 {font-size: 28px}}@media only screen and (max-width: 767px) {.become-instructor-content h3 {font-size: 26px}}@media only screen and (max-width: 767px) {.become-instructor-content h3 {margin-bottom: 5px}}.become-instructor-content p {font-size: 18px;line-height: 1.33333;color: #fff}@media only screen and (max-width: 991px) {.become-instructor-content p {font-size: 16px;line-height: 1.683}}@media only screen and (max-width: 767px) {.become-instructor-content p {margin-bottom: 15px !important}}.become-instructor-content .theme-btn {min-width: 174px;--btn-padding-y: 12px;color: #777E93}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-content .theme-btn {--btn-padding-y: 10px;min-width: 134px}}@media only screen and (max-width: 767px) {.become-instructor-content .theme-btn {--btn-padding-y: 10px;min-width: max-content}}<\\/style><div class=\\\"instrucotr position-relative bg-white\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-md-8 text-center\\\"><div class=\\\"section-title\\\"><h2><strong>Our Instructors<\\/strong><\\/h2><p>It\'s all about meaningful learning experiences! Get to know our team!<\\/p><p>&nbsp;<\\/p><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div data-dir=\\\"desc\\\" data-limit=\\\"10\\\" data-model=\\\"\\\" data-order=\\\"total_rating\\\" data-preview=\\\"\\\" data-select=\\\"image,name,id,headline,total_rating,facebook,twitter,linkedin,instagram,youtube\\\" data-table=\\\"users\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_instructor_v3\\\" data-where-role_id=\\\"2\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\" data-with-count=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17466268342859628682406\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"package_area\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-7 col-md-9\\\"><div class=\\\"section__title text-center mb_80\\\"><h3>Online Learning from the World’s best categories<\\/h3><p>Choose from over 100,000 online video courses with new additions published every month<\\/p><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-12\\\"><div data-limit=\\\"0\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Category\\\" data-order=\\\"id\\\" data-preview=\\\"\\\" data-select=\\\"image,name,id,thumbnail\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_category\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\" data-with-count=\\\"courses\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17339058887896758866357\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Home Page\\\" data-aoraeditor-title=\\\"HomePage Testimonial Section\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/home\\/homepage_testimonial_section.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"testmonial_area\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6\\\"><div class=\\\"section__title text-center mb_80\\\"><h3>What Our Learners Say<\\/h3><p>The world’s largest selection of courses choose from 130,000 online video courses with new additions published every month<\\/p><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-lg-12\\\"><div data-limit=\\\"0\\\" data-model=\\\"Modules\\\\SystemSetting\\\\Entities\\\\Testimonial\\\" data-order=\\\"id\\\" data-preview=\\\"\\\" data-select=\\\"image,author,star,body\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_testimonial\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334704721756219267174\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Home Page;Blog\\\" data-aoraeditor-title=\\\"HomePage Blog Section\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/home\\/homepage_blog_section.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"blog_area\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 col-md-8\\\"><div class=\\\"section__title text-center mb_80\\\"><h3>Articles &amp; News<\\/h3><p>The world’s largest selection of courses choose from 130,000 online video courses with new additions published every month<\\/p><\\/div><\\/div><\\/div><div data-limit=\\\"4\\\" data-model=\\\"Modules\\\\Blog\\\\Entities\\\\Blog\\\" data-order=\\\"id\\\" data-preview=\\\"\\\" data-select=\\\"slug,thumbnail,authored_date,title\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_home_blog\\\" data-where-status=\\\"1\\\" data-with=\\\"user\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334704721859446530055\\\"><\\/div><\\/div><div class=\\\"row \\\"><div class=\\\"col-12 text-center pt_70\\\"><a class=\\\"theme_btn mb_30\\\" href=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/blogs\\\">View All Articles &amp; News<\\/a><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Home Page\\\" data-aoraeditor-title=\\\"HomePage Become Instructor Section\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/home\\/homepage_become_instructor_section.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"service_cta_area\\\"><div class=\\\"container\\\"><div class=\\\"border_top_1px\\\">&nbsp;<\\/div><div class=\\\"row justify-content-center\\\"><div class=\\\"col-xl-10\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-6\\\"><div class=\\\"single_cta_service mb_30\\\"><div class=\\\"thumb\\\"><img alt=\\\"\\\" src=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/public\\/uploads\\/main\\/images\\/12-05-2025\\/6821a6988d52b.jpeg\\\" style=\\\"width: 123px; height: 128px;\\\"><\\/div><div class=\\\"cta_service_info\\\"><h4>Become an Instructor.<\\/h4><p>Teach what you love. Corrector gives you the tools to create a course .<\\/p><a class=\\\"theme_btn small_btn\\\" href=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/instructors\\\">Start Teaching<\\/a><\\/div><\\/div><\\/div><div class=\\\"col-lg-6\\\"><div class=\\\"single_cta_service mb_30\\\"><div class=\\\"thumb\\\"><img alt=\\\"\\\" src=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/public\\/uploads\\/main\\/images\\/12-05-2025\\/6821a5896e135.jpeg\\\" style=\\\"width: 123px; height: 128px;\\\"><\\/div><div class=\\\"cta_service_info\\\"><h4><span style=\\\"font-family: var(--font_family2), sans-serif;\\\">Become a Learner.<\\/span><\\/h4><h4><span style=\\\"color: rgb(55, 55, 55); font-family: var(--font_family2), sans-serif; font-size: 16px; font-weight: 500;\\\">Join us now. our team gives you the tools to get the best results.<\\/span><\\/h4><a class=\\\"theme_btn small_btn\\\" href=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/courses\\\">Start studying<\\/a><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-type=\\\"component-googlemap\\\"><div class=\\\"googlemap-wrapper\\\"><div class=\\\"embed-responsive embed-responsive-16by9\\\"><iframe class=\\\"embed-responsive-item\\\" src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3311.875869809325!2d35.4876355!3d33.892850599999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x151f1731c13a1c0f%3A0x60d2695f62581d9c!2sTwister%20Technologies!5e0!3m2!1sen!2slb!4v1747036997973!5m2!1sen!2slb\\\"><\\/iframe><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Home Page\\\" data-aoraeditor-title=\\\"HomePage FAQ Section\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/home\\/homepage_faq_section.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"blog_area\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 col-md-8\\\"><div class=\\\"section__title text-center mb_80\\\"><h3>FAQ<\\/h3><p>Some common questions &amp; answers<\\/p><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-md-8 offset-2\\\"><div data-aoraeditor-title=\\\"FAQ\\\" data-dir=\\\"asc\\\" data-limit=\\\"0\\\" data-model=\\\"Modules\\\\FrontendManage\\\\Entities\\\\HomePageFaq\\\" data-order=\\\"order\\\" data-preview=\\\"\\\" data-select=\\\"question,answer\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_faq\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334704722028544952973\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"ar\":\"<style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"about section-margin\\\" data-type=\\\"component-text\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-md-8 text-center\\\"><div class=\\\"section-title\\\"><h2>&nbsp;<\\/h2><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-md-12\\\"><div class=\\\"about-inner position-relative\\\"><div class=\\\"row g-0 align-items-center\\\"><div class=\\\"col-lg-5\\\"><div class=\\\"about-video position-relative\\\"><a href=\\\"https:\\/\\/www.youtube.com\\/watch?v=CllrfDbeKso&amp;feature=youtu.be\\\" target=\\\"_blank\\\"><img alt=\\\"alt img\\\" src=\\\"https:\\/\\/hayattayeba.com\\/public\\/uploads\\/main\\/images\\/23-12-2024\\/676915d3ac88d.png\\\" style=\\\"width: 400px; height: 400px;\\\"><\\/a> <a class=\\\"about-video-play\\\" href=\\\"https:\\/\\/youtube.com\\/watch?v=CllrfDbeKso&amp;feature=youtu.be\\\" target=\\\"_blank\\\"> <i class=\\\"fa fa-play\\\">&nbsp;<\\/i> <\\/a><\\/div><\\/div><div class=\\\"col-lg-7\\\"><div class=\\\"about-content ps-lg-4\\\"><h3 class=\\\"text-secondary\\\">&nbsp;<\\/h3><p><span style=\\\"font-size:36px;\\\">كلمة المشرف العام على أكاديمية التعليم الشرعي الشيخ يحيى عبد الرزاق الغوثاني<\\/span><\\/p><p>مع اطلالة شهر رمضان المبارك لعام 1445 هجرية، يسعدني أن أزفَّ إليكم هذه البشرى بإطلاق مشروع علمي مبارك طالما انتظرتموه طويلاً وطالما تشوقتم إليه ذلكم هو مشروع أكاديمية التعليم الشرعي<\\/p><a class=\\\"theme-btn\\\" href=\\\"https:\\/\\/hayattayeba.com\\/about-us\\\">إشترك الآن<\\/a><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><style type=\\\"text\\/css\\\" data-type=\\\"component-text\\\">.about {position: relative;z-index: 0;margin-top: var(--section-sepreate-lg)}.about .section-title {margin-bottom: 90px}@media only screen and (min-width: 768px) and (max-width: 991px) {.about .section-title {margin-bottom: 70px}}@media only screen and (max-width: 767px) {.about .section-title {margin-bottom: 50px}}.about-inner {background-color: #fff;box-shadow: 5px 21px 60px 3px rgba(0, 0, 0, 0.15);border-radius: 36px;border-bottom-left-radius: 237px;padding-top: 60px;padding-bottom: 72px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-inner {padding-top: 50px;padding-bottom: 62px;border-bottom-left-radius: 136px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.about-inner {border-radius: 30px;padding: 30px}}@media only screen and (max-width: 767px) {.about-inner {border-radius: 30px;padding: 20px}}.about-video {width: 100%;padding-bottom: 64%;overflow: hidden;border-radius: 36px;margin-left: -50px}@media only screen and (min-width: 1440px) and (max-width: 1580px) {.about-video {margin-left: -30px}}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.about-video {margin-left: -20px}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-video {width: 90%;margin-left: 20px}}@media only screen and (max-width: 991px) {.about-video {margin-left: 0}}.about-video img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: -1;z-index: 1}.about-video-play {--play-width: 100px;width: var(--play-width);height: var(--play-width);display: flex;align-items: center;justify-content: center;background-color: #fff;color: var(--system_primery_color);border-radius: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 2;font-size: 24px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-video-play {--play-width: 80px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.about-video-play {--play-width: 80px}}@media only screen and (max-width: 767px) {.about-video-play {--play-width: 60px}}.about-video-play:hover {background-color: var(--system_primery_color);color: #fff}.about-video-play i {margin-left: 12px}.about-content {padding-right: 76px;position: relative}@media only screen and (max-width: 991px) {.about-content {margin-top: 24px;padding-right: 0;padding-bottom: 20px}}.about-content h3 {font-size: 32px;line-height: 1.25;font-weight: 600;margin-bottom: 20px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-content h3 {font-size: 28px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.about-content h3 {font-size: 26px}}@media only screen and (max-width: 767px) {.about-content h3 {font-size: 24px}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-content h3 {margin-bottom: 14px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.about-content h3 {font-size: 28px}}@media only screen and (max-width: 991px) {.about-content h3 {margin-bottom: 10px}}.about-content p {line-height: 1.5;margin-bottom: 26px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-content p {margin-bottom: 16px}}@media only screen and (max-width: 991px) {.about-content p {margin-bottom: 14px}}@media only screen and (max-width: 479px) {.about-content p {font-size: 14px;line-height: 1.683}}.about-content a {--btn-padding-y: 9px;min-width: 120px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.about-content a {margin-top: 10px}}@media only screen and (max-width: 991px) {.about-content a {margin-top: 10px}}<\\/style><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><\\/div><h1 style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\"><b>الحياة الطيبة<\\/b><\\/h1><div style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\"><span style=\\\"font-size:20px;\\\"><b>منصة تعليمية إلكترونية تقدم برامج تعليمية منهجية، تساهم في نمو وبناء الإنسان المسلم&nbsp;<\\/b><\\/span><\\/div><div style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\"><span style=\\\"font-size:20px;\\\"><b>شرعياً وروحياً وفكرياً، ليكون مبادراً إلى نهضة مجتمعه، ساعياً لترك الأثر الطيب فيه&nbsp;<\\/b><\\/span><\\/div><div style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\">&nbsp;<\\/div><div style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\">&nbsp;<\\/div><h1 style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\"><b>برنامج النمو الطيب<\\/b><\\/h1><div style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\"><span style=\\\"font-size:20px;\\\"><b>برنامج النمو الطيب&nbsp;برنامج تعليمي منهجي، يساهم في إعداد المسلم الفاعل، مكون من عدة مراحل<\\/b><\\/span><\\/div><div style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\"><span style=\\\"font-size:20px;\\\"><b>&nbsp;يقدم عبر دورات تدريبية في مجالات الشريعة والفكر والتزكية والتنمية، يقدمه ثُلَّة من المتخصصين<\\/b><\\/span><\\/div><div style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\">&nbsp;<\\/div><div style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\"><a class=\\\"theme_btn small_btn\\\" href=\\\"https:\\/\\/hayattayeba.com\\/--\\\">عرض التفاصيل<\\/a><\\/div><div style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\">&nbsp;<\\/div><div style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\">&nbsp;<\\/div><div style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\">&nbsp;<\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Home Page\\\" data-aoraeditor-title=\\\"HomePage Instructor Section\\\" data-preview=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/home\\/homepage_instructor_section.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"cta_area\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-xl-6 offset-xl-1\\\"><div class=\\\"section__title white_text\\\"><h3 class=\\\"large_title\\\">تابع الدورة المجانية من برنامج النمو الطيب<\\/h3><p>اختر من بين أكثر من 100000 دورة فيديو عبر الإنترنت مع ميزات جديدة<\\/p><a class=\\\"theme_btn\\\" href=\\\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\\\">شاهد<\\/a><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-type=\\\"component-text\\\"><br>&nbsp;<\\/div><div class=\\\"instrucotr position-relative bg-white\\\" data-type=\\\"component-text\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-md-8 text-center\\\"><div class=\\\"section-title\\\"><h2>&nbsp;<\\/h2><h2><b>المحاضرون<\\/b><\\/h2><\\/div><\\/div><\\/div><\\/div><\\/div><style type=\\\"text\\/css\\\" data-type=\\\"component-text\\\">.instrucotr {padding: var(--section-sepreate-lg) 0}@media only screen and (min-width: 992px) and (max-width: 1279px) {.instrucotr {--section-sepreate-lg: 110px;overflow: hidden}}.instrucotr .section-title img, .instrucotr .section-title svg {margin-bottom: 36px}.instrucotr-slider {--sp: 10px;--pb: 50px}.instrucotr-slider .owl-stage-outer {padding-top: var(--sp);padding-bottom: var(--pb);margin-bottom: calc(var(--pb) * -1)}.instrucotr-slider .owl-nav > * {margin-top: var(--sp);background-color: var(--system_primery_color_20) !important}.instrucotr-slider .owl-nav > *:hover {background-color: var(--system_primery_color) !important}.instrucotr-item {position: relative;z-index: 1;border-radius: 16px;overflow: hidden}.instrucotr-item:hover .instrucotr-item-content {transform: translateY(-20px)}.instrucotr-item-img {width: 100%;padding-bottom: 130%;overflow: hidden;position: relative;display: block;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.15)}@media only screen and (max-width: 767px) {.instrucotr-item-img {padding-bottom: 100%}}.instrucotr-item-img img {width: 100% !important;width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: -1}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.instrucotr-item-img img {height: 130%}}@media only screen and (max-width: 767px) {.instrucotr-item-img img {height: auto}}.instrucotr-item-content {position: absolute;left: 0;width: 100%;bottom: 0;z-index: 1;margin-bottom: 30px;transform: translateY(0px);transition: all .4s ease-in-out;padding: 0 15px;}@media only screen and (max-width: 767px) {.instrucotr-item-content {transform: translateY(70px)}}.instrucotr-item-content h4 {font-weight: 500;color: #fff;font-size: 24px;line-height: 1.25;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}@media only screen and (min-width: 992px) and (max-width: 1279px) {.instrucotr-item-content h4 {font-size: 28px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.instrucotr-item-content h4 {font-size: 26px}}@media only screen and (max-width: 767px) {.instrucotr-item-content h4 {font-size: 24px}}@media only screen and (max-width: 991px) {.instrucotr-item-content h4 {margin-bottom: 5px}}.instrucotr-item-content h4:hover {color: var(--system_primery_color) !important}.instrucotr-item-content p {line-height: 1.3125;letter-spacing: 0.05em;margin-bottom: 20px;color: #A4ABBD}.instrucotr-item-content ul li {margin: 0 !important}.instrucotr-item-actions {width: max-content;margin: auto}.become-instructor {--section-margin: 90px;margin-top: calc(var(--section-sepreate-md) + var(--section-margin));border-radius: 20px;z-index: 1;background-color: var(--system_primery_color)}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor {--section-margin: 60px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor {--section-margin: 70px}}@media only screen and (max-width: 767px) {.become-instructor {--section-margin: 70px}}.become-instructor-img {--shape-1: 180px;--shape-2: 225px;--img-positon: 60px;width: 290px;height: 314px;position: relative;margin-top: -68px;margin-right: var(--img-positon)}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-img {--shape-1: 150px;--shape-2: 185px;--img-positon: 40px;width: 260px;height: 284px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-img {margin-right: auto;--shape-1: 130px;--shape-2: 175px;--img-positon: 46px;width: 240px;height: 264px}}@media only screen and (max-width: 767px) {.become-instructor-img {--shape-1: 140px;--shape-2: 175px;width: 220px;height: 234px;margin-right: auto}}.become-instructor-img::before {content: \\\"\\\";width: var(--shape-1);height: var(--shape-1);border-radius: 100%;background-color: #fff;opacity: .40;position: absolute;bottom: 0;left: -20px}.become-instructor-img img {width: 100%;height: 100%;object-fit: contain;position: absolute;top: 0;left: 0;z-index: -1;z-index: 0}.become-instructor-img .shape {width: var(--shape-2);height: var(--shape-2);border-radius: 100%;position: absolute;bottom: 34px;right: calc(var(--img-positon) * -1);background-color: #CEE8FF;margin-right: 64px}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-img .shape {bottom: 44px}}.become-instructor-img .shape::before {content: \\\"\\\";width: 100%;height: 100%;position: absolute;top: -10px;left: 34px;border: 2px solid rgba(89, 102, 136, 0.7);z-index: 0;border-radius: 100%}.become-instructor-content {padding: 0px 8.3333%}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.become-instructor-content {padding: 0}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-content {padding-left: 0}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-content {padding-top: 30px;padding-bottom: 30px;text-align: center}}@media only screen and (max-width: 767px) {.become-instructor-content {padding-top: 20px;padding-bottom: 30px;text-align: center}}.become-instructor-content h3 {font-size: 40px;line-height: 1.5;line-height: 1.2;color: #fff}@media only screen and (min-width: 1280px) and (max-width: 1439px) {.become-instructor-content h3 {font-size: 36px}}@media only screen and (min-width: 992px) and (max-width: 1279px) {.become-instructor-content h3 {font-size: 32px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-content h3 {font-size: 28px}}@media only screen and (max-width: 767px) {.become-instructor-content h3 {font-size: 26px}}@media only screen and (max-width: 767px) {.become-instructor-content h3 {margin-bottom: 5px}}.become-instructor-content p {font-size: 18px;line-height: 1.33333;color: #fff}@media only screen and (max-width: 991px) {.become-instructor-content p {font-size: 16px;line-height: 1.683}}@media only screen and (max-width: 767px) {.become-instructor-content p {margin-bottom: 15px !important}}.become-instructor-content .theme-btn {min-width: 174px;--btn-padding-y: 12px;color: #777E93}@media only screen and (min-width: 768px) and (max-width: 991px) {.become-instructor-content .theme-btn {--btn-padding-y: 10px;min-width: 134px}}@media only screen and (max-width: 767px) {.become-instructor-content .theme-btn {--btn-padding-y: 10px;min-width: max-content}}<\\/style><div class=\\\"instrucotr position-relative bg-white\\\" data-type=\\\"component-text\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-md-8 text-center\\\"><div class=\\\"section-title\\\"><h2>&nbsp;<\\/h2><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div data-dir=\\\"desc\\\" data-limit=\\\"10\\\" data-model=\\\"\\\" data-order=\\\"total_rating\\\" data-preview=\\\"\\\" data-select=\\\"image,name,id,headline,total_rating,facebook,twitter,linkedin,instagram,youtube\\\" data-table=\\\"users\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_instructor_v2\\\" data-where-role_id=\\\"2\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\" data-with-count=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-174288709343369655982\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><h1 data-type=\\\"component-text\\\"><br>&nbsp;<\\/h1><div data-type=\\\"component-text\\\"><p style=\\\"text-align: center;\\\"><a class=\\\"theme_btn small_btn\\\" href=\\\"https:\\/\\/hayattayeba.com\\/instructors\\\">عرض الجميع<\\/a><\\/p><p style=\\\"text-align: center;\\\">&nbsp;<\\/p><p style=\\\"text-align: center;\\\">&nbsp;<\\/p><p style=\\\"text-align: center;\\\">&nbsp;<\\/p><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><h1 data-type=\\\"component-text\\\">&nbsp;<\\/h1><div data-type=\\\"component-text\\\">&nbsp;<\\/div><div data-type=\\\"component-text\\\">&nbsp;<\\/div><div data-type=\\\"component-text\\\">&nbsp;<\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Home Page;Blog\\\" data-aoraeditor-title=\\\"HomePage Blog Section\\\" data-preview=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/home\\/homepage_blog_section.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"blog_area\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 col-md-8\\\"><div class=\\\"section__title text-center mb_80\\\"><h3>المدونة<\\/h3><\\/div><\\/div><\\/div><div data-limit=\\\"4\\\" data-model=\\\"Modules\\\\Blog\\\\Entities\\\\Blog\\\" data-order=\\\"id\\\" data-preview=\\\"\\\" data-select=\\\"slug,thumbnail,authored_date,title\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_home_blog\\\" data-where-status=\\\"1\\\" data-with=\\\"user\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334704721859446530055\\\"><\\/div><\\/div><div class=\\\"row \\\"><div class=\\\"col-12 text-center pt_70\\\"><a class=\\\"theme_btn mb_30\\\" href=\\\"https:\\/\\/hayattayeba.com\\/blog\\\">عرض جميع المقالات<\\/a><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Home Page\\\" data-aoraeditor-title=\\\"HomePage Testimonial Section\\\" data-preview=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/home\\/homepage_testimonial_section.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"testmonial_area\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6\\\"><div class=\\\"section__title text-center mb_80\\\"><h3>قالوا عنا<\\/h3><p>&nbsp;<\\/p><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-lg-12\\\"><div data-limit=\\\"0\\\" data-model=\\\"Modules\\\\SystemSetting\\\\Entities\\\\Testimonial\\\" data-order=\\\"id\\\" data-preview=\\\"\\\" data-select=\\\"image,author,star,body\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_testimonial\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334704721756219267174\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"blog_area\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 col-md-8\\\"><div class=\\\"section__title text-center mb_80\\\"><h3>الأسئلة الشائعة<\\/h3><div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-6 col-md-8\\\"><div class=\\\"section__title text-center mb_80\\\"><p>بعض الأسئلة الشائعة والأجوبة<\\/p><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-md-8 offset-2\\\"><div data-aoraeditor-title=\\\"FAQ\\\" data-dir=\\\"asc\\\" data-limit=\\\"0\\\" data-model=\\\"Modules\\\\FrontendManage\\\\Entities\\\\HomePageFaq\\\" data-order=\\\"order\\\" data-preview=\\\"\\\" data-select=\\\"question,answer\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_faq\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\">&nbsp;<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\" dir=\\\"ltr\\\"><div class=\\\"col-md-8 offset-2\\\"><div data-aoraeditor-title=\\\"FAQ\\\" data-dir=\\\"asc\\\" data-limit=\\\"0\\\" data-model=\\\"Modules\\\\FrontendManage\\\\Entities\\\\HomePageFaq\\\" data-order=\\\"order\\\" data-preview=\\\"\\\" data-select=\\\"question,answer\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_faq\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17339089276768686667611\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-type=\\\"component-text\\\"><div class=\\\"photo-panel\\\"><img src=\\\"https:\\/\\/hayattayeba.com\\/public\\/uploads\\/main\\/images\\/19-12-2024\\/67644cccf3813.png\\\" style=\\\"max-width: 100%; height: 106px; float: left;object-fit:cover;width:100%\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"}','/',1,1,'2024-11-27 16:41:08','2025-06-12 18:27:58',NULL,1,1),
(3,'Courses','{\"en\":\"Courses\"}','{\"en\":\"Courses\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"__banner\\\" data-aoraeditor-categories=\\\"Common\\\" data-aoraeditor-title=\\\"Banner\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/about\\/banner.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/public\\/uploads\\/main\\/images\\/14-05-2025\\/682490ad5a7b1.jpeg\\\" style=\\\"width: 1920px; height: 882px;\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\">&nbsp;<h3>&nbsp;<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Course Page\\\" data-aoraeditor-title=\\\"Course Page Section\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/class\\/class_page_section.jpg\\\" data-type=\\\"component-text\\\"><input class=\\\"class_route\\\" name=\\\"class_route\\\" type=\\\"hidden\\\" value=\\\"https:\\/\\/hayattayeba.com\\/courses\\\"><div class=\\\"courses_area\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-4 col-xl-3\\\"><div class=\\\"course_category_chose  mt_10\\\"><div class=\\\"course_title mb_30 d-flex align-items-center\\\"><div class=\\\"d-flex align-items-center\\\"><svg height=\\\"13\\\" viewBox=\\\"0 0 19.5 13\\\" width=\\\"19.5\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"> <g id=\\\"filter-icon\\\" transform=\\\"translate(28)\\\"> <rect data-name=\\\"Rectangle 1\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_1\\\" rx=\\\"1\\\" transform=\\\"translate(-28)\\\" width=\\\"19.5\\\"><\\/rect> <rect 2=\\\"\\\" id=\\\"Rectangle data-name=\\\" rectangle=\\\"\\\"><\\/rect> <rect data-name=\\\"Rectangle 3\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_3\\\" rx=\\\"1\\\" transform=\\\"translate(-20.75 11)\\\" width=\\\"5\\\"><\\/rect> <\\/g> <\\/svg><h5 class=\\\"font_16 f_w_500 mb-0\\\">Filter Category<\\/h5><\\/div><div class=\\\"popupClose\\\">&nbsp;<\\/div><\\/div><div class=\\\"course_category_inner\\\"><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">Class Category<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Category\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,name\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_category\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334716136385223956745\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">Level<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\CourseLevel\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,title\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_level\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334716136392855903793\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">Class Price<\\/h4><div data-limit=\\\"\\\" data-model=\\\"\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_price\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334716136391412649407\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"col-lg-8 col-xl-9\\\"><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Course\\\" data-order=\\\"\\\" data-pagination=\\\"12\\\" data-preview=\\\"\\\" data-request=\\\"price,lang_id,level,category_id,order,search\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_topic\\\" data-where-status=\\\"1\\\" data-where-type=\\\"1\\\" data-with=\\\"lessons\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334716136401975587404\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"ar\":\"<style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"__banner\\\" data-aoraeditor-categories=\\\"Common\\\" data-aoraeditor-title=\\\"Banner\\\" data-preview=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/about\\/banner.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/hayattayeba.com\\/public\\/uploads\\/main\\/images\\/19-12-2024\\/6764072ee6128.jpeg\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\">&nbsp;<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><h1 style=\\\"text-align: center;\\\" data-type=\\\"component-text\\\"><br><b>الدورات<\\/b><\\/h1><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Course Page\\\" data-aoraeditor-title=\\\"Course Page Section\\\" data-preview=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/class\\/class_page_section.jpg\\\" data-type=\\\"component-text\\\"><input class=\\\"class_route\\\" name=\\\"class_route\\\" type=\\\"hidden\\\" value=\\\"https:\\/\\/hayattayeba.com\\/courses\\\"><div class=\\\"courses_area\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-4 col-xl-3\\\"><div class=\\\"course_category_chose  mt_10\\\"><div class=\\\"course_title mb_30 d-flex align-items-center\\\"><div class=\\\"d-flex align-items-center\\\"><svg height=\\\"13\\\" viewBox=\\\"0 0 19.5 13\\\" width=\\\"19.5\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"> <g id=\\\"filter-icon\\\" transform=\\\"translate(28)\\\"> <rect data-name=\\\"Rectangle 1\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_1\\\" rx=\\\"1\\\" transform=\\\"translate(-28)\\\" width=\\\"19.5\\\"><\\/rect> <rect 2=\\\"\\\" id=\\\"Rectangle data-name=\\\" rectangle=\\\"\\\"><\\/rect> <rect data-name=\\\"Rectangle 3\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_3\\\" rx=\\\"1\\\" transform=\\\"translate(-20.75 11)\\\" width=\\\"5\\\"><\\/rect> <\\/g> <\\/svg><h5 class=\\\"font_16 f_w_500 mb-0\\\">تصفية الفئة<\\/h5><\\/div><\\/div><div class=\\\"course_category_inner\\\"><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">فئة الدورات<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Category\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,name\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_category\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334716136385223956745\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">مستوى<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\CourseLevel\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,title\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_level\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334716136392855903793\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">سعر الصف<\\/h4><div data-limit=\\\"\\\" data-model=\\\"\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_price\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334716136391412649407\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"col-lg-8 col-xl-9\\\"><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Course\\\" data-order=\\\"\\\" data-pagination=\\\"12\\\" data-preview=\\\"\\\" data-request=\\\"price,lang_id,level,category_id,order,search\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_topic\\\" data-where-status=\\\"1\\\" data-where-type=\\\"1\\\" data-with=\\\"lessons\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334716136401975587404\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"}','/courses',1,1,'2024-11-27 16:41:08','2025-05-14 22:46:52',NULL,1,0),
(4,'Classes','{\"en\":\"Classes\"}','{\"en\":\"Classes\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"__banner\\\" data-aoraeditor-categories=\\\"Common\\\" data-aoraeditor-title=\\\"Banner\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/about\\/banner.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/public\\/uploads\\/main\\/images\\/14-05-2025\\/68248f9f93042.jpeg\\\" style=\\\"width: 1836px; height: 951px;\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\"><span>About Company<\\/span><h3>The leading global marketplace.<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Class Page\\\" data-aoraeditor-title=\\\"Class Page Section\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/class\\/class_page_section.jpg\\\" data-type=\\\"component-text\\\"><input class=\\\"class_route\\\" name=\\\"class_route\\\" type=\\\"hidden\\\" value=\\\"https:\\/\\/hayattayeba.com\\/classes\\\"><div class=\\\"courses_area\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-4 col-xl-3\\\"><div class=\\\"course_category_chose  mt_10\\\"><div class=\\\"course_title mb_30 d-flex align-items-center\\\"><div class=\\\"d-flex align-items-center\\\"><svg height=\\\"13\\\" viewBox=\\\"0 0 19.5 13\\\" width=\\\"19.5\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"> <g id=\\\"filter-icon\\\" transform=\\\"translate(28)\\\"> <rect data-name=\\\"Rectangle 1\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_1\\\" rx=\\\"1\\\" transform=\\\"translate(-28)\\\" width=\\\"19.5\\\"><\\/rect> <rect 2=\\\"\\\" id=\\\"Rectangle data-name=\\\" rectangle=\\\"\\\"><\\/rect> <rect data-name=\\\"Rectangle 3\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_3\\\" rx=\\\"1\\\" transform=\\\"translate(-20.75 11)\\\" width=\\\"5\\\"><\\/rect> <\\/g> <\\/svg><h5 class=\\\"font_16 f_w_500 mb-0\\\">Filter Category<\\/h5><\\/div><div class=\\\"popupClose\\\">&nbsp;<\\/div><\\/div><div class=\\\"course_category_inner\\\"><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">Class Category<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Category\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,name\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_category\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334726134042515926453\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">Level<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\CourseLevel\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,title\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_level\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334726134058186854578\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">Class Price<\\/h4><div data-limit=\\\"\\\" data-model=\\\"\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_price\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334726134058980755148\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"col-lg-8 col-xl-9\\\"><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Course\\\" data-order=\\\"\\\" data-pagination=\\\"12\\\" data-preview=\\\"\\\" data-request=\\\"price,lang_id,level,category_id,order,search\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_topic\\\" data-where-status=\\\"1\\\" data-where-type=\\\"3\\\" data-with=\\\"class\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334726134058986217391\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"ar\":\"<style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"__banner\\\" data-aoraeditor-categories=\\\"Common\\\" data-aoraeditor-title=\\\"Banner\\\" data-preview=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/about\\/banner.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/banner\\/bradcam_bg_1.jpg\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\"><span>نبذة عن الشركة<\\/span><h3>السوق العالمية الرائدة.<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Class Page\\\" data-aoraeditor-title=\\\"Class Page Section\\\" data-preview=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/class\\/class_page_section.jpg\\\" data-type=\\\"component-text\\\"><input class=\\\"class_route\\\" name=\\\"class_route\\\" type=\\\"hidden\\\" value=\\\"https:\\/\\/lms.demosoftware.me\\/classes\\\"><div class=\\\"courses_area\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-4 col-xl-3\\\"><div class=\\\"course_category_chose  mt_10\\\"><div class=\\\"course_title mb_30 d-flex align-items-center\\\"><div class=\\\"d-flex align-items-center\\\"><svg height=\\\"13\\\" viewBox=\\\"0 0 19.5 13\\\" width=\\\"19.5\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"> <g id=\\\"filter-icon\\\" transform=\\\"translate(28)\\\"> <rect data-name=\\\"Rectangle 1\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_1\\\" rx=\\\"1\\\" transform=\\\"translate(-28)\\\" width=\\\"19.5\\\"><\\/rect> <rect 2=\\\"\\\" id=\\\"Rectangle data-name=\\\" rectangle=\\\"\\\"><\\/rect> <rect data-name=\\\"Rectangle 3\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_3\\\" rx=\\\"1\\\" transform=\\\"translate(-20.75 11)\\\" width=\\\"5\\\"><\\/rect> <\\/g> <\\/svg><h5 class=\\\"font_16 f_w_500 mb-0\\\">Filter Category<\\/h5><\\/div><div class=\\\"popupClose\\\">&nbsp;<\\/div><\\/div><div class=\\\"course_category_inner\\\"><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">الفئة الصفية<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Category\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,name\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_category\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334726134042515926453\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">مستوى<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\CourseLevel\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,title\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_level\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334726134058186854578\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">سعر الصف<\\/h4><div data-limit=\\\"\\\" data-model=\\\"\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_price\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334726134058980755148\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"col-lg-8 col-xl-9\\\"><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Course\\\" data-order=\\\"\\\" data-pagination=\\\"12\\\" data-preview=\\\"\\\" data-request=\\\"price,lang_id,level,category_id,order,search\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_topic\\\" data-where-status=\\\"1\\\" data-where-type=\\\"3\\\" data-with=\\\"class\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334726134058986217391\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"}','/classes',1,1,'2024-11-27 16:41:08','2025-05-14 22:42:12',NULL,1,0),
(5,'Quiz','{\"en\":\"Quiz\"}','{\"en\":\"Quiz\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"__banner\\\" data-aoraeditor-categories=\\\"Common\\\" data-aoraeditor-title=\\\"Banner\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/about\\/banner.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/banner\\/bradcam_bg_1.jpg\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\"><span>About Company<\\/span><h3>The leading global marketplace.<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Quiz Page\\\" data-aoraeditor-title=\\\"Quiz Page Section\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/contact\\/contact_page_section.jpg\\\" data-type=\\\"component-text\\\"><input class=\\\"class_route\\\" name=\\\"quiz_route\\\" type=\\\"hidden\\\" value=\\\"https:\\/\\/hayattayeba.com\\/quizzes\\\"><div class=\\\"courses_area\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-4 col-xl-3\\\"><div class=\\\"course_category_chose  mt_10\\\"><div class=\\\"course_title mb_30 d-flex align-items-center\\\"><div class=\\\"d-flex align-items-center\\\"><svg height=\\\"13\\\" viewBox=\\\"0 0 19.5 13\\\" width=\\\"19.5\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"> <g id=\\\"filter-icon\\\" transform=\\\"translate(28)\\\"> <rect data-name=\\\"Rectangle 1\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_1\\\" rx=\\\"1\\\" transform=\\\"translate(-28)\\\" width=\\\"19.5\\\"><\\/rect> <rect 2=\\\"\\\" id=\\\"Rectangle data-name=\\\" rectangle=\\\"\\\"><\\/rect> <rect data-name=\\\"Rectangle 3\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_3\\\" rx=\\\"1\\\" transform=\\\"translate(-20.75 11)\\\" width=\\\"5\\\"><\\/rect> <\\/g> <\\/svg><h5 class=\\\"font_16 f_w_500 mb-0\\\">Filter Category<\\/h5><\\/div><div class=\\\"popupClose\\\">&nbsp;<\\/div><\\/div><div class=\\\"course_category_inner\\\"><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">Class Category<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Category\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,name\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_category\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334732648707466181735\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">Level<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\CourseLevel\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,title\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_level\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334732648706138371110\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">Class Price<\\/h4><div data-limit=\\\"\\\" data-model=\\\"\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_price\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334732648711331154488\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"col-lg-8 col-xl-9\\\"><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Course\\\" data-order=\\\"\\\" data-pagination=\\\"12\\\" data-preview=\\\"\\\" data-request=\\\"price,lang_id,level,category_id,order,search\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_topic\\\" data-where-status=\\\"1\\\" data-where-type=\\\"2\\\" data-with=\\\"quiz,quiz.assign\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334732648717951534473\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"ar\":\"<style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"__banner\\\" data-aoraeditor-categories=\\\"Common\\\" data-aoraeditor-title=\\\"Banner\\\" data-preview=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/about\\/banner.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/hayattayeba.com\\/public\\/uploads\\/main\\/images\\/19-12-2024\\/676409203a124.jpeg\\\" style=\\\"width: 600px; height: 450px;\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\"><span>نبذة عن الشركة<\\/span><h3>السوق العالمية الرائدة.<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Quiz Page\\\" data-aoraeditor-title=\\\"Quiz Page Section\\\" data-preview=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/contact\\/contact_page_section.jpg\\\" data-type=\\\"component-text\\\"><input class=\\\"class_route\\\" name=\\\"quiz_route\\\" type=\\\"hidden\\\" value=\\\"https:\\/\\/lms.demosoftware.me\\/quizzes\\\"><div class=\\\"courses_area\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-4 col-xl-3\\\"><div class=\\\"course_category_chose  mt_10\\\"><div class=\\\"course_title mb_30 d-flex align-items-center\\\"><div class=\\\"d-flex align-items-center\\\"><svg height=\\\"13\\\" viewBox=\\\"0 0 19.5 13\\\" width=\\\"19.5\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"> <g id=\\\"filter-icon\\\" transform=\\\"translate(28)\\\"> <rect data-name=\\\"Rectangle 1\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_1\\\" rx=\\\"1\\\" transform=\\\"translate(-28)\\\" width=\\\"19.5\\\"><\\/rect> <rect 2=\\\"\\\" id=\\\"Rectangle data-name=\\\" rectangle=\\\"\\\"><\\/rect> <rect data-name=\\\"Rectangle 3\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_3\\\" rx=\\\"1\\\" transform=\\\"translate(-20.75 11)\\\" width=\\\"5\\\"><\\/rect> <\\/g> <\\/svg><h5 class=\\\"font_16 f_w_500 mb-0\\\">Filter Category<\\/h5><\\/div><div class=\\\"popupClose\\\">&nbsp;<\\/div><\\/div><div class=\\\"course_category_inner\\\"><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">فئة الدورة<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Category\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,name\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_category\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334732648707466181735\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">المستوى<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\CourseLevel\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,title\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_level\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334732648706138371110\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">سعر الصف<\\/h4><div data-limit=\\\"\\\" data-model=\\\"\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_price\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334732648711331154488\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"col-lg-8 col-xl-9\\\"><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Course\\\" data-order=\\\"\\\" data-pagination=\\\"12\\\" data-preview=\\\"\\\" data-request=\\\"price,lang_id,level,category_id,order,search\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_topic\\\" data-where-status=\\\"1\\\" data-where-type=\\\"2\\\" data-with=\\\"quiz,quiz.assign\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334732648717951534473\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"}','/quizzes',1,1,'2024-11-27 16:41:08','2025-03-14 19:51:55',NULL,1,0),
(6,'Instructors','{\"en\":\"Instructors\"}','{\"en\":\"Instructors\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"__banner\\\" data-aoraeditor-categories=\\\"Common\\\" data-aoraeditor-title=\\\"Banner\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/about\\/banner.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/public\\/uploads\\/main\\/images\\/14-05-2025\\/6824877783097.jpeg\\\" style=\\\"width: 1920px; height: 800px;\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\">&nbsp;<h3>&nbsp;<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><h2 data-type=\\\"component-text\\\">&nbsp;<\\/h2><div data-type=\\\"component-text\\\">&nbsp;<\\/div><div data-type=\\\"component-text\\\">&nbsp;<\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Instructor Page\\\" data-aoraeditor-title=\\\"Instructor List\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/instractor\\/instructor_list.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"instractors_wrapper instractors_wrapper2\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-5\\\"><div class=\\\"section__title2 mb_76\\\"><span>Meet Our world-class instructors<\\/span><h4>We are here to meet your demand and teach the most beneficial way for you in Personal .<\\/h4><\\/div><\\/div><\\/div><div data-limit=\\\"\\\" data-model=\\\"\\\" data-order=\\\"id\\\" data-pagination=\\\"16\\\" data-preview=\\\"\\\" data-select=\\\"image,name,id,headline\\\" data-table=\\\"users\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_instructor\\\" data-where-role_id=\\\"2\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334723170431755715245\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"ar\":\"<style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"__banner\\\" data-aoraeditor-categories=\\\"Common\\\" data-aoraeditor-title=\\\"Banner\\\" data-preview=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/about\\/banner.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/hayattayeba.com\\/public\\/uploads\\/main\\/images\\/19-12-2024\\/6764679d45c26.jpeg\\\" style=\\\"width: 1903px; height: 106px;\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\">&nbsp;<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Instructor Page\\\" data-aoraeditor-title=\\\"Popular Instructor\\\" data-preview=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/instractor\\/popular_instructor.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"instractors_wrapper\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-7\\\"><div class=\\\"section__title2 mb_76\\\"><span>المحاضرون<\\/span><h4>نبذة عن الماحضرين والمدربين لدينا!<\\/h4><\\/div><\\/div><\\/div><div data-dir=\\\"desc\\\" data-limit=\\\"10\\\" data-model=\\\"\\\" data-order=\\\"total_rating\\\" data-preview=\\\"\\\" data-select=\\\"image,name,id,headline,total_rating\\\" data-table=\\\"users\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_instructor\\\" data-where-role_id=\\\"2\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\" data-with-count=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-1733472317039224698161\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><\\/div><\\/div><\\/div><\\/div><\\/div>\"}','/instructors',1,1,'2024-11-27 16:41:08','2025-05-14 22:12:21',NULL,1,0),
(7,'Contact Us','{\"en\":\"Contact Us\"}','{\"en\":\"Contact Us\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"__banner\\\" data-aoraeditor-categories=\\\"Common\\\" data-aoraeditor-title=\\\"Banner\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/about\\/banner.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/public\\/uploads\\/main\\/images\\/14-05-2025\\/682470ae0a550.jpeg\\\" style=\\\"width: 1900px; height: 600px;\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\">&nbsp;<h3>&nbsp;<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Contact Page\\\" data-aoraeditor-title=\\\"Contact page section\\\" data-preview=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/contact\\/contact_page_section.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"contact_section \\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-xl-10\\\"><div class=\\\"contact_address\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-xl-12\\\"><div class=\\\"row justify-content-between\\\"><div class=\\\"col-lg-5\\\"><div class=\\\"contact_info mb_30\\\"><div class=\\\"contact_title\\\"><h4 class=\\\"mb-0\\\">Opening Hours<\\/h4><\\/div><p><b>Monday to Friday from 8:30 AM to 5:30 PM<\\/b><br><b>Saturdays from 10:30 AM to 2:30 PM<\\/b><\\/p><p><span style=\\\"font-size:24px;\\\"><b>Contact Information<\\/b><\\/span><br><br><b>Mobile:&nbsp;&nbsp;+961 71 651 206<\\/b><br><b>Email:&nbsp;info@twister.tech<\\/b><br><b>Address:&nbsp;Twister Technologies SAL, Sanayeh, Monte Marina Bldg., Block C, 1st Flr., Beirut, Lebanon<br>Location:&nbsp;<a href=\\\"https:\\/\\/maps.app.goo.gl\\/sP6rxfRKqJv2tAms7\\\" target=\\\"_blank\\\">View Map<\\/a><\\/b><\\/p><p>&nbsp;<\\/p><div class=\\\"address_lines\\\"><div class=\\\"single_address_line d-flex\\\"><div class=\\\"address_info\\\"><p>&nbsp;<\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"col-lg-6\\\"><div class=\\\"contact_form_box mb_30\\\"><div class=\\\"contact_title\\\"><h4 class=\\\"mb-0\\\">&nbsp;<\\/h4><h4 class=\\\"mb-0\\\">&nbsp;<\\/h4><h4 class=\\\"mb-0\\\">&nbsp;<\\/h4><h4 class=\\\"mb-0\\\">&nbsp;<\\/h4><h4 class=\\\"mb-0\\\">Send us Message<\\/h4><\\/div><div data-limit=\\\"\\\" data-model=\\\"\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_contact_form\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/hayattayeba.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17334723565375487751474\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-type=\\\"component-googlemap\\\"><div class=\\\"googlemap-wrapper\\\"><div class=\\\"embed-responsive embed-responsive-16by9\\\"><iframe class=\\\"embed-responsive-item\\\" src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3311.875869809325!2d35.4876355!3d33.892850599999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x151f1731c13a1c0f%3A0x60d2695f62581d9c!2sTwister%20Technologies!5e0!3m2!1sen!2slb!4v1747222147366!5m2!1sen!2slb\\\"><\\/iframe><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"ar\":\"<style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"__banner\\\" data-aoraeditor-categories=\\\"Common\\\" data-aoraeditor-title=\\\"Banner\\\" data-preview=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/about\\/banner.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/hayattayeba.com\\/public\\/uploads\\/main\\/images\\/05-02-2025\\/67a3228eaf78e.jpeg\\\" style=\\\"width: 1280px; height: 486px;\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\">&nbsp;<\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Contact Page\\\" data-aoraeditor-title=\\\"Contact page section\\\" data-preview=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/contact\\/contact_page_section.jpg\\\" data-type=\\\"component-text\\\"><div class=\\\"contact_section \\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-xl-10\\\"><div class=\\\"contact_address\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-xl-12\\\"><div class=\\\"row justify-content-between\\\"><div class=\\\"col-lg-5\\\"><div class=\\\"contact_info mb_30\\\"><div class=\\\"contact_title\\\"><div class=\\\"contact_title\\\"><h4 class=\\\"mb-0\\\">معلومات التواصل<\\/h4><\\/div><\\/div><p><span style=\\\"font-family: var(--font_family2), sans-serif; font-size: 14px; font-weight: 600;\\\">بيروت، مركز مريم ابنة عمران، الكولا<\\/span><\\/p><div class=\\\"address_lines\\\"><div class=\\\"single_address_line d-flex\\\"><div class=\\\"address_info\\\"><p>025 304 1 961+<\\/p><\\/div><\\/div><div class=\\\"single_address_line d-flex\\\"><div class=\\\"address_info\\\"><p><a href=\\\"mailto:waqf.alhayat.altayeba@google.com\\\"><span style=\\\"color:#2183a4;\\\">waqf.alhayat.altayeba@google.com<\\/span><\\/a><\\/p><p>&nbsp;<\\/p><p><strong>عندكم أسئلة، استفسار أو تواجهون مشكلة في استعمال المنصة، تواصلوا معنا عبر المعلومات التالية، أو عبر ملأ الاستمارة.<\\/strong><\\/p><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"col-lg-6\\\"><div class=\\\"contact_form_box mb_30\\\"><div class=\\\"contact_title\\\"><h4 class=\\\"mb-0\\\"><br><br><br><br>أرسل لنا رسالة<\\/h4><\\/div><div data-limit=\\\"\\\" data-model=\\\"\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_contact_form\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/lms.demosoftware.me\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17338436468609848164266\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><\\/div><\\/div><\\/div><\\/div><\\/div>\"}','/contact-us',1,1,'2024-11-27 16:41:08','2025-05-14 21:30:02',NULL,1,0),
(8,'من نحن','{\"en\":\"About Us\",\"ar\":\"من نحن\"}','{\"en\":\"About Us\",\"ar\":\"من نحن\"}','{\"ar\":\"<style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\" data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/hayattayeba.com\\/public\\/uploads\\/main\\/images\\/30-01-2025\\/679b7b09d8230.jpeg\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\">&nbsp;<h3>&nbsp;<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><div>&nbsp;<\\/div><\\/div><p data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<\\/span><span style=\\\"font-size:36px;\\\"> <b>من نحن<\\/b><\\/span><\\/p><p data-type=\\\"component-text\\\"><br><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; وقف الحياة الطيبة هو وقف خيري لبناني &nbsp;يعمل على تنمية أبناء المجتمع المسلم معرفياً، من خلال تقديم مشاريع تعليمية منهجية تثقيفية،<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; تساهم في نمو وبناء الإنسان المسلم شرعياً وروحياً وفكرياً.<\\/span><\\/p><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><\\/div><p data-type=\\\"component-text\\\"><span style=\\\"font-size:36px;\\\"><b>&nbsp; &nbsp; &nbsp; &nbsp;رؤيتنا<\\/b><\\/span><br>&nbsp;<\\/p><p data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;التميز في تقديم مشاريع تعليمية وتنموية في العالم العربي والإسلامي على مستوى عالي من المنهجية والاحترافية، حضورياً وعبر الانترنت.<\\/span><\\/p><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><\\/div><p data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<\\/span><span style=\\\"font-size:36px;\\\"> <b>رسالتنا<\\/b><\\/span><br>&nbsp;<\\/p><p style=\\\"text-align: justify;\\\" data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;بناء المسلم معرفياً، والارتقاء به روحياً وفكرياً، عبر مجموعة من البرامج المنهجية ليكون مبادراً إلى نهضة مجتمعه، ساعياً لترك الأثر الطيب فيه.<\\/span><\\/p><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><\\/div><p data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<\\/span><span style=\\\"font-size:36px;\\\"> <b>أهدافنا<\\/b><\\/span><br>&nbsp;<\\/p><p style=\\\"text-align: justify;\\\" data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1- تعزيز الفهم الصحيح للشريعة الإسلامية<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2- تنمية الجانب الروحي.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3- تطوير الفكر لدى الشباب المسلم.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4- بناء القدرات الشخصية لأفراد المجتمع.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5- نشر وتعزيز القيم الإسلامية في المجتمع المسلم.<\\/span><\\/p><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><\\/div><p data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<\\/span><span style=\\\"font-size:36px;\\\"> <b>قيمنا<\\/b><\\/span><br>&nbsp;<\\/p><p style=\\\"text-align: justify;\\\" data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1- الإيمان: تعزيز الإيمان بالله والعمل وفق تعاليم الإسلام.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2- العلم: السعي المستمر لاكتساب ونشر المعرفة الشرعية والعلمية.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3- الروحانية: تعزيز الروحانية والتقوى في حياة الأفراد.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4- التعاون: العمل بروح الجماعية وتعزيز التعاون بين أفراد المجتمع.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5- التنمية المستدامة: السعي لتحقيق تنمية مستدامة تساهم في بناء مجتمع قوي ومتماسك.<\\/span><\\/p><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><\\/div><p data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<\\/span><span style=\\\"font-size:36px;\\\"> <b>الفئة المستهدفة<\\/b><\\/span><br>&nbsp;<\\/p><p style=\\\"text-align: justify;\\\" data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;كل من يسعى إلى بناء نفسه شرعياً وروحياً وفكرياً.<\\/span><\\/p><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><div>&nbsp;<\\/div><div>&nbsp;<\\/div><\\/div><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><div>&nbsp;<\\/div><div>&nbsp;<\\/div><div>&nbsp;<\\/div><\\/div><\\/div><\\/div>\",\"en\":\"<style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\" data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/hayattayeba.com\\/public\\/uploads\\/main\\/images\\/30-01-2025\\/679b7b09d8230.jpeg\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\">&nbsp;<h3>&nbsp;<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><div>&nbsp;<\\/div><\\/div><p data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<\\/span><span style=\\\"font-size:36px;\\\"> <b>من نحن<\\/b><\\/span><\\/p><p data-type=\\\"component-text\\\"><br><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; وقف الحياة الطيبة هو وقف خيري لبناني &nbsp;يعمل على تنمية أبناء المجتمع المسلم معرفياً، من خلال تقديم مشاريع تعليمية منهجية تثقيفية،<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; تساهم في نمو وبناء الإنسان المسلم شرعياً وروحياً وفكرياً.<\\/span><\\/p><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><\\/div><p data-type=\\\"component-text\\\"><span style=\\\"font-size:36px;\\\"><b>&nbsp; &nbsp; &nbsp; &nbsp;رؤيتنا<\\/b><\\/span><br>&nbsp;<\\/p><p data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;التميز في تقديم مشاريع تعليمية وتنموية في العالم العربي والإسلامي على مستوى عالي من المنهجية والاحترافية، حضورياً وعبر الانترنت.<\\/span><\\/p><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><\\/div><p data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<\\/span><span style=\\\"font-size:36px;\\\"> <b>رسالتنا<\\/b><\\/span><br>&nbsp;<\\/p><p style=\\\"text-align: justify;\\\" data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;بناء المسلم معرفياً، والارتقاء به روحياً وفكرياً، عبر مجموعة من البرامج المنهجية ليكون مبادراً إلى نهضة مجتمعه، ساعياً لترك الأثر الطيب فيه.<\\/span><\\/p><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><\\/div><p data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<\\/span><span style=\\\"font-size:36px;\\\"> <b>أهدافنا<\\/b><\\/span><br>&nbsp;<\\/p><p style=\\\"text-align: justify;\\\" data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1- تعزيز الفهم الصحيح للشريعة الإسلامية<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2- تنمية الجانب الروحي.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3- تطوير الفكر لدى الشباب المسلم.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4- بناء القدرات الشخصية لأفراد المجتمع.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5- نشر وتعزيز القيم الإسلامية في المجتمع المسلم.<\\/span><\\/p><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><\\/div><p data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<\\/span><span style=\\\"font-size:36px;\\\"> <b>قيمنا<\\/b><\\/span><br>&nbsp;<\\/p><p style=\\\"text-align: justify;\\\" data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1- الإيمان: تعزيز الإيمان بالله والعمل وفق تعاليم الإسلام.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2- العلم: السعي المستمر لاكتساب ونشر المعرفة الشرعية والعلمية.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3- الروحانية: تعزيز الروحانية والتقوى في حياة الأفراد.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;4- التعاون: العمل بروح الجماعية وتعزيز التعاون بين أفراد المجتمع.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5- التنمية المستدامة: السعي لتحقيق تنمية مستدامة تساهم في بناء مجتمع قوي ومتماسك.<\\/span><\\/p><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><\\/div><p data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<\\/span><span style=\\\"font-size:36px;\\\"> <b>الفئة المستهدفة<\\/b><\\/span><br>&nbsp;<\\/p><p style=\\\"text-align: justify;\\\" data-type=\\\"component-text\\\"><span style=\\\"font-size:24px;\\\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;كل من يسعى إلى بناء نفسه شرعياً وروحياً وفكرياً.<\\/span><\\/p><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><div>&nbsp;<\\/div><div>&nbsp;<\\/div><\\/div><div class=\\\"page-header\\\" data-type=\\\"component-text\\\"><h1 style=\\\"margin-bottom: 30px; font-size: 50px;\\\">&nbsp;<\\/h1><div>&nbsp;<\\/div><div>&nbsp;<\\/div><div>&nbsp;<\\/div><\\/div><\\/div><\\/div>\"}','/about-us',1,1,NULL,'2025-03-14 19:51:55',NULL,1,0),
(9,'Become Instructor','{\"en\":\"Become Instructor\"}','{\"en\":\"Become Instructor\"}','{\"en\":\"<div class=\\\"row\\\"> <div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div><div class=\\\"breadcrumb_area bradcam_bg_2\\\" style=\\\"background-image: url(\'\\/\\/public\\/frontend\\/learningms\\/img\\/banner\\/cta_bg.jpg\')\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-10 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\"><span>Limitless learning and more possibilities <\\/span><h3>Choose from over 100,000 online video courses with new<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"full-page\\\" data-type=\\\"component-text\\\" data-preview=\\\"\\/\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/become_instructor_page\\/all_section.jpg\\\" data-aoraeditor-title=\\\"All Section\\\" data-aoraeditor-categories=\\\"Become Instructor Page\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Become Instructor Page\\\" data-aoraeditor-title=\\\"Join section\\\" data-preview=\\\"\\/\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/become_instructor_page\\/join_section.jpg\\\" data-type=\\\"component-text\\\"><section class=\\\"instructor_process section_padding bg-white\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-4 col-sm-6\\\"><div class=\\\"single_instructor_part\\\"><h4>Join our Community<\\/h4><p>When you sign up, you\'ll immediately have unlimited viewing of thousands of expert courses.<\\/p><\\/div><\\/div><div class=\\\"col-lg-4 col-sm-6\\\"><div class=\\\"single_instructor_part\\\"><h4>Share your Knowledge<\\/h4><p>If you sign up, you\'ll immediately have unlimited viewing of thousands of expert courses.<\\/p><\\/div><\\/div><div class=\\\"col-lg-4 col-sm-6\\\"><div class=\\\"single_instructor_part\\\"><h4>Earn Money<\\/h4><p>Let you sign up, you\'ll immediately have unlimited viewing of thousands of expert courses.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/section><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Become Instructor Page\\\" data-aoraeditor-title=\\\"Join top section\\\" data-preview=\\\"\\/\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/become_instructor_page\\/join_top_section.jpg\\\" data-type=\\\"component-text\\\"><style type=\\\"text\\/css\\\">.instructor_cta {background-image: url(\'public\\/frontend\\/learningms\\/img\\/instractor_bg.png\');background-size: cover;background-position: center center;}<\\/style><section class=\\\"cta_part instructor_cta section_padding\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-xl-8 col-lg-8\\\"><div class=\\\"cta_part_iner\\\"><h2>We are now 5983+ Community around the world and growing up<\\/h2><p>Operating system, and statistical information about how you use our products and services. We only collect, track and analyze such information in an aggregate manner that does not personally identify you. Read the section on Use on Cookies to know how we collect aggregate data.<\\/p><a class=\\\"theme_btn\\\" data-target=\\\"#Instructor\\\" data-toggle=\\\"modal\\\" href=\\\"#\\\">Become Instructor <\\/a><div data-dir=\\\"\\\" data-limit=\\\"\\\" data-model=\\\"\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_popup_instructor_sign_up\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"\\/\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17338286944589332800445\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Become Instructor Page\\\" data-aoraeditor-title=\\\"Process\\\" data-preview=\\\"\\/\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/become_instructor_page\\/process.jpg\\\" data-type=\\\"component-text\\\"><section class=\\\"work_process section_padding bg-white\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-5\\\"><div class=\\\"section__title  text-center mb_50\\\"><h3>How it Works<\\/h3><p>When you sign up, you\'ll immediately have unlimited viewing of thousands of expert courses.<\\/p><\\/div><\\/div><\\/div><div class=\\\"row justify-content-between align-items-center\\\"><div class=\\\"col-md-5 col-xl-4\\\"><div class=\\\"work_process_content\\\"><div class=\\\"single_work_process\\\"><div class=\\\"list_number\\\">01<\\/div><h4>Set your course plan<\\/h4><p>When you sign up, you\'ll immediately have unlimited viewing.<\\/p><\\/div><div class=\\\"single_work_process\\\"><div class=\\\"list_number\\\">02<\\/div><h4>Make video course<\\/h4><p>When you sign up, you\'ll immediately have unlimited viewing.<\\/p><\\/div><div class=\\\"single_work_process\\\"><div class=\\\"list_number\\\">03<\\/div><h4>Submit for audience<\\/h4><p>When you sign up, you\'ll immediately have unlimited viewing.<\\/p><\\/div><\\/div><\\/div><div class=\\\"col-md-7 col-xl-7\\\"><div class=\\\"work_process_video\\\"><div class=\\\"video_img\\\"><img alt=\\\"#\\\" class=\\\"img-fluid\\\" src=\\\"https:\\/\\/hayattayeba.com\\/public\\/uploads\\/main\\/images\\/10-12-2024\\/675822a27c634.jpeg\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Become Instructor Page\\\" data-aoraeditor-title=\\\"Join Bottom section\\\" data-preview=\\\"\\/\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/become_instructor_page\\/join_bottom_section.jpg\\\" data-type=\\\"component-text\\\"><section class=\\\"cta_part section_padding\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-xl-6 col-lg-8\\\"><div class=\\\"cta_part_iner\\\"><h2>Ready to become an instructor?<\\/h2><p>Top instructors from around the world teach millions of students on Infix about peripherals that add functionality to a system.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/section><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"ar\":\"<style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><div class=\\\"row\\\"> <div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div class=\\\"breadcrumb_area bradcam_bg_2\\\" style=\\\"background-image: url(\'\\/\\/public\\/frontend\\/learningms\\/img\\/banner\\/cta_bg.jpg\')\\\" data-type=\\\"component-text\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-10 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\"><span>تعلم بلا حدود وإمكانيات أكثر<\\/span><h3>اختر من بين أكثر من 100000 دورة فيديو عبر الإنترنت مع ميزات جديدة<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"full-page\\\" data-type=\\\"component-text\\\" data-preview=\\\"\\/\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/become_instructor_page\\/all_section.jpg\\\" data-aoraeditor-title=\\\"All Section\\\" data-aoraeditor-categories=\\\"Become Instructor Page\\\"><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Become Instructor Page\\\" data-aoraeditor-title=\\\"Join section\\\" data-preview=\\\"\\/\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/become_instructor_page\\/join_section.jpg\\\" data-type=\\\"component-text\\\"><section class=\\\"instructor_process section_padding bg-white\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-4 col-sm-6\\\"><div class=\\\"single_instructor_part\\\"><h4>انضم إلى مجتمعنا<\\/h4><p>عند التسجيل، سوف تحصل فورًا على مشاهدة غير محدودة لآلاف الدورات التدريبية المقدمة من قبل الخبراء.<\\/p><\\/div><\\/div><div class=\\\"col-lg-4 col-sm-6\\\"><div class=\\\"single_instructor_part\\\"><h4>شارك بمعرفتك<\\/h4><p>إذا قمت بالتسجيل، فسوف تحصل فورًا على مشاهدة غير محدودة لآلاف الدورات التدريبية المقدمة من قبل الخبراء.<\\/p><\\/div><\\/div><div class=\\\"col-lg-4 col-sm-6\\\"><div class=\\\"single_instructor_part\\\"><h4>اكسب المال<\\/h4><p>بمجرد التسجيل، سوف تحصل فورًا على عرض غير محدود لآلاف الدورات التدريبية المقدمة من قبل الخبراء.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/section><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Become Instructor Page\\\" data-aoraeditor-title=\\\"Join top section\\\" data-preview=\\\"\\/\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/become_instructor_page\\/join_top_section.jpg\\\" data-type=\\\"component-text\\\"><style type=\\\"text\\/css\\\">.instructor_cta {background-image: url(\'public\\/frontend\\/learningms\\/img\\/instractor_bg.png\');background-size: cover;background-position: center center;}<\\/style><section class=\\\"cta_part instructor_cta section_padding\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-xl-8 col-lg-8\\\"><div class=\\\"cta_part_iner\\\"><h2>نحن الآن 5983+ مجتمع حول العالم وننمو<\\/h2><p>نظام التشغيل والمعلومات الإحصائية حول كيفية استخدامك لمنتجاتنا وخدماتنا. نحن نجمع ونتتبع ونحلل هذه المعلومات فقط بطريقة مجمعة لا تحدد هويتك الشخصية. اقرأ القسم الخاص باستخدام ملفات تعريف الارتباط لمعرفة كيفية جمعنا للبيانات المجمعة.<\\/p><a class=\\\"theme_btn\\\" data-target=\\\"#Instructor\\\" data-toggle=\\\"modal\\\" href=\\\"#\\\">أصبح مدرسًا<\\/a><div data-dir=\\\"\\\" data-limit=\\\"\\\" data-model=\\\"\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_popup_instructor_sign_up\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"\\/\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17338286944589332800445\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Become Instructor Page\\\" data-aoraeditor-title=\\\"Process\\\" data-preview=\\\"\\/\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/become_instructor_page\\/process.jpg\\\" data-type=\\\"component-text\\\"><section class=\\\"work_process section_padding bg-white\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-lg-5\\\"><div class=\\\"section__title  text-center mb_50\\\"><h3>كيف تعمل<\\/h3><p>عند التسجيل، سوف تحصل فورًا على مشاهدة غير محدودة لآلاف الدورات التدريبية المقدمة من قبل الخبراء.<\\/p><\\/div><\\/div><\\/div><div class=\\\"row justify-content-between align-items-center\\\"><div class=\\\"col-md-5 col-xl-4\\\"><div class=\\\"work_process_content\\\"><div class=\\\"single_work_process\\\"><div class=\\\"list_number\\\">01<\\/div><h4>حدد خطة الدورة الخاصة بك<\\/h4><p>عند التسجيل، سوف تحصل فورًا على مشاهدة غير محدودة.<\\/p><\\/div><div class=\\\"single_work_process\\\"><div class=\\\"list_number\\\">02<\\/div><h4>اصنع دورة فيديو<\\/h4><p>عند التسجيل، سوف تحصل فورًا على مشاهدة غير محدودة.<\\/p><\\/div><div class=\\\"single_work_process\\\"><div class=\\\"list_number\\\">03<\\/div><h4>إرسال للجمهور<\\/h4><p>عند التسجيل، سوف تحصل فورًا على مشاهدة غير محدودة.<\\/p><\\/div><\\/div><\\/div><div class=\\\"col-md-7 col-xl-7\\\"><div class=\\\"work_process_video\\\"><div class=\\\"video_img\\\"><img alt=\\\"#\\\" class=\\\"img-fluid\\\" src=\\\"https:\\/\\/lms.demosoftware.me\\/public\\/uploads\\/main\\/images\\/10-12-2024\\/675822a27c634.jpeg\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/section><\\/div><\\/div><\\/div><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-aoraeditor-categories=\\\"Become Instructor Page\\\" data-aoraeditor-title=\\\"Join Bottom section\\\" data-preview=\\\"\\/\\/public\\/frontend\\/learningms\\/img\\/snippets\\/preview\\/become_instructor_page\\/join_bottom_section.jpg\\\" data-type=\\\"component-text\\\"><section class=\\\"cta_part section_padding\\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-xl-6 col-lg-8\\\"><div class=\\\"cta_part_iner\\\"><h2>هل أنت مستعد لأن تصبح مدربًا؟<\\/h2><p>يقوم أفضل المدربين من جميع أنحاء العالم بتعليم ملايين الطلاب على LMS حول الأجهزة الطرفية التي تضيف وظائف إلى النظام.<\\/p><\\/div><\\/div><\\/div><\\/div><\\/section><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"}','/become-instructor',1,1,NULL,'2025-03-14 19:51:55',NULL,1,0),
(10,'Blogs','{\"en\":\"Blogs\"}','{\"en\":\"Blogs\"}','{\"en\":\"\"}','/blogs',1,1,NULL,NULL,NULL,1,0),
(11,'Privacy','{\"en\":\"Privacy Policies\"}','{\"en\":\"We’re here with you every step way!\"}','{\"en\":\"<div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div  data-type=\\\"component-text\\\"\\n     data-keditor-title=\\\"Text block\\\" data-keditor-categories=\\\"Text\\\">Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.<\\/div><\\/div>\"}','/privacy',1,1,NULL,'2024-11-27 16:41:27','public/frontend/learningms/img/banner/cta_bg.jpg',1,0),
(12,'Student Dashboard','{\"en\":\"Student Dashboard\"}','{\"en\":\"Student Dashboard\"}','{\"en\":\"Student Dashboard\"}','/student-dashboard',1,1,NULL,NULL,NULL,1,0),
(13,'My Courses','{\"en\":\"My Courses\"}','{\"en\":\"My Courses\"}','{\"en\":\"My Courses\"}','/my-courses',1,1,NULL,NULL,NULL,1,0),
(14,'My Quizzes','{\"en\":\"My Quizzes\"}','{\"en\":\"My Quizzes\"}','{\"en\":\"My Quizzes\"}','/my-quizzes',1,1,NULL,NULL,NULL,1,0),
(15,'My Classes','{\"en\":\"My Classes\"}','{\"en\":\"My Classes\"}','{\"en\":\"My Classes\"}','/my-classes',1,1,NULL,NULL,NULL,1,0),
(16,'My Purchases','{\"en\":\"My Purchases\"}','{\"en\":\"My Purchases\"}','{\"en\":\"My Purchases\"}','/my-purchases',1,1,NULL,NULL,NULL,1,0),
(17,'My Profile','{\"en\":\"My Profile\"}','{\"en\":\"My Profile\"}','{\"en\":\"My Profile\"}','/my-profile',1,1,NULL,NULL,NULL,1,0),
(18,'My Account','{\"en\":\"My Account\"}','{\"en\":\"My Account\"}','{\"en\":\"My Account\"}','/my-account',1,1,NULL,NULL,NULL,1,0),
(19,'Deposit','{\"en\":\"Deposit\"}','{\"en\":\"Deposit\"}','{\"en\":\"Deposit\"}','/deposit',1,1,NULL,NULL,NULL,1,0),
(20,'Logged in devices','{\"en\":\"Logged in devices\"}','{\"en\":\"Logged in devices\"}','{\"en\":\"Logged in devices\"}','/logged-in/devices',1,1,NULL,NULL,NULL,1,0),
(21,'Referral','{\"en\":\"Referral\"}','{\"en\":\"Referral\"}','{\"en\":\"Referral\"}','/referral',1,1,NULL,NULL,NULL,1,0),
(22,'Unlock Your Potential','{\"en\":\"Unlock Your Potential\"}','{\"en\":\"Unlock Your Potential\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\" data-aoraeditor-title=\\\"Text block\\\" data-aoraeditor-categories=\\\"Text\\\">Do you ever feel like you have the potential to do great things with your life, but just aren’t sure how to start? We know that feeling very well, as it’s taken me years of reflection to figure out what activities makes you feel happy and fulfilled. We hope we will give you a gentle shove in the right direction<\\/div><\\/div><\\/div>\"}','unlock-your-potential',1,0,NULL,'2024-11-27 16:41:32',NULL,1,0),
(23,'سياسة الخصوصية','{\"en\":\"Privacy policy and cookie policy\",\"ar\":\"سياسة الخصوصية\"}','{\"en\":\"Privacy policy and cookie policy\",\"ar\":\"سياسة الخصوصية\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\" data-aoraeditor-title=\\\"Text block\\\" data-aoraeditor-categories=\\\"Text\\\">A Privacy Policy is a legal document that explains the different ways you collect and manage a user\'s personal data. It is one of the most important legal documents for your website.A Cookies Policy is a policy explaining detailed and specific information about the cookies your website uses. The policy should explain the use of cookies and how a user can limit or prevent the placement of cookies on a device.Your website might need a separate Cookies Policy and Privacy Policy depending on your target audience and the privacy laws affecting your business.<\\/div><\\/div><\\/div>\"}','privacy-policy-and-cookie-policy',1,0,NULL,'2025-01-31 19:31:23',NULL,1,0),
(24,'Sitemap','{\"en\":\"Sitemap\"}','{\"en\":\"Sitemap\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\" data-aoraeditor-title=\\\"Text block\\\" data-aoraeditor-categories=\\\"Text\\\">Sitemap, or XML sitemap, is a list of different pages on a website. XML is short for “extensible markup language,” which is a way to display information on a site. I\'ve consulted with so many website owners who are intimidated by this concept because sitemaps are considered a technical component of SEO<\\/div><\\/div><\\/div>\"}','sitemap',1,0,NULL,'2024-11-27 16:41:32',NULL,1,0),
(25,'Featured courses','{\"en\":\"Featured courses\"}','{\"en\":\"Featured courses\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\" data-aoraeditor-title=\\\"Text block\\\" data-aoraeditor-categories=\\\"Text\\\">Sitemap, or XML sitemap, is a list of different pages on a website. XML is short for “extensible markup language,” which is a way to display information on a site. I\'ve consulted with so many website owners who are intimidated by this concept because sitemaps are considered a technical component of SEO<\\/div><\\/div><\\/div>\"}','featured-courses',1,0,NULL,'2024-11-27 16:41:32',NULL,1,0),
(26,'Join Us','{\"en\":\"Join Us\"}','{\"en\":\"Join Us\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\" data-aoraeditor-title=\\\"Text block\\\" data-aoraeditor-categories=\\\"Text\\\">Our goal is to learn the next generation of creative professionals for a future in any industry. We offer course in most demanded industries. Whether begin to your journey on our courses website or choose the flexibility of video learning our courses are designed to help you along your path.<\\/div><\\/div><\\/div>\"}','join-us',1,0,NULL,'2024-11-27 16:41:32',NULL,1,0),
(27,'LMSEdu for Business','{\"en\":\"LMSEdu for Business\",\"ar\":\"LMSEdu for Business\"}','{\"en\":\"LMSEdu for Business\",\"ar\":\"LMSEdu for Business\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\" data-aoraeditor-title=\\\"Text block\\\" data-aoraeditor-categories=\\\"Text\\\">\'Think about your specific user experience, and the journey the user will go through as they navigate your site,\' added Gabriel Shaoolian, CEO of website design and digital marketing agency Blue Fountain Media. \'Whatever the fundamental goal of your website is or whatever the focus may be, users should be easily able to achieve it, and the goal itself should be reinforced as users navigate throughout your site.\'If you don\'t plan to accept payments through your website, you won\'t have as much work to do in setting it up. If you are a retailer or service provider and want to offer customers the option to pay online, you\'ll need to use an external service to receive your payments, which we\'ll discuss later in this article. <\\/div><\\/div><\\/div>\"}','lmsedu-for-business',1,0,NULL,'2024-12-06 10:27:29',NULL,1,0),
(28,'Teach on LMSEdu','{\"en\":\"Teach on LMSEdu\"}','{\"en\":\"Teach on LMSEdu\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\" data-aoraeditor-title=\\\"Text block\\\" data-aoraeditor-categories=\\\"Text\\\">From lesson plans and reproducibles to mini-books and differentiated collections, Scholastic Teachables has everything you need to go with your lessons in every subject. It’s the best of Scholastic classroom resources right at your fingertips.Best for Finding and Leveling Books: Book Wizard Use Scholastic’s Book Wizard to level your classroom library, discover resources for the books you teach, and find books at just the right level for students with Guided Reading, Lexile® Measure, and DRA levels for children\'s books. Best for Craft Projects: Crayola For Educators FInd hundreds of standards-based lesson plans, crafts, and activities for every grade level, plus art techniques for beginners to practiced artists. Here you will find what you need to supplement learning in every subject.<\\/div><\\/div><\\/div>\"}','teach-on-lmsedu',1,0,NULL,'2024-11-27 16:41:32',NULL,1,0),
(29,'Get the app','{\"en\":\"Get the app\"}','{\"en\":\"Get the app\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\" data-aoraeditor-title=\\\"Text block\\\" data-aoraeditor-categories=\\\"Text\\\">Our goal is to learn the next generation of creative professionals for a future in any industry. We offer course in most demanded industries. Whether begin to your journey on our courses website or choose the flexibility of video learning our courses are designed to help you along your path<\\/div><\\/div><\\/div>\"}','get-the-app',1,0,NULL,'2024-11-27 16:41:32',NULL,1,0),
(30,'Help and Support','{\"en\":\"Help and Support\"}','{\"en\":\"Help and Support\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\" data-aoraeditor-title=\\\"Text block\\\" data-aoraeditor-categories=\\\"Text\\\">Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.<\\/div><\\/div><\\/div>\"}','help-and-support',1,0,NULL,'2024-11-27 16:41:32',NULL,1,0),
(31,'الشروط والاحكام','{\"en\":\"Terms\",\"ar\":\"الشروط والاحكام\"}','{\"en\":\"Terms\",\"ar\":\"الشروط\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\" data-aoraeditor-title=\\\"Text block\\\" data-aoraeditor-categories=\\\"Text\\\">A terminologist intends to hone categorical organization by improving the accuracy and content of its terminology. Technical industries and standardization institutes compile their own glossaries. This provides the consistency needed in the various areas—fields and branches, movements and specialties—to work with core terminology to then offer material for the discipline\'s traditional and doctrinal literature.\\n\\nTerminology is also then key in boundary-crossing problems, such as in language translation and social epistemology. Terminology helps to build bridges and to extend one area into another. Translators research the terminology of the languages they translate. Terminology is taught alongside translation in universities and translation schools. Large translation departments and translation bureaus have a Terminology section<\\/div><\\/div><\\/div>\"}','terms',1,0,NULL,'2025-01-31 19:29:41',NULL,1,0),
(32,'careers','{\"en\":\"Careers\"}','{\"en\":\"careers\"}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\" data-aoraeditor-title=\\\"Text block\\\" data-aoraeditor-categories=\\\"Text\\\">Go Beyond Traditional Careers and Build Your Dreams with Us\\n\\nAt LMS, we believe in working hard, failing fast and learning every second. We are constantly exploring ways of making our customers life simple and empowered.\\n\\nWe are a family of youthful and diverse risk-takers and challengers who are solving global problems through transformation and disruption.\\n\\nWe are what our teacher and students are- the number one in the industry; and the greatest way we reward them is through the opportunity to Go Beyond in developing a nation through education<\\/div><\\/div><\\/div>\"}','careers',1,0,NULL,'2024-11-27 16:41:32',NULL,1,0),
(33,'certificate-verification','{\"en\":\"Certificate Verification\"}','{\"en\":\"certificate-verification\"}','{\"ar\":\"<style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"contact_section \\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-xl-10\\\"><div class=\\\"contact_address certificate-verify\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-xl-12\\\"><div class=\\\"row justify-content-between\\\"><div class=\\\"col-lg-12 p-5\\\"><div class=\\\"contact_title\\\"><h4 class=\\\"mb-0\\\">التحقق من الشهادة<\\/h4><div class=\\\"subcribe-form theme_mailChimp mt-40\\\"><form action=\\\"#\\\" class=\\\"subscription relative\\\" method=\\\"GET\\\"><input class=\\\"primary_input4\\\" name=\\\"certificate_number\\\" onblur=\\\"this.placeholder = \'Enter Certificate Number\'\\\" onfocus=\\\"this.placeholder = \'\'\\\" placeholder=\\\"Enter Certificate Number\\\" required=\\\"\\\" type=\\\"text\\\" value=\\\"\\\"><button id=\\\"getCertificate\\\" type=\\\"button\\\">بحث<\\/button><\\/form><\\/div><\\/div><div class=\\\"address_lines py-3\\\"><img alt=\\\"\\\" class=\\\"d-none\\\" id=\\\"certificateImg\\\" src=\\\"\\\" style=\\\"width: 100%; height:auto\\\"><h2 class=\\\"text-center\\\" id=\\\"certificateMsg\\\">&nbsp;<\\/h2><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\",\"en\":\"<style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"contact_section \\\"><div class=\\\"container\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-xl-10\\\"><div class=\\\"contact_address certificate-verify\\\"><div class=\\\"row justify-content-center\\\"><div class=\\\"col-xl-12\\\"><div class=\\\"row justify-content-between\\\"><div class=\\\"col-lg-12 p-5\\\"><div class=\\\"contact_title\\\"><h4 class=\\\"mb-0\\\">Verify Certificate<\\/h4><div class=\\\"subcribe-form theme_mailChimp mt-40\\\"><form action=\\\"#\\\" class=\\\"subscription relative\\\" method=\\\"GET\\\"><input class=\\\"primary_input4\\\" name=\\\"certificate_number\\\" onblur=\\\"this.placeholder = \'Enter Certificate Number\'\\\" onfocus=\\\"this.placeholder = \'\'\\\" placeholder=\\\"Enter Certificate Number\\\" required=\\\"\\\" type=\\\"text\\\" value=\\\"\\\"><button id=\\\"getCertificate\\\" type=\\\"button\\\">Search<\\/button><\\/form><\\/div><\\/div><div class=\\\"address_lines py-3\\\"><img alt=\\\"\\\" class=\\\"d-none\\\" id=\\\"certificateImg\\\" src=\\\"\\\" style=\\\"width: 100%; height:auto\\\"><h2 class=\\\"text-center\\\" id=\\\"certificateMsg\\\">&nbsp;<\\/h2><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"}','certificate-verification',1,1,'2024-11-27 16:41:14','2024-12-06 10:24:31',NULL,1,0),
(34,'free-course','{\"en\":\"Free Course\"}','{\"en\":\"free-course\"}','{\"en\":\"\"}','free-course',1,1,NULL,NULL,NULL,1,0),
(35,'App Mode','{\"en\":\"App Mode\"}','{\"en\":\"\"}','{\"en\":\"\\n        <div\\n    class=\\\"full-page\\\"\\n    data-type=\\\"component-text\\\"\\n    data-aoraeditor-title=\\\"Only App Mode\\\" data-aoraeditor-categories=\\\"App Page\\\">\\n\\n    <div class=\\\"row\\\">\\n        <div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\">\\n           <div data-type=\\\"component-text\\\"\\n\\n     data-aoraeditor-title=\\\"Section Title\\\" data-aoraeditor-categories=\\\"App Page\\\">\\n\\n    <div class=\\\"blog_area\\\">\\n        <div class=\\\"container\\\">\\n            <div class=\\\"row justify-content-center\\\">\\n                <div class=\\\"col-lg-6 col-md-8\\\">\\n                    <div class=\\\"section__title text-center mb_80\\\">\\n                        <h3>\\n                            Download Mobile App\\n                        <\\/h3>\\n                        <p>\\n                            We are available on Play-store & Appstore\\n                        <\\/p>\\n                    <\\/div>\\n                <\\/div>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>\\n\\n<\\/div>\\n\\n        <\\/div>\\n    <\\/div>\\n    <div class=\\\"row\\\">\\n        <div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\">\\n\\n\\n        <div data-type=\\\"component-text\\\"\\n     data-aoraeditor-title=\\\"APK Sections V1\\\" data-aoraeditor-categories=\\\"Home Page\\\">\\n\\n    <style>\\n        .apk {\\n            background-color: #fff;\\n            border-radius: 50px;\\n            z-index: 1;\\n            margin-top: calc(var(--section-sepreate) - 30px);\\n            box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08)\\n        }\\n\\n        @media only screen and (max-width: 767px) {\\n            .apk {\\n                border-radius: 0\\n            }\\n        }\\n\\n        @media only screen and (max-width: 991px) {\\n            .apk .row {\\n                flex-direction: column-reverse !important\\n            }\\n        }\\n\\n        .apk.dark-bg {\\n            background-color: rgba(255, 255, 255, 0.05);\\n            box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);\\n            border-radius: 47px\\n        }\\n\\n        .apk.dark-bg h3 {\\n            color: #F0F3F8\\n        }\\n\\n        .apk.dark-bg p {\\n            color: #98A6B4\\n        }\\n\\n        .apk.dark-bg a {\\n            color: #4B505E\\n        }\\n\\n        .apk-content {\\n            padding: 74px\\n        }\\n\\n        @media only screen and (min-width: 992px) and (max-width: 1279px) {\\n            .apk-content {\\n                padding: 60px\\n            }\\n        }\\n\\n        @media only screen and (min-width: 768px) and (max-width: 991px) {\\n            .apk-content {\\n                padding: 54px !important;\\n                padding-top: 0 !important\\n            }\\n        }\\n\\n        @media only screen and (max-width: 767px) {\\n            .apk-content {\\n                padding: 40px 30px !important;\\n                padding-top: 0 !important\\n            }\\n        }\\n\\n        @media only screen and (max-width: 479px) {\\n            .apk-content {\\n                padding: 30px 24px !important;\\n                padding-top: 0 !important\\n            }\\n        }\\n\\n        .apk-content h3 {\\n            color: #434951;\\n            font-size: 48px;\\n            line-height: 1.25\\n        }\\n\\n        @media only screen and (min-width: 1280px) and (max-width: 1439px) {\\n            .apk-content h3 {\\n                font-size: 42px\\n            }\\n        }\\n\\n        @media only screen and (min-width: 992px) and (max-width: 1279px) {\\n            .apk-content h3 {\\n                font-size: 36px\\n            }\\n        }\\n\\n        @media only screen and (min-width: 768px) and (max-width: 991px) {\\n            .apk-content h3 {\\n                font-size: 32px\\n            }\\n        }\\n\\n        @media only screen and (max-width: 767px) {\\n            .apk-content h3 {\\n                font-size: 28px\\n            }\\n        }\\n\\n        @media only screen and (min-width: 768px) and (max-width: 991px) {\\n            .apk-content h3 {\\n                margin-bottom: 16px !important\\n            }\\n        }\\n\\n        @media only screen and (max-width: 767px) {\\n            .apk-content h3 {\\n                margin-bottom: 12px !important\\n            }\\n        }\\n\\n        .apk-content h3 span {\\n            position: relative;\\n            z-index: 1\\n        }\\n\\n        .apk-content h3 span::before {\\n            content: \\\"\\\";\\n            width: 100%;\\n            height: 100%;\\n            position: absolute;\\n            bottom: -10px;\\n            left: 20px;\\n            background-image: url(\\\"data:image\\/svg+xml;charset=UTF-8,%3csvg width=\'243\' height=\'21\' viewBox=\'0 0 243 21\' fill=\'none\' xmlns=\'http:\\/\\/www.w3.org\\/2000\\/svg\'%3e%3cpath d=\'M2 14.0007C238 30 241 2 241 2\' stroke=\'%23FFDC83\' stroke-width=\'4\' stroke-linecap=\'round\'\\/%3e%3c\\/svg%3e \\\");\\n            background-repeat: no-repeat;\\n            background-position: left bottom;\\n        }\\n\\n.apk-content p {\\nmargin-bottom: 36px\\n}\\n\\n@media only screen and (min-width: 768px) and (max-width: 991px) {\\n    .apk-content p {\\n        margin-bottom: 26px\\n            }\\n        }\\n\\n        @media only screen and (max-width: 767px) {\\n    .apk-content p {\\n        margin-bottom: 20px\\n            }\\n        }\\n\\n        .apk-content a {\\n    color: #4B505E;\\n    display: block;\\n    border-radius: 100px;\\n            overflow: hidden\\n        }\\n\\n        .apk-content a:hover {\\n    color: var(--system_primery_color)\\n        }\\n\\n        @media only screen and (max-width: 767px) {\\n    .apk-content a svg {\\n        width: 130px;\\n                height: auto\\n            }\\n        }\\n\\n        .apk-content .gap-4 {\\n    gap: 12px !important\\n        }\\n\\n        .apk-img {\\n    width: 520px;\\n            height: 480px;\\n            position: relative;\\n            z-index: 1;\\n            margin-top: -100px\\n        }\\n\\n        @media only screen and (min-width: 992px) and (max-width: 1279px) {\\n    .apk-img {\\n        width: 450px;\\n                height: 410px\\n            }\\n        }\\n\\n        @media only screen and (min-width: 768px) and (max-width: 991px) {\\n    .apk-img {\\n        width: 410px;\\n                height: 390px;\\n                margin-top: 50px\\n            }\\n        }\\n\\n        @media only screen and (max-width: 767px) {\\n    .apk-img {\\n        width: 310px;\\n                height: 290px;\\n                margin-left: 0 !important;\\n                margin-top: 40px\\n            }\\n        }\\n\\n    <\\/style>\\n\\n\\n    <div class=\\\"row\\\">\\n        <div class=\\\"container\\\">\\n            <div class=\\\"apk position-relative\\\">\\n                <div class=\\\"row align-items-center\\\">\\n                    <div class=\\\"col-lg-6\\\">\\n                        <div class=\\\"apk-content pe-0\\\">\\n                            <h3 class=\\\"pe-4 mb-4\\\">For Better <span class=\\\"text-primary\\\">Experience<\\/span> Use Mobile App\\n<\\/h3>\\n                            <p>Amet minim mollit non deserunt ullamco est sit aliqua dolor do\\n    amet sint. Velit officia consequat duis enim velit mollit xercitation.<\\/p>\\n                            <div class=\\\"d-flex align-items-center gap-4\\\">\\n                                <a href=\\\"#\\\" target=\\\"_blank\\\">\\n                                    <img src=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/svg\\/google_play_btn.svg\\\"\\n                                         alt=\\\"\\\"> <\\/a>\\n                                <a href=\\\"#\\\" target=\\\"_blank\\\">\\n                                    <img src=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/learningms\\/img\\/svg\\/apple_store_btn.svg\\\"\\n                                         alt=\\\"\\\">\\n                                <\\/a>\\n                            <\\/div>\\n                        <\\/div>\\n                    <\\/div>\\n                    <div class=\\\"col-lg-6\\\">\\n                        <div class=\\\"apk-img mx-auto\\\">\\n                            <div class=\\\"overflow-hidden\\\">\\n                                <img src=\\\"https:\\/\\/hayattayeba.com\\/public\\/frontend\\/infixlmstheme\\/img\\/others\\/phone-img.png\\\" alt=\\\"\\\">\\n                            <\\/div>\\n                        <\\/div>\\n                    <\\/div>\\n                <\\/div>\\n            <\\/div>\\n        <\\/div>\\n    <\\/div>\\n\\n<\\/div>\\n\\n\\n        <\\/div>\\n    <\\/div>\\n<\\/div>\\n\\n\"}','app-mode',1,1,'2024-11-27 16:41:38','2025-03-14 19:51:55',NULL,1,0),
(36,'White Board','{\"en\":\"White Board\"}','{\"en\":\"White Board\"}','{\"en\":\"White Board\"}','/white-board',1,1,'2024-11-27 16:41:38','2024-11-27 16:41:38',NULL,1,0),
(37,'Products','{\"en\":\"Products\"}','{\"en\":\"Products\"}','{\"en\":\"Products\"}','/products',1,1,'2024-11-27 16:41:38','2024-11-27 16:41:38',NULL,1,0),
(47,'aassdd','{\"ar\":\"aassdd\"}','{\"ar\":\"aassdd\"}','{\"ar\":\"<style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><div class=\\\"row\\\"><div class=\\\"col-sm-4 ui-resizable col-lg-3\\\" data-type=\\\"container-content\\\" style=\\\"\\\"><\\/div><div class=\\\"col-sm-4 ui-resizable col-lg-6\\\" data-type=\\\"container-content\\\" style=\\\"\\\"><div data-type=\\\"component-youtube\\\"><div class=\\\"youtube-wrapper\\\"><div class=\\\"embed-responsive embed-responsive-16by9\\\"><iframe class=\\\"embed-responsive-item\\\" src=\\\"https:\\/\\/www.youtube.com\\/embed\\/P5yHEKqx86U\\\"><\\/iframe><\\/div><\\/div><\\/div><\\/div><div class=\\\"col-sm-4 ui-resizable col-lg-1\\\" data-type=\\\"container-content\\\" style=\\\"\\\"><\\/div><\\/div>\",\"en\":\"<style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><style>body {font-family: \\\"Cairo\\\", sans-serif;}<\\/style><div class=\\\"row\\\"><div class=\\\"col-sm-4 ui-resizable col-lg-3\\\" data-type=\\\"container-content\\\" style=\\\"\\\"><\\/div><div class=\\\"col-sm-4 ui-resizable col-lg-6\\\" data-type=\\\"container-content\\\" style=\\\"\\\"><div data-type=\\\"component-youtube\\\"><div class=\\\"youtube-wrapper\\\"><div class=\\\"embed-responsive embed-responsive-16by9\\\"><iframe class=\\\"embed-responsive-item\\\" src=\\\"https:\\/\\/www.youtube.com\\/embed\\/P5yHEKqx86U\\\"><\\/iframe><\\/div><\\/div><\\/div><\\/div><div class=\\\"col-sm-4 ui-resizable col-lg-1\\\" data-type=\\\"container-content\\\" style=\\\"\\\"><\\/div><\\/div>\"}','aassdd',1,0,'2025-02-20 21:46:03','2025-03-14 19:51:55',NULL,1,0),
(52,'Live Classes','{\"en\":\"Live Classes\"}','{\"en\":null}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/public\\/uploads\\/main\\/images\\/14-05-2025\\/68248fcaadde2.jpeg\\\" style=\\\"width: 1836px; height: 951px;\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\"><span>Live Classes<\\/span><h3>The leading global academy.<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div data-type=\\\"component-text\\\"><input class=\\\"class_route\\\" name=\\\"class_route\\\" type=\\\"hidden\\\" value=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/classes\\\"><div class=\\\"courses_area\\\"><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-4 col-xl-3\\\"><div class=\\\"course_category_chose  mt_10\\\"><div class=\\\"course_title mb_30 d-flex align-items-center\\\"><div class=\\\"d-flex align-items-center\\\"><svg height=\\\"13\\\" viewBox=\\\"0 0 19.5 13\\\" width=\\\"19.5\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"> <g id=\\\"filter-icon\\\" transform=\\\"translate(28)\\\"> <rect data-name=\\\"Rectangle 1\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_1\\\" rx=\\\"1\\\" transform=\\\"translate(-28)\\\" width=\\\"19.5\\\"><\\/rect> <rect 2=\\\"\\\" id=\\\"Rectangle data-name=\\\" rectangle=\\\"\\\"><\\/rect> <rect data-name=\\\"Rectangle 3\\\" fill=\\\"var(--system_primery_color)\\\" height=\\\"2\\\" id=\\\"Rectangle_3\\\" rx=\\\"1\\\" transform=\\\"translate(-20.75 11)\\\" width=\\\"5\\\"><\\/rect> <\\/g> <\\/svg><h5 class=\\\"font_16 f_w_500 mb-0\\\">Filter Category<\\/h5><\\/div><div class=\\\"popupClose\\\">&nbsp;<\\/div><\\/div><div class=\\\"course_category_inner\\\"><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">Class Category<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Category\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,name\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_category\\\" data-where-status=\\\"1\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17471402821182429112451\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">Level<\\/h4><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\CourseLevel\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"id,title\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_level\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17471402821197759679003\\\"><\\/div><\\/div><\\/div><div class=\\\"single_course_categry\\\"><h4 class=\\\"font_18 f_w_700\\\">Class Price<\\/h4><div data-limit=\\\"\\\" data-model=\\\"\\\" data-order=\\\"\\\" data-preview=\\\"\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_sidebar_price\\\" data-with=\\\"\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17471402821207476155801\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><div class=\\\"col-lg-8 col-xl-9\\\"><div data-limit=\\\"\\\" data-model=\\\"Modules\\\\CourseSetting\\\\Entities\\\\Course\\\" data-order=\\\"\\\" data-pagination=\\\"12\\\" data-preview=\\\"\\\" data-request=\\\"price,lang_id,level,category_id,order,search\\\" data-select=\\\"\\\" data-table=\\\"\\\" data-type=\\\"component-nonExisting\\\" data-view=\\\"_single_topic\\\" data-where-status=\\\"1\\\" data-where-type=\\\"3\\\" data-with=\\\"class\\\"><div class=\\\"dynamicData\\\" data-dynamic-href=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/get-dynamic-data\\\" id=\\\"aoraeditor-ui-17471402821211230960528\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"}','live-classes',1,0,'2025-05-13 22:40:25','2025-05-14 22:43:45',NULL,1,0),
(53,'Blogs','{\"en\":\"Blogs\"}','{\"en\":null}','{\"en\":\"<div class=\\\"row\\\"><div class=\\\"col-sm-12 ui-resizable\\\" data-type=\\\"container-content\\\"><div data-type=\\\"component-text\\\"><div class=\\\"breadcrumb_area bradcam_bg_1 position-relative\\\"><div class=\\\"breadcrumb_img w-100 h-100 position-absolute bottom-0 left-0 \\\"><img alt=\\\"\\\" class=\\\"w-100 h-100 img-cover\\\" src=\\\"https:\\/\\/tapnlearn.twister-demo.com\\/public\\/frontend\\/learningms\\/img\\/banner\\/bradcam_bg_1.jpg\\\"><\\/div><div class=\\\"container\\\"><div class=\\\"row\\\"><div class=\\\"col-lg-9 offset-lg-1\\\"><div class=\\\"breadcam_wrap\\\"><span>Limitless Learning And More Possibilities<\\/span><h3>Latest Articles And News<\\/h3><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div>\"}','blogs',1,0,'2025-05-14 18:56:20','2025-05-14 21:36:33',NULL,1,0),
(54,'About','{\"en\":\"About\"}','{\"en\":null}',NULL,'about',1,0,'2025-08-19 16:17:53','2025-08-19 16:17:53',NULL,1,0),
(55,'Mission','{\"en\":\"Mission\"}','{\"en\":null}',NULL,'mission',1,0,'2025-08-19 16:18:04','2025-08-19 16:18:04',NULL,1,0),
(56,'Vision','{\"en\":\"Vision\"}','{\"en\":null}',NULL,'vision',1,0,'2025-08-19 16:18:14','2025-08-19 16:18:14',NULL,1,0);
/*!40000 ALTER TABLE `front_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `frontend_settings`
--

DROP TABLE IF EXISTS `frontend_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `frontend_settings` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `section` varchar(191) NOT NULL,
  `title` varchar(191) NOT NULL,
  `description` varchar(191) DEFAULT NULL,
  `btn_name` varchar(191) DEFAULT NULL,
  `btn_link` varchar(191) DEFAULT NULL,
  `url` varchar(191) DEFAULT NULL,
  `icon` varchar(191) DEFAULT NULL,
  `status` tinyint(4) DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `frontend_settings`
--

LOCK TABLES `frontend_settings` WRITE;
/*!40000 ALTER TABLE `frontend_settings` DISABLE KEYS */;
INSERT INTO `frontend_settings` VALUES
(1,'banner','Learn from the best in the world','Learn from industry experts who are passionate about teaching.','Browse Course','/allCourses',NULL,NULL,1,'2024-11-27 16:42:23','2024-11-27 16:42:23',1),
(2,'cta_part','Insights to lead skills to the believer','Top instructors from around the world teach millions of students on Infix about peripherals that add functionality to a system.',NULL,NULL,NULL,NULL,1,'2024-11-27 16:42:23','2024-11-27 16:42:23',1),
(3,'course_detail_left','Online courses','Explore a variety of fresh topics',NULL,NULL,'courses','fas fa-book-open',1,'2024-11-27 16:42:23','2024-11-27 16:42:23',1),
(4,'course_detail_mid','Expert teachers','Learn from industry experts',NULL,NULL,'pages/1/teacher-directory','fas fa-chalkboard-teacher',1,'2024-11-27 16:42:23','2024-11-27 16:42:23',1),
(5,'course_detail_right','Unlimited access','Learn on your schedule',NULL,NULL,'pages/2/features','fas fa-universal-access',1,'2024-11-27 16:42:23','2024-11-27 16:42:23',1);
/*!40000 ALTER TABLE `frontend_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `general_settings`
--

DROP TABLE IF EXISTS `general_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `general_settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(191) NOT NULL,
  `value` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `last_updated_date` text DEFAULT NULL,
  `system_version` text DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `general_settings_key_index` (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=180 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `general_settings`
--

LOCK TABLES `general_settings` WRITE;
/*!40000 ALTER TABLE `general_settings` DISABLE KEYS */;
INSERT INTO `general_settings` VALUES
(1,'site_title','TapnLearn','2024-11-27 16:41:16','2025-05-07 20:04:49',NULL,NULL,1),
(2,'company_info',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(3,'zip_code','1205','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(4,'vat_number',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(5,'address','بيروت، لبنان','2024-11-27 16:41:16','2025-01-31 18:39:37',NULL,NULL,1),
(6,'phone','+8801841412141','2024-11-27 16:41:16','2024-12-21 18:52:50',NULL,NULL,1),
(7,'email','domain@lms.com','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(8,'currency_id','2','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(9,'logo','public/uploads/main/images/06-05-2025/681a156600fb5.png','2024-11-27 16:41:16','2025-05-06 23:58:02',NULL,NULL,1),
(10,'logo2','public/uploads/main/images/07-05-2025/681b1c071fc53.png','2024-11-27 16:41:16','2025-05-07 18:38:31',NULL,NULL,1),
(11,'favicon','public/uploads/main/images/06-05-2025/681a143d5f333.png','2024-11-27 16:41:16','2025-05-06 23:53:03',NULL,NULL,1),
(12,'system_version','6.3.0','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(13,'active_status','1','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(14,'website_url',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(15,'ttl_rtl','2','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(16,'phone_number_privacy','1','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(17,'language_id','19','2024-11-27 16:41:16','2025-05-06 23:44:51',NULL,NULL,1),
(18,'date_format_id','1','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(19,'software_version',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(20,'mail_signature',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(21,'mail_header',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(22,'mail_footer',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(23,'mail_protocol',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(24,'time_zone_id','83','2024-11-27 16:41:16','2024-12-21 18:52:51',NULL,NULL,1),
(25,'country_id','117','2024-11-27 16:41:16','2024-12-21 18:52:51',NULL,NULL,1),
(26,'city','Dhaka','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(27,'state','Dhaka','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(28,'fb','https://facebook.com/','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(29,'twitter','https://twitter.com/','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(30,'youtube','https://youtube.com/','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(31,'linkedin','https://www.linkedin.com/','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(32,'copyright_text','All Rights Reserved!','2024-11-27 16:41:16','2025-05-06 23:53:14',NULL,NULL,1),
(33,'commission','40','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(34,'recapthca','0','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(35,'recaptcha_key',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(36,'recaptcha_secret',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(37,'template_id','3','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(38,'instructor_reg','1','2024-11-27 16:41:16','2024-12-06 11:29:36',NULL,NULL,1),
(39,'email_template',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(40,'meta_keywords',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(41,'meta_description',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(42,'currency_conversion','Manual','2024-11-27 16:41:16','2025-10-16 17:59:43',NULL,NULL,1),
(43,'device_limit',NULL,'2024-11-27 16:41:16','2024-11-29 14:38:20',NULL,NULL,1),
(44,'email_notification','0','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(45,'show_drip',NULL,'2024-11-27 16:41:16','2025-12-18 20:29:17',NULL,NULL,1),
(46,'AmazonS3','1','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(47,'BBB','0','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(48,'Sslcommerz','0','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(49,'Zoom','1','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(50,'lat','23.806931','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(51,'lng','90.368709','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(52,'zoom_level','11','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(53,'gmap_key','AIzaSyA7nx22ZmINYk9TGiXDEXGVxghC43Ox6qA','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(54,'fixer_key','0bd244e811264242d56e1759c93a3f1a','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(55,'footer_about_title','About','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(56,'footer_about_description',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(57,'footer_copy_right','Copyright © 2021 InfixLMS. All rights reserved | Made By  <a href=\"https://aorasoft.com\" target=\"_blank\"><span style=\"color:#D12053\">CodeThemes</span></a>','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(58,'footer_section_one_title','Support Zone','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(59,'footer_section_two_title','Company Info','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(60,'footer_section_three_title','Explore Services','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(61,'system_domain',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(62,'system_activated_date',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(63,'last_updated_date',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(64,'lms_id','1','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(65,'currency_show','1','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(66,'google_analytics',NULL,'2024-11-27 16:41:16','2025-01-22 19:56:14',NULL,NULL,1),
(67,'frontend_active_theme','learningms','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(68,'language_code','en','2024-11-27 16:41:16','2025-05-06 23:44:51',NULL,NULL,1),
(69,'language_rtl','0','2024-11-27 16:41:16','2025-05-06 23:44:51',NULL,NULL,1),
(70,'language_name','English','2024-11-27 16:41:16','2025-05-06 23:44:51',NULL,NULL,1),
(71,'currency_symbol','$','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(72,'currency_code','USD','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(73,'active_date_format','jS M, Y','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(74,'active_time_zone','Asia/Dhaka','2024-11-27 16:41:16','2024-12-21 18:52:50',NULL,NULL,1),
(75,'maintenance_status','0','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(76,'cookie_status','0','2024-11-27 16:41:16','2024-11-29 10:54:41',NULL,NULL,1),
(77,'email_verification','1','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(78,'language_translation','1','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(79,'footer_show','1','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(80,'tax_status','1','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(81,'tax_percentage','20','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(82,'category_show',NULL,'2024-11-27 16:41:16','2024-12-02 12:11:14',NULL,NULL,1),
(83,'show_cart',NULL,'2024-11-27 16:41:16','2025-04-14 18:56:20',NULL,NULL,1),
(84,'student_reg','1','2024-11-27 16:41:16','2024-12-21 18:52:51',NULL,NULL,1),
(85,'device_limit_time',NULL,'2024-11-27 16:41:16','2024-11-29 14:38:20',NULL,NULL,1),
(86,'facebook_pixel',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(87,'course_approval',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(88,'show_bundle_in_instructor_profile','0','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(89,'student_dashboard_card_view',NULL,'2024-11-27 16:41:16','2024-11-29 14:38:20',NULL,NULL,1),
(90,'fcm_key',NULL,'2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(91,'homepage_block_positions','[{\"id\":1,\"block_name\":\"Homepage Banner\",\"order\":1,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":2,\"block_name\":\"Key Feature\",\"order\":2,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":3,\"block_name\":\"Category Section\",\"order\":3,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":4,\"block_name\":\"Instructor Section\",\"order\":4,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":5,\"block_name\":\"Course Section\",\"order\":5,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":6,\"block_name\":\"Best Category Section\",\"order\":6,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":7,\"block_name\":\"Quiz Section\",\"order\":7,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":8,\"block_name\":\"Testimonial Section\",\"order\":8,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":9,\"block_name\":\"Sponsor Section\",\"order\":9,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":10,\"block_name\":\"Article Section\",\"order\":10,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":11,\"block_name\":\"Become Instructor Section\",\"order\":11,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":12,\"block_name\":\"Subscribe Section\",\"order\":12,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":13,\"block_name\":\"Live Class\",\"order\":13,\"created_at\":\"2024-11-27 17:41:14\",\"updated_at\":\"2024-11-27 17:41:14\",\"lms_id\":1},{\"id\":14,\"block_name\":\"About LMS\",\"order\":14,\"created_at\":\"2024-11-27 17:41:14\",\"updated_at\":\"2024-11-27 17:41:14\",\"lms_id\":1},{\"id\":15,\"block_name\":\"Subscription Section\",\"order\":15,\"created_at\":\"2024-11-27 17:41:14\",\"updated_at\":\"2024-11-27 17:41:14\",\"lms_id\":1},{\"id\":16,\"block_name\":\"How to buy\",\"order\":16,\"created_at\":\"2024-11-27 17:41:14\",\"updated_at\":\"2024-11-27 17:41:14\",\"lms_id\":1}]','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(92,'offer_type','0','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(93,'offer_amount','0','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,NULL,1),
(94,'preloader_status','1','2024-11-27 16:41:16','2024-12-23 19:05:52',NULL,NULL,1),
(95,'show_seek_bar',NULL,'2024-11-27 16:41:16','2025-12-18 20:30:37',NULL,NULL,1),
(96,'frontend_language_translation','1','2024-11-27 16:41:19','2024-12-05 15:40:05',NULL,NULL,1),
(97,'menu_bg','#f8f9fa','2024-11-27 16:41:23','2024-11-27 16:41:23',NULL,NULL,1),
(98,'menu_text','#2b3d4e','2024-11-27 16:41:23','2024-11-27 16:41:23',NULL,NULL,1),
(99,'menu_hover_text','#FB1159','2024-11-27 16:41:23','2024-11-27 16:41:23',NULL,NULL,1),
(100,'menu_title_text','#202E3B','2024-11-27 16:41:23','2024-11-27 16:41:23',NULL,NULL,1),
(101,'footer_section_four_title','About Section','2024-11-27 16:41:26','2024-11-27 16:41:26',NULL,NULL,1),
(102,'gamification_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(103,'gamification_point_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(104,'gamification_point_each_login_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(105,'gamification_point_each_login_point','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(106,'gamification_point_each_unit_complete_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(107,'gamification_point_each_unit_complete_point','5','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(108,'gamification_point_each_course_complete_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(109,'gamification_point_each_course_complete_point','25','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(110,'gamification_point_each_certificate_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(111,'gamification_point_each_certificate_point','25','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(112,'gamification_point_each_test_complete_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(113,'gamification_point_each_test_complete_point','5','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(114,'gamification_point_each_assignment_complete_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(115,'gamification_point_each_assignment_complete_point','5','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(116,'gamification_point_each_comment_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(117,'gamification_point_each_comment_point','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(118,'gamification_badges_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(119,'gamification_badges_activity_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(120,'gamification_badges_registration_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(121,'gamification_badges_courses_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(122,'gamification_badges_rating_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(123,'gamification_badges_sales_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(124,'gamification_badges_blogs_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(125,'gamification_badges_learning_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(126,'gamification_badges_test_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(127,'gamification_badges_assignment_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(128,'gamification_badges_perfectionism_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(129,'gamification_badges_survey_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(130,'gamification_badges_communication_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(131,'gamification_badges_certification_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(132,'gamification_level_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(133,'gamification_level_entry_point_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(134,'gamification_level_entry_point','3000','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(135,'gamification_level_entry_complete_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(136,'gamification_level_entry_complete_point','5','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(137,'gamification_level_entry_badge_status','1','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(138,'gamification_level_entry_badge_point','5','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(139,'gamification_reward_status','0','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(140,'gamification_reward_discount_course_point_status','0','2024-11-27 16:41:32','2024-11-27 16:41:32',NULL,NULL,1),
(141,'gamification_reward_discount_course_point','10','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(142,'gamification_reward_course_point','1000','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(143,'gamification_reward_discount_course_badge_status','0','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(144,'gamification_reward_discount_course_badge','10','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(145,'gamification_reward_course_badge','50','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(146,'gamification_reward_discount_course_level_status','0','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(147,'gamification_reward_discount_course_level','10','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(148,'gamification_reward_course_level','25','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(149,'gamification_reward_point_conversion_rate','500','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(150,'gamification_leaderboard_status','1','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(151,'gamification_leaderboard_show_level_status','1','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(152,'gamification_leaderboard_show_point_status','1','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(153,'gamification_leaderboard_show_badges_status','1','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(154,'gamification_leaderboard_show_courses_status','0','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(155,'gamification_leaderboard_show_certificate_status','0','2024-11-27 16:41:33','2024-11-27 16:41:33',NULL,NULL,1),
(156,'preloader_style','2','2024-11-29 14:32:52','2024-12-23 19:05:52',NULL,NULL,1),
(157,'preloader_type','1','2024-11-29 14:32:52','2024-11-29 14:32:52',NULL,NULL,1),
(158,'hide_menu_search_box','1','2024-11-29 14:38:20','2024-12-02 12:11:14',NULL,NULL,1),
(159,'hide_ecommerce',NULL,'2024-11-29 14:38:20','2024-12-03 11:09:46',NULL,NULL,1),
(160,'hide_blog_comment',NULL,'2024-11-29 14:38:20','2024-11-29 14:38:20',NULL,NULL,1),
(161,'hide_social_share_btn',NULL,'2024-11-29 14:38:20','2024-12-17 22:42:13',NULL,NULL,1),
(162,'start_site','homepage','2024-11-29 14:38:20','2024-11-29 14:38:20',NULL,NULL,1),
(163,'navigate_user_after_login','dashboard','2024-11-29 14:38:20','2024-11-29 14:38:20',NULL,NULL,1),
(164,'mobile_app_only_mode',NULL,'2024-11-29 14:38:20','2024-11-29 14:38:20',NULL,NULL,1),
(165,'google_font_is_active','1','2024-12-02 11:52:29','2024-12-02 11:52:29',NULL,NULL,1),
(166,'google_font_key','AIzaSyB8R7y2SLxMQMr2jyZheJkfN0hWqe7ZEz0','2024-12-02 11:59:39','2024-12-02 11:59:39',NULL,NULL,1),
(167,'google_font_family1','Cairo','2024-12-02 12:00:13','2024-12-05 15:48:10',NULL,NULL,1),
(168,'google_font_family2','Cairo','2024-12-02 12:00:15','2024-12-05 15:48:10',NULL,NULL,1),
(169,'site_logo3','/tmp/phpK0dE9v','2024-12-06 13:36:48','2025-05-06 23:58:02',NULL,NULL,1),
(170,'logo3','public/uploads/main/images/06-05-2025/681a156a5a30d.png','2024-12-06 13:36:48','2025-05-06 23:58:02',NULL,NULL,1),
(171,'slider_transition_time','5','2024-12-06 13:39:23','2024-12-06 13:39:23',NULL,NULL,1),
(172,'wa-phone','+96181964479','2025-01-30 20:46:06','2025-04-14 18:56:20',NULL,NULL,1),
(173,'currency_seperator','1','2025-10-16 17:54:06','2025-10-16 17:54:06',NULL,NULL,1),
(174,'currency_decimal',NULL,'2025-10-16 17:54:06','2025-10-16 17:54:06',NULL,NULL,1),
(175,'hide_multicurrency','1','2025-10-16 17:54:06','2025-10-16 17:54:06',NULL,NULL,1),
(176,'hide_qa_section',NULL,'2025-12-18 20:29:17','2025-12-18 20:29:17',NULL,NULL,1),
(177,'hide_review_section',NULL,'2025-12-18 20:29:17','2025-12-18 20:29:17',NULL,NULL,1),
(178,'youtube_default_player',NULL,'2025-12-18 20:29:17','2025-12-18 20:29:17',NULL,NULL,1),
(179,'send_mail_before_expire',NULL,'2025-12-18 20:29:17','2025-12-18 20:29:17',NULL,NULL,1);
/*!40000 ALTER TABLE `general_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `goal_attachments`
--

DROP TABLE IF EXISTS `goal_attachments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `goal_attachments` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `goal_detail_id` bigint(20) unsigned NOT NULL,
  `admin_attachment_file` varchar(191) DEFAULT NULL,
  `user_attachment_file` varchar(191) DEFAULT NULL,
  `user_comments_text` varchar(191) DEFAULT NULL,
  `admin_comments_text` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `goal_attachments_goal_detail_id_foreign` (`goal_detail_id`),
  CONSTRAINT `goal_attachments_goal_detail_id_foreign` FOREIGN KEY (`goal_detail_id`) REFERENCES `goal_details` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `goal_attachments`
--

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

--
-- Table structure for table `goal_details`
--

DROP TABLE IF EXISTS `goal_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `goal_details` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `goal_id` bigint(20) unsigned NOT NULL,
  `skill_id` bigint(20) unsigned NOT NULL,
  `action_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `goal_details_goal_id_foreign` (`goal_id`),
  KEY `goal_details_skill_id_foreign` (`skill_id`),
  KEY `goal_details_action_id_foreign` (`action_id`),
  CONSTRAINT `goal_details_action_id_foreign` FOREIGN KEY (`action_id`) REFERENCES `actions` (`id`),
  CONSTRAINT `goal_details_goal_id_foreign` FOREIGN KEY (`goal_id`) REFERENCES `goals` (`id`),
  CONSTRAINT `goal_details_skill_id_foreign` FOREIGN KEY (`skill_id`) REFERENCES `skills` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `goal_details`
--

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

--
-- Table structure for table `goals`
--

DROP TABLE IF EXISTS `goals`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `goals` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `title` varchar(191) NOT NULL,
  `days` int(11) NOT NULL,
  `status` varchar(191) NOT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `notes` longtext DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `goals_user_id_foreign` (`user_id`),
  CONSTRAINT `goals_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`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 `goals`
--

LOCK TABLES `goals` WRITE;
/*!40000 ALTER TABLE `goals` DISABLE KEYS */;
INSERT INTO `goals` VALUES
(1,238,'Diet Tracking 105kg -> 75kg',60,'Active',NULL,'2025-10-15 17:41:27','2025-10-15 17:41:27',NULL,1);
/*!40000 ALTER TABLE `goals` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `google_tokens`
--

DROP TABLE IF EXISTS `google_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `google_tokens` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `google_email` varchar(191) DEFAULT NULL,
  `refresh_token` varchar(191) DEFAULT NULL,
  `token` varchar(191) DEFAULT NULL,
  `expires_in` varchar(191) DEFAULT NULL,
  `backup_folder_id` varchar(191) DEFAULT NULL,
  `backup_folder_name` varchar(191) DEFAULT NULL,
  `attendance_folder_id` varchar(191) DEFAULT NULL,
  `attendance_folder_name` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `google_tokens_user_id_foreign` (`user_id`),
  CONSTRAINT `google_tokens_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `google_tokens`
--

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

--
-- Table structure for table `hand_books`
--

DROP TABLE IF EXISTS `hand_books`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hand_books` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `english` varchar(191) DEFAULT NULL,
  `english_cover` varchar(191) DEFAULT NULL,
  `italian` varchar(191) DEFAULT NULL,
  `italian_cover` varchar(191) DEFAULT NULL,
  `greek` varchar(191) DEFAULT NULL,
  `greek_cover` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `german` varchar(191) DEFAULT NULL,
  `german_cover` varchar(191) DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hand_books`
--

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

--
-- Table structure for table `header_menus`
--

DROP TABLE IF EXISTS `header_menus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `header_menus` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(191) NOT NULL,
  `element_id` bigint(20) unsigned DEFAULT NULL,
  `title` varchar(191) DEFAULT NULL,
  `link` varchar(191) DEFAULT NULL,
  `parent_id` bigint(20) unsigned DEFAULT NULL,
  `position` int(10) unsigned NOT NULL DEFAULT 0,
  `show` tinyint(1) NOT NULL DEFAULT 0,
  `is_newtab` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `mega_menu` tinyint(4) NOT NULL DEFAULT 0,
  `mega_menu_column` int(11) NOT NULL DEFAULT 2,
  PRIMARY KEY (`id`),
  KEY `header_menus_element_id_parent_id_title_index` (`element_id`,`parent_id`,`title`)
) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `header_menus`
--

LOCK TABLES `header_menus` WRITE;
/*!40000 ALTER TABLE `header_menus` DISABLE KEYS */;
INSERT INTO `header_menus` VALUES
(5,'Static Page',6,'{\"en\":\"Instructors\",\"ar\":\"المحاضرون\"}','/instructors',NULL,4,0,0,'2024-11-27 16:41:08','2025-10-16 19:37:09',1,0,2),
(42,'Static Page',3,'{\"en\":\"Courses\"}','https://tapnlearn.twister-demo.com/courses',53,1,0,0,'2025-05-06 23:59:16','2025-10-16 19:37:09',1,0,2),
(43,'Static Page',7,'{\"en\":\"Contact Us\"}','https://tapnlearn.twister-demo.com/contact-us',NULL,8,0,0,'2025-05-06 23:59:25','2025-10-16 19:37:09',1,0,2),
(44,'Static Page',10,'{\"en\":\"Blogs\"}','https://tapnlearn.twister-demo.com/blog',NULL,5,0,0,'2025-05-06 23:59:41','2025-10-16 19:37:09',1,0,2),
(45,'Static Page',36,'{\"en\":\"White Board\"}','https://tapnlearn.twister-demo.com/white-board',NULL,7,0,0,'2025-05-06 23:59:55','2025-10-16 19:37:09',1,0,2),
(46,'Static Page',37,'{\"en\":\"Products\"}','https://tapnlearn.twister-demo.com/products',NULL,6,0,0,'2025-05-07 00:00:03','2025-10-16 19:37:09',1,0,2),
(47,'Static Page',2,'{\"en\":\"Home\"}','https://tapnlearn.twister-demo.com',NULL,1,0,0,'2025-05-07 00:00:57','2025-05-07 00:01:00',1,0,2),
(49,'Dynamic Page',52,'{\"en\":\"Live Classes\"}','https://tapnlearn.twister-demo.com/live-classes',NULL,3,0,0,'2025-05-13 22:40:51','2025-10-16 19:37:09',1,0,2),
(51,'Custom Link',NULL,'{\"en\":\"About\"}',NULL,NULL,2,0,0,'2025-08-19 16:18:49','2025-08-19 16:18:52',1,0,2),
(52,'Dynamic Page',55,'{\"en\":\"Mission\"}','https://tapnlearn.twister-demo.com/mission',51,1,0,0,'2025-08-19 16:18:58','2025-08-19 16:19:07',1,0,2),
(53,'Dynamic Page',56,'{\"en\":\"Vision\"}','https://tapnlearn.twister-demo.com/vision',51,2,0,0,'2025-08-19 16:19:03','2025-08-19 16:19:11',1,0,2),
(54,'Class',96,'{\"en\":\"Entrepreneurship & Innovation - V3\"}','https://tapnlearn.twister-demo.com/class-details/entrepreneurship-innovation-v3',NULL,12,0,0,'2025-10-16 19:37:47','2025-10-16 19:37:47',1,0,2),
(55,'Static Page',8,'{\"en\":\"About Us\"}','https://tapnlearn.twister-demo.com/about-us',NULL,13,0,0,'2025-10-16 19:38:43','2025-10-16 19:38:43',1,0,2);
/*!40000 ALTER TABLE `header_menus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `home_contents`
--

DROP TABLE IF EXISTS `home_contents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `home_contents` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(191) NOT NULL,
  `value` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `home_contents_key_index` (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=140 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `home_contents`
--

LOCK TABLES `home_contents` WRITE;
/*!40000 ALTER TABLE `home_contents` DISABLE KEYS */;
INSERT INTO `home_contents` VALUES
(1,'slider_title','{\"en\":\"For every student, every classroom. Real results.\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(2,'slider_text','{\"en\":\"Build skills with courses, certificates, and degrees online from world-class universities and companies\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(3,'testimonial_title','{\"en\":\"What Our Student Have To Say\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(4,'active_status','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(5,'created_by','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(6,'updated_by','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(7,'category_title','{\"en\":\"Find videos courses on almost any topic to build career.\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(8,'category_sub_title','{\"en\":\"Enjoy lifetime access to courses on our website and app.\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(9,'instructor_banner','{\"en\":\"public/frontend/learningms/img/banner/cta_bg.jpg\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(10,'instructor_title','{\"en\":\"Limitless learning and more possibilities\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(11,'instructor_sub_title','{\"en\":\"Choose from over 100,000 online video courses with new\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(12,'course_title','{\"en\":\"Top Online Courses\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(13,'course_sub_title','{\"en\":\"The world’s largest selection of courses choose from 130,000 online video courses with new additions published every month\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(14,'best_category_banner','{\"en\":\"public/frontend/learningms/img/banner/backage_bg.jpg\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(15,'best_category_title','{\"en\":\"Online Learning from the World’s best categories\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(16,'best_category_sub_title','{\"en\":\"Choose from over 100,000 online video courses with new additions published every month\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(17,'quiz_title','{\"en\":\"Explore popular Quizzes\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(18,'testimonial_sub_title','{\"en\":\"The world’s largest selection of courses choose from 130,000 online video courses with new additions published every month\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(19,'article_title','{\"en\":\"Articles & News\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(20,'article_sub_title','{\"en\":\"The world’s largest selection of courses choose from 130,000 online video courses with new additions published every month\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(21,'subscribe_logo','{\"en\":\"public/frontend/learningms/img/book.png\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(22,'subscribe_title','{\"en\":\"Keep up to date — Get e-mail updates\",\"ar\":\"ابق على اطلاع دائم — احصل على تحديثات عبر البريد الإلكتروني\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(23,'subscribe_sub_title','{\"en\":\"Stay tuned for the latest company news.\",\"ar\":\"ترقبوا أحدث أخبار الشركة\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(24,'course_page_title','{\"en\":\"Courses\",\"ar\":\"Courses\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(25,'course_page_sub_title','{\"en\":\"Join the Millions for better learning.\",\"ar\":\"Join the Millions for better learning.\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(26,'course_page_banner','{\"en\":\"public\\/uploads\\/main\\/images\\/05-02-2025\\/67a329bd7f99d.jpeg\"}','2024-11-27 16:41:17','2025-02-05 20:05:01',1),
(27,'class_page_title','{\"en\":\"Classes\",\"ar\":\"Classes\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(28,'class_page_sub_title','{\"en\":\"Join the Millions for better learning.\",\"ar\":\"Join the Millions for better learning.\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(29,'class_page_banner','{\"en\":\"public\\/uploads\\/main\\/images\\/14-05-2025\\/68248f4c24d5b.jpeg\"}','2024-11-27 16:41:17','2025-05-14 22:40:44',1),
(30,'quiz_page_title','{\"en\":\"Quizzes\",\"ar\":\"Quizzes\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(31,'quiz_page_sub_title','{\"en\":\"Join the Millions for better learning.\",\"ar\":\"Join the Millions for better learning.\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(32,'quiz_page_banner','{\"en\":\"public/frontend/learningms/img/banner/bradcam_bg_3.jpg\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(33,'instructor_page_title','{\"en\":\"Instructor\",\"ar\":\"Instructor\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(34,'instructor_page_sub_title','{\"en\":\"Start your education Career with us.\",\"ar\":\"Start your education Career with us.\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(35,'instructor_page_banner','{\"en\":\"public/frontend/learningms/img/banner/bradcam_bg_4.jpg\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(36,'contact_page_title','{\"en\":\"Contact Us\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(37,'contact_sub_title','{\"en\":\"We’re here with you every step way!\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(38,'contact_page_banner','{\"en\":\"public/frontend/learningms/img/banner/bradcam_bg_5.jpg\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(39,'about_page_title','{\"en\":\"About Company\",\"ar\":\"About Company\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(40,'about_sub_title','{\"en\":\"The leading global marketplace.\",\"ar\":\"The leading global marketplace.\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(41,'about_page_banner','{\"en\":\"public/frontend/learningms/img/banner/bradcam_bg_6.jpg\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(42,'become_instructor_title','{\"en\":\"Become a Instructor.\",\"ar\":\"كن مدرسًا\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(43,'become_instructor_sub_title','{\"en\":\"Teach what you love. Corrector gives you the tools to create a course .\",\"ar\":\"قم بتدريس ما تحبه. يوفر لك Corrector الأدوات اللازمة لإنشاء دورة تدريبية.\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(44,'become_instructor_logo','{\"en\":\"public/frontend/learningms/img/services/1.png\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(45,'slider_banner','{\"en\":\"public\\/uploads\\/main\\/images\\/19-12-2024\\/676445eef341d.jpeg\"}','2024-11-27 16:41:17','2024-12-19 23:12:31',1),
(46,'show_key_feature','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(47,'key_feature_title1','{\"en\":\"50K+ Online Courses\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(48,'key_feature_subtitle1','{\"en\":\"Enjoy lifetime access to courses\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(49,'key_feature_logo1','{\"en\":\"public/frontend/learningms/img/svg/course_1.svg\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(50,'key_feature_link1','{\"en\":\"\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(51,'key_feature_title2','{\"en\":\"Teacher directory\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(52,'key_feature_subtitle2','{\"en\":\"Learn from industry experts\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(53,'key_feature_logo2','{\"en\":\"public/frontend/learningms/img/svg/course_2.svg\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(54,'key_feature_link2','{\"en\":\"\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(55,'key_feature_title3','{\"en\":\"Unlimited access\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(56,'key_feature_subtitle3','{\"en\":\"Learn on your schedule\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(57,'key_feature_logo3','{\"en\":\"public/frontend/learningms/img/svg/course_3.svg\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(58,'key_feature_link3','{\"en\":\"\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(59,'become_instructor_page_banner','{\"en\":\"public/frontend/learningms/img/banner/cta_bg.jpg\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(60,'become_instructor_page_title','{\"en\":\"Limitless learning and more possibilities\",\"ar\":\"Limitless learning and more possibilities\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(61,'become_instructor_page_sub_title','{\"en\":\"Choose from over 100,000 online video courses with new\",\"ar\":\"Choose from over 100,000 online video courses with new\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(62,'lms_id','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(63,'blog_page_banner','{\"en\":\"public/frontend/learningms/img/banner/cta_bg.jpg\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(64,'blog_page_title','{\"en\":\"Limitless learning and more possibilities\",\"ar\":\"Limitless learning and more possibilities\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(65,'blog_page_sub_title','{\"en\":\"Choose from over 100,000 online video courses with new\",\"ar\":\"Choose from over 100,000 online video courses with new\"}','2024-11-27 16:41:17','2024-12-12 09:27:34',1),
(66,'maintenance_banner','{\"en\":\"public/frontend/learningms/img/banner/maintenance.jpg\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(67,'maintenance_title','{\"en\":\"We will be back soon!\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(68,'maintenance_sub_title','{\"en\":\"Sorry for the inconvenience but we&rsquo;re performing some maintenance at the moment.\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(69,'maintenance_status','{\"en\":\"0\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(70,'banner_logo','{\"en\":\"public/frontend/edume/img/banner/logo.svg\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(71,'show_banner_section','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(72,'show_category_section','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(73,'show_instructor_section','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(74,'show_course_section','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(75,'show_best_category_section','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(76,'show_quiz_section','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(77,'show_testimonial_section','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(78,'show_article_section','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(79,'show_subscribe_section','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(80,'show_become_instructor_section','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(81,'show_sponsor_section','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(82,'show_menu_search_box','{\"en\":1}','2024-11-27 16:41:17','2024-12-06 14:03:33',1),
(83,'show_banner_search_box','{\"en\":0}','2024-11-27 16:41:17','2024-12-06 13:39:23',1),
(84,'show_map','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(85,'show_subscription_plan','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(86,'subscription_title','{\"en\":\"Pricing Plan & Package\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(87,'subscription_sub_title','{\"en\":\"Choose from over 100,000 online video courses with new\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(88,'show_live_class_section','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(89,'live_class_title','{\"en\":\"Explore popular Live Classes\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(90,'show_about_lms_section','{\"en\":\"1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(91,'about_lms_header','{\"en\":\"About LMS\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(92,'about_lms','{\"en\":\"\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(93,'quiz_sub_title','{\"en\":\"You don’t need to be a designer or have any previous of experience with design to take Quillow classes. You just need curiosity and the desire to learn.\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(94,'live_class_sub_title','{\"en\":\"You don’t need to be a designer or have any previous of experience with design to take Quillow classes. You just need curiosity and the desire to learn.\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(95,'sponsor_title','{\"en\":\"Trusted by companies of all sizes\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(96,'sponsor_sub_title','{\"en\":\"Thousands of students already add more focus to their work with InfixLMS.\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(97,'contact_page_body_image','{\"en\":\"\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(98,'contact_page_content_title','{\"en\":\"Want to become an educator?\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(99,'contact_page_content_details','{\"en\":\"Areana ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(100,'contact_page_phone','{\"en\":\"public/frontend/edume/img/lms_cat/1.png\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(101,'contact_page_email','{\"en\":\"public/frontend/edume/img/lms_cat/2.png\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(102,'contact_page_address','{\"en\":\"public/frontend/edume/img/lms_cat/3.png\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(103,'how_to_buy_title1','{\"en\":\"Step 1\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(104,'how_to_buy_details1','{\"en\":\"Trusted by companies of all sizes\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(105,'how_to_buy_logo1','{\"en\":\"public/demo/how_to_buy/1.png\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(106,'how_to_buy_title2','{\"en\":\"Step 2\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(107,'how_to_buy_details2','{\"en\":\"Trusted by companies of all sizes\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(108,'how_to_buy_logo2','{\"en\":\"public/demo/how_to_buy/2.png\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(109,'how_to_buy_title3','{\"en\":\"Step 3\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(110,'how_to_buy_details3','{\"en\":\"Trusted by companies of all sizes\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(111,'how_to_buy_logo3','{\"en\":\"public/demo/how_to_buy/3.png\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(112,'how_to_buy_title4','{\"en\":\"Step 4\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(113,'how_to_buy_details4','{\"en\":\"Trusted by companies of all sizes\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(114,'how_to_buy_logo4','{\"en\":\"public/demo/how_to_buy/4.png\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(115,'show_how_to_buy','{\"en\":\"0\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(116,'how_to_buy_title','{\"en\":\"How To Buy\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(117,'how_to_buy_sub_title','{\"en\":\"The easiest way to buy stocks is through an online stockbroker. After opening and funding your account.\"}','2024-11-27 16:41:17','2024-11-27 16:41:17',1),
(118,'offer_page_banner','{\"en\":\"public/frontend/learningms/img/banner/cta_bg.jpg\"}',NULL,NULL,1),
(119,'offer_page_title','{\"en\":\"Offer Page\"}',NULL,NULL,1),
(120,'offer_page_sub_title','{\"en\":\"Limitless learning and more possibilities\"}',NULL,NULL,1),
(121,'home_page_faq_title','{\"en\":\"FAQ\"}',NULL,NULL,1),
(122,'show_home_page_faq','{\"en\":\"0\"}',NULL,NULL,1),
(123,'home_page_faq_sub_title','{\"en\":\"Some common question & answer\"}',NULL,NULL,1),
(124,'saas_title','{\"en\":\"Saas Plans\"}',NULL,NULL,1),
(125,'saas_sub_title','{\"en\":\"Buy Saas Plan For Single Price\"}',NULL,NULL,1),
(126,'saas_banner','{\"en\":\"public/frontend/learningms/img/banner/bradcam_bg_1.jpg\"}',NULL,NULL,1),
(127,'homepage_block_positions','[{\"id\":1,\"block_name\":\"Homepage Banner\",\"order\":1,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":2,\"block_name\":\"Key Feature\",\"order\":2,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":3,\"block_name\":\"Category Section\",\"order\":3,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":4,\"block_name\":\"Instructor Section\",\"order\":4,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":5,\"block_name\":\"Course Section\",\"order\":5,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":6,\"block_name\":\"Best Category Section\",\"order\":6,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":7,\"block_name\":\"Quiz Section\",\"order\":7,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":8,\"block_name\":\"Testimonial Section\",\"order\":8,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":9,\"block_name\":\"Sponsor Section\",\"order\":9,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":10,\"block_name\":\"Article Section\",\"order\":10,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":11,\"block_name\":\"Become Instructor Section\",\"order\":11,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":12,\"block_name\":\"Subscribe Section\",\"order\":12,\"created_at\":\"2024-11-27 17:41:12\",\"updated_at\":\"2024-11-27 17:41:12\",\"lms_id\":1},{\"id\":13,\"block_name\":\"Live Class\",\"order\":13,\"created_at\":\"2024-11-27 17:41:14\",\"updated_at\":\"2024-11-27 17:41:14\",\"lms_id\":1},{\"id\":14,\"block_name\":\"About LMS\",\"order\":14,\"created_at\":\"2024-11-27 17:41:14\",\"updated_at\":\"2024-11-27 17:41:14\",\"lms_id\":1},{\"id\":15,\"block_name\":\"Subscription Section\",\"order\":15,\"created_at\":\"2024-11-27 17:41:14\",\"updated_at\":\"2024-11-27 17:41:14\",\"lms_id\":1},{\"id\":16,\"block_name\":\"How to buy\",\"order\":16,\"created_at\":\"2024-11-27 17:41:14\",\"updated_at\":\"2024-11-27 17:41:14\",\"lms_id\":1},{\"id\":17,\"block_name\":\"Homepage FAQ\",\"order\":17,\"created_at\":\"2024-11-27 17:41:18\",\"updated_at\":\"2024-11-27 17:41:18\",\"lms_id\":1}]',NULL,NULL,1),
(128,'why_choose_title','{\"en\":\"Why Choose Infix LMS?\"}','2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(129,'why_choose_sub_title','{\"en\":\"Achieve better exam scores through quality contents tailored to helps learn effectively.\"}','2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(130,'show_continue_watching','{\"en\":\"1\"}','2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(131,'show_popular_course','{\"en\":\"1\"}','2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(132,'show_course_level','{\"en\":\"1\"}','2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(133,'show_why_choose','{\"en\":\"1\"}','2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(134,'product_page_banner','{\"en\":\"public\\/uploads\\/main\\/images\\/14-05-2025\\/6824596e54515.jpeg\"}',NULL,'2025-05-14 18:50:54',1),
(135,'product_page_title','{\"en\":\"Products\",\"ar\":\"منتجات\"}',NULL,'2024-12-12 09:27:34',1),
(136,'product_page_sub_title','{\"en\":\"Join the Millions for better learning\",\"ar\":\"انضم إلى الملايين من أجل التعلم بشكل أفضل\"}',NULL,'2024-12-12 09:27:34',1),
(137,'multi_bundle_page_banner','{\"en\":\"public\\/uploads\\/main\\/images\\/12-02-2025\\/67ac9a71682c3.jpeg\",\"ar\":\"public\\/uploads\\/main\\/images\\/13-02-2025\\/67adda3c448f5.jpeg\"}',NULL,'2025-02-13 22:40:44',1),
(138,'multi_bundle_page_title','{\"en\":\"Multi Bundles\",\"ar\":\"الاشتراكات\"}',NULL,'2025-02-13 22:41:39',1),
(139,'multi_bundle_page_sub_title','{\"en\":\"Multi Bundles\",\"ar\":\"الاشتراكات\"}',NULL,'2025-02-13 22:41:39',1);
/*!40000 ALTER TABLE `home_contents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `home_page_faqs`
--

DROP TABLE IF EXISTS `home_page_faqs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `home_page_faqs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `question` longtext DEFAULT NULL,
  `answer` longtext DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `order` int(11) NOT NULL DEFAULT 9999999,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `home_page_faqs`
--

LOCK TABLES `home_page_faqs` WRITE;
/*!40000 ALTER TABLE `home_page_faqs` DISABLE KEYS */;
INSERT INTO `home_page_faqs` VALUES
(1,'{\"en\":\"What courses are available on this website?\",\"ar\":\"ما هي الدورات المتوفرة على هذا الموقع؟\"}','{\"en\":\"<p>We offer a variety of courses, including programming, design, marketing, personal development, and more. You can browse through our course catalog to find the perfect course for you.<\\/p>\",\"ar\":\"<p>نقدم مجموعة متنوعة من الدورات التدريبية، بما في ذلك البرمجة والتصميم والتسويق والتطوير الشخصي والمزيد. يمكنك تصفح كتالوج الدورات التدريبية لدينا للعثور على الدورة التدريبية المثالية لك.<\\/p>\"}',1,3,'2024-12-11 09:20:56','2025-10-16 19:59:43',1),
(2,'{\"en\":\"How do I enroll in a course?\",\"ar\":\"كيف يمكنني التسجيل في دورة؟\"}','{\"en\":\"<p>To enroll, simply create an account, browse the course catalog, select a course, and click \\\"Enroll Now.\\\" Follow the instructions to complete your registration.<\\/p>\",\"ar\":\"<p>للتسجيل، قم ببساطة بإنشاء حساب، وتصفح كتالوج الدورات، واختر دورة، ثم انقر فوق \\\"التسجيل الآن\\\". اتبع التعليمات لاستكمال التسجيل.<\\/p>\"}',1,1,'2024-12-11 09:21:19','2025-10-16 19:59:43',1),
(3,'{\"en\":\"Are the courses free?\",\"ar\":\"هل الدورات مجانية؟\"}','{\"en\":\"<p>We offer both free and paid courses. You can filter courses by \\\"Free\\\" to see all available options without charge.<\\/p>\",\"ar\":\"<p>نحن نقدم دورات مجانية ومدفوعة. يمكنك تصفية الدورات حسب \\\"مجانية\\\" لرؤية جميع الخيارات المتاحة بدون رسوم.<\\/p>\"}',1,2,'2024-12-11 09:21:34','2025-10-16 19:59:43',1);
/*!40000 ALTER TABLE `home_page_faqs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `homepage_block_positions`
--

DROP TABLE IF EXISTS `homepage_block_positions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `homepage_block_positions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `block_name` varchar(191) NOT NULL,
  `order` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `homepage_block_positions`
--

LOCK TABLES `homepage_block_positions` WRITE;
/*!40000 ALTER TABLE `homepage_block_positions` DISABLE KEYS */;
INSERT INTO `homepage_block_positions` VALUES
(1,'Homepage Banner',1,'2024-11-27 16:41:12','2024-11-27 16:41:12',1),
(2,'Key Feature',0,'2024-11-27 16:41:12','2024-11-27 16:41:12',1),
(3,'Category Section',3,'2024-11-27 16:41:12','2024-11-27 16:41:12',1),
(4,'Instructor Section',4,'2024-11-27 16:41:12','2024-11-27 16:41:12',1),
(5,'Course Section',2,'2024-11-27 16:41:12','2024-11-27 16:41:12',1),
(6,'Best Category Section',3,'2024-11-27 16:41:12','2024-11-27 16:41:12',1),
(7,'Quiz Section',4,'2024-11-27 16:41:12','2024-11-27 16:41:12',1),
(8,'Testimonial Section',8,'2024-11-27 16:41:12','2024-11-27 16:41:12',1),
(9,'Sponsor Section',5,'2024-11-27 16:41:12','2024-11-27 16:41:12',1),
(10,'Article Section',6,'2024-11-27 16:41:12','2024-11-27 16:41:12',1),
(11,'Become Instructor Section',7,'2024-11-27 16:41:12','2024-11-27 16:41:12',1),
(12,'Subscribe Section',12,'2024-11-27 16:41:12','2024-11-27 16:41:12',1),
(13,'Live Class',8,'2024-11-27 16:41:14','2024-11-27 16:41:14',1),
(14,'About LMS',14,'2024-11-27 16:41:14','2024-11-27 16:41:14',1),
(15,'Subscription Section',9,'2024-11-27 16:41:14','2024-11-27 16:41:14',1),
(16,'How to buy',16,'2024-11-27 16:41:14','2024-11-27 16:41:14',1),
(17,'Homepage FAQ',17,'2024-11-27 16:41:18','2024-11-27 16:41:18',1),
(18,'Continue watching',18,'2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(19,'Popular Courses',19,'2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(20,'Course level',20,'2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(21,'Why Choose',21,'2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(22,'Call To Action',22,'2024-11-27 16:41:27','2024-11-27 16:41:27',1);
/*!40000 ALTER TABLE `homepage_block_positions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `hr_departments`
--

DROP TABLE IF EXISTS `hr_departments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hr_departments` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `details` varchar(191) DEFAULT NULL,
  `user_id` varchar(191) DEFAULT NULL COMMENT 'department_head.....pls use as staff_id.. not user id',
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `hr_departments`
--

LOCK TABLES `hr_departments` WRITE;
/*!40000 ALTER TABLE `hr_departments` DISABLE KEYS */;
INSERT INTO `hr_departments` VALUES
(1,'HR Dept',NULL,NULL,1,'2025-01-31 20:04:04','2025-01-31 20:04:23',1);
/*!40000 ALTER TABLE `hr_departments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `infix_module_managers`
--

DROP TABLE IF EXISTS `infix_module_managers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `infix_module_managers` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) DEFAULT NULL,
  `email` varchar(200) DEFAULT NULL,
  `notes` varchar(255) DEFAULT NULL,
  `version` varchar(200) DEFAULT NULL,
  `update_url` varchar(200) DEFAULT NULL,
  `purchase_code` varchar(200) DEFAULT NULL,
  `installed_domain` varchar(200) DEFAULT NULL,
  `activated_date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `checksum` text DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `infix_module_managers_name_purchase_code_index` (`name`,`purchase_code`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `infix_module_managers`
--

LOCK TABLES `infix_module_managers` WRITE;
/*!40000 ALTER TABLE `infix_module_managers` DISABLE KEYS */;
INSERT INTO `infix_module_managers` VALUES
(1,'Instamojo',NULL,'Instamojo is one of the top rated payment gateway & eCommerce platform in India. Thanks for using.','1.0','https://www.aorasoft.com/',NULL,'https://lms.demosoftware.me','2024-11-27','2024-11-27 16:41:10','2024-11-27 16:41:10',NULL,1),
(2,'Midtrans',NULL,'Midtrans is one of the Indonesian payment gateway. Thanks for using.','1.0','https://www.aorasoft.com/',NULL,'https://lms.demosoftware.me','2024-11-27','2024-11-27 16:41:10','2024-11-27 16:41:10',NULL,1),
(3,'Payeer',NULL,'Simple and convenient eWallet. Instant payments and transfers. Worldwide. Send, exchange or accept funds on your personal account or website. Thanks for using.','1.0','https://www.aorasoft.com/',NULL,'https://lms.demosoftware.me','2024-11-27','2024-11-27 16:41:10','2024-11-27 16:41:10',NULL,1),
(4,'Newsletter',NULL,'This is a Newsletter module for generate leads. Thanks for using.','1.0.0','https://www.aorasoft.com/',NULL,'https://lms.demosoftware.me','2024-11-27','2024-11-27 16:41:10','2024-11-27 16:41:10',NULL,1),
(5,'Backup',NULL,'Simple and convenient eWallet. Instant payments and transfers. Worldwide. Send, exchange or accept funds on your personal account or website. Thanks for using.','1.0','https://www.aorasoft.com/',NULL,'https://lms.demosoftware.me','2024-11-27','2024-11-27 16:41:11','2024-11-27 16:41:11',NULL,1),
(6,'Pesapal',NULL,'Simple and convenient eWallet. Instant payments and transfers. Worldwide. Send, exchange or accept funds on your personal account or website. Thanks for using.','1.0','https://www.aorasoft.com/',NULL,'https://lms.demosoftware.me','2024-11-27','2024-11-27 16:41:11','2024-11-27 16:41:11',NULL,1),
(7,'Mobilpay',NULL,'Mobilpay is one of the   payment gateway . Thanks for using.','1.0','https://www.aorasoft.com/',NULL,'https://lms.demosoftware.me','2024-11-27','2024-11-27 16:41:13','2024-11-27 16:41:13',NULL,1),
(8,'VdoCipher',NULL,'VdoCipher  is one of the secure video hosting platform . Thanks for using.','1.0','https://www.aorasoft.com/',NULL,'https://lms.demosoftware.me','2024-11-27','2024-11-27 16:41:14','2024-11-27 16:41:14',NULL,1),
(9,'PopupContent',NULL,'PopupContent module for InfixLMS','1.0','https://www.aorasoft.com/',NULL,'https://lms.demosoftware.me','2024-11-27','2024-11-27 16:41:15','2024-11-27 16:41:15',NULL,1),
(10,'NotificationSetup',NULL,'This is Notification Setup module for manage email and browser notifications. Thanks for using.','1.0','https://www.aorasoft.com/',NULL,'https://lms.demosoftware.me','2024-11-27','2024-11-27 16:41:16','2024-11-27 16:41:16',NULL,1),
(11,'AoraPageBuilder',NULL,'This is Page Builder module for Infix LMS. Thanks for using.','1.0.0','https://www.aorasoft.com/',NULL,'https://lms.demosoftware.me','2024-11-27','2024-11-27 16:41:29','2024-11-27 16:41:29',NULL,1),
(12,'SidebarManager',NULL,'This is Sidebar Manager module for Infix LMS. Thanks for using.','1.0.1','https://www.aorasoft.com/',NULL,'https://lms.demosoftware.me','2024-11-27','2024-11-27 16:41:30','2024-11-27 16:41:30',NULL,1);
/*!40000 ALTER TABLE `infix_module_managers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `instructor_payouts`
--

DROP TABLE IF EXISTS `instructor_payouts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `instructor_payouts` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `instructor_id` int(11) NOT NULL,
  `reveune` double DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=111 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `instructor_payouts`
--

LOCK TABLES `instructor_payouts` WRITE;
/*!40000 ALTER TABLE `instructor_payouts` DISABLE KEYS */;
INSERT INTO `instructor_payouts` VALUES
(1,1,10,1,'2024-11-29 12:29:16','2025-05-19 22:45:21',1),
(2,2,0.1,0,'2024-11-29 12:29:17','2024-11-29 12:29:17',1),
(3,2,0.1,0,'2024-11-29 12:29:19','2024-11-29 12:29:19',1),
(4,1,10,1,'2024-11-29 12:32:04','2025-05-19 22:45:21',1),
(5,2,0.1,0,'2024-11-29 12:32:05','2024-11-29 12:32:05',1),
(6,2,0.1,0,'2024-11-29 12:32:07','2024-11-29 12:32:07',1),
(7,2,0,0,'2024-12-03 10:41:13','2024-12-03 10:41:13',1),
(8,1,5,1,'2024-12-03 11:02:16','2025-05-19 22:45:21',1),
(9,1,10,1,'2024-12-06 14:10:01','2025-05-19 22:45:21',1),
(10,2,0.1,0,'2024-12-06 14:10:05','2024-12-06 14:10:05',1),
(11,2,0.1,0,'2024-12-06 14:10:07','2024-12-06 14:10:07',1),
(12,1,15,1,'2024-12-09 13:15:40','2025-05-19 22:45:21',1),
(13,2,1,0,'2024-12-12 11:30:32','2024-12-12 11:30:32',1),
(14,2,1.5,0,'2024-12-12 11:30:33','2024-12-12 11:30:33',1),
(15,2,2.5,0,'2024-12-12 11:30:33','2024-12-12 11:30:33',1),
(16,5,3.5,0,'2025-05-13 23:29:40','2025-05-13 23:29:40',1),
(17,5,3.5,0,'2025-05-13 23:29:43','2025-05-13 23:29:43',1),
(18,5,3.5,0,'2025-05-13 23:29:45','2025-05-13 23:29:45',1),
(19,6,1,1,'2025-05-13 23:30:13','2025-10-15 16:33:53',1),
(20,6,1,1,'2025-05-13 23:30:15','2025-10-15 16:33:53',1),
(21,6,1,1,'2025-05-13 23:30:18','2025-10-15 16:33:53',1),
(22,4,3.7,1,'2025-05-13 23:30:45','2025-06-12 20:06:28',1),
(23,4,3.7,1,'2025-05-13 23:30:47','2025-06-12 20:06:28',1),
(24,4,3.7,1,'2025-05-13 23:30:50','2025-06-12 20:06:28',1),
(25,4,3.7,1,'2025-05-13 23:30:52','2025-06-12 20:06:28',1),
(26,4,3.7,1,'2025-05-13 23:30:54','2025-06-12 20:06:28',1),
(27,212,2.49,1,'2025-05-13 23:31:19','2025-06-12 20:16:42',1),
(28,212,2.49,1,'2025-05-13 23:31:21','2025-06-12 20:16:42',1),
(29,212,2.49,1,'2025-05-13 23:31:24','2025-06-12 20:16:42',1),
(30,212,2.49,1,'2025-05-13 23:31:26','2025-06-12 20:16:42',1),
(31,212,2.49,1,'2025-05-13 23:31:28','2025-06-12 20:16:42',1),
(32,212,2.49,1,'2025-05-13 23:31:31','2025-06-12 20:16:42',1),
(33,212,2.49,1,'2025-05-13 23:31:33','2025-06-12 20:16:42',1),
(34,212,2.49,1,'2025-05-13 23:31:36','2025-06-12 20:16:42',1),
(35,212,2.49,1,'2025-05-13 23:31:38','2025-06-12 20:16:42',1),
(36,6,1.2,1,'2025-05-13 23:32:08','2025-10-15 16:33:53',1),
(37,6,1.2,1,'2025-05-13 23:32:10','2025-10-15 16:33:53',1),
(38,6,1.2,1,'2025-05-13 23:32:12','2025-10-15 16:33:53',1),
(39,6,1.2,1,'2025-05-13 23:32:15','2025-10-15 16:33:53',1),
(40,6,1.2,1,'2025-05-13 23:32:17','2025-10-15 16:33:53',1),
(41,6,1.2,1,'2025-05-13 23:32:20','2025-10-15 16:33:53',1),
(42,6,1.2,1,'2025-05-13 23:32:22','2025-10-15 16:33:53',1),
(43,6,1.2,1,'2025-05-13 23:32:24','2025-10-15 16:33:53',1),
(44,6,1.2,1,'2025-05-13 23:32:27','2025-10-15 16:33:53',1),
(45,2,3.2,0,'2025-05-13 23:32:52','2025-05-13 23:32:52',1),
(46,2,3.2,0,'2025-05-13 23:32:55','2025-05-13 23:32:55',1),
(47,2,3.2,0,'2025-05-13 23:32:57','2025-05-13 23:32:57',1),
(48,2,3.2,0,'2025-05-13 23:32:59','2025-05-13 23:32:59',1),
(49,2,3.2,0,'2025-05-13 23:33:02','2025-05-13 23:33:02',1),
(50,2,3.2,0,'2025-05-13 23:33:04','2025-05-13 23:33:04',1),
(51,2,3.2,0,'2025-05-13 23:33:07','2025-05-13 23:33:07',1),
(52,5,2,0,'2025-05-13 23:34:00','2025-05-13 23:34:00',1),
(53,5,2,0,'2025-05-13 23:34:02','2025-05-13 23:34:02',1),
(54,5,2,0,'2025-05-13 23:34:05','2025-05-13 23:34:05',1),
(55,5,2,0,'2025-05-13 23:34:07','2025-05-13 23:34:07',1),
(56,5,2,0,'2025-05-13 23:34:09','2025-05-13 23:34:09',1),
(57,5,2,0,'2025-05-13 23:34:46','2025-05-13 23:34:46',1),
(58,5,2,0,'2025-05-13 23:34:48','2025-05-13 23:34:48',1),
(59,5,2,0,'2025-05-13 23:34:50','2025-05-13 23:34:50',1),
(60,6,1.5,1,'2025-05-13 23:35:25','2025-10-15 16:33:53',1),
(61,6,1.5,1,'2025-05-13 23:35:28','2025-10-15 16:33:53',1),
(62,6,1.5,1,'2025-05-13 23:35:30','2025-10-15 16:33:53',1),
(63,6,1.5,1,'2025-05-13 23:35:33','2025-10-15 16:33:53',1),
(64,6,1.5,1,'2025-05-13 23:35:35','2025-10-15 16:33:53',1),
(65,6,0,1,'2025-05-13 23:36:13','2025-10-15 16:33:53',1),
(66,6,0,1,'2025-05-13 23:36:16','2025-10-15 16:33:53',1),
(67,6,0,1,'2025-05-13 23:36:18','2025-10-15 16:33:53',1),
(68,6,0,1,'2025-05-13 23:36:21','2025-10-15 16:33:53',1),
(69,6,0,1,'2025-05-13 23:36:23','2025-10-15 16:33:53',1),
(70,6,0,1,'2025-05-13 23:36:25','2025-10-15 16:33:53',1),
(71,6,0,1,'2025-05-13 23:36:28','2025-10-15 16:33:53',1),
(72,6,0,1,'2025-05-13 23:36:30','2025-10-15 16:33:53',1),
(73,6,0,1,'2025-05-13 23:36:32','2025-10-15 16:33:53',1),
(74,4,0,1,'2025-05-13 23:37:02','2025-06-12 20:06:28',1),
(75,4,0,1,'2025-05-13 23:37:04','2025-06-12 20:06:28',1),
(76,4,0,1,'2025-05-13 23:37:06','2025-06-12 20:06:28',1),
(77,4,0,1,'2025-05-13 23:37:09','2025-06-12 20:06:28',1),
(78,4,0,1,'2025-05-13 23:37:11','2025-06-12 20:06:28',1),
(79,4,0,1,'2025-05-13 23:37:13','2025-06-12 20:06:28',1),
(80,4,0,1,'2025-05-13 23:37:16','2025-06-12 20:06:28',1),
(81,6,0,1,'2025-05-14 20:10:50','2025-10-15 16:33:53',1),
(82,6,0,1,'2025-05-14 20:10:52','2025-10-15 16:33:53',1),
(83,6,0,1,'2025-05-14 20:10:55','2025-10-15 16:33:53',1),
(84,6,0,1,'2025-05-14 20:10:57','2025-10-15 16:33:53',1),
(85,4,0,1,'2025-05-14 20:11:17','2025-06-12 20:06:28',1),
(86,4,0,1,'2025-05-14 20:11:19','2025-06-12 20:06:28',1),
(87,4,0,1,'2025-05-14 20:11:21','2025-06-12 20:06:28',1),
(88,4,0,1,'2025-05-14 20:11:23','2025-06-12 20:06:28',1),
(89,4,0,1,'2025-05-14 20:11:26','2025-06-12 20:06:28',1),
(90,6,0,1,'2025-05-14 20:12:08','2025-10-15 16:33:53',1),
(91,6,0,1,'2025-05-14 20:12:10','2025-10-15 16:33:53',1),
(92,6,0,1,'2025-05-14 20:12:13','2025-10-15 16:33:53',1),
(93,6,0,1,'2025-05-14 20:12:15','2025-10-15 16:33:53',1),
(94,6,0,1,'2025-05-14 20:12:17','2025-10-15 16:33:53',1),
(95,6,0,1,'2025-05-14 20:12:19','2025-10-15 16:33:53',1),
(96,6,0,1,'2025-05-14 20:12:22','2025-10-15 16:33:53',1),
(97,6,0,1,'2025-05-14 20:12:24','2025-10-15 16:33:53',1),
(98,6,0,1,'2025-05-14 20:12:43','2025-10-15 16:33:53',1),
(99,6,0,1,'2025-05-14 20:12:45','2025-10-15 16:33:53',1),
(100,6,0,1,'2025-05-14 20:12:48','2025-10-15 16:33:53',1),
(101,6,0,1,'2025-05-14 20:12:50','2025-10-15 16:33:53',1),
(102,6,0,1,'2025-05-14 20:12:52','2025-10-15 16:33:53',1),
(103,6,0,1,'2025-05-14 20:12:54','2025-10-15 16:33:53',1),
(104,6,0,1,'2025-05-14 20:12:57','2025-10-15 16:33:53',1),
(105,6,0,1,'2025-05-14 20:12:59','2025-10-15 16:33:53',1),
(106,6,0,1,'2025-05-14 20:13:01','2025-10-15 16:33:53',1),
(107,6,1.5,1,'2025-06-12 21:40:33','2025-10-15 16:33:53',1),
(108,6,0,0,'2025-10-29 17:01:32','2025-10-29 17:01:32',1),
(109,6,0,0,'2025-10-29 17:01:33','2025-10-29 17:01:33',1),
(110,6,0,0,'2025-10-29 17:01:36','2025-10-29 17:01:36',1);
/*!40000 ALTER TABLE `instructor_payouts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `instructor_setups`
--

DROP TABLE IF EXISTS `instructor_setups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `instructor_setups` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `show_instructor_page_banner` int(11) DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `instructor_setups`
--

LOCK TABLES `instructor_setups` WRITE;
/*!40000 ALTER TABLE `instructor_setups` DISABLE KEYS */;
INSERT INTO `instructor_setups` VALUES
(1,1,NULL,NULL,1);
/*!40000 ALTER TABLE `instructor_setups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `instructor_total_payouts`
--

DROP TABLE IF EXISTS `instructor_total_payouts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `instructor_total_payouts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `instructor_id` int(11) NOT NULL,
  `amount` varchar(191) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `instructor_total_payouts`
--

LOCK TABLES `instructor_total_payouts` WRITE;
/*!40000 ALTER TABLE `instructor_total_payouts` DISABLE KEYS */;
INSERT INTO `instructor_total_payouts` VALUES
(1,1,'50','2025-05-19 22:45:21','2025-05-19 22:45:21',1),
(2,4,'0','2025-06-12 20:06:28','2025-06-12 20:06:53',1),
(3,212,'22.41','2025-06-12 20:16:42','2025-06-12 20:16:42',1),
(4,6,'0','2025-10-15 16:33:53','2025-10-15 19:23:19',1);
/*!40000 ALTER TABLE `instructor_total_payouts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ip_blocks`
--

DROP TABLE IF EXISTS `ip_blocks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `ip_blocks` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ip_address` text NOT NULL,
  `reason` text DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ip_blocks`
--

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

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

DROP TABLE IF EXISTS `jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jobs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `queue` varchar(191) NOT NULL,
  `payload` longtext NOT NULL,
  `attempts` tinyint(3) unsigned NOT NULL,
  `reserved_at` int(10) unsigned DEFAULT NULL,
  `available_at` int(10) unsigned NOT NULL,
  `created_at` int(10) unsigned NOT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `languages`
--

DROP TABLE IF EXISTS `languages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `languages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `code` varchar(191) NOT NULL,
  `name` varchar(191) NOT NULL,
  `native` varchar(191) NOT NULL,
  `rtl` tinyint(4) NOT NULL DEFAULT 0,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `json_exist` tinyint(4) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `languages_code_name_rtl_index` (`code`,`name`,`rtl`)
) ENGINE=InnoDB AUTO_INCREMENT=115 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,'af','Afrikaans','Afrikaans',0,0,0,NULL,'2025-05-06 23:43:29',1),
(2,'am','Amharic','አማርኛ',0,0,0,NULL,NULL,1),
(3,'ar','Arabic','العربية',1,0,0,NULL,'2025-05-06 23:45:36',1),
(4,'ay','Aymara','Aymar',0,0,0,NULL,NULL,1),
(5,'az','Azerbaijani','Azərbaycanca / آذربايجان',0,0,0,NULL,NULL,1),
(6,'be','Belarusian','Беларуская',0,0,0,NULL,NULL,1),
(7,'bg','Bulgarian','Български',0,0,0,NULL,NULL,1),
(8,'bi','Bislama','Bislama',0,0,0,NULL,NULL,1),
(9,'bn','Bengali','বাংলা',0,0,0,NULL,NULL,1),
(10,'bs','Bosnian','Bosanski',0,0,0,NULL,NULL,1),
(11,'ca','Catalan','Català',0,0,0,NULL,NULL,1),
(12,'ch','Chamorro','Chamoru',0,0,0,NULL,NULL,1),
(13,'cs','Czech','Česky',0,0,0,NULL,NULL,1),
(14,'da','Danish','Dansk',0,0,0,NULL,NULL,1),
(15,'de','German','Deutsch',0,0,0,NULL,NULL,1),
(16,'dv','Divehi','ދިވެހިބަސް',1,0,0,NULL,NULL,1),
(17,'dz','Dzongkha','ཇོང་ཁ',0,0,0,NULL,NULL,1),
(18,'el','Greek','Ελληνικά',0,0,0,NULL,NULL,1),
(19,'en','English','English',0,1,0,NULL,'2025-05-06 23:43:40',1),
(20,'es','Spanish','Español',0,0,0,NULL,NULL,1),
(21,'et','Estonian','Eesti',0,0,0,NULL,NULL,1),
(22,'eu','Basque','Euskara',0,0,0,NULL,NULL,1),
(23,'fa','Persian','فارسی',1,0,0,NULL,NULL,1),
(24,'ff','Peul','Fulfulde',0,0,0,NULL,NULL,1),
(25,'fi','Finnish','Suomi',0,0,0,NULL,NULL,1),
(26,'fj','Fijian','Na Vosa Vakaviti',0,0,0,NULL,NULL,1),
(27,'fo','Faroese','Føroyskt',0,0,0,NULL,NULL,1),
(28,'fr','French','Français',0,0,0,NULL,NULL,1),
(29,'ga','Irish','Gaeilge',0,0,0,NULL,NULL,1),
(30,'gl','Galician','Galego',0,0,0,NULL,NULL,1),
(31,'gn','Guarani','Avañe\'ẽ',0,0,0,NULL,NULL,1),
(32,'gv','Manx','Gaelg',0,0,0,NULL,NULL,1),
(33,'he','Hebrew','עברית',1,0,0,NULL,NULL,1),
(34,'hi','Hindi','हिन्दी',0,0,0,NULL,NULL,1),
(35,'hr','Croatian','Hrvatski',0,0,0,NULL,NULL,1),
(36,'ht','Haitian','Krèyol ayisyen',0,0,0,NULL,NULL,1),
(37,'hu','Hungarian','Magyar',0,0,0,NULL,NULL,1),
(38,'hy','Armenian','Հայերեն',0,0,0,NULL,NULL,1),
(39,'indo','Indonesian','Bahasa Indonesia',0,0,0,NULL,NULL,1),
(40,'is','Icelandic','Íslenska',0,0,0,NULL,NULL,1),
(41,'it','Italian','Italiano',0,0,0,NULL,NULL,1),
(42,'ja','Japanese','日本語',0,0,0,NULL,NULL,1),
(43,'ka','Georgian','ქართული',0,0,0,NULL,NULL,1),
(44,'kg','Kongo','KiKongo',0,0,0,NULL,NULL,1),
(45,'kk','Kazakh','Қазақша',0,0,0,NULL,NULL,1),
(46,'kl','Greenlandic','Kalaallisut',0,0,0,NULL,NULL,1),
(47,'km','Cambodian','ភាសាខ្មែរ',0,0,0,NULL,NULL,1),
(48,'ko','Korean','한국어',0,0,0,NULL,NULL,1),
(49,'ku','Kurdish','Kurdî / كوردی',1,0,0,NULL,NULL,1),
(50,'ky','Kirghiz','Kırgızca / Кыргызча',0,0,0,NULL,NULL,1),
(51,'la','Latin','Latina',0,0,0,NULL,NULL,1),
(52,'lb','Luxembourgish','Lëtzebuergesch',0,0,0,NULL,NULL,1),
(53,'ln','Lingala','Lingála',0,0,0,NULL,NULL,1),
(54,'lo','Laotian','ລາວ / Pha xa lao',0,0,0,NULL,NULL,1),
(55,'lt','Lithuanian','Lietuvių',0,0,0,NULL,NULL,1),
(56,'lu','','',0,0,0,NULL,NULL,1),
(57,'lv','Latvian','Latviešu',0,0,0,NULL,NULL,1),
(58,'mg','Malagasy','Malagasy',0,0,0,NULL,NULL,1),
(59,'mh','Marshallese','Kajin Majel / Ebon',0,0,0,NULL,NULL,1),
(60,'mi','Maori','Māori',0,0,0,NULL,NULL,1),
(61,'mk','Macedonian','Македонски',0,0,0,NULL,NULL,1),
(62,'mn','Mongolian','Монгол',0,0,0,NULL,NULL,1),
(63,'ms','Malay','Bahasa Melayu',0,0,0,NULL,NULL,1),
(64,'mt','Maltese','bil-Malti',0,0,0,NULL,NULL,1),
(65,'my','Burmese','မြန်မာစာ',0,0,0,NULL,NULL,1),
(66,'na','Nauruan','Dorerin Naoero',0,0,0,NULL,NULL,1),
(67,'nb','','',0,0,0,NULL,NULL,1),
(68,'nd','North Ndebele','Sindebele',0,0,0,NULL,NULL,1),
(69,'ne','Nepali','नेपाली',0,0,0,NULL,NULL,1),
(70,'nl','Dutch','Nederlands',0,0,0,NULL,NULL,1),
(71,'nn','Norwegian Nynorsk','Norsk (nynorsk)',0,0,0,NULL,NULL,1),
(72,'no','Norwegian','Norsk (bokmål / riksmål)',0,0,0,NULL,NULL,1),
(73,'nr','South Ndebele','isiNdebele',0,0,0,NULL,NULL,1),
(74,'ny','Chichewa','Chi-Chewa',0,0,0,NULL,NULL,1),
(75,'oc','Occitan','Occitan',0,0,0,NULL,NULL,1),
(76,'pa','Panjabi / Punjabi','ਪੰਜਾਬੀ / पंजाबी / پنجابي',0,0,0,NULL,NULL,1),
(77,'pl','Polish','Polski',0,0,0,NULL,NULL,1),
(78,'ps','Pashto','پښتو',1,0,0,NULL,NULL,1),
(79,'pt','Portuguese','Português',0,0,0,NULL,NULL,1),
(80,'qu','Quechua','Runa Simi',0,0,0,NULL,NULL,1),
(81,'rn','Kirundi','Kirundi',0,0,0,NULL,NULL,1),
(82,'ro','Romanian','Română',0,0,0,NULL,NULL,1),
(83,'ru','Russian','Русский',0,0,0,NULL,NULL,1),
(84,'rw','Rwandi','Kinyarwandi',0,0,0,NULL,NULL,1),
(85,'sg','Sango','Sängö',0,0,0,NULL,NULL,1),
(86,'si','Sinhalese','සිංහල',0,0,0,NULL,NULL,1),
(87,'sk','Slovak','Slovenčina',0,0,0,NULL,NULL,1),
(88,'sl','Slovenian','Slovenščina',0,0,0,NULL,NULL,1),
(89,'sm','Samoan','Gagana Samoa',0,0,0,NULL,NULL,1),
(90,'sn','Shona','chiShona',0,0,0,NULL,NULL,1),
(91,'so','Somalia','Soomaaliga',0,0,0,NULL,NULL,1),
(92,'sq','Albanian','Shqip',0,0,0,NULL,NULL,1),
(93,'sr','Serbian','Српски',0,0,0,NULL,NULL,1),
(94,'ss','Swati','SiSwati',0,0,0,NULL,NULL,1),
(95,'st','Southern Sotho','Sesotho',0,0,0,NULL,NULL,1),
(96,'sv','Swedish','Svenska',0,0,0,NULL,NULL,1),
(97,'sw','Swahili','Kiswahili',0,0,0,NULL,NULL,1),
(98,'ta','Tamil','தமிழ்',0,0,0,NULL,NULL,1),
(99,'tg','Tajik','Тоҷикӣ',0,0,0,NULL,NULL,1),
(100,'th','Thai','ไทย / Phasa Thai',0,0,0,NULL,NULL,1),
(101,'ti','Tigrinya','ትግርኛ',0,0,0,NULL,NULL,1),
(102,'tk','Turkmen','Туркмен /تركمن ',0,0,0,NULL,NULL,1),
(103,'tn','Tswana','Setswana',0,0,0,NULL,NULL,1),
(104,'to','Tonga','Lea Faka-Tonga',0,0,0,NULL,NULL,1),
(105,'tr','Turkish','Türkçe',0,0,0,NULL,NULL,1),
(106,'ts','Tsonga','Xitsonga',0,0,0,NULL,NULL,1),
(107,'uk','Ukrainian','Українська',0,0,0,NULL,NULL,1),
(108,'ur','Urdu','اردو',1,0,0,NULL,NULL,1),
(109,'uz','Uzbek','Ўзбек',0,0,0,NULL,NULL,1),
(110,'ve','Venda','Tshivenḓa',0,0,0,NULL,NULL,1),
(111,'vi','Vietnamese','Tiếng Việt',0,0,0,NULL,NULL,1),
(112,'xh','Xhosa','isiXhosa',0,0,0,NULL,NULL,1),
(113,'zh','Chinese','中文',0,0,0,NULL,NULL,1),
(114,'zu','Zulu','isiZulu',0,0,0,NULL,NULL,1);
/*!40000 ALTER TABLE `languages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lesson_completes`
--

DROP TABLE IF EXISTS `lesson_completes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `lesson_completes` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `course_id` bigint(20) unsigned NOT NULL,
  `chapter_id` bigint(20) unsigned NOT NULL,
  `lesson_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `status` int(11) NOT NULL DEFAULT 1 COMMENT '1 => complete 0 => incomplete',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `enroll_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`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 `lesson_completes`
--

LOCK TABLES `lesson_completes` WRITE;
/*!40000 ALTER TABLE `lesson_completes` DISABLE KEYS */;
INSERT INTO `lesson_completes` VALUES
(9,90,0,266,233,1,'2025-10-20 23:35:25','2025-10-20 23:35:25',1,59);
/*!40000 ALTER TABLE `lesson_completes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lesson_files`
--

DROP TABLE IF EXISTS `lesson_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `lesson_files` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `lesson_id` int(11) NOT NULL,
  `link` text DEFAULT NULL,
  `version` double(8,2) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `size` int(11) DEFAULT NULL,
  `type` text DEFAULT NULL,
  `scorm_title` text DEFAULT NULL,
  `scorm_version` text DEFAULT NULL,
  `scorm_identifier` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `title` text DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=181 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lesson_files`
--

LOCK TABLES `lesson_files` WRITE;
/*!40000 ALTER TABLE `lesson_files` DISABLE KEYS */;
INSERT INTO `lesson_files` VALUES
(1,76,'public/uploads/file/18-12-2024/7696e4c70047f35e08d0f0729e4d3a7c.pdf',1.00,1,1323841,'PDF','','','','2024-12-18 16:45:38','2024-12-18 16:45:38','الطهارة',1),
(2,77,'public/uploads/file/18-12-2024/78f1494189ad6b6a57976ac5d7938799.pdf',1.00,1,1119157,'PDF','','','','2024-12-18 17:04:52','2024-12-18 17:04:52','ما هي المفاهيم الاسلامية الاساسية ؟',1),
(3,78,'public/uploads/file/18-12-2024/28735040bcc4ed56a86fa201409c6e60.pdf',1.00,1,6323583,'PDF','','','','2024-12-18 17:09:05','2024-12-18 17:09:05','السيرة النبوية',1),
(4,79,'public/uploads/file/18-12-2024/1ef745a0a2559aec136a55adf74358bc.pdf',1.00,1,6323583,'PDF','','','','2024-12-18 17:15:12','2024-12-18 17:15:12','السيرة النبوية',1),
(5,80,'public/uploads/file/18-12-2024/d15caced1f187d5cc3d2963b2cdb414d.pdf',1.00,1,6323583,'PDF','','','','2024-12-18 17:28:13','2024-12-18 17:28:13','السيرة النبوية',1),
(6,81,'public/uploads/file/18-12-2024/8c10f4c7afbcb398be897d4856f2e7da.jpg',1.00,1,135679,'Image','','','','2024-12-18 17:32:46','2024-12-18 17:32:46','السيرة النبوية',1),
(7,82,'public/uploads/file/18-12-2024/19d9d97f3872223b16518a4ee2195815.pdf',1.00,1,1323841,'PDF','','','','2024-12-18 18:01:29','2024-12-18 18:01:29','الطهارة',1),
(8,83,'public/uploads/file/18-12-2024/e32575162933574b85cc1364101648b7.pdf',1.00,1,1034650,'PDF','','','','2024-12-18 19:10:42','2024-12-18 19:10:42','الاحوال الشخصية',1),
(9,84,'public/uploads/file/18-12-2024/369087d8cab675184d7ca91015586c05.pdf',1.00,1,1034650,'PDF','','','','2024-12-18 19:13:32','2024-12-18 19:13:32','علم مصطلح الحديث الشريف',1),
(10,85,'public/uploads/file/18-12-2024/8a7bef0776a96064846df9517cc73b80.pdf',1.00,1,1323841,'PDF','','','','2024-12-18 19:24:35','2024-12-18 19:24:35','الطهارة',1),
(11,86,'public/uploads/file/18-12-2024/b9e92fcc466d88de5c237dca37d2b91f.pdf',1.00,1,6323583,'PDF','','','','2024-12-18 19:27:43','2024-12-18 19:27:43','العرض',1),
(12,87,'public/uploads/file/18-12-2024/33e4257d663fb3e888ef076f1754e86d.pdf',1.00,1,1119157,'PDF','','','','2024-12-18 19:30:58','2024-12-18 19:30:58','التوحيد - العبودية - التقوى',1),
(13,86,NULL,2.00,1,0,'PDF','','','','2024-12-18 19:32:46','2024-12-18 19:32:46','لماذا نقرأ السيرة النبوية ؟',1),
(14,88,'public/uploads/file/18-12-2024/fc6ea2ade995537ff89b72c0e067a1e6.pdf',1.00,1,11542,'Self','','','','2024-12-19 00:19:35','2024-12-19 00:19:35','Self Host Test',1),
(15,89,'public/uploads/file/19-12-2024/2e3651bd86ca527d8d2c546cce25bd3b.pdf',1.00,1,1323841,'PDF','','','','2024-12-19 14:25:18','2024-12-19 14:25:18','احكام الطهارة',1),
(16,90,'public/uploads/file/24-12-2024/21e1b56f58d89b9cb1576b0215be62c8.pdf',1.00,1,1323841,'PDF','','','','2024-12-24 21:59:23','2024-12-24 21:59:23','الطهارة',1),
(17,91,'public/uploads/file/24-12-2024/0bf5e1acc945133360845a72a09e32bf.pdf',1.00,1,1034650,'PDF','','','','2024-12-24 22:26:36','2024-12-24 22:26:36','الاحوال الشخصية',1),
(18,92,'public/uploads/file/24-12-2024/b6af405da1cc7e22020e97304b7c47bf.pdf',1.00,1,690728,'PDF','','','','2024-12-24 22:27:57','2024-12-24 22:27:57','علم مصطلح الحديث الشريف',1),
(19,93,'public/uploads/file/24-12-2024/d2f841cf81a0fe85d0104fed81c67c24.pdf',1.00,1,1119157,'PDF','','','','2024-12-24 22:34:10','2024-12-24 22:34:10','مفاهيم اسلامية',1),
(20,94,'public/uploads/file/24-12-2024/18dc5f59fae96feda749dbaf095db9d6.pdf',1.00,1,690728,'PDF','','','','2024-12-24 22:39:34','2024-12-24 22:39:34','علم مصطلح الحديث الشريف',1),
(21,95,'public/uploads/file/06-02-2025/aa62e06d76a3626cfb66b820125274d7.jpg',1.00,1,359417,'Image','','','','2025-02-06 22:05:45','2025-02-06 22:05:45','العقيدة الاسلامية 1',1),
(22,95,NULL,2.00,1,0,'Image','','','','2025-02-06 23:08:10','2025-02-06 23:08:10','العقيدة الاسلامية 1',1),
(23,95,NULL,3.00,1,0,'Image','','','','2025-02-06 23:10:15','2025-02-06 23:10:15','العقيدة الاسلامية 1',1),
(24,95,NULL,4.00,1,0,'Image','','','','2025-02-06 23:13:51','2025-02-06 23:13:51','العقيدة الاسلامية 1',1),
(25,95,NULL,5.00,1,0,'Image','','','','2025-02-06 23:15:22','2025-02-06 23:15:22','العقيدة الاسلامية 1',1),
(26,95,NULL,6.00,1,0,'Image','','','','2025-02-06 23:33:12','2025-02-06 23:33:12','العقيدة الاسلامية 1',1),
(27,95,NULL,7.00,1,0,'Image','','','','2025-02-07 01:21:31','2025-02-07 01:21:31','تعريف العقيدة والعقيدة الاسلامية',1),
(28,95,NULL,8.00,1,0,'Image','','','','2025-02-07 01:25:31','2025-02-07 01:25:31','تعريف العقيدة والعقيدة الاسلامية',1),
(29,98,'public/uploads/file/07-02-2025/7805c0ef2fd20844ee7d5639d865cc69.jpg',1.00,1,359417,'Image','','','','2025-02-07 18:31:14','2025-02-07 18:31:14','تعريف العقيدة الاسلامية',1),
(30,98,NULL,2.00,1,0,'Image','','','','2025-02-07 18:32:02','2025-02-07 18:32:02','تعريف العقيدة الاسلامية',1),
(31,98,NULL,3.00,1,0,'Image','','','','2025-02-07 18:32:39','2025-02-07 18:32:39','تعريف العقيدة الاسلامية',1),
(32,98,NULL,4.00,1,0,'Image','','','','2025-02-07 18:33:05','2025-02-07 18:33:05','تعريف العقيدة الاسلامية',1),
(33,98,NULL,5.00,1,0,'Image','','','','2025-02-07 18:34:18','2025-02-07 18:34:18','بطاقة تعريف العقيدة الاسلامية',1),
(34,98,NULL,6.00,1,0,'Image','','','','2025-02-07 18:34:38','2025-02-07 18:34:38','بطاقة تعريف العقيدة الاسلامية',1),
(35,104,'public/uploads/file/13-02-2025/a04c80ff3a77912d6e9a2c0d412cb14c.jpg',1.00,1,1500656,'Image','','','','2025-02-13 23:01:31','2025-02-13 23:01:31','trial 123',1),
(36,105,'public/uploads/file/17-03-2025/7a008ff12a645ec713e72673f44a601d.jpg',1.00,1,359417,'Image','','','','2025-03-17 21:00:54','2025-03-17 21:00:54','الدرس الاول',1),
(37,106,'public/uploads/file/17-03-2025/5ed4a6995b6efc237332e314100f53af.jpg',1.00,1,359417,'Image','','','','2025-03-17 21:13:56','2025-03-17 21:13:56','الدرس الاول',1),
(38,107,'public/uploads/file/17-03-2025/be03e93a50ce680e31ec570a4faf8384.jpg',1.00,1,359417,'Image','','','','2025-03-17 21:22:08','2025-03-17 21:22:08','الدرس الاول',1),
(39,108,'public/uploads/file/17-03-2025/bd32505bb21ec79ea0e64dfb6d20ceb9.jpg',1.00,1,359417,'Image','','','','2025-03-17 21:24:58','2025-03-17 21:24:58','الدرس الاول',1),
(40,109,'public/uploads/file/17-03-2025/52ba5a2eb2b8074c7dbe80decaee1d75.jpg',1.00,1,359417,'Image','','','','2025-03-17 21:27:12','2025-03-17 21:27:12','الدرس الاول',1),
(41,110,'public/uploads/file/17-03-2025/6c83cfd66300ecb8157542c238693c5d.jpg',1.00,1,359417,'Image','','','','2025-03-17 21:30:04','2025-03-17 21:30:04','الدرس الاول',1),
(42,111,'public/uploads/file/17-03-2025/8210ef35c8b2a33d6f3b7df5e43b72fd.jpg',1.00,1,359417,'Image','','','','2025-03-17 22:43:33','2025-03-17 22:43:33','الدرس الاول',1),
(43,112,'public/uploads/file/17-03-2025/407849a31d6b30f5cabe87606eb744f8.jpg',1.00,1,359417,'Image','','','','2025-03-17 22:50:47','2025-03-17 22:50:47','الدرس الاول',1),
(44,133,'public/uploads/file/25-03-2025/ab0fdf7c5c446c7f4dcc5512c620914c.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:10:18','2025-03-25 23:10:18','العقيدة الاسلامية 1',1),
(45,134,'public/uploads/file/25-03-2025/b90dfba8f5c2d98c33d90b0a437730dc.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:10:56','2025-03-25 23:10:56','الأسئلة الوجودية',1),
(46,135,'public/uploads/file/25-03-2025/6870c11e75ca3d240df5df324cabeb3d.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:11:37','2025-03-25 23:11:37','الدين وأهميته',1),
(47,136,'public/uploads/file/25-03-2025/d0d35313793a3cda8449a5f456f77aed.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:13:02','2025-03-25 23:13:02','الإيمان بالله تعالى  1',1),
(48,137,'public/uploads/file/25-03-2025/7dabc5a62223a81cb81b6a2dc416704a.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:13:39','2025-03-25 23:13:39','الإيمان بالله تعالى  2',1),
(49,138,'public/uploads/file/25-03-2025/ec1e456786f8fdee59dff64efd9cbf1d.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:14:18','2025-03-25 23:14:18','الإيمان بالملائكة',1),
(50,139,'public/uploads/file/25-03-2025/3a575e281338404dc206ad26d968586b.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:17:43','2025-03-25 23:17:43','الإيمان بالكتب السماوية',1),
(51,140,'public/uploads/file/25-03-2025/09a67a3a9be1957a5bad1fd22b7f404a.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:19:12','2025-03-25 23:19:12','الإيمان بالرسل 1',1),
(52,141,'public/uploads/file/25-03-2025/05514c066b19a54e381974ae78218db0.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:20:12','2025-03-25 23:20:12','الإيمان بالرسل 2',1),
(53,142,'public/uploads/file/25-03-2025/5285e62c70adda8a674e4e9e37352f1f.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:20:51','2025-03-25 23:20:51','الإيمان باليوم الآخر',1),
(54,143,'public/uploads/file/25-03-2025/d37e817e49e7dcaa432ff4ddb7e5198f.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:21:26','2025-03-25 23:21:26','الإيمان بالقضاء والقدر',1),
(55,144,'public/uploads/file/25-03-2025/39958997498cc35c1bdbd76bd9e81d3f.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:22:07','2025-03-25 23:22:07','أثر العقيدة في حياة المسلم',1),
(56,145,'public/uploads/file/25-03-2025/b80f3605b19733d654d833be61ad0371.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:24:41','2025-03-25 23:24:41','القرآن وبناء الإنسان',1),
(57,146,'public/uploads/file/25-03-2025/2cd02a3ace69ee4af11894b88b494f65.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:25:21','2025-03-25 23:25:21','فاتحة الإيمان العلم بالله',1),
(58,147,'public/uploads/file/25-03-2025/14de017f75b9975057b6d841487d887c.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:26:05','2025-03-25 23:26:05','واجب القيام بالعبادة والدعوة إلى الله',1),
(59,148,'public/uploads/file/25-03-2025/254bd4fd2c17f37cdb28fdf48a5b1c9f.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:26:40','2025-03-25 23:26:40','أدلة توحيد الله وقدرته وآثار معرفته على العبد',1),
(60,149,'public/uploads/file/25-03-2025/5b86da3378ea1fd64767780cf6894617.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:27:17','2025-03-25 23:27:17','موازين الفوز والسعادة في الآخرة',1),
(61,150,'public/uploads/file/25-03-2025/6a1f27f3d01357a20fa25d07bc38b504.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:27:57','2025-03-25 23:27:57','توطين النفس على الولاء لله والإخلاص له',1),
(62,151,'public/uploads/file/25-03-2025/41977c07fd56360951d16e5f11931de4.jpg',1.00,1,359417,'Image','','','','2025-03-25 23:35:50','2025-03-25 23:35:50','مقدمات عن الفكر',1),
(63,152,'public/uploads/file/25-03-2025/9980451c5babe228647c679945b01212.jpg',1.00,1,359417,'Self','','','','2025-03-25 23:36:23','2025-03-25 23:36:23','أنواع الفكر ومعوقاته',1),
(64,153,'public/uploads/file/25-03-2025/5f0cce0ab32d70e00d286ebb86a7a779.jpg',1.00,1,359417,'Self','','','','2025-03-25 23:37:26','2025-03-25 23:37:26','الفكر الإسلام وخصائصه',1),
(65,154,'public/uploads/file/25-03-2025/67e7ae6185b5b0079802b4cb29d471c3.jpg',1.00,1,359417,'Self','','','','2025-03-25 23:38:01','2025-03-25 23:38:01','المسار التاريخي للفكر الإسلامي وميادينه الكبرى 1',1),
(66,155,'public/uploads/file/25-03-2025/93ee6f2c5bb6b48d749140d3d3613765.jpg',1.00,1,359417,'Self','','','','2025-03-25 23:38:41','2025-03-25 23:38:41','المسار التاريخي للفكر الإسلامي وميادينه الكبرى 2',1),
(67,156,'public/uploads/file/25-03-2025/2768f6afea03e65650fc36b25cee0f02.jpg',1.00,1,359417,'Self','','','','2025-03-25 23:39:18','2025-03-25 23:39:18','المسار التاريخي للفكر الإسلامي وميادينه الكبرى 3',1),
(68,157,'public/uploads/file/25-03-2025/cc7dd3be170452d5c5202b009fe5083a.jpg',1.00,1,359417,'Self','','','','2025-03-25 23:39:58','2025-03-25 23:39:58','الفكر الإسلامي في العصر الحديث ومسائله الكبرى',1),
(69,158,'public/uploads/file/25-03-2025/96ed334487a9fab3c3f1f197617d233d.jpg',1.00,1,359417,'Self','','','','2025-03-25 23:40:40','2025-03-25 23:40:40','بين المفكر الإسلامي وغيره من المفكرين',1),
(70,159,'public/uploads/file/25-03-2025/bbf4652ddf203c2aa2375095dd1f46bf.jpg',1.00,1,359417,'Self','','','','2025-03-25 23:41:12','2025-03-25 23:41:12','مسائل الفكر الإسلامي في العصر الحديث 1',1),
(71,160,'public/uploads/file/25-03-2025/dfeaeafcabdfdbf4b2d0d4d1aa62c8d4.jpg',1.00,1,359417,'Self','','','','2025-03-25 23:41:48','2025-03-25 23:41:48','مسائل الفكر الإسلامي في العصر الحديث 2',1),
(72,161,'public/uploads/file/25-03-2025/6a09462d4bef3feabbfb2f0d1961596a.jpg',1.00,1,359417,'Self','','','','2025-03-25 23:42:26','2025-03-25 23:42:26','علاقة الحضارة الإسلامية ومنظومتها الفكرية بالقومية والوطنية',1),
(73,162,'public/uploads/file/25-03-2025/3bb977e390b4c464c5797f500abd2284.jpg',1.00,1,359417,'Self','','','','2025-03-25 23:42:58','2025-03-25 23:42:58','مظاهر الغلو والعنف في المجتمع الإسلامي',1),
(74,163,'public/uploads/file/26-03-2025/bbeb214bee55bd3e52e663d7601ff10f.jpg',1.00,1,359417,'Self','','','','2025-03-26 17:31:21','2025-03-26 17:31:21','الأمة',1),
(75,164,'public/uploads/file/26-03-2025/93410f04458c57163f3e67d9f6a75a46.jpg',1.00,1,359417,'Self','','','','2025-03-26 17:31:54','2025-03-26 17:31:54','العدل',1),
(76,165,'public/uploads/file/26-03-2025/f0c7b7fe91de5ac4a8cb48afebc16b84.jpg',1.00,1,359417,'Self','','','','2025-03-26 17:32:29','2025-03-26 17:32:29','الشورى',1),
(77,166,'public/uploads/file/26-03-2025/e45b1f100569144ff4dc6b9e91bc9982.jpg',1.00,1,359417,'Self','','','','2025-03-26 17:33:17','2025-03-26 17:33:17','المسؤولية',1),
(78,167,'public/uploads/file/26-03-2025/6df91c2177999eb2633028e4dfa25bd1.jpg',1.00,1,359417,'Self','','','','2025-03-26 17:33:54','2025-03-26 17:33:54','المبادرة',1),
(79,168,'public/uploads/file/26-03-2025/c1f0756a51777f65feb7598d9a3cd9ca.jpg',1.00,1,359417,'Self','','','','2025-03-26 17:34:31','2025-03-26 17:34:31','العمل الصالح',1),
(80,169,'public/uploads/file/26-03-2025/7b1b533b9bf6a0686af5ed76ba776f66.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:06:34','2025-03-26 18:06:34','تعريف الشريعة',1),
(81,170,'public/uploads/file/26-03-2025/5f2af1fd5914c35f4fe8efa67f7b7940.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:07:06','2025-03-26 18:07:06','خصائص الشريعة',1),
(82,171,'public/uploads/file/26-03-2025/76490d77f2af0c65b80f780f42068652.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:07:39','2025-03-26 18:07:39','مقاصد الشريعة',1),
(83,172,'public/uploads/file/26-03-2025/05d69d05cbd9a48701341dde58b84b54.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:08:08','2025-03-26 18:08:08','الشريعة والقانون',1),
(84,173,'public/uploads/file/26-03-2025/5594360b8722267cd82b4567303b67f7.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:08:42','2025-03-26 18:08:42','تعريف الاستقامة',1),
(85,174,'public/uploads/file/26-03-2025/3772aa37a351576cbef6ca2c7444d894.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:09:23','2025-03-26 18:09:23','دوافع الاستقامة ومجالاتها',1),
(86,175,'public/uploads/file/26-03-2025/29538b47ed3fe514e24753c1caa59acc.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:10:39','2025-03-26 18:10:39','وسطية الاستقامة',1),
(87,176,'public/uploads/file/26-03-2025/79a5fb3c735f9c19f0433de37255df35.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:11:29','2025-03-26 18:11:29','جزاء الاستقامة',1),
(88,177,'public/uploads/file/26-03-2025/ff2dd5323b0f2bf78d2299e20e18719b.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:11:55','2025-03-26 18:11:55','تعريف الدعوة',1),
(89,178,'public/uploads/file/26-03-2025/8cd1983934d811df2b11e715dce4adba.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:12:32','2025-03-26 18:12:32','فلسفة الدعوة وغايتها',1),
(90,179,'public/uploads/file/26-03-2025/c94f7362149284dd004c4403dec2443d.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:13:00','2025-03-26 18:13:00','صفات الداعية ومنهجيات الدعوة',1),
(91,180,'public/uploads/file/26-03-2025/bceeec23f01bac02ef73f97ae18e5c3e.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:13:29','2025-03-26 18:13:29','أساليب الدعوة ووسائلها',1),
(92,181,'public/uploads/file/26-03-2025/ac4d933b48a16568f08a6811e39a82be.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:15:58','2025-03-26 18:15:58','مقدِّمة تعريفية بالدورة - تعريف التوحيد',1),
(93,182,'public/uploads/file/26-03-2025/6359282de6afdfbaf747c3ee48b608ee.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:16:32','2025-03-26 18:16:32','توحيد الربوبية',1),
(94,183,'public/uploads/file/26-03-2025/a89311de4ae0b471f71556056d5f06ab.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:17:01','2025-03-26 18:17:01','توحيد الألوهية',1),
(95,184,'public/uploads/file/26-03-2025/d0f9d84c4efa7822c111ab5a6d5203eb.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:17:37','2025-03-26 18:17:37','توحيد الأسماء والصفات',1),
(96,185,'public/uploads/file/26-03-2025/5f1933e9caefcf4ddefbb1ac11626c45.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:18:40','2025-03-26 18:18:40','تعريف العبودية',1),
(97,186,'public/uploads/file/26-03-2025/0847538640feac68217de89e28f1ffaf.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:19:14','2025-03-26 18:19:14','تجليات العبودية',1),
(98,187,'public/uploads/file/26-03-2025/41232262c9e3161d9e662b03101d0830.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:19:52','2025-03-26 18:19:52','مجالات العبودية',1),
(99,188,'public/uploads/file/26-03-2025/7a9bb61c96d2462f9ee482fd360f726f.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:20:23','2025-03-26 18:20:23','الفرق بين العبودية والقوانين الوضعية',1),
(100,189,'public/uploads/file/26-03-2025/f09ef0e9931af76d8f36ee0505ae9c9e.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:21:00','2025-03-26 18:21:00','تعريف التقوى',1),
(101,190,'public/uploads/file/26-03-2025/4ed81676b1279b893678780215c69d80.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:22:08','2025-03-26 18:22:08','وسائل التقوى وثمراتها',1),
(102,191,'public/uploads/file/26-03-2025/71e2cdb8d77279d07e1e5ca6cacdc09d.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:22:39','2025-03-26 18:22:39','صفات المتقين',1),
(103,192,'public/uploads/file/26-03-2025/8b407773a4cf6076ee2aee470d1480a6.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:23:15','2025-03-26 18:23:15','مجالات التقوى',1),
(104,193,'public/uploads/file/26-03-2025/334280ba543582528d08827f0ce97e96.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:35:12','2025-03-26 18:35:12','الذِّكر \"تعريفه وفضله\"',1),
(105,194,'public/uploads/file/26-03-2025/bf01932eeb5de64bf69abb70a43384e5.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:36:56','2025-03-26 18:36:56','الورد القرآني',1),
(106,195,'public/uploads/file/26-03-2025/dc8288a0a5f2eaf6638528caee234cd0.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:39:41','2025-03-26 18:39:41','أذكار الصلاة',1),
(107,196,'public/uploads/file/26-03-2025/25131bf5ef0e9de82a949fde31969b0e.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:40:13','2025-03-26 18:40:13','أذكار الصباح والمساء',1),
(108,197,'public/uploads/file/26-03-2025/22538ef59b40f3f634792fe64096bcd5.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:40:56','2025-03-26 18:40:56','أذكار النوم والاستيقاظ - آداب الذِّكر',1),
(109,198,'public/uploads/file/26-03-2025/219082a1a9e705b21d2a0099737a97b9.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:48:38','2025-03-26 18:48:38','تعريف التزكية',1),
(110,199,'public/uploads/file/26-03-2025/b39bb992f90990ab14781b1017224a93.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:49:12','2025-03-26 18:49:12','وسائل تزكية النفس: الصلاة',1),
(111,200,'public/uploads/file/26-03-2025/ceb5366a6068abb75b1e8d78844bf5b0.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:55:58','2025-03-26 18:55:58','وسائل تزكية النفس: الزكاة',1),
(112,201,'public/uploads/file/26-03-2025/f86d4e9e31e3e671cc434fe349e09fed.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:58:08','2025-03-26 18:58:08','وسائل تزكية النفس: الصوم',1),
(113,202,'public/uploads/file/26-03-2025/350bd57daff15d3c2e0bacd70086b5d7.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:58:45','2025-03-26 18:58:45','وسائل تزكية النفس: الحج-1',1),
(114,203,'public/uploads/file/26-03-2025/97949afb2e35c20707bae463d86ba6e4.jpg',1.00,1,359417,'Self','','','','2025-03-26 18:59:30','2025-03-26 18:59:30','وسائل تزكية النفس: الحج-2',1),
(115,204,'public/uploads/file/26-03-2025/38eaa8e437ae3aac6584accc5fc6d4ee.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:00:24','2025-03-26 19:00:24','وسائل تزكية النفس: تلاوة القرآن-1',1),
(116,205,'public/uploads/file/26-03-2025/ee14de83d634e2d89f797862f7189fda.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:03:20','2025-03-26 19:03:20','وسائل تزكية النفس: تلاوة القرآن-2',1),
(117,206,'public/uploads/file/26-03-2025/e61a7eb49eae0c36c4650a6634552e10.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:21:51','2025-03-26 19:21:51','وسائل تزكية النفس: الأذكار-1',1),
(118,207,'public/uploads/file/26-03-2025/2f4c0450d76d15410d8c8befdaf974fc.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:22:36','2025-03-26 19:22:36','وسائل تزكية النفس: الأذكار-2',1),
(119,208,'public/uploads/file/26-03-2025/4095ae3fc6aa7fde6c15329b8bdace18.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:23:07','2025-03-26 19:23:07','وسائل تزكية النفس: الخدمة والتواضع',1),
(120,209,'public/uploads/file/26-03-2025/3fed198870175a6fc8ff3d0769aed0dc.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:23:41','2025-03-26 19:23:41','وسائل تزكية النفس: أمراض القلوب وصحتها',1),
(121,210,'public/uploads/file/26-03-2025/ba505b1534c63ebeb99ad69be9c08c15.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:28:33','2025-03-26 19:28:33','مقدمات في قراءة السيرة',1),
(122,211,'public/uploads/file/26-03-2025/fef9bb42a3d17d9844ba20cef0a6c973.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:29:05','2025-03-26 19:29:05','أحداث مهمة قبل البعثة \"أصحاب الفيل\"',1),
(123,212,'public/uploads/file/26-03-2025/a90923a8beb45b5a5144278c150d4498.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:29:34','2025-03-26 19:29:34','ولادة النور',1),
(124,213,'public/uploads/file/26-03-2025/2857bdc74e6c1cdedfb485ea58b7761a.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:30:06','2025-03-26 19:30:06','مِهَن عمل بها النبي صلى الله عليه وسلم',1),
(125,214,'public/uploads/file/26-03-2025/7e40a3e56ac09ed78b6c05d16dc1bba4.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:30:36','2025-03-26 19:30:36','أحداث شهدها النبي صلى الله عليه وسلم في شبابه',1),
(126,215,'public/uploads/file/26-03-2025/abc97449619637e6e43d3275288806b7.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:31:13','2025-03-26 19:31:13','حادثة ترميم الكعبة',1),
(127,216,'public/uploads/file/26-03-2025/10bc8423dae5b65440ef65d33062740b.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:31:52','2025-03-26 19:31:52','بداية الدعوة وبناء النواة الأولى',1),
(128,217,'public/uploads/file/26-03-2025/37492ff5a2080232a2f1c99b74848125.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:32:25','2025-03-26 19:32:25','الانتقال للدعوة الجهرية',1),
(129,218,'public/uploads/file/26-03-2025/60db3ff0bf4e59a8e9cbfd374e6177b0.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:33:04','2025-03-26 19:33:04','بين الحبشة وإسلام عمر وحمزة رضي الله عنهما',1),
(130,219,'public/uploads/file/26-03-2025/b309a23c4922ac079dee3d235345fd84.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:33:33','2025-03-26 19:33:33','بين الشدائد والبشارات',1),
(131,220,'public/uploads/file/26-03-2025/78d03c2e815304288287cc7c4281c0a9.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:34:01','2025-03-26 19:34:01','من البيعة إلى الهجرة',1),
(132,221,'public/uploads/file/26-03-2025/f2bd12166683bfd8580786b7ee2819b7.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:34:30','2025-03-26 19:34:30','خطوات منهجية في بناء الكيان',1),
(133,222,'public/uploads/file/26-03-2025/29a2e19f38d27e50622da2173a710d63.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:35:07','2025-03-26 19:35:07','يوم الفرقان',1),
(134,223,'public/uploads/file/26-03-2025/85c0d296161b12bc9f3cf379ae20c823.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:35:48','2025-03-26 19:35:48','معركة أحد وما تبعها من أحداث',1),
(135,224,'public/uploads/file/26-03-2025/5da2f70073a069206c64df70223d63b8.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:36:29','2025-03-26 19:36:29','معركة الخندق وما تبعها من أحداث',1),
(136,225,'public/uploads/file/26-03-2025/2948fa141153ebabdc18c7607f204927.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:36:59','2025-03-26 19:36:59','بداية التمكين والفتح',1),
(137,226,'public/uploads/file/26-03-2025/2a83e5ad45e127fca1a22f290f527d65.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:37:39','2025-03-26 19:37:39','على طريق التمكين 1',1),
(138,227,'public/uploads/file/26-03-2025/2edc6db2e93aeca890c8d8ee4f7ca000.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:38:14','2025-03-26 19:38:14','على طريق التمكين 2',1),
(139,228,'public/uploads/file/26-03-2025/63e0af1f80ce8df27e7a42e8241553e5.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:38:44','2025-03-26 19:38:44','الأيام الأخيرة',1),
(140,229,'public/uploads/file/26-03-2025/71738d9c3cc5e4eedd8fc2b96d5b8897.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:42:09','2025-03-26 19:42:09','المقدمة',1),
(141,230,'public/uploads/file/26-03-2025/b9d91fbc4a7e58e50bdddec21ea831f2.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:42:44','2025-03-26 19:42:44','الأذان والإقامة',1),
(142,231,'public/uploads/file/26-03-2025/95636d6332503cd3a2f64642ca68fe46.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:48:24','2025-03-26 19:48:24','شروط الصلاة - أركان الصلاة - سنن الصلاة',1),
(143,232,'public/uploads/file/26-03-2025/b8c86bb6251e87d54cf9d32cfb44b20a.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:48:58','2025-03-26 19:48:58','مكروهات الصلاة - مبطلات الصلاة - سجود السهو',1),
(144,233,'public/uploads/file/26-03-2025/5970cd6aa6a64f4b449d74d8d5ee46d2.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:49:28','2025-03-26 19:49:28','صلاة الجماعة - صلاة المسافر - صلاة الخوف',1),
(145,234,'public/uploads/file/26-03-2025/f1792c3826d7c21c873880b6d1001257.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:49:59','2025-03-26 19:49:59','صلاة الجمعة - صلاة الجنازة - صلاة النافلة',1),
(146,235,'public/uploads/file/26-03-2025/496236614556e31672a921df8ed42faf.jpg',1.00,1,359417,'Self','','','','2025-03-26 19:56:36','2025-03-26 19:56:36','مقدمات ومفاتيح',1),
(147,236,'public/uploads/file/26-03-2025/cb7f8b4d2cc3a4dee2a9921c2f5a02da.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:14:59','2025-03-26 22:14:59','مباحث تجويدية هامَّة',1),
(148,237,'public/uploads/file/26-03-2025/dcfad7a6eb92c5129945577450ee3479.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:15:33','2025-03-26 22:15:33','أحكام النون الساكنة والتنوين (الإظهار ، الإدغام)',1),
(149,238,'public/uploads/file/26-03-2025/a3670f009d4df574bb111cbc43af814b.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:16:08','2025-03-26 22:16:08','أحكام النون الساكنة والتنوين (الإقلاب ، الإخفاء) - أحكام الميم الساكنة',1),
(150,239,'public/uploads/file/26-03-2025/eb2b8bf70af97ee13f66ad49d7c09060.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:16:45','2025-03-26 22:16:45','أحكام الـمـدود - المَدُّ الأصلي',1),
(151,240,'public/uploads/file/26-03-2025/cf320609687e14ddde9fd8332a56d342.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:17:17','2025-03-26 22:17:17','أحكام الـمـدود - المَدُّ الفرعي (بسبب الهمز)',1),
(152,241,'public/uploads/file/26-03-2025/1a525ccfb150876fac987144caa6c66a.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:17:53','2025-03-26 22:17:53','أحكام الـمـدود - المَدُّ الفرعي (بسبب السكون)',1),
(153,242,'public/uploads/file/26-03-2025/ad942ddf161200a3f3f3b17062b434e6.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:18:24','2025-03-26 22:18:24','أحكام اللامات والراءات',1),
(154,243,'public/uploads/file/26-03-2025/24baf614cf444061366b40db6b1917ce.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:21:49','2025-03-26 22:21:49','القرآن وبناء الإنسان',1),
(155,244,'public/uploads/file/26-03-2025/6c799032eecad26f674f694c1d171b99.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:24:06','2025-03-26 22:24:06','فاتحة الإيمان العلم بالله',1),
(156,245,'public/uploads/file/26-03-2025/50cea948505adc6cbaa448a6fa66dfb2.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:24:43','2025-03-26 22:24:43','واجب القيام بالعبادة والدعوة إلى الله',1),
(157,246,'public/uploads/file/26-03-2025/5019980b89bcc1a73f8f82ddf8ef49cf.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:25:15','2025-03-26 22:25:15','أدلة توحيد الله وقدرته وآثار معرفته على العبد',1),
(158,247,'public/uploads/file/26-03-2025/5ca25050fbdaf0d29ef10787b4ed5674.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:25:43','2025-03-26 22:25:43','موازين الفوز والسعادة في الآخرة',1),
(159,248,'public/uploads/file/26-03-2025/9cc74249382895113a6d4b61ff5871ae.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:26:20','2025-03-26 22:26:20','توطين النفس على الولاء لله والإخلاص له',1),
(160,249,'public/uploads/file/26-03-2025/47b0c7a2f69a7e5fd48b3848e5782e45.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:27:47','2025-03-26 22:27:47','تعريف العقيدة والعقيدة الإسلامية',1),
(161,250,'public/uploads/file/26-03-2025/c37521244f09ccd28d23a84950d5576e.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:28:16','2025-03-26 22:28:16','الأسئلة الوجودية',1),
(162,251,'public/uploads/file/26-03-2025/898a411f0bb26feb603e19c7a5b85337.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:28:46','2025-03-26 22:28:46','الدين وأهميته',1),
(163,252,'public/uploads/file/26-03-2025/1d3da0dfa7f8bec384104bed7df47afb.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:29:15','2025-03-26 22:29:15','الإيمان بالله تعالى  1',1),
(164,253,'public/uploads/file/26-03-2025/c893476e785fb8a9262fbdb990098b3f.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:29:43','2025-03-26 22:29:43','الإيمان بالله تعالى  2',1),
(165,254,'public/uploads/file/26-03-2025/4adc43436578fc693f701bf77e50b127.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:30:12','2025-03-26 22:30:12','الإيمان بالملائكة',1),
(166,255,'public/uploads/file/26-03-2025/49c8b5c1856ad97427130cae237b1856.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:30:40','2025-03-26 22:30:40','الإيمان بالكتب السماوية',1),
(167,256,'public/uploads/file/26-03-2025/6cb957133b3930c467b951ac352d3ab7.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:31:13','2025-03-26 22:31:13','الإيمان بالرسل 1',1),
(168,257,'public/uploads/file/26-03-2025/367699d94b8e54151bc0412dc4c2becf.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:31:45','2025-03-26 22:31:45','الإيمان بالرسل 2',1),
(169,258,'public/uploads/file/26-03-2025/812391b9f6c653563e9e219cc2b6c845.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:32:15','2025-03-26 22:32:15','الإيمان باليوم الآخر',1),
(170,259,'public/uploads/file/26-03-2025/d26c9fd7e69369812f3ffe69dd883378.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:54:44','2025-03-26 22:54:44','الإيمان بالقضاء والقدر',1),
(171,260,'public/uploads/file/26-03-2025/57578e3de203bfb0c5054a20408cb12f.jpg',1.00,1,359417,'Self','','','','2025-03-26 22:55:24','2025-03-26 22:55:24','أثر العقيدة في حياة المسلم',1),
(172,262,'public/uploads/file/08-05-2025/dfccbf26421707c978e8ab4ad3fa2b36.jpg',1.00,1,66648,'Image','','','','2025-05-08 18:44:57','2025-05-08 18:44:57','Basic Semiconductor Physics',1),
(173,264,'public/uploads/file/08-05-2025/86c8a161a8937cc4727e9e9b9a59def6.png',1.00,1,655149,'Image','','','','2025-05-08 20:01:46','2025-05-08 20:01:46','Definition and importance of HRM',1),
(174,266,'public/uploads/file/08-05-2025/6740296934919211535c55be3f65c86e.png',1.00,1,540167,'Image','','','','2025-05-08 20:40:08','2025-05-08 20:40:08','Overview of Exercise Science',1),
(175,266,NULL,2.00,1,0,'Image','','','','2025-05-08 20:41:48','2025-05-08 20:41:48','Overview of Exercise Science',1),
(176,268,'public/uploads/file/09-05-2025/b1976cce084c49db2739f18bc88a13e3.png',1.00,1,309568,'Image','','','','2025-05-09 17:52:24','2025-05-09 17:52:24','Overview of dietetics',1),
(177,270,'public/uploads/file/09-05-2025/629f354b84362cb6d1d8dc45ba2ba1aa.jpg',1.00,1,250264,'Image','','','','2025-05-09 18:34:20','2025-05-09 18:34:20','Experimental Design and Control',1),
(178,270,NULL,2.00,1,0,'Image','','','','2025-05-09 18:35:04','2025-05-09 18:35:04','Experimental Design and Control',1),
(179,272,'public/uploads/file/09-05-2025/3552ac28d4d30a1cd1e245ee248f7b1b.jpg',1.00,1,129199,'Image','','','','2025-05-09 19:22:43','2025-05-09 19:22:43','Understanding the Basics of Life Coaching',1),
(180,272,NULL,2.00,1,0,'Image','','','','2025-05-09 19:26:52','2025-05-09 19:26:52','Understanding the Basics of Life Coaching',1);
/*!40000 ALTER TABLE `lesson_files` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lessons`
--

DROP TABLE IF EXISTS `lessons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `lessons` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `course_id` int(10) unsigned NOT NULL,
  `chapter_id` int(10) unsigned NOT NULL,
  `quiz_id` int(11) DEFAULT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `video_url` varchar(191) DEFAULT NULL,
  `host` varchar(191) DEFAULT NULL,
  `duration` varchar(191) DEFAULT NULL,
  `is_lock` tinyint(1) NOT NULL DEFAULT 1,
  `is_quiz` tinyint(1) NOT NULL DEFAULT 0,
  `unlock_date` date DEFAULT NULL,
  `unlock_days` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `position` int(11) NOT NULL DEFAULT 999999,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `is_assignment` int(11) DEFAULT 0,
  `assignment_id` int(11) DEFAULT NULL,
  `old_file_size` double DEFAULT NULL,
  `file_size` double DEFAULT NULL,
  `file_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=276 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lessons`
--

LOCK TABLES `lessons` WRITE;
/*!40000 ALTER TABLE `lessons` DISABLE KEYS */;
INSERT INTO `lessons` VALUES
(28,5,13,NULL,'Learning about Adobe XD Design','Full Detail Description for Adobe X DEsing','https://www.youtube.com/watch?v=ZeO13s5eY-s','Youtube','50',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(29,5,13,NULL,'How to Setup Environments','Full Detail Description for Basics on envirnmenting require for UI UX Design','https://www.youtube.com/watch?v=V2aaotz72cE','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(30,5,14,NULL,'What is UI UX Design','Full Detail Description about UI UX Design','https://www.youtube.com/watch?v=pg9nLNonrTM','Youtube','30',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(31,5,14,NULL,'How to design an UI for Single Screen','Full Detail Description for Designing a Single Screen ','https://www.youtube.com/watch?v=DClndenewoQ','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(32,5,15,NULL,'Designing a UI for Mobile App','Full Detail Description for Designing Moble App','https://www.youtube.com/watch?v=d6xn5uflUjg','Youtube','30',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(33,5,15,NULL,'Digning a Website','Full Detail Description for Dsigning a Website','https://www.youtube.com/watch?v=7KLvP3r2eGU','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(34,5,15,1,NULL,NULL,NULL,NULL,NULL,1,1,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(35,6,16,NULL,'Learning the Principles of UI Design','Full Detail Description for Adobe X DEsing','https://www.youtube.com/watch?v=RFv53AxxQAo','Youtube','50',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(36,6,16,NULL,'How to Setup Environments','Full Detail Description for Basics on envirnmenting require for UI UX Design','https://www.youtube.com/watch?v=V2aaotz72cE','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(37,6,17,NULL,'What is UI Design','Full Detail Description about UI UX Design','https://www.youtube.com/watch?v=pg9nLNonrTM','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(38,6,17,NULL,'How to design an UI for Single Screen','Full Detail Description for Designing a Single Screen ','https://www.youtube.com/watch?v=DClndenewoQ','Youtube','30',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(39,6,18,NULL,'Designing a UI for Mobile App','Full Detail Description for Designing Moble App','https://www.youtube.com/watch?v=d6xn5uflUjg','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(40,6,18,NULL,'Digning a Website','Full Detail Description for Dsigning a Website','https://www.youtube.com/watch?v=7KLvP3r2eGU','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(41,6,18,1,NULL,NULL,NULL,NULL,NULL,1,1,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(42,7,19,NULL,'What is App Development','Full Detail Description for App Develpments','https://www.youtube.com/watch?v=JG7NShfSSJ4','Youtube','50',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(43,7,19,NULL,'Setup Environments for Develping an App','Full Detail Description for Setup enironments for develping an app','https://www.youtube.com/watch?v=-Uy7vuV_qPA','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(44,7,20,NULL,'if-else in Java','Full Detail Description for If-else','https://www.youtube.com/watch?v=MddtJbNvxMQ','Youtube','30',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(45,7,20,NULL,'Nesting if-else','Full Detail Description for nested if-else Creatig Modeling for Blender','https://www.youtube.com/watch?v=Y4xFGCyt1ww','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(46,7,21,NULL,'All about loops (for,while,do-while)','Full Detail Description for Loops','https://www.youtube.com/watch?v=6djggrlkHY8','Youtube','30',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(47,7,21,NULL,'Deploying and Testing App','Full Detail Description for Deploying and Testing App','https://www.youtube.com/watch?v=AYoAEoOoYFE','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(48,7,21,1,NULL,NULL,NULL,NULL,NULL,1,1,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(49,8,22,NULL,'What is App Development in iOS','Full Detail Description for App Develpments','https://www.youtube.com/watch?v=JG7NShfSSJ4','Youtube','50',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(50,8,22,NULL,'Setup Environments for Develping an iOS App','Full Detail Description for Setup enironments for develping an app','https://www.youtube.com/watch?v=-Uy7vuV_qPA','Youtube','30',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(51,8,23,NULL,'if-else for programming handling app Conditions','Full Detail Description for If-else','https://www.youtube.com/watch?v=MddtJbNvxMQ','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(52,8,23,NULL,'Nesting if-else','Full Detail Description for nested if-else Creatig Modeling for Blender','https://www.youtube.com/watch?v=Y4xFGCyt1ww','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(53,8,24,NULL,'All about loops (for,while,do-while)','Full Detail Description for Loops','https://www.youtube.com/watch?v=6djggrlkHY8','Youtube','30',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(54,8,24,NULL,'Deploying and Testing App','Full Detail Description for Deploying and Testing App','https://www.youtube.com/watch?v=AYoAEoOoYFE','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(55,8,24,1,NULL,NULL,NULL,NULL,NULL,1,1,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(56,9,25,NULL,'What is Web Development','Full Detail Description for App Develpments','https://www.youtube.com/watch?v=dcts_IQr1lo','Youtube','50',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(57,9,25,NULL,'Introduction to pyhton and Setup Environments','Full Detail Description for Setup enironments for develping an app','https://www.youtube.com/watch?v=hEgO047GxaQ','Youtube','30',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(58,9,26,NULL,'if-else for programming handling Conditions','Full Detail Description for If-else','https://www.youtube.com/watch?v=PqFKRqpHrjw','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(59,9,26,NULL,'Nesting if-else','Full Detail Description for nested if-else Creatig Modeling for Blender','https://www.youtube.com/watch?v=rh3YeatqC_4','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(60,9,27,NULL,'All about loops (for,while,do-while)','Full Detail Description for Loops','https://www.youtube.com/watch?v=OnDr4J2UXSA','Youtube','30',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(61,9,27,NULL,'Deploying and Testing App','Full Detail Description for Deploying and Testing App','https://www.youtube.com/watch?v=Rz886HkV1j4','Youtube','30',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(62,9,27,1,NULL,NULL,NULL,NULL,NULL,1,1,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(63,10,28,NULL,'What is Web Development','Full Detail Description for App Develpments','https://www.youtube.com/watch?v=dcts_IQr1lo','Youtube','50',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(64,10,28,NULL,'What is Laravel Setup Environments for Develping','Full Detail Description for Setup enironments for develping an app','https://www.youtube.com/watch?v=hEgO047GxaQ','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(65,10,29,NULL,'if-else for programming handling Conditions','Full Detail Description for If-else','https://www.youtube.com/watch?v=9taxtnYSvEU','Youtube','30',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(66,10,29,NULL,'Nesting if-else','Full Detail Description for nested if-else Creatig Modeling for Blender','https://www.youtube.com/watch?v=iwTTEu1uTA8','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(67,10,30,NULL,'All about loops (for,while,do-while)','Full Detail Description for Loops','https://www.youtube.com/watch?v=H7frvcAHXps','Youtube','30',1,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(68,10,30,NULL,'Deploying and Testing App','Full Detail Description for Deploying and Testing App','https://www.youtube.com/watch?v=Rz886HkV1j4','Youtube','30',0,0,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(69,10,30,1,NULL,NULL,NULL,NULL,NULL,1,1,NULL,NULL,'2024-11-27 16:42:22','2024-11-27 16:42:22',999999,1,0,NULL,NULL,NULL,NULL),
(261,88,94,NULL,'Basic Semiconductor Physics:',NULL,'https://youtu.be/9ZdNopKi7M0','Youtube','60',0,0,NULL,NULL,'2025-05-08 18:39:31','2025-05-08 18:40:02',999999,1,0,NULL,NULL,NULL,NULL),
(262,88,94,NULL,'Basic Semiconductor Physics','<p>Introduction to semiconductors.</p><p>Intrinsic and extrinsic semiconductors.</p><p>Carrier concentration and mobility.</p>','public/uploads/file/08-05-2025/dfccbf26421707c978e8ab4ad3fa2b36.jpg','Image','30',0,0,NULL,NULL,'2025-05-08 18:44:57','2025-05-08 18:44:57',999999,1,0,NULL,65.09,65.09,172),
(263,88,95,NULL,'Introduction to Transistors',NULL,'https://youtu.be/YtM_MnM0qT4','Youtube','30',0,0,NULL,NULL,'2025-05-08 18:47:09','2025-05-08 18:47:09',999999,1,0,NULL,NULL,NULL,NULL),
(264,89,96,NULL,'Definition and importance of HRM',NULL,'public/uploads/file/08-05-2025/86c8a161a8937cc4727e9e9b9a59def6.png','Image','30',0,0,NULL,NULL,'2025-05-08 20:01:46','2025-05-08 20:01:46',999999,1,0,NULL,639.79,639.79,173),
(265,89,96,NULL,'Role of HRM in organizational success',NULL,'https://youtu.be/bI9RZjF-538?si=YhsfuDQgi6OydW4_','Youtube','11',0,0,NULL,NULL,'2025-05-08 20:04:56','2025-05-08 20:04:56',999999,1,0,NULL,NULL,NULL,NULL),
(266,90,97,NULL,'Overview of Exercise Science','<p>Exercise Science is a multidisciplinary field that combines elements of biology, physiology, anatomy, psychology, and biomechanics to understand how the body responds and adapts to physical activity and exercise.</p>',NULL,'Image','15',0,0,NULL,NULL,'2025-05-08 20:40:08','2025-05-08 20:41:48',999999,1,0,NULL,0,0,175),
(267,90,97,NULL,'Anthropometry and Body Composition','<p>The Anthropometry and Body Composition module is designed to provide students with a comprehensive understanding of the principles, techniques, and applications of anthropometry and body composition assessment in various fields, including health, fitness, sports science, and nutrition.</p>','https://youtu.be/afcyQgN_EyA?si=ZjjmAsXHYS13EBuq','Youtube','7',0,0,NULL,NULL,'2025-05-08 20:43:29','2025-05-08 20:43:29',999999,1,0,NULL,NULL,NULL,NULL),
(268,91,99,NULL,'Overview of dietetics',NULL,'public/uploads/file/09-05-2025/b1976cce084c49db2739f18bc88a13e3.png','Image','20',0,0,NULL,NULL,'2025-05-09 17:52:24','2025-05-09 17:52:24',999999,1,0,NULL,302.31,302.31,176),
(269,91,99,NULL,'The Role of Dietitians',NULL,'https://youtu.be/76Mk3MyXfQw?si=ay6m6WnAbCYrdF8J','Youtube','50',0,0,NULL,NULL,'2025-05-09 17:53:35','2025-05-09 17:53:35',999999,1,0,NULL,NULL,NULL,NULL),
(270,92,101,NULL,'Experimental Design and Control','<p>This module focuses on the foundational principles of experimental design and the importance of control in psychological research. Participants will gain a comprehensive understanding of how to structure experiments, manipulate variables, and implement control procedures to ensure the internal validity of their studies.</p>',NULL,'Image','30',0,0,NULL,NULL,'2025-05-09 18:34:20','2025-05-09 18:35:04',999999,1,0,NULL,0,0,178),
(271,92,101,NULL,'Independent and Dependent Variables','<p>This module serves as a foundational exploration into the core concepts of psychological research, focusing specifically on the crucial elements of independent and dependent variables. Understanding these variables is fundamental to designing, conducting, and interpreting psychological experiments.</p>','https://youtu.be/DaEvBlrvTmw?si=g7R3QM1FOsnTf5Pt','Youtube','2',0,0,NULL,NULL,'2025-05-09 18:37:32','2025-05-09 18:37:32',999999,1,0,NULL,NULL,NULL,NULL),
(272,93,103,NULL,'Understanding the Basics of Life Coaching','<p>Tracing the historical development of life coaching.</p><p>Key figures and milestones in the evolution of life coaching.</p><p>Understanding the shifts in societal attitudes that contributed to the rise of life coaching.</p>',NULL,'Image','20',0,0,NULL,NULL,'2025-05-09 19:22:43','2025-05-09 19:26:52',999999,1,0,NULL,0,0,180),
(273,91,99,4,NULL,NULL,NULL,NULL,NULL,1,1,NULL,NULL,'2025-10-15 17:56:43','2025-10-15 17:56:43',999999,1,0,NULL,NULL,NULL,NULL),
(274,91,105,5,NULL,NULL,NULL,NULL,NULL,1,1,NULL,NULL,'2025-10-15 19:49:35','2025-10-15 19:49:35',999999,1,0,NULL,NULL,NULL,NULL),
(275,91,105,4,NULL,NULL,NULL,NULL,NULL,1,1,NULL,NULL,'2025-10-15 19:53:22','2025-10-15 19:53:22',999999,1,0,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `lessons` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `likes`
--

DROP TABLE IF EXISTS `likes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `likes` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL COMMENT 'user_id',
  `likeable_id` int(10) unsigned NOT NULL,
  `likeable_type` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `likes_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 `likes`
--

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

--
-- Table structure for table `lms_badges`
--

DROP TABLE IF EXISTS `lms_badges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `lms_badges` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `badgeable_id` int(10) unsigned NOT NULL,
  `badgeable_type` varchar(191) NOT NULL,
  `skill_id` int(11) NOT NULL,
  `type` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lms_badges`
--

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

--
-- Table structure for table `lms_files`
--

DROP TABLE IF EXISTS `lms_files`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `lms_files` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `fileable_id` int(10) unsigned NOT NULL,
  `fileable_type` varchar(191) NOT NULL,
  `file_title` varchar(191) DEFAULT NULL,
  `file_name` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lms_files`
--

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

--
-- Table structure for table `lms_institutes`
--

DROP TABLE IF EXISTS `lms_institutes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `lms_institutes` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `description` longtext DEFAULT NULL,
  `address` text DEFAULT NULL,
  `phone` varchar(191) DEFAULT NULL,
  `email` varchar(191) DEFAULT NULL,
  `domain` varchar(191) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `status` int(11) DEFAULT 1,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `lms_institutes`
--

LOCK TABLES `lms_institutes` WRITE;
/*!40000 ALTER TABLE `lms_institutes` DISABLE KEYS */;
INSERT INTO `lms_institutes` VALUES
(1,'Infix Lms','Infix Lms','',NULL,NULL,'main',1,1,NULL,'2024-11-27 16:41:18','2024-11-27 16:41:18',NULL,1);
/*!40000 ALTER TABLE `lms_institutes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `login_pages`
--

DROP TABLE IF EXISTS `login_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `login_pages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` longtext DEFAULT NULL,
  `banner` text NOT NULL,
  `slogans1` longtext DEFAULT NULL,
  `slogans2` longtext DEFAULT NULL,
  `slogans3` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `reg_title` longtext DEFAULT 'Welcome to Infix Learning Management System',
  `reg_banner` varchar(191) NOT NULL DEFAULT 'public/frontend/learningms/img/banner/global.png',
  `reg_slogans1` longtext DEFAULT 'Excellence',
  `reg_slogans2` longtext DEFAULT 'Community',
  `reg_slogans3` longtext DEFAULT 'Excellence',
  `forget_title` longtext DEFAULT 'Welcome to Infix Learning Management System',
  `forget_banner` varchar(191) NOT NULL DEFAULT 'public/frontend/learningms/img/banner/global.png',
  `forget_slogans1` longtext DEFAULT 'Excellence',
  `forget_slogans2` longtext DEFAULT 'Community',
  `forget_slogans3` longtext DEFAULT 'Excellence',
  PRIMARY KEY (`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 `login_pages`
--

LOCK TABLES `login_pages` WRITE;
/*!40000 ALTER TABLE `login_pages` DISABLE KEYS */;
INSERT INTO `login_pages` VALUES
(1,'{\"en\":\"Welcome to Learning Management System\",\"ar\":\"أهلاً بكم\"}','public/uploads/main/images/07-05-2025/681b3292192fa.jpeg','{\"en\":\"Excellence.\",\"ar\":\"التميز\"}','{\"en\":\"Community.\",\"ar\":\"مجتمع\"}','{\"en\":\"Diversity.\",\"ar\":\"تنوع\"}','2024-11-27 16:41:07','2025-05-07 20:14:42',1,'{\"en\":\"Welcome to Learning Management System\",\"ar\":\"أهلاً بكم\"}','public/uploads/main/images/04-02-2025/67a206993bff6.jpeg','{\"en\":\"Excellence\",\"ar\":\"التميز\"}','{\"en\":\"Community\",\"ar\":\"مجتمع\"}','{\"en\":\"Excellence\",\"ar\":\"تنوع\"}','{\"en\":\"Welcome to Learning Management System\",\"ar\":\"أهلاً بكم\"}','public/uploads/main/images/04-02-2025/67a206997651f.jpeg','{\"en\":\"Excellence\",\"ar\":\"التميز\"}','{\"en\":\"Community\",\"ar\":\"مجتمع\"}','{\"en\":\"Excellence\",\"ar\":\"تنوع\"}');
/*!40000 ALTER TABLE `login_pages` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `messages` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `sender_id` int(10) unsigned DEFAULT NULL,
  `reciever_id` int(10) unsigned DEFAULT NULL,
  `message` longtext NOT NULL,
  `type` tinyint(1) NOT NULL DEFAULT 1,
  `seen` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `messages_sender_id_reciever_id_index` (`sender_id`,`reciever_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 `messages`
--

LOCK TABLES `messages` WRITE;
/*!40000 ALTER TABLE `messages` DISABLE KEYS */;
INSERT INTO `messages` VALUES
(1,1,2,'Hii',1,0,'2025-10-15 16:40:22','2025-10-15 16:40:22',1),
(2,1,4,'hiii',1,0,'2025-10-16 20:05:11','2025-10-16 20:05:11',1);
/*!40000 ALTER TABLE `messages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `midtrans_orders`
--

DROP TABLE IF EXISTS `midtrans_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `midtrans_orders` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `amount` varchar(191) NOT NULL,
  `user_id` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `midtrans_orders`
--

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

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

DROP TABLE IF EXISTS `migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `migrations` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `migration` varchar(191) NOT NULL,
  `batch` int(11) NOT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=560 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,'2014_10_12_000000_create_users_table',1,1),
(2,'2016_06_01_000001_create_oauth_auth_codes_table',1,1),
(3,'2016_06_01_000002_create_oauth_access_tokens_table',1,1),
(4,'2016_06_01_000003_create_oauth_refresh_tokens_table',1,1),
(5,'2016_06_01_000004_create_oauth_clients_table',1,1),
(6,'2016_06_01_000005_create_oauth_personal_access_clients_table',1,1),
(7,'2019_04_30_181730_create_countries_table',1,1),
(8,'2019_08_19_000000_create_failed_jobs_table',1,1),
(9,'2020_04_22_111006_create_email_settings_table',1,1),
(10,'2020_04_23_090029_create_modules_table',1,1),
(11,'2020_04_23_125249_create_email_templates_table',1,1),
(12,'2020_04_26_044346_create_categories_table',1,1),
(13,'2020_04_26_044358_create_sub_categories_table',1,1),
(14,'2020_04_27_044053_create_courses_table',1,1),
(15,'2020_04_28_055600_create_chapters_table',1,1),
(16,'2020_04_28_113548_create_lessons_table',1,1),
(17,'2020_04_30_113430_create_course_comments_table',1,1),
(18,'2020_04_30_113455_create_course_reveiws_table',1,1),
(19,'2020_04_30_114019_create_course_comment_replies_table',1,1),
(20,'2020_04_30_115833_create_course_enrolleds_table',1,1),
(21,'2020_05_02_092009_create_blogs_table',1,1),
(22,'2020_05_02_130514_create_offline_payments_table',1,1),
(23,'2020_05_03_105458_create_pages_table',1,1),
(24,'2020_05_04_043254_create_frontend_settings_table',1,1),
(25,'2020_05_04_050712_create_testimonials_table',1,1),
(26,'2020_05_05_033522_create_password_resets_table',1,1),
(27,'2020_05_05_063106_create_carts_table',1,1),
(28,'2020_05_05_115442_create_checkouts_table',1,1),
(29,'2020_05_09_055543_create_course_exercises_table',1,1),
(30,'2020_05_12_121727_create_bookmark_courses_table',1,1),
(31,'2020_05_19_100606_create_withdraws_table',1,1),
(32,'2020_05_27_062458_create_become_instructors_table',1,1),
(33,'2020_05_27_095718_create_work_processes_table',1,1),
(34,'2020_05_27_121028_create_notifications_table',1,1),
(35,'2020_05_30_092131_create_messages_table',1,1),
(36,'2020_05_31_135536_create_subscribers_table',1,1),
(37,'2020_06_02_123733_create_subscriptions_table',1,1),
(38,'2020_06_10_060128_create_zoom_meetings_table',1,1),
(39,'2020_06_10_134834_create_zoom_meeting_users_table',1,1),
(40,'2020_06_15_041112_create_footer_categories_table',1,1),
(41,'2020_06_15_041427_create_footer_contents_table',1,1),
(42,'2020_06_16_051034_create_zoom_settings_table',1,1),
(43,'2020_06_16_063132_create_social_links_table',1,1),
(44,'2020_07_11_161843_crate_table_currencie_table',1,1),
(45,'2020_07_11_162112_create_language_table',1,1),
(46,'2020_07_12_044721_create_date_formats_table',1,1),
(47,'2020_07_13_061051_create_timezone_table',1,1),
(48,'2020_07_16_060405_create_instructor_payouts_table',1,1),
(49,'2020_07_20_095501_create_permissions_tables',1,1),
(50,'2020_07_20_095817_create_role_permission_tables',1,1),
(51,'2020_09_02_054852_create_business_settings_table',1,1),
(52,'2020_09_02_084215_create_general_settings_table',1,1),
(53,'2020_09_03_115811_create_activity_log_table',1,1),
(54,'2020_09_10_075009_create_roles_table',1,1),
(55,'2020_09_10_093236_create_staffs_table',1,1),
(56,'2020_09_11_082831_create_departments_table',1,1),
(57,'2020_09_24_130332_create_infix_module_managers_table',1,1),
(58,'2020_09_27_051835_create_staff_documents_table',1,1),
(59,'2020_09_29_160102_create_coupons_table',1,1),
(60,'2020_10_01_160847_create_user_wise_coupons_table',1,1),
(61,'2020_10_01_161257_create_user_wise_coupon_settings_table',1,1),
(62,'2020_10_04_050929_create_question_groups_table',1,1),
(63,'2020_10_04_050932_create_question_banks_table',1,1),
(64,'2020_10_04_061157_create_question_levels_table',1,1),
(65,'2020_10_04_090501_create_question_bank_mu_options_table',1,1),
(66,'2020_10_04_095833_create_online_quizzes_table',1,1),
(67,'2020_10_04_174415_create_online_exam_question_assigns_table',1,1),
(68,'2020_10_04_200611_create_student_take_online_quizzes_table',1,1),
(69,'2020_10_04_203327_create_quize_setups_table',1,1),
(70,'2020_10_14_071338_create_recentview_courses_table',1,1),
(71,'2020_10_19_195914_create_topic_reports_table',1,1),
(72,'2020_10_22_105406_create_orders_table',1,1),
(73,'2020_10_28_130927_create_payment_methods_table',1,1),
(74,'2020_11_02_001011_create_vimeos_table',1,1),
(75,'2020_11_02_162225_create_quiz_tests_table',1,1),
(76,'2020_11_05_233716_create_home_contents_table',1,1),
(77,'2020_11_06_162248_create_deposit_records_table',1,1),
(78,'2020_11_10_233821_create_privacy_policies_table',1,1),
(79,'2020_11_11_124638_create_lesson_completes_table',1,1),
(80,'2020_11_11_174822_create_about_pages_table',1,1),
(81,'2020_11_15_070546_create_user_logins_table',1,1),
(82,'2020_11_24_115432_create_virtual_classes_table',1,1),
(83,'2020_11_24_173517_create_class_settings_table',1,1),
(84,'2020_12_07_193441_create_front_pages_table',1,1),
(85,'2020_12_10_102035_create_themes_table',1,1),
(86,'2020_12_24_130709_create_billing_details_table',1,1),
(87,'2020_12_25_051437_create_footer_widgets_table',1,1),
(88,'2020_15_06_000000_create_pesapal_payments_table',1,1),
(89,'2021_01_05_114022_create_quiz_test_details_table',1,1),
(90,'2021_01_10_170805_create_certificates_table',1,1),
(91,'2021_01_13_105413_create_paytms_table',1,1),
(92,'2021_01_17_175005_create_bank_payment_requests_table',1,1),
(93,'2021_01_18_115844_create_sponsors_table',1,1),
(94,'2021_02_23_194810_create_version_histories_table',1,1),
(95,'2021_02_23_200517_general_setting_add_column',1,1),
(96,'2021_02_24_121805_add_new_permission',1,1),
(97,'2021_03_02_121335_create_login_pages_table',1,1),
(98,'2021_03_02_164533_create_ip_blocks_table',1,1),
(99,'2021_03_04_162443_AddNewColumnInHomeContent',1,1),
(100,'2021_03_07_133708_user_bank_info_column_add',1,1),
(101,'2021_03_08_112324_add_about_page_column',1,1),
(102,'2021_03_09_162121_AddAccountTypeColumn',1,1),
(103,'2021_03_09_190419_AddChecksumColumn',1,1),
(104,'2021_03_11_151038_AddNewModule',1,1),
(105,'2021_03_15_122316_AddNewColumnInHomeContent2',1,1),
(106,'2021_03_16_161609_AddNewColumnInHomeContent3',1,1),
(107,'2021_03_17_145239_AddFrontPageColumn',1,1),
(108,'2021_03_17_160932_add_bank_type_in_user',1,1),
(109,'2021_03_17_205641_AddColumnModule',1,1),
(110,'2021_03_19_193532_AddStaticPage',1,1),
(111,'2021_03_20_200734_create_header_menus_table',1,1),
(112,'2021_03_22_154801_AddDripColumnInCourse',1,1),
(113,'2021_03_22_220407_AddReplayIdCourseCommentReply',1,1),
(114,'2021_03_25_173757_EmailTemplateUpdate',1,1),
(115,'2021_03_27_125351_AddStaticPageWithMenu',1,1),
(116,'2021_03_27_171023_AddPositionColumn',1,1),
(117,'2021_03_28_110433_AddFooterStaticPage',1,1),
(118,'2021_03_28_134149_AddNewColumnInHomeContent4',1,1),
(119,'2021_03_28_201204_AddBecomeInstractorSeed',1,1),
(120,'2021_03_29_172316_AddSubscriptionModule',1,1),
(121,'2021_04_04_143221_AddColumnInCourseEnroll',1,1),
(122,'2021_04_05_101804_AssignNewPermission',1,1),
(123,'2021_04_06_162922_AddColumnInCourse',1,1),
(124,'2021_04_07_103813_RemoveItemFromHeaderMenu',1,1),
(125,'2021_04_08_164959_create_cookie_settings_table',1,1),
(126,'2021_04_08_204834_AddSCORMModule',1,1),
(127,'2021_04_13_111910_AddColumnInCourse2',1,1),
(128,'2021_04_15_102201_AddInstamojoPaymentMethod',1,1),
(129,'2021_04_17_105527_AddMidtransPaymentMethod',1,1),
(130,'2021_04_17_152234_create_midtrans_orders_table',1,1),
(131,'2021_04_18_094929_AddPayeerPaymentMethod',1,1),
(132,'2021_04_18_135033_create_payeer_orders_table',1,1),
(133,'2021_04_18_163308_add_free_module',1,1),
(134,'2021_04_19_090309_create_course_levels_table',1,1),
(135,'2021_04_20_113647_add_payeer_module',1,1),
(136,'2021_04_22_112935_AddChatModule',1,1),
(137,'2021_04_25_111116_create_newsletter_settings_table',1,1),
(138,'2021_04_28_103019_add_free_module2',1,1),
(139,'2021_04_29_104655_add_column_subscription',1,1),
(140,'2021_05_04_110437_add_user_table_couse_subscription_column',1,1),
(141,'2021_05_04_154252_AddSubscriptionListColumn',1,1),
(142,'2021_05_09_102801_addPesapalPaymentMethod',1,1),
(143,'2021_05_12_142918_AddUserColumnInQuestionBankGroup',1,1),
(144,'2021_05_17_135912_add_backupodule',1,1),
(145,'2021_05_18_122630_AddColumnInPrivacyPolices',1,1),
(146,'2021_05_18_155258_AddNewColumnHomeContent5',1,1),
(147,'2021_05_18_170225_create_theme_customizes_table',1,1),
(148,'2021_05_19_125912_add_coulumn_in_about_page',1,1),
(149,'2021_05_20_201155_AddColumnForMaintenance',1,1),
(150,'2021_05_26_130816_AddShowCurrencyInGeneralSetting',1,1),
(151,'2021_05_30_130024_AddGoogleGnalyticsInGeneralSetting',1,1),
(152,'2021_05_31_103837_AddTaxModule',1,1),
(153,'2021_05_31_103837_AddWhatsappSupportModule',1,1),
(154,'2021_06_03_160002_AddNewColumnHomeContent6',1,1),
(155,'2021_06_07_123358_addColumnIntoLoginPage',1,1),
(156,'2021_06_13_134356_AddNewCoulumnInGeneralSetting',1,1),
(157,'2021_06_20_054708_create_spn_cities_table',1,1),
(158,'2021_06_20_120559_AddTotalClassColumnIntoVirtualClass',1,1),
(159,'2021_06_20_132925_add_user_table_rating_column',1,1),
(160,'2021_06_20_150713_addCourseSettingTableRatingColumn',1,1),
(161,'2021_06_22_151045_add_index_coloum_all_table',1,1),
(162,'2021_06_27_182942_AddHideFooterInGeneralSetting',1,1),
(163,'2021_07_03_160418_AddTaxColumnInGeneralSetting',1,1),
(164,'2021_07_04_152528_AddImageIntoCookieSetting',1,1),
(165,'2021_07_05_115746_AddShowBlockInHomeContent',1,1),
(166,'2021_07_07_125300_RolePermissonUpdate1',1,1),
(167,'2021_07_11_170016_AddHomePageBlockposition',1,1),
(168,'2021_07_11_184441_AddCoulmunInThemeCustomize',1,1),
(169,'2021_07_14_153142_change_spacial_commision',1,1),
(170,'2021_07_14_172439_RolePermissonUpdate2',1,1),
(171,'2021_07_15_121517_AddShowMapInGeneralSetting',1,1),
(172,'2021_07_15_125418_AddSearchBoxHideColumnInHomeContent',1,1),
(173,'2021_07_17_143814_update_users_table',1,1),
(174,'2021_07_18_110809_create_certificate_fonts_table',1,1),
(175,'2021_07_18_145925_create_student_custom_fields_table',1,1),
(176,'2021_07_18_185828_create_certificate_records_table',1,1),
(177,'2021_07_24_152220_AddPublicStudentRegColumn',1,1),
(178,'2021_07_26_144109_AddParentColumnInCategory',1,1),
(179,'2021_08_01_161641_AddBundleSubscription',1,1),
(180,'2021_08_02_114200_AddDeviceLimitTimeInSetting',1,1),
(181,'2021_08_02_124121_add_last_activity_column_in_user',1,1),
(182,'2021_08_03_093703_ChangePriceDatabaseInCourseTable',1,1),
(183,'2021_08_03_132822_CreateErrorLogTable',1,1),
(184,'2021_08_08_115010_ScopeColumnInCourse',1,1),
(185,'2021_08_09_135222_create_topbar_settings_table',1,1),
(186,'2021_08_10_111001_create_course_settings_table',1,1),
(187,'2021_08_11_162344_create_student_setups_table',1,1),
(188,'2021_08_12_155845_AddMobilpayPaymentMethod',1,1),
(189,'2021_08_13_092039_AddContactEmailTemplate',1,1),
(190,'2021_08_17_152524_create_mobil_pay_orders_table',2,1),
(191,'2021_08_16_162826_add_mobile_pay_module',1,1),
(192,'2021_08_17_152524_create_mobil_pay_orders_table',1,1),
(193,'2021_08_21_125214_add_teach_via_to_users_table',1,1),
(194,'2021_08_21_133215_create_student_import_temporaries_table',1,1),
(195,'2021_08_23_130351_RolePermissionUpdate3',1,1),
(196,'2021_08_23_140443_AddSettingColumnInOnlineQuiz',1,1),
(197,'2021_08_24_181321_add_vdo_cipher_module_free',1,1),
(198,'2021_08_25_113052_AddSubscriptionSectionHomeContent',1,1),
(199,'2021_08_25_165307_AddImageColumnInQuestionBank',1,1),
(200,'2021_08_26_134213_AddOrderCompleteColumnInCourseTable',1,1),
(201,'2021_08_29_113227_AddPassColumnInQuizTest',1,1),
(202,'2021_09_01_131243_AddStartEndTimeInQuizTest',1,1),
(203,'2021_09_02_112518_create_quiz_markings_table',1,1),
(204,'2021_09_02_142918_AddAnswerColumnInQuizTestDetails',1,1),
(205,'2021_09_02_145454_AddPublishColumnInQuizTest',1,1),
(206,'2021_09_02_155817_AddQuizResultTemplete',1,1),
(207,'2021_09_02_163200_AddIsAssignmentColumnToLesson',1,1),
(208,'2021_09_05_124639_RemvoeSubCategoryForeignKey',1,1),
(209,'2021_09_05_131921_AddFacebookPixelInGeneralSetting',1,1),
(210,'2021_09_05_144821_add_sociallite_column_in_user_table',1,1),
(211,'2021_09_06_135440_AddCourseApprovalColumnInGeneralSetting',1,1),
(212,'2021_09_06_155904_AddBackendColumnInPermissionTable',1,1),
(213,'2021_09_06_160150_AddStudentFrontendPermission',1,1),
(214,'2021_09_07_130547_AddLiveClassSectionInHomeContent',1,1),
(215,'2021_09_08_110817_AddCertificateNumberToCertificate',1,1),
(216,'2021_09_08_152025_AddNewEmailTemplate',1,1),
(217,'2021_09_08_161023_AddPagesToFooterWidget',1,1),
(218,'2021_09_09_122500_AddQuizTypeColumnInQuizTest',1,1),
(219,'2021_09_09_152959_create_quiz_test_details_answers_table',1,1),
(220,'2021_09_09_205147_create_instructor_setups_table',1,1),
(221,'2021_09_10_111407_AddLiveClassToCertificateTable',1,1),
(222,'2021_09_12_153401_AddAssignmentModule',1,1),
(223,'2021_09_12_155615_AddHomePageBlocPosition2',1,1),
(224,'2021_09_12_163401_AddTeachOfflineModule',1,1),
(225,'2021_09_13_115813_AddOverViewMediaColumn',1,1),
(226,'2021_09_19_112048_add_column_in_custom_filed',1,1),
(227,'2021_09_20_184441_AddHomePageBlocPosition3',1,1),
(228,'2021_09_22_130003_AddQrColumnInCertificate',1,1),
(229,'2021_09_27_155312_RolePermissionUpdate4',1,1),
(230,'2021_09_28_102919_AddBkashModule',1,1),
(231,'2021_09_29_132610_create_class_completes_table',1,1),
(232,'2021_09_30_121259_AddInstractorCertificateModule',1,1),
(233,'2021_10_03_162432_AddShowBundleInInstractorProfileInGeneralSettting',1,1),
(234,'2021_10_06_102520_create_role_email_templates_table',1,1),
(235,'2021_10_06_130001_create_user_notification_setups_table',1,1),
(236,'2021_10_06_143247_AddWhatLearnFromCourseColumnInCourse',1,1),
(237,'2021_10_06_160416_AddCoulumnINstudent_import_temporarie',1,1),
(238,'2021_10_06_165425_AddBrowserMessageColumnToEmailTemaplteTable',1,1),
(239,'2021_10_07_125116_AddColumn2InThemeCustomize',1,1),
(240,'2021_10_07_154508_AddViewColumnInCourse',1,1),
(241,'2021_10_07_170216_create_popup_contents_table',1,1),
(242,'2021_10_07_182346_add_popup_free_module',1,1),
(243,'2021_10_09_105444_AddStatusInPopupContentTable',1,1),
(244,'2021_10_09_144222_AddFeatureColumnInCourse',1,1),
(245,'2021_10_10_155656_AddEdumeThemeInThemeCustomize',1,1),
(246,'2021_10_11_163608_AddQuizSubTitleColumnInHomeContent',1,1),
(247,'2021_10_12_114606_AddColumnInAboutPage',1,1),
(248,'2021_10_12_124618_AddSponserTtileColumnInHomeConent',1,1),
(249,'2021_10_14_140040_AddBgImageInBecomeInstructor',1,1),
(250,'2021_10_14_154220_AddNewEmailTemplete2',1,1),
(251,'2021_10_17_161200_AddStudentDashboardInfoViewColumn',1,1),
(252,'2021_10_17_161450_add_notification_as_free_module',1,1),
(253,'2021_10_18_145450_AddHowToColumnInHomeContent',1,1),
(254,'2021_10_18_171018_create_sliders_table',1,1),
(255,'2021_10_19_130943_AddCourseOfferModule',1,1),
(256,'2021_10_19_192745_AddFCMColumnInGeneralSetting',1,1),
(257,'2021_10_20_143631_add_device_token_in_user_table',1,1),
(258,'2021_10_20_172240_RemoveDublicateRoleInPermission',1,1),
(259,'2021_10_21_112906_AddOrgModule',1,1),
(260,'2021_10_22_120550_NewModulePermissions',1,1),
(261,'2021_10_26_111143_create_lms_files_table',1,1),
(262,'2021_10_28_175326_ChangeGeneralSettingToKeyValue',1,1),
(263,'2021_10_30_120441_ChangeHomeContentToKeyValue',1,1),
(264,'2021_11_07_122140_clear_bootstrap_cache',1,1),
(265,'2021_11_10_121140_add_group_module_table',1,1),
(266,'2021_11_10_121834_AddForumModule',1,1),
(267,'2021_11_17_152042_AddOrgInstructorPolicyModule',1,1),
(268,'2021_11_21_182331_create_jobs_table',1,1),
(269,'2021_11_22_122210_add_policy_column_in_user_table',1,1),
(270,'2021_11_22_160006_AddHomeworkModule',1,1),
(271,'2021_11_23_122749_AddOrgSubscriptionModule',1,1),
(272,'2021_11_29_133722_AddColumnInNotificationTable',1,1),
(273,'2021_11_29_174744_create_lms_badges_table',1,1),
(274,'2021_11_29_192431_AddCalenderModule',1,1),
(275,'2021_11_30_111346_create_instructor_total_payouts_table',1,1),
(276,'2021_12_01_103634_create_home_page_faqs_table',1,1),
(277,'2021_12_01_113823_AddHomePageBlocPosition4',1,1),
(278,'2021_12_01_114511_AddHomePageFaqInHomeContent',1,1),
(279,'2021_12_01_163125_add_enroll_id_to_lesson_complete_table',1,1),
(280,'2021_12_02_140324_RolePermissionUpdate5',1,1),
(281,'2021_12_02_142646_add_api_token_column_in_user_login',1,1),
(282,'2021_12_02_165223_add_enroll_id_to_class_complete',1,1),
(283,'2021_12_06_124558_AddLastViewColumnInCourseEnrolled',1,1),
(284,'2021_12_08_163419_AddLmsIdToAllTables',1,1),
(285,'2021_12_08_172349_create_lms_institutes_table',1,1),
(286,'2021_12_11_173610_AddLmsSaasModule',1,1),
(287,'2021_12_13_120352_AddCourseInvitationModule',1,1),
(288,'2021_12_15_114447_create_payment_method_credentials_table',1,1),
(289,'2021_12_19_114021_AddDeatialsInfoForModules',1,1),
(290,'2021_12_19_120352_AddHumanResourceModule',1,1),
(291,'2021_12_19_173807_AddColumnInThemeTable',1,1),
(292,'2021_12_21_153004_AddSurveyModule',1,1),
(293,'2021_12_23_115526_AddFileSizeColumnToLessonsTable',1,1),
(294,'2021_12_23_181508_UpdateOfflineEnrolledEmailTemplete',1,1),
(295,'2021_12_30_162810_AddOrganizationRole',1,1),
(296,'2022_01_02_182908_AddNewBrowserAndEmailNotificationPermision',1,1),
(297,'2022_01_11_170825_AddFrontendLanguageTranslate',1,1),
(298,'2022_01_24_103150_RemoveUniqueFromFrontPageSlug',1,1),
(299,'2022_01_24_120350_RemoveUniqueFromEmailTemplteAct',1,1),
(300,'2022_01_26_130323_update_env_to_saas_env',1,1),
(301,'2022_01_28_123104_RemoveUniqueFromCategory',1,1),
(302,'2022_02_02_153004_AddSaasBranchModule',1,1),
(303,'2022_02_02_153004_AddSaasSkillAndPathwayModule',1,1),
(304,'2022_02_03_144517_AddSaasPlanPageContent',1,1),
(305,'2022_02_07_115439_AddModuleRouteParentRouteInPermission',1,1),
(306,'2022_02_07_140325_AddParentColumnInLmsInstitute',1,1),
(307,'2022_02_09_120214_AddDeductBalanceColumn',1,1),
(308,'2022_02_10_131129_AddCouponLimitColumnInCouponTable',1,1),
(309,'2022_02_10_153004_AddMercadoPagoModule',1,1),
(310,'2022_02_11_092009_create_blog_categories_table',1,1),
(311,'2022_02_11_181755_AddTagAndCategoryInBlogTable',1,1),
(312,'2022_02_14_194802_create_blog_comments_table',1,1),
(313,'2022_02_16_170156_AddUserManageRolePsermission',1,1),
(314,'2022_02_17_163826_AssignStaffToInstractor',1,1),
(315,'2022_02_18_120640_FixVirtualClassPermission',1,1),
(316,'2022_02_18_155325_AddAssistantInstructorColumnInCourse',1,1),
(317,'2022_02_22_155753_create_google_tokens_table',1,1),
(318,'2022_02_24_153636_AddCourseRefundEmailTemplete',1,1),
(319,'2022_02_24_160520_AddRtlColumnInCertificateFont',1,1),
(320,'2022_02_25_054708_create_states_table',1,1),
(321,'2022_02_25_070829_create_new_spn_cities_table',1,1),
(322,'2022_02_25_105431_add_affiliate_module',1,1),
(323,'2022_02_25_105431_add_user_type_module',1,1),
(324,'2022_02_25_105431_add_xapi_module',1,1),
(325,'2022_02_25_122210_add_state_column_in_user_table',1,1),
(326,'2022_02_28_132848_AddTargetAudienceInBlogCategory',1,1),
(327,'2022_03_01_104010_AddRequiredTypeInCousreTable',1,1),
(328,'2022_03_03_151437_AddShowTitleColumnInCertificate',1,1),
(329,'2022_03_04_174146_AddEcommarceColumnInPermissionTable',1,1),
(330,'2022_03_11_104714_UpdateMenuAsTranslateable',1,1),
(331,'2022_03_22_090208_AddColumnInThemeCustomizeTable',1,1),
(332,'2022_04_05_095853_add_lms_saas_multi_database_module_table',1,1),
(333,'2022_04_05_122803_AddAuthoredDateTimeColumnInBlog',1,1),
(334,'2022_04_14_103408_change_default_length_for_float',1,1),
(335,'2022_04_15_085753_AddSliderAndCourseRoleUpdate',1,1),
(336,'2022_04_22_103019_add_page_builder_free_module',1,1),
(337,'2022_04_28_104114_AddGroupIdInOnlineQuiz',1,1),
(338,'2022_05_09_120350_AddMissingPermission1',1,1),
(339,'2022_05_11_091741_add_company_column_in_user',1,1),
(340,'2022_05_12_155447_AddMegamenuColumnInHeaderMenu',1,1),
(341,'2022_05_17_121556_AddSupportTicketModule',1,1),
(342,'2022_05_26_082105_UpdateFaqAsTranslatable',1,1),
(343,'2022_05_26_120311_UpdateLoginPageAsTranslatable',1,1),
(344,'2022_05_27_114318_UpdateMenuColor',1,1),
(345,'2022_05_30_085620_UpdateCateagoryTranslatabe',1,1),
(346,'2022_05_30_102730_UpdatePopupContentTranslatabe',1,1),
(347,'2022_05_30_104127_UpdateSponsorTranslatabe',1,1),
(348,'2022_05_30_114148_UpdateCourseLevelTranslatabe',1,1),
(349,'2022_05_30_122342_UpdateBlogTranslatabe',1,1),
(350,'2022_05_30_145610_UpdateTestimonialTranslatabe',1,1),
(351,'2022_05_31_102106_UpdateCourseTableTranslateable',1,1),
(352,'2022_05_31_113942_UpdateOnlineQuizTableTranslateable',1,1),
(353,'2022_05_31_121840_UpdateFooterSettingTableTranslateable',1,1),
(354,'2022_05_31_130743_create_footer_settings_table',1,1),
(355,'2022_06_01_083954_UpdateVirtualClassTableTranslateable',1,1),
(356,'2022_06_01_132437_UpdatePrivacyPolicyTableTranslateable',1,1),
(357,'2022_06_01_154356_UpdateAboutTableTranslateable',1,1),
(358,'2022_06_01_163333_UpdateFrontendPageTableTranslateable',1,1),
(359,'2022_06_02_085929_UpdateBecomeInstractorTableTranslateable',1,1),
(360,'2022_06_02_093528_UpdateHomeContentTableTranslateable',1,1),
(361,'2022_06_06_144641_AddExplanationColumnInQuestionBank',1,1),
(362,'2022_06_06_161315_AddShowExplineQuizAnsSetting',1,1),
(363,'2022_06_07_124520_AddAppointmentModule',1,1),
(364,'2022_06_09_093145_AddFrontendMultiLangModule',1,1),
(365,'2022_06_15_181613_AddCourseIdInSlider',1,1),
(366,'2022_06_16_085050_AddNewBlockForWhyChooseHomePage',1,1),
(367,'2022_06_16_090235_create_why_chooses_table',1,1),
(368,'2022_06_16_104520_AddWhyChooseDemoData',1,1),
(369,'2022_06_17_091521_AddFourthSection',1,1),
(370,'2022_06_21_103901_UpdateCourseTbaleTranslateable2',1,1),
(371,'2022_06_21_130436_AddNewColumnInAboutPage',1,1),
(372,'2022_06_21_161644_AddRazerMSModule',1,1),
(373,'2022_06_22_090930_AddCPDModule',1,1),
(374,'2022_06_23_120040_AddMigrationColumnInVersionTable',1,1),
(375,'2022_06_24_165140_AddEcommarceColumnInEmailTemplete',1,1),
(376,'2022_06_28_161917_UpdateFrontPageTableTranslateable2',1,1),
(377,'2022_07_05_104018_AddMyClassModule',1,1),
(378,'2022_07_05_162623_AddNewBlockForHomePageCta',1,1),
(379,'2022_07_06_150857_UpdateBlogTranslatbe2',1,1),
(380,'2022_07_07_082309_UpdatePrivacyPolicyTableTranslateable2',1,1),
(381,'2022_07_07_093129_AddPositionColumnInBlog',1,1),
(382,'2022_07_07_155633_AddCertificateProModule',1,1),
(383,'2022_07_08_170820_add_email_otp_column_in_user_table',1,1),
(384,'2022_07_12_100315_AddNewEmailTemplete3',1,1),
(385,'2022_07_14_124917_AddMembershipModule',1,1),
(386,'2022_07_18_190550_AddInvoiceModule',1,1),
(387,'2022_07_29_161130_ChangeTitleLimitOnQuizQuestionOptionTitle',1,1),
(388,'2022_08_01_140410_create_lesson_files_table',1,1),
(389,'2022_08_02_174101_AddBulkPrintModule',1,1),
(390,'2022_08_03_125602_create_course_canceleds_table',1,1),
(391,'2022_08_05_085209_AddELibraryModule',1,1),
(392,'2022_08_10_212256_RemoveStudentStatusPermission',1,1),
(393,'2022_08_12_080714_RemoveUnusedSocailSettingAndOthersPermission',1,1),
(394,'2022_08_16_102543_AddTitleInLessonFile',1,1),
(395,'2022_08_18_133623_RemoveAddOthersPermission1',1,1),
(396,'2022_08_19_102903_ChangeErrorLogTableColumn',1,1),
(397,'2022_08_19_171356_RemoveAddOthersPermission2',1,1),
(398,'2022_08_20_115816_AddAboutPageContentDetail2InFrontendManage',1,1),
(399,'2022_08_20_132139_add_level_column_in_user_table',1,1),
(400,'2022_08_23_093414_RemoveAddOthersPermission3',1,1),
(401,'2022_09_01_112704_FrontendPageDesignAdd',1,1),
(402,'2022_09_06_114405_add_aora_page_builder_module',1,1),
(403,'2022_09_06_163003_AddMobilePushNotificationNotificationSetup',1,1),
(404,'2022_09_08_172410_create_user_blogs_table',1,1),
(405,'2022_09_12_124617_AddPermissionReletedMenuManage',3,1),
(406,'2022_09_12_161717_create_permission_sections_table',4,1),
(407,'2022_09_14_113428_AddAndRemoveMenuItem',5,1),
(408,'2022_11_24_092111_AddAndUpdateMenuItem2',6,1),
(409,'2022_12_08_111902_AddDefaultLogoInSidebar',7,1),
(410,'2022_09_12_113802_add_sidebar_manager_module',1,1),
(411,'2022_09_12_124617_AddPermissionReletedMenuManage',1,1),
(412,'2022_09_12_161717_create_permission_sections_table',1,1),
(413,'2022_09_14_113428_AddAndRemoveMenuItem',1,1),
(414,'2022_09_21_112903_AddIAPinCourseTable',1,1),
(415,'2022_09_21_180641_AddMissingRolePermissin',1,1),
(416,'2022_09_26_091247_PermissionMenuReOrder',1,1),
(417,'2022_09_26_161358_AddLosingCountInQuiz',1,1),
(418,'2022_09_28_090124_PermissionMenuReOrder2',1,1),
(419,'2022_10_05_135634_add_default_page_design',1,1),
(420,'2022_10_11_111627_AddLosingTypeColumnInQuiz',1,1),
(421,'2022_10_13_085708_AddHomePageColumnInFrontendPage',1,1),
(422,'2022_10_19_075934_AddSeeAnsSheetColumnInQuiz',1,1),
(423,'2022_10_21_161909_PermissionMenuReOrder3',1,1),
(424,'2022_10_27_120052_PermissionMenuAdd',1,1),
(425,'2022_10_28_170735_AddFocusLostInQuizTest',1,1),
(426,'2022_11_09_105844_AddGamificationPermission',1,1),
(427,'2022_11_09_164402_create_badges_table',1,1),
(428,'2022_11_10_112520_AddSchoolSubjectPermission',1,1),
(429,'2022_11_10_113427_create_school_subjects_table',1,1),
(430,'2022_11_14_145554_create_user_badges_table',1,1),
(431,'2022_11_14_145632_create_user_gamification_points_table',1,1),
(432,'2022_11_15_133843_create_user_level_histories_table',1,1),
(433,'2022_11_24_092111_AddAndUpdateMenuItem2',1,1),
(434,'2022_11_24_121356_AddOrganizationModule',1,1),
(435,'2022_11_28_110812_add_nullable_email_in_user',1,1),
(436,'2022_12_02_094557_add_secret_login_permission',1,1),
(437,'2022_12_08_111902_AddDefaultLogoInSidebar',1,1),
(438,'2022_12_14_165834_AddInAppLiveClassModule',1,1),
(439,'2022_12_15_113802_ChangeHostDataTypeInVirtuleClass',1,1),
(440,'2022_12_18_114845_AddSettingInVirtaulClass',1,1),
(441,'2022_12_19_095603_AddNoticeboardModule',1,1),
(442,'2022_12_27_140151_removeDoublePermission',1,1),
(443,'2023_01_09_093155_AddBlogEmailTemplate',1,1),
(444,'2023_01_18_080520_AddAdvanceQuizModule',1,1),
(445,'2023_01_27_161824_AddSeeScoreColumnInQuizSetup',1,1),
(446,'2023_02_07_161339_ChangeChecksumInfixTable',1,1),
(447,'2023_02_17_164732_AddShuffleColumnInQuestionBank',1,1),
(448,'2023_02_22_132140_AddMultiAttendCounterColumnInQuizSetup',1,1),
(449,'2023_03_08_125545_AddDefaultSettingInOnlineQuiz',1,1),
(450,'2023_03_20_000000_create_likes_table',1,1),
(451,'2023_03_28_105129_AddAIContentModule',1,1),
(452,'2023_03_28_132725_AddZoomServerSiteOAuthColumn',1,1),
(453,'2023_03_30_083722_AddNewEmailTemplete4',1,1),
(454,'2023_04_05_150236_AddBgColorInThemeCustomize',1,1),
(455,'2023_04_17_123317_AddOrRemoveUnusedPermission',1,1),
(456,'2023_04_26_115333_AddH5pModule',1,1),
(457,'2023_05_08_140258_add_google_meet_module',1,1),
(458,'2023_05_10_101700_AddWaitListModule',1,1),
(459,'2023_05_10_112737_add_google_calendar_module',1,1),
(460,'2023_05_11_112010_create_data_table_management_table',1,1),
(461,'2023_05_11_171832_create_posted_notifications_table',1,1),
(462,'2023_05_11_172633_create_posted_notification_receivers_table',1,1),
(463,'2023_05_12_113131_add_permission_to_notification_setup_module',1,1),
(464,'2023_05_12_152506_add_email_template_for_posted_notification',1,1),
(465,'2023_05_13_100013_add_comments_permission_table',1,1),
(466,'2023_05_13_100801_add_status_column_to_blog_comments_table',1,1),
(467,'2023_05_15_115251_AddGiftModule',1,1),
(468,'2023_05_15_162907_AddNewPaymentGatewayModules',1,1),
(469,'2023_05_16_154450_add_upcoming_course_module_table',1,1),
(470,'2023_05_22_063627_add_registraion_bonus_module',1,1),
(471,'2023_05_22_095003_AddShowCorrectAnsInAnswerSheet',1,1),
(472,'2023_05_22_144633_add_columns_on_course_canceleds_table',1,1),
(473,'2023_05_22_153703_add_permissions_for_enrollment_menu',1,1),
(474,'2023_05_22_174241_RemoveDemoImportMenu',1,1),
(475,'2023_05_23_120036_add_email_template_for_reject_refund_request',1,1),
(476,'2023_05_26_115313_AddOnlyShowWrongQuestionInAnswer',1,1),
(477,'2023_05_29_084129_add_bunny_storage_module',1,1),
(478,'2023_05_31_110537_add_column_to_checkouts_table',1,1),
(479,'2023_06_01_190214_AddInstallmentModule',1,1),
(480,'2023_06_05_135749_AddLoginActivityForStudent',1,1),
(481,'2023_06_08_091150_AddTwoFAModule',1,1),
(482,'2023_06_15_112731_create_user_education_table',1,1),
(483,'2023_06_15_145221_create_user_experiences_table',1,1),
(484,'2023_06_15_171720_create_user_skills_table',1,1),
(485,'2023_06_16_095615_create_user_documents_table',1,1),
(486,'2023_06_16_153055_create_user_instant_messages_table',1,1),
(487,'2023_06_16_161124_create_user_infos_table',1,1),
(488,'2023_06_16_164623_AddNewPermissionForNewFeature01',1,1),
(489,'2023_06_16_180528_add_payout_account_permission',1,1),
(490,'2023_06_19_082609_create_payout_accounts_table',1,1),
(491,'2023_06_19_082743_create_payout_account_specifications_table',1,1),
(492,'2023_06_19_123254_create_user_payout_accounts_table',1,1),
(493,'2023_06_19_123401_create_user_payout_account_specifications_table',1,1),
(494,'2023_06_20_171004_create_delete_account_requests_table',1,1),
(495,'2023_07_05_092644_create_user_followers_table',1,1),
(496,'2023_07_06_103139_add_delete_request_permission_table',1,1),
(497,'2023_07_11_135345_AddCashbackModule',1,1),
(498,'2023_07_13_141617_create_my_enrollment_permission_table',1,1),
(499,'2023_07_18_145703_AddAppOnlyFrontendPage',1,1),
(500,'2023_07_18_154056_AddNewPermissionForNewFeature02',1,1),
(501,'2023_07_21_163330_AddSaasColumnInPermissionTable',1,1),
(502,'2023_07_24_104312_AddRDPRContentInCookieSetting',1,1),
(503,'2023_07_24_130051_update_username_in_user_table',1,1),
(504,'2023_07_24_161815_AddAccessLimitInCourse',1,1),
(505,'2023_07_24_165253_AddNewEmailTemplete5',1,1),
(506,'2023_07_31_113832_add_total_referral_user_column_to_users_table',1,1),
(507,'2023_08_03_105915_create_blog_comment_replies_replies_table',1,1),
(508,'2023_11_23_131347_add_columns_to_courses_table',1,1),
(509,'2023_12_12_141600_insert_hesabe_into_payment_methods',1,1),
(510,'2023_12_12_185208_insert_kuwaiti_dinar_into_currencies',1,1),
(511,'2023_12_13_183650_add_hesabe_columns_to_payment_method_credentials',1,1),
(512,'2023_12_14_151609_update_hesabe_is_localhost_to_1',1,1),
(513,'2023_12_15_174601_insert_tap_into_payment_methods',1,1),
(514,'2023_12_15_182602_add_tap_columns_to_payment_method_credentials',1,1),
(515,'2023_12_19_163633_remove_tap_api_url',1,1),
(516,'2023_12_20_171543_add_white_board_pages',1,1),
(517,'2023_12_21_144643_create_products_categories_table',1,1),
(518,'2023_12_21_160239_add_products_section',1,1),
(519,'2023_12_21_161346_add_products_categories_subsection',1,1),
(520,'2023_12_21_183157_create_products_table',1,1),
(521,'2023_12_26_161537_add_all_products_subsection',1,1),
(522,'2024_01_02_135913_add_product_front_pages',1,1),
(523,'2024_01_02_141732_add_product_rows_in_home_content',1,1),
(524,'2024_01_03_153655_add_product_columns_to_checkouts_table',1,1),
(525,'2024_01_10_184827_add_product_checkout_foreign_key',1,1),
(526,'2024_01_11_160013_add_product_permissions',1,1),
(527,'2024_03_29_113808_create_skills_table',1,1),
(528,'2024_03_29_113828_create_actions_table',1,1),
(529,'2024_04_03_131120_add_columns_to_actions_table',1,1),
(530,'2024_04_04_110640_create_body_measures_table',1,1),
(531,'2024_04_08_100347_create_goals_table',1,1),
(532,'2024_04_08_102301_create_goal_details_table',1,1),
(533,'2024_04_08_104645_add_deleted_at_to_skills_table',1,1),
(534,'2024_04_08_104755_add_deleted_at_to_actions_table',1,1),
(535,'2024_04_08_104816_add_deleted_at_to_body_measures_table',1,1),
(536,'2024_04_08_114530_create_goal_attachments_table',1,1),
(537,'2024_04_09_104356_create_action_details_table',1,1),
(538,'2024_04_16_101754_create_pdf_pages_table',1,1),
(539,'2024_04_24_084732_add_notes_to_goals_table',1,1),
(540,'2024_05_06_102301_edit_columns_in_sliders_table',1,1),
(541,'2024_06_25_144554_create_hand_books_table',1,1),
(542,'2024_07_19_153202_create_offline_payment_infos_table',1,1),
(543,'2024_07_22_141125_add_message_in_offline_payment_infos',1,1),
(544,'2024_08_07_125210_add_lang_in_sliders',1,1),
(545,'2024_09_09_180850_add_german_to_hand_books',1,1),
(546,'2024_11_07_151452_add_bundle_in_checkouts',1,1),
(547,'2024_11_07_151858_create_bundles_table',1,1),
(548,'2024_11_08_184535_create_bundle_courses_table',1,1),
(549,'2024_11_11_182344_add_description_in_bundles',1,1),
(550,'2024_11_11_211931_add_link_in_bundles',1,1),
(551,'2024_12_02_201608_add_icon_color_in_theme_customizes',8,1),
(552,'2024_12_04_162313_add_order_in_bundle_courses',8,1),
(553,'2024_12_04_162440_add_order_option_in_bundles',8,1),
(554,'2025_01_06_131615_create_multi_bundles_table',9,1),
(555,'2025_01_06_131627_create_multi_bundle_courses_table',9,1),
(556,'2025_01_06_182702_add_cart_ids_in_checkouts',9,1),
(557,'2025_01_31_161643_add_multi_bundle_in_checkouts',9,1),
(558,'2025_01_31_181523_add_by_order_column_in_multi_bundles',9,1),
(559,'2025_02_11_131621_add_multi_bundle_settings_in_home_contents',10,1);
/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mobil_pay_orders`
--

DROP TABLE IF EXISTS `mobil_pay_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mobil_pay_orders` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `checkout_id` int(11) DEFAULT NULL,
  `orderId` varchar(191) NOT NULL,
  `status` varchar(191) NOT NULL DEFAULT 'pending',
  `type` varchar(191) NOT NULL DEFAULT 'Deposit' COMMENT 'deposit/payment',
  `amount` double NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mobil_pay_orders`
--

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

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

DROP TABLE IF EXISTS `modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `modules` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `order` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `details` text DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `modules_name_index` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `modules` WRITE;
/*!40000 ALTER TABLE `modules` DISABLE KEYS */;
INSERT INTO `modules` VALUES
(1,'AmazonS3',1,0,'2024-11-27 16:41:03','2024-11-27 16:41:18','Amazon S3 is a service offered by Amazon Web Services that provides object storage through a web service interface. Amazon S3 Module Allow the to user add a lesson in Amazon S3 storage. After installing & active module, the user can find the Amazon S3 option as a host in add/edit lesson.',1),
(2,'BBB',1,1,'2024-11-27 16:41:03','2024-11-27 16:41:18','BigBlueButton (BBB) is a free software web conferencing system for Linux servers designed for online learning. Like Zoom, Users can create classes and take classes. After installing & active the BBB module, the user can find BBB as a host in Virtual Class.  Users can set their own BBB server configuration.',1),
(3,'Sslcommerz',1,2,'2024-11-27 16:41:03','2024-11-27 16:41:08','SSLCOMMERZ is the first payment gateway in Bangladesh opening doors for local businesses and entrepreneurs to receive payments over the Internet via their online stores, websites or apps.',1),
(4,'Jitsi',0,3,'2024-11-27 16:41:07','2024-11-27 16:41:18','Jitsi is a collection of free and open-source multiplatform voice, video conferencing and instant messaging applications for the web platform, Windows, Linux, macOS, iOS and Android. Like Zoom/BBB,  Users can create rooms and take classes. After installing & active the Jitsi module, the user can find Jitsi as a host in Virtual Class.  Users can set their own Jitsi server/free Jitsi server.',1),
(5,'Subscription',0,4,'2024-11-27 16:41:08','2024-11-27 16:41:18','Subscription Module Allow to create & sell a subscription plan. Two types of subscription options in this module. one is \"ALL Courses\". Where  All course under subscription. Another subsection option is \"Selected Courses\".  Admin/Instructor can select courses under any subscription plan. ',1),
(6,'SCORM',0,5,'2024-11-27 16:41:08','2024-11-27 16:41:18','The SCORM module is a course activity that allows you (the teacher) to upload any SCORM  to include in your course. . After installing & active module, the user can find the SCORM option as a host in add/edit lesson.',1),
(7,'Chat',0,6,'2024-11-27 16:41:10','2024-11-27 16:41:18','Communication between Course Instructor, Admin, Student. Main feature is one to one chat, group chat, voice record, file send, pusher integration, block unblock, chat configuration.',1),
(8,'Tax',0,7,'2024-11-27 16:41:11','2024-11-27 16:41:18','Add Tax functionality in InfixLMS System. Admin can set tax percentage. Admin can Add country based tax percentage. When students buy any Item, the Tax will be applied. Tax can enable/disable/change anytime.',1),
(9,'WhatsappSupport',0,8,'2024-11-27 16:41:11','2024-11-27 16:41:18','WhatsApp Chat Support Module ready for InfixLS that will help you to option to Non-stop messaging with clients on your website. This is one of the best ways to connect and interact with your customers, you can offer support directly as well as build trust and increase customer loyalty',1),
(10,'BundleSubscription',0,9,'2024-11-27 16:41:12','2024-11-27 16:41:18','BundleSubscription modules allow creating a bundle. In bundle can add multiple courses/quizzes/classes. Admin/Instructors can create bundles. Admin/Instructors can set days. If set 0, then the bundle will never expire. But set days, then after student enrollment bundle will expire after selected days and students can not access. ',1),
(11,'Assignment',0,10,'2024-11-27 16:41:14','2024-11-27 16:41:18','The assignment module allows teachers to collect work from students, review it and provide feedback including grades. The work students submit is visible only to the teacher and not to the other students unless a group assignment is selected. Assignment settings.',1),
(12,'TeachOffline',0,11,'2024-11-27 16:41:14','2024-11-27 16:41:18','TeachOffline module allows import offline students and enrolls course to students. If the admin/instructor want to teach offline & track records then this module is useful for this purpose.',1),
(13,'Bkash',0,12,'2024-11-27 16:41:14','2024-11-27 16:41:18','Bkash is a bangladeshi payment gateway. This module allow to get payment via Bkash',1),
(14,'InstructorCertificate',0,13,'2024-11-27 16:41:14','2024-11-27 16:41:18','InstructorCertificate module allows download students certificates of admin/instructor courses. Admin/instructor can understand how many students / who got the certificates from their Course.',1),
(15,'CourseOffer',0,14,'2024-11-27 16:41:16','2024-11-27 16:41:18','CourseOffer module allows making an offer to students. Admin/instructors can create flat rates/percentage prices of selected courses. one dedicated page for the course offer. There all offered courses are listed. ',1),
(16,'Org',0,15,'2024-11-27 16:41:16','2024-11-27 16:41:18','Org (Organization) module allow creating an Organization. Admin can create a branch, position. Also can add material sources.',1),
(17,'Group',0,16,'2024-11-27 16:41:17','2024-11-27 16:41:17','Group module for Infix LMS',1),
(18,'Catalogue',0,17,'2024-11-27 16:41:17','2024-11-27 16:41:17','Catalogue module for Infix LMS',1),
(19,'Forum',0,18,'2024-11-27 16:41:17','2024-11-27 16:41:17','Forum Module For InfixLMS.',1),
(20,'OrgInstructorPolicy',0,19,'2024-11-27 16:41:17','2024-11-27 16:41:18','OrgInstructorPolicy module allows creating multiple group policies. Admin can assign role permissions & branches to group policy. Also can Assign instructors in group policy.',1),
(21,'Homework',0,20,'2024-11-27 16:41:17','2024-11-27 16:41:17','Homework Module For InfixLMS. ',1),
(22,'Communicate',0,20,'2024-11-27 16:41:17','2024-11-27 16:41:17','Communicate module for Infix LMS',1),
(23,'OrgSubscription',0,22,'2024-11-27 16:41:17','2024-11-27 16:41:18','OrgSubscription module allows creating a plan. In this module, there is 2 type of plan. One is a class where the admin adds one course. And another is a learning path where the admin can add multiple courses/quizzes/classes. Also, can enrollment students & class/learning path. And showing enrollment history.',1),
(24,'Calendar',0,23,'2024-11-27 16:41:17','2024-11-27 16:41:17','Calendar Module For InfixLMS. ',1),
(25,'LmsSaas',0,24,'2024-11-27 16:41:18','2024-11-27 16:41:18','LmsSaas Module For InfixLMS. ',1),
(26,'CourseInvitation',0,25,'2024-11-27 16:41:18','2024-11-27 16:41:18','CourseInvitation Module For InfixLMS. ',1),
(27,'HumanResource',0,26,'2024-11-27 16:41:18','2024-11-27 16:41:18','This is Human Resource Module for manage student, instructor attendance and manage staff member',1),
(28,'Survey',0,27,'2024-11-27 16:41:19','2024-11-27 16:41:19','Survey module for Infix LMS',1),
(29,'SaasBranch',0,28,'2024-11-27 16:41:19','2024-11-27 16:41:19','SaasBranch module for Infix LMS',1),
(30,'SkillAndPathway',0,29,'2024-11-27 16:41:19','2024-11-27 16:41:19','Skill and pathway module helps to make a pathway with some course/quiz/classes. Upon completion of a pathway assigned skill badge appear in student my skills page.',1),
(31,'MercadoPago',0,30,'2024-11-27 16:41:21','2024-11-27 16:41:21','MercadoPago module for Infix LMS',1),
(32,'Affiliate',0,31,'2024-11-27 16:41:22','2024-11-27 16:41:22','Affiliate Module For InfixLMS. ',1),
(33,'UserType',0,32,'2024-11-27 16:41:22','2024-11-27 16:41:22','UserType Module For InfixLMS. ',1),
(34,'XAPI',0,33,'2024-11-27 16:41:22','2024-11-27 16:41:22','xAPI Module For InfixLMS. ',1),
(35,'LmsSaasMD',0,34,'2024-11-27 16:41:23','2024-11-27 16:41:23','LmsSaas Multi Database Module For InfixLMS. ',1),
(36,'SupportTicket',0,35,'2024-11-27 16:41:23','2024-11-27 16:41:23','SupportTicket Module For InfixLMS. ',1),
(37,'Appointment',0,36,'2024-11-27 16:41:26','2024-11-27 16:41:26','Appointment Module For InfixLMS. ',1),
(38,'FrontendMultiLang',0,37,'2024-11-27 16:41:26','2024-11-27 16:41:26','FrontendMultiLang Module For InfixLMS. ',1),
(39,'RazerMS',0,38,'2024-11-27 16:41:26','2024-11-27 16:41:26','RazerMS payment gateway Module For InfixLMS. ',1),
(40,'CPD',0,39,'2024-11-27 16:41:26','2024-11-27 16:41:26','CPD Module For InfixLMS. ',1),
(41,'MyClass',0,40,'2024-11-27 16:41:27','2024-11-27 16:41:27','MyClass Module For InfixLMS. ',1),
(42,'CertificatePro',0,41,'2024-11-27 16:41:27','2024-11-27 16:41:27','CertificatePro Module For InfixLMS. ',1),
(43,'Membership',0,42,'2024-11-27 16:41:27','2024-11-27 16:41:27','Membership Module For InfixLMS. ',1),
(44,'Invoice',0,43,'2024-11-27 16:41:27','2024-11-27 16:41:27','Invoice Module For InfixLMS. ',1),
(45,'BulkPrint',0,44,'2024-11-27 16:41:27','2024-11-27 16:41:27','BulkPrint Module For InfixLMS. ',1),
(46,'ELibrary',0,45,'2024-11-27 16:41:27','2024-11-27 16:41:27','ELibrary Module For InfixLMS. ',1),
(47,'Organization',0,46,'2024-11-27 16:41:33','2024-11-27 16:41:33','Organization Module For InfixLMS. manages organizations and institutes with related students and instructors',1),
(48,'InAppLiveClass',0,47,'2024-11-27 16:41:33','2024-11-27 16:41:33','InAppLiveClass Module For InfixLMS.',1),
(49,'Noticeboard',0,48,'2024-11-27 16:41:33','2024-11-27 16:41:33','Noticeboard Module For InfixLMS.',1),
(50,'AdvanceQuiz',0,49,'2024-11-27 16:41:33','2024-11-27 16:41:33','AdvanceQuiz Module For InfixLMS.',1),
(51,'AIContent',0,50,'2024-11-27 16:41:34','2024-11-27 16:41:34','AIContent Module For InfixLMS. This module provides content generation facilities',1),
(52,'H5P',0,51,'2024-11-27 16:41:34','2024-11-27 16:41:34','H5P Module For InfixLMS. This module provides H5P Interactive Content facilities',1),
(53,'GoogleMeet',0,52,'2024-11-27 16:41:34','2024-11-27 16:41:34','Google Meet Module For InfixLMS. ',1),
(54,'WaitList',0,53,'2024-11-27 16:41:34','2024-11-27 16:41:34','Details of waitlist.',1),
(55,'GoogleCalendar',0,54,'2024-11-27 16:41:34','2024-11-27 16:41:34','Google Calendar Module For InfixLMS. ',1),
(56,'Gift',0,55,'2024-11-27 16:41:34','2024-11-27 16:41:34','Gift Module For InfixLMS.',1),
(57,'AuthorizeNet',1,56,'2024-11-27 16:41:34','2024-11-27 16:41:34','AuthorizeNet payment gateway for Infixlms',1),
(58,'Braintree',1,57,'2024-11-27 16:41:34','2024-11-27 16:41:34','Braintree payment gateway for Infixlms',1),
(59,'Flutterwave',1,58,'2024-11-27 16:41:34','2024-11-27 16:41:34','Flutterwave payment gateway for Infixlms',1),
(60,'Mollie',1,59,'2024-11-27 16:41:34','2024-11-27 16:41:34','Mollie payment gateway for Infixlms',1),
(61,'JazzCash',1,60,'2024-11-27 16:41:34','2024-11-27 16:41:34','JazzCash payment gateway for Infixlms',1),
(62,'Coinbase',1,61,'2024-11-27 16:41:34','2024-11-27 16:41:34','Coinbase payment gateway for Infixlms',1),
(63,'CCAvenue',1,62,'2024-11-27 16:41:34','2024-11-27 16:41:34','CCAvenue payment gateway for Infixlms',1),
(64,'UpcomingCourse',0,63,'2024-11-27 16:41:34','2024-11-27 16:41:34','UpcomingCourse Module For InfixLMS. ',1),
(65,'RegistrationBonus',0,64,'2024-11-27 16:41:34','2024-11-27 16:41:34','Registration bonus module for infix LMS',1),
(66,'BunnyStorage',0,65,'2024-11-27 16:41:36','2024-11-27 16:41:36','Bunny Storage Module For InfixLMS. ',1),
(67,'Installment',0,66,'2024-11-27 16:41:36','2024-11-27 16:41:36','Installment Module For InfixLMS.',1),
(68,'TwoFA',0,67,'2024-11-27 16:41:36','2024-11-27 16:41:36','TwoFA Module For InfixLMS. This module provides two factor authentication for login process.',1),
(69,'Cashback',0,68,'2024-11-27 16:41:37','2024-11-27 16:41:37','Cashback Module for InfixLMS to provide cashback to students on course purchase or recharge amount to wallet.',1);
/*!40000 ALTER TABLE `modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `multi_bundle_courses`
--

DROP TABLE IF EXISTS `multi_bundle_courses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `multi_bundle_courses` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `bundle_id` bigint(20) unsigned DEFAULT NULL,
  `course_id` bigint(20) unsigned DEFAULT NULL,
  `order` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `multi_bundle_courses`
--

LOCK TABLES `multi_bundle_courses` WRITE;
/*!40000 ALTER TABLE `multi_bundle_courses` DISABLE KEYS */;
INSERT INTO `multi_bundle_courses` VALUES
(9,5,48,5,'2025-02-07 18:23:29','2025-02-07 22:00:42',1),
(10,5,49,4,'2025-02-07 18:23:29','2025-02-07 22:00:44',1),
(11,5,50,3,'2025-02-07 18:23:29','2025-02-07 22:00:44',1),
(12,5,51,2,'2025-02-07 18:23:29','2025-02-07 22:00:38',1),
(13,5,52,1,'2025-02-07 18:23:29','2025-02-07 22:00:36',1),
(14,3,48,1,'2025-02-13 19:25:17','2025-02-13 19:25:17',1),
(15,6,53,1,'2025-02-18 22:06:20','2025-02-18 22:06:20',1),
(16,7,54,1,'2025-02-18 22:08:10','2025-02-18 22:08:10',1),
(17,4,43,1,'2025-03-17 21:35:36','2025-03-17 21:35:36',1),
(18,4,48,2,'2025-03-17 21:35:36','2025-03-17 21:35:36',1),
(19,4,49,3,'2025-03-17 21:35:36','2025-03-17 21:35:36',1),
(20,4,50,4,'2025-03-17 21:35:36','2025-03-17 21:35:36',1),
(21,4,51,5,'2025-03-17 21:35:36','2025-03-17 21:35:36',1),
(22,4,52,6,'2025-03-17 21:35:36','2025-03-17 21:35:36',1);
/*!40000 ALTER TABLE `multi_bundle_courses` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `multi_bundles`
--

DROP TABLE IF EXISTS `multi_bundles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `multi_bundles` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(191) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `price` double DEFAULT NULL,
  `thumbnail` varchar(191) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `by_order` tinyint(1) DEFAULT 0,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `multi_bundles`
--

LOCK TABLES `multi_bundles` WRITE;
/*!40000 ALTER TABLE `multi_bundles` DISABLE KEYS */;
INSERT INTO `multi_bundles` VALUES
(3,'{\"ar\":\"دورة مجانية\"}',NULL,0,NULL,'{\"ar\":\"<p>الوصف هنا<\\/p>\"}','2025-02-06 17:53:13','2025-02-13 19:25:17',0,1),
(4,'{\"ar\":\"برنامج النمو الطيب (المرحلة الاولى)\"}',NULL,50,NULL,'{\"ar\":\"تحتوي هذه الحزمة على دورات المرحلة الاولى فقط من برنامج النمو الطيب.\"}','2025-02-06 18:10:51','2025-03-17 21:35:36',0,1),
(5,'{\"ar\":\"برنامج النمو الطيب كاملاً\"}',NULL,80,NULL,'{\"ar\":\"<p>يحتوي برنامج النمو الطيب على المراحل التالية:<br><br>المرحلة الاولى<\\/p><p>المرحلة الثانية<\\/p><p>المرحلة الثالثة<\\/p><p>المرحلة الرابعة<\\/p><p>المرحلة الخامسة<\\/p>\"}','2025-02-06 19:39:24','2025-03-17 21:10:22',0,1),
(6,'{\"ar\":\"مساق العلوم الشرعية\"}',NULL,30,NULL,'{\"ar\":\"<p>كتابة نص هنا!<\\/p>\"}','2025-02-18 22:06:20','2025-02-18 22:06:20',0,1),
(7,'{\"ar\":\"مساق فكر\"}',NULL,20,NULL,'{\"ar\":\"<p>بيانات<\\/p>\"}','2025-02-18 22:08:10','2025-02-18 22:08:10',0,1);
/*!40000 ALTER TABLE `multi_bundles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `newsletter_settings`
--

DROP TABLE IF EXISTS `newsletter_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `newsletter_settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `home_status` tinyint(1) NOT NULL DEFAULT 1,
  `home_service` varchar(191) NOT NULL DEFAULT 'Local',
  `home_list_id` varchar(191) DEFAULT NULL,
  `student_status` tinyint(1) NOT NULL DEFAULT 1,
  `student_service` varchar(191) NOT NULL DEFAULT 'Local',
  `student_list_id` varchar(191) DEFAULT NULL,
  `instructor_status` tinyint(1) NOT NULL DEFAULT 1,
  `instructor_service` varchar(191) NOT NULL DEFAULT 'Local',
  `instructor_list_id` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `newsletter_settings`
--

LOCK TABLES `newsletter_settings` WRITE;
/*!40000 ALTER TABLE `newsletter_settings` DISABLE KEYS */;
INSERT INTO `newsletter_settings` VALUES
(1,1,'Local','LX94b',1,'Local','LX94b',1,'Local','LX94b','2024-11-27 16:41:10','2025-01-22 22:56:35',1);
/*!40000 ALTER TABLE `newsletter_settings` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `notifications` (
  `id` char(36) NOT NULL,
  `type` varchar(191) DEFAULT NULL,
  `notifiable_id` int(10) unsigned NOT NULL,
  `notifiable_type` varchar(191) NOT NULL,
  `data` text DEFAULT NULL,
  `read_at` timestamp NULL DEFAULT NULL,
  `course_id` int(11) DEFAULT NULL,
  `user_id` int(11) DEFAULT NULL,
  `author_id` int(11) DEFAULT NULL,
  `message_id` int(11) DEFAULT NULL,
  `course_comment_id` int(11) DEFAULT NULL,
  `course_review_id` int(11) DEFAULT NULL,
  `course_enrolled_id` int(11) DEFAULT NULL,
  `status` tinyint(1) DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `notifications_notifiable_id_notifiable_type_index` (`notifiable_id`,`notifiable_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `notifications` WRITE;
/*!40000 ALTER TABLE `notifications` DISABLE KEYS */;
INSERT INTO `notifications` VALUES
('004ca818-8907-4315-8038-d6b2699a4361','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:52','2025-05-13 23:30:52',1),
('009e1379-c1a0-48ad-bc41-b9f43685e526','App\\Notifications\\GeneralNotification',185,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-18 22:43:03','2025-03-18 22:43:03',1),
('00f4a956-0f33-450b-a9f4-9a3381fe78f7','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/agricultural-economics-and-farm-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:29:43','2025-05-13 23:29:43',1),
('013f1f53-06c1-44dd-a881-844bdb76c106','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":90,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 20:35:00','2025-05-08 20:35:00',1),
('01c8899d-6ac0-42ad-bc18-99a0018f6c7b','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:41:06','2025-06-12 21:41:06',1),
('020db5d6-9abe-4274-9dbe-335bed3f956f','App\\Notifications\\GeneralNotification',197,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-04 14:36:14','2025-04-04 14:36:14',1),
('0228dce0-d1ab-4213-992b-82df36bb990c','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-101\",\"id\":37,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:20:10','2024-12-12 11:20:10',1),
('023a8ba5-8821-4d91-b392-0070c7d54a8a','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":72,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:18:43','2025-05-06 22:29:40',1),
('023e14ee-4c37-49f7-8088-6b1ca36285f3','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:45:17','2025-05-06 22:29:40',1),
('027ec7ea-07de-48b4-be29-8b177068e5c6','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:34:31','2025-05-06 22:29:40',1),
('03415d65-355f-4d3b-96a3-a5e53d26ddb2','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":93,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 19:22:45','2025-05-09 19:22:45',1),
('03bb34c4-2499-4ec6-a992-22127c501259','App\\Notifications\\GeneralNotification',218,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-20 16:23:21','2025-04-20 16:23:21',1),
('03c60553-6839-41db-beec-4d78e8e0c14e','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v2\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-29 00:04:02','2025-10-29 00:04:02',1),
('03d8c5d1-87b0-4274-95e6-c4cb0f261279','App\\Notifications\\GeneralNotification',209,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-12 13:34:51','2025-04-12 13:34:51',1),
('03dceebc-278f-4b60-83e6-39db4fe556c7','App\\Notifications\\GeneralNotification',222,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-21 16:51:50','2025-04-21 16:51:50',1),
('0411c065-1bb9-4729-887d-c8750a4c2435','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 18:55:39','2025-05-06 22:29:40',1),
('042baf9e-a0c9-47ec-b54d-153590cca36f','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ass-ltl-o-lshyh\",\"id\":83,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:17:18','2025-05-06 22:29:40',1),
('044954d9-f08c-4651-8dee-527899aef5d8','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:28','2025-05-13 23:36:28',1),
('0551625e-f48a-47fc-b7d3-72c4379ec7de','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":91,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 17:30:32','2025-05-09 17:30:32',1),
('05a98b63-e114-4dcf-b92f-7d54727c6a6f','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":68,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:38:02','2025-05-06 22:29:40',1),
('065a5215-bbaf-4b0f-9130-cc7c0c469406','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:07','2025-05-13 23:34:07',1),
('069f488a-c5bb-4c4c-bb77-979db0acd1d5','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:58:17','2025-10-28 23:58:17',1),
('06af34bb-1a9a-411b-b9b6-ccbdca6b3470','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-29 00:04:02','2025-10-29 00:04:02',1),
('06df1c7e-4516-4262-8cab-4122d381f4b9','App\\Notifications\\GeneralNotification',140,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-18 13:17:08','2025-01-18 13:17:08',1),
('06ed58f8-7d25-4dca-9c0d-259cfe312899','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:49:41','2025-10-15 19:49:41',1),
('07486e07-5509-4653-b0b7-cdfaa43a817d','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:09','2025-05-13 23:34:09',1),
('076e8958-a5ae-46ca-aee9-c57022fcb6f8','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:26','2025-05-13 23:36:26',1),
('079ecb48-3489-41c6-b6dc-1c3cf4fa673c','App\\Notifications\\GeneralNotification',123,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-31 12:52:26','2024-12-31 12:52:26',1),
('07a93a6b-d160-40f3-a4b1-38ca9e0a3fca','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:22','2025-05-13 23:32:22',1),
('07cab3a6-d872-4010-b7db-e96cce2cf06b','App\\Notifications\\GeneralNotification',207,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-09 18:40:34','2025-04-09 18:40:34',1),
('07e4f9e2-b7af-48f2-b50c-8735e9e49ed4','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:23','2025-05-13 23:31:23',1),
('0807754c-a2b2-426f-a91f-b1315e8fff75','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-102\",\"id\":38,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:32:00','2024-12-12 11:32:00',1),
('081917da-1e7a-4940-a0a7-67db9d1f1fb3','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":84,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:25:17','2025-05-06 22:29:40',1),
('08801e4f-e979-4744-8c65-889a90d92229','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:46:28','2025-05-06 22:29:40',1),
('092167f6-ef00-4743-b573-b0d3097b1b65','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":71,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:11:30','2025-05-06 22:29:40',1),
('096e1264-666d-4078-9447-4d1bb2e51236','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:16','2025-05-13 23:36:16',1),
('0975a2d6-5e4d-466a-b604-dc407b9c128c','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Course Enroll Rejected By Admin\",\"body\":\"Course Enroll Rejected By Admin\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 20:23:37','2025-02-07 20:23:37',1),
('09badcff-00ee-4ba5-97cd-cc4e1ddfc613','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:44','2025-01-31 18:12:44',1),
('09c4e913-a2e4-4717-9026-a89a88a907ef','App\\Notifications\\GeneralNotification',129,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-05 12:31:29','2025-01-05 12:31:29',1),
('0a0844ca-abc6-44c8-961e-82521739a89d','App\\Notifications\\GeneralNotification',138,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-15 17:59:23','2025-01-15 17:59:23',1),
('0a1337b5-7951-421a-9b2d-6ea2e5b4d4fe','App\\Notifications\\GeneralNotification',186,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-21 17:53:37','2025-03-21 17:53:37',1),
('0ab4fb14-48ed-4f03-ad83-2b71cac9e2ea','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lathk-r-o-laor-d\",\"id\":74,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:34:40','2025-05-06 22:29:40',1),
('0b0fc78a-feb2-4647-9f77-2a0392c7f735','App\\Notifications\\GeneralNotification',221,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-21 01:24:13','2025-04-21 01:24:13',1),
('0b921f11-e4de-478f-9ece-dc0d7abaf630','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:36','2025-05-13 23:31:36',1),
('0b9862ae-ec37-4b5a-9b27-195090e42132','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:56:36','2025-10-28 23:56:36',1),
('0ba24567-d8a7-4d2d-b837-4f644ac2ffe2','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/shkhsy-lmslm\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:34:13','2025-05-06 22:29:40',1),
('0ba7cac4-841e-430a-8244-c0f825905b56','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":40,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 18:01:31','2025-05-06 22:29:40',1),
('0be523bb-90b9-49cb-b880-5161bba0a2f1','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":71,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:09:24','2025-05-06 22:29:40',1),
('0bed5e4c-5937-4ac1-aa66-518bd8d5842c','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":72,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:22:10','2025-05-06 22:29:40',1),
('0bf732d4-d8a4-4a71-806a-d64c495ba8e2','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/brn-mg-lnmo-ltyb\",\"id\":48,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 01:45:04','2025-05-06 22:29:40',1),
('0c014228-f8d1-40b6-b9fe-d3ce11191a83','App\\Notifications\\GeneralNotification',138,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:45','2025-01-31 18:12:45',1),
('0c2402f8-42cd-41d8-ac17-3e3c875b3c6e','App\\Notifications\\GeneralNotification',206,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-09 13:29:34','2025-04-09 13:29:34',1),
('0c62ec09-34cf-4280-9abf-21322bcb3f33','App\\Notifications\\GeneralNotification',137,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:12','2025-01-31 18:14:12',1),
('0d07c7a1-7c6f-4ffb-b260-3902195e1cdf','App\\Notifications\\GeneralNotification',149,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-01 20:26:14','2025-02-01 20:26:14',1),
('0d1a8dea-fb44-4e24-ae53-3e6a702a14f4','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:10','2025-05-13 23:34:10',1),
('0d447ff1-ffed-45fb-9561-956258b91f96','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:16','2025-05-13 23:32:16',1),
('0dee214d-3e30-47b5-8933-f17e14f0aee6','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:20:42','2025-05-06 22:29:40',1),
('0defac5a-5c73-4f05-8ced-7bf5ccc8bcd2','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:38','2025-05-13 23:31:38',1),
('0e2e5465-28b0-40fe-a960-aa9eed3c6632','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:58:38','2025-06-12 22:58:38',1),
('0eab72ca-5c10-45b9-943a-fe70d8287ccb','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 22:48:25','2025-05-14 22:48:25',1),
('0f50b7e2-aa21-407e-9757-bc28fe9bb3af','App\\Notifications\\GeneralNotification',124,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:42','2025-01-31 18:13:42',1),
('0f720d40-91fa-4b24-8aae-67219ae10cf2','App\\Notifications\\GeneralNotification',139,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-17 03:08:18','2025-01-17 03:08:18',1),
('0fc3d4fc-6652-4b66-b373-2ec06ae78338','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":68,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:40:41','2025-05-06 22:29:40',1),
('10096832-46a1-4722-b236-ad4a198151a8','App\\Notifications\\GeneralNotification',148,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 15:02:07','2025-01-31 15:02:07',1),
('102abbf2-39c6-40fc-83c3-3973448f780c','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:19:40','2025-05-06 22:29:40',1),
('116ffa19-ef29-4743-9e5d-a095efa6b02e','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":66,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:19:15','2025-05-06 22:29:40',1),
('11726464-921d-4d10-aec0-9d044f2f1897','App\\Notifications\\GeneralNotification',148,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:12','2025-01-31 18:14:12',1),
('1176bb96-a4db-46f7-b72f-b5a1bacc5a9a','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-12 23:36:41','2025-05-06 22:29:40',1),
('119995f1-edd3-4180-a78a-6da488bf1db1','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:35:37','2025-05-13 23:35:37',1),
('11a64191-0e7f-48aa-bda8-a581f3fbdc2d','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":75,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:00:25','2025-05-06 22:29:40',1),
('11b6d47e-9312-4efe-8409-f47c3ea2cfd4','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ltrby-ldaaoy\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 23:12:37','2025-05-06 22:29:40',1),
('11c57a2e-41e7-4991-ae6c-2aef499ee50c','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":75,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:48:39','2025-05-06 22:29:40',1),
('1212636b-3de1-4009-8ebc-74aca7e86797','App\\Notifications\\GeneralNotification',144,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:27','2025-01-31 18:14:27',1),
('1260330e-d9ed-4b22-b18d-ecf7a75247f6','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:54:46','2025-05-06 22:29:40',1),
('1262ee32-a8db-4e3c-8dc1-244a2a9d29bc','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-03 10:41:15','2024-12-03 10:41:15',1),
('129f2049-00e3-4ca4-9894-144dc9a8b450','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 17:56:45','2025-10-15 17:56:45',1),
('12fa3fa7-fd51-4c5c-8278-11655e0c65cd','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:32:26','2025-05-06 22:29:40',1),
('12fcfc33-262b-4ccc-864d-9c29bdc725c8','App\\Notifications\\GeneralNotification',113,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:34:22','2024-12-12 11:34:22',1),
('133c64ef-03eb-4bd6-a551-cd74b482594b','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-101\",\"id\":37,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:21:54','2024-12-12 11:21:54',1),
('13442e12-44a6-44d6-98d7-6219b016402b','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:11:40','2025-01-31 18:11:40',1),
('13a735e4-6c51-4ad3-8fac-657e91aa96b9','App\\Notifications\\GeneralNotification',119,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:02','2025-01-31 18:13:02',1),
('13bd6248-bb91-4745-b71b-c420443831a0','App\\Notifications\\GeneralNotification',228,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-27 04:50:45','2025-04-27 04:50:45',1),
('1419e24a-b819-4c6e-8134-1435f6a919d1','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:35:31','2025-05-13 23:35:31',1),
('14220579-a1c7-4433-9c3c-6452369e8b90','App\\Notifications\\GeneralNotification',169,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-25 20:16:02','2025-02-25 20:16:02',1),
('14614c4f-fc30-478d-bb53-d17c7bba5374','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:50:26','2025-05-06 22:29:40',1),
('14633832-ed41-4a09-9839-79e2e9ed754d','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:38:45','2025-05-06 22:29:40',1),
('147f367b-6032-4871-a5e8-1f1eb5c1c18c','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":68,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:42:59','2025-05-06 22:29:40',1),
('1499753a-7211-446a-a1fb-baa32905b137','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:58','2025-05-13 23:32:58',1),
('14bcce5b-0e91-42b1-832c-32dd549bee95','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:53:54','2025-06-12 22:53:54',1),
('14df0da1-b39a-4841-8e8b-43f5b664dbad','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":45,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-19 14:24:14','2025-05-06 22:29:40',1),
('14e2cc53-c215-4b50-97c3-11ca0f053d57','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:53','2025-05-13 23:32:53',1),
('1548fb24-3fe4-46fa-9559-74d04d2d390f','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:03','2025-05-13 23:34:03',1),
('15e6c400-eebd-4f36-932a-a7df257b383d','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:35:29','2025-05-13 23:35:29',1),
('162fe8ce-f087-4894-aa09-f6b7a249138e','App\\Notifications\\GeneralNotification',128,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-04 12:58:41','2025-01-04 12:58:41',1),
('1651af5d-1e9f-45b8-bc6c-02c02afdb029','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:49:30','2025-06-12 22:49:30',1),
('1664fd47-3322-4c7e-a760-5b4f5c5190a5','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 20:24:18','2025-05-08 20:24:18',1),
('1678d47c-0f0a-425b-9b38-924f0562f268','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 16:41:38','2025-05-06 22:29:40',1),
('167a7558-1e3e-40f4-9844-48eb7e78db24','App\\Notifications\\GeneralNotification',121,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:06','2025-01-31 18:13:06',1),
('16935d1e-7e62-4469-899f-0c17c3834a0e','App\\Notifications\\GeneralNotification',114,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:18','2025-01-31 18:13:18',1),
('16a19887-a52b-4c1d-b889-b444a44277e3','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:04:09','2025-06-12 23:04:09',1),
('17462908-507d-48cb-bafe-39cc155523d1','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v2\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:10:57','2025-05-14 20:10:57',1),
('175bbcb0-5c98-477b-a191-ffdcc63bb4f5','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:15','2025-05-13 23:37:15',1),
('17a86893-efca-449c-bb94-8578266eb249','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :31st Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:57:19','2025-10-28 23:57:19',1),
('17ab1a62-800d-498e-ad3f-6d4919f0c944','App\\Notifications\\GeneralNotification',121,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:03','2025-01-31 18:12:03',1),
('17b817e4-7ec4-420b-bb23-52618d352249','App\\Notifications\\GeneralNotification',113,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-101\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:30:33','2024-12-12 11:30:33',1),
('17bf460d-3f61-409e-9cde-6f5464d0508a','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":92,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 18:37:34','2025-05-09 18:37:34',1),
('17c4251b-c10f-4ce3-b32f-e38b9a4d4316','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:36:46','2025-06-12 22:36:46',1),
('1869e159-894c-4e98-b024-4fa5d4581764','App\\Notifications\\GeneralNotification',130,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-06 16:59:09','2025-01-06 16:59:09',1),
('19106378-6ce7-4d40-bd41-deb05d7fcd51','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:11:44','2025-01-31 18:11:44',1),
('1996de30-07b8-45a5-b696-4b177e211704','App\\Notifications\\GeneralNotification',139,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:51','2025-01-31 18:13:51',1),
('1ae14e97-748f-4cf8-8977-470af9c6cc83','App\\Notifications\\GeneralNotification',156,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-09 13:06:18','2025-02-09 13:06:18',1),
('1aff4712-1066-48a5-b977-af924826a85c','App\\Notifications\\GeneralNotification',146,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-27 16:07:41','2025-01-27 16:07:41',1),
('1b7ceebe-b3a8-4e8f-826a-90d505fd9a8e','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ss-ltl-o-lshyh\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 20:59:08','2025-05-06 22:29:40',1),
('1bfb83f9-bcec-40cb-8189-a76d0cde97f0','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:49','2025-05-13 23:30:49',1),
('1c084725-dfd9-45bb-a88c-0d09b931a6f5','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:38:17','2025-10-15 19:38:17',1),
('1c22abd5-12d4-4832-b069-58c9939227bb','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/laravel-10-php-framework-dor-l-r-fyl-oyb\",\"id\":36,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-09 11:52:46','2025-05-06 22:29:40',1),
('1d58a7a2-3151-4e5a-9e39-5a2db0c0b541','App\\Notifications\\GeneralNotification',115,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:11:49','2025-01-31 18:11:49',1),
('1de913e6-ff38-4eab-b9b3-535bb5097e89','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:28','2025-05-13 23:32:28',1),
('1e047d8a-3a1d-4604-8a6b-03751ec26336','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:33:06','2025-05-13 23:33:06',1),
('1e9289cf-e79f-4166-b4aa-2bc2efe28caa','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":75,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:03:21','2025-05-06 22:29:40',1),
('1ee11ea2-7f23-4a78-8532-e016f27b84a2','App\\Notifications\\GeneralNotification',168,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-24 18:18:35','2025-02-24 18:18:35',1),
('1eea2dd3-2546-45c1-a87c-fe639da4c82e','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-19 22:16:58','2024-12-19 22:16:58',1),
('1f75f251-c851-453b-9ccb-85a5a5367d82','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-16 18:02:41','2025-05-16 18:02:41',1),
('1f7a9b13-185d-46e2-ad0a-62be8b9dd160','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:13:01','2025-05-14 20:13:01',1),
('1f7af00d-d8b4-42e2-a63b-596ba46f8f27','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-102\",\"id\":38,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:31:18','2024-12-12 11:31:18',1),
('1fdb6408-9664-4a3d-874c-6dcc1e9073bd','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:29','2025-05-13 23:32:29',1),
('200199bf-79ce-49ff-999a-812379652b72','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:35:26','2025-06-12 21:35:26',1),
('203211df-17f3-48f0-9ab7-b2748c8ca470','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:30:07','2025-05-06 22:29:40',1),
('20396440-4238-4532-b3f0-5c227de7930a','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":68,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:36:25','2025-05-06 22:29:40',1),
('20caed16-6090-4cb1-9635-28744863f8c8','App\\Notifications\\GeneralNotification',117,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:25','2025-01-31 18:13:25',1),
('20f4aa64-8ab9-4f16-87ca-438de102d4eb','App\\Notifications\\GeneralNotification',141,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:20','2025-01-31 18:14:20',1),
('2111a1ca-88e5-438a-9595-d40a887346a4','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:26:18','2025-06-12 20:26:18',1),
('21ac8554-d966-491a-ab0f-382a1c17a557','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/agricultural-economics-and-farm-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:29:45','2025-05-13 23:29:45',1),
('220d9fc1-4159-44dd-b955-167d329a7a15','App\\Notifications\\GeneralNotification',136,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:10','2025-01-31 18:14:10',1),
('22b860c4-8471-4fdd-9239-01e6dcdaa9de','App\\Notifications\\GeneralNotification',172,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-02 22:01:36','2025-03-02 22:01:36',1),
('230abb12-612c-4359-9b48-5bdb08f7de75','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-19 22:16:58','2024-12-19 22:16:58',1),
('231a7d0c-24f5-4085-baf1-b25e13e25e16','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/nlp-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:56:34','2025-10-28 23:56:34',1),
('233b3be8-f770-46a3-ade0-57142443d7fd','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:09:35','2025-06-12 23:09:35',1),
('23735c34-7515-452f-a2e5-6a4cd305046d','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:11:27','2025-05-14 20:11:27',1),
('237a3114-1926-4f9f-b58f-fa82ccb75333','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":71,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:06:00','2025-05-06 22:29:40',1),
('23848d18-5b82-4d05-a14b-5e99862daa48','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ass-ltl-o-lshyh\",\"id\":83,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:17:56','2025-05-06 22:29:40',1),
('238a6bf6-052c-4266-92a5-f8bdef561e41','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":75,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:21:52','2025-05-06 22:29:40',1),
('244879c2-9ab0-4060-b218-f0efe1317456','App\\Notifications\\GeneralNotification',130,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:56','2025-01-31 18:13:56',1),
('2505c869-ac12-4bf0-a55f-1d8fa58da62c','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":68,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:35:52','2025-05-06 22:29:40',1),
('251b5578-f072-49a5-aa9e-ab7b91e1b208','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:52','2025-05-13 23:34:52',1),
('253361ea-86c9-4f5e-ae00-1e7f00c1043e','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-ny-lzraa\",\"id\":44,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 19:31:00','2025-05-06 22:29:40',1),
('2567a9b5-ea20-4b35-a1d8-89247f55e7de','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/agricultural-economics-and-farm-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:29:44','2025-05-13 23:29:44',1),
('2578a534-a29f-40f0-bfe7-6bdfc656e46c','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-lsl\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-20 21:27:59','2025-05-06 22:29:40',1),
('259a8857-7499-4406-95cd-880f72a6162d','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:50','2025-05-14 20:12:50',1),
('25a9143f-5c69-471b-af43-c6a59aba6e18','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:47:16','2025-06-12 22:47:16',1),
('2608b040-513e-4fe1-b690-c966a4b77336','App\\Notifications\\GeneralNotification',113,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-102\",\"id\":38,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:31:18','2024-12-12 11:31:18',1),
('262fb5a8-619c-4653-9ea2-cda5658d1180','App\\Notifications\\GeneralNotification',159,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-15 15:10:30','2025-02-15 15:10:30',1),
('2633d22e-93dc-4bcb-961d-f1d34f436a6c','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:26:18','2025-06-12 20:26:18',1),
('2636f64a-47a9-4983-ac42-7d0a65d5abf0','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :28th Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:54:39','2025-10-28 23:54:39',1),
('26b2b061-ef48-4e8a-9b47-dc68fa513755','App\\Notifications\\GeneralNotification',146,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:08','2025-01-31 18:14:08',1),
('274f216e-b16b-4352-bd26-445f0379fb8a','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":65,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:24:42','2025-05-06 22:29:40',1),
('278c1783-fd9d-46ad-9d23-e5109f4f5126','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:56','2025-05-13 23:32:56',1),
('27be3327-dc42-4a13-b360-269461ec8e5b','App\\Notifications\\GeneralNotification',152,'App\\User','{\"title\":\"Offline Payment Request Approved\",\"body\":\"Offline Payment Request Approved\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-04 20:38:40','2025-02-04 20:38:40',1),
('27bf124b-977b-46e6-aa9c-8b0cd7149b7a','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-16 18:02:41','2025-05-16 18:02:41',1),
('298fdd2b-ffcd-4fd2-93d6-2659292fac2d','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:33:02','2025-05-13 23:33:02',1),
('2a1f21e3-fd08-484d-951e-fcaa2a666827','App\\Notifications\\GeneralNotification',198,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-04 15:58:39','2025-04-04 15:58:39',1),
('2a443189-b719-410f-8e24-c50c7e33a110','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":85,\"notification_type\":\"lesson\"}','2025-05-06 22:29:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:29:45','2025-05-06 22:29:39',1),
('2a692c1e-7c7c-49d5-b3d4-4ec59de166c5','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-29 17:01:38','2025-10-29 17:01:38',1),
('2ab6ab88-3c7e-425d-9e7a-4f9eaf96c298','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":84,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:24:44','2025-05-06 22:29:40',1),
('2addb815-eef1-46b8-a588-7b52d5d59870','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ltkoyn-o-f-kh-1\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 23:09:58','2025-05-06 22:29:40',1),
('2b78c81b-0b45-41c2-bbcc-c29587005a61','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:35:26','2025-06-12 21:35:26',1),
('2b8d3b49-6b03-40e9-b93a-b7831a7015be','App\\Notifications\\GeneralNotification',158,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-14 20:50:12','2025-02-14 20:50:12',1),
('2b8ebb7e-2987-45f6-95be-075efc8c0fcb','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:37','2025-05-13 23:31:37',1),
('2d161a41-9ff5-4390-a6ff-0e10abeb61b4','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/painting-techniques-and-styles\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:15','2025-05-13 23:30:15',1),
('2dac4e61-538e-4933-a767-096d67e26f8d','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":90,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 20:34:22','2025-05-08 20:34:22',1),
('2db29a45-edf0-4510-b438-dccbc39680cb','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v2\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:10:51','2025-05-14 20:10:51',1),
('2e25df1e-7c15-42fd-a493-662b5f60fccc','App\\Notifications\\GeneralNotification',138,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:14','2025-01-31 18:14:14',1),
('2e3023ae-8725-41b3-bf05-c9c214184883','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lathk-r-o-laor-d\",\"id\":74,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:36:57','2025-05-06 22:29:40',1),
('2e734960-191c-4dc2-ac35-88c15930bfe6','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":65,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:26:42','2025-05-06 22:29:40',1),
('2e8b3cc7-a721-4bf7-b923-2c310fb91e17','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:05','2025-05-13 23:37:05',1),
('2eb5c472-5a80-48b8-bc75-64717bc5db41','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:49:30','2025-06-12 22:49:30',1),
('2eb9281c-1f65-471f-aefd-92490a16c1ff','App\\Notifications\\GeneralNotification',176,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-08 08:43:00','2025-03-08 08:43:00',1),
('2f1665cf-644a-40aa-b43d-e5bc25b75fb8','App\\Notifications\\GeneralNotification',124,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:10','2025-01-31 18:12:10',1),
('2f4d84f2-d39a-43cd-b061-97203ae71c99','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:31:15','2025-05-06 22:29:40',1),
('2fdce95a-0ff1-4206-b086-2a6c9252bca5','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:11:21','2025-05-14 20:11:21',1),
('300f1d58-ee49-4f4d-b3b0-f94bdad94b11','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:47','2025-01-31 18:12:47',1),
('30160e41-7160-44f4-abc2-f5c8b919602a','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":65,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:23:45','2025-05-06 22:29:40',1),
('30748d0f-3743-4b50-83a6-06033682f6c3','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:11:19','2025-05-14 20:11:19',1),
('30d4ba4f-e961-4ef8-b014-0a9d338e74e1','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":68,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:41:49','2025-05-06 22:29:40',1),
('310ba70d-420e-43e2-b493-5f9664c44e49','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:26:58','2025-05-06 22:29:40',1),
('31530c97-a68a-42e2-94ef-7dd75466381f','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:49','2025-05-14 20:12:49',1),
('3199b08c-3e73-4d2c-902e-947853121a3d','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":91,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:44:07','2025-10-15 19:44:07',1),
('327c614e-ba02-4261-92e7-c501dca4e4fe','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:13:00','2025-05-14 20:13:00',1),
('32f07ede-8fc3-4925-8107-8ba55fa603bf','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:55','2025-05-13 23:32:55',1),
('3315fb4e-3959-4941-86a6-2d05c5dd8605','App\\Notifications\\GeneralNotification',143,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:25','2025-01-31 18:14:25',1),
('3385030e-9beb-4e3a-906c-91f2d8d28c5d','App\\Notifications\\GeneralNotification',139,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:47','2025-01-31 18:12:47',1),
('33d64af2-6e42-4ab0-b1e9-d4203b6120df','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:49:23','2025-05-06 22:29:40',1),
('33dccd9b-2cdb-4088-9741-cf55fc2dceae','App\\Notifications\\GeneralNotification',132,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-08 20:34:50','2025-01-08 20:34:50',1),
('33e961fc-a58c-4e5e-a479-290f36fe8374','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:27','2025-05-13 23:31:27',1),
('34718e16-43de-4401-a467-0dff7a970777','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:46:03','2025-05-06 22:29:40',1),
('349c8e65-402e-4196-8a6d-6c8ddc8b8f32','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-ny-lzraa\",\"id\":44,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 19:27:45','2025-05-06 22:29:40',1),
('34d474e1-6ea2-47e7-8a05-47b1d651dab4','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:56:31','2025-05-06 22:29:40',1),
('3539586e-2c21-4f2a-a915-0300cac091ab','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:37:41','2025-05-06 22:29:40',1),
('3576aab0-dcda-4836-a0b9-54f7a2780476','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":71,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:08:09','2025-05-06 22:29:40',1),
('35f9a92d-3a9b-4e48-bdca-278f58e34722','App\\Notifications\\GeneralNotification',232,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-28 22:08:07','2025-04-28 22:08:07',1),
('36941a5f-8983-4f5a-98dd-fb8e15030bc8','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 17:56:53','2025-10-15 17:56:53',1),
('369bbc4c-66d4-4b16-920d-0c0b3fdddfed','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":92,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 18:34:22','2025-05-09 18:34:22',1),
('36e6bb4a-82cc-4d0f-9515-116625fdbaa8','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:33:05','2025-05-06 22:29:40',1),
('37327aec-7d6a-4ab5-a191-6cbf03ecb1c9','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":89,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 20:04:57','2025-05-08 20:04:57',1),
('37708513-e664-4cd1-a0ea-69a496e2d7e6','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:49:42','2025-10-15 19:49:42',1),
('37f6ad0d-00f6-4e9f-a8f8-fb0e8fd1dac5','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:12','2025-05-14 20:12:12',1),
('380e1575-2726-4b11-9c6d-5fdb878f0357','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-16 18:01:13','2025-05-16 18:01:13',1),
('3849e3f5-2ae1-405b-8b62-d26ff2c029dc','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/brn-mg-lnmo-ltyb\",\"id\":48,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-06 19:11:54','2025-05-06 22:29:40',1),
('38595973-60fc-42a1-bb06-e5abd92bd3f1','App\\Notifications\\GeneralNotification',130,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:29','2025-01-31 18:13:29',1),
('38921902-86df-4514-8ca8-01eb87953fd4','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-102\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:13:02','2024-12-12 11:13:02',1),
('392a9f63-00dc-4161-a152-bda785313cae','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-lsl\",\"id\":80,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:42:45','2025-05-06 22:29:40',1),
('39371551-79b1-48a9-a82f-d7201190736a','App\\Notifications\\GeneralNotification',118,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:11:56','2025-01-31 18:11:56',1),
('3975e840-2f7e-4173-8fbe-bd6aa47c51bb','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/sol-laaml-lgm-aay\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 23:11:50','2025-05-06 22:29:40',1),
('39ba0b0e-4841-491b-8141-9d3c2a1cc232','App\\Notifications\\GeneralNotification',226,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-25 14:35:04','2025-04-25 14:35:04',1),
('39dc25ea-ea0b-44a8-9d4c-e7df626a23a2','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-ny-lsht\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 19:09:15','2025-05-06 22:29:40',1),
('3a00bf8d-7a20-4a16-91ad-98fbbe73df88','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:53','2025-05-13 23:34:53',1),
('3a00e55a-e90e-46e5-b9a4-ea106aa1e7ce','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":66,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:20:52','2025-05-06 22:29:40',1),
('3ad9e324-6930-43e6-bb38-f7f4bdb691e2','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/test\",\"id\":\"\",\"notification_type\":\"\"}','2025-12-18 00:32:58',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-29 00:03:59','2025-12-18 00:32:58',1),
('3b74f32f-d88c-40fc-9f95-4bcf53108ad6','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":66,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:13:03','2025-05-06 22:29:40',1),
('3ba4ffe5-c525-4e29-8350-c70f68ba0ddc','App\\Notifications\\GeneralNotification',202,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-06 15:27:41','2025-04-06 15:27:41',1),
('3bc05da8-9158-4963-a8ff-c1791e5acef5','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ass-ltl-o-lshyh\",\"id\":83,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:56:37','2025-05-06 22:29:40',1),
('3bdef14e-166a-486a-9334-e925b08cd4ae','App\\Notifications\\GeneralNotification',150,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-02 18:01:23','2025-02-02 18:01:23',1),
('3bf443cc-5293-43c6-b63f-891ecb5b6fa1','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-lsl\",\"id\":80,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:49:29','2025-05-06 22:29:40',1),
('3c700b12-5a30-447e-99ef-a34908a4e603','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:03:49','2025-06-12 23:03:49',1),
('3c9526c6-b55a-4466-9e53-766b2a410ef0','App\\Notifications\\GeneralNotification',114,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:11:47','2025-01-31 18:11:47',1),
('3c9e4dad-9cd5-44e4-8289-a350714a0086','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:08','2025-05-13 23:37:08',1),
('3cb1656e-be8f-41a2-a97f-13bec287ce8b','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:49:30','2025-06-12 22:49:30',1),
('3dcb378e-3866-4618-a373-f7a6420af6d9','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/brn-mg-lnmo-ltyb\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-06 18:25:27','2025-05-06 22:29:40',1),
('3ebad7bd-3989-487b-9451-1b0ab0d9a23e','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-29 17:01:37','2025-10-29 17:01:37',1),
('3ec7223e-7f84-456c-9b36-4954878e06f1','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 16:26:20','2025-05-14 16:26:20',1),
('3f2a081d-dbfd-4b6e-97eb-81cf53f8f57b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-3\",\"id\":70,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 17:34:33','2025-05-06 22:29:40',1),
('3fc3f79e-e433-4d6a-a9d3-f3b7344421a9','App\\Notifications\\GeneralNotification',168,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-24 18:20:23','2025-02-24 18:20:23',1),
('3ff69012-9193-455f-b906-7fe5a6413744','App\\Notifications\\GeneralNotification',128,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:24','2025-01-31 18:13:24',1),
('3ff89332-93d9-4120-adcb-e3b266487ad7','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lathk-r-o-laor-d\",\"id\":74,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:40:57','2025-05-06 22:29:40',1),
('400c0f68-6446-4b75-acc3-a899901f0a13','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":45,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-19 14:25:20','2025-05-06 22:29:40',1),
('4039e68f-54f9-4f9c-82ef-3e2cf5931106','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-3\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 17:30:28','2025-05-06 22:29:40',1),
('40f7fe2d-ef14-4fda-a7de-9209c83a4c9e','App\\Notifications\\GeneralNotification',175,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-06 19:18:19','2025-03-06 19:18:19',1),
('40fae170-c2c3-41f1-aa3b-1f1dda62c882','App\\Notifications\\GeneralNotification',144,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:59','2025-01-31 18:12:59',1),
('410baff1-df17-4778-b0b8-fec06e230964','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-3\",\"id\":70,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 17:32:30','2025-05-06 22:29:40',1),
('41236090-3450-4b82-bb19-961b69df1060','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:36:30','2025-05-06 22:29:40',1),
('4159f304-566b-470d-9e64-ac6209c8c342','App\\Notifications\\GeneralNotification',113,'App\\User','{\"title\":\"+25 Points for each certificate\",\"body\":\"+25 Points for each certificate\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:34:22','2024-12-12 11:34:22',1),
('417f9d96-efd5-4553-b278-80321dafb96a','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-29 17:01:36','2025-10-29 17:01:36',1),
('4183de24-b2fc-4e89-aea2-b5d1369b5ec8','App\\Notifications\\GeneralNotification',147,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-30 00:28:22','2025-01-30 00:28:22',1),
('41e14d85-00c7-4469-abd7-cc704f072f2a','App\\Notifications\\GeneralNotification',193,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-03 02:00:53','2025-04-03 02:00:53',1),
('41ee839e-eb7e-4edd-a9f3-d9d1c0571424','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:38:09','2025-06-12 21:38:09',1),
('41f44edc-b860-4889-99a2-4b21ae3d7170','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Course Enroll Rejected By Admin\",\"body\":\"Course Enroll Rejected By Admin\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-l-ol-lzraa\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 20:23:51','2025-02-07 20:23:51',1),
('41f6281f-da7f-4496-a693-b62464f6524e','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"+1 Points for each comment\",\"body\":\"+1 Points for each comment\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:54:50','2025-06-12 22:54:50',1),
('421d45bf-cebc-4c99-a091-be6093ac41f3','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:16','2025-05-14 20:12:16',1),
('427c461d-9737-4419-9bce-7b71b45a6545','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:00:43','2025-06-12 23:00:43',1),
('42a32fd1-4089-4c93-9a3a-1a891d954e3b','App\\Notifications\\GeneralNotification',179,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-11 06:38:26','2025-03-11 06:38:26',1),
('42be687c-a3c0-4814-8921-4b480e282656','App\\Notifications\\GeneralNotification',146,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:32','2025-01-31 18:14:32',1),
('42f4ad88-210f-4098-ae01-ab389be4f414','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-29 17:01:36','2025-10-29 17:01:36',1),
('42f63d8b-39ee-4234-9cc7-4285ac3dc30d','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:15','2025-05-14 20:12:15',1),
('43026ec9-27bd-416a-9741-8eae9421f180','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-12 23:45:25','2025-05-06 22:29:40',1),
('43564f7f-8b95-4153-94fa-b0b17c50e350','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:18','2025-05-13 23:37:18',1),
('43d2ba93-51b2-41dc-a5bb-be84be662f17','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :14th May, 2025and Time is :12:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:27:03','2025-06-12 20:27:03',1),
('43e23ceb-ed60-4283-a738-807af04f5f04','App\\Notifications\\GeneralNotification',117,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:57','2025-01-31 18:12:57',1),
('43f55c9b-643f-4d39-9137-36309f2b49f7','App\\Notifications\\GeneralNotification',145,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:05','2025-01-31 18:14:05',1),
('43f9f3a9-10c2-41f0-8f4d-439851a2fba4','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-ny-lzraa\",\"id\":44,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 19:28:01','2025-05-06 22:29:40',1),
('4453711a-ae6c-4ba9-8c37-7d10948a426c','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":75,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:48:11','2025-05-06 22:29:40',1),
('4482cdfb-1874-44f8-a9b4-b8ff1986aca2','App\\Notifications\\GeneralNotification',138,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:49','2025-01-31 18:13:49',1),
('4494780c-6b25-411a-a72a-4117e726da63','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:36:20','2025-05-06 22:29:40',1),
('454f452f-dbc2-4d76-a9ee-fb32a64d8d18','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:51','2025-05-13 23:30:51',1),
('45bdb8b2-1ab1-4a3b-bdca-fca8e7b73ef4','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:51','2025-05-14 20:12:51',1),
('46dde26e-e217-497f-a509-8e4e7d6b956e','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:54','2025-05-14 20:12:54',1),
('46ed5e97-b7a4-4400-ac61-fd0d94353755','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ss-ltl-o-lshyh\",\"id\":52,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 21:00:55','2025-05-06 22:29:40',1),
('47004654-9bd0-49a7-830d-2d7ffc11dc5a','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":66,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:10:19','2025-05-06 22:29:40',1),
('470e0b6f-a246-480c-9a6e-d60b958a8f6f','App\\Notifications\\GeneralNotification',126,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:46','2025-01-31 18:13:46',1),
('4731a5d9-e9e9-4fca-8ade-2a9946b3691a','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:53:31','2025-10-15 19:53:31',1),
('4755c95b-24dd-416b-bcc4-6dcbb82abef2','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:58:18','2025-06-12 22:58:18',1),
('475da6e1-cb47-4275-b84e-72b137139cac','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:56:37','2025-10-28 23:56:37',1),
('47c83cf7-5b26-40c5-b3c3-ef975fcf3ec5','App\\Notifications\\GeneralNotification',125,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:17','2025-01-31 18:13:17',1),
('47ea5a67-59ed-4d48-b559-7aa8f82117cb','App\\Notifications\\GeneralNotification',196,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-04 11:57:51','2025-04-04 11:57:51',1),
('48179bbc-e380-4292-9cd3-14cb794506bd','App\\Notifications\\GeneralNotification',126,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-02 16:58:24','2025-01-02 16:58:24',1),
('487fd7cb-441d-44c9-ac86-07a470515dc4','App\\Notifications\\GeneralNotification',181,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-14 13:17:26','2025-03-14 13:17:26',1),
('48ba5047-3a64-4067-a4c3-20cd842c2d04','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:47:57','2025-05-06 22:29:40',1),
('492ff36d-5253-4a33-a06b-c9a70ff7a4dd','App\\Notifications\\GeneralNotification',113,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-103\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:30:34','2024-12-12 11:30:34',1),
('4932b10c-8c7d-46c0-aecd-01a6a7be842d','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-lth-r\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:51:16','2025-05-06 22:29:40',1),
('498df478-6a96-48a2-ab81-cfd7e758b0b5','App\\Notifications\\GeneralNotification',126,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:15','2025-01-31 18:12:15',1),
('49a32c6d-0b90-4aa9-8fff-1f9f460407c1','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"+1 Points for each comment\",\"body\":\"+1 Points for each comment\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:03:49','2025-06-12 23:03:49',1),
('49b9e1f5-2fc6-4919-9d65-ed1970663689','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/www.hayattayeba.com\\/courses-details\\/asd\",\"id\":64,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-20 19:52:06','2025-05-06 22:29:40',1),
('4a3aa3f3-df92-45df-b538-3def79f9fbb8','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/agricultural-economics-and-farm-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:29:46','2025-05-13 23:29:46',1),
('4a8e6bf4-dc16-40ae-9291-fd1923739d07','App\\Notifications\\GeneralNotification',112,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:26:13','2024-12-12 11:26:13',1),
('4a99501f-8351-4633-a1de-2a53e499276d','App\\Notifications\\GeneralNotification',135,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-11 21:43:10','2025-01-11 21:43:10',1),
('4ac8c8ea-769c-4cbf-961d-147790f8b64d','App\\Notifications\\GeneralNotification',182,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-16 04:56:35','2025-03-16 04:56:35',1),
('4acea467-e7e2-4a2b-971e-56e199227fda','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:43:52','2025-05-06 22:29:40',1),
('4b1fc976-1291-4f74-af99-e8056dff6dbc','App\\Notifications\\GeneralNotification',141,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-20 07:31:26','2025-01-20 07:31:26',1),
('4b22bf81-3d05-4bd5-b638-ddc5af06c29e','App\\Notifications\\GeneralNotification',125,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:13','2025-01-31 18:12:13',1),
('4b397cdf-8db9-4134-8541-b7ca480035fc','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:17','2025-05-13 23:32:17',1),
('4b5dcfcb-e38f-4462-a90d-ef21eba229c2','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":72,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:15:24','2025-05-06 22:29:40',1),
('4b67a1dc-1ba3-4898-b8cc-d3bfa3a1b8d1','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:11:47','2025-06-12 23:11:47',1),
('4bd67b05-c140-407a-a0e8-2bfd36858fd5','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:06','2025-05-13 23:37:06',1),
('4bf18c8e-cb6c-44d6-8245-80c3526e7850','App\\Notifications\\GeneralNotification',115,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-23 07:05:33','2024-12-23 07:05:33',1),
('4c167d24-252d-4352-b213-f91fa27962db','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my\",\"id\":42,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 17:04:54','2025-05-06 22:29:40',1),
('4c5f4d77-364a-4cbe-9cc7-1fd535b226de','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ms-k-laalom-lshraay\",\"id\":46,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-24 22:39:36','2025-05-06 22:29:40',1),
('4c92259e-3ddf-4625-a973-999d38e9cc03','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:59','2025-05-13 23:32:59',1),
('4cdbce2e-0a0c-4b43-868c-4ec458f5913d','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:57:52','2025-06-12 22:57:52',1),
('4cf28167-6fd3-4aab-ae2f-38c0b21b4c36','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":93,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 19:15:47','2025-05-09 19:15:47',1),
('4d289cde-eac2-4d3d-a6d0-e4356ba20b2e','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-103\",\"id\":39,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:32:53','2024-12-12 11:32:53',1),
('4de2cf1a-962b-41c4-bf72-3c10049137c5','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 16:50:34','2025-05-06 22:29:40',1),
('4dfe4dcd-1ecc-449a-acec-b3fbaf125d32','App\\Notifications\\GeneralNotification',145,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-25 18:53:39','2025-01-25 18:53:39',1),
('4eadc4a1-8260-4580-b6eb-09c5c4aedc5b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":66,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:10:57','2025-05-06 22:29:40',1),
('4f10ea90-cb69-4459-9ea1-a321fa12dd62','App\\Notifications\\GeneralNotification',203,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-07 03:12:56','2025-04-07 03:12:56',1),
('4f156e38-5311-45f4-a096-df946a95e44f','App\\Notifications\\GeneralNotification',148,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:36','2025-01-31 18:14:36',1),
('4f250f2b-173b-46d9-a528-04545118f11e','App\\Notifications\\GeneralNotification',174,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-05 16:16:47','2025-03-05 16:16:47',1),
('4f526d0a-4678-4b9b-8569-89d02c70447f','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-16 18:07:43','2025-05-16 18:07:43',1),
('4f5e7ce4-1eca-4ab6-b021-1071e9d5575d','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:33','2025-05-13 23:31:33',1),
('4f64c8fa-30af-46d9-9bde-4340ff821903','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ms-k-laalom-lshraay\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-24 21:58:13','2025-05-06 22:29:40',1),
('4fc16c17-b3fb-41e7-977f-16c2c88fd9f9','App\\Notifications\\GeneralNotification',125,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-01 23:46:16','2025-01-01 23:46:16',1),
('506a3b5a-d640-40d3-b143-861ef9e2ae4d','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 23:01:00','2025-05-14 23:01:00',1),
('50d5b8db-5fef-4721-9630-41562d5fb423','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:25:14','2025-06-12 20:25:14',1),
('510e24e6-b1b1-4719-b077-9da31435d004','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :28th Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:55:46','2025-10-28 23:55:46',1),
('518b04b4-ff4f-4976-97b0-955c50afb673','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:25:14','2025-06-12 20:25:14',1),
('52399e15-ec4f-4623-9ea5-bdaeae3a13dc','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":91,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:44:03','2025-10-15 19:44:03',1),
('5320d25f-df23-41c6-8eef-13970cbafcb3','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:48','2025-05-14 20:12:48',1),
('5326b312-f68e-4b2a-b5f9-7d94b250804d','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:18','2025-05-13 23:32:18',1),
('53498245-ed2e-4868-8a32-4567f3d24644','App\\Notifications\\GeneralNotification',137,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:43','2025-01-31 18:12:43',1),
('53da9f95-0a75-4b3c-967f-0788f6470bf2','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:35:50','2025-05-06 22:29:40',1),
('54222dc7-eb03-4f45-82d9-671dca64fb58','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:04:09','2025-06-12 23:04:09',1),
('548e50a7-2760-4407-95ff-d72a6c7031a8','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my\",\"id\":42,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 17:04:03','2025-05-06 22:29:40',1),
('549883fe-aa7b-4cc5-b60e-7d4c80fcc6c4','App\\Notifications\\GeneralNotification',124,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-01 07:07:35','2025-01-01 07:07:35',1),
('54ce5237-2ee3-4769-ac5e-e605218b1785','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:11:26','2025-05-14 20:11:26',1),
('54df59c6-1f17-49cf-ba0b-a1907a2885f2','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":71,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:13:01','2025-05-06 22:29:40',1),
('554a7341-aafb-4109-8415-6ef8a4e0ed9b','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:48:01','2025-06-12 22:48:01',1),
('559716d6-1747-4d8b-817e-85dedc5f2fd7','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ms-k-fkr\",\"id\":47,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-24 22:34:11','2025-05-06 22:29:40',1),
('55bed614-2ff4-4ac0-a405-1ad3d571dc6f','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:38:10','2025-06-12 21:38:10',1),
('55f92de7-73d4-49ac-be40-63799b9185c2','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:25:14','2025-06-12 20:25:14',1),
('56187552-1883-4e3a-9c3a-17d4a6610513','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:33:04','2025-05-13 23:33:04',1),
('56dcad3f-029b-4b9d-b991-35515abbcf4d','App\\Notifications\\GeneralNotification',109,'App\\User','{\"title\":\"Offline Payment Request Approved\",\"body\":\"Offline Payment Request Approved\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-11-29 12:21:12','2024-11-29 12:21:12',1),
('574bdb88-ee14-4045-b8e8-bd6d16f2ea30','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :31st Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:57:19','2025-10-28 23:57:19',1),
('5751f75d-cf2e-4298-a1ac-309707436db1','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:09','2025-05-13 23:32:09',1),
('57a94c01-dd8c-4937-9548-339651b7b0af','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:05:53','2025-06-12 23:05:53',1),
('57fe5ab4-6cd0-4482-b16b-fbc9d3717d88','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:39','2025-05-13 23:31:39',1),
('58626a88-a469-4505-b6ad-848afa1a7902','App\\Notifications\\GeneralNotification',178,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-09 18:40:58','2025-03-09 18:40:58',1),
('58912205-6ffd-4c04-aa93-9fbfd6e67161','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":40,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 16:45:40','2025-05-06 22:29:40',1),
('58a66a0c-0a7e-40a5-a9e2-9f05bce8aff8','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":66,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:21:28','2025-05-06 22:29:40',1),
('58da36b0-8115-41c0-93d0-4fdcccdb5871','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:33:01','2025-05-13 23:33:01',1),
('58f52123-1e5c-4107-ba56-aa85baa5cfc3','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:54:16','2025-06-12 22:54:16',1),
('590cd500-0043-4b7b-a1e3-65bc9a2ce3fb','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":71,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:11:57','2025-05-06 22:29:40',1),
('593c3b6e-71cc-44a4-ae51-00cb52d550f0','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":85,\"notification_type\":\"lesson\"}','2025-05-06 22:29:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:55:25','2025-05-06 22:29:39',1),
('594b5bec-71a5-4281-87d4-a1acac11c617','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-29 00:04:03','2025-10-29 00:04:03',1),
('597a00e4-32e5-4a38-a378-fa5a95661867','App\\Notifications\\GeneralNotification',184,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 16:12:42','2025-03-17 16:12:42',1),
('5983207f-0b25-4ee3-ad42-f6761a7f46eb','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:11','2025-05-13 23:32:11',1),
('598973ee-21b4-4fdb-b000-b351c5e09d6f','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lathk-r-o-laor-d\",\"id\":74,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:35:14','2025-05-06 22:29:40',1),
('59d8cf2d-fdb0-430a-9c2b-ba228a285f6d','App\\Notifications\\GeneralNotification',188,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-23 15:39:19','2025-03-23 15:39:19',1),
('59dacc25-ed35-4951-aec1-e1b7691b6f23','App\\Notifications\\GeneralNotification',165,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-21 05:00:11','2025-02-21 05:00:11',1),
('59f85e1f-ffea-4f82-9e05-af352e5b994c','App\\Notifications\\GeneralNotification',113,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-102\",\"id\":38,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:32:00','2024-12-12 11:32:00',1),
('5a0f8af0-4fa3-42ce-950c-4c330d3f813d','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/managerial-accounting-advance-course\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-06 14:10:05','2024-12-06 14:10:05',1),
('5a865c3f-1509-4d3c-9f82-6b701aea318d','App\\Notifications\\GeneralNotification',194,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-03 07:23:15','2025-04-03 07:23:15',1),
('5abd313d-34e4-46d9-ab7a-778224bb2d68','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-19 14:23:17','2025-05-06 22:29:40',1),
('5ae5bbae-8a4b-4eda-b295-1c3a36ddfa47','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:45','2025-05-14 20:12:45',1),
('5aff8013-97bb-4f97-8910-06ce1e265375','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:57','2025-05-14 20:12:57',1),
('5b0fc32c-f7fe-4b60-8419-e7d3c01829bd','App\\Notifications\\GeneralNotification',110,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-09 13:15:41','2024-12-09 13:15:41',1),
('5b1c650d-82e7-4616-963c-b8c5e2ae33fa','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:24','2025-05-13 23:32:24',1),
('5b382561-d468-4d84-8b34-9ee962b7c0f8','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":71,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:12:33','2025-05-06 22:29:40',1),
('5ba60c85-547f-4652-930a-d4ccc4a9a5ed','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:02:44','2025-06-12 23:02:44',1),
('5bc2e30a-7c2d-4f2b-aa43-5e2177bae813','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:40:33','2025-06-12 21:40:33',1),
('5bc818e1-8d68-4101-adc3-f49ca809dd2d','App\\Notifications\\GeneralNotification',157,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-10 19:35:01','2025-02-10 19:35:01',1),
('5c13c832-fcf1-4836-a634-14f28d248678','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"+1 Points for each comment\",\"body\":\"+1 Points for each comment\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:03:09','2025-06-12 23:03:09',1),
('5c2be32a-e006-43d5-8a7e-f6c457b63f66','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"Offline Payment Request Approved\",\"body\":\"Offline Payment Request Approved\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-19 22:52:22','2025-05-19 22:52:22',1),
('5c36ac17-4f14-4152-ab21-435445223788','App\\Notifications\\GeneralNotification',116,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:11:51','2025-01-31 18:11:51',1),
('5c57992e-afda-45b3-b2fa-62cbfaaa2893','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:26','2025-05-14 20:12:26',1),
('5cb9ae8b-21be-4602-a0d8-c2cd343eafe5','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:18','2025-05-13 23:36:18',1),
('5ccc4add-5379-4fa6-b562-74924a30dd73','App\\Notifications\\GeneralNotification',140,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:54','2025-01-31 18:13:54',1),
('5cfc8cbb-05f3-4c7c-aeca-d1aa8c482718','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ass-ltl-o-lshyh\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:53:59','2025-05-06 22:29:40',1),
('5d0f1b5e-68a4-41d7-9645-42b053402b90','App\\Notifications\\GeneralNotification',110,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/complete-blender-creator-3d-modelling-for-beginners\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-11-29 12:32:06','2024-11-29 12:32:06',1),
('5d42c832-0070-4658-967e-d4e6e094d892','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-lsl\",\"id\":80,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:50:00','2025-05-06 22:29:40',1),
('5da81ea6-b364-4c94-9555-0fc3a546eb2b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":75,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:23:42','2025-05-06 22:29:40',1),
('5e1ebd23-6c62-4816-a4e6-08bda2a345b8','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course ExerciseFile Added\",\"body\":\"Course ExerciseFile Added\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 18:57:30','2025-05-09 18:57:30',1),
('5e258fc4-c68b-425e-837c-546488fd39a9','App\\Notifications\\GeneralNotification',126,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:19','2025-01-31 18:13:19',1),
('5e45d4a5-ca7a-41a3-90a6-f594f92da582','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:49:43','2025-10-15 19:49:43',1),
('5e4eebca-3de8-41ef-b334-9fe4362a2d6b','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:30','2025-05-13 23:36:30',1),
('5e509ff6-1944-470d-9917-c79e497d8868','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:58:18','2025-10-28 23:58:18',1),
('5ef8f57a-d679-48eb-b689-620951295b12','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:33:09','2025-05-13 23:33:09',1),
('5f0c96f1-95e6-4255-b736-7688b1e216be','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:28:03','2025-05-06 22:29:40',1),
('5f2e74f5-c12e-4bf6-837a-49dd4f2ca8ea','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ass-ltl-o-lshyh\",\"id\":83,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:55:13','2025-05-06 22:29:40',1),
('5f376c16-0ba3-4bd5-b4d5-197af1817887','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/laravel-10-php-framework-dor-l-r-fyl-oyb\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-09 11:38:21','2025-05-06 22:29:40',1),
('5f53aaf5-4764-4ad5-854e-904cab734822','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-12 23:36:07','2025-05-06 22:29:40',1),
('5f5740c6-54c6-4741-94b4-d6c1bd13f285','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":68,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:38:42','2025-05-06 22:29:40',1),
('5f819670-d8e5-427e-ae0f-40f878428a9f','App\\Notifications\\GeneralNotification',140,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:18','2025-01-31 18:14:18',1),
('5ffcbac4-2990-46c9-9ac5-1d0d66d150c7','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :14th May, 2025and Time is :12:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:27:03','2025-06-12 20:27:03',1),
('5ffd3aef-4379-48f7-ad60-c571612a9879','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 22:48:25','2025-05-14 22:48:25',1),
('602aa352-51e8-4e1a-8c29-e6e7b250fc4d','App\\Notifications\\GeneralNotification',110,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/laravel\",\"id\":35,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-05 11:39:58','2024-12-05 11:39:58',1),
('603b7263-f7bd-495a-9407-e2a727527b45','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":68,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:35:19','2025-05-06 22:29:40',1),
('608913dc-a75a-431c-9bde-b1ee202b08b2','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:34','2025-05-13 23:36:34',1),
('60c427b9-b70c-456a-97ee-0ca15cddbaa5','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"+1 Points for each comment\",\"body\":\"+1 Points for each comment\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:58:18','2025-06-12 22:58:18',1),
('6114decc-cb76-40bc-a647-73015fd9c472','App\\Notifications\\GeneralNotification',210,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-13 20:16:48','2025-04-13 20:16:48',1),
('617ab753-0a4b-4a29-9389-4d5bd7a5f63e','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/brn-mg-lnmo-ltyb\",\"id\":48,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 01:24:26','2025-05-06 22:29:40',1),
('61c20426-a743-4579-9902-544a9ab975a4','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":41,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 17:32:48','2025-05-06 22:29:40',1),
('622d671c-4388-4393-8666-e64ec979be62','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ms-k-laalom-lshraay\",\"id\":46,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-24 21:58:33','2025-05-06 22:29:40',1),
('6237e154-b79e-443c-b997-24a0e2779c65','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:35:34','2025-05-13 23:35:34',1),
('624ed3b7-4273-4a95-8e9d-79acfe4e61d8','App\\Notifications\\GeneralNotification',153,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-05 18:37:38','2025-02-05 18:37:38',1),
('62591121-a5e6-47c9-80c3-3aaad671f58c','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:49:38','2025-10-15 19:49:38',1),
('62fa0da1-d55c-4a9c-971e-be8026f1ed27','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:36:10','2025-06-12 22:36:10',1),
('636f6a5c-7a8b-484e-94ba-1849f0060964','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":91,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 17:54:18','2025-05-09 17:54:18',1),
('63b53a44-e0df-4890-8623-5aa951c1f127','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-06 14:04:07','2024-12-06 14:04:07',1),
('63d26f61-0532-4af7-8e2d-7f2ec359ab51','App\\Notifications\\GeneralNotification',130,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:26','2025-01-31 18:12:26',1),
('63d43c69-f1dd-4291-b4e6-58082ca67f45','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-lsl\",\"id\":80,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:42:10','2025-05-06 22:29:40',1),
('63fc2d4f-44f3-4eb5-8288-00e2b9157f07','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":68,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:41:13','2025-05-06 22:29:40',1),
('64919dd3-9d34-47cc-b30e-56f6036f2147','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:26:18','2025-06-12 20:26:18',1),
('64a3da70-54a5-41cf-8caa-0605172d182c','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-29 17:01:40','2025-10-29 17:01:40',1),
('64b869af-8ad6-48f8-a4a1-32c49dbd098d','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:15:45','2025-06-12 23:15:45',1),
('6539225e-330c-437f-9569-eaa130dbcbc9','App\\Notifications\\GeneralNotification',205,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-08 21:42:49','2025-04-08 21:42:49',1),
('65459b67-dc99-4710-ba75-b529f68da5ff','App\\Notifications\\GeneralNotification',160,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-16 08:10:16','2025-02-16 08:10:16',1),
('658184ba-3a85-48e9-8d69-ee04fcbb2642','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:54:16','2025-06-12 22:54:16',1),
('66052525-95f7-41d3-a973-323e5920c4e0','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 19:48:33','2025-05-08 19:48:33',1),
('66d0be80-4bbb-4586-bb2a-da43fa2ee039','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-16 18:05:38',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-16 18:05:08','2025-05-16 18:05:38',1),
('66ebcedc-bd12-4a5b-8365-ee00e1587a8c','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/www.hayattayeba.com\\/courses-details\\/asd\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-20 19:52:32','2025-05-06 22:29:40',1),
('67807481-43d8-4c6b-81af-e51aebbe0b89','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:04','2025-05-13 23:37:04',1),
('67bff0cd-de81-44a6-86f5-ae4121c6f630','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:13','2025-01-31 18:13:13',1),
('67d4d84e-e5b1-4961-b113-da7db4046811','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":72,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:17:38','2025-05-06 22:29:40',1),
('6824ce2d-bc25-4d99-9cf9-8a2683a65a98','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:26','2025-05-13 23:31:26',1),
('6828f814-7865-4050-b07a-7d8d399b4ec7','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :31st Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:57:19','2025-10-28 23:57:19',1),
('69325f56-9461-4597-9bba-2eec1dae0c90','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-19 22:16:58','2024-12-19 22:16:58',1),
('693bac47-081d-4f73-964a-6cb5cb8dee36','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-103\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:13:54','2024-12-12 11:13:54',1),
('697d37d6-424f-4f56-9390-dc85c7b03e60','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:52:35','2025-05-06 22:29:40',1),
('69cfe5e1-ebe0-4068-b8bd-290bac4a986d','App\\Notifications\\GeneralNotification',120,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:04','2025-01-31 18:13:04',1),
('6a01c238-cd7b-43a5-ba1a-bd10982d8acf','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:35:27','2025-05-13 23:35:27',1),
('6a231dda-6265-46a2-a7c0-78ce0a07c6bd','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lnbo-o-lanby\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:39:53','2025-05-06 22:29:40',1),
('6a3045ee-0813-4286-9761-f19505428470','App\\Notifications\\GeneralNotification',166,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-22 07:42:16','2025-02-22 07:42:16',1),
('6a4d4232-0a3d-47ee-a5f0-987c5fa3167d','App\\Notifications\\GeneralNotification',142,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-21 06:00:29','2025-01-21 06:00:29',1),
('6a6ac059-243d-4d1b-a792-b5d9e6654505','App\\Notifications\\GeneralNotification',173,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-03 14:45:49','2025-03-03 14:45:49',1),
('6a6afe4b-12da-4b21-b3f9-4b3d1a567f1f','App\\Notifications\\GeneralNotification',151,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-03 16:31:58','2025-02-03 16:31:58',1),
('6a6f4186-1020-4b5b-a753-941a57dff69f','App\\Notifications\\GeneralNotification',109,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/creating-3d-environments-in-blender\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-11-29 12:29:19','2024-11-29 12:29:19',1),
('6a892cd2-91ae-4fa3-8186-da218cd64f4b','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Offline Payment Request Approved\",\"body\":\"Offline Payment Request Approved\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-19 22:51:08','2025-05-19 22:51:08',1),
('6b63a7b1-d3a6-444c-95c7-95d156a484c9','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":91,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:44:05','2025-10-15 19:44:05',1),
('6b660c49-5ff7-41d0-9e01-4eadb1b34a5a','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:13:02','2025-05-14 20:13:02',1),
('6b9b4a9a-cb5d-477d-a1b7-933d417fc52e','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:56:33','2025-10-28 23:56:33',1),
('6c2c4709-3a72-4abb-a019-373ed75f073b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ass-ltl-o-lshyh\",\"id\":83,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:16:09','2025-05-06 22:29:40',1),
('6c3c531f-60f4-46d9-96d5-0191f466fc85','App\\Notifications\\GeneralNotification',143,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:00','2025-01-31 18:14:00',1),
('6c45e87a-6aad-405a-80c8-38f46590dba7','App\\Notifications\\GeneralNotification',119,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:30','2025-01-31 18:13:30',1),
('6d2e76b7-1451-4905-8d4a-9eeb78726aa3','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/aaal-m-lsh-b\",\"id\":51,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 21:13:58','2025-05-06 22:29:40',1),
('6dfbc084-2fc2-4379-86ab-195509eb1b5b','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"+1 Points for each comment\",\"body\":\"+1 Points for each comment\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:12:02','2025-06-12 23:12:02',1),
('6dfd31dc-6897-4b52-aee7-729561d56889','App\\Notifications\\GeneralNotification',113,'App\\User','{\"title\":\"+5 Points for each unit complete\",\"body\":\"+5 Points for each unit complete\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:34:22','2024-12-12 11:34:22',1),
('6eb9b81f-e281-47e9-a76f-c58e459caeb9','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 17:56:47','2025-10-15 17:56:47',1),
('6f0cf19b-30eb-4161-9717-b0c0a8226db3','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:15','2025-05-13 23:32:15',1),
('6f1360bf-d876-4604-9ce3-11b7cc03bda9','App\\Notifications\\GeneralNotification',131,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:58','2025-01-31 18:13:58',1),
('6f204b29-6a98-4220-a61a-10d051ecfd34','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:15','2025-01-31 18:13:15',1),
('6f269342-9cc9-4e34-97b4-ccbc2cabf63a','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-ny-lzraa\",\"id\":44,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 19:24:36','2025-05-06 22:29:40',1),
('6f58386b-917b-4aa8-b2b1-e7ae34157914','App\\Notifications\\GeneralNotification',230,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-28 01:49:22','2025-04-28 01:49:22',1),
('6f61ed19-19a3-49a6-a755-8783c1f826d8','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:35:28','2025-05-13 23:35:28',1),
('701a7915-afb0-435b-8584-306460f95a35','App\\Notifications\\GeneralNotification',161,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-16 23:49:17','2025-02-16 23:49:17',1),
('71421d7c-6be6-46d9-993b-959dd33bc5a2','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:27:44','2025-05-06 22:29:40',1),
('721435f0-82f7-400b-b2b7-193b89428bba','App\\Notifications\\GeneralNotification',135,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:37','2025-01-31 18:12:37',1),
('72264ef4-5bd8-4e6d-b60d-0d555651219e','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:29:35','2025-05-06 22:29:40',1),
('724b8179-45e3-4b41-81a8-6560392b2b07','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":75,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:22:37','2025-05-06 22:29:40',1),
('724e4972-a063-4aab-9918-ba77431f49b8','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"+1 Points for each comment\",\"body\":\"+1 Points for each comment\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:00:43','2025-06-12 23:00:43',1),
('72e49cb4-b901-4e8f-a12f-0579870de430','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:25:14','2025-06-12 20:25:14',1),
('74138ed4-d476-4711-bd2f-582b31f3788d','App\\Notifications\\GeneralNotification',139,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-17 03:08:18','2025-01-17 03:08:18',1),
('741cf2a6-d507-49b3-a0d9-e97262a74d0d','App\\Notifications\\GeneralNotification',165,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-21 05:01:14','2025-02-21 05:01:14',1),
('7446e86f-972b-4f6c-8c00-5a0f0df826f9','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"+1 Points for each comment\",\"body\":\"+1 Points for each comment\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:41:07','2025-06-12 21:41:07',1),
('7480feb5-9f91-41cc-99c3-84c2f9d46279','App\\Notifications\\GeneralNotification',133,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:33','2025-01-31 18:12:33',1),
('74d8ed3a-4755-4fb8-94e1-16b9c7c99365','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":72,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:17:03','2025-05-06 22:29:40',1),
('74fb9324-9a71-46cc-acca-784ea77eef8a','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 17:56:49','2025-10-15 17:56:49',1),
('7519fdc5-b476-4f71-865f-03e7503c3615','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:33:08','2025-05-13 23:33:08',1),
('75f7e143-53d1-44c7-87a9-256e114960e7','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"+5 Points for each unit complete\",\"body\":\"+5 Points for each unit complete\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-20 23:35:25','2025-10-20 23:35:25',1),
('770377db-4665-4ed9-ba31-94986d4d1519','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:04:09','2025-06-12 23:04:09',1),
('77374c19-2d38-4276-acc5-720ba036c35b','App\\Notifications\\GeneralNotification',144,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-24 13:58:27','2025-01-24 13:58:27',1),
('77851fce-ad89-43fe-8825-e8d44ac1fb88','App\\Notifications\\GeneralNotification',121,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-28 19:48:26','2024-12-28 19:48:26',1),
('77a422c3-c312-43b8-ae1a-b942ce427d48','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/brn-mg-lnmo-ltyb\",\"id\":48,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-06 18:49:39','2025-05-06 22:29:40',1),
('78078c78-9544-4a36-a34f-a8d8635f23a8','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":43,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 21:30:06','2025-05-06 22:29:40',1),
('7821ec96-96b7-4820-b41e-6b364e21c49b','App\\Notifications\\GeneralNotification',115,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:20','2025-01-31 18:13:20',1),
('786be17c-86f8-4956-8465-a6f012b27dea','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:35:08','2025-05-06 22:29:40',1),
('78b46e8c-ca62-4ed1-800e-6c9942194372','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":85,\"notification_type\":\"lesson\"}','2025-05-06 22:29:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:31:47','2025-05-06 22:29:39',1),
('7901a7bf-e2b1-4197-a2d2-0009354441fd','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:06','2025-05-13 23:34:06',1),
('792010bf-cca5-463f-8102-4043882392dc','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ass-ltl-o-lshyh\",\"id\":83,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:18:25','2025-05-06 22:29:40',1),
('7988058c-2138-4d44-8045-adcb58b47f60','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/laravel-10-php-framework-dor-l-r-fyl-oyb\",\"id\":36,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-09 11:51:33','2025-05-06 22:29:40',1),
('79a8bb9c-c8f4-47f0-8b22-444378d5e676','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ms-k-fkr\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-24 22:31:44','2025-05-06 22:29:40',1),
('79ac94a1-ad29-450c-8e07-93c038b19ae1','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ltkoyn-o-f-kh-2\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 23:10:52','2025-05-06 22:29:40',1),
('79bbd7c0-2814-4851-bdb6-d86fd9f51f98','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:49:30','2025-06-12 22:49:30',1),
('79d6b9cd-22ac-4d77-9159-2b90a11efd0d','App\\Notifications\\GeneralNotification',128,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:20','2025-01-31 18:12:20',1),
('79deabae-402f-4f0b-88b8-df2ae293ffc8','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-ny-lsht\",\"id\":43,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 19:09:55','2025-05-06 22:29:40',1),
('7a12710b-ea37-416e-8e99-a615a32113f5','App\\Notifications\\GeneralNotification',208,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-10 08:41:04','2025-04-10 08:41:04',1),
('7a280045-4527-427d-928d-3aa212a5190f','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:16','2025-05-13 23:37:16',1),
('7a3d114e-d6d2-4ee2-99c4-e1c34dec3a4b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:38:05','2025-05-06 22:29:40',1),
('7b111af3-e001-41a8-af3e-a94cbc257fd5','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course ExerciseFile Added\",\"body\":\"Course ExerciseFile Added\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 18:58:29','2025-05-09 18:58:29',1),
('7b43628a-b2d7-4d26-a6bb-68adf03010dc','App\\Notifications\\GeneralNotification',195,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-03 15:37:41','2025-04-03 15:37:41',1),
('7b80b62c-b1cc-4dca-9109-613b1d982b1f','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-ny-lzraa\",\"id\":44,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 19:23:33','2025-05-06 22:29:40',1),
('7b944e69-2adf-4bb9-8804-389f53a72609','App\\Notifications\\GeneralNotification',114,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:49','2025-01-31 18:12:49',1),
('7bc8a0fe-8540-4c75-859f-e06780600b6c','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:25:14','2025-06-12 20:25:14',1),
('7c2de1aa-9ebc-41b1-9533-badb57035292','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-20 21:25:16','2025-05-06 22:29:40',1),
('7c90a9da-0dd2-4274-bae8-bcb5e6aa3c9b','App\\Notifications\\GeneralNotification',136,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:44','2025-01-31 18:13:44',1),
('7cb0f903-6d5f-41f6-b902-423ef224f02b','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:14','2025-05-13 23:32:14',1),
('7cf93997-df48-4e9e-9bf6-86b5392b0bd3','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ms-k-laalom-lshraay\",\"id\":46,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-24 22:26:38','2025-05-06 22:29:40',1),
('7d0ba2e4-65b3-410c-841d-26ad8f10ea3b','App\\Notifications\\GeneralNotification',109,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/complete-blender-creator-3d-modelling-for-beginners\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-11-29 12:29:18','2024-11-29 12:29:18',1),
('7d1e3cc6-5471-4b19-9295-0c2bd2d831e9','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":75,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:23:08','2025-05-06 22:29:40',1),
('7d9cf948-5388-49d5-a8dc-0417868aa34d','App\\Notifications\\GeneralNotification',125,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:44','2025-01-31 18:13:44',1),
('7dd01c88-062a-4db8-829e-f18d48309485','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:32','2025-05-13 23:36:32',1),
('7df2c521-5100-4331-b7d6-1e410998206c','App\\Notifications\\GeneralNotification',116,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:23','2025-01-31 18:13:23',1),
('7e5e3415-28a7-4d4e-be9d-19651e3d2bab','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:51:06','2025-05-06 22:29:40',1),
('7e616aae-5fbe-4ef1-854c-c30d0511e062','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":84,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:25:45','2025-05-06 22:29:40',1),
('7e9165e3-eeae-4fc1-a8eb-0ef0a72eecd4','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-16 18:01:13','2025-05-16 18:01:13',1),
('7fe60d14-c63a-4ec0-81b4-f95764181121','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lhs-n-lfkry\",\"id\":57,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 22:50:04','2025-05-06 22:29:40',1),
('80de1063-8c13-4755-9e2c-8e56129f2a6f','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-lsl\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:41:13','2025-05-06 22:29:40',1),
('81003243-ef22-4781-b149-4e628d77b68d','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:11:23','2025-05-14 20:11:23',1),
('8123a522-503a-4d80-be83-0dba5227ba67','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lr-baa-l-sto-lndg-o-l-tk-n\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 17:57:33','2025-05-06 22:29:40',1),
('8149fb9b-e037-497e-beb8-75c81869fa58','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:40','2025-05-13 23:31:40',1),
('81a52ba8-90e6-4278-af85-fd9f1cc59a57','App\\Notifications\\GeneralNotification',171,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-28 18:39:30','2025-02-28 18:39:30',1),
('81ccb942-e19a-46a4-862c-f7a180f65c9e','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"+1 Points for each comment\",\"body\":\"+1 Points for each comment\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-16 18:05:08','2025-05-16 18:05:08',1),
('81f0d993-bcd0-432b-9b37-086a8cd98497','App\\Notifications\\GeneralNotification',135,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:08','2025-01-31 18:14:08',1),
('8215a8b5-e41f-4d87-a700-5c333534bdb1','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:54:16','2025-06-12 22:54:16',1),
('82296a69-bf21-4dd8-a4d3-6e7bef107c14','App\\Notifications\\GeneralNotification',152,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-04 17:56:24','2025-02-04 17:56:24',1),
('82422e10-571a-40f5-bf3a-c4f0c73e4ca1','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":85,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:27:16','2025-05-06 22:29:40',1),
('825782ae-d0bf-45ec-8d83-cc4777694874','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:13','2025-05-13 23:37:13',1),
('826aab97-cb23-4ed4-8f6a-a400ebc2c405','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/www.hayattayeba.com\\/courses-details\\/asd\",\"id\":64,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-20 19:50:30','2025-05-06 22:29:40',1),
('826d680c-6322-49f3-835a-c5ffc29433ea','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"+1 Points for each comment\",\"body\":\"+1 Points for each comment\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:07:30','2025-06-12 23:07:30',1),
('828d8559-ffe2-4f77-b66e-46295d03d4e9','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":68,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:37:27','2025-05-06 22:29:40',1),
('830b3274-b0b0-4ddd-97d7-459f3623be28','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":88,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 18:47:10','2025-05-08 18:47:10',1),
('83beec54-f5eb-41a5-b44f-c99a4654b83b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":72,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:19:16','2025-05-06 22:29:40',1),
('83e2c9e6-653d-4641-9864-bd642acfe139','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":41,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 16:57:01','2025-05-06 22:29:40',1),
('83ee1536-1fbc-4bfa-86d6-0a111721b0c9','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 18:38:19','2025-05-08 18:38:19',1),
('8416416f-db16-4bba-81de-cdb2f45fcf62','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:21','2025-05-14 20:12:21',1),
('84459f5b-3cd9-4fcf-b1ff-b4564f586808','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:31:15','2025-05-06 22:29:40',1),
('84466edd-fd71-41e4-a3a5-8a6fce67b7f5','App\\Notifications\\GeneralNotification',133,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:37','2025-01-31 18:13:37',1),
('845838c9-edcb-4dcb-bf09-8ba37e87fd3b','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:08:00','2025-06-12 23:08:00',1),
('8458528f-332a-4a79-b089-250853bc5a03','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:03:09','2025-06-12 23:03:09',1),
('849da653-b7df-4e97-a91c-2500ce278ddb','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":72,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:19:54','2025-05-06 22:29:40',1),
('8590e441-2360-4cf8-a1df-0970177cc067','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-101\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:11:06','2024-12-12 11:11:06',1),
('8595f2e9-bedd-44be-a7ea-fdf1548fded9','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:15:04','2025-05-06 22:29:40',1),
('8596f228-4c86-4632-a3d8-5306f9224423','App\\Notifications\\GeneralNotification',132,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:31','2025-01-31 18:12:31',1),
('85998730-289b-4114-8b37-4076de6537fd','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-29 00:04:05','2025-10-29 00:04:05',1),
('85ca3fca-edb6-423c-beda-cf450db186cb','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:35:36','2025-05-13 23:35:36',1),
('85f11c60-15b2-420f-9659-ff45d454f951','App\\Notifications\\GeneralNotification',190,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-28 08:54:29','2025-03-28 08:54:29',1),
('85f8eee4-ea1e-44bd-af1d-686a71af6b7a','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":68,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:42:27','2025-05-06 22:29:40',1),
('870e8d65-c00b-4477-9273-d58fc8012f20','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:10','2025-05-13 23:37:10',1),
('8747246d-24e2-461c-95e8-cab33cd2cf92','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":85,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:28:18','2025-05-06 22:29:40',1),
('879b3227-8f7c-4bc9-8da9-c80257524b5a','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:11:42','2025-01-31 18:11:42',1),
('87bf0f18-a807-4be4-b6fd-e5a8d495e735','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/agricultural-economics-and-farm-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:29:42','2025-05-13 23:29:42',1),
('87e07d97-aa3c-4847-af08-2aaa4ba52546','App\\Notifications\\GeneralNotification',225,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-24 13:34:10','2025-04-24 13:34:10',1),
('87ed35f2-43c4-4d86-98f2-9c929dc39641','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:01:47','2025-06-12 23:01:47',1),
('87f8eff1-2cbc-47a3-a1b2-ea4be25a097c','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:57:52','2025-06-12 22:57:52',1),
('884151d8-3518-4420-bec7-c7c684611379','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:49:46','2025-10-15 19:49:46',1),
('887fd6ef-e65d-406b-b024-3d8ca9846ca2','App\\Notifications\\GeneralNotification',147,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:10','2025-01-31 18:14:10',1),
('888e847c-244b-418d-87b2-39ece17c600e','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:14','2025-05-14 20:12:14',1),
('88d2da57-14a3-482b-a77e-c71013823a7b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:56:42','2025-05-06 22:29:40',1),
('88e92dec-c0ee-4f38-8254-c6b4948c75c5','App\\Notifications\\GeneralNotification',183,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-16 21:54:10','2025-03-16 21:54:10',1),
('88f30fed-d163-4f16-9a90-0d6bc8800938','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:35:26','2025-06-12 21:35:26',1),
('88fdea8c-746a-442d-9bc5-67556ed41488','App\\Notifications\\GeneralNotification',129,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:53','2025-01-31 18:13:53',1),
('8954a3d7-f1ea-45ce-ab96-dc8390e45f04','App\\Notifications\\GeneralNotification',180,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-13 02:52:22','2025-03-13 02:52:22',1),
('89df5b44-c5d8-4e10-a2dc-ef2fa716f4fc','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/painting-techniques-and-styles\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:19','2025-05-13 23:30:19',1),
('8a28b4f1-47b4-4e38-9b55-52d7f03e1d5a','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:10:10','2025-06-12 23:10:10',1),
('8a6cd1bd-43fd-4d71-9454-5a688205ec8d','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-l-ol-lzraa\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-06 21:52:49','2025-05-06 22:29:40',1),
('8a85f123-9cf8-4f3b-9c0a-87e2e28f0380','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/painting-techniques-and-styles\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:20','2025-05-13 23:30:20',1),
('8ae90114-74d7-41ee-ac4b-b8245262a4e0','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":71,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:07:07','2025-05-06 22:29:40',1),
('8b05c110-23b3-430e-a681-f58759a66cc6','App\\Notifications\\GeneralNotification',109,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/managerial-accounting-advance-course\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-11-29 12:29:17','2024-11-29 12:29:17',1),
('8b3d03a6-3aad-4c3b-93b5-c1a835c77ee8','App\\Notifications\\GeneralNotification',124,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:14','2025-01-31 18:13:14',1),
('8b5991d7-7582-4ac6-8d93-7b673ef8f49a','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:27','2025-05-13 23:32:27',1),
('8b84a685-f8dc-4f5d-8281-6009c8a277ff','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/brn-mg-lnmo-ltyb\",\"id\":48,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 01:23:36','2025-05-06 22:29:40',1),
('8b9349de-396b-429b-9ee2-c0d5da373433','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/l-thk-r-o-l-or-d\",\"id\":50,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 21:21:31','2025-05-06 22:29:40',1),
('8ba1ceb7-b34a-4c62-9e37-c68c5c85c729','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/l-ntl-k\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-03 19:13:22','2025-05-06 22:29:40',1),
('8bdaf244-8f32-4ce6-89fd-a115a499446d','App\\Notifications\\GeneralNotification',227,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-26 09:11:39','2025-04-26 09:11:39',1),
('8be5525d-a1d1-4b4e-9de0-5a7b4b690777','App\\Notifications\\GeneralNotification',211,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-13 20:39:29','2025-04-13 20:39:29',1),
('8c3a4c58-ea1f-4d70-b235-af8b5ed3f55d','App\\Notifications\\GeneralNotification',116,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-24 02:47:59','2024-12-24 02:47:59',1),
('8c46b8a9-3533-4023-8a44-ac952c1d0947','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 18:28:55','2025-05-09 18:28:55',1),
('8c749d47-b3b8-43c9-bc3e-24f23ce678d4','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/laravel-10-php-framework-dor-l-r-fyl-oyb\",\"id\":36,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-09 11:40:11','2025-05-06 22:29:40',1),
('8c88321f-76a3-4b03-9fe5-47f0bc041cfa','App\\Notifications\\GeneralNotification',187,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-23 00:34:27','2025-03-23 00:34:27',1),
('8cdb08b5-202f-4e62-9038-8ae192ac3d09','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:53:26','2025-05-06 22:29:40',1),
('8d72bfaf-ab79-4b45-810e-76c187e2b0f7','App\\Notifications\\GeneralNotification',139,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:15','2025-01-31 18:14:15',1),
('8d78e468-b98e-4800-8109-694842c46761','App\\Notifications\\GeneralNotification',147,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:35','2025-01-31 18:14:35',1),
('8db6dd9a-e412-4f88-9b91-879e04949bb1','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:56:37','2025-10-28 23:56:37',1),
('8dc6e8a7-a9ed-4f8e-ae16-d91b988be26e','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:57','2025-05-13 23:30:57',1),
('8e63f83e-bb8c-4752-8d34-c30a0b9f4246','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":90,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 20:40:10','2025-05-08 20:40:10',1),
('8e83cbe6-695f-4f8a-ac7a-bb12a4ac6fb9','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:55:57','2025-06-12 22:55:57',1),
('8f4e168e-f744-4601-8025-e8f26f433152','App\\Notifications\\GeneralNotification',217,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-19 13:01:02','2025-04-19 13:01:02',1),
('8f9fb878-a80d-4073-8e0e-1955205f9823','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-16 18:05:50','2025-05-16 18:05:50',1),
('8fb89340-e120-4416-942a-cc57a4393451','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 18:55:40','2025-05-06 22:29:40',1),
('900dc699-534c-4764-8cb8-78f73c158e9e','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":66,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:11:38','2025-05-06 22:29:40',1),
('908dc477-91c1-4233-a684-97d6a2238ec4','App\\Notifications\\GeneralNotification',132,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:34','2025-01-31 18:13:34',1),
('90ddeb01-246d-4d87-b3df-4d6c532e923d','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:49:30','2025-06-12 22:49:30',1),
('9133a194-caf6-437f-aa94-95a65bd17ffd','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:46','2025-05-13 23:30:46',1),
('916d2046-2ecb-4413-bde9-740f6c3d8b47','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:10','2025-05-13 23:32:10',1),
('918b3fe9-020c-4c0c-a63b-83694bcfd9ec','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-16 18:02:34',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-16 18:01:56','2025-05-16 18:02:34',1),
('91b4e83f-e48e-4c96-a44d-f2acf3924191','App\\Notifications\\GeneralNotification',131,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-07 20:11:36','2025-01-07 20:11:36',1),
('91f506c2-021c-4d2d-9307-a061d34ce206','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 21:30:30','2025-05-06 22:29:40',1),
('92ad1c4f-cf1a-4602-bda3-3a97bcf2ce5f','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :28th Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:55:46','2025-10-28 23:55:46',1),
('933a2c25-752a-49b7-a05f-baee8d72432b','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:49:30','2025-06-12 22:49:30',1),
('93815157-799a-469a-bb90-b93354155d16','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":91,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:44:10','2025-10-15 19:44:10',1),
('93a1ef36-699e-4d9f-9ef6-78cd17fc3ee5','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :28th Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:54:39','2025-10-28 23:54:39',1),
('93d6e6b4-41c0-4994-8d70-39fd3fbcedbc','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":92,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 18:38:23','2025-05-09 18:38:23',1),
('93e5a843-0e37-43b3-8c8b-439e19741c1c','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:24','2025-05-13 23:31:24',1),
('93f187a5-479f-41f3-9af2-0af29d7128f2','App\\Notifications\\GeneralNotification',185,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-18 22:41:27','2025-03-18 22:41:27',1),
('9426acaf-18d3-46ce-b2d1-74b24959dda8','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":75,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:49:13','2025-05-06 22:29:40',1),
('943a3b68-17bf-46e7-bed5-91f72e72d0de','App\\Notifications\\GeneralNotification',145,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:30','2025-01-31 18:14:30',1),
('944a5fa3-5623-4165-9f0d-e02e38dac2f7','App\\Notifications\\GeneralNotification',154,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-06 18:21:23','2025-02-06 18:21:23',1),
('947b1e8d-b049-44f9-b19d-8d23a1db3fec','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:08','2025-05-13 23:34:08',1),
('947f3b93-174b-4511-bf07-c3523e3c9205','App\\Notifications\\GeneralNotification',220,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-21 00:44:08','2025-04-21 00:44:08',1),
('949cb470-8a36-44dd-aeba-5e2417667be2','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/sol-lfkh-l-sl-my\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 22:42:02','2025-05-06 22:29:40',1),
('94bee599-66a3-47bf-8152-d579d5600cee','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:34','2025-05-13 23:31:34',1),
('94c31c86-8505-4d0b-8e94-c6c221534a51','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:53:29','2025-10-15 19:53:29',1),
('94e674b4-e487-4bdd-abe0-3be212f2962b','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 17:56:48','2025-10-15 17:56:48',1),
('94ffd36a-46d3-4343-be0e-8b2550871642','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":71,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:13:30','2025-05-06 22:29:40',1),
('9506d3e7-f69f-472c-bcfd-e860415a236f','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:05:36','2025-06-12 23:05:36',1),
('952b5741-ffb6-4038-977d-e23d4a1805d0','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v2\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:10:55','2025-05-14 20:10:55',1),
('95353658-f5a0-45c4-af0a-077c8ae533f4','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:07:02','2025-06-12 23:07:02',1),
('959db5ba-8a98-4b4e-b9af-e7a580f353d0','App\\Notifications\\GeneralNotification',119,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-26 20:33:46','2024-12-26 20:33:46',1),
('95c0b3c8-0142-4221-94c8-52bbc602b664','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ass-ltl-o-lshyh\",\"id\":83,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:15:00','2025-05-06 22:29:40',1),
('95c3981b-5255-4637-ae28-5d219b6c15a7','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:36:25','2025-06-12 21:36:25',1),
('95c7481d-8a50-41e7-8261-1dee688a0a09','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/laravel\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-03 10:50:50','2025-05-06 22:29:40',1),
('95e58481-5e84-4dd4-83e2-6626f1f8ba21','App\\Notifications\\GeneralNotification',164,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-20 05:00:12','2025-02-20 05:00:12',1),
('967405bf-996c-4524-927e-70ff7c395c2f','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:12','2025-05-13 23:34:12',1),
('967d096c-3795-467b-bc15-48921c5e0b6c','App\\Notifications\\GeneralNotification',229,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-27 07:18:37','2025-04-27 07:18:37',1),
('96af0326-bb42-475d-a373-56ca6b3dcff2','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:41','2025-01-31 18:12:41',1),
('971417cc-259e-4450-a4bc-4832ece4ab56','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:51:32','2025-05-06 22:29:40',1),
('974b8f59-1fc9-4604-a4c8-84cf903beb38','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-06 14:36:41','2024-12-06 14:36:41',1),
('9752db2b-aa07-4ae3-9b04-403f0bb0af3a','App\\Notifications\\GeneralNotification',176,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-08 08:41:22','2025-03-08 08:41:22',1),
('97df9e4c-da5e-4649-bc2e-942615c6300a','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:26:18','2025-06-12 20:26:18',1),
('97e1d16c-ad3b-4556-9120-b19e965ab4a9','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":72,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:16:34','2025-05-06 22:29:40',1),
('980a73dd-a57b-4070-bab9-00bfe447f5c7','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :14th May, 2025and Time is :12:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:27:03','2025-06-12 20:27:03',1),
('9812adb2-86a5-45b6-98cd-aa6ae74435a1','App\\Notifications\\GeneralNotification',188,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-23 15:40:35','2025-03-23 15:40:35',1),
('9889046a-003c-43ac-a97c-c747b23a1308','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-lzk-o-lsom-o-lhg\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:40:30','2025-05-06 22:29:40',1),
('98b5fd39-f29b-44ae-83b5-42729faad8a2','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-16 18:07:43','2025-05-16 18:07:43',1),
('98beea22-13b5-4c1a-81ec-57cd9c377d46','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-03 11:02:18','2025-05-06 22:29:40',1),
('98d745b1-c34d-416b-9015-7b1db3fb70ce','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/brn-mg-lnmo-ltyb\",\"id\":48,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-06 19:12:34','2025-05-06 22:29:40',1),
('99130a1c-33fe-453d-9198-3b454ae5ccca','App\\Notifications\\GeneralNotification',166,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-22 07:41:17','2025-02-22 07:41:17',1),
('9973a4ff-8040-4933-b6a0-b9387f1225af','App\\Notifications\\GeneralNotification',182,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-16 04:54:41','2025-03-16 04:54:41',1),
('99873a8e-e3a4-49f5-83cb-f7c853f352ab','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:44:40','2025-05-06 22:29:40',1),
('99cb440e-e6ef-4a3a-ac4b-17dd1f314bde','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:54:50','2025-06-12 22:54:50',1),
('99f78cdc-be07-435e-a9af-b68a39771f0c','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:43:41','2025-05-06 22:29:40',1),
('9a3dc933-d1a9-4f65-aee3-bb3cffeeaff6','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":91,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 17:52:26','2025-05-09 17:52:26',1),
('9b586834-9706-4d34-8dc8-42b46b347cdb','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:53:43','2025-05-06 22:29:40',1),
('9b6e30f1-1d3a-4067-93eb-acd15ee9f4bc','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:52:26','2025-05-06 22:29:40',1),
('9be47ca4-8f84-47f6-8d9a-d169a9c0608b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:55:54','2025-05-06 22:29:40',1),
('9c399a0e-71a0-46fa-adfe-0c93cb0895ec','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:07:30','2025-06-12 23:07:30',1),
('9c614e50-01e4-43a9-8e9f-b4bc257d1ac9','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-3\",\"id\":70,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 17:31:22','2025-05-06 22:29:40',1),
('9c6d3672-93fa-4c38-8337-349d92e05ec8','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/painting-techniques-and-styles\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:18','2025-05-13 23:30:18',1),
('9c86f243-23e8-4955-bb1b-33085bb50282','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:40:34','2025-06-12 21:40:34',1),
('9c9efc0d-d43d-4ba1-9bd1-a2f3f1ae1832','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-ny-lzraa\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 19:23:06','2025-05-06 22:29:40',1),
('9ccedb13-4fae-4c06-8345-1b6f4fae57e1','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:02:01','2025-06-12 23:02:01',1),
('9ce1d363-541d-46ad-ae02-d0a5f88cec62','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:56:16','2025-05-06 22:29:40',1),
('9d0276b2-cf1b-4d2a-a498-efd6ecba7307','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:09','2025-05-14 20:12:09',1),
('9d4385dd-ba42-46a4-90e8-063a785fbbcb','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":68,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:39:19','2025-05-06 22:29:40',1),
('9d4e9100-45df-496e-8efc-5feea8836166','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:35:01','2025-05-06 22:29:40',1),
('9d5df7b4-d127-4bd9-9a80-1b02b6497656','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:50','2025-05-13 23:34:50',1),
('9d645aa1-6612-4d23-80a3-2f264fba876f','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":91,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 17:53:37','2025-05-09 17:53:37',1),
('9d909426-ba47-4c77-b085-16f9a4c93f4f','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:25:14','2025-06-12 20:25:14',1),
('9dbe28d0-b202-43fd-bd88-512c1e090222','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-09 13:15:42','2025-05-06 22:29:40',1),
('9dd327c2-428f-4232-af6e-ee7db1dbe1d5','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:47','2025-05-13 23:34:47',1),
('9e0f1a56-d3ba-481a-9658-a4e0f18aa523','App\\Notifications\\GeneralNotification',143,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:56','2025-01-31 18:12:56',1),
('9e465dcc-c910-4af3-a28e-b1200a42b513','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":66,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:22:08','2025-05-06 22:29:40',1),
('9ee7f19d-b3fa-4fee-889e-c225fd959ce8','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 17:56:54','2025-10-15 17:56:54',1),
('9ef5e2a2-1964-4e6f-a72a-6ed4afce7e0c','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lhs-n-lfkry\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 22:49:19','2025-05-06 22:29:40',1),
('9f2dc5f7-4d09-449d-a295-1f6ef0d078f3','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ss-ltl-o-lshyh\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 20:56:32','2025-05-06 22:29:40',1),
('9f3df4dd-22e0-4663-bafb-64648e1d84f9','App\\Notifications\\GeneralNotification',120,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-27 21:11:51','2024-12-27 21:11:51',1),
('9f80fea5-5f18-432e-8def-172d94a7f821','App\\Notifications\\GeneralNotification',134,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:36','2025-01-31 18:12:36',1),
('9fd409f9-d0c0-4ef5-a493-d64dd6a2b13c','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":84,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:21:20','2025-05-06 22:29:40',1),
('9fd970f1-43d8-44c5-962f-9c595659f5c9','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ko-aad-kly-fy-ah-dyth-nboy\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:51:58','2025-05-06 22:29:40',1),
('a021364b-a46a-4840-bfa4-a4eb6a6f4426','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-3\",\"id\":70,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 17:30:52','2025-05-06 22:29:40',1),
('a061f9eb-ac31-43de-99e8-c336f11616f7','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:49:50','2025-05-06 22:29:40',1),
('a07870f6-aaea-4dd3-b5ce-c4adcc1b0bd4','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-3\",\"id\":70,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 17:31:56','2025-05-06 22:29:40',1),
('a080ce9c-989e-454b-aaa3-f8f03ff1a06b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-3\",\"id\":70,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 17:33:55','2025-05-06 22:29:40',1),
('a0da1046-5d9c-45ad-af0e-7594c5e82c5a','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:26:18','2025-06-12 20:26:18',1),
('a11fc730-efe8-4802-b24f-e4ff5d2f05f1','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:55:43','2025-06-12 22:55:43',1),
('a13878c0-a355-494f-a536-c5a38057631d','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:53:14','2025-06-12 22:53:14',1),
('a155fa0e-6274-4b0c-a8f8-2e12147dafe8','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/sol-lfkh-l-sl-my\",\"id\":56,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 22:43:34','2025-05-06 22:29:40',1),
('a1565951-8903-48bb-9808-a7e5f656f25d','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :28th Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:55:46','2025-10-28 23:55:46',1),
('a17497a2-ba7e-452d-a631-a9d641598c4f','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:11:07','2025-06-12 23:11:07',1),
('a1751861-b4a9-4c7e-8607-f940d84aa961','App\\Notifications\\GeneralNotification',110,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/creating-3d-environments-in-blender\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-11-29 12:32:07','2024-11-29 12:32:07',1),
('a215b25f-d76f-49dd-90e5-a160baec31f4','App\\Notifications\\GeneralNotification',140,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:50','2025-01-31 18:12:50',1),
('a21c455a-1f18-4e8f-98c0-cc701b28ae30','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/painting-techniques-and-styles\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:14','2025-05-13 23:30:14',1),
('a25f2cdc-d646-4d71-9cab-8ddcf0c80a08','App\\Notifications\\GeneralNotification',134,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:39','2025-01-31 18:13:39',1),
('a27a4822-5ecf-4ed8-8ec0-a8feb9ad9f22','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:48:01','2025-06-12 22:48:01',1),
('a2cc4f9e-37a9-497f-8ee8-54c693699f25','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:34:02','2025-05-06 22:29:40',1),
('a2e607b8-33ae-4665-b3f0-a0ce24df662a','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":71,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:07:40','2025-05-06 22:29:40',1),
('a2ffb883-be68-4b72-8786-4bdf68f173b3','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:36:25','2025-06-12 21:36:25',1),
('a30a636c-64bf-4b53-9e7b-28279f3cf067','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:53:33','2025-10-15 19:53:33',1),
('a3233c51-52fe-41a3-b357-eab5b3fd059b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my\",\"id\":48,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 21:26:29','2025-05-06 22:29:40',1),
('a345f070-32d1-450e-9ade-f1147f6bcfe3','App\\Notifications\\GeneralNotification',167,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-24 01:15:52','2025-02-24 01:15:52',1),
('a3ba52e5-93c0-4593-b8dc-ec16a977e443','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:41:07','2025-06-12 21:41:07',1),
('a437e782-b5fe-4db7-8fb4-8e37977b7d68','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":41,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 17:28:15','2025-05-06 22:29:40',1),
('a472a390-f0e3-4edb-9c25-ccad727fdeda','App\\Notifications\\GeneralNotification',119,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:11:59','2025-01-31 18:11:59',1),
('a4931983-d271-4dda-9b90-48a941c8e2cc','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/brn-mg-lnmo-ltyb\",\"id\":48,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-06 19:12:18','2025-05-06 22:29:40',1),
('a5897b8e-3ff9-445e-ae98-443cd05d48ef','App\\Notifications\\GeneralNotification',215,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-17 15:22:08','2025-04-17 15:22:08',1),
('a5c28b30-173d-4de5-ad4e-9c74503f9ccc','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:11:22','2025-05-14 20:11:22',1),
('a5d47b56-76c5-43bb-81c4-f91fea8d02c0','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:36:25','2025-06-12 21:36:25',1),
('a60c5bae-0e85-43bb-a4d5-a0977c36da9e','App\\Notifications\\GeneralNotification',113,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-103\",\"id\":39,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:32:53','2024-12-12 11:32:53',1),
('a6b61eb5-c06a-4c96-ae04-dea2dfada9a7','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ass-ltl-o-lshyh\",\"id\":83,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:15:34','2025-05-06 22:29:40',1),
('a6cdc10e-4ff9-46f4-b230-03cc54361968','App\\Notifications\\GeneralNotification',181,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-14 13:18:55','2025-03-14 13:18:55',1),
('a6eac5fa-e416-430b-bae3-1658f9f9d0c3','App\\Notifications\\GeneralNotification',123,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:08','2025-01-31 18:12:08',1),
('a756bbf8-e6ce-4306-813b-51da5caeb301','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":91,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:44:04','2025-10-15 19:44:04',1),
('a7d3be94-3e80-4daf-9d32-8764a301aa6d','App\\Notifications\\GeneralNotification',116,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:54','2025-01-31 18:12:54',1),
('a82bff7b-59a2-4263-bfcd-a169c7c10b22','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:25:14','2025-06-12 20:25:14',1),
('a84e0eb1-715b-4103-a72f-08910111b83e','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ms-k-laalom-lshraay\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-18 22:03:04','2025-05-06 22:29:40',1),
('a84f014c-3b75-4818-af27-d1b93955dead','App\\Notifications\\GeneralNotification',128,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:50','2025-01-31 18:13:50',1),
('a8b5c1cd-4564-4575-a4a0-ac9b42c9e90e','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:56','2025-05-13 23:30:56',1),
('a90d8c99-b2d8-4e32-b602-33f88e0d4d1d','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:25:14','2025-06-12 20:25:14',1),
('a9ac0aaf-8153-4dec-a9d5-5120e0d1741b','App\\Notifications\\GeneralNotification',144,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:03','2025-01-31 18:14:03',1),
('a9b5027a-41e3-4dca-ad61-e1c21e48b250','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/aaal-m-lsh-b\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:27:42','2025-05-06 22:29:40',1),
('a9ba4eeb-cc85-47b5-b9a2-16b4d776a1af','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:38:15','2025-05-06 22:29:40',1),
('a9bfbe78-0190-4417-b3c4-45c39f849003','App\\Notifications\\GeneralNotification',167,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-24 01:17:23','2025-02-24 01:17:23',1),
('aa1c793b-6fe4-474e-9e99-50169d7170eb','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:43:13','2025-05-06 22:29:40',1),
('aa41d6ec-cac9-49ad-afd5-6c1a8667d802','App\\Notifications\\GeneralNotification',183,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-16 21:52:27','2025-03-16 21:52:27',1),
('aa6fd7a2-f7f7-4ca3-a882-c5b71aad84c7','App\\Notifications\\GeneralNotification',115,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-23 07:05:33','2024-12-23 07:05:33',1),
('aa7b9f2e-81bc-47e1-9bb8-6ae4a9a1d12c','App\\Notifications\\GeneralNotification',204,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-08 00:56:31','2025-04-08 00:56:31',1),
('aa9de202-83d2-4235-8bc1-a8a17592e249','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/l-stshr-k\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 23:07:51','2025-05-06 22:29:40',1),
('ab103ae5-f90d-4fe5-ba1e-fdbc312d46d7','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:11','2025-05-13 23:37:11',1),
('ab4ef665-b863-4796-ae88-a0c06edefdd8','App\\Notifications\\GeneralNotification',113,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:34:22','2024-12-12 11:34:22',1),
('ab654ce4-ff5e-4185-ba59-b79c1aa56171','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:49:37','2025-10-15 19:49:37',1),
('ab824f13-1a26-4964-9df8-1ac4c17e332f','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ms-k-laalom-lshraay\",\"id\":46,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-24 22:38:49','2025-05-06 22:29:40',1),
('abf3fe56-3a35-4ee9-80c8-a206bc5c7890','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:15','2025-05-13 23:36:15',1),
('ac4170b4-fa5b-45bf-a3fd-8561fd2c9156','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:03:35','2025-06-12 23:03:35',1),
('ac4fa51c-dda2-47c3-9faf-2ece7ec6fcc8','App\\Notifications\\GeneralNotification',178,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-09 18:38:35','2025-03-09 18:38:35',1),
('ad36c1ba-c9ab-4ff4-acb7-b6bb6c1310ef','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:17','2025-05-14 20:12:17',1),
('ad6c97ba-e9e7-4807-8dfd-b7f9728609f9','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":65,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:25:22','2025-05-06 22:29:40',1),
('ad6e7929-36cb-4a36-a460-dbb285115279','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:26:18','2025-06-12 20:26:18',1),
('ad6f09ba-be20-4b91-bd76-a242051be2a5','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :1st Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:57:58','2025-10-28 23:57:58',1),
('ad77d2bc-5e2b-4684-947a-668851f99bf5','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:53:25','2025-10-15 19:53:25',1),
('ad9410f7-13d4-4b48-b318-cbb6e49f8f73','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:35','2025-05-13 23:36:35',1),
('add042ba-ca99-42bc-bd8f-62d250006fff','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":84,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:21:51','2025-05-06 22:29:40',1),
('addcdc59-d85c-4239-9549-f525be71d78e','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:25:14','2025-06-12 20:25:14',1),
('ade13750-e7b2-4d5d-af63-5096cace7e5b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":75,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:58:46','2025-05-06 22:29:40',1),
('ae470062-59bd-4d88-a78c-d63b8047304b','App\\Notifications\\GeneralNotification',179,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-11 06:40:48','2025-03-11 06:40:48',1),
('aeafddeb-d60f-4b50-a130-aa20aa828aa9','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:48','2025-05-13 23:34:48',1),
('af40f6fa-4b2c-428c-8b11-bfe6549c126c','App\\Notifications\\GeneralNotification',180,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-13 02:50:56','2025-03-13 02:50:56',1),
('af89d31a-0202-4f23-9eda-d69f822f2243','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Payout Request\",\"body\":\"Payout Request\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:06:54','2025-06-12 20:06:54',1),
('b0328512-a468-490b-9176-6978cac040ad','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:54:58','2025-05-06 22:29:40',1),
('b03f8753-414f-4a59-9371-7c2b412fa1f4','App\\Notifications\\GeneralNotification',164,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-20 04:58:49','2025-02-20 04:58:49',1),
('b05fc79e-30ab-41fc-b856-a289ac96c77a','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Offline Payment Request Approved\",\"body\":\"Offline Payment Request Approved\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-19 22:51:24','2025-05-19 22:51:24',1),
('b062e382-31fd-42ff-91f7-4a4d7f4929c2','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v2\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:10:58','2025-05-14 20:10:58',1),
('b06e6a2b-3f71-4f56-be52-d611d8a56de9','App\\Notifications\\GeneralNotification',117,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-25 05:16:54','2024-12-25 05:16:54',1),
('b07fd43f-fb8a-444f-a451-8c5ba5532823','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/complete-blender-creator-3d-modelling-for-beginners\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-06 14:10:06','2024-12-06 14:10:06',1),
('b0851e7b-dbb8-48fe-9e5f-9dcfa5cc5a39','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:26:18','2025-06-12 20:26:18',1),
('b0c8bc1a-2b75-4f04-b22e-b7af44ecf168','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-29 17:01:39','2025-10-29 17:01:39',1),
('b0e36c70-3c5b-4c9e-8ba6-913f025f3015','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":88,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 18:44:59','2025-05-08 18:44:59',1),
('b0eec1a2-6013-4306-84c7-e3b3c0705cf6','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:25','2025-05-13 23:36:25',1),
('b10a0077-fcc9-421a-a778-240ec43ed320','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 17:56:51','2025-10-15 17:56:51',1),
('b17ae309-3df8-433f-a6af-00314b7e6a78','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/agricultural-economics-and-farm-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:29:48','2025-05-13 23:29:48',1),
('b23fcf01-a894-47c1-bba7-a74ba9ac7940','App\\Notifications\\GeneralNotification',112,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:26:13','2024-12-12 11:26:13',1),
('b27784fa-efe5-4647-b27c-dacf6099bf4e','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:55:09','2025-05-06 22:29:40',1),
('b28ea55d-6382-4821-aad1-5871bba70d5e','App\\Notifications\\GeneralNotification',170,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-26 20:38:48','2025-02-26 20:38:48',1),
('b2e97e8d-ca78-4e88-80be-4812ff1cd15a','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:23','2025-05-13 23:36:23',1),
('b2fcfc31-41b1-466e-a836-c14f338ca775','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:03','2025-05-13 23:37:03',1),
('b32870d9-ddf2-4157-822e-54aa7b5e1a35','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v2\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:10:54','2025-05-14 20:10:54',1),
('b3667324-c6f2-4ac4-9219-7a6b2590351a','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:49:39','2025-10-15 19:49:39',1),
('b3a6afd5-9d91-4a48-982d-ff20fa5b9b01','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":65,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:27:58','2025-05-06 22:29:40',1),
('b3b39820-a535-42da-8a4c-cb71986f1f8f','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:33:05','2025-05-13 23:33:05',1),
('b3f0c872-4f30-4317-8e08-985f310d2ef5','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:53','2025-05-13 23:30:53',1),
('b46539e0-1200-4592-bc03-169055fa5e1b','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:29','2025-05-13 23:36:29',1),
('b4fc8984-d944-4d75-8dcf-bdc8e19a66fc','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tgrb\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:30:56','2025-05-06 22:29:40',1),
('b5a59353-3fdc-4195-8572-1c9e244aa298','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:11:25','2025-05-14 20:11:25',1),
('b6a02755-7fc7-4df0-b1c3-1e469895ebef','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ms-k-fkr\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-18 22:07:38','2025-05-06 22:29:40',1),
('b6c4918d-f443-45ca-8cfd-62779314df74','App\\Notifications\\GeneralNotification',118,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:28','2025-01-31 18:13:28',1),
('b70838e2-bb6c-4c7e-9161-fd9174800871','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:34:36','2025-06-12 22:34:36',1),
('b7107e68-7d5e-489c-a06f-34e47dc7c08d','App\\Notifications\\GeneralNotification',163,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-18 19:15:38','2025-02-18 19:15:38',1),
('b73f88d1-3ce9-42cc-b4c6-adaedb24a853','App\\Notifications\\GeneralNotification',122,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:37','2025-01-31 18:13:37',1),
('b836caeb-08d9-4dfe-97bd-fd0c08558d6a','App\\Notifications\\GeneralNotification',171,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-28 18:38:15','2025-02-28 18:38:15',1),
('b840bc08-d72a-42e6-93cb-0fa965ce8fbb','App\\Notifications\\GeneralNotification',129,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:23','2025-01-31 18:12:23',1),
('b8ae1c83-f919-44d0-bf65-af701f8b5945','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:31:53','2025-05-06 22:29:40',1),
('b8ffb0c8-0f35-4305-a456-7605a1996103','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-lsl\",\"id\":80,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:41:40','2025-05-06 22:29:40',1),
('b985d3b4-4119-4fa7-9a8e-7543c724dba0','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Payout Request\",\"body\":\"Payout Request\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}','2025-12-19 23:26:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:23:22','2025-12-19 23:26:57',1),
('b9aca2ee-585a-4e7a-bb7e-6e3fe6eec3c2','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":66,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:20:13','2025-05-06 22:29:40',1),
('b9ee7068-5d0e-4cb2-8f2a-365679a232ef','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:56:55','2025-05-06 22:29:40',1),
('b9f82186-7645-4cb7-8bdb-a919d4e84abf','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:11:20','2025-05-14 20:11:20',1),
('ba29124d-617b-4f07-8b9c-e2a49d0ada2a','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:20','2025-05-13 23:31:20',1),
('ba4985fb-b6ec-4e86-aa90-a3eda9854aae','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:18','2025-05-14 20:12:18',1),
('ba65ee1a-4fc2-473d-bcd6-9dc2a7dcc118','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-16 18:01:04',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 23:01:24','2025-05-16 18:01:04',1),
('ba815ce6-9e92-4093-949d-af92a18223dc','App\\Notifications\\GeneralNotification',134,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:05','2025-01-31 18:14:05',1),
('bb324af2-e3f5-430e-a6f1-37e532832873','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :1st Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:57:58','2025-10-28 23:57:58',1),
('bb6405c7-1bf8-4f1a-972f-7e255be33a40','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:33:03','2025-05-13 23:33:03',1),
('bbc3259e-815d-4a74-bc3f-9853decf2ba3','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:15:40','2025-05-06 22:29:40',1),
('bbed9fbf-07eb-49e8-b529-5846f6f2106f','App\\Notifications\\GeneralNotification',173,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-03 14:44:09','2025-03-03 14:44:09',1),
('bc2e457c-0cbe-4973-b697-56351c2fe9c5','App\\Notifications\\GeneralNotification',219,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-20 20:21:08','2025-04-20 20:21:08',1),
('bc302788-ea40-4dc0-a3e6-f8c92f04cfe5','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-l-ol-lzraa\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-04 20:42:05','2025-02-04 20:42:05',1),
('bc51fd2c-8583-430c-ad6f-219dbc81d10c','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :28th Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:55:46','2025-10-28 23:55:46',1),
('bc5bf66b-51b3-47dc-ada3-84bd2ce9be22','App\\Notifications\\GeneralNotification',200,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-05 18:48:09','2025-04-05 18:48:09',1),
('bc6cbf3c-d471-4904-9aa3-d73a2b300969','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:47:31','2025-05-06 22:29:40',1),
('bcac1e5e-9367-4500-a413-e454edf28cd2','App\\Notifications\\GeneralNotification',223,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-22 09:55:35','2025-04-22 09:55:35',1),
('bcedddd2-6167-4747-93fc-e632075cd504','App\\Notifications\\GeneralNotification',122,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:09','2025-01-31 18:13:09',1),
('bd3169ee-739f-47c9-a806-831023c103b7','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":71,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:06:36','2025-05-06 22:29:40',1),
('bdd8e731-c20b-45fd-945e-5e7a99e08782','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:49:44','2025-10-15 19:49:44',1),
('bddb47c2-ef30-468a-8cb9-d54a9363a81d','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":85,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:28:47','2025-05-06 22:29:40',1),
('be2ef47a-265e-4636-a1df-4c10a571f07f','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:53:26','2025-10-15 19:53:26',1),
('bece757d-1bdc-4eeb-91f0-1d11128997f7','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:46','2025-05-14 20:12:46',1),
('bf0f815e-bf92-4159-b84a-df566e46c4c4','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:09','2025-05-13 23:37:09',1),
('bf13effe-7fd6-4ef6-9ce5-730452d1b37a','App\\Notifications\\GeneralNotification',118,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:00','2025-01-31 18:13:00',1),
('bf48d1e6-8533-4b8b-bb85-0d4ec021e30d','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:05','2025-05-13 23:34:05',1),
('bf6014d8-3fe5-423a-bc7e-da9f9a7f703b','App\\Notifications\\GeneralNotification',146,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:02','2025-01-31 18:13:02',1),
('bfc3ce76-e4a9-4286-8404-61e48bafb163','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:53:04','2025-05-06 22:29:40',1),
('c0075d96-383e-4930-a00d-5d4828c9779e','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/painting-techniques-and-styles\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-07 23:16:13','2025-05-07 23:16:13',1),
('c0129b84-4aaf-40eb-9d84-c65fbba16898','App\\Notifications\\GeneralNotification',191,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-28 21:07:12','2025-03-28 21:07:12',1),
('c0190623-82c6-40fd-b788-8ad7c95e1c34','App\\Notifications\\GeneralNotification',143,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-22 19:00:58','2025-01-22 19:00:58',1),
('c06ad850-18fc-4538-a545-8eaaf6611960','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:35:40','2025-06-12 22:35:40',1),
('c07b6a59-b694-4768-928e-78cd8bca24ba','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-lsl\",\"id\":80,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:48:59','2025-05-06 22:29:40',1),
('c0b4e969-616d-4442-8ded-5cd4d1962473','App\\Notifications\\GeneralNotification',133,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-10 00:45:52','2025-01-10 00:45:52',1),
('c0cc07b5-ffa8-45ac-817c-e2b4bea104fa','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:49:30','2025-06-12 22:49:30',1),
('c0e5f429-cc5b-4051-8586-ecad10e306e9','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:16:06','2025-06-12 23:16:06',1),
('c0fc3050-2f70-4d78-8dd5-e367aa55cd20','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":66,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:07:50','2025-05-06 22:29:40',1),
('c14254bc-b4f7-4ebf-a960-aa0953189141','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:21','2025-05-13 23:31:21',1),
('c1531fdf-c70a-4e68-b71f-316ddb12fad8','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/sol-lfkh-l-sl-my\",\"id\":56,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 22:42:23','2025-05-06 22:29:40',1),
('c20d5fc3-d050-43d2-b287-7ac1100075a5','App\\Notifications\\GeneralNotification',231,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-28 16:15:38','2025-04-28 16:15:38',1),
('c241d32d-2b7e-4f4a-8664-cb6c5450a3e9','App\\Notifications\\GeneralNotification',135,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:41','2025-01-31 18:13:41',1),
('c273c2e0-e613-4a42-b9bb-11b9dd65ac5e','App\\Notifications\\GeneralNotification',216,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-18 23:33:34','2025-04-18 23:33:34',1),
('c2f13e22-5c70-4215-98f2-e9f9f55589c4','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:25','2025-05-13 23:32:25',1),
('c2f9d22f-174c-4fb9-bdf6-8c8ee7e7d9db','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v2\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:10:59','2025-05-14 20:10:59',1),
('c310c2ea-ae29-4c5d-b592-33358e027727','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ms-k-laalom-lshraay\",\"id\":46,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-24 21:59:25','2025-05-06 22:29:40',1),
('c3a16da1-1ac1-43b6-9ad2-4ffe3d686363','App\\Notifications\\GeneralNotification',199,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-05 11:26:22','2025-04-05 11:26:22',1),
('c3b2c87e-2e1b-4a83-99a9-10f2e22dcb06','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"+1 Points for each comment\",\"body\":\"+1 Points for each comment\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 23:01:24','2025-05-14 23:01:24',1),
('c4bc6b99-2d32-44c4-b82a-19f9a1d6f1c5','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:05:30','2025-05-06 22:29:40',1),
('c4d8128a-729f-4afb-a061-a941ff586c25','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:35:33','2025-05-13 23:35:33',1),
('c505f540-c495-452c-a5ea-9f3bc86cd154','App\\Notifications\\GeneralNotification',189,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-24 08:26:33','2025-03-24 08:26:33',1),
('c5d28247-6bb1-4232-80f7-235970e0eeee','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":91,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:44:08','2025-10-15 19:44:08',1),
('c5f09789-a952-44ec-b54e-37b8dbc9d9cf','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:25','2025-05-13 23:31:25',1),
('c669f6ce-b609-454e-8c9a-77f866b00f5e','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:36:57','2025-05-06 22:29:40',1),
('c6b9453c-c6ab-4f91-b1ab-20ddeb309ae0','App\\Notifications\\GeneralNotification',208,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-10 08:41:04','2025-04-10 08:41:04',1),
('c6d2df7d-0c81-4109-a47e-7c0fd57a3d72','App\\Notifications\\GeneralNotification',137,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:46','2025-01-31 18:13:46',1),
('c6e8b9b9-0aa7-4d99-98ca-d0bf2424a204','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":88,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 18:39:33','2025-05-08 18:39:33',1),
('c704b286-e3aa-4917-96da-55c4db1f9426','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-29 00:04:04','2025-10-29 00:04:04',1),
('c719876c-1c11-4cc6-9817-180d84a0bcb5','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:25','2025-05-14 20:12:25',1),
('c7309f53-ec97-4b33-b37f-9d9487cfcae7','App\\Notifications\\GeneralNotification',113,'App\\User','{\"title\":\"+25 Points for each course complete\",\"body\":\"+25 Points for each course complete\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:34:22','2024-12-12 11:34:22',1),
('c8810fe7-f0d8-43bd-9fce-765e671e9b11','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/agricultural-economics-and-farm-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-07 23:06:34','2025-05-07 23:06:34',1),
('c8c63a2b-1a48-474a-ba3f-7946eedd7891','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:13','2025-05-14 20:12:13',1),
('c914ece4-195f-4944-83d0-c3a5a957e090','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:09:00','2025-06-12 23:09:00',1),
('c9b2d1aa-bb9f-4ba9-a065-348e23f99c89','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"+1 Points for each comment\",\"body\":\"+1 Points for each comment\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:53:54','2025-06-12 22:53:54',1),
('ca0b2456-f270-4df1-b465-909a323a1e01','App\\Notifications\\GeneralNotification',142,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:54','2025-01-31 18:12:54',1),
('ca238260-ad78-43a3-92d8-e504b26b8c1c','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :31st Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:57:19','2025-10-28 23:57:19',1),
('caaaf574-0f38-4f1a-962c-49303e8f4a58','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":65,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:26:07','2025-05-06 22:29:40',1),
('cac6bb18-1e31-4ed1-8e52-c10ec5abfa04','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:13:03','2025-05-14 20:13:03',1),
('cb1f8906-096e-4073-8a43-9d1ee28f7777','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:21','2025-05-13 23:36:21',1),
('cb43adc6-0676-4313-856e-c3dc1a3f8513','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:17','2025-05-13 23:36:17',1),
('cb4c43c3-f3fd-4e22-af13-cc20be546491','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :1st Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:57:58','2025-10-28 23:57:58',1),
('cb60f09f-8707-494c-addf-2ac15be7cc2b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":65,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:27:18','2025-05-06 22:29:40',1),
('cb8f0110-a33e-403b-a0ee-743adfdc49c7','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:24','2025-05-14 20:12:24',1),
('cbf9e6f7-7480-409f-a0cd-fefd1b1b4f89','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lathk-r-o-laor-d\",\"id\":74,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:40:15','2025-05-06 22:29:40',1),
('cc2b535f-cd9e-481a-85e9-b94f3548ea97','App\\Notifications\\GeneralNotification',145,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:00','2025-01-31 18:13:00',1),
('cc658dc2-6b7c-434a-a7b6-a4451849ad0b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":85,\"notification_type\":\"lesson\"}','2025-05-06 22:29:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:54:45','2025-05-06 22:29:39',1),
('cc6ca0f5-ea15-444a-9902-a89414add048','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:26:18','2025-06-12 20:26:18',1),
('cce82f5c-b668-49a5-b250-8d3f661d59d7','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-103\",\"id\":39,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:32:27','2024-12-12 11:32:27',1),
('cd01be19-f02e-4b15-9aba-51dc7cd853dc','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":88,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 18:45:42','2025-05-08 18:45:42',1),
('cd5611d6-ccec-436c-a7d6-c0c5ffa88565','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:59','2025-05-14 20:12:59',1),
('cdb83416-587a-4f34-9171-f5b2c6bbe21e','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 17:29:50','2025-05-09 17:29:50',1),
('cdfbc0cc-f221-41c7-87fd-284aac41c5a5','App\\Notifications\\GeneralNotification',114,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-22 13:06:54','2024-12-22 13:06:54',1),
('ce5e8891-6e36-4441-be67-bc53ceedbe46','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:12:02','2025-06-12 23:12:02',1),
('ce850570-5a6e-4c66-a67d-fec111ce3084','App\\Notifications\\GeneralNotification',163,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-18 19:13:52','2025-02-18 19:13:52',1),
('ceb19f80-b06c-46f3-9b86-2981ab411446','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:53:27','2025-10-15 19:53:27',1),
('cee43400-74ce-4a10-9740-a8af42305ca3','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 21:24:59','2025-05-06 22:29:40',1),
('cf446067-3eee-4e61-90ab-14a3acb3f0a0','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/nlp-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-29 00:04:01','2025-10-29 00:04:01',1),
('cfa9fcad-c2d5-4601-bc9c-ef52c1c8bcca','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:38:48','2025-05-06 22:29:40',1),
('cfb48302-77d7-4a12-87ff-2ab08da6a8ed','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 23:16:06','2025-06-12 23:16:06',1),
('cff60357-cc92-4c14-acf7-45142e083510','App\\Notifications\\GeneralNotification',224,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-22 20:29:37','2025-04-22 20:29:37',1),
('cffa8e3f-a472-4e67-9c9c-be618aadce91','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:46:56','2025-05-06 22:29:40',1),
('d04aa818-29b3-4486-8313-6e68ba7e7ce7','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class 101 Session has been updated. Date :13th May, 2025and Time is :15:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:26:18','2025-06-12 20:26:18',1),
('d06478e6-406a-41fc-842b-c56e5cbe3121','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":84,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:26:22','2025-05-06 22:29:40',1),
('d07ca517-9b80-4cb6-8562-464d2f196767','App\\Notifications\\GeneralNotification',136,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-12 22:02:26','2025-01-12 22:02:26',1),
('d0bc9109-fae3-4477-978c-761f7ffc4c60','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:17','2025-05-13 23:37:17',1),
('d13c072b-51d7-40aa-8d84-2bc3f06ea103','App\\Notifications\\GeneralNotification',113,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-102\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:30:33','2024-12-12 11:30:33',1),
('d176c6b6-8c69-46f8-8579-6e7ab7f3f25c','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":72,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:22:42','2025-05-06 22:29:40',1),
('d1a8f517-d205-494b-a64b-3f2b4776aa19','App\\Notifications\\GeneralNotification',117,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:11:54','2025-01-31 18:11:54',1),
('d1c02a56-f225-4b2d-b212-e5f7bb775103','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:57:52','2025-06-12 22:57:52',1),
('d2dccf81-f8e1-4f37-a683-2a20900839c1','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 18:43:46','2025-05-09 18:43:46',1),
('d3798e6e-5f1d-4d62-9484-cb091f2fadb6','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:52','2025-05-14 20:12:52',1),
('d385e07e-c130-4d0a-b666-f56756a21323','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:53:23','2025-10-15 19:53:23',1),
('d3a3b454-be9d-4625-bb5a-31d954405dfb','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":91,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:44:02','2025-10-15 19:44:02',1),
('d40a9b53-4f5c-4e53-899c-cebaa89e349d','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:50','2025-05-13 23:30:50',1),
('d425a1d5-f297-4a3f-89a6-8f7f1a74ad6b','App\\Notifications\\GeneralNotification',155,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 16:47:05','2025-02-07 16:47:05',1),
('d45c371b-07d1-4fac-8cfb-eee467d7eddd','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:53','2025-05-14 20:12:53',1),
('d4710388-cfbc-4379-949f-2b7ad3ac5bd2','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:54:16','2025-06-12 22:54:16',1),
('d4a97091-f3dc-4e7b-802a-a251796cbae7','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":85,\"notification_type\":\"lesson\"}','2025-05-06 22:29:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:31:14','2025-05-06 22:29:39',1),
('d515ea15-37b7-4dcd-bd1e-8e5250565a1f','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":66,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:14:20','2025-05-06 22:29:40',1),
('d5d13f88-b1fa-49ff-a16e-db96bc0db1c4','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 17:56:52','2025-10-15 17:56:52',1),
('d5d5704c-fe37-4659-b2b2-b8da2aa4a048','App\\Notifications\\GeneralNotification',184,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 16:14:02','2025-03-17 16:14:02',1),
('d61ba373-4ed5-4644-8038-0f91635c5859','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":75,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:55:59','2025-05-06 22:29:40',1),
('d655b9e1-e6d5-4d21-a586-27063145812b','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :28th Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:55:46','2025-10-28 23:55:46',1),
('d679cbba-cf96-46ce-86d0-a52da6ea3e48','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lathk-r-o-laor-d\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:34:14','2025-05-06 22:29:40',1),
('d69c7a83-ebb4-4c78-93b4-491144fdde22','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":72,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:20:26','2025-05-06 22:29:40',1),
('d7244610-58ab-4ec8-b1c1-11b38422269c','App\\Notifications\\GeneralNotification',189,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-24 08:28:01','2025-03-24 08:28:01',1),
('d764aed1-a66e-4a29-a0ca-c700dc06da94','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:32','2025-05-13 23:31:32',1),
('d7782536-c4ed-4dfe-9834-bc853d6afaad','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:01','2025-05-13 23:34:01',1),
('d77947e7-473a-4a66-8fb3-9efe864248d1','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:31','2025-05-13 23:31:31',1),
('d7a1283f-5be5-406b-9e24-71404e5a3f56','App\\Notifications\\GeneralNotification',141,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:52','2025-01-31 18:12:52',1),
('d7b0d94b-4704-4557-a818-f03527b186d3','App\\Notifications\\GeneralNotification',122,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:05','2025-01-31 18:12:05',1),
('d82b7f34-b73f-46cf-bdae-80b67052f2d2','App\\Notifications\\GeneralNotification',110,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-03 11:02:17','2024-12-03 11:02:17',1),
('d8535657-4b8f-4ca6-b768-bd346cbd169e','App\\Notifications\\GeneralNotification',141,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:56','2025-01-31 18:13:56',1),
('d90b7663-9642-4506-a6f0-a4aaf3726f1d','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 21:24:24','2025-05-06 22:29:40',1),
('d92e164a-7099-4c0a-9bea-ffb1dcf2fa24','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":85,\"notification_type\":\"lesson\"}','2025-05-06 22:29:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:32:16','2025-05-06 22:29:39',1),
('d93941d6-1abb-4989-ae90-d8890e583ad8','App\\Notifications\\GeneralNotification',186,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-21 17:54:54','2025-03-21 17:54:54',1),
('d9c81b55-1339-4be0-a456-93dc8f2744c5','App\\Notifications\\GeneralNotification',7,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-ny-lsht\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-04 20:42:05','2025-02-04 20:42:05',1),
('d9d5b003-ecc2-42d9-9934-492a66996b98','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:24','2025-05-13 23:36:24',1),
('db3b2f35-836a-4c3c-a8e7-83225a08c921','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"New Quiz Added \",\"body\":\"New Quiz Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:53:30','2025-10-15 19:53:30',1),
('db96c8f8-5184-45bd-9799-b5b15d2e8aae','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-t-rykh-l-sl-m\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:44:41','2025-05-06 22:29:40',1),
('dbbccf1c-82d7-4301-800d-f45b72c42b49','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :28th Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:54:39','2025-10-28 23:54:39',1),
('dbc40549-aa53-406e-9f59-696b6e506eb6','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":93,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 19:29:18','2025-05-09 19:29:18',1),
('dbed276d-dc04-45bb-9eb9-3b2f588197f2','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/painting-techniques-and-styles\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:16','2025-05-13 23:30:16',1),
('dc0a4c36-04b5-4f6e-8ebc-b5c34001cbb9','App\\Notifications\\GeneralNotification',123,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:39','2025-01-31 18:13:39',1),
('dc206e2c-349c-4bb8-b4bd-7f6b87baa9f8','App\\Notifications\\GeneralNotification',170,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-26 20:39:57','2025-02-26 20:39:57',1),
('dc8cd15b-3a97-4d70-ad08-e2b31ec13202','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:23','2025-05-14 20:12:23',1),
('dcfe377d-0cda-49ec-8e68-99eb4b920f7d','App\\Notifications\\GeneralNotification',129,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:27','2025-01-31 18:13:27',1),
('dd0ac42e-e030-415d-a07d-9d7644252270','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 19:00:15','2025-05-06 22:29:40',1),
('dd67c107-559f-4c4f-b428-9c8a8aba30d4','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-06 21:52:51','2025-05-06 22:29:40',1),
('dd8efeea-03cf-4559-a38f-9906b438b33c','App\\Notifications\\GeneralNotification',174,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-05 16:18:25','2025-03-05 16:18:25',1),
('dd99f8c7-ed09-40aa-91f3-0c956a8df7db','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-lth-lm-zr-o-l-stghl-th-ltaa-on-o-lnt-g\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:13:37','2025-05-06 22:29:40',1),
('ddbf524f-63bc-46ce-9e56-dce05bea17fe','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":88,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 18:38:33','2025-05-08 18:38:33',1),
('ddc0a6c3-d67a-4c1b-8aff-b2518b71c948','App\\Notifications\\GeneralNotification',127,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-03 13:35:53','2025-01-03 13:35:53',1),
('ddf4a69f-831f-4110-a642-847b26af9045','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":72,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:23:16','2025-05-06 22:29:40',1),
('de11ab3d-b744-454b-a5c8-25e062db4e74','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"+1 Points for each comment\",\"body\":\"+1 Points for each comment\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-16 18:07:00','2025-05-16 18:07:00',1),
('de99b638-8bf4-4663-9eee-7b97060b9f21','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:48:24','2025-05-06 22:29:40',1),
('deb225ea-7b63-43d5-afbf-1a4544fc233a','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-ny-lsht-bd-y-ltft-h-o-ltosaa\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:14:34','2025-05-06 22:29:40',1),
('df1eda4c-d849-4efd-91b6-c8ddb13d8700','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"+1 Points for each comment\",\"body\":\"+1 Points for each comment\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-16 18:01:56','2025-05-16 18:01:56',1),
('df3e2000-139c-4d06-ad04-82b3bbb94217','App\\Notifications\\GeneralNotification',132,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:01','2025-01-31 18:14:01',1),
('df65ea6a-155c-48a7-82c6-9b513f3fbefa','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:11:28','2025-05-14 20:11:28',1),
('dfb52f97-4be5-45ac-990f-0414c4f22026','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :14th May, 2025and Time is :12:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:27:03','2025-06-12 20:27:03',1),
('e0a75bbc-f585-4bb1-a7f0-de3c95c0b74d','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":66,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:17:46','2025-05-06 22:29:40',1),
('e187bed1-1a18-4fc3-8d70-6d4714f48580','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:58','2025-05-14 20:12:58',1),
('e1a85c5f-4523-4f2c-97d2-24959991008a','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v2\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:10:52','2025-05-14 20:10:52',1),
('e1ab0a3f-0c93-423d-b007-1faf86e7a886','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:35:35','2025-05-13 23:35:35',1),
('e25e5eab-2c9a-453c-82c4-7e24398be6b8','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :28th Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:54:39','2025-10-28 23:54:39',1),
('e2a34003-e783-4a0e-9d05-0761e9b93e23','App\\Notifications\\GeneralNotification',131,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:32','2025-01-31 18:13:32',1),
('e31ccc24-1925-48a0-8a14-0fc8eae60593','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":85,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:27:48','2025-05-06 22:29:40',1),
('e31fb2cd-6ab5-4bef-882f-c31c823287e7','App\\Notifications\\GeneralNotification',110,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-03 10:41:14','2024-12-03 10:41:14',1),
('e371e751-ad90-4ddd-847a-c790f3ee178d','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:51:59','2025-05-06 22:29:40',1),
('e3b55d65-f1af-4bff-aa26-ed7868f99493','App\\Notifications\\GeneralNotification',133,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:03','2025-01-31 18:14:03',1),
('e40d1a4b-dd5c-413a-80fd-f20762da8419','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":89,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 20:01:48','2025-05-08 20:01:48',1),
('e42039af-a721-41a8-97f1-b10beac25738','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":75,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:59:31','2025-05-06 22:29:40',1),
('e4472c36-25b6-4c7d-b13e-986bf5a4792e','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:11:18','2025-05-14 20:11:18',1),
('e46410d6-429b-4ebb-95ba-f7cae5b2d75b','App\\Notifications\\GeneralNotification',177,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-08 21:35:49','2025-03-08 21:35:49',1),
('e4d41d26-7dd8-4ea8-b0b6-0acca323f015','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:30','2025-05-13 23:31:30',1),
('e4dea256-672e-479a-b0ed-6b6e1dbe1a69','App\\Notifications\\GeneralNotification',123,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:11','2025-01-31 18:13:11',1),
('e52f87d6-ea44-42fd-8b63-bb93f13561e9','App\\Notifications\\GeneralNotification',131,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:28','2025-01-31 18:12:28',1),
('e538a8f2-7647-464d-824c-c3f421744c7c','App\\Notifications\\GeneralNotification',120,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:33','2025-01-31 18:13:33',1),
('e5c7d776-f168-40e8-81a5-3fbadcf97e2e','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-ny-lsht\",\"id\":43,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 19:10:44','2025-05-06 22:29:40',1),
('e5d54811-273a-4a2e-a4c5-57f9fce3bb1d','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-16 18:07:33',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-16 18:07:00','2025-05-16 18:07:33',1),
('e63d2a80-2796-42ea-b862-6885333480f9','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:56','2025-05-14 20:12:56',1),
('e6f76bd1-c0cd-446f-9a47-fe721266082d','App\\Notifications\\GeneralNotification',172,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-02 22:00:25','2025-03-02 22:00:25',1),
('e72cae2a-107b-4b31-85e3-f8af6de6b3bf','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:54','2025-05-13 23:30:54',1),
('e7a44267-8417-4d90-9429-4e9d7413d6fe','App\\Notifications\\GeneralNotification',175,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-06 19:16:56','2025-03-06 19:16:56',1),
('e7a5762b-6bbd-46ec-b6d5-48949d45dc2a','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/brn-mg-lnmo-ltyb\",\"id\":48,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-06 19:12:49','2025-05-06 22:29:40',1),
('e7a893d8-bb97-48fd-bdd9-329277112b6a','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:10','2025-01-31 18:13:10',1),
('e8075914-41f2-4cda-8009-59a2c174a267','App\\Notifications\\GeneralNotification',134,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-10 23:25:35','2025-01-10 23:25:35',1),
('e852907d-2a94-4078-bb35-f2915a25541a','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ms-k-fkr\",\"id\":47,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-24 22:32:04','2025-05-06 22:29:40',1),
('e915d46e-ec95-489d-be0b-07ce88b2e4b5','App\\Notifications\\GeneralNotification',4,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/electronic-devices-and-circuits\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:30:47','2025-05-13 23:30:47',1),
('e9d37b81-b61f-4194-8c15-8ad88015740e','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ass-ltl-o-lshyh\",\"id\":83,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:16:46','2025-05-06 22:29:40',1),
('ea1660f0-9dc6-4b9c-a6de-2dd5276f8461','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:22','2025-05-14 20:12:22',1),
('eaabbeb9-0c66-41ee-bafb-b9c637969ec3','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 23:01:00','2025-05-14 23:01:00',1),
('eadeba4f-91e0-4257-b940-db3e1be31c59','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:54:34','2025-05-06 22:29:40',1),
('eb077dc3-7c4f-4d7f-a758-4ba47b1aca63','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lathk-r-o-laor-d\",\"id\":74,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:39:43','2025-05-06 22:29:40',1),
('eba501c8-021f-4c12-b99c-fd202ff2ee1b','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v2\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:10:56','2025-05-14 20:10:56',1),
('ec461a9b-5918-4bec-8558-b1bac273650b','App\\Notifications\\GeneralNotification',127,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:18','2025-01-31 18:12:18',1),
('eca834a9-5bc1-44e2-ac43-f85d1565bb79','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":72,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:21:03','2025-05-06 22:29:40',1),
('eced3548-28a7-45f4-bdf1-6c6eacceb8ef','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :31st Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:57:19','2025-10-28 23:57:19',1),
('ecf5739d-1f72-48d0-82db-fa880619085d','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/creating-3d-environments-in-blender\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-06 14:10:08','2024-12-06 14:10:08',1),
('ed329ec1-2bac-45b3-ac15-06ffe79a4244','App\\Notifications\\GeneralNotification',214,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-17 08:32:07','2025-04-17 08:32:07',1),
('ed7d2241-902d-48dd-9eab-e29cfa649025','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-ahk-m-lth-r\",\"id\":40,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 16:42:21','2025-05-06 22:29:40',1),
('ed84a49c-4fbb-4145-ba3c-9ba9f08b67c4','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"New Reply on Comment\",\"body\":\"New Reply on Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 22:38:06','2025-06-12 22:38:06',1),
('edb7db6f-fc0c-454d-8419-5c159da5568d','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-ny-lzraa\",\"id\":44,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 19:25:19','2025-05-06 22:29:40',1),
('ee1834f0-0d2a-4810-8a24-1ae49f201ab6','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my\",\"id\":48,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 21:27:14','2025-05-06 22:29:40',1),
('ee1e067d-3b62-48bc-bfdc-5f3c82eff967','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v2\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:56:35','2025-10-28 23:56:35',1),
('ee758626-bc2e-45e1-951d-af0263542117','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-lth-ny-lsht\",\"id\":43,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 19:13:34','2025-05-06 22:29:40',1),
('ee8fbde4-8369-4a38-bf87-f6355ec36bfd','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:29:06','2025-05-06 22:29:40',1),
('ee914f4c-2b57-409e-8acf-85de65c2cd52','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:19','2025-05-14 20:12:19',1),
('ee9d3d28-ccb5-462b-aefb-b5cc7b47bd66','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:31','2025-05-13 23:36:31',1),
('eea6204e-7856-4c08-b1ef-078c06c451f1','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/laravel\",\"id\":35,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-05 11:39:59','2025-05-06 22:29:40',1),
('ef0538b7-d1f0-4d8e-8093-24345fc72dc2','App\\Notifications\\GeneralNotification',142,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:58','2025-01-31 18:13:58',1),
('ef28c99f-d13e-4664-8b50-6eeb7238ffdd','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:30:37','2025-05-06 22:29:40',1),
('ef6f95b9-d331-4ec8-bf02-49ccb0598718','App\\Notifications\\GeneralNotification',192,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-29 09:33:51','2025-03-29 09:33:51',1),
('efd4a1e7-4fa1-47be-8b71-fe4518914ae9','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/aaal-m-lsh-b\",\"id\":51,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 21:12:10','2025-05-06 22:29:40',1),
('f00c5f00-9096-4246-a585-cfd7e371a213','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:28:34','2025-05-06 22:29:40',1),
('f0642f75-f055-413a-8716-6f1462e3dd1d','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":85,\"notification_type\":\"lesson\"}','2025-05-06 22:29:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:30:14','2025-05-06 22:29:39',1),
('f071bb7b-a3ee-4a9e-aaa9-453bc96e09a6','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/tzky-lnfs\",\"id\":75,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:58:09','2025-05-06 22:29:40',1),
('f1347aaa-8164-4935-91e4-49a73d29bfe2','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":41,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 17:15:14','2025-05-06 22:29:40',1),
('f13d95d9-7a1d-4f74-8f3d-f7bea8a76e4b','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:49','2025-05-13 23:34:49',1),
('f1b18689-3a5a-4dc1-91eb-7db7cc002ec6','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-3\",\"id\":70,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 17:33:19','2025-05-06 22:29:40',1),
('f1e50c54-a5c1-42d3-8e9d-338818c6a418','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:12','2025-05-13 23:32:12',1),
('f1f9fec4-ccb0-410c-9587-bac929621e7d','App\\Notifications\\GeneralNotification',115,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:52','2025-01-31 18:12:52',1),
('f24908cb-97eb-45f5-9213-bd532f0ec87b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:55:38','2025-05-06 22:29:40',1),
('f24b8795-91ee-4913-a88e-b8abd0487f4d','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/laravel-10-php-framework-dor-l-r-fyl-oyb\",\"id\":36,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-09 11:53:45','2025-05-06 22:29:40',1),
('f2612e96-b37f-4388-b757-e82126a442fd','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:31:28','2025-05-13 23:31:28',1),
('f262b9e7-8272-4222-8b83-bda23b2fa919','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":49,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:48:50','2025-05-06 22:29:40',1),
('f26af965-b08b-4400-be58-4acb62c31214','App\\Notifications\\GeneralNotification',121,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:35','2025-01-31 18:13:35',1),
('f27b8467-ceaf-4bf5-b6b3-f34b8e8d48df','App\\Notifications\\GeneralNotification',201,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-04-05 19:59:54','2025-04-05 19:59:54',1),
('f2ad61c2-eb01-48af-aede-12d96d34a173','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/l-ndls\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 23:09:56','2025-05-06 22:29:40',1),
('f2e7c2f5-393d-4877-9e27-eb1813e721fa','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":66,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:13:40','2025-05-06 22:29:40',1),
('f2ef2961-f559-4f6c-b585-ada1a4c69f61','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/l-thk-r-o-l-or-d\",\"id\":50,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 21:22:09','2025-05-06 22:29:40',1),
('f32b5e0c-9976-4af6-8c8d-4605b32946fb','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":41,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 17:09:07','2025-05-06 22:29:40',1),
('f32dc739-6531-4aa7-8db9-6e6981268a90','App\\Notifications\\GeneralNotification',123,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-31 12:52:26','2024-12-31 12:52:26',1),
('f342b48f-4b80-498e-8c3d-179f58055f6f','App\\Notifications\\GeneralNotification',167,'App\\User','{\"title\":\"A new badge has been unlocked\",\"body\":\"A new badge has been unlocked\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-24 01:15:52','2025-02-24 01:15:52',1),
('f3999764-98e1-4908-ba75-c82d16eae2b7','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-1\",\"id\":72,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:15:59','2025-05-06 22:29:40',1),
('f399cf69-845c-49aa-a9f8-87a7c8b2f063','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :28th Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:54:39','2025-10-28 23:54:39',1),
('f3b64d38-d201-4e91-9ceb-136352d08283','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmh-fy-lfkr\",\"id\":68,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-25 23:39:59','2025-05-06 22:29:40',1),
('f423038f-c7cc-4122-a782-550c2eca86ca','App\\Notifications\\GeneralNotification',122,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-30 15:18:31','2024-12-30 15:18:31',1),
('f4237fba-6f12-450c-8604-26226c34b0d8','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:22','2025-05-13 23:36:22',1),
('f46cb415-30b8-4da0-9297-8ddba702c178','App\\Notifications\\GeneralNotification',110,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/managerial-accounting-advance-course\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-11-29 12:32:05','2024-11-29 12:32:05',1),
('f4ccc03b-f355-429d-8a64-6d89f008bcbb','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":85,\"notification_type\":\"lesson\"}','2025-05-06 22:29:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:30:46','2025-05-06 22:29:39',1),
('f53da69b-f4c5-4dbc-81c6-60f0a62a212a','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:35:32','2025-05-06 22:29:40',1),
('f55cc6c6-edfd-4452-94da-fe305779dc5d','App\\Notifications\\GeneralNotification',118,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-26 01:08:54','2024-12-26 01:08:54',1),
('f5cd0908-d100-4b88-b273-f02e175cfc84','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/webinar\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:37:12','2025-05-13 23:37:12',1),
('f5d519af-faf9-476b-ab51-14529d4da9d6','App\\Notifications\\GeneralNotification',233,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 21:36:25','2025-06-12 21:36:25',1),
('f5dbd01f-194d-45ed-8fe5-fb56fc6641e5','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-18 18:55:39','2025-05-06 22:29:40',1),
('f5fdc1bf-6ed6-4d58-8e65-4dfff162e2b0','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:37:01','2025-05-06 22:29:40',1),
('f63b665a-ee1a-4979-9926-8fa25f85bb9f','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-life-coaching\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:35:30','2025-05-13 23:35:30',1),
('f652564e-6014-4672-a96e-e98426d75d40','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/brn-mg-lnmo-ltyb\",\"id\":48,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-06 22:05:46','2025-05-06 22:29:40',1),
('f664b95f-456a-487c-a0fb-7fee55d691c6','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Publish Successfully \",\"body\":\"Course Publish Successfully \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/sol-lfkh-l-sl-my\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 22:42:00','2025-05-06 22:29:40',1),
('f6d31ce6-a85e-4196-8f8d-e495808785c5','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :14th May, 2025and Time is :12:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-06-12 20:27:03','2025-06-12 20:27:03',1),
('f71c897e-3d2f-40f6-be4e-62121757bef5','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/okf-t-ym-ny-fy-sor-mky\",\"id\":84,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:24:09','2025-05-06 22:29:40',1),
('f77c04ab-88a7-4128-ba1e-36bded0e9824','App\\Notifications\\GeneralNotification',120,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:00','2025-01-31 18:12:00',1),
('f77ec0b4-a00c-487f-914a-a860d8561e9f','App\\Notifications\\GeneralNotification',113,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/lms.demosoftware.me\\/courses-details\\/course-103\",\"id\":39,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-12 11:32:26','2024-12-12 11:32:26',1),
('f7cc04e3-a222-4208-8ef3-eeb8fcdaeefe','App\\Notifications\\GeneralNotification',177,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-08 21:34:24','2025-03-08 21:34:24',1),
('f7ef5820-88df-4961-862d-dd56e550f082','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course ExerciseFile Added\",\"body\":\"Course ExerciseFile Added\",\"actionText\":\"\",\"actionURL\":\"\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-19 17:40:02','2025-05-06 22:29:40',1),
('f838e8ae-ec56-44b9-a6f1-4cc7fa82989a','App\\Notifications\\GeneralNotification',148,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:07','2025-01-31 18:13:07',1),
('f83a0ba6-a1bb-497c-98c1-848020943b47','App\\Notifications\\GeneralNotification',127,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:22','2025-01-31 18:13:22',1),
('f87d3848-210f-4820-a861-19afa7797bbb','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lfkh-l-sl-my-lsl\",\"id\":80,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:48:25','2025-05-06 22:29:40',1),
('f8e43ec7-922e-468e-ba63-a45b56e33992','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-l-ol-lzraa\",\"id\":44,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-19 00:19:37','2025-05-06 22:29:40',1),
('f8e94672-a79e-4a06-8dfb-f4924b676526','App\\Notifications\\GeneralNotification',142,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:14:23','2025-01-31 18:14:23',1),
('f9220478-176e-44fa-8d21-cdf9452025b6','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":92,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-09 18:31:13','2025-05-09 18:31:13',1),
('f925b9c3-ab7d-401a-a0c5-61904a959978','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":71,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:08:43','2025-05-06 22:29:40',1),
('f9d7b5b9-6560-4b7c-afcf-5b97d2549197','App\\Notifications\\GeneralNotification',236,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:23','2025-05-13 23:32:23',1),
('fa094e91-d458-4cb7-b300-11172a33a5e8','App\\Notifications\\GeneralNotification',111,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/101-session\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:36:19','2025-05-13 23:36:19',1),
('fa0f52da-a5ba-482c-8d82-265855344994','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/mf-hym-sl-my-2\",\"id\":71,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 18:10:41','2025-05-06 22:29:40',1),
('faab7fa4-cd76-46ab-a993-e67a05c21b37','App\\Notifications\\GeneralNotification',147,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:04','2025-01-31 18:13:04',1),
('fab18bdd-ddba-4d9c-9730-379d2e92134d','App\\Notifications\\GeneralNotification',235,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:21','2025-05-13 23:32:21',1),
('faf49572-63a8-4f68-a176-ec5534a51f52','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 16:26:19','2025-05-14 16:26:19',1),
('fb059b7c-522a-48e0-a90e-53efcaf72cb4','App\\Notifications\\GeneralNotification',127,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:13:48','2025-01-31 18:13:48',1),
('fb2cacb2-ae08-4c15-8b16-300464f8cfe6','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"Your Course Have New Comment\",\"body\":\"Your Course Have New Comment\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:56:33','2025-10-15 19:56:33',1),
('fb2e5533-749b-425d-aea2-debc68e4fe13','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v3\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:10','2025-05-14 20:12:10',1),
('fb3d7178-5ee5-458e-ba4e-3d2156a55156','App\\Notifications\\GeneralNotification',2,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:57','2025-05-13 23:32:57',1),
('fb565c8a-2f6f-4743-8a01-cad2662186de','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:56:05','2025-05-06 22:29:40',1),
('fbc658ff-b60b-420f-af9e-fc7a217367c5','App\\Notifications\\GeneralNotification',162,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-17 16:13:26','2025-02-17 16:13:26',1),
('fbf31bf8-9640-45cb-ad84-e805d23929ac','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lhs-n-lfkry\",\"id\":57,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 22:50:49','2025-05-06 22:29:40',1),
('fccbeb5e-2621-4fa0-8140-72e37ced133b','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/ms-k-laalom-lshraay\",\"id\":46,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2024-12-24 22:27:59','2025-05-06 22:29:40',1),
('fcdbf5ad-582e-4e51-b82c-558b02815f4b','App\\Notifications\\GeneralNotification',137,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-14 02:09:02','2025-01-14 02:09:02',1),
('fd2d0a24-78e7-4d26-860b-effa9ffa9769','App\\Notifications\\GeneralNotification',237,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :1st Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:57:58','2025-10-28 23:57:58',1),
('fd8a0dc9-3d5f-421c-8043-2ae56100e16d','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/laakyd-l-sl-my-1\",\"id\":85,\"notification_type\":\"lesson\"}','2025-05-06 22:29:39',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 22:29:17','2025-05-06 22:29:39',1),
('fd8d8c26-907a-40f6-8d5c-7f60ed4c2857','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:32:19','2025-05-13 23:32:19',1),
('fdaa7ec3-1e1d-47dc-82b4-e4ff545d7808','App\\Notifications\\GeneralNotification',234,'App\\User','{\"title\":\"Virtual Class Update \",\"body\":\"Your virtual class HR Training has been updated. Date :1st Oct, 2025and Time is :16:00\",\"actionText\":\"Visit\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/hr-training\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-28 23:57:58','2025-10-28 23:57:58',1),
('fdb2bbae-5f8b-4d7e-bbec-ccde2181dd65','App\\Notifications\\GeneralNotification',238,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 19:59:10','2025-05-14 19:59:10',1),
('fdcb469d-d5a5-42fb-9752-6891d774c456','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"Course Enroll Successfully\",\"body\":\"Course Enroll Successfully\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/class-details\\/entrepreneurship-innovation-v1\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-14 20:12:44','2025-05-14 20:12:44',1),
('fdd6bed5-6bae-4562-a5f2-937e1c96f705','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:37:36','2025-05-06 22:29:40',1),
('fdd90bce-bd74-4a47-94bf-d82ee54c7264','App\\Notifications\\GeneralNotification',6,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/fitness-assessment-and-program-design\",\"id\":90,\"notification_type\":\"lesson\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 20:43:30','2025-05-08 20:43:30',1),
('fded24bf-40a8-4ac6-990b-0dca3689a115','App\\Notifications\\GeneralNotification',136,'App\\User','{\"title\":\"New Blog publish\",\"body\":\"New Blog publish\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/blog-details\\/--\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-01-31 18:12:40','2025-01-31 18:12:40',1),
('fdf345ba-e671-4e17-80d5-58fb2217344b','App\\Notifications\\GeneralNotification',169,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-25 20:17:47','2025-02-25 20:17:47',1),
('fe2e951a-a184-4b78-8c12-77148997e5ac','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa\",\"id\":52,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-13 23:01:34','2025-05-06 22:29:40',1),
('fe6b3603-c8fa-458d-9a8a-505a4ed73d59','App\\Notifications\\GeneralNotification',212,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/foundations-of-human-resource-management\",\"id\":89,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-08 19:49:40','2025-05-08 19:49:40',1),
('feaf6051-9bb4-4c08-b2ae-e4e86989d861','App\\Notifications\\GeneralNotification',3,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/basic-principles-of-dietetics\",\"id\":91,\"notification_type\":\"chapter\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-15 19:44:00','2025-10-15 19:44:00',1),
('fef7bd3c-601c-4aec-928c-5e1f022db3ce','App\\Notifications\\GeneralNotification',5,'App\\User','{\"title\":\"New Enroll Notification\",\"body\":\"New Enroll Notification\",\"actionText\":\"View\",\"actionURL\":\"https:\\/\\/tapnlearn.twister-demo.com\\/courses-details\\/psychological-research-methods\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-05-13 23:34:02','2025-05-13 23:34:02',1),
('ff1e5ca7-bd94-4e71-b28a-c2cc4ed306be','App\\Notifications\\GeneralNotification',187,'App\\User','{\"title\":\"+1 Points for each login\",\"body\":\"+1 Points for each login\",\"actionText\":\"\",\"actionURL\":\"#\",\"id\":\"\",\"notification_type\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-23 00:36:26','2025-03-23 00:36:26',1),
('ff42f983-c97d-4df9-99b7-d4bb0b276d7f','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"Course Unpublished\",\"body\":\"Course Unpublished\",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/sol-lfkh-l-sl-my\",\"id\":\"\",\"notification_type\":\"\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-17 22:42:00','2025-05-06 22:29:40',1),
('ff87d040-10a0-4898-8d50-01ffcc0c76fd','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Course Chapter Added \",\"body\":\"New Course Chapter Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lmrhl-laol-lzraa-ltasys-oodaa-lbthor\",\"id\":52,\"notification_type\":\"chapter\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-02-07 18:54:22','2025-05-06 22:29:40',1),
('ffb303dd-d3a2-4c7d-b5a9-33eba5a87c28','App\\Notifications\\GeneralNotification',1,'App\\User','{\"title\":\"New Lesson Added \",\"body\":\"New Lesson Added \",\"actionText\":\"\\u0639\\u0631\\u0636\",\"actionURL\":\"https:\\/\\/hayattayeba.com\\/courses-details\\/lsyr-lnboy\",\"id\":77,\"notification_type\":\"lesson\"}','2025-05-06 22:29:40',NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-03-26 19:33:34','2025-05-06 22:29:40',1);
/*!40000 ALTER TABLE `notifications` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `oauth_access_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_access_tokens` (
  `id` varchar(100) NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `client_id` bigint(20) unsigned NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `scopes` text DEFAULT NULL,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `expires_at` datetime DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `oauth_access_tokens_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 `oauth_access_tokens`
--

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

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

DROP TABLE IF EXISTS `oauth_auth_codes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_auth_codes` (
  `id` varchar(100) NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `client_id` bigint(20) unsigned NOT NULL,
  `scopes` text DEFAULT NULL,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `oauth_auth_codes_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 `oauth_auth_codes`
--

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

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

DROP TABLE IF EXISTS `oauth_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_clients` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `name` varchar(191) NOT NULL,
  `secret` varchar(100) DEFAULT NULL,
  `provider` varchar(191) DEFAULT NULL,
  `redirect` text NOT NULL,
  `personal_access_client` tinyint(1) NOT NULL,
  `password_client` tinyint(1) NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `oauth_clients_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 `oauth_clients`
--

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

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

DROP TABLE IF EXISTS `oauth_personal_access_clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_personal_access_clients` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `client_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

DROP TABLE IF EXISTS `oauth_refresh_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_refresh_tokens` (
  `id` varchar(100) NOT NULL,
  `access_token_id` varchar(100) NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `oauth_refresh_tokens_access_token_id_index` (`access_token_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `oauth_refresh_tokens`
--

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

--
-- Table structure for table `offline_payment_infos`
--

DROP TABLE IF EXISTS `offline_payment_infos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `offline_payment_infos` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `phone_number` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `message` longtext DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `offline_payment_infos`
--

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

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

DROP TABLE IF EXISTS `offline_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `offline_payments` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `role_id` int(11) NOT NULL,
  `amount` double DEFAULT 0,
  `after_bal` double DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `type` varchar(191) NOT NULL DEFAULT 'Add',
  PRIMARY KEY (`id`),
  KEY `offline_payments_user_id_role_id_amount_index` (`user_id`,`role_id`,`amount`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `offline_payments`
--

LOCK TABLES `offline_payments` WRITE;
/*!40000 ALTER TABLE `offline_payments` DISABLE KEYS */;
INSERT INTO `offline_payments` VALUES
(1,109,3,100,100,1,'2024-11-29 12:21:10','2024-11-29 12:21:10',1,'Add'),
(2,152,3,30,30,1,'2025-02-04 20:38:39','2025-02-04 20:38:39',1,'Add'),
(3,5,2,500,500,1,'2025-05-19 22:46:54','2025-05-19 22:46:54',1,'Add'),
(4,4,2,300,300,1,'2025-05-19 22:47:29','2025-05-19 22:47:29',1,'Add'),
(5,2,2,800,800,1,'2025-05-19 22:47:45','2025-05-19 22:47:45',1,'Add'),
(6,6,2,2150,2150,1,'2025-05-19 22:48:09','2025-05-19 22:48:09',1,'Add'),
(7,212,2,470,470,1,'2025-05-19 22:48:31','2025-05-19 22:48:31',1,'Add'),
(8,237,3,1800,1800,1,'2025-05-19 22:51:07','2025-05-19 22:51:07',1,'Add'),
(9,238,3,900,900,1,'2025-05-19 22:51:23','2025-05-19 22:51:23',1,'Add'),
(10,233,3,700,700,1,'2025-05-19 22:52:21','2025-05-19 22:52:21',1,'Add'),
(11,5,2,200,700,1,'2025-06-12 20:15:18','2025-06-12 20:15:18',1,'Add');
/*!40000 ALTER TABLE `offline_payments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `online_exam_question_assigns`
--

DROP TABLE IF EXISTS `online_exam_question_assigns`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `online_exam_question_assigns` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `online_exam_id` int(10) unsigned DEFAULT NULL,
  `question_bank_id` int(10) unsigned DEFAULT NULL,
  `created_by` int(10) unsigned DEFAULT 1,
  `updated_by` int(10) unsigned DEFAULT 1,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `online_exam_question_assigns_online_exam_id_foreign` (`online_exam_id`),
  KEY `online_exam_question_assigns_question_bank_id_foreign` (`question_bank_id`),
  CONSTRAINT `online_exam_question_assigns_online_exam_id_foreign` FOREIGN KEY (`online_exam_id`) REFERENCES `online_quizzes` (`id`) ON DELETE CASCADE,
  CONSTRAINT `online_exam_question_assigns_question_bank_id_foreign` FOREIGN KEY (`question_bank_id`) REFERENCES `question_banks` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `online_exam_question_assigns`
--

LOCK TABLES `online_exam_question_assigns` WRITE;
/*!40000 ALTER TABLE `online_exam_question_assigns` DISABLE KEYS */;
INSERT INTO `online_exam_question_assigns` VALUES
(16,'2025-10-15 17:48:01','2025-10-15 17:48:01',NULL,16,1,1,1),
(17,'2025-10-15 17:49:18','2025-10-15 17:49:18',4,16,1,1,1);
/*!40000 ALTER TABLE `online_exam_question_assigns` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `online_quizzes`
--

DROP TABLE IF EXISTS `online_quizzes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `online_quizzes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` longtext DEFAULT NULL,
  `percentage` int(11) DEFAULT NULL,
  `instruction` longtext DEFAULT NULL,
  `status` tinyint(4) DEFAULT NULL COMMENT '0 = Pending 1 Published',
  `is_taken` tinyint(4) DEFAULT 0,
  `is_closed` tinyint(4) DEFAULT 0,
  `is_waiting` tinyint(4) DEFAULT 0,
  `is_running` tinyint(4) DEFAULT 0,
  `active_status` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `category_id` int(10) unsigned DEFAULT NULL,
  `sub_category_id` int(10) unsigned DEFAULT NULL,
  `course_id` int(10) unsigned DEFAULT NULL,
  `created_by` int(10) unsigned DEFAULT 1,
  `updated_by` int(10) unsigned DEFAULT 1,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `random_question` int(11) NOT NULL DEFAULT 0,
  `question_time_type` int(11) NOT NULL DEFAULT 0 COMMENT '0=per qus, 1=all qus',
  `question_time` int(11) NOT NULL DEFAULT 1,
  `question_review` int(11) NOT NULL DEFAULT 1,
  `show_result_each_submit` int(11) NOT NULL DEFAULT 1,
  `multiple_attend` int(11) NOT NULL DEFAULT 1,
  `group_id` int(11) DEFAULT NULL,
  `show_ans_with_explanation` tinyint(4) NOT NULL DEFAULT 0,
  `losing_focus_acceptance_number` int(11) NOT NULL DEFAULT 0,
  `losing_type` int(11) NOT NULL DEFAULT 1,
  `show_ans_sheet` tinyint(4) NOT NULL DEFAULT 1,
  `show_score_result` tinyint(4) NOT NULL DEFAULT 1,
  `multiple_attend_count` int(11) NOT NULL DEFAULT 0,
  `default_setting` tinyint(4) NOT NULL DEFAULT 1,
  `show_correct_ans_in_ans_sheet` tinyint(4) NOT NULL DEFAULT 1,
  `show_only_wrong_ans_in_ans_sheet` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `online_quizzes_category_id_foreign` (`category_id`),
  KEY `online_quizzes_sub_category_id_foreign` (`sub_category_id`),
  KEY `online_quizzes_course_id_foreign` (`course_id`),
  CONSTRAINT `online_quizzes_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`) ON DELETE CASCADE,
  CONSTRAINT `online_quizzes_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `online_quizzes`
--

LOCK TABLES `online_quizzes` WRITE;
/*!40000 ALTER TABLE `online_quizzes` DISABLE KEYS */;
INSERT INTO `online_quizzes` VALUES
(4,'{\"en\":\"Nutrition Quiz\"}',50,'{\"en\":\"QA\"}',1,0,0,0,0,1,'2025-10-15 17:49:04','2025-10-15 17:49:04',51,0,NULL,1,1,1,0,0,1,1,1,1,4,0,0,1,1,1,0,0,1,0),
(5,'{\"en\":\"Quiz\"}',50,'{\"en\":\"Instructions\"}',1,0,0,0,0,1,'2025-10-15 19:49:35','2025-10-15 19:49:35',51,0,91,1,1,1,0,0,1,1,1,1,NULL,0,0,1,1,1,0,1,1,0);
/*!40000 ALTER TABLE `online_quizzes` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `orders` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` varchar(191) NOT NULL,
  `tracking` varchar(191) DEFAULT NULL,
  `name` varchar(191) DEFAULT NULL,
  `email` varchar(191) DEFAULT NULL,
  `phone` varchar(191) DEFAULT NULL,
  `amount` double DEFAULT NULL,
  `address` longtext DEFAULT NULL,
  `status` varchar(191) DEFAULT NULL,
  `transaction_id` varchar(191) DEFAULT NULL,
  `currency` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

DROP TABLE IF EXISTS `pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `pages` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(191) NOT NULL,
  `slug` varchar(191) NOT NULL,
  `description` longtext DEFAULT NULL,
  `heading` longtext DEFAULT NULL,
  `breadcumb_image` varchar(191) DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB 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 */;
/*!40000 ALTER TABLE `pages` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `password_resets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `password_resets` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(191) DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `token` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `password_resets`
--

LOCK TABLES `password_resets` WRITE;
/*!40000 ALTER TABLE `password_resets` DISABLE KEYS */;
INSERT INTO `password_resets` VALUES
(2,'alaestr1995@gmail.com',NULL,'$2y$10$Dgf6hOiFPHAGBNCi6j6yw.0mKhA7EAcpTiWzuBSFC0FqeaWPIqojm','2025-04-12 18:49:01',NULL,1);
/*!40000 ALTER TABLE `password_resets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `payeer_orders`
--

DROP TABLE IF EXISTS `payeer_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `payeer_orders` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `amount` varchar(191) NOT NULL,
  `user_id` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `payeer_orders`
--

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

--
-- Table structure for table `payment_method_credentials`
--

DROP TABLE IF EXISTS `payment_method_credentials`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `payment_method_credentials` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `Instamojo_API_AUTH` varchar(191) DEFAULT NULL,
  `Instamojo_API_AUTH_TOKEN` varchar(191) DEFAULT NULL,
  `Instamojo_URL` varchar(191) DEFAULT NULL,
  `MIDTRANS_SERVER_KEY` varchar(191) DEFAULT NULL,
  `MIDTRANS_ENV` varchar(191) DEFAULT NULL,
  `MIDTRANS_SANITIZE` varchar(191) DEFAULT NULL,
  `MIDTRANS_3DS` varchar(191) DEFAULT NULL,
  `PAYEER_MERCHANT` varchar(191) DEFAULT NULL,
  `PAYEER_KEY` varchar(191) DEFAULT NULL,
  `STORE_ID` varchar(191) DEFAULT NULL,
  `STORE_PASSWORD` varchar(191) DEFAULT NULL,
  `IS_LOCALHOST` varchar(191) DEFAULT NULL,
  `PESAPAL_KEY` varchar(191) DEFAULT NULL,
  `PESAPAL_SECRET` varchar(191) DEFAULT NULL,
  `PESAPAL_IS_LIVE` varchar(191) DEFAULT NULL,
  `PESAPAL_CALLBACK` varchar(191) DEFAULT NULL,
  `MOBILPAY_MERCHANT_ID` varchar(191) DEFAULT NULL,
  `MOBILPAY_TEST_MODE` varchar(191) DEFAULT NULL,
  `MOBILPAY_PUBLIC_KEY_PATH` varchar(191) DEFAULT NULL,
  `MOBILPAY_PRIVATE_KEY_PATH` varchar(191) DEFAULT NULL,
  `PAYPAL_CLIENT_ID` varchar(191) DEFAULT NULL,
  `PAYPAL_CLIENT_SECRET` varchar(191) DEFAULT NULL,
  `IS_PAYPAL_LOCALHOST` varchar(191) DEFAULT NULL,
  `STRIPE_SECRET` varchar(191) DEFAULT NULL,
  `STRIPE_KEY` varchar(191) DEFAULT NULL,
  `HESABE_SANDBOX_PAYMENT_API_URL` varchar(191) NOT NULL,
  `HESABE_PRODUCTION_PAYMENT_API_URL` varchar(191) NOT NULL,
  `IS_HESABE_LOCALHOST` varchar(191) NOT NULL,
  `HESABE_ACCESS_CODE` varchar(191) NOT NULL,
  `HESABE_MERCHANT_SECRET_KEY` varchar(191) NOT NULL,
  `HESABE_MERCHANT_IV` varchar(191) NOT NULL,
  `HESABE_MERCHANT_CODE` varchar(191) NOT NULL,
  `TAP_API_SECRET_KEY` varchar(191) NOT NULL,
  `PAYSTACK_PUBLIC_KEY` varchar(191) DEFAULT NULL,
  `PAYSTACK_SECRET_KEY` varchar(191) DEFAULT NULL,
  `MERCHANT_EMAIL` varchar(191) DEFAULT NULL,
  `PAYSTACK_PAYMENT_URL` varchar(191) DEFAULT NULL,
  `RAZOR_KEY` varchar(191) DEFAULT NULL,
  `RAZOR_SECRET` varchar(191) DEFAULT NULL,
  `PAYTM_MERCHANT_ID` varchar(191) DEFAULT NULL,
  `PAYTM_ENVIRONMENT` varchar(191) DEFAULT NULL,
  `PAYTM_MERCHANT_KEY` varchar(191) DEFAULT NULL,
  `PAYTM_MERCHANT_WEBSITE` varchar(191) DEFAULT NULL,
  `PAYTM_CHANNEL` varchar(191) DEFAULT NULL,
  `PAYTM_INDUSTRY_TYPE` varchar(191) DEFAULT NULL,
  `BKASH_APP_KEY` varchar(191) DEFAULT NULL,
  `BKASH_APP_SECRET` varchar(191) DEFAULT NULL,
  `BKASH_USERNAME` varchar(191) DEFAULT NULL,
  `BKASH_PASSWORD` varchar(191) DEFAULT NULL,
  `IS_BKASH_LOCALHOST` varchar(191) DEFAULT NULL,
  `BANK_NAME` varchar(191) DEFAULT NULL,
  `BRANCH_NAME` varchar(191) DEFAULT NULL,
  `ACCOUNT_TYPE` varchar(191) DEFAULT NULL,
  `ACCOUNT_NUMBER` varchar(191) DEFAULT NULL,
  `ACCOUNT_HOLDER` varchar(191) DEFAULT NULL,
  `lms_id` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`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 `payment_method_credentials`
--

LOCK TABLES `payment_method_credentials` WRITE;
/*!40000 ALTER TABLE `payment_method_credentials` DISABLE KEYS */;
INSERT INTO `payment_method_credentials` VALUES
(1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Afth8tuZq5oNpy5VCaQlmuelnB5egFAKHrNwg5aka_tlRC9YpUec9I6IoRc3CNNNd5GsYgyR0JGpF-X6','EKXHVM_WbMqw5sMj1hI4kEe94_w5Ff_-WGHqE3zm-a5I4Dga-2ga7vLZbaA-iI12lWLhBgtMr9XLRXwc','1','sk_test_5KfzrcHprH1e5Hrt0Vhk7NSS00rFu57PND','pk_test_TFSBSu7pWUhCB6t510dMgBpd00UZ12Ngqx','https://sandbox.hesabe.com','https://api.hesabe.com','1','c333729b-d060-4b74-a49d-7686a8353481','PkW64zMe5NVdrlPVNnjo2Jy9nOb7v1Xg','5NVdrlPVNnjo2Jy9','842217','sk_test_XKokBfNWv6FIYuTMg5sLPjhJ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL);
/*!40000 ALTER TABLE `payment_method_credentials` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `payment_methods`
--

DROP TABLE IF EXISTS `payment_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `payment_methods` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method` varchar(191) NOT NULL,
  `type` varchar(191) DEFAULT NULL,
  `active_status` tinyint(4) NOT NULL DEFAULT 1,
  `module_status` tinyint(4) NOT NULL DEFAULT 0,
  `logo` text DEFAULT NULL,
  `created_by` int(10) unsigned DEFAULT 1,
  `updated_by` int(10) unsigned DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `payment_methods_method_active_status_index` (`method`,`active_status`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `payment_methods`
--

LOCK TABLES `payment_methods` WRITE;
/*!40000 ALTER TABLE `payment_methods` DISABLE KEYS */;
INSERT INTO `payment_methods` VALUES
(1,'PayPal','System',1,1,'public/demo/gateway/paypal.png',1,1,'2024-11-27 16:41:06','2024-11-27 16:41:06',1),
(2,'Stripe','System',1,1,'public/demo/gateway/stripe.png',1,1,'2024-11-27 16:41:06','2024-11-27 16:41:06',1),
(3,'PayStack','System',1,1,'public/demo/gateway/paystack.png',1,1,'2024-11-27 16:41:06','2024-11-27 16:41:06',1),
(4,'RazorPay','System',1,1,'public/demo/gateway/razorpay.png',1,1,'2024-11-27 16:41:06','2024-11-27 16:41:06',1),
(5,'PayTM','System',1,1,'public/demo/gateway/paytm.png',1,1,'2024-11-27 16:41:06','2024-11-27 16:41:06',1),
(6,'Bank Payment','System',1,1,'',1,1,'2024-11-27 16:41:06','2024-11-27 16:41:06',1),
(7,'Offline Payment','System',1,1,'',1,1,'2024-11-27 16:41:06','2024-11-27 16:41:06',1),
(8,'Wallet','System',1,1,'',1,1,'2024-11-27 16:41:06','2024-11-27 16:41:06',1),
(9,'Instamojo','System',0,1,'public/demo/gateway/instamojo.png',1,1,'2024-11-27 16:41:09','2024-11-27 16:41:09',1),
(10,'Midtrans','System',0,1,'public/demo/gateway/midtrans.png',1,1,'2024-11-27 16:41:09','2024-11-27 16:41:09',1),
(11,'Payeer','System',0,1,'public/demo/gateway/payeer.png',1,1,'2024-11-27 16:41:09','2024-11-27 16:41:09',1),
(12,'Pesapal','System',0,1,'public/demo/gateway/pesapal.png',1,1,'2024-11-27 16:41:10','2024-11-27 16:41:10',1),
(13,'Mobilpay','System',0,1,'public/demo/gateway/mobilpay.png',1,1,'2024-11-27 16:41:13','2024-11-27 16:41:13',1),
(14,'Hesabe','System',1,1,'public/demo/gateway/hesabe.png',1,1,'2024-11-27 16:41:38','2024-11-27 16:41:38',1),
(15,'Tap','System',1,1,'public/demo/gateway/tap.png',1,1,'2024-11-27 16:41:38','2024-11-27 16:41:38',1);
/*!40000 ALTER TABLE `payment_methods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `payout_account_specifications`
--

DROP TABLE IF EXISTS `payout_account_specifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `payout_account_specifications` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payout_accounts_id` bigint(20) unsigned NOT NULL,
  `title` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `payout_account_specifications_payout_accounts_id_foreign` (`payout_accounts_id`),
  CONSTRAINT `payout_account_specifications_payout_accounts_id_foreign` FOREIGN KEY (`payout_accounts_id`) REFERENCES `payout_accounts` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `payout_account_specifications`
--

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

--
-- Table structure for table `payout_accounts`
--

DROP TABLE IF EXISTS `payout_accounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `payout_accounts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `logo` varchar(191) DEFAULT NULL,
  `title` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `payout_accounts`
--

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

--
-- Table structure for table `paytms`
--

DROP TABLE IF EXISTS `paytms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `paytms` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `mobile` bigint(20) NOT NULL,
  `email` varchar(191) NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `fee` int(11) NOT NULL,
  `order_id` varchar(191) NOT NULL,
  `transaction_id` varchar(191) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `paytms`
--

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

--
-- Table structure for table `pdf_pages`
--

DROP TABLE IF EXISTS `pdf_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `pdf_pages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `english` varchar(191) NOT NULL,
  `italian` varchar(191) NOT NULL,
  `bulgarian` varchar(191) NOT NULL,
  `greek` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pdf_pages`
--

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

--
-- Table structure for table `permission_sections`
--

DROP TABLE IF EXISTS `permission_sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `permission_sections` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) DEFAULT NULL,
  `position` int(11) NOT NULL DEFAULT 9999,
  `ecommerce` tinyint(4) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `permission_sections`
--

LOCK TABLES `permission_sections` WRITE;
/*!40000 ALTER TABLE `permission_sections` DISABLE KEYS */;
INSERT INTO `permission_sections` VALUES
(1,'{\"en\":\"\"}',0,0,NULL,'2024-11-27 16:41:34',1),
(2,'{\"en\":\"Users\"}',1,0,'2024-11-27 16:41:34','2024-11-27 16:41:34',1),
(3,'{\"en\":\"Education\"}',2,0,'2024-11-27 16:41:34','2024-11-27 16:41:34',1),
(4,'{\"en\":\"E-commerce\"}',3,1,'2024-11-27 16:41:34','2024-11-27 16:41:34',1),
(5,'{\"en\":\"Content\"}',4,0,'2024-11-27 16:41:34','2024-11-27 16:41:34',1),
(6,'{\"en\":\"Communication\"}',5,0,'2024-11-27 16:41:34','2024-11-27 16:41:34',1),
(7,'{\"en\":\"Administration\"}',6,0,'2024-11-27 16:41:34','2024-11-27 16:41:34',1);
/*!40000 ALTER TABLE `permission_sections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `permissions`
--

DROP TABLE IF EXISTS `permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `permissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `module_id` int(11) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `name` varchar(191) DEFAULT NULL,
  `route` varchar(191) DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `created_by` int(10) unsigned NOT NULL DEFAULT 1,
  `updated_by` int(10) unsigned NOT NULL DEFAULT 1,
  `type` int(11) DEFAULT NULL COMMENT '1 for main menu, 2 for sub menu , 3 action',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `backend` tinyint(4) NOT NULL DEFAULT 1,
  `parent_route` text DEFAULT NULL,
  `ecommerce` tinyint(4) NOT NULL DEFAULT 0,
  `icon` varchar(191) NOT NULL DEFAULT 'fas fa-th',
  `menu_status` int(11) NOT NULL DEFAULT 1,
  `old_name` varchar(191) DEFAULT NULL,
  `old_type` int(11) DEFAULT NULL,
  `old_parent_route` varchar(191) DEFAULT NULL,
  `position` int(11) NOT NULL DEFAULT 99999,
  `module` varchar(191) DEFAULT NULL,
  `theme` varchar(191) DEFAULT NULL,
  `not_module` varchar(191) DEFAULT NULL,
  `not_theme` varchar(191) DEFAULT NULL,
  `section_id` int(11) NOT NULL DEFAULT 1,
  `power` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=742 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `permissions`
--

LOCK TABLES `permissions` WRITE;
/*!40000 ALTER TABLE `permissions` DISABLE KEYS */;
INSERT INTO `permissions` VALUES
(1,NULL,NULL,'Dashboard','dashboard',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas fa-th',1,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,1,0),
(2,NULL,NULL,'Students','students',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas fa-user',1,NULL,1,NULL,1,NULL,NULL,NULL,NULL,2,0),
(4,NULL,NULL,'Instructors','instructors',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas  fa-user-tie',1,NULL,1,NULL,2,NULL,NULL,NULL,NULL,2,0),
(5,NULL,NULL,'Courses','courses',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas fa-book',1,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,3,0),
(6,NULL,NULL,'Coupons','coupons',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,1,'fas fa-ticket-alt',1,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,4,0),
(7,NULL,NULL,'Quiz','quiz',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas fa-question-circle',1,NULL,NULL,NULL,6,NULL,NULL,NULL,NULL,3,0),
(8,NULL,NULL,'Communications','communications',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas fa-comments',1,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,6,0),
(9,NULL,NULL,'Payments','payments',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,1,'fas fa-money-bill-alt',1,NULL,NULL,NULL,8,NULL,NULL,NULL,NULL,4,0),
(12,NULL,NULL,'{\"en\":\"System Setting\"}','settings',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas fa-cogs',1,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,7,0),
(13,NULL,NULL,'Notification','notification',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas    fa-bell',1,NULL,NULL,NULL,37,NULL,NULL,NULL,NULL,7,0),
(16,NULL,NULL,'Frontend CMS','frontend_CMS',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas fa-paint-roller',1,NULL,1,NULL,1,NULL,NULL,NULL,NULL,5,0),
(18,NULL,NULL,'Report','reports',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas fa-chart-area',1,NULL,NULL,NULL,22,NULL,NULL,NULL,NULL,3,0),
(19,NULL,NULL,'Certificate','certificate',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas fa-certificate',1,NULL,NULL,NULL,18,NULL,NULL,NULL,NULL,3,0),
(31,NULL,NULL,'Student List','student.student_list',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'students',0,'fas fa-th',1,NULL,2,'students',2,NULL,NULL,NULL,NULL,2,0),
(32,NULL,NULL,'Add','student.store',1,1,1,3,NULL,NULL,1,1,'student.student_list',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(33,NULL,NULL,'Edit','student.edit',1,1,1,3,NULL,NULL,1,1,'student.student_list',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(34,NULL,NULL,'Delete','student.delete',1,1,1,3,NULL,NULL,1,1,'student.student_list',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(36,NULL,NULL,'Change Status','student.change_status',1,1,1,3,NULL,NULL,1,1,'student.student_list',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(37,NULL,NULL,'{\"en\":\"Enroll List\"}','admin.enrollLogs',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'enrollment',0,'fas fa-th',1,NULL,NULL,'enrollment',29,NULL,NULL,NULL,NULL,3,0),
(44,NULL,NULL,'All Instructor','allInstructor',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'instructors',0,'fas fa-th',1,NULL,2,'instructors',1,NULL,NULL,NULL,NULL,2,0),
(45,NULL,NULL,'Add','instructor.store',1,1,1,3,NULL,NULL,1,1,'allInstructor',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(46,NULL,NULL,'Edit','instructor.edit',1,1,1,3,NULL,NULL,1,1,'allInstructor',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(47,NULL,NULL,'Delete','instructor.delete',1,1,1,3,NULL,NULL,1,1,'allInstructor',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(48,NULL,NULL,'Change Status','instructor.change_status',1,1,1,3,NULL,NULL,1,1,'allInstructor',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(49,NULL,NULL,'Payout List','admin.instructor.payout',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'instructors',1,'fas fa-th',1,NULL,2,'instructors',2,NULL,NULL,NULL,NULL,2,0),
(50,NULL,NULL,'Category List','course.category',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'courses',0,'fas fa-th',1,NULL,NULL,NULL,2,NULL,NULL,NULL,NULL,3,0),
(51,NULL,NULL,'Add','course.category.store',1,1,1,3,NULL,NULL,1,1,'course.category',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(52,NULL,NULL,'Edit','course.category.edit',1,1,1,3,NULL,NULL,1,1,'course.category',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(53,NULL,NULL,'Delete','course.category.delete',1,1,1,3,NULL,NULL,1,1,'course.category',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(54,NULL,NULL,'Change Status','course.category.status_update',1,1,1,3,NULL,NULL,1,1,'course.category',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(56,NULL,NULL,'Add','course.subcategory.store',1,1,1,3,NULL,NULL,1,1,'course.subcategory',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(57,NULL,NULL,'Edit','course.subcategory.edit',1,1,1,3,NULL,NULL,1,1,'course.subcategory',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(58,NULL,NULL,'Delete','course.subcategory.delete',1,1,1,3,NULL,NULL,1,1,'course.subcategory',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(59,NULL,NULL,'Change Status','course.subcategory.status_update',1,1,1,3,NULL,NULL,1,1,'course.subcategory',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(60,NULL,NULL,'{\"en\":\"All Courses\"}','getAllCourse',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'courses',0,'fas fa-th',1,NULL,NULL,NULL,3,NULL,NULL,NULL,NULL,3,0),
(61,NULL,NULL,'Add','course.store',1,1,1,3,NULL,NULL,1,1,'getAllCourse',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(62,NULL,NULL,'Edit','course.edit',1,1,1,3,NULL,NULL,1,1,'getAllCourse',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(63,NULL,NULL,'Details','courseDetails',1,1,1,3,NULL,'2024-11-27 16:41:31',1,1,'getAllCourse',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(64,NULL,NULL,'View','course.view',1,1,1,3,NULL,NULL,1,1,'getAllCourse',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(67,NULL,NULL,'Change Status','course.status_update',1,1,1,3,NULL,NULL,1,1,'getAllCourse',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(69,NULL,NULL,'Add','saveChapterPage',1,1,1,3,NULL,NULL,1,1,'chapterPage',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(70,NULL,NULL,'Edit','chapterEdit',1,1,1,3,NULL,NULL,1,1,'chapterPage',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(71,NULL,NULL,'Delete','chapterDelete',1,1,1,3,NULL,NULL,1,1,'chapterPage',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(76,NULL,NULL,'Coupons List','coupons.manage',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'coupons',1,'fas fa-th',1,NULL,NULL,NULL,2,NULL,NULL,NULL,NULL,4,0),
(77,NULL,NULL,'Add','coupons.store',1,1,1,3,NULL,NULL,1,1,'coupons.manage',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(78,NULL,NULL,'Edit','coupons.edit',1,1,1,3,NULL,NULL,1,1,'coupons.manage',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(79,NULL,NULL,'Delete','coupons.delete',1,1,1,3,NULL,NULL,1,1,'coupons.manage',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(80,NULL,NULL,'Change Status','coupons.status_update',1,1,1,3,NULL,NULL,1,1,'coupons.manage',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(81,NULL,NULL,'Common Coupons','coupons.common',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'coupons',1,'fas fa-th',1,NULL,NULL,NULL,3,NULL,NULL,NULL,NULL,4,0),
(82,NULL,NULL,'Add','coupons.common.store',1,1,1,3,NULL,NULL,1,1,'coupons.common',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(83,NULL,NULL,'Edit','coupons.common.edit',1,1,1,3,NULL,NULL,1,1,'coupons.common',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(84,NULL,NULL,'Delete','coupons.common.delete',1,1,1,3,NULL,NULL,1,1,'coupons.common',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(85,NULL,NULL,'Change Status','coupons.common.status_update',1,1,1,3,NULL,NULL,1,1,'coupons.common',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(86,NULL,NULL,'Single Coupons','coupons.single',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'coupons',1,'fas fa-th',1,NULL,NULL,NULL,4,NULL,NULL,NULL,NULL,4,0),
(87,NULL,NULL,'Add','coupons.single.store',1,1,1,3,NULL,NULL,1,1,'coupons.single',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(88,NULL,NULL,'Edit','coupons.single.edit',1,1,1,3,NULL,NULL,1,1,'coupons.single',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(89,NULL,NULL,'Delete','coupons.single.delete',1,1,1,3,NULL,NULL,1,1,'coupons.single',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(90,NULL,NULL,'Change Status','coupons.single.status_update',1,1,1,3,NULL,NULL,1,1,'coupons.single',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(91,NULL,NULL,'Personalized Coupons','coupons.personalized',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'coupons',1,'fas fa-th',1,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,4,0),
(92,NULL,NULL,'Add','coupons.personalized.store',1,1,1,3,NULL,NULL,1,1,'coupons.personalized',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(93,NULL,NULL,'Edit','coupons.personalized.edit',1,1,1,3,NULL,NULL,1,1,'coupons.personalized',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(94,NULL,NULL,'Delete','coupons.personalized.delete',1,1,1,3,NULL,NULL,1,1,'coupons.personalized',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(95,NULL,NULL,'Change Status','coupons.personalized.status_update',1,1,1,3,NULL,NULL,1,1,'coupons.personalized',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(96,NULL,NULL,'Invite By Code','coupons.invite_code',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'coupons',1,'fas fa-th',1,NULL,NULL,NULL,6,NULL,NULL,NULL,NULL,4,0),
(97,NULL,NULL,'Edit','coupons.invite_code.edit',1,1,1,3,NULL,NULL,1,1,'coupons.invite_code',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(98,NULL,NULL,'Delete','coupons.invite_code.delete',1,1,1,3,NULL,NULL,1,1,'coupons.invite_code',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(99,NULL,NULL,'Change Status','coupons.invite_code.status_update',1,1,1,3,NULL,NULL,1,1,'coupons.invite_code',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(100,NULL,NULL,'Referral Setting','coupons.inviteSettings',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,1,'fas fa-users-cog',1,NULL,NULL,NULL,7,NULL,NULL,NULL,NULL,4,0),
(101,NULL,NULL,'Add','coupons.inviteSettings.store',1,1,1,3,NULL,NULL,1,1,'coupons.inviteSettings',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(102,NULL,NULL,'Edit','coupons.inviteSettings.edit',1,1,1,3,NULL,NULL,1,1,'coupons.inviteSettings',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(103,NULL,NULL,'Delete','coupons.inviteSettings.delete',1,1,1,3,NULL,NULL,1,1,'coupons.inviteSettings',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(104,NULL,NULL,'Change Status','coupons.inviteSettings.status_update',1,1,1,3,NULL,NULL,1,1,'coupons.inviteSettings',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(105,NULL,NULL,'Question Group','question-group',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'quiz',0,'fas fa-th',1,NULL,NULL,NULL,7,NULL,NULL,NULL,NULL,3,0),
(106,NULL,NULL,'Add','question-group.store',1,1,1,3,NULL,NULL,1,1,'question-group',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(107,NULL,NULL,'Edit','question-group.edit',1,1,1,3,NULL,NULL,1,1,'question-group',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(108,NULL,NULL,'Delete','question-group.delete',1,1,1,3,NULL,NULL,1,1,'question-group',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(109,NULL,NULL,'{\"en\":\"Add Question\"}','question-bank',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'quiz',0,'fas fa-th',1,NULL,NULL,NULL,9,NULL,NULL,NULL,NULL,3,0),
(110,NULL,NULL,'Add','question-bank.store',1,1,1,3,NULL,NULL,1,1,'question-bank',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(111,NULL,NULL,'Edit','question-bank.edit',1,1,1,3,NULL,NULL,1,1,'question-bank',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(112,NULL,NULL,'Delete','question-bank.delete',1,1,1,3,NULL,NULL,1,1,'question-bank',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(113,NULL,NULL,'Add Quiz','online-quiz',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'quiz',0,'fas fa-th',1,NULL,NULL,NULL,12,NULL,NULL,NULL,NULL,3,0),
(114,NULL,NULL,'Add','set-quiz.store',1,1,1,3,NULL,NULL,1,1,'online-quiz',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(115,NULL,NULL,'Edit','set-quiz.edit',1,1,1,3,NULL,NULL,1,1,'online-quiz',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(116,NULL,NULL,'Delete','set-quiz.delete',1,1,1,3,NULL,NULL,1,1,'online-quiz',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(117,NULL,NULL,'Set Question','set-quiz.set-question',1,1,1,3,NULL,NULL,1,1,'online-quiz',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(118,NULL,NULL,'Manage Question','set-quiz.manage-question',1,1,1,3,NULL,NULL,1,1,'online-quiz',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(119,NULL,NULL,'Publish Now','set-quiz.publish-now',1,1,1,3,NULL,NULL,1,1,'online-quiz',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(120,NULL,NULL,'Mark Register','set-quiz.mark-register',1,1,1,3,NULL,NULL,1,1,'online-quiz',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(121,NULL,NULL,'Quiz Setup','quizSetup',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'quiz',0,'fas fa-th',1,NULL,NULL,NULL,13,NULL,NULL,NULL,NULL,3,0),
(122,NULL,NULL,'Add','quiz-setup.store',1,1,1,3,NULL,NULL,1,1,'quizSetup',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(123,NULL,NULL,'Quiz Report','quizResult',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'quiz',0,'fas fa-th',1,NULL,NULL,NULL,26,NULL,NULL,NULL,NULL,3,0),
(124,NULL,NULL,'Private Message','communication.PrivateMessage',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'communications',0,'fas fa-th',1,NULL,NULL,NULL,2,NULL,NULL,NULL,NULL,6,0),
(125,NULL,NULL,'Send','communication.send',1,1,1,3,NULL,NULL,1,1,'communication.PrivateMessage',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(127,NULL,NULL,'Payment Received Online','onlineLog',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'payments',1,'fas fa-th',1,NULL,NULL,NULL,9,NULL,NULL,NULL,NULL,4,0),
(128,NULL,NULL,'Offline Payment','offlinePayment',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'payments',1,'fas fa-th',1,NULL,NULL,NULL,10,NULL,NULL,NULL,NULL,4,0),
(129,NULL,NULL,'Add','offlinePayment.add',1,1,1,3,NULL,NULL,1,1,'offlinePayment',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(130,NULL,NULL,'Fund History','offlinePayment.fund-history',1,1,1,3,NULL,NULL,1,1,'offlinePayment',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(134,NULL,NULL,'Admin Revenue','admin.reveuneList',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'reports',1,'fas fa-th',1,NULL,NULL,NULL,23,NULL,NULL,NULL,NULL,3,0),
(135,NULL,NULL,'Instructor Revenue','admin.reveuneListInstructor',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'reports',1,'fas fa-th',1,NULL,NULL,NULL,24,NULL,NULL,NULL,NULL,3,0),
(136,NULL,NULL,'Change Status','report.status_update',1,1,1,3,NULL,NULL,1,1,'admin.reveuneListInstructor',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(141,NULL,NULL,'Activation','setting.activation',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,2,NULL,NULL,NULL,NULL,7,0),
(142,NULL,NULL,'Change Activation Status','settings.ChangeActivationStatus',1,1,1,3,NULL,NULL,1,1,'setting.activation',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(150,NULL,NULL,'General Setting','setting.general_settings',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,3,NULL,NULL,NULL,NULL,7,0),
(151,NULL,NULL,'Update','settings.general_setting_update',1,1,1,3,NULL,NULL,1,1,'setting.general_settings',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(152,NULL,NULL,'Commission','setting.setCommission',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',1,'fas fa-th',1,NULL,NULL,NULL,4,NULL,NULL,NULL,NULL,7,0),
(153,NULL,NULL,'Flat Commission Update','setting.setCourseFee_update',1,1,1,3,NULL,NULL,1,1,'setting.setCommission',1,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(155,NULL,NULL,'Instructor Commission Edit','setting.instructorCommission_edit',1,1,1,3,NULL,NULL,1,1,'setting.setCommission',1,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(156,NULL,NULL,'Instructor Commission Update','setting.instructorCommission_update',1,1,1,3,NULL,NULL,1,1,'setting.setCommission',1,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(158,NULL,NULL,'Course Commission Edit','setting.courseCommission_edit',1,1,1,3,NULL,NULL,1,1,'setting.setCommission',1,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(159,NULL,NULL,'Course Commission Update','setting.courseCommission_update',1,1,1,3,NULL,NULL,1,1,'setting.setCommission',1,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(160,NULL,NULL,'{\"en\":\"Email Setup\"}','setting.email_setup',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,6,NULL,NULL,NULL,NULL,7,0),
(161,NULL,NULL,'Send Test Mail','setting.send_test_mail',1,1,1,3,NULL,NULL,1,1,'setting.email_setup',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(162,NULL,NULL,'Update','setting.email_credentials_update',1,1,1,3,NULL,NULL,1,1,'setting.email_setup',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(165,NULL,NULL,'Payment Method Setting','paymentmethodsetting.payment_method_setting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',1,'fas fa-th',1,NULL,NULL,NULL,8,NULL,NULL,NULL,NULL,7,0),
(166,NULL,NULL,'Update','paymentmethodsetting.payment_method_setting_update',1,1,1,3,NULL,NULL,1,1,'paymentmethodsetting.payment_method_setting',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(167,NULL,NULL,'{\"en\":\"Homepage SEO Setup\"}','setting.seo_setting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,13,NULL,NULL,NULL,NULL,7,0),
(168,NULL,NULL,'Update','setting.seo_setting_update',1,1,1,3,NULL,NULL,1,1,'setting.seo_setting',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(175,NULL,NULL,'Assign Permission','permission.permissions.store',1,1,1,3,NULL,NULL,1,1,'permission.roles.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(178,NULL,NULL,'Update','footerTemplateUpdate',1,1,1,3,NULL,NULL,1,1,'footerEmailConfig',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(179,NULL,NULL,'Email Template','EmailTemp',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,7,NULL,NULL,NULL,NULL,7,0),
(181,NULL,NULL,'Update','updateEmailTemp',1,1,1,3,NULL,NULL,1,1,'EmailTemp',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(182,NULL,NULL,'Language','languages.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,14,NULL,NULL,NULL,NULL,7,0),
(183,NULL,NULL,'Add','languages.store',1,1,1,3,NULL,NULL,1,1,'languages.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(184,NULL,NULL,'Edit','languages.edit',1,1,1,3,NULL,NULL,1,1,'languages.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(185,NULL,NULL,'Delete','languages.destroy',1,1,1,3,NULL,NULL,1,1,'languages.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(186,NULL,NULL,'Translate View','languages.translate_view',1,1,1,3,NULL,NULL,1,1,'languages.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(187,NULL,NULL,'RTL Status','languages.update_rtl_status',1,1,1,3,NULL,NULL,1,1,'languages.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(188,NULL,NULL,'Active Status','languages.update_active_status',1,1,1,3,NULL,NULL,1,1,'languages.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(189,NULL,NULL,'Key Value Store','languages.key_value_store',1,1,1,3,NULL,NULL,1,1,'languages.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(190,NULL,NULL,'Set Language','languages.change',1,1,1,3,NULL,NULL,1,1,'languages.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(191,NULL,NULL,'Get Translate File','languages.get_translate_file',1,1,1,3,NULL,NULL,1,1,'languages.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(192,NULL,NULL,'Currency','currencies.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,15,NULL,NULL,NULL,NULL,7,0),
(193,NULL,NULL,'Add','currency.store',1,1,1,3,NULL,NULL,1,1,'currencies.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(194,NULL,NULL,'Edit','currencies.edit_modal',1,1,1,3,NULL,NULL,1,1,'currencies.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(195,NULL,NULL,'Delete','currencies.destroy',1,1,1,3,NULL,NULL,1,1,'currencies.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(196,NULL,NULL,'Notification Setup','notification_setup_list',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'notification',0,'fas fa-th',1,NULL,NULL,NULL,38,NULL,NULL,NULL,NULL,7,0),
(197,NULL,NULL,'User Notification Setup','UserNotificationControll',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'notification',0,'fas fa-th',1,NULL,NULL,NULL,39,NULL,NULL,NULL,NULL,7,0),
(198,NULL,NULL,'Update','UpdateUserNotificationControll',1,1,1,3,NULL,NULL,1,1,'UserNotificationControll',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(204,NULL,NULL,'Social Setting','frontend.socialSetting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,2,'frontend_CMS',7,NULL,NULL,NULL,NULL,5,0),
(205,NULL,NULL,'Add','frontend.socialSetting.store',1,1,1,3,NULL,NULL,1,1,'frontend.socialSetting',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(206,NULL,NULL,'Edit','frontend.socialSetting.edit',1,1,1,3,NULL,NULL,1,1,'frontend.socialSetting',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(207,NULL,NULL,'Delete','frontend.socialSetting.delete',1,1,1,3,NULL,NULL,1,1,'frontend.socialSetting',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(210,NULL,NULL,'Change Status','frontend.socialSetting.status_update',1,1,1,3,NULL,NULL,1,1,'frontend.socialSetting',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(216,NULL,NULL,'Result','set-quiz.quiz_result',1,1,1,3,NULL,NULL,1,1,'online-quiz',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(217,NULL,NULL,'Vimeo Configuration','vimeosetting.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,10,NULL,NULL,NULL,NULL,7,0),
(218,NULL,NULL,'Update','vimeosetting.update',1,1,1,3,NULL,NULL,1,1,'vimeosetting.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(219,NULL,NULL,'Zoom','zoom',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas fa-th',1,NULL,NULL,NULL,16,NULL,NULL,NULL,NULL,3,0),
(221,NULL,NULL,'Setting','zoom.settings',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'zoom',0,'fas fa-th',1,NULL,NULL,NULL,17,NULL,NULL,NULL,NULL,3,0),
(222,NULL,NULL,'List','zoom.meetings.index',1,1,1,3,NULL,NULL,1,1,'zoom.meetings',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(223,NULL,NULL,'Store','zoom.meetings.store',1,1,1,3,NULL,NULL,1,1,'zoom.meetings',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(224,NULL,NULL,'edit','zoom.meetings.edit',1,1,1,3,NULL,NULL,1,1,'zoom.meetings',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(225,NULL,NULL,'Delete','zoom.meetings.destroy',1,1,1,3,NULL,NULL,1,1,'zoom.meetings',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(226,NULL,NULL,'BBB','bbb',0,1,1,1,NULL,'2024-11-27 16:41:31',1,1,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,'BBB',NULL,NULL,NULL,1,0),
(228,NULL,NULL,'Setting','bbb.settings',1,1,1,2,NULL,'2024-11-27 16:41:31',1,1,'bbb',0,'fas fa-th',1,NULL,NULL,NULL,99999,'BBB',NULL,NULL,NULL,1,0),
(229,NULL,NULL,'List','bbb.meetings.index',1,1,1,3,NULL,'2024-11-27 16:41:31',1,1,'bbb.meetings',0,'fas fa-th',1,NULL,NULL,NULL,99999,'BBB',NULL,NULL,NULL,1,0),
(230,NULL,NULL,'Store','bbb.meetings.store',1,1,1,3,NULL,NULL,1,1,'bbb.meetings',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(231,NULL,NULL,'edit','bbb.meetings.edit',1,1,1,3,NULL,NULL,1,1,'bbb.meetings',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(232,NULL,NULL,'Delete','bbb.meetings.destroy',1,1,1,3,NULL,NULL,1,1,'bbb.meetings',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(233,NULL,NULL,'Virtual Class','virtual-class',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas fa-vr-cardboard',1,NULL,NULL,NULL,14,NULL,NULL,NULL,NULL,3,0),
(234,NULL,NULL,'Virtual Class List','virtual-class.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'virtual-class',0,'fas fa-th',1,NULL,NULL,NULL,15,NULL,NULL,NULL,NULL,3,0),
(237,NULL,NULL,'Store','virtual-class.create',1,1,1,3,NULL,NULL,1,1,'virtual-class.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(238,NULL,NULL,'edit','virtual-class.edit',1,1,1,3,NULL,NULL,1,1,'virtual-class.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(239,NULL,NULL,'Delete','virtual-class.destroy',1,1,1,3,NULL,NULL,1,1,'virtual-class.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(247,NULL,NULL,'Certificate List','certificate.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'certificate',0,'fas fa-th',1,NULL,NULL,NULL,19,NULL,NULL,NULL,NULL,3,0),
(248,NULL,NULL,'{\"en\":\"Add Certificate\"}','certificate.create',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'certificate',0,'fas fa-th',1,NULL,NULL,NULL,20,NULL,NULL,NULL,NULL,3,0),
(249,NULL,NULL,'Edit','certificate.edit',1,1,1,3,NULL,NULL,1,1,'certificate.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(250,NULL,NULL,'Delete','certificate.destroy',1,1,1,3,NULL,NULL,1,1,'certificate.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(251,NULL,NULL,'Home Content','frontend.homeContent',1,1,1,2,NULL,'2024-11-27 16:41:35',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,NULL,NULL,6,NULL,NULL,NULL,NULL,5,0),
(256,NULL,NULL,'Privacy Policy','frontend.privacy_policy',1,1,1,2,NULL,'2024-11-27 16:41:35',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,NULL,NULL,8,NULL,NULL,NULL,NULL,5,0),
(257,NULL,NULL,'Testimonial','frontend.testimonials',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,2,'frontend_CMS',6,NULL,NULL,NULL,NULL,5,0),
(258,NULL,NULL,'Add','frontend.testimonials_store',1,1,1,3,NULL,NULL,1,1,'frontend.testimonials',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(259,NULL,NULL,'Edit','frontend.testimonials_edit',1,1,1,3,NULL,NULL,1,1,'frontend.testimonials',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(260,NULL,NULL,'Delete','frontend.testimonials_delete',1,1,1,3,NULL,NULL,1,1,'frontend.testimonials',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(261,NULL,NULL,'About','frontend.AboutPage',1,1,1,2,NULL,'2024-11-27 16:41:35',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,NULL,NULL,11,NULL,NULL,NULL,'infixlmstheme',5,0),
(262,NULL,NULL,'{\"en\":\"Builder\",\"ar\":\"Builder\"}','frontend.page.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,'Aora PageBuilder',2,'frontend_CMS',8,NULL,NULL,NULL,NULL,5,0),
(263,NULL,NULL,'Add','frontend.page.create',1,1,1,3,NULL,NULL,1,1,'frontend.page.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(264,NULL,NULL,'Edit','frontend.page.edit',1,1,1,3,NULL,NULL,1,1,'frontend.page.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(265,NULL,NULL,'Become Instructor','frontend.becomeInstructor',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,2,'frontend_CMS',9,NULL,NULL,NULL,NULL,5,0),
(266,NULL,NULL,'Edit','frontend.becomeInstructorUpdate',1,1,1,3,NULL,NULL,1,1,'frontend.becomeInstructor',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(267,NULL,NULL,'Sponsor','frontend.sponsors.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,2,'frontend_CMS',10,NULL,NULL,NULL,NULL,5,0),
(268,NULL,NULL,'Add','sponsor.store',1,1,1,3,NULL,NULL,1,1,'frontend.sponsors.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(269,NULL,NULL,'Edit','frontend.sponsors.edit',1,1,1,3,NULL,NULL,1,1,'frontend.sponsors.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(270,NULL,NULL,'{\"en\":\"Delete\"}','frontend.sponsors.destroy',1,1,1,3,NULL,'2024-11-27 16:41:27',1,1,'frontend.sponsors.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(272,NULL,NULL,'Api Settings','api.setting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,9,NULL,NULL,NULL,NULL,7,0),
(273,NULL,NULL,'Number of Instructors','dashboard.number_of_instructor',1,1,1,2,NULL,NULL,1,1,'dashboard',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(274,NULL,NULL,'Number of Enrolled','dashboard.number_of_enrolled',1,1,1,2,NULL,NULL,1,1,'dashboard',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(275,NULL,NULL,'Number of Subject','dashboard.number_of_subject',1,1,1,2,NULL,NULL,1,1,'dashboard',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(276,NULL,NULL,'Total Revenue','dashboard.total_revenue',1,1,1,2,NULL,NULL,1,1,'dashboard',1,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(277,NULL,NULL,'Total Enrolled Today','dashboard.total_enrolled_today',1,1,1,2,NULL,NULL,1,1,'dashboard',1,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(278,NULL,NULL,'Total Enrolled This Month','dashboard.total_enrolled_this_month',1,1,1,2,NULL,NULL,1,1,'dashboard',1,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(279,NULL,NULL,'Total Amount from Enrolled','dashboard.total_amount_from_enrolled',1,1,1,2,NULL,NULL,1,1,'dashboard',1,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(280,NULL,NULL,'Monthly Income','dashboard.monthly_income',1,1,1,2,NULL,NULL,1,1,'dashboard',1,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(281,NULL,NULL,'Payment Statistic','dashboard.payment_statistic',1,1,1,2,NULL,NULL,1,1,'dashboard',1,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(282,NULL,NULL,'Recent Enrolls','dashboard.recent_enrolls',1,1,1,2,NULL,NULL,1,1,'dashboard',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(283,NULL,NULL,'{\"en\":\"Overview of Topics\"}','dashboard.overview_of_courses',1,1,1,2,NULL,'2024-11-27 16:41:12',1,1,'dashboard',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(284,NULL,NULL,'Daily Wise Enroll','dashboard.daily_wise_enroll',1,1,1,2,NULL,NULL,1,1,'dashboard',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(285,NULL,NULL,'Number of Students','dashboard.number_of_student',1,1,1,2,NULL,NULL,1,1,'dashboard',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(286,NULL,NULL,'Bank Payment','bankPayment.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'payments',1,'fas fa-th',1,NULL,NULL,NULL,11,NULL,NULL,NULL,NULL,4,0),
(287,NULL,NULL,'Module Manager','modulemanager.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,17,NULL,NULL,NULL,NULL,7,1),
(288,NULL,NULL,'Aws S3 Setting','AwsS3Setting',0,1,1,2,NULL,'2024-11-27 16:41:30',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,99999,'AmazonS3',NULL,NULL,NULL,1,0),
(290,NULL,NULL,'Footer Setting','footerSetting.footer.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,2,'frontend_CMS',12,NULL,NULL,NULL,NULL,5,0),
(292,NULL,NULL,'{\"en\":\"About & Update\"}','setting.updateSystem',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,18,NULL,NULL,NULL,NULL,7,1),
(293,NULL,NULL,'Update System Submit','setting.updateSystem.submit',1,1,1,3,NULL,NULL,1,1,'setting.updateSystem',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(304,NULL,NULL,'Status Overview of Topics','dashboard.overview_status_of_courses',1,1,1,2,NULL,NULL,1,1,'dashboard',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(305,NULL,NULL,'Course level','course-level.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'courses',0,'fas fa-th',1,NULL,NULL,NULL,4,NULL,NULL,NULL,NULL,3,0),
(306,NULL,NULL,'Add','course-level.store',1,1,1,3,NULL,NULL,1,1,'course-level.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(307,NULL,NULL,'Edit','course-level.update',1,1,1,3,NULL,NULL,1,1,'course-level.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(308,NULL,NULL,'Delete','course-level.destroy',1,1,1,3,NULL,NULL,1,1,'course-level.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(317,NULL,NULL,'Ip Block','ipBlock.index',1,1,1,2,NULL,'2024-11-27 16:41:31',1,1,'utility',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,1),
(318,NULL,NULL,'Geo Location','setting.geoLocation',1,1,1,2,NULL,'2024-11-27 16:41:31',1,1,'utility',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,1),
(319,NULL,NULL,'{\"en\":\"Cookie\\/GDPR Setting\"}','setting.cookieSetting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,'Cookie/GDPR Setting',2,'settings',20,NULL,NULL,NULL,NULL,7,0),
(320,NULL,NULL,'Cache Setting','setting.cacheSetting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,21,NULL,NULL,NULL,NULL,7,0),
(321,NULL,NULL,'Cron Job','setting.cronJob',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,23,NULL,NULL,NULL,NULL,7,0),
(322,NULL,NULL,'Maintenance','setting.maintenance',1,1,1,2,NULL,'2024-11-27 16:41:31',1,1,'utility',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,1),
(323,NULL,NULL,'Utilities','setting.utilities',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'utility',0,'fas fa-th',1,NULL,NULL,NULL,42,NULL,NULL,NULL,NULL,7,1),
(324,NULL,NULL,'Header menu','frontend.headermenu',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,2,'frontend_CMS',1,NULL,NULL,NULL,NULL,5,0),
(326,NULL,NULL,'Add Element','frontend.headermenu.add-element',1,1,1,3,NULL,'2024-11-27 16:41:31',1,1,'frontend.headermenu',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(327,NULL,NULL,'Edit Element','frontend.headermenu.edit-element',1,1,1,3,NULL,'2024-11-27 16:41:31',1,1,'frontend.headermenu',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(328,NULL,NULL,'Reordering','frontend.headermenu.reordering',1,1,1,3,NULL,'2024-11-27 16:41:31',1,1,'frontend.headermenu',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(329,NULL,NULL,'Delete','frontend.headermenu.delete',1,1,1,3,NULL,'2024-11-27 16:41:31',1,1,'frontend.headermenu',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(330,NULL,NULL,'Page Content','frontend.pageContent',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,2,'frontend_CMS',5,NULL,NULL,NULL,NULL,5,0),
(331,NULL,NULL,'View','pageContent.view',1,1,1,3,NULL,'2024-11-27 16:41:30',1,1,'pageContent',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(332,NULL,NULL,'Update','pageContentUpdate',1,1,1,3,NULL,NULL,1,1,'pageContent',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(333,NULL,NULL,'Login & Registration','frontend.loginpage.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,2,'frontend_CMS',13,NULL,NULL,NULL,NULL,5,0),
(334,NULL,NULL,'Newsletter','newsletter',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas fa-envelope-open-text',1,NULL,NULL,NULL,31,NULL,NULL,NULL,NULL,7,0),
(335,NULL,NULL,'Setting','newsletter.setting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'newsletter',0,'fas fa-th',1,NULL,NULL,NULL,32,NULL,NULL,NULL,NULL,7,0),
(337,NULL,NULL,'Mailchimp Setting','newsletter.mailchimp.setting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'newsletter',0,'fas fa-th',1,NULL,NULL,NULL,33,NULL,NULL,NULL,NULL,7,0),
(338,NULL,NULL,'Get Response Setting','newsletter.getresponse.setting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'newsletter',0,'fas fa-th',1,NULL,NULL,NULL,34,NULL,NULL,NULL,NULL,7,0),
(341,NULL,NULL,'Delete','newsletter.subscriberDelete',1,1,1,3,NULL,'2024-11-27 16:41:33',1,1,'newsletter.subscriber',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(342,NULL,NULL,'Backup','backup.index',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas    fa-undo-alt',1,NULL,NULL,NULL,45,NULL,NULL,NULL,NULL,7,1),
(343,NULL,NULL,'Create','backup.create',1,1,1,3,NULL,'2024-11-27 16:41:31',1,1,'backup.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(344,NULL,NULL,'Delete','backup.delete',1,1,1,3,NULL,'2024-11-27 16:41:31',1,1,'backup.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(345,NULL,NULL,'Import','backup.import',1,1,1,3,NULL,'2024-11-27 16:41:31',1,1,'backup.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(346,NULL,NULL,'Delete','course.delete',1,1,1,3,NULL,NULL,1,1,'getAllCourse',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(355,NULL,NULL,'User Login Chart By Date','userLoginChartByDays',1,1,1,2,NULL,NULL,1,1,'dashboard',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(356,NULL,NULL,'User Login Chart By Time','userLoginChartByTime',1,1,1,2,NULL,NULL,1,1,'dashboard',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(357,NULL,NULL,'VdoCipher Configuration','vdocipher.setting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,11,NULL,NULL,NULL,NULL,7,0),
(358,NULL,NULL,'Update','vdocipher.settingUpdate',1,1,1,3,NULL,NULL,1,1,'vdocipher.setting',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(359,NULL,NULL,'Student Dashboard','studentDashboard',1,1,1,1,NULL,'2024-11-27 16:41:30',1,0,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(360,NULL,NULL,'My Courses','myCourses',1,1,1,1,NULL,'2024-11-27 16:41:30',1,0,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(361,NULL,NULL,'My Quizzes','myQuizzes',1,1,1,1,NULL,'2024-11-27 16:41:30',1,0,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(362,NULL,NULL,'Live Classes','myClasses',1,1,1,1,NULL,'2024-11-27 16:41:30',1,0,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(364,NULL,NULL,'Purchase History','myPurchases',1,1,1,1,NULL,'2024-11-27 16:41:30',1,0,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(365,NULL,NULL,'My Profile','myProfile',1,1,1,1,NULL,'2024-11-27 16:41:30',1,0,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(366,NULL,NULL,'Account Settings','myAccount',1,1,1,1,NULL,'2024-11-27 16:41:30',1,0,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(367,NULL,NULL,'Deposit','deposit',1,1,1,1,NULL,'2024-11-27 16:41:30',1,0,NULL,1,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(368,NULL,NULL,'Logged In Devices','logged.in.devices',1,1,1,1,NULL,'2024-11-27 16:41:30',1,0,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(369,NULL,NULL,'Referral','referral',1,1,1,1,NULL,'2024-11-27 16:41:30',1,0,NULL,1,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(370,NULL,NULL,'My Certificate','myCertificate',1,1,1,1,NULL,'2024-11-27 16:41:30',1,0,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(371,NULL,NULL,'{\"en\":\"Question Import\"}','question-bank-bulk',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'quiz',0,'fas fa-th',1,NULL,NULL,NULL,11,NULL,NULL,NULL,NULL,3,0),
(375,NULL,NULL,'Study Material','homework',1,1,1,1,NULL,'2024-11-27 16:41:30',1,1,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,'Homework',NULL,NULL,NULL,1,0),
(376,NULL,NULL,'Study Material List','homework_list',1,1,1,2,NULL,'2024-11-27 16:41:30',1,1,'homework',0,'fas fa-th',1,NULL,NULL,NULL,99999,'Homework',NULL,NULL,NULL,1,0),
(377,NULL,NULL,'Add','homework_add',1,1,1,3,NULL,NULL,1,1,'homework_list',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(378,NULL,NULL,'Edit','homework_edit',1,1,1,3,NULL,NULL,1,1,'homework_list',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(379,NULL,NULL,'Delete','homework_delete',1,1,1,3,NULL,NULL,1,1,'homework_list',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(380,NULL,NULL,'Marking','homework_marking',1,1,1,3,NULL,NULL,1,1,'homework_list',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(381,NULL,NULL,'Student List','homework_student_list',1,1,1,2,NULL,NULL,1,1,'homework_list',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(390,NULL,NULL,'Communicate','communicate',1,1,1,1,NULL,'2024-11-27 16:41:31',1,1,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,'Communicate',NULL,NULL,NULL,1,0),
(395,NULL,NULL,'Event','event',1,1,1,2,NULL,'2024-11-27 16:41:31',1,1,'communicate',0,'fas fa-th',1,NULL,NULL,NULL,99999,'Event',NULL,NULL,NULL,1,0),
(396,NULL,NULL,'Add','event-store',1,1,1,3,NULL,NULL,1,1,'event',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(397,NULL,NULL,'Edit','event-edit',1,1,1,3,NULL,NULL,1,1,'event',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(398,NULL,NULL,'Delete','delete-event',1,1,1,3,NULL,NULL,1,1,'event',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(550,NULL,NULL,'Calendar','calender',1,1,1,1,NULL,'2024-11-27 16:41:30',1,1,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,'Calender',NULL,NULL,NULL,1,0),
(551,NULL,NULL,'View','calendar_show',1,1,1,2,NULL,'2024-11-27 16:41:30',1,1,'calender',0,'fas fa-th',1,NULL,NULL,NULL,99999,'Calender',NULL,NULL,NULL,1,0),
(552,NULL,NULL,'Course Statistics','course.courseStatistics',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'reports',0,'fas fa-th',1,NULL,NULL,NULL,25,NULL,NULL,NULL,NULL,3,0),
(553,NULL,NULL,'Courses','student.courses',1,1,1,3,NULL,NULL,1,1,'student.student_list',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(554,NULL,NULL,'Students','course.enrolled_students',1,1,1,3,NULL,NULL,1,1,'getAllCourse',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(555,NULL,NULL,'Send Invitation','course.courseInvitation',1,1,1,3,NULL,NULL,1,1,'getAllCourse',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(556,NULL,NULL,'Notify','course.courseStudentNotify',1,1,1,3,NULL,NULL,1,1,'getAllCourse',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(557,NULL,NULL,'{\"en\":\"User manager\"}','user.manager',1,1,1,1,'2024-11-27 16:41:21','2025-10-16 20:11:13',1,1,NULL,0,'fas   fa-user-cog',1,NULL,1,NULL,3,NULL,NULL,NULL,NULL,2,0),
(558,NULL,NULL,'{\"en\":\"Staff\"}','staffs.index',1,1,1,2,'2024-11-27 16:41:21','2025-10-16 20:11:13',1,1,'user.manager',0,'fas fa-th',1,NULL,2,'user.manager',1,NULL,NULL,NULL,NULL,2,0),
(559,NULL,NULL,'{\"en\":\"Create\"}','staffs.store',1,1,1,3,'2024-11-27 16:41:21','2024-11-27 16:41:21',1,1,'staffs.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(560,NULL,NULL,'{\"en\":\"Update\"}','staffs.update',1,1,1,3,'2024-11-27 16:41:21','2024-11-27 16:41:21',1,1,'staffs.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(561,NULL,NULL,'{\"en\":\"Delete\"}','staffs.destroy',1,1,1,3,'2024-11-27 16:41:21','2024-11-27 16:41:21',1,1,'staffs.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(562,NULL,NULL,'{\"en\":\"Active\"}','staffs.active',1,1,1,3,'2024-11-27 16:41:21','2024-11-27 16:41:21',1,1,'staffs.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(563,NULL,NULL,'{\"en\":\"Inactive\"}','staffs.inactive',1,1,1,3,'2024-11-27 16:41:21','2024-11-27 16:41:21',1,1,'staffs.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(564,NULL,NULL,'{\"en\":\"Resume\"}','staffs.resume',1,1,1,3,'2024-11-27 16:41:21','2024-11-27 16:41:21',1,1,'staffs.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(565,NULL,NULL,'{\"en\":\"Department\"}','hr.department.index',1,1,1,2,'2024-11-27 16:41:21','2025-10-16 20:11:13',1,1,'user.manager',0,'fas fa-th',1,NULL,2,'user.manager',2,NULL,NULL,NULL,NULL,2,0),
(566,NULL,NULL,'{\"en\":\"Store\"}','hr.department.store',1,1,1,3,'2024-11-27 16:41:21','2024-11-27 16:41:21',1,1,'hr.department.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(567,NULL,NULL,'{\"en\":\"gDrive Configuration\"}','gdrive.setting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,12,NULL,NULL,NULL,NULL,7,0),
(568,NULL,NULL,'Update','gdrive.setting.update',1,1,1,3,NULL,NULL,1,1,'gdrive.setting',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(569,NULL,NULL,'Slider','frontend.sliders.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,2,'frontend_CMS',3,NULL,NULL,NULL,NULL,5,0),
(572,NULL,NULL,'Regular Student Import','regular_student_import',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'students',0,'fas fa-th',1,NULL,2,'students',1,NULL,NULL,NULL,NULL,2,0),
(573,NULL,NULL,'{\"en\":\"New Enroll\"}','student.new_enroll',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'enrollment',0,'fas fa-th',1,NULL,NULL,'enrollment',28,NULL,NULL,NULL,NULL,3,0),
(574,NULL,NULL,'Setting','student.student_field',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'students',0,'fas fa-th',1,NULL,2,'students',3,NULL,NULL,NULL,NULL,2,0),
(575,NULL,NULL,'Menu Setting','frontend.menusetting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,2,'frontend_CMS',2,NULL,NULL,NULL,NULL,5,0),
(576,NULL,NULL,'{\"en\":\"Refund & Cancellation\"}','enrollmentCancellation',1,1,1,1,'2024-11-27 16:41:27','2024-11-27 16:41:34',1,0,NULL,0,'fas fa-th',1,NULL,NULL,NULL,100000,NULL,NULL,NULL,NULL,1,0),
(577,NULL,NULL,'{\"en\":\"Utility\"}','utility',1,1,1,1,'2024-11-27 16:41:27','2025-10-16 20:11:13',1,1,NULL,0,'fas fa-hammer',1,NULL,NULL,NULL,41,NULL,NULL,NULL,NULL,7,1),
(578,NULL,NULL,'Preloader Setting','setting.preloader',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'utility',0,'fas fa-th',1,NULL,NULL,NULL,43,NULL,NULL,NULL,NULL,7,0),
(579,NULL,NULL,'Error Log','setting.error_log',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'utility',0,'fas fa-th',1,NULL,NULL,NULL,44,NULL,NULL,NULL,NULL,7,1),
(580,NULL,NULL,'{\"en\":\"Roles\"}','permission.roles.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'user.manager',0,'fas fa-th',1,'Roles',2,'user.manager',3,NULL,NULL,NULL,NULL,2,0),
(582,NULL,NULL,'Staff Setting','staffs.settings',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'user.manager',0,'fas fa-th',1,NULL,2,'user.manager',4,NULL,NULL,NULL,NULL,2,0),
(583,NULL,NULL,'Banner/Slider Setting','frontend.sliders.setting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,2,'frontend_CMS',4,NULL,NULL,NULL,NULL,5,0),
(584,NULL,NULL,'Add','frontend.sliders.store',1,1,1,3,NULL,NULL,1,1,'frontend.sliders',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(585,NULL,NULL,'Edit','frontend.sliders.update',1,1,1,3,NULL,NULL,1,1,'frontend.sliders',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(586,NULL,NULL,'Delete','frontend.sliders.destroy',1,1,1,3,NULL,NULL,1,1,'frontend.sliders',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(587,NULL,NULL,'Add','footerSetting.footer.widget-store',1,1,1,3,NULL,NULL,1,1,'footerSetting.footer.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(588,NULL,NULL,'Edit','footerSetting.footer.widget-update',1,1,1,3,NULL,NULL,1,1,'footerSetting.footer.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(589,NULL,NULL,'Delete','footerSetting.footer.widget-delete',1,1,1,3,NULL,NULL,1,1,'footerSetting.footer.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(590,NULL,NULL,'Change Status','footerSetting.footer.widget-status',1,1,1,3,NULL,NULL,1,1,'footerSetting.footer.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(591,NULL,NULL,'Section Update','footerSetting.footer.content-update',1,1,1,3,NULL,NULL,1,1,'footerSetting.footer.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(592,NULL,NULL,'Delete','frontend.page.delete',1,1,1,3,NULL,NULL,1,1,'frontend.page.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(593,NULL,NULL,'Change Status','frontend.page.change-status',1,1,1,3,NULL,NULL,1,1,'frontend.page.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(595,NULL,NULL,'Blogs','blogs',1,1,1,1,NULL,'2025-10-16 20:11:13',1,1,NULL,0,'fas   fa-pen-square',1,NULL,1,NULL,2,NULL,NULL,NULL,NULL,5,0),
(596,NULL,NULL,'Post','blogs.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'blogs',0,'fas fa-th',1,NULL,2,'blogs',2,NULL,NULL,NULL,NULL,5,0),
(597,NULL,NULL,'Add','blogs.store',1,1,1,3,NULL,NULL,1,1,'blogs.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(598,NULL,NULL,'Edit','blogs.update',1,1,1,3,NULL,NULL,1,1,'blogs.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(599,NULL,NULL,'Delete','blogs.destroy',1,1,1,3,NULL,NULL,1,1,'blogs.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(600,NULL,NULL,'Change Status','blogs.changeStatus',1,1,1,3,NULL,NULL,1,1,'blogs.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(601,NULL,NULL,'Category','blog-category.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'blogs',0,'fas fa-th',1,NULL,2,'blogs',1,NULL,NULL,NULL,NULL,5,0),
(602,NULL,NULL,'Add','blog-category.store',1,1,1,3,NULL,NULL,1,1,'blog-category.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(603,NULL,NULL,'Edit','blog-category.update',1,1,1,3,NULL,NULL,1,1,'blog-category.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(604,NULL,NULL,'Delete','blog-category.destroy',1,1,1,3,NULL,NULL,1,1,'blog-category.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(605,NULL,NULL,'Change Status','blog-category.changeStatus',1,1,1,3,NULL,NULL,1,1,'blog-category.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(606,NULL,NULL,'Acelle','newsletter.acelle.setting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'newsletter',0,'fas fa-th',1,NULL,NULL,NULL,35,NULL,NULL,NULL,NULL,7,0),
(607,NULL,NULL,'Subscriber','newsletter.subscriber',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'newsletter',0,'fas fa-th',1,NULL,NULL,NULL,36,NULL,NULL,NULL,NULL,7,0),
(608,NULL,NULL,'Instructor Setup','settings.instructor_setup',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,7,0),
(609,NULL,NULL,'Timezone','timezone.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,16,NULL,NULL,NULL,NULL,7,0),
(610,NULL,NULL,'Add','timezone.store',1,1,1,3,NULL,NULL,1,1,'timezone.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(611,NULL,NULL,'Edit','timezone.update',1,1,1,3,NULL,NULL,1,1,'timezone.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(612,NULL,NULL,'Delete','timezone.delete',1,1,1,3,NULL,NULL,1,1,'timezone.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(613,NULL,NULL,'{\"en\":\"City\"}','city.index',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,19,NULL,NULL,NULL,NULL,7,0),
(614,NULL,NULL,'Add','city.store',1,1,1,3,NULL,NULL,1,1,'city.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(615,NULL,NULL,'Edit','city.update',1,1,1,3,NULL,NULL,1,1,'city.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(616,NULL,NULL,'Delete','city.delete',1,1,1,3,NULL,NULL,1,1,'city.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(617,NULL,NULL,'Queue Settings','setting.queueSetting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,22,NULL,NULL,NULL,NULL,7,0),
(618,NULL,NULL,'reCaptcha','setting.captcha',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,24,NULL,NULL,NULL,NULL,7,0),
(619,NULL,NULL,'Social Login','setting.socialLogin',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,25,NULL,NULL,NULL,NULL,7,0),
(620,NULL,NULL,'Course Setting','course.setting',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'courses',0,'fas fa-th',1,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,3,0),
(621,NULL,NULL,'{\"en\":\"Certificate Fonts\"}','certificate.fonts',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'certificate',0,'fas fa-th',1,NULL,NULL,NULL,21,NULL,NULL,NULL,NULL,3,0),
(622,NULL,NULL,'Add','certificate.fonts.save',1,1,1,3,NULL,NULL,1,1,'certificate.fonts',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(623,NULL,NULL,'Delete','certificate.fonts.delete',1,1,1,3,NULL,NULL,1,1,'certificate.fonts',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(624,NULL,NULL,'Branch','org.branch',1,1,1,2,NULL,'2024-11-27 16:41:30',1,1,'students',0,'fas fa-th',1,NULL,NULL,NULL,99999,'Org',NULL,NULL,NULL,1,0),
(625,NULL,NULL,'Add','org.branch.store',1,1,1,3,NULL,NULL,1,1,'org.branch',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(626,NULL,NULL,'Edit','org.branch.update',1,1,1,3,NULL,NULL,1,1,'org.branch',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(627,NULL,NULL,'Delete','org.branch.delete',1,1,1,3,NULL,NULL,1,1,'org.branch',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(628,NULL,NULL,'Import','org.branch.import',1,1,1,3,NULL,NULL,1,1,'org.branch',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(629,NULL,NULL,'Export','org.branch.export',1,1,1,3,NULL,NULL,1,1,'org.branch',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(630,NULL,NULL,'Position','org.position',1,1,1,2,NULL,'2024-11-27 16:41:30',1,1,'students',0,'fas fa-th',1,NULL,NULL,NULL,99999,'Org',NULL,NULL,NULL,1,0),
(631,NULL,NULL,'Add','org.position.store',1,1,1,3,NULL,NULL,1,1,'org.position',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(632,NULL,NULL,'Edit','org.position.update',1,1,1,3,NULL,NULL,1,1,'org.position',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(633,NULL,NULL,'Delete','org.position.delete',1,1,1,3,NULL,NULL,1,1,'org.position',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(634,NULL,NULL,'{\"en\":\"Refund & Cancellation\"}','admin.cancelLogs',1,1,1,2,NULL,'2025-10-16 20:11:13',1,1,'enrollment',0,'fas fa-th',1,NULL,NULL,'enrollment',30,NULL,NULL,NULL,NULL,3,0),
(635,NULL,NULL,'Change Status','course-level.changeStatus',1,1,1,3,NULL,NULL,1,1,'course-level.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(636,NULL,NULL,'{\"en\":\"Sidebar Manager\"}','sidebar-manager.index',1,1,1,1,'2024-11-27 16:41:30','2025-10-16 20:11:13',1,1,NULL,0,'fas   fa-bars',1,NULL,NULL,NULL,26,NULL,NULL,NULL,NULL,7,0),
(637,NULL,NULL,'{\"en\":\"Push Notification\"}','setting.pushNotification',1,1,1,1,'2024-11-27 16:41:30','2025-10-16 20:11:13',1,1,NULL,0,'fas    fa-bullhorn',1,NULL,NULL,NULL,40,NULL,NULL,NULL,NULL,7,0),
(638,NULL,NULL,'{\"en\":\"Contact Us\"}','frontend.ContactPageContent',1,1,1,2,'2024-11-27 16:41:30','2024-11-27 16:41:35',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,NULL,NULL,12,NULL,NULL,NULL,'infixlmstheme',5,0),
(639,NULL,NULL,'{\"en\":\"Popup Content\"}','popup-content.index',1,1,1,2,'2024-11-27 16:41:30','2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,2,'frontend_CMS',11,NULL,NULL,NULL,NULL,5,0),
(640,NULL,NULL,'{\"en\":\"FAQ\"}','frontend.faq.index',1,1,1,2,'2024-11-27 16:41:30','2025-10-16 20:11:13',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,2,'frontend_CMS',14,NULL,NULL,NULL,NULL,5,0),
(641,NULL,NULL,'{\"en\":\"Add\"}','frontend.faq.store',1,1,1,3,'2024-11-27 16:41:30','2024-11-27 16:41:30',1,1,'frontend.faq.index',0,'fas fa-th',1,NULL,NULL,NULL,999999,NULL,NULL,NULL,NULL,1,0),
(642,NULL,NULL,'{\"en\":\"Edit\"}','frontend.faq.update',1,1,1,3,'2024-11-27 16:41:30','2024-11-27 16:41:30',1,1,'frontend.faq.index',0,'fas fa-th',1,NULL,NULL,NULL,999999,NULL,NULL,NULL,NULL,1,0),
(643,NULL,NULL,'{\"en\":\"Delete\"}','frontend.faq.destroy',1,1,1,3,'2024-11-27 16:41:30','2024-11-27 16:41:30',1,1,'frontend.faq.index',0,'fas fa-th',1,NULL,NULL,NULL,999999,NULL,NULL,NULL,NULL,1,0),
(644,NULL,NULL,'{\"en\":\"Appearance\"}','appearance',1,1,1,1,'2024-11-27 16:41:30','2025-10-16 20:11:13',1,1,NULL,0,'fas   fa-paint-brush',1,NULL,NULL,NULL,27,NULL,NULL,NULL,NULL,7,0),
(645,NULL,NULL,'{\"en\":\"Themes\"}','appearance.themes.index',1,1,1,2,'2024-11-27 16:41:30','2025-10-16 20:11:13',1,1,'appearance',0,'fas fa-th',0,NULL,NULL,NULL,28,NULL,NULL,NULL,NULL,7,0),
(646,NULL,NULL,'Theme color scheme','appearance.themes-customize.index',1,1,1,2,'2024-11-27 16:41:30','2025-10-16 20:11:13',1,1,'appearance',0,'fas fa-th',1,NULL,NULL,NULL,30,NULL,NULL,NULL,NULL,7,0),
(647,NULL,NULL,'{\"en\":\"Question Bank\"}','question-bank-list',1,1,1,2,'2024-11-27 16:41:31','2025-10-16 20:11:13',1,1,'quiz',0,'fas fa-th',1,NULL,NULL,NULL,10,NULL,NULL,NULL,NULL,3,0),
(649,NULL,NULL,'{\"en\":\"Result View\"}','set-quiz.enrolled-student',1,1,1,3,'2024-11-27 16:41:31','2024-11-27 16:41:31',1,1,'online-quiz',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(650,NULL,NULL,'{\"en\":\"Change Homepage\"}','frontend.page.changeHomepage',1,1,1,3,'2024-11-27 16:41:32','2024-11-27 16:41:32',1,1,'frontend.page.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(651,NULL,NULL,'{\"en\":\"Quiz Re-Test\"}','quizReTest',1,1,1,3,'2024-11-27 16:41:32','2024-11-27 16:41:32',1,1,'online-quiz',0,'fas fa-th',1,NULL,NULL,NULL,99999,'',NULL,NULL,NULL,1,0),
(652,NULL,NULL,'{\"en\":\"Custom CSS & JS\"}','frontend.customJsCss',1,1,1,2,'2024-11-27 16:41:32','2024-11-27 16:41:32',1,1,'frontend_CMS',0,'fas fa-th',1,NULL,NULL,NULL,99999,'',NULL,NULL,NULL,1,0),
(653,NULL,NULL,'{\"en\":\"Gamification\"}','gamification',1,1,1,1,'2024-11-27 16:41:32','2025-10-16 20:11:13',1,1,NULL,0,'fas fa-medal',1,NULL,1,NULL,3,NULL,NULL,NULL,NULL,5,0),
(654,NULL,NULL,'{\"en\":\"Setting\"}','gamification.setting',1,1,1,2,'2024-11-27 16:41:32','2025-10-16 20:11:13',1,1,'gamification',0,'fas fa-th',1,NULL,2,'gamification',1,NULL,NULL,NULL,NULL,5,0),
(655,NULL,NULL,'{\"en\":\"Update\"}','gamification.setting.update',1,1,1,3,'2024-11-27 16:41:32','2024-11-27 16:41:32',1,1,'gamification.setting',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(656,NULL,NULL,'{\"en\":\"Reset to Default\"}','gamification.setting.reset',1,1,1,3,'2024-11-27 16:41:32','2024-11-27 16:41:32',1,1,'gamification.setting',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(657,NULL,NULL,'{\"en\":\"Reset Statistics\"}','gamification.reset.statistic',1,1,1,3,'2024-11-27 16:41:32','2024-11-27 16:41:32',1,1,'gamification.setting',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(658,NULL,NULL,'{\"en\":\"Badges\"}','gamification.badges',1,1,1,2,'2024-11-27 16:41:32','2025-10-16 20:11:13',1,1,'gamification',0,'fas fa-th',1,NULL,2,'gamification',2,NULL,NULL,NULL,NULL,5,0),
(659,NULL,NULL,'{\"en\":\"Add\"}','gamification.badges.store',1,1,1,3,'2024-11-27 16:41:32','2024-11-27 16:41:32',1,1,'gamification.badges',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(660,NULL,NULL,'{\"en\":\"Edit\"}','gamification.badges.update',1,1,1,3,'2024-11-27 16:41:32','2024-11-27 16:41:32',1,1,'gamification.badges',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(661,NULL,NULL,'{\"en\":\"Delete\"}','gamification.badges.delete',1,1,1,3,'2024-11-27 16:41:32','2024-11-27 16:41:32',1,1,'gamification.badges',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(662,NULL,NULL,'{\"en\":\"Change Status\"}','gamification.badges.status',1,1,1,3,'2024-11-27 16:41:32','2024-11-27 16:41:32',1,1,'gamification.badges',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(663,NULL,NULL,'{\"en\":\"History\"}','gamification.history',1,1,1,2,'2024-11-27 16:41:32','2025-10-16 20:11:13',1,1,'gamification',0,'fas fa-th',1,NULL,2,'gamification',3,NULL,NULL,NULL,NULL,5,0),
(664,NULL,NULL,'{\"en\":\"Reward Points\"}','student.gamification.reward',1,1,1,1,'2024-11-27 16:41:32','2024-11-27 16:41:32',1,0,'gamification',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(665,NULL,NULL,'{\"en\":\"School Subject\"}','schoolSubject',1,1,1,2,'2024-11-27 16:41:33','2024-11-27 16:41:33',1,1,'courses',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,'tvt',NULL,NULL,1,0),
(666,NULL,NULL,'{\"en\":\"Add\"}','schoolSubject.store',1,1,1,3,'2024-11-27 16:41:33','2024-11-27 16:41:33',1,1,'schoolSubject',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,'tvt',NULL,NULL,1,0),
(667,NULL,NULL,'{\"en\":\"Edit\"}','schoolSubject.edit',1,1,1,3,'2024-11-27 16:41:33','2024-11-27 16:41:33',1,1,'schoolSubject',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,'tvt',NULL,NULL,1,0),
(668,NULL,NULL,'{\"en\":\"Delete\"}','schoolSubject.destroy',1,1,1,3,'2024-11-27 16:41:33','2024-11-27 16:41:33',1,1,'schoolSubject',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,'tvt',NULL,NULL,1,0),
(669,NULL,NULL,'{\"en\":\"Secret Login\"}','instructor.secretLogin',1,1,1,3,'2024-11-27 16:41:33','2024-11-27 16:41:33',1,1,'allInstructor',0,'fas fa-th',1,NULL,NULL,NULL,9999,NULL,NULL,NULL,NULL,1,0),
(670,NULL,NULL,'{\"en\":\"Secret Login\"}','student.secretLogin',1,1,1,3,'2024-11-27 16:41:33','2024-11-27 16:41:33',1,1,'student.student_list',0,'fas fa-th',1,NULL,NULL,NULL,9999,NULL,NULL,NULL,NULL,1,0),
(671,NULL,NULL,'{\"en\":\"Secret Login\"}','staffs.secretLogin',1,1,1,3,'2024-11-27 16:41:33','2024-11-27 16:41:33',1,1,'staffs.index',0,'fas fa-th',1,NULL,NULL,NULL,9999,NULL,NULL,NULL,NULL,1,0),
(672,NULL,NULL,'{\"en\":\"Secret Login\"}','organization.secretLogin',1,1,1,3,'2024-11-27 16:41:33','2024-11-27 16:41:33',1,1,'organization.index',0,'fas fa-th',1,NULL,NULL,NULL,9999,NULL,NULL,NULL,NULL,1,0),
(673,NULL,NULL,'{\"en\":\"Posted\"}','notifications.posted.index',1,1,1,2,'2024-11-27 16:41:34','2024-11-27 16:41:34',1,1,'notification',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(674,NULL,NULL,'{\"en\":\"Send Notification\"}','notifications.posted.create',1,1,1,3,'2024-11-27 16:41:34','2024-11-27 16:41:34',1,1,'notifications.posted.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(675,NULL,NULL,'{\"en\":\"Delete\"}','notifications.posted.destroy',1,1,1,3,'2024-11-27 16:41:34','2024-11-27 16:41:34',1,1,'notifications.posted.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(676,NULL,NULL,'{\"en\":\"Comments\"}','comments',1,1,1,1,'2024-11-27 16:41:34','2025-10-16 20:11:13',1,1,NULL,0,'fas fa-comment',1,NULL,NULL,NULL,3,NULL,NULL,NULL,NULL,6,0),
(677,NULL,NULL,'{\"en\":\"Blog Comments\"}','blogs.comments.index',1,1,1,2,'2024-11-27 16:41:34','2025-10-16 20:11:13',1,1,'comments',0,'fas fa-th',1,NULL,NULL,NULL,4,NULL,NULL,NULL,NULL,6,0),
(678,NULL,NULL,'{\"en\":\"delete\"}','blogs.comments.destroy',1,1,1,3,'2024-11-27 16:41:34','2024-11-27 16:41:34',1,1,'blogs.comments.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(679,NULL,NULL,'{\"en\":\"reply\"}','blogs.comments.reply',1,1,1,3,'2024-11-27 16:41:34','2024-11-27 16:41:34',1,1,'blogs.comments.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(680,NULL,NULL,'{\"en\":\"Topic Comments\"}','topics.comments.index',1,1,1,2,'2024-11-27 16:41:34','2025-10-16 20:11:13',1,1,'comments',0,'fas fa-th',1,NULL,NULL,NULL,5,NULL,NULL,NULL,NULL,6,0),
(681,NULL,NULL,'{\"en\":\"delete\"}','topics.comments.destroy',1,1,1,3,'2024-11-27 16:41:34','2024-11-27 16:41:34',1,1,'topics.comments.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(682,NULL,NULL,'{\"en\":\"reply\"}','topics.comments.reply',1,1,1,3,'2024-11-27 16:41:34','2024-11-27 16:41:34',1,1,'topics.comments.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(683,NULL,NULL,'{\"en\":\"Enrollment\"}','enrollment',1,1,1,1,'2024-11-27 16:41:34','2025-10-16 20:11:13',1,1,NULL,0,'fab fa-buysellads',1,NULL,NULL,NULL,27,NULL,NULL,NULL,NULL,3,0),
(684,NULL,NULL,'{\"en\":\"Approved\"}','refund.approved',1,1,1,3,'2024-11-27 16:41:34','2024-11-27 16:41:34',1,1,'admin.cancelLogs',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(685,NULL,NULL,'{\"en\":\"Reject\"}','refund.reject',1,1,1,3,'2024-11-27 16:41:34','2024-11-27 16:41:34',1,1,'admin.cancelLogs',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(686,NULL,NULL,'{\"en\":\"Refund Setting\"}','refund.settings.create',1,1,1,2,'2024-11-27 16:41:34','2025-10-16 20:11:13',1,1,'enrollment',0,'fas fa-th',1,NULL,NULL,NULL,31,NULL,NULL,NULL,NULL,3,0),
(687,NULL,NULL,'{\"en\":\"Login Activity\"}','student.loginActivity',1,1,1,3,'2024-11-27 16:41:36','2024-11-27 16:41:36',1,1,'student.student_list',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(688,NULL,NULL,'{\"en\":\"Blog Setting\"}','blogs.setting.index',1,1,1,2,'2024-11-27 16:41:37','2024-11-27 16:41:37',1,1,'blogs',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(689,NULL,NULL,'{\"en\":\"My Blog\"}','users.blog.index',1,1,1,1,'2024-11-27 16:41:37','2024-11-27 16:41:37',1,0,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(690,NULL,NULL,'{\"en\":\"Payout Account\"}','admin.payout_accounts.index',1,1,1,2,'2024-11-27 16:41:37','2024-11-27 16:41:37',1,1,'settings',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(691,NULL,NULL,'{\"en\":\"Create\"}','admin.payout_accounts.store',1,1,1,3,'2024-11-27 16:41:37','2024-11-27 16:41:37',1,1,'admin.payout_accounts.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(692,NULL,NULL,'{\"en\":\"Edit\"}','admin.payout_accounts.update',1,1,1,3,'2024-11-27 16:41:37','2024-11-27 16:41:37',1,1,'admin.payout_accounts.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(693,NULL,NULL,'{\"en\":\"Delete\"}','admin.payout_accounts.destroy',1,1,1,3,'2024-11-27 16:41:37','2024-11-27 16:41:37',1,1,'admin.payout_accounts.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(694,NULL,NULL,'{\"en\":\"Course Commission Delete\"}','setting.courseCommission.delete',1,1,1,3,'2024-11-27 16:41:37','2024-11-27 16:41:37',1,1,'setting.setCommission',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(695,NULL,NULL,'{\"en\":\"Delete Request\"}','admin.user_delete_request.index',1,1,1,2,'2024-11-27 16:41:37','2024-11-27 16:41:37',1,1,'user.manager',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(696,NULL,NULL,'{\"en\":\"Delete\"}','admin.user_delete_request.destroy',1,1,1,3,'2024-11-27 16:41:37','2024-11-27 16:41:37',1,1,'admin.user_delete_request.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(697,NULL,NULL,'{\"en\":\"Reject\"}','admin.user_delete_request.reject',1,1,1,3,'2024-11-27 16:41:37','2024-11-27 16:41:37',1,1,'admin.user_delete_request.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(698,NULL,NULL,'{\"en\":\"My Panel\"}','users.my_panel.index',1,1,1,1,'2024-11-27 16:41:38','2025-10-16 20:11:13',1,1,NULL,0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(699,NULL,NULL,'{\"en\":\"My Topics\"}','users.my_topics.index',1,1,1,2,'2024-11-27 16:41:38','2025-10-16 20:11:13',1,1,'users.my_panel.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(700,NULL,NULL,'{\"en\":\"Deposit\"}','users.deposit.index',1,1,1,2,'2024-11-27 16:41:38','2025-10-16 20:11:13',1,1,'users.my_panel.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(701,NULL,NULL,'{\"en\":\"My Certificate\"}','users.my_certificates.index',1,1,1,2,'2024-11-27 16:41:38','2025-10-16 20:11:13',1,1,'users.my_panel.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(702,NULL,NULL,'{\"en\":\"Logged In Device\"}','users.logged_in_devices.index',1,1,1,2,'2024-11-27 16:41:38','2025-10-16 20:11:13',1,1,'users.my_panel.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(703,NULL,NULL,'{\"en\":\"Referral\"}','users.my_referral.index',1,1,1,2,'2024-11-27 16:41:38','2025-10-16 20:11:13',1,1,'users.my_panel.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(704,NULL,NULL,'{\"en\":\"Purchase History\"}','users.my_purchase.index',1,1,1,2,'2024-11-27 16:41:38','2025-10-16 20:11:13',1,1,'users.my_panel.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(705,NULL,NULL,'{\"en\":\"Refund & Cancellation\"}','users.my_refund.index',1,1,1,2,'2024-11-27 16:41:38','2025-10-16 20:11:13',1,1,'users.my_panel.index',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(706,NULL,NULL,'{\"en\":\"Payout Settings\"}','admin.payout.settings',1,1,1,2,'2024-11-27 16:41:38','2024-11-27 16:41:38',1,1,'payments',0,'fas fa-th',1,NULL,NULL,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(707,NULL,NULL,'{\"en\":\"Theme Font\"}','appearance.themes-font.index',1,1,1,2,'2024-11-27 16:41:38','2025-10-16 20:11:13',1,1,'appearance',0,'fas fa-th',1,'Theme Font',2,'appearance',99999,NULL,NULL,NULL,NULL,7,0),
(708,NULL,NULL,'{\"en\":\"Products\"}','products',1,1,1,1,'2024-11-27 16:41:38','2025-10-16 20:11:13',1,1,NULL,0,'fas fa-box',1,'Products',1,NULL,1,NULL,NULL,NULL,NULL,3,0),
(709,NULL,NULL,'{\"en\":\"Category List\"}','products.category',1,1,1,2,'2024-11-27 16:41:38','2025-10-16 20:11:13',1,1,'products',0,'fas fa-th',1,'Category List',2,'products',2,NULL,NULL,NULL,NULL,3,3),
(710,NULL,NULL,'{\"en\":\"Products Category List\"}','products.category',1,1,1,2,'2024-11-27 16:41:39','2025-10-16 20:11:13',1,1,'products',0,'fas fa-th',1,'Products Category List',2,'products',1,NULL,NULL,NULL,NULL,3,0),
(711,NULL,NULL,'{\"en\":\"Add\"}','products.category.store',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'products.category',0,'fas fa-th',1,'Add',3,'products.category',99999,NULL,NULL,NULL,NULL,3,0),
(712,NULL,NULL,'{\"en\":\"Edit\"}','products.category.edit',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'products.category',0,'fas fa-th',1,'Edit',3,'products.category',99999,NULL,NULL,NULL,NULL,3,0),
(713,NULL,NULL,'{\"en\":\"Delete\"}','products.category.delete',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'products.category',0,'fas fa-th',1,'Delete',3,'products.category',99999,NULL,NULL,NULL,NULL,3,0),
(714,NULL,NULL,'{\"en\":\"Change Status\"}','products.category.status_update',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'products.category',0,'fas fa-th',1,'Change Status',3,'products.category',99999,NULL,NULL,NULL,NULL,3,0),
(715,NULL,NULL,'{\"en\":\"Add\"}','products.subcategory.store',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'products.subcategory',0,'fas fa-th',1,'Add',3,'products.subcategory',99999,NULL,NULL,NULL,NULL,1,0),
(716,NULL,NULL,'{\"en\":\"Edit\"}','products.subcategory.edit',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'products.subcategory',0,'fas fa-th',1,'Edit',3,'products.subcategory',99999,NULL,NULL,NULL,NULL,1,0),
(717,NULL,NULL,'{\"en\":\"Delete\"}','products.subcategory.delete',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'products.subcategory',0,'fas fa-th',1,'Delete',3,'products.subcategory',99999,NULL,NULL,NULL,NULL,1,0),
(718,NULL,NULL,'{\"en\":\"Change Status\"}','products.subcategory.status_update',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'products.subcategory',0,'fas fa-th',1,'Change Status',3,'products.subcategory',99999,NULL,NULL,NULL,NULL,1,0),
(719,NULL,NULL,'{\"en\":\"All Products\"}','getAllProducts',1,1,1,2,'2024-11-27 16:41:39','2025-10-16 20:11:13',1,1,'products',0,'fas fa-th',1,'All Products',2,'products',2,NULL,NULL,NULL,NULL,3,0),
(720,NULL,NULL,'{\"en\":\"Add\"}','products.store',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'getAllProducts',0,'fas fa-th',1,'Add',3,'getAllProducts',99999,NULL,NULL,NULL,NULL,3,0),
(721,NULL,NULL,'{\"en\":\"Edit\"}','products.edit',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'getAllProducts',0,'fas fa-th',1,'Edit',3,'getAllProducts',99999,NULL,NULL,NULL,NULL,3,0),
(722,NULL,NULL,'{\"en\":\"Details\"}','productDetails',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'getAllProducts',0,'fas fa-th',1,'Details',3,'getAllProducts',99999,NULL,NULL,NULL,NULL,3,0),
(723,NULL,NULL,'{\"en\":\"View\"}','products.view',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'getAllProducts',0,'fas fa-th',1,'View',3,'getAllProducts',99999,NULL,NULL,NULL,NULL,3,0),
(724,NULL,NULL,'{\"en\":\"Change Status\"}','products.status_update',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'getAllProducts',0,'fas fa-th',1,'Change Status',3,'getAllProducts',99999,NULL,NULL,NULL,NULL,3,0),
(725,NULL,NULL,'{\"en\":\"Delete\"}','products.status_update',1,1,1,3,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,1,'getAllProducts',0,'fas fa-th',1,'Delete',3,'getAllProducts',99999,NULL,NULL,NULL,NULL,3,0),
(726,NULL,NULL,'{\"en\":\"My Products\"}','myProducts',1,1,1,1,'2024-11-27 16:41:39','2024-11-27 16:41:39',1,0,NULL,0,'fas fa-th',1,'My Products',1,NULL,99999,NULL,NULL,NULL,NULL,1,0),
(729,NULL,NULL,'{\"en\":\"Bundle\"}','bundles',1,1,1,1,'2024-12-16 13:18:07','2025-10-16 20:11:13',1,1,'',0,'fas fa-th',1,'Bundle',1,'bundleAdmin',99999,NULL,NULL,NULL,NULL,3,0),
(730,NULL,NULL,'{\"en\":\"Bundle Save\"}','bundleAdmin.Save',1,1,1,3,'2024-12-16 13:18:07','2024-12-16 13:18:07',1,1,'bundle',0,'fas fa-th',1,'Save',3,'bundleAdmin',99999,NULL,NULL,NULL,NULL,1,0),
(731,NULL,NULL,'{\"en\":\"Offers\"}','bundleAdmin',1,1,1,2,'2024-12-16 13:18:07','2025-10-16 20:11:13',1,1,'bundles',0,'fas fa-th',1,'Bundle',2,'bundleAdmin',99999,NULL,NULL,NULL,NULL,3,0),
(732,NULL,NULL,'{\"en\":\"Partial List Buyers\"}','partialBundleBuyers',1,1,1,2,'2024-12-16 13:18:07','2025-10-16 20:11:13',1,1,'bundles',0,'fas fa-th',1,'Partial List Buyers',2,'partialBundleBuyers',99999,NULL,NULL,NULL,NULL,3,0),
(733,NULL,NULL,'{\"en\":\"Full List Buyers\"}','bundleBuyers',1,1,1,2,'2024-12-16 13:18:07','2025-10-16 20:11:13',1,1,'bundles',0,'fas fa-th',1,'Full List Buyers',2,'bundleBuyers',99999,NULL,NULL,NULL,NULL,3,0),
(734,NULL,NULL,'{\"en\":\"Multi Bundle\"}','multiBundles',1,1,1,1,'2025-02-04 20:24:14','2025-10-16 20:11:13',1,1,'',0,'fas fa-th',1,'Multi Bundle',1,'multiBundles',99999,NULL,NULL,NULL,NULL,3,0),
(735,NULL,NULL,'{\"en\":\"Multi Bundles\"}','multiBundle.index',1,1,1,2,'2025-02-04 20:24:14','2025-10-16 20:11:13',1,1,'multiBundles',0,'fas fa-th',1,'Multi Bundle',2,'multiBundle.index',99999,NULL,NULL,NULL,NULL,3,0),
(736,NULL,NULL,'{\"en\":\"Multi Bundle Create\"}','multiBundle.create',1,1,1,3,'2025-02-04 20:24:14','2025-02-04 20:24:14',1,1,'multi',0,'fas fa-th',1,'Save',3,'multiBundle.create',99999,NULL,NULL,NULL,NULL,1,0),
(737,NULL,NULL,'{\"en\":\"Multi Bundle Store\"}','multiBundle.store',1,1,1,3,'2025-02-04 20:24:14','2025-02-04 20:24:14',1,1,'multi',0,'fas fa-th',1,'Save',3,'multiBundle.store',99999,NULL,NULL,NULL,NULL,1,0),
(738,NULL,NULL,'{\"en\":\"Multi Bundle Edit\"}','multiBundle.edit',1,1,1,3,'2025-02-04 20:24:14','2025-02-04 20:24:14',1,1,'multi',0,'fas fa-th',1,'Save',3,'multiBundle.edit',99999,NULL,NULL,NULL,NULL,1,0),
(739,NULL,NULL,'{\"en\":\"Multi Bundle Update\"}','multiBundle.update',1,1,1,3,'2025-02-04 20:24:14','2025-02-04 20:24:14',1,1,'multi',0,'fas fa-th',1,'Save',3,'multiBundle.update',99999,NULL,NULL,NULL,NULL,1,0),
(740,NULL,NULL,'{\"en\":\"Multi Bundle Show\"}','multiBundle.show',1,1,1,3,'2025-02-04 20:24:14','2025-02-04 20:24:14',1,1,'multi',0,'fas fa-th',1,'Save',3,'multiBundle.show',99999,NULL,NULL,NULL,NULL,1,0),
(741,NULL,NULL,'{\"en\":\"Multi Bundle Destroy\"}','multiBundle.destroy',1,1,1,3,'2025-02-04 20:24:14','2025-02-04 20:24:14',1,1,'multi',0,'fas fa-th',1,'Save',3,'multiBundle.destroy',99999,NULL,NULL,NULL,NULL,1,0);
/*!40000 ALTER TABLE `permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pesapal_payments`
--

DROP TABLE IF EXISTS `pesapal_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `pesapal_payments` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `first_name` varchar(191) DEFAULT NULL,
  `last_name` varchar(191) DEFAULT NULL,
  `phone_number` bigint(20) unsigned DEFAULT NULL,
  `email` text DEFAULT NULL,
  `amount` text NOT NULL,
  `currency` varchar(191) NOT NULL,
  `reference` varchar(191) NOT NULL,
  `description` text NOT NULL,
  `status` text DEFAULT NULL,
  `tracking_id` text DEFAULT NULL,
  `payment_method` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pesapal_payments`
--

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

--
-- Table structure for table `popup_contents`
--

DROP TABLE IF EXISTS `popup_contents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `popup_contents` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `image` varchar(191) DEFAULT NULL,
  `title` longtext DEFAULT NULL,
  `message` longtext DEFAULT NULL,
  `link` text DEFAULT NULL,
  `btn_txt` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `popup_contents`
--

LOCK TABLES `popup_contents` WRITE;
/*!40000 ALTER TABLE `popup_contents` DISABLE KEYS */;
INSERT INTO `popup_contents` VALUES
(1,'public/uploads/popup/1.png','{\"en\":\"Want to get more offer?\",\"ar\":\"Want to get more offer?\"}','{\"en\":\"Get you 15% discount for all your shopping.\",\"ar\":\"Get you 15% discount for all your shopping.\"}','https://lms.demosoftware.me/','{\"en\":\"Visit Website\",\"ar\":\"Visit Website\"}','2024-11-27 16:41:15','2024-12-02 11:44:19',1,0);
/*!40000 ALTER TABLE `popup_contents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `posted_notification_receivers`
--

DROP TABLE IF EXISTS `posted_notification_receivers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `posted_notification_receivers` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `notification_id` bigint(20) unsigned NOT NULL,
  `receiver_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `posted_notification_receivers`
--

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

--
-- Table structure for table `posted_notifications`
--

DROP TABLE IF EXISTS `posted_notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `posted_notifications` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(191) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `message` longtext DEFAULT NULL,
  `status` tinyint(1) DEFAULT NULL,
  `sender_id` bigint(20) unsigned DEFAULT NULL,
  `course_id` bigint(20) unsigned DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `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 `posted_notifications`
--

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

--
-- Table structure for table `privacy_policies`
--

DROP TABLE IF EXISTS `privacy_policies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `privacy_policies` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `description` text DEFAULT NULL,
  `general` text DEFAULT NULL,
  `personal_data` text DEFAULT NULL,
  `voluntary_disclosure` text DEFAULT NULL,
  `children_privacy` text DEFAULT NULL,
  `information_about_cookies` text DEFAULT NULL,
  `thirt_party_adv` text DEFAULT NULL,
  `other_sites` text DEFAULT NULL,
  `teacher` text DEFAULT NULL,
  `student` text DEFAULT NULL,
  `business_transfer` text DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `created_by` int(10) unsigned DEFAULT 1,
  `updated_by` int(10) unsigned DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `page_banner_status` int(11) NOT NULL DEFAULT 1,
  `page_banner` varchar(191) NOT NULL DEFAULT 'public/frontend/learningms/img/banner/cta_bg.jpg',
  `page_banner_title` longtext DEFAULT 'Privacy Policies',
  `page_banner_sub_title` longtext DEFAULT 'We’re here with you every step way!',
  `details` longtext DEFAULT NULL,
  PRIMARY KEY (`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 `privacy_policies`
--

LOCK TABLES `privacy_policies` WRITE;
/*!40000 ALTER TABLE `privacy_policies` DISABLE KEYS */;
INSERT INTO `privacy_policies` VALUES
(1,'Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.','Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.','Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.','Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.','Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.','Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.','Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.','Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.','Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.','Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.','Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (“U.S.”) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.',1,1,1,'2024-11-27 16:41:07','2024-11-27 16:41:11',1,1,'public/frontend/learningms/img/banner/cta_bg.jpg','{\"en\":\"Privacy Policies\"}','{\"en\":\"We’re here with you every step way!\"}','{\"en\":\"Plus, you\'ll also learn Justin\'s go-to camera settings, must-have gear, and recommendations on a budget. By the end, you\'ll know how to master your settings, shoot in manual mode for total control. Transfers of Personal Data: The Services are hosted and operated in the United States (\\u201cU.S.\\u201d) through Skillshare and its service providers, and if you do not reside in the U.S., laws in the U.S. may differ from the laws where you reside. By using the Services, you acknowledge that any Personal Data about you.\"}');
/*!40000 ALTER TABLE `privacy_policies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `products`
--

DROP TABLE IF EXISTS `products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `products` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `category_id` int(10) unsigned DEFAULT NULL,
  `subcategory_id` int(11) DEFAULT NULL,
  `title` varchar(191) DEFAULT NULL,
  `slug` varchar(191) DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `thumbnail` varchar(191) DEFAULT NULL,
  `price` double(8,2) NOT NULL DEFAULT 0.00,
  `discount_price` double(8,2) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `meta_keywords` varchar(191) DEFAULT NULL,
  `meta_description` varchar(191) DEFAULT NULL,
  `about` text DEFAULT NULL,
  `view` int(11) NOT NULL DEFAULT 0,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  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 `products`
--

LOCK TABLES `products` WRITE;
/*!40000 ALTER TABLE `products` DISABLE KEYS */;
INSERT INTO `products` VALUES
(1,1,NULL,'{\"en\":\"The Art of War\",\"ar\":\"الكتاب الرقمي\"}','the-art-of-war','public/uploads/main/images/14-05-2025/682457a2c3e9d.jpeg','public/uploads/main/images/14-05-2025/682457a2c88c1.jpeg',0.00,NULL,1,NULL,NULL,'{\"en\":\"<p>\\\"The Art of War is a Chinese military treatise written during the 6th century BC by Sun Tzu. Composed of 13 chapters, each of which is devoted to one aspect of warfare, it has long been praised as the definitive work on military strategies and tactics of its time. The Art of War is one of the oldest and most famous studies of strategy and has had a huge influence on both military planning and beyond. The Art of War has also been applied, with much success, to business and managerial strategies.\\\" (summary from Wikipedia)<\\/p><p><br><\\/p><p><b>Download for free:<\\/b>&nbsp;<a href=\\\"https:\\/\\/www.digitalbook.io\\/audiobook\\/dde384cea887710191f27841fd8e44f8\\/Art%20of%20War\\\" target=\\\"_blank\\\">https:\\/\\/www.digitalbook.io\\/audiobook\\/dde384cea887710191f27841fd8e44f8\\/Art%20of%20War<\\/a><a href=\\\"https:\\/\\/www.digitalbook.io\\/audiobook\\/dde384cea887710191f27841fd8e44f8\\/Art%20of%20War\\\" target=\\\"_blank\\\"><\\/a><\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p>\"}',63,1,'2024-11-29 12:08:52','2025-12-16 10:51:35'),
(2,1,NULL,'{\"en\":\"Leadership Gold\"}','leadership-gold','public/uploads/main/images/14-05-2025/68244fbc6ca4e.jpeg','public/uploads/main/images/14-05-2025/68244fbc75358.jpeg',20.00,NULL,1,NULL,NULL,'{\"en\":\"<p><b><span style=\\\"font-size: 18px;\\\">Leadership Gold<\\/span><\\/b><\\/p><p><br><\\/p><p>Smart leaders learn from their own mistakes. Smarter ones learn from others’ mistakes—and successes.&nbsp;&nbsp;<\\/p><p><br><\\/p><p>John C. Maxwell wants to help you become the smartest leader you can be by sharing Chapter 5,Never Work A Day In Your Life, of Leadership Gold with you. After nearly forty years of leading, Maxwell has mined the gold so you don’t have to. Each chapter contains detailed application exercises and a “Mentoring Moment” for leaders who desire to mentor others using the book.&nbsp;<\\/p><p><br>You can also download it from e-books.com via the following link:&nbsp;<a href=\\\"https:\\/\\/libro.eb20.net\\/Reader\\/rdr.aspx?b=2657079\\\" target=\\\"_blank\\\">https:\\/\\/libro.eb20.net\\/Reader\\/rdr.aspx?b=2657079<\\/a><a href=\\\"https:\\/\\/libro.eb20.net\\/Reader\\/rdr.aspx?b=2657079\\\" target=\\\"_blank\\\" style=\\\"background-color: rgb(255, 255, 255);\\\"><\\/a><\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p>\"}',61,1,'2025-05-14 18:09:32','2025-12-16 10:51:46'),
(3,1,NULL,'{\"en\":\"Invaluable Laws of Growth\"}','invaluable-laws-of-growth','public/uploads/main/images/14-05-2025/68245091e7e62.jpeg','public/uploads/main/images/14-05-2025/68245091eb581.jpeg',25.00,15.00,1,NULL,NULL,'{\"en\":\"<p><b><span style=\\\"font-size: 18px;\\\">Invaluable Laws of Growth<\\/span><\\/b><\\/p><p><br><\\/p><p>In this inspiring guide to successful leadership, New York Times bestselling author John C. Maxwell shares his tried and true principles for maximum personal growth.<\\/p><p><br><\\/p><p>Are there tried and true principles that are always certain to help a person grow? John Maxwell says the answer is yes. He has been passionate about personal development for over fifty years, and for the first time, he teaches everything he has gleaned about what it takes to reach our potential. In the way that only he can communicate, John teaches . . .<\\/p><p>The Law of the Mirror: You Must See Value in Yourself to Add Value to Yourself<\\/p><p>The Law of Awareness: You Must Know Yourself to Grow Yourself<\\/p><p>The Law of Modeling: It\'s Hard to Improve When You Have No One But Yourself to Follow<\\/p><p>The Law of the Rubber Band: Growth Stops When You Lose the Tension Between Where You are and Where You Could Be<\\/p><p>The Law of Contribution: Developing Yourself Enables You to Develop Others<\\/p><p>This third book in John Maxwell\'s Laws series (following the 2-million seller The 21 Irrefutable Laws of Leadership and The 17 Indisputable Laws of Teamwork) will help you become a lifelong learner whose potential keeps increasing and never gets \\\"used up.\\\"<\\/p>\"}',22,1,'2025-05-14 18:13:05','2025-12-16 10:51:17'),
(4,1,NULL,'{\"en\":\"The 7 Habits of Highly Effective People\"}','the-7-habits-of-highly-effective-people','public/uploads/main/images/14-05-2025/6824514177b32.jpeg','public/uploads/main/images/14-05-2025/682451417b7e7.jpeg',18.00,NULL,1,NULL,NULL,'{\"en\":\"<p><b><span style=\\\"font-size: 18px;\\\">The 7 Habits of Highly Effective People<\\/span><\\/b><\\/p><p><br><\\/p><p>In The 7 Habits of Highly Effective People, author Stephen R. Covey presents a holistic, integrated, principle-centered approach for solving personal and professional problems. With penetrating insights and pointed anecdotes, Covey reveals a step-by-step pathway for living with fairness, integrity, service, and human dignity--principles that give us the security to adapt to change and the wisdom and power to take advantage of the opportunities that change creates.<\\/p>\"}',26,1,'2025-05-14 18:16:01','2025-12-16 10:51:16'),
(5,2,NULL,'{\"en\":\"Hifylux Q2-TD79\"}','hifylux-q2-td79','public/uploads/main/images/14-05-2025/6824519a2f13e.jpeg','public/uploads/main/images/14-05-2025/6824519a34c4a.jpeg',60.00,45.00,1,NULL,NULL,'{\"en\":\"<p><b><span style=\\\"font-size: 18px;\\\">Hifylux Q2-TD79 For Oculus Quest 2 Decompression Comfortable Headband Set VR Glasses Accessories(White)<\\/span><\\/b><\\/p><p><br><\\/p><p>1. Balanced distribution of gravity, in line with ergonomics, comfortable to wear for a long time without pressure on the face<\\/p><p>2. Cap-type wrapped structure: designed to fit the shape of the head and support the pressure of the head<\\/p><p>3. 360-degree adjustment knob: freely adjust the tightness of the head circumference, enjoying convenience and comfort<\\/p><p>4. Detachable hook and loop fastener memory foam back pad, soft, comfortable and breathable<\\/p><p>5. PU leather hook and loop fastener straps, durable<\\/p><p>6. The multi-angle wearing of the head can be adjusted to the angle you are satisfied with, and it is more comfortable not to press the ear<\\/p><p>7. Tough and durable material, matte texture, comfortable and delicate<\\/p><p>8. Applicable models: for Oculus Quest 2<\\/p><p>9. Material: plastic + memory foam<\\/p><p>10. Size: 23x17.5x16.5cm<\\/p><p>11. Net weight: 120g<\\/p><p>12. Gross weight: 341g<\\/p><p><br><\\/p><p>packing list:<\\/p><p>-1 x head wear<\\/p><p>-1 x strap<\\/p><p>-1 x screwdriver<\\/p><p>-2 x connectors<\\/p><p>-4 x screws<\\/p>\"}',125,1,'2025-05-14 18:17:30','2025-12-16 10:51:50'),
(6,2,NULL,'{\"en\":\"Xencelabs Pen Display 24\"}','xencelabs-pen-display-24','public/uploads/main/images/14-05-2025/6824541882eb5.jpeg','public/uploads/main/images/14-05-2025/68245418887ce.jpeg',1749.00,NULL,1,NULL,NULL,'{\"en\":\"<div id=\\\"productOverview_feature_div\\\" class=\\\"celwidget\\\" data-feature-name=\\\"productOverview\\\" data-csa-c-type=\\\"widget\\\" data-csa-c-content-id=\\\"productOverview\\\" data-csa-c-slot-id=\\\"productOverview_feature_div\\\" data-csa-c-asin=\\\"B0C6N14R12\\\" data-csa-c-is-in-initial-active-row=\\\"false\\\" data-csa-c-id=\\\"ayv2a6-lyv9hl-maw4ni-8ixvjx\\\" data-cel-widget=\\\"productOverview_feature_div\\\" style=\\\"\\\" amazon=\\\"\\\" ember\\\",=\\\"\\\" arial,=\\\"\\\" sans-serif;=\\\"\\\" font-size:=\\\"\\\" 14px;\\\"=\\\"\\\"><div class=\\\"a-section a-spacing-small a-spacing-top-small\\\" style=\\\"margin-bottom: 0px; margin-top: 8px !important;\\\"><font color=\\\"#0f1111\\\"><span style=\\\"font-size: 18px;\\\"><b>Xencelabs Pen Display 24, 4K Drawing Monitor with Quick Keys, 99% Adobe RGB Graphic Drawing Display, 2 Battery-Free Pens, 8192 Levels Pressure for Win\\/Win-ARM\\/Mac\\/Linux, Black<\\/b><\\/span><\\/font><\\/div><div class=\\\"a-section a-spacing-small a-spacing-top-small\\\" style=\\\"color: rgb(15, 17, 17); margin-bottom: 0px; margin-top: 8px !important;\\\"><table class=\\\"a-normal a-spacing-micro\\\" style=\\\"width: 516.354px; margin-bottom: 0px !important;\\\"><tbody><tr class=\\\"a-spacing-small po-brand\\\" style=\\\"margin-bottom: 8px !important;\\\"><td class=\\\"a-span3\\\" style=\\\"vertical-align: top; padding: 0px 3px 3px 0px; margin-right: 0px; width: 135.177px; float: none !important;\\\"><span class=\\\"a-size-base a-text-bold\\\" style=\\\"font-weight: 700 !important; line-height: 20px !important;\\\"><br><\\/span><\\/td><\\/tr><\\/tbody><\\/table><\\/div><div class=\\\"a-section a-spacing-small a-spacing-top-small\\\" style=\\\"color: rgb(15, 17, 17); margin-bottom: 0px; margin-top: 8px !important;\\\"><table class=\\\"a-normal a-spacing-micro\\\" style=\\\"width: 516.354px; margin-bottom: 0px !important;\\\"><tbody><tr class=\\\"a-spacing-small po-brand\\\" style=\\\"margin-bottom: 8px !important;\\\"><td class=\\\"a-span3\\\" style=\\\"vertical-align: top; padding: 0px 3px 3px 0px; margin-right: 0px; width: 135.177px; float: none !important;\\\"><span class=\\\"a-size-base a-text-bold\\\" style=\\\"font-weight: 700 !important; line-height: 20px !important;\\\">Brand<\\/span><\\/td><td class=\\\"a-span9\\\" style=\\\"vertical-align: top; padding: 0px 0px 3px 3px; margin-right: 0px; width: 381.177px; float: none !important;\\\"><span class=\\\"a-size-base po-break-word\\\" style=\\\"word-break: break-word; line-height: 20px !important;\\\">XENCELABS<\\/span><\\/td><\\/tr><tr class=\\\"a-spacing-small po-connectivity_technology\\\" style=\\\"margin-bottom: 8px !important;\\\"><td class=\\\"a-span3\\\" style=\\\"vertical-align: top; padding: 3px 3px 3px 0px; margin-right: 0px; width: 135.177px; float: none !important;\\\"><span class=\\\"a-size-base a-text-bold\\\" style=\\\"font-weight: 700 !important; line-height: 20px !important;\\\">Connectivity Technology<\\/span><\\/td><td class=\\\"a-span9\\\" style=\\\"vertical-align: top; padding: 3px 0px 3px 3px; margin-right: 0px; width: 381.177px; float: none !important;\\\"><span class=\\\"a-size-base po-break-word\\\" style=\\\"word-break: break-word; line-height: 20px !important;\\\">Wired\\/Wireless<\\/span><\\/td><\\/tr><tr class=\\\"a-spacing-small po-pressure_sensitivity\\\" style=\\\"margin-bottom: 8px !important;\\\"><td class=\\\"a-span3\\\" style=\\\"vertical-align: top; padding: 3px 3px 3px 0px; margin-right: 0px; width: 135.177px; float: none !important;\\\"><span class=\\\"a-size-base a-text-bold\\\" style=\\\"font-weight: 700 !important; line-height: 20px !important;\\\">Pressure Sensitivity<\\/span><\\/td><td class=\\\"a-span9\\\" style=\\\"vertical-align: top; padding: 3px 0px 3px 3px; margin-right: 0px; width: 381.177px; float: none !important;\\\"><span class=\\\"a-size-base po-break-word\\\" style=\\\"word-break: break-word; line-height: 20px !important;\\\">8192 Levels<\\/span><\\/td><\\/tr><tr class=\\\"a-spacing-small po-operating_system\\\" style=\\\"margin-bottom: 8px !important;\\\"><td class=\\\"a-span3\\\" style=\\\"vertical-align: top; padding: 3px 3px 3px 0px; margin-right: 0px; width: 135.177px; float: none !important;\\\"><span class=\\\"a-size-base a-text-bold\\\" style=\\\"font-weight: 700 !important; line-height: 20px !important;\\\">Operating System<\\/span><\\/td><td class=\\\"a-span9\\\" style=\\\"vertical-align: top; padding: 3px 0px 3px 3px; margin-right: 0px; width: 381.177px; float: none !important;\\\"><span class=\\\"a-size-base po-break-word\\\" style=\\\"word-break: break-word; line-height: 20px !important;\\\">Win\\/Mac\\/Linux<\\/span><\\/td><\\/tr><tr class=\\\"a-spacing-small po-special_feature\\\" style=\\\"margin-bottom: 8px !important;\\\"><td class=\\\"a-span3\\\" style=\\\"vertical-align: top; padding: 3px 3px 0px 0px; margin-right: 0px; width: 135.177px; float: none !important;\\\"><span class=\\\"a-size-base a-text-bold\\\" style=\\\"font-weight: 700 !important; line-height: 20px !important;\\\">Special Feature<\\/span><\\/td><td class=\\\"a-span9\\\" style=\\\"vertical-align: top; padding: 3px 0px 0px 3px; margin-right: 0px; width: 381.177px; float: none !important;\\\"><span class=\\\"a-size-base\\\" style=\\\"line-height: 20px !important;\\\"><span class=\\\"a-truncate po-truncate-attribute\\\" data-a-word-break=\\\"normal\\\" data-a-truncate-name=\\\"po-attribute-truncate-4\\\" data-a-max-rows=\\\"3\\\" data-a-overflow-marker=\\\"…\\\" data-a-recalculate=\\\"false\\\" data-a-updated=\\\"true\\\" style=\\\"position: relative; display: inline-block; width: 378.177px; overflow: hidden; word-break: normal; max-height: 3.9em; line-height: 1.3em !important;\\\"><span class=\\\"a-truncate-full a-offscreen\\\" style=\\\"display: inline-block; width: 378.177px; opacity: 0; position: absolute !important; left: 0px !important; bottom: -1px !important; z-index: -1 !important;\\\">Anti-Glare Glass, 4K UHD, Studio Quality Drawing Experience, 1.07 Billion ColorsPantone® &amp; SkinTone™ Validated<\\/span><span class=\\\"a-truncate-cut\\\" aria-hidden=\\\"true\\\" style=\\\"display: inline-block; width: 378.177px; word-break: break-word; height: auto;\\\">Anti-Glare Glass, 4K UHD, Studio Quality Drawing Experience, 1.07 Billion ColorsPantone® &amp; SkinTone™ Validated<\\/span><\\/span><\\/span><\\/td><\\/tr><\\/tbody><\\/table><\\/div><\\/div><div id=\\\"featurebullets_feature_div\\\" class=\\\"celwidget\\\" data-feature-name=\\\"featurebullets\\\" data-csa-c-type=\\\"widget\\\" data-csa-c-content-id=\\\"featurebullets\\\" data-csa-c-slot-id=\\\"featurebullets_feature_div\\\" data-csa-c-asin=\\\"B0C6N14R12\\\" data-csa-c-is-in-initial-active-row=\\\"false\\\" data-csa-c-id=\\\"rf4r6x-dw73bw-b29pg1-dh6qto\\\" data-cel-widget=\\\"featurebullets_feature_div\\\" style=\\\"color: rgb(15, 17, 17); font-family: \\\" amazon=\\\"\\\" ember\\\",=\\\"\\\" arial,=\\\"\\\" sans-serif;=\\\"\\\" font-size:=\\\"\\\" 14px;\\\"=\\\"\\\"><div id=\\\"feature-bullets\\\" class=\\\"a-section a-spacing-medium a-spacing-top-small\\\" style=\\\"margin-bottom: 0px; margin-top: 8px !important;\\\"><hr aria-hidden=\\\"true\\\" class=\\\"a-divider-normal\\\" style=\\\"box-sizing: border-box; background-color: transparent; border-top-color: rgb(213, 217, 217); height: 1px; line-height: 19px; margin-bottom: 14px; margin-top: 0px;\\\"><h1 class=\\\"a-size-base-plus a-text-bold\\\" style=\\\"padding: 0px 0px 4px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-rendering: optimizelegibility; font-size: 1.25rem !important; line-height: 24px !important; color: rgb(15, 17, 17) !important; font-family: \\\" amazon=\\\"\\\" ember\\\"=\\\"\\\" !important;\\\"=\\\"\\\">About this item<\\/h1><ul class=\\\"a-unordered-list a-vertical a-spacing-mini\\\" style=\\\"margin-left: 18px;\\\"><li class=\\\"a-spacing-mini\\\" style=\\\"overflow-wrap: break-word; margin: 0px;\\\"><span class=\\\"a-list-item\\\">Carefully Designed Pen Display: Features Exceptional glare reduction and superior clarity in brightly lit environments. The Super-AG Etching allows for users had to glide smoothly along the surface of the screen. With meticulously tuned and adjustable pressure curves and 3g initial activation force.<br><br><\\/span><\\/li><li class=\\\"a-spacing-mini\\\" style=\\\"overflow-wrap: break-word; margin: 0px;\\\"><span class=\\\"a-list-item\\\">Brilliant Color Performance: This 4K UHD IPS screen with resolution of up to 3840X2160 and 1.07 billion colors. This display offers Adobe RGB 99.43% (coverage), 96.11% coverage of DCI-P3, and is also Panton &amp; SkinTone validated. Can be hardware calibrated with internal 2 calibration slots.<br><br><\\/span><\\/li><li class=\\\"a-spacing-mini\\\" style=\\\"overflow-wrap: break-word; margin: 0px;\\\"><span class=\\\"a-list-item\\\">2 Battery-free Digital Pens: Comes with two battery free digital pens for different preferences. 3 Button Pen v2 + eraser and Thin Pen v2 + eraser. 8192 levels of pressure sensitivity, 5080LPI pen resolution, tilt recognition. Delivers a similar drawing feel to traditional media.<\\/span><\\/li><li class=\\\"a-spacing-mini\\\" style=\\\"overflow-wrap: break-word; margin: 0px;\\\"><span class=\\\"a-list-item\\\">Increase Productivity: 3 Device Control Buttons: Settings Panel, Pressure Curves, Virtual Tablet to switch displays. As well as the Included Quick shortcut with integrated OLED display lets you see the button assignments on glance. The shortcut keys give you 5 sets of 8 keys – a total of 40 programmable functions per application, includes physical dial offers 4 function modes that can be used for zooming, rotation, brush size, and other functions. Also comes with a clip to move to desired location on the display. Or take off to use in various positions suited for the user.<br><br><\\/span><\\/li><li class=\\\"a-spacing-mini\\\" style=\\\"overflow-wrap: break-word; margin: 0px;\\\"><span class=\\\"a-list-item\\\">Ergonomic Modern Design: This new display has a simple but well thought out design that is comfortable for hours of use and can adapt to the creators\' preferences. Quiet fan-less performance during your creative time comprised of a magnesium alloy back housing to dissipate heat. Draw easily on the edge-to-edge glass and adjust seamlessly with a one hand with the included Tilt-stand with a one maneuver from 16 to 72 degrees. The Pen Display 24 covers all productivity needs, delivers on comfort with adaptable solutions and workflow.<\\/span><\\/li><\\/ul><\\/div><\\/div>\"}',330,1,'2025-05-14 18:28:08','2025-12-18 21:09:24');
/*!40000 ALTER TABLE `products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `products_categories`
--

DROP TABLE IF EXISTS `products_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `products_categories` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `title` varchar(191) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `url` varchar(191) DEFAULT NULL,
  `show_home` tinyint(1) NOT NULL DEFAULT 0,
  `position_order` int(11) NOT NULL,
  `image` varchar(191) DEFAULT NULL,
  `thumbnail` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  UNIQUE KEY `products_categories_name_unique` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `products_categories`
--

LOCK TABLES `products_categories` WRITE;
/*!40000 ALTER TABLE `products_categories` DISABLE KEYS */;
INSERT INTO `products_categories` VALUES
(1,'{\"en\":\"Books\",\"ar\":\"كتب\"}',1,NULL,'{\"en\":\"books\",\"ar\":\"كتب\"}',NULL,0,2,'public/demo/products_category/image/5.png','public/demo/products_category/thumb/1.png','2024-11-29 12:04:08','2025-05-14 18:03:39',NULL,1),
(2,'{\"en\":\"Educational Devices\"}',1,NULL,'{\"en\":null}',NULL,0,1,'public/demo/products_category/image/5.png','public/demo/products_category/thumb/1.png','2025-05-14 18:03:39','2025-05-14 18:03:39',NULL,1);
/*!40000 ALTER TABLE `products_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `question_bank_mu_options`
--

DROP TABLE IF EXISTS `question_bank_mu_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `question_bank_mu_options` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` text DEFAULT NULL,
  `status` tinyint(4) DEFAULT NULL COMMENT '0 = false, 1 = correct',
  `active_status` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `question_bank_id` int(10) unsigned DEFAULT NULL,
  `created_by` int(10) unsigned DEFAULT 1,
  `updated_by` int(10) unsigned DEFAULT 1,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `question_bank_mu_options_question_bank_id_foreign` (`question_bank_id`),
  CONSTRAINT `question_bank_mu_options_question_bank_id_foreign` FOREIGN KEY (`question_bank_id`) REFERENCES `question_banks` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `question_bank_mu_options`
--

LOCK TABLES `question_bank_mu_options` WRITE;
/*!40000 ALTER TABLE `question_bank_mu_options` DISABLE KEYS */;
INSERT INTO `question_bank_mu_options` VALUES
(1,'Personal Home Page',0,1,NULL,NULL,1,1,1,1),
(2,'Hypertext Preprocessor',1,1,NULL,NULL,1,1,1,1),
(3,'Pretext Hypertext Processor',0,1,NULL,NULL,1,1,1,1),
(4,'Preprocessor Home Page',0,1,NULL,NULL,1,1,1,1),
(5,'Rasmus Lerdorf',1,1,NULL,NULL,2,1,1,1),
(6,'Willam Makepiece',0,1,NULL,NULL,2,1,1,1),
(7,'Drek Kolkevi',0,1,NULL,NULL,2,1,1,1),
(8,'List Barely',0,1,NULL,NULL,2,1,1,1),
(9,'html',0,1,NULL,NULL,3,1,1,1),
(10,'xml',0,1,NULL,NULL,3,1,1,1),
(11,'php',1,1,NULL,NULL,3,1,1,1),
(12,'ph',0,1,NULL,NULL,3,1,1,1),
(13,'< php >',0,1,NULL,NULL,4,1,1,1),
(14,'< ? php ? >',0,1,NULL,NULL,4,1,1,1),
(15,'< ? ? >',0,1,NULL,NULL,4,1,1,1),
(16,'<\\?php ?>',1,1,NULL,NULL,4,1,1,1),
(17,'for loop',0,1,NULL,NULL,5,1,1,1),
(18,'while loop',0,1,NULL,NULL,5,1,1,1),
(19,'do-while loop',0,1,NULL,NULL,5,1,1,1),
(20,'All of the mentioned above',1,1,NULL,NULL,5,1,1,1),
(21,'for loopList is a built-in data structure in Python',0,1,NULL,NULL,6,1,1,1),
(22,'List can only have elements of same data type.',1,1,NULL,NULL,6,1,1,1),
(23,'List is mutable.',0,1,NULL,NULL,6,1,1,1),
(24,'Index of lists can be positive as well as negative.',0,1,NULL,NULL,6,1,1,1),
(25,'str1+=\"Learning made easy\"',0,1,NULL,NULL,7,1,1,1),
(26,'str1[1]=\"a\"',1,1,NULL,NULL,7,1,1,1),
(27,'print(str1[1])',0,1,NULL,NULL,7,1,1,1),
(28,'str1[0:4]',0,1,NULL,NULL,7,1,1,1),
(29,'str1[4:9]',0,1,NULL,NULL,8,1,1,1),
(30,'str1[5:10]',1,1,NULL,NULL,8,1,1,1),
(31,'str1[4:10]',0,1,NULL,NULL,8,1,1,1),
(32,'str1[5:9]',0,1,NULL,NULL,8,1,1,1),
(33,'variable_1',0,1,NULL,NULL,9,1,1,1),
(34,'variable1',1,1,NULL,NULL,9,1,1,1),
(35,'1variable',0,1,NULL,NULL,9,1,1,1),
(36,'_variable',0,1,NULL,NULL,9,1,1,1),
(37,'>=',0,1,NULL,NULL,10,1,1,1),
(38,'<=',0,1,NULL,NULL,10,1,1,1),
(39,'=',1,1,NULL,NULL,10,1,1,1),
(40,'!=',0,1,NULL,NULL,10,1,1,1),
(41,'Obj',0,1,NULL,NULL,11,1,1,1),
(42,'Source Code',0,1,NULL,NULL,11,1,1,1),
(43,'Bytecode',1,1,NULL,NULL,11,1,1,1),
(44,'Exe',0,1,NULL,NULL,11,1,1,1),
(45,'Java 4.0',0,1,NULL,NULL,12,1,1,1),
(46,'Java 8.0',0,1,NULL,NULL,12,1,1,1),
(47,'Java 5.0',1,1,NULL,NULL,12,1,1,1),
(48,'Java 6.0',0,1,NULL,NULL,12,1,1,1),
(49,'appletviewer',1,1,NULL,NULL,13,1,1,1),
(50,'appletwatcher',0,1,NULL,NULL,13,1,1,1),
(51,'appletshow',0,1,NULL,NULL,13,1,1,1),
(52,'appletscreen',0,1,NULL,NULL,13,1,1,1),
(53,'javahelp',0,1,NULL,NULL,14,1,1,1),
(54,'javamanual',0,1,NULL,NULL,14,1,1,1),
(55,'javadoc',1,1,NULL,NULL,14,1,1,1),
(56,'None of these',0,1,NULL,NULL,14,1,1,1),
(57,'/**',0,1,NULL,NULL,15,1,1,1),
(58,'//',0,1,NULL,NULL,15,1,1,1),
(59,'/*',1,1,NULL,NULL,15,1,1,1),
(60,'None of these',0,1,NULL,NULL,15,1,1,1),
(61,'the scientific discipline of understanding how food and its components (nutrients) affect the body',1,1,'2025-10-15 17:48:01','2025-10-15 17:48:01',16,1,1,1),
(62,'the scientific discipline of understanding the nutrients are absorbed in the body',0,1,'2025-10-15 17:48:01','2025-10-15 17:48:01',16,1,1,1);
/*!40000 ALTER TABLE `question_bank_mu_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `question_banks`
--

DROP TABLE IF EXISTS `question_banks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `question_banks` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(2) NOT NULL COMMENT 'M for multi ans, T for trueFalse, F for fill in the blanks',
  `question` text DEFAULT NULL,
  `marks` int(11) DEFAULT NULL,
  `trueFalse` varchar(1) DEFAULT NULL COMMENT 'F = false, T = true ',
  `suitable_words` text DEFAULT NULL,
  `number_of_option` varchar(2) DEFAULT NULL,
  `q_group_id` int(10) unsigned DEFAULT NULL,
  `category_id` int(10) unsigned DEFAULT NULL,
  `sub_category_id` int(10) unsigned DEFAULT NULL,
  `active_status` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `user_id` int(11) NOT NULL DEFAULT 1,
  `image` varchar(191) DEFAULT NULL,
  `explanation` text DEFAULT NULL,
  `shuffle` tinyint(4) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `question_banks_category_id_sub_category_id_user_id_index` (`category_id`,`sub_category_id`,`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 `question_banks`
--

LOCK TABLES `question_banks` WRITE;
/*!40000 ALTER TABLE `question_banks` DISABLE KEYS */;
INSERT INTO `question_banks` VALUES
(1,'M','What does PHP stand for',2,NULL,NULL,'4',1,1,1,1,NULL,NULL,1,1,NULL,NULL,1),
(2,'M','Who is the father of PHP?',2,NULL,NULL,'4',1,1,1,1,NULL,NULL,1,1,NULL,NULL,1),
(3,'M','PHP files have a default file extension of.',2,NULL,NULL,'4',1,1,1,1,NULL,NULL,1,1,NULL,NULL,1),
(4,'M',' A PHP script should start with ___ and end with ___:',2,NULL,NULL,'4',1,1,1,1,NULL,NULL,1,1,NULL,NULL,1),
(5,'M','Which of the looping statements is/are supported by PHP?',2,NULL,NULL,'4',1,1,1,1,NULL,NULL,1,1,NULL,NULL,1),
(6,'M','Which of the following is incorrect?',2,NULL,NULL,'4',2,2,2,1,NULL,NULL,1,1,NULL,NULL,1),
(7,'M','Which of the following operations cannot be done on string str1, where str1=\"LETSFINDCOURSE.\"?',2,NULL,NULL,'4',2,2,2,1,NULL,NULL,1,1,NULL,NULL,1),
(8,'M','Which of the following would give \"Harry\" as output? Given str1=\"Mary,Harry,John,Sam\"',2,NULL,NULL,'4',2,2,2,1,NULL,NULL,1,1,NULL,NULL,1),
(9,'M','Which of the following is incorrect variable name in Python?',2,NULL,NULL,'4',2,2,2,1,NULL,NULL,1,1,NULL,NULL,1),
(10,'M','Which of the following is not a relational operator in Python?',2,NULL,NULL,'4',2,2,2,1,NULL,NULL,1,1,NULL,NULL,1),
(11,'M','Java Source Code is compiled into ______________.',2,NULL,NULL,'4',3,3,3,1,NULL,NULL,1,1,NULL,NULL,1),
(12,'M','Enums were introduced in?',2,NULL,NULL,'4',3,3,3,1,NULL,NULL,1,1,NULL,NULL,1),
(13,'M','Which of the following is used to interpret and execute Java Applet Classes hosted by HTML.',2,NULL,NULL,'4',3,3,3,1,NULL,NULL,1,1,NULL,NULL,1),
(14,'M','HTML based Java Documentary help can be accessed using ______________.',2,NULL,NULL,'4',3,3,3,1,NULL,NULL,1,1,NULL,NULL,1),
(15,'M','Single line comment starts with _________ in Java.',2,NULL,NULL,'4',3,3,3,1,NULL,NULL,1,1,NULL,NULL,1),
(16,'M','<p>What does Nutrition Study Mean?</p>',5,NULL,NULL,'2',4,0,0,1,'2025-10-15 17:48:01','2025-10-15 17:48:01',1,1,NULL,NULL,0);
/*!40000 ALTER TABLE `question_banks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `question_groups`
--

DROP TABLE IF EXISTS `question_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `question_groups` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(200) NOT NULL,
  `active_status` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `user_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `question_groups_title_user_id_index` (`title`,`user_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 `question_groups`
--

LOCK TABLES `question_groups` WRITE;
/*!40000 ALTER TABLE `question_groups` DISABLE KEYS */;
INSERT INTO `question_groups` VALUES
(1,'PHP',1,NULL,NULL,1,1),
(2,'Python',1,NULL,NULL,1,1),
(3,'Java',1,NULL,NULL,1,1),
(4,'Nutrition Quiz',1,'2025-10-15 17:46:22','2025-10-15 17:46:22',1,1),
(5,'test',1,'2025-10-20 23:30:50','2025-10-20 23:30:50',1,1);
/*!40000 ALTER TABLE `question_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `question_levels`
--

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

--
-- Dumping data for table `question_levels`
--

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

--
-- Table structure for table `quiz_markings`
--

DROP TABLE IF EXISTS `quiz_markings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `quiz_markings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `quiz_id` int(11) DEFAULT NULL,
  `quiz_test_id` int(11) DEFAULT NULL,
  `student_id` int(11) DEFAULT NULL,
  `marked_by` int(11) DEFAULT 0,
  `marking_status` int(11) DEFAULT 0,
  `marks` double DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `quiz_markings`
--

LOCK TABLES `quiz_markings` WRITE;
/*!40000 ALTER TABLE `quiz_markings` DISABLE KEYS */;
INSERT INTO `quiz_markings` VALUES
(1,4,1,1,0,1,5,'2025-10-15 19:58:19','2025-10-15 19:58:19',1);
/*!40000 ALTER TABLE `quiz_markings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quiz_test_details`
--

DROP TABLE IF EXISTS `quiz_test_details`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `quiz_test_details` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `quiz_test_id` int(11) NOT NULL,
  `qus_id` int(11) NOT NULL,
  `ans_id` int(11) DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1 COMMENT '1=true;0=false',
  `mark` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `answer` longtext DEFAULT NULL,
  PRIMARY KEY (`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 `quiz_test_details`
--

LOCK TABLES `quiz_test_details` WRITE;
/*!40000 ALTER TABLE `quiz_test_details` DISABLE KEYS */;
INSERT INTO `quiz_test_details` VALUES
(1,1,16,NULL,0,5,'2025-10-15 19:58:16','2025-10-15 19:58:16',1,NULL);
/*!40000 ALTER TABLE `quiz_test_details` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quiz_test_details_answers`
--

DROP TABLE IF EXISTS `quiz_test_details_answers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `quiz_test_details_answers` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `quiz_test_details_id` int(11) NOT NULL,
  `ans_id` int(11) NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `quiz_test_details_answers`
--

LOCK TABLES `quiz_test_details_answers` WRITE;
/*!40000 ALTER TABLE `quiz_test_details_answers` DISABLE KEYS */;
INSERT INTO `quiz_test_details_answers` VALUES
(1,1,62,0,'2025-10-15 19:58:16','2025-10-15 19:58:16',1);
/*!40000 ALTER TABLE `quiz_test_details_answers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quiz_tests`
--

DROP TABLE IF EXISTS `quiz_tests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `quiz_tests` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `course_id` int(11) DEFAULT NULL,
  `quiz_id` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `pass` tinyint(4) NOT NULL DEFAULT 0,
  `start_at` timestamp NULL DEFAULT '2024-11-27 16:41:14',
  `end_at` timestamp NULL DEFAULT NULL,
  `duration` decimal(11,2) DEFAULT NULL,
  `publish` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=unpublished, 1= published',
  `quiz_type` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=course, 2= quiz',
  `focus_lost` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`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 `quiz_tests`
--

LOCK TABLES `quiz_tests` WRITE;
/*!40000 ALTER TABLE `quiz_tests` DISABLE KEYS */;
INSERT INTO `quiz_tests` VALUES
(1,1,91,4,'2025-10-15 19:57:50','2025-10-15 19:58:19',1,0,'2025-10-15 19:57:50','2025-10-15 19:58:16',0.43,1,1,0);
/*!40000 ALTER TABLE `quiz_tests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quize_setups`
--

DROP TABLE IF EXISTS `quize_setups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `quize_setups` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `random_question` varchar(191) DEFAULT NULL,
  `set_per_question_time` varchar(191) DEFAULT NULL,
  `time_per_question` double DEFAULT NULL,
  `time_total_question` double DEFAULT NULL,
  `question_review` varchar(191) DEFAULT NULL,
  `show_result_each_submit` varchar(191) DEFAULT NULL,
  `multiple_attend` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `show_ans_with_explanation` tinyint(4) NOT NULL DEFAULT 0,
  `losing_focus_acceptance_number` int(11) NOT NULL DEFAULT 0,
  `losing_type` int(11) NOT NULL DEFAULT 1,
  `show_ans_sheet` tinyint(4) NOT NULL DEFAULT 1,
  `show_score_result` tinyint(4) NOT NULL DEFAULT 1,
  `multiple_attend_count` int(11) NOT NULL DEFAULT 0,
  `show_correct_ans_in_ans_sheet` tinyint(4) NOT NULL DEFAULT 1,
  `show_only_wrong_ans_in_ans_sheet` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`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 `quize_setups`
--

LOCK TABLES `quize_setups` WRITE;
/*!40000 ALTER TABLE `quize_setups` DISABLE KEYS */;
INSERT INTO `quize_setups` VALUES
(1,'0','1',1,NULL,'1','1',1,'2024-11-27 16:41:06','2024-11-27 16:41:06',1,0,0,1,1,1,0,1,0);
/*!40000 ALTER TABLE `quize_setups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `recentview_courses`
--

DROP TABLE IF EXISTS `recentview_courses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `recentview_courses` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) DEFAULT NULL,
  `course_id` bigint(20) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `recentview_courses`
--

LOCK TABLES `recentview_courses` WRITE;
/*!40000 ALTER TABLE `recentview_courses` DISABLE KEYS */;
INSERT INTO `recentview_courses` VALUES
(1,3,1,'2024-11-27 16:41:06','2024-11-27 16:41:06',1),
(2,3,2,'2024-11-27 16:41:06','2024-11-27 16:41:06',1),
(3,3,3,'2024-11-27 16:41:06','2024-11-27 16:41:06',1),
(4,3,4,'2024-11-27 16:41:06','2024-11-27 16:41:06',1),
(5,3,5,'2024-11-27 16:41:06','2024-11-27 16:41:06',1);
/*!40000 ALTER TABLE `recentview_courses` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `role_email_templates`
--

DROP TABLE IF EXISTS `role_email_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `role_email_templates` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `role_id` int(11) NOT NULL,
  `template_act` varchar(191) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=90 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `role_email_templates`
--

LOCK TABLES `role_email_templates` WRITE;
/*!40000 ALTER TABLE `role_email_templates` DISABLE KEYS */;
INSERT INTO `role_email_templates` VALUES
(1,3,'OffLine_Payment',1,NULL,NULL,1),
(2,3,'Bank_Payment',1,NULL,NULL,1),
(3,3,'Course_Enroll_Payment',1,NULL,NULL,1),
(4,1,'Course_Publish_Successfully',1,NULL,NULL,1),
(5,1,'Course_Unpublished',1,NULL,NULL,1),
(6,1,'Enroll_notify_Instructor',1,NULL,NULL,1),
(7,1,'Course_comment',1,NULL,NULL,1),
(8,1,'Course_comment_Reply',1,NULL,NULL,1),
(9,1,'Course_Review',1,NULL,NULL,1),
(10,1,'Reset_Password',1,NULL,NULL,1),
(11,1,'Course_Assignment_Added',1,NULL,NULL,1),
(12,1,'Student_Submit_Assignment',1,NULL,NULL,1),
(13,1,'Student_Submit_Homework',1,NULL,NULL,1),
(14,3,'OffLine_Payment',1,NULL,NULL,1),
(15,3,'OffLine_Payment',1,NULL,NULL,1),
(16,3,'Bank_Payment',1,NULL,NULL,1),
(17,3,'Course_Enroll_Payment',1,NULL,NULL,1),
(18,2,'Course_Publish_Successfully',1,NULL,NULL,1),
(19,2,'Course_Unpublished',1,NULL,NULL,1),
(20,2,'Enroll_notify_Instructor',1,NULL,NULL,1),
(21,2,'Course_comment',1,NULL,NULL,1),
(22,2,'Course_comment_Reply',1,NULL,NULL,1),
(23,2,'Course_Review',1,NULL,NULL,1),
(24,2,'Email_Verification',1,NULL,NULL,1),
(25,2,'Enroll_Rejected',1,NULL,NULL,1),
(26,2,'Enroll_Enabled',1,NULL,NULL,1),
(27,2,'Reset_Password',1,NULL,NULL,1),
(28,2,'Offline_Enrolled',1,NULL,NULL,1),
(29,2,'Course_Assignment_Added',1,NULL,NULL,1),
(30,2,'Student_Submit_Assignment',1,NULL,NULL,1),
(31,2,'Student_Submit_Homework',1,NULL,NULL,1),
(32,2,'Communicate_Email',1,NULL,NULL,1),
(33,3,'OffLine_Payment',1,NULL,NULL,1),
(34,3,'Bank_Payment',1,NULL,NULL,1),
(35,3,'Course_Enroll_Payment',1,NULL,NULL,1),
(36,3,'Course_Publish_Successfully',1,NULL,NULL,1),
(37,3,'Course_Chapter_Added',1,NULL,NULL,1),
(38,3,'Course_Lesson_Added',1,NULL,NULL,1),
(39,3,'Course_Quiz_Added',1,NULL,NULL,1),
(40,3,'Course_ExerciseFile_Added',1,NULL,NULL,1),
(41,3,'Course_comment_Reply',1,NULL,NULL,1),
(42,3,'Email_Verification',1,NULL,NULL,1),
(43,3,'Enroll_Rejected',1,NULL,NULL,1),
(44,3,'Enroll_Enabled',1,NULL,NULL,1),
(45,3,'Reset_Password',1,NULL,NULL,1),
(46,3,'Offline_Enrolled',1,NULL,NULL,1),
(47,3,'Course_Assignment_Added',1,NULL,NULL,1),
(48,3,'Teacher_Marked_Assignment',1,NULL,NULL,1),
(49,3,'Teacher_Marked_Homework',1,NULL,NULL,1),
(50,3,'Student_Certificate_Generate',1,NULL,NULL,1),
(51,3,'Communicate_Email',1,NULL,NULL,1),
(52,3,'OffLine_Payment',1,NULL,NULL,1),
(53,3,'Bank_Payment',1,NULL,NULL,1),
(54,3,'Course_Enroll_Payment',1,NULL,NULL,1),
(55,4,'Course_Publish_Successfully',1,NULL,NULL,1),
(56,4,'Course_Unpublished',1,NULL,NULL,1),
(57,4,'Enroll_notify_Instructor',1,NULL,NULL,1),
(58,4,'Course_comment',1,NULL,NULL,1),
(59,4,'Course_comment_Reply',1,NULL,NULL,1),
(60,4,'Course_Review',1,NULL,NULL,1),
(61,4,'Reset_Password',1,NULL,NULL,1),
(62,4,'Student_Submit_Assignment',1,NULL,NULL,1),
(63,4,'Course_Assignment_Added',1,NULL,NULL,1),
(64,4,'Student_Submit_Assignment',1,NULL,NULL,1),
(65,4,'Student_Submit_Homework',1,NULL,NULL,1),
(66,4,'Communicate_Email',1,NULL,NULL,1),
(67,4,'Course_Invitation',1,NULL,NULL,1),
(68,1,'Course_Chapter_Added',1,NULL,NULL,1),
(69,2,'Course_Chapter_Added',1,NULL,NULL,1),
(70,1,'Course_Lesson_Added',1,NULL,NULL,1),
(71,2,'Course_Lesson_Added',1,NULL,NULL,1),
(72,1,'Course_ExerciseFile_Added',1,NULL,NULL,1),
(73,2,'Course_ExerciseFile_Added',1,NULL,NULL,1),
(74,3,'Deduct_Payment',1,NULL,NULL,1),
(75,3,'Deduct_Payment',1,NULL,NULL,1),
(76,3,'Enroll_Refund',1,NULL,NULL,1),
(77,3,'Enroll_Refund',1,NULL,NULL,1),
(78,3,'Enroll_Refund',1,NULL,NULL,1),
(79,3,'ResetOTP',1,NULL,NULL,1),
(80,3,'BLOG_PUBLISH',1,NULL,NULL,1),
(81,2,'BLOG_PUBLISH',1,NULL,NULL,1),
(82,1,'Course_Quiz_Added',1,NULL,NULL,1),
(83,2,'Course_Quiz_Added',1,NULL,NULL,1),
(84,4,'POSTED_NOTIFICATION',1,NULL,NULL,1),
(85,3,'POSTED_NOTIFICATION',1,NULL,NULL,1),
(86,2,'POSTED_NOTIFICATION',1,NULL,NULL,1),
(87,1,'POSTED_NOTIFICATION',1,NULL,NULL,1),
(88,3,'REFUND_REJECT',1,NULL,NULL,1),
(89,3,'CourseExpireSoon',1,NULL,NULL,1);
/*!40000 ALTER TABLE `role_email_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `role_permission`
--

DROP TABLE IF EXISTS `role_permission`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `role_permission` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `permission_id` int(11) DEFAULT NULL,
  `role_id` int(10) unsigned DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_by` int(10) unsigned NOT NULL DEFAULT 1,
  `updated_by` int(10) unsigned NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=148 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `role_permission`
--

LOCK TABLES `role_permission` WRITE;
/*!40000 ALTER TABLE `role_permission` DISABLE KEYS */;
INSERT INTO `role_permission` VALUES
(1,1,2,1,1,1,NULL,NULL,1),
(2,274,2,1,1,1,NULL,NULL,1),
(3,275,2,1,1,1,NULL,NULL,1),
(4,276,2,1,1,1,NULL,NULL,1),
(5,277,2,1,1,1,NULL,NULL,1),
(6,278,2,1,1,1,NULL,NULL,1),
(7,279,2,1,1,1,NULL,NULL,1),
(8,280,2,1,1,1,NULL,NULL,1),
(9,281,2,1,1,1,NULL,NULL,1),
(10,282,2,1,1,1,NULL,NULL,1),
(11,283,2,1,1,1,NULL,NULL,1),
(12,284,2,1,1,1,NULL,NULL,1),
(13,4,2,1,1,1,NULL,NULL,1),
(14,49,2,1,1,1,NULL,NULL,1),
(15,5,2,1,1,1,NULL,NULL,1),
(16,49,2,1,1,1,NULL,NULL,1),
(17,4,2,1,1,1,NULL,NULL,1),
(18,62,2,1,1,1,NULL,NULL,1),
(19,63,2,1,1,1,NULL,NULL,1),
(20,64,2,1,1,1,NULL,NULL,1),
(21,67,2,1,1,1,NULL,NULL,1),
(22,68,2,1,1,1,NULL,NULL,1),
(23,69,2,1,1,1,NULL,NULL,1),
(24,70,2,1,1,1,NULL,NULL,1),
(25,71,2,1,1,1,NULL,NULL,1),
(26,72,2,1,1,1,NULL,NULL,1),
(27,74,2,1,1,1,NULL,NULL,1),
(28,61,2,1,1,1,NULL,NULL,1),
(29,60,2,1,1,1,NULL,NULL,1),
(30,135,2,1,1,1,NULL,NULL,1),
(31,136,2,1,1,1,NULL,NULL,1),
(32,18,2,1,1,1,NULL,NULL,1),
(33,359,3,1,1,1,NULL,NULL,1),
(34,360,3,1,1,1,NULL,NULL,1),
(35,361,3,1,1,1,NULL,NULL,1),
(36,362,3,1,1,1,NULL,NULL,1),
(37,363,3,1,1,1,NULL,NULL,1),
(38,364,3,1,1,1,NULL,NULL,1),
(39,365,3,1,1,1,NULL,NULL,1),
(40,366,3,1,1,1,NULL,NULL,1),
(41,367,3,1,1,1,NULL,NULL,1),
(42,368,3,1,1,1,NULL,NULL,1),
(43,369,3,1,1,1,NULL,NULL,1),
(44,370,3,1,1,1,NULL,NULL,1),
(45,739,3,1,1,1,NULL,NULL,1),
(46,2,5,1,1,1,NULL,NULL,1),
(47,31,5,1,1,1,NULL,NULL,1),
(48,32,5,1,1,1,NULL,NULL,1),
(49,33,5,1,1,1,NULL,NULL,1),
(50,34,5,1,1,1,NULL,NULL,1),
(51,36,5,1,1,1,NULL,NULL,1),
(52,553,5,1,1,1,NULL,NULL,1),
(53,603,5,1,1,1,NULL,NULL,1),
(54,604,5,1,1,1,NULL,NULL,1),
(55,605,5,1,1,1,NULL,NULL,1),
(56,37,5,1,1,1,NULL,NULL,1),
(57,680,5,1,1,1,NULL,NULL,1),
(58,4,5,1,1,1,NULL,NULL,1),
(59,44,5,1,1,1,NULL,NULL,1),
(60,45,5,1,1,1,NULL,NULL,1),
(61,46,5,1,1,1,NULL,NULL,1),
(62,47,5,1,1,1,NULL,NULL,1),
(63,48,5,1,1,1,NULL,NULL,1),
(64,5,5,1,1,1,NULL,NULL,1),
(65,60,5,1,1,1,NULL,NULL,1),
(66,554,5,1,1,1,NULL,NULL,1),
(67,555,5,1,1,1,NULL,NULL,1),
(68,556,5,1,1,1,NULL,NULL,1),
(69,61,5,1,1,1,NULL,NULL,1),
(70,62,5,1,1,1,NULL,NULL,1),
(71,63,5,1,1,1,NULL,NULL,1),
(72,64,5,1,1,1,NULL,NULL,1),
(73,67,5,1,1,1,NULL,NULL,1),
(74,346,5,1,1,1,NULL,NULL,1),
(75,7,5,1,1,1,NULL,NULL,1),
(76,105,5,1,1,1,NULL,NULL,1),
(77,106,5,1,1,1,NULL,NULL,1),
(78,107,5,1,1,1,NULL,NULL,1),
(79,108,5,1,1,1,NULL,NULL,1),
(80,693,5,1,1,1,NULL,NULL,1),
(81,371,5,1,1,1,NULL,NULL,1),
(82,113,5,1,1,1,NULL,NULL,1),
(83,114,5,1,1,1,NULL,NULL,1),
(84,115,5,1,1,1,NULL,NULL,1),
(85,116,5,1,1,1,NULL,NULL,1),
(86,117,5,1,1,1,NULL,NULL,1),
(87,118,5,1,1,1,NULL,NULL,1),
(88,119,5,1,1,1,NULL,NULL,1),
(89,120,5,1,1,1,NULL,NULL,1),
(90,695,5,1,1,1,NULL,NULL,1),
(91,704,5,1,1,1,NULL,NULL,1),
(92,216,5,1,1,1,NULL,NULL,1),
(93,121,5,1,1,1,NULL,NULL,1),
(94,122,5,1,1,1,NULL,NULL,1),
(95,123,5,1,1,1,NULL,NULL,1),
(96,109,5,1,1,1,NULL,NULL,1),
(97,110,5,1,1,1,NULL,NULL,1),
(98,111,5,1,1,1,NULL,NULL,1),
(99,112,5,1,1,1,NULL,NULL,1),
(100,19,5,1,1,1,NULL,NULL,1),
(101,247,5,1,1,1,NULL,NULL,1),
(102,249,5,1,1,1,NULL,NULL,1),
(103,250,5,1,1,1,NULL,NULL,1),
(104,248,5,1,1,1,NULL,NULL,1),
(105,667,5,1,1,1,NULL,NULL,1),
(106,668,5,1,1,1,NULL,NULL,1),
(107,669,5,1,1,1,NULL,NULL,1),
(108,219,5,1,1,1,NULL,NULL,1),
(109,221,5,1,1,1,NULL,NULL,1),
(110,233,5,1,1,1,NULL,NULL,1),
(111,234,5,1,1,1,NULL,NULL,1),
(112,237,5,1,1,1,NULL,NULL,1),
(113,238,5,1,1,1,NULL,NULL,1),
(114,239,5,1,1,1,NULL,NULL,1),
(115,630,5,1,1,1,NULL,NULL,1),
(116,636,5,1,1,1,NULL,NULL,1),
(117,637,5,1,1,1,NULL,NULL,1),
(118,638,5,1,1,1,NULL,NULL,1),
(119,639,5,1,1,1,NULL,NULL,1),
(120,640,5,1,1,1,NULL,NULL,1),
(121,631,5,1,1,1,NULL,NULL,1),
(122,633,5,1,1,1,NULL,NULL,1),
(123,634,5,1,1,1,NULL,NULL,1),
(124,635,5,1,1,1,NULL,NULL,1),
(125,13,5,1,1,1,NULL,NULL,1),
(126,196,5,1,1,1,NULL,NULL,1),
(127,18,2,1,1,1,NULL,NULL,1),
(128,359,3,1,1,1,NULL,NULL,1),
(129,360,3,1,1,1,NULL,NULL,1),
(130,361,3,1,1,1,NULL,NULL,1),
(131,362,3,1,1,1,NULL,NULL,1),
(132,364,3,1,1,1,NULL,NULL,1),
(133,365,3,1,1,1,NULL,NULL,1),
(134,366,3,1,1,1,NULL,NULL,1),
(135,367,3,1,1,1,NULL,NULL,1),
(136,368,3,1,1,1,NULL,NULL,1),
(137,369,3,1,1,1,NULL,NULL,1),
(138,370,3,1,1,1,NULL,NULL,1),
(139,664,3,1,1,1,NULL,NULL,1),
(140,719,5,1,1,1,'2024-11-27 16:41:39','2024-11-27 16:41:39',1),
(141,720,5,1,1,1,'2024-11-27 16:41:39','2024-11-27 16:41:39',1),
(142,721,5,1,1,1,'2024-11-27 16:41:39','2024-11-27 16:41:39',1),
(143,722,5,1,1,1,'2024-11-27 16:41:39','2024-11-27 16:41:39',1),
(144,723,5,1,1,1,'2024-11-27 16:41:39','2024-11-27 16:41:39',1),
(145,724,5,1,1,1,'2024-11-27 16:41:39','2024-11-27 16:41:39',1),
(146,725,5,1,1,1,'2024-11-27 16:41:39','2024-11-27 16:41:39',1),
(147,726,3,1,1,1,'2024-11-27 16:41:39','2024-11-27 16:41:39',1);
/*!40000 ALTER TABLE `role_permission` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `roles` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `details` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `roles`
--

LOCK TABLES `roles` WRITE;
/*!40000 ALTER TABLE `roles` DISABLE KEYS */;
INSERT INTO `roles` VALUES
(1,'Super admin','System',NULL,'2024-11-27 04:41:05',NULL,1),
(2,'Instructor','System',NULL,'2024-11-27 04:41:05',NULL,1),
(3,'Student','System',NULL,'2024-11-27 04:41:05',NULL,1),
(4,'Staff','System',NULL,NULL,NULL,1),
(5,'Organization','System',NULL,NULL,NULL,1);
/*!40000 ALTER TABLE `roles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `school_subjects`
--

DROP TABLE IF EXISTS `school_subjects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `school_subjects` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `order` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `school_subjects`
--

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

--
-- Table structure for table `skills`
--

DROP TABLE IF EXISTS `skills`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `skills` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `skills`
--

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

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

DROP TABLE IF EXISTS `sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sliders` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` text DEFAULT NULL,
  `sub_title` text DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `btn_title1` varchar(191) DEFAULT NULL,
  `btn_link1` varchar(191) DEFAULT NULL,
  `btn_image1` varchar(191) DEFAULT NULL,
  `btn_type1` tinyint(1) NOT NULL DEFAULT 1,
  `btn_type2` tinyint(1) NOT NULL DEFAULT 1,
  `btn_title2` varchar(191) DEFAULT NULL,
  `btn_link2` varchar(191) DEFAULT NULL,
  `btn_image2` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `course_id` int(11) NOT NULL DEFAULT 0,
  `lang_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`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 `sliders`
--

LOCK TABLES `sliders` WRITE;
/*!40000 ALTER TABLE `sliders` DISABLE KEYS */;
INSERT INTO `sliders` VALUES
(5,'{\"en\":\"Instant Learning: Ready-To-Depoly LMS Solution\"}','Skip the months-long setup times that cause your training programs to just fizzle out. Create new courses with a few simple clicks, add users, and go live by the end of the day.','public/uploads/main/images/07-05-2025/681af3494ecbc.jpeg','View More','https://tapnlearn.twister-demo.com/courses',NULL,1,1,NULL,NULL,NULL,1,'2025-05-07 15:44:41','2025-05-07 16:20:28',1,0,19),
(6,'{\"en\":\"Move your business to the next Level\"}','Launch your academy, build up your team, upload and sell courses as well as live classes, and start gaining profits at once!','public/uploads/main/images/07-05-2025/681b0683334b8.jpeg',NULL,NULL,NULL,1,1,'Enroll Now','https://tapnlearn.twister-demo.com/courses',NULL,1,'2025-05-07 16:22:37','2025-05-07 17:06:43',1,0,19),
(7,'{\"en\":\"Corporate Training & Development\"}','Improve the knowledge and skills of your employees to enhance their performance and contribute to the company\'s overall success.','public/uploads/main/images/07-05-2025/681b04c15344a.jpeg','Learn More!','https://tapnlearn.twister-demo.com/courses',NULL,1,1,NULL,NULL,NULL,1,'2025-05-07 16:35:23','2025-05-07 16:59:13',1,0,19);
/*!40000 ALTER TABLE `sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `social_links`
--

DROP TABLE IF EXISTS `social_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `social_links` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `icon` varchar(191) NOT NULL,
  `name` varchar(191) NOT NULL,
  `link` varchar(191) NOT NULL,
  `topbar` tinyint(1) NOT NULL DEFAULT 0,
  `footer` tinyint(1) NOT NULL DEFAULT 1,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `social_links`
--

LOCK TABLES `social_links` WRITE;
/*!40000 ALTER TABLE `social_links` DISABLE KEYS */;
INSERT INTO `social_links` VALUES
(1,'fab fa-gitlab','Gitlab','https://gitlab.com',0,1,0,NULL,NULL,1),
(2,'fab fa-facebook-square','Facebook','https://facebook.com',0,1,1,NULL,NULL,1),
(3,'fab fa-youtube','Youtube','https://youtube.com',0,1,1,NULL,NULL,1),
(4,'fab fa-twitter-square','Twitter','https://twitter.com',0,1,1,NULL,NULL,1),
(5,'fab fa-linkedin','Linkedin','https://linkedin.com',0,1,1,NULL,NULL,1);
/*!40000 ALTER TABLE `social_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `spn_cities`
--

DROP TABLE IF EXISTS `spn_cities`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `spn_cities` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `state_id` int(11) NOT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=48332 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `spn_cities`
--

LOCK TABLES `spn_cities` WRITE;
/*!40000 ALTER TABLE `spn_cities` DISABLE KEYS */;
INSERT INTO `spn_cities` VALUES
(1,'Bombuflat',1,1),
(2,'Garacharma',1,1),
(3,'Port Blair',1,1),
(4,'Rangat',1,1),
(5,'Addanki',2,1),
(6,'Adivivaram',2,1),
(7,'Adoni',2,1),
(8,'Aganampudi',2,1),
(9,'Ajjaram',2,1),
(10,'Akividu',2,1),
(11,'Akkarampalle',2,1),
(12,'Akkayapalle',2,1),
(13,'Akkireddipalem',2,1),
(14,'Alampur',2,1),
(15,'Amalapuram',2,1),
(16,'Amudalavalasa',2,1),
(17,'Amur',2,1),
(18,'Anakapalle',2,1),
(19,'Anantapur',2,1),
(20,'Andole',2,1),
(21,'Atmakur',2,1),
(22,'Attili',2,1),
(23,'Avanigadda',2,1),
(24,'Badepalli',2,1),
(25,'Badvel',2,1),
(26,'Balapur',2,1),
(27,'Bandarulanka',2,1),
(28,'Banganapalle',2,1),
(29,'Bapatla',2,1),
(30,'Bapulapadu',2,1),
(31,'Belampalli',2,1),
(32,'Bestavaripeta',2,1),
(33,'Betamcherla',2,1),
(34,'Bhattiprolu',2,1),
(35,'Bhimavaram',2,1),
(36,'Bhimunipatnam',2,1),
(37,'Bobbili',2,1),
(38,'Bombuflat',2,1),
(39,'Bommuru',2,1),
(40,'Bugganipalle',2,1),
(41,'Challapalle',2,1),
(42,'Chandur',2,1),
(43,'Chatakonda',2,1),
(44,'Chemmumiahpet',2,1),
(45,'Chidiga',2,1),
(46,'Chilakaluripet',2,1),
(47,'Chimakurthy',2,1),
(48,'Chinagadila',2,1),
(49,'Chinagantyada',2,1),
(50,'Chinnachawk',2,1),
(51,'Chintalavalasa',2,1),
(52,'Chipurupalle',2,1),
(53,'Chirala',2,1),
(54,'Chittoor',2,1),
(55,'Chodavaram',2,1),
(56,'Choutuppal',2,1),
(57,'Chunchupalle',2,1),
(58,'Cuddapah',2,1),
(59,'Cumbum',2,1),
(60,'Darnakal',2,1),
(61,'Dasnapur',2,1),
(62,'Dauleshwaram',2,1),
(63,'Dharmavaram',2,1),
(64,'Dhone',2,1),
(65,'Dommara Nandyal',2,1),
(66,'Dowlaiswaram',2,1),
(67,'East Godavari Dist.',2,1),
(68,'Eddumailaram',2,1),
(69,'Edulapuram',2,1),
(70,'Ekambara kuppam',2,1),
(71,'Eluru',2,1),
(72,'Enikapadu',2,1),
(73,'Fakirtakya',2,1),
(74,'Farrukhnagar',2,1),
(75,'Gaddiannaram',2,1),
(76,'Gajapathinagaram',2,1),
(77,'Gajularega',2,1),
(78,'Gajuvaka',2,1),
(79,'Gannavaram',2,1),
(80,'Garacharma',2,1),
(81,'Garimellapadu',2,1),
(82,'Giddalur',2,1),
(83,'Godavarikhani',2,1),
(84,'Gopalapatnam',2,1),
(85,'Gopalur',2,1),
(86,'Gorrekunta',2,1),
(87,'Gudivada',2,1),
(88,'Gudur',2,1),
(89,'Guntakal',2,1),
(90,'Guntur',2,1),
(91,'Guti',2,1),
(92,'Hindupur',2,1),
(93,'Hukumpeta',2,1),
(94,'Ichchapuram',2,1),
(95,'Isnapur',2,1),
(96,'Jaggayyapeta',2,1),
(97,'Jallaram Kamanpur',2,1),
(98,'Jammalamadugu',2,1),
(99,'Jangampalli',2,1),
(100,'Jarjapupeta',2,1),
(101,'Kadiri',2,1),
(102,'Kaikalur',2,1),
(103,'Kakinada',2,1),
(104,'Kallur',2,1),
(105,'Kalyandurg',2,1),
(106,'Kamalapuram',2,1),
(107,'Kamareddi',2,1),
(108,'Kanapaka',2,1),
(109,'Kanigiri',2,1),
(110,'Kanithi',2,1),
(111,'Kankipadu',2,1),
(112,'Kantabamsuguda',2,1),
(113,'Kanuru',2,1),
(114,'Karnul',2,1),
(115,'Katheru',2,1),
(116,'Kavali',2,1),
(117,'Kazipet',2,1),
(118,'Khanapuram Haveli',2,1),
(119,'Kodar',2,1),
(120,'Kollapur',2,1),
(121,'Kondapalem',2,1),
(122,'Kondapalle',2,1),
(123,'Kondukur',2,1),
(124,'Kosgi',2,1),
(125,'Kothavalasa',2,1),
(126,'Kottapalli',2,1),
(127,'Kovur',2,1),
(128,'Kovurpalle',2,1),
(129,'Kovvur',2,1),
(130,'Krishna',2,1),
(131,'Kuppam',2,1),
(132,'Kurmannapalem',2,1),
(133,'Kurnool',2,1),
(134,'Lakshettipet',2,1),
(135,'Lalbahadur Nagar',2,1),
(136,'Machavaram',2,1),
(137,'Macherla',2,1),
(138,'Machilipatnam',2,1),
(139,'Madanapalle',2,1),
(140,'Madaram',2,1),
(141,'Madhuravada',2,1),
(142,'Madikonda',2,1),
(143,'Madugule',2,1),
(144,'Mahabubnagar',2,1),
(145,'Mahbubabad',2,1),
(146,'Malkajgiri',2,1),
(147,'Mamilapalle',2,1),
(148,'Mancheral',2,1),
(149,'Mandapeta',2,1),
(150,'Mandasa',2,1),
(151,'Mangalagiri',2,1),
(152,'Manthani',2,1),
(153,'Markapur',2,1),
(154,'Marturu',2,1),
(155,'Metpalli',2,1),
(156,'Mindi',2,1),
(157,'Mirpet',2,1),
(158,'Moragudi',2,1),
(159,'Mothugudam',2,1),
(160,'Nagari',2,1),
(161,'Nagireddipalle',2,1),
(162,'Nandigama',2,1),
(163,'Nandikotkur',2,1),
(164,'Nandyal',2,1),
(165,'Narasannapeta',2,1),
(166,'Narasapur',2,1),
(167,'Narasaraopet',2,1),
(168,'Narayanavanam',2,1),
(169,'Narsapur',2,1),
(170,'Narsingi',2,1),
(171,'Narsipatnam',2,1),
(172,'Naspur',2,1),
(173,'Nathayyapalem',2,1),
(174,'Nayudupeta',2,1),
(175,'Nelimaria',2,1),
(176,'Nellore',2,1),
(177,'Nidadavole',2,1),
(178,'Nuzvid',2,1),
(179,'Omerkhan daira',2,1),
(180,'Ongole',2,1),
(181,'Osmania University',2,1),
(182,'Pakala',2,1),
(183,'Palakole',2,1),
(184,'Palakurthi',2,1),
(185,'Palasa',2,1),
(186,'Palempalle',2,1),
(187,'Palkonda',2,1),
(188,'Palmaner',2,1),
(189,'Pamur',2,1),
(190,'Panjim',2,1),
(191,'Papampeta',2,1),
(192,'Parasamba',2,1),
(193,'Parvatipuram',2,1),
(194,'Patancheru',2,1),
(195,'Payakaraopet',2,1),
(196,'Pedagantyada',2,1),
(197,'Pedana',2,1),
(198,'Peddapuram',2,1),
(199,'Pendurthi',2,1),
(200,'Penugonda',2,1),
(201,'Penukonda',2,1),
(202,'Phirangipuram',2,1),
(203,'Pithapuram',2,1),
(204,'Ponnur',2,1),
(205,'Port Blair',2,1),
(206,'Pothinamallayyapalem',2,1),
(207,'Prakasam',2,1),
(208,'Prasadampadu',2,1),
(209,'Prasantinilayam',2,1),
(210,'Proddatur',2,1),
(211,'Pulivendla',2,1),
(212,'Punganuru',2,1),
(213,'Puttur',2,1),
(214,'Qutubullapur',2,1),
(215,'Rajahmundry',2,1),
(216,'Rajamahendri',2,1),
(217,'Rajampet',2,1),
(218,'Rajendranagar',2,1),
(219,'Rajoli',2,1),
(220,'Ramachandrapuram',2,1),
(221,'Ramanayyapeta',2,1),
(222,'Ramapuram',2,1),
(223,'Ramarajupalli',2,1),
(224,'Ramavarappadu',2,1),
(225,'Rameswaram',2,1),
(226,'Rampachodavaram',2,1),
(227,'Ravulapalam',2,1),
(228,'Rayachoti',2,1),
(229,'Rayadrug',2,1),
(230,'Razam',2,1),
(231,'Razole',2,1),
(232,'Renigunta',2,1),
(233,'Repalle',2,1),
(234,'Rishikonda',2,1),
(235,'Salur',2,1),
(236,'Samalkot',2,1),
(237,'Sattenapalle',2,1),
(238,'Seetharampuram',2,1),
(239,'Serilungampalle',2,1),
(240,'Shankarampet',2,1),
(241,'Shar',2,1),
(242,'Singarayakonda',2,1),
(243,'Sirpur',2,1),
(244,'Sirsilla',2,1),
(245,'Sompeta',2,1),
(246,'Sriharikota',2,1),
(247,'Srikakulam',2,1),
(248,'Srikalahasti',2,1),
(249,'Sriramnagar',2,1),
(250,'Sriramsagar',2,1),
(251,'Srisailam',2,1),
(252,'Srisailamgudem Devasthanam',2,1),
(253,'Sulurpeta',2,1),
(254,'Suriapet',2,1),
(255,'Suryaraopet',2,1),
(256,'Tadepalle',2,1),
(257,'Tadepalligudem',2,1),
(258,'Tadpatri',2,1),
(259,'Tallapalle',2,1),
(260,'Tanuku',2,1),
(261,'Tekkali',2,1),
(262,'Tenali',2,1),
(263,'Tigalapahad',2,1),
(264,'Tiruchanur',2,1),
(265,'Tirumala',2,1),
(266,'Tirupati',2,1),
(267,'Tirvuru',2,1),
(268,'Trimulgherry',2,1),
(269,'Tuni',2,1),
(270,'Turangi',2,1),
(271,'Ukkayapalli',2,1),
(272,'Ukkunagaram',2,1),
(273,'Uppal Kalan',2,1),
(274,'Upper Sileru',2,1),
(275,'Uravakonda',2,1),
(276,'Vadlapudi',2,1),
(277,'Vaparala',2,1),
(278,'Vemalwada',2,1),
(279,'Venkatagiri',2,1),
(280,'Venkatapuram',2,1),
(281,'Vepagunta',2,1),
(282,'Vetapalem',2,1),
(283,'Vijayapuri',2,1),
(284,'Vijayapuri South',2,1),
(285,'Vijayawada',2,1),
(286,'Vinukonda',2,1),
(287,'Visakhapatnam',2,1),
(288,'Vizianagaram',2,1),
(289,'Vuyyuru',2,1),
(290,'Wanparti',2,1),
(291,'West Godavari Dist.',2,1),
(292,'Yadagirigutta',2,1),
(293,'Yarada',2,1),
(294,'Yellamanchili',2,1),
(295,'Yemmiganur',2,1),
(296,'Yenamalakudru',2,1),
(297,'Yendada',2,1),
(298,'Yerraguntla',2,1),
(299,'Along',3,1),
(300,'Basar',3,1),
(301,'Bondila',3,1),
(302,'Changlang',3,1),
(303,'Daporijo',3,1),
(304,'Deomali',3,1),
(305,'Itanagar',3,1),
(306,'Jairampur',3,1),
(307,'Khonsa',3,1),
(308,'Naharlagun',3,1),
(309,'Namsai',3,1),
(310,'Pasighat',3,1),
(311,'Roing',3,1),
(312,'Seppa',3,1),
(313,'Tawang',3,1),
(314,'Tezu',3,1),
(315,'Ziro',3,1),
(316,'Abhayapuri',4,1),
(317,'Ambikapur',4,1),
(318,'Amguri',4,1),
(319,'Anand Nagar',4,1),
(320,'Badarpur',4,1),
(321,'Badarpur Railway Town',4,1),
(322,'Bahbari Gaon',4,1),
(323,'Bamun Sualkuchi',4,1),
(324,'Barbari',4,1),
(325,'Barpathar',4,1),
(326,'Barpeta',4,1),
(327,'Barpeta Road',4,1),
(328,'Basugaon',4,1),
(329,'Bihpuria',4,1),
(330,'Bijni',4,1),
(331,'Bilasipara',4,1),
(332,'Biswanath Chariali',4,1),
(333,'Bohori',4,1),
(334,'Bokajan',4,1),
(335,'Bokokhat',4,1),
(336,'Bongaigaon',4,1),
(337,'Bongaigaon Petro-chemical Town',4,1),
(338,'Borgolai',4,1),
(339,'Chabua',4,1),
(340,'Chandrapur Bagicha',4,1),
(341,'Chapar',4,1),
(342,'Chekonidhara',4,1),
(343,'Choto Haibor',4,1),
(344,'Dergaon',4,1),
(345,'Dharapur',4,1),
(346,'Dhekiajuli',4,1),
(347,'Dhemaji',4,1),
(348,'Dhing',4,1),
(349,'Dhubri',4,1),
(350,'Dhuburi',4,1),
(351,'Dibrugarh',4,1),
(352,'Digboi',4,1),
(353,'Digboi Oil Town',4,1),
(354,'Dimaruguri',4,1),
(355,'Diphu',4,1),
(356,'Dispur',4,1),
(357,'Doboka',4,1),
(358,'Dokmoka',4,1),
(359,'Donkamokan',4,1),
(360,'Duliagaon',4,1),
(361,'Duliajan',4,1),
(362,'Duliajan No.1',4,1),
(363,'Dum Duma',4,1),
(364,'Durga Nagar',4,1),
(365,'Gauripur',4,1),
(366,'Goalpara',4,1),
(367,'Gohpur',4,1),
(368,'Golaghat',4,1),
(369,'Golakganj',4,1),
(370,'Gossaigaon',4,1),
(371,'Guwahati',4,1),
(372,'Haflong',4,1),
(373,'Hailakandi',4,1),
(374,'Hamren',4,1),
(375,'Hauli',4,1),
(376,'Hauraghat',4,1),
(377,'Hojai',4,1),
(378,'Jagiroad',4,1),
(379,'Jagiroad Paper Mill',4,1),
(380,'Jogighopa',4,1),
(381,'Jonai Bazar',4,1),
(382,'Jorhat',4,1),
(383,'Kampur Town',4,1),
(384,'Kamrup',4,1),
(385,'Kanakpur',4,1),
(386,'Karimganj',4,1),
(387,'Kharijapikon',4,1),
(388,'Kharupetia',4,1),
(389,'Kochpara',4,1),
(390,'Kokrajhar',4,1),
(391,'Kumar Kaibarta Gaon',4,1),
(392,'Lakhimpur',4,1),
(393,'Lakhipur',4,1),
(394,'Lala',4,1),
(395,'Lanka',4,1),
(396,'Lido Tikok',4,1),
(397,'Lido Town',4,1),
(398,'Lumding',4,1),
(399,'Lumding Railway Colony',4,1),
(400,'Mahur',4,1),
(401,'Maibong',4,1),
(402,'Majgaon',4,1),
(403,'Makum',4,1),
(404,'Mangaldai',4,1),
(405,'Mankachar',4,1),
(406,'Margherita',4,1),
(407,'Mariani',4,1),
(408,'Marigaon',4,1),
(409,'Moran',4,1),
(410,'Moranhat',4,1),
(411,'Nagaon',4,1),
(412,'Naharkatia',4,1),
(413,'Nalbari',4,1),
(414,'Namrup',4,1),
(415,'Naubaisa Gaon',4,1),
(416,'Nazira',4,1),
(417,'New Bongaigaon Railway Colony',4,1),
(418,'Niz-Hajo',4,1),
(419,'North Guwahati',4,1),
(420,'Numaligarh',4,1),
(421,'Palasbari',4,1),
(422,'Panchgram',4,1),
(423,'Pathsala',4,1),
(424,'Raha',4,1),
(425,'Rangapara',4,1),
(426,'Rangia',4,1),
(427,'Salakati',4,1),
(428,'Sapatgram',4,1),
(429,'Sarthebari',4,1),
(430,'Sarupathar',4,1),
(431,'Sarupathar Bengali',4,1),
(432,'Senchoagaon',4,1),
(433,'Sibsagar',4,1),
(434,'Silapathar',4,1),
(435,'Silchar',4,1),
(436,'Silchar Part-X',4,1),
(437,'Sonari',4,1),
(438,'Sorbhog',4,1),
(439,'Sualkuchi',4,1),
(440,'Tangla',4,1),
(441,'Tezpur',4,1),
(442,'Tihu',4,1),
(443,'Tinsukia',4,1),
(444,'Titabor',4,1),
(445,'Udalguri',4,1),
(446,'Umrangso',4,1),
(447,'Uttar Krishnapur Part-I',4,1),
(448,'Amarpur',5,1),
(449,'Ara',5,1),
(450,'Araria',5,1),
(451,'Areraj',5,1),
(452,'Asarganj',5,1),
(453,'Aurangabad',5,1),
(454,'Bagaha',5,1),
(455,'Bahadurganj',5,1),
(456,'Bairgania',5,1),
(457,'Bakhtiyarpur',5,1),
(458,'Banka',5,1),
(459,'Banmankhi',5,1),
(460,'Bar Bigha',5,1),
(461,'Barauli',5,1),
(462,'Barauni Oil Township',5,1),
(463,'Barh',5,1),
(464,'Barhiya',5,1),
(465,'Bariapur',5,1),
(466,'Baruni',5,1),
(467,'Begusarai',5,1),
(468,'Behea',5,1),
(469,'Belsand',5,1),
(470,'Bettiah',5,1),
(471,'Bhabua',5,1),
(472,'Bhagalpur',5,1),
(473,'Bhimnagar',5,1),
(474,'Bhojpur',5,1),
(475,'Bihar',5,1),
(476,'Bihar Sharif',5,1),
(477,'Bihariganj',5,1),
(478,'Bikramganj',5,1),
(479,'Birpur',5,1),
(480,'Bodh Gaya',5,1),
(481,'Buxar',5,1),
(482,'Chakia',5,1),
(483,'Chanpatia',5,1),
(484,'Chhapra',5,1),
(485,'Chhatapur',5,1),
(486,'Colgong',5,1),
(487,'Dalsingh Sarai',5,1),
(488,'Darbhanga',5,1),
(489,'Daudnagar',5,1),
(490,'Dehri',5,1),
(491,'Dhaka',5,1),
(492,'Dighwara',5,1),
(493,'Dinapur',5,1),
(494,'Dinapur Cantonment',5,1),
(495,'Dumra',5,1),
(496,'Dumraon',5,1),
(497,'Fatwa',5,1),
(498,'Forbesganj',5,1),
(499,'Gaya',5,1),
(500,'Gazipur',5,1),
(501,'Ghoghardiha',5,1),
(502,'Gogri Jamalpur',5,1),
(503,'Gopalganj',5,1),
(504,'Habibpur',5,1),
(505,'Hajipur',5,1),
(506,'Hasanpur',5,1),
(507,'Hazaribagh',5,1),
(508,'Hilsa',5,1),
(509,'Hisua',5,1),
(510,'Islampur',5,1),
(511,'Jagdispur',5,1),
(512,'Jahanabad',5,1),
(513,'Jamalpur',5,1),
(514,'Jamhaur',5,1),
(515,'Jamui',5,1),
(516,'Janakpur Road',5,1),
(517,'Janpur',5,1),
(518,'Jaynagar',5,1),
(519,'Jha Jha',5,1),
(520,'Jhanjharpur',5,1),
(521,'Jogbani',5,1),
(522,'Kanti',5,1),
(523,'Kasba',5,1),
(524,'Kataiya',5,1),
(525,'Katihar',5,1),
(526,'Khagaria',5,1),
(527,'Khagaul',5,1),
(528,'Kharagpur',5,1),
(529,'Khusrupur',5,1),
(530,'Kishanganj',5,1),
(531,'Koath',5,1),
(532,'Koilwar',5,1),
(533,'Lakhisarai',5,1),
(534,'Lalganj',5,1),
(535,'Lauthaha',5,1),
(536,'Madhepura',5,1),
(537,'Madhubani',5,1),
(538,'Maharajganj',5,1),
(539,'Mahnar Bazar',5,1),
(540,'Mairwa',5,1),
(541,'Makhdumpur',5,1),
(542,'Maner',5,1),
(543,'Manihari',5,1),
(544,'Marhaura',5,1),
(545,'Masaurhi',5,1),
(546,'Mirganj',5,1),
(547,'Mohiuddinagar',5,1),
(548,'Mokama',5,1),
(549,'Motihari',5,1),
(550,'Motipur',5,1),
(551,'Munger',5,1),
(552,'Murliganj',5,1),
(553,'Muzaffarpur',5,1),
(554,'Nabinagar',5,1),
(555,'Narkatiaganj',5,1),
(556,'Nasriganj',5,1),
(557,'Natwar',5,1),
(558,'Naugachhia',5,1),
(559,'Nawada',5,1),
(560,'Nirmali',5,1),
(561,'Nokha',5,1),
(562,'Paharpur',5,1),
(563,'Patna',5,1),
(564,'Phulwari',5,1),
(565,'Piro',5,1),
(566,'Purnia',5,1),
(567,'Pusa',5,1),
(568,'Rafiganj',5,1),
(569,'Raghunathpur',5,1),
(570,'Rajgir',5,1),
(571,'Ramnagar',5,1),
(572,'Raxaul',5,1),
(573,'Revelganj',5,1),
(574,'Rusera',5,1),
(575,'Sagauli',5,1),
(576,'Saharsa',5,1),
(577,'Samastipur',5,1),
(578,'Sasaram',5,1),
(579,'Shahpur',5,1),
(580,'Shaikhpura',5,1),
(581,'Sherghati',5,1),
(582,'Shivhar',5,1),
(583,'Silao',5,1),
(584,'Sitamarhi',5,1),
(585,'Siwan',5,1),
(586,'Sonepur',5,1),
(587,'Sultanganj',5,1),
(588,'Supaul',5,1),
(589,'Teghra',5,1),
(590,'Tekari',5,1),
(591,'Thakurganj',5,1),
(592,'Vaishali',5,1),
(593,'Waris Aliganj',5,1),
(594,'Chandigarh',6,1),
(595,'Ahiwara',7,1),
(596,'Akaltara',7,1),
(597,'Ambagarh Chauki',7,1),
(598,'Ambikapur',7,1),
(599,'Arang',7,1),
(600,'Bade Bacheli',7,1),
(601,'Bagbahara',7,1),
(602,'Baikunthpur',7,1),
(603,'Balod',7,1),
(604,'Baloda',7,1),
(605,'Baloda Bazar',7,1),
(606,'Banarsi',7,1),
(607,'Basna',7,1),
(608,'Bemetra',7,1),
(609,'Bhanpuri',7,1),
(610,'Bhatapara',7,1),
(611,'Bhatgaon',7,1),
(612,'Bhilai',7,1),
(613,'Bilaspur',7,1),
(614,'Bilha',7,1),
(615,'Birgaon',7,1),
(616,'Bodri',7,1),
(617,'Champa',7,1),
(618,'Charcha',7,1),
(619,'Charoda',7,1),
(620,'Chhuikhadan',7,1),
(621,'Chirmiri',7,1),
(622,'Dantewada',7,1),
(623,'Deori',7,1),
(624,'Dhamdha',7,1),
(625,'Dhamtari',7,1),
(626,'Dharamjaigarh',7,1),
(627,'Dipka',7,1),
(628,'Doman Hill Colliery',7,1),
(629,'Dongargaon',7,1),
(630,'Dongragarh',7,1),
(631,'Durg',7,1),
(632,'Frezarpur',7,1),
(633,'Gandai',7,1),
(634,'Gariaband',7,1),
(635,'Gaurela',7,1),
(636,'Gelhapani',7,1),
(637,'Gharghoda',7,1),
(638,'Gidam',7,1),
(639,'Gobra Nawapara',7,1),
(640,'Gogaon',7,1),
(641,'Hatkachora',7,1),
(642,'Jagdalpur',7,1),
(643,'Jamui',7,1),
(644,'Jashpurnagar',7,1),
(645,'Jhagrakhand',7,1),
(646,'Kanker',7,1),
(647,'Katghora',7,1),
(648,'Kawardha',7,1),
(649,'Khairagarh',7,1),
(650,'Khamhria',7,1),
(651,'Kharod',7,1),
(652,'Kharsia',7,1),
(653,'Khonga Pani',7,1),
(654,'Kirandu',7,1),
(655,'Kirandul',7,1),
(656,'Kohka',7,1),
(657,'Kondagaon',7,1),
(658,'Korba',7,1),
(659,'Korea',7,1),
(660,'Koria Block',7,1),
(661,'Kota',7,1),
(662,'Kumhari',7,1),
(663,'Kumud Katta',7,1),
(664,'Kurasia',7,1),
(665,'Kurud',7,1),
(666,'Lingiyadih',7,1),
(667,'Lormi',7,1),
(668,'Mahasamund',7,1),
(669,'Mahendragarh',7,1),
(670,'Mehmand',7,1),
(671,'Mongra',7,1),
(672,'Mowa',7,1),
(673,'Mungeli',7,1),
(674,'Nailajanjgir',7,1),
(675,'Namna Kalan',7,1),
(676,'Naya Baradwar',7,1),
(677,'Pandariya',7,1),
(678,'Patan',7,1),
(679,'Pathalgaon',7,1),
(680,'Pendra',7,1),
(681,'Phunderdihari',7,1),
(682,'Pithora',7,1),
(683,'Raigarh',7,1),
(684,'Raipur',7,1),
(685,'Rajgamar',7,1),
(686,'Rajhara',7,1),
(687,'Rajnandgaon',7,1),
(688,'Ramanuj Ganj',7,1),
(689,'Ratanpur',7,1),
(690,'Sakti',7,1),
(691,'Saraipali',7,1),
(692,'Sarajpur',7,1),
(693,'Sarangarh',7,1),
(694,'Shivrinarayan',7,1),
(695,'Simga',7,1),
(696,'Sirgiti',7,1),
(697,'Takhatpur',7,1),
(698,'Telgaon',7,1),
(699,'Tildanewra',7,1),
(700,'Urla',7,1),
(701,'Vishrampur',7,1),
(702,'Amli',8,1),
(703,'Silvassa',8,1),
(704,'Daman',9,1),
(705,'Diu',9,1),
(706,'Delhi',10,1),
(707,'New Delhi',10,1),
(708,'Aldona',11,1),
(709,'Altinho',11,1),
(710,'Aquem',11,1),
(711,'Arpora',11,1),
(712,'Bambolim',11,1),
(713,'Bandora',11,1),
(714,'Bardez',11,1),
(715,'Benaulim',11,1),
(716,'Betora',11,1),
(717,'Bicholim',11,1),
(718,'Calapor',11,1),
(719,'Candolim',11,1),
(720,'Caranzalem',11,1),
(721,'Carapur',11,1),
(722,'Chicalim',11,1),
(723,'Chimbel',11,1),
(724,'Chinchinim',11,1),
(725,'Colvale',11,1),
(726,'Corlim',11,1),
(727,'Cortalim',11,1),
(728,'Cuncolim',11,1),
(729,'Curchorem',11,1),
(730,'Curti',11,1),
(731,'Davorlim',11,1),
(732,'Dona Paula',11,1),
(733,'Goa',11,1),
(734,'Guirim',11,1),
(735,'Jua',11,1),
(736,'Kalangat',11,1),
(737,'Kankon',11,1),
(738,'Kundaim',11,1),
(739,'Loutulim',11,1),
(740,'Madgaon',11,1),
(741,'Mapusa',11,1),
(742,'Margao',11,1),
(743,'Margaon',11,1),
(744,'Miramar',11,1),
(745,'Morjim',11,1),
(746,'Mormugao',11,1),
(747,'Navelim',11,1),
(748,'Pale',11,1),
(749,'Panaji',11,1),
(750,'Parcem',11,1),
(751,'Parra',11,1),
(752,'Penha de Franca',11,1),
(753,'Pernem',11,1),
(754,'Pilerne',11,1),
(755,'Pissurlem',11,1),
(756,'Ponda',11,1),
(757,'Porvorim',11,1),
(758,'Quepem',11,1),
(759,'Queula',11,1),
(760,'Raia',11,1),
(761,'Reis Magos',11,1),
(762,'Salcette',11,1),
(763,'Saligao',11,1),
(764,'Sancoale',11,1),
(765,'Sanguem',11,1),
(766,'Sanquelim',11,1),
(767,'Sanvordem',11,1),
(768,'Sao Jose-de-Areal',11,1),
(769,'Sattari',11,1),
(770,'Serula',11,1),
(771,'Sinquerim',11,1),
(772,'Siolim',11,1),
(773,'Taleigao',11,1),
(774,'Tivim',11,1),
(775,'Valpoi',11,1),
(776,'Varca',11,1),
(777,'Vasco',11,1),
(778,'Verna',11,1),
(779,'Abrama',12,1),
(780,'Adalaj',12,1),
(781,'Adityana',12,1),
(782,'Advana',12,1),
(783,'Ahmedabad',12,1),
(784,'Ahwa',12,1),
(785,'Alang',12,1),
(786,'Ambaji',12,1),
(787,'Ambaliyasan',12,1),
(788,'Amod',12,1),
(789,'Amreli',12,1),
(790,'Amroli',12,1),
(791,'Anand',12,1),
(792,'Andada',12,1),
(793,'Anjar',12,1),
(794,'Anklav',12,1),
(795,'Ankleshwar',12,1),
(796,'Anklesvar INA',12,1),
(797,'Antaliya',12,1),
(798,'Arambhada',12,1),
(799,'Asarma',12,1),
(800,'Atul',12,1),
(801,'Babra',12,1),
(802,'Bag-e-Firdosh',12,1),
(803,'Bagasara',12,1),
(804,'Bahadarpar',12,1),
(805,'Bajipura',12,1),
(806,'Bajva',12,1),
(807,'Balasinor',12,1),
(808,'Banaskantha',12,1),
(809,'Bansda',12,1),
(810,'Bantva',12,1),
(811,'Bardoli',12,1),
(812,'Barwala',12,1),
(813,'Bayad',12,1),
(814,'Bechar',12,1),
(815,'Bedi',12,1),
(816,'Beyt',12,1),
(817,'Bhachau',12,1),
(818,'Bhanvad',12,1),
(819,'Bharuch',12,1),
(820,'Bharuch INA',12,1),
(821,'Bhavnagar',12,1),
(822,'Bhayavadar',12,1),
(823,'Bhestan',12,1),
(824,'Bhuj',12,1),
(825,'Bilimora',12,1),
(826,'Bilkha',12,1),
(827,'Billimora',12,1),
(828,'Bodakdev',12,1),
(829,'Bodeli',12,1),
(830,'Bopal',12,1),
(831,'Boria',12,1),
(832,'Boriavi',12,1),
(833,'Borsad',12,1),
(834,'Botad',12,1),
(835,'Cambay',12,1),
(836,'Chaklasi',12,1),
(837,'Chala',12,1),
(838,'Chalala',12,1),
(839,'Chalthan',12,1),
(840,'Chanasma',12,1),
(841,'Chandisar',12,1),
(842,'Chandkheda',12,1),
(843,'Chanod',12,1),
(844,'Chaya',12,1),
(845,'Chenpur',12,1),
(846,'Chhapi',12,1),
(847,'Chhaprabhatha',12,1),
(848,'Chhatral',12,1),
(849,'Chhota Udepur',12,1),
(850,'Chikhli',12,1),
(851,'Chiloda',12,1),
(852,'Chorvad',12,1),
(853,'Chotila',12,1),
(854,'Dabhoi',12,1),
(855,'Dadara',12,1),
(856,'Dahod',12,1),
(857,'Dakor',12,1),
(858,'Damnagar',12,1),
(859,'Deesa',12,1),
(860,'Delvada',12,1),
(861,'Devgadh Baria',12,1),
(862,'Devsar',12,1),
(863,'Dhandhuka',12,1),
(864,'Dhanera',12,1),
(865,'Dhangdhra',12,1),
(866,'Dhansura',12,1),
(867,'Dharampur',12,1),
(868,'Dhari',12,1),
(869,'Dhola',12,1),
(870,'Dholka',12,1),
(871,'Dholka Rural',12,1),
(872,'Dhoraji',12,1),
(873,'Dhrangadhra',12,1),
(874,'Dhrol',12,1),
(875,'Dhuva',12,1),
(876,'Dhuwaran',12,1),
(877,'Digvijaygram',12,1),
(878,'Disa',12,1),
(879,'Dungar',12,1),
(880,'Dungarpur',12,1),
(881,'Dungra',12,1),
(882,'Dwarka',12,1),
(883,'Flelanganj',12,1),
(884,'GSFC Complex',12,1),
(885,'Gadhda',12,1),
(886,'Gandevi',12,1),
(887,'Gandhidham',12,1),
(888,'Gandhinagar',12,1),
(889,'Gariadhar',12,1),
(890,'Ghogha',12,1),
(891,'Godhra',12,1),
(892,'Gondal',12,1),
(893,'Hajira INA',12,1),
(894,'Halol',12,1),
(895,'Halvad',12,1),
(896,'Hansot',12,1),
(897,'Harij',12,1),
(898,'Himatnagar',12,1),
(899,'Ichchhapor',12,1),
(900,'Idar',12,1),
(901,'Jafrabad',12,1),
(902,'Jalalpore',12,1),
(903,'Jambusar',12,1),
(904,'Jamjodhpur',12,1),
(905,'Jamnagar',12,1),
(906,'Jasdan',12,1),
(907,'Jawaharnagar',12,1),
(908,'Jetalsar',12,1),
(909,'Jetpur',12,1),
(910,'Jodiya',12,1),
(911,'Joshipura',12,1),
(912,'Junagadh',12,1),
(913,'Kadi',12,1),
(914,'Kadodara',12,1),
(915,'Kalavad',12,1),
(916,'Kali',12,1),
(917,'Kaliawadi',12,1),
(918,'Kalol',12,1),
(919,'Kalol INA',12,1),
(920,'Kandla',12,1),
(921,'Kanjari',12,1),
(922,'Kanodar',12,1),
(923,'Kapadwanj',12,1),
(924,'Karachiya',12,1),
(925,'Karamsad',12,1),
(926,'Karjan',12,1),
(927,'Kathial',12,1),
(928,'Kathor',12,1),
(929,'Katpar',12,1),
(930,'Kavant',12,1),
(931,'Keshod',12,1),
(932,'Kevadiya',12,1),
(933,'Khambhaliya',12,1),
(934,'Khambhat',12,1),
(935,'Kharaghoda',12,1),
(936,'Khed Brahma',12,1),
(937,'Kheda',12,1),
(938,'Kheralu',12,1),
(939,'Kodinar',12,1),
(940,'Kosamba',12,1),
(941,'Kundla',12,1),
(942,'Kutch',12,1),
(943,'Kutiyana',12,1),
(944,'Lakhtar',12,1),
(945,'Lalpur',12,1),
(946,'Lambha',12,1),
(947,'Lathi',12,1),
(948,'Limbdi',12,1),
(949,'Limla',12,1),
(950,'Lunavada',12,1),
(951,'Madhapar',12,1),
(952,'Maflipur',12,1),
(953,'Mahemdavad',12,1),
(954,'Mahudha',12,1),
(955,'Mahuva',12,1),
(956,'Mahuvar',12,1),
(957,'Makarba',12,1),
(958,'Makarpura',12,1),
(959,'Makassar',12,1),
(960,'Maktampur',12,1),
(961,'Malia',12,1),
(962,'Malpur',12,1),
(963,'Manavadar',12,1),
(964,'Mandal',12,1),
(965,'Mandvi',12,1),
(966,'Mangrol',12,1),
(967,'Mansa',12,1),
(968,'Meghraj',12,1),
(969,'Mehsana',12,1),
(970,'Mendarla',12,1),
(971,'Mithapur',12,1),
(972,'Modasa',12,1),
(973,'Mogravadi',12,1),
(974,'Morbi',12,1),
(975,'Morvi',12,1),
(976,'Mundra',12,1),
(977,'Nadiad',12,1),
(978,'Naliya',12,1),
(979,'Nanakvada',12,1),
(980,'Nandej',12,1),
(981,'Nandesari',12,1),
(982,'Nandesari INA',12,1),
(983,'Naroda',12,1),
(984,'Navagadh',12,1),
(985,'Navagam Ghed',12,1),
(986,'Navsari',12,1),
(987,'Ode',12,1),
(988,'Okaf',12,1),
(989,'Okha',12,1),
(990,'Olpad',12,1),
(991,'Paddhari',12,1),
(992,'Padra',12,1),
(993,'Palanpur',12,1),
(994,'Palej',12,1),
(995,'Pali',12,1),
(996,'Palitana',12,1),
(997,'Paliyad',12,1),
(998,'Pandesara',12,1),
(999,'Panoli',12,1),
(1000,'Pardi',12,1),
(1001,'Parnera',12,1),
(1002,'Parvat',12,1),
(1003,'Patan',12,1),
(1004,'Patdi',12,1),
(1005,'Petlad',12,1),
(1006,'Petrochemical Complex',12,1),
(1007,'Porbandar',12,1),
(1008,'Prantij',12,1),
(1009,'Radhanpur',12,1),
(1010,'Raiya',12,1),
(1011,'Rajkot',12,1),
(1012,'Rajpipla',12,1),
(1013,'Rajula',12,1),
(1014,'Ramod',12,1),
(1015,'Ranavav',12,1),
(1016,'Ranoli',12,1),
(1017,'Rapar',12,1),
(1018,'Sahij',12,1),
(1019,'Salaya',12,1),
(1020,'Sanand',12,1),
(1021,'Sankheda',12,1),
(1022,'Santrampur',12,1),
(1023,'Saribujrang',12,1),
(1024,'Sarigam INA',12,1),
(1025,'Sayan',12,1),
(1026,'Sayla',12,1),
(1027,'Shahpur',12,1),
(1028,'Shahwadi',12,1),
(1029,'Shapar',12,1),
(1030,'Shivrajpur',12,1),
(1031,'Siddhapur',12,1),
(1032,'Sidhpur',12,1),
(1033,'Sihor',12,1),
(1034,'Sika',12,1),
(1035,'Singarva',12,1),
(1036,'Sinor',12,1),
(1037,'Sojitra',12,1),
(1038,'Sola',12,1),
(1039,'Songadh',12,1),
(1040,'Suraj Karadi',12,1),
(1041,'Surat',12,1),
(1042,'Surendranagar',12,1),
(1043,'Talaja',12,1),
(1044,'Talala',12,1),
(1045,'Talod',12,1),
(1046,'Tankara',12,1),
(1047,'Tarsali',12,1),
(1048,'Thangadh',12,1),
(1049,'Tharad',12,1),
(1050,'Thasra',12,1),
(1051,'Udyognagar',12,1),
(1052,'Ukai',12,1),
(1053,'Umbergaon',12,1),
(1054,'Umbergaon INA',12,1),
(1055,'Umrala',12,1),
(1056,'Umreth',12,1),
(1057,'Un',12,1),
(1058,'Una',12,1),
(1059,'Unjha',12,1),
(1060,'Upleta',12,1),
(1061,'Utran',12,1),
(1062,'Uttarsanda',12,1),
(1063,'V.U. Nagar',12,1),
(1064,'V.V. Nagar',12,1),
(1065,'Vadia',12,1),
(1066,'Vadla',12,1),
(1067,'Vadnagar',12,1),
(1068,'Vadodara',12,1),
(1069,'Vaghodia INA',12,1),
(1070,'Valbhipur',12,1),
(1071,'Vallabh Vidyanagar',12,1),
(1072,'Valsad',12,1),
(1073,'Valsad INA',12,1),
(1074,'Vanthali',12,1),
(1075,'Vapi',12,1),
(1076,'Vapi INA',12,1),
(1077,'Vartej',12,1),
(1078,'Vasad',12,1),
(1079,'Vasna Borsad INA',12,1),
(1080,'Vaso',12,1),
(1081,'Veraval',12,1),
(1082,'Vidyanagar',12,1),
(1083,'Vijalpor',12,1),
(1084,'Vijapur',12,1),
(1085,'Vinchhiya',12,1),
(1086,'Vinzol',12,1),
(1087,'Virpur',12,1),
(1088,'Visavadar',12,1),
(1089,'Visnagar',12,1),
(1090,'Vyara',12,1),
(1091,'Wadhwan',12,1),
(1092,'Waghai',12,1),
(1093,'Waghodia',12,1),
(1094,'Wankaner',12,1),
(1095,'Zalod',12,1),
(1096,'Ambala',13,1),
(1097,'Ambala Cantt',13,1),
(1098,'Asan Khurd',13,1),
(1099,'Asandh',13,1),
(1100,'Ateli',13,1),
(1101,'Babiyal',13,1),
(1102,'Bahadurgarh',13,1),
(1103,'Ballabgarh',13,1),
(1104,'Barwala',13,1),
(1105,'Bawal',13,1),
(1106,'Bawani Khera',13,1),
(1107,'Beri',13,1),
(1108,'Bhiwani',13,1),
(1109,'Bilaspur',13,1),
(1110,'Buria',13,1),
(1111,'Charkhi Dadri',13,1),
(1112,'Chhachhrauli',13,1),
(1113,'Chita',13,1),
(1114,'Dabwali',13,1),
(1115,'Dharuhera',13,1),
(1116,'Dundahera',13,1),
(1117,'Ellenabad',13,1),
(1118,'Farakhpur',13,1),
(1119,'Faridabad',13,1),
(1120,'Farrukhnagar',13,1),
(1121,'Fatehabad',13,1),
(1122,'Firozpur Jhirka',13,1),
(1123,'Gannaur',13,1),
(1124,'Ghraunda',13,1),
(1125,'Gohana',13,1),
(1126,'Gurgaon',13,1),
(1127,'Haileymandi',13,1),
(1128,'Hansi',13,1),
(1129,'Hasanpur',13,1),
(1130,'Hathin',13,1),
(1131,'Hisar',13,1),
(1132,'Hissar',13,1),
(1133,'Hodal',13,1),
(1134,'Indri',13,1),
(1135,'Jagadhri',13,1),
(1136,'Jakhal Mandi',13,1),
(1137,'Jhajjar',13,1),
(1138,'Jind',13,1),
(1139,'Julana',13,1),
(1140,'Kaithal',13,1),
(1141,'Kalanur',13,1),
(1142,'Kalanwali',13,1),
(1143,'Kalayat',13,1),
(1144,'Kalka',13,1),
(1145,'Kanina',13,1),
(1146,'Kansepur',13,1),
(1147,'Kardhan',13,1),
(1148,'Karnal',13,1),
(1149,'Kharkhoda',13,1),
(1150,'Kheri Sampla',13,1),
(1151,'Kundli',13,1),
(1152,'Kurukshetra',13,1),
(1153,'Ladrawan',13,1),
(1154,'Ladwa',13,1),
(1155,'Loharu',13,1),
(1156,'Maham',13,1),
(1157,'Mahendragarh',13,1),
(1158,'Mustafabad',13,1),
(1159,'Nagai Chaudhry',13,1),
(1160,'Narayangarh',13,1),
(1161,'Narnaul',13,1),
(1162,'Narnaund',13,1),
(1163,'Narwana',13,1),
(1164,'Nilokheri',13,1),
(1165,'Nuh',13,1),
(1166,'Palwal',13,1),
(1167,'Panchkula',13,1),
(1168,'Panipat',13,1),
(1169,'Panipat Taraf Ansar',13,1),
(1170,'Panipat Taraf Makhdum Zadgan',13,1),
(1171,'Panipat Taraf Rajputan',13,1),
(1172,'Pehowa',13,1),
(1173,'Pinjaur',13,1),
(1174,'Punahana',13,1),
(1175,'Pundri',13,1),
(1176,'Radaur',13,1),
(1177,'Raipur Rani',13,1),
(1178,'Rania',13,1),
(1179,'Ratiya',13,1),
(1180,'Rewari',13,1),
(1181,'Rohtak',13,1),
(1182,'Ropar',13,1),
(1183,'Sadauri',13,1),
(1184,'Safidon',13,1),
(1185,'Samalkha',13,1),
(1186,'Sankhol',13,1),
(1187,'Sasauli',13,1),
(1188,'Shahabad',13,1),
(1189,'Sirsa',13,1),
(1190,'Siwani',13,1),
(1191,'Sohna',13,1),
(1192,'Sonipat',13,1),
(1193,'Sukhrali',13,1),
(1194,'Taoru',13,1),
(1195,'Taraori',13,1),
(1196,'Tauru',13,1),
(1197,'Thanesar',13,1),
(1198,'Tilpat',13,1),
(1199,'Tohana',13,1),
(1200,'Tosham',13,1),
(1201,'Uchana',13,1),
(1202,'Uklana Mandi',13,1),
(1203,'Uncha Siwana',13,1),
(1204,'Yamunanagar',13,1),
(1205,'Arki',14,1),
(1206,'Baddi',14,1),
(1207,'Bakloh',14,1),
(1208,'Banjar',14,1),
(1209,'Bhota',14,1),
(1210,'Bhuntar',14,1),
(1211,'Bilaspur',14,1),
(1212,'Chamba',14,1),
(1213,'Chaupal',14,1),
(1214,'Chuari Khas',14,1),
(1215,'Dagshai',14,1),
(1216,'Dalhousie',14,1),
(1217,'Dalhousie Cantonment',14,1),
(1218,'Damtal',14,1),
(1219,'Daulatpur',14,1),
(1220,'Dera Gopipur',14,1),
(1221,'Dhalli',14,1),
(1222,'Dharamshala',14,1),
(1223,'Gagret',14,1),
(1224,'Ghamarwin',14,1),
(1225,'Hamirpur',14,1),
(1226,'Jawala Mukhi',14,1),
(1227,'Jogindarnagar',14,1),
(1228,'Jubbal',14,1),
(1229,'Jutogh',14,1),
(1230,'Kala Amb',14,1),
(1231,'Kalpa',14,1),
(1232,'Kangra',14,1),
(1233,'Kasauli',14,1),
(1234,'Kot Khai',14,1),
(1235,'Kullu',14,1),
(1236,'Kulu',14,1),
(1237,'Manali',14,1),
(1238,'Mandi',14,1),
(1239,'Mant Khas',14,1),
(1240,'Mehatpur Basdehra',14,1),
(1241,'Nadaun',14,1),
(1242,'Nagrota',14,1),
(1243,'Nahan',14,1),
(1244,'Naina Devi',14,1),
(1245,'Nalagarh',14,1),
(1246,'Narkanda',14,1),
(1247,'Nurpur',14,1),
(1248,'Palampur',14,1),
(1249,'Pandoh',14,1),
(1250,'Paonta Sahib',14,1),
(1251,'Parwanoo',14,1),
(1252,'Parwanu',14,1),
(1253,'Rajgarh',14,1),
(1254,'Rampur',14,1),
(1255,'Rawalsar',14,1),
(1256,'Rohru',14,1),
(1257,'Sabathu',14,1),
(1258,'Santokhgarh',14,1),
(1259,'Sarahan',14,1),
(1260,'Sarka Ghat',14,1),
(1261,'Seoni',14,1),
(1262,'Shimla',14,1),
(1263,'Sirmaur',14,1),
(1264,'Solan',14,1),
(1265,'Solon',14,1),
(1266,'Sundarnagar',14,1),
(1267,'Sundernagar',14,1),
(1268,'Talai',14,1),
(1269,'Theog',14,1),
(1270,'Tira Sujanpur',14,1),
(1271,'Una',14,1),
(1272,'Yol',14,1),
(1273,'Achabal',15,1),
(1274,'Akhnur',15,1),
(1275,'Anantnag',15,1),
(1276,'Arnia',15,1),
(1277,'Awantipora',15,1),
(1278,'Badami Bagh',15,1),
(1279,'Bandipur',15,1),
(1280,'Banihal',15,1),
(1281,'Baramula',15,1),
(1282,'Baramulla',15,1),
(1283,'Bari Brahmana',15,1),
(1284,'Bashohli',15,1),
(1285,'Batote',15,1),
(1286,'Bhaderwah',15,1),
(1287,'Bijbiara',15,1),
(1288,'Billawar',15,1),
(1289,'Birwah',15,1),
(1290,'Bishna',15,1),
(1291,'Budgam',15,1),
(1292,'Charari Sharief',15,1),
(1293,'Chenani',15,1),
(1294,'Doda',15,1),
(1295,'Duru-Verinag',15,1),
(1296,'Gandarbat',15,1),
(1297,'Gho Manhasan',15,1),
(1298,'Gorah Salathian',15,1),
(1299,'Gulmarg',15,1),
(1300,'Hajan',15,1),
(1301,'Handwara',15,1),
(1302,'Hiranagar',15,1),
(1303,'Jammu',15,1),
(1304,'Jammu Cantonment',15,1),
(1305,'Jammu Tawi',15,1),
(1306,'Jourian',15,1),
(1307,'Kargil',15,1),
(1308,'Kathua',15,1),
(1309,'Katra',15,1),
(1310,'Khan Sahib',15,1),
(1311,'Khour',15,1),
(1312,'Khrew',15,1),
(1313,'Kishtwar',15,1),
(1314,'Kud',15,1),
(1315,'Kukernag',15,1),
(1316,'Kulgam',15,1),
(1317,'Kunzer',15,1),
(1318,'Kupwara',15,1),
(1319,'Lakhenpur',15,1),
(1320,'Leh',15,1),
(1321,'Magam',15,1),
(1322,'Mattan',15,1),
(1323,'Naushehra',15,1),
(1324,'Pahalgam',15,1),
(1325,'Pampore',15,1),
(1326,'Parole',15,1),
(1327,'Pattan',15,1),
(1328,'Pulwama',15,1),
(1329,'Punch',15,1),
(1330,'Qazigund',15,1),
(1331,'Rajauri',15,1),
(1332,'Ramban',15,1),
(1333,'Ramgarh',15,1),
(1334,'Ramnagar',15,1),
(1335,'Ranbirsingh Pora',15,1),
(1336,'Reasi',15,1),
(1337,'Rehambal',15,1),
(1338,'Samba',15,1),
(1339,'Shupiyan',15,1),
(1340,'Sopur',15,1),
(1341,'Srinagar',15,1),
(1342,'Sumbal',15,1),
(1343,'Sunderbani',15,1),
(1344,'Talwara',15,1),
(1345,'Thanamandi',15,1),
(1346,'Tral',15,1),
(1347,'Udhampur',15,1),
(1348,'Uri',15,1),
(1349,'Vijaypur',15,1),
(1350,'Adityapur',16,1),
(1351,'Amlabad',16,1),
(1352,'Angarpathar',16,1),
(1353,'Ara',16,1),
(1354,'Babua Kalan',16,1),
(1355,'Bagbahra',16,1),
(1356,'Baliapur',16,1),
(1357,'Baliari',16,1),
(1358,'Balkundra',16,1),
(1359,'Bandhgora',16,1),
(1360,'Barajamda',16,1),
(1361,'Barhi',16,1),
(1362,'Barka Kana',16,1),
(1363,'Barki Saraiya',16,1),
(1364,'Barughutu',16,1),
(1365,'Barwadih',16,1),
(1366,'Basaria',16,1),
(1367,'Basukinath',16,1),
(1368,'Bermo',16,1),
(1369,'Bhagatdih',16,1),
(1370,'Bhaurah',16,1),
(1371,'Bhojudih',16,1),
(1372,'Bhuli',16,1),
(1373,'Bokaro',16,1),
(1374,'Borio Bazar',16,1),
(1375,'Bundu',16,1),
(1376,'Chaibasa',16,1),
(1377,'Chaitudih',16,1),
(1378,'Chakradharpur',16,1),
(1379,'Chakulia',16,1),
(1380,'Chandaur',16,1),
(1381,'Chandil',16,1),
(1382,'Chandrapura',16,1),
(1383,'Chas',16,1),
(1384,'Chatra',16,1),
(1385,'Chhatatanr',16,1),
(1386,'Chhotaputki',16,1),
(1387,'Chiria',16,1),
(1388,'Chirkunda',16,1),
(1389,'Churi',16,1),
(1390,'Daltenganj',16,1),
(1391,'Danguwapasi',16,1),
(1392,'Dari',16,1),
(1393,'Deoghar',16,1),
(1394,'Deorikalan',16,1),
(1395,'Devghar',16,1),
(1396,'Dhanbad',16,1),
(1397,'Dhanwar',16,1),
(1398,'Dhaunsar',16,1),
(1399,'Dugda',16,1),
(1400,'Dumarkunda',16,1),
(1401,'Dumka',16,1),
(1402,'Egarkunr',16,1),
(1403,'Gadhra',16,1),
(1404,'Garwa',16,1),
(1405,'Ghatsila',16,1),
(1406,'Ghorabandha',16,1),
(1407,'Gidi',16,1),
(1408,'Giridih',16,1),
(1409,'Gobindpur',16,1),
(1410,'Godda',16,1),
(1411,'Godhar',16,1),
(1412,'Golphalbari',16,1),
(1413,'Gomoh',16,1),
(1414,'Gua',16,1),
(1415,'Gumia',16,1),
(1416,'Gumla',16,1),
(1417,'Haludbani',16,1),
(1418,'Hazaribag',16,1),
(1419,'Hesla',16,1),
(1420,'Husainabad',16,1),
(1421,'Isri',16,1),
(1422,'Jadugora',16,1),
(1423,'Jagannathpur',16,1),
(1424,'Jamadoba',16,1),
(1425,'Jamshedpur',16,1),
(1426,'Jamtara',16,1),
(1427,'Jarangdih',16,1),
(1428,'Jaridih',16,1),
(1429,'Jasidih',16,1),
(1430,'Jena',16,1),
(1431,'Jharia',16,1),
(1432,'Jharia Khas',16,1),
(1433,'Jhinkpani',16,1),
(1434,'Jhumri Tilaiya',16,1),
(1435,'Jorapokhar',16,1),
(1436,'Jugsalai',16,1),
(1437,'Kailudih',16,1),
(1438,'Kalikapur',16,1),
(1439,'Kandra',16,1),
(1440,'Kanke',16,1),
(1441,'Katras',16,1),
(1442,'Kedla',16,1),
(1443,'Kenduadih',16,1),
(1444,'Kharkhari',16,1),
(1445,'Kharsawan',16,1),
(1446,'Khelari',16,1),
(1447,'Khunti',16,1),
(1448,'Kiri Buru',16,1),
(1449,'Kiriburu',16,1),
(1450,'Kodarma',16,1),
(1451,'Kuju',16,1),
(1452,'Kurpania',16,1),
(1453,'Kustai',16,1),
(1454,'Lakarka',16,1),
(1455,'Lapanga',16,1),
(1456,'Latehar',16,1),
(1457,'Lohardaga',16,1),
(1458,'Loiya',16,1),
(1459,'Loyabad',16,1),
(1460,'Madhupur',16,1),
(1461,'Mahesh Mundi',16,1),
(1462,'Maithon',16,1),
(1463,'Malkera',16,1),
(1464,'Mango',16,1),
(1465,'Manoharpur',16,1),
(1466,'Marma',16,1),
(1467,'Meghahatuburu Forest village',16,1),
(1468,'Mera',16,1),
(1469,'Meru',16,1),
(1470,'Mihijam',16,1),
(1471,'Mugma',16,1),
(1472,'Muri',16,1),
(1473,'Mushabani',16,1),
(1474,'Nagri Kalan',16,1),
(1475,'Netarhat',16,1),
(1476,'Nirsa',16,1),
(1477,'Noamundi',16,1),
(1478,'Okni',16,1),
(1479,'Orla',16,1),
(1480,'Pakaur',16,1),
(1481,'Palamau',16,1),
(1482,'Palawa',16,1),
(1483,'Panchet',16,1),
(1484,'Panrra',16,1),
(1485,'Paratdih',16,1),
(1486,'Pathardih',16,1),
(1487,'Patratu',16,1),
(1488,'Phusro',16,1),
(1489,'Pondar Kanali',16,1),
(1490,'Rajmahal',16,1),
(1491,'Ramgarh',16,1),
(1492,'Ranchi',16,1),
(1493,'Ray',16,1),
(1494,'Rehla',16,1),
(1495,'Religara',16,1),
(1496,'Rohraband',16,1),
(1497,'Sahibganj',16,1),
(1498,'Sahnidih',16,1),
(1499,'Saraidhela',16,1),
(1500,'Saraikela',16,1),
(1501,'Sarjamda',16,1),
(1502,'Saunda',16,1),
(1503,'Sewai',16,1),
(1504,'Sijhua',16,1),
(1505,'Sijua',16,1),
(1506,'Simdega',16,1),
(1507,'Sindari',16,1),
(1508,'Sinduria',16,1),
(1509,'Sini',16,1),
(1510,'Sirka',16,1),
(1511,'Siuliban',16,1),
(1512,'Surubera',16,1),
(1513,'Tati',16,1),
(1514,'Tenudam',16,1),
(1515,'Tisra',16,1),
(1516,'Topa',16,1),
(1517,'Topchanchi',16,1),
(1518,'Adityanagar',17,1),
(1519,'Adityapatna',17,1),
(1520,'Afzalpur',17,1),
(1521,'Ajjampur',17,1),
(1522,'Aland',17,1),
(1523,'Almatti Sitimani',17,1),
(1524,'Alnavar',17,1),
(1525,'Alur',17,1),
(1526,'Ambikanagara',17,1),
(1527,'Anekal',17,1),
(1528,'Ankola',17,1),
(1529,'Annigeri',17,1),
(1530,'Arkalgud',17,1),
(1531,'Arsikere',17,1),
(1532,'Athni',17,1),
(1533,'Aurad',17,1),
(1534,'Badagavettu',17,1),
(1535,'Badami',17,1),
(1536,'Bagalkot',17,1),
(1537,'Bagepalli',17,1),
(1538,'Bailhongal',17,1),
(1539,'Baindur',17,1),
(1540,'Bajala',17,1),
(1541,'Bajpe',17,1),
(1542,'Banavar',17,1),
(1543,'Bangarapet',17,1),
(1544,'Bankapura',17,1),
(1545,'Bannur',17,1),
(1546,'Bantwal',17,1),
(1547,'Basavakalyan',17,1),
(1548,'Basavana Bagevadi',17,1),
(1549,'Belagula',17,1),
(1550,'Belakavadiq',17,1),
(1551,'Belgaum',17,1),
(1552,'Belgaum Cantonment',17,1),
(1553,'Bellary',17,1),
(1554,'Belluru',17,1),
(1555,'Beltangadi',17,1),
(1556,'Belur',17,1),
(1557,'Belvata',17,1),
(1558,'Bengaluru',17,1),
(1559,'Bhadravati',17,1),
(1560,'Bhalki',17,1),
(1561,'Bhatkal',17,1),
(1562,'Bhimarayanagudi',17,1),
(1563,'Bhogadi',17,1),
(1564,'Bidar',17,1),
(1565,'Bijapur',17,1),
(1566,'Bilgi',17,1),
(1567,'Birur',17,1),
(1568,'Bommanahalli',17,1),
(1569,'Bommasandra',17,1),
(1570,'Byadgi',17,1),
(1571,'Byatarayanapura',17,1),
(1572,'Chakranagar Colony',17,1),
(1573,'Challakere',17,1),
(1574,'Chamrajnagar',17,1),
(1575,'Chamundi Betta',17,1),
(1576,'Channagiri',17,1),
(1577,'Channapatna',17,1),
(1578,'Channarayapatna',17,1),
(1579,'Chickballapur',17,1),
(1580,'Chik Ballapur',17,1),
(1581,'Chikkaballapur',17,1),
(1582,'Chikmagalur',17,1),
(1583,'Chiknayakanhalli',17,1),
(1584,'Chikodi',17,1),
(1585,'Chincholi',17,1),
(1586,'Chintamani',17,1),
(1587,'Chitaguppa',17,1),
(1588,'Chitapur',17,1),
(1589,'Chitradurga',17,1),
(1590,'Coorg',17,1),
(1591,'Dandeli',17,1),
(1592,'Dargajogihalli',17,1),
(1593,'Dasarahalli',17,1),
(1594,'Davangere',17,1),
(1595,'Devadurga',17,1),
(1596,'Devagiri',17,1),
(1597,'Devanhalli',17,1),
(1598,'Dharwar',17,1),
(1599,'Dhupdal',17,1),
(1600,'Dod Ballapur',17,1),
(1601,'Donimalai',17,1),
(1602,'Gadag',17,1),
(1603,'Gajendragarh',17,1),
(1604,'Ganeshgudi',17,1),
(1605,'Gangawati',17,1),
(1606,'Gangoli',17,1),
(1607,'Gauribidanur',17,1),
(1608,'Gokak',17,1),
(1609,'Gokak Falls',17,1),
(1610,'Gonikoppal',17,1),
(1611,'Gorur',17,1),
(1612,'Gottikere',17,1),
(1613,'Gubbi',17,1),
(1614,'Gudibanda',17,1),
(1615,'Gulbarga',17,1),
(1616,'Guledgudda',17,1),
(1617,'Gundlupet',17,1),
(1618,'Gurmatkal',17,1),
(1619,'Haliyal',17,1),
(1620,'Hangal',17,1),
(1621,'Harihar',17,1),
(1622,'Harpanahalli',17,1),
(1623,'Hassan',17,1),
(1624,'Hatti',17,1),
(1625,'Hatti Gold Mines',17,1),
(1626,'Haveri',17,1),
(1627,'Hebbagodi',17,1),
(1628,'Hebbalu',17,1),
(1629,'Hebri',17,1),
(1630,'Heggadadevanakote',17,1),
(1631,'Herohalli',17,1),
(1632,'Hidkal',17,1),
(1633,'Hindalgi',17,1),
(1634,'Hirekerur',17,1),
(1635,'Hiriyur',17,1),
(1636,'Holalkere',17,1),
(1637,'Hole Narsipur',17,1),
(1638,'Homnabad',17,1),
(1639,'Honavar',17,1),
(1640,'Honnali',17,1),
(1641,'Hosakote',17,1),
(1642,'Hosanagara',17,1),
(1643,'Hosangadi',17,1),
(1644,'Hosdurga',17,1),
(1645,'Hoskote',17,1),
(1646,'Hospet',17,1),
(1647,'Hubli',17,1),
(1648,'Hukeri',17,1),
(1649,'Hunasagi',17,1),
(1650,'Hunasamaranahalli',17,1),
(1651,'Hungund',17,1),
(1652,'Hunsur',17,1),
(1653,'Huvina Hadagalli',17,1),
(1654,'Ilkal',17,1),
(1655,'Indi',17,1),
(1656,'Jagalur',17,1),
(1657,'Jamkhandi',17,1),
(1658,'Jevargi',17,1),
(1659,'Jog Falls',17,1),
(1660,'Kabini Colony',17,1),
(1661,'Kadur',17,1),
(1662,'Kalghatgi',17,1),
(1663,'Kamalapuram',17,1),
(1664,'Kampli',17,1),
(1665,'Kanakapura',17,1),
(1666,'Kangrali BK',17,1),
(1667,'Kangrali KH',17,1),
(1668,'Kannur',17,1),
(1669,'Karkala',17,1),
(1670,'Karwar',17,1),
(1671,'Kemminja',17,1),
(1672,'Kengeri',17,1),
(1673,'Kerur',17,1),
(1674,'Khanapur',17,1),
(1675,'Kodigenahalli',17,1),
(1676,'Kodiyal',17,1),
(1677,'Kodlipet',17,1),
(1678,'Kolar',17,1),
(1679,'Kollegal',17,1),
(1680,'Konanakunte',17,1),
(1681,'Konanur',17,1),
(1682,'Konnur',17,1),
(1683,'Koppa',17,1),
(1684,'Koppal',17,1),
(1685,'Koratagere',17,1),
(1686,'Kotekara',17,1),
(1687,'Kothnur',17,1),
(1688,'Kotturu',17,1),
(1689,'Krishnapura',17,1),
(1690,'Krishnarajanagar',17,1),
(1691,'Krishnarajapura',17,1),
(1692,'Krishnarajasagara',17,1),
(1693,'Krishnarajpet',17,1),
(1694,'Kudchi',17,1),
(1695,'Kudligi',17,1),
(1696,'Kudremukh',17,1),
(1697,'Kumsi',17,1),
(1698,'Kumta',17,1),
(1699,'Kundapura',17,1),
(1700,'Kundgol',17,1),
(1701,'Kunigal',17,1),
(1702,'Kurgunta',17,1),
(1703,'Kushalnagar',17,1),
(1704,'Kushtagi',17,1),
(1705,'Kyathanahalli',17,1),
(1706,'Lakshmeshwar',17,1),
(1707,'Lingsugur',17,1),
(1708,'Londa',17,1),
(1709,'Maddur',17,1),
(1710,'Madhugiri',17,1),
(1711,'Madikeri',17,1),
(1712,'Magadi',17,1),
(1713,'Magod Falls',17,1),
(1714,'Mahadeswara Hills',17,1),
(1715,'Mahadevapura',17,1),
(1716,'Mahalingpur',17,1),
(1717,'Maisuru',17,1),
(1718,'Maisuru Cantonment',17,1),
(1719,'Malavalli',17,1),
(1720,'Mallar',17,1),
(1721,'Malpe',17,1),
(1722,'Malur',17,1),
(1723,'Manchenahalli',17,1),
(1724,'Mandya',17,1),
(1725,'Mangalore',17,1),
(1726,'Mangaluru',17,1),
(1727,'Manipal',17,1),
(1728,'Manvi',17,1),
(1729,'Maski',17,1),
(1730,'Mastikatte Colony',17,1),
(1731,'Mayakonda',17,1),
(1732,'Melukote',17,1),
(1733,'Molakalmuru',17,1),
(1734,'Mudalgi',17,1),
(1735,'Mudbidri',17,1),
(1736,'Muddebihal',17,1),
(1737,'Mudgal',17,1),
(1738,'Mudhol',17,1),
(1739,'Mudigere',17,1),
(1740,'Mudushedde',17,1),
(1741,'Mulbagal',17,1),
(1742,'Mulgund',17,1),
(1743,'Mulki',17,1),
(1744,'Mulur',17,1),
(1745,'Mundargi',17,1),
(1746,'Mundgod',17,1),
(1747,'Munirabad',17,1),
(1748,'Munnur',17,1),
(1749,'Murudeshwara',17,1),
(1750,'Mysore',17,1),
(1751,'Nagamangala',17,1),
(1752,'Nanjangud',17,1),
(1753,'Naragund',17,1),
(1754,'Narasimharajapura',17,1),
(1755,'Naravi',17,1),
(1756,'Narayanpur',17,1),
(1757,'Naregal',17,1),
(1758,'Navalgund',17,1),
(1759,'Nelmangala',17,1),
(1760,'Nipani',17,1),
(1761,'Nitte',17,1),
(1762,'Nyamati',17,1),
(1763,'Padu',17,1),
(1764,'Pandavapura',17,1),
(1765,'Pattanagere',17,1),
(1766,'Pavagada',17,1),
(1767,'Piriyapatna',17,1),
(1768,'Ponnampet',17,1),
(1769,'Puttur',17,1),
(1770,'Rabkavi',17,1),
(1771,'Raichur',17,1),
(1772,'Ramanagaram',17,1),
(1773,'Ramdurg',17,1),
(1774,'Ranibennur',17,1),
(1775,'Raybag',17,1),
(1776,'Robertsonpet',17,1),
(1777,'Ron',17,1),
(1778,'Sadalgi',17,1),
(1779,'Sagar',17,1),
(1780,'Sakleshpur',17,1),
(1781,'Saligram',17,1),
(1782,'Sandur',17,1),
(1783,'Sanivarsante',17,1),
(1784,'Sankeshwar',17,1),
(1785,'Sargur',17,1),
(1786,'Sathyamangala',17,1),
(1787,'Saundatti Yellamma',17,1),
(1788,'Savanur',17,1),
(1789,'Sedam',17,1),
(1790,'Shahabad',17,1),
(1791,'Shahabad A.C.C.',17,1),
(1792,'Shahapur',17,1),
(1793,'Shahpur',17,1),
(1794,'Shaktinagar',17,1),
(1795,'Shiggaon',17,1),
(1796,'Shikarpur',17,1),
(1797,'Shimoga',17,1),
(1798,'Shirhatti',17,1),
(1799,'Shorapur',17,1),
(1800,'Shravanabelagola',17,1),
(1801,'Shrirangapattana',17,1),
(1802,'Siddapur',17,1),
(1803,'Sidlaghatta',17,1),
(1804,'Sindgi',17,1),
(1805,'Sindhnur',17,1),
(1806,'Sira',17,1),
(1807,'Sirakoppa',17,1),
(1808,'Sirsi',17,1),
(1809,'Siruguppa',17,1),
(1810,'Someshwar',17,1),
(1811,'Somvarpet',17,1),
(1812,'Sorab',17,1),
(1813,'Sringeri',17,1),
(1814,'Srinivaspur',17,1),
(1815,'Sulya',17,1),
(1816,'Suntikopa',17,1),
(1817,'Talikota',17,1),
(1818,'Tarikera',17,1),
(1819,'Tekkalakota',17,1),
(1820,'Terdal',17,1),
(1821,'Thokur',17,1),
(1822,'Thumbe',17,1),
(1823,'Tiptur',17,1),
(1824,'Tirthahalli',17,1),
(1825,'Tirumakudal Narsipur',17,1),
(1826,'Tonse',17,1),
(1827,'Tumkur',17,1),
(1828,'Turuvekere',17,1),
(1829,'Udupi',17,1),
(1830,'Ullal',17,1),
(1831,'Uttarahalli',17,1),
(1832,'Venkatapura',17,1),
(1833,'Vijayapura',17,1),
(1834,'Virarajendrapet',17,1),
(1835,'Wadi',17,1),
(1836,'Wadi A.C.C.',17,1),
(1837,'Yadgir',17,1),
(1838,'Yelahanka',17,1),
(1839,'Yelandur',17,1),
(1840,'Yelbarga',17,1),
(1841,'Yellapur',17,1),
(1842,'Yenagudde',17,1),
(1843,'Adimaly',19,1),
(1844,'Adoor',19,1),
(1845,'Adur',19,1),
(1846,'Akathiyur',19,1),
(1847,'Alangad',19,1),
(1848,'Alappuzha',19,1),
(1849,'Aluva',19,1),
(1850,'Ancharakandy',19,1),
(1851,'Angamaly',19,1),
(1852,'Aroor',19,1),
(1853,'Arukutti',19,1),
(1854,'Attingal',19,1),
(1855,'Avinissery',19,1),
(1856,'Azhikode North',19,1),
(1857,'Azhikode South',19,1),
(1858,'Azhiyur',19,1),
(1859,'Balussery',19,1),
(1860,'Bangramanjeshwar',19,1),
(1861,'Beypur',19,1),
(1862,'Brahmakulam',19,1),
(1863,'Chala',19,1),
(1864,'Chalakudi',19,1),
(1865,'Changanacheri',19,1),
(1866,'Chauwara',19,1),
(1867,'Chavakkad',19,1),
(1868,'Chelakkara',19,1),
(1869,'Chelora',19,1),
(1870,'Chendamangalam',19,1),
(1871,'Chengamanad',19,1),
(1872,'Chengannur',19,1),
(1873,'Cheranallur',19,1),
(1874,'Cheriyakadavu',19,1),
(1875,'Cherthala',19,1),
(1876,'Cherukunnu',19,1),
(1877,'Cheruthazham',19,1),
(1878,'Cheruvannur',19,1),
(1879,'Cheruvattur',19,1),
(1880,'Chevvur',19,1),
(1881,'Chirakkal',19,1),
(1882,'Chittur',19,1),
(1883,'Chockli',19,1),
(1884,'Churnikkara',19,1),
(1885,'Dharmadam',19,1),
(1886,'Edappal',19,1),
(1887,'Edathala',19,1),
(1888,'Elayavur',19,1),
(1889,'Elur',19,1),
(1890,'Eranholi',19,1),
(1891,'Erattupetta',19,1),
(1892,'Ernakulam',19,1),
(1893,'Eruvatti',19,1),
(1894,'Ettumanoor',19,1),
(1895,'Feroke',19,1),
(1896,'Guruvayur',19,1),
(1897,'Haripad',19,1),
(1898,'Hosabettu',19,1),
(1899,'Idukki',19,1),
(1900,'Iringaprom',19,1),
(1901,'Irinjalakuda',19,1),
(1902,'Iriveri',19,1),
(1903,'Kadachira',19,1),
(1904,'Kadalundi',19,1),
(1905,'Kadamakkudy',19,1),
(1906,'Kadirur',19,1),
(1907,'Kadungallur',19,1),
(1908,'Kakkodi',19,1),
(1909,'Kalady',19,1),
(1910,'Kalamassery',19,1),
(1911,'Kalliasseri',19,1),
(1912,'Kalpetta',19,1),
(1913,'Kanhangad',19,1),
(1914,'Kanhirode',19,1),
(1915,'Kanjikkuzhi',19,1),
(1916,'Kanjikode',19,1),
(1917,'Kanjirappalli',19,1),
(1918,'Kannadiparamba',19,1),
(1919,'Kannangad',19,1),
(1920,'Kannapuram',19,1),
(1921,'Kannur',19,1),
(1922,'Kannur Cantonment',19,1),
(1923,'Karunagappally',19,1),
(1924,'Karuvamyhuruthy',19,1),
(1925,'Kasaragod',19,1),
(1926,'Kasargod',19,1),
(1927,'Kattappana',19,1),
(1928,'Kayamkulam',19,1),
(1929,'Kedamangalam',19,1),
(1930,'Kochi',19,1),
(1931,'Kodamthuruthu',19,1),
(1932,'Kodungallur',19,1),
(1933,'Koduvally',19,1),
(1934,'Koduvayur',19,1),
(1935,'Kokkothamangalam',19,1),
(1936,'Kolazhy',19,1),
(1937,'Kollam',19,1),
(1938,'Komalapuram',19,1),
(1939,'Koothattukulam',19,1),
(1940,'Koratty',19,1),
(1941,'Kothamangalam',19,1),
(1942,'Kottarakkara',19,1),
(1943,'Kottayam',19,1),
(1944,'Kottayam Malabar',19,1),
(1945,'Kottuvally',19,1),
(1946,'Koyilandi',19,1),
(1947,'Kozhikode',19,1),
(1948,'Kudappanakunnu',19,1),
(1949,'Kudlu',19,1),
(1950,'Kumarakom',19,1),
(1951,'Kumily',19,1),
(1952,'Kunnamangalam',19,1),
(1953,'Kunnamkulam',19,1),
(1954,'Kurikkad',19,1),
(1955,'Kurkkanchery',19,1),
(1956,'Kuthuparamba',19,1),
(1957,'Kuttakulam',19,1),
(1958,'Kuttikkattur',19,1),
(1959,'Kuttur',19,1),
(1960,'Malappuram',19,1),
(1961,'Mallappally',19,1),
(1962,'Manjeri',19,1),
(1963,'Manjeshwar',19,1),
(1964,'Mannancherry',19,1),
(1965,'Mannar',19,1),
(1966,'Mannarakkat',19,1),
(1967,'Maradu',19,1),
(1968,'Marathakkara',19,1),
(1969,'Marutharod',19,1),
(1970,'Mattannur',19,1),
(1971,'Mavelikara',19,1),
(1972,'Mavilayi',19,1),
(1973,'Mavur',19,1),
(1974,'Methala',19,1),
(1975,'Muhamma',19,1),
(1976,'Mulavukad',19,1),
(1977,'Mundakayam',19,1),
(1978,'Munderi',19,1),
(1979,'Munnar',19,1),
(1980,'Muthakunnam',19,1),
(1981,'Muvattupuzha',19,1),
(1982,'Muzhappilangad',19,1),
(1983,'Nadapuram',19,1),
(1984,'Nadathara',19,1),
(1985,'Narath',19,1),
(1986,'Nattakam',19,1),
(1987,'Nedumangad',19,1),
(1988,'Nenmenikkara',19,1),
(1989,'New Mahe',19,1),
(1990,'Neyyattinkara',19,1),
(1991,'Nileshwar',19,1),
(1992,'Olavanna',19,1),
(1993,'Ottapalam',19,1),
(1994,'Ottappalam',19,1),
(1995,'Paduvilayi',19,1),
(1996,'Palai',19,1),
(1997,'Palakkad',19,1),
(1998,'Palayad',19,1),
(1999,'Palissery',19,1),
(2000,'Pallikkunnu',19,1),
(2001,'Paluvai',19,1),
(2002,'Panniyannur',19,1),
(2003,'Pantalam',19,1),
(2004,'Panthiramkavu',19,1),
(2005,'Panur',19,1),
(2006,'Pappinisseri',19,1),
(2007,'Parassala',19,1),
(2008,'Paravur',19,1),
(2009,'Pathanamthitta',19,1),
(2010,'Pathanapuram',19,1),
(2011,'Pathiriyad',19,1),
(2012,'Pattambi',19,1),
(2013,'Pattiom',19,1),
(2014,'Pavaratty',19,1),
(2015,'Payyannur',19,1),
(2016,'Peermade',19,1),
(2017,'Perakam',19,1),
(2018,'Peralasseri',19,1),
(2019,'Peringathur',19,1),
(2020,'Perinthalmanna',19,1),
(2021,'Perole',19,1),
(2022,'Perumanna',19,1),
(2023,'Perumbaikadu',19,1),
(2024,'Perumbavoor',19,1),
(2025,'Pinarayi',19,1),
(2026,'Piravam',19,1),
(2027,'Ponnani',19,1),
(2028,'Pottore',19,1),
(2029,'Pudukad',19,1),
(2030,'Punalur',19,1),
(2031,'Puranattukara',19,1),
(2032,'Puthunagaram',19,1),
(2033,'Puthuppariyaram',19,1),
(2034,'Puzhathi',19,1),
(2035,'Ramanattukara',19,1),
(2036,'Shoranur',19,1),
(2037,'Sultans Battery',19,1),
(2038,'Sulthan Bathery',19,1),
(2039,'Talipparamba',19,1),
(2040,'Thaikkad',19,1),
(2041,'Thalassery',19,1),
(2042,'Thannirmukkam',19,1),
(2043,'Theyyalingal',19,1),
(2044,'Thiruvalla',19,1),
(2045,'Thiruvananthapuram',19,1),
(2046,'Thiruvankulam',19,1),
(2047,'Thodupuzha',19,1),
(2048,'Thottada',19,1),
(2049,'Thrippunithura',19,1),
(2050,'Thrissur',19,1),
(2051,'Tirur',19,1),
(2052,'Udma',19,1),
(2053,'Vadakara',19,1),
(2054,'Vaikam',19,1),
(2055,'Valapattam',19,1),
(2056,'Vallachira',19,1),
(2057,'Varam',19,1),
(2058,'Varappuzha',19,1),
(2059,'Varkala',19,1),
(2060,'Vayalar',19,1),
(2061,'Vazhakkala',19,1),
(2062,'Venmanad',19,1),
(2063,'Villiappally',19,1),
(2064,'Wayanad',19,1),
(2065,'Agethi',20,1),
(2066,'Amini',20,1),
(2067,'Androth Island',20,1),
(2068,'Kavaratti',20,1),
(2069,'Minicoy',20,1),
(2070,'Agar',21,1),
(2071,'Ajaigarh',21,1),
(2072,'Akoda',21,1),
(2073,'Akodia',21,1),
(2074,'Alampur',21,1),
(2075,'Alirajpur',21,1),
(2076,'Alot',21,1),
(2077,'Amanganj',21,1),
(2078,'Amarkantak',21,1),
(2079,'Amarpatan',21,1),
(2080,'Amarwara',21,1),
(2081,'Ambada',21,1),
(2082,'Ambah',21,1),
(2083,'Amla',21,1),
(2084,'Amlai',21,1),
(2085,'Anjad',21,1),
(2086,'Antri',21,1),
(2087,'Anuppur',21,1),
(2088,'Aron',21,1),
(2089,'Ashoknagar',21,1),
(2090,'Ashta',21,1),
(2091,'Babai',21,1),
(2092,'Bada Malhera',21,1),
(2093,'Badagaon',21,1),
(2094,'Badagoan',21,1),
(2095,'Badarwas',21,1),
(2096,'Badawada',21,1),
(2097,'Badi',21,1),
(2098,'Badkuhi',21,1),
(2099,'Badnagar',21,1),
(2100,'Badnawar',21,1),
(2101,'Badod',21,1),
(2102,'Badoda',21,1),
(2103,'Badra',21,1),
(2104,'Bagh',21,1),
(2105,'Bagli',21,1),
(2106,'Baihar',21,1),
(2107,'Baikunthpur',21,1),
(2108,'Bakswaha',21,1),
(2109,'Balaghat',21,1),
(2110,'Baldeogarh',21,1),
(2111,'Bamaniya',21,1),
(2112,'Bamhani',21,1),
(2113,'Bamor',21,1),
(2114,'Bamora',21,1),
(2115,'Banda',21,1),
(2116,'Bangawan',21,1),
(2117,'Bansatar Kheda',21,1),
(2118,'Baraily',21,1),
(2119,'Barela',21,1),
(2120,'Barghat',21,1),
(2121,'Bargi',21,1),
(2122,'Barhi',21,1),
(2123,'Barigarh',21,1),
(2124,'Barwaha',21,1),
(2125,'Barwani',21,1),
(2126,'Basoda',21,1),
(2127,'Begamganj',21,1),
(2128,'Beohari',21,1),
(2129,'Berasia',21,1),
(2130,'Betma',21,1),
(2131,'Betul',21,1),
(2132,'Betul Bazar',21,1),
(2133,'Bhainsdehi',21,1),
(2134,'Bhamodi',21,1),
(2135,'Bhander',21,1),
(2136,'Bhanpura',21,1),
(2137,'Bharveli',21,1),
(2138,'Bhaurasa',21,1),
(2139,'Bhavra',21,1),
(2140,'Bhedaghat',21,1),
(2141,'Bhikangaon',21,1),
(2142,'Bhilakhedi',21,1),
(2143,'Bhind',21,1),
(2144,'Bhitarwar',21,1),
(2145,'Bhopal',21,1),
(2146,'Bhuibandh',21,1),
(2147,'Biaora',21,1),
(2148,'Bijawar',21,1),
(2149,'Bijeypur',21,1),
(2150,'Bijrauni',21,1),
(2151,'Bijuri',21,1),
(2152,'Bilaua',21,1),
(2153,'Bilpura',21,1),
(2154,'Bina Railway Colony',21,1),
(2155,'Bina-Etawa',21,1),
(2156,'Birsinghpur',21,1),
(2157,'Boda',21,1),
(2158,'Budhni',21,1),
(2159,'Burhanpur',21,1),
(2160,'Burhar',21,1),
(2161,'Chachaura Binaganj',21,1),
(2162,'Chakghat',21,1),
(2163,'Chandameta Butar',21,1),
(2164,'Chanderi',21,1),
(2165,'Chandia',21,1),
(2166,'Chandla',21,1),
(2167,'Chaurai Khas',21,1),
(2168,'Chhatarpur',21,1),
(2169,'Chhindwara',21,1),
(2170,'Chhota Chhindwara',21,1),
(2171,'Chichli',21,1),
(2172,'Chitrakut',21,1),
(2173,'Churhat',21,1),
(2174,'Daboh',21,1),
(2175,'Dabra',21,1),
(2176,'Damoh',21,1),
(2177,'Damua',21,1),
(2178,'Datia',21,1),
(2179,'Deodara',21,1),
(2180,'Deori',21,1),
(2181,'Deori Khas',21,1),
(2182,'Depalpur',21,1),
(2183,'Devendranagar',21,1),
(2184,'Devhara',21,1),
(2185,'Dewas',21,1),
(2186,'Dhamnod',21,1),
(2187,'Dhana',21,1),
(2188,'Dhanpuri',21,1),
(2189,'Dhar',21,1),
(2190,'Dharampuri',21,1),
(2191,'Dighawani',21,1),
(2192,'Diken',21,1),
(2193,'Dindori',21,1),
(2194,'Dola',21,1),
(2195,'Dumar Kachhar',21,1),
(2196,'Dungariya Chhapara',21,1),
(2197,'Gadarwara',21,1),
(2198,'Gairatganj',21,1),
(2199,'Gandhi Sagar Hydel Colony',21,1),
(2200,'Ganjbasoda',21,1),
(2201,'Garhakota',21,1),
(2202,'Garhi Malhara',21,1),
(2203,'Garoth',21,1),
(2204,'Gautapura',21,1),
(2205,'Ghansor',21,1),
(2206,'Ghuwara',21,1),
(2207,'Gogaon',21,1),
(2208,'Gogapur',21,1),
(2209,'Gohad',21,1),
(2210,'Gormi',21,1),
(2211,'Govindgarh',21,1),
(2212,'Guna',21,1),
(2213,'Gurh',21,1),
(2214,'Gwalior',21,1),
(2215,'Hanumana',21,1),
(2216,'Harda',21,1),
(2217,'Harpalpur',21,1),
(2218,'Harrai',21,1),
(2219,'Harsud',21,1),
(2220,'Hatod',21,1),
(2221,'Hatpipalya',21,1),
(2222,'Hatta',21,1),
(2223,'Hindoria',21,1),
(2224,'Hirapur',21,1),
(2225,'Hoshangabad',21,1),
(2226,'Ichhawar',21,1),
(2227,'Iklehra',21,1),
(2228,'Indergarh',21,1),
(2229,'Indore',21,1),
(2230,'Isagarh',21,1),
(2231,'Itarsi',21,1),
(2232,'Jabalpur',21,1),
(2233,'Jabalpur Cantonment',21,1),
(2234,'Jabalpur G.C.F',21,1),
(2235,'Jaisinghnagar',21,1),
(2236,'Jaithari',21,1),
(2237,'Jaitwara',21,1),
(2238,'Jamai',21,1),
(2239,'Jaora',21,1),
(2240,'Jatachhapar',21,1),
(2241,'Jatara',21,1),
(2242,'Jawad',21,1),
(2243,'Jawar',21,1),
(2244,'Jeronkhalsa',21,1),
(2245,'Jhabua',21,1),
(2246,'Jhundpura',21,1),
(2247,'Jiran',21,1),
(2248,'Jirapur',21,1),
(2249,'Jobat',21,1),
(2250,'Joura',21,1),
(2251,'Kailaras',21,1),
(2252,'Kaimur',21,1),
(2253,'Kakarhati',21,1),
(2254,'Kalichhapar',21,1),
(2255,'Kanad',21,1),
(2256,'Kannod',21,1),
(2257,'Kantaphod',21,1),
(2258,'Kareli',21,1),
(2259,'Karera',21,1),
(2260,'Kari',21,1),
(2261,'Karnawad',21,1),
(2262,'Karrapur',21,1),
(2263,'Kasrawad',21,1),
(2264,'Katangi',21,1),
(2265,'Katni',21,1),
(2266,'Kelhauri',21,1),
(2267,'Khachrod',21,1),
(2268,'Khajuraho',21,1),
(2269,'Khamaria',21,1),
(2270,'Khand',21,1),
(2271,'Khandwa',21,1),
(2272,'Khaniyadhana',21,1),
(2273,'Khargapur',21,1),
(2274,'Khargone',21,1),
(2275,'Khategaon',21,1),
(2276,'Khetia',21,1),
(2277,'Khilchipur',21,1),
(2278,'Khirkiya',21,1),
(2279,'Khujner',21,1),
(2280,'Khurai',21,1),
(2281,'Kolaras',21,1),
(2282,'Kotar',21,1),
(2283,'Kothi',21,1),
(2284,'Kotma',21,1),
(2285,'Kukshi',21,1),
(2286,'Kumbhraj',21,1),
(2287,'Kurwai',21,1),
(2288,'Lahar',21,1),
(2289,'Lakhnadon',21,1),
(2290,'Lateri',21,1),
(2291,'Laundi',21,1),
(2292,'Lidhora Khas',21,1),
(2293,'Lodhikheda',21,1),
(2294,'Loharda',21,1),
(2295,'Machalpur',21,1),
(2296,'Madhogarh',21,1),
(2297,'Maharajpur',21,1),
(2298,'Maheshwar',21,1),
(2299,'Mahidpur',21,1),
(2300,'Maihar',21,1),
(2301,'Majholi',21,1),
(2302,'Makronia',21,1),
(2303,'Maksi',21,1),
(2304,'Malaj Khand',21,1),
(2305,'Malanpur',21,1),
(2306,'Malhargarh',21,1),
(2307,'Manasa',21,1),
(2308,'Manawar',21,1),
(2309,'Mandav',21,1),
(2310,'Mandideep',21,1),
(2311,'Mandla',21,1),
(2312,'Mandleshwar',21,1),
(2313,'Mandsaur',21,1),
(2314,'Manegaon',21,1),
(2315,'Mangawan',21,1),
(2316,'Manglaya Sadak',21,1),
(2317,'Manpur',21,1),
(2318,'Mau',21,1),
(2319,'Mauganj',21,1),
(2320,'Meghnagar',21,1),
(2321,'Mehara Gaon',21,1),
(2322,'Mehgaon',21,1),
(2323,'Mhaugaon',21,1),
(2324,'Mhow',21,1),
(2325,'Mihona',21,1),
(2326,'Mohgaon',21,1),
(2327,'Morar',21,1),
(2328,'Morena',21,1),
(2329,'Morwa',21,1),
(2330,'Multai',21,1),
(2331,'Mundi',21,1),
(2332,'Mungaoli',21,1),
(2333,'Murwara',21,1),
(2334,'Nagda',21,1),
(2335,'Nagod',21,1),
(2336,'Nagri',21,1),
(2337,'Naigarhi',21,1),
(2338,'Nainpur',21,1),
(2339,'Nalkheda',21,1),
(2340,'Namli',21,1),
(2341,'Narayangarh',21,1),
(2342,'Narsimhapur',21,1),
(2343,'Narsingarh',21,1),
(2344,'Narsinghpur',21,1),
(2345,'Narwar',21,1),
(2346,'Nasrullaganj',21,1),
(2347,'Naudhia',21,1),
(2348,'Naugaon',21,1),
(2349,'Naurozabad',21,1),
(2350,'Neemuch',21,1),
(2351,'Nepa Nagar',21,1),
(2352,'Neuton Chikhli Kalan',21,1),
(2353,'Nimach',21,1),
(2354,'Niwari',21,1),
(2355,'Obedullaganj',21,1),
(2356,'Omkareshwar',21,1),
(2357,'Orachha',21,1),
(2358,'Ordinance Factory Itarsi',21,1),
(2359,'Pachmarhi',21,1),
(2360,'Pachmarhi Cantonment',21,1),
(2361,'Pachore',21,1),
(2362,'Palchorai',21,1),
(2363,'Palda',21,1),
(2364,'Palera',21,1),
(2365,'Pali',21,1),
(2366,'Panagar',21,1),
(2367,'Panara',21,1),
(2368,'Pandaria',21,1),
(2369,'Pandhana',21,1),
(2370,'Pandhurna',21,1),
(2371,'Panna',21,1),
(2372,'Pansemal',21,1),
(2373,'Parasia',21,1),
(2374,'Pasan',21,1),
(2375,'Patan',21,1),
(2376,'Patharia',21,1),
(2377,'Pawai',21,1),
(2378,'Petlawad',21,1),
(2379,'Phuph Kalan',21,1),
(2380,'Pichhore',21,1),
(2381,'Pipariya',21,1),
(2382,'Pipliya Mandi',21,1),
(2383,'Piploda',21,1),
(2384,'Pithampur',21,1),
(2385,'Polay Kalan',21,1),
(2386,'Porsa',21,1),
(2387,'Prithvipur',21,1),
(2388,'Raghogarh',21,1),
(2389,'Rahatgarh',21,1),
(2390,'Raisen',21,1),
(2391,'Rajakhedi',21,1),
(2392,'Rajgarh',21,1),
(2393,'Rajnagar',21,1),
(2394,'Rajpur',21,1),
(2395,'Rampur Baghelan',21,1),
(2396,'Rampur Naikin',21,1),
(2397,'Rampura',21,1),
(2398,'Ranapur',21,1),
(2399,'Ranipura',21,1),
(2400,'Ratangarh',21,1),
(2401,'Ratlam',21,1),
(2402,'Ratlam Kasba',21,1),
(2403,'Rau',21,1),
(2404,'Rehli',21,1),
(2405,'Rehti',21,1),
(2406,'Rewa',21,1),
(2407,'Sabalgarh',21,1),
(2408,'Sagar',21,1),
(2409,'Sagar Cantonment',21,1),
(2410,'Sailana',21,1),
(2411,'Sanawad',21,1),
(2412,'Sanchi',21,1),
(2413,'Sanwer',21,1),
(2414,'Sarangpur',21,1),
(2415,'Sardarpur',21,1),
(2416,'Sarni',21,1),
(2417,'Satai',21,1),
(2418,'Satna',21,1),
(2419,'Satwas',21,1),
(2420,'Sausar',21,1),
(2421,'Sehore',21,1),
(2422,'Semaria',21,1),
(2423,'Sendhwa',21,1),
(2424,'Seondha',21,1),
(2425,'Seoni',21,1),
(2426,'Seoni Malwa',21,1),
(2427,'Sethia',21,1),
(2428,'Shahdol',21,1),
(2429,'Shahgarh',21,1),
(2430,'Shahpur',21,1),
(2431,'Shahpura',21,1),
(2432,'Shajapur',21,1),
(2433,'Shamgarh',21,1),
(2434,'Sheopur',21,1),
(2435,'Shivpuri',21,1),
(2436,'Shujalpur',21,1),
(2437,'Sidhi',21,1),
(2438,'Sihora',21,1),
(2439,'Singolo',21,1),
(2440,'Singrauli',21,1),
(2441,'Sinhasa',21,1),
(2442,'Sirgora',21,1),
(2443,'Sirmaur',21,1),
(2444,'Sironj',21,1),
(2445,'Sitamau',21,1),
(2446,'Sohagpur',21,1),
(2447,'Sonkatch',21,1),
(2448,'Soyatkalan',21,1),
(2449,'Suhagi',21,1),
(2450,'Sultanpur',21,1),
(2451,'Susner',21,1),
(2452,'Suthaliya',21,1),
(2453,'Tal',21,1),
(2454,'Talen',21,1),
(2455,'Tarana',21,1),
(2456,'Taricharkalan',21,1),
(2457,'Tekanpur',21,1),
(2458,'Tendukheda',21,1),
(2459,'Teonthar',21,1),
(2460,'Thandia',21,1),
(2461,'Tikamgarh',21,1),
(2462,'Timarni',21,1),
(2463,'Tirodi',21,1),
(2464,'Udaipura',21,1),
(2465,'Ujjain',21,1),
(2466,'Ukwa',21,1),
(2467,'Umaria',21,1),
(2468,'Unchahara',21,1),
(2469,'Unhel',21,1),
(2470,'Vehicle Factory Jabalpur',21,1),
(2471,'Vidisha',21,1),
(2472,'Vijayraghavgarh',21,1),
(2473,'Waraseoni',21,1),
(2474,'Achalpur',22,1),
(2475,'Aheri',22,1),
(2476,'Ahmadnagar Cantonment',22,1),
(2477,'Ahmadpur',22,1),
(2478,'Ahmednagar',22,1),
(2479,'Ajra',22,1),
(2480,'Akalkot',22,1),
(2481,'Akkalkuwa',22,1),
(2482,'Akola',22,1),
(2483,'Akot',22,1),
(2484,'Alandi',22,1),
(2485,'Alibag',22,1),
(2486,'Allapalli',22,1),
(2487,'Alore',22,1),
(2488,'Amalner',22,1),
(2489,'Ambad',22,1),
(2490,'Ambajogai',22,1),
(2491,'Ambernath',22,1),
(2492,'Ambivali Tarf Wankhal',22,1),
(2493,'Amgaon',22,1),
(2494,'Amravati',22,1),
(2495,'Anjangaon',22,1),
(2496,'Arvi',22,1),
(2497,'Ashta',22,1),
(2498,'Ashti',22,1),
(2499,'Aurangabad',22,1),
(2500,'Aurangabad Cantonment',22,1),
(2501,'Ausa',22,1),
(2502,'Babhulgaon',22,1),
(2503,'Badlapur',22,1),
(2504,'Balapur',22,1),
(2505,'Ballarpur',22,1),
(2506,'Baramati',22,1),
(2507,'Barshi',22,1),
(2508,'Basmat',22,1),
(2509,'Beed',22,1),
(2510,'Bhadravati',22,1),
(2511,'Bhagur',22,1),
(2512,'Bhandara',22,1),
(2513,'Bhigvan',22,1),
(2514,'Bhingar',22,1),
(2515,'Bhiwandi',22,1),
(2516,'Bhokhardan',22,1),
(2517,'Bhor',22,1),
(2518,'Bhosari',22,1),
(2519,'Bhum',22,1),
(2520,'Bhusawal',22,1),
(2521,'Bid',22,1),
(2522,'Biloli',22,1),
(2523,'Birwadi',22,1),
(2524,'Boisar',22,1),
(2525,'Bop Khel',22,1),
(2526,'Brahmapuri',22,1),
(2527,'Budhgaon',22,1),
(2528,'Buldana',22,1),
(2529,'Buldhana',22,1),
(2530,'Butibori',22,1),
(2531,'Chakan',22,1),
(2532,'Chalisgaon',22,1),
(2533,'Chandrapur',22,1),
(2534,'Chandur',22,1),
(2535,'Chandur Bazar',22,1),
(2536,'Chandvad',22,1),
(2537,'Chicholi',22,1),
(2538,'Chikhala',22,1),
(2539,'Chikhaldara',22,1),
(2540,'Chikhli',22,1),
(2541,'Chinchani',22,1),
(2542,'Chinchwad',22,1),
(2543,'Chiplun',22,1),
(2544,'Chopda',22,1),
(2545,'Dabhol',22,1),
(2546,'Dahance',22,1),
(2547,'Dahanu',22,1),
(2548,'Daharu',22,1),
(2549,'Dapoli Camp',22,1),
(2550,'Darwa',22,1),
(2551,'Daryapur',22,1),
(2552,'Dattapur',22,1),
(2553,'Daund',22,1),
(2554,'Davlameti',22,1),
(2555,'Deglur',22,1),
(2556,'Dehu Road',22,1),
(2557,'Deolali',22,1),
(2558,'Deolali Pravara',22,1),
(2559,'Deoli',22,1),
(2560,'Desaiganj',22,1),
(2561,'Deulgaon Raja',22,1),
(2562,'Dewhadi',22,1),
(2563,'Dharangaon',22,1),
(2564,'Dharmabad',22,1),
(2565,'Dharur',22,1),
(2566,'Dhatau',22,1),
(2567,'Dhule',22,1),
(2568,'Digdoh',22,1),
(2569,'Diglur',22,1),
(2570,'Digras',22,1),
(2571,'Dombivli',22,1),
(2572,'Dondaicha',22,1),
(2573,'Dudhani',22,1),
(2574,'Durgapur',22,1),
(2575,'Dyane',22,1),
(2576,'Edandol',22,1),
(2577,'Eklahare',22,1),
(2578,'Faizpur',22,1),
(2579,'Fekari',22,1),
(2580,'Gadchiroli',22,1),
(2581,'Gadhinghaj',22,1),
(2582,'Gandhi Nagar',22,1),
(2583,'Ganeshpur',22,1),
(2584,'Gangakher',22,1),
(2585,'Gangapur',22,1),
(2586,'Gevrai',22,1),
(2587,'Ghatanji',22,1),
(2588,'Ghoti',22,1),
(2589,'Ghugus',22,1),
(2590,'Ghulewadi',22,1),
(2591,'Godoli',22,1),
(2592,'Gondia',22,1),
(2593,'Guhagar',22,1),
(2594,'Hadgaon',22,1),
(2595,'Harnai Beach',22,1),
(2596,'Hinganghat',22,1),
(2597,'Hingoli',22,1),
(2598,'Hupari',22,1),
(2599,'Ichalkaranji',22,1),
(2600,'Igatpuri',22,1),
(2601,'Indapur',22,1),
(2602,'Jaisinghpur',22,1),
(2603,'Jalgaon',22,1),
(2604,'Jalna',22,1),
(2605,'Jamkhed',22,1),
(2606,'Jawhar',22,1),
(2607,'Jaysingpur',22,1),
(2608,'Jejuri',22,1),
(2609,'Jintur',22,1),
(2610,'Junnar',22,1),
(2611,'Kabnur',22,1),
(2612,'Kagal',22,1),
(2613,'Kalamb',22,1),
(2614,'Kalamnuri',22,1),
(2615,'Kalas',22,1),
(2616,'Kalmeshwar',22,1),
(2617,'Kalundre',22,1),
(2618,'Kalyan',22,1),
(2619,'Kamthi',22,1),
(2620,'Kamthi Cantonment',22,1),
(2621,'Kandari',22,1),
(2622,'Kandhar',22,1),
(2623,'Kandri',22,1),
(2624,'Kandri II',22,1),
(2625,'Kanhan',22,1),
(2626,'Kankavli',22,1),
(2627,'Kannad',22,1),
(2628,'Karad',22,1),
(2629,'Karanja',22,1),
(2630,'Karanje Tarf',22,1),
(2631,'Karivali',22,1),
(2632,'Karjat',22,1),
(2633,'Karmala',22,1),
(2634,'Kasara Budruk',22,1),
(2635,'Katai',22,1),
(2636,'Katkar',22,1),
(2637,'Katol',22,1),
(2638,'Kegaon',22,1),
(2639,'Khadkale',22,1),
(2640,'Khadki',22,1),
(2641,'Khamgaon',22,1),
(2642,'Khapa',22,1),
(2643,'Kharadi',22,1),
(2644,'Kharakvasla',22,1),
(2645,'Khed',22,1),
(2646,'Kherdi',22,1),
(2647,'Khoni',22,1),
(2648,'Khopoli',22,1),
(2649,'Khuldabad',22,1),
(2650,'Kinwat',22,1),
(2651,'Kodoli',22,1),
(2652,'Kolhapur',22,1),
(2653,'Kon',22,1),
(2654,'Kondumal',22,1),
(2655,'Kopargaon',22,1),
(2656,'Kopharad',22,1),
(2657,'Koradi',22,1),
(2658,'Koregaon',22,1),
(2659,'Korochi',22,1),
(2660,'Kudal',22,1),
(2661,'Kundaim',22,1),
(2662,'Kundalwadi',22,1),
(2663,'Kurandvad',22,1),
(2664,'Kurduvadi',22,1),
(2665,'Kusgaon Budruk',22,1),
(2666,'Lanja',22,1),
(2667,'Lasalgaon',22,1),
(2668,'Latur',22,1),
(2669,'Loha',22,1),
(2670,'Lohegaon',22,1),
(2671,'Lonar',22,1),
(2672,'Lonavala',22,1),
(2673,'Madhavnagar',22,1),
(2674,'Mahabaleshwar',22,1),
(2675,'Mahad',22,1),
(2676,'Mahadula',22,1),
(2677,'Maindargi',22,1),
(2678,'Majalgaon',22,1),
(2679,'Malegaon',22,1),
(2680,'Malgaon',22,1),
(2681,'Malkapur',22,1),
(2682,'Malwan',22,1),
(2683,'Manadur',22,1),
(2684,'Manchar',22,1),
(2685,'Mangalvedhe',22,1),
(2686,'Mangrul Pir',22,1),
(2687,'Manmad',22,1),
(2688,'Manor',22,1),
(2689,'Mansar',22,1),
(2690,'Manwath',22,1),
(2691,'Mapuca',22,1),
(2692,'Matheran',22,1),
(2693,'Mehkar',22,1),
(2694,'Mhasla',22,1),
(2695,'Mhaswad',22,1),
(2696,'Mira Bhayandar',22,1),
(2697,'Miraj',22,1),
(2698,'Mohpa',22,1),
(2699,'Mohpada',22,1),
(2700,'Moram',22,1),
(2701,'Morshi',22,1),
(2702,'Mowad',22,1),
(2703,'Mudkhed',22,1),
(2704,'Mukhed',22,1),
(2705,'Mul',22,1),
(2706,'Mulshi',22,1),
(2707,'Mumbai',22,1),
(2708,'Murbad',22,1),
(2709,'Murgud',22,1),
(2710,'Murtijapur',22,1),
(2711,'Murud',22,1),
(2712,'Nachane',22,1),
(2713,'Nagardeole',22,1),
(2714,'Nagothane',22,1),
(2715,'Nagpur',22,1),
(2716,'Nakoda',22,1),
(2717,'Nalasopara',22,1),
(2718,'Naldurg',22,1),
(2719,'Nanded',22,1),
(2720,'Nandgaon',22,1),
(2721,'Nandura',22,1),
(2722,'Nandurbar',22,1),
(2723,'Narkhed',22,1),
(2724,'Nashik',22,1),
(2725,'Navapur',22,1),
(2726,'Navi Mumbai',22,1),
(2727,'Navi Mumbai Panvel',22,1),
(2728,'Neral',22,1),
(2729,'Nigdi',22,1),
(2730,'Nilanga',22,1),
(2731,'Nildoh',22,1),
(2732,'Nimbhore',22,1),
(2733,'Ojhar',22,1),
(2734,'Osmanabad',22,1),
(2735,'Pachgaon',22,1),
(2736,'Pachora',22,1),
(2737,'Padagha',22,1),
(2738,'Paithan',22,1),
(2739,'Palghar',22,1),
(2740,'Pali',22,1),
(2741,'Panchgani',22,1),
(2742,'Pandhakarwada',22,1),
(2743,'Pandharpur',22,1),
(2744,'Panhala',22,1),
(2745,'Panvel',22,1),
(2746,'Paranda',22,1),
(2747,'Parbhani',22,1),
(2748,'Parli',22,1),
(2749,'Parola',22,1),
(2750,'Partur',22,1),
(2751,'Pasthal',22,1),
(2752,'Patan',22,1),
(2753,'Pathardi',22,1),
(2754,'Pathri',22,1),
(2755,'Patur',22,1),
(2756,'Pawni',22,1),
(2757,'Pen',22,1),
(2758,'Pethumri',22,1),
(2759,'Phaltan',22,1),
(2760,'Pimpri',22,1),
(2761,'Poladpur',22,1),
(2762,'Pulgaon',22,1),
(2763,'Pune',22,1),
(2764,'Pune Cantonment',22,1),
(2765,'Purna',22,1),
(2766,'Purushottamnagar',22,1),
(2767,'Pusad',22,1),
(2768,'Rahimatpur',22,1),
(2769,'Rahta Pimplas',22,1),
(2770,'Rahuri',22,1),
(2771,'Raigad',22,1),
(2772,'Rajapur',22,1),
(2773,'Rajgurunagar',22,1),
(2774,'Rajur',22,1),
(2775,'Rajura',22,1),
(2776,'Ramtek',22,1),
(2777,'Ratnagiri',22,1),
(2778,'Ravalgaon',22,1),
(2779,'Raver',22,1),
(2780,'Revadanda',22,1),
(2781,'Risod',22,1),
(2782,'Roha Ashtami',22,1),
(2783,'Sakri',22,1),
(2784,'Sandor',22,1),
(2785,'Sangamner',22,1),
(2786,'Sangli',22,1),
(2787,'Sangole',22,1),
(2788,'Sasti',22,1),
(2789,'Sasvad',22,1),
(2790,'Satana',22,1),
(2791,'Satara',22,1),
(2792,'Savantvadi',22,1),
(2793,'Savda',22,1),
(2794,'Savner',22,1),
(2795,'Sawari Jawharnagar',22,1),
(2796,'Selu',22,1),
(2797,'Shahada',22,1),
(2798,'Shahapur',22,1),
(2799,'Shegaon',22,1),
(2800,'Shelar',22,1),
(2801,'Shendurjana',22,1),
(2802,'Shirdi',22,1),
(2803,'Shirgaon',22,1),
(2804,'Shirpur',22,1),
(2805,'Shirur',22,1),
(2806,'Shirwal',22,1),
(2807,'Shivatkar',22,1),
(2808,'Shrigonda',22,1),
(2809,'Shrirampur',22,1),
(2810,'Shrirampur Rural',22,1),
(2811,'Sillewada',22,1),
(2812,'Sillod',22,1),
(2813,'Sindhudurg',22,1),
(2814,'Sindi',22,1),
(2815,'Sindi Turf Hindnagar',22,1),
(2816,'Sindkhed Raja',22,1),
(2817,'Singnapur',22,1),
(2818,'Sinnar',22,1),
(2819,'Sirur',22,1),
(2820,'Sitasawangi',22,1),
(2821,'Solapur',22,1),
(2822,'Sonai',22,1),
(2823,'Sonegaon',22,1),
(2824,'Soyagaon',22,1),
(2825,'Srivardhan',22,1),
(2826,'Surgana',22,1),
(2827,'Talegaon Dabhade',22,1),
(2828,'Taloda',22,1),
(2829,'Taloja',22,1),
(2830,'Talwade',22,1),
(2831,'Tarapur',22,1),
(2832,'Tasgaon',22,1),
(2833,'Tathavade',22,1),
(2834,'Tekadi',22,1),
(2835,'Telhara',22,1),
(2836,'Thane',22,1),
(2837,'Tirira',22,1),
(2838,'Totaladoh',22,1),
(2839,'Trimbak',22,1),
(2840,'Tuljapur',22,1),
(2841,'Tumsar',22,1),
(2842,'Uchgaon',22,1),
(2843,'Udgir',22,1),
(2844,'Ulhasnagar',22,1),
(2845,'Umarga',22,1),
(2846,'Umarkhed',22,1),
(2847,'Umarsara',22,1),
(2848,'Umbar Pada Nandade',22,1),
(2849,'Umred',22,1),
(2850,'Umri Pragane Balapur',22,1),
(2851,'Uran',22,1),
(2852,'Uran Islampur',22,1),
(2853,'Utekhol',22,1),
(2854,'Vada',22,1),
(2855,'Vadgaon',22,1),
(2856,'Vadgaon Kasba',22,1),
(2857,'Vaijapur',22,1),
(2858,'Vanvadi',22,1),
(2859,'Varangaon',22,1),
(2860,'Vasai',22,1),
(2861,'Vasantnagar',22,1),
(2862,'Vashind',22,1),
(2863,'Vengurla',22,1),
(2864,'Virar',22,1),
(2865,'Visapur',22,1),
(2866,'Vite',22,1),
(2867,'Vithalwadi',22,1),
(2868,'Wadi',22,1),
(2869,'Waghapur',22,1),
(2870,'Wai',22,1),
(2871,'Wajegaon',22,1),
(2872,'Walani',22,1),
(2873,'Wanadongri',22,1),
(2874,'Wani',22,1),
(2875,'Wardha',22,1),
(2876,'Warora',22,1),
(2877,'Warthi',22,1),
(2878,'Warud',22,1),
(2879,'Washim',22,1),
(2880,'Yaval',22,1),
(2881,'Yavatmal',22,1),
(2882,'Yeola',22,1),
(2883,'Yerkheda',22,1),
(2884,'Andro',23,1),
(2885,'Bijoy Govinda',23,1),
(2886,'Bishnupur',23,1),
(2887,'Churachandpur',23,1),
(2888,'Heriok',23,1),
(2889,'Imphal',23,1),
(2890,'Jiribam',23,1),
(2891,'Kakching',23,1),
(2892,'Kakching Khunou',23,1),
(2893,'Khongman',23,1),
(2894,'Kumbi',23,1),
(2895,'Kwakta',23,1),
(2896,'Lamai',23,1),
(2897,'Lamjaotongba',23,1),
(2898,'Lamshang',23,1),
(2899,'Lilong',23,1),
(2900,'Mayang Imphal',23,1),
(2901,'Moirang',23,1),
(2902,'Moreh',23,1),
(2903,'Nambol',23,1),
(2904,'Naoriya Pakhanglakpa',23,1),
(2905,'Ningthoukhong',23,1),
(2906,'Oinam',23,1),
(2907,'Porompat',23,1),
(2908,'Samurou',23,1),
(2909,'Sekmai Bazar',23,1),
(2910,'Senapati',23,1),
(2911,'Sikhong Sekmai',23,1),
(2912,'Sugnu',23,1),
(2913,'Thongkhong Laxmi Bazar',23,1),
(2914,'Thoubal',23,1),
(2915,'Torban',23,1),
(2916,'Wangjing',23,1),
(2917,'Wangoi',23,1),
(2918,'Yairipok',23,1),
(2919,'Baghmara',24,1),
(2920,'Cherrapunji',24,1),
(2921,'Jawai',24,1),
(2922,'Madanrting',24,1),
(2923,'Mairang',24,1),
(2924,'Mawlai',24,1),
(2925,'Nongmynsong',24,1),
(2926,'Nongpoh',24,1),
(2927,'Nongstoin',24,1),
(2928,'Nongthymmai',24,1),
(2929,'Pynthorumkhrah',24,1),
(2930,'Resubelpara',24,1),
(2931,'Shillong',24,1),
(2932,'Shillong Cantonment',24,1),
(2933,'Tura',24,1),
(2934,'Williamnagar',24,1),
(2935,'Aizawl',25,1),
(2936,'Bairabi',25,1),
(2937,'Biate',25,1),
(2938,'Champhai',25,1),
(2939,'Darlawn',25,1),
(2940,'Hnahthial',25,1),
(2941,'Kawnpui',25,1),
(2942,'Khawhai',25,1),
(2943,'Khawzawl',25,1),
(2944,'Kolasib',25,1),
(2945,'Lengpui',25,1),
(2946,'Lunglei',25,1),
(2947,'Mamit',25,1),
(2948,'North Vanlaiphai',25,1),
(2949,'Saiha',25,1),
(2950,'Sairang',25,1),
(2951,'Saitul',25,1),
(2952,'Serchhip',25,1),
(2953,'Thenzawl',25,1),
(2954,'Tlabung',25,1),
(2955,'Vairengte',25,1),
(2956,'Zawlnuam',25,1),
(2957,'Chumukedima',26,1),
(2958,'Dimapur',26,1),
(2959,'Kohima',26,1),
(2960,'Mokokchung',26,1),
(2961,'Mon',26,1),
(2962,'Phek',26,1),
(2963,'Tuensang',26,1),
(2964,'Wokha',26,1),
(2965,'Zunheboto',26,1),
(2966,'Anandapur',29,1),
(2967,'Angul',29,1),
(2968,'Aska',29,1),
(2969,'Athgarh',29,1),
(2970,'Athmallik',29,1),
(2971,'Balagoda',29,1),
(2972,'Balangir',29,1),
(2973,'Balasore',29,1),
(2974,'Baleshwar',29,1),
(2975,'Balimeta',29,1),
(2976,'Balugaon',29,1),
(2977,'Banapur',29,1),
(2978,'Bangura',29,1),
(2979,'Banki',29,1),
(2980,'Banposh',29,1),
(2981,'Barbil',29,1),
(2982,'Bargarh',29,1),
(2983,'Baripada',29,1),
(2984,'Barpali',29,1),
(2985,'Basudebpur',29,1),
(2986,'Baudh',29,1),
(2987,'Belagachhia',29,1),
(2988,'Belaguntha',29,1),
(2989,'Belpahar',29,1),
(2990,'Berhampur',29,1),
(2991,'Bhadrak',29,1),
(2992,'Bhanjanagar',29,1),
(2993,'Bhawanipatna',29,1),
(2994,'Bhuban',29,1),
(2995,'Bhubaneswar',29,1),
(2996,'Binika',29,1),
(2997,'Birmitrapur',29,1),
(2998,'Bishama Katek',29,1),
(2999,'Bolangir',29,1),
(3000,'Brahmapur',29,1),
(3001,'Brajrajnagar',29,1),
(3002,'Buguda',29,1),
(3003,'Burla',29,1),
(3004,'Byasanagar',29,1),
(3005,'Champua',29,1),
(3006,'Chandapur',29,1),
(3007,'Chandbali',29,1),
(3008,'Chandili',29,1),
(3009,'Charibatia',29,1),
(3010,'Chatrapur',29,1),
(3011,'Chikitigarh',29,1),
(3012,'Chitrakonda',29,1),
(3013,'Choudwar',29,1),
(3014,'Cuttack',29,1),
(3015,'Dadhapatna',29,1),
(3016,'Daitari',29,1),
(3017,'Damanjodi',29,1),
(3018,'Deogarh',29,1),
(3019,'Deracolliery',29,1),
(3020,'Dhamanagar',29,1),
(3021,'Dhenkanal',29,1),
(3022,'Digapahandi',29,1),
(3023,'Dungamal',29,1),
(3024,'Fertilizer Corporation of Indi',29,1),
(3025,'Ganjam',29,1),
(3026,'Ghantapada',29,1),
(3027,'Gopalpur',29,1),
(3028,'Gudari',29,1),
(3029,'Gunupur',29,1),
(3030,'Hatibandha',29,1),
(3031,'Hinjilikatu',29,1),
(3032,'Hirakud',29,1),
(3033,'Jagatsinghapur',29,1),
(3034,'Jajpur',29,1),
(3035,'Jalda',29,1),
(3036,'Jaleswar',29,1),
(3037,'Jatni',29,1),
(3038,'Jaypur',29,1),
(3039,'Jeypore',29,1),
(3040,'Jharsuguda',29,1),
(3041,'Jhumpura',29,1),
(3042,'Joda',29,1),
(3043,'Junagarh',29,1),
(3044,'Kamakhyanagar',29,1),
(3045,'Kantabanji',29,1),
(3046,'Kantilo',29,1),
(3047,'Karanja',29,1),
(3048,'Kashinagara',29,1),
(3049,'Kataka',29,1),
(3050,'Kavisuryanagar',29,1),
(3051,'Kendrapara',29,1),
(3052,'Kendujhar',29,1),
(3053,'Keonjhar',29,1),
(3054,'Kesinga',29,1),
(3055,'Khaliapali',29,1),
(3056,'Khalikote',29,1),
(3057,'Khandaparha',29,1),
(3058,'Kharhial',29,1),
(3059,'Kharhial Road',29,1),
(3060,'Khatiguda',29,1),
(3061,'Khurda',29,1),
(3062,'Kochinda',29,1),
(3063,'Kodala',29,1),
(3064,'Konark',29,1),
(3065,'Koraput',29,1),
(3066,'Kotaparh',29,1),
(3067,'Lanjigarh',29,1),
(3068,'Lattikata',29,1),
(3069,'Makundapur',29,1),
(3070,'Malkangiri',29,1),
(3071,'Mukhiguda',29,1),
(3072,'Nabarangpur',29,1),
(3073,'Nalco',29,1),
(3074,'Naurangapur',29,1),
(3075,'Nayagarh',29,1),
(3076,'Nilagiri',29,1),
(3077,'Nimaparha',29,1),
(3078,'Nuapada',29,1),
(3079,'Nuapatna',29,1),
(3080,'OCL Industrialship',29,1),
(3081,'Padampur',29,1),
(3082,'Paradip',29,1),
(3083,'Paradwip',29,1),
(3084,'Parlakimidi',29,1),
(3085,'Patamundai',29,1),
(3086,'Patnagarh',29,1),
(3087,'Phulabani',29,1),
(3088,'Pipili',29,1),
(3089,'Polasara',29,1),
(3090,'Pratapsasan',29,1),
(3091,'Puri',29,1),
(3092,'Purushottampur',29,1),
(3093,'Rairangpur',29,1),
(3094,'Raj Gangpur',29,1),
(3095,'Rambha',29,1),
(3096,'Raurkela',29,1),
(3097,'Raurkela Civil Township',29,1),
(3098,'Rayagada',29,1),
(3099,'Redhakhol',29,1),
(3100,'Remuna',29,1),
(3101,'Rengali',29,1),
(3102,'Rourkela',29,1),
(3103,'Sambalpur',29,1),
(3104,'Sinapali',29,1),
(3105,'Sonepur',29,1),
(3106,'Sorada',29,1),
(3107,'Soro',29,1),
(3108,'Sunabeda',29,1),
(3109,'Sundargarh',29,1),
(3110,'Talcher',29,1),
(3111,'Talcher Thermal Power Station ',29,1),
(3112,'Tarabha',29,1),
(3113,'Tensa',29,1),
(3114,'Titlagarh',29,1),
(3115,'Udala',29,1),
(3116,'Udayagiri',29,1),
(3117,'Umarkot',29,1),
(3118,'Vikrampur',29,1),
(3119,'Ariankuppam',31,1),
(3120,'Karaikal',31,1),
(3121,'Kurumbapet',31,1),
(3122,'Mahe',31,1),
(3123,'Ozhukarai',31,1),
(3124,'Pondicherry',31,1),
(3125,'Villianur',31,1),
(3126,'Yanam',31,1),
(3127,'Abohar',32,1),
(3128,'Adampur',32,1),
(3129,'Ahmedgarh',32,1),
(3130,'Ajnala',32,1),
(3131,'Akalgarh',32,1),
(3132,'Alawalpur',32,1),
(3133,'Amloh',32,1),
(3134,'Amritsar',32,1),
(3135,'Amritsar Cantonment',32,1),
(3136,'Anandpur Sahib',32,1),
(3137,'Badhni Kalan',32,1),
(3138,'Bagh Purana',32,1),
(3139,'Balachaur',32,1),
(3140,'Banaur',32,1),
(3141,'Banga',32,1),
(3142,'Banur',32,1),
(3143,'Baretta',32,1),
(3144,'Bariwala',32,1),
(3145,'Barnala',32,1),
(3146,'Bassi Pathana',32,1),
(3147,'Batala',32,1),
(3148,'Bathinda',32,1),
(3149,'Begowal',32,1),
(3150,'Behrampur',32,1),
(3151,'Bhabat',32,1),
(3152,'Bhadur',32,1),
(3153,'Bhankharpur',32,1),
(3154,'Bharoli Kalan',32,1),
(3155,'Bhawanigarh',32,1),
(3156,'Bhikhi',32,1),
(3157,'Bhikhiwind',32,1),
(3158,'Bhisiana',32,1),
(3159,'Bhogpur',32,1),
(3160,'Bhuch',32,1),
(3161,'Bhulath',32,1),
(3162,'Budha Theh',32,1),
(3163,'Budhlada',32,1),
(3164,'Chima',32,1),
(3165,'Chohal',32,1),
(3166,'Dasuya',32,1),
(3167,'Daulatpur',32,1),
(3168,'Dera Baba Nanak',32,1),
(3169,'Dera Bassi',32,1),
(3170,'Dhanaula',32,1),
(3171,'Dharam Kot',32,1),
(3172,'Dhariwal',32,1),
(3173,'Dhilwan',32,1),
(3174,'Dhuri',32,1),
(3175,'Dinanagar',32,1),
(3176,'Dirba',32,1),
(3177,'Doraha',32,1),
(3178,'Faridkot',32,1),
(3179,'Fateh Nangal',32,1),
(3180,'Fatehgarh Churian',32,1),
(3181,'Fatehgarh Sahib',32,1),
(3182,'Fazilka',32,1),
(3183,'Firozpur',32,1),
(3184,'Firozpur Cantonment',32,1),
(3185,'Gardhiwala',32,1),
(3186,'Garhshankar',32,1),
(3187,'Ghagga',32,1),
(3188,'Ghanaur',32,1),
(3189,'Giddarbaha',32,1),
(3190,'Gobindgarh',32,1),
(3191,'Goniana',32,1),
(3192,'Goraya',32,1),
(3193,'Gurdaspur',32,1),
(3194,'Guru Har Sahai',32,1),
(3195,'Hajipur',32,1),
(3196,'Handiaya',32,1),
(3197,'Hariana',32,1),
(3198,'Hoshiarpur',32,1),
(3199,'Hussainpur',32,1),
(3200,'Jagraon',32,1),
(3201,'Jaitu',32,1),
(3202,'Jalalabad',32,1),
(3203,'Jalandhar',32,1),
(3204,'Jalandhar Cantonment',32,1),
(3205,'Jandiala',32,1),
(3206,'Jugial',32,1),
(3207,'Kalanaur',32,1),
(3208,'Kapurthala',32,1),
(3209,'Karoran',32,1),
(3210,'Kartarpur',32,1),
(3211,'Khamanon',32,1),
(3212,'Khanauri',32,1),
(3213,'Khanna',32,1),
(3214,'Kharar',32,1),
(3215,'Khem Karan',32,1),
(3216,'Kot Fatta',32,1),
(3217,'Kot Isa Khan',32,1),
(3218,'Kot Kapura',32,1),
(3219,'Kotkapura',32,1),
(3220,'Kurali',32,1),
(3221,'Lalru',32,1),
(3222,'Lehra Gaga',32,1),
(3223,'Lodhian Khas',32,1),
(3224,'Longowal',32,1),
(3225,'Ludhiana',32,1),
(3226,'Machhiwara',32,1),
(3227,'Mahilpur',32,1),
(3228,'Majitha',32,1),
(3229,'Makhu',32,1),
(3230,'Malaut',32,1),
(3231,'Malerkotla',32,1),
(3232,'Maloud',32,1),
(3233,'Mandi Gobindgarh',32,1),
(3234,'Mansa',32,1),
(3235,'Maur',32,1),
(3236,'Moga',32,1),
(3237,'Mohali',32,1),
(3238,'Moonak',32,1),
(3239,'Morinda',32,1),
(3240,'Mukerian',32,1),
(3241,'Muktsar',32,1),
(3242,'Mullanpur Dakha',32,1),
(3243,'Mullanpur Garibdas',32,1),
(3244,'Munak',32,1),
(3245,'Muradpura',32,1),
(3246,'Nabha',32,1),
(3247,'Nakodar',32,1),
(3248,'Nangal',32,1),
(3249,'Nawashahr',32,1),
(3250,'Naya Nangal',32,1),
(3251,'Nehon',32,1),
(3252,'Nurmahal',32,1),
(3253,'Pathankot',32,1),
(3254,'Patiala',32,1),
(3255,'Patti',32,1),
(3256,'Pattran',32,1),
(3257,'Payal',32,1),
(3258,'Phagwara',32,1),
(3259,'Phillaur',32,1),
(3260,'Qadian',32,1),
(3261,'Rahon',32,1),
(3262,'Raikot',32,1),
(3263,'Raja Sansi',32,1),
(3264,'Rajpura',32,1),
(3265,'Ram Das',32,1),
(3266,'Raman',32,1),
(3267,'Rampura',32,1),
(3268,'Rayya',32,1),
(3269,'Rupnagar',32,1),
(3270,'Rurki Kasba',32,1),
(3271,'Sahnewal',32,1),
(3272,'Samana',32,1),
(3273,'Samrala',32,1),
(3274,'Sanaur',32,1),
(3275,'Sangat',32,1),
(3276,'Sangrur',32,1),
(3277,'Sansarpur',32,1),
(3278,'Sardulgarh',32,1),
(3279,'Shahkot',32,1),
(3280,'Sham Churasi',32,1),
(3281,'Shekhpura',32,1),
(3282,'Sirhind',32,1),
(3283,'Sri Hargobindpur',32,1),
(3284,'Sujanpur',32,1),
(3285,'Sultanpur Lodhi',32,1),
(3286,'Sunam',32,1),
(3287,'Talwandi Bhai',32,1),
(3288,'Talwara',32,1),
(3289,'Tappa',32,1),
(3290,'Tarn Taran',32,1),
(3291,'Urmar Tanda',32,1),
(3292,'Zira',32,1),
(3293,'Zirakpur',32,1),
(3294,'Abu Road',33,1),
(3295,'Ajmer',33,1),
(3296,'Aklera',33,1),
(3297,'Alwar',33,1),
(3298,'Amet',33,1),
(3299,'Antah',33,1),
(3300,'Anupgarh',33,1),
(3301,'Asind',33,1),
(3302,'Bagar',33,1),
(3303,'Bagru',33,1),
(3304,'Bahror',33,1),
(3305,'Bakani',33,1),
(3306,'Bali',33,1),
(3307,'Balotra',33,1),
(3308,'Bandikui',33,1),
(3309,'Banswara',33,1),
(3310,'Baran',33,1),
(3311,'Bari',33,1),
(3312,'Bari Sadri',33,1),
(3313,'Barmer',33,1),
(3314,'Basi',33,1),
(3315,'Basni Belima',33,1),
(3316,'Baswa',33,1),
(3317,'Bayana',33,1),
(3318,'Beawar',33,1),
(3319,'Begun',33,1),
(3320,'Bhadasar',33,1),
(3321,'Bhadra',33,1),
(3322,'Bhalariya',33,1),
(3323,'Bharatpur',33,1),
(3324,'Bhasawar',33,1),
(3325,'Bhawani Mandi',33,1),
(3326,'Bhawri',33,1),
(3327,'Bhilwara',33,1),
(3328,'Bhindar',33,1),
(3329,'Bhinmal',33,1),
(3330,'Bhiwadi',33,1),
(3331,'Bijoliya Kalan',33,1),
(3332,'Bikaner',33,1),
(3333,'Bilara',33,1),
(3334,'Bissau',33,1),
(3335,'Borkhera',33,1),
(3336,'Budhpura',33,1),
(3337,'Bundi',33,1),
(3338,'Chatsu',33,1),
(3339,'Chechat',33,1),
(3340,'Chhabra',33,1),
(3341,'Chhapar',33,1),
(3342,'Chhipa Barod',33,1),
(3343,'Chhoti Sadri',33,1),
(3344,'Chirawa',33,1),
(3345,'Chittaurgarh',33,1),
(3346,'Chittorgarh',33,1),
(3347,'Chomun',33,1),
(3348,'Churu',33,1),
(3349,'Daosa',33,1),
(3350,'Dariba',33,1),
(3351,'Dausa',33,1),
(3352,'Deoli',33,1),
(3353,'Deshnok',33,1),
(3354,'Devgarh',33,1),
(3355,'Devli',33,1),
(3356,'Dhariawad',33,1),
(3357,'Dhaulpur',33,1),
(3358,'Dholpur',33,1),
(3359,'Didwana',33,1),
(3360,'Dig',33,1),
(3361,'Dungargarh',33,1),
(3362,'Dungarpur',33,1),
(3363,'Falna',33,1),
(3364,'Fatehnagar',33,1),
(3365,'Fatehpur',33,1),
(3366,'Gajsinghpur',33,1),
(3367,'Galiakot',33,1),
(3368,'Ganganagar',33,1),
(3369,'Gangapur',33,1),
(3370,'Goredi Chancha',33,1),
(3371,'Gothra',33,1),
(3372,'Govindgarh',33,1),
(3373,'Gulabpura',33,1),
(3374,'Hanumangarh',33,1),
(3375,'Hindaun',33,1),
(3376,'Indragarh',33,1),
(3377,'Jahazpur',33,1),
(3378,'Jaipur',33,1),
(3379,'Jaisalmer',33,1),
(3380,'Jaiselmer',33,1),
(3381,'Jaitaran',33,1),
(3382,'Jalore',33,1),
(3383,'Jhalawar',33,1),
(3384,'Jhalrapatan',33,1),
(3385,'Jhunjhunun',33,1),
(3386,'Jobner',33,1),
(3387,'Jodhpur',33,1),
(3388,'Kaithun',33,1),
(3389,'Kaman',33,1),
(3390,'Kankroli',33,1),
(3391,'Kanor',33,1),
(3392,'Kapasan',33,1),
(3393,'Kaprain',33,1),
(3394,'Karanpura',33,1),
(3395,'Karauli',33,1),
(3396,'Kekri',33,1),
(3397,'Keshorai Patan',33,1),
(3398,'Kesrisinghpur',33,1),
(3399,'Khairthal',33,1),
(3400,'Khandela',33,1),
(3401,'Khanpur',33,1),
(3402,'Kherli',33,1),
(3403,'Kherliganj',33,1),
(3404,'Kherwara Chhaoni',33,1),
(3405,'Khetri',33,1),
(3406,'Kiranipura',33,1),
(3407,'Kishangarh',33,1),
(3408,'Kishangarh Ranwal',33,1),
(3409,'Kolvi Rajendrapura',33,1),
(3410,'Kot Putli',33,1),
(3411,'Kota',33,1),
(3412,'Kuchaman',33,1),
(3413,'Kuchera',33,1),
(3414,'Kumbhalgarh',33,1),
(3415,'Kumbhkot',33,1),
(3416,'Kumher',33,1),
(3417,'Kushalgarh',33,1),
(3418,'Lachhmangarh',33,1),
(3419,'Ladnun',33,1),
(3420,'Lakheri',33,1),
(3421,'Lalsot',33,1),
(3422,'Losal',33,1),
(3423,'Madanganj',33,1),
(3424,'Mahu Kalan',33,1),
(3425,'Mahwa',33,1),
(3426,'Makrana',33,1),
(3427,'Malpura',33,1),
(3428,'Mandal',33,1),
(3429,'Mandalgarh',33,1),
(3430,'Mandawar',33,1),
(3431,'Mandwa',33,1),
(3432,'Mangrol',33,1),
(3433,'Manohar Thana',33,1),
(3434,'Manoharpur',33,1),
(3435,'Marwar',33,1),
(3436,'Merta',33,1),
(3437,'Modak',33,1),
(3438,'Mount Abu',33,1),
(3439,'Mukandgarh',33,1),
(3440,'Mundwa',33,1),
(3441,'Nadbai',33,1),
(3442,'Naenwa',33,1),
(3443,'Nagar',33,1),
(3444,'Nagaur',33,1),
(3445,'Napasar',33,1),
(3446,'Naraina',33,1),
(3447,'Nasirabad',33,1),
(3448,'Nathdwara',33,1),
(3449,'Nawa',33,1),
(3450,'Nawalgarh',33,1),
(3451,'Neem Ka Thana',33,1),
(3452,'Neemrana',33,1),
(3453,'Newa Talai',33,1),
(3454,'Nimaj',33,1),
(3455,'Nimbahera',33,1),
(3456,'Niwai',33,1),
(3457,'Nohar',33,1),
(3458,'Nokha',33,1),
(3459,'One SGM',33,1),
(3460,'Padampur',33,1),
(3461,'Pali',33,1),
(3462,'Partapur',33,1),
(3463,'Parvatsar',33,1),
(3464,'Pasoond',33,1),
(3465,'Phalna',33,1),
(3466,'Phalodi',33,1),
(3467,'Phulera',33,1),
(3468,'Pilani',33,1),
(3469,'Pilibanga',33,1),
(3470,'Pindwara',33,1),
(3471,'Pipalia Kalan',33,1),
(3472,'Pipar',33,1),
(3473,'Pirawa',33,1),
(3474,'Pokaran',33,1),
(3475,'Pratapgarh',33,1),
(3476,'Pushkar',33,1),
(3477,'Raipur',33,1),
(3478,'Raisinghnagar',33,1),
(3479,'Rajakhera',33,1),
(3480,'Rajaldesar',33,1),
(3481,'Rajgarh',33,1),
(3482,'Rajsamand',33,1),
(3483,'Ramganj Mandi',33,1),
(3484,'Ramgarh',33,1),
(3485,'Rani',33,1),
(3486,'Raniwara',33,1),
(3487,'Ratan Nagar',33,1),
(3488,'Ratangarh',33,1),
(3489,'Rawatbhata',33,1),
(3490,'Rawatsar',33,1),
(3491,'Rikhabdev',33,1),
(3492,'Ringas',33,1),
(3493,'Sadri',33,1),
(3494,'Sadulshahar',33,1),
(3495,'Sagwara',33,1),
(3496,'Salumbar',33,1),
(3497,'Sambhar',33,1),
(3498,'Samdari',33,1),
(3499,'Sanchor',33,1),
(3500,'Sangariya',33,1),
(3501,'Sangod',33,1),
(3502,'Sardarshahr',33,1),
(3503,'Sarwar',33,1),
(3504,'Satal Kheri',33,1),
(3505,'Sawai Madhopur',33,1),
(3506,'Sewan Kalan',33,1),
(3507,'Shahpura',33,1),
(3508,'Sheoganj',33,1),
(3509,'Sikar',33,1),
(3510,'Sirohi',33,1),
(3511,'Siwana',33,1),
(3512,'Sogariya',33,1),
(3513,'Sojat',33,1),
(3514,'Sojat Road',33,1),
(3515,'Sri Madhopur',33,1),
(3516,'Sriganganagar',33,1),
(3517,'Sujangarh',33,1),
(3518,'Suket',33,1),
(3519,'Sumerpur',33,1),
(3520,'Sunel',33,1),
(3521,'Surajgarh',33,1),
(3522,'Suratgarh',33,1),
(3523,'Swaroopganj',33,1),
(3524,'Takhatgarh',33,1),
(3525,'Taranagar',33,1),
(3526,'Three STR',33,1),
(3527,'Tijara',33,1),
(3528,'Toda Bhim',33,1),
(3529,'Toda Raisingh',33,1),
(3530,'Todra',33,1),
(3531,'Tonk',33,1),
(3532,'Udaipur',33,1),
(3533,'Udpura',33,1),
(3534,'Uniara',33,1),
(3535,'Vanasthali',33,1),
(3536,'Vidyavihar',33,1),
(3537,'Vijainagar',33,1),
(3538,'Viratnagar',33,1),
(3539,'Wer',33,1),
(3540,'Gangtok',34,1),
(3541,'Gezing',34,1),
(3542,'Jorethang',34,1),
(3543,'Mangan',34,1),
(3544,'Namchi',34,1),
(3545,'Naya Bazar',34,1),
(3546,'No City',34,1),
(3547,'Rangpo',34,1),
(3548,'Sikkim',34,1),
(3549,'Singtam',34,1),
(3550,'Upper Tadong',34,1),
(3551,'Abiramam',35,1),
(3552,'Achampudur',35,1),
(3553,'Acharapakkam',35,1),
(3554,'Acharipallam',35,1),
(3555,'Achipatti',35,1),
(3556,'Adikaratti',35,1),
(3557,'Adiramapattinam',35,1),
(3558,'Aduturai',35,1),
(3559,'Adyar',35,1),
(3560,'Agaram',35,1),
(3561,'Agasthiswaram',35,1),
(3562,'Akkaraipettai',35,1),
(3563,'Alagappapuram',35,1),
(3564,'Alagapuri',35,1),
(3565,'Alampalayam',35,1),
(3566,'Alandur',35,1),
(3567,'Alanganallur',35,1),
(3568,'Alangayam',35,1),
(3569,'Alangudi',35,1),
(3570,'Alangulam',35,1),
(3571,'Alanthurai',35,1),
(3572,'Alapakkam',35,1),
(3573,'Allapuram',35,1),
(3574,'Alur',35,1),
(3575,'Alwar Tirunagari',35,1),
(3576,'Alwarkurichi',35,1),
(3577,'Ambasamudram',35,1),
(3578,'Ambur',35,1),
(3579,'Ammainaickanur',35,1),
(3580,'Ammaparikuppam',35,1),
(3581,'Ammapettai',35,1),
(3582,'Ammavarikuppam',35,1),
(3583,'Ammur',35,1),
(3584,'Anaimalai',35,1),
(3585,'Anaiyur',35,1),
(3586,'Anakaputhur',35,1),
(3587,'Ananthapuram',35,1),
(3588,'Andanappettai',35,1),
(3589,'Andipalayam',35,1),
(3590,'Andippatti',35,1),
(3591,'Anjugramam',35,1),
(3592,'Annamalainagar',35,1),
(3593,'Annavasal',35,1),
(3594,'Annur',35,1),
(3595,'Anthiyur',35,1),
(3596,'Appakudal',35,1),
(3597,'Arachalur',35,1),
(3598,'Arakandanallur',35,1),
(3599,'Arakonam',35,1),
(3600,'Aralvaimozhi',35,1),
(3601,'Arani',35,1),
(3602,'Arani Road',35,1),
(3603,'Arantangi',35,1),
(3604,'Arasiramani',35,1),
(3605,'Aravakurichi',35,1),
(3606,'Aravankadu',35,1),
(3607,'Arcot',35,1),
(3608,'Arimalam',35,1),
(3609,'Ariyalur',35,1),
(3610,'Ariyappampalayam',35,1),
(3611,'Ariyur',35,1),
(3612,'Arni',35,1),
(3613,'Arulmigu Thirumuruganpundi',35,1),
(3614,'Arumanai',35,1),
(3615,'Arumbavur',35,1),
(3616,'Arumuganeri',35,1),
(3617,'Aruppukkottai',35,1),
(3618,'Ashokapuram',35,1),
(3619,'Athani',35,1),
(3620,'Athanur',35,1),
(3621,'Athimarapatti',35,1),
(3622,'Athipattu',35,1),
(3623,'Athur',35,1),
(3624,'Attayyampatti',35,1),
(3625,'Attur',35,1),
(3626,'Auroville',35,1),
(3627,'Avadattur',35,1),
(3628,'Avadi',35,1),
(3629,'Avalpundurai',35,1),
(3630,'Avaniapuram',35,1),
(3631,'Avinashi',35,1),
(3632,'Ayakudi',35,1),
(3633,'Ayanadaippu',35,1),
(3634,'Aygudi',35,1),
(3635,'Ayothiapattinam',35,1),
(3636,'Ayyalur',35,1),
(3637,'Ayyampalayam',35,1),
(3638,'Ayyampettai',35,1),
(3639,'Azhagiapandiapuram',35,1),
(3640,'Balakrishnampatti',35,1),
(3641,'Balakrishnapuram',35,1),
(3642,'Balapallam',35,1),
(3643,'Balasamudram',35,1),
(3644,'Bargur',35,1),
(3645,'Belur',35,1),
(3646,'Berhatty',35,1),
(3647,'Bhavani',35,1),
(3648,'Bhawanisagar',35,1),
(3649,'Bhuvanagiri',35,1),
(3650,'Bikketti',35,1),
(3651,'Bodinayakkanur',35,1),
(3652,'Brahmana Periya Agraharam',35,1),
(3653,'Buthapandi',35,1),
(3654,'Buthipuram',35,1),
(3655,'Chatrapatti',35,1),
(3656,'Chembarambakkam',35,1),
(3657,'Chengalpattu',35,1),
(3658,'Chengam',35,1),
(3659,'Chennai',35,1),
(3660,'Chennasamudram',35,1),
(3661,'Chennimalai',35,1),
(3662,'Cheranmadevi',35,1),
(3663,'Cheruvanki',35,1),
(3664,'Chetpet',35,1),
(3665,'Chettiarpatti',35,1),
(3666,'Chettipalaiyam',35,1),
(3667,'Chettipalayam Cantonment',35,1),
(3668,'Chettithangal',35,1),
(3669,'Cheyur',35,1),
(3670,'Cheyyar',35,1),
(3671,'Chidambaram',35,1),
(3672,'Chinalapatti',35,1),
(3673,'Chinna Anuppanadi',35,1),
(3674,'Chinna Salem',35,1),
(3675,'Chinnakkampalayam',35,1),
(3676,'Chinnammanur',35,1),
(3677,'Chinnampalaiyam',35,1),
(3678,'Chinnasekkadu',35,1),
(3679,'Chinnavedampatti',35,1),
(3680,'Chitlapakkam',35,1),
(3681,'Chittodu',35,1),
(3682,'Cholapuram',35,1),
(3683,'Coimbatore',35,1),
(3684,'Coonoor',35,1),
(3685,'Courtalam',35,1),
(3686,'Cuddalore',35,1),
(3687,'Dalavaipatti',35,1),
(3688,'Darasuram',35,1),
(3689,'Denkanikottai',35,1),
(3690,'Desur',35,1),
(3691,'Devadanapatti',35,1),
(3692,'Devakkottai',35,1),
(3693,'Devakottai',35,1),
(3694,'Devanangurichi',35,1),
(3695,'Devarshola',35,1),
(3696,'Devasthanam',35,1),
(3697,'Dhalavoipuram',35,1),
(3698,'Dhali',35,1),
(3699,'Dhaliyur',35,1),
(3700,'Dharapadavedu',35,1),
(3701,'Dharapuram',35,1),
(3702,'Dharmapuri',35,1),
(3703,'Dindigul',35,1),
(3704,'Dusi',35,1),
(3705,'Edaganasalai',35,1),
(3706,'Edaikodu',35,1),
(3707,'Edakalinadu',35,1),
(3708,'Elathur',35,1),
(3709,'Elayirampannai',35,1),
(3710,'Elumalai',35,1),
(3711,'Eral',35,1),
(3712,'Eraniel',35,1),
(3713,'Eriodu',35,1),
(3714,'Erode',35,1),
(3715,'Erumaipatti',35,1),
(3716,'Eruvadi',35,1),
(3717,'Ethapur',35,1),
(3718,'Ettaiyapuram',35,1),
(3719,'Ettimadai',35,1),
(3720,'Ezhudesam',35,1),
(3721,'Ganapathipuram',35,1),
(3722,'Gandhi Nagar',35,1),
(3723,'Gangaikondan',35,1),
(3724,'Gangavalli',35,1),
(3725,'Ganguvarpatti',35,1),
(3726,'Gingi',35,1),
(3727,'Gopalasamudram',35,1),
(3728,'Gopichettipalaiyam',35,1),
(3729,'Gudalur',35,1),
(3730,'Gudiyattam',35,1),
(3731,'Guduvanchery',35,1),
(3732,'Gummidipoondi',35,1),
(3733,'Hanumanthampatti',35,1),
(3734,'Harur',35,1),
(3735,'Harveypatti',35,1),
(3736,'Highways',35,1),
(3737,'Hosur',35,1),
(3738,'Hubbathala',35,1),
(3739,'Huligal',35,1),
(3740,'Idappadi',35,1),
(3741,'Idikarai',35,1),
(3742,'Ilampillai',35,1),
(3743,'Ilanji',35,1),
(3744,'Iluppaiyurani',35,1),
(3745,'Iluppur',35,1),
(3746,'Inam Karur',35,1),
(3747,'Injambakkam',35,1),
(3748,'Irugur',35,1),
(3749,'Jaffrabad',35,1),
(3750,'Jagathala',35,1),
(3751,'Jalakandapuram',35,1),
(3752,'Jalladiampet',35,1),
(3753,'Jambai',35,1),
(3754,'Jayankondam',35,1),
(3755,'Jolarpet',35,1),
(3756,'Kadambur',35,1),
(3757,'Kadathur',35,1),
(3758,'Kadayal',35,1),
(3759,'Kadayampatti',35,1),
(3760,'Kadayanallur',35,1),
(3761,'Kadiapatti',35,1),
(3762,'Kalakkad',35,1),
(3763,'Kalambur',35,1),
(3764,'Kalapatti',35,1),
(3765,'Kalappanaickenpatti',35,1),
(3766,'Kalavai',35,1),
(3767,'Kalinjur',35,1),
(3768,'Kaliyakkavilai',35,1),
(3769,'Kallakkurichi',35,1),
(3770,'Kallakudi',35,1),
(3771,'Kallidaikurichchi',35,1),
(3772,'Kallukuttam',35,1),
(3773,'Kallupatti',35,1),
(3774,'Kalpakkam',35,1),
(3775,'Kalugumalai',35,1),
(3776,'Kamayagoundanpatti',35,1),
(3777,'Kambainallur',35,1),
(3778,'Kambam',35,1),
(3779,'Kamuthi',35,1),
(3780,'Kanadukathan',35,1),
(3781,'Kanakkampalayam',35,1),
(3782,'Kanam',35,1),
(3783,'Kanchipuram',35,1),
(3784,'Kandanur',35,1),
(3785,'Kangayam',35,1),
(3786,'Kangayampalayam',35,1),
(3787,'Kangeyanallur',35,1),
(3788,'Kaniyur',35,1),
(3789,'Kanjikoil',35,1),
(3790,'Kannadendal',35,1),
(3791,'Kannamangalam',35,1),
(3792,'Kannampalayam',35,1),
(3793,'Kannankurichi',35,1),
(3794,'Kannapalaiyam',35,1),
(3795,'Kannivadi',35,1),
(3796,'Kanyakumari',35,1),
(3797,'Kappiyarai',35,1),
(3798,'Karaikkudi',35,1),
(3799,'Karamadai',35,1),
(3800,'Karambakkam',35,1),
(3801,'Karambakkudi',35,1),
(3802,'Kariamangalam',35,1),
(3803,'Kariapatti',35,1),
(3804,'Karugampattur',35,1),
(3805,'Karumandi Chellipalayam',35,1),
(3806,'Karumathampatti',35,1),
(3807,'Karumbakkam',35,1),
(3808,'Karungal',35,1),
(3809,'Karunguzhi',35,1),
(3810,'Karuppur',35,1),
(3811,'Karur',35,1),
(3812,'Kasipalaiyam',35,1),
(3813,'Kasipalayam G',35,1),
(3814,'Kathirvedu',35,1),
(3815,'Kathujuganapalli',35,1),
(3816,'Katpadi',35,1),
(3817,'Kattivakkam',35,1),
(3818,'Kattumannarkoil',35,1),
(3819,'Kattupakkam',35,1),
(3820,'Kattuputhur',35,1),
(3821,'Kaveripakkam',35,1),
(3822,'Kaveripattinam',35,1),
(3823,'Kavundampalaiyam',35,1),
(3824,'Kavundampalayam',35,1),
(3825,'Kayalpattinam',35,1),
(3826,'Kayattar',35,1),
(3827,'Kelamangalam',35,1),
(3828,'Kelambakkam',35,1),
(3829,'Kembainaickenpalayam',35,1),
(3830,'Kethi',35,1),
(3831,'Kilakarai',35,1),
(3832,'Kilampadi',35,1),
(3833,'Kilkulam',35,1),
(3834,'Kilkunda',35,1),
(3835,'Killiyur',35,1),
(3836,'Killlai',35,1),
(3837,'Kilpennathur',35,1),
(3838,'Kilvelur',35,1),
(3839,'Kinathukadavu',35,1),
(3840,'Kiramangalam',35,1),
(3841,'Kiranur',35,1),
(3842,'Kiripatti',35,1),
(3843,'Kizhapavur',35,1),
(3844,'Kmarasamipatti',35,1),
(3845,'Kochadai',35,1),
(3846,'Kodaikanal',35,1),
(3847,'Kodambakkam',35,1),
(3848,'Kodavasal',35,1),
(3849,'Kodumudi',35,1),
(3850,'Kolachal',35,1),
(3851,'Kolappalur',35,1),
(3852,'Kolathupalayam',35,1),
(3853,'Kolathur',35,1),
(3854,'Kollankodu',35,1),
(3855,'Kollankoil',35,1),
(3856,'Komaralingam',35,1),
(3857,'Komarapalayam',35,1),
(3858,'Kombai',35,1),
(3859,'Konakkarai',35,1),
(3860,'Konavattam',35,1),
(3861,'Kondalampatti',35,1),
(3862,'Konganapuram',35,1),
(3863,'Koradacheri',35,1),
(3864,'Korampallam',35,1),
(3865,'Kotagiri',35,1),
(3866,'Kothinallur',35,1),
(3867,'Kottaiyur',35,1),
(3868,'Kottakuppam',35,1),
(3869,'Kottaram',35,1),
(3870,'Kottivakkam',35,1),
(3871,'Kottur',35,1),
(3872,'Kovilpatti',35,1),
(3873,'Koyampattur',35,1),
(3874,'Krishnagiri',35,1),
(3875,'Krishnarayapuram',35,1),
(3876,'Krishnasamudram',35,1),
(3877,'Kuchanur',35,1),
(3878,'Kuhalur',35,1),
(3879,'Kulasekarappattinam',35,1),
(3880,'Kulasekarapuram',35,1),
(3881,'Kulithalai',35,1),
(3882,'Kumarapalaiyam',35,1),
(3883,'Kumarapalayam',35,1),
(3884,'Kumarapuram',35,1),
(3885,'Kumbakonam',35,1),
(3886,'Kundrathur',35,1),
(3887,'Kuniyamuthur',35,1),
(3888,'Kunnathur',35,1),
(3889,'Kunur',35,1),
(3890,'Kuraikundu',35,1),
(3891,'Kurichi',35,1),
(3892,'Kurinjippadi',35,1),
(3893,'Kurudampalaiyam',35,1),
(3894,'Kurumbalur',35,1),
(3895,'Kuthalam',35,1),
(3896,'Kuthappar',35,1),
(3897,'Kuttalam',35,1),
(3898,'Kuttanallur',35,1),
(3899,'Kuzhithurai',35,1),
(3900,'Labbaikudikadu',35,1),
(3901,'Lakkampatti',35,1),
(3902,'Lalgudi',35,1),
(3903,'Lalpet',35,1),
(3904,'Llayangudi',35,1),
(3905,'Madambakkam',35,1),
(3906,'Madanur',35,1),
(3907,'Madathukulam',35,1),
(3908,'Madhavaram',35,1),
(3909,'Madippakkam',35,1),
(3910,'Madukkarai',35,1),
(3911,'Madukkur',35,1),
(3912,'Madurai',35,1),
(3913,'Maduranthakam',35,1),
(3914,'Maduravoyal',35,1),
(3915,'Mahabalipuram',35,1),
(3916,'Makkinanpatti',35,1),
(3917,'Mallamuppampatti',35,1),
(3918,'Mallankinaru',35,1),
(3919,'Mallapuram',35,1),
(3920,'Mallasamudram',35,1),
(3921,'Mallur',35,1),
(3922,'Mamallapuram',35,1),
(3923,'Mamsapuram',35,1),
(3924,'Manachanallur',35,1),
(3925,'Manali',35,1),
(3926,'Manalmedu',35,1),
(3927,'Manalurpet',35,1),
(3928,'Manamadurai',35,1),
(3929,'Manapakkam',35,1),
(3930,'Manapparai',35,1),
(3931,'Manavalakurichi',35,1),
(3932,'Mandaikadu',35,1),
(3933,'Mandapam',35,1),
(3934,'Mangadu',35,1),
(3935,'Mangalam',35,1),
(3936,'Mangalampet',35,1),
(3937,'Manimutharu',35,1),
(3938,'Mannargudi',35,1),
(3939,'Mappilaiurani',35,1),
(3940,'Maraimalai Nagar',35,1),
(3941,'Marakkanam',35,1),
(3942,'Maramangalathupatti',35,1),
(3943,'Marandahalli',35,1),
(3944,'Markayankottai',35,1),
(3945,'Marudur',35,1),
(3946,'Marungur',35,1),
(3947,'Masinigudi',35,1),
(3948,'Mathigiri',35,1),
(3949,'Mattur',35,1),
(3950,'Mayiladuthurai',35,1),
(3951,'Mecheri',35,1),
(3952,'Melacheval',35,1),
(3953,'Melachokkanathapuram',35,1),
(3954,'Melagaram',35,1),
(3955,'Melamadai',35,1),
(3956,'Melamaiyur',35,1),
(3957,'Melanattam',35,1),
(3958,'Melathiruppanthuruthi',35,1),
(3959,'Melattur',35,1),
(3960,'Melmananbedu',35,1),
(3961,'Melpattampakkam',35,1),
(3962,'Melur',35,1),
(3963,'Melvisharam',35,1),
(3964,'Mettupalayam',35,1),
(3965,'Mettur',35,1),
(3966,'Meyyanur',35,1),
(3967,'Milavittan',35,1),
(3968,'Minakshipuram',35,1),
(3969,'Minambakkam',35,1),
(3970,'Minjur',35,1),
(3971,'Modakurichi',35,1),
(3972,'Mohanur',35,1),
(3973,'Mopperipalayam',35,1),
(3974,'Mudalur',35,1),
(3975,'Mudichur',35,1),
(3976,'Mudukulathur',35,1),
(3977,'Mukasipidariyur',35,1),
(3978,'Mukkudal',35,1),
(3979,'Mulagumudu',35,1),
(3980,'Mulakaraipatti',35,1),
(3981,'Mulanur',35,1),
(3982,'Mullakkadu',35,1),
(3983,'Muruganpalayam',35,1),
(3984,'Musiri',35,1),
(3985,'Muthupet',35,1),
(3986,'Muthur',35,1),
(3987,'Muttayyapuram',35,1),
(3988,'Muttupet',35,1),
(3989,'Muvarasampettai',35,1),
(3990,'Myladi',35,1),
(3991,'Mylapore',35,1),
(3992,'Nadukkuthagai',35,1),
(3993,'Naduvattam',35,1),
(3994,'Nagapattinam',35,1),
(3995,'Nagavakulam',35,1),
(3996,'Nagercoil',35,1),
(3997,'Nagojanahalli',35,1),
(3998,'Nallampatti',35,1),
(3999,'Nallur',35,1),
(4000,'Namagiripettai',35,1),
(4001,'Namakkal',35,1),
(4002,'Nambiyur',35,1),
(4003,'Nambutalai',35,1),
(4004,'Nandambakkam',35,1),
(4005,'Nandivaram',35,1),
(4006,'Nangavalli',35,1),
(4007,'Nangavaram',35,1),
(4008,'Nanguneri',35,1),
(4009,'Nanjikottai',35,1),
(4010,'Nannilam',35,1),
(4011,'Naranammalpuram',35,1),
(4012,'Naranapuram',35,1),
(4013,'Narasimhanaickenpalayam',35,1),
(4014,'Narasingapuram',35,1),
(4015,'Narasojipatti',35,1),
(4016,'Naravarikuppam',35,1),
(4017,'Nasiyanur',35,1),
(4018,'Natham',35,1),
(4019,'Nathampannai',35,1),
(4020,'Natrampalli',35,1),
(4021,'Nattam',35,1),
(4022,'Nattapettai',35,1),
(4023,'Nattarasankottai',35,1),
(4024,'Navalpattu',35,1),
(4025,'Nazarethpettai',35,1),
(4026,'Nazerath',35,1),
(4027,'Neikkarapatti',35,1),
(4028,'Neiyyur',35,1),
(4029,'Nellikkuppam',35,1),
(4030,'Nelliyalam',35,1),
(4031,'Nemili',35,1),
(4032,'Nemilicheri',35,1),
(4033,'Neripperichal',35,1),
(4034,'Nerkunram',35,1),
(4035,'Nerkuppai',35,1),
(4036,'Nerunjipettai',35,1),
(4037,'Neykkarappatti',35,1),
(4038,'Neyveli',35,1),
(4039,'Nidamangalam',35,1),
(4040,'Nilagiri',35,1),
(4041,'Nilakkottai',35,1),
(4042,'Nilankarai',35,1),
(4043,'Odaipatti',35,1),
(4044,'Odaiyakulam',35,1),
(4045,'Oddanchatram',35,1),
(4046,'Odugathur',35,1),
(4047,'Oggiyamduraipakkam',35,1),
(4048,'Olagadam',35,1),
(4049,'Omalur',35,1),
(4050,'Ooty',35,1),
(4051,'Orathanadu',35,1),
(4052,'Othakadai',35,1),
(4053,'Othakalmandapam',35,1),
(4054,'Ottapparai',35,1),
(4055,'Pacode',35,1),
(4056,'Padaividu',35,1),
(4057,'Padianallur',35,1),
(4058,'Padirikuppam',35,1),
(4059,'Padmanabhapuram',35,1),
(4060,'Padririvedu',35,1),
(4061,'Palaganangudy',35,1),
(4062,'Palaimpatti',35,1),
(4063,'Palakkodu',35,1),
(4064,'Palamedu',35,1),
(4065,'Palani',35,1),
(4066,'Palani Chettipatti',35,1),
(4067,'Palavakkam',35,1),
(4068,'Palavansathu',35,1),
(4069,'Palayakayal',35,1),
(4070,'Palayam',35,1),
(4071,'Palayamkottai',35,1),
(4072,'Palladam',35,1),
(4073,'Pallapalayam',35,1),
(4074,'Pallapatti',35,1),
(4075,'Pallattur',35,1),
(4076,'Pallavaram',35,1),
(4077,'Pallikaranai',35,1),
(4078,'Pallikonda',35,1),
(4079,'Pallipalaiyam',35,1),
(4080,'Pallipalaiyam Agraharam',35,1),
(4081,'Pallipattu',35,1),
(4082,'Pammal',35,1),
(4083,'Panagudi',35,1),
(4084,'Panaimarathupatti',35,1),
(4085,'Panapakkam',35,1),
(4086,'Panboli',35,1),
(4087,'Pandamangalam',35,1),
(4088,'Pannaikadu',35,1),
(4089,'Pannaipuram',35,1),
(4090,'Pannuratti',35,1),
(4091,'Panruti',35,1),
(4092,'Papanasam',35,1),
(4093,'Pappankurichi',35,1),
(4094,'Papparapatti',35,1),
(4095,'Pappireddipatti',35,1),
(4096,'Paramakkudi',35,1),
(4097,'Paramankurichi',35,1),
(4098,'Paramathi',35,1),
(4099,'Parangippettai',35,1),
(4100,'Paravai',35,1),
(4101,'Pasur',35,1),
(4102,'Pathamadai',35,1),
(4103,'Pattinam',35,1),
(4104,'Pattiviranpatti',35,1),
(4105,'Pattukkottai',35,1),
(4106,'Pazhugal',35,1),
(4107,'Pennadam',35,1),
(4108,'Pennagaram',35,1),
(4109,'Pennathur',35,1),
(4110,'Peraiyur',35,1),
(4111,'Peralam',35,1),
(4112,'Perambalur',35,1),
(4113,'Peranamallur',35,1),
(4114,'Peravurani',35,1),
(4115,'Periyakodiveri',35,1),
(4116,'Periyakulam',35,1),
(4117,'Periyanayakkanpalaiyam',35,1),
(4118,'Periyanegamam',35,1),
(4119,'Periyapatti',35,1),
(4120,'Periyasemur',35,1),
(4121,'Pernambut',35,1),
(4122,'Perumagalur',35,1),
(4123,'Perumandi',35,1),
(4124,'Perumuchi',35,1),
(4125,'Perundurai',35,1),
(4126,'Perungalathur',35,1),
(4127,'Perungudi',35,1),
(4128,'Perungulam',35,1),
(4129,'Perur',35,1),
(4130,'Perur Chettipalaiyam',35,1),
(4131,'Pethampalayam',35,1),
(4132,'Pethanaickenpalayam',35,1),
(4133,'Pillanallur',35,1),
(4134,'Pirkankaranai',35,1),
(4135,'Polichalur',35,1),
(4136,'Pollachi',35,1),
(4137,'Polur',35,1),
(4138,'Ponmani',35,1),
(4139,'Ponnamaravathi',35,1),
(4140,'Ponnampatti',35,1),
(4141,'Ponneri',35,1),
(4142,'Porur',35,1),
(4143,'Pothanur',35,1),
(4144,'Pothatturpettai',35,1),
(4145,'Pudukadai',35,1),
(4146,'Pudukkottai Cantonment',35,1),
(4147,'Pudukottai',35,1),
(4148,'Pudupalaiyam Aghraharam',35,1),
(4149,'Pudupalayam',35,1),
(4150,'Pudupatti',35,1),
(4151,'Pudupattinam',35,1),
(4152,'Pudur',35,1),
(4153,'Puduvayal',35,1),
(4154,'Pulambadi',35,1),
(4155,'Pulampatti',35,1),
(4156,'Puliyampatti',35,1),
(4157,'Puliyankudi',35,1),
(4158,'Puliyur',35,1),
(4159,'Pullampadi',35,1),
(4160,'Puluvapatti',35,1),
(4161,'Punamalli',35,1),
(4162,'Punjai Puliyampatti',35,1),
(4163,'Punjai Thottakurichi',35,1),
(4164,'Punjaipugalur',35,1),
(4165,'Puthalam',35,1),
(4166,'Putteri',35,1),
(4167,'Puvalur',35,1),
(4168,'Puzhal',35,1),
(4169,'Puzhithivakkam',35,1),
(4170,'Rajapalayam',35,1),
(4171,'Ramanathapuram',35,1),
(4172,'Ramapuram',35,1),
(4173,'Rameswaram',35,1),
(4174,'Ranipet',35,1),
(4175,'Rasipuram',35,1),
(4176,'Rayagiri',35,1),
(4177,'Rithapuram',35,1),
(4178,'Rosalpatti',35,1),
(4179,'Rudravathi',35,1),
(4180,'Sadayankuppam',35,1),
(4181,'Saint Thomas Mount',35,1),
(4182,'Salangapalayam',35,1),
(4183,'Salem',35,1),
(4184,'Samalapuram',35,1),
(4185,'Samathur',35,1),
(4186,'Sambavar Vadagarai',35,1),
(4187,'Sankaramanallur',35,1),
(4188,'Sankarankoil',35,1),
(4189,'Sankarapuram',35,1),
(4190,'Sankari',35,1),
(4191,'Sankarnagar',35,1),
(4192,'Saravanampatti',35,1),
(4193,'Sarcarsamakulam',35,1),
(4194,'Sathiyavijayanagaram',35,1),
(4195,'Sathuvachari',35,1),
(4196,'Sathyamangalam',35,1),
(4197,'Sattankulam',35,1),
(4198,'Sattur',35,1),
(4199,'Sayalgudi',35,1),
(4200,'Sayapuram',35,1),
(4201,'Seithur',35,1),
(4202,'Sembakkam',35,1),
(4203,'Semmipalayam',35,1),
(4204,'Sennirkuppam',35,1),
(4205,'Senthamangalam',35,1),
(4206,'Sentharapatti',35,1),
(4207,'Senur',35,1),
(4208,'Sethiathoppu',35,1),
(4209,'Sevilimedu',35,1),
(4210,'Sevugampatti',35,1),
(4211,'Shenbakkam',35,1),
(4212,'Shencottai',35,1),
(4213,'Shenkottai',35,1),
(4214,'Sholavandan',35,1),
(4215,'Sholinganallur',35,1),
(4216,'Sholingur',35,1),
(4217,'Sholur',35,1),
(4218,'Sikkarayapuram',35,1),
(4219,'Singampuneri',35,1),
(4220,'Singanallur',35,1),
(4221,'Singaperumalkoil',35,1),
(4222,'Sirapalli',35,1),
(4223,'Sirkali',35,1),
(4224,'Sirugamani',35,1),
(4225,'Sirumugai',35,1),
(4226,'Sithayankottai',35,1),
(4227,'Sithurajapuram',35,1),
(4228,'Sivaganga',35,1),
(4229,'Sivagiri',35,1),
(4230,'Sivakasi',35,1),
(4231,'Sivanthipuram',35,1),
(4232,'Sivur',35,1),
(4233,'Soranjeri',35,1),
(4234,'South Kannanur',35,1),
(4235,'South Kodikulam',35,1),
(4236,'Srimushnam',35,1),
(4237,'Sriperumpudur',35,1),
(4238,'Sriramapuram',35,1),
(4239,'Srirangam',35,1),
(4240,'Srivaikuntam',35,1),
(4241,'Srivilliputtur',35,1),
(4242,'Suchindram',35,1),
(4243,'Suliswaranpatti',35,1),
(4244,'Sulur',35,1),
(4245,'Sundarapandiam',35,1),
(4246,'Sundarapandiapuram',35,1),
(4247,'Surampatti',35,1),
(4248,'Surandai',35,1),
(4249,'Suriyampalayam',35,1),
(4250,'Swamimalai',35,1),
(4251,'TNPL Pugalur',35,1),
(4252,'Tambaram',35,1),
(4253,'Taramangalam',35,1),
(4254,'Tattayyangarpettai',35,1),
(4255,'Tayilupatti',35,1),
(4256,'Tenkasi',35,1),
(4257,'Thadikombu',35,1),
(4258,'Thakkolam',35,1),
(4259,'Thalainayar',35,1),
(4260,'Thalakudi',35,1),
(4261,'Thamaraikulam',35,1),
(4262,'Thammampatti',35,1),
(4263,'Thanjavur',35,1),
(4264,'Thanthoni',35,1),
(4265,'Tharangambadi',35,1),
(4266,'Thedavur',35,1),
(4267,'Thenambakkam',35,1),
(4268,'Thengampudur',35,1),
(4269,'Theni',35,1),
(4270,'Theni Allinagaram',35,1),
(4271,'Thenkarai',35,1),
(4272,'Thenthamaraikulam',35,1),
(4273,'Thenthiruperai',35,1),
(4274,'Thesur',35,1),
(4275,'Thevaram',35,1),
(4276,'Thevur',35,1),
(4277,'Thiagadurgam',35,1),
(4278,'Thiagarajar Colony',35,1),
(4279,'Thingalnagar',35,1),
(4280,'Thiruchirapalli',35,1),
(4281,'Thirukarungudi',35,1),
(4282,'Thirukazhukundram',35,1),
(4283,'Thirumalayampalayam',35,1),
(4284,'Thirumazhisai',35,1),
(4285,'Thirunagar',35,1),
(4286,'Thirunageswaram',35,1),
(4287,'Thirunindravur',35,1),
(4288,'Thirunirmalai',35,1),
(4289,'Thiruparankundram',35,1),
(4290,'Thiruparappu',35,1),
(4291,'Thiruporur',35,1),
(4292,'Thiruppanandal',35,1),
(4293,'Thirupuvanam',35,1),
(4294,'Thiruthangal',35,1),
(4295,'Thiruthuraipundi',35,1),
(4296,'Thiruvaivaru',35,1),
(4297,'Thiruvalam',35,1),
(4298,'Thiruvarur',35,1),
(4299,'Thiruvattaru',35,1),
(4300,'Thiruvenkatam',35,1),
(4301,'Thiruvennainallur',35,1),
(4302,'Thiruvithankodu',35,1),
(4303,'Thisayanvilai',35,1),
(4304,'Thittacheri',35,1),
(4305,'Thondamuthur',35,1),
(4306,'Thorapadi',35,1),
(4307,'Thottipalayam',35,1),
(4308,'Thottiyam',35,1),
(4309,'Thudiyalur',35,1),
(4310,'Thuthipattu',35,1),
(4311,'Thuvakudi',35,1),
(4312,'Timiri',35,1),
(4313,'Tindivanam',35,1),
(4314,'Tinnanur',35,1),
(4315,'Tiruchchendur',35,1),
(4316,'Tiruchengode',35,1),
(4317,'Tirukkalukkundram',35,1),
(4318,'Tirukkattuppalli',35,1),
(4319,'Tirukkoyilur',35,1),
(4320,'Tirumangalam',35,1),
(4321,'Tirumullaivasal',35,1),
(4322,'Tirumuruganpundi',35,1),
(4323,'Tirunageswaram',35,1),
(4324,'Tirunelveli',35,1),
(4325,'Tirupathur',35,1),
(4326,'Tirupattur',35,1),
(4327,'Tiruppuvanam',35,1),
(4328,'Tirupur',35,1),
(4329,'Tirusulam',35,1),
(4330,'Tiruttani',35,1),
(4331,'Tiruvallur',35,1),
(4332,'Tiruvannamalai',35,1),
(4333,'Tiruverambur',35,1),
(4334,'Tiruverkadu',35,1),
(4335,'Tiruvethipuram',35,1),
(4336,'Tiruvidaimarudur',35,1),
(4337,'Tiruvottiyur',35,1),
(4338,'Tittakudi',35,1),
(4339,'Tondi',35,1),
(4340,'Turaiyur',35,1),
(4341,'Tuticorin',35,1),
(4342,'Udagamandalam',35,1),
(4343,'Udagamandalam Valley',35,1),
(4344,'Udankudi',35,1),
(4345,'Udayarpalayam',35,1),
(4346,'Udumalaipettai',35,1),
(4347,'Udumalpet',35,1),
(4348,'Ullur',35,1),
(4349,'Ulundurpettai',35,1),
(4350,'Unjalaur',35,1),
(4351,'Unnamalaikadai',35,1),
(4352,'Uppidamangalam',35,1),
(4353,'Uppiliapuram',35,1),
(4354,'Urachikkottai',35,1),
(4355,'Urapakkam',35,1),
(4356,'Usilampatti',35,1),
(4357,'Uthangarai',35,1),
(4358,'Uthayendram',35,1),
(4359,'Uthiramerur',35,1),
(4360,'Uthukkottai',35,1),
(4361,'Uttamapalaiyam',35,1),
(4362,'Uttukkuli',35,1),
(4363,'Vadakarai Kizhpadugai',35,1),
(4364,'Vadakkanandal',35,1),
(4365,'Vadakku Valliyur',35,1),
(4366,'Vadalur',35,1),
(4367,'Vadamadurai',35,1),
(4368,'Vadavalli',35,1),
(4369,'Vadipatti',35,1),
(4370,'Vadugapatti',35,1),
(4371,'Vaithiswarankoil',35,1),
(4372,'Valangaiman',35,1),
(4373,'Valasaravakkam',35,1),
(4374,'Valavanur',35,1),
(4375,'Vallam',35,1),
(4376,'Valparai',35,1),
(4377,'Valvaithankoshtam',35,1),
(4378,'Vanavasi',35,1),
(4379,'Vandalur',35,1),
(4380,'Vandavasi',35,1),
(4381,'Vandiyur',35,1),
(4382,'Vaniputhur',35,1),
(4383,'Vaniyambadi',35,1),
(4384,'Varadarajanpettai',35,1),
(4385,'Varadharajapuram',35,1),
(4386,'Vasudevanallur',35,1),
(4387,'Vathirairuppu',35,1),
(4388,'Vattalkundu',35,1),
(4389,'Vazhapadi',35,1),
(4390,'Vedapatti',35,1),
(4391,'Vedaranniyam',35,1),
(4392,'Vedasandur',35,1),
(4393,'Velampalaiyam',35,1),
(4394,'Velankanni',35,1),
(4395,'Vellakinar',35,1),
(4396,'Vellakoil',35,1),
(4397,'Vellalapatti',35,1),
(4398,'Vellalur',35,1),
(4399,'Vellanur',35,1),
(4400,'Vellimalai',35,1),
(4401,'Vellore',35,1),
(4402,'Vellottamparappu',35,1),
(4403,'Velluru',35,1),
(4404,'Vengampudur',35,1),
(4405,'Vengathur',35,1),
(4406,'Vengavasal',35,1),
(4407,'Venghatur',35,1),
(4408,'Venkarai',35,1),
(4409,'Vennanthur',35,1),
(4410,'Veppathur',35,1),
(4411,'Verkilambi',35,1),
(4412,'Vettaikaranpudur',35,1),
(4413,'Vettavalam',35,1),
(4414,'Vijayapuri',35,1),
(4415,'Vikramasingapuram',35,1),
(4416,'Vikravandi',35,1),
(4417,'Vilangudi',35,1),
(4418,'Vilankurichi',35,1),
(4419,'Vilapakkam',35,1),
(4420,'Vilathikulam',35,1),
(4421,'Vilavur',35,1),
(4422,'Villukuri',35,1),
(4423,'Villupuram',35,1),
(4424,'Viraganur',35,1),
(4425,'Virakeralam',35,1),
(4426,'Virakkalpudur',35,1),
(4427,'Virapandi',35,1),
(4428,'Virapandi Cantonment',35,1),
(4429,'Virappanchatram',35,1),
(4430,'Viravanallur',35,1),
(4431,'Virudambattu',35,1),
(4432,'Virudhachalam',35,1),
(4433,'Virudhunagar',35,1),
(4434,'Virupakshipuram',35,1),
(4435,'Viswanatham',35,1),
(4436,'Vriddhachalam',35,1),
(4437,'Walajabad',35,1),
(4438,'Walajapet',35,1),
(4439,'Wellington',35,1),
(4440,'Yercaud',35,1),
(4441,'Zamin Uthukuli',35,1),
(4442,'Achampet',36,1),
(4443,'Adilabad',36,1),
(4444,'Armoor',36,1),
(4445,'Asifabad',36,1),
(4446,'Badepally',36,1),
(4447,'Banswada',36,1),
(4448,'Bellampalli',36,1),
(4449,'Bhadrachalam',36,1),
(4450,'Bhainsa',36,1),
(4451,'Bhongir',36,1),
(4452,'Bhupalpally',36,1),
(4453,'Bodhan',36,1),
(4454,'Bollaram',36,1),
(4455,'Devarkonda',36,1),
(4456,'Farooqnagar',36,1),
(4457,'Gadwal',36,1),
(4458,'Gajwel',36,1),
(4459,'Ghatkesar',36,1),
(4460,'Hyderabad',36,1),
(4461,'Jagtial',36,1),
(4462,'Jangaon',36,1),
(4463,'Kagaznagar',36,1),
(4464,'Kalwakurthy',36,1),
(4465,'Kamareddy',36,1),
(4466,'Karimnagar',36,1),
(4467,'Khammam',36,1),
(4468,'Kodada',36,1),
(4469,'Koratla',36,1),
(4470,'Kottagudem',36,1),
(4471,'Kyathampalle',36,1),
(4472,'Madhira',36,1),
(4473,'Mahabubabad',36,1),
(4474,'Mahbubnagar',36,1),
(4475,'Mancherial',36,1),
(4476,'Mandamarri',36,1),
(4477,'Manuguru',36,1),
(4478,'Medak',36,1),
(4479,'Medchal',36,1),
(4480,'Miryalaguda',36,1),
(4481,'Nagar Karnul',36,1),
(4482,'Nakrekal',36,1),
(4483,'Nalgonda',36,1),
(4484,'Narayanpet',36,1),
(4485,'Narsampet',36,1),
(4486,'Nirmal',36,1),
(4487,'Nizamabad',36,1),
(4488,'Palwancha',36,1),
(4489,'Peddapalli',36,1),
(4490,'Ramagundam',36,1),
(4491,'Ranga Reddy district',36,1),
(4492,'Sadasivpet',36,1),
(4493,'Sangareddy',36,1),
(4494,'Sarapaka',36,1),
(4495,'Sathupalle',36,1),
(4496,'Secunderabad',36,1),
(4497,'Siddipet',36,1),
(4498,'Singapur',36,1),
(4499,'Sircilla',36,1),
(4500,'Suryapet',36,1),
(4501,'Tandur',36,1),
(4502,'Vemulawada',36,1),
(4503,'Vikarabad',36,1),
(4504,'Wanaparthy',36,1),
(4505,'Warangal',36,1),
(4506,'Yellandu',36,1),
(4507,'Zahirabad',36,1),
(4508,'Agartala',37,1),
(4509,'Amarpur',37,1),
(4510,'Ambassa',37,1),
(4511,'Badharghat',37,1),
(4512,'Belonia',37,1),
(4513,'Dharmanagar',37,1),
(4514,'Gakulnagar',37,1),
(4515,'Gandhigram',37,1),
(4516,'Indranagar',37,1),
(4517,'Jogendranagar',37,1),
(4518,'Kailasahar',37,1),
(4519,'Kamalpur',37,1),
(4520,'Kanchanpur',37,1),
(4521,'Khowai',37,1),
(4522,'Kumarghat',37,1),
(4523,'Kunjaban',37,1),
(4524,'Narsingarh',37,1),
(4525,'Pratapgarh',37,1),
(4526,'Ranir Bazar',37,1),
(4527,'Sabrum',37,1),
(4528,'Sonamura',37,1),
(4529,'Teliamura',37,1),
(4530,'Udaipur',37,1),
(4531,'Achhalda',38,1),
(4532,'Achhnera',38,1),
(4533,'Adari',38,1),
(4534,'Afzalgarh',38,1),
(4535,'Agarwal Mandi',38,1),
(4536,'Agra',38,1),
(4537,'Agra Cantonment',38,1),
(4538,'Ahraura',38,1),
(4539,'Ailum',38,1),
(4540,'Air Force Area',38,1),
(4541,'Ajhuwa',38,1),
(4542,'Akbarpur',38,1),
(4543,'Alapur',38,1),
(4544,'Aliganj',38,1),
(4545,'Aligarh',38,1),
(4546,'Allahabad',38,1),
(4547,'Allahabad Cantonment',38,1),
(4548,'Allahganj',38,1),
(4549,'Amanpur',38,1),
(4550,'Ambahta',38,1),
(4551,'Amethi',38,1),
(4552,'Amila',38,1),
(4553,'Amilo',38,1),
(4554,'Aminagar Sarai',38,1),
(4555,'Aminagar Urf Bhurbaral',38,1),
(4556,'Amraudha',38,1),
(4557,'Amroha',38,1),
(4558,'Anandnagar',38,1),
(4559,'Anpara',38,1),
(4560,'Antu',38,1),
(4561,'Anupshahr',38,1),
(4562,'Aonla',38,1),
(4563,'Armapur Estate',38,1),
(4564,'Ashokpuram',38,1),
(4565,'Ashrafpur Kichhauchha',38,1),
(4566,'Atarra',38,1),
(4567,'Atasu',38,1),
(4568,'Atrauli',38,1),
(4569,'Atraulia',38,1),
(4570,'Auraiya',38,1),
(4571,'Aurangabad',38,1),
(4572,'Aurangabad Bangar',38,1),
(4573,'Auras',38,1),
(4574,'Awagarh',38,1),
(4575,'Ayodhya',38,1),
(4576,'Azamgarh',38,1),
(4577,'Azizpur',38,1),
(4578,'Azmatgarh',38,1),
(4579,'Babarpur Ajitmal',38,1),
(4580,'Baberu',38,1),
(4581,'Babina',38,1),
(4582,'Babrala',38,1),
(4583,'Babugarh',38,1),
(4584,'Bachhiowan',38,1),
(4585,'Bachhraon',38,1),
(4586,'Bad',38,1),
(4587,'Badaun',38,1),
(4588,'Baghpat',38,1),
(4589,'Bah',38,1),
(4590,'Bahadurganj',38,1),
(4591,'Baheri',38,1),
(4592,'Bahjoi',38,1),
(4593,'Bahraich',38,1),
(4594,'Bahsuma',38,1),
(4595,'Bahua',38,1),
(4596,'Bajna',38,1),
(4597,'Bakewar',38,1),
(4598,'Bakiabad',38,1),
(4599,'Baldeo',38,1),
(4600,'Ballia',38,1),
(4601,'Balrampur',38,1),
(4602,'Banat',38,1),
(4603,'Banda',38,1),
(4604,'Bangarmau',38,1),
(4605,'Banki',38,1),
(4606,'Bansdih',38,1),
(4607,'Bansgaon',38,1),
(4608,'Bansi',38,1),
(4609,'Barabanki',38,1),
(4610,'Baragaon',38,1),
(4611,'Baraut',38,1),
(4612,'Bareilly',38,1),
(4613,'Bareilly Cantonment',38,1),
(4614,'Barhalganj',38,1),
(4615,'Barhani',38,1),
(4616,'Barhapur',38,1),
(4617,'Barkhera',38,1),
(4618,'Barsana',38,1),
(4619,'Barva Sagar',38,1),
(4620,'Barwar',38,1),
(4621,'Basti',38,1),
(4622,'Begumabad Budhana',38,1),
(4623,'Behat',38,1),
(4624,'Behta Hajipur',38,1),
(4625,'Bela',38,1),
(4626,'Belthara',38,1),
(4627,'Beniganj',38,1),
(4628,'Beswan',38,1),
(4629,'Bewar',38,1),
(4630,'Bhadarsa',38,1),
(4631,'Bhadohi',38,1),
(4632,'Bhagwantnagar',38,1),
(4633,'Bharatganj',38,1),
(4634,'Bhargain',38,1),
(4635,'Bharthana',38,1),
(4636,'Bharuhana',38,1),
(4637,'Bharwari',38,1),
(4638,'Bhatni Bazar',38,1),
(4639,'Bhatpar Rani',38,1),
(4640,'Bhawan Bahadurnagar',38,1),
(4641,'Bhinga',38,1),
(4642,'Bhojpur Dharampur',38,1),
(4643,'Bhokarhedi',38,1),
(4644,'Bhongaon',38,1),
(4645,'Bhulepur',38,1),
(4646,'Bidhuna',38,1),
(4647,'Bighapur',38,1),
(4648,'Bijnor',38,1),
(4649,'Bijpur',38,1),
(4650,'Bikapur',38,1),
(4651,'Bilari',38,1),
(4652,'Bilaspur',38,1),
(4653,'Bilgram',38,1),
(4654,'Bilhaur',38,1),
(4655,'Bilram',38,1),
(4656,'Bilrayaganj',38,1),
(4657,'Bilsanda',38,1),
(4658,'Bilsi',38,1),
(4659,'Bindki',38,1),
(4660,'Bisalpur',38,1),
(4661,'Bisanda Buzurg',38,1),
(4662,'Bisauli',38,1),
(4663,'Bisharatganj',38,1),
(4664,'Bisokhar',38,1),
(4665,'Biswan',38,1),
(4666,'Bithur',38,1),
(4667,'Budaun',38,1),
(4668,'Bugrasi',38,1),
(4669,'Bulandshahar',38,1),
(4670,'Burhana',38,1),
(4671,'Chail',38,1),
(4672,'Chak Imam Ali',38,1),
(4673,'Chakeri',38,1),
(4674,'Chakia',38,1),
(4675,'Chandauli',38,1),
(4676,'Chandausi',38,1),
(4677,'Chandpur',38,1),
(4678,'Charkhari',38,1),
(4679,'Charthawal',38,1),
(4680,'Chaumuhan',38,1),
(4681,'Chhaprauli',38,1),
(4682,'Chhara Rafatpur',38,1),
(4683,'Chharprauli',38,1),
(4684,'Chhata',38,1),
(4685,'Chhatari',38,1),
(4686,'Chhibramau',38,1),
(4687,'Chhutmalpur',38,1),
(4688,'Chilkana Sultanpur',38,1),
(4689,'Chirgaon',38,1),
(4690,'Chit Baragaon',38,1),
(4691,'Chitrakut Dham',38,1),
(4692,'Chopan',38,1),
(4693,'Choubepur Kalan',38,1),
(4694,'Chunar',38,1),
(4695,'Churk Ghurma',38,1),
(4696,'Colonelganj',38,1),
(4697,'Dadri',38,1),
(4698,'Dalmau',38,1),
(4699,'Dankaur',38,1),
(4700,'Dariyabad',38,1),
(4701,'Dasna',38,1),
(4702,'Dataganj',38,1),
(4703,'Daurala',38,1),
(4704,'Dayal Bagh',38,1),
(4705,'Deoband',38,1),
(4706,'Deoranian',38,1),
(4707,'Deoria',38,1),
(4708,'Dewa',38,1),
(4709,'Dhampur',38,1),
(4710,'Dhanauha',38,1),
(4711,'Dhanauli',38,1),
(4712,'Dhanaura',38,1),
(4713,'Dharoti Khurd',38,1),
(4714,'Dhauratanda',38,1),
(4715,'Dhaurhra',38,1),
(4716,'Dibai',38,1),
(4717,'Dibiyapur',38,1),
(4718,'Dildarnagar Fatehpur',38,1),
(4719,'Do Ghat',38,1),
(4720,'Dohrighat',38,1),
(4721,'Dostpur',38,1),
(4722,'Dudhinagar',38,1),
(4723,'Dulhipur',38,1),
(4724,'Dundwaraganj',38,1),
(4725,'Ekdil',38,1),
(4726,'Erich',38,1),
(4727,'Etah',38,1),
(4728,'Etawah',38,1),
(4729,'Faizabad',38,1),
(4730,'Faizabad Cantonment',38,1),
(4731,'Faizganj',38,1),
(4732,'Farah',38,1),
(4733,'Faridnagar',38,1),
(4734,'Faridpur',38,1),
(4735,'Faridpur Cantonment',38,1),
(4736,'Fariha',38,1),
(4737,'Farrukhabad',38,1),
(4738,'Fatehabad',38,1),
(4739,'Fatehganj Pashchimi',38,1),
(4740,'Fatehganj Purvi',38,1),
(4741,'Fatehgarh',38,1),
(4742,'Fatehpur',38,1),
(4743,'Fatehpur Chaurasi',38,1),
(4744,'Fatehpur Sikri',38,1),
(4745,'Firozabad',38,1),
(4746,'Gajraula',38,1),
(4747,'Ganga Ghat',38,1),
(4748,'Gangapur',38,1),
(4749,'Gangoh',38,1),
(4750,'Ganj Muradabad',38,1),
(4751,'Garautha',38,1),
(4752,'Garhi Pukhta',38,1),
(4753,'Garhmukteshwar',38,1),
(4754,'Gaura Barahaj',38,1),
(4755,'Gauri Bazar',38,1),
(4756,'Gausganj',38,1),
(4757,'Gawan',38,1),
(4758,'Ghatampur',38,1),
(4759,'Ghaziabad',38,1),
(4760,'Ghazipur',38,1),
(4761,'Ghiror',38,1),
(4762,'Ghorawal',38,1),
(4763,'Ghosi',38,1),
(4764,'Ghosia Bazar',38,1),
(4765,'Ghughuli',38,1),
(4766,'Gohand',38,1),
(4767,'Gokul',38,1),
(4768,'Gola Bazar',38,1),
(4769,'Gola Gokarannath',38,1),
(4770,'Gonda',38,1),
(4771,'Gopamau',38,1),
(4772,'Gopiganj',38,1),
(4773,'Gorakhpur',38,1),
(4774,'Gosainganj',38,1),
(4775,'Govardhan',38,1),
(4776,'Greater Noida',38,1),
(4777,'Gulaothi',38,1),
(4778,'Gulariya',38,1),
(4779,'Gulariya Bhindara',38,1),
(4780,'Gunnaur',38,1),
(4781,'Gursahaiganj',38,1),
(4782,'Gursarai',38,1),
(4783,'Gyanpur',38,1),
(4784,'Hafizpur',38,1),
(4785,'Haidergarh',38,1),
(4786,'Haldaur',38,1),
(4787,'Hamirpur',38,1),
(4788,'Handia',38,1),
(4789,'Hapur',38,1),
(4790,'Hardoi',38,1),
(4791,'Harduaganj',38,1),
(4792,'Hargaon',38,1),
(4793,'Hariharpur',38,1),
(4794,'Harraiya',38,1),
(4795,'Hasanpur',38,1),
(4796,'Hasayan',38,1),
(4797,'Hastinapur',38,1),
(4798,'Hata',38,1),
(4799,'Hathras',38,1),
(4800,'Hyderabad',38,1),
(4801,'Ibrahimpur',38,1),
(4802,'Iglas',38,1),
(4803,'Ikauna',38,1),
(4804,'Iltifatganj Bazar',38,1),
(4805,'Indian Telephone Industry Mank',38,1),
(4806,'Islamnagar',38,1),
(4807,'Itaunja',38,1),
(4808,'Itimadpur',38,1),
(4809,'Jagner',38,1),
(4810,'Jahanabad',38,1),
(4811,'Jahangirabad',38,1),
(4812,'Jahangirpur',38,1),
(4813,'Jais',38,1),
(4814,'Jaithara',38,1),
(4815,'Jalalabad',38,1),
(4816,'Jalali',38,1),
(4817,'Jalalpur',38,1),
(4818,'Jalaun',38,1),
(4819,'Jalesar',38,1),
(4820,'Jamshila',38,1),
(4821,'Jangipur',38,1),
(4822,'Jansath',38,1),
(4823,'Jarwal',38,1),
(4824,'Jasrana',38,1),
(4825,'Jaswantnagar',38,1),
(4826,'Jatari',38,1),
(4827,'Jaunpur',38,1),
(4828,'Jewar',38,1),
(4829,'Jhalu',38,1),
(4830,'Jhansi',38,1),
(4831,'Jhansi Cantonment',38,1),
(4832,'Jhansi Railway Settlement',38,1),
(4833,'Jhinjhak',38,1),
(4834,'Jhinjhana',38,1),
(4835,'Jhusi',38,1),
(4836,'Jhusi Kohna',38,1),
(4837,'Jiyanpur',38,1),
(4838,'Joya',38,1),
(4839,'Jyoti Khuria',38,1),
(4840,'Jyotiba Phule Nagar',38,1),
(4841,'Kabrai',38,1),
(4842,'Kachhauna Patseni',38,1),
(4843,'Kachhla',38,1),
(4844,'Kachhwa',38,1),
(4845,'Kadaura',38,1),
(4846,'Kadipur',38,1),
(4847,'Kailashpur',38,1),
(4848,'Kaimganj',38,1),
(4849,'Kairana',38,1),
(4850,'Kakgaina',38,1),
(4851,'Kakod',38,1),
(4852,'Kakori',38,1),
(4853,'Kakrala',38,1),
(4854,'Kalinagar',38,1),
(4855,'Kalpi',38,1),
(4856,'Kamalganj',38,1),
(4857,'Kampil',38,1),
(4858,'Kandhla',38,1),
(4859,'Kandwa',38,1),
(4860,'Kannauj',38,1),
(4861,'Kanpur',38,1),
(4862,'Kant',38,1),
(4863,'Kanth',38,1),
(4864,'Kaptanganj',38,1),
(4865,'Karaon',38,1),
(4866,'Karari',38,1),
(4867,'Karhal',38,1),
(4868,'Karnawal',38,1),
(4869,'Kasganj',38,1),
(4870,'Katariya',38,1),
(4871,'Katghar Lalganj',38,1),
(4872,'Kathera',38,1),
(4873,'Katra',38,1),
(4874,'Katra Medniganj',38,1),
(4875,'Kauriaganj',38,1),
(4876,'Kemri',38,1),
(4877,'Kerakat',38,1),
(4878,'Khadda',38,1),
(4879,'Khaga',38,1),
(4880,'Khailar',38,1),
(4881,'Khair',38,1),
(4882,'Khairabad',38,1),
(4883,'Khairagarh',38,1),
(4884,'Khalilabad',38,1),
(4885,'Khamaria',38,1),
(4886,'Khanpur',38,1),
(4887,'Kharela',38,1),
(4888,'Khargupur',38,1),
(4889,'Khariya',38,1),
(4890,'Kharkhoda',38,1),
(4891,'Khatauli',38,1),
(4892,'Khatauli Rural',38,1),
(4893,'Khekra',38,1),
(4894,'Kheri',38,1),
(4895,'Kheta Sarai',38,1),
(4896,'Khudaganj',38,1),
(4897,'Khurja',38,1),
(4898,'Khutar',38,1),
(4899,'Kiraoli',38,1),
(4900,'Kiratpur',38,1),
(4901,'Kishanpur',38,1),
(4902,'Kishni',38,1),
(4903,'Kithaur',38,1),
(4904,'Koiripur',38,1),
(4905,'Konch',38,1),
(4906,'Kopaganj',38,1),
(4907,'Kora Jahanabad',38,1),
(4908,'Korwa',38,1),
(4909,'Kosi Kalan',38,1),
(4910,'Kota',38,1),
(4911,'Kotra',38,1),
(4912,'Kotwa',38,1),
(4913,'Kulpahar',38,1),
(4914,'Kunda',38,1),
(4915,'Kundarki',38,1),
(4916,'Kunwargaon',38,1),
(4917,'Kurara',38,1),
(4918,'Kurawali',38,1),
(4919,'Kursath',38,1),
(4920,'Kurthi Jafarpur',38,1),
(4921,'Kushinagar',38,1),
(4922,'Kusmara',38,1),
(4923,'Laharpur',38,1),
(4924,'Lakhimpur',38,1),
(4925,'Lakhna',38,1),
(4926,'Lalganj',38,1),
(4927,'Lalitpur',38,1),
(4928,'Lar',38,1),
(4929,'Lawar',38,1),
(4930,'Ledwa Mahuwa',38,1),
(4931,'Lohta',38,1),
(4932,'Loni',38,1),
(4933,'Lucknow',38,1),
(4934,'Machhlishahr',38,1),
(4935,'Madhoganj',38,1),
(4936,'Madhogarh',38,1),
(4937,'Maghar',38,1),
(4938,'Mahaban',38,1),
(4939,'Maharajganj',38,1),
(4940,'Mahmudabad',38,1),
(4941,'Mahoba',38,1),
(4942,'Maholi',38,1),
(4943,'Mahona',38,1),
(4944,'Mahroni',38,1),
(4945,'Mailani',38,1),
(4946,'Mainpuri',38,1),
(4947,'Majhara Pipar Ehatmali',38,1),
(4948,'Majhauli Raj',38,1),
(4949,'Malihabad',38,1),
(4950,'Mallanwam',38,1),
(4951,'Mandawar',38,1),
(4952,'Manikpur',38,1),
(4953,'Maniyar',38,1),
(4954,'Manjhanpur',38,1),
(4955,'Mankapur',38,1),
(4956,'Marehra',38,1),
(4957,'Mariahu',38,1),
(4958,'Maruadih',38,1),
(4959,'Maswasi',38,1),
(4960,'Mataundh',38,1),
(4961,'Mathu',38,1),
(4962,'Mathura',38,1),
(4963,'Mathura Cantonment',38,1),
(4964,'Mau',38,1),
(4965,'Mau Aima',38,1),
(4966,'Maudaha',38,1),
(4967,'Mauranipur',38,1),
(4968,'Maurawan',38,1),
(4969,'Mawana',38,1),
(4970,'Meerut',38,1),
(4971,'Mehnagar',38,1),
(4972,'Mehndawal',38,1),
(4973,'Mendu',38,1),
(4974,'Milak',38,1),
(4975,'Miranpur',38,1),
(4976,'Mirat',38,1),
(4977,'Mirat Cantonment',38,1),
(4978,'Mirganj',38,1),
(4979,'Mirzapur',38,1),
(4980,'Misrikh',38,1),
(4981,'Modinagar',38,1),
(4982,'Mogra Badshahpur',38,1),
(4983,'Mohan',38,1),
(4984,'Mohanpur',38,1),
(4985,'Mohiuddinpur',38,1),
(4986,'Moradabad',38,1),
(4987,'Moth',38,1),
(4988,'Mubarakpur',38,1),
(4989,'Mughal Sarai',38,1),
(4990,'Mughal Sarai Railway Settlemen',38,1),
(4991,'Muhammadabad',38,1),
(4992,'Muhammadi',38,1),
(4993,'Mukrampur Khema',38,1),
(4994,'Mundia',38,1),
(4995,'Mundora',38,1),
(4996,'Muradnagar',38,1),
(4997,'Mursan',38,1),
(4998,'Musafirkhana',38,1),
(4999,'Muzaffarnagar',38,1),
(5000,'Nadigaon',38,1),
(5001,'Nagina',38,1),
(5002,'Nagram',38,1),
(5003,'Nai Bazar',38,1),
(5004,'Nainana Jat',38,1),
(5005,'Najibabad',38,1),
(5006,'Nakur',38,1),
(5007,'Nanaunta',38,1),
(5008,'Nandgaon',38,1),
(5009,'Nanpara',38,1),
(5010,'Naraini',38,1),
(5011,'Narauli',38,1),
(5012,'Naraura',38,1),
(5013,'Naugawan Sadat',38,1),
(5014,'Nautanwa',38,1),
(5015,'Nawabganj',38,1),
(5016,'Nichlaul',38,1),
(5017,'Nidhauli Kalan',38,1),
(5018,'Nihtaur',38,1),
(5019,'Nindaura',38,1),
(5020,'Niwari',38,1),
(5021,'Nizamabad',38,1),
(5022,'Noida',38,1),
(5023,'Northern Railway Colony',38,1),
(5024,'Nurpur',38,1),
(5025,'Nyoria Husenpur',38,1),
(5026,'Nyotini',38,1),
(5027,'Obra',38,1),
(5028,'Oel Dhakwa',38,1),
(5029,'Orai',38,1),
(5030,'Oran',38,1),
(5031,'Ordinance Factory Muradnagar',38,1),
(5032,'Pachperwa',38,1),
(5033,'Padrauna',38,1),
(5034,'Pahasu',38,1),
(5035,'Paintepur',38,1),
(5036,'Pali',38,1),
(5037,'Palia Kalan',38,1),
(5038,'Parasi',38,1),
(5039,'Parichha',38,1),
(5040,'Parichhatgarh',38,1),
(5041,'Parsadepur',38,1),
(5042,'Patala',38,1),
(5043,'Patiyali',38,1),
(5044,'Patti',38,1),
(5045,'Pawayan',38,1),
(5046,'Phalauda',38,1),
(5047,'Phaphund',38,1),
(5048,'Phulpur',38,1),
(5049,'Phulwaria',38,1),
(5050,'Pihani',38,1),
(5051,'Pilibhit',38,1),
(5052,'Pilkana',38,1),
(5053,'Pilkhuwa',38,1),
(5054,'Pinahat',38,1),
(5055,'Pipalsana Chaudhari',38,1),
(5056,'Pipiganj',38,1),
(5057,'Pipraich',38,1),
(5058,'Pipri',38,1),
(5059,'Pratapgarh',38,1),
(5060,'Pukhrayan',38,1),
(5061,'Puranpur',38,1),
(5062,'Purdil Nagar',38,1),
(5063,'Purqazi',38,1),
(5064,'Purwa',38,1),
(5065,'Qasimpur',38,1),
(5066,'Rabupura',38,1),
(5067,'Radha Kund',38,1),
(5068,'Rae Bareilly',38,1),
(5069,'Raja Ka Rampur',38,1),
(5070,'Rajapur',38,1),
(5071,'Ramkola',38,1),
(5072,'Ramnagar',38,1),
(5073,'Rampur',38,1),
(5074,'Rampur Bhawanipur',38,1),
(5075,'Rampur Karkhana',38,1),
(5076,'Rampur Maniharan',38,1),
(5077,'Rampura',38,1),
(5078,'Ranipur',38,1),
(5079,'Rashidpur Garhi',38,1),
(5080,'Rasra',38,1),
(5081,'Rasulabad',38,1),
(5082,'Rath',38,1),
(5083,'Raya',38,1),
(5084,'Renukut',38,1),
(5085,'Reoti',38,1),
(5086,'Richha',38,1),
(5087,'Risia Bazar',38,1),
(5088,'Rithora',38,1),
(5089,'Robertsganj',38,1),
(5090,'Roza',38,1),
(5091,'Rudarpur',38,1),
(5092,'Rudauli',38,1),
(5093,'Rudayan',38,1),
(5094,'Rura',38,1),
(5095,'Rustamnagar Sahaspur',38,1),
(5096,'Sabatwar',38,1),
(5097,'Sadabad',38,1),
(5098,'Sadat',38,1),
(5099,'Safipur',38,1),
(5100,'Sahanpur',38,1),
(5101,'Saharanpur',38,1),
(5102,'Sahaspur',38,1),
(5103,'Sahaswan',38,1),
(5104,'Sahawar',38,1),
(5105,'Sahibabad',38,1),
(5106,'Sahjanwa',38,1),
(5107,'Sahpau',38,1),
(5108,'Saidpur',38,1),
(5109,'Sainthal',38,1),
(5110,'Saiyadraja',38,1),
(5111,'Sakhanu',38,1),
(5112,'Sakit',38,1),
(5113,'Salarpur Khadar',38,1),
(5114,'Salimpur',38,1),
(5115,'Salon',38,1),
(5116,'Sambhal',38,1),
(5117,'Sambhawali',38,1),
(5118,'Samdhan',38,1),
(5119,'Samthar',38,1),
(5120,'Sandi',38,1),
(5121,'Sandila',38,1),
(5122,'Sarai Mir',38,1),
(5123,'Sarai akil',38,1),
(5124,'Sarauli',38,1),
(5125,'Sardhana',38,1),
(5126,'Sarila',38,1),
(5127,'Sarsawan',38,1),
(5128,'Sasni',38,1),
(5129,'Satrikh',38,1),
(5130,'Saunkh',38,1),
(5131,'Saurikh',38,1),
(5132,'Seohara',38,1),
(5133,'Sewal Khas',38,1),
(5134,'Sewarhi',38,1),
(5135,'Shahabad',38,1),
(5136,'Shahganj',38,1),
(5137,'Shahi',38,1),
(5138,'Shahjahanpur',38,1),
(5139,'Shahjahanpur Cantonment',38,1),
(5140,'Shahpur',38,1),
(5141,'Shamli',38,1),
(5142,'Shamsabad',38,1),
(5143,'Shankargarh',38,1),
(5144,'Shergarh',38,1),
(5145,'Sherkot',38,1),
(5146,'Shikarpur',38,1),
(5147,'Shikohabad',38,1),
(5148,'Shisgarh',38,1),
(5149,'Shivdaspur',38,1),
(5150,'Shivli',38,1),
(5151,'Shivrajpur',38,1),
(5152,'Shohratgarh',38,1),
(5153,'Siddhanur',38,1),
(5154,'Siddharthnagar',38,1),
(5155,'Sidhauli',38,1),
(5156,'Sidhpura',38,1),
(5157,'Sikandarabad',38,1),
(5158,'Sikandarpur',38,1),
(5159,'Sikandra',38,1),
(5160,'Sikandra Rao',38,1),
(5161,'Singahi Bhiraura',38,1),
(5162,'Sirathu',38,1),
(5163,'Sirsa',38,1),
(5164,'Sirsaganj',38,1),
(5165,'Sirsi',38,1),
(5166,'Sisauli',38,1),
(5167,'Siswa Bazar',38,1),
(5168,'Sitapur',38,1),
(5169,'Siyana',38,1),
(5170,'Som',38,1),
(5171,'Sonbhadra',38,1),
(5172,'Soron',38,1),
(5173,'Suar',38,1),
(5174,'Sukhmalpur Nizamabad',38,1),
(5175,'Sultanpur',38,1),
(5176,'Sumerpur',38,1),
(5177,'Suriyawan',38,1),
(5178,'Swamibagh',38,1),
(5179,'Tajpur',38,1),
(5180,'Talbahat',38,1),
(5181,'Talgram',38,1),
(5182,'Tambaur',38,1),
(5183,'Tanda',38,1),
(5184,'Tatarpur Lallu',38,1),
(5185,'Tetribazar',38,1),
(5186,'Thakurdwara',38,1),
(5187,'Thana Bhawan',38,1),
(5188,'Thiriya Nizamat Khan',38,1),
(5189,'Tikaitnagar',38,1),
(5190,'Tikri',38,1),
(5191,'Tilhar',38,1),
(5192,'Tindwari',38,1),
(5193,'Tirwaganj',38,1),
(5194,'Titron',38,1),
(5195,'Tori Fatehpur',38,1),
(5196,'Tulsipur',38,1),
(5197,'Tundla',38,1),
(5198,'Tundla Kham',38,1),
(5199,'Tundla Railway Colony',38,1),
(5200,'Ugu',38,1),
(5201,'Ujhani',38,1),
(5202,'Ujhari',38,1),
(5203,'Umri',38,1),
(5204,'Umri Kalan',38,1),
(5205,'Un',38,1),
(5206,'Unchahar',38,1),
(5207,'Unnao',38,1),
(5208,'Usaihat',38,1),
(5209,'Usawan',38,1),
(5210,'Utraula',38,1),
(5211,'Varanasi',38,1),
(5212,'Varanasi Cantonment',38,1),
(5213,'Vijaigarh',38,1),
(5214,'Vrindavan',38,1),
(5215,'Wazirganj',38,1),
(5216,'Zafarabad',38,1),
(5217,'Zaidpur',38,1),
(5218,'Zamania',38,1),
(5219,'Almora',39,1),
(5220,'Almora Cantonment',39,1),
(5221,'Badrinathpuri',39,1),
(5222,'Bageshwar',39,1),
(5223,'Bah Bazar',39,1),
(5224,'Banbasa',39,1),
(5225,'Bandia',39,1),
(5226,'Barkot',39,1),
(5227,'Bazpur',39,1),
(5228,'Bhim Tal',39,1),
(5229,'Bhowali',39,1),
(5230,'Chakrata',39,1),
(5231,'Chamba',39,1),
(5232,'Chamoli and Gopeshwar',39,1),
(5233,'Champawat',39,1),
(5234,'Clement Town',39,1),
(5235,'Dehra Dun Cantonment',39,1),
(5236,'Dehradun',39,1),
(5237,'Dehrakhas',39,1),
(5238,'Devaprayag',39,1),
(5239,'Dhaluwala',39,1),
(5240,'Dhandera',39,1),
(5241,'Dharchula',39,1),
(5242,'Dharchula Dehat',39,1),
(5243,'Didihat',39,1),
(5244,'Dineshpur',39,1),
(5245,'Doiwala',39,1),
(5246,'Dugadda',39,1),
(5247,'Dwarahat',39,1),
(5248,'Gadarpur',39,1),
(5249,'Gangotri',39,1),
(5250,'Gauchar',39,1),
(5251,'Haldwani',39,1),
(5252,'Haridwar',39,1),
(5253,'Herbertpur',39,1),
(5254,'Jaspur',39,1),
(5255,'Jhabrera',39,1),
(5256,'Joshimath',39,1),
(5257,'Kachnal Gosain',39,1),
(5258,'Kaladungi',39,1),
(5259,'Kalagarh',39,1),
(5260,'Karnaprayang',39,1),
(5261,'Kashipur',39,1),
(5262,'Kashirampur',39,1),
(5263,'Kausani',39,1),
(5264,'Kedarnath',39,1),
(5265,'Kelakhera',39,1),
(5266,'Khatima',39,1),
(5267,'Kichha',39,1),
(5268,'Kirtinagar',39,1),
(5269,'Kotdwara',39,1),
(5270,'Laksar',39,1),
(5271,'Lalkuan',39,1),
(5272,'Landaura',39,1),
(5273,'Landhaura Cantonment',39,1),
(5274,'Lensdaun',39,1),
(5275,'Logahat',39,1),
(5276,'Mahua Dabra Haripura',39,1),
(5277,'Mahua Kheraganj',39,1),
(5278,'Manglaur',39,1),
(5279,'Masuri',39,1),
(5280,'Mohanpur Mohammadpur',39,1),
(5281,'Muni Ki Reti',39,1),
(5282,'Nagla',39,1),
(5283,'Nainital',39,1),
(5284,'Nainital Cantonment',39,1),
(5285,'Nandaprayang',39,1),
(5286,'Narendranagar',39,1),
(5287,'Pauri',39,1),
(5288,'Pithoragarh',39,1),
(5289,'Pratitnagar',39,1),
(5290,'Raipur',39,1),
(5291,'Raiwala',39,1),
(5292,'Ramnagar',39,1),
(5293,'Ranikhet',39,1),
(5294,'Ranipur',39,1),
(5295,'Rishikesh',39,1),
(5296,'Rishikesh Cantonment',39,1),
(5297,'Roorkee',39,1),
(5298,'Rudraprayag',39,1),
(5299,'Rudrapur',39,1),
(5300,'Rurki',39,1),
(5301,'Rurki Cantonment',39,1),
(5302,'Shaktigarh',39,1),
(5303,'Sitarganj',39,1),
(5304,'Srinagar',39,1),
(5305,'Sultanpur',39,1),
(5306,'Tanakpur',39,1),
(5307,'Tehri',39,1),
(5308,'Udham Singh Nagar',39,1),
(5309,'Uttarkashi',39,1),
(5310,'Vikasnagar',39,1),
(5311,'Virbhadra',39,1),
(5312,'24 Parganas (n)',41,1),
(5313,'24 Parganas (s)',41,1),
(5314,'Adra',41,1),
(5315,'Ahmadpur',41,1),
(5316,'Aiho',41,1),
(5317,'Aistala',41,1),
(5318,'Alipur Duar',41,1),
(5319,'Alipur Duar Railway Junction',41,1),
(5320,'Alpur',41,1),
(5321,'Amalhara',41,1),
(5322,'Amkula',41,1),
(5323,'Amlagora',41,1),
(5324,'Amodghata',41,1),
(5325,'Amtala',41,1),
(5326,'Andul',41,1),
(5327,'Anksa',41,1),
(5328,'Ankurhati',41,1),
(5329,'Anup Nagar',41,1),
(5330,'Arambagh',41,1),
(5331,'Argari',41,1),
(5332,'Arsha',41,1),
(5333,'Asansol',41,1),
(5334,'Ashoknagar Kalyangarh',41,1),
(5335,'Aurangabad',41,1),
(5336,'Bablari Dewanganj',41,1),
(5337,'Badhagachhi',41,1),
(5338,'Baduria',41,1),
(5339,'Baghdogra',41,1),
(5340,'Bagnan',41,1),
(5341,'Bagra',41,1),
(5342,'Bagula',41,1),
(5343,'Baharampur',41,1),
(5344,'Bahirgram',41,1),
(5345,'Bahula',41,1),
(5346,'Baidyabati',41,1),
(5347,'Bairatisal',41,1),
(5348,'Baj Baj',41,1),
(5349,'Bakreswar',41,1),
(5350,'Balaram Pota',41,1),
(5351,'Balarampur',41,1),
(5352,'Bali Chak',41,1),
(5353,'Ballavpur',41,1),
(5354,'Bally',41,1),
(5355,'Balurghat',41,1),
(5356,'Bamunari',41,1),
(5357,'Banarhat Tea Garden',41,1),
(5358,'Bandel',41,1),
(5359,'Bangaon',41,1),
(5360,'Bankra',41,1),
(5361,'Bankura',41,1),
(5362,'Bansbaria',41,1),
(5363,'Banshra',41,1),
(5364,'Banupur',41,1),
(5365,'Bara Bamonia',41,1),
(5366,'Barakpur',41,1),
(5367,'Barakpur Cantonment',41,1),
(5368,'Baranagar',41,1),
(5369,'Barasat',41,1),
(5370,'Barddhaman',41,1),
(5371,'Barijhati',41,1),
(5372,'Barjora',41,1),
(5373,'Barrackpore',41,1),
(5374,'Baruihuda',41,1),
(5375,'Baruipur',41,1),
(5376,'Barunda',41,1),
(5377,'Basirhat',41,1),
(5378,'Baska',41,1),
(5379,'Begampur',41,1),
(5380,'Beldanga',41,1),
(5381,'Beldubi',41,1),
(5382,'Belebathan',41,1),
(5383,'Beliator',41,1),
(5384,'Bhadreswar',41,1),
(5385,'Bhandardaha',41,1),
(5386,'Bhangar Raghunathpur',41,1),
(5387,'Bhangri Pratham Khanda',41,1),
(5388,'Bhanowara',41,1),
(5389,'Bhatpara',41,1),
(5390,'Bholar Dabri',41,1),
(5391,'Bidhannagar',41,1),
(5392,'Bidyadharpur',41,1),
(5393,'Biki Hakola',41,1),
(5394,'Bilandapur',41,1),
(5395,'Bilpahari',41,1),
(5396,'Bipra Noapara',41,1),
(5397,'Birlapur',41,1),
(5398,'Birnagar',41,1),
(5399,'Bisarpara',41,1),
(5400,'Bishnupur',41,1),
(5401,'Bolpur',41,1),
(5402,'Bongaon',41,1),
(5403,'Bowali',41,1),
(5404,'Burdwan',41,1),
(5405,'Canning',41,1),
(5406,'Cart Road',41,1),
(5407,'Chachanda',41,1),
(5408,'Chak Bankola',41,1),
(5409,'Chak Enayetnagar',41,1),
(5410,'Chak Kashipur',41,1),
(5411,'Chakalampur',41,1),
(5412,'Chakbansberia',41,1),
(5413,'Chakdaha',41,1),
(5414,'Chakpara',41,1),
(5415,'Champahati',41,1),
(5416,'Champdani',41,1),
(5417,'Chamrail',41,1),
(5418,'Chandannagar',41,1),
(5419,'Chandpur',41,1),
(5420,'Chandrakona',41,1),
(5421,'Chapari',41,1),
(5422,'Chapui',41,1),
(5423,'Char Brahmanagar',41,1),
(5424,'Char Maijdia',41,1),
(5425,'Charka',41,1),
(5426,'Chata Kalikapur',41,1),
(5427,'Chauhati',41,1),
(5428,'Checha Khata',41,1),
(5429,'Chelad',41,1),
(5430,'Chhora',41,1),
(5431,'Chikrand',41,1),
(5432,'Chittaranjan',41,1),
(5433,'Contai',41,1),
(5434,'Cooch Behar',41,1),
(5435,'Dainhat',41,1),
(5436,'Dakshin Baguan',41,1),
(5437,'Dakshin Jhapardaha',41,1),
(5438,'Dakshin Rajyadharpur',41,1),
(5439,'Dakshin Raypur',41,1),
(5440,'Dalkola',41,1),
(5441,'Dalurband',41,1),
(5442,'Darap Pur',41,1),
(5443,'Darjiling',41,1),
(5444,'Daulatpur',41,1),
(5445,'Debipur',41,1),
(5446,'Defahat',41,1),
(5447,'Deora',41,1),
(5448,'Deulia',41,1),
(5449,'Dhakuria',41,1),
(5450,'Dhandadihi',41,1),
(5451,'Dhanyakuria',41,1),
(5452,'Dharmapur',41,1),
(5453,'Dhatri Gram',41,1),
(5454,'Dhuilya',41,1),
(5455,'Dhulagari',41,1),
(5456,'Dhulian',41,1),
(5457,'Dhupgari',41,1),
(5458,'Dhusaripara',41,1),
(5459,'Diamond Harbour',41,1),
(5460,'Digha',41,1),
(5461,'Dignala',41,1),
(5462,'Dinhata',41,1),
(5463,'Dubrajpur',41,1),
(5464,'Dumjor',41,1),
(5465,'Durgapur',41,1),
(5466,'Durllabhganj',41,1),
(5467,'Egra',41,1),
(5468,'Eksara',41,1),
(5469,'Falakata',41,1),
(5470,'Farakka',41,1),
(5471,'Fatellapur',41,1),
(5472,'Fort Gloster',41,1),
(5473,'Gabberia',41,1),
(5474,'Gadigachha',41,1),
(5475,'Gairkata',41,1),
(5476,'Gangarampur',41,1),
(5477,'Garalgachha',41,1),
(5478,'Garbeta Amlagora',41,1),
(5479,'Garhbeta',41,1),
(5480,'Garshyamnagar',41,1),
(5481,'Garui',41,1),
(5482,'Garulia',41,1),
(5483,'Gayespur',41,1),
(5484,'Ghatal',41,1),
(5485,'Ghorsala',41,1),
(5486,'Goaljan',41,1),
(5487,'Goasafat',41,1),
(5488,'Gobardanga',41,1),
(5489,'Gobindapur',41,1),
(5490,'Gopalpur',41,1),
(5491,'Gopinathpur',41,1),
(5492,'Gora Bazar',41,1),
(5493,'Guma',41,1),
(5494,'Gurdaha',41,1),
(5495,'Guriahati',41,1),
(5496,'Guskhara',41,1),
(5497,'Habra',41,1),
(5498,'Haldia',41,1),
(5499,'Haldibari',41,1),
(5500,'Halisahar',41,1),
(5501,'Haora',41,1),
(5502,'Harharia Chak',41,1),
(5503,'Harindanga',41,1),
(5504,'Haringhata',41,1),
(5505,'Haripur',41,1),
(5506,'Harishpur',41,1),
(5507,'Hatgachha',41,1),
(5508,'Hatsimla',41,1),
(5509,'Hijuli',41,1),
(5510,'Hindustan Cables Town',41,1),
(5511,'Hooghly',41,1),
(5512,'Howrah',41,1),
(5513,'Hugli-Chunchura',41,1),
(5514,'Humaipur',41,1),
(5515,'Ichha Pur Defence Estate',41,1),
(5516,'Ingraj Bazar',41,1),
(5517,'Islampur',41,1),
(5518,'Jafarpur',41,1),
(5519,'Jagadanandapur',41,1),
(5520,'Jagdishpur',41,1),
(5521,'Jagtaj',41,1),
(5522,'Jala Kendua',41,1),
(5523,'Jaldhaka',41,1),
(5524,'Jalkhura',41,1),
(5525,'Jalpaiguri',41,1),
(5526,'Jamuria',41,1),
(5527,'Jangipur',41,1),
(5528,'Jaygaon',41,1),
(5529,'Jaynagar-Majilpur',41,1),
(5530,'Jemari',41,1),
(5531,'Jemari Township',41,1),
(5532,'Jetia',41,1),
(5533,'Jhalida',41,1),
(5534,'Jhargram',41,1),
(5535,'Jhorhat',41,1),
(5536,'Jiaganj-Azimganj',41,1),
(5537,'Joka',41,1),
(5538,'Jot Kamal',41,1),
(5539,'Kachu Pukur',41,1),
(5540,'Kajora',41,1),
(5541,'Kakdihi',41,1),
(5542,'Kakdwip',41,1),
(5543,'Kalaikunda',41,1),
(5544,'Kalara',41,1),
(5545,'Kalimpong',41,1),
(5546,'Kaliyaganj',41,1),
(5547,'Kalna',41,1),
(5548,'Kalyani',41,1),
(5549,'Kamarhati',41,1),
(5550,'Kanaipur',41,1),
(5551,'Kanchrapara',41,1),
(5552,'Kandi',41,1),
(5553,'Kanki',41,1),
(5554,'Kankuria',41,1),
(5555,'Kantlia',41,1),
(5556,'Kanyanagar',41,1),
(5557,'Karimpur',41,1),
(5558,'Karsiyang',41,1),
(5559,'Kasba',41,1),
(5560,'Kasimbazar',41,1),
(5561,'Katwa',41,1),
(5562,'Kaugachhi',41,1),
(5563,'Kenda',41,1),
(5564,'Kendra Khottamdi',41,1),
(5565,'Kendua',41,1),
(5566,'Kesabpur',41,1),
(5567,'Khagrabari',41,1),
(5568,'Khalia',41,1),
(5569,'Khalor',41,1),
(5570,'Khandra',41,1),
(5571,'Khantora',41,1),
(5572,'Kharagpur',41,1),
(5573,'Kharagpur Railway Settlement',41,1),
(5574,'Kharar',41,1),
(5575,'Khardaha',41,1),
(5576,'Khari Mala Khagrabari',41,1),
(5577,'Kharsarai',41,1),
(5578,'Khatra',41,1),
(5579,'Khodarampur',41,1),
(5580,'Kodalia',41,1),
(5581,'Kolaghat',41,1),
(5582,'Kolaghat Thermal Power Project',41,1),
(5583,'Kolkata',41,1),
(5584,'Konardihi',41,1),
(5585,'Konnogar',41,1),
(5586,'Krishnanagar',41,1),
(5587,'Krishnapur',41,1),
(5588,'Kshidirpur',41,1),
(5589,'Kshirpai',41,1),
(5590,'Kulihanda',41,1),
(5591,'Kulti',41,1),
(5592,'Kunustara',41,1),
(5593,'Kuperskem',41,1),
(5594,'Madanpur',41,1),
(5595,'Madhusudanpur',41,1),
(5596,'Madhyamgram',41,1),
(5597,'Maheshtala',41,1),
(5598,'Mahiari',41,1),
(5599,'Mahikpur',41,1),
(5600,'Mahira',41,1),
(5601,'Mahishadal',41,1),
(5602,'Mainaguri',41,1),
(5603,'Makardaha',41,1),
(5604,'Mal',41,1),
(5605,'Malda',41,1),
(5606,'Mandarbani',41,1),
(5607,'Mansinhapur',41,1),
(5608,'Masila',41,1),
(5609,'Maslandapur',41,1),
(5610,'Mathabhanga',41,1),
(5611,'Mekliganj',41,1),
(5612,'Memari',41,1),
(5613,'Midnapur',41,1),
(5614,'Mirik',41,1),
(5615,'Monoharpur',41,1),
(5616,'Mrigala',41,1),
(5617,'Muragachha',41,1),
(5618,'Murgathaul',41,1),
(5619,'Murshidabad',41,1),
(5620,'Nabadhai Dutta Pukur',41,1),
(5621,'Nabagram',41,1),
(5622,'Nabgram',41,1),
(5623,'Nachhratpur Katabari',41,1),
(5624,'Nadia',41,1),
(5625,'Naihati',41,1),
(5626,'Nalhati',41,1),
(5627,'Nasra',41,1),
(5628,'Natibpur',41,1),
(5629,'Naupala',41,1),
(5630,'Navadwip',41,1),
(5631,'Nebadhai Duttapukur',41,1),
(5632,'New Barrackpore',41,1),
(5633,'Ni Barakpur',41,1),
(5634,'Nibra',41,1),
(5635,'Noapara',41,1),
(5636,'Nokpul',41,1),
(5637,'North Barakpur',41,1),
(5638,'Odlabari',41,1),
(5639,'Old Maldah',41,1),
(5640,'Ondal',41,1),
(5641,'Pairagachha',41,1),
(5642,'Palashban',41,1),
(5643,'Panchla',41,1),
(5644,'Panchpara',41,1),
(5645,'Pandua',41,1),
(5646,'Pangachhiya',41,1),
(5647,'Paniara',41,1),
(5648,'Panihati',41,1),
(5649,'Panuhat',41,1),
(5650,'Par Beliya',41,1),
(5651,'Parashkol',41,1),
(5652,'Parasia',41,1),
(5653,'Parbbatipur',41,1),
(5654,'Parui',41,1),
(5655,'Paschim Jitpur',41,1),
(5656,'Paschim Punro Para',41,1),
(5657,'Patrasaer',41,1),
(5658,'Pattabong Tea Garden',41,1),
(5659,'Patuli',41,1),
(5660,'Patulia',41,1),
(5661,'Phulia',41,1),
(5662,'Podara',41,1),
(5663,'Port Blair',41,1),
(5664,'Prayagpur',41,1),
(5665,'Pujali',41,1),
(5666,'Purba Medinipur',41,1),
(5667,'Purba Tajpur',41,1),
(5668,'Purulia',41,1),
(5669,'Raghudebbati',41,1),
(5670,'Raghudebpur',41,1),
(5671,'Raghunathchak',41,1),
(5672,'Raghunathpur',41,1),
(5673,'Raghunathpur-Dankuni',41,1),
(5674,'Raghunathpur-Magra',41,1),
(5675,'Raigachhi',41,1),
(5676,'Raiganj',41,1),
(5677,'Raipur',41,1),
(5678,'Rajarhat Gopalpur',41,1),
(5679,'Rajpur',41,1),
(5680,'Ramchandrapur',41,1),
(5681,'Ramjibanpur',41,1),
(5682,'Ramnagar',41,1),
(5683,'Rampur Hat',41,1),
(5684,'Ranaghat',41,1),
(5685,'Raniganj',41,1),
(5686,'Ratibati',41,1),
(5687,'Raypur',41,1),
(5688,'Rishra',41,1),
(5689,'Rishra Cantonment',41,1),
(5690,'Ruiya',41,1),
(5691,'Sahajadpur',41,1),
(5692,'Sahapur',41,1),
(5693,'Sainthia',41,1),
(5694,'Salap',41,1),
(5695,'Sankarpur',41,1),
(5696,'Sankrail',41,1),
(5697,'Santoshpur',41,1),
(5698,'Saontaidih',41,1),
(5699,'Sarenga',41,1),
(5700,'Sarpi',41,1),
(5701,'Satigachha',41,1),
(5702,'Serpur',41,1),
(5703,'Shankhanagar',41,1),
(5704,'Shantipur',41,1),
(5705,'Shrirampur',41,1),
(5706,'Siduli',41,1),
(5707,'Siliguri',41,1),
(5708,'Simla',41,1),
(5709,'Singur',41,1),
(5710,'Sirsha',41,1),
(5711,'Siuri',41,1),
(5712,'Sobhaganj',41,1),
(5713,'Sodpur',41,1),
(5714,'Sonamukhi',41,1),
(5715,'Sonatikiri',41,1),
(5716,'Srikantabati',41,1),
(5717,'Srirampur',41,1),
(5718,'Sukdal',41,1),
(5719,'Taherpur',41,1),
(5720,'Taki',41,1),
(5721,'Talbandha',41,1),
(5722,'Tamluk',41,1),
(5723,'Tarakeswar',41,1),
(5724,'Tentulberia',41,1),
(5725,'Tentulkuli',41,1),
(5726,'Thermal Power Project',41,1),
(5727,'Tinsukia',41,1),
(5728,'Titagarh',41,1),
(5729,'Tufanganj',41,1),
(5730,'Ukhra',41,1),
(5731,'Ula',41,1),
(5732,'Ulubaria',41,1),
(5733,'Uttar Durgapur',41,1),
(5734,'Uttar Goara',41,1),
(5735,'Uttar Kalas',41,1),
(5736,'Uttar Kamakhyaguri',41,1),
(5737,'Uttar Latabari',41,1),
(5738,'Uttar Mahammadpur',41,1),
(5739,'Uttar Pirpur',41,1),
(5740,'Uttar Raypur',41,1),
(5741,'Uttarpara-Kotrung',41,1),
(5742,'Abohar',2728,1),
(5743,'Adampur',2728,1),
(5744,'Ahmedgarh',2728,1),
(5745,'Ajnala',2728,1),
(5746,'Akalgarh',2728,1),
(5747,'Alawalpur',2728,1),
(5748,'Amloh',2728,1),
(5749,'Amritsar',2728,1),
(5750,'Amritsar Cantonment',2728,1),
(5751,'Anandpur Sahib',2728,1),
(5752,'Badhni Kalan',2728,1),
(5753,'Bagh Purana',2728,1),
(5754,'Balachaur',2728,1),
(5755,'Banaur',2728,1),
(5756,'Banga',2728,1),
(5757,'Banur',2728,1),
(5758,'Baretta',2728,1),
(5759,'Bariwala',2728,1),
(5760,'Barnala',2728,1),
(5761,'Bassi Pathana',2728,1),
(5762,'Batala',2728,1),
(5763,'Bathinda',2728,1),
(5764,'Begowal',2728,1),
(5765,'Behrampur',2728,1),
(5766,'Bhabat',2728,1),
(5767,'Bhadur',2728,1),
(5768,'Bhankharpur',2728,1),
(5769,'Bharoli Kalan',2728,1),
(5770,'Bhawanigarh',2728,1),
(5771,'Bhikhi',2728,1),
(5772,'Bhikhiwind',2728,1),
(5773,'Bhisiana',2728,1),
(5774,'Bhogpur',2728,1),
(5775,'Bhuch',2728,1),
(5776,'Bhulath',2728,1),
(5777,'Budha Theh',2728,1),
(5778,'Budhlada',2728,1),
(5779,'Chima',2728,1),
(5780,'Chohal',2728,1),
(5781,'Dasuya',2728,1),
(5782,'Daulatpur',2728,1),
(5783,'Dera Baba Nanak',2728,1),
(5784,'Dera Bassi',2728,1),
(5785,'Dhanaula',2728,1),
(5786,'Dharam Kot',2728,1),
(5787,'Dhariwal',2728,1),
(5788,'Dhilwan',2728,1),
(5789,'Dhuri',2728,1),
(5790,'Dinanagar',2728,1),
(5791,'Dirba',2728,1),
(5792,'Doraha',2728,1),
(5793,'Faridkot',2728,1),
(5794,'Fateh Nangal',2728,1),
(5795,'Fatehgarh Churian',2728,1),
(5796,'Fatehgarh Sahib',2728,1),
(5797,'Fazilka',2728,1),
(5798,'Firozpur',2728,1),
(5799,'Firozpur Cantonment',2728,1),
(5800,'Gardhiwala',2728,1),
(5801,'Garhshankar',2728,1),
(5802,'Ghagga',2728,1),
(5803,'Ghanaur',2728,1),
(5804,'Giddarbaha',2728,1),
(5805,'Gobindgarh',2728,1),
(5806,'Goniana',2728,1),
(5807,'Goraya',2728,1),
(5808,'Gurdaspur',2728,1),
(5809,'Guru Har Sahai',2728,1),
(5810,'Hajipur',2728,1),
(5811,'Handiaya',2728,1),
(5812,'Hariana',2728,1),
(5813,'Hoshiarpur',2728,1),
(5814,'Hussainpur',2728,1),
(5815,'Jagraon',2728,1),
(5816,'Jaitu',2728,1),
(5817,'Jalalabad',2728,1),
(5818,'Jalandhar',2728,1),
(5819,'Jalandhar Cantonment',2728,1),
(5820,'Jandiala',2728,1),
(5821,'Jugial',2728,1),
(5822,'Kalanaur',2728,1),
(5823,'Kapurthala',2728,1),
(5824,'Karoran',2728,1),
(5825,'Kartarpur',2728,1),
(5826,'Khamanon',2728,1),
(5827,'Khanauri',2728,1),
(5828,'Khanna',2728,1),
(5829,'Kharar',2728,1),
(5830,'Khem Karan',2728,1),
(5831,'Kot Fatta',2728,1),
(5832,'Kot Isa Khan',2728,1),
(5833,'Kot Kapura',2728,1),
(5834,'Kotkapura',2728,1),
(5835,'Kurali',2728,1),
(5836,'Lalru',2728,1),
(5837,'Lehra Gaga',2728,1),
(5838,'Lodhian Khas',2728,1),
(5839,'Longowal',2728,1),
(5840,'Ludhiana',2728,1),
(5841,'Machhiwara',2728,1),
(5842,'Mahilpur',2728,1),
(5843,'Majitha',2728,1),
(5844,'Makhu',2728,1),
(5845,'Malaut',2728,1),
(5846,'Malerkotla',2728,1),
(5847,'Maloud',2728,1),
(5848,'Mandi Gobindgarh',2728,1),
(5849,'Mansa',2728,1),
(5850,'Maur',2728,1),
(5851,'Moga',2728,1),
(5852,'Mohali',2728,1),
(5853,'Moonak',2728,1),
(5854,'Morinda',2728,1),
(5855,'Mukerian',2728,1),
(5856,'Muktsar',2728,1),
(5857,'Mullanpur Dakha',2728,1),
(5858,'Mullanpur Garibdas',2728,1),
(5859,'Munak',2728,1),
(5860,'Muradpura',2728,1),
(5861,'Nabha',2728,1),
(5862,'Nakodar',2728,1),
(5863,'Nangal',2728,1),
(5864,'Nawashahr',2728,1),
(5865,'Naya Nangal',2728,1),
(5866,'Nehon',2728,1),
(5867,'Nurmahal',2728,1),
(5868,'Pathankot',2728,1),
(5869,'Patiala',2728,1),
(5870,'Patti',2728,1),
(5871,'Pattran',2728,1),
(5872,'Payal',2728,1),
(5873,'Phagwara',2728,1),
(5874,'Phillaur',2728,1),
(5875,'Qadian',2728,1),
(5876,'Rahon',2728,1),
(5877,'Raikot',2728,1),
(5878,'Raja Sansi',2728,1),
(5879,'Rajpura',2728,1),
(5880,'Ram Das',2728,1),
(5881,'Raman',2728,1),
(5882,'Rampura',2728,1),
(5883,'Rayya',2728,1),
(5884,'Rupnagar',2728,1),
(5885,'Rurki Kasba',2728,1),
(5886,'Sahnewal',2728,1),
(5887,'Samana',2728,1),
(5888,'Samrala',2728,1),
(5889,'Sanaur',2728,1),
(5890,'Sangat',2728,1),
(5891,'Sangrur',2728,1),
(5892,'Sansarpur',2728,1),
(5893,'Sardulgarh',2728,1),
(5894,'Shahkot',2728,1),
(5895,'Sham Churasi',2728,1),
(5896,'Shekhpura',2728,1),
(5897,'Sirhind',2728,1),
(5898,'Sri Hargobindpur',2728,1),
(5899,'Sujanpur',2728,1),
(5900,'Sultanpur Lodhi',2728,1),
(5901,'Sunam',2728,1),
(5902,'Talwandi Bhai',2728,1),
(5903,'Talwara',2728,1),
(5904,'Tappa',2728,1),
(5905,'Tarn Taran',2728,1),
(5906,'Urmar Tanda',2728,1),
(5907,'Zira',2728,1),
(5908,'Zirakpur',2728,1),
(5909,'Eshkashem',42,1),
(5910,'Fayzabad',42,1),
(5911,'Jurm',42,1),
(5912,'Khandud',42,1),
(5913,'Qal\'eh-ye Panjeh',42,1),
(5914,'Bala Morghab',43,1),
(5915,'Qal\'eh-ye Naw',43,1),
(5916,'Andarab',44,1),
(5917,'Baghlan',44,1),
(5918,'Dahaneh-ye Ghawri',44,1),
(5919,'Nahrin',44,1),
(5920,'Pol-e Khumri',44,1),
(5921,'Balkh',45,1),
(5922,'Dawlatabad',45,1),
(5923,'Mazar-e Sharif',45,1),
(5924,'Qarchi Gak',45,1),
(5925,'Shulgara',45,1),
(5926,'Tash Gozar',45,1),
(5927,'Bamiyan',46,1),
(5928,'Panjab',46,1),
(5929,'Qil Qal\'eh',46,1),
(5930,'Anar Darreh',47,1),
(5931,'Farah',47,1),
(5932,'Shindand',47,1),
(5933,'Andkhvoy',48,1),
(5934,'Darzi Ab',48,1),
(5935,'Dawlatabad',48,1),
(5936,'Maymanah',48,1),
(5937,'Chaghcharan',49,1),
(5938,'Shahrak',49,1),
(5939,'Taywarah',49,1),
(5940,'Ghazni',50,1),
(5941,'Awbeh',51,1),
(5942,'Eslam Qal\'eh',51,1),
(5943,'Ghurian',51,1),
(5944,'Herat',51,1),
(5945,'Karukh',51,1),
(5946,'Kuhestan',51,1),
(5947,'Kushk',51,1),
(5948,'Qarabagh',51,1),
(5949,'Tawraghudi',51,1),
(5950,'Tir Pol',51,1),
(5951,'Zendejan',51,1),
(5952,'Baghran',52,1),
(5953,'Darwishan',52,1),
(5954,'Deh Shu',52,1),
(5955,'Gereshk',52,1),
(5956,'Lashkar Gah',52,1),
(5957,'Sangin',52,1),
(5958,'Aqchah',53,1),
(5959,'Qarqin',53,1),
(5960,'Sang-e Charak',53,1),
(5961,'Shibarghan',53,1),
(5962,'Baghrami',54,1),
(5963,'Kabul',54,1),
(5964,'Mir Bachchekut',54,1),
(5965,'Paghman',54,1),
(5966,'Qarabagh',54,1),
(5967,'Sarawbi',54,1),
(5968,'Mahmud-e Raqi',55,1),
(5969,'Taghab',55,1),
(5970,'Khawst',56,1),
(5971,'Asadabad',57,1),
(5972,'Asmar',57,1),
(5973,'Mehtar Lam',58,1),
(5974,'Azraw',59,1),
(5975,'Baraki Barak',59,1),
(5976,'Pol-e Alam',59,1),
(5977,'Achin',60,1),
(5978,'Batsawul',60,1),
(5979,'Hugyani',60,1),
(5980,'Jalalabad',60,1),
(5981,'Nader Shah Kawt',60,1),
(5982,'Chahar Burjak',61,1),
(5983,'Chakhansur',61,1),
(5984,'Khash',61,1),
(5985,'Mirabad',61,1),
(5986,'Rudbar',61,1),
(5987,'Zaranj',61,1),
(5988,'Nuristan',62,1),
(5989,'Orgun',63,1),
(5990,'Zareh Sharan',63,1),
(5991,'Zarghun Shahr',63,1),
(5992,'\'Ali Khayl',64,1),
(5993,'Ghardez',64,1),
(5994,'Charikar',65,1),
(5995,'Jabal-os-Saraj',65,1),
(5996,'Qandahar',66,1),
(5997,'Dasht-e Archa',67,1),
(5998,'Emam Saheb',67,1),
(5999,'Hazart Imam',67,1),
(6000,'Khanabad',67,1),
(6001,'Qal\'eh-ye Zal',67,1),
(6002,'Qunduz',67,1),
(6003,'Aybak',68,1),
(6004,'Kholm',68,1),
(6005,'Chah Ab',70,1),
(6006,'Eshkamesh',70,1),
(6007,'Farkhar',70,1),
(6008,'Khwajeh Ghar',70,1),
(6009,'Rostaq',70,1),
(6010,'Taloqan',70,1),
(6011,'Yangi Qal\'eh',70,1),
(6012,'Deh Rawud',71,1),
(6013,'Gaz Ab',71,1),
(6014,'Tarin Kawt',71,1),
(6015,'Uruzgan',71,1),
(6016,'Gardan Diwal',72,1),
(6017,'Maydanshahr',72,1),
(6018,'Qalat-e Ghilzay',73,1),
(6019,'Berat',74,1),
(6020,'Polican',74,1),
(6021,'Ure Vajgurore',74,1),
(6022,'Bulqize',75,1),
(6023,'Delvine',76,1),
(6024,'Bilisht',77,1),
(6025,'Maqellare',78,1),
(6026,'Peshkopi',78,1),
(6027,'Durres',79,1),
(6028,'Shijak',79,1),
(6029,'Cerrik',80,1),
(6030,'Elbasan',80,1),
(6031,'Kerrabe',80,1),
(6032,'Fier',81,1),
(6033,'Patos',81,1),
(6034,'Roskovec',81,1),
(6035,'Gjirokaster',82,1),
(6036,'Libohove',82,1),
(6037,'Gramsh',83,1),
(6038,'Krume',84,1),
(6039,'Kavaje',85,1),
(6040,'Erseke',86,1),
(6041,'Leskovik',86,1),
(6042,'Korce',87,1),
(6043,'Maliq',87,1),
(6044,'Fushe-Kruje',88,1),
(6045,'Kruje',88,1),
(6046,'Mamurras',88,1),
(6047,'Milot',88,1),
(6048,'Kucove',89,1),
(6049,'Kukes',90,1),
(6050,'Lac',91,1),
(6051,'Lezhe',92,1),
(6052,'Shengjin',92,1),
(6053,'Librazhd',93,1),
(6054,'Perrenjas',93,1),
(6055,'Lushnje',94,1),
(6056,'Rrogozhine',94,1),
(6057,'Ballsh',95,1),
(6058,'Burrel',97,1),
(6059,'Klos',97,1),
(6060,'Kraste',97,1),
(6061,'Ulze',97,1),
(6062,'Kurbnesh',98,1),
(6063,'Rreshen',98,1),
(6064,'Rubik',98,1),
(6065,'Peqin',99,1),
(6066,'Kelcyre',100,1),
(6067,'Permet',100,1),
(6068,'Pogradec',101,1),
(6069,'Fierze',102,1),
(6070,'Fushe-Arrez',102,1),
(6071,'Puke',102,1),
(6072,'Konispol',103,1),
(6073,'Sarande',103,1),
(6074,'Shkoder',104,1),
(6075,'Corovode',105,1),
(6076,'Memaliaj',106,1),
(6077,'Tepelene',106,1),
(6078,'Kamze',107,1),
(6079,'Paskuqan',107,1),
(6080,'Tirane',107,1),
(6081,'Vore',107,1),
(6082,'Bajram Curri',108,1),
(6083,'Himare',109,1),
(6084,'Orikum',109,1),
(6085,'Selenice',109,1),
(6086,'Vlore',109,1),
(6087,'Adrar',112,1),
(6088,'Awlaf',112,1),
(6089,'Rijan',112,1),
(6090,'Timimun',112,1),
(6091,'Hydra',113,1),
(6092,'Kouba',113,1),
(6093,'Annabah',114,1),
(6094,'Birrahhal',114,1),
(6095,'Saraydih',114,1),
(6096,'Sidi Amar',114,1),
(6097,'al-Buni',114,1),
(6098,'al-Hajar',114,1),
(6099,'\'Abadlah',115,1),
(6100,'Bani Wanif',115,1),
(6101,'Bashshar',115,1),
(6102,'Qanadsan',115,1),
(6103,'Taghit',115,1),
(6104,'\'Aris',116,1),
(6105,'\'Ayn Tutah',116,1),
(6106,'Barikah',116,1),
(6107,'Batnah',116,1),
(6108,'Marwanah',116,1),
(6109,'Naghaus',116,1),
(6110,'Ra\'s-al-\'Ayun',116,1),
(6111,'Tazult',116,1),
(6112,'\'Ayt Rizin',117,1),
(6113,'Akbu',117,1),
(6114,'Amizur',117,1),
(6115,'Barbasha',117,1),
(6116,'Bijayah',117,1),
(6117,'Farrawn',117,1),
(6118,'Ighram',117,1),
(6119,'Sadduk',117,1),
(6120,'Shamini',117,1),
(6121,'Sidi \'Aysh',117,1),
(6122,'Taskaryut',117,1),
(6123,'Tazmalt',117,1),
(6124,'Timazrit',117,1),
(6125,'Uz-al-Laqin',117,1),
(6126,'al-Qasr',117,1),
(6127,'Awlad Jallal',118,1),
(6128,'Biskrah',118,1),
(6129,'Sidi Khalid',118,1),
(6130,'Sidi Ukbah',118,1),
(6131,'Tulja',118,1),
(6132,'Um\'ash',118,1),
(6133,'Zaribat-al-Wad',118,1),
(6134,'Awlad Salam',119,1),
(6135,'Awlad Yaysh',119,1),
(6136,'Bani Khalil',119,1),
(6137,'Bani Marad',119,1),
(6138,'Bani Tamu',119,1),
(6139,'Blidah',119,1),
(6140,'Bu Arfa',119,1),
(6141,'Bufarik',119,1),
(6142,'Buinan',119,1),
(6143,'Buqara',119,1),
(6144,'Maftah',119,1),
(6145,'Muzayah',119,1),
(6146,'Shabli',119,1),
(6147,'Shari\'ah',119,1),
(6148,'Shiffa',119,1),
(6149,'Sidi Mussa',119,1),
(6150,'Suma',119,1),
(6151,'Wadi al-Allagh',119,1),
(6152,'al-\'Afrun',119,1),
(6153,'al-Arba\'a',119,1),
(6154,'\'Ayn Bissim',120,1),
(6155,'Aghbalu',120,1),
(6156,'Bi\'r Ghabalu',120,1),
(6157,'Buirah',120,1),
(6158,'Lakhdariyah',120,1),
(6159,'Shurfa',120,1),
(6160,'Sur-al-Ghuzlan',120,1),
(6161,'\'Ayn Tayah',121,1),
(6162,'Awlad Haddaj',121,1),
(6163,'Awlad Mussa',121,1),
(6164,'Bani Amran',121,1),
(6165,'Budwawu',121,1),
(6166,'Budwawu al-Bahri',121,1),
(6167,'Bumardas',121,1),
(6168,'Burj Minayal',121,1),
(6169,'Dalis',121,1),
(6170,'Hammadi',121,1),
(6171,'Issar',121,1),
(6172,'Khamis-al-Khashnah',121,1),
(6173,'Nasiriyah',121,1),
(6174,'Raghayah',121,1),
(6175,'Sa\'abat',121,1),
(6176,'Tinyah',121,1),
(6177,'al-Arba\'a Tash',121,1),
(6178,'ar-Ruwibah',121,1),
(6179,'Ammi Mussa',123,1),
(6180,'Ghalizan',123,1),
(6181,'Jidiwiyah',123,1),
(6182,'Mazunah',123,1),
(6183,'Sidi Muhammad Ban \'Ali',123,1),
(6184,'Wadi Rahiyu',123,1),
(6185,'Zammurah',123,1),
(6186,'Biryan',124,1),
(6187,'Bu Nura',124,1),
(6188,'Ghardaia',124,1),
(6189,'Ghardayah',124,1),
(6190,'Matlili',124,1),
(6191,'al-Ghuli\'ah',124,1),
(6192,'al-Qararah',124,1),
(6193,'Ilizi',125,1),
(6194,'Amir \'Abd-al-Qadar',126,1),
(6195,'Jijili',126,1),
(6196,'Shifka',126,1),
(6197,'Tahar',126,1),
(6198,'al-Miliyah',126,1),
(6199,'\'Ayn Wissarah',127,1),
(6200,'\'Ayn-al-Ibil',127,1),
(6201,'Birin',127,1),
(6202,'Dar Shiyukh',127,1),
(6203,'Hassi Bahbah',127,1),
(6204,'Jilfah',127,1),
(6205,'Mis\'ad',127,1),
(6206,'Sharif',127,1),
(6207,'al-Idrisiyah',127,1),
(6208,'Khanshalah',128,1),
(6209,'Sharshar',128,1),
(6210,'Tawziyanat',128,1),
(6211,'al-Mahmal',128,1),
(6212,'\'Ayn-al-Hajal',129,1),
(6213,'\'Ayn-al-Milh',129,1),
(6214,'Bu Sa\'adah',129,1),
(6215,'Hammam Dhala\'a',129,1),
(6216,'Ma\'adid',129,1),
(6217,'Maghra',129,1),
(6218,'Masilah',129,1),
(6219,'Sidi \'Aysa',129,1),
(6220,'Wanugha',129,1),
(6221,'\'Ayn Bu Sif',130,1),
(6222,'Birwaghiyah',130,1),
(6223,'Midyah',130,1),
(6224,'Qasr-al-Bukhari',130,1),
(6225,'Shillalah',130,1),
(6226,'Tablat',130,1),
(6227,'Farjiwah',131,1),
(6228,'Milah',131,1),
(6229,'Qararam Quqa',131,1),
(6230,'Ruwashad',131,1),
(6231,'Salghum-al-\'Ayd',131,1),
(6232,'Sidi Maruf',131,1),
(6233,'Sidi Marwan',131,1),
(6234,'Tajananah',131,1),
(6235,'Talighmah',131,1),
(6236,'Wadi Athmaniyah',131,1),
(6237,'Bu Khanifiyah',132,1),
(6238,'Muaskar',132,1),
(6239,'Muhammadiyah',132,1),
(6240,'Siq',132,1),
(6241,'Tighinnif',132,1),
(6242,'Wadi al-Abtal',132,1),
(6243,'Zahana',132,1),
(6244,'\'Ayn Tadalas',133,1),
(6245,'Hassi Mamash',133,1),
(6246,'Mazaghran',133,1),
(6247,'Mustaghanam',133,1),
(6248,'Sidi Ali',133,1),
(6249,'\'Ayn Safra',134,1),
(6250,'Mishriyah',134,1),
(6251,'Naama',134,1),
(6252,'Oran',135,1),
(6253,'Ouargla',136,1),
(6254,'\'Ayn Bardah',137,1),
(6255,'Bumahra Ahmad',137,1),
(6256,'Hamman Awlad \'Ali',137,1),
(6257,'Qalmah',137,1),
(6258,'Wadi Zinati',137,1),
(6259,'\'Ayn Abid',138,1),
(6260,'\'Ayn Samara',138,1),
(6261,'Didush Murad',138,1),
(6262,'Hamma Bu Ziyan',138,1),
(6263,'Qustantinah',138,1),
(6264,'Zighut Yusuf',138,1),
(6265,'al-Khurub',138,1),
(6266,'\'Azzabah',139,1),
(6267,'Amjaz Adshish',139,1),
(6268,'Fil Fila',139,1),
(6269,'Karkira',139,1),
(6270,'Ramadan Jamal',139,1),
(6271,'Sakikdah',139,1),
(6272,'Shataybih',139,1),
(6273,'Tamalus',139,1),
(6274,'al-Harush',139,1),
(6275,'al-Qull',139,1),
(6276,'\'Ayn \'Azl',140,1),
(6277,'\'Ayn Arnat',140,1),
(6278,'\'Ayn Taqrut',140,1),
(6279,'\'Ayn Wilman',140,1),
(6280,'\'Ayn-al-Khabira',140,1),
(6281,'Bouira',140,1),
(6282,'Buq\'ah',140,1),
(6283,'Salah Bay',140,1),
(6284,'Satif',140,1),
(6285,'Setif',140,1),
(6286,'Ziyama Mansuriyah',140,1),
(6287,'al-\'Ulmah',140,1),
(6288,'\'Ayn-al-Hajar',141,1),
(6289,'Sayda\'',141,1),
(6290,'\'Ayn Qazzan',144,1),
(6291,'\'Ayn Salah',144,1),
(6292,'Tamanghasat',144,1),
(6293,'\'Ayn Binyan',145,1),
(6294,'Bu Isma\'il',145,1),
(6295,'Bu Midfar\'ah',145,1),
(6296,'Damus',145,1),
(6297,'Duwirah',145,1),
(6298,'Hajut',145,1),
(6299,'Hammam Righa',145,1),
(6300,'Sawlah',145,1),
(6301,'Shiragha',145,1),
(6302,'Shirshall',145,1),
(6303,'Sidi Farj',145,1),
(6304,'Stawali',145,1),
(6305,'Tibazah',145,1),
(6306,'Ziralda',145,1),
(6307,'al-Qull\'ah',145,1),
(6308,'Bi\'r-al-\'Itir',146,1),
(6309,'Hammamat',146,1),
(6310,'Mursut',146,1),
(6311,'Shariyah',146,1),
(6312,'Tibissah',146,1),
(6313,'Winzah',146,1),
(6314,'al-\'Awaynat',146,1),
(6315,'Awlad Mimun',147,1),
(6316,'Bani Mastar',147,1),
(6317,'Bani Sikran',147,1),
(6318,'Ghazawat',147,1),
(6319,'Hannayah',147,1),
(6320,'Maghniyah',147,1),
(6321,'Nidruma',147,1),
(6322,'Ramsh',147,1),
(6323,'Sabra',147,1),
(6324,'Shatwan',147,1),
(6325,'Sibdu',147,1),
(6326,'Sidi \'Abdallah',147,1),
(6327,'Tilimsan',147,1),
(6328,'al-Mansurah',147,1),
(6329,'Tinduf',148,1),
(6330,'Thaniyat-al-Had',149,1),
(6331,'Tisamsilt',149,1),
(6332,'\'Ayn Dhahab',150,1),
(6333,'Firindah',150,1),
(6334,'Mahdiyah',150,1),
(6335,'Mashra\'a Asfa',150,1),
(6336,'Qasr Shillalah',150,1),
(6337,'Rahuyah',150,1),
(6338,'Sughar',150,1),
(6339,'Takhamarat',150,1),
(6340,'Tiyarat',150,1),
(6341,'\'Ayn Bayda',152,1),
(6342,'\'Ayn Fakrun',152,1),
(6343,'\'Ayn Kirshah',152,1),
(6344,'\'Ayn Malilah',152,1),
(6345,'Bi\'r Shuhada',152,1),
(6346,'Miskyanah',152,1),
(6347,'Shamurah',152,1),
(6348,'Umm-al-Bawaghi',152,1),
(6349,'\'Ayn Biya',153,1),
(6350,'\'Ayn-at-Turk',153,1),
(6351,'Arzu',153,1),
(6352,'Bi\'r-al-Jir',153,1),
(6353,'Butlilis',153,1),
(6354,'Hassi Bu Nif',153,1),
(6355,'Mars-al-Kabir',153,1),
(6356,'Qadayal',153,1),
(6357,'Sidi ash-Shami',153,1),
(6358,'Wadi Thalatha',153,1),
(6359,'Wahran',153,1),
(6360,'al-Ansur',153,1),
(6361,'as-Saniyah',153,1),
(6362,'Hassi Mas\'ud',154,1),
(6363,'Nazla',154,1),
(6364,'Ruwisiyat',154,1),
(6365,'Tabisbast',154,1),
(6366,'Tamalhat',154,1),
(6367,'Tamasin',154,1),
(6368,'Tayabat-al-Janubiyah',154,1),
(6369,'Tughghurt',154,1),
(6370,'Warqla',154,1),
(6371,'al-Hajirah',154,1),
(6372,'Aflu',158,1),
(6373,'Hassi al-Raml',158,1),
(6374,'al-Aghwat',158,1),
(6375,'Brizyanah',159,1),
(6376,'al-Abyad Sidi Shaykh',159,1),
(6377,'al-Bayadh',159,1),
(6378,'Bab Azwar',160,1),
(6379,'Baraki',160,1),
(6380,'Bir Murad Rais',160,1),
(6381,'Birkhadam',160,1),
(6382,'Burj-al-Kiffan',160,1),
(6383,'Dar-al-Bayda',160,1),
(6384,'al-Jaza\'ir',160,1),
(6385,'Bayadha',161,1),
(6386,'Dabilah',161,1),
(6387,'Hassan \'Abd-al-Karim',161,1),
(6388,'Hassi Halifa',161,1),
(6389,'Jama\'a',161,1),
(6390,'Maqran',161,1),
(6391,'Qamar',161,1),
(6392,'Raqiba',161,1),
(6393,'Rubbah',161,1),
(6394,'Sidi Amran',161,1),
(6395,'al-Mighair',161,1),
(6396,'al-Wad',161,1),
(6397,'\'Ayn Maran',162,1),
(6398,'Abu al-Hassan',162,1),
(6399,'Bani Hawa',162,1),
(6400,'Bu Qadir',162,1),
(6401,'Sidi Ukaskah',162,1),
(6402,'Tanas',162,1),
(6403,'Wadi Sali',162,1),
(6404,'Wadi al-Fiddah',162,1),
(6405,'ash-Shalif',162,1),
(6406,'ash-Shattiyah',162,1),
(6407,'Ban Mahdi',163,1),
(6408,'Bani Amar',163,1),
(6409,'Basbas',163,1),
(6410,'Dariyan',163,1),
(6411,'Saba\'ita Muk',163,1),
(6412,'al-Qal\'ah',163,1),
(6413,'at-Tarif',163,1),
(6414,'Afono',164,1),
(6415,'Alao',164,1),
(6416,'Alofau',164,1),
(6417,'Amouli',164,1),
(6418,'Aoa',164,1),
(6419,'Atu\'u',164,1),
(6420,'Aua',164,1),
(6421,'Aunu\'u',164,1),
(6422,'Faga\'alu',164,1),
(6423,'Faga\'itua',164,1),
(6424,'Fagasa',164,1),
(6425,'Fagatogo',164,1),
(6426,'Lauli\'i',164,1),
(6427,'Leloaloa',164,1),
(6428,'Nu\'uuli',164,1),
(6429,'Pago Pago',164,1),
(6430,'Tula',164,1),
(6431,'Utulei',164,1),
(6432,'Vatia',164,1),
(6433,'Ofu',165,1),
(6434,'Aoloau',167,1),
(6435,'Faleniu',167,1),
(6436,'Futiga',167,1),
(6437,'Ili\'ili',167,1),
(6438,'Leone',167,1),
(6439,'Malaeimi',167,1),
(6440,'Malaeloa-Aitulagi',167,1),
(6441,'Malaeloa-Ituau',167,1),
(6442,'Mapusagafou',167,1),
(6443,'Mesepa',167,1),
(6444,'Pava\'ia\'i',167,1),
(6445,'Tafuna',167,1),
(6446,'Taputimu',167,1),
(6447,'Vailoatai',167,1),
(6448,'Vaitogi',167,1),
(6449,'Canillo',169,1),
(6450,'Encamp',170,1),
(6451,'Ordino',173,1),
(6452,'Caxito',175,1),
(6453,'Benguela',176,1),
(6454,'Lobito',176,1),
(6455,'Camacupa',177,1),
(6456,'Catabola',177,1),
(6457,'Catumbela',177,1),
(6458,'Chissamba',177,1),
(6459,'Kuito',177,1),
(6460,'Cabinda',178,1),
(6461,'Ondjiva',179,1),
(6462,'Caala',180,1),
(6463,'Catchiungo',180,1),
(6464,'Huambo',180,1),
(6465,'Longonjo',180,1),
(6466,'Caconda',181,1),
(6467,'Caluquembe',181,1),
(6468,'Lubango',181,1),
(6469,'Menongue',182,1),
(6470,'Luanda',185,1),
(6471,'Malanje',188,1),
(6472,'Cazaje',189,1),
(6473,'Leua',189,1),
(6474,'Luau',189,1),
(6475,'Luena',189,1),
(6476,'Lumeje',189,1),
(6477,'Namibe',190,1),
(6478,'Camabatela',191,1),
(6479,'Uige',191,1),
(6480,'M\'banza-Kongo',192,1),
(6481,'N\'zeto',192,1),
(6482,'Soyo',192,1),
(6483,'Codrington',201,1),
(6484,'Catamarca',209,1),
(6485,'Presidencia Roque Saenz Pena',210,1),
(6486,'Resistencia',210,1),
(6487,'Comodoro Rivadavia',211,1),
(6488,'Puerto Madryn',211,1),
(6489,'Rawson',211,1),
(6490,'Trelew',211,1),
(6491,'Alta Gracia',212,1),
(6492,'Bell Ville',212,1),
(6493,'Cordoba',212,1),
(6494,'Rio Cuarto',212,1),
(6495,'Rio Tercero',212,1),
(6496,'San Francisco',212,1),
(6497,'Villa Carlos Paz',212,1),
(6498,'Villa Maria',212,1),
(6499,'Corrientes',213,1),
(6500,'Goya',213,1),
(6501,'Mercedes',213,1),
(6502,'San Lorenzo',213,1),
(6503,'Formosa',216,1),
(6504,'Jujuy',217,1),
(6505,'Libertador General San Martin',217,1),
(6506,'San Pedro',217,1),
(6507,'Godoy Cruz',220,1),
(6508,'Lujan',220,1),
(6509,'Mendoza',220,1),
(6510,'Rivadavia',220,1),
(6511,'San Martin',220,1),
(6512,'San Rafael',220,1),
(6513,'Eldorado',221,1),
(6514,'Obera',221,1),
(6515,'Posadas',221,1),
(6516,'Cutral Co',222,1),
(6517,'Neuquen',222,1),
(6518,'Salta',224,1),
(6519,'San Ramon de la Nueva Oran',224,1),
(6520,'Tartagal',224,1),
(6521,'Tucuman',231,1),
(6522,'Ashtarak',232,1),
(6523,'Talin',232,1),
(6524,'Ararat',233,1),
(6525,'Artashat',233,1),
(6526,'Armavir',234,1),
(6527,'Vagharshapat',234,1),
(6528,'Gavar',235,1),
(6529,'Martuni',235,1),
(6530,'Sevan',235,1),
(6531,'Vardenis',235,1),
(6532,'Abovyan',236,1),
(6533,'Arzni',236,1),
(6534,'Charentsavan',236,1),
(6535,'Hrazdan',236,1),
(6536,'Akhtala',237,1),
(6537,'Alaverdi',237,1),
(6538,'Spitak',237,1),
(6539,'Stepanavan',237,1),
(6540,'Tashir',237,1),
(6541,'Vanadzor',237,1),
(6542,'Artik',238,1),
(6543,'Gyumri',238,1),
(6544,'Stepanakert',239,1),
(6545,'Angeghakot',240,1),
(6546,'Goris',240,1),
(6547,'Kajaran',240,1),
(6548,'Kapan',240,1),
(6549,'Meghri',240,1),
(6550,'Sisian',240,1),
(6551,'Dilijan',241,1),
(6552,'Ijevan',241,1),
(6553,'Yerevan',243,1),
(6554,'Aruba',244,1),
(6555,'Glenfield',245,1),
(6556,'Henderson',245,1),
(6557,'Milford',245,1),
(6558,'Balgowlah',247,1),
(6559,'Balmain',248,1),
(6560,'Bankstown',249,1),
(6561,'Camberwell',252,1),
(6562,'Caulfield',255,1),
(6563,'Chatswood',256,1),
(6564,'Cheltenham',257,1),
(6565,'Cherrybrook',258,1),
(6566,'Clayton',259,1),
(6567,'Collingwood',260,1),
(6568,'Hawthorn',262,1),
(6569,'Jannnali',263,1),
(6570,'Knoxfield',264,1),
(6571,'Melbourne',265,1),
(6572,'South Oakleigh',265,1),
(6573,'Cottesole',268,1),
(6574,'Darch',268,1),
(6575,'Mullaloo',268,1),
(6576,'Noranda',268,1),
(6577,'Osborne Park',268,1),
(6578,'Willetton',268,1),
(6579,'Acacia Ridge',269,1),
(6580,'Aitkenvale',269,1),
(6581,'Alderley',269,1),
(6582,'Alexander Hills',269,1),
(6583,'Archerfield',269,1),
(6584,'Ashmore',269,1),
(6585,'Atherton',269,1),
(6586,'Ayr',269,1),
(6587,'Beachmere',269,1),
(6588,'Beenleigh',269,1),
(6589,'Beerwah',269,1),
(6590,'Bell',269,1),
(6591,'Belmont',269,1),
(6592,'Biloela',269,1),
(6593,'Birkdale',269,1),
(6594,'Blackwater',269,1),
(6595,'Bongaree',269,1),
(6596,'Bonogin',269,1),
(6597,'Boonah',269,1),
(6598,'Bowen',269,1),
(6599,'Brendale',269,1),
(6600,'Brisbane',269,1),
(6601,'Buddina',269,1),
(6602,'Buderim',269,1),
(6603,'Bundaberg',269,1),
(6604,'Bundall',269,1),
(6605,'Burleigh Heads',269,1),
(6606,'Burpengary',269,1),
(6607,'Cabaland',269,1),
(6608,'Caboolture',269,1),
(6609,'Cairns',269,1),
(6610,'Cairns Northern Beaches',269,1),
(6611,'Caloundra',269,1),
(6612,'Capalaba',269,1),
(6613,'Charters Towers',269,1),
(6614,'Childers',269,1),
(6615,'Cleveland',269,1),
(6616,'Coolum Beach',269,1),
(6617,'Coopers Plain',269,1),
(6618,'Dalby',269,1),
(6619,'Deception Bay',269,1),
(6620,'Eagle Farm',269,1),
(6621,'Eagleby',269,1),
(6622,'Emerald',269,1),
(6623,'Emundi',269,1),
(6624,'Forest Lake',269,1),
(6625,'Gatton',269,1),
(6626,'Gladstone',269,1),
(6627,'Gold Coast',269,1),
(6628,'Gowrie Junction',269,1),
(6629,'Gympie',269,1),
(6630,'Helensvale',269,1),
(6631,'Hervey Bay',269,1),
(6632,'Ingham',269,1),
(6633,'Innisfail',269,1),
(6634,'Ipswich',269,1),
(6635,'Jindalee',269,1),
(6636,'Julatten',269,1),
(6637,'Kawana Waters',269,1),
(6638,'Kingaroy',269,1),
(6639,'Lawnton',269,1),
(6640,'Loganholme',269,1),
(6641,'Mackay',269,1),
(6642,'Mareeba',269,1),
(6643,'Maroochydore',269,1),
(6644,'Maroochydore-Mooloolaba',269,1),
(6645,'Maryborough',269,1),
(6646,'Miami',269,1),
(6647,'Milton',269,1),
(6648,'Molendinar',269,1),
(6649,'Moranbah',269,1),
(6650,'Morayfield',269,1),
(6651,'Mossman',269,1),
(6652,'Mount Glorious',269,1),
(6653,'Mount Isa',269,1),
(6654,'Murarrie',269,1),
(6655,'Nairand Kay',269,1),
(6656,'Nambour',269,1),
(6657,'Nerang',269,1),
(6658,'Nobby Beach',269,1),
(6659,'Noosa Heads',269,1),
(6660,'Noosaville',269,1),
(6661,'Paddington',269,1),
(6662,'Port Douglas',269,1),
(6663,'Robina',269,1),
(6664,'Rockhampton',269,1),
(6665,'Rocklea',269,1),
(6666,'Roma',269,1),
(6667,'Rubyvale',269,1),
(6668,'Sanctuary Cove',269,1),
(6669,'Slade Point',269,1),
(6670,'Southport',269,1),
(6671,'Suburb',269,1),
(6672,'Sunshine Coast',269,1),
(6673,'Tewantin-Noosa',269,1),
(6674,'The Summit',269,1),
(6675,'Toowong',269,1),
(6676,'Toowoomba',269,1),
(6677,'Townsville',269,1),
(6678,'Victoria Point',269,1),
(6679,'Warwick',269,1),
(6680,'Willawong',269,1),
(6681,'Yatala',269,1),
(6682,'Yeppoon',269,1),
(6683,'Zillmere',269,1),
(6684,'Bridgewater-Gagebrook',271,1),
(6685,'Burnie',271,1),
(6686,'Burnie-Devonport',271,1),
(6687,'Glenorchy',271,1),
(6688,'Hobart',271,1),
(6689,'Kingston-Blackmans Bay',271,1),
(6690,'Launceston',271,1),
(6691,'New Norfolk',271,1),
(6692,'Rowella',271,1),
(6693,'Sheffield',271,1),
(6694,'Ulverstone',271,1),
(6695,'Templestowe',272,1),
(6696,'Albion',273,1),
(6697,'Ararat',273,1),
(6698,'Avenel',273,1),
(6699,'Avondale Heights',273,1),
(6700,'Baccus Marsh',273,1),
(6701,'Bairnsdale',273,1),
(6702,'Ballarat',273,1),
(6703,'Balwyn',273,1),
(6704,'Batman',273,1),
(6705,'Bayswater',273,1),
(6706,'Belmont',273,1),
(6707,'Benalla',273,1),
(6708,'Bendigo',273,1),
(6709,'Bentleigh East',273,1),
(6710,'Berwick',273,1),
(6711,'Blackburn',273,1),
(6712,'Blue Mountains',273,1),
(6713,'Boonah',273,1),
(6714,'Boronia',273,1),
(6715,'Box Hill',273,1),
(6716,'Brighton East',273,1),
(6717,'Bundoora',273,1),
(6718,'Campbellfield',273,1),
(6719,'Carlton South',273,1),
(6720,'Caroline Springs',273,1),
(6721,'Castle Hill',273,1),
(6722,'Castlemaine',273,1),
(6723,'Caulfield',273,1),
(6724,'Cheltenham',273,1),
(6725,'Chester',273,1),
(6726,'Clayton South',273,1),
(6727,'Clifton Springs',273,1),
(6728,'Coburg',273,1),
(6729,'Colac',273,1),
(6730,'Collingwood',273,1),
(6731,'Craigieburn',273,1),
(6732,'Cranbourne',273,1),
(6733,'Crib Point',273,1),
(6734,'Dandenong',273,1),
(6735,'Devon Meadows',273,1),
(6736,'Diamond Creek',273,1),
(6737,'Doncaster East',273,1),
(6738,'Doncester',273,1),
(6739,'Donvale',273,1),
(6740,'Echuca-Moama',273,1),
(6741,'Elsternwick',273,1),
(6742,'Eltham',273,1),
(6743,'Fairfield',273,1),
(6744,'Fitzroy',273,1),
(6745,'Frnakston',273,1),
(6746,'Geelong',273,1),
(6747,'Glen Waverley',273,1),
(6748,'Glenorchy',273,1),
(6749,'Hallam',273,1),
(6750,'Hamilton',273,1),
(6751,'Hastings',273,1),
(6752,'Healesville',273,1),
(6753,'Horsham',273,1),
(6754,'Hughesdale',273,1),
(6755,'Ivanhoe',273,1),
(6756,'Keilor',273,1),
(6757,'Kensington',273,1),
(6758,'Kerang',273,1),
(6759,'Kilmore',273,1),
(6760,'Kilsyth',273,1),
(6761,'Kyabram',273,1),
(6762,'Lakes Entrance',273,1),
(6763,'Lalor',273,1),
(6764,'Lara',273,1),
(6765,'Laverton North',273,1),
(6766,'Leopold',273,1),
(6767,'Lower Templestowe',273,1),
(6768,'Maidstone',273,1),
(6769,'Malvern',273,1),
(6770,'Maryborough',273,1),
(6771,'Melbourne',273,1),
(6772,'Melton',273,1),
(6773,'Middle Park',273,1),
(6774,'Mildura',273,1),
(6775,'Mitcham',273,1),
(6776,'Moe-Yallourn',273,1),
(6777,'Moorabbin',273,1),
(6778,'Mordialloc',273,1),
(6779,'Morwell',273,1),
(6780,'Mulgrave',273,1),
(6781,'Murrumbeena',273,1),
(6782,'Neerim South',273,1),
(6783,'Noble Park North',273,1),
(6784,'Notting Hill',273,1),
(6785,'Oak Park',273,1),
(6786,'Ocean Grove-Barwon Heads',273,1),
(6787,'Olinda',273,1),
(6788,'Pakenham',273,1),
(6789,'Park Orchards',273,1),
(6790,'Port Melbourne',273,1),
(6791,'Portland',273,1),
(6792,'Prahran',273,1),
(6793,'Preston',273,1),
(6794,'Pritbourne',273,1),
(6795,'Queenscliff',273,1),
(6796,'Reservoir',273,1),
(6797,'Ringwood',273,1),
(6798,'Rowville',273,1),
(6799,'Sale',273,1),
(6800,'Sandringham',273,1),
(6801,'Scoresby',273,1),
(6802,'Sebastopol',273,1),
(6803,'Seymour',273,1),
(6804,'Shepparton-Mooroopna',273,1),
(6805,'Somerville',273,1),
(6806,'South Yarra',273,1),
(6807,'Southbank',273,1),
(6808,'St. Albans',273,1),
(6809,'St. Kilda East',273,1),
(6810,'Stawell',273,1),
(6811,'Sunbury',273,1),
(6812,'Sunshine West',273,1),
(6813,'Swan Hill',273,1),
(6814,'Tatura',273,1),
(6815,'Thomastown',273,1),
(6816,'Thornbury',273,1),
(6817,'Tongala',273,1),
(6818,'Torquay',273,1),
(6819,'Traralgon',273,1),
(6820,'Tullamarine',273,1),
(6821,'Vermont',273,1),
(6822,'Wangaratta',273,1),
(6823,'Wantirna',273,1),
(6824,'Warragul',273,1),
(6825,'Warrnambool',273,1),
(6826,'Welshpool',273,1),
(6827,'Wendouree',273,1),
(6828,'Wonthaggi',273,1),
(6829,'Woodend',273,1),
(6830,'Yarrawonga-Mulwala',273,1),
(6831,'Yea',273,1),
(6832,'Wheeler',276,1),
(6833,'Eisenstadt',280,1),
(6834,'GroBpetersdorf',280,1),
(6835,'Jennersdorf',280,1),
(6836,'Kemeten',280,1),
(6837,'Mattersburg',280,1),
(6838,'Neudorfl',280,1),
(6839,'Neusiedl am See',280,1),
(6840,'Oberwart',280,1),
(6841,'Pinkafeld',280,1),
(6842,'Rust',280,1),
(6843,'Maria Rain',281,1),
(6844,'Poggersdorf',281,1),
(6845,'Althofen',282,1),
(6846,'Arnoldstein',282,1),
(6847,'Bad Sankt Leonhard',282,1),
(6848,'Bleiburg',282,1),
(6849,'Ebenthal',282,1),
(6850,'Eberndorf',282,1),
(6851,'Feldkirchen',282,1),
(6852,'Ferlach',282,1),
(6853,'Finkenstein',282,1),
(6854,'Friesach',282,1),
(6855,'Hermagor',282,1),
(6856,'Klagenfurt',282,1),
(6857,'Klagenfurt ',282,1),
(6858,'Lohnsburg',282,1),
(6859,'Moosburg',282,1),
(6860,'Paternion',282,1),
(6861,'Radentheim',282,1),
(6862,'Sankt Andra',282,1),
(6863,'Sankt Jakob',282,1),
(6864,'Sankt Veit',282,1),
(6865,'Seeboden',282,1),
(6866,'Spittal',282,1),
(6867,'Velden am Worthersee',282,1),
(6868,'Villach',282,1),
(6869,'Volkermarkt',282,1),
(6870,'Wernberg',282,1),
(6871,'Wolfsberg',282,1),
(6872,'Amstetten',285,1),
(6873,'Bad Voslau',285,1),
(6874,'Baden',285,1),
(6875,'Berndorf',285,1),
(6876,'Boheimkirchen',285,1),
(6877,'Bruck an der Leitha',285,1),
(6878,'Brunn',285,1),
(6879,'Deutsch-Wagram',285,1),
(6880,'Ebreichsdorf',285,1),
(6881,'Eggendorf',285,1),
(6882,'Fischamend',285,1),
(6883,'Gablitz',285,1),
(6884,'Ganserndorf',285,1),
(6885,'Gerasdorf',285,1),
(6886,'Gloggnitz',285,1),
(6887,'Gmund',285,1),
(6888,'Greifenstein',285,1),
(6889,'GroB-Enzersdorf',285,1),
(6890,'GroB-Gerungs',285,1),
(6891,'Guntramsdorf',285,1),
(6892,'Haag',285,1),
(6893,'Hainburg',285,1),
(6894,'Heidenreichstein',285,1),
(6895,'Herzogenburg',285,1),
(6896,'Himberg',285,1),
(6897,'Hollabrunn',285,1),
(6898,'Horn',285,1),
(6899,'Klosterneuburg',285,1),
(6900,'Korneuburg',285,1),
(6901,'Kottingbrunn',285,1),
(6902,'Krems',285,1),
(6903,'Laa',285,1),
(6904,'Langenlois',285,1),
(6905,'Langenzersdorf',285,1),
(6906,'Leobendorf',285,1),
(6907,'Leopoldsdorf',285,1),
(6908,'Lilienfeld',285,1),
(6909,'Loipersdorf',285,1),
(6910,'Maria Enzersdorf',285,1),
(6911,'Melk',285,1),
(6912,'Mistelbach',285,1),
(6913,'Modling',285,1),
(6914,'Neulengbach',285,1),
(6915,'Neunkirchen',285,1),
(6916,'Niederleis',285,1),
(6917,'Ober-Grabendorf',285,1),
(6918,'Perchtoldsdorf',285,1),
(6919,'Pernitz',285,1),
(6920,'Pottendorf',285,1),
(6921,'Poysdorf',285,1),
(6922,'Pressbaum',285,1),
(6923,'Purgstall',285,1),
(6924,'Purkersdorf',285,1),
(6925,'Reichenau',285,1),
(6926,'Retz',285,1),
(6927,'Sankt Andra-Wordern',285,1),
(6928,'Sankt Peter in der Au',285,1),
(6929,'Sankt Polten',285,1),
(6930,'Sankt Valentin',285,1),
(6931,'Scheibbs',285,1),
(6932,'Schrems',285,1),
(6933,'Schwechat',285,1),
(6934,'Seitenstetten',285,1),
(6935,'Sollenau',285,1),
(6936,'Stockerau',285,1),
(6937,'Strasshof',285,1),
(6938,'Ternitz',285,1),
(6939,'Traiskirchen',285,1),
(6940,'Traismauer',285,1),
(6941,'Tulln',285,1),
(6942,'Vosendorf',285,1),
(6943,'Waidhofen',285,1),
(6944,'Wiener Neudorf',285,1),
(6945,'Wiener Neustadt',285,1),
(6946,'Wieselburg',285,1),
(6947,'Wilhelmsburg',285,1),
(6948,'Wolkersdorf',285,1),
(6949,'Ybbs',285,1),
(6950,'Ybbsitz',285,1),
(6951,'Zistersdorf',285,1),
(6952,'Zwettl',285,1),
(6953,'Alkoven',286,1),
(6954,'Altheim',286,1),
(6955,'Altmunster',286,1),
(6956,'Andorf',286,1),
(6957,'Ansfelden',286,1),
(6958,'Asten',286,1),
(6959,'Attnang-Puchheim',286,1),
(6960,'Aurolzmunster',286,1),
(6961,'Bad Goisern',286,1),
(6962,'Bad Hall',286,1),
(6963,'Bad Ischl',286,1),
(6964,'Braunau',286,1),
(6965,'Breitenfurt',286,1),
(6966,'Ebensee',286,1),
(6967,'Eferding',286,1),
(6968,'Engerwitzdorf',286,1),
(6969,'Enns',286,1),
(6970,'Feldkirchen an der Donau',286,1),
(6971,'Frankenburg',286,1),
(6972,'Freistadt',286,1),
(6973,'Gallneukirchen',286,1),
(6974,'Garsten',286,1),
(6975,'Gmunden',286,1),
(6976,'Gramastetten',286,1),
(6977,'Grieskirchen',286,1),
(6978,'Gunskirchen',286,1),
(6979,'Horsching',286,1),
(6980,'Kirchdorf an der Krems',286,1),
(6981,'Kremsmunster',286,1),
(6982,'Krenglbach',286,1),
(6983,'Laakirchen',286,1),
(6984,'Lenzing',286,1),
(6985,'Leonding',286,1),
(6986,'Linz',286,1),
(6987,'Loibichl',286,1),
(6988,'Marchtrenk',286,1),
(6989,'Mattighofen',286,1),
(6990,'Mauthausen',286,1),
(6991,'Micheldorf',286,1),
(6992,'Neuhofen an der Krems',286,1),
(6993,'Ohlsdorf',286,1),
(6994,'Ottensheim',286,1),
(6995,'Pasching',286,1),
(6996,'Perg',286,1),
(6997,'Pettenbach',286,1),
(6998,'Pram',286,1),
(6999,'Pregarten',286,1),
(7000,'Puchenau',286,1),
(7001,'Regau',286,1),
(7002,'Ried',286,1),
(7003,'Rohrbach in Oberosterreich',286,1),
(7004,'Rutzenmoos',286,1),
(7005,'Sankt Florian',286,1),
(7006,'Sankt Georgen',286,1),
(7007,'Sankt Marien',286,1),
(7008,'Scharding',286,1),
(7009,'Scharnstein',286,1),
(7010,'Schwertberg',286,1),
(7011,'Seewalchen',286,1),
(7012,'Sierning',286,1),
(7013,'Stadl-Paura',286,1),
(7014,'Steyr',286,1),
(7015,'Steyregg',286,1),
(7016,'Steyrermuhl',286,1),
(7017,'Thalheim',286,1),
(7018,'Timelkam',286,1),
(7019,'Traun',286,1),
(7020,'Vocklabruck',286,1),
(7021,'Vocklamarkt',286,1),
(7022,'Vorchdorf',286,1),
(7023,'Wels',286,1),
(7024,'Wilhering',286,1),
(7025,'Abtenau',287,1),
(7026,'Anif',287,1),
(7027,'Bad Gastein',287,1),
(7028,'Bad Hofgastein',287,1),
(7029,'Bergheim',287,1),
(7030,'Bischofshofen',287,1),
(7031,'Bruck an der GroBglocknerstraB',287,1),
(7032,'Burmoos',287,1),
(7033,'Elsbethen',287,1),
(7034,'Eugendorf',287,1),
(7035,'Forstau',287,1),
(7036,'Grodig',287,1),
(7037,'Hallein',287,1),
(7038,'Hallwang',287,1),
(7039,'Henndorf',287,1),
(7040,'Kuchl',287,1),
(7041,'Mayrhofen',287,1),
(7042,'Mittersill',287,1),
(7043,'Neumarkt',287,1),
(7044,'Oberndorf',287,1),
(7045,'Obertrum am See',287,1),
(7046,'Piesendorf',287,1),
(7047,'Puch',287,1),
(7048,'Radstadt',287,1),
(7049,'Saalfelden',287,1),
(7050,'Salzburg',287,1),
(7051,'Sankt Johann im Pongau',287,1),
(7052,'Seekirchen',287,1),
(7053,'Sieghartskirchen',287,1),
(7054,'StraBwalchen',287,1),
(7055,'Strobl',287,1),
(7056,'Tamsweg',287,1),
(7057,'Thalgau',287,1),
(7058,'Wals-Siezenheim',287,1),
(7059,'Wolfgangsee',287,1),
(7060,'Zell am See',287,1),
(7061,'Albersdorf',288,1),
(7062,'Bad Aussee',289,1),
(7063,'Barnbach',289,1),
(7064,'Bruck an der Mur',289,1),
(7065,'Deutschlandsberg',289,1),
(7066,'Eisenerz',289,1),
(7067,'Feldbach',289,1),
(7068,'Feldkirchen bei Graz',289,1),
(7069,'Fohnsdorf',289,1),
(7070,'Frohnleiten',289,1),
(7071,'Furstenfeld',289,1),
(7072,'Gleisdorf',289,1),
(7073,'Gratkorn',289,1),
(7074,'Graz',289,1),
(7075,'Hartberg',289,1),
(7076,'Judenburg',289,1),
(7077,'Judendorf-StraBengel',289,1),
(7078,'Kapfenberg',289,1),
(7079,'Karlsdorf',289,1),
(7080,'Kindberg',289,1),
(7081,'Knittelfeld',289,1),
(7082,'Koflach',289,1),
(7083,'Krieglach',289,1),
(7084,'Lannach',289,1),
(7085,'Leibnitz',289,1),
(7086,'Leoben',289,1),
(7087,'Liezen',289,1),
(7088,'Murzzuschlag',289,1),
(7089,'Rottenmann',289,1),
(7090,'Schladming',289,1),
(7091,'Seiersberg',289,1),
(7092,'Spielberg',289,1),
(7093,'Trofaiach',289,1),
(7094,'Voitsberg',289,1),
(7095,'Wagna',289,1),
(7096,'Weiz',289,1),
(7097,'Zeltweg',289,1),
(7098,'Deutschfeistritz',290,1),
(7099,'Liezen',290,1),
(7100,'Sankt Bartholoma',290,1),
(7101,'Absam',291,1),
(7102,'Axams',291,1),
(7103,'Ebbs',291,1),
(7104,'Fugen',291,1),
(7105,'Hall',291,1),
(7106,'Haselgehr',291,1),
(7107,'Hopfgarten',291,1),
(7108,'Imst',291,1),
(7109,'Innsbruck',291,1),
(7110,'Jenbach',291,1),
(7111,'Kirchberg',291,1),
(7112,'Kirchbichl',291,1),
(7113,'Kitzbuhel',291,1),
(7114,'Kramsach',291,1),
(7115,'Kufstein',291,1),
(7116,'Landeck',291,1),
(7117,'Lienz',291,1),
(7118,'Matrei',291,1),
(7119,'Neustift im Stubaital',291,1),
(7120,'Reutte',291,1),
(7121,'Rum',291,1),
(7122,'Sankt Johann in Tirol',291,1),
(7123,'Scheffau',291,1),
(7124,'Schwaz',291,1),
(7125,'St. Johann Am Walde',291,1),
(7126,'Telfs',291,1),
(7127,'Vols',291,1),
(7128,'Vomp',291,1),
(7129,'Wattens',291,1),
(7130,'Worgl',291,1),
(7131,'Zirl',291,1),
(7132,'Altach',293,1),
(7133,'Bludenz',293,1),
(7134,'Bregenz',293,1),
(7135,'Chassieu',293,1),
(7136,'Dietmannsried',293,1),
(7137,'Dornbirn',293,1),
(7138,'Feldkirch',293,1),
(7139,'Frastanz',293,1),
(7140,'Gotzis',293,1),
(7141,'Hard',293,1),
(7142,'Hochst',293,1),
(7143,'Hohenems',293,1),
(7144,'Horbranz',293,1),
(7145,'Hufingen',293,1),
(7146,'Lauterach',293,1),
(7147,'Lochau',293,1),
(7148,'Lustenau',293,1),
(7149,'Mittelberg',293,1),
(7150,'Nenzing',293,1),
(7151,'Nuziders',293,1),
(7152,'Rankweil',293,1),
(7153,'Schruns',293,1),
(7154,'Thuringen',293,1),
(7155,'Wolfurt',293,1),
(7156,'Vienna',294,1),
(7157,'Wien',294,1),
(7158,'Alat',295,1),
(7159,'Artyom',295,1),
(7160,'Baki',295,1),
(7161,'Bakixanov',295,1),
(7162,'Balaxani',295,1),
(7163,'Bilacari',295,1),
(7164,'Bilqax',295,1),
(7165,'Bina',295,1),
(7166,'Buzovna',295,1),
(7167,'Haci Zeynalabdin',295,1),
(7168,'Hovsan',295,1),
(7169,'Lokbatan',295,1),
(7170,'Mastaga',295,1),
(7171,'Puta',295,1),
(7172,'Qarasuxur',295,1),
(7173,'Qobustan',295,1),
(7174,'Rasulzada',295,1),
(7175,'Sabuncu',295,1),
(7176,'Sanqacal',295,1),
(7177,'Sumqayit',295,1),
(7178,'Suraxani',295,1),
(7179,'Xirdalan',295,1),
(7180,'Zirya',295,1),
(7181,'Daskasan',297,1),
(7182,'Ganca',297,1),
(7183,'Xanlar',297,1),
(7184,'Ganja',298,1),
(7185,'Cabrayil',299,1),
(7186,'Kalbacar',299,1),
(7187,'Lacin',299,1),
(7188,'Astara',300,1),
(7189,'Goytapa',300,1),
(7190,'Lankaran',300,1),
(7191,'Masalli',300,1),
(7192,'Neftcala',300,1),
(7193,'Agcabadi',301,1),
(7194,'Agdam',301,1),
(7195,'Barda',301,1),
(7196,'Mingacevir',301,1),
(7197,'Tartar',301,1),
(7198,'Yevlax',301,1),
(7199,'Ali Bayramli',302,1),
(7200,'Bilasuvar',302,1),
(7201,'Calilabad',302,1),
(7202,'Qarasu',302,1),
(7203,'Qazimammad',302,1),
(7204,'Saatli',302,1),
(7205,'Sabirabad',302,1),
(7206,'Salyan',302,1),
(7207,'Susa',303,1),
(7208,'Xankandi',303,1),
(7209,'Xocavand',303,1),
(7210,'Culfa',304,1),
(7211,'Naxcivan',304,1),
(7212,'Ordubad',304,1),
(7213,'Sadarak',304,1),
(7214,'Sarur',304,1),
(7215,'Beylaqan',305,1),
(7216,'Fuzuli',305,1),
(7217,'Imisli',305,1),
(7218,'Agstafa',306,1),
(7219,'Gadabay',306,1),
(7220,'Kovlar',306,1),
(7221,'Qaracamirli',306,1),
(7222,'Qazax',306,1),
(7223,'Samkir',306,1),
(7224,'Tovuz',306,1),
(7225,'Amircan',307,1),
(7226,'Balakan',307,1),
(7227,'Katex',307,1),
(7228,'Oguz',307,1),
(7229,'Qabala',307,1),
(7230,'Qax',307,1),
(7231,'Saki',307,1),
(7232,'Zaqatala',307,1),
(7233,'Agdas',308,1),
(7234,'Agsu',308,1),
(7235,'Goycay',308,1),
(7236,'Ismayilli',308,1),
(7237,'Kurdamir',308,1),
(7238,'Samaxi',308,1),
(7239,'Ucar',308,1),
(7240,'Zardab',308,1),
(7241,'Davaci',309,1),
(7242,'Quba',309,1),
(7243,'Qusar',309,1),
(7244,'Siyazan',309,1),
(7245,'Xacmaz',309,1),
(7246,'Xudat',309,1),
(7247,'Coopers Town',310,1),
(7248,'Marsh Harbour',310,1),
(7249,'Andros Town',312,1),
(7250,'Nicholls Town',312,1),
(7251,'Alice Town',314,1),
(7252,'Freetown',317,1),
(7253,'Rock Sound',317,1),
(7254,'Pirates Well',322,1),
(7255,'\'Isa',327,1),
(7256,'Badiyah',328,1),
(7257,'Hidd',329,1),
(7258,'Mahama',331,1),
(7259,'Manama',332,1),
(7260,'Sitrah',333,1),
(7261,'al-Manamah',334,1),
(7262,'al-Muharraq',335,1),
(7263,'ar-Rifa\'a',336,1),
(7264,'Bandarban',338,1),
(7265,'Barguna',339,1),
(7266,'Barisal',340,1),
(7267,'Gaurnadi',340,1),
(7268,'Mehendiganj',340,1),
(7269,'Nalchiti',340,1),
(7270,'Bhola',341,1),
(7271,'Burhanuddin',341,1),
(7272,'Char Fasson',341,1),
(7273,'Lalmohan',341,1),
(7274,'Adamighi',342,1),
(7275,'Bogora',342,1),
(7276,'Sherpur',342,1),
(7277,'Chandpur',344,1),
(7278,'Hajiganj',344,1),
(7279,'Boalkhali',345,1),
(7280,'Chattagam',345,1),
(7281,'Fatikchhari',345,1),
(7282,'Lohagara',345,1),
(7283,'Patiya',345,1),
(7284,'Rangunia',345,1),
(7285,'Raozan',345,1),
(7286,'Sandip',345,1),
(7287,'Satkaniya',345,1),
(7288,'Alamdanga',347,1),
(7289,'Chuadanga',347,1),
(7290,'Damurhuda',347,1),
(7291,'Dhaka',348,1),
(7292,'Dhamrai',348,1),
(7293,'Dohar',348,1),
(7294,'Bochanganj',349,1),
(7295,'Dinajpur',349,1),
(7296,'Fulbari',349,1),
(7297,'Parbatipur',349,1),
(7298,'Bhanga',350,1),
(7299,'Char Bhadrasan',350,1),
(7300,'Faridpur',350,1),
(7301,'Chhagalnaiya',351,1),
(7302,'Feni',351,1),
(7303,'Gaybanda',352,1),
(7304,'Gazipur',353,1),
(7305,'Tungi',353,1),
(7306,'Gopalganj',354,1),
(7307,'Tungi Para',354,1),
(7308,'Baniachang',355,1),
(7309,'Habiganj',355,1),
(7310,'Jamalpur',357,1),
(7311,'Sarishabari',357,1),
(7312,'Abhaynagar',358,1),
(7313,'Jessor',358,1),
(7314,'Jhikargachha',358,1),
(7315,'Keshabpur',358,1),
(7316,'Jhalakati',359,1),
(7317,'Jhanaydah',360,1),
(7318,'Kaliganj',360,1),
(7319,'Kotchandpur',360,1),
(7320,'Shailkupa',360,1),
(7321,'Khagrachari',361,1),
(7322,'Manikchhari',361,1),
(7323,'Ramgarh',361,1),
(7324,'Khulna',362,1),
(7325,'Phultala',362,1),
(7326,'Bajitpur',363,1),
(7327,'Bhairab Bazar',363,1),
(7328,'Itna',363,1),
(7329,'Kishorganj',363,1),
(7330,'Komilla',365,1),
(7331,'Laksham',365,1),
(7332,'Chilmari',366,1),
(7333,'Kurigram',366,1),
(7334,'Nageshwari',366,1),
(7335,'Ulipur',366,1),
(7336,'Bheramara',367,1),
(7337,'Kushtiya',367,1),
(7338,'Lakshmipur',368,1),
(7339,'Ramganj',368,1),
(7340,'Ramgati',368,1),
(7341,'Raypur',368,1),
(7342,'Madaripur',370,1),
(7343,'Magura',371,1),
(7344,'Bhaluka',372,1),
(7345,'Fulbaria',372,1),
(7346,'Gafargaon',372,1),
(7347,'Ishwarganj',372,1),
(7348,'Maimansingh',372,1),
(7349,'Muktagachha',372,1),
(7350,'Trishal',372,1),
(7351,'Manikganj',373,1),
(7352,'Meherpur',375,1),
(7353,'Munshiganj',376,1),
(7354,'Kalia',377,1),
(7355,'Naral',377,1),
(7356,'Narayanganj',378,1),
(7357,'Rupganj',378,1),
(7358,'Narsingdi',379,1),
(7359,'Roypura',379,1),
(7360,'Gurudaspur',380,1),
(7361,'Nator',380,1),
(7362,'Naugaon',381,1),
(7363,'Gomastapur',382,1),
(7364,'Nawabganj',382,1),
(7365,'Shibganj',382,1),
(7366,'Netrakona',383,1),
(7367,'Domar',384,1),
(7368,'Nilphamari',384,1),
(7369,'Sa\'idpur',384,1),
(7370,'Begamganj',385,1),
(7371,'Noakhali',385,1),
(7372,'Senbagh',385,1),
(7373,'Bera',386,1),
(7374,'Bhangura',386,1),
(7375,'Ishurdi',386,1),
(7376,'Pabna',386,1),
(7377,'Panchagarh',387,1),
(7378,'Patuakhali',388,1),
(7379,'Bhandaria',389,1),
(7380,'Mathbaria',389,1),
(7381,'Nesarabad',389,1),
(7382,'Pirojpur',389,1),
(7383,'Pangsha',390,1),
(7384,'Rajbari',390,1),
(7385,'Rajshahi',391,1),
(7386,'Kaptai',392,1),
(7387,'Rangamati',392,1),
(7388,'Badarganj',393,1),
(7389,'Kaunia',393,1),
(7390,'Rangpur',393,1),
(7391,'Satkhira',394,1),
(7392,'Palang',395,1),
(7393,'Nalitabari',396,1),
(7394,'Sherpur',396,1),
(7395,'Silhat',397,1),
(7396,'Shahjadpur',398,1),
(7397,'Sirajganj',398,1),
(7398,'Chhatak',399,1),
(7399,'Sunamganj',399,1),
(7400,'Gopalpur',400,1),
(7401,'Mirzapur',400,1),
(7402,'Sakhipur',400,1),
(7403,'Tangayal',400,1),
(7404,'Pirganj',401,1),
(7405,'Thakurgaon',401,1),
(7406,'Baranavichy',413,1),
(7407,'Bjaroza',413,1),
(7408,'Bjeloozersk',413,1),
(7409,'Brest',413,1),
(7410,'David-Haradok',413,1),
(7411,'Drahichyn',413,1),
(7412,'Hancavichy',413,1),
(7413,'Ivacevichy',413,1),
(7414,'Ivanava',413,1),
(7415,'Kamjenec',413,1),
(7416,'Kobryn',413,1),
(7417,'Kosava',413,1),
(7418,'Ljahavichy',413,1),
(7419,'Luninjec',413,1),
(7420,'Malaryta',413,1),
(7421,'Mikashevichy',413,1),
(7422,'Pinsk',413,1),
(7423,'Pruzhany',413,1),
(7424,'Stolin',413,1),
(7425,'Vysokoje',413,1),
(7426,'Zhabinka',413,1),
(7427,'Buda Kosheljovo',414,1),
(7428,'Chechersk',414,1),
(7429,'Dobrush',414,1),
(7430,'Hojniki',414,1),
(7431,'Homjel\'',414,1),
(7432,'Jel\'sk',414,1),
(7433,'Kalinkavichy',414,1),
(7434,'Kascjukovka',414,1),
(7435,'Mazyr',414,1),
(7436,'Narovlja',414,1),
(7437,'Pjetrykav',414,1),
(7438,'Rahachow',414,1),
(7439,'Rechyca',414,1),
(7440,'Svetlahorsk',414,1),
(7441,'Vasilevichy',414,1),
(7442,'Vjetka',414,1),
(7443,'Zhlobin',414,1),
(7444,'Zhytkavichy',414,1),
(7445,'Ashmjany',415,1),
(7446,'Berjozovka',415,1),
(7447,'Hrodna',415,1),
(7448,'Lida',415,1),
(7449,'Masty',415,1),
(7450,'Navahrudak',415,1),
(7451,'Shchuchyn',415,1),
(7452,'Skidel\'',415,1),
(7453,'Slonim',415,1),
(7454,'Smarhon\'',415,1),
(7455,'Vawkavysk',415,1),
(7456,'Asipovichy',416,1),
(7457,'Babrujsk',416,1),
(7458,'Byhau',416,1),
(7459,'Chausy',416,1),
(7460,'Cherikov',416,1),
(7461,'Horki',416,1),
(7462,'Kascjukovichy',416,1),
(7463,'Klimavichy',416,1),
(7464,'Krychaw',416,1),
(7465,'Mahiljow',416,1),
(7466,'Mstislav',416,1),
(7467,'Shklov',416,1),
(7468,'Slaeuharad',416,1),
(7469,'Minsk',418,1),
(7470,'Petrikov',420,1),
(7471,'Baran\'',421,1),
(7472,'Braslav',421,1),
(7473,'Chashniki',421,1),
(7474,'Disna',421,1),
(7475,'Dokshicy',421,1),
(7476,'Dubrovna',421,1),
(7477,'Haradok',421,1),
(7478,'Hlybokaje',421,1),
(7479,'Ljepjel\'',421,1),
(7480,'Mjory',421,1),
(7481,'Navapolack',421,1),
(7482,'Novalukoml\'',421,1),
(7483,'Orsha',421,1),
(7484,'Pastavy',421,1),
(7485,'Polack',421,1),
(7486,'Polotsk',421,1),
(7487,'Senno',421,1),
(7488,'Talachyn',421,1),
(7489,'Verhnjadzvimsk',421,1),
(7490,'Vicebsk',421,1),
(7491,'Aartselaar',422,1),
(7492,'Antwerpen',422,1),
(7493,'Arendonk',422,1),
(7494,'Baarle-Hertog',422,1),
(7495,'Balen',422,1),
(7496,'Beerse',422,1),
(7497,'Berlaar',422,1),
(7498,'Boechout',422,1),
(7499,'Bonheiden',422,1),
(7500,'Boom',422,1),
(7501,'Bornem',422,1),
(7502,'Borsbeek',422,1),
(7503,'Brasschaat',422,1),
(7504,'Brecht',422,1),
(7505,'Dessel',422,1),
(7506,'Deurne',422,1),
(7507,'Duffel',422,1),
(7508,'Edegem',422,1),
(7509,'Ekeren',422,1),
(7510,'Essen',422,1),
(7511,'Geel',422,1),
(7512,'Geluvele',422,1),
(7513,'Grobbendonk',422,1),
(7514,'Heist-op-den-Berg',422,1),
(7515,'Hemiksem',422,1),
(7516,'Herentals',422,1),
(7517,'Herenthout',422,1),
(7518,'Herselt',422,1),
(7519,'Hoogstraten',422,1),
(7520,'Hove',422,1),
(7521,'Hulshout',422,1),
(7522,'Kalmpthout',422,1),
(7523,'Kalmthout',422,1),
(7524,'Kapellen',422,1),
(7525,'Kasterlee',422,1),
(7526,'Kontich',422,1),
(7527,'Laakdal',422,1),
(7528,'Lier',422,1),
(7529,'Lille',422,1),
(7530,'Lint',422,1),
(7531,'Malle',422,1),
(7532,'Mechelen',422,1),
(7533,'Meerhout',422,1),
(7534,'Merksplas',422,1),
(7535,'Mol',422,1),
(7536,'Mortsel',422,1),
(7537,'Niel',422,1),
(7538,'Nijlen',422,1),
(7539,'Olen',422,1),
(7540,'Oud-Turnhout',422,1),
(7541,'Putte',422,1),
(7542,'Puurs',422,1),
(7543,'Ranst',422,1),
(7544,'Ravels',422,1),
(7545,'Retie',422,1),
(7546,'Rijkevorsel',422,1),
(7547,'Robrechts',422,1),
(7548,'Rumst',422,1),
(7549,'Schelle',422,1),
(7550,'Schilde',422,1),
(7551,'Schoten',422,1),
(7552,'Sint-Amands',422,1),
(7553,'Sint-Katelijne-Waver',422,1),
(7554,'Stabroek',422,1),
(7555,'Turnhout',422,1),
(7556,'Vorselaar',422,1),
(7557,'Vosselaar',422,1),
(7558,'Westerlo',422,1),
(7559,'Wijnegem',422,1),
(7560,'Willebroek',422,1),
(7561,'Wilrijk',422,1),
(7562,'Wommelgem',422,1),
(7563,'Wuustwezel',422,1),
(7564,'Zandhoven',422,1),
(7565,'Zoersel',422,1),
(7566,'Zwijndrecht',422,1),
(7567,'Berchem',423,1),
(7568,'Alsemberg',424,1),
(7569,'Asse Zellik',424,1),
(7570,'Brussels',424,1),
(7571,'Bruxelles',424,1),
(7572,'Diegem',424,1),
(7573,'Alsemberg',425,1),
(7574,'Asse Zellik',425,1),
(7575,'Brussels',425,1),
(7576,'Bruxelles',425,1),
(7577,'Diegem',425,1),
(7578,'Brussel',426,1),
(7579,'Aiseau-Presles',428,1),
(7580,'Anderlues',428,1),
(7581,'Antoing',428,1),
(7582,'Ath',428,1),
(7583,'Beaumont',428,1),
(7584,'Beloeil',428,1),
(7585,'Bernissart',428,1),
(7586,'Binche',428,1),
(7587,'Boussu',428,1),
(7588,'Braine-le-Comte',428,1),
(7589,'Brugelette',428,1),
(7590,'Brunehaut',428,1),
(7591,'Celles',428,1),
(7592,'Chapelle-lez-Herlaimont',428,1),
(7593,'Charleroi',428,1),
(7594,'Chatelet',428,1),
(7595,'Chievres',428,1),
(7596,'Chimay',428,1),
(7597,'Colfontaine',428,1),
(7598,'Comines-Warneton',428,1),
(7599,'Courcelles',428,1),
(7600,'Dour',428,1),
(7601,'Ecaussinnes',428,1),
(7602,'Ellezelles',428,1),
(7603,'Enghien',428,1),
(7604,'Erquelinnes',428,1),
(7605,'Estaimpuis',428,1),
(7606,'Estinnes',428,1),
(7607,'Farciennes',428,1),
(7608,'Fleurus',428,1),
(7609,'Flobecq',428,1),
(7610,'Fontaine-l\'Eveque',428,1),
(7611,'Frameries',428,1),
(7612,'Frasnes-lez-Anvaing',428,1),
(7613,'Froidchapelle',428,1),
(7614,'Gerpinnes',428,1),
(7615,'Haine-Saint-Pierre',428,1),
(7616,'Ham-sur-Heure-Nalinnes',428,1),
(7617,'Hensies',428,1),
(7618,'Honnelles',428,1),
(7619,'Jurbise',428,1),
(7620,'La Louviere',428,1),
(7621,'Le Roeulx',428,1),
(7622,'Lens',428,1),
(7623,'Les Bons Villers',428,1),
(7624,'Lessines',428,1),
(7625,'Leuze-en-Hainaut',428,1),
(7626,'Lobbes',428,1),
(7627,'Manage',428,1),
(7628,'Merbes-le-Chateau',428,1),
(7629,'Momignies',428,1),
(7630,'Mons',428,1),
(7631,'Mont-de-l\'Enclus',428,1),
(7632,'Montigny-le-Tilleul',428,1),
(7633,'Morlanwelz',428,1),
(7634,'Mouscron',428,1),
(7635,'Pecq',428,1),
(7636,'Peruwelz',428,1),
(7637,'Pont-a-Celles',428,1),
(7638,'Quaregnon',428,1),
(7639,'Quevy',428,1),
(7640,'Quievrain',428,1),
(7641,'Rumes',428,1),
(7642,'Saint-Ghislain',428,1),
(7643,'Seneffe',428,1),
(7644,'Silly',428,1),
(7645,'Sivry-Rance',428,1),
(7646,'Soignies',428,1),
(7647,'Thuin',428,1),
(7648,'Tournai',428,1),
(7649,'Amay',429,1),
(7650,'Amel',429,1),
(7651,'Angleur',429,1),
(7652,'Ans',429,1),
(7653,'Anthisnes',429,1),
(7654,'Aubel',429,1),
(7655,'Awans',429,1),
(7656,'Aywaille',429,1),
(7657,'Baelen',429,1),
(7658,'Bassenge',429,1),
(7659,'Berloz',429,1),
(7660,'Beyne-Heusay',429,1),
(7661,'Blegny',429,1),
(7662,'Braives',429,1),
(7663,'Bullingen',429,1),
(7664,'Burdinne',429,1),
(7665,'Burg-Reuland',429,1),
(7666,'Butgenbach',429,1),
(7667,'Chaudfontaine',429,1),
(7668,'Clavier',429,1),
(7669,'Comblain-au-Pont',429,1),
(7670,'Crisnee',429,1),
(7671,'Dalhem',429,1),
(7672,'Dison',429,1),
(7673,'Donceel',429,1),
(7674,'Engis',429,1),
(7675,'Esneux',429,1),
(7676,'Eupen',429,1),
(7677,'Faimes',429,1),
(7678,'Ferrieres',429,1),
(7679,'Fexhe-le-Haut-Clocher',429,1),
(7680,'Flemalle',429,1),
(7681,'Fleron',429,1),
(7682,'Geer',429,1),
(7683,'Grace-Hollogne',429,1),
(7684,'Hamoir',429,1),
(7685,'Hannut',429,1),
(7686,'Heron',429,1),
(7687,'Herstal',429,1),
(7688,'Herve',429,1),
(7689,'Huy',429,1),
(7690,'Jalhay',429,1),
(7691,'Juprelle',429,1),
(7692,'Kelmis',429,1),
(7693,'Liege',429,1),
(7694,'Lierneux',429,1),
(7695,'Limbourg',429,1),
(7696,'Lincent',429,1),
(7697,'Lontzen',429,1),
(7698,'Malmedy',429,1),
(7699,'Marchin',429,1),
(7700,'Modave',429,1),
(7701,'Montzen',429,1),
(7702,'Nandrin',429,1),
(7703,'Neupre',429,1),
(7704,'Olne',429,1),
(7705,'Oreye',429,1),
(7706,'Ouffet',429,1),
(7707,'Oupeye',429,1),
(7708,'Pepinster',429,1),
(7709,'Plombieres',429,1),
(7710,'Racour',429,1),
(7711,'Raeren',429,1),
(7712,'Remicourt',429,1),
(7713,'Saint-Georges-sur-Meuse',429,1),
(7714,'Saint-Nicolas',429,1),
(7715,'Sankt Vith',429,1),
(7716,'Seraing',429,1),
(7717,'Soumagne',429,1),
(7718,'Spa',429,1),
(7719,'Sprimont',429,1),
(7720,'Stavelot',429,1),
(7721,'Stoumont',429,1),
(7722,'Theux',429,1),
(7723,'Thimister-Clermont',429,1),
(7724,'Tinlot',429,1),
(7725,'Trois-Ponts',429,1),
(7726,'Trooz',429,1),
(7727,'Verlaine',429,1),
(7728,'Verviers',429,1),
(7729,'Villers-le-Bouillet',429,1),
(7730,'Vise',429,1),
(7731,'Waimes',429,1),
(7732,'Wanze',429,1),
(7733,'Waremme',429,1),
(7734,'Wasseiges',429,1),
(7735,'Welkenraedt',429,1),
(7736,'Alken',430,1),
(7737,'As',430,1),
(7738,'Beringen',430,1),
(7739,'Bilzen',430,1),
(7740,'Bocholt',430,1),
(7741,'Borgloon',430,1),
(7742,'Bree',430,1),
(7743,'Diepenbeek',430,1),
(7744,'Dilsen-Stokkem',430,1),
(7745,'Genk',430,1),
(7746,'Gingelom',430,1),
(7747,'Halen',430,1),
(7748,'Ham',430,1),
(7749,'Hamont-Achel',430,1),
(7750,'Hasselt',430,1),
(7751,'Hechtel-Eksel',430,1),
(7752,'Heers',430,1),
(7753,'Herk-de-Stad',430,1),
(7754,'Herstappe',430,1),
(7755,'Heusden-Zolder',430,1),
(7756,'Hoeselt',430,1),
(7757,'Houthalen-Helchteren',430,1),
(7758,'Kinrooi',430,1),
(7759,'Kortessem',430,1),
(7760,'Kuringen',430,1),
(7761,'Lanaken',430,1),
(7762,'Leopoldsburg',430,1),
(7763,'Lommel',430,1),
(7764,'Lummen',430,1),
(7765,'Maaseik',430,1),
(7766,'Maasmechelen',430,1),
(7767,'Meeuwen-Gruitrode',430,1),
(7768,'Neerpelt',430,1),
(7769,'Nieuwerkerken',430,1),
(7770,'Opglabbeek',430,1),
(7771,'Overpelt',430,1),
(7772,'Peer',430,1),
(7773,'Riemst',430,1),
(7774,'Sint-Truiden',430,1),
(7775,'Tessenderlo',430,1),
(7776,'Tongeren',430,1),
(7777,'Voeren',430,1),
(7778,'Wellen',430,1),
(7779,'Zonhoven',430,1),
(7780,'Zutendaal',430,1),
(7781,'Arlon',431,1),
(7782,'Attert',431,1),
(7783,'Aubange',431,1),
(7784,'Bastogne',431,1),
(7785,'Bertogne',431,1),
(7786,'Bertrix',431,1),
(7787,'Bouillon',431,1),
(7788,'Chiny',431,1),
(7789,'Daverdisse',431,1),
(7790,'Durbuy',431,1),
(7791,'Erezee',431,1),
(7792,'Etalle',431,1),
(7793,'Fauvillers',431,1),
(7794,'Florenville',431,1),
(7795,'Gouvy',431,1),
(7796,'Grapfontaine',431,1),
(7797,'Habay',431,1),
(7798,'Herbeumont',431,1),
(7799,'Hotton',431,1),
(7800,'Houffalize',431,1),
(7801,'La Roche-en-Ardenne',431,1),
(7802,'Leglise',431,1),
(7803,'Libin',431,1),
(7804,'Libramont-Chevigny',431,1),
(7805,'Manhay',431,1),
(7806,'Marche-en-Famenne',431,1),
(7807,'Marloie',431,1),
(7808,'Martelange',431,1),
(7809,'Meix-devant-Virton',431,1),
(7810,'Messancy',431,1),
(7811,'Musson',431,1),
(7812,'Nassogne',431,1),
(7813,'Neufchateau',431,1),
(7814,'Paliseul',431,1),
(7815,'Rendeux',431,1),
(7816,'Rouvroy',431,1),
(7817,'Saint-Hubert',431,1),
(7818,'Saint-Leger',431,1),
(7819,'Sainte-Ode',431,1),
(7820,'Tellin',431,1),
(7821,'Tenneville',431,1),
(7822,'Tintigny',431,1),
(7823,'Vaux-sur-Sure',431,1),
(7824,'Vielsalm',431,1),
(7825,'Virton',431,1),
(7826,'Wellin',431,1),
(7827,'Andenne',432,1),
(7828,'Anhee',432,1),
(7829,'Assesse',432,1),
(7830,'Beauraing',432,1),
(7831,'Bievre',432,1),
(7832,'Cerfontaine',432,1),
(7833,'Ciney',432,1),
(7834,'Couvin',432,1),
(7835,'Dinant',432,1),
(7836,'Doische',432,1),
(7837,'Eghezee',432,1),
(7838,'Fernelmont',432,1),
(7839,'Floreffe',432,1),
(7840,'Florennes',432,1),
(7841,'Fosses-la-Ville',432,1),
(7842,'Gedinne',432,1),
(7843,'Gembloux',432,1),
(7844,'Gesves',432,1),
(7845,'Hamois',432,1),
(7846,'Hastiere',432,1),
(7847,'Havelange',432,1),
(7848,'Houyet',432,1),
(7849,'Jambes',432,1),
(7850,'Jemeppe-sur-Sambre',432,1),
(7851,'La Bruyere',432,1),
(7852,'Malonne',432,1),
(7853,'Mettet',432,1),
(7854,'Namur',432,1),
(7855,'Ohey',432,1),
(7856,'Onhaye',432,1),
(7857,'Philippeville',432,1),
(7858,'Profondeville',432,1),
(7859,'Rochefort',432,1),
(7860,'Sambreville',432,1),
(7861,'Sombreffe',432,1),
(7862,'Somme-Leuze',432,1),
(7863,'Suarlee',432,1),
(7864,'Viroinval',432,1),
(7865,'Vresse-sur-Semois',432,1),
(7866,'Walcourt',432,1),
(7867,'Yvoir',432,1),
(7868,'Gullegem',433,1),
(7869,'Langdorp',433,1),
(7870,'Aalst',434,1),
(7871,'Aalter',434,1),
(7872,'Assenede',434,1),
(7873,'Berlare',434,1),
(7874,'Beveren',434,1),
(7875,'Brakel',434,1),
(7876,'Buggenhout',434,1),
(7877,'De Pinte',434,1),
(7878,'Deinze',434,1),
(7879,'Denderleeuw',434,1),
(7880,'Dendermonde',434,1),
(7881,'Destelbergen',434,1),
(7882,'Drongen',434,1),
(7883,'Eeklo',434,1),
(7884,'Erembodegem',434,1),
(7885,'Erpe-Mere',434,1),
(7886,'Evergem',434,1),
(7887,'Gavere',434,1),
(7888,'Gent',434,1),
(7889,'Geraardsbergen',434,1),
(7890,'Ghent',434,1),
(7891,'Haaltert',434,1),
(7892,'Hamme',434,1),
(7893,'Herzele',434,1),
(7894,'Horebeke',434,1),
(7895,'Kaprijke',434,1),
(7896,'Kerksken',434,1),
(7897,'Kluisbergen',434,1),
(7898,'Knesselare',434,1),
(7899,'Kruibeke',434,1),
(7900,'Kruishoutem',434,1),
(7901,'Laarne',434,1),
(7902,'Lebbeke',434,1),
(7903,'Lede',434,1),
(7904,'Lierde',434,1),
(7905,'Lochristi',434,1),
(7906,'Lokeren',434,1),
(7907,'Lovendegem',434,1),
(7908,'Maarkedal',434,1),
(7909,'Maldegem',434,1),
(7910,'Melle',434,1),
(7911,'Merelbeke',434,1),
(7912,'Moerbeke',434,1),
(7913,'Nazareth',434,1),
(7914,'Nevele',434,1),
(7915,'Ninove',434,1),
(7916,'Oosterzele',434,1),
(7917,'Oudenaarde',434,1),
(7918,'Ronse',434,1),
(7919,'Semmerzake',434,1),
(7920,'Sint-Gillis-Waas',434,1),
(7921,'Sint-Laureins',434,1),
(7922,'Sint-Lievens-Houtem',434,1),
(7923,'Sint-Martens-Latem',434,1),
(7924,'Sint-Niklaas',434,1),
(7925,'Stekene',434,1),
(7926,'Temse',434,1),
(7927,'Waarschoot',434,1),
(7928,'Waasmunster',434,1),
(7929,'Wachtebeke',434,1),
(7930,'Wetteren',434,1),
(7931,'Wichelen',434,1),
(7932,'Wortegem-Petegem',434,1),
(7933,'Zele',434,1),
(7934,'Zelzate',434,1),
(7935,'Zingem',434,1),
(7936,'Zomergem',434,1),
(7937,'Zottegem',434,1),
(7938,'Zulte',434,1),
(7939,'Zwalm',434,1),
(7940,'Zwijnaarde',434,1),
(7941,'Aarschot',436,1),
(7942,'Affligem',436,1),
(7943,'Asse',436,1),
(7944,'Beersel',436,1),
(7945,'Begijnendijk',436,1),
(7946,'Bekkevoort',436,1),
(7947,'Bertem',436,1),
(7948,'Bever',436,1),
(7949,'Bierbeek',436,1),
(7950,'Boortmeerbeek',436,1),
(7951,'Boutersem',436,1),
(7952,'Diest',436,1),
(7953,'Dilbeek',436,1),
(7954,'Drogenbos',436,1),
(7955,'Galmaarden',436,1),
(7956,'Geetbets',436,1),
(7957,'Glabbeek',436,1),
(7958,'Gooik',436,1),
(7959,'Grimbergen',436,1),
(7960,'Haacht',436,1),
(7961,'Halle',436,1),
(7962,'Herent',436,1),
(7963,'Herne',436,1),
(7964,'Hoegaarden',436,1),
(7965,'Hoeilaart',436,1),
(7966,'Holsbeek',436,1),
(7967,'Huldenberg',436,1),
(7968,'Kampenhout',436,1),
(7969,'Kapelle-op-den-Bos',436,1),
(7970,'Keerbergen',436,1),
(7971,'Kortenaken',436,1),
(7972,'Kortenberg',436,1),
(7973,'Kraainem',436,1),
(7974,'Landen',436,1),
(7975,'Lennik',436,1),
(7976,'Leuven',436,1),
(7977,'Liedekerke',436,1),
(7978,'Linkebeek',436,1),
(7979,'Linter',436,1),
(7980,'Londerzeel',436,1),
(7981,'Lubbeek',436,1),
(7982,'Machelen',436,1),
(7983,'Meise',436,1),
(7984,'Merchtem',436,1),
(7985,'Opwijk',436,1),
(7986,'Oud-Heverlee',436,1),
(7987,'Overijse',436,1),
(7988,'Pepingen',436,1),
(7989,'Roosdaal',436,1),
(7990,'Rotselaar',436,1),
(7991,'Scherpenheuvel-Zichem',436,1),
(7992,'Sint-Genesius-Rode',436,1),
(7993,'Sint-Pieters-Leeuw',436,1),
(7994,'Steenokkerzeel',436,1),
(7995,'Ternat',436,1),
(7996,'Tervuren',436,1),
(7997,'Tielt-Winge',436,1),
(7998,'Tienen',436,1),
(7999,'Tremelo',436,1),
(8000,'Vilvoorde',436,1),
(8001,'Wemmel',436,1),
(8002,'Wezembeek-Oppem',436,1),
(8003,'Zaventem',436,1),
(8004,'Zemst',436,1),
(8005,'Zoutleeuw',436,1),
(8006,'Callenelle',437,1),
(8007,'Marcinelle',437,1),
(8008,'Strepy-Bracquegnies',437,1),
(8009,'Alveringem',438,1),
(8010,'Anzegem',438,1),
(8011,'Ardooie',438,1),
(8012,'Avelgem',438,1),
(8013,'Beernem',438,1),
(8014,'Blankenberge',438,1),
(8015,'Bredene',438,1),
(8016,'Brugge',438,1),
(8017,'Damme',438,1),
(8018,'De Haan',438,1),
(8019,'De Panne',438,1),
(8020,'Deerlijk',438,1),
(8021,'Dentergem',438,1),
(8022,'Diksmuide',438,1),
(8023,'Geluveld',438,1),
(8024,'Gistel',438,1),
(8025,'Harelbeke',438,1),
(8026,'Heuvelland',438,1),
(8027,'Hooglede',438,1),
(8028,'Houthulst',438,1),
(8029,'Ichtegem',438,1),
(8030,'Ieper',438,1),
(8031,'Ingelmunster',438,1),
(8032,'Ingooigem',438,1),
(8033,'Izegem',438,1),
(8034,'Jabbeke',438,1),
(8035,'Knokke-Heist',438,1),
(8036,'Koekelare',438,1),
(8037,'Koksijde',438,1),
(8038,'Kortemark',438,1),
(8039,'Kortrijk',438,1),
(8040,'Kuurne',438,1),
(8041,'Langemark-Poelkapelle',438,1),
(8042,'Ledegem',438,1),
(8043,'Lendelede',438,1),
(8044,'Lichtervelde',438,1),
(8045,'Lo-Reninge',438,1),
(8046,'Menen',438,1),
(8047,'Mesen',438,1),
(8048,'Meulebeke',438,1),
(8049,'Middelkerke',438,1),
(8050,'Moorslede',438,1),
(8051,'Nieuwpoort',438,1),
(8052,'Oostende',438,1),
(8053,'Oostkamp',438,1),
(8054,'Oostrozebeke',438,1),
(8055,'Oudenburg',438,1),
(8056,'Pittem',438,1),
(8057,'Poperinge',438,1),
(8058,'Roeselare',438,1),
(8059,'Ruiselede',438,1),
(8060,'Spiere-Helkijn',438,1),
(8061,'Staden',438,1),
(8062,'Tielt',438,1),
(8063,'Torhout',438,1),
(8064,'Veurne',438,1),
(8065,'Vleteren',438,1),
(8066,'Waregem',438,1),
(8067,'Wervik',438,1),
(8068,'Wevelgem',438,1),
(8069,'Wielsbeke',438,1),
(8070,'Wingene',438,1),
(8071,'Zedelgem',438,1),
(8072,'Zeebrugge',438,1),
(8073,'Zonnebeke',438,1),
(8074,'Zuienkerke',438,1),
(8075,'Zwevegem',438,1),
(8076,'Belize',439,1),
(8077,'San Pedro',439,1),
(8078,'Belmopan',440,1),
(8079,'Benque Viejo',440,1),
(8080,'San Ignacio',440,1),
(8081,'Corozal',441,1),
(8082,'Punta Gorda',444,1),
(8083,'Kandi',445,1),
(8084,'Malanville',445,1),
(8085,'Batia',446,1),
(8086,'Boukombe',446,1),
(8087,'Kouande',446,1),
(8088,'Natitingou',446,1),
(8089,'Allada',447,1),
(8090,'Cotonou',447,1),
(8091,'Ouidah',447,1),
(8092,'Tanguiete',447,1),
(8093,'Bembereke',448,1),
(8094,'Nikki',448,1),
(8095,'Parakou',448,1),
(8096,'Tchaourou',448,1),
(8097,'Dassa',449,1),
(8098,'Savalou',449,1),
(8099,'Save',449,1),
(8100,'Aplahoue',450,1),
(8101,'Dogbo',450,1),
(8102,'Djougou',451,1),
(8103,'Cotonou',452,1),
(8104,'Athieme',453,1),
(8105,'Come',453,1),
(8106,'Grand Popo',453,1),
(8107,'Lokossa',453,1),
(8108,'Adjohoun',454,1),
(8109,'Porto Novo',454,1),
(8110,'Ketou',455,1),
(8111,'Pobe',455,1),
(8112,'Sakete',455,1),
(8113,'Abomey',456,1),
(8114,'Bohicon',456,1),
(8115,'Cove',456,1),
(8116,'Zagnanado',456,1),
(8117,'Hamilton',457,1),
(8118,'Jakar',459,1),
(8119,'Chhukha',460,1),
(8120,'Phuentsholing',460,1),
(8121,'Damphu',461,1),
(8122,'Taga Dzong',462,1),
(8123,'Geylegphug',463,1),
(8124,'Ha',464,1),
(8125,'Lhuntshi',465,1),
(8126,'Mongar',466,1),
(8127,'Pemagatsel',467,1),
(8128,'Gasa',468,1),
(8129,'Punakha',468,1),
(8130,'Paro',469,1),
(8131,'Phuntsholing',470,1),
(8132,'Samchi',470,1),
(8133,'Shemgang',472,1),
(8134,'Tashigang',473,1),
(8135,'Thimphu',474,1),
(8136,'Timphu',474,1),
(8137,'Tongsa',475,1),
(8138,'Wangdiphodrang',476,1),
(8139,'Guayaramerin',477,1),
(8140,'Magdalena',477,1),
(8141,'Reyes',477,1),
(8142,'Riberalta',477,1),
(8143,'Rurrenabaque',477,1),
(8144,'San Borja',477,1),
(8145,'San Ignacio',477,1),
(8146,'San Ramon',477,1),
(8147,'Santa Ana',477,1),
(8148,'Santa Rosa',477,1),
(8149,'Trinidad',477,1),
(8150,'Camargo',478,1),
(8151,'Monteagudo',478,1),
(8152,'Muyupampa',478,1),
(8153,'Padilla',478,1),
(8154,'Sucre',478,1),
(8155,'Tarabuco',478,1),
(8156,'Villa Serano',478,1),
(8157,'Aiquile',479,1),
(8158,'Arani',479,1),
(8159,'Capinota',479,1),
(8160,'Chimore',479,1),
(8161,'Cliza',479,1),
(8162,'Cochabamba',479,1),
(8163,'Colomi',479,1),
(8164,'Entre Rios',479,1),
(8165,'Irpa Irpa',479,1),
(8166,'Ivirgarzama',479,1),
(8167,'Mizque',479,1),
(8168,'Punata',479,1),
(8169,'Shinahota',479,1),
(8170,'Sipe Sipe',479,1),
(8171,'Tarata',479,1),
(8172,'Ucurena',479,1),
(8173,'Caracollo',481,1),
(8174,'Challapata',481,1),
(8175,'Eucaliptus',481,1),
(8176,'Huanuni',481,1),
(8177,'Machacamarca',481,1),
(8178,'Oruro',481,1),
(8179,'Poopo',481,1),
(8180,'Santiago de Huari',481,1),
(8181,'Totoral',481,1),
(8182,'Cobija',482,1),
(8183,'Atocha',483,1),
(8184,'Betanzos',483,1),
(8185,'Colquechaca',483,1),
(8186,'Llallagua',483,1),
(8187,'Potosi',483,1),
(8188,'Santa Barbara',483,1),
(8189,'Tupiza',483,1),
(8190,'Uncia',483,1),
(8191,'Uyuni',483,1),
(8192,'Villazon',483,1),
(8193,'Bermejo',485,1),
(8194,'Entre Rios',485,1),
(8195,'San Lorenzo',485,1),
(8196,'Tarija',485,1),
(8197,'Villamontes',485,1),
(8198,'Yacuiba',485,1),
(8199,'Kachikau',493,1),
(8200,'Kasane',493,1),
(8201,'Kavimba',493,1),
(8202,'Kazungula',493,1),
(8203,'Lesoma',493,1),
(8204,'Muchinje-Mabale',493,1),
(8205,'Pandamatenga',493,1),
(8206,'Pandamatenga Botswana Defence ',493,1),
(8207,'Parakarungu',493,1),
(8208,'Satau',493,1),
(8209,'Francistown',494,1),
(8210,'Gaborone',495,1),
(8211,'Bere',496,1),
(8212,'Charles Hill',496,1),
(8213,'Chobokwane',496,1),
(8214,'Dekar',496,1),
(8215,'East Hanahai',496,1),
(8216,'Ghanzi',496,1),
(8217,'Groote Laagte',496,1),
(8218,'Kacgae',496,1),
(8219,'Karakobis',496,1),
(8220,'Kuke Quarantine Camp',496,1),
(8221,'Kule',496,1),
(8222,'Makunda',496,1),
(8223,'Ncojane',496,1),
(8224,'New Xade',496,1),
(8225,'New Xanagas',496,1),
(8226,'Qabo',496,1),
(8227,'Tsootsha',496,1),
(8228,'West Hanahai',496,1),
(8229,'Jwaneng',497,1),
(8230,'Artisia',500,1),
(8231,'Bokaa',500,1),
(8232,'Dikgonye',500,1),
(8233,'Dikwididi',500,1),
(8234,'Kgomodiatshaba',500,1),
(8235,'Khurutshe',500,1),
(8236,'Leshibitse',500,1),
(8237,'Mabalane',500,1),
(8238,'Malolwane',500,1),
(8239,'Malotwana Siding',500,1),
(8240,'Matebeleng',500,1),
(8241,'Mmamashia',500,1),
(8242,'Mmathubudukwane',500,1),
(8243,'Mochudi',500,1),
(8244,'Modipane',500,1),
(8245,'Morwa',500,1),
(8246,'Oliphants Drift',500,1),
(8247,'Oodi',500,1),
(8248,'Pilane',500,1),
(8249,'Ramonaka',500,1),
(8250,'Ramotlabaki',500,1),
(8251,'Rasesa',500,1),
(8252,'Sikwane',500,1),
(8253,'Boatlaname',501,1),
(8254,'Botlhapatlou',501,1),
(8255,'Diagane',501,1),
(8256,'Diphudugodu',501,1),
(8257,'Diremogolo Lands',501,1),
(8258,'Ditshegwane',501,1),
(8259,'Ditshukudu',501,1),
(8260,'Dumadumane',501,1),
(8261,'Dutlwe',501,1),
(8262,'Gabane',501,1),
(8263,'Gakgatla',501,1),
(8264,'Gakuto',501,1),
(8265,'Galekgatshwane',501,1),
(8266,'Gamodubu',501,1),
(8267,'Gaphatshwa',501,1),
(8268,'Hatsalatladi',501,1),
(8269,'Kamenakwe',501,1),
(8270,'Kaudwane',501,1),
(8271,'Kgaphamadi',501,1),
(8272,'Kgope',501,1),
(8273,'Khekhenya-Chepetese',501,1),
(8274,'Khudumelapye',501,1),
(8275,'Kopong',501,1),
(8276,'Kotolaname',501,1),
(8277,'Kubung',501,1),
(8278,'Kumakwane',501,1),
(8279,'Kweneng',501,1),
(8280,'Lentsweletau',501,1),
(8281,'Lephepe',501,1),
(8282,'Lesirane',501,1),
(8283,'Letlhakeng',501,1),
(8284,'Losilakgokong',501,1),
(8285,'Maboane',501,1),
(8286,'Mahetlwe',501,1),
(8287,'Makabanyane-Dikgokong',501,1),
(8288,'Malwelwe',501,1),
(8289,'Mamhiko',501,1),
(8290,'Manaledi',501,1),
(8291,'Mantshwabisi',501,1),
(8292,'Marejwane',501,1),
(8293,'Masebele',501,1),
(8294,'Medie',501,1),
(8295,'Metsibotlhoko',501,1),
(8296,'Metsimotlhaba',501,1),
(8297,'Mmakanke',501,1),
(8298,'Mmankgodi',501,1),
(8299,'Mmanoko',501,1),
(8300,'Mmokolodi',501,1),
(8301,'Mmopane',501,1),
(8302,'Mmopane Lands',501,1),
(8303,'Mogoditshane',501,1),
(8304,'Mogoditshane Botswana Defence ',501,1),
(8305,'Mogoditshane Lands',501,1),
(8306,'Mogonono',501,1),
(8307,'Molepolole',501,1),
(8308,'Mononyane',501,1),
(8309,'Monwane',501,1),
(8310,'Morabane',501,1),
(8311,'Morope',501,1),
(8312,'Moshaweng',501,1),
(8313,'Mosokotswe',501,1),
(8314,'Motokwe',501,1),
(8315,'Ngware',501,1),
(8316,'Nkoyaphiri',501,1),
(8317,'Ramaphatlhe',501,1),
(8318,'Salajwe',501,1),
(8319,'Serinane',501,1),
(8320,'Sesung',501,1),
(8321,'Shadishadi',501,1),
(8322,'Sojwe',501,1),
(8323,'Sorilatholo',501,1),
(8324,'Suping',501,1),
(8325,'Takatokwane',501,1),
(8326,'Thamaga',501,1),
(8327,'Thebephatshwa',501,1),
(8328,'Tlowaneng',501,1),
(8329,'Tsetseng',501,1),
(8330,'Tswaane',501,1),
(8331,'Lobatse',502,1),
(8332,'Bodibeng',503,1),
(8333,'Boro',503,1),
(8334,'Botlhatlogo',503,1),
(8335,'Chanoga',503,1),
(8336,'Chuchubega',503,1),
(8337,'Daonara',503,1),
(8338,'Ditshiping',503,1),
(8339,'Habu',503,1),
(8340,'Jao',503,1),
(8341,'Kareng',503,1),
(8342,'Katamaga',503,1),
(8343,'Kgakge',503,1),
(8344,'Khwai Camp',503,1),
(8345,'Komana',503,1),
(8346,'Legotlhwana',503,1),
(8347,'Mababe',503,1),
(8348,'Makalamabedi',503,1),
(8349,'Matlapana',503,1),
(8350,'Matsaudi',503,1),
(8351,'Mawana',503,1),
(8352,'Mokgalo-Haka',503,1),
(8353,'Morutsha',503,1),
(8354,'Nxharaga',503,1),
(8355,'Phuduhudu',503,1),
(8356,'Samodupi',503,1),
(8357,'Sankuyo',503,1),
(8358,'Sehithwa',503,1),
(8359,'Semboyo',503,1),
(8360,'Sexaxa',503,1),
(8361,'Shakawe',503,1),
(8362,'Shorobe',503,1),
(8363,'Somela',503,1),
(8364,'Toteng',503,1),
(8365,'Tsanekona',503,1),
(8366,'Tsao',503,1),
(8367,'Xaxaba',503,1),
(8368,'Xhobe',503,1),
(8369,'Bethel',504,1),
(8370,'Borobadilepe',504,1),
(8371,'Diabo',504,1),
(8372,'Digawana',504,1),
(8373,'Dikhukhung',504,1),
(8374,'Dinatshana',504,1),
(8375,'Dipotsana',504,1),
(8376,'Ditlharapa',504,1),
(8377,'Gamajalela',504,1),
(8378,'Gasita',504,1),
(8379,'Gathwane',504,1),
(8380,'Good Hope',504,1),
(8381,'Goora-seno',504,1),
(8382,'Gopong',504,1),
(8383,'Hebron',504,1),
(8384,'Itholoke',504,1),
(8385,'Kanaku',504,1),
(8386,'Kangwe',504,1),
(8387,'Kanye',504,1),
(8388,'Keng',504,1),
(8389,'Kgomokasitwa',504,1),
(8390,'Kgoro',504,1),
(8391,'Khakhea',504,1),
(8392,'Khonkhwa',504,1),
(8393,'Kokong',504,1),
(8394,'Lehoko',504,1),
(8395,'Lejwana',504,1),
(8396,'Lekgolobotlo',504,1),
(8397,'Leporung',504,1),
(8398,'Logagane',504,1),
(8399,'Lorolwana',504,1),
(8400,'Lorwana',504,1),
(8401,'Lotlhakane',504,1),
(8402,'Lotlhakane West',504,1),
(8403,'Mabule',504,1),
(8404,'Mabutsane',504,1),
(8405,'Madingwana',504,1),
(8406,'Magoriapitse',504,1),
(8407,'Magotlhawane',504,1),
(8408,'Mahotshwane',504,1),
(8409,'Maisane',504,1),
(8410,'Makokwe',504,1),
(8411,'Malokaganyane',504,1),
(8412,'Manyana',504,1),
(8413,'Maokane',504,1),
(8414,'Marojane',504,1),
(8415,'Maruswa',504,1),
(8416,'Metlobo',504,1),
(8417,'Metlojane',504,1),
(8418,'Mmakgori',504,1),
(8419,'Mmathethe',504,1),
(8420,'Mogojogojo',504,1),
(8421,'Mogonye',504,1),
(8422,'Mogwalale',504,1),
(8423,'Mokatako',504,1),
(8424,'Mokgomane',504,1),
(8425,'Mokhomba',504,1),
(8426,'Molapowabojang',504,1),
(8427,'Molete',504,1),
(8428,'Morwamosu',504,1),
(8429,'Moshaneng',504,1),
(8430,'Moshupa',504,1),
(8431,'Motlhwatse',504,1),
(8432,'Motsentshe',504,1),
(8433,'Musi',504,1),
(8434,'Ngwatsau',504,1),
(8435,'Ntlhantlhe',504,1),
(8436,'Papatlo',504,1),
(8437,'Phihitshwane',504,1),
(8438,'Pitsana-Potokwe',504,1),
(8439,'Pitsane',504,1),
(8440,'Pitseng-Ralekgetho',504,1),
(8441,'Pitshane Molopo',504,1),
(8442,'Rakhuna',504,1),
(8443,'Ralekgetho',504,1),
(8444,'Ramatlabama',504,1),
(8445,'Ranaka',504,1),
(8446,'Sedibeng',504,1),
(8447,'Segakwana',504,1),
(8448,'Segwagwa',504,1),
(8449,'Seherelela',504,1),
(8450,'Sekhutlane',504,1),
(8451,'Sekoma',504,1),
(8452,'Selokolela',504,1),
(8453,'Semane',504,1),
(8454,'Sese',504,1),
(8455,'Sesung',504,1),
(8456,'Sheep Farm',504,1),
(8457,'Tlhankane',504,1),
(8458,'Tlhareseleele',504,1),
(8459,'Tshidilamolomo',504,1),
(8460,'Tshwaane',504,1),
(8461,'Tsonyane',504,1),
(8462,'Tswaaneng',504,1),
(8463,'Tswagare-Lothoje-Lokalana',504,1),
(8464,'Tswanyaneng',504,1),
(8465,'Beetsha',506,1),
(8466,'Eretsha',506,1),
(8467,'Etsha 1',506,1),
(8468,'Etsha 13',506,1),
(8469,'Etsha 6',506,1),
(8470,'Etsha 8',506,1),
(8471,'Etsha 9',506,1),
(8472,'Gane',506,1),
(8473,'Gonutsuga',506,1),
(8474,'Gowe',506,1),
(8475,'Gudingwa',506,1),
(8476,'Gumare',506,1),
(8477,'Ikoga',506,1),
(8478,'Kajaja',506,1),
(8479,'Kapotora Lands',506,1),
(8480,'Kauxwhi',506,1),
(8481,'Matswee',506,1),
(8482,'Maun',506,1),
(8483,'Moaha',506,1),
(8484,'Mohembo East',506,1),
(8485,'Mohembo West',506,1),
(8486,'Mokgacha',506,1),
(8487,'Ngarange',506,1),
(8488,'Nokaneng',506,1),
(8489,'Nxamasere',506,1),
(8490,'Nxaunxau',506,1),
(8491,'Nxwee',506,1),
(8492,'Qangwa',506,1),
(8493,'Roye',506,1),
(8494,'Samochema',506,1),
(8495,'Sekondomboro',506,1),
(8496,'Sepopa',506,1),
(8497,'Seronga',506,1),
(8498,'Shaowe',506,1),
(8499,'Tobere Lands',506,1),
(8500,'Tubu',506,1),
(8501,'Tubu Lands',506,1),
(8502,'Xadau',506,1),
(8503,'Xakao',506,1),
(8504,'Xaxa',506,1),
(8505,'Xhauga',506,1),
(8506,'Xurube',506,1),
(8507,'Orapa',507,1),
(8508,'Sowa',510,1),
(8509,'Acrelandia',512,1),
(8510,'Brasileia',512,1),
(8511,'Cruzeiro do Sul',512,1),
(8512,'Epitaciolandia',512,1),
(8513,'Feijo',512,1),
(8514,'Mancio Lima',512,1),
(8515,'Manoel Urbano',512,1),
(8516,'Marechal Thaumaturgo',512,1),
(8517,'Placido de Castro',512,1),
(8518,'Porto Walter',512,1),
(8519,'Rio Branco',512,1),
(8520,'Rodrigues Alves',512,1),
(8521,'Sena Madureira',512,1),
(8522,'Senador Guiomard',512,1),
(8523,'Tarauaca',512,1),
(8524,'Xapuri',512,1),
(8525,'Agua Branca',513,1),
(8526,'Anadia',513,1),
(8527,'Arapiraca',513,1),
(8528,'Atalaia',513,1),
(8529,'Barra de Santo Antonio',513,1),
(8530,'Batalha',513,1),
(8531,'Boca da Mata',513,1),
(8532,'Cacimbinhas',513,1),
(8533,'Cajueiro',513,1),
(8534,'Campo Alegre',513,1),
(8535,'Campo Grande',513,1),
(8536,'Canapi',513,1),
(8537,'Capela',513,1),
(8538,'Coite do Noia',513,1),
(8539,'Colonia Leopoldina',513,1),
(8540,'Coruripe',513,1),
(8541,'Craibas',513,1),
(8542,'Delmiro Gouveia',513,1),
(8543,'Dois Riachos',513,1),
(8544,'Estrela de Alagoas',513,1),
(8545,'Feira Grande',513,1),
(8546,'Flexeiras',513,1),
(8547,'Girau do Ponciano',513,1),
(8548,'Ibateguara',513,1),
(8549,'Igaci',513,1),
(8550,'Igreja Nova',513,1),
(8551,'Inhapi',513,1),
(8552,'Joaquim Gomes',513,1),
(8553,'Jundia',513,1),
(8554,'Junqueiro',513,1),
(8555,'Lagoa da Canoa',513,1),
(8556,'Limoeiro de Anadia',513,1),
(8557,'Maceio',513,1),
(8558,'Major Isidoro',513,1),
(8559,'Maragogi',513,1),
(8560,'Maravilha',513,1),
(8561,'Marechal Deodoro',513,1),
(8562,'Maribondo',513,1),
(8563,'Mata Grande',513,1),
(8564,'Matriz de Camaragibe',513,1),
(8565,'Messias',513,1),
(8566,'Minador do Negrao',513,1),
(8567,'Murici',513,1),
(8568,'Novo Lino',513,1),
(8569,'Olho d\'Agua das Flores',513,1),
(8570,'Olivenca',513,1),
(8571,'Palmeira dos Indios',513,1),
(8572,'Pao de Acucar',513,1),
(8573,'Passo de Camaragibe',513,1),
(8574,'Penedo',513,1),
(8575,'Piacabucu',513,1),
(8576,'Pilar',513,1),
(8577,'Piranhas',513,1),
(8578,'Poco das Trincheiras',513,1),
(8579,'Porto Calvo',513,1),
(8580,'Porto Real do Colegio',513,1),
(8581,'Quebrangulo',513,1),
(8582,'Rio Largo',513,1),
(8583,'Santana do Ipanema',513,1),
(8584,'Santana do Mundau',513,1),
(8585,'Sao Jose da Laje',513,1),
(8586,'Sao Jose da Tapera',513,1),
(8587,'Sao Luis do Quitunde',513,1),
(8588,'Sao Miguel dos Campos',513,1),
(8589,'Sao Sebastiao',513,1),
(8590,'Satuba',513,1),
(8591,'Senador Rui Palmeira',513,1),
(8592,'Taquarana',513,1),
(8593,'Teotonio Vilela',513,1),
(8594,'Traipu',513,1),
(8595,'Uniao dos Palmares',513,1),
(8596,'Vicosa',513,1),
(8597,'Amapa',514,1),
(8598,'Laranjal do Jari',514,1),
(8599,'Macapa',514,1),
(8600,'Mazagao',514,1),
(8601,'Oiapoque',514,1),
(8602,'Santana',514,1),
(8603,'Alvaraes',515,1),
(8604,'Anori',515,1),
(8605,'Apui',515,1),
(8606,'Autazes',515,1),
(8607,'Barcelos',515,1),
(8608,'Barreirinha',515,1),
(8609,'Benjamin Constant',515,1),
(8610,'Boca do Acre',515,1),
(8611,'Borba',515,1),
(8612,'Canutama',515,1),
(8613,'Carauari',515,1),
(8614,'Careiro',515,1),
(8615,'Careiro da Varzea',515,1),
(8616,'Coari',515,1),
(8617,'Codajas',515,1),
(8618,'Eirunepe',515,1),
(8619,'Envira',515,1),
(8620,'Fonte Boa',515,1),
(8621,'Guajara',515,1),
(8622,'Humaita',515,1),
(8623,'Ipixuna',515,1),
(8624,'Iranduba',515,1),
(8625,'Itacoatiara',515,1),
(8626,'Japura',515,1),
(8627,'Jutai',515,1),
(8628,'Labrea',515,1),
(8629,'Manacapuru',515,1),
(8630,'Manaquiri',515,1),
(8631,'Manaus',515,1),
(8632,'Manicore',515,1),
(8633,'Maraa',515,1),
(8634,'Maues',515,1),
(8635,'Nhamunda',515,1),
(8636,'Nova Olinda do Norte',515,1),
(8637,'Novo Airao',515,1),
(8638,'Novo Aripuana',515,1),
(8639,'Parintins',515,1),
(8640,'Pauini',515,1),
(8641,'Rio Preto da Eva',515,1),
(8642,'Santa Isabel do Rio Negro',515,1),
(8643,'Santo Antonio do Ica',515,1),
(8644,'Sao Gabriel da Cachoeira',515,1),
(8645,'Sao Paulo de Olivenca',515,1),
(8646,'Tabatinga',515,1),
(8647,'Tapaua',515,1),
(8648,'Tefe',515,1),
(8649,'Tonantins',515,1),
(8650,'Uarini',515,1),
(8651,'Urucara',515,1),
(8652,'Urucurituba',515,1),
(8653,'Acajutiba',516,1),
(8654,'Alagoinhas',516,1),
(8655,'Amargosa',516,1),
(8656,'Amelia Rodrigues',516,1),
(8657,'America Dourada',516,1),
(8658,'Anage',516,1),
(8659,'Araci',516,1),
(8660,'Aurelino Leal',516,1),
(8661,'Baixa Grande',516,1),
(8662,'Barra',516,1),
(8663,'Barra da Estiva',516,1),
(8664,'Barra do Choca',516,1),
(8665,'Barreiras',516,1),
(8666,'Belmonte',516,1),
(8667,'Boa Vista do Tupim',516,1),
(8668,'Bom Jesus da Lapa',516,1),
(8669,'Boquira',516,1),
(8670,'Brumado',516,1),
(8671,'Buerarema',516,1),
(8672,'Cachoeira',516,1),
(8673,'Cacule',516,1),
(8674,'Caetite',516,1),
(8675,'Cafarnaum',516,1),
(8676,'Camacan',516,1),
(8677,'Camacari',516,1),
(8678,'Camamu',516,1),
(8679,'Campo Alegre de Lourdes',516,1),
(8680,'Campo Formoso',516,1),
(8681,'Canarana',516,1),
(8682,'Canavieiras',516,1),
(8683,'Candeias',516,1),
(8684,'Candido Sales',516,1),
(8685,'Cansancao',516,1),
(8686,'Capim Grosso',516,1),
(8687,'Caravelas',516,1),
(8688,'Carinhanha',516,1),
(8689,'Casa Nova',516,1),
(8690,'Castro Alves',516,1),
(8691,'Catu',516,1),
(8692,'Cicero Dantas',516,1),
(8693,'Cipo',516,1),
(8694,'Coaraci',516,1),
(8695,'Conceicao da Feira',516,1),
(8696,'Conceicao do Almeida',516,1),
(8697,'Conceicao do Coite',516,1),
(8698,'Conceicao do Jacuipe',516,1),
(8699,'Conde',516,1),
(8700,'Coracao de Maria',516,1),
(8701,'Coronel Joao Sa',516,1),
(8702,'Correntina',516,1),
(8703,'Cruz das Almas',516,1),
(8704,'Curaca',516,1),
(8705,'Dias d\'Avila',516,1),
(8706,'Encruzilhada',516,1),
(8707,'Entre Rios',516,1),
(8708,'Esplanada',516,1),
(8709,'Euclides da Cunha',516,1),
(8710,'Eunapolis',516,1),
(8711,'Feira de Santana',516,1),
(8712,'Filadelfia',516,1),
(8713,'Formosa do Rio Preto',516,1),
(8714,'Gandu',516,1),
(8715,'Guanambi',516,1),
(8716,'Guaratinga',516,1),
(8717,'Iacu',516,1),
(8718,'Ibicarai',516,1),
(8719,'Ibicui',516,1),
(8720,'Ibipeba',516,1),
(8721,'Ibirapitanga',516,1),
(8722,'Ibirataia',516,1),
(8723,'Ibotirama',516,1),
(8724,'Iguai',516,1),
(8725,'Ilheus',516,1),
(8726,'Inhambupe',516,1),
(8727,'Ipiau',516,1),
(8728,'Ipira',516,1),
(8729,'Iraquara',516,1),
(8730,'Irara',516,1),
(8731,'Irece',516,1),
(8732,'Itabela',516,1),
(8733,'Itaberaba',516,1),
(8734,'Itabuna',516,1),
(8735,'Itacare',516,1),
(8736,'Itagi',516,1),
(8737,'Itagiba',516,1),
(8738,'Itajuipe',516,1),
(8739,'Itamaraju',516,1),
(8740,'Itambe',516,1),
(8741,'Itanhem',516,1),
(8742,'Itaparica',516,1),
(8743,'Itapetinga',516,1),
(8744,'Itapicuru',516,1),
(8745,'Itarantim',516,1),
(8746,'Itirucu',516,1),
(8747,'Itiuba',516,1),
(8748,'Itororo',516,1),
(8749,'Ituacu',516,1),
(8750,'Itubera',516,1),
(8751,'Jacobina',516,1),
(8752,'Jaguaquara',516,1),
(8753,'Jaguarari',516,1),
(8754,'Jequie',516,1),
(8755,'Jeremoabo',516,1),
(8756,'Jitauna',516,1),
(8757,'Joao Dourado',516,1),
(8758,'Juazeiro',516,1),
(8759,'Jussara',516,1),
(8760,'Laje',516,1),
(8761,'Lapao',516,1),
(8762,'Lauro de Freitas',516,1),
(8763,'Livramento',516,1),
(8764,'Macarani',516,1),
(8765,'Macaubas',516,1),
(8766,'Madre de Deus',516,1),
(8767,'Mairi',516,1),
(8768,'Maracas',516,1),
(8769,'Maragogipe',516,1),
(8770,'Marau',516,1),
(8771,'Mascote',516,1),
(8772,'Mata de Sao Joao',516,1),
(8773,'Medeiros Neto',516,1),
(8774,'Miguel Calmon',516,1),
(8775,'Milagres',516,1),
(8776,'Monte Santo',516,1),
(8777,'Morro de Chapeu',516,1),
(8778,'Mucuri',516,1),
(8779,'Mundo Novo',516,1),
(8780,'Muritiba',516,1),
(8781,'Mutuipe',516,1),
(8782,'Nazare',516,1),
(8783,'Nova Soure',516,1),
(8784,'Nova Vicosa',516,1),
(8785,'Olindina',516,1),
(8786,'Oliveira dos Brejinhos',516,1),
(8787,'Palmas de Monte Alto',516,1),
(8788,'Paramirim',516,1),
(8789,'Paratinga',516,1),
(8790,'Paripiranga',516,1),
(8791,'Pau Brasil',516,1),
(8792,'Paulo Afonso',516,1),
(8793,'Pilao Arcado',516,1),
(8794,'Pindobacu',516,1),
(8795,'Piritiba',516,1),
(8796,'Planalto',516,1),
(8797,'Pocoes',516,1),
(8798,'Pojuca',516,1),
(8799,'Ponto Novo',516,1),
(8800,'Porto Seguro',516,1),
(8801,'Prado',516,1),
(8802,'Presidente Tancredo Neves',516,1),
(8803,'Queimadas',516,1),
(8804,'Quijingue',516,1),
(8805,'Rafael Jambeiro',516,1),
(8806,'Remanso',516,1),
(8807,'Riachao das Neves',516,1),
(8808,'Riachao do Jacuipe',516,1),
(8809,'Riacho de Santana',516,1),
(8810,'Ribeira do Pombal',516,1),
(8811,'Rio Real',516,1),
(8812,'Ruy Barbosa',516,1),
(8813,'Salvador',516,1),
(8814,'Santa Cruz Cabralia',516,1),
(8815,'Santa Ines',516,1),
(8816,'Santa Maria da Vitoria',516,1),
(8817,'Santa Rita de Cassia',516,1),
(8818,'Santaluz',516,1),
(8819,'Santana',516,1),
(8820,'Santo Amaro',516,1),
(8821,'Santo Antonio de Jesus',516,1),
(8822,'Santo Estevao',516,1),
(8823,'Sao Desiderio',516,1),
(8824,'Sao Felipe',516,1),
(8825,'Sao Francisco do Conde',516,1),
(8826,'Sao Gabriel',516,1),
(8827,'Sao Goncalo dos Campos',516,1),
(8828,'Sao Sebastiao do Passe',516,1),
(8829,'Saubara',516,1),
(8830,'Seabra',516,1),
(8831,'Senhor do Bonfim',516,1),
(8832,'Sento Se',516,1),
(8833,'Serra Dourada',516,1),
(8834,'Serra do Ramalho',516,1),
(8835,'Serrinha',516,1),
(8836,'Simoes Filho',516,1),
(8837,'Sobradinho',516,1),
(8838,'Souto Soares',516,1),
(8839,'Tanhacu',516,1),
(8840,'Taperoa',516,1),
(8841,'Tapiramuta',516,1),
(8842,'Teixeira de Freitas',516,1),
(8843,'Teofilandia',516,1),
(8844,'Terra Nova',516,1),
(8845,'Tremedal',516,1),
(8846,'Tucano',516,1),
(8847,'Uaua',516,1),
(8848,'Ubaira',516,1),
(8849,'Ubaitaba',516,1),
(8850,'Ubata',516,1),
(8851,'Una',516,1),
(8852,'Urucuca',516,1),
(8853,'Utinga',516,1),
(8854,'Valenca',516,1),
(8855,'Valente',516,1),
(8856,'Vera Cruz',516,1),
(8857,'Vitoria da Conquista',516,1),
(8858,'Wenceslau Guimaraes',516,1),
(8859,'Xique-Xique',516,1),
(8860,'Acarau',517,1),
(8861,'Acopiara',517,1),
(8862,'Amontada',517,1),
(8863,'Aquiraz',517,1),
(8864,'Aracati',517,1),
(8865,'Aracoiaba',517,1),
(8866,'Araripe',517,1),
(8867,'Assare',517,1),
(8868,'Aurora',517,1),
(8869,'Barbalha',517,1),
(8870,'Barro',517,1),
(8871,'Barroquinha',517,1),
(8872,'Baturite',517,1),
(8873,'Beberibe',517,1),
(8874,'Bela Cruz',517,1),
(8875,'Boa Viagem',517,1),
(8876,'Brejo Santo',517,1),
(8877,'Camocim',517,1),
(8878,'Campos Sales',517,1),
(8879,'Caninde',517,1),
(8880,'Carire',517,1),
(8881,'Caririacu',517,1),
(8882,'Cascavel',517,1),
(8883,'Caucaia',517,1),
(8884,'Cedro',517,1),
(8885,'Chorozinho',517,1),
(8886,'Coreau',517,1),
(8887,'Crateus',517,1),
(8888,'Crato',517,1),
(8889,'Cruz',517,1),
(8890,'Eusebio',517,1),
(8891,'Farias Brito',517,1),
(8892,'Forquilha',517,1),
(8893,'Fortaleza',517,1),
(8894,'Granja',517,1),
(8895,'Guaiuba',517,1),
(8896,'Guaraciaba do Norte',517,1),
(8897,'Hidrolandia',517,1),
(8898,'Horizonte',517,1),
(8899,'Ibiapina',517,1),
(8900,'Ico',517,1),
(8901,'Iguatu',517,1),
(8902,'Independencia',517,1),
(8903,'Ipu',517,1),
(8904,'Ipueiras',517,1),
(8905,'Iraucuba',517,1),
(8906,'Itaitinga',517,1),
(8907,'Itapage',517,1),
(8908,'Itapipoca',517,1),
(8909,'Itarema',517,1),
(8910,'Jaguaribe',517,1),
(8911,'Jaguaruana',517,1),
(8912,'Jardim',517,1),
(8913,'Juazeiro do Norte',517,1),
(8914,'Jucas',517,1),
(8915,'Lavras da Mangabeira',517,1),
(8916,'Limoeiro do Norte',517,1),
(8917,'Maracanau',517,1),
(8918,'Maranguape',517,1),
(8919,'Marco',517,1),
(8920,'Massape',517,1),
(8921,'Mauriti',517,1),
(8922,'Milagres',517,1),
(8923,'Missao Velha',517,1),
(8924,'Mombaca',517,1),
(8925,'Morada Nova',517,1),
(8926,'Nova Russas',517,1),
(8927,'Novo Oriente',517,1),
(8928,'Ocara',517,1),
(8929,'Oros',517,1),
(8930,'Pacajus',517,1),
(8931,'Pacatuba',517,1),
(8932,'Paracuru',517,1),
(8933,'Paraipaba',517,1),
(8934,'Parambu',517,1),
(8935,'Pedra Branca',517,1),
(8936,'Pentecoste',517,1),
(8937,'Quixada',517,1),
(8938,'Quixeramobim',517,1),
(8939,'Quixere',517,1),
(8940,'Redencao',517,1),
(8941,'Reriutaba',517,1),
(8942,'Russas',517,1),
(8943,'Santa Quiteria',517,1),
(8944,'Santana do Acarau',517,1),
(8945,'Sao Benedito',517,1),
(8946,'Sao Goncalo do Amarante',517,1),
(8947,'Senador Pompeu',517,1),
(8948,'Sobral',517,1),
(8949,'Tabuleiro do Norte',517,1),
(8950,'Tamboril',517,1),
(8951,'Taua',517,1),
(8952,'Tiangua',517,1),
(8953,'Trairi',517,1),
(8954,'Ubajara',517,1),
(8955,'Umirim',517,1),
(8956,'Uruburetama',517,1),
(8957,'Varjota',517,1),
(8958,'Varzea Alegre',517,1),
(8959,'Vicosa do Ceara',517,1),
(8960,'Abadiania',521,1),
(8961,'Acreuna',521,1),
(8962,'Aguas Lindas de Goias',521,1),
(8963,'Alexania',521,1),
(8964,'Anapolis',521,1),
(8965,'Anicuns',521,1),
(8966,'Aparecida de Goiania',521,1),
(8967,'Aragarcas',521,1),
(8968,'Bela Vista de Goias',521,1),
(8969,'Bom Jesus de Goias',521,1),
(8970,'Buriti Alegre',521,1),
(8971,'Cacu',521,1),
(8972,'Caiaponia',521,1),
(8973,'Caldas Novas',521,1),
(8974,'Campos Belos',521,1),
(8975,'Campos Verdes',521,1),
(8976,'Carmo do Rio Verde',521,1),
(8977,'Catalao',521,1),
(8978,'Cavalcante',521,1),
(8979,'Ceres',521,1),
(8980,'Cidade Ocidental',521,1),
(8981,'Cocalzinho de Coias',521,1),
(8982,'Cristalina',521,1),
(8983,'Crixas',521,1),
(8984,'Doverlandia',521,1),
(8985,'Edeia',521,1),
(8986,'Firminopolis',521,1),
(8987,'Formosa',521,1),
(8988,'Goianapolis',521,1),
(8989,'Goianesia',521,1),
(8990,'Goiania',521,1),
(8991,'Goianira',521,1),
(8992,'Goias',521,1),
(8993,'Goiatuba',521,1),
(8994,'Guapo',521,1),
(8995,'Hidrolandia',521,1),
(8996,'Iaciara',521,1),
(8997,'Indiara',521,1),
(8998,'Inhumas',521,1),
(8999,'Ipameri',521,1),
(9000,'Ipora',521,1),
(9001,'Itaberai',521,1),
(9002,'Itapaci',521,1),
(9003,'Itapirapua',521,1),
(9004,'Itapuranga',521,1),
(9005,'Itumbiara',521,1),
(9006,'Jaragua',521,1),
(9007,'Jatai',521,1),
(9008,'Jussara',521,1),
(9009,'Luziania',521,1),
(9010,'Mara Rosa',521,1),
(9011,'Minacu',521,1),
(9012,'Mineiros',521,1),
(9013,'Morrinhos',521,1),
(9014,'Mozarlandia',521,1),
(9015,'Neropolis',521,1),
(9016,'Niquelandia',521,1),
(9017,'Nova Crixas',521,1),
(9018,'Novo Gama',521,1),
(9019,'Orizona',521,1),
(9020,'Padre Bernardo',521,1),
(9021,'Palmeiras de Goias',521,1),
(9022,'Parauna',521,1),
(9023,'Petrolina de Goias',521,1),
(9024,'Piracanjuba',521,1),
(9025,'Piranhas',521,1),
(9026,'Pirenopolis',521,1),
(9027,'Pires do Rio',521,1),
(9028,'Planaltina',521,1),
(9029,'Pontalina',521,1),
(9030,'Porangatu',521,1),
(9031,'Posse',521,1),
(9032,'Quirinopolis',521,1),
(9033,'Rialma',521,1),
(9034,'Rio Verde',521,1),
(9035,'Rubiataba',521,1),
(9036,'Santa Helena de Goias',521,1),
(9037,'Santa Terezinha de Goias',521,1),
(9038,'Santo Antonio do Descoberto',521,1),
(9039,'Sao Domingos',521,1),
(9040,'Sao Luis de Montes Belos',521,1),
(9041,'Sao Miguel do Araguaia',521,1),
(9042,'Sao Simao',521,1),
(9043,'Senador Canedo',521,1),
(9044,'Silvania',521,1),
(9045,'Trindade',521,1),
(9046,'Uruacu',521,1),
(9047,'Uruana',521,1),
(9048,'Valparaiso de Goias',521,1),
(9049,'Vianopolis',521,1),
(9050,'Acailandia',522,1),
(9051,'Alcantara',522,1),
(9052,'Aldeias Altas',522,1),
(9053,'Alto Alegre do Pindare',522,1),
(9054,'Amarante do Maranhao',522,1),
(9055,'Anajatuba',522,1),
(9056,'Araioses',522,1),
(9057,'Arame',522,1),
(9058,'Arari',522,1),
(9059,'Bacabal',522,1),
(9060,'Balsas',522,1),
(9061,'Barra do Corda',522,1),
(9062,'Barreirinhas',522,1),
(9063,'Bequimao',522,1),
(9064,'Bom Jardim',522,1),
(9065,'Brejo',522,1),
(9066,'Buriti',522,1),
(9067,'Buriti Bravo',522,1),
(9068,'Buriticupu',522,1),
(9069,'Candido Mendes',522,1),
(9070,'Cantanhede',522,1),
(9071,'Carolina',522,1),
(9072,'Carutapera',522,1),
(9073,'Caxias',522,1),
(9074,'Chapadinha',522,1),
(9075,'Codo',522,1),
(9076,'Coelho Neto',522,1),
(9077,'Colinas',522,1),
(9078,'Coroata',522,1),
(9079,'Cururupu',522,1),
(9080,'Davinopolis',522,1),
(9081,'Dom Pedro',522,1),
(9082,'Esperantinopolis',522,1),
(9083,'Estreito',522,1),
(9084,'Fortuna',522,1),
(9085,'Godofredo Viana',522,1),
(9086,'Governador Eugenio Barros',522,1),
(9087,'Governador Nunes Freire',522,1),
(9088,'Grajau',522,1),
(9089,'Humberto de Campos',522,1),
(9090,'Icatu',522,1),
(9091,'Imperatriz',522,1),
(9092,'Itapecuru Mirim',522,1),
(9093,'Itinga do Maranhao',522,1),
(9094,'Joao Lisboa',522,1),
(9095,'Lago da Pedra',522,1),
(9096,'Lago do Junco',522,1),
(9097,'Maracacume',522,1),
(9098,'Matinha',522,1),
(9099,'Matoes',522,1),
(9100,'Mirador',522,1),
(9101,'Miranda do Norte',522,1),
(9102,'Moncao',522,1),
(9103,'Montes Altos',522,1),
(9104,'Morros',522,1),
(9105,'Nova Olinda do Maranhao',522,1),
(9106,'Olho d\'Agua das Cunhas',522,1),
(9107,'Paco do Lumiar',522,1),
(9108,'Paraibano',522,1),
(9109,'Parnarama',522,1),
(9110,'Passagem Franca',522,1),
(9111,'Pastos Bons',522,1),
(9112,'Paulo Ramos',522,1),
(9113,'Pedreiras',522,1),
(9114,'Penalva',522,1),
(9115,'Pindare Mirim',522,1),
(9116,'Pinheiro',522,1),
(9117,'Pio XII',522,1),
(9118,'Pirapemas',522,1),
(9119,'Pocao de Pedras',522,1),
(9120,'Porto Franco',522,1),
(9121,'Presidente Dutra',522,1),
(9122,'Raposa',522,1),
(9123,'Riachao',522,1),
(9124,'Rosario',522,1),
(9125,'Santa Helena',522,1),
(9126,'Santa Ines',522,1),
(9127,'Santa Luzia',522,1),
(9128,'Santa Luzia do Parua',522,1),
(9129,'Santa Quiteria do Maranhao',522,1),
(9130,'Santa Rita',522,1),
(9131,'Sao Benedito do Rio Preto',522,1),
(9132,'Sao Bento',522,1),
(9133,'Sao Bernardo',522,1),
(9134,'Sao Domingos do Maranhao',522,1),
(9135,'Sao Joao Batista',522,1),
(9136,'Sao Joao dos Patos',522,1),
(9137,'Sao Jose de Ribamar',522,1),
(9138,'Sao Luis',522,1),
(9139,'Sao Luis Gonzaga do Maranhao',522,1),
(9140,'Sao Mateus do Maranhao',522,1),
(9141,'Sao Pedro da Agua Branca',522,1),
(9142,'Sao Raimundo das Mangabeiras',522,1),
(9143,'Timbiras',522,1),
(9144,'Timon',522,1),
(9145,'Trizidela do Vale',522,1),
(9146,'Tuntum',522,1),
(9147,'Turiacu',522,1),
(9148,'Tutoia',522,1),
(9149,'Urbano Santos',522,1),
(9150,'Vargem Grande',522,1),
(9151,'Viana',522,1),
(9152,'Vitoria do Mearim',522,1),
(9153,'Vitorino Freire',522,1),
(9154,'Ze Doca',522,1),
(9155,'Abaetetuba',526,1),
(9156,'Acara',526,1),
(9157,'Afua',526,1),
(9158,'Agua Azul do Norte',526,1),
(9159,'Alenquer',526,1),
(9160,'Almeirim',526,1),
(9161,'Altamira',526,1),
(9162,'Ananindeua',526,1),
(9163,'Augusto Correa',526,1),
(9164,'Baiao',526,1),
(9165,'Barcarena',526,1),
(9166,'Belem',526,1),
(9167,'Benevides',526,1),
(9168,'Braganca',526,1),
(9169,'Breu Branco',526,1),
(9170,'Breves',526,1),
(9171,'Bujaru',526,1),
(9172,'Cameta',526,1),
(9173,'Capanema',526,1),
(9174,'Capitao Poco',526,1),
(9175,'Castanhal',526,1),
(9176,'Conceicao do Araguaia',526,1),
(9177,'Concordia do Para',526,1),
(9178,'Curionopolis',526,1),
(9179,'Curuca',526,1),
(9180,'Dom Eliseu',526,1),
(9181,'Eldorado dos Carajas',526,1),
(9182,'Garrafao do Norte',526,1),
(9183,'Goianesia do Para',526,1),
(9184,'Gurupa',526,1),
(9185,'Igarape-Acu',526,1),
(9186,'Igarape-Miri',526,1),
(9187,'Irituia',526,1),
(9188,'Itaituba',526,1),
(9189,'Itupiranga',526,1),
(9190,'Jacareacanga',526,1),
(9191,'Jacunda',526,1),
(9192,'Juruti',526,1),
(9193,'Limoeiro do Ajuru',526,1),
(9194,'Mae do Rio',526,1),
(9195,'Maraba',526,1),
(9196,'Maracana',526,1),
(9197,'Marapanim',526,1),
(9198,'Marituba',526,1),
(9199,'Medicilandia',526,1),
(9200,'Mocajuba',526,1),
(9201,'Moju',526,1),
(9202,'Monte Alegre',526,1),
(9203,'Muana',526,1),
(9204,'Novo Progresso',526,1),
(9205,'Novo Repartimento',526,1),
(9206,'Obidos',526,1),
(9207,'Oeiras do Para',526,1),
(9208,'Oriximina',526,1),
(9209,'Ourem',526,1),
(9210,'Ourilandia',526,1),
(9211,'Pacaja',526,1),
(9212,'Paragominas',526,1),
(9213,'Parauapebas',526,1),
(9214,'Portel',526,1),
(9215,'Porto de Moz',526,1),
(9216,'Prainha',526,1),
(9217,'Redencao',526,1),
(9218,'Rio Maria',526,1),
(9219,'Rondon do Para',526,1),
(9220,'Ruropolis',526,1),
(9221,'Salinopolis',526,1),
(9222,'Santa Isabel do Para',526,1),
(9223,'Santa Luzia do Para',526,1),
(9224,'Santa Maria do Para',526,1),
(9225,'Santana do Araguaia',526,1),
(9226,'Santarem',526,1),
(9227,'Santo Antonio do Taua',526,1),
(9228,'Sao Caetano de Odivelas',526,1),
(9229,'Sao Domingos do Araguaia',526,1),
(9230,'Sao Domingos do Capim',526,1),
(9231,'Sao Felix do Xingu',526,1),
(9232,'Sao Geraldo do Araguaia',526,1),
(9233,'Sao Joao de Pirabas',526,1),
(9234,'Sao Miguel do Guama',526,1),
(9235,'Senador Jose Porfirio',526,1),
(9236,'Soure',526,1),
(9237,'Tailandia',526,1),
(9238,'Terra Santa',526,1),
(9239,'Tome-Acu',526,1),
(9240,'Tucuma',526,1),
(9241,'Tucurui',526,1),
(9242,'Ulianopolis',526,1),
(9243,'Uruara',526,1),
(9244,'Vigia',526,1),
(9245,'Viseu',526,1),
(9246,'Xinguara',526,1),
(9247,'Alagoa Grande',527,1),
(9248,'Alagoa Nova',527,1),
(9249,'Alagoinha',527,1),
(9250,'Alhandra',527,1),
(9251,'Aracagi',527,1),
(9252,'Arara',527,1),
(9253,'Araruna',527,1),
(9254,'Areia',527,1),
(9255,'Aroeiras',527,1),
(9256,'Bananeiras',527,1),
(9257,'Barra de Santa Rosa',527,1),
(9258,'Bayeux',527,1),
(9259,'Belem',527,1),
(9260,'Boqueirao',527,1),
(9261,'Brejo do Cruz',527,1),
(9262,'Caapora',527,1),
(9263,'Cabedelo',527,1),
(9264,'Cacimba de Dentro',527,1),
(9265,'Cajazeiras',527,1),
(9266,'Campina Grande',527,1),
(9267,'Catole do Rocha',527,1),
(9268,'Conceicao',527,1),
(9269,'Conde',527,1),
(9270,'Coremas',527,1),
(9271,'Cruz do Espirito Santo',527,1),
(9272,'Cuite',527,1),
(9273,'Desterro',527,1),
(9274,'Dona Ines',527,1),
(9275,'Esperanca',527,1),
(9276,'Fagundes',527,1),
(9277,'Guarabira',527,1),
(9278,'Gurinhem',527,1),
(9279,'Imaculada',527,1),
(9280,'Inga',527,1),
(9281,'Itabaiana',527,1),
(9282,'Itaporanga',527,1),
(9283,'Itapororoca',527,1),
(9284,'Itatuba',527,1),
(9285,'Jacarau',527,1),
(9286,'Joao Pessoa',527,1),
(9287,'Juazeirinho',527,1),
(9288,'Juripiranga',527,1),
(9289,'Juru',527,1),
(9290,'Lagoa Seca',527,1),
(9291,'Mamanguape',527,1),
(9292,'Manaira',527,1),
(9293,'Mari',527,1),
(9294,'Massaranduba',527,1),
(9295,'Mogeiro',527,1),
(9296,'Monteiro',527,1),
(9297,'Mulungu',527,1),
(9298,'Natuba',527,1),
(9299,'Nova Floresta',527,1),
(9300,'Patos',527,1),
(9301,'Paulista',527,1),
(9302,'Pedras de Fogo',527,1),
(9303,'Pianco',527,1),
(9304,'Picui',527,1),
(9305,'Pilar',527,1),
(9306,'Pirpirituba',527,1),
(9307,'Pitimbu',527,1),
(9308,'Pocinhos',527,1),
(9309,'Pombal',527,1),
(9310,'Princesa Isabel',527,1),
(9311,'Puxinana',527,1),
(9312,'Queimadas',527,1),
(9313,'Remigio',527,1),
(9314,'Rio Tinto',527,1),
(9315,'Salgado de Sao Felix',527,1),
(9316,'Santa Luzia',527,1),
(9317,'Santa Rita',527,1),
(9318,'Sao Bento',527,1),
(9319,'Sao Joao do Rio do Peixe',527,1),
(9320,'Sao Jose de Piranhas',527,1),
(9321,'Sao Sebastiao de Lagoa de Roca',527,1),
(9322,'Sape',527,1),
(9323,'Serra Branca',527,1),
(9324,'Solanea',527,1),
(9325,'Soledade',527,1),
(9326,'Sousa',527,1),
(9327,'Sume',527,1),
(9328,'Taperoa',527,1),
(9329,'Tavares',527,1),
(9330,'Teixeira',527,1),
(9331,'Triunfo',527,1),
(9332,'Uirauna',527,1),
(9333,'Umbuzeiro',527,1),
(9334,'Almirante Tamandare',528,1),
(9335,'Alto Parana',528,1),
(9336,'Alto Piquiri',528,1),
(9337,'Altonia',528,1),
(9338,'Ampere',528,1),
(9339,'Andira',528,1),
(9340,'Antonina',528,1),
(9341,'Apucarana',528,1),
(9342,'Arapongas',528,1),
(9343,'Arapoti',528,1),
(9344,'Araucaria',528,1),
(9345,'Assai',528,1),
(9346,'Assis Chateaubriand',528,1),
(9347,'Astorga',528,1),
(9348,'Bandeirantes',528,1),
(9349,'Barbosa Ferraz',528,1),
(9350,'Bela Vista do Paraiso',528,1),
(9351,'Cambara',528,1),
(9352,'Cambe',528,1),
(9353,'Campina Grande do Sul',528,1),
(9354,'Campina da Lagoa',528,1),
(9355,'Campo Largo',528,1),
(9356,'Campo Murao',528,1),
(9357,'Candido de Abreu',528,1),
(9358,'Capitao Leonidas Marques',528,1),
(9359,'Carambei',528,1),
(9360,'Cascavel',528,1),
(9361,'Castro',528,1),
(9362,'Centenario do Sul',528,1),
(9363,'Chopinzinho',528,1),
(9364,'Cianorte',528,1),
(9365,'Clevelandia',528,1),
(9366,'Colombo',528,1),
(9367,'Colorado',528,1),
(9368,'Contenda',528,1),
(9369,'Corbelia',528,1),
(9370,'Cornelio Procopio',528,1),
(9371,'Coronel Vivida',528,1),
(9372,'Cruzeiro do Oeste',528,1),
(9373,'Curitiba',528,1),
(9374,'Dois Vizinhos',528,1),
(9375,'Engenheiro Beltrao',528,1),
(9376,'Faxinal',528,1),
(9377,'Fazenda Rio Grande',528,1),
(9378,'Florestopolis',528,1),
(9379,'Foz do Iguacu',528,1),
(9380,'Francisco Beltrao',528,1),
(9381,'Goioere',528,1),
(9382,'Guaira',528,1),
(9383,'Guaraniacu',528,1),
(9384,'Guarapuava',528,1),
(9385,'Guaratuba',528,1),
(9386,'Ibaiti',528,1),
(9387,'Ibipora',528,1),
(9388,'Imbituva',528,1),
(9389,'Ipora',528,1),
(9390,'Irati',528,1),
(9391,'Itaperucu',528,1),
(9392,'Ivaipora',528,1),
(9393,'Jacarezinho',528,1),
(9394,'Jaguariaiva',528,1),
(9395,'Jandaia do Sul',528,1),
(9396,'Jataizinho',528,1),
(9397,'Lapa',528,1),
(9398,'Laranjeiras do Sul',528,1),
(9399,'Loanda',528,1),
(9400,'Londrina',528,1),
(9401,'Mandaguacu',528,1),
(9402,'Mandaguari',528,1),
(9403,'Marechal Candido Rondon',528,1),
(9404,'Marialva',528,1),
(9405,'Maringa',528,1),
(9406,'Matelandia',528,1),
(9407,'Matinhos',528,1),
(9408,'Medianeira',528,1),
(9409,'Moreira Sales',528,1),
(9410,'Nova Aurora',528,1),
(9411,'Nova Esperanca',528,1),
(9412,'Nova Londrina',528,1),
(9413,'Ortigueira',528,1),
(9414,'Paicandu',528,1),
(9415,'Palmas',528,1),
(9416,'Palmeira',528,1),
(9417,'Palotina',528,1),
(9418,'Paranagua',528,1),
(9419,'Paranavai',528,1),
(9420,'Pato Branco',528,1),
(9421,'Peabiru',528,1),
(9422,'Pinhais',528,1),
(9423,'Pinhao',528,1),
(9424,'Pirai do Sul',528,1),
(9425,'Piraquara',528,1),
(9426,'Pitanga',528,1),
(9427,'Ponta Grossa',528,1),
(9428,'Pontal do Parana',528,1),
(9429,'Porecatu',528,1),
(9430,'Primero de Maio',528,1),
(9431,'Prudentopolis',528,1),
(9432,'Quatro Barras',528,1),
(9433,'Quedas do Iguacu',528,1),
(9434,'Realeza',528,1),
(9435,'Reserva',528,1),
(9436,'Ribeirao do Pinhal',528,1),
(9437,'Rio Branco do Sul',528,1),
(9438,'Rio Negro',528,1),
(9439,'Rolandia',528,1),
(9440,'Santa Helena',528,1),
(9441,'Santa Terezinha de Itaipu',528,1),
(9442,'Santo Antonio da Platina',528,1),
(9443,'Santo Antonio do Sudoeste',528,1),
(9444,'Sao Joao do Ivai',528,1),
(9445,'Sao Jose dos Pinhais',528,1),
(9446,'Sao Mateus do Sul',528,1),
(9447,'Sao Miguel do Iguacu',528,1),
(9448,'Sarandi',528,1),
(9449,'Senges',528,1),
(9450,'Sertanopolis',528,1),
(9451,'Siquera Campos',528,1),
(9452,'Tapejara',528,1),
(9453,'Telemaco Borba',528,1),
(9454,'Terra Boa',528,1),
(9455,'Terra Rica',528,1),
(9456,'Terra Roxa',528,1),
(9457,'Tibagi',528,1),
(9458,'Toledo',528,1),
(9459,'Ubirata',528,1),
(9460,'Umuarama',528,1),
(9461,'Uniao da Victoria',528,1),
(9462,'Wenceslau Braz',528,1),
(9463,'Abreu e Lima',529,1),
(9464,'Afogados da Ingazeira',529,1),
(9465,'Agrestina',529,1),
(9466,'Agua Preta',529,1),
(9467,'Aguas Belas',529,1),
(9468,'Alianca',529,1),
(9469,'Altinho',529,1),
(9470,'Amaraji',529,1),
(9471,'Aracoiaba',529,1),
(9472,'Araripina',529,1),
(9473,'Arcoverde',529,1),
(9474,'Barra de Guabiraba',529,1),
(9475,'Barreiros',529,1),
(9476,'Belem de Sao Francisco',529,1),
(9477,'Belo Jardim',529,1),
(9478,'Bezerros',529,1),
(9479,'Bodoco',529,1),
(9480,'Bom Conselho',529,1),
(9481,'Bom Jardim',529,1),
(9482,'Bonito',529,1),
(9483,'Brejo da Madre de Deus',529,1),
(9484,'Buique',529,1),
(9485,'Cabo de Santo Agostinho',529,1),
(9486,'Cabrobo',529,1),
(9487,'Cachoeirinha',529,1),
(9488,'Caetes',529,1),
(9489,'Camaragibe',529,1),
(9490,'Camocim de Sao Felix',529,1),
(9491,'Canhotinho',529,1),
(9492,'Capoeiras',529,1),
(9493,'Carnaiba',529,1),
(9494,'Carpina',529,1),
(9495,'Caruaru',529,1),
(9496,'Catende',529,1),
(9497,'Cha Grande',529,1),
(9498,'Condado',529,1),
(9499,'Cumaru',529,1),
(9500,'Cupira',529,1),
(9501,'Custodia',529,1),
(9502,'Escada',529,1),
(9503,'Exu',529,1),
(9504,'Feira Nova',529,1),
(9505,'Fernando de Noronha',529,1),
(9506,'Flores',529,1),
(9507,'Floresta',529,1),
(9508,'Gameleira',529,1),
(9509,'Garanhuns',529,1),
(9510,'Gloria do Goita',529,1),
(9511,'Goiana',529,1),
(9512,'Gravata',529,1),
(9513,'Ibimirim',529,1),
(9514,'Igarassu',529,1),
(9515,'Inaja',529,1),
(9516,'Ipojuca',529,1),
(9517,'Ipubi',529,1),
(9518,'Itaiba',529,1),
(9519,'Itamaraca',529,1),
(9520,'Itambe',529,1),
(9521,'Itapissuma',529,1),
(9522,'Itaquitinga',529,1),
(9523,'Jaboatao',529,1),
(9524,'Joao Alfredo',529,1),
(9525,'Joaquim Nabuco',529,1),
(9526,'Lagoa do Itaenga',529,1),
(9527,'Lajedo',529,1),
(9528,'Limoeiro',529,1),
(9529,'Macaparana',529,1),
(9530,'Maraial',529,1),
(9531,'Moreno',529,1),
(9532,'Nazare da Mata',529,1),
(9533,'Olinda',529,1),
(9534,'Orobo',529,1),
(9535,'Ouricuri',529,1),
(9536,'Palmares',529,1),
(9537,'Panelas',529,1),
(9538,'Parnamirim',529,1),
(9539,'Passira',529,1),
(9540,'Paudalho',529,1),
(9541,'Paulista',529,1),
(9542,'Pedra',529,1),
(9543,'Pesqueira',529,1),
(9544,'Petrolandia',529,1),
(9545,'Petrolina',529,1),
(9546,'Pombos',529,1),
(9547,'Quipapa',529,1),
(9548,'Recife',529,1),
(9549,'Ribeirao',529,1),
(9550,'Rio Formoso',529,1),
(9551,'Salgueiro',529,1),
(9552,'Santa Cruz do Capibaribe',529,1),
(9553,'Santa Maria da Boa Vista',529,1),
(9554,'Sao Bento do Una',529,1),
(9555,'Sao Caitano',529,1),
(9556,'Sao Joao',529,1),
(9557,'Sao Joaquim do Monte',529,1),
(9558,'Sao Jose da Coroa Grande',529,1),
(9559,'Sao Jose do Belmonte',529,1),
(9560,'Sao Jose do Egito',529,1),
(9561,'Sao Lourenco da Mata',529,1),
(9562,'Serra Talhada',529,1),
(9563,'Sertania',529,1),
(9564,'Sirinhaem',529,1),
(9565,'Surubim',529,1),
(9566,'Tabira',529,1),
(9567,'Tamandare',529,1),
(9568,'Taquaritinga do Norte',529,1),
(9569,'Timbauba',529,1),
(9570,'Toritama',529,1),
(9571,'Trindade',529,1),
(9572,'Triunfo',529,1),
(9573,'Tupanatinga',529,1),
(9574,'Vicencia',529,1),
(9575,'Vitoria de Santo Antao',529,1),
(9576,'Agua Branca',530,1),
(9577,'Alto Longa',530,1),
(9578,'Altos',530,1),
(9579,'Amarante',530,1),
(9580,'Avelino Lopes',530,1),
(9581,'Barras',530,1),
(9582,'Batalha',530,1),
(9583,'Beneditinos',530,1),
(9584,'Bom Jesus',530,1),
(9585,'Buriti dos Lopes',530,1),
(9586,'Campo Maior',530,1),
(9587,'Canto do Buriti',530,1),
(9588,'Castelo do Piaui',530,1),
(9589,'Cocal',530,1),
(9590,'Corrente',530,1),
(9591,'Demerval Lobao',530,1),
(9592,'Elesbao Veloso',530,1),
(9593,'Esperantina',530,1),
(9594,'Floriano',530,1),
(9595,'Gilbues',530,1),
(9596,'Guadalupe',530,1),
(9597,'Inhuma',530,1),
(9598,'Itainopolis',530,1),
(9599,'Itaueira',530,1),
(9600,'Jaicos',530,1),
(9601,'Joaquim Pires',530,1),
(9602,'Jose de Freitas',530,1),
(9603,'Luis Correia',530,1),
(9604,'Luzilandia',530,1),
(9605,'Matias Olimpio',530,1),
(9606,'Miguel Alves',530,1),
(9607,'Monsenhor Gil',530,1),
(9608,'Oeiras',530,1),
(9609,'Palmeirais',530,1),
(9610,'Parnaiba',530,1),
(9611,'Pedro II',530,1),
(9612,'Picos',530,1),
(9613,'Pimenteiras',530,1),
(9614,'Pio IX',530,1),
(9615,'Piracuruca',530,1),
(9616,'Piripiri',530,1),
(9617,'Porto',530,1),
(9618,'Regeneracao',530,1),
(9619,'Sao Joao do Piaui',530,1),
(9620,'Sao Miguel do Tapuio',530,1),
(9621,'Sao Pedro do Piaui',530,1),
(9622,'Sao Raimundo Nonato',530,1),
(9623,'Simoes',530,1),
(9624,'Simplicio Mendes',530,1),
(9625,'Teresina',530,1),
(9626,'Uniao',530,1),
(9627,'Urucui',530,1),
(9628,'Valenca do Piaui',530,1),
(9629,'Alta Floresta d\'Oeste',534,1),
(9630,'Alto Alegre do Parecis',534,1),
(9631,'Alto Paraiso',534,1),
(9632,'Alvorada d\'Oeste',534,1),
(9633,'Ariquemes',534,1),
(9634,'Buritis',534,1),
(9635,'Cacoal',534,1),
(9636,'Candeias do Jamari',534,1),
(9637,'Cerejeiras',534,1),
(9638,'Colorado do Oeste',534,1),
(9639,'Corumbiara',534,1),
(9640,'Espigao d\'Oeste',534,1),
(9641,'Governador Jorge Teixeira',534,1),
(9642,'Guajara-Mirim',534,1),
(9643,'Jaru',534,1),
(9644,'Ji-Parana',534,1),
(9645,'Machadinho d\'Oeste',534,1),
(9646,'Ministro Andreazza',534,1),
(9647,'Mirante da Serra',534,1),
(9648,'Nova Brasilandia d\'Oeste',534,1),
(9649,'Nova Mamore',534,1),
(9650,'Novo Horizonte do Oeste',534,1),
(9651,'Ouro Preto do Oeste',534,1),
(9652,'Pimenta Bueno',534,1),
(9653,'Porto Velho',534,1),
(9654,'Presidente Medici',534,1),
(9655,'Rolim de Moura',534,1),
(9656,'Santa Luzia d\'Oeste',534,1),
(9657,'Sao Miguel do Guapore',534,1),
(9658,'Urupa',534,1),
(9659,'Vale do Paraiso',534,1),
(9660,'Vilhena',534,1),
(9661,'Alto Alegre',535,1),
(9662,'Boa Vista',535,1),
(9663,'Bonfim',535,1),
(9664,'Caracarai',535,1),
(9665,'Mucajai',535,1),
(9666,'Normandia',535,1),
(9667,'Sao Joao da Baliza',535,1),
(9668,'Sao Luiz',535,1),
(9669,'Aquidaba',538,1),
(9670,'Aracaju',538,1),
(9671,'Araua',538,1),
(9672,'Areia Branca',538,1),
(9673,'Barra dos Coqueiros',538,1),
(9674,'Boquim',538,1),
(9675,'Campo do Brito',538,1),
(9676,'Caninde de Sao Francisco',538,1),
(9677,'Capela',538,1),
(9678,'Carira',538,1),
(9679,'Cristinapolis',538,1),
(9680,'Estancia',538,1),
(9681,'Frei Paulo',538,1),
(9682,'Gararu',538,1),
(9683,'Indiaroba',538,1),
(9684,'Itabaiana',538,1),
(9685,'Itabaianinha',538,1),
(9686,'Itaporanga d\'Ajuda',538,1),
(9687,'Japaratuba',538,1),
(9688,'Japoata',538,1),
(9689,'Lagarto',538,1),
(9690,'Laranjeiras',538,1),
(9691,'Malhador',538,1),
(9692,'Maruim',538,1),
(9693,'Moita Bonita',538,1),
(9694,'Monte Alegre de Sergipe',538,1),
(9695,'Neopolis',538,1),
(9696,'Nossa Senhora da Gloria',538,1),
(9697,'Nossa Senhora das Dores',538,1),
(9698,'Nossa Senhora do Socorro',538,1),
(9699,'Pacatuba',538,1),
(9700,'Poco Verde',538,1),
(9701,'Porto da Folha',538,1),
(9702,'Propria',538,1),
(9703,'Riachao do Dantas',538,1),
(9704,'Ribeiropolis',538,1),
(9705,'Salgado',538,1),
(9706,'Santa Luzia do Itanhy',538,1),
(9707,'Santo Amaro das Brotas',538,1),
(9708,'Sao Cristovao',538,1),
(9709,'Simao Dias',538,1),
(9710,'Tobias Barreto',538,1),
(9711,'Tomar do Geru',538,1),
(9712,'Umbauba',538,1),
(9713,'Alvorada',539,1),
(9714,'Ananas',539,1),
(9715,'Araguacu',539,1),
(9716,'Araguaina',539,1),
(9717,'Araguatins',539,1),
(9718,'Arraias',539,1),
(9719,'Augustinopolis',539,1),
(9720,'Axixa do Tocantins',539,1),
(9721,'Colinas do Tocantins',539,1),
(9722,'Dianopolis',539,1),
(9723,'Formoso do Araguaia',539,1),
(9724,'Goiatins',539,1),
(9725,'Guarai',539,1),
(9726,'Gurupi',539,1),
(9727,'Miracema do Tocantins',539,1),
(9728,'Miranorte',539,1),
(9729,'Palmas',539,1),
(9730,'Paraiso',539,1),
(9731,'Parana',539,1),
(9732,'Porto Nacional',539,1),
(9733,'Sitio Novo do Tocantins',539,1),
(9734,'Taguatinga',539,1),
(9735,'Tocantinopolis',539,1),
(9736,'Wanderlandia',539,1),
(9737,'Xambioa',539,1),
(9738,'Kuala Belait',541,1),
(9739,'Seria',541,1),
(9740,'Bandar Seri Begawan',542,1),
(9741,'Bangar',543,1),
(9742,'Tutong',544,1),
(9743,'Bansko',545,1),
(9744,'Belica',545,1),
(9745,'Blagoevgrad',545,1),
(9746,'Goce Delchev',545,1),
(9747,'Hadzhidimovo',545,1),
(9748,'Jakoruda',545,1),
(9749,'Kresna',545,1),
(9750,'Melnik',545,1),
(9751,'Petrich',545,1),
(9752,'Razlog',545,1),
(9753,'Sandanski',545,1),
(9754,'Simitli',545,1),
(9755,'Ahtopol',546,1),
(9756,'Ajtos',546,1),
(9757,'Balgarovo',546,1),
(9758,'Bourgas',546,1),
(9759,'Burgas',546,1),
(9760,'Carevo',546,1),
(9761,'Kableshkovo',546,1),
(9762,'Kameno',546,1),
(9763,'Karnobat',546,1),
(9764,'Malko Tarnovo',546,1),
(9765,'Nesebar',546,1),
(9766,'Obzor',546,1),
(9767,'Pomorie',546,1),
(9768,'Primorsko',546,1),
(9769,'Sozopol',546,1),
(9770,'Sredec',546,1),
(9771,'Sungurlare',546,1),
(9772,'Tvardica',546,1),
(9773,'Balchik',547,1),
(9774,'Dobrich',547,1),
(9775,'General-Toshevo',547,1),
(9776,'Kavarna',547,1),
(9777,'Loznica',547,1),
(9778,'Shabla',547,1),
(9779,'Tervel',547,1),
(9780,'Drjanovo',548,1),
(9781,'Gabrovo',548,1),
(9782,'Plachkovci',548,1),
(9783,'Sevlievo',548,1),
(9784,'Trjavna',548,1),
(9785,'Dimitrovgrad',549,1),
(9786,'Harmanli',549,1),
(9787,'Haskovo',549,1),
(9788,'Ivajlovgrad',549,1),
(9789,'Ljubimec',549,1),
(9790,'Madzharovo',549,1),
(9791,'Merichleri',549,1),
(9792,'Simeonovgrad',549,1),
(9793,'Svilengrad',549,1),
(9794,'Boljarovo',550,1),
(9795,'Elhovo',550,1),
(9796,'Jambol',550,1),
(9797,'Straldzha',550,1),
(9798,'Topolovgrad',550,1),
(9799,'Ardino',551,1),
(9800,'Dzhebel',551,1),
(9801,'Kardzhali',551,1),
(9802,'Krumovgrad',551,1),
(9803,'Momchilgrad',551,1),
(9804,'Boboshevo',552,1),
(9805,'Bobovdol',552,1),
(9806,'Dupnica',552,1),
(9807,'Kjustendil',552,1),
(9808,'Kocherinovo',552,1),
(9809,'Rila',552,1),
(9810,'Sapareva Banja',552,1),
(9811,'Zemen',552,1),
(9812,'Aprilci',553,1),
(9813,'Jablanica',553,1),
(9814,'Letnica',553,1),
(9815,'Lovech',553,1),
(9816,'Lukovit',553,1),
(9817,'Sopot',553,1),
(9818,'Teteven',553,1),
(9819,'Trojan',553,1),
(9820,'Ugarchin',553,1),
(9821,'Berkovica',554,1),
(9822,'Bojchinovci',554,1),
(9823,'Brusarci',554,1),
(9824,'Chiprovci',554,1),
(9825,'Lom',554,1),
(9826,'Montana',554,1),
(9827,'Valchedram',554,1),
(9828,'Varshec',554,1),
(9829,'Batak',556,1),
(9830,'Belovo',556,1),
(9831,'Bracigovo',556,1),
(9832,'Koprivshtica',556,1),
(9833,'Panagjurishte',556,1),
(9834,'Pazardzhik',556,1),
(9835,'Peshtera',556,1),
(9836,'Rakitovo',556,1),
(9837,'Septemvri',556,1),
(9838,'Strelcha',556,1),
(9839,'Velingrad',556,1),
(9840,'Bankja',557,1),
(9841,'Batanovci',557,1),
(9842,'Breznik',557,1),
(9843,'Pernik',557,1),
(9844,'Radomir',557,1),
(9845,'Tran',557,1),
(9846,'Belene',558,1),
(9847,'Cherven Brjag',558,1),
(9848,'Dolna Mitropolija',558,1),
(9849,'Dolni Dabnik',558,1),
(9850,'Guljanci',558,1),
(9851,'Levski',558,1),
(9852,'Nikopol',558,1),
(9853,'Pleven',558,1),
(9854,'Pordim',558,1),
(9855,'Slavjanovo',558,1),
(9856,'Trashtenik',558,1),
(9857,'Varbica',558,1),
(9858,'Asenovgrad',559,1),
(9859,'Brezovo',559,1),
(9860,'Car Kalojan',559,1),
(9861,'Hisarja',559,1),
(9862,'Kalofer',559,1),
(9863,'Karlovo',559,1),
(9864,'Klisura',559,1),
(9865,'Krichim',559,1),
(9866,'Parvomaj',559,1),
(9867,'Perushtica',559,1),
(9868,'Plovdiv',559,1),
(9869,'Rakovski',559,1),
(9870,'Sadovo',559,1),
(9871,'Saedinenie',559,1),
(9872,'Stambolijski',559,1),
(9873,'Isperih',560,1),
(9874,'Kubrat',560,1),
(9875,'Razgrad',560,1),
(9876,'Senovo',560,1),
(9877,'Zavet',560,1),
(9878,'Bjala',561,1),
(9879,'Borovo',561,1),
(9880,'Dve Mogili',561,1),
(9881,'Ruse',561,1),
(9882,'Russe',561,1),
(9883,'Vetovo',561,1),
(9884,'Kaolinovo',562,1),
(9885,'Kaspichan',562,1),
(9886,'Novi Pazar',562,1),
(9887,'Pliska',562,1),
(9888,'Shumen',562,1),
(9889,'Smjadovo',562,1),
(9890,'Veliki Preslav',562,1),
(9891,'Alfatar',563,1),
(9892,'Dulovo',563,1),
(9893,'Glavinica',563,1),
(9894,'Silistra',563,1),
(9895,'Tutrakan',563,1),
(9896,'Kermen',564,1),
(9897,'Kotel',564,1),
(9898,'Nova Zagora',564,1),
(9899,'Shivachevo',564,1),
(9900,'Sliven',564,1),
(9901,'Chepelare',565,1),
(9902,'Devin',565,1),
(9903,'Dospat',565,1),
(9904,'Laki',565,1),
(9905,'Madan',565,1),
(9906,'Nedelino',565,1),
(9907,'Rudozem',565,1),
(9908,'Smoljan',565,1),
(9909,'Zlatograd',565,1),
(9910,'Antonovo',569,1),
(9911,'Omurtag',569,1),
(9912,'Opaka',569,1),
(9913,'Popovo',569,1),
(9914,'Targovishte',569,1),
(9915,'Beloslav',570,1),
(9916,'Bjala',570,1),
(9917,'Dalgopol',570,1),
(9918,'Devnja',570,1),
(9919,'Iskar',570,1),
(9920,'Provadija',570,1),
(9921,'Suvorovo',570,1),
(9922,'Valchi Dol',570,1),
(9923,'Varna',570,1),
(9924,'Belogradchik',572,1),
(9925,'Bregovo',572,1),
(9926,'Dimovo',572,1),
(9927,'Dolni Chiflik',572,1),
(9928,'Dunavci',572,1),
(9929,'Gramada',572,1),
(9930,'Kula',572,1),
(9931,'Vidin',572,1),
(9932,'Bjala Slatina',573,1),
(9933,'Knezha',573,1),
(9934,'Kojnare',573,1),
(9935,'Kozloduj',573,1),
(9936,'Krivodol',573,1),
(9937,'Mezdra',573,1),
(9938,'Mizija',573,1),
(9939,'Orjahovo',573,1),
(9940,'Roman',573,1),
(9941,'Vraca',573,1),
(9942,'Yablaniza',574,1),
(9943,'Boromo',575,1),
(9944,'Kongoussi',576,1),
(9945,'Kombissiri',577,1),
(9946,'Diebougou',578,1),
(9947,'Pa',578,1),
(9948,'Garango',579,1),
(9949,'Tenkodogo',579,1),
(9950,'Koudougou',580,1),
(9951,'Banfora',581,1),
(9952,'Zorgo',582,1),
(9953,'Bogande',583,1),
(9954,'Fada N\'gourma',584,1),
(9955,'Bekuy',585,1),
(9956,'Bobo Dioulasso',585,1),
(9957,'Dano',586,1),
(9958,'Ouagadougou',587,1),
(9959,'Koalla',588,1),
(9960,'Koloko',588,1),
(9961,'Orodara',588,1),
(9962,'Gayeri',589,1),
(9963,'Pama',590,1),
(9964,'Nouna',591,1),
(9965,'Koupela',592,1),
(9966,'Bousse',593,1),
(9967,'Sindou',594,1),
(9968,'Dedougou',595,1),
(9969,'Po',596,1),
(9970,'Boulsa',597,1),
(9971,'Batie',598,1),
(9972,'Ziniare',599,1),
(9973,'Gorom-Gorom',600,1),
(9974,'Yako',601,1),
(9975,'Gaoua',602,1),
(9976,'Kampti',602,1),
(9977,'Loropeni',602,1),
(9978,'Reo',603,1),
(9979,'Kaya',604,1),
(9980,'Dori',605,1),
(9981,'Gao',606,1),
(9982,'Leo',606,1),
(9983,'Aribinda',607,1),
(9984,'Djibo',607,1),
(9985,'Louta',608,1),
(9986,'Tougan',608,1),
(9987,'Diapaga',609,1),
(9988,'Kantchari',609,1),
(9989,'Hounde',610,1),
(9990,'Ouahigouya',611,1),
(9991,'Gourcy',612,1),
(9992,'Manga',613,1),
(9993,'Bubanza',614,1),
(9994,'Bujumbura',615,1),
(9995,'Bururi',616,1),
(9996,'Cankuzo',617,1),
(9997,'Cibitoke',618,1),
(9998,'Gitega',619,1),
(9999,'Karuzi',620,1),
(10000,'Kayanza',621,1),
(10001,'Kirundo',622,1),
(10002,'Makamba',623,1),
(10003,'Muramvya',624,1),
(10004,'Muyinga',625,1),
(10005,'Ngozi',626,1),
(10006,'Rutana',627,1),
(10007,'Ruyigi',628,1),
(10008,'Kampot',635,1),
(10009,'Ta Khmau',636,1),
(10010,'Kracheh',638,1),
(10011,'Pousat',645,1),
(10012,'Phumi Takaev',652,1),
(10013,'Banyo',653,1),
(10014,'Meiganga',653,1),
(10015,'Ngaoundere',653,1),
(10016,'Tibati',653,1),
(10017,'Tignere',653,1),
(10018,'Akonolinga',654,1),
(10019,'Bafia',654,1),
(10020,'Eseka',654,1),
(10021,'Mbalmayo',654,1),
(10022,'Mfou',654,1),
(10023,'Monatele',654,1),
(10024,'Nanga Eboko',654,1),
(10025,'Obala',654,1),
(10026,'Ombesa',654,1),
(10027,'Saa',654,1),
(10028,'Yaounde',654,1),
(10029,'Abong Mbang',655,1),
(10030,'Batouri',655,1),
(10031,'Bertoua',655,1),
(10032,'Betare Oya',655,1),
(10033,'Djoum',655,1),
(10034,'Doume',655,1),
(10035,'Lomie',655,1),
(10036,'Yokadouma',655,1),
(10037,'Bonaberi',656,1),
(10038,'Dibombari',656,1),
(10039,'Douala',656,1),
(10040,'Edea',656,1),
(10041,'Loum',656,1),
(10042,'Manjo',656,1),
(10043,'Mbanga',656,1),
(10044,'Nkongsamba',656,1),
(10045,'Yabassi',656,1),
(10046,'Figuif',657,1),
(10047,'Garoua',657,1),
(10048,'Guider',657,1),
(10049,'Lagdo',657,1),
(10050,'Poli',657,1),
(10051,'Rey Bouba',657,1),
(10052,'Tchollire',657,1),
(10053,'Figuif',658,1),
(10054,'Garoua',658,1),
(10055,'Guider',658,1),
(10056,'Lagdo',658,1),
(10057,'Poli',658,1),
(10058,'Rey Bouba',658,1),
(10059,'Tchollire',658,1),
(10060,'Bamenda',659,1),
(10061,'Kumbo',659,1),
(10062,'Mbengwi',659,1),
(10063,'Mme',659,1),
(10064,'Njinikom',659,1),
(10065,'Nkambe',659,1),
(10066,'Wum',659,1),
(10067,'Bafang',660,1),
(10068,'Bafoussam',660,1),
(10069,'Bafut',660,1),
(10070,'Bali',660,1),
(10071,'Bana',660,1),
(10072,'Bangangte',660,1),
(10073,'Djang',660,1),
(10074,'Fontem',660,1),
(10075,'Foumban',660,1),
(10076,'Foumbot',660,1),
(10077,'Mbouda',660,1),
(10078,'Akom',661,1),
(10079,'Ambam',661,1),
(10080,'Ebolowa',661,1),
(10081,'Kribi',661,1),
(10082,'Lolodorf',661,1),
(10083,'Moloundou',661,1),
(10084,'Mvangue',661,1),
(10085,'Sangmelima',661,1),
(10086,'Buea',662,1),
(10087,'Idenao',662,1),
(10088,'Kumba',662,1),
(10089,'Limbe',662,1),
(10090,'Mamfe',662,1),
(10091,'Muyuka',662,1),
(10092,'Tiko',662,1),
(10093,'Airdrie',663,1),
(10094,'Athabasca',663,1),
(10095,'Banff',663,1),
(10096,'Barrhead',663,1),
(10097,'Bassano',663,1),
(10098,'Beaumont',663,1),
(10099,'Beaverlodge',663,1),
(10100,'Black Diamond',663,1),
(10101,'Blackfalds',663,1),
(10102,'Blairmore',663,1),
(10103,'Bon Accord',663,1),
(10104,'Bonnyville',663,1),
(10105,'Bow Island',663,1),
(10106,'Brooks',663,1),
(10107,'Calgary',663,1),
(10108,'Calmar',663,1),
(10109,'Camrose',663,1),
(10110,'Canmore',663,1),
(10111,'Cardston',663,1),
(10112,'Carstairs',663,1),
(10113,'Chateau Lake Louise',663,1),
(10114,'Chestermere',663,1),
(10115,'Clairmont',663,1),
(10116,'Claresholm',663,1),
(10117,'Coaldale',663,1),
(10118,'Coalhurst',663,1),
(10119,'Cochrane',663,1),
(10120,'Crossfield',663,1),
(10121,'Devon',663,1),
(10122,'Didsbury',663,1),
(10123,'Drayton Valley',663,1),
(10124,'Drumheller',663,1),
(10125,'Edmonton',663,1),
(10126,'Edson',663,1),
(10127,'Elk Point',663,1),
(10128,'Fairview',663,1),
(10129,'Falher',663,1),
(10130,'Fort MacLeod',663,1),
(10131,'Fox Creek',663,1),
(10132,'Gibbons',663,1),
(10133,'Grand Centre',663,1),
(10134,'Grande Cache',663,1),
(10135,'Grande Prairie',663,1),
(10136,'Grimshaw',663,1),
(10137,'Hanna',663,1),
(10138,'High Level',663,1),
(10139,'High Prairie',663,1),
(10140,'High River',663,1),
(10141,'Hinton',663,1),
(10142,'Irricana',663,1),
(10143,'Jasper',663,1),
(10144,'Killam',663,1),
(10145,'La Crete',663,1),
(10146,'Lac la Biche',663,1),
(10147,'Lacombe',663,1),
(10148,'Lamont',663,1),
(10149,'Leduc',663,1),
(10150,'Lethbridge',663,1),
(10151,'Lloydminster',663,1),
(10152,'Magrath',663,1),
(10153,'Manning',663,1),
(10154,'Mayerthorpe',663,1),
(10155,'McMurray',663,1),
(10156,'Medicine Hat',663,1),
(10157,'Millet',663,1),
(10158,'Morinville',663,1),
(10159,'Nanton',663,1),
(10160,'Okotoks',663,1),
(10161,'Olds',663,1),
(10162,'Peace River',663,1),
(10163,'Penhold',663,1),
(10164,'Picture Butte',663,1),
(10165,'Pincher Creek',663,1),
(10166,'Ponoka',663,1),
(10167,'Provost',663,1),
(10168,'Raymond',663,1),
(10169,'Red Deer',663,1),
(10170,'Redwater',663,1),
(10171,'Rimbey',663,1),
(10172,'Rocky Mountain House',663,1),
(10173,'Rocky View',663,1),
(10174,'Saint Paul',663,1),
(10175,'Sexsmith',663,1),
(10176,'Sherwood Park',663,1),
(10177,'Slave Lake',663,1),
(10178,'Smoky Lake',663,1),
(10179,'Spirit River',663,1),
(10180,'Spruce Grove',663,1),
(10181,'Stettler',663,1),
(10182,'Stony Plain',663,1),
(10183,'Strathmore',663,1),
(10184,'Sundre',663,1),
(10185,'Swan Hills',663,1),
(10186,'Sylvan Lake',663,1),
(10187,'Taber',663,1),
(10188,'Three Hills',663,1),
(10189,'Tofield',663,1),
(10190,'Two Hills',663,1),
(10191,'Valleyview',663,1),
(10192,'Vegreville',663,1),
(10193,'Vermilion',663,1),
(10194,'Viking',663,1),
(10195,'Vulcan',663,1),
(10196,'Wainwright',663,1),
(10197,'Wembley',663,1),
(10198,'Westlock',663,1),
(10199,'Wetaskiwin',663,1),
(10200,'Whitecourt',663,1),
(10201,'Wood Buffalo',663,1),
(10202,'Altona',665,1),
(10203,'Beausejour',665,1),
(10204,'Boissevain',665,1),
(10205,'Brandon',665,1),
(10206,'Carberry',665,1),
(10207,'Carman',665,1),
(10208,'Dauphin',665,1),
(10209,'Deloraine',665,1),
(10210,'Dugald',665,1),
(10211,'Flin Flon',665,1),
(10212,'Gimli',665,1),
(10213,'Hamiota',665,1),
(10214,'Killarney',665,1),
(10215,'Lac du Bonnet',665,1),
(10216,'Leaf Rapids',665,1),
(10217,'Lorette',665,1),
(10218,'Melita',665,1),
(10219,'Minnedosa',665,1),
(10220,'Morden',665,1),
(10221,'Morris',665,1),
(10222,'Neepawa',665,1),
(10223,'Niverville',665,1),
(10224,'Pinawa',665,1),
(10225,'Portage la Prairie',665,1),
(10226,'Ritchot',665,1),
(10227,'Rivers',665,1),
(10228,'Roblin',665,1),
(10229,'Saint Adolphe',665,1),
(10230,'Sainte Anne',665,1),
(10231,'Sainte Rose du Lac',665,1),
(10232,'Selkirk',665,1),
(10233,'Shilo',665,1),
(10234,'Snow Lake',665,1),
(10235,'Souris',665,1),
(10236,'Springfield',665,1),
(10237,'Steinbach',665,1),
(10238,'Stonewall',665,1),
(10239,'Stony Mountain',665,1),
(10240,'Swan River',665,1),
(10241,'The Pas',665,1),
(10242,'Thompson',665,1),
(10243,'Virden',665,1),
(10244,'Winkler',665,1),
(10245,'Winnipeg',665,1),
(10246,'Clyde River',670,1),
(10247,'Iqaluit',670,1),
(10248,'Kangerdlinerk',670,1),
(10249,'Oqsuqtooq',670,1),
(10250,'Pangnirtung',670,1),
(10251,'Tununirusiq',670,1),
(10252,'Acton',671,1),
(10253,'Ajax',671,1),
(10254,'Alexandria',671,1),
(10255,'Alfred',671,1),
(10256,'Alliston',671,1),
(10257,'Almonte',671,1),
(10258,'Amherstburg',671,1),
(10259,'Amigo Beach',671,1),
(10260,'Angus-Borden',671,1),
(10261,'Arnprior',671,1),
(10262,'Arthur',671,1),
(10263,'Athens',671,1),
(10264,'Atikokan',671,1),
(10265,'Attawapiskat',671,1),
(10266,'Aurora',671,1),
(10267,'Aylmer',671,1),
(10268,'Ayr',671,1),
(10269,'Barrie',671,1),
(10270,'Barry\'s Bay',671,1),
(10271,'Beamsville',671,1),
(10272,'Beaverton',671,1),
(10273,'Beeton',671,1),
(10274,'Belleville',671,1),
(10275,'Belmont',671,1),
(10276,'Blenheim',671,1),
(10277,'Blind River',671,1),
(10278,'Bobcaygeon',671,1),
(10279,'Bolton',671,1),
(10280,'Bourget',671,1),
(10281,'Bowmanville-Newcastle',671,1),
(10282,'Bracebridge',671,1),
(10283,'Bradford',671,1),
(10284,'Brampton',671,1),
(10285,'Brantford',671,1),
(10286,'Bridgenorth-Chemong Park Area',671,1),
(10287,'Brighton',671,1),
(10288,'Brockville',671,1),
(10289,'Brooklin',671,1),
(10290,'Brussels',671,1),
(10291,'Burford',671,1),
(10292,'Burlington',671,1),
(10293,'Caledon',671,1),
(10294,'Caledon East',671,1),
(10295,'Caledonia',671,1),
(10296,'Cambridge',671,1),
(10297,'Campbellford',671,1),
(10298,'Campbellville',671,1),
(10299,'Cannington',671,1),
(10300,'Capreol',671,1),
(10301,'Cardinal',671,1),
(10302,'Carleton Place',671,1),
(10303,'Carlisle',671,1),
(10304,'Casselman',671,1),
(10305,'Cayuga',671,1),
(10306,'Chalk River',671,1),
(10307,'Chapleau',671,1),
(10308,'Chatham',671,1),
(10309,'Chesley',671,1),
(10310,'Chesterville',671,1),
(10311,'Clinton',671,1),
(10312,'Cobourg',671,1),
(10313,'Cochrane',671,1),
(10314,'Colborne',671,1),
(10315,'Colchester',671,1),
(10316,'Collingwood',671,1),
(10317,'Concord',671,1),
(10318,'Constance Bay',671,1),
(10319,'Cookstown',671,1),
(10320,'Cornwall',671,1),
(10321,'Creemore',671,1),
(10322,'Crystal Beach',671,1),
(10323,'Deep River',671,1),
(10324,'Delhi',671,1),
(10325,'Deseronto',671,1),
(10326,'Downsview',671,1),
(10327,'Drayton',671,1),
(10328,'Dresden',671,1),
(10329,'Dryden',671,1),
(10330,'Dundalk',671,1),
(10331,'Dunnville',671,1),
(10332,'Durham',671,1),
(10333,'Dutton',671,1),
(10334,'Eganville',671,1),
(10335,'Elliot Lake',671,1),
(10336,'Elmira',671,1),
(10337,'Elmvale',671,1),
(10338,'Embrun',671,1),
(10339,'Englehart',671,1),
(10340,'Erin',671,1),
(10341,'Espanola',671,1),
(10342,'Essex',671,1),
(10343,'Etobicoke',671,1),
(10344,'Everett',671,1),
(10345,'Exeter',671,1),
(10346,'Fenelon Falls',671,1),
(10347,'Fergus',671,1),
(10348,'Forest',671,1),
(10349,'Fort Erie',671,1),
(10350,'Fort Frances',671,1),
(10351,'Frankford',671,1),
(10352,'Gananoque',671,1),
(10353,'Georgetown',671,1),
(10354,'Georgina',671,1),
(10355,'Geraldton',671,1),
(10356,'Glencoe',671,1),
(10357,'Goderich',671,1),
(10358,'Golden',671,1),
(10359,'Gormley',671,1),
(10360,'Grand Bend',671,1),
(10361,'Grand Valley',671,1),
(10362,'Gravenhurst',671,1),
(10363,'Guelph',671,1),
(10364,'Hagersville',671,1),
(10365,'Haileybury',671,1),
(10366,'Hamilton',671,1),
(10367,'Hanover',671,1),
(10368,'Harriston',671,1),
(10369,'Harrow',671,1),
(10370,'Hastings',671,1),
(10371,'Havelock',671,1),
(10372,'Hawkesbury',671,1),
(10373,'Hearst',671,1),
(10374,'Hensall',671,1),
(10375,'Hillsburgh',671,1),
(10376,'Hornepayne',671,1),
(10377,'Huntsville',671,1),
(10378,'Ingersoll',671,1),
(10379,'Innisfil',671,1),
(10380,'Iroquois',671,1),
(10381,'Iroquois Falls',671,1),
(10382,'Jarvis',671,1),
(10383,'Kanata',671,1),
(10384,'Kapuskasing',671,1),
(10385,'Kars',671,1),
(10386,'Kemptville',671,1),
(10387,'Kenora',671,1),
(10388,'Kincardine',671,1),
(10389,'Kingston',671,1),
(10390,'Kirkland Lake',671,1),
(10391,'Kitchener',671,1),
(10392,'L\'Original',671,1),
(10393,'Lakefield',671,1),
(10394,'Lanark',671,1),
(10395,'Leamington',671,1),
(10396,'Lindsay',671,1),
(10397,'Listowel',671,1),
(10398,'Little Current',671,1),
(10399,'Lively',671,1),
(10400,'London',671,1),
(10401,'Longlac',671,1),
(10402,'Lucan',671,1),
(10403,'Lucknow',671,1),
(10404,'Madoc',671,1),
(10405,'Manitouwadge',671,1),
(10406,'Maple',671,1),
(10407,'Marathon',671,1),
(10408,'Markdale',671,1),
(10409,'Markham',671,1),
(10410,'Marmora',671,1),
(10411,'Mattawa',671,1),
(10412,'Meaford',671,1),
(10413,'Metcalfe',671,1),
(10414,'Midland',671,1),
(10415,'Mildmay',671,1),
(10416,'Millbrook',671,1),
(10417,'Milton',671,1),
(10418,'Milverton',671,1),
(10419,'Mississauga',671,1),
(10420,'Mississauga Beach',671,1),
(10421,'Mitchell',671,1),
(10422,'Moose Factory',671,1),
(10423,'Morrisburg',671,1),
(10424,'Mount Albert',671,1),
(10425,'Mount Brydges',671,1),
(10426,'Mount Forest',671,1),
(10427,'Munster',671,1),
(10428,'Nanticoke',671,1),
(10429,'Napanee',671,1),
(10430,'Nepean',671,1),
(10431,'New Hamburg',671,1),
(10432,'Newmarket',671,1),
(10433,'Newtonville',671,1),
(10434,'Nobleton',671,1),
(10435,'North Bay',671,1),
(10436,'North Gower',671,1),
(10437,'North York',671,1),
(10438,'Norwich',671,1),
(10439,'Norwood',671,1),
(10440,'Oakville',671,1),
(10441,'Omemee',671,1),
(10442,'Onaping-Levack',671,1),
(10443,'Ontario',671,1),
(10444,'Orangeville',671,1),
(10445,'Orillia',671,1),
(10446,'Orono',671,1),
(10447,'Osgoode',671,1),
(10448,'Oshawa',671,1),
(10449,'Ottawa',671,1),
(10450,'Owen Sound',671,1),
(10451,'Paisley',671,1),
(10452,'Palmerston',671,1),
(10453,'Paris',671,1),
(10454,'Parkhill',671,1),
(10455,'Parry Sound',671,1),
(10456,'Pembroke',671,1),
(10457,'Perth',671,1),
(10458,'Petawawa',671,1),
(10459,'Peterborough',671,1),
(10460,'Petrolia',671,1),
(10461,'Pickering',671,1),
(10462,'Picton',671,1),
(10463,'Porcupine',671,1),
(10464,'Port Credit',671,1),
(10465,'Port Dover',671,1),
(10466,'Port Elgin',671,1),
(10467,'Port Hope',671,1),
(10468,'Port Perry',671,1),
(10469,'Port Stanley',671,1),
(10470,'Powassan',671,1),
(10471,'Prescott',671,1),
(10472,'Queensville',671,1),
(10473,'Renfrew',671,1),
(10474,'Richmond',671,1),
(10475,'Richmond Hill',671,1),
(10476,'Ridgetown',671,1),
(10477,'Rockland',671,1),
(10478,'Rockwood',671,1),
(10479,'Rodney',671,1),
(10480,'Saint Catharines',671,1),
(10481,'Saint Catharines-Niagara',671,1),
(10482,'Saint George',671,1),
(10483,'Saint Jacobs',671,1),
(10484,'Saint Marys',671,1),
(10485,'Saint Thomas',671,1),
(10486,'Sarnia',671,1),
(10487,'Sault Sainte Marie',671,1),
(10488,'Scarborough',671,1),
(10489,'Schomberg',671,1),
(10490,'Seaforth',671,1),
(10491,'Shelburne',671,1),
(10492,'Simcoe',671,1),
(10493,'Sioux Lookout',671,1),
(10494,'Smiths Falls',671,1),
(10495,'Smithville',671,1),
(10496,'South River',671,1),
(10497,'Southampton',671,1),
(10498,'Stayner',671,1),
(10499,'Stirling',671,1),
(10500,'Stoney Creek',671,1),
(10501,'Stoney Point',671,1),
(10502,'Stouffville',671,1),
(10503,'Stratford',671,1),
(10504,'Strathroy',671,1),
(10505,'Sturgeon Falls',671,1),
(10506,'Sudbury',671,1),
(10507,'Sutton',671,1),
(10508,'Tavistock',671,1),
(10509,'Teeswater',671,1),
(10510,'Terrace Bay',671,1),
(10511,'Thamesford',671,1),
(10512,'Thessalon',671,1),
(10513,'Thornbury',671,1),
(10514,'Thornhill',671,1),
(10515,'Thunder Bay',671,1),
(10516,'Tilbury',671,1),
(10517,'Tilsonburg',671,1),
(10518,'Timmins',671,1),
(10519,'Toronto',671,1),
(10520,'Tory Hill',671,1),
(10521,'Tottenham',671,1),
(10522,'Tweed',671,1),
(10523,'Uxbridge',671,1),
(10524,'Valley East',671,1),
(10525,'Vankleek Hill',671,1),
(10526,'Vaughan',671,1),
(10527,'Vineland',671,1),
(10528,'Walkerton',671,1),
(10529,'Wallaceburg',671,1),
(10530,'Wasaga Beach',671,1),
(10531,'Waterdown',671,1),
(10532,'Waterford',671,1),
(10533,'Waterloo',671,1),
(10534,'Watford',671,1),
(10535,'Wawa',671,1),
(10536,'Welland',671,1),
(10537,'Wellesley',671,1),
(10538,'Wellington',671,1),
(10539,'West Lorne',671,1),
(10540,'Wheatley',671,1),
(10541,'Whitby',671,1),
(10542,'Whitchurch-Stouffville',671,1),
(10543,'Wiarton',671,1),
(10544,'Wikwemikong',671,1),
(10545,'Willowdale',671,1),
(10546,'Winchester',671,1),
(10547,'Windsor',671,1),
(10548,'Wingham',671,1),
(10549,'Woodbridge',671,1),
(10550,'Woodstock',671,1),
(10551,'Wyoming',671,1),
(10552,'Acton Vale',673,1),
(10553,'Albanel',673,1),
(10554,'Alencon',673,1),
(10555,'Alma',673,1),
(10556,'Amos',673,1),
(10557,'Amqui',673,1),
(10558,'Anjou',673,1),
(10559,'Asbestos',673,1),
(10560,'Bagotville',673,1),
(10561,'Baie-Comeau',673,1),
(10562,'Baie-Saint-Paul',673,1),
(10563,'Barraute',673,1),
(10564,'Beauceville',673,1),
(10565,'Beaupre',673,1),
(10566,'Bedford',673,1),
(10567,'Beloeil',673,1),
(10568,'Bernierville',673,1),
(10569,'Berthierville',673,1),
(10570,'Betsiamites',673,1),
(10571,'Boisbriand',673,1),
(10572,'Bonaventure',673,1),
(10573,'Boucherville',673,1),
(10574,'Bromont',673,1),
(10575,'Brossard',673,1),
(10576,'Brownsburg',673,1),
(10577,'Buckingham',673,1),
(10578,'Cabano',673,1),
(10579,'Candiac',673,1),
(10580,'Cap-Chat',673,1),
(10581,'Cap-aux-Meules',673,1),
(10582,'Carleton',673,1),
(10583,'Causapscal',673,1),
(10584,'Chandler',673,1),
(10585,'Chapais',673,1),
(10586,'Charlesbourg',673,1),
(10587,'Chateau-Richer',673,1),
(10588,'Chibougamou',673,1),
(10589,'Chicoutimi-Jonquiere',673,1),
(10590,'Chisasibi',673,1),
(10591,'Chute-aux-Outardes',673,1),
(10592,'Clermont',673,1),
(10593,'Coaticook',673,1),
(10594,'Coleraine',673,1),
(10595,'Contrecoeur',673,1),
(10596,'Cookshire',673,1),
(10597,'Cowansville',673,1),
(10598,'Crabtree',673,1),
(10599,'Danville',673,1),
(10600,'Daveluyville',673,1),
(10601,'Degelis',673,1),
(10602,'Desbiens',673,1),
(10603,'Disraeli',673,1),
(10604,'Dolbeau',673,1),
(10605,'Donnacona',673,1),
(10606,'Dorval',673,1),
(10607,'Drummondville',673,1),
(10608,'East Angus',673,1),
(10609,'East Broughton',673,1),
(10610,'Farnham',673,1),
(10611,'Ferme-Neuve',673,1),
(10612,'Fermont',673,1),
(10613,'Filion',673,1),
(10614,'Forestville',673,1),
(10615,'Fort-Coulonge',673,1),
(10616,'Gaspe',673,1),
(10617,'Gentilly',673,1),
(10618,'Granby',673,1),
(10619,'Grande-Riviere',673,1),
(10620,'Grenville',673,1),
(10621,'Ham Nord',673,1),
(10622,'Hampstead',673,1),
(10623,'Hauterive',673,1),
(10624,'Havre-Saint-Pierre',673,1),
(10625,'Hebertville',673,1),
(10626,'Huntingdon',673,1),
(10627,'Joliette',673,1),
(10628,'Kingsey Falls',673,1),
(10629,'L\'Annonciation',673,1),
(10630,'L\'Ascension-de-Notre-Seigneur',673,1),
(10631,'L\'Epiphanie',673,1),
(10632,'La Malbaie',673,1),
(10633,'La Pocatiere',673,1),
(10634,'La Sarre',673,1),
(10635,'La Tuque',673,1),
(10636,'Labelle',673,1),
(10637,'Lac-Etchemin',673,1),
(10638,'Lac-Lapierre',673,1),
(10639,'Lac-Megantic',673,1),
(10640,'Lac-au-Saumon',673,1),
(10641,'Lachine',673,1),
(10642,'Lachute',673,1),
(10643,'Lacolle',673,1),
(10644,'Lasalle',673,1),
(10645,'Laurentides',673,1),
(10646,'Laurier-Station',673,1),
(10647,'Laval',673,1),
(10648,'Lavaltrie',673,1),
(10649,'Le Bic',673,1),
(10650,'Lebel-sur-Quevillon',673,1),
(10651,'Les Cedres',673,1),
(10652,'Les Coteaux',673,1),
(10653,'Les Escoumins',673,1),
(10654,'Liniere',673,1),
(10655,'Longueuil',673,1),
(10656,'Louiseville',673,1),
(10657,'Luceville',673,1),
(10658,'Macamic',673,1),
(10659,'Magog',673,1),
(10660,'Malartic',673,1),
(10661,'Maniwaki',673,1),
(10662,'Marieville',673,1),
(10663,'Maskinonge',673,1),
(10664,'Matagami',673,1),
(10665,'Matane',673,1),
(10666,'Metabetchouan',673,1),
(10667,'Mirabel',673,1),
(10668,'Mistissini',673,1),
(10669,'Mont-Joli',673,1),
(10670,'Mont-Laurier',673,1),
(10671,'Montmagny',673,1),
(10672,'Montreal',673,1),
(10673,'Murdochville',673,1),
(10674,'Napierville',673,1),
(10675,'New Richmond',673,1),
(10676,'Nicolet',673,1),
(10677,'Normandin',673,1),
(10678,'Notre-Dame-du-Bon-Conseil',673,1),
(10679,'Notre-Dame-du-Lac',673,1),
(10680,'Notre-Dame-du-Mont-Carmel',673,1),
(10681,'Oka-Kanesatake',673,1),
(10682,'Ormstown',673,1),
(10683,'Papineauville',673,1),
(10684,'Pierreville',673,1),
(10685,'Plessisville',673,1),
(10686,'Pointe-Claire',673,1),
(10687,'Pont-Rouge',673,1),
(10688,'Port-Alfred-Bagotville',673,1),
(10689,'Port-Cartier',673,1),
(10690,'Portneuf',673,1),
(10691,'Price',673,1),
(10692,'Princeville',673,1),
(10693,'Quebec',673,1),
(10694,'Rawdon',673,1),
(10695,'Repentigny',673,1),
(10696,'Richmond',673,1),
(10697,'Rigaud',673,1),
(10698,'Rimouski',673,1),
(10699,'Riviere-au-Renard',673,1),
(10700,'Riviere-du-Loup',673,1),
(10701,'Roberval',673,1),
(10702,'Rougemont',673,1),
(10703,'Rouyn-Noranda',673,1),
(10704,'Saint-Agapit',673,1),
(10705,'Saint-Alexandre',673,1),
(10706,'Saint-Alexis-des-Monts',673,1),
(10707,'Saint-Ambroise',673,1),
(10708,'Saint-Andre-Avellin',673,1),
(10709,'Saint-Anselme',673,1),
(10710,'Saint-Apollinaire',673,1),
(10711,'Saint-Augustin',673,1),
(10712,'Saint-Basile-Sud',673,1),
(10713,'Saint-Bruno',673,1),
(10714,'Saint-Canut',673,1),
(10715,'Saint-Cesaire',673,1),
(10716,'Saint-Cyrill-de-Wendover',673,1),
(10717,'Saint-Damase',673,1),
(10718,'Saint-Damien-de-Buckland',673,1),
(10719,'Saint-Denis',673,1),
(10720,'Saint-Donat-de-Montcalm',673,1),
(10721,'Saint-Ephrem-de-Tring',673,1),
(10722,'Saint-Fabien',673,1),
(10723,'Saint-Felicien',673,1),
(10724,'Saint-Felix-de-Valois',673,1),
(10725,'Saint-Gabriel',673,1),
(10726,'Saint-Gedeon',673,1),
(10727,'Saint-Georges',673,1),
(10728,'Saint-Germain-de-Grantham',673,1),
(10729,'Saint-Gregoire',673,1),
(10730,'Saint-Henri-de-Levis',673,1),
(10731,'Saint-Honore',673,1),
(10732,'Saint-Hyacinthe',673,1),
(10733,'Saint-Jacques',673,1),
(10734,'Saint-Jean-Port-Joli',673,1),
(10735,'Saint-Jean-de-Dieu',673,1),
(10736,'Saint-Jean-sur-Richelieu',673,1),
(10737,'Saint-Jerome',673,1),
(10738,'Saint-Josephe-de-Beauce',673,1),
(10739,'Saint-Josephe-de-Lanoraie',673,1),
(10740,'Saint-Josephe-de-la-Riviere-Bl',673,1),
(10741,'Saint-Jovite',673,1),
(10742,'Saint-Laurent',673,1),
(10743,'Saint-Liboire',673,1),
(10744,'Saint-Marc-des-Carrieres',673,1),
(10745,'Saint-Martin',673,1),
(10746,'Saint-Michel-des-Saints',673,1),
(10747,'Saint-Pacome',673,1),
(10748,'Saint-Pascal',673,1),
(10749,'Saint-Pie',673,1),
(10750,'Saint-Prosper',673,1),
(10751,'Saint-Raphael',673,1),
(10752,'Saint-Raymond',673,1),
(10753,'Saint-Remi',673,1),
(10754,'Saint-Roch-de-l\'Achigan',673,1),
(10755,'Saint-Sauveur-des-Monts',673,1),
(10756,'Saint-Tite',673,1),
(10757,'Sainte-Adele',673,1),
(10758,'Sainte-Agathe-des-Monts',673,1),
(10759,'Sainte-Anne-des-Monts',673,1),
(10760,'Sainte-Anne-des-Plaines',673,1),
(10761,'Sainte-Catherine',673,1),
(10762,'Sainte-Claire',673,1),
(10763,'Sainte-Julienne',673,1),
(10764,'Sainte-Justine',673,1),
(10765,'Sainte-Madeleine',673,1),
(10766,'Sainte-Marie',673,1),
(10767,'Sainte-Martine',673,1),
(10768,'Sainte-Sophie',673,1),
(10769,'Sainte-Thecle',673,1),
(10770,'Sainte-Therese',673,1),
(10771,'Salaberry-de-Valleyfield',673,1),
(10772,'Sayabec',673,1),
(10773,'Senneterre',673,1),
(10774,'Sept-Iles',673,1),
(10775,'Shawinigan',673,1),
(10776,'Shawville',673,1),
(10777,'Sherbrooke',673,1),
(10778,'Sorel',673,1),
(10779,'St Faustin',673,1),
(10780,'St. Hubert',673,1),
(10781,'St. Jean Chrysostome',673,1),
(10782,'Temiscaming',673,1),
(10783,'Terrebonne',673,1),
(10784,'Thetford Mines',673,1),
(10785,'Thurso',673,1),
(10786,'Trois-Pistoles',673,1),
(10787,'Trois-Rivieres',673,1),
(10788,'Val-David',673,1),
(10789,'Val-d\'Or',673,1),
(10790,'Valcourt',673,1),
(10791,'Vallee-Jonction',673,1),
(10792,'Vaudreuil',673,1),
(10793,'Vercheres',673,1),
(10794,'Victoriaville',673,1),
(10795,'Ville-Marie',673,1),
(10796,'Warwick',673,1),
(10797,'Waterloo',673,1),
(10798,'Weedon Centre',673,1),
(10799,'Westmount',673,1),
(10800,'Wickham',673,1),
(10801,'Windsor',673,1),
(10802,'Yamachiche',673,1),
(10803,'Assiniboia',674,1),
(10804,'Biggar',674,1),
(10805,'Canora',674,1),
(10806,'Carlyle',674,1),
(10807,'Carnduff',674,1),
(10808,'Caronport',674,1),
(10809,'Carrot',674,1),
(10810,'Dalmeny',674,1),
(10811,'Davidson',674,1),
(10812,'Esterhazy',674,1),
(10813,'Estevan',674,1),
(10814,'Eston',674,1),
(10815,'Foam Lake',674,1),
(10816,'Fort Qu\'Appelle',674,1),
(10817,'Gravelbourg',674,1),
(10818,'Grenfell',674,1),
(10819,'Gull Lake',674,1),
(10820,'Hudson Bay',674,1),
(10821,'Humboldt',674,1),
(10822,'Indian Head',674,1),
(10823,'Kamsack',674,1),
(10824,'Kelvington',674,1),
(10825,'Kerrobert',674,1),
(10826,'Kindersley',674,1),
(10827,'Kipling',674,1),
(10828,'La Ronge',674,1),
(10829,'Langenburg',674,1),
(10830,'Langham',674,1),
(10831,'Lanigan',674,1),
(10832,'Lloydminster',674,1),
(10833,'Lumsden',674,1),
(10834,'Macklin',674,1),
(10835,'Maple Creek',674,1),
(10836,'Martensville',674,1),
(10837,'Meadow Lake',674,1),
(10838,'Melfort',674,1),
(10839,'Melville',674,1),
(10840,'Moose Jaw',674,1),
(10841,'Moosomin',674,1),
(10842,'Nipawin',674,1),
(10843,'North Battleford',674,1),
(10844,'Outlook',674,1),
(10845,'Oxbow',674,1),
(10846,'Pilot Butte',674,1),
(10847,'Preeceville',674,1),
(10848,'Prince Albert',674,1),
(10849,'Regina',674,1),
(10850,'Rosetown',674,1),
(10851,'Rosthem',674,1),
(10852,'Saskatoon',674,1),
(10853,'Shaunavon',674,1),
(10854,'Shellbrook',674,1),
(10855,'Swift Current',674,1),
(10856,'Tisdale',674,1),
(10857,'Unity',674,1),
(10858,'Wadena',674,1),
(10859,'Warman',674,1),
(10860,'Watrous',674,1),
(10861,'Weyburn',674,1),
(10862,'White City',674,1),
(10863,'Wilkie',674,1),
(10864,'Wynyard',674,1),
(10865,'Yorkton',674,1),
(10866,'Haines Junction',675,1),
(10867,'Mayo',675,1),
(10868,'Whitehorse',675,1),
(10869,'Sal Rei',676,1),
(10870,'Nova Sintra',677,1),
(10871,'Mosteiros',678,1),
(10872,'Sao Filipe',678,1),
(10873,'Vila do Maio',679,1),
(10874,'Santa Maria',680,1),
(10875,'Ndele',686,1),
(10876,'Bangui',687,1),
(10877,'Alindao',688,1),
(10878,'Kembe',688,1),
(10879,'Mobaye',688,1),
(10880,'Obo',689,1),
(10881,'Zemio',689,1),
(10882,'Bria',690,1),
(10883,'Ouadda',690,1),
(10884,'Dekoa',691,1),
(10885,'Sibut',691,1),
(10886,'Boda',692,1),
(10887,'Mbaiki',692,1),
(10888,'Mongoumba',692,1),
(10889,'Berberati',693,1),
(10890,'Carnot',693,1),
(10891,'Gamboula',693,1),
(10892,'Bangassou',694,1),
(10893,'Gambo',694,1),
(10894,'Ouango',694,1),
(10895,'Rafai',694,1),
(10896,'Kaga-Bandoro',695,1),
(10897,'Baboua',696,1),
(10898,'Baoro',696,1),
(10899,'Bouar',696,1),
(10900,'Bambari',698,1),
(10901,'Grimari',698,1),
(10902,'Ippy',698,1),
(10903,'Kouango',698,1),
(10904,'Batangafo',699,1),
(10905,'Bossangoa',699,1),
(10906,'Bouca',699,1),
(10907,'Kabo',699,1),
(10908,'Bocaranga',700,1),
(10909,'Bozoum',700,1),
(10910,'Paoua',700,1),
(10911,'Nola',701,1),
(10912,'Birao',702,1),
(10913,'Ati',703,1),
(10914,'Oum Hadjer',703,1),
(10915,'Biltine',704,1),
(10916,'Aouzou',705,1),
(10917,'Bardai',705,1),
(10918,'Fada',705,1),
(10919,'Faya',705,1),
(10920,'Bokoro',706,1),
(10921,'Bousso',706,1),
(10922,'Dourbali',706,1),
(10923,'Massaguet',706,1),
(10924,'Massakory',706,1),
(10925,'Massenya',706,1),
(10926,'N\'Djamena',706,1),
(10927,'Ngama',706,1),
(10928,'Bitkine',707,1),
(10929,'Melfi',707,1),
(10930,'Mongo',707,1),
(10931,'Mao',708,1),
(10932,'Moussoro',708,1),
(10933,'Rig-Rig',708,1),
(10934,'Bol',709,1),
(10935,'Bongor',712,1),
(10936,'Fianga',712,1),
(10937,'Gounou Gaya',712,1),
(10938,'Guelengdeng',712,1),
(10939,'Lere',712,1),
(10940,'Pala',712,1),
(10941,'Goundi',713,1),
(10942,'Koumra',713,1),
(10943,'Kyabe',713,1),
(10944,'Moissala',713,1),
(10945,'Sarh',713,1),
(10946,'Abeche',714,1),
(10947,'Adre',714,1),
(10948,'Am Dam',714,1),
(10949,'Abou Deia',715,1),
(10950,'Am Timan',715,1),
(10951,'Mangueigne',715,1),
(10952,'Benoy',716,1),
(10953,'Bere',716,1),
(10954,'Kelo',716,1),
(10955,'Lai',716,1),
(10956,'Aisen',717,1),
(10957,'Chile Chico',717,1),
(10958,'Cisnes',717,1),
(10959,'Cochrane',717,1),
(10960,'Coihaique',717,1),
(10961,'Guaitecas',717,1),
(10962,'Lago Verde',717,1),
(10963,'O\'Higgins',717,1),
(10964,'Rio Ibanez',717,1),
(10965,'Tortel',717,1),
(10966,'Antofagasta',718,1),
(10967,'Calama',718,1),
(10968,'Maria Elena',718,1),
(10969,'Mejilones',718,1),
(10970,'Ollague',718,1),
(10971,'San Pedro de Atacama',718,1),
(10972,'Sierra Gorda',718,1),
(10973,'Taltal',718,1),
(10974,'Tocopilla',718,1),
(10975,'Angol',719,1),
(10976,'Carahue',719,1),
(10977,'Collipulli',719,1),
(10978,'Cunco',719,1),
(10979,'Curacautin',719,1),
(10980,'Curarrehue',719,1),
(10981,'Ercilla',719,1),
(10982,'Freire',719,1),
(10983,'Galvarino',719,1),
(10984,'Gorbea',719,1),
(10985,'Lautaro',719,1),
(10986,'Loncoche',719,1),
(10987,'Lonquimay',719,1),
(10988,'Los Sauces',719,1),
(10989,'Lumaco',719,1),
(10990,'Melipeuco',719,1),
(10991,'Nueva Imperial',719,1),
(10992,'Padre las Casas',719,1),
(10993,'Perquenco',719,1),
(10994,'Pitrufquen',719,1),
(10995,'Pucon',719,1),
(10996,'Puren',719,1),
(10997,'Renaico',719,1),
(10998,'Saavedra',719,1),
(10999,'Temuco',719,1),
(11000,'Teodoro Schmidt',719,1),
(11001,'Tolten',719,1),
(11002,'Traiguen',719,1),
(11003,'Victoria',719,1),
(11004,'Vilcun',719,1),
(11005,'Villarica',719,1),
(11006,'Alto del Carmen',720,1),
(11007,'Caldera',720,1),
(11008,'Chanaral',720,1),
(11009,'Copiapo',720,1),
(11010,'Diego de Almagro',720,1),
(11011,'Freirina',720,1),
(11012,'Huasco',720,1),
(11013,'Tierra Amarilla',720,1),
(11014,'Vallenar',720,1),
(11015,'Andacollo',722,1),
(11016,'Canela',722,1),
(11017,'Combarbala',722,1),
(11018,'Coquimbo',722,1),
(11019,'Illapel',722,1),
(11020,'La Higuera',722,1),
(11021,'La Serena',722,1),
(11022,'Los Vilos',722,1),
(11023,'Monte Patria',722,1),
(11024,'Ovalle',722,1),
(11025,'Paiguano',722,1),
(11026,'Punitaci',722,1),
(11027,'Rio Hurtado',722,1),
(11028,'Salamanca',722,1),
(11029,'Vicuna',722,1),
(11030,'Cabo de Horno',725,1),
(11031,'Laguna Blanca',725,1),
(11032,'Natales',725,1),
(11033,'Porvenir',725,1),
(11034,'Primavera',725,1),
(11035,'Punta Arenas',725,1),
(11036,'Rio Verde',725,1),
(11037,'San Gregorio',725,1),
(11038,'Timaukel',725,1),
(11039,'Torres del Paine',725,1),
(11040,'Cauquenes',726,1),
(11041,'Chanco',726,1),
(11042,'Colbun',726,1),
(11043,'Constitucion',726,1),
(11044,'Curepto',726,1),
(11045,'Curico',726,1),
(11046,'Empedrado',726,1),
(11047,'Hualane',726,1),
(11048,'Licanten',726,1),
(11049,'Linares',726,1),
(11050,'Longavi',726,1),
(11051,'Maule',726,1),
(11052,'Molina',726,1),
(11053,'Parral',726,1),
(11054,'Pelarco',726,1),
(11055,'Pelluhue',726,1),
(11056,'Pencahue',726,1),
(11057,'Rauco',726,1),
(11058,'Retiro',726,1),
(11059,'Rio Claro',726,1),
(11060,'Romeral',726,1),
(11061,'Sagrada Familia',726,1),
(11062,'San Clemente',726,1),
(11063,'San Javier',726,1),
(11064,'San Rafael',726,1),
(11065,'Talca',726,1),
(11066,'Teno',726,1),
(11067,'Vichuquen',726,1),
(11068,'Villa Alegre',726,1),
(11069,'Yerbas Buenas',726,1),
(11070,'Alhue',727,1),
(11071,'Buin',727,1),
(11072,'Calera de Tango',727,1),
(11073,'Colina',727,1),
(11074,'Curacavi',727,1),
(11075,'El Monte',727,1),
(11076,'Isla de Maipo',727,1),
(11077,'Lampa',727,1),
(11078,'Maria Pinto',727,1),
(11079,'Melipilla',727,1),
(11080,'Padre Hurtado',727,1),
(11081,'Paine',727,1),
(11082,'Penaflor',727,1),
(11083,'Pirque',727,1),
(11084,'Puente Alto',727,1),
(11085,'Quilicura',727,1),
(11086,'San Bernardo',727,1),
(11087,'San Jose de Maipo',727,1),
(11088,'San Pedro',727,1),
(11089,'Santiago',727,1),
(11090,'Talagante',727,1),
(11091,'Tiltil',727,1),
(11092,'Alhue',728,1),
(11093,'Buin',728,1),
(11094,'Calera de Tango',728,1),
(11095,'Colina',728,1),
(11096,'Curacavi',728,1),
(11097,'El Monte',728,1),
(11098,'Isla de Maipo',728,1),
(11099,'Lampa',728,1),
(11100,'Maria Pinto',728,1),
(11101,'Melipilla',728,1),
(11102,'Padre Hurtado',728,1),
(11103,'Paine',728,1),
(11104,'Penaflor',728,1),
(11105,'Pirque',728,1),
(11106,'Puente Alto',728,1),
(11107,'Quilicura',728,1),
(11108,'San Bernardo',728,1),
(11109,'San Jose de Maipo',728,1),
(11110,'San Pedro',728,1),
(11111,'Santiago',728,1),
(11112,'Talagante',728,1),
(11113,'Tiltil',728,1),
(11114,'Arica',729,1),
(11115,'Camarones',729,1),
(11116,'Camina',729,1),
(11117,'Colchane',729,1),
(11118,'General Lagos',729,1),
(11119,'Huara',729,1),
(11120,'Iquique',729,1),
(11121,'Pica',729,1),
(11122,'Pozo Almonte',729,1),
(11123,'Putre',729,1),
(11124,'Algarrobo',730,1),
(11125,'Cabildo',730,1),
(11126,'Calera',730,1),
(11127,'Calle Larga',730,1),
(11128,'Cartagena',730,1),
(11129,'Casablanca',730,1),
(11130,'Catemu',730,1),
(11131,'Concon',730,1),
(11132,'El Quisco',730,1),
(11133,'El Tabo',730,1),
(11134,'Hijuelas',730,1),
(11135,'La Cruz',730,1),
(11136,'La Ligua',730,1),
(11137,'Limache',730,1),
(11138,'Llaillay',730,1),
(11139,'Los Andes',730,1),
(11140,'Nogales',730,1),
(11141,'Olmue',730,1),
(11142,'Panquehue',730,1),
(11143,'Papudo',730,1),
(11144,'Petorca',730,1),
(11145,'Puchuncavi',730,1),
(11146,'Putaendeo',730,1),
(11147,'Quillota',730,1),
(11148,'Quilpue',730,1),
(11149,'Quintero',730,1),
(11150,'Rinconada',730,1),
(11151,'San Antonio',730,1),
(11152,'San Esteban',730,1),
(11153,'San Felipe',730,1),
(11154,'Santa Maria',730,1),
(11155,'Santo Domingo',730,1),
(11156,'Valparaiso',730,1),
(11157,'Villa Alemana',730,1),
(11158,'Vina del Mar',730,1),
(11159,'Zapallar',730,1),
(11160,'Fengyang',731,1),
(11161,'Guangde',731,1),
(11162,'Liuan',731,1),
(11163,'Ningguo',731,1),
(11164,'Shucheng',731,1),
(11165,'Xinchang',731,1),
(11166,'Xuancheng',731,1),
(11167,'Fengyang',732,1),
(11168,'Guangde',732,1),
(11169,'Liuan',732,1),
(11170,'Ningguo',732,1),
(11171,'Shucheng',732,1),
(11172,'Xinchang',732,1),
(11173,'Xuancheng',732,1),
(11174,'Fengyang',733,1),
(11175,'Guangde',733,1),
(11176,'Liuan',733,1),
(11177,'Ningguo',733,1),
(11178,'Shucheng',733,1),
(11179,'Xinchang',733,1),
(11180,'Xuancheng',733,1),
(11181,'Aomen',734,1),
(11182,'Beijing',735,1),
(11183,'Changping',735,1),
(11184,'Fangshan',735,1),
(11185,'Huangcun',735,1),
(11186,'Liangxiang',735,1),
(11187,'Mentougou',735,1),
(11188,'Shunyi',735,1),
(11189,'Tongzhou',735,1),
(11190,'Beijing',736,1),
(11191,'Changping',736,1),
(11192,'Fangshan',736,1),
(11193,'Huangcun',736,1),
(11194,'Liangxiang',736,1),
(11195,'Mentougou',736,1),
(11196,'Shunyi',736,1),
(11197,'Tongzhou',736,1),
(11198,'Beibei',737,1),
(11199,'Chongqing',737,1),
(11200,'Fuling',737,1),
(11201,'Longhua',737,1),
(11202,'Nantongkuang',737,1),
(11203,'Wanxian',737,1),
(11204,'Xiuma',737,1),
(11205,'Yubei',737,1),
(11206,'Yudong',737,1),
(11207,'Bantou',738,1),
(11208,'Dongshan',738,1),
(11209,'Fuan',738,1),
(11210,'Fujian',738,1),
(11211,'Fuqing',738,1),
(11212,'Fuzhou',738,1),
(11213,'Gantou',738,1),
(11214,'Hanyang',738,1),
(11215,'Jiangkou',738,1),
(11216,'Jiaocheng',738,1),
(11217,'Jinjiang',738,1),
(11218,'Jinshang',738,1),
(11219,'Longhai',738,1),
(11220,'Longyan',738,1),
(11221,'Luoyang',738,1),
(11222,'Nanan',738,1),
(11223,'Nanping',738,1),
(11224,'Nanpu',738,1),
(11225,'Putian',738,1),
(11226,'Qingyang',738,1),
(11227,'Quanzhou',738,1),
(11228,'Rongcheng',738,1),
(11229,'Sanming',738,1),
(11230,'Shaowu',738,1),
(11231,'Shima',738,1),
(11232,'Shishi',738,1),
(11233,'Tantou',738,1),
(11234,'Tongshan',738,1),
(11235,'Xiamen',738,1),
(11236,'Xiapu',738,1),
(11237,'Xiapu Ningde',738,1),
(11238,'Ximei',738,1),
(11239,'Yongan',738,1),
(11240,'Zhangzhou',738,1),
(11241,'Zhicheng',738,1),
(11242,'Bantou',739,1),
(11243,'Dongshan',739,1),
(11244,'Fuan',739,1),
(11245,'Fujian',739,1),
(11246,'Fuqing',739,1),
(11247,'Fuzhou',739,1),
(11248,'Gantou',739,1),
(11249,'Hanyang',739,1),
(11250,'Jiangkou',739,1),
(11251,'Jiaocheng',739,1),
(11252,'Jinjiang',739,1),
(11253,'Jinshang',739,1),
(11254,'Longhai',739,1),
(11255,'Longyan',739,1),
(11256,'Luoyang',739,1),
(11257,'Nanan',739,1),
(11258,'Nanping',739,1),
(11259,'Nanpu',739,1),
(11260,'Putian',739,1),
(11261,'Qingyang',739,1),
(11262,'Quanzhou',739,1),
(11263,'Rongcheng',739,1),
(11264,'Sanming',739,1),
(11265,'Shaowu',739,1),
(11266,'Shima',739,1),
(11267,'Shishi',739,1),
(11268,'Tantou',739,1),
(11269,'Tongshan',739,1),
(11270,'Xiamen',739,1),
(11271,'Xiapu',739,1),
(11272,'Xiapu Ningde',739,1),
(11273,'Ximei',739,1),
(11274,'Yongan',739,1),
(11275,'Zhangzhou',739,1),
(11276,'Zhicheng',739,1),
(11277,'Baiyin',740,1),
(11278,'Baoji',740,1),
(11279,'Beidao',740,1),
(11280,'Jiayuguan',740,1),
(11281,'Jinchang',740,1),
(11282,'Jiuquan',740,1),
(11283,'Lanzhou',740,1),
(11284,'Linxia',740,1),
(11285,'Pingliang',740,1),
(11286,'Qincheng',740,1),
(11287,'Wuwei',740,1),
(11288,'Yaojie',740,1),
(11289,'Yumen',740,1),
(11290,'Zhangye',740,1),
(11291,'Zhuanglang',740,1),
(11292,'Anbu',741,1),
(11293,'Chaozhou',741,1),
(11294,'Chenghai',741,1),
(11295,'Chuncheng',741,1),
(11296,'Daliang',741,1),
(11297,'Danshui',741,1),
(11298,'Dongguan',741,1),
(11299,'Donghai',741,1),
(11300,'Dongli',741,1),
(11301,'Dongzhen',741,1),
(11302,'Ducheng',741,1),
(11303,'Encheng',741,1),
(11304,'Foahn',741,1),
(11305,'Foshan',741,1),
(11306,'Gaozhou',741,1),
(11307,'Guangdong',741,1),
(11308,'Guangzhou',741,1),
(11309,'Guanjiao',741,1),
(11310,'Haicheng',741,1),
(11311,'Haimen',741,1),
(11312,'Hepo',741,1),
(11313,'Houpu',741,1),
(11314,'Huaicheng',741,1),
(11315,'Huanggang',741,1),
(11316,'Huangpu',741,1),
(11317,'Huazhou',741,1),
(11318,'Huicheng',741,1),
(11319,'Huizhou',741,1),
(11320,'Humen',741,1),
(11321,'Jiangmen',741,1),
(11322,'Jiazi',741,1),
(11323,'Jieshi',741,1),
(11324,'Jieyang',741,1),
(11325,'Lecheng',741,1),
(11326,'Leicheng',741,1),
(11327,'Liancheng',741,1),
(11328,'Lianzhou',741,1),
(11329,'Licheng',741,1),
(11330,'Liusha',741,1),
(11331,'Longgang',741,1),
(11332,'Lubu',741,1),
(11333,'Luocheng',741,1),
(11334,'Luohu',741,1),
(11335,'Luoyang',741,1),
(11336,'Maba',741,1),
(11337,'Maoming',741,1),
(11338,'Mata',741,1),
(11339,'Meilu',741,1),
(11340,'Meizhou',741,1),
(11341,'Mianchang',741,1),
(11342,'Nanfeng',741,1),
(11343,'Nanhai',741,1),
(11344,'Pingshan',741,1),
(11345,'Qingtang',741,1),
(11346,'Qingyuan',741,1),
(11347,'Rongcheng',741,1),
(11348,'Sanbu',741,1),
(11349,'Shantou',741,1),
(11350,'Shanwei',741,1),
(11351,'Shaoguan',741,1),
(11352,'Shaping',741,1),
(11353,'Shenzhen',741,1),
(11354,'Shilong',741,1),
(11355,'Shiqiao',741,1),
(11356,'Shiwan',741,1),
(11357,'Shuizhai',741,1),
(11358,'Shunde',741,1),
(11359,'Suicheng',741,1),
(11360,'Taicheng',741,1),
(11361,'Tangping',741,1),
(11362,'Xiaolan',741,1),
(11363,'Xinan',741,1),
(11364,'Xingcheng',741,1),
(11365,'Xiongzhou',741,1),
(11366,'Xucheng',741,1),
(11367,'Yangjiang',741,1),
(11368,'Yingcheng',741,1),
(11369,'Yuancheng',741,1),
(11370,'Yuncheng',741,1),
(11371,'Yunfu',741,1),
(11372,'Zengcheng',741,1),
(11373,'Zhanjiang',741,1),
(11374,'Zhaoqing',741,1),
(11375,'Zhilong',741,1),
(11376,'Zhongshan',741,1),
(11377,'Zhuhai',741,1),
(11378,'Anbu',742,1),
(11379,'Chaozhou',742,1),
(11380,'Chenghai',742,1),
(11381,'Chuncheng',742,1),
(11382,'Daliang',742,1),
(11383,'Danshui',742,1),
(11384,'Dongguan',742,1),
(11385,'Donghai',742,1),
(11386,'Dongli',742,1),
(11387,'Dongzhen',742,1),
(11388,'Ducheng',742,1),
(11389,'Encheng',742,1),
(11390,'Foahn',742,1),
(11391,'Foshan',742,1),
(11392,'Gaozhou',742,1),
(11393,'Guangdong',742,1),
(11394,'Guangzhou',742,1),
(11395,'Guanjiao',742,1),
(11396,'Haicheng',742,1),
(11397,'Haimen',742,1),
(11398,'Hepo',742,1),
(11399,'Houpu',742,1),
(11400,'Huaicheng',742,1),
(11401,'Huanggang',742,1),
(11402,'Huangpu',742,1),
(11403,'Huazhou',742,1),
(11404,'Huicheng',742,1),
(11405,'Huizhou',742,1),
(11406,'Humen',742,1),
(11407,'Jiangmen',742,1),
(11408,'Jiazi',742,1),
(11409,'Jieshi',742,1),
(11410,'Jieyang',742,1),
(11411,'Lecheng',742,1),
(11412,'Leicheng',742,1),
(11413,'Liancheng',742,1),
(11414,'Lianzhou',742,1),
(11415,'Licheng',742,1),
(11416,'Liusha',742,1),
(11417,'Longgang',742,1),
(11418,'Lubu',742,1),
(11419,'Luocheng',742,1),
(11420,'Luohu',742,1),
(11421,'Luoyang',742,1),
(11422,'Maba',742,1),
(11423,'Maoming',742,1),
(11424,'Mata',742,1),
(11425,'Meilu',742,1),
(11426,'Meizhou',742,1),
(11427,'Mianchang',742,1),
(11428,'Nanfeng',742,1),
(11429,'Nanhai',742,1),
(11430,'Pingshan',742,1),
(11431,'Qingtang',742,1),
(11432,'Qingyuan',742,1),
(11433,'Rongcheng',742,1),
(11434,'Sanbu',742,1),
(11435,'Shantou',742,1),
(11436,'Shanwei',742,1),
(11437,'Shaoguan',742,1),
(11438,'Shaping',742,1),
(11439,'Shenzhen',742,1),
(11440,'Shilong',742,1),
(11441,'Shiqiao',742,1),
(11442,'Shiwan',742,1),
(11443,'Shuizhai',742,1),
(11444,'Shunde',742,1),
(11445,'Suicheng',742,1),
(11446,'Taicheng',742,1),
(11447,'Tangping',742,1),
(11448,'Xiaolan',742,1),
(11449,'Xinan',742,1),
(11450,'Xingcheng',742,1),
(11451,'Xiongzhou',742,1),
(11452,'Xucheng',742,1),
(11453,'Yangjiang',742,1),
(11454,'Yingcheng',742,1),
(11455,'Yuancheng',742,1),
(11456,'Yuncheng',742,1),
(11457,'Yunfu',742,1),
(11458,'Zengcheng',742,1),
(11459,'Zhanjiang',742,1),
(11460,'Zhaoqing',742,1),
(11461,'Zhilong',742,1),
(11462,'Zhongshan',742,1),
(11463,'Zhuhai',742,1),
(11464,'Babu',743,1),
(11465,'Baihe',743,1),
(11466,'Baise',743,1),
(11467,'Beihai',743,1),
(11468,'Binzhou',743,1),
(11469,'Bose',743,1),
(11470,'Fangchenggang',743,1),
(11471,'Guicheng',743,1),
(11472,'Guilin',743,1),
(11473,'Guiping',743,1),
(11474,'Jinchengjiang',743,1),
(11475,'Jinji',743,1),
(11476,'Laibin',743,1),
(11477,'Lianzhou',743,1),
(11478,'Liuzhou',743,1),
(11479,'Luorong',743,1),
(11480,'Matong',743,1),
(11481,'Nandu',743,1),
(11482,'Nanning',743,1),
(11483,'Pingnan',743,1),
(11484,'Pumiao',743,1),
(11485,'Qinzhou',743,1),
(11486,'Songhua',743,1),
(11487,'Wuzhou',743,1),
(11488,'Yashan',743,1),
(11489,'Yulin',743,1),
(11490,'Anshun',744,1),
(11491,'Bijie',744,1),
(11492,'Caohai',744,1),
(11493,'Duyun',744,1),
(11494,'Guiyang',744,1),
(11495,'Kaili',744,1),
(11496,'Liupanshui',744,1),
(11497,'Luoyang',744,1),
(11498,'Pingzhai',744,1),
(11499,'Tongren',744,1),
(11500,'Tongzi',744,1),
(11501,'Xiaoweizhai',744,1),
(11502,'Xingyi',744,1),
(11503,'Zunyi',744,1),
(11504,'Chengmai',745,1),
(11505,'Dingan',745,1),
(11506,'Haikou',745,1),
(11507,'Lingao',745,1),
(11508,'Qiongshan',745,1),
(11509,'Sansha ',745,1),
(11510,'Sanya',745,1),
(11511,'Wanning',745,1),
(11512,'Anping',746,1),
(11513,'Baoding',746,1),
(11514,'Botou',746,1),
(11515,'Cangzhou',746,1),
(11516,'Changli',746,1),
(11517,'Chengde',746,1),
(11518,'Dingzhou',746,1),
(11519,'Fengfeng',746,1),
(11520,'Fengrun',746,1),
(11521,'Guye',746,1),
(11522,'Handan',746,1),
(11523,'Hebei',746,1),
(11524,'Hecun',746,1),
(11525,'Hejian',746,1),
(11526,'Hengshui',746,1),
(11527,'Huanghua',746,1),
(11528,'Jingxingkuang',746,1),
(11529,'Jinzhou',746,1),
(11530,'Langfang',746,1),
(11531,'Lianzhou',746,1),
(11532,'Linshui',746,1),
(11533,'Linxi',746,1),
(11534,'Longyao County',746,1),
(11535,'Nangong',746,1),
(11536,'Pengcheng',746,1),
(11537,'Qinhuangdao',746,1),
(11538,'Renqiu',746,1),
(11539,'Shahe',746,1),
(11540,'Shijiazhuang',746,1),
(11541,'Tangjiazhuang',746,1),
(11542,'Tangshan',746,1),
(11543,'Wuan',746,1),
(11544,'Xian County',746,1),
(11545,'Xingtai',746,1),
(11546,'Xinji',746,1),
(11547,'Xinle',746,1),
(11548,'Xuanhua',746,1),
(11549,'Zhangjiakou',746,1),
(11550,'Zhaogezhuang',746,1),
(11551,'Zhuozhou',746,1),
(11552,'Acheng',747,1),
(11553,'Anda',747,1),
(11554,'Angangxi',747,1),
(11555,'Baiquan',747,1),
(11556,'Bamiantong',747,1),
(11557,'Baoqing',747,1),
(11558,'Baoshan',747,1),
(11559,'Bayan',747,1),
(11560,'Beian',747,1),
(11561,'Binzhou',747,1),
(11562,'Boli',747,1),
(11563,'Chaihe',747,1),
(11564,'Chengzihe',747,1),
(11565,'Cuiluan',747,1),
(11566,'Daqing',747,1),
(11567,'Didao',747,1),
(11568,'Dongning',747,1),
(11569,'Fujin',747,1),
(11570,'Fuli',747,1),
(11571,'Fulitun',747,1),
(11572,'Fuyu',747,1),
(11573,'Gannan',747,1),
(11574,'Hailin',747,1),
(11575,'Hailun',747,1),
(11576,'Harbin',747,1),
(11577,'Hegang',747,1),
(11578,'Heihe',747,1),
(11579,'Hengshan',747,1),
(11580,'Honggang',747,1),
(11581,'Huanan',747,1),
(11582,'Hulan',747,1),
(11583,'Hulan Ergi',747,1),
(11584,'Jiamusi',747,1),
(11585,'Jidong',747,1),
(11586,'Jixi',747,1),
(11587,'Keshan',747,1),
(11588,'Langxiang',747,1),
(11589,'Lanxi',747,1),
(11590,'Lingdong',747,1),
(11591,'Linkou',747,1),
(11592,'Lishu',747,1),
(11593,'Longfeng',747,1),
(11594,'Longjiang',747,1),
(11595,'Mingshui',747,1),
(11596,'Mishan',747,1),
(11597,'Mudanjiang',747,1),
(11598,'Nancha',747,1),
(11599,'Nehe',747,1),
(11600,'Nenjiang',747,1),
(11601,'Nianzishan',747,1),
(11602,'Ningan',747,1),
(11603,'Qingan',747,1),
(11604,'Qinggang',747,1),
(11605,'Qiqihar',747,1),
(11606,'Qitaihe',747,1),
(11607,'Ranghulu',747,1),
(11608,'Saertu',747,1),
(11609,'Shangzhi',747,1),
(11610,'Shanhetun',747,1),
(11611,'Shuangcheng',747,1),
(11612,'Shuangyashan',747,1),
(11613,'Sifantan',747,1),
(11614,'Suifenhe',747,1),
(11615,'Suihua',747,1),
(11616,'Suileng',747,1),
(11617,'Tahe',747,1),
(11618,'Taikang',747,1),
(11619,'Tailai',747,1),
(11620,'Tieli',747,1),
(11621,'Wangkui',747,1),
(11622,'Weihe',747,1),
(11623,'Wuchang',747,1),
(11624,'Xinglongzhen',747,1),
(11625,'Xinqing',747,1),
(11626,'Yian',747,1),
(11627,'Yichun',747,1),
(11628,'Yilan',747,1),
(11629,'Youhao',747,1),
(11630,'Zhaodong',747,1),
(11631,'Zhaoyuan',747,1),
(11632,'Zhaozhou',747,1),
(11633,'Anyang',748,1),
(11634,'Changying',748,1),
(11635,'Dancheng',748,1),
(11636,'Daokou',748,1),
(11637,'Dengzhou',748,1),
(11638,'Gongyi',748,1),
(11639,'Gushi',748,1),
(11640,'Hebi',748,1),
(11641,'Huaidian',748,1),
(11642,'Huangchuan',748,1),
(11643,'Huangzhai',748,1),
(11644,'Jiaozuo',748,1),
(11645,'Jishui',748,1),
(11646,'Kaifeng',748,1),
(11647,'Liupen',748,1),
(11648,'Luohe',748,1),
(11649,'Luoyang',748,1),
(11650,'Luyang',748,1),
(11651,'Mengzhou',748,1),
(11652,'Minggang',748,1),
(11653,'Nandun',748,1),
(11654,'Nanyang',748,1),
(11655,'Pingdingshan',748,1),
(11656,'Puyang',748,1),
(11657,'Sanmenxia',748,1),
(11658,'Shangqiu',748,1),
(11659,'Tanghe',748,1),
(11660,'Xiaoyi',748,1),
(11661,'Xihua',748,1),
(11662,'Xinxiang',748,1),
(11663,'Xinyang',748,1),
(11664,'Xinye',748,1),
(11665,'Xixiang',748,1),
(11666,'Xuanwu',748,1),
(11667,'Xuchang',748,1),
(11668,'Yigou',748,1),
(11669,'Yima',748,1),
(11670,'Yinzhuang',748,1),
(11671,'Yunyang',748,1),
(11672,'Yuzhou',748,1),
(11673,'Zhecheng',748,1),
(11674,'Zhengzhou',748,1),
(11675,'Zhenping',748,1),
(11676,'Zhoukou',748,1),
(11677,'Zhumadian',748,1),
(11678,'Anlu',749,1),
(11679,'Baisha',749,1),
(11680,'Buhe',749,1),
(11681,'Caidian',749,1),
(11682,'Caohe',749,1),
(11683,'Danjiangkou',749,1),
(11684,'Daye',749,1),
(11685,'Duobao',749,1),
(11686,'Enshi',749,1),
(11687,'Ezhou',749,1),
(11688,'Fengkou',749,1),
(11689,'Guangshui',749,1),
(11690,'Gucheng',749,1),
(11691,'Hanchuan',749,1),
(11692,'Hongan',749,1),
(11693,'Honghu',749,1),
(11694,'Huangmei',749,1),
(11695,'Huangpi',749,1),
(11696,'Huangshi',749,1),
(11697,'Huangzhou',749,1),
(11698,'Jingmen',749,1),
(11699,'Jingzhou',749,1),
(11700,'Laohekou',749,1),
(11701,'Lichuan',749,1),
(11702,'Macheng',749,1),
(11703,'Nanhai',749,1),
(11704,'Nanzhang',749,1),
(11705,'Puqi',749,1),
(11706,'Qianjiang',749,1),
(11707,'Qingquan',749,1),
(11708,'Qixingtai',749,1),
(11709,'Rongcheng',749,1),
(11710,'Shashi',749,1),
(11711,'Shishou',749,1),
(11712,'Shiyan',749,1),
(11713,'Suizhou',749,1),
(11714,'Tianmen',749,1),
(11715,'Tongcheng',749,1),
(11716,'Wuhan',749,1),
(11717,'Wuxue',749,1),
(11718,'Xiangfan',749,1),
(11719,'Xianning',749,1),
(11720,'Xiantao',749,1),
(11721,'Xiaogan',749,1),
(11722,'Xiaoxita',749,1),
(11723,'Xiaxindian',749,1),
(11724,'Xihe',749,1),
(11725,'Xinpu',749,1),
(11726,'Xinshi',749,1),
(11727,'Xinzhou',749,1),
(11728,'Yichang',749,1),
(11729,'Yicheng',749,1),
(11730,'Yingcheng',749,1),
(11731,'Yingzhong',749,1),
(11732,'Zaoyang',749,1),
(11733,'Zhengchang',749,1),
(11734,'Zhicheng',749,1),
(11735,'Zhifang',749,1),
(11736,'Zhongxiang',749,1),
(11737,'Anjiang',750,1),
(11738,'Anxiang',750,1),
(11739,'Changde',750,1),
(11740,'Changsha',750,1),
(11741,'Chenzhou',750,1),
(11742,'Dayong',750,1),
(11743,'Hengyang',750,1),
(11744,'Hongjiang',750,1),
(11745,'Huaihua',750,1),
(11746,'Jinshi',750,1),
(11747,'Jishou',750,1),
(11748,'Leiyang',750,1),
(11749,'Lengshuijiang',750,1),
(11750,'Lengshuitan',750,1),
(11751,'Lianyuan',750,1),
(11752,'Liling',750,1),
(11753,'Liuyang',750,1),
(11754,'Loudi',750,1),
(11755,'Matian',750,1),
(11756,'Nanzhou',750,1),
(11757,'Ningxiang',750,1),
(11758,'Qidong',750,1),
(11759,'Qiyang',750,1),
(11760,'Shaoyang',750,1),
(11761,'Xiangtan',750,1),
(11762,'Xiangxiang',750,1),
(11763,'Xiangyin',750,1),
(11764,'Xinhua',750,1),
(11765,'Yiyang',750,1),
(11766,'Yongfeng',750,1),
(11767,'Yongzhou',750,1),
(11768,'Yuanjiang',750,1),
(11769,'Yueyang',750,1),
(11770,'Zhuzhou',750,1),
(11771,'Baoying',751,1),
(11772,'Changzhou',751,1),
(11773,'Dachang',751,1),
(11774,'Dafeng',751,1),
(11775,'Danyang',751,1),
(11776,'Dingshu',751,1),
(11777,'Dongkan',751,1),
(11778,'Dongtai',751,1),
(11779,'Fengxian',751,1),
(11780,'Gaogou',751,1),
(11781,'Gaoyou',751,1),
(11782,'Guiren',751,1),
(11783,'Haian',751,1),
(11784,'Haizhou',751,1),
(11785,'Hede',751,1),
(11786,'Huaicheng',751,1),
(11787,'Huaiyin',751,1),
(11788,'Huilong',751,1),
(11789,'Hutang',751,1),
(11790,'Jiangdu',751,1),
(11791,'Jiangyan',751,1),
(11792,'Jiangyin',751,1),
(11793,'Jiangyuan',751,1),
(11794,'Jianhu',751,1),
(11795,'Jingcheng',751,1),
(11796,'Jinsha',751,1),
(11797,'Jintan',751,1),
(11798,'Juegang',751,1),
(11799,'Jurong',751,1),
(11800,'Kunshan',751,1),
(11801,'Lianyungang',751,1),
(11802,'Liucheng',751,1),
(11803,'Liyang',751,1),
(11804,'Luodu',751,1),
(11805,'Mudu',751,1),
(11806,'Nanjing',751,1),
(11807,'Nantong',751,1),
(11808,'Pecheng',751,1),
(11809,'Pukou',751,1),
(11810,'Qidong',751,1),
(11811,'Qinnan',751,1),
(11812,'Qixia',751,1),
(11813,'Rucheng',751,1),
(11814,'Songling',751,1),
(11815,'Sucheng',751,1),
(11816,'Suicheng',751,1),
(11817,'Suqian',751,1),
(11818,'Suzhou',751,1),
(11819,'Taicang',751,1),
(11820,'Taixing',751,1),
(11821,'Wujiang',751,1),
(11822,'Wuxi',751,1),
(11823,'Xiaolingwei',751,1),
(11824,'Xiaoshi',751,1),
(11825,'Xinan',751,1),
(11826,'Xinpu',751,1),
(11827,'Xuzhou',751,1),
(11828,'Yancheng',751,1),
(11829,'Yangshe',751,1),
(11830,'Yangzhou',751,1),
(11831,'Yizheng',751,1),
(11832,'Yunhe',751,1),
(11833,'Yunyang',751,1),
(11834,'Yushan',751,1),
(11835,'Zhangjiagang',751,1),
(11836,'Zhangjiangang',751,1),
(11837,'Zhaoyang',751,1),
(11838,'Zhenjiang',751,1),
(11839,'Zhongxing',751,1),
(11840,'Baoying',752,1),
(11841,'Changzhou',752,1),
(11842,'Dachang',752,1),
(11843,'Dafeng',752,1),
(11844,'Danyang',752,1),
(11845,'Dingshu',752,1),
(11846,'Dongkan',752,1),
(11847,'Dongtai',752,1),
(11848,'Fengxian',752,1),
(11849,'Gaogou',752,1),
(11850,'Gaoyou',752,1),
(11851,'Guiren',752,1),
(11852,'Haian',752,1),
(11853,'Haizhou',752,1),
(11854,'Hede',752,1),
(11855,'Huaicheng',752,1),
(11856,'Huaiyin',752,1),
(11857,'Huilong',752,1),
(11858,'Hutang',752,1),
(11859,'Jiangdu',752,1),
(11860,'Jiangyan',752,1),
(11861,'Jiangyin',752,1),
(11862,'Jiangyuan',752,1),
(11863,'Jianhu',752,1),
(11864,'Jingcheng',752,1),
(11865,'Jinsha',752,1),
(11866,'Jintan',752,1),
(11867,'Juegang',752,1),
(11868,'Jurong',752,1),
(11869,'Kunshan',752,1),
(11870,'Lianyungang',752,1),
(11871,'Liucheng',752,1),
(11872,'Liyang',752,1),
(11873,'Luodu',752,1),
(11874,'Mudu',752,1),
(11875,'Nanjing',752,1),
(11876,'Nantong',752,1),
(11877,'Pecheng',752,1),
(11878,'Pukou',752,1),
(11879,'Qidong',752,1),
(11880,'Qinnan',752,1),
(11881,'Qixia',752,1),
(11882,'Rucheng',752,1),
(11883,'Songling',752,1),
(11884,'Sucheng',752,1),
(11885,'Suicheng',752,1),
(11886,'Suqian',752,1),
(11887,'Suzhou',752,1),
(11888,'Taicang',752,1),
(11889,'Taixing',752,1),
(11890,'Wujiang',752,1),
(11891,'Wuxi',752,1),
(11892,'Xiaolingwei',752,1),
(11893,'Xiaoshi',752,1),
(11894,'Xinan',752,1),
(11895,'Xinpu',752,1),
(11896,'Xuzhou',752,1),
(11897,'Yancheng',752,1),
(11898,'Yangshe',752,1),
(11899,'Yangzhou',752,1),
(11900,'Yizheng',752,1),
(11901,'Yunhe',752,1),
(11902,'Yunyang',752,1),
(11903,'Yushan',752,1),
(11904,'Zhangjiagang',752,1),
(11905,'Zhangjiangang',752,1),
(11906,'Zhaoyang',752,1),
(11907,'Zhenjiang',752,1),
(11908,'Zhongxing',752,1),
(11909,'Fengxin',753,1),
(11910,'Fenyi',753,1),
(11911,'Ganzhou',753,1),
(11912,'Jian',753,1),
(11913,'Jiangguang',753,1),
(11914,'Jingdezhen',753,1),
(11915,'Jiujiang',753,1),
(11916,'Leping',753,1),
(11917,'Linchuan',753,1),
(11918,'Nanchang',753,1),
(11919,'Pingxiang',753,1),
(11920,'Poyang',753,1),
(11921,'Shangrao',753,1),
(11922,'Xiangdong',753,1),
(11923,'Xingan',753,1),
(11924,'Xinjian',753,1),
(11925,'Xinyu',753,1),
(11926,'Xiongshi',753,1),
(11927,'Yichun',753,1),
(11928,'Yingtai',753,1),
(11929,'Yingtan',753,1),
(11930,'Zhangshui',753,1),
(11931,'Badaojiang',754,1),
(11932,'Baicheng',754,1),
(11933,'Baishishan',754,1),
(11934,'Changchun',754,1),
(11935,'Changling',754,1),
(11936,'Chaoyang',754,1),
(11937,'Daan',754,1),
(11938,'Dashitou',754,1),
(11939,'Dehui',754,1),
(11940,'Dongchang',754,1),
(11941,'Dongfeng',754,1),
(11942,'Dunhua',754,1),
(11943,'Erdaojiang',754,1),
(11944,'Fuyu',754,1),
(11945,'Gongzhuling',754,1),
(11946,'Helong',754,1),
(11947,'Hongmei',754,1),
(11948,'Huadian',754,1),
(11949,'Huangnihe',754,1),
(11950,'Huinan',754,1),
(11951,'Hunchun',754,1),
(11952,'Jiaohe',754,1),
(11953,'Jilin',754,1),
(11954,'Jishu',754,1),
(11955,'Jiutai',754,1),
(11956,'Kaitong',754,1),
(11957,'Kouqian',754,1),
(11958,'Liaoyuan',754,1),
(11959,'Linjiang',754,1),
(11960,'Lishu',754,1),
(11961,'Liuhe',754,1),
(11962,'Longjing',754,1),
(11963,'Meihekou',754,1),
(11964,'Mingyue',754,1),
(11965,'Nongan',754,1),
(11966,'Panshi',754,1),
(11967,'Pizhou',754,1),
(11968,'Qianan',754,1),
(11969,'Qianguo',754,1),
(11970,'Sanchazi',754,1),
(11971,'Shuangyang',754,1),
(11972,'Shulan',754,1),
(11973,'Siping',754,1),
(11974,'Songjianghe',754,1),
(11975,'Taonan',754,1),
(11976,'Tumen',754,1),
(11977,'Wangou',754,1),
(11978,'Wangqing',754,1),
(11979,'Xinglongshan',754,1),
(11980,'Yanji',754,1),
(11981,'Yantongshan',754,1),
(11982,'Yushu',754,1),
(11983,'Zhengjiatun',754,1),
(11984,'Zhenlai',754,1),
(11985,'Anshan',755,1),
(11986,'Beipiao',755,1),
(11987,'Benxi',755,1),
(11988,'Changtu',755,1),
(11989,'Chaoyang',755,1),
(11990,'Dalian',755,1),
(11991,'Dalianwan',755,1),
(11992,'Dalinghe',755,1),
(11993,'Dandong',755,1),
(11994,'Dashiqiao',755,1),
(11995,'Dongling',755,1),
(11996,'Fengcheng',755,1),
(11997,'Fushun',755,1),
(11998,'Fuxin',755,1),
(11999,'Haicheng',755,1),
(12000,'Heishan',755,1),
(12001,'Huanren',755,1),
(12002,'Huludao',755,1),
(12003,'Hushitai',755,1),
(12004,'Jinxi',755,1),
(12005,'Jinzhou',755,1),
(12006,'Jiupu',755,1),
(12007,'Kaiyuan',755,1),
(12008,'Kuandian',755,1),
(12009,'Langtou',755,1),
(12010,'Liaoyang',755,1),
(12011,'Liaozhong',755,1),
(12012,'Lingyuan',755,1),
(12013,'Liuerbao',755,1),
(12014,'Lushunkou',755,1),
(12015,'Nantai',755,1),
(12016,'Panjin',755,1),
(12017,'Pulandian',755,1),
(12018,'Shenyang',755,1),
(12019,'Sujiatun',755,1),
(12020,'Tieling',755,1),
(12021,'Wafangdian',755,1),
(12022,'Xiaoshi',755,1),
(12023,'Xifeng',755,1),
(12024,'Xinchengxi',755,1),
(12025,'Xingcheng',755,1),
(12026,'Xinmin',755,1),
(12027,'Xiongyue',755,1),
(12028,'Xiuyan',755,1),
(12029,'Yebaishou',755,1),
(12030,'Yingkou',755,1),
(12031,'Yuhong',755,1),
(12032,'Zhuanghe',755,1),
(12033,'Anshan',756,1),
(12034,'Beipiao',756,1),
(12035,'Benxi',756,1),
(12036,'Changtu',756,1),
(12037,'Chaoyang',756,1),
(12038,'Dalian',756,1),
(12039,'Dalianwan',756,1),
(12040,'Dalinghe',756,1),
(12041,'Dandong',756,1),
(12042,'Dashiqiao',756,1),
(12043,'Dongling',756,1),
(12044,'Fengcheng',756,1),
(12045,'Fushun',756,1),
(12046,'Fuxin',756,1),
(12047,'Haicheng',756,1),
(12048,'Heishan',756,1),
(12049,'Huanren',756,1),
(12050,'Huludao',756,1),
(12051,'Hushitai',756,1),
(12052,'Jinxi',756,1),
(12053,'Jinzhou',756,1),
(12054,'Jiupu',756,1),
(12055,'Kaiyuan',756,1),
(12056,'Kuandian',756,1),
(12057,'Langtou',756,1),
(12058,'Liaoyang',756,1),
(12059,'Liaozhong',756,1),
(12060,'Lingyuan',756,1),
(12061,'Liuerbao',756,1),
(12062,'Lushunkou',756,1),
(12063,'Nantai',756,1),
(12064,'Panjin',756,1),
(12065,'Pulandian',756,1),
(12066,'Shenyang',756,1),
(12067,'Sujiatun',756,1),
(12068,'Tieling',756,1),
(12069,'Wafangdian',756,1),
(12070,'Xiaoshi',756,1),
(12071,'Xifeng',756,1),
(12072,'Xinchengxi',756,1),
(12073,'Xingcheng',756,1),
(12074,'Xinmin',756,1),
(12075,'Xiongyue',756,1),
(12076,'Xiuyan',756,1),
(12077,'Yebaishou',756,1),
(12078,'Yingkou',756,1),
(12079,'Yuhong',756,1),
(12080,'Zhuanghe',756,1),
(12081,'Qiatou',759,1),
(12082,'Xining',759,1),
(12083,'Ankang',760,1),
(12084,'Baoji',760,1),
(12085,'Guozhen',760,1),
(12086,'Hancheng',760,1),
(12087,'Hanzhong',760,1),
(12088,'Lishan',760,1),
(12089,'Qili',760,1),
(12090,'Tongchuan',760,1),
(12091,'Weinan',760,1),
(12092,'Xian',760,1),
(12093,'Xianyang',760,1),
(12094,'Yanan',760,1),
(12095,'Yanliang',760,1),
(12096,'Yulin',760,1),
(12097,'Yuxia',760,1),
(12098,'Anqiu',761,1),
(12099,'Bianzhuang',761,1),
(12100,'Binzhou',761,1),
(12101,'Boshan',761,1),
(12102,'Boxing County',761,1),
(12103,'Caocheng',761,1),
(12104,'Changqing',761,1),
(12105,'Chengyang',761,1),
(12106,'Dengzhou',761,1),
(12107,'Dezhou',761,1),
(12108,'Dingtao',761,1),
(12109,'Dongcun',761,1),
(12110,'Dongdu',761,1),
(12111,'Donge County',761,1),
(12112,'Dongying',761,1),
(12113,'Feicheng',761,1),
(12114,'Fushan',761,1),
(12115,'Gaomi',761,1),
(12116,'Haiyang',761,1),
(12117,'Hanting',761,1),
(12118,'Hekou',761,1),
(12119,'Heze',761,1),
(12120,'Jiaonan',761,1),
(12121,'Jiaozhou',761,1),
(12122,'Jiehu',761,1),
(12123,'Jimo',761,1),
(12124,'Jinan',761,1),
(12125,'Jining',761,1),
(12126,'Juxian',761,1),
(12127,'Juye',761,1),
(12128,'Kunlun',761,1),
(12129,'Laiwu',761,1),
(12130,'Laiyang',761,1),
(12131,'Laizhou',761,1),
(12132,'Leling',761,1),
(12133,'Liaocheng',761,1),
(12134,'Licung',761,1),
(12135,'Linqing',761,1),
(12136,'Linqu',761,1),
(12137,'Linshu',761,1),
(12138,'Linyi',761,1),
(12139,'Longkou',761,1),
(12140,'Mengyin',761,1),
(12141,'Mingshui',761,1),
(12142,'Nanchou',761,1),
(12143,'Nanding',761,1),
(12144,'Nanma',761,1),
(12145,'Ninghai',761,1),
(12146,'Ningyang',761,1),
(12147,'Pingdu',761,1),
(12148,'Pingyi',761,1),
(12149,'Pingyin',761,1),
(12150,'Qingdao',761,1),
(12151,'Qingzhou',761,1),
(12152,'Qixia',761,1),
(12153,'Qufu',761,1),
(12154,'Rizhao',761,1),
(12155,'Rongcheng',761,1),
(12156,'Shancheng',761,1),
(12157,'Shanting',761,1),
(12158,'Shengzhuang',761,1),
(12159,'Shenxian',761,1),
(12160,'Shizilu',761,1),
(12161,'Shouguang',761,1),
(12162,'Shuiji',761,1),
(12163,'Sishui',761,1),
(12164,'Suozhen',761,1),
(12165,'Taian',761,1),
(12166,'Tancheng',761,1),
(12167,'Taozhuang',761,1),
(12168,'Tengzhou',761,1),
(12169,'Weifang',761,1),
(12170,'Weihai',761,1),
(12171,'Wencheng',761,1),
(12172,'Wendeng',761,1),
(12173,'Wenshang',761,1),
(12174,'Wudi',761,1),
(12175,'Xiazhen',761,1),
(12176,'Xincheng',761,1),
(12177,'Xindian',761,1),
(12178,'Xintai',761,1),
(12179,'Yanggu',761,1),
(12180,'Yangshan',761,1),
(12181,'Yantai',761,1),
(12182,'Yanzhou',761,1),
(12183,'Yatou',761,1),
(12184,'Yidu',761,1),
(12185,'Yishui',761,1),
(12186,'Yucheng',761,1),
(12187,'Yuncheng',761,1),
(12188,'Zaozhuang',761,1),
(12189,'Zhangdian',761,1),
(12190,'Zhangjiawa',761,1),
(12191,'Zhangqiu',761,1),
(12192,'Zhaocheng',761,1),
(12193,'Zhoucheng',761,1),
(12194,'Zhoucun',761,1),
(12195,'Zhucheng',761,1),
(12196,'Zhuwang',761,1),
(12197,'Zicheng',761,1),
(12198,'Zouping',761,1),
(12199,'Zouxian',761,1),
(12200,'Anqiu',762,1),
(12201,'Bianzhuang',762,1),
(12202,'Binzhou',762,1),
(12203,'Boshan',762,1),
(12204,'Boxing County',762,1),
(12205,'Caocheng',762,1),
(12206,'Changqing',762,1),
(12207,'Chengyang',762,1),
(12208,'Dengzhou',762,1),
(12209,'Dezhou',762,1),
(12210,'Dingtao',762,1),
(12211,'Dongcun',762,1),
(12212,'Dongdu',762,1),
(12213,'Donge County',762,1),
(12214,'Dongying',762,1),
(12215,'Feicheng',762,1),
(12216,'Fushan',762,1),
(12217,'Gaomi',762,1),
(12218,'Haiyang',762,1),
(12219,'Hanting',762,1),
(12220,'Hekou',762,1),
(12221,'Heze',762,1),
(12222,'Jiaonan',762,1),
(12223,'Jiaozhou',762,1),
(12224,'Jiehu',762,1),
(12225,'Jimo',762,1),
(12226,'Jinan',762,1),
(12227,'Jining',762,1),
(12228,'Juxian',762,1),
(12229,'Juye',762,1),
(12230,'Kunlun',762,1),
(12231,'Laiwu',762,1),
(12232,'Laiyang',762,1),
(12233,'Laizhou',762,1),
(12234,'Leling',762,1),
(12235,'Liaocheng',762,1),
(12236,'Licung',762,1),
(12237,'Linqing',762,1),
(12238,'Linqu',762,1),
(12239,'Linshu',762,1),
(12240,'Linyi',762,1),
(12241,'Longkou',762,1),
(12242,'Mengyin',762,1),
(12243,'Mingshui',762,1),
(12244,'Nanchou',762,1),
(12245,'Nanding',762,1),
(12246,'Nanma',762,1),
(12247,'Ninghai',762,1),
(12248,'Ningyang',762,1),
(12249,'Pingdu',762,1),
(12250,'Pingyi',762,1),
(12251,'Pingyin',762,1),
(12252,'Qingdao',762,1),
(12253,'Qingzhou',762,1),
(12254,'Qixia',762,1),
(12255,'Qufu',762,1),
(12256,'Rizhao',762,1),
(12257,'Rongcheng',762,1),
(12258,'Shancheng',762,1),
(12259,'Shanting',762,1),
(12260,'Shengzhuang',762,1),
(12261,'Shenxian',762,1),
(12262,'Shizilu',762,1),
(12263,'Shouguang',762,1),
(12264,'Shuiji',762,1),
(12265,'Sishui',762,1),
(12266,'Suozhen',762,1),
(12267,'Taian',762,1),
(12268,'Tancheng',762,1),
(12269,'Taozhuang',762,1),
(12270,'Tengzhou',762,1),
(12271,'Weifang',762,1),
(12272,'Weihai',762,1),
(12273,'Wencheng',762,1),
(12274,'Wendeng',762,1),
(12275,'Wenshang',762,1),
(12276,'Wudi',762,1),
(12277,'Xiazhen',762,1),
(12278,'Xincheng',762,1),
(12279,'Xindian',762,1),
(12280,'Xintai',762,1),
(12281,'Yanggu',762,1),
(12282,'Yangshan',762,1),
(12283,'Yantai',762,1),
(12284,'Yanzhou',762,1),
(12285,'Yatou',762,1),
(12286,'Yidu',762,1),
(12287,'Yishui',762,1),
(12288,'Yucheng',762,1),
(12289,'Yuncheng',762,1),
(12290,'Zaozhuang',762,1),
(12291,'Zhangdian',762,1),
(12292,'Zhangjiawa',762,1),
(12293,'Zhangqiu',762,1),
(12294,'Zhaocheng',762,1),
(12295,'Zhoucheng',762,1),
(12296,'Zhoucun',762,1),
(12297,'Zhucheng',762,1),
(12298,'Zhuwang',762,1),
(12299,'Zicheng',762,1),
(12300,'Zouping',762,1),
(12301,'Zouxian',762,1),
(12302,'Jiading',763,1),
(12303,'Minhang',763,1),
(12304,'Shanghai',763,1),
(12305,'Songjiang',763,1),
(12306,'Trencin',763,1),
(12307,'Changzhi',764,1),
(12308,'Datong',764,1),
(12309,'Houma',764,1),
(12310,'Jiexiu',764,1),
(12311,'Jincheng',764,1),
(12312,'Linfen',764,1),
(12313,'Taiyuan',764,1),
(12314,'Xian',764,1),
(12315,'Xinzhi',764,1),
(12316,'Xinzhou',764,1),
(12317,'Yangquan',764,1),
(12318,'Yuanping',764,1),
(12319,'Yuci',764,1),
(12320,'Yuncheng',764,1),
(12321,'Anju',765,1),
(12322,'Baoning',765,1),
(12323,'Chengdu',765,1),
(12324,'Daan',765,1),
(12325,'Dawan',765,1),
(12326,'Daxian',765,1),
(12327,'Deyang',765,1),
(12328,'Dujiangyan City',765,1),
(12329,'Guangkou',765,1),
(12330,'Guangyuan',765,1),
(12331,'Guihu',765,1),
(12332,'Heyang',765,1),
(12333,'Huayang',765,1),
(12334,'Jiancheng',765,1),
(12335,'Jiangyou',765,1),
(12336,'Jijiang',765,1),
(12337,'Leshan',765,1),
(12338,'Linqiong',765,1),
(12339,'Luocheng',765,1),
(12340,'Luzhou',765,1),
(12341,'Mianyang',765,1),
(12342,'Nanchong',765,1),
(12343,'Nanlong',765,1),
(12344,'Neijiang',765,1),
(12345,'Panzhihua',765,1),
(12346,'Shifang',765,1),
(12347,'Suining',765,1),
(12348,'Taihe',765,1),
(12349,'Tianpeng',765,1),
(12350,'Tongchuan',765,1),
(12351,'Xichang',765,1),
(12352,'Xunchang',765,1),
(12353,'Yaan',765,1),
(12354,'Yibin',765,1),
(12355,'Yongchang',765,1),
(12356,'Zhonglong',765,1),
(12357,'Zigong',765,1),
(12358,'Ziyang',765,1),
(12359,'Beichen',766,1),
(12360,'Gangdong',766,1),
(12361,'Hangu',766,1),
(12362,'Jinghai',766,1),
(12363,'Nankai',766,1),
(12364,'Tanggu',766,1),
(12365,'Tianjin',766,1),
(12366,'Xianshuigu',766,1),
(12367,'Yangcun',766,1),
(12368,'Yangliuqing',766,1),
(12369,'Guiqing',767,1),
(12370,'Jiulong',767,1),
(12371,'Quanwan',767,1),
(12372,'Saigong',767,1),
(12373,'Shatin',767,1),
(12374,'Taipo',767,1),
(12375,'Tuanmun',767,1),
(12376,'Xianggang',767,1),
(12377,'Yuanlong',767,1),
(12378,'Aksu',768,1),
(12379,'Baijiantan',768,1),
(12380,'Changji',768,1),
(12381,'Dongshan',768,1),
(12382,'Hami',768,1),
(12383,'Hetian',768,1),
(12384,'Karamay',768,1),
(12385,'Kashi',768,1),
(12386,'Korla',768,1),
(12387,'Kuche',768,1),
(12388,'Kuytun',768,1),
(12389,'Shache',768,1),
(12390,'Shihezi',768,1),
(12391,'Shuimogou',768,1),
(12392,'Toutunhe',768,1),
(12393,'Urumqi',768,1),
(12394,'Yining',768,1),
(12395,'Lasa',769,1),
(12396,'Dali',770,1),
(12397,'Gejiu',770,1),
(12398,'Haikou',770,1),
(12399,'Heilin',770,1),
(12400,'Jinma',770,1),
(12401,'Kaihua',770,1),
(12402,'Kaiyuan',770,1),
(12403,'Kunming',770,1),
(12404,'Lianran',770,1),
(12405,'Longquan',770,1),
(12406,'Lucheng',770,1),
(12407,'Mabai',770,1),
(12408,'Majie',770,1),
(12409,'Miyang',770,1),
(12410,'Qujing',770,1),
(12411,'Rongcheng',770,1),
(12412,'Simao',770,1),
(12413,'Wufeng',770,1),
(12414,'Yunjinghong',770,1),
(12415,'Yuxi Municipal',770,1),
(12416,'Zhaotong',770,1),
(12417,'Zhenhai',770,1),
(12418,'Zhongshu',770,1),
(12419,'Zhoucheng',770,1),
(12420,'Zhuocheng',770,1),
(12421,'Aojiang',771,1),
(12422,'Choucheng',771,1),
(12423,'Cixi',771,1),
(12424,'Daqiao',771,1),
(12425,'Deqing',771,1),
(12426,'Dinghai',771,1),
(12427,'Dongyang',771,1),
(12428,'Fuyang',771,1),
(12429,'Haining',771,1),
(12430,'Haiyan',771,1),
(12431,'Hangzhou',771,1),
(12432,'Huangyan',771,1),
(12433,'Hushan',771,1),
(12434,'Huzhou',771,1),
(12435,'Jiaojiang',771,1),
(12436,'Jiaxing',771,1),
(12437,'Jinhua',771,1),
(12438,'Jinxiang',771,1),
(12439,'Kaihua',771,1),
(12440,'Kunyang',771,1),
(12441,'Lanxi',771,1),
(12442,'Linan City',771,1),
(12443,'Linhai',771,1),
(12444,'Linping',771,1),
(12445,'Lishui',771,1),
(12446,'Liushi',771,1),
(12447,'Ningbo',771,1),
(12448,'Ninghai',771,1),
(12449,'Pinghu',771,1),
(12450,'Quzhou',771,1),
(12451,'Ruian',771,1),
(12452,'Shangyu',771,1),
(12453,'Shaoxing',771,1),
(12454,'Shenjiamen',771,1),
(12455,'Taizhou City',771,1),
(12456,'Tonglu',771,1),
(12457,'Wenling',771,1),
(12458,'Wenzhou',771,1),
(12459,'Wuning',771,1),
(12460,'Wuyi',771,1),
(12461,'Xianju',771,1),
(12462,'Xiaoshan',771,1),
(12463,'Xiashi',771,1),
(12464,'Xushan',771,1),
(12465,'Yiwu',771,1),
(12466,'Yongkang',771,1),
(12467,'Yueqing',771,1),
(12468,'Yuhuan',771,1),
(12469,'Yuyao',771,1),
(12470,'Zhejiang',771,1),
(12471,'Zhenhai',771,1),
(12472,'Zhicheng',771,1),
(12473,'Zhuji',771,1),
(12474,'fenghua',771,1),
(12475,'jiashan',771,1),
(12476,'Aojiang',772,1),
(12477,'Choucheng',772,1),
(12478,'Cixi',772,1),
(12479,'Daqiao',772,1),
(12480,'Deqing',772,1),
(12481,'Dinghai',772,1),
(12482,'Dongyang',772,1),
(12483,'Fuyang',772,1),
(12484,'Haining',772,1),
(12485,'Haiyan',772,1),
(12486,'Hangzhou',772,1),
(12487,'Huangyan',772,1),
(12488,'Hushan',772,1),
(12489,'Huzhou',772,1),
(12490,'Jiaojiang',772,1),
(12491,'Jiaxing',772,1),
(12492,'Jinhua',772,1),
(12493,'Jinxiang',772,1),
(12494,'Kaihua',772,1),
(12495,'Kunyang',772,1),
(12496,'Lanxi',772,1),
(12497,'Linan City',772,1),
(12498,'Linhai',772,1),
(12499,'Linping',772,1),
(12500,'Lishui',772,1),
(12501,'Liushi',772,1),
(12502,'Ningbo',772,1),
(12503,'Ninghai',772,1),
(12504,'Pinghu',772,1),
(12505,'Quzhou',772,1),
(12506,'Ruian',772,1),
(12507,'Shangyu',772,1),
(12508,'Shaoxing',772,1),
(12509,'Shenjiamen',772,1),
(12510,'Taizhou City',772,1),
(12511,'Tonglu',772,1),
(12512,'Wenling',772,1),
(12513,'Wenzhou',772,1),
(12514,'Wuning',772,1),
(12515,'Wuyi',772,1),
(12516,'Xianju',772,1),
(12517,'Xiaoshan',772,1),
(12518,'Xiashi',772,1),
(12519,'Xushan',772,1),
(12520,'Yiwu',772,1),
(12521,'Yongkang',772,1),
(12522,'Yueqing',772,1),
(12523,'Yuhuan',772,1),
(12524,'Yuyao',772,1),
(12525,'Zhejiang',772,1),
(12526,'Zhenhai',772,1),
(12527,'Zhicheng',772,1),
(12528,'Zhuji',772,1),
(12529,'fenghua',772,1),
(12530,'jiashan',772,1),
(12531,'Leticia',775,1),
(12532,'Puerto Narino',775,1),
(12533,'Abejorral',776,1),
(12534,'Abriaqui',776,1),
(12535,'Alejandria',776,1),
(12536,'Amaga',776,1),
(12537,'Amalfi',776,1),
(12538,'Andes',776,1),
(12539,'Angelopolis',776,1),
(12540,'Angostura',776,1),
(12541,'Anori',776,1),
(12542,'Antioquia',776,1),
(12543,'Anza',776,1),
(12544,'Apartado',776,1),
(12545,'Arboletes',776,1),
(12546,'Argelia',776,1),
(12547,'Armenia',776,1),
(12548,'Barbosa',776,1),
(12549,'Bello',776,1),
(12550,'Belmira',776,1),
(12551,'Betania',776,1),
(12552,'Betulia',776,1),
(12553,'Bolivar',776,1),
(12554,'Briceno',776,1),
(12555,'Buritica',776,1),
(12556,'Caceres',776,1),
(12557,'Caicedo',776,1),
(12558,'Caldas',776,1),
(12559,'Campamento',776,1),
(12560,'Canasgordas',776,1),
(12561,'Caracoli',776,1),
(12562,'Caramanta',776,1),
(12563,'Carepa',776,1),
(12564,'Carmen de Viboral',776,1),
(12565,'Carolina',776,1),
(12566,'Caucasia',776,1),
(12567,'Chigorodo',776,1),
(12568,'Cisneros',776,1),
(12569,'Cocorna',776,1),
(12570,'Concepcion',776,1),
(12571,'Concordia',776,1),
(12572,'Copacabana',776,1),
(12573,'Dabeiba',776,1),
(12574,'Don Matias',776,1),
(12575,'Ebejico',776,1),
(12576,'El Bagre',776,1),
(12577,'Entrerrios',776,1),
(12578,'Envigado',776,1),
(12579,'Fredonia',776,1),
(12580,'Frontino',776,1),
(12581,'Giraldo',776,1),
(12582,'Girardota',776,1),
(12583,'Gomez Plata',776,1),
(12584,'Granada',776,1),
(12585,'Guadalupe',776,1),
(12586,'Guarne',776,1),
(12587,'Guatape',776,1),
(12588,'Heliconia',776,1),
(12589,'Hispania',776,1),
(12590,'Itagui',776,1),
(12591,'Ituango',776,1),
(12592,'Jardin',776,1),
(12593,'Jerico',776,1),
(12594,'La Ceja',776,1),
(12595,'La Estrella',776,1),
(12596,'La Pintada',776,1),
(12597,'La Union',776,1),
(12598,'Liborina',776,1),
(12599,'Maceo',776,1),
(12600,'Marinilla',776,1),
(12601,'Medellin',776,1),
(12602,'Montebello',776,1),
(12603,'Murindo',776,1),
(12604,'Mutata',776,1),
(12605,'Narino',776,1),
(12606,'Nechi',776,1),
(12607,'Necocli',776,1),
(12608,'Olaya',776,1),
(12609,'Penol',776,1),
(12610,'Peque',776,1),
(12611,'Pueblorrico',776,1),
(12612,'Puerto Berrio',776,1),
(12613,'Puerto Nare',776,1),
(12614,'Puerto Triunfo',776,1),
(12615,'Remedios',776,1),
(12616,'Retiro',776,1),
(12617,'Rionegro',776,1),
(12618,'Sabanalarga',776,1),
(12619,'Sabaneta',776,1),
(12620,'Salgar',776,1),
(12621,'San Andres',776,1),
(12622,'San Carlos',776,1),
(12623,'San Francisco',776,1),
(12624,'San Jeronimo',776,1),
(12625,'San Jose de la Montana',776,1),
(12626,'San Juan de Uraba',776,1),
(12627,'San Luis',776,1),
(12628,'San Pedro',776,1),
(12629,'San Pedro de Uraba',776,1),
(12630,'San Rafael',776,1),
(12631,'San Roque',776,1),
(12632,'San Vicente',776,1),
(12633,'Santa Barbara',776,1),
(12634,'Santa Rosa de Osos',776,1),
(12635,'Santo Domingo',776,1),
(12636,'Santuario',776,1),
(12637,'Segovia',776,1),
(12638,'Sonson',776,1),
(12639,'Sopetran',776,1),
(12640,'Tamesis',776,1),
(12641,'Taraza',776,1),
(12642,'Tarso',776,1),
(12643,'Titiribi',776,1),
(12644,'Toledo',776,1),
(12645,'Turbo',776,1),
(12646,'Uramita',776,1),
(12647,'Urrao',776,1),
(12648,'Valdivia',776,1),
(12649,'Valparaiso',776,1),
(12650,'Vegachi',776,1),
(12651,'Venecia',776,1),
(12652,'Vigia del Fuerte',776,1),
(12653,'Yali',776,1),
(12654,'Yarumal',776,1),
(12655,'Yolombo',776,1),
(12656,'Yondo',776,1),
(12657,'Zaragoza',776,1),
(12658,'Arauca',777,1),
(12659,'Arauquita',777,1),
(12660,'Cravo Norte',777,1),
(12661,'Fortul',777,1),
(12662,'Puerto Rondon',777,1),
(12663,'Saravena',777,1),
(12664,'Tame',777,1),
(12665,'Baranoa',778,1),
(12666,'Barranquilla',778,1),
(12667,'Campo de la Cruz',778,1),
(12668,'Candelaria',778,1),
(12669,'Galapa',778,1),
(12670,'Juan de Acosta',778,1),
(12671,'Luruaco',778,1),
(12672,'Malambo',778,1),
(12673,'Manati',778,1),
(12674,'Palmar de Varela',778,1),
(12675,'Piojo',778,1),
(12676,'Polo Nuevo',778,1),
(12677,'Ponedera',778,1),
(12678,'Puerto Colombia',778,1),
(12679,'Repelon',778,1),
(12680,'Sabanagrande',778,1),
(12681,'Sabanalarga',778,1),
(12682,'Santa Lucia',778,1),
(12683,'Santo Tomas',778,1),
(12684,'Soledad',778,1),
(12685,'Suan',778,1),
(12686,'Tubara',778,1),
(12687,'Usiacuri',778,1),
(12688,'Bogota',779,1),
(12689,'Achi',780,1),
(12690,'Altos del Rosario',780,1),
(12691,'Arenal',780,1),
(12692,'Arjona',780,1),
(12693,'Arroyohondo',780,1),
(12694,'Barranco de Loba',780,1),
(12695,'Calamar',780,1),
(12696,'Cantagallo',780,1),
(12697,'Cartagena',780,1),
(12698,'Cicuco',780,1),
(12699,'Clemencia',780,1),
(12700,'Cordoba',780,1),
(12701,'El Carmen de Bolivar',780,1),
(12702,'El Guamo',780,1),
(12703,'El Penon',780,1),
(12704,'Hatillo de Loba',780,1),
(12705,'Magangue',780,1),
(12706,'Mahates',780,1),
(12707,'Margarita',780,1),
(12708,'Maria la Baja',780,1),
(12709,'Mompos',780,1),
(12710,'Montecristo',780,1),
(12711,'Morales',780,1),
(12712,'Pinillos',780,1),
(12713,'Regidor',780,1),
(12714,'Rio Viejo',780,1),
(12715,'San Cristobal',780,1),
(12716,'San Estanislao',780,1),
(12717,'San Fernando',780,1),
(12718,'San Jacinto',780,1),
(12719,'San Jacinto del Cauca',780,1),
(12720,'San Juan Nepomuceno',780,1),
(12721,'San Martin de Loba',780,1),
(12722,'San Pablo',780,1),
(12723,'Santa Catalina',780,1),
(12724,'Santa Rosa',780,1),
(12725,'Santa Rosa del Sur',780,1),
(12726,'Simiti',780,1),
(12727,'Soplaviento',780,1),
(12728,'Talaigua Nuevo',780,1),
(12729,'Tiquisio',780,1),
(12730,'Turbaco',780,1),
(12731,'Turbana',780,1),
(12732,'Villanueva',780,1),
(12733,'Zambrano',780,1),
(12734,'Almeida',781,1),
(12735,'Aquitania',781,1),
(12736,'Arcabuco',781,1),
(12737,'Belen',781,1),
(12738,'Berbeo',781,1),
(12739,'Beteitiva',781,1),
(12740,'Boavita',781,1),
(12741,'Boyaca',781,1),
(12742,'Briceno',781,1),
(12743,'Buenavista',781,1),
(12744,'Busbanza',781,1),
(12745,'Caldas',781,1),
(12746,'Campohermoso',781,1),
(12747,'Cerinza',781,1),
(12748,'Chinavita',781,1),
(12749,'Chiquinquira',781,1),
(12750,'Chiquiza',781,1),
(12751,'Chiscas',781,1),
(12752,'Chita',781,1),
(12753,'Chitaraque',781,1),
(12754,'Chivata',781,1),
(12755,'Chivor',781,1),
(12756,'Cienega',781,1),
(12757,'Combita',781,1),
(12758,'Coper',781,1),
(12759,'Corrales',781,1),
(12760,'Covarachia',781,1),
(12761,'Cubara',781,1),
(12762,'Cucaita',781,1),
(12763,'Cuitiva',781,1),
(12764,'Duitama',781,1),
(12765,'El Cocuy',781,1),
(12766,'El Espino',781,1),
(12767,'Firavitoba',781,1),
(12768,'Floresta',781,1),
(12769,'Gachantiva',781,1),
(12770,'Gameza',781,1),
(12771,'Garagoa',781,1),
(12772,'Guacamayas',781,1),
(12773,'Guateque',781,1),
(12774,'Guayata',781,1),
(12775,'Guican',781,1),
(12776,'Iza',781,1),
(12777,'Jenesano',781,1),
(12778,'Jerico',781,1),
(12779,'La Capilla',781,1),
(12780,'La Uvita',781,1),
(12781,'La Victoria',781,1),
(12782,'Labranzagrande',781,1),
(12783,'Leiva',781,1),
(12784,'Macanal',781,1),
(12785,'Maripi',781,1),
(12786,'Miraflores',781,1),
(12787,'Mongua',781,1),
(12788,'Mongui',781,1),
(12789,'Moniquira',781,1),
(12790,'Motavita',781,1),
(12791,'Muzo',781,1),
(12792,'Nobsa',781,1),
(12793,'Nuevo Colon',781,1),
(12794,'Oicata',781,1),
(12795,'Otanche',781,1),
(12796,'Pachavita',781,1),
(12797,'Paez',781,1),
(12798,'Paipa',781,1),
(12799,'Pajarito',781,1),
(12800,'Panqueba',781,1),
(12801,'Pauna',781,1),
(12802,'Paya',781,1),
(12803,'Paz del Rio',781,1),
(12804,'Pesca',781,1),
(12805,'Pisba',781,1),
(12806,'Puerto Boyaca',781,1),
(12807,'Quipama',781,1),
(12808,'Ramiriqui',781,1),
(12809,'Raquira',781,1),
(12810,'Rondon',781,1),
(12811,'Saboya',781,1),
(12812,'Sachica',781,1),
(12813,'Samaca',781,1),
(12814,'San Eduardo',781,1),
(12815,'San Jose de Pare',781,1),
(12816,'San Luis de Gaceno',781,1),
(12817,'San Mateo',781,1),
(12818,'San Miguel de Sema',781,1),
(12819,'San Pablo de Borbur',781,1),
(12820,'Santa Maria',781,1),
(12821,'Santa Rosa de Viterbo',781,1),
(12822,'Santa Sofia',781,1),
(12823,'Santana',781,1),
(12824,'Sativanorte',781,1),
(12825,'Sativasur',781,1),
(12826,'Siachoque',781,1),
(12827,'Soata',781,1),
(12828,'Socha',781,1),
(12829,'Socota',781,1),
(12830,'Sogamoso',781,1),
(12831,'Somondoco',781,1),
(12832,'Sora',781,1),
(12833,'Soraca',781,1),
(12834,'Sotaquira',781,1),
(12835,'Susacon',781,1),
(12836,'Sutamarchan',781,1),
(12837,'Sutatenza',781,1),
(12838,'Tasco',781,1),
(12839,'Tenza',781,1),
(12840,'Tibana',781,1),
(12841,'Tibasosa',781,1),
(12842,'Tinjaca',781,1),
(12843,'Tipacoque',781,1),
(12844,'Toca',781,1),
(12845,'Togui',781,1),
(12846,'Topaga',781,1),
(12847,'Tota',781,1),
(12848,'Tunja',781,1),
(12849,'Tunungua',781,1),
(12850,'Turmeque',781,1),
(12851,'Tuta',781,1),
(12852,'Tutasa',781,1),
(12853,'Umbita',781,1),
(12854,'Ventaquemada',781,1),
(12855,'Viracacha',781,1),
(12856,'Zetaquira',781,1),
(12857,'Aguadas',782,1),
(12858,'Anserma',782,1),
(12859,'Aranzazu',782,1),
(12860,'Belalcazar',782,1),
(12861,'Chinchina',782,1),
(12862,'Filadelfia',782,1),
(12863,'La Dorada',782,1),
(12864,'La Merced',782,1),
(12865,'Manizales',782,1),
(12866,'Manzanares',782,1),
(12867,'Marmato',782,1),
(12868,'Marquetalia',782,1),
(12869,'Marulanda',782,1),
(12870,'Neira',782,1),
(12871,'Norcasia',782,1),
(12872,'Pacora',782,1),
(12873,'Palestina',782,1),
(12874,'Pensilvania',782,1),
(12875,'Riosucio',782,1),
(12876,'Risaralda',782,1),
(12877,'Salamina',782,1),
(12878,'Samana',782,1),
(12879,'San Jose',782,1),
(12880,'Supia',782,1),
(12881,'Victoria',782,1),
(12882,'Villamaria',782,1),
(12883,'Viterbo',782,1),
(12884,'Albania',783,1),
(12885,'Belen Andaquies',783,1),
(12886,'Cartagena del Chaira',783,1),
(12887,'Curillo',783,1),
(12888,'El Doncello',783,1),
(12889,'El Paujil',783,1),
(12890,'Florencia',783,1),
(12891,'La Montanita',783,1),
(12892,'Milan',783,1),
(12893,'Morelia',783,1),
(12894,'Puerto Rico',783,1),
(12895,'San Jose de Fragua',783,1),
(12896,'San Vicente del Caguan',783,1),
(12897,'Solano',783,1),
(12898,'Solita',783,1),
(12899,'Valparaiso',783,1),
(12900,'Aguazul',784,1),
(12901,'Chameza',784,1),
(12902,'Hato Corozal',784,1),
(12903,'La Salina',784,1),
(12904,'Mani',784,1),
(12905,'Monterrey',784,1),
(12906,'Nunchia',784,1),
(12907,'Orocue',784,1),
(12908,'Paz de Ariporo',784,1),
(12909,'Pore',784,1),
(12910,'Recetor',784,1),
(12911,'Sabanalarga',784,1),
(12912,'Sacama',784,1),
(12913,'San Luis de Palenque',784,1),
(12914,'Tamara',784,1),
(12915,'Tauramena',784,1),
(12916,'Trinidad',784,1),
(12917,'Villanueva',784,1),
(12918,'Yopal',784,1),
(12919,'Almaguer',785,1),
(12920,'Argelia',785,1),
(12921,'Balboa',785,1),
(12922,'Bolivar',785,1),
(12923,'Buenos Aires',785,1),
(12924,'Cajibio',785,1),
(12925,'Caldono',785,1),
(12926,'Caloto',785,1),
(12927,'Corinto',785,1),
(12928,'El Bordo',785,1),
(12929,'El Tambo',785,1),
(12930,'Florencia',785,1),
(12931,'Guapi',785,1),
(12932,'Inza',785,1),
(12933,'Jambalo',785,1),
(12934,'La Sierra',785,1),
(12935,'La Vega',785,1),
(12936,'Lopez',785,1),
(12937,'Mercaderes',785,1),
(12938,'Miranda',785,1),
(12939,'Morales',785,1),
(12940,'Padilla',785,1),
(12941,'Paez',785,1),
(12942,'Piamonte',785,1),
(12943,'Piendamo',785,1),
(12944,'Popayan',785,1),
(12945,'Puerto Tejada',785,1),
(12946,'Purace',785,1),
(12947,'Rosas',785,1),
(12948,'San Sebastian',785,1),
(12949,'Santa Rosa',785,1),
(12950,'Santander de Quilichao',785,1),
(12951,'Silvia',785,1),
(12952,'Sotara',785,1),
(12953,'Suarez',785,1),
(12954,'Sucre',785,1),
(12955,'Timbio',785,1),
(12956,'Timbiqui',785,1),
(12957,'Toribio',785,1),
(12958,'Totoro',785,1),
(12959,'Villa Rica',785,1),
(12960,'Aguachica',786,1),
(12961,'Agustin Codazzi',786,1),
(12962,'Astrea',786,1),
(12963,'Becerril',786,1),
(12964,'Bosconia',786,1),
(12965,'Chimichagua',786,1),
(12966,'Chiriguana',786,1),
(12967,'Curumani',786,1),
(12968,'El Copey',786,1),
(12969,'El Paso',786,1),
(12970,'Gamarra',786,1),
(12971,'Gonzalez',786,1),
(12972,'La Gloria',786,1),
(12973,'La Jagua Ibirico',786,1),
(12974,'Manaure',786,1),
(12975,'Pailitas',786,1),
(12976,'Pelaya',786,1),
(12977,'Pueblo Bello',786,1),
(12978,'Rio de Oro',786,1),
(12979,'Robles la Paz',786,1),
(12980,'San Alberto',786,1),
(12981,'San Diego',786,1),
(12982,'San Martin',786,1),
(12983,'Tamalameque',786,1),
(12984,'Valledupar',786,1),
(12985,'Acandi',787,1),
(12986,'Alto Baudo',787,1),
(12987,'Atrato',787,1),
(12988,'Bagado',787,1),
(12989,'Bahia Solano',787,1),
(12990,'Bajo Baudo',787,1),
(12991,'Bojaya',787,1),
(12992,'Canton de San Pablo',787,1),
(12993,'Carmen del Darien',787,1),
(12994,'Certegui',787,1),
(12995,'Condoto',787,1),
(12996,'El Carmen',787,1),
(12997,'Istmina',787,1),
(12998,'Jurado',787,1),
(12999,'Litoral del San Juan',787,1),
(13000,'Lloro',787,1),
(13001,'Medio Atrato',787,1),
(13002,'Medio Baudo',787,1),
(13003,'Medio San Juan',787,1),
(13004,'Novita',787,1),
(13005,'Nuqui',787,1),
(13006,'Quibdo',787,1),
(13007,'Rio Iro',787,1),
(13008,'Rio Quito',787,1),
(13009,'Riosucio',787,1),
(13010,'San Jose del Palmar',787,1),
(13011,'Sipi',787,1),
(13012,'Tado',787,1),
(13013,'Unguia',787,1),
(13014,'Union Panamericana',787,1),
(13015,'Ayapel',788,1),
(13016,'Buenavista',788,1),
(13017,'Canalete',788,1),
(13018,'Cerete',788,1),
(13019,'Chima',788,1),
(13020,'Chinu',788,1),
(13021,'Cienaga de Oro',788,1),
(13022,'Cotorra',788,1),
(13023,'La Apartada',788,1),
(13024,'Lorica',788,1),
(13025,'Los Cordobas',788,1),
(13026,'Momil',788,1),
(13027,'Monitos',788,1),
(13028,'Montelibano',788,1),
(13029,'Monteria',788,1),
(13030,'Planeta Rica',788,1),
(13031,'Pueblo Nuevo',788,1),
(13032,'Puerto Escondido',788,1),
(13033,'Puerto Libertador',788,1),
(13034,'Purisima',788,1),
(13035,'Sahagun',788,1),
(13036,'San Andres Sotavento',788,1),
(13037,'San Antero',788,1),
(13038,'San Bernardo Viento',788,1),
(13039,'San Carlos',788,1),
(13040,'San Pelayo',788,1),
(13041,'Tierralta',788,1),
(13042,'Valencia',788,1),
(13043,'Agua de Dios',789,1),
(13044,'Alban',789,1),
(13045,'Anapoima',789,1),
(13046,'Anolaima',789,1),
(13047,'Arbelaez',789,1),
(13048,'Beltran',789,1),
(13049,'Bituima',789,1),
(13050,'Bojaca',789,1),
(13051,'Cabrera',789,1),
(13052,'Cachipay',789,1),
(13053,'Cajica',789,1),
(13054,'Caparrapi',789,1),
(13055,'Caqueza',789,1),
(13056,'Carmen de Carupa',789,1),
(13057,'Chaguani',789,1),
(13058,'Chia',789,1),
(13059,'Chipaque',789,1),
(13060,'Choachi',789,1),
(13061,'Choconta',789,1),
(13062,'Cogua',789,1),
(13063,'Cota',789,1),
(13064,'Cucunuba',789,1),
(13065,'El Colegio',789,1),
(13066,'El Penon',789,1),
(13067,'El Rosal',789,1),
(13068,'Facatativa',789,1),
(13069,'Fomeque',789,1),
(13070,'Fosca',789,1),
(13071,'Funza',789,1),
(13072,'Fuquene',789,1),
(13073,'Fusagasuga',789,1),
(13074,'Gachala',789,1),
(13075,'Gachancipa',789,1),
(13076,'Gacheta',789,1),
(13077,'Gama',789,1),
(13078,'Girardot',789,1),
(13079,'Granada',789,1),
(13080,'Guacheta',789,1),
(13081,'Guaduas',789,1),
(13082,'Guasca',789,1),
(13083,'Guataqui',789,1),
(13084,'Guatavita',789,1),
(13085,'Guayabal de Siquima',789,1),
(13086,'Guayabetal',789,1),
(13087,'Gutierrez',789,1),
(13088,'Jerusalen',789,1),
(13089,'Junin',789,1),
(13090,'La Calera',789,1),
(13091,'La Mesa',789,1),
(13092,'La Palma',789,1),
(13093,'La Pena',789,1),
(13094,'La Vega',789,1),
(13095,'Lenguazaque',789,1),
(13096,'Macheta',789,1),
(13097,'Madrid',789,1),
(13098,'Manta',789,1),
(13099,'Medina',789,1),
(13100,'Mosquera',789,1),
(13101,'Narino',789,1),
(13102,'Nemocon',789,1),
(13103,'Nilo',789,1),
(13104,'Nimaima',789,1),
(13105,'Nocaima',789,1),
(13106,'Ospina Perez',789,1),
(13107,'Pacho',789,1),
(13108,'Paime',789,1),
(13109,'Pandi',789,1),
(13110,'Paratebueno',789,1),
(13111,'Pasca',789,1),
(13112,'Puerto Salgar',789,1),
(13113,'Puli',789,1),
(13114,'Quebradanegra',789,1),
(13115,'Quetame',789,1),
(13116,'Quipile',789,1),
(13117,'Rafael Reyes',789,1),
(13118,'Ricaurte',789,1),
(13119,'San Antonio del Tequendama',789,1),
(13120,'San Bernardo',789,1),
(13121,'San Cayetano',789,1),
(13122,'San Francisco',789,1),
(13123,'San Juan de Rioseco',789,1),
(13124,'Sasaima',789,1),
(13125,'Sesquile',789,1),
(13126,'Sibate',789,1),
(13127,'Silvania',789,1),
(13128,'Simijaca',789,1),
(13129,'Soacha',789,1),
(13130,'Sopo',789,1),
(13131,'Subachoque',789,1),
(13132,'Suesca',789,1),
(13133,'Supata',789,1),
(13134,'Susa',789,1),
(13135,'Sutatausa',789,1),
(13136,'Tabio',789,1),
(13137,'Tausa',789,1),
(13138,'Tena',789,1),
(13139,'Tenjo',789,1),
(13140,'Tibacuy',789,1),
(13141,'Tibirita',789,1),
(13142,'Tocaima',789,1),
(13143,'Tocancipa',789,1),
(13144,'Topaipi',789,1),
(13145,'Ubala',789,1),
(13146,'Ubaque',789,1),
(13147,'Ubate',789,1),
(13148,'Une',789,1),
(13149,'Utica',789,1),
(13150,'Vergara',789,1),
(13151,'Viani',789,1),
(13152,'Villagomez',789,1),
(13153,'Villapinzon',789,1),
(13154,'Villeta',789,1),
(13155,'Viota',789,1),
(13156,'Yacopi',789,1),
(13157,'Zipacon',789,1),
(13158,'Zipaquira',789,1),
(13159,'Inirida',790,1),
(13160,'Calamar',791,1),
(13161,'El Retorno',791,1),
(13162,'Miraflores',791,1),
(13163,'San Jose del Guaviare',791,1),
(13164,'Acevedo',792,1),
(13165,'Agrado',792,1),
(13166,'Aipe',792,1),
(13167,'Algeciras',792,1),
(13168,'Altamira',792,1),
(13169,'Baraya',792,1),
(13170,'Campoalegre',792,1),
(13171,'Colombia',792,1),
(13172,'Elias',792,1),
(13173,'Garzon',792,1),
(13174,'Gigante',792,1),
(13175,'Guadalupe',792,1),
(13176,'Hobo',792,1),
(13177,'Iquira',792,1),
(13178,'Isnos',792,1),
(13179,'La Argentina',792,1),
(13180,'La Plata',792,1),
(13181,'Nataga',792,1),
(13182,'Neiva',792,1),
(13183,'Oporapa',792,1),
(13184,'Paicol',792,1),
(13185,'Palermo',792,1),
(13186,'Palestina',792,1),
(13187,'Pital',792,1),
(13188,'Pitalito',792,1),
(13189,'Rivera',792,1),
(13190,'Saladoblanco',792,1),
(13191,'San Agustin',792,1),
(13192,'Santa Maria',792,1),
(13193,'Suaza',792,1),
(13194,'Tarqui',792,1),
(13195,'Tello',792,1),
(13196,'Teruel',792,1),
(13197,'Tesalia',792,1),
(13198,'Timana',792,1),
(13199,'Villavieja',792,1),
(13200,'Yaguara',792,1),
(13201,'Algarrobo',794,1),
(13202,'Aracataca',794,1),
(13203,'Ariguani',794,1),
(13204,'Cerro San Antonio',794,1),
(13205,'Chivolo',794,1),
(13206,'Cienaga',794,1),
(13207,'Concordia',794,1),
(13208,'El Banco',794,1),
(13209,'El Pinon',794,1),
(13210,'El Reten',794,1),
(13211,'Fundacion',794,1),
(13212,'Guamal',794,1),
(13213,'Nueva Granada',794,1),
(13214,'Pedraza',794,1),
(13215,'Pijino del Carmen',794,1),
(13216,'Pivijay',794,1),
(13217,'Plato',794,1),
(13218,'Puebloviejo',794,1),
(13219,'Remolino',794,1),
(13220,'Sabanas de San Angel',794,1),
(13221,'Salamina',794,1),
(13222,'San Sebastian',794,1),
(13223,'San Zenon',794,1),
(13224,'Santa Ana',794,1),
(13225,'Santa Barbara de Pinto',794,1),
(13226,'Santa Marta',794,1),
(13227,'Sitionuevo',794,1),
(13228,'Tenerife',794,1),
(13229,'Zapayan',794,1),
(13230,'Zona Bananera',794,1),
(13231,'Acacias',795,1),
(13232,'Barranca de Upia',795,1),
(13233,'Cabuyaro',795,1),
(13234,'Castilla la Nueva',795,1),
(13235,'Cubarral',795,1),
(13236,'Cumaral',795,1),
(13237,'El Calvario',795,1),
(13238,'El Castillo',795,1),
(13239,'El Dorado',795,1),
(13240,'Fuente de Oro',795,1),
(13241,'Granada',795,1),
(13242,'Guamal',795,1),
(13243,'La Macarena',795,1),
(13244,'La Uribe',795,1),
(13245,'Lejanias',795,1),
(13246,'Mapiripan',795,1),
(13247,'Mesetas',795,1),
(13248,'Puerto Concordia',795,1),
(13249,'Puerto Gaitan',795,1),
(13250,'Puerto Lleras',795,1),
(13251,'Puerto Lopez',795,1),
(13252,'Puerto Rico',795,1),
(13253,'Restrepo',795,1),
(13254,'San Carlos Guaroa',795,1),
(13255,'San Juan de Arama',795,1),
(13256,'San Juanito',795,1),
(13257,'San Martin',795,1),
(13258,'Villavicencio',795,1),
(13259,'Vista Hermosa',795,1),
(13260,'Alban',796,1),
(13261,'Aldana',796,1),
(13262,'Ancuya',796,1),
(13263,'Arboleda',796,1),
(13264,'Barbacoas',796,1),
(13265,'Belen',796,1),
(13266,'Buesaco',796,1),
(13267,'Chachagui',796,1),
(13268,'Colon',796,1),
(13269,'Consaca',796,1),
(13270,'Contadero',796,1),
(13271,'Cordoba',796,1),
(13272,'Cuaspud',796,1),
(13273,'Cumbal',796,1),
(13274,'Cumbitara',796,1),
(13275,'El Charco',796,1),
(13276,'El Penol',796,1),
(13277,'El Rosario',796,1),
(13278,'El Tablon',796,1),
(13279,'El Tambo',796,1),
(13280,'Funes',796,1),
(13281,'Guachucal',796,1),
(13282,'Guaitarilla',796,1),
(13283,'Gualmatan',796,1),
(13284,'Iles',796,1),
(13285,'Imues',796,1),
(13286,'Ipiales',796,1),
(13287,'La Cruz',796,1),
(13288,'La Florida',796,1),
(13289,'La Llanada',796,1),
(13290,'La Tola',796,1),
(13291,'La Union',796,1),
(13292,'Leiva',796,1),
(13293,'Linares',796,1),
(13294,'Los Andes',796,1),
(13295,'Magui',796,1),
(13296,'Mallama',796,1),
(13297,'Mosquera',796,1),
(13298,'Narino',796,1),
(13299,'Olaya Herrera',796,1),
(13300,'Ospina',796,1),
(13301,'Pasto',796,1),
(13302,'Pizarro',796,1),
(13303,'Policarpa',796,1),
(13304,'Potosi',796,1),
(13305,'Providencia',796,1),
(13306,'Puerres',796,1),
(13307,'Pupiales',796,1),
(13308,'Ricaurte',796,1),
(13309,'Roberto Payan',796,1),
(13310,'Samaniego',796,1),
(13311,'San Bernardo',796,1),
(13312,'San Lorenzo',796,1),
(13313,'San Pablo',796,1),
(13314,'San Pedro de Cartago',796,1),
(13315,'Sandona',796,1),
(13316,'Santa Barbara',796,1),
(13317,'Santacruz',796,1),
(13318,'Sapuyes',796,1),
(13319,'Taminango',796,1),
(13320,'Tangua',796,1),
(13321,'Tumaco',796,1),
(13322,'Tuquerres',796,1),
(13323,'Yacuanquer',796,1),
(13324,'Colon',798,1),
(13325,'Mocoa',798,1),
(13326,'Orito',798,1),
(13327,'Puerto Asis',798,1),
(13328,'Puerto Caycedo',798,1),
(13329,'Puerto Guzman',798,1),
(13330,'Puerto Leguizamo',798,1),
(13331,'San Francisco',798,1),
(13332,'San Miguel',798,1),
(13333,'Santiago',798,1),
(13334,'Sibundoy',798,1),
(13335,'Valle del Guamuez',798,1),
(13336,'Villagarzon',798,1),
(13337,'Armenia',799,1),
(13338,'Buenavista',799,1),
(13339,'Calarca',799,1),
(13340,'Circasia',799,1),
(13341,'Cordoba',799,1),
(13342,'Filandia',799,1),
(13343,'Genova',799,1),
(13344,'La Tebaida',799,1),
(13345,'Montenegro',799,1),
(13346,'Pijao',799,1),
(13347,'Quimbaya',799,1),
(13348,'Salento',799,1),
(13349,'Apia',800,1),
(13350,'Balboa',800,1),
(13351,'Belen de Umbria',800,1),
(13352,'Dos Quebradas',800,1),
(13353,'Guatica',800,1),
(13354,'La Celia',800,1),
(13355,'La Virginia',800,1),
(13356,'Marsella',800,1),
(13357,'Mistrato',800,1),
(13358,'Pereira',800,1),
(13359,'Pueblo Rico',800,1),
(13360,'Quinchia',800,1),
(13361,'Santa Rosa de Cabal',800,1),
(13362,'Santuario',800,1),
(13363,'Aguada',802,1),
(13364,'Albania',802,1),
(13365,'Aratoca',802,1),
(13366,'Barbosa',802,1),
(13367,'Barichara',802,1),
(13368,'Barrancabermeja',802,1),
(13369,'Betulia',802,1),
(13370,'Bolivar',802,1),
(13371,'Bucaramanga',802,1),
(13372,'Cabrera',802,1),
(13373,'California',802,1),
(13374,'Capitanejo',802,1),
(13375,'Carcasi',802,1),
(13376,'Cepita',802,1),
(13377,'Cerrito',802,1),
(13378,'Charala',802,1),
(13379,'Charta',802,1),
(13380,'Chima',802,1),
(13381,'Chipata',802,1),
(13382,'Cimitarra',802,1),
(13383,'Concepcion',802,1),
(13384,'Confines',802,1),
(13385,'Contratacion',802,1),
(13386,'Coromoro',802,1),
(13387,'Curiti',802,1),
(13388,'El Carmen',802,1),
(13389,'El Guacamayo',802,1),
(13390,'El Penon',802,1),
(13391,'El Playon',802,1),
(13392,'Encino',802,1),
(13393,'Enciso',802,1),
(13394,'Florian',802,1),
(13395,'Floridablanca',802,1),
(13396,'Galan',802,1),
(13397,'Gambita',802,1),
(13398,'Giron',802,1),
(13399,'Guaca',802,1),
(13400,'Guadalupe',802,1),
(13401,'Guapota',802,1),
(13402,'Guavata',802,1),
(13403,'Guepsa',802,1),
(13404,'Hato',802,1),
(13405,'Jesus Maria',802,1),
(13406,'Jordan',802,1),
(13407,'La Belleza',802,1),
(13408,'La Paz',802,1),
(13409,'Landazuri',802,1),
(13410,'Lebrija',802,1),
(13411,'Los Santos',802,1),
(13412,'Macaravita',802,1),
(13413,'Malaga',802,1),
(13414,'Matanza',802,1),
(13415,'Mogotes',802,1),
(13416,'Molagavita',802,1),
(13417,'Ocamonte',802,1),
(13418,'Oiba',802,1),
(13419,'Onzaga',802,1),
(13420,'Palmar',802,1),
(13421,'Palmas del Socorro',802,1),
(13422,'Paramo',802,1),
(13423,'Piedecuesta',802,1),
(13424,'Pinchote',802,1),
(13425,'Puente Nacional',802,1),
(13426,'Puerto Parra',802,1),
(13427,'Puerto Wilches',802,1),
(13428,'Rionegro',802,1),
(13429,'Sabana de Torres',802,1),
(13430,'San Andres',802,1),
(13431,'San Benito',802,1),
(13432,'San Gil',802,1),
(13433,'San Joaquin',802,1),
(13434,'San Jose de Miranda',802,1),
(13435,'San Miguel',802,1),
(13436,'San Vicente de Chucuri',802,1),
(13437,'Santa Barbara',802,1),
(13438,'Santa Helena',802,1),
(13439,'Simacota',802,1),
(13440,'Socorro',802,1),
(13441,'Suaita',802,1),
(13442,'Sucre',802,1),
(13443,'Surata',802,1),
(13444,'Tona',802,1),
(13445,'Valle San Jose',802,1),
(13446,'Velez',802,1),
(13447,'Vetas',802,1),
(13448,'Villanueva',802,1),
(13449,'Zapatoca',802,1),
(13450,'Buenavista',803,1),
(13451,'Caimito',803,1),
(13452,'Chalan',803,1),
(13453,'Coloso',803,1),
(13454,'Corozal',803,1),
(13455,'El Roble',803,1),
(13456,'Galeras',803,1),
(13457,'Guaranda',803,1),
(13458,'La Union',803,1),
(13459,'Los Palmitos',803,1),
(13460,'Majagual',803,1),
(13461,'Morroa',803,1),
(13462,'Ovejas',803,1),
(13463,'Palmito',803,1),
(13464,'Sampues',803,1),
(13465,'San Benito Abad',803,1),
(13466,'San Juan de Betulia',803,1),
(13467,'San Marcos',803,1),
(13468,'San Onofre',803,1),
(13469,'San Pedro',803,1),
(13470,'Since',803,1),
(13471,'Sincelejo',803,1),
(13472,'Sucre',803,1),
(13473,'Tolu',803,1),
(13474,'Toluviejo',803,1),
(13475,'Alpujarra',804,1),
(13476,'Alvarado',804,1),
(13477,'Ambalema',804,1),
(13478,'Anzoategui',804,1),
(13479,'Ataco',804,1),
(13480,'Cajamarca',804,1),
(13481,'Carmen de Apicala',804,1),
(13482,'Casabianca',804,1),
(13483,'Chaparral',804,1),
(13484,'Coello',804,1),
(13485,'Coyaima',804,1),
(13486,'Cunday',804,1),
(13487,'Dolores',804,1),
(13488,'Espinal',804,1),
(13489,'Falan',804,1),
(13490,'Flandes',804,1),
(13491,'Fresno',804,1),
(13492,'Guamo',804,1),
(13493,'Guayabal',804,1),
(13494,'Herveo',804,1),
(13495,'Honda',804,1),
(13496,'Ibague',804,1),
(13497,'Icononzo',804,1),
(13498,'Lerida',804,1),
(13499,'Libano',804,1),
(13500,'Mariquita',804,1),
(13501,'Melgar',804,1),
(13502,'Murillo',804,1),
(13503,'Natagaima',804,1),
(13504,'Ortega',804,1),
(13505,'Palocabildo',804,1),
(13506,'Piedras',804,1),
(13507,'Planadas',804,1),
(13508,'Prado',804,1),
(13509,'Purificacion',804,1),
(13510,'Rioblanco',804,1),
(13511,'Roncesvalles',804,1),
(13512,'Rovira',804,1),
(13513,'Saldana',804,1),
(13514,'San Antonio',804,1),
(13515,'San Luis',804,1),
(13516,'Santa Isabel',804,1),
(13517,'Suarez',804,1),
(13518,'Valle de San Juan',804,1),
(13519,'Venadillo',804,1),
(13520,'Villahermosa',804,1),
(13521,'Villarrica',804,1),
(13522,'Acaricuara',806,1),
(13523,'Mitu',806,1),
(13524,'Papunaua',806,1),
(13525,'Taraira',806,1),
(13526,'Villa Fatima',806,1),
(13527,'Yavarate',806,1),
(13528,'Cumaribo',807,1),
(13529,'La Primavera',807,1),
(13530,'Puerto Carreno',807,1),
(13531,'Santa Rosalia',807,1),
(13532,'Fomboni',808,1),
(13533,'Mitsamiouli',809,1),
(13534,'Moroni',809,1),
(13535,'Domoni',810,1),
(13536,'Mutsamudu',810,1),
(13537,'Loudima',811,1),
(13538,'Madingou',811,1),
(13539,'Nkayi',811,1),
(13540,'Brazzaville',812,1),
(13541,'Ewo',813,1),
(13542,'Kelle',813,1),
(13543,'Makoua',813,1),
(13544,'Mossaka',813,1),
(13545,'Owando',813,1),
(13546,'Loandjili',814,1),
(13547,'Ngamaba-Mfilou',814,1),
(13548,'Pointe Noire',814,1),
(13549,'Sibiti',815,1),
(13550,'Zanaga',815,1),
(13551,'Dongou',816,1),
(13552,'Epena',816,1),
(13553,'Impfondo',816,1),
(13554,'Kibangou',817,1),
(13555,'Loubomo',817,1),
(13556,'Matsanga',817,1),
(13557,'Mossendjo',817,1),
(13558,'Djambala',818,1),
(13559,'Gamboma',818,1),
(13560,'Boko',819,1),
(13561,'Kinkala',819,1),
(13562,'Mindouli',819,1),
(13563,'Ikelemba',820,1),
(13564,'Ouesso',820,1),
(13565,'Sembe',820,1),
(13566,'Souanke',820,1),
(13567,'Bandundu',821,1),
(13568,'Bolobo',821,1),
(13569,'Bulungu',821,1),
(13570,'Gungu',821,1),
(13571,'Idiofa',821,1),
(13572,'Inongo',821,1),
(13573,'Kahemba',821,1),
(13574,'Kasongo-Lunda',821,1),
(13575,'Kenge',821,1),
(13576,'Kikwit',821,1),
(13577,'Kiri',821,1),
(13578,'Kutu',821,1),
(13579,'Lusanga',821,1),
(13580,'Mangai',821,1),
(13581,'Mushie',821,1),
(13582,'Nioki',821,1),
(13583,'Boma',822,1),
(13584,'Kasangulu',822,1),
(13585,'Kimpese',822,1),
(13586,'Madimba',822,1),
(13587,'Matadi',822,1),
(13588,'Mbanza-Ngungu',822,1),
(13589,'Muanda',822,1),
(13590,'Tshela',822,1),
(13591,'Basankusu',823,1),
(13592,'Binga',823,1),
(13593,'Bodalangi',823,1),
(13594,'Boende',823,1),
(13595,'Bongandanga',823,1),
(13596,'Bosobolo',823,1),
(13597,'Bumba',823,1),
(13598,'Businga',823,1),
(13599,'Gbadolite',823,1),
(13600,'Gemena',823,1),
(13601,'Ikela',823,1),
(13602,'Libenge',823,1),
(13603,'Lisala',823,1),
(13604,'Makanza',823,1),
(13605,'Mbandaka',823,1),
(13606,'Mobayi-Mbongo',823,1),
(13607,'Yakoma',823,1),
(13608,'Yandongi',823,1),
(13609,'Yumbi',823,1),
(13610,'Zongo',823,1),
(13611,'Aba',824,1),
(13612,'Aketi',824,1),
(13613,'Bafwasende',824,1),
(13614,'Banalia',824,1),
(13615,'Basoko',824,1),
(13616,'Bondo',824,1),
(13617,'Bunia',824,1),
(13618,'Buta',824,1),
(13619,'Djugu',824,1),
(13620,'Faradje',824,1),
(13621,'Gwane',824,1),
(13622,'Isiro',824,1),
(13623,'Itoko',824,1),
(13624,'Kisangani',824,1),
(13625,'Mambasa',824,1),
(13626,'Mongbwalu',824,1),
(13627,'Niangara',824,1),
(13628,'Poko',824,1),
(13629,'Simba',824,1),
(13630,'Titule',824,1),
(13631,'Ubundu',824,1),
(13632,'Wamba',824,1),
(13633,'Watsa',824,1),
(13634,'Yangambi',824,1),
(13635,'Demba',825,1),
(13636,'Dibaya',825,1),
(13637,'Ilebo',825,1),
(13638,'Kananga',825,1),
(13639,'Kazumba',825,1),
(13640,'Luebo',825,1),
(13641,'Mweka',825,1),
(13642,'Tshikapa',825,1),
(13643,'Gandajika',826,1),
(13644,'Kabinda',826,1),
(13645,'Katako-Kombe',826,1),
(13646,'Kole',826,1),
(13647,'Lodja',826,1),
(13648,'Lubao',826,1),
(13649,'Lubefu',826,1),
(13650,'Lusambo',826,1),
(13651,'Mbuji-Mayi',826,1),
(13652,'Mwene-Ditu',826,1),
(13653,'Tshilenge',826,1),
(13654,'Tshofa',826,1),
(13655,'Bukama',827,1),
(13656,'Dilolo',827,1),
(13657,'Kabalo',827,1),
(13658,'Kalemie',827,1),
(13659,'Kambove',827,1),
(13660,'Kamina',827,1),
(13661,'Kaniama',827,1),
(13662,'Kikondjo',827,1),
(13663,'Kipushi',827,1),
(13664,'Kolwezi',827,1),
(13665,'Kongolo',827,1),
(13666,'Le Marinel',827,1),
(13667,'Likasi',827,1),
(13668,'Lubudi',827,1),
(13669,'Lubumbashi',827,1),
(13670,'Malemba-Nkulu',827,1),
(13671,'Manono',827,1),
(13672,'Moba',827,1),
(13673,'Mulongo',827,1),
(13674,'Mwanza',827,1),
(13675,'Nyunzu',827,1),
(13676,'Sakania',827,1),
(13677,'Shinkolobwe',827,1),
(13678,'Kinshasa',828,1),
(13679,'Kalima',829,1),
(13680,'Kasongo',829,1),
(13681,'Kindu',829,1),
(13682,'Beni',830,1),
(13683,'Butembo',830,1),
(13684,'Goma',830,1),
(13685,'Bukavu',831,1),
(13686,'Kabare',831,1),
(13687,'Kama',831,1),
(13688,'Kampene',831,1),
(13689,'Kibombo',831,1),
(13690,'Uvira',831,1),
(13691,'Amuri',832,1),
(13692,'Atiu',833,1),
(13693,'Mangaia',834,1),
(13694,'Tauhunu',835,1),
(13695,'Mauke',836,1),
(13696,'Mitiaro',837,1),
(13697,'Nassau',838,1),
(13698,'Roto',839,1),
(13699,'Rakahanga',840,1),
(13700,'Avarua',841,1),
(13701,'Omoka',842,1),
(13702,'Alajuela',843,1),
(13703,'Atenas',843,1),
(13704,'Bijagua',843,1),
(13705,'Buenos Aires',843,1),
(13706,'Carrillos',843,1),
(13707,'Desemparados',843,1),
(13708,'Dos Rios',843,1),
(13709,'Esquipulas',843,1),
(13710,'Florencia',843,1),
(13711,'Fortuna',843,1),
(13712,'Grecia',843,1),
(13713,'Guacimo',843,1),
(13714,'Laguna',843,1),
(13715,'Los Chiles',843,1),
(13716,'Mastate',843,1),
(13717,'Naranjo',843,1),
(13718,'Orotina',843,1),
(13719,'Palmares',843,1),
(13720,'Piedades Norte',843,1),
(13721,'Pital',843,1),
(13722,'Pocosol',843,1),
(13723,'Quesada',843,1),
(13724,'Rio Segundo',843,1),
(13725,'Sabanilla',843,1),
(13726,'San Antonio',843,1),
(13727,'San Jose',843,1),
(13728,'San Juan',843,1),
(13729,'San Mateo',843,1),
(13730,'San Pedro',843,1),
(13731,'San Rafael',843,1),
(13732,'San Ramon',843,1),
(13733,'San Roque',843,1),
(13734,'Santiago',843,1),
(13735,'Sarchi Norte',843,1),
(13736,'Sarchi Sur',843,1),
(13737,'Tigra',843,1),
(13738,'Turricares',843,1),
(13739,'Upala',843,1),
(13740,'Venado',843,1),
(13741,'Zarcero',843,1),
(13742,'Aguacaliente',844,1),
(13743,'Capellades',844,1),
(13744,'Carmen',844,1),
(13745,'Cartago',844,1),
(13746,'Concepcion',844,1),
(13747,'Cot',844,1),
(13748,'Dulce Nombre',844,1),
(13749,'El Tejar',844,1),
(13750,'Guadalupe',844,1),
(13751,'Juan Vinas',844,1),
(13752,'La Suiza',844,1),
(13753,'Orosi',844,1),
(13754,'Pacayas',844,1),
(13755,'Paraiso',844,1),
(13756,'Pejibaye',844,1),
(13757,'San Diego',844,1),
(13758,'San Isidro',844,1),
(13759,'San Juan',844,1),
(13760,'San Nicolas',844,1),
(13761,'San Rafael',844,1),
(13762,'San Ramon',844,1),
(13763,'Tierra Blanca',844,1),
(13764,'Tobosi',844,1),
(13765,'Tres Rios',844,1),
(13766,'Tucurrique',844,1),
(13767,'Turrialba',844,1),
(13768,'Bagaces',845,1),
(13769,'Belen',845,1),
(13770,'Canas',845,1),
(13771,'Filadeldia',845,1),
(13772,'Fortuna',845,1),
(13773,'Hojancha',845,1),
(13774,'Juntas',845,1),
(13775,'La Cruz',845,1),
(13776,'Liberia',845,1),
(13777,'Mogote',845,1),
(13778,'Nandayure',845,1),
(13779,'Nicoya',845,1),
(13780,'Samara',845,1),
(13781,'Santa Cruz',845,1),
(13782,'Sardinal',845,1),
(13783,'Tilaran',845,1),
(13784,'Angeles',846,1),
(13785,'Asuncion',846,1),
(13786,'Barrantes',846,1),
(13787,'Barva',846,1),
(13788,'Heredia',846,1),
(13789,'Horquetas',846,1),
(13790,'Llorente',846,1),
(13791,'Mercedes',846,1),
(13792,'Puerto Viejo',846,1),
(13793,'Rivera',846,1),
(13794,'San Antonio',846,1),
(13795,'San Francisco',846,1),
(13796,'San Isidro',846,1),
(13797,'San Joaquin',846,1),
(13798,'San Jose',846,1),
(13799,'San Josecito',846,1),
(13800,'San Juan',846,1),
(13801,'San Miguel',846,1),
(13802,'San Pablo',846,1),
(13803,'San Pedro',846,1),
(13804,'San Rafael',846,1),
(13805,'San Roque',846,1),
(13806,'San Vicente',846,1),
(13807,'Santa Barbara',846,1),
(13808,'Santa Lucia',846,1),
(13809,'Santa Rosa',846,1),
(13810,'Santiago',846,1),
(13811,'Santo Domingo',846,1),
(13812,'Santo Tomas',846,1),
(13813,'Ulloa',846,1),
(13814,'Batan',847,1),
(13815,'Cahuita',847,1),
(13816,'Cariari',847,1),
(13817,'Guacimo',847,1),
(13818,'Guapiles',847,1),
(13819,'Jimenez',847,1),
(13820,'Limon',847,1),
(13821,'Matina',847,1),
(13822,'Pocora',847,1),
(13823,'Rita',847,1),
(13824,'Roxana',847,1),
(13825,'Siquirres',847,1),
(13826,'Sixaola',847,1),
(13827,'Valle la Estrella',847,1),
(13828,'Buenos Aires',848,1),
(13829,'Canoas',848,1),
(13830,'Chacarita',848,1),
(13831,'Corredor',848,1),
(13832,'Esparta',848,1),
(13833,'Espiritu Santo',848,1),
(13834,'Golfito',848,1),
(13835,'Guaycara',848,1),
(13836,'Jaco',848,1),
(13837,'La Cuesta',848,1),
(13838,'Macacona',848,1),
(13839,'Manzanillo',848,1),
(13840,'Miramar',848,1),
(13841,'Palmar',848,1),
(13842,'Paquera',848,1),
(13843,'Parrita',848,1),
(13844,'Puerto Cortes',848,1),
(13845,'Puerto Jimenez',848,1),
(13846,'Puntarenas',848,1),
(13847,'Quepos',848,1),
(13848,'San Vito',848,1),
(13849,'Marcory',850,1),
(13850,'Adzope',851,1),
(13851,'Affery',851,1),
(13852,'Agboville',851,1),
(13853,'Akoupe',851,1),
(13854,'Rubino',851,1),
(13855,'Touba',852,1),
(13856,'Bako',853,1),
(13857,'Odienne',853,1),
(13858,'Gagnoa',855,1),
(13859,'Guiberoua',855,1),
(13860,'Hire',855,1),
(13861,'Ndouci',855,1),
(13862,'Oume',855,1),
(13863,'Ouragahio',855,1),
(13864,'Daloa',856,1),
(13865,'Issia',856,1),
(13866,'Vavoua',856,1),
(13867,'Ndiekro',857,1),
(13868,'Tiebissou',857,1),
(13869,'Toumodi',857,1),
(13870,'Yamoussoukro',857,1),
(13871,'Abidjan',858,1),
(13872,'Alepe',858,1),
(13873,'Anyama',858,1),
(13874,'Bingerville',858,1),
(13875,'Dabou',858,1),
(13876,'Grand-Lahou',858,1),
(13877,'Jacqueville',858,1),
(13878,'Tiassale',858,1),
(13879,'Bouafle',859,1),
(13880,'Sinfra',859,1),
(13881,'Zuenoula',859,1),
(13882,'Duekoue',860,1),
(13883,'Guiglo',860,1),
(13884,'Toulepleu',860,1),
(13885,'Abengourou',861,1),
(13886,'Agnibilekrou',861,1),
(13887,'Arrah',862,1),
(13888,'Bocanda',862,1),
(13889,'Bongouanou',862,1),
(13890,'Daoukro',862,1),
(13891,'Dimbokro',862,1),
(13892,'M\'bahiakro',862,1),
(13893,'Mbatto',862,1),
(13894,'N\'zi-Comoe',862,1),
(13895,'San-Pedro',863,1),
(13896,'Sassandra',863,1),
(13897,'Soubre',863,1),
(13898,'Tabou',863,1),
(13899,'Boundiali',864,1),
(13900,'Dikodougou',864,1),
(13901,'Ferkessedougou',864,1),
(13902,'Korhogo',864,1),
(13903,'Tingrela',864,1),
(13904,'Divo',865,1),
(13905,'Fresco',865,1),
(13906,'Lakota',865,1),
(13907,'Aboisso',866,1),
(13908,'Adiake',866,1),
(13909,'Ayame',866,1),
(13910,'Bonoua',866,1),
(13911,'Grand Bassam',866,1),
(13912,'Kani',868,1),
(13913,'Mankono',868,1),
(13914,'Seguela',868,1),
(13915,'Bondoukou',869,1),
(13916,'Bouna',869,1),
(13917,'Tanda',869,1),
(13918,'Bjelovar',870,1),
(13919,'Brezovac',870,1),
(13920,'Chazma',870,1),
(13921,'Daruvar',870,1),
(13922,'Daruvarski Brestovac',870,1),
(13923,'Dezhanovac',870,1),
(13924,'Dhulovac',870,1),
(13925,'Gareshnica',870,1),
(13926,'Gareshnichki Brestovac',870,1),
(13927,'Grubishno Polje',870,1),
(13928,'Gudovac',870,1),
(13929,'Hercegovac',870,1),
(13930,'Ivanska',870,1),
(13931,'Klokochevac',870,1),
(13932,'Konchanica',870,1),
(13933,'Predavac',870,1),
(13934,'Rovishce',870,1),
(13935,'Shandrovac',870,1),
(13936,'Sirach',870,1),
(13937,'Trojstveni Markovac',870,1),
(13938,'Velika Pisanica',870,1),
(13939,'Veliki Grdhevac',870,1),
(13940,'Veliki Zdenci',870,1),
(13941,'Veliko Trojstvo',870,1),
(13942,'Zhdralovi',870,1),
(13943,'Blato',871,1),
(13944,'Cavtat',871,1),
(13945,'Chibacha',871,1),
(13946,'Chilipi',871,1),
(13947,'Dubrovnik',871,1),
(13948,'Komin',871,1),
(13949,'Korchula',871,1),
(13950,'Lumbarda',871,1),
(13951,'Metkovic',871,1),
(13952,'Mlini',871,1),
(13953,'Mokoshica',871,1),
(13954,'Nova Mokoshica',871,1),
(13955,'Opuzen',871,1),
(13956,'Orebic',871,1),
(13957,'Otrich-Seoci',871,1),
(13958,'Ploche',871,1),
(13959,'Smokvica',871,1),
(13960,'Stashevica',871,1),
(13961,'Vela Luka',871,1),
(13962,'Zaton',871,1),
(13963,'Zhrnovo',871,1),
(13964,'Bale',873,1),
(13965,'Banjole',873,1),
(13966,'Brtonigla',873,1),
(13967,'Buje',873,1),
(13968,'Buzet',873,1),
(13969,'Fazhana',873,1),
(13970,'Funtana',873,1),
(13971,'Galizhana',873,1),
(13972,'Labin',873,1),
(13973,'Lizhnjan',873,1),
(13974,'Marchana',873,1),
(13975,'Medulin',873,1),
(13976,'Novigrad',873,1),
(13977,'Pazin',873,1),
(13978,'Porech',873,1),
(13979,'Premantura',873,1),
(13980,'Pula',873,1),
(13981,'Rabac',873,1),
(13982,'Rasha',873,1),
(13983,'Rovinj',873,1),
(13984,'Sveti Petar u Shumi',873,1),
(13985,'Tar',873,1),
(13986,'Umag',873,1),
(13987,'Vinezh',873,1),
(13988,'Vodnjan',873,1),
(13989,'Vrsar',873,1),
(13990,'Cerovac Vukmansichki',874,1),
(13991,'Draganic',874,1),
(13992,'Duga Resa',874,1),
(13993,'Josipdol',874,1),
(13994,'Karlovac',874,1),
(13995,'Mrezhnichki Varosh',874,1),
(13996,'Ogulin',874,1),
(13997,'Oshtarije',874,1),
(13998,'Ozalj',874,1),
(13999,'Plashki',874,1),
(14000,'Slunj',874,1),
(14001,'Vojnic',874,1),
(14002,'Dhelekovec',875,1),
(14003,'Dhurdhevac',875,1),
(14004,'Drnje',875,1),
(14005,'Ferdinandovac',875,1),
(14006,'Glogovac',875,1),
(14007,'Gola',875,1),
(14008,'Hlebine',875,1),
(14009,'Kalinovac',875,1),
(14010,'Kloshtar Podravski',875,1),
(14011,'Koprivnica',875,1),
(14012,'Koprivnichki Bregi',875,1),
(14013,'Koprivnichki Ivanec',875,1),
(14014,'Krizhevci',875,1),
(14015,'Legrad',875,1),
(14016,'Molve',875,1),
(14017,'Novigrad Podravski',875,1),
(14018,'Novo Virje',875,1),
(14019,'Peteranec',875,1),
(14020,'Podravske Sesvete',875,1),
(14021,'Rasinja',875,1),
(14022,'Reka',875,1),
(14023,'Sigetec',875,1),
(14024,'Starigrad',875,1),
(14025,'Sveti Ivan Zhabno',875,1),
(14026,'Trema',875,1),
(14027,'Virje',875,1),
(14028,'Andrashevec',876,1),
(14029,'Bedekovchina',876,1),
(14030,'Dhurmanec',876,1),
(14031,'Donja Pachetina',876,1),
(14032,'Donja Shemnica',876,1),
(14033,'Donja Stubica',876,1),
(14034,'Dubrovchan',876,1),
(14035,'Gornja Stubica',876,1),
(14036,'Hum na Sutli',876,1),
(14037,'Klanjec',876,1),
(14038,'Konjishchina',876,1),
(14039,'Krapina',876,1),
(14040,'Krapinske Toplice',876,1),
(14041,'Laz Bistrichki',876,1),
(14042,'Marija Bistrica',876,1),
(14043,'Mihovljan',876,1),
(14044,'Oroslavje',876,1),
(14045,'Podgorje Bistrichko',876,1),
(14046,'Poznanovec',876,1),
(14047,'Pregrada',876,1),
(14048,'Radoboj',876,1),
(14049,'Shkaricevo',876,1),
(14050,'Shpichkovina',876,1),
(14051,'Stubichke Toplice',876,1),
(14052,'Sveti Krizh Zachretje',876,1),
(14053,'Veliko Trgovishce',876,1),
(14054,'Zabok',876,1),
(14055,'Zlatar',876,1),
(14056,'Zlatar-Bistrica',876,1),
(14057,'Brinje',877,1),
(14058,'Donji Lapac',877,1),
(14059,'Gospic',877,1),
(14060,'Korenica',877,1),
(14061,'Lichki Osik',877,1),
(14062,'Lichko Leshce',877,1),
(14063,'Novalja',877,1),
(14064,'Otochac',877,1),
(14065,'Perushic',877,1),
(14066,'Prozor',877,1),
(14067,'Senj',877,1),
(14068,'Belica',878,1),
(14069,'Chakovec',878,1),
(14070,'Cirkovljan',878,1),
(14071,'Dekanovec',878,1),
(14072,'Domashinec',878,1),
(14073,'Donja Dubrava',878,1),
(14074,'Donji Kraljevec',878,1),
(14075,'Donji Vidovec',878,1),
(14076,'Drzhimurec',878,1),
(14077,'Dunjkovec',878,1),
(14078,'Gardinovec',878,1),
(14079,'Gorichan',878,1),
(14080,'Gornji Hrashcan',878,1),
(14081,'Hodoshan',878,1),
(14082,'Ivanovec',878,1),
(14083,'Kotoriba',878,1),
(14084,'Kurshanec',878,1),
(14085,'Lopatinec',878,1),
(14086,'Machkovec',878,1),
(14087,'Mala Subotica',878,1),
(14088,'Mihovljan',878,1),
(14089,'Mursko Sredishce',878,1),
(14090,'Nedelishce',878,1),
(14091,'Novakovec',878,1),
(14092,'Novo Selo Rok',878,1),
(14093,'Orehovica',878,1),
(14094,'Palovec',878,1),
(14095,'Peklenica',878,1),
(14096,'Podturen',878,1),
(14097,'Prelog',878,1),
(14098,'Pribislavec',878,1),
(14099,'Pushcine',878,1),
(14100,'Savska Ves',878,1),
(14101,'Selnica',878,1),
(14102,'Shenkovec',878,1),
(14103,'Strahoninec',878,1),
(14104,'Sveta Marija',878,1),
(14105,'Trnovec',878,1),
(14106,'Vratishinec',878,1),
(14107,'Zasadbreg',878,1),
(14108,'Antunovac',880,1),
(14109,'Batina',880,1),
(14110,'Beli Manastir',880,1),
(14111,'Belishce',880,1),
(14112,'Beljevina',880,1),
(14113,'Bijelo Brdo',880,1),
(14114,'Bilje',880,1),
(14115,'Bistrinci',880,1),
(14116,'Bizovac',880,1),
(14117,'Branjin Vrh',880,1),
(14118,'Brijeshce',880,1),
(14119,'Brijest',880,1),
(14120,'Ceminac',880,1),
(14121,'Chepin',880,1),
(14122,'Crnkovci',880,1),
(14123,'Dalj',880,1),
(14124,'Darda',880,1),
(14125,'Dhakovo',880,1),
(14126,'Dhurdhenovac',880,1),
(14127,'Donja Motichina',880,1),
(14128,'Donji Miholac',880,1),
(14129,'Erdut',880,1),
(14130,'Ernestinovo',880,1),
(14131,'Ferichanci',880,1),
(14132,'Gashinci',880,1),
(14133,'Gorjani',880,1),
(14134,'Grabovac',880,1),
(14135,'Ivanovac',880,1),
(14136,'Ivanovci Gorjanski',880,1),
(14137,'Jagodnjak',880,1),
(14138,'Jelisavac',880,1),
(14139,'Josipovac',880,1),
(14140,'Josipovac Punitovachki',880,1),
(14141,'Karanac',880,1),
(14142,'Keshinci',880,1),
(14143,'Knezhevi Vinogradi',880,1),
(14144,'Knezhevo',880,1),
(14145,'Koritna',880,1),
(14146,'Koshka',880,1),
(14147,'Kushevac',880,1),
(14148,'Ladimirevci',880,1),
(14149,'Laslovo',880,1),
(14150,'Lug',880,1),
(14151,'Marijanci',880,1),
(14152,'Markovac Nashichki',880,1),
(14153,'Martin',880,1),
(14154,'Mece',880,1),
(14155,'Moslavina Podravska',880,1),
(14156,'Nashice',880,1),
(14157,'Osijek',880,1),
(14158,'Ovchara',880,1),
(14159,'Petlovac',880,1),
(14160,'Petrijevci',880,1),
(14161,'Pishkorevci',880,1),
(14162,'Podgorach',880,1),
(14163,'Popvac',880,1),
(14164,'Rakitovica',880,1),
(14165,'Sarvash',880,1),
(14166,'Satnica Dhakovachka',880,1),
(14167,'Selci Dhakovacki',880,1),
(14168,'Semeljci',880,1),
(14169,'Shiroko Polje',880,1),
(14170,'Strizivojna',880,1),
(14171,'Sveti Dhuradh',880,1),
(14172,'Tenja',880,1),
(14173,'Valpovo',880,1),
(14174,'Velimirovac',880,1),
(14175,'Viljevo',880,1),
(14176,'Vishkovci',880,1),
(14177,'Vishnjevac',880,1),
(14178,'Vladislavci',880,1),
(14179,'Vuka',880,1),
(14180,'Vukojevci',880,1),
(14181,'Zmajevac',880,1),
(14182,'Zoljan',880,1),
(14183,'Badljevina',882,1),
(14184,'Brodski Drenovac',882,1),
(14185,'Dervishaga',882,1),
(14186,'Gradac',882,1),
(14187,'Jakshic',882,1),
(14188,'Kaptol',882,1),
(14189,'Kutjevo',882,1),
(14190,'Lipik',882,1),
(14191,'Pakrac',882,1),
(14192,'Pleternica',882,1),
(14193,'Pozhega',882,1),
(14194,'Prekopkra',882,1),
(14195,'Trenkovo',882,1),
(14196,'Velika',882,1),
(14197,'Vetovo',882,1),
(14198,'Vidovci',882,1),
(14199,'Bilice',884,1),
(14200,'Brodarica',884,1),
(14201,'Drnish',884,1),
(14202,'Dubrava kod Shibenika',884,1),
(14203,'Grebashtica',884,1),
(14204,'Jezera',884,1),
(14205,'Kistanje',884,1),
(14206,'Knin',884,1),
(14207,'Kovachic',884,1),
(14208,'Murter',884,1),
(14209,'Pirovac',884,1),
(14210,'Primoshten',884,1),
(14211,'Rogoznica',884,1),
(14212,'Shibenik',884,1),
(14213,'Skradin',884,1),
(14214,'Tisno',884,1),
(14215,'Tribunj',884,1),
(14216,'Vodice',884,1),
(14217,'Vrpolje',884,1),
(14218,'Zaton',884,1),
(14219,'Brestacha',885,1),
(14220,'Brochice',885,1),
(14221,'Budashevo',885,1),
(14222,'Donja Grachenica',885,1),
(14223,'Dvor',885,1),
(14224,'Glina',885,1),
(14225,'Gornja Grachenica',885,1),
(14226,'Gornja Jelenska',885,1),
(14227,'Greda',885,1),
(14228,'Gvozd',885,1),
(14229,'Hrastelnica',885,1),
(14230,'Hrvatska Dubica',885,1),
(14231,'Hrvatska Kostajnica',885,1),
(14232,'Husain',885,1),
(14233,'Ilova',885,1),
(14234,'Kutina',885,1),
(14235,'Lekenik',885,1),
(14236,'Lipovljani',885,1),
(14237,'Moshchenica',885,1),
(14238,'Novska',885,1),
(14239,'Odra Sisachka',885,1),
(14240,'Osekovo',885,1),
(14241,'Peshcenica',885,1),
(14242,'Petrinja',885,1),
(14243,'Popovacha',885,1),
(14244,'Potok',885,1),
(14245,'Rajic',885,1),
(14246,'Repushnica',885,1),
(14247,'Sisak',885,1),
(14248,'Staro Prachno',885,1),
(14249,'Sunja',885,1),
(14250,'Topolovac',885,1),
(14251,'Voloder',885,1),
(14252,'Bashka Voda',887,1),
(14253,'Bol',887,1),
(14254,'Brela',887,1),
(14255,'Brnaze',887,1),
(14256,'Cista Velika',887,1),
(14257,'Donji Prolozhac',887,1),
(14258,'Donji Vinjani',887,1),
(14259,'Duce',887,1),
(14260,'Dugi Rat',887,1),
(14261,'Dugopolje',887,1),
(14262,'Gala',887,1),
(14263,'Glavice',887,1),
(14264,'Glavina Donja',887,1),
(14265,'Gornji Vincjani',887,1),
(14266,'Gradac',887,1),
(14267,'Grubine',887,1),
(14268,'Hrvace',887,1),
(14269,'Hvar',887,1),
(14270,'Imotski',887,1),
(14271,'Jelsa',887,1),
(14272,'Jesenice',887,1),
(14273,'Kamen',887,1),
(14274,'Kashtel Gambelovac',887,1),
(14275,'Kashtel Gomilica',887,1),
(14276,'Kashtel Lukshic',887,1),
(14277,'Kashtel Novi',887,1),
(14278,'Kashtel Shtafilic',887,1),
(14279,'Kashtel Stari',887,1),
(14280,'Kashtel Sucurac',887,1),
(14281,'Katuni',887,1),
(14282,'Klis',887,1),
(14283,'Komizha',887,1),
(14284,'Koshute',887,1),
(14285,'Lovrec',887,1),
(14286,'Makarska',887,1),
(14287,'Marina',887,1),
(14288,'Mastrinka',887,1),
(14289,'Milna',887,1),
(14290,'Mravince',887,1),
(14291,'Neoric',887,1),
(14292,'Obrovac Sinjski',887,1),
(14293,'Okrug Gornji',887,1),
(14294,'Omish',887,1),
(14295,'Otok',887,1),
(14296,'Podgora',887,1),
(14297,'Podstrana',887,1),
(14298,'Poljica',887,1),
(14299,'Postira',887,1),
(14300,'Postranje',887,1),
(14301,'Potravlje',887,1),
(14302,'Primorski Dolac',887,1),
(14303,'Puchishca',887,1),
(14304,'Ruda',887,1),
(14305,'Runovic',887,1),
(14306,'Seget Donji',887,1),
(14307,'Seget Vranjica',887,1),
(14308,'Selca',887,1),
(14309,'Sinj',887,1),
(14310,'Slatine',887,1),
(14311,'Solin',887,1),
(14312,'Split',887,1),
(14313,'Srinjine',887,1),
(14314,'Stari Grad',887,1),
(14315,'Stobrech',887,1),
(14316,'Supetar',887,1),
(14317,'Trilj',887,1),
(14318,'Trogir',887,1),
(14319,'Tuchepi',887,1),
(14320,'Turjaci',887,1),
(14321,'Vinishce',887,1),
(14322,'Vis',887,1),
(14323,'Vranjic',887,1),
(14324,'Vrgorac',887,1),
(14325,'Vrlika',887,1),
(14326,'Zagvozd',887,1),
(14327,'Zhrnovnica',887,1),
(14328,'Zmijavci',887,1),
(14329,'Bedenec',888,1),
(14330,'Beletinec',888,1),
(14331,'Beretinec',888,1),
(14332,'Breznica',888,1),
(14333,'Chreshnjevo',888,1),
(14334,'Donja Voca',888,1),
(14335,'Donje Ladanje',888,1),
(14336,'Gornje Ladanje',888,1),
(14337,'Gornje Vratno',888,1),
(14338,'Gornji Kneginec',888,1),
(14339,'Gornji Kucan',888,1),
(14340,'Hrashcica',888,1),
(14341,'Hrastovsko',888,1),
(14342,'Hrzhenica',888,1),
(14343,'Ivanec',888,1),
(14344,'Jalkovec',888,1),
(14345,'Jalzhabet',888,1),
(14346,'Jerovec',888,1),
(14347,'Klenovnik',888,1),
(14348,'Kljuch',888,1),
(14349,'Kucan Marof',888,1),
(14350,'Lepoglava',888,1),
(14351,'Ljubeshcica',888,1),
(14352,'Ludbreg',888,1),
(14353,'Madzharevo',888,1),
(14354,'Mali Bukovec',888,1),
(14355,'Nedeljanec',888,1),
(14356,'Nova Ves Petrijanec',888,1),
(14357,'Novi Marof',888,1),
(14358,'Petrijanec',888,1),
(14359,'Podevchevo',888,1),
(14360,'Presechno',888,1),
(14361,'Remetinec',888,1),
(14362,'Selnik',888,1),
(14363,'Shemovec',888,1),
(14364,'Srachinec',888,1),
(14365,'Sveti Petar',888,1),
(14366,'Svibovec Podravski',888,1),
(14367,'Trnovec',888,1),
(14368,'Turchin',888,1),
(14369,'Tuzhno',888,1),
(14370,'Varazhdin',888,1),
(14371,'Varazhdin Breg',888,1),
(14372,'Varazhdinske Toplice',888,1),
(14373,'Vidovec',888,1),
(14374,'Vinica',888,1),
(14375,'Zavrshje Podbelsko',888,1),
(14376,'Zharovnica',888,1),
(14377,'Borova',889,1),
(14378,'Busetina',889,1),
(14379,'Cabuna',889,1),
(14380,'Chachinci',889,1),
(14381,'Gradina',889,1),
(14382,'Korija',889,1),
(14383,'Mikleush',889,1),
(14384,'Milanovac',889,1),
(14385,'Nova Bukovica',889,1),
(14386,'Orahovica',889,1),
(14387,'Pitomacha',889,1),
(14388,'Podgorje',889,1),
(14389,'Rezovac',889,1),
(14390,'Shpishic Bukovica',889,1),
(14391,'Slatina',889,1),
(14392,'Suhopolje',889,1),
(14393,'Turanovac',889,1),
(14394,'Virovitica',889,1),
(14395,'Vocin',889,1),
(14396,'Zdenci',889,1),
(14397,'Andrijashevci',890,1),
(14398,'Antin',890,1),
(14399,'Babina Greda',890,1),
(14400,'Bapska',890,1),
(14401,'Bobota',890,1),
(14402,'Bogdanovci',890,1),
(14403,'Borovo',890,1),
(14404,'Boshnjaci',890,1),
(14405,'Brshadin',890,1),
(14406,'Ceric',890,1),
(14407,'Cerna',890,1),
(14408,'Drenovci',890,1),
(14409,'Gradishte',890,1),
(14410,'Gunja',890,1),
(14411,'Ilacha',890,1),
(14412,'Ilok',890,1),
(14413,'Ivankovo',890,1),
(14414,'Jarmina',890,1),
(14415,'Komletinci',890,1),
(14416,'Lipovac',890,1),
(14417,'Lovas',890,1),
(14418,'Markushica',890,1),
(14419,'Mirkovci',890,1),
(14420,'Negoslavci',890,1),
(14421,'Nijemci',890,1),
(14422,'Novi Jankovci',890,1),
(14423,'Nushtar',890,1),
(14424,'Otok',890,1),
(14425,'Petrovci',890,1),
(14426,'Posavski Podgajci',890,1),
(14427,'Privlaka',890,1),
(14428,'Rachinovci',890,1),
(14429,'Rajevo Selo',890,1),
(14430,'Retkovci',890,1),
(14431,'Rokovci',890,1),
(14432,'Sharengrad',890,1),
(14433,'Shishkovci',890,1),
(14434,'Shtitar',890,1),
(14435,'Slakovci',890,1),
(14436,'Soljani',890,1),
(14437,'Sotin',890,1),
(14438,'Stari Jankovci',890,1),
(14439,'Stari Mikanovci',890,1),
(14440,'Tordinci',890,1),
(14441,'Tovarnik',890,1),
(14442,'Trpinja',890,1),
(14443,'Vinkovci',890,1),
(14444,'Vodhinci',890,1),
(14445,'Vrbanja',890,1),
(14446,'Vukovar',890,1),
(14447,'Zhupanja',890,1),
(14448,'Benkovac',891,1),
(14449,'Bibinje',891,1),
(14450,'Biograd na Moru',891,1),
(14451,'Debeljak',891,1),
(14452,'Galovac',891,1),
(14453,'Gorica',891,1),
(14454,'Gornji Karin',891,1),
(14455,'Grachac',891,1),
(14456,'Jasenice',891,1),
(14457,'Kali',891,1),
(14458,'Krushevo',891,1),
(14459,'Nin',891,1),
(14460,'Obrovac',891,1),
(14461,'Pag',891,1),
(14462,'Pakoshtane',891,1),
(14463,'Polacha',891,1),
(14464,'Polichnik',891,1),
(14465,'Poljica',891,1),
(14466,'Posedarje',891,1),
(14467,'Preko',891,1),
(14468,'Pridraga',891,1),
(14469,'Privlaka',891,1),
(14470,'Razhanac',891,1),
(14471,'Shkabrnja',891,1),
(14472,'Slivnica',891,1),
(14473,'Starigrad',891,1),
(14474,'Sukoshan',891,1),
(14475,'Sveti Filip i Jakov',891,1),
(14476,'Turanj',891,1),
(14477,'Ugljan',891,1),
(14478,'Vir',891,1),
(14479,'Vrsi',891,1),
(14480,'Zadar',891,1),
(14481,'Zemunik Donji',891,1),
(14482,'Bestovje',892,1),
(14483,'Bishkupec Zelinski',892,1),
(14484,'Brckovljani',892,1),
(14485,'Brdovec',892,1),
(14486,'Bregana',892,1),
(14487,'Brezje',892,1),
(14488,'Bushevec',892,1),
(14489,'Celine',892,1),
(14490,'Domaslovec',892,1),
(14491,'Donja Bistra',892,1),
(14492,'Donja Kupchina',892,1),
(14493,'Donja Lomnica',892,1),
(14494,'Donja Zdenchina',892,1),
(14495,'Donji Desinec',892,1),
(14496,'Donji Stupnik',892,1),
(14497,'Dubrava',892,1),
(14498,'Dugo Selo',892,1),
(14499,'Gornja Bistra',892,1),
(14500,'Gornji Laduch',892,1),
(14501,'Gornji Stupnik',892,1),
(14502,'Grachec',892,1),
(14503,'Gradici',892,1),
(14504,'Ivan Bistranski',892,1),
(14505,'Ivanic-Grad',892,1),
(14506,'Jablanovec',892,1),
(14507,'Jakovlje',892,1),
(14508,'Jastrebarsko',892,1),
(14509,'Kerestinec',892,1),
(14510,'Klincha Sela',892,1),
(14511,'Kloshtar Ivanic',892,1),
(14512,'Kozinshchak',892,1),
(14513,'Krizh',892,1),
(14514,'Kuche',892,1),
(14515,'Kupinec',892,1),
(14516,'Lonjica',892,1),
(14517,'Luka',892,1),
(14518,'Lukarishce',892,1),
(14519,'Lukavec',892,1),
(14520,'Lupoglav',892,1),
(14521,'Michevec',892,1),
(14522,'Mraclin',892,1),
(14523,'Novaki',892,1),
(14524,'Novo Chiche',892,1),
(14525,'Novoselec',892,1),
(14526,'Oborovo Bistranski',892,1),
(14527,'Oreshje',892,1),
(14528,'Pojatno',892,1),
(14529,'Poljanica Bistranska',892,1),
(14530,'Prigorje Brdovechko',892,1),
(14531,'Rakitje',892,1),
(14532,'Rakov Potok',892,1),
(14533,'Rude',892,1),
(14534,'Samobor',892,1),
(14535,'Strmec',892,1),
(14536,'Sveta Nedelja',892,1),
(14537,'Sveti Ivan Zelina',892,1),
(14538,'Turopolje',892,1),
(14539,'Velika Gorica',892,1),
(14540,'Velika Mlaka',892,1),
(14541,'Velika Ostrna',892,1),
(14542,'Vrbovec',892,1),
(14543,'Vukovina',892,1),
(14544,'Zapreshic',892,1),
(14545,'Zdenci Brdovechki',892,1),
(14546,'Camaguey',893,1),
(14547,'Caney',893,1),
(14548,'Carlos Manuel de Cespedes',893,1),
(14549,'Esmeralda',893,1),
(14550,'Florida',893,1),
(14551,'Guaimaro',893,1),
(14552,'Minas',893,1),
(14553,'Nuevitas',893,1),
(14554,'Santa Cruz del Sur',893,1),
(14555,'Sibanicu',893,1),
(14556,'Vertientes',893,1),
(14557,'Cienfuegos',895,1),
(14558,'Cruces',895,1),
(14559,'Cumanayagua',895,1),
(14560,'Palmira',895,1),
(14561,'Rodas',895,1),
(14562,'Bayamo',897,1),
(14563,'Campechuela',897,1),
(14564,'Guisa',897,1),
(14565,'Jiguani',897,1),
(14566,'Manzanillo',897,1),
(14567,'Media Luna',897,1),
(14568,'Niquero',897,1),
(14569,'Pilon',897,1),
(14570,'Rio Cauto',897,1),
(14571,'Yara',897,1),
(14572,'Baracoa',898,1),
(14573,'Guantanamo',898,1),
(14574,'Yateras',898,1),
(14575,'Havana',899,1),
(14576,'Antilla',900,1),
(14577,'Baguanos',900,1),
(14578,'Banes',900,1),
(14579,'Cacocum',900,1),
(14580,'Cauto Cristo',900,1),
(14581,'Cueto',900,1),
(14582,'Gibara',900,1),
(14583,'Holguin',900,1),
(14584,'Jobabo',900,1),
(14585,'Moa',900,1),
(14586,'Sagua de Tanamo',900,1),
(14587,'Abreus',904,1),
(14588,'Agramonte',904,1),
(14589,'Aguacate',904,1),
(14590,'Aguada de Pasajeros',904,1),
(14591,'Alacranes',904,1),
(14592,'Bolondron',904,1),
(14593,'Calimete',904,1),
(14594,'Cardenas',904,1),
(14595,'Carlos Rojas',904,1),
(14596,'Colon',904,1),
(14597,'Corralillo',904,1),
(14598,'Jaguey Grande',904,1),
(14599,'Jovellanos',904,1),
(14600,'Juan Gualberto Gomez',904,1),
(14601,'Los Arabos',904,1),
(14602,'Manguito',904,1),
(14603,'Marti',904,1),
(14604,'Matanzas',904,1),
(14605,'Maximo Gomez',904,1),
(14606,'Pedro Betancourt',904,1),
(14607,'Perico',904,1),
(14608,'Union de Reyes',904,1),
(14609,'Varadero',904,1),
(14610,'Limassol',910,1),
(14611,'Paphos',912,1),
(14612,'Frycovice',915,1),
(14613,'Bechyne',917,1),
(14614,'Blatna',917,1),
(14615,'Cheske Budejovice',917,1),
(14616,'Chesky Krumlov',917,1),
(14617,'Dachice',917,1),
(14618,'Jindrichuv Hradec',917,1),
(14619,'Kaplice',917,1),
(14620,'Milevsko',917,1),
(14621,'Pisek',917,1),
(14622,'Prachatice',917,1),
(14623,'Protivin',917,1),
(14624,'Sezimovo Usti',917,1),
(14625,'Sobeslav',917,1),
(14626,'Strakonice',917,1),
(14627,'Tabor',917,1),
(14628,'Trebon',917,1),
(14629,'Tyn nad Vltavou',917,1),
(14630,'Veseli nad Luzhnici',917,1),
(14631,'Vimperk',917,1),
(14632,'Vodnany',917,1),
(14633,'Adamov',918,1),
(14634,'Blansko',918,1),
(14635,'Boskovice',918,1),
(14636,'Breclav',918,1),
(14637,'Brno',918,1),
(14638,'Buchovice',918,1),
(14639,'Dubnany',918,1),
(14640,'Hodonin',918,1),
(14641,'Hrusky',918,1),
(14642,'Hustopeche',918,1),
(14643,'Ivanchice',918,1),
(14644,'Kurim',918,1),
(14645,'Kyjov',918,1),
(14646,'Letovice',918,1),
(14647,'Mikulov',918,1),
(14648,'Moravsky Krumlov',918,1),
(14649,'Namesht\' nad Oslavou',918,1),
(14650,'Rosice',918,1),
(14651,'Shlapanice',918,1),
(14652,'Slavkov u Brna',918,1),
(14653,'Tishnov',918,1),
(14654,'Vyshkov',918,1),
(14655,'Znojmo',918,1),
(14656,'Ash',919,1),
(14657,'Bozicany',919,1),
(14658,'Cheb',919,1),
(14659,'Chodov',919,1),
(14660,'Frantishkovy Lazne',919,1),
(14661,'Horni Slavkov',919,1),
(14662,'Karlovy Vary',919,1),
(14663,'Kraslice',919,1),
(14664,'Kynshperk nad Ohri',919,1),
(14665,'Marianske Lazne',919,1),
(14666,'Nejdek',919,1),
(14667,'Ostrov',919,1),
(14668,'Sokolov',919,1),
(14669,'Klecany',920,1),
(14670,'Broumov',921,1),
(14671,'Cherveny Kostelec',921,1),
(14672,'Cheska Skalice',921,1),
(14673,'Chlumec nad Cidlinou',921,1),
(14674,'Dobrushka',921,1),
(14675,'Dvur Kralove',921,1),
(14676,'Habartov',921,1),
(14677,'Holice',921,1),
(14678,'Horice',921,1),
(14679,'Hostinne',921,1),
(14680,'Hradec Kralove',921,1),
(14681,'Hronov',921,1),
(14682,'Jaromer',921,1),
(14683,'Jichin',921,1),
(14684,'Kostelec nad Orlici',921,1),
(14685,'Nachod',921,1),
(14686,'Nova Paka',921,1),
(14687,'Nove Mesto nad Metuji',921,1),
(14688,'Novy Bydzhov',921,1),
(14689,'Rychnov nad Knezhnou',921,1),
(14690,'Trebechovice pod Orebem',921,1),
(14691,'Trutnov',921,1),
(14692,'Tynishte nad Orlici',921,1),
(14693,'Upice',921,1),
(14694,'Vrchlabi',921,1),
(14695,'Ceska Lipa',922,1),
(14696,'Cheska Kamenice',922,1),
(14697,'Cheska Lipa',922,1),
(14698,'Chrastava',922,1),
(14699,'Doksy',922,1),
(14700,'Frydlant',922,1),
(14701,'Hradek',922,1),
(14702,'Jablonec',922,1),
(14703,'Jilemnice',922,1),
(14704,'Liberec',922,1),
(14705,'Lomnice nad Popelkou',922,1),
(14706,'Mimon',922,1),
(14707,'Novy Bor',922,1),
(14708,'Semily',922,1),
(14709,'Tanvald',922,1),
(14710,'Turnov',922,1),
(14711,'Zhelezny Brod',922,1),
(14712,'Lipov',923,1),
(14713,'Bilovec',924,1),
(14714,'Bohumin',924,1),
(14715,'Bruntal',924,1),
(14716,'Chesky Teshin',924,1),
(14717,'Frenshtat',924,1),
(14718,'Frydek-Mistek',924,1),
(14719,'Frydlant nad Ostravici',924,1),
(14720,'Fulnek',924,1),
(14721,'Havirov',924,1),
(14722,'Hluchin',924,1),
(14723,'Hradec nad Moravice',924,1),
(14724,'Jablunkov',924,1),
(14725,'Karvina',924,1),
(14726,'Koprivnice',924,1),
(14727,'Kravare',924,1),
(14728,'Krnov',924,1),
(14729,'Novy Jichin',924,1),
(14730,'Odry',924,1),
(14731,'Opava',924,1),
(14732,'Orlova',924,1),
(14733,'Ostrava',924,1),
(14734,'Petrvald',924,1),
(14735,'Pribor',924,1),
(14736,'Rychvald',924,1),
(14737,'Rymarov',924,1),
(14738,'Shenov',924,1),
(14739,'Studenka',924,1),
(14740,'Trinec',924,1),
(14741,'Vitkov',924,1),
(14742,'Vratimov',924,1),
(14743,'Vrbno pod Pradedem',924,1),
(14744,'Hranice',925,1),
(14745,'Jesenik',925,1),
(14746,'Kojetin',925,1),
(14747,'Lipnik nad Becvou',925,1),
(14748,'Litovel',925,1),
(14749,'Mohelnice',925,1),
(14750,'Olomouc',925,1),
(14751,'Prerov',925,1),
(14752,'Prostejov',925,1),
(14753,'Shternberk',925,1),
(14754,'Shumperk',925,1),
(14755,'Unichov',925,1),
(14756,'Zabreh',925,1),
(14757,'Hranice',926,1),
(14758,'Jesenik',926,1),
(14759,'Kojetin',926,1),
(14760,'Lipnik nad Becvou',926,1),
(14761,'Litovel',926,1),
(14762,'Mohelnice',926,1),
(14763,'Olomouc',926,1),
(14764,'Prerov',926,1),
(14765,'Prostejov',926,1),
(14766,'Shternberk',926,1),
(14767,'Shumperk',926,1),
(14768,'Unichov',926,1),
(14769,'Zabreh',926,1),
(14770,'Cheska Trebova',927,1),
(14771,'Chocen',927,1),
(14772,'Chrudim',927,1),
(14773,'Chvaletice',927,1),
(14774,'Hermanuv Mestec',927,1),
(14775,'Hlinsko',927,1),
(14776,'Lanshkroun',927,1),
(14777,'Letohrad',927,1),
(14778,'Litomyshl',927,1),
(14779,'Moravska Trebova',927,1),
(14780,'Pardubice',927,1),
(14781,'Polichka',927,1),
(14782,'Policka',927,1),
(14783,'Prelouch',927,1),
(14784,'Skutech',927,1),
(14785,'Svitavy',927,1),
(14786,'Usti nad Orlici',927,1),
(14787,'Vysoke Myto',927,1),
(14788,'Zhamberk',927,1),
(14789,'Dobrany',928,1),
(14790,'Domazhlice',928,1),
(14791,'Horazhd\'ovice',928,1),
(14792,'Horshovky Tyn',928,1),
(14793,'Kdyne',928,1),
(14794,'Klatovy',928,1),
(14795,'Nyrany',928,1),
(14796,'Nyrsko',928,1),
(14797,'Plana',928,1),
(14798,'Plzen',928,1),
(14799,'Preshtice',928,1),
(14800,'Radnice',928,1),
(14801,'Rokycany',928,1),
(14802,'Stribro',928,1),
(14803,'Sushice',928,1),
(14804,'Tachov',928,1),
(14805,'Prague',929,1),
(14806,'Praha',929,1),
(14807,'Rajhrad',930,1),
(14808,'Smirice',931,1),
(14809,'Benatky nad Jizerou',934,1),
(14810,'Beneshov',934,1),
(14811,'Beroun',934,1),
(14812,'Brandys nad Labem-Stara Bolesl',934,1),
(14813,'Chaslav',934,1),
(14814,'Chavaletice',934,1),
(14815,'Chelakovice',934,1),
(14816,'Chesky Brod',934,1),
(14817,'Dobrish',934,1),
(14818,'Horovice',934,1),
(14819,'Kladno',934,1),
(14820,'Kolin',934,1),
(14821,'Kralupy nad Vltavou',934,1),
(14822,'Kutna Hora',934,1),
(14823,'Lysa nad Labem',934,1),
(14824,'Melnik',934,1),
(14825,'Mlada Boleslav',934,1),
(14826,'Mnichovo Hradishte',934,1),
(14827,'Neratovice',934,1),
(14828,'Nove Strasheci',934,1),
(14829,'Nymburk',934,1),
(14830,'Podebrady',934,1),
(14831,'Pribram',934,1),
(14832,'Rakovnik',934,1),
(14833,'Richany',934,1),
(14834,'Rousinov',934,1),
(14835,'Roztoky',934,1),
(14836,'Sedlcany',934,1),
(14837,'Slany',934,1),
(14838,'Stochov',934,1),
(14839,'Vlashim',934,1),
(14840,'Zruch nad Sazavou',934,1),
(14841,'Unicov',935,1),
(14842,'Bilina',936,1),
(14843,'Chomutov',936,1),
(14844,'Dechin',936,1),
(14845,'Dubi',936,1),
(14846,'Duchcov',936,1),
(14847,'Jilove',936,1),
(14848,'Jirkov',936,1),
(14849,'Kadan',936,1),
(14850,'Klasterec nad Ohri',936,1),
(14851,'Krupka',936,1),
(14852,'Litomerice',936,1),
(14853,'Litvinov',936,1),
(14854,'Louny',936,1),
(14855,'Lovosice',936,1),
(14856,'Mezibori',936,1),
(14857,'Most',936,1),
(14858,'Osek',936,1),
(14859,'Podborany',936,1),
(14860,'Roudnice',936,1),
(14861,'Rumburk',936,1),
(14862,'Shluknov',936,1),
(14863,'Shteti',936,1),
(14864,'Teplice',936,1),
(14865,'Usti',936,1),
(14866,'Varnsdorf',936,1),
(14867,'Zatec',936,1),
(14868,'Valletta',937,1),
(14869,'Velesin',938,1),
(14870,'Bystrice nad Pernshtejnem',939,1),
(14871,'Chotebor',939,1),
(14872,'Havlichkuv Brod',939,1),
(14873,'Humpolec',939,1),
(14874,'Jihlava',939,1),
(14875,'Ledech',939,1),
(14876,'Moravske Budejovice',939,1),
(14877,'Nove Mesto na Morave',939,1),
(14878,'Okrisky',939,1),
(14879,'Pacov',939,1),
(14880,'Pelhrimov',939,1),
(14881,'Polna',939,1),
(14882,'Svetla nad Sazavou',939,1),
(14883,'Telch',939,1),
(14884,'Trebich',939,1),
(14885,'Tresht\'',939,1),
(14886,'Velke Mezirichi',939,1),
(14887,'Zhd\'ar',939,1),
(14888,'Brumov',940,1),
(14889,'Bystrice pod Hostynem',940,1),
(14890,'Chropyne',940,1),
(14891,'Holeshov',940,1),
(14892,'Hulin',940,1),
(14893,'Kromerizh',940,1),
(14894,'Kunovice',940,1),
(14895,'Napajedla',940,1),
(14896,'Otrokovice',940,1),
(14897,'Rozhnov',940,1),
(14898,'Roznov pod Radhostem',940,1),
(14899,'Slavicin',940,1),
(14900,'Slusovice',940,1),
(14901,'Stare Mesto',940,1),
(14902,'Strazhnice',940,1),
(14903,'Uherske Hradishte',940,1),
(14904,'Uhersky Brod',940,1),
(14905,'Valashske Klobouky',940,1),
(14906,'Valashske Mezirichi',940,1),
(14907,'Veseli nad Moravou',940,1),
(14908,'Vsetin',940,1),
(14909,'Zborovice',940,1),
(14910,'Zlin',940,1),
(14911,'Aarhus',941,1),
(14912,'Allingabro',941,1),
(14913,'Arhus',941,1),
(14914,'Assentoft',941,1),
(14915,'Auning',941,1),
(14916,'Beder',941,1),
(14917,'Brabrand',941,1),
(14918,'Ebeltoft',941,1),
(14919,'Framlev',941,1),
(14920,'Galten',941,1),
(14921,'Grenaa',941,1),
(14922,'Hadsten',941,1),
(14923,'Hammel',941,1),
(14924,'Hinnerup',941,1),
(14925,'Hjortshoj',941,1),
(14926,'Horning',941,1),
(14927,'Hornslet',941,1),
(14928,'Kolt',941,1),
(14929,'Langa',941,1),
(14930,'Logten',941,1),
(14931,'Lystrup',941,1),
(14932,'Malling',941,1),
(14933,'Mariager',941,1),
(14934,'Marslet',941,1),
(14935,'Odder',941,1),
(14936,'Randers',941,1),
(14937,'Risskov',941,1),
(14938,'Ronde',941,1),
(14939,'Ry',941,1),
(14940,'Ryomgard',941,1),
(14941,'Sabro',941,1),
(14942,'Silkeborg',941,1),
(14943,'Skanderborg',941,1),
(14944,'Skovby',941,1),
(14945,'Soften',941,1),
(14946,'Solbjerg',941,1),
(14947,'Spentrup',941,1),
(14948,'Stavtrup',941,1),
(14949,'Stilling',941,1),
(14950,'Svejbak',941,1),
(14951,'Tranbjerg',941,1),
(14952,'Trige',941,1),
(14953,'Virklund',941,1),
(14954,'Aakirkeby',942,1),
(14955,'Allinge-Sandvig',942,1),
(14956,'Nexo',942,1),
(14957,'Ronne',942,1),
(14958,'Allerod',943,1),
(14959,'Birkerod',943,1),
(14960,'Blovstrod',943,1),
(14961,'Espergarde',943,1),
(14962,'Farum',943,1),
(14963,'Fredensborg',943,1),
(14964,'Frederikssund',943,1),
(14965,'Frederiksvark',943,1),
(14966,'Ganlose',943,1),
(14967,'Gilleleje',943,1),
(14968,'Grasted',943,1),
(14969,'Hellebak',943,1),
(14970,'Helsinge',943,1),
(14971,'Helsingor',943,1),
(14972,'Hillerod',943,1),
(14973,'Hornbak',943,1),
(14974,'Horsholm',943,1),
(14975,'Humlebak',943,1),
(14976,'Hundested',943,1),
(14977,'Jagerspris',943,1),
(14978,'Kvistgaard',943,1),
(14979,'Lillerod',943,1),
(14980,'Liseleje',943,1),
(14981,'Lynge',943,1),
(14982,'Niva',943,1),
(14983,'Nodebo',943,1),
(14984,'Olstykke',943,1),
(14985,'Skibby',943,1),
(14986,'Slangerup',943,1),
(14987,'Stavnsholt',943,1),
(14988,'Stenlose',943,1),
(14989,'Valby',943,1),
(14990,'Vekso',943,1),
(14991,'Aarup',944,1),
(14992,'Arslev',944,1),
(14993,'Assens',944,1),
(14994,'Bellinge',944,1),
(14995,'Blommenslyst',944,1),
(14996,'Bogense',944,1),
(14997,'Brenderup',944,1),
(14998,'Broby',944,1),
(14999,'Bullerup',944,1),
(15000,'Ejby',944,1),
(15001,'Faaborg',944,1),
(15002,'Glamsbjerg',944,1),
(15003,'Haarby',944,1),
(15004,'Hojby',944,1),
(15005,'Kerteminde',944,1),
(15006,'Langeskov',944,1),
(15007,'Marstal',944,1),
(15008,'Middelfart',944,1),
(15009,'Munkebo',944,1),
(15010,'Neder Holluf',944,1),
(15011,'Norre Aaby',944,1),
(15012,'Nyborg',944,1),
(15013,'Odense',944,1),
(15014,'Otterup',944,1),
(15015,'Ringe',944,1),
(15016,'Rudkobing',944,1),
(15017,'Sankt Klemens',944,1),
(15018,'Seden',944,1),
(15019,'Sonderso',944,1),
(15020,'Stige',944,1),
(15021,'Strib',944,1),
(15022,'Svendborg',944,1),
(15023,'Thuro',944,1),
(15024,'Tommerup',944,1),
(15025,'Ullerslev',944,1),
(15026,'Vindeby',944,1),
(15027,'Vissenbjerg',944,1),
(15028,'Ballerup',945,1),
(15029,'Brondby',945,1),
(15030,'Stenlose',945,1),
(15031,'Vallensbaek',945,1),
(15032,'Dragor',946,1),
(15033,'Flong',946,1),
(15034,'Gentofte',946,1),
(15035,'Glostrup',946,1),
(15036,'Herlev',946,1),
(15037,'Hvidovre',946,1),
(15038,'Ishoj',946,1),
(15039,'Kastrup',946,1),
(15040,'Lyngby',946,1),
(15041,'Malov',946,1),
(15042,'Smorumnedre',946,1),
(15043,'Taastrup',946,1),
(15044,'Trorod',946,1),
(15045,'Vanlose',946,1),
(15046,'Varlose',946,1),
(15047,'Aabybro',949,1),
(15048,'Aalborg',949,1),
(15049,'Aars',949,1),
(15050,'Arden',949,1),
(15051,'Bindslev',949,1),
(15052,'Bronderslev',949,1),
(15053,'Brovst',949,1),
(15054,'Dronninglund',949,1),
(15055,'Farso',949,1),
(15056,'Fjerritslev',949,1),
(15057,'Frederikshavn',949,1),
(15058,'Frejlev',949,1),
(15059,'Gistrup',949,1),
(15060,'Gorlose',949,1),
(15061,'Hadsund',949,1),
(15062,'Hals',949,1),
(15063,'Hirtshals',949,1),
(15064,'Hjallerup',949,1),
(15065,'Hjorring',949,1),
(15066,'Hobro',949,1),
(15067,'Kas',949,1),
(15068,'Klarup',949,1),
(15069,'Logstor',949,1),
(15070,'Nibe',949,1),
(15071,'Norresundby',949,1),
(15072,'NÃƒÂƒÃ‚Â¸rresundby',949,1),
(15073,'Pandrup',949,1),
(15074,'Saby',949,1),
(15075,'Sindal',949,1),
(15076,'Skagen',949,1),
(15077,'Skorping',949,1),
(15078,'Storvorde',949,1),
(15079,'Stovring',949,1),
(15080,'Strandby',949,1),
(15081,'Sulsted',949,1),
(15082,'Svenstrup',949,1),
(15083,'Tars',949,1),
(15084,'Tranekaer',949,1),
(15085,'Vadum',949,1),
(15086,'Vestbjerg',949,1),
(15087,'Vester Hassing',949,1),
(15088,'Vodskov',949,1),
(15089,'Vra',949,1),
(15090,'Ansager',950,1),
(15091,'Billund',950,1),
(15092,'Bramming',950,1),
(15093,'Brorup',950,1),
(15094,'Esbjerg',950,1),
(15095,'Grindsted',950,1),
(15096,'Holsted',950,1),
(15097,'Nordby',950,1),
(15098,'Oksbol',950,1),
(15099,'Olgod',950,1),
(15100,'Ribe',950,1),
(15101,'Tjareborg',950,1),
(15102,'Varde',950,1),
(15103,'Vejen',950,1),
(15104,'Vorbasse',950,1),
(15105,'Aulum',951,1),
(15106,'Bording',951,1),
(15107,'Brande',951,1),
(15108,'Gjellerup Kirkeby',951,1),
(15109,'Hammerum',951,1),
(15110,'Harboore',951,1),
(15111,'Herning',951,1),
(15112,'Holstebro',951,1),
(15113,'Hvide Sande',951,1),
(15114,'Ikast',951,1),
(15115,'Kibak',951,1),
(15116,'Lemvig',951,1),
(15117,'Lind',951,1),
(15118,'Ringkobing',951,1),
(15119,'Skaerbaek',951,1),
(15120,'Skjern',951,1),
(15121,'Snejbjerg',951,1),
(15122,'Struer',951,1),
(15123,'Sunds',951,1),
(15124,'Tarm',951,1),
(15125,'Thyboron',951,1),
(15126,'Ulfborg',951,1),
(15127,'Videbak',951,1),
(15128,'Vildbjerg',951,1),
(15129,'Vinderup',951,1),
(15130,'Roervig',952,1),
(15131,'Bjaverskov',953,1),
(15132,'Borup',953,1),
(15133,'Ejby',953,1),
(15134,'Greve Strand',953,1),
(15135,'Gundsomagle',953,1),
(15136,'Harlev',953,1),
(15137,'Havdrup',953,1),
(15138,'Hvalso',953,1),
(15139,'Jyllinge',953,1),
(15140,'Koge',953,1),
(15141,'Lejre',953,1),
(15142,'Osted',953,1),
(15143,'Roskilde',953,1),
(15144,'Solrod',953,1),
(15145,'Stroby Egede',953,1),
(15146,'Svogerslev',953,1),
(15147,'Tune',953,1),
(15148,'Viby',953,1),
(15149,'Vindinge',953,1),
(15150,'Glyngore',954,1),
(15151,'Karise',955,1),
(15152,'Naestved',955,1),
(15153,'Soeborg',956,1),
(15154,'Aabenraa',957,1),
(15155,'Aarsleve',957,1),
(15156,'Augustenborg',957,1),
(15157,'Broager',957,1),
(15158,'Christiansfeld',957,1),
(15159,'Dybbol',957,1),
(15160,'Gram',957,1),
(15161,'Grasten',957,1),
(15162,'Guderup',957,1),
(15163,'Haderslev',957,1),
(15164,'Horuphav',957,1),
(15165,'Krusa',957,1),
(15166,'Logumkloster',957,1),
(15167,'Lojt Kirkeby',957,1),
(15168,'Nordborg',957,1),
(15169,'Padborg',957,1),
(15170,'Rodding',957,1),
(15171,'Rodekro',957,1),
(15172,'Skarbak',957,1),
(15173,'Sonderborg',957,1),
(15174,'Starup',957,1),
(15175,'Tinglev',957,1),
(15176,'Toftlund',957,1),
(15177,'Tonder',957,1),
(15178,'Vojens',957,1),
(15179,'Fakse',958,1),
(15180,'Fakse Ladeplads',958,1),
(15181,'Fensmark',958,1),
(15182,'Holeby',958,1),
(15183,'Maribo',958,1),
(15184,'Nakskov',958,1),
(15185,'Nastved',958,1),
(15186,'Neder Vindinge',958,1),
(15187,'Norre Alslev',958,1),
(15188,'Nykobing',958,1),
(15189,'Nyrad',958,1),
(15190,'Orslev',958,1),
(15191,'Prasto',958,1),
(15192,'Rodby',958,1),
(15193,'Rodbyhavn',958,1),
(15194,'Ronnede',958,1),
(15195,'Sakskobing',958,1),
(15196,'Stege',958,1),
(15197,'Store Heddinge',958,1),
(15198,'Stubbekobing',958,1),
(15199,'Sundby',958,1),
(15200,'Vordingborg',958,1),
(15201,'Bylderup-Bov',959,1),
(15202,'Fovling',959,1),
(15203,'Toelloese',960,1),
(15204,'Borkop',961,1),
(15205,'Bradstrup',961,1),
(15206,'Brejning',961,1),
(15207,'Egtved',961,1),
(15208,'Fredericia',961,1),
(15209,'Give',961,1),
(15210,'Hedensted',961,1),
(15211,'Horsens',961,1),
(15212,'Jelling',961,1),
(15213,'Juelsminde',961,1),
(15214,'Kolding',961,1),
(15215,'Lunderskov',961,1),
(15216,'Snoghoj',961,1),
(15217,'Sonder Bjert',961,1),
(15218,'Taulov',961,1),
(15219,'Torring',961,1),
(15220,'Vamdrup',961,1),
(15221,'Vejle',961,1),
(15222,'Asnas',962,1),
(15223,'Dianalund',962,1),
(15224,'Forlev',962,1),
(15225,'Frederiksberg',962,1),
(15226,'Fuglebjerg',962,1),
(15227,'Gorlev',962,1),
(15228,'Haslev',962,1),
(15229,'Holbaek',962,1),
(15230,'Hong',962,1),
(15231,'Horve',962,1),
(15232,'Jyderup',962,1),
(15233,'Kalundborg',962,1),
(15234,'Korsor',962,1),
(15235,'Nykobing',962,1),
(15236,'Ringsted',962,1),
(15237,'Skalskor',962,1),
(15238,'Slagelse',962,1),
(15239,'Soro',962,1),
(15240,'Svebolle',962,1),
(15241,'Svinninge',962,1),
(15242,'Tollose',962,1),
(15243,'Vipperod',962,1),
(15244,'Aalestrup',963,1),
(15245,'Bjerringbro',963,1),
(15246,'Hanstholm',963,1),
(15247,'Hojslev',963,1),
(15248,'Hurup',963,1),
(15249,'Karup',963,1),
(15250,'Kjellerup',963,1),
(15251,'Nykobing',963,1),
(15252,'Skive',963,1),
(15253,'Stoholm',963,1),
(15254,'Thisted',963,1),
(15255,'Ulstrup',963,1),
(15256,'Viborg',963,1),
(15257,'Dikhil',965,1),
(15258,'Jibuti',966,1),
(15259,'Tajurah',967,1),
(15260,'Ubuk',968,1),
(15261,'Azua',979,1),
(15262,'Sabana Yegua',979,1),
(15263,'Neyba',980,1),
(15264,'Tamayo',980,1),
(15265,'Barahona',981,1),
(15266,'Cabral',981,1),
(15267,'El Penon',981,1),
(15268,'Dajabon',982,1),
(15269,'Las Guaranas',984,1),
(15270,'Pimentel',984,1),
(15271,'San Francisco de Macoris',984,1),
(15272,'Moca',987,1),
(15273,'Duverge',989,1),
(15274,'Jimani',989,1),
(15275,'Pedernales',997,1),
(15276,'Bani',998,1),
(15277,'Ocoa',998,1),
(15278,'Salcedo',1000,1),
(15279,'Samana',1001,1),
(15280,'Sanchez',1001,1),
(15281,'Santiago',1006,1),
(15282,'Tamboril',1006,1),
(15283,'Villa Bisono',1006,1),
(15284,'Santiago',1007,1),
(15285,'Tamboril',1007,1),
(15286,'Villa Bisono',1007,1),
(15287,'Esperanza',1008,1),
(15288,'Mao',1008,1),
(15289,'Aileu',1009,1),
(15290,'Ainaro',1010,1),
(15291,'Pante Macassar',1011,1),
(15292,'Baucau',1012,1),
(15293,'Auba',1013,1),
(15294,'Lolotoi',1013,1),
(15295,'Maliana',1013,1),
(15296,'Dare',1015,1),
(15297,'Dili',1015,1),
(15298,'Metinaro',1015,1),
(15299,'Ermera',1016,1),
(15300,'Lautem',1017,1),
(15301,'Los Palos',1017,1),
(15302,'Bazartete',1018,1),
(15303,'Liquica',1018,1),
(15304,'Manatuto',1019,1),
(15305,'Same',1020,1),
(15306,'Viqueque',1021,1),
(15307,'Cuenca',1022,1),
(15308,'Gualaceo',1022,1),
(15309,'Guaranda',1023,1),
(15310,'San Miguel',1023,1),
(15311,'Azogues',1024,1),
(15312,'Canar',1024,1),
(15313,'La Troncal',1024,1),
(15314,'El Angel',1025,1),
(15315,'San Gabriel',1025,1),
(15316,'Tulcan',1025,1),
(15317,'Alausi',1026,1),
(15318,'Guano',1026,1),
(15319,'Riobamba',1026,1),
(15320,'La Mana',1027,1),
(15321,'Latacunga',1027,1),
(15322,'Pujili',1027,1),
(15323,'San Miguel',1027,1),
(15324,'Saquisili',1027,1),
(15325,'Esmeraldas',1029,1),
(15326,'Muisne',1029,1),
(15327,'Rosa Zarate',1029,1),
(15328,'San Lorenzo',1029,1),
(15329,'Valdez',1029,1),
(15330,'Puerto Ayora',1030,1),
(15331,'Puerto Baquerizo Moreno',1030,1),
(15332,'San Cristobal',1030,1),
(15333,'Alfredo Baquerizo Moreno',1031,1),
(15334,'Balao',1031,1),
(15335,'Balzar',1031,1),
(15336,'Colimes',1031,1),
(15337,'Coronel Mariduena',1031,1),
(15338,'Daule',1031,1),
(15339,'El Salitre',1031,1),
(15340,'El Triunfo',1031,1),
(15341,'Eloy Alfaro',1031,1),
(15342,'Guayaquil',1031,1),
(15343,'La Libertad',1031,1),
(15344,'Lomas de Sargentillo',1031,1),
(15345,'Mapasingue',1031,1),
(15346,'Milagro',1031,1),
(15347,'Naranjal',1031,1),
(15348,'Naranjito',1031,1),
(15349,'Palestina',1031,1),
(15350,'Pedro Carbo',1031,1),
(15351,'Playas',1031,1),
(15352,'Salinas',1031,1),
(15353,'Samborondon',1031,1),
(15354,'Santa Elena',1031,1),
(15355,'Santa Lucia',1031,1),
(15356,'Velasco Ibarra',1031,1),
(15357,'Yaguachi',1031,1),
(15358,'Atuntaqui',1032,1),
(15359,'Cotacachi',1032,1),
(15360,'Ibarra',1032,1),
(15361,'Otavalo',1032,1),
(15362,'Pimampiro',1032,1),
(15363,'Alamor',1033,1),
(15364,'Cariamanga',1033,1),
(15365,'Catacocha',1033,1),
(15366,'Catamayo',1033,1),
(15367,'Celica',1033,1),
(15368,'Loja',1033,1),
(15369,'Macara',1033,1),
(15370,'Bahia de Caraquez',1035,1),
(15371,'Calceta',1035,1),
(15372,'Chone',1035,1),
(15373,'El Carmen',1035,1),
(15374,'Jipijapa',1035,1),
(15375,'Junin',1035,1),
(15376,'Manta',1035,1),
(15377,'Montecristi',1035,1),
(15378,'Pajan',1035,1),
(15379,'Pedernales',1035,1),
(15380,'Portoviejo',1035,1),
(15381,'Rocafuerte',1035,1),
(15382,'Santa Ana',1035,1),
(15383,'Sucre',1035,1),
(15384,'Tosagua',1035,1),
(15385,'Archidona',1037,1),
(15386,'Tena',1037,1),
(15387,'Orellana',1038,1),
(15388,'Puyo',1039,1),
(15389,'Cayambe',1040,1),
(15390,'Machachi',1040,1),
(15391,'Quito',1040,1),
(15392,'Sangolqui',1040,1),
(15393,'Santo Domingo',1040,1),
(15394,'Nueva Loja',1041,1),
(15395,'Shushufindi',1041,1),
(15396,'Ambato',1042,1),
(15397,'Banos',1042,1),
(15398,'Pelileo',1042,1),
(15399,'Pillaro',1042,1),
(15400,'Aswan',1044,1),
(15401,'Daraw',1044,1),
(15402,'Kawm Umbu',1044,1),
(15403,'an-Nasir',1044,1),
(15404,'Abnub',1045,1),
(15405,'Abu Tij',1045,1),
(15406,'Asyut',1045,1),
(15407,'Bani Muhammadiyat',1045,1),
(15408,'Dayrut',1045,1),
(15409,'Dayrut-ash-Sharif',1045,1),
(15410,'Manfalut',1045,1),
(15411,'Musha',1045,1),
(15412,'Sahil Salim',1045,1),
(15413,'Sanabu',1045,1),
(15414,'Umm-al-Qusur',1045,1),
(15415,'al-Badari',1045,1),
(15416,'al-Qusiyah',1045,1),
(15417,'an-Nukhaylah',1045,1),
(15418,'6th of October City',1048,1),
(15419,'Ataba',1048,1),
(15420,'Cairo',1048,1),
(15421,'Nasr',1048,1),
(15422,'Nasr City',1048,1),
(15423,'Obour City',1048,1),
(15424,'\'Izbat-al-Burj',1049,1),
(15425,'Damietta',1049,1),
(15426,'Dumyat',1049,1),
(15427,'El-Zarka',1049,1),
(15428,'Faraskur',1049,1),
(15429,'Kafr Sa\'d',1049,1),
(15430,'Kafr-al-Battikh',1049,1),
(15431,'az-Zarqa',1049,1),
(15432,'Biyala',1050,1),
(15433,'Disuq',1050,1),
(15434,'Fuwah',1050,1),
(15435,'Kafr-al-Jara\'idah',1050,1),
(15436,'Kafr-ash-Shaykh',1050,1),
(15437,'Mutubis',1050,1),
(15438,'Qallin',1050,1),
(15439,'Sidi Salim',1050,1),
(15440,'al-Burj',1050,1),
(15441,'al-Burullus',1050,1),
(15442,'al-Haddadi',1050,1),
(15443,'al-Hamul',1050,1),
(15444,'Marsa Matruh',1051,1),
(15445,'Nasr',1051,1),
(15446,'Sidi Barrani',1051,1),
(15447,'Zawiyat Shammas',1051,1),
(15448,'ad-Da\'ba',1051,1),
(15449,'Armant',1057,1),
(15450,'Asfun-al-Mata\'inah',1057,1),
(15451,'Dandarah',1057,1),
(15452,'Dishna',1057,1),
(15453,'Farshut',1057,1),
(15454,'Hijazah',1057,1),
(15455,'Hiw',1057,1),
(15456,'Idfu',1057,1),
(15457,'Isna',1057,1),
(15458,'Kiman-al-Mata\'inah',1057,1),
(15459,'Naj\' Hammadi',1057,1),
(15460,'Naqadah',1057,1),
(15461,'Qift',1057,1),
(15462,'Qina',1057,1),
(15463,'Qus',1057,1),
(15464,'ad-Dabbiyah',1057,1),
(15465,'ad-Dayr',1057,1),
(15466,'al-Ballas',1057,1),
(15467,'al-Karnak',1057,1),
(15468,'al-Waqf',1057,1),
(15469,'ar-Radisiyat-al-Bahriyah',1057,1),
(15470,'Akhmim',1058,1),
(15471,'Awlad Tawq Sharq',1058,1),
(15472,'Dar-as-Salam',1058,1),
(15473,'Jirja',1058,1),
(15474,'Juhaynah',1058,1),
(15475,'Sawhaj',1058,1),
(15476,'Tahta',1058,1),
(15477,'Tima',1058,1),
(15478,'al-Balyana',1058,1),
(15479,'al-Manshah',1058,1),
(15480,'al-Maragah',1058,1),
(15481,'Aja',1061,1),
(15482,'Bahut',1061,1),
(15483,'Bilqas',1061,1),
(15484,'Dikirnis',1061,1),
(15485,'Minyat-an-Nasr',1061,1),
(15486,'Mit Gamr',1061,1),
(15487,'Shirbin',1061,1),
(15488,'Talkha',1061,1),
(15489,'al-Jamaliyah',1061,1),
(15490,'al-Ma\'sarah',1061,1),
(15491,'al-Mansurah',1061,1),
(15492,'al-Manzilah',1061,1),
(15493,'al-Matariyah',1061,1),
(15494,'as-Sinbillawayn',1061,1),
(15495,'Ras Gharib',1062,1),
(15496,'Safaja',1062,1),
(15497,'al-Ghardaqah',1062,1),
(15498,'al-Qusayr',1062,1),
(15499,'Abu Hummus',1063,1),
(15500,'Abu al-Matamir',1063,1),
(15501,'Buturis',1063,1),
(15502,'Damanhur',1063,1),
(15503,'Edfina',1063,1),
(15504,'Hawsh \'Isa',1063,1),
(15505,'Idku',1063,1),
(15506,'Ityay-al-Barud',1063,1),
(15507,'Kafr Salim',1063,1),
(15508,'Kafr-ad-Dawwar',1063,1),
(15509,'Kawm Hamada',1063,1),
(15510,'Nubaria',1063,1),
(15511,'Rashid',1063,1),
(15512,'Shubra Khit',1063,1),
(15513,'Zawiyat Sidi Gazi',1063,1),
(15514,'ad-Dilinjat',1063,1),
(15515,'al-Kawm-al-Akhdar',1063,1),
(15516,'al-Mahmudiyah',1063,1),
(15517,'ar-Rahmaniyah',1063,1),
(15518,'Fidimin',1064,1),
(15519,'Ibshaway',1064,1),
(15520,'Itsa',1064,1),
(15521,'Qasr Qarun',1064,1),
(15522,'Sanhur',1064,1),
(15523,'Sinnuris',1064,1),
(15524,'Tamiyah',1064,1),
(15525,'al-Fayyum',1064,1),
(15526,'Abyar',1065,1),
(15527,'Basyun',1065,1),
(15528,'Kafr-az-Zayyat',1065,1),
(15529,'Mahallat Marhum',1065,1),
(15530,'Nisf Thani Bashbish',1065,1),
(15531,'Qutur',1065,1),
(15532,'Samannud',1065,1),
(15533,'Tanta',1065,1),
(15534,'Zifta',1065,1),
(15535,'ad-Daljamun',1065,1),
(15536,'al-Mahallah al-Kubra',1065,1),
(15537,'as-Santah',1065,1),
(15538,'Agamy',1066,1),
(15539,'al-Iskandariyah',1066,1),
(15540,'al-Maks',1066,1),
(15541,'Fa\'id',1067,1),
(15542,'Sarabiyum',1067,1),
(15543,'al-Ismailiyah',1067,1),
(15544,'Atfih',1068,1),
(15545,'Awsim',1068,1),
(15546,'Giza',1068,1),
(15547,'Madinat Sittah Uktubar',1068,1),
(15548,'Nahya',1068,1),
(15549,'Saqqarah',1068,1),
(15550,'al-\'Ayyat',1068,1),
(15551,'al-Badrashayn',1068,1),
(15552,'al-Hawamidiyah',1068,1),
(15553,'al-Jizah',1068,1),
(15554,'al-Mansuriyah',1068,1),
(15555,'al-Wahat-al-Bahriyah',1068,1),
(15556,'as-Saff',1068,1),
(15557,'Ashmun',1069,1),
(15558,'Birkat-as-Sab\'',1069,1),
(15559,'Milij',1069,1),
(15560,'Minuf',1069,1),
(15561,'Quwaysina',1069,1),
(15562,'Shibin-al-Kawm',1069,1),
(15563,'Sirs-al-Layyanah',1069,1),
(15564,'Tala',1069,1),
(15565,'al-Bajur',1069,1),
(15566,'al-Batanun',1069,1),
(15567,'ash-Shuhada',1069,1),
(15568,'Abu Qurqas',1070,1),
(15569,'Bani Mazar',1070,1),
(15570,'Dayr Mawas',1070,1),
(15571,'Magagah',1070,1),
(15572,'Mallawi',1070,1),
(15573,'Matay',1070,1),
(15574,'Samalut',1070,1),
(15575,'Tallah',1070,1),
(15576,'Tandah',1070,1),
(15577,'al-Anayim',1070,1),
(15578,'al-Fikriyah',1070,1),
(15579,'al-Minya',1070,1),
(15580,'ar-Rawdah',1070,1),
(15581,'Badr City',1071,1),
(15582,'Heliopolis',1071,1),
(15583,'al-Qahira',1071,1),
(15584,'Abu Za\'bal',1072,1),
(15585,'Banha',1072,1),
(15586,'Qalyub',1072,1),
(15587,'Shubra al-Khaymah',1072,1),
(15588,'Sibin-al-Qanatir',1072,1),
(15589,'Tukh',1072,1),
(15590,'al-Khankah',1072,1),
(15591,'al-Qanatir-al-Khayriyah',1072,1),
(15592,'al-Uqsur',1073,1),
(15593,'as-Suways',1075,1),
(15594,'Abu Hammad',1076,1),
(15595,'Abu Kabir',1076,1),
(15596,'Bilbays',1076,1),
(15597,'Diyarb Najm',1076,1),
(15598,'Faqus',1076,1),
(15599,'Hihya',1076,1),
(15600,'Kafr Saqr',1076,1),
(15601,'Mashtul-as-Suq',1076,1),
(15602,'Minyat-al-Qamh',1076,1),
(15603,'al-Ashir mir-Ramadan',1076,1),
(15604,'al-Husayniyah',1076,1),
(15605,'al-Ibrahimiyah',1076,1),
(15606,'al-Qanayat',1076,1),
(15607,'al-Qassasin',1076,1),
(15608,'al-Qurayn',1076,1),
(15609,'as-Salihiyah',1076,1),
(15610,'at-Tall-al-Kabir',1076,1),
(15611,'az-Zaqaziq',1076,1),
(15612,'Ahuachapan',1077,1),
(15613,'Atiquizaya',1077,1),
(15614,'Concepcion de Ataco',1077,1),
(15615,'Guaymango',1077,1),
(15616,'Jujutla',1077,1),
(15617,'San Francisco Menendez',1077,1),
(15618,'Tacuba',1077,1),
(15619,'Ilobasco',1078,1),
(15620,'Sensuntepeque',1078,1),
(15621,'Victoria',1078,1),
(15622,'Chalatenango',1079,1),
(15623,'La Palma',1079,1),
(15624,'Nueva Concepcion',1079,1),
(15625,'San Francisco Morazan',1079,1),
(15626,'Cojutepeque',1080,1),
(15627,'San Pedro Perulapan',1080,1),
(15628,'Suchitoto',1080,1),
(15629,'Tecoluca',1080,1),
(15630,'Tenancingo',1080,1),
(15631,'Cacaopera',1084,1),
(15632,'Corinto',1084,1),
(15633,'Gotera',1084,1),
(15634,'Guatajiagua',1084,1),
(15635,'Jocoro',1084,1),
(15636,'Sociedad',1084,1),
(15637,'Acajutla',1089,1),
(15638,'Armenia',1089,1),
(15639,'Izalco',1089,1),
(15640,'Juayua',1089,1),
(15641,'Nahuizalco',1089,1),
(15642,'San Antonio del Monte',1089,1),
(15643,'San Julian',1089,1),
(15644,'Sonsonate',1089,1),
(15645,'Sonzacate',1089,1),
(15646,'Berlin',1090,1),
(15647,'Concepcion Batres',1090,1),
(15648,'Estanzuelas',1090,1),
(15649,'Jiquilisco',1090,1),
(15650,'Jucuapa',1090,1),
(15651,'Jucuaran',1090,1),
(15652,'Ozatlan',1090,1),
(15653,'Puerto El Triunfo',1090,1),
(15654,'San Agustin',1090,1),
(15655,'Santa Elena',1090,1),
(15656,'Santiago de Maria',1090,1),
(15657,'Usulutan',1090,1),
(15658,'Pale',1091,1),
(15659,'Ebebiyin',1095,1),
(15660,'Mikomeseng',1095,1),
(15661,'Bata',1096,1),
(15662,'Mbini',1096,1),
(15663,'Aconibe',1097,1),
(15664,'Anisoc',1097,1),
(15665,'Mongomo',1097,1),
(15666,'Nsok',1097,1),
(15667,'Keren',1098,1),
(15668,'Addi Kwala',1099,1),
(15669,'Addi Ugri',1099,1),
(15670,'Asseb',1100,1),
(15671,'Beylul',1100,1),
(15672,'Edd',1100,1),
(15673,'Mersa Fatma',1100,1),
(15674,'Ak\'ordat',1101,1),
(15675,'Barentu',1101,1),
(15676,'Teseney',1101,1),
(15677,'Asmara',1102,1),
(15678,'Ginda',1102,1),
(15679,'Himbirti',1102,1),
(15680,'Nefasit',1102,1),
(15681,'Addi K\'eyih',1103,1),
(15682,'Dek\'emhare',1103,1),
(15683,'Mitsiwa',1103,1),
(15684,'Sen\'afe',1103,1),
(15685,'Aasmae',1104,1),
(15686,'Aaviku',1104,1),
(15687,'Aegviidu',1104,1),
(15688,'Aigrumae',1104,1),
(15689,'Aila',1104,1),
(15690,'Alavere',1104,1),
(15691,'Alliku',1104,1),
(15692,'Amari',1104,1),
(15693,'Anija',1104,1),
(15694,'Ardu',1104,1),
(15695,'Arukula',1104,1),
(15696,'Aruvalla',1104,1),
(15697,'Assaku',1104,1),
(15698,'Ellamaa',1104,1),
(15699,'Haabneeme',1104,1),
(15700,'Habaja',1104,1),
(15701,'Haiba',1104,1),
(15702,'Haljava',1104,1),
(15703,'Hara',1104,1),
(15704,'Harju-Risti',1104,1),
(15705,'Harku',1104,1),
(15706,'Harkujarve',1104,1),
(15707,'Harma',1104,1),
(15708,'Huuru',1104,1),
(15709,'Ilmandu',1104,1),
(15710,'Iru',1104,1),
(15711,'Jagala',1104,1),
(15712,'Jalgimae',1104,1),
(15713,'Jarsi',1104,1),
(15714,'Jarvekula',1104,1),
(15715,'Jogisoo',1104,1),
(15716,'Juri',1104,1),
(15717,'Kaasiku',1104,1),
(15718,'Kaberneeme',1104,1),
(15719,'Kahala',1104,1),
(15720,'Kalesi',1104,1),
(15721,'Kallavere',1104,1),
(15722,'Karjakula',1104,1),
(15723,'Karla',1104,1),
(15724,'Kasepere',1104,1),
(15725,'Kasispea',1104,1),
(15726,'Kehra',1104,1),
(15727,'Keila',1104,1),
(15728,'Keila-Joa',1104,1),
(15729,'Kelvingi',1104,1),
(15730,'Kiia',1104,1),
(15731,'Kiili',1104,1),
(15732,'Kiisa',1104,1),
(15733,'Kiiu',1104,1),
(15734,'Klooga',1104,1),
(15735,'Kloogaranna',1104,1),
(15736,'Kohatu',1104,1),
(15737,'Kolga',1104,1),
(15738,'Kolga-Aabla',1104,1),
(15739,'Kolgakula',1104,1),
(15740,'Konnu',1104,1),
(15741,'Kose',1104,1),
(15742,'Kose-Uuemoisa',1104,1),
(15743,'Kostivere',1104,1),
(15744,'Krei',1104,1),
(15745,'Kuivajoe',1104,1),
(15746,'Kumna',1104,1),
(15747,'Kurtna',1104,1),
(15748,'Kuusalu',1104,1),
(15749,'Laabi',1104,1),
(15750,'Laagri',1104,1),
(15751,'Lagedi',1104,1),
(15752,'Laitse',1104,1),
(15753,'Laulasmaa',1104,1),
(15754,'Lehetu',1104,1),
(15755,'Lehola',1104,1),
(15756,'Lehtmetsa',1104,1),
(15757,'Leppneeme',1104,1),
(15758,'Liikva',1104,1),
(15759,'Lilli',1104,1),
(15760,'Lohusalu',1104,1),
(15761,'Loksa',1104,1),
(15762,'Lokuti',1104,1),
(15763,'Loo',1104,1),
(15764,'Lubja',1104,1),
(15765,'Luige',1104,1),
(15766,'Maardu',1104,1),
(15767,'Maidla',1104,1),
(15768,'Manniku',1104,1),
(15769,'Metsakasti',1104,1),
(15770,'Metsanurme',1104,1),
(15771,'Miiduranna',1104,1),
(15772,'Munalaskme',1104,1),
(15773,'Muraste',1104,1),
(15774,'Muuga',1104,1),
(15775,'Nabala',1104,1),
(15776,'Neeme',1104,1),
(15777,'Ohtu',1104,1),
(15778,'Ojasoo',1104,1),
(15779,'Oru',1104,1),
(15780,'Padise',1104,1),
(15781,'Pae',1104,1),
(15782,'Paekna',1104,1),
(15783,'Pajupea',1104,1),
(15784,'Paldiski',1104,1),
(15785,'Palvere',1104,1),
(15786,'Parispea',1104,1),
(15787,'Patika',1104,1),
(15788,'Paunkula',1104,1),
(15789,'Peetri',1104,1),
(15790,'Peningi',1104,1),
(15791,'Perila',1104,1),
(15792,'Pikva',1104,1),
(15793,'Pillapalu',1104,1),
(15794,'Pringi',1104,1),
(15795,'Puunsi',1104,1),
(15796,'Raasiku',1104,1),
(15797,'Rae',1104,1),
(15798,'Randvere',1104,1),
(15799,'Rannamoisa',1104,1),
(15800,'Ravila',1104,1),
(15801,'Riisipere',1104,1),
(15802,'Rohuneeme',1104,1),
(15803,'Roobuka',1104,1),
(15804,'Ruila',1104,1),
(15805,'Rummu',1104,1),
(15806,'Saha',1104,1),
(15807,'Saku',1104,1),
(15808,'Saue',1104,1),
(15809,'Saula',1104,1),
(15810,'Saunja',1104,1),
(15811,'Suurpea',1104,1),
(15812,'Suurupi',1104,1),
(15813,'Tabasalu',1104,1),
(15814,'Tagadi',1104,1),
(15815,'Tagametsa',1104,1),
(15816,'Tallinn',1104,1),
(15817,'Tammneeme',1104,1),
(15818,'Tiskre',1104,1),
(15819,'Todva',1104,1),
(15820,'Turba',1104,1),
(15821,'Turisalu',1104,1),
(15822,'Tutermaa',1104,1),
(15823,'Tuula',1104,1),
(15824,'Tuulna',1104,1),
(15825,'Uksnurme',1104,1),
(15826,'Ulejoe',1104,1),
(15827,'Uuri',1104,1),
(15828,'Uuskula',1104,1),
(15829,'Vaana',1104,1),
(15830,'Vaana-Joesuu',1104,1),
(15831,'Vaida',1104,1),
(15832,'Vaidasoo',1104,1),
(15833,'Valingu',1104,1),
(15834,'Valkla',1104,1),
(15835,'Vanamoisa',1104,1),
(15836,'Vardja',1104,1),
(15837,'Vasalemma',1104,1),
(15838,'Vaskjala',1104,1),
(15839,'Vatsla',1104,1),
(15840,'Veskikula',1104,1),
(15841,'Vihasoo',1104,1),
(15842,'Viimsi',1104,1),
(15843,'Viinistu',1104,1),
(15844,'Viti',1104,1),
(15845,'Emmaste',1105,1),
(15846,'Jausa',1105,1),
(15847,'Kaina',1105,1),
(15848,'Kardla',1105,1),
(15849,'Korgessaare',1105,1),
(15850,'Lauka',1105,1),
(15851,'Lope',1105,1),
(15852,'Mannamaa',1105,1),
(15853,'Putkaste',1105,1),
(15854,'Suuremoisa',1105,1),
(15855,'Aa',1106,1),
(15856,'Alajoe',1106,1),
(15857,'Aseri',1106,1),
(15858,'Avinurme',1106,1),
(15859,'Edise',1106,1),
(15860,'Erra',1106,1),
(15861,'Iisaku',1106,1),
(15862,'Jarve',1106,1),
(15863,'Johvi',1106,1),
(15864,'Kahula',1106,1),
(15865,'Kiikla',1106,1),
(15866,'Kivioli',1106,1),
(15867,'Kohtla-Jarve',1106,1),
(15868,'Kohtla-Nomme',1106,1),
(15869,'Konju',1106,1),
(15870,'Kose',1106,1),
(15871,'Kuremae',1106,1),
(15872,'Kurtna',1106,1),
(15873,'Lohusuu',1106,1),
(15874,'Luganuse',1106,1),
(15875,'Maetaguse',1106,1),
(15876,'Maidla',1106,1),
(15877,'Narva',1106,1),
(15878,'Narva-Joesuu',1106,1),
(15879,'Olgina',1106,1),
(15880,'Pagari',1106,1),
(15881,'Puhajoe',1106,1),
(15882,'Purtse',1106,1),
(15883,'Pussi',1106,1),
(15884,'Rannu',1106,1),
(15885,'Saka',1106,1),
(15886,'Savala',1106,1),
(15887,'Sillamae',1106,1),
(15888,'Sinimae',1106,1),
(15889,'Soldina',1106,1),
(15890,'Sompa',1106,1),
(15891,'Sonda',1106,1),
(15892,'Tammiku',1106,1),
(15893,'Toila',1106,1),
(15894,'Tudulinna',1106,1),
(15895,'Ulvi',1106,1),
(15896,'Vaivara',1106,1),
(15897,'Varja',1106,1),
(15898,'Vasavere',1106,1),
(15899,'Voka',1106,1),
(15900,'Ahula',1107,1),
(15901,'Aiamaa',1107,1),
(15902,'Albu',1107,1),
(15903,'Ambla',1107,1),
(15904,'Anari',1107,1),
(15905,'Anna',1107,1),
(15906,'Aravete',1107,1),
(15907,'Ervita',1107,1),
(15908,'Imavere',1107,1),
(15909,'Janeda',1107,1),
(15910,'Jarva-Jaani',1107,1),
(15911,'Jogisoo',1107,1),
(15912,'Jootme',1107,1),
(15913,'Kaalepi',1107,1),
(15914,'Kabala',1107,1),
(15915,'Kahala',1107,1),
(15916,'Karavete',1107,1),
(15917,'Karevere',1107,1),
(15918,'Karinu',1107,1),
(15919,'Kasukonna',1107,1),
(15920,'Kirna',1107,1),
(15921,'Koeru',1107,1),
(15922,'Koigi',1107,1),
(15923,'Kolu',1107,1),
(15924,'Kuksema',1107,1),
(15925,'Laupa',1107,1),
(15926,'Lehtse',1107,1),
(15927,'Lokuta',1107,1),
(15928,'Loola',1107,1),
(15929,'Muusleri',1107,1),
(15930,'Oisu',1107,1),
(15931,'Paide',1107,1),
(15932,'Painurme',1107,1),
(15933,'Peetri',1107,1),
(15934,'Poikva',1107,1),
(15935,'Reopalu',1107,1),
(15936,'Retla',1107,1),
(15937,'Roa',1107,1),
(15938,'Roosna',1107,1),
(15939,'Roosna-Alliku',1107,1),
(15940,'Sarevere',1107,1),
(15941,'Sargvere',1107,1),
(15942,'Taikse',1107,1),
(15943,'Tarbja',1107,1),
(15944,'Turi',1107,1),
(15945,'Turi-Alliku',1107,1),
(15946,'Vaatsa',1107,1),
(15947,'Vahukula',1107,1),
(15948,'Vao',1107,1),
(15949,'Viisu',1107,1),
(15950,'Villevere',1107,1),
(15951,'Adavere',1108,1),
(15952,'Esku',1108,1),
(15953,'Harjanurme',1108,1),
(15954,'Jogeva',1108,1),
(15955,'Kaarepere',1108,1),
(15956,'Kalana',1108,1),
(15957,'Kalme',1108,1),
(15958,'Kamari',1108,1),
(15959,'Karde',1108,1),
(15960,'Kasepaa',1108,1),
(15961,'Kassinurme',1108,1),
(15962,'Konnu',1108,1),
(15963,'Kudina',1108,1),
(15964,'Kukita',1108,1),
(15965,'Kuremaa',1108,1),
(15966,'Kurista',1108,1),
(15967,'Lahavere',1108,1),
(15968,'Laiuse',1108,1),
(15969,'Laiusevalja',1108,1),
(15970,'Leedi',1108,1),
(15971,'Lustivere',1108,1),
(15972,'Luua',1108,1),
(15973,'Maarja',1108,1),
(15974,'Mallikvere',1108,1),
(15975,'Metsakula',1108,1),
(15976,'Mohkula',1108,1),
(15977,'Mustvee',1108,1),
(15978,'Neanurme',1108,1),
(15979,'Nova',1108,1),
(15980,'Omedu',1108,1),
(15981,'Ouna',1108,1),
(15982,'Painkula',1108,1),
(15983,'Pajusi',1108,1),
(15984,'Pala',1108,1),
(15985,'Palamuse',1108,1),
(15986,'Pataste',1108,1),
(15987,'Pauastvere',1108,1),
(15988,'Pikkjarve',1108,1),
(15989,'Pikknurme',1108,1),
(15990,'Pisisaare',1108,1),
(15991,'Poltsamaa',1108,1),
(15992,'Poora',1108,1),
(15993,'Puurmani',1108,1),
(15994,'Raabise',1108,1),
(15995,'Raja',1108,1),
(15996,'Saare',1108,1),
(15997,'Sadala',1108,1),
(15998,'Sadukula',1108,1),
(15999,'Siimusti',1108,1),
(16000,'Tabivere',1108,1),
(16001,'Tahkvere',1108,1),
(16002,'Tiheda',1108,1),
(16003,'Toikvere',1108,1),
(16004,'Torma',1108,1),
(16005,'Umbusi',1108,1),
(16006,'Vagari',1108,1),
(16007,'Vaiatu',1108,1),
(16008,'Vaike-Kamari',1108,1),
(16009,'Vaimastvere',1108,1),
(16010,'Valgma',1108,1),
(16011,'Visusti',1108,1),
(16012,'Voduvere',1108,1),
(16013,'Vohmanomme',1108,1),
(16014,'Voisiku',1108,1),
(16015,'Voldi',1108,1),
(16016,'Voore',1108,1),
(16017,'Votikvere',1108,1),
(16018,'Haapsalu',1109,1),
(16019,'Hullo',1109,1),
(16020,'Joodre',1109,1),
(16021,'Kirbla',1109,1),
(16022,'Kirimae',1109,1),
(16023,'Koluvere',1109,1),
(16024,'Komsi',1109,1),
(16025,'Kullamaa',1109,1),
(16026,'Lihula',1109,1),
(16027,'Liivi',1109,1),
(16028,'Linnamae',1109,1),
(16029,'Martna',1109,1),
(16030,'Nigula',1109,1),
(16031,'Nova',1109,1),
(16032,'Palivere',1109,1),
(16033,'Palli',1109,1),
(16034,'Panga',1109,1),
(16035,'Paralepa',1109,1),
(16036,'Piirsalu',1109,1),
(16037,'Purksi',1109,1),
(16038,'Rannakula',1109,1),
(16039,'Risti',1109,1),
(16040,'Roude',1109,1),
(16041,'Sutlepa',1109,1),
(16042,'Taebla',1109,1),
(16043,'Tuudi',1109,1),
(16044,'Uuemoisa',1109,1),
(16045,'Variku',1109,1),
(16046,'Vatla',1109,1),
(16047,'Virtsu',1109,1),
(16048,'Aaspere',1110,1),
(16049,'Ama',1110,1),
(16050,'Arkna',1110,1),
(16051,'Assamalla',1110,1),
(16052,'Avanduse',1110,1),
(16053,'Avispea',1110,1),
(16054,'Ebavere',1110,1),
(16055,'Eipri',1110,1),
(16056,'Essu',1110,1),
(16057,'Haljala',1110,1),
(16058,'Hulja',1110,1),
(16059,'Imastu',1110,1),
(16060,'Inju',1110,1),
(16061,'Kadapiku',1110,1),
(16062,'Kadila',1110,1),
(16063,'Kadrina',1110,1),
(16064,'Kakumae',1110,1),
(16065,'Karitsa',1110,1),
(16066,'Karu',1110,1),
(16067,'Kasmu',1110,1),
(16068,'Kihlevere',1110,1),
(16069,'Kiku',1110,1),
(16070,'Kiltsi',1110,1),
(16071,'Kohala',1110,1),
(16072,'Kunda',1110,1),
(16073,'Kuti',1110,1),
(16074,'Laekvere',1110,1),
(16075,'Lasila',1110,1),
(16076,'Lepna',1110,1),
(16077,'Levala',1110,1),
(16078,'Liigvalla',1110,1),
(16079,'Modriku',1110,1),
(16080,'Moe',1110,1),
(16081,'Moora',1110,1),
(16082,'Muuga',1110,1),
(16083,'Napi',1110,1),
(16084,'Paasvere',1110,1),
(16085,'Pajusti',1110,1),
(16086,'Pandivere',1110,1),
(16087,'Piira',1110,1),
(16088,'Pikevere',1110,1),
(16089,'Podrangu',1110,1),
(16090,'Podruse',1110,1),
(16091,'Porkuni',1110,1),
(16092,'Rahkla',1110,1),
(16093,'Rakke',1110,1),
(16094,'Rakvere',1110,1),
(16095,'Ridakula',1110,1),
(16096,'Roela',1110,1),
(16097,'Roodevalja',1110,1),
(16098,'Saase',1110,1),
(16099,'Salda',1110,1),
(16100,'Salla',1110,1),
(16101,'Simuna',1110,1),
(16102,'Someru',1110,1),
(16103,'Taaravainu',1110,1),
(16104,'Tamsalu',1110,1),
(16105,'Tapa',1110,1),
(16106,'Torma',1110,1),
(16107,'Torremae',1110,1),
(16108,'Triigi',1110,1),
(16109,'Tudu',1110,1),
(16110,'Ubja',1110,1),
(16111,'Udriku',1110,1),
(16112,'Uhtna',1110,1),
(16113,'Ulvi',1110,1),
(16114,'Undla',1110,1),
(16115,'Ussimae',1110,1),
(16116,'Uudekula',1110,1),
(16117,'Vaekula',1110,1),
(16118,'Vahakulmu',1110,1),
(16119,'Vaiatu',1110,1),
(16120,'Vaike-Maarja',1110,1),
(16121,'Vajangu',1110,1),
(16122,'Vao',1110,1),
(16123,'Veltsi',1110,1),
(16124,'Venevere',1110,1),
(16125,'Vergi',1110,1),
(16126,'Vetiku',1110,1),
(16127,'Vihula',1110,1),
(16128,'Viitna',1110,1),
(16129,'Vinni',1110,1),
(16130,'Viru-Jaagupi',1110,1),
(16131,'Viru-Kabala',1110,1),
(16132,'Viru-Nigula',1110,1),
(16133,'Vohnja',1110,1),
(16134,'Vosu',1110,1),
(16135,'Vosupere',1110,1),
(16136,'Ahaste',1111,1),
(16137,'Aluste',1111,1),
(16138,'Are',1111,1),
(16139,'Arumetsa',1111,1),
(16140,'Audru',1111,1),
(16141,'Eametsa',1111,1),
(16142,'Haademeeste',1111,1),
(16143,'Halinga',1111,1),
(16144,'Ikla',1111,1),
(16145,'Ilvese',1111,1),
(16146,'Jaamakula',1111,1),
(16147,'Jaarja',1111,1),
(16148,'Joesuu',1111,1),
(16149,'Joopre',1111,1),
(16150,'Kaansoo',1111,1),
(16151,'Kabli',1111,1),
(16152,'Kadjaste',1111,1),
(16153,'Kaisma',1111,1),
(16154,'Kalita',1111,1),
(16155,'Kanakula',1111,1),
(16156,'Kergu',1111,1),
(16157,'Kihlepa',1111,1),
(16158,'Kilingi-Nomme',1111,1),
(16159,'Kilksama',1111,1),
(16160,'Koima',1111,1),
(16161,'Koonga',1111,1),
(16162,'Krundikula',1111,1),
(16163,'Laadi',1111,1),
(16164,'Langerma',1111,1),
(16165,'Lavassaare',1111,1),
(16166,'Leipste',1111,1),
(16167,'Lemmetsa',1111,1),
(16168,'Lemsi',1111,1),
(16169,'Libatse',1111,1),
(16170,'Linakula',1111,1),
(16171,'Lindi',1111,1),
(16172,'Liu',1111,1),
(16173,'Lodja',1111,1),
(16174,'Lope',1111,1),
(16175,'Malda',1111,1),
(16176,'Mannikuste',1111,1),
(16177,'Massiaru',1111,1),
(16178,'Metsaaare',1111,1),
(16179,'Metsapoole',1111,1),
(16180,'Moisakula',1111,1),
(16181,'Muraka',1111,1),
(16182,'Niidu',1111,1),
(16183,'Nurme',1111,1),
(16184,'Oara',1111,1),
(16185,'Oidrema',1111,1),
(16186,'Paikuse',1111,1),
(16187,'Papsaare',1111,1),
(16188,'Parnjoe',1111,1),
(16189,'Parnu',1111,1),
(16190,'Parnu-Jaagupi',1111,1),
(16191,'Penu',1111,1),
(16192,'Piistaoja',1111,1),
(16193,'Pohara',1111,1),
(16194,'Poldeotsa',1111,1),
(16195,'Pootsi',1111,1),
(16196,'Pulli',1111,1),
(16197,'Rannametsa',1111,1),
(16198,'Ratsepa',1111,1),
(16199,'Reiu',1111,1),
(16200,'Ridalepa',1111,1),
(16201,'Rootsikula',1111,1),
(16202,'Saarde',1111,1),
(16203,'Saare',1111,1),
(16204,'Sauga',1111,1),
(16205,'Seliste',1111,1),
(16206,'Selja',1111,1),
(16207,'Seljametsa',1111,1),
(16208,'Silla',1111,1),
(16209,'Sindi',1111,1),
(16210,'Soeva',1111,1),
(16211,'Soometsa',1111,1),
(16212,'Suigu',1111,1),
(16213,'Surju',1111,1),
(16214,'Suurejoe',1111,1),
(16215,'Taali',1111,1),
(16216,'Tahkuranna',1111,1),
(16217,'Tali',1111,1),
(16218,'Tammiste',1111,1),
(16219,'Tammuru',1111,1),
(16220,'Tihemetsa',1111,1),
(16221,'Tolla',1111,1),
(16222,'Tootsi',1111,1),
(16223,'Tori',1111,1),
(16224,'Tostamaa',1111,1),
(16225,'Tousi',1111,1),
(16226,'Treimani',1111,1),
(16227,'Urge',1111,1),
(16228,'Uulu',1111,1),
(16229,'Vahenurme',1111,1),
(16230,'Vaki',1111,1),
(16231,'Vandra',1111,1),
(16232,'Varbla',1111,1),
(16233,'Veelikse',1111,1),
(16234,'Vihtra',1111,1),
(16235,'Voidu',1111,1),
(16236,'Voiste',1111,1),
(16237,'Aarna',1112,1),
(16238,'Ahja',1112,1),
(16239,'Erastvere',1112,1),
(16240,'Himma',1112,1),
(16241,'Himmaste',1112,1),
(16242,'Holvandi',1112,1),
(16243,'Ihamaru',1112,1),
(16244,'Jaanimoisa',1112,1),
(16245,'Kanepi',1112,1),
(16246,'Karilatsi',1112,1),
(16247,'Karsa',1112,1),
(16248,'Karste',1112,1),
(16249,'Kauksi',1112,1),
(16250,'Kiidjarve',1112,1),
(16251,'Kostrimae',1112,1),
(16252,'Krootuse',1112,1),
(16253,'Leevaku',1112,1),
(16254,'Leevi',1112,1),
(16255,'Leevijoe',1112,1),
(16256,'Linte',1112,1),
(16257,'Lootvina',1112,1),
(16258,'Maaritsa',1112,1),
(16259,'Mammaste',1112,1),
(16260,'Metste',1112,1),
(16261,'Mikitamae',1112,1),
(16262,'Mooste',1112,1),
(16263,'Naha',1112,1),
(16264,'Orava',1112,1),
(16265,'Pahtpaa',1112,1),
(16266,'Partsi',1112,1),
(16267,'Peri',1112,1),
(16268,'Piigandi',1112,1),
(16269,'Polgaste',1112,1),
(16270,'Polva',1112,1),
(16271,'Prangli',1112,1),
(16272,'Puuri',1112,1),
(16273,'Raadama',1112,1),
(16274,'Rahumae',1112,1),
(16275,'Raigla',1112,1),
(16276,'Rapina',1112,1),
(16277,'Rasina',1112,1),
(16278,'Ristipalo',1112,1),
(16279,'Rosma',1112,1),
(16280,'Ruusa',1112,1),
(16281,'Saverna',1112,1),
(16282,'Sillapaa',1112,1),
(16283,'Soodoma',1112,1),
(16284,'Suurkula',1112,1),
(16285,'Taevaskoja',1112,1),
(16286,'Tannassilma',1112,1),
(16287,'Tilsi',1112,1),
(16288,'Treski',1112,1),
(16289,'Vaike-Rosna',1112,1),
(16290,'Valgjarve',1112,1),
(16291,'Vana-Koiola',1112,1),
(16292,'Vardja',1112,1),
(16293,'Varska',1112,1),
(16294,'Vastse-Kuuste',1112,1),
(16295,'Veriora',1112,1),
(16296,'Viluste',1112,1),
(16297,'Voopsu',1112,1),
(16298,'Aespa',1113,1),
(16299,'Alu',1113,1),
(16300,'Eidapere',1113,1),
(16301,'Hageri',1113,1),
(16302,'Hagudi',1113,1),
(16303,'Haimre',1113,1),
(16304,'Hertu',1113,1),
(16305,'Iira',1113,1),
(16306,'Ingliste',1113,1),
(16307,'Jarlepa',1113,1),
(16308,'Jarvakandi',1113,1),
(16309,'Juuru',1113,1),
(16310,'Kaerepere',1113,1),
(16311,'Kaiu',1113,1),
(16312,'Kalbu',1113,1),
(16313,'Karu',1113,1),
(16314,'Kasti',1113,1),
(16315,'Keava',1113,1),
(16316,'Kehtna',1113,1),
(16317,'Kivi-Vigala',1113,1),
(16318,'Kodila',1113,1),
(16319,'Kohila',1113,1),
(16320,'Kuimetsa',1113,1),
(16321,'Kuusiku',1113,1),
(16322,'Laukna',1113,1),
(16323,'Lelle',1113,1),
(16324,'Lipa',1113,1),
(16325,'Lohu',1113,1),
(16326,'Lokuta',1113,1),
(16327,'Maidla',1113,1),
(16328,'Marjamaa',1113,1),
(16329,'Masti',1113,1),
(16330,'Moisamaa',1113,1),
(16331,'Naravere',1113,1),
(16332,'Orgita',1113,1),
(16333,'Paardu',1113,1),
(16334,'Pae',1113,1),
(16335,'Pahkla',1113,1),
(16336,'Pihali',1113,1),
(16337,'Pirgu',1113,1),
(16338,'Prillimae',1113,1),
(16339,'Purila',1113,1),
(16340,'Purku',1113,1),
(16341,'Rabivere',1113,1),
(16342,'Raikkula',1113,1),
(16343,'Rangu',1113,1),
(16344,'Rapla',1113,1),
(16345,'Salutaguse',1113,1),
(16346,'Sipa',1113,1),
(16347,'Sotke',1113,1),
(16348,'Sutlema',1113,1),
(16349,'Tamme',1113,1),
(16350,'Teenuse',1113,1),
(16351,'Uuskula',1113,1),
(16352,'Vahastu',1113,1),
(16353,'Valgu',1113,1),
(16354,'Valtu',1113,1),
(16355,'Vana-Kaiu',1113,1),
(16356,'Vana-Vigala',1113,1),
(16357,'Varbola',1113,1),
(16358,'Vilivere',1113,1),
(16359,'Arandi',1114,1),
(16360,'Aste',1114,1),
(16361,'Eikla',1114,1),
(16362,'Hellamaa',1114,1),
(16363,'Kao',1114,1),
(16364,'Karja',1114,1),
(16365,'Karla',1114,1),
(16366,'Kihelkonna',1114,1),
(16367,'Koimla',1114,1),
(16368,'Koljala',1114,1),
(16369,'Korkkula',1114,1),
(16370,'Korkvere',1114,1),
(16371,'Kudjape',1114,1),
(16372,'Kuressaare',1114,1),
(16373,'Laatsa',1114,1),
(16374,'Lahekula',1114,1),
(16375,'Laimjala',1114,1),
(16376,'Leisi',1114,1),
(16377,'Liiva',1114,1),
(16378,'Lumanda',1114,1),
(16379,'Metskula',1114,1),
(16380,'Mustjala',1114,1),
(16381,'Nasva',1114,1),
(16382,'Nommkula',1114,1),
(16383,'Orissaare',1114,1),
(16384,'Pahkla',1114,1),
(16385,'Parsama',1114,1),
(16386,'Pihtla',1114,1),
(16387,'Sakla',1114,1),
(16388,'Salme',1114,1),
(16389,'Sandla',1114,1),
(16390,'Tagavere',1114,1),
(16391,'Tornimae',1114,1),
(16392,'Valjala',1114,1),
(16393,'Vohma',1114,1),
(16394,'Aardla',1115,1),
(16395,'Aksi',1115,1),
(16396,'Alasoo',1115,1),
(16397,'Alatskivi',1115,1),
(16398,'Annikoru',1115,1),
(16399,'Aravu',1115,1),
(16400,'Elva',1115,1),
(16401,'Erala',1115,1),
(16402,'Ervu',1115,1),
(16403,'Haage',1115,1),
(16404,'Haaslava',1115,1),
(16405,'Ignase',1115,1),
(16406,'Illi',1115,1),
(16407,'Ilmatsalu',1115,1),
(16408,'Kaagvere',1115,1),
(16409,'Kaardi',1115,1),
(16410,'Kaarlijarve',1115,1),
(16411,'Kallaste',1115,1),
(16412,'Kalme',1115,1),
(16413,'Kambja',1115,1),
(16414,'Kandikula',1115,1),
(16415,'Karevere',1115,1),
(16416,'Karkna',1115,1),
(16417,'Kasepaa',1115,1),
(16418,'Kavastu',1115,1),
(16419,'Kirepi',1115,1),
(16420,'Kodukula',1115,1),
(16421,'Kokora',1115,1),
(16422,'Kolkja',1115,1),
(16423,'Konguta',1115,1),
(16424,'Koosa',1115,1),
(16425,'Koruste',1115,1),
(16426,'Korvekula',1115,1),
(16427,'Kulitse',1115,1),
(16428,'Kurekula',1115,1),
(16429,'Kurista',1115,1),
(16430,'Laaniste',1115,1),
(16431,'Laeva',1115,1),
(16432,'Lahte',1115,1),
(16433,'Lalli',1115,1),
(16434,'Lapetukme',1115,1),
(16435,'Lemmatsi',1115,1),
(16436,'Lohkva',1115,1),
(16437,'Lossimae',1115,1),
(16438,'Luke',1115,1),
(16439,'Luunja',1115,1),
(16440,'Maksa',1115,1),
(16441,'Maramaa',1115,1),
(16442,'Marja',1115,1),
(16443,'Meeksi',1115,1),
(16444,'Meeri',1115,1),
(16445,'Mehikoorma',1115,1),
(16446,'Melliste',1115,1),
(16447,'Metsakivi',1115,1),
(16448,'Metsalaane',1115,1),
(16449,'Moisanurme',1115,1),
(16450,'Nina',1115,1),
(16451,'Nogiaru',1115,1),
(16452,'Noo',1115,1),
(16453,'Pilka',1115,1),
(16454,'Poka',1115,1),
(16455,'Pooritsa',1115,1),
(16456,'Puhja',1115,1),
(16457,'Rahinge',1115,1),
(16458,'Raigaste',1115,1),
(16459,'Ramsi',1115,1),
(16460,'Rani',1115,1),
(16461,'Rannu',1115,1),
(16462,'Rebase',1115,1),
(16463,'Reola',1115,1),
(16464,'Rohu',1115,1),
(16465,'Roiu',1115,1),
(16466,'Rongu',1115,1),
(16467,'Saadjarve',1115,1),
(16468,'Sinikula',1115,1),
(16469,'Sirgu',1115,1),
(16470,'Soinaste',1115,1),
(16471,'Sojamaa',1115,1),
(16472,'Tahtvere',1115,1),
(16473,'Tammiste',1115,1),
(16474,'Tammistu',1115,1),
(16475,'Tartu',1115,1),
(16476,'Teedla',1115,1),
(16477,'Tilga',1115,1),
(16478,'Toravere',1115,1),
(16479,'Torvandi',1115,1),
(16480,'Tuki',1115,1),
(16481,'Uderna',1115,1),
(16482,'Uhti',1115,1),
(16483,'Ulenurme',1115,1),
(16484,'Ulila',1115,1),
(16485,'Unikula',1115,1),
(16486,'Vahi',1115,1),
(16487,'Vaike-Rakke',1115,1),
(16488,'Valguta',1115,1),
(16489,'Vana-Kuuste',1115,1),
(16490,'Vara',1115,1),
(16491,'Varnja',1115,1),
(16492,'Vasula',1115,1),
(16493,'Vedu',1115,1),
(16494,'Vesneri',1115,1),
(16495,'Vissi',1115,1),
(16496,'Voibla',1115,1),
(16497,'Voika',1115,1),
(16498,'Vonnu',1115,1),
(16499,'Voopste',1115,1),
(16500,'Vorbuse',1115,1),
(16501,'Aakre',1116,1),
(16502,'Ala',1116,1),
(16503,'Hargla',1116,1),
(16504,'Hellenurme',1116,1),
(16505,'Helme',1116,1),
(16506,'Hummuli',1116,1),
(16507,'Jeti',1116,1),
(16508,'Jogeveste',1116,1),
(16509,'Kaagjarve',1116,1),
(16510,'Kalme',1116,1),
(16511,'Karjatnurme',1116,1),
(16512,'Karula',1116,1),
(16513,'Keeni',1116,1),
(16514,'Koikkula',1116,1),
(16515,'Laanemetsa',1116,1),
(16516,'Laatre',1116,1),
(16517,'Laukula',1116,1),
(16518,'Leebiku',1116,1),
(16519,'Linna',1116,1),
(16520,'Lossikula',1116,1),
(16521,'Lullemae',1116,1),
(16522,'Moldre',1116,1),
(16523,'Nouni',1116,1),
(16524,'Nupli',1116,1),
(16525,'Oru',1116,1),
(16526,'Oruste',1116,1),
(16527,'Otepaa',1116,1),
(16528,'Paidla',1116,1),
(16529,'Paju',1116,1),
(16530,'Palupera',1116,1),
(16531,'Patkula',1116,1),
(16532,'Piiri',1116,1),
(16533,'Pikasilla',1116,1),
(16534,'Pilkuse',1116,1),
(16535,'Puhajarve',1116,1),
(16536,'Puka',1116,1),
(16537,'Restu',1116,1),
(16538,'Riidaja',1116,1),
(16539,'Sangaste',1116,1),
(16540,'Sihva',1116,1),
(16541,'Sooru',1116,1),
(16542,'Taagepera',1116,1),
(16543,'Tagula',1116,1),
(16544,'Taheva',1116,1),
(16545,'Tiidu',1116,1),
(16546,'Tolliste',1116,1),
(16547,'Torva',1116,1),
(16548,'Tsirguliina',1116,1),
(16549,'Valga',1116,1),
(16550,'Vana-Otepaa',1116,1),
(16551,'Abja-Paluoja',1117,1),
(16552,'Abja-Vanamoisa',1117,1),
(16553,'Aidu',1117,1),
(16554,'Angi',1117,1),
(16555,'Anikatsi',1117,1),
(16556,'Arikula',1117,1),
(16557,'Halliste',1117,1),
(16558,'Heimtali',1117,1),
(16559,'Holstre',1117,1),
(16560,'Intsu',1117,1),
(16561,'Jamejala',1117,1),
(16562,'Jaska',1117,1),
(16563,'Kaavere',1117,1),
(16564,'Kamara',1117,1),
(16565,'Karksi',1117,1),
(16566,'Karksi-Nuia',1117,1),
(16567,'Karstna',1117,1),
(16568,'Karula',1117,1),
(16569,'Kobruvere',1117,1),
(16570,'Koidama',1117,1),
(16571,'Koksvere',1117,1),
(16572,'Kolga-Jaani',1117,1),
(16573,'Koo',1117,1),
(16574,'Kopu',1117,1),
(16575,'Kulla',1117,1),
(16576,'Lalsi',1117,1),
(16577,'Leie',1117,1),
(16578,'Lilli',1117,1),
(16579,'Lohavere',1117,1),
(16580,'Loodi',1117,1),
(16581,'Maeltkula',1117,1),
(16582,'Matapera',1117,1),
(16583,'Meleski',1117,1),
(16584,'Metskula',1117,1),
(16585,'Moisakula',1117,1),
(16586,'Monnaste',1117,1),
(16587,'Mustivere',1117,1),
(16588,'Mustla',1117,1),
(16589,'Navesti',1117,1),
(16590,'Odiste',1117,1),
(16591,'Oisu',1117,1),
(16592,'Olustvere',1117,1),
(16593,'Pahuvere',1117,1),
(16594,'Paistu',1117,1),
(16595,'Parakula',1117,1),
(16596,'Pari',1117,1),
(16597,'Parsti',1117,1),
(16598,'Peetrimoisa',1117,1),
(16599,'Pilistvere',1117,1),
(16600,'Pinska',1117,1),
(16601,'Polde',1117,1),
(16602,'Polli',1117,1),
(16603,'Puiatu',1117,1),
(16604,'Ramsi',1117,1),
(16605,'Reegoldi',1117,1),
(16606,'Saarepeedi',1117,1),
(16607,'Savikoti',1117,1),
(16608,'Sinialliku',1117,1),
(16609,'Soe',1117,1),
(16610,'Soomevere',1117,1),
(16611,'Sudiste',1117,1),
(16612,'Suislepa',1117,1),
(16613,'Sultsi',1117,1),
(16614,'Supsi',1117,1),
(16615,'Surgavere',1117,1),
(16616,'Suure-Jaani',1117,1),
(16617,'Taaksi',1117,1),
(16618,'Tanassilma',1117,1),
(16619,'Tinnikuru',1117,1),
(16620,'Tohvri',1117,1),
(16621,'Tuhalaane',1117,1),
(16622,'Tusti',1117,1),
(16623,'Ulde',1117,1),
(16624,'Ulensi',1117,1),
(16625,'Uusna',1117,1),
(16626,'Valgita',1117,1),
(16627,'Valma',1117,1),
(16628,'Valuste',1117,1),
(16629,'Vana-Kariste',1117,1),
(16630,'Vana-Voidu',1117,1),
(16631,'Vardi',1117,1),
(16632,'Vardja',1117,1),
(16633,'Vastemoisa',1117,1),
(16634,'Veelikse',1117,1),
(16635,'Verilaske',1117,1),
(16636,'Veskimae',1117,1),
(16637,'Viiratsi',1117,1),
(16638,'Viljandi',1117,1),
(16639,'Villa',1117,1),
(16640,'Vohma',1117,1),
(16641,'Voivaku',1117,1),
(16642,'Vooru',1117,1),
(16643,'Antsla',1118,1),
(16644,'Haanja',1118,1),
(16645,'Jarvere',1118,1),
(16646,'Kaapa',1118,1),
(16647,'Kirumpaa',1118,1),
(16648,'Kobela',1118,1),
(16649,'Kollino',1118,1),
(16650,'Kose',1118,1),
(16651,'Kraavi',1118,1),
(16652,'Krabi',1118,1),
(16653,'Kulaoru',1118,1),
(16654,'Kuldre',1118,1),
(16655,'Kuutsi',1118,1),
(16656,'Lasva',1118,1),
(16657,'Loosu',1118,1),
(16658,'Lusti',1118,1),
(16659,'Meegomae',1118,1),
(16660,'Meremae',1118,1),
(16661,'Misso',1118,1),
(16662,'Moniste',1118,1),
(16663,'Navi',1118,1),
(16664,'Nursi',1118,1),
(16665,'Obinitsa',1118,1),
(16666,'Osula',1118,1),
(16667,'Otsa',1118,1),
(16668,'Parksepa',1118,1),
(16669,'Puiga',1118,1),
(16670,'Raiste',1118,1),
(16671,'Rimmi',1118,1),
(16672,'Rouge',1118,1),
(16673,'Ruusmae',1118,1),
(16674,'Saru',1118,1),
(16675,'Somerpalu',1118,1),
(16676,'Sulbi',1118,1),
(16677,'Taberlaane',1118,1),
(16678,'Tagakula',1118,1),
(16679,'Tsolgo',1118,1),
(16680,'Tsooru',1118,1),
(16681,'Urvaste',1118,1),
(16682,'Uue-Antsla',1118,1),
(16683,'Vaabina',1118,1),
(16684,'Vagula',1118,1),
(16685,'Vaimela',1118,1),
(16686,'Vana-Antsla',1118,1),
(16687,'Vana-Roosa',1118,1),
(16688,'Vana-Vastseliina',1118,1),
(16689,'Varstu',1118,1),
(16690,'Vastseliina',1118,1),
(16691,'Verijarve',1118,1),
(16692,'Viitina',1118,1),
(16693,'Viitka',1118,1),
(16694,'Visela',1118,1),
(16695,'Voru',1118,1),
(16696,'Vorumoisa',1118,1),
(16697,'Asayita',1120,1),
(16698,'Awash',1120,1),
(16699,'Dubti',1120,1),
(16700,'Gewane',1120,1),
(16701,'Addi Ark\'ay',1121,1),
(16702,'Addis \'Alem',1121,1),
(16703,'Addis Zemen',1121,1),
(16704,'Adet',1121,1),
(16705,'Bahir Dar',1121,1),
(16706,'Bati',1121,1),
(16707,'Bichena',1121,1),
(16708,'Bure',1121,1),
(16709,'Chagni',1121,1),
(16710,'Dabat',1121,1),
(16711,'Dangla',1121,1),
(16712,'Debark',1121,1),
(16713,'Debre Birhan',1121,1),
(16714,'Debre Mark\'os',1121,1),
(16715,'Debre Sina',1121,1),
(16716,'Debre Tabor',1121,1),
(16717,'Debre Werk',1121,1),
(16718,'Dejen',1121,1),
(16719,'Dese',1121,1),
(16720,'Finote Selam',1121,1),
(16721,'Gondar',1121,1),
(16722,'K\'obo',1121,1),
(16723,'Kembolcha',1121,1),
(16724,'Kemise',1121,1),
(16725,'Lalibela',1121,1),
(16726,'Mott\'a',1121,1),
(16727,'Nefas Mewcha',1121,1),
(16728,'Sek\'ot\'a',1121,1),
(16729,'Shewa Robit',1121,1),
(16730,'Weldiya',1121,1),
(16731,'Were Ilu',1121,1),
(16732,'Werota',1121,1),
(16733,'Asosa',1122,1),
(16734,'Dire Dawa',1123,1),
(16735,'Gambela',1124,1),
(16736,'Harer',1125,1),
(16737,'Jigjiga',1126,1),
(16738,'\'Alem Maya',1128,1),
(16739,'Abomsa',1128,1),
(16740,'Agaro',1128,1),
(16741,'Asasa',1128,1),
(16742,'Asbe Teferi',1128,1),
(16743,'Assela',1128,1),
(16744,'Bako',1128,1),
(16745,'Bedele',1128,1),
(16746,'Bedesa',1128,1),
(16747,'Burayu',1128,1),
(16748,'Debre Zeyit',1128,1),
(16749,'Deder',1128,1),
(16750,'Dembi Dolo',1128,1),
(16751,'Dodola',1128,1),
(16752,'Fiche',1128,1),
(16753,'Gebre Guracha',1128,1),
(16754,'Gedo',1128,1),
(16755,'Gelemso',1128,1),
(16756,'Gimbi',1128,1),
(16757,'Ginch\'i',1128,1),
(16758,'Ginir',1128,1),
(16759,'Giyon',1128,1),
(16760,'Goba',1128,1),
(16761,'Gore',1128,1),
(16762,'Guder',1128,1),
(16763,'Hagere Hiywet',1128,1),
(16764,'Hagere Maryam',1128,1),
(16765,'Hirna',1128,1),
(16766,'Holeta Genet',1128,1),
(16767,'Huruta',1128,1),
(16768,'Jimma',1128,1),
(16769,'Kibre Mengist',1128,1),
(16770,'Kofele',1128,1),
(16771,'Mega',1128,1),
(16772,'Mek\'i',1128,1),
(16773,'Mendi',1128,1),
(16774,'Metehara',1128,1),
(16775,'Metu',1128,1),
(16776,'Mojo',1128,1),
(16777,'Moyale',1128,1),
(16778,'Nazret',1128,1),
(16779,'Nedjo',1128,1),
(16780,'Negele',1128,1),
(16781,'Nek\'emte',1128,1),
(16782,'Robe',1128,1),
(16783,'Sebeta',1128,1),
(16784,'Sendafa',1128,1),
(16785,'Shakiso',1128,1),
(16786,'Shambu',1128,1),
(16787,'Shashemenne',1128,1),
(16788,'Sheh Hussen',1128,1),
(16789,'Sire',1128,1),
(16790,'Tulu Bolo',1128,1),
(16791,'Welench\'iti',1128,1),
(16792,'Welk\'it\'e',1128,1),
(16793,'Wonji',1128,1),
(16794,'Yabelo',1128,1),
(16795,'Ziway',1128,1),
(16796,'Bircot',1129,1),
(16797,'Degeh Bur',1129,1),
(16798,'Dollo Odo',1129,1),
(16799,'Imi',1129,1),
(16800,'Jijiga',1129,1),
(16801,'Werder',1129,1),
(16802,'Alaba Kulito',1130,1),
(16803,'Arba Minch',1130,1),
(16804,'Areka',1130,1),
(16805,'Awassa',1130,1),
(16806,'Bako',1130,1),
(16807,'Boditi',1130,1),
(16808,'Bonga',1130,1),
(16809,'Butajira',1130,1),
(16810,'Ch\'ench\'a',1130,1),
(16811,'Dilla',1130,1),
(16812,'Gidole',1130,1),
(16813,'Hossa\'ina',1130,1),
(16814,'Jinka',1130,1),
(16815,'Leku',1130,1),
(16816,'Mizan Teferi',1130,1),
(16817,'Sawla',1130,1),
(16818,'Soddo',1130,1),
(16819,'Teppi',1130,1),
(16820,'Wendo',1130,1),
(16821,'Yirga Alem',1130,1),
(16822,'Yirga Ch\'efe',1130,1),
(16823,'Abiy Adi',1131,1),
(16824,'Addigrat',1131,1),
(16825,'Adwa',1131,1),
(16826,'Aksum',1131,1),
(16827,'Alamat\'a',1131,1),
(16828,'Endasilasie',1131,1),
(16829,'Hagere Selam',1131,1),
(16830,'Himora',1131,1),
(16831,'Korem',1131,1),
(16832,'Maych\'ew',1131,1),
(16833,'Mek\'ele',1131,1),
(16834,'Mekele',1131,1),
(16835,'Wik\'ro',1131,1),
(16836,'Hvannasund',1137,1),
(16837,'Klaksvik',1137,1),
(16838,'Husavik',1140,1),
(16839,'Sands',1140,1),
(16840,'Skalavik',1140,1),
(16841,'Skopun',1140,1),
(16842,'Skuvoy',1140,1),
(16843,'Haldarsvik',1141,1),
(16844,'Hests',1141,1),
(16845,'Hosvik',1141,1),
(16846,'Hvalvik',1141,1),
(16847,'Kirkjubo',1141,1),
(16848,'Kollafjar ',1141,1),
(16849,'Kvivik',1141,1),
(16850,'Nolsoy',1141,1),
(16851,'Saksun',1141,1),
(16852,'Torshavn',1141,1),
(16853,'Vestmanna',1141,1),
(16854,'Torshavn',1144,1),
(16855,'Biggjar',1145,1),
(16856,'Midvags',1145,1),
(16857,'Mykines',1145,1),
(16858,'Sandavags',1145,1),
(16859,'Sorvags',1145,1),
(16860,'Deuba',1146,1),
(16861,'Korovou',1146,1),
(16862,'Lami',1146,1),
(16863,'Namosi',1146,1),
(16864,'Nausori',1146,1),
(16865,'Navua',1146,1),
(16866,'Suva',1146,1),
(16867,'Levuka',1147,1),
(16868,'Malhaha',1147,1),
(16869,'Tubou',1147,1),
(16870,'Vunisea',1147,1),
(16871,'Korokade',1148,1),
(16872,'Labasa',1148,1),
(16873,'Savusavu',1148,1),
(16874,'Ba',1150,1),
(16875,'Lautoka',1150,1),
(16876,'Nadi',1150,1),
(16877,'Rakiraki',1150,1),
(16878,'Sigatoka',1150,1),
(16879,'Tavua',1150,1),
(16880,'Vatukoula',1150,1),
(16881,'Maarianhamina',1151,1),
(16882,'Imatra',1152,1),
(16883,'Joutseno',1152,1),
(16884,'Lappeenranta',1152,1),
(16885,'Hyllykallio',1153,1),
(16886,'Ilmajoki',1153,1),
(16887,'Kauhajoki',1153,1),
(16888,'Kurikka',1153,1),
(16889,'Lapua',1153,1),
(16890,'Seinajoki',1153,1),
(16891,'Mikkeli',1154,1),
(16892,'Savonlinna',1154,1),
(16893,'Loviisa',1157,1),
(16894,'Orimattila',1157,1),
(16895,'Porvoo',1157,1),
(16896,'Kajaani',1158,1),
(16897,'Forssa',1159,1),
(16898,'Hameenlinna',1159,1),
(16899,'Janakkala',1159,1),
(16900,'Riihimaki',1159,1),
(16901,'Kokkola',1160,1),
(16902,'Aanekoski',1161,1),
(16903,'Jamsa',1161,1),
(16904,'Jyvaskyla',1161,1),
(16905,'Keuruu',1161,1),
(16906,'Laukaa',1161,1),
(16907,'Lieto',1161,1),
(16908,'Anjalankoski',1162,1),
(16909,'Hamina',1162,1),
(16910,'Kotka',1162,1),
(16911,'Kouvola',1162,1),
(16912,'Kuusankoski',1162,1),
(16913,'Valkeala',1162,1),
(16914,'Vehkalahti',1162,1),
(16915,'Kemi',1164,1),
(16916,'Kemijarvi',1164,1),
(16917,'Rovaniemi',1164,1),
(16918,'Sonka',1164,1),
(16919,'Tornio',1164,1),
(16920,'Jakobstad',1166,1),
(16921,'Oulunsalo',1166,1),
(16922,'Heinola',1168,1),
(16923,'Hollola',1168,1),
(16924,'Lahti',1168,1),
(16925,'Nastola',1168,1),
(16926,'Kangasala',1169,1),
(16927,'Lempaala',1169,1),
(16928,'Nokia',1169,1),
(16929,'Pirkkala',1169,1),
(16930,'Sastamala',1169,1),
(16931,'Tampere',1169,1),
(16932,'Valkeakoski',1169,1),
(16933,'Ylojarvi',1169,1),
(16934,'Kristiinankaupunki',1170,1),
(16935,'Mustasaari',1170,1),
(16936,'Pietarsaari',1170,1),
(16937,'Uusikarlepyy',1170,1),
(16938,'Vaasa',1170,1),
(16939,'Joensuu',1171,1),
(16940,'Lieksa',1171,1),
(16941,'Haukipudas',1172,1),
(16942,'Kempele',1172,1),
(16943,'Kuusamo',1172,1),
(16944,'Muhos',1172,1),
(16945,'Nivala',1172,1),
(16946,'Oulainen',1172,1),
(16947,'Oulu',1172,1),
(16948,'Raahe',1172,1),
(16949,'Ylivieska',1172,1),
(16950,'Iisalmi',1173,1),
(16951,'Kuopio',1173,1),
(16952,'Sillinjarvi',1173,1),
(16953,'Varkaus',1173,1),
(16954,'Saarijarvi',1174,1),
(16955,'Eura',1175,1),
(16956,'Eurajoki',1175,1),
(16957,'Harjavalta',1175,1),
(16958,'Huittinen',1175,1),
(16959,'Kankaanpaa',1175,1),
(16960,'Kokemaki',1175,1),
(16961,'Lappi',1175,1),
(16962,'Nakkila',1175,1),
(16963,'Noormarkku',1175,1),
(16964,'Pori',1175,1),
(16965,'Rauma',1175,1),
(16966,'Sakyla',1175,1),
(16967,'Ulvila',1175,1),
(16968,'Vammala',1175,1),
(16969,'Espoo',1179,1),
(16970,'Hanko',1179,1),
(16971,'Helsinki',1179,1),
(16972,'Hyvinkaa',1179,1),
(16973,'Jarvenpaa',1179,1),
(16974,'Kauniainen',1179,1),
(16975,'Kerava',1179,1),
(16976,'Kirkkonummi',1179,1),
(16977,'Lohja',1179,1),
(16978,'Mantsala',1179,1),
(16979,'Nurmijarvi',1179,1),
(16980,'Sipoo',1179,1),
(16981,'Tammisaari',1179,1),
(16982,'Tuusula',1179,1),
(16983,'Vantaa',1179,1),
(16984,'Vihti',1179,1),
(16985,'Kaarina',1180,1),
(16986,'Naantali',1180,1),
(16987,'Parainen',1180,1),
(16988,'Raisio',1180,1),
(16989,'Salo',1180,1),
(16990,'Turku',1180,1),
(16991,'Uusikaupunki',1180,1),
(16992,'Amberieu-en-Bugey',1181,1),
(16993,'Bellegarde-sur-Valserine',1181,1),
(16994,'Bourg-en-Bresse',1181,1),
(16995,'Oyonnax',1181,1),
(16996,'Chateau-Thierry',1182,1),
(16997,'Chauny',1182,1),
(16998,'Hirson',1182,1),
(16999,'Laon',1182,1),
(17000,'Saint-Quentin',1182,1),
(17001,'Soissons',1182,1),
(17002,'Strassbourg',1182,1),
(17003,'Tergnier',1182,1),
(17004,'Cusset',1184,1),
(17005,'Montlucon',1184,1),
(17006,'Moulins',1184,1),
(17007,'Vichy',1184,1),
(17008,'Yzeure',1184,1),
(17009,'Antibes',1186,1),
(17010,'Beausoleil',1186,1),
(17011,'Cagnes-sur-Mer',1186,1),
(17012,'Cannes',1186,1),
(17013,'Carros',1186,1),
(17014,'Grasse',1186,1),
(17015,'La Trinite',1186,1),
(17016,'Le Cannet',1186,1),
(17017,'Mandelieu-la-Napoule',1186,1),
(17018,'Menton',1186,1),
(17019,'Mougins',1186,1),
(17020,'Nice',1186,1),
(17021,'Roquebrune-Cap-Martin',1186,1),
(17022,'Saint-Laurent-du-Var',1186,1),
(17023,'Valbonne',1186,1),
(17024,'Vallauris',1186,1),
(17025,'Vence',1186,1),
(17026,'Villeneuve-Loubet',1186,1),
(17027,'Digne-les-Bains',1187,1),
(17028,'Manosque',1187,1),
(17029,'Adainville',1188,1),
(17030,'Alby-sur-Cheran',1188,1),
(17031,'Aubervilliers',1188,1),
(17032,'Auterive',1188,1),
(17033,'Baillet',1188,1),
(17034,'Beaune',1188,1),
(17035,'Beauzelle',1188,1),
(17036,'Bonnet De Mure',1188,1),
(17037,'Bormes-les-Mimosas',1188,1),
(17038,'Brindas',1188,1),
(17039,'Burlats',1188,1),
(17040,'Buzancais',1188,1),
(17041,'Candillargues',1188,1),
(17042,'Carry-le-Rouet',1188,1),
(17043,'Cassis',1188,1),
(17044,'Cessenon-Sur-Orb',1188,1),
(17045,'Chanac',1188,1),
(17046,'Chevigny',1188,1),
(17047,'Cogolin',1188,1),
(17048,'Collioure',1188,1),
(17049,'Cremieu',1188,1),
(17050,'Drulingen',1188,1),
(17051,'Ecouen',1188,1),
(17052,'Eschau',1188,1),
(17053,'Feignies',1188,1),
(17054,'Ferus',1188,1),
(17055,'Fourqueux',1188,1),
(17056,'Franqueville',1188,1),
(17057,'Gignac',1188,1),
(17058,'Gravigny',1188,1),
(17059,'Hangenbieten',1188,1),
(17060,'Hunspach',1188,1),
(17061,'Kilstett',1188,1),
(17062,'La Chevroliere',1188,1),
(17063,'La-Fare-Les-Oliviers',1188,1),
(17064,'Lanvellec',1188,1),
(17065,'Le Faget',1188,1),
(17066,'Lesigny',1188,1),
(17067,'Lesquin',1188,1),
(17068,'Limonest',1188,1),
(17069,'Messein',1188,1),
(17070,'Morgat',1188,1),
(17071,'Mundolsheim',1188,1),
(17072,'Nantiat',1188,1),
(17073,'Niederbronn-les-Bain',1188,1),
(17074,'Nimes',1188,1),
(17075,'Opoul',1188,1),
(17076,'Pance',1188,1),
(17077,'Peronne',1188,1),
(17078,'Ploneour Lanvern',1188,1),
(17079,'Realmont',1188,1),
(17080,'Reichstett',1188,1),
(17081,'Saint Aubin',1188,1),
(17082,'Saint Christophe',1188,1),
(17083,'Saint Martin dÃƒÂ¢Ã‚Â€Ã‚Â™Here',1188,1),
(17084,'Saint-Berthevin',1188,1),
(17085,'Saint-Cergues',1188,1),
(17086,'Sancerre',1188,1),
(17087,'Sarzeau',1188,1),
(17088,'Seltz',1188,1),
(17089,'Seyssins',1188,1),
(17090,'Souffelweyersheim',1188,1),
(17091,'Vireux-Molhain',1188,1),
(17092,'Voves',1188,1),
(17093,'Wambrechies',1188,1),
(17094,'Wervocq Sud',1188,1),
(17095,'Abzac',1189,1),
(17096,'Bidart',1189,1),
(17097,'Biganos',1189,1),
(17098,'Buzet-sur-Baise',1189,1),
(17099,'Coursac',1189,1),
(17100,'Hasparren',1189,1),
(17101,'Landiras',1189,1),
(17102,'Le Haillan',1189,1),
(17103,'Ledat',1189,1),
(17104,'Martillac',1189,1),
(17105,'Puyoo',1189,1),
(17106,'Saint-Jean-dIllac',1189,1),
(17107,'Seignosse',1189,1),
(17108,'Tresses',1189,1),
(17109,'Annonay',1190,1),
(17110,'Aubenas',1190,1),
(17111,'Guilherand-Granges',1190,1),
(17112,'Privas',1190,1),
(17113,'Tournon-sur-Rhone',1190,1),
(17114,'Charleville-Mezieres',1191,1),
(17115,'Les Hautes-Rivieres',1191,1),
(17116,'Revin',1191,1),
(17117,'Sedan',1191,1),
(17118,'Foix',1192,1),
(17119,'Pamier',1192,1),
(17120,'Bar-sur-Seine',1193,1),
(17121,'Romilly-sur-Seine',1193,1),
(17122,'Saint-Andre-les-Vergers',1193,1),
(17123,'Sainte-Savine',1193,1),
(17124,'Troyes',1193,1),
(17125,'Carcassonne',1194,1),
(17126,'Castelnaudary',1194,1),
(17127,'Limoux',1194,1),
(17128,'Narbonne',1194,1),
(17129,'Ambert',1195,1),
(17130,'Creuzier-le-Vieux',1195,1),
(17131,'Ferrieres',1195,1),
(17132,'Peschadoires',1195,1),
(17133,'Riotord',1195,1),
(17134,'Saint-Pal-de-Chalencon',1195,1),
(17135,'Saint-Romain-Lachalm',1195,1),
(17136,'Saint-Vidal',1195,1),
(17137,'Sainte-Sigolene',1195,1),
(17138,'Millau',1196,1),
(17139,'Onet-le-Chataeu',1196,1),
(17140,'Rodez',1196,1),
(17141,'Villefranche-de-Rouergue',1196,1),
(17142,'Bischheim',1197,1),
(17143,'Bischwiller',1197,1),
(17144,'Haguenau',1197,1),
(17145,'Hoenheim',1197,1),
(17146,'Illkirch-Graffenstaden',1197,1),
(17147,'Lingolsheim',1197,1),
(17148,'Obernai',1197,1),
(17149,'Ostwald',1197,1),
(17150,'Saverne',1197,1),
(17151,'Schiltigheim',1197,1),
(17152,'Selestat',1197,1),
(17153,'Strasbourg',1197,1),
(17154,'Deauville',1198,1),
(17155,'Aix-en-Provence',1199,1),
(17156,'Allauch',1199,1),
(17157,'Arles',1199,1),
(17158,'Aubagne',1199,1),
(17159,'Berre-l\'Etang',1199,1),
(17160,'Bouc-Bel-Air',1199,1),
(17161,'Chateauneuf-les-Martigues',1199,1),
(17162,'Chateaurenard',1199,1),
(17163,'Fos-sur-Mer',1199,1),
(17164,'Gardanne',1199,1),
(17165,'Istres',1199,1),
(17166,'La Ciotat',1199,1),
(17167,'Les Pennes-Mirabeau',1199,1),
(17168,'Maillane',1199,1),
(17169,'Marignane',1199,1),
(17170,'Marseille',1199,1),
(17171,'Martigues',1199,1),
(17172,'Miramas',1199,1),
(17173,'Plan-de-Cuques',1199,1),
(17174,'Port-de-Bouc',1199,1),
(17175,'Rognac',1199,1),
(17176,'Saint-Martin-de-Crau',1199,1),
(17177,'Saint-Remy-de-Provence',1199,1),
(17178,'Salon-de-Provence',1199,1),
(17179,'Septemes-les-Vallons',1199,1),
(17180,'Tarascon',1199,1),
(17181,'Vitrolles',1199,1),
(17182,'Migennes',1200,1),
(17183,'Javene',1201,1),
(17184,'Plouha',1201,1),
(17185,'Brehan',1202,1),
(17186,'Broons',1202,1),
(17187,'Guipry',1202,1),
(17188,'Miniac-Morvan',1202,1),
(17189,'Ploudaniel',1202,1),
(17190,'Vern-sur-Seiche',1202,1),
(17191,'Aillant-sur-Tholon',1203,1),
(17192,'Bayeux',1204,1),
(17193,'Caen',1204,1),
(17194,'Herouville-Saint-Clair',1204,1),
(17195,'Lisieux',1204,1),
(17196,'Mondeville',1204,1),
(17197,'Vire',1204,1),
(17198,'Aurillac',1205,1),
(17199,'Brumath',1206,1),
(17200,'Courtaboeuf',1206,1),
(17201,'Iregny',1206,1),
(17202,'cedex',1206,1),
(17203,'Azay-le-Rideau',1207,1),
(17204,'Chevillon-sur-Huillard',1207,1),
(17205,'Cloyes-sur-le-Loir',1207,1),
(17206,'Gellainville',1207,1),
(17207,'La Chaussse-Saint-Victor',1207,1),
(17208,'La Ville-aux-Clercs',1207,1),
(17209,'Ladon',1207,1),
(17210,'Le Chatelet',1207,1),
(17211,'Angouleme',1208,1),
(17212,'Cognac',1208,1),
(17213,'Lencloitre',1208,1),
(17214,'Soyaux',1208,1),
(17215,'La Rochelle',1209,1),
(17216,'Rochefort',1209,1),
(17217,'Royan',1209,1),
(17218,'Saintes',1209,1),
(17219,'Bourges',1210,1),
(17220,'Saint-Amand-Montrond',1210,1),
(17221,'Saint-Doulchard',1210,1),
(17222,'Vierzon',1210,1),
(17223,'Brive-la-Gaillarde',1211,1),
(17224,'Tulle',1211,1),
(17225,'Ussel',1211,1),
(17226,'Ajaccio',1212,1),
(17227,'Porto-Vecchio',1212,1),
(17228,'Beaune',1213,1),
(17229,'Chenove',1213,1),
(17230,'Dijon',1213,1),
(17231,'Quetigny',1213,1),
(17232,'Talant',1213,1),
(17233,'Dinan',1214,1),
(17234,'Lamballe',1214,1),
(17235,'Lannion',1214,1),
(17236,'Loudeac',1214,1),
(17237,'Plerin',1214,1),
(17238,'Ploufragan',1214,1),
(17239,'Saint-Brieuc',1214,1),
(17240,'Gueret',1215,1),
(17241,'Crolles',1216,1),
(17242,'Bressuire',1217,1),
(17243,'Niort',1217,1),
(17244,'Parthenay',1217,1),
(17245,'Thouars',1217,1),
(17246,'Bergerac',1218,1),
(17247,'Perigueux',1218,1),
(17248,'Sarlat-la-Caneda',1218,1),
(17249,'Audincourt',1219,1),
(17250,'Besancon',1219,1),
(17251,'Beure',1219,1),
(17252,'Montbeliard',1219,1),
(17253,'Pontarlier',1219,1),
(17254,'Valentigney',1219,1),
(17255,'Bourg-les-Valence',1220,1),
(17256,'Montelimar',1220,1),
(17257,'Pierrelatte',1220,1),
(17258,'Romans-sur-Isere',1220,1),
(17259,'Valence',1220,1),
(17260,'Athis-Mons',1221,1),
(17261,'Bretigny-sur-Orge',1221,1),
(17262,'Brunoy',1221,1),
(17263,'Bures-sur-Yvette',1221,1),
(17264,'Chilly-Mazarin',1221,1),
(17265,'Corbeil-Essonnes',1221,1),
(17266,'Courcouronnes',1221,1),
(17267,'Dourdan',1221,1),
(17268,'Draveil',1221,1),
(17269,'Epinay-sous-Senart',1221,1),
(17270,'Epinay-sur-Orge',1221,1),
(17271,'Etampes',1221,1),
(17272,'Evry',1221,1),
(17273,'Fleury-Merogis',1221,1),
(17274,'Gif-sur-Yvette',1221,1),
(17275,'Grigny',1221,1),
(17276,'Igny',1221,1),
(17277,'Juvisy-sur-Orge',1221,1),
(17278,'Les Ulis',1221,1),
(17279,'Longjumeau',1221,1),
(17280,'Massy',1221,1),
(17281,'Mennecy',1221,1),
(17282,'Montgeron',1221,1),
(17283,'Morangis',1221,1),
(17284,'Morsang-sur-Orge',1221,1),
(17285,'Orsay',1221,1),
(17286,'Palaiseau',1221,1),
(17287,'Ris-Orangis',1221,1),
(17288,'Saint-Michel-sur-Orge',1221,1),
(17289,'Sainte-Genevieve-des-Bois',1221,1),
(17290,'Savigny-sur-Orge',1221,1),
(17291,'Verrieres-le-Buisson',1221,1),
(17292,'Vigneux-sur-Seine',1221,1),
(17293,'Villebon-sur-Yvette',1221,1),
(17294,'Viry-Chatillon',1221,1),
(17295,'Yerres',1221,1),
(17296,'Bernay',1222,1),
(17297,'Evreux',1222,1),
(17298,'Gisors',1222,1),
(17299,'Louviers',1222,1),
(17300,'Pont-Audemer',1222,1),
(17301,'Val-de-Reuil',1222,1),
(17302,'Vernon',1222,1),
(17303,'Chartres',1223,1),
(17304,'Chateaudun',1223,1),
(17305,'Dreux',1223,1),
(17306,'Luce',1223,1),
(17307,'Mainvillier',1223,1),
(17308,'Nogent-le-Rotrou',1223,1),
(17309,'Vernouillet',1223,1),
(17310,'Feucherolles',1224,1),
(17311,'Brest',1225,1),
(17312,'Concarneau',1225,1),
(17313,'Douarnenez',1225,1),
(17314,'Guipavas',1225,1),
(17315,'Landerneau',1225,1),
(17316,'Le Relecq-Kerhoun',1225,1),
(17317,'Morlaix',1225,1),
(17318,'Plougastel-Daoulas',1225,1),
(17319,'Plouzane',1225,1),
(17320,'Quimper',1225,1),
(17321,'Quimperle',1225,1),
(17322,'Charquemont',1226,1),
(17323,'Chemaudin',1226,1),
(17324,'Pelousey',1226,1),
(17325,'Perrigny',1226,1),
(17326,'Pirey',1226,1),
(17327,'Villers-le-Lac',1226,1),
(17328,'Ales',1227,1),
(17329,'Bagnols-sur-Ceze',1227,1),
(17330,'Beaucaire',1227,1),
(17331,'Nimes',1227,1),
(17332,'Pont-Saint-Esprit',1227,1),
(17333,'Saint-Gilles',1227,1),
(17334,'Vauvert',1227,1),
(17335,'Villeneuve-les-Avignon',1227,1),
(17336,'Auch',1228,1),
(17337,'Beraut',1228,1),
(17338,'Ambares-et-Lagrave',1229,1),
(17339,'Arcachon',1229,1),
(17340,'Begles',1229,1),
(17341,'Blanquefort',1229,1),
(17342,'Bordeaux',1229,1),
(17343,'Bruges',1229,1),
(17344,'Cenon',1229,1),
(17345,'Cestas',1229,1),
(17346,'Eysines',1229,1),
(17347,'Floirac',1229,1),
(17348,'Gradignan',1229,1),
(17349,'Gujan-Mestras',1229,1),
(17350,'La Teste-de-Buch',1229,1),
(17351,'Le Bouscat',1229,1),
(17352,'Libourne',1229,1),
(17353,'Lormont',1229,1),
(17354,'Merignac',1229,1),
(17355,'Pessac',1229,1),
(17356,'Saint-Medard-en-Jalles',1229,1),
(17357,'Talence',1229,1),
(17358,'Villenave-d\'Ornon',1229,1),
(17359,'Cernay',1230,1),
(17360,'Colmar',1230,1),
(17361,'Guebwiller',1230,1),
(17362,'Illzach',1230,1),
(17363,'Kingersheim',1230,1),
(17364,'Mulhouse',1230,1),
(17365,'Riediesheim',1230,1),
(17366,'Rixheim',1230,1),
(17367,'Saint-Louis',1230,1),
(17368,'Wittelsheim',1230,1),
(17369,'Wittenheim',1230,1),
(17370,'Bastia',1231,1),
(17371,'Balma',1232,1),
(17372,'Blagnac',1232,1),
(17373,'Colomiers',1232,1),
(17374,'Cugnaux',1232,1),
(17375,'L\'Union',1232,1),
(17376,'Muret',1232,1),
(17377,'Plaisance-du-Touch',1232,1),
(17378,'Ramonville-Saint-Agne',1232,1),
(17379,'Saint-Gaudens',1232,1),
(17380,'Saint-Orens-de-Gameville',1232,1),
(17381,'Toulouse',1232,1),
(17382,'Tournefeuille',1232,1),
(17383,'Blanzac',1233,1),
(17384,'Le Puy-en-Velay',1233,1),
(17385,'Chaumont',1234,1),
(17386,'Langres',1234,1),
(17387,'Saint-Dizier',1234,1),
(17388,'Hericourt',1235,1),
(17389,'Lure',1235,1),
(17390,'Luxeuil-les-Bains',1235,1),
(17391,'Vesoul',1235,1),
(17392,'Annecy',1236,1),
(17393,'Annecy-le-Vieux',1236,1),
(17394,'Annemasse',1236,1),
(17395,'Archamps',1236,1),
(17396,'Bonneville',1236,1),
(17397,'Chamonix-Mont-Blanc',1236,1),
(17398,'Cluses',1236,1),
(17399,'Contamine sur Arve',1236,1),
(17400,'Cran-Gevrier',1236,1),
(17401,'Passy',1236,1),
(17402,'Rumilly',1236,1),
(17403,'Sallanches',1236,1),
(17404,'Seynod',1236,1),
(17405,'Thonon-les-Bains',1236,1),
(17406,'Gaillard',1237,1),
(17407,'Limoges',1237,1),
(17408,'Saint-Junien',1237,1),
(17409,'Briancon',1238,1),
(17410,'Gap',1238,1),
(17411,'Lourdes',1239,1),
(17412,'Tarbes',1239,1),
(17413,'Antony',1240,1),
(17414,'Asnieres-sur-Seine',1240,1),
(17415,'Bagneux',1240,1),
(17416,'Bois-Colombes',1240,1),
(17417,'Boulogne-Billancourt',1240,1),
(17418,'Bourg-la-Reine',1240,1),
(17419,'Chatenay-Malabry',1240,1),
(17420,'Chatillon',1240,1),
(17421,'Chaville',1240,1),
(17422,'Clamart',1240,1),
(17423,'Clichy',1240,1),
(17424,'Colombes',1240,1),
(17425,'Courbevoie',1240,1),
(17426,'Fontenay-aux-Roses',1240,1),
(17427,'Garches',1240,1),
(17428,'Gennevillers',1240,1),
(17429,'Issy-les-Moulineaux',1240,1),
(17430,'La Garenne-Colombes',1240,1),
(17431,'Le Plessis-Robinson',1240,1),
(17432,'Levallois-Perret',1240,1),
(17433,'Malakoff',1240,1),
(17434,'Meudon',1240,1),
(17435,'Montrouge',1240,1),
(17436,'Nanterre',1240,1),
(17437,'Neuilly-sur-Seine',1240,1),
(17438,'Puteaux',1240,1),
(17439,'Rueil-Malmaison',1240,1),
(17440,'Saint-Cloud',1240,1),
(17441,'Sceaux',1240,1),
(17442,'Sevres',1240,1),
(17443,'Suresnes',1240,1),
(17444,'Vanves',1240,1),
(17445,'Ville-d\'Avray',1240,1),
(17446,'Villeneuve-la-Garenne',1240,1),
(17447,'Agde',1241,1),
(17448,'Beziers',1241,1),
(17449,'Castelnau-le-Lez',1241,1),
(17450,'Frontignan',1241,1),
(17451,'Lattes',1241,1),
(17452,'Lunel',1241,1),
(17453,'Mauguio',1241,1),
(17454,'Montpellier',1241,1),
(17455,'Sete',1241,1),
(17456,'Champagne-sur-Oise',1242,1),
(17457,'Croissy-Beaubourg',1242,1),
(17458,'Gennevilliers',1242,1),
(17459,'Le Mesnil-le-Roi',1242,1),
(17460,'Le Plessis-Bouchard',1242,1),
(17461,'Rebais',1242,1),
(17462,'Saint-Thibault-des-Vignes',1242,1),
(17463,'Cesson-Sevigne',1243,1),
(17464,'Dinard',1243,1),
(17465,'Fougeres',1243,1),
(17466,'Rennes',1243,1),
(17467,'Saint-Malo',1243,1),
(17468,'Vitre',1243,1),
(17469,'Chateauroux',1244,1),
(17470,'Issoudun',1244,1),
(17471,'Amboise',1245,1),
(17472,'Joue-les-Tours',1245,1),
(17473,'Saint-Avertin',1245,1),
(17474,'Saint-Cyr-sur-Loire',1245,1),
(17475,'Saint-Pierre-des-Corps',1245,1),
(17476,'Tours',1245,1),
(17477,'Bourgoin-Jallieu',1246,1),
(17478,'Crolles',1246,1),
(17479,'Echirolles',1246,1),
(17480,'Fontaine',1246,1),
(17481,'Grenoble',1246,1),
(17482,'Le Pont-de-Claix',1246,1),
(17483,'Meylan',1246,1),
(17484,'Saint-Egreve',1246,1),
(17485,'Saint-Martin-d\'Heres',1246,1),
(17486,'Seyssinet-Pariset',1246,1),
(17487,'Vienne',1246,1),
(17488,'Villefontaine',1246,1),
(17489,'Voiron',1246,1),
(17490,'Champagnole',1247,1),
(17491,'Dole',1247,1),
(17492,'Lons-le-Saunier',1247,1),
(17493,'Saint-Claude',1247,1),
(17494,'Sebastiangasse',1248,1),
(17495,'Biscarrosse',1249,1),
(17496,'Dax',1249,1),
(17497,'Hagetmau',1249,1),
(17498,'Landes',1249,1),
(17499,'Mont-de-Marsan',1249,1),
(17500,'Saint-Paul-les-Dax',1249,1),
(17501,'Tarnos',1249,1),
(17502,'Codolet',1250,1),
(17503,'Cuxac-d\'Aude',1250,1),
(17504,'Gigean',1250,1),
(17505,'Grabels',1250,1),
(17506,'Lamalou-les-Bains',1250,1),
(17507,'Perols',1250,1),
(17508,'Peyrens',1250,1),
(17509,'Tuchan',1250,1),
(17510,'Larcay',1251,1),
(17511,'Voutezac',1254,1),
(17512,'Blois',1255,1),
(17513,'Romorantin-Lanthenay',1255,1),
(17514,'Vendome',1255,1),
(17515,'Andrezieux-Boutheon',1256,1),
(17516,'Firminy',1256,1),
(17517,'La Ricamarie',1256,1),
(17518,'Le Chambon-Feugerolles',1256,1),
(17519,'Montbrison',1256,1),
(17520,'Riorges',1256,1),
(17521,'Rive-de-Gier',1256,1),
(17522,'Roanne',1256,1),
(17523,'Roche-la-Moliere',1256,1),
(17524,'Saint-Chamond',1256,1),
(17525,'Saint-Etienne',1256,1),
(17526,'Saint-Just-Saint-Rambert',1256,1),
(17527,'Bouguenais',1257,1),
(17528,'Carquefou',1257,1),
(17529,'Chateaubriant',1257,1),
(17530,'Coueron',1257,1),
(17531,'Guerande',1257,1),
(17532,'La Baule-Escoublac',1257,1),
(17533,'La Chapelle-sur-Erdre',1257,1),
(17534,'Nantes',1257,1),
(17535,'Orvault',1257,1),
(17536,'Reze',1257,1),
(17537,'Saint Etienne de Mer Morte',1257,1),
(17538,'Saint-Herblain',1257,1),
(17539,'Saint-Nazaire',1257,1),
(17540,'Saint-Sebastien-sur-Loire',1257,1),
(17541,'Sainte-Luce-sur-Loire',1257,1),
(17542,'Vertou',1257,1),
(17543,'Amilly',1258,1),
(17544,'Chalette-sur-Loing',1258,1),
(17545,'Fleury-les-Aubrais',1258,1),
(17546,'Gien',1258,1),
(17547,'Montargis',1258,1),
(17548,'Olivet',1258,1),
(17549,'Orleans',1258,1),
(17550,'Pithiviers',1258,1),
(17551,'Saint-Jean-de-Braye',1258,1),
(17552,'Saint-Jean-de-la-Ruelle',1258,1),
(17553,'Saran',1258,1),
(17554,'Montbronn',1259,1),
(17555,'Cahors',1260,1),
(17556,'Figeac',1260,1),
(17557,'Agen',1261,1),
(17558,'Le Passage',1261,1),
(17559,'Marmande',1261,1),
(17560,'Tonneins',1261,1),
(17561,'Villeneuve-sur-Lot',1261,1),
(17562,'Mende',1263,1),
(17563,'Angers',1264,1),
(17564,'Avrille',1264,1),
(17565,'Cholet',1264,1),
(17566,'Les Ponts-de-Ce',1264,1),
(17567,'Saint-Barthelemy-d\'Anjou',1264,1),
(17568,'Saumur',1264,1),
(17569,'Torfou',1264,1),
(17570,'Trelaze',1264,1),
(17571,'Cherbourg',1265,1),
(17572,'Coutances',1265,1),
(17573,'Equeurdreville-Hainneville',1265,1),
(17574,'Granville',1265,1),
(17575,'Octeville',1265,1),
(17576,'Saint-Lo',1265,1),
(17577,'Tourlaville',1265,1),
(17578,'Chalons-en-Champagne',1266,1),
(17579,'Epernay',1266,1),
(17580,'Reims',1266,1),
(17581,'Tinqueux',1266,1),
(17582,'Vitry-le-Francois',1266,1),
(17583,'Chateau-Gontier',1267,1),
(17584,'Laval',1267,1),
(17585,'Mayenne',1267,1),
(17586,'Montsurs',1267,1),
(17587,'Dombasle-sur-Meurthe',1268,1),
(17588,'Jarville-la-Malgrange',1268,1),
(17589,'Laxou',1268,1),
(17590,'Longwy',1268,1),
(17591,'Luneville',1268,1),
(17592,'Nancy',1268,1),
(17593,'Pont-a-Mousson',1268,1),
(17594,'Saint-Max',1268,1),
(17595,'Toul',1268,1),
(17596,'Vandoeuvre-les-Nancy',1268,1),
(17597,'Villers-les-Nancy',1268,1),
(17598,'Villerupt',1268,1),
(17599,'Bar-le-Duc',1269,1),
(17600,'Verdun',1269,1),
(17601,'Boissezon',1270,1),
(17602,'Hauterive',1270,1),
(17603,'Launaguet',1270,1),
(17604,'Mauleon',1270,1),
(17605,'Maurens-Scopont',1270,1),
(17606,'Auray',1271,1),
(17607,'Guidel',1271,1),
(17608,'Hennebont',1271,1),
(17609,'Lanester',1271,1),
(17610,'Lorient',1271,1),
(17611,'Ploemeur',1271,1),
(17612,'Pontivy',1271,1),
(17613,'Vannes',1271,1),
(17614,'Amneville',1272,1),
(17615,'Behren-les-Forbach',1272,1),
(17616,'Creutzwald',1272,1),
(17617,'Fameck',1272,1),
(17618,'Florange',1272,1),
(17619,'Forbach',1272,1),
(17620,'Freyming-Merlebach',1272,1),
(17621,'Hagondange',1272,1),
(17622,'Hayange',1272,1),
(17623,'Hombourg-Haut',1272,1),
(17624,'Maizieres-les-Metz',1272,1),
(17625,'Marly',1272,1),
(17626,'Metz',1272,1),
(17627,'Montigny-les-Metz',1272,1),
(17628,'Moyeuvre-Grande',1272,1),
(17629,'Rombas',1272,1),
(17630,'Saint-Avold',1272,1),
(17631,'Sarrebourg',1272,1),
(17632,'Sarreguemines',1272,1),
(17633,'Stiring-Wendel',1272,1),
(17634,'Thionville',1272,1),
(17635,'Uckange',1272,1),
(17636,'Woippy',1272,1),
(17637,'Yutz',1272,1),
(17638,'Cosne-Cours-sur-Loire',1273,1),
(17639,'Nevers',1273,1),
(17640,'Varennes-Vauzelles',1273,1),
(17641,'Aniche',1274,1),
(17642,'Annoeullin',1274,1),
(17643,'Anzin',1274,1),
(17644,'Armentieres',1274,1),
(17645,'Aulnoye-Aymeries',1274,1),
(17646,'Bailleul',1274,1),
(17647,'Bondues',1274,1),
(17648,'Bruay-sur-l\'Escaut',1274,1),
(17649,'Cambrai',1274,1),
(17650,'Cappelle-la-Grande',1274,1),
(17651,'Caudry',1274,1),
(17652,'Comines',1274,1),
(17653,'Conde-sur-l\'Escaut',1274,1),
(17654,'Coudekerque-Branche',1274,1),
(17655,'Croix',1274,1),
(17656,'Denain',1274,1),
(17657,'Douai',1274,1),
(17658,'Douchy-les-Mines',1274,1),
(17659,'Dunkerque',1274,1),
(17660,'Escaudain',1274,1),
(17661,'Fache-Thumesnil',1274,1),
(17662,'Fourmies',1274,1),
(17663,'Grande-Synthe',1274,1),
(17664,'Graveline',1274,1),
(17665,'Halluin',1274,1),
(17666,'Haubourdin',1274,1),
(17667,'Hautmont',1274,1),
(17668,'Hazebrouck',1274,1),
(17669,'Hem',1274,1),
(17670,'Hulluch',1274,1),
(17671,'Jeumont',1274,1),
(17672,'La Madeleine',1274,1),
(17673,'Lambersart',1274,1),
(17674,'Leers',1274,1),
(17675,'Lille',1274,1),
(17676,'Lomme',1274,1),
(17677,'Loos',1274,1),
(17678,'Lys-lez-Lannoy',1274,1),
(17679,'Marcq-en-Baroeul',1274,1),
(17680,'Marennes',1274,1),
(17681,'Marly',1274,1),
(17682,'Marquette-lez-Lille',1274,1),
(17683,'Maubeuge',1274,1),
(17684,'Merville',1274,1),
(17685,'Mons-en-Baroeul',1274,1),
(17686,'Mouvaux',1274,1),
(17687,'Neuville-en-Ferrain',1274,1),
(17688,'Onnaing',1274,1),
(17689,'Raismes',1274,1),
(17690,'Ronchin',1274,1),
(17691,'Roncq',1274,1),
(17692,'Roubaix',1274,1),
(17693,'Saint-Amand-les-Eaux',1274,1),
(17694,'Saint-Andre-lez-Lille',1274,1),
(17695,'Saint-Pol-sur-Mer',1274,1),
(17696,'Saint-Saulve',1274,1),
(17697,'Seclin',1274,1),
(17698,'Sin-le-Noble',1274,1),
(17699,'Somain',1274,1),
(17700,'Tourcoing',1274,1),
(17701,'Valenciennes',1274,1),
(17702,'Vieux-Conde',1274,1),
(17703,'Villeneuve-d\'Ascq',1274,1),
(17704,'Wasquehal',1274,1),
(17705,'Wattignies',1274,1),
(17706,'Wattrelos',1274,1),
(17707,'Waziers',1274,1),
(17708,'Esquelbecq',1275,1),
(17709,'Beauvais',1276,1),
(17710,'Chantilly',1276,1),
(17711,'Clermont',1276,1),
(17712,'Compiegne',1276,1),
(17713,'Creil',1276,1),
(17714,'Crepy-en-Valois',1276,1),
(17715,'Gouvieux',1276,1),
(17716,'Meru',1276,1),
(17717,'Montataire',1276,1),
(17718,'Nogent-sur-Oise',1276,1),
(17719,'Noyon',1276,1),
(17720,'Pont-Sainte-Maxence',1276,1),
(17721,'Senlis',1276,1),
(17722,'Alencon',1277,1),
(17723,'Argentan',1277,1),
(17724,'Flers',1277,1),
(17725,'L\'Aigle',1277,1),
(17726,'Paris',1278,1),
(17727,'Aire-sur-la-Lys',1279,1),
(17728,'Arras',1279,1),
(17729,'Auchel',1279,1),
(17730,'Avion',1279,1),
(17731,'Berck',1279,1),
(17732,'Bethune',1279,1),
(17733,'Boulogne-sur-Mer',1279,1),
(17734,'Bruay-la-Brussiere',1279,1),
(17735,'Bully-les-Mines',1279,1),
(17736,'Calais',1279,1),
(17737,'Carvin',1279,1),
(17738,'Courrieres',1279,1),
(17739,'Etaples',1279,1),
(17740,'Harnes',1279,1),
(17741,'Henin-Beaumont',1279,1),
(17742,'Le Portel',1279,1),
(17743,'Lens',1279,1),
(17744,'Libercourt',1279,1),
(17745,'Lievin',1279,1),
(17746,'Lillers',1279,1),
(17747,'Longuenesse',1279,1),
(17748,'Marck',1279,1),
(17749,'Mericourt',1279,1),
(17750,'Montigny-en-Gohelle',1279,1),
(17751,'Noeux-les-Mines',1279,1),
(17752,'Oignies',1279,1),
(17753,'Outreau',1279,1),
(17754,'Rouvroy',1279,1),
(17755,'Saint-Martin-Boulogne',1279,1),
(17756,'Saint-Omer',1279,1),
(17757,'Sallaumines',1279,1),
(17758,'Vendin-le-Vieil',1279,1),
(17759,'Loiron',1281,1),
(17760,'Marolles-les-Braults',1281,1),
(17761,'Mortagne-sur-Sevre',1281,1),
(17762,'Mouzillon',1281,1),
(17763,'Noirmoutier-en-l\'ÃƒÂŽle',1281,1),
(17764,'Friville',1282,1),
(17765,'Liancourt',1282,1),
(17766,'Maizy',1282,1),
(17767,'Oust-Marest',1282,1),
(17768,'Puiseux-le-Hauberger',1282,1),
(17769,'Saint-Crepin-Ibouvillers',1282,1),
(17770,'Aubiere',1283,1),
(17771,'Beaumont',1283,1),
(17772,'Chamalieres',1283,1),
(17773,'Clermont-Ferrand',1283,1),
(17774,'Cournon-d\'Auvergne',1283,1),
(17775,'Gerzat',1283,1),
(17776,'Issoire',1283,1),
(17777,'Riom',1283,1),
(17778,'Thiers',1283,1),
(17779,'Anglet',1284,1),
(17780,'Bayonne',1284,1),
(17781,'Biarritz',1284,1),
(17782,'Billere',1284,1),
(17783,'Hendaye',1284,1),
(17784,'Lons',1284,1),
(17785,'Oloron-Sainte-Marie',1284,1),
(17786,'Orthez',1284,1),
(17787,'Pau',1284,1),
(17788,'Saint-Jean-de-Luz',1284,1),
(17789,'Perpignan',1285,1),
(17790,'Saint-Esteve',1285,1),
(17791,'Quelmes',1286,1),
(17792,'Brignais',1287,1),
(17793,'Bron',1287,1),
(17794,'Caluire-et-Cuire',1287,1),
(17795,'Decines-Charpieu',1287,1),
(17796,'Ecully',1287,1),
(17797,'Francheville',1287,1),
(17798,'Genas',1287,1),
(17799,'Genay',1287,1),
(17800,'Givors',1287,1),
(17801,'Lyon',1287,1),
(17802,'Meyzieu',1287,1),
(17803,'Mions',1287,1),
(17804,'Oullins',1287,1),
(17805,'Pierre-Benite',1287,1),
(17806,'Rillieux-la-Pape',1287,1),
(17807,'Saint-Fons',1287,1),
(17808,'Saint-Genis-Laval',1287,1),
(17809,'Saint-Priest',1287,1),
(17810,'Sainte-Foy-les-Lyon',1287,1),
(17811,'Tarare',1287,1),
(17812,'Tassin-la-Demi-Lune',1287,1),
(17813,'Vaulx-en-Velin',1287,1),
(17814,'Venissieux',1287,1),
(17815,'Villefranche-sur-Saone',1287,1),
(17816,'Villeurbanne',1287,1),
(17817,'Beauvoir-en-Royans',1288,1),
(17818,'Belley',1288,1),
(17819,'Bons-en-Chablais',1288,1),
(17820,'Chalain-d\'Uzore',1288,1),
(17821,'Chassieu',1288,1),
(17822,'Chavanod',1288,1),
(17823,'Chazay-d-Azergues',1288,1),
(17824,'Chimilin',1288,1),
(17825,'Civrieux-d Azergues',1288,1),
(17826,'Corbas',1288,1),
(17827,'Courzieu',1288,1),
(17828,'Dardilly',1288,1),
(17829,'Guereins',1288,1),
(17830,'Izernore',1288,1),
(17831,'La Talaudiere',1288,1),
(17832,'La Tronche',1288,1),
(17833,'La Verpilliere',1288,1),
(17834,'Le Cheylard',1288,1),
(17835,'Le Cheylas',1288,1),
(17836,'Mery',1288,1),
(17837,'Moirans',1288,1),
(17838,'Montalieu-Vercieu',1288,1),
(17839,'Montmiral',1288,1),
(17840,'Peronnas',1288,1),
(17841,'Poncin',1288,1),
(17842,'Quincie-en-Beaujolais',1288,1),
(17843,'Saint-Quentin-sur-Isere',1288,1),
(17844,'Sainte Agathe la Bouteresse',1288,1),
(17845,'Sainte-Consorce',1288,1),
(17846,'Sisteron',1288,1),
(17847,'Trevoux',1288,1),
(17848,'Villard-Bonnot',1288,1),
(17849,'Autun',1291,1),
(17850,'Chalon-sur-Saone',1291,1),
(17851,'Digoin',1291,1),
(17852,'Gueugnon',1291,1),
(17853,'Le Creusot',1291,1),
(17854,'Macon',1291,1),
(17855,'Montceau-les-Mines',1291,1),
(17856,'Paray-le-Monial',1291,1),
(17857,'Saint-Vallier',1291,1),
(17858,'Allonnes',1292,1),
(17859,'La Ferte-Bernard',1292,1),
(17860,'La Fleche',1292,1),
(17861,'Le Mans',1292,1),
(17862,'Sable-sur-Sarthe',1292,1),
(17863,'Aix-les-Bains',1293,1),
(17864,'Albertville',1293,1),
(17865,'Chambery',1293,1),
(17866,'La Motte-Servolex',1293,1),
(17867,'Saint-Jean-de-Maurienne',1293,1),
(17868,'Barentin',1294,1),
(17869,'Bihorel',1294,1),
(17870,'Bois-Guillaume',1294,1),
(17871,'Bolbec',1294,1),
(17872,'Canteleu',1294,1),
(17873,'Caudebec-les-Elbeuf',1294,1),
(17874,'Darnetal',1294,1),
(17875,'Deville-les-Rouen',1294,1),
(17876,'Dieppe',1294,1),
(17877,'Elbeuf',1294,1),
(17878,'Fecamp',1294,1),
(17879,'Gonfreville-l\'Orcher',1294,1),
(17880,'Grand-Couronne',1294,1),
(17881,'Harfleur',1294,1),
(17882,'Le Grand-Quevilly',1294,1),
(17883,'Le Havre',1294,1),
(17884,'Le Petit-Quevilly',1294,1),
(17885,'Lillebonne',1294,1),
(17886,'Maromme',1294,1),
(17887,'Mont-Saint-Aignan',1294,1),
(17888,'Montivilliers',1294,1),
(17889,'Notre-Dame-de-Gravenchon',1294,1),
(17890,'Oissel',1294,1),
(17891,'Rouen',1294,1),
(17892,'Saint-Etienne-du-Rouvray',1294,1),
(17893,'Sotteville-les-Rouen',1294,1),
(17894,'Yvetot',1294,1),
(17895,'Aubervillers',1295,1),
(17896,'Aulnay-sous-Bois',1295,1),
(17897,'Bagnolet',1295,1),
(17898,'Bobigny',1295,1),
(17899,'Bondy',1295,1),
(17900,'Clichy-sous-Bois',1295,1),
(17901,'Drancy',1295,1),
(17902,'Epinay-sur-Seine',1295,1),
(17903,'Gagny',1295,1),
(17904,'La Courneuve',1295,1),
(17905,'Le Blanc-Mesnil',1295,1),
(17906,'Le Bourget',1295,1),
(17907,'Le Pre-Saint-Gervais',1295,1),
(17908,'Le Raincy',1295,1),
(17909,'Les Lilas',1295,1),
(17910,'Les Pavillons-sous-Bois',1295,1),
(17911,'Livry-Gargan',1295,1),
(17912,'Montfermeil',1295,1),
(17913,'Montreuil',1295,1),
(17914,'Neuilly-Plaisance',1295,1),
(17915,'Neuilly-sur-Marne',1295,1),
(17916,'Noisy-le-Grand',1295,1),
(17917,'Noisy-le-Sec',1295,1),
(17918,'Pantin',1295,1),
(17919,'Pierrefitte-sur-Seine',1295,1),
(17920,'Romainville',1295,1),
(17921,'Rosny-sous-Bois',1295,1),
(17922,'Saint-Denis',1295,1),
(17923,'Saint-Ouen',1295,1),
(17924,'Sevran',1295,1),
(17925,'Stains',1295,1),
(17926,'Tremblay-en-France',1295,1),
(17927,'Villemomble',1295,1),
(17928,'Villepinte',1295,1),
(17929,'Villetaneuse',1295,1),
(17930,'Avon',1296,1),
(17931,'Brie-Comte-Robert',1296,1),
(17932,'Champs-sur-Marne',1296,1),
(17933,'Chelles',1296,1),
(17934,'Claye-Souilly',1296,1),
(17935,'Combs-la-Ville',1296,1),
(17936,'Coulommiers',1296,1),
(17937,'Dammarie-les-Lys',1296,1),
(17938,'Fontainebleau',1296,1),
(17939,'Lagny-sur-Marne',1296,1),
(17940,'Le Mee-sur-Seine',1296,1),
(17941,'Lognes',1296,1),
(17942,'Meaux',1296,1),
(17943,'Melun',1296,1),
(17944,'Mitry-Mory',1296,1),
(17945,'Moissy-Cramayel',1296,1),
(17946,'Montereau-Fault-Yonne',1296,1),
(17947,'Nemours',1296,1),
(17948,'Noisiel',1296,1),
(17949,'Ozoir-la-Ferriere',1296,1),
(17950,'Pontault-Combault',1296,1),
(17951,'Provins',1296,1),
(17952,'Roissy-en-Brie',1296,1),
(17953,'Saint-Fargeau-Ponthierry',1296,1),
(17954,'Savigny-le-Temple',1296,1),
(17955,'Torcy',1296,1),
(17956,'Vaires-sur-Marne',1296,1),
(17957,'Veneux',1296,1),
(17958,'Villeparisis',1296,1),
(17959,'Abbeville',1297,1),
(17960,'Albert',1297,1),
(17961,'Amiens',1297,1),
(17962,'Souvans',1299,1),
(17963,'Albi',1300,1),
(17964,'Carmaux',1300,1),
(17965,'Castres',1300,1),
(17966,'Gaillac',1300,1),
(17967,'Graulhet',1300,1),
(17968,'Mazamet',1300,1),
(17969,'Castelsarassin',1301,1),
(17970,'Moissac',1301,1),
(17971,'Montauban',1301,1),
(17972,'Chamberet',1303,1),
(17973,'Argenteuil',1305,1),
(17974,'Arnouville-les-Gonesse',1305,1),
(17975,'Beauchamps',1305,1),
(17976,'Bezons',1305,1),
(17977,'Cergy',1305,1),
(17978,'Cormeilles-en-Parisis',1305,1),
(17979,'Deuil-la-Barre',1305,1),
(17980,'Domont',1305,1),
(17981,'Eaubonne',1305,1),
(17982,'Enghien-les-Bains',1305,1),
(17983,'Eragny',1305,1),
(17984,'Ermont',1305,1),
(17985,'Ezanville',1305,1),
(17986,'Fosses',1305,1),
(17987,'Franconville',1305,1),
(17988,'Garges-les-Gonesse',1305,1),
(17989,'Gonesse',1305,1),
(17990,'Goussainville',1305,1),
(17991,'Herblay',1305,1),
(17992,'Jouy-le-Moutier',1305,1),
(17993,'L\'Isle-Adam',1305,1),
(17994,'Montigny-les-Cormeilles',1305,1),
(17995,'Montmagny',1305,1),
(17996,'Montmorency',1305,1),
(17997,'Osny',1305,1),
(17998,'Persan',1305,1),
(17999,'Pontoise',1305,1),
(18000,'Saint-Brice-sous-Foret',1305,1),
(18001,'Saint-Gratien',1305,1),
(18002,'Saint-Leu-la-Foret',1305,1),
(18003,'Saint-Ouen-l\'Aumone',1305,1),
(18004,'Sannois',1305,1),
(18005,'Sarcelles',1305,1),
(18006,'Soisy-sous-Montmorency',1305,1),
(18007,'Taverny',1305,1),
(18008,'Vaureal',1305,1),
(18009,'Villiers-le-Bel',1305,1),
(18010,'Alfortville',1306,1),
(18011,'Arcueil',1306,1),
(18012,'Boissy-Saint-Leger',1306,1),
(18013,'Bonneuil',1306,1),
(18014,'Bry-sur-Marne',1306,1),
(18015,'Cachan',1306,1),
(18016,'Champigny-sur-Marne',1306,1),
(18017,'Charenton-le-Pont',1306,1),
(18018,'Chennevieres-sur-Marne',1306,1),
(18019,'Chevilly-Larue',1306,1),
(18020,'Choisy-le-Roi',1306,1),
(18021,'Creteil',1306,1),
(18022,'Fontenay-sous-Bois',1306,1),
(18023,'Fresnes',1306,1),
(18024,'Gentilly',1306,1),
(18025,'Ivry-sur-Seine',1306,1),
(18026,'Joinville-le-Pont',1306,1),
(18027,'L\'Hay-les-Roses',1306,1),
(18028,'La Queue-en-Brie',1306,1),
(18029,'Le Kremlin-Bicetre',1306,1),
(18030,'Le Perreux-sur-Marne',1306,1),
(18031,'Le Plessis-Trevise',1306,1),
(18032,'Limeil-Brevannes',1306,1),
(18033,'Maisons-Alfort',1306,1),
(18034,'Nogent-sur-Marne',1306,1),
(18035,'Orly',1306,1),
(18036,'Ormesson-sur-Marne',1306,1),
(18037,'Saint-Mande',1306,1),
(18038,'Saint-Maur-des-Fosses',1306,1),
(18039,'Saint-Maurice',1306,1),
(18040,'Sucy-en-Brie',1306,1),
(18041,'Thiais',1306,1),
(18042,'Valenton',1306,1),
(18043,'Villejuif',1306,1),
(18044,'Villeneuve-Saint-Georges',1306,1),
(18045,'Villeneuve-le-Roi',1306,1),
(18046,'Villiers-sur-Marne',1306,1),
(18047,'Vincennes',1306,1),
(18048,'Vitry-sur-Seine',1306,1),
(18049,'Brignoles',1307,1),
(18050,'Draguignan',1307,1),
(18051,'Frejus',1307,1),
(18052,'Hyeres',1307,1),
(18053,'La Crau',1307,1),
(18054,'La Garde',1307,1),
(18055,'La Seyne-sur-Mer',1307,1),
(18056,'La Valette-du-Var',1307,1),
(18057,'Le Pradet',1307,1),
(18058,'Ollioules',1307,1),
(18059,'Roquebrune-sur-Argens',1307,1),
(18060,'Saint-Maximin-la-Sainte-Baume',1307,1),
(18061,'Saint-Raphael',1307,1),
(18062,'Sainte-Maxime',1307,1),
(18063,'Sanary-sur-Mer',1307,1),
(18064,'Six-Fours-les-Plages',1307,1),
(18065,'Sollies-Pont',1307,1),
(18066,'Toulon',1307,1),
(18067,'Apt',1308,1),
(18068,'Avignon',1308,1),
(18069,'Bollene',1308,1),
(18070,'Carpentras',1308,1),
(18071,'Cavaillon',1308,1),
(18072,'L\'Isle-sur-la-Sorgue',1308,1),
(18073,'Le Pontet',1308,1),
(18074,'Orange',1308,1),
(18075,'Pertuis',1308,1),
(18076,'Sorgues',1308,1),
(18077,'Valreas',1308,1),
(18078,'Vellise',1309,1),
(18079,'Challans',1310,1),
(18080,'Chateau-d\'Olonne',1310,1),
(18081,'Fontenay-le-Comte',1310,1),
(18082,'La Chasnis',1310,1),
(18083,'La Roche-sur-Yon',1310,1),
(18084,'Les Herbiers',1310,1),
(18085,'Les Sables-d\'Olonne',1310,1),
(18086,'Longeville-sur-Mer',1310,1),
(18087,'Chatellerault',1311,1),
(18088,'Poitiers',1311,1),
(18089,'Epinal',1312,1),
(18090,'Gerardmer',1312,1),
(18091,'Remiremont',1312,1),
(18092,'Saint-Die',1312,1),
(18093,'Auxerre',1313,1),
(18094,'Avallon',1313,1),
(18095,'Joigny',1313,1),
(18096,'Sens',1313,1),
(18097,'Acheres',1314,1),
(18098,'Andresy',1314,1),
(18099,'Aubergenville',1314,1),
(18100,'Bois-d\'Arcy',1314,1),
(18101,'Carrieres-sous-Poissy',1314,1),
(18102,'Carrieres-sur-Seine',1314,1),
(18103,'Chanteloup-les-Vignes',1314,1),
(18104,'Chatou',1314,1),
(18105,'Conflans-Sainte-Honorine',1314,1),
(18106,'Croissy-sur-Seine',1314,1),
(18107,'Elancourt',1314,1),
(18108,'Fontenay-le-Fleury',1314,1),
(18109,'Guyancourt',1314,1),
(18110,'Houilles',1314,1),
(18111,'La Celle-Saint-Cloud',1314,1),
(18112,'Le Chesnay',1314,1),
(18113,'Le Pecq',1314,1),
(18114,'Le Vesinet',1314,1),
(18115,'Les Clayes-sous-Bois',1314,1),
(18116,'Les Mureaux',1314,1),
(18117,'Limay',1314,1),
(18118,'Maisons-Laffitte',1314,1),
(18119,'Mantes-la-Jolie',1314,1),
(18120,'Mantes-la-Ville',1314,1),
(18121,'Marly-le-Roi',1314,1),
(18122,'Maurepas',1314,1),
(18123,'Montesson',1314,1),
(18124,'Montigny-le-Bretonneux',1314,1),
(18125,'Plaisir',1314,1),
(18126,'Poissy',1314,1),
(18127,'Rambouillet',1314,1),
(18128,'Saint-Cyr-l\'Ecole',1314,1),
(18129,'Saint-Germain-en-Laye',1314,1),
(18130,'Sartrouville',1314,1),
(18131,'Trappes',1314,1),
(18132,'Triel-sur-Seine',1314,1),
(18133,'Velizy-Villacoublay',1314,1),
(18134,'Verneuil-sur-Seine',1314,1),
(18135,'Versailles',1314,1),
(18136,'Viroflay',1314,1),
(18137,'Voisins-le-Bretonneux',1314,1),
(18138,'Camopi',1315,1),
(18139,'Cayenne',1315,1),
(18140,'Iracoubo',1315,1),
(18141,'Kourou',1315,1),
(18142,'Macouria',1315,1),
(18143,'Matoury',1315,1),
(18144,'Remire-Montjoly',1315,1),
(18145,'Roura',1315,1),
(18146,'Saint-Georges',1315,1),
(18147,'Sinnamary',1315,1),
(18148,'Apatou',1316,1),
(18149,'Grand-Santi',1316,1),
(18150,'Mana',1316,1),
(18151,'Maripasoula',1316,1),
(18152,'Saint-Laurent-du-Maroni',1316,1),
(18153,'Atuona',1319,1),
(18154,'Fatu-Hiva',1319,1),
(18155,'Hakahao',1319,1),
(18156,'Hakamaii',1319,1),
(18157,'Hatiheu',1319,1),
(18158,'Tahuata',1319,1),
(18159,'Taiohae',1319,1),
(18160,'Taipivai',1319,1),
(18161,'Ua-Huka',1319,1),
(18162,'Ahe',1320,1),
(18163,'Amanu',1320,1),
(18164,'Anaa',1320,1),
(18165,'Apataki',1320,1),
(18166,'Arutua',1320,1),
(18167,'Faaite',1320,1),
(18168,'Fakahima',1320,1),
(18169,'Fakarava',1320,1),
(18170,'Fangatau',1320,1),
(18171,'Hao',1320,1),
(18172,'Hereheretue',1320,1),
(18173,'Hikueru',1320,1),
(18174,'Katiu',1320,1),
(18175,'Kauehi',1320,1),
(18176,'Kaukura',1320,1),
(18177,'Makatea',1320,1),
(18178,'Makemo',1320,1),
(18179,'Manihi',1320,1),
(18180,'Marokau',1320,1),
(18181,'Napuka',1320,1),
(18182,'Niau',1320,1),
(18183,'Nukutavake',1320,1),
(18184,'Puamau',1320,1),
(18185,'Pukapuka',1320,1),
(18186,'Pukarua',1320,1),
(18187,'Rangiroa',1320,1),
(18188,'Raroia',1320,1),
(18189,'Reao',1320,1),
(18190,'Rikitea',1320,1),
(18191,'Taenga',1320,1),
(18192,'Takapoto',1320,1),
(18193,'Takaroa',1320,1),
(18194,'Tatakoto',1320,1),
(18195,'Tepoto',1320,1),
(18196,'Tikehau',1320,1),
(18197,'Tureia',1320,1),
(18198,'Vahitahi',1320,1),
(18199,'Vairaatea',1320,1),
(18200,'Amaru',1321,1),
(18201,'Anapoto',1321,1),
(18202,'Anatonu',1321,1),
(18203,'Auti',1321,1),
(18204,'Avera',1321,1),
(18205,'Mahu',1321,1),
(18206,'Mataura',1321,1),
(18207,'Moerai',1321,1),
(18208,'Mutuaura',1321,1),
(18209,'Rairua',1321,1),
(18210,'Rapa',1321,1),
(18211,'Taahuaia',1321,1),
(18212,'Vaiuru',1321,1),
(18213,'Martin-de-Vivies',1322,1),
(18214,'Port-aux-Francais',1324,1),
(18215,'Cocobeach',1325,1),
(18216,'Kango',1325,1),
(18217,'Libreville',1325,1),
(18218,'Nkan',1325,1),
(18219,'Ntoum',1325,1),
(18220,'Lekoni',1326,1),
(18221,'Masuku',1326,1),
(18222,'Moanda',1326,1),
(18223,'Mounana',1326,1),
(18224,'Okandja',1326,1),
(18225,'Lambarene',1327,1),
(18226,'Ndjole',1327,1),
(18227,'Fougamou',1328,1),
(18228,'Mbigou',1328,1),
(18229,'Mimongo',1328,1),
(18230,'Mouila',1328,1),
(18231,'Ndende',1328,1),
(18232,'Mayumba',1329,1),
(18233,'Tchibanga',1329,1),
(18234,'Tsogni',1329,1),
(18235,'Booue',1330,1),
(18236,'Makokou',1330,1),
(18237,'Mekambo',1330,1),
(18238,'Koulamoutou',1331,1),
(18239,'Lastoursville',1331,1),
(18240,'Gamba',1332,1),
(18241,'Omboue',1332,1),
(18242,'Port-Gentil',1332,1),
(18243,'Sette Cama',1332,1),
(18244,'Bitam',1333,1),
(18245,'Lalara',1333,1),
(18246,'Medouneu',1333,1),
(18247,'Minvoul',1333,1),
(18248,'Mitzic',1333,1),
(18249,'Oyem',1333,1),
(18250,'Banjul',1334,1),
(18251,'Basse',1335,1),
(18252,'Gambissara',1335,1),
(18253,'Sabi',1335,1),
(18254,'Salikeni',1335,1),
(18255,'Brikama',1336,1),
(18256,'Brufut',1336,1),
(18257,'Gunjur',1336,1),
(18258,'Sukuta',1336,1),
(18259,'Bansang',1337,1),
(18260,'Janjanbureh',1337,1),
(18261,'Bakau',1338,1),
(18262,'Serekunda',1338,1),
(18263,'Barra',1339,1),
(18264,'Essau',1339,1),
(18265,'Farafenni',1339,1),
(18266,'Kerewan',1339,1),
(18267,'Lamin',1339,1),
(18268,'Kuntaur',1340,1),
(18269,'Mansakonko',1341,1),
(18270,'Ahali Atoni',1342,1),
(18271,'Bihvinta',1342,1),
(18272,'Gagra',1342,1),
(18273,'Gali',1342,1),
(18274,'Gudauta',1342,1),
(18275,'Gulripshi',1342,1),
(18276,'Ochamchira',1342,1),
(18277,'Suhumi',1342,1),
(18278,'Tkvarcheli',1342,1),
(18279,'Batumi',1343,1),
(18280,'Dioknisi',1343,1),
(18281,'Kobuleti',1343,1),
(18282,'Mahindzhauri',1343,1),
(18283,'Lanchhuti',1344,1),
(18284,'Ozurgeti',1344,1),
(18285,'Bagdadi',1345,1),
(18286,'Chaltubo',1345,1),
(18287,'Chiatura',1345,1),
(18288,'Honi',1345,1),
(18289,'Kutaisi',1345,1),
(18290,'Sachhere',1345,1),
(18291,'Samtredia',1345,1),
(18292,'Terzhola',1345,1),
(18293,'Tkibuli',1345,1),
(18294,'Vani',1345,1),
(18295,'Zestaponi',1345,1),
(18296,'Ahmeta',1346,1),
(18297,'Cnori',1346,1),
(18298,'Dedoplisckaro',1346,1),
(18299,'Gurdzhaani',1346,1),
(18300,'Kvareli',1346,1),
(18301,'Lagodehi',1346,1),
(18302,'Sagaredzho',1346,1),
(18303,'Signahi',1346,1),
(18304,'Telavi',1346,1),
(18305,'Dusheti',1348,1),
(18306,'Mcheta',1348,1),
(18307,'Ambrolauri',1349,1),
(18308,'Cageri',1349,1),
(18309,'Oni',1349,1),
(18310,'Ahalcihe',1351,1),
(18311,'Ahalkalaki',1351,1),
(18312,'Borzhomi',1351,1),
(18313,'Ninocminda',1351,1),
(18314,'Vale',1351,1),
(18315,'Tbilisi',1353,1),
(18316,'Aalen',1355,1),
(18317,'Achern',1355,1),
(18318,'Aichtal',1355,1),
(18319,'Albstadt',1355,1),
(18320,'Aldingen',1355,1),
(18321,'Allmersbach',1355,1),
(18322,'Alpirsbach',1355,1),
(18323,'Altensteig',1355,1),
(18324,'Altlussheim',1355,1),
(18325,'Ammerbuch',1355,1),
(18326,'Appenweier',1355,1),
(18327,'Asperg',1355,1),
(18328,'Backnang',1355,1),
(18329,'Bad Durrheim',1355,1),
(18330,'Bad Friedrichshall',1355,1),
(18331,'Bad Krozingen',1355,1),
(18332,'Bad Liebenzell',1355,1),
(18333,'Bad Mergentheim',1355,1),
(18334,'Bad Rappenau',1355,1),
(18335,'Bad Sackingen',1355,1),
(18336,'Bad Schonborn',1355,1),
(18337,'Bad Urach',1355,1),
(18338,'Bad Waldsee',1355,1),
(18339,'Bad Wurzach',1355,1),
(18340,'Baden-Baden',1355,1),
(18341,'Bahlingen',1355,1),
(18342,'Baiersbronn',1355,1),
(18343,'Balgheim',1355,1),
(18344,'Balingen',1355,1),
(18345,'Ballrechten-Dottingen',1355,1),
(18346,'Besigheim',1355,1),
(18347,'Biberach',1355,1),
(18348,'Bietigheim-Bissingen',1355,1),
(18349,'Binzen',1355,1),
(18350,'Birkenfeld',1355,1),
(18351,'Bisingen',1355,1),
(18352,'Bitz',1355,1),
(18353,'Blaubeuren',1355,1),
(18354,'Blaustein',1355,1),
(18355,'Blumberg',1355,1),
(18356,'Boblingen',1355,1),
(18357,'Bodelshausen',1355,1),
(18358,'Bonndorf',1355,1),
(18359,'Bonnigheim',1355,1),
(18360,'Bopfingen',1355,1),
(18361,'Bottingen',1355,1),
(18362,'Brackenheim',1355,1),
(18363,'Breisach',1355,1),
(18364,'Bretten',1355,1),
(18365,'Bretzfeld',1355,1),
(18366,'Bruchsal',1355,1),
(18367,'Bruhl',1355,1),
(18368,'Buchen',1355,1),
(18369,'Buchenbach',1355,1),
(18370,'Buhl',1355,1),
(18371,'Burgstetten',1355,1),
(18372,'Burladingen',1355,1),
(18373,'Calw',1355,1),
(18374,'Crailsheim',1355,1),
(18375,'Denkendorf',1355,1),
(18376,'Denzlingen',1355,1),
(18377,'Dettingen',1355,1),
(18378,'Dietenheim',1355,1),
(18379,'Ditzingen',1355,1),
(18380,'Donaueschingen',1355,1),
(18381,'Donzdorf',1355,1),
(18382,'Dornhan',1355,1),
(18383,'Dornstadt',1355,1),
(18384,'Dornstetten',1355,1),
(18385,'Dossenheim',1355,1),
(18386,'Durbheim',1355,1),
(18387,'Durmersheim',1355,1),
(18388,'Eberbach',1355,1),
(18389,'Ebersbach',1355,1),
(18390,'Edingen',1355,1),
(18391,'Edingen-Neckarhausen',1355,1),
(18392,'Eggenstein-Leopoldshafen',1355,1),
(18393,'Ehingen',1355,1),
(18394,'Eislingen',1355,1),
(18395,'Ellhofen',1355,1),
(18396,'Ellwangen',1355,1),
(18397,'Emmendingen',1355,1),
(18398,'Emmingen-Liptingen',1355,1),
(18399,'Engen',1355,1),
(18400,'Eningen',1355,1),
(18401,'Eppelheim',1355,1),
(18402,'Eppingen',1355,1),
(18403,'Erbach',1355,1),
(18404,'Eriskirch',1355,1),
(18405,'Eschach',1355,1),
(18406,'Esslingen',1355,1),
(18407,'Ettenheim',1355,1),
(18408,'Ettlingen',1355,1),
(18409,'Fellbach',1355,1),
(18410,'Filderstadt',1355,1),
(18411,'Freiberg',1355,1),
(18412,'Freiburg',1355,1),
(18413,'Freudenstadt',1355,1),
(18414,'Frickenhausen',1355,1),
(18415,'Fridingen',1355,1),
(18416,'Friedrichshafen',1355,1),
(18417,'Friesenheim',1355,1),
(18418,'Frittlingen',1355,1),
(18419,'Furtwangen',1355,1),
(18420,'Gaggenau',1355,1),
(18421,'Gaildorf',1355,1),
(18422,'Gartringen',1355,1),
(18423,'Gaufelden',1355,1),
(18424,'Geislingen',1355,1),
(18425,'Gengenbach',1355,1),
(18426,'Gerlingen',1355,1),
(18427,'Gernsbach',1355,1),
(18428,'Gerstetten',1355,1),
(18429,'Giengen',1355,1),
(18430,'Goppingen',1355,1),
(18431,'Gottmadingen',1355,1),
(18432,'Graben-Neudorf',1355,1),
(18433,'Grafenberg',1355,1),
(18434,'Grafenhausen',1355,1),
(18435,'Grenzach-Wyhlen',1355,1),
(18436,'GroBbettlingen',1355,1),
(18437,'Grunkraut',1355,1),
(18438,'Gschwend',1355,1),
(18439,'Guglingen',1355,1),
(18440,'Gundelfingen',1355,1),
(18441,'Gutach',1355,1),
(18442,'Haigerloch',1355,1),
(18443,'Haiterbach',1355,1),
(18444,'Harmersabch',1355,1),
(18445,'Hausach',1355,1),
(18446,'Hechingen',1355,1),
(18447,'Heddesheim',1355,1),
(18448,'Heidelberg',1355,1),
(18449,'Heidenheim',1355,1),
(18450,'Heilbronn',1355,1),
(18451,'Hemsbach',1355,1),
(18452,'Herbrechtingen',1355,1),
(18453,'Herrenberg',1355,1),
(18454,'Heubach',1355,1),
(18455,'Hirschberg',1355,1),
(18456,'Hockenheim',1355,1),
(18457,'Holzgerlingen',1355,1),
(18458,'Horb',1355,1),
(18459,'Hufingen',1355,1),
(18460,'Huttlingen',1355,1),
(18461,'Isny',1355,1),
(18462,'Ispringen',1355,1),
(18463,'Jungingen',1355,1),
(18464,'Karlsbad',1355,1),
(18465,'Karlsruhe',1355,1),
(18466,'Kehl',1355,1),
(18467,'Kernen',1355,1),
(18468,'Ketsch',1355,1),
(18469,'Kieselbronn',1355,1),
(18470,'Kirchberg an der Jagst',1355,1),
(18471,'Kirchheim',1355,1),
(18472,'Kirchzarten',1355,1),
(18473,'Kisslegg',1355,1),
(18474,'Klettgau',1355,1),
(18475,'Kongen',1355,1),
(18476,'Konigsbach-Stein',1355,1),
(18477,'Konigsbronn',1355,1),
(18478,'Konstanz',1355,1),
(18479,'Korb',1355,1),
(18480,'Korntal-Munchingen',1355,1),
(18481,'Kornwestheim',1355,1),
(18482,'Kraichtal',1355,1),
(18483,'Kressbronn an Bodensee',1355,1),
(18484,'Kronau',1355,1),
(18485,'Kuessaberg',1355,1),
(18486,'Kunzelsau',1355,1),
(18487,'Ladenburg',1355,1),
(18488,'Lahr',1355,1),
(18489,'Laichingen',1355,1),
(18490,'Langenau',1355,1),
(18491,'Lauda-Konigshofen',1355,1),
(18492,'Lauffen',1355,1),
(18493,'Laupheim',1355,1),
(18494,'Leimen',1355,1),
(18495,'Leinfelden-Echterdingen',1355,1),
(18496,'Leingarten',1355,1),
(18497,'Lenningen',1355,1),
(18498,'Lenzkirch',1355,1),
(18499,'Leonberg',1355,1),
(18500,'Leutenbach',1355,1),
(18501,'Leutkirch',1355,1),
(18502,'Lichtenstein',1355,1),
(18503,'Linkenheim-Hochstetten',1355,1),
(18504,'Lorch',1355,1),
(18505,'Lorrach',1355,1),
(18506,'Ludwigsburg',1355,1),
(18507,'Malsch',1355,1),
(18508,'Mannheim',1355,1),
(18509,'Marbach',1355,1),
(18510,'Markdorf',1355,1),
(18511,'Markgroningen',1355,1),
(18512,'Maulburg',1355,1),
(18513,'MeBstetten',1355,1),
(18514,'Meckenbeuren',1355,1),
(18515,'Meckesheim',1355,1),
(18516,'Meersburg',1355,1),
(18517,'Mengen',1355,1),
(18518,'Metzingen',1355,1),
(18519,'Mockmuhl',1355,1),
(18520,'Moglingen',1355,1),
(18521,'Monsheim',1355,1),
(18522,'Mosbach',1355,1),
(18523,'Mossingen',1355,1),
(18524,'Muhlacker',1355,1),
(18525,'Mullheim',1355,1),
(18526,'Munsingen',1355,1),
(18527,'Murrhardt',1355,1),
(18528,'Nagold',1355,1),
(18529,'Neckargemund',1355,1),
(18530,'Neckarsulm',1355,1),
(18531,'Neresheim',1355,1),
(18532,'Neuenburg',1355,1),
(18533,'Neuhausen',1355,1),
(18534,'Niederstetten',1355,1),
(18535,'Niefern-Oschelbronn',1355,1),
(18536,'NuBloch',1355,1),
(18537,'Nurtingen',1355,1),
(18538,'Oberhausen-Rheinhausen',1355,1),
(18539,'Oberkirch',1355,1),
(18540,'Oberndorf',1355,1),
(18541,'Oberstenfeld',1355,1),
(18542,'Obersulm',1355,1),
(18543,'Ochsenhausen',1355,1),
(18544,'Offenburg',1355,1),
(18545,'Ofterdingen',1355,1),
(18546,'Oftersheim',1355,1),
(18547,'Oggelshausen',1355,1),
(18548,'Ohringen',1355,1),
(18549,'Olbronn-Durrn',1355,1),
(18550,'Oppenweiler',1355,1),
(18551,'Ostfildern',1355,1),
(18552,'Ostringen',1355,1),
(18553,'Otisheim',1355,1),
(18554,'Pfalzgrafenweiler',1355,1),
(18555,'Pfinztal',1355,1),
(18556,'Pforzheim',1355,1),
(18557,'Pfullendorf',1355,1),
(18558,'Pfullingen',1355,1),
(18559,'Philippsburg',1355,1),
(18560,'Plankstadt',1355,1),
(18561,'Pleidelsheim',1355,1),
(18562,'Pliezhausen',1355,1),
(18563,'Plochingen',1355,1),
(18564,'Pluderhausen',1355,1),
(18565,'Radolfzell',1355,1),
(18566,'Rastatt',1355,1),
(18567,'Ravensburg',1355,1),
(18568,'Reilingen',1355,1),
(18569,'Remchingen',1355,1),
(18570,'Remseck',1355,1),
(18571,'Remshalden',1355,1),
(18572,'Renchen',1355,1),
(18573,'Renningen',1355,1),
(18574,'Reutlingen',1355,1),
(18575,'Rheinau',1355,1),
(18576,'Rheinfelden',1355,1),
(18577,'Rheinmunster',1355,1),
(18578,'Rheinstetten',1355,1),
(18579,'Riederich',1355,1),
(18580,'Riedlingen',1355,1),
(18581,'Rielasingen-Worblingen',1355,1),
(18582,'Rosenfeld',1355,1),
(18583,'Rottenburg',1355,1),
(18584,'Rottweil',1355,1),
(18585,'Rudersberg',1355,1),
(18586,'Rutesheim',1355,1),
(18587,'Sachsenheim',1355,1),
(18588,'Salem',1355,1),
(18589,'Sandhausen',1355,1),
(18590,'Sankt Georgen',1355,1),
(18591,'Sankt Leon-Rot',1355,1),
(18592,'Saulgau',1355,1),
(18593,'Scheer',1355,1),
(18594,'Schlierbach',1355,1),
(18595,'Schonaich',1355,1),
(18596,'Schopfheim',1355,1),
(18597,'Schorndorf',1355,1),
(18598,'Schramberg',1355,1),
(18599,'Schriesheim',1355,1),
(18600,'Schwabisch Gmund',1355,1),
(18601,'Schwabisch Hall',1355,1),
(18602,'Schwaigern',1355,1),
(18603,'Schwetzingen',1355,1),
(18604,'Schwieberdingen',1355,1),
(18605,'Seitingen-Oberflacht',1355,1),
(18606,'Sexau',1355,1),
(18607,'Sigmaringen',1355,1),
(18608,'Sindelfingen',1355,1),
(18609,'Singen',1355,1),
(18610,'Sinsheim',1355,1),
(18611,'Sinzheim',1355,1),
(18612,'Sonnenbuhl',1355,1),
(18613,'Sontheim',1355,1),
(18614,'Spaichingen',1355,1),
(18615,'Stegen',1355,1),
(18616,'Steinen',1355,1),
(18617,'Steinheim',1355,1),
(18618,'Steinmauern',1355,1),
(18619,'Stockach',1355,1),
(18620,'Straubenhardt',1355,1),
(18621,'Stutensee',1355,1),
(18622,'Stuttgart',1355,1),
(18623,'SuBen',1355,1),
(18624,'Sulz',1355,1),
(18625,'Sulzfeld',1355,1),
(18626,'Tamm',1355,1),
(18627,'Tauberbischofsheim',1355,1),
(18628,'Teningen',1355,1),
(18629,'Tettnang',1355,1),
(18630,'Titisee-Neustadt',1355,1),
(18631,'Trossingen',1355,1),
(18632,'Tubingen',1355,1),
(18633,'Tuningen',1355,1),
(18634,'Tuttlingen',1355,1),
(18635,'Uberlingen',1355,1),
(18636,'Ubstadt-Weiher',1355,1),
(18637,'Uhingen',1355,1),
(18638,'Ulm',1355,1),
(18639,'Umkirch',1355,1),
(18640,'Vaihingen',1355,1),
(18641,'Villingen-Schwenningen',1355,1),
(18642,'Villingendorf',1355,1),
(18643,'Waghausel',1355,1),
(18644,'Waiblingen',1355,1),
(18645,'Waldbronn',1355,1),
(18646,'Waldkirch',1355,1),
(18647,'Waldlaubersheim',1355,1),
(18648,'Waldshut-Tiengen',1355,1),
(18649,'Walldorf',1355,1),
(18650,'Walldurn',1355,1),
(18651,'Walzbachtal',1355,1),
(18652,'Wangen',1355,1),
(18653,'Wehr',1355,1),
(18654,'Weikersheim',1355,1),
(18655,'Weil',1355,1),
(18656,'Weil am Rhein',1355,1),
(18657,'Weil der Stadt',1355,1),
(18658,'Weil im Schonbuch',1355,1),
(18659,'Weilheim',1355,1),
(18660,'Weingarten',1355,1),
(18661,'Weinheim',1355,1),
(18662,'Weinsberg',1355,1),
(18663,'Weinstadt',1355,1),
(18664,'Wellendingen',1355,1),
(18665,'Welzheim',1355,1),
(18666,'Wendlingen',1355,1),
(18667,'Wernau',1355,1),
(18668,'Wertheim',1355,1),
(18669,'Wiesloch',1355,1),
(18670,'Wildbad',1355,1),
(18671,'Wildberg',1355,1),
(18672,'Winnenden',1355,1),
(18673,'Wolpertshausen',1355,1),
(18674,'Zuzenhausen',1355,1),
(18675,'Ahorn',1356,1),
(18676,'Allershausen',1356,1),
(18677,'Attenhofen',1356,1),
(18678,'Bad Birnbach',1356,1),
(18679,'Bad Endorf',1356,1),
(18680,'Bad Gronenbach',1356,1),
(18681,'Barbing',1356,1),
(18682,'Benediktbeuern',1356,1),
(18683,'Breitenberg',1356,1),
(18684,'Bruckberg',1356,1),
(18685,'Brunnthal',1356,1),
(18686,'Burgheim',1356,1),
(18687,'Chiemsee',1356,1),
(18688,'Emersacker',1356,1),
(18689,'Eresing',1356,1),
(18690,'Fahrenzhausen',1356,1),
(18691,'Faulbach',1356,1),
(18692,'Finning',1356,1),
(18693,'Forstinning',1356,1),
(18694,'Georgensgmund',1356,1),
(18695,'Haldenwang',1356,1),
(18696,'Heideck',1356,1),
(18697,'Heimenkirch',1356,1),
(18698,'Hergensweiler',1356,1),
(18699,'Hirschau',1356,1),
(18700,'Iffeldorf',1356,1),
(18701,'Karlstein',1356,1),
(18702,'Kleinheubach',1356,1),
(18703,'Kleinwallstadt',1356,1),
(18704,'Kotz',1356,1),
(18705,'Krailling',1356,1),
(18706,'Langenbach',1356,1),
(18707,'Laudenbach',1356,1),
(18708,'Leutershausen',1356,1),
(18709,'Mammendorf',1356,1),
(18710,'Mombris',1356,1),
(18711,'Munnerstadt',1356,1),
(18712,'Neu-Ulm',1356,1),
(18713,'Niederlauer',1356,1),
(18714,'Obernburg',1356,1),
(18715,'Oberpfaffenhofen',1356,1),
(18716,'Ostallgau',1356,1),
(18717,'Prittriching',1356,1),
(18718,'Prutting',1356,1),
(18719,'Pullach',1356,1),
(18720,'Putzbrunn',1356,1),
(18721,'Randersacker',1356,1),
(18722,'Rednitzhembach',1356,1),
(18723,'Ronsberg',1356,1),
(18724,'Ruckersdorf',1356,1),
(18725,'Schaufling',1356,1),
(18726,'Schonberg',1356,1),
(18727,'Seefeld',1356,1),
(18728,'Sengenthal',1356,1),
(18729,'Sondheim v.d.Rhon',1356,1),
(18730,'Steinwiesen',1356,1),
(18731,'Stockheim',1356,1),
(18732,'Tagmersheim',1356,1),
(18733,'Uettingen',1356,1),
(18734,'Unterfohring',1356,1),
(18735,'Weibensberg',1356,1),
(18736,'Wiesthal',1356,1),
(18737,'Wildflecken',1356,1),
(18738,'Wolfertschwenden',1356,1),
(18739,'Zorneding',1356,1),
(18740,'Abensberg',1357,1),
(18741,'Aichach',1357,1),
(18742,'Ainring',1357,1),
(18743,'Altdorf',1357,1),
(18744,'Altotting',1357,1),
(18745,'Altusried',1357,1),
(18746,'Alzenau',1357,1),
(18747,'Amberg',1357,1),
(18748,'Amerang',1357,1),
(18749,'Ansbach',1357,1),
(18750,'Aschaffenburg',1357,1),
(18751,'Augsburg',1357,1),
(18752,'Bad Aibling',1357,1),
(18753,'Bad Kissingen',1357,1),
(18754,'Bad Neustadt',1357,1),
(18755,'Bad Reichenhall',1357,1),
(18756,'Bad Tolz',1357,1),
(18757,'Bad Windsheim',1357,1),
(18758,'Bad Worishofen',1357,1),
(18759,'Bamberg',1357,1),
(18760,'Bayreuth',1357,1),
(18761,'Bobingen',1357,1),
(18762,'Bogen',1357,1),
(18763,'Bruckmuhl',1357,1),
(18764,'Buchloe',1357,1),
(18765,'Burghausen',1357,1),
(18766,'Burgkirchen',1357,1),
(18767,'Burglengenfeld',1357,1),
(18768,'Burgthann',1357,1),
(18769,'Buttenheim',1357,1),
(18770,'Cadolzburg',1357,1),
(18771,'Castell',1357,1),
(18772,'Cham',1357,1),
(18773,'Coburg',1357,1),
(18774,'Dachau',1357,1),
(18775,'Deggendorf',1357,1),
(18776,'DieBen',1357,1),
(18777,'Diedorf',1357,1),
(18778,'Dietmannsried',1357,1),
(18779,'Dietramszell',1357,1),
(18780,'Dillingen',1357,1),
(18781,'Dingolfing',1357,1),
(18782,'Dinkelsbuhl',1357,1),
(18783,'Dombuhl',1357,1),
(18784,'Donauworth',1357,1),
(18785,'Dorfen',1357,1),
(18786,'Ebersberg',1357,1),
(18787,'Eching',1357,1),
(18788,'Eckental',1357,1),
(18789,'Eggenfelden',1357,1),
(18790,'Eichenau',1357,1),
(18791,'Eichstatt',1357,1),
(18792,'Elchingen',1357,1),
(18793,'Erding',1357,1),
(18794,'Ergolding',1357,1),
(18795,'Erlangen',1357,1),
(18796,'Erlenbach',1357,1),
(18797,'Essenbach',1357,1),
(18798,'Feldafing',1357,1),
(18799,'Feldkirchen-Westerham',1357,1),
(18800,'Feucht',1357,1),
(18801,'Feuchtwangen',1357,1),
(18802,'Forchheim',1357,1),
(18803,'Freilassing',1357,1),
(18804,'Freising',1357,1),
(18805,'Fridolfing',1357,1),
(18806,'Friedberg',1357,1),
(18807,'Furstenfeldbruck',1357,1),
(18808,'Furth',1357,1),
(18809,'Furth im Wald',1357,1),
(18810,'Fussen',1357,1),
(18811,'Gachenbach',1357,1),
(18812,'Gaimersheim',1357,1),
(18813,'Garching',1357,1),
(18814,'Garmisch-Partenkirchen',1357,1),
(18815,'Gauting',1357,1),
(18816,'Gemunden',1357,1),
(18817,'Geretsried',1357,1),
(18818,'Germering',1357,1),
(18819,'Gersthofen',1357,1),
(18820,'Gilching',1357,1),
(18821,'Goldbach',1357,1),
(18822,'Grafelfing',1357,1),
(18823,'Grafenau',1357,1),
(18824,'Grafing',1357,1),
(18825,'GroBostheim',1357,1),
(18826,'Grobenstadt',1357,1),
(18827,'Grobenzell',1357,1),
(18828,'Grunwald',1357,1),
(18829,'Gunzburg',1357,1),
(18830,'Gunzenhausen',1357,1),
(18831,'HaBfurt',1357,1),
(18832,'Haar',1357,1),
(18833,'Hammelburg',1357,1),
(18834,'Hasloch',1357,1),
(18835,'Hauzenberg',1357,1),
(18836,'Helmbrechts',1357,1),
(18837,'Henfenfeld',1357,1),
(18838,'Hersbruck',1357,1),
(18839,'Herzogenaurach',1357,1),
(18840,'Hilpoltstein',1357,1),
(18841,'Hirschaid',1357,1),
(18842,'Hochstadt',1357,1),
(18843,'Hof',1357,1),
(18844,'Holzkirchen',1357,1),
(18845,'Hosbach',1357,1),
(18846,'Illertissen',1357,1),
(18847,'Immenstadt',1357,1),
(18848,'Ingolstadt',1357,1),
(18849,'Inning',1357,1),
(18850,'Ismaning',1357,1),
(18851,'Karlsfeld',1357,1),
(18852,'Karlstadt',1357,1),
(18853,'Kaufbeuren',1357,1),
(18854,'Kelheim',1357,1),
(18855,'Kempten',1357,1),
(18856,'Kiefersfelden',1357,1),
(18857,'Kirchheim',1357,1),
(18858,'Kissing',1357,1),
(18859,'Kitzingen',1357,1),
(18860,'Kleinostheim',1357,1),
(18861,'Klingenberg',1357,1),
(18862,'Kolbermoor',1357,1),
(18863,'Konigsbrunn',1357,1),
(18864,'Kreuzwertheim',1357,1),
(18865,'Kronach',1357,1),
(18866,'Krumbach',1357,1),
(18867,'Kulmbach',1357,1),
(18868,'Kummersbruck',1357,1),
(18869,'Landau',1357,1),
(18870,'Landsberg',1357,1),
(18871,'Landshut',1357,1),
(18872,'Langenzenn',1357,1),
(18873,'Lappersdorf',1357,1),
(18874,'Lauf',1357,1),
(18875,'Lauingen',1357,1),
(18876,'Leinburg',1357,1),
(18877,'Lenggries',1357,1),
(18878,'Lichtenfels',1357,1),
(18879,'Lindach',1357,1),
(18880,'Lindau',1357,1),
(18881,'Lindenberg',1357,1),
(18882,'Lohr',1357,1),
(18883,'Mainburg',1357,1),
(18884,'Maisach',1357,1),
(18885,'Manching',1357,1),
(18886,'Markt Schwaben',1357,1),
(18887,'Marktheidenfeld',1357,1),
(18888,'Marktoberdorf',1357,1),
(18889,'Marktredwitz',1357,1),
(18890,'Maxhutte-Haidhof',1357,1),
(18891,'Meitingen',1357,1),
(18892,'Memmingen',1357,1),
(18893,'Mering',1357,1),
(18894,'Miesbach',1357,1),
(18895,'Miltenberg',1357,1),
(18896,'Mindelheim',1357,1),
(18897,'Moosburg',1357,1),
(18898,'Muhldorf',1357,1),
(18899,'Munchberg',1357,1),
(18900,'Munchen',1357,1),
(18901,'Munningen',1357,1),
(18902,'Murnau',1357,1),
(18903,'Naila',1357,1),
(18904,'Neubiberg',1357,1),
(18905,'Neuburg',1357,1),
(18906,'Neufahrn',1357,1),
(18907,'Neumarkt',1357,1),
(18908,'Neuried',1357,1),
(18909,'NeusaB',1357,1),
(18910,'Neustadt',1357,1),
(18911,'Neutraubling',1357,1),
(18912,'Nordlingen',1357,1),
(18913,'Nuremberg',1357,1),
(18914,'Nurnberg',1357,1),
(18915,'Oberasbach',1357,1),
(18916,'Oberhaching',1357,1),
(18917,'OberschleiBheim',1357,1),
(18918,'Oberstdorf',1357,1),
(18919,'Ochsenfurt',1357,1),
(18920,'Olching',1357,1),
(18921,'Osterhofen',1357,1),
(18922,'Ostheim',1357,1),
(18923,'Ottobrunn',1357,1),
(18924,'Parsberg',1357,1),
(18925,'Passau',1357,1),
(18926,'Pegnitz',1357,1),
(18927,'PeiBenberg',1357,1),
(18928,'Peiting',1357,1),
(18929,'Pentling',1357,1),
(18930,'Penzberg',1357,1),
(18931,'Pfaffenhofen',1357,1),
(18932,'Pfarrkirchen',1357,1),
(18933,'Planegg',1357,1),
(18934,'Plattling',1357,1),
(18935,'Pocking',1357,1),
(18936,'Poing',1357,1),
(18937,'Polling',1357,1),
(18938,'Pommelsbrunn',1357,1),
(18939,'Prien',1357,1),
(18940,'Puchheim',1357,1),
(18941,'Rannersdorf',1357,1),
(18942,'Raubling',1357,1),
(18943,'Regen',1357,1),
(18944,'Regensburg',1357,1),
(18945,'Regenstauf',1357,1),
(18946,'Rehau',1357,1),
(18947,'Rodental',1357,1),
(18948,'Roding',1357,1),
(18949,'Rosenheim',1357,1),
(18950,'Roth',1357,1),
(18951,'Rothenbach',1357,1),
(18952,'Rothenburg',1357,1),
(18953,'Ruhstorf',1357,1),
(18954,'Schnelldorf',1357,1),
(18955,'Schongau',1357,1),
(18956,'Schrobenhausen',1357,1),
(18957,'Schwabach',1357,1),
(18958,'Schwabmunchen',1357,1),
(18959,'Schwandorf',1357,1),
(18960,'Schwarzenbach',1357,1),
(18961,'Schweinfurt',1357,1),
(18962,'Selb',1357,1),
(18963,'Selbitz',1357,1),
(18964,'Senden',1357,1),
(18965,'Simbach',1357,1),
(18966,'Sonthofen',1357,1),
(18967,'Spalt',1357,1),
(18968,'Stadtbergen',1357,1),
(18969,'Staffelstein',1357,1),
(18970,'Starnberg',1357,1),
(18971,'Stein',1357,1),
(18972,'Stephanskirchen',1357,1),
(18973,'Straubing',1357,1),
(18974,'Sulzbach-Rosenberg',1357,1),
(18975,'Taufkirchen',1357,1),
(18976,'Thansau',1357,1),
(18977,'Tirschenreuth',1357,1),
(18978,'Toging',1357,1),
(18979,'Traunreut',1357,1),
(18980,'Traunstein',1357,1),
(18981,'Treuchtlingen',1357,1),
(18982,'Trostberg',1357,1),
(18983,'Tutzing',1357,1),
(18984,'Unterbergen',1357,1),
(18985,'Unterhaching',1357,1),
(18986,'UnterschleiBheim',1357,1),
(18987,'Valley',1357,1),
(18988,'Vaterstetten',1357,1),
(18989,'Veitshochheim',1357,1),
(18990,'Viechtach',1357,1),
(18991,'Vilgertshofen',1357,1),
(18992,'Vilsbiburg',1357,1),
(18993,'Vilshofen',1357,1),
(18994,'Vohringen',1357,1),
(18995,'Volkach',1357,1),
(18996,'Waldkirchen',1357,1),
(18997,'Waldkraiburg',1357,1),
(18998,'Walkertshofen',1357,1),
(18999,'Wasserburg',1357,1),
(19000,'WeiBenburg',1357,1),
(19001,'WeiBenhorn',1357,1),
(19002,'Weiden',1357,1),
(19003,'Weidenberg',1357,1),
(19004,'Weilheim',1357,1),
(19005,'Wendelstein',1357,1),
(19006,'Werneck',1357,1),
(19007,'Wessling',1357,1),
(19008,'Wolfratshausen',1357,1),
(19009,'Wolnzach',1357,1),
(19010,'Wunsiedel',1357,1),
(19011,'Wurzburg',1357,1),
(19012,'Zirndorf',1357,1),
(19013,'Zwiesel',1357,1),
(19014,'Berlin',1359,1),
(19015,'Panketal',1359,1),
(19016,'Steinfeld',1359,1),
(19017,'Angermunde',1360,1),
(19018,'Bad Freienwalde',1360,1),
(19019,'Bad Liebenwerda',1360,1),
(19020,'Barnim',1360,1),
(19021,'Beeskow',1360,1),
(19022,'Bernau',1360,1),
(19023,'Blankenfelde',1360,1),
(19024,'Brandenburg',1360,1),
(19025,'Brieselang',1360,1),
(19026,'Cottbus',1360,1),
(19027,'Dahlewitz',1360,1),
(19028,'Dahme',1360,1),
(19029,'Eberswalde',1360,1),
(19030,'Eisenhuttenstadt',1360,1),
(19031,'Elsterwerda',1360,1),
(19032,'Erkner',1360,1),
(19033,'Falkensee',1360,1),
(19034,'Finsterwalde',1360,1),
(19035,'Forst',1360,1),
(19036,'Frankfurt',1360,1),
(19037,'Fredersdorf-Vogelsdorf',1360,1),
(19038,'Furstenwalde',1360,1),
(19039,'Glienicke',1360,1),
(19040,'Gransee',1360,1),
(19041,'GroBraschen',1360,1),
(19042,'Guben',1360,1),
(19043,'Heidesee',1360,1),
(19044,'Hennigsdorf',1360,1),
(19045,'Herzberg',1360,1),
(19046,'Hohen Neuendorf',1360,1),
(19047,'Jacobsdorf',1360,1),
(19048,'Juterbog',1360,1),
(19049,'Kleinmachnow',1360,1),
(19050,'Kolkwitz',1360,1),
(19051,'Konigs Wusterhausen',1360,1),
(19052,'Kyritz',1360,1),
(19053,'Lauchhammer',1360,1),
(19054,'Lubben',1360,1),
(19055,'Lubbenau',1360,1),
(19056,'Luckenwalde',1360,1),
(19057,'Ludwigsfelde',1360,1),
(19058,'Nauen',1360,1),
(19059,'Neuenhagen',1360,1),
(19060,'Neuruppin',1360,1),
(19061,'Oranienburg',1360,1),
(19062,'Perleberg',1360,1),
(19063,'Petershagen-Eggersdorf',1360,1),
(19064,'Potsdam',1360,1),
(19065,'Premnitz',1360,1),
(19066,'Prenzlau',1360,1),
(19067,'Pritzwalk',1360,1),
(19068,'Rathenow',1360,1),
(19069,'Rudersdorf',1360,1),
(19070,'Schonefeld',1360,1),
(19071,'Schoneiche',1360,1),
(19072,'Schwedt',1360,1),
(19073,'Schwielowsee',1360,1),
(19074,'Senftenberg',1360,1),
(19075,'Spremberg',1360,1),
(19076,'Strausberg',1360,1),
(19077,'Teltow',1360,1),
(19078,'Templin',1360,1),
(19079,'Velten',1360,1),
(19080,'Werder',1360,1),
(19081,'Wildau',1360,1),
(19082,'Wittenberge',1360,1),
(19083,'Wittstock',1360,1),
(19084,'Zehdenick',1360,1),
(19085,'Zepernick',1360,1),
(19086,'Bremen',1361,1),
(19087,'Bremerhaven',1361,1),
(19088,'Berne',1364,1),
(19089,'Hamburg',1364,1),
(19090,'Diekholzen',1365,1),
(19091,'Heroldstatt',1366,1),
(19092,'ABlar',1367,1),
(19093,'Alsbach-HÃƒÂ¤hnlein',1367,1),
(19094,'Alsfeld',1367,1),
(19095,'Altenstadt',1367,1),
(19096,'Angelburg',1367,1),
(19097,'Arolsen',1367,1),
(19098,'Asslar',1367,1),
(19099,'Babenhausen',1367,1),
(19100,'Bad Camberg',1367,1),
(19101,'Bad Hersfeld',1367,1),
(19102,'Bad Homburg',1367,1),
(19103,'Bad Nauheim',1367,1),
(19104,'Bad Orb',1367,1),
(19105,'Bad Schwalbach',1367,1),
(19106,'Bad Soden',1367,1),
(19107,'Bad Soden-Salmunster',1367,1),
(19108,'Bad Sooden-Allendorf',1367,1),
(19109,'Bad Vilbel',1367,1),
(19110,'Bad Wildungen',1367,1),
(19111,'Baunatal',1367,1),
(19112,'Bebra',1367,1),
(19113,'Beerfelden',1367,1),
(19114,'Bensheim',1367,1),
(19115,'Berkatal',1367,1),
(19116,'Biblis',1367,1),
(19117,'Bickenbach',1367,1),
(19118,'Biebertal',1367,1),
(19119,'Biedenkopf',1367,1),
(19120,'Birkenau',1367,1),
(19121,'Bischofsheim',1367,1),
(19122,'Borken',1367,1),
(19123,'Braunfels',1367,1),
(19124,'Breidenbach',1367,1),
(19125,'Bruchkobel',1367,1),
(19126,'Budingen',1367,1),
(19127,'Burstadt',1367,1),
(19128,'Buseck',1367,1),
(19129,'Buttelborn',1367,1),
(19130,'Butzbach',1367,1),
(19131,'Darmstadt',1367,1),
(19132,'Dautphetal',1367,1),
(19133,'Dieburg',1367,1),
(19134,'Dietzenbach',1367,1),
(19135,'Dillenburg',1367,1),
(19136,'Dreieich',1367,1),
(19137,'Egelsbach',1367,1),
(19138,'Eichenzell',1367,1),
(19139,'Eltville',1367,1),
(19140,'Eppstein',1367,1),
(19141,'Erbach',1367,1),
(19142,'Erlensee',1367,1),
(19143,'Erzhausen',1367,1),
(19144,'Eschborn',1367,1),
(19145,'Eschenburg',1367,1),
(19146,'Eschwege',1367,1),
(19147,'Felsberg',1367,1),
(19148,'Fernwald',1367,1),
(19149,'Florsheim',1367,1),
(19150,'Frankenberg',1367,1),
(19151,'Frankfurt',1367,1),
(19152,'Freigericht',1367,1),
(19153,'Friedberg',1367,1),
(19154,'Friedrichsdorf',1367,1),
(19155,'Fritzlar',1367,1),
(19156,'Fulda',1367,1),
(19157,'Fuldabruck',1367,1),
(19158,'Fuldatal',1367,1),
(19159,'Geisenheim',1367,1),
(19160,'Gelnhausen',1367,1),
(19161,'Gernsheim',1367,1),
(19162,'GieBen',1367,1),
(19163,'Giessen',1367,1),
(19164,'Ginsheim-Gustavsburg',1367,1),
(19165,'Gladenbach',1367,1),
(19166,'Griesheim',1367,1),
(19167,'GroB-Gerau',1367,1),
(19168,'GroB-Umstadt',1367,1),
(19169,'GroB-Zimmern',1367,1),
(19170,'Grossenluder',1367,1),
(19171,'Gruenberg',1367,1),
(19172,'Grunberg',1367,1),
(19173,'Grundau',1367,1),
(19174,'Hadamar',1367,1),
(19175,'Haiger',1367,1),
(19176,'Hainburg',1367,1),
(19177,'Hanau',1367,1),
(19178,'Hattersheim',1367,1),
(19179,'Heppenheim',1367,1),
(19180,'Herborn',1367,1),
(19181,'Hessisch Lichtenau',1367,1),
(19182,'Heuchelheim',1367,1),
(19183,'Heusenstamm',1367,1),
(19184,'Hochheim',1367,1),
(19185,'Hochst',1367,1),
(19186,'Hofbieber',1367,1),
(19187,'Hofgeismar',1367,1),
(19188,'Hofheim',1367,1),
(19189,'Homberg',1367,1),
(19190,'Hunfeld',1367,1),
(19191,'Hunfelden',1367,1),
(19192,'Hungen',1367,1),
(19193,'Huttenberg',1367,1),
(19194,'Idstein',1367,1),
(19195,'Karben',1367,1),
(19196,'Kassel',1367,1),
(19197,'Kaufungen',1367,1),
(19198,'Kelkheim',1367,1),
(19199,'Kelsterbach',1367,1),
(19200,'Kirchhain',1367,1),
(19201,'Konigstein',1367,1),
(19202,'Korbach',1367,1),
(19203,'Kriftel',1367,1),
(19204,'Kronberg',1367,1),
(19205,'Kunzell',1367,1),
(19206,'Lahnau',1367,1),
(19207,'Lahntal',1367,1),
(19208,'Lampertheim',1367,1),
(19209,'Langen',1367,1),
(19210,'Langenselbold',1367,1),
(19211,'Langgons',1367,1),
(19212,'Laubach',1367,1),
(19213,'Lauterbach',1367,1),
(19214,'Lich',1367,1),
(19215,'Limburg',1367,1),
(19216,'Linden',1367,1),
(19217,'Lindenholzhausen',1367,1),
(19218,'Linsengericht',1367,1),
(19219,'Lohfelden',1367,1),
(19220,'Lollar',1367,1),
(19221,'Lorsch',1367,1),
(19222,'Maintal',1367,1),
(19223,'Marburg',1367,1),
(19224,'Melsungen',1367,1),
(19225,'Mengerskirchen',1367,1),
(19226,'Michelstadt',1367,1),
(19227,'Morfelden-Walldorf',1367,1),
(19228,'Morlenbach',1367,1),
(19229,'Mucke',1367,1),
(19230,'Muhlheim',1367,1),
(19231,'Muhltal',1367,1),
(19232,'Munster',1367,1),
(19233,'Nauheim',1367,1),
(19234,'Neu-Anspach',1367,1),
(19235,'Neu-Isenburg',1367,1),
(19236,'Neuhof',1367,1),
(19237,'Neustadt',1367,1),
(19238,'Nidda',1367,1),
(19239,'Niddatal',1367,1),
(19240,'Nidderau',1367,1),
(19241,'Niederdorfelden',1367,1),
(19242,'Niedernhausen',1367,1),
(19243,'Niestetal',1367,1),
(19244,'Ober-Ramstedt',1367,1),
(19245,'Obertshausen',1367,1),
(19246,'Oberursel',1367,1),
(19247,'Oestrich-Winkel',1367,1),
(19248,'Offenbach',1367,1),
(19249,'Petersberg',1367,1),
(19250,'Pfungstadt',1367,1),
(19251,'Pohlheim',1367,1),
(19252,'Raunheim',1367,1),
(19253,'Reichelsheim',1367,1),
(19254,'Reinheim',1367,1),
(19255,'Reiskirchen',1367,1),
(19256,'Riedstadt',1367,1),
(19257,'Rimbach',1367,1),
(19258,'RoBdorf',1367,1),
(19259,'Rodenbach',1367,1),
(19260,'Rodermark',1367,1),
(19261,'Rodgau',1367,1),
(19262,'Rosbach',1367,1),
(19263,'Rotenburg',1367,1),
(19264,'Rudesheim',1367,1),
(19265,'Runkel',1367,1),
(19266,'Russelsheim',1367,1),
(19267,'Schauenburg',1367,1),
(19268,'Schlangenbad',1367,1),
(19269,'Schlitz',1367,1),
(19270,'Schluchtern',1367,1),
(19271,'Schoneck',1367,1),
(19272,'Schotten',1367,1),
(19273,'Schwalbach',1367,1),
(19274,'Schwalbach am Taunus',1367,1),
(19275,'Schwalmstadt',1367,1),
(19276,'Seeheim-Jugenheim',1367,1),
(19277,'Seligenstadt',1367,1),
(19278,'Selters',1367,1),
(19279,'Sinntal',1367,1),
(19280,'Solms',1367,1),
(19281,'Sontra',1367,1),
(19282,'Spangenberg',1367,1),
(19283,'Stadtallendorf',1367,1),
(19284,'Steinau',1367,1),
(19285,'Steinbach',1367,1),
(19286,'Taunusstein',1367,1),
(19287,'Trebur',1367,1),
(19288,'Ulrichstein',1367,1),
(19289,'Usingen',1367,1),
(19290,'Vellmar',1367,1),
(19291,'Viernheim',1367,1),
(19292,'Volkmarsen',1367,1),
(19293,'Wachtersbach',1367,1),
(19294,'Wald-Michelbach',1367,1),
(19295,'Waldbrunn',1367,1),
(19296,'Waldems',1367,1),
(19297,'Wehrheim',1367,1),
(19298,'Weilburg',1367,1),
(19299,'Weilmunster',1367,1),
(19300,'Weiterstadt',1367,1),
(19301,'Wettenberg',1367,1),
(19302,'Wetter',1367,1),
(19303,'Wetzlar',1367,1),
(19304,'Wiesbaden',1367,1),
(19305,'Witzenhausen',1367,1),
(19306,'Wolfersheim',1367,1),
(19307,'Wolfhagen',1367,1),
(19308,'Zwingenberg',1367,1),
(19309,'Kortenberg',1368,1),
(19310,'Laasdorf',1369,1),
(19311,'Anklam',1381,1),
(19312,'Bad Doberan',1381,1),
(19313,'Barth',1381,1),
(19314,'Bergen',1381,1),
(19315,'Boizenburg',1381,1),
(19316,'Butzow',1381,1),
(19317,'Demmin',1381,1),
(19318,'Gagelow',1381,1),
(19319,'Gallin',1381,1),
(19320,'Grabow',1381,1),
(19321,'Greifswald',1381,1),
(19322,'Grevesmuhlen',1381,1),
(19323,'Grimmen',1381,1),
(19324,'Gustrow',1381,1),
(19325,'Hagenow',1381,1),
(19326,'Konigsee',1381,1),
(19327,'Lubtheen',1381,1),
(19328,'Ludersdorf',1381,1),
(19329,'Ludwigslust',1381,1),
(19330,'Malchin',1381,1),
(19331,'Neubrandenburg',1381,1),
(19332,'Neustrelitz',1381,1),
(19333,'Parchim',1381,1),
(19334,'Pasewalk',1381,1),
(19335,'Ribnitz-Damgarten',1381,1),
(19336,'Rostock',1381,1),
(19337,'SaBnitz',1381,1),
(19338,'Schweina',1381,1),
(19339,'Schwerin',1381,1),
(19340,'Selmsdorf',1381,1),
(19341,'Stralsund',1381,1),
(19342,'Teterow',1381,1),
(19343,'Torgelow',1381,1),
(19344,'Ueckermunde',1381,1),
(19345,'Waren',1381,1),
(19346,'Wismar',1381,1),
(19347,'Wolgast',1381,1),
(19348,'Zarrentin',1381,1),
(19349,'Mulfingen',1382,1),
(19350,'Grafing bei Munchen',1383,1),
(19351,'Neubeuern',1384,1),
(19352,'Achim',1385,1),
(19353,'Adendorf',1385,1),
(19354,'Aerzen',1385,1),
(19355,'Alfeld',1385,1),
(19356,'Ankum',1385,1),
(19357,'Apen',1385,1),
(19358,'Aurich',1385,1),
(19359,'Bad Bentheim',1385,1),
(19360,'Bad Bevensen',1385,1),
(19361,'Bad Essen',1385,1),
(19362,'Bad Gandersheim',1385,1),
(19363,'Bad Harzburg',1385,1),
(19364,'Bad Iburg',1385,1),
(19365,'Bad Laer',1385,1),
(19366,'Bad Lauterberg',1385,1),
(19367,'Bad Munder',1385,1),
(19368,'Bad Nenndorf',1385,1),
(19369,'Bad Pyrmont',1385,1),
(19370,'Bad Sachsa',1385,1),
(19371,'Bad Salzdetfurth',1385,1),
(19372,'Bad Zwischenahn',1385,1),
(19373,'BarBel',1385,1),
(19374,'Barsinghausen',1385,1),
(19375,'Bassum',1385,1),
(19376,'Beesten',1385,1),
(19377,'Belm',1385,1),
(19378,'Bergen',1385,1),
(19379,'Bissendorf',1385,1),
(19380,'Bleckede',1385,1),
(19381,'Bockenem',1385,1),
(19382,'Bohmte',1385,1),
(19383,'Bovenden',1385,1),
(19384,'Brake',1385,1),
(19385,'Bramsche',1385,1),
(19386,'Braunschweig',1385,1),
(19387,'Bremervorde',1385,1),
(19388,'Brockel',1385,1),
(19389,'Brunswick',1385,1),
(19390,'Buchholz',1385,1),
(19391,'Buckeburg',1385,1),
(19392,'Burgdorf',1385,1),
(19393,'Burgwedel',1385,1),
(19394,'Buxtehude',1385,1),
(19395,'Celle',1385,1),
(19396,'Clausthal-Zellerfeld',1385,1),
(19397,'Clenze',1385,1),
(19398,'Cloppenburg',1385,1),
(19399,'Cremlingen',1385,1),
(19400,'Cuxhaven',1385,1),
(19401,'Dahlenburg',1385,1),
(19402,'Damme',1385,1),
(19403,'Dannenberg',1385,1),
(19404,'Dassel',1385,1),
(19405,'Deinste',1385,1),
(19406,'Delmenhorst',1385,1),
(19407,'Diepholz',1385,1),
(19408,'Dinklage',1385,1),
(19409,'Dorverden',1385,1),
(19410,'Dransfeld',1385,1),
(19411,'Drochtersen',1385,1),
(19412,'Duderstadt',1385,1),
(19413,'Edemissen',1385,1),
(19414,'Edewecht',1385,1),
(19415,'Einbeck',1385,1),
(19416,'Elsfleth',1385,1),
(19417,'Elze',1385,1),
(19418,'Emden',1385,1),
(19419,'Emlichheim',1385,1),
(19420,'Emmerthal',1385,1),
(19421,'Emsburen',1385,1),
(19422,'Eppendorf',1385,1),
(19423,'Fallingbostel',1385,1),
(19424,'Frellstedt',1385,1),
(19425,'Friedeburg',1385,1),
(19426,'Friedland',1385,1),
(19427,'Friesoythe',1385,1),
(19428,'Ganderkesee',1385,1),
(19429,'Garbsen',1385,1),
(19430,'Garrel',1385,1),
(19431,'Geeste',1385,1),
(19432,'Gehrden',1385,1),
(19433,'Georgsmarienhutte',1385,1),
(19434,'Gifhorn',1385,1),
(19435,'Gleichen',1385,1),
(19436,'Goslar',1385,1),
(19437,'Gottingen',1385,1),
(19438,'GroBefehn',1385,1),
(19439,'GroBenkneten',1385,1),
(19440,'Hagen',1385,1),
(19441,'Hambergen',1385,1),
(19442,'Hameln',1385,1),
(19443,'Hannover',1385,1),
(19444,'Hannoversch Munden',1385,1),
(19445,'Haren',1385,1),
(19446,'Harsum',1385,1),
(19447,'Hasbergen',1385,1),
(19448,'Haselunne',1385,1),
(19449,'Hatten',1385,1),
(19450,'Hauslingen',1385,1),
(19451,'Helmstedt',1385,1),
(19452,'Hemmingen',1385,1),
(19453,'Herzberg',1385,1),
(19454,'Hessisch Oldendorf',1385,1),
(19455,'Hildesheim',1385,1),
(19456,'Hilter',1385,1),
(19457,'Hittfeld',1385,1),
(19458,'Holzminden',1385,1),
(19459,'Hoya',1385,1),
(19460,'Hude',1385,1),
(19461,'Ihlow',1385,1),
(19462,'Ilsede',1385,1),
(19463,'Isernhagen',1385,1),
(19464,'Jade',1385,1),
(19465,'Jever',1385,1),
(19466,'Jork',1385,1),
(19467,'Kalefeld',1385,1),
(19468,'Kirchlinteln',1385,1),
(19469,'Knesebeck',1385,1),
(19470,'Konigslutter',1385,1),
(19471,'Krummhorn',1385,1),
(19472,'Laatzen',1385,1),
(19473,'Lahstedt',1385,1),
(19474,'Langelsheim',1385,1),
(19475,'Langen',1385,1),
(19476,'Langenhagen',1385,1),
(19477,'Langwedel',1385,1),
(19478,'Lastrup',1385,1),
(19479,'Leer',1385,1),
(19480,'Lehre',1385,1),
(19481,'Lehrte',1385,1),
(19482,'Lemforde',1385,1),
(19483,'Lengede',1385,1),
(19484,'Liebenburg',1385,1),
(19485,'Lilienthal',1385,1),
(19486,'Lingen',1385,1),
(19487,'Lohne',1385,1),
(19488,'Loningen',1385,1),
(19489,'Lorup',1385,1),
(19490,'Loxstedt',1385,1),
(19491,'Luchow',1385,1),
(19492,'Luneburg',1385,1),
(19493,'Melle',1385,1),
(19494,'Meppen',1385,1),
(19495,'Moormerland',1385,1),
(19496,'Munster',1385,1),
(19497,'Neu Wulmstorf',1385,1),
(19498,'Neustadt',1385,1),
(19499,'Nienburg',1385,1),
(19500,'Norden',1385,1),
(19501,'Nordenham',1385,1),
(19502,'Nordhorn',1385,1),
(19503,'Nordstemmen',1385,1),
(19504,'Norten-Hardenberg',1385,1),
(19505,'Northeim',1385,1),
(19506,'Obernkirchen',1385,1),
(19507,'Oldenburg',1385,1),
(19508,'Osnabruck',1385,1),
(19509,'Ostercappeln',1385,1),
(19510,'Osterholz-Scharmbeck',1385,1),
(19511,'Osterode',1385,1),
(19512,'Ostrhauderfehn',1385,1),
(19513,'Ottersberg',1385,1),
(19514,'Oyten',1385,1),
(19515,'Papenburg',1385,1),
(19516,'Pattensen',1385,1),
(19517,'Peine',1385,1),
(19518,'Quakenbruck',1385,1),
(19519,'Rastede',1385,1),
(19520,'Rehburg-Loccum',1385,1),
(19521,'Rhauderfehn',1385,1),
(19522,'Rinteln',1385,1),
(19523,'Ritterhude',1385,1),
(19524,'Ronnenberg',1385,1),
(19525,'Rosdorf',1385,1),
(19526,'Rosengarten',1385,1),
(19527,'Rotenburg',1385,1),
(19528,'Salzgitter',1385,1),
(19529,'Salzhemmendorf',1385,1),
(19530,'Sarstedt',1385,1),
(19531,'Saterland',1385,1),
(19532,'ScheeBel',1385,1),
(19533,'Schiffdorf',1385,1),
(19534,'Schneverdingen',1385,1),
(19535,'Schoningen',1385,1),
(19536,'Schortens',1385,1),
(19537,'Schuttorf',1385,1),
(19538,'Schwanewede',1385,1),
(19539,'Seelze',1385,1),
(19540,'Seesen',1385,1),
(19541,'Seevetal',1385,1),
(19542,'Sehnde',1385,1),
(19543,'Soltau',1385,1),
(19544,'Springe',1385,1),
(19545,'Stade',1385,1),
(19546,'Stadthagen',1385,1),
(19547,'Stadtoldendorf',1385,1),
(19548,'Stelle',1385,1),
(19549,'Stuhr',1385,1),
(19550,'Sudbrookmerland',1385,1),
(19551,'Sulingen',1385,1),
(19552,'Syke',1385,1),
(19553,'Tarmstedt',1385,1),
(19554,'Tostedt',1385,1),
(19555,'Twistringen',1385,1),
(19556,'Uchte',1385,1),
(19557,'Uelzen',1385,1),
(19558,'Uetze',1385,1),
(19559,'Uplengen',1385,1),
(19560,'Uslar',1385,1),
(19561,'Varel',1385,1),
(19562,'Vechelde',1385,1),
(19563,'Vechta',1385,1),
(19564,'Verden',1385,1),
(19565,'Vienenburg',1385,1),
(19566,'Visselhovede',1385,1),
(19567,'Walkenried',1385,1),
(19568,'Wallenhorst',1385,1),
(19569,'Walsrode',1385,1),
(19570,'Wangerland',1385,1),
(19571,'Wardenburg',1385,1),
(19572,'Wedemark',1385,1),
(19573,'Weener',1385,1),
(19574,'Wendeburg',1385,1),
(19575,'Wennigsen',1385,1),
(19576,'Westerstede',1385,1),
(19577,'Westoverledingen',1385,1),
(19578,'Weyhe',1385,1),
(19579,'Wiefelstede',1385,1),
(19580,'Wiesmoor',1385,1),
(19581,'Wildeshausen',1385,1),
(19582,'Wilhelmshaven',1385,1),
(19583,'Winsen',1385,1),
(19584,'Wittingen',1385,1),
(19585,'Wittmund',1385,1),
(19586,'Wolfenbuttel',1385,1),
(19587,'Wolfsburg',1385,1),
(19588,'Worpswede',1385,1),
(19589,'Wunstorf',1385,1),
(19590,'Zetel',1385,1),
(19591,'Zeven',1385,1),
(19592,'Middenbeemster',1386,1),
(19593,'Aachen',1387,1),
(19594,'Ahaus',1387,1),
(19595,'Ahlen',1387,1),
(19596,'Aldenhoven',1387,1),
(19597,'Alfter',1387,1),
(19598,'Alpen',1387,1),
(19599,'Alsdorf',1387,1),
(19600,'Altena',1387,1),
(19601,'Altendorf',1387,1),
(19602,'Anrochte',1387,1),
(19603,'Arnsberg',1387,1),
(19604,'Ascheberg',1387,1),
(19605,'Attendorn',1387,1),
(19606,'Augustdorf',1387,1),
(19607,'Bad Berleburg',1387,1),
(19608,'Bad Driburg',1387,1),
(19609,'Bad Honnef',1387,1),
(19610,'Bad Laasphe',1387,1),
(19611,'Bad Lippspringe',1387,1),
(19612,'Bad Munstereifel',1387,1),
(19613,'Bad Oeynhausen',1387,1),
(19614,'Bad Salzuflen',1387,1),
(19615,'Bad Sassendorf',1387,1),
(19616,'Baesweiler',1387,1),
(19617,'Balve',1387,1),
(19618,'Barntrup',1387,1),
(19619,'Beckum',1387,1),
(19620,'Bedburg',1387,1),
(19621,'Bedburg-Hau',1387,1),
(19622,'Bergheim',1387,1),
(19623,'Bergisch Gladbach',1387,1),
(19624,'Bergkamen',1387,1),
(19625,'Bergneustadt',1387,1),
(19626,'Bestwig',1387,1),
(19627,'Beverungen',1387,1),
(19628,'Bielefeld',1387,1),
(19629,'Billerbeck',1387,1),
(19630,'Blomberg',1387,1),
(19631,'Bocholt',1387,1),
(19632,'Bochum',1387,1),
(19633,'Bocket',1387,1),
(19634,'Bonen',1387,1),
(19635,'Bonn',1387,1),
(19636,'Borchen',1387,1),
(19637,'Borgentreich',1387,1),
(19638,'Borgholzhausen',1387,1),
(19639,'Borken',1387,1),
(19640,'Bornheim',1387,1),
(19641,'Bottrop',1387,1),
(19642,'Brakel',1387,1),
(19643,'Brilon',1387,1),
(19644,'Bruggen',1387,1),
(19645,'Bruhl',1387,1),
(19646,'Bunde',1387,1),
(19647,'Burbach',1387,1),
(19648,'Buren',1387,1),
(19649,'Burscheid',1387,1),
(19650,'Castrop-Rauxel',1387,1),
(19651,'Coesfeld',1387,1),
(19652,'Cologne',1387,1),
(19653,'Datteln',1387,1),
(19654,'Delbruck',1387,1),
(19655,'Denklingen',1387,1),
(19656,'Detmold',1387,1),
(19657,'Dingden',1387,1),
(19658,'Dinslaken',1387,1),
(19659,'Dormagen',1387,1),
(19660,'Dorsten',1387,1),
(19661,'Dortmund',1387,1),
(19662,'Drensteinfurt',1387,1),
(19663,'Drolshagen',1387,1),
(19664,'Duisburg',1387,1),
(19665,'Dulmen',1387,1),
(19666,'Duren',1387,1),
(19667,'Dusseldorf',1387,1),
(19668,'Eitorf',1387,1),
(19669,'Elsdorf',1387,1),
(19670,'Emmerich',1387,1),
(19671,'Emsdetten',1387,1),
(19672,'Engelskirchen',1387,1),
(19673,'Enger',1387,1),
(19674,'Ennepetal',1387,1),
(19675,'Ennigerloh',1387,1),
(19676,'Ense',1387,1),
(19677,'Erftstadt',1387,1),
(19678,'Erkelenz',1387,1),
(19679,'Erkrath',1387,1),
(19680,'Erwitte',1387,1),
(19681,'Espelkamp',1387,1),
(19682,'Essen',1387,1),
(19683,'Euskirchen',1387,1),
(19684,'Extertal',1387,1),
(19685,'Finnentrop',1387,1),
(19686,'Frechen',1387,1),
(19687,'Freudenberg',1387,1),
(19688,'Frondenberg',1387,1),
(19689,'Gangelt',1387,1),
(19690,'Geilenkirchen',1387,1),
(19691,'Geldern',1387,1),
(19692,'Gelsenkirchen',1387,1),
(19693,'Gescher',1387,1),
(19694,'Geseke',1387,1),
(19695,'Gevelsberg',1387,1),
(19696,'Gladbeck',1387,1),
(19697,'Goch',1387,1),
(19698,'Grefrath',1387,1),
(19699,'Greven',1387,1),
(19700,'Grevenbroich',1387,1),
(19701,'Gronau',1387,1),
(19702,'Gummersbach',1387,1),
(19703,'Gutersloh',1387,1),
(19704,'Haan',1387,1),
(19705,'Hagen',1387,1),
(19706,'Halle',1387,1),
(19707,'Haltern',1387,1),
(19708,'Halver',1387,1),
(19709,'Hamm',1387,1),
(19710,'Hamminkeln',1387,1),
(19711,'Harsewinkel',1387,1),
(19712,'Hattingen',1387,1),
(19713,'Havixbeck',1387,1),
(19714,'Heiligenhaus',1387,1),
(19715,'Heinsberg',1387,1),
(19716,'Hemer',1387,1),
(19717,'Hennef',1387,1),
(19718,'Herdecke',1387,1),
(19719,'Herford',1387,1),
(19720,'Herne',1387,1),
(19721,'Herten',1387,1),
(19722,'Herzebrock-Clarholz',1387,1),
(19723,'Herzogenrath',1387,1),
(19724,'Hiddenhausen',1387,1),
(19725,'Hilchenbach',1387,1),
(19726,'Hilden',1387,1),
(19727,'Hille',1387,1),
(19728,'Holzwickede',1387,1),
(19729,'Horn-Bad Meinberg',1387,1),
(19730,'Horstel',1387,1),
(19731,'Hovelhof',1387,1),
(19732,'Hoxter',1387,1),
(19733,'Huckelhoven',1387,1),
(19734,'Huckeswagen',1387,1),
(19735,'Hullhorst',1387,1),
(19736,'Hunxe',1387,1),
(19737,'Hurth',1387,1),
(19738,'Ibbenburen',1387,1),
(19739,'Iserlohn',1387,1),
(19740,'Isselburg',1387,1),
(19741,'Issum',1387,1),
(19742,'Juchen',1387,1),
(19743,'Julich',1387,1),
(19744,'Kaarst',1387,1),
(19745,'Kalkar',1387,1),
(19746,'Kall',1387,1),
(19747,'Kalletal',1387,1),
(19748,'Kamen',1387,1),
(19749,'Kamp-Lintfort',1387,1),
(19750,'Kempen',1387,1),
(19751,'Kerken',1387,1),
(19752,'Kerpen',1387,1),
(19753,'Kevelaer',1387,1),
(19754,'Kierspe',1387,1),
(19755,'Kirchhundem',1387,1),
(19756,'Kirchlengern',1387,1),
(19757,'Kleve',1387,1),
(19758,'Koln',1387,1),
(19759,'Konigswinter',1387,1),
(19760,'Korschenbroich',1387,1),
(19761,'Krefeld',1387,1),
(19762,'Kreuzau',1387,1),
(19763,'Kreuztal',1387,1),
(19764,'Kurten',1387,1),
(19765,'Lage',1387,1),
(19766,'Langenfeld',1387,1),
(19767,'Langerwehe',1387,1),
(19768,'Leichlingen',1387,1),
(19769,'Lemgo',1387,1),
(19770,'Lengerich',1387,1),
(19771,'Lennestadt',1387,1),
(19772,'Leopoldshohe',1387,1),
(19773,'Leverkusen',1387,1),
(19774,'Lichtenau',1387,1),
(19775,'Lindlar',1387,1),
(19776,'Linnich',1387,1),
(19777,'Lippetal',1387,1),
(19778,'Lippstadt',1387,1),
(19779,'Lohmar',1387,1),
(19780,'Lohne',1387,1),
(19781,'Lotte',1387,1),
(19782,'Lubbecke',1387,1),
(19783,'Ludenscheid',1387,1),
(19784,'Ludinghausen',1387,1),
(19785,'Lugde',1387,1),
(19786,'Lunen',1387,1),
(19787,'Marienheide',1387,1),
(19788,'Marl',1387,1),
(19789,'Marsberg',1387,1),
(19790,'Mechernich',1387,1),
(19791,'Meckenheim',1387,1),
(19792,'Meerbusch',1387,1),
(19793,'Meinerzhagen',1387,1),
(19794,'Menden',1387,1),
(19795,'Meschede',1387,1),
(19796,'Mettingen',1387,1),
(19797,'Mettmann',1387,1),
(19798,'Minden',1387,1),
(19799,'Moers',1387,1),
(19800,'Mohnesee',1387,1),
(19801,'Monchengladbach',1387,1),
(19802,'Monheim',1387,1),
(19803,'Monschau',1387,1),
(19804,'Morsbach',1387,1),
(19805,'Much',1387,1),
(19806,'Mulheim',1387,1),
(19807,'Munster',1387,1),
(19808,'Netphen',1387,1),
(19809,'Nettetal',1387,1),
(19810,'Neuenkirchen',1387,1),
(19811,'Neuenrade',1387,1),
(19812,'Neukirchen-Vluyn',1387,1),
(19813,'Neunkirchen',1387,1),
(19814,'Neunkirchen-Seelscheid',1387,1),
(19815,'Neuss',1387,1),
(19816,'Nideggen',1387,1),
(19817,'Niederkassel',1387,1),
(19818,'Niederkruchten',1387,1),
(19819,'Niederzier',1387,1),
(19820,'Nordkirchen',1387,1),
(19821,'Norvenich',1387,1),
(19822,'Nottuln',1387,1),
(19823,'Numbrecht',1387,1),
(19824,'Oberhausen',1387,1),
(19825,'Ochtrup',1387,1),
(19826,'Odenthal',1387,1),
(19827,'Oelde',1387,1),
(19828,'Oer-Erkenschwick',1387,1),
(19829,'Oerlinghausen',1387,1),
(19830,'Olfen',1387,1),
(19831,'Olpe',1387,1),
(19832,'Olsberg',1387,1),
(19833,'Overath',1387,1),
(19834,'Paderborn',1387,1),
(19835,'Petershagen',1387,1),
(19836,'Plettenberg',1387,1),
(19837,'Porta Westfalica',1387,1),
(19838,'PreuBisch Oldendorf',1387,1),
(19839,'Pulheim',1387,1),
(19840,'Radevormwald',1387,1),
(19841,'Raesfeld',1387,1),
(19842,'Rahden',1387,1),
(19843,'Ratingen',1387,1),
(19844,'Recke',1387,1),
(19845,'Recklinghausen',1387,1),
(19846,'Rees',1387,1),
(19847,'Reichshof',1387,1),
(19848,'Reken',1387,1),
(19849,'Remscheid',1387,1),
(19850,'Rheda-Wiedenbruck',1387,1),
(19851,'Rhede',1387,1),
(19852,'Rheinbach',1387,1),
(19853,'Rheinberg',1387,1),
(19854,'Rheine',1387,1),
(19855,'Rietberg',1387,1),
(19856,'Rommerskirchen',1387,1),
(19857,'Rosendahl',1387,1),
(19858,'Rosrath',1387,1),
(19859,'Ruthen',1387,1),
(19860,'Salzkotten',1387,1),
(19861,'Sassenberg',1387,1),
(19862,'Schalksmuhle',1387,1),
(19863,'Schermbeck',1387,1),
(19864,'Schieder-Schwalenberg',1387,1),
(19865,'Schleiden',1387,1),
(19866,'SchloB Holte-Stukenbrock',1387,1),
(19867,'Schmallenberg',1387,1),
(19868,'Schwalmtal',1387,1),
(19869,'Schwelm',1387,1),
(19870,'Schwerte',1387,1),
(19871,'Selm',1387,1),
(19872,'Senden',1387,1),
(19873,'Sendenhorst',1387,1),
(19874,'Siegburg',1387,1),
(19875,'Siegen',1387,1),
(19876,'Simmerath',1387,1),
(19877,'Soest',1387,1),
(19878,'Solingen',1387,1),
(19879,'Sonsbeck',1387,1),
(19880,'Spenge',1387,1),
(19881,'Sprockhovel',1387,1),
(19882,'Stadtlohn',1387,1),
(19883,'Steinfurt',1387,1),
(19884,'Steinhagen',1387,1),
(19885,'Steinheim',1387,1),
(19886,'Stemwede',1387,1),
(19887,'Stolberg',1387,1),
(19888,'Straelen',1387,1),
(19889,'Sundern',1387,1),
(19890,'Swisttal',1387,1),
(19891,'Tecklenburg',1387,1),
(19892,'Telgte',1387,1),
(19893,'Tonisvorst',1387,1),
(19894,'Troisdorf',1387,1),
(19895,'Ubach-Palenberg',1387,1),
(19896,'Unna',1387,1),
(19897,'Velbert',1387,1),
(19898,'Velen',1387,1),
(19899,'Verl',1387,1),
(19900,'Versmold',1387,1),
(19901,'Viersen',1387,1),
(19902,'Vlotho',1387,1),
(19903,'Voerde',1387,1),
(19904,'Vreden',1387,1),
(19905,'Wachtberg',1387,1),
(19906,'Wachtendonk',1387,1),
(19907,'Wadersloh',1387,1),
(19908,'Waldbrol',1387,1),
(19909,'Waltrop',1387,1),
(19910,'Warburg',1387,1),
(19911,'Warendorf',1387,1),
(19912,'Warstein',1387,1),
(19913,'Wassenberg',1387,1),
(19914,'Weeze',1387,1),
(19915,'Wegberg',1387,1),
(19916,'Weilerswist',1387,1),
(19917,'Welver',1387,1),
(19918,'Wenden',1387,1),
(19919,'Werdohl',1387,1),
(19920,'Werl',1387,1),
(19921,'Wermelskirchen',1387,1),
(19922,'Werne',1387,1),
(19923,'Werther',1387,1),
(19924,'Wesel',1387,1),
(19925,'Wesseling',1387,1),
(19926,'Westerkappeln',1387,1),
(19927,'Wetter',1387,1),
(19928,'Wickede',1387,1),
(19929,'Wiehl',1387,1),
(19930,'Willich',1387,1),
(19931,'Wilnsdorf',1387,1),
(19932,'Windeck',1387,1),
(19933,'Winterberg',1387,1),
(19934,'Wipperfurth',1387,1),
(19935,'Witten',1387,1),
(19936,'Wulfrath',1387,1),
(19937,'Wunnenberg',1387,1),
(19938,'Wuppertal',1387,1),
(19939,'Wurselen',1387,1),
(19940,'Xanten',1387,1),
(19941,'Zulpich',1387,1),
(19942,'Herzberg am Harz',1389,1),
(19943,'Alzey',1390,1),
(19944,'Andernach',1390,1),
(19945,'Bad Durkheim',1390,1),
(19946,'Bad Ems',1390,1),
(19947,'Bad Kreuznach',1390,1),
(19948,'Bad Neuenahr-Ahrweiler',1390,1),
(19949,'Bendorf',1390,1),
(19950,'Betzdorf',1390,1),
(19951,'Bingen',1390,1),
(19952,'Bitburg',1390,1),
(19953,'Bobenheim-Roxheim',1390,1),
(19954,'Bohl-Iggelheim',1390,1),
(19955,'Boppard',1390,1),
(19956,'Daun',1390,1),
(19957,'Diez',1390,1),
(19958,'Eisenberg',1390,1),
(19959,'Essingen',1390,1),
(19960,'Frankenthal',1390,1),
(19961,'Gau-Odernheim',1390,1),
(19962,'Germersheim',1390,1),
(19963,'Grunstadt',1390,1),
(19964,'HaBloch',1390,1),
(19965,'Hahnstatten',1390,1),
(19966,'Hallschlag',1390,1),
(19967,'Herschbach',1390,1),
(19968,'Herxheim',1390,1),
(19969,'Hirschhorn',1390,1),
(19970,'Hohr-Grenzhausen',1390,1),
(19971,'Holzheim',1390,1),
(19972,'Idar-Oberstein',1390,1),
(19973,'Ingelheim',1390,1),
(19974,'Kaisersesch',1390,1),
(19975,'Kaiserslautern',1390,1),
(19976,'Kastellaun',1390,1),
(19977,'Kindsbach',1390,1),
(19978,'Kirchen',1390,1),
(19979,'Kirn',1390,1),
(19980,'Koblenz',1390,1),
(19981,'Lahnstein',1390,1),
(19982,'Landau',1390,1),
(19983,'Limburgerhof',1390,1),
(19984,'Luckenburg',1390,1),
(19985,'Ludwigshafen',1390,1),
(19986,'Mainz',1390,1),
(19987,'Mayen',1390,1),
(19988,'Montabaur',1390,1),
(19989,'Morbach',1390,1),
(19990,'Mulheim-Karlich',1390,1),
(19991,'Mundersbach',1390,1),
(19992,'Mutterstadt',1390,1),
(19993,'Nassau',1390,1),
(19994,'Neitersen',1390,1),
(19995,'Neustadt',1390,1),
(19996,'Neuwied',1390,1),
(19997,'Niederzissen',1390,1),
(19998,'Pirmasens',1390,1),
(19999,'Plaidt',1390,1),
(20000,'Remagen',1390,1),
(20001,'Schifferstadt',1390,1),
(20002,'Schoenenberg Kuebelberg',1390,1),
(20003,'Sinzig',1390,1),
(20004,'Speyer',1390,1),
(20005,'St. Goar',1390,1),
(20006,'Trier',1390,1),
(20007,'Vallendar',1390,1),
(20008,'Winterbach',1390,1),
(20009,'Wittlich',1390,1),
(20010,'Worms',1390,1),
(20011,'Worth',1390,1),
(20012,'Zweibrucken',1390,1),
(20013,'Adenau',1391,1),
(20014,'Anhausen',1391,1),
(20015,'Barbelroth',1391,1),
(20016,'Berndroth',1391,1),
(20017,'Bernkastel-Kues',1391,1),
(20018,'Burgbrohl',1391,1),
(20019,'Dieblich',1391,1),
(20020,'Dierdorf',1391,1),
(20021,'Dreisbach',1391,1),
(20022,'Elsoff',1391,1),
(20023,'Enkenbach-Alsenborn',1391,1),
(20024,'Etzbach',1391,1),
(20025,'Flonheim',1391,1),
(20026,'Fohren',1391,1),
(20027,'Grafschaft',1391,1),
(20028,'Hochspeyer',1391,1),
(20029,'Leiningen',1391,1),
(20030,'Moschheim',1391,1),
(20031,'Murlenbach',1391,1),
(20032,'Neuhofen',1391,1),
(20033,'Nievern',1391,1),
(20034,'Norken',1391,1),
(20035,'Oberlahr',1391,1),
(20036,'Otterstadt',1391,1),
(20037,'Rennerod',1391,1),
(20038,'Rheinbreitbach',1391,1),
(20039,'Rieschweiler-Muhlbach',1391,1),
(20040,'Saarburg',1391,1),
(20041,'Stahlhofen',1391,1),
(20042,'Steinebach',1391,1),
(20043,'Weinsheim',1391,1),
(20044,'Winnweiler',1391,1),
(20045,'Wissen',1391,1),
(20046,'Beckingen',1392,1),
(20047,'Bexbach',1392,1),
(20048,'Blieskastel',1392,1),
(20049,'Dillingen',1392,1),
(20050,'Duppenweiler',1392,1),
(20051,'Eppelborn',1392,1),
(20052,'Friedrichsthal',1392,1),
(20053,'GroBrosseln',1392,1),
(20054,'Heusweiler',1392,1),
(20055,'Homburg',1392,1),
(20056,'Illingen',1392,1),
(20057,'Kirkel',1392,1),
(20058,'Kleinblittersdorf',1392,1),
(20059,'Lebach',1392,1),
(20060,'Losheim',1392,1),
(20061,'Mandelbachtal',1392,1),
(20062,'Marpingen',1392,1),
(20063,'Merchweiler',1392,1),
(20064,'Merzig',1392,1),
(20065,'Mettlach',1392,1),
(20066,'Nalbach',1392,1),
(20067,'Neunkirchen',1392,1),
(20068,'Nohfelden',1392,1),
(20069,'Nonnweiler',1392,1),
(20070,'Oberthal',1392,1),
(20071,'Ottweiler',1392,1),
(20072,'Puttlingen',1392,1),
(20073,'Quierschied',1392,1),
(20074,'Rehlingen-Siersburg',1392,1),
(20075,'Riegelsberg',1392,1),
(20076,'Saarbrucken',1392,1),
(20077,'Saarlouis',1392,1),
(20078,'Saarwellingen',1392,1),
(20079,'Sankt Ingbert',1392,1),
(20080,'Sankt Wendel',1392,1),
(20081,'Schiffweiler',1392,1),
(20082,'Schmelz',1392,1),
(20083,'Schwalbach',1392,1),
(20084,'Spiesen-Elversberg',1392,1),
(20085,'Sulzbach',1392,1),
(20086,'Tholey',1392,1),
(20087,'Uberherrn',1392,1),
(20088,'Volklingen',1392,1),
(20089,'Wadern',1392,1),
(20090,'Wadgassen',1392,1),
(20091,'Wallerfangen',1392,1),
(20092,'Weiskirchen',1392,1),
(20093,'Annaberg-Buchholz',1393,1),
(20094,'Aue',1393,1),
(20095,'Auerbach',1393,1),
(20096,'Bautzen',1393,1),
(20097,'Bischofswerda',1393,1),
(20098,'Borna',1393,1),
(20099,'Brand-Erbisdorf',1393,1),
(20100,'Burgstadt',1393,1),
(20101,'Chemnitz',1393,1),
(20102,'Coswig',1393,1),
(20103,'Crimmitschau',1393,1),
(20104,'Delitzsch',1393,1),
(20105,'Dobeln',1393,1),
(20106,'Dresden',1393,1),
(20107,'Ebersbach',1393,1),
(20108,'Eilenburg',1393,1),
(20109,'Falkenstein',1393,1),
(20110,'Floha',1393,1),
(20111,'Frankenberg',1393,1),
(20112,'Freiberg',1393,1),
(20113,'Freital',1393,1),
(20114,'Friedewald',1393,1),
(20115,'Glauchau',1393,1),
(20116,'Gorlitz',1393,1),
(20117,'Grimma',1393,1),
(20118,'GroBenhain',1393,1),
(20119,'Groditz',1393,1),
(20120,'Hainichen',1393,1),
(20121,'Heidenau',1393,1),
(20122,'Hirschstein',1393,1),
(20123,'Hohenstein-Ernstthal',1393,1),
(20124,'Hoyerswerda',1393,1),
(20125,'Kamenz',1393,1),
(20126,'Klingenthal',1393,1),
(20127,'Leipzig',1393,1),
(20128,'Lichtenstein',1393,1),
(20129,'Limbach-Oberfrohna',1393,1),
(20130,'LoBnitz',1393,1),
(20131,'Lobau',1393,1),
(20132,'Lugau',1393,1),
(20133,'Marienberg',1393,1),
(20134,'Markkleeberg',1393,1),
(20135,'Meerane',1393,1),
(20136,'MeiBen',1393,1),
(20137,'Mittweida',1393,1),
(20138,'Muldenhammer',1393,1),
(20139,'Neustadt',1393,1),
(20140,'Niesky',1393,1),
(20141,'Oelsnitz',1393,1),
(20142,'Olbernhau',1393,1),
(20143,'Olbersdorf',1393,1),
(20144,'Oschatz',1393,1),
(20145,'Pirna',1393,1),
(20146,'Plauen',1393,1),
(20147,'Radeberg',1393,1),
(20148,'Radebeul',1393,1),
(20149,'Reichenbach',1393,1),
(20150,'Riesa',1393,1),
(20151,'Rietschen',1393,1),
(20152,'Schkeuditz',1393,1),
(20153,'Schneeberg',1393,1),
(20154,'Schwarzenberg',1393,1),
(20155,'Sebnitz',1393,1),
(20156,'Stollberg',1393,1),
(20157,'Taubenheim',1393,1),
(20158,'Taucha',1393,1),
(20159,'Thalheim',1393,1),
(20160,'Torgau',1393,1),
(20161,'Waldheim',1393,1),
(20162,'WeiBwasser',1393,1),
(20163,'Werdau',1393,1),
(20164,'Wilkau-HaBlau',1393,1),
(20165,'Wurzen',1393,1),
(20166,'Zittau',1393,1),
(20167,'Zschopau',1393,1),
(20168,'Zwickau',1393,1),
(20169,'Zwonitz',1393,1),
(20170,'Aken',1394,1),
(20171,'Aschersleben',1394,1),
(20172,'Bad Durrenberg',1394,1),
(20173,'Bebitz',1394,1),
(20174,'Bernburg',1394,1),
(20175,'Bitterfeld',1394,1),
(20176,'Blankenburg',1394,1),
(20177,'Braunsbedra',1394,1),
(20178,'Burg',1394,1),
(20179,'Calbe',1394,1),
(20180,'Coswig',1394,1),
(20181,'Dessau',1394,1),
(20182,'Eisleben',1394,1),
(20183,'Gardelegen',1394,1),
(20184,'Genthin',1394,1),
(20185,'Gommern',1394,1),
(20186,'Grafenhainichen',1394,1),
(20187,'Halberstadt',1394,1),
(20188,'Haldensleben',1394,1),
(20189,'Halle',1394,1),
(20190,'Hettstedt',1394,1),
(20191,'Heyrothsberge',1394,1),
(20192,'Hotensleben',1394,1),
(20193,'Kothen',1394,1),
(20194,'Leuna',1394,1),
(20195,'Magdeburg',1394,1),
(20196,'Merseburg',1394,1),
(20197,'Naumburg',1394,1),
(20198,'Oschersleben',1394,1),
(20199,'Osterburg',1394,1),
(20200,'Osterwieck',1394,1),
(20201,'Quedlinburg',1394,1),
(20202,'Querfurt',1394,1),
(20203,'Raguhn',1394,1),
(20204,'RoBlau',1394,1),
(20205,'Salzwedel',1394,1),
(20206,'Sangerhausen',1394,1),
(20207,'Schonebeck',1394,1),
(20208,'StaBfurt',1394,1),
(20209,'Stendal',1394,1),
(20210,'Tangermunde',1394,1),
(20211,'Thale',1394,1),
(20212,'WeiBenfels',1394,1),
(20213,'Wittenberg',1394,1),
(20214,'Wolfen',1394,1),
(20215,'Wolmirstedt',1394,1),
(20216,'Zeitz',1394,1),
(20217,'Zerbst',1394,1),
(20218,'Bad Lausick',1395,1),
(20219,'Bernsdorf',1395,1),
(20220,'Borde-Hakel',1395,1),
(20221,'Gelenau',1395,1),
(20222,'Groberkmannsdorf ',1395,1),
(20223,'Hartha',1395,1),
(20224,'Kreischa',1395,1),
(20225,'Malschwitz',1395,1),
(20226,'Naunhof',1395,1),
(20227,'Pausa',1395,1),
(20228,'Seiffen',1395,1),
(20229,'Stutzengrun',1395,1),
(20230,'Ahrensbok',1396,1),
(20231,'Ahrensburg',1396,1),
(20232,'Altenholz',1396,1),
(20233,'Alveslohe',1396,1),
(20234,'Ammersbek',1396,1),
(20235,'Bad Bramstedt',1396,1),
(20236,'Bad Oldesloe',1396,1),
(20237,'Bad Schwartau',1396,1),
(20238,'Bad Segeberg',1396,1),
(20239,'Bargteheide',1396,1),
(20240,'Barmstedt',1396,1),
(20241,'Barsbuttel',1396,1),
(20242,'Bredstedt',1396,1),
(20243,'Brunsbuttel',1396,1),
(20244,'Budelsdorf',1396,1),
(20245,'Eckernforde',1396,1),
(20246,'Eddelak',1396,1),
(20247,'Elmshorn',1396,1),
(20248,'Eutin',1396,1),
(20249,'Flensburg',1396,1),
(20250,'Friedrichstadt',1396,1),
(20251,'Geesthacht',1396,1),
(20252,'Glinde',1396,1),
(20253,'Gluckstadt',1396,1),
(20254,'Grob Pampau',1396,1),
(20255,'Halstenbek',1396,1),
(20256,'Hamfelde',1396,1),
(20257,'Harrislee',1396,1),
(20258,'Hartenholm',1396,1),
(20259,'Heide',1396,1),
(20260,'Heiligenhafen',1396,1),
(20261,'Henstedt-Ulzburg',1396,1),
(20262,'Honenwestedt',1396,1),
(20263,'Husum',1396,1),
(20264,'Itzehoe',1396,1),
(20265,'Kaltenkirchen',1396,1),
(20266,'Kappeln',1396,1),
(20267,'Kiel',1396,1),
(20268,'Kronshagen',1396,1),
(20269,'Lauenburg',1396,1),
(20270,'Lensahn',1396,1),
(20271,'Lubeck',1396,1),
(20272,'Malente',1396,1),
(20273,'Mielkendorf',1396,1),
(20274,'Molfsee',1396,1),
(20275,'Molln',1396,1),
(20276,'Neuenbrook',1396,1),
(20277,'Neumunster',1396,1),
(20278,'Neustadt',1396,1),
(20279,'Norderstedt',1396,1),
(20280,'Oldenburg',1396,1),
(20281,'Oststeinbek',1396,1),
(20282,'Pinneberg',1396,1),
(20283,'Plon',1396,1),
(20284,'Preetz',1396,1),
(20285,'Quickborn',1396,1),
(20286,'Ratekau',1396,1),
(20287,'Ratzeburg',1396,1),
(20288,'Reinbek',1396,1),
(20289,'Reinfeld',1396,1),
(20290,'Rellingen',1396,1),
(20291,'Rendsburg',1396,1),
(20292,'Rethwisch',1396,1),
(20293,'Satrup',1396,1),
(20294,'Scharbeutz',1396,1),
(20295,'Schenefeld',1396,1),
(20296,'Schleswig',1396,1),
(20297,'Schmalfeld',1396,1),
(20298,'Schoenkirchen',1396,1),
(20299,'Schwarzenbek',1396,1),
(20300,'Seefeld',1396,1),
(20301,'Sievershutten',1396,1),
(20302,'Stockelsdorf',1396,1),
(20303,'Tangstedt',1396,1),
(20304,'Timmendorfer Strand',1396,1),
(20305,'Tornesch',1396,1),
(20306,'Travemunde',1396,1),
(20307,'Uetersen',1396,1),
(20308,'Wahlstedt',1396,1),
(20309,'Wedel',1396,1),
(20310,'Wentorf',1396,1),
(20311,'Westerland',1396,1),
(20312,'Westerronfeld',1396,1),
(20313,'Wohltorf',1396,1),
(20314,'Wotersen',1396,1),
(20315,'Altenburg',1397,1),
(20316,'Apolda',1397,1),
(20317,'Arnstadt',1397,1),
(20318,'Bad Frankenhausen',1397,1),
(20319,'Bad Langensalza',1397,1),
(20320,'Bad Salzungen',1397,1),
(20321,'Cursdorf',1397,1),
(20322,'Dornburg',1397,1),
(20323,'Eisenach',1397,1),
(20324,'Eisenberg',1397,1),
(20325,'Erfurt',1397,1),
(20326,'Gera',1397,1),
(20327,'Geschwenda',1397,1),
(20328,'Gotha',1397,1),
(20329,'Greiz',1397,1),
(20330,'Heiligenstadt',1397,1),
(20331,'Hermsdorf',1397,1),
(20332,'Hildburghausen',1397,1),
(20333,'Ilmenau',1397,1),
(20334,'Immelborn',1397,1),
(20335,'Jena',1397,1),
(20336,'Leinefelde',1397,1),
(20337,'Leutenberg',1397,1),
(20338,'Meiningen',1397,1),
(20339,'Meuselwitz',1397,1),
(20340,'Muhlhausen',1397,1),
(20341,'Neustadt',1397,1),
(20342,'Nordhausen',1397,1),
(20343,'PoBneck',1397,1),
(20344,'Rosenthal',1397,1),
(20345,'Rositz',1397,1),
(20346,'Rudolstadt',1397,1),
(20347,'Ruhla',1397,1),
(20348,'Saalfeld',1397,1),
(20349,'Schmalkalden',1397,1),
(20350,'Schmolln',1397,1),
(20351,'Sommerda',1397,1),
(20352,'Sondershausen',1397,1),
(20353,'Sonneberg',1397,1),
(20354,'Suhl',1397,1),
(20355,'Triptis',1397,1),
(20356,'Uhlstadt',1397,1),
(20357,'Waltershausen',1397,1),
(20358,'Weida',1397,1),
(20359,'Weimar',1397,1),
(20360,'Wernigerode',1397,1),
(20361,'Wormstedt',1397,1),
(20362,'Zella-Mehlis',1397,1),
(20363,'Zeulenroda',1397,1),
(20364,'Webling',1398,1),
(20365,'Neustadt',1399,1),
(20366,'Schlobborn',1400,1),
(20367,'Agogo',1401,1),
(20368,'Bekwai',1401,1),
(20369,'Konongo',1401,1),
(20370,'Kumasi',1401,1),
(20371,'Mampong',1401,1),
(20372,'Mankranso',1401,1),
(20373,'Obuasi',1401,1),
(20374,'Ofinso',1401,1),
(20375,'Tafo',1401,1),
(20376,'Bechem',1402,1),
(20377,'Berekum',1402,1),
(20378,'Duayaw Nkwanta',1402,1),
(20379,'Kintampo',1402,1),
(20380,'Sunyani',1402,1),
(20381,'Techiman',1402,1),
(20382,'Wenchi',1402,1),
(20383,'Apam',1403,1),
(20384,'Cape Coast',1403,1),
(20385,'Dunkwa',1403,1),
(20386,'Elmina',1403,1),
(20387,'Foso',1403,1),
(20388,'Komenda',1403,1),
(20389,'Mauri',1403,1),
(20390,'Mumford',1403,1),
(20391,'Nyakrom',1403,1),
(20392,'Okitsiu',1403,1),
(20393,'Saltpond',1403,1),
(20394,'Swedru',1403,1),
(20395,'Winneba',1403,1),
(20396,'Aburi',1404,1),
(20397,'Ada',1404,1),
(20398,'Akim Swedru',1404,1),
(20399,'Akropong',1404,1),
(20400,'Asamankese',1404,1),
(20401,'Begoro',1404,1),
(20402,'Kade',1404,1),
(20403,'Kibi',1404,1),
(20404,'Koforidua',1404,1),
(20405,'Mpraeso',1404,1),
(20406,'Nkawkaw',1404,1),
(20407,'Nsawam',1404,1),
(20408,'Oda',1404,1),
(20409,'Somanya',1404,1),
(20410,'Suhum',1404,1),
(20411,'Kpandae',1406,1),
(20412,'Salaga',1406,1),
(20413,'Savelugu',1406,1),
(20414,'Tamale',1406,1),
(20415,'Yendi',1406,1),
(20416,'Aflao',1409,1),
(20417,'Anloga',1409,1),
(20418,'Ho',1409,1),
(20419,'Hohoe',1409,1),
(20420,'Keta',1409,1),
(20421,'Kete-Krachi',1409,1),
(20422,'Kpandu',1409,1),
(20423,'Aboso',1410,1),
(20424,'Anomabu',1410,1),
(20425,'Axim',1410,1),
(20426,'Bibiani',1410,1),
(20427,'Prestea',1410,1),
(20428,'Sekondi',1410,1),
(20429,'Shama',1410,1),
(20430,'Takoradi',1410,1),
(20431,'Tarkwa',1410,1),
(20432,'Gibraltar',1411,1),
(20433,'Elassonos',1412,1),
(20434,'Aiyion',1413,1),
(20435,'Patra',1413,1),
(20436,'Argos',1415,1),
(20437,'Navplion',1415,1),
(20438,'Tripoli',1416,1),
(20439,'Arta',1417,1),
(20440,'Acharnes',1418,1),
(20441,'Agios Ioannis Rentis',1418,1),
(20442,'Drapetsona',1418,1),
(20443,'Koropi',1418,1),
(20444,'Lavrion',1418,1),
(20445,'Mandra',1418,1),
(20446,'Spata',1418,1),
(20447,'Aharna',1419,1),
(20448,'Aiyaleo',1419,1),
(20449,'Alimos',1419,1),
(20450,'Amarousion',1419,1),
(20451,'Ano Liosia',1419,1),
(20452,'Aryiroupoli',1419,1),
(20453,'Aspropirgos',1419,1),
(20454,'Athina',1419,1),
(20455,'Athinai',1419,1),
(20456,'Ayia Barbara',1419,1),
(20457,'Ayia Paraskevi',1419,1),
(20458,'Ayios Anaryiros',1419,1),
(20459,'Ayios Dimitrios',1419,1),
(20460,'Dafne',1419,1),
(20461,'Elevsis',1419,1),
(20462,'Ellenikon',1419,1),
(20463,'Galatsion',1419,1),
(20464,'Glifada',1419,1),
(20465,'Haidarion',1419,1),
(20466,'Halandrion',1419,1),
(20467,'Holargos',1419,1),
(20468,'Ilioupoli',1419,1),
(20469,'Iraklion',1419,1),
(20470,'Kaisariani',1419,1),
(20471,'Kallithea',1419,1),
(20472,'Kamateron',1419,1),
(20473,'Keratea',1419,1),
(20474,'Keratsinion',1419,1),
(20475,'Kifisia',1419,1),
(20476,'Koridallos',1419,1),
(20477,'Kropion',1419,1),
(20478,'Markopoulos Mesogaia',1419,1),
(20479,'Maroussi',1419,1),
(20480,'Megara',1419,1),
(20481,'Melission',1419,1),
(20482,'Metamorfosios',1419,1),
(20483,'Moshatos',1419,1),
(20484,'Nea Filedelfia',1419,1),
(20485,'Nea Ionia',1419,1),
(20486,'Nea Liosia',1419,1),
(20487,'Nea Smirni',1419,1),
(20488,'Nikaia',1419,1),
(20489,'Palaion Faliron',1419,1),
(20490,'Perama',1419,1),
(20491,'Peristerion',1419,1),
(20492,'Petroupoli',1419,1),
(20493,'Pevka',1419,1),
(20494,'Piraeus',1419,1),
(20495,'Salamis',1419,1),
(20496,'Tavros',1419,1),
(20497,'Viron',1419,1),
(20498,'Voula',1419,1),
(20499,'Vrilission',1419,1),
(20500,'Zografos',1419,1),
(20501,'Heraklion',1421,1),
(20502,'Arhangelos',1422,1),
(20503,'Ialysos',1422,1),
(20504,'Kos',1422,1),
(20505,'Rodos',1422,1),
(20506,'Drama',1423,1),
(20507,'Chalkis',1424,1),
(20508,'Karpenisi',1425,1),
(20509,'Alexandroupoli',1426,1),
(20510,'Orestias',1426,1),
(20511,'Halkida',1427,1),
(20512,'Florina',1428,1),
(20513,'Amfissa',1429,1),
(20514,'Lamia',1430,1),
(20515,'Grevena',1431,1),
(20516,'Halandri',1432,1),
(20517,'Lakkoma',1433,1),
(20518,'N. Kallikrateia',1433,1),
(20519,'Poliyiros',1433,1),
(20520,'Hania',1434,1),
(20521,'Crete',1435,1),
(20522,'Hios',1436,1),
(20523,'Pirgos',1437,1),
(20524,'Veroia',1438,1),
(20525,'Ioannina',1439,1),
(20526,'Karditsa',1441,1),
(20527,'Kastoria',1442,1),
(20528,'Kavala',1443,1),
(20529,'Agioi Theodoroi',1444,1),
(20530,'Argostolion',1444,1),
(20531,'Kerkira',1445,1),
(20532,'Ermoupoli',1446,1),
(20533,'Fira',1446,1),
(20534,'Mikonos',1446,1),
(20535,'Kilkis',1447,1),
(20536,'Korinthos',1448,1),
(20537,'Kozani',1449,1),
(20538,'Ptolemais',1449,1),
(20539,'Sparti',1450,1),
(20540,'Larisa',1451,1),
(20541,'Larissa',1451,1),
(20542,'Ayios Nikolaos',1452,1),
(20543,'Ierapetra',1452,1),
(20544,'Sitia',1452,1),
(20545,'Mitilini',1453,1),
(20546,'Levkas',1454,1),
(20547,'Volos',1455,1),
(20548,'Kalamata',1456,1),
(20549,'Edessa',1459,1),
(20550,'Yiannitsa',1459,1),
(20551,'Katerini',1460,1),
(20552,'Acharne',1461,1),
(20553,'Pallini',1461,1),
(20554,'Preveza',1462,1),
(20555,'Rethimnon',1463,1),
(20556,'Komotini',1464,1),
(20557,'Samos',1465,1),
(20558,'Serrai',1466,1),
(20559,'Igoumenitsa',1467,1),
(20560,'Ampelokipa',1468,1),
(20561,'Kalamaria',1468,1),
(20562,'Neapoli',1468,1),
(20563,'Oristiada',1468,1),
(20564,'Thessaloniki',1468,1),
(20565,'Trikala',1469,1),
(20566,'Levadia',1470,1),
(20567,'Thivai',1470,1),
(20568,'Xanthi',1472,1),
(20569,'Zakinthos',1473,1),
(20570,'Aasiaat',1474,1),
(20571,'Akunnaaq',1474,1),
(20572,'Kitsissuarsuit',1474,1),
(20573,'Ikkatteq',1475,1),
(20574,'Isortoq',1475,1),
(20575,'Kulusuk',1475,1),
(20576,'Kuumiut',1475,1),
(20577,'Qernertuarssuit',1475,1),
(20578,'Sermiligaaq',1475,1),
(20579,'Tasiilaq',1475,1),
(20580,'Tiniteqilaaq',1475,1),
(20581,'Illoqqortoormiut',1476,1),
(20582,'Itterajivit',1476,1),
(20583,'Uunarteq',1476,1),
(20584,'Ilimanaq',1477,1),
(20585,'Ilulissat',1477,1),
(20586,'Oqaatsut',1477,1),
(20587,'Qeqertaq',1477,1),
(20588,'Saqqaq',1477,1),
(20589,'Ivittuut',1478,1),
(20590,'Kangilinnguit',1478,1),
(20591,'Attu',1479,1),
(20592,'Iginniarfik',1479,1),
(20593,'Ikerasaarsuk',1479,1),
(20594,'Kangaatsiaq',1479,1),
(20595,'Niaqornaarsuk',1479,1),
(20596,'Atammik',1480,1),
(20597,'Kangaamiut',1480,1),
(20598,'Maniitsoq',1480,1),
(20599,'Napasoq',1480,1),
(20600,'Aappilattoq',1481,1),
(20601,'Akuliaruseq',1481,1),
(20602,'Alluitsoq',1481,1),
(20603,'Alluitsup Paa',1481,1),
(20604,'Ammassivik',1481,1),
(20605,'Ikerasassuaq',1481,1),
(20606,'Nanortalik',1481,1),
(20607,'Narsarmijit',1481,1),
(20608,'Nuugaarsuk',1481,1),
(20609,'Qallimiut',1481,1),
(20610,'Qortortorsuaq',1481,1),
(20611,'Tasiusaq',1481,1),
(20612,'Amannguit',1482,1),
(20613,'Atarnaatsoq',1482,1),
(20614,'Eqaluit Ilua',1482,1),
(20615,'Igaliku',1482,1),
(20616,'Igaliku Kujalleq',1482,1),
(20617,'Inneruulalik',1482,1),
(20618,'Issormiut',1482,1),
(20619,'Iterlak',1482,1),
(20620,'Kangerlua',1482,1),
(20621,'Narsaq',1482,1),
(20622,'Narsarsuaq',1482,1),
(20623,'Nunataaq',1482,1),
(20624,'Qassiarsuk',1482,1),
(20625,'Qinngua',1482,1),
(20626,'Qinngua Kangilleq',1482,1),
(20627,'Qolortup Itinnera',1482,1),
(20628,'Sillisit',1482,1),
(20629,'Tasiusaq',1482,1),
(20630,'Timerliit',1482,1),
(20631,'Uummannartuuaraq',1482,1),
(20632,'Kangerluarsoruseq',1483,1),
(20633,'Kapisillit',1483,1),
(20634,'Neriunaq',1483,1),
(20635,'Nuuk',1483,1),
(20636,'Qeqertarsuatsiaat',1483,1),
(20637,'Qooqqut',1483,1),
(20638,'Qoornoq',1483,1),
(20639,'Arsuk',1484,1),
(20640,'Paamiut',1484,1),
(20641,'Moriusaq',1485,1),
(20642,'Qaanaaq',1485,1),
(20643,'Qeqertarsuaq',1485,1),
(20644,'Qeqertat',1485,1),
(20645,'Savissivik',1485,1),
(20646,'Siorapaluk',1485,1),
(20647,'Eqalugaarsuit',1486,1),
(20648,'Illorsuit',1486,1),
(20649,'Kangerluarsorujuk',1486,1),
(20650,'Kangerluarsorujuup Qinngua',1486,1),
(20651,'Qanisartuut',1486,1),
(20652,'Qaqortokolook',1486,1),
(20653,'Qaqortoq',1486,1),
(20654,'Qassimiut',1486,1),
(20655,'Saarloq',1486,1),
(20656,'Saqqamiut',1486,1),
(20657,'Tasiluk',1486,1),
(20658,'Upernaviarsuk',1486,1),
(20659,'Ikamiut',1487,1),
(20660,'Qasigiannguit',1487,1),
(20661,'Kangerluk',1488,1),
(20662,'Qeqertarsuaq',1488,1),
(20663,'Itilleq',1489,1),
(20664,'Kangerlussuaq',1489,1),
(20665,'Sarfannguit',1489,1),
(20666,'Sisimiut',1489,1),
(20667,'Aappilattoq',1491,1),
(20668,'Ikerakuuk',1491,1),
(20669,'Innarsuit',1491,1),
(20670,'Kangersuatsiaq',1491,1),
(20671,'Kullorsuaq',1491,1),
(20672,'Naajaat',1491,1),
(20673,'Nutaarmiut',1491,1),
(20674,'Nuusuaq',1491,1),
(20675,'Tasiusaq',1491,1),
(20676,'Upernavik',1491,1),
(20677,'Upernavik Kujalleq',1491,1),
(20678,'Ikerasak',1492,1),
(20679,'Illorsuit',1492,1),
(20680,'Niaqornat',1492,1),
(20681,'Nuugaatsiaq',1492,1),
(20682,'Qaarsut',1492,1),
(20683,'Saattut',1492,1),
(20684,'Ukkusissat',1492,1),
(20685,'Uummannaq',1492,1),
(20686,'Baie-Mahault',1500,1),
(20687,'Baillif',1500,1),
(20688,'Basse-Terre',1500,1),
(20689,'Bouillante',1500,1),
(20690,'Capesterre-Belle-Eau',1500,1),
(20691,'Gourbeyre',1500,1),
(20692,'Lamentin',1500,1),
(20693,'Petit-Bourg',1500,1),
(20694,'Pointe-Noire',1500,1),
(20695,'Saint-Claude',1500,1),
(20696,'Sainte-Rose',1500,1),
(20697,'Trois-Rivieres',1500,1),
(20698,'Vieux-Habitants',1500,1),
(20699,'Anse-Bertrand',1501,1),
(20700,'Le Gosier',1501,1),
(20701,'Le Moule',1501,1),
(20702,'Les Abymes',1501,1),
(20703,'Morne-a-l\'Eau',1501,1),
(20704,'Petit-Canal',1501,1),
(20705,'Point-a-Pitre',1501,1),
(20706,'Port-Louis',1501,1),
(20707,'Saint-Francois',1501,1),
(20708,'Sainte-Anne',1501,1),
(20709,'Grand-Bourg',1504,1),
(20710,'Agat',1508,1),
(20711,'Barrigada',1509,1),
(20712,'Barrigada Heights',1509,1),
(20713,'Chalan Pago',1510,1),
(20714,'Ordot',1510,1),
(20715,'Astumbo',1511,1),
(20716,'Dededo',1511,1),
(20717,'Finegayan Station',1511,1),
(20718,'Agana',1512,1),
(20719,'Agana Station',1512,1),
(20720,'Inarajan',1513,1),
(20721,'Mangilao',1514,1),
(20722,'Merizo',1515,1),
(20723,'Mongmong',1516,1),
(20724,'Toto',1516,1),
(20725,'Sinajana',1518,1),
(20726,'Talofofo',1519,1),
(20727,'Tamuning',1520,1),
(20728,'Anderson Air Force Base',1521,1),
(20729,'Yigo',1521,1),
(20730,'Yona',1522,1),
(20731,'Chimaltenango',1525,1),
(20732,'Comalapa',1525,1),
(20733,'Itzapa',1525,1),
(20734,'Patzun',1525,1),
(20735,'Chiquimula',1526,1),
(20736,'Esquipulas',1526,1),
(20737,'Cotzumalguapa',1528,1),
(20738,'Escuintla',1528,1),
(20739,'Palin',1528,1),
(20740,'San Jose',1528,1),
(20741,'Tiquisate',1528,1),
(20742,'Amatitlan',1529,1),
(20743,'Chinautla',1529,1),
(20744,'Guatemala',1529,1),
(20745,'Mixco',1529,1),
(20746,'Petapa',1529,1),
(20747,'Villa Nueva',1529,1),
(20748,'Huehuetenango',1530,1),
(20749,'Puerto Barrios',1531,1),
(20750,'Jalapa',1532,1),
(20751,'Asuncion Mita',1533,1),
(20752,'Jutiapa',1533,1),
(20753,'Flores',1534,1),
(20754,'San Benito',1534,1),
(20755,'Quezaltenango',1535,1),
(20756,'Quiche',1536,1),
(20757,'Retalhuleu',1537,1),
(20758,'Antigua',1538,1),
(20759,'Ciudad Vieja',1538,1),
(20760,'Jocotenango',1538,1),
(20761,'Santa Maria de Jesus',1538,1),
(20762,'Sumpango',1538,1),
(20763,'Atitlan',1541,1),
(20764,'Solola',1541,1),
(20765,'Mazatenango',1542,1),
(20766,'Totonicapan',1543,1),
(20767,'Zacapa',1544,1),
(20768,'Saint Anne\'s',1545,1),
(20769,'Castle',1546,1),
(20770,'Forest',1547,1),
(20771,'Sark',1554,1),
(20772,'Torteval',1555,1),
(20773,'Vale',1556,1),
(20774,'Beyla',1557,1),
(20775,'Boffa',1558,1),
(20776,'Boke',1559,1),
(20777,'Conakry',1560,1),
(20778,'Coyah',1561,1),
(20779,'Dabola',1562,1),
(20780,'Dalaba',1563,1),
(20781,'Dinguiraye',1564,1),
(20782,'Faranah',1565,1),
(20783,'Forecariah',1566,1),
(20784,'Fria',1567,1),
(20785,'Gaoual',1568,1),
(20786,'Guekedou',1569,1),
(20787,'Kankan',1570,1),
(20788,'Kerouane',1571,1),
(20789,'Kindia',1572,1),
(20790,'Kissidougou',1573,1),
(20791,'Koubia',1574,1),
(20792,'Koundara',1575,1),
(20793,'Kouroussa',1576,1),
(20794,'Labe',1577,1),
(20795,'Lola',1578,1),
(20796,'Macenta',1579,1),
(20797,'Mali',1580,1),
(20798,'Mamou',1581,1),
(20799,'Mandiana',1582,1),
(20800,'Nzerekore',1583,1),
(20801,'Pita',1584,1),
(20802,'Siguiri',1585,1),
(20803,'Telimele',1586,1),
(20804,'Tougue',1587,1),
(20805,'Yomou',1588,1),
(20806,'Bafata',1589,1),
(20807,'Bissau',1590,1),
(20808,'Bolama',1591,1),
(20809,'Bubaque',1591,1),
(20810,'Cacheu',1592,1),
(20811,'Canchungo',1592,1),
(20812,'Gabu',1593,1),
(20813,'Bissora',1594,1),
(20814,'Farim',1594,1),
(20815,'Mansoa',1594,1),
(20816,'Buba',1595,1),
(20817,'Fulacunda',1595,1),
(20818,'Quebo',1595,1),
(20819,'Catio',1596,1),
(20820,'Mabaruma',1597,1),
(20821,'Morawhanna',1597,1),
(20822,'Bartica',1598,1),
(20823,'Issano',1598,1),
(20824,'Kamarang',1598,1),
(20825,'Georgetown',1599,1),
(20826,'Mahaica',1599,1),
(20827,'Paradise',1599,1),
(20828,'Queenstown',1599,1),
(20829,'Fort Wellington',1602,1),
(20830,'Mahaicony',1602,1),
(20831,'Rosignol',1602,1),
(20832,'Anna Regina',1603,1),
(20833,'Charity',1603,1),
(20834,'Suddie',1603,1),
(20835,'Mahdia',1604,1),
(20836,'Tumatumari',1604,1),
(20837,'Desdunes',1607,1),
(20838,'Dessalines',1607,1),
(20839,'Gonaives',1607,1),
(20840,'Gros-Morne',1607,1),
(20841,'L\'Artibonite',1607,1),
(20842,'Saint-Marc',1607,1),
(20843,'Saint-Michel-de-l\'Atalaye',1607,1),
(20844,'Saint-Raphael',1607,1),
(20845,'Verrettes',1607,1),
(20846,'Hinche',1608,1),
(20847,'Mirebalais',1608,1),
(20848,'Anse-d\'Hainault',1609,1),
(20849,'Dame Marie',1609,1),
(20850,'Jeremie',1609,1),
(20851,'Miragoane',1609,1),
(20852,'Cap-Haitien',1610,1),
(20853,'Croix-des-Bouquets',1610,1),
(20854,'Grande Riviere du Nord',1610,1),
(20855,'Limbe',1610,1),
(20856,'Pignon',1610,1),
(20857,'Derac',1611,1),
(20858,'Fort-Liberte',1611,1),
(20859,'Ouanaminthe',1611,1),
(20860,'Trou-du-Nord',1611,1),
(20861,'Port-de-Paix',1612,1),
(20862,'Saint-Louis-du-Nord',1612,1),
(20863,'Anse-a-Galets',1613,1),
(20864,'Carrefour',1613,1),
(20865,'Delmas',1613,1),
(20866,'Kenscoff',1613,1),
(20867,'Lascahobas',1613,1),
(20868,'Leogane',1613,1),
(20869,'Petionville',1613,1),
(20870,'Petit Goave',1613,1),
(20871,'Port-au-Prince',1613,1),
(20872,'Aquin',1614,1),
(20873,'Les Cayes',1614,1),
(20874,'Jacmel',1615,1),
(20875,'La Ceiba',1617,1),
(20876,'Olanchito',1617,1),
(20877,'Tela',1617,1),
(20878,'Choluteca',1618,1),
(20879,'El Triunfo',1618,1),
(20880,'Pespire',1618,1),
(20881,'Sonaguera',1619,1),
(20882,'Tocoa',1619,1),
(20883,'Trujillo',1619,1),
(20884,'Comayagua',1620,1),
(20885,'Siguatepeque',1620,1),
(20886,'Copan',1621,1),
(20887,'Corquin',1621,1),
(20888,'Dulce Nombre',1621,1),
(20889,'El Paraiso',1621,1),
(20890,'San Antonio',1621,1),
(20891,'San Nicolas',1621,1),
(20892,'Santa Rosa de Copan',1621,1),
(20893,'Choloma',1622,1),
(20894,'La Lima',1622,1),
(20895,'Omoa',1622,1),
(20896,'Puerto Cortes',1622,1),
(20897,'San Pedro Sula',1622,1),
(20898,'Intibuca',1627,1),
(20899,'La Esperanza',1627,1),
(20900,'Utila',1627,1),
(20901,'Gracias',1630,1),
(20902,'Ocotepeque',1631,1),
(20903,'San Marcos',1631,1),
(20904,'Sinuapa',1631,1),
(20905,'Catacamas',1632,1),
(20906,'Juticalpa',1632,1),
(20907,'Amapala',1634,1),
(20908,'Langue',1634,1),
(20909,'Nacaome',1634,1),
(20910,'San Lorenzo',1634,1),
(20911,'El Progreso',1635,1),
(20912,'Morazan',1635,1),
(20913,'Santa Rita',1635,1),
(20914,'Yoro',1635,1),
(20915,'Akaszto',1637,1),
(20916,'Bacsalmas',1637,1),
(20917,'Bacsbokod',1637,1),
(20918,'Baja',1637,1),
(20919,'Bugac',1637,1),
(20920,'Davod',1637,1),
(20921,'Dunapataj',1637,1),
(20922,'Dunavecse',1637,1),
(20923,'Fulopszallas',1637,1),
(20924,'Hajos',1637,1),
(20925,'Harta',1637,1),
(20926,'Izsak',1637,1),
(20927,'Jakabszallas',1637,1),
(20928,'Janoshalma',1637,1),
(20929,'Kalocsa',1637,1),
(20930,'Kecel',1637,1),
(20931,'Kecskemet',1637,1),
(20932,'Kiskoros',1637,1),
(20933,'Kiskunfelegyhaza',1637,1),
(20934,'Kiskunhalas',1637,1),
(20935,'Kiskunmajsa',1637,1),
(20936,'Kunfeherto',1637,1),
(20937,'Kunszentmiklos',1637,1),
(20938,'Lajosmizse',1637,1),
(20939,'Lakitelek',1637,1),
(20940,'Madaras',1637,1),
(20941,'Melykut',1637,1),
(20942,'Nagybaracska',1637,1),
(20943,'Orgovany',1637,1),
(20944,'Palmonostora',1637,1),
(20945,'Solt',1637,1),
(20946,'Soltvadkert',1637,1),
(20947,'Sukosd',1637,1),
(20948,'Szabadszallas',1637,1),
(20949,'Szalkszentmarton',1637,1),
(20950,'Tass',1637,1),
(20951,'Tiszakecske',1637,1),
(20952,'Tompa',1637,1),
(20953,'Beremend',1638,1),
(20954,'Boly',1638,1),
(20955,'Dunaszekcso',1638,1),
(20956,'Harkany',1638,1),
(20957,'Hosszuheteny',1638,1),
(20958,'Komlo',1638,1),
(20959,'Magocs',1638,1),
(20960,'Mohacs',1638,1),
(20961,'Pecs',1638,1),
(20962,'Pecsvarad',1638,1),
(20963,'Sasd',1638,1),
(20964,'Sellye',1638,1),
(20965,'Siklos',1638,1),
(20966,'Szentlorinc',1638,1),
(20967,'Szigetvar',1638,1),
(20968,'Vajszlo',1638,1),
(20969,'Villany',1638,1),
(20970,'Battonya',1639,1),
(20971,'Bekes',1639,1),
(20972,'Bekescsaba',1639,1),
(20973,'Bekessamson',1639,1),
(20974,'Bekesszentandras',1639,1),
(20975,'Csorvas',1639,1),
(20976,'Devavanya',1639,1),
(20977,'Doboz',1639,1),
(20978,'Elek',1639,1),
(20979,'Endrod',1639,1),
(20980,'Fuzesgyarmat',1639,1),
(20981,'Gyula',1639,1),
(20982,'Ketegyhaza',1639,1),
(20983,'Kondoros',1639,1),
(20984,'Korosladany',1639,1),
(20985,'Kunagota',1639,1),
(20986,'Lokoshaza',1639,1),
(20987,'Mezobereny',1639,1),
(20988,'Mezohegyes',1639,1),
(20989,'Mezokovacshaza',1639,1),
(20990,'Nagyszenas',1639,1),
(20991,'Oroshaza',1639,1),
(20992,'Sarkad',1639,1),
(20993,'Szabadkigyos',1639,1),
(20994,'Szarvas',1639,1),
(20995,'Szeghalom',1639,1),
(20996,'Totkomlos',1639,1),
(20997,'Veszto',1639,1),
(20998,'Abaujszanto',1640,1),
(20999,'Arlo',1640,1),
(21000,'Bogacs',1640,1),
(21001,'Cigand',1640,1),
(21002,'Edeleny',1640,1),
(21003,'Emod',1640,1),
(21004,'Encs',1640,1),
(21005,'Gonc',1640,1),
(21006,'Karcsa',1640,1),
(21007,'Kazincbarcika',1640,1),
(21008,'Mad',1640,1),
(21009,'Megyaszo',1640,1),
(21010,'Mezokeresztes',1640,1),
(21011,'Mezokovesd',1640,1),
(21012,'Miskolc',1640,1),
(21013,'Monok',1640,1),
(21014,'Nyekladhaza',1640,1),
(21015,'Olaszliszka',1640,1),
(21016,'Onod',1640,1),
(21017,'Ozd',1640,1),
(21018,'Putnok',1640,1),
(21019,'Rudabanya',1640,1),
(21020,'Sajokaza',1640,1),
(21021,'Sajolad',1640,1),
(21022,'Sajoszentpeter',1640,1),
(21023,'Saly',1640,1),
(21024,'Sarospatak',1640,1),
(21025,'Satoraljaujhely',1640,1),
(21026,'Szendro',1640,1),
(21027,'Szentistvan',1640,1),
(21028,'Szerencs',1640,1),
(21029,'Szihalom',1640,1),
(21030,'Szikszo',1640,1),
(21031,'Taktaharkany',1640,1),
(21032,'Taktaszada',1640,1),
(21033,'Tallya',1640,1),
(21034,'Tarcal',1640,1),
(21035,'Tiszaluc',1640,1),
(21036,'Tiszaujvaros',1640,1),
(21037,'Tokaj',1640,1),
(21038,'Tolcsva',1640,1),
(21039,'Budapest',1641,1),
(21040,'Csongrad',1642,1),
(21041,'Fabiansebestyen',1642,1),
(21042,'Foldeak',1642,1),
(21043,'Hodmezovasarhely',1642,1),
(21044,'Kiskundorozsma',1642,1),
(21045,'Kistelek',1642,1),
(21046,'Kiszombor',1642,1),
(21047,'Mako',1642,1),
(21048,'Mindszent',1642,1),
(21049,'Morahalom',1642,1),
(21050,'Pusztaszer',1642,1),
(21051,'Roszke',1642,1),
(21052,'Sandorfalva',1642,1),
(21053,'Szatymaz',1642,1),
(21054,'Szeged',1642,1),
(21055,'Szegvar',1642,1),
(21056,'Szekkutas',1642,1),
(21057,'Szentes',1642,1),
(21058,'Aba',1643,1),
(21059,'Adony',1643,1),
(21060,'Alap',1643,1),
(21061,'Apostag',1643,1),
(21062,'Bakonycsernye',1643,1),
(21063,'Bicske',1643,1),
(21064,'Bodajk',1643,1),
(21065,'Cece',1643,1),
(21066,'Csakvar',1643,1),
(21067,'Deg',1643,1),
(21068,'Dios',1643,1),
(21069,'Dunaujvaros',1643,1),
(21070,'Enying',1643,1),
(21071,'Ercsi',1643,1),
(21072,'Etyek',1643,1),
(21073,'Fehervarcsurgo',1643,1),
(21074,'Lovasbereny',1643,1),
(21075,'Martonvasar',1643,1),
(21076,'Mezofalva',1643,1),
(21077,'Mezoszilas',1643,1),
(21078,'Mor',1643,1),
(21079,'Pazmand',1643,1),
(21080,'Polgardi',1643,1),
(21081,'Pusztavam',1643,1),
(21082,'Rackeresztur',1643,1),
(21083,'Sarbogard',1643,1),
(21084,'Seregelyes',1643,1),
(21085,'Soponya',1643,1),
(21086,'Szabadbattyan',1643,1),
(21087,'Szekesfehervar',1643,1),
(21088,'Val',1643,1),
(21089,'Asvanyraro',1644,1),
(21090,'Beled',1644,1),
(21091,'Bosarkany',1644,1),
(21092,'Csorna',1644,1),
(21093,'Fertod',1644,1),
(21094,'Fertorakos',1644,1),
(21095,'Fertoszentmiklos',1644,1),
(21096,'Gyor',1644,1),
(21097,'Gyorujbarat',1644,1),
(21098,'Hunyadi u.',1644,1),
(21099,'Kapuvar',1644,1),
(21100,'Lebeny',1644,1),
(21101,'Mihalyi',1644,1),
(21102,'Mosonmagyarovar',1644,1),
(21103,'Nyul',1644,1),
(21104,'Pannonhalma',1644,1),
(21105,'Rajka',1644,1),
(21106,'Sopron',1644,1),
(21107,'Szany',1644,1),
(21108,'Tet',1644,1),
(21109,'Balmazujvaros',1645,1),
(21110,'Barand',1645,1),
(21111,'Berettyoujfalu',1645,1),
(21112,'Biharkeresztes',1645,1),
(21113,'Biharnagybajom',1645,1),
(21114,'Debrecen',1645,1),
(21115,'Derecske',1645,1),
(21116,'Egyek',1645,1),
(21117,'Foldes',1645,1),
(21118,'Hajduboszormeny',1645,1),
(21119,'Hajdudorog',1645,1),
(21120,'Hajduhadhaz',1645,1),
(21121,'Hajdusamson',1645,1),
(21122,'Hajduszoboszlo',1645,1),
(21123,'Hajduszovat',1645,1),
(21124,'Hortobagy',1645,1),
(21125,'Hosszupalyi',1645,1),
(21126,'Kaba',1645,1),
(21127,'Komadi',1645,1),
(21128,'Mikepercs',1645,1),
(21129,'Monostorpalyi',1645,1),
(21130,'Nadudvar',1645,1),
(21131,'Nagyleta',1645,1),
(21132,'Nyirabrany',1645,1),
(21133,'Nyiracsad',1645,1),
(21134,'Nyiradony',1645,1),
(21135,'Polgar',1645,1),
(21136,'Puspokladany',1645,1),
(21137,'Sarretudvari',1645,1),
(21138,'Tiszacsege',1645,1),
(21139,'Ujfeherto',1645,1),
(21140,'Vamospercs',1645,1),
(21141,'Abasar',1646,1),
(21142,'Andornaktalya',1646,1),
(21143,'Belapatfalva',1646,1),
(21144,'Domoszlo',1646,1),
(21145,'Eger',1646,1),
(21146,'Erdotelek',1646,1),
(21147,'Felsotarkany',1646,1),
(21148,'Fuzesabony',1646,1),
(21149,'Gyongyos',1646,1),
(21150,'Gyongyospata',1646,1),
(21151,'Gyongyossolymos',1646,1),
(21152,'Gyongyostarjan',1646,1),
(21153,'Hatvan',1646,1),
(21154,'Heves',1646,1),
(21155,'Kal',1646,1),
(21156,'Lorinci',1646,1),
(21157,'Matraderecske',1646,1),
(21158,'Parad',1646,1),
(21159,'Petervasara',1646,1),
(21160,'Recsk',1646,1),
(21161,'Sirok',1646,1),
(21162,'Tarnalelesz',1646,1),
(21163,'Verpelet',1646,1),
(21164,'Abadszalok',1647,1),
(21165,'Besenyszog',1647,1),
(21166,'Cserkeszolo',1647,1),
(21167,'Fegyvernek',1647,1),
(21168,'Hegyeshalom',1647,1),
(21169,'Jaszalsoszentgyorgy',1647,1),
(21170,'Jaszapati',1647,1),
(21171,'Jaszarokszallas',1647,1),
(21172,'Jaszbereny',1647,1),
(21173,'Jaszfenyzaru',1647,1),
(21174,'Jaszjakohalma',1647,1),
(21175,'Jaszkiser',1647,1),
(21176,'Jaszladany',1647,1),
(21177,'Jaszszentandras',1647,1),
(21178,'Karcag',1647,1),
(21179,'Kenderes',1647,1),
(21180,'Kisujszallas',1647,1),
(21181,'Kunhegyes',1647,1),
(21182,'Kunmadaras',1647,1),
(21183,'Kunszentmarton',1647,1),
(21184,'Martfu',1647,1),
(21185,'Mezotur',1647,1),
(21186,'Ocsod',1647,1),
(21187,'Szolnok',1647,1),
(21188,'Tiszabura',1647,1),
(21189,'Tiszafoldvar',1647,1),
(21190,'Tiszafured',1647,1),
(21191,'Tiszapuspoki',1647,1),
(21192,'Tiszaroff',1647,1),
(21193,'Tiszasuly',1647,1),
(21194,'Torokszentmiklos',1647,1),
(21195,'Toszeg',1647,1),
(21196,'Turkeve',1647,1),
(21197,'Ujszasz',1647,1),
(21198,'Acs',1648,1),
(21199,'Almasfuzito',1648,1),
(21200,'Babolna',1648,1),
(21201,'Bajna',1648,1),
(21202,'Dorog',1648,1),
(21203,'Esztergom',1648,1),
(21204,'Kesztolc',1648,1),
(21205,'Kisber',1648,1),
(21206,'Komarom',1648,1),
(21207,'Kornye',1648,1),
(21208,'Labatlan',1648,1),
(21209,'Mocsa',1648,1),
(21210,'Nagyigmand',1648,1),
(21211,'Nyergesujfalu',1648,1),
(21212,'Oroszlany',1648,1),
(21213,'Sarisap',1648,1),
(21214,'Tardos',1648,1),
(21215,'Tarjan',1648,1),
(21216,'Tata',1648,1),
(21217,'Tatabanya',1648,1),
(21218,'Tokod',1648,1),
(21219,'Vertesszolos',1648,1),
(21220,'Balassagyarmat',1649,1),
(21221,'Batonyterenye',1649,1),
(21222,'Bercel',1649,1),
(21223,'Bujak',1649,1),
(21224,'Diosjeno',1649,1),
(21225,'Karancskeszi',1649,1),
(21226,'Matraverebely',1649,1),
(21227,'Nagyoroszi',1649,1),
(21228,'Paszto',1649,1),
(21229,'Retsag',1649,1),
(21230,'Romhany',1649,1),
(21231,'Salgotarjan',1649,1),
(21232,'Szecseny',1649,1),
(21233,'Tar',1649,1),
(21234,'Abony',1650,1),
(21235,'Albertirsa',1650,1),
(21236,'Aszod',1650,1),
(21237,'Biatorbagy',1650,1),
(21238,'Budakalasz',1650,1),
(21239,'Budakeszi',1650,1),
(21240,'Budaors',1650,1),
(21241,'Bugyi',1650,1),
(21242,'Cegled',1650,1),
(21243,'Csobanka',1650,1),
(21244,'Dabas',1650,1),
(21245,'Domsod',1650,1),
(21246,'Dunabogdany',1650,1),
(21247,'Dunaharaszti',1650,1),
(21248,'Dunakeszi',1650,1),
(21249,'Erd',1650,1),
(21250,'Forro',1650,1),
(21251,'Fot',1650,1),
(21252,'Galgaheviz',1650,1),
(21253,'God',1650,1),
(21254,'Godollo',1650,1),
(21255,'Gyomro',1650,1),
(21256,'Hevizgyork',1650,1),
(21257,'Isaszeg',1650,1),
(21258,'Jaszkarajeno',1650,1),
(21259,'Kiskunlachaza',1650,1),
(21260,'Kocser',1650,1),
(21261,'Koka',1650,1),
(21262,'Kosd',1650,1),
(21263,'Maglod',1650,1),
(21264,'Monor',1650,1),
(21265,'Nagykata',1650,1),
(21266,'Nagykoros',1650,1),
(21267,'Nagykovacsi',1650,1),
(21268,'Nagymaros',1650,1),
(21269,'Nagytarcsa',1650,1),
(21270,'Nyaregyhaza',1650,1),
(21271,'Ocsa',1650,1),
(21272,'Orbottyan',1650,1),
(21273,'Orkeny',1650,1),
(21274,'Paty',1650,1),
(21275,'Pecel',1650,1),
(21276,'Perbal',1650,1),
(21277,'Pilis',1650,1),
(21278,'Pilisborosjeno',1650,1),
(21279,'Piliscsaba',1650,1),
(21280,'Pilisszanto',1650,1),
(21281,'Pilisszentivan',1650,1),
(21282,'Pilisszentkereszt',1650,1),
(21283,'Pilisvorosvar',1650,1),
(21284,'Pomaz',1650,1),
(21285,'Racalmas',1650,1),
(21286,'Rackeve',1650,1),
(21287,'Solymar',1650,1),
(21288,'Soskut',1650,1),
(21289,'Szada',1650,1),
(21290,'Szazhalombatta',1650,1),
(21291,'Szentendre',1650,1),
(21292,'Szentmartonkata',1650,1),
(21293,'Szigetcsep',1650,1),
(21294,'Szigetszentmiklos',1650,1),
(21295,'Szigetujfalu',1650,1),
(21296,'Szob',1650,1),
(21297,'Tahitofalu',1650,1),
(21298,'Tapiobicske',1650,1),
(21299,'Tapioszecso',1650,1),
(21300,'Tapioszele',1650,1),
(21301,'Toalmas',1650,1),
(21302,'Torokbalint',1650,1),
(21303,'Tortel',1650,1),
(21304,'Tura',1650,1),
(21305,'Ullo',1650,1),
(21306,'Uri',1650,1),
(21307,'Urom',1650,1),
(21308,'Vac',1650,1),
(21309,'Vecses',1650,1),
(21310,'Veresegyhaz',1650,1),
(21311,'Verocemaros',1650,1),
(21312,'Visegrad',1650,1),
(21313,'Zsambek',1650,1),
(21314,'Zsambok',1650,1),
(21315,'Adand',1651,1),
(21316,'Balatonfoldvar',1651,1),
(21317,'Balatonoszod',1651,1),
(21318,'Balatonszabadi',1651,1),
(21319,'Balatonszarszo',1651,1),
(21320,'Barcs',1651,1),
(21321,'Berzence',1651,1),
(21322,'Boglarlelle',1651,1),
(21323,'Bohonye',1651,1),
(21324,'Csurgo',1651,1),
(21325,'Fonyod',1651,1),
(21326,'Kaposvar',1651,1),
(21327,'Karad',1651,1),
(21328,'Kethely',1651,1),
(21329,'Lengyeltoti',1651,1),
(21330,'Marcali',1651,1),
(21331,'Nagyatad',1651,1),
(21332,'Nagybajom',1651,1),
(21333,'Siofok',1651,1),
(21334,'Somogyvar',1651,1),
(21335,'Tab',1651,1),
(21336,'Zamardi',1651,1),
(21337,'Ajak',1652,1),
(21338,'Baktaloranthaza',1652,1),
(21339,'Balkany',1652,1),
(21340,'Buj',1652,1),
(21341,'Demecser',1652,1),
(21342,'Dombrad',1652,1),
(21343,'Fehergyarmat',1652,1),
(21344,'Ibrany',1652,1),
(21345,'Kemecse',1652,1),
(21346,'Kisvarda',1652,1),
(21347,'Kotaj',1652,1),
(21348,'Mandok',1652,1),
(21349,'Mariapocs',1652,1),
(21350,'Mateszalka',1652,1),
(21351,'Nagyecsed',1652,1),
(21352,'Nagyhalasz',1652,1),
(21353,'Nagykallo',1652,1),
(21354,'Nyirbator',1652,1),
(21355,'Nyirbeltek',1652,1),
(21356,'Nyiregyhaza',1652,1),
(21357,'Nyirmada',1652,1),
(21358,'Nyirpazony',1652,1),
(21359,'Nyirtelek',1652,1),
(21360,'Ofeherto',1652,1),
(21361,'Rakamaz',1652,1),
(21362,'Tarpa',1652,1),
(21363,'Tiszabercel',1652,1),
(21364,'Tiszalok',1652,1),
(21365,'Tiszavasvari',1652,1),
(21366,'Tuzser',1652,1),
(21367,'Vaja',1652,1),
(21368,'Vasarosnameny',1652,1),
(21369,'Zahony',1652,1),
(21370,'Bataszek',1653,1),
(21371,'Bonyhad',1653,1),
(21372,'Decs',1653,1),
(21373,'Dombovar',1653,1),
(21374,'Dunafoldvar',1653,1),
(21375,'Fadd',1653,1),
(21376,'Gyonk',1653,1),
(21377,'Hogyesz',1653,1),
(21378,'Iregszemcse',1653,1),
(21379,'Madocsa',1653,1),
(21380,'Nagymagocs',1653,1),
(21381,'Nagymanyok',1653,1),
(21382,'Ozora',1653,1),
(21383,'Paks',1653,1),
(21384,'Pincehely',1653,1),
(21385,'Simontornya',1653,1),
(21386,'Szekszard',1653,1),
(21387,'Szentgal',1653,1),
(21388,'Tamasi',1653,1),
(21389,'Tengelic',1653,1),
(21390,'Tolna',1653,1),
(21391,'Zomba',1653,1),
(21392,'Buk',1654,1),
(21393,'Celldomolk',1654,1),
(21394,'Csepreg',1654,1),
(21395,'Gencsapati',1654,1),
(21396,'Jak',1654,1),
(21397,'Janoshaza',1654,1),
(21398,'Kormend',1654,1),
(21399,'Koszeg',1654,1),
(21400,'Sarvar',1654,1),
(21401,'Szentgotthard',1654,1),
(21402,'Szombathely',1654,1),
(21403,'Vasvar',1654,1),
(21404,'Vep',1654,1),
(21405,'Ajka',1655,1),
(21406,'Badacsonytomaj',1655,1),
(21407,'Balatonalmadi',1655,1),
(21408,'Balatonfured',1655,1),
(21409,'Balatonfuzfo',1655,1),
(21410,'Balatonkenese',1655,1),
(21411,'Band',1655,1),
(21412,'Berhida',1655,1),
(21413,'Csabrendek',1655,1),
(21414,'Devecser',1655,1),
(21415,'Herend',1655,1),
(21416,'Papa',1655,1),
(21417,'Sumeg',1655,1),
(21418,'Tapolca',1655,1),
(21419,'Urkut',1655,1),
(21420,'Varpalota',1655,1),
(21421,'Veszprem',1655,1),
(21422,'Zirc',1655,1),
(21423,'Becsehely',1656,1),
(21424,'Heviz',1656,1),
(21425,'Keszthely',1656,1),
(21426,'Lenti',1656,1),
(21427,'Letenye',1656,1),
(21428,'Nagykanizsa',1656,1),
(21429,'Sarmellek',1656,1),
(21430,'Turje',1656,1),
(21431,'Zalaegerszeg',1656,1),
(21432,'Zalakomar',1656,1),
(21433,'Zalalovo',1656,1),
(21434,'Zalaszentgrot',1656,1),
(21435,'Bakkafjor ur',1657,1),
(21436,'Borgarfjor ur',1657,1),
(21437,'Brei dalsvik',1657,1),
(21438,'Djupivogur',1657,1),
(21439,'Egilssta ir',1657,1),
(21440,'Eskifjor ur',1657,1),
(21441,'Faskru sfjor ur',1657,1),
(21442,'Fellabar',1657,1),
(21443,'Hallormssta ur',1657,1),
(21444,'Hofn',1657,1),
(21445,'Nesjakauptun',1657,1),
(21446,'Neskaupsta ur',1657,1),
(21447,'Rey arfjor ur',1657,1),
(21448,'Sey isfjor ur',1657,1),
(21449,'Sto varfjor ur',1657,1),
(21450,'Vopnafjor ur',1657,1),
(21451,'Akranes',1665,1),
(21452,'Borgarnes',1665,1),
(21453,'Bu ardalur',1665,1),
(21454,'Grundarfjor ur',1665,1),
(21455,'Hellissandur',1665,1),
(21456,'Hvanneyri',1665,1),
(21457,'Olafsvik',1665,1),
(21458,'Rif',1665,1),
(21459,'Stykkisholmur',1665,1),
(21460,'Banda Aceh',1666,1),
(21461,'Bireun',1666,1),
(21462,'Langsa',1666,1),
(21463,'Lhokseumawe',1666,1),
(21464,'Meulaboh',1666,1),
(21465,'Denpasar',1667,1),
(21466,'Karangasem',1667,1),
(21467,'Klungkung',1667,1),
(21468,'Kuta',1667,1),
(21469,'Negara',1667,1),
(21470,'Singaraja',1667,1),
(21471,'Tabanan',1667,1),
(21472,'Ubud',1667,1),
(21473,'Manggar',1668,1),
(21474,'Mentok',1668,1),
(21475,'Pangkal Pinang',1668,1),
(21476,'Sungai Liat',1668,1),
(21477,'Tanjung Pandan',1668,1),
(21478,'Toboali-Rias',1668,1),
(21479,'Cikupa',1669,1),
(21480,'Cilegon',1669,1),
(21481,'Ciputat',1669,1),
(21482,'Curug',1669,1),
(21483,'Kresek',1669,1),
(21484,'Labuhan',1669,1),
(21485,'Pandegelang',1669,1),
(21486,'Pondok Aren',1669,1),
(21487,'Rangkasbitung',1669,1),
(21488,'Serang',1669,1),
(21489,'Serpong',1669,1),
(21490,'Tangerang',1669,1),
(21491,'Teluknaga',1669,1),
(21492,'Bengkulu',1670,1),
(21493,'Curup',1670,1),
(21494,'Gandaria',1671,1),
(21495,'Gorontalo',1672,1),
(21496,'Cengkareng',1673,1),
(21497,'Jakarta',1673,1),
(21498,'Jambi',1674,1),
(21499,'Kualatungka',1674,1),
(21500,'Simpang',1674,1),
(21501,'Sungaipenuh',1674,1),
(21502,'Kendal',1682,1),
(21503,'Bandar Lampung',1683,1),
(21504,'Kota Bumi',1683,1),
(21505,'Metro',1683,1),
(21506,'Pringsewu',1683,1),
(21507,'Terbanggi Besar',1683,1),
(21508,'Amahai',1684,1),
(21509,'Ambon',1684,1),
(21510,'Tual',1684,1),
(21511,'Amahai',1685,1),
(21512,'Ambon',1685,1),
(21513,'Tual',1685,1),
(21514,'Aberpura',1688,1),
(21515,'Biak',1688,1),
(21516,'Jaya Pura',1688,1),
(21517,'Manokwari',1688,1),
(21518,'Merauke',1688,1),
(21519,'Sorong',1688,1),
(21520,'Balaipungut',1689,1),
(21521,'Bengkalis',1689,1),
(21522,'Dumai',1689,1),
(21523,'Duri',1689,1),
(21524,'Pekan Baru',1689,1),
(21525,'Selatpanjang',1689,1),
(21526,'Tanjung Balai-Meral',1689,1),
(21527,'Tembilahan',1689,1),
(21528,'Balaipungut',1690,1),
(21529,'Bengkalis',1690,1),
(21530,'Dumai',1690,1),
(21531,'Duri',1690,1),
(21532,'Pekan Baru',1690,1),
(21533,'Selatpanjang',1690,1),
(21534,'Tanjung Balai-Meral',1690,1),
(21535,'Tembilahan',1690,1),
(21536,'Solo',1691,1),
(21537,'Bambanglipuro',1699,1),
(21538,'Banguntapan',1699,1),
(21539,'Bantul',1699,1),
(21540,'Depok',1699,1),
(21541,'Gamping',1699,1),
(21542,'Godean',1699,1),
(21543,'Jetis',1699,1),
(21544,'Kasihan',1699,1),
(21545,'Ngaglik',1699,1),
(21546,'Pandak',1699,1),
(21547,'Pundong',1699,1),
(21548,'Sewon',1699,1),
(21549,'Seyegan',1699,1),
(21550,'Sleman',1699,1),
(21551,'Srandakan',1699,1),
(21552,'Wonosari',1699,1),
(21553,'Yogyakarta',1699,1),
(21554,'Ardabil',1700,1),
(21555,'Garmi',1700,1),
(21556,'Khalkhal',1700,1),
(21557,'Meshkinshahr',1700,1),
(21558,'Parsabad',1700,1),
(21559,'Bandar-e Gonaveh',1703,1),
(21560,'Borazjan',1703,1),
(21561,'Bushehr',1703,1),
(21562,'Dashti',1703,1),
(21563,'Dir',1703,1),
(21564,'Khormuj',1703,1),
(21565,'Kongan',1703,1),
(21566,'Tangestan',1703,1),
(21567,'Ardistan',1705,1),
(21568,'Dorchehpiyaz',1705,1),
(21569,'Dowlatabad',1705,1),
(21570,'Esfahan',1705,1),
(21571,'Falavarjan',1705,1),
(21572,'Faridan',1705,1),
(21573,'Fereydunshahr',1705,1),
(21574,'Fuladshahr',1705,1),
(21575,'Golara',1705,1),
(21576,'Golpayegan',1705,1),
(21577,'Kashan',1705,1),
(21578,'Kelishad',1705,1),
(21579,'Khomeynishahr',1705,1),
(21580,'Khonsar',1705,1),
(21581,'Khuresgan',1705,1),
(21582,'Mobarakeh',1705,1),
(21583,'Na\'in',1705,1),
(21584,'Najafabad',1705,1),
(21585,'Natnaz',1705,1),
(21586,'Qahdarijan',1705,1),
(21587,'Rehnan',1705,1),
(21588,'Semirom',1705,1),
(21589,'Shahinshahr',1705,1),
(21590,'Shahreza',1705,1),
(21591,'Zarinshahr',1705,1),
(21592,'Abadeh',1706,1),
(21593,'Akbarabad',1706,1),
(21594,'Darab',1706,1),
(21595,'Eqlid',1706,1),
(21596,'Estehban',1706,1),
(21597,'Fasa',1706,1),
(21598,'Firuzabad',1706,1),
(21599,'Gerash',1706,1),
(21600,'Jahrom',1706,1),
(21601,'Kazerun',1706,1),
(21602,'Lar',1706,1),
(21603,'Marv Dasht',1706,1),
(21604,'Neyriz',1706,1),
(21605,'Nurabad',1706,1),
(21606,'Qa\'emiyeh',1706,1),
(21607,'Sepidan',1706,1),
(21608,'Shiraz',1706,1),
(21609,'Astaneh-ye Ashrafiyeh',1707,1),
(21610,'Astara',1707,1),
(21611,'Bandar-e Anzali',1707,1),
(21612,'Faman',1707,1),
(21613,'Hashtpar',1707,1),
(21614,'Lahijan',1707,1),
(21615,'Langarud',1707,1),
(21616,'Rasht',1707,1),
(21617,'Rudbar',1707,1),
(21618,'Rudsar',1707,1),
(21619,'Sawma\'eh Sara',1707,1),
(21620,'Aq Qal\'eh',1708,1),
(21621,'Azad Shahr',1708,1),
(21622,'Bandar-e Torkaman',1708,1),
(21623,'Gonbad-e Qabus',1708,1),
(21624,'Gorgan',1708,1),
(21625,'Asadabad',1709,1),
(21626,'Bahar',1709,1),
(21627,'Hamadan',1709,1),
(21628,'Malayer',1709,1),
(21629,'Nahavand',1709,1),
(21630,'Tuysarkan',1709,1),
(21631,'Bandar Abbas',1710,1),
(21632,'Bandar-e \'Abbas',1710,1),
(21633,'Bandar-e Lengeh',1710,1),
(21634,'Gheshm',1710,1),
(21635,'Jask',1710,1),
(21636,'Kish',1710,1),
(21637,'Kish Island',1710,1),
(21638,'Minab',1710,1),
(21639,'Abdanan',1711,1),
(21640,'Darrehshahr',1711,1),
(21641,'Dehloran',1711,1),
(21642,'Ilam',1711,1),
(21643,'Ivan',1711,1),
(21644,'Mehran',1711,1),
(21645,'Baft',1712,1),
(21646,'Bam',1712,1),
(21647,'Bardsir',1712,1),
(21648,'Jiroft',1712,1),
(21649,'Kahnuj',1712,1),
(21650,'Kerman',1712,1),
(21651,'Rafsanjan',1712,1),
(21652,'Ravar',1712,1),
(21653,'Shahr-e Babak',1712,1),
(21654,'Sirjan',1712,1),
(21655,'Zarand',1712,1),
(21656,'Eslamabad',1713,1),
(21657,'Gilan-e Garb',1713,1),
(21658,'Harsin',1713,1),
(21659,'Javanrud',1713,1),
(21660,'Kangavar',1713,1),
(21661,'Kermanshah',1713,1),
(21662,'Paveh',1713,1),
(21663,'Sahneh',1713,1),
(21664,'Sar-e-Pol-e-Zohab',1713,1),
(21665,'Sonqor',1713,1),
(21666,'Birjand',1714,1),
(21667,'Bojnurd',1714,1),
(21668,'Chenaran',1714,1),
(21669,'Darreh Gaz',1714,1),
(21670,'Esfarayen',1714,1),
(21671,'Fariman',1714,1),
(21672,'Ferdus',1714,1),
(21673,'Gha\'nat',1714,1),
(21674,'Gonabad',1714,1),
(21675,'Kashmar',1714,1),
(21676,'Mashad',1714,1),
(21677,'Mashhad',1714,1),
(21678,'Neyshabur',1714,1),
(21679,'Qayen',1714,1),
(21680,'Quchan',1714,1),
(21681,'Sabzevar',1714,1),
(21682,'Sarakhs',1714,1),
(21683,'Shirvan',1714,1),
(21684,'Tabas',1714,1),
(21685,'Tayyebat',1714,1),
(21686,'Torbat-e Heydariyeh',1714,1),
(21687,'Torbat-e Jam',1714,1),
(21688,'Abadan',1715,1),
(21689,'Agha Jari',1715,1),
(21690,'Ahvaz',1715,1),
(21691,'Ahwaz',1715,1),
(21692,'Andimeshk',1715,1),
(21693,'Bandar-e Emam Khomeyni',1715,1),
(21694,'Bandar-e Mahshahr',1715,1),
(21695,'Behbahan',1715,1),
(21696,'Dezful',1715,1),
(21697,'Ezeh',1715,1),
(21698,'Hendijan',1715,1),
(21699,'Khorramshahr',1715,1),
(21700,'Masjed-e Soleyman',1715,1),
(21701,'Omidiyeh',1715,1),
(21702,'Ramhormoz',1715,1),
(21703,'Ramshir',1715,1),
(21704,'Shadegan',1715,1),
(21705,'Shush',1715,1),
(21706,'Shushtar',1715,1),
(21707,'Susangerd',1715,1),
(21708,'Baneh',1717,1),
(21709,'Bijar',1717,1),
(21710,'Kamyaran',1717,1),
(21711,'Marivan',1717,1),
(21712,'Qorveh',1717,1),
(21713,'Sanandaj',1717,1),
(21714,'Saqqez',1717,1),
(21715,'Alashtar',1718,1),
(21716,'Aligudarz',1718,1),
(21717,'Azna',1718,1),
(21718,'Borujerd',1718,1),
(21719,'Do Rud',1718,1),
(21720,'Khorramabad',1718,1),
(21721,'Kuhdasht',1718,1),
(21722,'Nurabad',1718,1),
(21723,'Arak',1719,1),
(21724,'Ashtian',1719,1),
(21725,'Delijan',1719,1),
(21726,'Khomeyn',1719,1),
(21727,'Mahallat',1719,1),
(21728,'Sarband',1719,1),
(21729,'Saveh',1719,1),
(21730,'Tafresh',1719,1),
(21731,'Aliabad',1720,1),
(21732,'Amir Kala',1720,1),
(21733,'Amol',1720,1),
(21734,'Babol',1720,1),
(21735,'Babol Sar',1720,1),
(21736,'Behshahr',1720,1),
(21737,'Chalus',1720,1),
(21738,'Fereydunkenar',1720,1),
(21739,'Juybar',1720,1),
(21740,'Kalaleh',1720,1),
(21741,'Kordkuy',1720,1),
(21742,'Mahmudabad',1720,1),
(21743,'Minudasht',1720,1),
(21744,'Neka',1720,1),
(21745,'Nur',1720,1),
(21746,'Nushahr',1720,1),
(21747,'Qa\'emshahr',1720,1),
(21748,'Ramsar',1720,1),
(21749,'Sari',1720,1),
(21750,'Savadkuh',1720,1),
(21751,'Tonekabon',1720,1),
(21752,'Abhar',1722,1),
(21753,'Abyek',1722,1),
(21754,'Qazvin',1722,1),
(21755,'Takestan',1722,1),
(21756,'Qom',1723,1),
(21757,'Damghan',1724,1),
(21758,'Garmsar',1724,1),
(21759,'Semnan',1724,1),
(21760,'Shahrud',1724,1),
(21761,'Damavand',1726,1),
(21762,'Eqbaliyeh',1726,1),
(21763,'Eslamshahr',1726,1),
(21764,'Hashtgerd',1726,1),
(21765,'Karaj',1726,1),
(21766,'Mahdasht',1726,1),
(21767,'Malard',1726,1),
(21768,'Mohammadiyeh',1726,1),
(21769,'Nazarabad',1726,1),
(21770,'Pakdasht',1726,1),
(21771,'Pishva',1726,1),
(21772,'Qarchak',1726,1),
(21773,'Qods',1726,1),
(21774,'Robat Karim',1726,1),
(21775,'Shahriyar',1726,1),
(21776,'Tehran',1726,1),
(21777,'Varamin',1726,1),
(21778,'Ardakan',1727,1),
(21779,'Bafq',1727,1),
(21780,'Mehriz',1727,1),
(21781,'Meybod',1727,1),
(21782,'Taft',1727,1),
(21783,'Yazd',1727,1),
(21784,'Alvand',1728,1),
(21785,'Khorramdarreh',1728,1),
(21786,'Zanjan',1728,1),
(21787,'Jurf-as-Sakhr',1729,1),
(21788,'Saddat-al-Hindiyah',1729,1),
(21789,'al-Hillah',1729,1),
(21790,'al-Madhatiyah',1729,1),
(21791,'al-Musayyib',1729,1),
(21792,'al-Qasim',1729,1),
(21793,'Baghdad',1730,1),
(21794,'Dahuk',1731,1),
(21795,'Zakhu',1731,1),
(21796,'Ba\'qubah',1733,1),
(21797,'Hanaqin',1733,1),
(21798,'Jalula\'\'',1733,1),
(21799,'Kifri',1733,1),
(21800,'Mandali',1733,1),
(21801,'al-Fuhud',1733,1),
(21802,'al-Khalis',1733,1),
(21803,'al-Miqdadiyah',1733,1),
(21804,'ash-Shatrah',1733,1),
(21805,'Ankawa',1734,1),
(21806,'Chaqalawa',1735,1),
(21807,'Irbil',1735,1),
(21808,'Rawanduz',1735,1),
(21809,'Karbala',1736,1),
(21810,'al-Hindiyah',1736,1),
(21811,'Erbil',1737,1),
(21812,'\'Ali al Gharbi',1738,1),
(21813,'al-\'Amarah',1738,1),
(21814,'al-Majarr-al-Kabir',1738,1),
(21815,'Qarah Qush',1739,1),
(21816,'Sinjar',1739,1),
(21817,'Tall \'Afar',1739,1),
(21818,'Tall Kayf',1739,1),
(21819,'al-Mawsil',1739,1),
(21820,'ash-Shaykhan',1739,1),
(21821,'Balad',1740,1),
(21822,'Bayji',1740,1),
(21823,'Dhalu\'iyah',1740,1),
(21824,'Samarra',1740,1),
(21825,'Tikrit',1740,1),
(21826,'Tuz',1740,1),
(21827,'ad-Dujayl',1740,1),
(21828,'al-\'Aziziyah',1741,1),
(21829,'al-Hayy',1741,1),
(21830,'al-Kut',1741,1),
(21831,'an-Nu\'maniyah',1741,1),
(21832,'as-Suwayrah',1741,1),
(21833,'\'Anah',1742,1),
(21834,'Hit',1742,1),
(21835,'Rawah',1742,1),
(21836,'al-Fallujah',1742,1),
(21837,'al-Habbaniyah',1742,1),
(21838,'al-Hadithah',1742,1),
(21839,'ar-Ramadi',1742,1),
(21840,'ar-Rutbah',1742,1),
(21841,'Abu al-Khasib',1743,1),
(21842,'Harithah',1743,1),
(21843,'Shatt-al-\'Arab',1743,1),
(21844,'al-Basrah',1743,1),
(21845,'al-Faw',1743,1),
(21846,'al-Qurnah',1743,1),
(21847,'az-Zubayr',1743,1),
(21848,'ar-Rumaythah',1744,1),
(21849,'as-Samawah',1744,1),
(21850,'\'Afak',1745,1),
(21851,'ad-Diwaniyah',1745,1),
(21852,'al-Ghammas',1745,1),
(21853,'al-Hamzah',1745,1),
(21854,'ash-Shamiyah',1745,1),
(21855,'ash-Shinafiyah',1745,1),
(21856,'al-Kufah',1746,1),
(21857,'al-Mishkhab',1746,1),
(21858,'an-Najaf',1746,1),
(21859,'Chamchamal',1747,1),
(21860,'Halabjah',1747,1),
(21861,'Kusanjaq',1747,1),
(21862,'Panjwin',1747,1),
(21863,'Qal\'at Dizeh',1747,1),
(21864,'as-Sulaymaniyah',1747,1),
(21865,'\'Aqrah',1748,1),
(21866,'Kirkuk',1748,1),
(21867,'Moira',1749,1),
(21868,'Bagenalstown',1750,1),
(21869,'Carlow',1750,1),
(21870,'Tullow',1750,1),
(21871,'Bailieborough',1751,1),
(21872,'Belturbet',1751,1),
(21873,'Cavan',1751,1),
(21874,'Coothill',1751,1),
(21875,'Ennis',1752,1),
(21876,'Kilkee',1752,1),
(21877,'Kilrush',1752,1),
(21878,'Newmarket-on-Fergus',1752,1),
(21879,'Shannon',1752,1),
(21880,'Bandon',1753,1),
(21881,'Bantry',1753,1),
(21882,'Blarney',1753,1),
(21883,'Carrigaline',1753,1),
(21884,'Charleville',1753,1),
(21885,'Clonakilty',1753,1),
(21886,'Cobh',1753,1),
(21887,'Cork',1753,1),
(21888,'Drishane',1753,1),
(21889,'Dunmanway',1753,1),
(21890,'Fermoy',1753,1),
(21891,'Kanturk',1753,1),
(21892,'Kinsale',1753,1),
(21893,'Macroom',1753,1),
(21894,'Mallow',1753,1),
(21895,'Midleton',1753,1),
(21896,'Millstreet',1753,1),
(21897,'Mitchelstown',1753,1),
(21898,'Passage West',1753,1),
(21899,'Skibbereen',1753,1),
(21900,'Youghal',1753,1),
(21901,'Ballybofey',1754,1),
(21902,'Ballyshannon',1754,1),
(21903,'Buncrana',1754,1),
(21904,'Bundoran',1754,1),
(21905,'Carndonagh',1754,1),
(21906,'Donegal',1754,1),
(21907,'Killybegs',1754,1),
(21908,'Letterkenny',1754,1),
(21909,'Lifford',1754,1),
(21910,'Moville',1754,1),
(21911,'Balbriggan',1755,1),
(21912,'Ballsbridge',1755,1),
(21913,'Dublin',1755,1),
(21914,'Leixlip',1755,1),
(21915,'Lucan',1755,1),
(21916,'Malahide',1755,1),
(21917,'Portrane',1755,1),
(21918,'Rathcoole',1755,1),
(21919,'Rush',1755,1),
(21920,'Skerries',1755,1),
(21921,'Swords',1755,1),
(21922,'Athenry',1756,1),
(21923,'Ballinasloe',1756,1),
(21924,'Clifden',1756,1),
(21925,'Galway',1756,1),
(21926,'Gort',1756,1),
(21927,'Loughrea',1756,1),
(21928,'Tuam',1756,1),
(21929,'Ballybunion',1757,1),
(21930,'Cahirciveen',1757,1),
(21931,'Castleisland',1757,1),
(21932,'Dingle',1757,1),
(21933,'Kenmare',1757,1),
(21934,'Killarney',1757,1),
(21935,'Killorglin',1757,1),
(21936,'Listowel',1757,1),
(21937,'Tralee',1757,1),
(21938,'Athy',1758,1),
(21939,'Celbridge',1758,1),
(21940,'Clane',1758,1),
(21941,'Kilcock',1758,1),
(21942,'Kilcullen',1758,1),
(21943,'Kildare',1758,1),
(21944,'Maynooth',1758,1),
(21945,'Monasterevan',1758,1),
(21946,'Naas',1758,1),
(21947,'Newbridge',1758,1),
(21948,'Callan',1759,1),
(21949,'Castlecomer',1759,1),
(21950,'Kilkenny',1759,1),
(21951,'Thomastown',1759,1),
(21952,'Abbeyleix',1760,1),
(21953,'Mountmellick',1760,1),
(21954,'Mountrath',1760,1),
(21955,'Port Laoise',1760,1),
(21956,'Portarlington',1760,1),
(21957,'Meath',1761,1),
(21958,'Carrick-on-Shannon',1762,1),
(21959,'Abbeyfeale',1763,1),
(21960,'Kilmallock',1763,1),
(21961,'Limerick',1763,1),
(21962,'Newcastle',1763,1),
(21963,'Rathkeale',1763,1),
(21964,'Granard',1765,1),
(21965,'Longford',1765,1),
(21966,'Moate',1765,1),
(21967,'Ardee',1766,1),
(21968,'Drogheda',1766,1),
(21969,'Drumcar',1766,1),
(21970,'Dundalk',1766,1),
(21971,'Ballina',1767,1),
(21972,'Ballinrobe',1767,1),
(21973,'Ballyhaunis',1767,1),
(21974,'Castlebar',1767,1),
(21975,'Claremorris',1767,1),
(21976,'Swinford',1767,1),
(21977,'Westport',1767,1),
(21978,'Ashbourne',1768,1),
(21979,'Duleek',1768,1),
(21980,'Dunboyne',1768,1),
(21981,'Dunshaughlin',1768,1),
(21982,'Kells',1768,1),
(21983,'Laytown',1768,1),
(21984,'Navan',1768,1),
(21985,'Trim',1768,1),
(21986,'Carrickmacross',1769,1),
(21987,'Castleblayney',1769,1),
(21988,'Clones',1769,1),
(21989,'Monaghan',1769,1),
(21990,'Banagher',1770,1),
(21991,'Birr',1770,1),
(21992,'Clara',1770,1),
(21993,'Edenderry',1770,1),
(21994,'Kilcormac',1770,1),
(21995,'Tullamore',1770,1),
(21996,'Ballaghaderreen',1771,1),
(21997,'Boyle',1771,1),
(21998,'Castlerea',1771,1),
(21999,'Roscommon',1771,1),
(22000,'Sligo',1772,1),
(22001,'Co Tyrone',1775,1),
(22002,'Downpatrick',1775,1),
(22003,'Dungarvan',1776,1),
(22004,'Tramore',1776,1),
(22005,'Waterford',1776,1),
(22006,'Athlone',1777,1),
(22007,'Mullingar',1777,1),
(22008,'Enniscorthy',1778,1),
(22009,'Gorey',1778,1),
(22010,'New Ross',1778,1),
(22011,'Wexford',1778,1),
(22012,'Arklow',1779,1),
(22013,'Baltinglass',1779,1),
(22014,'Blessington',1779,1),
(22015,'Bray',1779,1),
(22016,'Greystones',1779,1),
(22017,'Kilcoole',1779,1),
(22018,'Newtownmountkennedy',1779,1),
(22019,'Rathdrum',1779,1),
(22020,'Wicklow',1779,1),
(22021,'Bethlehem',1782,1),
(22022,'Caesarea',1783,1),
(22023,'Petach Tikva',1784,1),
(22024,'Ramallah',1784,1),
(22025,'Gaza',1785,1),
(22026,'\'Arad',1786,1),
(22027,'\'Omer',1786,1),
(22028,'Ashdod',1786,1),
(22029,'Ashqelon',1786,1),
(22030,'Be\'er Sheva',1786,1),
(22031,'Beersheba',1786,1),
(22032,'Bene Ayish',1786,1),
(22033,'Dimona',1786,1),
(22034,'Elat',1786,1),
(22035,'Gan Yavne',1786,1),
(22036,'Nahal `Oz',1786,1),
(22037,'Netivot',1786,1),
(22038,'Ofaqim',1786,1),
(22039,'Qiryat Gat',1786,1),
(22040,'Qiryat Mal\'akhi',1786,1),
(22041,'Sederot',1786,1),
(22042,'Yeroham',1786,1),
(22043,'kiryat Malachi',1786,1),
(22044,'Be\'er Ya\'aqov',1788,1),
(22045,'Beit Shemesh',1788,1),
(22046,'Bene Beraq',1788,1),
(22047,'Bnei Brak',1788,1),
(22048,'Even Yehuda',1788,1),
(22049,'Fureidis',1788,1),
(22050,'Gat Rimon',1788,1),
(22051,'Gedera',1788,1),
(22052,'Givat Shmuel',1788,1),
(22053,'Hibat Zion',1788,1),
(22054,'Hod HaSharon',1788,1),
(22055,'Hogar',1788,1),
(22056,'Jaljulye',1788,1),
(22057,'Jatt',1788,1),
(22058,'Kafar Qasem',1788,1),
(22059,'Kefar Sava',1788,1),
(22060,'Kefar Yona',1788,1),
(22061,'Kfar Saba',1788,1),
(22062,'Kiryag Bialik',1788,1),
(22063,'Lod',1788,1),
(22064,'Mazkeret Batya',1788,1),
(22065,'Modi\'in',1788,1),
(22066,'Nes Ziyyona',1788,1),
(22067,'Ness Ziona',1788,1),
(22068,'Netanya',1788,1),
(22069,'Nordiya',1788,1),
(22070,'Pardesiyya',1788,1),
(22071,'Petakh Tiqwa',1788,1),
(22072,'Qadima',1788,1),
(22073,'Qalansawe',1788,1),
(22074,'Qiryat \'Eqron',1788,1),
(22075,'Ra\'anana',1788,1),
(22076,'Ramla',1788,1),
(22077,'Rehovot',1788,1),
(22078,'Rekhovot',1788,1),
(22079,'Rinnatya',1788,1),
(22080,'Rishon LeZiyyon',1788,1),
(22081,'Rosh HaAyin',1788,1),
(22082,'Shoham',1788,1),
(22083,'Tayibe',1788,1),
(22084,'Tire',1788,1),
(22085,'Tsur Igal',1788,1),
(22086,'Udim',1788,1),
(22087,'Yavne',1788,1),
(22088,'Yehud',1788,1),
(22089,'\'Afula',1789,1),
(22090,'\'Akko',1789,1),
(22091,'\'Arrabe',1789,1),
(22092,'\'Ein Mahel',1789,1),
(22093,'\'Ilut',1789,1),
(22094,'Abu Sinan',1789,1),
(22095,'Basmat Tab\'un',1789,1),
(22096,'Beit Jann',1789,1),
(22097,'Bet She\'an',1789,1),
(22098,'Bi\'ne',1789,1),
(22099,'Bir-al-Maksur',1789,1),
(22100,'Bu\'eine-Nujeidat',1789,1),
(22101,'Dabburye',1789,1),
(22102,'Dayr Hannah',1789,1),
(22103,'Dayr-al-Asad',1789,1),
(22104,'Hazor HaGelilit',1789,1),
(22105,'I\'billin',1789,1),
(22106,'Iksal',1789,1),
(22107,'Judeide-Maker',1789,1),
(22108,'Kabul',1789,1),
(22109,'Kafar Kanna',1789,1),
(22110,'Kafar Manda',1789,1),
(22111,'Kafar Yasif',1789,1),
(22112,'Karmiel',1789,1),
(22113,'Kisra-Sumei',1789,1),
(22114,'Ma\'alot Tarshikha',1789,1),
(22115,'Majd-al-Kurum',1789,1),
(22116,'Migdal Ha\'Emeq',1789,1),
(22117,'Mugar',1789,1),
(22118,'Nahariyya',1789,1),
(22119,'Nahef',1789,1),
(22120,'Nazerat',1789,1),
(22121,'Nazerat \'Illit',1789,1),
(22122,'Qiryat Shemona',1789,1),
(22123,'Qiryat Tiv\'on',1789,1),
(22124,'Rame',1789,1),
(22125,'Reine',1789,1),
(22126,'Sakhnin',1789,1),
(22127,'Shefar\'am',1789,1),
(22128,'Tamra',1789,1),
(22129,'Tiberias',1789,1),
(22130,'Tur\'an',1789,1),
(22131,'Yirka',1789,1),
(22132,'Yoqne\'am Illit',1789,1),
(22133,'Zefat',1789,1),
(22134,'Zur Yigal',1789,1),
(22135,'Hebron',1790,1),
(22136,'Sgula',1791,1),
(22137,'Jerusalem',1792,1),
(22138,'\'Ar\'ara',1793,1),
(22139,'\'Isifya',1793,1),
(22140,'Baqa al-Gharbiyyah',1793,1),
(22141,'Binyamina',1793,1),
(22142,'Daliyat-al-Karmil',1793,1),
(22143,'Jizr-az-Zarqa',1793,1),
(22144,'Khadera',1793,1),
(22145,'Khefa',1793,1),
(22146,'Nesher',1793,1),
(22147,'Or \'Aqiva',1793,1),
(22148,'Pardes Khanna-Karkur',1793,1),
(22149,'Qiryat Atta',1793,1),
(22150,'Qiryat Bialik',1793,1),
(22151,'Qiryat Motzkin',1793,1),
(22152,'Qiryat Yam',1793,1),
(22153,'Rekhasim',1793,1),
(22154,'Tirat Karmel',1793,1),
(22155,'Umm-al-Fahm',1793,1),
(22156,'Zikhron Ya\'aqov',1793,1),
(22157,'Qalqilya',1796,1),
(22158,'Hadera',1799,1),
(22159,'Kiryag Bialik',1799,1),
(22160,'Bet Shemesh',1801,1),
(22161,'Mevasserat Ziyyon',1801,1),
(22162,'Yerushalayim',1801,1),
(22163,'Meta',1802,1),
(22164,'Miano',1802,1),
(22165,'Alba Adriatica',1803,1),
(22166,'Atessa',1803,1),
(22167,'Atri',1803,1),
(22168,'Avezzano',1803,1),
(22169,'Celano',1803,1),
(22170,'Cepagatti',1803,1),
(22171,'Chieti',1803,1),
(22172,'Citta Sant\'Angelo',1803,1),
(22173,'Francavilla al Mare',1803,1),
(22174,'Giulianova',1803,1),
(22175,'Guardiagrele',1803,1),
(22176,'L\'Aquila',1803,1),
(22177,'Lanciano',1803,1),
(22178,'Martinsicuro',1803,1),
(22179,'Montesilvano',1803,1),
(22180,'Montorio al Vomano',1803,1),
(22181,'Mosciano Sant\'Angelo',1803,1),
(22182,'Ortona',1803,1),
(22183,'Penne',1803,1),
(22184,'Pescara',1803,1),
(22185,'Pineto',1803,1),
(22186,'Roseto degli Abruzzi',1803,1),
(22187,'San Giovanni Teatino',1803,1),
(22188,'San Salvo',1803,1),
(22189,'Sant\'Egidio alla Vibrata',1803,1),
(22190,'Silvi',1803,1),
(22191,'Spoltore',1803,1),
(22192,'Sulmona',1803,1),
(22193,'Teramo',1803,1),
(22194,'Vasto',1803,1),
(22195,'Agrigento',1804,1),
(22196,'Alessandria della Rocca',1804,1),
(22197,'Aragona',1804,1),
(22198,'Bivona',1804,1),
(22199,'Burgio',1804,1),
(22200,'Calamonaci',1804,1),
(22201,'Caltabellotta',1804,1),
(22202,'Camastra',1804,1),
(22203,'Cammarata',1804,1),
(22204,'Campobello di Licata',1804,1),
(22205,'CanicattÃƒÂ¬',1804,1),
(22206,'Casteltermini',1804,1),
(22207,'Castrofilippo',1804,1),
(22208,'Cattolica Eraclea',1804,1),
(22209,'Cianciana',1804,1),
(22210,'Comitini',1804,1),
(22211,'Favara',1804,1),
(22212,'Grotte',1804,1),
(22213,'Joppolo Giancaxio',1804,1),
(22214,'Lampedusa e Linosa',1804,1),
(22215,'Licata',1804,1),
(22216,'Lucca Sicula',1804,1),
(22217,'Menfi',1804,1),
(22218,'Montallegro',1804,1),
(22219,'Montevago',1804,1),
(22220,'Naro',1804,1),
(22221,'Palma di Montechiaro',1804,1),
(22222,'Porto Empedocle',1804,1),
(22223,'Racalmuto',1804,1),
(22224,'Raffadali',1804,1),
(22225,'Ravanusa',1804,1),
(22226,'Realmonte',1804,1),
(22227,'Ribera',1804,1),
(22228,'Sambuca di Sicilia',1804,1),
(22229,'San Biagio Platani',1804,1),
(22230,'San Giovanni Gemini',1804,1),
(22231,'Sant Angelo Muxaro',1804,1),
(22232,'Santa Elisabetta',1804,1),
(22233,'Santa Margherita di Belice',1804,1),
(22234,'Santo Stefano Quisquina',1804,1),
(22235,'Sciacca',1804,1),
(22236,'Siculiana',1804,1),
(22237,'Villafranca Sicula',1804,1),
(22238,'Castellazzo Bormida',1805,1),
(22239,'Gavi',1805,1),
(22240,'Villanova Monferrato',1805,1),
(22241,'Camerano',1806,1),
(22242,'Castelplanio',1806,1),
(22243,'Capolona',1807,1),
(22244,'Montevarchi',1807,1),
(22245,'Subbiano',1807,1),
(22246,'Buttigliera d\'Asti',1809,1),
(22247,'Flumeri',1810,1),
(22248,'Nusco',1810,1),
(22249,'Prata di Principato Ultra',1810,1),
(22250,'Villanova del Battista',1810,1),
(22251,'Avigliano',1812,1),
(22252,'Bernalda',1812,1),
(22253,'Ferrandina',1812,1),
(22254,'Lauria',1812,1),
(22255,'Lavello',1812,1),
(22256,'Matera',1812,1),
(22257,'Melfi',1812,1),
(22258,'Montescaglioso',1812,1),
(22259,'Pisticci',1812,1),
(22260,'Policoro',1812,1),
(22261,'Potenza',1812,1),
(22262,'Rionero in Vulture',1812,1),
(22263,'Venosa',1812,1),
(22264,'Belluno',1813,1),
(22265,'D\'alpago',1813,1),
(22266,'Longarone',1813,1),
(22267,'Pedavena',1813,1),
(22268,'San Bartolomeo',1814,1),
(22269,'',1815,1),
(22270,'Bagnatica',1815,1),
(22271,'Bergamo',1815,1),
(22272,'Bolgare',1815,1),
(22273,'Bottanuco',1815,1),
(22274,'Brignano Gera d\'Adda',1815,1),
(22275,'Calcio',1815,1),
(22276,'Caravaggio',1815,1),
(22277,'Chiuduno',1815,1),
(22278,'Ciserano',1815,1),
(22279,'Comun Nuovo',1815,1),
(22280,'Costa di Mezzate',1815,1),
(22281,'Gandino',1815,1),
(22282,'Grassobbio',1815,1),
(22283,'Grumello Del Monte',1815,1),
(22284,'Grumello del Monte',1815,1),
(22285,'Lallio',1815,1),
(22286,'Levate',1815,1),
(22287,'Lurano',1815,1),
(22288,'Mapello',1815,1),
(22289,'Pagazzano',1815,1),
(22290,'Ponteranica',1815,1),
(22291,'Pontida',1815,1),
(22292,'Sant Omobono Imagna',1815,1),
(22293,'Torre Pallavicina',1815,1),
(22294,'Trescore Balneario',1815,1),
(22295,'Verdellino',1815,1),
(22296,'Zingonia',1815,1),
(22297,'Camburzano',1816,1),
(22298,'Crevacuore',1816,1),
(22299,'Gaglianico',1816,1),
(22300,'Sandigliano',1816,1),
(22301,'Vigliano Biellese',1816,1),
(22302,'Anzola dell\'Emilia',1817,1),
(22303,'Bologna',1817,1),
(22304,'Borgo Tossignano',1817,1),
(22305,'Casalfiumanese',1817,1),
(22306,'Castiglione Dei Pepoli ',1817,1),
(22307,'Funo',1817,1),
(22308,'Loiano',1817,1),
(22309,'Monterenzio',1817,1),
(22310,'Osteria Grande',1817,1),
(22311,'Frangarto',1818,1),
(22312,'Agnosine',1819,1),
(22313,'Brescia',1819,1),
(22314,'Capriano del Colle',1819,1),
(22315,'Capriolo',1819,1),
(22316,'Castegnato',1819,1),
(22317,'Castelcovati',1819,1),
(22318,'Cellatica',1819,1),
(22319,'Coccaglio',1819,1),
(22320,'Comezzano-Cizzago',1819,1),
(22321,'Erbusco',1819,1),
(22322,'Flero',1819,1),
(22323,'Lavenone',1819,1),
(22324,'Longhena',1819,1),
(22325,'Maclodio',1819,1),
(22326,'Muscoline',1819,1),
(22327,'Padenghe sul Garda',1819,1),
(22328,'Paderno Franciacorta',1819,1),
(22329,'Paratico',1819,1),
(22330,'Passirano',1819,1),
(22331,'Polaveno',1819,1),
(22332,'Poncarale',1819,1),
(22333,'Prevalle',1819,1),
(22334,'Provaglio dIseo',1819,1),
(22335,'Roncadelle',1819,1),
(22336,'Verolavecchia',1819,1),
(22337,'Visano',1819,1),
(22338,'San Donaci',1820,1),
(22339,'Acri',1821,1),
(22340,'Amantea',1821,1),
(22341,'Bagnara Calabra',1821,1),
(22342,'Belvedere Marittimo',1821,1),
(22343,'Bisignano',1821,1),
(22344,'Bovalino',1821,1),
(22345,'Cariati',1821,1),
(22346,'Cassano allo Ionio',1821,1),
(22347,'Castrolibero',1821,1),
(22348,'Castrovillari',1821,1),
(22349,'Catanzaro',1821,1),
(22350,'Cetraro',1821,1),
(22351,'Ciro Marina',1821,1),
(22352,'Cittanova',1821,1),
(22353,'Corigliano Calabro',1821,1),
(22354,'Cosenza',1821,1),
(22355,'Crosia',1821,1),
(22356,'Crotone',1821,1),
(22357,'Cutro',1821,1),
(22358,'Fuscaldo',1821,1),
(22359,'Gioia Tauro',1821,1),
(22360,'Isola di Capo Rizzuto',1821,1),
(22361,'Lamezia Terme',1821,1),
(22362,'Locri',1821,1),
(22363,'Luzzi',1821,1),
(22364,'Melito di Porto Salvo',1821,1),
(22365,'Mendicino',1821,1),
(22366,'Montalto Uffugo',1821,1),
(22367,'Palmi',1821,1),
(22368,'Paola',1821,1),
(22369,'Petilia Policastro',1821,1),
(22370,'Pizzo',1821,1),
(22371,'Polistena',1821,1),
(22372,'Reggio di Calabria',1821,1),
(22373,'Rende',1821,1),
(22374,'Rosarno',1821,1),
(22375,'Rossano',1821,1),
(22376,'San Giovanni in Fiore',1821,1),
(22377,'Scalea',1821,1),
(22378,'Sellia Marina',1821,1),
(22379,'Siderno',1821,1),
(22380,'Soverato',1821,1),
(22381,'Taurianova',1821,1),
(22382,'Trebisacce',1821,1),
(22383,'Vibo Valentia',1821,1),
(22384,'Villa San Giovanni',1821,1),
(22385,'Acerra',1822,1),
(22386,'Afragola',1822,1),
(22387,'Agropoli',1822,1),
(22388,'Angri',1822,1),
(22389,'Ariano Irpino',1822,1),
(22390,'Arzano',1822,1),
(22391,'Atripalda',1822,1),
(22392,'Avellino',1822,1),
(22393,'Aversa',1822,1),
(22394,'Bacoli',1822,1),
(22395,'Barano d\'Ischia',1822,1),
(22396,'Baronissi',1822,1),
(22397,'Battipaglia',1822,1),
(22398,'Bellizzi',1822,1),
(22399,'Benevento',1822,1),
(22400,'Boscoreale',1822,1),
(22401,'Boscotrecase',1822,1),
(22402,'Brusciano',1822,1),
(22403,'Caivano',1822,1),
(22404,'Calvizzano',1822,1),
(22405,'Campagna',1822,1),
(22406,'Capaccio',1822,1),
(22407,'Capua',1822,1),
(22408,'Cardito',1822,1),
(22409,'Carinola',1822,1),
(22410,'Casagiove',1822,1),
(22411,'Casal di Principe',1822,1),
(22412,'Casalnuovo di Napoli',1822,1),
(22413,'Casaluce',1822,1),
(22414,'Casandrino',1822,1),
(22415,'Casavatore',1822,1),
(22416,'Caserta',1822,1),
(22417,'Casoria',1822,1),
(22418,'Castel San Giorgio',1822,1),
(22419,'Castel Volturno',1822,1),
(22420,'Castellammare di Stabia',1822,1),
(22421,'Cava de\' Tirreni',1822,1),
(22422,'Cercola',1822,1),
(22423,'Cervinara',1822,1),
(22424,'Cicciano',1822,1),
(22425,'Crispano',1822,1),
(22426,'Eboli',1822,1),
(22427,'Ercolano',1822,1),
(22428,'Fisciano',1822,1),
(22429,'Forio',1822,1),
(22430,'Frattamaggiore',1822,1),
(22431,'Frattaminore',1822,1),
(22432,'Frignano',1822,1),
(22433,'Giffoni Valle Piana',1822,1),
(22434,'Giugliano in Campania',1822,1),
(22435,'Gragnano',1822,1),
(22436,'Gricignano di Aversa',1822,1),
(22437,'Grottaminarda',1822,1),
(22438,'Grumo Nevano',1822,1),
(22439,'Ischia',1822,1),
(22440,'Lusciano',1822,1),
(22441,'Macerata Campania',1822,1),
(22442,'Maddaloni',1822,1),
(22443,'Marano di Napoli',1822,1),
(22444,'Marcianise',1822,1),
(22445,'Marigliano',1822,1),
(22446,'Massa Lubrense',1822,1),
(22447,'Melito di Napoli',1822,1),
(22448,'Mercato San Severino',1822,1),
(22449,'Mercogliano',1822,1),
(22450,'Meta',1822,1),
(22451,'Mirabella Eclano',1822,1),
(22452,'Mondragone',1822,1),
(22453,'Monte di Procida',1822,1),
(22454,'Montecorvino Rovella',1822,1),
(22455,'Monteforte Irpino',1822,1),
(22456,'Montesarchio',1822,1),
(22457,'Montoro Inferiore',1822,1),
(22458,'Mugnano di Napoli',1822,1),
(22459,'Naples',1822,1),
(22460,'Napoli',1822,1),
(22461,'Nocera Inferiore',1822,1),
(22462,'Nocera Superiore',1822,1),
(22463,'Nola',1822,1),
(22464,'Orta di Atella',1822,1),
(22465,'Ottaviano',1822,1),
(22466,'Pagani',1822,1),
(22467,'Palma Campania',1822,1),
(22468,'Parete',1822,1),
(22469,'Pellezzano',1822,1),
(22470,'Piano di Sorrento',1822,1),
(22471,'Piedimonte Matese',1822,1),
(22472,'Poggiomarino',1822,1),
(22473,'Pollena Trocchia',1822,1),
(22474,'Pomigliano d\'Arco',1822,1),
(22475,'Pompei',1822,1),
(22476,'Pontecagnano',1822,1),
(22477,'Portici',1822,1),
(22478,'Positano',1822,1),
(22479,'Pozzuoli',1822,1),
(22480,'Procida',1822,1),
(22481,'Qualiano',1822,1),
(22482,'Quarto',1822,1),
(22483,'Roccapiemonte',1822,1),
(22484,'Sala Consilina',1822,1),
(22485,'Salerno',1822,1),
(22486,'San Cipriano d\'Aversa',1822,1),
(22487,'San Felice a Cancello',1822,1),
(22488,'San Gennaro Vesuviano',1822,1),
(22489,'San Giorgio a Cremano',1822,1),
(22490,'San Giorgio del Sannio',1822,1),
(22491,'San Giuseppe Vesuviano',1822,1),
(22492,'San Marcellino',1822,1),
(22493,'San Marzano sul Sarno',1822,1),
(22494,'San Nicola',1822,1),
(22495,'San Prisco',1822,1),
(22496,'San Sebastiano al Vesuvio',1822,1),
(22497,'San Valentino Torio',1822,1),
(22498,'Sant Antimo',1822,1),
(22499,'Sant\'Agata de\' Goti',1822,1),
(22500,'Sant\'Agnello',1822,1),
(22501,'Sant\'Anastasia',1822,1),
(22502,'Sant\'Antonio Abate',1822,1),
(22503,'Sant\'Arpino',1822,1),
(22504,'Sant\'Egidio del Monte Albino',1822,1),
(22505,'Santa Maria Capua Vetere',1822,1),
(22506,'Santa Maria a Vico',1822,1),
(22507,'Santa Maria la Carita',1822,1),
(22508,'Sarno',1822,1),
(22509,'Saviano',1822,1),
(22510,'Scafati',1822,1),
(22511,'Sessa Aurunca',1822,1),
(22512,'Siano',1822,1),
(22513,'Solofra',1822,1),
(22514,'Somma Vesuviana',1822,1),
(22515,'Sorrento',1822,1),
(22516,'Teano',1822,1),
(22517,'Teggiano',1822,1),
(22518,'Terzigno',1822,1),
(22519,'Teverola',1822,1),
(22520,'Torre Annunziata',1822,1),
(22521,'Torre del Greco',1822,1),
(22522,'Trecase',1822,1),
(22523,'Trentola-Ducenta',1822,1),
(22524,'Vallo della Lucania',1822,1),
(22525,'Vico Equense',1822,1),
(22526,'Vietri sul Mare',1822,1),
(22527,'Villa Literno',1822,1),
(22528,'Villaricca',1822,1),
(22529,'Volla',1822,1),
(22530,'Cartoceto',1823,1),
(22531,'Carinaro',1824,1),
(22532,'San Marco Evangelista',1824,1),
(22533,'Fiandaca Di Acireale',1825,1),
(22534,'San Cono',1825,1),
(22535,'Altino',1826,1),
(22536,'Archi',1826,1),
(22537,'Ari',1826,1),
(22538,'Arielli',1826,1),
(22539,'Atessa',1826,1),
(22540,'Bomba',1826,1),
(22541,'Borrello',1826,1),
(22542,'Bucchianico',1826,1),
(22543,'Canosa Sannita',1826,1),
(22544,'Carpineto Sinello',1826,1),
(22545,'Carunchio',1826,1),
(22546,'Casacanditella',1826,1),
(22547,'Casalanguida',1826,1),
(22548,'Casalbordino',1826,1),
(22549,'Casalincontrada',1826,1),
(22550,'Casoli',1826,1),
(22551,'Castel Frentano',1826,1),
(22552,'Castelguidone',1826,1),
(22553,'Castiglione Messer Marino',1826,1),
(22554,'Celenza sul Trigno',1826,1),
(22555,'Chieti',1826,1),
(22556,'Civitaluparella',1826,1),
(22557,'Civitella Messer Raimondo',1826,1),
(22558,'Colledimacine',1826,1),
(22559,'Colledimezzo',1826,1),
(22560,'Crecchio',1826,1),
(22561,'Cupello',1826,1),
(22562,'Dogliola',1826,1),
(22563,'Fallo',1826,1),
(22564,'Fara Filiorum Petri',1826,1),
(22565,'Fara San Martino',1826,1),
(22566,'Filetto',1826,1),
(22567,'Fossacesia',1826,1),
(22568,'Fraine',1826,1),
(22569,'Francavilla al Mare',1826,1),
(22570,'Fresagrandinaria',1826,1),
(22571,'Frisa',1826,1),
(22572,'Furci',1826,1),
(22573,'Gamberale',1826,1),
(22574,'Gessopalena',1826,1),
(22575,'Gissi',1826,1),
(22576,'Giuliano Teatino',1826,1),
(22577,'Guardiagrele',1826,1),
(22578,'Guilmi',1826,1),
(22579,'Lama dei Peligni',1826,1),
(22580,'Lanciano',1826,1),
(22581,'Lentella',1826,1),
(22582,'Lettopalena',1826,1),
(22583,'Liscia',1826,1),
(22584,'Miglianico',1826,1),
(22585,'Montazzoli',1826,1),
(22586,'Montebello sul Sangro',1826,1),
(22587,'Monteferrante',1826,1),
(22588,'Montelapiano',1826,1),
(22589,'Montenerodomo',1826,1),
(22590,'Monteodorisio',1826,1),
(22591,'Mozzagrogna',1826,1),
(22592,'Orsogna',1826,1),
(22593,'Ortona',1826,1),
(22594,'Paglieta',1826,1),
(22595,'Palena',1826,1),
(22596,'Palmoli',1826,1),
(22597,'Palombaro',1826,1),
(22598,'Pennadomo',1826,1),
(22599,'Pennapiedimonte',1826,1),
(22600,'Perano',1826,1),
(22601,'Pietraferrazzana',1826,1),
(22602,'Pizzoferrato',1826,1),
(22603,'Poggiofiorito',1826,1),
(22604,'Pollutri',1826,1),
(22605,'Pretoro',1826,1),
(22606,'Quadri',1826,1),
(22607,'Rapino',1826,1),
(22608,'Ripa Teatina',1826,1),
(22609,'Rocca San Giovanni',1826,1),
(22610,'Roccamontepiano',1826,1),
(22611,'Roccascalegna',1826,1),
(22612,'Roccaspinalveti',1826,1),
(22613,'Roio del Sangro',1826,1),
(22614,'Rosello',1826,1),
(22615,'San Buono',1826,1),
(22616,'San Giovanni Lipioni',1826,1),
(22617,'San Giovanni Teatino',1826,1),
(22618,'San Martino sulla Marrucina',1826,1),
(22619,'San Salvo',1826,1),
(22620,'San Vito Chietino',1826,1),
(22621,'Sant Eusanio del Sangro',1826,1),
(22622,'Santa Maria Imbaro',1826,1),
(22623,'Scerni',1826,1),
(22624,'Schiavi di Abruzzo',1826,1),
(22625,'Taranta Peligna',1826,1),
(22626,'Tollo',1826,1),
(22627,'Torino di Sangro',1826,1),
(22628,'Tornareccio',1826,1),
(22629,'Torrebruna',1826,1),
(22630,'Torrevecchia Teatina',1826,1),
(22631,'Torricella Peligna',1826,1),
(22632,'Treglio',1826,1),
(22633,'Tufillo',1826,1),
(22634,'Vacri',1826,1),
(22635,'Vasto',1826,1),
(22636,'Villa Santa Maria',1826,1),
(22637,'Villalfonsina',1826,1),
(22638,'Villamagna',1826,1),
(22639,'Albavilla',1827,1),
(22640,'Cadorago',1827,1),
(22641,'Carimate',1827,1),
(22642,'Castelmarte',1827,1),
(22643,'Cavaria',1827,1),
(22644,'Cernobbio',1827,1),
(22645,'Comocrea',1827,1),
(22646,'Dongo',1827,1),
(22647,'Gironico',1827,1),
(22648,'Grandate',1827,1),
(22649,'Lurago dErba',1827,1),
(22650,'Mozzate',1827,1),
(22651,'Novedrate',1827,1),
(22652,'Orsenigo',1827,1),
(22653,'Turate',1827,1),
(22654,'Uggiate',1827,1),
(22655,'Corso del Tirreno',1828,1),
(22656,'Mangone',1828,1),
(22657,'Casalbuttano',1829,1),
(22658,'Casalmaggiore',1829,1),
(22659,'Castelverde',1829,1),
(22660,'Madignano',1829,1),
(22661,'Pieve San Giacomo',1829,1),
(22662,'Bandito',1830,1),
(22663,'Bra',1830,1),
(22664,'Casalgrasso',1830,1),
(22665,'Cossano Belbo',1830,1),
(22666,'Magliano Alpi',1830,1),
(22667,'Mondovi',1830,1),
(22668,'Roddi',1830,1),
(22669,'Santa Vittoria d\'Alba',1830,1),
(22670,'Verduno',1830,1),
(22671,'Alfonsine',1831,1),
(22672,'Argelato',1831,1),
(22673,'Argenta',1831,1),
(22674,'Bagnacavallo',1831,1),
(22675,'Bagnolo in Piano',1831,1),
(22676,'Bellaria-Igea Marina',1831,1),
(22677,'Bertinoro',1831,1),
(22678,'Bologna',1831,1),
(22679,'Bondeno',1831,1),
(22680,'Budrio',1831,1),
(22681,'Calderara di Reno',1831,1),
(22682,'Carpi',1831,1),
(22683,'Casalecchio di Reno',1831,1),
(22684,'Casalgrande',1831,1),
(22685,'Castel Bolognese',1831,1),
(22686,'Castel Maggiore',1831,1),
(22687,'Castel San Giovanni',1831,1),
(22688,'Castel San Pietro Terme',1831,1),
(22689,'Castelfranco Emilia',1831,1),
(22690,'Castellarano',1831,1),
(22691,'Castelnovo ne\' Monti',1831,1),
(22692,'Castelnuovo Rangone',1831,1),
(22693,'Castelvetro di Modena',1831,1),
(22694,'Castenaso',1831,1),
(22695,'Cattolica',1831,1),
(22696,'Cavriago',1831,1),
(22697,'Cento',1831,1),
(22698,'Cervia',1831,1),
(22699,'Cesena',1831,1),
(22700,'Cesenatico',1831,1),
(22701,'Codigoro',1831,1),
(22702,'Collecchio',1831,1),
(22703,'Comacchio',1831,1),
(22704,'Concordia sulla Secchia',1831,1),
(22705,'Conselice',1831,1),
(22706,'Copparo',1831,1),
(22707,'Coriano',1831,1),
(22708,'Correggio',1831,1),
(22709,'Crespellano',1831,1),
(22710,'Crevalcore',1831,1),
(22711,'Faenza',1831,1),
(22712,'Ferrara',1831,1),
(22713,'Fidenza',1831,1),
(22714,'Finale Emilia',1831,1),
(22715,'Fiorano Modenese',1831,1),
(22716,'Fiorenzuola d\'Arda',1831,1),
(22717,'Forli',1831,1),
(22718,'Forlimpopoli',1831,1),
(22719,'Formigine',1831,1),
(22720,'Gambettola',1831,1),
(22721,'Granarolo dell\'Emilia',1831,1),
(22722,'Guastalla',1831,1),
(22723,'Imola',1831,1),
(22724,'Langhirano',1831,1),
(22725,'Lugo',1831,1),
(22726,'Luzzara',1831,1),
(22727,'Maranello',1831,1),
(22728,'Massa Lombarda',1831,1),
(22729,'Medesano',1831,1),
(22730,'Medicina',1831,1),
(22731,'Meldola',1831,1),
(22732,'Mirandola',1831,1),
(22733,'Misano Adriatico',1831,1),
(22734,'Modena',1831,1),
(22735,'Molinella',1831,1),
(22736,'Monte San Pietro',1831,1),
(22737,'Montecchio Emilia',1831,1),
(22738,'Montechiarugolo',1831,1),
(22739,'Noceto',1831,1),
(22740,'Nonantola',1831,1),
(22741,'Novellara',1831,1),
(22742,'Novi di Modena',1831,1),
(22743,'Ozzano dell\'Emilia',1831,1),
(22744,'Parma',1831,1),
(22745,'Pavullo nel Frignano',1831,1),
(22746,'Piacenza',1831,1),
(22747,'Pianoro',1831,1),
(22748,'Ponticino',1831,1),
(22749,'Portomaggiore',1831,1),
(22750,'Quattro Castella',1831,1),
(22751,'Ravenna',1831,1),
(22752,'Reggio nell\'Emilia',1831,1),
(22753,'Reggiolo',1831,1),
(22754,'Riccione',1831,1),
(22755,'Rimini',1831,1),
(22756,'Rottofreno',1831,1),
(22757,'Rubiera',1831,1),
(22758,'Russi',1831,1),
(22759,'Salsomaggiore Terme',1831,1),
(22760,'San Felice sul Panaro',1831,1),
(22761,'San Giovanni in Persiceto',1831,1),
(22762,'San Lazzaro di Savena',1831,1),
(22763,'San Mauro Pascoli',1831,1),
(22764,'San Pietro in Casale',1831,1),
(22765,'Sant\'Ilario d\'Enza',1831,1),
(22766,'Santarcangelo di Romagna',1831,1),
(22767,'Sasso Marconi',1831,1),
(22768,'Sassuolo',1831,1),
(22769,'Savignano sul Panaro',1831,1),
(22770,'Savignano sul Rubicone',1831,1),
(22771,'Scandiano',1831,1),
(22772,'Soliera',1831,1),
(22773,'Sorbolo',1831,1),
(22774,'Spilamberto',1831,1),
(22775,'Verucchio',1831,1),
(22776,'Vignola',1831,1),
(22777,'Zola Predosa',1831,1),
(22778,'Saint Agostino',1832,1),
(22779,'Capalle',1833,1),
(22780,'Firenze',1833,1),
(22781,'Pelago',1833,1),
(22782,'San Donnino',1833,1),
(22783,'Scarperia',1833,1),
(22784,'Scandicci',1834,1),
(22785,'Sesto Fiorentino',1834,1),
(22786,'Casalvieri',1837,1),
(22787,'Frosinone',1837,1),
(22788,'Sgurgola',1837,1),
(22789,'Genoa',1838,1),
(22790,'Moneglia',1838,1),
(22791,'Romans d\'Isonzo',1839,1),
(22792,'Savogna d\'Isonzo',1839,1),
(22793,'Magliano de Marsi',1840,1),
(22794,'Alatri',1841,1),
(22795,'Albano Laziale',1841,1),
(22796,'Anagni',1841,1),
(22797,'Anguillara Sabazia',1841,1),
(22798,'Anzio',1841,1),
(22799,'Aprilia',1841,1),
(22800,'Ardea',1841,1),
(22801,'Ariccia',1841,1),
(22802,'Artena',1841,1),
(22803,'Boville Ernica',1841,1),
(22804,'Bracciano',1841,1),
(22805,'Campagnano di Roma',1841,1),
(22806,'Cassino',1841,1),
(22807,'Cave',1841,1),
(22808,'Ceccano',1841,1),
(22809,'Ceprano',1841,1),
(22810,'Cerveteri',1841,1),
(22811,'Ciampino',1841,1),
(22812,'Cisterna',1841,1),
(22813,'Civita Castellana',1841,1),
(22814,'Civitavecchia',1841,1),
(22815,'Colleferro',1841,1),
(22816,'Cori',1841,1),
(22817,'Fara in Sabina',1841,1),
(22818,'Ferentino',1841,1),
(22819,'Fiano Romano',1841,1),
(22820,'Fiuggi',1841,1),
(22821,'Fiumicino',1841,1),
(22822,'Fondi',1841,1),
(22823,'Fonte Nuova',1841,1),
(22824,'Formello',1841,1),
(22825,'Formia',1841,1),
(22826,'Frascati',1841,1),
(22827,'Frosinone',1841,1),
(22828,'Gaeta',1841,1),
(22829,'Genzano di Roma',1841,1),
(22830,'Grottaferrata',1841,1),
(22831,'Guidonia',1841,1),
(22832,'Isola del Liri',1841,1),
(22833,'Itri',1841,1),
(22834,'Ladispoli',1841,1),
(22835,'Lanuvio',1841,1),
(22836,'Lariano',1841,1),
(22837,'Latina',1841,1),
(22838,'Marino',1841,1),
(22839,'Mentana',1841,1),
(22840,'Minturno',1841,1),
(22841,'Monte San Giovanni Campano',1841,1),
(22842,'Montefiascone',1841,1),
(22843,'Monterotondo',1841,1),
(22844,'Nettuno',1841,1),
(22845,'Palestrina',1841,1),
(22846,'Palombara Sabina',1841,1),
(22847,'Pomezia',1841,1),
(22848,'Pontecorvo',1841,1),
(22849,'Pontinia',1841,1),
(22850,'Priverno',1841,1),
(22851,'Rieti',1841,1),
(22852,'Rocca Priora',1841,1),
(22853,'Rocca di Papa',1841,1),
(22854,'Roma',1841,1),
(22855,'Rome',1841,1),
(22856,'Sabaudia',1841,1),
(22857,'San Cesareo',1841,1),
(22858,'Santa Marinella',1841,1),
(22859,'Segni',1841,1),
(22860,'Sezze',1841,1),
(22861,'Sora',1841,1),
(22862,'Soriano nel Cimino',1841,1),
(22863,'Subiaco',1841,1),
(22864,'Tarquinia',1841,1),
(22865,'Terracina',1841,1),
(22866,'Tivoli',1841,1),
(22867,'Valmontone',1841,1),
(22868,'Velletri',1841,1),
(22869,'Veroli',1841,1),
(22870,'Vetralla',1841,1),
(22871,'Viterbo',1841,1),
(22872,'Zagarolo',1841,1),
(22873,'Acquarica del Capo',1842,1),
(22874,'Airuno',1843,1),
(22875,'Bosisio Parini',1843,1),
(22876,'Lecco',1843,1),
(22877,'Margno',1843,1),
(22878,'Osnago',1843,1),
(22879,'Sirone',1843,1),
(22880,'Airuno',1844,1),
(22881,'Bosisio Parini',1844,1),
(22882,'Lecco',1844,1),
(22883,'Margno',1844,1),
(22884,'Osnago',1844,1),
(22885,'Sirone',1844,1),
(22886,'Alassio',1845,1),
(22887,'Albenga',1845,1),
(22888,'Albisola Superiore',1845,1),
(22889,'Arcola',1845,1),
(22890,'Arenzano',1845,1),
(22891,'Bordighera',1845,1),
(22892,'Borgonuovo',1845,1),
(22893,'Cairo Montenotte',1845,1),
(22894,'Chiavari',1845,1),
(22895,'Cogoleto',1845,1),
(22896,'Finale Ligure',1845,1),
(22897,'Genova',1845,1),
(22898,'Imperia',1845,1),
(22899,'La Spezia',1845,1),
(22900,'Lavagna',1845,1),
(22901,'Lerici',1845,1),
(22902,'Loano',1845,1),
(22903,'Ortonovo',1845,1),
(22904,'Pietra Ligure',1845,1),
(22905,'Rapallo',1845,1),
(22906,'Recco',1845,1),
(22907,'San Remo',1845,1),
(22908,'Santa Margherita Ligure',1845,1),
(22909,'Santo Stefano di Magra',1845,1),
(22910,'Sarzana',1845,1),
(22911,'Savona',1845,1),
(22912,'Sestri Levante',1845,1),
(22913,'Taggia',1845,1),
(22914,'Varazze',1845,1),
(22915,'Ventimiglia',1845,1),
(22916,'Somaglia',1846,1),
(22917,'Abbiategrasso',1847,1),
(22918,'Agrate Brianza',1847,1),
(22919,'Albiate',1847,1),
(22920,'Albino',1847,1),
(22921,'Albizzate',1847,1),
(22922,'Alzano Lombardo',1847,1),
(22923,'Arcisate',1847,1),
(22924,'Arconate',1847,1),
(22925,'Arcore',1847,1),
(22926,'Arese',1847,1),
(22927,'Arluno',1847,1),
(22928,'Asola',1847,1),
(22929,'Bagnolo Mella',1847,1),
(22930,'Ballabio',1847,1),
(22931,'Bareggio',1847,1),
(22932,'Basiglio',1847,1),
(22933,'Bedizzole',1847,1),
(22934,'Bergamo',1847,1),
(22935,'Bernareggio',1847,1),
(22936,'Besana in Brianza',1847,1),
(22937,'Besozzo',1847,1),
(22938,'Biassono',1847,1),
(22939,'Bienate',1847,1),
(22940,'Bollate',1847,1),
(22941,'Botticino',1847,1),
(22942,'Bovisio-Masciago',1847,1),
(22943,'Brembilla',1847,1),
(22944,'Brescia',1847,1),
(22945,'Bresso',1847,1),
(22946,'Broni',1847,1),
(22947,'Brugherio',1847,1),
(22948,'Buccinasco',1847,1),
(22949,'Bussero',1847,1),
(22950,'Busto Arsizio',1847,1),
(22951,'Busto Garolfo',1847,1),
(22952,'Cairate',1847,1),
(22953,'Calcinato',1847,1),
(22954,'Calolziocorte',1847,1),
(22955,'Calusco d\'Adda',1847,1),
(22956,'Canegrate',1847,1),
(22957,'Cantu',1847,1),
(22958,'Capriolo',1847,1),
(22959,'Carate Brianza',1847,1),
(22960,'Caravaggio',1847,1),
(22961,'Cardano al Campo',1847,1),
(22962,'Caronno Pertusella',1847,1),
(22963,'Carpenedolo',1847,1),
(22964,'Carugate',1847,1),
(22965,'Carvico',1847,1),
(22966,'Casalmaggiore',1847,1),
(22967,'Casalpusterlengo',1847,1),
(22968,'Casatenovo',1847,1),
(22969,'Casazza',1847,1),
(22970,'Casnigo',1847,1),
(22971,'Cassano Magnago',1847,1),
(22972,'Cassano d\'Adda',1847,1),
(22973,'Cassina de\' Pecchi',1847,1),
(22974,'Castano Primo',1847,1),
(22975,'Castel Goffredo',1847,1),
(22976,'Castel Mella',1847,1),
(22977,'Castellanza',1847,1),
(22978,'Castelleone',1847,1),
(22979,'Castelli Calepio',1847,1),
(22980,'Castenedolo',1847,1),
(22981,'Castiglione delle Stiviere',1847,1),
(22982,'Cazzago San Martino',1847,1),
(22983,'Cene',1847,1),
(22984,'Cermenate',1847,1),
(22985,'Cernusco sul Naviglio',1847,1),
(22986,'Cerro Maggiore',1847,1),
(22987,'Cesano Boscone',1847,1),
(22988,'Cesano Maderno',1847,1),
(22989,'Cesate',1847,1),
(22990,'Chiari',1847,1),
(22991,'Cilavegna',1847,1),
(22992,'Cinisello Balsamo',1847,1),
(22993,'Cislago',1847,1),
(22994,'Clusone',1847,1),
(22995,'Codogno',1847,1),
(22996,'Cologno Monzese',1847,1),
(22997,'Cologno al Serio',1847,1),
(22998,'Como',1847,1),
(22999,'Concesio',1847,1),
(23000,'Concorezzo',1847,1),
(23001,'Corbetta',1847,1),
(23002,'Cormano',1847,1),
(23003,'Cornaredo',1847,1),
(23004,'Cornate d\'Adda',1847,1),
(23005,'Corsico',1847,1),
(23006,'Corte dei Cortesi',1847,1),
(23007,'Costa Volpino',1847,1),
(23008,'Crema',1847,1),
(23009,'Cremona',1847,1),
(23010,'Crocetta',1847,1),
(23011,'Curtatone',1847,1),
(23012,'Cusano Milanino',1847,1),
(23013,'Dalmine',1847,1),
(23014,'Darfo',1847,1),
(23015,'Desenzano del Garda',1847,1),
(23016,'Desio',1847,1),
(23017,'Erba',1847,1),
(23018,'Fagnano Olona',1847,1),
(23019,'Fino Mornasco',1847,1),
(23020,'Gaggiano',1847,1),
(23021,'Galbiate',1847,1),
(23022,'Gallarate',1847,1),
(23023,'Gambolo',1847,1),
(23024,'Garbagnate Milanese',1847,1),
(23025,'Gardone Val Trompia',1847,1),
(23026,'Garlasco',1847,1),
(23027,'Gavardo',1847,1),
(23028,'Gavirate',1847,1),
(23029,'Gerenzano',1847,1),
(23030,'Ghedi',1847,1),
(23031,'Giussano',1847,1),
(23032,'Goito',1847,1),
(23033,'Gonzaga',1847,1),
(23034,'Gorgonzola',1847,1),
(23035,'Gussago',1847,1),
(23036,'Gussola',1847,1),
(23037,'Induno Olona',1847,1),
(23038,'Inveruno',1847,1),
(23039,'Inzago',1847,1),
(23040,'Iseo',1847,1),
(23041,'Isola Dovarese',1847,1),
(23042,'Lacchiarella',1847,1),
(23043,'Lainate',1847,1),
(23044,'Laveno-Mombello',1847,1),
(23045,'Lecco',1847,1),
(23046,'Leffe',1847,1),
(23047,'Legnano',1847,1),
(23048,'Leno',1847,1),
(23049,'Lentate sul Seveso',1847,1),
(23050,'Limbiate',1847,1),
(23051,'Lissone',1847,1),
(23052,'Locate di Triulzi',1847,1),
(23053,'Lodi',1847,1),
(23054,'Lomazzo',1847,1),
(23055,'Lonate Pozzolo',1847,1),
(23056,'Lonato',1847,1),
(23057,'Luino',1847,1),
(23058,'Lumezzane',1847,1),
(23059,'Lurate Caccivio',1847,1),
(23060,'Magenta',1847,1),
(23061,'Malnate',1847,1),
(23062,'Mandello del Lario',1847,1),
(23063,'Manerbio',1847,1),
(23064,'Mantova',1847,1),
(23065,'Mariano Comense',1847,1),
(23066,'Martinengo',1847,1),
(23067,'Mazzano',1847,1),
(23068,'Meda',1847,1),
(23069,'Mediglia',1847,1),
(23070,'Melegnano',1847,1),
(23071,'Melzo',1847,1),
(23072,'Merate',1847,1),
(23073,'Milano',1847,1),
(23074,'Molteno',1847,1),
(23075,'Montichiari',1847,1),
(23076,'Monza',1847,1),
(23077,'Morbegno',1847,1),
(23078,'Mornago',1847,1),
(23079,'Mortara',1847,1),
(23080,'Muggio',1847,1),
(23081,'Nave',1847,1),
(23082,'Nembro',1847,1),
(23083,'Nerviano',1847,1),
(23084,'Nova Milanese',1847,1),
(23085,'Novate Milanese',1847,1),
(23086,'Olgiate Comasco',1847,1),
(23087,'Olgiate Olona',1847,1),
(23088,'Opera',1847,1),
(23089,'Orzinuovi',1847,1),
(23090,'Osio Sotto',1847,1),
(23091,'Ospitaletto',1847,1),
(23092,'Paderno Dugnano',1847,1),
(23093,'Palazzolo sull\'Oglio',1847,1),
(23094,'Pandino',1847,1),
(23095,'Parabiago',1847,1),
(23096,'Paullo',1847,1),
(23097,'Pavia',1847,1),
(23098,'Pero',1847,1),
(23099,'Peschiera Borromeo',1847,1),
(23100,'Pessano con Bornago',1847,1),
(23101,'Pieve Emanuele',1847,1),
(23102,'Pioltello',1847,1),
(23103,'Ponte Nossa',1847,1),
(23104,'Ponte San Pietro',1847,1),
(23105,'Porto Mantovano',1847,1),
(23106,'Pozzolengo',1847,1),
(23107,'Rescaldina',1847,1),
(23108,'Rezzato',1847,1),
(23109,'Rho',1847,1),
(23110,'Rivarolo Mantovano',1847,1),
(23111,'Rodano',1847,1),
(23112,'Romano di Lombardia',1847,1),
(23113,'Rovato',1847,1),
(23114,'Rozzano',1847,1),
(23115,'Saletto',1847,1),
(23116,'Salo',1847,1),
(23117,'Samarate',1847,1),
(23118,'San Donato Milanese',1847,1),
(23119,'San Giuliano Milanese',1847,1),
(23120,'Sant\'Angelo Lodigiano',1847,1),
(23121,'Sarezzo',1847,1),
(23122,'Saronno',1847,1),
(23123,'Scanzorosciate',1847,1),
(23124,'Sedriano',1847,1),
(23125,'Segrate',1847,1),
(23126,'Senago',1847,1),
(23127,'Seregno',1847,1),
(23128,'Seriate',1847,1),
(23129,'Sesto Calende',1847,1),
(23130,'Sesto San Giovanni',1847,1),
(23131,'Settimo Milanese',1847,1),
(23132,'Seveso',1847,1),
(23133,'Sirmione',1847,1),
(23134,'Solaro',1847,1),
(23135,'Somma Lombardo',1847,1),
(23136,'Sondrio',1847,1),
(23137,'Soresina',1847,1),
(23138,'Sorisole',1847,1),
(23139,'Stezzano',1847,1),
(23140,'Stradella',1847,1),
(23141,'Suzzara',1847,1),
(23142,'Tirano',1847,1),
(23143,'Tornata',1847,1),
(23144,'Tradate',1847,1),
(23145,'Travagliato',1847,1),
(23146,'Treviglio',1847,1),
(23147,'Treviolo',1847,1),
(23148,'Trezzano sul Naviglio',1847,1),
(23149,'Trezzo',1847,1),
(23150,'Tromello',1847,1),
(23151,'Uboldo',1847,1),
(23152,'Urgnano',1847,1),
(23153,'Usmate Velate',1847,1),
(23154,'Valmadrera',1847,1),
(23155,'Varedo',1847,1),
(23156,'Varese',1847,1),
(23157,'Verano Brianza',1847,1),
(23158,'Vergiate',1847,1),
(23159,'Viadana',1847,1),
(23160,'Vigevano',1847,1),
(23161,'Vignate',1847,1),
(23162,'Villa Carcina',1847,1),
(23163,'Villa Guardia',1847,1),
(23164,'Villasanta',1847,1),
(23165,'Vimercate',1847,1),
(23166,'Vimodrone',1847,1),
(23167,'Virgilio',1847,1),
(23168,'Voghera',1847,1),
(23169,'Zibido San Giacomo',1847,1),
(23170,'Zogno',1847,1),
(23171,'Barasso',1848,1),
(23172,'Bergamo',1848,1),
(23173,'Bolladello',1848,1),
(23174,'Capergnanica',1848,1),
(23175,'Costa Masnaga',1848,1),
(23176,'Medolago',1848,1),
(23177,'Nibionno',1848,1),
(23178,'Rodano',1848,1),
(23179,'Sordio',1848,1),
(23180,'Torre d\'Isola',1848,1),
(23181,'Varese',1848,1),
(23182,'Villongo',1848,1),
(23183,'milan',1848,1),
(23184,'Colmurano',1849,1),
(23185,'Monte San Giusto',1849,1),
(23186,'Castel',1850,1),
(23187,'Gazoldo',1850,1),
(23188,'Marmirolo',1850,1),
(23189,'Monzambano',1850,1),
(23190,'Ostiglia',1850,1),
(23191,'Pegognaga',1850,1),
(23192,'Poggio Rusco',1850,1),
(23193,'Quistello',1850,1),
(23194,'Roverbella',1850,1),
(23195,'Suzzara',1850,1),
(23196,'Ancona',1851,1),
(23197,'Ascoli Piceno',1851,1),
(23198,'Barchi',1851,1),
(23199,'Cagli',1851,1),
(23200,'Castelfidardo',1851,1),
(23201,'Chiaravalle',1851,1),
(23202,'Cingoli',1851,1),
(23203,'Civitanova Marche',1851,1),
(23204,'Corridonia',1851,1),
(23205,'Fabriano',1851,1),
(23206,'Falconara Marittima',1851,1),
(23207,'Fano',1851,1),
(23208,'Fermo',1851,1),
(23209,'Filottrano',1851,1),
(23210,'Folignano',1851,1),
(23211,'Fossombrone',1851,1),
(23212,'Grottammare',1851,1),
(23213,'Jesi',1851,1),
(23214,'Loreto',1851,1),
(23215,'Macerata',1851,1),
(23216,'Matelica',1851,1),
(23217,'Mondavio',1851,1),
(23218,'Mondolfo',1851,1),
(23219,'Montappone',1851,1),
(23220,'Montecosaro',1851,1),
(23221,'Montegranaro',1851,1),
(23222,'Montemarciano',1851,1),
(23223,'Monteprandone',1851,1),
(23224,'Morrovalle',1851,1),
(23225,'Osimo',1851,1),
(23226,'Pesaro',1851,1),
(23227,'Polverigi',1851,1),
(23228,'Porto Recanati',1851,1),
(23229,'Porto San Giorgio',1851,1),
(23230,'Porto Sant\'Elpidio',1851,1),
(23231,'Potenza Picena',1851,1),
(23232,'Recanati',1851,1),
(23233,'San Benedetto del Tronto',1851,1),
(23234,'San Severino Marche',1851,1),
(23235,'Sant\'Elpidio a Mare',1851,1),
(23236,'Senigallia',1851,1),
(23237,'Tolentino',1851,1),
(23238,'Treia',1851,1),
(23239,'Urbino',1851,1),
(23240,'Cumiana',1852,1),
(23241,'Giammoro',1852,1),
(23242,'Assago',1853,1),
(23243,'Besana in Brianza',1853,1),
(23244,'Biassono',1853,1),
(23245,'Burago Molgora',1853,1),
(23246,'Cernusco Sul Naviglio',1853,1),
(23247,'Cologno Monzese',1853,1),
(23248,'Concorezzo',1853,1),
(23249,'Cornaredo',1853,1),
(23250,'Cuggiono',1853,1),
(23251,'Cusago',1853,1),
(23252,'Foro Buonaparte',1853,1),
(23253,'Gessate',1853,1),
(23254,'Gorgonzola',1853,1),
(23255,'Liscate',1853,1),
(23256,'Magenta',1853,1),
(23257,'Milan',1853,1),
(23258,'Noviglio',1853,1),
(23259,'Passirana Di Rho',1853,1),
(23260,'Pregnana Milane',1853,1),
(23261,'San Donato Milanese',1853,1),
(23262,'Seregno',1853,1),
(23263,'Trezzo Sull\'adda',1853,1),
(23264,'Tribiano',1853,1),
(23265,'Vaprio d\'Adda',1853,1),
(23266,'Vermezzo',1853,1),
(23267,'Bomporto',1854,1),
(23268,'Campogalliano',1854,1),
(23269,'Cavezzo',1854,1),
(23270,'Medolla',1854,1),
(23271,'Nonantola',1854,1),
(23272,'San Possidonio',1854,1),
(23273,'Sassuolo',1854,1),
(23274,'Spilamberto',1854,1),
(23275,'Bojano',1855,1),
(23276,'Campobasso',1855,1),
(23277,'Cantalupo',1855,1),
(23278,'Isernia',1855,1),
(23279,'Termoli',1855,1),
(23280,'Venafro',1855,1),
(23281,'Montenegro',1857,1),
(23282,'Forio d\'Ischia',1859,1),
(23283,'Bogogno',1860,1),
(23284,'Invorio',1860,1),
(23285,'Pombia',1860,1),
(23286,'Bagnoli di Sopra',1861,1),
(23287,'Bovolenta',1861,1),
(23288,'Casale Di Scodosia',1861,1),
(23289,'Cervarese Santa Croce',1861,1),
(23290,'Fontaniva',1861,1),
(23291,'Galliera Veneta',1861,1),
(23292,'Legnaro',1861,1),
(23293,'Limena',1861,1),
(23294,'Loreggia',1861,1),
(23295,'Massanzago',1861,1),
(23296,'Onara',1861,1),
(23297,'Ponso',1861,1),
(23298,'Portogallo',1861,1),
(23299,'Tribano',1861,1),
(23300,'Baganzola',1862,1),
(23301,'Busseto',1862,1),
(23302,'Casale Di Mezzani',1862,1),
(23303,'Fontevivo',1862,1),
(23304,'Solignano',1862,1),
(23305,'Torrile',1862,1),
(23306,'Codevilla',1863,1),
(23307,'Marcignago',1863,1),
(23308,'Pavia',1863,1),
(23309,'Siziano',1863,1),
(23310,'Pianello',1864,1),
(23311,'Ponte Felcino',1864,1),
(23312,'Zanica',1864,1),
(23313,'Gradara',1865,1),
(23314,'Monte Porzio',1865,1),
(23315,'Pergola',1865,1),
(23316,'Tavullia',1865,1),
(23317,'Alseno',1866,1),
(23318,'Gossolengo',1866,1),
(23319,'Vigolzone',1866,1),
(23320,'Armeno',1867,1),
(23321,'Bergamasco',1867,1),
(23322,'Caselette',1867,1),
(23323,'Rosta',1867,1),
(23324,'San Damiano',1867,1),
(23325,'Spinetta Marengo',1867,1),
(23326,'Acqui Terme',1868,1),
(23327,'Alba',1868,1),
(23328,'Alessandria',1868,1),
(23329,'Alpignano',1868,1),
(23330,'Andezeno',1868,1),
(23331,'Andonno',1868,1),
(23332,'Arona',1868,1),
(23333,'Asti',1868,1),
(23334,'Avigliana',1868,1),
(23335,'Baveno',1868,1),
(23336,'Beinasco',1868,1),
(23337,'Bellinzago Novarese',1868,1),
(23338,'Biella',1868,1),
(23339,'Borgaro Torinese',1868,1),
(23340,'Borgo San Dalmazzo',1868,1),
(23341,'Borgomanero',1868,1),
(23342,'Borgosesia',1868,1),
(23343,'Boves',1868,1),
(23344,'Bra',1868,1),
(23345,'Busca',1868,1),
(23346,'Cameri',1868,1),
(23347,'Canelli',1868,1),
(23348,'Carignano',1868,1),
(23349,'Carmagnola',1868,1),
(23350,'Casale Monferrato',1868,1),
(23351,'Caselle Torinese',1868,1),
(23352,'Castellamonte',1868,1),
(23353,'Castelletto sopra Ticino',1868,1),
(23354,'Chieri',1868,1),
(23355,'Chivasso',1868,1),
(23356,'Cirie',1868,1),
(23357,'Collegno',1868,1),
(23358,'Cossato',1868,1),
(23359,'Cuneo',1868,1),
(23360,'Cuorgne',1868,1),
(23361,'Domodossola',1868,1),
(23362,'Druento',1868,1),
(23363,'Fossano',1868,1),
(23364,'Galliate',1868,1),
(23365,'Gassino Torinese',1868,1),
(23366,'Gattinara',1868,1),
(23367,'Giaveno',1868,1),
(23368,'Grugliasco',1868,1),
(23369,'Ivrea',1868,1),
(23370,'Leini',1868,1),
(23371,'LusigliÃƒÂ¨',1868,1),
(23372,'Marano Ticino',1868,1),
(23373,'Mergozzo',1868,1),
(23374,'Moncalieri',1868,1),
(23375,'Mondovi',1868,1),
(23376,'Mongrando',1868,1),
(23377,'Nichelino',1868,1),
(23378,'Nizza Monferrato',1868,1),
(23379,'Novara',1868,1),
(23380,'Novi Ligure',1868,1),
(23381,'Oleggio',1868,1),
(23382,'Omegna',1868,1),
(23383,'Orbassano',1868,1),
(23384,'Ovada',1868,1),
(23385,'Pianezza',1868,1),
(23386,'Pinerolo',1868,1),
(23387,'Pino Torinese',1868,1),
(23388,'Piossasco',1868,1),
(23389,'Poirino',1868,1),
(23390,'Racconigi',1868,1),
(23391,'Rivalta di Torino',1868,1),
(23392,'Rivarolo Canavese',1868,1),
(23393,'Rivoli',1868,1),
(23394,'Saluzzo',1868,1),
(23395,'San Maurizio',1868,1),
(23396,'San Mauro Torinese',1868,1),
(23397,'Sandigliano',1868,1),
(23398,'Santena',1868,1),
(23399,'Santhia',1868,1),
(23400,'Savigliano',1868,1),
(23401,'Settimo Torinese',1868,1),
(23402,'Torino',1868,1),
(23403,'Tortona',1868,1),
(23404,'Trecate',1868,1),
(23405,'Trofarello',1868,1),
(23406,'Valduggia',1868,1),
(23407,'Valenza',1868,1),
(23408,'Venaria Reale',1868,1),
(23409,'Verbania',1868,1),
(23410,'Vercelli',1868,1),
(23411,'Vigliano Biellese',1868,1),
(23412,'Vinovo',1868,1),
(23413,'Volpiano',1868,1),
(23414,'Perignano',1869,1),
(23415,'Ponte a Egola',1869,1),
(23416,'San Quirino',1870,1),
(23417,'Latronico',1871,1),
(23418,'Acquaviva delle Fonti',1872,1),
(23419,'Adelfia',1872,1),
(23420,'Alberobello',1872,1),
(23421,'Altamura',1872,1),
(23422,'Andria',1872,1),
(23423,'Apricena',1872,1),
(23424,'Aradeo',1872,1),
(23425,'Bari',1872,1),
(23426,'Barletta',1872,1),
(23427,'Bisceglie',1872,1),
(23428,'Bitetto',1872,1),
(23429,'Bitonto',1872,1),
(23430,'Bitritto',1872,1),
(23431,'Brindisi',1872,1),
(23432,'Campi Salentina',1872,1),
(23433,'Canosa di Puglia',1872,1),
(23434,'Capurso',1872,1),
(23435,'Carmiano',1872,1),
(23436,'Carovigno',1872,1),
(23437,'Casamassima',1872,1),
(23438,'Casarano',1872,1),
(23439,'Cassano delle Murge',1872,1),
(23440,'Castellana Grotte',1872,1),
(23441,'Castellaneta',1872,1),
(23442,'Cavallino',1872,1),
(23443,'Ceglie Messapica',1872,1),
(23444,'Cerignola',1872,1),
(23445,'Cisternino',1872,1),
(23446,'Conversano',1872,1),
(23447,'Copertino',1872,1),
(23448,'Corato',1872,1),
(23449,'Crispiano',1872,1),
(23450,'Cutrofiano',1872,1),
(23451,'Erchie',1872,1),
(23452,'Fasano',1872,1),
(23453,'Foggia',1872,1),
(23454,'Francavilla Fontana',1872,1),
(23455,'Galatina',1872,1),
(23456,'Galatone',1872,1),
(23457,'Gallipoli',1872,1),
(23458,'Ginosa',1872,1),
(23459,'Gioia del Colle',1872,1),
(23460,'Giovinazzo',1872,1),
(23461,'Gravina in Puglia',1872,1),
(23462,'Grottaglie',1872,1),
(23463,'Grumo Appula',1872,1),
(23464,'Laterza',1872,1),
(23465,'Latiano',1872,1),
(23466,'Lecce',1872,1),
(23467,'Leverano',1872,1),
(23468,'Lizzanello',1872,1),
(23469,'Lizzano',1872,1),
(23470,'Locorotondo',1872,1),
(23471,'Lucera',1872,1),
(23472,'Maglie',1872,1),
(23473,'Manduria',1872,1),
(23474,'Manfredonia',1872,1),
(23475,'Margherita di Savoia',1872,1),
(23476,'Martano',1872,1),
(23477,'Martina Franca',1872,1),
(23478,'Massafra',1872,1),
(23479,'Matino',1872,1),
(23480,'Melendugno',1872,1),
(23481,'Mesagne',1872,1),
(23482,'Minervino Murge',1872,1),
(23483,'Modugno',1872,1),
(23484,'Mola di Bari',1872,1),
(23485,'Molfetta',1872,1),
(23486,'Monopoli',1872,1),
(23487,'Monte Sant\'Angelo',1872,1),
(23488,'Monteroni di Lecce',1872,1),
(23489,'Mottola',1872,1),
(23490,'Nardo',1872,1),
(23491,'Neviano',1872,1),
(23492,'Noci',1872,1),
(23493,'Noicattaro',1872,1),
(23494,'Novoli',1872,1),
(23495,'Oria',1872,1),
(23496,'Orta Nova',1872,1),
(23497,'Ostuni',1872,1),
(23498,'Palagiano',1872,1),
(23499,'Palo del Colle',1872,1),
(23500,'Parabita',1872,1),
(23501,'Polignano a Mare',1872,1),
(23502,'Pulsano',1872,1),
(23503,'Putignano',1872,1),
(23504,'Putignano,',1872,1),
(23505,'Racale',1872,1),
(23506,'Ruffano',1872,1),
(23507,'Rutigliano',1872,1),
(23508,'Ruvo di Puglia',1872,1),
(23509,'Salice Salentino',1872,1),
(23510,'San Ferdinando di Puglia',1872,1),
(23511,'San Giorgio Ionico',1872,1),
(23512,'San Giovanni Rotondo',1872,1),
(23513,'San Marco in Lamis',1872,1),
(23514,'San Marzano di San Giuseppe',1872,1),
(23515,'San Nicandro Garganico',1872,1),
(23516,'San Pancrazio Salentino',1872,1),
(23517,'San Pietro Vernotico',1872,1),
(23518,'San Severo',1872,1),
(23519,'San Vito dei Normanni',1872,1),
(23520,'Sannicandro di Bari',1872,1),
(23521,'Santeramo in Colle',1872,1),
(23522,'Sava',1872,1),
(23523,'Squinzano',1872,1),
(23524,'Statte',1872,1),
(23525,'Surbo',1872,1),
(23526,'Taranto',1872,1),
(23527,'Taurisano',1872,1),
(23528,'Taviano',1872,1),
(23529,'Terlizzi',1872,1),
(23530,'Toritto',1872,1),
(23531,'Torre Santa Susanna',1872,1),
(23532,'Torremaggiore',1872,1),
(23533,'Trani',1872,1),
(23534,'Trepuzzi',1872,1),
(23535,'Tricase',1872,1),
(23536,'Triggiano',1872,1),
(23537,'Trinitapoli',1872,1),
(23538,'Turi',1872,1),
(23539,'Ugento',1872,1),
(23540,'Valenzano',1872,1),
(23541,'Veglie',1872,1),
(23542,'Vico del Gargano',1872,1),
(23543,'Vieste',1872,1),
(23544,'Villa Castelli',1872,1),
(23545,'San Giovanni in Marignano',1874,1),
(23546,'Torriana',1874,1),
(23547,'Anzio',1875,1),
(23548,'Atena Lucana',1876,1),
(23549,'Castel San Giorgio',1876,1),
(23550,'Fisciano',1876,1),
(23551,'Giungano',1876,1),
(23552,'Omignano',1876,1),
(23553,'Alghero',1877,1),
(23554,'Arzachena',1877,1),
(23555,'Assemini',1877,1),
(23556,'Cabras',1877,1),
(23557,'Cagliari',1877,1),
(23558,'Capoterra',1877,1),
(23559,'Carbonia',1877,1),
(23560,'Dorgali',1877,1),
(23561,'Guspini',1877,1),
(23562,'Iglesias',1877,1),
(23563,'Ittiri',1877,1),
(23564,'La Maddalena',1877,1),
(23565,'Macomer',1877,1),
(23566,'Monserrato',1877,1),
(23567,'Nuoro',1877,1),
(23568,'Olbia',1877,1),
(23569,'Oristano',1877,1),
(23570,'Ozieri',1877,1),
(23571,'Porto Torres',1877,1),
(23572,'Quartu Sant\'Elena',1877,1),
(23573,'Quartucciu',1877,1),
(23574,'San Gavino Monreale',1877,1),
(23575,'Sanluri',1877,1),
(23576,'Sant\'Antioco',1877,1),
(23577,'Sassari',1877,1),
(23578,'Selargius',1877,1),
(23579,'Serramanna',1877,1),
(23580,'Sestu',1877,1),
(23581,'Siniscola',1877,1),
(23582,'Sinnai',1877,1),
(23583,'Sorso',1877,1),
(23584,'Tempio Pausania',1877,1),
(23585,'Terralba',1877,1),
(23586,'Tortoli',1877,1),
(23587,'Villacidro',1877,1),
(23588,'Nule',1878,1),
(23589,'Altare',1879,1),
(23590,'Aci Castello',1880,1),
(23591,'Aci Catena',1880,1),
(23592,'Aci Sant\'Antonio',1880,1),
(23593,'Acireale',1880,1),
(23594,'Adrano',1880,1),
(23595,'Agira',1880,1),
(23596,'Agrigento',1880,1),
(23597,'Alcamo',1880,1),
(23598,'Altofonte',1880,1),
(23599,'Aragona',1880,1),
(23600,'Augusta',1880,1),
(23601,'Avola',1880,1),
(23602,'Bagheria',1880,1),
(23603,'Barcellona',1880,1),
(23604,'Barrafranca',1880,1),
(23605,'Belmonte Mezzagno',1880,1),
(23606,'Belpasso',1880,1),
(23607,'Biancavilla',1880,1),
(23608,'Bronte',1880,1),
(23609,'Caccamo',1880,1),
(23610,'Caltagirone',1880,1),
(23611,'Caltanissetta',1880,1),
(23612,'Campobello di Licata',1880,1),
(23613,'Campobello di Mazara',1880,1),
(23614,'Canicatti',1880,1),
(23615,'Capaci',1880,1),
(23616,'Capo d\'Orlando',1880,1),
(23617,'Carini',1880,1),
(23618,'Carlentini',1880,1),
(23619,'Castelbuono',1880,1),
(23620,'Casteldaccia',1880,1),
(23621,'Castellammare del Golfo',1880,1),
(23622,'Casteltermini',1880,1),
(23623,'Castelvetrano',1880,1),
(23624,'Catania',1880,1),
(23625,'Catenanuova',1880,1),
(23626,'Cefalu',1880,1),
(23627,'Chiaramonte Gulfi',1880,1),
(23628,'Cinisi',1880,1),
(23629,'Comiso',1880,1),
(23630,'Corleone',1880,1),
(23631,'Enna',1880,1),
(23632,'Erice',1880,1),
(23633,'Favara',1880,1),
(23634,'Ficarazzi',1880,1),
(23635,'Fiumefreddo di Sicilia',1880,1),
(23636,'Floridia',1880,1),
(23637,'Francofonte',1880,1),
(23638,'Gela',1880,1),
(23639,'Giardini-Naxos',1880,1),
(23640,'Giarre',1880,1),
(23641,'Grammichele',1880,1),
(23642,'Gravina di Catania',1880,1),
(23643,'Ispica',1880,1),
(23644,'Lentini',1880,1),
(23645,'Leonforte',1880,1),
(23646,'Licata',1880,1),
(23647,'Lipari',1880,1),
(23648,'Marsala',1880,1),
(23649,'Mascali',1880,1),
(23650,'Mascalucia',1880,1),
(23651,'Mazara del Vallo',1880,1),
(23652,'Mazzarino',1880,1),
(23653,'Melilli',1880,1),
(23654,'Menfi',1880,1),
(23655,'Messina',1880,1),
(23656,'Milazzo',1880,1),
(23657,'Militello in Val di Catania',1880,1),
(23658,'Misilmeri',1880,1),
(23659,'Misterbianco',1880,1),
(23660,'Modica',1880,1),
(23661,'Monreale',1880,1),
(23662,'Motta Sant\'Anastasia',1880,1),
(23663,'Mussomeli',1880,1),
(23664,'Naro',1880,1),
(23665,'Nicosia',1880,1),
(23666,'Niscemi',1880,1),
(23667,'Noto',1880,1),
(23668,'Paceco',1880,1),
(23669,'Pachino',1880,1),
(23670,'Palagonia',1880,1),
(23671,'Palazzolo Acreide',1880,1),
(23672,'Palermo',1880,1),
(23673,'Palma di Montechiaro',1880,1),
(23674,'Partanna',1880,1),
(23675,'Partinico',1880,1),
(23676,'Paterno',1880,1),
(23677,'Patti',1880,1),
(23678,'Pedara',1880,1),
(23679,'Piazza Armerina',1880,1),
(23680,'Porto Empedocle',1880,1),
(23681,'Pozzallo',1880,1),
(23682,'Priolo Gargallo',1880,1),
(23683,'Racalmuto',1880,1),
(23684,'Raffadali',1880,1),
(23685,'Ragusa',1880,1),
(23686,'Ramacca',1880,1),
(23687,'Randazzo',1880,1),
(23688,'Ravanusa',1880,1),
(23689,'Ribera',1880,1),
(23690,'Riesi',1880,1),
(23691,'Riposto',1880,1),
(23692,'Rosolini',1880,1),
(23693,'Salemi',1880,1),
(23694,'San Cataldo',1880,1),
(23695,'San Giovanni Gemini',1880,1),
(23696,'San Giovanni la Punta',1880,1),
(23697,'San Giuseppe Jato',1880,1),
(23698,'San Gregorio di Catania',1880,1),
(23699,'Sant\'Agata di Militello',1880,1),
(23700,'Sant\'Agata li Battiati',1880,1),
(23701,'Santa Croce Camerina',1880,1),
(23702,'Santa Flavia',1880,1),
(23703,'Santa Teresa di Riva',1880,1),
(23704,'Sciacca',1880,1),
(23705,'Scicli',1880,1),
(23706,'Scordia',1880,1),
(23707,'Siracusa',1880,1),
(23708,'Sortino',1880,1),
(23709,'Taormina',1880,1),
(23710,'Termini Imerese',1880,1),
(23711,'Terrasini',1880,1),
(23712,'Trabia',1880,1),
(23713,'Trapani',1880,1),
(23714,'Trecastagni',1880,1),
(23715,'Tremestieri Etneo',1880,1),
(23716,'Troina',1880,1),
(23717,'Valderice',1880,1),
(23718,'Valguarnera Caropepe',1880,1),
(23719,'Villabate',1880,1),
(23720,'Villafranca Tirrena',1880,1),
(23721,'Vittoria',1880,1),
(23722,'Zafferana Etnea',1880,1),
(23723,'Monteriggioni',1881,1),
(23724,'Monteroni d Arbia',1881,1),
(23725,'Delebio',1882,1),
(23726,'Talamona',1882,1),
(23727,'Faggiano',1884,1),
(23728,'Riva del Garda',1884,1),
(23729,'Castilenti',1885,1),
(23730,'Controguerra',1885,1),
(23731,'Bruino',1886,1),
(23732,'Busano',1886,1),
(23733,'Buttigliera Alta',1886,1),
(23734,'Cavour',1886,1),
(23735,'Chieri',1886,1),
(23736,'Colleretto Giacosa',1886,1),
(23737,'Cuceglio',1886,1),
(23738,'Giaveno',1886,1),
(23739,'Mazze',1886,1),
(23740,'Mercenasco',1886,1),
(23741,'Piobesi',1886,1),
(23742,'Rivoli',1886,1),
(23743,'Robassomero',1886,1),
(23744,'Scarmagno',1886,1),
(23745,'Strambino',1886,1),
(23746,'Turin',1886,1),
(23747,'Villar Perosa',1886,1),
(23748,'Volpiano',1886,1),
(23749,'Agliana',1887,1),
(23750,'Altopascio',1887,1),
(23751,'Anghiari',1887,1),
(23752,'Arezzo',1887,1),
(23753,'Aulla',1887,1),
(23754,'Bagno a Ripoli',1887,1),
(23755,'Barberino di Mugello',1887,1),
(23756,'Barga',1887,1),
(23757,'Bibbiena',1887,1),
(23758,'Borgo San Lorenzo',1887,1),
(23759,'Bucine',1887,1),
(23760,'Buggiano',1887,1),
(23761,'Calcinaia',1887,1),
(23762,'Calenzano',1887,1),
(23763,'Camaiore',1887,1),
(23764,'Campi Bisenzio',1887,1),
(23765,'Campiglia Marittima',1887,1),
(23766,'Capannori',1887,1),
(23767,'Cappelle',1887,1),
(23768,'Capraia',1887,1),
(23769,'Carmignano',1887,1),
(23770,'Carrara',1887,1),
(23771,'Cascina',1887,1),
(23772,'Castagneto Carducci',1887,1),
(23773,'Castelfiorentino',1887,1),
(23774,'Castelfranco di Sotto',1887,1),
(23775,'Castiglion Fiorentino',1887,1),
(23776,'Cecina',1887,1),
(23777,'Cerreto Guidi',1887,1),
(23778,'Certaldo',1887,1),
(23779,'Chiesina Uzzanese',1887,1),
(23780,'Chiusi',1887,1),
(23781,'Civitella in Val di Chiana',1887,1),
(23782,'Colle di Val d\'Elsa',1887,1),
(23783,'Collesalvetti',1887,1),
(23784,'Cortona',1887,1),
(23785,'Empoli',1887,1),
(23786,'Fiesole',1887,1),
(23787,'Figline Valdarno',1887,1),
(23788,'Firenze',1887,1),
(23789,'Fivizzano',1887,1),
(23790,'Florence',1887,1),
(23791,'Foiano della Chiana',1887,1),
(23792,'Follonica',1887,1),
(23793,'Forte dei Marmi',1887,1),
(23794,'Fucecchio',1887,1),
(23795,'Gavorrano',1887,1),
(23796,'Greve in Chianti',1887,1),
(23797,'Grosseto',1887,1),
(23798,'Impruneta',1887,1),
(23799,'Lari',1887,1),
(23800,'Lastra a Signa',1887,1),
(23801,'Livorno',1887,1),
(23802,'Lucca',1887,1),
(23803,'Massa',1887,1),
(23804,'Massa Marittima',1887,1),
(23805,'Massarosa',1887,1),
(23806,'Monsummano Terme',1887,1),
(23807,'Montale',1887,1),
(23808,'Monte Argentario',1887,1),
(23809,'Monte San Savino',1887,1),
(23810,'Montecatini-Terme',1887,1),
(23811,'Montelupo Fiorentino',1887,1),
(23812,'Montemurlo',1887,1),
(23813,'Montepulciano',1887,1),
(23814,'Montespertoli',1887,1),
(23815,'Montevarchi',1887,1),
(23816,'Montignoso',1887,1),
(23817,'Montopoli in Val d\'Arno',1887,1),
(23818,'Orbetello',1887,1),
(23819,'Pescia',1887,1),
(23820,'Pietrasanta',1887,1),
(23821,'Pieve a Nievole',1887,1),
(23822,'Piombino',1887,1),
(23823,'Pisa',1887,1),
(23824,'Pistoia',1887,1),
(23825,'Poggibonsi',1887,1),
(23826,'Poggio a Caiano',1887,1),
(23827,'Ponsacco',1887,1),
(23828,'Pontassieve',1887,1),
(23829,'Pontedera',1887,1),
(23830,'Ponticino',1887,1),
(23831,'Pontremoli',1887,1),
(23832,'Portoferraio',1887,1),
(23833,'Prato',1887,1),
(23834,'Quarrata',1887,1),
(23835,'Reggello',1887,1),
(23836,'Rignano',1887,1),
(23837,'Roccastrada',1887,1),
(23838,'Rosignano Marittimo',1887,1),
(23839,'San Casciano',1887,1),
(23840,'San Giovanni Valdarno',1887,1),
(23841,'San Giuliano Terme',1887,1),
(23842,'San Miniato',1887,1),
(23843,'Sansepolcro',1887,1),
(23844,'Santa Croce sull\'Arno',1887,1),
(23845,'Santa Maria a Monte',1887,1),
(23846,'Scandicci',1887,1),
(23847,'Seravezza',1887,1),
(23848,'Serravalle Pistoiese',1887,1),
(23849,'Sesto Fiorentino',1887,1),
(23850,'Siena',1887,1),
(23851,'Signa',1887,1),
(23852,'Sinalunga',1887,1),
(23853,'Sovicille',1887,1),
(23854,'Terranuova Bracciolini',1887,1),
(23855,'Vaiano',1887,1),
(23856,'Varna',1887,1),
(23857,'Vecchiano',1887,1),
(23858,'Viareggio',1887,1),
(23859,'Vinci',1887,1),
(23860,'Volterra',1887,1),
(23861,'Guarrato',1888,1),
(23862,' San Giorgio',1890,1),
(23863,'Dro',1890,1),
(23864,'Asolo',1891,1),
(23865,'Conegliano',1891,1),
(23866,'Cordignano',1891,1),
(23867,'Gaiarine',1891,1),
(23868,'Ormelle',1891,1),
(23869,'Possagno',1891,1),
(23870,'Revine Lago',1891,1),
(23871,'Basiliano',1892,1),
(23872,'Bicinicco',1892,1),
(23873,'Buttrio',1892,1),
(23874,'Coseano',1892,1),
(23875,'Pradamano',1892,1),
(23876,'San Giovanni al Natisone',1892,1),
(23877,'Torreano',1892,1),
(23878,'Amelia',1893,1),
(23879,'Assisi',1893,1),
(23880,'Bastia Umbra',1893,1),
(23881,'Castiglione del Lago',1893,1),
(23882,'Citta di Castello',1893,1),
(23883,'Corciano',1893,1),
(23884,'Deruta',1893,1),
(23885,'Foligno',1893,1),
(23886,'Gualdo Tadino',1893,1),
(23887,'Gubbio',1893,1),
(23888,'Magione',1893,1),
(23889,'Marsciano',1893,1),
(23890,'Narni',1893,1),
(23891,'Orvieto',1893,1),
(23892,'Perugia',1893,1),
(23893,'San Giustino',1893,1),
(23894,'Spello',1893,1),
(23895,'Spoleto',1893,1),
(23896,'Terni',1893,1),
(23897,'Todi',1893,1),
(23898,'Umbertide',1893,1),
(23899,'Arsago Seprio',1895,1),
(23900,'Busto Arsizio',1895,1),
(23901,'Cassano Magnago',1895,1),
(23902,'Gazzada',1895,1),
(23903,'Oggiona Con Santo Stefano',1895,1),
(23904,'Solbiate Arno',1895,1),
(23905,'Solbiate Olona',1895,1),
(23906,'Ternate',1895,1),
(23907,'Venegono Inferiore',1895,1),
(23908,'Abano Terme',1896,1),
(23909,'Adria',1896,1),
(23910,'Albignasego',1896,1),
(23911,'Altavilla Vicentina',1896,1),
(23912,'Arzignano',1896,1),
(23913,'Badia Polesine',1896,1),
(23914,'Bassano del Grappa',1896,1),
(23915,'Belfiore',1896,1),
(23916,'Belluno',1896,1),
(23917,'Borso del Grappa',1896,1),
(23918,'Bovolone',1896,1),
(23919,'Bussolengo',1896,1),
(23920,'Cadoneghe',1896,1),
(23921,'Caldogno',1896,1),
(23922,'Camisano Vicentino',1896,1),
(23923,'Campodarsego',1896,1),
(23924,'Campolongo Maggiore',1896,1),
(23925,'Camponogara',1896,1),
(23926,'Camposampiero',1896,1),
(23927,'Caorle',1896,1),
(23928,'Carbonera',1896,1),
(23929,'Casale sul Sile',1896,1),
(23930,'Casier',1896,1),
(23931,'Cassola',1896,1),
(23932,'Castel d\'Azzano',1896,1),
(23933,'Castelfranco Veneto',1896,1),
(23934,'Castello di Godego',1896,1),
(23935,'Castelnuovo del Garda',1896,1),
(23936,'Cavallino-Treporti',1896,1),
(23937,'Cavarzere',1896,1),
(23938,'Cerea',1896,1),
(23939,'Chiampo',1896,1),
(23940,'Chioggia',1896,1),
(23941,'Cittadella',1896,1),
(23942,'Colombano',1896,1),
(23943,'Concordia Sagittaria',1896,1),
(23944,'Conegliano',1896,1),
(23945,'Conselve',1896,1),
(23946,'Cornedo Vicentino',1896,1),
(23947,'Creazzo',1896,1),
(23948,'Dolo',1896,1),
(23949,'Due Carrare',1896,1),
(23950,'Dueville',1896,1),
(23951,'Eraclea',1896,1),
(23952,'Este',1896,1),
(23953,'Feltre',1896,1),
(23954,'Galzignano Terme',1896,1),
(23955,'Grezzana',1896,1),
(23956,'Iesolo',1896,1),
(23957,'Isola Vicentina',1896,1),
(23958,'Isola della Scala',1896,1),
(23959,'Jesolo',1896,1),
(23960,'Legnago',1896,1),
(23961,'Lendinara',1896,1),
(23962,'Lonigo',1896,1),
(23963,'Malo',1896,1),
(23964,'Marano Vicentino',1896,1),
(23965,'Marcon',1896,1),
(23966,'Marostica',1896,1),
(23967,'Martellago',1896,1),
(23968,'Mestrino',1896,1),
(23969,'Mira',1896,1),
(23970,'Mirano',1896,1),
(23971,'Mogliano Veneto',1896,1),
(23972,'Monselice',1896,1),
(23973,'Montagnana',1896,1),
(23974,'Montebelluna',1896,1),
(23975,'Montecchio Maggiore',1896,1),
(23976,'Montegrotto Terme',1896,1),
(23977,'Monticello Conte Otto',1896,1),
(23978,'Motta di Livenza',1896,1),
(23979,'Murano',1896,1),
(23980,'Musile di Piave',1896,1),
(23981,'Mussolente',1896,1),
(23982,'Negrar',1896,1),
(23983,'Noale',1896,1),
(23984,'Noventa Padovana',1896,1),
(23985,'Noventa Vicentina',1896,1),
(23986,'Occhiobello',1896,1),
(23987,'Oderzo',1896,1),
(23988,'Ormelle',1896,1),
(23989,'Padova',1896,1),
(23990,'Padua',1896,1),
(23991,'Paese',1896,1),
(23992,'Pescantina',1896,1),
(23993,'Peschiera del Garda',1896,1),
(23994,'Pianiga',1896,1),
(23995,'Piazzola sul Brenta',1896,1),
(23996,'Pieve di Soligo',1896,1),
(23997,'Pievebelvicino',1896,1),
(23998,'Piombino Dese',1896,1),
(23999,'Piove di Sacco',1896,1),
(24000,'Ponte San Nicolo',1896,1),
(24001,'Ponzano Veneto',1896,1),
(24002,'Porto Tolle',1896,1),
(24003,'Porto Viro',1896,1),
(24004,'Portogruaro',1896,1),
(24005,'Preganziol',1896,1),
(24006,'Quinto di Treviso',1896,1),
(24007,'Riese Pio X',1896,1),
(24008,'Romano dEzzelino',1896,1),
(24009,'Roncade',1896,1),
(24010,'Rosa',1896,1),
(24011,'Rovigo',1896,1),
(24012,'Rubano',1896,1),
(24013,'Salzano',1896,1),
(24014,'San Biagio di Callalta',1896,1),
(24015,'San Bonifacio',1896,1),
(24016,'San Dona di Piave',1896,1),
(24017,'San Giovanni Lupatoto',1896,1),
(24018,'San Martino Buon Albergo',1896,1),
(24019,'San Martino di Lupari',1896,1),
(24020,'San Michele al Tagliamento',1896,1),
(24021,'San Pietro in Cariano',1896,1),
(24022,'San Vendemiano',1896,1),
(24023,'Sant\'Ambrogio',1896,1),
(24024,'Santa Maria di Sala',1896,1),
(24025,'Santo Stino di Livenza',1896,1),
(24026,'Santorso',1896,1),
(24027,'Saonara',1896,1),
(24028,'Sarcedo',1896,1),
(24029,'Schio',1896,1),
(24030,'Scorze',1896,1),
(24031,'Sedico',1896,1),
(24032,'Selvazzano Dentro',1896,1),
(24033,'Silea',1896,1),
(24034,'Sivizzo',1896,1),
(24035,'Sommacampagna',1896,1),
(24036,'Sona',1896,1),
(24037,'Spinea',1896,1),
(24038,'Spresiano',1896,1),
(24039,'Susegana',1896,1),
(24040,'Taglio di Po',1896,1),
(24041,'Teolo',1896,1),
(24042,'Tezze sul Brenta',1896,1),
(24043,'Thiene',1896,1),
(24044,'Torri di Quartesolo',1896,1),
(24045,'Trebaseleghe',1896,1),
(24046,'Trevignano',1896,1),
(24047,'Treviso',1896,1),
(24048,'Trissino',1896,1),
(24049,'Valdagno',1896,1),
(24050,'Valdobbiadene',1896,1),
(24051,'Valeggio sul Mincio',1896,1),
(24052,'Vedelago',1896,1),
(24053,'Venezia',1896,1),
(24054,'Venice',1896,1),
(24055,'Verona',1896,1),
(24056,'Vicenza',1896,1),
(24057,'Vigodarzere',1896,1),
(24058,'Vigonovo',1896,1),
(24059,'Vigonza',1896,1),
(24060,'Villafranca di Verona',1896,1),
(24061,'Villorba',1896,1),
(24062,'Vittorio Veneto',1896,1),
(24063,'Volpago del Montello',1896,1),
(24064,'Zane',1896,1),
(24065,'Zero Branco',1896,1),
(24066,'Zevio',1896,1),
(24067,'Cona',1897,1),
(24068,'Marghera',1897,1),
(24069,'Oriago di Mira',1897,1),
(24070,'Tessera',1897,1),
(24071,'Piedimulera',1898,1),
(24072,'Crescentino',1899,1),
(24073,'Moncrivello',1899,1),
(24074,'Rovasenda',1899,1),
(24075,'Trino',1899,1),
(24076,' Valeggio Sul Mincio',1900,1),
(24077,'Cadidavid',1900,1),
(24078,'Colognola ai Colli',1900,1),
(24079,'Pastrengo',1900,1),
(24080,'Valgatara',1900,1),
(24081,' Montebello Vicentino',1901,1),
(24082,'Alonte',1901,1),
(24083,'Arcugnano',1901,1),
(24084,'Arzignano',1901,1),
(24085,'Barbarano Vicentino',1901,1),
(24086,'Breganze',1901,1),
(24087,'Brendola',1901,1),
(24088,'Bressanvido',1901,1),
(24089,'Carre',1901,1),
(24090,'Castelgomberto',1901,1),
(24091,'Costabissara',1901,1),
(24092,'Grumolo delle Abbadesse',1901,1),
(24093,'Piovene Rocchette',1901,1),
(24094,'Povolaro',1901,1),
(24095,'Rossano Veneto',1901,1),
(24096,'San Pietro di Rosa',1901,1),
(24097,'San Vito di Leguzzano',1901,1),
(24098,'Sandrigo',1901,1),
(24099,'Thiene',1901,1),
(24100,'Torrebelvicino',1901,1),
(24101,'Torri di Quartesolo',1901,1),
(24102,'Villaverla',1901,1),
(24103,'Nepi',1902,1),
(24104,'May Pen',1904,1),
(24105,'Lucea',1905,1),
(24106,'Kingston',1906,1),
(24107,'Mandeville',1907,1),
(24108,'Port Antonio',1908,1),
(24109,'Albert Town',1916,1),
(24110,'Falmouth',1916,1),
(24111,'Savanna la Mar',1917,1),
(24112,'Agui',1918,1),
(24113,'Anjo',1918,1),
(24114,'Atsumi',1918,1),
(24115,'Bisai',1918,1),
(24116,'Chiryu',1918,1),
(24117,'Chita',1918,1),
(24118,'Fujioka',1918,1),
(24119,'Fuso',1918,1),
(24120,'Gamagori',1918,1),
(24121,'Handa',1918,1),
(24122,'Hekinan',1918,1),
(24123,'Higashiura',1918,1),
(24124,'Ichinomiya',1918,1),
(24125,'Inazawa',1918,1),
(24126,'Inuyama',1918,1),
(24127,'Isshiki',1918,1),
(24128,'Iwakura',1918,1),
(24129,'Jimokuji',1918,1),
(24130,'Kanie',1918,1),
(24131,'Kariya',1918,1),
(24132,'Kasugai',1918,1),
(24133,'Kira',1918,1),
(24134,'Kisogawa',1918,1),
(24135,'Komaki',1918,1),
(24136,'Konan',1918,1),
(24137,'Kota',1918,1),
(24138,'Kozakai',1918,1),
(24139,'Mihama',1918,1),
(24140,'Minamichita',1918,1),
(24141,'Miwa',1918,1),
(24142,'Miyoshi',1918,1),
(24143,'Nagakute',1918,1),
(24144,'Nagoya',1918,1),
(24145,'Nishiharu',1918,1),
(24146,'Nishio',1918,1),
(24147,'Nisshin',1918,1),
(24148,'Obu',1918,1),
(24149,'Oharu',1918,1),
(24150,'Okazaki',1918,1),
(24151,'Owariashi',1918,1),
(24152,'Saori',1918,1),
(24153,'Saya',1918,1),
(24154,'Seto',1918,1),
(24155,'Shikatsu',1918,1),
(24156,'Shinshiro',1918,1),
(24157,'Shippo',1918,1),
(24158,'Sobue',1918,1),
(24159,'Tahara',1918,1),
(24160,'Takahama',1918,1),
(24161,'Taketoyo',1918,1),
(24162,'Togo',1918,1),
(24163,'Tokai',1918,1),
(24164,'Tokoname',1918,1),
(24165,'Toyoake',1918,1),
(24166,'Toyohashi',1918,1),
(24167,'Toyokawa',1918,1),
(24168,'Toyota',1918,1),
(24169,'Tsushima',1918,1),
(24170,'Yatomi',1918,1),
(24171,'Akita',1919,1),
(24172,'Honjo',1919,1),
(24173,'Kazuno',1919,1),
(24174,'Noshiro',1919,1),
(24175,'Odate',1919,1),
(24176,'Oga',1919,1),
(24177,'Omagari',1919,1),
(24178,'Takanosu',1919,1),
(24179,'Tenno',1919,1),
(24180,'Ugo',1919,1),
(24181,'Yokote',1919,1),
(24182,'Yuzawa',1919,1),
(24183,'Aomori',1920,1),
(24184,'Goshogawara',1920,1),
(24185,'Hachinohe',1920,1),
(24186,'Hiraka',1920,1),
(24187,'Hirosaki',1920,1),
(24188,'Kizukuri',1920,1),
(24189,'Kuroishi',1920,1),
(24190,'Misawa',1920,1),
(24191,'Mutsu',1920,1),
(24192,'Namioka',1920,1),
(24193,'Towada',1920,1),
(24194,'Abiko',1921,1),
(24195,'Asahi',1921,1),
(24196,'Chiba',1921,1),
(24197,'Choshi',1921,1),
(24198,'Funabashi',1921,1),
(24199,'Fussa',1921,1),
(24200,'Futtsu',1921,1),
(24201,'Ichihara',1921,1),
(24202,'Ichikawa',1921,1),
(24203,'Inzai',1921,1),
(24204,'Kamagaya',1921,1),
(24205,'Kamogawa',1921,1),
(24206,'Kashiwa',1921,1),
(24207,'Katsuura',1921,1),
(24208,'Kimitsu',1921,1),
(24209,'Kisarazu',1921,1),
(24210,'Kujukuri',1921,1),
(24211,'Matsudo',1921,1),
(24212,'Mobara',1921,1),
(24213,'Nagareyama',1921,1),
(24214,'Narashino',1921,1),
(24215,'Narita',1921,1),
(24216,'Naruto',1921,1),
(24217,'Noda',1921,1),
(24218,'Oamishirasato',1921,1),
(24219,'Ohara',1921,1),
(24220,'Omigawa',1921,1),
(24221,'Sakae',1921,1),
(24222,'Sakura',1921,1),
(24223,'Sambu',1921,1),
(24224,'Sawara',1921,1),
(24225,'Sekiyado',1921,1),
(24226,'Shiroi',1921,1),
(24227,'Shisui',1921,1),
(24228,'Shonan',1921,1),
(24229,'Sodegaura',1921,1),
(24230,'Tateyama',1921,1),
(24231,'Togane',1921,1),
(24232,'Tomisato',1921,1),
(24233,'Urayasu',1921,1),
(24234,'Yachimata',1921,1),
(24235,'Yachiyo',1921,1),
(24236,'Yokaichiba',1921,1),
(24237,'Yotsukaido',1921,1),
(24238,'Hojo',1922,1),
(24239,'Imabari',1922,1),
(24240,'Iyo',1922,1),
(24241,'Iyomishima',1922,1),
(24242,'Kawanoe',1922,1),
(24243,'Masaki',1922,1),
(24244,'Matsuyama',1922,1),
(24245,'Niihama',1922,1),
(24246,'Ozu',1922,1),
(24247,'Saijo',1922,1),
(24248,'Shigenobu',1922,1),
(24249,'Tobe',1922,1),
(24250,'Toyo',1922,1),
(24251,'Uwajima',1922,1),
(24252,'Yawatahama',1922,1),
(24253,'Fukui',1923,1),
(24254,'Harue',1923,1),
(24255,'Katsuyama',1923,1),
(24256,'Maruoka',1923,1),
(24257,'Mikuni',1923,1),
(24258,'Obama',1923,1),
(24259,'Ono',1923,1),
(24260,'Sabae',1923,1),
(24261,'Takefu',1923,1),
(24262,'Tsuruga',1923,1),
(24263,'Amagi',1924,1),
(24264,'Buzen',1924,1),
(24265,'Chikugo',1924,1),
(24266,'Chikushino',1924,1),
(24267,'Dazaifu',1924,1),
(24268,'Fukuma',1924,1),
(24269,'Fukuoka',1924,1),
(24270,'Hirokawa',1924,1),
(24271,'Honami',1924,1),
(24272,'Iizuka',1924,1),
(24273,'Inatsuki',1924,1),
(24274,'Kanda',1924,1),
(24275,'Kasuga',1924,1),
(24276,'Kasuya',1924,1),
(24277,'Kawasaki',1924,1),
(24278,'Kitakyushu',1924,1),
(24279,'Koga',1924,1),
(24280,'Kurate',1924,1),
(24281,'Kurume',1924,1),
(24282,'Maebaru',1924,1),
(24283,'Miyata',1924,1),
(24284,'Mizumaki',1924,1),
(24285,'Munakata',1924,1),
(24286,'Nakagawa',1924,1),
(24287,'Nakama',1924,1),
(24288,'Nogata',1924,1),
(24289,'Ogori',1924,1),
(24290,'Okagaki',1924,1),
(24291,'Okawa',1924,1),
(24292,'Omuta',1924,1),
(24293,'Onojo',1924,1),
(24294,'Sasaguri',1924,1),
(24295,'Setaka',1924,1),
(24296,'Shime',1924,1),
(24297,'Shingu',1924,1),
(24298,'Sue',1924,1),
(24299,'Tagawa',1924,1),
(24300,'Tanushimaru',1924,1),
(24301,'Umi',1924,1),
(24302,'Yamada',1924,1),
(24303,'Yame',1924,1),
(24304,'Yanagawa',1924,1),
(24305,'Yukuhashi',1924,1),
(24306,'Aizubange',1925,1),
(24307,'Aizuwakamatsu',1925,1),
(24308,'Fukushima',1925,1),
(24309,'Funehiki',1925,1),
(24310,'Haramachi',1925,1),
(24311,'Hobara',1925,1),
(24312,'Inawashiro',1925,1),
(24313,'Ishikawa',1925,1),
(24314,'Iwaki',1925,1),
(24315,'Kawamata',1925,1),
(24316,'Kitakata',1925,1),
(24317,'Koriyama',1925,1),
(24318,'Miharu',1925,1),
(24319,'Motomiya',1925,1),
(24320,'Namie',1925,1),
(24321,'Nihommatsu',1925,1),
(24322,'Shirakawa',1925,1),
(24323,'Soma',1925,1),
(24324,'Sukagawa',1925,1),
(24325,'Yanagawa',1925,1),
(24326,'Ena',1926,1),
(24327,'Gifu',1926,1),
(24328,'Ginan',1926,1),
(24329,'Godo',1926,1),
(24330,'Hashima',1926,1),
(24331,'Hozumi',1926,1),
(24332,'Ibigawa',1926,1),
(24333,'Ikeda',1926,1),
(24334,'Kakamigahara',1926,1),
(24335,'Kani',1926,1),
(24336,'Kasamatsu',1926,1),
(24337,'Mino',1926,1),
(24338,'Minokamo',1926,1),
(24339,'Mitake',1926,1),
(24340,'Mizunami',1926,1),
(24341,'Nakatsugawa',1926,1),
(24342,'Ogaki',1926,1),
(24343,'Ono',1926,1),
(24344,'Seki',1926,1),
(24345,'Tajimi',1926,1),
(24346,'Takayama',1926,1),
(24347,'Tarui',1926,1),
(24348,'Toki',1926,1),
(24349,'Yoro',1926,1),
(24350,'Annaka',1927,1),
(24351,'Azuma',1927,1),
(24352,'Fujimi',1927,1),
(24353,'Fujioka',1927,1),
(24354,'Gumma',1927,1),
(24355,'Haruna',1927,1),
(24356,'Isesaki',1927,1),
(24357,'Kasakake',1927,1),
(24358,'Kiryu',1927,1),
(24359,'Maebashi',1927,1),
(24360,'Nakanojo',1927,1),
(24361,'Nitta',1927,1),
(24362,'Numata',1927,1),
(24363,'Oizumi',1927,1),
(24364,'Omama',1927,1),
(24365,'Ora',1927,1),
(24366,'Ota',1927,1),
(24367,'Sakai',1927,1),
(24368,'Shibukawa',1927,1),
(24369,'Takasaki',1927,1),
(24370,'Tamamura',1927,1),
(24371,'Tatebayashi',1927,1),
(24372,'Tomioka',1927,1),
(24373,'Yoshii',1927,1),
(24374,'Fuchu',1928,1),
(24375,'Fukuyama',1928,1),
(24376,'Hatsukaichi',1928,1),
(24377,'Higashihiroshima',1928,1),
(24378,'Hiroshima',1928,1),
(24379,'Innoshima',1928,1),
(24380,'Kaita',1928,1),
(24381,'Kannabe',1928,1),
(24382,'Kumano',1928,1),
(24383,'Kure',1928,1),
(24384,'Kurose',1928,1),
(24385,'Mihara',1928,1),
(24386,'Miyoshi',1928,1),
(24387,'Ono',1928,1),
(24388,'Onomichi',1928,1),
(24389,'Otake',1928,1),
(24390,'Shinichi',1928,1),
(24391,'Shobara',1928,1),
(24392,'Takehara',1928,1),
(24393,'Abashiri',1929,1),
(24394,'Akabira',1929,1),
(24395,'Asahikawa',1929,1),
(24396,'Ashibetsu',1929,1),
(24397,'Bibai',1929,1),
(24398,'Bihoro',1929,1),
(24399,'Chitose',1929,1),
(24400,'Date',1929,1),
(24401,'Ebetsu',1929,1),
(24402,'Eniwa',1929,1),
(24403,'Fukagawa',1929,1),
(24404,'Furano',1929,1),
(24405,'Hakodate',1929,1),
(24406,'Hokkaido',1929,1),
(24407,'Hyogo',1929,1),
(24408,'Ishikari',1929,1),
(24409,'Iwamizawa',1929,1),
(24410,'Iwanai',1929,1),
(24411,'Kamiiso',1929,1),
(24412,'Kitahiroshima',1929,1),
(24413,'Kitami',1929,1),
(24414,'Kushiro',1929,1),
(24415,'Makubetsu',1929,1),
(24416,'Mikasa',1929,1),
(24417,'Mombetsu',1929,1),
(24418,'Muroran',1929,1),
(24419,'Nakashibetsu',1929,1),
(24420,'Nanae',1929,1),
(24421,'Nayoro',1929,1),
(24422,'Nemuro',1929,1),
(24423,'Noboribetsu',1929,1),
(24424,'Obihiro',1929,1),
(24425,'Otaru',1929,1),
(24426,'Otofuke',1929,1),
(24427,'Rumoi',1929,1),
(24428,'Sapporo',1929,1),
(24429,'Shibetsu',1929,1),
(24430,'Shiraoi',1929,1),
(24431,'Shizunai',1929,1),
(24432,'Sunagawa',1929,1),
(24433,'Takikawa',1929,1),
(24434,'Tobetsu',1929,1),
(24435,'Tomakomai',1929,1),
(24436,'Utashinai',1929,1),
(24437,'Wakkanai',1929,1),
(24438,'Yoichi',1929,1),
(24439,'Yubari',1929,1),
(24440,'Aioi',1930,1),
(24441,'Akashi',1930,1),
(24442,'Ako',1930,1),
(24443,'Amagasaki',1930,1),
(24444,'Ashiya',1930,1),
(24445,'Fukusaki',1930,1),
(24446,'Harima',1930,1),
(24447,'Himeji',1930,1),
(24448,'Inagawa',1930,1),
(24449,'Inami',1930,1),
(24450,'Itami',1930,1),
(24451,'Kakogawa',1930,1),
(24452,'Kasai',1930,1),
(24453,'Kawanishi',1930,1),
(24454,'Kobe',1930,1),
(24455,'Kodera',1930,1),
(24456,'Miki',1930,1),
(24457,'Nandan',1930,1),
(24458,'Nishinomiya',1930,1),
(24459,'Nishiwaki',1930,1),
(24460,'Ono',1930,1),
(24461,'Sanda',1930,1),
(24462,'Sasayama',1930,1),
(24463,'Sumoto',1930,1),
(24464,'Taishi',1930,1),
(24465,'Takarazuka',1930,1),
(24466,'Takasago',1930,1),
(24467,'Tatsuno',1930,1),
(24468,'Toyooka',1930,1),
(24469,'Yamasaki',1930,1),
(24470,'Yashiro',1930,1),
(24471,'Yumesaki',1930,1),
(24472,'Ami',1931,1),
(24473,'Chiyoda',1931,1),
(24474,'Daigo',1931,1),
(24475,'Edosaki',1931,1),
(24476,'Fujishiro',1931,1),
(24477,'Hasaki',1931,1),
(24478,'Hitachi',1931,1),
(24479,'Hitachinaka',1931,1),
(24480,'Hitachiota',1931,1),
(24481,'Hokota',1931,1),
(24482,'Ibaraki',1931,1),
(24483,'Ina',1931,1),
(24484,'Ishige',1931,1),
(24485,'Ishioka',1931,1),
(24486,'Itako',1931,1),
(24487,'Iwai',1931,1),
(24488,'Iwase',1931,1),
(24489,'Kamisu',1931,1),
(24490,'Kasama',1931,1),
(24491,'Kashima',1931,1),
(24492,'Kasumigaura',1931,1),
(24493,'Kitaibaraki',1931,1),
(24494,'Koga',1931,1),
(24495,'Kukizaki',1931,1),
(24496,'Makabe',1931,1),
(24497,'Minori',1931,1),
(24498,'Mito',1931,1),
(24499,'Mitsukaido',1931,1),
(24500,'Moriya',1931,1),
(24501,'Naka',1931,1),
(24502,'Oarai',1931,1),
(24503,'Omiya',1931,1),
(24504,'Ryugasaki',1931,1),
(24505,'Sakai',1931,1),
(24506,'Sanwa',1931,1),
(24507,'Shimodate',1931,1),
(24508,'Shimotsuma',1931,1),
(24509,'Sowa',1931,1),
(24510,'Takahagi',1931,1),
(24511,'Tokai',1931,1),
(24512,'Tomobe',1931,1),
(24513,'Tone',1931,1),
(24514,'Toride',1931,1),
(24515,'Tsukuba',1931,1),
(24516,'Ushiku',1931,1),
(24517,'Yachiyo',1931,1),
(24518,'Yasato',1931,1),
(24519,'Yuki',1931,1),
(24520,'Hakui',1932,1),
(24521,'Kaga',1932,1),
(24522,'Kanazawa',1932,1),
(24523,'Komatsu',1932,1),
(24524,'Matto',1932,1),
(24525,'Nanao',1932,1),
(24526,'Nonoichi',1932,1),
(24527,'Suzu',1932,1),
(24528,'Tsubata',1932,1),
(24529,'Tsurugi',1932,1),
(24530,'Uchinada',1932,1),
(24531,'Wajima',1932,1),
(24532,'Daito',1933,1),
(24533,'Esashi',1933,1),
(24534,'Hanamaki',1933,1),
(24535,'Ichinohe',1933,1),
(24536,'Ichinoseki',1933,1),
(24537,'Iwate',1933,1),
(24538,'Kamaishi',1933,1),
(24539,'Kitakami',1933,1),
(24540,'Kuji',1933,1),
(24541,'Miyako',1933,1),
(24542,'Mizusawa',1933,1),
(24543,'Morioka',1933,1),
(24544,'Ninohe',1933,1),
(24545,'Ofunato',1933,1),
(24546,'Otsuchi',1933,1),
(24547,'Rikuzentakata',1933,1),
(24548,'Shiwa',1933,1),
(24549,'Shizukuishi',1933,1),
(24550,'Takizawa',1933,1),
(24551,'Tono',1933,1),
(24552,'Yahaba',1933,1),
(24553,'Yamada',1933,1),
(24554,'Kagawa',1934,1),
(24555,'Kanonji',1934,1),
(24556,'Kokubunji',1934,1),
(24557,'Marugame',1934,1),
(24558,'Miki',1934,1),
(24559,'Ryonan',1934,1),
(24560,'Sakaide',1934,1),
(24561,'Shido',1934,1),
(24562,'Tadotsu',1934,1),
(24563,'Takamatsu',1934,1),
(24564,'Tonosho',1934,1),
(24565,'Zentsuji',1934,1),
(24566,'Aira',1935,1),
(24567,'Akune',1935,1),
(24568,'Hayato',1935,1),
(24569,'Ibusuki',1935,1),
(24570,'Ijuin',1935,1),
(24571,'Izumi',1935,1),
(24572,'Kagoshima',1935,1),
(24573,'Kajiki',1935,1),
(24574,'Kanoya',1935,1),
(24575,'Kaseda',1935,1),
(24576,'Kokubu',1935,1),
(24577,'Kushikino',1935,1),
(24578,'Makurazaki',1935,1),
(24579,'Naze',1935,1),
(24580,'Nishinoomote',1935,1),
(24581,'Okuchi',1935,1),
(24582,'Sendai',1935,1),
(24583,'Shibushi',1935,1),
(24584,'Sueyoshi',1935,1),
(24585,'Tarumizu',1935,1),
(24586,'Aikawa',1936,1),
(24587,'Atsugi',1936,1),
(24588,'Ayase',1936,1),
(24589,'Chigasaki',1936,1),
(24590,'Ebina',1936,1),
(24591,'Fujisawa',1936,1),
(24592,'Hadano',1936,1),
(24593,'Hakone',1936,1),
(24594,'Hayama',1936,1),
(24595,'Hiratsuka',1936,1),
(24596,'Isehara',1936,1),
(24597,'Kamakura',1936,1),
(24598,'Kawasaki',1936,1),
(24599,'Minamiashigara',1936,1),
(24600,'Miura',1936,1),
(24601,'Ninomiya',1936,1),
(24602,'Odawara',1936,1),
(24603,'Oiso',1936,1),
(24604,'Sagamihara',1936,1),
(24605,'Samukawa',1936,1),
(24606,'Shiroyama',1936,1),
(24607,'Takatsu-Ku',1936,1),
(24608,'Tsukui',1936,1),
(24609,'Yamato',1936,1),
(24610,'Yokohama',1936,1),
(24611,'Yokosuka',1936,1),
(24612,'Yugawara',1936,1),
(24613,'Zama',1936,1),
(24614,'Zushi',1936,1),
(24615,'Gunma',1937,1),
(24616,'Saitama',1937,1),
(24617,'Aki',1938,1),
(24618,'Ino',1938,1),
(24619,'Kochi',1938,1),
(24620,'Muroto',1938,1),
(24621,'Nakamura',1938,1),
(24622,'Nankoku',1938,1),
(24623,'Sukumo',1938,1),
(24624,'Susaki',1938,1),
(24625,'Tosa',1938,1),
(24626,'Tosashimizu',1938,1),
(24627,'Tosayamada',1938,1),
(24628,'Arao',1939,1),
(24629,'Ashikita',1939,1),
(24630,'Aso',1939,1),
(24631,'Hitoyoshi',1939,1),
(24632,'Hondo',1939,1),
(24633,'Jonan',1939,1),
(24634,'Kikuchi',1939,1),
(24635,'Kikuyo',1939,1),
(24636,'Koshi',1939,1),
(24637,'Kumamoto',1939,1),
(24638,'Mashiki',1939,1),
(24639,'Matsubase',1939,1),
(24640,'Minamata',1939,1),
(24641,'Nishigoshi',1939,1),
(24642,'Ozu',1939,1),
(24643,'Tamana',1939,1),
(24644,'Ueki',1939,1),
(24645,'Ushibuka',1939,1),
(24646,'Uto',1939,1),
(24647,'Yamaga',1939,1),
(24648,'Yatsushiro',1939,1),
(24649,'Ayabe',1940,1),
(24650,'Fukuchiyama',1940,1),
(24651,'Joyo',1940,1),
(24652,'Kameoka',1940,1),
(24653,'Kizu',1940,1),
(24654,'Kumiyama',1940,1),
(24655,'Kyotanabe',1940,1),
(24656,'Kyoto',1940,1),
(24657,'Maizuru',1940,1),
(24658,'Miyazu',1940,1),
(24659,'Muko',1940,1),
(24660,'Nagaokakyo',1940,1),
(24661,'Seika',1940,1),
(24662,'Uji',1940,1),
(24663,'Yawata',1940,1),
(24664,'Ago',1941,1),
(24665,'Hisai',1941,1),
(24666,'Ise',1941,1),
(24667,'Kameyama',1941,1),
(24668,'Komono',1941,1),
(24669,'Kumano',1941,1),
(24670,'Kuwana',1941,1),
(24671,'Matsusaka',1941,1),
(24672,'Meiwa',1941,1),
(24673,'Nabari',1941,1),
(24674,'Owase',1941,1),
(24675,'Suzuka',1941,1),
(24676,'Toba',1941,1),
(24677,'Toin',1941,1),
(24678,'Tsu',1941,1),
(24679,'Ueno',1941,1),
(24680,'Yokkaichi',1941,1),
(24681,'Furukawa',1942,1),
(24682,'Hasama',1942,1),
(24683,'Ishinomaki',1942,1),
(24684,'Iwanuma',1942,1),
(24685,'Kakuda',1942,1),
(24686,'Kesennuma',1942,1),
(24687,'Kogota',1942,1),
(24688,'Marumori',1942,1),
(24689,'Natori',1942,1),
(24690,'Ogawara',1942,1),
(24691,'Rifu',1942,1),
(24692,'Sendai',1942,1),
(24693,'Shibata',1942,1),
(24694,'Shichigahama',1942,1),
(24695,'Shiogama',1942,1),
(24696,'Shiroishi',1942,1),
(24697,'Tagajo',1942,1),
(24698,'Taiwa',1942,1),
(24699,'Tomiya',1942,1),
(24700,'Wakuya',1942,1),
(24701,'Watari',1942,1),
(24702,'Yamoto',1942,1),
(24703,'Ebino',1943,1),
(24704,'Hyuga',1943,1),
(24705,'Kiyotake',1943,1),
(24706,'Kobayashi',1943,1),
(24707,'Kunitomi',1943,1),
(24708,'Kushima',1943,1),
(24709,'Mimata',1943,1),
(24710,'Miyakonojo',1943,1),
(24711,'Miyazaki',1943,1),
(24712,'Nichinan',1943,1),
(24713,'Nobeoka',1943,1),
(24714,'Sadowara',1943,1),
(24715,'Saito',1943,1),
(24716,'Shintomi',1943,1),
(24717,'Takanabe',1943,1),
(24718,'Chino',1944,1),
(24719,'Hotaka',1944,1),
(24720,'Iida',1944,1),
(24721,'Iiyama',1944,1),
(24722,'Ina',1944,1),
(24723,'Komagane',1944,1),
(24724,'Komoro',1944,1),
(24725,'Koshoku',1944,1),
(24726,'Maruko',1944,1),
(24727,'Matsumoto',1944,1),
(24728,'Minowa',1944,1),
(24729,'Nagano',1944,1),
(24730,'Nakano',1944,1),
(24731,'Okaya',1944,1),
(24732,'Omachi',1944,1),
(24733,'Saku',1944,1),
(24734,'Shimosuwa',1944,1),
(24735,'Shiojiri',1944,1),
(24736,'Suwa',1944,1),
(24737,'Suzaka',1944,1),
(24738,'Tatsuno',1944,1),
(24739,'Tobu',1944,1),
(24740,'Toyoshina',1944,1),
(24741,'Ueda',1944,1),
(24742,'Fukue',1945,1),
(24743,'Hirado',1945,1),
(24744,'Isahaya',1945,1),
(24745,'Matsuura',1945,1),
(24746,'Nagasaki',1945,1),
(24747,'Nagayo',1945,1),
(24748,'Omura',1945,1),
(24749,'Sasebo',1945,1),
(24750,'Shimabara',1945,1),
(24751,'Togitsu',1945,1),
(24752,'Gojo',1946,1),
(24753,'Gose',1946,1),
(24754,'Haibara',1946,1),
(24755,'Heguri',1946,1),
(24756,'Ikagura',1946,1),
(24757,'Ikoma',1946,1),
(24758,'Kammaki',1946,1),
(24759,'Kashiba',1946,1),
(24760,'Kashihara',1946,1),
(24761,'Kawai',1946,1),
(24762,'Koryo',1946,1),
(24763,'Nara',1946,1),
(24764,'Oji',1946,1),
(24765,'Oyodo',1946,1),
(24766,'Sakurai',1946,1),
(24767,'Sango',1946,1),
(24768,'Tawaramoto',1946,1),
(24769,'Tenri',1946,1),
(24770,'Yamatokoriyama',1946,1),
(24771,'Yamatotakada',1946,1),
(24772,'Arai',1947,1),
(24773,'Fuchu',1947,1),
(24774,'Gosen',1947,1),
(24775,'Itoigawa',1947,1),
(24776,'Joetsu',1947,1),
(24777,'Kameda',1947,1),
(24778,'Kamo',1947,1),
(24779,'Kashiwazaki',1947,1),
(24780,'Kurosaki',1947,1),
(24781,'Maki',1947,1),
(24782,'Mitsuke',1947,1),
(24783,'Muika',1947,1),
(24784,'Murakami',1947,1),
(24785,'Muramatsu',1947,1),
(24786,'Nagaoka',1947,1),
(24787,'Nakajo',1947,1),
(24788,'Niigata',1947,1),
(24789,'Niitsu',1947,1),
(24790,'Ojiya',1947,1),
(24791,'Ryotsu',1947,1),
(24792,'Sanjo',1947,1),
(24793,'Shibata',1947,1),
(24794,'Shiozawa',1947,1),
(24795,'Shirone',1947,1),
(24796,'Suibara',1947,1),
(24797,'Tochio',1947,1),
(24798,'Tokamachi',1947,1),
(24799,'Toyosaka',1947,1),
(24800,'Tsubame',1947,1),
(24801,'Yoshida',1947,1),
(24802,'Beppu',1948,1),
(24803,'Bungotakada',1948,1),
(24804,'Hiji',1948,1),
(24805,'Hita',1948,1),
(24806,'Kitsuki',1948,1),
(24807,'Kusu',1948,1),
(24808,'Nakatsu',1948,1),
(24809,'Oita',1948,1),
(24810,'Saiki',1948,1),
(24811,'Taketa',1948,1),
(24812,'Tsukumi',1948,1),
(24813,'Usa',1948,1),
(24814,'Usuki',1948,1),
(24815,'Bizen',1949,1),
(24816,'Ibara',1949,1),
(24817,'Kamogata',1949,1),
(24818,'Kasaoka',1949,1),
(24819,'Kurashiki',1949,1),
(24820,'Mabi',1949,1),
(24821,'Niimi',1949,1),
(24822,'Okayama',1949,1),
(24823,'Sanyo',1949,1),
(24824,'Soja',1949,1),
(24825,'Takahashi',1949,1),
(24826,'Tamano',1949,1),
(24827,'Tsuyama',1949,1),
(24828,'Chatan',1950,1),
(24829,'Ginowan',1950,1),
(24830,'Gushikawa',1950,1),
(24831,'Haebaru',1950,1),
(24832,'Hirara',1950,1),
(24833,'Ishigaki',1950,1),
(24834,'Ishikawa',1950,1),
(24835,'Itoman',1950,1),
(24836,'Nago',1950,1),
(24837,'Naha',1950,1),
(24838,'Nishihara',1950,1),
(24839,'Okinawa',1950,1),
(24840,'Tomigusuku',1950,1),
(24841,'Urasoe',1950,1),
(24842,'Yomitan',1950,1),
(24843,'Daito',1951,1),
(24844,'Fujiidera',1951,1),
(24845,'Habikino',1951,1),
(24846,'Hannan',1951,1),
(24847,'Higashiosaka',1951,1),
(24848,'Hirakata',1951,1),
(24849,'Ibaraki',1951,1),
(24850,'Ikeda',1951,1),
(24851,'Izumi',1951,1),
(24852,'Izumiotsu',1951,1),
(24853,'Izumisano',1951,1),
(24854,'Kadoma',1951,1),
(24855,'Kaizuka',1951,1),
(24856,'Kashiwara',1951,1),
(24857,'Katano',1951,1),
(24858,'Kawachinagano',1951,1),
(24859,'Kishiwada',1951,1),
(24860,'Kobe',1951,1),
(24861,'Kumatori',1951,1),
(24862,'Matsubara',1951,1),
(24863,'Mihara',1951,1),
(24864,'Mino',1951,1),
(24865,'Misaki',1951,1),
(24866,'Moriguchi',1951,1),
(24867,'Neyagawa',1951,1),
(24868,'Osaka',1951,1),
(24869,'Osakasayama',1951,1),
(24870,'Sakai',1951,1),
(24871,'Sennan',1951,1),
(24872,'Settsu',1951,1),
(24873,'Shijonawate',1951,1),
(24874,'Shimamoto',1951,1),
(24875,'Suita',1951,1),
(24876,'Takaishi',1951,1),
(24877,'Takatsuki',1951,1),
(24878,'Tondabayashi',1951,1),
(24879,'Toyonaka',1951,1),
(24880,'Toyono',1951,1),
(24881,'Yao',1951,1),
(24882,'Imari',1952,1),
(24883,'Kanzaki',1952,1),
(24884,'Karatsu',1952,1),
(24885,'Kashima',1952,1),
(24886,'Kawasoe',1952,1),
(24887,'Saga',1952,1),
(24888,'Takeo',1952,1),
(24889,'Taku',1952,1),
(24890,'Tosu',1952,1),
(24891,'Ureshino',1952,1),
(24892,'Yamato',1952,1),
(24893,'Ageo',1953,1),
(24894,'Asaka',1953,1),
(24895,'Chichibu',1953,1),
(24896,'Fujimi',1953,1),
(24897,'Fukaya',1953,1),
(24898,'Fukiage',1953,1),
(24899,'Gyoda',1953,1),
(24900,'Hanno',1953,1),
(24901,'Hanyu',1953,1),
(24902,'Hasuda',1953,1),
(24903,'Hatogaya',1953,1),
(24904,'Hatoyama',1953,1),
(24905,'Hidaka',1953,1),
(24906,'Higashimatsuyama',1953,1),
(24907,'Honjo',1953,1),
(24908,'Ina',1953,1),
(24909,'Iruma',1953,1),
(24910,'Iwatsuki',1953,1),
(24911,'Kamifukuoka',1953,1),
(24912,'Kamisato',1953,1),
(24913,'Kasukabe',1953,1),
(24914,'Kawagoe',1953,1),
(24915,'Kawaguchi',1953,1),
(24916,'Kawajima',1953,1),
(24917,'Kazo',1953,1),
(24918,'Kisai',1953,1),
(24919,'Kitamoto',1953,1),
(24920,'Kodama',1953,1),
(24921,'Konosu',1953,1),
(24922,'Koshigaya',1953,1),
(24923,'Kuki',1953,1),
(24924,'Kumagaya',1953,1),
(24925,'Kurihashi',1953,1),
(24926,'Matsubushi',1953,1),
(24927,'Menuma',1953,1),
(24928,'Misato',1953,1),
(24929,'Miyashiro',1953,1),
(24930,'Miyoshi',1953,1),
(24931,'Moroyama',1953,1),
(24932,'Niiza',1953,1),
(24933,'Ogawa',1953,1),
(24934,'Oi',1953,1),
(24935,'Okegawa',1953,1),
(24936,'Omiya',1953,1),
(24937,'Saitma-Shi',1953,1),
(24938,'Sakado',1953,1),
(24939,'Satte',1953,1),
(24940,'Sayama',1953,1),
(24941,'Shiki',1953,1),
(24942,'Shiraoka',1953,1),
(24943,'Shobu',1953,1),
(24944,'Showa',1953,1),
(24945,'Soka',1953,1),
(24946,'Sugito',1953,1),
(24947,'Toda',1953,1),
(24948,'Tokorozawa',1953,1),
(24949,'Tsurugashima',1953,1),
(24950,'Urawa',1953,1),
(24951,'Wako',1953,1),
(24952,'Warabi',1953,1),
(24953,'Washimiya',1953,1),
(24954,'Yashio',1953,1),
(24955,'Yono',1953,1),
(24956,'Yorii',1953,1),
(24957,'Yoshikawa',1953,1),
(24958,'Yoshimi',1953,1),
(24959,'Hikone',1954,1),
(24960,'Hino',1954,1),
(24961,'Konan',1954,1),
(24962,'Kosei',1954,1),
(24963,'Kusatsu',1954,1),
(24964,'Minakuchi',1954,1),
(24965,'Moriyama',1954,1),
(24966,'Nagahama',1954,1),
(24967,'Notogawa',1954,1),
(24968,'Omihachiman',1954,1),
(24969,'Otsu',1954,1),
(24970,'Ritto',1954,1),
(24971,'Shiga',1954,1),
(24972,'Yasu',1954,1),
(24973,'Yokaichi',1954,1),
(24974,'Gotsu',1955,1),
(24975,'Hamada',1955,1),
(24976,'Hikawa',1955,1),
(24977,'Hirata',1955,1),
(24978,'Izumo',1955,1),
(24979,'Masuda',1955,1),
(24980,'Matsue',1955,1),
(24981,'Oda',1955,1),
(24982,'Yasugi',1955,1),
(24983,'Asaba',1956,1),
(24984,'Atami',1956,1),
(24985,'Daito',1956,1),
(24986,'Fuji',1956,1),
(24987,'Fujieda',1956,1),
(24988,'Fujinomiya',1956,1),
(24989,'Fukuroi',1956,1),
(24990,'Gotemba',1956,1),
(24991,'Haibara',1956,1),
(24992,'Hamakita',1956,1),
(24993,'Hamamatsu',1956,1),
(24994,'Hamaoka',1956,1),
(24995,'Hosoe',1956,1),
(24996,'Ito',1956,1),
(24997,'Iwata',1956,1),
(24998,'Kakegawa',1956,1),
(24999,'Kanaya',1956,1),
(25000,'Kannami',1956,1),
(25001,'Kikugawa',1956,1),
(25002,'Kosai',1956,1),
(25003,'Mishima',1956,1),
(25004,'Mori',1956,1),
(25005,'Nagaizumi',1956,1),
(25006,'Numazu',1956,1),
(25007,'Oigawa',1956,1),
(25008,'Oyama',1956,1),
(25009,'Ryuyo',1956,1),
(25010,'Sagara',1956,1),
(25011,'Shimada',1956,1),
(25012,'Shimizu',1956,1),
(25013,'Shimoda',1956,1),
(25014,'Shizuoka',1956,1),
(25015,'Susono',1956,1),
(25016,'Tenryu',1956,1),
(25017,'Toyoda',1956,1),
(25018,'Yaizu',1956,1),
(25019,'Yoshida',1956,1),
(25020,'Ashikaga',1957,1),
(25021,'Fujioka',1957,1),
(25022,'Imaichi',1957,1),
(25023,'Iwafune',1957,1),
(25024,'Kaminokawa',1957,1),
(25025,'Kanuma',1957,1),
(25026,'Karasuyama',1957,1),
(25027,'Kawachi',1957,1),
(25028,'Kuroiso',1957,1),
(25029,'Mashiko',1957,1),
(25030,'Mibu',1957,1),
(25031,'Minamikawachi',1957,1),
(25032,'Moka',1957,1),
(25033,'Motegi',1957,1),
(25034,'Nasu',1957,1),
(25035,'Nikko',1957,1),
(25036,'Nishinasuno',1957,1),
(25037,'Nogi',1957,1),
(25038,'Ohira',1957,1),
(25039,'Otawara',1957,1),
(25040,'Oyama',1957,1),
(25041,'Sano',1957,1),
(25042,'Takanezawa',1957,1),
(25043,'Tanuma',1957,1),
(25044,'Tochigi',1957,1),
(25045,'Ujiie',1957,1),
(25046,'Utsunomiya',1957,1),
(25047,'Yaita',1957,1),
(25048,'Aizumi',1958,1),
(25049,'Anan',1958,1),
(25050,'Ikeda',1958,1),
(25051,'Ishii',1958,1),
(25052,'Kamojima',1958,1),
(25053,'Kitajima',1958,1),
(25054,'Komatsushima',1958,1),
(25055,'Naruto',1958,1),
(25056,'Tokushima',1958,1),
(25057,'Waki',1958,1),
(25058,'Akiruno',1959,1),
(25059,'Akishima',1959,1),
(25060,'Chofu',1959,1),
(25061,'Fuchu',1959,1),
(25062,'Hachioji',1959,1),
(25063,'Hamura',1959,1),
(25064,'Higashikurume',1959,1),
(25065,'Higashimurayama',1959,1),
(25066,'Higashiyamato',1959,1),
(25067,'Hino',1959,1),
(25068,'Hoya',1959,1),
(25069,'Inagi',1959,1),
(25070,'Kiyose',1959,1),
(25071,'Kodaira',1959,1),
(25072,'Koganei',1959,1),
(25073,'Kokubunji',1959,1),
(25074,'Komae',1959,1),
(25075,'Kunitachi',1959,1),
(25076,'Machida',1959,1),
(25077,'Mitaka',1959,1),
(25078,'Mizuho',1959,1),
(25079,'Musashimurayama',1959,1),
(25080,'Musashino',1959,1),
(25081,'Ome',1959,1),
(25082,'Tachikawa',1959,1),
(25083,'Tama',1959,1),
(25084,'Tanashi',1959,1),
(25085,'Tokyo',1959,1),
(25086,'Kurayoshi',1960,1),
(25087,'Sakaiminato',1960,1),
(25088,'Tottori',1960,1),
(25089,'Yonago',1960,1),
(25090,'Fukumitsu',1961,1),
(25091,'Himi',1961,1),
(25092,'Kamiichi',1961,1),
(25093,'Kosugi',1961,1),
(25094,'Kurobe',1961,1),
(25095,'Namerikawa',1961,1),
(25096,'Nyuzen',1961,1),
(25097,'Osawano',1961,1),
(25098,'Oyabe',1961,1),
(25099,'Shimminato',1961,1),
(25100,'Takaoka',1961,1),
(25101,'Tateyama',1961,1),
(25102,'Tonami',1961,1),
(25103,'Toyama',1961,1),
(25104,'Uozu',1961,1),
(25105,'Yatsuo',1961,1),
(25106,'Arida',1962,1),
(25107,'Gobo',1962,1),
(25108,'Hashimoto',1962,1),
(25109,'Iwade',1962,1),
(25110,'Kainan',1962,1),
(25111,'Katsuragi',1962,1),
(25112,'Kishigawa',1962,1),
(25113,'Nachikatsuura',1962,1),
(25114,'Shingu',1962,1),
(25115,'Tanabe',1962,1),
(25116,'Wakayama',1962,1),
(25117,'Higashine',1963,1),
(25118,'Kahoku',1963,1),
(25119,'Kaminoyama',1963,1),
(25120,'Kawanishi',1963,1),
(25121,'Murayama',1963,1),
(25122,'Nagai',1963,1),
(25123,'Nanyo',1963,1),
(25124,'Obanazawa',1963,1),
(25125,'Sagae',1963,1),
(25126,'Sakata',1963,1),
(25127,'Shinjo',1963,1),
(25128,'Takahata',1963,1),
(25129,'Tendo',1963,1),
(25130,'Tsuchiura',1963,1),
(25131,'Tsuruoka',1963,1),
(25132,'Yamagata',1963,1),
(25133,'Yonezawa',1963,1),
(25134,'Yuza',1963,1),
(25135,'Hagi',1964,1),
(25136,'Hikari',1964,1),
(25137,'Hofu',1964,1),
(25138,'Iwakuni',1964,1),
(25139,'Kudamatsu',1964,1),
(25140,'Mine',1964,1),
(25141,'Nagato',1964,1),
(25142,'Ogori',1964,1),
(25143,'Onoda',1964,1),
(25144,'Sanyo',1964,1),
(25145,'Shimonoseki',1964,1),
(25146,'Shinnanyo',1964,1),
(25147,'Tokuyama',1964,1),
(25148,'Toyoura',1964,1),
(25149,'Ube',1964,1),
(25150,'Yamaguchi',1964,1),
(25151,'Yanai',1964,1),
(25152,'Enzan',1965,1),
(25153,'Fujiyoshida',1965,1),
(25154,'Isawa',1965,1),
(25155,'Kofu',1965,1),
(25156,'Nirasaki',1965,1),
(25157,'Otsuki',1965,1),
(25158,'Ryuo',1965,1),
(25159,'Tsuru',1965,1),
(25160,'Uenohara',1965,1),
(25161,'Yamanashi',1965,1),
(25162,'Grouville',1966,1),
(25163,'Trinity',1976,1),
(25164,'\'Abbin',1977,1),
(25165,'\'Ajlun',1977,1),
(25166,'\'Anjarah',1977,1),
(25167,'\'Arjan',1977,1),
(25168,'\'Ayn Janna',1977,1),
(25169,'Halawah',1977,1),
(25170,'Kharbat al-Wahadnah',1977,1),
(25171,'Kufranjah',1977,1),
(25172,'Sakhrah',1977,1),
(25173,'al-Hashamiyah',1977,1),
(25174,'Abu \'Alanda',1978,1),
(25175,'Amman',1978,1),
(25176,'Askan Abu Nusayr',1978,1),
(25177,'Jawa',1978,1),
(25178,'Khalda wa Tila\'-al-\'Ali',1978,1),
(25179,'Khraybat As-Suq',1978,1),
(25180,'Marj al-Hammam',1978,1),
(25181,'Na\'ur',1978,1),
(25182,'Nuzhat Sahab',1978,1),
(25183,'Sahab',1978,1),
(25184,'Shafa Badran',1978,1),
(25185,'Suwaylih',1978,1),
(25186,'Tariq',1978,1),
(25187,'Umm As-Summaq',1978,1),
(25188,'Umm Nuwarah',1978,1),
(25189,'Umm Qusayr wal Muqabalin',1978,1),
(25190,'Umm al-Basatin',1978,1),
(25191,'Wadi as-Sir',1978,1),
(25192,'al-\'Abdaliyah',1978,1),
(25193,'al-Binayat',1978,1),
(25194,'al-Faysaliyah',1978,1),
(25195,'al-Jizah',1978,1),
(25196,'al-Jubayhah',1978,1),
(25197,'al-Juwaydah',1978,1),
(25198,'al-Quwaysimah',1978,1),
(25199,'al-Yadudah',1978,1),
(25200,'ar-Rawdah',1978,1),
(25201,'at-Talbiyah',1978,1),
(25202,'at-Taybah',1978,1),
(25203,'\'Al\'al',1979,1),
(25204,'\'Anbah',1979,1),
(25205,'Arhaba',1979,1),
(25206,'Aydun',1979,1),
(25207,'Bayt Idas',1979,1),
(25208,'Bayt Ras',1979,1),
(25209,'Bayt Yafa',1979,1),
(25210,'Bushra',1979,1),
(25211,'Dayr Abi Sa\'id',1979,1),
(25212,'Dayr Yusif',1979,1),
(25213,'Dayr as-Sa\'anah',1979,1),
(25214,'Duwaqarah',1979,1),
(25215,'Hakama',1979,1),
(25216,'Hartha',1979,1),
(25217,'Hatam',1979,1),
(25218,'Hawwarah',1979,1),
(25219,'Irbid',1979,1),
(25220,'Jasar ash-Shaykh Hussayn',1979,1),
(25221,'Judayta',1979,1),
(25222,'Katam',1979,1),
(25223,'Kharja',1979,1),
(25224,'Kufur \'Awan',1979,1),
(25225,'Kufur Abil',1979,1),
(25226,'Kufur Asad',1979,1),
(25227,'Kufur Rakab',1979,1),
(25228,'Kufur Sum',1979,1),
(25229,'Kufur Yuba',1979,1),
(25230,'Kufur al-Ma\'',1979,1),
(25231,'Kuraymah',1979,1),
(25232,'Malka',1979,1),
(25233,'Mukhayyam al-Husun',1979,1),
(25234,'Qumaym',1979,1),
(25235,'Saham',1979,1),
(25236,'Sal',1979,1),
(25237,'Samma',1979,1),
(25238,'Sammaw\'',1979,1),
(25239,'Sum',1979,1),
(25240,'Tabnah',1979,1),
(25241,'Umm Qays',1979,1),
(25242,'Wadi al-Yabas',1979,1),
(25243,'Waqqas',1979,1),
(25244,'Zahar',1979,1),
(25245,'al-Ashrafiyah',1979,1),
(25246,'al-Balawnah',1979,1),
(25247,'al-Buwaydah',1979,1),
(25248,'al-Husun',1979,1),
(25249,'al-Manshiyah',1979,1),
(25250,'al-Mashari\'a',1979,1),
(25251,'al-Mazar ash-Shamaliyah',1979,1),
(25252,'al-Mughayyar',1979,1),
(25253,'an-Nu\'aymeh',1979,1),
(25254,'ar-Ramtha',1979,1),
(25255,'as-Sarih',1979,1),
(25256,'ash-Shajarah',1979,1),
(25257,'ash-Shunah ash-Shamaliyah',1979,1),
(25258,'at-Taybah',1979,1),
(25259,'at-Turrah',1979,1),
(25260,'Balila',1980,1),
(25261,'Burma',1980,1),
(25262,'Jarash',1980,1),
(25263,'Kufur Khall',1980,1),
(25264,'Mukhayyam Ghazzah',1980,1),
(25265,'Mukhayyam Suf',1980,1),
(25266,'Qafqafa',1980,1),
(25267,'Raymun',1980,1),
(25268,'Sakab',1980,1),
(25269,'Suf',1980,1),
(25270,'al-Kattah',1980,1),
(25271,'Bayar',1981,1),
(25272,'Ma\'an',1981,1),
(25273,'Wadi Musa',1981,1),
(25274,'al-Hussayniyah',1981,1),
(25275,'al-Jafar',1981,1),
(25276,'at-Taybah',1981,1),
(25277,'Dhiban',1982,1),
(25278,'Ma\'in',1982,1),
(25279,'Madaba',1982,1),
(25280,'Mulayh',1982,1),
(25281,'al-Faysaliyah',1982,1),
(25282,'al-\'Aqabah',1983,1),
(25283,'al-Quwayrah',1983,1),
(25284,'\'Ayn al-Basha',1984,1),
(25285,'Darar',1984,1),
(25286,'Juwafat al-Kafrayn',1984,1),
(25287,'Ma\'addi',1984,1),
(25288,'Mahas',1984,1),
(25289,'Safut',1984,1),
(25290,'Suknat ash-Shunah',1984,1),
(25291,'Yarqa',1984,1),
(25292,'al-Baq\'ah',1984,1),
(25293,'al-Fuhays',1984,1),
(25294,'al-Karamah',1984,1),
(25295,'ar-Rawdah',1984,1),
(25296,'as-Salt',1984,1),
(25297,'as-Sawalhah',1984,1),
(25298,'as-Subayhi',1984,1),
(25299,'at-Tawal al-Janubi',1984,1),
(25300,'at-Tuwal ash-Shamali',1984,1),
(25301,'\'Ayy',1985,1),
(25302,'Adar',1985,1),
(25303,'Faqqu\'',1985,1),
(25304,'Ghawr al-Mazra\'ah',1985,1),
(25305,'Ghawr as-Safi',1985,1),
(25306,'Maw\'tah',1985,1),
(25307,'Sirfa',1985,1),
(25308,'al-Hussayniyah',1985,1),
(25309,'al-Karak',1985,1),
(25310,'al-Mazar',1985,1),
(25311,'al-Qasr',1985,1),
(25312,'al-Qitranah',1985,1),
(25313,'ar-Rabbah',1985,1),
(25314,'ash-Shahabiyah',1985,1),
(25315,'at-Taybah',1985,1),
(25316,'Badiyat ar-Ruwayshid',1986,1),
(25317,'Bal\'ama',1986,1),
(25318,'Manshiyat Bani Hassan',1986,1),
(25319,'Mugayyar as-Sarhan',1986,1),
(25320,'Sabha',1986,1),
(25321,'Sama as-Sarhan',1986,1),
(25322,'Umm al-Quttayn',1986,1),
(25323,'al-Hamra\'',1986,1),
(25324,'al-Khaldiyah al-Jadidah',1986,1),
(25325,'al-Mabrukah',1986,1),
(25326,'al-Mafraq',1986,1),
(25327,'ar-Ruwayshid',1986,1),
(25328,'az-Za\'tari',1986,1),
(25329,'Busayrah',1987,1),
(25330,'al-\'Ayn al-Bayda',1987,1),
(25331,'al-Hasa',1987,1),
(25332,'al-Qadisiyah',1987,1),
(25333,'at-Tafilah',1987,1),
(25334,'Iskan al-Hashamiyah',1988,1),
(25335,'Mushayrfat Ras al-\'Ayn',1988,1),
(25336,'Shnillar',1988,1),
(25337,'ad-Dulayl',1988,1),
(25338,'al-Azraq ash-Shamali',1988,1),
(25339,'al-Hashamiyah',1988,1),
(25340,'ar-Russayfah',1988,1),
(25341,'as-Sukhnah',1988,1),
(25342,'az-Zarqa\'',1988,1),
(25343,'Akmecet',1989,1),
(25344,'Aral',1989,1),
(25345,'Baykonir',1989,1),
(25346,'Canakazali',1989,1),
(25347,'Canakorgan',1989,1),
(25348,'Cosali',1989,1),
(25349,'Kazali',1989,1),
(25350,'Sieli',1989,1),
(25351,'Tasboget',1989,1),
(25352,'Aksu',1990,1),
(25353,'Alekseevka',1990,1),
(25354,'Astana',1990,1),
(25355,'Atbasar',1990,1),
(25356,'Bestobe',1990,1),
(25357,'Caltir',1990,1),
(25358,'Colimbet',1990,1),
(25359,'Ereymentau',1990,1),
(25360,'Koksetau',1990,1),
(25361,'Makin',1990,1),
(25362,'Stepnogorsk',1990,1),
(25363,'Aktobe',1991,1),
(25364,'Alka',1991,1),
(25365,'Batamsi',1991,1),
(25366,'Embi',1991,1),
(25367,'Hromtau',1991,1),
(25368,'Kandagac',1991,1),
(25369,'Salkar',1991,1),
(25370,'Subarkudik',1991,1),
(25371,'Subarsi',1991,1),
(25372,'Temir',1991,1),
(25373,'Almati',1992,1),
(25374,'Almaty',1992,1),
(25375,'Boralday',1992,1),
(25376,'Carkant',1992,1),
(25377,'Energetyceskiy',1992,1),
(25378,'Esik',1992,1),
(25379,'Fabrichniy',1992,1),
(25380,'Kapsagay',1992,1),
(25381,'Karabulak',1992,1),
(25382,'Kaskelen',1992,1),
(25383,'Kirov',1992,1),
(25384,'Sariozek',1992,1),
(25385,'Sarkand',1992,1),
(25386,'Selek',1992,1),
(25387,'Taldikorgan',1992,1),
(25388,'Talgar',1992,1),
(25389,'Tekeli',1992,1),
(25390,'Ustobe',1992,1),
(25391,'Uzunagac',1992,1),
(25392,'Atirau',1993,1),
(25393,'Atyrau',1993,1),
(25394,'Dossor',1993,1),
(25395,'Inderbor',1993,1),
(25396,'Karaton',1993,1),
(25397,'Kulsari',1993,1),
(25398,'Makat',1993,1),
(25399,'Oporni',1993,1),
(25400,'Sumisker',1993,1),
(25401,'Abay',1996,1),
(25402,'Akadir',1996,1),
(25403,'Aktas',1996,1),
(25404,'Aktau',1996,1),
(25405,'Atasu',1996,1),
(25406,'Balkas',1996,1),
(25407,'Cayrem',1996,1),
(25408,'Cezkazgan',1996,1),
(25409,'Gulsat',1996,1),
(25410,'Karacal',1996,1),
(25411,'Karaganda',1996,1),
(25412,'Karkarali',1996,1),
(25413,'Karsakbay',1996,1),
(25414,'Konrat',1996,1),
(25415,'Novodolinskiy',1996,1),
(25416,'Osakarovka',1996,1),
(25417,'Sahti',1996,1),
(25418,'Saran',1996,1),
(25419,'Sarisagan',1996,1),
(25420,'Satpaev',1996,1),
(25421,'Temirtau',1996,1),
(25422,'Tokaryovka',1996,1),
(25423,'Arkalik',1997,1),
(25424,'Borovskoy',1997,1),
(25425,'Cetikara',1997,1),
(25426,'Derjavinsk',1997,1),
(25427,'Esil',1997,1),
(25428,'Fodorov',1997,1),
(25429,'Kacar',1997,1),
(25430,'Komsomol',1997,1),
(25431,'Kostanay',1997,1),
(25432,'Kusmurin',1997,1),
(25433,'Lisakovsk',1997,1),
(25434,'Rudni',1997,1),
(25435,'Tobol',1997,1),
(25436,'Uritsk',1997,1),
(25437,'Zatobolsk',1997,1),
(25438,'Aktau',1998,1),
(25439,'Beyneu',1998,1),
(25440,'Canaozen',1998,1),
(25441,'Cetibay',1998,1),
(25442,'Fort-Sevcenko',1998,1),
(25443,'Kurik',1998,1),
(25444,'Mangyslak',1998,1),
(25445,'Setpe',1998,1),
(25446,'Ekibastuz',2000,1),
(25447,'Ermak',2000,1),
(25448,'Ertis',2000,1),
(25449,'Kaciri',2000,1),
(25450,'Maykain',2000,1),
(25451,'Pavlodar',2000,1),
(25452,'Sarbakti',2000,1),
(25453,'Canatas',2003,1),
(25454,'Georgiyev',2003,1),
(25455,'Karatau',2003,1),
(25456,'Lugovoy',2003,1),
(25457,'Merke',2003,1),
(25458,'Mihaylov',2003,1),
(25459,'Oytal',2003,1),
(25460,'Su',2003,1),
(25461,'Taraz',2003,1),
(25462,'Gilgil',2004,1),
(25463,'Karatina',2004,1),
(25464,'Kiambu',2004,1),
(25465,'Kijabe',2004,1),
(25466,'Kikuyu',2004,1),
(25467,'Limuru',2004,1),
(25468,'Maragua',2004,1),
(25469,'Muranga',2004,1),
(25470,'Nyeri',2004,1),
(25471,'Ruiru',2004,1),
(25472,'Sagana',2004,1),
(25473,'Thika',2004,1),
(25474,'Vanga',2004,1),
(25475,'Changamwe',2005,1),
(25476,'Garsen',2005,1),
(25477,'Gazi',2005,1),
(25478,'Hola',2005,1),
(25479,'Kaloleni',2005,1),
(25480,'Kilifi',2005,1),
(25481,'Kinango',2005,1),
(25482,'Kipini',2005,1),
(25483,'Kwale',2005,1),
(25484,'Lamu',2005,1),
(25485,'Malindi',2005,1),
(25486,'Mambrui',2005,1),
(25487,'Mombasa',2005,1),
(25488,'Sawasawa',2005,1),
(25489,'Shimoni',2005,1),
(25490,'Takaungu',2005,1),
(25491,'Taveta',2005,1),
(25492,'Voi',2005,1),
(25493,'Witu',2005,1),
(25494,'Wundanyi',2005,1),
(25495,'Athi River',2006,1),
(25496,'Chuka',2006,1),
(25497,'Embu',2006,1),
(25498,'Isiolo',2006,1),
(25499,'Kangonde',2006,1),
(25500,'Kitui',2006,1),
(25501,'Machakos',2006,1),
(25502,'Mado Gashi',2006,1),
(25503,'Marsabit',2006,1),
(25504,'Meru',2006,1),
(25505,'Moyale',2006,1),
(25506,'Mutomo',2006,1),
(25507,'Nairobi',2007,1),
(25508,'Homa Bay',2009,1),
(25509,'Kisii',2009,1),
(25510,'Kisumu',2009,1),
(25511,'Migori',2009,1),
(25512,'Bungoma',2011,1),
(25513,'Busia',2011,1),
(25514,'Kakamega',2011,1),
(25515,'Mumias',2011,1),
(25516,'Webuye',2011,1),
(25517,'Taburao',2012,1),
(25518,'Binoinano',2013,1),
(25519,'Takaeang',2014,1),
(25520,'Roreti',2015,1),
(25521,'Ooma',2016,1),
(25522,'Tabukiniberu',2017,1),
(25523,'Butaritari',2018,1),
(25524,'London',2019,1),
(25525,'Tabontebike',2020,1),
(25526,'Tabiauea',2021,1),
(25527,'Makin',2022,1),
(25528,'Rawannawi',2023,1),
(25529,'Rungata',2024,1),
(25530,'Temaraia',2025,1),
(25531,'Ijaki',2026,1),
(25532,'Nabari',2030,1),
(25533,'Abaokoro',2031,1),
(25534,'Washington',2034,1),
(25535,'Kanggye',2035,1),
(25536,'Cheongjin',2036,1),
(25537,'Kimchaek',2036,1),
(25538,'Najin',2036,1),
(25539,'Hamheung',2037,1),
(25540,'Sariweon',2038,1),
(25541,'Seongnim',2038,1),
(25542,'Haeju',2039,1),
(25543,'Kaeseong',2040,1),
(25544,'Weonsan',2041,1),
(25545,'Nampo',2042,1),
(25546,'Sineuiju',2043,1),
(25547,'Phyeongseong',2044,1),
(25548,'Pyeongyang',2045,1),
(25549,'Pyongyang',2045,1),
(25550,'Hyesan',2046,1),
(25551,'Busan',2047,1),
(25552,'Aeweol',2048,1),
(25553,'Cheju',2048,1),
(25554,'Seogwipo',2048,1),
(25555,'Cheonju',2049,1),
(25556,'Chongup',2049,1),
(25557,'Iksan',2049,1),
(25558,'Kimje',2049,1),
(25559,'Kochang',2049,1),
(25560,'Kunsan',2049,1),
(25561,'Namwon',2049,1),
(25562,'Puan',2049,1),
(25563,'Haenam',2050,1),
(25564,'Hwasun',2050,1),
(25565,'Kwangyang',2050,1),
(25566,'Kwangyang Up',2050,1),
(25567,'Mokpo',2050,1),
(25568,'Naju',2050,1),
(25569,'Peolgyo',2050,1),
(25570,'Suncheon',2050,1),
(25571,'Yeocheon',2050,1),
(25572,'Yeosu',2050,1),
(25573,'Yonggwang',2050,1),
(25574,'Cheongwon-gun',2051,1),
(25575,'Eumsung-Kun',2051,1),
(25576,'Jinchunkun',2051,1),
(25577,'Okcheon-gun',2051,1),
(25578,'Um Sung Gun',2051,1),
(25579,'Chechon',2052,1),
(25580,'Cheongju',2052,1),
(25581,'Chincheon',2052,1),
(25582,'Chungju',2052,1),
(25583,'Jincheon-gun',2052,1),
(25584,'Okchon',2052,1),
(25585,'Yongdong',2052,1),
(25586,'Asan',2053,1),
(25587,'Cheonan',2053,1),
(25588,'Chochiwon',2053,1),
(25589,'Geumsan-Gun',2053,1),
(25590,'Hongseong',2053,1),
(25591,'Kongju',2053,1),
(25592,'Kumsan',2053,1),
(25593,'Nonsan',2053,1),
(25594,'Poryong',2053,1),
(25595,'Puyeo',2053,1),
(25596,'Seonghwan',2053,1),
(25597,'Seosan',2053,1),
(25598,'Taean',2053,1),
(25599,'Taesan',2053,1),
(25600,'Tangjin',2053,1),
(25601,'Yesan',2053,1),
(25602,'Yonmu',2053,1),
(25603,'Chonan',2054,1),
(25604,'Danjin-gun',2054,1),
(25605,'Gongjusi',2054,1),
(25606,'Daegu',2055,1),
(25607,'Dalseo-gu',2055,1),
(25608,'Chungcheong',2056,1),
(25609,'Hoengseong',2056,1),
(25610,'Mummakeup',2056,1),
(25611,'Wonju',2056,1),
(25612,'Gimhae',2057,1),
(25613,'Goyang-si',2057,1),
(25614,'Ansan',2058,1),
(25615,'Anyang',2058,1),
(25616,'Anyang-Si',2058,1),
(25617,'Anyangsi',2058,1),
(25618,'Buchon',2058,1),
(25619,'Buchun-Si',2058,1),
(25620,'Byeoryangdong',2058,1),
(25621,'Dongan-gu',2058,1),
(25622,'Gimpo City',2058,1),
(25623,'Goyang',2058,1),
(25624,'Gupo-si',2058,1),
(25625,'Guri-Si',2058,1),
(25626,'Gwacheon Si',2058,1),
(25627,'Gwangju-Si',2058,1),
(25628,'Hwaseong-si',2058,1),
(25629,'Icheon-si',2058,1),
(25630,'Iljuk-myeon',2058,1),
(25631,'Kwangju',2058,1),
(25632,'Pocheon-Si',2058,1),
(25633,'Seongnam',2058,1),
(25634,'Shihung-Si',2058,1),
(25635,'Siheung',2058,1),
(25636,'Sihung-si',2058,1),
(25637,'Suwon',2058,1),
(25638,'Uijeongbu-dong',2058,1),
(25639,'Uiwang',2058,1),
(25640,'Yangju',2058,1),
(25641,'Yangpyeong-Gun',2058,1),
(25642,'Yeokbuk-Dong-Si',2058,1),
(25643,'Changwon',2060,1),
(25644,'Gimhae-si',2060,1),
(25645,'Incheon',2061,1),
(25646,'Kanghwa',2061,1),
(25647,'Namdongku',2061,1),
(25648,'Jeju',2062,1),
(25649,'Yeongpyeong-Dong',2062,1),
(25650,'Jeonju-Si',2063,1),
(25651,'Chuncheon',2064,1),
(25652,'Hongcheon',2064,1),
(25653,'Kangneung',2064,1),
(25654,'Samchok',2064,1),
(25655,'Seokcho',2064,1),
(25656,'Taebaek',2064,1),
(25657,'Tonghae',2064,1),
(25658,'Weonju',2064,1),
(25659,'Yeongweol',2064,1),
(25660,'Kwangju',2065,1),
(25661,'Ansan',2066,1),
(25662,'Anseong',2066,1),
(25663,'Anyang',2066,1),
(25664,'Chongok',2066,1),
(25665,'Euijeongbu',2066,1),
(25666,'Euiwang',2066,1),
(25667,'Hanam',2066,1),
(25668,'Hoechon',2066,1),
(25669,'Hwado',2066,1),
(25670,'Hwasung',2066,1),
(25671,'Ichon',2066,1),
(25672,'Kihung',2066,1),
(25673,'Kimpo',2066,1),
(25674,'Koyang',2066,1),
(25675,'Kumchon',2066,1),
(25676,'Kunpo',2066,1),
(25677,'Kuri',2066,1),
(25678,'Kwacheon',2066,1),
(25679,'Kwangju',2066,1),
(25680,'Kwangmyeong',2066,1),
(25681,'Munsan',2066,1),
(25682,'Namyangju',2066,1),
(25683,'Osan',2066,1),
(25684,'Paengseong',2066,1),
(25685,'Pochon',2066,1),
(25686,'Pubal',2066,1),
(25687,'Pucheon',2066,1),
(25688,'Pyeongtaek',2066,1),
(25689,'Seongnam',2066,1),
(25690,'Shiheung',2066,1),
(25691,'Suweon',2066,1),
(25692,'Taean',2066,1),
(25693,'Tongducheon',2066,1),
(25694,'Wabu',2066,1),
(25695,'Yeoju',2066,1),
(25696,'Yongin',2066,1),
(25697,'Andong',2067,1),
(25698,'Angang',2067,1),
(25699,'Hayang',2067,1),
(25700,'Heunghae',2067,1),
(25701,'Kimcheon',2067,1),
(25702,'Kumi',2067,1),
(25703,'Kyeongju',2067,1),
(25704,'Kyeongsan',2067,1),
(25705,'Mungyong',2067,1),
(25706,'Ochon',2067,1),
(25707,'Oedong',2067,1),
(25708,'Pohang',2067,1),
(25709,'Sangju',2067,1),
(25710,'Seonsan',2067,1),
(25711,'Waegwan',2067,1),
(25712,'Yechon',2067,1),
(25713,'Yeongcheon',2067,1),
(25714,'Yeongju',2067,1),
(25715,'Yeonil',2067,1),
(25716,'Changweon',2068,1),
(25717,'Chinhae',2068,1),
(25718,'Chinju',2068,1),
(25719,'Chinyeong',2068,1),
(25720,'Keoje',2068,1),
(25721,'Kimhae',2068,1),
(25722,'Kochang',2068,1),
(25723,'Koseong',2068,1),
(25724,'Masan',2068,1),
(25725,'Miryang',2068,1),
(25726,'Naeso',2068,1),
(25727,'Sacheon',2068,1),
(25728,'Sinhyeon',2068,1),
(25729,'Tongyong',2068,1),
(25730,'Ungsang',2068,1),
(25731,'Yangju',2068,1),
(25732,'Yangsan',2068,1),
(25733,'Anyang-Si',2069,1),
(25734,'Bucheon',2069,1),
(25735,'Paju',2069,1),
(25736,'Sungnamshi',2069,1),
(25737,'Suwon',2069,1),
(25738,'Uijongbu',2069,1),
(25739,'Yangju',2069,1),
(25740,'Gumi-Shi',2070,1),
(25741,'Kyungsan',2070,1),
(25742,'Youngcheon-Si',2070,1),
(25743,'Bundang',2071,1),
(25744,'Gunpo',2071,1),
(25745,'Yangu',2071,1),
(25746,'Pochun',2072,1),
(25747,'Yangju',2072,1),
(25748,'Yonggi',2072,1),
(25749,'Kijang',2073,1),
(25750,'Pusan',2073,1),
(25751,'Seoul',2074,1),
(25752,'Paju',2075,1),
(25753,'Hwawon',2076,1),
(25754,'Taegu',2076,1),
(25755,'Taejeon',2077,1),
(25756,'Daejeon',2078,1),
(25757,'Nongso',2079,1),
(25758,'Ulsan',2079,1),
(25759,'Heungup-Myun',2080,1),
(25760,'Inchon',2081,1),
(25761,'Pusan',2081,1),
(25762,'Taejon',2081,1),
(25763,'Bayan',2083,1),
(25764,'Hawalli',2083,1),
(25765,'Massilah',2083,1),
(25766,'Mushrif',2083,1),
(25767,'Salwa\'',2083,1),
(25768,'Sha\'\'ab',2083,1),
(25769,'Subbah-as-Salim',2083,1),
(25770,'al-Funaytis',2083,1),
(25771,'al-Funaytis-al-Garbiyah',2083,1),
(25772,'al-Jabiriyah',2083,1),
(25773,'al-Karim',2083,1),
(25774,'ar-Rumaythiyah',2083,1),
(25775,'as-Salimiyah',2083,1),
(25776,'Mishref',2084,1),
(25777,'Qadesiya',2085,1),
(25778,'Safat',2086,1),
(25779,'Salmiya',2087,1),
(25780,'A\'qaylah',2088,1),
(25781,'Abu Hulayfah',2088,1),
(25782,'Dahar',2088,1),
(25783,'Desert Area',2088,1),
(25784,'Hadiyah',2088,1),
(25785,'Jabbar-al-\'Ali',2088,1),
(25786,'Shu\'aybah',2088,1),
(25787,'al-Ahmadi',2088,1),
(25788,'al-Fintas',2088,1),
(25789,'al-Fuhayhil',2088,1),
(25790,'al-Mahbulah',2088,1),
(25791,'al-Manqaf',2088,1),
(25792,'al-Wafrah',2088,1),
(25793,'ar-Riqqah',2088,1),
(25794,'as-Sabahiyah',2088,1),
(25795,'az-Zawr',2088,1),
(25796,'\'Umayriyah',2089,1),
(25797,'Abraq Khitan',2089,1),
(25798,'Ardiyah',2089,1),
(25799,'Fardaws',2089,1),
(25800,'Jalib ash-Shuyuh',2089,1),
(25801,'Janub-as-Surrah',2089,1),
(25802,'Khitan-al-Janubiyah',2089,1),
(25803,'Qartaba',2089,1),
(25804,'Ray',2089,1),
(25805,'Riqay',2089,1),
(25806,'Sabhan',2089,1),
(25807,'Sarbah-an-Nasr',2089,1),
(25808,'Warmawk',2089,1),
(25809,'al-Andalus',2089,1),
(25810,'al-Farwaniyah',2089,1),
(25811,'ar-Rabbiyah',2089,1),
(25812,'Amgarah',2090,1),
(25813,'Desert Area',2090,1),
(25814,'Nasim',2090,1),
(25815,'Tayma\'',2090,1),
(25816,'Uyawn',2090,1),
(25817,'Waha',2090,1),
(25818,'al-Jahra',2090,1),
(25819,'al-Qusayr',2090,1),
(25820,'as-Sulaybiyah',2090,1),
(25821,'\'Abullah-as-Salam',2091,1),
(25822,'Ardhiyah',2091,1),
(25823,'Banayd-al-Qar',2091,1),
(25824,'Health District',2091,1),
(25825,'Kayfan',2091,1),
(25826,'Khalidiyah',2091,1),
(25827,'Mansuriyah',2091,1),
(25828,'Nuzha',2091,1),
(25829,'Qarnadah',2091,1),
(25830,'Shamiyah',2091,1),
(25831,'ad-Da\'iyah',2091,1),
(25832,'ad-Dasma',2091,1),
(25833,'ad-Dawhah',2091,1),
(25834,'al-\'Udayliyah',2091,1),
(25835,'al-Fayha',2091,1),
(25836,'al-Kuwayt',2091,1),
(25837,'al-Qadisiyah',2091,1),
(25838,'ar-Rawdah',2091,1),
(25839,'as-Sulaybihat',2091,1),
(25840,'ash-Shuwaykh Industrial',2091,1),
(25841,'ash-Shuwaykh Reservoir',2091,1),
(25842,'Batken',2092,1),
(25843,'Isfana',2092,1),
(25844,'Khaidarkan',2092,1),
(25845,'Kyzyl-Kiya',2092,1),
(25846,'Ravat',2092,1),
(25847,'Sulukta',2092,1),
(25848,'Bishkek',2093,1),
(25849,'Ak-Suu',2094,1),
(25850,'Belovodskoye',2094,1),
(25851,'Boroldoy',2094,1),
(25852,'Chaldovar',2094,1),
(25853,'Chatkyol',2094,1),
(25854,'Chui',2094,1),
(25855,'Don Arik',2094,1),
(25856,'Ivanovka',2094,1),
(25857,'Jangyjar',2094,1),
(25858,'Jangypakhtar',2094,1),
(25859,'Kalininskoye',2094,1),
(25860,'Kalinovka',2094,1),
(25861,'Kant',2094,1),
(25862,'Kara-Suu',2094,1),
(25863,'Karabalta',2094,1),
(25864,'Kayingdi',2094,1),
(25865,'Kegety',2094,1),
(25866,'Kemin',2094,1),
(25867,'Kosh Tegirmen',2094,1),
(25868,'Krasnaya Rechka',2094,1),
(25869,'Orlovka',2094,1),
(25870,'Sokuluk',2094,1),
(25871,'Sopokov',2094,1),
(25872,'Sosnovka',2094,1),
(25873,'Tokmok',2094,1),
(25874,'Tunuk',2094,1),
(25875,'Yuryevka',2094,1),
(25876,'Ak-Bulok',2095,1),
(25877,'Ak-Terek',2095,1),
(25878,'Ananyevo',2095,1),
(25879,'Balykchy',2095,1),
(25880,'Barskoon',2095,1),
(25881,'Cholpon-Ata',2095,1),
(25882,'Darkhon',2095,1),
(25883,'Enilchek',2095,1),
(25884,'Grigoryevka',2095,1),
(25885,'Jyrgolon',2095,1),
(25886,'Kara-Say',2095,1),
(25887,'Karako',2095,1),
(25888,'Karakol',2095,1),
(25889,'Kuturgu',2095,1),
(25890,'Mikhaylovka',2095,1),
(25891,'Novovoznesenovka',2095,1),
(25892,'Ottuk',2095,1),
(25893,'Semyonovka',2095,1),
(25894,'Taldy-Suu',2095,1),
(25895,'Teploklyuchenka',2095,1),
(25896,'Tyup',2095,1),
(25897,'Ala Buka',2096,1),
(25898,'Bazarkurgon',2096,1),
(25899,'Jalal-Abad',2096,1),
(25900,'Jangybazar',2096,1),
(25901,'Karavan',2096,1),
(25902,'Kochkor-Ata',2096,1),
(25903,'Kok-Jangak',2096,1),
(25904,'Mailuu-Suu',2096,1),
(25905,'Tash-Kumyr',2096,1),
(25906,'At-Bashi',2097,1),
(25907,'Chaiek',2097,1),
(25908,'Kara-Suu',2097,1),
(25909,'Kayirma',2097,1),
(25910,'Kek-Algyp',2097,1),
(25911,'Kochkorka',2097,1),
(25912,'Kulanak',2097,1),
(25913,'Mingbulok',2097,1),
(25914,'Mingkush',2097,1),
(25915,'Naryn',2097,1),
(25916,'Ugyut',2097,1),
(25917,'Daraut-Korgan',2098,1),
(25918,'Gulcha',2098,1),
(25919,'Kara-Suu',2098,1),
(25920,'Leninskoye',2098,1),
(25921,'Osh',2098,1),
(25922,'Uzgen',2098,1),
(25923,'Chat-Bazar',2099,1),
(25924,'Groznoye',2099,1),
(25925,'Kara-Kul',2099,1),
(25926,'Klyuchevka',2099,1),
(25927,'Kyzyl-Adyr',2099,1),
(25928,'Leninopol',2099,1),
(25929,'Maimak',2099,1),
(25930,'Talas',2099,1),
(25931,'Toktogul',2099,1),
(25932,'Samakhixai',2100,1),
(25933,'Huayxay',2101,1),
(25934,'Pakxan',2102,1),
(25935,'Champasak',2103,1),
(25936,'Muang Khong',2103,1),
(25937,'Muang Khongxedon',2103,1),
(25938,'Pakxe',2103,1),
(25939,'Xam Nua',2104,1),
(25940,'Thakek',2105,1),
(25941,'Ban Nahin',2108,1),
(25942,'Phongsaly',2109,1),
(25943,'Saravan',2110,1),
(25944,'Savannakhet',2111,1),
(25945,'Sekong',2112,1),
(25946,'Xaignabury',2115,1),
(25947,'Aizkraukle',2117,1),
(25948,'Jaunjelgava',2117,1),
(25949,'Plavinas',2117,1),
(25950,'Aluksne',2118,1),
(25951,'Ape',2118,1),
(25952,'Balvi',2119,1),
(25953,'Vilaka',2119,1),
(25954,'Bauska',2120,1),
(25955,'Cesis',2121,1),
(25956,'Ligatne',2121,1),
(25957,'Ilukste',2122,1),
(25958,'Subate',2122,1),
(25959,'Ilukste',2123,1),
(25960,'Subate',2123,1),
(25961,'Auce',2124,1),
(25962,'Dobele',2124,1),
(25963,'Gulbene',2125,1),
(25964,'Akniste',2126,1),
(25965,'Jekabspils',2126,1),
(25966,'Viesite',2126,1),
(25967,'Jelgava',2127,1),
(25968,'Kalnciems',2128,1),
(25969,'Dagda',2130,1),
(25970,'Kraslava',2130,1),
(25971,'Kuldiga',2131,1),
(25972,'Skrunda',2131,1),
(25973,'Liepaja',2132,1),
(25974,'Aizpute',2133,1),
(25975,'Durbe',2133,1),
(25976,'Grobina',2133,1),
(25977,'Pavilosta',2133,1),
(25978,'Priekule',2133,1),
(25979,'Ainazhi',2134,1),
(25980,'Aloja',2134,1),
(25981,'Limbazhi',2134,1),
(25982,'Salacgriva',2134,1),
(25983,'Staicele',2134,1),
(25984,'Karsava',2135,1),
(25985,'Ludza',2135,1),
(25986,'Zilupe',2135,1),
(25987,'Cesvaine',2136,1),
(25988,'Lubana',2136,1),
(25989,'Madona',2136,1),
(25990,'Varaklani',2136,1),
(25991,'Ikskile',2137,1),
(25992,'Kegums',2137,1),
(25993,'Les Hautes-Rivieres',2137,1),
(25994,'Lielvarde',2137,1),
(25995,'Ogre',2137,1),
(25996,'Livani',2138,1),
(25997,'Preili',2138,1),
(25998,'Rezekne',2139,1),
(25999,'Vilani',2140,1),
(26000,'Riga',2141,1),
(26001,'Baldone',2142,1),
(26002,'Balozhi',2142,1),
(26003,'Olaine',2142,1),
(26004,'Salaspils',2142,1),
(26005,'Saulkrasti',2142,1),
(26006,'Sigulda',2142,1),
(26007,'Vangazhi',2142,1),
(26008,'Broceni',2143,1),
(26009,'Saldus',2143,1),
(26010,'Sabile',2144,1),
(26011,'Stende',2144,1),
(26012,'Talsi',2144,1),
(26013,'Valdemarpils',2144,1),
(26014,'Kandava',2145,1),
(26015,'Tukums',2145,1),
(26016,'Seda',2146,1),
(26017,'Smiltene',2146,1),
(26018,'Strenchi',2146,1),
(26019,'Valka',2146,1),
(26020,'Mazsalaca',2147,1),
(26021,'Rujiena',2147,1),
(26022,'Valmiera',2147,1),
(26023,'Piltene',2148,1),
(26024,'Piltene',2149,1),
(26025,'Beirut',2150,1),
(26026,'Jdeidet el Metn',2150,1),
(26027,'Jnaah',2150,1),
(26028,'Sidon',2154,1),
(26029,'Ba\'labakk',2155,1),
(26030,'Jubb Jannin',2155,1),
(26031,'Rashayya',2155,1),
(26032,'Riyak',2155,1),
(26033,'Zahlah',2155,1),
(26034,'al-Hirmil',2155,1),
(26035,'Jazzin',2156,1),
(26036,'Juwayya',2156,1),
(26037,'Sayda\'',2156,1),
(26038,'Sur',2156,1),
(26039,'Marj \'Uyun',2157,1),
(26040,'Nabatieh',2157,1),
(26041,'an-Nabatiyat-at-Tahta',2157,1),
(26042,'Tarabulus ash-Sham',2158,1),
(26043,'al-Batrun',2158,1),
(26044,'Teyateyaneng',2159,1),
(26045,'Butha Buthe',2160,1),
(26046,'Hlotse',2161,1),
(26047,'Maputsoa',2161,1),
(26048,'Mafeteng',2162,1),
(26049,'Maseru',2163,1),
(26050,'Mokhotlong',2165,1),
(26051,'Quthing',2167,1),
(26052,'Thaba-Tseka',2168,1),
(26053,'Tubmanburg',2169,1),
(26054,'Gbarnga',2170,1),
(26055,'Voinjama',2174,1),
(26056,'Harbel',2175,1),
(26057,'Kakata',2175,1),
(26058,'Bensonville',2177,1),
(26059,'Monrovia',2177,1),
(26060,'Ganta',2178,1),
(26061,'Sanniquellie',2178,1),
(26062,'Yekepa',2178,1),
(26063,'Rivercess',2179,1),
(26064,'Greenville',2180,1),
(26065,'Ajdabiya',2181,1),
(26066,'Awjilah',2181,1),
(26067,'Marsa al-Burayqah',2181,1),
(26068,'az-Zuwaytinah',2181,1),
(26069,'Awbari',2182,1),
(26070,'Ghat',2182,1),
(26071,'Banghazi',2183,1),
(26072,'Suluq',2183,1),
(26073,'al-Quriyah',2183,1),
(26074,'Darnah',2184,1),
(26075,'Ghadamis',2185,1),
(26076,'Nalut',2185,1),
(26077,'Gharyan',2186,1),
(26078,'Mizdah',2186,1),
(26079,'al-Qaryah-ash-Sharqiyah',2186,1),
(26080,'Misratah',2187,1),
(26081,'Murzuq',2188,1),
(26082,'Sabha',2189,1),
(26083,'Bani Walid',2190,1),
(26084,'Surt',2191,1),
(26085,'Tarabulus',2192,1),
(26086,'Tripoli',2192,1),
(26087,'Tarhunah',2193,1),
(26088,'Misrata',2194,1),
(26089,'Bardiyah',2195,1),
(26090,'Tubruq',2195,1),
(26091,'Yafran',2196,1),
(26092,'Zlitan',2197,1),
(26093,'al-Aziziyah',2198,1),
(26094,'al-Abyar',2199,1),
(26095,'al-Marj',2199,1),
(26096,'Waddan',2201,1),
(26097,'al-Khums',2202,1),
(26098,'al-Jawf',2203,1),
(26099,'Birak',2205,1),
(26100,'az-Zawiyah',2206,1),
(26101,'Balzers',2207,1),
(26102,'Eschen',2208,1),
(26103,'Gamprin',2209,1),
(26104,'Mauren',2210,1),
(26105,'Planken',2211,1),
(26106,'Ruggell',2212,1),
(26107,'Schaan',2213,1),
(26108,'Schellenberg',2214,1),
(26109,'Triesen',2215,1),
(26110,'Triesenberg',2216,1),
(26111,'Vaduz',2217,1),
(26112,'Alytus',2218,1),
(26113,'Daugai',2218,1),
(26114,'Druskininkai',2218,1),
(26115,'Lazdijai',2218,1),
(26116,'Simnas',2218,1),
(26117,'Varena',2218,1),
(26118,'Veisiejai',2218,1),
(26119,'Anyksciai',2219,1),
(26120,'Ariogala',2220,1),
(26121,'Birshtonas',2220,1),
(26122,'Dotnuva',2220,1),
(26123,'Ezherelis',2220,1),
(26124,'Garliava',2220,1),
(26125,'Jieznas',2220,1),
(26126,'Jonava',2220,1),
(26127,'Kachergine',2220,1),
(26128,'Kaishiadorys',2220,1),
(26129,'Kaunas',2220,1),
(26130,'Kedainiai',2220,1),
(26131,'Kulautuva',2220,1),
(26132,'Prienai',2220,1),
(26133,'Raseiniai',2220,1),
(26134,'Vilkija',2220,1),
(26135,'Zhiezhmariai',2220,1),
(26136,'Gargzhdai',2221,1),
(26137,'Klaipeda',2221,1),
(26138,'Kretinga',2221,1),
(26139,'Neringa',2221,1),
(26140,'Pagegiai',2221,1),
(26141,'Palanga',2221,1),
(26142,'Panemune',2221,1),
(26143,'Priekule',2221,1),
(26144,'Rusne',2221,1),
(26145,'Salantai',2221,1),
(26146,'Shilute',2221,1),
(26147,'Skuodas',2221,1),
(26148,'Zhemaichiu Naumiestis',2221,1),
(26149,'Gelgaudishkis',2222,1),
(26150,'Kalvarija',2222,1),
(26151,'Kazlu Ruda',2222,1),
(26152,'Kudirkos Naumiestis',2222,1),
(26153,'Kybartai',2222,1),
(26154,'Marijampole',2222,1),
(26155,'Shakiai',2222,1),
(26156,'Vilkavishkis',2222,1),
(26157,'Virbalis',2222,1),
(26158,'Birzhai',2223,1),
(26159,'Jonishkelis',2223,1),
(26160,'Juodupe',2223,1),
(26161,'Kupishkis',2223,1),
(26162,'Obeliai',2223,1),
(26163,'Pandelys',2223,1),
(26164,'Panevezhys',2223,1),
(26165,'Panevezio',2223,1),
(26166,'Pasvalys',2223,1),
(26167,'Ramygala',2223,1),
(26168,'Rokishkis',2223,1),
(26169,'Subachius',2223,1),
(26170,'Vabalninkas',2223,1),
(26171,'Panevezys',2224,1),
(26172,'Akmene',2225,1),
(26173,'Jonishkis',2225,1),
(26174,'Kelme',2225,1),
(26175,'Kurshenai',2225,1),
(26176,'Linkuva',2225,1),
(26177,'Naujoji Akmene',2225,1),
(26178,'Pakruojis',2225,1),
(26179,'Radvilishkis',2225,1),
(26180,'Sheduva',2225,1),
(26181,'Shiauliai',2225,1),
(26182,'Siauliai',2225,1),
(26183,'Tyruliai',2225,1),
(26184,'Tytuvenai',2225,1),
(26185,'Uzhventis',2225,1),
(26186,'Venta',2225,1),
(26187,'Viekshniai',2225,1),
(26188,'Zhagare',2225,1),
(26189,'Jurbarkas',2226,1),
(26190,'Shilale',2226,1),
(26191,'Skaudvile',2226,1),
(26192,'Smalininkai',2226,1),
(26193,'Taurage',2226,1),
(26194,'Guglingen',2227,1),
(26195,'Mazheikiai',2227,1),
(26196,'Plunge',2227,1),
(26197,'Rietavas',2227,1),
(26198,'Seda',2227,1),
(26199,'Telshiai',2227,1),
(26200,'Varniai',2227,1),
(26201,'Mazeikiai',2228,1),
(26202,'Anykshchiai',2229,1),
(26203,'Dukshtas',2229,1),
(26204,'Dusetos',2229,1),
(26205,'Ignalina',2229,1),
(26206,'Kavarskas',2229,1),
(26207,'Moletai',2229,1),
(26208,'Troshkunai',2229,1),
(26209,'Turmantas',2229,1),
(26210,'Utena',2229,1),
(26211,'Visaginas',2229,1),
(26212,'Zarasai',2229,1),
(26213,'Baltoji Voke',2230,1),
(26214,'Eishishkes',2230,1),
(26215,'Elektrenai',2230,1),
(26216,'Grigishkes',2230,1),
(26217,'Lentvaris',2230,1),
(26218,'Nemenchine',2230,1),
(26219,'Pabrade',2230,1),
(26220,'Rudishkes',2230,1),
(26221,'Shalchininkai',2230,1),
(26222,'Shirvintos',2230,1),
(26223,'Shvenchioneliai',2230,1),
(26224,'Shvenchionys',2230,1),
(26225,'Trakai',2230,1),
(26226,'Ukmerge',2230,1),
(26227,'Vievis',2230,1),
(26228,'Vilnius',2230,1),
(26229,'Bascharage',2231,1),
(26230,'Bettange-sur-Mess',2231,1),
(26231,'Bridel',2231,1),
(26232,'Capellen',2231,1),
(26233,'Clemency',2231,1),
(26234,'Dahlem',2231,1),
(26235,'Dippach',2231,1),
(26236,'Dondelange',2231,1),
(26237,'Eischen',2231,1),
(26238,'Fingig',2231,1),
(26239,'Garnich',2231,1),
(26240,'Goeblange',2231,1),
(26241,'Goetzingen',2231,1),
(26242,'Grass',2231,1),
(26243,'Greisch',2231,1),
(26244,'Hagen',2231,1),
(26245,'Hautcharage',2231,1),
(26246,'Hivange',2231,1),
(26247,'Hobscheid',2231,1),
(26248,'Holzem',2231,1),
(26249,'Kahler',2231,1),
(26250,'Kehlen',2231,1),
(26251,'Keispelt',2231,1),
(26252,'Kleinbettingen',2231,1),
(26253,'Koerich',2231,1),
(26254,'Kospstal',2231,1),
(26255,'Linger',2231,1),
(26256,'Mamer',2231,1),
(26257,'Meispelt',2231,1),
(26258,'Nospelt',2231,1),
(26259,'Olm',2231,1),
(26260,'Roodt',2231,1),
(26261,'Schouweiler',2231,1),
(26262,'Septfontaines',2231,1),
(26263,'Sprinkange',2231,1),
(26264,'Steinfort',2231,1),
(26265,'Allerborn',2232,1),
(26266,'Asselborn',2232,1),
(26267,'Basbellain',2232,1),
(26268,'Beiler',2232,1),
(26269,'Binsfeld',2232,1),
(26270,'Biwisch',2232,1),
(26271,'Bockholtz',2232,1),
(26272,'Boevange',2232,1),
(26273,'Boxhorn',2232,1),
(26274,'Brachtenbach',2232,1),
(26275,'Breidfeld',2232,1),
(26276,'Cinqfontaines',2232,1),
(26277,'Clervaux',2232,1),
(26278,'Consthum',2232,1),
(26279,'Crendal',2232,1),
(26280,'Deiffelt-Lentzweiler',2232,1),
(26281,'Derenbach',2232,1),
(26282,'Doennange',2232,1),
(26283,'Dorscheid',2232,1),
(26284,'Drauffelt',2232,1),
(26285,'Drinklange',2232,1),
(26286,'Eisenbach',2232,1),
(26287,'Eselborn',2232,1),
(26288,'Fischbach',2232,1),
(26289,'Goedange',2232,1),
(26290,'Grindhausen',2232,1),
(26291,'Hachiville',2232,1),
(26292,'Hamiville',2232,1),
(26293,'Hautbellain',2232,1),
(26294,'Heinerscheid',2232,1),
(26295,'Hoffelt',2232,1),
(26296,'Holler',2232,1),
(26297,'Holzthum',2232,1),
(26298,'Hosingen',2232,1),
(26299,'Huldange',2232,1),
(26300,'Hupperdange',2232,1),
(26301,'Kalborn',2232,1),
(26302,'Leithum',2232,1),
(26303,'Lieler',2232,1),
(26304,'Lullange',2232,1),
(26305,'Marnach',2232,1),
(26306,'Maulusmuehle',2232,1),
(26307,'Munshausen',2232,1),
(26308,'Neidhausen',2232,1),
(26309,'Niederwampach-Schimpach',2232,1),
(26310,'Oberwampach',2232,1),
(26311,'Reuler',2232,1),
(26312,'Roder',2232,1),
(26313,'Rodershausen',2232,1),
(26314,'Rumlange-Lentzweiler',2232,1),
(26315,'Sassel',2232,1),
(26316,'Siebenaler',2232,1),
(26317,'Stockem',2232,1),
(26318,'Troine-Hinterhasselt',2232,1),
(26319,'Troine-Route',2232,1),
(26320,'Troisvierges',2232,1),
(26321,'Urspelt',2232,1),
(26322,'Wahlhausen',2232,1),
(26323,'Weicherdange',2232,1),
(26324,'Weiler',2232,1),
(26325,'Weiswampach',2232,1),
(26326,'Wilwerdange',2232,1),
(26327,'Wincrange',2232,1),
(26328,'Bastendorf',2233,1),
(26329,'Bettendorf',2233,1),
(26330,'Bigelbach',2233,1),
(26331,'Bourscheid',2233,1),
(26332,'Brandenbourg',2233,1),
(26333,'Burden',2233,1),
(26334,'Diekirch',2233,1),
(26335,'Eppeldorf',2233,1),
(26336,'Ermsdorf',2233,1),
(26337,'Erpeldange',2233,1),
(26338,'Ettelbruck',2233,1),
(26339,'Folkendange',2233,1),
(26340,'Gilsdorf',2233,1),
(26341,'Hoesdorf',2233,1),
(26342,'Hoscheid',2233,1),
(26343,'Hoscheid-Dickt',2233,1),
(26344,'Ingeldorf',2233,1),
(26345,'Kehmen-Scheidel',2233,1),
(26346,'Landscheid',2233,1),
(26347,'Lipperscheid',2233,1),
(26348,'Medernach',2233,1),
(26349,'Mertzig',2233,1),
(26350,'Michelau',2233,1),
(26351,'Moestroff',2233,1),
(26352,'Niederfeulen',2233,1),
(26353,'Oberfeulen',2233,1),
(26354,'Reisdorf',2233,1),
(26355,'Savelborn + Fermes',2233,1),
(26356,'Schieren',2233,1),
(26357,'Schlindermanderscheid',2233,1),
(26358,'Stegen',2233,1),
(26359,'Tandel',2233,1),
(26360,'Wallendorf',2233,1),
(26361,'Warken',2233,1),
(26362,'Welscheid',2233,1),
(26363,'Altrier',2234,1),
(26364,'Beaufort',2234,1),
(26365,'Bech',2234,1),
(26366,'Berdorf',2234,1),
(26367,'Bollendorf-Pont',2234,1),
(26368,'Born',2234,1),
(26369,'Boursdorf',2234,1),
(26370,'Breidweiler',2234,1),
(26371,'Christnach',2234,1),
(26372,'Consdorf',2234,1),
(26373,'Dickweiler',2234,1),
(26374,'Dillingen',2234,1),
(26375,'Echternach',2234,1),
(26376,'Girst',2234,1),
(26377,'Girsterklaus',2234,1),
(26378,'Givenich',2234,1),
(26379,'Grundhof',2234,1),
(26380,'Haller',2234,1),
(26381,'Hemstal',2234,1),
(26382,'Herborn',2234,1),
(26383,'Hersberg-Kobenbour-Graulinster',2234,1),
(26384,'Hinkel',2234,1),
(26385,'Moersdorf',2234,1),
(26386,'Mompach',2234,1),
(26387,'Mullerthal',2234,1),
(26388,'Osweiler',2234,1),
(26389,'Rippig',2234,1),
(26390,'Rosport',2234,1),
(26391,'Scheidgen',2234,1),
(26392,'Steinheim',2234,1),
(26393,'Waldbillig',2234,1),
(26394,'Weilerbach',2234,1),
(26395,'Zittig',2234,1),
(26396,'Abweiler',2235,1),
(26397,'Aspelt',2235,1),
(26398,'Belvaux',2235,1),
(26399,'Berchem',2235,1),
(26400,'Bergem',2235,1),
(26401,'Bettembourg',2235,1),
(26402,'Bivange',2235,1),
(26403,'Crauthem',2235,1),
(26404,'Differdange',2235,1),
(26405,'Dudelange',2235,1),
(26406,'Ehlange',2235,1),
(26407,'Ehlerange',2235,1),
(26408,'Esch-Alzette',2235,1),
(26409,'Fennange',2235,1),
(26410,'Foetz',2235,1),
(26411,'Fousbann',2235,1),
(26412,'Frisange',2235,1),
(26413,'Hellange',2235,1),
(26414,'Huncherange',2235,1),
(26415,'Kayl',2235,1),
(26416,'Kockelscheuer',2235,1),
(26417,'Lamadelaine',2235,1),
(26418,'Lasauvage',2235,1),
(26419,'Leudelange',2235,1),
(26420,'Limpach',2235,1),
(26421,'Livange',2235,1),
(26422,'Mondercange',2235,1),
(26423,'Niedercorn',2235,1),
(26424,'Noertzange',2235,1),
(26425,'Obercorn',2235,1),
(26426,'Peppange',2235,1),
(26427,'Petange',2235,1),
(26428,'Pissange',2235,1),
(26429,'Pontpierre',2235,1),
(26430,'Reckange-sur-Mess',2235,1),
(26431,'Rodange',2235,1),
(26432,'Roedgen',2235,1),
(26433,'Roeser',2235,1),
(26434,'Rumelange',2235,1),
(26435,'Sanem',2235,1),
(26436,'Schifflange',2235,1),
(26437,'Soleuvre',2235,1),
(26438,'Tetange',2235,1),
(26439,'Wickrange',2235,1),
(26440,'Ahn-Dreiborn',2236,1),
(26441,'Altlinster',2236,1),
(26442,'Beidweiler',2236,1),
(26443,'Berbourg',2236,1),
(26444,'Berg',2236,1),
(26445,'Betzdorf',2236,1),
(26446,'Beyren',2236,1),
(26447,'Biwer',2236,1),
(26448,'Biwerbach',2236,1),
(26449,'Boudler',2236,1),
(26450,'Boudlerbach',2236,1),
(26451,'Bourglinster',2236,1),
(26452,'Breinert',2236,1),
(26453,'Brouch',2236,1),
(26454,'Ehnen',2236,1),
(26455,'Eisenborn',2236,1),
(26456,'Eschweiler',2236,1),
(26457,'Flaxweiler',2236,1),
(26458,'Godbrange',2236,1),
(26459,'Gonderange',2236,1),
(26460,'Gostingen',2236,1),
(26461,'Graulinster-Blumenthal',2236,1),
(26462,'Grevenmacher',2236,1),
(26463,'Hagelsdorf',2236,1),
(26464,'Imbringen',2236,1),
(26465,'Junglinster',2236,1),
(26466,'Lellig',2236,1),
(26467,'Machtum',2236,1),
(26468,'Manternach',2236,1),
(26469,'Mensdorf',2236,1),
(26470,'Mertert',2236,1),
(26471,'Munschecker',2236,1),
(26472,'Niederdonven',2236,1),
(26473,'Oberdonven',2236,1),
(26474,'Olingen',2236,1),
(26475,'Rodenbourg',2236,1),
(26476,'Roodt-sur-Syr',2236,1),
(26477,'Wasserbillig',2236,1),
(26478,'Wecker',2236,1),
(26479,'Wecker-Gare',2236,1),
(26480,'Weydig',2236,1),
(26481,'Wormeldange',2236,1),
(26482,'Wormeldange-Haut',2236,1),
(26483,'Alzingen',2237,1),
(26484,'Bereldange',2237,1),
(26485,'Bertrange',2237,1),
(26486,'Contern',2237,1),
(26487,'Ernster',2237,1),
(26488,'Fentange',2237,1),
(26489,'Findel',2237,1),
(26490,'Hassel',2237,1),
(26491,'Heisdorf',2237,1),
(26492,'Helmsange',2237,1),
(26493,'Hesperange',2237,1),
(26494,'Hostert',2237,1),
(26495,'Howald',2237,1),
(26496,'Itzig',2237,1),
(26497,'Luxembourg',2237,1),
(26498,'Medingen',2237,1),
(26499,'Moutfort',2237,1),
(26500,'Mullendorf',2237,1),
(26501,'Munsbach',2237,1),
(26502,'Neuhaeusgen',2237,1),
(26503,'Niederanven',2237,1),
(26504,'Oberanven',2237,1),
(26505,'Oetrange',2237,1),
(26506,'Rameldange',2237,1),
(26507,'Sandweiler',2237,1),
(26508,'Schrassig',2237,1),
(26509,'Schuttrange',2237,1),
(26510,'Senningen',2237,1),
(26511,'Senningerberg',2237,1),
(26512,'Steinsel',2237,1),
(26513,'Strassen',2237,1),
(26514,'Syren',2237,1),
(26515,'Uebersyren',2237,1),
(26516,'Waldhof',2237,1),
(26517,'Walferdange',2237,1),
(26518,'Weiler-la-Tour',2237,1),
(26519,'Angelsberg',2238,1),
(26520,'Ansembourg',2238,1),
(26521,'Beringen',2238,1),
(26522,'Bissen',2238,1),
(26523,'Blaschette',2238,1),
(26524,'Boevange-Attert',2238,1),
(26525,'Bofferdange',2238,1),
(26526,'Bour',2238,1),
(26527,'Brouch',2238,1),
(26528,'Buschdorf',2238,1),
(26529,'Colmar-Berg',2238,1),
(26530,'Cruchten',2238,1),
(26531,'Ernzen',2238,1),
(26532,'Essingen',2238,1),
(26533,'Fischbach',2238,1),
(26534,'Glabach',2238,1),
(26535,'Gosseldange',2238,1),
(26536,'Grevenknapp-Bill-Finsterthal',2238,1),
(26537,'Heffingen',2238,1),
(26538,'Helmdange',2238,1),
(26539,'Hollenfels',2238,1),
(26540,'Hunsdorf',2238,1),
(26541,'Larochette',2238,1),
(26542,'Lintgen',2238,1),
(26543,'Lorentzweiler',2238,1),
(26544,'Marienthal',2238,1),
(26545,'Mersch',2238,1),
(26546,'Moesdorf',2238,1),
(26547,'Nommern',2238,1),
(26548,'Pettingen',2238,1),
(26549,'Prettange',2238,1),
(26550,'Reckange',2238,1),
(26551,'Reuland',2238,1),
(26552,'Rollingen',2238,1),
(26553,'Scherbach',2238,1),
(26554,'Scherfenhof',2238,1),
(26555,'Schiltzberg',2238,1),
(26556,'Schoenfels',2238,1),
(26557,'Schoos',2238,1),
(26558,'Schrondweiler',2238,1),
(26559,'Tuntange',2238,1),
(26560,'Arsdorf',2239,1),
(26561,'Beckerich',2239,1),
(26562,'Bettborn',2239,1),
(26563,'Bigonville',2239,1),
(26564,'Bilsdorf',2239,1),
(26565,'Brattert-Rindschleiden',2239,1),
(26566,'Buschrodt',2239,1),
(26567,'Calmus',2239,1),
(26568,'Colpach-Bas',2239,1),
(26569,'Colpach-Haut',2239,1),
(26570,'Dellen-Lehrhof-Grevels',2239,1),
(26571,'Ehner',2239,1),
(26572,'Ell',2239,1),
(26573,'Eltz',2239,1),
(26574,'Elvange',2239,1),
(26575,'Eschette',2239,1),
(26576,'Everlange',2239,1),
(26577,'Folschette',2239,1),
(26578,'Grevels',2239,1),
(26579,'Grosbous',2239,1),
(26580,'Haut-Martelange',2239,1),
(26581,'Heispelt',2239,1),
(26582,'Holtz',2239,1),
(26583,'Hostert',2239,1),
(26584,'Hovelange',2239,1),
(26585,'Huttange',2239,1),
(26586,'Kapweiler',2239,1),
(26587,'Koetschette',2239,1),
(26588,'Kuborn',2239,1),
(26589,'Lannen',2239,1),
(26590,'Levelange',2239,1),
(26591,'Michelbouch',2239,1),
(26592,'Nagem',2239,1),
(26593,'Niederpallen',2239,1),
(26594,'Noerdange',2239,1),
(26595,'Oberpallen',2239,1),
(26596,'Ospern',2239,1),
(26597,'Perle',2239,1),
(26598,'Petit-Nobressart',2239,1),
(26599,'Platen',2239,1),
(26600,'Pratz',2239,1),
(26601,'Rambrouch',2239,1),
(26602,'Redange',2239,1),
(26603,'Reichlange',2239,1),
(26604,'Reimberg',2239,1),
(26605,'Rippweiler',2239,1),
(26606,'Rombach',2239,1),
(26607,'Roodt',2239,1),
(26608,'Saeul',2239,1),
(26609,'Schandel',2239,1),
(26610,'Schwebach',2239,1),
(26611,'Schweich',2239,1),
(26612,'Useldange',2239,1),
(26613,'Vichten',2239,1),
(26614,'Wahl',2239,1),
(26615,'Wolwelange',2239,1),
(26616,'Altwies',2240,1),
(26617,'Assel',2240,1),
(26618,'Bech-Kleinmacher',2240,1),
(26619,'Bous',2240,1),
(26620,'Burmerange',2240,1),
(26621,'Canach',2240,1),
(26622,'Dalheim',2240,1),
(26623,'Ellange',2240,1),
(26624,'Elvange',2240,1),
(26625,'Emerange',2240,1),
(26626,'Erpeldange',2240,1),
(26627,'Filsdorf',2240,1),
(26628,'Greiveldange',2240,1),
(26629,'Lenningen',2240,1),
(26630,'Mondorf-les-Bains',2240,1),
(26631,'Remerschen',2240,1),
(26632,'Remich',2240,1),
(26633,'Rolling',2240,1),
(26634,'Schengen',2240,1),
(26635,'Schwebsingen',2240,1),
(26636,'Stadtbredimus',2240,1),
(26637,'Trintange',2240,1),
(26638,'Trintange-Ersange-Roedt',2240,1),
(26639,'Waldbredimus',2240,1),
(26640,'Welfrange',2240,1),
(26641,'Wellenstein',2240,1),
(26642,'Wintrange',2240,1),
(26643,'Bettel',2241,1),
(26644,'Bivels',2241,1),
(26645,'Fouhren',2241,1),
(26646,'Gralingen',2241,1),
(26647,'Longsdorf',2241,1),
(26648,'Merscheid',2241,1),
(26649,'Nachtmanderscheid',2241,1),
(26650,'Putscheid',2241,1),
(26651,'Stolzembourg',2241,1),
(26652,'Vianden',2241,1),
(26653,'Walsdorf',2241,1),
(26654,'Weiler',2241,1),
(26655,'Alscheid',2242,1),
(26656,'Baschleiden',2242,1),
(26657,'Bavigne',2242,1),
(26658,'Berle',2242,1),
(26659,'Bockholtz',2242,1),
(26660,'Boulaide',2242,1),
(26661,'Buderscheid',2242,1),
(26662,'Dahl',2242,1),
(26663,'Doncols',2242,1),
(26664,'Enscherange',2242,1),
(26665,'Erpeldange',2242,1),
(26666,'Esch-sur-Sure',2242,1),
(26667,'Eschdorf',2242,1),
(26668,'Eschweiler',2242,1),
(26669,'Goesdorf',2242,1),
(26670,'Grumelscheid',2242,1),
(26671,'Harlange',2242,1),
(26672,'Heiderscheid',2242,1),
(26673,'Heiderscheid-Fond',2242,1),
(26674,'Hierheck',2242,1),
(26675,'Insenborn',2242,1),
(26676,'Kaundorf',2242,1),
(26677,'Kautenbach',2242,1),
(26678,'Knaphoscheid',2242,1),
(26679,'Lellingen',2242,1),
(26680,'Liefrange',2242,1),
(26681,'Lultzhausen',2242,1),
(26682,'Masseler',2242,1),
(26683,'Mecher',2242,1),
(26684,'Merckholtz',2242,1),
(26685,'Merscheid',2242,1),
(26686,'Neunhausen',2242,1),
(26687,'Nocher',2242,1),
(26688,'Nocher-Route',2242,1),
(26689,'Noertrange',2242,1),
(26690,'Nothum',2242,1),
(26691,'Pintsch',2242,1),
(26692,'Pommerloch',2242,1),
(26693,'Schleif',2242,1),
(26694,'Selscheid',2242,1),
(26695,'Sonlez',2242,1),
(26696,'Surre',2242,1),
(26697,'Tadler-Ringel-Dirbach',2242,1),
(26698,'Tarchamps',2242,1),
(26699,'Watrange',2242,1),
(26700,'Wiltz',2242,1),
(26701,'Wilwerwiltz',2242,1),
(26702,'Winseler',2242,1),
(26703,'Macau',2243,1),
(26704,'Berovo',2244,1),
(26705,'Pehchevo',2244,1),
(26706,'Bach',2245,1),
(26707,'Bistrica',2245,1),
(26708,'Bitola',2245,1),
(26709,'Capari',2245,1),
(26710,'Dobrushevo',2245,1),
(26711,'Kukurechani',2245,1),
(26712,'Mogila',2245,1),
(26713,'Novaci',2245,1),
(26714,'Staravina',2245,1),
(26715,'Brod',2246,1),
(26716,'Plasnica',2246,1),
(26717,'Samokov',2246,1),
(26718,'Debar',2247,1),
(26719,'Zhupa',2247,1),
(26720,'Delchevo',2248,1),
(26721,'Kamenica',2248,1),
(26722,'Bogdanci',2250,1),
(26723,'Gevgelija',2250,1),
(26724,'Miravci',2250,1),
(26725,'Star Dojran',2250,1),
(26726,'Chegrane',2251,1),
(26727,'Dolna Banjica',2251,1),
(26728,'Gostivar',2251,1),
(26729,'Mavrovi Anovi',2251,1),
(26730,'Negotino-Poloshko',2251,1),
(26731,'Rostusha',2251,1),
(26732,'Srbinovo',2251,1),
(26733,'Vrapchishte',2251,1),
(26734,'Vrutok',2251,1),
(26735,'Kavadarci',2252,1),
(26736,'Konopishte',2252,1),
(26737,'Rosoman',2252,1),
(26738,'Drugovo',2253,1),
(26739,'Kichevo',2253,1),
(26740,'Oslomej',2253,1),
(26741,'Vraneshtica',2253,1),
(26742,'Zajas',2253,1),
(26743,'Cheshinovo',2254,1),
(26744,'Kochani',2254,1),
(26745,'Obleshevo',2254,1),
(26746,'Zletovo',2254,1),
(26747,'Kratovo',2255,1),
(26748,'Krushevo',2257,1),
(26749,'Zhitoshe',2257,1),
(26750,'Izvor',2258,1),
(26751,'Klechevce',2258,1),
(26752,'Kumanovo',2258,1),
(26753,'Lipkovo',2258,1),
(26754,'Orashac',2258,1),
(26755,'Staro Nagorichane',2258,1),
(26756,'Demir Kapija',2259,1),
(26757,'Negotino',2259,1),
(26758,'Belchishta',2260,1),
(26759,'Kosel',2260,1),
(26760,'Mesheishta',2260,1),
(26761,'Ohrid',2260,1),
(26762,'Dolneni',2261,1),
(26763,'Krivogashtani',2261,1),
(26764,'Prilep',2261,1),
(26765,'Topolchani',2261,1),
(26766,'Vitolishte',2261,1),
(26767,'Probishtip',2262,1),
(26768,'Konche',2263,1),
(26769,'Podaresh',2263,1),
(26770,'Radovish',2263,1),
(26771,'Resen',2264,1),
(26772,'Karbinci',2265,1),
(26773,'Shtip',2265,1),
(26774,'Stip',2265,1),
(26775,'Arachinovo',2266,1),
(26776,'Chucher',2266,1),
(26777,'Ilinden',2266,1),
(26778,'Kondovo',2266,1),
(26779,'Petrovec',2266,1),
(26780,'Saraj',2266,1),
(26781,'Skopje',2266,1),
(26782,'Sopishte',2266,1),
(26783,'Studenichani',2266,1),
(26784,'Zelenikovo',2266,1),
(26785,'Delogozhdi',2267,1),
(26786,'Labunishta',2267,1),
(26787,'Lukovo',2267,1),
(26788,'Struga',2267,1),
(26789,'Veleshta',2267,1),
(26790,'Vevchani',2267,1),
(26791,'Bosilovo',2268,1),
(26792,'Kuklish',2268,1),
(26793,'Murtino',2268,1),
(26794,'Novo Selo',2268,1),
(26795,'Strumica',2268,1),
(26796,'Vasilevo',2268,1),
(26797,'Bogovinje',2270,1),
(26798,'Brvenica',2270,1),
(26799,'Dzhepchishte',2270,1),
(26800,'Jegunovce',2270,1),
(26801,'Kamenjance',2270,1),
(26802,'Shipkovica',2270,1),
(26803,'Tearce',2270,1),
(26804,'Tetovo',2270,1),
(26805,'Vratnica',2270,1),
(26806,'Zhelino',2270,1),
(26807,'Valandovo',2271,1),
(26808,'Bogomila',2272,1),
(26809,'Chashka',2272,1),
(26810,'Gradsko',2272,1),
(26811,'Veles',2272,1),
(26812,'Blatec',2273,1),
(26813,'Orizari',2273,1),
(26814,'Vinica',2273,1),
(26815,'Zrnovci',2273,1),
(26816,'Ambatolampy',2274,1),
(26817,'Anjozorobe',2274,1),
(26818,'Ankazobe',2274,1),
(26819,'Antananarivo',2274,1),
(26820,'Antanifotsy',2274,1),
(26821,'Antsirabe',2274,1),
(26822,'Arivonimamo',2274,1),
(26823,'Betafo',2274,1),
(26824,'Faratsiho',2274,1),
(26825,'Fenoarivo',2274,1),
(26826,'Manjakandriana',2274,1),
(26827,'Soavinandriana',2274,1),
(26828,'Tsiroanomandidy',2274,1),
(26829,'Ambanja',2275,1),
(26830,'Ambilobe',2275,1),
(26831,'Andapa',2275,1),
(26832,'Antalaha',2275,1),
(26833,'Antsirambazaha',2275,1),
(26834,'Antsiranana',2275,1),
(26835,'Sambava',2275,1),
(26836,'Ambalavao',2276,1),
(26837,'Ambatofinandrahana',2276,1),
(26838,'Ambositra',2276,1),
(26839,'Fandriana',2276,1),
(26840,'Farafangana',2276,1),
(26841,'Fianarantsoa',2276,1),
(26842,'Ifanadiana',2276,1),
(26843,'Ihosy',2276,1),
(26844,'Ikalamavony',2276,1),
(26845,'Ikongo',2276,1),
(26846,'Manakara',2276,1),
(26847,'Manandriana',2276,1),
(26848,'Mananjary',2276,1),
(26849,'Nosy Varika',2276,1),
(26850,'Vangaindrano',2276,1),
(26851,'Vondrozo',2276,1),
(26852,'Ambato Boina',2277,1),
(26853,'Antsohihy',2277,1),
(26854,'Bealanana',2277,1),
(26855,'Mahajanga',2277,1),
(26856,'Marovoay',2277,1),
(26857,'Tsaratanana',2277,1),
(26858,'Ambatondrazaka',2278,1),
(26859,'Ambodifototra',2278,1),
(26860,'Amparafaravola',2278,1),
(26861,'Andevoranto',2278,1),
(26862,'Andilamena',2278,1),
(26863,'Anosibe An\'ala',2278,1),
(26864,'Fenoarivo Atsinanana',2278,1),
(26865,'Mahanoro',2278,1),
(26866,'Mananara',2278,1),
(26867,'Maroantsetra',2278,1),
(26868,'Marolambo',2278,1),
(26869,'Moramanga',2278,1),
(26870,'Soanierana Ivongo',2278,1),
(26871,'Toamasina',2278,1),
(26872,'Vavatenina',2278,1),
(26873,'Vohibinany',2278,1),
(26874,'Amboasary',2279,1),
(26875,'Ambovombe',2279,1),
(26876,'Ampanihy',2279,1),
(26877,'Ankazoabo',2279,1),
(26878,'Beloha',2279,1),
(26879,'Belon\'i Tsiribihina',2279,1),
(26880,'Beroroha',2279,1),
(26881,'Betioky',2279,1),
(26882,'Miandrivazo',2279,1),
(26883,'Morondava',2279,1),
(26884,'Sakaraha',2279,1),
(26885,'Taolanaro',2279,1),
(26886,'Toliary',2279,1),
(26887,'Tsihombe',2279,1),
(26888,'Balaka',2280,1),
(26889,'Chikwawa',2282,1),
(26890,'Chiradzulu',2283,1),
(26891,'Chitipa',2284,1),
(26892,'Chipoka',2285,1),
(26893,'Dedza',2285,1),
(26894,'Dowa',2286,1),
(26895,'Mponela',2286,1),
(26896,'Chilumba',2287,1),
(26897,'Karonga',2287,1),
(26898,'Livingstonia',2287,1),
(26899,'Kasungu',2288,1),
(26900,'Liwonde',2290,1),
(26901,'Machinga',2290,1),
(26902,'Mangochi',2291,1),
(26903,'Monkey Bay',2291,1),
(26904,'Mchinji',2292,1),
(26905,'Mulanje',2293,1),
(26906,'Mwanza',2294,1),
(26907,'Mzimba',2295,1),
(26908,'Nkhotakota',2298,1),
(26909,'Nsanje',2299,1),
(26910,'Ntcheu',2300,1),
(26911,'Ntchisi',2301,1),
(26912,'Phalombe',2302,1),
(26913,'Rumphi',2303,1),
(26914,'Salima',2304,1),
(26915,'Luchenza',2305,1),
(26916,'Thyolo',2305,1),
(26917,'Bandar Maharani',2307,1),
(26918,'Bandar Penggaram',2307,1),
(26919,'Bukit Bakri',2307,1),
(26920,'Buloh Kasap',2307,1),
(26921,'Chaah',2307,1),
(26922,'Johor Bahru',2307,1),
(26923,'Kelapa Sawit',2307,1),
(26924,'Kluang',2307,1),
(26925,'Kota Tinggi',2307,1),
(26926,'Kulai',2307,1),
(26927,'Labis',2307,1),
(26928,'Ledang',2307,1),
(26929,'Masai',2307,1),
(26930,'Mersing',2307,1),
(26931,'Parit Raja',2307,1),
(26932,'Pasir Gudang',2307,1),
(26933,'Pekan Nenas',2307,1),
(26934,'Pontian Kecil',2307,1),
(26935,'Segamat',2307,1),
(26936,'Sekudai',2307,1),
(26937,'Senai',2307,1),
(26938,'Simpang Rengam',2307,1),
(26939,'Tangkak',2307,1),
(26940,'Ulu Tiram',2307,1),
(26941,'Yong Peng',2307,1),
(26942,'Alor Setar',2308,1),
(26943,'Bailing',2308,1),
(26944,'Bedong',2308,1),
(26945,'Gurun',2308,1),
(26946,'Jitra',2308,1),
(26947,'Kuah',2308,1),
(26948,'Kuala Kedah',2308,1),
(26949,'Kulim',2308,1),
(26950,'Langgar',2308,1),
(26951,'Sungai Petani',2308,1),
(26952,'Gua Musang',2309,1),
(26953,'Kadok',2309,1),
(26954,'Kota Bahru',2309,1),
(26955,'Kuala Krai',2309,1),
(26956,'Pangkal Kalong',2309,1),
(26957,'Pasir Mas',2309,1),
(26958,'Peringat',2309,1),
(26959,'Tanah Merah',2309,1),
(26960,'Tumpat',2309,1),
(26961,'Wakaf Baru',2309,1),
(26962,'Labuan',2311,1),
(26963,'Alor Gajah',2312,1),
(26964,'Ayer Keroh',2312,1),
(26965,'Ayer Molek',2312,1),
(26966,'Batu Berendam',2312,1),
(26967,'Bemban',2312,1),
(26968,'Bukit Baru',2312,1),
(26969,'Bukit Rambai',2312,1),
(26970,'Klebang',2312,1),
(26971,'Kuala Sungai Baru',2312,1),
(26972,'Malacca',2312,1),
(26973,'Masjid Tanah',2312,1),
(26974,'Melaka',2312,1),
(26975,'Pulau Sebang',2312,1),
(26976,'Sungai Udang',2312,1),
(26977,'Bandar Jengka Pusat',2315,1),
(26978,'Bentong',2315,1),
(26979,'Bukit Tinggi',2315,1),
(26980,'Jerantut',2315,1),
(26981,'Karak',2315,1),
(26982,'Kuala Lipis',2315,1),
(26983,'Kuantan',2315,1),
(26984,'Mentakab',2315,1),
(26985,'Pekan',2315,1),
(26986,'Pulau Pinang',2315,1),
(26987,'Raub',2315,1),
(26988,'Temerloh',2315,1),
(26989,'Bayan Lepas',2316,1),
(26990,'Church Town',2316,1),
(26991,'George Town',2316,1),
(26992,'Ayer Tawar',2317,1),
(26993,'Bagan Serai',2317,1),
(26994,'Batu Gajah',2317,1),
(26995,'Bidor',2317,1),
(26996,'Ipoh',2317,1),
(26997,'Jelapang',2317,1),
(26998,'Kampar',2317,1),
(26999,'Kampong Koh',2317,1),
(27000,'Kuala Kangsar',2317,1),
(27001,'Lawan Kuda Baharu',2317,1),
(27002,'Lumut',2317,1),
(27003,'Pantai Remis',2317,1),
(27004,'Parit Buntar',2317,1),
(27005,'Perak',2317,1),
(27006,'Pusing',2317,1),
(27007,'Simpang Empat',2317,1),
(27008,'Sungai Siput Utara',2317,1),
(27009,'Taiping',2317,1),
(27010,'Tanjong Malim',2317,1),
(27011,'Tapah',2317,1),
(27012,'Teluk Intan',2317,1),
(27013,'Kangar',2318,1),
(27014,'Kuala Perlis',2318,1),
(27015,'Beaufort',2320,1),
(27016,'Donggongon',2320,1),
(27017,'Keningau',2320,1),
(27018,'Kinarut',2320,1),
(27019,'Kota Belud',2320,1),
(27020,'Kota Kinabalu',2320,1),
(27021,'Kudat',2320,1),
(27022,'Kunak',2320,1),
(27023,'Lahad Datu',2320,1),
(27024,'Papar',2320,1),
(27025,'Putatan',2320,1),
(27026,'Ranau',2320,1),
(27027,'Sandakan',2320,1),
(27028,'Semporna',2320,1),
(27029,'Tawau',2320,1),
(27030,'Batu Delapan Bazaar',2321,1),
(27031,'Bintulu',2321,1),
(27032,'Kapit',2321,1),
(27033,'Kota Samarahan',2321,1),
(27034,'Kuching',2321,1),
(27035,'Limbang',2321,1),
(27036,'Miri',2321,1),
(27037,'Sarawak',2321,1),
(27038,'Sarikel',2321,1),
(27039,'Sibu',2321,1),
(27040,'Sri Aman',2321,1),
(27041,'Ampang',2322,1),
(27042,'Ampang Jaya',2322,1),
(27043,'Balakong',2322,1),
(27044,'Bandar Baru Bangi',2322,1),
(27045,'Bandar Baru Salak Tinggi',2322,1),
(27046,'Bander Baro Bangi',2322,1),
(27047,'Banting',2322,1),
(27048,'Batang Berjuntai',2322,1),
(27049,'Batu Arang',2322,1),
(27050,'Batu Sembilan Cheras',2322,1),
(27051,'Beranang',2322,1),
(27052,'Bukit Beruntung',2322,1),
(27053,'Cyberjaya',2322,1),
(27054,'Darul Ehsan',2322,1),
(27055,'Dungun',2322,1),
(27056,'Gombak Setia',2322,1),
(27057,'Jenjarom',2322,1),
(27058,'Kajang',2322,1),
(27059,'Kajang-Sungai Chua',2322,1),
(27060,'Klang',2322,1),
(27061,'Kuala Kubu Baru',2322,1),
(27062,'Kuala Selangor',2322,1),
(27063,'Kuang',2322,1),
(27064,'Pengkalan Kundang',2322,1),
(27065,'Petaling Jaya',2322,1),
(27066,'Port Klang',2322,1),
(27067,'Puchong',2322,1),
(27068,'Rawang',2322,1),
(27069,'Sabak',2322,1),
(27070,'Sekinchan',2322,1),
(27071,'Selayang Baru',2322,1),
(27072,'Semenyih',2322,1),
(27073,'Serendah',2322,1),
(27074,'Seri Kembangan',2322,1),
(27075,'Shah Alam',2322,1),
(27076,'Subang Jaya',2322,1),
(27077,'Sungai Besar',2322,1),
(27078,'Sungai Buloh',2322,1),
(27079,'Sungai Pelek',2322,1),
(27080,'Taman Greenwood',2322,1),
(27081,'Tanjong Karang',2322,1),
(27082,'Tanjong Sepat',2322,1),
(27083,'Bahaiyah',2323,1),
(27084,'Langkap',2323,1),
(27085,'Cukai',2324,1),
(27086,'Jertih',2324,1),
(27087,'Kemaman',2324,1),
(27088,'Kerteh',2324,1),
(27089,'Kuala Terengganu',2324,1),
(27090,'Marang',2324,1),
(27091,'Paka',2324,1),
(27092,'Serdang',2324,1),
(27093,'Dharavandhoo',2327,1),
(27094,'Dhonfanu',2327,1),
(27095,'Eydhafushi',2327,1),
(27096,'Fehendhoo',2327,1),
(27097,'Fulhadhoo',2327,1),
(27098,'Goidhoo',2327,1),
(27099,'Hithaadhoo',2327,1),
(27100,'Kamadhoo',2327,1),
(27101,'Kendhoo',2327,1),
(27102,'Kihaadhoo',2327,1),
(27103,'Kudarikilu',2327,1),
(27104,'Maalhos',2327,1),
(27105,'Thulhaadhoo',2327,1),
(27106,'Badidhoo',2328,1),
(27107,'Gemendhoo',2328,1),
(27108,'Hulhudheli',2328,1),
(27109,'Kudahuvadhoo',2328,1),
(27110,'Maaeboodhoo',2328,1),
(27111,'Meedhoo',2328,1),
(27112,'Ribudhoo',2328,1),
(27113,'Vaanee',2328,1),
(27114,'Biledhdhoo',2329,1),
(27115,'Dharaboodhoo',2329,1),
(27116,'Feeali',2329,1),
(27117,'Magoodhoo',2329,1),
(27118,'Nilandhoo',2329,1),
(27119,'Fuvammulah',2332,1),
(27120,'Dhiffushi',2335,1),
(27121,'Gaafaru',2335,1),
(27122,'Gulhi',2335,1),
(27123,'Guraidhoo',2335,1),
(27124,'Himmafushi',2335,1),
(27125,'Huraa',2335,1),
(27126,'Kaashidhoo',2335,1),
(27127,'Maafushi',2335,1),
(27128,'Thulusdhoo',2335,1),
(27129,'Dhabidhoo',2336,1),
(27130,'Fonadhoo',2336,1),
(27131,'Gaadhoo',2336,1),
(27132,'Gamu',2336,1),
(27133,'Hithadhoo',2336,1),
(27134,'Isdhoo',2336,1),
(27135,'Kalhaidhoo',2336,1),
(27136,'Kunahandhoo',2336,1),
(27137,'Maabaidhoo',2336,1),
(27138,'Maamendhoo',2336,1),
(27139,'Maavah',2336,1),
(27140,'Mundhoo',2336,1),
(27141,'Hinnavaru',2337,1),
(27142,'Kurendhoo',2337,1),
(27143,'Maafilaafushi',2337,1),
(27144,'Naifaru',2337,1),
(27145,'Olhuvelifushi',2337,1),
(27146,'Dhiggaru',2339,1),
(27147,'Kolhufushi',2339,1),
(27148,'Madifushi',2339,1),
(27149,'Maduvvari',2339,1),
(27150,'Mulah',2339,1),
(27151,'Muli',2339,1),
(27152,'Naalaafushi',2339,1),
(27153,'Raimandhoo',2339,1),
(27154,'Veyvah',2339,1),
(27155,'Fodhdhoo',2340,1),
(27156,'Hebadhoo',2340,1),
(27157,'Holhudhoo',2340,1),
(27158,'Kedhikolhudhoo',2340,1),
(27159,'Kudafari',2340,1),
(27160,'Landhoo',2340,1),
(27161,'Lhohi',2340,1),
(27162,'Maafaru',2340,1),
(27163,'Maalhendhoo',2340,1),
(27164,'Magoodhoo',2340,1),
(27165,'Manadhoo',2340,1),
(27166,'Miladhoo',2340,1),
(27167,'Velidhoo',2340,1),
(27168,'Agolhitheemu',2341,1),
(27169,'Alifushi',2341,1),
(27170,'Fainu',2341,1),
(27171,'Hulhudhuffaaru',2341,1),
(27172,'Iguraidhoo',2341,1),
(27173,'Innamaadhoo',2341,1),
(27174,'Kadholhudhoo',2341,1),
(27175,'Kinolhas',2341,1),
(27176,'Maakurathu',2341,1),
(27177,'Maduvvari',2341,1),
(27178,'Meedhoo',2341,1),
(27179,'Rasgetheemu',2341,1),
(27180,'Rasmaadhoo',2341,1),
(27181,'Ugoofaaru',2341,1),
(27182,'Vaadhoo',2341,1),
(27183,'Bilehffahi',2342,1),
(27184,'Feevah',2342,1),
(27185,'Feydhoo',2342,1),
(27186,'Firubaidhoo',2342,1),
(27187,'Foakaidhoo',2342,1),
(27188,'Funadhoo',2342,1),
(27189,'Goidhoo',2342,1),
(27190,'Kaditheemu',2342,1),
(27191,'Komandoo',2342,1),
(27192,'Lhaimagu',2342,1),
(27193,'Maakandoodhoo',2342,1),
(27194,'Maaugoodhoo',2342,1),
(27195,'Maroshi',2342,1),
(27196,'Narudhoo',2342,1),
(27197,'Noomaraa',2342,1),
(27198,'Feydhoo',2343,1),
(27199,'Hithadhoo',2343,1),
(27200,'Hulhudhoo',2343,1),
(27201,'Maradhoo',2343,1),
(27202,'Maradhoo-Feydhoo',2343,1),
(27203,'Meedhoo',2343,1),
(27204,'Buruni',2344,1),
(27205,'Dhiyamigili',2344,1),
(27206,'Gaadhiffushi',2344,1),
(27207,'Guraidhoo',2344,1),
(27208,'Hirilandhoo',2344,1),
(27209,'Kadoodhoo',2344,1),
(27210,'Kibidhoo',2344,1),
(27211,'Madifushi',2344,1),
(27212,'Omadhoo',2344,1),
(27213,'Thimarafushi',2344,1),
(27214,'Vandhoo',2344,1),
(27215,'Veymandhoo',2344,1),
(27216,'Vilufushi',2344,1),
(27217,'Felidhoo',2345,1),
(27218,'Fulidhoo',2345,1),
(27219,'Keyodhoo',2345,1),
(27220,'Rakeedhoo',2345,1),
(27221,'Thinadhoo',2345,1),
(27222,'Bamako',2346,1),
(27223,'Gao',2347,1),
(27224,'Bafoulabe',2348,1),
(27225,'Kayes',2348,1),
(27226,'Kita',2348,1),
(27227,'Nioro',2348,1),
(27228,'Kidal',2349,1),
(27229,'Tessalit',2349,1),
(27230,'Banamba',2350,1),
(27231,'Kangaba',2350,1),
(27232,'Kati',2350,1),
(27233,'Kolokani',2350,1),
(27234,'Koulikoro',2350,1),
(27235,'Nara',2350,1),
(27236,'Bandiagara',2351,1),
(27237,'Djenne',2351,1),
(27238,'Douentza',2351,1),
(27239,'Koro',2351,1),
(27240,'Mopti',2351,1),
(27241,'Tenenkou',2351,1),
(27242,'Ke-Massina',2352,1),
(27243,'Kimparana',2352,1),
(27244,'Markala',2352,1),
(27245,'Niono',2352,1),
(27246,'San',2352,1),
(27247,'Segou',2352,1),
(27248,'Sokolo',2352,1),
(27249,'Bougouni',2353,1),
(27250,'Kolondieba',2353,1),
(27251,'Koutiala',2353,1),
(27252,'Sikasso',2353,1),
(27253,'Yorosso',2353,1),
(27254,'Araouane',2354,1),
(27255,'Dire',2354,1),
(27256,'Goundam',2354,1),
(27257,'Niafunke',2354,1),
(27258,'Taoudenni',2354,1),
(27259,'Tombouctou',2354,1),
(27260,'Gharghur',2357,1),
(27261,'Mellieha',2357,1),
(27262,'Mgarr',2357,1),
(27263,'Mosta',2357,1),
(27264,'Naxxar',2357,1),
(27265,'San Pawl il-Bahar',2357,1),
(27266,'L-Iklin',2360,1),
(27267,'Attard',2361,1),
(27268,'Balzan',2361,1),
(27269,'Dingli',2361,1),
(27270,'Iklin',2361,1),
(27271,'Lija',2361,1),
(27272,'Mdina',2361,1),
(27273,'Rabat',2361,1),
(27274,'Sighghiewi',2361,1),
(27275,'Zebbug',2361,1),
(27276,'Castletown',2362,1),
(27277,'Douglas',2363,1),
(27278,'Laxey',2364,1),
(27279,'Onchan',2365,1),
(27280,'Peel',2366,1),
(27281,'Ramsey',2369,1),
(27282,'Aerok',2370,1),
(27283,'Beran',2370,1),
(27284,'Bikeer',2370,1),
(27285,'Buoj',2370,1),
(27286,'Enewe',2370,1),
(27287,'Jabwan',2370,1),
(27288,'Jah',2370,1),
(27289,'Jeh',2370,1),
(27290,'Kattiej',2370,1),
(27291,'Mejajok',2370,1),
(27292,'Mejil',2370,1),
(27293,'Tobomaro',2370,1),
(27294,'Woja',2370,1),
(27295,'Wolar',2370,1),
(27296,'Ailuk',2371,1),
(27297,'Ajelep',2371,1),
(27298,'Aliej',2371,1),
(27299,'Biken',2371,1),
(27300,'Enejabrok',2371,1),
(27301,'Enejelar',2371,1),
(27302,'Kapen',2371,1),
(27303,'Arno Arno',2372,1),
(27304,'Bikarej',2372,1),
(27305,'Bikonele',2372,1),
(27306,'Boken',2372,1),
(27307,'Eneaidrik',2372,1),
(27308,'Enirik',2372,1),
(27309,'Ijoen',2372,1),
(27310,'Ine',2372,1),
(27311,'Japo',2372,1),
(27312,'Jilane',2372,1),
(27313,'Kejbwe',2372,1),
(27314,'Kilange',2372,1),
(27315,'Kilemman',2372,1),
(27316,'Kinajon',2372,1),
(27317,'Langor',2372,1),
(27318,'Lukoj',2372,1),
(27319,'Malel',2372,1),
(27320,'Manrar',2372,1),
(27321,'Matolen',2372,1),
(27322,'Meetdik',2372,1),
(27323,'Mian',2372,1),
(27324,'Najaj',2372,1),
(27325,'Namwi',2372,1),
(27326,'Neenkotkot',2372,1),
(27327,'Taklep',2372,1),
(27328,'Tinak',2372,1),
(27329,'Tutu',2372,1),
(27330,'Ulien',2372,1),
(27331,'Aur',2373,1),
(27332,'Tabal',2373,1),
(27333,'Eneu',2374,1),
(27334,'Emej',2375,1),
(27335,'Enearmij',2375,1),
(27336,'Enekoion',2375,1),
(27337,'Enilok',2375,1),
(27338,'Jittaken',2375,1),
(27339,'Jittoen',2375,1),
(27340,'Rerok',2375,1),
(27341,'Toka',2375,1),
(27342,'Enewetak',2376,1),
(27343,'Japtan',2376,1),
(27344,'Medren',2376,1),
(27345,'Jabat',2377,1),
(27346,'Ae',2378,1),
(27347,'Ajejen',2378,1),
(27348,'Anilep',2378,1),
(27349,'Arreen',2378,1),
(27350,'Bokanake',2378,1),
(27351,'Bokkan',2378,1),
(27352,'Bukantorak',2378,1),
(27353,'Dede',2378,1),
(27354,'Ewo',2378,1),
(27355,'Imiej',2378,1),
(27356,'Imroj',2378,1),
(27357,'Jabnoren',2378,1),
(27358,'Jabwor',2378,1),
(27359,'Jaluit',2378,1),
(27360,'Lonone',2378,1),
(27361,'Mejatto',2378,1),
(27362,'Mejrirok',2378,1),
(27363,'Menge',2378,1),
(27364,'Nabbe',2378,1),
(27365,'Narmej',2378,1),
(27366,'Urbaj',2378,1),
(27367,'Kili',2379,1),
(27368,'Arbwa',2380,1),
(27369,'Ebadon',2380,1),
(27370,'Ebeye',2380,1),
(27371,'Ebjadik',2380,1),
(27372,'Ebwaj',2380,1),
(27373,'Ennilabegan',2380,1),
(27374,'Enubirr',2380,1),
(27375,'Enubuj',2380,1),
(27376,'Gugeegue',2380,1),
(27377,'Mejatto',2380,1),
(27378,'Ningi',2380,1),
(27379,'North Loi',2380,1),
(27380,'Orpap',2380,1),
(27381,'South Loi',2380,1),
(27382,'Enerein',2381,1),
(27383,'Lae',2381,1),
(27384,'Lejab',2381,1),
(27385,'Lib',2382,1),
(27386,'Jebal',2383,1),
(27387,'Likiep',2383,1),
(27388,'Liklal',2383,1),
(27389,'Melang',2383,1),
(27390,'Ajeltake',2384,1),
(27391,'Aneenwudej',2384,1),
(27392,'Aneko',2384,1),
(27393,'Arrak',2384,1),
(27394,'Biken',2384,1),
(27395,'Bokaetoktok',2384,1),
(27396,'Denmeo',2384,1),
(27397,'Didej',2384,1),
(27398,'Ejit',2384,1),
(27399,'Enemanet',2384,1),
(27400,'Jelter',2384,1),
(27401,'Kalalen',2384,1),
(27402,'Kemman',2384,1),
(27403,'Laura',2384,1),
(27404,'Pikiriin',2384,1),
(27405,'Rita',2384,1),
(27406,'Rongrong',2384,1),
(27407,'Woja',2384,1),
(27408,'Airok',2385,1),
(27409,'Jang',2385,1),
(27410,'Kaben',2385,1),
(27411,'Tarawa',2385,1),
(27412,'Wolot',2385,1),
(27413,'Mejit',2386,1),
(27414,'Aeloneo',2387,1),
(27415,'Anel',2387,1),
(27416,'Arbar',2387,1),
(27417,'Bar',2387,1),
(27418,'Bikonel',2387,1),
(27419,'Enajet',2387,1),
(27420,'Eoo',2387,1),
(27421,'Jabonwod',2387,1),
(27422,'Loen',2387,1),
(27423,'Lukoj',2387,1),
(27424,'Lukonwor',2387,1),
(27425,'Mae',2387,1),
(27426,'Majkin',2387,1),
(27427,'Mili',2387,1),
(27428,'Nad',2387,1),
(27429,'Nallu',2387,1),
(27430,'Tokewa',2387,1),
(27431,'Wau',2387,1),
(27432,'Namorik',2388,1),
(27433,'Namu',2389,1),
(27434,'Rongelap',2390,1),
(27435,'Ujae',2391,1),
(27436,'Utirik',2392,1),
(27437,'Wotho',2393,1),
(27438,'Didi',2394,1),
(27439,'Nibun',2394,1),
(27440,'Wormej',2394,1),
(27441,'Wotje',2394,1),
(27442,'Fort-de-France',2395,1),
(27443,'Le Lamentin',2395,1),
(27444,'Saint-Joseph',2395,1),
(27445,'Schoelcher',2395,1),
(27446,'Le Morne-Rouge',2398,1),
(27447,'Saint-Pierre',2398,1),
(27448,'Atar',2399,1),
(27449,'Shingati',2399,1),
(27450,'Kifah',2400,1),
(27451,'Alaq',2401,1),
(27452,'Buqah',2401,1),
(27453,'Magta\' Lahjar',2401,1),
(27454,'\'Ayun-al-\'Atrus',2403,1),
(27455,'Kubanni',2403,1),
(27456,'Timbedra',2404,1),
(27457,'Walatah',2404,1),
(27458,'an-Na\'mah',2404,1),
(27459,'Aqjawajat',2405,1),
(27460,'Nawakshut',2406,1),
(27461,'Hsay Walad \'Ali Babi',2407,1),
(27462,'Kayhaydi',2408,1),
(27463,'Tijiqjah',2409,1),
(27464,'Rusu',2411,1),
(27465,'Bel Air',2414,1),
(27466,'Bon Accueil',2414,1),
(27467,'Brisee Verdiere',2414,1),
(27468,'Camp Ithier',2414,1),
(27469,'Camp de Masque',2414,1),
(27470,'Camp de Masque Pave',2414,1),
(27471,'Central Flacq',2414,1),
(27472,'Clemencia',2414,1),
(27473,'Ecroignard',2414,1),
(27474,'Grand River South East',2414,1),
(27475,'Lalmatie',2414,1),
(27476,'Laventure',2414,1),
(27477,'Mare La Chaux',2414,1),
(27478,'Medine-Camp de Masque',2414,1),
(27479,'Olivia',2414,1),
(27480,'Poste de Flacq',2414,1),
(27481,'Quatre Cocos',2414,1),
(27482,'Quatre Soeurs',2414,1),
(27483,'Queen Victoria',2414,1),
(27484,'Saint Julien',2414,1),
(27485,'Saint Julien d\'Hotman',2414,1),
(27486,'Sebastopol',2414,1),
(27487,'Trou d\'Eau Douce',2414,1),
(27488,'Floreal',2415,1),
(27489,'Camp Thorel',2417,1),
(27490,'Dagotiere',2417,1),
(27491,'Dubreuil',2417,1),
(27492,'Esperance',2417,1),
(27493,'L\'Avenir',2417,1),
(27494,'La Laura-Malenga',2417,1),
(27495,'Melrose',2417,1),
(27496,'Moka',2417,1),
(27497,'Montagne Blanche',2417,1),
(27498,'Pailles',2417,1),
(27499,'Providence',2417,1),
(27500,'Quartier Militaire',2417,1),
(27501,'Ripailles',2417,1),
(27502,'Saint Pierre',2417,1),
(27503,'Verdun',2417,1),
(27504,'Arsenal',2418,1),
(27505,'Baie du Tombeau',2418,1),
(27506,'Calebasses',2418,1),
(27507,'Congomah',2418,1),
(27508,'Creve Coeur',2418,1),
(27509,'D\'Epinay',2418,1),
(27510,'Fond du Sac',2418,1),
(27511,'La Tour Koenig',2418,1),
(27512,'Le Hochet',2418,1),
(27513,'Long Mountain',2418,1),
(27514,'Morcellement Saint Andre',2418,1),
(27515,'Notre Dame',2418,1),
(27516,'Pamplemousse',2418,1),
(27517,'Plaines des Papayes',2418,1),
(27518,'Pointe aux Piments',2418,1),
(27519,'Terre Rouge',2418,1),
(27520,'Triolet',2418,1),
(27521,'Villebague',2418,1),
(27522,'Baie Malgache',2422,1),
(27523,'Coromandel-Graviers',2422,1),
(27524,'Grand Baie-Montagne Goyaves',2422,1),
(27525,'La Ferme',2422,1),
(27526,'Lataniers-Mont Lubin',2422,1),
(27527,'Mangues-Quatre Vents',2422,1),
(27528,'Oyster Bay',2422,1),
(27529,'Petit Gabriel',2422,1),
(27530,'Piments-Baie Topaze',2422,1),
(27531,'Plaine Corail-La Fouche Corail',2422,1),
(27532,'Port Mathurin',2422,1),
(27533,'Port Sud-Est',2422,1),
(27534,'Riviere Cocos',2422,1),
(27535,'Roche Bon Dieu-Trefles',2422,1),
(27536,'Baie du Cap',2424,1),
(27537,'Bel Ombre',2424,1),
(27538,'Benares',2424,1),
(27539,'Bois Cheri',2424,1),
(27540,'Britannia',2424,1),
(27541,'Camp Diable',2424,1),
(27542,'Chamouny',2424,1),
(27543,'Chemin Grenier',2424,1),
(27544,'Grand Bois',2424,1),
(27545,'Riviere des Anguilles',2424,1),
(27546,'Saint Aubin',2424,1),
(27547,'Souillac',2424,1),
(27548,'Surinam',2424,1),
(27549,'Acoua',2425,1),
(27550,'Bandraboua',2425,1),
(27551,'Bandrele',2425,1),
(27552,'Boueni',2425,1),
(27553,'Chiconi',2425,1),
(27554,'Chirongui',2425,1),
(27555,'Dembeni',2425,1),
(27556,'Kanikeli',2425,1),
(27557,'Koungou',2425,1),
(27558,'Mamoudzou',2425,1),
(27559,'Mtsamboro',2425,1),
(27560,'Mtsangamouji',2425,1),
(27561,'Ouangani',2425,1),
(27562,'Sada',2425,1),
(27563,'Tsingoni',2425,1),
(27564,'Dzaoudzi',2426,1),
(27565,'Pamanzi',2426,1),
(27566,'Aguascalientes',2427,1),
(27567,'Asientos',2427,1),
(27568,'Calvillo',2427,1),
(27569,'Cosio',2427,1),
(27570,'Margaritas',2427,1),
(27571,'Ojocaliente',2427,1),
(27572,'Pabellon de Arteaga',2427,1),
(27573,'Pabellon de Hidalgo',2427,1),
(27574,'Palo Alto',2427,1),
(27575,'Rincon de Romos',2427,1),
(27576,'San Francisco de los Romo',2427,1),
(27577,'San Jose de Gracia',2427,1),
(27578,'Tepezala',2427,1),
(27579,'Villa Juarez',2427,1),
(27580,'Becal',2430,1),
(27581,'Bolonchen',2430,1),
(27582,'Calkini',2430,1),
(27583,'Campeche',2430,1),
(27584,'Candelaria',2430,1),
(27585,'Carmen',2430,1),
(27586,'Champoton',2430,1),
(27587,'China',2430,1),
(27588,'Dzitbalche',2430,1),
(27589,'Escarcega',2430,1),
(27590,'Hecelchakan',2430,1),
(27591,'Hopelchen',2430,1),
(27592,'Isla Aguada',2430,1),
(27593,'Nuevo Progreso',2430,1),
(27594,'Nunkini',2430,1),
(27595,'Palizada',2430,1),
(27596,'Pomuch',2430,1),
(27597,'Sabancuy',2430,1),
(27598,'Seybaplaya',2430,1),
(27599,'Tenabo',2430,1),
(27600,'Acacoyagua',2431,1),
(27601,'Acala',2431,1),
(27602,'Acapetahua',2431,1),
(27603,'Altamirano',2431,1),
(27604,'Alvaro Obregon',2431,1),
(27605,'Amatan',2431,1),
(27606,'Amatenango del Valle',2431,1),
(27607,'Arriaga',2431,1),
(27608,'Benemerito de las Americas',2431,1),
(27609,'Berriozabal',2431,1),
(27610,'Bochil',2431,1),
(27611,'Cacahoatan',2431,1),
(27612,'Cancuc',2431,1),
(27613,'Catazaja',2431,1),
(27614,'Chalchihiutan',2431,1),
(27615,'Chanal',2431,1),
(27616,'Chiapa',2431,1),
(27617,'Chiapilla',2431,1),
(27618,'Chicomuselo',2431,1),
(27619,'Chilon',2431,1),
(27620,'Cintalapa',2431,1),
(27621,'Comaltitlan',2431,1),
(27622,'Comitan',2431,1),
(27623,'Copainala',2431,1),
(27624,'Copoya',2431,1),
(27625,'Cristobal Obregon',2431,1),
(27626,'El Bosque',2431,1),
(27627,'El Parral',2431,1),
(27628,'Escuintla',2431,1),
(27629,'Frontera Comalapa',2431,1),
(27630,'Frontera Corozal',2431,1),
(27631,'Frontera Hidalgo',2431,1),
(27632,'Huehuetan',2431,1),
(27633,'Huehuetan Estacion',2431,1),
(27634,'Huixtla',2431,1),
(27635,'Ixhuatan',2431,1),
(27636,'Ixtacomitan',2431,1),
(27637,'Ixtapa',2431,1),
(27638,'Jaltenango',2431,1),
(27639,'Jesus Maria Garza',2431,1),
(27640,'Jiquipilas',2431,1),
(27641,'Jitotol',2431,1),
(27642,'Juarez',2431,1),
(27643,'La Concordia',2431,1),
(27644,'La Libertad',2431,1),
(27645,'La Trinitaria',2431,1),
(27646,'Las Margaritas',2431,1),
(27647,'Las Rosas',2431,1),
(27648,'Mapastepec',2431,1),
(27649,'Mazatan',2431,1),
(27650,'Motozintla',2431,1),
(27651,'Navenchauc',2431,1),
(27652,'Nicolas Ruiz',2431,1),
(27653,'Ocosingo',2431,1),
(27654,'Ocotepec',2431,1),
(27655,'Ocozocoautla',2431,1),
(27656,'Ostuacan',2431,1),
(27657,'Oxchuc',2431,1),
(27658,'Palenque',2431,1),
(27659,'Palestina',2431,1),
(27660,'Pantelho',2431,1),
(27661,'Paredon',2431,1),
(27662,'Petalcingo',2431,1),
(27663,'Pichucalco',2431,1),
(27664,'Pijijiapan',2431,1),
(27665,'Pueblo Nuevo Solistahuacan',2431,1),
(27666,'Puerto Madero',2431,1),
(27667,'Pujiltic',2431,1),
(27668,'Raudales Malpaso',2431,1),
(27669,'Rayon',2431,1),
(27670,'Reforma',2431,1),
(27671,'Revolucion Mexicana',2431,1),
(27672,'Rincon Chamula',2431,1),
(27673,'Salto de Agua',2431,1),
(27674,'San Cristobal de las Casas',2431,1),
(27675,'San Fernando',2431,1),
(27676,'San Lucas',2431,1),
(27677,'San Pedro Buenavista',2431,1),
(27678,'Simojovel',2431,1),
(27679,'Socoltenango',2431,1),
(27680,'Soyalo',2431,1),
(27681,'Suchiapa',2431,1),
(27682,'Suchiate',2431,1),
(27683,'Tapachula',2431,1),
(27684,'Tapilula',2431,1),
(27685,'Tecpatan',2431,1),
(27686,'Tenango',2431,1),
(27687,'Teopisca',2431,1),
(27688,'Tila',2431,1),
(27689,'Tonala',2431,1),
(27690,'Totolapa',2431,1),
(27691,'Tres Picos',2431,1),
(27692,'Tuxtla Chico',2431,1),
(27693,'Tuxtla Gutierrez',2431,1),
(27694,'Tzimol',2431,1),
(27695,'Veinte de Noviembre',2431,1),
(27696,'Venustiano Carranza',2431,1),
(27697,'Villa Corzo',2431,1),
(27698,'Villaflores',2431,1),
(27699,'Yajalon',2431,1),
(27700,'Zinacantan',2431,1),
(27701,'Adolfo Lopez Mateos',2432,1),
(27702,'Ahumada',2432,1),
(27703,'Anahuac',2432,1),
(27704,'Ascension',2432,1),
(27705,'Benito Juarez',2432,1),
(27706,'Camargo',2432,1),
(27707,'Carichi',2432,1),
(27708,'Casas Grandes',2432,1),
(27709,'Chihuahua',2432,1),
(27710,'Colonia Municipio Libre',2432,1),
(27711,'Creel',2432,1),
(27712,'Cuauhtemoc',2432,1),
(27713,'Delicias',2432,1),
(27714,'El Largo',2432,1),
(27715,'Guachochi',2432,1),
(27716,'Guadalupe',2432,1),
(27717,'Guadalupe y Calvo',2432,1),
(27718,'Hermenegildo Galeana',2432,1),
(27719,'Hidalgo',2432,1),
(27720,'Ignacio Zaragoza',2432,1),
(27721,'Jimenez',2432,1),
(27722,'Juan Aldama',2432,1),
(27723,'Juarez',2432,1),
(27724,'Lazaro Cardenas',2432,1),
(27725,'Madera',2432,1),
(27726,'Majimachi',2432,1),
(27727,'Meoqui',2432,1),
(27728,'Naica',2432,1),
(27729,'Nuevo Casas Grandes',2432,1),
(27730,'Octaviano Lopez',2432,1),
(27731,'Ojinaga',2432,1),
(27732,'Praxedis Guerrero',2432,1),
(27733,'Puerto Palomas',2432,1),
(27734,'Puerto de Anapra',2432,1),
(27735,'San Buenaventura',2432,1),
(27736,'San Francisco el Oro',2432,1),
(27737,'Santa Barbara',2432,1),
(27738,'Santa Cruz de Rosales',2432,1),
(27739,'Saucillo',2432,1),
(27740,'Valentin Gomez Farias',2432,1),
(27741,'Valle de Allende',2432,1),
(27742,'Vicente Guerrero',2432,1),
(27743,'Acuna',2433,1),
(27744,'Allende',2433,1),
(27745,'Arteaga',2433,1),
(27746,'Castanos',2433,1),
(27747,'Concordia',2433,1),
(27748,'Cuatrocienagas',2433,1),
(27749,'El Coyote',2433,1),
(27750,'Frontera',2433,1),
(27751,'General Cepeda',2433,1),
(27752,'Hercules',2433,1),
(27753,'Matamoros',2433,1),
(27754,'Minas de Barroteran',2433,1),
(27755,'Monclova',2433,1),
(27756,'Muzquiz',2433,1),
(27757,'Nadadores',2433,1),
(27758,'Nava',2433,1),
(27759,'Nueva Rosita',2433,1),
(27760,'Ocampo',2433,1),
(27761,'Palau',2433,1),
(27762,'Parras',2433,1),
(27763,'Piedras Negras',2433,1),
(27764,'Ramos Arizpe',2433,1),
(27765,'Sabinas',2433,1),
(27766,'Saltillo',2433,1),
(27767,'San Buenaventura',2433,1),
(27768,'San Pedro',2433,1),
(27769,'Torreon',2433,1),
(27770,'Venustiano Carranza',2433,1),
(27771,'Viesca',2433,1),
(27772,'Villa Madero',2433,1),
(27773,'Villa Union',2433,1),
(27774,'Zaragoza',2433,1),
(27775,'Armeria',2434,1),
(27776,'Cofradia',2434,1),
(27777,'Colima',2434,1),
(27778,'Colonia Bayardo',2434,1),
(27779,'Comala',2434,1),
(27780,'Coquimatlan',2434,1),
(27781,'Cuauhtemoc',2434,1),
(27782,'El Colomo',2434,1),
(27783,'Madrid',2434,1),
(27784,'Manzanillo',2434,1),
(27785,'Minatitlan',2434,1),
(27786,'Queseria',2434,1),
(27787,'Suchitlan',2434,1),
(27788,'Tecoman',2434,1),
(27789,'Villa de Alvarez',2434,1),
(27790,'Bermejillo',2436,1),
(27791,'Canatlan',2436,1),
(27792,'Cuencame',2436,1),
(27793,'Durango',2436,1),
(27794,'Gomez Palacio',2436,1),
(27795,'Guadalupe Victoria',2436,1),
(27796,'Juarez',2436,1),
(27797,'Lerdo',2436,1),
(27798,'Mapimi',2436,1),
(27799,'Nazareno',2436,1),
(27800,'Nazas',2436,1),
(27801,'Nombre de Dios',2436,1),
(27802,'Nuevo Ideal',2436,1),
(27803,'Ocampo',2436,1),
(27804,'Panuco',2436,1),
(27805,'Papasquiaro',2436,1),
(27806,'Penon Blanco',2436,1),
(27807,'Poanas',2436,1),
(27808,'Pueblo Nuevo',2436,1),
(27809,'Rodeo',2436,1),
(27810,'Santa Catarina de Tepehuanes',2436,1),
(27811,'Santa Clara',2436,1),
(27812,'Santa Maria del Oro',2436,1),
(27813,'Suchil',2436,1),
(27814,'Tayoltita',2436,1),
(27815,'Tlahualilo',2436,1),
(27816,'Vicente Guerrero',2436,1),
(27817,'Abasolo',2438,1),
(27818,'Acambaro',2438,1),
(27819,'Aldama',2438,1),
(27820,'Allende',2438,1),
(27821,'Antonio Rodriguez',2438,1),
(27822,'Apaseo el Alto',2438,1),
(27823,'Apaseo el Grande',2438,1),
(27824,'Celaya',2438,1),
(27825,'Centro Familiar la Soledad',2438,1),
(27826,'Cerano',2438,1),
(27827,'Cerro Gordo',2438,1),
(27828,'Colonias Nuevo Mexico',2438,1),
(27829,'Comonfort',2438,1),
(27830,'Coroneo',2438,1),
(27831,'Cortazar',2438,1),
(27832,'Cueramaro',2438,1),
(27833,'Doctor Mora',2438,1),
(27834,'Dolores Hidalgo',2438,1),
(27835,'Duarte',2438,1),
(27836,'El Sabino',2438,1),
(27837,'Escobedo',2438,1),
(27838,'Guanajuato',2438,1),
(27839,'Huanimaro',2438,1),
(27840,'Iramuco',2438,1),
(27841,'Irapuato',2438,1),
(27842,'Jaral del Progreso',2438,1),
(27843,'Jerecuaro',2438,1),
(27844,'Juventino Rosas',2438,1),
(27845,'La Aldea',2438,1),
(27846,'La Calera',2438,1),
(27847,'La Ermita',2438,1),
(27848,'La Moncada',2438,1),
(27849,'Leon',2438,1),
(27850,'Loma Pelada',2438,1),
(27851,'Manuel Doblado',2438,1),
(27852,'Maravatio',2438,1),
(27853,'Marfil',2438,1),
(27854,'Medina',2438,1),
(27855,'Mexicanos',2438,1),
(27856,'Moroleon',2438,1),
(27857,'Ocampo',2438,1),
(27858,'Octopan',2438,1),
(27859,'Pacueco',2438,1),
(27860,'Palo Verde',2438,1),
(27861,'Paracuaro',2438,1),
(27862,'Penjamo',2438,1),
(27863,'Plan de Ayala',2438,1),
(27864,'Pueblo Nuevo',2438,1),
(27865,'Purisima de Bustos',2438,1),
(27866,'Rincon de Tamayo',2438,1),
(27867,'Romita',2438,1),
(27868,'Salamanca',2438,1),
(27869,'Salvatierra',2438,1),
(27870,'San Bartolo de Berrios',2438,1),
(27871,'San Cristobal',2438,1),
(27872,'San Diego de la Union',2438,1),
(27873,'San Felipe',2438,1),
(27874,'San Francisco del Rincon',2438,1),
(27875,'San Jose Agua Azul',2438,1),
(27876,'San Jose Iturbide',2438,1),
(27877,'San Jose Temascatio',2438,1),
(27878,'San Juan de la Vega',2438,1),
(27879,'San Luis de la Paz',2438,1),
(27880,'San Nicolas de los Agustinos',2438,1),
(27881,'San Pedro de los Naranjos',2438,1),
(27882,'San Roque',2438,1),
(27883,'Santa Teresa',2438,1),
(27884,'Santiago de Cuenda',2438,1),
(27885,'Sarabia',2438,1),
(27886,'Silao',2438,1),
(27887,'Tarandacuao',2438,1),
(27888,'Tarimoro',2438,1),
(27889,'Teneria del Santuario',2438,1),
(27890,'Uriangato',2438,1),
(27891,'Urireo',2438,1),
(27892,'Valle de Santiago',2438,1),
(27893,'Valtierrilla',2438,1),
(27894,'Victoria',2438,1),
(27895,'Villagran',2438,1),
(27896,'Villas de Irapuato',2438,1),
(27897,'Yerbabuena',2438,1),
(27898,'Yuriria',2438,1),
(27899,'Acamixtla',2439,1),
(27900,'Acapulco',2439,1),
(27901,'Acatlan',2439,1),
(27902,'Ajuchitlan',2439,1),
(27903,'Alpoyeca',2439,1),
(27904,'Altamirano',2439,1),
(27905,'Apango',2439,1),
(27906,'Apaxtla',2439,1),
(27907,'Arcelia',2439,1),
(27908,'Atliaca',2439,1),
(27909,'Atoyac',2439,1),
(27910,'Ayutla',2439,1),
(27911,'Azoyu',2439,1),
(27912,'Bajos de Ejido',2439,1),
(27913,'Buenavista',2439,1),
(27914,'Chichihualco',2439,1),
(27915,'Chilapa',2439,1),
(27916,'Chilpancingo',2439,1),
(27917,'Coacoyul',2439,1),
(27918,'Cocula',2439,1),
(27919,'Copala',2439,1),
(27920,'Copalillo',2439,1),
(27921,'Coyuca',2439,1),
(27922,'Cruz Grande',2439,1),
(27923,'Cuajinicuilapa',2439,1),
(27924,'Cuautepec',2439,1),
(27925,'Cutzamala',2439,1),
(27926,'El Ocotito',2439,1),
(27927,'El Paraiso',2439,1),
(27928,'El Suchil',2439,1),
(27929,'Huamuxtitlan',2439,1),
(27930,'Huitziltepec',2439,1),
(27931,'Huitzuco',2439,1),
(27932,'Iguala',2439,1),
(27933,'Ixtapa',2439,1),
(27934,'Kilometro Treinta',2439,1),
(27935,'La Loma',2439,1),
(27936,'La Union',2439,1),
(27937,'Las Petaquillas',2439,1),
(27938,'Las Vigas',2439,1),
(27939,'Marquelia',2439,1),
(27940,'Mazatlan',2439,1),
(27941,'Mochitlan',2439,1),
(27942,'Olinala',2439,1),
(27943,'Ometepec',2439,1),
(27944,'Petatlan',2439,1),
(27945,'Pilcaya',2439,1),
(27946,'Quechultenango',2439,1),
(27947,'San Jeronimito',2439,1),
(27948,'San Jeronimo',2439,1),
(27949,'San Jose Ixtapa',2439,1),
(27950,'San Luis San Pedro',2439,1),
(27951,'San Marcos',2439,1),
(27952,'Taxco',2439,1),
(27953,'Taxco de Alarcon',2439,1),
(27954,'Tecoanapa',2439,1),
(27955,'Tecpan',2439,1),
(27956,'Teloloapan',2439,1),
(27957,'Tepecoacuilco',2439,1),
(27958,'Tierra Colorada',2439,1),
(27959,'Tixtla',2439,1),
(27960,'Tlacoachistlahuaca',2439,1),
(27961,'Tlacotepec',2439,1),
(27962,'Tlalchapa',2439,1),
(27963,'Tlamacazapa',2439,1),
(27964,'Tlapa',2439,1),
(27965,'Tlapehuala',2439,1),
(27966,'Totolapan',2439,1),
(27967,'Tres Palos',2439,1),
(27968,'Xalpatlahuac',2439,1),
(27969,'Xaltianguis',2439,1),
(27970,'Xochihuehuetlan',2439,1),
(27971,'Xochistlahuaca',2439,1),
(27972,'Zacualpan',2439,1),
(27973,'Zihuatanejo',2439,1),
(27974,'Zirandaro',2439,1),
(27975,'Zitlala',2439,1),
(27976,'Zumpango',2439,1),
(27977,'Acaxochitlan',2440,1),
(27978,'Acayuca',2440,1),
(27979,'Actopan',2440,1),
(27980,'Ajacuba',2440,1),
(27981,'Almoloya',2440,1),
(27982,'Apan',2440,1),
(27983,'Atengo',2440,1),
(27984,'Atitalaquia',2440,1),
(27985,'Atotonilco de Tula',2440,1),
(27986,'Atotonilco el Grande',2440,1),
(27987,'Calnali',2440,1),
(27988,'Cardonal',2440,1),
(27989,'Chapulhuacan',2440,1),
(27990,'Cuautepec',2440,1),
(27991,'Doxey',2440,1),
(27992,'El Arenal',2440,1),
(27993,'El Llano',2440,1),
(27994,'El Rosario',2440,1),
(27995,'Emiliano Zapata',2440,1),
(27996,'Huautla',2440,1),
(27997,'Huejutla',2440,1),
(27998,'Hueytlalpan',2440,1),
(27999,'Huichapan',2440,1),
(28000,'Ixmiquilpan',2440,1),
(28001,'Jacala',2440,1),
(28002,'Jaltocan',2440,1),
(28003,'Los Reyes',2440,1),
(28004,'Mineral del Monte',2440,1),
(28005,'Mixquiahuala',2440,1),
(28006,'Molango',2440,1),
(28007,'Orizatlan',2440,1),
(28008,'Pachuca',2440,1),
(28009,'Pachuquilla',2440,1),
(28010,'Progreso',2440,1),
(28011,'Sahagun',2440,1),
(28012,'San Ildefonso',2440,1),
(28013,'San Juan Tepa',2440,1),
(28014,'San Marcos',2440,1),
(28015,'Singuilucan',2440,1),
(28016,'Tasquillo',2440,1),
(28017,'Tecozautla',2440,1),
(28018,'Tepatepec',2440,1),
(28019,'Tepeapulco',2440,1),
(28020,'Tepeji',2440,1),
(28021,'Tepepa',2440,1),
(28022,'Tetepango',2440,1),
(28023,'Tezontepec',2440,1),
(28024,'Tizayuca',2440,1),
(28025,'Tlahuelilpan',2440,1),
(28026,'Tlanalapa',2440,1),
(28027,'Tlanchinol',2440,1),
(28028,'Tlaxcoapan',2440,1),
(28029,'Tlaxiaca',2440,1),
(28030,'Tolcayuca',2440,1),
(28031,'Tula de Allende',2440,1),
(28032,'Tulancingo',2440,1),
(28033,'Tulantepec',2440,1),
(28034,'Vindho',2440,1),
(28035,'Zacualtipan',2440,1),
(28036,'Zapotlan',2440,1),
(28037,'Zempoala',2440,1),
(28038,'Zimapan',2440,1),
(28039,'Acatic',2441,1),
(28040,'Acatlan',2441,1),
(28041,'Ahualulco',2441,1),
(28042,'Ajijic',2441,1),
(28043,'Alejandria',2441,1),
(28044,'Amatitan',2441,1),
(28045,'Ameca',2441,1),
(28046,'Antonio Escobedo',2441,1),
(28047,'Arandas',2441,1),
(28048,'Atemajac',2441,1),
(28049,'Atequiza',2441,1),
(28050,'Atotonilco el Alto',2441,1),
(28051,'Atotonilquillo',2441,1),
(28052,'Atoyac',2441,1),
(28053,'Autlan',2441,1),
(28054,'Ayotlan',2441,1),
(28055,'Ayutla',2441,1),
(28056,'Bellavista',2441,1),
(28057,'Cajititlan',2441,1),
(28058,'Capilla de Guadalupe',2441,1),
(28059,'Casimiro Castillo',2441,1),
(28060,'Centro de Readaptacion Social',2441,1),
(28061,'Chapala',2441,1),
(28062,'Chiquilistlan',2441,1),
(28063,'Cihuatlan',2441,1),
(28064,'Cocula',2441,1),
(28065,'Colotlan',2441,1),
(28066,'Concepcion de Buenos Aires',2441,1),
(28067,'Cosala',2441,1),
(28068,'Coyula',2441,1),
(28069,'Cuitzeo',2441,1),
(28070,'Cuqio',2441,1),
(28071,'Cuyutlan',2441,1),
(28072,'Degollado',2441,1),
(28073,'El Arenal',2441,1),
(28074,'El Grullo',2441,1),
(28075,'El Limon',2441,1),
(28076,'El Quince',2441,1),
(28077,'El Refugio',2441,1),
(28078,'El Salto',2441,1),
(28079,'El Verde',2441,1),
(28080,'Encarnacion',2441,1),
(28081,'Etzatlan',2441,1),
(28082,'Guadalajara',2441,1),
(28083,'Guzman',2441,1),
(28084,'Hidalgo',2441,1),
(28085,'Hostotipaquillo',2441,1),
(28086,'Huejucar',2441,1),
(28087,'Huejuquilla el Alto',2441,1),
(28088,'Itzican',2441,1),
(28089,'Ixtapa',2441,1),
(28090,'Ixtlahuacan de los Membrillos',2441,1),
(28091,'Ixtlahuacan del Rio',2441,1),
(28092,'Ixtlan',2441,1),
(28093,'Jalostotitlan',2441,1),
(28094,'Jamay',2441,1),
(28095,'Jesus Maria',2441,1),
(28096,'Jocotepec',2441,1),
(28097,'Juanacatlan',2441,1),
(28098,'Juchitlan',2441,1),
(28099,'La Barca',2441,1),
(28100,'La Huerta',2441,1),
(28101,'La Ribera',2441,1),
(28102,'La Tijera',2441,1),
(28103,'La Venta del Astillero',2441,1),
(28104,'Lagos de Moreno',2441,1),
(28105,'Las Juntas',2441,1),
(28106,'Las Pintas',2441,1),
(28107,'Las Pintitas',2441,1),
(28108,'Lo Arado',2441,1),
(28109,'Magdalena',2441,1),
(28110,'Mascota',2441,1),
(28111,'Mazamitla',2441,1),
(28112,'Mexticacan',2441,1),
(28113,'Mezcala',2441,1),
(28114,'Nuevo Mexico',2441,1),
(28115,'Ocotlan',2441,1),
(28116,'Ojuelos de Jalisco',2441,1),
(28117,'Pihuamo',2441,1),
(28118,'Poncitlan',2441,1),
(28119,'Puente Grande',2441,1),
(28120,'Puerto Vallarta',2441,1),
(28121,'Purificacion',2441,1),
(28122,'San Agustin',2441,1),
(28123,'San Francisco de Asis',2441,1),
(28124,'San Gabriel',2441,1),
(28125,'San Jose de Gracia',2441,1),
(28126,'San Jose del Castillo',2441,1),
(28127,'San Juan de los Lagos',2441,1),
(28128,'San Julian',2441,1),
(28129,'San Marcos',2441,1),
(28130,'San Martin de Hidalgo',2441,1),
(28131,'San Miguel el Alto',2441,1),
(28132,'San Patricio',2441,1),
(28133,'San Sebastian del Sur',2441,1),
(28134,'San Sebastian el Grande',2441,1),
(28135,'Santa Anita',2441,1),
(28136,'Santa Cruz de las Flores',2441,1),
(28137,'Santa Cruz del Valle',2441,1),
(28138,'Sayula',2441,1),
(28139,'Tala',2441,1),
(28140,'Talpa',2441,1),
(28141,'Tamazula',2441,1),
(28142,'Tapalpa',2441,1),
(28143,'Tecalitlan',2441,1),
(28144,'Tecolotlan',2441,1),
(28145,'Tenamaxtlan',2441,1),
(28146,'Teocaltiche',2441,1),
(28147,'Teocuitatlan de Corona',2441,1),
(28148,'Tepatitlan',2441,1),
(28149,'Tequila',2441,1),
(28150,'Tesistan',2441,1),
(28151,'Teuchitlan',2441,1),
(28152,'Tizapan el Alto',2441,1),
(28153,'Tlajomulco',2441,1),
(28154,'Tlaquepaque',2441,1),
(28155,'Tomatlan',2441,1),
(28156,'Tonala',2441,1),
(28157,'Tonaya',2441,1),
(28158,'Tonila',2441,1),
(28159,'Tototlan',2441,1),
(28160,'Tuxpan',2441,1),
(28161,'Union de San Antonio',2441,1),
(28162,'Union de Tula',2441,1),
(28163,'Usmajac',2441,1),
(28164,'Valle de Guadalupe',2441,1),
(28165,'Valle de Juarez',2441,1),
(28166,'Villa Corona',2441,1),
(28167,'Villa Guerrero',2441,1),
(28168,'Yahualica',2441,1),
(28169,'Zacoalco',2441,1),
(28170,'Zapopan',2441,1),
(28171,'Zapote',2441,1),
(28172,'Zapotiltic',2441,1),
(28173,'Zapotlanejo',2441,1),
(28174,'Acahualco',2442,1),
(28175,'Acambay',2442,1),
(28176,'Acazulco',2442,1),
(28177,'Acolman',2442,1),
(28178,'Acuautla',2442,1),
(28179,'Acutzilapan',2442,1),
(28180,'Ajoloapan',2442,1),
(28181,'Alborada',2442,1),
(28182,'Almaya',2442,1),
(28183,'Almoloya',2442,1),
(28184,'Almoloya del Rio',2442,1),
(28185,'Amanalco',2442,1),
(28186,'Amecameca',2442,1),
(28187,'Ameyalco',2442,1),
(28188,'Apaxco',2442,1),
(28189,'Atarasquillo',2442,1),
(28190,'Atenco',2442,1),
(28191,'Atizapan',2442,1),
(28192,'Atlacomulco',2442,1),
(28193,'Atlatlahuca',2442,1),
(28194,'Atlatongo',2442,1),
(28195,'Atlautla',2442,1),
(28196,'Atlazalpan',2442,1),
(28197,'Autopan',2442,1),
(28198,'Axapusco',2442,1),
(28199,'Ayotuzco',2442,1),
(28200,'Ayotzingo',2442,1),
(28201,'Azcatepec',2442,1),
(28202,'Balderas',2442,1),
(28203,'Bocanegra',2442,1),
(28204,'Boreje',2442,1),
(28205,'Buenavista',2442,1),
(28206,'Cacalomacan',2442,1),
(28207,'Cahuacan',2442,1),
(28208,'Calimaya',2442,1),
(28209,'Calixtlahuaca',2442,1),
(28210,'Capulhuac',2442,1),
(28211,'Carbon',2442,1),
(28212,'Cautzingo',2442,1),
(28213,'Chalco',2442,1),
(28214,'Chapultepec',2442,1),
(28215,'Chiautla',2442,1),
(28216,'Chicoloapan',2442,1),
(28217,'Chiconautla',2442,1),
(28218,'Chiconcuac',2442,1),
(28219,'Chimalhuacan',2442,1),
(28220,'Chimalpa',2442,1),
(28221,'Cholula',2442,1),
(28222,'Citendeje',2442,1),
(28223,'Coacalco',2442,1),
(28224,'Coachochitlan',2442,1),
(28225,'Coacomulco',2442,1),
(28226,'Coapango',2442,1),
(28227,'Coatepec',2442,1),
(28228,'Coatepec Harinas',2442,1),
(28229,'Coatlinchan',2442,1),
(28230,'Cocotitlan',2442,1),
(28231,'Colorines',2442,1),
(28232,'Concepcion Jolalpan',2442,1),
(28233,'Coyotepec',2442,1),
(28234,'Cuauhtemoc',2442,1),
(28235,'Cuauhtenco',2442,1),
(28236,'Cuautitlan',2442,1),
(28237,'Cuautitlan Izcalli',2442,1),
(28238,'Cuautlalpan',2442,1),
(28239,'Cuaxustenco',2442,1),
(28240,'Cuexontitlan',2442,1),
(28241,'Cuijingo',2442,1),
(28242,'Ecatepec',2442,1),
(28243,'Ecatzingo',2442,1),
(28244,'Ejido Cahuacan',2442,1),
(28245,'Ejido Veinte de Noviembre la C',2442,1),
(28246,'Ejido de la Y Seccion Siete a ',2442,1),
(28247,'El Coporo',2442,1),
(28248,'El Oro',2442,1),
(28249,'Enchisi',2442,1),
(28250,'Enthavi',2442,1),
(28251,'Fuentes del Valle',2442,1),
(28252,'Huehuetoca',2442,1),
(28253,'Huexoculco',2442,1),
(28254,'Hueypoxtla',2442,1),
(28255,'Huilango',2442,1),
(28256,'Huitzilzingo',2442,1),
(28257,'Huixquilucan',2442,1),
(28258,'Huixquilucan de Degollado',2442,1),
(28259,'Huixtoco',2442,1),
(28260,'Ixlahuaca',2442,1),
(28261,'Ixtacalco',2442,1),
(28262,'Ixtapaluca',2442,1),
(28263,'Ixtapan',2442,1),
(28264,'Ixtlahuatzingo',2442,1),
(28265,'Jajalpa',2442,1),
(28266,'Jaltenco',2442,1),
(28267,'Jaltepec',2442,1),
(28268,'Jesus del Monte',2442,1),
(28269,'Jicaltepec Autopan',2442,1),
(28270,'Jilotepec',2442,1),
(28271,'Jilotzingo',2442,1),
(28272,'Jocotitlan',2442,1),
(28273,'Joquicingo',2442,1),
(28274,'Jorge Jimenez Cantu',2442,1),
(28275,'Juchitepec',2442,1),
(28276,'La Concepcion los Banos',2442,1),
(28277,'La Constitucion',2442,1),
(28278,'La Magdalema',2442,1),
(28279,'Lerma',2442,1),
(28280,'Loma de Juarez',2442,1),
(28281,'Lomas de Zacamulpa',2442,1),
(28282,'Lopez Mateos',2442,1),
(28283,'Los Esparragos',2442,1),
(28284,'Los Reyes',2442,1),
(28285,'Los Reyes Acozac',2442,1),
(28286,'Luvianos',2442,1),
(28287,'Malinalco',2442,1),
(28288,'Melchor Ocampo',2442,1),
(28289,'Metepec',2442,1),
(28290,'Mexicaltzingo',2442,1),
(28291,'Mextepec',2442,1),
(28292,'Montecillo',2442,1),
(28293,'Nativitas',2442,1),
(28294,'Naucalpan',2442,1),
(28295,'Nexquipayac',2442,1),
(28296,'Nextlalpan',2442,1),
(28297,'Nezahualcoyotl',2442,1),
(28298,'Nicolas Romero',2442,1),
(28299,'Nopaltepec',2442,1),
(28300,'Ocotitlan',2442,1),
(28301,'Ocotlan',2442,1),
(28302,'Ocoyoacac',2442,1),
(28303,'Ojo de Agua',2442,1),
(28304,'Otumba',2442,1),
(28305,'Otzacatipan',2442,1),
(28306,'Oyamel',2442,1),
(28307,'Oztolotepec',2442,1),
(28308,'Ozumba',2442,1),
(28309,'Papalotla',2442,1),
(28310,'Progreso Industrial',2442,1),
(28311,'Pueblo Nuevo',2442,1),
(28312,'Rayon',2442,1),
(28313,'Rio Frio',2442,1),
(28314,'Salitrillo',2442,1),
(28315,'San Antonio Buenavista',2442,1),
(28316,'San Antonio La Isla',2442,1),
(28317,'San Bartolo',2442,1),
(28318,'San Bartolo del Llano',2442,1),
(28319,'San Bernardino',2442,1),
(28320,'San Buenaventura',2442,1),
(28321,'San Felipe del Progreso',2442,1),
(28322,'San Jeronimo',2442,1),
(28323,'San Jose Guadalupe',2442,1),
(28324,'San Jose el Vidrio',2442,1),
(28325,'San Juan Tilapa',2442,1),
(28326,'San Juan de las Huertas',2442,1),
(28327,'San Juan y San Pedro Tezompa',2442,1),
(28328,'San Lorenzo Cuauhtenco',2442,1),
(28329,'San Martin de las Piramides',2442,1),
(28330,'San Miguel la Labor',2442,1),
(28331,'San Nicolas Guadalupe',2442,1),
(28332,'San Nicolas Tolentino',2442,1),
(28333,'San Pablo de las Salinas',2442,1),
(28334,'San Pedro Abajo',2442,1),
(28335,'San Pedro Arriba',2442,1),
(28336,'San Pedro el Alto',2442,1),
(28337,'San Pedro los Banos',2442,1),
(28338,'San Simon de la Laguna',2442,1),
(28339,'Santa Catarina del Monte',2442,1),
(28340,'Santa Cruz del Monte',2442,1),
(28341,'Santa Gertrudis',2442,1),
(28342,'Santa Maria del Monte',2442,1),
(28343,'Santo Domingo de Guzman',2442,1),
(28344,'Soyaniquilpan',2442,1),
(28345,'Sultepec',2442,1),
(28346,'Tecalco',2442,1),
(28347,'Tecamac',2442,1),
(28348,'Techuchulco',2442,1),
(28349,'Tecuahutitlan',2442,1),
(28350,'Tehuixtitlan',2442,1),
(28351,'Tejupilco',2442,1),
(28352,'Temamatla',2442,1),
(28353,'Temascalapa',2442,1),
(28354,'Temascalcingo',2442,1),
(28355,'Temoaya',2442,1),
(28356,'Tenancingo',2442,1),
(28357,'Tenango de Arista',2442,1),
(28358,'Tenango del Aire',2442,1),
(28359,'Tenochtitlan',2442,1),
(28360,'Teoloyucan',2442,1),
(28361,'Teotihuacan',2442,1),
(28362,'Tepeolulco',2442,1),
(28363,'Tepetitlan',2442,1),
(28364,'Tepetlaoxtoc',2442,1),
(28365,'Tepetlixpa',2442,1),
(28366,'Tepexpan',2442,1),
(28367,'Tepotzotlan',2442,1),
(28368,'Tequexquinahuac',2442,1),
(28369,'Tequisistlan',2442,1),
(28370,'Tequixquiac',2442,1),
(28371,'Texcalyacac',2442,1),
(28372,'Texcoco',2442,1),
(28373,'Teyahualco',2442,1),
(28374,'Tezoquipan',2442,1),
(28375,'Tezoyuca',2442,1),
(28376,'Tianguistenco',2442,1),
(28377,'Tilapa',2442,1),
(28378,'Tlachaloya Segunda Seccion',2442,1),
(28379,'Tlachihualpa',2442,1),
(28380,'Tlacotepec',2442,1),
(28381,'Tlahuelilpan',2442,1),
(28382,'Tlaixpan',2442,1),
(28383,'Tlalcilalcalli',2442,1),
(28384,'Tlalcilalcalpan',2442,1),
(28385,'Tlalmanalco',2442,1),
(28386,'Tlalmimilolpan',2442,1),
(28387,'Tlalnepantla',2442,1),
(28388,'Tlaltelulco',2442,1),
(28389,'Tlaltizapan',2442,1),
(28390,'Tlanisco',2442,1),
(28391,'Toluca',2442,1),
(28392,'Tonanitla',2442,1),
(28393,'Tonatico',2442,1),
(28394,'Totocuitlapilco',2442,1),
(28395,'Totoltepec',2442,1),
(28396,'Tulantongo',2442,1),
(28397,'Tultepec',2442,1),
(28398,'Tultitlan',2442,1),
(28399,'Valle de Bravo',2442,1),
(28400,'Victoria',2442,1),
(28401,'Villa Guerrero',2442,1),
(28402,'Vista Hermosa',2442,1),
(28403,'Xalatlaco',2442,1),
(28404,'Xalpa',2442,1),
(28405,'Xico',2442,1),
(28406,'Xochimanca',2442,1),
(28407,'Xolalpa',2442,1),
(28408,'Xoloc',2442,1),
(28409,'Xometla',2442,1),
(28410,'Xonacatlan',2442,1),
(28411,'Yachihuacaltepec',2442,1),
(28412,'Yancuitlalpan',2442,1),
(28413,'Zacacalco',2442,1),
(28414,'Zacamulpa',2442,1),
(28415,'Zacualpan',2442,1),
(28416,'Zaragoza',2442,1),
(28417,'Zictepec',2442,1),
(28418,'Zinacantepec',2442,1),
(28419,'Zolotepec',2442,1),
(28420,'Zumpahuacan',2442,1),
(28421,'Zumpango',2442,1),
(28422,'Acuitzio',2443,1),
(28423,'Aguililla',2443,1),
(28424,'Alvaro Obregon',2443,1),
(28425,'Angahuan',2443,1),
(28426,'Angamacutiro',2443,1),
(28427,'Angangueo',2443,1),
(28428,'Antunez',2443,1),
(28429,'Apatzingan',2443,1),
(28430,'Ario',2443,1),
(28431,'Arteaga',2443,1),
(28432,'Benito Juarez',2443,1),
(28433,'Brisenas',2443,1),
(28434,'Buenavista',2443,1),
(28435,'Buenos Aires',2443,1),
(28436,'Caltzontzin',2443,1),
(28437,'Capacuaro',2443,1),
(28438,'Capula',2443,1),
(28439,'Caracuaro',2443,1),
(28440,'Charapan',2443,1),
(28441,'Charo',2443,1),
(28442,'Chavinda',2443,1),
(28443,'Cheran',2443,1),
(28444,'Chilchota',2443,1),
(28445,'Churintzio',2443,1),
(28446,'Churumuco',2443,1),
(28447,'Coahuayana',2443,1),
(28448,'Coalcoman',2443,1),
(28449,'Coeneo',2443,1),
(28450,'Cojumatlan',2443,1),
(28451,'Comachuen',2443,1),
(28452,'Contepec',2443,1),
(28453,'Copandaro',2443,1),
(28454,'Cotija',2443,1),
(28455,'Cuanajo',2443,1),
(28456,'Cuitareo',2443,1),
(28457,'Cuitzeo',2443,1),
(28458,'Ecuandureo',2443,1),
(28459,'Hidalgo',2443,1),
(28460,'Huandacareo',2443,1),
(28461,'Huetamo',2443,1),
(28462,'Indaparapeo',2443,1),
(28463,'Irimbo',2443,1),
(28464,'Ixtlan',2443,1),
(28465,'Jacona',2443,1),
(28466,'Jiquilpan',2443,1),
(28467,'Jungapeo',2443,1),
(28468,'La Huacana',2443,1),
(28469,'La Mira',2443,1),
(28470,'La Orilla',2443,1),
(28471,'La Piedad',2443,1),
(28472,'La Ruana',2443,1),
(28473,'Las Guacamayas',2443,1),
(28474,'Lazaro Cardenas',2443,1),
(28475,'Lombardia',2443,1),
(28476,'Los Reyes',2443,1),
(28477,'Madero',2443,1),
(28478,'Maravatio',2443,1),
(28479,'Maya',2443,1),
(28480,'Morelia',2443,1),
(28481,'Morelos',2443,1),
(28482,'Nahuatzen',2443,1),
(28483,'Nocupetaro',2443,1),
(28484,'Nueva Italia de Ruiz',2443,1),
(28485,'Nuevo San Juan Parangaricutiro',2443,1),
(28486,'Numaran',2443,1),
(28487,'Ocampo',2443,1),
(28488,'Opopeo',2443,1),
(28489,'Pajacuaran',2443,1),
(28490,'Panindicuaro',2443,1),
(28491,'Paracho',2443,1),
(28492,'Paracuaro',2443,1),
(28493,'Pastor Ortiz',2443,1),
(28494,'Patzcuaro',2443,1),
(28495,'Pedernales',2443,1),
(28496,'Penjamillo',2443,1),
(28497,'Periban',2443,1),
(28498,'Pichataro',2443,1),
(28499,'Purepero',2443,1),
(28500,'Puruandiro',2443,1),
(28501,'Puruaran',2443,1),
(28502,'Querendaro',2443,1),
(28503,'Quiroga',2443,1),
(28504,'Rincon de Nicolas Romero',2443,1),
(28505,'Riva Palacio',2443,1),
(28506,'Sahuayo',2443,1),
(28507,'San Jose de Gracia',2443,1),
(28508,'San Lucas',2443,1),
(28509,'San Matias Grande',2443,1),
(28510,'Santa Clara de Valladares',2443,1),
(28511,'Santa Clara del Cobre',2443,1),
(28512,'Santa Fe de la Laguna',2443,1),
(28513,'Tacambaro',2443,1),
(28514,'Tancitaro',2443,1),
(28515,'Tangamandapio',2443,1),
(28516,'Tangancicuaro',2443,1),
(28517,'Tanhuato',2443,1),
(28518,'Tarecuato',2443,1),
(28519,'Taretan',2443,1),
(28520,'Tarimbaro',2443,1),
(28521,'Tejaro',2443,1),
(28522,'Tepalcatepec',2443,1),
(28523,'Tingambato',2443,1),
(28524,'Tinguindin',2443,1),
(28525,'Tiquicheo',2443,1),
(28526,'Tlalpujahua',2443,1),
(28527,'Tlazazalca',2443,1),
(28528,'Tungareo',2443,1),
(28529,'Tuxpan',2443,1),
(28530,'Tzintzuntzan',2443,1),
(28531,'Uruapan',2443,1),
(28532,'Venustiano Carranza',2443,1),
(28533,'Villa Jimenez',2443,1),
(28534,'Villachuato',2443,1),
(28535,'Villamar',2443,1),
(28536,'Vista Hermosa',2443,1),
(28537,'Yurecuaro',2443,1),
(28538,'Zacapu',2443,1),
(28539,'Zamora',2443,1),
(28540,'Zinapecuaro',2443,1),
(28541,'Zitacuaro',2443,1),
(28542,'Alpuyeca',2444,1),
(28543,'Amacuzac',2444,1),
(28544,'Amayuca',2444,1),
(28545,'Anenecuilco',2444,1),
(28546,'Apatlaco',2444,1),
(28547,'Atlatlahucan',2444,1),
(28548,'Axochiapan',2444,1),
(28549,'Ayala',2444,1),
(28550,'Calera Chica',2444,1),
(28551,'Chiconcuac',2444,1),
(28552,'Coatetelco',2444,1),
(28553,'Cocoyoc',2444,1),
(28554,'Cuautla',2444,1),
(28555,'Cuernavaca',2444,1),
(28556,'Emiliano Zapata',2444,1),
(28557,'Higueron',2444,1),
(28558,'Hueyapan',2444,1),
(28559,'Huiztilac',2444,1),
(28560,'Independencia',2444,1),
(28561,'Jantetelco',2444,1),
(28562,'Jiutepec',2444,1),
(28563,'Jojutla',2444,1),
(28564,'Jonacatepec',2444,1),
(28565,'Juan Morales',2444,1),
(28566,'La Joya',2444,1),
(28567,'Los Arcos',2444,1),
(28568,'Mazatepec',2444,1),
(28569,'Miacatlan',2444,1),
(28570,'Oaxtepec',2444,1),
(28571,'Ocuituco',2444,1),
(28572,'Pedro Amaro',2444,1),
(28573,'Progreso',2444,1),
(28574,'Puente de Ixtla',2444,1),
(28575,'San Jose Vista Hermosa',2444,1),
(28576,'San Nicolas Galeana',2444,1),
(28577,'Santa Catarina',2444,1),
(28578,'Santa Rosa Treinta',2444,1),
(28579,'Tehuixtla',2444,1),
(28580,'Telixtac',2444,1),
(28581,'Temixco',2444,1),
(28582,'Temoac',2444,1),
(28583,'Tenextepango',2444,1),
(28584,'Tepalcingo',2444,1),
(28585,'Tepoztlan',2444,1),
(28586,'Tetecala',2444,1),
(28587,'Tetela del Volcan',2444,1),
(28588,'Tilzapotla',2444,1),
(28589,'Tlacotepec',2444,1),
(28590,'Tlalnepantla',2444,1),
(28591,'Tlaltizapan',2444,1),
(28592,'Tlaquiltenango',2444,1),
(28593,'Tlatenchi',2444,1),
(28594,'Tlayacapan',2444,1),
(28595,'Totolapan',2444,1),
(28596,'Tres Marias',2444,1),
(28597,'Unidad Habitacional Jose Maria',2444,1),
(28598,'Xochitepec',2444,1),
(28599,'Xoxocotla',2444,1),
(28600,'Yautepec',2444,1),
(28601,'Yecapixtla',2444,1),
(28602,'Zacatepec',2444,1),
(28603,'Zacualpan',2444,1),
(28604,'Acaponeta',2445,1),
(28605,'Ahuacatlan',2445,1),
(28606,'Amatlan',2445,1),
(28607,'Aztatan',2445,1),
(28608,'Bucerias',2445,1),
(28609,'Carmen',2445,1),
(28610,'Cerralvo',2445,1),
(28611,'Compostela',2445,1),
(28612,'Hidalgo',2445,1),
(28613,'Ixcuintla',2445,1),
(28614,'Ixtlan del Rio',2445,1),
(28615,'Jala',2445,1),
(28616,'Jalcocotan',2445,1),
(28617,'La Penita de Jaltemba',2445,1),
(28618,'La Presa',2445,1),
(28619,'Lagunillas',2445,1),
(28620,'Las Jarretaderas',2445,1),
(28621,'Las Varas',2445,1),
(28622,'Puga',2445,1),
(28623,'Rosamorada',2445,1),
(28624,'Ruiz',2445,1),
(28625,'San Blas',2445,1),
(28626,'San Jose del Valle',2445,1),
(28627,'San Juan de Abajo',2445,1),
(28628,'San Vicente',2445,1),
(28629,'Santa Maria del Oro',2445,1),
(28630,'Tecuala',2445,1),
(28631,'Tepic',2445,1),
(28632,'Tuxpan',2445,1),
(28633,'Valle de Banderas',2445,1),
(28634,'Xalisco',2445,1),
(28635,'Yago',2445,1),
(28636,'Zacualpan',2445,1),
(28637,'Acatlan',2447,1),
(28638,'Amatlan',2447,1),
(28639,'Amilpas',2447,1),
(28640,'Amuzgos',2447,1),
(28641,'Asuncion Ixtaltepec',2447,1),
(28642,'Asuncion Nochixtlan',2447,1),
(28643,'Asuncion Ocotlan',2447,1),
(28644,'Atempa',2447,1),
(28645,'Atzompa',2447,1),
(28646,'Ayautla',2447,1),
(28647,'Ayoquezco',2447,1),
(28648,'Ayotzintepec',2447,1),
(28649,'Bajos de Chila',2447,1),
(28650,'Brisas de Zicatela',2447,1),
(28651,'Cacahuatepec',2447,1),
(28652,'Cacaotepec',2447,1),
(28653,'Chahuites',2447,1),
(28654,'Chichicapam',2447,1),
(28655,'Chiltepec',2447,1),
(28656,'Cienaga de Zimatlan',2447,1),
(28657,'Coatlan',2447,1),
(28658,'Comitancillo',2447,1),
(28659,'Cosolapa',2447,1),
(28660,'Coyotepec',2447,1),
(28661,'Crucecita',2447,1),
(28662,'Cuicatlan',2447,1),
(28663,'Cuilapam',2447,1),
(28664,'Ejutla de Crespo',2447,1),
(28665,'El Espinal',2447,1),
(28666,'Etla',2447,1),
(28667,'Fraccionamiento el Rosario',2447,1),
(28668,'Guelavia',2447,1),
(28669,'Guichicovi',2447,1),
(28670,'Huajuapan',2447,1),
(28671,'Huatulco',2447,1),
(28672,'Huautla',2447,1),
(28673,'Huaxpaltepec',2447,1),
(28674,'Huayapam',2447,1),
(28675,'Huazolotitlan',2447,1),
(28676,'Huitzo',2447,1),
(28677,'Huixtepec',2447,1),
(28678,'Ingenio',2447,1),
(28679,'Ixcatlan',2447,1),
(28680,'Ixhuatan',2447,1),
(28681,'Ixtepec',2447,1),
(28682,'Jalapa',2447,1),
(28683,'Jamiltepec',2447,1),
(28684,'Jicayan',2447,1),
(28685,'Juchitan',2447,1),
(28686,'Juquila',2447,1),
(28687,'Juxtlahuaca',2447,1),
(28688,'Loma Bonita',2447,1),
(28689,'Magdalena Teitipac',2447,1),
(28690,'Magdalena Tequisistlan',2447,1),
(28691,'Matatlan',2447,1),
(28692,'Matias Romero',2447,1),
(28693,'Mechoacan',2447,1),
(28694,'Miahuatlan',2447,1),
(28695,'Mitla',2447,1),
(28696,'Mixtepec',2447,1),
(28697,'Mixtequilla',2447,1),
(28698,'Nazareno Etla',2447,1),
(28699,'Niltepec',2447,1),
(28700,'Oaxaca',2447,1),
(28701,'Ocotepec',2447,1),
(28702,'Ocotlan',2447,1),
(28703,'Ojitlan',2447,1),
(28704,'Palomares',2447,1),
(28705,'Panixtlahuaca',2447,1),
(28706,'Petapa',2447,1),
(28707,'Pinotepa Nacional',2447,1),
(28708,'Pinotepa de Don Luis',2447,1),
(28709,'Pochutla',2447,1),
(28710,'Puerto Escondido',2447,1),
(28711,'Putla',2447,1),
(28712,'Quetzaltepec',2447,1),
(28713,'Rincon Viejo',2447,1),
(28714,'Rio Grande',2447,1),
(28715,'Salina Cruz',2447,1),
(28716,'San Agustin de las Juntas',2447,1),
(28717,'San Antonio Castillo Velasco',2447,1),
(28718,'San Antonio de la Cal',2447,1),
(28719,'San Dionisio del Mar',2447,1),
(28720,'San Francisco del Mar',2447,1),
(28721,'San Jose del Progreso',2447,1),
(28722,'San Juan Colorado',2447,1),
(28723,'San Mateo del Mar',2447,1),
(28724,'Santa Lucia del Camino',2447,1),
(28725,'Santa Maria del Tule',2447,1),
(28726,'Santiago Apostol',2447,1),
(28727,'Santos Reyes Nopala',2447,1),
(28728,'Soyaltepec',2447,1),
(28729,'Suchilquitongo',2447,1),
(28730,'Tamazulapam',2447,1),
(28731,'Tapanatepec',2447,1),
(28732,'Tehuantepec',2447,1),
(28733,'Teitipac',2447,1),
(28734,'Telixtlahuaca',2447,1),
(28735,'Teotitlan',2447,1),
(28736,'Teotitlan den Valle',2447,1),
(28737,'Tilquiapam',2447,1),
(28738,'Tlacolula',2447,1),
(28739,'Tlalixtac',2447,1),
(28740,'Tlaxiaco',2447,1),
(28741,'Tutla',2447,1),
(28742,'Tuxtepec',2447,1),
(28743,'Union Hidalgo',2447,1),
(28744,'Usila',2447,1),
(28745,'Valle Nacional',2447,1),
(28746,'Vicente Camalote',2447,1),
(28747,'Vicente Guerrero',2447,1),
(28748,'Xadani',2447,1),
(28749,'Xitla',2447,1),
(28750,'Xoxocotlan',2447,1),
(28751,'Yaitepec',2447,1),
(28752,'Yatareni',2447,1),
(28753,'Zaachila',2447,1),
(28754,'Zacatepec',2447,1),
(28755,'Zanatepec',2447,1),
(28756,'Zimatlan',2447,1),
(28757,'Acajete',2448,1),
(28758,'Acateno',2448,1),
(28759,'Acatlan',2448,1),
(28760,'Acatzingo',2448,1),
(28761,'Actipan',2448,1),
(28762,'Acuexcomac',2448,1),
(28763,'Ahuatempan',2448,1),
(28764,'Ajalpan',2448,1),
(28765,'Aljojuca',2448,1),
(28766,'Almecatla',2448,1),
(28767,'Alseseca',2448,1),
(28768,'Altepexi',2448,1),
(28769,'Amecac',2448,1),
(28770,'Amozoc',2448,1),
(28771,'Aparicio',2448,1),
(28772,'Atempan',2448,1),
(28773,'Atencingo',2448,1),
(28774,'Atlixco',2448,1),
(28775,'Atoyatempan',2448,1),
(28776,'Atzitzintla',2448,1),
(28777,'Atzompa',2448,1),
(28778,'Ayutla',2448,1),
(28779,'Azumiatla',2448,1),
(28780,'Benito Juarez',2448,1),
(28781,'Buenos Aires',2448,1),
(28782,'Cacaloxuchitl',2448,1),
(28783,'Calipan',2448,1),
(28784,'Calmeca',2448,1),
(28785,'Calpan',2448,1),
(28786,'Caltenco',2448,1),
(28787,'Canada',2448,1),
(28788,'Canoa',2448,1),
(28789,'Caxhuacan',2448,1),
(28790,'Chalchihuapan',2448,1),
(28791,'Chapulco',2448,1),
(28792,'Chautla',2448,1),
(28793,'Chiapa',2448,1),
(28794,'Chiautla',2448,1),
(28795,'Chiautzingo',2448,1),
(28796,'Chiconquiac',2448,1),
(28797,'Chietla',2448,1),
(28798,'Chignahuapan',2448,1),
(28799,'Chignautla',2448,1),
(28800,'Chilac',2448,1),
(28801,'Chilchotla',2448,1),
(28802,'Cholula',2448,1),
(28803,'Citlaltepetl',2448,1),
(28804,'Coatepec',2448,1),
(28805,'Coronango',2448,1),
(28806,'Coxcatlan',2448,1),
(28807,'Coyula',2448,1),
(28808,'Cuacnopalan',2448,1),
(28809,'Cuanala',2448,1),
(28810,'Cuapiaxtla',2448,1),
(28811,'Cuautlancingo',2448,1),
(28812,'Cuayucatepec',2448,1),
(28813,'Cuetzalan',2448,1),
(28814,'Domingo Arenas',2448,1),
(28815,'Escape',2448,1),
(28816,'Esperanza',2448,1),
(28817,'Guadalupe Victoria',2448,1),
(28818,'Huaquechula',2448,1),
(28819,'Huauchinango',2448,1),
(28820,'Huehuetlan',2448,1),
(28821,'Huejotzingo',2448,1),
(28822,'Hueyapan',2448,1),
(28823,'Hueyotlipan',2448,1),
(28824,'Hueytamalco',2448,1),
(28825,'Huixcolotla',2448,1),
(28826,'Ixcaquixtla',2448,1),
(28827,'Ixtiyucan',2448,1),
(28828,'Izucar',2448,1),
(28829,'Jolalpan',2448,1),
(28830,'La Ceiba',2448,1),
(28831,'La Galarza',2448,1),
(28832,'La Resureccion',2448,1),
(28833,'Lazaro Cardenas',2448,1),
(28834,'Libres',2448,1),
(28835,'Los Ranchos',2448,1),
(28836,'Los Reyes de Juarez',2448,1),
(28837,'Malacatepec',2448,1),
(28838,'Metlaltoyuca',2448,1),
(28839,'Miahuatlan',2448,1),
(28840,'Mihuacan',2448,1),
(28841,'Momoxpan',2448,1),
(28842,'Moyotzingo',2448,1),
(28843,'Nealtican',2448,1),
(28844,'Necaxa',2448,1),
(28845,'Nopalucan',2448,1),
(28846,'Ocotitlan',2448,1),
(28847,'Ocotlan',2448,1),
(28848,'Ocoyucan',2448,1),
(28849,'Oriental',2448,1),
(28850,'Pahuatlan',2448,1),
(28851,'Palmar de Bravo',2448,1),
(28852,'Puebla',2448,1),
(28853,'Quecholac',2448,1),
(28854,'Raboso',2448,1),
(28855,'Rafael Lara Grajales',2448,1),
(28856,'San Gabriel Casa Blanca',2448,1),
(28857,'San Lucas el Grande',2448,1),
(28858,'San Salvador el Seco',2448,1),
(28859,'San Sebastian Villanueva',2448,1),
(28860,'Sanctorum',2448,1),
(28861,'Santa Maria la Alta',2448,1),
(28862,'Serdan',2448,1),
(28863,'Soltepec',2448,1),
(28864,'Tatoxcac',2448,1),
(28865,'Tecali',2448,1),
(28866,'Tecamachalco',2448,1),
(28867,'Tehuacan',2448,1),
(28868,'Tehuitzingo',2448,1),
(28869,'Tenango',2448,1),
(28870,'Tenango de las Flores',2448,1),
(28871,'Tenextatiloyan',2448,1),
(28872,'Teontepec',2448,1),
(28873,'Teopantlan',2448,1),
(28874,'Teotlalcingo',2448,1),
(28875,'Tepango',2448,1),
(28876,'Tepatlaxco',2448,1),
(28877,'Tepeaca',2448,1),
(28878,'Tepeojuma',2448,1),
(28879,'Tepexi',2448,1),
(28880,'Tepulco',2448,1),
(28881,'Tetela Morelos',2448,1),
(28882,'Tetela de Ocampo',2448,1),
(28883,'Teteles',2448,1),
(28884,'Tetzoyocan',2448,1),
(28885,'Texmelucan',2448,1),
(28886,'Teziutlan',2448,1),
(28887,'Tianguismanalco',2448,1),
(28888,'Tlachichuca',2448,1),
(28889,'Tlacotepec',2448,1),
(28890,'Tlacoyalco',2448,1),
(28891,'Tlahuapan',2448,1),
(28892,'Tlaixpan',2448,1),
(28893,'Tlalancaleca',2448,1),
(28894,'Tlaltenango',2448,1),
(28895,'Tlanalapan',2448,1),
(28896,'Tlancualpican',2448,1),
(28897,'Tlanepantla',2448,1),
(28898,'Tlapanala',2448,1),
(28899,'Tlatlauquitepec',2448,1),
(28900,'Tlaxcalancingo',2448,1),
(28901,'Tlaxco',2448,1),
(28902,'Tochapan',2448,1),
(28903,'Tochimilco',2448,1),
(28904,'Tochtepec',2448,1),
(28905,'Tulcingo',2448,1),
(28906,'Tuxco',2448,1),
(28907,'Venustiano Carranza',2448,1),
(28908,'Xalmimilulco',2448,1),
(28909,'Xaltepec',2448,1),
(28910,'Xicotepec',2448,1),
(28911,'Xiutetelco',2448,1),
(28912,'Xochiltenango',2448,1),
(28913,'Xochitlan',2448,1),
(28914,'Xonatepec',2448,1),
(28915,'Xoxtla',2448,1),
(28916,'Yaonahuac',2448,1),
(28917,'Yehualtepec',2448,1),
(28918,'Zacapechpan',2448,1),
(28919,'Zacapoaxtla',2448,1),
(28920,'Zacatepec',2448,1),
(28921,'Zacatlan',2448,1),
(28922,'Zaragoza',2448,1),
(28923,'Zinacatepec',2448,1),
(28924,'Zongozotla',2448,1),
(28925,'Zozutla',2448,1),
(28926,'Ajuchitlan',2449,1),
(28927,'Amazcala',2449,1),
(28928,'Amealco',2449,1),
(28929,'Cadereyta',2449,1),
(28930,'Candiles',2449,1),
(28931,'Colon',2449,1),
(28932,'El Colorado',2449,1),
(28933,'El Pueblito',2449,1),
(28934,'El Sauz',2449,1),
(28935,'Ezequiel Montes',2449,1),
(28936,'Huimilpan',2449,1),
(28937,'Jalpan',2449,1),
(28938,'Jauregui',2449,1),
(28939,'La Canada',2449,1),
(28940,'La Estancia',2449,1),
(28941,'La Lira',2449,1),
(28942,'La Llave',2449,1),
(28943,'Paso de Mata',2449,1),
(28944,'Pedro Escobedo',2449,1),
(28945,'Queretaro',2449,1),
(28946,'San Jose de los Olvera',2449,1),
(28947,'San Jose el Alto',2449,1),
(28948,'San Juan del Rio',2449,1),
(28949,'San Nicolas',2449,1),
(28950,'San Pedro Martir',2449,1),
(28951,'Santa Maria Magdalena',2449,1),
(28952,'Tequisquiapan',2449,1),
(28953,'Tlacote el Bajo',2449,1),
(28954,'Adolfo Ruiz Cortines',2452,1),
(28955,'Agua Verde',2452,1),
(28956,'Ahome',2452,1),
(28957,'Angostura',2452,1),
(28958,'Badiraguato',2452,1),
(28959,'Bagojo',2452,1),
(28960,'Benito Juarez',2452,1),
(28961,'Campo Gobierno',2452,1),
(28962,'Choix',2452,1),
(28963,'Compuertas',2452,1),
(28964,'Concordia',2452,1),
(28965,'Constancia',2452,1),
(28966,'Cosala',2452,1),
(28967,'Costa Rica',2452,1),
(28968,'Culiacan',2452,1),
(28969,'Culiacancito',2452,1),
(28970,'El Burrion',2452,1),
(28971,'El Carrizo',2452,1),
(28972,'El Diez',2452,1),
(28973,'El Estero',2452,1),
(28974,'El Fuerte',2452,1),
(28975,'El Rosario',2452,1),
(28976,'El Tamarindo',2452,1),
(28977,'Eldorado',2452,1),
(28978,'Escuinapa',2452,1),
(28979,'Estacion Naranjo',2452,1),
(28980,'Estancia Bamoa',2452,1),
(28981,'Gabriel Leyva Solano',2452,1),
(28982,'Guamuchil',2452,1),
(28983,'Guasave',2452,1),
(28984,'Higuera',2452,1),
(28985,'Isla del Bosque',2452,1),
(28986,'Jahuara Segundo',2452,1),
(28987,'Juan Jose Rios',2452,1),
(28988,'La Cruz',2452,1),
(28989,'La Palma',2452,1),
(28990,'La Reforma',2452,1),
(28991,'La Trinidad',2452,1),
(28992,'Los Mochis',2452,1),
(28993,'Mazatlan',2452,1),
(28994,'Mochicahui',2452,1),
(28995,'Mocorito',2452,1),
(28996,'Navolato',2452,1),
(28997,'Pericos',2452,1),
(28998,'Pueblos Unidos',2452,1),
(28999,'Quila',2452,1),
(29000,'San Blas',2452,1),
(29001,'San Ignacio',2452,1),
(29002,'Sinaloa',2452,1),
(29003,'Teacapan',2452,1),
(29004,'Topolobampo',2452,1),
(29005,'Villa Union',2452,1),
(29006,'Zapotitlan',2452,1),
(29007,'Agua Prieta',2453,1),
(29008,'Alamos',2453,1),
(29009,'Altar',2453,1),
(29010,'Bacobampo',2453,1),
(29011,'Bacum',2453,1),
(29012,'Bahia de Kino',2453,1),
(29013,'Benjamin Hill',2453,1),
(29014,'Caborca',2453,1),
(29015,'Campo Sesenta',2453,1),
(29016,'Cananea',2453,1),
(29017,'Carbo',2453,1),
(29018,'Cocorit',2453,1),
(29019,'Cumpas',2453,1),
(29020,'Empalme',2453,1),
(29021,'Esperanza',2453,1),
(29022,'Esqueda',2453,1),
(29023,'Etchojoa',2453,1),
(29024,'Etchoropo',2453,1),
(29025,'Guaymas',2453,1),
(29026,'Hermosillo',2453,1),
(29027,'Huatabampo',2453,1),
(29028,'Imuris',2453,1),
(29029,'Juarez',2453,1),
(29030,'Kino',2453,1),
(29031,'La Doce',2453,1),
(29032,'La Union',2453,1),
(29033,'Moctezuma',2453,1),
(29034,'Naco',2453,1),
(29035,'Nacozari',2453,1),
(29036,'Navajoa',2453,1),
(29037,'Nogales',2453,1),
(29038,'Obregon',2453,1),
(29039,'Pitiquito',2453,1),
(29040,'Potam',2453,1),
(29041,'Providencia',2453,1),
(29042,'Puerto Penasco',2453,1),
(29043,'Rio Muerto',2453,1),
(29044,'Sahuaripa',2453,1),
(29045,'San Jose de Bacum',2453,1),
(29046,'San Luis Rio Colorado',2453,1),
(29047,'Sanchez',2453,1),
(29048,'Santa Ana',2453,1),
(29049,'Sonoita',2453,1),
(29050,'Tobarito',2453,1),
(29051,'Ures',2453,1),
(29052,'Vicam',2453,1),
(29053,'Yaqui',2453,1),
(29054,'Yavaros',2453,1),
(29055,'Aquiles Serdan',2454,1),
(29056,'Ayapa',2454,1),
(29057,'Balancan',2454,1),
(29058,'Barra de Santa Ana',2454,1),
(29059,'Belen',2454,1),
(29060,'Bosque de Saloya',2454,1),
(29061,'Buenavista',2454,1),
(29062,'Campo Magellanes',2454,1),
(29063,'Cardenas',2454,1),
(29064,'Chichicapa',2454,1),
(29065,'Chontalpa',2454,1),
(29066,'Comalcalco',2454,1),
(29067,'Cunduacan',2454,1),
(29068,'El Triunfo',2454,1),
(29069,'Emiliano Zapata',2454,1),
(29070,'Fraccionamiento la Selva',2454,1),
(29071,'Frontera',2454,1),
(29072,'Huimanguillo',2454,1),
(29073,'Jalapa',2454,1),
(29074,'Jalpa',2454,1),
(29075,'Jonuta',2454,1),
(29076,'La Curva',2454,1),
(29077,'La Venta',2454,1),
(29078,'Luis Gil Perez',2454,1),
(29079,'Macultepec',2454,1),
(29080,'Macuspana',2454,1),
(29081,'Magana',2454,1),
(29082,'Miguel Hidalgo',2454,1),
(29083,'Nacajuca',2454,1),
(29084,'Ocuiltzapotlan',2454,1),
(29085,'Once de Febrero',2454,1),
(29086,'Paraiso',2454,1),
(29087,'Parrilla',2454,1),
(29088,'Pemex',2454,1),
(29089,'Playas del Rosario',2454,1),
(29090,'Rio Viejo',2454,1),
(29091,'San Carlos',2454,1),
(29092,'Santa Rosalia',2454,1),
(29093,'Simon Sarlat',2454,1),
(29094,'Tacotalpa',2454,1),
(29095,'Tamulte',2454,1),
(29096,'Teapa',2454,1),
(29097,'Tecolutilla',2454,1),
(29098,'Tenosique',2454,1),
(29099,'Vicente Guerrero',2454,1),
(29100,'Villa Aldama',2454,1),
(29101,'Villahermosa',2454,1),
(29102,'Abasolo',2455,1),
(29103,'Aldama',2455,1),
(29104,'Altamira',2455,1),
(29105,'Antiguo Morelos',2455,1),
(29106,'Camargo',2455,1),
(29107,'Cuauhtemoc',2455,1),
(29108,'El Mante',2455,1),
(29109,'Estacion Manuel',2455,1),
(29110,'Gonzalez',2455,1),
(29111,'Graciano Sanchez',2455,1),
(29112,'Guerrero',2455,1),
(29113,'Gustavo Diaz Ordaz',2455,1),
(29114,'Hidalgo',2455,1),
(29115,'Jaumave',2455,1),
(29116,'Llerca',2455,1),
(29117,'Los Guerra',2455,1),
(29118,'Madero',2455,1),
(29119,'Matamoros',2455,1),
(29120,'Mier',2455,1),
(29121,'Miguel Aleman',2455,1),
(29122,'Miramar',2455,1),
(29123,'Nuevo Laredo',2455,1),
(29124,'Nuevo Progreso',2455,1),
(29125,'Ocampo',2455,1),
(29126,'Padilla',2455,1),
(29127,'Reynosa',2455,1),
(29128,'Rio Bravo',2455,1),
(29129,'San Fernando',2455,1),
(29130,'Santa Engracia',2455,1),
(29131,'Santander Jimenez',2455,1),
(29132,'Soto la Marina',2455,1),
(29133,'Tampico',2455,1),
(29134,'Tula',2455,1),
(29135,'Valle Hermoso',2455,1),
(29136,'Victoria',2455,1),
(29137,'Xicotencatl',2455,1),
(29138,'Ahuashuatepec',2456,1),
(29139,'Altzayanca',2456,1),
(29140,'Amaxac',2456,1),
(29141,'Apetatitlan',2456,1),
(29142,'Apizaco',2456,1),
(29143,'Apizaquito',2456,1),
(29144,'Atexcatzingo',2456,1),
(29145,'Axocomanitla',2456,1),
(29146,'Ayometla',2456,1),
(29147,'Benito Juarez',2456,1),
(29148,'Buen Suceso',2456,1),
(29149,'Calpulalpan',2456,1),
(29150,'Chiautempan',2456,1),
(29151,'Contla',2456,1),
(29152,'Cuapiaxtla',2456,1),
(29153,'Huactzinco',2456,1),
(29154,'Huamantla',2456,1),
(29155,'Hueyotlipan',2456,1),
(29156,'Huiloac',2456,1),
(29157,'Ignacio Zaragoza',2456,1),
(29158,'Ixtacuixtla',2456,1),
(29159,'Ixtenco',2456,1),
(29160,'Mazatecochco',2456,1),
(29161,'Nanacamilpa',2456,1),
(29162,'Nativitas',2456,1),
(29163,'Nopalucan',2456,1),
(29164,'Panotla',2456,1),
(29165,'Papalotla',2456,1),
(29166,'Quilehtla',2456,1),
(29167,'Sanctorum',2456,1),
(29168,'Teacalco',2456,1),
(29169,'Tenancingo',2456,1),
(29170,'Teolocholco',2456,1),
(29171,'Tepetitla',2456,1),
(29172,'Tepeyanco',2456,1),
(29173,'Tequixquitla',2456,1),
(29174,'Terrenate',2456,1),
(29175,'Tetla',2456,1),
(29176,'Tetlanohcan',2456,1),
(29177,'Tetlatlahuca',2456,1),
(29178,'Texcalac',2456,1),
(29179,'Texoloc',2456,1),
(29180,'Tlaltelulco',2456,1),
(29181,'Tlaxcala',2456,1),
(29182,'Tlaxco',2456,1),
(29183,'Tocatlan',2456,1),
(29184,'Totolac',2456,1),
(29185,'Vicente Guerrero',2456,1),
(29186,'Villa Alta',2456,1),
(29187,'Xaloztoc',2456,1),
(29188,'Xaltocan',2456,1),
(29189,'Xicohtzinco',2456,1),
(29190,'Xicotencatl',2456,1),
(29191,'Xiloxoxtla',2456,1),
(29192,'Yauhquemecan',2456,1),
(29193,'Zacatelco',2456,1),
(29194,'Zacualpan',2456,1),
(29195,'Zitlaltepec',2456,1),
(29196,'Acayucan',2457,1),
(29197,'Actopan',2457,1),
(29198,'Acultzingo',2457,1),
(29199,'Agua Dulce',2457,1),
(29200,'Alamo',2457,1),
(29201,'Allende',2457,1),
(29202,'Altamirano',2457,1),
(29203,'Alto Lucero',2457,1),
(29204,'Altotonga',2457,1),
(29205,'Alvarado',2457,1),
(29206,'Amatlan',2457,1),
(29207,'Anahuac',2457,1),
(29208,'Anton Lizardo',2457,1),
(29209,'Atzacan',2457,1),
(29210,'Azueta',2457,1),
(29211,'Banderilla',2457,1),
(29212,'Benito Juarez',2457,1),
(29213,'Boca del Monte',2457,1),
(29214,'Boca del Rio',2457,1),
(29215,'Cabada',2457,1),
(29216,'Cabezas',2457,1),
(29217,'Carrillo',2457,1),
(29218,'Castillo de Teayo',2457,1),
(29219,'Catemaco',2457,1),
(29220,'Cazones',2457,1),
(29221,'Cerro Azul',2457,1),
(29222,'Chacaltianguis',2457,1),
(29223,'Chicontepec',2457,1),
(29224,'Chinameca',2457,1),
(29225,'Chinampa',2457,1),
(29226,'Chocaman',2457,1),
(29227,'Citlaltepetl',2457,1),
(29228,'Clara',2457,1),
(29229,'Coacoatzintla',2457,1),
(29230,'Coacotla',2457,1),
(29231,'Coatepec',2457,1),
(29232,'Coatzacoalcos',2457,1),
(29233,'Coatzintla',2457,1),
(29234,'Comoapan',2457,1),
(29235,'Cordoba',2457,1),
(29236,'Corral Nuevo',2457,1),
(29237,'Cosamaloapan',2457,1),
(29238,'Cosautlan',2457,1),
(29239,'Coscomatepec',2457,1),
(29240,'Cosoleacaque',2457,1),
(29241,'Covarrubias',2457,1),
(29242,'Coxquihui',2457,1),
(29243,'Coyutla',2457,1),
(29244,'Cuauhtemoc',2457,1),
(29245,'Cuautlapan',2457,1),
(29246,'Cuichapa',2457,1),
(29247,'Cuitlahuac',2457,1),
(29248,'El Castillo',2457,1),
(29249,'El Higo',2457,1),
(29250,'El Naranjito',2457,1),
(29251,'El Pueblito',2457,1),
(29252,'El Tejar',2457,1),
(29253,'Emilio Carranza',2457,1),
(29254,'Estacion Juanita',2457,1),
(29255,'Estacion del Idolo',2457,1),
(29256,'Filomeno Mata',2457,1),
(29257,'Fortin',2457,1),
(29258,'Gabino Barreda',2457,1),
(29259,'Guadalupe Victoria',2457,1),
(29260,'Gutierrez Zamora',2457,1),
(29261,'Hidalgo',2457,1),
(29262,'Hidalgotitlan',2457,1),
(29263,'Huatusco',2457,1),
(29264,'Huayacoctla',2457,1),
(29265,'Hueyapan',2457,1),
(29266,'Huiloapan',2457,1),
(29267,'Ignacio de la Llave',2457,1),
(29268,'Isla',2457,1),
(29269,'Ixcatepec',2457,1),
(29270,'Ixhuatlan del Cafe',2457,1),
(29271,'Ixhuatlan del Sureste',2457,1),
(29272,'Ixhuatlancillo',2457,1),
(29273,'Ixtaczoquitlan',2457,1),
(29274,'Jalacingo',2457,1),
(29275,'Jalapilla',2457,1),
(29276,'Jaltipan',2457,1),
(29277,'Jamapa',2457,1),
(29278,'Jesus Carranza',2457,1),
(29279,'Jilotepec',2457,1),
(29280,'La Antigua',2457,1),
(29281,'La Estanzuela',2457,1),
(29282,'La Pena',2457,1),
(29283,'La Perla',2457,1),
(29284,'La Poza',2457,1),
(29285,'Las Amapolas',2457,1),
(29286,'Las Choapas',2457,1),
(29287,'Las Vigas',2457,1),
(29288,'Lerdo',2457,1),
(29289,'Lomas de Barillas',2457,1),
(29290,'Los Altos',2457,1),
(29291,'Los Mangos',2457,1),
(29292,'Maltrata',2457,1),
(29293,'Mariano Escobedo',2457,1),
(29294,'Martinez',2457,1),
(29295,'Mecatlan',2457,1),
(29296,'Mecayapan',2457,1),
(29297,'Mendoza',2457,1),
(29298,'Minatitlan',2457,1),
(29299,'Misantla',2457,1),
(29300,'Monte Blanco',2457,1),
(29301,'Moralillo',2457,1),
(29302,'Motzorongo',2457,1),
(29303,'Mundo Nuevo',2457,1),
(29304,'Nanchital',2457,1),
(29305,'Naolinco',2457,1),
(29306,'Naranjos',2457,1),
(29307,'Nautla',2457,1),
(29308,'Nogales',2457,1),
(29309,'Oluta',2457,1),
(29310,'Omealca',2457,1),
(29311,'Orizaba',2457,1),
(29312,'Otatitlan',2457,1),
(29313,'Oteapan',2457,1),
(29314,'Ozuluama',2457,1),
(29315,'Pajapan',2457,1),
(29316,'Palmira',2457,1),
(29317,'Panuco',2457,1),
(29318,'Papantla',2457,1),
(29319,'Paraje Nuevo',2457,1),
(29320,'Paso de Ovejas',2457,1),
(29321,'Paso del Macho',2457,1),
(29322,'Paso del Toro',2457,1),
(29323,'Penuela',2457,1),
(29324,'Perote',2457,1),
(29325,'Piedras Negras',2457,1),
(29326,'Plan de Ayala',2457,1),
(29327,'Platon Sanchez',2457,1),
(29328,'Playa Vicente',2457,1),
(29329,'Potrero Nuevo',2457,1),
(29330,'Potrero del Llano',2457,1),
(29331,'Poza Rica',2457,1),
(29332,'Puntilla Aldama',2457,1),
(29333,'Rafael Delgado',2457,1),
(29334,'Rafael Lucio',2457,1),
(29335,'Rinconada',2457,1),
(29336,'Saltabarranca',2457,1),
(29337,'San Juan Evangelista',2457,1),
(29338,'San Marcos',2457,1),
(29339,'San Rafael',2457,1),
(29340,'San Roman',2457,1),
(29341,'Santiago Tuxtla',2457,1),
(29342,'Sayula',2457,1),
(29343,'Soconusco',2457,1),
(29344,'Soledad',2457,1),
(29345,'Soteapan',2457,1),
(29346,'Tamalin',2457,1),
(29347,'Tamiahua',2457,1),
(29348,'Tantoyuca',2457,1),
(29349,'Tatahuicapan',2457,1),
(29350,'Tecolutla',2457,1),
(29351,'Tempoal',2457,1),
(29352,'Tenango de Rio Blanco',2457,1),
(29353,'Teocelo',2457,1),
(29354,'Tepetzintla',2457,1),
(29355,'Tequila',2457,1),
(29356,'Tetelzingo',2457,1),
(29357,'Texistepec',2457,1),
(29358,'Tezonapa',2457,1),
(29359,'Tierra Blanca',2457,1),
(29360,'Tihuatlan',2457,1),
(29361,'Tlacojalpan',2457,1),
(29362,'Tlacotalpan',2457,1),
(29363,'Tlaltetela',2457,1),
(29364,'Tlapacoyan',2457,1),
(29365,'Tocuila',2457,1),
(29366,'Tomatlan',2457,1),
(29367,'Totolapa',2457,1),
(29368,'Totula',2457,1),
(29369,'Tres Valles',2457,1),
(29370,'Tuxpam',2457,1),
(29371,'Tuxtla',2457,1),
(29372,'Tuzamapan',2457,1),
(29373,'Union y Progreso',2457,1),
(29374,'Ursulo Galvan',2457,1),
(29375,'Valente Diaz',2457,1),
(29376,'Vega de Alatorre',2457,1),
(29377,'Veracruz',2457,1),
(29378,'Xalapa',2457,1),
(29379,'Xico',2457,1),
(29380,'Xocotla',2457,1),
(29381,'Yanga',2457,1),
(29382,'Yecuatla',2457,1),
(29383,'Zaragoza',2457,1),
(29384,'Zempoala',2457,1),
(29385,'Zongolica',2457,1),
(29386,'Zozocolco',2457,1),
(29387,'Acanceh',2458,1),
(29388,'Akil',2458,1),
(29389,'Baca',2458,1),
(29390,'Buctzotz',2458,1),
(29391,'Cacalchen',2458,1),
(29392,'Cansahcab',2458,1),
(29393,'Caucel',2458,1),
(29394,'Celestun',2458,1),
(29395,'Cenotillo',2458,1),
(29396,'Chemax',2458,1),
(29397,'Chichimila',2458,1),
(29398,'Chicxulub',2458,1),
(29399,'Chochola',2458,1),
(29400,'Cholul',2458,1),
(29401,'Chumayel',2458,1),
(29402,'Conkal',2458,1),
(29403,'Cuzama',2458,1),
(29404,'Dzan',2458,1),
(29405,'Dzemul',2458,1),
(29406,'Dzidzantun',2458,1),
(29407,'Dzilam Gonzalez',2458,1),
(29408,'Dzitas',2458,1),
(29409,'Espita',2458,1),
(29410,'Halacho',2458,1),
(29411,'Hocaba',2458,1),
(29412,'Hoctun',2458,1),
(29413,'Homun',2458,1),
(29414,'Huhi',2458,1),
(29415,'Hunucma',2458,1),
(29416,'Itzincab',2458,1),
(29417,'Ixil',2458,1),
(29418,'Izamal',2458,1),
(29419,'Kanasin',2458,1),
(29420,'Kantunil',2458,1),
(29421,'Kinchil',2458,1),
(29422,'Mama',2458,1),
(29423,'Mani',2458,1),
(29424,'Maxcanu',2458,1),
(29425,'Merida',2458,1),
(29426,'Motul',2458,1),
(29427,'Muna',2458,1),
(29428,'Opichen',2458,1),
(29429,'Oxkutzcab',2458,1),
(29430,'Panaba',2458,1),
(29431,'Peto',2458,1),
(29432,'Piste',2458,1),
(29433,'Progreso',2458,1),
(29434,'Sacalum',2458,1),
(29435,'Santa Elena',2458,1),
(29436,'Seye',2458,1),
(29437,'Sotuta',2458,1),
(29438,'Sucila',2458,1),
(29439,'Tahmek',2458,1),
(29440,'Teabo',2458,1),
(29441,'Tecoh',2458,1),
(29442,'Tekanto',2458,1),
(29443,'Tekax',2458,1),
(29444,'Tekit',2458,1),
(29445,'Telchac',2458,1),
(29446,'Temax',2458,1),
(29447,'Temozon',2458,1),
(29448,'Tetiz',2458,1),
(29449,'Ticul',2458,1),
(29450,'Timucuy',2458,1),
(29451,'Tixkokob',2458,1),
(29452,'Tixpehual',2458,1),
(29453,'Tizimin',2458,1),
(29454,'Tunkas',2458,1),
(29455,'Tzucacab',2458,1),
(29456,'Uman',2458,1),
(29457,'Valladolid',2458,1),
(29458,'X-Can',2458,1),
(29459,'Yucatan',2458,1),
(29460,'Apozol',2459,1),
(29461,'Banon',2459,1),
(29462,'Canitas',2459,1),
(29463,'Chalchihuites',2459,1),
(29464,'Concepcion del Oro',2459,1),
(29465,'Cos',2459,1),
(29466,'Estrada',2459,1),
(29467,'Fresnillo',2459,1),
(29468,'Garcia',2459,1),
(29469,'Gonzalez Ortega',2459,1),
(29470,'Guadalupe',2459,1),
(29471,'Hidalgo',2459,1),
(29472,'Jalpa',2459,1),
(29473,'Jerez',2459,1),
(29474,'Juan Aldama',2459,1),
(29475,'Juchipila',2459,1),
(29476,'Loreto',2459,1),
(29477,'Lourdes',2459,1),
(29478,'Luis Moya',2459,1),
(29479,'Miguel Auza',2459,1),
(29480,'Monte Escobedo',2459,1),
(29481,'Morelos',2459,1),
(29482,'Natera',2459,1),
(29483,'Nieves',2459,1),
(29484,'Nochistlan',2459,1),
(29485,'Ojo Caliente',2459,1),
(29486,'Piedra Gorda',2459,1),
(29487,'Pinos',2459,1),
(29488,'Plateros',2459,1),
(29489,'Pozo de Gamboa',2459,1),
(29490,'Rio Grande',2459,1),
(29491,'Sain Alto',2459,1),
(29492,'Sombrerete',2459,1),
(29493,'Tabasco',2459,1),
(29494,'Tacoaleche',2459,1),
(29495,'Tepechitlan',2459,1),
(29496,'Teul',2459,1),
(29497,'Tlaltenango',2459,1),
(29498,'Toribio',2459,1),
(29499,'Trancoso',2459,1),
(29500,'Valparaiso',2459,1),
(29501,'Victor Rosales',2459,1),
(29502,'Villa Gonzalez Ortega',2459,1),
(29503,'Villanueva',2459,1),
(29504,'Zacatecas',2459,1),
(29505,'Tol',2460,1),
(29506,'Weno',2460,1),
(29507,'Lelu',2461,1),
(29508,'Kolonia',2462,1),
(29509,'Palikir',2462,1),
(29510,'Colonia',2463,1),
(29511,'Balti',2464,1),
(29512,'Falesti',2464,1),
(29513,'Glodeni',2464,1),
(29514,'Rascani',2464,1),
(29515,'Cahul',2465,1),
(29516,'Straseni',2466,1),
(29517,'Straseni',2467,1),
(29518,'Briceni',2468,1),
(29519,'Donduseni',2468,1),
(29520,'Edinet',2468,1),
(29521,'Ocnita',2468,1),
(29522,'Ciadar Lunga',2469,1),
(29523,'Comrat',2469,1),
(29524,'Vulcanesti',2469,1),
(29525,'Basarabeasca',2470,1),
(29526,'Cimislia',2470,1),
(29527,'Hancesti',2470,1),
(29528,'Leova',2470,1),
(29529,'Orhei',2471,1),
(29530,'Rezina',2471,1),
(29531,'Telenesti',2471,1),
(29532,'Drochia',2472,1),
(29533,'Floresti',2472,1),
(29534,'Soroca',2472,1),
(29535,'Taraclia',2473,1),
(29536,'Causani',2474,1),
(29537,'Camenca',2475,1),
(29538,'Dnestrovsc',2475,1),
(29539,'Dubasari',2475,1),
(29540,'Griguriopol',2475,1),
(29541,'Rabnita',2475,1),
(29542,'Slobozia',2475,1),
(29543,'Tighina',2475,1),
(29544,'Tiraspol\'',2475,1),
(29545,'Calarasi',2476,1),
(29546,'Nisporeni',2476,1),
(29547,'Ungheni',2476,1),
(29548,'Fontvieille',2477,1),
(29549,'Monaco-Ville',2479,1),
(29550,'Cecerleg',2481,1),
(29551,'Olgij',2482,1),
(29552,'Bajanhongor',2483,1),
(29553,'Bulgan',2484,1),
(29554,'Darhan',2485,1),
(29555,'Chojbalsan',2486,1),
(29556,'Sajnshand',2487,1),
(29557,'Mandalgovi',2488,1),
(29558,'Altaj',2489,1),
(29559,'Chojr',2490,1),
(29560,'Ondorhaan',2491,1),
(29561,'Hovd',2492,1),
(29562,'Moron',2493,1),
(29563,'Dalanzadgad',2494,1),
(29564,'Erdenet',2495,1),
(29565,'Arvajheer',2496,1),
(29566,'Suhbaatar',2497,1),
(29567,'Zuunharaa',2497,1),
(29568,'Baruun-Urt',2498,1),
(29569,'Nalajh',2499,1),
(29570,'Zuunmod',2499,1),
(29571,'Ulaanbaatar',2500,1),
(29572,'Ulaangom',2501,1),
(29573,'Tosoncengel',2502,1),
(29574,'Uliastaj',2502,1),
(29575,'Montserrat',2503,1),
(29576,'Agadir',2504,1),
(29577,'Mohammedia',2505,1),
(29578,'ad-Dar-al-Bayda',2505,1),
(29579,'Bin Sulayman',2506,1),
(29580,'Bir Rashid',2506,1),
(29581,'Bu-al-Jad',2506,1),
(29582,'Buznika',2506,1),
(29583,'Khuribghah',2506,1),
(29584,'Sattat',2506,1),
(29585,'Wad Zam',2506,1),
(29586,'Asfi',2507,1),
(29587,'Azimur',2507,1),
(29588,'Sidi Binnur',2507,1),
(29589,'Sidi Isma\'il',2507,1),
(29590,'Yussufiyah',2507,1),
(29591,'al-Jadidah',2507,1),
(29592,'Fas',2508,1),
(29593,'Fes',2508,1),
(29594,'Safru',2508,1),
(29595,'Ghulimim',2510,1),
(29596,'Sidi Ifni',2510,1),
(29597,'Tafraut',2510,1),
(29598,'Tantan',2510,1),
(29599,'Kenitra',2511,1),
(29600,'Amalu Ighriban',2513,1),
(29601,'Azru',2513,1),
(29602,'Jama\'at-al-Marirt',2513,1),
(29603,'Khanifrah',2513,1),
(29604,'Meknes',2513,1),
(29605,'Midalt',2513,1),
(29606,'Miknas',2513,1),
(29607,'Mulay Idris',2513,1),
(29608,'al-Hajab',2513,1),
(29609,'ar-Rasidiyah',2513,1),
(29610,'Ahfir',2514,1),
(29611,'Bin Ansar',2514,1),
(29612,'Birkan',2514,1),
(29613,'Fijij',2514,1),
(29614,'Jaradah',2514,1),
(29615,'Tawrirt',2514,1),
(29616,'Ujdah',2514,1),
(29617,'Zayu',2514,1),
(29618,'al-Arwi',2514,1),
(29619,'al-Ayun Sidi Malluk',2514,1),
(29620,'an-Nadur',2514,1),
(29621,'Oujda',2515,1),
(29622,'Khamissat',2517,1),
(29623,'Sakhirat',2517,1),
(29624,'Tiflat',2517,1),
(29625,'ar-Ribat',2517,1),
(29626,'Settat',2519,1),
(29627,'Bani Mallal',2521,1),
(29628,'Beni Mellal',2521,1),
(29629,'Qasbat Tadlah',2521,1),
(29630,'Suq Sabt Awlat Nama',2521,1),
(29631,'al-Faqih Bin Salah',2521,1),
(29632,'Asilah',2522,1),
(29633,'Finidiq',2522,1),
(29634,'Martil',2522,1),
(29635,'Midiq',2522,1),
(29636,'Shifshawn',2522,1),
(29637,'Tangier',2522,1),
(29638,'Tanjah',2522,1),
(29639,'Tittawin',2522,1),
(29640,'Titwan',2522,1),
(29641,'al-\'Ara\'ish',2522,1),
(29642,'al-Qasr-al-Kabir',2522,1),
(29643,'Chibuto',2527,1),
(29644,'Chidenguele',2527,1),
(29645,'Chokwe',2527,1),
(29646,'Chongoene',2527,1),
(29647,'Guija',2527,1),
(29648,'Macia',2527,1),
(29649,'Manjacaze',2527,1),
(29650,'Xai-Xai',2527,1),
(29651,'Homoine',2528,1),
(29652,'Inhambane',2528,1),
(29653,'Inharrime',2528,1),
(29654,'Jangamo',2528,1),
(29655,'Maxixe',2528,1),
(29656,'Panda',2528,1),
(29657,'Quissico',2528,1),
(29658,'Chimoio',2529,1),
(29659,'Manica',2529,1),
(29660,'Maputo',2530,1),
(29661,'Maputo',2531,1),
(29662,'Angoche',2532,1),
(29663,'Lumbo',2532,1),
(29664,'Mocambique',2532,1),
(29665,'Nacala',2532,1),
(29666,'Nampula',2532,1),
(29667,'Cuamba',2533,1),
(29668,'Lichinga',2533,1),
(29669,'Mandimba',2533,1),
(29670,'Maniamba',2533,1),
(29671,'Marrupa',2533,1),
(29672,'Beira',2534,1),
(29673,'Dondo',2534,1),
(29674,'Tete',2535,1),
(29675,'Zumbo',2535,1),
(29676,'Garue',2536,1),
(29677,'Mocuba',2536,1),
(29678,'Quelimane',2536,1),
(29679,'Bogale',2537,1),
(29680,'Henzada',2537,1),
(29681,'Kyaiklat',2537,1),
(29682,'Labutta',2537,1),
(29683,'Maubin',2537,1),
(29684,'Moulmeingyun',2537,1),
(29685,'Myanaung',2537,1),
(29686,'Pathein',2537,1),
(29687,'Pyapon',2537,1),
(29688,'Wakema',2537,1),
(29689,'Yandoon',2537,1),
(29690,'Ye',2537,1),
(29691,'Bago',2538,1),
(29692,'Letpadan',2538,1),
(29693,'Nyaunglebin',2538,1),
(29694,'Paungde',2538,1),
(29695,'Pyay',2538,1),
(29696,'Pyu',2538,1),
(29697,'Thanatpin',2538,1),
(29698,'Tharrawaddy',2538,1),
(29699,'Toungoo',2538,1),
(29700,'Falam',2539,1),
(29701,'Banmo',2540,1),
(29702,'Myitkyina',2540,1),
(29703,'Loikaw',2541,1),
(29704,'Hpa-an',2542,1),
(29705,'Allanmyo',2543,1),
(29706,'Chauk',2543,1),
(29707,'Magway',2543,1),
(29708,'Minbu',2543,1),
(29709,'Pakokku',2543,1),
(29710,'Taungdwingyi',2543,1),
(29711,'Thayetmyo',2543,1),
(29712,'Yenangyaung',2543,1),
(29713,'Kyaukse',2544,1),
(29714,'Mandalay',2544,1),
(29715,'Maymyo',2544,1),
(29716,'Meiktila',2544,1),
(29717,'Mogok',2544,1),
(29718,'Myingyan',2544,1),
(29719,'Pyinmana',2544,1),
(29720,'Yamethin',2544,1),
(29721,'Kyaikkami',2545,1),
(29722,'Kyaikto',2545,1),
(29723,'Martaban',2545,1),
(29724,'Mawlamyine',2545,1),
(29725,'Mudon',2545,1),
(29726,'Thaton',2545,1),
(29727,'Akyab',2547,1),
(29728,'Arakan',2547,1),
(29729,'Kalay',2548,1),
(29730,'Katha',2548,1),
(29731,'Mawlaik',2548,1),
(29732,'Monywa',2548,1),
(29733,'Sagaing',2548,1),
(29734,'Shwebo',2548,1),
(29735,'Keng Tung',2549,1),
(29736,'Lashio',2549,1),
(29737,'Taunggyi',2549,1),
(29738,'Dawei',2550,1),
(29739,'Mergui',2550,1),
(29740,'Kanbe',2551,1),
(29741,'Kayan',2551,1),
(29742,'Syriam',2551,1),
(29743,'Thongwa',2551,1),
(29744,'Twante',2551,1),
(29745,'Yangon',2551,1),
(29746,'Katima Mulilo',2552,1),
(29747,'Henties Bay',2553,1),
(29748,'Karibib',2553,1),
(29749,'Kuisebmond',2553,1),
(29750,'Omaruru',2553,1),
(29751,'Otjimbingwe',2553,1),
(29752,'Swakopmund',2553,1),
(29753,'Usakos',2553,1),
(29754,'Walvis Bay',2553,1),
(29755,'Aranos',2554,1),
(29756,'Maltahohe',2554,1),
(29757,'Mariental',2554,1),
(29758,'Rehoboth',2554,1),
(29759,'Bethanien',2555,1),
(29760,'Karasburg',2555,1),
(29761,'Keetmanshoop',2555,1),
(29762,'Luderitz',2555,1),
(29763,'Oranjemund',2555,1),
(29764,'Warmbad',2555,1),
(29765,'Rundu',2556,1),
(29766,'Windhoek',2557,1),
(29767,'Arandis',2558,1),
(29768,'Khorixas',2558,1),
(29769,'Opuwo',2558,1),
(29770,'Outjo',2558,1),
(29771,'Oshikango',2559,1),
(29772,'Gobabis',2560,1),
(29773,'Leonardville',2560,1),
(29774,'Ongandjera',2561,1),
(29775,'Ongwediva',2562,1),
(29776,'Oshakati',2562,1),
(29777,'Ondangwa',2563,1),
(29778,'Otavi',2563,1),
(29779,'Tsumeb',2563,1),
(29780,'Grootfontein',2564,1),
(29781,'Okahandja',2564,1),
(29782,'Okakarara',2564,1),
(29783,'Otjiwarongo',2564,1),
(29784,'Yaren',2565,1),
(29785,'Banepa',2566,1),
(29786,'Bhaktapur',2566,1),
(29787,'Bidur',2566,1),
(29788,'Bishalter',2566,1),
(29789,'Dhulikhel',2566,1),
(29790,'Kathmandu',2566,1),
(29791,'Kirtipur',2566,1),
(29792,'Lalitpur',2566,1),
(29793,'Madhyapur Thimi',2566,1),
(29794,'Panauti',2566,1),
(29795,'Tribuvannagar',2566,1),
(29796,'Birendranagar',2567,1),
(29797,'Gulariya',2567,1),
(29798,'Narayan',2567,1),
(29799,'Nepalganj',2567,1),
(29800,'Surkhet',2567,1),
(29801,'Baglung',2568,1),
(29802,'Weni',2568,1),
(29803,'Byas',2569,1),
(29804,'Leknath',2569,1),
(29805,'Pokhara',2569,1),
(29806,'Prithivinarayan',2569,1),
(29807,'Putalibazar',2569,1),
(29808,'Waling',2569,1),
(29809,'Bhimeshwar',2570,1),
(29810,'Jaleshwar',2570,1),
(29811,'Janakpur',2570,1),
(29812,'Kamalamai',2570,1),
(29813,'Malangwa',2570,1),
(29814,'Sinduli Marhi',2570,1),
(29815,'Jumla',2571,1),
(29816,'Biratnagar',2572,1),
(29817,'Dhankuta',2572,1),
(29818,'Dharan',2572,1),
(29819,'Inaruwa',2572,1),
(29820,'Itahari',2572,1),
(29821,'Khandbari',2572,1),
(29822,'Butwal',2573,1),
(29823,'Kapilwastu',2573,1),
(29824,'Ramgram',2573,1),
(29825,'Sidharthanagar',2573,1),
(29826,'Tansen',2573,1),
(29827,'Wahadurganj',2573,1),
(29828,'Amargadhi',2574,1),
(29829,'Dashrathchand',2574,1),
(29830,'Mahendranagar',2574,1),
(29831,'Bhadrapur',2575,1),
(29832,'Damak',2575,1),
(29833,'Ilam',2575,1),
(29834,'Mechinagar',2575,1),
(29835,'Bharatpur',2576,1),
(29836,'Birganj',2576,1),
(29837,'Chitwan',2576,1),
(29838,'Gaur',2576,1),
(29839,'Hetauda',2576,1),
(29840,'Kalaiya',2576,1),
(29841,'Ratnanagar',2576,1),
(29842,'Salyan',2577,1),
(29843,'Tulsipur',2577,1),
(29844,'Lahan',2578,1),
(29845,'Rajbiraj',2578,1),
(29846,'Siraha',2578,1),
(29847,'Triyuga',2578,1),
(29848,'Dhangadi',2579,1),
(29849,'Dipayal',2579,1),
(29850,'Tikapur',2579,1),
(29851,'Kralendijk',2580,1),
(29852,'Curacao',2581,1),
(29853,'Willemstad',2581,1),
(29854,'The Bottom',2582,1),
(29855,'SchipolRijk',2585,1),
(29856,'Amstelveen',2586,1),
(29857,'Aa en Hunze',2587,1),
(29858,'Assen',2587,1),
(29859,'Borger-Odoorn',2587,1),
(29860,'Coevorden',2587,1),
(29861,'De Wolden',2587,1),
(29862,'Den Oever',2587,1),
(29863,'Emmen',2587,1),
(29864,'Gasteren',2587,1),
(29865,'Hoogeveen',2587,1),
(29866,'Menterwolde',2587,1),
(29867,'Meppel',2587,1),
(29868,'Midden-Drenthe',2587,1),
(29869,'Noordenveld',2587,1),
(29870,'Stadskanaal',2587,1),
(29871,'Tynaarlo',2587,1),
(29872,'Veenoord',2587,1),
(29873,'Westerveld',2587,1),
(29874,'Zuidlaren',2587,1),
(29875,'Almere',2588,1),
(29876,'Dronten',2588,1),
(29877,'Lelystad',2588,1),
(29878,'Noordoostpolder',2588,1),
(29879,'Urk',2588,1),
(29880,'Zeewolde',2588,1),
(29881,'Achtkarspelen',2589,1),
(29882,'Ameland',2589,1),
(29883,'Boarnsterhim',2589,1),
(29884,'Bolsward',2589,1),
(29885,'Dantumadeel',2589,1),
(29886,'Dongeradeel',2589,1),
(29887,'Drachten',2589,1),
(29888,'Ferwerderadiel',2589,1),
(29889,'Franekeradeel',2589,1),
(29890,'Gaasterlan-Sleat',2589,1),
(29891,'Gorredijk',2589,1),
(29892,'Harlingen',2589,1),
(29893,'Heerenveen',2589,1),
(29894,'Het Bildt',2589,1),
(29895,'Kollumerland',2589,1),
(29896,'Leeuwarden',2589,1),
(29897,'Leeuwarderadeel',2589,1),
(29898,'Lemsterland',2589,1),
(29899,'Littenseradiel',2589,1),
(29900,'Menaldumadeel',2589,1),
(29901,'Nijefurd',2589,1),
(29902,'Oostrum',2589,1),
(29903,'Ooststellingwerf',2589,1),
(29904,'Opsterland',2589,1),
(29905,'Schiermonnikoog',2589,1),
(29906,'Skasterlan',2589,1),
(29907,'Smallingerland',2589,1),
(29908,'Sneek',2589,1),
(29909,'Terschelling',2589,1),
(29910,'Tytsjerksteradiel',2589,1),
(29911,'Ureterp',2589,1),
(29912,'Weststellingwerf',2589,1),
(29913,'Wolvega',2589,1),
(29914,'Wunseradiel',2589,1),
(29915,'Wymbritseradiel',2589,1),
(29916,'Aalten',2590,1),
(29917,'Angerlo',2590,1),
(29918,'Apeldoorn',2590,1),
(29919,'Appeldoorn',2590,1),
(29920,'Arnhem',2590,1),
(29921,'Barneveld',2590,1),
(29922,'Bemmel',2590,1),
(29923,'Bergh',2590,1),
(29924,'Beuningen',2590,1),
(29925,'Borculo',2590,1),
(29926,'Brummen',2590,1),
(29927,'Buren',2590,1),
(29928,'Culemborg',2590,1),
(29929,'Delden',2590,1),
(29930,'Didam',2590,1),
(29931,'Dieren',2590,1),
(29932,'Dinxperlo',2590,1),
(29933,'Dodewaard',2590,1),
(29934,'Doesburg',2590,1),
(29935,'Doetinchem',2590,1),
(29936,'Druten',2590,1),
(29937,'Duiven',2590,1),
(29938,'Ede',2590,1),
(29939,'Eerbeek',2590,1),
(29940,'Eibergen',2590,1),
(29941,'Elburg',2590,1),
(29942,'Epe',2590,1),
(29943,'Ermelo',2590,1),
(29944,'Geldermalsen',2590,1),
(29945,'Gendringen',2590,1),
(29946,'Giesbeek',2590,1),
(29947,'Gorssel',2590,1),
(29948,'Groenlo',2590,1),
(29949,'Groesbeek',2590,1),
(29950,'Harderwijk',2590,1),
(29951,'Hattem',2590,1),
(29952,'Heerde',2590,1),
(29953,'Hengelo',2590,1),
(29954,'Heumen',2590,1),
(29955,'Huisen',2590,1),
(29956,'Hummelo en Keppel',2590,1),
(29957,'Kesteren',2590,1),
(29958,'Kootwijkerbroek',2590,1),
(29959,'Leerdam',2590,1),
(29960,'Leeuwen',2590,1),
(29961,'Lichtenvoorde',2590,1),
(29962,'Lingewaal',2590,1),
(29963,'Lochem',2590,1),
(29964,'Loppersum',2590,1),
(29965,'Maasdriel',2590,1),
(29966,'Malden',2590,1),
(29967,'Millingen',2590,1),
(29968,'Molenhoek',2590,1),
(29969,'Neede',2590,1),
(29970,'Neerijnen',2590,1),
(29971,'Nijkerk',2590,1),
(29972,'Nijmegen',2590,1),
(29973,'Nunspeet',2590,1),
(29974,'Oldebroek',2590,1),
(29975,'Oosterbeek',2590,1),
(29976,'Overbetuwe',2590,1),
(29977,'Putten',2590,1),
(29978,'Renkum',2590,1),
(29979,'Rheden',2590,1),
(29980,'Rijnwaarden',2590,1),
(29981,'Rozendaal',2590,1),
(29982,'Ruurlo',2590,1),
(29983,'Scherpenzeel',2590,1),
(29984,'Steenderen',2590,1),
(29985,'Terborg',2590,1),
(29986,'Tiel',2590,1),
(29987,'Twello',2590,1),
(29988,'Ubbergen',2590,1),
(29989,'Vaassen',2590,1),
(29990,'Varsseveld',2590,1),
(29991,'Voorst',2590,1),
(29992,'Vorden',2590,1),
(29993,'Waardenburg',2590,1),
(29994,'Wageningen',2590,1),
(29995,'Warmsveld',2590,1),
(29996,'Wehl',2590,1),
(29997,'Westervoort',2590,1),
(29998,'Wijchen',2590,1),
(29999,'Winterswijk',2590,1),
(30000,'Wisch',2590,1),
(30001,'Zaltbommel',2590,1),
(30002,'Zelhem',2590,1),
(30003,'Zevenaar',2590,1),
(30004,'Zutphen',2590,1),
(30005,'s-Heerenberg',2590,1),
(30006,'Appingedam',2591,1),
(30007,'Bedum',2591,1),
(30008,'Bellingwedde',2591,1),
(30009,'De Marne',2591,1),
(30010,'Delfzijl',2591,1),
(30011,'Eemsmond',2591,1),
(30012,'Groningen',2591,1),
(30013,'Grootegast',2591,1),
(30014,'Haren',2591,1),
(30015,'Hoogezand-Sappemeer',2591,1),
(30016,'Leek',2591,1),
(30017,'Marum',2591,1),
(30018,'Midwolda',2591,1),
(30019,'Muntendam',2591,1),
(30020,'Pekela',2591,1),
(30021,'Reiderland',2591,1),
(30022,'Scheemda',2591,1),
(30023,'Slochteren',2591,1),
(30024,'Ten Boer',2591,1),
(30025,'Tolbert',2591,1),
(30026,'Veendam',2591,1),
(30027,'Vlagtwedde',2591,1),
(30028,'Winschoten',2591,1),
(30029,'Winsum',2591,1),
(30030,'Zuidhorn',2591,1),
(30031,'Ambt Montfort',2592,1),
(30032,'Arcen en Velden',2592,1),
(30033,'Beek',2592,1),
(30034,'Beesel',2592,1),
(30035,'Bergen',2592,1),
(30036,'Blerick',2592,1),
(30037,'Brunssum',2592,1),
(30038,'Echt',2592,1),
(30039,'Eijsden',2592,1),
(30040,'Gennep',2592,1),
(30041,'Gulpen-Wittem',2592,1),
(30042,'Haelen',2592,1),
(30043,'Heel',2592,1),
(30044,'Heerlen',2592,1),
(30045,'Helden',2592,1),
(30046,'Heythuysen',2592,1),
(30047,'Horst',2592,1),
(30048,'Hunsel',2592,1),
(30049,'Kerkrade',2592,1),
(30050,'Kessel',2592,1),
(30051,'Landgraaf',2592,1),
(30052,'Maasbracht',2592,1),
(30053,'Maasbree',2592,1),
(30054,'Maastricht',2592,1),
(30055,'Margraten',2592,1),
(30056,'Meerlo-Wanssum',2592,1),
(30057,'Meerssen',2592,1),
(30058,'Meijel',2592,1),
(30059,'Mook en Middelaar',2592,1),
(30060,'Nederweert',2592,1),
(30061,'Nuth',2592,1),
(30062,'Onderbanken',2592,1),
(30063,'Roerdalen',2592,1),
(30064,'Roermond',2592,1),
(30065,'Roggel',2592,1),
(30066,'Roggel en Neer',2592,1),
(30067,'Schinnen',2592,1),
(30068,'Sevenum',2592,1),
(30069,'Simpelveld',2592,1),
(30070,'Sittard',2592,1),
(30071,'Sittard-Geleen',2592,1),
(30072,'Stein',2592,1),
(30073,'Stramproy',2592,1),
(30074,'Susteren',2592,1),
(30075,'Swalmen',2592,1),
(30076,'Tegelen',2592,1),
(30077,'Thorn',2592,1),
(30078,'Vaals',2592,1),
(30079,'Valkenburg',2592,1),
(30080,'Venlo',2592,1),
(30081,'Venray',2592,1),
(30082,'Vilt Limburg',2592,1),
(30083,'Voerendaal',2592,1),
(30084,'Weert',2592,1),
(30085,'\'s-Hertogenbosch',2593,1),
(30086,'Aalburg',2593,1),
(30087,'Alphen-Chaam',2593,1),
(30088,'Asten',2593,1),
(30089,'Baarle-Nassau',2593,1),
(30090,'Bergeijk',2593,1),
(30091,'Bergen op Zoom',2593,1),
(30092,'Berghem',2593,1),
(30093,'Bernheze',2593,1),
(30094,'Bernisse',2593,1),
(30095,'Best',2593,1),
(30096,'Bladel',2593,1),
(30097,'Boekel',2593,1),
(30098,'Boxmeer',2593,1),
(30099,'Boxtel',2593,1),
(30100,'Breda',2593,1),
(30101,'Budel',2593,1),
(30102,'Cranendonck',2593,1),
(30103,'Cuijk',2593,1),
(30104,'Den Bosch',2593,1),
(30105,'Den Dungen',2593,1),
(30106,'Deurne',2593,1),
(30107,'Dongen',2593,1),
(30108,'Drimmelen',2593,1),
(30109,'Drunen',2593,1),
(30110,'Duizel',2593,1),
(30111,'Eersel',2593,1),
(30112,'Eindhoven',2593,1),
(30113,'Etten-Leur',2593,1),
(30114,'Geertruidenberg',2593,1),
(30115,'Geldrop',2593,1),
(30116,'Gemert-Bakel',2593,1),
(30117,'Gilze en Rijen',2593,1),
(30118,'Goirle',2593,1),
(30119,'Grave',2593,1),
(30120,'Haaren',2593,1),
(30121,'Halderberge',2593,1),
(30122,'Heeze-Leende',2593,1),
(30123,'Heijningen',2593,1),
(30124,'Helmond',2593,1),
(30125,'Heusden',2593,1),
(30126,'Hilvarenbeek',2593,1),
(30127,'Hoeven',2593,1),
(30128,'Hoogerheide',2593,1),
(30129,'Kaatsheuvel',2593,1),
(30130,'Korendijk',2593,1),
(30131,'Laarbeek',2593,1),
(30132,'Landerd',2593,1),
(30133,'Lith',2593,1),
(30134,'Loon op Zand',2593,1),
(30135,'Maarheeze',2593,1),
(30136,'Maasdonk',2593,1),
(30137,'Mierlo',2593,1),
(30138,'Mill en Sint Hubert',2593,1),
(30139,'Moerdijk',2593,1),
(30140,'Nieuwkuijk',2593,1),
(30141,'Nuenen',2593,1),
(30142,'Oirschot',2593,1),
(30143,'Oisterwijk',2593,1),
(30144,'Oosterhout',2593,1),
(30145,'Oss',2593,1),
(30146,'Raamsdonksveer',2593,1),
(30147,'Ravenstein',2593,1),
(30148,'Reusel-De Mierden',2593,1),
(30149,'Roosendaal',2593,1),
(30150,'Rosmalen',2593,1),
(30151,'Rucphen',2593,1),
(30152,'Schaijk',2593,1),
(30153,'Schijndel',2593,1),
(30154,'Sint Anthonis',2593,1),
(30155,'Sint Willebrord',2593,1),
(30156,'Sint-Michielsgestel',2593,1),
(30157,'Sint-Oedenrode',2593,1),
(30158,'Sleeuwijk',2593,1),
(30159,'Someren',2593,1),
(30160,'Son en Breugel',2593,1),
(30161,'Steenbergen',2593,1),
(30162,'Tilburg',2593,1),
(30163,'Uden',2593,1),
(30164,'Valkenswaard',2593,1),
(30165,'Veghel',2593,1),
(30166,'Veldhoven',2593,1),
(30167,'Vinkel',2593,1),
(30168,'Vught',2593,1),
(30169,'Waalre',2593,1),
(30170,'Waalwijk',2593,1),
(30171,'Werkendam',2593,1),
(30172,'Woensdrecht',2593,1),
(30173,'Woudrichem',2593,1),
(30174,'Zundert',2593,1),
(30175,'Aalsmeer',2594,1),
(30176,'Alkmaar',2594,1),
(30177,'Amstelveen',2594,1),
(30178,'Amsterdam',2594,1),
(30179,'Andijk',2594,1),
(30180,'Ankeveen',2594,1),
(30181,'Anna Paulowna',2594,1),
(30182,'Assendelft',2594,1),
(30183,'Badhoevedorp',2594,1),
(30184,'Beemster',2594,1),
(30185,'Bennebroek',2594,1),
(30186,'Bergen',2594,1),
(30187,'Beverwijk',2594,1),
(30188,'Blaricum',2594,1),
(30189,'Bloemendaal',2594,1),
(30190,'Bovenkarspel',2594,1),
(30191,'Bussum',2594,1),
(30192,'Castricum',2594,1),
(30193,'Den Helder',2594,1),
(30194,'Diemen',2594,1),
(30195,'Drechterland',2594,1),
(30196,'Edam-Volendam',2594,1),
(30197,'Enkhuizen',2594,1),
(30198,'Graft-De Rijp',2594,1),
(30199,'Haarlem',2594,1),
(30200,'Haarlemmerliede',2594,1),
(30201,'Haarlemmermeer',2594,1),
(30202,'Harenkarspel',2594,1),
(30203,'Heemskerk',2594,1),
(30204,'Heemstede',2594,1),
(30205,'Heerhugowaard',2594,1),
(30206,'Heiloo',2594,1),
(30207,'Hillegom',2594,1),
(30208,'Hilversum',2594,1),
(30209,'Hoofddorp',2594,1),
(30210,'Hoorn',2594,1),
(30211,'Huizen',2594,1),
(30212,'Ijmuiden',2594,1),
(30213,'Katwijk',2594,1),
(30214,'Krommenie',2594,1),
(30215,'Landsmeer',2594,1),
(30216,'Langedijk',2594,1),
(30217,'Laren',2594,1),
(30218,'Loosdrecht',2594,1),
(30219,'Medemblik',2594,1),
(30220,'Middenbeemster',2594,1),
(30221,'Muiden',2594,1),
(30222,'Naarden',2594,1),
(30223,'Niedorp',2594,1),
(30224,'Nieuw-Vennep',2594,1),
(30225,'Noorder-Koggenland',2594,1),
(30226,'Obdam',2594,1),
(30227,'Oostzaan',2594,1),
(30228,'Opmeer',2594,1),
(30229,'Oude Meer',2594,1),
(30230,'Ouder-Amstel',2594,1),
(30231,'Oudkarspel',2594,1),
(30232,'Purmerend',2594,1),
(30233,'Rozenburg',2594,1),
(30234,'Schagen',2594,1),
(30235,'Schermer',2594,1),
(30236,'Stede Broec',2594,1),
(30237,'Texel',2594,1),
(30238,'Tuitjenhorn',2594,1),
(30239,'Uitgeest',2594,1),
(30240,'Uithoorn',2594,1),
(30241,'Velsen',2594,1),
(30242,'Venhuizen',2594,1),
(30243,'Vijfhuizen',2594,1),
(30244,'Waarland',2594,1),
(30245,'Waterland',2594,1),
(30246,'Weesp',2594,1),
(30247,'Wervershoof',2594,1),
(30248,'Wester-Koggenland',2594,1),
(30249,'Westwoud',2594,1),
(30250,'Wieringen',2594,1),
(30251,'Wieringermeer',2594,1),
(30252,'Wognum',2594,1),
(30253,'Wormer',2594,1),
(30254,'Wormerland',2594,1),
(30255,'Wormerveer',2594,1),
(30256,'Zaandam',2594,1),
(30257,'Zaanstad',2594,1),
(30258,'Zandvoort',2594,1),
(30259,'Zeevang',2594,1),
(30260,'Zwaag',2594,1),
(30261,'Zwanenburg',2594,1),
(30262,'Almelo',2595,1),
(30263,'Bathmen',2595,1),
(30264,'Borne',2595,1),
(30265,'Dalfsen',2595,1),
(30266,'Dedemsvaart',2595,1),
(30267,'Denekamp',2595,1),
(30268,'Deventer',2595,1),
(30269,'Diepenheim',2595,1),
(30270,'Enschede',2595,1),
(30271,'Genemuiden',2595,1),
(30272,'Haaksbergen',2595,1),
(30273,'Hardenberg',2595,1),
(30274,'Hasselt',2595,1),
(30275,'Hellendoorn',2595,1),
(30276,'Hengelo',2595,1),
(30277,'Hof van Twente',2595,1),
(30278,'IJsselmuiden',2595,1),
(30279,'Kampen',2595,1),
(30280,'Lemelerveld',2595,1),
(30281,'Losser',2595,1),
(30282,'Nieuwleusen',2595,1),
(30283,'Nijverdal',2595,1),
(30284,'Oldenzaal',2595,1),
(30285,'Olst',2595,1),
(30286,'Ommen',2595,1),
(30287,'Ootmarsum',2595,1),
(30288,'Raalte',2595,1),
(30289,'Rijssen',2595,1),
(30290,'Staphorst',2595,1),
(30291,'Steenwijk',2595,1),
(30292,'Tubbergen',2595,1),
(30293,'Vriezenveen',2595,1),
(30294,'Vroomshoop',2595,1),
(30295,'Weerselo',2595,1),
(30296,'Wierden',2595,1),
(30297,'Zwartewaterland',2595,1),
(30298,'Zwolle',2595,1),
(30299,'Abcoude',2597,1),
(30300,'Amerongen',2597,1),
(30301,'Amersfoort',2597,1),
(30302,'Baarn',2597,1),
(30303,'Benschop',2597,1),
(30304,'Breukelen',2597,1),
(30305,'Bunnik',2597,1),
(30306,'Bunschoten',2597,1),
(30307,'De Bilt',2597,1),
(30308,'De Ronde Venen',2597,1),
(30309,'Den Dolder',2597,1),
(30310,'Doorn',2597,1),
(30311,'Driebergen-Rijsenburg',2597,1),
(30312,'Eemnes',2597,1),
(30313,'Houten',2597,1),
(30314,'IJsselstein',2597,1),
(30315,'Kockengen',2597,1),
(30316,'Leersum',2597,1),
(30317,'Leusden',2597,1),
(30318,'Loenen',2597,1),
(30319,'Lopik',2597,1),
(30320,'Maarn',2597,1),
(30321,'Maarsen',2597,1),
(30322,'Mijdrecht',2597,1),
(30323,'Montfoort',2597,1),
(30324,'Nieuwegein',2597,1),
(30325,'Nigtevecht',2597,1),
(30326,'Odijk',2597,1),
(30327,'Oudewater',2597,1),
(30328,'Renswoude',2597,1),
(30329,'Rhenen',2597,1),
(30330,'Soest',2597,1),
(30331,'Soesterberg',2597,1),
(30332,'Utrecht',2597,1),
(30333,'Veenendaal',2597,1),
(30334,'Vianen',2597,1),
(30335,'Wijdemeren',2597,1),
(30336,'Wijk',2597,1),
(30337,'Wilnis',2597,1),
(30338,'Woerden',2597,1),
(30339,'Woudenberg',2597,1),
(30340,'Zeist',2597,1),
(30341,'Axel',2598,1),
(30342,'Borsele',2598,1),
(30343,'Goes',2598,1),
(30344,'Hontenisse',2598,1),
(30345,'Hulst',2598,1),
(30346,'Kapelle',2598,1),
(30347,'Middelburg',2598,1),
(30348,'Noord-Beveland',2598,1),
(30349,'Oostburg',2598,1),
(30350,'Reimerswaal',2598,1),
(30351,'Sas van Gent',2598,1),
(30352,'Schouwen-Duiveland',2598,1),
(30353,'Sluis-Aardenburg',2598,1),
(30354,'Terneuzen',2598,1),
(30355,'Tholen',2598,1),
(30356,'Veere',2598,1),
(30357,'Vlissingen',2598,1),
(30358,'Zierikzee',2598,1),
(30359,'Zijpe',2598,1),
(30360,'\'s-Gravendeel',2599,1),
(30361,'\'s-Gravenhage',2599,1),
(30362,'\'s-Gravenzande',2599,1),
(30363,'Alblasserdam',2599,1),
(30364,'Albrandswaard',2599,1),
(30365,'Alkemade',2599,1),
(30366,'Alphen',2599,1),
(30367,'Alphen aan den Rijn',2599,1),
(30368,'Barendrecht',2599,1),
(30369,'Bergambacht',2599,1),
(30370,'Bergschenhoek',2599,1),
(30371,'Berkel en Rodenrijs',2599,1),
(30372,'Binnenmaas',2599,1),
(30373,'Bleiswijk',2599,1),
(30374,'Bodegraven',2599,1),
(30375,'Boskoop',2599,1),
(30376,'Brielle',2599,1),
(30377,'Capelle',2599,1),
(30378,'Cromstrijen',2599,1),
(30379,'De Lier',2599,1),
(30380,'Delft',2599,1),
(30381,'Dirksland',2599,1),
(30382,'Dordrecht',2599,1),
(30383,'Giessenlanden',2599,1),
(30384,'Goedereede',2599,1),
(30385,'Gorinchem',2599,1),
(30386,'Gouda',2599,1),
(30387,'Graafstroom',2599,1),
(30388,'Hardinxveld-Giessendam',2599,1),
(30389,'Heerjansdam',2599,1),
(30390,'Hellevoetsluis',2599,1),
(30391,'Hendrik-Ido-Ambacht',2599,1),
(30392,'Jacobswoude',2599,1),
(30393,'Katwijk',2599,1),
(30394,'Kinderdijk',2599,1),
(30395,'Krimpen',2599,1),
(30396,'Leiden',2599,1),
(30397,'Leiderdorp',2599,1),
(30398,'Leidschendam-Voorburg',2599,1),
(30399,'Liemeer',2599,1),
(30400,'Liesveld',2599,1),
(30401,'Lisse',2599,1),
(30402,'Maasland',2599,1),
(30403,'Maassluis',2599,1),
(30404,'Middelharnis',2599,1),
(30405,'Monster',2599,1),
(30406,'Moordrecht',2599,1),
(30407,'Naaldwijk',2599,1),
(30408,'Nederlek',2599,1),
(30409,'Nieuw-Lekkerland',2599,1),
(30410,'Nieuwekerk aan den IJssel',2599,1),
(30411,'Nieuwkoop',2599,1),
(30412,'Noordwijk',2599,1),
(30413,'Noordwijkerhout',2599,1),
(30414,'Oegestgeest',2599,1),
(30415,'Oostflakkee',2599,1),
(30416,'Oud-Beijerland',2599,1),
(30417,'Ouderkerk',2599,1),
(30418,'Papendrecht',2599,1),
(30419,'Pijnacker-Nootdorp',2599,1),
(30420,'Reeuwijk',2599,1),
(30421,'Ridderkerk',2599,1),
(30422,'Rijnsburg',2599,1),
(30423,'Rijnwoude',2599,1),
(30424,'Rijswijk',2599,1),
(30425,'Rotterdam',2599,1),
(30426,'Sassenheim',2599,1),
(30427,'Schiedam',2599,1),
(30428,'Schipluiden',2599,1),
(30429,'Schoonhoven',2599,1),
(30430,'Sliedrecht',2599,1),
(30431,'Spijkenisse',2599,1),
(30432,'Strijen',2599,1),
(30433,'Ter Aar',2599,1),
(30434,'The Hague',2599,1),
(30435,'Valkenburg',2599,1),
(30436,'Vierpolders',2599,1),
(30437,'Vlaardingen',2599,1),
(30438,'Vlist',2599,1),
(30439,'Voorhout',2599,1),
(30440,'Voorschoten',2599,1),
(30441,'Waddinxveen',2599,1),
(30442,'Warmond',2599,1),
(30443,'Wassenaar',2599,1),
(30444,'Wateringen',2599,1),
(30445,'West Maas en Waal',2599,1),
(30446,'Westvoorne',2599,1),
(30447,'Zederik',2599,1),
(30448,'Zevenhuizen-Moerkapelle',2599,1),
(30449,'Zoetermeer',2599,1),
(30450,'Zoeterwoude',2599,1),
(30451,'Zwijndrecht',2599,1),
(30452,'Belep',2600,1),
(30453,'Fayaoue',2600,1),
(30454,'Tadine',2600,1),
(30455,'Vao',2600,1),
(30456,'We',2600,1),
(30457,'Canala',2601,1),
(30458,'Hienghene',2601,1),
(30459,'Houailu',2601,1),
(30460,'Kaala Gomen',2601,1),
(30461,'Kone',2601,1),
(30462,'Koumac',2601,1),
(30463,'Ouegoa',2601,1),
(30464,'Poindimie',2601,1),
(30465,'Ponerihouen',2601,1),
(30466,'Pouebo',2601,1),
(30467,'Pouembout',2601,1),
(30468,'Poum',2601,1),
(30469,'Poya',2601,1),
(30470,'Touho',2601,1),
(30471,'Voh',2601,1),
(30472,'Bouloupari',2602,1),
(30473,'Bourail',2602,1),
(30474,'Dumbea',2602,1),
(30475,'Farino',2602,1),
(30476,'La Foa',2602,1),
(30477,'Moindou',2602,1),
(30478,'Mont-Dore',2602,1),
(30479,'Noumea',2602,1),
(30480,'Paita',2602,1),
(30481,'Sarramea',2602,1),
(30482,'Thio',2602,1),
(30483,'Yate',2602,1),
(30484,'Auckland',2604,1),
(30485,'Helensville',2604,1),
(30486,'Henderson',2604,1),
(30487,'Hillsborough',2604,1),
(30488,'Lynfield',2604,1),
(30489,'Manukau',2604,1),
(30490,'Manurewa',2604,1),
(30491,'Mt. Roskill',2604,1),
(30492,'North Shore',2604,1),
(30493,'Onehunga',2604,1),
(30494,'Orewa',2604,1),
(30495,'Otahuhu',2604,1),
(30496,'Panmure',2604,1),
(30497,'Papakura',2604,1),
(30498,'Papatoetoe',2604,1),
(30499,'Ponsonby',2604,1),
(30500,'Royal Oak',2604,1),
(30501,'Sandringham',2604,1),
(30502,'Snells Beach',2604,1),
(30503,'Takanini',2604,1),
(30504,'Waiheke',2604,1),
(30505,'Waitakere',2604,1),
(30506,'Amberley',2606,1),
(30507,'Ashburton',2606,1),
(30508,'Christchurch',2606,1),
(30509,'Fairlie',2606,1),
(30510,'Geraldine',2606,1),
(30511,'Kaikoura',2606,1),
(30512,'Leeston',2606,1),
(30513,'Lyttelton',2606,1),
(30514,'Oamaru',2606,1),
(30515,'Rangiora',2606,1),
(30516,'Temuka',2606,1),
(30517,'Timaru',2606,1),
(30518,'Waimate',2606,1),
(30519,'Gisborne',2608,1),
(30520,'Dannevirke',2610,1),
(30521,'Feilding',2610,1),
(30522,'Foxton',2610,1),
(30523,'Levin',2610,1),
(30524,'Marton',2610,1),
(30525,'Palmerston North',2610,1),
(30526,'Picton',2610,1),
(30527,'Taumarunui',2610,1),
(30528,'Wanganui',2610,1),
(30529,'Blenheim',2611,1),
(30530,'Havelock',2611,1),
(30531,'Nelson',2612,1),
(30532,'Dargaville',2613,1),
(30533,'Kaikohe',2613,1),
(30534,'Kaitaia',2613,1),
(30535,'Kerikeri',2613,1),
(30536,'Maungatapere',2613,1),
(30537,'Whangarei',2613,1),
(30538,'Alexandra',2614,1),
(30539,'Balclutha',2614,1),
(30540,'Dunedin',2614,1),
(30541,'Queenstown',2614,1),
(30542,'Wanaka',2614,1),
(30543,'Warkworth',2615,1),
(30544,'Gore',2616,1),
(30545,'Invercargill',2616,1),
(30546,'Eltham',2617,1),
(30547,'Hawera',2617,1),
(30548,'Inglewood',2617,1),
(30549,'New Plymouth',2617,1),
(30550,'Oakura',2617,1),
(30551,'Stratford',2617,1),
(30552,'Waitara',2617,1),
(30553,'Motueka',2618,1),
(30554,'Richmond',2618,1),
(30555,'Cambridge',2619,1),
(30556,'Coromandel',2619,1),
(30557,'Hamilton',2619,1),
(30558,'Hillcrest',2619,1),
(30559,'Huntly',2619,1),
(30560,'Matamata',2619,1),
(30561,'Morrinsville',2619,1),
(30562,'Ngaruawahia',2619,1),
(30563,'Otorohanga',2619,1),
(30564,'Paeroa',2619,1),
(30565,'Pukekohe',2619,1),
(30566,'Putaruru',2619,1),
(30567,'Taupo',2619,1),
(30568,'Te Aroha',2619,1),
(30569,'Te Awamutu',2619,1),
(30570,'Te Kuiti',2619,1),
(30571,'Thames',2619,1),
(30572,'Tokoroa',2619,1),
(30573,'Turangi',2619,1),
(30574,'Waiuku',2619,1),
(30575,'Whangamata',2619,1),
(30576,'Whitianga',2619,1),
(30577,'Carterton',2620,1),
(30578,'Kapiti',2620,1),
(30579,'Lower Hutt',2620,1),
(30580,'Martinborough',2620,1),
(30581,'Masterton',2620,1),
(30582,'Otaki',2620,1),
(30583,'Paraparaumu',2620,1),
(30584,'Porirua',2620,1),
(30585,'Upper Hutt',2620,1),
(30586,'Wairarapa',2620,1),
(30587,'Wellington',2620,1),
(30588,'Boaco',2624,1),
(30589,'Camoapa',2624,1),
(30590,'San Lorenzo',2624,1),
(30591,'Diriamba',2625,1),
(30592,'Dolores',2625,1),
(30593,'Jinotepe',2625,1),
(30594,'Masatepe',2625,1),
(30595,'San Marcos',2625,1),
(30596,'Santa Teresa',2625,1),
(30597,'Chichigalpa',2626,1),
(30598,'Chinandega',2626,1),
(30599,'Corinto',2626,1),
(30600,'El Viejo',2626,1),
(30601,'Puerto Morazan',2626,1),
(30602,'Somotillo',2626,1),
(30603,'Acoyapa',2627,1),
(30604,'Juigalpa',2627,1),
(30605,'Santo Domingo',2627,1),
(30606,'Santo Tomas',2627,1),
(30607,'Villa Sandino',2627,1),
(30608,'Condega',2628,1),
(30609,'Esteli',2628,1),
(30610,'La Trinidad',2628,1),
(30611,'Diriomo',2629,1),
(30612,'Granada',2629,1),
(30613,'Nandaime',2629,1),
(30614,'Jinotega',2630,1),
(30615,'Wiwili',2630,1),
(30616,'El Sauce',2631,1),
(30617,'La Paz Centro',2631,1),
(30618,'Larreynaga',2631,1),
(30619,'Leon',2631,1),
(30620,'Nagarote',2631,1),
(30621,'Telica',2631,1),
(30622,'Somoto',2632,1),
(30623,'Managua',2633,1),
(30624,'Mateare',2633,1),
(30625,'San Rafael del Sur',2633,1),
(30626,'Ticuantepe',2633,1),
(30627,'Tipitapa',2633,1),
(30628,'La Concepcion',2634,1),
(30629,'Masaya',2634,1),
(30630,'Nandasmo',2634,1),
(30631,'Nindiri',2634,1),
(30632,'Niquinohomo',2634,1),
(30633,'Ciudad Dario',2635,1),
(30634,'Esquipulas',2635,1),
(30635,'Matagalpa',2635,1),
(30636,'Matiguas',2635,1),
(30637,'Rio Blanco',2635,1),
(30638,'San Isidro',2635,1),
(30639,'Sebaco',2635,1),
(30640,'Belen',2638,1),
(30641,'Rivas',2638,1),
(30642,'San Jorge',2638,1),
(30643,'San Juan del Sur',2638,1),
(30644,'Agadez',2639,1),
(30645,'Arlit',2639,1),
(30646,'Bilma',2639,1),
(30647,'Fachi',2639,1),
(30648,'Ingall',2639,1),
(30649,'Tchirozerine',2639,1),
(30650,'Diffa',2640,1),
(30651,'Maine-Soroa',2640,1),
(30652,'N\'Guigmi',2640,1),
(30653,'Birni N\'Gaoure',2641,1),
(30654,'Boboye',2641,1),
(30655,'Dogondoutchi',2641,1),
(30656,'Dosso',2641,1),
(30657,'Gaya',2641,1),
(30658,'Loga',2641,1),
(30659,'Aguie',2642,1),
(30660,'Dakoro',2642,1),
(30661,'Gazaoua',2642,1),
(30662,'Guidan Roumdji',2642,1),
(30663,'Madarounfa',2642,1),
(30664,'Maradi',2642,1),
(30665,'Mayahi',2642,1),
(30666,'Tessaoua',2642,1),
(30667,'Tibiri',2642,1),
(30668,'Niamey',2643,1),
(30669,'Birni N\'Konni',2644,1),
(30670,'Bouza',2644,1),
(30671,'Illela',2644,1),
(30672,'Keita',2644,1),
(30673,'Madaoua',2644,1),
(30674,'Malbaza\'uzine',2644,1),
(30675,'Tahoua',2644,1),
(30676,'Tchintabaraden',2644,1),
(30677,'Ayorou',2645,1),
(30678,'Filingue',2645,1),
(30679,'Kollo',2645,1),
(30680,'Ouallam',2645,1),
(30681,'Say',2645,1),
(30682,'Tera',2645,1),
(30683,'Tillabery',2645,1),
(30684,'Goure',2646,1),
(30685,'Kantche',2646,1),
(30686,'Magaria',2646,1),
(30687,'Matameye',2646,1),
(30688,'Mirriah',2646,1),
(30689,'Tanout',2646,1),
(30690,'Zinder',2646,1),
(30691,'Aba',2647,1),
(30692,'Amaigbo',2647,1),
(30693,'Arochukwu',2647,1),
(30694,'Bende',2647,1),
(30695,'Ohafia',2647,1),
(30696,'Okwe',2647,1),
(30697,'Umuahia',2647,1),
(30698,'Demsa',2649,1),
(30699,'Ganye',2649,1),
(30700,'Girei',2649,1),
(30701,'Gombi',2649,1),
(30702,'Jada',2649,1),
(30703,'Jimeta',2649,1),
(30704,'Lamurde',2649,1),
(30705,'Madagala',2649,1),
(30706,'Maiha',2649,1),
(30707,'Mubi',2649,1),
(30708,'Ngurore',2649,1),
(30709,'Numan',2649,1),
(30710,'Shelleng',2649,1),
(30711,'Song',2649,1),
(30712,'Toungo',2649,1),
(30713,'Yola',2649,1),
(30714,'Aguata',2651,1),
(30715,'Agulu',2651,1),
(30716,'Anambra',2651,1),
(30717,'Awka',2651,1),
(30718,'Enugu Ukwu',2651,1),
(30719,'Igbo Ukwu',2651,1),
(30720,'Ihiala',2651,1),
(30721,'Nkpor',2651,1),
(30722,'Nnewi',2651,1),
(30723,'Obosi',2651,1),
(30724,'Okija',2651,1),
(30725,'Okpoko',2651,1),
(30726,'Onitsha',2651,1),
(30727,'Ozubulu',2651,1),
(30728,'Uga',2651,1),
(30729,'Alkaleri',2652,1),
(30730,'Azare',2652,1),
(30731,'Bauchi',2652,1),
(30732,'Bogoro',2652,1),
(30733,'Bununu Dass',2652,1),
(30734,'Darazo',2652,1),
(30735,'Gamawa',2652,1),
(30736,'Ganjuwa',2652,1),
(30737,'Jamari',2652,1),
(30738,'Katagum',2652,1),
(30739,'Misau',2652,1),
(30740,'Ningi',2652,1),
(30741,'Tafawa Balewa',2652,1),
(30742,'Brass',2653,1),
(30743,'Ekeremor',2653,1),
(30744,'Nembe',2653,1),
(30745,'Yenagoa',2653,1),
(30746,'Aliade',2654,1),
(30747,'Gboko',2654,1),
(30748,'Katsina-Ala',2654,1),
(30749,'Makurdi',2654,1),
(30750,'Otukpo',2654,1),
(30751,'Ukum',2654,1),
(30752,'Zaki Biam',2654,1),
(30753,'Abadan',2655,1),
(30754,'Askira',2655,1),
(30755,'Bama',2655,1),
(30756,'Biu',2655,1),
(30757,'Chibok',2655,1),
(30758,'Damboa',2655,1),
(30759,'Dikwa',2655,1),
(30760,'Gamboru',2655,1),
(30761,'Gubio',2655,1),
(30762,'Gwoza',2655,1),
(30763,'Kaga',2655,1),
(30764,'Kala',2655,1),
(30765,'Konduga',2655,1),
(30766,'Kukawa',2655,1),
(30767,'Mafa',2655,1),
(30768,'Magumeri',2655,1),
(30769,'Maiduguri',2655,1),
(30770,'Marte',2655,1),
(30771,'Monguno',2655,1),
(30772,'Ngala',2655,1),
(30773,'Shani',2655,1),
(30774,'Agbor',2657,1),
(30775,'Asaba',2657,1),
(30776,'Bomadi',2657,1),
(30777,'Burutu',2657,1),
(30778,'Okpe',2657,1),
(30779,'Patani',2657,1),
(30780,'Sapele',2657,1),
(30781,'Ughelli',2657,1),
(30782,'Warri',2657,1),
(30783,'Abakaliki',2658,1),
(30784,'Afikpo',2658,1),
(30785,'Effium',2658,1),
(30786,'Ezza',2658,1),
(30787,'Ishieke',2658,1),
(30788,'Uburu',2658,1),
(30789,'Auchi',2659,1),
(30790,'Benin',2659,1),
(30791,'Ekpoma',2659,1),
(30792,'Igarra',2659,1),
(30793,'Ikpoba',2659,1),
(30794,'Irrua',2659,1),
(30795,'Sabongida',2659,1),
(30796,'Ubiaja',2659,1),
(30797,'Uromi',2659,1),
(30798,'Ado',2660,1),
(30799,'Aramoko',2660,1),
(30800,'Efon Alaye',2660,1),
(30801,'Emure',2660,1),
(30802,'Igbara Odo',2660,1),
(30803,'Igede',2660,1),
(30804,'Ijero',2660,1),
(30805,'Ikere',2660,1),
(30806,'Ikole',2660,1),
(30807,'Ilawe',2660,1),
(30808,'Ipoti',2660,1),
(30809,'Ise',2660,1),
(30810,'Ode',2660,1),
(30811,'Omuo',2660,1),
(30812,'Osi',2660,1),
(30813,'Agwa',2661,1),
(30814,'Aku',2661,1),
(30815,'Awgu',2661,1),
(30816,'Eha Amufu',2661,1),
(30817,'Enugu',2661,1),
(30818,'Enugu Ezike',2661,1),
(30819,'Enugu Ngwo',2661,1),
(30820,'Ezeagu',2661,1),
(30821,'Mberubu',2661,1),
(30822,'Nsukka',2661,1),
(30823,'Oji',2661,1),
(30824,'Udi',2661,1),
(30825,'Ako',2662,1),
(30826,'Deba',2662,1),
(30827,'Duku',2662,1),
(30828,'Garko',2662,1),
(30829,'Gombe',2662,1),
(30830,'Kaltungo',2662,1),
(30831,'Kumo',2662,1),
(30832,'Nafada',2662,1),
(30833,'Pindiga',2662,1),
(30834,'Aboh',2663,1),
(30835,'Etiti',2663,1),
(30836,'Ihite',2663,1),
(30837,'Nkwerre',2663,1),
(30838,'Oguta',2663,1),
(30839,'Okigwe',2663,1),
(30840,'Owerri',2663,1),
(30841,'Babura',2664,1),
(30842,'Birnin Kudu',2664,1),
(30843,'Buji',2664,1),
(30844,'Dutse',2664,1),
(30845,'Garki',2664,1),
(30846,'Gumel',2664,1),
(30847,'Gwaram',2664,1),
(30848,'Gwiwa',2664,1),
(30849,'Hadejia',2664,1),
(30850,'Jahun',2664,1),
(30851,'Kaugama',2664,1),
(30852,'Kazaure',2664,1),
(30853,'Keffin Hausa',2664,1),
(30854,'Kiyawa',2664,1),
(30855,'Maigatari',2664,1),
(30856,'Malammaduri',2664,1),
(30857,'Ringim',2664,1),
(30858,'Sule Tankarkar',2664,1),
(30859,'Taura',2664,1),
(30860,'Birnin Gwari',2665,1),
(30861,'Doka',2665,1),
(30862,'Giwa',2665,1),
(30863,'Gwagwada',2665,1),
(30864,'Hunkuyi',2665,1),
(30865,'Igabi',2665,1),
(30866,'Ikara',2665,1),
(30867,'Jemaa',2665,1),
(30868,'Kachia',2665,1),
(30869,'Kaduna',2665,1),
(30870,'Kafanchan',2665,1),
(30871,'Kagarko',2665,1),
(30872,'Kagoro',2665,1),
(30873,'Kaura',2665,1),
(30874,'Kudan',2665,1),
(30875,'Lere',2665,1),
(30876,'Makarfi',2665,1),
(30877,'Sabon Birnin Gwari',2665,1),
(30878,'Sabongari',2665,1),
(30879,'Sanga',2665,1),
(30880,'Soba',2665,1),
(30881,'Tudun Wada',2665,1),
(30882,'Zangon Katab',2665,1),
(30883,'Zaria',2665,1),
(30884,'Ajingi',2666,1),
(30885,'Albasu',2666,1),
(30886,'Bagwai',2666,1),
(30887,'Bebeji',2666,1),
(30888,'Bichi',2666,1),
(30889,'Bunkure',2666,1),
(30890,'Dambarta',2666,1),
(30891,'Dawakin Tofe',2666,1),
(30892,'Fagge',2666,1),
(30893,'Garko',2666,1),
(30894,'Garun Mallam',2666,1),
(30895,'Gaya',2666,1),
(30896,'Gezawa',2666,1),
(30897,'Gwarzo',2666,1),
(30898,'Kabo',2666,1),
(30899,'Kano',2666,1),
(30900,'Karaye',2666,1),
(30901,'Kibiya',2666,1),
(30902,'Kiru',2666,1),
(30903,'Kumbotso',2666,1),
(30904,'Kunchi',2666,1),
(30905,'Kura',2666,1),
(30906,'Madobi',2666,1),
(30907,'Makoda',2666,1),
(30908,'Nassarawa',2666,1),
(30909,'Rano',2666,1),
(30910,'Rimin Gado',2666,1),
(30911,'Shanono',2666,1),
(30912,'Sumaila',2666,1),
(30913,'Takai',2666,1),
(30914,'Tofa',2666,1),
(30915,'Tudun Wada',2666,1),
(30916,'Wudil',2666,1),
(30917,'Bakori',2667,1),
(30918,'Batsari',2667,1),
(30919,'Bindawa',2667,1),
(30920,'Cheranchi',2667,1),
(30921,'Dan Dume',2667,1),
(30922,'Danja',2667,1),
(30923,'Daura',2667,1),
(30924,'Dutsi',2667,1),
(30925,'Dutsin Ma',2667,1),
(30926,'Faskari',2667,1),
(30927,'Funtua',2667,1),
(30928,'Ingawa',2667,1),
(30929,'Jibiya',2667,1),
(30930,'Kangiwa',2667,1),
(30931,'Kankara',2667,1),
(30932,'Kankiya',2667,1),
(30933,'Katsina',2667,1),
(30934,'Kurfi',2667,1),
(30935,'Malumfashi',2667,1),
(30936,'Mani',2667,1),
(30937,'Mashi',2667,1),
(30938,'Musawa',2667,1),
(30939,'Rimi',2667,1),
(30940,'Sandamu',2667,1),
(30941,'Zango',2667,1),
(30942,'Argungu',2668,1),
(30943,'Augie',2668,1),
(30944,'Bagudo',2668,1),
(30945,'Birnin Kebbi',2668,1),
(30946,'Birnin Yauri',2668,1),
(30947,'Bunza',2668,1),
(30948,'Fakai',2668,1),
(30949,'Gwandu',2668,1),
(30950,'Jega',2668,1),
(30951,'Kalgo',2668,1),
(30952,'Koko',2668,1),
(30953,'Maiyema',2668,1),
(30954,'Sakaba',2668,1),
(30955,'Shanga',2668,1),
(30956,'Suru',2668,1),
(30957,'Wasagu',2668,1),
(30958,'Zuru',2668,1),
(30959,'Ajaokuta',2669,1),
(30960,'Ankpa',2669,1),
(30961,'Dekina',2669,1),
(30962,'Idah',2669,1),
(30963,'Kabba',2669,1),
(30964,'Koton-Karifi',2669,1),
(30965,'Kuroro',2669,1),
(30966,'Lokoja',2669,1),
(30967,'Mopa',2669,1),
(30968,'Ogaminana',2669,1),
(30969,'Ogori',2669,1),
(30970,'Okene',2669,1),
(30971,'Ajasse',2670,1),
(30972,'Ilorin',2670,1),
(30973,'Jebba',2670,1),
(30974,'Kaiama',2670,1),
(30975,'Lafiagi',2670,1),
(30976,'Offa',2670,1),
(30977,'Pategi',2670,1),
(30978,'Apapa',2671,1),
(30979,'Badagri',2671,1),
(30980,'Epe',2671,1),
(30981,'Ibeju',2671,1),
(30982,'Iganmi',2671,1),
(30983,'Ikeja',2671,1),
(30984,'Ikorodu',2671,1),
(30985,'Lagos',2671,1),
(30986,'Ojo',2671,1),
(30987,'Surulere',2671,1),
(30988,'Akwanga',2672,1),
(30989,'Awe',2672,1),
(30990,'Doma',2672,1),
(30991,'Keana',2672,1),
(30992,'Keffi',2672,1),
(30993,'Lafia',2672,1),
(30994,'Nassarawa',2672,1),
(30995,'Obi',2672,1),
(30996,'Toto',2672,1),
(30997,'Wamba',2672,1),
(30998,'Agale',2673,1),
(30999,'Babana',2673,1),
(31000,'Bida',2673,1),
(31001,'Bosso',2673,1),
(31002,'Chanchaga',2673,1),
(31003,'Gbako',2673,1),
(31004,'Kontagora',2673,1),
(31005,'Lapai',2673,1),
(31006,'Minna',2673,1),
(31007,'Mokwa',2673,1),
(31008,'New Bussa',2673,1),
(31009,'Rijau',2673,1),
(31010,'Shiroro',2673,1),
(31011,'Suleja',2673,1),
(31012,'Wushishi',2673,1),
(31013,'Abeokuta',2674,1),
(31014,'Ado Odo',2674,1),
(31015,'Agbara',2674,1),
(31016,'Aiyetoro',2674,1),
(31017,'Ewekoro',2674,1),
(31018,'Ifo',2674,1),
(31019,'Ijebu Igbo',2674,1),
(31020,'Ijebu Ode',2674,1),
(31021,'Ikene',2674,1),
(31022,'Ilaro',2674,1),
(31023,'Ipokia',2674,1),
(31024,'Odogbolu',2674,1),
(31025,'Owode',2674,1),
(31026,'Sango Ota',2674,1),
(31027,'Shagamu',2674,1),
(31028,'Akure',2675,1),
(31029,'Idanre',2675,1),
(31030,'Ikare',2675,1),
(31031,'Irele',2675,1),
(31032,'Odigbo',2675,1),
(31033,'Oka',2675,1),
(31034,'Okitipupa',2675,1),
(31035,'Ondo',2675,1),
(31036,'Owo',2675,1),
(31037,'Apomu',2676,1),
(31038,'Ede',2676,1),
(31039,'Ejigbo',2676,1),
(31040,'Erin-Oshogbo',2676,1),
(31041,'Gbongan',2676,1),
(31042,'Ife',2676,1),
(31043,'Ifon Osun',2676,1),
(31044,'Ijesha',2676,1),
(31045,'Ikire',2676,1),
(31046,'Ikirun',2676,1),
(31047,'Ila',2676,1),
(31048,'Ilesha',2676,1),
(31049,'Ilobu',2676,1),
(31050,'Inisa',2676,1),
(31051,'Iwo',2676,1),
(31052,'Modakeke',2676,1),
(31053,'Oke-Mesi',2676,1),
(31054,'Olorunda',2676,1),
(31055,'Olupona',2676,1),
(31056,'Ore',2676,1),
(31057,'Orolu',2676,1),
(31058,'Oshogbo',2676,1),
(31059,'Oyan',2676,1),
(31060,'Akinyele',2677,1),
(31061,'Egbeda',2677,1),
(31062,'Eruwa',2677,1),
(31063,'Fiditi',2677,1),
(31064,'Ibadan',2677,1),
(31065,'Ibeto',2677,1),
(31066,'Igbo Ora',2677,1),
(31067,'Igboho',2677,1),
(31068,'Iseyin',2677,1),
(31069,'Kajola',2677,1),
(31070,'Kishi',2677,1),
(31071,'Lalupon',2677,1),
(31072,'Ogbomosho',2677,1),
(31073,'Ogo',2677,1),
(31074,'Oke-Iho',2677,1),
(31075,'Oyo',2677,1),
(31076,'Shaki',2677,1),
(31077,'Barakin',2678,1),
(31078,'Bassa',2678,1),
(31079,'Bokkos',2678,1),
(31080,'Bukuru',2678,1),
(31081,'Jos',2678,1),
(31082,'Langtang',2678,1),
(31083,'Pankshin',2678,1),
(31084,'Riyom',2678,1),
(31085,'Shendam',2678,1),
(31086,'Vom',2678,1),
(31087,'Wase',2678,1),
(31088,'Abonnema',2679,1),
(31089,'Abua',2679,1),
(31090,'Ahoada',2679,1),
(31091,'Bonny',2679,1),
(31092,'Bugama',2679,1),
(31093,'Degema',2679,1),
(31094,'Egbema',2679,1),
(31095,'Ogu',2679,1),
(31096,'Okrika',2679,1),
(31097,'Omoko',2679,1),
(31098,'Opobo',2679,1),
(31099,'Oyigbo',2679,1),
(31100,'Port Harcourt',2679,1),
(31101,'Binji',2680,1),
(31102,'Bodinga',2680,1),
(31103,'Dange',2680,1),
(31104,'Gada',2680,1),
(31105,'Goronyo',2680,1),
(31106,'Gwadabawa',2680,1),
(31107,'Illela',2680,1),
(31108,'Kebbe',2680,1),
(31109,'Kware',2680,1),
(31110,'Rabah',2680,1),
(31111,'Raka',2680,1),
(31112,'Sabon Birni',2680,1),
(31113,'Sokoto',2680,1),
(31114,'Tambawel',2680,1),
(31115,'Tureta',2680,1),
(31116,'Wamako',2680,1),
(31117,'Wurno',2680,1),
(31118,'Bali',2681,1),
(31119,'Gashaka',2681,1),
(31120,'Gassol',2681,1),
(31121,'Ibi',2681,1),
(31122,'Jalingo',2681,1),
(31123,'Lau',2681,1),
(31124,'Takum',2681,1),
(31125,'Wukari',2681,1),
(31126,'Yorro',2681,1),
(31127,'Damaturu',2682,1),
(31128,'Fika',2682,1),
(31129,'Gashua',2682,1),
(31130,'Geidam',2682,1),
(31131,'Gorgoram',2682,1),
(31132,'Gujba',2682,1),
(31133,'Gulani',2682,1),
(31134,'Jakusko',2682,1),
(31135,'Matsena',2682,1),
(31136,'Nguru',2682,1),
(31137,'Potiskum',2682,1),
(31138,'Yusufari',2682,1),
(31139,'Anka',2683,1),
(31140,'Bungudu',2683,1),
(31141,'Chafe',2683,1),
(31142,'Gummi',2683,1),
(31143,'Gusau',2683,1),
(31144,'Isa',2683,1),
(31145,'Kaura Namoda',2683,1),
(31146,'Kiyawa',2683,1),
(31147,'Maradun',2683,1),
(31148,'Maru',2683,1),
(31149,'Shinkafe',2683,1),
(31150,'Talata Mafara',2683,1),
(31151,'Zurmi',2683,1),
(31152,'Niue',2684,1),
(31153,'Songsong',2687,1),
(31154,'Capital Hill',2688,1),
(31155,'Chalan Kanoa',2688,1),
(31156,'Dandan',2688,1),
(31157,'Garapan',2688,1),
(31158,'Gualo Rai',2688,1),
(31159,'Kagman',2688,1),
(31160,'Koblerville',2688,1),
(31161,'San Antonio',2688,1),
(31162,'San Jose',2688,1),
(31163,'San Roque',2688,1),
(31164,'San Vicente',2688,1),
(31165,'Susupe',2688,1),
(31166,'Tanapag',2688,1),
(31167,'San Jose',2689,1),
(31168,'Asker',2690,1),
(31169,'Billingstad',2690,1),
(31170,'Haslum',2690,1),
(31171,'Hosle',2690,1),
(31172,'Kjeller',2690,1),
(31173,'Lillestrom',2690,1),
(31174,'Lorenskog',2690,1),
(31175,'Lysaker',2690,1),
(31176,'LÃƒÂ¸renskog',2690,1),
(31177,'Rud',2690,1),
(31178,'Sandvika',2690,1),
(31179,'Strommen',2690,1),
(31180,'Kokstad',2692,1),
(31181,'Drammen',2693,1),
(31182,'Hokksund',2693,1),
(31183,'Honefoss',2693,1),
(31184,'Kongsberg',2693,1),
(31185,'Lyngdal',2693,1),
(31186,'NÃƒÂ¦rsnes',2693,1),
(31187,'Vestby',2693,1),
(31188,'Baatsfjord',2694,1),
(31189,'Hammerfest',2694,1),
(31190,'Brumunddal',2695,1),
(31191,'Elverum',2695,1),
(31192,'Hamar',2695,1),
(31193,'Ilseng',2695,1),
(31194,'Rena',2695,1),
(31195,'Trysil',2695,1),
(31196,'Bergen',2696,1),
(31197,'HÃƒÂ¸ylandsbygd',2696,1),
(31198,'Lonevag',2696,1),
(31199,'Straume',2696,1),
(31200,'Tysnes',2696,1),
(31201,'Voss',2696,1),
(31202,'Bodo',2699,1),
(31203,'Mosjoen',2699,1),
(31204,'Narvik',2699,1),
(31205,'Nesna',2699,1),
(31206,'Saltdal',2699,1),
(31207,'Sortland',2699,1),
(31208,'Steigen',2699,1),
(31209,'Askim',2700,1),
(31210,'Fredrikstad',2700,1),
(31211,'Halden',2700,1),
(31212,'Hovik',2700,1),
(31213,'Moss',2700,1),
(31214,'Mysen',2700,1),
(31215,'Sarpsborg',2700,1),
(31216,'Tistedal',2700,1),
(31217,'Lena',2701,1),
(31218,'Lillehammer',2701,1),
(31219,'Oslo',2702,1),
(31220,'Skedsmo',2702,1),
(31221,'Skjetten',2702,1),
(31222,'Egersund',2703,1),
(31223,'Haugesund',2703,1),
(31224,'Kleppe',2703,1),
(31225,'Sandnes',2703,1),
(31226,'Sola',2703,1),
(31227,'Stavanger',2703,1),
(31228,'Stavern',2706,1),
(31229,'Sykkylven',2707,1),
(31230,'Notodden',2708,1),
(31231,'Skien',2708,1),
(31232,'Harstad',2709,1),
(31233,'Troms',2709,1),
(31234,'TromsÃƒÂ¸',2709,1),
(31235,'Horten',2711,1),
(31236,'HusÃƒÂ¸ysund',2711,1),
(31237,'Larvik',2711,1),
(31238,'Rygge',2711,1),
(31239,'Sandefjord',2711,1),
(31240,'TÃƒÂ¸nsberg',2711,1),
(31241,'Salalah',2714,1),
(31242,'Azaiba',2715,1),
(31243,'Bawshar',2715,1),
(31244,'Madinat Qabus',2715,1),
(31245,'Masqat',2715,1),
(31246,'Matrah',2715,1),
(31247,'Muscat',2715,1),
(31248,'Muttrah',2715,1),
(31249,'Qurayyat',2715,1),
(31250,'Qurm',2715,1),
(31251,'Ruwi',2715,1),
(31252,'Wadi Al Kabir',2715,1),
(31253,'as-Sib',2715,1),
(31254,'Khasab',2716,1),
(31255,'Rusayl',2717,1),
(31256,'Bahla\'',2719,1),
(31257,'Nizwa',2719,1),
(31258,'Sumayl',2719,1),
(31259,'\'Ibri',2720,1),
(31260,'al-Buraymi',2720,1),
(31261,'Al khuwair',2721,1),
(31262,'Barkah',2721,1),
(31263,'Saham',2721,1),
(31264,'Shinas',2721,1),
(31265,'Suhar',2721,1),
(31266,'al-Khaburah',2721,1),
(31267,'al-Masna\'ah',2721,1),
(31268,'ar-Rustaq',2721,1),
(31269,'as-Suwayq',2721,1),
(31270,'Ibra',2722,1),
(31271,'Sur',2722,1),
(31272,'al-Mudaybi',2722,1),
(31273,'Athmuqam',2723,1),
(31274,'Bagh',2723,1),
(31275,'Bhimber',2723,1),
(31276,'Hattian',2723,1),
(31277,'Haveli',2723,1),
(31278,'Khuiratta',2723,1),
(31279,'Kotli',2723,1),
(31280,'Mangla',2723,1),
(31281,'Mirpur',2723,1),
(31282,'Muzaffarabad',2723,1),
(31283,'Neelam',2723,1),
(31284,'Palandri',2723,1),
(31285,'Poonch',2723,1),
(31286,'Rawalakot',2723,1),
(31287,'Sudhnoti',2723,1),
(31288,'Amir chah',2724,1),
(31289,'Awaran',2724,1),
(31290,'Barkhan',2724,1),
(31291,'Bela',2724,1),
(31292,'Bhag',2724,1),
(31293,'Chaman',2724,1),
(31294,'Chitkan',2724,1),
(31295,'Dalbandin',2724,1),
(31296,'Dera Allah Yar',2724,1),
(31297,'Dera Bugti',2724,1),
(31298,'Dera Murad Jamali',2724,1),
(31299,'Dhadar',2724,1),
(31300,'Duki',2724,1),
(31301,'Gaddani',2724,1),
(31302,'Gwadar',2724,1),
(31303,'Harnai',2724,1),
(31304,'Hub',2724,1),
(31305,'Jiwani',2724,1),
(31306,'Kalat',2724,1),
(31307,'Kharan',2724,1),
(31308,'Khuzdar',2724,1),
(31309,'Kohlu',2724,1),
(31310,'Loralai',2724,1),
(31311,'Mach',2724,1),
(31312,'Mastung',2724,1),
(31313,'Nushki',2724,1),
(31314,'Ormara',2724,1),
(31315,'Pasni',2724,1),
(31316,'Pishin',2724,1),
(31317,'Quetta',2724,1),
(31318,'Sibi',2724,1),
(31319,'Sohbatpur',2724,1),
(31320,'Surab',2724,1),
(31321,'Turbat',2724,1),
(31322,'Usta Muhammad',2724,1),
(31323,'Uthal',2724,1),
(31324,'Wadh',2724,1),
(31325,'Winder',2724,1),
(31326,'Zehri',2724,1),
(31327,'Zhob',2724,1),
(31328,'Ziarat',2724,1),
(31329,'\'Abdul Hakim',2728,1),
(31330,'Ahmadpur East',2728,1),
(31331,'Ahmadpur Lumma',2728,1),
(31332,'Ahmadpur Sial',2728,1),
(31333,'Ahmedabad',2728,1),
(31334,'Alipur',2728,1),
(31335,'Alipur Chatha',2728,1),
(31336,'Arifwala',2728,1),
(31337,'Attock',2728,1),
(31338,'Baddomalhi',2728,1),
(31339,'Bagh',2728,1),
(31340,'Bahawalnagar',2728,1),
(31341,'Bahawalpur',2728,1),
(31342,'Bai Pheru',2728,1),
(31343,'Basirpur',2728,1),
(31344,'Begowala',2728,1),
(31345,'Bhakkar',2728,1),
(31346,'Bhalwal',2728,1),
(31347,'Bhawana',2728,1),
(31348,'Bhera',2728,1),
(31349,'Bhopalwala',2728,1),
(31350,'Burewala',2728,1),
(31351,'Chak Azam Sahu',2728,1),
(31352,'Chak Jhumra',2728,1),
(31353,'Chak Sarwar Shahid',2728,1),
(31354,'Chakwal',2728,1),
(31355,'Chawinda',2728,1),
(31356,'Chichawatni',2728,1),
(31357,'Chiniot',2728,1),
(31358,'Chishtian Mandi',2728,1),
(31359,'Choa Saidan Shah',2728,1),
(31360,'Chuhar Kana',2728,1),
(31361,'Chunian',2728,1),
(31362,'Dajal',2728,1),
(31363,'Darya Khan',2728,1),
(31364,'Daska',2728,1),
(31365,'Daud Khel',2728,1),
(31366,'Daultala',2728,1),
(31367,'Dera Din Panah',2728,1),
(31368,'Dera Ghazi Khan',2728,1),
(31369,'Dhanote',2728,1),
(31370,'Dhonkal',2728,1),
(31371,'Dijkot',2728,1),
(31372,'Dina',2728,1),
(31373,'Dinga',2728,1),
(31374,'Dipalpur',2728,1),
(31375,'Dullewala',2728,1),
(31376,'Dunga Bunga',2728,1),
(31377,'Dunyapur',2728,1),
(31378,'Eminabad',2728,1),
(31379,'Faisalabad',2728,1),
(31380,'Faqirwali',2728,1),
(31381,'Faruka',2728,1),
(31382,'Fateh Jang',2728,1),
(31383,'Fatehpur',2728,1),
(31384,'Fazalpur',2728,1),
(31385,'Ferozwala',2728,1),
(31386,'Fort Abbas',2728,1),
(31387,'Garh Maharaja',2728,1),
(31388,'Ghakar',2728,1),
(31389,'Ghurgushti',2728,1),
(31390,'Gojra',2728,1),
(31391,'Gujar Khan',2728,1),
(31392,'Gujranwala',2728,1),
(31393,'Gujrat',2728,1),
(31394,'Hadali',2728,1),
(31395,'Hafizabad',2728,1),
(31396,'Harnoli',2728,1),
(31397,'Harunabad',2728,1),
(31398,'Hasan Abdal',2728,1),
(31399,'Hasilpur',2728,1),
(31400,'Haveli',2728,1),
(31401,'Hazro',2728,1),
(31402,'Hujra Shah Muqim',2728,1),
(31403,'Isa Khel',2728,1),
(31404,'Jahanian',2728,1),
(31405,'Jalalpur Bhattian',2728,1),
(31406,'Jalalpur Jattan',2728,1),
(31407,'Jalalpur Pirwala',2728,1),
(31408,'Jalla Jeem',2728,1),
(31409,'Jamke Chima',2728,1),
(31410,'Jampur',2728,1),
(31411,'Jand',2728,1),
(31412,'Jandanwala',2728,1),
(31413,'Jandiala Sherkhan',2728,1),
(31414,'Jaranwala',2728,1),
(31415,'Jatoi',2728,1),
(31416,'Jauharabad',2728,1),
(31417,'Jhang',2728,1),
(31418,'Jhawarian',2728,1),
(31419,'Jhelum',2728,1),
(31420,'Kabirwala',2728,1),
(31421,'Kahna Nau',2728,1),
(31422,'Kahror Pakka',2728,1),
(31423,'Kahuta',2728,1),
(31424,'Kalabagh',2728,1),
(31425,'Kalaswala',2728,1),
(31426,'Kaleke',2728,1),
(31427,'Kalur Kot',2728,1),
(31428,'Kamalia',2728,1),
(31429,'Kamar Mashani',2728,1),
(31430,'Kamir',2728,1),
(31431,'Kamoke',2728,1),
(31432,'Kamra',2728,1),
(31433,'Kanganpur',2728,1),
(31434,'Karampur',2728,1),
(31435,'Karor Lal Esan',2728,1),
(31436,'Kasur',2728,1),
(31437,'Khairpur Tamewali',2728,1),
(31438,'Khanewal',2728,1),
(31439,'Khangah Dogran',2728,1),
(31440,'Khangarh',2728,1),
(31441,'Khanpur',2728,1),
(31442,'Kharian',2728,1),
(31443,'Khewra',2728,1),
(31444,'Khundian',2728,1),
(31445,'Khurianwala',2728,1),
(31446,'Khushab',2728,1),
(31447,'Kot Abdul Malik',2728,1),
(31448,'Kot Addu',2728,1),
(31449,'Kot Mithan',2728,1),
(31450,'Kot Moman',2728,1),
(31451,'Kot Radha Kishan',2728,1),
(31452,'Kot Samaba',2728,1),
(31453,'Kotli Loharan',2728,1),
(31454,'Kundian',2728,1),
(31455,'Kunjah',2728,1),
(31456,'Lahore',2728,1),
(31457,'Lalamusa',2728,1),
(31458,'Lalian',2728,1),
(31459,'Liaqatabad',2728,1),
(31460,'Liaqatpur',2728,1),
(31461,'Lieah',2728,1),
(31462,'Liliani',2728,1),
(31463,'Lodhran',2728,1),
(31464,'Ludhewala Waraich',2728,1),
(31465,'Mailsi',2728,1),
(31466,'Makhdumpur',2728,1),
(31467,'Makhdumpur Rashid',2728,1),
(31468,'Malakwal',2728,1),
(31469,'Mamu Kanjan',2728,1),
(31470,'Mananwala Jodh Singh',2728,1),
(31471,'Mandi Bahauddin',2728,1),
(31472,'Mandi Sadiq Ganj',2728,1),
(31473,'Mangat',2728,1),
(31474,'Mangla',2728,1),
(31475,'Mankera',2728,1),
(31476,'Mian Channun',2728,1),
(31477,'Miani',2728,1),
(31478,'Mianwali',2728,1),
(31479,'Minchinabad',2728,1),
(31480,'Mitha Tiwana',2728,1),
(31481,'Multan',2728,1),
(31482,'Muridke',2728,1),
(31483,'Murree',2728,1),
(31484,'Mustafabad',2728,1),
(31485,'Muzaffargarh',2728,1),
(31486,'Nankana Sahib',2728,1),
(31487,'Narang',2728,1),
(31488,'Narowal',2728,1),
(31489,'Noorpur Thal',2728,1),
(31490,'Nowshera',2728,1),
(31491,'Nowshera Virkan',2728,1),
(31492,'Okara',2728,1),
(31493,'Pakpattan',2728,1),
(31494,'Pasrur',2728,1),
(31495,'Pattoki',2728,1),
(31496,'Phalia',2728,1),
(31497,'Phularwan',2728,1),
(31498,'Pind Dadan Khan',2728,1),
(31499,'Pindi Bhattian',2728,1),
(31500,'Pindi Gheb',2728,1),
(31501,'Pirmahal',2728,1),
(31502,'Qadirabad',2728,1),
(31503,'Qadirpur Ran',2728,1),
(31504,'Qila Disar Singh',2728,1),
(31505,'Qila Sobha Singh',2728,1),
(31506,'Quaidabad',2728,1),
(31507,'Rabwah',2728,1),
(31508,'Rahim Yar Khan',2728,1),
(31509,'Raiwind',2728,1),
(31510,'Raja Jang',2728,1),
(31511,'Rajanpur',2728,1),
(31512,'Rasulnagar',2728,1),
(31513,'Rawalpindi',2728,1),
(31514,'Renala Khurd',2728,1),
(31515,'Rojhan',2728,1),
(31516,'Saddar Gogera',2728,1),
(31517,'Sadiqabad',2728,1),
(31518,'Safdarabad',2728,1),
(31519,'Sahiwal',2728,1),
(31520,'Samasatta',2728,1),
(31521,'Sambrial',2728,1),
(31522,'Sammundri',2728,1),
(31523,'Sangala Hill',2728,1),
(31524,'Sanjwal',2728,1),
(31525,'Sarai Alamgir',2728,1),
(31526,'Sarai Sidhu',2728,1),
(31527,'Sargodha',2728,1),
(31528,'Shadiwal',2728,1),
(31529,'Shahkot',2728,1),
(31530,'Shahpur City',2728,1),
(31531,'Shahpur Saddar',2728,1),
(31532,'Shakargarh',2728,1),
(31533,'Sharqpur',2728,1),
(31534,'Shehr Sultan',2728,1),
(31535,'Shekhupura',2728,1),
(31536,'Shujaabad',2728,1),
(31537,'Sialkot',2728,1),
(31538,'Sillanwali',2728,1),
(31539,'Sodhra',2728,1),
(31540,'Sohawa',2728,1),
(31541,'Sukheke',2728,1),
(31542,'Talagang',2728,1),
(31543,'Tandlianwala',2728,1),
(31544,'Taunsa',2728,1),
(31545,'Taxila',2728,1),
(31546,'Tibba Sultanpur',2728,1),
(31547,'Toba Tek Singh',2728,1),
(31548,'Tulamba',2728,1),
(31549,'Uch',2728,1),
(31550,'Vihari',2728,1),
(31551,'Wah',2728,1),
(31552,'Warburton',2728,1),
(31553,'Wazirabad',2728,1),
(31554,'Yazman',2728,1),
(31555,'Zafarwal',2728,1),
(31556,'Zahir Pir',2728,1),
(31557,'Adilpur',2729,1),
(31558,'Badah',2729,1),
(31559,'Badin',2729,1),
(31560,'Bagarji',2729,1),
(31561,'Bakshshapur',2729,1),
(31562,'Bandhi',2729,1),
(31563,'Berani',2729,1),
(31564,'Bhan',2729,1),
(31565,'Bhiria City',2729,1),
(31566,'Bhiria Road',2729,1),
(31567,'Bhit Shah',2729,1),
(31568,'Bozdar',2729,1),
(31569,'Bulri',2729,1),
(31570,'Chak',2729,1),
(31571,'Chambar',2729,1),
(31572,'Chohar Jamali',2729,1),
(31573,'Chor',2729,1),
(31574,'Dadu',2729,1),
(31575,'Daharki',2729,1),
(31576,'Daro',2729,1),
(31577,'Darya Khan Mari',2729,1),
(31578,'Daulatpur',2729,1),
(31579,'Daur',2729,1),
(31580,'Dhoronaro',2729,1),
(31581,'Digri',2729,1),
(31582,'Diplo',2729,1),
(31583,'Dokri',2729,1),
(31584,'Faqirabad',2729,1),
(31585,'Gambat',2729,1),
(31586,'Garello',2729,1),
(31587,'Garhi Khairo',2729,1),
(31588,'Garhi Yasin',2729,1),
(31589,'Gharo',2729,1),
(31590,'Ghauspur',2729,1),
(31591,'Ghotki',2729,1),
(31592,'Golarchi',2729,1),
(31593,'Guddu',2729,1),
(31594,'Gulistan-E-Jauhar',2729,1),
(31595,'Hala',2729,1),
(31596,'Hingorja',2729,1),
(31597,'Hyderabad',2729,1),
(31598,'Islamkot',2729,1),
(31599,'Jacobabad',2729,1),
(31600,'Jam Nawaz Ali',2729,1),
(31601,'Jam Sahib',2729,1),
(31602,'Jati',2729,1),
(31603,'Jhol',2729,1),
(31604,'Jhudo',2729,1),
(31605,'Johi',2729,1),
(31606,'Kadhan',2729,1),
(31607,'Kambar',2729,1),
(31608,'Kandhra',2729,1),
(31609,'Kandiari',2729,1),
(31610,'Kandiaro',2729,1),
(31611,'Karachi',2729,1),
(31612,'Karampur',2729,1),
(31613,'Kario Ghanwar',2729,1),
(31614,'Karoondi',2729,1),
(31615,'Kashmor',2729,1),
(31616,'Kazi Ahmad',2729,1),
(31617,'Keti Bandar',2729,1),
(31618,'Khadro',2729,1),
(31619,'Khairpur',2729,1),
(31620,'Khairpur Nathan Shah',2729,1),
(31621,'Khandh Kot',2729,1),
(31622,'Khanpur',2729,1),
(31623,'Khipro',2729,1),
(31624,'Khoski',2729,1),
(31625,'Khuhra',2729,1),
(31626,'Khyber',2729,1),
(31627,'Kot Diji',2729,1),
(31628,'Kot Ghulam Mohammad',2729,1),
(31629,'Kotri',2729,1),
(31630,'Kumb',2729,1),
(31631,'Kunri',2729,1),
(31632,'Lakhi',2729,1),
(31633,'Larkana',2729,1),
(31634,'Madeji',2729,1),
(31635,'Matiari',2729,1),
(31636,'Matli',2729,1),
(31637,'Mehar',2729,1),
(31638,'Mehrabpur',2729,1),
(31639,'Miro Khan',2729,1),
(31640,'Mirpur Bathoro',2729,1),
(31641,'Mirpur Khas',2729,1),
(31642,'Mirpur Mathelo',2729,1),
(31643,'Mirpur Sakro',2729,1),
(31644,'Mirwah',2729,1),
(31645,'Mithi',2729,1),
(31646,'Moro',2729,1),
(31647,'Nabisar',2729,1),
(31648,'Nasarpur',2729,1),
(31649,'Nasirabad',2729,1),
(31650,'Naudero',2729,1),
(31651,'Naukot',2729,1),
(31652,'Naushahro Firoz',2729,1),
(31653,'Nawabshah',2729,1),
(31654,'Oderolal Station',2729,1),
(31655,'Pacca Chang',2729,1),
(31656,'Padidan',2729,1),
(31657,'Pano Aqil',2729,1),
(31658,'Perumal',2729,1),
(31659,'Phulji',2729,1),
(31660,'Pirjo Goth',2729,1),
(31661,'Piryaloi',2729,1),
(31662,'Pithoro',2729,1),
(31663,'Radhan',2729,1),
(31664,'Rajo Khanani',2729,1),
(31665,'Ranipur',2729,1),
(31666,'Ratodero',2729,1),
(31667,'Rohri',2729,1),
(31668,'Rustam',2729,1),
(31669,'Saeedabad',2729,1),
(31670,'Sakrand',2729,1),
(31671,'Samaro',2729,1),
(31672,'Sanghar',2729,1),
(31673,'Sann',2729,1),
(31674,'Sarhari',2729,1),
(31675,'Sehwan',2729,1),
(31676,'Setharja',2729,1),
(31677,'Shah Dipalli',2729,1),
(31678,'Shahdadkot',2729,1),
(31679,'Shahdadpur',2729,1),
(31680,'Shahpur Chakar',2729,1),
(31681,'Shahpur Jahania',2729,1),
(31682,'Shikarpur',2729,1),
(31683,'Sinjhoro',2729,1),
(31684,'Sita Road',2729,1),
(31685,'Sobhodero',2729,1),
(31686,'Sujawal',2729,1),
(31687,'Sukkur',2729,1),
(31688,'Talhar',2729,1),
(31689,'Tando Adam',2729,1),
(31690,'Tando Allah Yar',2729,1),
(31691,'Tando Bagho',2729,1),
(31692,'Tando Ghulam Ali',2729,1),
(31693,'Tando Jam',2729,1),
(31694,'Tando Jan Mohammad',2729,1),
(31695,'Tando Mitha Khan',2729,1),
(31696,'Tando Muhammad Khan',2729,1),
(31697,'Tangwani',2729,1),
(31698,'Thano Bula Khan',2729,1),
(31699,'Thari Mirwah',2729,1),
(31700,'Tharushah',2729,1),
(31701,'Thatta',2729,1),
(31702,'Ther I',2729,1),
(31703,'Ther I Mohabat',2729,1),
(31704,'Thul',2729,1),
(31705,'Ubauro',2729,1),
(31706,'Umarkot',2729,1),
(31707,'Warah',2729,1),
(31708,'Ulimang',2730,1),
(31709,'Airai',2731,1),
(31710,'Ngaramash',2732,1),
(31711,'Hatohobei',2733,1),
(31712,'Kayangel',2734,1),
(31713,'Koror',2735,1),
(31714,'Meyungs',2735,1),
(31715,'Melekeok',2736,1),
(31716,'Ngermechau',2737,1),
(31717,'Chol',2738,1),
(31718,'Ollei',2739,1),
(31719,'Oikul',2740,1),
(31720,'Ngerkeai',2741,1),
(31721,'Imeong',2742,1),
(31722,'Ngetkip',2743,1),
(31723,'Kloulklubed',2744,1),
(31724,'Dongosaru',2745,1),
(31725,'Ariha',2746,1),
(31726,'Beit Jala',2748,1),
(31727,'Dayr-al-Balah',2749,1),
(31728,'al-Burayj',2749,1),
(31729,'al-Insayrat',2749,1),
(31730,'al-Maghazi',2749,1),
(31731,'Ghazzah',2750,1),
(31732,'Ghazzah',2751,1),
(31733,'Janin',2752,1),
(31734,'Qabatiyah',2752,1),
(31735,'Nabulus',2754,1),
(31736,'Qalqilyah',2755,1),
(31737,'Rafah',2756,1),
(31738,'Tall as-Sultan',2756,1),
(31739,'Salfit',2758,1),
(31740,'Tubas',2759,1),
(31741,'Tulkarm',2760,1),
(31742,'Dura',2761,1),
(31743,'Halhul',2761,1),
(31744,'Yattah',2761,1),
(31745,'ad-Dahiriyah',2761,1),
(31746,'al-Khalil',2761,1),
(31747,'Ma\'ale Adummim',2762,1),
(31748,'al-Quds',2762,1),
(31749,'Alanje',2764,1),
(31750,'Bajo Boquete',2764,1),
(31751,'Boqueron',2764,1),
(31752,'Bugaba',2764,1),
(31753,'David',2764,1),
(31754,'Dolega',2764,1),
(31755,'Gualaca',2764,1),
(31756,'Horconcitos',2764,1),
(31757,'Las Lajas',2764,1),
(31758,'Puerto Armuelles',2764,1),
(31759,'Remedios',2764,1),
(31760,'Rio Sereno',2764,1),
(31761,'Tole',2764,1),
(31762,'Aguadulce',2765,1),
(31763,'Anton',2765,1),
(31764,'La Pintada',2765,1),
(31765,'Nata',2765,1),
(31766,'Ola',2765,1),
(31767,'Penonome',2765,1),
(31768,'Colon',2766,1),
(31769,'Miguel de la Borda',2766,1),
(31770,'Nuevo Chagres',2766,1),
(31771,'Portobelo',2766,1),
(31772,'Santa Isabel',2766,1),
(31773,'El Real de Santa Maria',2767,1),
(31774,'La Palma',2767,1),
(31775,'Cirilo Guainora',2768,1),
(31776,'Rio Sabalo',2768,1),
(31777,'Chitre',2769,1),
(31778,'Las Minas',2769,1),
(31779,'Los Pozos',2769,1),
(31780,'Ocu',2769,1),
(31781,'Parita',2769,1),
(31782,'Pese',2769,1),
(31783,'Santa Maria',2769,1),
(31784,'Arraijan',2773,1),
(31785,'Capira',2773,1),
(31786,'Chame',2773,1),
(31787,'Chepo',2773,1),
(31788,'Chiman',2773,1),
(31789,'La Chorrera',2773,1),
(31790,'Panama',2773,1),
(31791,'San Carlos',2773,1),
(31792,'San Miguel',2773,1),
(31793,'San Miguelito',2773,1),
(31794,'Taboga',2773,1),
(31795,'Atalaya',2774,1),
(31796,'Calobre',2774,1),
(31797,'Canazas',2774,1),
(31798,'La Mesa',2774,1),
(31799,'Las Palmas',2774,1),
(31800,'Montijo',2774,1),
(31801,'Rio de Jesus',2774,1),
(31802,'San Francisco',2774,1),
(31803,'Santa Fe',2774,1),
(31804,'Santiago',2774,1),
(31805,'Sona',2774,1),
(31806,'Laiagam',2778,1),
(31807,'Porgera',2778,1),
(31808,'Wabag',2778,1),
(31809,'Kerema',2780,1),
(31810,'Finschhafen',2781,1),
(31811,'Madang',2781,1),
(31812,'Lorengau',2782,1),
(31813,'Bulolo',2784,1),
(31814,'Lae',2784,1),
(31815,'Wau',2784,1),
(31816,'Kokoda',2788,1),
(31817,'Popondetta',2788,1),
(31818,'Vanimo',2789,1),
(31819,'Kundiawa',2790,1),
(31820,'Bella Vista',2796,1),
(31821,'Capitan Bado',2796,1),
(31822,'Pedro Juan Caballero',2796,1),
(31823,'Asuncion',2797,1),
(31824,'Doctor Pedro P. Pena',2798,1),
(31825,'Filadelfia',2798,1),
(31826,'Marechal Estigarribia',2798,1),
(31827,'Menno',2798,1),
(31828,'Neuland',2798,1),
(31829,'Caaguazu',2799,1),
(31830,'Carayao',2799,1),
(31831,'Coronel Oviedo',2799,1),
(31832,'Doctor Cecilio Baez',2799,1),
(31833,'Doctor Eulogio Estigarribia',2799,1),
(31834,'Doctor Juan Manuel Frutos',2799,1),
(31835,'Jose Ocampos',2799,1),
(31836,'La Pastoria',2799,1),
(31837,'Marechal Francisco Solano Lope',2799,1),
(31838,'Mbutuy',2799,1),
(31839,'Nueva Londres',2799,1),
(31840,'Raul Arsenio Oviedo',2799,1),
(31841,'Repatriacion',2799,1),
(31842,'San Joaquin',2799,1),
(31843,'San Jose de los Arroyos',2799,1),
(31844,'Simon Bolivar',2799,1),
(31845,'Tres Corrales',2799,1),
(31846,'Tres de Febrero',2799,1),
(31847,'Vaqueria',2799,1),
(31848,'Yhu',2799,1),
(31849,'Abai',2800,1),
(31850,'Buena Vista',2800,1),
(31851,'Caazapa',2800,1),
(31852,'Doctor Moises Bertoni',2800,1),
(31853,'General Higinio Morinigo',2800,1),
(31854,'Maciel',2800,1),
(31855,'San Juan Nepomuceno',2800,1),
(31856,'Tavai',2800,1),
(31857,'Yegros',2800,1),
(31858,'Yuty',2800,1),
(31859,'Corpus Christi',2801,1),
(31860,'Curuguaty',2801,1),
(31861,'General Francisco Alvarez',2801,1),
(31862,'Itanara',2801,1),
(31863,'Katuete',2801,1),
(31864,'La Paloma',2801,1),
(31865,'Nueva Esperanza',2801,1),
(31866,'Salto del Guaira',2801,1),
(31867,'Ygatimi',2801,1),
(31868,'Ypehu',2801,1),
(31869,'Aregua',2802,1),
(31870,'Capiata',2802,1),
(31871,'Fernando de la Mora',2802,1),
(31872,'Guarambare',2802,1),
(31873,'Ita',2802,1),
(31874,'Itaugua',2802,1),
(31875,'Juan Augusto Saldivar',2802,1),
(31876,'Lambare',2802,1),
(31877,'Limpio',2802,1),
(31878,'Luque',2802,1),
(31879,'Nemby',2802,1),
(31880,'Nueva Italia',2802,1),
(31881,'San Antonio',2802,1),
(31882,'San Lorenzo',2802,1),
(31883,'Villa Elisa',2802,1),
(31884,'Villeta',2802,1),
(31885,'Ypacarai',2802,1),
(31886,'Ypane',2802,1),
(31887,'Belen',2803,1),
(31888,'Concepcion',2803,1),
(31889,'Horqueta',2803,1),
(31890,'Loreto',2803,1),
(31891,'San Carlos',2803,1),
(31892,'San Lazaro',2803,1),
(31893,'Altos',2804,1),
(31894,'Arroyos y Esteros',2804,1),
(31895,'Atyra',2804,1),
(31896,'Caacupe',2804,1),
(31897,'Caraguatay',2804,1),
(31898,'Emboscada',2804,1),
(31899,'Eusebio Ayala',2804,1),
(31900,'Isla Pucu',2804,1),
(31901,'Itacurubi de la Cordillera',2804,1),
(31902,'Juan de Mena',2804,1),
(31903,'Loma Grande',2804,1),
(31904,'Mbocayty del Yhaguy',2804,1),
(31905,'Nueva Colombia',2804,1),
(31906,'Piribebuy',2804,1),
(31907,'Primero de Marzo',2804,1),
(31908,'San Bernardino',2804,1),
(31909,'San Jose Obrero',2804,1),
(31910,'Santa Elena',2804,1),
(31911,'Tobati',2804,1),
(31912,'Valenzuela',2804,1),
(31913,'Borja',2805,1),
(31914,'Capitan Mauricio Jose Troche',2805,1),
(31915,'Coronel Martinez',2805,1),
(31916,'Doctor Botrell',2805,1),
(31917,'Felix Perez Cardozo',2805,1),
(31918,'General Eugenio Alejandrino Ga',2805,1),
(31919,'Independencia',2805,1),
(31920,'Itape',2805,1),
(31921,'Iturbe',2805,1),
(31922,'Jose Fasardi',2805,1),
(31923,'Mbocayaty',2805,1),
(31924,'Natalicio Talavera',2805,1),
(31925,'Numi',2805,1),
(31926,'Paso Yobai',2805,1),
(31927,'San Salvador',2805,1),
(31928,'Villarrica',2805,1),
(31929,'Yataity',2805,1),
(31930,'Alto Vera',2806,1),
(31931,'Bella Vista',2806,1),
(31932,'Cambyreta',2806,1),
(31933,'Capitan Meza',2806,1),
(31934,'Capitan Miranda',2806,1),
(31935,'Carlos Antonio Lopez',2806,1),
(31936,'Carmen del Parana',2806,1),
(31937,'Coronel Bogado',2806,1),
(31938,'Edelira',2806,1),
(31939,'Encarnacion',2806,1),
(31940,'Fram',2806,1),
(31941,'General Artigas',2806,1),
(31942,'General Delgado',2806,1),
(31943,'Hohenau',2806,1),
(31944,'Itapua Poty',2806,1),
(31945,'Jesus',2806,1),
(31946,'La Paz',2806,1),
(31947,'Leandro Oviedo',2806,1),
(31948,'Mayor Otano',2806,1),
(31949,'Natalio',2806,1),
(31950,'Nueva Alborada',2806,1),
(31951,'Obligado',2806,1),
(31952,'Pirapo',2806,1),
(31953,'San Cosme y Damian',2806,1),
(31954,'San Juan del Parana',2806,1),
(31955,'San Pedro del Parana',2806,1),
(31956,'San Rafael del Parana',2806,1),
(31957,'Tomas Romero Pereira',2806,1),
(31958,'Trinidad',2806,1),
(31959,'Yatytay',2806,1),
(31960,'Ayolas',2807,1),
(31961,'San Ignacio',2807,1),
(31962,'San Juan Bautista',2807,1),
(31963,'San Miguel',2807,1),
(31964,'San Patricio',2807,1),
(31965,'Santa Maria',2807,1),
(31966,'Santa Rosa',2807,1),
(31967,'Santiago',2807,1),
(31968,'Villa Florida',2807,1),
(31969,'Yabebyry',2807,1),
(31970,'Alberdi',2808,1),
(31971,'Cerrito',2808,1),
(31972,'Desmochados',2808,1),
(31973,'General Jose Eduvigis Diaz',2808,1),
(31974,'Guazu Cua',2808,1),
(31975,'Humaita',2808,1),
(31976,'Isla Umbu',2808,1),
(31977,'Laureles',2808,1),
(31978,'Mayor Jose Dejesus Martinez',2808,1),
(31979,'Paso de Patria',2808,1),
(31980,'Pilar',2808,1),
(31981,'San Juan Bautista de Neembucu',2808,1),
(31982,'Tacuaras',2808,1),
(31983,'Villa Franca',2808,1),
(31984,'Villa Oliva',2808,1),
(31985,'Villalbin',2808,1),
(31986,'Acahay',2809,1),
(31987,'Caapucu',2809,1),
(31988,'Carapegua',2809,1),
(31989,'Escobar',2809,1),
(31990,'General Bernardino Caballero',2809,1),
(31991,'La Colmena',2809,1),
(31992,'Mbuyapey',2809,1),
(31993,'Paraguari',2809,1),
(31994,'Pirayu',2809,1),
(31995,'Quiindy',2809,1),
(31996,'Quyquyho',2809,1),
(31997,'San Roque Gonzalez de Santa Cr',2809,1),
(31998,'Sapucai',2809,1),
(31999,'Tebicuarymi',2809,1),
(32000,'Yaguaron',2809,1),
(32001,'Ybycui',2809,1),
(32002,'Ybytimi',2809,1),
(32003,'Bagua Grande',2812,1),
(32004,'Cajaruro',2812,1),
(32005,'Chachapoyas',2812,1),
(32006,'Jazan',2812,1),
(32007,'La Peca',2812,1),
(32008,'Ancash',2813,1),
(32009,'Caraz',2813,1),
(32010,'Carhuaz',2813,1),
(32011,'Casma',2813,1),
(32012,'Chimbote',2813,1),
(32013,'Choishco',2813,1),
(32014,'Huallanca',2813,1),
(32015,'Huaraz',2813,1),
(32016,'Huari',2813,1),
(32017,'Huarmey',2813,1),
(32018,'Pomabamba',2813,1),
(32019,'Santa',2813,1),
(32020,'Yungay',2813,1),
(32021,'Abancay',2814,1),
(32022,'Andahuaylas',2814,1),
(32023,'San Jeronimo',2814,1),
(32024,'Talavera',2814,1),
(32025,'Acari',2815,1),
(32026,'Arequipa',2815,1),
(32027,'Camana',2815,1),
(32028,'Chivay',2815,1),
(32029,'Cocachacra',2815,1),
(32030,'Dean Valdivia',2815,1),
(32031,'Lluta',2815,1),
(32032,'Mollendo',2815,1),
(32033,'Nicolas de Pierola',2815,1),
(32034,'Orcopampa',2815,1),
(32035,'Punta de Bombon',2815,1),
(32036,'Rio Grande',2815,1),
(32037,'Yura',2815,1),
(32038,'Ayacucho',2816,1),
(32039,'Ayna',2816,1),
(32040,'Coracora',2816,1),
(32041,'Huanta',2816,1),
(32042,'Puquio',2816,1),
(32043,'San Miguel',2816,1),
(32044,'Santa Rosa',2816,1),
(32045,'Silvia',2816,1),
(32046,'Tambo',2816,1),
(32047,'Bambamarca',2817,1),
(32048,'Bellavista',2817,1),
(32049,'Cajabamba',2817,1),
(32050,'Cajamarca',2817,1),
(32051,'Celendin',2817,1),
(32052,'Chota',2817,1),
(32053,'Cutervo',2817,1),
(32054,'Jaen',2817,1),
(32055,'Pedro Galvez',2817,1),
(32056,'Pucara',2817,1),
(32057,'San Ignacio',2817,1),
(32058,'Santa Cruz',2817,1),
(32059,'Yonan',2817,1),
(32060,'Anta',2818,1),
(32061,'Calca',2818,1),
(32062,'Cusco',2818,1),
(32063,'Espinar',2818,1),
(32064,'Oropesa',2818,1),
(32065,'Quillabamba',2818,1),
(32066,'Santa Ana',2818,1),
(32067,'Santo Tomas',2818,1),
(32068,'Sicuani',2818,1),
(32069,'Urcos',2818,1),
(32070,'Urubamba',2818,1),
(32071,'Huancavelica',2819,1),
(32072,'Lircay',2819,1),
(32073,'Pampas',2819,1),
(32074,'Ambos',2820,1),
(32075,'Huanuco',2820,1),
(32076,'Jose Crespo y Castillo',2820,1),
(32077,'La Union',2820,1),
(32078,'Llata',2820,1),
(32079,'Rupa-Rupa',2820,1),
(32080,'San Miguel de Cauri',2820,1),
(32081,'Tingo Maria',2820,1),
(32082,'Chincha Alta',2821,1),
(32083,'Ica',2821,1),
(32084,'Los Aquijes',2821,1),
(32085,'Marcona',2821,1),
(32086,'Nazca',2821,1),
(32087,'Pachacutec',2821,1),
(32088,'Palpa',2821,1),
(32089,'Pisco',2821,1),
(32090,'Salas',2821,1),
(32091,'San Andres',2821,1),
(32092,'San Clemente',2821,1),
(32093,'San Juan Bautista',2821,1),
(32094,'Santiago',2821,1),
(32095,'Subtanjalla',2821,1),
(32096,'Tupac Amaru Inca',2821,1),
(32097,'Vista Alegre',2821,1),
(32098,'Acobamba',2822,1),
(32099,'Acolla',2822,1),
(32100,'Carhuamayo',2822,1),
(32101,'Chanchamayo',2822,1),
(32102,'Chupaca',2822,1),
(32103,'Concepcion',2822,1),
(32104,'Huancayo',2822,1),
(32105,'Huasahuasi',2822,1),
(32106,'Huayucachi',2822,1),
(32107,'Jauja',2822,1),
(32108,'Junin',2822,1),
(32109,'La Oroya',2822,1),
(32110,'Mazamari',2822,1),
(32111,'Morococha',2822,1),
(32112,'Orcotuna',2822,1),
(32113,'Pangoa',2822,1),
(32114,'Perene',2822,1),
(32115,'Pichanaqui',2822,1),
(32116,'Pilcomayo',2822,1),
(32117,'San Agustin',2822,1),
(32118,'San Jeronimo de Tunan',2822,1),
(32119,'San Pedro de Cajas',2822,1),
(32120,'San Ramon',2822,1),
(32121,'Santa Rosa de Saco',2822,1),
(32122,'Satipo',2822,1),
(32123,'Sicaya',2822,1),
(32124,'Tarma',2822,1),
(32125,'Yauli',2822,1),
(32126,'Yauya',2822,1),
(32127,'Chiclayo',2824,1),
(32128,'Chongoyape',2824,1),
(32129,'Eten',2824,1),
(32130,'Ferrenafe',2824,1),
(32131,'Illimo',2824,1),
(32132,'Jayanca',2824,1),
(32133,'Lagunas',2824,1),
(32134,'Lambayeque',2824,1),
(32135,'Manuel Mesones Muro',2824,1),
(32136,'Mochumi',2824,1),
(32137,'Monsefu',2824,1),
(32138,'Morrope',2824,1),
(32139,'Motupe',2824,1),
(32140,'Olmos',2824,1),
(32141,'Oyotun',2824,1),
(32142,'Picsi',2824,1),
(32143,'Pimentel',2824,1),
(32144,'Pueblo Nuevo',2824,1),
(32145,'Reque',2824,1),
(32146,'San Jose',2824,1),
(32147,'Sana',2824,1),
(32148,'Santa Rosa',2824,1),
(32149,'Tucume',2824,1),
(32150,'Barranca',2826,1),
(32151,'Contamana',2826,1),
(32152,'Fernando Lores',2826,1),
(32153,'Iquitos',2826,1),
(32154,'Lagunas',2826,1),
(32155,'Nauta',2826,1),
(32156,'Paucarpata',2826,1),
(32157,'Ramon Castilla',2826,1),
(32158,'Requena',2826,1),
(32159,'Saquena',2826,1),
(32160,'Vargas Guerra',2826,1),
(32161,'Yurimaguas',2826,1),
(32162,'Ilo',2828,1),
(32163,'Moquegua',2828,1),
(32164,'Pacocha',2828,1),
(32165,'Torata',2828,1),
(32166,'Cerro de Pasco',2829,1),
(32167,'Chaupimarca',2829,1),
(32168,'Oxapampa',2829,1),
(32169,'Paucartambo',2829,1),
(32170,'Simon Bolivar',2829,1),
(32171,'Tinyahuarco',2829,1),
(32172,'Villa Rica',2829,1),
(32173,'Yanacancha',2829,1),
(32174,'Yanahuanca',2829,1),
(32175,'Ayabaca',2830,1),
(32176,'Bernal',2830,1),
(32177,'Buenos Aires',2830,1),
(32178,'Catacaos',2830,1),
(32179,'Chulucanas',2830,1),
(32180,'Colan',2830,1),
(32181,'Cura Mori',2830,1),
(32182,'El Alto',2830,1),
(32183,'Huancabamba',2830,1),
(32184,'Ignacio Escudero',2830,1),
(32185,'La Arena',2830,1),
(32186,'La Brea',2830,1),
(32187,'La Huaca',2830,1),
(32188,'La Matanza',2830,1),
(32189,'La Union',2830,1),
(32190,'Las Lomas',2830,1),
(32191,'Los Organos',2830,1),
(32192,'Mancora',2830,1),
(32193,'Marcavelica',2830,1),
(32194,'Morropon',2830,1),
(32195,'Paita',2830,1),
(32196,'Piura',2830,1),
(32197,'Querecotillo',2830,1),
(32198,'Salitral',2830,1),
(32199,'San Juan de Bigote',2830,1),
(32200,'Sechura',2830,1),
(32201,'Sullana',2830,1),
(32202,'Talara',2830,1),
(32203,'Tamarindo',2830,1),
(32204,'Tambo Grande',2830,1),
(32205,'Vice',2830,1),
(32206,'Vichayal',2830,1),
(32207,'Ayaviri',2831,1),
(32208,'Azangaro',2831,1),
(32209,'Desaguadero',2831,1),
(32210,'Huancane',2831,1),
(32211,'Ilave',2831,1),
(32212,'Juli',2831,1),
(32213,'Juliaca',2831,1),
(32214,'Lampa',2831,1),
(32215,'Macusani',2831,1),
(32216,'Nunoa',2831,1),
(32217,'Puno',2831,1),
(32218,'Putina',2831,1),
(32219,'Santa Lucia',2831,1),
(32220,'Yanahuara',2831,1),
(32221,'Yunguyo',2831,1),
(32222,'Ilabaya',2833,1),
(32223,'Tacna',2833,1),
(32224,'Tarata',2833,1),
(32225,'Aguas Verdes',2834,1),
(32226,'Corrales',2834,1),
(32227,'La Cruz',2834,1),
(32228,'Papayal',2834,1),
(32229,'San Jacinto',2834,1),
(32230,'Tumbes',2834,1),
(32231,'Zarumilla',2834,1),
(32232,'Zorritos',2834,1),
(32233,'Campoverde',2835,1),
(32234,'Padre Abad',2835,1),
(32235,'Pucallpa',2835,1),
(32236,'Raymondi',2835,1),
(32237,'San Juan',2836,1),
(32238,'Albay',2837,1),
(32239,'Daet',2837,1),
(32240,'Iriga',2837,1),
(32241,'Legaspi',2837,1),
(32242,'Naga',2837,1),
(32243,'Sorsogon',2837,1),
(32244,'Bulacan',2838,1),
(32245,'Marilao',2838,1),
(32246,'Cagayan de Oro',2839,1),
(32247,'Santiago',2839,1),
(32248,'Solano',2839,1),
(32249,'Tuguegarao',2839,1),
(32250,'Bislig',2840,1),
(32251,'Butuan',2840,1),
(32252,'Surigao',2840,1),
(32253,'Baguio',2844,1),
(32254,'Bangued',2844,1),
(32255,'Davao',2845,1),
(32256,'Dagupan',2848,1),
(32257,'Laoag',2848,1),
(32258,'Manaoag',2848,1),
(32259,'Mangaldan',2848,1),
(32260,'San Fernando',2848,1),
(32261,'Urdaneta',2848,1),
(32262,'Vigan',2848,1),
(32263,'Binan',2849,1),
(32264,'Laguna',2849,1),
(32265,'Pangil',2849,1),
(32266,'San Pedro',2849,1),
(32267,'Manila',2850,1),
(32268,'Marikina',2850,1),
(32269,'Mactan',2851,1),
(32270,'Fabryczna',2861,1),
(32271,'Bielawa',2862,1),
(32272,'Bogatynia',2862,1),
(32273,'Boguszow-Gorce',2862,1),
(32274,'Boleslawiec',2862,1),
(32275,'Brzeg Dolny',2862,1),
(32276,'Bystrzyca Klodzka',2862,1),
(32277,'Chojnow',2862,1),
(32278,'Dzierzoniow',2862,1),
(32279,'Glogow',2862,1),
(32280,'Gora',2862,1),
(32281,'Jawor',2862,1),
(32282,'Jelcz-Laskowice',2862,1),
(32283,'Jelenia Gora',2862,1),
(32284,'Kamienna Gora',2862,1),
(32285,'Klodzko',2862,1),
(32286,'Kowary',2862,1),
(32287,'Kudowa-Zdroj',2862,1),
(32288,'Legnica',2862,1),
(32289,'Luban',2862,1),
(32290,'Lubin',2862,1),
(32291,'Lwowek Slaski',2862,1),
(32292,'Milicz',2862,1),
(32293,'Nowa Ruda',2862,1),
(32294,'Olawa',2862,1),
(32295,'Olesnica',2862,1),
(32296,'Piechowice',2862,1),
(32297,'Pieszyce',2862,1),
(32298,'Polkowice',2862,1),
(32299,'Strzegom',2862,1),
(32300,'Strzelin',2862,1),
(32301,'Swidnica',2862,1),
(32302,'Swiebodzice',2862,1),
(32303,'Sycow',2862,1),
(32304,'Trzebnica',2862,1),
(32305,'Walbrzych',2862,1),
(32306,'Wolow',2862,1),
(32307,'Wroclaw',2862,1),
(32308,'Zabkowice Slaskie',2862,1),
(32309,'Zgorzelec',2862,1),
(32310,'Ziebice',2862,1),
(32311,'Zlotoryja',2862,1),
(32312,'Hopowo',2864,1),
(32313,'Chwaszczyno',2865,1),
(32314,'Smigiel',2866,1),
(32315,'Jerzmanowice',2867,1),
(32316,'Zabierzow',2867,1),
(32317,'Aleksandrow Kujawski',2868,1),
(32318,'Brodnica',2868,1),
(32319,'Bydgoszcz',2868,1),
(32320,'Chelmno',2868,1),
(32321,'Chelmza',2868,1),
(32322,'Ciechocinek',2868,1),
(32323,'Golub-Dobrzyn',2868,1),
(32324,'Grudziadz',2868,1),
(32325,'Inowroclaw',2868,1),
(32326,'Janikowo',2868,1),
(32327,'Koronowo',2868,1),
(32328,'Kruszwica',2868,1),
(32329,'Lipno',2868,1),
(32330,'Mogilno',2868,1),
(32331,'Naklo nad Notecia',2868,1),
(32332,'Radziejow',2868,1),
(32333,'Rypin',2868,1),
(32334,'Sepolno Krajenskie',2868,1),
(32335,'Solec Kujawski',2868,1),
(32336,'Swiecie',2868,1),
(32337,'Szubin',2868,1),
(32338,'Torun',2868,1),
(32339,'Tuchola',2868,1),
(32340,'Wabrzezno',2868,1),
(32341,'Wloclawek',2868,1),
(32342,'Znin',2868,1),
(32343,'Aleksandrow Lodzki',2869,1),
(32344,'Belchatow',2869,1),
(32345,'Bratoszewice',2869,1),
(32346,'Brzeziny',2869,1),
(32347,'Glowno',2869,1),
(32348,'Koluszki',2869,1),
(32349,'Konstantynow Lodzki',2869,1),
(32350,'Kutno',2869,1),
(32351,'Lask',2869,1),
(32352,'Leczyca',2869,1),
(32353,'Lodz',2869,1),
(32354,'Lowicz',2869,1),
(32355,'Opoczno',2869,1),
(32356,'Ozorkow',2869,1),
(32357,'Pabianice',2869,1),
(32358,'Piotrkow Trybunalski',2869,1),
(32359,'Radomsko',2869,1),
(32360,'Rawa Mazowiecka',2869,1),
(32361,'Sieradz',2869,1),
(32362,'Skierniewice',2869,1),
(32363,'Tomaszow Mazowiecki',2869,1),
(32364,'Tuszyn',2869,1),
(32365,'Wielun',2869,1),
(32366,'Zdunska Wola',2869,1),
(32367,'Zgierz',2869,1),
(32368,'Zychlin',2869,1),
(32369,'Biala Podlaska',2870,1),
(32370,'Bilgoraj',2870,1),
(32371,'Chelm',2870,1),
(32372,'Deblin',2870,1),
(32373,'Hrubieszow',2870,1),
(32374,'Janow Lubelski',2870,1),
(32375,'Krasnik',2870,1),
(32376,'Krasnystaw',2870,1),
(32377,'Leczna',2870,1),
(32378,'Lubartow',2870,1),
(32379,'Lublin',2870,1),
(32380,'Lukow',2870,1),
(32381,'Miedzyrzec Podlaski',2870,1),
(32382,'Opole Lubelskie',2870,1),
(32383,'Parczew',2870,1),
(32384,'Poniatowa',2870,1),
(32385,'Pulawy',2870,1),
(32386,'Radzyn Podlaski',2870,1),
(32387,'Ryki',2870,1),
(32388,'Swidnik',2870,1),
(32389,'Tomaszow Lubelski',2870,1),
(32390,'Wlodawa',2870,1),
(32391,'Zamosc',2870,1),
(32392,'Drezdenko',2871,1),
(32393,'Gorzow Wielkopolski',2871,1),
(32394,'Gubin',2871,1),
(32395,'Kostrzyn',2871,1),
(32396,'Kozuchow',2871,1),
(32397,'Krosno Odrzanskie',2871,1),
(32398,'Lubsko',2871,1),
(32399,'Miedzyrzecz',2871,1),
(32400,'Nowa Sol',2871,1),
(32401,'Skwierzyna',2871,1),
(32402,'Slubice',2871,1),
(32403,'Strzelce Krajenskie',2871,1),
(32404,'Sulechow',2871,1),
(32405,'Sulecin',2871,1),
(32406,'Swiebodzin',2871,1),
(32407,'Szprotawa',2871,1),
(32408,'Wschowa',2871,1),
(32409,'Zagan',2871,1),
(32410,'Zary',2871,1),
(32411,'Zielona Gora',2871,1),
(32412,'Malomice',2872,1),
(32413,'Andrychow',2873,1),
(32414,'Bochnia',2873,1),
(32415,'Brzesko',2873,1),
(32416,'Brzeszcze',2873,1),
(32417,'Bukowno',2873,1),
(32418,'Chelmek',2873,1),
(32419,'Chrzanow',2873,1),
(32420,'Dabrowa Tarnowska',2873,1),
(32421,'Gorlice',2873,1),
(32422,'Kety',2873,1),
(32423,'Krakow',2873,1),
(32424,'Krynica',2873,1),
(32425,'Krzeszowice',2873,1),
(32426,'Libiaz',2873,1),
(32427,'Limanowa',2873,1),
(32428,'Miechow',2873,1),
(32429,'Myslenice',2873,1),
(32430,'Nowy Sacz',2873,1),
(32431,'Nowy Targ',2873,1),
(32432,'Olkusz',2873,1),
(32433,'Oswiecim',2873,1),
(32434,'Poronin',2873,1),
(32435,'Rabka',2873,1),
(32436,'Skawina',2873,1),
(32437,'Stary Sacz',2873,1),
(32438,'Sucha Beskidzka',2873,1),
(32439,'Tarnow',2873,1),
(32440,'Trzebinia',2873,1),
(32441,'Wadowice',2873,1),
(32442,'Wieliczka',2873,1),
(32443,'Wolbrom',2873,1),
(32444,'Zakopane',2873,1),
(32445,'Blonie',2874,1),
(32446,'Brwinow',2874,1),
(32447,'Ciechanow',2874,1),
(32448,'Garwolin',2874,1),
(32449,'Gora Kalwaria',2874,1),
(32450,'Gostynin',2874,1),
(32451,'Grodzisk Mazowiecki',2874,1),
(32452,'Grojec',2874,1),
(32453,'Jozefow',2874,1),
(32454,'Karczew',2874,1),
(32455,'Kobylka',2874,1),
(32456,'Konstancin-Jeziorna',2874,1),
(32457,'Kozienice',2874,1),
(32458,'Legionowo',2874,1),
(32459,'Lomianki',2874,1),
(32460,'Makow Mazowiecki',2874,1),
(32461,'Marki',2874,1),
(32462,'Milanowek',2874,1),
(32463,'Minsk Mazowiecki',2874,1),
(32464,'Mlawa',2874,1),
(32465,'Nowy Dwor Mazowiecki',2874,1),
(32466,'Ostroleka',2874,1),
(32467,'Ostrow Mazowiecka',2874,1),
(32468,'Otwock',2874,1),
(32469,'Piaseczno',2874,1),
(32470,'Piastow',2874,1),
(32471,'Pionki',2874,1),
(32472,'Plock',2874,1),
(32473,'Plonsk',2874,1),
(32474,'Pruszkow',2874,1),
(32475,'Przasnysz',2874,1),
(32476,'Pultusk',2874,1),
(32477,'Radom',2874,1),
(32478,'Siedlce',2874,1),
(32479,'Sierpc',2874,1),
(32480,'Sochaczew',2874,1),
(32481,'Sokolow Podlaski',2874,1),
(32482,'Sulejowek',2874,1),
(32483,'Szydlowiec',2874,1),
(32484,'Warka',2874,1),
(32485,'Warszawa',2874,1),
(32486,'Wegrow',2874,1),
(32487,'Wesola',2874,1),
(32488,'Wolomin',2874,1),
(32489,'Wyszkow',2874,1),
(32490,'Zabki',2874,1),
(32491,'Zielonka',2874,1),
(32492,'Zyrardow',2874,1),
(32493,'Dlugoteka',2875,1),
(32494,'Brzeg',2876,1),
(32495,'Glubczyce',2876,1),
(32496,'Glucholazy',2876,1),
(32497,'Grodkow',2876,1),
(32498,'Kedzierzyn-Kozle',2876,1),
(32499,'Kluczbork',2876,1),
(32500,'Krapkowice',2876,1),
(32501,'Namyslow',2876,1),
(32502,'Niemodlin',2876,1),
(32503,'Nysa',2876,1),
(32504,'Olesno',2876,1),
(32505,'Opole',2876,1),
(32506,'Ozimek',2876,1),
(32507,'Prudnik',2876,1),
(32508,'Strzelce Opolskie',2876,1),
(32509,'Zawadzkie',2876,1),
(32510,'Zdzieszowice',2876,1),
(32511,'Cmielow',2877,1),
(32512,'Debica',2878,1),
(32513,'Jaroslaw',2878,1),
(32514,'Jaslo',2878,1),
(32515,'Krosno',2878,1),
(32516,'Lancut',2878,1),
(32517,'Lezajsk',2878,1),
(32518,'Lubaczow',2878,1),
(32519,'Mielec',2878,1),
(32520,'Nisko',2878,1),
(32521,'Nowa Deba',2878,1),
(32522,'Przemysl',2878,1),
(32523,'Przeworsk',2878,1),
(32524,'Ropczyce',2878,1),
(32525,'Rzeszow',2878,1),
(32526,'Sanok',2878,1),
(32527,'Stalowa Wola',2878,1),
(32528,'Tarnobrzeg',2878,1),
(32529,'Ustrzyki Dolne',2878,1),
(32530,'Augustow',2879,1),
(32531,'Bialystok',2879,1),
(32532,'Bielsk Podlaski',2879,1),
(32533,'Czarna Bialostocka',2879,1),
(32534,'Grajewo',2879,1),
(32535,'Hajnowka',2879,1),
(32536,'Kolno',2879,1),
(32537,'Lapy',2879,1),
(32538,'Lomza',2879,1),
(32539,'Monki',2879,1),
(32540,'Siemiatycze',2879,1),
(32541,'Sokolka',2879,1),
(32542,'Suwalki',2879,1),
(32543,'Wysokie Mazowieckie',2879,1),
(32544,'Zambrow',2879,1),
(32545,'Bogumilowice',2880,1),
(32546,'Bytow',2881,1),
(32547,'Chojnice',2881,1),
(32548,'Czersk',2881,1),
(32549,'Czluchow',2881,1),
(32550,'Gdansk',2881,1),
(32551,'Gdynia',2881,1),
(32552,'Kartuzy',2881,1),
(32553,'Koscierzyna',2881,1),
(32554,'Kwidzyn',2881,1),
(32555,'Lebork',2881,1),
(32556,'Malbork',2881,1),
(32557,'Miastko',2881,1),
(32558,'Nowy Dwor Gdanski',2881,1),
(32559,'Pruszcz Gdanski',2881,1),
(32560,'Puck',2881,1),
(32561,'Reda',2881,1),
(32562,'Rumia',2881,1),
(32563,'Slupsk',2881,1),
(32564,'Sopot',2881,1),
(32565,'Starogard Gdanski',2881,1),
(32566,'Sztum',2881,1),
(32567,'Tczew',2881,1),
(32568,'Ustka',2881,1),
(32569,'Wejherowo',2881,1),
(32570,'Wladyslawowo',2881,1),
(32571,'Komorniki',2882,1),
(32572,'Steszew',2882,1),
(32573,'Raszyn',2883,1),
(32574,'Rymanowska',2884,1),
(32575,'Glogow Malopolski',2885,1),
(32576,'Bedzin',2886,1),
(32577,'Bielsko-Biala',2886,1),
(32578,'Bierun',2886,1),
(32579,'Blachowania',2886,1),
(32580,'Bytom',2886,1),
(32581,'Chorzow',2886,1),
(32582,'Cieszyn',2886,1),
(32583,'Czechowice-Dziedzice',2886,1),
(32584,'Czeladz',2886,1),
(32585,'Czerwionka-Leszczyny',2886,1),
(32586,'Czestochowa',2886,1),
(32587,'Dabrowa Gornicza',2886,1),
(32588,'Gliwice',2886,1),
(32589,'Jastrzebie-Zdroj',2886,1),
(32590,'Jaworzno',2886,1),
(32591,'Kalety',2886,1),
(32592,'Katowice',2886,1),
(32593,'Klobuck',2886,1),
(32594,'Knurow',2886,1),
(32595,'Laziska Gorne',2886,1),
(32596,'Ledziny',2886,1),
(32597,'Lubliniec',2886,1),
(32598,'Mikolow',2886,1),
(32599,'Myslowice',2886,1),
(32600,'Myszkow',2886,1),
(32601,'Orzesze',2886,1),
(32602,'Piekary Slaskie',2886,1),
(32603,'Poreba',2886,1),
(32604,'Pszczyna',2886,1),
(32605,'Pszow',2886,1),
(32606,'Pyskowice',2886,1),
(32607,'Raciborz',2886,1),
(32608,'Radlin',2886,1),
(32609,'Radzionkow',2886,1),
(32610,'Ruda Slaska',2886,1),
(32611,'Rybnik',2886,1),
(32612,'Rydultowy',2886,1),
(32613,'Siemianowice Slaskie',2886,1),
(32614,'Skoczow',2886,1),
(32615,'Sosnowiec',2886,1),
(32616,'Swietochlowice',2886,1),
(32617,'Tarnowskie Gory',2886,1),
(32618,'Tychy',2886,1),
(32619,'Ustron',2886,1),
(32620,'Wisla',2886,1),
(32621,'Wodzislaw Slaski',2886,1),
(32622,'Wojkowice',2886,1),
(32623,'Zabrze',2886,1),
(32624,'Zawiercie',2886,1),
(32625,'Zory',2886,1),
(32626,'Zywiec',2886,1),
(32627,'Busko-Zdroj',2888,1),
(32628,'Jedrzejow',2888,1),
(32629,'Kielce',2888,1),
(32630,'Konskie',2888,1),
(32631,'Ostrowiec Swietokrzyski',2888,1),
(32632,'Pinczow',2888,1),
(32633,'Polaniec',2888,1),
(32634,'Sandomierz',2888,1),
(32635,'Skarzysko-Kamienna',2888,1),
(32636,'Starachowice',2888,1),
(32637,'Staszow',2888,1),
(32638,'Suchedniow',2888,1),
(32639,'Wloszczowa',2888,1),
(32640,'Bartoszyce',2889,1),
(32641,'Biskupiec',2889,1),
(32642,'Braniewo',2889,1),
(32643,'Dobre Miasto',2889,1),
(32644,'Dzialdowo',2889,1),
(32645,'Elblag',2889,1),
(32646,'Elk',2889,1),
(32647,'Gizycko',2889,1),
(32648,'Goldap',2889,1),
(32649,'Ilawa',2889,1),
(32650,'Ketrzyn',2889,1),
(32651,'Lidzbark Warminski',2889,1),
(32652,'Lubawa',2889,1),
(32653,'Morag',2889,1),
(32654,'Mragowo',2889,1),
(32655,'Nidzica',2889,1),
(32656,'Nowe Miasto Lubawskie',2889,1),
(32657,'Olecko',2889,1),
(32658,'Olsztyn',2889,1),
(32659,'Orneta',2889,1),
(32660,'Ostroda',2889,1),
(32661,'Paslek',2889,1),
(32662,'Pisz',2889,1),
(32663,'Szczytno',2889,1),
(32664,'Wegorzewo',2889,1),
(32665,'Nadarzyn',2890,1),
(32666,'Szemud',2890,1),
(32667,'Warsaw',2890,1),
(32668,'Goscicino',2891,1),
(32669,'Chodziez',2892,1),
(32670,'Czarnkow',2892,1),
(32671,'Gniezno',2892,1),
(32672,'Gostyn',2892,1),
(32673,'Grodzisk Wielkopolski',2892,1),
(32674,'Jarocin',2892,1),
(32675,'Kalisz',2892,1),
(32676,'Kepno',2892,1),
(32677,'Kolo',2892,1),
(32678,'Konin',2892,1),
(32679,'Koscian',2892,1),
(32680,'Krotoszyn',2892,1),
(32681,'Leszno',2892,1),
(32682,'Lubon',2892,1),
(32683,'Miedzychod',2892,1),
(32684,'Mosina',2892,1),
(32685,'Murowana Goslina',2892,1),
(32686,'Nowy Tomysl',2892,1),
(32687,'Oborniki',2892,1),
(32688,'Opalenica',2892,1),
(32689,'Ostrow Wielkopolski',2892,1),
(32690,'Ostrzeszow',2892,1),
(32691,'Pila',2892,1),
(32692,'Pleszew',2892,1),
(32693,'Poznan',2892,1),
(32694,'Rawicz',2892,1),
(32695,'Rogozno',2892,1),
(32696,'Slupca',2892,1),
(32697,'Srem',2892,1),
(32698,'Sroda Wielkopolska',2892,1),
(32699,'Swarzedz',2892,1),
(32700,'Szamotuly',2892,1),
(32701,'Trzcianka',2892,1),
(32702,'Tuliszkow',2892,1),
(32703,'Turek',2892,1),
(32704,'Wagrowiec',2892,1),
(32705,'Wolsztyn',2892,1),
(32706,'Wronki',2892,1),
(32707,'Wrzesnia',2892,1),
(32708,'Zlotow',2892,1),
(32709,'Borowa',2893,1),
(32710,'Barlinek',2894,1),
(32711,'Bialogard',2894,1),
(32712,'Choszczno',2894,1),
(32713,'Darlowo',2894,1),
(32714,'Debno',2894,1),
(32715,'Drawsko Pomorskie',2894,1),
(32716,'Goleniow',2894,1),
(32717,'Gryfice',2894,1),
(32718,'Gryfino',2894,1),
(32719,'Kamien Pomorski',2894,1),
(32720,'Kolobrzeg',2894,1),
(32721,'Koszalin',2894,1),
(32722,'Lobez',2894,1),
(32723,'Mysliborz',2894,1),
(32724,'Nowogard',2894,1),
(32725,'Polczyn-Zdroj',2894,1),
(32726,'Police',2894,1),
(32727,'Pyrzyce',2894,1),
(32728,'Slawno',2894,1),
(32729,'Stargard Szczecinski',2894,1),
(32730,'Swidwin',2894,1),
(32731,'Swinoujscie',2894,1),
(32732,'Szczecin',2894,1),
(32733,'Szczecinek',2894,1),
(32734,'Trzebiatow',2894,1),
(32735,'Walcz',2894,1),
(32736,'Zlocieniec',2894,1),
(32737,'Zukowskie',2895,1),
(32738,'Tramagal',2896,1),
(32739,'Angra',2897,1),
(32740,'Arrifes',2897,1),
(32741,'Faja de Baixo',2897,1),
(32742,'Horta',2897,1),
(32743,'Lagoa',2897,1),
(32744,'Ponta Delgada',2897,1),
(32745,'Praia da Vitoria',2897,1),
(32746,'Rabo de Peixe',2897,1),
(32747,'Ribeira Grande',2897,1),
(32748,'Rosto do Cao',2897,1),
(32749,'Vila Franca do Campo',2897,1),
(32750,'Alcacer do Sal',2898,1),
(32751,'Aljustrel',2898,1),
(32752,'Beja',2898,1),
(32753,'Borba',2898,1),
(32754,'Caia e Sao Pedro',2898,1),
(32755,'Campo Maior',2898,1),
(32756,'Castro Verde',2898,1),
(32757,'Cercal',2898,1),
(32758,'Elvas',2898,1),
(32759,'Estremoz',2898,1),
(32760,'Evora',2898,1),
(32761,'Ferreira do Alentejo',2898,1),
(32762,'Grandola',2898,1),
(32763,'Montemor-o-Novo',2898,1),
(32764,'Moura',2898,1),
(32765,'Odemira',2898,1),
(32766,'Ponte de Sor',2898,1),
(32767,'Portalegre',2898,1),
(32768,'Redondo',2898,1),
(32769,'Reguengos de Monsaraz',2898,1),
(32770,'Santiago do Cacem',2898,1),
(32771,'Santo Andre',2898,1),
(32772,'Sao Teotonio',2898,1),
(32773,'Serpa',2898,1),
(32774,'Sines',2898,1),
(32775,'Vendas Novas',2898,1),
(32776,'Vila Nova de Milfontes',2898,1),
(32777,'Vila Vicosa',2898,1),
(32778,'Albufeira',2899,1),
(32779,'Aljezur',2899,1),
(32780,'Almancil',2899,1),
(32781,'Alvor',2899,1),
(32782,'Armacao de Pera',2899,1),
(32783,'Boliqueime',2899,1),
(32784,'Castro Marim',2899,1),
(32785,'Estombar',2899,1),
(32786,'Faro',2899,1),
(32787,'Ferreiras',2899,1),
(32788,'Guia',2899,1),
(32789,'Lagoa',2899,1),
(32790,'Lagos',2899,1),
(32791,'Loule',2899,1),
(32792,'Luz',2899,1),
(32793,'Moncarapacho',2899,1),
(32794,'Monchique',2899,1),
(32795,'Monte Gordo',2899,1),
(32796,'Montenegro',2899,1),
(32797,'Olhao',2899,1),
(32798,'Portimao',2899,1),
(32799,'Quarteira',2899,1),
(32800,'Santa Barbara de Nexe',2899,1),
(32801,'Sao Bartolomeu de Messines',2899,1),
(32802,'Sao Bras de Alportel',2899,1),
(32803,'Silves',2899,1),
(32804,'Tavira',2899,1),
(32805,'Vila Real de Santo Antonio',2899,1),
(32806,'Fafe',2900,1),
(32807,'Forjaes',2900,1),
(32808,'Vianna do Castello',2900,1),
(32809,'Abraveses',2901,1),
(32810,'Aguada de Cima',2901,1),
(32811,'Agueda',2901,1),
(32812,'Albergaria-A-Velha',2901,1),
(32813,'Alcains',2901,1),
(32814,'Alhadas',2901,1),
(32815,'Amor',2901,1),
(32816,'Aradas',2901,1),
(32817,'Arazede',2901,1),
(32818,'Arcos',2901,1),
(32819,'Arganil',2901,1),
(32820,'Avanca',2901,1),
(32821,'Aveiro',2901,1),
(32822,'Batalha',2901,1),
(32823,'Beduido',2901,1),
(32824,'Branca',2901,1),
(32825,'Buarcos',2901,1),
(32826,'Campo',2901,1),
(32827,'Cantanhede',2901,1),
(32828,'Caranguejeira',2901,1),
(32829,'Castanheira de Pera',2901,1),
(32830,'Castelo Branco',2901,1),
(32831,'Castro Daire',2901,1),
(32832,'Coimbra',2901,1),
(32833,'Condeixa-A-Nova',2901,1),
(32834,'Cortegaca',2901,1),
(32835,'Covilha',2901,1),
(32836,'Eixo',2901,1),
(32837,'Esmoriz',2901,1),
(32838,'Figueira da Foz',2901,1),
(32839,'Fundao',2901,1),
(32840,'Gafanha da Encarnacao',2901,1),
(32841,'Gafanha da Nazare',2901,1),
(32842,'Guarda',2901,1),
(32843,'Ilhavo',2901,1),
(32844,'Lavos',2901,1),
(32845,'Leiria',2901,1),
(32846,'Lorvao',2901,1),
(32847,'Lourical',2901,1),
(32848,'Lousa',2901,1),
(32849,'Maceira',2901,1),
(32850,'Mangualde',2901,1),
(32851,'Marinha Grande',2901,1),
(32852,'Mealhada',2901,1),
(32853,'Mira',2901,1),
(32854,'Mira de Aire',2901,1),
(32855,'Miranda do Corvo',2901,1),
(32856,'Monte Redondo',2901,1),
(32857,'Nelas',2901,1),
(32858,'Oia',2901,1),
(32859,'Oliveira do Bairro',2901,1),
(32860,'Oliveira do Hospital',2901,1),
(32861,'Oliveirinha',2901,1),
(32862,'Ovar',2901,1),
(32863,'Pampilhosa',2901,1),
(32864,'Pardilho',2901,1),
(32865,'Poiares',2901,1),
(32866,'Pombal',2901,1),
(32867,'Porto de Mos',2901,1),
(32868,'Proenca-A-Nova',2901,1),
(32869,'Rio de Loba',2901,1),
(32870,'Salreu',2901,1),
(32871,'Sangalhos',2901,1),
(32872,'Santa Catarina da Serra',2901,1),
(32873,'Sao Joao',2901,1),
(32874,'Sao Pedro do Sul',2901,1),
(32875,'Satao',2901,1),
(32876,'Seia',2901,1),
(32877,'Serta',2901,1),
(32878,'Soure',2901,1),
(32879,'Souto da Carpalhosa',2901,1),
(32880,'Tavarede',2901,1),
(32881,'Teixoso',2901,1),
(32882,'Tondela',2901,1),
(32883,'Tortosendo',2901,1),
(32884,'Vagos',2901,1),
(32885,'Valega',2901,1),
(32886,'Valongo do Vouga',2901,1),
(32887,'Vieira de Leiria',2901,1),
(32888,'Viseu',2901,1),
(32889,'Camacha',2907,1),
(32890,'Camara de Lobos',2907,1),
(32891,'Campanario',2907,1),
(32892,'Canico',2907,1),
(32893,'Funchal',2907,1),
(32894,'Machico',2907,1),
(32895,'Ponta do Sol',2907,1),
(32896,'Porto Santo',2907,1),
(32897,'Ribeira Brava',2907,1),
(32898,'Santa Cruz',2907,1),
(32899,'A Ver-o-Mar',2908,1),
(32900,'Adaufe',2908,1),
(32901,'Aguas Santas',2908,1),
(32902,'Agucadoura',2908,1),
(32903,'Alfena',2908,1),
(32904,'Alpendurada e Matos',2908,1),
(32905,'Amarante',2908,1),
(32906,'Anta',2908,1),
(32907,'Antas',2908,1),
(32908,'Apulia',2908,1),
(32909,'Arcozelo',2908,1),
(32910,'Areosa',2908,1),
(32911,'Argoncilhe',2908,1),
(32912,'Aroes',2908,1),
(32913,'Arrifana',2908,1),
(32914,'Arvore',2908,1),
(32915,'Aves',2908,1),
(32916,'Avintes',2908,1),
(32917,'Baguim do Monte',2908,1),
(32918,'Baltar',2908,1),
(32919,'Barcelos',2908,1),
(32920,'Barrosas',2908,1),
(32921,'Bougado',2908,1),
(32922,'Braga',2908,1),
(32923,'Braganca',2908,1),
(32924,'Brito',2908,1),
(32925,'Caldas de Vizela',2908,1),
(32926,'Caldelas',2908,1),
(32927,'Calendario',2908,1),
(32928,'Campo',2908,1),
(32929,'Candoso',2908,1),
(32930,'Canedo',2908,1),
(32931,'Canelas',2908,1),
(32932,'Canidelo',2908,1),
(32933,'Carvalhosa',2908,1),
(32934,'Casteloes de Cepeda',2908,1),
(32935,'Chaves',2908,1),
(32936,'Coronado',2908,1),
(32937,'Couto',2908,1),
(32938,'Custoias',2908,1),
(32939,'Darque',2908,1),
(32940,'Ermesinde',2908,1),
(32941,'Espinho',2908,1),
(32942,'Fafe',2908,1),
(32943,'Fanzeres',2908,1),
(32944,'Feira',2908,1),
(32945,'Ferreira',2908,1),
(32946,'Ferreiros',2908,1),
(32947,'Fiaes',2908,1),
(32948,'Figueiro',2908,1),
(32949,'Foz do Sousa',2908,1),
(32950,'Frazao',2908,1),
(32951,'Freamunde',2908,1),
(32952,'Galegos',2908,1),
(32953,'Gandra',2908,1),
(32954,'Gemunde',2908,1),
(32955,'Godim',2908,1),
(32956,'Gondomar',2908,1),
(32957,'Grijo',2908,1),
(32958,'Gueifaes',2908,1),
(32959,'Guifoes',2908,1),
(32960,'Guimaraes',2908,1),
(32961,'Gulpilhares',2908,1),
(32962,'Joane',2908,1),
(32963,'Jovim',2908,1),
(32964,'Lamego',2908,1),
(32965,'Lavra',2908,1),
(32966,'Leca da Palmeira',2908,1),
(32967,'Leca do Bailio',2908,1),
(32968,'Lobao',2908,1),
(32969,'Lordelo',2908,1),
(32970,'Lourosa',2908,1),
(32971,'Lustosa',2908,1),
(32972,'Macedo de Cavaleiros',2908,1),
(32973,'Macieira de Cambra',2908,1),
(32974,'Madalena',2908,1),
(32975,'Maia',2908,1),
(32976,'Margaride',2908,1),
(32977,'Marinhas',2908,1),
(32978,'Matosinhos',2908,1),
(32979,'Meadela',2908,1),
(32980,'Meinedo',2908,1),
(32981,'Milheiros',2908,1),
(32982,'Milheiros de Poiares',2908,1),
(32983,'Mirandela',2908,1),
(32984,'Mogadouro',2908,1),
(32985,'Moreira',2908,1),
(32986,'Moreira de Conegos',2908,1),
(32987,'Mozelos',2908,1),
(32988,'Negrelos',2908,1),
(32989,'Nogueira',2908,1),
(32990,'Nogueira da Regedoura',2908,1),
(32991,'Olival',2908,1),
(32992,'Oliveira',2908,1),
(32993,'Oliveira de Azemeis',2908,1),
(32994,'Oliveira do Douro',2908,1),
(32995,'Pacos de Brandao',2908,1),
(32996,'Pacos de Ferreira',2908,1),
(32997,'Pedroso',2908,1),
(32998,'Pedroucos',2908,1),
(32999,'Penafiel',2908,1),
(33000,'Perafita',2908,1),
(33001,'Perozinho',2908,1),
(33002,'Peso da Regua',2908,1),
(33003,'Ponte',2908,1),
(33004,'Porto',2908,1),
(33005,'Povoa de Lanhoso',2908,1),
(33006,'Povoa de Varzim',2908,1),
(33007,'Real',2908,1),
(33008,'Rebordosa',2908,1),
(33009,'Recarei',2908,1),
(33010,'Refojos de Basto',2908,1),
(33011,'Ribeirao',2908,1),
(33012,'Rio Meao',2908,1),
(33013,'Rio Tinto',2908,1),
(33014,'Ronfe',2908,1),
(33015,'Sande',2908,1),
(33016,'Sandim',2908,1),
(33017,'Santa Cruz do Bispo',2908,1),
(33018,'Santa Maria de Lamas',2908,1),
(33019,'Santiago da Riba-Ul',2908,1),
(33020,'Santo Tirso',2908,1),
(33021,'Sao Felix da Marinha',2908,1),
(33022,'Sao Joao da Madeira',2908,1),
(33023,'Sao Joao de Ver',2908,1),
(33024,'Sao Mamede de Infesta',2908,1),
(33025,'Sao Pedro da Cova',2908,1),
(33026,'Sao Pedro de Casteloes',2908,1),
(33027,'Sao Roque',2908,1),
(33028,'Selho',2908,1),
(33029,'Senhora da Hora',2908,1),
(33030,'Seroa',2908,1),
(33031,'Serzedelo',2908,1),
(33032,'Serzedo',2908,1),
(33033,'Silvalde',2908,1),
(33034,'Sobrado',2908,1),
(33035,'Sobreira',2908,1),
(33036,'Souto',2908,1),
(33037,'Teloes',2908,1),
(33038,'Urgezes',2908,1),
(33039,'Valadares',2908,1),
(33040,'Valbom',2908,1),
(33041,'Vale',2908,1),
(33042,'Valongo',2908,1),
(33043,'Valpacos',2908,1),
(33044,'Viana do Castelo',2908,1),
(33045,'Vila Cha',2908,1),
(33046,'Vila Frescainha',2908,1),
(33047,'Vila Nova da Telha',2908,1),
(33048,'Vila Nova de Famalicao',2908,1),
(33049,'Vila Nova de Gaia',2908,1),
(33050,'Vila Praia de Ancora',2908,1),
(33051,'Vila Real',2908,1),
(33052,'Vila Verde',2908,1),
(33053,'Vila de Cucujaes',2908,1),
(33054,'Vila de Prado',2908,1),
(33055,'Vila do Conde',2908,1),
(33056,'Vilar de Andorinho',2908,1),
(33057,'Vilar do Paraiso',2908,1),
(33058,'Vilarinho',2908,1),
(33059,'Vilela',2908,1),
(33060,'Vizela',2908,1),
(33061,'Paivas',2909,1),
(33062,'Arecibo',2910,1),
(33063,'Barceloneta',2910,1),
(33064,'Camuy',2910,1),
(33065,'Dorado',2910,1),
(33066,'Isabela',2910,1),
(33067,'Manati',2910,1),
(33068,'Vega Alta',2910,1),
(33069,'Vega Baja',2910,1),
(33070,'Bayamon',2911,1),
(33071,'Catano',2911,1),
(33072,'Guaynabo',2911,1),
(33073,'Levittown',2911,1),
(33074,'Valencia',2911,1),
(33075,'Canovanas',2912,1),
(33076,'Carolina',2912,1),
(33077,'Trujillo Alto',2912,1),
(33078,'Florida',2913,1),
(33079,'Aibonito',2914,1),
(33080,'Arroyo',2914,1),
(33081,'Barranquitas',2914,1),
(33082,'Cayey',2914,1),
(33083,'Coamo',2914,1),
(33084,'Corozal',2914,1),
(33085,'Guayama',2914,1),
(33086,'Juana Diaz',2914,1),
(33087,'Aguas Buenas',2915,1),
(33088,'Caguas',2915,1),
(33089,'Culebra',2915,1),
(33090,'Fajardo',2915,1),
(33091,'Gurabo',2915,1),
(33092,'Humacao',2915,1),
(33093,'Juncos',2915,1),
(33094,'Rio Grande',2915,1),
(33095,'Vieques',2915,1),
(33096,'Aguada',2916,1),
(33097,'Aguadilla',2916,1),
(33098,'Anasco',2916,1),
(33099,'Cabo Rojo',2916,1),
(33100,'Hormigueros',2916,1),
(33101,'Mayaguez',2916,1),
(33102,'San German',2916,1),
(33103,'San Sebastian',2916,1),
(33104,'Adjuntas',2917,1),
(33105,'Guanica',2917,1),
(33106,'Ponce',2917,1),
(33107,'Utuado',2917,1),
(33108,'Yauco',2917,1),
(33109,'Salinas',2918,1),
(33110,'Doha',2920,1),
(33111,'Umm Bab',2921,1),
(33112,'ad-Dawhah',2923,1),
(33113,'al-Ghuwayriyah',2924,1),
(33114,'Dukhan',2925,1),
(33115,'al-Jumayliyah',2925,1),
(33116,'al-Khawr',2926,1),
(33117,'Musay\'id',2927,1),
(33118,'al-Wakrah',2927,1),
(33119,'al-Wukayr',2927,1),
(33120,'ar-Rayyan',2928,1),
(33121,'ash-Shahaniyah',2928,1),
(33122,'ar-Ruways',2929,1),
(33123,'Bras-Panon',2930,1),
(33124,'Saint-Andre',2930,1),
(33125,'Saint-Benoit',2930,1),
(33126,'Sainte-Rose',2930,1),
(33127,'Salazie',2930,1),
(33128,'La Possession',2931,1),
(33129,'Le Port',2931,1),
(33130,'Saint-Denis',2931,1),
(33131,'Sainte-Marie',2931,1),
(33132,'Sainte-Suzanne',2931,1),
(33133,'L\'Etang-Sale',2932,1),
(33134,'Les Aviron',2932,1),
(33135,'Les Trois-Bassins',2932,1),
(33136,'Saint-Leu',2932,1),
(33137,'Saint-Paul',2932,1),
(33138,'Cilaos',2933,1),
(33139,'Entre-Deux',2933,1),
(33140,'Le Tampon',2933,1),
(33141,'Petite-Ile',2933,1),
(33142,'Saint-Joseph',2933,1),
(33143,'Saint-Louis',2933,1),
(33144,'Saint-Philippe',2933,1),
(33145,'Saint-Pierre',2933,1),
(33146,'Abrud',2934,1),
(33147,'Aiud',2934,1),
(33148,'Alba Iulia',2934,1),
(33149,'Albac',2934,1),
(33150,'Almasu Mare',2934,1),
(33151,'Arieseni',2934,1),
(33152,'Avram Iancu',2934,1),
(33153,'Baia de Aries',2934,1),
(33154,'Berghin',2934,1),
(33155,'Bistra',2934,1),
(33156,'Blaj',2934,1),
(33157,'Blandiana',2934,1),
(33158,'Bucium',2934,1),
(33159,'Calnic',2934,1),
(33160,'Campeni',2934,1),
(33161,'Cenade',2934,1),
(33162,'Cergau',2934,1),
(33163,'Ceru-Bacainti',2934,1),
(33164,'Cetatea de Balta',2934,1),
(33165,'Ciugud',2934,1),
(33166,'Ciuruleasa',2934,1),
(33167,'Craciunelu de Jos',2934,1),
(33168,'Cricau',2934,1),
(33169,'Cugir',2934,1),
(33170,'Daia Romana',2934,1),
(33171,'Dostat',2934,1),
(33172,'Farau',2934,1),
(33173,'Galda de Jos',2934,1),
(33174,'Garbova',2934,1),
(33175,'Garda de Sus',2934,1),
(33176,'Hoparta',2934,1),
(33177,'Horea',2934,1),
(33178,'Ighiu',2934,1),
(33179,'Intregalde',2934,1),
(33180,'Jidvei',2934,1),
(33181,'Livezile',2934,1),
(33182,'Lopadea Noua',2934,1),
(33183,'Lunca Muresului',2934,1),
(33184,'Lupsa',2934,1),
(33185,'Metes',2934,1),
(33186,'Mihalt',2934,1),
(33187,'Miraslau',2934,1),
(33188,'Mogos',2934,1),
(33189,'Noslac',2934,1),
(33190,'Ocna Mures',2934,1),
(33191,'Ocolis',2934,1),
(33192,'Ohaba',2934,1),
(33193,'Pianu',2934,1),
(33194,'Poiana Vadului',2934,1),
(33195,'Ponor',2934,1),
(33196,'Posaga',2934,1),
(33197,'Radesti',2934,1),
(33198,'Ramet',2934,1),
(33199,'Rimetea',2934,1),
(33200,'Rosia Montana',2934,1),
(33201,'Rosia de Secas',2934,1),
(33202,'Salciua',2934,1),
(33203,'Salistea',2934,1),
(33204,'Sancel',2934,1),
(33205,'Santimbru',2934,1),
(33206,'Sasciori',2934,1),
(33207,'Scarisoara',2934,1),
(33208,'Sebes',2934,1),
(33209,'Sibot',2934,1),
(33210,'Sohodol',2934,1),
(33211,'Sona',2934,1),
(33212,'Spring',2934,1),
(33213,'Stremt',2934,1),
(33214,'Sugag',2934,1),
(33215,'Teius',2934,1),
(33216,'Unirea',2934,1),
(33217,'Vadu Motilor',2934,1),
(33218,'Valea Lunga',2934,1),
(33219,'Vidra',2934,1),
(33220,'Vintu de Jos',2934,1),
(33221,'Zlatna',2934,1),
(33222,'Almas',2935,1),
(33223,'Apateu',2935,1),
(33224,'Arad',2935,1),
(33225,'Archis',2935,1),
(33226,'Barsa',2935,1),
(33227,'Barzava',2935,1),
(33228,'Bata',2935,1),
(33229,'Beliu',2935,1),
(33230,'Birchis',2935,1),
(33231,'Bocsig',2935,1),
(33232,'Brazii',2935,1),
(33233,'Buteni',2935,1),
(33234,'Carand',2935,1),
(33235,'Cermei',2935,1),
(33236,'Chisindia',2935,1),
(33237,'Chisineu Cris',2935,1),
(33238,'Conop',2935,1),
(33239,'Covasint',2935,1),
(33240,'Craiva',2935,1),
(33241,'Curtici',2935,1),
(33242,'Dezna',2935,1),
(33243,'Dieci',2935,1),
(33244,'Dorgos',2935,1),
(33245,'Fantanele',2935,1),
(33246,'Felnac',2935,1),
(33247,'Ghioroc',2935,1),
(33248,'Graniceri',2935,1),
(33249,'Gurahont',2935,1),
(33250,'Halmagel',2935,1),
(33251,'Halmagiu',2935,1),
(33252,'Hasmas',2935,1),
(33253,'Ignesti',2935,1),
(33254,'Ineu',2935,1),
(33255,'Iratosu',2935,1),
(33256,'Lipova',2935,1),
(33257,'Livada',2935,1),
(33258,'Macea',2935,1),
(33259,'Masca',2935,1),
(33260,'Moneasa',2935,1),
(33261,'Nadlac',2935,1),
(33262,'Olari',2935,1),
(33263,'Pancota',2935,1),
(33264,'Paulis',2935,1),
(33265,'Pecica',2935,1),
(33266,'Peregu Mare',2935,1),
(33267,'Petris',2935,1),
(33268,'Pilu',2935,1),
(33269,'Plescuta',2935,1),
(33270,'Sagu',2935,1),
(33271,'Santana',2935,1),
(33272,'Savarsin',2935,1),
(33273,'Sebis',2935,1),
(33274,'Secusigiu',2935,1),
(33275,'Seitin',2935,1),
(33276,'Seleus',2935,1),
(33277,'Semlac',2935,1),
(33278,'Sepreus',2935,1),
(33279,'Sicula',2935,1),
(33280,'Silindia',2935,1),
(33281,'Simand',2935,1),
(33282,'Sintea Mare',2935,1),
(33283,'Siria',2935,1),
(33284,'Sistarovat',2935,1),
(33285,'Socodor',2935,1),
(33286,'Sofronea',2935,1),
(33287,'Tarnova',2935,1),
(33288,'Taut',2935,1),
(33289,'Varadia de Mures',2935,1),
(33290,'Varfurile',2935,1),
(33291,'Vinga',2935,1),
(33292,'Vladimirescu',2935,1),
(33293,'Zabrani',2935,1),
(33294,'Zarand',2935,1),
(33295,'Zerind',2935,1),
(33296,'Zimandu Nou',2935,1),
(33297,'Albesti',2936,1),
(33298,'Albestii-Pamanteni',2936,1),
(33299,'Albota',2936,1),
(33300,'Aninoasa',2936,1),
(33301,'Arefu',2936,1),
(33302,'Babana',2936,1),
(33303,'Baiculesti',2936,1),
(33304,'Balilesti',2936,1),
(33305,'Barla',2936,1),
(33306,'Bascov',2936,1),
(33307,'Beleti-Negresti',2936,1),
(33308,'Berevoesti',2936,1),
(33309,'Bogati',2936,1),
(33310,'Boteni',2936,1),
(33311,'Botesti',2936,1),
(33312,'Bradu',2936,1),
(33313,'Bradulet',2936,1),
(33314,'Budeasa',2936,1),
(33315,'Bughea de Jos',2936,1),
(33316,'Buzoesti',2936,1),
(33317,'Caldararu',2936,1),
(33318,'Calinesti',2936,1),
(33319,'Campulung',2936,1),
(33320,'Cateasca',2936,1),
(33321,'Cepari',2936,1),
(33322,'Cetateni',2936,1),
(33323,'Cicanesti',2936,1),
(33324,'Ciofrangeni',2936,1),
(33325,'Ciomagesti',2936,1),
(33326,'Cocu',2936,1),
(33327,'Corbeni',2936,1),
(33328,'Corbi',2936,1),
(33329,'Cosesti',2936,1),
(33330,'Costesti',2936,1),
(33331,'Cotmeana',2936,1),
(33332,'Cuca',2936,1),
(33333,'Curtea de Arges',2936,1),
(33334,'Dambovicioara',2936,1),
(33335,'Darmanesti',2936,1),
(33336,'Davidesti',2936,1),
(33337,'Dobresti',2936,1),
(33338,'Domnesti',2936,1),
(33339,'Draganu',2936,1),
(33340,'Dragoslavele',2936,1),
(33341,'Godeni',2936,1),
(33342,'Harsesti',2936,1),
(33343,'Hartiesti',2936,1),
(33344,'Izvoru',2936,1),
(33345,'Leordeni',2936,1),
(33346,'Leresti',2936,1),
(33347,'Lunca Corbului',2936,1),
(33348,'Malureni',2936,1),
(33349,'Maracineni',2936,1),
(33350,'Merisani',2936,1),
(33351,'Micesti',2936,1),
(33352,'Mihaesti',2936,1),
(33353,'Mioarele',2936,1),
(33354,'Mioveni',2936,1),
(33355,'Mirosi',2936,1),
(33356,'Moraresti',2936,1),
(33357,'Mosoaia',2936,1),
(33358,'Mozaceni',2936,1),
(33359,'Musatesti',2936,1),
(33360,'Negrasi',2936,1),
(33361,'Nucsoara',2936,1),
(33362,'Oarja',2936,1),
(33363,'Pietrosani',2936,1),
(33364,'Pitesti',2936,1),
(33365,'Poenari',2936,1),
(33366,'Poiana Lacului',2936,1),
(33367,'Popesti',2936,1),
(33368,'Priboieni',2936,1),
(33369,'Ratesti',2936,1),
(33370,'Recea',2936,1),
(33371,'Rociu',2936,1),
(33372,'Rucar',2936,1),
(33373,'Salatrucu',2936,1),
(33374,'Sapata',2936,1),
(33375,'Schitu-Golesti',2936,1),
(33376,'Slobozia',2936,1),
(33377,'Stalpeni',2936,1),
(33378,'Stefan cel Mare',2936,1),
(33379,'Stefanesti',2936,1),
(33380,'Stoenesti',2936,1),
(33381,'Stolnici',2936,1),
(33382,'Suici',2936,1),
(33383,'Suseni',2936,1),
(33384,'Teiu',2936,1),
(33385,'Tigveni',2936,1),
(33386,'Titesti',2936,1),
(33387,'Topoloveni',2936,1),
(33388,'Uda',2936,1),
(33389,'Ungheni',2936,1),
(33390,'Valea Danului',2936,1),
(33391,'Valea Iasului',2936,1),
(33392,'Valea Mare-Pravat',2936,1),
(33393,'Vedea',2936,1),
(33394,'Vladesti',2936,1),
(33395,'Agas',2937,1),
(33396,'Ardeoani',2937,1),
(33397,'Asau',2937,1),
(33398,'Bacau',2937,1),
(33399,'Balcani',2937,1),
(33400,'Barsanesti',2937,1),
(33401,'Beresti-Bistrita',2937,1),
(33402,'Beresti-Tazlau',2937,1),
(33403,'Berzunti',2937,1),
(33404,'Blagesti',2937,1),
(33405,'Bogdanesti',2937,1),
(33406,'Brusturoasa',2937,1),
(33407,'Buhoci',2937,1),
(33408,'Buhusi',2937,1),
(33409,'Caiuti',2937,1),
(33410,'Casin',2937,1),
(33411,'Cleja',2937,1),
(33412,'Colonesti',2937,1),
(33413,'Comanesti',2937,1),
(33414,'Corbasca',2937,1),
(33415,'Cotofanesti',2937,1),
(33416,'Damienesti',2937,1),
(33417,'Darmanesti',2937,1),
(33418,'Dealu Morii',2937,1),
(33419,'Dofteana',2937,1),
(33420,'Faraoani',2937,1),
(33421,'Filipeni',2937,1),
(33422,'Filipesti',2937,1),
(33423,'Gaiceana',2937,1),
(33424,'Garleni',2937,1),
(33425,'Ghimes-Faget',2937,1),
(33426,'Glavanesti',2937,1),
(33427,'Gura Vaii',2937,1),
(33428,'Helegiu',2937,1),
(33429,'Hemeius',2937,1),
(33430,'Horgesti',2937,1),
(33431,'Huruesti',2937,1),
(33432,'Izvoru Berheciului',2937,1),
(33433,'Letea Veche',2937,1),
(33434,'Lipova',2937,1),
(33435,'Livezi',2937,1),
(33436,'Luizi-Calugara',2937,1),
(33437,'Magiresti',2937,1),
(33438,'Magura',2937,1),
(33439,'Manastirea Casin',2937,1),
(33440,'Margineni',2937,1),
(33441,'Moinesti',2937,1),
(33442,'Motoseni',2937,1),
(33443,'Negri',2937,1),
(33444,'Nicolae Balcescu',2937,1),
(33445,'Oituz',2937,1),
(33446,'Oncesti',2937,1),
(33447,'Onesti',2937,1),
(33448,'Orbeni',2937,1),
(33449,'Palanca',2937,1),
(33450,'Pancesti',2937,1),
(33451,'Parava',2937,1),
(33452,'Pargaresti',2937,1),
(33453,'Parincea',2937,1),
(33454,'Parjol',2937,1),
(33455,'Plopana',2937,1),
(33456,'Podu Turcului',2937,1),
(33457,'Poduri',2937,1),
(33458,'Racaciuni',2937,1),
(33459,'Rachitoasa',2937,1),
(33460,'Racova',2937,1),
(33461,'Rosiori',2937,1),
(33462,'Sanduleni',2937,1),
(33463,'Sascut',2937,1),
(33464,'Saucesti',2937,1),
(33465,'Scorteni',2937,1),
(33466,'Secuieni',2937,1),
(33467,'Slanic-Moldova',2937,1),
(33468,'Solont',2937,1),
(33469,'Stanisesti',2937,1),
(33470,'Stefan cel Mare',2937,1),
(33471,'Strugari',2937,1),
(33472,'Tamasi',2937,1),
(33473,'Targu Ocna',2937,1),
(33474,'Targu-Trotus',2937,1),
(33475,'Tatarasti',2937,1),
(33476,'Traian',2937,1),
(33477,'Ungureni',2937,1),
(33478,'Urechesti',2937,1),
(33479,'Valea Seaca',2937,1),
(33480,'Vultureni',2937,1),
(33481,'Zemes',2937,1),
(33482,'Abram',2938,1),
(33483,'Abramut',2938,1),
(33484,'Alesd',2938,1),
(33485,'Astileu',2938,1),
(33486,'Auseu',2938,1),
(33487,'Avram Iancu',2938,1),
(33488,'Balc',2938,1),
(33489,'Batar',2938,1),
(33490,'Beius',2938,1),
(33491,'Biharia',2938,1),
(33492,'Boianu Mare',2938,1),
(33493,'Borod',2938,1),
(33494,'Bors',2938,1),
(33495,'Bratca',2938,1),
(33496,'Brusturi',2938,1),
(33497,'Budureasa',2938,1),
(33498,'Buduslau',2938,1),
(33499,'Bulz',2938,1),
(33500,'Buntesti',2938,1),
(33501,'Cabesti',2938,1),
(33502,'Campani',2938,1),
(33503,'Capalna',2938,1),
(33504,'Carpinet',2938,1),
(33505,'Cefa',2938,1),
(33506,'Ceica',2938,1),
(33507,'Cetariu',2938,1),
(33508,'Cherechiu',2938,1),
(33509,'Chislaz',2938,1),
(33510,'Ciuhoiu',2938,1),
(33511,'Ciumeghiu',2938,1),
(33512,'Cociuba Mare',2938,1),
(33513,'Copacel',2938,1),
(33514,'Cristioru de Jos',2938,1),
(33515,'Curatele',2938,1),
(33516,'Curtuiseni',2938,1),
(33517,'Derna',2938,1),
(33518,'Diosig',2938,1),
(33519,'Dobresti',2938,1),
(33520,'Draganesti',2938,1),
(33521,'Dragesti',2938,1),
(33522,'Finis',2938,1),
(33523,'Girisu de Cris',2938,1),
(33524,'Hidiselu de Sus',2938,1),
(33525,'Holod',2938,1),
(33526,'Husasau de Tinca',2938,1),
(33527,'Ineu',2938,1),
(33528,'Lazareni',2938,1),
(33529,'Lazuri de Beius',2938,1),
(33530,'Lugasu de Jos',2938,1),
(33531,'Lunca',2938,1),
(33532,'Madaras',2938,1),
(33533,'Magesti',2938,1),
(33534,'Marghita',2938,1),
(33535,'Nojorid',2938,1),
(33536,'Nucet',2938,1),
(33537,'Olcea',2938,1),
(33538,'Oradea',2938,1),
(33539,'Osorheiu',2938,1),
(33540,'Pietroasa',2938,1),
(33541,'Pocola',2938,1),
(33542,'Pomezeu',2938,1),
(33543,'Popesti',2938,1),
(33544,'Rabagani',2938,1),
(33545,'Remetea',2938,1),
(33546,'Rieni',2938,1),
(33547,'Rosia',2938,1),
(33548,'Sacadat',2938,1),
(33549,'Sacueni',2938,1),
(33550,'Salacea',2938,1),
(33551,'Salard',2938,1),
(33552,'Salonta',2938,1),
(33553,'Sambata',2938,1),
(33554,'Sanmartin',2938,1),
(33555,'Santandrei',2938,1),
(33556,'Sarbi',2938,1),
(33557,'Simian',2938,1),
(33558,'Sinteu',2938,1),
(33559,'Soimi',2938,1),
(33560,'Spinus',2938,1),
(33561,'Stei',2938,1),
(33562,'Suncuius',2938,1),
(33563,'Suplacu de Barcau',2938,1),
(33564,'Tarcaia',2938,1),
(33565,'Tarcea',2938,1),
(33566,'Tauteu',2938,1),
(33567,'Tetchea',2938,1),
(33568,'Tileagd',2938,1),
(33569,'Tinca',2938,1),
(33570,'Tulca',2938,1),
(33571,'Uileacu de Beius',2938,1),
(33572,'Vadu Crisului',2938,1),
(33573,'Valea lui Mihai',2938,1),
(33574,'Varciorog',2938,1),
(33575,'Vascau',2938,1),
(33576,'Viisoara',2938,1),
(33577,'Beclean',2939,1),
(33578,'Bistrita',2939,1),
(33579,'Bistrita Bargaului',2939,1),
(33580,'Branistea',2939,1),
(33581,'Budacu de Jos',2939,1),
(33582,'Budesti',2939,1),
(33583,'Caianu Mic',2939,1),
(33584,'Cetate',2939,1),
(33585,'Chiochis',2939,1),
(33586,'Chiuza',2939,1),
(33587,'Ciceu-Giurgesti',2939,1),
(33588,'Cosbuc',2939,1),
(33589,'Dumitra',2939,1),
(33590,'Feldru',2939,1),
(33591,'Galatii Bistritei',2939,1),
(33592,'Ilva Mare',2939,1),
(33593,'Ilva Mica',2939,1),
(33594,'Josenii Bargaului',2939,1),
(33595,'Lechinta',2939,1),
(33596,'Lesu',2939,1),
(33597,'Livezile',2939,1),
(33598,'Lunca Ilvei',2939,1),
(33599,'Magura Ilvei',2939,1),
(33600,'Maieru',2939,1),
(33601,'Mariselu',2939,1),
(33602,'Matei',2939,1),
(33603,'Micestii de Campie',2939,1),
(33604,'Milas',2939,1),
(33605,'Monor',2939,1),
(33606,'Nasaud',2939,1),
(33607,'Nimigea',2939,1),
(33608,'Nuseni',2939,1),
(33609,'Parva',2939,1),
(33610,'Petru Rares',2939,1),
(33611,'Prundu Bargaului',2939,1),
(33612,'Rebra',2939,1),
(33613,'Rebrisoara',2939,1),
(33614,'Rodna',2939,1),
(33615,'Romuli',2939,1),
(33616,'Salva',2939,1),
(33617,'Sangeorz-Bai',2939,1),
(33618,'Sanmihaiu de Campie',2939,1),
(33619,'Sant',2939,1),
(33620,'Sieu',2939,1),
(33621,'Sieu-Magherus',2939,1),
(33622,'Sieu-Odorhei',2939,1),
(33623,'Sieut',2939,1),
(33624,'Silvasu de Campie',2939,1),
(33625,'Sintereag',2939,1),
(33626,'Spermezeu',2939,1),
(33627,'Tarlisua',2939,1),
(33628,'Teaca',2939,1),
(33629,'Telciu',2939,1),
(33630,'Tiha Bargaului',2939,1),
(33631,'Uriu',2939,1),
(33632,'Urmenis',2939,1),
(33633,'Zagra',2939,1),
(33634,'Albesti',2940,1),
(33635,'Avrameni',2940,1),
(33636,'Baluseni',2940,1),
(33637,'Botosani',2940,1),
(33638,'Braesti',2940,1),
(33639,'Broscauti',2940,1),
(33640,'Bucecea',2940,1),
(33641,'Calarasi',2940,1),
(33642,'Concesti',2940,1),
(33643,'Copalau',2940,1),
(33644,'Cordareni',2940,1),
(33645,'Corlateni',2940,1),
(33646,'Corni',2940,1),
(33647,'Cotusca',2940,1),
(33648,'Cristesti',2940,1),
(33649,'Cristinesti',2940,1),
(33650,'Curtesti',2940,1),
(33651,'Dangeni',2940,1),
(33652,'Darabani',2940,1),
(33653,'Dersca',2940,1),
(33654,'Dobarceni',2940,1),
(33655,'Dorohoi',2940,1),
(33656,'Draguseni',2940,1),
(33657,'Durnesti',2940,1),
(33658,'Flamanzi',2940,1),
(33659,'Frumusica',2940,1),
(33660,'George Enescu',2940,1),
(33661,'Gorbanesti',2940,1),
(33662,'Hanesti',2940,1),
(33663,'Havarna',2940,1),
(33664,'Hiliseu-Horia',2940,1),
(33665,'Hlipiceni',2940,1),
(33666,'Hudesti',2940,1),
(33667,'Ibanesti',2940,1),
(33668,'Leorda',2940,1),
(33669,'Lunca',2940,1),
(33670,'Manoleasa',2940,1),
(33671,'Mihail Eminescu',2940,1),
(33672,'Mihaileni',2940,1),
(33673,'Mihalaseni',2940,1),
(33674,'Mileanca',2940,1),
(33675,'Mitoc',2940,1),
(33676,'Nicseni',2940,1),
(33677,'Paltinis',2940,1),
(33678,'Pomarla',2940,1),
(33679,'Prajeni',2940,1),
(33680,'Rachiti',2940,1),
(33681,'Radauti-Prut',2940,1),
(33682,'Rauseni',2940,1),
(33683,'Ripiceni',2940,1),
(33684,'Roma',2940,1),
(33685,'Romanesti',2940,1),
(33686,'Santa-Maria',2940,1),
(33687,'Saveni',2940,1),
(33688,'Sendriceni',2940,1),
(33689,'Stauceni',2940,1),
(33690,'Stefanesti',2940,1),
(33691,'Stiubieni',2940,1),
(33692,'Suharau',2940,1),
(33693,'Sulita',2940,1),
(33694,'Todireni',2940,1),
(33695,'Trusesti',2940,1),
(33696,'Tudora',2940,1),
(33697,'Ungureni',2940,1),
(33698,'Unteni',2940,1),
(33699,'Vaculesti',2940,1),
(33700,'Varfu Campului',2940,1),
(33701,'Viisoara',2940,1),
(33702,'Vladeni',2940,1),
(33703,'Vlasinesti',2940,1),
(33704,'Vorniceni',2940,1),
(33705,'Vorona',2940,1),
(33706,'Baraganul',2941,1),
(33707,'Bertestii de Jos',2941,1),
(33708,'Bordei Verde',2941,1),
(33709,'Braila',2941,1),
(33710,'Chiscani',2941,1),
(33711,'Ciocile',2941,1),
(33712,'Ciresu',2941,1),
(33713,'Dudesti',2941,1),
(33714,'Faurei',2941,1),
(33715,'Frecatei',2941,1),
(33716,'Galbenu',2941,1),
(33717,'Gemenele',2941,1),
(33718,'Gradistea',2941,1),
(33719,'Gropeni',2941,1),
(33720,'Ianca',2941,1),
(33721,'Insuratei',2941,1),
(33722,'Jirlau',2941,1),
(33723,'Marasu',2941,1),
(33724,'Maxineni',2941,1),
(33725,'Mircea Voda',2941,1),
(33726,'Movila Miresei',2941,1),
(33727,'Racovita',2941,1),
(33728,'Ramnicelu',2941,1),
(33729,'Romanu',2941,1),
(33730,'Rosiori',2941,1),
(33731,'Salcia Tudor',2941,1),
(33732,'Scortaru Nou',2941,1),
(33733,'Silistea',2941,1),
(33734,'Stancuta',2941,1),
(33735,'Surdila-Gaiseanca',2941,1),
(33736,'Surdila-Greci',2941,1),
(33737,'Sutesti',2941,1),
(33738,'Tichilesti',2941,1),
(33739,'Traian',2941,1),
(33740,'Tudor Vladimirescu',2941,1),
(33741,'Tufesti',2941,1),
(33742,'Ulmu',2941,1),
(33743,'Unirea',2941,1),
(33744,'Vadeni',2941,1),
(33745,'Victoria',2941,1),
(33746,'Visani',2941,1),
(33747,'Viziru',2941,1),
(33748,'Zavoaia',2941,1),
(33749,'Apata',2942,1),
(33750,'Beclean',2942,1),
(33751,'Bod',2942,1),
(33752,'Bran',2942,1),
(33753,'Brasov',2942,1),
(33754,'Budila',2942,1),
(33755,'Bunesti',2942,1),
(33756,'Cata',2942,1),
(33757,'Cincu',2942,1),
(33758,'Codlea',2942,1),
(33759,'Comana',2942,1),
(33760,'Cristian',2942,1),
(33761,'Dumbravita',2942,1),
(33762,'Fagaras',2942,1),
(33763,'Feldioara',2942,1),
(33764,'Fundata',2942,1),
(33765,'Ghimbav',2942,1),
(33766,'Halchiu',2942,1),
(33767,'Harman',2942,1),
(33768,'Harseni',2942,1),
(33769,'Hoghiz',2942,1),
(33770,'Homorod',2942,1),
(33771,'Jibert',2942,1),
(33772,'Lisa',2942,1),
(33773,'Maierus',2942,1),
(33774,'Mandra',2942,1),
(33775,'Moeciu',2942,1),
(33776,'Ormenis',2942,1),
(33777,'Parau',2942,1),
(33778,'Poiana Marului',2942,1),
(33779,'Predeal',2942,1),
(33780,'Prejmer',2942,1),
(33781,'Racos',2942,1),
(33782,'Rasnov',2942,1),
(33783,'Recea',2942,1),
(33784,'Rupea',2942,1),
(33785,'Sacele',2942,1),
(33786,'Sanpetru',2942,1),
(33787,'Sercaia',2942,1),
(33788,'Sinca',2942,1),
(33789,'Soars',2942,1),
(33790,'Tarlungeni',2942,1),
(33791,'Teliu',2942,1),
(33792,'Ticusul',2942,1),
(33793,'Ucea',2942,1),
(33794,'Ungra',2942,1),
(33795,'Vama Buzaului',2942,1),
(33796,'Victoria',2942,1),
(33797,'Vistea',2942,1),
(33798,'Voila',2942,1),
(33799,'Vulcan',2942,1),
(33800,'Zarnesti',2942,1),
(33801,'Bucharest',2943,1),
(33802,'Bucuresti',2943,1),
(33803,'Amaru',2944,1),
(33804,'Balaceanu',2944,1),
(33805,'Balta Alba',2944,1),
(33806,'Beceni',2944,1),
(33807,'Berca',2944,1),
(33808,'Bisoca',2944,1),
(33809,'Blajani',2944,1),
(33810,'Boldu',2944,1),
(33811,'Bozioru',2944,1),
(33812,'Bradeanu',2944,1),
(33813,'Braesti',2944,1),
(33814,'Breaza',2944,1),
(33815,'Buda',2944,1),
(33816,'Buzau',2944,1),
(33817,'Calvini',2944,1),
(33818,'Canesti',2944,1),
(33819,'Catina',2944,1),
(33820,'Cernatesti',2944,1),
(33821,'Chiliile',2944,1),
(33822,'Chiojdu',2944,1),
(33823,'Cilibia',2944,1),
(33824,'Cislau',2944,1),
(33825,'Cochirleanca',2944,1),
(33826,'Colti',2944,1),
(33827,'Constantin Rosetti',2944,1),
(33828,'Costesti',2944,1),
(33829,'Cozieni',2944,1),
(33830,'Galbinasi',2944,1),
(33831,'Gheraseni',2944,1),
(33832,'Ghergheasa',2944,1),
(33833,'Glodeanu-Silistea',2944,1),
(33834,'Glodeanul Sarat',2944,1),
(33835,'Grebanu',2944,1),
(33836,'Gura Teghii',2944,1),
(33837,'Largu',2944,1),
(33838,'Lopatari',2944,1),
(33839,'Luciu',2944,1),
(33840,'Magura',2944,1),
(33841,'Manzalesti',2944,1),
(33842,'Maracineni',2944,1),
(33843,'Margaritesti',2944,1),
(33844,'Merei',2944,1),
(33845,'Mihailesti',2944,1),
(33846,'Movila Banului',2944,1),
(33847,'Murgesti',2944,1),
(33848,'Naeni',2944,1),
(33849,'Nehoiu',2944,1),
(33850,'Odaile',2944,1),
(33851,'Padina',2944,1),
(33852,'Panatau',2944,1),
(33853,'Pardosi',2944,1),
(33854,'Parscov',2944,1),
(33855,'Patarlagele',2944,1),
(33856,'Pietroasele',2944,1),
(33857,'Podgoria',2944,1),
(33858,'Pogoanele',2944,1),
(33859,'Posta Calnau',2944,1),
(33860,'Puiesti',2944,1),
(33861,'Racoviteni',2944,1),
(33862,'Ramnicelu',2944,1),
(33863,'Ramnicu Sarat',2944,1),
(33864,'Robeasca',2944,1),
(33865,'Rusetu',2944,1),
(33866,'Sageata',2944,1),
(33867,'Sahateni',2944,1),
(33868,'Sapoca',2944,1),
(33869,'Sarulesti',2944,1),
(33870,'Scortoasa',2944,1),
(33871,'Scutelnici',2944,1),
(33872,'Siriu',2944,1),
(33873,'Smeeni',2944,1),
(33874,'Stalpu',2944,1),
(33875,'Tintesti',2944,1),
(33876,'Tisau',2944,1),
(33877,'Topliceni',2944,1),
(33878,'Ulmeni',2944,1),
(33879,'Vadu Pasii',2944,1),
(33880,'Valcelele',2944,1),
(33881,'Valea Ramnicului',2944,1),
(33882,'Valea Salciei',2944,1),
(33883,'Vernesti',2944,1),
(33884,'Vintila Voda',2944,1),
(33885,'Viperesti',2944,1),
(33886,'Zarnesti',2944,1),
(33887,'Ziduri',2944,1),
(33888,'Alexandru Odobescu',2945,1),
(33889,'Belciugatele',2945,1),
(33890,'Borcea',2945,1),
(33891,'Budesti',2945,1),
(33892,'Calarasi',2945,1),
(33893,'Cascioarele',2945,1),
(33894,'Chirnogi',2945,1),
(33895,'Chiselet',2945,1),
(33896,'Ciocanesti',2945,1),
(33897,'Curcani',2945,1),
(33898,'Cuza Voda',2945,1),
(33899,'Dichiseni',2945,1),
(33900,'Dor Marunt',2945,1),
(33901,'Dorobantu',2945,1),
(33902,'Dragalina',2945,1),
(33903,'Dragos Voda',2945,1),
(33904,'Frasinet',2945,1),
(33905,'Frumusani',2945,1),
(33906,'Fundeni',2945,1),
(33907,'Fundulea',2945,1),
(33908,'Gradistea',2945,1),
(33909,'Gurbanesti',2945,1),
(33910,'Ileana',2945,1),
(33911,'Independenta',2945,1),
(33912,'Jegalia',2945,1),
(33913,'Lehliu',2945,1),
(33914,'Lehliu-Gara',2945,1),
(33915,'Luica',2945,1),
(33916,'Lupsanu',2945,1),
(33917,'Manastirea',2945,1),
(33918,'Mitreni',2945,1),
(33919,'Modelu',2945,1),
(33920,'Nana',2945,1),
(33921,'Nicolae Balcescu',2945,1),
(33922,'Oltenita',2945,1),
(33923,'Perisoru',2945,1),
(33924,'Plataresti',2945,1),
(33925,'Radovanu',2945,1),
(33926,'Roseti',2945,1),
(33927,'Sarulesti',2945,1),
(33928,'Sohatu',2945,1),
(33929,'Soldanu',2945,1),
(33930,'Spantov',2945,1),
(33931,'Stefan Voda',2945,1),
(33932,'Stefan cel Mare',2945,1),
(33933,'Tamadau Mare',2945,1),
(33934,'Ulmeni',2945,1),
(33935,'Ulmu',2945,1),
(33936,'Unirea',2945,1),
(33937,'Valcelele',2945,1),
(33938,'Valea Argovei',2945,1),
(33939,'Vasilati',2945,1),
(33940,'Vlad Tepes',2945,1),
(33941,'Anina',2946,1),
(33942,'Armenis',2946,1),
(33943,'Baile Herculane',2946,1),
(33944,'Bania',2946,1),
(33945,'Bautar',2946,1),
(33946,'Berliste',2946,1),
(33947,'Berzasca',2946,1),
(33948,'Berzovia',2946,1),
(33949,'Bocsa',2946,1),
(33950,'Bolvasnita',2946,1),
(33951,'Bozovici',2946,1),
(33952,'Brebu',2946,1),
(33953,'Brebu Nou',2946,1),
(33954,'Buchin',2946,1),
(33955,'Bucosnita',2946,1),
(33956,'Caransebes',2946,1),
(33957,'Carasova',2946,1),
(33958,'Carbunari',2946,1),
(33959,'Ciclova Romana',2946,1),
(33960,'Ciuchici',2946,1),
(33961,'Ciudanovita',2946,1),
(33962,'Constantin Daicoviciu',2946,1),
(33963,'Copacele',2946,1),
(33964,'Cornea',2946,1),
(33965,'Cornereva',2946,1),
(33966,'Coronini',2946,1),
(33967,'Dalboset',2946,1),
(33968,'Doclin',2946,1),
(33969,'Dognecea',2946,1),
(33970,'Domasnea',2946,1),
(33971,'Eftimie Murgu',2946,1),
(33972,'Ezeris',2946,1),
(33973,'Farliug',2946,1),
(33974,'Forotic',2946,1),
(33975,'Garnic',2946,1),
(33976,'Glimboca',2946,1),
(33977,'Goruia',2946,1),
(33978,'Gradinari',2946,1),
(33979,'Iablanita',2946,1),
(33980,'Lapusnicel',2946,1),
(33981,'Lapusnicu Mare',2946,1),
(33982,'Luncavita',2946,1),
(33983,'Lupac',2946,1),
(33984,'Marga',2946,1),
(33985,'Maureni',2946,1),
(33986,'Mehadia',2946,1),
(33987,'Mehadica',2946,1),
(33988,'Moldova Noua',2946,1),
(33989,'Naidas',2946,1),
(33990,'Obreja',2946,1),
(33991,'Ocna de Fier',2946,1),
(33992,'Oravita',2946,1),
(33993,'Otelu Rosu',2946,1),
(33994,'Paltinis',2946,1),
(33995,'Pojejena',2946,1),
(33996,'Prigor',2946,1),
(33997,'Racasdia',2946,1),
(33998,'Ramna',2946,1),
(33999,'Resita',2946,1),
(34000,'Rusca Montana',2946,1),
(34001,'Sacu',2946,1),
(34002,'Sasca Montana',2946,1),
(34003,'Sichevita',2946,1),
(34004,'Slatina-Timis',2946,1),
(34005,'Socol',2946,1),
(34006,'Sopotu Nou',2946,1),
(34007,'Tarnova',2946,1),
(34008,'Teregova',2946,1),
(34009,'Ticvaniu Mare',2946,1),
(34010,'Toplet',2946,1),
(34011,'Turnu Ruieni',2946,1),
(34012,'Valiug',2946,1),
(34013,'Varadia',2946,1),
(34014,'Vermes',2946,1),
(34015,'Vrani',2946,1),
(34016,'Zavoi',2946,1),
(34017,'Zorlentu Mare',2946,1),
(34018,'Aghiresu',2947,1),
(34019,'Aiton',2947,1),
(34020,'Alunis',2947,1),
(34021,'Apahida',2947,1),
(34022,'Aschileu',2947,1),
(34023,'Baciu',2947,1),
(34024,'Baisoara',2947,1),
(34025,'Belis',2947,1),
(34026,'Bobalna',2947,1),
(34027,'Bontida',2947,1),
(34028,'Borsa',2947,1),
(34029,'Buza',2947,1),
(34030,'Caianu',2947,1),
(34031,'Calarasi',2947,1),
(34032,'Calatele',2947,1),
(34033,'Camarasu',2947,1),
(34034,'Campia Turzii',2947,1),
(34035,'Capusu Mare',2947,1),
(34036,'Caseiu',2947,1),
(34037,'Catcau',2947,1),
(34038,'Catina',2947,1),
(34039,'Ceanu Mare',2947,1),
(34040,'Chinteni',2947,1),
(34041,'Chiuiesti',2947,1),
(34042,'Ciucea',2947,1),
(34043,'Ciurila',2947,1),
(34044,'Cluj-Napoca',2947,1),
(34045,'Cojocna',2947,1),
(34046,'Cornesti',2947,1),
(34047,'Cuzdrioara',2947,1),
(34048,'Dabaca',2947,1),
(34049,'Dej',2947,1),
(34050,'Feleacu',2947,1),
(34051,'Fizesu Gherlii',2947,1),
(34052,'Floresti',2947,1),
(34053,'Frata',2947,1),
(34054,'Garbau',2947,1),
(34055,'Geaca',2947,1),
(34056,'Gherla',2947,1),
(34057,'Gilau',2947,1),
(34058,'Huedin',2947,1),
(34059,'Iara',2947,1),
(34060,'Iclod',2947,1),
(34061,'Izvoru Crisului',2947,1),
(34062,'Jichisu de Jos',2947,1),
(34063,'Jucu',2947,1),
(34064,'Luna',2947,1),
(34065,'Maguri-Racatau',2947,1),
(34066,'Manastireni',2947,1),
(34067,'Margau',2947,1),
(34068,'Marisel',2947,1),
(34069,'Mica',2947,1),
(34070,'Mihai Viteazu',2947,1),
(34071,'Mintiu Gherlii',2947,1),
(34072,'Mociu',2947,1),
(34073,'Moldovenesti',2947,1),
(34074,'Palatca',2947,1),
(34075,'Panticeu',2947,1),
(34076,'Petrestii de Jos',2947,1),
(34077,'Ploscos',2947,1),
(34078,'Poieni',2947,1),
(34079,'Rasca',2947,1),
(34080,'Recea Cristur',2947,1),
(34081,'Sacuieu',2947,1),
(34082,'Sancraiu',2947,1),
(34083,'Sandulesti',2947,1),
(34084,'Sanmartin',2947,1),
(34085,'Sanpaul',2947,1),
(34086,'Savadisla',2947,1),
(34087,'Sic',2947,1),
(34088,'Suatu',2947,1),
(34089,'Taga',2947,1),
(34090,'Tritenii de Jos',2947,1),
(34091,'Turda',2947,1),
(34092,'Tureni',2947,1),
(34093,'Unguras',2947,1),
(34094,'Vad',2947,1),
(34095,'Valea Ierii',2947,1),
(34096,'Viisoara',2947,1),
(34097,'Vultureni',2947,1),
(34098,'Adamclisi',2948,1),
(34099,'Agigea',2948,1),
(34100,'Albesti',2948,1),
(34101,'Aliman',2948,1),
(34102,'Amzacea',2948,1),
(34103,'Baneasa',2948,1),
(34104,'Basarabi',2948,1),
(34105,'Castelu',2948,1),
(34106,'Cerchezu',2948,1),
(34107,'Cernavoda',2948,1),
(34108,'Chirnogeni',2948,1),
(34109,'Ciobanu',2948,1),
(34110,'Ciocarlia',2948,1),
(34111,'Cobadin',2948,1),
(34112,'Cogealac',2948,1),
(34113,'Comana',2948,1),
(34114,'Constanta',2948,1),
(34115,'Corbu',2948,1),
(34116,'Costinesti',2948,1),
(34117,'Crucea',2948,1),
(34118,'Cumpana',2948,1),
(34119,'Deleni',2948,1),
(34120,'Dobromir',2948,1),
(34121,'Douazeci si Trei August',2948,1),
(34122,'Dumbraveni',2948,1),
(34123,'Eforie',2948,1),
(34124,'Garliciu',2948,1),
(34125,'Ghindaresti',2948,1),
(34126,'Harsova',2948,1),
(34127,'Horia',2948,1),
(34128,'Independenta',2948,1),
(34129,'Ion Corvin',2948,1),
(34130,'Istria',2948,1),
(34131,'Limanu',2948,1),
(34132,'Lipnita',2948,1),
(34133,'Lumina',2948,1),
(34134,'Mangalia',2948,1),
(34135,'Medgidia',2948,1),
(34136,'Mereni',2948,1),
(34137,'Mihai Viteazu',2948,1),
(34138,'Mihail Kogalniceanu',2948,1),
(34139,'Mircea Voda',2948,1),
(34140,'Navodari',2948,1),
(34141,'Negru Voda',2948,1),
(34142,'Nicolae Balcescu',2948,1),
(34143,'Oltina',2948,1),
(34144,'Ostrov',2948,1),
(34145,'Ovidiu',2948,1),
(34146,'Pantelimon',2948,1),
(34147,'Pecineaga',2948,1),
(34148,'Pestera',2948,1),
(34149,'Poarta Alba',2948,1),
(34150,'Rasova',2948,1),
(34151,'Sacele',2948,1),
(34152,'Saraiu',2948,1),
(34153,'Seimeni',2948,1),
(34154,'Silistea',2948,1),
(34155,'Targusor',2948,1),
(34156,'Techirghiol',2948,1),
(34157,'Topalu',2948,1),
(34158,'Topraisar',2948,1),
(34159,'Tortoman',2948,1),
(34160,'Tuzla',2948,1),
(34161,'Valu lui Traian',2948,1),
(34162,'Vulturu',2948,1),
(34163,'Aita Mare',2949,1),
(34164,'Baraolt',2949,1),
(34165,'Barcani',2949,1),
(34166,'Batani',2949,1),
(34167,'Belin',2949,1),
(34168,'Bodoc',2949,1),
(34169,'Borosneu Mare',2949,1),
(34170,'Bradut',2949,1),
(34171,'Brates',2949,1),
(34172,'Bretcu',2949,1),
(34173,'Catalina',2949,1),
(34174,'Cernat',2949,1),
(34175,'Chichis',2949,1),
(34176,'Comandau',2949,1),
(34177,'Covasna',2949,1),
(34178,'Dobarlau',2949,1),
(34179,'Ghelinta',2949,1),
(34180,'Ghidfalau',2949,1),
(34181,'Haghig',2949,1),
(34182,'Ilieni',2949,1),
(34183,'Intorsura Buzaului',2949,1),
(34184,'Lemnia',2949,1),
(34185,'Malnas',2949,1),
(34186,'Moacsa',2949,1),
(34187,'Ojdula',2949,1),
(34188,'Ozun',2949,1),
(34189,'Poian',2949,1),
(34190,'Reci',2949,1),
(34191,'Sanzieni',2949,1),
(34192,'Sfantu Gheorghe',2949,1),
(34193,'Sita Buzaului',2949,1),
(34194,'Targu Secuiesc',2949,1),
(34195,'Turia',2949,1),
(34196,'Valcele',2949,1),
(34197,'Valea Crisului',2949,1),
(34198,'Valea Mare',2949,1),
(34199,'Varghis',2949,1),
(34200,'Zabala',2949,1),
(34201,'Zagon',2949,1),
(34202,'Aninoasa',2950,1),
(34203,'Baleni',2950,1),
(34204,'Barbuletu',2950,1),
(34205,'Bezdead',2950,1),
(34206,'Bilciuresti',2950,1),
(34207,'Branesti',2950,1),
(34208,'Branistea',2950,1),
(34209,'Brezoaiele',2950,1),
(34210,'Buciumeni',2950,1),
(34211,'Bucsani',2950,1),
(34212,'Butimanu',2950,1),
(34213,'Candesti',2950,1),
(34214,'Ciocanesti',2950,1),
(34215,'Cobia',2950,1),
(34216,'Cojasca',2950,1),
(34217,'Comisani',2950,1),
(34218,'Contesti',2950,1),
(34219,'Corbii Mari',2950,1),
(34220,'Cornatelu',2950,1),
(34221,'Cornesti',2950,1),
(34222,'Costestii din Vale',2950,1),
(34223,'Crangurile de Sus',2950,1),
(34224,'Crevedia',2950,1),
(34225,'Darmanesti',2950,1),
(34226,'Dobra',2950,1),
(34227,'Doicesti',2950,1),
(34228,'Dragodana',2950,1),
(34229,'Dragomiresti',2950,1),
(34230,'Edera de Jos',2950,1),
(34231,'Fieni',2950,1),
(34232,'Finta',2950,1),
(34233,'Gaesti',2950,1),
(34234,'Glodeni',2950,1),
(34235,'Gura Foii',2950,1),
(34236,'Gura Ocnitei',2950,1),
(34237,'Gura Sutii',2950,1),
(34238,'Hulubesti',2950,1),
(34239,'Ion luca Caragiale',2950,1),
(34240,'Lucieni',2950,1),
(34241,'Ludesti',2950,1),
(34242,'Lunguletu',2950,1),
(34243,'Malu cu Flori',2950,1),
(34244,'Manesti',2950,1),
(34245,'Matasaru',2950,1),
(34246,'Mogosani',2950,1),
(34247,'Moreni',2950,1),
(34248,'Moroeni',2950,1),
(34249,'Morteni',2950,1),
(34250,'Motaeni',2950,1),
(34251,'Niculesti',2950,1),
(34252,'Nucet',2950,1),
(34253,'Ocnita',2950,1),
(34254,'Odobesti',2950,1),
(34255,'Petresti',2950,1),
(34256,'Pietrosita',2950,1),
(34257,'Poiana',2950,1),
(34258,'Potlogi',2950,1),
(34259,'Produlesti',2950,1),
(34260,'Pucheni',2950,1),
(34261,'Pucioasa',2950,1),
(34262,'Racari',2950,1),
(34263,'Razvad',2950,1),
(34264,'Runcu',2950,1),
(34265,'Salcioara',2950,1),
(34266,'Selaru',2950,1),
(34267,'Slobozia Moara',2950,1),
(34268,'Sotanga',2950,1),
(34269,'Targoviste',2950,1),
(34270,'Tartasesti',2950,1),
(34271,'Tatarani',2950,1),
(34272,'Titu',2950,1),
(34273,'Uliesti',2950,1),
(34274,'Ulmi',2950,1),
(34275,'Vacaresti',2950,1),
(34276,'Valea Lunga',2950,1),
(34277,'Valea Mare',2950,1),
(34278,'Valeni-Dambovita',2950,1),
(34279,'Varfuri',2950,1),
(34280,'Visina',2950,1),
(34281,'Visinesti',2950,1),
(34282,'Voinesti',2950,1),
(34283,'Vulcana Bai',2950,1),
(34284,'Afumati',2951,1),
(34285,'Almajiu',2951,1),
(34286,'Amarastii de Jos',2951,1),
(34287,'Amarastii de Sus',2951,1),
(34288,'Apele Vii',2951,1),
(34289,'Argetoaia',2951,1),
(34290,'Bailesti',2951,1),
(34291,'Barca',2951,1),
(34292,'Bechet',2951,1),
(34293,'Bistret',2951,1),
(34294,'Botosesti-Paia',2951,1),
(34295,'Brabova',2951,1),
(34296,'Bradesti',2951,1),
(34297,'Bralostita',2951,1),
(34298,'Bratovoesti',2951,1),
(34299,'Breasta',2951,1),
(34300,'Bucovat',2951,1),
(34301,'Bulzesti',2951,1),
(34302,'Calafat',2951,1),
(34303,'Calarasi',2951,1),
(34304,'Calopar',2951,1),
(34305,'Caraula',2951,1),
(34306,'Carpen',2951,1),
(34307,'Castra-Nova',2951,1),
(34308,'Celaru',2951,1),
(34309,'Ceratu',2951,1),
(34310,'Cernatesti',2951,1),
(34311,'Cetate',2951,1),
(34312,'Cioroiasiu',2951,1),
(34313,'Ciupercenii Noi',2951,1),
(34314,'Cosoveni',2951,1),
(34315,'Cotofenii din Dos',2951,1),
(34316,'Craiova',2951,1),
(34317,'Dabuleni',2951,1),
(34318,'Daneti',2951,1),
(34319,'Desa',2951,1),
(34320,'Diosti',2951,1),
(34321,'Dobresti',2951,1),
(34322,'Dragotesti',2951,1),
(34323,'Dranic',2951,1),
(34324,'Farcasu',2951,1),
(34325,'Filiasi',2951,1),
(34326,'Galicea Mare',2951,1),
(34327,'Gangiova',2951,1),
(34328,'Ghercesti',2951,1),
(34329,'Gighera',2951,1),
(34330,'Giubega',2951,1),
(34331,'Giurgita',2951,1),
(34332,'Gogosu',2951,1),
(34333,'Goicea',2951,1),
(34334,'Goiesti',2951,1),
(34335,'Grecesti',2951,1),
(34336,'Isalnita',2951,1),
(34337,'Izvoare',2951,1),
(34338,'Leu',2951,1),
(34339,'Lipovu',2951,1),
(34340,'Macesu de Jos',2951,1),
(34341,'Macesu de Sus',2951,1),
(34342,'Maglavit',2951,1),
(34343,'Malu Mare',2951,1),
(34344,'Marsani',2951,1),
(34345,'Melinesti',2951,1),
(34346,'Mischii',2951,1),
(34347,'Motatei',2951,1),
(34348,'Murgasi',2951,1),
(34349,'Negoi',2951,1),
(34350,'Orodel',2951,1),
(34351,'Ostroveni',2951,1),
(34352,'Perisor',2951,1),
(34353,'Pielesti',2951,1),
(34354,'Piscu Vechi',2951,1),
(34355,'Plenita',2951,1),
(34356,'Podari',2951,1),
(34357,'Poiana Mare',2951,1),
(34358,'Predesti',2951,1),
(34359,'Radovan',2951,1),
(34360,'Rastu',2951,1),
(34361,'Robanesti',2951,1),
(34362,'Sadova',2951,1),
(34363,'Salcuta',2951,1),
(34364,'Scaesti',2951,1),
(34365,'Seaca de Camp',2951,1),
(34366,'Seaca de Padure',2951,1),
(34367,'Secu',2951,1),
(34368,'Segarcea',2951,1),
(34369,'Silistea Crucii',2951,1),
(34370,'Simnicu de Sus',2951,1),
(34371,'Sopot',2951,1),
(34372,'Teasc',2951,1),
(34373,'Terpezita',2951,1),
(34374,'Teslui',2951,1),
(34375,'Tuglui',2951,1),
(34376,'Unirea',2951,1),
(34377,'Urzicuta',2951,1),
(34378,'Valea Stanciului',2951,1),
(34379,'Vartop',2951,1),
(34380,'Varvoru',2951,1),
(34381,'Vela',2951,1),
(34382,'Verbita',2951,1),
(34383,'Balabanesti',2952,1),
(34384,'Balasesti',2952,1),
(34385,'Baleni',2952,1),
(34386,'Baneasa',2952,1),
(34387,'Barcea',2952,1),
(34388,'Beresti',2952,1),
(34389,'Beresti-Sat',2952,1),
(34390,'Brahasesti',2952,1),
(34391,'Branistea',2952,1),
(34392,'Buciumeni',2952,1),
(34393,'Cavadinesti',2952,1),
(34394,'Certesti',2952,1),
(34395,'Corni',2952,1),
(34396,'Corod',2952,1),
(34397,'Cosmesti',2952,1),
(34398,'Costache Negri',2952,1),
(34399,'Cuca',2952,1),
(34400,'Cudalbi',2952,1),
(34401,'Draganesti',2952,1),
(34402,'Draguseni',2952,1),
(34403,'Fartanesti',2952,1),
(34404,'Foltesti',2952,1),
(34405,'Frumusita',2952,1),
(34406,'Fundeni',2952,1),
(34407,'Galati',2952,1),
(34408,'Ghidigeni',2952,1),
(34409,'Gohor',2952,1),
(34410,'Grivita',2952,1),
(34411,'Independenta',2952,1),
(34412,'Ivesti',2952,1),
(34413,'Jorasti',2952,1),
(34414,'Liesti',2952,1),
(34415,'Mastacani',2952,1),
(34416,'Matca',2952,1),
(34417,'Movileni',2952,1),
(34418,'Munteni',2952,1),
(34419,'Namoloasa',2952,1),
(34420,'Nicoresti',2952,1),
(34421,'Oancea',2952,1),
(34422,'Pechea',2952,1),
(34423,'Piscu',2952,1),
(34424,'Priponesti',2952,1),
(34425,'Rediu',2952,1),
(34426,'Scanteiesti',2952,1),
(34427,'Schela',2952,1),
(34428,'Sendreni',2952,1),
(34429,'Slobozia-Conachi',2952,1),
(34430,'Smardan',2952,1),
(34431,'Smulti',2952,1),
(34432,'Suceveni',2952,1),
(34433,'Targu Bujor',2952,1),
(34434,'Tecuci',2952,1),
(34435,'Tepu',2952,1),
(34436,'Tudor Vladimirescu',2952,1),
(34437,'Tulucesti',2952,1),
(34438,'Umbraresti',2952,1),
(34439,'Valea Marului',2952,1),
(34440,'Vanatori',2952,1),
(34441,'Varlezi',2952,1),
(34442,'Vladesti',2952,1),
(34443,'Adunatii-Copaceni',2953,1),
(34444,'Baneasa',2953,1),
(34445,'Bolintin Deal',2953,1),
(34446,'Bolintinu-din-Vale',2953,1),
(34447,'Bucsani',2953,1),
(34448,'Bulbucata',2953,1),
(34449,'Buturugeni',2953,1),
(34450,'Calugareni',2953,1),
(34451,'Clejani',2953,1),
(34452,'Colibasi',2953,1),
(34453,'Comana',2953,1),
(34454,'Crevedia Mare',2953,1),
(34455,'Daia',2953,1),
(34456,'Floresti-Stoenesti',2953,1),
(34457,'Fratesti',2953,1),
(34458,'Gaiseni',2953,1),
(34459,'Gaujani',2953,1),
(34460,'Ghimpati',2953,1),
(34461,'Giurgiu',2953,1),
(34462,'Gogosari',2953,1),
(34463,'Gostinari',2953,1),
(34464,'Gostinu',2953,1),
(34465,'Gradinari',2953,1),
(34466,'Greaca',2953,1),
(34467,'Hotarele',2953,1),
(34468,'Iepuresti',2953,1),
(34469,'Izvoarele',2953,1),
(34470,'Joita',2953,1),
(34471,'Letca Noua',2953,1),
(34472,'Marsa',2953,1),
(34473,'Mihai Bravu',2953,1),
(34474,'Mihailesti',2953,1),
(34475,'Ogrezeni',2953,1),
(34476,'Oinacu',2953,1),
(34477,'Prundu',2953,1),
(34478,'Putineiu',2953,1),
(34479,'Rasuceni',2953,1),
(34480,'Roata de Jos',2953,1),
(34481,'Schitu',2953,1),
(34482,'Singureni',2953,1),
(34483,'Slobozia',2953,1),
(34484,'Stanesti',2953,1),
(34485,'Stoenesti',2953,1),
(34486,'Toporu',2953,1),
(34487,'Ulmi',2953,1),
(34488,'Valea Dragului',2953,1),
(34489,'Vanatorii Mici',2953,1),
(34490,'Varasti',2953,1),
(34491,'Vedea',2953,1),
(34492,'Albeni',2954,1),
(34493,'Alimpesti',2954,1),
(34494,'Aninoasa',2954,1),
(34495,'Arcani',2954,1),
(34496,'Baia de Fier',2954,1),
(34497,'Balanesti',2954,1),
(34498,'Balesti',2954,1),
(34499,'Balteni',2954,1),
(34500,'Barbatesti',2954,1),
(34501,'Bengesti',2954,1),
(34502,'Berlesti',2954,1),
(34503,'Bolbosi',2954,1),
(34504,'Borascu',2954,1),
(34505,'Branesti',2954,1),
(34506,'Bumbesti-Jiu',2954,1),
(34507,'Bumbesti-Piticu',2954,1),
(34508,'Bustuchin',2954,1),
(34509,'Calnic',2954,1),
(34510,'Capreni',2954,1),
(34511,'Catunele',2954,1),
(34512,'Ciuperceni',2954,1),
(34513,'Crasna',2954,1),
(34514,'Crusetu',2954,1),
(34515,'Danciulesti',2954,1),
(34516,'Danesti',2954,1),
(34517,'Dragotesti',2954,1),
(34518,'Dragutesti',2954,1),
(34519,'Farcasesti',2954,1),
(34520,'Glogova',2954,1),
(34521,'Godinesti',2954,1),
(34522,'Hurezani',2954,1),
(34523,'Ionesti',2954,1),
(34524,'Jupanesti',2954,1),
(34525,'Lelesti',2954,1),
(34526,'Licuriciu',2954,1),
(34527,'Logresti',2954,1),
(34528,'Matasari',2954,1),
(34529,'Motru',2954,1),
(34530,'Musetesti',2954,1),
(34531,'Negomiru',2954,1),
(34532,'Novaci',2954,1),
(34533,'Pades',2954,1),
(34534,'Pestisani',2954,1),
(34535,'Plopsoru',2954,1),
(34536,'Polovragi',2954,1),
(34537,'Prigoria',2954,1),
(34538,'Rosia de Amaradia',2954,1),
(34539,'Rovinari',2954,1),
(34540,'Runcu',2954,1),
(34541,'Sacelu',2954,1),
(34542,'Samarinesti',2954,1),
(34543,'Saulesti',2954,1),
(34544,'Schela',2954,1),
(34545,'Scoarta',2954,1),
(34546,'Slivilesti',2954,1),
(34547,'Stanesti',2954,1),
(34548,'Stejari',2954,1),
(34549,'Stoina',2954,1),
(34550,'Tantareni',2954,1),
(34551,'Targu Carbunesti',2954,1),
(34552,'Targu Jiu',2954,1),
(34553,'Telesti',2954,1),
(34554,'Ticleni',2954,1),
(34555,'Tismana',2954,1),
(34556,'Turburea',2954,1),
(34557,'Turceni',2954,1),
(34558,'Turcinesti',2954,1),
(34559,'Urdari',2954,1),
(34560,'Vagiulesti',2954,1),
(34561,'Vladimir',2954,1),
(34562,'Atid',2955,1),
(34563,'Avramesti',2955,1),
(34564,'Baile Tusnad',2955,1),
(34565,'Balan',2955,1),
(34566,'Bilbor',2955,1),
(34567,'Borsec',2955,1),
(34568,'Bradesti',2955,1),
(34569,'Capalnita',2955,1),
(34570,'Carta',2955,1),
(34571,'Ciucsangeorgiu',2955,1),
(34572,'Ciumani',2955,1),
(34573,'Corbu',2955,1),
(34574,'Corund',2955,1),
(34575,'Cristuru Secuiesc',2955,1),
(34576,'Danesti',2955,1),
(34577,'Darjiu',2955,1),
(34578,'Dealu',2955,1),
(34579,'Ditrau',2955,1),
(34580,'Feliceni',2955,1),
(34581,'Frumoasa',2955,1),
(34582,'Galautas',2955,1),
(34583,'Gheorgheni',2955,1),
(34584,'Joseni',2955,1),
(34585,'Lazarea',2955,1),
(34586,'Lueta',2955,1),
(34587,'Lunca de Jos',2955,1),
(34588,'Lunca de Sus',2955,1),
(34589,'Lupeni',2955,1),
(34590,'Martinis',2955,1),
(34591,'Meresti',2955,1),
(34592,'Miercurea-Ciuc',2955,1),
(34593,'Mihaileni',2955,1),
(34594,'Mugeni',2955,1),
(34595,'Ocland',2955,1),
(34596,'Odorheiu Secuiesc',2955,1),
(34597,'Pauleni-Ciuc',2955,1),
(34598,'Plaiesii-de-Jos',2955,1),
(34599,'Praid',2955,1),
(34600,'Remetea',2955,1),
(34601,'Sacel',2955,1),
(34602,'Sancraieni',2955,1),
(34603,'Sandominic',2955,1),
(34604,'Sanmartin',2955,1),
(34605,'Sansimion',2955,1),
(34606,'Sarmas',2955,1),
(34607,'Secuieni',2955,1),
(34608,'Siculeni',2955,1),
(34609,'Simonesti',2955,1),
(34610,'Subcetate',2955,1),
(34611,'Suseni',2955,1),
(34612,'Toplita',2955,1),
(34613,'Tulghes',2955,1),
(34614,'Tusnad',2955,1),
(34615,'Ulies',2955,1),
(34616,'Varsag',2955,1),
(34617,'Vlahita',2955,1),
(34618,'Voslobeni',2955,1),
(34619,'Zetea',2955,1),
(34620,'Aninoasa',2956,1),
(34621,'Bacia',2956,1),
(34622,'Baia de Cris',2956,1),
(34623,'Baita',2956,1),
(34624,'Balsa',2956,1),
(34625,'Banita',2956,1),
(34626,'Baru',2956,1),
(34627,'Batrana',2956,1),
(34628,'Beriu',2956,1),
(34629,'Berthelot',2956,1),
(34630,'Blajeni',2956,1),
(34631,'Bosorod',2956,1),
(34632,'Brad',2956,1),
(34633,'Branisca',2956,1),
(34634,'Bretea Romana',2956,1),
(34635,'Buces',2956,1),
(34636,'Bucuresci',2956,1),
(34637,'Bulzesti',2956,1),
(34638,'Bunila',2956,1),
(34639,'Burjuc',2956,1),
(34640,'Calan',2956,1),
(34641,'Carjiti',2956,1),
(34642,'Cerbal',2956,1),
(34643,'Certeju de Sus',2956,1),
(34644,'Criscior',2956,1),
(34645,'Densus',2956,1),
(34646,'Deva',2956,1),
(34647,'Dobra',2956,1),
(34648,'Geoagiu',2956,1),
(34649,'Ghelari',2956,1),
(34650,'Gurasada',2956,1),
(34651,'Harau',2956,1),
(34652,'Hateg',2956,1),
(34653,'Hunedoara',2956,1),
(34654,'Ilia',2956,1),
(34655,'Lapugiu de Jos',2956,1),
(34656,'Lelese',2956,1),
(34657,'Lunca Cernii de Jos',2956,1),
(34658,'Luncoiu de Jos',2956,1),
(34659,'Lupeni',2956,1),
(34660,'Martinesti',2956,1),
(34661,'Orastie',2956,1),
(34662,'Orastioara de Sus',2956,1),
(34663,'Pestisu Mic',2956,1),
(34664,'Petrila',2956,1),
(34665,'Petrosani',2956,1),
(34666,'Pui',2956,1),
(34667,'Rachitova',2956,1),
(34668,'Rapoltu Mare',2956,1),
(34669,'Rau de Mori',2956,1),
(34670,'Ribita',2956,1),
(34671,'Romos',2956,1),
(34672,'Salasu de Sus',2956,1),
(34673,'Santamaria Orlea',2956,1),
(34674,'Sarmizegetusa',2956,1),
(34675,'Simeria',2956,1),
(34676,'Soimus',2956,1),
(34677,'Teliucu Inferior',2956,1),
(34678,'Tomesti',2956,1),
(34679,'Toplita',2956,1),
(34680,'Totesti',2956,1),
(34681,'Turdas',2956,1),
(34682,'Uricani',2956,1),
(34683,'Valisoara',2956,1),
(34684,'Vata de Jos',2956,1),
(34685,'Vetel',2956,1),
(34686,'Vorta',2956,1),
(34687,'Vulcan',2956,1),
(34688,'Zam',2956,1),
(34689,'Adancata',2957,1),
(34690,'Albesti',2957,1),
(34691,'Alexeni',2957,1),
(34692,'Amara',2957,1),
(34693,'Andrasesti',2957,1),
(34694,'Armasesti',2957,1),
(34695,'Axintele',2957,1),
(34696,'Balaciu',2957,1),
(34697,'Barcanesti',2957,1),
(34698,'Bordusani',2957,1),
(34699,'Brazii',2957,1),
(34700,'Bucu',2957,1),
(34701,'Cazanesti',2957,1),
(34702,'Ciocarlia',2957,1),
(34703,'Ciochina',2957,1),
(34704,'Ciulnita',2957,1),
(34705,'Cocora',2957,1),
(34706,'Cosambesti',2957,1),
(34707,'Cosereni',2957,1),
(34708,'Dragoesti',2957,1),
(34709,'Dridu',2957,1),
(34710,'Facaeni',2957,1),
(34711,'Fetesti',2957,1),
(34712,'Fierbinti-Targ',2957,1),
(34713,'Garbovi',2957,1),
(34714,'Gheorghe Doja',2957,1),
(34715,'Gheorghe Lazar',2957,1),
(34716,'Giurgeni',2957,1),
(34717,'Grindu',2957,1),
(34718,'Grivita',2957,1),
(34719,'Ion Roata',2957,1),
(34720,'Jilavele',2957,1),
(34721,'Manasia',2957,1),
(34722,'Mihail Kogalniceanu',2957,1),
(34723,'Milosesti',2957,1),
(34724,'Movila',2957,1),
(34725,'Movilita',2957,1),
(34726,'Munteni Buzau',2957,1),
(34727,'Perieti',2957,1),
(34728,'Reviga',2957,1),
(34729,'Salcioara',2957,1),
(34730,'Saveni',2957,1),
(34731,'Scanteia',2957,1),
(34732,'Sfantu Gheorghe',2957,1),
(34733,'Sinesti',2957,1),
(34734,'Slobozia',2957,1),
(34735,'Stelnica',2957,1),
(34736,'Suditi',2957,1),
(34737,'Tandarei',2957,1),
(34738,'Urziceni',2957,1),
(34739,'Valea Ciorii',2957,1),
(34740,'Valea Macrisului',2957,1),
(34741,'Vladeni',2957,1),
(34742,'Alexandru Ioan Cuza',2958,1),
(34743,'Andrieseni',2958,1),
(34744,'Aroneanu',2958,1),
(34745,'Baltati',2958,1),
(34746,'Barnova',2958,1),
(34747,'Belcesti',2958,1),
(34748,'Bivolari',2958,1),
(34749,'Braesti',2958,1),
(34750,'Butea',2958,1),
(34751,'Ceplenita',2958,1),
(34752,'Ciortesti',2958,1),
(34753,'Ciurea',2958,1),
(34754,'Coarnele Caprei',2958,1),
(34755,'Comarna',2958,1),
(34756,'Costuleni',2958,1),
(34757,'Cotnari',2958,1),
(34758,'Cozmesti',2958,1),
(34759,'Cristesti',2958,1),
(34760,'Cucuteni',2958,1),
(34761,'Dagata',2958,1),
(34762,'Deleni',2958,1),
(34763,'Dobrovat',2958,1),
(34764,'Dolhesti',2958,1),
(34765,'Dumesti',2958,1),
(34766,'Erbiceni',2958,1),
(34767,'Focuri',2958,1),
(34768,'Golaesti',2958,1),
(34769,'Gorban',2958,1),
(34770,'Grajduri',2958,1),
(34771,'Gropnita',2958,1),
(34772,'Grozesti',2958,1),
(34773,'Halaucesti',2958,1),
(34774,'Harlau',2958,1),
(34775,'Helesteni Harmaneasa',2958,1),
(34776,'Holboca',2958,1),
(34777,'Horlesti',2958,1),
(34778,'Iasi',2958,1),
(34779,'Ipatele',2958,1),
(34780,'Lespezi',2958,1),
(34781,'Letcani',2958,1),
(34782,'Lungani',2958,1),
(34783,'Madarjac',2958,1),
(34784,'Mircesti',2958,1),
(34785,'Mironeasa',2958,1),
(34786,'Miroslava',2958,1),
(34787,'Miroslovesti',2958,1),
(34788,'Mogosesti',2958,1),
(34789,'Mogosesti-Siret',2958,1),
(34790,'Mosna',2958,1),
(34791,'Motca',2958,1),
(34792,'Movileni',2958,1),
(34793,'Oteleni',2958,1),
(34794,'Pascani',2958,1),
(34795,'Plugari',2958,1),
(34796,'Podu Iloaiei',2958,1),
(34797,'Popesti',2958,1),
(34798,'Popricani',2958,1),
(34799,'Prisacani',2958,1),
(34800,'Probota',2958,1),
(34801,'Raducaneni',2958,1),
(34802,'Rediu',2958,1),
(34803,'Romanesti',2958,1),
(34804,'Ruginoasa',2958,1),
(34805,'Scanteia',2958,1),
(34806,'Scheia',2958,1),
(34807,'Schitu-Duca',2958,1),
(34808,'Scobinti',2958,1),
(34809,'Sinesti',2958,1),
(34810,'Sipote',2958,1),
(34811,'Siretel',2958,1),
(34812,'Stolniceni-Prajescu',2958,1),
(34813,'Strunga',2958,1),
(34814,'Tansa',2958,1),
(34815,'Targu Gangiulesti',2958,1),
(34816,'Tatarusi',2958,1),
(34817,'Tibana',2958,1),
(34818,'Tibanesti',2958,1),
(34819,'Tiganasi',2958,1),
(34820,'Todiresti',2958,1),
(34821,'Tomesti',2958,1),
(34822,'Trifesti',2958,1),
(34823,'Tutora',2958,1),
(34824,'Ungheni',2958,1),
(34825,'Valea Seaca',2958,1),
(34826,'Vanatori',2958,1),
(34827,'Victoria',2958,1),
(34828,'Vladeni',2958,1),
(34829,'Voinesti',2958,1),
(34830,'Afumati',2959,1),
(34831,'Balotesti',2959,1),
(34832,'Berceni',2959,1),
(34833,'Bragadiru',2959,1),
(34834,'Branesti',2959,1),
(34835,'Buftea',2959,1),
(34836,'Cernica',2959,1),
(34837,'Chiajna',2959,1),
(34838,'Chitila',2959,1),
(34839,'Ciolpani',2959,1),
(34840,'Ciorogarla',2959,1),
(34841,'Clinceni',2959,1),
(34842,'Corbeanca',2959,1),
(34843,'Cornetu',2959,1),
(34844,'Darasti-Ilfov',2959,1),
(34845,'Dascalu',2959,1),
(34846,'Dobroesti',2959,1),
(34847,'Domnesti',2959,1),
(34848,'Dragomiresti-Vale',2959,1),
(34849,'Ganeasa',2959,1),
(34850,'Glina',2959,1),
(34851,'Gradistea',2959,1),
(34852,'Gruiu',2959,1),
(34853,'Jilava',2959,1),
(34854,'Magurele',2959,1),
(34855,'Moara Vlasiei',2959,1),
(34856,'Mogosoaia',2959,1),
(34857,'Nuci',2959,1),
(34858,'Otopeni',2959,1),
(34859,'Pantelimon',2959,1),
(34860,'Peris',2959,1),
(34861,'Petrachioaia',2959,1),
(34862,'Popesti-Leordeni',2959,1),
(34863,'Prim Decembrie',2959,1),
(34864,'Snagov',2959,1),
(34865,'Stefanestii de Jos',2959,1),
(34866,'Tunari',2959,1),
(34867,'Vidra',2959,1),
(34868,'Voluntari',2959,1),
(34869,'Ardusat',2960,1),
(34870,'Arinis',2960,1),
(34871,'Asuaju de Sus',2960,1),
(34872,'Baia Mare',2960,1),
(34873,'Baia-Sprie',2960,1),
(34874,'Baita de sub Codru',2960,1),
(34875,'Baiut',2960,1),
(34876,'Barsana',2960,1),
(34877,'Basesti',2960,1),
(34878,'Bicaz',2960,1),
(34879,'Bistra',2960,1),
(34880,'Bocicoiu Mare',2960,1),
(34881,'Bogdan Voda',2960,1),
(34882,'Boiu Mare',2960,1),
(34883,'Borsa',2960,1),
(34884,'Botiza',2960,1),
(34885,'Budesti',2960,1),
(34886,'Calinesti',2960,1),
(34887,'Campulung la Tisa',2960,1),
(34888,'Cavnic',2960,1),
(34889,'Cernesti',2960,1),
(34890,'Cicarlau',2960,1),
(34891,'Copalnic Manastur',2960,1),
(34892,'Coroieni',2960,1),
(34893,'Cupseni',2960,1),
(34894,'Desesti',2960,1),
(34895,'Dragomiresti',2960,1),
(34896,'Dumbravita',2960,1),
(34897,'Farcasa',2960,1),
(34898,'Giulesti',2960,1),
(34899,'Grosi',2960,1),
(34900,'Ieud',2960,1),
(34901,'Lapus',2960,1),
(34902,'Leordina',2960,1),
(34903,'Miresu Mare',2960,1),
(34904,'Moisei',2960,1),
(34905,'Oarta de Jos',2960,1),
(34906,'Ocna Sugatag',2960,1),
(34907,'Petrova',2960,1),
(34908,'Poienile Izei',2960,1),
(34909,'Poienile de sub Munte',2960,1),
(34910,'Recea',2960,1),
(34911,'Remetea Chioarului',2960,1),
(34912,'Remeti',2960,1),
(34913,'Repedea',2960,1),
(34914,'Rona de Jos',2960,1),
(34915,'Rona de Sus',2960,1),
(34916,'Rozavlea',2960,1),
(34917,'Ruscova',2960,1),
(34918,'Sacalaseni',2960,1),
(34919,'Sacel',2960,1),
(34920,'Salistea de Sus',2960,1),
(34921,'Salsig',2960,1),
(34922,'Sapanta',2960,1),
(34923,'Sarasau',2960,1),
(34924,'Sasar',2960,1),
(34925,'Satulung',2960,1),
(34926,'Seini',2960,1),
(34927,'Sighetu Marmatiei',2960,1),
(34928,'Sisesti',2960,1),
(34929,'Somcuta Mare',2960,1),
(34930,'Stramtura',2960,1),
(34931,'Suciu de Sus',2960,1),
(34932,'Targu-Lapus',2960,1),
(34933,'Tautii Margheraus',2960,1),
(34934,'Ulmeni',2960,1),
(34935,'Vadu Izei',2960,1),
(34936,'Valea Chioarului',2960,1),
(34937,'Vima Mica',2960,1),
(34938,'Viseu de Jos',2960,1),
(34939,'Viseu de Sus',2960,1),
(34940,'Baclesu',2961,1),
(34941,'Baia de Arama',2961,1),
(34942,'Bala',2961,1),
(34943,'Balacita',2961,1),
(34944,'Balta',2961,1),
(34945,'Balvanesti',2961,1),
(34946,'Breznita Ocol',2961,1),
(34947,'Breznita-Motru',2961,1),
(34948,'Brosteni',2961,1),
(34949,'Burila Mare',2961,1),
(34950,'Butoiesti',2961,1),
(34951,'Cazanesti',2961,1),
(34952,'Ciresu',2961,1),
(34953,'Corcova',2961,1),
(34954,'Corlatel',2961,1),
(34955,'Cujmir',2961,1),
(34956,'Darvari',2961,1),
(34957,'Devesel',2961,1),
(34958,'Drobeta-Turnu Severin',2961,1),
(34959,'Dubova',2961,1),
(34960,'Dumbrava',2961,1),
(34961,'Eselnita',2961,1),
(34962,'Floresti',2961,1),
(34963,'Garla Mare',2961,1),
(34964,'Godeanu',2961,1),
(34965,'Gogosu',2961,1),
(34966,'Greci',2961,1),
(34967,'Grozesti',2961,1),
(34968,'Gruia',2961,1),
(34969,'Hinova',2961,1),
(34970,'Husnicioara',2961,1),
(34971,'Ilovat',2961,1),
(34972,'Ilovita',2961,1),
(34973,'Isverna',2961,1),
(34974,'Izvoru Barzii',2961,1),
(34975,'Jiana',2961,1),
(34976,'Livezile',2961,1),
(34977,'Malovat',2961,1),
(34978,'Obarsia Noua',2961,1),
(34979,'Obarsia-Closani',2961,1),
(34980,'Oprisor',2961,1),
(34981,'Orsova',2961,1),
(34982,'Padina',2961,1),
(34983,'Patulele',2961,1),
(34984,'Podeni',2961,1),
(34985,'Ponoarele',2961,1),
(34986,'Poroina Mare',2961,1),
(34987,'Pristol',2961,1),
(34988,'Prunisor',2961,1),
(34989,'Punghina',2961,1),
(34990,'Rogova',2961,1),
(34991,'Salcia',2961,1),
(34992,'Simian',2961,1),
(34993,'Sisesti',2961,1),
(34994,'Sovarna',2961,1),
(34995,'Stangaceaua',2961,1),
(34996,'Strehaia',2961,1),
(34997,'Svinita',2961,1),
(34998,'Tamna',2961,1),
(34999,'Vanatori',2961,1),
(35000,'Vanju Mare',2961,1),
(35001,'Vanjulet',2961,1),
(35002,'Vladaia',2961,1),
(35003,'Voloiac',2961,1),
(35004,'Acatari',2962,1),
(35005,'Adamus',2962,1),
(35006,'Albesti',2962,1),
(35007,'Alunis',2962,1),
(35008,'Apold',2962,1),
(35009,'Atintis',2962,1),
(35010,'Bagaciu',2962,1),
(35011,'Bahnea',2962,1),
(35012,'Bala',2962,1),
(35013,'Balauseri',2962,1),
(35014,'Band',2962,1),
(35015,'Batos',2962,1),
(35016,'Beica de Jos',2962,1),
(35017,'Bichis',2962,1),
(35018,'Bogata',2962,1),
(35019,'Brancovenesti',2962,1),
(35020,'Breaza',2962,1),
(35021,'Ceuasul-de Campie',2962,1),
(35022,'Chetani',2962,1),
(35023,'Chiheru de Jos',2962,1),
(35024,'Coroisanmartin',2962,1),
(35025,'Cozma',2962,1),
(35026,'Craciunesti',2962,1),
(35027,'Craiesti',2962,1),
(35028,'Cristesti',2962,1),
(35029,'Cucerdea',2962,1),
(35030,'Cuci',2962,1),
(35031,'Danes',2962,1),
(35032,'Deda',2962,1),
(35033,'Eremitu',2962,1),
(35034,'Ernei',2962,1),
(35035,'Fantanele',2962,1),
(35036,'Faragau',2962,1),
(35037,'Galesti',2962,1),
(35038,'Ganesti',2962,1),
(35039,'Gheorghe Doja',2962,1),
(35040,'Ghindari',2962,1),
(35041,'Glodeni',2962,1),
(35042,'Gornesti',2962,1),
(35043,'Grebenisu de Campie',2962,1),
(35044,'Gurghiu',2962,1),
(35045,'Hodac',2962,1),
(35046,'Hodosa',2962,1),
(35047,'Ibanesti',2962,1),
(35048,'Iclanzel',2962,1),
(35049,'Ideciu de Jos',2962,1),
(35050,'Iernut',2962,1),
(35051,'Livezeni',2962,1),
(35052,'Ludus',2962,1),
(35053,'Lunca',2962,1),
(35054,'Lunca Bradului',2962,1),
(35055,'Magherani',2962,1),
(35056,'Mica',2962,1),
(35057,'Miercurea Nirajului',2962,1),
(35058,'Mihesu de Campie',2962,1),
(35059,'Nades',2962,1),
(35060,'Neaua',2962,1),
(35061,'Ogra',2962,1),
(35062,'Panet',2962,1),
(35063,'Papiu Ilarian',2962,1),
(35064,'Pasareni',2962,1),
(35065,'Petelea',2962,1),
(35066,'Pogaceaua',2962,1),
(35067,'Raciu',2962,1),
(35068,'Rastolita',2962,1),
(35069,'Reghin',2962,1),
(35070,'Rusii Munti',2962,1),
(35071,'Sancraiul-de-Mures',2962,1),
(35072,'Sangeorg-de Mures',2962,1),
(35073,'Sangeorgiu-de-Padure',2962,1),
(35074,'Sanger',2962,1),
(35075,'Sanpaul',2962,1),
(35076,'Sanpetru-de-Campie',2962,1),
(35077,'Santana-de-Mures',2962,1),
(35078,'Sarmasu',2962,1),
(35079,'Saschiz',2962,1),
(35080,'Saulia',2962,1),
(35081,'Sighisoara',2962,1),
(35082,'Sincai',2962,1),
(35083,'Solovastru',2962,1),
(35084,'Sovata',2962,1),
(35085,'Stanceni',2962,1),
(35086,'Suplac',2962,1),
(35087,'Suseni',2962,1),
(35088,'Targu-Mures',2962,1),
(35089,'Tarnaveni',2962,1),
(35090,'Taureni',2962,1),
(35091,'Ungheni',2962,1),
(35092,'Valea Larga',2962,1),
(35093,'Vanatori',2962,1),
(35094,'Vargata',2962,1),
(35095,'Vatava',2962,1),
(35096,'Vetca',2962,1),
(35097,'Viisoara',2962,1),
(35098,'Voivodeni',2962,1),
(35099,'Zagar',2962,1),
(35100,'Zau de Campie',2962,1),
(35101,'Agapia',2963,1),
(35102,'Bahna',2963,1),
(35103,'Baltatesti',2963,1),
(35104,'Bara',2963,1),
(35105,'Bargaoani',2963,1),
(35106,'Bicaz',2963,1),
(35107,'Bicaz Chei',2963,1),
(35108,'Bicazu Ardelean',2963,1),
(35109,'Bodesti',2963,1),
(35110,'Borca',2963,1),
(35111,'Borlesti',2963,1),
(35112,'Botesti',2963,1),
(35113,'Bozieni',2963,1),
(35114,'Brusturi-Draganesti',2963,1),
(35115,'Candesti',2963,1),
(35116,'Ceahlau',2963,1),
(35117,'Cordun',2963,1),
(35118,'Costisa',2963,1),
(35119,'Cracaoani',2963,1),
(35120,'Damuc',2963,1),
(35121,'Dobreni',2963,1),
(35122,'Doljesti',2963,1),
(35123,'Dragomiresti',2963,1),
(35124,'Dulcesti',2963,1),
(35125,'Dumbrava Rosie',2963,1),
(35126,'Farcasa',2963,1),
(35127,'Faurei',2963,1),
(35128,'Garcina',2963,1),
(35129,'Gheraesti',2963,1),
(35130,'Girov',2963,1),
(35131,'Grinties',2963,1),
(35132,'Grumazesti',2963,1),
(35133,'Hangu',2963,1),
(35134,'Horia',2963,1),
(35135,'Icusesti',2963,1),
(35136,'Ion Creanga',2963,1),
(35137,'Margineni',2963,1),
(35138,'Moldoveni',2963,1),
(35139,'Oniceni',2963,1),
(35140,'Pangarati',2963,1),
(35141,'Pastraveni',2963,1),
(35142,'Petricani',2963,1),
(35143,'Piatra Neamt',2963,1),
(35144,'Piatra Soimului',2963,1),
(35145,'Pipirig',2963,1),
(35146,'Podoleni',2963,1),
(35147,'Poiana Teiului',2963,1),
(35148,'Poienari',2963,1),
(35149,'Raucesti',2963,1),
(35150,'Razboieni',2963,1),
(35151,'Rediu',2963,1),
(35152,'Roman',2963,1),
(35153,'Romani',2963,1),
(35154,'Roznov',2963,1),
(35155,'Sabaoani',2963,1),
(35156,'Sagna',2963,1),
(35157,'Savinesti',2963,1),
(35158,'Secuieni',2963,1),
(35159,'Stanita',2963,1),
(35160,'Stefan cel Mare',2963,1),
(35161,'Tamaseni',2963,1),
(35162,'Tarcau',2963,1),
(35163,'Targu-Neamt',2963,1),
(35164,'Tasca',2963,1),
(35165,'Tazlau',2963,1),
(35166,'Tibucani',2963,1),
(35167,'Timisesti',2963,1),
(35168,'Trifesti',2963,1),
(35169,'Tupilati',2963,1),
(35170,'Urecheni',2963,1),
(35171,'Valea Ursului',2963,1),
(35172,'Vanatori-Neamt',2963,1),
(35173,'Viisoara',2963,1),
(35174,'Zanesti',2963,1),
(35175,'Babiciu',2964,1),
(35176,'Baldovinesti',2964,1),
(35177,'Bals',2964,1),
(35178,'Barasti',2964,1),
(35179,'Barza',2964,1),
(35180,'Bobicesti',2964,1),
(35181,'Brancoveni',2964,1),
(35182,'Brastavatu',2964,1),
(35183,'Brebeni',2964,1),
(35184,'Bucinisu',2964,1),
(35185,'Caracal',2964,1),
(35186,'Carlogani',2964,1),
(35187,'Cezieni',2964,1),
(35188,'Cilieni',2964,1),
(35189,'Colonesti',2964,1),
(35190,'Corabia',2964,1),
(35191,'Corbu',2964,1),
(35192,'Coteana',2964,1),
(35193,'Crampoaia',2964,1),
(35194,'Cungrea',2964,1),
(35195,'Curtisoara',2964,1),
(35196,'Daneasa',2964,1),
(35197,'Deveselu',2964,1),
(35198,'Dobretu',2964,1),
(35199,'Dobrosloveni',2964,1),
(35200,'Dobroteasa',2964,1),
(35201,'Dobrun',2964,1),
(35202,'Draganesti-Olt',2964,1),
(35203,'Draghiceni',2964,1),
(35204,'Fagetelu',2964,1),
(35205,'Falcoiu',2964,1),
(35206,'Farcasele',2964,1),
(35207,'Ganeasa',2964,1),
(35208,'Garcovu',2964,1),
(35209,'Giuvarasti',2964,1),
(35210,'Gostavatu',2964,1),
(35211,'Gradinari',2964,1),
(35212,'Grojdibodu',2964,1),
(35213,'Ianca',2964,1),
(35214,'Iancu Jianu',2964,1),
(35215,'Icoana',2964,1),
(35216,'Izbiceni',2964,1),
(35217,'Izvoarele',2964,1),
(35218,'Leleasca',2964,1),
(35219,'Maruntei',2964,1),
(35220,'Mihaesti',2964,1),
(35221,'Milcov',2964,1),
(35222,'Morunglav',2964,1),
(35223,'Movileni',2964,1),
(35224,'Nicolae Titulescu',2964,1),
(35225,'Obarsia',2964,1),
(35226,'Oboga',2964,1),
(35227,'Oporelu',2964,1),
(35228,'Optasi',2964,1),
(35229,'Orlea',2964,1),
(35230,'Osica de Sus',2964,1),
(35231,'Parscoveni',2964,1),
(35232,'Perieti',2964,1),
(35233,'Piatra Olt',2964,1),
(35234,'Plesoiu',2964,1),
(35235,'Poboru',2964,1),
(35236,'Potcoava',2964,1),
(35237,'Priseaca',2964,1),
(35238,'Radomiresti',2964,1),
(35239,'Redea',2964,1),
(35240,'Rotunda',2964,1),
(35241,'Rusanesti',2964,1),
(35242,'Samburesti',2964,1),
(35243,'Scarisoara',2964,1),
(35244,'Schitu',2964,1),
(35245,'Scornicesti',2964,1),
(35246,'Seaca',2964,1),
(35247,'Serbanesti',2964,1),
(35248,'Slatina',2964,1),
(35249,'Slatioara',2964,1),
(35250,'Spineni',2964,1),
(35251,'Sprancenata',2964,1),
(35252,'Stefan cel Mare',2964,1),
(35253,'Stoenesti',2964,1),
(35254,'Stoicanesti',2964,1),
(35255,'Strejesti',2964,1),
(35256,'Studina',2964,1),
(35257,'Tatulesti',2964,1),
(35258,'Teslui',2964,1),
(35259,'Tia Mare',2964,1),
(35260,'Topana',2964,1),
(35261,'Traian',2964,1),
(35262,'Tufeni',2964,1),
(35263,'Urzica',2964,1),
(35264,'Vadastra',2964,1),
(35265,'Vadastrita',2964,1),
(35266,'Valcele',2964,1),
(35267,'Valea Mare',2964,1),
(35268,'Valeni',2964,1),
(35269,'Verguleasa',2964,1),
(35270,'Visina',2964,1),
(35271,'Vitomiresti',2964,1),
(35272,'Vladila',2964,1),
(35273,'Voineasa',2964,1),
(35274,'Vulpeni',2964,1),
(35275,'Vulturesti',2964,1),
(35276,'Adunati',2965,1),
(35277,'Albesti-Paleologu',2965,1),
(35278,'Alunis',2965,1),
(35279,'Apostolache',2965,1),
(35280,'Aricestii-Rahtivani',2965,1),
(35281,'Aricestii-Zeletin',2965,1),
(35282,'Azuga',2965,1),
(35283,'Baba Ana',2965,1),
(35284,'Baicoi',2965,1),
(35285,'Balta Doamnei',2965,1),
(35286,'Baltesti',2965,1),
(35287,'Banesti',2965,1),
(35288,'Barcanesti',2965,1),
(35289,'Berceni',2965,1),
(35290,'Bertea',2965,1),
(35291,'Blejoi',2965,1),
(35292,'Boldesti',2965,1),
(35293,'Boldesti-Scaeni',2965,1),
(35294,'Brazi',2965,1),
(35295,'Breaza',2965,1),
(35296,'Brebu',2965,1),
(35297,'Bucov',2965,1),
(35298,'Busteni',2965,1),
(35299,'Calugareni',2965,1),
(35300,'Campina',2965,1),
(35301,'Carbunesti',2965,1),
(35302,'Ceptura',2965,1),
(35303,'Cerasu',2965,1),
(35304,'Chiojdeanca',2965,1),
(35305,'Ciorani',2965,1),
(35306,'Cocorastii-Misli',2965,1),
(35307,'Colceag',2965,1),
(35308,'Comarnic',2965,1),
(35309,'Cornu',2965,1),
(35310,'Cosminele',2965,1),
(35311,'Doftana',2965,1),
(35312,'Draganesti',2965,1),
(35313,'Drajna',2965,1),
(35314,'Dumbrava',2965,1),
(35315,'Dumbravesti',2965,1),
(35316,'Fantanele',2965,1),
(35317,'Filipestii de Padure',2965,1),
(35318,'Filipestii de Targ',2965,1),
(35319,'Floresti',2965,1),
(35320,'Fulga',2965,1),
(35321,'Gherghita',2965,1),
(35322,'Gorgota',2965,1),
(35323,'Gornet',2965,1),
(35324,'Gornet-Cricov',2965,1),
(35325,'Gura Vadului',2965,1),
(35326,'Gura Vitioarei',2965,1),
(35327,'Iordacheanu',2965,1),
(35328,'Izvoarele',2965,1),
(35329,'Jugureni',2965,1),
(35330,'Lapos',2965,1),
(35331,'Lipanesti',2965,1),
(35332,'Magurele',2965,1),
(35333,'Magureni',2965,1),
(35334,'Maneciu',2965,1),
(35335,'Manesti',2965,1),
(35336,'Mizil',2965,1),
(35337,'Pacureti',2965,1),
(35338,'Paulesti',2965,1),
(35339,'Ploiesti',2965,1),
(35340,'Plopeni',2965,1),
(35341,'Plopu',2965,1),
(35342,'Podenii Noi',2965,1),
(35343,'Poenarii-Burchi',2965,1),
(35344,'Poiana Campina',2965,1),
(35345,'Posesti',2965,1),
(35346,'Predeal-Sarari',2965,1),
(35347,'Provita de Jos',2965,1),
(35348,'Provita de Sus',2965,1),
(35349,'Puchenii Mari',2965,1),
(35350,'Rafov',2965,1),
(35351,'Salcia',2965,1),
(35352,'Salciile',2965,1),
(35353,'Sangeru',2965,1),
(35354,'Scorteni',2965,1),
(35355,'Secaria',2965,1),
(35356,'Sinaia',2965,1),
(35357,'Sirna',2965,1),
(35358,'Slanic',2965,1),
(35359,'Soimari',2965,1),
(35360,'Sotrile',2965,1),
(35361,'Starchiojd',2965,1),
(35362,'Stefesti',2965,1),
(35363,'Surani',2965,1),
(35364,'Talea',2965,1),
(35365,'Targsorul-Vechi',2965,1),
(35366,'Tataru',2965,1),
(35367,'Teisani',2965,1),
(35368,'Telega',2965,1),
(35369,'Tinosu',2965,1),
(35370,'Tomsani',2965,1),
(35371,'Urlati',2965,1),
(35372,'Valcanesti',2965,1),
(35373,'Valea Calugareasca',2965,1),
(35374,'Valenii de Munte',2965,1),
(35375,'Varbilau',2965,1),
(35376,'Agrij',2966,1),
(35377,'Almasu',2966,1),
(35378,'Babeni',2966,1),
(35379,'Balan',2966,1),
(35380,'Banisor',2966,1),
(35381,'Benesat',2966,1),
(35382,'Bobota',2966,1),
(35383,'Bocsa',2966,1),
(35384,'Buciumi',2966,1),
(35385,'Camar',2966,1),
(35386,'Carastelec',2966,1),
(35387,'Cehu Silvaniei',2966,1),
(35388,'Chiesd',2966,1),
(35389,'Cizer',2966,1),
(35390,'Coseiu',2966,1),
(35391,'Crasna',2966,1),
(35392,'Creaca',2966,1),
(35393,'Criseni',2966,1),
(35394,'Cristolt',2966,1),
(35395,'Cuzaplac',2966,1),
(35396,'Dobrin',2966,1),
(35397,'Dragu',2966,1),
(35398,'Fildu de Jos',2966,1),
(35399,'Galgau',2966,1),
(35400,'Garbou',2966,1),
(35401,'Halmasd',2966,1),
(35402,'Hereclean',2966,1),
(35403,'Hida',2966,1),
(35404,'Horoatu Crasnei',2966,1),
(35405,'Ileanda',2966,1),
(35406,'Ip',2966,1),
(35407,'Jibou',2966,1),
(35408,'Letca',2966,1),
(35409,'Lozna',2966,1),
(35410,'Maeriste',2966,1),
(35411,'Marca',2966,1),
(35412,'Mesesenii de Jos',2966,1),
(35413,'Mirsid',2966,1),
(35414,'Napradea',2966,1),
(35415,'Nusfalau',2966,1),
(35416,'Periceiu',2966,1),
(35417,'Plopis',2966,1),
(35418,'Poiana Blenchii',2966,1),
(35419,'Romanasi',2966,1),
(35420,'Rus',2966,1),
(35421,'Sag',2966,1),
(35422,'Salatig',2966,1),
(35423,'Samsud',2966,1),
(35424,'Sanmihaiul-Almasului',2966,1),
(35425,'Sarmasag',2966,1),
(35426,'Simleu Silvaniei',2966,1),
(35427,'Somes-Odorhei',2966,1),
(35428,'Surduc',2966,1),
(35429,'Treznea',2966,1),
(35430,'Valcau de Jos',2966,1),
(35431,'Varsolt',2966,1),
(35432,'Zalau',2966,1),
(35433,'Zalha',2966,1),
(35434,'Zimbor',2966,1),
(35435,'Agnita',2968,1),
(35436,'Altina',2968,1),
(35437,'Apoldu de Jos',2968,1),
(35438,'Arpasu de Jos',2968,1),
(35439,'Atel',2968,1),
(35440,'Avrig',2968,1),
(35441,'Axente Sever',2968,1),
(35442,'Barghis',2968,1),
(35443,'Bazna',2968,1),
(35444,'Biertan',2968,1),
(35445,'Blajel',2968,1),
(35446,'Bradeni',2968,1),
(35447,'Brateiu',2968,1),
(35448,'Bruiu',2968,1),
(35449,'Carta',2968,1),
(35450,'Cartisoara',2968,1),
(35451,'Chirpar',2968,1),
(35452,'Cisnadie',2968,1),
(35453,'Copsa Mica',2968,1),
(35454,'Cristian',2968,1),
(35455,'Darlos',2968,1),
(35456,'Dumbraveni',2968,1),
(35457,'Gura Raului',2968,1),
(35458,'Hoghilag',2968,1),
(35459,'Iacobeni',2968,1),
(35460,'Jina',2968,1),
(35461,'Laslea',2968,1),
(35462,'Loamnes',2968,1),
(35463,'Ludos',2968,1),
(35464,'Marpod',2968,1),
(35465,'Medias',2968,1),
(35466,'Merghindeal',2968,1),
(35467,'Micasasa',2968,1),
(35468,'Miercurea Sibiului',2968,1),
(35469,'Mihaileni',2968,1),
(35470,'Mosna',2968,1),
(35471,'Nocrich',2968,1),
(35472,'Ocna Sibiului',2968,1),
(35473,'Orlat',2968,1),
(35474,'Pauca',2968,1),
(35475,'Poiana Sibiului',2968,1),
(35476,'Poplaca',2968,1),
(35477,'Porumbacu de Jos',2968,1),
(35478,'Racovita',2968,1),
(35479,'Rasinari',2968,1),
(35480,'Rau Sadului',2968,1),
(35481,'Rosia',2968,1),
(35482,'Sadu',2968,1),
(35483,'Saliste',2968,1),
(35484,'Seica Mare',2968,1),
(35485,'Seica Mica',2968,1),
(35486,'Selimbar',2968,1),
(35487,'Sibiu',2968,1),
(35488,'Slimnic',2968,1),
(35489,'Sura Mare',2968,1),
(35490,'Sura Mica',2968,1),
(35491,'Talmaciu',2968,1),
(35492,'Tarnava',2968,1),
(35493,'Tilisca',2968,1),
(35494,'Turnu Rosu',2968,1),
(35495,'Valea Viilor',2968,1),
(35496,'Vurpar',2968,1),
(35497,'Sondelor',2969,1),
(35498,'Adancata',2970,1),
(35499,'Arbore',2970,1),
(35500,'Baia',2970,1),
(35501,'Balcauti',2970,1),
(35502,'Bilca',2970,1),
(35503,'Bogdanesti',2970,1),
(35504,'Boroaia',2970,1),
(35505,'Bosanci',2970,1),
(35506,'Botosana',2970,1),
(35507,'Breaza',2970,1),
(35508,'Brodina',2970,1),
(35509,'Brosteni',2970,1),
(35510,'Bunesti',2970,1),
(35511,'Cacica',2970,1),
(35512,'Cajvana',2970,1),
(35513,'Calafindesti',2970,1),
(35514,'Campulung Moldovenesc',2970,1),
(35515,'Carlibaba',2970,1),
(35516,'Ciprian Porumbescu',2970,1),
(35517,'Cornu Luncii',2970,1),
(35518,'Crucea',2970,1),
(35519,'Darmanesti',2970,1),
(35520,'Dolhasca',2970,1),
(35521,'Dolhesti',2970,1),
(35522,'Dorna',2970,1),
(35523,'Dorna Candrenilor',2970,1),
(35524,'Dornesti',2970,1),
(35525,'Dragoesti',2970,1),
(35526,'Draguseni',2970,1),
(35527,'Dumbraveni',2970,1),
(35528,'Falticeni',2970,1),
(35529,'Fantanele',2970,1),
(35530,'Forasti',2970,1),
(35531,'Frasin',2970,1),
(35532,'Fratautii Noi',2970,1),
(35533,'Fratautii Vechi',2970,1),
(35534,'Frumosu',2970,1),
(35535,'Fundu Moldovei',2970,1),
(35536,'Galanesti',2970,1),
(35537,'Gramesti',2970,1),
(35538,'Granicesti',2970,1),
(35539,'Gura Humorului',2970,1),
(35540,'Horodniceni',2970,1),
(35541,'Horodnicu',2970,1),
(35542,'Iacobeni',2970,1),
(35543,'Ipotesti',2970,1),
(35544,'Izvoarele Sucevei',2970,1),
(35545,'Liteni',2970,1),
(35546,'Malini',2970,1),
(35547,'Manastirea Homorului',2970,1),
(35548,'Marginea',2970,1),
(35549,'Milisauti',2970,1),
(35550,'Mitocu Dragomirnei',2970,1),
(35551,'Moara',2970,1),
(35552,'Moldova Sulita',2970,1),
(35553,'Moldovita',2970,1),
(35554,'Musenita',2970,1),
(35555,'Ostra',2970,1),
(35556,'Paltinoasa',2970,1),
(35557,'Panaci',2970,1),
(35558,'Partestii de Jos',2970,1),
(35559,'Patrauti',2970,1),
(35560,'Poiana Stampei',2970,1),
(35561,'Pojorata',2970,1),
(35562,'Preutesti',2970,1),
(35563,'Putna',2970,1),
(35564,'Radaseni',2970,1),
(35565,'Radauti',2970,1),
(35566,'Rasca',2970,1),
(35567,'Sadova',2970,1),
(35568,'Salcea',2970,1),
(35569,'Saru Dornei',2970,1),
(35570,'Satu Mare',2970,1),
(35571,'Scheia',2970,1),
(35572,'Siminicea',2970,1),
(35573,'Siret',2970,1),
(35574,'Slatina',2970,1),
(35575,'Solca',2970,1),
(35576,'Straja',2970,1),
(35577,'Stroiesti',2970,1),
(35578,'Stulpicani',2970,1),
(35579,'Suceava',2970,1),
(35580,'Sucevita',2970,1),
(35581,'Todiresti',2970,1),
(35582,'Udesti',2970,1),
(35583,'Ulma',2970,1),
(35584,'Vadu Moldovei',2970,1),
(35585,'Valea Moldovei',2970,1),
(35586,'Vama',2970,1),
(35587,'Vatra Dornei',2970,1),
(35588,'Vatra Moldovitei',2970,1),
(35589,'Veresti',2970,1),
(35590,'Vicovu de Jos',2970,1),
(35591,'Vicovu de Sus',2970,1),
(35592,'Volovat',2970,1),
(35593,'Vulturesti',2970,1),
(35594,'Zamostea',2970,1),
(35595,'Zvoristea',2970,1),
(35596,'Alexandria',2971,1),
(35597,'Babaita',2971,1),
(35598,'Balaci',2971,1),
(35599,'Blejesti',2971,1),
(35600,'Bogdana',2971,1),
(35601,'Botoroaga',2971,1),
(35602,'Bragadiru',2971,1),
(35603,'Branceni',2971,1),
(35604,'Bujoreni',2971,1),
(35605,'Bujoru',2971,1),
(35606,'Buzescu',2971,1),
(35607,'Calinesti',2971,1),
(35608,'Calmatuiu',2971,1),
(35609,'Cervenia',2971,1),
(35610,'Ciolanesti',2971,1),
(35611,'Ciuperceni',2971,1),
(35612,'Contesti',2971,1),
(35613,'Cosmesti',2971,1),
(35614,'Crangeni',2971,1),
(35615,'Crangu',2971,1),
(35616,'Crevenicu',2971,1),
(35617,'Didesti',2971,1),
(35618,'Dobrotesti',2971,1),
(35619,'Dracsenei',2971,1),
(35620,'Draganesti de Vede',2971,1),
(35621,'Draganesti-Vlasca',2971,1),
(35622,'Frumoasa',2971,1),
(35623,'Furculesti',2971,1),
(35624,'Galateni',2971,1),
(35625,'Gratia',2971,1),
(35626,'Islaz',2971,1),
(35627,'Izvoarele',2971,1),
(35628,'Lisa',2971,1),
(35629,'Lita',2971,1),
(35630,'Lunca',2971,1),
(35631,'Magura',2971,1),
(35632,'Maldaeni',2971,1),
(35633,'Marzanesti',2971,1),
(35634,'Mavrodin',2971,1),
(35635,'Mereni',2971,1),
(35636,'Mosteni',2971,1),
(35637,'Nanov',2971,1),
(35638,'Nasturelu',2971,1),
(35639,'Necsesti',2971,1),
(35640,'Olteni',2971,1),
(35641,'Orbeasca',2971,1),
(35642,'Peretu',2971,1),
(35643,'Piatra',2971,1),
(35644,'Pietrosani',2971,1),
(35645,'Plopii Slavitesti',2971,1),
(35646,'Plosca',2971,1),
(35647,'Poeni',2971,1),
(35648,'Poroschia',2971,1),
(35649,'Putineiu',2971,1),
(35650,'Radoiesti',2971,1),
(35651,'Rasmiresti',2971,1),
(35652,'Rosiori de Vede',2971,1),
(35653,'Saceni',2971,1),
(35654,'Salcia',2971,1),
(35655,'Sarbeni',2971,1),
(35656,'Scrioastea',2971,1),
(35657,'Scurtu Mare',2971,1),
(35658,'Seaca',2971,1),
(35659,'Segarcea Vale',2971,1),
(35660,'Sfintesti',2971,1),
(35661,'Silistea',2971,1),
(35662,'Silistea-Gumesti',2971,1),
(35663,'Slobozia-Mandra',2971,1),
(35664,'Smardioasa',2971,1),
(35665,'Stejaru',2971,1),
(35666,'Storobaneasa',2971,1),
(35667,'Suhaia',2971,1),
(35668,'Talpa',2971,1),
(35669,'Tatarastii de Jos',2971,1),
(35670,'Tatarastii de Sus',2971,1),
(35671,'Tiganesti',2971,1),
(35672,'Traian',2971,1),
(35673,'Trivalea-Mosteni',2971,1),
(35674,'Troianul',2971,1),
(35675,'Turnu Magurele',2971,1),
(35676,'Vartoapele-de-Jos',2971,1),
(35677,'Vedea',2971,1),
(35678,'Videle',2971,1),
(35679,'Viisoara',2971,1),
(35680,'Vitanesti',2971,1),
(35681,'Zambreasca',2971,1),
(35682,'Zimnicea',2971,1),
(35683,'Balint',2972,1),
(35684,'Banloc',2972,1),
(35685,'Bara',2972,1),
(35686,'Barna',2972,1),
(35687,'Beba Veche',2972,1),
(35688,'Becicherecu Mic',2972,1),
(35689,'Belint',2972,1),
(35690,'Bethausen',2972,1),
(35691,'Biled',2972,1),
(35692,'Bogda',2972,1),
(35693,'Boldur',2972,1),
(35694,'Brestovat',2972,1),
(35695,'Buzias',2972,1),
(35696,'Carpinis',2972,1),
(35697,'Cenad',2972,1),
(35698,'Cenei',2972,1),
(35699,'Cheveresu Mare',2972,1),
(35700,'Ciacova',2972,1),
(35701,'Comlosu Mare',2972,1),
(35702,'Costeiu',2972,1),
(35703,'Criciova',2972,1),
(35704,'Curtea',2972,1),
(35705,'Darova',2972,1),
(35706,'Denta',2972,1),
(35707,'Deta',2972,1),
(35708,'Dudestii Vechi',2972,1),
(35709,'Dumbrava',2972,1),
(35710,'Dumbravita',2972,1),
(35711,'Faget',2972,1),
(35712,'Fardea',2972,1),
(35713,'Foeni',2972,1),
(35714,'Gataia',2972,1),
(35715,'Gavojdia',2972,1),
(35716,'Ghiroda',2972,1),
(35717,'Ghizela',2972,1),
(35718,'Giarmata',2972,1),
(35719,'Giera',2972,1),
(35720,'Giroc',2972,1),
(35721,'Giulvaz',2972,1),
(35722,'Jamu Mare',2972,1),
(35723,'Jebel',2972,1),
(35724,'Jimbolia',2972,1),
(35725,'Lenauheim',2972,1),
(35726,'Liebling',2972,1),
(35727,'Lovrin',2972,1),
(35728,'Lugoj',2972,1),
(35729,'Manastiur',2972,1),
(35730,'Margina',2972,1),
(35731,'Masloc',2972,1),
(35732,'Moravita',2972,1),
(35733,'Mosnita Noua',2972,1),
(35734,'Nadrag',2972,1),
(35735,'Nitchidorf',2972,1),
(35736,'Ohaba Lunga',2972,1),
(35737,'Ortisoara',2972,1),
(35738,'Peciu Nou',2972,1),
(35739,'Periam',2972,1),
(35740,'Pietroasa',2972,1),
(35741,'Pischia',2972,1),
(35742,'Racovita',2972,1),
(35743,'Recas',2972,1),
(35744,'Remetea Mare',2972,1),
(35745,'Sacalaz',2972,1),
(35746,'Sacosu Turcesc',2972,1),
(35747,'Sag',2972,1),
(35748,'Sanandrei',2972,1),
(35749,'Sanmihaiu Roman',2972,1),
(35750,'Sannicolaul Mare',2972,1),
(35751,'Sanpetrul-Mare',2972,1),
(35752,'Satchinez',2972,1),
(35753,'Secas',2972,1),
(35754,'Stiuca',2972,1),
(35755,'Teremia Mare',2972,1),
(35756,'Timisoara',2972,1),
(35757,'Tomesti',2972,1),
(35758,'Topolovatu Mare',2972,1),
(35759,'Tormac',2972,1),
(35760,'Traian Vuia',2972,1),
(35761,'Uivar',2972,1),
(35762,'Varias',2972,1),
(35763,'Victor Vlad Delamarina',2972,1),
(35764,'Voiteg',2972,1),
(35765,'Babadag',2973,1),
(35766,'Baia',2973,1),
(35767,'Beidaud',2973,1),
(35768,'Carcaliu',2973,1),
(35769,'Casimcea',2973,1),
(35770,'Ceamurlia de Jos',2973,1),
(35771,'Ceatalchioi',2973,1),
(35772,'Cerna',2973,1),
(35773,'Chilia Veche',2973,1),
(35774,'Ciucurova',2973,1),
(35775,'Constantin Rosetti',2973,1),
(35776,'Crisan',2973,1),
(35777,'Daeni',2973,1),
(35778,'Dorobantu',2973,1),
(35779,'Frecatei',2973,1),
(35780,'Greci',2973,1),
(35781,'Grindu',2973,1),
(35782,'Hamcearca',2973,1),
(35783,'Horia',2973,1),
(35784,'Ion Bratianu',2973,1),
(35785,'Isaccea',2973,1),
(35786,'Izvoarele',2973,1),
(35787,'Jijila',2973,1),
(35788,'Jurilovca',2973,1),
(35789,'Luncavita',2973,1),
(35790,'Macin',2973,1),
(35791,'Mahmudia',2973,1),
(35792,'Malnas',2973,1),
(35793,'Mihai Bravu',2973,1),
(35794,'Mihail Kogalniceanu',2973,1),
(35795,'Murighiol',2973,1),
(35796,'Nalbant',2973,1),
(35797,'Niculitel',2973,1),
(35798,'Nufaru',2973,1),
(35799,'Ostrov',2973,1),
(35800,'Pardina',2973,1),
(35801,'Peceneaga',2973,1),
(35802,'Sarichioi',2973,1),
(35803,'Sfantu Gheorghe',2973,1),
(35804,'Slava Cercheza',2973,1),
(35805,'Smardan',2973,1),
(35806,'Somova',2973,1),
(35807,'Stejaru',2973,1),
(35808,'Sulina',2973,1),
(35809,'Topolog',2973,1),
(35810,'Tulcea',2973,1),
(35811,'Turcoaia',2973,1),
(35812,'Valea Nucarilor',2973,1),
(35813,'Alunu',2974,1),
(35814,'Amarasti',2974,1),
(35815,'Babeni',2974,1),
(35816,'Baile Govora',2974,1),
(35817,'Baile Olanesti',2974,1),
(35818,'Balcesti',2974,1),
(35819,'Barbatesti',2974,1),
(35820,'Berbesti',2974,1),
(35821,'Berislavesti',2974,1),
(35822,'Boisoara',2974,1),
(35823,'Brezoi',2974,1),
(35824,'Budesti',2974,1),
(35825,'Bujoreni',2974,1),
(35826,'Bunesti',2974,1),
(35827,'Caineni',2974,1),
(35828,'Calimanesti',2974,1),
(35829,'Cernisoara',2974,1),
(35830,'Copaceni',2974,1),
(35831,'Costesti',2974,1),
(35832,'Creteni',2974,1),
(35833,'Daesti',2974,1),
(35834,'Danicei',2974,1),
(35835,'Dragasani',2974,1),
(35836,'Dragoesti',2974,1),
(35837,'Fartatesti',2974,1),
(35838,'Fauresti',2974,1),
(35839,'Francesti',2974,1),
(35840,'Galicea',2974,1),
(35841,'Ghioroiu',2974,1),
(35842,'Glavile',2974,1),
(35843,'Golesti',2974,1),
(35844,'Gradistea',2974,1),
(35845,'Gusoeni',2974,1),
(35846,'Horezu',2974,1),
(35847,'Ionesti',2974,1),
(35848,'Ladesti',2974,1),
(35849,'Lalosu',2974,1),
(35850,'Lapusata',2974,1),
(35851,'Livezi',2974,1),
(35852,'Lungesti',2974,1),
(35853,'Maciuca',2974,1),
(35854,'Madulari',2974,1),
(35855,'Malaia',2974,1),
(35856,'Maldaresti',2974,1),
(35857,'Mateesti',2974,1),
(35858,'Mihaesti',2974,1),
(35859,'Milcoiu',2974,1),
(35860,'Muereasca',2974,1),
(35861,'Nicolae Balcescu',2974,1),
(35862,'Ocnele Mari',2974,1),
(35863,'Olanu',2974,1),
(35864,'Orlesti',2974,1),
(35865,'Otesani',2974,1),
(35866,'Pausesti',2974,1),
(35867,'Pausesti-Maglasi',2974,1),
(35868,'Perisani',2974,1),
(35869,'Pesceana',2974,1),
(35870,'Pietrari',2974,1),
(35871,'Popesti',2974,1),
(35872,'Prundeni',2974,1),
(35873,'Racovita',2974,1),
(35874,'Ramnicu Valcea',2974,1),
(35875,'Roesti',2974,1),
(35876,'Rosiile',2974,1),
(35877,'Runcu',2974,1),
(35878,'Salatrucel',2974,1),
(35879,'Scundu',2974,1),
(35880,'Sinesti',2974,1),
(35881,'Sirineasa',2974,1),
(35882,'Slatioara',2974,1),
(35883,'Stanesti',2974,1),
(35884,'Stefanesti',2974,1),
(35885,'Stoenesti',2974,1),
(35886,'Stoilesti',2974,1),
(35887,'Stroesti',2974,1),
(35888,'Susani',2974,1),
(35889,'Sutesti',2974,1),
(35890,'Tetoiu',2974,1),
(35891,'Tomsani',2974,1),
(35892,'Vaideeni',2974,1),
(35893,'Valea Mare',2974,1),
(35894,'Vladesti',2974,1),
(35895,'Voicesti',2974,1),
(35896,'Voineasa',2974,1),
(35897,'Zatreni',2974,1),
(35898,'Albesti',2975,1),
(35899,'Alexandru Vlahuta',2975,1),
(35900,'Arsura',2975,1),
(35901,'Bacani',2975,1),
(35902,'Bacesti',2975,1),
(35903,'Balteni',2975,1),
(35904,'Banca',2975,1),
(35905,'Barlad',2975,1),
(35906,'Berezeni',2975,1),
(35907,'Blagesti',2975,1),
(35908,'Bogdana',2975,1),
(35909,'Bogdanesti',2975,1),
(35910,'Bogdanita',2975,1),
(35911,'Botesti',2975,1),
(35912,'Bunesti',2975,1),
(35913,'Codaesti',2975,1),
(35914,'Coroiesti',2975,1),
(35915,'Costesti',2975,1),
(35916,'Cretesti',2975,1),
(35917,'Danesti',2975,1),
(35918,'Deleni',2975,1),
(35919,'Delesti',2975,1),
(35920,'Dimitrie Cantemir',2975,1),
(35921,'Dragomiresti',2975,1),
(35922,'Dranceni Sat',2975,1),
(35923,'Duda',2975,1),
(35924,'Dumesti',2975,1),
(35925,'Epureni',2975,1),
(35926,'Falciu',2975,1),
(35927,'Gagesti',2975,1),
(35928,'Garceni',2975,1),
(35929,'Gherghesti',2975,1),
(35930,'Grivita',2975,1),
(35931,'Hoceni',2975,1),
(35932,'Husi',2975,1),
(35933,'Iana',2975,1),
(35934,'Ivanesti',2975,1),
(35935,'Ivesti',2975,1),
(35936,'Laza',2975,1),
(35937,'Lipovat',2975,1),
(35938,'Lunca Banului',2975,1),
(35939,'Malusteni',2975,1),
(35940,'Miclesti',2975,1),
(35941,'Muntenii de Jos',2975,1),
(35942,'Murgeni',2975,1),
(35943,'Negresti',2975,1),
(35944,'Oltenesti',2975,1),
(35945,'Osesti',2975,1),
(35946,'Padureni',2975,1),
(35947,'Perieni',2975,1),
(35948,'Pogana',2975,1),
(35949,'Poienesti',2975,1),
(35950,'Puiesti',2975,1),
(35951,'Pungesti',2975,1),
(35952,'Rebricea',2975,1),
(35953,'Rosiesti',2975,1),
(35954,'Solesti',2975,1),
(35955,'Stanilesti',2975,1),
(35956,'Stefan cel Mare',2975,1),
(35957,'Suletea',2975,1),
(35958,'Tacuta',2975,1),
(35959,'Tanacu',2975,1),
(35960,'Tatarani',2975,1),
(35961,'Todiresti',2975,1),
(35962,'Tutova',2975,1),
(35963,'Valeni',2975,1),
(35964,'Vaslui',2975,1),
(35965,'Vetrisoaia',2975,1),
(35966,'Viisoara',2975,1),
(35967,'Vinderei',2975,1),
(35968,'Voinesti',2975,1),
(35969,'Vulturesti',2975,1),
(35970,'Vutcani',2975,1),
(35971,'Zapodeni',2975,1),
(35972,'Zorleni',2975,1),
(35973,'Adjud',2976,1),
(35974,'Andreiasu de Jos',2976,1),
(35975,'Balesti',2976,1),
(35976,'Barsesti',2976,1),
(35977,'Boghesti',2976,1),
(35978,'Bolotesti',2976,1),
(35979,'Bordesti',2976,1),
(35980,'Brosteni',2976,1),
(35981,'Campineanca',2976,1),
(35982,'Campuri',2976,1),
(35983,'Carligele',2976,1),
(35984,'Chiojdeni',2976,1),
(35985,'Ciorasti',2976,1),
(35986,'Corbita',2976,1),
(35987,'Cotesti',2976,1),
(35988,'Dumbraveni',2976,1),
(35989,'Dumitresti',2976,1),
(35990,'Fitionesti',2976,1),
(35991,'Focsani',2976,1),
(35992,'Garoafa',2976,1),
(35993,'Golesti',2976,1),
(35994,'Gugesti',2976,1),
(35995,'Gura Calitei',2976,1),
(35996,'Homocea',2976,1),
(35997,'Jaristea',2976,1),
(35998,'Jitia',2976,1),
(35999,'Maicanesti',2976,1),
(36000,'Marasesti',2976,1),
(36001,'Mera',2976,1),
(36002,'Milcovul',2976,1),
(36003,'Movilita',2976,1),
(36004,'Nanesti',2976,1),
(36005,'Naruja',2976,1),
(36006,'Nereju',2976,1),
(36007,'Nistoresti',2976,1),
(36008,'Odobesti',2976,1),
(36009,'Paltin',2976,1),
(36010,'Panciu',2976,1),
(36011,'Paunesti',2976,1),
(36012,'Poiana Cristei',2976,1),
(36013,'Pufesti',2976,1),
(36014,'Racoasa',2976,1),
(36015,'Reghiu',2976,1),
(36016,'Ruginesti',2976,1),
(36017,'Sihlea',2976,1),
(36018,'Slobozia Bradului',2976,1),
(36019,'Slobozia-Ciorasti',2976,1),
(36020,'Soveja',2976,1),
(36021,'Straoane',2976,1),
(36022,'Suraia',2976,1),
(36023,'Tamboesti',2976,1),
(36024,'Tanasoaia',2976,1),
(36025,'Tataranu',2976,1),
(36026,'Tifesti',2976,1),
(36027,'Tulnici',2976,1),
(36028,'Urechesti',2976,1),
(36029,'Valea Sarii',2976,1),
(36030,'Vanatori',2976,1),
(36031,'Vartescoiu',2976,1),
(36032,'Vidra',2976,1),
(36033,'Vintileasca',2976,1),
(36034,'Vizantea',2976,1),
(36035,'Vrancioaia',2976,1),
(36036,'Vulturu',2976,1),
(36037,'Adygejsk',2977,1),
(36038,'Enem',2977,1),
(36039,'Jablonovskij',2977,1),
(36040,'Kamennomostskij',2977,1),
(36041,'Majkop',2977,1),
(36042,'Tulskij',2977,1),
(36043,'Aginskoje',2978,1),
(36044,'Alagir',2979,1),
(36045,'Ardon',2979,1),
(36046,'Beslan',2979,1),
(36047,'Digora',2979,1),
(36048,'Mozdok',2979,1),
(36049,'Vladikavkaz',2979,1),
(36050,'Zavodskoj',2979,1),
(36051,'Alejsk',2980,1),
(36052,'Barnaul',2980,1),
(36053,'Belojarsk',2980,1),
(36054,'Belokuriha',2980,1),
(36055,'Bijsk',2980,1),
(36056,'Blagoveshchenka',2980,1),
(36057,'Gornjak',2980,1),
(36058,'Jarovoe',2980,1),
(36059,'Juzhnyj',2980,1),
(36060,'Kamen-na-Obi',2980,1),
(36061,'Novoaltajsk',2980,1),
(36062,'Novosilikatnyj',2980,1),
(36063,'Rubcovsk',2980,1),
(36064,'Sibirskiy',2980,1),
(36065,'Slavgorod',2980,1),
(36066,'Talmenka',2980,1),
(36067,'Zarinsk',2980,1),
(36068,'Zmeinogorsk',2980,1),
(36069,'Arhara',2981,1),
(36070,'Belogorsk',2981,1),
(36071,'Blagoveshchensk',2981,1),
(36072,'Jerofej Pavlovich',2981,1),
(36073,'Magdagachi',2981,1),
(36074,'Novoburejskij',2981,1),
(36075,'Progress',2981,1),
(36076,'Rajchihinsk',2981,1),
(36077,'Seryshevo',2981,1),
(36078,'Shimanovsk',2981,1),
(36079,'Skovorodino',2981,1),
(36080,'Svobodnyj',2981,1),
(36081,'Tynda',2981,1),
(36082,'Urusha',2981,1),
(36083,'Zavitinsk',2981,1),
(36084,'Zeja',2981,1),
(36085,'Arhangelsk',2982,1),
(36086,'Jemca',2982,1),
(36087,'Jercevo',2982,1),
(36088,'Kargopol',2982,1),
(36089,'Konosha',2982,1),
(36090,'Korjazhma',2982,1),
(36091,'Kotlas',2982,1),
(36092,'Kuloj',2982,1),
(36093,'Maloshujka',2982,1),
(36094,'Mirnyj',2982,1),
(36095,'Njandoma',2982,1),
(36096,'Novodvinsk',2982,1),
(36097,'Obozjorskij',2982,1),
(36098,'Oktjabrskij',2982,1),
(36099,'Onega',2982,1),
(36100,'Plesetsk',2982,1),
(36101,'Podjuga',2982,1),
(36102,'Puksoozero',2982,1),
(36103,'Samoded',2982,1),
(36104,'Savinskij',2982,1),
(36105,'Severodvinsk',2982,1),
(36106,'Shenkursk',2982,1),
(36107,'Udimskij',2982,1),
(36108,'Urdoma',2982,1),
(36109,'Velsk',2982,1),
(36110,'Vychegodskij',2982,1),
(36111,'Ahtubinsk',2983,1),
(36112,'Astrahan',2983,1),
(36113,'Harabali',2983,1),
(36114,'Kamyzjak',2983,1),
(36115,'Kapustin Jar',2983,1),
(36116,'Liman',2983,1),
(36117,'Narimanov',2983,1),
(36118,'Verhnij Baskunchak',2983,1),
(36119,'Volodarskij',2983,1),
(36120,'Znamensk',2983,1),
(36121,'Agidel',2984,1),
(36122,'Bajmak',2984,1),
(36123,'Belebej',2984,1),
(36124,'Beloreck',2984,1),
(36125,'Birsk',2984,1),
(36126,'Blagoveshchensk',2984,1),
(36127,'Chishmy',2984,1),
(36128,'Davlekanovo',2984,1),
(36129,'Djurtjuli',2984,1),
(36130,'Iglino',2984,1),
(36131,'Ishimbaj',2984,1),
(36132,'Janaul',2984,1),
(36133,'Jermolajevo',2984,1),
(36134,'Kandry',2984,1),
(36135,'Krasnousolskij',2984,1),
(36136,'Kumertau',2984,1),
(36137,'Meleuz',2984,1),
(36138,'Mezhgorje',2984,1),
(36139,'Neftekamsk',2984,1),
(36140,'Oktjabrskij',2984,1),
(36141,'Oktyabrsky',2984,1),
(36142,'Prijutovo',2984,1),
(36143,'Rajevskij',2984,1),
(36144,'Salavat',2984,1),
(36145,'Serafimovskij',2984,1),
(36146,'Sibaj',2984,1),
(36147,'Sterlitamak',2984,1),
(36148,'Tujmazy',2984,1),
(36149,'Uchaly',2984,1),
(36150,'Ufa',2984,1),
(36151,'Aleksejevka',2985,1),
(36152,'Belgorod',2985,1),
(36153,'Borisovka',2985,1),
(36154,'Chernjanka',2985,1),
(36155,'Grajvoron',2985,1),
(36156,'Gubkin',2985,1),
(36157,'Novyj Oskol',2985,1),
(36158,'Rakitnoe',2985,1),
(36159,'Razumnoe',2985,1),
(36160,'Shebekino',2985,1),
(36161,'Staryj Oskol',2985,1),
(36162,'Stroitel',2985,1),
(36163,'Tomarovka',2985,1),
(36164,'Valujki',2985,1),
(36165,'Volokonovka',2985,1),
(36166,'Belye Berega',2986,1),
(36167,'Brjansk',2986,1),
(36168,'Djatkovo',2986,1),
(36169,'Fokino',2986,1),
(36170,'Karachev',2986,1),
(36171,'Kletnja',2986,1),
(36172,'Klimovo',2986,1),
(36173,'Klincy',2986,1),
(36174,'Lokot',2986,1),
(36175,'Navlja',2986,1),
(36176,'Novozybkov',2986,1),
(36177,'Pochjop',2986,1),
(36178,'Pogar',2986,1),
(36179,'Selco',2986,1),
(36180,'Starodub',2986,1),
(36181,'Surazh',2986,1),
(36182,'Suzjomka',2986,1),
(36183,'Trubchjovsk',2986,1),
(36184,'Unecha',2986,1),
(36185,'Zhukovka',2986,1),
(36186,'Gusinoozjorsk',2987,1),
(36187,'Kamensk',2987,1),
(36188,'Kjahta',2987,1),
(36189,'Novyj Uojan',2987,1),
(36190,'Onohoj',2987,1),
(36191,'Selenginsk',2987,1),
(36192,'Severobajkalsk',2987,1),
(36193,'Taksimo',2987,1),
(36194,'Ulan-Ude',2987,1),
(36195,'Zakamensk',2987,1),
(36196,'Zarechnyj',2987,1),
(36197,'Groznyj',2988,1),
(36198,'Gudermes',2988,1),
(36199,'Malgobek',2988,1),
(36200,'Urus-Martan',2988,1),
(36201,'Asha',2989,1),
(36202,'Bakal',2989,1),
(36203,'Bazhovo',2989,1),
(36204,'Berdjaush',2989,1),
(36205,'Chebarkul',2989,1),
(36206,'Cheljabinsk',2989,1),
(36207,'Chelyabinsk',2989,1),
(36208,'Gornjak',2989,1),
(36209,'Jemanzhelinsk',2989,1),
(36210,'Jurjuzan',2989,1),
(36211,'Juznouralsk',2989,1),
(36212,'Karabash',2989,1),
(36213,'Kartaly',2989,1),
(36214,'Kasli',2989,1),
(36215,'Katav-Ivanovsk',2989,1),
(36216,'Kopejsk',2989,1),
(36217,'Korkino',2989,1),
(36218,'Krasnogorskij',2989,1),
(36219,'Kusa',2989,1),
(36220,'Kyshtym',2989,1),
(36221,'Lokomotivnyj',2989,1),
(36222,'Magnitka',2989,1),
(36223,'Magnitogorsk',2989,1),
(36224,'Miass',2989,1),
(36225,'Minjar',2989,1),
(36226,'Njazepetrovsk',2989,1),
(36227,'Novosineglazovskij',2989,1),
(36228,'Ozjorsk',2989,1),
(36229,'Pervomajskij',2989,1),
(36230,'Plast',2989,1),
(36231,'Roza',2989,1),
(36232,'Satka',2989,1),
(36233,'Sim',2989,1),
(36234,'Snezhinsk',2989,1),
(36235,'Starokamyshinsk',2989,1),
(36236,'Suleja',2989,1),
(36237,'Trjohgornij',2989,1),
(36238,'Troick',2989,1),
(36239,'Ust-Katav',2989,1),
(36240,'Verhneuralsk',2989,1),
(36241,'Verhnij Ufalej',2989,1),
(36242,'Zlatoust',2989,1),
(36243,'Atamanovka',2990,1),
(36244,'Balej',2990,1),
(36245,'Borzja',2990,1),
(36246,'Bukachacha',2990,1),
(36247,'Chernyshevsk',2990,1),
(36248,'Chita',2990,1),
(36249,'Darasun',2990,1),
(36250,'Gornyy',2990,1),
(36251,'Hilok',2990,1),
(36252,'Karymskoje',2990,1),
(36253,'Krasnokamensk',2990,1),
(36254,'Mogocha',2990,1),
(36255,'Nerchinsk',2990,1),
(36256,'Novaja Chara',2990,1),
(36257,'Novokruchuninskij',2990,1),
(36258,'Olovjannaja',2990,1),
(36259,'Pervomajskij',2990,1),
(36260,'Petrovsk-Zabajkalskij',2990,1),
(36261,'Sherlovaja Gora',2990,1),
(36262,'Shilka',2990,1),
(36263,'Sretensk',2990,1),
(36264,'Vershino-Darasunskij',2990,1),
(36265,'Zabajkalsk',2990,1),
(36266,'Anadyr',2991,1),
(36267,'Bilibino',2991,1),
(36268,'Pevek',2991,1),
(36269,'Ugolnyje Kopi',2991,1),
(36270,'Alatyr',2992,1),
(36271,'Cheboksary',2992,1),
(36272,'Civilsk',2992,1),
(36273,'Ibresi',2992,1),
(36274,'Jadrin',2992,1),
(36275,'Kanash',2992,1),
(36276,'Kozlovka',2992,1),
(36277,'Kugesy',2992,1),
(36278,'Mariinskij Posad',2992,1),
(36279,'Novocheboksarsk',2992,1),
(36280,'Shumerlja',2992,1),
(36281,'Vurnary',2992,1),
(36282,'Belidzhi',2993,1),
(36283,'Bujnaksk',2993,1),
(36284,'Dagestanskije Ogni',2993,1),
(36285,'Derbent',2993,1),
(36286,'Hasavjurt',2993,1),
(36287,'Izberbash',2993,1),
(36288,'Juzhno-Suhokumsk',2993,1),
(36289,'Kaspijsk',2993,1),
(36290,'Kiziljurt',2993,1),
(36291,'Kizljar',2993,1),
(36292,'Mahackala',2993,1),
(36293,'Tura',2994,1),
(36294,'Gorno-Altajsk',2995,1),
(36295,'Amursk',2996,1),
(36296,'Bikin',2996,1),
(36297,'Chegdomyn',2996,1),
(36298,'Cherdomyn',2996,1),
(36299,'Habarovsk',2996,1),
(36300,'Hor',2996,1),
(36301,'Jelban',2996,1),
(36302,'Komsomolsk-na-Amure',2996,1),
(36303,'Litovko',2996,1),
(36304,'Nikolajevsk-na-Amure',2996,1),
(36305,'Ohotsk',2996,1),
(36306,'Perejaslavka',2996,1),
(36307,'Solnechnyj',2996,1),
(36308,'Sovetskaja Gavan',2996,1),
(36309,'Uglegorsk',2996,1),
(36310,'Vanino',2996,1),
(36311,'Vjazemskij',2996,1),
(36312,'Zavety Iljicha',2996,1),
(36313,'Abakan',2997,1),
(36314,'Abaza',2997,1),
(36315,'Cherjomushki',2997,1),
(36316,'Chernogorsk',2997,1),
(36317,'Sajanogorsk',2997,1),
(36318,'Shira',2997,1),
(36319,'Sorsk',2997,1),
(36320,'Ust-Abakan',2997,1),
(36321,'Belojarskij',2998,1),
(36322,'Belyj Jar',2998,1),
(36323,'Fjodorovskij',2998,1),
(36324,'Hanty-Mansijsk',2998,1),
(36325,'Igrim',2998,1),
(36326,'Izluchinsk',2998,1),
(36327,'Jugorsk',2998,1),
(36328,'Kogalym',2998,1),
(36329,'Langepas',2998,1),
(36330,'Ljantor',2998,1),
(36331,'Megion',2998,1),
(36332,'Mezhdurechenskij',2998,1),
(36333,'Neftejugansk',2998,1),
(36334,'Nizhnevartovsk',2998,1),
(36335,'Njagan',2998,1),
(36336,'Novoagansk',2998,1),
(36337,'Pojkovskij',2998,1),
(36338,'Pokachi',2998,1),
(36339,'Raduzhnyj',2998,1),
(36340,'Sovetskij',2998,1),
(36341,'Surgut',2998,1),
(36342,'Uraj',2998,1),
(36343,'Karabulak',2999,1),
(36344,'Nazran',2999,1),
(36345,'Angarsk',3000,1),
(36346,'Bajkalsk',3000,1),
(36347,'Balagansk',3000,1),
(36348,'Birjusinsk',3000,1),
(36349,'Bodajbo',3000,1),
(36350,'Bratsk',3000,1),
(36351,'Cheremhovo',3000,1),
(36352,'Chunskij',3000,1),
(36353,'Irkutsk',3000,1),
(36354,'Kirensk',3000,1),
(36355,'Kujtun',3000,1),
(36356,'Mihajlovka',3000,1),
(36357,'Nizhneudinsk',3000,1),
(36358,'Novaja Igirma',3000,1),
(36359,'Sajansk',3000,1),
(36360,'Shelehov',3000,1),
(36361,'Sljudjanka',3000,1),
(36362,'Svirsk',3000,1),
(36363,'Tajshet',3000,1),
(36364,'Tulun',3000,1),
(36365,'Usolje-Sibirskoje',3000,1),
(36366,'Ust-Ilimsk',3000,1),
(36367,'Ust-Kut',3000,1),
(36368,'Vihorevka',3000,1),
(36369,'Zalari',3000,1),
(36370,'Zheleznodorozhnyj',3000,1),
(36371,'Zheleznogorsk-Ilimskij',3000,1),
(36372,'Zima',3000,1),
(36373,'Furmanov',3001,1),
(36374,'Ivanovo',3001,1),
(36375,'Jurjevec',3001,1),
(36376,'Juzha',3001,1),
(36377,'Kineshma',3001,1),
(36378,'Kohma',3001,1),
(36379,'Komsomolsk',3001,1),
(36380,'Lezhnjovo',3001,1),
(36381,'Navoloki',3001,1),
(36382,'Privolzhsk',3001,1),
(36383,'Puchezh',3001,1),
(36384,'Rodniki',3001,1),
(36385,'Shuja',3001,1),
(36386,'Tejkovo',3001,1),
(36387,'Vichuga',3001,1),
(36388,'Gubkinskij',3002,1),
(36389,'Korotchajevo',3002,1),
(36390,'Labytnangi',3002,1),
(36391,'Muravlenko',3002,1),
(36392,'Nadym',3002,1),
(36393,'Nojabrsk',3002,1),
(36394,'Novyj Urengoj',3002,1),
(36395,'Pangody',3002,1),
(36396,'Salehard',3002,1),
(36397,'Tarko-Sale',3002,1),
(36398,'Urengoj',3002,1),
(36399,'Danilov',3003,1),
(36400,'Gavrilov-Jam',3003,1),
(36401,'Jaroslavl',3003,1),
(36402,'Pereslavl-Zalesskij',3003,1),
(36403,'Rostov',3003,1),
(36404,'Rybinsk',3003,1),
(36405,'Tutajev',3003,1),
(36406,'Uglich',3003,1),
(36407,'Birakan',3004,1),
(36408,'Birobidzhan',3004,1),
(36409,'Imeni Telmana',3004,1),
(36410,'Izvestkovyj',3004,1),
(36411,'Londoko',3004,1),
(36412,'Obluchje',3004,1),
(36413,'Teploozjorsk',3004,1),
(36414,'Baksan',3005,1),
(36415,'Chegem Pervyj',3005,1),
(36416,'Majskij',3005,1),
(36417,'Nalchik',3005,1),
(36418,'Nartkala',3005,1),
(36419,'Prohladnyj',3005,1),
(36420,'Terek',3005,1),
(36421,'Tyrnyauz',3005,1),
(36422,'Bagrationovsk',3006,1),
(36423,'Baltijsk',3006,1),
(36424,'Chernjahovsk',3006,1),
(36425,'Gurjevsk',3006,1),
(36426,'Gusev',3006,1),
(36427,'Gvardejsk',3006,1),
(36428,'Kaliningrad',3006,1),
(36429,'Mamonovo',3006,1),
(36430,'Neman',3006,1),
(36431,'Nesterov',3006,1),
(36432,'Ozjorsk',3006,1),
(36433,'Pionerskij',3006,1),
(36434,'Sovetsk',3006,1),
(36435,'Svetlogorsk',3006,1),
(36436,'Svetlyj',3006,1),
(36437,'Zeljenogradsk',3006,1),
(36438,'Znamensk',3006,1),
(36439,'Elista',3007,1),
(36440,'Gorodovikovsk',3007,1),
(36441,'Lagan',3007,1),
(36442,'Balabanovo',3008,1),
(36443,'Belousovo',3008,1),
(36444,'Borovsk',3008,1),
(36445,'Jermolino',3008,1),
(36446,'Kaluga',3008,1),
(36447,'Kirov',3008,1),
(36448,'Kondrovo',3008,1),
(36449,'Kozelsk',3008,1),
(36450,'Kremenki',3008,1),
(36451,'Ljudinovo',3008,1),
(36452,'Malojaroslavec',3008,1),
(36453,'Obninsk',3008,1),
(36454,'Sosenskij',3008,1),
(36455,'Suhinichi',3008,1),
(36456,'Tarusa',3008,1),
(36457,'Tovarkovo',3008,1),
(36458,'Zhukov',3008,1),
(36459,'Jelizovo',3009,1),
(36460,'Kljuchi',3009,1),
(36461,'Mohovaja',3009,1),
(36462,'Petropavlovsk-Kamchatskij',3009,1),
(36463,'Ust-Kamchatsk',3009,1),
(36464,'Viljuchinsk',3009,1),
(36465,'Vulkannyj',3009,1),
(36466,'Cherkessk',3010,1),
(36467,'Karachajevsk',3010,1),
(36468,'Ust-Dzheguta',3010,1),
(36469,'Belomorsk',3011,1),
(36470,'Kem',3011,1),
(36471,'Kondopoga',3011,1),
(36472,'Kostomuksha',3011,1),
(36473,'Lahdenpohja',3011,1),
(36474,'Medvezhjegorsk',3011,1),
(36475,'Nadvoicy',3011,1),
(36476,'Olonec',3011,1),
(36477,'Petrozavodsk',3011,1),
(36478,'Pitkjaranta',3011,1),
(36479,'Pudozh',3011,1),
(36480,'Segezha',3011,1),
(36481,'Sortavala',3011,1),
(36482,'Suojarvi',3011,1),
(36483,'Anzhero-Sudzhensk',3012,1),
(36484,'Bachatskij',3012,1),
(36485,'Belovo',3012,1),
(36486,'Berjozovskij',3012,1),
(36487,'Gramoteino',3012,1),
(36488,'Gurjevsk',3012,1),
(36489,'Inskoj',3012,1),
(36490,'Jashkino',3012,1),
(36491,'Jurga',3012,1),
(36492,'Kaltan',3012,1),
(36493,'Kedrovka',3012,1),
(36494,'Kemerovo',3012,1),
(36495,'Kiseljovsk',3012,1),
(36496,'Krasnobrodskij',3012,1),
(36497,'Leninsk-Kuzneckij',3012,1),
(36498,'Malinovka',3012,1),
(36499,'Mariinsk',3012,1),
(36500,'Mezhdurechensk',3012,1),
(36501,'Myski',3012,1),
(36502,'Novokuzneck',3012,1),
(36503,'Novokuznetsk',3012,1),
(36504,'Novyj Gorodok',3012,1),
(36505,'Osinniki',3012,1),
(36506,'Polsaevo',3012,1),
(36507,'Prokopjevsk',3012,1),
(36508,'Promyshlennaja',3012,1),
(36509,'Promyshlennovskij',3012,1),
(36510,'Salair',3012,1),
(36511,'Starobachaty',3012,1),
(36512,'Tajga',3012,1),
(36513,'Tajzhina',3012,1),
(36514,'Tashtagol',3012,1),
(36515,'Temirtau',3012,1),
(36516,'Tisul',3012,1),
(36517,'Tjazhinskij',3012,1),
(36518,'Topki',3012,1),
(36519,'Belaja Holunica',3014,1),
(36520,'Jaransk',3014,1),
(36521,'Jurja',3014,1),
(36522,'Kirov',3014,1),
(36523,'Kirovo-Chepeck',3014,1),
(36524,'Kirs',3014,1),
(36525,'Kotelnich',3014,1),
(36526,'Ljangasovo',3014,1),
(36527,'Luza',3014,1),
(36528,'Malmyzh',3014,1),
(36529,'Murashi',3014,1),
(36530,'Nolinsk',3014,1),
(36531,'Omutninsk',3014,1),
(36532,'Orichi',3014,1),
(36533,'Orlov',3014,1),
(36534,'Pervomajskij',3014,1),
(36535,'Peskovka',3014,1),
(36536,'Slobodskoj',3014,1),
(36537,'Sosnovka',3014,1),
(36538,'Sovetsk',3014,1),
(36539,'Urzhum',3014,1),
(36540,'Vahrushi',3014,1),
(36541,'Vjatskije Poljany',3014,1),
(36542,'Zujevka',3014,1),
(36543,'Blagoevo',3015,1),
(36544,'Inta',3015,1),
(36545,'Jarega',3015,1),
(36546,'Jeletskij',3015,1),
(36547,'Jemva',3015,1),
(36548,'Komsomolskij',3015,1),
(36549,'Krasnozatonskij',3015,1),
(36550,'Mikun',3015,1),
(36551,'Nizhnij Odes',3015,1),
(36552,'Pechora',3015,1),
(36553,'Promyshlennyj',3015,1),
(36554,'Severnyj',3015,1),
(36555,'Sosnogorsk',3015,1),
(36556,'Syktyvkar',3015,1),
(36557,'Troicko-Pechorsk',3015,1),
(36558,'Uhta',3015,1),
(36559,'Usinsk',3015,1),
(36560,'Usogorsk',3015,1),
(36561,'Vorgashor',3015,1),
(36562,'Vorkuta',3015,1),
(36563,'Vuktyl',3015,1),
(36564,'Zheshart',3015,1),
(36565,'Kudymkar',3016,1),
(36566,'Palana',3017,1),
(36567,'Buj',3018,1),
(36568,'Galich',3018,1),
(36569,'Kostroma',3018,1),
(36570,'Makarjev',3018,1),
(36571,'Manturovo',3018,1),
(36572,'Neja',3018,1),
(36573,'Nerehta',3018,1),
(36574,'Sharja',3018,1),
(36575,'Vetluzhskij',3018,1),
(36576,'Volgorechensk',3018,1),
(36577,'Zavolzhsk',3018,1),
(36578,'Abinsk',3019,1),
(36579,'Achujevo',3019,1),
(36580,'Afipskij',3019,1),
(36581,'Ahtyrskij',3019,1),
(36582,'Anapa',3019,1),
(36583,'Apsheronsk',3019,1),
(36584,'Armavir',3019,1),
(36585,'Belorechensk',3019,1),
(36586,'Gelendzhik',3019,1),
(36587,'Gorjachi Kljuch',3019,1),
(36588,'Gulkevichi',3019,1),
(36589,'Hadyzhensk',3019,1),
(36590,'Ilskij',3019,1),
(36591,'Jejsk',3019,1),
(36592,'Kalinino',3019,1),
(36593,'Korenovsk',3019,1),
(36594,'Krasnodar',3019,1),
(36595,'Kropotkin',3019,1),
(36596,'Krymsk',3019,1),
(36597,'Kurganinsk',3019,1),
(36598,'Labinsk',3019,1),
(36599,'Mostovskoj',3019,1),
(36600,'Neftegorsk',3019,1),
(36601,'Novokubansk',3019,1),
(36602,'Novomihajlovskij',3019,1),
(36603,'Novorossijsk',3019,1),
(36604,'Pashkovskij',3019,1),
(36605,'Primorsko-Ahtarsk',3019,1),
(36606,'Psebaj',3019,1),
(36607,'Slavjansk-na-Kubani',3019,1),
(36608,'Sochi',3019,1),
(36609,'Srednjaja Ahtuba',3019,1),
(36610,'Temrjuk',3019,1),
(36611,'Tihoreck',3019,1),
(36612,'Timashevsk',3019,1),
(36613,'Tuapse',3019,1),
(36614,'Ust-Labinsk',3019,1),
(36615,'Aban',3020,1),
(36616,'Achinsk',3020,1),
(36617,'Artjomovsk',3020,1),
(36618,'Berjozovka',3020,1),
(36619,'Bogotol',3020,1),
(36620,'Borodino',3020,1),
(36621,'Divnogorsk',3020,1),
(36622,'Dubinino',3020,1),
(36623,'Igarka',3020,1),
(36624,'Ilanskij',3020,1),
(36625,'Jemeljanovo',3020,1),
(36626,'Jenisejsk',3020,1),
(36627,'Kajerkan',3020,1),
(36628,'Kansk',3020,1),
(36629,'Kedrovyj',3020,1),
(36630,'Kodinsk',3020,1),
(36631,'Krasnojarsk',3020,1),
(36632,'Kuragino',3020,1),
(36633,'Lesosibirsk',3020,1),
(36634,'Minusinsk',3020,1),
(36635,'Nazarovo',3020,1),
(36636,'Nizhnjaja Pojma',3020,1),
(36637,'Norilsk',3020,1),
(36638,'Podgornyj',3020,1),
(36639,'Sharypovo',3020,1),
(36640,'Shushenskoe',3020,1),
(36641,'Solnechnyj',3020,1),
(36642,'Sosnovoborsk',3020,1),
(36643,'Talnah',3020,1),
(36644,'Ujar',3020,1),
(36645,'Uzhur',3020,1),
(36646,'Zaozjornyj',3020,1),
(36647,'Zelenogorsk',3020,1),
(36648,'Zheleznogorsk',3020,1),
(36649,'Dalmatovo',3022,1),
(36650,'Kargapolje',3022,1),
(36651,'Katajsk',3022,1),
(36652,'Kurgan',3022,1),
(36653,'Kurtamysh',3022,1),
(36654,'Makushino',3022,1),
(36655,'Petuhovo',3022,1),
(36656,'Shadrinsk',3022,1),
(36657,'Shumiha',3022,1),
(36658,'Vargashi',3022,1),
(36659,'Dmitriev Lgovskij',3023,1),
(36660,'Imeni Karla Libknehta',3023,1),
(36661,'Kurchatov',3023,1),
(36662,'Kursk',3023,1),
(36663,'Lgov',3023,1),
(36664,'Obojan',3023,1),
(36665,'Rylsk',3023,1),
(36666,'Shchigry',3023,1),
(36667,'Shchuchje',3023,1),
(36668,'Sudzha',3023,1),
(36669,'Zheleznogorsk',3023,1),
(36670,'Boksitogorsk',3024,1),
(36671,'Dubrovka',3024,1),
(36672,'Gatchina',3024,1),
(36673,'Imeni Morozova',3024,1),
(36674,'Ivangorod',3024,1),
(36675,'Kingisepp',3024,1),
(36676,'Kirishi',3024,1),
(36677,'Kirovsk',3024,1),
(36678,'Kolpino',3024,1),
(36679,'Kommunar',3024,1),
(36680,'Kuzmolovskiy',3024,1),
(36681,'Lodejnoje Pole',3024,1),
(36682,'Luga',3024,1),
(36683,'Nikolskoe',3024,1),
(36684,'Novaja Ladoga',3024,1),
(36685,'Otradnoe',3024,1),
(36686,'Pikaljovo',3024,1),
(36687,'Podporozhje',3024,1),
(36688,'Priozjorsk',3024,1),
(36689,'Sertolovo',3024,1),
(36690,'Shlisselburg',3024,1),
(36691,'Siverskij',3024,1),
(36692,'Sjasstroj',3024,1),
(36693,'Slancy',3024,1),
(36694,'Sosnovyj Bor',3024,1),
(36695,'Svetogorsk',3024,1),
(36696,'Tihvin',3024,1),
(36697,'Tosno',3024,1),
(36698,'Uljanovka',3024,1),
(36699,'Volhov',3024,1),
(36700,'Volosovo',3024,1),
(36701,'Vsevolozhsk',3024,1),
(36702,'Vyborg',3024,1),
(36703,'Vyrica',3024,1),
(36704,'Zarskoje Selo',3024,1),
(36705,'Chaplygin',3025,1),
(36706,'Dankov',3025,1),
(36707,'Dobrinka',3025,1),
(36708,'Grjazi',3025,1),
(36709,'Jelec',3025,1),
(36710,'Lebedjan',3025,1),
(36711,'Lipeck',3025,1),
(36712,'Usman',3025,1),
(36713,'Zadonsk',3025,1),
(36714,'Jagodnoje',3026,1),
(36715,'Magadan',3026,1),
(36716,'Ola',3026,1),
(36717,'Omsukchan',3026,1),
(36718,'Palatka',3026,1),
(36719,'Sinegorje',3026,1),
(36720,'Susuman',3026,1),
(36721,'Ust-Omchug',3026,1),
(36722,'Ardatov',3028,1),
(36723,'Chamzinka',3028,1),
(36724,'Insar',3028,1),
(36725,'Komsomolskij',3028,1),
(36726,'Kovylkino',3028,1),
(36727,'Krasnoslobodsk',3028,1),
(36728,'Luhovka',3028,1),
(36729,'Romodanovo',3028,1),
(36730,'Ruzajevka',3028,1),
(36731,'Saransk',3028,1),
(36732,'Temnikov',3028,1),
(36733,'Torbeevo',3028,1),
(36734,'Zubova Poljana',3028,1),
(36735,'Moscow',3029,1),
(36736,'Moskva',3032,1),
(36737,'Vostochnyj',3032,1),
(36738,'Zeljenograd',3032,1),
(36739,'Apatity',3033,1),
(36740,'Gadzhievo',3033,1),
(36741,'Kandalaksha',3033,1),
(36742,'Kirovsk',3033,1),
(36743,'Kola',3033,1),
(36744,'Kovdor',3033,1),
(36745,'Monchegorsk',3033,1),
(36746,'Murmansk',3033,1),
(36747,'Murmashi',3033,1),
(36748,'Nikel',3033,1),
(36749,'Olenegorsk',3033,1),
(36750,'Ostrovnoj',3033,1),
(36751,'Poljarnye Zory',3033,1),
(36752,'Poljarnyj',3033,1),
(36753,'Revda',3033,1),
(36754,'Severomorsk',3033,1),
(36755,'Snezhnogorsk',3033,1),
(36756,'Zaozjorsk',3033,1),
(36757,'Zapoljarnyj',3033,1),
(36758,'Zeljenoborskij',3033,1),
(36759,'Narjan-Mar',3034,1),
(36760,'Borovichi',3036,1),
(36761,'Chudovo',3036,1),
(36762,'Krestcy',3036,1),
(36763,'Malaja Vishera',3036,1),
(36764,'Okulovka',3036,1),
(36765,'Pestovo',3036,1),
(36766,'Proletarij',3036,1),
(36767,'Solcy',3036,1),
(36768,'Staraja Russa',3036,1),
(36769,'Uglovka',3036,1),
(36770,'Valdaj',3036,1),
(36771,'Velikij Novgorod',3036,1),
(36772,'Novokusnezk',3037,1),
(36773,'Barabinsk',3038,1),
(36774,'Berdsk',3038,1),
(36775,'Bolotnoe',3038,1),
(36776,'Chany',3038,1),
(36777,'Cherepanovo',3038,1),
(36778,'Chulym',3038,1),
(36779,'Iskitim',3038,1),
(36780,'Karasuk',3038,1),
(36781,'Kargat',3038,1),
(36782,'Kochenjovo',3038,1),
(36783,'Kolcovo',3038,1),
(36784,'Kolyvan',3038,1),
(36785,'Krasnoobsk',3038,1),
(36786,'Krasnozerskoe',3038,1),
(36787,'Kujbyshev',3038,1),
(36788,'Kupino',3038,1),
(36789,'Linjovo',3038,1),
(36790,'Masljanino',3038,1),
(36791,'Novosibirsk',3038,1),
(36792,'Ob',3038,1),
(36793,'Suzun',3038,1),
(36794,'Tatarsk',3038,1),
(36795,'Toguchin',3038,1),
(36796,'Bolsherechje',3039,1),
(36797,'Cherlak',3039,1),
(36798,'Isilkul',3039,1),
(36799,'Kalachinsk',3039,1),
(36800,'Kormilovka',3039,1),
(36801,'Ljubinskij',3039,1),
(36802,'Moskaljoni',3039,1),
(36803,'Muromcevo',3039,1),
(36804,'Nazyvajevsk',3039,1),
(36805,'Omsk',3039,1),
(36806,'Tara',3039,1),
(36807,'Tavricheskoje',3039,1),
(36808,'Tjukalinsk',3039,1),
(36809,'Abdulino',3040,1),
(36810,'Buguruslan',3040,1),
(36811,'Buzuluk',3040,1),
(36812,'Jasnyj',3040,1),
(36813,'Komarovskiy',3040,1),
(36814,'Kuvandyk',3040,1),
(36815,'Mednogorsk',3040,1),
(36816,'Novotroick',3040,1),
(36817,'Orenburg',3040,1),
(36818,'Orsk',3040,1),
(36819,'Sol-Ileck',3040,1),
(36820,'Sorochinsk',3040,1),
(36821,'Bolhov',3041,1),
(36822,'Gaj',3041,1),
(36823,'Livny',3041,1),
(36824,'Mcensk',3041,1),
(36825,'Orjol',3041,1),
(36826,'Znamenka',3041,1),
(36827,'Bashmakovo',3042,1),
(36828,'Bekovo',3042,1),
(36829,'Belinskiy',3042,1),
(36830,'Kamenka',3042,1),
(36831,'Kolyshlej',3042,1),
(36832,'Kuzneck',3042,1),
(36833,'Mokshan',3042,1),
(36834,'Nikolsk',3042,1),
(36835,'Nizhnij Lomov',3042,1),
(36836,'Pachelma',3042,1),
(36837,'Penza',3042,1),
(36838,'Serdobsk',3042,1),
(36839,'Sursk',3042,1),
(36840,'Zarechnyj',3042,1),
(36841,'Zemetchino',3042,1),
(36842,'Aleksandrovsk',3043,1),
(36843,'Berezniki',3043,1),
(36844,'Chajkovskij',3043,1),
(36845,'Chermoz',3043,1),
(36846,'Chernushka',3043,1),
(36847,'Chusovoj',3043,1),
(36848,'Dobrjanka',3043,1),
(36849,'Gornozavodsk',3043,1),
(36850,'Gremjachinsk',3043,1),
(36851,'Gubaha',3043,1),
(36852,'Jajva',3043,1),
(36853,'Kizel',3043,1),
(36854,'Komsomolsky',3043,1),
(36855,'Krasnokamsk',3043,1),
(36856,'Krasnovishersk',3043,1),
(36857,'Kungur',3043,1),
(36858,'Lysva',3043,1),
(36859,'Novye Ljady',3043,1),
(36860,'Nytva',3043,1),
(36861,'Ocher',3043,1),
(36862,'Oktjabrskij',3043,1),
(36863,'Osa',3043,1),
(36864,'Pashija',3043,1),
(36865,'Perm',3043,1),
(36866,'Polazna',3043,1),
(36867,'Skalnyj',3043,1),
(36868,'Solikamsk',3043,1),
(36869,'Ugleuralskij',3043,1),
(36870,'Uralskij',3043,1),
(36871,'Usolje',3043,1),
(36872,'Vereshchagino',3043,1),
(36873,'Zvjozdnyj',3043,1),
(36874,'Arsenjev',3044,1),
(36875,'Artjom',3044,1),
(36876,'Artjomovskij',3044,1),
(36877,'Bolshoj Kamen',3044,1),
(36878,'Dalnegorsk',3044,1),
(36879,'Dalnerechensk',3044,1),
(36880,'Dunaj',3044,1),
(36881,'Fokino',3044,1),
(36882,'Jaroslavskij',3044,1),
(36883,'Kavalerovo',3044,1),
(36884,'Kirovskiy',3044,1),
(36885,'Lesozavodsk',3044,1),
(36886,'Lipovcy',3044,1),
(36887,'Livadija',3044,1),
(36888,'Luchegorsk',3044,1),
(36889,'Nahodka',3044,1),
(36890,'Novoshahtinskij',3044,1),
(36891,'Partizansk',3044,1),
(36892,'Pogranichnyj',3044,1),
(36893,'Preobrazhenie',3044,1),
(36894,'Putjatin',3044,1),
(36895,'Sibircevo',3044,1),
(36896,'Slavjanka',3044,1),
(36897,'Spassk-Dalnij',3044,1),
(36898,'Tavrichanka',3044,1),
(36899,'Trudovoe',3044,1),
(36900,'Uglekamensk',3044,1),
(36901,'Uglovoe',3044,1),
(36902,'Ussurijsk',3044,1),
(36903,'Vladivostok',3044,1),
(36904,'Vrangel',3044,1),
(36905,'Zavodskoj',3044,1),
(36906,'Dedovichi',3045,1),
(36907,'Dno',3045,1),
(36908,'Nevel',3045,1),
(36909,'Novosokolniki',3045,1),
(36910,'Opochka',3045,1),
(36911,'Ostrov',3045,1),
(36912,'Pechory',3045,1),
(36913,'Porhov',3045,1),
(36914,'Pskov',3045,1),
(36915,'Sebezh',3045,1),
(36916,'Strugi-Krasnye',3045,1),
(36917,'Velikije Luki',3045,1),
(36918,'Kasimov',3047,1),
(36919,'Korablino',3047,1),
(36920,'Mihajlov',3047,1),
(36921,'Novomichurinsk',3047,1),
(36922,'Rjazan',3047,1),
(36923,'Rjazhsk',3047,1),
(36924,'Rybnoje',3047,1),
(36925,'Sasovo',3047,1),
(36926,'Shilovo',3047,1),
(36927,'Skopin',3047,1),
(36928,'Ajutinskij',3048,1),
(36929,'Aksaj',3048,1),
(36930,'Azov',3048,1),
(36931,'Batajsk',3048,1),
(36932,'Belaja Kalitva',3048,1),
(36933,'Cimljansk',3048,1),
(36934,'Doneck',3048,1),
(36935,'Donskoj',3048,1),
(36936,'Gigant',3048,1),
(36937,'Glubokij',3048,1),
(36938,'Gornjackij',3048,1),
(36939,'Gukovo',3048,1),
(36940,'Kamenolomni',3048,1),
(36941,'Kamensk-Shahtinskij',3048,1),
(36942,'Konstantinovsk',3048,1),
(36943,'Krasnyj Sulin',3048,1),
(36944,'Lihovskoj',3048,1),
(36945,'Majskij',3048,1),
(36946,'Millerovo',3048,1),
(36947,'Morozovsk',3048,1),
(36948,'Novocherkassk',3048,1),
(36949,'Novoshahtinsk',3048,1),
(36950,'Proletarsk',3048,1),
(36951,'Rostov',3048,1),
(36952,'Rostov-na-Donu',3048,1),
(36953,'Salsk',3048,1),
(36954,'Semikarakorsk',3048,1),
(36955,'Shahty',3048,1),
(36956,'Sholohovskij',3048,1),
(36957,'Sinegorskij',3048,1),
(36958,'Sokolovo',3048,1),
(36959,'Taganrog',3048,1),
(36960,'Ust-Doneckij',3048,1),
(36961,'Volgodonsk',3048,1),
(36962,'Zernograd',3048,1),
(36963,'Zhirnov',3048,1),
(36964,'Zverevo',3048,1),
(36965,'Ajhan',3049,1),
(36966,'Aldan',3049,1),
(36967,'Cherskij',3049,1),
(36968,'Chulman',3049,1),
(36969,'Deputatskij',3049,1),
(36970,'Jakutsk',3049,1),
(36971,'Lensk',3049,1),
(36972,'Marha',3049,1),
(36973,'Mirnyj',3049,1),
(36974,'Nerjungri',3049,1),
(36975,'Njurba',3049,1),
(36976,'Oljokminsk',3049,1),
(36977,'Pokrovsk',3049,1),
(36978,'Sangar',3049,1),
(36979,'Serebrjanyj Bor',3049,1),
(36980,'Tiksi',3049,1),
(36981,'Tommot',3049,1),
(36982,'Udachnyj',3049,1),
(36983,'Ust-Nera',3049,1),
(36984,'Verhojansk',3049,1),
(36985,'Viljujsk',3049,1),
(36986,'Aleksandrovsk-Sahalinskij',3050,1),
(36987,'Dolinsk',3050,1),
(36988,'Gornozavodsk',3050,1),
(36989,'Holmsk',3050,1),
(36990,'Juzhno-Sahalinsk',3050,1),
(36991,'Korsakov',3050,1),
(36992,'Makarov',3050,1),
(36993,'Nevelsk',3050,1),
(36994,'Nogliki',3050,1),
(36995,'Oha',3050,1),
(36996,'Poronajsk',3050,1),
(36997,'Shahtjorsk',3050,1),
(36998,'Tymovskoje',3050,1),
(36999,'Uglegorsk',3050,1),
(37000,'Aleksejevka',3051,1),
(37001,'Bezenchuk',3051,1),
(37002,'Chapajevsk',3051,1),
(37003,'Fjodorovka',3051,1),
(37004,'Kinel',3051,1),
(37005,'Mirnyj',3051,1),
(37006,'Novokujbyshevsk',3051,1),
(37007,'Novosemejkino',3051,1),
(37008,'Oktjabrsk',3051,1),
(37009,'Otradnyj',3051,1),
(37010,'Pohvistnevo',3051,1),
(37011,'Povolzhskij',3051,1),
(37012,'Pribrezhnyj',3051,1),
(37013,'Roscinskij',3051,1),
(37014,'Samara',3051,1),
(37015,'Smyshljaevka',3051,1),
(37016,'Suhodol',3051,1),
(37017,'Syzran',3051,1),
(37018,'Timashjovo',3051,1),
(37019,'Toljatti',3051,1),
(37020,'Zhigulevsk',3051,1),
(37021,'Togliatti',3052,1),
(37022,'Saint Petersburg',3053,1),
(37023,'Sankt Peterburg',3053,1),
(37024,'Arkadak',3054,1),
(37025,'Atkarsk',3054,1),
(37026,'Balakovo',3054,1),
(37027,'Balashov',3054,1),
(37028,'Bazarnyj Karabulak',3054,1),
(37029,'Dergachi',3054,1),
(37030,'Engels',3054,1),
(37031,'Hvalynsk',3054,1),
(37032,'Jershov',3054,1),
(37033,'Kalininsk',3054,1),
(37034,'Krasnoarmejsk',3054,1),
(37035,'Krasnyj Kut',3054,1),
(37036,'Marks',3054,1),
(37037,'Novouzensk',3054,1),
(37038,'Ozinki',3054,1),
(37039,'Petrovsk',3054,1),
(37040,'Privolzhskij',3054,1),
(37041,'Pugachjov',3054,1),
(37042,'Rtishchevo',3054,1),
(37043,'Saratov',3054,1),
(37044,'Shihany',3054,1),
(37045,'Stepnoe',3054,1),
(37046,'Svetlyj',3054,1),
(37047,'Tatishchevo',3054,1),
(37048,'Volsk',3054,1),
(37049,'Demidov',3055,1),
(37050,'Desnogorsk',3055,1),
(37051,'Dorogobuzh',3055,1),
(37052,'Gagarin',3055,1),
(37053,'Hislavichi',3055,1),
(37054,'Jarcevo',3055,1),
(37055,'Jelnja',3055,1),
(37056,'Pochinok',3055,1),
(37057,'Roslavl',3055,1),
(37058,'Rudnja',3055,1),
(37059,'Safonovo',3055,1),
(37060,'Smolensk',3055,1),
(37061,'Verhnedneprovskij',3055,1),
(37062,'Vjazma',3055,1),
(37063,'Blagodarnyj',3056,1),
(37064,'Budjonnovsk',3056,1),
(37065,'Georgijevsk',3056,1),
(37066,'Gorjachevodskij',3056,1),
(37067,'Inozemcevo',3056,1),
(37068,'Ipatovo',3056,1),
(37069,'Izobilnyj',3056,1),
(37070,'Jessentuki',3056,1),
(37071,'Kislovodsk',3056,1),
(37072,'Lermontov',3056,1),
(37073,'Mihajlovsk',3056,1),
(37074,'Mineralnyje Vody',3056,1),
(37075,'Neftekumsk',3056,1),
(37076,'Nevinnomyssk',3056,1),
(37077,'Novoaleksandrovsk',3056,1),
(37078,'Novopavlovsk',3056,1),
(37079,'Pjatigorsk',3056,1),
(37080,'Solnechnodolsk',3056,1),
(37081,'Stavropol',3056,1),
(37082,'Svetlograd',3056,1),
(37083,'Svobody',3056,1),
(37084,'Zeljenokumsk',3056,1),
(37085,'Zheleznovodsk',3056,1),
(37086,'Alapajevsk',3057,1),
(37087,'Aramil',3057,1),
(37088,'Arti',3057,1),
(37089,'Artjomovskij',3057,1),
(37090,'Asbest',3057,1),
(37091,'Baranchinskij',3057,1),
(37092,'Belojarskij',3057,1),
(37093,'Berjozovskij',3057,1),
(37094,'Bisert',3057,1),
(37095,'Bogdanovich',3057,1),
(37096,'Bulanash',3057,1),
(37097,'Degtjarsk',3057,1),
(37098,'Ekaterinburg',3057,1),
(37099,'Irbit',3057,1),
(37100,'Ivdel',3057,1),
(37101,'Izumrud',3057,1),
(37102,'Jekaterinburg',3057,1),
(37103,'Kachkanar',3057,1),
(37104,'Kamensk-Uralskij',3057,1),
(37105,'Kamyshlov',3057,1),
(37106,'Karpinsk',3057,1),
(37107,'Kirovgrad',3057,1),
(37108,'Kolcovo',3057,1),
(37109,'Krasnoturinsk',3057,1),
(37110,'Krasnoufimsk',3057,1),
(37111,'Krasnouralsk',3057,1),
(37112,'Kushva',3057,1),
(37113,'Lesnoj',3057,1),
(37114,'Leviha',3057,1),
(37115,'Lobva',3057,1),
(37116,'Malysheva',3057,1),
(37117,'Mihajlovsk',3057,1),
(37118,'Monetnyj',3057,1),
(37119,'Nevjansk',3057,1),
(37120,'Nizhnie Sergi',3057,1),
(37121,'Nizhnij Tagil',3057,1),
(37122,'Nizhnjaja Salda',3057,1),
(37123,'Nizhnjaja Tura',3057,1),
(37124,'Novaja Ljalja',3057,1),
(37125,'Novouralsk',3057,1),
(37126,'Pervouralsk',3057,1),
(37127,'Polevskoj',3057,1),
(37128,'Pyshma',3057,1),
(37129,'Pyt-Jah',3057,1),
(37130,'Reftinskij',3057,1),
(37131,'Revda',3057,1),
(37132,'Rezh',3057,1),
(37133,'Serov',3057,1),
(37134,'Severouralsk',3057,1),
(37135,'Sosva',3057,1),
(37136,'Sredneuralsk',3057,1),
(37137,'Suhoj Log',3057,1),
(37138,'Svobodnyj',3057,1),
(37139,'Sysert',3057,1),
(37140,'Talica',3057,1),
(37141,'Tavda',3057,1),
(37142,'Troickij',3057,1),
(37143,'Turinsk',3057,1),
(37144,'Uralskij',3057,1),
(37145,'Verhnij Tagil',3057,1),
(37146,'Verhnjaja Pyshma',3057,1),
(37147,'Verhnjaja Salda',3057,1),
(37148,'Verhnjaja Sinyachiha',3057,1),
(37149,'Verhnjaja Tura',3057,1),
(37150,'Verhoturje',3057,1),
(37151,'Volchansk',3057,1),
(37152,'Yekaterinburg',3057,1),
(37153,'Zarechnyj',3057,1),
(37154,'Zjuzelskij',3057,1),
(37155,'Dudinka',3058,1),
(37156,'Dmitrievka',3059,1),
(37157,'Inzhavino',3059,1),
(37158,'Kirsanov',3059,1),
(37159,'Kotovsk',3059,1),
(37160,'Michurinsk',3059,1),
(37161,'Morshansk',3059,1),
(37162,'Pervomajskij',3059,1),
(37163,'Rasskazovo',3059,1),
(37164,'Sosnovka',3059,1),
(37165,'Tambov',3059,1),
(37166,'Uvarovo',3059,1),
(37167,'Zherdevka',3059,1),
(37168,'Znamenka',3059,1),
(37169,'Agryz',3060,1),
(37170,'Aksubajevo',3060,1),
(37171,'Aktjubinskij',3060,1),
(37172,'Aleksejevskoje',3060,1),
(37173,'Almetjevsk',3060,1),
(37174,'Arsk',3060,1),
(37175,'Aznakajevo',3060,1),
(37176,'Bavly',3060,1),
(37177,'Bugulma',3060,1),
(37178,'Buinsk',3060,1),
(37179,'Chistopol',3060,1),
(37180,'Dzhalil',3060,1),
(37181,'Jelabuga',3060,1),
(37182,'Kamskie Poljany',3060,1),
(37183,'Kazan',3060,1),
(37184,'Kukmor',3060,1),
(37185,'Leninogorsk',3060,1),
(37186,'Mamadysh',3060,1),
(37187,'Mendelejevsk',3060,1),
(37188,'Menzelinsk',3060,1),
(37189,'Naberezhnyje Chelny',3060,1),
(37190,'Nizhnekamsk',3060,1),
(37191,'Niznjaja Maktama',3060,1),
(37192,'Nurlat',3060,1),
(37193,'Tetjushi',3060,1),
(37194,'Urussu',3060,1),
(37195,'Vasiljevo',3060,1),
(37196,'Zainsk',3060,1),
(37197,'Zeljonodolsk',3060,1),
(37198,'Bogandinskij',3061,1),
(37199,'Borovskij',3061,1),
(37200,'Golyshmanovo',3061,1),
(37201,'Ishim',3061,1),
(37202,'Jalutorovosk',3061,1),
(37203,'Tjumen',3061,1),
(37204,'Tobolsk',3061,1),
(37205,'Vinzili',3061,1),
(37206,'Zavodoukovsk',3061,1),
(37207,'Asino',3062,1),
(37208,'Jaja',3062,1),
(37209,'Kolpashevo',3062,1),
(37210,'Seversk',3062,1),
(37211,'Strezhevoj',3062,1),
(37212,'Tomsk',3062,1),
(37213,'Agejevo',3063,1),
(37214,'Aleksin',3063,1),
(37215,'Beljov',3063,1),
(37216,'Bogoroditsk',3063,1),
(37217,'Bolohovo',3063,1),
(37218,'Donskoj',3063,1),
(37219,'Dubovka',3063,1),
(37220,'Jasnogorsk',3063,1),
(37221,'Jefremov',3063,1),
(37222,'Kimovsk',3063,1),
(37223,'Kirejevsk',3063,1),
(37224,'Kosaja Gora',3063,1),
(37225,'Leninskij',3063,1),
(37226,'Lipki',3063,1),
(37227,'Mendelejevskij',3063,1),
(37228,'Novomoskovsk',3063,1),
(37229,'Pervomajskij',3063,1),
(37230,'Plavsk',3063,1),
(37231,'Severo-Zadonsk',3063,1),
(37232,'Shchjokino',3063,1),
(37233,'Skuratovskij',3063,1),
(37234,'Sokolniki',3063,1),
(37235,'Sovetsk',3063,1),
(37236,'Suvorov',3063,1),
(37237,'Tovarkovskij',3063,1),
(37238,'Tula',3063,1),
(37239,'Uzlovaja',3063,1),
(37240,'Venjov',3063,1),
(37241,'Andreapol',3064,1),
(37242,'Bezheck',3064,1),
(37243,'Bologoe',3064,1),
(37244,'Kaljazin',3064,1),
(37245,'Kashin',3064,1),
(37246,'Kimry',3064,1),
(37247,'Konakovo',3064,1),
(37248,'Kuvshinovo',3064,1),
(37249,'Lihoslavl',3064,1),
(37250,'Maksatiha',3064,1),
(37251,'Ostashkov',3064,1),
(37252,'Ozjornyj',3064,1),
(37253,'Pelidovo',3064,1),
(37254,'Rameshki',3064,1),
(37255,'Redkino',3064,1),
(37256,'Rzhev',3064,1),
(37257,'Solnechnyj',3064,1),
(37258,'Starica',3064,1),
(37259,'Toropec',3064,1),
(37260,'Torzhok',3064,1),
(37261,'Tver',3064,1),
(37262,'Udomlja',3064,1),
(37263,'Vyshnij Volochok',3064,1),
(37264,'Zapadnaja Dvina',3064,1),
(37265,'Ak-Dovurak',3065,1),
(37266,'Kyzyl',3065,1),
(37267,'Balezino',3066,1),
(37268,'Glazov',3066,1),
(37269,'Igra',3066,1),
(37270,'Izhevsk',3066,1),
(37271,'Kambarka',3066,1),
(37272,'Kez',3066,1),
(37273,'Kizner',3066,1),
(37274,'Mozhga',3066,1),
(37275,'Sarapul',3066,1),
(37276,'Uva',3066,1),
(37277,'Votkinsk',3066,1),
(37278,'Barysh',3067,1),
(37279,'Cherdakly',3067,1),
(37280,'Dimitrovgrad',3067,1),
(37281,'Inza',3067,1),
(37282,'Isheevka',3067,1),
(37283,'Novospasskoe',3067,1),
(37284,'Novouljanovsk',3067,1),
(37285,'Sengilej',3067,1),
(37286,'Uljanovsk',3067,1),
(37287,'Ust-Ordynskij',3069,1),
(37288,'Aleksandrov',3070,1),
(37289,'Balakirevo',3070,1),
(37290,'Gorohovec',3070,1),
(37291,'Gus-Hrustalnyj',3070,1),
(37292,'Jurjev Polskij',3070,1),
(37293,'Kameshkovo',3070,1),
(37294,'Karabanovo',3070,1),
(37295,'Kirzhach',3070,1),
(37296,'Kolchugino',3070,1),
(37297,'Kosterovo',3070,1),
(37298,'Kovrov',3070,1),
(37299,'Krasnaja Gorbatka',3070,1),
(37300,'Krasnyj Oktjabr',3070,1),
(37301,'Lakinsk',3070,1),
(37302,'Melenki',3070,1),
(37303,'Murom',3070,1),
(37304,'Novovjazniki',3070,1),
(37305,'Pokrov',3070,1),
(37306,'Raduzhnyj',3070,1),
(37307,'Sobinka',3070,1),
(37308,'Strunino',3070,1),
(37309,'Sudogda',3070,1),
(37310,'Suzdal',3070,1),
(37311,'Vjazniki',3070,1),
(37312,'Vladimir',3070,1),
(37313,'Dubovka',3071,1),
(37314,'Frolovo',3071,1),
(37315,'Gorkovskij',3071,1),
(37316,'Gorodishche',3071,1),
(37317,'Ilovlja',3071,1),
(37318,'Jelan',3071,1),
(37319,'Kalach-na-Donu',3071,1),
(37320,'Kamyshin',3071,1),
(37321,'Kotelnikovo',3071,1),
(37322,'Kotovo',3071,1),
(37323,'Krasnoslobodsk',3071,1),
(37324,'Leninsk',3071,1),
(37325,'Mihajlovka',3071,1),
(37326,'Nikolajevsk',3071,1),
(37327,'Nizhny Novgorod',3071,1),
(37328,'Novoanninskij',3071,1),
(37329,'Novonikolajevskij',3071,1),
(37330,'Pallasovka',3071,1),
(37331,'Petrov Val',3071,1),
(37332,'Serafimovich',3071,1),
(37333,'Surovikino',3071,1),
(37334,'Svetlyj Jar',3071,1),
(37335,'Urjupinsk',3071,1),
(37336,'Volgograd',3071,1),
(37337,'Volzhskij',3071,1),
(37338,'Zhirnovsk',3071,1),
(37339,'Babajevo',3072,1),
(37340,'Belozjorsk',3072,1),
(37341,'Cherepovec',3072,1),
(37342,'Grjazovec',3072,1),
(37343,'Harovsk',3072,1),
(37344,'Kaduj',3072,1),
(37345,'Krasavino',3072,1),
(37346,'Sheksna',3072,1),
(37347,'Sokol',3072,1),
(37348,'Totma',3072,1),
(37349,'Velikij Ustjug',3072,1),
(37350,'Vologda',3072,1),
(37351,'Vytegra',3072,1),
(37352,'Anna',3073,1),
(37353,'Bobrov',3073,1),
(37354,'Boguchar',3073,1),
(37355,'Borisoglebsk',3073,1),
(37356,'Buturlinovka',3073,1),
(37357,'Ertil',3073,1),
(37358,'Gribanovskij',3073,1),
(37359,'Kalach',3073,1),
(37360,'Kamenka',3073,1),
(37361,'Kantemirovka',3073,1),
(37362,'Liski',3073,1),
(37363,'Novohopjorsk',3073,1),
(37364,'Novovoronezh',3073,1),
(37365,'Ostrogozhsk',3073,1),
(37366,'Pavlovsk',3073,1),
(37367,'Povorino',3073,1),
(37368,'Pridonskij',3073,1),
(37369,'Rossosh',3073,1),
(37370,'Semiluki',3073,1),
(37371,'Somovo',3073,1),
(37372,'Talovaja',3073,1),
(37373,'Voronezh',3073,1),
(37374,'Butare',3074,1),
(37375,'Nyanza',3074,1),
(37376,'Byumba',3075,1),
(37377,'Cyangugu',3076,1),
(37378,'Gikongoro',3077,1),
(37379,'Gisenyi',3078,1),
(37380,'Gitarama',3079,1),
(37381,'Kibungo',3080,1),
(37382,'Rwamagana',3080,1),
(37383,'Kibuye',3081,1),
(37384,'Kigali',3082,1),
(37385,'Ruhengeri',3083,1),
(37386,'Georgetown',3084,1),
(37387,'Anse-la-Raye',3102,1),
(37388,'Canaries',3103,1),
(37389,'Castries',3104,1),
(37390,'Choc',3104,1),
(37391,'Choiseul',3105,1),
(37392,'Dennery',3106,1),
(37393,'Laborie',3108,1),
(37394,'Micoud',3109,1),
(37395,'Soufriere',3110,1),
(37396,'Miquelon',3112,1),
(37397,'Saint-Pierre',3113,1),
(37398,'Biabou',3114,1),
(37399,'Byera',3114,1),
(37400,'Georgetown',3114,1),
(37401,'Dovers',3115,1),
(37402,'Hamilton',3115,1),
(37403,'Port Elizabeth',3115,1),
(37404,'Falelatai',3120,1),
(37405,'Mulifanua',3121,1),
(37406,'Solosolo',3122,1),
(37407,'Safotulafai',3123,1),
(37408,'Samalae\'ulu',3124,1),
(37409,'A\'opo',3125,1),
(37410,'Taga',3126,1),
(37411,'Gautavai',3127,1),
(37412,'Apia',3128,1),
(37413,'Samamea',3129,1),
(37414,'Neiafu',3130,1),
(37415,'Acquaviva',3131,1),
(37416,'Chiesanuova',3133,1),
(37417,'Domagnano',3134,1),
(37418,'Faetano',3135,1),
(37419,'Fiorentino',3136,1),
(37420,'Montegiardino',3137,1),
(37421,'Serravalle',3139,1),
(37422,'Santana',3141,1),
(37423,'Neves',3142,1),
(37424,'Santo Amaro',3143,1),
(37425,'Trindade',3144,1),
(37426,'Santo Antonio',3145,1),
(37427,'Mahayel',3147,1),
(37428,'Abha',3149,1),
(37429,'Abu \'Aris',3149,1),
(37430,'Khamis Mushayt',3149,1),
(37431,'Qal\'at Bishah',3149,1),
(37432,'Ha\'il',3152,1),
(37433,'Jawf',3153,1),
(37434,'Sakakah',3153,1),
(37435,'Jizan',3154,1),
(37436,'Sabya',3154,1),
(37437,'Makkah',3155,1),
(37438,'Rabig',3155,1),
(37439,'al-Hawiyah',3155,1),
(37440,'at-Ta\'if',3155,1),
(37441,'Dar\'iyah',3156,1),
(37442,'Najran',3156,1),
(37443,'Sharurah',3156,1),
(37444,'\'Unayzah',3157,1),
(37445,'Buraydah',3157,1),
(37446,'ar-Rass',3157,1),
(37447,'Tabuk',3158,1),
(37448,'Umm Lajj',3158,1),
(37449,'al-Bahah',3160,1),
(37450,'Ara\'ar',3161,1),
(37451,'Rafha',3161,1),
(37452,'Turayf',3161,1),
(37453,'al-Qurayyat',3161,1),
(37454,'Yanbu',3162,1),
(37455,'al-Madinah',3162,1),
(37456,'\'Afif',3163,1),
(37457,'ad-Dawadimi',3163,1),
(37458,'ad-Dilam',3163,1),
(37459,'al-Kharj',3163,1),
(37460,'al-Majma\'ah',3163,1),
(37461,'ar-Riyad',3163,1),
(37462,'az-Zulfi',3163,1),
(37463,'Dakar',3164,1),
(37464,'Bambey',3165,1),
(37465,'Diourbel',3165,1),
(37466,'Mbacke',3165,1),
(37467,'Touba',3165,1),
(37468,'Diofior',3166,1),
(37469,'Fatick',3166,1),
(37470,'Foundiougne',3166,1),
(37471,'Gossas',3166,1),
(37472,'Guinguineo',3166,1),
(37473,'Kahone',3166,1),
(37474,'Passy',3166,1),
(37475,'Sokone',3166,1),
(37476,'Gandiaye',3167,1),
(37477,'Kaffrine',3167,1),
(37478,'Kaolack',3167,1),
(37479,'Koungheul',3167,1),
(37480,'Medina',3167,1),
(37481,'Ndoffane Lagheme',3167,1),
(37482,'Nioro du Rip',3167,1),
(37483,'Toubakouta',3167,1),
(37484,'Dabo',3168,1),
(37485,'Goudomp',3168,1),
(37486,'Kolda',3168,1),
(37487,'Marsassoum',3168,1),
(37488,'Medina Gounas',3168,1),
(37489,'Sedhiou',3168,1),
(37490,'Velingara',3168,1),
(37491,'Wassadou',3168,1),
(37492,'Dahra',3169,1),
(37493,'Kebemer',3169,1),
(37494,'Linguere',3169,1),
(37495,'Louga',3169,1),
(37496,'Dagana',3170,1),
(37497,'Gollere',3170,1),
(37498,'Kanel',3170,1),
(37499,'Matam',3170,1),
(37500,'Ndioum',3170,1),
(37501,'Ourossogui',3170,1),
(37502,'Podor',3170,1),
(37503,'Richard Toll',3170,1),
(37504,'Saint-Louis',3170,1),
(37505,'Semme',3170,1),
(37506,'Thilogne',3170,1),
(37507,'Waounde',3170,1),
(37508,'Bakel',3171,1),
(37509,'Kedougou',3171,1),
(37510,'Tambacounda',3171,1),
(37511,'Joal-Fadiouth',3172,1),
(37512,'Kayar',3172,1),
(37513,'Khombole',3172,1),
(37514,'Mbour',3172,1),
(37515,'Meckhe',3172,1),
(37516,'Nguekhokh',3172,1),
(37517,'Pout',3172,1),
(37518,'Thiadiaye',3172,1),
(37519,'Thies',3172,1),
(37520,'Tivaouane',3172,1),
(37521,'Bignona',3173,1),
(37522,'Oussouye',3173,1),
(37523,'Thionck-Essyl',3173,1),
(37524,'Ziguinchor',3173,1),
(37525,'Cascade',3179,1),
(37526,'Takamaka',3180,1),
(37527,'Mahe',3181,1),
(37528,'Biama',3182,1),
(37529,'Daru',3182,1),
(37530,'Kailahun',3182,1),
(37531,'Kenema',3182,1),
(37532,'Koidu',3182,1),
(37533,'Koindu',3182,1),
(37534,'Pendembu',3182,1),
(37535,'Sefadu',3182,1),
(37536,'Segbwema',3182,1),
(37537,'Yengema',3182,1),
(37538,'Kabala',3183,1),
(37539,'Kambia',3183,1),
(37540,'Lungi',3183,1),
(37541,'Lunsar',3183,1),
(37542,'Magburaka',3183,1),
(37543,'Makeni',3183,1),
(37544,'Mambolo',3183,1),
(37545,'Moyamba',3183,1),
(37546,'Pepel',3183,1),
(37547,'Port Loko',3183,1),
(37548,'Yele',3183,1),
(37549,'Binkolo',3184,1),
(37550,'Bo',3184,1),
(37551,'Bonthe',3184,1),
(37552,'Bumpe',3184,1),
(37553,'Matru',3184,1),
(37554,'Pujehun',3184,1),
(37555,'Taiama',3184,1),
(37556,'Freetown',3185,1),
(37557,'York',3185,1),
(37558,'Singapore',3186,1),
(37559,'Banska Bystrica',3187,1),
(37560,'Banska Shtiavnica',3187,1),
(37561,'Brezno',3187,1),
(37562,'Chierny Balog',3187,1),
(37563,'Detva',3187,1),
(37564,'Fil\'akovo',3187,1),
(37565,'Hnusht\'a',3187,1),
(37566,'Hrinova',3187,1),
(37567,'Kremnica',3187,1),
(37568,'Krupina',3187,1),
(37569,'Luchenec',3187,1),
(37570,'Nova Bana',3187,1),
(37571,'Podbrezova',3187,1),
(37572,'Poltar',3187,1),
(37573,'Revuca',3187,1),
(37574,'Rimavska Sobota',3187,1),
(37575,'Sliach',3187,1),
(37576,'Tisovec',3187,1),
(37577,'Tornal\'a',3187,1),
(37578,'Vel\'ky Krtish',3187,1),
(37579,'Vlkanova',3187,1),
(37580,'Zharnovica',3187,1),
(37581,'Zhiar',3187,1),
(37582,'Ziar nad Hronom',3187,1),
(37583,'Zvolen',3187,1),
(37584,'Bernolakovo',3188,1),
(37585,'Bratislava',3188,1),
(37586,'Ivanka pri Dunaji',3188,1),
(37587,'Malacky',3188,1),
(37588,'Modra',3188,1),
(37589,'Pezinok',3188,1),
(37590,'Senec',3188,1),
(37591,'Shenkvice',3188,1),
(37592,'Stupava',3188,1),
(37593,'Svaty Jur',3188,1),
(37594,'Chana',3189,1),
(37595,'Chierna nad Tisou',3189,1),
(37596,'Dobshina',3189,1),
(37597,'Gelnica',3189,1),
(37598,'Kosice',3189,1),
(37599,'Kral\'ovsky Chlmec',3189,1),
(37600,'Krompachy',3189,1),
(37601,'Medzev',3189,1),
(37602,'Michalovce',3189,1),
(37603,'Moldava nad Bodvou',3189,1),
(37604,'Pavlovce nad Uhom',3189,1),
(37605,'Rozhnava',3189,1),
(37606,'Sechovce',3189,1),
(37607,'Smizhany',3189,1),
(37608,'Sobrance',3189,1),
(37609,'Strazhske',3189,1),
(37610,'Trebishov',3189,1),
(37611,'Vel\'ke Kapushany',3189,1),
(37612,'Vranov',3189,1),
(37613,'Dvory nad Zhitavou',3190,1),
(37614,'Hurbanovo',3190,1),
(37615,'Kolarovo',3190,1),
(37616,'Komarno',3190,1),
(37617,'Komjatice',3190,1),
(37618,'Levice',3190,1),
(37619,'Levocha',3190,1),
(37620,'Mocenok',3190,1),
(37621,'Nesvady',3190,1),
(37622,'Nitra',3190,1),
(37623,'Nove Zamky',3190,1),
(37624,'Palarikovo',3190,1),
(37625,'Shahy',3190,1),
(37626,'Shal\'a',3190,1),
(37627,'Shturovo',3190,1),
(37628,'Shurany',3190,1),
(37629,'Svodin',3190,1),
(37630,'Tlmache',3190,1),
(37631,'Tvrdoshovce',3190,1),
(37632,'Vrable',3190,1),
(37633,'Zlate Moravce',3190,1),
(37634,'Bardejov',3191,1),
(37635,'Giraltovce',3191,1),
(37636,'Humenne',3191,1),
(37637,'Jarovnice',3191,1),
(37638,'Kezhmarok',3191,1),
(37639,'Lipany',3191,1),
(37640,'Medzilaborce',3191,1),
(37641,'Podolinec',3191,1),
(37642,'Poprad',3191,1),
(37643,'Preshov',3191,1),
(37644,'Presov',3191,1),
(37645,'Sabinov',3191,1),
(37646,'Snina',3191,1),
(37647,'Spishska Bela',3191,1),
(37648,'Spishska Nova Ves',3191,1),
(37649,'Spishske Podhradie',3191,1),
(37650,'Stara L\'ubovna',3191,1),
(37651,'Stropkov',3191,1),
(37652,'Svidnik',3191,1),
(37653,'Svit',3191,1),
(37654,'Vel\'ky Sharish',3191,1),
(37655,'Vysoke Tatry',3191,1),
(37656,'Banovce',3192,1),
(37657,'Belusha',3192,1),
(37658,'Bojnice',3192,1),
(37659,'Boshany',3192,1),
(37660,'Dubnica',3192,1),
(37661,'Handlova',3192,1),
(37662,'Ilava',3192,1),
(37663,'Lednicke Rovne',3192,1),
(37664,'Lendak',3192,1),
(37665,'Myjava',3192,1),
(37666,'Nemshova',3192,1),
(37667,'Nova Dubnica',3192,1),
(37668,'Novaky',3192,1),
(37669,'Nove Mesto',3192,1),
(37670,'Partizanske',3192,1),
(37671,'Povazhska Bystrica',3192,1),
(37672,'Prievidza',3192,1),
(37673,'Puchov',3192,1),
(37674,'Stara Tura',3192,1),
(37675,'Topol\'chany',3192,1),
(37676,'Trenchianske Teplice',3192,1),
(37677,'Trenchin',3192,1),
(37678,'Trencin',3192,1),
(37679,'Brezova pod Bradlom',3193,1),
(37680,'Dunajska Streda',3193,1),
(37681,'Gabchikovo',3193,1),
(37682,'Galanta',3193,1),
(37683,'Gbely',3193,1),
(37684,'Hlohovec',3193,1),
(37685,'Holich',3193,1),
(37686,'Kuty',3193,1),
(37687,'Leopoldov',3193,1),
(37688,'Piesht\'any',3193,1),
(37689,'Piestany',3193,1),
(37690,'Senica',3193,1),
(37691,'Sered\'',3193,1),
(37692,'Shamorin',3193,1),
(37693,'Shashtin-Strazhe',3193,1),
(37694,'Shoporna',3193,1),
(37695,'Skalica',3193,1),
(37696,'Sladkovichovo',3193,1),
(37697,'Trnava',3193,1),
(37698,'Vel\'ke Ul\'any',3193,1),
(37699,'Vel\'ky Meder',3193,1),
(37700,'Vrbove',3193,1),
(37701,'Bytcha',3194,1),
(37702,'Chadca',3194,1),
(37703,'Chierne',3194,1),
(37704,'Dolny Kubin',3194,1),
(37705,'Krasno nad Kysucou',3194,1),
(37706,'Kysucke Nove Mesto',3194,1),
(37707,'Liptovsky Hradok',3194,1),
(37708,'Liptovsky Mikulash',3194,1),
(37709,'Martin',3194,1),
(37710,'Namestovo',3194,1),
(37711,'Nizhna',3194,1),
(37712,'Oshchadnica',3194,1),
(37713,'Rabcha',3194,1),
(37714,'Rajec',3194,1),
(37715,'Rakova',3194,1),
(37716,'Ruzhomberok',3194,1),
(37717,'Ruzomberok',3194,1),
(37718,'Shtiavnik',3194,1),
(37719,'Skalite',3194,1),
(37720,'Suchany',3194,1),
(37721,'Terchova',3194,1),
(37722,'Trstena',3194,1),
(37723,'Turany',3194,1),
(37724,'Turchianske Teplice',3194,1),
(37725,'Turzovka',3194,1),
(37726,'Tvrdoshin',3194,1),
(37727,'Vel\'ke Rovne',3194,1),
(37728,'Vrutky',3194,1),
(37729,'Zakamenne',3194,1),
(37730,'Zhilina',3194,1),
(37731,'Zilina',3194,1),
(37732,'Semic',3195,1),
(37733,'Skofljica',3195,1),
(37734,'Zelezniki',3195,1),
(37735,'Begunje na Gorenjskem',3196,1),
(37736,'Bistrica ob Trzhichu',3196,1),
(37737,'Bled',3196,1),
(37738,'Blejska Dobrava',3196,1),
(37739,'Bohinjska Bistrica',3196,1),
(37740,'Britof',3196,1),
(37741,'Cerklje na Gorenjskem',3196,1),
(37742,'Golnik',3196,1),
(37743,'Gorenja Vas',3196,1),
(37744,'Hrastje',3196,1),
(37745,'Hrushica',3196,1),
(37746,'Jesenice',3196,1),
(37747,'Kokrica',3196,1),
(37748,'Koroshka Bela',3196,1),
(37749,'Kranj',3196,1),
(37750,'Kranjska Gora',3196,1),
(37751,'Krizhe',3196,1),
(37752,'Kropa',3196,1),
(37753,'Lesce',3196,1),
(37754,'Mlaka pri Kranju',3196,1),
(37755,'Mojstrana',3196,1),
(37756,'Preddvor',3196,1),
(37757,'Predoslje',3196,1),
(37758,'Pristava',3196,1),
(37759,'Radovljica',3196,1),
(37760,'Shenchur',3196,1),
(37761,'Shkofja Loka',3196,1),
(37762,'Slovenski Javornik',3196,1),
(37763,'Spodnja Besnica',3196,1),
(37764,'Spodnje Gorje',3196,1),
(37765,'Stara Loka',3196,1),
(37766,'Sveti Duh',3196,1),
(37767,'Trzhich',3196,1),
(37768,'Visoko',3196,1),
(37769,'Zasip',3196,1),
(37770,'Zgornje Bitnje',3196,1),
(37771,'Zhelezniki',3196,1),
(37772,'Zhiri',3196,1),
(37773,'Ajdovshchina',3197,1),
(37774,'Bilje',3197,1),
(37775,'Bovec',3197,1),
(37776,'Branik',3197,1),
(37777,'Cerkno',3197,1),
(37778,'Deskle',3197,1),
(37779,'Idrija',3197,1),
(37780,'Kanal',3197,1),
(37781,'Kobarid',3197,1),
(37782,'Kromberk',3197,1),
(37783,'Lokavec',3197,1),
(37784,'Miren',3197,1),
(37785,'Nova Gorica',3197,1),
(37786,'Prvachina',3197,1),
(37787,'Renche',3197,1),
(37788,'Rozhna Dolina',3197,1),
(37789,'Shempas',3197,1),
(37790,'Shempeter',3197,1),
(37791,'Solkan',3197,1),
(37792,'Spodnja Idrija',3197,1),
(37793,'Tolmin',3197,1),
(37794,'Vipava',3197,1),
(37795,'Vrtojba',3197,1),
(37796,'Chrna na Koroshkem',3199,1),
(37797,'Dravograd',3199,1),
(37798,'Legen',3199,1),
(37799,'Mezhica',3199,1),
(37800,'Mislinja',3199,1),
(37801,'Muta',3199,1),
(37802,'Otishki Vrh',3199,1),
(37803,'Pameche',3199,1),
(37804,'Podgorje',3199,1),
(37805,'Prevalje',3199,1),
(37806,'Radlje ob Dravi',3199,1),
(37807,'Ravne',3199,1),
(37808,'Shmartno pri Slovenj Gradcu',3199,1),
(37809,'Slovenj Gradec',3199,1),
(37810,'Vuhred',3199,1),
(37811,'Vuzenica',3199,1),
(37812,'Cerknica',3200,1),
(37813,'Ilirska Bistrica',3200,1),
(37814,'Pivka',3200,1),
(37815,'Postojna',3200,1),
(37816,'Rakek',3200,1),
(37817,'Stari trg pri Lozhu',3200,1),
(37818,'Ankaran',3201,1),
(37819,'Bertoki',3201,1),
(37820,'Dekani',3201,1),
(37821,'Divacha',3201,1),
(37822,'Hrvatni',3201,1),
(37823,'Izola',3201,1),
(37824,'Jagodje',3201,1),
(37825,'Koper',3201,1),
(37826,'Lucija',3201,1),
(37827,'Pareceg',3201,1),
(37828,'Piran',3201,1),
(37829,'Pobegi',3201,1),
(37830,'Portorozh',3201,1),
(37831,'Prade',3201,1),
(37832,'Secha',3201,1),
(37833,'Sezhana',3201,1),
(37834,'Spodnje Shkofije',3201,1),
(37835,'Sveti Anton',3201,1),
(37836,'Borovnica',3204,1),
(37837,'Brezovica pri Ljubljani',3204,1),
(37838,'Dob',3204,1),
(37839,'Dobrova',3204,1),
(37840,'Domzhale',3204,1),
(37841,'Dragomer',3204,1),
(37842,'Grosuplje',3204,1),
(37843,'Horjul',3204,1),
(37844,'Ig',3204,1),
(37845,'Ivanchna Gorica',3204,1),
(37846,'Kamnik',3204,1),
(37847,'Komenda',3204,1),
(37848,'Lavrica',3204,1),
(37849,'Litija',3204,1),
(37850,'Ljubljana',3204,1),
(37851,'Log pri Brezovici',3204,1),
(37852,'Logatec',3204,1),
(37853,'Medvode',3204,1),
(37854,'Mekinje',3204,1),
(37855,'Mengesh',3204,1),
(37856,'Moravche',3204,1),
(37857,'Notranje',3204,1),
(37858,'Podgorje',3204,1),
(37859,'Preserje pri Radomljah',3204,1),
(37860,'Radomlje',3204,1),
(37861,'Rovte',3204,1),
(37862,'Shentvid pri Stichni',3204,1),
(37863,'Shkofljica',3204,1),
(37864,'Shmarca',3204,1),
(37865,'Shmartno pri Litiji',3204,1),
(37866,'Smarje-Sap',3204,1),
(37867,'Trzin',3204,1),
(37868,'Verd',3204,1),
(37869,'Vir',3204,1),
(37870,'Vishnja Gora',3204,1),
(37871,'Vnanje Gorice',3204,1),
(37872,'Vodice',3204,1),
(37873,'Vrhnika',3204,1),
(37874,'Zgornje Pirniche',3204,1),
(37875,'Bistrica ob Dravi',3205,1),
(37876,'Bresternica',3205,1),
(37877,'Bukovci',3205,1),
(37878,'Dogoshe',3205,1),
(37879,'Dornava',3205,1),
(37880,'Fram',3205,1),
(37881,'Hotinja Vas',3205,1),
(37882,'Kamnica',3205,1),
(37883,'Kidrichevo',3205,1),
(37884,'Koshaki',3205,1),
(37885,'Krchevina pri Vurbergu',3205,1),
(37886,'Lenart',3205,1),
(37887,'Limbush',3205,1),
(37888,'Lovrenc na Pohorju',3205,1),
(37889,'Maribor',3205,1),
(37890,'Miklavzh na Dravskem Polju',3205,1),
(37891,'Ormozh',3205,1),
(37892,'Pekre',3205,1),
(37893,'Pesnica pri Mariboru',3205,1),
(37894,'Pobrezhje',3205,1),
(37895,'Podvinci',3205,1),
(37896,'Poljchane',3205,1),
(37897,'Pragersko',3205,1),
(37898,'Ptuj',3205,1),
(37899,'Rache',3205,1),
(37900,'Radizel',3205,1),
(37901,'Razvanje',3205,1),
(37902,'Rogoza',3205,1),
(37903,'Rushe',3205,1),
(37904,'Selnica ob Dravi',3205,1),
(37905,'Selnica ob Muri',3205,1),
(37906,'Shentilj',3205,1),
(37907,'Skoke',3205,1),
(37908,'Slovenska Bistrica',3205,1),
(37909,'Spodnja Polskava',3205,1),
(37910,'Spodnje Hoche',3205,1),
(37911,'Spodnji Duplek',3205,1),
(37912,'Spuhlja',3205,1),
(37913,'Sredishche ob Dravi',3205,1),
(37914,'Stojnci',3205,1),
(37915,'Zgornja Polskava',3205,1),
(37916,'Zgornje Poljchane',3205,1),
(37917,'Zgornji Duplek',3205,1),
(37918,'Bakovci',3206,1),
(37919,'Beltinci',3206,1),
(37920,'Chernelavci',3206,1),
(37921,'Chrenshovci',3206,1),
(37922,'Dobrovnik',3206,1),
(37923,'Doklezhovje',3206,1),
(37924,'Ganchani',3206,1),
(37925,'Gornja Radgona',3206,1),
(37926,'Izhakovci',3206,1),
(37927,'Krog',3206,1),
(37928,'Lendava',3206,1),
(37929,'Lipovci',3206,1),
(37930,'Ljutomer',3206,1),
(37931,'Melinci',3206,1),
(37932,'Murska Sobota',3206,1),
(37933,'Odranci',3206,1),
(37934,'Petishovci',3206,1),
(37935,'Radenci',3206,1),
(37936,'Rakichan',3206,1),
(37937,'Turnishche',3206,1),
(37938,'Velika Polana',3206,1),
(37939,'Verzej',3206,1),
(37940,'Breg pri Polzeli',3207,1),
(37941,'Celje',3207,1),
(37942,'Gornji Grad',3207,1),
(37943,'Gotovlje',3207,1),
(37944,'Kasaze',3207,1),
(37945,'Lashko',3207,1),
(37946,'Ljubechna',3207,1),
(37947,'Ljubno ob Savinji',3207,1),
(37948,'Loka pri Zusmu',3207,1),
(37949,'Lokovica',3207,1),
(37950,'Mozirje',3207,1),
(37951,'Naklo',3207,1),
(37952,'Nazarje',3207,1),
(37953,'Oplotnica',3207,1),
(37954,'Petrovche',3207,1),
(37955,'Polzela',3207,1),
(37956,'Prebold',3207,1),
(37957,'Radeche',3207,1),
(37958,'Ravne',3207,1),
(37959,'Rimske Toplica',3207,1),
(37960,'Rogashka Slatina',3207,1),
(37961,'Rogatec',3207,1),
(37962,'Sentjernej',3207,1),
(37963,'Shempeter',3207,1),
(37964,'Shentjur',3207,1),
(37965,'Shkale',3207,1),
(37966,'Shmarje pri Jelshah',3207,1),
(37967,'Shoshtanj',3207,1),
(37968,'Shtore',3207,1),
(37969,'Slovenske Konjice',3207,1),
(37970,'Topolshica',3207,1),
(37971,'Trnovlje pri Celju',3207,1),
(37972,'Velenje',3207,1),
(37973,'Vitanje',3207,1),
(37974,'Vojnik',3207,1),
(37975,'Zabukovica',3207,1),
(37976,'Zadobrova',3207,1),
(37977,'Zhalec',3207,1),
(37978,'Zreche',3207,1),
(37979,'Brestanica',3209,1),
(37980,'Brezhice',3209,1),
(37981,'Krshko',3209,1),
(37982,'Leskovac pri Krshkem',3209,1),
(37983,'Senovo',3209,1),
(37984,'Sevnica',3209,1),
(37985,'Dol pri Hrastniku',3210,1),
(37986,'Hrastnik',3210,1),
(37987,'Izlake',3210,1),
(37988,'Kisovec',3210,1),
(37989,'Trbovlje',3210,1),
(37990,'Zagorje ob Savi',3210,1),
(37991,'Adamstown',3211,1),
(37992,'Tulagi',3212,1),
(37993,'Taro Island',3213,1),
(37994,'Honiara',3214,1),
(37995,'Buala',3215,1),
(37996,'Auki',3217,1),
(37997,'Lata',3219,1),
(37998,'Gizo',3220,1),
(37999,'Baki',3221,1),
(38000,'Borama',3221,1),
(38001,'Gebilay',3221,1),
(38002,'Sayla\'',3221,1),
(38003,'Tayeglo',3222,1),
(38004,'Xuddur',3222,1),
(38005,'Yet',3222,1),
(38006,'Muqdisho',3223,1),
(38007,'\'Alula',3224,1),
(38008,'Bandarbeyla',3224,1),
(38009,'Bandarmu\'ayo',3224,1),
(38010,'Bargal',3224,1),
(38011,'Bereda',3224,1),
(38012,'Bosaso',3224,1),
(38013,'Iskushuban',3224,1),
(38014,'Qandala',3224,1),
(38015,'Qardho',3224,1),
(38016,'Xafun',3224,1),
(38017,'Baydhabo',3225,1),
(38018,'Bur Hakkaba',3225,1),
(38019,'Dinsor',3225,1),
(38020,'\'Elbur',3226,1),
(38021,'\'Eldhere',3226,1),
(38022,'Dhusa Marreb',3226,1),
(38023,'Bardhere',3227,1),
(38024,'Dolaw',3227,1),
(38025,'Dujuma',3227,1),
(38026,'Garbaharey',3227,1),
(38027,'Luq',3227,1),
(38028,'Sa\'o',3227,1),
(38029,'Wajid',3227,1),
(38030,'Bal\'ad',3228,1),
(38031,'Beled Weyne',3228,1),
(38032,'Bulobarde',3228,1),
(38033,'Jalalassi',3228,1),
(38034,'Galka\'yo',3231,1),
(38035,'Hobyo',3231,1),
(38036,'Xarardhere',3231,1),
(38037,'Eyl',3232,1),
(38038,'Garowe',3232,1),
(38039,'Las\'anod',3232,1),
(38040,'\'Erigabo',3233,1),
(38041,'Lasqoray',3233,1),
(38042,'\'Ek',3236,1),
(38043,'Bur\'o',3236,1),
(38044,'Odweyne',3236,1),
(38045,'Alberton',3240,1),
(38046,'Alrode',3240,1),
(38047,'Benmore',3240,1),
(38048,'Benoni',3240,1),
(38049,'Boksburg',3240,1),
(38050,'Booysens',3240,1),
(38051,'Brakpan',3240,1),
(38052,'Bronkhorstspruit',3240,1),
(38053,'Bryanston',3240,1),
(38054,'Carltonville',3240,1),
(38055,'Centurion',3240,1),
(38056,'Cullinan',3240,1),
(38057,'Dainfern',3240,1),
(38058,'Edenvale',3240,1),
(38059,'Ferndale',3240,1),
(38060,'Fourways',3240,1),
(38061,'Gardenview',3240,1),
(38062,'Gauteng',3240,1),
(38063,'Grant Park',3240,1),
(38064,'Heidelberg',3240,1),
(38065,'Isando',3240,1),
(38066,'Johannesburg',3240,1),
(38067,'Kelvin',3240,1),
(38068,'Krugersdorp',3240,1),
(38069,'Linmeyer',3240,1),
(38070,'Maraisburg',3240,1),
(38071,'Midrand',3240,1),
(38072,'Nigel',3240,1),
(38073,'Northmead',3240,1),
(38074,'Petervale',3240,1),
(38075,'Pinegowrie',3240,1),
(38076,'Pretoria',3240,1),
(38077,'Primrose',3240,1),
(38078,'Randburg',3240,1),
(38079,'Randfontein',3240,1),
(38080,'Randvaal',3240,1),
(38081,'Rivonia',3240,1),
(38082,'Robertville',3240,1),
(38083,'Soweto',3240,1),
(38084,'Springs',3240,1),
(38085,'Temba',3240,1),
(38086,'Tembisa',3240,1),
(38087,'Troyeville',3240,1),
(38088,'Vanderbijlpark',3240,1),
(38089,'Vereeniging',3240,1),
(38090,'Verwoerdburg',3240,1),
(38091,'Vorna Valley',3240,1),
(38092,'Wadeville',3240,1),
(38093,'Westonaria',3240,1),
(38094,'Sandton',3242,1),
(38095,'Bela-Bela',3244,1),
(38096,'Dendron',3244,1),
(38097,'Duiwelskloof',3244,1),
(38098,'Ellisras',3244,1),
(38099,'Giyani',3244,1),
(38100,'Lebowakgomo',3244,1),
(38101,'Louis Trichardt',3244,1),
(38102,'Lulekani',3244,1),
(38103,'Mankweng',3244,1),
(38104,'Messina',3244,1),
(38105,'Mogalakwena',3244,1),
(38106,'Mutale',3244,1),
(38107,'Nkowakowa',3244,1),
(38108,'Nylstroom',3244,1),
(38109,'Phalaborwa',3244,1),
(38110,'Pietersburg',3244,1),
(38111,'Polokwane',3244,1),
(38112,'Soekmekaar',3244,1),
(38113,'Southdale',3244,1),
(38114,'Thabazimbi',3244,1),
(38115,'Thohoyandou',3244,1),
(38116,'Thulamahashe',3244,1),
(38117,'Tzaneen',3244,1),
(38118,'Botleng',3245,1),
(38119,'Ekangala',3245,1),
(38120,'Embalenhle',3245,1),
(38121,'Emjindini',3245,1),
(38122,'Empuluzi',3245,1),
(38123,'Emzinoni',3245,1),
(38124,'Ermelo',3245,1),
(38125,'Ethandakukhanja',3245,1),
(38126,'Groblersdal',3245,1),
(38127,'Komatipoort',3245,1),
(38128,'Kriel',3245,1),
(38129,'KwaZanele',3245,1),
(38130,'Kwazamokuhle',3245,1),
(38131,'Lebohang',3245,1),
(38132,'Marblehall',3245,1),
(38133,'Mashishing',3245,1),
(38134,'Mhluzi',3245,1),
(38135,'Nelspruit',3245,1),
(38136,'Phola',3245,1),
(38137,'Sakhile',3245,1),
(38138,'Secunda',3245,1),
(38139,'Siyabuswa',3245,1),
(38140,'Siyathemba',3245,1),
(38141,'Siyathuthuka',3245,1),
(38142,'Vukuzakhe',3245,1),
(38143,'Witbank',3245,1),
(38144,'Witrivier',3245,1),
(38145,'eLukwatini',3245,1),
(38146,'Parow',3248,1),
(38147,'Umtentweni',3250,1),
(38148,'ALbatera',3255,1),
(38149,'Alacant',3255,1),
(38150,'Alcoi',3255,1),
(38151,'Almoradi',3255,1),
(38152,'Altea',3255,1),
(38153,'Aspe',3255,1),
(38154,'Benidorm',3255,1),
(38155,'Benissa',3255,1),
(38156,'Callosa de Segura',3255,1),
(38157,'Calp',3255,1),
(38158,'Cocentaina',3255,1),
(38159,'Crevillent',3255,1),
(38160,'Denia',3255,1),
(38161,'El Campello',3255,1),
(38162,'Elda',3255,1),
(38163,'Elx',3255,1),
(38164,'Guardamar del Segura',3255,1),
(38165,'Ibi',3255,1),
(38166,'L\'Alfas del Pi',3255,1),
(38167,'La Vila Joiosa',3255,1),
(38168,'Monover',3255,1),
(38169,'Mutxamel',3255,1),
(38170,'Novelda',3255,1),
(38171,'Orihuela',3255,1),
(38172,'Pedreguer',3255,1),
(38173,'Pego',3255,1),
(38174,'Petrer',3255,1),
(38175,'Pilar de la Horadada',3255,1),
(38176,'Pinoso',3255,1),
(38177,'Rojales',3255,1),
(38178,'Sant Joan d\'Alacant',3255,1),
(38179,'Sant Vicent del Raspeig',3255,1),
(38180,'Santa Pola',3255,1),
(38181,'Sax',3255,1),
(38182,'Teulada',3255,1),
(38183,'Torrevieja',3255,1),
(38184,'Villena',3255,1),
(38185,'Xabia',3255,1),
(38186,'Amurrio',3256,1),
(38187,'Llodio',3256,1),
(38188,'Vitoria',3256,1),
(38189,'Albacete',3257,1),
(38190,'Almansa',3257,1),
(38191,'Caudete',3257,1),
(38192,'Hellin',3257,1),
(38193,'La Roda',3257,1),
(38194,'Villarrobledo',3257,1),
(38195,'Adra',3258,1),
(38196,'Albox',3258,1),
(38197,'Almeria',3258,1),
(38198,'Berja',3258,1),
(38199,'Cuevas del Almanzora',3258,1),
(38200,'El Ejido',3258,1),
(38201,'Huercal de Almeria',3258,1),
(38202,'Huercal-Overa',3258,1),
(38203,'Nijar',3258,1),
(38204,'Roquetas de Mar',3258,1),
(38205,'Vicar',3258,1),
(38206,'Benalmadena',3259,1),
(38207,'Aller',3260,1),
(38208,'Aviles',3260,1),
(38209,'C/ Pena Salon',3260,1),
(38210,'Cangas del Narcea',3260,1),
(38211,'Carreno',3260,1),
(38212,'Castrillon',3260,1),
(38213,'Corvera de Asturias',3260,1),
(38214,'Gijon',3260,1),
(38215,'Gozon',3260,1),
(38216,'Grado',3260,1),
(38217,'Langreo',3260,1),
(38218,'Laviana',3260,1),
(38219,'Lena',3260,1),
(38220,'Llanera',3260,1),
(38221,'Llanes',3260,1),
(38222,'Mieres',3260,1),
(38223,'Navia',3260,1),
(38224,'Oviedo',3260,1),
(38225,'Pilona',3260,1),
(38226,'Pravia',3260,1),
(38227,'San Martin del Rey Aurelio',3260,1),
(38228,'Siero',3260,1),
(38229,'Tineo',3260,1),
(38230,'Valdes',3260,1),
(38231,'Villaviciosa',3260,1),
(38232,'Avila',3261,1),
(38233,'Almendralejo',3262,1),
(38234,'Azuaga',3262,1),
(38235,'Badajoz',3262,1),
(38236,'Don Benito',3262,1),
(38237,'Jerez de los Caballeros',3262,1),
(38238,'Merida',3262,1),
(38239,'Montijo',3262,1),
(38240,'Olivenza',3262,1),
(38241,'Villafranca de los Barros',3262,1),
(38242,'Villanueva de la Serena',3262,1),
(38243,'Zafra',3262,1),
(38244,'Alayor-Menorca',3263,1),
(38245,'Alcudia',3263,1),
(38246,'Calvia',3263,1),
(38247,'Capdepera',3263,1),
(38248,'Ciutadella de Menorca',3263,1),
(38249,'Eivissa',3263,1),
(38250,'Felanitx',3263,1),
(38251,'Inca',3263,1),
(38252,'Llucmajor',3263,1),
(38253,'Mahon',3263,1),
(38254,'Manacor',3263,1),
(38255,'Marratxi',3263,1),
(38256,'Palma',3263,1),
(38257,'Pollenca',3263,1),
(38258,'Sa Pobla',3263,1),
(38259,'Sant Antoni de Portmany',3263,1),
(38260,'Sant Josep de sa Talaia',3263,1),
(38261,'Santa Eulalia del Rio',3263,1),
(38262,'Santanyi',3263,1),
(38263,'Soller',3263,1),
(38264,'Abrera',3264,1),
(38265,'Alella',3264,1),
(38266,'Arenys de Mar',3264,1),
(38267,'Argentona',3264,1),
(38268,'Badalona',3264,1),
(38269,'Badia del Valles',3264,1),
(38270,'Barbera del Valles',3264,1),
(38271,'Barcelona',3264,1),
(38272,'Berga',3264,1),
(38273,'Cabrera de Mar',3264,1),
(38274,'Caldes de Montbui',3264,1),
(38275,'Calella',3264,1),
(38276,'Canet de Mar',3264,1),
(38277,'Canovelles',3264,1),
(38278,'Cardedeu',3264,1),
(38279,'Castellar del Valles',3264,1),
(38280,'Castellbisbal',3264,1),
(38281,'Castelldefels',3264,1),
(38282,'Cerdanyola',3264,1),
(38283,'Corbera de Llobregat',3264,1),
(38284,'Cornella',3264,1),
(38285,'El Masnou',3264,1),
(38286,'El Prat de Llobregat',3264,1),
(38287,'Esparreguera',3264,1),
(38288,'Esplugues de Llobregat',3264,1),
(38289,'Gava',3264,1),
(38290,'Granollers',3264,1),
(38291,'Igualada',3264,1),
(38292,'L\'Hospitalet de Llobregat',3264,1),
(38293,'La Garriga',3264,1),
(38294,'La Llagosta',3264,1),
(38295,'Les Franquesas del Valles',3264,1),
(38296,'Llica d\'Amunt',3264,1),
(38297,'Malgrat de Mar',3264,1),
(38298,'Manlleu',3264,1),
(38299,'Manresa',3264,1),
(38300,'Martorell',3264,1),
(38301,'Mataro',3264,1),
(38302,'Molins de Rei',3264,1),
(38303,'Mollet del Valles',3264,1),
(38304,'Montcada i Reixac',3264,1),
(38305,'Montgat',3264,1),
(38306,'Montmelo',3264,1),
(38307,'Montornes del Valles',3264,1),
(38308,'Olesa de Montserrat',3264,1),
(38309,'Palau-solita i Plegamans',3264,1),
(38310,'Palleja',3264,1),
(38311,'Parets del Valles',3264,1),
(38312,'Piera',3264,1),
(38313,'Pineda de Mar',3264,1),
(38314,'Premia de Dalt',3264,1),
(38315,'Premia de Mar',3264,1),
(38316,'Ripollet',3264,1),
(38317,'Rubi',3264,1),
(38318,'Sabadell',3264,1),
(38319,'Sant Adria de Besos',3264,1),
(38320,'Sant Andreu de la Barca',3264,1),
(38321,'Sant Boi de Llobregat',3264,1),
(38322,'Sant Celoni',3264,1),
(38323,'Sant Cugat del Valles',3264,1),
(38324,'Sant Feliu de Llobregat',3264,1),
(38325,'Sant Joan Despi',3264,1),
(38326,'Sant Joan de Vilatorrada',3264,1),
(38327,'Sant Just Desvern',3264,1),
(38328,'Sant Pere de Ribes',3264,1),
(38329,'Sant Quirze del Valles',3264,1),
(38330,'Sant Sadurni d\'Anoia',3264,1),
(38331,'Sant Vicenc dels Horts',3264,1),
(38332,'Santa Coloma de Gramenet',3264,1),
(38333,'Santa Margarida de Montbui',3264,1),
(38334,'Santa Perpetua de Mogoda',3264,1),
(38335,'Sitges',3264,1),
(38336,'Son Servera',3264,1),
(38337,'Terrassa',3264,1),
(38338,'Tordera',3264,1),
(38339,'Torello',3264,1),
(38340,'Vallirana',3264,1),
(38341,'Vic',3264,1),
(38342,'Viladecans',3264,1),
(38343,'Viladecavalls',3264,1),
(38344,'Vilafranca del Penedes',3264,1),
(38345,'Vilanova del Cami',3264,1),
(38346,'Vilanova i la Geltru',3264,1),
(38347,'Vilassar del Mar',3264,1),
(38348,'Bertamirans',3265,1),
(38349,'Berriatua',3266,1),
(38350,'Derio',3266,1),
(38351,'Elorio',3266,1),
(38352,'Loiu',3266,1),
(38353,'Aranda de Duero',3267,1),
(38354,'Burgos',3267,1),
(38355,'Miranda de Ebro',3267,1),
(38356,'Caceres',3268,1),
(38357,'Coria',3268,1),
(38358,'Miajadas',3268,1),
(38359,'Navalmoral de la Mata',3268,1),
(38360,'Plasencia',3268,1),
(38361,'Talayuela',3268,1),
(38362,'Trujillo',3268,1),
(38363,'Algeciras',3269,1),
(38364,'Arcos de la Frontera',3269,1),
(38365,'Barbate',3269,1),
(38366,'Cadiz',3269,1),
(38367,'Chiclana',3269,1),
(38368,'Chipiona',3269,1),
(38369,'Conil',3269,1),
(38370,'El Puerto de Santa Maria',3269,1),
(38371,'Jerez',3269,1),
(38372,'Jimena de la Frontera',3269,1),
(38373,'La Linea',3269,1),
(38374,'Los Barrios',3269,1),
(38375,'Medina-Sidonia',3269,1),
(38376,'Olvera',3269,1),
(38377,'Puerto Real',3269,1),
(38378,'Rota',3269,1),
(38379,'San Fernando',3269,1),
(38380,'San Roque',3269,1),
(38381,'Sanlucar de Barrameda',3269,1),
(38382,'Tarifa',3269,1),
(38383,'Ubrique',3269,1),
(38384,'Vejer de la Frontera',3269,1),
(38385,'Villamartin',3269,1),
(38386,'Camargo',3270,1),
(38387,'Castro-Urdiales',3270,1),
(38388,'El Astillero',3270,1),
(38389,'Laredo',3270,1),
(38390,'Los Corrales de Buelna',3270,1),
(38391,'Pielagos',3270,1),
(38392,'Reinosa',3270,1),
(38393,'San Felices De Buelna',3270,1),
(38394,'Santa Cruz de Bezana',3270,1),
(38395,'Santander',3270,1),
(38396,'Santona',3270,1),
(38397,'Torrelavega',3270,1),
(38398,'Almassora',3271,1),
(38399,'Benicarlo',3271,1),
(38400,'Benicassim',3271,1),
(38401,'Burriana',3271,1),
(38402,'Castello',3271,1),
(38403,'L\'Alcora',3271,1),
(38404,'La Vall d\'Uixo',3271,1),
(38405,'Nules',3271,1),
(38406,'Onda',3271,1),
(38407,'Segorbe',3271,1),
(38408,'Vila-real',3271,1),
(38409,'Vinaros',3271,1),
(38410,'Barcelona',3272,1),
(38411,'Ceuta',3273,1),
(38412,'Aguilar de la Frontera',3281,1),
(38413,'Baena',3281,1),
(38414,'Bujalance',3281,1),
(38415,'Cabra',3281,1),
(38416,'Cordoba',3281,1),
(38417,'Fernan-Nunez',3281,1),
(38418,'Fuente Palmera',3281,1),
(38419,'La Carlota',3281,1),
(38420,'Lucena',3281,1),
(38421,'Luque',3281,1),
(38422,'Montilla',3281,1),
(38423,'Montoro',3281,1),
(38424,'Palma del Rio',3281,1),
(38425,'Penarroya-Pueblonuevo',3281,1),
(38426,'Pozoblanco',3281,1),
(38427,'Priego de Cordoba',3281,1),
(38428,'Puente Genil',3281,1),
(38429,'Rute',3281,1),
(38430,'Villanueva de Cordoba',3281,1),
(38431,'Cuenca',3282,1),
(38432,'Tarancon',3282,1),
(38433,'Aduna',3283,1),
(38434,'Lazakao',3283,1),
(38435,'Banyoles',3284,1),
(38436,'Blanes',3284,1),
(38437,'Empuriabrava',3284,1),
(38438,'Figueres',3284,1),
(38439,'Girona',3284,1),
(38440,'La Bisbal d\'Emporda',3284,1),
(38441,'Lloret de Mar',3284,1),
(38442,'Massanet de la Selva',3284,1),
(38443,'Olot',3284,1),
(38444,'Palafrugell',3284,1),
(38445,'Palamos',3284,1),
(38446,'Ripoll',3284,1),
(38447,'Roses',3284,1),
(38448,'Salt',3284,1),
(38449,'Sant Feliu de Guixols',3284,1),
(38450,'Santa Coloma de Farners',3284,1),
(38451,'Torroella de Montgri',3284,1),
(38452,'Albolote',3285,1),
(38453,'Almunecar',3285,1),
(38454,'Armilla',3285,1),
(38455,'Atarfe',3285,1),
(38456,'Baza',3285,1),
(38457,'Granada',3285,1),
(38458,'Guadix',3285,1),
(38459,'Huescar',3285,1),
(38460,'Huetor Tajar',3285,1),
(38461,'Huetor Vega',3285,1),
(38462,'Illora',3285,1),
(38463,'La Zubia',3285,1),
(38464,'Las Gabias',3285,1),
(38465,'Loja',3285,1),
(38466,'Maracena',3285,1),
(38467,'Motril',3285,1),
(38468,'Ogijares',3285,1),
(38469,'Peligros',3285,1),
(38470,'Pinos Puente',3285,1),
(38471,'Salobrena',3285,1),
(38472,'Santa Fe',3285,1),
(38473,'Azuqueca de Henares',3286,1),
(38474,'Guadalajara',3286,1),
(38475,'Andoain',3287,1),
(38476,'Anoeta',3287,1),
(38477,'Arrasate',3287,1),
(38478,'Azkoitia',3287,1),
(38479,'Azpeitia',3287,1),
(38480,'Beasain',3287,1),
(38481,'Bergara',3287,1),
(38482,'Donostia',3287,1),
(38483,'Eibar',3287,1),
(38484,'Elgoibar',3287,1),
(38485,'Errenteria',3287,1),
(38486,'Guipuuzcoa',3287,1),
(38487,'Hernani',3287,1),
(38488,'Hondarribia',3287,1),
(38489,'Irun',3287,1),
(38490,'Legazpi',3287,1),
(38491,'Mendaro',3287,1),
(38492,'Mondragon',3287,1),
(38493,'Oiartzun',3287,1),
(38494,'Onati',3287,1),
(38495,'Ordizia',3287,1),
(38496,'Oria',3287,1),
(38497,'Pasaia',3287,1),
(38498,'Tolosa',3287,1),
(38499,'Zarautz',3287,1),
(38500,'Zumaia',3287,1),
(38501,'Zumarraga',3287,1),
(38502,'Aljaraque',3288,1),
(38503,'Almonte',3288,1),
(38504,'Ayamonte',3288,1),
(38505,'Bollullos Par del Condado',3288,1),
(38506,'Cartaya',3288,1),
(38507,'Gibraleon',3288,1),
(38508,'Huelva',3288,1),
(38509,'Isla Cristina',3288,1),
(38510,'La Palma del Condado',3288,1),
(38511,'Lepe',3288,1),
(38512,'Moguer',3288,1),
(38513,'Punta Umbria',3288,1),
(38514,'Valverde del Camino',3288,1),
(38515,'Barbastro',3289,1),
(38516,'Binefar',3289,1),
(38517,'Fraga',3289,1),
(38518,'Huesca',3289,1),
(38519,'Jaca',3289,1),
(38520,'Monzon',3289,1),
(38521,'Sabinanigo',3289,1),
(38522,'Alcala la Real',3290,1),
(38523,'Alcaudete',3290,1),
(38524,'Andujar',3290,1),
(38525,'Baeza',3290,1),
(38526,'Bailen',3290,1),
(38527,'Cazorla',3290,1),
(38528,'Jaen',3290,1),
(38529,'Jodar',3290,1),
(38530,'La Carolina',3290,1),
(38531,'Linares',3290,1),
(38532,'Mancha Real',3290,1),
(38533,'Martos',3290,1),
(38534,'Mengibar',3290,1),
(38535,'Torre del Campo',3290,1),
(38536,'Torredonjimeno',3290,1),
(38537,'Ubeda',3290,1),
(38538,'Villacarrillo',3290,1),
(38539,'Villanueva del Arzobispo',3290,1),
(38540,'Astorga',3293,1),
(38541,'Bembibre',3293,1),
(38542,'La Baneza',3293,1),
(38543,'Leon',3293,1),
(38544,'Ponferrada',3293,1),
(38545,'San Andres del Rabanedo',3293,1),
(38546,'Villablino',3293,1),
(38547,'Villaquilambre',3293,1),
(38548,'Tora',3294,1),
(38549,'Balaguer',3295,1),
(38550,'La Seu d\'Urgell',3295,1),
(38551,'Lleida',3295,1),
(38552,'Mollerussa',3295,1),
(38553,'Tarrega',3295,1),
(38554,'Burela',3296,1),
(38555,'Cervo',3296,1),
(38556,'Chantada',3296,1),
(38557,'Foz',3296,1),
(38558,'Lugo',3296,1),
(38559,'Monforte de Lemos',3296,1),
(38560,'Ribadeo',3296,1),
(38561,'Sarria',3296,1),
(38562,'Vilalba',3296,1),
(38563,'Viveiro',3296,1),
(38564,'Alcala de Henares',3297,1),
(38565,'Alcobendas',3297,1),
(38566,'Alcorcon',3297,1),
(38567,'Algete',3297,1),
(38568,'Alpedrete',3297,1),
(38569,'Aranjuez',3297,1),
(38570,'Arganda del Rey',3297,1),
(38571,'Boadilla del Monte',3297,1),
(38572,'Ciempozuelos',3297,1),
(38573,'Collado Villalba',3297,1),
(38574,'Colmenar Viejo',3297,1),
(38575,'Coslada',3297,1),
(38576,'El Escorial',3297,1),
(38577,'Fuenlabrada',3297,1),
(38578,'Galapagar',3297,1),
(38579,'Getafe',3297,1),
(38580,'Guadarrama',3297,1),
(38581,'Humanes de Madrid',3297,1),
(38582,'Las Rozas de Madrid',3297,1),
(38583,'Leganes',3297,1),
(38584,'Madrid',3297,1),
(38585,'Majadahonda',3297,1),
(38586,'Meco',3297,1),
(38587,'Mejorada del Campo',3297,1),
(38588,'Mostoles',3297,1),
(38589,'Navalcarnero',3297,1),
(38590,'Parla',3297,1),
(38591,'Pinto',3297,1),
(38592,'Pozuelo de Alarcon',3297,1),
(38593,'Rivas-Vaciamadrid',3297,1),
(38594,'San Fernando de Henares',3297,1),
(38595,'San Lorenzo de El Escorial',3297,1),
(38596,'San Martin de la Vega',3297,1),
(38597,'San Sebastian de los Reyes',3297,1),
(38598,'Torrejon de Ardoz',3297,1),
(38599,'Torrelodones',3297,1),
(38600,'Tres Cantos',3297,1),
(38601,'Valdemoro',3297,1),
(38602,'Velilla de San Antonio',3297,1),
(38603,'Villanueva de la Canada',3297,1),
(38604,'Villaviciosa de Odon',3297,1),
(38605,'Alhaurin de la Torre',3298,1),
(38606,'Alhaurin el Grande',3298,1),
(38607,'Alora',3298,1),
(38608,'Antequera',3298,1),
(38609,'Apartado',3298,1),
(38610,'Archidona',3298,1),
(38611,'Benalmadena',3298,1),
(38612,'Cartama',3298,1),
(38613,'Coin',3298,1),
(38614,'Estepona',3298,1),
(38615,'Fuengirola',3298,1),
(38616,'Malaga',3298,1),
(38617,'Marbella',3298,1),
(38618,'Mijas',3298,1),
(38619,'Nerja',3298,1),
(38620,'Rincon de la Victoria',3298,1),
(38621,'Ronda',3298,1),
(38622,'Torremolinos',3298,1),
(38623,'Torrox',3298,1),
(38624,'Velez-Malaga',3298,1),
(38625,'maro',3298,1),
(38626,'Melilla',3299,1),
(38627,'Abaran',3300,1),
(38628,'Aguilas',3300,1),
(38629,'Alcantarilla',3300,1),
(38630,'Alhama de Murcia',3300,1),
(38631,'Archena',3300,1),
(38632,'Beniel',3300,1),
(38633,'Bullas',3300,1),
(38634,'Calasparra',3300,1),
(38635,'Caravaca de la Cruz',3300,1),
(38636,'Cartagena',3300,1),
(38637,'Cehegin',3300,1),
(38638,'Cieza',3300,1),
(38639,'Fuente Alamo de Murcia',3300,1),
(38640,'Jumilla',3300,1),
(38641,'La Union',3300,1),
(38642,'Las Torres de Cotillas',3300,1),
(38643,'Lorca',3300,1),
(38644,'Los Alcazares',3300,1),
(38645,'Mazarron',3300,1),
(38646,'Molina de Segura',3300,1),
(38647,'Moratella',3300,1),
(38648,'Mula',3300,1),
(38649,'Murcia',3300,1),
(38650,'Puerto Lumbreras',3300,1),
(38651,'San Javier',3300,1),
(38652,'San Pedro del Pinatar',3300,1),
(38653,'Santomera',3300,1),
(38654,'Torre Pacheco',3300,1),
(38655,'Torre-Pacheco',3300,1),
(38656,'Totana',3300,1),
(38657,'Yecla',3300,1),
(38658,'Ansoain',3301,1),
(38659,'Atarrabia',3301,1),
(38660,'Baranain',3301,1),
(38661,'Burlata',3301,1),
(38662,'Iruna',3301,1),
(38663,'Lizarra',3301,1),
(38664,'Navarra',3301,1),
(38665,'Orkoien',3301,1),
(38666,'Tafalla',3301,1),
(38667,'Tudela',3301,1),
(38668,'Zizur Nagusia',3301,1),
(38669,'O Barco de Valdeorras',3302,1),
(38670,'O Carballino',3302,1),
(38671,'Ourense',3302,1),
(38672,'Verin',3302,1),
(38673,'Xinzo de Limia',3302,1),
(38674,'Guardo',3304,1),
(38675,'Palencia',3304,1),
(38676,'A Estrada',3305,1),
(38677,'A Guarda',3305,1),
(38678,'Baiona',3305,1),
(38679,'Bueu',3305,1),
(38680,'Caldas de Reis',3305,1),
(38681,'Cambados',3305,1),
(38682,'Cangas',3305,1),
(38683,'Cangas De Morrazo',3305,1),
(38684,'Gondomar',3305,1),
(38685,'Lalin',3305,1),
(38686,'Marin',3305,1),
(38687,'Moana',3305,1),
(38688,'Mos',3305,1),
(38689,'Nigran',3305,1),
(38690,'O Grove',3305,1),
(38691,'O Porrino',3305,1),
(38692,'Poio',3305,1),
(38693,'Ponteareas',3305,1),
(38694,'Pontevedra',3305,1),
(38695,'Redondela',3305,1),
(38696,'Salvaterra de Mino',3305,1),
(38697,'Sanxenxo',3305,1),
(38698,'Silleda',3305,1),
(38699,'Tomino',3305,1),
(38700,'Tui',3305,1),
(38701,'Vigo',3305,1),
(38702,'Vilagarcia de Arousa',3305,1),
(38703,'Vilanova de Arousa',3305,1),
(38704,'Bejar',3306,1),
(38705,'Ciudad Rodrigo',3306,1),
(38706,'Salamanca',3306,1),
(38707,'Santa Marta de Tormes',3306,1),
(38708,'Cuellar',3308,1),
(38709,'Segovia',3308,1),
(38710,'Alcala de Guadaira',3309,1),
(38711,'Alcala del Rio',3309,1),
(38712,'Arahal',3309,1),
(38713,'Bormujos',3309,1),
(38714,'Brenes',3309,1),
(38715,'Camas',3309,1),
(38716,'Cantillana',3309,1),
(38717,'Carmona',3309,1),
(38718,'Castilleja de la Cuesta',3309,1),
(38719,'Coria del Rio',3309,1),
(38720,'Dos Hermanas',3309,1),
(38721,'Ecija',3309,1),
(38722,'El Viso del Alcor',3309,1),
(38723,'Estepa',3309,1),
(38724,'Gines',3309,1),
(38725,'Guillena',3309,1),
(38726,'La Algaba',3309,1),
(38727,'La Puebla de Cazalla',3309,1),
(38728,'La Puebla del Rio',3309,1),
(38729,'La Rinconada',3309,1),
(38730,'Las Cabezas de San Juan',3309,1),
(38731,'Lebrija',3309,1),
(38732,'Lora del Rio',3309,1),
(38733,'Los Palacios y Villafranca',3309,1),
(38734,'Mairena del Alcor',3309,1),
(38735,'Mairena del Aljarafe',3309,1),
(38736,'Marchena',3309,1),
(38737,'Moron de la Frontera',3309,1),
(38738,'Olivares',3309,1),
(38739,'Osuna',3309,1),
(38740,'Pilas',3309,1),
(38741,'San Juan de Aznalfarache',3309,1),
(38742,'Sanlucar la Mayor',3309,1),
(38743,'Sevilla',3309,1),
(38744,'Tocina',3309,1),
(38745,'Tomares',3309,1),
(38746,'Utrera',3309,1),
(38747,'Soria',3310,1),
(38748,'Alcanar',3311,1),
(38749,'Amposta',3311,1),
(38750,'Calafell',3311,1),
(38751,'Cambrils',3311,1),
(38752,'Deltrebe',3311,1),
(38753,'El Vendrell',3311,1),
(38754,'Reus',3311,1),
(38755,'Salou',3311,1),
(38756,'Sant Carles de la Rapita',3311,1),
(38757,'Tarragona',3311,1),
(38758,'Torredembarra',3311,1),
(38759,'Tortosa',3311,1),
(38760,'Valls',3311,1),
(38761,'Vila-seca',3311,1),
(38762,'Tenerife',3312,1),
(38763,'Alcaniz',3313,1),
(38764,'Teruel',3313,1),
(38765,'Consuegra',3314,1),
(38766,'Illescas',3314,1),
(38767,'Madridejos',3314,1),
(38768,'Mora',3314,1),
(38769,'Pepino',3314,1),
(38770,'Quintanar de la Orden',3314,1),
(38771,'Sonseca',3314,1),
(38772,'Talavera de la Reina',3314,1),
(38773,'Toledo',3314,1),
(38774,'Torrijos',3314,1),
(38775,'Villacanas',3314,1),
(38776,'Agullent',3315,1),
(38777,'Alaquas',3315,1),
(38778,'Albal',3315,1),
(38779,'Alberic',3315,1),
(38780,'Alboraya',3315,1),
(38781,'Aldaia',3315,1),
(38782,'Alfafar',3315,1),
(38783,'Algemesi',3315,1),
(38784,'Alginet',3315,1),
(38785,'Alzira',3315,1),
(38786,'Benaguasil',3315,1),
(38787,'Benetusser',3315,1),
(38788,'Benifaio',3315,1),
(38789,'Beniparrell',3315,1),
(38790,'Betera',3315,1),
(38791,'Bunol',3315,1),
(38792,'Burjassot',3315,1),
(38793,'Canals',3315,1),
(38794,'Carcaixent',3315,1),
(38795,'Carlet',3315,1),
(38796,'Catarroja',3315,1),
(38797,'Chiva',3315,1),
(38798,'Cullera',3315,1),
(38799,'Elche',3315,1),
(38800,'Gandia',3315,1),
(38801,'Godella',3315,1),
(38802,'L\'Alcudia',3315,1),
(38803,'L\'Eliana',3315,1),
(38804,'La Pobla de Vallbona',3315,1),
(38805,'Lliria',3315,1),
(38806,'Los Montesinos',3315,1),
(38807,'Manises',3315,1),
(38808,'Massamagrell',3315,1),
(38809,'Meliana',3315,1),
(38810,'Mislata',3315,1),
(38811,'Moncada',3315,1),
(38812,'Oliva',3315,1),
(38813,'Ontinyent',3315,1),
(38814,'Paiporta',3315,1),
(38815,'Paterna',3315,1),
(38816,'Picanya',3315,1),
(38817,'Picassent',3315,1),
(38818,'Pucol',3315,1),
(38819,'Quart de Poblet',3315,1),
(38820,'Requena',3315,1),
(38821,'Riba-roja de Turia',3315,1),
(38822,'Sagunt',3315,1),
(38823,'Sedavi',3315,1),
(38824,'Silla',3315,1),
(38825,'Sueca',3315,1),
(38826,'Tavernes Blanques',3315,1),
(38827,'Tavernes de la Valldigna',3315,1),
(38828,'Torrent',3315,1),
(38829,'Utiel',3315,1),
(38830,'Valencia',3315,1),
(38831,'Xativa',3315,1),
(38832,'Xirivella',3315,1),
(38833,'Laguna de Duero',3316,1),
(38834,'Medina del Campo',3316,1),
(38835,'Tordesillas',3316,1),
(38836,'Valladolid',3316,1),
(38837,'Abadiano',3317,1),
(38838,'Abanto Zierbena',3317,1),
(38839,'Amorebieta',3317,1),
(38840,'Arrigorriaga',3317,1),
(38841,'Barakaldo',3317,1),
(38842,'Basauri',3317,1);
INSERT INTO `spn_cities` VALUES
(38843,'Bermeo',3317,1),
(38844,'Berriz',3317,1),
(38845,'Bilbao',3317,1),
(38846,'Durango',3317,1),
(38847,'Erandio',3317,1),
(38848,'Ermua',3317,1),
(38849,'Etxano',3317,1),
(38850,'Galdakao',3317,1),
(38851,'Gernika-Lumo',3317,1),
(38852,'Getxo',3317,1),
(38853,'Igorre',3317,1),
(38854,'Leioa',3317,1),
(38855,'Mungia',3317,1),
(38856,'Ondarroa',3317,1),
(38857,'Ortuella',3317,1),
(38858,'Portugalete',3317,1),
(38859,'Santurtzi',3317,1),
(38860,'Sestao',3317,1),
(38861,'Sopelana',3317,1),
(38862,'Trapagaran',3317,1),
(38863,'Zamudio',3317,1),
(38864,'Benavente',3318,1),
(38865,'Toro',3318,1),
(38866,'Zamora',3318,1),
(38867,'Calatayud',3319,1),
(38868,'Ejea de los Caballeros',3319,1),
(38869,'Tarazona',3319,1),
(38870,'Utebo',3319,1),
(38871,'Zaragoza',3319,1),
(38872,'Amparai',3320,1),
(38873,'Galmune',3320,1),
(38874,'Anuradhapuraya',3321,1),
(38875,'Badulla',3322,1),
(38876,'Bandarawela',3322,1),
(38877,'Haputale',3322,1),
(38878,'Boralesgamuwa',3323,1),
(38879,'Battaramulla',3324,1),
(38880,'Colombo',3324,1),
(38881,'Dehiwala-Mount Lavinia',3324,1),
(38882,'Homagama',3324,1),
(38883,'Jayawardanapura',3324,1),
(38884,'Kolonnawa',3324,1),
(38885,'Kotikawatta',3324,1),
(38886,'Maharagama',3324,1),
(38887,'Moratuwa',3324,1),
(38888,'Mulleriyawa',3324,1),
(38889,'Ratmalana',3324,1),
(38890,'Seethawakapura',3324,1),
(38891,'Sri Jayawardanapura',3324,1),
(38892,'Ambalamgoda',3325,1),
(38893,'Galla',3325,1),
(38894,'Daluguma',3326,1),
(38895,'Gampaha',3326,1),
(38896,'Hendala',3326,1),
(38897,'Jaela',3326,1),
(38898,'Kandana',3326,1),
(38899,'Katunayaka',3326,1),
(38900,'Kelaniya',3326,1),
(38901,'Migamuwa',3326,1),
(38902,'Minuwangoda',3326,1),
(38903,'Peliyagoda',3326,1),
(38904,'Ragama',3326,1),
(38905,'Wattala',3326,1),
(38906,'Welesara',3326,1),
(38907,'Hambantota',3327,1),
(38908,'Tanggalla',3327,1),
(38909,'Beruwala',3328,1),
(38910,'Horana',3328,1),
(38911,'Kalutara',3328,1),
(38912,'Keselwatta',3328,1),
(38913,'Panadraya',3328,1),
(38914,'Kegalla',3329,1),
(38915,'Kilinochchi',3330,1),
(38916,'Kuliyapitiya',3331,1),
(38917,'Kurunegala',3331,1),
(38918,'Polgahawela',3331,1),
(38919,'Eravur',3332,1),
(38920,'Katankudi',3332,1),
(38921,'Madakalpuwa',3332,1),
(38922,'Malwana',3334,1),
(38923,'Mannarama',3335,1),
(38924,'Dambulla',3336,1),
(38925,'Matale',3336,1),
(38926,'Sigiriya',3336,1),
(38927,'Matara',3337,1),
(38928,'Weligama',3337,1),
(38929,'Monaragala',3338,1),
(38930,'Wattegama',3338,1),
(38931,'Mullaitivu',3339,1),
(38932,'Polonnaruwa',3343,1),
(38933,'Halawata',3344,1),
(38934,'Puttalama',3344,1),
(38935,'Balangoda',3345,1),
(38936,'Ratnapuraya',3345,1),
(38937,'Tirikunamalaya',3347,1),
(38938,'Querceta',3348,1),
(38939,'Vavuniyawa',3349,1),
(38940,'Chavakachcheri',3351,1),
(38941,'Peduru Tuduwa',3351,1),
(38942,'Valvedditturai',3351,1),
(38943,'Yapanaya',3351,1),
(38944,'Mahara',3352,1),
(38945,'Kodok',3353,1),
(38946,'Malakal',3353,1),
(38947,'Nasir',3353,1),
(38948,'ar-Rank',3353,1),
(38949,'Juba',3354,1),
(38950,'Yei',3354,1),
(38951,'Maridi',3359,1),
(38952,'Nzara',3359,1),
(38953,'Tambura',3359,1),
(38954,'Yambio',3359,1),
(38955,'Bur',3362,1),
(38956,'Aruma',3363,1),
(38957,'Halfa al-Jadidah',3363,1),
(38958,'Kassala',3363,1),
(38959,'Khashm-al-Qirbah',3363,1),
(38960,'Wagar',3363,1),
(38961,'al-Masnah',3363,1),
(38962,'\'Atbarah',3364,1),
(38963,'Barbar',3364,1),
(38964,'Kabushiyah',3364,1),
(38965,'Shandi',3364,1),
(38966,'ad-Damir',3364,1),
(38967,'al-Bawga',3364,1),
(38968,'al-Matammah',3364,1),
(38969,'Kapoeta',3368,1),
(38970,'Torit',3368,1),
(38971,'Abu Hijar',3369,1),
(38972,'Galgani',3369,1),
(38973,'Hajj \'Abdallah',3369,1),
(38974,'Karkawj',3369,1),
(38975,'Mayurnu',3369,1),
(38976,'Sinjah',3369,1),
(38977,'Sinnar',3369,1),
(38978,'Sinnar-at-Tagatu',3369,1),
(38979,'Umm Shawkah',3369,1),
(38980,'ad-Dindar',3369,1),
(38981,'as-Suki',3369,1),
(38982,'Mashra ar-Raqq',3370,1),
(38983,'Tonj',3370,1),
(38984,'Warab',3370,1),
(38985,'Bur Sudan',3372,1),
(38986,'Gabait',3372,1),
(38987,'Sawakin',3372,1),
(38988,'Sinkat',3372,1),
(38989,'Tawkar',3372,1),
(38990,'Rumbik',3373,1),
(38991,'Yirol',3373,1),
(38992,'Abu \'Usar',3374,1),
(38993,'Arba\'atun wa \'Ishrun-al-Qurash',3374,1),
(38994,'Maharaybah',3374,1),
(38995,'Miallayab',3374,1),
(38996,'Rufa\'a',3374,1),
(38997,'Sharafat',3374,1),
(38998,'Tabat',3374,1),
(38999,'Tambul',3374,1),
(39000,'Wad Madani',3374,1),
(39001,'Wad Rawah',3374,1),
(39002,'al-Hawsh',3374,1),
(39003,'al-Hilaliyah',3374,1),
(39004,'al-Huda',3374,1),
(39005,'al-Husayhisah',3374,1),
(39006,'al-Kamilin',3374,1),
(39007,'al-Karaymat',3374,1),
(39008,'al-Manaqil',3374,1),
(39009,'al-Mu\'sadiyah',3374,1),
(39010,'al-Musallamiyah',3374,1),
(39011,'Umm Dawm',3375,1),
(39012,'Umm Durman',3375,1),
(39013,'al-Khartum',3375,1),
(39014,'al-Khartum Bahri',3375,1),
(39015,'Doka',3376,1),
(39016,'Qala\'-an-Nahl',3376,1),
(39017,'Shuwak',3376,1),
(39018,'al-Faw',3376,1),
(39019,'al-Hawatah',3376,1),
(39020,'al-Qadarif',3376,1),
(39021,'Bentiu',3377,1),
(39022,'Ler',3377,1),
(39023,'Asalaya',3378,1),
(39024,'Bufi',3378,1),
(39025,'Gulli',3378,1),
(39026,'Kinanah',3378,1),
(39027,'Kusti',3378,1),
(39028,'Marabba',3378,1),
(39029,'Rabak',3378,1),
(39030,'Shabashah',3378,1),
(39031,'Tandalti',3378,1),
(39032,'Umm Jarr',3378,1),
(39033,'Wad-az-Zaki',3378,1),
(39034,'ad-Duwaym',3378,1),
(39035,'al-Jazirah',3378,1),
(39036,'al-Kawah',3378,1),
(39037,'al-Qutaynah',3378,1),
(39038,'ad-Damazin',3379,1),
(39039,'al-Kurumuk',3379,1),
(39040,'al-Quwaysi',3379,1),
(39041,'ar-Rusayris',3379,1),
(39042,'Argu',3380,1),
(39043,'Dalqu',3380,1),
(39044,'Dunqulah',3380,1),
(39045,'Kanisah',3380,1),
(39046,'Karmah-an-Nuzul',3380,1),
(39047,'Kuraymah',3380,1),
(39048,'Kurti',3380,1),
(39049,'Marawi',3380,1),
(39050,'Tangasi-ar-Ru\'ays',3380,1),
(39051,'Wadi Halfa',3380,1),
(39052,'ad-Dabbah',3380,1),
(39053,'Brokopondo',3381,1),
(39054,'Brownsweg',3381,1),
(39055,'Marienburg',3382,1),
(39056,'Meerzorg',3382,1),
(39057,'Nieuw Amsterdam',3382,1),
(39058,'Totness',3383,1),
(39059,'Albina',3384,1),
(39060,'Moengo',3384,1),
(39061,'Nieuw Nickerie',3385,1),
(39062,'Wageningen',3385,1),
(39063,'Onverwacht',3386,1),
(39064,'Paramaribo',3387,1),
(39065,'Groningen',3388,1),
(39066,'Lelydorp',3389,1),
(39067,'Barentsburg',3390,1),
(39068,'Hornsund',3390,1),
(39069,'Isfjord Radio',3390,1),
(39070,'Longyearbyen',3390,1),
(39071,'Ny-Alesund',3390,1),
(39072,'Bulembu',3391,1),
(39073,'Ezulwini',3391,1),
(39074,'Mbabane',3391,1),
(39075,'Ngwenya',3391,1),
(39076,'Pigg\'s Peak',3391,1),
(39077,'Big Bend',3392,1),
(39078,'Mhlume',3392,1),
(39079,'Mpaka',3392,1),
(39080,'Nsoko',3392,1),
(39081,'Simunye',3392,1),
(39082,'Siteki',3392,1),
(39083,'Tshaneni',3392,1),
(39084,'Bhunya',3393,1),
(39085,'Kwaluseni',3393,1),
(39086,'Lobamba',3393,1),
(39087,'Malkerns',3393,1),
(39088,'Mankayane',3393,1),
(39089,'Manzini',3393,1),
(39090,'Matsapha',3393,1),
(39091,'Mhlambanyatsi',3393,1),
(39092,'Sidvokodvo',3393,1),
(39093,'Hlatikulu',3394,1),
(39094,'Hluti',3394,1),
(39095,'Kubuta',3394,1),
(39096,'Lavumisa',3394,1),
(39097,'Nhlangano',3394,1),
(39098,'Karlshamn',3397,1),
(39099,'Karlskrona',3397,1),
(39100,'Ronneby',3397,1),
(39101,'Stenungsund',3398,1),
(39102,'Avesta',3399,1),
(39103,'Borlange',3399,1),
(39104,'Falun',3399,1),
(39105,'Hedemora',3399,1),
(39106,'Ludvika',3399,1),
(39107,'Malung',3399,1),
(39108,'Bollnas',3400,1),
(39109,'Bro',3400,1),
(39110,'Gavle',3400,1),
(39111,'Hudiksvall',3400,1),
(39112,'Sandviken',3400,1),
(39113,'Soderhamn',3400,1),
(39114,'Skara',3402,1),
(39115,'Visby',3402,1),
(39116,'Anderstorp',3403,1),
(39117,'Falkenberg',3403,1),
(39118,'Halmstad',3403,1),
(39119,'Ullared',3403,1),
(39120,'Varberg',3403,1),
(39121,'Farjestaden',3404,1),
(39122,'Ostersund',3404,1),
(39123,'Gislaved',3405,1),
(39124,'Jonkoping',3405,1),
(39125,'Nassjo',3405,1),
(39126,'Tranas',3405,1),
(39127,'Varnamo',3405,1),
(39128,'Vetlanda',3405,1),
(39129,'Blomstermala',3406,1),
(39130,'Kalmar',3406,1),
(39131,'Nybro',3406,1),
(39132,'Oskarshamn',3406,1),
(39133,'Solna',3406,1),
(39134,'Torsas',3406,1),
(39135,'Vastervik',3406,1),
(39136,'Habo',3407,1),
(39137,'Limhamn',3407,1),
(39138,'Segeltorp',3407,1),
(39139,'Svedala',3407,1),
(39140,'Ljungby',3408,1),
(39141,'Vaxjo',3408,1),
(39142,'Boden',3409,1),
(39143,'Kiruna',3409,1),
(39144,'Lulea',3409,1),
(39145,'Pitea',3409,1),
(39146,'Askersund',3410,1),
(39147,'Karlskoga',3410,1),
(39148,'Kumla',3410,1),
(39149,'Orebro',3410,1),
(39150,'Finspang',3411,1),
(39151,'Follinge',3411,1),
(39152,'Kisa',3411,1),
(39153,'Linkoping',3411,1),
(39154,'Mjolby',3411,1),
(39155,'Motala',3411,1),
(39156,'Norrkoping',3411,1),
(39157,'Vadstena',3411,1),
(39158,'Skarpovagen',3412,1),
(39159,'Angelholm',3413,1),
(39160,'Arlov',3413,1),
(39161,'Bastad',3413,1),
(39162,'Eslov',3413,1),
(39163,'Hassleholm',3413,1),
(39164,'Helsingborg',3413,1),
(39165,'Hjarup',3413,1),
(39166,'Hoganas',3413,1),
(39167,'Horby',3413,1),
(39168,'Jonstorp',3413,1),
(39169,'Klagstorp',3413,1),
(39170,'Kristianstad',3413,1),
(39171,'Landskrona',3413,1),
(39172,'Lund',3413,1),
(39173,'Malmo',3413,1),
(39174,'Skanor',3413,1),
(39175,'Staffanstorp',3413,1),
(39176,'Trelleborg',3413,1),
(39177,'Ystad',3413,1),
(39178,'Hillerstorp',3414,1),
(39179,'Markaryd',3414,1),
(39180,'Smalandsstenar',3414,1),
(39181,'Eskilstuna',3415,1),
(39182,'Gnesta',3415,1),
(39183,'Katrineholm',3415,1),
(39184,'Nacka Strand',3415,1),
(39185,'Nykoping',3415,1),
(39186,'Strangnas',3415,1),
(39187,'Vingaker',3415,1),
(39188,'Akersberga',3416,1),
(39189,'Boo',3416,1),
(39190,'Bromma',3416,1),
(39191,'Djursholm',3416,1),
(39192,'Hallstavik',3416,1),
(39193,'Jarfalla',3416,1),
(39194,'Johannesfred',3416,1),
(39195,'Lidingo',3416,1),
(39196,'Marsta',3416,1),
(39197,'Norrtalje',3416,1),
(39198,'Norsborg',3416,1),
(39199,'Nynashamn',3416,1),
(39200,'Rosersberg',3416,1),
(39201,'Sodertalje',3416,1),
(39202,'Sollentuna',3416,1),
(39203,'Stockholm',3416,1),
(39204,'Sundbyberg',3416,1),
(39205,'Taby',3416,1),
(39206,'Tumba',3416,1),
(39207,'Upplands-Vasby',3416,1),
(39208,'Vallentuna',3416,1),
(39209,'Vasterhaninge',3416,1),
(39210,'Balsta',3417,1),
(39211,'Enkoping',3417,1),
(39212,'Knivsta',3417,1),
(39213,'Skyttorp',3417,1),
(39214,'Storvreta',3417,1),
(39215,'Uppsala',3417,1),
(39216,'Arvika',3418,1),
(39217,'Hammaro',3418,1),
(39218,'Karlstad',3418,1),
(39219,'Kristinehamn',3418,1),
(39220,'Skoghall',3418,1),
(39221,'Guglingen',3419,1),
(39222,'Robertsfors',3419,1),
(39223,'Skelleftea',3419,1),
(39224,'Umea',3419,1),
(39225,'Gothenburg',3420,1),
(39226,'Kallered',3420,1),
(39227,'Kvanum',3420,1),
(39228,'Timmersdala',3420,1),
(39229,'Harnosand',3421,1),
(39230,'Ornskoldsvik',3421,1),
(39231,'Sundsvall',3421,1),
(39232,'Arboga',3422,1),
(39233,'Fagersta',3422,1),
(39234,'Hallstahammar',3422,1),
(39235,'Koping',3422,1),
(39236,'Sala',3422,1),
(39237,'Vasteras',3422,1),
(39238,'Aarau',3424,1),
(39239,'Aarburg',3424,1),
(39240,'Baden',3424,1),
(39241,'Bevilard',3424,1),
(39242,'Bremgarten',3424,1),
(39243,'Brugg',3424,1),
(39244,'Buchs',3424,1),
(39245,'Chevenez',3424,1),
(39246,'Fislisbach',3424,1),
(39247,'Granichen',3424,1),
(39248,'Hagglingen',3424,1),
(39249,'Kaiseraugst',3424,1),
(39250,'Kleindoettingen',3424,1),
(39251,'Klingnau',3424,1),
(39252,'Kuttigen',3424,1),
(39253,'Lenzburg',3424,1),
(39254,'Menziken',3424,1),
(39255,'Mohlin',3424,1),
(39256,'Mumpf',3424,1),
(39257,'Muri',3424,1),
(39258,'Neuenhof',3424,1),
(39259,'Niederlenz',3424,1),
(39260,'Niederwangen',3424,1),
(39261,'Niederwil',3424,1),
(39262,'Oberentfelden',3424,1),
(39263,'Obersiggenthal',3424,1),
(39264,'Oftringen',3424,1),
(39265,'Reinach',3424,1),
(39266,'Rheinfelden',3424,1),
(39267,'Rosshausern',3424,1),
(39268,'Rothrist',3424,1),
(39269,'Rupperswil',3424,1),
(39270,'Schmitten',3424,1),
(39271,'Seon',3424,1),
(39272,'Spreitenbach',3424,1),
(39273,'Stein',3424,1),
(39274,'Suhr',3424,1),
(39275,'Trogen',3424,1),
(39276,'Untersiggenthal',3424,1),
(39277,'Villmergen',3424,1),
(39278,'Wettingen',3424,1),
(39279,'Windisch',3424,1),
(39280,'Wohlen',3424,1),
(39281,'Wurenlos',3424,1),
(39282,'Zofingen',3424,1),
(39283,'Aesch',3427,1),
(39284,'Allschwil',3427,1),
(39285,'Arlesheim',3427,1),
(39286,'Binningen',3427,1),
(39287,'Birsfelden',3427,1),
(39288,'Bottmingen',3427,1),
(39289,'Ettingen',3427,1),
(39290,'Frenkendorf',3427,1),
(39291,'Gelterkinden',3427,1),
(39292,'Laufen',3427,1),
(39293,'Lausen',3427,1),
(39294,'Liestal',3427,1),
(39295,'Munchenstein',3427,1),
(39296,'Muttenz',3427,1),
(39297,'Oberwil',3427,1),
(39298,'Pratteln',3427,1),
(39299,'Reinach',3427,1),
(39300,'Sissach',3427,1),
(39301,'Therwil',3427,1),
(39302,'Basel',3428,1),
(39303,'Riehen',3428,1),
(39304,'Belp',3429,1),
(39305,'Bern',3429,1),
(39306,'Berne',3429,1),
(39307,'Biel',3429,1),
(39308,'Biel-Bienne',3429,1),
(39309,'Bolligen',3429,1),
(39310,'Burgdorf',3429,1),
(39311,'Frutigen',3429,1),
(39312,'Heimberg',3429,1),
(39313,'Herzogenbuchsee',3429,1),
(39314,'Huttwil',3429,1),
(39315,'Interlaken',3429,1),
(39316,'Ittigen',3429,1),
(39317,'Kirchberg',3429,1),
(39318,'Koniz',3429,1),
(39319,'Konolfingen',3429,1),
(39320,'Langenthal',3429,1),
(39321,'Langnau',3429,1),
(39322,'Lengnau',3429,1),
(39323,'Lyss',3429,1),
(39324,'Meiringen',3429,1),
(39325,'Moutier',3429,1),
(39326,'Munchenbuchsee',3429,1),
(39327,'Munsingen',3429,1),
(39328,'Muri',3429,1),
(39329,'Nidau',3429,1),
(39330,'Orpund',3429,1),
(39331,'Ostermundingen',3429,1),
(39332,'Pieterlen',3429,1),
(39333,'Saanen',3429,1),
(39334,'Saint-Imier',3429,1),
(39335,'Sonceboz',3429,1),
(39336,'Spiez',3429,1),
(39337,'Steffisburg',3429,1),
(39338,'Sumiswald',3429,1),
(39339,'Thun',3429,1),
(39340,'Uetendorf',3429,1),
(39341,'Unterseen',3429,1),
(39342,'Urtenen',3429,1),
(39343,'Vechingen',3429,1),
(39344,'Wahlern',3429,1),
(39345,'Wohlen',3429,1),
(39346,'Worb',3429,1),
(39347,'Zollikofen',3429,1),
(39348,'Bulle',3431,1),
(39349,'Dudingen',3431,1),
(39350,'Fribourg',3431,1),
(39351,'Granges-Paccot',3431,1),
(39352,'Marly',3431,1),
(39353,'Muntelier',3431,1),
(39354,'Murten',3431,1),
(39355,'Remaufens',3431,1),
(39356,'Villars-sur-Glane',3431,1),
(39357,'Villaz-Saint-Pierre',3431,1),
(39358,'Wunnewil-Flamatt',3431,1),
(39359,'Bernex',3432,1),
(39360,'Carouge',3432,1),
(39361,'Chene-Bougeries',3432,1),
(39362,'Chene-Bourg',3432,1),
(39363,'Collonge-Bellerive',3432,1),
(39364,'Cologny',3432,1),
(39365,'Geneva',3432,1),
(39366,'Geneve',3432,1),
(39367,'Lancy',3432,1),
(39368,'Le Grand-Saconnex',3432,1),
(39369,'Meyrin',3432,1),
(39370,'Onex',3432,1),
(39371,'Plan-les-Ouates',3432,1),
(39372,'Thonex',3432,1),
(39373,'Vernier',3432,1),
(39374,'Versoix',3432,1),
(39375,'Veyrier',3432,1),
(39376,'Glarus',3433,1),
(39377,'Nafels',3433,1),
(39378,'Arosa',3434,1),
(39379,'Chur',3434,1),
(39380,'Davos',3434,1),
(39381,'Domat',3434,1),
(39382,'Igis',3434,1),
(39383,'Landquart',3434,1),
(39384,'Maienfeld',3434,1),
(39385,'Sankt Moritz',3434,1),
(39386,'Heerbrugg',3435,1),
(39387,'Delemont',3436,1),
(39388,'Glovelier',3436,1),
(39389,'Le Noirmont',3436,1),
(39390,'Porrentruy',3436,1),
(39391,'Adligenswil',3438,1),
(39392,'Ballwil',3438,1),
(39393,'Buchrain',3438,1),
(39394,'Ebikon',3438,1),
(39395,'Emmen',3438,1),
(39396,'Hochdorf',3438,1),
(39397,'Horw',3438,1),
(39398,'Kriens',3438,1),
(39399,'Littau',3438,1),
(39400,'Luzern',3438,1),
(39401,'Malters',3438,1),
(39402,'Meggen',3438,1),
(39403,'Neuenkirch',3438,1),
(39404,'Perlern',3438,1),
(39405,'Rothenburg',3438,1),
(39406,'Ruswil',3438,1),
(39407,'Sursee',3438,1),
(39408,'Muhen',3440,1),
(39409,'Bole',3441,1),
(39410,'Boudry',3441,1),
(39411,'Colombier',3441,1),
(39412,'La Chaux-de-Fonds',3441,1),
(39413,'Le Locle',3441,1),
(39414,'Neuchatel',3441,1),
(39415,'Peseux',3441,1),
(39416,'Buochs',3442,1),
(39417,'Hergiswil',3442,1),
(39418,'Stans',3442,1),
(39419,'Stansstad',3442,1),
(39420,'Alpnach',3443,1),
(39421,'Kerns',3443,1),
(39422,'Sachseln',3443,1),
(39423,'Sarnen',3443,1),
(39424,'Neuhausen',3445,1),
(39425,'Schaffhausen',3445,1),
(39426,'Altendorf',3446,1),
(39427,'Arth',3446,1),
(39428,'Buron',3446,1),
(39429,'Einsiedeln',3446,1),
(39430,'Feusisberg',3446,1),
(39431,'Freienbach',3446,1),
(39432,'Ingenbohl',3446,1),
(39433,'Kussnacht',3446,1),
(39434,'Lachen',3446,1),
(39435,'Schubelbach',3446,1),
(39436,'Schwyz',3446,1),
(39437,'Wangen',3446,1),
(39438,'Wollerau',3446,1),
(39439,'Balsthal',3447,1),
(39440,'Bellach',3447,1),
(39441,'Bettlach',3447,1),
(39442,'Biberist',3447,1),
(39443,'Derendingen',3447,1),
(39444,'Dornach',3447,1),
(39445,'Dulliken',3447,1),
(39446,'Feldbrunnen',3447,1),
(39447,'Gerlafingen',3447,1),
(39448,'Grenchen',3447,1),
(39449,'Hagendorf',3447,1),
(39450,'Olten',3447,1),
(39451,'Schonenwerd',3447,1),
(39452,'Solothurn',3447,1),
(39453,'Trimbach',3447,1),
(39454,'Wangen',3447,1),
(39455,'Zuchwil',3447,1),
(39456,'Aadorf',3448,1),
(39457,'Amriswil',3448,1),
(39458,'Arbon',3448,1),
(39459,'Bischofszell',3448,1),
(39460,'Felben-Wellhausen',3448,1),
(39461,'Frauenfeld',3448,1),
(39462,'Guttingen',3448,1),
(39463,'Kreuzlingen',3448,1),
(39464,'Romanshorn',3448,1),
(39465,'Sirnach',3448,1),
(39466,'Sulgen',3448,1),
(39467,'Tagerwilen',3448,1),
(39468,'Weinfelden',3448,1),
(39469,'Ascona',3449,1),
(39470,'Bellinzona',3449,1),
(39471,'Biasca',3449,1),
(39472,'Breganzona',3449,1),
(39473,'Cadempino',3449,1),
(39474,'Chiasso',3449,1),
(39475,'Giubiasco',3449,1),
(39476,'Locarno',3449,1),
(39477,'Losone',3449,1),
(39478,'Lugano',3449,1),
(39479,'Massagno',3449,1),
(39480,'Melide',3449,1),
(39481,'Mendrisio',3449,1),
(39482,'Mezzovico',3449,1),
(39483,'Minusio',3449,1),
(39484,'Porza',3449,1),
(39485,'Pregassona',3449,1),
(39486,'Viganello',3449,1),
(39487,'Altdorf',3450,1),
(39488,'Schattdorf',3450,1),
(39489,'Bagnes',3451,1),
(39490,'Brig-Glis',3451,1),
(39491,'Collombey-Muraz',3451,1),
(39492,'Conthey',3451,1),
(39493,'Evionnaz',3451,1),
(39494,'Fully',3451,1),
(39495,'Martigny',3451,1),
(39496,'Monthey',3451,1),
(39497,'Naters',3451,1),
(39498,'Nendaz',3451,1),
(39499,'Niederwald',3451,1),
(39500,'Saviese',3451,1),
(39501,'Sierre',3451,1),
(39502,'Sion',3451,1),
(39503,'Visp',3451,1),
(39504,'Vouvry',3451,1),
(39505,'Zermatt',3451,1),
(39506,'Aigle',3452,1),
(39507,'Ballaigues',3452,1),
(39508,'Bex',3452,1),
(39509,'Blonay',3452,1),
(39510,'Bussigny',3452,1),
(39511,'Chavannes',3452,1),
(39512,'Crissier',3452,1),
(39513,'Ecublens',3452,1),
(39514,'Epalinges',3452,1),
(39515,'Gland',3452,1),
(39516,'La Tour-de-Peilz',3452,1),
(39517,'Lausanne',3452,1),
(39518,'Le Mont-sur-Lausanne',3452,1),
(39519,'Lucerne',3452,1),
(39520,'Lutry',3452,1),
(39521,'Montreux',3452,1),
(39522,'Morges',3452,1),
(39523,'Nyon',3452,1),
(39524,'Ollon',3452,1),
(39525,'Orbe',3452,1),
(39526,'Payerne',3452,1),
(39527,'Prilly',3452,1),
(39528,'Puidoux',3452,1),
(39529,'Pully',3452,1),
(39530,'Renens',3452,1),
(39531,'Romainmotier',3452,1),
(39532,'Saint Sulpice',3452,1),
(39533,'Vevey',3452,1),
(39534,'Yverdon',3452,1),
(39535,'Vauffelin',3453,1),
(39536,'Baar',3454,1),
(39537,'Cham',3454,1),
(39538,'Hunenberg',3454,1),
(39539,'Menzingen',3454,1),
(39540,'Neuheim',3454,1),
(39541,'Oberageri',3454,1),
(39542,'Risch',3454,1),
(39543,'Risch-Rotkreuz',3454,1),
(39544,'Steinhausen',3454,1),
(39545,'Unterageri',3454,1),
(39546,'Zug',3454,1),
(39547,'Adliswil',3455,1),
(39548,'Affoltern',3455,1),
(39549,'Bachenbulach',3455,1),
(39550,'Bassersdorf',3455,1),
(39551,'Birmensdorf',3455,1),
(39552,'Bubikon',3455,1),
(39553,'Bulach',3455,1),
(39554,'Dielsdorf',3455,1),
(39555,'Dietikon',3455,1),
(39556,'Dietlikon',3455,1),
(39557,'Dubendorf',3455,1),
(39558,'Durnten',3455,1),
(39559,'Ebmatingen',3455,1),
(39560,'Egg',3455,1),
(39561,'Embrach',3455,1),
(39562,'Erlenbach',3455,1),
(39563,'Fallanden',3455,1),
(39564,'Fehraltdorf',3455,1),
(39565,'Geroldswil',3455,1),
(39566,'Gossau',3455,1),
(39567,'Greifensee',3455,1),
(39568,'Herrliberg',3455,1),
(39569,'Hinwil',3455,1),
(39570,'Hombrechtikon',3455,1),
(39571,'Horgen',3455,1),
(39572,'Illnau-Effretikon',3455,1),
(39573,'Kilchberg',3455,1),
(39574,'Kloten',3455,1),
(39575,'Kusnacht',3455,1),
(39576,'Langnau',3455,1),
(39577,'Mannedorf',3455,1),
(39578,'Maur',3455,1),
(39579,'Meilen',3455,1),
(39580,'Neftenbach',3455,1),
(39581,'Niederhasli',3455,1),
(39582,'Nurensdorf',3455,1),
(39583,'Oberengstringen',3455,1),
(39584,'Oberglatt',3455,1),
(39585,'Oberrieden',3455,1),
(39586,'Opfikon',3455,1),
(39587,'Pfaffikon',3455,1),
(39588,'Rafz',3455,1),
(39589,'Regensdorf',3455,1),
(39590,'Richterswil',3455,1),
(39591,'Rumlang',3455,1),
(39592,'Ruschlikon',3455,1),
(39593,'Ruti',3455,1),
(39594,'Schlieren',3455,1),
(39595,'Schwerzenbach',3455,1),
(39596,'Seuzach',3455,1),
(39597,'Stafa',3455,1),
(39598,'Thalwil',3455,1),
(39599,'Uetikon',3455,1),
(39600,'Urdorf',3455,1),
(39601,'Uster',3455,1),
(39602,'Volketswil',3455,1),
(39603,'Wadenswil',3455,1),
(39604,'Wald',3455,1),
(39605,'Wallisellen',3455,1),
(39606,'Wangen-Bruttisellen',3455,1),
(39607,'Weiningen',3455,1),
(39608,'Wetzikon',3455,1),
(39609,'Winterthur',3455,1),
(39610,'Zell',3455,1),
(39611,'Zollikon',3455,1),
(39612,'Zumikon',3455,1),
(39613,'Zurich',3455,1),
(39614,'Aleppo',3456,1),
(39615,'Dar\'a',3457,1),
(39616,'Nawa',3457,1),
(39617,'Abu Kamal',3458,1),
(39618,'Dayr az-Zawr',3458,1),
(39619,'al-Mayadin',3458,1),
(39620,'Damascus',3459,1),
(39621,'Darayya',3459,1),
(39622,'Duma',3459,1),
(39623,'Hajar Aswad',3459,1),
(39624,'Harasta al-Bas',3459,1),
(39625,'Jaramanah',3459,1),
(39626,'Kabir-as-Sit',3459,1),
(39627,'Kesweh',3459,1),
(39628,'Qatana',3459,1),
(39629,'Yabrud',3459,1),
(39630,'al-Qutayfah',3459,1),
(39631,'an-Nabk',3459,1),
(39632,'at-Tall',3459,1),
(39633,'az-Zabadani',3459,1),
(39634,'\'Afrin',3460,1),
(39635,'\'Ayn-al-\'Arab',3460,1),
(39636,'A\'zaz',3460,1),
(39637,'Halab',3460,1),
(39638,'Manbij',3460,1),
(39639,'al-Bab',3460,1),
(39640,'as-Safirah',3460,1),
(39641,'Hamah',3461,1),
(39642,'Masyaf',3461,1),
(39643,'Muhradah',3461,1),
(39644,'Salamiyah',3461,1),
(39645,'Hims',3462,1),
(39646,'Homs',3462,1),
(39647,'Tudmur',3462,1),
(39648,'al-Qusayr',3462,1),
(39649,'ar-Rastan',3462,1),
(39650,'Ariha',3463,1),
(39651,'Idlib',3463,1),
(39652,'Jisr-ash-Shughur',3463,1),
(39653,'Ma\'arrat-an-Nu\'man',3463,1),
(39654,'Baniyas',3465,1),
(39655,'Safita',3465,1),
(39656,'Tartus',3465,1),
(39657,'Ra\'s-al-\'Ayn',3466,1),
(39658,'al-Hasakah',3466,1),
(39659,'al-Malikiyah',3466,1),
(39660,'al-Qamishli',3466,1),
(39661,'Jablah',3467,1),
(39662,'Lattakia',3467,1),
(39663,'al-Ladhiqiyah',3467,1),
(39664,'al-Qunaytirah',3468,1),
(39665,'ar-Raqqah',3469,1),
(39666,'ath-Thawrah',3469,1),
(39667,'as-Suwayda',3470,1),
(39668,'Changhua City',3471,1),
(39669,'Changhwa',3471,1),
(39670,'Chihu',3471,1),
(39671,'Erhlin',3471,1),
(39672,'Hemei',3471,1),
(39673,'Homei',3471,1),
(39674,'Hua Tan Hsiang',3471,1),
(39675,'Huatan Township',3471,1),
(39676,'Lukang',3471,1),
(39677,'Peitou',3471,1),
(39678,'Puyen Hsiang',3471,1),
(39679,'Tienchung',3471,1),
(39680,'Yuanlin',3471,1),
(39681,'Fenglin',3477,1),
(39682,'Hualian',3477,1),
(39683,'Yuli',3477,1),
(39684,'Ilan',3478,1),
(39685,'Lotung',3478,1),
(39686,'Suao',3478,1),
(39687,'Toucheng',3478,1),
(39688,'Kincheng',3482,1),
(39689,'Kinhsia',3482,1),
(39690,'Kinhu',3482,1),
(39691,'Cholan',3483,1),
(39692,'Chunan',3483,1),
(39693,'Houlung',3483,1),
(39694,'Miaoli',3483,1),
(39695,'Toufen',3483,1),
(39696,'Tunghsiao',3483,1),
(39697,'Yuanli',3483,1),
(39698,'Zaociao',3483,1),
(39699,'Chichi',3484,1),
(39700,'Chushan',3484,1),
(39701,'Nantou',3484,1),
(39702,'Puli',3484,1),
(39703,'Tsaotun',3484,1),
(39704,'Makung',3486,1),
(39705,'Chaochou',3487,1),
(39706,'Hengchun',3487,1),
(39707,'Pingtung',3487,1),
(39708,'Tungkang',3487,1),
(39709,'Dali',3488,1),
(39710,'South District',3488,1),
(39711,'Ta-Ya Shang',3488,1),
(39712,'Dali',3489,1),
(39713,'South District',3489,1),
(39714,'Ta-Ya Shang',3489,1),
(39715,'Dali',3490,1),
(39716,'South District',3490,1),
(39717,'Ta-Ya Shang',3490,1),
(39718,'Kuanshan',3495,1),
(39719,'Taitung',3495,1),
(39720,'Chengkung',3496,1),
(39721,'Chungli',3496,1),
(39722,'Kuan Yin',3496,1),
(39723,'Pate',3496,1),
(39724,'Pingchen',3496,1),
(39725,'Ta Yuan',3496,1),
(39726,'Tachi',3496,1),
(39727,'Taoyuan',3496,1),
(39728,'Tungshih',3496,1),
(39729,'Yangmei',3496,1),
(39730,'Wujie',3497,1),
(39731,'Hsilo',3499,1),
(39732,'Huwei',3499,1),
(39733,'Peikang',3499,1),
(39734,'Touliu',3499,1),
(39735,'Tounan',3499,1),
(39736,'Tuku',3499,1),
(39737,'Dushanbe',3500,1),
(39738,'Khorug',3501,1),
(39739,'Murgob',3501,1),
(39740,'Garm',3502,1),
(39741,'Hisor',3502,1),
(39742,'Kofarnihon',3502,1),
(39743,'Leninskiy',3502,1),
(39744,'Rogun',3502,1),
(39745,'Shakhrinau',3502,1),
(39746,'Tursunzoda',3502,1),
(39747,'Dangara',3503,1),
(39748,'Farkhor',3503,1),
(39749,'Jilikul',3503,1),
(39750,'Khojamaston',3503,1),
(39751,'Kolhozobod',3503,1),
(39752,'Kulob',3503,1),
(39753,'Kumsangir',3503,1),
(39754,'Moskva',3503,1),
(39755,'Mu\'minobod',3503,1),
(39756,'Nurak',3503,1),
(39757,'Pyanj',3503,1),
(39758,'Qurgonteppa',3503,1),
(39759,'Sarband',3503,1),
(39760,'Shaartuz',3503,1),
(39761,'Sovetskiy',3503,1),
(39762,'Vakhsh',3503,1),
(39763,'Vose',3503,1),
(39764,'Yovon',3503,1),
(39765,'Adrasmon',3504,1),
(39766,'Asht',3504,1),
(39767,'Ayni',3504,1),
(39768,'Buston',3504,1),
(39769,'Chkalov',3504,1),
(39770,'Chorku',3504,1),
(39771,'Gafurov',3504,1),
(39772,'Ganchi',3504,1),
(39773,'Isfara',3504,1),
(39774,'Khujand',3504,1),
(39775,'Konibodom',3504,1),
(39776,'Matcha',3504,1),
(39777,'Nau',3504,1),
(39778,'Panjakent',3504,1),
(39779,'Proletarsk',3504,1),
(39780,'Qayroqqum',3504,1),
(39781,'Shurob',3504,1),
(39782,'Taboshar',3504,1),
(39783,'Uroteppa',3504,1),
(39784,'Zafarobod',3504,1),
(39785,'Arusha',3505,1),
(39786,'Dodoma',3507,1),
(39787,'Kondoa',3507,1),
(39788,'Mpwapwa',3507,1),
(39789,'Iringa',3508,1),
(39790,'Njombe',3508,1),
(39791,'Bukoba',3509,1),
(39792,'Bwanga',3509,1),
(39793,'Ngara',3509,1),
(39794,'Kasulu',3510,1),
(39795,'Kigoma',3510,1),
(39796,'Uvinza',3510,1),
(39797,'Moshi',3511,1),
(39798,'Same',3511,1),
(39799,'Kilwa Kivinje',3512,1),
(39800,'Lindi',3512,1),
(39801,'Nachingwea',3512,1),
(39802,'Musoma',3513,1),
(39803,'Tarime',3513,1),
(39804,'Mbeya',3514,1),
(39805,'Mwaya',3514,1),
(39806,'Tukuyu',3514,1),
(39807,'Kilosa',3515,1),
(39808,'Mahenge',3515,1),
(39809,'Morogoro',3515,1),
(39810,'Masasi',3516,1),
(39811,'Mikindani',3516,1),
(39812,'Mtwara',3516,1),
(39813,'Newala',3516,1),
(39814,'Magu',3517,1),
(39815,'Mwanza',3517,1),
(39816,'Nansio',3517,1),
(39817,'Sengerama',3517,1),
(39818,'Bagamoyo',3518,1),
(39819,'Kibaha',3518,1),
(39820,'Rufiji',3518,1),
(39821,'Utete',3518,1),
(39822,'Mpanda',3519,1),
(39823,'Sumbawanga',3519,1),
(39824,'Songea',3520,1),
(39825,'Tunduru',3520,1),
(39826,'Kahama',3521,1),
(39827,'Maswa',3521,1),
(39828,'Mwadui',3521,1),
(39829,'Old Shinyanga',3521,1),
(39830,'Shinyanga',3521,1),
(39831,'Manyoni',3522,1),
(39832,'Singida',3522,1),
(39833,'Bukene',3523,1),
(39834,'Nzega',3523,1),
(39835,'Tabora',3523,1),
(39836,'Urambo',3523,1),
(39837,'Korogwe',3524,1),
(39838,'Muheza',3524,1),
(39839,'Pangani',3524,1),
(39840,'Tanga',3524,1),
(39841,'Bangkhen',3528,1),
(39842,'Bangkok',3528,1),
(39843,'Phatumthanee',3528,1),
(39844,'Bang Khla',3530,1),
(39845,'Bang Pakong',3530,1),
(39846,'Bangpakong',3530,1),
(39847,'Chachoengsao',3530,1),
(39848,'Phanom Sarakham',3530,1),
(39849,'Plaeng Yao',3530,1),
(39850,'Bamnet Narong',3532,1),
(39851,'Chaiyaphum',3532,1),
(39852,'Kaeng Khlo',3532,1),
(39853,'Kaset Sombun',3532,1),
(39854,'Phu Khieo',3532,1),
(39855,'Chanthaburi',3534,1),
(39856,'Khlung',3534,1),
(39857,'Laem Sing',3534,1),
(39858,'Soydow',3534,1),
(39859,'Tha Mai',3534,1),
(39860,'Chumphon',3538,1),
(39861,'Lang Suan',3538,1),
(39862,'Huai Mek',3539,1),
(39863,'Kalasin',3539,1),
(39864,'Kamalasai',3539,1),
(39865,'Khao Wong',3539,1),
(39866,'Kuchinarai',3539,1),
(39867,'Nong Kung Si',3539,1),
(39868,'Yang Talat',3539,1),
(39869,'Bo Phloi',3541,1),
(39870,'Kanchanaburi',3541,1),
(39871,'Phanom Thuan',3541,1),
(39872,'Tha Maka',3541,1),
(39873,'Tha Muang',3541,1),
(39874,'Ao Luk',3543,1),
(39875,'Krabi',3543,1),
(39876,'Lampang',3545,1),
(39877,'Thoen',3545,1),
(39878,'Lamphun',3546,1),
(39879,'Mae Tha',3546,1),
(39880,'Pa Sang',3546,1),
(39881,'Loei',3547,1),
(39882,'Phu Kra Dung',3547,1),
(39883,'Wang Saphung',3547,1),
(39884,'Mukdahan',3551,1),
(39885,'Chiang Klang',3558,1),
(39886,'Nan',3558,1),
(39887,'Bacho',3559,1),
(39888,'Narathiwat',3559,1),
(39889,'Rangae',3559,1),
(39890,'Sungai Kolok',3559,1),
(39891,'Sungai Padi',3559,1),
(39892,'Tak Bai',3559,1),
(39893,'Bang Bo Thong',3562,1),
(39894,'Bang Kruai',3562,1),
(39895,'Bang Yai',3562,1),
(39896,'Nonthaburi',3562,1),
(39897,'Pak Kret',3562,1),
(39898,'Sainoi',3562,1),
(39899,'Nong Chik',3564,1),
(39900,'Pattani',3564,1),
(39901,'Sai Buri',3564,1),
(39902,'Yaring',3564,1),
(39903,'Phangnga',3565,1),
(39904,'Phatthalung',3566,1),
(39905,'Chiang Kham',3567,1),
(39906,'Dok Kham Tai',3567,1),
(39907,'Phayao',3567,1),
(39908,'Pong',3567,1),
(39909,'Chon Daen',3568,1),
(39910,'Lom Sak',3568,1),
(39911,'Nong Phai',3568,1),
(39912,'Phetchabun',3568,1),
(39913,'Wichian Buri',3568,1),
(39914,'Ban Laem',3569,1),
(39915,'Chaam',3569,1),
(39916,'Khao Yoi',3569,1),
(39917,'Phetchaburi',3569,1),
(39918,'Tha Yang',3569,1),
(39919,'Bang Mun Nak',3570,1),
(39920,'Phichit',3570,1),
(39921,'Taphan Hin',3570,1),
(39922,'Thap Khlo',3570,1),
(39923,'Bang Krathum',3571,1),
(39924,'Bang Rakam',3571,1),
(39925,'Nakhon Thai',3571,1),
(39926,'Phitsanulok',3571,1),
(39927,'Den Chai',3573,1),
(39928,'Long',3573,1),
(39929,'Phrae',3573,1),
(39930,'Rong Kwang',3573,1),
(39931,'Kathu',3574,1),
(39932,'Phuket',3574,1),
(39933,'Ranong',3577,1),
(39934,'Ban Pong',3578,1),
(39935,'Bang Phae',3578,1),
(39936,'Chom Bung',3578,1),
(39937,'Damnoen Saduak',3578,1),
(39938,'Photharam',3578,1),
(39939,'Ratchaburi',3578,1),
(39940,'Ban Chang',3579,1),
(39941,'Klaeng',3579,1),
(39942,'Rayong',3579,1),
(39943,'Ban Mo',3586,1),
(39944,'Kaeng Khoi',3586,1),
(39945,'Nong Khae',3586,1),
(39946,'Phra Phutthabat',3586,1),
(39947,'Saraburi',3586,1),
(39948,'Satun',3587,1),
(39949,'Hat Yai',3590,1),
(39950,'Ranot',3590,1),
(39951,'Sadao',3590,1),
(39952,'Singha Nakhon',3590,1),
(39953,'Songkhla',3590,1),
(39954,'Khiri Mat',3591,1),
(39955,'Sawankhalok',3591,1),
(39956,'Si Satchanalai',3591,1),
(39957,'Sukhothai',3591,1),
(39958,'Phasat',3594,1),
(39959,'Surin',3594,1),
(39960,'Ban Tak',3595,1),
(39961,'Mae Ramat',3595,1),
(39962,'Mae Sot',3595,1),
(39963,'Tak',3595,1),
(39964,'Huai Yot',3596,1),
(39965,'Kantang',3596,1),
(39966,'Trang',3596,1),
(39967,'Bo Rai',3597,1),
(39968,'Trat',3597,1),
(39969,'Laplae',3601,1),
(39970,'Uttaradit',3601,1),
(39971,'Betong',3602,1),
(39972,'Yala',3602,1),
(39973,'Yasothon',3603,1),
(39974,'Guerin Kouka',3604,1),
(39975,'Sokode',3604,1),
(39976,'Sotouboua',3604,1),
(39977,'Tchamba',3604,1),
(39978,'Bafilo',3605,1),
(39979,'Bassar',3605,1),
(39980,'Kande',3605,1),
(39981,'Kara',3605,1),
(39982,'Kpagouda',3605,1),
(39983,'Niamtougou',3605,1),
(39984,'Agbelouve',3606,1),
(39985,'Aneho',3606,1),
(39986,'Lome',3606,1),
(39987,'Tabligbo',3606,1),
(39988,'Tsevie',3606,1),
(39989,'Vogan',3606,1),
(39990,'Amlame',3607,1),
(39991,'Anie',3607,1),
(39992,'Atakpame',3607,1),
(39993,'Badou',3607,1),
(39994,'Blitta',3607,1),
(39995,'Kouve',3607,1),
(39996,'Kpalime',3607,1),
(39997,'Kpessi',3607,1),
(39998,'Notse',3607,1),
(39999,'Dapaong',3608,1),
(40000,'Mango',3608,1),
(40001,'Tandjouare',3608,1),
(40002,'Atafu',3609,1),
(40003,'Fakaofo',3610,1),
(40004,'Nukunonu',3611,1),
(40005,'Ohonua',3612,1),
(40006,'Pangai',3613,1),
(40007,'Hihifo',3614,1),
(40008,'Haveloloto',3615,1),
(40009,'Mu\'a',3615,1),
(40010,'Nuku\'alofa',3615,1),
(40011,'Tofoa-Koloua',3615,1),
(40012,'Vaini',3615,1),
(40013,'Neiafu',3616,1),
(40014,'Arima',3617,1),
(40015,'Arouca',3617,1),
(40016,'Tacarigua',3617,1),
(40017,'Tunapuna',3617,1),
(40018,'Carapichaima',3618,1),
(40019,'Claxton Bay',3618,1),
(40020,'Chaguanas',3619,1),
(40021,'Couva',3620,1),
(40022,'Tabaquite',3620,1),
(40023,'Glencoe',3622,1),
(40024,'Siparia',3631,1),
(40025,'Scarborough',3632,1),
(40026,'Aryanah',3633,1),
(40027,'Bordj Aalouine',3633,1),
(40028,'Burj-al-\'Amri',3633,1),
(40029,'La Soukra',3633,1),
(40030,'Qal\'at-al-Andalus',3633,1),
(40031,'Sidi Thabit',3633,1),
(40032,'Taburbah',3633,1),
(40033,'Wadi al-Layl',3633,1),
(40034,'ad-Dandan',3633,1),
(40035,'al-Battan',3633,1),
(40036,'al-Jadidah',3633,1),
(40037,'al-Murnaqiyah',3633,1),
(40038,'at-Tadaman Dawwar Hishar',3633,1),
(40039,'Bajah',3634,1),
(40040,'Majaz-al-Bab',3634,1),
(40041,'Nafzah',3634,1),
(40042,'Quballat',3634,1),
(40043,'Tabursuq',3634,1),
(40044,'Tastur',3634,1),
(40045,'Zahrat Madina',3634,1),
(40046,'al-Ma\'qulah',3634,1),
(40047,'\'Awsajah',3636,1),
(40048,'Binzart',3636,1),
(40049,'Ghar-al-Milh',3636,1),
(40050,'Manzil \'Abd-ar-Rahman',3636,1),
(40051,'Manzil Bu Ruqaybah',3636,1),
(40052,'Manzil Jamil',3636,1),
(40053,'Matir',3636,1),
(40054,'Rafraf',3636,1),
(40055,'Ras-al-Jabal',3636,1),
(40056,'Sajanan',3636,1),
(40057,'Tinjah',3636,1),
(40058,'al-\'Aliyah',3636,1),
(40059,'al-Matlin',3636,1),
(40060,'\'Ayn Darahim',3641,1),
(40061,'Bani Matir',3641,1),
(40062,'Bu Salim',3641,1),
(40063,'Firnanah',3641,1),
(40064,'Ghar-ad-Dima\'',3641,1),
(40065,'Jundubah',3641,1),
(40066,'Tabarqah',3641,1),
(40067,'Wadi Maliz',3641,1),
(40068,'Bani Khaddash',3642,1),
(40069,'Bin Qirdan',3642,1),
(40070,'Jarbah Ajim',3642,1),
(40071,'Jarbah Hawmat-as-Suq',3642,1),
(40072,'Jarbah Midun',3642,1),
(40073,'Jarjis',3642,1),
(40074,'Madaniyin',3642,1),
(40075,'Manubah',3643,1),
(40076,'Monastir',3644,1),
(40077,'Azimur',3645,1),
(40078,'Bani Hiyar',3645,1),
(40079,'Bani Khallad',3645,1),
(40080,'Bu \'Urqub',3645,1),
(40081,'Dar \'Alush',3645,1),
(40082,'Dar Sha\'ban',3645,1),
(40083,'Hammam-al-Aghzaz',3645,1),
(40084,'Manzil Bu Zalafah',3645,1),
(40085,'Manzil Hurr',3645,1),
(40086,'Manzil Tamim',3645,1),
(40087,'Nabul',3645,1),
(40088,'Qalibiyah',3645,1),
(40089,'Qurbah',3645,1),
(40090,'Qurbus',3645,1),
(40091,'Qurunbaliyah',3645,1),
(40092,'Sulayman',3645,1),
(40093,'Taklisah',3645,1),
(40094,'Tazirkah',3645,1),
(40095,'Zawiyat-al-Jadidi',3645,1),
(40096,'al-Hammamat',3645,1),
(40097,'al-Huwariyah',3645,1),
(40098,'al-Ma\'murah',3645,1),
(40099,'al-Middah',3645,1),
(40100,'as-Sama\'ah',3645,1),
(40101,'Ghannush',3646,1),
(40102,'Marath',3646,1),
(40103,'Matmatat-al-Jadidah',3646,1),
(40104,'Matmatat-al-Qadimah',3646,1),
(40105,'Qabis',3646,1),
(40106,'Sanini an-Nahal',3646,1),
(40107,'Wadhraf',3646,1),
(40108,'al-Hammah',3646,1),
(40109,'al-Matwiyah',3646,1),
(40110,'az-Zarat',3646,1),
(40111,'Qafsah',3647,1),
(40112,'Umm-al-\'Arais',3647,1),
(40113,'al-Madilah',3647,1),
(40114,'al-Mitlawi',3647,1),
(40115,'al-Qasr',3647,1),
(40116,'al-Qatar',3647,1),
(40117,'ar-Rudayyif',3647,1),
(40118,'as-Sanad',3647,1),
(40119,'Duz',3648,1),
(40120,'Jamnah',3648,1),
(40121,'Qibili',3648,1),
(40122,'Suq-al-Ahad',3648,1),
(40123,'al-Qal\'ah',3648,1),
(40124,'\'Aqarib',3649,1),
(40125,'Bi\'r Ali Bin Khalifah',3649,1),
(40126,'Jabinyanah',3649,1),
(40127,'Manzil Shakir',3649,1),
(40128,'Qarmadah',3649,1),
(40129,'Qarqannah',3649,1),
(40130,'Safaqis',3649,1),
(40131,'Saqiyat-ad-Dair',3649,1),
(40132,'Saqiyat-az-Zayt',3649,1),
(40133,'Sfax',3649,1),
(40134,'Tinah',3649,1),
(40135,'al-\'Ayn',3649,1),
(40136,'al-Hanashah',3649,1),
(40137,'al-Mahras',3649,1),
(40138,'as-Sukhayrah',3649,1),
(40139,'ash-Shayhiyah',3649,1),
(40140,'Sfax',3650,1),
(40141,'Barqu',3652,1),
(40142,'Bu \'Aradah',3652,1),
(40143,'Bu Ruwis',3652,1),
(40144,'Kasra',3652,1),
(40145,'Makthar',3652,1),
(40146,'Qa\'afur',3652,1),
(40147,'Silyanah',3652,1),
(40148,'al-\'Arusah',3652,1),
(40149,'al-Karib',3652,1),
(40150,'ar-Rawhiyah',3652,1),
(40151,'Akkudah',3653,1),
(40152,'Bu Fishah',3653,1),
(40153,'Hammam Susah',3653,1),
(40154,'Harqalah',3653,1),
(40155,'Masakin',3653,1),
(40156,'Qusaybat-ath-Thurayat',3653,1),
(40157,'Sidi Bu \'Ali',3653,1),
(40158,'Sidi al-Hani',3653,1),
(40159,'Susah',3653,1),
(40160,'Zawiyat Susah',3653,1),
(40161,'al-Masa\'din',3653,1),
(40162,'al-Qal\'at-al-Kabirah',3653,1),
(40163,'al-Qal\'at-as-Saghirah',3653,1),
(40164,'an-Nafidah',3653,1),
(40165,'az-Zuhur',3653,1),
(40166,'Bi\'r-al-Ahmar',3654,1),
(40167,'Dhahibah',3654,1),
(40168,'Ghumrassin',3654,1),
(40169,'Rimadah',3654,1),
(40170,'Tatawin',3654,1),
(40171,'Daqash',3655,1),
(40172,'Hammat-al-Jarid',3655,1),
(40173,'Naftah',3655,1),
(40174,'Tamaghzah',3655,1),
(40175,'Tawzar',3655,1),
(40176,'Bardaw',3656,1),
(40177,'Ben Arous',3656,1),
(40178,'Carthage',3656,1),
(40179,'Halq-al-Wadi',3656,1),
(40180,'Megrine',3656,1),
(40181,'Qartaj',3656,1),
(40182,'Sidi Bu Sa\'id',3656,1),
(40183,'Tunis',3656,1),
(40184,'al-Marsa',3656,1),
(40185,'Bi\'r Mashariqah',3657,1),
(40186,'Jabal-al-Wust',3657,1),
(40187,'Zaghwan',3657,1),
(40188,'al-Fahs',3657,1),
(40189,'an-Nazur',3657,1),
(40190,'az-Zaribah',3657,1),
(40191,'Manzil Salim',3658,1),
(40192,'Nibbar',3658,1),
(40193,'Qal\'at-as-Sanan',3658,1),
(40194,'Saqiyat Sidi Yussuf',3658,1),
(40195,'Tajarwin',3658,1),
(40196,'ad-Dahmani',3658,1),
(40197,'al-Jarissah',3658,1),
(40198,'al-Kaf',3658,1),
(40199,'al-Qal\'at-al-Khasba\'',3658,1),
(40200,'al-Qusur',3658,1),
(40201,'as-Sars',3658,1),
(40202,'at-Tawiraf',3658,1),
(40203,'Awlad ash-Shamakh',3659,1),
(40204,'Bumirdas',3659,1),
(40205,'Habirah',3659,1),
(40206,'Karkar',3659,1),
(40207,'Mallulash',3659,1),
(40208,'Qusur-as-Saf',3659,1),
(40209,'Rajish',3659,1),
(40210,'Shurban',3659,1),
(40211,'Sidi \'Ulwan',3659,1),
(40212,'al-Baradi\'ah',3659,1),
(40213,'al-Jamm',3659,1),
(40214,'al-Mahdiyah',3659,1),
(40215,'as-Sawasi',3659,1),
(40216,'ash-Shabbah',3659,1),
(40217,'\'Amirat-al-Fahul',3660,1),
(40218,'\'Amirat-al-Hajjaj',3660,1),
(40219,'\'Amirat-at-Tawazarah',3660,1),
(40220,'Banan Budar',3660,1),
(40221,'Banblat wal-Manarah',3660,1),
(40222,'Bani Hassan',3660,1),
(40223,'Bu Hajjar',3660,1),
(40224,'Ghanadah',3660,1),
(40225,'Jammal',3660,1),
(40226,'Khunays',3660,1),
(40227,'Lamtah',3660,1),
(40228,'Manzil Farsi',3660,1),
(40229,'Manzil Hayah',3660,1),
(40230,'Manzil Kamil',3660,1),
(40231,'Manzil Nur',3660,1),
(40232,'Qasr Hallal',3660,1),
(40233,'Qusaybat-al-Madyuni',3660,1),
(40234,'Sahilin Ma\'atmar',3660,1),
(40235,'Sayyadah',3660,1),
(40236,'Sidi \'Amara',3660,1),
(40237,'Sidi Bin Nur',3660,1),
(40238,'Tabulbah',3660,1),
(40239,'Tuzah',3660,1),
(40240,'Zaramidin',3660,1),
(40241,'Zawiyat Quntash',3660,1),
(40242,'al-Baqalitah',3660,1),
(40243,'al-Masdur',3660,1),
(40244,'al-Muknin',3660,1),
(40245,'al-Munastir',3660,1),
(40246,'al-Wardanin',3660,1),
(40247,'ash-Sharahil',3660,1),
(40248,'Firyanah',3661,1),
(40249,'Fussanah',3661,1),
(40250,'Haydrah',3661,1),
(40251,'Jadliyan',3661,1),
(40252,'Majal Bal \'Abbas',3661,1),
(40253,'Sabibah',3661,1),
(40254,'Subaytilah',3661,1),
(40255,'Talabat',3661,1),
(40256,'Talah',3661,1),
(40257,'al-Qasrayn',3661,1),
(40258,'\'Ayn Jalulah',3662,1),
(40259,'Buhajlah',3662,1),
(40260,'Haffuz',3662,1),
(40261,'Hajib-al-\'Ayun',3662,1),
(40262,'Manzil Mahidi',3662,1),
(40263,'Nasr Allah',3662,1),
(40264,'al-\'Ala',3662,1),
(40265,'al-Qayrawan',3662,1),
(40266,'al-Waslatiyah',3662,1),
(40267,'as-Subaykhah',3662,1),
(40268,'ash-Shabikah',3662,1),
(40269,'ash-Sharardah',3662,1),
(40270,'Adana',3663,1),
(40271,'Aladag',3663,1),
(40272,'Ceyhan',3663,1),
(40273,'Feke',3663,1),
(40274,'Imamoglu',3663,1),
(40275,'Karaisali',3663,1),
(40276,'Karatas',3663,1),
(40277,'Kozan',3663,1),
(40278,'Pozanti',3663,1),
(40279,'Saimbeyli',3663,1),
(40280,'Tufanbeyli',3663,1),
(40281,'Yumurtalik',3663,1),
(40282,'Adiyaman',3664,1),
(40283,'Besni',3664,1),
(40284,'Celikhan',3664,1),
(40285,'Gerger',3664,1),
(40286,'Golbasi',3664,1),
(40287,'Kahta',3664,1),
(40288,'Samsat',3664,1),
(40289,'Sincik',3664,1),
(40290,'Tut',3664,1),
(40291,'Afyonkarahisar',3665,1),
(40292,'Basmakci',3665,1),
(40293,'Bayat',3665,1),
(40294,'Bolvadin',3665,1),
(40295,'Cay',3665,1),
(40296,'Dazkiri',3665,1),
(40297,'Dinar',3665,1),
(40298,'Emirdag',3665,1),
(40299,'Evciler',3665,1),
(40300,'Hocalar',3665,1),
(40301,'Ihsaniye',3665,1),
(40302,'Iscehisar',3665,1),
(40303,'Kiziloren',3665,1),
(40304,'Sandikli',3665,1),
(40305,'Sincanli',3665,1),
(40306,'Suhut',3665,1),
(40307,'Sultandagi',3665,1),
(40308,'Diyadin',3666,1),
(40309,'Dogubeyazit',3666,1),
(40310,'Eleskirt',3666,1),
(40311,'Hamur',3666,1),
(40312,'Karakose',3666,1),
(40313,'Patnos',3666,1),
(40314,'Taslicay',3666,1),
(40315,'Tutak',3666,1),
(40316,'Agacoren',3667,1),
(40317,'Aksaray',3667,1),
(40318,'Eskil',3667,1),
(40319,'Gulagac',3667,1),
(40320,'Guzelyurt',3667,1),
(40321,'Ortakoy',3667,1),
(40322,'Sariyahsi',3667,1),
(40323,'Amasya',3668,1),
(40324,'Goynucek',3668,1),
(40325,'Gumushacikoy',3668,1),
(40326,'Hamamozu',3668,1),
(40327,'Merzifon',3668,1),
(40328,'Suluova',3668,1),
(40329,'Tasova',3668,1),
(40330,'Akyurt',3669,1),
(40331,'Ankara',3669,1),
(40332,'Ayas',3669,1),
(40333,'Beypazari',3669,1),
(40334,'Camlidere',3669,1),
(40335,'Cubuk',3669,1),
(40336,'Elmadag',3669,1),
(40337,'Evren',3669,1),
(40338,'Gudul',3669,1),
(40339,'Haymana',3669,1),
(40340,'Kalecik',3669,1),
(40341,'Kazan',3669,1),
(40342,'Kizilcahamam',3669,1),
(40343,'Nallihan',3669,1),
(40344,'Polatli',3669,1),
(40345,'Sereflikochisar',3669,1),
(40346,'Yenisehir',3669,1),
(40347,'Akseki',3670,1),
(40348,'Alanya',3670,1),
(40349,'Antalya',3670,1),
(40350,'Elmali',3670,1),
(40351,'Finike',3670,1),
(40352,'Gazipasa',3670,1),
(40353,'Gundogmus',3670,1),
(40354,'Ibradi',3670,1),
(40355,'Kale',3670,1),
(40356,'Kas',3670,1),
(40357,'Kemer',3670,1),
(40358,'Konya',3670,1),
(40359,'Korkuteli',3670,1),
(40360,'Kumluca',3670,1),
(40361,'Manavgat',3670,1),
(40362,'Serik',3670,1),
(40363,'Ardahan',3671,1),
(40364,'Damal',3671,1),
(40365,'Gole',3671,1),
(40366,'Hanak',3671,1),
(40367,'Posof',3671,1),
(40368,'Ardanuc',3672,1),
(40369,'Arhavi',3672,1),
(40370,'Artvin',3672,1),
(40371,'Borcka',3672,1),
(40372,'Hopa',3672,1),
(40373,'Murgul',3672,1),
(40374,'Savsat',3672,1),
(40375,'Yusufeli',3672,1),
(40376,'Aydin',3673,1),
(40377,'Bozdogan',3673,1),
(40378,'Buharkent',3673,1),
(40379,'Cine',3673,1),
(40380,'Didim',3673,1),
(40381,'Germencik',3673,1),
(40382,'Incirliova',3673,1),
(40383,'Karacasu',3673,1),
(40384,'Karpuzlu',3673,1),
(40385,'Kocarli',3673,1),
(40386,'Kosk',3673,1),
(40387,'Kusadasi',3673,1),
(40388,'Kuyucak',3673,1),
(40389,'Nazilli',3673,1),
(40390,'Soke',3673,1),
(40391,'Sultanhisar',3673,1),
(40392,'Yenipazar',3673,1),
(40393,'Ayvalik',3674,1),
(40394,'Balikesir',3674,1),
(40395,'Balya',3674,1),
(40396,'Bandirma',3674,1),
(40397,'Bigadic',3674,1),
(40398,'Burhaniye',3674,1),
(40399,'Dursunbey',3674,1),
(40400,'Edremit',3674,1),
(40401,'Erdek',3674,1),
(40402,'Gomec',3674,1),
(40403,'Gonen',3674,1),
(40404,'Havran',3674,1),
(40405,'Ivrindi',3674,1),
(40406,'Kepsut',3674,1),
(40407,'Manyas',3674,1),
(40408,'Marmara',3674,1),
(40409,'Sakarya',3674,1),
(40410,'Savastepe',3674,1),
(40411,'Sindirgi',3674,1),
(40412,'Susurluk',3674,1),
(40413,'Amasra',3675,1),
(40414,'Bartin',3675,1),
(40415,'Kurucasile',3675,1),
(40416,'Ulus',3675,1),
(40417,'Batman',3676,1),
(40418,'Besiri',3676,1),
(40419,'Gercus',3676,1),
(40420,'Hasankeyf',3676,1),
(40421,'Kozluk',3676,1),
(40422,'Sason',3676,1),
(40423,'Aydintepe',3677,1),
(40424,'Bayburt',3677,1),
(40425,'Demirozu',3677,1),
(40426,'Bilecik',3678,1),
(40427,'Bozuyuk',3678,1),
(40428,'Golpazari',3678,1),
(40429,'Inhisar',3678,1),
(40430,'Osmaneli',3678,1),
(40431,'Pazaryeri',3678,1),
(40432,'Sogut',3678,1),
(40433,'Yenipazar',3678,1),
(40434,'Adakli',3679,1),
(40435,'Bingol',3679,1),
(40436,'Genc',3679,1),
(40437,'Karliova',3679,1),
(40438,'Kigi',3679,1),
(40439,'Solhan',3679,1),
(40440,'Yayladere',3679,1),
(40441,'Yedisu',3679,1),
(40442,'Adilcevaz',3680,1),
(40443,'Ahlat',3680,1),
(40444,'Bitlis',3680,1),
(40445,'Guroymak',3680,1),
(40446,'Hizan',3680,1),
(40447,'Mutki',3680,1),
(40448,'Tatvan',3680,1),
(40449,'Akcakoca',3681,1),
(40450,'Bolu',3681,1),
(40451,'Dortdivan',3681,1),
(40452,'Gerede',3681,1),
(40453,'Goynuk',3681,1),
(40454,'Kibriscik',3681,1),
(40455,'Mengen',3681,1),
(40456,'Mudurnu',3681,1),
(40457,'Seben',3681,1),
(40458,'Yenicaga',3681,1),
(40459,'Aglasun',3682,1),
(40460,'Altinyayla',3682,1),
(40461,'Bucak',3682,1),
(40462,'Burdur',3682,1),
(40463,'Golhisar',3682,1),
(40464,'Karamanli',3682,1),
(40465,'Kemer',3682,1),
(40466,'Tefenni',3682,1),
(40467,'Yesilova',3682,1),
(40468,'Bursa',3683,1),
(40469,'Buyukorhan',3683,1),
(40470,'Gemlik',3683,1),
(40471,'Gursu',3683,1),
(40472,'Harmancik',3683,1),
(40473,'Inegol',3683,1),
(40474,'Iznik',3683,1),
(40475,'Karacabey',3683,1),
(40476,'Keles',3683,1),
(40477,'Kestel',3683,1),
(40478,'Mudanya',3683,1),
(40479,'Mustafakemalpasa',3683,1),
(40480,'Orhaneli',3683,1),
(40481,'Orhangazi',3683,1),
(40482,'Yenisehir',3683,1),
(40483,'Ayvacik',3684,1),
(40484,'Bayramic',3684,1),
(40485,'Biga',3684,1),
(40486,'Bozcaada',3684,1),
(40487,'Can',3684,1),
(40488,'Canakkale',3684,1),
(40489,'Eceabat',3684,1),
(40490,'Ezine',3684,1),
(40491,'Gelibolu',3684,1),
(40492,'Gokceada',3684,1),
(40493,'Lapseki',3684,1),
(40494,'Yenice',3684,1),
(40495,'Atkaracalar',3685,1),
(40496,'Bayramoren',3685,1),
(40497,'Cankiri',3685,1),
(40498,'Cerkes',3685,1),
(40499,'Eldivan',3685,1),
(40500,'Ilgaz',3685,1),
(40501,'Kizilirmak',3685,1),
(40502,'Korgun',3685,1),
(40503,'Kursunlu',3685,1),
(40504,'Orta',3685,1),
(40505,'Sabanozu',3685,1),
(40506,'Yaprakli',3685,1),
(40507,'Alaca',3686,1),
(40508,'Bayat',3686,1),
(40509,'Corum',3686,1),
(40510,'Dodurga',3686,1),
(40511,'Iskilip',3686,1),
(40512,'Kargi',3686,1),
(40513,'Lacin',3686,1),
(40514,'Mecitozu',3686,1),
(40515,'Oguzlar',3686,1),
(40516,'Ortakoy',3686,1),
(40517,'Osmancik',3686,1),
(40518,'Sungurlu',3686,1),
(40519,'Ugurludag',3686,1),
(40520,'Acipayam',3687,1),
(40521,'Akkoy',3687,1),
(40522,'Babadag',3687,1),
(40523,'Baklan',3687,1),
(40524,'Bekilli',3687,1),
(40525,'Bozkurt',3687,1),
(40526,'Buldan',3687,1),
(40527,'Cardak',3687,1),
(40528,'Civril',3687,1),
(40529,'Denizli',3687,1),
(40530,'Guney',3687,1),
(40531,'Honaz',3687,1),
(40532,'Kale',3687,1),
(40533,'Saraykoy',3687,1),
(40534,'Serinhisar',3687,1),
(40535,'Tavas',3687,1),
(40536,'Bismil',3688,1),
(40537,'Cermik',3688,1),
(40538,'Cinar',3688,1),
(40539,'Cungus',3688,1),
(40540,'Dicle',3688,1),
(40541,'Diyarbakir',3688,1),
(40542,'Egil',3688,1),
(40543,'Ergani',3688,1),
(40544,'Hani',3688,1),
(40545,'Hazro',3688,1),
(40546,'Kocakoy',3688,1),
(40547,'Kulp',3688,1),
(40548,'Lice',3688,1),
(40549,'Silvan',3688,1),
(40550,'Cumayeri',3689,1),
(40551,'Duzce',3689,1),
(40552,'Golyaka',3689,1),
(40553,'Gumusova',3689,1),
(40554,'Kaynasli',3689,1),
(40555,'Yigilca',3689,1),
(40556,'Edirne',3690,1),
(40557,'Enez',3690,1),
(40558,'Havsa',3690,1),
(40559,'Ipsala',3690,1),
(40560,'Kesan',3690,1),
(40561,'Lalapasa',3690,1),
(40562,'Meric',3690,1),
(40563,'Suleoglu',3690,1),
(40564,'Uzunkopru',3690,1),
(40565,'Agin',3691,1),
(40566,'Alacakaya',3691,1),
(40567,'Aricak',3691,1),
(40568,'Baskil',3691,1),
(40569,'Elazig',3691,1),
(40570,'Karakocan',3691,1),
(40571,'Keban',3691,1),
(40572,'Kovancilar',3691,1),
(40573,'Maden',3691,1),
(40574,'Palu',3691,1),
(40575,'Sivrice',3691,1),
(40576,'Erzincan',3692,1),
(40577,'Ilic',3692,1),
(40578,'Kemah',3692,1),
(40579,'Kemaliye',3692,1),
(40580,'Otlukbeli',3692,1),
(40581,'Refahiye',3692,1),
(40582,'Tercan',3692,1),
(40583,'Uzumlu',3692,1),
(40584,'Askale',3693,1),
(40585,'Erzurum',3693,1),
(40586,'Hinis',3693,1),
(40587,'Horasan',3693,1),
(40588,'Ilica',3693,1),
(40589,'Ispir',3693,1),
(40590,'Karacoban',3693,1),
(40591,'Karayazi',3693,1),
(40592,'Koprukoy',3693,1),
(40593,'Narman',3693,1),
(40594,'Oltu',3693,1),
(40595,'Olur',3693,1),
(40596,'Pasinler',3693,1),
(40597,'Pazaryolu',3693,1),
(40598,'Senkaya',3693,1),
(40599,'Tekman',3693,1),
(40600,'Tortum',3693,1),
(40601,'Uzundere',3693,1),
(40602,'Alpu',3694,1),
(40603,'Beylikova',3694,1),
(40604,'Cifteler',3694,1),
(40605,'Eskisehir',3694,1),
(40606,'Gunyuzu',3694,1),
(40607,'Han',3694,1),
(40608,'Inonu',3694,1),
(40609,'Mahmudiye',3694,1),
(40610,'Mihalgazi',3694,1),
(40611,'Mihaliccik',3694,1),
(40612,'Saricakaya',3694,1),
(40613,'Seyitgazi',3694,1),
(40614,'Sivrihisar',3694,1),
(40615,'Araban',3695,1),
(40616,'Gaziantep',3695,1),
(40617,'Islahiye',3695,1),
(40618,'Karkamis',3695,1),
(40619,'Nizip',3695,1),
(40620,'Nurdagi',3695,1),
(40621,'Oguzeli',3695,1),
(40622,'Sehitkamil',3695,1),
(40623,'Yavuzeli',3695,1),
(40624,'Aluca',3696,1),
(40625,'Bulancak',3696,1),
(40626,'Dereli',3696,1),
(40627,'Dogankent',3696,1),
(40628,'Espiye',3696,1),
(40629,'Eynesil',3696,1),
(40630,'Giresun',3696,1),
(40631,'Gorele',3696,1),
(40632,'Guce',3696,1),
(40633,'Kesap',3696,1),
(40634,'Piraziz',3696,1),
(40635,'Sebinkarahisar',3696,1),
(40636,'Tirebolu',3696,1),
(40637,'Yaglidere',3696,1),
(40638,'Gumushane',3697,1),
(40639,'Kelkit',3697,1),
(40640,'Kose',3697,1),
(40641,'Kurtun',3697,1),
(40642,'Siran',3697,1),
(40643,'Torul',3697,1),
(40644,'Cukurca',3698,1),
(40645,'Hakkari',3698,1),
(40646,'Semdinli',3698,1),
(40647,'Yuksekova',3698,1),
(40648,'Altinozu',3699,1),
(40649,'Antakya',3699,1),
(40650,'Belen',3699,1),
(40651,'Dortyol',3699,1),
(40652,'Erzin',3699,1),
(40653,'Hassa',3699,1),
(40654,'Iskenderun',3699,1),
(40655,'Kirikhan',3699,1),
(40656,'Kumlu',3699,1),
(40657,'Reyhanli',3699,1),
(40658,'Samandag',3699,1),
(40659,'Yayladagi',3699,1),
(40660,'Anamur',3700,1),
(40661,'Aydincik',3700,1),
(40662,'Bozyazi',3700,1),
(40663,'Erdemli',3700,1),
(40664,'Gulnar',3700,1),
(40665,'Mersin',3700,1),
(40666,'Mut',3700,1),
(40667,'Silifke',3700,1),
(40668,'Tarsus',3700,1),
(40669,'Aralik',3701,1),
(40670,'Igdir',3701,1),
(40671,'Karakoyunlu',3701,1),
(40672,'Tuzluca',3701,1),
(40673,'Aksu',3702,1),
(40674,'Atabey',3702,1),
(40675,'Egirdir',3702,1),
(40676,'Gelendost',3702,1),
(40677,'Gonen',3702,1),
(40678,'Isparta',3702,1),
(40679,'Keciborlu',3702,1),
(40680,'Sarkikaraagac',3702,1),
(40681,'Senirkent',3702,1),
(40682,'Sutculer',3702,1),
(40683,'Uluborlu',3702,1),
(40684,'Yalvac',3702,1),
(40685,'Yenisarbademli',3702,1),
(40686,'Buyukcekmece',3703,1),
(40687,'Catalca',3703,1),
(40688,'Eminonu',3703,1),
(40689,'Esenler',3703,1),
(40690,'Istanbul',3703,1),
(40691,'KadÃ„Â±koy',3703,1),
(40692,'Sile',3703,1),
(40693,'Silivri',3703,1),
(40694,'Sultanbeyli',3703,1),
(40695,'TopkapÃ„Â±',3703,1),
(40696,'Tuzla',3703,1),
(40697,'Umraniye',3703,1),
(40698,'Aliaga',3704,1),
(40699,'Alsancak',3704,1),
(40700,'Bayindir',3704,1),
(40701,'Bergama',3704,1),
(40702,'Beyagac',3704,1),
(40703,'Bornova',3704,1),
(40704,'Cesme',3704,1),
(40705,'Digor',3704,1),
(40706,'Dikili',3704,1),
(40707,'Foca',3704,1),
(40708,'Izmir',3704,1),
(40709,'Karaburun',3704,1),
(40710,'Kemalpasa',3704,1),
(40711,'Kinik',3704,1),
(40712,'Kiraz',3704,1),
(40713,'Menderes',3704,1),
(40714,'Menemen',3704,1),
(40715,'Merkezi',3704,1),
(40716,'Mersinli',3704,1),
(40717,'Odemis',3704,1),
(40718,'Seferihisar',3704,1),
(40719,'Selcuk',3704,1),
(40720,'Tire',3704,1),
(40721,'Torbali',3704,1),
(40722,'Urla',3704,1),
(40723,'Afsin',3705,1),
(40724,'Andirin',3705,1),
(40725,'Caglayancerit',3705,1),
(40726,'Ekinozu',3705,1),
(40727,'Elbistan',3705,1),
(40728,'Goksun',3705,1),
(40729,'Kahramanmaras',3705,1),
(40730,'Nurhak',3705,1),
(40731,'Pazarcik',3705,1),
(40732,'Turkoglu',3705,1),
(40733,'Eflani',3706,1),
(40734,'Eskipazar',3706,1),
(40735,'Karabuk',3706,1),
(40736,'Ovacik',3706,1),
(40737,'Safranbolu',3706,1),
(40738,'Yenice',3706,1),
(40739,'Ayranci',3707,1),
(40740,'Basyayla',3707,1),
(40741,'Ermenek',3707,1),
(40742,'Karaman',3707,1),
(40743,'Kazimkarabekir',3707,1),
(40744,'Sariveliler',3707,1),
(40745,'Akyaka',3708,1),
(40746,'Arpacay',3708,1),
(40747,'Kagizman',3708,1),
(40748,'Kars',3708,1),
(40749,'Sarikamis',3708,1),
(40750,'Selim',3708,1),
(40751,'Susuz',3708,1),
(40752,'Karsiyaka',3709,1),
(40753,'Abana',3710,1),
(40754,'Agli',3710,1),
(40755,'Arac',3710,1),
(40756,'Azdavay',3710,1),
(40757,'Bozkurt',3710,1),
(40758,'Daday',3710,1),
(40759,'Devrekani',3710,1),
(40760,'Doganyurt',3710,1),
(40761,'Hanonu',3710,1),
(40762,'Ihsangazi',3710,1),
(40763,'Inebolu',3710,1),
(40764,'Kastamonu',3710,1),
(40765,'Kure',3710,1),
(40766,'Pinarbasi',3710,1),
(40767,'Senpazar',3710,1),
(40768,'Seydiler',3710,1),
(40769,'Taskopru',3710,1),
(40770,'Tosya',3710,1),
(40771,'Akkisla',3711,1),
(40772,'Bunyan',3711,1),
(40773,'Develi',3711,1),
(40774,'Felahiye',3711,1),
(40775,'Hacilar',3711,1),
(40776,'Incesu',3711,1),
(40777,'Kayseri',3711,1),
(40778,'Ozvatan',3711,1),
(40779,'Pinarbasi',3711,1),
(40780,'Sarioglan',3711,1),
(40781,'Sariz',3711,1),
(40782,'Talas',3711,1),
(40783,'Tomarza',3711,1),
(40784,'Yahyali',3711,1),
(40785,'Yesilhisar',3711,1),
(40786,'Elbeyli',3712,1),
(40787,'Kilis',3712,1),
(40788,'Musabeyli',3712,1),
(40789,'Polateli',3712,1),
(40790,'Bahsili',3713,1),
(40791,'Baliseyh',3713,1),
(40792,'Delice',3713,1),
(40793,'Karakecili',3713,1),
(40794,'Keskin',3713,1),
(40795,'Kirikkale',3713,1),
(40796,'Sulakyurt',3713,1),
(40797,'Yahsihan',3713,1),
(40798,'Babaeski',3714,1),
(40799,'Demirkoy',3714,1),
(40800,'Kirklareli',3714,1),
(40801,'Kofcaz',3714,1),
(40802,'Kumkoy',3714,1),
(40803,'Luleburgaz',3714,1),
(40804,'Pehlivankoy',3714,1),
(40805,'Pinarhisar',3714,1),
(40806,'Vize',3714,1),
(40807,'Akcakent',3715,1),
(40808,'Akpinar',3715,1),
(40809,'Boztepe',3715,1),
(40810,'Kaman',3715,1),
(40811,'Kirsehir',3715,1),
(40812,'Mucur',3715,1),
(40813,'CayÃ„Â±rova',3716,1),
(40814,'Derince',3716,1),
(40815,'DilovasÃ„Â±',3716,1),
(40816,'Gebze',3716,1),
(40817,'Golcuk',3716,1),
(40818,'Izmit',3716,1),
(40819,'Kandira',3716,1),
(40820,'Karamursel',3716,1),
(40821,'Kocaeli',3716,1),
(40822,'Korfez',3716,1),
(40823,'Ahirli',3717,1),
(40824,'Akoren',3717,1),
(40825,'Aksehir',3717,1),
(40826,'Altinekin',3717,1),
(40827,'Beysehir',3717,1),
(40828,'Bozkir',3717,1),
(40829,'Cihanbeyli',3717,1),
(40830,'Cumra',3717,1),
(40831,'Derbent',3717,1),
(40832,'Derebucak',3717,1),
(40833,'Doganhisar',3717,1),
(40834,'Emirgazi',3717,1),
(40835,'Eregli',3717,1),
(40836,'Guneysinir',3717,1),
(40837,'Hadim',3717,1),
(40838,'Halkapinar',3717,1),
(40839,'Huyuk',3717,1),
(40840,'Ilgin',3717,1),
(40841,'Kadinhani',3717,1),
(40842,'Karapinar',3717,1),
(40843,'Konya',3717,1),
(40844,'Kulu',3717,1),
(40845,'Sarayonu',3717,1),
(40846,'Seydisehir',3717,1),
(40847,'Taskent',3717,1),
(40848,'Tuzlukcu',3717,1),
(40849,'Yalihuyuk',3717,1),
(40850,'Yunak',3717,1),
(40851,'Altinas',3718,1),
(40852,'Aslanapa',3718,1),
(40853,'Domanic',3718,1),
(40854,'Dumlupinar',3718,1),
(40855,'Emet',3718,1),
(40856,'Gediz',3718,1),
(40857,'Kutahya',3718,1),
(40858,'Pazarlar',3718,1),
(40859,'Saphane',3718,1),
(40860,'Simav',3718,1),
(40861,'Tavsanli',3718,1),
(40862,'Lefkosa',3719,1),
(40863,'Akcadag',3720,1),
(40864,'Arapkir',3720,1),
(40865,'Arguvan',3720,1),
(40866,'Battalgazi',3720,1),
(40867,'Darende',3720,1),
(40868,'Dogansehir',3720,1),
(40869,'Doganyol',3720,1),
(40870,'Hekimhan',3720,1),
(40871,'Kale',3720,1),
(40872,'Kuluncak',3720,1),
(40873,'Malatya',3720,1),
(40874,'Poturge',3720,1),
(40875,'Yazihan',3720,1),
(40876,'Yesilyurt',3720,1),
(40877,'Ahmetli',3721,1),
(40878,'Akhisar',3721,1),
(40879,'Alasehir',3721,1),
(40880,'Demirci',3721,1),
(40881,'Golmarmara',3721,1),
(40882,'Gordes',3721,1),
(40883,'Kirkagac',3721,1),
(40884,'Koprubasi',3721,1),
(40885,'Kula',3721,1),
(40886,'Manisa',3721,1),
(40887,'Salihli',3721,1),
(40888,'Sarigol',3721,1),
(40889,'Saruhanli',3721,1),
(40890,'Selendi',3721,1),
(40891,'Soma',3721,1),
(40892,'Turgutlu',3721,1),
(40893,'Dargecit',3722,1),
(40894,'Derik',3722,1),
(40895,'Kiziltepe',3722,1),
(40896,'Mardin',3722,1),
(40897,'Mazidagi',3722,1),
(40898,'Midyat',3722,1),
(40899,'Nusaybin',3722,1),
(40900,'Omerli',3722,1),
(40901,'Savur',3722,1),
(40902,'Yesilli',3722,1),
(40903,'Bodrum',3723,1),
(40904,'Dalaman',3723,1),
(40905,'Datca',3723,1),
(40906,'Fethiye',3723,1),
(40907,'Kavaklidere',3723,1),
(40908,'Koycegiz',3723,1),
(40909,'Marmaris',3723,1),
(40910,'Milas',3723,1),
(40911,'Mugla',3723,1),
(40912,'Ortaca',3723,1),
(40913,'Ula',3723,1),
(40914,'Yatagan',3723,1),
(40915,'Bulanik',3724,1),
(40916,'Haskoy',3724,1),
(40917,'Korkut',3724,1),
(40918,'Malazgirt',3724,1),
(40919,'Mus',3724,1),
(40920,'Varto',3724,1),
(40921,'Acigol',3725,1),
(40922,'Avanos',3725,1),
(40923,'Derinkuyu',3725,1),
(40924,'Gulsehir',3725,1),
(40925,'Hacibektas',3725,1),
(40926,'Kozakli',3725,1),
(40927,'Nevsehir',3725,1),
(40928,'Urgup',3725,1),
(40929,'Altunhisar',3726,1),
(40930,'Bor',3726,1),
(40931,'Nigde',3726,1),
(40932,'Ulukisla',3726,1),
(40933,'Akkus',3727,1),
(40934,'Aybasti',3727,1),
(40935,'Camas',3727,1),
(40936,'Fatsa',3727,1),
(40937,'Golkoy',3727,1),
(40938,'Gulyali',3727,1),
(40939,'Gurgentepe',3727,1),
(40940,'Ikizce',3727,1),
(40941,'Kabaduz',3727,1),
(40942,'Kabatas',3727,1),
(40943,'Korgan',3727,1),
(40944,'Kumru',3727,1),
(40945,'Mesudiye',3727,1),
(40946,'Ordu',3727,1),
(40947,'Persembe',3727,1),
(40948,'Ulubey',3727,1),
(40949,'Unye',3727,1),
(40950,'Bahce',3728,1),
(40951,'Duzici',3728,1),
(40952,'Hasanbeyli',3728,1),
(40953,'Kadirli',3728,1),
(40954,'Osmaniye',3728,1),
(40955,'Sumbas',3728,1),
(40956,'Toprakkale',3728,1),
(40957,'Ardesen',3729,1),
(40958,'Cayeli',3729,1),
(40959,'Derepazan',3729,1),
(40960,'Findikli',3729,1),
(40961,'Guneysu',3729,1),
(40962,'Hemsin',3729,1),
(40963,'Ikizdere',3729,1),
(40964,'Iyidere',3729,1),
(40965,'Kalkandere',3729,1),
(40966,'Pazar',3729,1),
(40967,'Rize',3729,1),
(40968,'Adapazari',3730,1),
(40969,'Akyazi',3730,1),
(40970,'Ferizli',3730,1),
(40971,'Geyve',3730,1),
(40972,'Hendek',3730,1),
(40973,'Karapurcek',3730,1),
(40974,'Karasu',3730,1),
(40975,'Kaynarca',3730,1),
(40976,'Kocaali',3730,1),
(40977,'Pamukova',3730,1),
(40978,'Sapanca',3730,1),
(40979,'Sogutlu',3730,1),
(40980,'Tarakli',3730,1),
(40981,'Akcakale',3731,1),
(40982,'Alacam',3731,1),
(40983,'Asarcik',3731,1),
(40984,'Ayvacik',3731,1),
(40985,'Bafra',3731,1),
(40986,'Carsamba',3731,1),
(40987,'Havza',3731,1),
(40988,'Kavak',3731,1),
(40989,'Ladik',3731,1),
(40990,'Mayis 19',3731,1),
(40991,'Salipazan',3731,1),
(40992,'Samsun',3731,1),
(40993,'Tekkekoy',3731,1),
(40994,'Terme',3731,1),
(40995,'Vezirkopru',3731,1),
(40996,'Yakakent',3731,1),
(40997,'Birecik',3732,1),
(40998,'Bozova',3732,1),
(40999,'Ceylanpinar',3732,1),
(41000,'Halfeti',3732,1),
(41001,'Harran',3732,1),
(41002,'Hilvan',3732,1),
(41003,'Sanliurfa',3732,1),
(41004,'Siverek',3732,1),
(41005,'Suruc',3732,1),
(41006,'Urfa',3732,1),
(41007,'Viransehir',3732,1),
(41008,'Aydinlar',3733,1),
(41009,'Baykan',3733,1),
(41010,'Eruh',3733,1),
(41011,'Kurtalan',3733,1),
(41012,'Pervari',3733,1),
(41013,'Siirt',3733,1),
(41014,'Sirvan',3733,1),
(41015,'Ayancik',3734,1),
(41016,'Boyabat',3734,1),
(41017,'Dikmen',3734,1),
(41018,'Duragan',3734,1),
(41019,'Erfelek',3734,1),
(41020,'Gerze',3734,1),
(41021,'Sarayduzu',3734,1),
(41022,'Sinop',3734,1),
(41023,'Turkeli',3734,1),
(41024,'Beytussebap',3735,1),
(41025,'Cizre',3735,1),
(41026,'Guclukonak',3735,1),
(41027,'Idil',3735,1),
(41028,'Silopi',3735,1),
(41029,'Sirnak',3735,1),
(41030,'Uludere',3735,1),
(41031,'Akincilar',3736,1),
(41032,'Altinyayla',3736,1),
(41033,'Divrigi',3736,1),
(41034,'Dogansar',3736,1),
(41035,'Gemerek',3736,1),
(41036,'Golova',3736,1),
(41037,'Gurun',3736,1),
(41038,'Hafik',3736,1),
(41039,'Imranli',3736,1),
(41040,'Kangal',3736,1),
(41041,'Koyulhisar',3736,1),
(41042,'Sarkisla',3736,1),
(41043,'Sivas',3736,1),
(41044,'Susehri',3736,1),
(41045,'Ulas',3736,1),
(41046,'Yildizeli',3736,1),
(41047,'Zara',3736,1),
(41048,'Cerkezkoy',3737,1),
(41049,'Corlu',3737,1),
(41050,'Hayrabolu',3737,1),
(41051,'Malkara',3737,1),
(41052,'Marmaraereglisi',3737,1),
(41053,'Muratli',3737,1),
(41054,'Saray',3737,1),
(41055,'Sarkoy',3737,1),
(41056,'Tekirdag',3737,1),
(41057,'Almus',3738,1),
(41058,'Artova',3738,1),
(41059,'Basciftlik',3738,1),
(41060,'Erbaa',3738,1),
(41061,'Niksar',3738,1),
(41062,'Pazar',3738,1),
(41063,'Resadiye',3738,1),
(41064,'Sulusaray',3738,1),
(41065,'Tokat',3738,1),
(41066,'Turhal',3738,1),
(41067,'Yesilyurt',3738,1),
(41068,'Zile',3738,1),
(41069,'Akcaabat',3739,1),
(41070,'Arakli',3739,1),
(41071,'Arsin',3739,1),
(41072,'Besikduzu',3739,1),
(41073,'Caykara',3739,1),
(41074,'Dernekpazari',3739,1),
(41075,'Duzkoy',3739,1),
(41076,'Hayrat',3739,1),
(41077,'Koprubasi',3739,1),
(41078,'Macka',3739,1),
(41079,'Of',3739,1),
(41080,'Salpazari',3739,1),
(41081,'Surmene',3739,1),
(41082,'Tonya',3739,1),
(41083,'Trabzon',3739,1),
(41084,'Vakfikebir',3739,1),
(41085,'Yomra',3739,1),
(41086,'Hozat',3740,1),
(41087,'Mazgirt',3740,1),
(41088,'Nazimiye',3740,1),
(41089,'Ovacik',3740,1),
(41090,'Pertek',3740,1),
(41091,'Pulumur',3740,1),
(41092,'Tunceli',3740,1),
(41093,'Banaz',3741,1),
(41094,'Esme',3741,1),
(41095,'Karahalli',3741,1),
(41096,'Sivasli',3741,1),
(41097,'Ulubey',3741,1),
(41098,'Usak',3741,1),
(41099,'Bahcesaray',3742,1),
(41100,'Baskale',3742,1),
(41101,'Caldiran',3742,1),
(41102,'Edremit',3742,1),
(41103,'Ercis',3742,1),
(41104,'Gevas',3742,1),
(41105,'Gurpinar',3742,1),
(41106,'Muradiye',3742,1),
(41107,'Ozalp',3742,1),
(41108,'Saray',3742,1),
(41109,'Van',3742,1),
(41110,'Altinova',3743,1),
(41111,'Armutlu',3743,1),
(41112,'Ciftlikkoy',3743,1),
(41113,'Cinarcik',3743,1),
(41114,'Termal',3743,1),
(41115,'Yalova',3743,1),
(41116,'Akdagmadeni',3744,1),
(41117,'Aydincik',3744,1),
(41118,'Bogaziliyan',3744,1),
(41119,'Candir',3744,1),
(41120,'Cayiralan',3744,1),
(41121,'Cekerek',3744,1),
(41122,'Kadisehri',3744,1),
(41123,'Saraykent',3744,1),
(41124,'Sarikaya',3744,1),
(41125,'Sefaatli',3744,1),
(41126,'Sorgun',3744,1),
(41127,'Yenifakili',3744,1),
(41128,'Yerkoy',3744,1),
(41129,'Yozgat',3744,1),
(41130,'Alapli',3745,1),
(41131,'Caycuma',3745,1),
(41132,'Devrek',3745,1),
(41133,'Eregli',3745,1),
(41134,'Gokcebey',3745,1),
(41135,'Zonguldak',3745,1),
(41136,'Ahchadepe',3746,1),
(41137,'Annau',3746,1),
(41138,'Babadayhan',3746,1),
(41139,'Baherden',3746,1),
(41140,'Birleshik Pervi',3746,1),
(41141,'Buzmeyin',3746,1),
(41142,'Dushak',3746,1),
(41143,'Gokedepe',3746,1),
(41144,'Kaka',3746,1),
(41145,'Miana',3746,1),
(41146,'Ovaz Jalatay',3746,1),
(41147,'Saragt',3746,1),
(41148,'Tecen',3746,1),
(41149,'Asgabat',3747,1),
(41150,'Adyndaky',3748,1),
(41151,'Balkanabat',3748,1),
(41152,'Bekdash',3748,1),
(41153,'Gasanguli',3748,1),
(41154,'Gazanjyk',3748,1),
(41155,'Goturdepe',3748,1),
(41156,'Gumdag',3748,1),
(41157,'Jebel',3748,1),
(41158,'Karakala',3748,1),
(41159,'Khazar',3748,1),
(41160,'Serdar',3748,1),
(41161,'Sharlawuk',3748,1),
(41162,'Turkmenbasi',3748,1),
(41163,'Akdepe',3749,1),
(41164,'Boldumsaz',3749,1),
(41165,'Dasoguz',3749,1),
(41166,'Gubadag',3749,1),
(41167,'Kohne Urgenc',3749,1),
(41168,'Moskva',3749,1),
(41169,'Tagta',3749,1),
(41170,'Yilanli',3749,1),
(41171,'Darganata',3750,1),
(41172,'Esenmengli',3750,1),
(41173,'Farap',3750,1),
(41174,'Gazojak',3750,1),
(41175,'Govurdak',3750,1),
(41176,'Halac',3750,1),
(41177,'Kerki',3750,1),
(41178,'Komsomolsk',3750,1),
(41179,'Mukri',3750,1),
(41180,'Sayat',3750,1),
(41181,'Seydi',3750,1),
(41182,'Turkmenabat',3750,1),
(41183,'Bayramali',3751,1),
(41184,'Eloten',3751,1),
(41185,'Mari',3751,1),
(41186,'Murgab',3751,1),
(41187,'Sakarchage',3751,1),
(41188,'Tagtabazar',3751,1),
(41189,'Turkmengala',3751,1),
(41190,'Vaiaku',3754,1),
(41191,'Tonga',3755,1),
(41192,'Lolua',3756,1),
(41193,'Kua',3757,1),
(41194,'Tanrake',3758,1),
(41195,'Savave',3759,1),
(41196,'Fangaua',3760,1),
(41197,'Asau',3761,1),
(41198,'Bombo',3762,1),
(41199,'Bweyogerere',3762,1),
(41200,'Entebbe',3762,1),
(41201,'Jinja-Kawempe',3762,1),
(41202,'Kajansi',3762,1),
(41203,'Kalangala',3762,1),
(41204,'Kampala',3762,1),
(41205,'Kayunga',3762,1),
(41206,'Kiboga',3762,1),
(41207,'Kireka',3762,1),
(41208,'Kyotera',3762,1),
(41209,'Lugazi',3762,1),
(41210,'Lukaya',3762,1),
(41211,'Luwero',3762,1),
(41212,'Lyantonde',3762,1),
(41213,'Masaka',3762,1),
(41214,'Mityana',3762,1),
(41215,'Mpigi',3762,1),
(41216,'Mubende',3762,1),
(41217,'Mukono',3762,1),
(41218,'Nakasongola',3762,1),
(41219,'Namasuba',3762,1),
(41220,'Njeru',3762,1),
(41221,'Nkonkonjeru',3762,1),
(41222,'Rakai',3762,1),
(41223,'Sembabule',3762,1),
(41224,'Wakiso',3762,1),
(41225,'Wobulenzi',3762,1),
(41226,'Bugembe',3763,1),
(41227,'Bugiri',3763,1),
(41228,'Busembatia',3763,1),
(41229,'Busia',3763,1),
(41230,'Buwenge',3763,1),
(41231,'Iganga',3763,1),
(41232,'Jinja',3763,1),
(41233,'Kaberamaido',3763,1),
(41234,'Kamuli',3763,1),
(41235,'Kapchorwa',3763,1),
(41236,'Katakwi',3763,1),
(41237,'Kumi',3763,1),
(41238,'Malaba',3763,1),
(41239,'Mayuge',3763,1),
(41240,'Mbale',3763,1),
(41241,'Ngora',3763,1),
(41242,'Pallisa',3763,1),
(41243,'Sironko',3763,1),
(41244,'Soroti',3763,1),
(41245,'Tororo',3763,1),
(41246,'Adjumani',3764,1),
(41247,'Amudat',3764,1),
(41248,'Apac',3764,1),
(41249,'Arua',3764,1),
(41250,'Gulu',3764,1),
(41251,'Kaabong',3764,1),
(41252,'Kitgum',3764,1),
(41253,'Koboko',3764,1),
(41254,'Kotido',3764,1),
(41255,'Lira',3764,1),
(41256,'Moroto',3764,1),
(41257,'Moyo',3764,1),
(41258,'Nakapiripirit',3764,1),
(41259,'Nebbi',3764,1),
(41260,'Pader',3764,1),
(41261,'Paidha',3764,1),
(41262,'Pakwach',3764,1),
(41263,'Yumbe',3764,1),
(41264,'Bundibugyo',3765,1),
(41265,'Bushenyi',3765,1),
(41266,'Fort Portal',3765,1),
(41267,'Hima',3765,1),
(41268,'Hoima',3765,1),
(41269,'Ibanda',3765,1),
(41270,'Kabale',3765,1),
(41271,'Kabwohe-Itendero',3765,1),
(41272,'Kagadi',3765,1),
(41273,'Kamwenge',3765,1),
(41274,'Kanungu',3765,1),
(41275,'Kasese',3765,1),
(41276,'Katwe',3765,1),
(41277,'Kibaale',3765,1),
(41278,'Kigorobya',3765,1),
(41279,'Kilembe',3765,1),
(41280,'Kisoro',3765,1),
(41281,'Kyenjojo',3765,1),
(41282,'Masindi',3765,1),
(41283,'Masindi-Port',3765,1),
(41284,'Mbarara',3765,1),
(41285,'Muhororo',3765,1),
(41286,'Ntungamo',3765,1),
(41287,'Rukungiri',3765,1),
(41288,'Cherkasy',3766,1),
(41289,'Smila',3766,1),
(41290,'Uman\'',3766,1),
(41291,'Chernihiv',3767,1),
(41292,'Nizhyn',3767,1),
(41293,'Pryluky',3767,1),
(41294,'Chernivtsi',3768,1),
(41295,'Alushta',3769,1),
(41296,'Sevastopol',3769,1),
(41297,'Dneprodzerzhinsk',3770,1),
(41298,'Dnipropetrovsk',3770,1),
(41299,'Kryvyy Rih',3770,1),
(41300,'Marhanets\'',3770,1),
(41301,'Nikopol\'',3770,1),
(41302,'Novomoskovs\'k',3770,1),
(41303,'Pavlohrad',3770,1),
(41304,'Plekhanov',3770,1),
(41305,'Zhovti Vody',3770,1),
(41306,'Artemivs\'k',3771,1),
(41307,'Donets\'k',3771,1),
(41308,'Donetsk',3771,1),
(41309,'Druzhkivka',3771,1),
(41310,'Dymytrov',3771,1),
(41311,'Dzerzhyns\'k',3771,1),
(41312,'Horlivka',3771,1),
(41313,'Khartsyz\'k',3771,1),
(41314,'Kostyantynivka',3771,1),
(41315,'Kramators\'k',3771,1),
(41316,'Krasnoarmiys\'k',3771,1),
(41317,'Makiyivka',3771,1),
(41318,'Mariupol\'',3771,1),
(41319,'Shakhtars\'k',3771,1),
(41320,'Slov\'yans\'k',3771,1),
(41321,'Snizhne',3771,1),
(41322,'Torez',3771,1),
(41323,'Yenakiyeve',3771,1),
(41324,'Ivano-Frankivs\'k',3772,1),
(41325,'Kalush',3772,1),
(41326,'Kolomyya',3772,1),
(41327,'Izyum',3773,1),
(41328,'Kharkiv',3773,1),
(41329,'Lozova',3773,1),
(41330,'Volchansk',3774,1),
(41331,'Kherson',3775,1),
(41332,'Nova Kakhovka',3775,1),
(41333,'Geologov',3776,1),
(41334,'Kam\'yanets\'-Podil\'s\'kyy',3776,1),
(41335,'Khmel\'nyts\'kyy',3776,1),
(41336,'Shepetivka',3776,1),
(41337,'khmelnitskiy',3776,1),
(41338,'Kirovohrad',3777,1),
(41339,'Oleksandriya',3777,1),
(41340,'Svidlovodsk',3777,1),
(41341,'Dzhankoy',3778,1),
(41342,'Feodosiya',3778,1),
(41343,'Kerch',3778,1),
(41344,'Simferopol\'',3778,1),
(41345,'Yalta',3778,1),
(41346,'Yevpatoriya',3778,1),
(41347,'Kiev',3779,1),
(41348,'Kyyiv',3779,1),
(41349,'Bila Tserkva',3780,1),
(41350,'Boryspil\'',3780,1),
(41351,'Brovary',3780,1),
(41352,'Fastiv',3780,1),
(41353,'Chervonohrad',3781,1),
(41354,'Drohobych',3781,1),
(41355,'L\'viv',3781,1),
(41356,'Stryy',3781,1),
(41357,'Yavoriv',3781,1),
(41358,'Alchevs\'k',3782,1),
(41359,'Antratsyt',3782,1),
(41360,'Bryanka',3782,1),
(41361,'Krasnodon',3782,1),
(41362,'Krasnyy Luch',3782,1),
(41363,'Luhans\'k',3782,1),
(41364,'Luhansk',3782,1),
(41365,'Lysychans\'k',3782,1),
(41366,'Pervomays\'k',3782,1),
(41367,'Roven\'ky',3782,1),
(41368,'Rubizhne',3782,1),
(41369,'Stakhanov',3782,1),
(41370,'Sverdlovs\'k',3782,1),
(41371,'Syeverodonets\'k',3782,1),
(41372,'Mykolayiv',3783,1),
(41373,'Pervomays\'k',3783,1),
(41374,'Bilhorod-Dnistrovs\'kyy',3784,1),
(41375,'Illichivs\'k',3784,1),
(41376,'Izmayil',3784,1),
(41377,'Odesa',3784,1),
(41378,'Odessa',3785,1),
(41379,'Komsomol\'s\'k',3786,1),
(41380,'Kremenchuh',3786,1),
(41381,'Lubny',3786,1),
(41382,'Poltava',3786,1),
(41383,'Rivne',3787,1),
(41384,'Konotop',3789,1),
(41385,'Okhtyrka',3789,1),
(41386,'Romny',3789,1),
(41387,'Shostka',3789,1),
(41388,'Sumy',3789,1),
(41389,'Ternopil\'',3790,1),
(41390,'Kovel\'',3791,1),
(41391,'Luts\'k',3791,1),
(41392,'Novovolyns\'k',3791,1),
(41393,'Vinnitsa',3792,1),
(41394,'Vinnytsya',3792,1),
(41395,'Mukacheve',3793,1),
(41396,'Uzhhorod',3793,1),
(41397,'Berdyans\'k',3794,1),
(41398,'Enerhodar',3794,1),
(41399,'Melitpol\'',3794,1),
(41400,'Zaporizhia',3794,1),
(41401,'Berdychiv',3795,1),
(41402,'Korosten\'',3795,1),
(41403,'Novohrad-Volyns\'kyy',3795,1),
(41404,'Zhytomyr',3795,1),
(41405,'Ajman',3797,1),
(41406,'Al Qusais',3798,1),
(41407,'Deira',3798,1),
(41408,'Dubai',3798,1),
(41409,'Jebel Ali',3798,1),
(41410,'Sharjah',3800,1),
(41411,'Khawr Fakkan',3803,1),
(41412,'al-Fujayrah',3803,1),
(41413,'Cleveland',3805,1),
(41414,'Gilberdyke',3805,1),
(41415,'Llanrwst',3805,1),
(41416,'Swadlincote',3805,1),
(41417,'Turriff',3805,1),
(41418,'Westhill',3806,1),
(41419,'Oban',3807,1),
(41420,'Craigavon',3808,1),
(41421,'Barton-le-Clay',3809,1),
(41422,'Bedford',3809,1),
(41423,'Biggleswade',3809,1),
(41424,'Caddington',3809,1),
(41425,'Flitton',3809,1),
(41426,'Flitwick',3809,1),
(41427,'Leighton Buzzard',3809,1),
(41428,'Marston Moretaine',3809,1),
(41429,'Sandy',3809,1),
(41430,'Westoning',3809,1),
(41431,'Dundonald',3810,1),
(41432,'Holywood',3810,1),
(41433,'Berkshire',3811,1),
(41434,'Bracknell',3811,1),
(41435,'Littlewick Green',3811,1),
(41436,'Maidenhead',3811,1),
(41437,'Newbury',3811,1),
(41438,'Reading',3811,1),
(41439,'Sandhurst',3811,1),
(41440,'Slough',3811,1),
(41441,'Sunninghill',3811,1),
(41442,'Twyford',3811,1),
(41443,'Windsor',3811,1),
(41444,'Wokingham',3811,1),
(41445,'Woodley',3811,1),
(41446,'Coleshill',3812,1),
(41447,'Edgbaston',3812,1),
(41448,'Hockley',3812,1),
(41449,'Ladywood',3812,1),
(41450,'Nechells',3812,1),
(41451,'Rubery',3812,1),
(41452,'Small Heath',3812,1),
(41453,'Angus',3813,1),
(41454,'Bridgnorth',3814,1),
(41455,'Avon',3815,1),
(41456,'Fishponds',3815,1),
(41457,'Henleaze',3815,1),
(41458,'Thornbury',3815,1),
(41459,'Warmley',3815,1),
(41460,'Amersham',3816,1),
(41461,'Aston Clinton',3816,1),
(41462,'Beaconsfield',3816,1),
(41463,'Bletchley',3816,1),
(41464,'Bourne End',3816,1),
(41465,'Buckingham',3816,1),
(41466,'High Wycombe',3816,1),
(41467,'Iver',3816,1),
(41468,'Marlow',3816,1),
(41469,'Milton Keynes',3816,1),
(41470,'Newport Pagnell',3816,1),
(41471,'Piddington',3816,1),
(41472,'Princes Risborough',3816,1),
(41473,'Rowsham',3816,1),
(41474,'Cambridge',3817,1),
(41475,'Ely',3817,1),
(41476,'Huntingdon',3817,1),
(41477,'Peterborough',3817,1),
(41478,'Cambridge',3818,1),
(41479,'Haddenham',3818,1),
(41480,'Sawtry',3818,1),
(41481,'Wisbech',3818,1),
(41482,'Alderley Edge',3820,1),
(41483,'Altrincham',3820,1),
(41484,'Betley',3820,1),
(41485,'Cheadle Gatley',3820,1),
(41486,'Cheadle Hulme',3820,1),
(41487,'Crewe',3820,1),
(41488,'Dukinfield',3820,1),
(41489,'Holmes Chapel',3820,1),
(41490,'Hyde',3820,1),
(41491,'Knuntsford',3820,1),
(41492,'Knutsford',3820,1),
(41493,'Lymm',3820,1),
(41494,'Malpas',3820,1),
(41495,'Merseyside',3820,1),
(41496,'Middlewich',3820,1),
(41497,'Mobberley',3820,1),
(41498,'Nantwich',3820,1),
(41499,'Saltney',3820,1),
(41500,'Sandbach',3820,1),
(41501,'Stalybridge',3820,1),
(41502,'Stockport',3820,1),
(41503,'Tarporley',3820,1),
(41504,'Timperley',3820,1),
(41505,'Widnes',3820,1),
(41506,'Winsford',3820,1),
(41507,'Redcar',3821,1),
(41508,'Stockton-on-Tees',3821,1),
(41509,'Conwy',3823,1),
(41510,'Llandudno',3823,1),
(41511,'Bude',3824,1),
(41512,'Camborne',3824,1),
(41513,'Fowey',3824,1),
(41514,'Hayle',3824,1),
(41515,'Helston',3824,1),
(41516,'Launceston',3824,1),
(41517,'Liskeard',3824,1),
(41518,'Looe',3824,1),
(41519,'Mevegissey',3824,1),
(41520,'Newquay',3824,1),
(41521,'Penryn',3824,1),
(41522,'Penzance',3824,1),
(41523,'St. Ives',3824,1),
(41524,'Truro',3824,1),
(41525,'Wadebridge',3824,1),
(41526,'Holbrooks',3825,1),
(41527,'Askam-in-Furness',3827,1),
(41528,'Flookburgh',3827,1),
(41529,'Grasmere',3827,1),
(41530,'Kendal',3827,1),
(41531,'Keswick',3827,1),
(41532,'Kirkby Stephen',3827,1),
(41533,'Milnthorpe',3827,1),
(41534,'Penrith',3827,1),
(41535,'Ulverston',3827,1),
(41536,'Windermere',3827,1),
(41537,'Denbigh',3828,1),
(41538,'Ashbourne',3829,1),
(41539,'Buxton',3829,1),
(41540,'Chesterfield',3829,1),
(41541,'Eckington',3829,1),
(41542,'Bakewell',3830,1),
(41543,'Belper',3830,1),
(41544,'Breaston',3830,1),
(41545,'Derby',3830,1),
(41546,'Ilkeston',3830,1),
(41547,'Matlock',3830,1),
(41548,'Ripley',3830,1),
(41549,'Axminster',3831,1),
(41550,'Barnstaple',3831,1),
(41551,'Beaworthy',3831,1),
(41552,'Bideford',3831,1),
(41553,'Bovey Tracey',3831,1),
(41554,'Braunton',3831,1),
(41555,'Brixham',3831,1),
(41556,'Chudleigh',3831,1),
(41557,'Crediton',3831,1),
(41558,'Dalwood',3831,1),
(41559,'Dartmouth',3831,1),
(41560,'Dawlish',3831,1),
(41561,'Exeter',3831,1),
(41562,'Exmouth',3831,1),
(41563,'Great Torrington',3831,1),
(41564,'Holsworthy',3831,1),
(41565,'Kingsbridge',3831,1),
(41566,'Modbury',3831,1),
(41567,'Newton Abbot',3831,1),
(41568,'Okehampton',3831,1),
(41569,'Plymouth',3831,1),
(41570,'Plympton',3831,1),
(41571,'Salcombe',3831,1),
(41572,'Tiverton',3831,1),
(41573,'Torquay',3831,1),
(41574,'Totnes',3831,1),
(41575,'Winkleigh',3831,1),
(41576,'Woodburyd',3831,1),
(41577,'Yelverton',3831,1),
(41578,'Didcot',3833,1),
(41579,'Beaminster',3834,1),
(41580,'Blandford Forum',3834,1),
(41581,'Christchurch',3834,1),
(41582,'Dorset',3834,1),
(41583,'Poole',3834,1),
(41584,'Sherborne',3834,1),
(41585,'Sturminster Newton',3834,1),
(41586,'Swanage',3834,1),
(41587,'Verwood',3834,1),
(41588,'Wimborne',3834,1),
(41589,'Alexandria',3835,1),
(41590,'Crook',3836,1),
(41591,'Spennymoor',3836,1),
(41592,'Abingdon',3842,1),
(41593,'Accrington',3842,1),
(41594,'Aldershot',3842,1),
(41595,'Alfreton',3842,1),
(41596,'Altrincham',3842,1),
(41597,'Amersham',3842,1),
(41598,'Andover',3842,1),
(41599,'Arnold',3842,1),
(41600,'Ashford',3842,1),
(41601,'Ashington',3842,1),
(41602,'Ashton-in-Makerfield',3842,1),
(41603,'Ashton-under-Lyne',3842,1),
(41604,'Atherton',3842,1),
(41605,'Aylesbury',3842,1),
(41606,'Aylesford-East Malling',3842,1),
(41607,'Banbury',3842,1),
(41608,'Banstead-Tadworth',3842,1),
(41609,'Barnsley',3842,1),
(41610,'Barnstaple',3842,1),
(41611,'Barrow-in-Furness',3842,1),
(41612,'Basildon',3842,1),
(41613,'Basingstoke',3842,1),
(41614,'Bath',3842,1),
(41615,'Batley',3842,1),
(41616,'Bebington',3842,1),
(41617,'Bedford',3842,1),
(41618,'Bedworth',3842,1),
(41619,'Beeston and Stapleford',3842,1),
(41620,'Benfleet',3842,1),
(41621,'Bentley',3842,1),
(41622,'Berwick-upon-Tweed',3842,1),
(41623,'Beverley',3842,1),
(41624,'Bexhil',3842,1),
(41625,'Bicester',3842,1),
(41626,'Bideford',3842,1),
(41627,'Billericay',3842,1),
(41628,'Billingham',3842,1),
(41629,'Birkenhead',3842,1),
(41630,'Birmingham',3842,1),
(41631,'Bishop Auckland',3842,1),
(41632,'Bishop\'s Stortford',3842,1),
(41633,'Blackburn',3842,1),
(41634,'Blackpool',3842,1),
(41635,'Bletchley',3842,1),
(41636,'Blyth',3842,1),
(41637,'Bodmin',3842,1),
(41638,'Bognor Regis',3842,1),
(41639,'Bolton',3842,1),
(41640,'Bootle',3842,1),
(41641,'Boston',3842,1),
(41642,'Bournemouth',3842,1),
(41643,'Bracknell',3842,1),
(41644,'Bradford',3842,1),
(41645,'Braintree',3842,1),
(41646,'Bredbury and Romiley',3842,1),
(41647,'Brentwood',3842,1),
(41648,'Bridgwater',3842,1),
(41649,'Bridlington',3842,1),
(41650,'Brigg',3842,1),
(41651,'Brighouse',3842,1),
(41652,'Brighton',3842,1),
(41653,'Bristol',3842,1),
(41654,'Broadstairs',3842,1),
(41655,'Bromley Cross-Bradshaw',3842,1),
(41656,'Bromsgrove-Catshill',3842,1),
(41657,'Burgess Hill',3842,1),
(41658,'Burnley',3842,1),
(41659,'Burntwood',3842,1),
(41660,'Burton-upon-Trent',3842,1),
(41661,'Bury',3842,1),
(41662,'Bury Saint Edmunds',3842,1),
(41663,'Camberley-Frimley',3842,1),
(41664,'Cambourne-Redruth',3842,1),
(41665,'Cambridge',3842,1),
(41666,'Cannock',3842,1),
(41667,'Canterbury',3842,1),
(41668,'Canvey Island',3842,1),
(41669,'Carlisle',3842,1),
(41670,'Carlton',3842,1),
(41671,'Castleford',3842,1),
(41672,'Caterham and Warlingham',3842,1),
(41673,'Chadderton',3842,1),
(41674,'Chapeltown',3842,1),
(41675,'Chatham',3842,1),
(41676,'Cheadle and Gatley',3842,1),
(41677,'Chelmsford',3842,1),
(41678,'Cheltenham',3842,1),
(41679,'Chesham',3842,1),
(41680,'Cheshunt',3842,1),
(41681,'Chessington',3842,1),
(41682,'Chester',3842,1),
(41683,'Chester-le-Street',3842,1),
(41684,'Chesterfield',3842,1),
(41685,'Chichester',3842,1),
(41686,'Chippenham',3842,1),
(41687,'Chipping Sodbury',3842,1),
(41688,'Chorley',3842,1),
(41689,'Christchurch',3842,1),
(41690,'Clacton-on-Sea',3842,1),
(41691,'Clay Cross-North Wingfield',3842,1),
(41692,'Cleethorpes',3842,1),
(41693,'Clevedon',3842,1),
(41694,'Coalville',3842,1),
(41695,'Colchester',3842,1),
(41696,'Congleton',3842,1),
(41697,'Consett',3842,1),
(41698,'Corby',3842,1),
(41699,'Coventry',3842,1),
(41700,'Cramlington',3842,1),
(41701,'Crawley',3842,1),
(41702,'Crosby',3842,1),
(41703,'Crowthorne',3842,1),
(41704,'Darlington',3842,1),
(41705,'Dartford',3842,1),
(41706,'Darwen',3842,1),
(41707,'Deal',3842,1),
(41708,'Denton',3842,1),
(41709,'Derby',3842,1),
(41710,'Dewsbury',3842,1),
(41711,'Doncaster',3842,1),
(41712,'Dorchester',3842,1),
(41713,'Dover',3842,1),
(41714,'Droitwich',3842,1),
(41715,'Dronfield',3842,1),
(41716,'Droylsden',3842,1),
(41717,'Dudley',3842,1),
(41718,'Dunstable',3842,1),
(41719,'Durham',3842,1),
(41720,'East Grinstead',3842,1),
(41721,'East Retford',3842,1),
(41722,'Eastbourne',3842,1),
(41723,'Eastleigh',3842,1),
(41724,'Eaton Socon-Saint Neots',3842,1),
(41725,'Eccles',3842,1),
(41726,'Egham',3842,1),
(41727,'Ellesmere Port',3842,1),
(41728,'Epsom and Ewell',3842,1),
(41729,'Esher-Molesey',3842,1),
(41730,'Eston and South Bank',3842,1),
(41731,'Exeter',3842,1),
(41732,'Failsworth',3842,1),
(41733,'Falmouth-Penryn',3842,1),
(41734,'Fareham',3842,1),
(41735,'Farnborough',3842,1),
(41736,'Farnham',3842,1),
(41737,'Farnworth',3842,1),
(41738,'Farring',3842,1),
(41739,'Felixtowe',3842,1),
(41740,'Felling',3842,1),
(41741,'Ferndown',3842,1),
(41742,'Fleetwood',3842,1),
(41743,'Folkestone',3842,1),
(41744,'Formby',3842,1),
(41745,'Frome',3842,1),
(41746,'Fulham',3842,1),
(41747,'Gateshead',3842,1),
(41748,'Gillingham',3842,1),
(41749,'Glossop',3842,1),
(41750,'Gloucester',3842,1),
(41751,'Godalming',3842,1),
(41752,'Golborne',3842,1),
(41753,'Gosforth',3842,1),
(41754,'Gosport',3842,1),
(41755,'Grantham',3842,1),
(41756,'Gravesend',3842,1),
(41757,'Grays',3842,1),
(41758,'Greasby',3842,1),
(41759,'Great Malvern',3842,1),
(41760,'Great Sankey',3842,1),
(41761,'Great Yarmouth',3842,1),
(41762,'Grimsby',3842,1),
(41763,'Guildford',3842,1),
(41764,'Guiseley-Yeadon',3842,1),
(41765,'Halesowen',3842,1),
(41766,'Halifax',3842,1),
(41767,'Harlow',3842,1),
(41768,'Harpenden',3842,1),
(41769,'Harrogate',3842,1),
(41770,'Hartlepool',3842,1),
(41771,'Hastings',3842,1),
(41772,'Hatfield',3842,1),
(41773,'Hatfield-Stainforth',3842,1),
(41774,'Havant',3842,1),
(41775,'Haywards Heath',3842,1),
(41776,'Hazel Grove and Bramhill',3842,1),
(41777,'Hazlemere',3842,1),
(41778,'Heanor',3842,1),
(41779,'Hemel Hempstead',3842,1),
(41780,'Hereford',3842,1),
(41781,'Herne Bay',3842,1),
(41782,'Hertford',3842,1),
(41783,'Heswall',3842,1),
(41784,'Heywood',3842,1),
(41785,'High Wycombe',3842,1),
(41786,'Hinckley',3842,1),
(41787,'Hindley',3842,1),
(41788,'Hitchin',3842,1),
(41789,'Hoddesdon',3842,1),
(41790,'Holmfirth-Honley',3842,1),
(41791,'Honiton',3842,1),
(41792,'Horsham',3842,1),
(41793,'Houghton-le-Spring',3842,1),
(41794,'Hove',3842,1),
(41795,'Hoylake-West Kirby',3842,1),
(41796,'Hucknall',3842,1),
(41797,'Huddersfield',3842,1),
(41798,'Huyton-with-Roby',3842,1),
(41799,'Hyde',3842,1),
(41800,'Ilfracombe',3842,1),
(41801,'Ilkeston',3842,1),
(41802,'Ipswich',3842,1),
(41803,'Ivybridge',3842,1),
(41804,'Jarrow',3842,1),
(41805,'Keighley',3842,1),
(41806,'Kendal',3842,1),
(41807,'Kenilworth',3842,1),
(41808,'Kettering',3842,1),
(41809,'Kidderminster',3842,1),
(41810,'Kidsgrove',3842,1),
(41811,'King\'s Lynn',3842,1),
(41812,'Kingsteignton',3842,1),
(41813,'Kingston upon Hull',3842,1),
(41814,'Kingswood',3842,1),
(41815,'Kirby in Ashfield',3842,1),
(41816,'Kirkby',3842,1),
(41817,'Lancaster',3842,1),
(41818,'Leamington',3842,1),
(41819,'Leatherhead',3842,1),
(41820,'Leeds',3842,1),
(41821,'Leicester',3842,1),
(41822,'Leigh',3842,1),
(41823,'Leighton Buzzard',3842,1),
(41824,'Letchworth',3842,1),
(41825,'Lewes',3842,1),
(41826,'Leyland',3842,1),
(41827,'Lichfield',3842,1),
(41828,'Lincoln',3842,1),
(41829,'Litherland',3842,1),
(41830,'Littlehampton',3842,1),
(41831,'Liverpool',3842,1),
(41832,'Locks Heath',3842,1),
(41833,'London',3842,1),
(41834,'Long Benton-Killingworth',3842,1),
(41835,'Long Eaton',3842,1),
(41836,'Loughborough',3842,1),
(41837,'Loughton',3842,1),
(41838,'Louth',3842,1),
(41839,'Lowestoft',3842,1),
(41840,'Luton',3842,1),
(41841,'Lyminge',3842,1),
(41842,'Lytham Saint Anne\'s',3842,1),
(41843,'Mablethorpe and Sutton',3842,1),
(41844,'Macclesfield',3842,1),
(41845,'Maghull-Lydiate',3842,1),
(41846,'Maidenhead',3842,1),
(41847,'Maidstone',3842,1),
(41848,'Manchester',3842,1),
(41849,'Mangotsfield',3842,1),
(41850,'Mansfield',3842,1),
(41851,'Margate',3842,1),
(41852,'Matlock',3842,1),
(41853,'Melton Mowbray',3842,1),
(41854,'Middlesbrough',3842,1),
(41855,'Middleton',3842,1),
(41856,'Midsomer Norton',3842,1),
(41857,'Milton Keynes',3842,1),
(41858,'Morecambe',3842,1),
(41859,'Morley',3842,1),
(41860,'Nailsea',3842,1),
(41861,'Nantwich',3842,1),
(41862,'Nelson',3842,1),
(41863,'New Addington',3842,1),
(41864,'New Milton-Barton-on-Sea',3842,1),
(41865,'Newark-on-Trent',3842,1),
(41866,'Newburn',3842,1),
(41867,'Newbury',3842,1),
(41868,'Newcastle upon Tyne',3842,1),
(41869,'Newcastle-under-Lyme',3842,1),
(41870,'Newport',3842,1),
(41871,'Newton Abbot',3842,1),
(41872,'Newton Aycliffe',3842,1),
(41873,'North Hykeham',3842,1),
(41874,'North Shields',3842,1),
(41875,'Northallerton',3842,1),
(41876,'Northam',3842,1),
(41877,'Northampton',3842,1),
(41878,'Northfleet',3842,1),
(41879,'Northwich',3842,1),
(41880,'Norwich',3842,1),
(41881,'Nottingham',3842,1),
(41882,'Nuneaton',3842,1),
(41883,'Oakengates-Donnington',3842,1),
(41884,'Oakham',3842,1),
(41885,'Oldbury-Smethwick',3842,1),
(41886,'Oldham',3842,1),
(41887,'Ormskirk',3842,1),
(41888,'Ossett',3842,1),
(41889,'Oxford',3842,1),
(41890,'Paignton',3842,1),
(41891,'Penzance',3842,1),
(41892,'Peterborough',3842,1),
(41893,'Peterlee',3842,1),
(41894,'Plymouth',3842,1),
(41895,'Pontefract',3842,1),
(41896,'Poole',3842,1),
(41897,'Portsmouth',3842,1),
(41898,'Potters Bar',3842,1),
(41899,'Prescot',3842,1),
(41900,'Preston',3842,1),
(41901,'Prestwich',3842,1),
(41902,'Prestwood',3842,1),
(41903,'Pudsey',3842,1),
(41904,'Radcliffe',3842,1),
(41905,'Ramsgate',3842,1),
(41906,'Rawtenstall',3842,1),
(41907,'Rayleigh',3842,1),
(41908,'Reading',3842,1),
(41909,'Redcar',3842,1),
(41910,'Redditch',3842,1),
(41911,'Reigate',3842,1),
(41912,'Rochdale',3842,1),
(41913,'Rochester',3842,1),
(41914,'Rotherham',3842,1),
(41915,'Rottingdean',3842,1),
(41916,'Royal Tunbridge Wells',3842,1),
(41917,'Royton',3842,1),
(41918,'Rugby',3842,1),
(41919,'Rugeley',3842,1),
(41920,'Runcorn',3842,1),
(41921,'Rushden',3842,1),
(41922,'Ryde',3842,1),
(41923,'Saint Albans',3842,1),
(41924,'Saint Austell',3842,1),
(41925,'Saint Helens',3842,1),
(41926,'Sale',3842,1),
(41927,'Salford',3842,1),
(41928,'Salisbury',3842,1),
(41929,'Scarborough',3842,1),
(41930,'Scunthorpe',3842,1),
(41931,'Seaham',3842,1),
(41932,'Sevenoaks',3842,1),
(41933,'Sheffield',3842,1),
(41934,'Shipley',3842,1),
(41935,'Shrewsbury',3842,1),
(41936,'Sidmouth',3842,1),
(41937,'Sittingbourne',3842,1),
(41938,'Skegness',3842,1),
(41939,'Skelmersdale',3842,1),
(41940,'Sleaford',3842,1),
(41941,'Slough',3842,1),
(41942,'Solihull',3842,1),
(41943,'Sompting-Lancing',3842,1),
(41944,'South Shields',3842,1),
(41945,'Southampton',3842,1),
(41946,'Southend-on-Sea',3842,1),
(41947,'Southport',3842,1),
(41948,'Spalding-Pinchbeck',3842,1),
(41949,'St. Helens',3842,1),
(41950,'Stafford',3842,1),
(41951,'Staines',3842,1),
(41952,'Stalybridge',3842,1),
(41953,'Stamford',3842,1),
(41954,'Stanford le Hope-Corringham',3842,1),
(41955,'Stanley-Annfield Plain',3842,1),
(41956,'Staveley',3842,1),
(41957,'Stevenage',3842,1),
(41958,'Stockport',3842,1),
(41959,'Stockton Heath-Thelwall',3842,1),
(41960,'Stockton-on-Tees',3842,1),
(41961,'Stoke-on-Trent',3842,1),
(41962,'Stourbridge',3842,1),
(41963,'Stratford-upon-Avon',3842,1),
(41964,'Stretford',3842,1),
(41965,'Strood',3842,1),
(41966,'Stubbington',3842,1),
(41967,'Sunbury',3842,1),
(41968,'Sunderland',3842,1),
(41969,'Sutton Coldfield',3842,1),
(41970,'Sutton in Ashfield',3842,1),
(41971,'Swadlincote',3842,1),
(41972,'Swanley-Hextable',3842,1),
(41973,'Swindon',3842,1),
(41974,'Swinton and Pendlebury',3842,1),
(41975,'Tamworth',3842,1),
(41976,'Taunton',3842,1),
(41977,'Tavistock',3842,1),
(41978,'Teignmouth',3842,1),
(41979,'Telford',3842,1),
(41980,'Tenbury Wells',3842,1),
(41981,'Thatcham',3842,1),
(41982,'The Deepings',3842,1),
(41983,'Thetford',3842,1),
(41984,'Thornaby',3842,1),
(41985,'Thornton-Cleveleys',3842,1),
(41986,'Tiverton',3842,1),
(41987,'Tonbridge',3842,1),
(41988,'Torquay',3842,1),
(41989,'Totton',3842,1),
(41990,'Trowbridge',3842,1),
(41991,'Truro',3842,1),
(41992,'Tyldesley',3842,1),
(41993,'Urmston',3842,1),
(41994,'Wakefield',3842,1),
(41995,'Walkden',3842,1),
(41996,'Wallasey',3842,1),
(41997,'Wallsend',3842,1),
(41998,'Walsall',3842,1),
(41999,'Walton and Weybridge',3842,1),
(42000,'Warrington',3842,1),
(42001,'Warwick',3842,1),
(42002,'Washington',3842,1),
(42003,'Waterlooville',3842,1),
(42004,'Watford',3842,1),
(42005,'Wellingborough',3842,1),
(42006,'Welwyn Garden City',3842,1),
(42007,'West Bridgeford',3842,1),
(42008,'West Bromwich',3842,1),
(42009,'Westhoughton',3842,1),
(42010,'Weston-super-Mare',3842,1),
(42011,'Weymouth',3842,1),
(42012,'Whitefield',3842,1),
(42013,'Whitehaven',3842,1),
(42014,'Whitley Bay',3842,1),
(42015,'Wickford',3842,1),
(42016,'Widnes',3842,1),
(42017,'Wigan',3842,1),
(42018,'Wigston',3842,1),
(42019,'Wilmslow',3842,1),
(42020,'Wimbourne Minster',3842,1),
(42021,'Winchester',3842,1),
(42022,'Windsor Berks',3842,1),
(42023,'Windsor-Eton',3842,1),
(42024,'Winsford',3842,1),
(42025,'Wisbech',3842,1),
(42026,'Witham',3842,1),
(42027,'Witney',3842,1),
(42028,'Woking-Byfleet',3842,1),
(42029,'Wokingham',3842,1),
(42030,'Wolverhampton',3842,1),
(42031,'Wolverton-Stony Stratford',3842,1),
(42032,'Worcester',3842,1),
(42033,'Worcestershire',3842,1),
(42034,'Workington',3842,1),
(42035,'Worksop',3842,1),
(42036,'Worthing',3842,1),
(42037,'Yeovil',3842,1),
(42038,'York',3842,1),
(42039,'Barking',3843,1),
(42040,'Basildon',3843,1),
(42041,'Brentwood',3843,1),
(42042,'Cambrridge',3843,1),
(42043,'Canvey Island',3843,1),
(42044,'Chelmsford',3843,1),
(42045,'Clacton-on-Sea',3843,1),
(42046,'Colchester',3843,1),
(42047,'Dagenham',3843,1),
(42048,'Dunmow',3843,1),
(42049,'Epping',3843,1),
(42050,'Essex',3843,1),
(42051,'Grays',3843,1),
(42052,'Harlow',3843,1),
(42053,'Ilford',3843,1),
(42054,'Ingatestone',3843,1),
(42055,'Leigh on Sea',3843,1),
(42056,'Rainham',3843,1),
(42057,'Romford',3843,1),
(42058,'Saffron Walden',3843,1),
(42059,'Stansted',3843,1),
(42060,'Wickford',3843,1),
(42061,'Ballinamallard',3844,1),
(42062,'Kirkcaldy',3845,1),
(42063,'Ewloe',3846,1),
(42064,'Greenfield',3846,1),
(42065,'Imperial Wharf',3847,1),
(42066,'Kirton-in-Lindsey',3848,1),
(42067,'Berkeley',3849,1),
(42068,'Cheltenham',3849,1),
(42069,'Churchham',3849,1),
(42070,'Cirencester',3849,1),
(42071,'East Kilbride',3849,1),
(42072,'Gloucester',3849,1),
(42073,'Lechlade',3849,1),
(42074,'Lydney',3849,1),
(42075,'Moreton in Marsh',3849,1),
(42076,'Stroud',3849,1),
(42077,'Tewkesbury',3849,1),
(42078,'Blackwood',3850,1),
(42079,'Blaenavon',3850,1),
(42080,'Newport',3850,1),
(42081,'Tredegar',3850,1),
(42082,'Aldershot',3851,1),
(42083,'Alton',3851,1),
(42084,'Andover',3851,1),
(42085,'Bordon',3851,1),
(42086,'Botley',3851,1),
(42087,'Fareham',3851,1),
(42088,'Farnborough',3851,1),
(42089,'Fleet',3851,1),
(42090,'Fordingbridge',3851,1),
(42091,'Havant',3851,1),
(42092,'Hayling Island',3851,1),
(42093,'Hook',3851,1),
(42094,'Isle of wight',3851,1),
(42095,'Liphook',3851,1),
(42096,'Longparish',3851,1),
(42097,'Old Bishopstoke',3851,1),
(42098,'Petersfield',3851,1),
(42099,'Portsmouth',3851,1),
(42100,'Ringwood',3851,1),
(42101,'Romsey',3851,1),
(42102,'South Harting',3851,1),
(42103,'Southampton',3851,1),
(42104,'Waterlooville',3851,1),
(42105,'West Wellow',3851,1),
(42106,'Winchester',3851,1),
(42107,'Lymington',3852,1),
(42108,'Pennington',3852,1),
(42109,'Southampton',3852,1),
(42110,'Kington',3853,1),
(42111,'Ledbury',3853,1),
(42112,'Leominster',3853,1),
(42113,'Saint Albans',3853,1),
(42114,'Barnet',3854,1),
(42115,'Bishops Stortford',3854,1),
(42116,'Borehamwood',3854,1),
(42117,'Brookmans Park',3854,1),
(42118,'Bushey',3854,1),
(42119,'Cheshunt',3854,1),
(42120,'Cuffley',3854,1),
(42121,'Elstree',3854,1),
(42122,'Hemel Hempstead',3854,1),
(42123,'Hertfordshire',3854,1),
(42124,'Kings Langley',3854,1),
(42125,'Much Hadham',3854,1),
(42126,'Radlett',3854,1),
(42127,'Rickmansworth',3854,1),
(42128,'Royston',3854,1),
(42129,'Stevenage',3854,1),
(42130,'Waltham Cross',3854,1),
(42131,'Watford',3854,1),
(42132,'Welwyn',3854,1),
(42133,'Newmarket',3858,1),
(42134,'Ashford',3859,1),
(42135,'Beckenham',3859,1),
(42136,'Bromley',3859,1),
(42137,'Brookland',3859,1),
(42138,'Charing',3859,1),
(42139,'Chatam',3859,1),
(42140,'Crayford',3859,1),
(42141,'Edenbridge',3859,1),
(42142,'Erith',3859,1),
(42143,'Faversham',3859,1),
(42144,'Five Oak Green',3859,1),
(42145,'Folkestone',3859,1),
(42146,'Gillingham',3859,1),
(42147,'Gravesend',3859,1),
(42148,'Hartlip',3859,1),
(42149,'Hayes',3859,1),
(42150,'Herne Bay',3859,1),
(42151,'Hythe',3859,1),
(42152,'Lenham',3859,1),
(42153,'Maidstone',3859,1),
(42154,'Minster',3859,1),
(42155,'New Romney',3859,1),
(42156,'Orpington',3859,1),
(42157,'Paddock Wood',3859,1),
(42158,'Royal Tunbridge Wells',3859,1),
(42159,'Sandwich',3859,1),
(42160,'Sheerness',3859,1),
(42161,'Sidcup',3859,1),
(42162,'Sittingbourne',3859,1),
(42163,'Staplehurst',3859,1),
(42164,'Tunbridge Wells',3859,1),
(42165,'West Malling',3859,1),
(42166,'Westerham',3859,1),
(42167,'Whitstable',3859,1),
(42168,'canterbury',3859,1),
(42169,'Ayrshire',3860,1),
(42170,'Airdrie',3861,1),
(42171,'Glasgow',3861,1),
(42172,'Accrington',3862,1),
(42173,'Blackburn',3862,1),
(42174,'Blackpool',3862,1),
(42175,'Burnley',3862,1),
(42176,'Clayton-Le-Moors',3862,1),
(42177,'Cleveleys',3862,1),
(42178,'Darwen',3862,1),
(42179,'Gisburn',3862,1),
(42180,'Glasgow',3862,1),
(42181,'Greater Manchester',3862,1),
(42182,'Hamilton',3862,1),
(42183,'Kirkby Lonsdale',3862,1),
(42184,'Leyland',3862,1),
(42185,'Littleborough',3862,1),
(42186,'Lytham St Annes',3862,1),
(42187,'Nelson',3862,1),
(42188,'Oldham',3862,1),
(42189,'Out Rawcliffe',3862,1),
(42190,'Padiham',3862,1),
(42191,'Preston',3862,1),
(42192,'Rochdale',3862,1),
(42193,'Rossendale',3862,1),
(42194,'Tarleton',3862,1),
(42195,'Todmorden',3862,1),
(42196,'West Lancashire',3862,1),
(42197,'Coalville',3863,1),
(42198,'Fleckney',3863,1),
(42199,'Leicester',3863,1),
(42200,'Loughborough',3863,1),
(42201,'Lutterworth',3863,1),
(42202,'Market Harborough',3863,1),
(42203,'Tur Langton',3863,1),
(42204,'Alford',3864,1),
(42205,'Bourne',3864,1),
(42206,'Casewick',3864,1),
(42207,'Digby',3864,1),
(42208,'Gainsborough',3864,1),
(42209,'Grimsby',3864,1),
(42210,'Immingham',3864,1),
(42211,'Laceby',3864,1),
(42212,'Lincoln',3864,1),
(42213,'Louth',3864,1),
(42214,'Market Deeping',3864,1),
(42215,'Market Rasen',3864,1),
(42216,'Spalding',3864,1),
(42217,'Spilsby',3864,1),
(42218,'Swinderby',3864,1),
(42219,'Thurlby',3864,1),
(42220,'Witham St Hughs',3864,1),
(42221,'Llanymynech',3865,1),
(42222,'Abbeywood',3866,1),
(42223,'Aldgate',3866,1),
(42224,'Alperton',3866,1),
(42225,'Castledawson',3866,1),
(42226,'Edmonton',3866,1),
(42227,'Enfield',3866,1),
(42228,'Forest Gate',3866,1),
(42229,'Greenwich',3866,1),
(42230,'Hainault',3866,1),
(42231,'Hampstead',3866,1),
(42232,'Harrow Weald',3866,1),
(42233,'Hendon',3866,1),
(42234,'Kensington',3866,1),
(42235,'Leyton',3866,1),
(42236,'London',3866,1),
(42237,'Magherafelt',3866,1),
(42238,'Mill Hill',3866,1),
(42239,'Southwark',3866,1),
(42240,'Suffolk',3866,1),
(42241,'Sulham',3866,1),
(42242,'Victoria',3866,1),
(42243,'Walthamstow',3866,1),
(42244,'Wandsworth',3866,1),
(42245,'Wembley',3866,1),
(42246,'Wimbledon',3866,1),
(42247,'Woolwich',3866,1),
(42248,'Ludlow',3867,1),
(42249,'Manchester',3868,1),
(42250,'Prestwich',3868,1),
(42251,'Salford',3868,1),
(42252,'Swinton',3868,1),
(42253,'Worsley',3868,1),
(42254,'Mayfair',3869,1),
(42255,'Southport',3870,1),
(42256,'Brentford',3872,1),
(42257,'Brimsdown',3872,1),
(42258,'Drayton',3872,1),
(42259,'Edgware',3872,1),
(42260,'Feltham',3872,1),
(42261,'Greenford',3872,1),
(42262,'Hampton',3872,1),
(42263,'Harmondsworth',3872,1),
(42264,'Harrow',3872,1),
(42265,'Hayes',3872,1),
(42266,'Isleworth',3872,1),
(42267,'Northolt',3872,1),
(42268,'Northwood',3872,1),
(42269,'Perivale',3872,1),
(42270,'Pinner',3872,1),
(42271,'Ruislip',3872,1),
(42272,'Ruislip Manor',3872,1),
(42273,'South Harrow',3872,1),
(42274,'Southall',3872,1),
(42275,'Staines',3872,1),
(42276,'Stamore',3872,1),
(42277,'Stanmore',3872,1),
(42278,'Stanwell',3872,1),
(42279,'Sunbury',3872,1),
(42280,'Teddington',3872,1),
(42281,'Twickenham',3872,1),
(42282,'Uxbridge',3872,1),
(42283,'Watford',3872,1),
(42284,'Wembley',3872,1),
(42285,'West Drayton',3872,1),
(42286,'Wraysbury',3872,1),
(42287,'hounslow',3872,1),
(42288,'Mildenhall',3873,1),
(42289,'Abergavenny',3874,1),
(42290,'Monmouth',3874,1),
(42291,'Attleborough',3876,1),
(42292,'Bacton',3876,1),
(42293,'Briston',3876,1),
(42294,'Dereham',3876,1),
(42295,'Diss',3876,1),
(42296,'Downham Market',3876,1),
(42297,'Fakenham',3876,1),
(42298,'Garboldisham',3876,1),
(42299,'Gayton',3876,1),
(42300,'Glandford',3876,1),
(42301,'Great Yarmouth',3876,1),
(42302,'Heacham',3876,1),
(42303,'Hopton',3876,1),
(42304,'Kings Lynn',3876,1),
(42305,'Little Cressingham',3876,1),
(42306,'Norwich',3876,1),
(42307,'Sheringham',3876,1),
(42308,'Thetford',3876,1),
(42309,'Trunch',3876,1),
(42310,'Winordhan',3876,1),
(42311,'Wymondham',3876,1),
(42312,'Daventry',3879,1),
(42313,'Irthlingborough',3879,1),
(42314,'Middleton Cheney',3879,1),
(42315,'Oundle',3879,1),
(42316,'Towcester',3879,1),
(42317,'Welford',3879,1),
(42318,'Wellingborough',3879,1),
(42319,'Woodford Halse',3879,1),
(42320,'Brackley',3880,1),
(42321,'Desborough',3880,1),
(42322,'weedon',3880,1),
(42323,'Bedlington',3882,1),
(42324,'Corbridge',3882,1),
(42325,'Cramlington',3882,1),
(42326,'Morpeth',3882,1),
(42327,'Northumberland',3882,1),
(42328,'Ponteland',3882,1),
(42329,'Wooler',3882,1),
(42330,'Burton Joyce',3883,1),
(42331,'Cotgraves',3883,1),
(42332,'Gonalston',3883,1),
(42333,'Mansfield',3883,1),
(42334,'Newark',3883,1),
(42335,'Nottingham',3883,1),
(42336,'Pennyfoot Street',3883,1),
(42337,'Sandiacre',3883,1),
(42338,'Southwell',3883,1),
(42339,'Whatton',3883,1),
(42340,'Bampton',3884,1),
(42341,'Banbury',3884,1),
(42342,'Bicester',3884,1),
(42343,'Blewbury',3884,1),
(42344,'Cheltenham',3884,1),
(42345,'Chipping Norton',3884,1),
(42346,'Drayton',3884,1),
(42347,'Eynsham',3884,1),
(42348,'Farringdon',3884,1),
(42349,'Henely on Thames',3884,1),
(42350,'Henley-on-Thames',3884,1),
(42351,'Oxford',3884,1),
(42352,'Shenington',3884,1),
(42353,'Thame',3884,1),
(42354,'Wantage',3884,1),
(42355,'Builth Wells',3885,1),
(42356,'Knighton',3885,1),
(42357,'Llanbrynmair',3885,1),
(42358,'New town',3885,1),
(42359,'Newtown',3885,1),
(42360,'Rhaeadr',3885,1),
(42361,'Welshpool',3885,1),
(42362,'Hill of Fearn',3886,1),
(42363,'Shoreham',3887,1),
(42364,'Sark',3888,1),
(42365,'Aberdeen',3889,1),
(42366,'Alloa',3889,1),
(42367,'Alness',3889,1),
(42368,'Annan',3889,1),
(42369,'Arbroath',3889,1),
(42370,'Ardrossan',3889,1),
(42371,'Armadale',3889,1),
(42372,'Ayr',3889,1),
(42373,'Bathgate',3889,1),
(42374,'Blairgowrie',3889,1),
(42375,'Blantyre-Hamilton',3889,1),
(42376,'Boness',3889,1),
(42377,'Bonnybridge',3889,1),
(42378,'Broxburn',3889,1),
(42379,'Broxham',3889,1),
(42380,'Buckhaven',3889,1),
(42381,'Burntisland',3889,1),
(42382,'Carluke',3889,1),
(42383,'Carnoustie',3889,1),
(42384,'Coatbridge',3889,1),
(42385,'Cowdenbeath',3889,1),
(42386,'Cumbernauld',3889,1),
(42387,'Cumnock',3889,1),
(42388,'Cupar',3889,1),
(42389,'Dalbeattie',3889,1),
(42390,'Dalkeith',3889,1),
(42391,'Dingwall',3889,1),
(42392,'Dumbarton',3889,1),
(42393,'Dumfries',3889,1),
(42394,'Dundee',3889,1),
(42395,'Dunfermline',3889,1),
(42396,'Dunoon',3889,1),
(42397,'East Kilbride',3889,1),
(42398,'Edimburah',3889,1),
(42399,'Edinburgh',3889,1),
(42400,'Elgin',3889,1),
(42401,'Ellon',3889,1),
(42402,'Erskine',3889,1),
(42403,'Falkirk',3889,1),
(42404,'Forfar',3889,1),
(42405,'Forres',3889,1),
(42406,'Fort William',3889,1),
(42407,'Fraserburgh',3889,1),
(42408,'Galashiels',3889,1),
(42409,'Galston-Newmilns',3889,1),
(42410,'Girvan',3889,1),
(42411,'Glasgow',3889,1),
(42412,'Glenrothes',3889,1),
(42413,'Greengairs',3889,1),
(42414,'Greenock',3889,1),
(42415,'Haddington',3889,1),
(42416,'Hawick',3889,1),
(42417,'Helensburgh',3889,1),
(42418,'Insch',3889,1),
(42419,'Inverkeithing-Dalgety Bay',3889,1),
(42420,'Inverness',3889,1),
(42421,'Inverurie',3889,1),
(42422,'Irvine',3889,1),
(42423,'Isle of Lewis',3889,1),
(42424,'Kilmarnock',3889,1),
(42425,'Kilsyth',3889,1),
(42426,'Kilwinning',3889,1),
(42427,'Kirkcaldy',3889,1),
(42428,'Kirkintilloch-Lenzie',3889,1),
(42429,'Kirkwall',3889,1),
(42430,'Lanark',3889,1),
(42431,'Largs',3889,1),
(42432,'Larkhall',3889,1),
(42433,'Lerwick',3889,1),
(42434,'Linlithgow',3889,1),
(42435,'Livingston',3889,1),
(42436,'Loanhead',3889,1),
(42437,'Montrose',3889,1),
(42438,'Motherwell',3889,1),
(42439,'Nairn',3889,1),
(42440,'Newtown Saint Boswells',3889,1),
(42441,'Paisley',3889,1),
(42442,'Penicuik',3889,1),
(42443,'Perth',3889,1),
(42444,'Peterhead',3889,1),
(42445,'Saint Andrews',3889,1),
(42446,'Selkirkshire',3889,1),
(42447,'Shotts',3889,1),
(42448,'Stirling',3889,1),
(42449,'Stonehaven',3889,1),
(42450,'Stornoway',3889,1),
(42451,'Stranraer',3889,1),
(42452,'Tranent',3889,1),
(42453,'Troon',3889,1),
(42454,'Whitburn',3889,1),
(42455,'Bishops Castle',3891,1),
(42456,'Bridgnorth',3891,1),
(42457,'Bucknell',3891,1),
(42458,'Drayton',3891,1),
(42459,'Greete',3891,1),
(42460,'Hinstock',3891,1),
(42461,'Jackfield',3891,1),
(42462,'Ludlow',3891,1),
(42463,'Much Wenlock',3891,1),
(42464,'Oswestry',3891,1),
(42465,'Ryton',3891,1),
(42466,'Shifnal',3891,1),
(42467,'Shrewsbury',3891,1),
(42468,'Telford',3891,1),
(42469,'Whitchurch',3891,1),
(42470,'Bath',3892,1),
(42471,'Brent Knoll',3892,1),
(42472,'Castle Cary',3892,1),
(42473,'Shepton Mallet',3892,1),
(42474,'Somerset',3892,1),
(42475,'Taunton',3892,1),
(42476,'Wedmore',3892,1),
(42477,'Wellington',3892,1),
(42478,'Weston-super-Mare',3892,1),
(42479,'Burton-on-Trent',3897,1),
(42480,'Hednesford',3897,1),
(42481,'Stoke on Trent',3897,1),
(42482,'Stone',3897,1),
(42483,'Strabane',3898,1),
(42484,'Bury St Edmunds',3899,1),
(42485,'Felixstowe',3899,1),
(42486,'Haverhill',3899,1),
(42487,'Leiston',3899,1),
(42488,'Lowestoft',3899,1),
(42489,'Stowmarket',3899,1),
(42490,'Sudbury',3899,1),
(42491,'Woodbridge',3899,1),
(42492,'Ashtead',3900,1),
(42493,'Bagshot',3900,1),
(42494,'Betchworth',3900,1),
(42495,'Bletchingley',3900,1),
(42496,'Carshalton',3900,1),
(42497,'Chertsey',3900,1),
(42498,'Claygate',3900,1),
(42499,'Croydon',3900,1),
(42500,'Dorking',3900,1),
(42501,'Effingham',3900,1),
(42502,'Epsom',3900,1),
(42503,'Farnham',3900,1),
(42504,'Haslemere',3900,1),
(42505,'Kingston Upon Thames',3900,1),
(42506,'Leatherhead',3900,1),
(42507,'Mitcham',3900,1),
(42508,'New Malden',3900,1),
(42509,'Redhill',3900,1),
(42510,'Richmond',3900,1),
(42511,'Salfords',3900,1),
(42512,'Shepperton',3900,1),
(42513,'Stoneleigh',3900,1),
(42514,'Surbiton',3900,1),
(42515,'Surrey',3900,1),
(42516,'Tadworth',3900,1),
(42517,'Walton on Thames',3900,1),
(42518,'West Molesey',3900,1),
(42519,'Wisley',3900,1),
(42520,'Woking',3900,1),
(42521,'Brighton',3901,1),
(42522,'Henfield',3901,1),
(42523,'Sussex',3901,1),
(42524,'Worthing',3901,1),
(42525,'Twickenham',3902,1),
(42526,'Omagh',3904,1),
(42527,'Santaquin',3905,1),
(42528,'Aberdare',3906,1),
(42529,'Aberystwyth',3906,1),
(42530,'Barry',3906,1),
(42531,'Brecon',3906,1),
(42532,'Bridgend',3906,1),
(42533,'Brynmawr',3906,1),
(42534,'Caernarfon',3906,1),
(42535,'Caerphily',3906,1),
(42536,'Caldicot',3906,1),
(42537,'Cardiff',3906,1),
(42538,'Carmarthen',3906,1),
(42539,'Colwyn Bay',3906,1),
(42540,'Connahs Quay',3906,1),
(42541,'Cwmbran',3906,1),
(42542,'Dolgellau',3906,1),
(42543,'Ebbw Vale',3906,1),
(42544,'Gaerwen',3906,1),
(42545,'Gwynedd',3906,1),
(42546,'Haverfordwest',3906,1),
(42547,'Isle of Anglesey',3906,1),
(42548,'Islwyn',3906,1),
(42549,'Llandrindod Wells',3906,1),
(42550,'Llanelli',3906,1),
(42551,'Llangefni',3906,1),
(42552,'Maesteg',3906,1),
(42553,'Merthyr Tydfil',3906,1),
(42554,'Mold',3906,1),
(42555,'Mountain Ash-Abercynon',3906,1),
(42556,'Neath',3906,1),
(42557,'Newport',3906,1),
(42558,'Pembrokeshire',3906,1),
(42559,'Penarth',3906,1),
(42560,'Pencader',3906,1),
(42561,'Pontypool',3906,1),
(42562,'Pontypridd',3906,1),
(42563,'Port Talbot',3906,1),
(42564,'Queensferry',3906,1),
(42565,'Rhondda',3906,1),
(42566,'Rhyl',3906,1),
(42567,'Ruthin',3906,1),
(42568,'Shotton-Hawarden',3906,1),
(42569,'St. Asaph',3906,1),
(42570,'Swansea',3906,1),
(42571,'West Glamorgan',3906,1),
(42572,'Wrexham',3906,1),
(42573,'Alcester',3907,1),
(42574,'Coventry',3907,1),
(42575,'Henley in Arden',3907,1),
(42576,'Nuneaton',3907,1),
(42577,'Pershore',3907,1),
(42578,'Southam',3907,1),
(42579,'Warwick',3907,1),
(42580,'Whissendine',3912,1),
(42581,'Amesbury',3913,1),
(42582,'Bradford on Avon',3913,1),
(42583,'Calne',3913,1),
(42584,'Chippenham',3913,1),
(42585,'Corsham',3913,1),
(42586,'Cosham',3913,1),
(42587,'Devizes',3913,1),
(42588,'Downton',3913,1),
(42589,'Malmesbury',3913,1),
(42590,'Marlborough',3913,1),
(42591,'Melksham',3913,1),
(42592,'Pewsey',3913,1),
(42593,'Salisbury',3913,1),
(42594,'Southwick',3913,1),
(42595,'Swindon',3913,1),
(42596,'Warminster',3913,1),
(42597,'Westbury',3913,1),
(42598,'Winnersh',3914,1),
(42599,'Evesham',3915,1),
(42600,'Hartlebury',3915,1),
(42601,'Kidderminster',3915,1),
(42602,'Pershore',3915,1),
(42603,'Redditch',3915,1),
(42604,'Worcester',3915,1),
(42605,'Caergwrle',3916,1),
(42606,'Ruabon',3916,1),
(42607,'Neuffen',3917,1),
(42608,'Beverley',3918,1),
(42609,'Malton',3918,1),
(42610,'Mexborough',3918,1),
(42611,'Alabaster',3919,1),
(42612,'Albertville',3919,1),
(42613,'Alexander City',3919,1),
(42614,'Anniston',3919,1),
(42615,'Arab',3919,1),
(42616,'Ashville',3919,1),
(42617,'Athens',3919,1),
(42618,'Atmore',3919,1),
(42619,'Auburn',3919,1),
(42620,'Bessemer',3919,1),
(42621,'Birmingham',3919,1),
(42622,'Capshaw',3919,1),
(42623,'Center Point',3919,1),
(42624,'Childersburg',3919,1),
(42625,'Cullman',3919,1),
(42626,'Daleville',3919,1),
(42627,'Daphne',3919,1),
(42628,'Decatur',3919,1),
(42629,'Dothan',3919,1),
(42630,'Enterprise',3919,1),
(42631,'Eufaula',3919,1),
(42632,'Fairfield',3919,1),
(42633,'Fairhope',3919,1),
(42634,'Florence',3919,1),
(42635,'Fort Payne',3919,1),
(42636,'Gadsden',3919,1),
(42637,'Grand Bay',3919,1),
(42638,'Grove Hill',3919,1),
(42639,'Guntersville',3919,1),
(42640,'Hampton Cove',3919,1),
(42641,'Hanceville',3919,1),
(42642,'Hartselle',3919,1),
(42643,'Headland',3919,1),
(42644,'Helena',3919,1),
(42645,'Hodges',3919,1),
(42646,'Homewood',3919,1),
(42647,'Hoover',3919,1),
(42648,'Hueytown',3919,1),
(42649,'Huntsville',3919,1),
(42650,'Jacksonville',3919,1),
(42651,'Jasper',3919,1),
(42652,'Leeds',3919,1),
(42653,'Luverne',3919,1),
(42654,'Madison',3919,1),
(42655,'Mobile',3919,1),
(42656,'Montgomery',3919,1),
(42657,'Mountain Brook',3919,1),
(42658,'Muscle Shoals',3919,1),
(42659,'Northport',3919,1),
(42660,'Notasulga',3919,1),
(42661,'Opelika',3919,1),
(42662,'Oxford',3919,1),
(42663,'Ozark',3919,1),
(42664,'Pelham',3919,1),
(42665,'Pell City',3919,1),
(42666,'Pennsylvania',3919,1),
(42667,'Phenix City',3919,1),
(42668,'Prattville',3919,1),
(42669,'Prichard',3919,1),
(42670,'Ramer',3919,1),
(42671,'Roanoke',3919,1),
(42672,'Saraland',3919,1),
(42673,'Scottsboro',3919,1),
(42674,'Selma',3919,1),
(42675,'Sheffield',3919,1),
(42676,'Smiths',3919,1),
(42677,'Sumiton',3919,1),
(42678,'Sylacauga',3919,1),
(42679,'Talladega',3919,1),
(42680,'Thomasville',3919,1),
(42681,'Trafford',3919,1),
(42682,'Troy',3919,1),
(42683,'Trussville',3919,1),
(42684,'Tuscaloosa',3919,1),
(42685,'Tuskegee',3919,1),
(42686,'Vestavia Hills',3919,1),
(42687,'Anchorage',3920,1),
(42688,'Barrow',3920,1),
(42689,'Bethel',3920,1),
(42690,'College',3920,1),
(42691,'Fairbanks',3920,1),
(42692,'Homer',3920,1),
(42693,'Juneau',3920,1),
(42694,'Kenai',3920,1),
(42695,'Ketchikan',3920,1),
(42696,'Kodiak',3920,1),
(42697,'Nome',3920,1),
(42698,'Palmer',3920,1),
(42699,'Sitka',3920,1),
(42700,'Soldotna',3920,1),
(42701,'Sterling',3920,1),
(42702,'Unalaska',3920,1),
(42703,'Valdez',3920,1),
(42704,'Wasilla',3920,1),
(42705,'Apache Junction',3921,1),
(42706,'Avondale',3921,1),
(42707,'Bisbee',3921,1),
(42708,'Bouse',3921,1),
(42709,'Bullhead City',3921,1),
(42710,'Carefree',3921,1),
(42711,'Casa Grande',3921,1),
(42712,'Casas Adobes',3921,1),
(42713,'Chandler',3921,1),
(42714,'Clarkdale',3921,1),
(42715,'Cottonwood',3921,1),
(42716,'Douglas',3921,1),
(42717,'Drexel Heights',3921,1),
(42718,'El Mirage',3921,1),
(42719,'Flagstaff',3921,1),
(42720,'Florence',3921,1),
(42721,'Flowing Wells',3921,1),
(42722,'Fort Mohave',3921,1),
(42723,'Fortuna Foothills',3921,1),
(42724,'Fountain Hills',3921,1),
(42725,'Gilbert',3921,1),
(42726,'Glendale',3921,1),
(42727,'Globe',3921,1),
(42728,'Goodyear',3921,1),
(42729,'Green Valley',3921,1),
(42730,'Kingman',3921,1),
(42731,'Lake Havasu City',3921,1),
(42732,'Laveen',3921,1),
(42733,'Litchfield Park',3921,1),
(42734,'Marana',3921,1),
(42735,'Mesa',3921,1),
(42736,'New Kingman-Butler',3921,1),
(42737,'Nogales',3921,1),
(42738,'Oracle',3921,1),
(42739,'Oro Valley',3921,1),
(42740,'Paradise Valley',3921,1),
(42741,'Parker',3921,1),
(42742,'Payson',3921,1),
(42743,'Peoria',3921,1),
(42744,'Phoenix',3921,1),
(42745,'Pine',3921,1),
(42746,'Pinetop',3921,1),
(42747,'Prescott',3921,1),
(42748,'Prescott Valley',3921,1),
(42749,'Quartzsite',3921,1),
(42750,'Queen Creek',3921,1),
(42751,'Rio Rico',3921,1),
(42752,'Safford',3921,1),
(42753,'San Luis',3921,1),
(42754,'Scottsdale',3921,1),
(42755,'Sedona',3921,1),
(42756,'Sierra Vista',3921,1),
(42757,'Sierra Vista Southeast',3921,1),
(42758,'Sun City',3921,1),
(42759,'Sun City West',3921,1),
(42760,'Surprise',3921,1),
(42761,'Tempe',3921,1),
(42762,'Tombstone',3921,1),
(42763,'Tucson',3921,1),
(42764,'Winslow',3921,1),
(42765,'Yuma',3921,1),
(42766,'Alexander',3922,1),
(42767,'Arkadelphia',3922,1),
(42768,'Batesville',3922,1),
(42769,'Bella Vista',3922,1),
(42770,'Benton',3922,1),
(42771,'Bentonville',3922,1),
(42772,'Berryville',3922,1),
(42773,'Blytheville',3922,1),
(42774,'Cabot',3922,1),
(42775,'Camden',3922,1),
(42776,'Cherry Valley',3922,1),
(42777,'Conway',3922,1),
(42778,'Corning',3922,1),
(42779,'El Dorado',3922,1),
(42780,'Fayetteville',3922,1),
(42781,'Forrest City',3922,1),
(42782,'Fort Smith',3922,1),
(42783,'Harrison',3922,1),
(42784,'Hope',3922,1),
(42785,'Hot Springs',3922,1),
(42786,'Jacksonville',3922,1),
(42787,'Jonesboro',3922,1),
(42788,'Lake City',3922,1),
(42789,'Little Rock',3922,1),
(42790,'Magnolia',3922,1),
(42791,'Mount Vernon',3922,1),
(42792,'Mountain Home',3922,1),
(42793,'Norfork',3922,1),
(42794,'North Little Rock',3922,1),
(42795,'Paragould',3922,1),
(42796,'Piggott',3922,1),
(42797,'Pine Bluff',3922,1),
(42798,'Pocahontas',3922,1),
(42799,'Prescott',3922,1),
(42800,'Quitman',3922,1),
(42801,'Rogers',3922,1),
(42802,'Russellville',3922,1),
(42803,'Searcy',3922,1),
(42804,'Sheridan',3922,1),
(42805,'Sherwood',3922,1),
(42806,'Siloam Springs',3922,1),
(42807,'Springdale',3922,1),
(42808,'Stuttgart',3922,1),
(42809,'Texarkana',3922,1),
(42810,'Van Buren',3922,1),
(42811,'Ward',3922,1),
(42812,'West Helena',3922,1),
(42813,'West Memphis',3922,1),
(42814,'Wynne',3922,1),
(42815,'Acton',3924,1),
(42816,'Adelanto',3924,1),
(42817,'Agoura Hills',3924,1),
(42818,'Aguanga',3924,1),
(42819,'Alameda',3924,1),
(42820,'Alamo',3924,1),
(42821,'Albany',3924,1),
(42822,'Alhambra',3924,1),
(42823,'Aliso Viejo',3924,1),
(42824,'Alondra Park',3924,1),
(42825,'Alpine',3924,1),
(42826,'Alta Loma',3924,1),
(42827,'Altadena',3924,1),
(42828,'American Canyon',3924,1),
(42829,'Anaheim',3924,1),
(42830,'Anderson',3924,1),
(42831,'Antelope',3924,1),
(42832,'Antioch',3924,1),
(42833,'Apple Valley',3924,1),
(42834,'Aptos',3924,1),
(42835,'Arcadia',3924,1),
(42836,'Arcata',3924,1),
(42837,'Arden-Arcade',3924,1),
(42838,'Arroyo Grande',3924,1),
(42839,'Artesia',3924,1),
(42840,'Arvin',3924,1),
(42841,'Ashland',3924,1),
(42842,'Atascadero',3924,1),
(42843,'Atwater',3924,1),
(42844,'Auburn',3924,1),
(42845,'Avalon',3924,1),
(42846,'Avenal',3924,1),
(42847,'Avocado Heights',3924,1),
(42848,'Azusa',3924,1),
(42849,'Bakersfield',3924,1),
(42850,'Baldwin Park',3924,1),
(42851,'Banning',3924,1),
(42852,'Barstow',3924,1),
(42853,'Bay Point',3924,1),
(42854,'Baywood-Los Osos',3924,1),
(42855,'Bear Valley Springs',3924,1),
(42856,'Beaumont',3924,1),
(42857,'Bell',3924,1),
(42858,'Bell Gardens',3924,1),
(42859,'Bellflower',3924,1),
(42860,'Belmont',3924,1),
(42861,'Ben Lomond',3924,1),
(42862,'Benicia',3924,1),
(42863,'Berkeley',3924,1),
(42864,'Beverly Hills',3924,1),
(42865,'Big Bear Lake',3924,1),
(42866,'Bloomington',3924,1),
(42867,'Blythe',3924,1),
(42868,'Bonita',3924,1),
(42869,'Bostonia',3924,1),
(42870,'Brawley',3924,1),
(42871,'Brea',3924,1),
(42872,'Brentwood',3924,1),
(42873,'Brisbane',3924,1),
(42874,'Brookdale',3924,1),
(42875,'Buena Park',3924,1),
(42876,'Burbank',3924,1),
(42877,'Burlingame',3924,1),
(42878,'Burnham',3924,1),
(42879,'Byron',3924,1),
(42880,'Calabasas',3924,1),
(42881,'Calexico',3924,1),
(42882,'California City',3924,1),
(42883,'Camarillo',3924,1),
(42884,'Cameron Park',3924,1),
(42885,'Camino',3924,1),
(42886,'Camp Pendleton North',3924,1),
(42887,'Camp Pendleton South',3924,1),
(42888,'Campbell',3924,1),
(42889,'Canoga Park',3924,1),
(42890,'Canyon Lake',3924,1),
(42891,'Capitola',3924,1),
(42892,'Carlsbad',3924,1),
(42893,'Carmel',3924,1),
(42894,'Carmel Valley',3924,1),
(42895,'Carmichael',3924,1),
(42896,'Carpinteria',3924,1),
(42897,'Carson',3924,1),
(42898,'Casa de Oro-Mount Helix',3924,1),
(42899,'Castaic',3924,1),
(42900,'Castro Valley',3924,1),
(42901,'Cathedral City',3924,1),
(42902,'Cayucos',3924,1),
(42903,'Ceres',3924,1),
(42904,'Cerritos',3924,1),
(42905,'Charter Oak',3924,1),
(42906,'Chatsworth',3924,1),
(42907,'Cherryland',3924,1),
(42908,'Chico',3924,1),
(42909,'Chino',3924,1),
(42910,'Chino Hills',3924,1),
(42911,'Chula Vista',3924,1),
(42912,'Citrus',3924,1),
(42913,'Citrus Heights',3924,1),
(42914,'City of Commerce',3924,1),
(42915,'City of Industry',3924,1),
(42916,'Claremont',3924,1),
(42917,'Clearlake',3924,1),
(42918,'Clovis',3924,1),
(42919,'Coachella',3924,1),
(42920,'Coalinga',3924,1),
(42921,'Colfax',3924,1),
(42922,'Colton',3924,1),
(42923,'Colusa',3924,1),
(42924,'Commerce',3924,1),
(42925,'Compton',3924,1),
(42926,'Concord',3924,1),
(42927,'Corcoran',3924,1),
(42928,'Corning',3924,1),
(42929,'Corona',3924,1),
(42930,'Coronado',3924,1),
(42931,'Corte Madera',3924,1),
(42932,'Costa Mesa',3924,1),
(42933,'Cotati',3924,1),
(42934,'Cottonwood',3924,1),
(42935,'Country Club',3924,1),
(42936,'Covina',3924,1),
(42937,'Crestline',3924,1),
(42938,'Cudahy',3924,1),
(42939,'Culver City',3924,1),
(42940,'Cupertino',3924,1),
(42941,'Cypress',3924,1),
(42942,'Daly City',3924,1),
(42943,'Dana Point',3924,1),
(42944,'Danville',3924,1),
(42945,'Davis',3924,1),
(42946,'Del Mar',3924,1),
(42947,'Delano',3924,1),
(42948,'Desert Hot Springs',3924,1),
(42949,'Diamond Bar',3924,1),
(42950,'Dinuba',3924,1),
(42951,'Dixon',3924,1),
(42952,'Downey',3924,1),
(42953,'Duarte',3924,1),
(42954,'Dublin',3924,1),
(42955,'East Foothills',3924,1),
(42956,'East Hemet',3924,1),
(42957,'East La Mirada',3924,1),
(42958,'East Palo Alto',3924,1),
(42959,'East San Gabriel',3924,1),
(42960,'El Cajon',3924,1),
(42961,'El Centro',3924,1),
(42962,'El Cerrito',3924,1),
(42963,'El Granada',3924,1),
(42964,'El Monte',3924,1),
(42965,'El Paso de Robles',3924,1),
(42966,'El Segundo',3924,1),
(42967,'El Sobrante',3924,1),
(42968,'Elk Grove',3924,1),
(42969,'Emeryville',3924,1),
(42970,'Encinitas',3924,1),
(42971,'Encino',3924,1),
(42972,'Escondido',3924,1),
(42973,'Etna',3924,1),
(42974,'Eureka',3924,1),
(42975,'Exeter',3924,1),
(42976,'Fair Oaks',3924,1),
(42977,'Fairfax',3924,1),
(42978,'Fairfield',3924,1),
(42979,'Fairview',3924,1),
(42980,'Fallbrook',3924,1),
(42981,'Ferndale',3924,1),
(42982,'Fillmore',3924,1),
(42983,'Florence-Graham',3924,1),
(42984,'Florin',3924,1),
(42985,'Folsom',3924,1),
(42986,'Fontana',3924,1),
(42987,'Foothill Farms',3924,1),
(42988,'Foothill Ranch',3924,1),
(42989,'Forestville',3924,1),
(42990,'Fort Bragg',3924,1),
(42991,'Fortuna',3924,1),
(42992,'Foster City',3924,1),
(42993,'Fountain Valley',3924,1),
(42994,'Freedom',3924,1),
(42995,'Fremont',3924,1),
(42996,'Fresno',3924,1),
(42997,'Fullerton',3924,1),
(42998,'Galt',3924,1),
(42999,'Garberville',3924,1),
(43000,'Garden Acres',3924,1),
(43001,'Garden Grove',3924,1),
(43002,'Gardena',3924,1),
(43003,'Georgetown',3924,1),
(43004,'Gilroy',3924,1),
(43005,'Glen Avon',3924,1),
(43006,'Glendale',3924,1),
(43007,'Glendora',3924,1),
(43008,'Goleta',3924,1),
(43009,'Gonzales',3924,1),
(43010,'Granada Hills',3924,1),
(43011,'Grand Terrace',3924,1),
(43012,'Grass Valley',3924,1),
(43013,'Greenfield',3924,1),
(43014,'Grover Beach',3924,1),
(43015,'Gualala',3924,1),
(43016,'Guerneville',3924,1),
(43017,'Hacienda Heights',3924,1),
(43018,'Half Moon Bay',3924,1),
(43019,'Hanford',3924,1),
(43020,'Harbor City',3924,1),
(43021,'Hawaiian Gardens',3924,1),
(43022,'Hawthorne',3924,1),
(43023,'Hayward',3924,1),
(43024,'Hemet',3924,1),
(43025,'Hercules',3924,1),
(43026,'Hermosa Beach',3924,1),
(43027,'Hesperia',3924,1),
(43028,'Highland',3924,1),
(43029,'Hillsborough',3924,1),
(43030,'Hollister',3924,1),
(43031,'Hollywood',3924,1),
(43032,'Huntington Beach',3924,1),
(43033,'Huntington Park',3924,1),
(43034,'Idyllwild',3924,1),
(43035,'Imperial Beach',3924,1),
(43036,'Indio',3924,1),
(43037,'Industry',3924,1),
(43038,'Inglewood',3924,1),
(43039,'Irvine',3924,1),
(43040,'Irwindale',3924,1),
(43041,'Isla Vista',3924,1),
(43042,'Jackson',3924,1),
(43043,'Jamul',3924,1),
(43044,'La Canada Flintridge',3924,1),
(43045,'La Crescenta-Montrose',3924,1),
(43046,'La Habra',3924,1),
(43047,'La Jolla',3924,1),
(43048,'La Mesa',3924,1),
(43049,'La Mirada',3924,1),
(43050,'La Palma',3924,1),
(43051,'La Presa',3924,1),
(43052,'La Puente',3924,1),
(43053,'La Quinta',3924,1),
(43054,'La Riviera',3924,1),
(43055,'La Verne',3924,1),
(43056,'LaVerne',3924,1),
(43057,'Ladera Ranch',3924,1),
(43058,'Lafayette',3924,1),
(43059,'Laguna',3924,1),
(43060,'Laguna Beach',3924,1),
(43061,'Laguna Hills',3924,1),
(43062,'Laguna Niguel',3924,1),
(43063,'Lake Elsinore',3924,1),
(43064,'Lake Forest',3924,1),
(43065,'Lakeside',3924,1),
(43066,'Lakewood',3924,1),
(43067,'Lamont',3924,1),
(43068,'Lancaster',3924,1),
(43069,'Larkspur',3924,1),
(43070,'Lawndale',3924,1),
(43071,'Laytonville',3924,1),
(43072,'Lemon Grove',3924,1),
(43073,'Lemoore',3924,1),
(43074,'Lennox',3924,1),
(43075,'Linda',3924,1),
(43076,'Lindsay',3924,1),
(43077,'Live Oak',3924,1),
(43078,'Livermore',3924,1),
(43079,'Livingston',3924,1),
(43080,'Lodi',3924,1),
(43081,'Loma Linda',3924,1),
(43082,'Lomita',3924,1),
(43083,'Lompoc',3924,1),
(43084,'Long Beach',3924,1),
(43085,'Los Alamitos',3924,1),
(43086,'Los Altos',3924,1),
(43087,'Los Angeles',3924,1),
(43088,'Los Angeles East',3924,1),
(43089,'Los Banos',3924,1),
(43090,'Los Gatos',3924,1),
(43091,'Los Olivos',3924,1),
(43092,'Lynwood',3924,1),
(43093,'MacKinleyville',3924,1),
(43094,'Madera',3924,1),
(43095,'Magalia',3924,1),
(43096,'Malibu',3924,1),
(43097,'Mammoth Lakes',3924,1),
(43098,'Manhattan Beach',3924,1),
(43099,'Manteca',3924,1),
(43100,'Marina',3924,1),
(43101,'Marina del Rey',3924,1),
(43102,'Mariposa',3924,1),
(43103,'Marshall',3924,1),
(43104,'Martinez',3924,1),
(43105,'Marysville',3924,1),
(43106,'Maywood',3924,1),
(43107,'Menlo Park',3924,1),
(43108,'Merced',3924,1),
(43109,'Middletown',3924,1),
(43110,'Midway City',3924,1),
(43111,'Mill Valley',3924,1),
(43112,'Millbrae',3924,1),
(43113,'Milpitas',3924,1),
(43114,'Mira Loma',3924,1),
(43115,'Miranda',3924,1),
(43116,'Mission Viejo',3924,1),
(43117,'Modesto',3924,1),
(43118,'Monclair',3924,1),
(43119,'Monrovia',3924,1),
(43120,'Montara',3924,1),
(43121,'Montclair',3924,1),
(43122,'Montebello',3924,1),
(43123,'Montecito',3924,1),
(43124,'Monterey',3924,1),
(43125,'Monterey Park',3924,1),
(43126,'Moorpark',3924,1),
(43127,'Moraga Town',3924,1),
(43128,'Moreno Valley',3924,1),
(43129,'Morgan Hill',3924,1),
(43130,'Morro Bay',3924,1),
(43131,'Moss Beach',3924,1),
(43132,'Mount Shasta',3924,1),
(43133,'Mountain View',3924,1),
(43134,'Murrieta',3924,1),
(43135,'N. Hollywood',3924,1),
(43136,'Napa',3924,1),
(43137,'National City',3924,1),
(43138,'Nevada City',3924,1),
(43139,'Newark',3924,1),
(43140,'Newport Beach',3924,1),
(43141,'Norco',3924,1),
(43142,'North Auburn',3924,1),
(43143,'North Fair Oaks',3924,1),
(43144,'North Fork',3924,1),
(43145,'North Highlands',3924,1),
(43146,'North Hills',3924,1),
(43147,'North Hollywood',3924,1),
(43148,'Northridge',3924,1),
(43149,'Norwalk',3924,1),
(43150,'Novato',3924,1),
(43151,'Nuevo',3924,1),
(43152,'Oak View',3924,1),
(43153,'Oakdale',3924,1),
(43154,'Oakhurst',3924,1),
(43155,'Oakland',3924,1),
(43156,'Oakley',3924,1),
(43157,'Oceanside',3924,1),
(43158,'Oildale',3924,1),
(43159,'Ojai',3924,1),
(43160,'Olivehurst',3924,1),
(43161,'Ontario',3924,1),
(43162,'Orange',3924,1),
(43163,'Orangevale',3924,1),
(43164,'Orcutt',3924,1),
(43165,'Oregon House',3924,1),
(43166,'Orinda',3924,1),
(43167,'Oroville',3924,1),
(43168,'Oxnard',3924,1),
(43169,'Pacific Grove',3924,1),
(43170,'Pacific Palisades',3924,1),
(43171,'Pacifica',3924,1),
(43172,'Pacoima',3924,1),
(43173,'Pajaro',3924,1),
(43174,'Palm Desert',3924,1),
(43175,'Palm Springs',3924,1),
(43176,'Palmdale',3924,1),
(43177,'Palo Alto',3924,1),
(43178,'Palos Verdes Estates',3924,1),
(43179,'Pamona',3924,1),
(43180,'Panorama City',3924,1),
(43181,'Paradise',3924,1),
(43182,'Paramount',3924,1),
(43183,'Parkway-South Sacramento',3924,1),
(43184,'Parlier',3924,1),
(43185,'Pasadena',3924,1),
(43186,'Patterson',3924,1),
(43187,'Pedley',3924,1),
(43188,'Perris',3924,1),
(43189,'Petaluma',3924,1),
(43190,'Pico Rivera',3924,1),
(43191,'Piedmont',3924,1),
(43192,'Pinole',3924,1),
(43193,'Pismo Beach',3924,1),
(43194,'Pittsburg',3924,1),
(43195,'Placentia',3924,1),
(43196,'Placerville',3924,1),
(43197,'Playa del Rey',3924,1),
(43198,'Pleasant Hill',3924,1),
(43199,'Pleasanton',3924,1),
(43200,'Plymouth',3924,1),
(43201,'Point Reyes Station',3924,1),
(43202,'Pollock Pines',3924,1),
(43203,'Pomona',3924,1),
(43204,'Port Costa',3924,1),
(43205,'Port Hueneme',3924,1),
(43206,'Porterville',3924,1),
(43207,'Poway',3924,1),
(43208,'Quartz Hill',3924,1),
(43209,'Ramona',3924,1),
(43210,'Rancho Cordova',3924,1),
(43211,'Rancho Cucamonga',3924,1),
(43212,'Rancho Dominguez',3924,1),
(43213,'Rancho Mirage',3924,1),
(43214,'Rancho Murieta',3924,1),
(43215,'Rancho Palos Verdes',3924,1),
(43216,'Rancho San Diego',3924,1),
(43217,'Rancho Santa Margarita',3924,1),
(43218,'Red Bluff',3924,1),
(43219,'Redding',3924,1),
(43220,'Redlands',3924,1),
(43221,'Redondo Beach',3924,1),
(43222,'Redway',3924,1),
(43223,'Redwood City',3924,1),
(43224,'Reedley',3924,1),
(43225,'Reseda',3924,1),
(43226,'Rialto',3924,1),
(43227,'Richmond',3924,1),
(43228,'Ridgecrest',3924,1),
(43229,'Rio Linda',3924,1),
(43230,'Rio Nido',3924,1),
(43231,'Rio del Mar',3924,1),
(43232,'Riverbank',3924,1),
(43233,'Riverside',3924,1),
(43234,'Rocklin',3924,1),
(43235,'Rohnert Park',3924,1),
(43236,'Rolling Hills',3924,1),
(43237,'Rosamond',3924,1),
(43238,'Roseland',3924,1),
(43239,'Rosemead',3924,1),
(43240,'Rosemont',3924,1),
(43241,'Roseville',3924,1),
(43242,'Rossmoor',3924,1),
(43243,'Rowland Heights',3924,1),
(43244,'Rubidoux',3924,1),
(43245,'Sacramento',3924,1),
(43246,'Salinas',3924,1),
(43247,'San Anselmo',3924,1),
(43248,'San Bernardino',3924,1),
(43249,'San Bruno',3924,1),
(43250,'San Buenaventura',3924,1),
(43251,'San Carlos',3924,1),
(43252,'San Clemente',3924,1),
(43253,'San Diego',3924,1),
(43254,'San Dimas',3924,1),
(43255,'San Fernando',3924,1),
(43256,'San Francisco',3924,1),
(43257,'San Gabriel',3924,1),
(43258,'San Jacinto',3924,1),
(43259,'San Jose',3924,1),
(43260,'San Juan Capistrano',3924,1),
(43261,'San Leandro',3924,1),
(43262,'San Lorenzo',3924,1),
(43263,'San Luis Obispo',3924,1),
(43264,'San Marcos',3924,1),
(43265,'San Marino',3924,1),
(43266,'San Mateo',3924,1),
(43267,'San Pablo',3924,1),
(43268,'San Pedro',3924,1),
(43269,'San Rafael',3924,1),
(43270,'San Ramon',3924,1),
(43271,'San Ysidro',3924,1),
(43272,'Sanger',3924,1),
(43273,'Santa Ana',3924,1),
(43274,'Santa Barbara',3924,1),
(43275,'Santa Clara',3924,1),
(43276,'Santa Clarita',3924,1),
(43277,'Santa Cruz',3924,1),
(43278,'Santa Fe Springs',3924,1),
(43279,'Santa Maria',3924,1),
(43280,'Santa Monica',3924,1),
(43281,'Santa Paula',3924,1),
(43282,'Santa Rosa',3924,1),
(43283,'Santa Ynez',3924,1),
(43284,'Santee',3924,1),
(43285,'Saratoga',3924,1),
(43286,'Sausalito',3924,1),
(43287,'Scotts Valley',3924,1),
(43288,'Seal Beach',3924,1),
(43289,'Seaside',3924,1),
(43290,'Sebastopol',3924,1),
(43291,'Selma',3924,1),
(43292,'Shafter',3924,1),
(43293,'Sherman Oaks',3924,1),
(43294,'Sierra Madre',3924,1),
(43295,'Signal Hill',3924,1),
(43296,'Simi Valley',3924,1),
(43297,'Solana Beach',3924,1),
(43298,'Soledad',3924,1),
(43299,'Solvang',3924,1),
(43300,'Sonoma',3924,1),
(43301,'Sonora',3924,1),
(43302,'Soquel',3924,1),
(43303,'South El Monte',3924,1),
(43304,'South Gate',3924,1),
(43305,'South Lake Tahoe',3924,1),
(43306,'South Pasadena',3924,1),
(43307,'South San Francisco',3924,1),
(43308,'South San Jose Hills',3924,1),
(43309,'South Whittier',3924,1),
(43310,'South Yuba City',3924,1),
(43311,'Spring Valley',3924,1),
(43312,'St. Helena',3924,1),
(43313,'Stanford',3924,1),
(43314,'Stanton',3924,1),
(43315,'Stevenson Ranch',3924,1),
(43316,'Stockton',3924,1),
(43317,'Strathmore',3924,1),
(43318,'Studio City',3924,1),
(43319,'Suisun City',3924,1),
(43320,'Sun City',3924,1),
(43321,'Sun Valley',3924,1),
(43322,'Sunland',3924,1),
(43323,'Sunnyvale',3924,1),
(43324,'Susanville',3924,1),
(43325,'Sutter',3924,1),
(43326,'Sylmar',3924,1),
(43327,'Tahoe City',3924,1),
(43328,'Tamalpais-Homestead Valley',3924,1),
(43329,'Tarzana',3924,1),
(43330,'Tehachapi',3924,1),
(43331,'Temecula',3924,1),
(43332,'Temple City',3924,1),
(43333,'Thousand Oaks',3924,1),
(43334,'Tiburon',3924,1),
(43335,'Topanga',3924,1),
(43336,'Torrance',3924,1),
(43337,'Trabuco Canyon',3924,1),
(43338,'Tracy',3924,1),
(43339,'Trinidad',3924,1),
(43340,'Trona',3924,1),
(43341,'Truckee',3924,1),
(43342,'Tujunga',3924,1),
(43343,'Tulare',3924,1),
(43344,'Turlock',3924,1),
(43345,'Tustin',3924,1),
(43346,'Tustin Foothills',3924,1),
(43347,'Twentynine Palms',3924,1),
(43348,'Twentynine Palms Base',3924,1),
(43349,'Ukiah',3924,1),
(43350,'Union City',3924,1),
(43351,'Upland',3924,1),
(43352,'Vacaville',3924,1),
(43353,'Valencia',3924,1),
(43354,'Valinda',3924,1),
(43355,'Valle Vista',3924,1),
(43356,'Vallejo',3924,1),
(43357,'Valley Center',3924,1),
(43358,'Valley Glen',3924,1),
(43359,'Valley Village',3924,1),
(43360,'Van Nuys',3924,1),
(43361,'Vandenberg Air Force Base',3924,1),
(43362,'Venice',3924,1),
(43363,'Ventura',3924,1),
(43364,'Vernon',3924,1),
(43365,'Victorville',3924,1),
(43366,'View Park-Windsor Hills',3924,1),
(43367,'Vincent',3924,1),
(43368,'Visalia',3924,1),
(43369,'Vista',3924,1),
(43370,'Walnut',3924,1),
(43371,'Walnut Creek',3924,1),
(43372,'Walnut Park',3924,1),
(43373,'Wasco',3924,1),
(43374,'Waterford',3924,1),
(43375,'Watsonville',3924,1),
(43376,'West Athens',3924,1),
(43377,'West Carson',3924,1),
(43378,'West Covina',3924,1),
(43379,'West Hills',3924,1),
(43380,'West Hollywood',3924,1),
(43381,'West Puente Valley',3924,1),
(43382,'West Sacramento',3924,1),
(43383,'West Whittier-Los Nietos',3924,1),
(43384,'Westlake Village',3924,1),
(43385,'Westminster',3924,1),
(43386,'Westmont',3924,1),
(43387,'Whittier',3924,1),
(43388,'Wildomar',3924,1),
(43389,'Willits',3924,1),
(43390,'Willowbrook',3924,1),
(43391,'Wilmington',3924,1),
(43392,'Windsor',3924,1),
(43393,'Woodland',3924,1),
(43394,'Woodland Hills',3924,1),
(43395,'Yorba Linda',3924,1),
(43396,'Yreka',3924,1),
(43397,'Yuba City',3924,1),
(43398,'Yucaipa',3924,1),
(43399,'Yucca Valley',3924,1),
(43400,'Air Force Academy',3926,1),
(43401,'Alamosa',3926,1),
(43402,'Applewood',3926,1),
(43403,'Arvada',3926,1),
(43404,'Aspen',3926,1),
(43405,'Aurora',3926,1),
(43406,'Avon',3926,1),
(43407,'Basalt',3926,1),
(43408,'Bellvue',3926,1),
(43409,'Black Forest',3926,1),
(43410,'Boulder',3926,1),
(43411,'Brighton',3926,1),
(43412,'Broomfield',3926,1),
(43413,'Canon City',3926,1),
(43414,'Carbondale',3926,1),
(43415,'Castle Rock',3926,1),
(43416,'Castlewood',3926,1),
(43417,'Centennial',3926,1),
(43418,'Cimarron Hills',3926,1),
(43419,'Clifton',3926,1),
(43420,'Colorado Springs',3926,1),
(43421,'Columbine',3926,1),
(43422,'Commerce City',3926,1),
(43423,'Cortez',3926,1),
(43424,'Crawford',3926,1),
(43425,'Denver',3926,1),
(43426,'Durango',3926,1),
(43427,'Edwards',3926,1),
(43428,'Elizabeth',3926,1),
(43429,'Englewood',3926,1),
(43430,'Estes Park',3926,1),
(43431,'Evergreen',3926,1),
(43432,'Federal Heights',3926,1),
(43433,'Fort Carson',3926,1),
(43434,'Fort Collins',3926,1),
(43435,'Fort Morgan',3926,1),
(43436,'Fountain',3926,1),
(43437,'Golden',3926,1),
(43438,'Grand Junction',3926,1),
(43439,'Greeley',3926,1),
(43440,'Greenwood Village',3926,1),
(43441,'Gunbarrel',3926,1),
(43442,'Highlands Ranch',3926,1),
(43443,'Holly',3926,1),
(43444,'Ken Caryl',3926,1),
(43445,'Lafayette',3926,1),
(43446,'Lakewood',3926,1),
(43447,'Littleton',3926,1),
(43448,'Longmont',3926,1),
(43449,'Louisville',3926,1),
(43450,'Loveland',3926,1),
(43451,'Lyons',3926,1),
(43452,'Montrose',3926,1),
(43453,'Monument',3926,1),
(43454,'Nederland',3926,1),
(43455,'Niwot',3926,1),
(43456,'Northglenn',3926,1),
(43457,'Pagosa Springs',3926,1),
(43458,'Parker',3926,1),
(43459,'Penrose',3926,1),
(43460,'Peyton',3926,1),
(43461,'Pueblo',3926,1),
(43462,'Redlands',3926,1),
(43463,'Ridgway',3926,1),
(43464,'Rifle',3926,1),
(43465,'Rocky Ford',3926,1),
(43466,'Sanford',3926,1),
(43467,'Security-Widefield',3926,1),
(43468,'Sherrelwood',3926,1),
(43469,'Silver Cliff',3926,1),
(43470,'Snowmass Village',3926,1),
(43471,'Southglenn',3926,1),
(43472,'Steamboat Springs',3926,1),
(43473,'Sterling',3926,1),
(43474,'Superior',3926,1),
(43475,'Telluride',3926,1),
(43476,'Thornton',3926,1),
(43477,'Vail',3926,1),
(43478,'Welby',3926,1),
(43479,'Westcliffe',3926,1),
(43480,'Westminster',3926,1),
(43481,'Wheat Ridge',3926,1),
(43482,'Woodland Park',3926,1),
(43483,'Ansonia',3927,1),
(43484,'Avon',3927,1),
(43485,'Bethel',3927,1),
(43486,'Bethlehem',3927,1),
(43487,'Bloomfield',3927,1),
(43488,'Branford',3927,1),
(43489,'Bridgeport',3927,1),
(43490,'Bristol',3927,1),
(43491,'Canaan',3927,1),
(43492,'Canton',3927,1),
(43493,'Central Manchester',3927,1),
(43494,'Cheshire',3927,1),
(43495,'Colchester',3927,1),
(43496,'Conning Towers-Nautilus Park',3927,1),
(43497,'Coscob',3927,1),
(43498,'Cranbury',3927,1),
(43499,'Cromwell',3927,1),
(43500,'Danbury',3927,1),
(43501,'Darien',3927,1),
(43502,'Dayville',3927,1),
(43503,'Derby',3927,1),
(43504,'East Hartford',3927,1),
(43505,'East Haven',3927,1),
(43506,'Ellington',3927,1),
(43507,'Enfield',3927,1),
(43508,'Fairfield',3927,1),
(43509,'Farmington',3927,1),
(43510,'Glastonbury',3927,1),
(43511,'Greens Farms',3927,1),
(43512,'Greenwich',3927,1),
(43513,'Groton',3927,1),
(43514,'Guilford',3927,1),
(43515,'Haddam',3927,1),
(43516,'Hamden',3927,1),
(43517,'Hartford',3927,1),
(43518,'Harwinton',3927,1),
(43519,'Lakeville',3927,1),
(43520,'Lyme',3927,1),
(43521,'Madison',3927,1),
(43522,'Manchester',3927,1),
(43523,'Meriden',3927,1),
(43524,'Middletown',3927,1),
(43525,'Milford',3927,1),
(43526,'Monroe',3927,1),
(43527,'Mystic',3927,1),
(43528,'Naugatuck',3927,1),
(43529,'New Britain',3927,1),
(43530,'New Canaan',3927,1),
(43531,'New Hartford',3927,1),
(43532,'New Haven',3927,1),
(43533,'New London',3927,1),
(43534,'New Milford',3927,1),
(43535,'New Town',3927,1),
(43536,'Newington',3927,1),
(43537,'North Haven',3927,1),
(43538,'North Stonington',3927,1),
(43539,'Norwalk',3927,1),
(43540,'Norwich',3927,1),
(43541,'Old Saybrook',3927,1),
(43542,'Oneco',3927,1),
(43543,'Orange',3927,1),
(43544,'Pawcatuck',3927,1),
(43545,'Plainville',3927,1),
(43546,'Portland',3927,1),
(43547,'Putnam',3927,1),
(43548,'Riverside',3927,1),
(43549,'Rocky Hill',3927,1),
(43550,'Rowayton',3927,1),
(43551,'Sandy Hook',3927,1),
(43552,'Seymour',3927,1),
(43553,'Sharon',3927,1),
(43554,'Shelton',3927,1),
(43555,'South Windsor',3927,1),
(43556,'Southington',3927,1),
(43557,'Southport',3927,1),
(43558,'Stamford',3927,1),
(43559,'Sterling',3927,1),
(43560,'Storrs',3927,1),
(43561,'Stratford',3927,1),
(43562,'Suffield',3927,1),
(43563,'Taftville',3927,1),
(43564,'Terryville',3927,1),
(43565,'Tolland',3927,1),
(43566,'Torrington',3927,1),
(43567,'Trumbull',3927,1),
(43568,'Vernon',3927,1),
(43569,'Wallingford Center',3927,1),
(43570,'Waterbury',3927,1),
(43571,'Watertown',3927,1),
(43572,'West Hartford',3927,1),
(43573,'West Haven',3927,1),
(43574,'Weston',3927,1),
(43575,'Westport',3927,1),
(43576,'Wethersfield',3927,1),
(43577,'Willimantic',3927,1),
(43578,'Wilton',3927,1),
(43579,'Windsor',3927,1),
(43580,'Windsor Locks',3927,1),
(43581,'Winsted',3927,1),
(43582,'Woodbury',3927,1),
(43583,'Woodstock',3927,1),
(43584,'pomfret',3927,1),
(43585,'Bear',3928,1),
(43586,'Brookside',3928,1),
(43587,'Claymont',3928,1),
(43588,'Dover',3928,1),
(43589,'Dover Base Housing',3928,1),
(43590,'Edgemoor',3928,1),
(43591,'Elsmere',3928,1),
(43592,'Georgetown',3928,1),
(43593,'Greenville',3928,1),
(43594,'Middletown',3928,1),
(43595,'Milford',3928,1),
(43596,'Milton',3928,1),
(43597,'Newark',3928,1),
(43598,'Pike Creek',3928,1),
(43599,'Seaford',3928,1),
(43600,'Smyrna',3928,1),
(43601,'Stanton',3928,1),
(43602,'Talleyville',3928,1),
(43603,'Wilmington',3928,1),
(43604,'Wilmington Manor',3928,1),
(43605,'Alachua',3930,1),
(43606,'Altamonte Springs',3930,1),
(43607,'Apopka',3930,1),
(43608,'Atlantic Beach',3930,1),
(43609,'Auburndale',3930,1),
(43610,'Aventura',3930,1),
(43611,'Avon Park',3930,1),
(43612,'Azalea Park',3930,1),
(43613,'Bal Harbour',3930,1),
(43614,'Bartow',3930,1),
(43615,'Bayonet Point',3930,1),
(43616,'Bayshore Gardens',3930,1),
(43617,'Beach',3930,1),
(43618,'Bellair-Meadowbrook Terrace',3930,1),
(43619,'Belle Glade',3930,1),
(43620,'Bellview',3930,1),
(43621,'Beverly Hills',3930,1),
(43622,'Bloomingdale',3930,1),
(43623,'Boca Raton',3930,1),
(43624,'Boca del Mar',3930,1),
(43625,'Bonita Springs',3930,1),
(43626,'Boynton Beach',3930,1),
(43627,'Bradenton',3930,1),
(43628,'Brandon',3930,1),
(43629,'Brent',3930,1),
(43630,'Brooksville',3930,1),
(43631,'Brownsville',3930,1),
(43632,'Buena Ventura Lakes',3930,1),
(43633,'Bunnell',3930,1),
(43634,'Callaway',3930,1),
(43635,'Cape Coral',3930,1),
(43636,'Carol City',3930,1),
(43637,'Casselberry',3930,1),
(43638,'Catalina Foothills',3930,1),
(43639,'Celebration',3930,1),
(43640,'Century Village',3930,1),
(43641,'Citrus Park',3930,1),
(43642,'Clearwater',3930,1),
(43643,'Clermont',3930,1),
(43644,'Cocoa',3930,1),
(43645,'Cocoa Beach',3930,1),
(43646,'Coconut Creek',3930,1),
(43647,'Coconut Grove',3930,1),
(43648,'Conway',3930,1),
(43649,'Cooper City',3930,1),
(43650,'Coral Gables',3930,1),
(43651,'Coral Springs',3930,1),
(43652,'Coral Terrace',3930,1),
(43653,'Cortlandt Manor',3930,1),
(43654,'Country Club',3930,1),
(43655,'Crestview',3930,1),
(43656,'Crystal River',3930,1),
(43657,'Cutler',3930,1),
(43658,'Cutler Ridge',3930,1),
(43659,'Cypress Gardens',3930,1),
(43660,'Cypress Lake',3930,1),
(43661,'Dania',3930,1),
(43662,'Dania Beach',3930,1),
(43663,'Davie',3930,1),
(43664,'Daytona Beach',3930,1),
(43665,'De Bary',3930,1),
(43666,'De Funiak Springs',3930,1),
(43667,'De Land',3930,1),
(43668,'Debary',3930,1),
(43669,'Deer Park',3930,1),
(43670,'Deerfield Beach',3930,1),
(43671,'Del Rio',3930,1),
(43672,'Delray Beach',3930,1),
(43673,'Deltona',3930,1),
(43674,'Destin',3930,1),
(43675,'Doctor Phillips',3930,1),
(43676,'Dora',3930,1),
(43677,'Doral',3930,1),
(43678,'Dundee',3930,1),
(43679,'Dunedin',3930,1),
(43680,'East Lake',3930,1),
(43681,'Edgewater',3930,1),
(43682,'Eglin Air Force Base',3930,1),
(43683,'Egypt Lake-Leto',3930,1),
(43684,'Elfers',3930,1),
(43685,'Englewood',3930,1),
(43686,'Ensley',3930,1),
(43687,'Eustis',3930,1),
(43688,'Fairview Shores',3930,1),
(43689,'Fern Park',3930,1),
(43690,'Fernandina Beach',3930,1),
(43691,'Ferry Pass',3930,1),
(43692,'Flagler Beach',3930,1),
(43693,'Floral City',3930,1),
(43694,'Florida City',3930,1),
(43695,'Florida Ridge',3930,1),
(43696,'Forest City',3930,1),
(43697,'Fort Lauderdale',3930,1),
(43698,'Fort Myers',3930,1),
(43699,'Fort Myers Beach',3930,1),
(43700,'Fort Pierce',3930,1),
(43701,'Fort Walton Beach',3930,1),
(43702,'Freeport',3930,1),
(43703,'Fruitville',3930,1),
(43704,'Ft. Lauderdale',3930,1),
(43705,'Gainesville',3930,1),
(43706,'Gladeview',3930,1),
(43707,'Glenvar Heights',3930,1),
(43708,'Golden Gate',3930,1),
(43709,'Golden Glades',3930,1),
(43710,'Goldenrod',3930,1),
(43711,'Greater Carrollwood',3930,1),
(43712,'Greater Northdale',3930,1),
(43713,'Green Cove Springs',3930,1),
(43714,'Greenacres',3930,1),
(43715,'Gulf Gate Estates',3930,1),
(43716,'Gulfport',3930,1),
(43717,'Haines City',3930,1),
(43718,'Hallandale',3930,1),
(43719,'Hallandale Beach',3930,1),
(43720,'Hammocks',3930,1),
(43721,'Hamptons at Boca Raton',3930,1),
(43722,'Havana',3930,1),
(43723,'Hialeah',3930,1),
(43724,'Hialeah Gardens',3930,1),
(43725,'Highpoint',3930,1),
(43726,'Hobe Sound',3930,1),
(43727,'Holiday',3930,1),
(43728,'Holly Hill',3930,1),
(43729,'Hollywood',3930,1),
(43730,'Homestead',3930,1),
(43731,'Homosassa',3930,1),
(43732,'Hudson',3930,1),
(43733,'Immokalee',3930,1),
(43734,'Inverness',3930,1),
(43735,'Iona',3930,1),
(43736,'Ives Estates',3930,1),
(43737,'Jacksonville',3930,1),
(43738,'Jacksonville Beach',3930,1),
(43739,'Jasmine Estates',3930,1),
(43740,'Jensen Beach',3930,1),
(43741,'Jupiter',3930,1),
(43742,'Kendale Lakes',3930,1),
(43743,'Kendall',3930,1),
(43744,'Kendall West',3930,1),
(43745,'Key Biscayne',3930,1),
(43746,'Key Largo',3930,1),
(43747,'Key West',3930,1),
(43748,'Kings Point',3930,1),
(43749,'Kissimmee',3930,1),
(43750,'Lady Lake',3930,1),
(43751,'Lake Alfred',3930,1),
(43752,'Lake City',3930,1),
(43753,'Lake Lucerne',3930,1),
(43754,'Lake Magdalene',3930,1),
(43755,'Lake Mary',3930,1),
(43756,'Lake Placid',3930,1),
(43757,'Lake Wales',3930,1),
(43758,'Lake Worth',3930,1),
(43759,'Lakeland',3930,1),
(43760,'Lakeland Highlands',3930,1),
(43761,'Lakeside',3930,1),
(43762,'Land O\'Lakes',3930,1),
(43763,'Largo',3930,1),
(43764,'Lauderdale Lakes',3930,1),
(43765,'Lauderhill',3930,1),
(43766,'Laurel',3930,1),
(43767,'Lecanto',3930,1),
(43768,'Leesburg',3930,1),
(43769,'Lehigh Acres',3930,1),
(43770,'Leisure City',3930,1),
(43771,'Lighthouse Point',3930,1),
(43772,'Lockhart',3930,1),
(43773,'Longwood',3930,1),
(43774,'Loxahatchee',3930,1),
(43775,'Lutz',3930,1),
(43776,'Lynn Haven',3930,1),
(43777,'Madison',3930,1),
(43778,'Maitland',3930,1),
(43779,'Mango',3930,1),
(43780,'Marathon',3930,1),
(43781,'Marco',3930,1),
(43782,'Margate',3930,1),
(43783,'Medley',3930,1),
(43784,'Melbourne',3930,1),
(43785,'Merritt Island',3930,1),
(43786,'Miami',3930,1),
(43787,'Miami Beach',3930,1),
(43788,'Miami Gardens',3930,1),
(43789,'Miami Lakes',3930,1),
(43790,'Miami Shores',3930,1),
(43791,'Miami Springs',3930,1),
(43792,'Micco',3930,1),
(43793,'Milton',3930,1),
(43794,'Mims',3930,1),
(43795,'Miramar',3930,1),
(43796,'Mulberry',3930,1),
(43797,'Myrtle Grove',3930,1),
(43798,'Naples',3930,1),
(43799,'Naples Park',3930,1),
(43800,'Naranja',3930,1),
(43801,'New Port Richey',3930,1),
(43802,'New Port Richey East',3930,1),
(43803,'New Smyrna Beach',3930,1),
(43804,'Niceville',3930,1),
(43805,'Nokomis',3930,1),
(43806,'Norland',3930,1),
(43807,'North Andrews Gardens',3930,1),
(43808,'North Fort Myers',3930,1),
(43809,'North Lauderdale',3930,1),
(43810,'North Miami',3930,1),
(43811,'North Miami Beach',3930,1),
(43812,'North Naples',3930,1),
(43813,'North Palm Beach',3930,1),
(43814,'North Port',3930,1),
(43815,'Oak Ridge',3930,1),
(43816,'Oakland Park',3930,1),
(43817,'Ocala',3930,1),
(43818,'Ocoee',3930,1),
(43819,'Ojus',3930,1),
(43820,'Okeechobee',3930,1),
(43821,'Oldsmar',3930,1),
(43822,'Olympia Heights',3930,1),
(43823,'Opa-locka',3930,1),
(43824,'Orange City',3930,1),
(43825,'Orange Park',3930,1),
(43826,'Orlando',3930,1),
(43827,'Ormond Beach',3930,1),
(43828,'Ormond-by-the-Sea',3930,1),
(43829,'Osprey',3930,1),
(43830,'Oviedo',3930,1),
(43831,'Palatka',3930,1),
(43832,'Palm Bay',3930,1),
(43833,'Palm Beach',3930,1),
(43834,'Palm Beach Gardens',3930,1),
(43835,'Palm City',3930,1),
(43836,'Palm Coast',3930,1),
(43837,'Palm Harbor',3930,1),
(43838,'Palm River-Clair Mel',3930,1),
(43839,'Palm Valley',3930,1),
(43840,'Palmetto',3930,1),
(43841,'Palmetto Estates',3930,1),
(43842,'Panama City',3930,1),
(43843,'Parkland',3930,1),
(43844,'Pembroke Park',3930,1),
(43845,'Pembroke Pines',3930,1),
(43846,'Pensacola',3930,1),
(43847,'Perrine',3930,1),
(43848,'Pine Castle',3930,1),
(43849,'Pine Hills',3930,1),
(43850,'Pinellas Park',3930,1),
(43851,'Pinewood',3930,1),
(43852,'Plant City',3930,1),
(43853,'Plantation',3930,1),
(43854,'Pompano Beach',3930,1),
(43855,'Pompano Beach Highlands',3930,1),
(43856,'Ponte Vedra',3930,1),
(43857,'Port Charlotte',3930,1),
(43858,'Port Orange',3930,1),
(43859,'Port Saint John',3930,1),
(43860,'Port Saint Lucie',3930,1),
(43861,'Punta Gorda',3930,1),
(43862,'Quincy',3930,1),
(43863,'Redington Shores',3930,1),
(43864,'Richmond Heights',3930,1),
(43865,'Richmond West',3930,1),
(43866,'Riverview',3930,1),
(43867,'Riviera Beach',3930,1),
(43868,'Rockledge',3930,1),
(43869,'Royal Palm Beach',3930,1),
(43870,'Safety Harbor',3930,1),
(43871,'Saint Augustine',3930,1),
(43872,'Saint Cloud',3930,1),
(43873,'Saint Petersburg',3930,1),
(43874,'Saint Petersburg Beach',3930,1),
(43875,'San Carlos Park',3930,1),
(43876,'Sandalfoot Cove',3930,1),
(43877,'Sanford',3930,1),
(43878,'Sanibel',3930,1),
(43879,'Sarasota',3930,1),
(43880,'Sarasota Springs',3930,1),
(43881,'Satellite Beach',3930,1),
(43882,'Scott Lake',3930,1),
(43883,'Sebastian',3930,1),
(43884,'Seminole',3930,1),
(43885,'Shalimar',3930,1),
(43886,'South Bradenton',3930,1),
(43887,'South Daytona',3930,1),
(43888,'South Miami',3930,1),
(43889,'South Miami Heights',3930,1),
(43890,'South Patrick Shores',3930,1),
(43891,'South Venice',3930,1),
(43892,'Spring Hill',3930,1),
(43893,'Stuart',3930,1),
(43894,'Sun City Center',3930,1),
(43895,'Sunny Isles',3930,1),
(43896,'Sunrise',3930,1),
(43897,'Sunset',3930,1),
(43898,'Sweetwater',3930,1),
(43899,'Tallahassee',3930,1),
(43900,'Tamarac',3930,1),
(43901,'Tamiami',3930,1),
(43902,'Tampa',3930,1),
(43903,'Tarpon Springs',3930,1),
(43904,'Temple Terrace',3930,1),
(43905,'The Crossings',3930,1),
(43906,'The Hammocks',3930,1),
(43907,'Titusville',3930,1),
(43908,'Town\'n\'Country',3930,1),
(43909,'University',3930,1),
(43910,'University Park',3930,1),
(43911,'Valrico',3930,1),
(43912,'Venice',3930,1),
(43913,'Vero Beach',3930,1),
(43914,'Vero Beach South',3930,1),
(43915,'Villas',3930,1),
(43916,'Warrington',3930,1),
(43917,'Wekiva Springs',3930,1),
(43918,'Wellington',3930,1),
(43919,'Wesley Chapel',3930,1),
(43920,'West Little River',3930,1),
(43921,'West Palm Beach',3930,1),
(43922,'West Park',3930,1),
(43923,'West Pensacola',3930,1),
(43924,'West and East Lealman',3930,1),
(43925,'Westchester',3930,1),
(43926,'Weston',3930,1),
(43927,'Westview',3930,1),
(43928,'Westwood Lakes',3930,1),
(43929,'Wilton Manors',3930,1),
(43930,'Windermere',3930,1),
(43931,'Winston',3930,1),
(43932,'Winter Garden',3930,1),
(43933,'Winter Haven',3930,1),
(43934,'Winter Park',3930,1),
(43935,'Winter Springs',3930,1),
(43936,'Wright',3930,1),
(43937,'Yeehaw Junction',3930,1),
(43938,'Acworth',3931,1),
(43939,'Adel',3931,1),
(43940,'Albany',3931,1),
(43941,'Alma',3931,1),
(43942,'Alpharetta',3931,1),
(43943,'Americus',3931,1),
(43944,'Athens',3931,1),
(43945,'Athens-Clarke',3931,1),
(43946,'Atlanta',3931,1),
(43947,'Auburn',3931,1),
(43948,'Augusta-Richmond',3931,1),
(43949,'Austell',3931,1),
(43950,'Bainbridge',3931,1),
(43951,'Barnesville',3931,1),
(43952,'Belvedere Park',3931,1),
(43953,'Bogart',3931,1),
(43954,'Bowdon',3931,1),
(43955,'Braselton',3931,1),
(43956,'Brunswick',3931,1),
(43957,'Buford',3931,1),
(43958,'Byron',3931,1),
(43959,'Cairo',3931,1),
(43960,'Calhoun',3931,1),
(43961,'Candler-MacAfee',3931,1),
(43962,'Canton',3931,1),
(43963,'Carrollton',3931,1),
(43964,'Cartersville',3931,1),
(43965,'Chamblee',3931,1),
(43966,'Clarkston',3931,1),
(43967,'Cochran',3931,1),
(43968,'College Park',3931,1),
(43969,'Columbus',3931,1),
(43970,'Comer',3931,1),
(43971,'Conley',3931,1),
(43972,'Conyers',3931,1),
(43973,'Cordele',3931,1),
(43974,'Covington',3931,1),
(43975,'Culloden',3931,1),
(43976,'Cumming',3931,1),
(43977,'Dacula',3931,1),
(43978,'Dahlonega',3931,1),
(43979,'Dallas',3931,1),
(43980,'Dalton',3931,1),
(43981,'Decatur',3931,1),
(43982,'Dewy Rose',3931,1),
(43983,'Doraville',3931,1),
(43984,'Douglas',3931,1),
(43985,'Douglasville',3931,1),
(43986,'Druid Hills',3931,1),
(43987,'Dublin',3931,1),
(43988,'Duluth',3931,1),
(43989,'Dunwoody',3931,1),
(43990,'East Point',3931,1),
(43991,'Elberton',3931,1),
(43992,'Ellenwood',3931,1),
(43993,'Ellijay',3931,1),
(43994,'Evans',3931,1),
(43995,'Fairmount',3931,1),
(43996,'Fayetteville',3931,1),
(43997,'Flowery Branch',3931,1),
(43998,'Folkston',3931,1),
(43999,'Forest Park',3931,1),
(44000,'Fort Benning South',3931,1),
(44001,'Fort Gordon',3931,1),
(44002,'Fort Stewart',3931,1),
(44003,'Fort Valley',3931,1),
(44004,'Foxborough',3931,1),
(44005,'Gaines School',3931,1),
(44006,'Gainesville',3931,1),
(44007,'Glennville',3931,1),
(44008,'Gresham Park',3931,1),
(44009,'Griffin',3931,1),
(44010,'Grovetown',3931,1),
(44011,'Hampton',3931,1),
(44012,'Hartwell',3931,1),
(44013,'Hinesville',3931,1),
(44014,'Jackson',3931,1),
(44015,'Jonesboro',3931,1),
(44016,'Kennesaw',3931,1),
(44017,'Kingsland',3931,1),
(44018,'LaGrange',3931,1),
(44019,'Lawrenceville',3931,1),
(44020,'Lilburn',3931,1),
(44021,'Lithia Springs',3931,1),
(44022,'Lithonia',3931,1),
(44023,'Locust Grove',3931,1),
(44024,'Loganville',3931,1),
(44025,'Louisville',3931,1),
(44026,'Mableton',3931,1),
(44027,'Macon',3931,1),
(44028,'Madison',3931,1),
(44029,'Marietta',3931,1),
(44030,'Martinez',3931,1),
(44031,'McDonough',3931,1),
(44032,'Milledgeville',3931,1),
(44033,'Monroe',3931,1),
(44034,'Morrow',3931,1),
(44035,'Moultrie',3931,1),
(44036,'Mountain',3931,1),
(44037,'Mountain Park',3931,1),
(44038,'Newnan',3931,1),
(44039,'Norcross',3931,1),
(44040,'North Atlanta',3931,1),
(44041,'North Decatur',3931,1),
(44042,'North Druid Hills',3931,1),
(44043,'Oakwood',3931,1),
(44044,'Panthersville',3931,1),
(44045,'Peachtree City',3931,1),
(44046,'Powder Springs',3931,1),
(44047,'Redan',3931,1),
(44048,'Rex',3931,1),
(44049,'Riverdale',3931,1),
(44050,'Rome',3931,1),
(44051,'Rossville',3931,1),
(44052,'Roswell',3931,1),
(44053,'Saint Marys',3931,1),
(44054,'Saint Simons',3931,1),
(44055,'Sandy Springs',3931,1),
(44056,'Savannah',3931,1),
(44057,'Scottdale',3931,1),
(44058,'Sharpsburg',3931,1),
(44059,'Smyrna',3931,1),
(44060,'Snellville',3931,1),
(44061,'Sparks',3931,1),
(44062,'Statesboro',3931,1),
(44063,'Stockbridge',3931,1),
(44064,'Stone Mountain',3931,1),
(44065,'Suwanee',3931,1),
(44066,'Thomasville',3931,1),
(44067,'Tifton',3931,1),
(44068,'Tucker',3931,1),
(44069,'Tybee Island',3931,1),
(44070,'Union City',3931,1),
(44071,'Valdosta',3931,1),
(44072,'Vidalia',3931,1),
(44073,'Villa Rica',3931,1),
(44074,'Warner Robins',3931,1),
(44075,'Waycross',3931,1),
(44076,'Wilmington Island',3931,1),
(44077,'Winder',3931,1),
(44078,'Woodbine',3931,1),
(44079,'Woodstock',3931,1),
(44080,'Ahuimanu',3932,1),
(44081,'Aiea',3932,1),
(44082,'Aliamanu',3932,1),
(44083,'Ewa Beach',3932,1),
(44084,'Haiku',3932,1),
(44085,'Halawa',3932,1),
(44086,'Hanalei',3932,1),
(44087,'Hilo',3932,1),
(44088,'Holualoa',3932,1),
(44089,'Honolulu',3932,1),
(44090,'Kahului',3932,1),
(44091,'Kailua',3932,1),
(44092,'Kalaheo',3932,1),
(44093,'Kamuela',3932,1),
(44094,'Kaneohe',3932,1),
(44095,'Kaneohe Station',3932,1),
(44096,'Kapaa',3932,1),
(44097,'Kapolei',3932,1),
(44098,'Kihei',3932,1),
(44099,'Kula',3932,1),
(44100,'Lahaina',3932,1),
(44101,'Lanai City',3932,1),
(44102,'Lihue',3932,1),
(44103,'Makaha',3932,1),
(44104,'Makakilo City',3932,1),
(44105,'Makawao',3932,1),
(44106,'Mi-Wuk Village',3932,1),
(44107,'Mililani Town',3932,1),
(44108,'Naalehu',3932,1),
(44109,'Nanakuli',3932,1),
(44110,'Pahoa',3932,1),
(44111,'Pearl City',3932,1),
(44112,'Schofield Barracks',3932,1),
(44113,'Wahiawa',3932,1),
(44114,'Waialua',3932,1),
(44115,'Waianae',3932,1),
(44116,'Wailuku',3932,1),
(44117,'Waimalu',3932,1),
(44118,'Waipahu',3932,1),
(44119,'Waipio',3932,1),
(44120,'Blackfoot',3933,1),
(44121,'Boise',3933,1),
(44122,'Boise City',3933,1),
(44123,'Boulder Hill',3933,1),
(44124,'Burley',3933,1),
(44125,'Caldwell',3933,1),
(44126,'Coeur d\'Alene',3933,1),
(44127,'Eagle',3933,1),
(44128,'Garden City',3933,1),
(44129,'Idaho Falls',3933,1),
(44130,'Lewiston',3933,1),
(44131,'Meridian',3933,1),
(44132,'Moscow',3933,1),
(44133,'Mountain Home',3933,1),
(44134,'Nampa',3933,1),
(44135,'Payette',3933,1),
(44136,'Pocatello',3933,1),
(44137,'Post Falls',3933,1),
(44138,'Preston',3933,1),
(44139,'Rexburg',3933,1),
(44140,'Rigby',3933,1),
(44141,'Sandpoint',3933,1),
(44142,'Troy',3933,1),
(44143,'Twin Falls',3933,1),
(44144,'Addison',3934,1),
(44145,'Algonquin',3934,1),
(44146,'Alsip',3934,1),
(44147,'Alton',3934,1),
(44148,'Arlington Heights',3934,1),
(44149,'Aurora',3934,1),
(44150,'Bannockburn',3934,1),
(44151,'Barrington',3934,1),
(44152,'Bartlett',3934,1),
(44153,'Batavia',3934,1),
(44154,'Beach Park',3934,1),
(44155,'Beardstown',3934,1),
(44156,'Bedford Park',3934,1),
(44157,'Belleville',3934,1),
(44158,'Bellwood',3934,1),
(44159,'Belvidere',3934,1),
(44160,'Bensenville',3934,1),
(44161,'Berwyn',3934,1),
(44162,'Bloomingdale',3934,1),
(44163,'Bloomington',3934,1),
(44164,'Blue Island',3934,1),
(44165,'Boling Brook',3934,1),
(44166,'Bolingbrook',3934,1),
(44167,'Bourbonnais',3934,1),
(44168,'Bradley',3934,1),
(44169,'Breese',3934,1),
(44170,'Bridgeview',3934,1),
(44171,'Brimfield',3934,1),
(44172,'Broadview',3934,1),
(44173,'Brookfield',3934,1),
(44174,'Buffalo Grove',3934,1),
(44175,'Burbank',3934,1),
(44176,'Burr Ridge',3934,1),
(44177,'Cahokia',3934,1),
(44178,'Calumet City',3934,1),
(44179,'Canton',3934,1),
(44180,'Carbondale',3934,1),
(44181,'Carlinville',3934,1),
(44182,'Carol Stream',3934,1),
(44183,'Carpentersville',3934,1),
(44184,'Carthage',3934,1),
(44185,'Cary',3934,1),
(44186,'Centralia',3934,1),
(44187,'Champaign',3934,1),
(44188,'Channahon',3934,1),
(44189,'Charleston',3934,1),
(44190,'Chicago',3934,1),
(44191,'Chicago Heights',3934,1),
(44192,'Chicago Ridge',3934,1),
(44193,'Cicero',3934,1),
(44194,'Coal City',3934,1),
(44195,'Collinsville',3934,1),
(44196,'Congerville',3934,1),
(44197,'Country Club Hills',3934,1),
(44198,'Crest Hill',3934,1),
(44199,'Crestwood',3934,1),
(44200,'Crystal Lake',3934,1),
(44201,'Danville',3934,1),
(44202,'Darien',3934,1),
(44203,'DeKalb',3934,1),
(44204,'Decatur',3934,1),
(44205,'Deerfield',3934,1),
(44206,'Des Plaines',3934,1),
(44207,'Dixon',3934,1),
(44208,'Dolton',3934,1),
(44209,'Downers Grove',3934,1),
(44210,'Earlville',3934,1),
(44211,'East Dundee',3934,1),
(44212,'East Moline',3934,1),
(44213,'East Peoria',3934,1),
(44214,'East Saint Louis',3934,1),
(44215,'Edwardsville',3934,1),
(44216,'Effingham',3934,1),
(44217,'Elburn',3934,1),
(44218,'Elgin',3934,1),
(44219,'Elk Grove',3934,1),
(44220,'Elk Grove Village',3934,1),
(44221,'Elmhurst',3934,1),
(44222,'Elmwood Park',3934,1),
(44223,'Evanston',3934,1),
(44224,'Evergreen Park',3934,1),
(44225,'Fairview Heights',3934,1),
(44226,'Flossmoor',3934,1),
(44227,'Forest Park',3934,1),
(44228,'Frankfort',3934,1),
(44229,'Franklin Park',3934,1),
(44230,'Freeport',3934,1),
(44231,'Galena',3934,1),
(44232,'Galesburg',3934,1),
(44233,'Geneva',3934,1),
(44234,'Genoa',3934,1),
(44235,'Glen Carbon',3934,1),
(44236,'Glen Ellyn',3934,1),
(44237,'Glencoe',3934,1),
(44238,'Glendale Heights',3934,1),
(44239,'Glenview',3934,1),
(44240,'Godfrey',3934,1),
(44241,'Goodings Grove',3934,1),
(44242,'Granite City',3934,1),
(44243,'Grayslake',3934,1),
(44244,'Gurnee',3934,1),
(44245,'Hamilton',3934,1),
(44246,'Hampshire',3934,1),
(44247,'Hanover Park',3934,1),
(44248,'Harvard',3934,1),
(44249,'Harvey',3934,1),
(44250,'Hawthorn Woods',3934,1),
(44251,'Hazel Crest',3934,1),
(44252,'Herrin',3934,1),
(44253,'Hickory Hills',3934,1),
(44254,'Highland Park',3934,1),
(44255,'Hinsdale',3934,1),
(44256,'Hoffman Estates',3934,1),
(44257,'Homewood',3934,1),
(44258,'Huntley',3934,1),
(44259,'Illinois City',3934,1),
(44260,'Ingleside',3934,1),
(44261,'Itasca',3934,1),
(44262,'Jacksonville',3934,1),
(44263,'Johnston City',3934,1),
(44264,'Joliet',3934,1),
(44265,'Justice',3934,1),
(44266,'Kankakee',3934,1),
(44267,'Kenilworth',3934,1),
(44268,'Kewanee',3934,1),
(44269,'La Grange',3934,1),
(44270,'La Grange Park',3934,1),
(44271,'La Salle',3934,1),
(44272,'Lake Bluff',3934,1),
(44273,'Lake Forest',3934,1),
(44274,'Lake Zurich',3934,1),
(44275,'Lake in the Hills',3934,1),
(44276,'Lansing',3934,1),
(44277,'Lemont',3934,1),
(44278,'Libertyville',3934,1),
(44279,'Lincoln',3934,1),
(44280,'Lincolnwood',3934,1),
(44281,'Lindenhurst',3934,1),
(44282,'Lindenwood',3934,1),
(44283,'Lisle',3934,1),
(44284,'Lockport',3934,1),
(44285,'Lombard',3934,1),
(44286,'Long Grove',3934,1),
(44287,'Loves Park',3934,1),
(44288,'Lyons',3934,1),
(44289,'MacHenry',3934,1),
(44290,'Machesney Park',3934,1),
(44291,'Macomb',3934,1),
(44292,'Marion',3934,1),
(44293,'Markham',3934,1),
(44294,'Marshall',3934,1),
(44295,'Martinsville',3934,1),
(44296,'Maryville',3934,1),
(44297,'Matteson',3934,1),
(44298,'Mattoon',3934,1),
(44299,'Maywood',3934,1),
(44300,'McHenry',3934,1),
(44301,'Melrose Park',3934,1),
(44302,'Midlothian',3934,1),
(44303,'Milan',3934,1),
(44304,'Minooka',3934,1),
(44305,'Mokena',3934,1),
(44306,'Moline',3934,1),
(44307,'Momence',3934,1),
(44308,'Montgomery',3934,1),
(44309,'Monticello',3934,1),
(44310,'Morris',3934,1),
(44311,'Morton',3934,1),
(44312,'Morton Grove',3934,1),
(44313,'Mossville',3934,1),
(44314,'Mount Prospect',3934,1),
(44315,'Mount Vernon',3934,1),
(44316,'Mount Zion',3934,1),
(44317,'Mundelein',3934,1),
(44318,'Naperville',3934,1),
(44319,'New Lenox',3934,1),
(44320,'Niles',3934,1),
(44321,'Normal',3934,1),
(44322,'Norridge',3934,1),
(44323,'North Aurora',3934,1),
(44324,'North Chicago',3934,1),
(44325,'Northbrook',3934,1),
(44326,'Northfield',3934,1),
(44327,'Northlake',3934,1),
(44328,'O\'Fallon',3934,1),
(44329,'Oak Forest',3934,1),
(44330,'Oak Lawn',3934,1),
(44331,'Oak Park',3934,1),
(44332,'Oakbrook',3934,1),
(44333,'Oakwood',3934,1),
(44334,'Olney',3934,1),
(44335,'Orland Park',3934,1),
(44336,'Osco',3934,1),
(44337,'Ottawa',3934,1),
(44338,'Palatine',3934,1),
(44339,'Palos Heights',3934,1),
(44340,'Palos Hills',3934,1),
(44341,'Park Forest',3934,1),
(44342,'Park Ridge',3934,1),
(44343,'Pekin',3934,1),
(44344,'Peoria',3934,1),
(44345,'Peru',3934,1),
(44346,'Plainfield',3934,1),
(44347,'Pontiac',3934,1),
(44348,'Princeton',3934,1),
(44349,'Prospect Heights',3934,1),
(44350,'Quincy',3934,1),
(44351,'Ramsey',3934,1),
(44352,'Rantoul',3934,1),
(44353,'Richmond',3934,1),
(44354,'Richton Park',3934,1),
(44355,'River Forest',3934,1),
(44356,'Riverdale',3934,1),
(44357,'Rochelle',3934,1),
(44358,'Rock Island',3934,1),
(44359,'Rockford',3934,1),
(44360,'Rolling Meadows',3934,1),
(44361,'Romeoville',3934,1),
(44362,'Roscoe',3934,1),
(44363,'Roselle',3934,1),
(44364,'Round Lake Beach',3934,1),
(44365,'Saint Charles',3934,1),
(44366,'Sauget',3934,1),
(44367,'Sauk Village',3934,1),
(44368,'Schaumburg',3934,1),
(44369,'Schiller Park',3934,1),
(44370,'Shumway',3934,1),
(44371,'Skokie',3934,1),
(44372,'South Elgin',3934,1),
(44373,'South Holland',3934,1),
(44374,'Spring Valley',3934,1),
(44375,'Springfield',3934,1),
(44376,'Sterling',3934,1),
(44377,'Streamwood',3934,1),
(44378,'Streator',3934,1),
(44379,'Swansea',3934,1),
(44380,'Sycamore',3934,1),
(44381,'Taylorville',3934,1),
(44382,'Tinley Park',3934,1),
(44383,'Trenton',3934,1),
(44384,'Urbana',3934,1),
(44385,'Ursa',3934,1),
(44386,'Vernon Hills',3934,1),
(44387,'Villa Park',3934,1),
(44388,'Walnut',3934,1),
(44389,'Warrenville',3934,1),
(44390,'Washington',3934,1),
(44391,'Waukegan',3934,1),
(44392,'West Chicago',3934,1),
(44393,'West Dundee',3934,1),
(44394,'Westchester',3934,1),
(44395,'Western Springs',3934,1),
(44396,'Westmont',3934,1),
(44397,'Wheaton',3934,1),
(44398,'Wheeling',3934,1),
(44399,'Willowbrook',3934,1),
(44400,'Wilmette',3934,1),
(44401,'Winnebago',3934,1),
(44402,'Winnetka',3934,1),
(44403,'Wood Dale',3934,1),
(44404,'Wood River',3934,1),
(44405,'Woodridge',3934,1),
(44406,'Woodstock',3934,1),
(44407,'Worth',3934,1),
(44408,'Zion',3934,1),
(44409,'Albion',3935,1),
(44410,'Anderson',3935,1),
(44411,'Angola',3935,1),
(44412,'Auburn',3935,1),
(44413,'Bedford',3935,1),
(44414,'Beech Grove',3935,1),
(44415,'Bloomington',3935,1),
(44416,'Brownsburg',3935,1),
(44417,'Carmel',3935,1),
(44418,'Cedar Lake',3935,1),
(44419,'Chesterton',3935,1),
(44420,'Clarksville',3935,1),
(44421,'Columbus',3935,1),
(44422,'Connersville',3935,1),
(44423,'Crawfordsville',3935,1),
(44424,'Crown Point',3935,1),
(44425,'Dyer',3935,1),
(44426,'East Chicago',3935,1),
(44427,'Elkhart',3935,1),
(44428,'Evansville',3935,1),
(44429,'Fishers',3935,1),
(44430,'Fort Wayne',3935,1),
(44431,'Frankfort',3935,1),
(44432,'Franklin',3935,1),
(44433,'Gary',3935,1),
(44434,'Goshen',3935,1),
(44435,'Gosport',3935,1),
(44436,'Granger',3935,1),
(44437,'Greenfield',3935,1),
(44438,'Greensburg',3935,1),
(44439,'Greenwood',3935,1),
(44440,'Griffith',3935,1),
(44441,'Hammond',3935,1),
(44442,'Helmsburg',3935,1),
(44443,'Highland',3935,1),
(44444,'Hobart',3935,1),
(44445,'Huntington',3935,1),
(44446,'Indianapolis',3935,1),
(44447,'Jasper',3935,1),
(44448,'Jeffersonville',3935,1),
(44449,'Knightstown',3935,1),
(44450,'Kokomo',3935,1),
(44451,'La Porte',3935,1),
(44452,'Lafayette',3935,1),
(44453,'Lake Station',3935,1),
(44454,'Lawrence',3935,1),
(44455,'Lebanon',3935,1),
(44456,'Liberty',3935,1),
(44457,'Logansport',3935,1),
(44458,'Madison',3935,1),
(44459,'Marion',3935,1),
(44460,'Martinsville',3935,1),
(44461,'Merrillville',3935,1),
(44462,'Michigan City',3935,1),
(44463,'Mishawaka',3935,1),
(44464,'Muncie',3935,1),
(44465,'Munster',3935,1),
(44466,'N. Albany',3935,1),
(44467,'Nashville',3935,1),
(44468,'New Albany',3935,1),
(44469,'New Castle',3935,1),
(44470,'New Haven',3935,1),
(44471,'New Trenton',3935,1),
(44472,'Noblesville',3935,1),
(44473,'North Vernon',3935,1),
(44474,'Osceola',3935,1),
(44475,'Peru',3935,1),
(44476,'Plainfield',3935,1),
(44477,'Plymouth',3935,1),
(44478,'Poland',3935,1),
(44479,'Portage',3935,1),
(44480,'Richmond',3935,1),
(44481,'Rising Sun',3935,1),
(44482,'Roanoke',3935,1),
(44483,'Rockport',3935,1),
(44484,'Schererville',3935,1),
(44485,'Scottsburg',3935,1),
(44486,'Seymour',3935,1),
(44487,'Shelbyville',3935,1),
(44488,'South Bend',3935,1),
(44489,'Speedway',3935,1),
(44490,'St. John',3935,1),
(44491,'Terre Haute',3935,1),
(44492,'Thorntown',3935,1),
(44493,'Tippecanoe',3935,1),
(44494,'Troy',3935,1),
(44495,'Valparaiso',3935,1),
(44496,'Vermont',3935,1),
(44497,'Vincennes',3935,1),
(44498,'Wabash',3935,1),
(44499,'Warsaw',3935,1),
(44500,'Washington',3935,1),
(44501,'West Lafayette',3935,1),
(44502,'Williams',3935,1),
(44503,'Altoona',3936,1),
(44504,'Ames',3936,1),
(44505,'Ankeny',3936,1),
(44506,'Bettendorf',3936,1),
(44507,'Boone',3936,1),
(44508,'Burlington',3936,1),
(44509,'Carroll',3936,1),
(44510,'Cedar Falls',3936,1),
(44511,'Cedar Rapids',3936,1),
(44512,'Clarinda',3936,1),
(44513,'Clinton',3936,1),
(44514,'Clive',3936,1),
(44515,'Coralville',3936,1),
(44516,'Council Bluffs',3936,1),
(44517,'Davenport',3936,1),
(44518,'Des Moines',3936,1),
(44519,'Dubuque',3936,1),
(44520,'Eldridge',3936,1),
(44521,'Elkader',3936,1),
(44522,'Essex',3936,1),
(44523,'Fairfield',3936,1),
(44524,'Fayette',3936,1),
(44525,'Fort Dodge',3936,1),
(44526,'Fort Madison',3936,1),
(44527,'Harlan',3936,1),
(44528,'Indianola',3936,1),
(44529,'Iowa City',3936,1),
(44530,'Kalona',3936,1),
(44531,'Keokuk',3936,1),
(44532,'Marion',3936,1),
(44533,'Marshalltown',3936,1),
(44534,'Mason City',3936,1),
(44535,'Muscatine',3936,1),
(44536,'Newton',3936,1),
(44537,'Orange City',3936,1),
(44538,'Oskaloosa',3936,1),
(44539,'Ottumwa',3936,1),
(44540,'Pella',3936,1),
(44541,'Sioux City',3936,1),
(44542,'Spencer',3936,1),
(44543,'Storm Lake',3936,1),
(44544,'Urbandale',3936,1),
(44545,'Waterloo',3936,1),
(44546,'West Des Moines',3936,1),
(44547,'Arkansas City',3937,1),
(44548,'Atchison',3937,1),
(44549,'Coffeyville',3937,1),
(44550,'Derby',3937,1),
(44551,'Dodge City',3937,1),
(44552,'El Dorado',3937,1),
(44553,'Elk City',3937,1),
(44554,'Emporia',3937,1),
(44555,'Fort Riley North',3937,1),
(44556,'Garden City',3937,1),
(44557,'Great Bend',3937,1),
(44558,'Hays',3937,1),
(44559,'Hutchinson',3937,1),
(44560,'Independence',3937,1),
(44561,'Junction City',3937,1),
(44562,'Kansas City',3937,1),
(44563,'Kingman',3937,1),
(44564,'Lawrence',3937,1),
(44565,'Leavenworth',3937,1),
(44566,'Leawood',3937,1),
(44567,'Lenexa',3937,1),
(44568,'Liberal',3937,1),
(44569,'MacPherson',3937,1),
(44570,'Manhattan',3937,1),
(44571,'Merriam',3937,1),
(44572,'Minneapolis',3937,1),
(44573,'Moscow',3937,1),
(44574,'Moundridge',3937,1),
(44575,'Nashville',3937,1),
(44576,'Newton',3937,1),
(44577,'Olathe',3937,1),
(44578,'Ottawa',3937,1),
(44579,'Overland Park',3937,1),
(44580,'Parsons',3937,1),
(44581,'Pittsburg',3937,1),
(44582,'Prairie Village',3937,1),
(44583,'Rose Hill',3937,1),
(44584,'Salina',3937,1),
(44585,'Shawnee',3937,1),
(44586,'Topeka',3937,1),
(44587,'Wichita',3937,1),
(44588,'Winfield',3937,1),
(44589,'tecumseh',3937,1),
(44590,'Albany',3938,1),
(44591,'Ashland',3938,1),
(44592,'Bardstown',3938,1),
(44593,'Berea',3938,1),
(44594,'Bowling Green',3938,1),
(44595,'Campbellsville',3938,1),
(44596,'Catlettsburg',3938,1),
(44597,'Covington',3938,1),
(44598,'Crescent Springs',3938,1),
(44599,'Danville',3938,1),
(44600,'Dawson Springs',3938,1),
(44601,'Eastview',3938,1),
(44602,'Eddyville',3938,1),
(44603,'Elizabethtown',3938,1),
(44604,'Erlanger',3938,1),
(44605,'Evarts',3938,1),
(44606,'Fern Creek',3938,1),
(44607,'Florence',3938,1),
(44608,'Fort Campbell North',3938,1),
(44609,'Fort Knox',3938,1),
(44610,'Fort Mitchell',3938,1),
(44611,'Fort Thomas',3938,1),
(44612,'Frankfort',3938,1),
(44613,'Georgetown',3938,1),
(44614,'Glasgow',3938,1),
(44615,'Grays Knob',3938,1),
(44616,'Henderson',3938,1),
(44617,'Highview',3938,1),
(44618,'Hopkinsville',3938,1),
(44619,'Independence',3938,1),
(44620,'Jeffersontown',3938,1),
(44621,'Lawrenceburg',3938,1),
(44622,'Lebanon',3938,1),
(44623,'Lexington',3938,1),
(44624,'Lexington-Fayette',3938,1),
(44625,'Louisville',3938,1),
(44626,'Madisonville',3938,1),
(44627,'Marion',3938,1),
(44628,'Mayfield',3938,1),
(44629,'Maysville',3938,1),
(44630,'Middlesborough',3938,1),
(44631,'Murray',3938,1),
(44632,'Nebo',3938,1),
(44633,'Newburg',3938,1),
(44634,'Newport',3938,1),
(44635,'Nicholasville',3938,1),
(44636,'Okolona',3938,1),
(44637,'Olive Hill',3938,1),
(44638,'Owensboro',3938,1),
(44639,'Paducah',3938,1),
(44640,'Paris',3938,1),
(44641,'Pikeville',3938,1),
(44642,'Pleasure Ridge Park',3938,1),
(44643,'Queens',3938,1),
(44644,'Radcliff',3938,1),
(44645,'Richmond',3938,1),
(44646,'Saint Dennis',3938,1),
(44647,'Saint Matthews',3938,1),
(44648,'Scottsville',3938,1),
(44649,'Shively',3938,1),
(44650,'Somerset',3938,1),
(44651,'South Shore',3938,1),
(44652,'Tollesboro',3938,1),
(44653,'Valley Station',3938,1),
(44654,'Wallins Creek',3938,1),
(44655,'Walton',3938,1),
(44656,'Winchester',3938,1),
(44657,'Abbeville',3939,1),
(44658,'Alexandria',3939,1),
(44659,'Amite',3939,1),
(44660,'Baker',3939,1),
(44661,'Bastrop',3939,1),
(44662,'Baton Rouge',3939,1),
(44663,'Bayou Cane',3939,1),
(44664,'Bogalusa',3939,1),
(44665,'Bossier City',3939,1),
(44666,'Broussard',3939,1),
(44667,'Calhoun',3939,1),
(44668,'Chalmette',3939,1),
(44669,'Covington',3939,1),
(44670,'Crowley',3939,1),
(44671,'De Ridder',3939,1),
(44672,'Delcambre',3939,1),
(44673,'Denham Springs',3939,1),
(44674,'Estelle',3939,1),
(44675,'Eunice',3939,1),
(44676,'Fort Polk South',3939,1),
(44677,'Franklin',3939,1),
(44678,'French Settlement',3939,1),
(44679,'Garyville',3939,1),
(44680,'Geismar',3939,1),
(44681,'Gretna',3939,1),
(44682,'Hammond',3939,1),
(44683,'Harahan',3939,1),
(44684,'Harvey',3939,1),
(44685,'Houma',3939,1),
(44686,'Independence',3939,1),
(44687,'Jefferson',3939,1),
(44688,'Jennings',3939,1),
(44689,'Kenner',3939,1),
(44690,'Lafayette',3939,1),
(44691,'Lake Charles',3939,1),
(44692,'Laplace',3939,1),
(44693,'Mandeville',3939,1),
(44694,'Marrero',3939,1),
(44695,'Merrydale',3939,1),
(44696,'Metairie',3939,1),
(44697,'Minden',3939,1),
(44698,'Monroe',3939,1),
(44699,'Morgan City',3939,1),
(44700,'Natchitoches',3939,1),
(44701,'New Iberia',3939,1),
(44702,'New Orleans',3939,1),
(44703,'Opelousas',3939,1),
(44704,'Pineville',3939,1),
(44705,'Pioneer',3939,1),
(44706,'Prairieville',3939,1),
(44707,'River Ridge',3939,1),
(44708,'Ruston',3939,1),
(44709,'Saint Amant',3939,1),
(44710,'Saint Martinville',3939,1),
(44711,'Shenandoah',3939,1),
(44712,'Shreveport',3939,1),
(44713,'Slidell',3939,1),
(44714,'Sulphur',3939,1),
(44715,'Terrytown',3939,1),
(44716,'Thibodaux',3939,1),
(44717,'Timberlane',3939,1),
(44718,'Vinton',3939,1),
(44719,'Waggaman',3939,1),
(44720,'West Monroe',3939,1),
(44721,'Westwego',3939,1),
(44722,'Zachary',3939,1),
(44723,'Manchester',3940,1),
(44724,'Washington',3940,1),
(44725,'Auburn',3941,1),
(44726,'Augusta',3941,1),
(44727,'Bangor',3941,1),
(44728,'Bath',3941,1),
(44729,'Biddeford',3941,1),
(44730,'Brunswick',3941,1),
(44731,'Cornish',3941,1),
(44732,'Dover-Foxcroft',3941,1),
(44733,'Ellsworth',3941,1),
(44734,'Etna',3941,1),
(44735,'Freeport',3941,1),
(44736,'Gorham',3941,1),
(44737,'Greene',3941,1),
(44738,'Harmony',3941,1),
(44739,'Lewiston',3941,1),
(44740,'Liberty',3941,1),
(44741,'Limerick',3941,1),
(44742,'Lyman',3941,1),
(44743,'Maine',3941,1),
(44744,'New Gloucester',3941,1),
(44745,'Norridgewock',3941,1),
(44746,'North Yarmouth',3941,1),
(44747,'Old Town',3941,1),
(44748,'Orono',3941,1),
(44749,'Portland',3941,1),
(44750,'Presque Isle',3941,1),
(44751,'Saco',3941,1),
(44752,'Sanford',3941,1),
(44753,'Scarborough',3941,1),
(44754,'South Portland',3941,1),
(44755,'Spruce Head',3941,1),
(44756,'Thomaston',3941,1),
(44757,'Waldoboro',3941,1),
(44758,'Waterville',3941,1),
(44759,'West Buxton',3941,1),
(44760,'Westbrook',3941,1),
(44761,'Whitefield',3941,1),
(44762,'Windham',3941,1),
(44763,'Yarmouth',3941,1),
(44764,'York Harbor',3941,1),
(44765,'stockton springs',3941,1),
(44766,'Aberdeen',3942,1),
(44767,'Accokeek',3942,1),
(44768,'Adelphi',3942,1),
(44769,'Andrews Air Force Base',3942,1),
(44770,'Annapolis',3942,1),
(44771,'Arbutus',3942,1),
(44772,'Arnold',3942,1),
(44773,'Aspen Hill',3942,1),
(44774,'Baltimore',3942,1),
(44775,'Bel Air North',3942,1),
(44776,'Bel Air South',3942,1),
(44777,'Beltsville',3942,1),
(44778,'Berlin',3942,1),
(44779,'Bethesda',3942,1),
(44780,'Bladensburg',3942,1),
(44781,'Boonsboro',3942,1),
(44782,'Bowie',3942,1),
(44783,'Brookeville',3942,1),
(44784,'Brooklandville',3942,1),
(44785,'Brooklyn Park',3942,1),
(44786,'Burtonsville',3942,1),
(44787,'Calverton',3942,1),
(44788,'Cambridge',3942,1),
(44789,'Camp Springs',3942,1),
(44790,'Capitol Heights',3942,1),
(44791,'Carney',3942,1),
(44792,'Catonsville',3942,1),
(44793,'Chestertown',3942,1),
(44794,'Chillum',3942,1),
(44795,'Clarksburg',3942,1),
(44796,'Clarksville',3942,1),
(44797,'Clinton',3942,1),
(44798,'Cockeysville',3942,1),
(44799,'Colesville',3942,1),
(44800,'College Park',3942,1),
(44801,'Columbia',3942,1),
(44802,'Cooksville',3942,1),
(44803,'Coral Hills',3942,1),
(44804,'Crofton',3942,1),
(44805,'Cumberland',3942,1),
(44806,'Damascus',3942,1),
(44807,'Darlington',3942,1),
(44808,'District Heights',3942,1),
(44809,'Dundalk',3942,1),
(44810,'East Riverdale',3942,1),
(44811,'Easton',3942,1),
(44812,'Edgemere',3942,1),
(44813,'Edgewood',3942,1),
(44814,'Eldersburg',3942,1),
(44815,'Elkridge',3942,1),
(44816,'Elkton',3942,1),
(44817,'Ellicott City',3942,1),
(44818,'Essex',3942,1),
(44819,'Fairland',3942,1),
(44820,'Ferndale',3942,1),
(44821,'Forest Hill',3942,1),
(44822,'Forestville',3942,1),
(44823,'Fort Meade',3942,1),
(44824,'Fort Washington',3942,1),
(44825,'Frederick',3942,1),
(44826,'Fredrick',3942,1),
(44827,'Friendly',3942,1),
(44828,'Gaithersburg',3942,1),
(44829,'Germantown',3942,1),
(44830,'Glen Burnie',3942,1),
(44831,'Glenn Dale',3942,1),
(44832,'Greater Landover',3942,1),
(44833,'Greater Upper Marlboro',3942,1),
(44834,'Green Haven',3942,1),
(44835,'Green Valley',3942,1),
(44836,'Greenbelt',3942,1),
(44837,'Hagerstown',3942,1),
(44838,'Hanover',3942,1),
(44839,'Harmans',3942,1),
(44840,'Havre de Grace',3942,1),
(44841,'Hillandale',3942,1),
(44842,'Hillcrest Heights',3942,1),
(44843,'Hunt Valley',3942,1),
(44844,'Hurlock',3942,1),
(44845,'Hyattsville',3942,1),
(44846,'Ijamsville',3942,1),
(44847,'Jefferson',3942,1),
(44848,'Jessup',3942,1),
(44849,'Joppatowne',3942,1),
(44850,'Kettering',3942,1),
(44851,'Lake Shore',3942,1),
(44852,'Langley Park',3942,1),
(44853,'Lanham',3942,1),
(44854,'Lanham-Seabrook',3942,1),
(44855,'Lansdowne-Baltimore Highlands',3942,1),
(44856,'Largo',3942,1),
(44857,'Laurel',3942,1),
(44858,'Lexington Park',3942,1),
(44859,'Lochearn',3942,1),
(44860,'Lutherville-Timonium',3942,1),
(44861,'Marriottsville',3942,1),
(44862,'Maryland City',3942,1),
(44863,'Mays Chapel',3942,1),
(44864,'Middle River',3942,1),
(44865,'Milford Mill',3942,1),
(44866,'Millersville',3942,1),
(44867,'Mitchellville',3942,1),
(44868,'Montgomery Village',3942,1),
(44869,'National Harbor',3942,1),
(44870,'New Carrollton',3942,1),
(44871,'North Bethesda',3942,1),
(44872,'North Laurel',3942,1),
(44873,'North Potomac',3942,1),
(44874,'Odenton',3942,1),
(44875,'Olney',3942,1),
(44876,'Overlea',3942,1),
(44877,'Owings Mills',3942,1),
(44878,'Oxon Hill-Glassmanor',3942,1),
(44879,'Parkville',3942,1),
(44880,'Parole',3942,1),
(44881,'Pasadena',3942,1),
(44882,'Perry Hall',3942,1),
(44883,'Pikesville',3942,1),
(44884,'Poolesville',3942,1),
(44885,'Potomac',3942,1),
(44886,'Randallstown',3942,1),
(44887,'Redland',3942,1),
(44888,'Reisterstown',3942,1),
(44889,'Riviera Beach',3942,1),
(44890,'Rockville',3942,1),
(44891,'Rosaryville',3942,1),
(44892,'Rosedale',3942,1),
(44893,'Rossville',3942,1),
(44894,'Saint Charles',3942,1),
(44895,'Salisbury',3942,1),
(44896,'Sandy Spring',3942,1),
(44897,'Savage Guilford',3942,1),
(44898,'Severn',3942,1),
(44899,'Severna Park',3942,1),
(44900,'Silver Spring',3942,1),
(44901,'Snow Hill',3942,1),
(44902,'South Gate',3942,1),
(44903,'South Laurel',3942,1),
(44904,'Suitland-Silver Hill',3942,1),
(44905,'Takoma Park',3942,1),
(44906,'Temple Hill',3942,1),
(44907,'Thurmont',3942,1),
(44908,'Timonium',3942,1),
(44909,'Towson',3942,1),
(44910,'Upper Marlboro',3942,1),
(44911,'Waldorf',3942,1),
(44912,'Walker Mill',3942,1),
(44913,'Washington Grove',3942,1),
(44914,'Westminster',3942,1),
(44915,'Wheaton-Glenmont',3942,1),
(44916,'White Oak',3942,1),
(44917,'Windsor Mill',3942,1),
(44918,'Woodlawn',3942,1),
(44919,'Abington',3943,1),
(44920,'Acton',3943,1),
(44921,'Agawam',3943,1),
(44922,'Amesbury',3943,1),
(44923,'Amherst Center',3943,1),
(44924,'Arlington',3943,1),
(44925,'Ashland',3943,1),
(44926,'Athol',3943,1),
(44927,'Attleboro',3943,1),
(44928,'Barnstable Town',3943,1),
(44929,'Baxboro',3943,1),
(44930,'Becket',3943,1),
(44931,'Bedford',3943,1),
(44932,'Belmont',3943,1),
(44933,'Beverly',3943,1),
(44934,'Billerica',3943,1),
(44935,'Boston',3943,1),
(44936,'Boylston',3943,1),
(44937,'Braintree',3943,1),
(44938,'Brockton',3943,1),
(44939,'Brookfield',3943,1),
(44940,'Brookline',3943,1),
(44941,'Burlington',3943,1),
(44942,'Cambridge',3943,1),
(44943,'Canton',3943,1),
(44944,'Charlestown',3943,1),
(44945,'Chelmsford',3943,1),
(44946,'Chelsea',3943,1),
(44947,'Chicopee',3943,1),
(44948,'Clinton',3943,1),
(44949,'Concord',3943,1),
(44950,'Danvers',3943,1),
(44951,'Dedham',3943,1),
(44952,'Devens',3943,1),
(44953,'Devenscrest',3943,1),
(44954,'Duxbury',3943,1),
(44955,'Easthampton',3943,1),
(44956,'Everett',3943,1),
(44957,'Fairhaven',3943,1),
(44958,'Fall River',3943,1),
(44959,'Fitchburg',3943,1),
(44960,'Florence',3943,1),
(44961,'Framingham',3943,1),
(44962,'Franklin',3943,1),
(44963,'Gardner',3943,1),
(44964,'Gloucester',3943,1),
(44965,'Great Barrington',3943,1),
(44966,'Greenfield',3943,1),
(44967,'Groton',3943,1),
(44968,'Hadley',3943,1),
(44969,'Harvard',3943,1),
(44970,'Haverhill',3943,1),
(44971,'Hingham',3943,1),
(44972,'Holbrook',3943,1),
(44973,'Holliston',3943,1),
(44974,'Holyoke',3943,1),
(44975,'Hopedale',3943,1),
(44976,'Housatonic',3943,1),
(44977,'Hubbardston',3943,1),
(44978,'Hudson',3943,1),
(44979,'Hull',3943,1),
(44980,'Hyannis',3943,1),
(44981,'Ipswich',3943,1),
(44982,'Jamaica Plain',3943,1),
(44983,'Lawrence',3943,1),
(44984,'Lee',3943,1),
(44985,'Lenox',3943,1),
(44986,'Leominster',3943,1),
(44987,'Lexington',3943,1),
(44988,'Longmeadow',3943,1),
(44989,'Lowell',3943,1),
(44990,'Lynn',3943,1),
(44991,'Lynnfield',3943,1),
(44992,'Malden',3943,1),
(44993,'Manchester',3943,1),
(44994,'Marblehead',3943,1),
(44995,'Marion',3943,1),
(44996,'Marlborough',3943,1),
(44997,'Marshfield',3943,1),
(44998,'Massachusetts',3943,1),
(44999,'Maynard',3943,1),
(45000,'Medfield',3943,1),
(45001,'Medford',3943,1),
(45002,'Medway',3943,1),
(45003,'Melrose',3943,1),
(45004,'Methuen',3943,1),
(45005,'Middleboro',3943,1),
(45006,'Milford',3943,1),
(45007,'Milton',3943,1),
(45008,'Monson',3943,1),
(45009,'Montague',3943,1),
(45010,'Nantucket',3943,1),
(45011,'Natick',3943,1),
(45012,'Needham',3943,1),
(45013,'New Bedford',3943,1),
(45014,'Newburyport',3943,1),
(45015,'Newton',3943,1),
(45016,'North Adams',3943,1),
(45017,'North Andover',3943,1),
(45018,'North Attleborough Center',3943,1),
(45019,'North Easton',3943,1),
(45020,'Northampton',3943,1),
(45021,'Northborough',3943,1),
(45022,'Norwood',3943,1),
(45023,'Orleans',3943,1),
(45024,'Peabody',3943,1),
(45025,'Pepperell',3943,1),
(45026,'Pittsfield',3943,1),
(45027,'Plainfield',3943,1),
(45028,'Plymouth',3943,1),
(45029,'Provincetown',3943,1),
(45030,'Quincy',3943,1),
(45031,'Randolph',3943,1),
(45032,'Reading',3943,1),
(45033,'Rehoboth',3943,1),
(45034,'Revere',3943,1),
(45035,'Rockland',3943,1),
(45036,'Rockport',3943,1),
(45037,'Roslindale',3943,1),
(45038,'Salem',3943,1),
(45039,'Saugus',3943,1),
(45040,'Scituate',3943,1),
(45041,'Seekonk',3943,1),
(45042,'Shelburne Falls',3943,1),
(45043,'Sherborn',3943,1),
(45044,'Shrewsbury',3943,1),
(45045,'Somerset',3943,1),
(45046,'Somerville',3943,1),
(45047,'South Boston',3943,1),
(45048,'South Deerfield',3943,1),
(45049,'South Hadley',3943,1),
(45050,'South Lee',3943,1),
(45051,'South Yarmouth',3943,1),
(45052,'Southborough',3943,1),
(45053,'Southbridge',3943,1),
(45054,'Southwick',3943,1),
(45055,'Springfield',3943,1),
(45056,'Stoneham',3943,1),
(45057,'Sturbridge',3943,1),
(45058,'Swampscott',3943,1),
(45059,'Swansea',3943,1),
(45060,'Taunton',3943,1),
(45061,'Tewksbury',3943,1),
(45062,'Three Rivers',3943,1),
(45063,'Truro',3943,1),
(45064,'Upton',3943,1),
(45065,'Vineyard Haven',3943,1),
(45066,'Wakefield',3943,1),
(45067,'Waltham',3943,1),
(45068,'Ware',3943,1),
(45069,'Wareham',3943,1),
(45070,'Watertown',3943,1),
(45071,'Wayland',3943,1),
(45072,'Webster',3943,1),
(45073,'Wellesley',3943,1),
(45074,'Wellesley Hills',3943,1),
(45075,'West Concord',3943,1),
(45076,'West Roxbury',3943,1),
(45077,'West Springfield',3943,1),
(45078,'West Yarmouth',3943,1),
(45079,'Westborough',3943,1),
(45080,'Westfield',3943,1),
(45081,'Westford',3943,1),
(45082,'Weston',3943,1),
(45083,'Weymouth',3943,1),
(45084,'Wilbraham',3943,1),
(45085,'Wilmington',3943,1),
(45086,'Winchester',3943,1),
(45087,'Winthrop',3943,1),
(45088,'Woburn',3943,1),
(45089,'Worcester',3943,1),
(45090,'Yarmouthport',3943,1),
(45091,'Adrian',3945,1),
(45092,'Albion',3945,1),
(45093,'Allegan',3945,1),
(45094,'Allen Park',3945,1),
(45095,'Alma',3945,1),
(45096,'Alpena',3945,1),
(45097,'Ann Arbor',3945,1),
(45098,'Attica',3945,1),
(45099,'Auburn Hills',3945,1),
(45100,'Battle Creek',3945,1),
(45101,'Bay City',3945,1),
(45102,'Beecher',3945,1),
(45103,'Belleville',3945,1),
(45104,'Benton Harbor',3945,1),
(45105,'Berkley',3945,1),
(45106,'Beverly Hills',3945,1),
(45107,'Big Rapids',3945,1),
(45108,'Birmingham',3945,1),
(45109,'Bloomfield Hills',3945,1),
(45110,'Bloomfield Township',3945,1),
(45111,'Boyne City',3945,1),
(45112,'Brighton',3945,1),
(45113,'Burt',3945,1),
(45114,'Burton',3945,1),
(45115,'Cadillac',3945,1),
(45116,'Canton',3945,1),
(45117,'Charlotte',3945,1),
(45118,'Chesterfield',3945,1),
(45119,'Clarkston',3945,1),
(45120,'Clawson',3945,1),
(45121,'Clinton',3945,1),
(45122,'Commerce',3945,1),
(45123,'Comstock Park',3945,1),
(45124,'Coopersville',3945,1),
(45125,'Cornell',3945,1),
(45126,'Cutlerville',3945,1),
(45127,'Davisburg',3945,1),
(45128,'Dearborn',3945,1),
(45129,'Dearborn Heights',3945,1),
(45130,'Delton',3945,1),
(45131,'Detroit',3945,1),
(45132,'Dexter',3945,1),
(45133,'Dowagiac',3945,1),
(45134,'East Grand Rapids',3945,1),
(45135,'East Lansing',3945,1),
(45136,'Eastpointe',3945,1),
(45137,'Ecorse',3945,1),
(45138,'Escanaba',3945,1),
(45139,'Evart',3945,1),
(45140,'Fair Haven',3945,1),
(45141,'Fairgrove',3945,1),
(45142,'Farmington',3945,1),
(45143,'Farmington Hills',3945,1),
(45144,'Fenton',3945,1),
(45145,'Ferndale',3945,1),
(45146,'Flint',3945,1),
(45147,'Forest Hills',3945,1),
(45148,'Fowlerville',3945,1),
(45149,'Frankenmuth',3945,1),
(45150,'Fraser',3945,1),
(45151,'Fremont',3945,1),
(45152,'Fruitport',3945,1),
(45153,'Garden City',3945,1),
(45154,'Goodrich',3945,1),
(45155,'Grand Blanc',3945,1),
(45156,'Grand Haven',3945,1),
(45157,'Grand Rapids',3945,1),
(45158,'Grandville',3945,1),
(45159,'Grosse Ile',3945,1),
(45160,'Grosse Pointe Farms',3945,1),
(45161,'Grosse Pointe Park',3945,1),
(45162,'Grosse Pointe Woods',3945,1),
(45163,'Gwinn',3945,1),
(45164,'Hamtramck',3945,1),
(45165,'Hancock',3945,1),
(45166,'Harper Woods',3945,1),
(45167,'Harrison',3945,1),
(45168,'Haslett',3945,1),
(45169,'Hazel Park',3945,1),
(45170,'Highland Park',3945,1),
(45171,'Holland',3945,1),
(45172,'Holly',3945,1),
(45173,'Holt',3945,1),
(45174,'Houghton',3945,1),
(45175,'Hudsonville',3945,1),
(45176,'Huntington Woods',3945,1),
(45177,'Imlay',3945,1),
(45178,'Inkster',3945,1),
(45179,'Jackon',3945,1),
(45180,'Jackson',3945,1),
(45181,'Jenison',3945,1),
(45182,'Kalamazoo',3945,1),
(45183,'Kalkaska',3945,1),
(45184,'Kentwood',3945,1),
(45185,'Kingsford',3945,1),
(45186,'Lansing',3945,1),
(45187,'Lapeer',3945,1),
(45188,'Lincoln Park',3945,1),
(45189,'Litchfield',3945,1),
(45190,'Livonia',3945,1),
(45191,'Ludington',3945,1),
(45192,'Macomb',3945,1),
(45193,'Madison Heights',3945,1),
(45194,'Manistee',3945,1),
(45195,'Marquette',3945,1),
(45196,'Marysville',3945,1),
(45197,'Melvindale',3945,1),
(45198,'Midland',3945,1),
(45199,'Monroe',3945,1),
(45200,'Mount Clemens',3945,1),
(45201,'Mount Morris',3945,1),
(45202,'Mount Pleasant',3945,1),
(45203,'Mt. Pleasant',3945,1),
(45204,'Muskegon',3945,1),
(45205,'Muskegon Heights',3945,1),
(45206,'New Hudson',3945,1),
(45207,'Newaygo',3945,1),
(45208,'Niles',3945,1),
(45209,'Northview',3945,1),
(45210,'Northville',3945,1),
(45211,'Norton Shores',3945,1),
(45212,'Novi',3945,1),
(45213,'Oak Park',3945,1),
(45214,'Okemos',3945,1),
(45215,'Oscoda',3945,1),
(45216,'Owosso',3945,1),
(45217,'Oxford',3945,1),
(45218,'Petoskey',3945,1),
(45219,'Pinckney',3945,1),
(45220,'Plymouth Township',3945,1),
(45221,'Pontiac',3945,1),
(45222,'Port Huron',3945,1),
(45223,'Portage',3945,1),
(45224,'Redford',3945,1),
(45225,'Reese',3945,1),
(45226,'River Rouge',3945,1),
(45227,'Riverview',3945,1),
(45228,'Rochester Hills',3945,1),
(45229,'Rockford',3945,1),
(45230,'Romeo',3945,1),
(45231,'Romulus',3945,1),
(45232,'Roseville',3945,1),
(45233,'Royal Oak',3945,1),
(45234,'Saginaw',3945,1),
(45235,'Saginaw Township North',3945,1),
(45236,'Saginaw Township South',3945,1),
(45237,'Saint Clair Shores',3945,1),
(45238,'Saint Louis',3945,1),
(45239,'Saline',3945,1),
(45240,'Saugatuck',3945,1),
(45241,'Sault Sainte Marie',3945,1),
(45242,'Schoolcraft',3945,1),
(45243,'Shelby',3945,1),
(45244,'Southfield',3945,1),
(45245,'Southgate',3945,1),
(45246,'Sterling Heights',3945,1),
(45247,'Sturgis',3945,1),
(45248,'Taylor',3945,1),
(45249,'Traverse City',3945,1),
(45250,'Trenton',3945,1),
(45251,'Troy',3945,1),
(45252,'Walker',3945,1),
(45253,'Walled Lake',3945,1),
(45254,'Warren',3945,1),
(45255,'Waterford',3945,1),
(45256,'Waverly',3945,1),
(45257,'Wayne',3945,1),
(45258,'West Bloomfield Township',3945,1),
(45259,'Westland',3945,1),
(45260,'White Lake',3945,1),
(45261,'Whitmore Lake',3945,1),
(45262,'Williamston',3945,1),
(45263,'Wixom',3945,1),
(45264,'Woodhaven',3945,1),
(45265,'Wyandotte',3945,1),
(45266,'Wyoming',3945,1),
(45267,'Ypsilanti',3945,1),
(45268,'Albert Lea',3946,1),
(45269,'Alger',3946,1),
(45270,'Andover',3946,1),
(45271,'Annandale',3946,1),
(45272,'Anoka',3946,1),
(45273,'Apple Valley',3946,1),
(45274,'Austin',3946,1),
(45275,'Baxter',3946,1),
(45276,'Bemidji',3946,1),
(45277,'Blaine',3946,1),
(45278,'Blomkest',3946,1),
(45279,'Bloomington',3946,1),
(45280,'Blue Earth',3946,1),
(45281,'Brainerd',3946,1),
(45282,'Brooklyn Center',3946,1),
(45283,'Brooklyn Park',3946,1),
(45284,'Burnsville',3946,1),
(45285,'Champlin',3946,1),
(45286,'Chanhassen',3946,1),
(45287,'Chaska',3946,1),
(45288,'Chatfield',3946,1),
(45289,'Circle Pines',3946,1),
(45290,'Cloquet',3946,1),
(45291,'Cokato',3946,1),
(45292,'Columbia Heights',3946,1),
(45293,'Coon Rapids',3946,1),
(45294,'Cottage Grove',3946,1),
(45295,'Crystal',3946,1),
(45296,'Duluth',3946,1),
(45297,'Eagan',3946,1),
(45298,'East Bethel',3946,1),
(45299,'Eden Prairie',3946,1),
(45300,'Edina',3946,1),
(45301,'Elk River',3946,1),
(45302,'Ely',3946,1),
(45303,'Fairmont',3946,1),
(45304,'Faribault',3946,1),
(45305,'Farmington',3946,1),
(45306,'Fergus Falls',3946,1),
(45307,'Frazee',3946,1),
(45308,'Fridley',3946,1),
(45309,'Golden Valley',3946,1),
(45310,'Grand Rapids',3946,1),
(45311,'Ham Lake',3946,1),
(45312,'Hamel',3946,1),
(45313,'Hastings',3946,1),
(45314,'Hibbing',3946,1),
(45315,'Hopkins',3946,1),
(45316,'Houston',3946,1),
(45317,'Hutchinson',3946,1),
(45318,'Inver Grove Heights',3946,1),
(45319,'Isanti',3946,1),
(45320,'LaCrescent',3946,1),
(45321,'Lakeville',3946,1),
(45322,'Le Sueur',3946,1),
(45323,'Lino Lakes',3946,1),
(45324,'Litchfield',3946,1),
(45325,'Mankato',3946,1),
(45326,'Maple Grove',3946,1),
(45327,'Maplewood',3946,1),
(45328,'Marshall',3946,1),
(45329,'Mendota Heights',3946,1),
(45330,'Minneapolis',3946,1),
(45331,'Minnetonka',3946,1),
(45332,'Moorhead',3946,1),
(45333,'Mounds View',3946,1),
(45334,'Nelson',3946,1),
(45335,'New Brighton',3946,1),
(45336,'New Hope',3946,1),
(45337,'New Ulm',3946,1),
(45338,'North Mankato',3946,1),
(45339,'North Saint Paul',3946,1),
(45340,'Northfield',3946,1),
(45341,'Oakdale',3946,1),
(45342,'Onamia',3946,1),
(45343,'Owatonna',3946,1),
(45344,'Pequot Lakes',3946,1),
(45345,'Plymouth',3946,1),
(45346,'Prior Lake',3946,1),
(45347,'Ramsey',3946,1),
(45348,'Red Wing',3946,1),
(45349,'Renville',3946,1),
(45350,'Richfield',3946,1),
(45351,'Robbinsdale',3946,1),
(45352,'Rochester',3946,1),
(45353,'Rosemount',3946,1),
(45354,'Roseville',3946,1),
(45355,'Royalton',3946,1),
(45356,'Saint Cloud',3946,1),
(45357,'Saint Louis Park',3946,1),
(45358,'Saint Michael',3946,1),
(45359,'Saint Paul',3946,1),
(45360,'Saint Peter',3946,1),
(45361,'Sauk Rapids',3946,1),
(45362,'Savage',3946,1),
(45363,'Shakopee',3946,1),
(45364,'Shoreview',3946,1),
(45365,'South Saint Paul',3946,1),
(45366,'St. Paul',3946,1),
(45367,'Stewartville',3946,1),
(45368,'Stillwater',3946,1),
(45369,'Vadnais Heights',3946,1),
(45370,'Waconia',3946,1),
(45371,'Wadena',3946,1),
(45372,'West Saint Paul',3946,1),
(45373,'White Bear Lake',3946,1),
(45374,'Willmar',3946,1),
(45375,'Winona',3946,1),
(45376,'Woodbury',3946,1),
(45377,'Worthington',3946,1),
(45378,'Bay Saint Louis',3947,1),
(45379,'Biloxi',3947,1),
(45380,'Brandon',3947,1),
(45381,'Brookhaven',3947,1),
(45382,'Byhalia',3947,1),
(45383,'Byram',3947,1),
(45384,'Canton',3947,1),
(45385,'Clarksdale',3947,1),
(45386,'Cleveland',3947,1),
(45387,'Clinton',3947,1),
(45388,'Columbus',3947,1),
(45389,'Corinth',3947,1),
(45390,'Diamondhead',3947,1),
(45391,'Gautier',3947,1),
(45392,'Greenville',3947,1),
(45393,'Greenwood',3947,1),
(45394,'Grenada',3947,1),
(45395,'Gulfport',3947,1),
(45396,'Hattiesburg',3947,1),
(45397,'Hernando',3947,1),
(45398,'Horn Lake',3947,1),
(45399,'Indianola',3947,1),
(45400,'Jackson',3947,1),
(45401,'Laurel',3947,1),
(45402,'Long Beach',3947,1),
(45403,'Lucedale',3947,1),
(45404,'MacComb',3947,1),
(45405,'Madison',3947,1),
(45406,'Magnolia',3947,1),
(45407,'Meridian',3947,1),
(45408,'Michigan City',3947,1),
(45409,'Moselle',3947,1),
(45410,'Moss Point',3947,1),
(45411,'Natchez',3947,1),
(45412,'Ocean Springs',3947,1),
(45413,'Olive Branch',3947,1),
(45414,'Orange Grove',3947,1),
(45415,'Oxford',3947,1),
(45416,'Pascagoula',3947,1),
(45417,'Pearl',3947,1),
(45418,'Pelahatchie',3947,1),
(45419,'Picayune',3947,1),
(45420,'Quitman',3947,1),
(45421,'Ridgeland',3947,1),
(45422,'Senatobia',3947,1),
(45423,'Southaven',3947,1),
(45424,'Southhaven',3947,1),
(45425,'Starkville',3947,1),
(45426,'Tupelo',3947,1),
(45427,'Utica',3947,1),
(45428,'Vicksburg',3947,1),
(45429,'Yazoo City',3947,1),
(45430,'Affton',3948,1),
(45431,'Annapolis',3948,1),
(45432,'Arnold',3948,1),
(45433,'Ballwin',3948,1),
(45434,'Belgique',3948,1),
(45435,'Bellefontaine Neighbors',3948,1),
(45436,'Belton',3948,1),
(45437,'Berkeley',3948,1),
(45438,'Blue Springs',3948,1),
(45439,'Branson',3948,1),
(45440,'Bridgeton',3948,1),
(45441,'Brighton',3948,1),
(45442,'California',3948,1),
(45443,'Camdenton',3948,1),
(45444,'Cape Girardeau',3948,1),
(45445,'Carthage',3948,1),
(45446,'Chaffee',3948,1),
(45447,'Chesterfield',3948,1),
(45448,'Chillicothe',3948,1),
(45449,'Clayton',3948,1),
(45450,'Clever',3948,1),
(45451,'Columbia',3948,1),
(45452,'Concord',3948,1),
(45453,'Crestwood',3948,1),
(45454,'Creve Coeur',3948,1),
(45455,'Desloge',3948,1),
(45456,'Dora',3948,1),
(45457,'Earth City',3948,1),
(45458,'Excelsior Springs',3948,1),
(45459,'Farmington',3948,1),
(45460,'Fenton',3948,1),
(45461,'Ferguson',3948,1),
(45462,'Florissant',3948,1),
(45463,'Forsyth',3948,1),
(45464,'Fort Leonard Wood',3948,1),
(45465,'Fulton',3948,1),
(45466,'Gladstone',3948,1),
(45467,'Grain Valley',3948,1),
(45468,'Grandview',3948,1),
(45469,'Gravois Mills',3948,1),
(45470,'Hannibal',3948,1),
(45471,'Harrisonville',3948,1),
(45472,'Hazelwood',3948,1),
(45473,'High Ridge',3948,1),
(45474,'Independence',3948,1),
(45475,'Jackson',3948,1),
(45476,'Jefferson City',3948,1),
(45477,'Jennings',3948,1),
(45478,'Joplin',3948,1),
(45479,'Kansas City',3948,1),
(45480,'Kennett',3948,1),
(45481,'Kirksville',3948,1),
(45482,'Kirkwood',3948,1),
(45483,'Kissee Mills',3948,1),
(45484,'Lamar',3948,1),
(45485,'Lebanon',3948,1),
(45486,'Lees Summit',3948,1),
(45487,'Lemay',3948,1),
(45488,'Liberty',3948,1),
(45489,'Lone Jack',3948,1),
(45490,'Marshall',3948,1),
(45491,'Maryland Heights',3948,1),
(45492,'Maryville',3948,1),
(45493,'Mehlville',3948,1),
(45494,'Mexico',3948,1),
(45495,'Moberly',3948,1),
(45496,'Murphy',3948,1),
(45497,'Nixa',3948,1),
(45498,'O\'Fallon',3948,1),
(45499,'Oakville',3948,1),
(45500,'Overland',3948,1),
(45501,'Pacific',3948,1),
(45502,'Park Hills',3948,1),
(45503,'Parkville',3948,1),
(45504,'Peculiar',3948,1),
(45505,'Poplar Bluff',3948,1),
(45506,'Raytown',3948,1),
(45507,'Richmond Heights',3948,1),
(45508,'Rolla',3948,1),
(45509,'Saint Ann',3948,1),
(45510,'Saint Charles',3948,1),
(45511,'Saint Clair',3948,1),
(45512,'Saint Joseph',3948,1),
(45513,'Saint Louis',3948,1),
(45514,'Saint Peters',3948,1),
(45515,'Sappington',3948,1),
(45516,'Sedalia',3948,1),
(45517,'Sikeston',3948,1),
(45518,'Spanish Lake',3948,1),
(45519,'Springfield',3948,1),
(45520,'St. Louis',3948,1),
(45521,'Steelville',3948,1),
(45522,'Sunrise Beach',3948,1),
(45523,'Town and Country',3948,1),
(45524,'Trimble',3948,1),
(45525,'Troy',3948,1),
(45526,'University City',3948,1),
(45527,'Warrensburg',3948,1),
(45528,'Washington',3948,1),
(45529,'Webb City',3948,1),
(45530,'Webster Groves',3948,1),
(45531,'Wentzville',3948,1),
(45532,'West Plains',3948,1),
(45533,'Wildwood',3948,1),
(45534,'Anaconda-Deer Lodge County',3949,1),
(45535,'Arlee',3949,1),
(45536,'Belgrade',3949,1),
(45537,'Billings',3949,1),
(45538,'Bozeman',3949,1),
(45539,'Butte',3949,1),
(45540,'Butte-Silver Bow',3949,1),
(45541,'Great Falls',3949,1),
(45542,'Hamilton',3949,1),
(45543,'Havre',3949,1),
(45544,'Helena',3949,1),
(45545,'Helena Valley Southeast',3949,1),
(45546,'Helena Valley West Central',3949,1),
(45547,'Kalispell',3949,1),
(45548,'Lame Deer',3949,1),
(45549,'Laurel',3949,1),
(45550,'Lewistown',3949,1),
(45551,'Livingston',3949,1),
(45552,'Malmstrom Air Force Base',3949,1),
(45553,'Manhattan',3949,1),
(45554,'Miles City',3949,1),
(45555,'Missoula',3949,1),
(45556,'Orchard Homes',3949,1),
(45557,'Pablo',3949,1),
(45558,'Polson',3949,1),
(45559,'Roberts',3949,1),
(45560,'Ryegate',3949,1),
(45561,'Sidney',3949,1),
(45562,'Stevensville',3949,1),
(45563,'Whitefish',3949,1),
(45564,'Beatrice',3950,1),
(45565,'Bellevue',3950,1),
(45566,'Central City',3950,1),
(45567,'Columbus',3950,1),
(45568,'Cozad',3950,1),
(45569,'Creighton',3950,1),
(45570,'Fremont',3950,1),
(45571,'Gering',3950,1),
(45572,'Grand Island',3950,1),
(45573,'Hastings',3950,1),
(45574,'Homer',3950,1),
(45575,'Keamey',3950,1),
(45576,'Kearney',3950,1),
(45577,'La Vista',3950,1),
(45578,'Lexington',3950,1),
(45579,'Lincoln',3950,1),
(45580,'McCook',3950,1),
(45581,'Norfolk',3950,1),
(45582,'North Platte',3950,1),
(45583,'Offutt Air Force Base West',3950,1),
(45584,'Ogallala',3950,1),
(45585,'Omaha',3950,1),
(45586,'Papillion',3950,1),
(45587,'Scottsbluff',3950,1),
(45588,'South Sioux City',3950,1),
(45589,'Boulder City',3951,1),
(45590,'Carson City',3951,1),
(45591,'Elko',3951,1),
(45592,'Goldfield',3951,1),
(45593,'Henderson',3951,1),
(45594,'Las Vegas',3951,1),
(45595,'Laughlin',3951,1),
(45596,'Lovelock',3951,1),
(45597,'Mesquite',3951,1),
(45598,'Nellis Air Force Base',3951,1),
(45599,'North Las Vegas',3951,1),
(45600,'Pahrump',3951,1),
(45601,'Paradise',3951,1),
(45602,'Reno',3951,1),
(45603,'Sparks',3951,1),
(45604,'Spring Valley',3951,1),
(45605,'Sun Valley',3951,1),
(45606,'Sunrise Manor',3951,1),
(45607,'Winchester',3951,1),
(45608,'Winnemucca',3951,1),
(45609,'Akron',3959,1),
(45610,'Alledonia',3959,1),
(45611,'Alliance',3959,1),
(45612,'Amherst',3959,1),
(45613,'Apple Creek',3959,1),
(45614,'Archbold',3959,1),
(45615,'Ashland',3959,1),
(45616,'Ashtabula',3959,1),
(45617,'Athens',3959,1),
(45618,'Atwater',3959,1),
(45619,'Aurora',3959,1),
(45620,'Austintown',3959,1),
(45621,'Avon Lake',3959,1),
(45622,'Barberton',3959,1),
(45623,'Batavia',3959,1),
(45624,'Bay Village',3959,1),
(45625,'Beachwood',3959,1),
(45626,'Beavercreek',3959,1),
(45627,'Bedford',3959,1),
(45628,'Bedford Heights',3959,1),
(45629,'Bellaire',3959,1),
(45630,'Bellefontaine',3959,1),
(45631,'Bellevue',3959,1),
(45632,'Berea',3959,1),
(45633,'Bexley',3959,1),
(45634,'Blacklick',3959,1),
(45635,'Blacklick Estates',3959,1),
(45636,'Blanchester',3959,1),
(45637,'Blue Ash',3959,1),
(45638,'Boardman',3959,1),
(45639,'Bowling Green',3959,1),
(45640,'Brecksville',3959,1),
(45641,'Bridgetown North',3959,1),
(45642,'Bristolville',3959,1),
(45643,'Broadview Heights',3959,1),
(45644,'Brook Park',3959,1),
(45645,'Brooklyn',3959,1),
(45646,'Brunswick',3959,1),
(45647,'Bryan',3959,1),
(45648,'Bucyrus',3959,1),
(45649,'Burton',3959,1),
(45650,'Cambridge',3959,1),
(45651,'Campbell',3959,1),
(45652,'Canal Winchester',3959,1),
(45653,'Canton',3959,1),
(45654,'Carlisle',3959,1),
(45655,'Celina',3959,1),
(45656,'Centerville',3959,1),
(45657,'Chagrin Falls',3959,1),
(45658,'Chardon',3959,1),
(45659,'Cheshire',3959,1),
(45660,'Chillicothe',3959,1),
(45661,'Chippewa Lake',3959,1),
(45662,'Cincinnati',3959,1),
(45663,'Circleville',3959,1),
(45664,'Cleveland',3959,1),
(45665,'Cleveland Heights',3959,1),
(45666,'Columbus',3959,1),
(45667,'Conneaut',3959,1),
(45668,'Coshocton',3959,1),
(45669,'Cuyahoga Falls',3959,1),
(45670,'Dayton',3959,1),
(45671,'Defiance',3959,1),
(45672,'Delaware',3959,1),
(45673,'Dover',3959,1),
(45674,'Dublin',3959,1),
(45675,'East Cleveland',3959,1),
(45676,'East Liverpool',3959,1),
(45677,'Eastlake',3959,1),
(45678,'Elyria',3959,1),
(45679,'Englewood',3959,1),
(45680,'Euclid',3959,1),
(45681,'Fairborn',3959,1),
(45682,'Fairfield',3959,1),
(45683,'Fairview Park',3959,1),
(45684,'Findlay',3959,1),
(45685,'Finneytown',3959,1),
(45686,'Forest Park',3959,1),
(45687,'Fort MacKinley',3959,1),
(45688,'Fostoria',3959,1),
(45689,'Fremont',3959,1),
(45690,'Gahanna',3959,1),
(45691,'Galion',3959,1),
(45692,'Garfield Heights',3959,1),
(45693,'Girard',3959,1),
(45694,'Glenwillow',3959,1),
(45695,'Green',3959,1),
(45696,'Greenville',3959,1),
(45697,'Grove City',3959,1),
(45698,'Hamilton',3959,1),
(45699,'Harrison',3959,1),
(45700,'Hilliard',3959,1),
(45701,'Hiram',3959,1),
(45702,'Holland',3959,1),
(45703,'Huber Heights',3959,1),
(45704,'Hudson',3959,1),
(45705,'Ironton',3959,1),
(45706,'Kent',3959,1),
(45707,'Kettering',3959,1),
(45708,'Kidron',3959,1),
(45709,'Lakewood',3959,1),
(45710,'Lancaster',3959,1),
(45711,'Lebanon',3959,1),
(45712,'Lewis Center',3959,1),
(45713,'Lima',3959,1),
(45714,'Lincoln Village',3959,1),
(45715,'Lorain',3959,1),
(45716,'Loveland',3959,1),
(45717,'Lyndhurst',3959,1),
(45718,'Macedonia',3959,1),
(45719,'Madison',3959,1),
(45720,'Maineville',3959,1),
(45721,'Mansfield',3959,1),
(45722,'Maple Heights',3959,1),
(45723,'Marietta',3959,1),
(45724,'Marion',3959,1),
(45725,'Marysville',3959,1),
(45726,'Mason',3959,1),
(45727,'Massillon',3959,1),
(45728,'Maumee',3959,1),
(45729,'Mayfield Heights',3959,1),
(45730,'Medina',3959,1),
(45731,'Mentor',3959,1),
(45732,'Miamisburg',3959,1),
(45733,'Middleburg Heights',3959,1),
(45734,'Middletown',3959,1),
(45735,'Milford',3959,1),
(45736,'Millbury',3959,1),
(45737,'Mineral City',3959,1),
(45738,'Minster',3959,1),
(45739,'Mount Gilead',3959,1),
(45740,'Mount Vernon',3959,1),
(45741,'Nelsonville',3959,1),
(45742,'New Albany',3959,1),
(45743,'New Philadelphia',3959,1),
(45744,'Newark',3959,1),
(45745,'Niles',3959,1),
(45746,'North Canton',3959,1),
(45747,'North College Hill',3959,1),
(45748,'North Lewisburg',3959,1),
(45749,'North Olmsted',3959,1),
(45750,'North Ridgeville',3959,1),
(45751,'North Royalton',3959,1),
(45752,'Northbrook',3959,1),
(45753,'Northfield',3959,1),
(45754,'Northview',3959,1),
(45755,'Norton',3959,1),
(45756,'Norwalk',3959,1),
(45757,'Norwood',3959,1),
(45758,'Oberlin',3959,1),
(45759,'Ohio',3959,1),
(45760,'Oregon',3959,1),
(45761,'Overlook-Page Manor',3959,1),
(45762,'Oxford',3959,1),
(45763,'Painesville',3959,1),
(45764,'Parma',3959,1),
(45765,'Parma Heights',3959,1),
(45766,'Peninsula',3959,1),
(45767,'Perrysburg',3959,1),
(45768,'Pickerington',3959,1),
(45769,'Piqua',3959,1),
(45770,'Portage Lakes',3959,1),
(45771,'Portsmouth',3959,1),
(45772,'Powell',3959,1),
(45773,'Ravenna',3959,1),
(45774,'Reading',3959,1),
(45775,'Reynoldsburg',3959,1),
(45776,'Rittman',3959,1),
(45777,'Riverside',3959,1),
(45778,'Rocky River',3959,1),
(45779,'Rossford',3959,1),
(45780,'Salem',3959,1),
(45781,'Sandusky',3959,1),
(45782,'Seven Hills',3959,1),
(45783,'Seville',3959,1),
(45784,'Shaker Heights',3959,1),
(45785,'Sharonville',3959,1),
(45786,'Sheffield Lake',3959,1),
(45787,'Shelby',3959,1),
(45788,'Sidney',3959,1),
(45789,'Solon',3959,1),
(45790,'South Euclid',3959,1),
(45791,'Springdale',3959,1),
(45792,'Springfield',3959,1),
(45793,'Steubenville',3959,1),
(45794,'Stow',3959,1),
(45795,'Streetsboro',3959,1),
(45796,'Strongsville',3959,1),
(45797,'Struthers',3959,1),
(45798,'Sylvania',3959,1),
(45799,'Tallmadge',3959,1),
(45800,'Tiffin',3959,1),
(45801,'Toledo',3959,1),
(45802,'Trotwood',3959,1),
(45803,'Troy',3959,1),
(45804,'Twinsburg',3959,1),
(45805,'University Heights',3959,1),
(45806,'Upper Arlington',3959,1),
(45807,'Urbana',3959,1),
(45808,'Valley Glen',3959,1),
(45809,'Van Wert',3959,1),
(45810,'Vandalia',3959,1),
(45811,'Vermilion',3959,1),
(45812,'Wadsworth',3959,1),
(45813,'Warren',3959,1),
(45814,'Warrensville Heights',3959,1),
(45815,'Washington',3959,1),
(45816,'Waverly',3959,1),
(45817,'West Carrollton City',3959,1),
(45818,'West Chester',3959,1),
(45819,'Westerville',3959,1),
(45820,'Westlake',3959,1),
(45821,'White Oak',3959,1),
(45822,'Whitehall',3959,1),
(45823,'Wickliffe',3959,1),
(45824,'Willoughby',3959,1),
(45825,'Willowick',3959,1),
(45826,'Wilmington',3959,1),
(45827,'Winesburg',3959,1),
(45828,'Wooster',3959,1),
(45829,'Worthington',3959,1),
(45830,'Xenia',3959,1),
(45831,'Yellow Springs',3959,1),
(45832,'Youngstown',3959,1),
(45833,'Zanesville',3959,1),
(45834,'Ada',3960,1),
(45835,'Altus',3960,1),
(45836,'Ardmore',3960,1),
(45837,'Bartlesville',3960,1),
(45838,'Bethany',3960,1),
(45839,'Bixby',3960,1),
(45840,'Broken Arrow',3960,1),
(45841,'Catoosa',3960,1),
(45842,'Chickasha',3960,1),
(45843,'Choctaw',3960,1),
(45844,'Claremore',3960,1),
(45845,'Del City',3960,1),
(45846,'Duncan',3960,1),
(45847,'Durant',3960,1),
(45848,'Edmond',3960,1),
(45849,'El Reno',3960,1),
(45850,'Elk City',3960,1),
(45851,'Enid',3960,1),
(45852,'Fort Sill',3960,1),
(45853,'Grove',3960,1),
(45854,'Guthrie',3960,1),
(45855,'Heavener',3960,1),
(45856,'Hugo',3960,1),
(45857,'Lawton',3960,1),
(45858,'Lindsay',3960,1),
(45859,'MacAlester',3960,1),
(45860,'Miami',3960,1),
(45861,'Midwest City',3960,1),
(45862,'Moore',3960,1),
(45863,'Morrison',3960,1),
(45864,'Muskogee',3960,1),
(45865,'Mustang',3960,1),
(45866,'Norman',3960,1),
(45867,'Oklahoma City',3960,1),
(45868,'Okmulgee',3960,1),
(45869,'Owasso',3960,1),
(45870,'Pawnee',3960,1),
(45871,'Ponca City',3960,1),
(45872,'Rattan',3960,1),
(45873,'Sand Springs',3960,1),
(45874,'Sapulpa',3960,1),
(45875,'Shawnee',3960,1),
(45876,'Stillwater',3960,1),
(45877,'Sulphur',3960,1),
(45878,'Tahlequah',3960,1),
(45879,'The Village',3960,1),
(45880,'Tulsa',3960,1),
(45881,'Weatherford',3960,1),
(45882,'Welch',3960,1),
(45883,'Woodward',3960,1),
(45884,'Yukon',3960,1),
(45885,'Point Edward',3961,1),
(45886,'Woodbridge',3961,1),
(45887,'Albany',3962,1),
(45888,'Aloha',3962,1),
(45889,'Altamont',3962,1),
(45890,'Arleta',3962,1),
(45891,'Ashland',3962,1),
(45892,'Astoria',3962,1),
(45893,'Baker City',3962,1),
(45894,'Beaverton',3962,1),
(45895,'Bend',3962,1),
(45896,'Canby',3962,1),
(45897,'Cave Junction',3962,1),
(45898,'Cedar Hills',3962,1),
(45899,'Cedar Mill',3962,1),
(45900,'Central Point',3962,1),
(45901,'City of The Dalles',3962,1),
(45902,'Coos Bay',3962,1),
(45903,'Corvallis',3962,1),
(45904,'Creswell',3962,1),
(45905,'Dallas',3962,1),
(45906,'Donald',3962,1),
(45907,'Eugene',3962,1),
(45908,'Forest Grove',3962,1),
(45909,'Four Corners',3962,1),
(45910,'Gladstone',3962,1),
(45911,'Glide',3962,1),
(45912,'Grants Pass',3962,1),
(45913,'Gresham',3962,1),
(45914,'Hayesville',3962,1),
(45915,'Hazelwood',3962,1),
(45916,'Hermiston',3962,1),
(45917,'Hillsboro',3962,1),
(45918,'Hood River',3962,1),
(45919,'Hubbard',3962,1),
(45920,'John Day',3962,1),
(45921,'Jordan Valley',3962,1),
(45922,'Keizer',3962,1),
(45923,'Klamath Falls',3962,1),
(45924,'La Grande',3962,1),
(45925,'Lake Oswego',3962,1),
(45926,'Lebanon',3962,1),
(45927,'Lincoln',3962,1),
(45928,'MacMinnville',3962,1),
(45929,'Medford',3962,1),
(45930,'Milwaukie',3962,1),
(45931,'Newberg',3962,1),
(45932,'Newport',3962,1),
(45933,'North Bend',3962,1),
(45934,'OBrien',3962,1),
(45935,'Oak Grove',3962,1),
(45936,'Oatfield',3962,1),
(45937,'Ontario',3962,1),
(45938,'Oregon City',3962,1),
(45939,'Pendleton',3962,1),
(45940,'Portland',3962,1),
(45941,'Redmond',3962,1),
(45942,'Riddle',3962,1),
(45943,'River Road',3962,1),
(45944,'Roseburg',3962,1),
(45945,'Salem',3962,1),
(45946,'Sherwood',3962,1),
(45947,'Springfield',3962,1),
(45948,'Sublimity',3962,1),
(45949,'Sutherlin',3962,1),
(45950,'Talent',3962,1),
(45951,'Tigard',3962,1),
(45952,'Troutdale',3962,1),
(45953,'Tualatin',3962,1),
(45954,'Turner',3962,1),
(45955,'Vaughn',3962,1),
(45956,'West Linn',3962,1),
(45957,'Wilsonville',3962,1),
(45958,'Woodburn',3962,1),
(45959,'Akron',3963,1),
(45960,'Aliquippa',3963,1),
(45961,'Allentown',3963,1),
(45962,'Altoona',3963,1),
(45963,'Ambler',3963,1),
(45964,'Amityville',3963,1),
(45965,'Ardmore',3963,1),
(45966,'Audubon',3963,1),
(45967,'Back Mountain',3963,1),
(45968,'Baldwin',3963,1),
(45969,'Bangor',3963,1),
(45970,'Beaver Falls',3963,1),
(45971,'Belle Vernon',3963,1),
(45972,'Bensalem',3963,1),
(45973,'Berwick',3963,1),
(45974,'Berwyn',3963,1),
(45975,'Bethel Park',3963,1),
(45976,'Bethlehem',3963,1),
(45977,'Bloomsburg',3963,1),
(45978,'Boyertown',3963,1),
(45979,'Bradford',3963,1),
(45980,'Brentwood',3963,1),
(45981,'Bridgeport',3963,1),
(45982,'Bristol',3963,1),
(45983,'Brockway',3963,1),
(45984,'Broomall',3963,1),
(45985,'Bushkill',3963,1),
(45986,'Butler',3963,1),
(45987,'Camp Hill',3963,1),
(45988,'Canonsburg',3963,1),
(45989,'Carbondale',3963,1),
(45990,'Carlisle',3963,1),
(45991,'Carnegie',3963,1),
(45992,'Carnot Moon',3963,1),
(45993,'Chambersburg',3963,1),
(45994,'Chester',3963,1),
(45995,'Chester Springs',3963,1),
(45996,'Clarks Summit',3963,1),
(45997,'Coatesville',3963,1),
(45998,'Colonial Park',3963,1),
(45999,'Columbia',3963,1),
(46000,'Conshohocken',3963,1),
(46001,'Coraopolis',3963,1),
(46002,'Corry',3963,1),
(46003,'Cranberry Township',3963,1),
(46004,'Cresco',3963,1),
(46005,'Croydon',3963,1),
(46006,'Dallas',3963,1),
(46007,'Dallastown',3963,1),
(46008,'Darby',3963,1),
(46009,'Darby Township',3963,1),
(46010,'Downingtown',3963,1),
(46011,'Drexel Hill',3963,1),
(46012,'Duncansville',3963,1),
(46013,'Dunmore',3963,1),
(46014,'East Norriton',3963,1),
(46015,'East Stroudsburg',3963,1),
(46016,'Easton',3963,1),
(46017,'Economy',3963,1),
(46018,'Edinboro',3963,1),
(46019,'Elizabethtown',3963,1),
(46020,'Elkins Park',3963,1),
(46021,'Emmaus',3963,1),
(46022,'Ephrata',3963,1),
(46023,'Erdenheim',3963,1),
(46024,'Erie',3963,1),
(46025,'Erwinna',3963,1),
(46026,'Exton',3963,1),
(46027,'Feasterville',3963,1),
(46028,'Folcroft',3963,1),
(46029,'Franklin',3963,1),
(46030,'Franklin Park',3963,1),
(46031,'Frederick',3963,1),
(46032,'Fullerton',3963,1),
(46033,'Furlong',3963,1),
(46034,'Gettysburg',3963,1),
(46035,'Gibsonia',3963,1),
(46036,'Glenside',3963,1),
(46037,'Gordonville',3963,1),
(46038,'Greensburg',3963,1),
(46039,'Gwynedd',3963,1),
(46040,'Hampden Township',3963,1),
(46041,'Hanover',3963,1),
(46042,'Harleysville',3963,1),
(46043,'Harrisburg',3963,1),
(46044,'Harrison Township',3963,1),
(46045,'Hatboro',3963,1),
(46046,'Haverford',3963,1),
(46047,'Havertown',3963,1),
(46048,'Hazleton',3963,1),
(46049,'Hermitage',3963,1),
(46050,'Hershey',3963,1),
(46051,'Hollidaysburg',3963,1),
(46052,'Horsham',3963,1),
(46053,'Huntingdon Valley',3963,1),
(46054,'Indiana',3963,1),
(46055,'Irvine',3963,1),
(46056,'Ivyland',3963,1),
(46057,'Jeannette',3963,1),
(46058,'Jefferson',3963,1),
(46059,'Jenkintown',3963,1),
(46060,'Johnstown',3963,1),
(46061,'Kempton',3963,1),
(46062,'Kennett Square',3963,1),
(46063,'King of Prussia',3963,1),
(46064,'Kingston',3963,1),
(46065,'Kutztown',3963,1),
(46066,'Lafayette Hill',3963,1),
(46067,'Lancaster',3963,1),
(46068,'Landenberg',3963,1),
(46069,'Langhorne',3963,1),
(46070,'Lansdale',3963,1),
(46071,'Lansdowne',3963,1),
(46072,'Lansford',3963,1),
(46073,'Laurys Station',3963,1),
(46074,'Lebanon',3963,1),
(46075,'Lehighton',3963,1),
(46076,'Levittown',3963,1),
(46077,'Lincoln University',3963,1),
(46078,'Linesville',3963,1),
(46079,'Linwood',3963,1),
(46080,'Lower Burrell',3963,1),
(46081,'Lower Merion',3963,1),
(46082,'MacCandless Township',3963,1),
(46083,'MacKeesport',3963,1),
(46084,'Malvern',3963,1),
(46085,'Meadville',3963,1),
(46086,'Mechanicsburg',3963,1),
(46087,'Media',3963,1),
(46088,'Merion Station',3963,1),
(46089,'Middleburg',3963,1),
(46090,'Mifflinville',3963,1),
(46091,'Milanville',3963,1),
(46092,'Milford',3963,1),
(46093,'Millersburg',3963,1),
(46094,'Monessen',3963,1),
(46095,'Moscow',3963,1),
(46096,'Mount Carmel',3963,1),
(46097,'Mount Lebanon',3963,1),
(46098,'Mountville',3963,1),
(46099,'Munhall',3963,1),
(46100,'Municipality of Monroeville',3963,1),
(46101,'Municipality of Murrysville',3963,1),
(46102,'N. Charleroi',3963,1),
(46103,'Nanticoke',3963,1),
(46104,'Narberth',3963,1),
(46105,'Natrona Heights',3963,1),
(46106,'Nazareth',3963,1),
(46107,'Nether Providence Township',3963,1),
(46108,'New Buffalo',3963,1),
(46109,'New Carlisle',3963,1),
(46110,'New Castle',3963,1),
(46111,'New Cumberland',3963,1),
(46112,'New Hope',3963,1),
(46113,'New Kensington',3963,1),
(46114,'Newton',3963,1),
(46115,'Newtown',3963,1),
(46116,'Newville',3963,1),
(46117,'Norristown',3963,1),
(46118,'North East',3963,1),
(46119,'North Versailles',3963,1),
(46120,'North Wales',3963,1),
(46121,'Oaks',3963,1),
(46122,'Oil City',3963,1),
(46123,'Olyphant',3963,1),
(46124,'Orrtanna',3963,1),
(46125,'Orwigsburg',3963,1),
(46126,'Oxford',3963,1),
(46127,'Paoli',3963,1),
(46128,'Parksburg',3963,1),
(46129,'Penn Hills',3963,1),
(46130,'Philadelphia',3963,1),
(46131,'Phildelphia',3963,1),
(46132,'Phoenixville',3963,1),
(46133,'Pipersville',3963,1),
(46134,'Pittsburgh',3963,1),
(46135,'Pleasantville',3963,1),
(46136,'Plum',3963,1),
(46137,'Pocono Summit',3963,1),
(46138,'Pottstown',3963,1),
(46139,'Pottsville',3963,1),
(46140,'Primos',3963,1),
(46141,'Progress',3963,1),
(46142,'Prospect',3963,1),
(46143,'Quakertown',3963,1),
(46144,'Radnor Township',3963,1),
(46145,'Reading',3963,1),
(46146,'Robinson Township',3963,1),
(46147,'Roseto',3963,1),
(46148,'Ross Township',3963,1),
(46149,'Royersford',3963,1),
(46150,'Saint Marys',3963,1),
(46151,'Sarver',3963,1),
(46152,'Saxonburg',3963,1),
(46153,'Scott Township',3963,1),
(46154,'Scranton',3963,1),
(46155,'Seward',3963,1),
(46156,'Sewickley',3963,1),
(46157,'Shaler Township',3963,1),
(46158,'Sharon',3963,1),
(46159,'Shermans Dale',3963,1),
(46160,'Somerset',3963,1),
(46161,'Souderton',3963,1),
(46162,'South Park Township',3963,1),
(46163,'Southampton',3963,1),
(46164,'Springfield',3963,1),
(46165,'State College',3963,1),
(46166,'Strasburg',3963,1),
(46167,'Sunbury',3963,1),
(46168,'Susquehanna',3963,1),
(46169,'Swissvale',3963,1),
(46170,'Tamaqua',3963,1),
(46171,'Taylor',3963,1),
(46172,'Telford',3963,1),
(46173,'Trevose',3963,1),
(46174,'Turtle Creek',3963,1),
(46175,'Tyrone',3963,1),
(46176,'Uniontown',3963,1),
(46177,'Upper Darby',3963,1),
(46178,'Upper Providence Township',3963,1),
(46179,'Upper Saint Clair',3963,1),
(46180,'Vanderbilt',3963,1),
(46181,'Warminster',3963,1),
(46182,'Warren',3963,1),
(46183,'Warrendale',3963,1),
(46184,'Washington',3963,1),
(46185,'Waterford',3963,1),
(46186,'Waverly',3963,1),
(46187,'Wayne',3963,1),
(46188,'Waynesboro',3963,1),
(46189,'West Chester',3963,1),
(46190,'West Mifflin',3963,1),
(46191,'West Norriton',3963,1),
(46192,'West Point',3963,1),
(46193,'Wexford',3963,1),
(46194,'Whitehall',3963,1),
(46195,'Wilcox',3963,1),
(46196,'Wilkes-Barre',3963,1),
(46197,'Wilkinsburg',3963,1),
(46198,'Williamsport',3963,1),
(46199,'Willow Grove',3963,1),
(46200,'Womelsdorf',3963,1),
(46201,'Woodlyn',3963,1),
(46202,'Woolrich',3963,1),
(46203,'Wyncote',3963,1),
(46204,'Wyndmoor',3963,1),
(46205,'Wynnewood',3963,1),
(46206,'Yardley',3963,1),
(46207,'Yeadon',3963,1),
(46208,'York',3963,1),
(46209,'Ramey',3964,1),
(46210,'Adamsville',3969,1),
(46211,'Alcoa',3969,1),
(46212,'Antioch',3969,1),
(46213,'Arlington',3969,1),
(46214,'Athens',3969,1),
(46215,'Bartlett',3969,1),
(46216,'Bell Buckle',3969,1),
(46217,'Bloomingdale',3969,1),
(46218,'Blountville',3969,1),
(46219,'Brentwood',3969,1),
(46220,'Bristol',3969,1),
(46221,'Brownsville',3969,1),
(46222,'Burns',3969,1),
(46223,'Chattanooga',3969,1),
(46224,'Clarksville',3969,1),
(46225,'Cleveland',3969,1),
(46226,'Collierville',3969,1),
(46227,'Columbia',3969,1),
(46228,'Cookeville',3969,1),
(46229,'Cornersville',3969,1),
(46230,'Crossville',3969,1),
(46231,'Dayton',3969,1),
(46232,'Dickson',3969,1),
(46233,'Dyersburg',3969,1),
(46234,'East Brainerd',3969,1),
(46235,'East Ridge',3969,1),
(46236,'Elizabethton',3969,1),
(46237,'Farragut',3969,1),
(46238,'Franklin',3969,1),
(46239,'Gainesboro',3969,1),
(46240,'Gallatin',3969,1),
(46241,'Gatlinburg',3969,1),
(46242,'Germantown',3969,1),
(46243,'Goodlettsville',3969,1),
(46244,'Greeneville',3969,1),
(46245,'Hendersonville',3969,1),
(46246,'Hixson',3969,1),
(46247,'Jackson',3969,1),
(46248,'Johnson City',3969,1),
(46249,'Kingsport',3969,1),
(46250,'Knoxville',3969,1),
(46251,'Kodak',3969,1),
(46252,'La Vergne',3969,1),
(46253,'Lawrenceburg',3969,1),
(46254,'Lebanon',3969,1),
(46255,'Lenoir City',3969,1),
(46256,'Lewisburg',3969,1),
(46257,'MacMinnville',3969,1),
(46258,'Maryville',3969,1),
(46259,'Memphis',3969,1),
(46260,'Middle Valley',3969,1),
(46261,'Millington',3969,1),
(46262,'Morristown',3969,1),
(46263,'Mulberry',3969,1),
(46264,'Murfreesboro',3969,1),
(46265,'Nashville',3969,1),
(46266,'Oak Ridge',3969,1),
(46267,'Ooltewah',3969,1),
(46268,'Pinson',3969,1),
(46269,'Red Bank',3969,1),
(46270,'Selmer',3969,1),
(46271,'Sevierville',3969,1),
(46272,'Shelbyville',3969,1),
(46273,'Smithville',3969,1),
(46274,'Smyrna',3969,1),
(46275,'Spring City',3969,1),
(46276,'Springfield',3969,1),
(46277,'Tazewell',3969,1),
(46278,'Trenton',3969,1),
(46279,'Tullahoma',3969,1),
(46280,'Union City',3969,1),
(46281,'Abilene',3970,1),
(46282,'Addison',3970,1),
(46283,'Alamo',3970,1),
(46284,'Aldine',3970,1),
(46285,'Alice',3970,1),
(46286,'Allen',3970,1),
(46287,'Alvin',3970,1),
(46288,'Amarillo',3970,1),
(46289,'Anderson Mill',3970,1),
(46290,'Andrews',3970,1),
(46291,'Angleton',3970,1),
(46292,'Argyle',3970,1),
(46293,'Arlington',3970,1),
(46294,'Aspermont',3970,1),
(46295,'Atascocita',3970,1),
(46296,'Athens',3970,1),
(46297,'Austin',3970,1),
(46298,'Austinn',3970,1),
(46299,'Azle',3970,1),
(46300,'Balch Springs',3970,1),
(46301,'Barry',3970,1),
(46302,'Bay City',3970,1),
(46303,'Baytown',3970,1),
(46304,'Beaumont',3970,1),
(46305,'Bedford',3970,1),
(46306,'Beeville',3970,1),
(46307,'Bellaire',3970,1),
(46308,'Belton',3970,1),
(46309,'Benbrook',3970,1),
(46310,'Big Spring',3970,1),
(46311,'Bluff Dale',3970,1),
(46312,'Boerne',3970,1),
(46313,'Borger',3970,1),
(46314,'Breckenridge',3970,1),
(46315,'Brenham',3970,1),
(46316,'Brownfield',3970,1),
(46317,'Brownsville',3970,1),
(46318,'Brownwood',3970,1),
(46319,'Bryan',3970,1),
(46320,'Buda',3970,1),
(46321,'Burkburnett',3970,1),
(46322,'Burleson',3970,1),
(46323,'Campbell',3970,1),
(46324,'Canyon',3970,1),
(46325,'Canyon Lake',3970,1),
(46326,'Carrollton',3970,1),
(46327,'Cat Spring',3970,1),
(46328,'Cedar Hill',3970,1),
(46329,'Cedar Park',3970,1),
(46330,'Celina',3970,1),
(46331,'Center',3970,1),
(46332,'Channelview',3970,1),
(46333,'City of Dallas',3970,1),
(46334,'Cleburne',3970,1),
(46335,'Cloverleaf',3970,1),
(46336,'Clute',3970,1),
(46337,'College Station',3970,1),
(46338,'Colleyville',3970,1),
(46339,'Columbus',3970,1),
(46340,'Comanche',3970,1),
(46341,'Conroe',3970,1),
(46342,'Converse',3970,1),
(46343,'Coppell',3970,1),
(46344,'Copperas Cove',3970,1),
(46345,'Corinth',3970,1),
(46346,'Corpus Christi',3970,1),
(46347,'Corsicana',3970,1),
(46348,'Cotulla',3970,1),
(46349,'Crandall',3970,1),
(46350,'Cypress',3970,1),
(46351,'Dallas',3970,1),
(46352,'Dayton',3970,1),
(46353,'DeSoto',3970,1),
(46354,'Deer Park',3970,1),
(46355,'Del Rio',3970,1),
(46356,'Denison',3970,1),
(46357,'Denton',3970,1),
(46358,'Dickinson',3970,1),
(46359,'Donna',3970,1),
(46360,'Dumas',3970,1),
(46361,'Duncanville',3970,1),
(46362,'Eagle Pass',3970,1),
(46363,'Edinburg',3970,1),
(46364,'El Campo',3970,1),
(46365,'El Paso',3970,1),
(46366,'Elmendorf',3970,1),
(46367,'Ennis',3970,1),
(46368,'Euless',3970,1),
(46369,'Fairfield',3970,1),
(46370,'Farmers Branch',3970,1),
(46371,'Flower Mound',3970,1),
(46372,'Forest Hill',3970,1),
(46373,'Forney',3970,1),
(46374,'Fort Bliss',3970,1),
(46375,'Fort Hood',3970,1),
(46376,'Fort Worth',3970,1),
(46377,'Freeport',3970,1),
(46378,'Friendswood',3970,1),
(46379,'Frisco',3970,1),
(46380,'Gainesville',3970,1),
(46381,'Galena Park',3970,1),
(46382,'Galveston',3970,1),
(46383,'Garland',3970,1),
(46384,'Gatesville',3970,1),
(46385,'Georgetown',3970,1),
(46386,'Grand Prairie',3970,1),
(46387,'Grandview',3970,1),
(46388,'Grapeland',3970,1),
(46389,'Grapevine',3970,1),
(46390,'Greenville',3970,1),
(46391,'Gregory',3970,1),
(46392,'Groves',3970,1),
(46393,'Haltom City',3970,1),
(46394,'Harker Heights',3970,1),
(46395,'Harlingen',3970,1),
(46396,'Henderson',3970,1),
(46397,'Hereford',3970,1),
(46398,'Hewitt',3970,1),
(46399,'Highland Village',3970,1),
(46400,'Hillsboro',3970,1),
(46401,'Houston',3970,1),
(46402,'Humble',3970,1),
(46403,'Huntsville',3970,1),
(46404,'Hurst',3970,1),
(46405,'Ingleside',3970,1),
(46406,'Irving',3970,1),
(46407,'Jacksonville',3970,1),
(46408,'Jefferson',3970,1),
(46409,'Jollyville',3970,1),
(46410,'Justin',3970,1),
(46411,'Katy',3970,1),
(46412,'Kaufman',3970,1),
(46413,'Keller',3970,1),
(46414,'Kemah',3970,1),
(46415,'Kemp',3970,1),
(46416,'Kerrville',3970,1),
(46417,'Kilgore',3970,1),
(46418,'Killeen',3970,1),
(46419,'Kingsville',3970,1),
(46420,'Kingwood',3970,1),
(46421,'La Marque',3970,1),
(46422,'La Porte',3970,1),
(46423,'Lackland Air Force Base',3970,1),
(46424,'Lago Vista',3970,1),
(46425,'Lake Jackson',3970,1),
(46426,'Lamesa',3970,1),
(46427,'Lampasas',3970,1),
(46428,'Lancaster',3970,1),
(46429,'Laredo',3970,1),
(46430,'League City',3970,1),
(46431,'Leon Valley',3970,1),
(46432,'Levelland',3970,1),
(46433,'Lewisville',3970,1),
(46434,'Liberty Hill',3970,1),
(46435,'Lindsay',3970,1),
(46436,'Little Elm',3970,1),
(46437,'Live Oak',3970,1),
(46438,'Llano',3970,1),
(46439,'Lockhart',3970,1),
(46440,'Longview',3970,1),
(46441,'Lubbock',3970,1),
(46442,'Lufkin',3970,1),
(46443,'Lumberton',3970,1),
(46444,'MacAllen',3970,1),
(46445,'MacKinney',3970,1),
(46446,'Magnolia',3970,1),
(46447,'Malakoff',3970,1),
(46448,'Mansfield',3970,1),
(46449,'Marshall',3970,1),
(46450,'McAllen',3970,1),
(46451,'McKinney',3970,1),
(46452,'Medina',3970,1),
(46453,'Mercedes',3970,1),
(46454,'Mesquite',3970,1),
(46455,'Midland',3970,1),
(46456,'Mineral Wells',3970,1),
(46457,'Mission',3970,1),
(46458,'Mission Bend',3970,1),
(46459,'Missouri City',3970,1),
(46460,'Montgomery',3970,1),
(46461,'Mount Pleasant',3970,1),
(46462,'Murphy',3970,1),
(46463,'Nacogdoches',3970,1),
(46464,'Nederland',3970,1),
(46465,'New Braunfels',3970,1),
(46466,'New Caney',3970,1),
(46467,'North Richland Hills',3970,1),
(46468,'North Zulch',3970,1),
(46469,'Odessa',3970,1),
(46470,'Orange',3970,1),
(46471,'Ovalo',3970,1),
(46472,'Palestine',3970,1),
(46473,'Pampa',3970,1),
(46474,'Paris',3970,1),
(46475,'Pasadena',3970,1),
(46476,'Pearland',3970,1),
(46477,'Pecan Grove',3970,1),
(46478,'Pecos',3970,1),
(46479,'Pflugerville',3970,1),
(46480,'Pharr',3970,1),
(46481,'Pinehurst',3970,1),
(46482,'Plainview',3970,1),
(46483,'Plano',3970,1),
(46484,'Pontotoc',3970,1),
(46485,'Port Arthur',3970,1),
(46486,'Port Lavaca',3970,1),
(46487,'Port Neches',3970,1),
(46488,'Portland',3970,1),
(46489,'Pottsboro',3970,1),
(46490,'Princeton',3970,1),
(46491,'Richardson',3970,1),
(46492,'Richmond',3970,1),
(46493,'Rio Grande City',3970,1),
(46494,'Robstown',3970,1),
(46495,'Rockport',3970,1),
(46496,'Rockwall',3970,1),
(46497,'Roma',3970,1),
(46498,'Rosenberg',3970,1),
(46499,'Round Rock',3970,1),
(46500,'Rowlett',3970,1),
(46501,'Royse City',3970,1),
(46502,'Sachse',3970,1),
(46503,'Saginaw',3970,1),
(46504,'San Angelo',3970,1),
(46505,'San Antonio',3970,1),
(46506,'San Benito',3970,1),
(46507,'San Juan',3970,1),
(46508,'San Marcos',3970,1),
(46509,'Santa Fe',3970,1),
(46510,'Schertz',3970,1),
(46511,'Seabrook',3970,1),
(46512,'Seagoville',3970,1),
(46513,'Seguin',3970,1),
(46514,'Sherman',3970,1),
(46515,'Slaton',3970,1),
(46516,'Smithville',3970,1),
(46517,'Snyder',3970,1),
(46518,'Socorro',3970,1),
(46519,'South Houston',3970,1),
(46520,'South Padre Island',3970,1),
(46521,'Southlake',3970,1),
(46522,'Spring',3970,1),
(46523,'Stafford',3970,1),
(46524,'Stephenville',3970,1),
(46525,'Strawn',3970,1),
(46526,'Sugar Land',3970,1),
(46527,'Sulphur Springs',3970,1),
(46528,'Sweetwater',3970,1),
(46529,'Taylor',3970,1),
(46530,'Temple',3970,1),
(46531,'Terrell',3970,1),
(46532,'Texarkana',3970,1),
(46533,'Texas City',3970,1),
(46534,'The Colony',3970,1),
(46535,'The Woodlands',3970,1),
(46536,'Tomball',3970,1),
(46537,'Tyler',3970,1),
(46538,'Universal City',3970,1),
(46539,'University Park',3970,1),
(46540,'Uvalde',3970,1),
(46541,'Vernon',3970,1),
(46542,'Victoria',3970,1),
(46543,'Vidor',3970,1),
(46544,'Waco',3970,1),
(46545,'Watauga',3970,1),
(46546,'Waxahachie',3970,1),
(46547,'Weatherford',3970,1),
(46548,'Weslaco',3970,1),
(46549,'West Odessa',3970,1),
(46550,'West University Place',3970,1),
(46551,'White Settlement',3970,1),
(46552,'Wichita Falls',3970,1),
(46553,'Winnsboro',3970,1),
(46554,'Woodway',3970,1),
(46555,'Wylie',3970,1),
(46556,'Yoakum',3970,1),
(46557,'austinn',3970,1),
(46558,'Bedford Kentucky',3971,1),
(46559,'Alpine',3972,1),
(46560,'American Fork',3972,1),
(46561,'Bluffdale',3972,1),
(46562,'Bountiful',3972,1),
(46563,'Brigham City',3972,1),
(46564,'Canyon Rim',3972,1),
(46565,'Castle Dale',3972,1),
(46566,'Cedar City',3972,1),
(46567,'Centerville',3972,1),
(46568,'Clearfield',3972,1),
(46569,'Clinton',3972,1),
(46570,'Cottonwood Heights',3972,1),
(46571,'Cottonwood West',3972,1),
(46572,'Draper',3972,1),
(46573,'East Millcreek',3972,1),
(46574,'Farmington',3972,1),
(46575,'Holladay-Cottonwood',3972,1),
(46576,'Ivins',3972,1),
(46577,'Kaysville',3972,1),
(46578,'Kearns',3972,1),
(46579,'Layton',3972,1),
(46580,'Lehi',3972,1),
(46581,'Logan',3972,1),
(46582,'Magna',3972,1),
(46583,'Mapleton',3972,1),
(46584,'Midvale',3972,1),
(46585,'Millcreek',3972,1),
(46586,'Moab',3972,1),
(46587,'Monticello',3972,1),
(46588,'Murray',3972,1),
(46589,'North Logan',3972,1),
(46590,'North Ogden',3972,1),
(46591,'Ogden',3972,1),
(46592,'Orem',3972,1),
(46593,'Panguitch',3972,1),
(46594,'Park City',3972,1),
(46595,'Payson',3972,1),
(46596,'Pleasant Grove',3972,1),
(46597,'Provo',3972,1),
(46598,'Riverton',3972,1),
(46599,'Roy',3972,1),
(46600,'Saint George',3972,1),
(46601,'Salt Lake City',3972,1),
(46602,'Sandy',3972,1),
(46603,'Santaquin',3972,1),
(46604,'South Jordan',3972,1),
(46605,'South Ogden',3972,1),
(46606,'South Salt Lake',3972,1),
(46607,'Spanish Fork',3972,1),
(46608,'Springville',3972,1),
(46609,'Taylorsville',3972,1),
(46610,'Tooele',3972,1),
(46611,'Tremonton',3972,1),
(46612,'Union',3972,1),
(46613,'Washington',3972,1),
(46614,'West Jordan',3972,1),
(46615,'West Valley City',3972,1),
(46616,'Woods Cross',3972,1),
(46617,'Barre',3973,1),
(46618,'Bennington',3973,1),
(46619,'Brattleboro',3973,1),
(46620,'Bristol',3973,1),
(46621,'Burlington',3973,1),
(46622,'Cabot',3973,1),
(46623,'Colchester',3973,1),
(46624,'Danville',3973,1),
(46625,'Dorset',3973,1),
(46626,'Dummerston',3973,1),
(46627,'East Corinth',3973,1),
(46628,'East Fairfield',3973,1),
(46629,'East Randolph',3973,1),
(46630,'Essex',3973,1),
(46631,'Essex Junction',3973,1),
(46632,'Grand Isle',3973,1),
(46633,'Hartford',3973,1),
(46634,'Jericho',3973,1),
(46635,'Manchester',3973,1),
(46636,'Manchester Center',3973,1),
(46637,'Middlebury',3973,1),
(46638,'Milton',3973,1),
(46639,'Montpelier',3973,1),
(46640,'Putney',3973,1),
(46641,'Randolph',3973,1),
(46642,'Rochester',3973,1),
(46643,'Rutland',3973,1),
(46644,'Saint Albans',3973,1),
(46645,'Saint Johnsbury',3973,1),
(46646,'Saxtons River',3973,1),
(46647,'South Burlington',3973,1),
(46648,'South Strafford',3973,1),
(46649,'Springfield',3973,1),
(46650,'Townshend',3973,1),
(46651,'Tunbridge',3973,1),
(46652,'Van',3973,1),
(46653,'Vernon',3973,1),
(46654,'Wallingford',3973,1),
(46655,'Watisfield',3973,1),
(46656,'West Brookfield',3973,1),
(46657,'West Charleston',3973,1),
(46658,'West Newbury',3973,1),
(46659,'Williston',3973,1),
(46660,'Winooski',3973,1),
(46661,'Abingdon',3974,1),
(46662,'Alexandria',3974,1),
(46663,'Annandale',3974,1),
(46664,'Arlington',3974,1),
(46665,'Ashburn',3974,1),
(46666,'Ashland',3974,1),
(46667,'Aylett',3974,1),
(46668,'Bailey\'s Crossroads',3974,1),
(46669,'Blacksburg',3974,1),
(46670,'Bland',3974,1),
(46671,'Bluefield',3974,1),
(46672,'Bon Air',3974,1),
(46673,'Bristol',3974,1),
(46674,'Burke',3974,1),
(46675,'Cave Spring',3974,1),
(46676,'Centreville',3974,1),
(46677,'Chantilly',3974,1),
(46678,'Charlottesville',3974,1),
(46679,'Chesapeake',3974,1),
(46680,'Chester',3974,1),
(46681,'Christiansburg',3974,1),
(46682,'Churchville',3974,1),
(46683,'Clifton',3974,1),
(46684,'Colonial Heights',3974,1),
(46685,'Culloden',3974,1),
(46686,'Dale City',3974,1),
(46687,'Danville',3974,1),
(46688,'Dublin',3974,1),
(46689,'Eagle Rock',3974,1),
(46690,'East Highland Park',3974,1),
(46691,'Faber',3974,1),
(46692,'Fairfax',3974,1),
(46693,'Falls Church',3974,1),
(46694,'Fishersville',3974,1),
(46695,'Fort Hunt',3974,1),
(46696,'Fort Valley',3974,1),
(46697,'Franconia',3974,1),
(46698,'Franklin',3974,1),
(46699,'Fredericksburg',3974,1),
(46700,'Front Royal',3974,1),
(46701,'Gainesville',3974,1),
(46702,'Glen Allen',3974,1),
(46703,'Gloucester',3974,1),
(46704,'Goochland',3974,1),
(46705,'Great Falls',3974,1),
(46706,'Groveton',3974,1),
(46707,'Hampton',3974,1),
(46708,'Harrisonburg',3974,1),
(46709,'Henrico',3974,1),
(46710,'Herndon',3974,1),
(46711,'Highland Springs',3974,1),
(46712,'Hollins',3974,1),
(46713,'Hopewell',3974,1),
(46714,'Hybla Valley',3974,1),
(46715,'Idylwood',3974,1),
(46716,'Irvington',3974,1),
(46717,'Jamesville',3974,1),
(46718,'Jefferson',3974,1),
(46719,'Keen Mountain',3974,1),
(46720,'Keswick',3974,1),
(46721,'Lake Ridge',3974,1),
(46722,'Lakeside',3974,1),
(46723,'Laurel',3974,1),
(46724,'Leesburg',3974,1),
(46725,'Lincolnia',3974,1),
(46726,'Lorton',3974,1),
(46727,'Lynchburg',3974,1),
(46728,'MacLean',3974,1),
(46729,'Madison',3974,1),
(46730,'Madison Heights',3974,1),
(46731,'Manassas',3974,1),
(46732,'Marion',3974,1),
(46733,'Martinsville',3974,1),
(46734,'Mclean',3974,1),
(46735,'Mechanicsville',3974,1),
(46736,'Melfa',3974,1),
(46737,'Midlothian',3974,1),
(46738,'Montclair',3974,1),
(46739,'Montross',3974,1),
(46740,'Mount Vernon',3974,1),
(46741,'Newington',3974,1),
(46742,'Newport News',3974,1),
(46743,'Norfolk',3974,1),
(46744,'North Springfield',3974,1),
(46745,'Oakton',3974,1),
(46746,'Orange',3974,1),
(46747,'Petersburg',3974,1),
(46748,'Poquoson',3974,1),
(46749,'Portsmouth',3974,1),
(46750,'Radford',3974,1),
(46751,'Reston',3974,1),
(46752,'Richmond',3974,1),
(46753,'Roanoke',3974,1),
(46754,'Rose Hill',3974,1),
(46755,'Salem',3974,1),
(46756,'Seaford',3974,1),
(46757,'South Boston',3974,1),
(46758,'Springfield',3974,1),
(46759,'Stafford',3974,1),
(46760,'Staffordshire',3974,1),
(46761,'Staunton',3974,1),
(46762,'Sterling',3974,1),
(46763,'Suffolk',3974,1),
(46764,'Sugarland Run',3974,1),
(46765,'Tappahannock',3974,1),
(46766,'Timberlake',3974,1),
(46767,'Triangle',3974,1),
(46768,'Tuckahoe',3974,1),
(46769,'Tysons Corner',3974,1),
(46770,'Vienna',3974,1),
(46771,'Virginia Beach',3974,1),
(46772,'Warrenton',3974,1),
(46773,'Washington',3974,1),
(46774,'Waterford',3974,1),
(46775,'Waynesboro',3974,1),
(46776,'West Springfield',3974,1),
(46777,'Williamsburg',3974,1),
(46778,'Winchester',3974,1),
(46779,'Wolf Trap',3974,1),
(46780,'Woodbridge',3974,1),
(46781,'Wytheville',3974,1),
(46782,'Yorktown',3974,1),
(46783,'Aberdeen',3975,1),
(46784,'Airway Heights',3975,1),
(46785,'Alderwood Manor',3975,1),
(46786,'Anacortes',3975,1),
(46787,'Arlington',3975,1),
(46788,'Auburn',3975,1),
(46789,'Bainbridge Island',3975,1),
(46790,'Battle Ground',3975,1),
(46791,'Bellevue',3975,1),
(46792,'Bellingham',3975,1),
(46793,'Bingen',3975,1),
(46794,'Blaine',3975,1),
(46795,'Bothell',3975,1),
(46796,'Bremerton',3975,1),
(46797,'Bryn Mawr-Skyway',3975,1),
(46798,'Buckley',3975,1),
(46799,'Burien',3975,1),
(46800,'Burlington',3975,1),
(46801,'Camano Island',3975,1),
(46802,'Camas',3975,1),
(46803,'Cascade-Fairwood',3975,1),
(46804,'Centralia',3975,1),
(46805,'Chehalis',3975,1),
(46806,'Cheney',3975,1),
(46807,'Clear Lake',3975,1),
(46808,'Colbert',3975,1),
(46809,'Cottage Lake',3975,1),
(46810,'Covington-Sawyer-Wilderness',3975,1),
(46811,'Des Moines',3975,1),
(46812,'Duvall',3975,1),
(46813,'East Hill-Meridian',3975,1),
(46814,'East Renton Highlands',3975,1),
(46815,'East Wenatchee Bench',3975,1),
(46816,'Eastsound',3975,1),
(46817,'Eatonville',3975,1),
(46818,'Edgewood-North Hill',3975,1),
(46819,'Edmonds',3975,1),
(46820,'Elk Plain',3975,1),
(46821,'Ellensburg',3975,1),
(46822,'Enumclaw',3975,1),
(46823,'Esperance',3975,1),
(46824,'Everett',3975,1),
(46825,'Evergreen',3975,1),
(46826,'Fairchild',3975,1),
(46827,'Federal Way',3975,1),
(46828,'Ferndale',3975,1),
(46829,'Fircrest',3975,1),
(46830,'Ford',3975,1),
(46831,'Fort Lewis',3975,1),
(46832,'Friday Harbor',3975,1),
(46833,'Gig Harbor',3975,1),
(46834,'Graham',3975,1),
(46835,'Harbour Pointe',3975,1),
(46836,'Inglewood-Finn Hill',3975,1),
(46837,'Issaquah',3975,1),
(46838,'Kelso',3975,1),
(46839,'Kenmore',3975,1),
(46840,'Kennewick',3975,1),
(46841,'Kent',3975,1),
(46842,'Kingsgate',3975,1),
(46843,'Kirkland',3975,1),
(46844,'Lacey',3975,1),
(46845,'Lake Serene-North Lynnwood',3975,1),
(46846,'Lakeland North',3975,1),
(46847,'Lakeland South',3975,1),
(46848,'Lakewood',3975,1),
(46849,'Longview',3975,1),
(46850,'Lynnwood',3975,1),
(46851,'Martha Lake',3975,1),
(46852,'Marysville',3975,1),
(46853,'Mercer Island',3975,1),
(46854,'Minnehaha',3975,1),
(46855,'Monroe',3975,1),
(46856,'Moses Lake',3975,1),
(46857,'Mossyrock',3975,1),
(46858,'Mount Vernon',3975,1),
(46859,'Mountlake Terrace',3975,1),
(46860,'Mukilteo',3975,1),
(46861,'Newport Hills',3975,1),
(46862,'North City-Ridgecrest',3975,1),
(46863,'North Creek',3975,1),
(46864,'North Marysville',3975,1),
(46865,'Oak Harbor',3975,1),
(46866,'Ocean Shores',3975,1),
(46867,'Olympia',3975,1),
(46868,'Opportunity',3975,1),
(46869,'Orchards South',3975,1),
(46870,'Orting',3975,1),
(46871,'Paine Field-Lake Stickney',3975,1),
(46872,'Parkland',3975,1),
(46873,'Pasco',3975,1),
(46874,'Picnic Point-North Lynnwood',3975,1),
(46875,'Pine Lake',3975,1),
(46876,'Port Angeles',3975,1),
(46877,'Port Hadlock',3975,1),
(46878,'Port Ludlow',3975,1),
(46879,'Port Orchard',3975,1),
(46880,'Poulsbo',3975,1),
(46881,'Pullman',3975,1),
(46882,'Puyallup',3975,1),
(46883,'Redmond',3975,1),
(46884,'Renton',3975,1),
(46885,'Republic',3975,1),
(46886,'Richland',3975,1),
(46887,'Riverton-Boulevard Park',3975,1),
(46888,'Sahalee',3975,1),
(46889,'Salmon Creek',3975,1),
(46890,'Sammamish',3975,1),
(46891,'SeaTac',3975,1),
(46892,'Seattle',3975,1),
(46893,'Seattle Hill-Silver Firs',3975,1),
(46894,'Sedro Woolley',3975,1),
(46895,'Shelton',3975,1),
(46896,'Shoreline',3975,1),
(46897,'Silverdale',3975,1),
(46898,'Snohomish',3975,1),
(46899,'South Hill',3975,1),
(46900,'South Prairie',3975,1),
(46901,'South Seattle',3975,1),
(46902,'Spanaway',3975,1),
(46903,'Spokane',3975,1),
(46904,'Sumas',3975,1),
(46905,'Sumner',3975,1),
(46906,'Sunnyside',3975,1),
(46907,'Tacoma',3975,1),
(46908,'Tukwila',3975,1),
(46909,'Tumwater',3975,1),
(46910,'University Place',3975,1),
(46911,'Vancouver',3975,1),
(46912,'Vashon',3975,1),
(46913,'Walla Walla',3975,1),
(46914,'Washougal',3975,1),
(46915,'Wenatchee',3975,1),
(46916,'West Lake Stevens',3975,1),
(46917,'White Center',3975,1),
(46918,'White Salmon',3975,1),
(46919,'White Swan',3975,1),
(46920,'Woodinville',3975,1),
(46921,'Yakima',3975,1),
(46922,'Yelm',3975,1),
(46923,'Adams',3977,1),
(46924,'Allouez',3977,1),
(46925,'Appleton',3977,1),
(46926,'Ashland',3977,1),
(46927,'Ashwaubenon',3977,1),
(46928,'Baraboo',3977,1),
(46929,'Beaver Dam',3977,1),
(46930,'Beloit',3977,1),
(46931,'Brookfield',3977,1),
(46932,'Brown Deer',3977,1),
(46933,'Burlington',3977,1),
(46934,'Caledonia',3977,1),
(46935,'Carter',3977,1),
(46936,'Cedarburg',3977,1),
(46937,'Chippewa Falls',3977,1),
(46938,'Cudahy',3977,1),
(46939,'De Pere',3977,1),
(46940,'Deer Park',3977,1),
(46941,'Delafield',3977,1),
(46942,'Eau Claire',3977,1),
(46943,'Elkhorn',3977,1),
(46944,'Elroy',3977,1),
(46945,'Fitchburg',3977,1),
(46946,'Fond du Lac',3977,1),
(46947,'Fort Atkinson',3977,1),
(46948,'Franklin',3977,1),
(46949,'Galesville',3977,1),
(46950,'Germantown',3977,1),
(46951,'Glen Flora',3977,1),
(46952,'Glendale',3977,1),
(46953,'Goodman',3977,1),
(46954,'Grafton',3977,1),
(46955,'Green Bay',3977,1),
(46956,'Greendale',3977,1),
(46957,'Greenfield',3977,1),
(46958,'Hartford',3977,1),
(46959,'Hartland',3977,1),
(46960,'Howard',3977,1),
(46961,'Hudson',3977,1),
(46962,'Janesville',3977,1),
(46963,'Jefferson',3977,1),
(46964,'Junction City',3977,1),
(46965,'Kaukauna',3977,1),
(46966,'Kenosha',3977,1),
(46967,'Kiel',3977,1),
(46968,'Kohler',3977,1),
(46969,'La Crosse',3977,1),
(46970,'Little Chute',3977,1),
(46971,'Madison',3977,1),
(46972,'Manitowoc',3977,1),
(46973,'Marinette',3977,1),
(46974,'Marshfield',3977,1),
(46975,'Medford',3977,1),
(46976,'Menasha',3977,1),
(46977,'Menomonee Falls',3977,1),
(46978,'Menomonie',3977,1),
(46979,'Mequon',3977,1),
(46980,'Merrill',3977,1),
(46981,'Middleton',3977,1),
(46982,'Milwaukee',3977,1),
(46983,'Mineral Point',3977,1),
(46984,'Monroe',3977,1),
(46985,'Mount Pleasant',3977,1),
(46986,'Mukwonago',3977,1),
(46987,'Muskego',3977,1),
(46988,'Neenah',3977,1),
(46989,'New Berlin',3977,1),
(46990,'New Richmond',3977,1),
(46991,'Oak Creek',3977,1),
(46992,'Oconomowoc',3977,1),
(46993,'Onalaska',3977,1),
(46994,'Orfordville',3977,1),
(46995,'Oshkosh',3977,1),
(46996,'Pigeon Falls',3977,1),
(46997,'Platteville',3977,1),
(46998,'Pleasant Prairie',3977,1),
(46999,'Plover',3977,1),
(47000,'Port Washington',3977,1),
(47001,'Portage',3977,1),
(47002,'Pound',3977,1),
(47003,'Racine',3977,1),
(47004,'Reedsburg',3977,1),
(47005,'Rhinelander',3977,1),
(47006,'River Falls',3977,1),
(47007,'Saint Francis',3977,1),
(47008,'Sheboygan',3977,1),
(47009,'Shorewood',3977,1),
(47010,'South Milwaukee',3977,1),
(47011,'Spring Valley',3977,1),
(47012,'Stevens Point',3977,1),
(47013,'Stoughton',3977,1),
(47014,'Strum',3977,1),
(47015,'Sturtevant',3977,1),
(47016,'Sun Prairie',3977,1),
(47017,'Superior',3977,1),
(47018,'Three Lakes',3977,1),
(47019,'Tomah',3977,1),
(47020,'Two Rivers',3977,1),
(47021,'Washington Island',3977,1),
(47022,'Waterford',3977,1),
(47023,'Watertown',3977,1),
(47024,'Waukesha',3977,1),
(47025,'Waupun',3977,1),
(47026,'Wausau',3977,1),
(47027,'Wautoma',3977,1),
(47028,'Wauwatosa',3977,1),
(47029,'West Allis',3977,1),
(47030,'West Bend',3977,1),
(47031,'Weston',3977,1),
(47032,'Whitefish Bay',3977,1),
(47033,'Whitewater',3977,1),
(47034,'Wisconsin Rapids',3977,1),
(47035,'Buffalo',3978,1),
(47036,'Casper',3978,1),
(47037,'Cheyenne',3978,1),
(47038,'Cody',3978,1),
(47039,'Douglas',3978,1),
(47040,'Evanston',3978,1),
(47041,'Gillette',3978,1),
(47042,'Green River',3978,1),
(47043,'Jackson',3978,1),
(47044,'Lander',3978,1),
(47045,'Laramie',3978,1),
(47046,'Powell',3978,1),
(47047,'Rawlins',3978,1),
(47048,'Riverton',3978,1),
(47049,'Rock Springs',3978,1),
(47050,'Sheridan',3978,1),
(47051,'Torrington',3978,1),
(47052,'Worland',3978,1),
(47053,'Artigas',3980,1),
(47054,'Bella Union',3980,1),
(47055,'Camino Maldonado',3981,1),
(47056,'Canelones',3981,1),
(47057,'Ciudad de la Costa',3981,1),
(47058,'Juan Antonio Artigas',3981,1),
(47059,'Las Piedras',3981,1),
(47060,'Pando',3981,1),
(47061,'Paso de Carrasco',3981,1),
(47062,'Progreso',3981,1),
(47063,'Santa Lucia',3981,1),
(47064,'Carmelo',3983,1),
(47065,'Colonia',3983,1),
(47066,'Juan Lacaze',3983,1),
(47067,'Nueva Helvecia',3983,1),
(47068,'Durazno',3984,1),
(47069,'Florida',3985,1),
(47070,'Trinidad',3986,1),
(47071,'Minas',3987,1),
(47072,'Maldonado',3988,1),
(47073,'San Carlos',3988,1),
(47074,'La Paz',3989,1),
(47075,'Montevideo',3989,1),
(47076,'Paysandu',3990,1),
(47077,'Rivera',3992,1),
(47078,'Chuy',3993,1),
(47079,'Rocha',3993,1),
(47080,'Salto',3994,1),
(47081,'Dolores',3996,1),
(47082,'Mercedes',3996,1),
(47083,'Paso de los Toros',3997,1),
(47084,'Tacuarembo',3997,1),
(47085,'Ahunabayev',3999,1),
(47086,'Andijon',3999,1),
(47087,'Asaka',3999,1),
(47088,'Boz',3999,1),
(47089,'Hakkulobod',3999,1),
(47090,'Hocaobod',3999,1),
(47091,'Honobod',3999,1),
(47092,'Ilyichevsk',3999,1),
(47093,'Karabagis',3999,1),
(47094,'Kurgontepa',3999,1),
(47095,'Marhomat',3999,1),
(47096,'Pahtaobod',3999,1),
(47097,'Paytug',3999,1),
(47098,'Sahrihan',3999,1),
(47099,'Buhoro',4000,1),
(47100,'Cangeldi',4000,1),
(47101,'Galaosiye',4000,1),
(47102,'Gazli',4000,1),
(47103,'Gijduvon',4000,1),
(47104,'Kizilravbe',4000,1),
(47105,'Kogon',4000,1),
(47106,'Korakul',4000,1),
(47107,'Korovulbazar',4000,1),
(47108,'Kukca',4000,1),
(47109,'Olot',4000,1),
(47110,'Oyokkuduk',4000,1),
(47111,'Romitan',4000,1),
(47112,'Safirkon',4000,1),
(47113,'Vobkent',4000,1),
(47114,'Cizah',4002,1),
(47115,'Dustlik',4002,1),
(47116,'Gagarin',4002,1),
(47117,'Gallaorol',4002,1),
(47118,'Marcanbulok',4002,1),
(47119,'Pahtakor',4002,1),
(47120,'Ulyanovo',4002,1),
(47121,'Zomin',4002,1),
(47122,'Altyarik',4003,1),
(47123,'Avval',4003,1),
(47124,'Besarik',4003,1),
(47125,'Fargona',4003,1),
(47126,'Hamza',4003,1),
(47127,'Kirgili',4003,1),
(47128,'Kukon',4003,1),
(47129,'Kuva',4003,1),
(47130,'Kuvasoy',4003,1),
(47131,'Margilon',4003,1),
(47132,'Rapkan',4003,1),
(47133,'Riston',4003,1),
(47134,'Toslok',4003,1),
(47135,'Yaypan',4003,1),
(47136,'Drujba',4004,1),
(47137,'Gurlan',4004,1),
(47138,'Hazorasp',4004,1),
(47139,'Heva',4004,1),
(47140,'Honko',4004,1),
(47141,'Kuskupir',4004,1),
(47142,'Mesekli',4004,1),
(47143,'Sovot',4004,1),
(47144,'Turpokkala',4004,1),
(47145,'Urgenc',4004,1),
(47146,'Beskent',4005,1),
(47147,'Ceynau',4005,1),
(47148,'Cirakci',4005,1),
(47149,'Dehkanobod',4005,1),
(47150,'Dinau',4005,1),
(47151,'Guzor',4005,1),
(47152,'Kallig',4005,1),
(47153,'Kamasi',4005,1),
(47154,'Karabag',4005,1),
(47155,'Karsi',4005,1),
(47156,'Kasbi',4005,1),
(47157,'Kitob',4005,1),
(47158,'Koson',4005,1),
(47159,'Madaniyat',4005,1),
(47160,'Maydayap',4005,1),
(47161,'Maymanak',4005,1),
(47162,'Muborak',4005,1),
(47163,'Oktyabrskiy',4005,1),
(47164,'Sahrisabz',4005,1),
(47165,'Talimarcon',4005,1),
(47166,'Urtacim',4005,1),
(47167,'Yakkabog',4005,1),
(47168,'Yaninison',4005,1),
(47169,'Beruni',4006,1),
(47170,'Buston',4006,1),
(47171,'Cimboy',4006,1),
(47172,'Halkobod',4006,1),
(47173,'Hucayli',4006,1),
(47174,'Karauzyak',4006,1),
(47175,'Kegayli',4006,1),
(47176,'Kizketken',4006,1),
(47177,'Kozokdaryo',4006,1),
(47178,'Kungirot',4006,1),
(47179,'Mangit',4006,1),
(47180,'Muynok',4006,1),
(47181,'Nukus',4006,1),
(47182,'Tahiatos',4006,1),
(47183,'Tahtakupir',4006,1),
(47184,'Turtkul',4006,1),
(47185,'Aytim',4007,1),
(47186,'Besbulok',4007,1),
(47187,'Cartak',4007,1),
(47188,'Cingeldi',4007,1),
(47189,'Cust',4007,1),
(47190,'Gozgon',4007,1),
(47191,'Iskavat',4007,1),
(47192,'Kalkuduk',4007,1),
(47193,'Konimeh',4007,1),
(47194,'Kosonsoy',4007,1),
(47195,'Minbulok',4007,1),
(47196,'Namangan',4007,1),
(47197,'Nurota',4007,1),
(47198,'Pop',4007,1),
(47199,'Tomdibulok',4007,1),
(47200,'Tosbulok',4007,1),
(47201,'Turakurgon',4007,1),
(47202,'Uckurgon',4007,1),
(47203,'Unhoyat',4007,1),
(47204,'Uyci',4007,1),
(47205,'Uzunkuduk',4007,1),
(47206,'Yanikurgon',4007,1),
(47207,'Karmana',4008,1),
(47208,'Kiziltepa',4008,1),
(47209,'Navoi',4008,1),
(47210,'Uckuduk',4008,1),
(47211,'Zarafson',4008,1),
(47212,'Bulungur',4009,1),
(47213,'Camboy',4009,1),
(47214,'Carhin',4009,1),
(47215,'Celak',4009,1),
(47216,'Cuma',4009,1),
(47217,'Dahbed',4009,1),
(47218,'Istihon',4009,1),
(47219,'Kattakurgon',4009,1),
(47220,'Kusrobod',4009,1),
(47221,'Nurobod',4009,1),
(47222,'Oktos',4009,1),
(47223,'Paysanba',4009,1),
(47224,'Samarkand',4009,1),
(47225,'Superfosfatniy',4009,1),
(47226,'Urgut',4009,1),
(47227,'Yanirobod',4009,1),
(47228,'Ziadin',4009,1),
(47229,'Baht',4010,1),
(47230,'Guliston',4010,1),
(47231,'Hovos',4010,1),
(47232,'Sirdare',4010,1),
(47233,'Sirin',4010,1),
(47234,'Yaniyer',4010,1),
(47235,'Akkurgon',4011,1),
(47236,'Boysun',4011,1),
(47237,'Carkurgon',4011,1),
(47238,'Denau',4011,1),
(47239,'Kumkurgon',4011,1),
(47240,'Paskurd',4011,1),
(47241,'Sargun',4011,1),
(47242,'Sariasiya',4011,1),
(47243,'Serobod',4011,1),
(47244,'Surci',4011,1),
(47245,'Termiz',4011,1),
(47246,'Zan',4011,1),
(47247,'Almazar',4012,1),
(47248,'Angren',4012,1),
(47249,'Bekobod',4012,1),
(47250,'Bektemir',4012,1),
(47251,'Buka',4012,1),
(47252,'Cinoz',4012,1),
(47253,'Circik',4012,1),
(47254,'Gazalkent',4012,1),
(47255,'Iskandar',4012,1),
(47256,'Keles',4012,1),
(47257,'Kibray',4012,1),
(47258,'Krasnogorskiy',4012,1),
(47259,'Kuyluk',4012,1),
(47260,'Ohangaron',4012,1),
(47261,'Olmalik',4012,1),
(47262,'Parkent',4012,1),
(47263,'Pskent',4012,1),
(47264,'Salar',4012,1),
(47265,'Soldatski',4012,1),
(47266,'Tashkent',4012,1),
(47267,'Toskent',4012,1),
(47268,'Tuytepa',4012,1),
(47269,'Urtaaul',4012,1),
(47270,'Yaniobod',4012,1),
(47271,'Yaniyul',4012,1),
(47272,'Lakatoro',4013,1),
(47273,'Norsup',4013,1),
(47274,'Longana',4014,1),
(47275,'Luganville',4015,1),
(47276,'Port Olry',4015,1),
(47277,'Vila',4016,1),
(47278,'Isangel',4017,1),
(47279,'Sola',4018,1),
(47280,'Puerto Ayacucho',4020,1),
(47281,'Anaco',4021,1),
(47282,'Barcelona',4021,1),
(47283,'Cantaura',4021,1),
(47284,'El Tigre',4021,1),
(47285,'Puerto la Cruz',4021,1),
(47286,'San Jose de Guanipa',4021,1),
(47287,'Guasdualito',4022,1),
(47288,'San Fernando',4022,1),
(47289,'Cagua',4023,1),
(47290,'El Limon',4023,1),
(47291,'La Victoria',4023,1),
(47292,'Las Teyerias',4023,1),
(47293,'Maracay',4023,1),
(47294,'Palo Negro',4023,1),
(47295,'San Mateo',4023,1),
(47296,'Turmero',4023,1),
(47297,'Villa de Cura',4023,1),
(47298,'Barinas',4024,1),
(47299,'Barinitas',4024,1),
(47300,'Ciudad Bolivar',4025,1),
(47301,'Ciudad Guayana',4025,1),
(47302,'Upata',4025,1),
(47303,'Goaigoaza',4026,1),
(47304,'Guacara',4026,1),
(47305,'Guigue',4026,1),
(47306,'Mariara',4026,1),
(47307,'Moron',4026,1),
(47308,'Puerto Cabello',4026,1),
(47309,'San Joaquin',4026,1),
(47310,'Tacarigua',4026,1),
(47311,'Valencia',4026,1),
(47312,'San Carlos',4027,1),
(47313,'Tinaquillo',4027,1),
(47314,'Coro',4030,1),
(47315,'Punta Cardon',4030,1),
(47316,'Punto Fijo',4030,1),
(47317,'Altagracia de Orituco',4031,1),
(47318,'Calabozo',4031,1),
(47319,'San Juan de los Morros',4031,1),
(47320,'Valle de la Pascua',4031,1),
(47321,'Zaraza',4031,1),
(47322,'Barquisimeto',4032,1),
(47323,'Cabudare',4032,1),
(47324,'Carora',4032,1),
(47325,'El Tocuyo',4032,1),
(47326,'Los Rastrojos',4032,1),
(47327,'Quibor',4032,1),
(47328,'Ejido',4033,1),
(47329,'El Vigia',4033,1),
(47330,'Merida',4033,1),
(47331,'Baruta',4034,1),
(47332,'Carrizal',4034,1),
(47333,'Catia La Mar',4034,1),
(47334,'Caucaguita',4034,1),
(47335,'Chacao',4034,1),
(47336,'Charallave',4034,1),
(47337,'Cua',4034,1),
(47338,'El Cafetal',4034,1),
(47339,'El Hatillo',4034,1),
(47340,'Filas de Mariche',4034,1),
(47341,'Guarenas',4034,1),
(47342,'Guatire',4034,1),
(47343,'La Dolorita',4034,1),
(47344,'Los Dos Caminos',4034,1),
(47345,'Los Teques',4034,1),
(47346,'Ocumare del Tuy',4034,1),
(47347,'Petare',4034,1),
(47348,'San Antonio de los Altos',4034,1),
(47349,'Santa Teresa',4034,1),
(47350,'Maturin',4035,1),
(47351,'Acarigua',4037,1),
(47352,'Araure',4037,1),
(47353,'Guanare',4037,1),
(47354,'Villa Bruzual',4037,1),
(47355,'Carupano',4038,1),
(47356,'Cumana',4038,1),
(47357,'La Fria',4039,1),
(47358,'Rubio',4039,1),
(47359,'San Antonio del Tachira',4039,1),
(47360,'San Cristobal',4039,1),
(47361,'San Juan de Colon',4039,1),
(47362,'Tariba',4039,1),
(47363,'Trujillo',4040,1),
(47364,'Valera',4040,1),
(47365,'Caraballeda',4041,1),
(47366,'La Guaira',4041,1),
(47367,'Maiquetia',4041,1),
(47368,'Chivacoa',4042,1),
(47369,'Nirgua',4042,1),
(47370,'San Felipe',4042,1),
(47371,'Yaritagua',4042,1),
(47372,'Bachaquero',4043,1),
(47373,'Cabimas',4043,1),
(47374,'Ciudad Ojeda',4043,1),
(47375,'Lagunillas',4043,1),
(47376,'Machiques',4043,1),
(47377,'Maracaibo',4043,1),
(47378,'San Carlos del Zulia',4043,1),
(47379,'Santa Rita',4043,1),
(47380,'Villa del Rosario',4043,1),
(47381,'Ha noi',4053,1),
(47382,'Hoang Mai',4053,1),
(47383,'Lang Ha',4053,1),
(47384,'Settlement',4064,1),
(47385,'East End-Long Look',4066,1),
(47386,'Road Town',4066,1),
(47387,'West End',4066,1),
(47388,'Kolia',4070,1),
(47389,'Mala\'e',4070,1),
(47390,'Ono',4070,1),
(47391,'Poi',4070,1),
(47392,'Tamana',4070,1),
(47393,'Taoa',4070,1),
(47394,'Tuatafa',4070,1),
(47395,'Vele',4070,1),
(47396,'Fiua',4071,1),
(47397,'Leava',4071,1),
(47398,'Nuku',4071,1),
(47399,'Tavai',4071,1),
(47400,'Toloke',4071,1),
(47401,'Vaisei',4071,1),
(47402,'Ahoa',4072,1),
(47403,'Aka Aka',4072,1),
(47404,'Alele',4072,1),
(47405,'Falaleu',4072,1),
(47406,'Gahi',4072,1),
(47407,'Haafuasia',4072,1),
(47408,'Haatofo',4072,1),
(47409,'Halalo',4072,1),
(47410,'Kolopopo',4072,1),
(47411,'Lavegahau',4072,1),
(47412,'Liku',4072,1),
(47413,'Mala\'e',4072,1),
(47414,'Malaefoou',4072,1),
(47415,'Mata\'Utu',4072,1),
(47416,'Teesi',4072,1),
(47417,'Tepa',4072,1),
(47418,'Utuofa',4072,1),
(47419,'Vailala',4072,1),
(47420,'Vaimalau',4072,1),
(47421,'Vaitupu',4072,1),
(47422,'ad-Dakhlah',4074,1),
(47423,'al-\'Ayun',4075,1),
(47424,'as-Samarah',4076,1),
(47425,'\'Adan',4077,1),
(47426,'Aden',4077,1),
(47427,'Ahwar',4078,1),
(47428,'Ja\'ar',4078,1),
(47429,'Zinjibar',4078,1),
(47430,'Dhamar',4079,1),
(47431,'Shaqra\'',4080,1),
(47432,'al-Mukalla',4080,1),
(47433,'ash-Shahir',4080,1),
(47434,'Hajjah',4081,1),
(47435,'Hodaidah',4082,1),
(47436,'Dhi Sufal',4083,1),
(47437,'Ibb',4083,1),
(47438,'Jiblah',4083,1),
(47439,'Qa\'tabah',4083,1),
(47440,'Yarim',4083,1),
(47441,'Tuban',4084,1),
(47442,'Ma\'rib',4085,1),
(47443,'Sa\'dah',4087,1),
(47444,'\'Amran',4088,1),
(47445,'Sahar',4088,1),
(47446,'Sanaa',4088,1),
(47447,'Sayyan',4088,1),
(47448,'\'Ataq',4089,1),
(47449,'Habban',4089,1),
(47450,'Taiz',4089,1),
(47451,'Ta\'izz',4090,1),
(47452,'al-Mukha',4090,1),
(47453,'Raydah',4091,1),
(47454,'al-Bayda',4091,1),
(47455,'Bajil',4092,1),
(47456,'Bayt-al-Faqih',4092,1),
(47457,'Zabid',4092,1),
(47458,'al-Hudaydah',4092,1),
(47459,'al-Marawi\'ah',4092,1),
(47460,'az-Zaydiyah',4092,1),
(47461,'al-Hazm',4093,1),
(47462,'al-Ghaydah',4094,1),
(47463,'Mahwit',4095,1),
(47464,'Nikshic',4098,1),
(47465,'Pljevlja',4098,1),
(47466,'Podgorica',4098,1),
(47467,'Ulcinj',4098,1),
(47468,'Gjakove',4100,1),
(47469,'Novi Banovci',4100,1),
(47470,'Senta',4100,1),
(47471,'Serbia',4100,1),
(47472,'Uzice',4100,1),
(47473,'Ada',4101,1),
(47474,'Alibunar',4101,1),
(47475,'Apatin',4101,1),
(47476,'Bach',4101,1),
(47477,'Bachka Palanka',4101,1),
(47478,'Bachka Petrovac',4101,1),
(47479,'Bachka Topola',4101,1),
(47480,'Bachki Jarak',4101,1),
(47481,'Banacki Karlovac',4101,1),
(47482,'Bechej',4101,1),
(47483,'Bela Crkva',4101,1),
(47484,'Beochin',4101,1),
(47485,'Choka',4101,1),
(47486,'Churug',4101,1),
(47487,'Crvenka',4101,1),
(47488,'Futog',4101,1),
(47489,'Indhija',4101,1),
(47490,'Irig',4101,1),
(47491,'Kac',4101,1),
(47492,'Kanjizha',4101,1),
(47493,'Kikinda',4101,1),
(47494,'Kovachica',4101,1),
(47495,'Kovin',4101,1),
(47496,'Kula',4101,1),
(47497,'Mol',4101,1),
(47498,'Nova Pazova',4101,1),
(47499,'Novi Bechej',4101,1),
(47500,'Novi Knezhevac',4101,1),
(47501,'Novi Sad',4101,1),
(47502,'Odzhaci',4101,1),
(47503,'Pacarak',4101,1),
(47504,'Palic',4101,1),
(47505,'Panchevo',4101,1),
(47506,'Petrovaradin',4101,1),
(47507,'Ruma',4101,1),
(47508,'Senta',4101,1),
(47509,'Shid',4101,1),
(47510,'Sivac',4101,1),
(47511,'Sombor',4101,1),
(47512,'Srbobran',4101,1),
(47513,'Sremska Kamenica',4101,1),
(47514,'Sremska Mitrovica',4101,1),
(47515,'Sremski Karlovci',4101,1),
(47516,'Stara Pazova',4101,1),
(47517,'Subotica',4101,1),
(47518,'Temerin',4101,1),
(47519,'Veternik',4101,1),
(47520,'Vrbas',4101,1),
(47521,'Vrshac',4101,1),
(47522,'Zhabalj',4101,1),
(47523,'Zhitishte',4101,1),
(47524,'Zrenjanin',4101,1),
(47525,'Kabwe',4102,1),
(47526,'Kapiri Mposhi',4102,1),
(47527,'Mkushi',4102,1),
(47528,'Mumbwa',4102,1),
(47529,'Serenje',4102,1),
(47530,'Chambishi',4103,1),
(47531,'Chililabombwe',4103,1),
(47532,'Chingola',4103,1),
(47533,'Kalulushi',4103,1),
(47534,'Kitwe',4103,1),
(47535,'Luanshya',4103,1),
(47536,'Mpongwe',4103,1),
(47537,'Mufulira',4103,1),
(47538,'Ndola',4103,1),
(47539,'Chipata',4104,1),
(47540,'Katete',4104,1),
(47541,'Lundazi',4104,1),
(47542,'Petauke',4104,1),
(47543,'Mansa',4105,1),
(47544,'Mwansabombwe',4105,1),
(47545,'Nchelenge',4105,1),
(47546,'Samfya',4105,1),
(47547,'Chilanga',4106,1),
(47548,'Kafue',4106,1),
(47549,'Lusaka',4106,1),
(47550,'Kalengwa',4107,1),
(47551,'Kansanshi',4107,1),
(47552,'Mwinilunga',4107,1),
(47553,'Solwezi',4107,1),
(47554,'Zambezi',4107,1),
(47555,'Chinsali',4108,1),
(47556,'Isoka',4108,1),
(47557,'Kasama',4108,1),
(47558,'Mbala',4108,1),
(47559,'Mpika',4108,1),
(47560,'Choma',4109,1),
(47561,'Itezhi-Tezhi',4109,1),
(47562,'Kalomo',4109,1),
(47563,'Livingstone',4109,1),
(47564,'Maamba',4109,1),
(47565,'Mazabuka',4109,1),
(47566,'Monze',4109,1),
(47567,'Nakambala',4109,1),
(47568,'Siavonga',4109,1),
(47569,'Kalabo',4110,1),
(47570,'Kaoma',4110,1),
(47571,'Limulunga',4110,1),
(47572,'Mongu',4110,1),
(47573,'Senanga',4110,1),
(47574,'Sesheke',4110,1),
(47575,'Bulawayo',4111,1),
(47576,'Chitungwiza',4112,1),
(47577,'Harare',4112,1),
(47578,'Chimanimani',4113,1),
(47579,'Chipinge',4113,1),
(47580,'Mutare',4113,1),
(47581,'Nyanga',4113,1),
(47582,'Rusape',4113,1),
(47583,'Sakubva',4113,1),
(47584,'Chiredzi',4117,1),
(47585,'Gaths',4117,1),
(47586,'Masvingo',4117,1),
(47587,'Chivhu',4120,1),
(47588,'Gweru',4120,1),
(47589,'Kwekwe',4120,1),
(47590,'Mvuma',4120,1),
(47591,'Redcliffe',4120,1),
(47592,'Shurugwi',4120,1),
(47593,'Zvishavane',4120,1),
(47594,'Manchester',3952,1),
(47595,'Nashua',3952,1),
(47596,'Concord',3952,1),
(47597,'Derry',3952,1),
(47598,'Dover',3952,1),
(47599,'Rochester',3952,1),
(47600,'Salem',3952,1),
(47601,'Merrimack',3952,1),
(47602,'Hudson',3952,1),
(47603,'Londonderry',3952,1),
(47604,'Keene',3952,1),
(47605,'Bedford',3952,1),
(47606,'Portsmouth',3952,1),
(47607,'Goffstown',3952,1),
(47608,'Laconia',3952,1),
(47609,'Hampton',3952,1),
(47610,'Milford',3952,1),
(47611,'Durham',3952,1),
(47612,'Exeter',3952,1),
(47613,'Windham',3952,1),
(47614,'Hooksett',3952,1),
(47615,'Claremont',3952,1),
(47616,'Lebanon',3952,1),
(47617,'Pelham',3952,1),
(47618,'Somersworth',3952,1),
(47619,'Hanover',3952,1),
(47620,'Amherst',3952,1),
(47621,'Raymond',3952,1),
(47622,'Conway',3952,1),
(47623,'Berlin',3952,1),
(47624,'Newmarket',3952,1),
(47625,'Weare',3952,1),
(47626,'Seabrook',3952,1),
(47627,'Barrington',3952,1),
(47628,'Hampstead',3952,1),
(47629,'Franklin',3952,1),
(47630,'Litchfield',3952,1),
(47631,'Hollis',3952,1),
(47632,'Plaistow',3952,1),
(47633,'Bow',3952,1),
(47634,'Belmont',3952,1),
(47635,'Stratham',3952,1),
(47636,'Swanzey',3952,1),
(47637,'Gilford',3952,1),
(47638,'Pembroke',3952,1),
(47639,'Plymouth',3952,1),
(47640,'Farmington',3952,1),
(47641,'Atkinson',3952,1),
(47642,'Newport',3952,1),
(47643,'Epping',3952,1),
(47644,'Peterborough',3952,1),
(47645,'Wolfeboro',3952,1),
(47646,'Meredith',3952,1),
(47647,'Kingston',3952,1),
(47648,'Rindge',3952,1),
(47649,'Hillsborough',3952,1),
(47650,'Newark',3953,1),
(47651,'Jersey City',3953,1),
(47652,'Paterson',3953,1),
(47653,'Elizabeth',3953,1),
(47654,'Edison',3953,1),
(47655,'Woodbridge',3953,1),
(47656,'Lakewood',3953,1),
(47657,'Toms River',3953,1),
(47658,'Hamilton',3953,1),
(47659,'Trenton',3953,1),
(47660,'Clifton',3953,1),
(47661,'Camden',3953,1),
(47662,'Brick',3953,1),
(47663,'Cherry Hill',3953,1),
(47664,'Passaic',3953,1),
(47665,'Middletown',3953,1),
(47666,'Union City',3953,1),
(47667,'Old Bridge',3953,1),
(47668,'Gloucester Township',3953,1),
(47669,'East Orange',3953,1),
(47670,'Bayonne',3953,1),
(47671,'Franklin',3953,1),
(47672,'North Bergen',3953,1),
(47673,'Vineland',3953,1),
(47674,'Union',3953,1),
(47675,'Piscataway',3953,1),
(47676,'New Brunswick',3953,1),
(47677,'Jackson',3953,1),
(47678,'Wayne',3953,1),
(47679,'Irvington',3953,1),
(47680,'Parsippany-Troy Hills',3953,1),
(47681,'Howell',3953,1),
(47682,'Perth Amboy',3953,1),
(47683,'Hoboken',3953,1),
(47684,'Plainfield',3953,1),
(47685,'West New York',3953,1),
(47686,'Washington Township',3953,1),
(47687,'East Brunswick',3953,1),
(47688,'Bloomfield',3953,1),
(47689,'West Orange',3953,1),
(47690,'Evesham',3953,1),
(47691,'Bridgewater',3953,1),
(47692,'South Brunswick',3953,1),
(47693,'Egg Harbor',3953,1),
(47694,'Manchester',3953,1),
(47695,'Hackensack',3953,1),
(47696,'Sayreville',3953,1),
(47697,'Mount Laurel',3953,1),
(47698,'Berkeley',3953,1),
(47699,'North Brunswick',3953,1),
(47700,'Kearny',3953,1),
(47701,'Linden',3953,1),
(47702,'Marlboro',3953,1),
(47703,'Teaneck',3953,1),
(47704,'Atlantic City',3953,1),
(47705,'Winslow',3953,1),
(47706,'Monroe',3953,1),
(47707,'Manalapan',3953,1),
(47708,'Hillsborough',3953,1),
(47709,'Montclair',3953,1),
(47710,'Galloway',3953,1),
(47711,'Freehold Township',3953,1),
(47712,'Monroe Township',3953,1),
(47713,'Belleville',3953,1),
(47714,'Pennsauken',3953,1),
(47715,'Ewing',3953,1),
(47716,'Fort Lee',3953,1),
(47717,'Lawrence',3953,1),
(47718,'Fair Lawn',3953,1),
(47719,'Willingboro',3953,1),
(47720,'Long Branch',3953,1),
(47721,'Deptford',3953,1),
(47722,'Garfield',3953,1),
(47723,'Westfield',3953,1),
(47724,'City of Orange',3953,1),
(47725,'Livingston',3953,1),
(47726,'Voorhees',3953,1),
(47727,'Princeton',3953,1),
(47728,'Millville',3953,1),
(47729,'Nutley',3953,1),
(47730,'Mount Olive',3953,1),
(47731,'Neptune',3953,1),
(47732,'Pemberton Township',3953,1),
(47733,'Lacey',3953,1),
(47734,'Rahway',3953,1),
(47735,'Ocean Township',3953,1),
(47736,'East Windsor',3953,1),
(47737,'West Windsor',3953,1),
(47738,'Englewood',3953,1),
(47739,'Bergenfield',3953,1),
(47740,'Bernards Township',3953,1),
(47741,'Stafford Township',3953,1),
(47742,'Hamilton Township',3953,1),
(47743,'Paramus',3953,1),
(47744,'Wall',3953,1),
(47745,'Mahwah',3953,1),
(47746,'West Milford',3953,1),
(47747,'Randolph',3953,1),
(47748,'Bridgeton',3953,1),
(47749,'Ridgewood',3953,1),
(47750,'Rockaway Township',3953,1),
(47751,'Lodi',3953,1),
(47752,'Vernon',3953,1),
(47753,'Maplewood',3953,1),
(47754,'Cliffside Park',3953,1),
(47755,'Scotch Plains',3953,1),
(47756,'South Plainfield',3953,1),
(47757,'Roxbury',3953,1),
(47758,'Medford',3953,1),
(47759,'Plainsboro',3953,1),
(47760,'Lower Township',3953,1),
(47761,'Carteret',3953,1),
(47762,'Cranford',3953,1),
(47763,'Burlington Township',3953,1),
(47764,'Morris Township',3953,1),
(47765,'Montgomery',3953,1),
(47766,'Raritan Township',3953,1),
(47767,'North Plainfield',3953,1),
(47768,'West Deptford',3953,1),
(47769,'Montville',3953,1),
(47770,'Summit',3953,1),
(47771,'Hillside',3953,1),
(47772,'Jefferson',3953,1),
(47773,'Roselle',3953,1),
(47774,'Barnegat',3953,1),
(47775,'Moorestown',3953,1),
(47776,'Lyndhurst',3953,1),
(47777,'Hazlet',3953,1),
(47778,'Pleasantville',3953,1),
(47779,'Millburn',3953,1),
(47780,'Little Egg Harbor',3953,1),
(47781,'Sparta',3953,1),
(47782,'Palisades Park',3953,1),
(47783,'Elmwood Park',3953,1),
(47784,'Maple Shade',3953,1),
(47785,'Middle Township',3953,1),
(47786,'Hawthorne',3953,1),
(47787,'Glassboro',3953,1),
(47788,'Washington Township',3953,1),
(47789,'Morristown',3953,1),
(47790,'Point Pleasant',3953,1),
(47791,'Aberdeen',3953,1),
(47792,'Dover',3953,1),
(47793,'Rutherford',3953,1),
(47794,'Tinton Falls',3953,1),
(47795,'Lindenwold',3953,1),
(47796,'Dumont',3953,1),
(47797,'Hopewell Township',3953,1),
(47798,'Delran',3953,1),
(47799,'Franklin Township',3953,1),
(47800,'Holmdel',3953,1),
(47801,'Wyckoff',3953,1),
(47802,'Denville',3953,1),
(47803,'New Milford',3953,1),
(47804,'Secaucus',3953,1),
(47805,'South Orange Village',3953,1),
(47806,'Readington',3953,1),
(47807,'Asbury Park',3953,1),
(47808,'South River',3953,1),
(47809,'Madison',3953,1),
(47810,'Springfield',3953,1),
(47811,'Cinnaminson',3953,1),
(47812,'Pequannock',3953,1),
(47813,'North Arlington',3953,1),
(47814,'Warren',3953,1),
(47815,'Mantua',3953,1),
(47816,'Hopatcong',3953,1),
(47817,'Phillipsburg',3953,1),
(47818,'Hammonton',3953,1),
(47819,'Clark',3953,1),
(47820,'Haddon Township',3953,1),
(47821,'Tenafly',3953,1),
(47822,'Ramsey',3953,1),
(47823,'Branchburg',3953,1),
(47824,'Little Falls',3953,1),
(47825,'Highland Park',3953,1),
(47826,'Collingswood',3953,1),
(47827,'Fairview',3953,1),
(47828,'Hanover',3953,1),
(47829,'Saddle Brook',3953,1),
(47830,'Robbinsville',3953,1),
(47831,'Middlesex',3953,1),
(47832,'Harrison',3953,1),
(47833,'Metuchen',3953,1),
(47834,'Clinton Township',3953,1),
(47835,'Pennsville',3953,1),
(47836,'Verona',3953,1),
(47837,'Albuquerque',3955,1),
(47838,'Las Cruces',3955,1),
(47839,'Rio Rancho',3955,1),
(47840,'Santa Fe',3955,1),
(47841,'Roswell',3955,1),
(47842,'Farmington',3955,1),
(47843,'South Valley',3955,1),
(47844,'Clovis',3955,1),
(47845,'Hobbs',3955,1),
(47846,'Alamogordo',3955,1),
(47847,'Carlsbad',3955,1),
(47848,'Gallup',3955,1),
(47849,'Deming',3955,1),
(47850,'Los Lunas',3955,1),
(47851,'Chaparral',3955,1),
(47852,'Sunland Park',3955,1),
(47853,'Las Vegas',3955,1),
(47854,'Portales',3955,1),
(47855,'Los Alamos',3955,1),
(47856,'North Valley',3955,1),
(47857,'Artesia',3955,1),
(47858,'Lovington',3955,1),
(47859,'Silver City',3955,1),
(47860,'Espanola',3955,1),
(47861,'Anthony',3955,1),
(47862,'Grants',3955,1),
(47863,'Socorro',3955,1),
(47864,'Corrales',3955,1),
(47865,'Bernalillo',3955,1),
(47866,'Shiprock',3955,1),
(47867,'Bloomfield',3955,1),
(47868,'Ruidoso',3955,1),
(47869,'Kirtland',3955,1),
(47870,'Belen',3955,1),
(47871,'Airmont',3956,1),
(47872,'Albany',3956,1),
(47873,'Alden',3956,1),
(47874,'Amherst',3956,1),
(47875,'Amityville',3956,1),
(47876,'Amsterdam',3956,1),
(47877,'Arcadia',3956,1),
(47878,'Auburn',3956,1),
(47879,'Aurora',3956,1),
(47880,'Babylon',3956,1),
(47881,'Baldwinsville',3956,1),
(47882,'Ballston',3956,1),
(47883,'Batavia',3956,1),
(47884,'Bath',3956,1),
(47885,'Beacon',3956,1),
(47886,'Bedford',3956,1),
(47887,'Beekman',3956,1),
(47888,'Bethlehem',3956,1),
(47889,'Binghamton',3956,1),
(47890,'Blooming Grove',3956,1),
(47891,'Briarcliff Manor',3956,1),
(47892,'Brighton',3956,1),
(47893,'Brockport',3956,1),
(47894,'Brookhaven',3956,1),
(47895,'Brunswick',3956,1),
(47896,'Buffalo',3956,1),
(47897,'Camillus',3956,1),
(47898,'Canandaigua',3956,1),
(47899,'Canton',3956,1),
(47900,'Carmel',3956,1),
(47901,'Catskill',3956,1),
(47902,'Cheektowaga',3956,1),
(47903,'Chenango',3956,1),
(47904,'Chester',3956,1),
(47905,'Chestnut Ridge',3956,1),
(47906,'Chili',3956,1),
(47907,'Cicero',3956,1),
(47908,'Clarence',3956,1),
(47909,'Clarkstown',3956,1),
(47910,'Clay',3956,1),
(47911,'Clifton Park',3956,1),
(47912,'Cohoes',3956,1),
(47913,'Colonie',3956,1),
(47914,'Corning',3956,1),
(47915,'Cornwall',3956,1),
(47916,'Cortland',3956,1),
(47917,'Cortlandt',3956,1),
(47918,'Crawford',3956,1),
(47919,'Croton-on-Hudson',3956,1),
(47920,'Depew',3956,1),
(47921,'DeWitt (De Witt)',3956,1),
(47922,'Dobbs Ferry',3956,1),
(47923,'Dryden',3956,1),
(47924,'Dunkirk',3956,1),
(47925,'East Fishkill',3956,1),
(47926,'East Greenbush',3956,1),
(47927,'East Hampton',3956,1),
(47928,'East Hills',3956,1),
(47929,'East Rockaway',3956,1),
(47930,'Eastchester',3956,1),
(47931,'Elma',3956,1),
(47932,'Elmira',3956,1),
(47933,'Endicott',3956,1),
(47934,'Esopus',3956,1),
(47935,'Evans',3956,1),
(47936,'Fallsburg',3956,1),
(47937,'Farmingdale',3956,1),
(47938,'Farmington',3956,1),
(47939,'Fishkill',3956,1),
(47940,'Floral Park',3956,1),
(47941,'Fredonia',3956,1),
(47942,'Freeport',3956,1),
(47943,'Fulton',3956,1),
(47944,'Garden City',3956,1),
(47945,'Gates',3956,1),
(47946,'Geddes',3956,1),
(47947,'Geneseo',3956,1),
(47948,'Geneva',3956,1),
(47949,'German Flatts',3956,1),
(47950,'Glen Cove',3956,1),
(47951,'Glens Falls',3956,1),
(47952,'Glenville',3956,1),
(47953,'Gloversville',3956,1),
(47954,'Goshen',3956,1),
(47955,'Grand Island',3956,1),
(47956,'Great Neck',3956,1),
(47957,'Greece',3956,1),
(47958,'Greenburgh',3956,1),
(47959,'Guilderland',3956,1),
(47960,'Halfmoon',3956,1),
(47961,'Hamburg',3956,1),
(47962,'Hamlin',3956,1),
(47963,'Harrison',3956,1),
(47964,'Hastings',3956,1),
(47965,'Hastings-on-Hudson',3956,1),
(47966,'Haverstraw',3956,1),
(47967,'Hempstead',3956,1),
(47968,'Henrietta',3956,1),
(47969,'Herkimer',3956,1),
(47970,'Highlands',3956,1),
(47971,'Hornell',3956,1),
(47972,'Horseheads',3956,1),
(47973,'Hudson',3956,1),
(47974,'Hudson Falls',3956,1),
(47975,'Huntington',3956,1),
(47976,'Hyde Park',3956,1),
(47977,'Ilion',3956,1),
(47978,'Irondequoit',3956,1),
(47979,'Islip',3956,1),
(47980,'Ithaca',3956,1),
(47981,'Jamestown',3956,1),
(47982,'Johnson City',3956,1),
(47983,'Johnstown',3956,1),
(47984,'Kenmore',3956,1),
(47985,'Kent',3956,1),
(47986,'Kingsbury',3956,1),
(47987,'Kingston',3956,1),
(47988,'Kirkland',3956,1),
(47989,'Kiryas Joel',3956,1),
(47990,'Lackawanna',3956,1),
(47991,'LaGrange (La Grange)',3956,1),
(47992,'Lake Grove',3956,1),
(47993,'Lancaster',3956,1),
(47994,'Lansing',3956,1),
(47995,'Le Ray',3956,1),
(47996,'Lenox',3956,1),
(47997,'Lewisboro',3956,1),
(47998,'Lewiston',3956,1),
(47999,'Liberty',3956,1),
(48000,'Lindenhurst',3956,1),
(48001,'Little Falls',3956,1),
(48002,'Lloyd',3956,1),
(48003,'Lockport',3956,1),
(48004,'Long Beach',3956,1),
(48005,'Lynbrook',3956,1),
(48006,'Lysander',3956,1),
(48007,'Macedon',3956,1),
(48008,'Malone',3956,1),
(48009,'Malta',3956,1),
(48010,'Malverne',3956,1),
(48011,'Mamakating',3956,1),
(48012,'Mamaroneck',3956,1),
(48013,'Manchester',3956,1),
(48014,'Manlius',3956,1),
(48015,'Massapequa Park',3956,1),
(48016,'Massena',3956,1),
(48017,'Mastic Beach',3956,1),
(48018,'Mechanicville',3956,1),
(48019,'Mendon',3956,1),
(48020,'Middletown',3956,1),
(48021,'Milton',3956,1),
(48022,'Mineola',3956,1),
(48023,'Monroe',3956,1),
(48024,'Montgomery',3956,1),
(48025,'Moreau',3956,1),
(48026,'Mount Kisco',3956,1),
(48027,'Mount Pleasant',3956,1),
(48028,'Mount Vernon',3956,1),
(48029,'New Castle',3956,1),
(48030,'New Hartford',3956,1),
(48031,'New Hyde Park',3956,1),
(48032,'New Paltz',3956,1),
(48033,'New Rochelle',3956,1),
(48034,'New Square',3956,1),
(48035,'New Windsor',3956,1),
(48036,'New York',3956,1),
(48037,'Newark',3956,1),
(48038,'Newburgh',3956,1),
(48039,'Newfane',3956,1),
(48040,'Niagara Falls',3956,1),
(48041,'Niskayuna',3956,1),
(48042,'North Castle',3956,1),
(48043,'North Greenbush',3956,1),
(48044,'North Hempstead',3956,1),
(48045,'North Syracuse',3956,1),
(48046,'North Tonawanda',3956,1),
(48047,'Northport',3956,1),
(48048,'Norwich',3956,1),
(48049,'Nyack',3956,1),
(48050,'Ogden',3956,1),
(48051,'Ogdensburg',3956,1),
(48052,'Olean',3956,1),
(48053,'Oneida',3956,1),
(48054,'Oneonta',3956,1),
(48055,'Onondaga',3956,1),
(48056,'Ontario',3956,1),
(48057,'Orangetown',3956,1),
(48058,'Orchard Park',3956,1),
(48059,'Ossining',3956,1),
(48060,'Oswego',3956,1),
(48061,'Owego',3956,1),
(48062,'Oyster Bay',3956,1),
(48063,'Parma',3956,1),
(48064,'Patchogue',3956,1),
(48065,'Patterson',3956,1),
(48066,'Peekskill',3956,1),
(48067,'Pelham',3956,1),
(48068,'Penfield',3956,1),
(48069,'Perinton',3956,1),
(48070,'Philipstown',3956,1),
(48071,'Pittsford',3956,1),
(48072,'Plattekill',3956,1),
(48073,'Plattsburgh',3956,1),
(48074,'Pleasant Valley',3956,1),
(48075,'Pleasantville',3956,1),
(48076,'Pomfret',3956,1),
(48077,'Port Chester',3956,1),
(48078,'Port Jefferson',3956,1),
(48079,'Port Jervis',3956,1),
(48080,'Potsdam',3956,1),
(48081,'Poughkeepsie',3956,1),
(48082,'Putnam Valley',3956,1),
(48083,'Queensbury',3956,1),
(48084,'Ramapo',3956,1),
(48085,'Red Hook',3956,1),
(48086,'Rensselaer',3956,1),
(48087,'Riverhead',3956,1),
(48088,'Rochester',3956,1),
(48089,'Rockville Centre',3956,1),
(48090,'Rome',3956,1),
(48091,'Rotterdam',3956,1),
(48092,'Rye',3956,1),
(48093,'Rye Brook',3956,1),
(48094,'Salamanca',3956,1),
(48095,'Salina',3956,1),
(48096,'Saratoga Springs',3956,1),
(48097,'Saugerties',3956,1),
(48098,'Scarsdale',3956,1),
(48099,'Schenectady',3956,1),
(48100,'Schodack',3956,1),
(48101,'Scotia',3956,1),
(48102,'Seneca Falls',3956,1),
(48103,'Shawangunk',3956,1),
(48104,'Sherrill',3956,1),
(48105,'Sleepy Hollow',3956,1),
(48106,'Smithtown',3956,1),
(48107,'Somers',3956,1),
(48108,'Southampton',3956,1),
(48109,'Southeast',3956,1),
(48110,'Southold',3956,1),
(48111,'Southport',3956,1),
(48112,'Spring Valley',3956,1),
(48113,'Stony Point',3956,1),
(48114,'Suffern',3956,1),
(48115,'Sullivan',3956,1),
(48116,'Sweden',3956,1),
(48117,'Syracuse',3956,1),
(48118,'Tarrytown',3956,1),
(48119,'Thompson',3956,1),
(48120,'Tonawanda',3956,1),
(48121,'Troy',3956,1),
(48122,'Ulster',3956,1),
(48123,'Union',3956,1),
(48124,'Utica',3956,1),
(48125,'Valley Stream',3956,1),
(48126,'Van Buren',3956,1),
(48127,'Vestal',3956,1),
(48128,'Victor',3956,1),
(48129,'Walden',3956,1),
(48130,'Wallkill',3956,1),
(48131,'Walworth',3956,1),
(48132,'Wappinger',3956,1),
(48133,'Warwick',3956,1),
(48134,'Watertown',3956,1),
(48135,'Watervliet',3956,1),
(48136,'Wawarsing',3956,1),
(48137,'Webster',3956,1),
(48138,'West Haverstraw',3956,1),
(48139,'West Seneca',3956,1),
(48140,'Westbury',3956,1),
(48141,'Wheatfield',3956,1),
(48142,'White Plains',3956,1),
(48143,'Whitestown',3956,1),
(48144,'Williston Park',3956,1),
(48145,'Wilton',3956,1),
(48146,'Woodbury',3956,1),
(48147,'Yonkers',3956,1),
(48148,'Yorktown',3956,1),
(48149,'Charlotte',3957,1),
(48150,'Raleigh',3957,1),
(48151,'Greensboro',3957,1),
(48152,'Durham',3957,1),
(48153,'Winston-Salem',3957,1),
(48154,'Fayetteville',3957,1),
(48155,'Cary',3957,1),
(48156,'Wilmington',3957,1),
(48157,'High Point',3957,1),
(48158,'Greenville',3957,1),
(48159,'Asheville',3957,1),
(48160,'Concord',3957,1),
(48161,'Gastonia',3957,1),
(48162,'Jacksonville',3957,1),
(48163,'Chapel Hill',3957,1),
(48164,'Rocky Mount',3957,1),
(48165,'Burlington',3957,1),
(48166,'Huntersville',3957,1),
(48167,'Wilson',3957,1),
(48168,'Kannapolis',3957,1),
(48169,'Apex',3957,1),
(48170,'Hickory',3957,1),
(48171,'Wake Forest',3957,1),
(48172,'Indian Trail',3957,1),
(48173,'Goldsboro',3957,1),
(48174,'Mooresville',3957,1),
(48175,'Monroe',3957,1),
(48176,'Salisbury',3957,1),
(48177,'New Bern',3957,1),
(48178,'Holly Springs',3957,1),
(48179,'Matthews',3957,1),
(48180,'Sanford',3957,1),
(48181,'Garner',3957,1),
(48182,'Cornelius',3957,1),
(48183,'Thomasville',3957,1),
(48184,'Asheboro',3957,1),
(48185,'Statesville',3957,1),
(48186,'Mint Hill',3957,1),
(48187,'Kernersville',3957,1),
(48188,'Morrisville',3957,1),
(48189,'Fuquay-Varina',3957,1),
(48190,'Lumberton',3957,1),
(48191,'Kinston',3957,1),
(48192,'Carrboro',3957,1),
(48193,'Havelock',3957,1),
(48194,'Shelby',3957,1),
(48195,'Clemmons',3957,1),
(48196,'Lexington',3957,1),
(48197,'Clayton',3957,1),
(48198,'Boone',3957,1),
(48199,'Fargo',3958,1),
(48200,'Bismarck',3958,1),
(48201,'Grand Forks',3958,1),
(48202,'Minot',3958,1),
(48203,'West Fargo',3958,1),
(48204,'Williston',3958,1),
(48205,'Dickinson',3958,1),
(48206,'Mandan',3958,1),
(48207,'Jamestown',3958,1),
(48208,'Wahpeton',3958,1),
(48209,'Devils Lake',3958,1),
(48210,'Valley City',3958,1),
(48211,'Providence',3965,1),
(48212,'Warwick',3965,1),
(48213,'Cranston',3965,1),
(48214,'Pawtucket',3965,1),
(48215,'East Providence',3965,1),
(48216,'Woonsocket',3965,1),
(48217,'Coventry',3965,1),
(48218,'Cumberland',3965,1),
(48219,'North Providence',3965,1),
(48220,'South Kingstown',3965,1),
(48221,'West Warwick',3965,1),
(48222,'Johnston',3965,1),
(48223,'North Kingstown',3965,1),
(48224,'Newport',3965,1),
(48225,'Bristol',3965,1),
(48226,'Westerly',3965,1),
(48227,'Smithfield',3965,1),
(48228,'Lincoln',3965,1),
(48229,'Central Falls',3965,1),
(48230,'Portsmouth',3965,1),
(48231,'Barrington',3965,1),
(48232,'Middletown',3965,1),
(48233,'Burrillville',3965,1),
(48234,'Narragansett',3965,1),
(48235,'Tiverton',3965,1),
(48236,'East Greenwich',3965,1),
(48237,'North Smithfield',3965,1),
(48238,'Warren',3965,1),
(48239,'Scituate',3965,1),
(48240,'Glocester',3965,1),
(48241,'Hopkinton',3965,1),
(48242,'Charlestown',3965,1),
(48243,'Richmond',3965,1),
(48244,'Columbia',3966,1),
(48245,'Charleston',3966,1),
(48246,'North Charleston',3966,1),
(48247,'Mount Pleasant',3966,1),
(48248,'Rock Hill',3966,1),
(48249,'Greenville',3966,1),
(48250,'Summerville',3966,1),
(48251,'Sumter',3966,1),
(48252,'Hilton Head Island',3966,1),
(48253,'Spartanburg',3966,1),
(48254,'Florence',3966,1),
(48255,'Goose Creek',3966,1),
(48256,'Aiken',3966,1),
(48257,'Myrtle Beach',3966,1),
(48258,'Anderson',3966,1),
(48259,'Greer',3966,1),
(48260,'Mauldin',3966,1),
(48261,'Greenwood',3966,1),
(48262,'North Augusta',3966,1),
(48263,'Easley',3966,1),
(48264,'Simpsonville',3966,1),
(48265,'Hanahan',3966,1),
(48266,'Lexington',3966,1),
(48267,'Conway',3966,1),
(48268,'West Columbia',3966,1),
(48269,'North Myrtle Beach',3966,1),
(48270,'Clemson',3966,1),
(48271,'Orangeburg',3966,1),
(48272,'Cayce',3966,1),
(48273,'Bluffton',3966,1),
(48274,'Beaufort',3966,1),
(48275,'Gaffney',3966,1),
(48276,'Irmo',3966,1),
(48277,'Fort Mill',3966,1),
(48278,'Port Royal',3966,1),
(48279,'Forest Acres',3966,1),
(48280,'Newberry',3966,1),
(48281,'Sioux Falls',3967,1),
(48282,'Rapid City',3967,1),
(48283,'Aberdeen',3967,1),
(48284,'Brookings',3967,1),
(48285,'Watertown',3967,1),
(48286,'Mitchell',3967,1),
(48287,'Yankton',3967,1),
(48288,'Pierre',3967,1),
(48289,'Huron',3967,1),
(48290,'Spearfish',3967,1),
(48291,'Vermillion',3967,1),
(48292,'Brandon',3967,1),
(48293,'Box Elder',3967,1),
(48294,'Madison',3967,1),
(48295,'Sturgis',3967,1),
(48296,'Belle Fourche',3967,1),
(48297,'Harrisburg',3967,1),
(48298,'Charleston',3976,1),
(48299,'Huntington',3976,1),
(48300,'Morgantown',3976,1),
(48301,'Parkersburg',3976,1),
(48302,'Wheeling',3976,1),
(48303,'Weirton',3976,1),
(48304,'Fairmont',3976,1),
(48305,'Martinsburg',3976,1),
(48306,'Beckley',3976,1),
(48307,'Clarksburg',3976,1),
(48308,'South Charleston',3976,1),
(48309,'St. Albans',3976,1),
(48310,'Vienna',3976,1),
(48311,'Bluefield',3976,1),
(48312,'Moundsville',3976,1),
(48313,'Bridgeport',3976,1),
(48314,'Oak Hill',3976,1),
(48315,'Dunbar',3976,1),
(48316,'Elkins',3976,1),
(48317,'Nitro',3976,1),
(48318,'Hurricane',3976,1),
(48319,'Princeton',3976,1),
(48320,'Charles Town',3976,1),
(48321,'Buckhannon',3976,1),
(48322,'Keyser',3976,1),
(48323,'New Martinsville',3976,1),
(48324,'Grafton',3976,1),
(48325,'Ranson',3976,1),
(48326,'Point Pleasant',3976,1),
(48327,'Westover',3976,1),
(48328,'Weston',3976,1),
(48329,'Lewisburg',3976,1),
(48330,'Ravenswood',3976,1),
(48331,'Summersville',3976,1);
/*!40000 ALTER TABLE `spn_cities` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sponsors`
--

DROP TABLE IF EXISTS `sponsors`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sponsors` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` longtext DEFAULT NULL,
  `image` varchar(191) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `sponsors`
--

LOCK TABLES `sponsors` WRITE;
/*!40000 ALTER TABLE `sponsors` DISABLE KEYS */;
INSERT INTO `sponsors` VALUES
(1,'{\"en\":\"Burgers\",\"ar\":\"برغرز\"}','public/demo/brand/1.png',1,'2024-11-27 16:42:23','2024-12-10 13:02:17',1),
(2,'{\"en\":\"CitaDel\"}','public/demo/brand/2.png',1,'2024-11-27 16:42:23','2024-11-27 16:42:23',1),
(3,'{\"en\":\"Eagle\"}','public/demo/brand/3.png',1,'2024-11-27 16:42:23','2024-11-27 16:42:23',1),
(4,'{\"en\":\"Eye of Wood\"}','public/demo/brand/4.png',1,'2024-11-27 16:42:23','2024-11-27 16:42:23',1),
(5,'{\"en\":\"Landscape\"}','public/demo/brand/5.png',1,'2024-11-27 16:42:23','2024-11-27 16:42:23',1),
(6,'{\"en\":\"Originals\"}','public/demo/brand/6.png',1,'2024-11-27 16:42:23','2024-11-27 16:42:23',1);
/*!40000 ALTER TABLE `sponsors` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `staff_documents`
--

DROP TABLE IF EXISTS `staff_documents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `staff_documents` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `staff_id` bigint(20) unsigned NOT NULL DEFAULT 1,
  `name` varchar(255) DEFAULT NULL,
  `documents` varchar(255) DEFAULT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `updated_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `staff_documents`
--

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

--
-- Table structure for table `staffs`
--

DROP TABLE IF EXISTS `staffs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `staffs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `employee_id` varchar(50) DEFAULT NULL,
  `user_id` int(10) unsigned DEFAULT 1,
  `department_id` int(10) unsigned DEFAULT 1,
  `showroom_id` int(10) unsigned DEFAULT 1,
  `warehouse_id` int(10) unsigned DEFAULT 1,
  `phone` varchar(20) DEFAULT NULL,
  `bank_name` varchar(255) DEFAULT NULL,
  `bank_branch_name` varchar(255) DEFAULT NULL,
  `bank_account_name` varchar(255) DEFAULT NULL,
  `bank_account_no` varchar(255) DEFAULT NULL,
  `current_address` varchar(255) DEFAULT NULL,
  `permanent_address` varchar(255) DEFAULT NULL,
  `basic_salary` varchar(255) DEFAULT NULL,
  `employment_type` varchar(150) DEFAULT NULL,
  `opening_balance` double(16,2) DEFAULT 0.00,
  `provisional_months` tinyint(4) NOT NULL DEFAULT 0,
  `date_of_joining` date DEFAULT NULL,
  `date_of_birth` date DEFAULT NULL,
  `leave_applicable_date` date DEFAULT NULL,
  `carry_forward` int(11) NOT NULL DEFAULT 0,
  `is_carry_active` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `staffs`
--

LOCK TABLES `staffs` WRITE;
/*!40000 ALTER TABLE `staffs` DISABLE KEYS */;
INSERT INTO `staffs` VALUES
(1,NULL,239,1,1,1,NULL,'test','test','test','test',NULL,NULL,'0','Permanent',0.00,0,'2025-12-18','2025-12-18','2025-12-18',0,0,'2025-12-18 18:24:48','2025-12-18 18:26:34','2025-12-18 18:26:34',1);
/*!40000 ALTER TABLE `staffs` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `states`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `states` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `country_id` int(11) NOT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4122 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,'Andaman and Nicobar Islands',101,1),
(2,'Andhra Pradesh',101,1),
(3,'Arunachal Pradesh',101,1),
(4,'Assam',101,1),
(5,'Bihar',101,1),
(6,'Chandigarh',101,1),
(7,'Chhattisgarh',101,1),
(8,'Dadra and Nagar Haveli',101,1),
(9,'Daman and Diu',101,1),
(10,'Delhi',101,1),
(11,'Goa',101,1),
(12,'Gujarat',101,1),
(13,'Haryana',101,1),
(14,'Himachal Pradesh',101,1),
(15,'Jammu and Kashmir',101,1),
(16,'Jharkhand',101,1),
(17,'Karnataka',101,1),
(18,'Kenmore',101,1),
(19,'Kerala',101,1),
(20,'Lakshadweep',101,1),
(21,'Madhya Pradesh',101,1),
(22,'Maharashtra',101,1),
(23,'Manipur',101,1),
(24,'Meghalaya',101,1),
(25,'Mizoram',101,1),
(26,'Nagaland',101,1),
(27,'Narora',101,1),
(28,'Natwar',101,1),
(29,'Odisha',101,1),
(30,'Paschim Medinipur',101,1),
(31,'Pondicherry',101,1),
(32,'Punjab',101,1),
(33,'Rajasthan',101,1),
(34,'Sikkim',101,1),
(35,'Tamil Nadu',101,1),
(36,'Telangana',101,1),
(37,'Tripura',101,1),
(38,'Uttar Pradesh',101,1),
(39,'Uttarakhand',101,1),
(40,'Vaishali',101,1),
(41,'West Bengal',101,1),
(42,'Badakhshan',1,1),
(43,'Badgis',1,1),
(44,'Baglan',1,1),
(45,'Balkh',1,1),
(46,'Bamiyan',1,1),
(47,'Farah',1,1),
(48,'Faryab',1,1),
(49,'Gawr',1,1),
(50,'Gazni',1,1),
(51,'Herat',1,1),
(52,'Hilmand',1,1),
(53,'Jawzjan',1,1),
(54,'Kabul',1,1),
(55,'Kapisa',1,1),
(56,'Khawst',1,1),
(57,'Kunar',1,1),
(58,'Lagman',1,1),
(59,'Lawghar',1,1),
(60,'Nangarhar',1,1),
(61,'Nimruz',1,1),
(62,'Nuristan',1,1),
(63,'Paktika',1,1),
(64,'Paktiya',1,1),
(65,'Parwan',1,1),
(66,'Qandahar',1,1),
(67,'Qunduz',1,1),
(68,'Samangan',1,1),
(69,'Sar-e Pul',1,1),
(70,'Takhar',1,1),
(71,'Uruzgan',1,1),
(72,'Wardak',1,1),
(73,'Zabul',1,1),
(74,'Berat',3,1),
(75,'Bulqize',3,1),
(76,'Delvine',3,1),
(77,'Devoll',3,1),
(78,'Dibre',3,1),
(79,'Durres',3,1),
(80,'Elbasan',3,1),
(81,'Fier',3,1),
(82,'Gjirokaster',3,1),
(83,'Gramsh',3,1),
(84,'Has',3,1),
(85,'Kavaje',3,1),
(86,'Kolonje',3,1),
(87,'Korce',3,1),
(88,'Kruje',3,1),
(89,'Kucove',3,1),
(90,'Kukes',3,1),
(91,'Kurbin',3,1),
(92,'Lezhe',3,1),
(93,'Librazhd',3,1),
(94,'Lushnje',3,1),
(95,'Mallakaster',3,1),
(96,'Malsi e Madhe',3,1),
(97,'Mat',3,1),
(98,'Mirdite',3,1),
(99,'Peqin',3,1),
(100,'Permet',3,1),
(101,'Pogradec',3,1),
(102,'Puke',3,1),
(103,'Sarande',3,1),
(104,'Shkoder',3,1),
(105,'Skrapar',3,1),
(106,'Tepelene',3,1),
(107,'Tirane',3,1),
(108,'Tropoje',3,1),
(109,'Vlore',3,1),
(110,'\'Ayn Daflah',4,1),
(111,'\'Ayn Tamushanat',4,1),
(112,'Adrar',4,1),
(113,'Algiers',4,1),
(114,'Annabah',4,1),
(115,'Bashshar',4,1),
(116,'Batnah',4,1),
(117,'Bijayah',4,1),
(118,'Biskrah',4,1),
(119,'Blidah',4,1),
(120,'Buirah',4,1),
(121,'Bumardas',4,1),
(122,'Burj Bu Arririj',4,1),
(123,'Ghalizan',4,1),
(124,'Ghardayah',4,1),
(125,'Ilizi',4,1),
(126,'Jijili',4,1),
(127,'Jilfah',4,1),
(128,'Khanshalah',4,1),
(129,'Masilah',4,1),
(130,'Midyah',4,1),
(131,'Milah',4,1),
(132,'Muaskar',4,1),
(133,'Mustaghanam',4,1),
(134,'Naama',4,1),
(135,'Oran',4,1),
(136,'Ouargla',4,1),
(137,'Qalmah',4,1),
(138,'Qustantinah',4,1),
(139,'Sakikdah',4,1),
(140,'Satif',4,1),
(141,'Sayda\'',4,1),
(142,'Sidi ban-al-\'Abbas',4,1),
(143,'Suq Ahras',4,1),
(144,'Tamanghasat',4,1),
(145,'Tibazah',4,1),
(146,'Tibissah',4,1),
(147,'Tilimsan',4,1),
(148,'Tinduf',4,1),
(149,'Tisamsilt',4,1),
(150,'Tiyarat',4,1),
(151,'Tizi Wazu',4,1),
(152,'Umm-al-Bawaghi',4,1),
(153,'Wahran',4,1),
(154,'Warqla',4,1),
(155,'Wilaya d Alger',4,1),
(156,'Wilaya de Bejaia',4,1),
(157,'Wilaya de Constantine',4,1),
(158,'al-Aghwat',4,1),
(159,'al-Bayadh',4,1),
(160,'al-Jaza\'ir',4,1),
(161,'al-Wad',4,1),
(162,'ash-Shalif',4,1),
(163,'at-Tarif',4,1),
(164,'Eastern',5,1),
(165,'Manu\'a',5,1),
(166,'Swains Island',5,1),
(167,'Western',5,1),
(168,'Andorra la Vella',6,1),
(169,'Canillo',6,1),
(170,'Encamp',6,1),
(171,'La Massana',6,1),
(172,'Les Escaldes',6,1),
(173,'Ordino',6,1),
(174,'Sant Julia de Loria',6,1),
(175,'Bengo',7,1),
(176,'Benguela',7,1),
(177,'Bie',7,1),
(178,'Cabinda',7,1),
(179,'Cunene',7,1),
(180,'Huambo',7,1),
(181,'Huila',7,1),
(182,'Kuando-Kubango',7,1),
(183,'Kwanza Norte',7,1),
(184,'Kwanza Sul',7,1),
(185,'Luanda',7,1),
(186,'Lunda Norte',7,1),
(187,'Lunda Sul',7,1),
(188,'Malanje',7,1),
(189,'Moxico',7,1),
(190,'Namibe',7,1),
(191,'Uige',7,1),
(192,'Zaire',7,1),
(193,'Other Provinces',8,1),
(194,'Sector claimed by Argentina/Ch',9,1),
(195,'Sector claimed by Argentina/UK',9,1),
(196,'Sector claimed by Australia',9,1),
(197,'Sector claimed by France',9,1),
(198,'Sector claimed by New Zealand',9,1),
(199,'Sector claimed by Norway',9,1),
(200,'Unclaimed Sector',9,1),
(201,'Barbuda',10,1),
(202,'Saint George',10,1),
(203,'Saint John',10,1),
(204,'Saint Mary',10,1),
(205,'Saint Paul',10,1),
(206,'Saint Peter',10,1),
(207,'Saint Philip',10,1),
(208,'Buenos Aires',11,1),
(209,'Catamarca',11,1),
(210,'Chaco',11,1),
(211,'Chubut',11,1),
(212,'Cordoba',11,1),
(213,'Corrientes',11,1),
(214,'Distrito Federal',11,1),
(215,'Entre Rios',11,1),
(216,'Formosa',11,1),
(217,'Jujuy',11,1),
(218,'La Pampa',11,1),
(219,'La Rioja',11,1),
(220,'Mendoza',11,1),
(221,'Misiones',11,1),
(222,'Neuquen',11,1),
(223,'Rio Negro',11,1),
(224,'Salta',11,1),
(225,'San Juan',11,1),
(226,'San Luis',11,1),
(227,'Santa Cruz',11,1),
(228,'Santa Fe',11,1),
(229,'Santiago del Estero',11,1),
(230,'Tierra del Fuego',11,1),
(231,'Tucuman',11,1),
(232,'Aragatsotn',12,1),
(233,'Ararat',12,1),
(234,'Armavir',12,1),
(235,'Gegharkunik',12,1),
(236,'Kotaik',12,1),
(237,'Lori',12,1),
(238,'Shirak',12,1),
(239,'Stepanakert',12,1),
(240,'Syunik',12,1),
(241,'Tavush',12,1),
(242,'Vayots Dzor',12,1),
(243,'Yerevan',12,1),
(244,'Aruba',13,1),
(245,'Auckland',14,1),
(246,'Australian Capital Territory',14,1),
(247,'Balgowlah',14,1),
(248,'Balmain',14,1),
(249,'Bankstown',14,1),
(250,'Baulkham Hills',14,1),
(251,'Bonnet Bay',14,1),
(252,'Camberwell',14,1),
(253,'Carole Park',14,1),
(254,'Castle Hill',14,1),
(255,'Caulfield',14,1),
(256,'Chatswood',14,1),
(257,'Cheltenham',14,1),
(258,'Cherrybrook',14,1),
(259,'Clayton',14,1),
(260,'Collingwood',14,1),
(261,'Frenchs Forest',14,1),
(262,'Hawthorn',14,1),
(263,'Jannnali',14,1),
(264,'Knoxfield',14,1),
(265,'Melbourne',14,1),
(266,'New South Wales',14,1),
(267,'Northern Territory',14,1),
(268,'Perth',14,1),
(269,'Queensland',14,1),
(270,'South Australia',14,1),
(271,'Tasmania',14,1),
(272,'Templestowe',14,1),
(273,'Victoria',14,1),
(274,'Werribee south',14,1),
(275,'Western Australia',14,1),
(276,'Wheeler',14,1),
(277,'Bundesland Salzburg',15,1),
(278,'Bundesland Steiermark',15,1),
(279,'Bundesland Tirol',15,1),
(280,'Burgenland',15,1),
(281,'Carinthia',15,1),
(282,'Karnten',15,1),
(283,'Liezen',15,1),
(284,'Lower Austria',15,1),
(285,'Niederosterreich',15,1),
(286,'Oberosterreich',15,1),
(287,'Salzburg',15,1),
(288,'Schleswig-Holstein',15,1),
(289,'Steiermark',15,1),
(290,'Styria',15,1),
(291,'Tirol',15,1),
(292,'Upper Austria',15,1),
(293,'Vorarlberg',15,1),
(294,'Wien',15,1),
(295,'Abseron',16,1),
(296,'Baki Sahari',16,1),
(297,'Ganca',16,1),
(298,'Ganja',16,1),
(299,'Kalbacar',16,1),
(300,'Lankaran',16,1),
(301,'Mil-Qarabax',16,1),
(302,'Mugan-Salyan',16,1),
(303,'Nagorni-Qarabax',16,1),
(304,'Naxcivan',16,1),
(305,'Priaraks',16,1),
(306,'Qazax',16,1),
(307,'Saki',16,1),
(308,'Sirvan',16,1),
(309,'Xacmaz',16,1),
(310,'Abaco',17,1),
(311,'Acklins Island',17,1),
(312,'Andros',17,1),
(313,'Berry Islands',17,1),
(314,'Biminis',17,1),
(315,'Cat Island',17,1),
(316,'Crooked Island',17,1),
(317,'Eleuthera',17,1),
(318,'Exuma and Cays',17,1),
(319,'Grand Bahama',17,1),
(320,'Inagua Islands',17,1),
(321,'Long Island',17,1),
(322,'Mayaguana',17,1),
(323,'New Providence',17,1),
(324,'Ragged Island',17,1),
(325,'Rum Cay',17,1),
(326,'San Salvador',17,1),
(327,'\'Isa',18,1),
(328,'Badiyah',18,1),
(329,'Hidd',18,1),
(330,'Jidd Hafs',18,1),
(331,'Mahama',18,1),
(332,'Manama',18,1),
(333,'Sitrah',18,1),
(334,'al-Manamah',18,1),
(335,'al-Muharraq',18,1),
(336,'ar-Rifa\'a',18,1),
(337,'Bagar Hat',19,1),
(338,'Bandarban',19,1),
(339,'Barguna',19,1),
(340,'Barisal',19,1),
(341,'Bhola',19,1),
(342,'Bogora',19,1),
(343,'Brahman Bariya',19,1),
(344,'Chandpur',19,1),
(345,'Chattagam',19,1),
(346,'Chittagong Division',19,1),
(347,'Chuadanga',19,1),
(348,'Dhaka',19,1),
(349,'Dinajpur',19,1),
(350,'Faridpur',19,1),
(351,'Feni',19,1),
(352,'Gaybanda',19,1),
(353,'Gazipur',19,1),
(354,'Gopalganj',19,1),
(355,'Habiganj',19,1),
(356,'Jaipur Hat',19,1),
(357,'Jamalpur',19,1),
(358,'Jessor',19,1),
(359,'Jhalakati',19,1),
(360,'Jhanaydah',19,1),
(361,'Khagrachhari',19,1),
(362,'Khulna',19,1),
(363,'Kishorganj',19,1),
(364,'Koks Bazar',19,1),
(365,'Komilla',19,1),
(366,'Kurigram',19,1),
(367,'Kushtiya',19,1),
(368,'Lakshmipur',19,1),
(369,'Lalmanir Hat',19,1),
(370,'Madaripur',19,1),
(371,'Magura',19,1),
(372,'Maimansingh',19,1),
(373,'Manikganj',19,1),
(374,'Maulvi Bazar',19,1),
(375,'Meherpur',19,1),
(376,'Munshiganj',19,1),
(377,'Naral',19,1),
(378,'Narayanganj',19,1),
(379,'Narsingdi',19,1),
(380,'Nator',19,1),
(381,'Naugaon',19,1),
(382,'Nawabganj',19,1),
(383,'Netrakona',19,1),
(384,'Nilphamari',19,1),
(385,'Noakhali',19,1),
(386,'Pabna',19,1),
(387,'Panchagarh',19,1),
(388,'Patuakhali',19,1),
(389,'Pirojpur',19,1),
(390,'Rajbari',19,1),
(391,'Rajshahi',19,1),
(392,'Rangamati',19,1),
(393,'Rangpur',19,1),
(394,'Satkhira',19,1),
(395,'Shariatpur',19,1),
(396,'Sherpur',19,1),
(397,'Silhat',19,1),
(398,'Sirajganj',19,1),
(399,'Sunamganj',19,1),
(400,'Tangayal',19,1),
(401,'Thakurgaon',19,1),
(402,'Christ Church',20,1),
(403,'Saint Andrew',20,1),
(404,'Saint George',20,1),
(405,'Saint James',20,1),
(406,'Saint John',20,1),
(407,'Saint Joseph',20,1),
(408,'Saint Lucy',20,1),
(409,'Saint Michael',20,1),
(410,'Saint Peter',20,1),
(411,'Saint Philip',20,1),
(412,'Saint Thomas',20,1),
(413,'Brest',21,1),
(414,'Homjel\'',21,1),
(415,'Hrodna',21,1),
(416,'Mahiljow',21,1),
(417,'Mahilyowskaya Voblasts',21,1),
(418,'Minsk',21,1),
(419,'Minskaja Voblasts\'',21,1),
(420,'Petrik',21,1),
(421,'Vicebsk',21,1),
(422,'Antwerpen',22,1),
(423,'Berchem',22,1),
(424,'Brabant',22,1),
(425,'Brabant Wallon',22,1),
(426,'Brussel',22,1),
(427,'East Flanders',22,1),
(428,'Hainaut',22,1),
(429,'Liege',22,1),
(430,'Limburg',22,1),
(431,'Luxembourg',22,1),
(432,'Namur',22,1),
(433,'Ontario',22,1),
(434,'Oost-Vlaanderen',22,1),
(435,'Provincie Brabant',22,1),
(436,'Vlaams-Brabant',22,1),
(437,'Wallonne',22,1),
(438,'West-Vlaanderen',22,1),
(439,'Belize',23,1),
(440,'Cayo',23,1),
(441,'Corozal',23,1),
(442,'Orange Walk',23,1),
(443,'Stann Creek',23,1),
(444,'Toledo',23,1),
(445,'Alibori',24,1),
(446,'Atacora',24,1),
(447,'Atlantique',24,1),
(448,'Borgou',24,1),
(449,'Collines',24,1),
(450,'Couffo',24,1),
(451,'Donga',24,1),
(452,'Littoral',24,1),
(453,'Mono',24,1),
(454,'Oueme',24,1),
(455,'Plateau',24,1),
(456,'Zou',24,1),
(457,'Hamilton',25,1),
(458,'Saint George',25,1),
(459,'Bumthang',26,1),
(460,'Chhukha',26,1),
(461,'Chirang',26,1),
(462,'Daga',26,1),
(463,'Geylegphug',26,1),
(464,'Ha',26,1),
(465,'Lhuntshi',26,1),
(466,'Mongar',26,1),
(467,'Pemagatsel',26,1),
(468,'Punakha',26,1),
(469,'Rinpung',26,1),
(470,'Samchi',26,1),
(471,'Samdrup Jongkhar',26,1),
(472,'Shemgang',26,1),
(473,'Tashigang',26,1),
(474,'Timphu',26,1),
(475,'Tongsa',26,1),
(476,'Wangdiphodrang',26,1),
(477,'Beni',27,1),
(478,'Chuquisaca',27,1),
(479,'Cochabamba',27,1),
(480,'La Paz',27,1),
(481,'Oruro',27,1),
(482,'Pando',27,1),
(483,'Potosi',27,1),
(484,'Santa Cruz',27,1),
(485,'Tarija',27,1),
(486,'Federacija Bosna i Hercegovina',28,1),
(487,'Republika Srpska',28,1),
(488,'Central Bobonong',29,1),
(489,'Central Boteti',29,1),
(490,'Central Mahalapye',29,1),
(491,'Central Serowe-Palapye',29,1),
(492,'Central Tutume',29,1),
(493,'Chobe',29,1),
(494,'Francistown',29,1),
(495,'Gaborone',29,1),
(496,'Ghanzi',29,1),
(497,'Jwaneng',29,1),
(498,'Kgalagadi North',29,1),
(499,'Kgalagadi South',29,1),
(500,'Kgatleng',29,1),
(501,'Kweneng',29,1),
(502,'Lobatse',29,1),
(503,'Ngamiland',29,1),
(504,'Ngwaketse',29,1),
(505,'North East',29,1),
(506,'Okavango',29,1),
(507,'Orapa',29,1),
(508,'Selibe Phikwe',29,1),
(509,'South East',29,1),
(510,'Sowa',29,1),
(511,'Bouvet Island',30,1),
(512,'Acre',31,1),
(513,'Alagoas',31,1),
(514,'Amapa',31,1),
(515,'Amazonas',31,1),
(516,'Bahia',31,1),
(517,'Ceara',31,1),
(518,'Distrito Federal',31,1),
(519,'Espirito Santo',31,1),
(520,'Estado de Sao Paulo',31,1),
(521,'Goias',31,1),
(522,'Maranhao',31,1),
(523,'Mato Grosso',31,1),
(524,'Mato Grosso do Sul',31,1),
(525,'Minas Gerais',31,1),
(526,'Para',31,1),
(527,'Paraiba',31,1),
(528,'Parana',31,1),
(529,'Pernambuco',31,1),
(530,'Piaui',31,1),
(531,'Rio Grande do Norte',31,1),
(532,'Rio Grande do Sul',31,1),
(533,'Rio de Janeiro',31,1),
(534,'Rondonia',31,1),
(535,'Roraima',31,1),
(536,'Santa Catarina',31,1),
(537,'Sao Paulo',31,1),
(538,'Sergipe',31,1),
(539,'Tocantins',31,1),
(540,'British Indian Ocean Territory',32,1),
(541,'Belait',33,1),
(542,'Brunei-Muara',33,1),
(543,'Temburong',33,1),
(544,'Tutong',33,1),
(545,'Blagoevgrad',34,1),
(546,'Burgas',34,1),
(547,'Dobrich',34,1),
(548,'Gabrovo',34,1),
(549,'Haskovo',34,1),
(550,'Jambol',34,1),
(551,'Kardzhali',34,1),
(552,'Kjustendil',34,1),
(553,'Lovech',34,1),
(554,'Montana',34,1),
(555,'Oblast Sofiya-Grad',34,1),
(556,'Pazardzhik',34,1),
(557,'Pernik',34,1),
(558,'Pleven',34,1),
(559,'Plovdiv',34,1),
(560,'Razgrad',34,1),
(561,'Ruse',34,1),
(562,'Shumen',34,1),
(563,'Silistra',34,1),
(564,'Sliven',34,1),
(565,'Smoljan',34,1),
(566,'Sofija grad',34,1),
(567,'Sofijska oblast',34,1),
(568,'Stara Zagora',34,1),
(569,'Targovishte',34,1),
(570,'Varna',34,1),
(571,'Veliko Tarnovo',34,1),
(572,'Vidin',34,1),
(573,'Vraca',34,1),
(574,'Yablaniza',34,1),
(575,'Bale',35,1),
(576,'Bam',35,1),
(577,'Bazega',35,1),
(578,'Bougouriba',35,1),
(579,'Boulgou',35,1),
(580,'Boulkiemde',35,1),
(581,'Comoe',35,1),
(582,'Ganzourgou',35,1),
(583,'Gnagna',35,1),
(584,'Gourma',35,1),
(585,'Houet',35,1),
(586,'Ioba',35,1),
(587,'Kadiogo',35,1),
(588,'Kenedougou',35,1),
(589,'Komandjari',35,1),
(590,'Kompienga',35,1),
(591,'Kossi',35,1),
(592,'Kouritenga',35,1),
(593,'Kourweogo',35,1),
(594,'Leraba',35,1),
(595,'Mouhoun',35,1),
(596,'Nahouri',35,1),
(597,'Namentenga',35,1),
(598,'Noumbiel',35,1),
(599,'Oubritenga',35,1),
(600,'Oudalan',35,1),
(601,'Passore',35,1),
(602,'Poni',35,1),
(603,'Sanguie',35,1),
(604,'Sanmatenga',35,1),
(605,'Seno',35,1),
(606,'Sissili',35,1),
(607,'Soum',35,1),
(608,'Sourou',35,1),
(609,'Tapoa',35,1),
(610,'Tuy',35,1),
(611,'Yatenga',35,1),
(612,'Zondoma',35,1),
(613,'Zoundweogo',35,1),
(614,'Bubanza',36,1),
(615,'Bujumbura',36,1),
(616,'Bururi',36,1),
(617,'Cankuzo',36,1),
(618,'Cibitoke',36,1),
(619,'Gitega',36,1),
(620,'Karuzi',36,1),
(621,'Kayanza',36,1),
(622,'Kirundo',36,1),
(623,'Makamba',36,1),
(624,'Muramvya',36,1),
(625,'Muyinga',36,1),
(626,'Ngozi',36,1),
(627,'Rutana',36,1),
(628,'Ruyigi',36,1),
(629,'Banteay Mean Chey',37,1),
(630,'Bat Dambang',37,1),
(631,'Kampong Cham',37,1),
(632,'Kampong Chhnang',37,1),
(633,'Kampong Spoeu',37,1),
(634,'Kampong Thum',37,1),
(635,'Kampot',37,1),
(636,'Kandal',37,1),
(637,'Kaoh Kong',37,1),
(638,'Kracheh',37,1),
(639,'Krong Kaeb',37,1),
(640,'Krong Pailin',37,1),
(641,'Krong Preah Sihanouk',37,1),
(642,'Mondol Kiri',37,1),
(643,'Otdar Mean Chey',37,1),
(644,'Phnum Penh',37,1),
(645,'Pousat',37,1),
(646,'Preah Vihear',37,1),
(647,'Prey Veaeng',37,1),
(648,'Rotanak Kiri',37,1),
(649,'Siem Reab',37,1),
(650,'Stueng Traeng',37,1),
(651,'Svay Rieng',37,1),
(652,'Takaev',37,1),
(653,'Adamaoua',38,1),
(654,'Centre',38,1),
(655,'Est',38,1),
(656,'Littoral',38,1),
(657,'Nord',38,1),
(658,'Nord Extreme',38,1),
(659,'Nordouest',38,1),
(660,'Ouest',38,1),
(661,'Sud',38,1),
(662,'Sudouest',38,1),
(663,'Alberta',39,1),
(664,'British Columbia',39,1),
(665,'Manitoba',39,1),
(666,'New Brunswick',39,1),
(667,'Newfoundland and Labrador',39,1),
(668,'Northwest Territories',39,1),
(669,'Nova Scotia',39,1),
(670,'Nunavut',39,1),
(671,'Ontario',39,1),
(672,'Prince Edward Island',39,1),
(673,'Quebec',39,1),
(674,'Saskatchewan',39,1),
(675,'Yukon',39,1),
(676,'Boavista',40,1),
(677,'Brava',40,1),
(678,'Fogo',40,1),
(679,'Maio',40,1),
(680,'Sal',40,1),
(681,'Santo Antao',40,1),
(682,'Sao Nicolau',40,1),
(683,'Sao Tiago',40,1),
(684,'Sao Vicente',40,1),
(685,'Grand Cayman',41,1),
(686,'Bamingui-Bangoran',42,1),
(687,'Bangui',42,1),
(688,'Basse-Kotto',42,1),
(689,'Haut-Mbomou',42,1),
(690,'Haute-Kotto',42,1),
(691,'Kemo',42,1),
(692,'Lobaye',42,1),
(693,'Mambere-Kadei',42,1),
(694,'Mbomou',42,1),
(695,'Nana-Gribizi',42,1),
(696,'Nana-Mambere',42,1),
(697,'Ombella Mpoko',42,1),
(698,'Ouaka',42,1),
(699,'Ouham',42,1),
(700,'Ouham-Pende',42,1),
(701,'Sangha-Mbaere',42,1),
(702,'Vakaga',42,1),
(703,'Batha',43,1),
(704,'Biltine',43,1),
(705,'Bourkou-Ennedi-Tibesti',43,1),
(706,'Chari-Baguirmi',43,1),
(707,'Guera',43,1),
(708,'Kanem',43,1),
(709,'Lac',43,1),
(710,'Logone Occidental',43,1),
(711,'Logone Oriental',43,1),
(712,'Mayo-Kebbi',43,1),
(713,'Moyen-Chari',43,1),
(714,'Ouaddai',43,1),
(715,'Salamat',43,1),
(716,'Tandjile',43,1),
(717,'Aisen',44,1),
(718,'Antofagasta',44,1),
(719,'Araucania',44,1),
(720,'Atacama',44,1),
(721,'Bio Bio',44,1),
(722,'Coquimbo',44,1),
(723,'Libertador General Bernardo O\'',44,1),
(724,'Los Lagos',44,1),
(725,'Magellanes',44,1),
(726,'Maule',44,1),
(727,'Metropolitana',44,1),
(728,'Metropolitana de Santiago',44,1),
(729,'Tarapaca',44,1),
(730,'Valparaiso',44,1),
(731,'Anhui',45,1),
(732,'Anhui Province',45,1),
(733,'Anhui Sheng',45,1),
(734,'Aomen',45,1),
(735,'Beijing',45,1),
(736,'Beijing Shi',45,1),
(737,'Chongqing',45,1),
(738,'Fujian',45,1),
(739,'Fujian Sheng',45,1),
(740,'Gansu',45,1),
(741,'Guangdong',45,1),
(742,'Guangdong Sheng',45,1),
(743,'Guangxi',45,1),
(744,'Guizhou',45,1),
(745,'Hainan',45,1),
(746,'Hebei',45,1),
(747,'Heilongjiang',45,1),
(748,'Henan',45,1),
(749,'Hubei',45,1),
(750,'Hunan',45,1),
(751,'Jiangsu',45,1),
(752,'Jiangsu Sheng',45,1),
(753,'Jiangxi',45,1),
(754,'Jilin',45,1),
(755,'Liaoning',45,1),
(756,'Liaoning Sheng',45,1),
(757,'Nei Monggol',45,1),
(758,'Ningxia Hui',45,1),
(759,'Qinghai',45,1),
(760,'Shaanxi',45,1),
(761,'Shandong',45,1),
(762,'Shandong Sheng',45,1),
(763,'Shanghai',45,1),
(764,'Shanxi',45,1),
(765,'Sichuan',45,1),
(766,'Tianjin',45,1),
(767,'Xianggang',45,1),
(768,'Xinjiang',45,1),
(769,'Xizang',45,1),
(770,'Yunnan',45,1),
(771,'Zhejiang',45,1),
(772,'Zhejiang Sheng',45,1),
(773,'Christmas Island',46,1),
(774,'Cocos (Keeling) Islands',47,1),
(775,'Amazonas',48,1),
(776,'Antioquia',48,1),
(777,'Arauca',48,1),
(778,'Atlantico',48,1),
(779,'Bogota',48,1),
(780,'Bolivar',48,1),
(781,'Boyaca',48,1),
(782,'Caldas',48,1),
(783,'Caqueta',48,1),
(784,'Casanare',48,1),
(785,'Cauca',48,1),
(786,'Cesar',48,1),
(787,'Choco',48,1),
(788,'Cordoba',48,1),
(789,'Cundinamarca',48,1),
(790,'Guainia',48,1),
(791,'Guaviare',48,1),
(792,'Huila',48,1),
(793,'La Guajira',48,1),
(794,'Magdalena',48,1),
(795,'Meta',48,1),
(796,'Narino',48,1),
(797,'Norte de Santander',48,1),
(798,'Putumayo',48,1),
(799,'Quindio',48,1),
(800,'Risaralda',48,1),
(801,'San Andres y Providencia',48,1),
(802,'Santander',48,1),
(803,'Sucre',48,1),
(804,'Tolima',48,1),
(805,'Valle del Cauca',48,1),
(806,'Vaupes',48,1),
(807,'Vichada',48,1),
(808,'Mwali',49,1),
(809,'Njazidja',49,1),
(810,'Nzwani',49,1),
(811,'Bouenza',50,1),
(812,'Brazzaville',50,1),
(813,'Cuvette',50,1),
(814,'Kouilou',50,1),
(815,'Lekoumou',50,1),
(816,'Likouala',50,1),
(817,'Niari',50,1),
(818,'Plateaux',50,1),
(819,'Pool',50,1),
(820,'Sangha',50,1),
(821,'Bandundu',51,1),
(822,'Bas-Congo',51,1),
(823,'Equateur',51,1),
(824,'Haut-Congo',51,1),
(825,'Kasai-Occidental',51,1),
(826,'Kasai-Oriental',51,1),
(827,'Katanga',51,1),
(828,'Kinshasa',51,1),
(829,'Maniema',51,1),
(830,'Nord-Kivu',51,1),
(831,'Sud-Kivu',51,1),
(832,'Aitutaki',52,1),
(833,'Atiu',52,1),
(834,'Mangaia',52,1),
(835,'Manihiki',52,1),
(836,'Mauke',52,1),
(837,'Mitiaro',52,1),
(838,'Nassau',52,1),
(839,'Pukapuka',52,1),
(840,'Rakahanga',52,1),
(841,'Rarotonga',52,1),
(842,'Tongareva',52,1),
(843,'Alajuela',53,1),
(844,'Cartago',53,1),
(845,'Guanacaste',53,1),
(846,'Heredia',53,1),
(847,'Limon',53,1),
(848,'Puntarenas',53,1),
(849,'San Jose',53,1),
(850,'Abidjan',54,1),
(851,'Agneby',54,1),
(852,'Bafing',54,1),
(853,'Denguele',54,1),
(854,'Dix-huit Montagnes',54,1),
(855,'Fromager',54,1),
(856,'Haut-Sassandra',54,1),
(857,'Lacs',54,1),
(858,'Lagunes',54,1),
(859,'Marahoue',54,1),
(860,'Moyen-Cavally',54,1),
(861,'Moyen-Comoe',54,1),
(862,'N\'zi-Comoe',54,1),
(863,'Sassandra',54,1),
(864,'Savanes',54,1),
(865,'Sud-Bandama',54,1),
(866,'Sud-Comoe',54,1),
(867,'Vallee du Bandama',54,1),
(868,'Worodougou',54,1),
(869,'Zanzan',54,1),
(870,'Bjelovar-Bilogora',55,1),
(871,'Dubrovnik-Neretva',55,1),
(872,'Grad Zagreb',55,1),
(873,'Istra',55,1),
(874,'Karlovac',55,1),
(875,'Koprivnica-Krizhevci',55,1),
(876,'Krapina-Zagorje',55,1),
(877,'Lika-Senj',55,1),
(878,'Medhimurje',55,1),
(879,'Medimurska Zupanija',55,1),
(880,'Osijek-Baranja',55,1),
(881,'Osjecko-Baranjska Zupanija',55,1),
(882,'Pozhega-Slavonija',55,1),
(883,'Primorje-Gorski Kotar',55,1),
(884,'Shibenik-Knin',55,1),
(885,'Sisak-Moslavina',55,1),
(886,'Slavonski Brod-Posavina',55,1),
(887,'Split-Dalmacija',55,1),
(888,'Varazhdin',55,1),
(889,'Virovitica-Podravina',55,1),
(890,'Vukovar-Srijem',55,1),
(891,'Zadar',55,1),
(892,'Zagreb',55,1),
(893,'Camaguey',56,1),
(894,'Ciego de Avila',56,1),
(895,'Cienfuegos',56,1),
(896,'Ciudad de la Habana',56,1),
(897,'Granma',56,1),
(898,'Guantanamo',56,1),
(899,'Habana',56,1),
(900,'Holguin',56,1),
(901,'Isla de la Juventud',56,1),
(902,'La Habana',56,1),
(903,'Las Tunas',56,1),
(904,'Matanzas',56,1),
(905,'Pinar del Rio',56,1),
(906,'Sancti Spiritus',56,1),
(907,'Santiago de Cuba',56,1),
(908,'Villa Clara',56,1),
(909,'Government controlled area',57,1),
(910,'Limassol',57,1),
(911,'Nicosia District',57,1),
(912,'Paphos',57,1),
(913,'Turkish controlled area',57,1),
(914,'Central Bohemian',58,1),
(915,'Frycovice',58,1),
(916,'Jihocesky Kraj',58,1),
(917,'Jihochesky',58,1),
(918,'Jihomoravsky',58,1),
(919,'Karlovarsky',58,1),
(920,'Klecany',58,1),
(921,'Kralovehradecky',58,1),
(922,'Liberecky',58,1),
(923,'Lipov',58,1),
(924,'Moravskoslezsky',58,1),
(925,'Olomoucky',58,1),
(926,'Olomoucky Kraj',58,1),
(927,'Pardubicky',58,1),
(928,'Plzensky',58,1),
(929,'Praha',58,1),
(930,'Rajhrad',58,1),
(931,'Smirice',58,1),
(932,'South Moravian',58,1),
(933,'Straz nad Nisou',58,1),
(934,'Stredochesky',58,1),
(935,'Unicov',58,1),
(936,'Ustecky',58,1),
(937,'Valletta',58,1),
(938,'Velesin',58,1),
(939,'Vysochina',58,1),
(940,'Zlinsky',58,1),
(941,'Arhus',59,1),
(942,'Bornholm',59,1),
(943,'Frederiksborg',59,1),
(944,'Fyn',59,1),
(945,'Hovedstaden',59,1),
(946,'Kobenhavn',59,1),
(947,'Kobenhavns Amt',59,1),
(948,'Kobenhavns Kommune',59,1),
(949,'Nordjylland',59,1),
(950,'Ribe',59,1),
(951,'Ringkobing',59,1),
(952,'Roervig',59,1),
(953,'Roskilde',59,1),
(954,'Roslev',59,1),
(955,'Sjaelland',59,1),
(956,'Soeborg',59,1),
(957,'Sonderjylland',59,1),
(958,'Storstrom',59,1),
(959,'Syddanmark',59,1),
(960,'Toelloese',59,1),
(961,'Vejle',59,1),
(962,'Vestsjalland',59,1),
(963,'Viborg',59,1),
(964,'\'Ali Sabih',60,1),
(965,'Dikhil',60,1),
(966,'Jibuti',60,1),
(967,'Tajurah',60,1),
(968,'Ubuk',60,1),
(969,'Saint Andrew',61,1),
(970,'Saint David',61,1),
(971,'Saint George',61,1),
(972,'Saint John',61,1),
(973,'Saint Joseph',61,1),
(974,'Saint Luke',61,1),
(975,'Saint Mark',61,1),
(976,'Saint Patrick',61,1),
(977,'Saint Paul',61,1),
(978,'Saint Peter',61,1),
(979,'Azua',62,1),
(980,'Bahoruco',62,1),
(981,'Barahona',62,1),
(982,'Dajabon',62,1),
(983,'Distrito Nacional',62,1),
(984,'Duarte',62,1),
(985,'El Seybo',62,1),
(986,'Elias Pina',62,1),
(987,'Espaillat',62,1),
(988,'Hato Mayor',62,1),
(989,'Independencia',62,1),
(990,'La Altagracia',62,1),
(991,'La Romana',62,1),
(992,'La Vega',62,1),
(993,'Maria Trinidad Sanchez',62,1),
(994,'Monsenor Nouel',62,1),
(995,'Monte Cristi',62,1),
(996,'Monte Plata',62,1),
(997,'Pedernales',62,1),
(998,'Peravia',62,1),
(999,'Puerto Plata',62,1),
(1000,'Salcedo',62,1),
(1001,'Samana',62,1),
(1002,'San Cristobal',62,1),
(1003,'San Juan',62,1),
(1004,'San Pedro de Macoris',62,1),
(1005,'Sanchez Ramirez',62,1),
(1006,'Santiago',62,1),
(1007,'Santiago Rodriguez',62,1),
(1008,'Valverde',62,1),
(1022,'Azuay',64,1),
(1023,'Bolivar',64,1),
(1024,'Canar',64,1),
(1025,'Carchi',64,1),
(1026,'Chimborazo',64,1),
(1027,'Cotopaxi',64,1),
(1028,'El Oro',64,1),
(1029,'Esmeraldas',64,1),
(1030,'Galapagos',64,1),
(1031,'Guayas',64,1),
(1032,'Imbabura',64,1),
(1033,'Loja',64,1),
(1034,'Los Rios',64,1),
(1035,'Manabi',64,1),
(1036,'Morona Santiago',64,1),
(1037,'Napo',64,1),
(1038,'Orellana',64,1),
(1039,'Pastaza',64,1),
(1040,'Pichincha',64,1),
(1041,'Sucumbios',64,1),
(1042,'Tungurahua',64,1),
(1043,'Zamora Chinchipe',64,1),
(1044,'Aswan',65,1),
(1045,'Asyut',65,1),
(1046,'Bani Suwayf',65,1),
(1047,'Bur Sa\'id',65,1),
(1048,'Cairo',65,1),
(1049,'Dumyat',65,1),
(1050,'Kafr-ash-Shaykh',65,1),
(1051,'Matruh',65,1),
(1052,'Muhafazat ad Daqahliyah',65,1),
(1053,'Muhafazat al Fayyum',65,1),
(1054,'Muhafazat al Gharbiyah',65,1),
(1055,'Muhafazat al Iskandariyah',65,1),
(1056,'Muhafazat al Qahirah',65,1),
(1057,'Qina',65,1),
(1058,'Sawhaj',65,1),
(1059,'Sina al-Janubiyah',65,1),
(1060,'Sina ash-Shamaliyah',65,1),
(1061,'ad-Daqahliyah',65,1),
(1062,'al-Bahr-al-Ahmar',65,1),
(1063,'al-Buhayrah',65,1),
(1064,'al-Fayyum',65,1),
(1065,'al-Gharbiyah',65,1),
(1066,'al-Iskandariyah',65,1),
(1067,'al-Ismailiyah',65,1),
(1068,'al-Jizah',65,1),
(1069,'al-Minufiyah',65,1),
(1070,'al-Minya',65,1),
(1071,'al-Qahira',65,1),
(1072,'al-Qalyubiyah',65,1),
(1073,'al-Uqsur',65,1),
(1074,'al-Wadi al-Jadid',65,1),
(1075,'as-Suways',65,1),
(1076,'ash-Sharqiyah',65,1),
(1077,'Ahuachapan',66,1),
(1078,'Cabanas',66,1),
(1079,'Chalatenango',66,1),
(1080,'Cuscatlan',66,1),
(1081,'La Libertad',66,1),
(1082,'La Paz',66,1),
(1083,'La Union',66,1),
(1084,'Morazan',66,1),
(1085,'San Miguel',66,1),
(1086,'San Salvador',66,1),
(1087,'San Vicente',66,1),
(1088,'Santa Ana',66,1),
(1089,'Sonsonate',66,1),
(1090,'Usulutan',66,1),
(1091,'Annobon',67,1),
(1092,'Bioko Norte',67,1),
(1093,'Bioko Sur',67,1),
(1094,'Centro Sur',67,1),
(1095,'Kie-Ntem',67,1),
(1096,'Litoral',67,1),
(1097,'Wele-Nzas',67,1),
(1098,'Anseba',68,1),
(1099,'Debub',68,1),
(1100,'Debub-Keih-Bahri',68,1),
(1101,'Gash-Barka',68,1),
(1102,'Maekel',68,1),
(1103,'Semien-Keih-Bahri',68,1),
(1104,'Harju',69,1),
(1105,'Hiiu',69,1),
(1106,'Ida-Viru',69,1),
(1107,'Jarva',69,1),
(1108,'Jogeva',69,1),
(1109,'Laane',69,1),
(1110,'Laane-Viru',69,1),
(1111,'Parnu',69,1),
(1112,'Polva',69,1),
(1113,'Rapla',69,1),
(1114,'Saare',69,1),
(1115,'Tartu',69,1),
(1116,'Valga',69,1),
(1117,'Viljandi',69,1),
(1118,'Voru',69,1),
(1119,'Addis Abeba',70,1),
(1120,'Afar',70,1),
(1121,'Amhara',70,1),
(1122,'Benishangul',70,1),
(1123,'Diredawa',70,1),
(1124,'Gambella',70,1),
(1125,'Harar',70,1),
(1126,'Jigjiga',70,1),
(1127,'Mekele',70,1),
(1128,'Oromia',70,1),
(1129,'Somali',70,1),
(1130,'Southern',70,1),
(1131,'Tigray',70,1),
(1135,'Falkland Islands',71,1),
(1136,'South Georgia',71,1),
(1137,'Klaksvik',72,1),
(1138,'Nor ara Eysturoy',72,1),
(1139,'Nor oy',72,1),
(1140,'Sandoy',72,1),
(1141,'Streymoy',72,1),
(1142,'Su uroy',72,1),
(1143,'Sy ra Eysturoy',72,1),
(1144,'Torshavn',72,1),
(1145,'Vaga',72,1),
(1146,'Central',73,1),
(1147,'Eastern',73,1),
(1148,'Northern',73,1),
(1149,'South Pacific',73,1),
(1150,'Western',73,1),
(1151,'Ahvenanmaa',74,1),
(1152,'Etela-Karjala',74,1),
(1153,'Etela-Pohjanmaa',74,1),
(1154,'Etela-Savo',74,1),
(1155,'Etela-Suomen Laani',74,1),
(1156,'Ita-Suomen Laani',74,1),
(1157,'Ita-Uusimaa',74,1),
(1158,'Kainuu',74,1),
(1159,'Kanta-Hame',74,1),
(1160,'Keski-Pohjanmaa',74,1),
(1161,'Keski-Suomi',74,1),
(1162,'Kymenlaakso',74,1),
(1163,'Lansi-Suomen Laani',74,1),
(1164,'Lappi',74,1),
(1165,'Northern Savonia',74,1),
(1166,'Ostrobothnia',74,1),
(1167,'Oulun Laani',74,1),
(1168,'Paijat-Hame',74,1),
(1169,'Pirkanmaa',74,1),
(1170,'Pohjanmaa',74,1),
(1171,'Pohjois-Karjala',74,1),
(1172,'Pohjois-Pohjanmaa',74,1),
(1173,'Pohjois-Savo',74,1),
(1174,'Saarijarvi',74,1),
(1175,'Satakunta',74,1),
(1176,'Southern Savonia',74,1),
(1177,'Tavastia Proper',74,1),
(1178,'Uleaborgs Lan',74,1),
(1179,'Uusimaa',74,1),
(1180,'Varsinais-Suomi',74,1),
(1181,'Ain',75,1),
(1182,'Aisne',75,1),
(1183,'Albi Le Sequestre',75,1),
(1184,'Allier',75,1),
(1185,'Alpes-Cote dAzur',75,1),
(1186,'Alpes-Maritimes',75,1),
(1187,'Alpes-de-Haute-Provence',75,1),
(1188,'Alsace',75,1),
(1189,'Aquitaine',75,1),
(1190,'Ardeche',75,1),
(1191,'Ardennes',75,1),
(1192,'Ariege',75,1),
(1193,'Aube',75,1),
(1194,'Aude',75,1),
(1195,'Auvergne',75,1),
(1196,'Aveyron',75,1),
(1197,'Bas-Rhin',75,1),
(1198,'Basse-Normandie',75,1),
(1199,'Bouches-du-Rhone',75,1),
(1200,'Bourgogne',75,1),
(1201,'Bretagne',75,1),
(1202,'Brittany',75,1),
(1203,'Burgundy',75,1),
(1204,'Calvados',75,1),
(1205,'Cantal',75,1),
(1206,'Cedex',75,1),
(1207,'Centre',75,1),
(1208,'Charente',75,1),
(1209,'Charente-Maritime',75,1),
(1210,'Cher',75,1),
(1211,'Correze',75,1),
(1212,'Corse-du-Sud',75,1),
(1213,'Cote-d\'Or',75,1),
(1214,'Cotes-d\'Armor',75,1),
(1215,'Creuse',75,1),
(1216,'Crolles',75,1),
(1217,'Deux-Sevres',75,1),
(1218,'Dordogne',75,1),
(1219,'Doubs',75,1),
(1220,'Drome',75,1),
(1221,'Essonne',75,1),
(1222,'Eure',75,1),
(1223,'Eure-et-Loir',75,1),
(1224,'Feucherolles',75,1),
(1225,'Finistere',75,1),
(1226,'Franche-Comte',75,1),
(1227,'Gard',75,1),
(1228,'Gers',75,1),
(1229,'Gironde',75,1),
(1230,'Haut-Rhin',75,1),
(1231,'Haute-Corse',75,1),
(1232,'Haute-Garonne',75,1),
(1233,'Haute-Loire',75,1),
(1234,'Haute-Marne',75,1),
(1235,'Haute-Saone',75,1),
(1236,'Haute-Savoie',75,1),
(1237,'Haute-Vienne',75,1),
(1238,'Hautes-Alpes',75,1),
(1239,'Hautes-Pyrenees',75,1),
(1240,'Hauts-de-Seine',75,1),
(1241,'Herault',75,1),
(1242,'Ile-de-France',75,1),
(1243,'Ille-et-Vilaine',75,1),
(1244,'Indre',75,1),
(1245,'Indre-et-Loire',75,1),
(1246,'Isere',75,1),
(1247,'Jura',75,1),
(1248,'Klagenfurt',75,1),
(1249,'Landes',75,1),
(1250,'Languedoc-Roussillon',75,1),
(1251,'Larcay',75,1),
(1252,'Le Castellet',75,1),
(1253,'Le Creusot',75,1),
(1254,'Limousin',75,1),
(1255,'Loir-et-Cher',75,1),
(1256,'Loire',75,1),
(1257,'Loire-Atlantique',75,1),
(1258,'Loiret',75,1),
(1259,'Lorraine',75,1),
(1260,'Lot',75,1),
(1261,'Lot-et-Garonne',75,1),
(1262,'Lower Normandy',75,1),
(1263,'Lozere',75,1),
(1264,'Maine-et-Loire',75,1),
(1265,'Manche',75,1),
(1266,'Marne',75,1),
(1267,'Mayenne',75,1),
(1268,'Meurthe-et-Moselle',75,1),
(1269,'Meuse',75,1),
(1270,'Midi-Pyrenees',75,1),
(1271,'Morbihan',75,1),
(1272,'Moselle',75,1),
(1273,'Nievre',75,1),
(1274,'Nord',75,1),
(1275,'Nord-Pas-de-Calais',75,1),
(1276,'Oise',75,1),
(1277,'Orne',75,1),
(1278,'Paris',75,1),
(1279,'Pas-de-Calais',75,1),
(1280,'Pays de la Loire',75,1),
(1281,'Pays-de-la-Loire',75,1),
(1282,'Picardy',75,1),
(1283,'Puy-de-Dome',75,1),
(1284,'Pyrenees-Atlantiques',75,1),
(1285,'Pyrenees-Orientales',75,1),
(1286,'Quelmes',75,1),
(1287,'Rhone',75,1),
(1288,'Rhone-Alpes',75,1),
(1289,'Saint Ouen',75,1),
(1290,'Saint Viatre',75,1),
(1291,'Saone-et-Loire',75,1),
(1292,'Sarthe',75,1),
(1293,'Savoie',75,1),
(1294,'Seine-Maritime',75,1),
(1295,'Seine-Saint-Denis',75,1),
(1296,'Seine-et-Marne',75,1),
(1297,'Somme',75,1),
(1298,'Sophia Antipolis',75,1),
(1299,'Souvans',75,1),
(1300,'Tarn',75,1),
(1301,'Tarn-et-Garonne',75,1),
(1302,'Territoire de Belfort',75,1),
(1303,'Treignac',75,1),
(1304,'Upper Normandy',75,1),
(1305,'Val-d\'Oise',75,1),
(1306,'Val-de-Marne',75,1),
(1307,'Var',75,1),
(1308,'Vaucluse',75,1),
(1309,'Vellise',75,1),
(1310,'Vendee',75,1),
(1311,'Vienne',75,1),
(1312,'Vosges',75,1),
(1313,'Yonne',75,1),
(1314,'Yvelines',75,1),
(1315,'Cayenne',76,1),
(1316,'Saint-Laurent-du-Maroni',76,1),
(1317,'Iles du Vent',77,1),
(1318,'Iles sous le Vent',77,1),
(1319,'Marquesas',77,1),
(1320,'Tuamotu',77,1),
(1321,'Tubuai',77,1),
(1322,'Amsterdam',78,1),
(1323,'Crozet Islands',78,1),
(1324,'Kerguelen',78,1),
(1325,'Estuaire',79,1),
(1326,'Haut-Ogooue',79,1),
(1327,'Moyen-Ogooue',79,1),
(1328,'Ngounie',79,1),
(1329,'Nyanga',79,1),
(1330,'Ogooue-Ivindo',79,1),
(1331,'Ogooue-Lolo',79,1),
(1332,'Ogooue-Maritime',79,1),
(1333,'Woleu-Ntem',79,1),
(1334,'Banjul',80,1),
(1335,'Basse',80,1),
(1336,'Brikama',80,1),
(1337,'Janjanbureh',80,1),
(1338,'Kanifing',80,1),
(1339,'Kerewan',80,1),
(1340,'Kuntaur',80,1),
(1341,'Mansakonko',80,1),
(1342,'Abhasia',81,1),
(1343,'Ajaria',81,1),
(1344,'Guria',81,1),
(1345,'Imereti',81,1),
(1346,'Kaheti',81,1),
(1347,'Kvemo Kartli',81,1),
(1348,'Mcheta-Mtianeti',81,1),
(1349,'Racha',81,1),
(1350,'Samagrelo-Zemo Svaneti',81,1),
(1351,'Samche-Zhavaheti',81,1),
(1352,'Shida Kartli',81,1),
(1353,'Tbilisi',81,1),
(1354,'Auvergne',82,1),
(1355,'Baden-Wurttemberg',82,1),
(1356,'Bavaria',82,1),
(1357,'Bayern',82,1),
(1358,'Beilstein Wurtt',82,1),
(1359,'Berlin',82,1),
(1360,'Brandenburg',82,1),
(1361,'Bremen',82,1),
(1362,'Dreisbach',82,1),
(1363,'Freistaat Bayern',82,1),
(1364,'Hamburg',82,1),
(1365,'Hannover',82,1),
(1366,'Heroldstatt',82,1),
(1367,'Hessen',82,1),
(1368,'Kortenberg',82,1),
(1369,'Laasdorf',82,1),
(1370,'Land Baden-Wurttemberg',82,1),
(1371,'Land Bayern',82,1),
(1372,'Land Brandenburg',82,1),
(1373,'Land Hessen',82,1),
(1374,'Land Mecklenburg-Vorpommern',82,1),
(1375,'Land Nordrhein-Westfalen',82,1),
(1376,'Land Rheinland-Pfalz',82,1),
(1377,'Land Sachsen',82,1),
(1378,'Land Sachsen-Anhalt',82,1),
(1379,'Land Thuringen',82,1),
(1380,'Lower Saxony',82,1),
(1381,'Mecklenburg-Vorpommern',82,1),
(1382,'Mulfingen',82,1),
(1383,'Munich',82,1),
(1384,'Neubeuern',82,1),
(1385,'Niedersachsen',82,1),
(1386,'Noord-Holland',82,1),
(1387,'Nordrhein-Westfalen',82,1),
(1388,'North Rhine-Westphalia',82,1),
(1389,'Osterode',82,1),
(1390,'Rheinland-Pfalz',82,1),
(1391,'Rhineland-Palatinate',82,1),
(1392,'Saarland',82,1),
(1393,'Sachsen',82,1),
(1394,'Sachsen-Anhalt',82,1),
(1395,'Saxony',82,1),
(1396,'Schleswig-Holstein',82,1),
(1397,'Thuringia',82,1),
(1398,'Webling',82,1),
(1399,'Weinstrabe',82,1),
(1400,'schlobborn',82,1),
(1401,'Ashanti',83,1),
(1402,'Brong-Ahafo',83,1),
(1403,'Central',83,1),
(1404,'Eastern',83,1),
(1405,'Greater Accra',83,1),
(1406,'Northern',83,1),
(1407,'Upper East',83,1),
(1408,'Upper West',83,1),
(1409,'Volta',83,1),
(1410,'Western',83,1),
(1411,'Gibraltar',84,1),
(1412,'Acharnes',85,1),
(1413,'Ahaia',85,1),
(1414,'Aitolia kai Akarnania',85,1),
(1415,'Argolis',85,1),
(1416,'Arkadia',85,1),
(1417,'Arta',85,1),
(1418,'Attica',85,1),
(1419,'Attiki',85,1),
(1420,'Ayion Oros',85,1),
(1421,'Crete',85,1),
(1422,'Dodekanisos',85,1),
(1423,'Drama',85,1),
(1424,'Evia',85,1),
(1425,'Evritania',85,1),
(1426,'Evros',85,1),
(1427,'Evvoia',85,1),
(1428,'Florina',85,1),
(1429,'Fokis',85,1),
(1430,'Fthiotis',85,1),
(1431,'Grevena',85,1),
(1432,'Halandri',85,1),
(1433,'Halkidiki',85,1),
(1434,'Hania',85,1),
(1435,'Heraklion',85,1),
(1436,'Hios',85,1),
(1437,'Ilia',85,1),
(1438,'Imathia',85,1),
(1439,'Ioannina',85,1),
(1440,'Iraklion',85,1),
(1441,'Karditsa',85,1),
(1442,'Kastoria',85,1),
(1443,'Kavala',85,1),
(1444,'Kefallinia',85,1),
(1445,'Kerkira',85,1),
(1446,'Kiklades',85,1),
(1447,'Kilkis',85,1),
(1448,'Korinthia',85,1),
(1449,'Kozani',85,1),
(1450,'Lakonia',85,1),
(1451,'Larisa',85,1),
(1452,'Lasithi',85,1),
(1453,'Lesvos',85,1),
(1454,'Levkas',85,1),
(1455,'Magnisia',85,1),
(1456,'Messinia',85,1),
(1457,'Nomos Attikis',85,1),
(1458,'Nomos Zakynthou',85,1),
(1459,'Pella',85,1),
(1460,'Pieria',85,1),
(1461,'Piraios',85,1),
(1462,'Preveza',85,1),
(1463,'Rethimni',85,1),
(1464,'Rodopi',85,1),
(1465,'Samos',85,1),
(1466,'Serrai',85,1),
(1467,'Thesprotia',85,1),
(1468,'Thessaloniki',85,1),
(1469,'Trikala',85,1),
(1470,'Voiotia',85,1),
(1471,'West Greece',85,1),
(1472,'Xanthi',85,1),
(1473,'Zakinthos',85,1),
(1474,'Aasiaat',86,1),
(1475,'Ammassalik',86,1),
(1476,'Illoqqortoormiut',86,1),
(1477,'Ilulissat',86,1),
(1478,'Ivittuut',86,1),
(1479,'Kangaatsiaq',86,1),
(1480,'Maniitsoq',86,1),
(1481,'Nanortalik',86,1),
(1482,'Narsaq',86,1),
(1483,'Nuuk',86,1),
(1484,'Paamiut',86,1),
(1485,'Qaanaaq',86,1),
(1486,'Qaqortoq',86,1),
(1487,'Qasigiannguit',86,1),
(1488,'Qeqertarsuaq',86,1),
(1489,'Sisimiut',86,1),
(1490,'Udenfor kommunal inddeling',86,1),
(1491,'Upernavik',86,1),
(1492,'Uummannaq',86,1),
(1493,'Carriacou-Petite Martinique',87,1),
(1494,'Saint Andrew',87,1),
(1495,'Saint Davids',87,1),
(1496,'Saint George\'s',87,1),
(1497,'Saint John',87,1),
(1498,'Saint Mark',87,1),
(1499,'Saint Patrick',87,1),
(1500,'Basse-Terre',88,1),
(1501,'Grande-Terre',88,1),
(1502,'Iles des Saintes',88,1),
(1503,'La Desirade',88,1),
(1504,'Marie-Galante',88,1),
(1505,'Saint Barthelemy',88,1),
(1506,'Saint Martin',88,1),
(1507,'Agana Heights',89,1),
(1508,'Agat',89,1),
(1509,'Barrigada',89,1),
(1510,'Chalan-Pago-Ordot',89,1),
(1511,'Dededo',89,1),
(1512,'Hagatna',89,1),
(1513,'Inarajan',89,1),
(1514,'Mangilao',89,1),
(1515,'Merizo',89,1),
(1516,'Mongmong-Toto-Maite',89,1),
(1517,'Santa Rita',89,1),
(1518,'Sinajana',89,1),
(1519,'Talofofo',89,1),
(1520,'Tamuning',89,1),
(1521,'Yigo',89,1),
(1522,'Yona',89,1),
(1523,'Alta Verapaz',90,1),
(1524,'Baja Verapaz',90,1),
(1525,'Chimaltenango',90,1),
(1526,'Chiquimula',90,1),
(1527,'El Progreso',90,1),
(1528,'Escuintla',90,1),
(1529,'Guatemala',90,1),
(1530,'Huehuetenango',90,1),
(1531,'Izabal',90,1),
(1532,'Jalapa',90,1),
(1533,'Jutiapa',90,1),
(1534,'Peten',90,1),
(1535,'Quezaltenango',90,1),
(1536,'Quiche',90,1),
(1537,'Retalhuleu',90,1),
(1538,'Sacatepequez',90,1),
(1539,'San Marcos',90,1),
(1540,'Santa Rosa',90,1),
(1541,'Solola',90,1),
(1542,'Suchitepequez',90,1),
(1543,'Totonicapan',90,1),
(1544,'Zacapa',90,1),
(1557,'Beyla',92,1),
(1558,'Boffa',92,1),
(1559,'Boke',92,1),
(1560,'Conakry',92,1),
(1561,'Coyah',92,1),
(1562,'Dabola',92,1),
(1563,'Dalaba',92,1),
(1564,'Dinguiraye',92,1),
(1565,'Faranah',92,1),
(1566,'Forecariah',92,1),
(1567,'Fria',92,1),
(1568,'Gaoual',92,1),
(1569,'Gueckedou',92,1),
(1570,'Kankan',92,1),
(1571,'Kerouane',92,1),
(1572,'Kindia',92,1),
(1573,'Kissidougou',92,1),
(1574,'Koubia',92,1),
(1575,'Koundara',92,1),
(1576,'Kouroussa',92,1),
(1577,'Labe',92,1),
(1578,'Lola',92,1),
(1579,'Macenta',92,1),
(1580,'Mali',92,1),
(1581,'Mamou',92,1),
(1582,'Mandiana',92,1),
(1583,'Nzerekore',92,1),
(1584,'Pita',92,1),
(1585,'Siguiri',92,1),
(1586,'Telimele',92,1),
(1587,'Tougue',92,1),
(1588,'Yomou',92,1),
(1589,'Bafata',93,1),
(1590,'Bissau',93,1),
(1591,'Bolama',93,1),
(1592,'Cacheu',93,1),
(1593,'Gabu',93,1),
(1594,'Oio',93,1),
(1595,'Quinara',93,1),
(1596,'Tombali',93,1),
(1597,'Barima-Waini',94,1),
(1598,'Cuyuni-Mazaruni',94,1),
(1599,'Demerara-Mahaica',94,1),
(1600,'East Berbice-Corentyne',94,1),
(1601,'Essequibo Islands-West Demerar',94,1),
(1602,'Mahaica-Berbice',94,1),
(1603,'Pomeroon-Supenaam',94,1),
(1604,'Potaro-Siparuni',94,1),
(1605,'Upper Demerara-Berbice',94,1),
(1606,'Upper Takutu-Upper Essequibo',94,1),
(1607,'Artibonite',95,1),
(1608,'Centre',95,1),
(1609,'Grand\'Anse',95,1),
(1610,'Nord',95,1),
(1611,'Nord-Est',95,1),
(1612,'Nord-Ouest',95,1),
(1613,'Ouest',95,1),
(1614,'Sud',95,1),
(1615,'Sud-Est',95,1),
(1616,'Heard and McDonald Islands',96,1),
(1617,'Atlantida',97,1),
(1618,'Choluteca',97,1),
(1619,'Colon',97,1),
(1620,'Comayagua',97,1),
(1621,'Copan',97,1),
(1622,'Cortes',97,1),
(1623,'Distrito Central',97,1),
(1624,'El Paraiso',97,1),
(1625,'Francisco Morazan',97,1),
(1626,'Gracias a Dios',97,1),
(1627,'Intibuca',97,1),
(1628,'Islas de la Bahia',97,1),
(1629,'La Paz',97,1),
(1630,'Lempira',97,1),
(1631,'Ocotepeque',97,1),
(1632,'Olancho',97,1),
(1633,'Santa Barbara',97,1),
(1634,'Valle',97,1),
(1635,'Yoro',97,1),
(1636,'Hong Kong',98,1),
(1637,'Bacs-Kiskun',99,1),
(1638,'Baranya',99,1),
(1639,'Bekes',99,1),
(1640,'Borsod-Abauj-Zemplen',99,1),
(1641,'Budapest',99,1),
(1642,'Csongrad',99,1),
(1643,'Fejer',99,1),
(1644,'Gyor-Moson-Sopron',99,1),
(1645,'Hajdu-Bihar',99,1),
(1646,'Heves',99,1),
(1647,'Jasz-Nagykun-Szolnok',99,1),
(1648,'Komarom-Esztergom',99,1),
(1649,'Nograd',99,1),
(1650,'Pest',99,1),
(1651,'Somogy',99,1),
(1652,'Szabolcs-Szatmar-Bereg',99,1),
(1653,'Tolna',99,1),
(1654,'Vas',99,1),
(1655,'Veszprem',99,1),
(1656,'Zala',99,1),
(1657,'Austurland',100,1),
(1658,'Gullbringusysla',100,1),
(1659,'Hofu borgarsva i',100,1),
(1660,'Nor urland eystra',100,1),
(1661,'Nor urland vestra',100,1),
(1662,'Su urland',100,1),
(1663,'Su urnes',100,1),
(1664,'Vestfir ir',100,1),
(1665,'Vesturland',100,1),
(1666,'Aceh',102,1),
(1667,'Bali',102,1),
(1668,'Bangka-Belitung',102,1),
(1669,'Banten',102,1),
(1670,'Bengkulu',102,1),
(1671,'Gandaria',102,1),
(1672,'Gorontalo',102,1),
(1673,'Jakarta',102,1),
(1674,'Jambi',102,1),
(1675,'Jawa Barat',102,1),
(1676,'Jawa Tengah',102,1),
(1677,'Jawa Timur',102,1),
(1678,'Kalimantan Barat',102,1),
(1679,'Kalimantan Selatan',102,1),
(1680,'Kalimantan Tengah',102,1),
(1681,'Kalimantan Timur',102,1),
(1682,'Kendal',102,1),
(1683,'Lampung',102,1),
(1684,'Maluku',102,1),
(1685,'Maluku Utara',102,1),
(1686,'Nusa Tenggara Barat',102,1),
(1687,'Nusa Tenggara Timur',102,1),
(1688,'Papua',102,1),
(1689,'Riau',102,1),
(1690,'Riau Kepulauan',102,1),
(1691,'Solo',102,1),
(1692,'Sulawesi Selatan',102,1),
(1693,'Sulawesi Tengah',102,1),
(1694,'Sulawesi Tenggara',102,1),
(1695,'Sulawesi Utara',102,1),
(1696,'Sumatera Barat',102,1),
(1697,'Sumatera Selatan',102,1),
(1698,'Sumatera Utara',102,1),
(1699,'Yogyakarta',102,1),
(1700,'Ardabil',103,1),
(1701,'Azarbayjan-e Bakhtari',103,1),
(1702,'Azarbayjan-e Khavari',103,1),
(1703,'Bushehr',103,1),
(1704,'Chahar Mahal-e Bakhtiari',103,1),
(1705,'Esfahan',103,1),
(1706,'Fars',103,1),
(1707,'Gilan',103,1),
(1708,'Golestan',103,1),
(1709,'Hamadan',103,1),
(1710,'Hormozgan',103,1),
(1711,'Ilam',103,1),
(1712,'Kerman',103,1),
(1713,'Kermanshah',103,1),
(1714,'Khorasan',103,1),
(1715,'Khuzestan',103,1),
(1716,'Kohgiluyeh-e Boyerahmad',103,1),
(1717,'Kordestan',103,1),
(1718,'Lorestan',103,1),
(1719,'Markazi',103,1),
(1720,'Mazandaran',103,1),
(1721,'Ostan-e Esfahan',103,1),
(1722,'Qazvin',103,1),
(1723,'Qom',103,1),
(1724,'Semnan',103,1),
(1725,'Sistan-e Baluchestan',103,1),
(1726,'Tehran',103,1),
(1727,'Yazd',103,1),
(1728,'Zanjan',103,1),
(1729,'Babil',104,1),
(1730,'Baghdad',104,1),
(1731,'Dahuk',104,1),
(1732,'Dhi Qar',104,1),
(1733,'Diyala',104,1),
(1734,'Erbil',104,1),
(1735,'Irbil',104,1),
(1736,'Karbala',104,1),
(1737,'Kurdistan',104,1),
(1738,'Maysan',104,1),
(1739,'Ninawa',104,1),
(1740,'Salah-ad-Din',104,1),
(1741,'Wasit',104,1),
(1742,'al-Anbar',104,1),
(1743,'al-Basrah',104,1),
(1744,'al-Muthanna',104,1),
(1745,'al-Qadisiyah',104,1),
(1746,'an-Najaf',104,1),
(1747,'as-Sulaymaniyah',104,1),
(1748,'at-Ta\'mim',104,1),
(1749,'Armagh',105,1),
(1750,'Carlow',105,1),
(1751,'Cavan',105,1),
(1752,'Clare',105,1),
(1753,'Cork',105,1),
(1754,'Donegal',105,1),
(1755,'Dublin',105,1),
(1756,'Galway',105,1),
(1757,'Kerry',105,1),
(1758,'Kildare',105,1),
(1759,'Kilkenny',105,1),
(1760,'Laois',105,1),
(1761,'Leinster',105,1),
(1762,'Leitrim',105,1),
(1763,'Limerick',105,1),
(1764,'Loch Garman',105,1),
(1765,'Longford',105,1),
(1766,'Louth',105,1),
(1767,'Mayo',105,1),
(1768,'Meath',105,1),
(1769,'Monaghan',105,1),
(1770,'Offaly',105,1),
(1771,'Roscommon',105,1),
(1772,'Sligo',105,1),
(1773,'Tipperary North Riding',105,1),
(1774,'Tipperary South Riding',105,1),
(1775,'Ulster',105,1),
(1776,'Waterford',105,1),
(1777,'Westmeath',105,1),
(1778,'Wexford',105,1),
(1779,'Wicklow',105,1),
(1780,'Beit Hanania',106,1),
(1781,'Ben Gurion Airport',106,1),
(1782,'Bethlehem',106,1),
(1783,'Caesarea',106,1),
(1784,'Centre',106,1),
(1785,'Gaza',106,1),
(1786,'Hadaron',106,1),
(1787,'Haifa District',106,1),
(1788,'Hamerkaz',106,1),
(1789,'Hazafon',106,1),
(1790,'Hebron',106,1),
(1791,'Jaffa',106,1),
(1792,'Jerusalem',106,1),
(1793,'Khefa',106,1),
(1794,'Kiryat Yam',106,1),
(1795,'Lower Galilee',106,1),
(1796,'Qalqilya',106,1),
(1797,'Talme Elazar',106,1),
(1798,'Tel Aviv',106,1),
(1799,'Tsafon',106,1),
(1800,'Umm El Fahem',106,1),
(1801,'Yerushalayim',106,1),
(1802,'Abruzzi',107,1),
(1803,'Abruzzo',107,1),
(1804,'Agrigento',107,1),
(1805,'Alessandria',107,1),
(1806,'Ancona',107,1),
(1807,'Arezzo',107,1),
(1808,'Ascoli Piceno',107,1),
(1809,'Asti',107,1),
(1810,'Avellino',107,1),
(1811,'Bari',107,1),
(1812,'Basilicata',107,1),
(1813,'Belluno',107,1),
(1814,'Benevento',107,1),
(1815,'Bergamo',107,1),
(1816,'Biella',107,1),
(1817,'Bologna',107,1),
(1818,'Bolzano',107,1),
(1819,'Brescia',107,1),
(1820,'Brindisi',107,1),
(1821,'Calabria',107,1),
(1822,'Campania',107,1),
(1823,'Cartoceto',107,1),
(1824,'Caserta',107,1),
(1825,'Catania',107,1),
(1826,'Chieti',107,1),
(1827,'Como',107,1),
(1828,'Cosenza',107,1),
(1829,'Cremona',107,1),
(1830,'Cuneo',107,1),
(1831,'Emilia-Romagna',107,1),
(1832,'Ferrara',107,1),
(1833,'Firenze',107,1),
(1834,'Florence',107,1),
(1835,'Forli-Cesena ',107,1),
(1836,'Friuli-Venezia Giulia',107,1),
(1837,'Frosinone',107,1),
(1838,'Genoa',107,1),
(1839,'Gorizia',107,1),
(1840,'L\'Aquila',107,1),
(1841,'Lazio',107,1),
(1842,'Lecce',107,1),
(1843,'Lecco',107,1),
(1844,'Lecco Province',107,1),
(1845,'Liguria',107,1),
(1846,'Lodi',107,1),
(1847,'Lombardia',107,1),
(1848,'Lombardy',107,1),
(1849,'Macerata',107,1),
(1850,'Mantova',107,1),
(1851,'Marche',107,1),
(1852,'Messina',107,1),
(1853,'Milan',107,1),
(1854,'Modena',107,1),
(1855,'Molise',107,1),
(1856,'Molteno',107,1),
(1857,'Montenegro',107,1),
(1858,'Monza and Brianza',107,1),
(1859,'Naples',107,1),
(1860,'Novara',107,1),
(1861,'Padova',107,1),
(1862,'Parma',107,1),
(1863,'Pavia',107,1),
(1864,'Perugia',107,1),
(1865,'Pesaro-Urbino',107,1),
(1866,'Piacenza',107,1),
(1867,'Piedmont',107,1),
(1868,'Piemonte',107,1),
(1869,'Pisa',107,1),
(1870,'Pordenone',107,1),
(1871,'Potenza',107,1),
(1872,'Puglia',107,1),
(1873,'Reggio Emilia',107,1),
(1874,'Rimini',107,1),
(1875,'Roma',107,1),
(1876,'Salerno',107,1),
(1877,'Sardegna',107,1),
(1878,'Sassari',107,1),
(1879,'Savona',107,1),
(1880,'Sicilia',107,1),
(1881,'Siena',107,1),
(1882,'Sondrio',107,1),
(1883,'South Tyrol',107,1),
(1884,'Taranto',107,1),
(1885,'Teramo',107,1),
(1886,'Torino',107,1),
(1887,'Toscana',107,1),
(1888,'Trapani',107,1),
(1889,'Trentino-Alto Adige',107,1),
(1890,'Trento',107,1),
(1891,'Treviso',107,1),
(1892,'Udine',107,1),
(1893,'Umbria',107,1),
(1894,'Valle d\'Aosta',107,1),
(1895,'Varese',107,1),
(1896,'Veneto',107,1),
(1897,'Venezia',107,1),
(1898,'Verbano-Cusio-Ossola',107,1),
(1899,'Vercelli',107,1),
(1900,'Verona',107,1),
(1901,'Vicenza',107,1),
(1902,'Viterbo',107,1),
(1903,'Buxoro Viloyati',108,1),
(1904,'Clarendon',108,1),
(1905,'Hanover',108,1),
(1906,'Kingston',108,1),
(1907,'Manchester',108,1),
(1908,'Portland',108,1),
(1909,'Saint Andrews',108,1),
(1910,'Saint Ann',108,1),
(1911,'Saint Catherine',108,1),
(1912,'Saint Elizabeth',108,1),
(1913,'Saint James',108,1),
(1914,'Saint Mary',108,1),
(1915,'Saint Thomas',108,1),
(1916,'Trelawney',108,1),
(1917,'Westmoreland',108,1),
(1918,'Aichi',109,1),
(1919,'Akita',109,1),
(1920,'Aomori',109,1),
(1921,'Chiba',109,1),
(1922,'Ehime',109,1),
(1923,'Fukui',109,1),
(1924,'Fukuoka',109,1),
(1925,'Fukushima',109,1),
(1926,'Gifu',109,1),
(1927,'Gumma',109,1),
(1928,'Hiroshima',109,1),
(1929,'Hokkaido',109,1),
(1930,'Hyogo',109,1),
(1931,'Ibaraki',109,1),
(1932,'Ishikawa',109,1),
(1933,'Iwate',109,1),
(1934,'Kagawa',109,1),
(1935,'Kagoshima',109,1),
(1936,'Kanagawa',109,1),
(1937,'Kanto',109,1),
(1938,'Kochi',109,1),
(1939,'Kumamoto',109,1),
(1940,'Kyoto',109,1),
(1941,'Mie',109,1),
(1942,'Miyagi',109,1),
(1943,'Miyazaki',109,1),
(1944,'Nagano',109,1),
(1945,'Nagasaki',109,1),
(1946,'Nara',109,1),
(1947,'Niigata',109,1),
(1948,'Oita',109,1),
(1949,'Okayama',109,1),
(1950,'Okinawa',109,1),
(1951,'Osaka',109,1),
(1952,'Saga',109,1),
(1953,'Saitama',109,1),
(1954,'Shiga',109,1),
(1955,'Shimane',109,1),
(1956,'Shizuoka',109,1),
(1957,'Tochigi',109,1),
(1958,'Tokushima',109,1),
(1959,'Tokyo',109,1),
(1960,'Tottori',109,1),
(1961,'Toyama',109,1),
(1962,'Wakayama',109,1),
(1963,'Yamagata',109,1),
(1964,'Yamaguchi',109,1),
(1965,'Yamanashi',109,1),
(1977,'\'Ajlun',111,1),
(1978,'Amman',111,1),
(1979,'Irbid',111,1),
(1980,'Jarash',111,1),
(1981,'Ma\'an',111,1),
(1982,'Madaba',111,1),
(1983,'al-\'Aqabah',111,1),
(1984,'al-Balqa\'',111,1),
(1985,'al-Karak',111,1),
(1986,'al-Mafraq',111,1),
(1987,'at-Tafilah',111,1),
(1988,'az-Zarqa\'',111,1),
(1989,'Akmecet',112,1),
(1990,'Akmola',112,1),
(1991,'Aktobe',112,1),
(1992,'Almati',112,1),
(1993,'Atirau',112,1),
(1994,'Batis Kazakstan',112,1),
(1995,'Burlinsky Region',112,1),
(1996,'Karagandi',112,1),
(1997,'Kostanay',112,1),
(1998,'Mankistau',112,1),
(1999,'Ontustik Kazakstan',112,1),
(2000,'Pavlodar',112,1),
(2001,'Sigis Kazakstan',112,1),
(2002,'Soltustik Kazakstan',112,1),
(2003,'Taraz',112,1),
(2004,'Central',113,1),
(2005,'Coast',113,1),
(2006,'Eastern',113,1),
(2007,'Nairobi',113,1),
(2008,'North Eastern',113,1),
(2009,'Nyanza',113,1),
(2010,'Rift Valley',113,1),
(2011,'Western',113,1),
(2012,'Abaiang',114,1),
(2013,'Abemana',114,1),
(2014,'Aranuka',114,1),
(2015,'Arorae',114,1),
(2016,'Banaba',114,1),
(2017,'Beru',114,1),
(2018,'Butaritari',114,1),
(2019,'Kiritimati',114,1),
(2020,'Kuria',114,1),
(2021,'Maiana',114,1),
(2022,'Makin',114,1),
(2023,'Marakei',114,1),
(2024,'Nikunau',114,1),
(2025,'Nonouti',114,1),
(2026,'Onotoa',114,1),
(2027,'Phoenix Islands',114,1),
(2028,'Tabiteuea North',114,1),
(2029,'Tabiteuea South',114,1),
(2030,'Tabuaeran',114,1),
(2031,'Tamana',114,1),
(2032,'Tarawa North',114,1),
(2033,'Tarawa South',114,1),
(2034,'Teraina',114,1),
(2035,'Chagangdo',115,1),
(2036,'Hamgyeongbukto',115,1),
(2037,'Hamgyeongnamdo',115,1),
(2038,'Hwanghaebukto',115,1),
(2039,'Hwanghaenamdo',115,1),
(2040,'Kaeseong',115,1),
(2041,'Kangweon',115,1),
(2042,'Nampo',115,1),
(2043,'Pyeonganbukto',115,1),
(2044,'Pyeongannamdo',115,1),
(2045,'Pyeongyang',115,1),
(2046,'Yanggang',115,1),
(2047,'Busan',116,1),
(2048,'Cheju',116,1),
(2049,'Chollabuk',116,1),
(2050,'Chollanam',116,1),
(2051,'Chungbuk',116,1),
(2052,'Chungcheongbuk',116,1),
(2053,'Chungcheongnam',116,1),
(2054,'Chungnam',116,1),
(2055,'Daegu',116,1),
(2056,'Gangwon-do',116,1),
(2057,'Goyang-si',116,1),
(2058,'Gyeonggi-do',116,1),
(2059,'Gyeongsang ',116,1),
(2060,'Gyeongsangnam-do',116,1),
(2061,'Incheon',116,1),
(2062,'Jeju-Si',116,1),
(2063,'Jeonbuk',116,1),
(2064,'Kangweon',116,1),
(2065,'Kwangju',116,1),
(2066,'Kyeonggi',116,1),
(2067,'Kyeongsangbuk',116,1),
(2068,'Kyeongsangnam',116,1),
(2069,'Kyonggi-do',116,1),
(2070,'Kyungbuk-Do',116,1),
(2071,'Kyunggi-Do',116,1),
(2072,'Kyunggi-do',116,1),
(2073,'Pusan',116,1),
(2074,'Seoul',116,1),
(2075,'Sudogwon',116,1),
(2076,'Taegu',116,1),
(2077,'Taejeon',116,1),
(2078,'Taejon-gwangyoksi',116,1),
(2079,'Ulsan',116,1),
(2080,'Wonju',116,1),
(2081,'gwangyoksi',116,1),
(2082,'Al Asimah',117,1),
(2083,'Hawalli',117,1),
(2084,'Mishref',117,1),
(2085,'Qadesiya',117,1),
(2086,'Safat',117,1),
(2087,'Salmiya',117,1),
(2088,'al-Ahmadi',117,1),
(2089,'al-Farwaniyah',117,1),
(2090,'al-Jahra',117,1),
(2091,'al-Kuwayt',117,1),
(2092,'Batken',118,1),
(2093,'Bishkek',118,1),
(2094,'Chui',118,1),
(2095,'Issyk-Kul',118,1),
(2096,'Jalal-Abad',118,1),
(2097,'Naryn',118,1),
(2098,'Osh',118,1),
(2099,'Talas',118,1),
(2100,'Attopu',119,1),
(2101,'Bokeo',119,1),
(2102,'Bolikhamsay',119,1),
(2103,'Champasak',119,1),
(2104,'Houaphanh',119,1),
(2105,'Khammouane',119,1),
(2106,'Luang Nam Tha',119,1),
(2107,'Luang Prabang',119,1),
(2108,'Oudomxay',119,1),
(2109,'Phongsaly',119,1),
(2110,'Saravan',119,1),
(2111,'Savannakhet',119,1),
(2112,'Sekong',119,1),
(2113,'Viangchan Prefecture',119,1),
(2114,'Viangchan Province',119,1),
(2115,'Xaignabury',119,1),
(2116,'Xiang Khuang',119,1),
(2117,'Aizkraukles',120,1),
(2118,'Aluksnes',120,1),
(2119,'Balvu',120,1),
(2120,'Bauskas',120,1),
(2121,'Cesu',120,1),
(2122,'Daugavpils',120,1),
(2123,'Daugavpils City',120,1),
(2124,'Dobeles',120,1),
(2125,'Gulbenes',120,1),
(2126,'Jekabspils',120,1),
(2127,'Jelgava',120,1),
(2128,'Jelgavas',120,1),
(2129,'Jurmala City',120,1),
(2130,'Kraslavas',120,1),
(2131,'Kuldigas',120,1),
(2132,'Liepaja',120,1),
(2133,'Liepajas',120,1),
(2134,'Limbazhu',120,1),
(2135,'Ludzas',120,1),
(2136,'Madonas',120,1),
(2137,'Ogres',120,1),
(2138,'Preilu',120,1),
(2139,'Rezekne',120,1),
(2140,'Rezeknes',120,1),
(2141,'Riga',120,1),
(2142,'Rigas',120,1),
(2143,'Saldus',120,1),
(2144,'Talsu',120,1),
(2145,'Tukuma',120,1),
(2146,'Valkas',120,1),
(2147,'Valmieras',120,1),
(2148,'Ventspils',120,1),
(2149,'Ventspils City',120,1),
(2150,'Beirut',121,1),
(2151,'Jabal Lubnan',121,1),
(2152,'Mohafazat Liban-Nord',121,1),
(2153,'Mohafazat Mont-Liban',121,1),
(2154,'Sidon',121,1),
(2155,'al-Biqa',121,1),
(2156,'al-Janub',121,1),
(2157,'an-Nabatiyah',121,1),
(2158,'ash-Shamal',121,1),
(2159,'Berea',122,1),
(2160,'Butha-Buthe',122,1),
(2161,'Leribe',122,1),
(2162,'Mafeteng',122,1),
(2163,'Maseru',122,1),
(2164,'Mohale\'s Hoek',122,1),
(2165,'Mokhotlong',122,1),
(2166,'Qacha\'s Nek',122,1),
(2167,'Quthing',122,1),
(2168,'Thaba-Tseka',122,1),
(2169,'Bomi',123,1),
(2170,'Bong',123,1),
(2171,'Grand Bassa',123,1),
(2172,'Grand Cape Mount',123,1),
(2173,'Grand Gedeh',123,1),
(2174,'Loffa',123,1),
(2175,'Margibi',123,1),
(2176,'Maryland and Grand Kru',123,1),
(2177,'Montserrado',123,1),
(2178,'Nimba',123,1),
(2179,'Rivercess',123,1),
(2180,'Sinoe',123,1),
(2181,'Ajdabiya',124,1),
(2182,'Fezzan',124,1),
(2183,'Banghazi',124,1),
(2184,'Darnah',124,1),
(2185,'Ghadamis',124,1),
(2186,'Gharyan',124,1),
(2187,'Misratah',124,1),
(2188,'Murzuq',124,1),
(2189,'Sabha',124,1),
(2190,'Sawfajjin',124,1),
(2191,'Surt',124,1),
(2192,'Tarabulus',124,1),
(2193,'Tarhunah',124,1),
(2194,'Tripolitania',124,1),
(2195,'Tubruq',124,1),
(2196,'Yafran',124,1),
(2197,'Zlitan',124,1),
(2198,'al-\'Aziziyah',124,1),
(2199,'al-Fatih',124,1),
(2200,'al-Jabal al Akhdar',124,1),
(2201,'al-Jufrah',124,1),
(2202,'al-Khums',124,1),
(2203,'al-Kufrah',124,1),
(2204,'an-Nuqat al-Khams',124,1),
(2205,'ash-Shati\'',124,1),
(2206,'az-Zawiyah',124,1),
(2207,'Balzers',125,1),
(2208,'Eschen',125,1),
(2209,'Gamprin',125,1),
(2210,'Mauren',125,1),
(2211,'Planken',125,1),
(2212,'Ruggell',125,1),
(2213,'Schaan',125,1),
(2214,'Schellenberg',125,1),
(2215,'Triesen',125,1),
(2216,'Triesenberg',125,1),
(2217,'Vaduz',125,1),
(2218,'Alytaus',126,1),
(2219,'Anyksciai',126,1),
(2220,'Kauno',126,1),
(2221,'Klaipedos',126,1),
(2222,'Marijampoles',126,1),
(2223,'Panevezhio',126,1),
(2224,'Panevezys',126,1),
(2225,'Shiauliu',126,1),
(2226,'Taurages',126,1),
(2227,'Telshiu',126,1),
(2228,'Telsiai',126,1),
(2229,'Utenos',126,1),
(2230,'Vilniaus',126,1),
(2231,'Capellen',127,1),
(2232,'Clervaux',127,1),
(2233,'Diekirch',127,1),
(2234,'Echternach',127,1),
(2235,'Esch-sur-Alzette',127,1),
(2236,'Grevenmacher',127,1),
(2237,'Luxembourg',127,1),
(2238,'Mersch',127,1),
(2239,'Redange',127,1),
(2240,'Remich',127,1),
(2241,'Vianden',127,1),
(2242,'Wiltz',127,1),
(2243,'Macau',128,1),
(2244,'Berovo',129,1),
(2245,'Bitola',129,1),
(2246,'Brod',129,1),
(2247,'Debar',129,1),
(2248,'Delchevo',129,1),
(2249,'Demir Hisar',129,1),
(2250,'Gevgelija',129,1),
(2251,'Gostivar',129,1),
(2252,'Kavadarci',129,1),
(2253,'Kichevo',129,1),
(2254,'Kochani',129,1),
(2255,'Kratovo',129,1),
(2256,'Kriva Palanka',129,1),
(2257,'Krushevo',129,1),
(2258,'Kumanovo',129,1),
(2259,'Negotino',129,1),
(2260,'Ohrid',129,1),
(2261,'Prilep',129,1),
(2262,'Probishtip',129,1),
(2263,'Radovish',129,1),
(2264,'Resen',129,1),
(2265,'Shtip',129,1),
(2266,'Skopje',129,1),
(2267,'Struga',129,1),
(2268,'Strumica',129,1),
(2269,'Sveti Nikole',129,1),
(2270,'Tetovo',129,1),
(2271,'Valandovo',129,1),
(2272,'Veles',129,1),
(2273,'Vinica',129,1),
(2274,'Antananarivo',130,1),
(2275,'Antsiranana',130,1),
(2276,'Fianarantsoa',130,1),
(2277,'Mahajanga',130,1),
(2278,'Toamasina',130,1),
(2279,'Toliary',130,1),
(2280,'Balaka',131,1),
(2281,'Blantyre City',131,1),
(2282,'Chikwawa',131,1),
(2283,'Chiradzulu',131,1),
(2284,'Chitipa',131,1),
(2285,'Dedza',131,1),
(2286,'Dowa',131,1),
(2287,'Karonga',131,1),
(2288,'Kasungu',131,1),
(2289,'Lilongwe City',131,1),
(2290,'Machinga',131,1),
(2291,'Mangochi',131,1),
(2292,'Mchinji',131,1),
(2293,'Mulanje',131,1),
(2294,'Mwanza',131,1),
(2295,'Mzimba',131,1),
(2296,'Mzuzu City',131,1),
(2297,'Nkhata Bay',131,1),
(2298,'Nkhotakota',131,1),
(2299,'Nsanje',131,1),
(2300,'Ntcheu',131,1),
(2301,'Ntchisi',131,1),
(2302,'Phalombe',131,1),
(2303,'Rumphi',131,1),
(2304,'Salima',131,1),
(2305,'Thyolo',131,1),
(2306,'Zomba Municipality',131,1),
(2307,'Johor',132,1),
(2308,'Kedah',132,1),
(2309,'Kelantan',132,1),
(2310,'Kuala Lumpur',132,1),
(2311,'Labuan',132,1),
(2312,'Melaka',132,1),
(2313,'Negeri Johor',132,1),
(2314,'Negeri Sembilan',132,1),
(2315,'Pahang',132,1),
(2316,'Penang',132,1),
(2317,'Perak',132,1),
(2318,'Perlis',132,1),
(2319,'Pulau Pinang',132,1),
(2320,'Sabah',132,1),
(2321,'Sarawak',132,1),
(2322,'Selangor',132,1),
(2323,'Sembilan',132,1),
(2324,'Terengganu',132,1),
(2325,'Alif Alif',133,1),
(2326,'Alif Dhaal',133,1),
(2327,'Baa',133,1),
(2328,'Dhaal',133,1),
(2329,'Faaf',133,1),
(2330,'Gaaf Alif',133,1),
(2331,'Gaaf Dhaal',133,1),
(2332,'Ghaviyani',133,1),
(2333,'Haa Alif',133,1),
(2334,'Haa Dhaal',133,1),
(2335,'Kaaf',133,1),
(2336,'Laam',133,1),
(2337,'Lhaviyani',133,1),
(2338,'Male',133,1),
(2339,'Miim',133,1),
(2340,'Nuun',133,1),
(2341,'Raa',133,1),
(2342,'Shaviyani',133,1),
(2343,'Siin',133,1),
(2344,'Thaa',133,1),
(2345,'Vaav',133,1),
(2346,'Bamako',134,1),
(2347,'Gao',134,1),
(2348,'Kayes',134,1),
(2349,'Kidal',134,1),
(2350,'Koulikoro',134,1),
(2351,'Mopti',134,1),
(2352,'Segou',134,1),
(2353,'Sikasso',134,1),
(2354,'Tombouctou',134,1),
(2355,'Gozo and Comino',135,1),
(2356,'Inner Harbour',135,1),
(2357,'Northern',135,1),
(2358,'Outer Harbour',135,1),
(2359,'South Eastern',135,1),
(2360,'Valletta',135,1),
(2361,'Western',135,1),
(2370,'Ailinlaplap',137,1),
(2371,'Ailuk',137,1),
(2372,'Arno',137,1),
(2373,'Aur',137,1),
(2374,'Bikini',137,1),
(2375,'Ebon',137,1),
(2376,'Enewetak',137,1),
(2377,'Jabat',137,1),
(2378,'Jaluit',137,1),
(2379,'Kili',137,1),
(2380,'Kwajalein',137,1),
(2381,'Lae',137,1),
(2382,'Lib',137,1),
(2383,'Likiep',137,1),
(2384,'Majuro',137,1),
(2385,'Maloelap',137,1),
(2386,'Mejit',137,1),
(2387,'Mili',137,1),
(2388,'Namorik',137,1),
(2389,'Namu',137,1),
(2390,'Rongelap',137,1),
(2391,'Ujae',137,1),
(2392,'Utrik',137,1),
(2393,'Wotho',137,1),
(2394,'Wotje',137,1),
(2395,'Fort-de-France',138,1),
(2396,'La Trinite',138,1),
(2397,'Le Marin',138,1),
(2398,'Saint-Pierre',138,1),
(2399,'Adrar',139,1),
(2400,'Assaba',139,1),
(2401,'Brakna',139,1),
(2402,'Dhakhlat Nawadibu',139,1),
(2403,'Hudh-al-Gharbi',139,1),
(2404,'Hudh-ash-Sharqi',139,1),
(2405,'Inshiri',139,1),
(2406,'Nawakshut',139,1),
(2407,'Qidimagha',139,1),
(2408,'Qurqul',139,1),
(2409,'Taqant',139,1),
(2410,'Tiris Zammur',139,1),
(2411,'Trarza',139,1),
(2412,'Black River',140,1),
(2413,'Eau Coulee',140,1),
(2414,'Flacq',140,1),
(2415,'Floreal',140,1),
(2416,'Grand Port',140,1),
(2417,'Moka',140,1),
(2418,'Pamplempousses',140,1),
(2419,'Plaines Wilhelm',140,1),
(2420,'Port Louis',140,1),
(2421,'Riviere du Rempart',140,1),
(2422,'Rodrigues',140,1),
(2423,'Rose Hill',140,1),
(2424,'Savanne',140,1),
(2425,'Mayotte',141,1),
(2426,'Pamanzi',141,1),
(2427,'Aguascalientes',142,1),
(2428,'Baja California',142,1),
(2429,'Baja California Sur',142,1),
(2430,'Campeche',142,1),
(2431,'Chiapas',142,1),
(2432,'Chihuahua',142,1),
(2433,'Coahuila',142,1),
(2434,'Colima',142,1),
(2435,'Distrito Federal',142,1),
(2436,'Durango',142,1),
(2437,'Estado de Mexico',142,1),
(2438,'Guanajuato',142,1),
(2439,'Guerrero',142,1),
(2440,'Hidalgo',142,1),
(2441,'Jalisco',142,1),
(2442,'Mexico',142,1),
(2443,'Michoacan',142,1),
(2444,'Morelos',142,1),
(2445,'Nayarit',142,1),
(2446,'Nuevo Leon',142,1),
(2447,'Oaxaca',142,1),
(2448,'Puebla',142,1),
(2449,'Queretaro',142,1),
(2450,'Quintana Roo',142,1),
(2451,'San Luis Potosi',142,1),
(2452,'Sinaloa',142,1),
(2453,'Sonora',142,1),
(2454,'Tabasco',142,1),
(2455,'Tamaulipas',142,1),
(2456,'Tlaxcala',142,1),
(2457,'Veracruz',142,1),
(2458,'Yucatan',142,1),
(2459,'Zacatecas',142,1),
(2460,'Chuuk',143,1),
(2461,'Kusaie',143,1),
(2462,'Pohnpei',143,1),
(2463,'Yap',143,1),
(2464,'Balti',144,1),
(2465,'Cahul',144,1),
(2466,'Chisinau',144,1),
(2467,'Chisinau Oras',144,1),
(2468,'Edinet',144,1),
(2469,'Gagauzia',144,1),
(2470,'Lapusna',144,1),
(2471,'Orhei',144,1),
(2472,'Soroca',144,1),
(2473,'Taraclia',144,1),
(2474,'Tighina',144,1),
(2475,'Transnistria',144,1),
(2476,'Ungheni',144,1),
(2477,'Fontvieille',145,1),
(2478,'La Condamine',145,1),
(2479,'Monaco-Ville',145,1),
(2480,'Monte Carlo',145,1),
(2481,'Arhangaj',146,1),
(2482,'Bajan-Olgij',146,1),
(2483,'Bajanhongor',146,1),
(2484,'Bulgan',146,1),
(2485,'Darhan-Uul',146,1),
(2486,'Dornod',146,1),
(2487,'Dornogovi',146,1),
(2488,'Dundgovi',146,1),
(2489,'Govi-Altaj',146,1),
(2490,'Govisumber',146,1),
(2491,'Hentij',146,1),
(2492,'Hovd',146,1),
(2493,'Hovsgol',146,1),
(2494,'Omnogovi',146,1),
(2495,'Orhon',146,1),
(2496,'Ovorhangaj',146,1),
(2497,'Selenge',146,1),
(2498,'Suhbaatar',146,1),
(2499,'Tov',146,1),
(2500,'Ulaanbaatar',146,1),
(2501,'Uvs',146,1),
(2502,'Zavhan',146,1),
(2503,'Montserrat',148,1),
(2504,'Agadir',149,1),
(2505,'Casablanca',149,1),
(2506,'Chaouia-Ouardigha',149,1),
(2507,'Doukkala-Abda',149,1),
(2508,'Fes-Boulemane',149,1),
(2509,'Gharb-Chrarda-Beni Hssen',149,1),
(2510,'Guelmim',149,1),
(2511,'Kenitra',149,1),
(2512,'Marrakech-Tensift-Al Haouz',149,1),
(2513,'Meknes-Tafilalet',149,1),
(2514,'Oriental',149,1),
(2515,'Oujda',149,1),
(2516,'Province de Tanger',149,1),
(2517,'Rabat-Sale-Zammour-Zaer',149,1),
(2518,'Sala Al Jadida',149,1),
(2519,'Settat',149,1),
(2520,'Souss Massa-Draa',149,1),
(2521,'Tadla-Azilal',149,1),
(2522,'Tangier-Tetouan',149,1),
(2523,'Taza-Al Hoceima-Taounate',149,1),
(2524,'Wilaya de Casablanca',149,1),
(2525,'Wilaya de Rabat-Sale',149,1),
(2526,'Cabo Delgado',150,1),
(2527,'Gaza',150,1),
(2528,'Inhambane',150,1),
(2529,'Manica',150,1),
(2530,'Maputo',150,1),
(2531,'Maputo Provincia',150,1),
(2532,'Nampula',150,1),
(2533,'Niassa',150,1),
(2534,'Sofala',150,1),
(2535,'Tete',150,1),
(2536,'Zambezia',150,1),
(2537,'Ayeyarwady',151,1),
(2538,'Bago',151,1),
(2539,'Chin',151,1),
(2540,'Kachin',151,1),
(2541,'Kayah',151,1),
(2542,'Kayin',151,1),
(2543,'Magway',151,1),
(2544,'Mandalay',151,1),
(2545,'Mon',151,1),
(2546,'Nay Pyi Taw',151,1),
(2547,'Rakhine',151,1),
(2548,'Sagaing',151,1),
(2549,'Shan',151,1),
(2550,'Tanintharyi',151,1),
(2551,'Yangon',151,1),
(2552,'Caprivi',152,1),
(2553,'Erongo',152,1),
(2554,'Hardap',152,1),
(2555,'Karas',152,1),
(2556,'Kavango',152,1),
(2557,'Khomas',152,1),
(2558,'Kunene',152,1),
(2559,'Ohangwena',152,1),
(2560,'Omaheke',152,1),
(2561,'Omusati',152,1),
(2562,'Oshana',152,1),
(2563,'Oshikoto',152,1),
(2564,'Otjozondjupa',152,1),
(2565,'Yaren',153,1),
(2566,'Bagmati',154,1),
(2567,'Bheri',154,1),
(2568,'Dhawalagiri',154,1),
(2569,'Gandaki',154,1),
(2570,'Janakpur',154,1),
(2571,'Karnali',154,1),
(2572,'Koshi',154,1),
(2573,'Lumbini',154,1),
(2574,'Mahakali',154,1),
(2575,'Mechi',154,1),
(2576,'Narayani',154,1),
(2577,'Rapti',154,1),
(2578,'Sagarmatha',154,1),
(2579,'Seti',154,1),
(2580,'Bonaire',155,1),
(2581,'Curacao',155,1),
(2582,'Saba',155,1),
(2583,'Sint Eustatius',155,1),
(2584,'Sint Maarten',155,1),
(2585,'Amsterdam',156,1),
(2586,'Benelux',156,1),
(2587,'Drenthe',156,1),
(2588,'Flevoland',156,1),
(2589,'Friesland',156,1),
(2590,'Gelderland',156,1),
(2591,'Groningen',156,1),
(2592,'Limburg',156,1),
(2593,'Noord-Brabant',156,1),
(2594,'Noord-Holland',156,1),
(2595,'Overijssel',156,1),
(2596,'South Holland',156,1),
(2597,'Utrecht',156,1),
(2598,'Zeeland',156,1),
(2599,'Zuid-Holland',156,1),
(2600,'Iles',157,1),
(2601,'Nord',157,1),
(2602,'Sud',157,1),
(2603,'Area Outside Region',158,1),
(2604,'Auckland',158,1),
(2605,'Bay of Plenty',158,1),
(2606,'Canterbury',158,1),
(2607,'Christchurch',158,1),
(2608,'Gisborne',158,1),
(2609,'Hawke\'s Bay',158,1),
(2610,'Manawatu-Wanganui',158,1),
(2611,'Marlborough',158,1),
(2612,'Nelson',158,1),
(2613,'Northland',158,1),
(2614,'Otago',158,1),
(2615,'Rodney',158,1),
(2616,'Southland',158,1),
(2617,'Taranaki',158,1),
(2618,'Tasman',158,1),
(2619,'Waikato',158,1),
(2620,'Wellington',158,1),
(2621,'West Coast',158,1),
(2622,'Atlantico Norte',159,1),
(2623,'Atlantico Sur',159,1),
(2624,'Boaco',159,1),
(2625,'Carazo',159,1),
(2626,'Chinandega',159,1),
(2627,'Chontales',159,1),
(2628,'Esteli',159,1),
(2629,'Granada',159,1),
(2630,'Jinotega',159,1),
(2631,'Leon',159,1),
(2632,'Madriz',159,1),
(2633,'Managua',159,1),
(2634,'Masaya',159,1),
(2635,'Matagalpa',159,1),
(2636,'Nueva Segovia',159,1),
(2637,'Rio San Juan',159,1),
(2638,'Rivas',159,1),
(2639,'Agadez',160,1),
(2640,'Diffa',160,1),
(2641,'Dosso',160,1),
(2642,'Maradi',160,1),
(2643,'Niamey',160,1),
(2644,'Tahoua',160,1),
(2645,'Tillabery',160,1),
(2646,'Zinder',160,1),
(2647,'Abia',161,1),
(2648,'Abuja Federal Capital Territor',161,1),
(2649,'Adamawa',161,1),
(2650,'Akwa Ibom',161,1),
(2651,'Anambra',161,1),
(2652,'Bauchi',161,1),
(2653,'Bayelsa',161,1),
(2654,'Benue',161,1),
(2655,'Borno',161,1),
(2656,'Cross River',161,1),
(2657,'Delta',161,1),
(2658,'Ebonyi',161,1),
(2659,'Edo',161,1),
(2660,'Ekiti',161,1),
(2661,'Enugu',161,1),
(2662,'Gombe',161,1),
(2663,'Imo',161,1),
(2664,'Jigawa',161,1),
(2665,'Kaduna',161,1),
(2666,'Kano',161,1),
(2667,'Katsina',161,1),
(2668,'Kebbi',161,1),
(2669,'Kogi',161,1),
(2670,'Kwara',161,1),
(2671,'Lagos',161,1),
(2672,'Nassarawa',161,1),
(2673,'Niger',161,1),
(2674,'Ogun',161,1),
(2675,'Ondo',161,1),
(2676,'Osun',161,1),
(2677,'Oyo',161,1),
(2678,'Plateau',161,1),
(2679,'Rivers',161,1),
(2680,'Sokoto',161,1),
(2681,'Taraba',161,1),
(2682,'Yobe',161,1),
(2683,'Zamfara',161,1),
(2684,'Niue',162,1),
(2685,'Norfolk Island',163,1),
(2686,'Northern Islands',164,1),
(2687,'Rota',164,1),
(2688,'Saipan',164,1),
(2689,'Tinian',164,1),
(2690,'Akershus',165,1),
(2691,'Aust Agder',165,1),
(2692,'Bergen',165,1),
(2693,'Buskerud',165,1),
(2694,'Finnmark',165,1),
(2695,'Hedmark',165,1),
(2696,'Hordaland',165,1),
(2697,'Moere og Romsdal',165,1),
(2698,'Nord Trondelag',165,1),
(2699,'Nordland',165,1),
(2700,'Oestfold',165,1),
(2701,'Oppland',165,1),
(2702,'Oslo',165,1),
(2703,'Rogaland',165,1),
(2704,'Soer Troendelag',165,1),
(2705,'Sogn og Fjordane',165,1),
(2706,'Stavern',165,1),
(2707,'Sykkylven',165,1),
(2708,'Telemark',165,1),
(2709,'Troms',165,1),
(2710,'Vest Agder',165,1),
(2711,'Vestfold',165,1),
(2712,'ÃƒÂ˜stfold',165,1),
(2713,'Al Buraimi',166,1),
(2714,'Dhufar',166,1),
(2715,'Masqat',166,1),
(2716,'Musandam',166,1),
(2717,'Rusayl',166,1),
(2718,'Wadi Kabir',166,1),
(2719,'ad-Dakhiliyah',166,1),
(2720,'adh-Dhahirah',166,1),
(2721,'al-Batinah',166,1),
(2722,'ash-Sharqiyah',166,1),
(2723,'Azad kashmir',167,1),
(2724,'Balochistan',167,1),
(2725,'Fata',167,1),
(2726,'Gilgit–baltistan',167,1),
(2727,'Islamabad capital territory',167,1),
(2728,'Khyber Pakhtunkhwa',167,1),
(2729,'Punjab',167,1),
(2730,'Sindh',167,1),
(2731,'Aimeliik',168,1),
(2732,'Airai',168,1),
(2733,'Angaur',168,1),
(2734,'Hatobohei',168,1),
(2735,'Kayangel',168,1),
(2736,'Koror',168,1),
(2737,'Melekeok',168,1),
(2738,'Ngaraard',168,1),
(2739,'Ngardmau',168,1),
(2740,'Ngaremlengui',168,1),
(2741,'Ngatpang',168,1),
(2742,'Ngchesar',168,1),
(2743,'Ngerchelong',168,1),
(2744,'Ngiwal',168,1),
(2745,'Peleliu',168,1),
(2746,'Sonsorol',168,1),
(2747,'Ariha',169,1),
(2748,'Bayt Lahm',169,1),
(2749,'Bethlehem',169,1),
(2750,'Dayr-al-Balah',169,1),
(2751,'Ghazzah',169,1),
(2752,'Ghazzah ash-Shamaliyah',169,1),
(2753,'Janin',169,1),
(2754,'Khan Yunis',169,1),
(2755,'Nabulus',169,1),
(2756,'Qalqilyah',169,1),
(2757,'Rafah',169,1),
(2758,'Ram Allah wal-Birah',169,1),
(2759,'Salfit',169,1),
(2760,'Tubas',169,1),
(2761,'Tulkarm',169,1),
(2762,'al-Khalil',169,1),
(2763,'al-Quds',169,1),
(2764,'Bocas del Toro',170,1),
(2765,'Chiriqui',170,1),
(2766,'Cocle',170,1),
(2767,'Colon',170,1),
(2768,'Darien',170,1),
(2769,'Embera',170,1),
(2770,'Herrera',170,1),
(2771,'Kuna Yala',170,1),
(2772,'Los Santos',170,1),
(2773,'Ngobe Bugle',170,1),
(2774,'Panama',170,1),
(2775,'Veraguas',170,1),
(2776,'East New Britain',171,1),
(2777,'East Sepik',171,1),
(2778,'Eastern Highlands',171,1),
(2779,'Enga',171,1),
(2780,'Fly River',171,1),
(2781,'Gulf',171,1),
(2782,'Madang',171,1),
(2783,'Manus',171,1),
(2784,'Milne Bay',171,1),
(2785,'Morobe',171,1),
(2786,'National Capital District',171,1),
(2787,'New Ireland',171,1),
(2788,'North Solomons',171,1),
(2789,'Oro',171,1),
(2790,'Sandaun',171,1),
(2791,'Simbu',171,1),
(2792,'Southern Highlands',171,1),
(2793,'West New Britain',171,1),
(2794,'Western Highlands',171,1),
(2795,'Alto Paraguay',172,1),
(2796,'Alto Parana',172,1),
(2797,'Amambay',172,1),
(2798,'Asuncion',172,1),
(2799,'Boqueron',172,1),
(2800,'Caaguazu',172,1),
(2801,'Caazapa',172,1),
(2802,'Canendiyu',172,1),
(2803,'Central',172,1),
(2804,'Concepcion',172,1),
(2805,'Cordillera',172,1),
(2806,'Guaira',172,1),
(2807,'Itapua',172,1),
(2808,'Misiones',172,1),
(2809,'Neembucu',172,1),
(2810,'Paraguari',172,1),
(2811,'Presidente Hayes',172,1),
(2812,'San Pedro',172,1),
(2813,'Amazonas',173,1),
(2814,'Ancash',173,1),
(2815,'Apurimac',173,1),
(2816,'Arequipa',173,1),
(2817,'Ayacucho',173,1),
(2818,'Cajamarca',173,1),
(2819,'Cusco',173,1),
(2820,'Huancavelica',173,1),
(2821,'Huanuco',173,1),
(2822,'Ica',173,1),
(2823,'Junin',173,1),
(2824,'La Libertad',173,1),
(2825,'Lambayeque',173,1),
(2826,'Lima y Callao',173,1),
(2827,'Loreto',173,1),
(2828,'Madre de Dios',173,1),
(2829,'Moquegua',173,1),
(2830,'Pasco',173,1),
(2831,'Piura',173,1),
(2832,'Puno',173,1),
(2833,'San Martin',173,1),
(2834,'Tacna',173,1),
(2835,'Tumbes',173,1),
(2836,'Ucayali',173,1),
(2837,'Batangas',174,1),
(2838,'Bicol',174,1),
(2839,'Bulacan',174,1),
(2840,'Cagayan',174,1),
(2841,'Caraga',174,1),
(2842,'Central Luzon',174,1),
(2843,'Central Mindanao',174,1),
(2844,'Central Visayas',174,1),
(2845,'Cordillera',174,1),
(2846,'Davao',174,1),
(2847,'Eastern Visayas',174,1),
(2848,'Greater Metropolitan Area',174,1),
(2849,'Ilocos',174,1),
(2850,'Laguna',174,1),
(2851,'Luzon',174,1),
(2852,'Mactan',174,1),
(2853,'Metropolitan Manila Area',174,1),
(2854,'Muslim Mindanao',174,1),
(2855,'Northern Mindanao',174,1),
(2856,'Southern Mindanao',174,1),
(2857,'Southern Tagalog',174,1),
(2858,'Western Mindanao',174,1),
(2859,'Western Visayas',174,1),
(2860,'Pitcairn Island',175,1),
(2861,'Biale Blota',176,1),
(2862,'Dobroszyce',176,1),
(2863,'Dolnoslaskie',176,1),
(2864,'Dziekanow Lesny',176,1),
(2865,'Hopowo',176,1),
(2866,'Kartuzy',176,1),
(2867,'Koscian',176,1),
(2868,'Krakow',176,1),
(2869,'Kujawsko-Pomorskie',176,1),
(2870,'Lodzkie',176,1),
(2871,'Lubelskie',176,1),
(2872,'Lubuskie',176,1),
(2873,'Malomice',176,1),
(2874,'Malopolskie',176,1),
(2875,'Mazowieckie',176,1),
(2876,'Mirkow',176,1),
(2877,'Opolskie',176,1),
(2878,'Ostrowiec',176,1),
(2879,'Podkarpackie',176,1),
(2880,'Podlaskie',176,1),
(2881,'Polska',176,1),
(2882,'Pomorskie',176,1),
(2883,'Poznan',176,1),
(2884,'Pruszkow',176,1),
(2885,'Rymanowska',176,1),
(2886,'Rzeszow',176,1),
(2887,'Slaskie',176,1),
(2888,'Stare Pole',176,1),
(2889,'Swietokrzyskie',176,1),
(2890,'Warminsko-Mazurskie',176,1),
(2891,'Warsaw',176,1),
(2892,'Wejherowo',176,1),
(2893,'Wielkopolskie',176,1),
(2894,'Wroclaw',176,1),
(2895,'Zachodnio-Pomorskie',176,1),
(2896,'Zukowo',176,1),
(2897,'Abrantes',177,1),
(2898,'Acores',177,1),
(2899,'Alentejo',177,1),
(2900,'Algarve',177,1),
(2901,'Braga',177,1),
(2902,'Centro',177,1),
(2903,'Distrito de Leiria',177,1),
(2904,'Distrito de Viana do Castelo',177,1),
(2905,'Distrito de Vila Real',177,1),
(2906,'Distrito do Porto',177,1),
(2907,'Lisboa e Vale do Tejo',177,1),
(2908,'Madeira',177,1),
(2909,'Norte',177,1),
(2910,'Paivas',177,1),
(2911,'Arecibo',178,1),
(2912,'Bayamon',178,1),
(2913,'Carolina',178,1),
(2914,'Florida',178,1),
(2915,'Guayama',178,1),
(2916,'Humacao',178,1),
(2917,'Mayaguez-Aguadilla',178,1),
(2918,'Ponce',178,1),
(2919,'Salinas',178,1),
(2920,'San Juan',178,1),
(2921,'Doha',179,1),
(2922,'Jarian-al-Batnah',179,1),
(2923,'Umm Salal',179,1),
(2924,'ad-Dawhah',179,1),
(2925,'al-Ghuwayriyah',179,1),
(2926,'al-Jumayliyah',179,1),
(2927,'al-Khawr',179,1),
(2928,'al-Wakrah',179,1),
(2929,'ar-Rayyan',179,1),
(2930,'ash-Shamal',179,1),
(2931,'Saint-Benoit',180,1),
(2932,'Saint-Denis',180,1),
(2933,'Saint-Paul',180,1),
(2934,'Saint-Pierre',180,1),
(2935,'Alba',181,1),
(2936,'Arad',181,1),
(2937,'Arges',181,1),
(2938,'Bacau',181,1),
(2939,'Bihor',181,1),
(2940,'Bistrita-Nasaud',181,1),
(2941,'Botosani',181,1),
(2942,'Braila',181,1),
(2943,'Brasov',181,1),
(2944,'Bucuresti',181,1),
(2945,'Buzau',181,1),
(2946,'Calarasi',181,1),
(2947,'Caras-Severin',181,1),
(2948,'Cluj',181,1),
(2949,'Constanta',181,1),
(2950,'Covasna',181,1),
(2951,'Dambovita',181,1),
(2952,'Dolj',181,1),
(2953,'Galati',181,1),
(2954,'Giurgiu',181,1),
(2955,'Gorj',181,1),
(2956,'Harghita',181,1),
(2957,'Hunedoara',181,1),
(2958,'Ialomita',181,1),
(2959,'Iasi',181,1),
(2960,'Ilfov',181,1),
(2961,'Maramures',181,1),
(2962,'Mehedinti',181,1),
(2963,'Mures',181,1),
(2964,'Neamt',181,1),
(2965,'Olt',181,1),
(2966,'Prahova',181,1),
(2967,'Salaj',181,1),
(2968,'Satu Mare',181,1),
(2969,'Sibiu',181,1),
(2970,'Sondelor',181,1),
(2971,'Suceava',181,1),
(2972,'Teleorman',181,1),
(2973,'Timis',181,1),
(2974,'Tulcea',181,1),
(2975,'Valcea',181,1),
(2976,'Vaslui',181,1),
(2977,'Vrancea',181,1),
(2978,'Adygeja',182,1),
(2979,'Aga',182,1),
(2980,'Alanija',182,1),
(2981,'Altaj',182,1),
(2982,'Amur',182,1),
(2983,'Arhangelsk',182,1),
(2984,'Astrahan',182,1),
(2985,'Bashkortostan',182,1),
(2986,'Belgorod',182,1),
(2987,'Brjansk',182,1),
(2988,'Burjatija',182,1),
(2989,'Chechenija',182,1),
(2990,'Cheljabinsk',182,1),
(2991,'Chita',182,1),
(2992,'Chukotka',182,1),
(2993,'Chuvashija',182,1),
(2994,'Dagestan',182,1),
(2995,'Evenkija',182,1),
(2996,'Gorno-Altaj',182,1),
(2997,'Habarovsk',182,1),
(2998,'Hakasija',182,1),
(2999,'Hanty-Mansija',182,1),
(3000,'Ingusetija',182,1),
(3001,'Irkutsk',182,1),
(3002,'Ivanovo',182,1),
(3003,'Jamalo-Nenets',182,1),
(3004,'Jaroslavl',182,1),
(3005,'Jevrej',182,1),
(3006,'Kabardino-Balkarija',182,1),
(3007,'Kaliningrad',182,1),
(3008,'Kalmykija',182,1),
(3009,'Kaluga',182,1),
(3010,'Kamchatka',182,1),
(3011,'Karachaj-Cherkessija',182,1),
(3012,'Karelija',182,1),
(3013,'Kemerovo',182,1),
(3014,'Khabarovskiy Kray',182,1),
(3015,'Kirov',182,1),
(3016,'Komi',182,1),
(3017,'Komi-Permjakija',182,1),
(3018,'Korjakija',182,1),
(3019,'Kostroma',182,1),
(3020,'Krasnodar',182,1),
(3021,'Krasnojarsk',182,1),
(3022,'Krasnoyarskiy Kray',182,1),
(3023,'Kurgan',182,1),
(3024,'Kursk',182,1),
(3025,'Leningrad',182,1),
(3026,'Lipeck',182,1),
(3027,'Magadan',182,1),
(3028,'Marij El',182,1),
(3029,'Mordovija',182,1),
(3030,'Moscow',182,1),
(3031,'Moskovskaja Oblast',182,1),
(3032,'Moskovskaya Oblast',182,1),
(3033,'Moskva',182,1),
(3034,'Murmansk',182,1),
(3035,'Nenets',182,1),
(3036,'Nizhnij Novgorod',182,1),
(3037,'Novgorod',182,1),
(3038,'Novokusnezk',182,1),
(3039,'Novosibirsk',182,1),
(3040,'Omsk',182,1),
(3041,'Orenburg',182,1),
(3042,'Orjol',182,1),
(3043,'Penza',182,1),
(3044,'Perm',182,1),
(3045,'Primorje',182,1),
(3046,'Pskov',182,1),
(3047,'Pskovskaya Oblast',182,1),
(3048,'Rjazan',182,1),
(3049,'Rostov',182,1),
(3050,'Saha',182,1),
(3051,'Sahalin',182,1),
(3052,'Samara',182,1),
(3053,'Samarskaya',182,1),
(3054,'Sankt-Peterburg',182,1),
(3055,'Saratov',182,1),
(3056,'Smolensk',182,1),
(3057,'Stavropol',182,1),
(3058,'Sverdlovsk',182,1),
(3059,'Tajmyrija',182,1),
(3060,'Tambov',182,1),
(3061,'Tatarstan',182,1),
(3062,'Tjumen',182,1),
(3063,'Tomsk',182,1),
(3064,'Tula',182,1),
(3065,'Tver',182,1),
(3066,'Tyva',182,1),
(3067,'Udmurtija',182,1),
(3068,'Uljanovsk',182,1),
(3069,'Ulyanovskaya Oblast',182,1),
(3070,'Ust-Orda',182,1),
(3071,'Vladimir',182,1),
(3072,'Volgograd',182,1),
(3073,'Vologda',182,1),
(3074,'Voronezh',182,1),
(3075,'Butare',183,1),
(3076,'Byumba',183,1),
(3077,'Cyangugu',183,1),
(3078,'Gikongoro',183,1),
(3079,'Gisenyi',183,1),
(3080,'Gitarama',183,1),
(3081,'Kibungo',183,1),
(3082,'Kibuye',183,1),
(3083,'Kigali-ngali',183,1),
(3084,'Ruhengeri',183,1),
(3085,'Ascension',184,1),
(3086,'Gough Island',184,1),
(3087,'Saint Helena',184,1),
(3088,'Tristan da Cunha',184,1),
(3089,'Christ Church Nichola Town',185,1),
(3090,'Saint Anne Sandy Point',185,1),
(3091,'Saint George Basseterre',185,1),
(3092,'Saint George Gingerland',185,1),
(3093,'Saint James Windward',185,1),
(3094,'Saint John Capesterre',185,1),
(3095,'Saint John Figtree',185,1),
(3096,'Saint Mary Cayon',185,1),
(3097,'Saint Paul Capesterre',185,1),
(3098,'Saint Paul Charlestown',185,1),
(3099,'Saint Peter Basseterre',185,1),
(3100,'Saint Thomas Lowland',185,1),
(3101,'Saint Thomas Middle Island',185,1),
(3102,'Trinity Palmetto Point',185,1),
(3103,'Anse-la-Raye',186,1),
(3104,'Canaries',186,1),
(3105,'Castries',186,1),
(3106,'Choiseul',186,1),
(3107,'Dennery',186,1),
(3108,'Gros Inlet',186,1),
(3109,'Laborie',186,1),
(3110,'Micoud',186,1),
(3111,'Soufriere',186,1),
(3112,'Vieux Fort',186,1),
(3113,'Miquelon-Langlade',187,1),
(3114,'Saint-Pierre',187,1),
(3115,'Charlotte',188,1),
(3116,'Grenadines',188,1),
(3117,'Saint Andrew',188,1),
(3118,'Saint David',188,1),
(3119,'Saint George',188,1),
(3120,'Saint Patrick',188,1),
(3121,'A\'ana',191,1),
(3122,'Aiga-i-le-Tai',191,1),
(3123,'Atua',191,1),
(3124,'Fa\'asaleleaga',191,1),
(3125,'Gaga\'emauga',191,1),
(3126,'Gagaifomauga',191,1),
(3127,'Palauli',191,1),
(3128,'Satupa\'itea',191,1),
(3129,'Tuamasaga',191,1),
(3130,'Va\'a-o-Fonoti',191,1),
(3131,'Vaisigano',191,1),
(3132,'Acquaviva',192,1),
(3133,'Borgo Maggiore',192,1),
(3134,'Chiesanuova',192,1),
(3135,'Domagnano',192,1),
(3136,'Faetano',192,1),
(3137,'Fiorentino',192,1),
(3138,'Montegiardino',192,1),
(3139,'San Marino',192,1),
(3140,'Serravalle',192,1),
(3141,'Agua Grande',193,1),
(3142,'Cantagalo',193,1),
(3143,'Lemba',193,1),
(3144,'Lobata',193,1),
(3145,'Me-Zochi',193,1),
(3146,'Pague',193,1),
(3147,'Al Khobar',194,1),
(3148,'Aseer',194,1),
(3149,'Ash Sharqiyah',194,1),
(3150,'Asir',194,1),
(3151,'Central Province',194,1),
(3152,'Eastern Province',194,1),
(3153,'Ha\'il',194,1),
(3154,'Jawf',194,1),
(3155,'Jizan',194,1),
(3156,'Makkah',194,1),
(3157,'Najran',194,1),
(3158,'Qasim',194,1),
(3159,'Tabuk',194,1),
(3160,'Western Province',194,1),
(3161,'al-Bahah',194,1),
(3162,'al-Hudud-ash-Shamaliyah',194,1),
(3163,'al-Madinah',194,1),
(3164,'ar-Riyad',194,1),
(3165,'Dakar',195,1),
(3166,'Diourbel',195,1),
(3167,'Fatick',195,1),
(3168,'Kaolack',195,1),
(3169,'Kolda',195,1),
(3170,'Louga',195,1),
(3171,'Saint-Louis',195,1),
(3172,'Tambacounda',195,1),
(3173,'Thies',195,1),
(3174,'Ziguinchor',195,1),
(3175,'Central Serbia',196,1),
(3176,'Kosovo and Metohija',196,1),
(3177,'Vojvodina',196,1),
(3178,'Anse Boileau',197,1),
(3179,'Anse Royale',197,1),
(3180,'Cascade',197,1),
(3181,'Takamaka',197,1),
(3182,'Victoria',197,1),
(3183,'Eastern',198,1),
(3184,'Northern',198,1),
(3185,'Southern',198,1),
(3186,'Western',198,1),
(3187,'Singapore',199,1),
(3188,'Banskobystricky',200,1),
(3189,'Bratislavsky',200,1),
(3190,'Kosicky',200,1),
(3191,'Nitriansky',200,1),
(3192,'Presovsky',200,1),
(3193,'Trenciansky',200,1),
(3194,'Trnavsky',200,1),
(3195,'Zilinsky',200,1),
(3196,'Benedikt',201,1),
(3197,'Gorenjska',201,1),
(3198,'Gorishka',201,1),
(3199,'Jugovzhodna Slovenija',201,1),
(3200,'Koroshka',201,1),
(3201,'Notranjsko-krashka',201,1),
(3202,'Obalno-krashka',201,1),
(3203,'Obcina Domzale',201,1),
(3204,'Obcina Vitanje',201,1),
(3205,'Osrednjeslovenska',201,1),
(3206,'Podravska',201,1),
(3207,'Pomurska',201,1),
(3208,'Savinjska',201,1),
(3209,'Slovenian Littoral',201,1),
(3210,'Spodnjeposavska',201,1),
(3211,'Zasavska',201,1),
(3213,'Central',202,1),
(3214,'Choiseul',202,1),
(3215,'Guadalcanal',202,1),
(3216,'Isabel',202,1),
(3217,'Makira and Ulawa',202,1),
(3218,'Malaita',202,1),
(3219,'Rennell and Bellona',202,1),
(3220,'Temotu',202,1),
(3221,'Western',202,1),
(3222,'Awdal',203,1),
(3223,'Bakol',203,1),
(3224,'Banadir',203,1),
(3225,'Bari',203,1),
(3226,'Bay',203,1),
(3227,'Galgudug',203,1),
(3228,'Gedo',203,1),
(3229,'Hiran',203,1),
(3230,'Jubbada Hose',203,1),
(3231,'Jubbadha Dexe',203,1),
(3232,'Mudug',203,1),
(3233,'Nugal',203,1),
(3234,'Sanag',203,1),
(3235,'Shabellaha Dhexe',203,1),
(3236,'Shabellaha Hose',203,1),
(3237,'Togdher',203,1),
(3238,'Woqoyi Galbed',203,1),
(3239,'Eastern Cape',204,1),
(3240,'Free State',204,1),
(3241,'Gauteng',204,1),
(3242,'Kempton Park',204,1),
(3243,'Kramerville',204,1),
(3244,'KwaZulu Natal',204,1),
(3245,'Limpopo',204,1),
(3246,'Mpumalanga',204,1),
(3247,'North West',204,1),
(3248,'Northern Cape',204,1),
(3249,'Parow',204,1),
(3250,'Table View',204,1),
(3251,'Umtentweni',204,1),
(3252,'Western Cape',204,1),
(3253,'South Georgia',205,1),
(3254,'Central Equatoria',206,1),
(3255,'A Coruna',207,1),
(3256,'Alacant',207,1),
(3257,'Alava',207,1),
(3258,'Albacete',207,1),
(3259,'Almeria',207,1),
(3260,'Andalucia',207,1),
(3261,'Asturias',207,1),
(3262,'Avila',207,1),
(3263,'Badajoz',207,1),
(3264,'Balears',207,1),
(3265,'Barcelona',207,1),
(3266,'Bertamirans',207,1),
(3267,'Biscay',207,1),
(3268,'Burgos',207,1),
(3269,'Caceres',207,1),
(3270,'Cadiz',207,1),
(3271,'Cantabria',207,1),
(3272,'Castello',207,1),
(3273,'Catalunya',207,1),
(3274,'Ceuta',207,1),
(3275,'Ciudad Real',207,1),
(3276,'Comunidad Autonoma de Canarias',207,1),
(3277,'Comunidad Autonoma de Cataluna',207,1),
(3278,'Comunidad Autonoma de Galicia',207,1),
(3279,'Comunidad Autonoma de las Isla',207,1),
(3280,'Comunidad Autonoma del Princip',207,1),
(3281,'Comunidad Valenciana',207,1),
(3282,'Cordoba',207,1),
(3283,'Cuenca',207,1),
(3284,'Gipuzkoa',207,1),
(3285,'Girona',207,1),
(3286,'Granada',207,1),
(3287,'Guadalajara',207,1),
(3288,'Guipuzcoa',207,1),
(3289,'Huelva',207,1),
(3290,'Huesca',207,1),
(3291,'Jaen',207,1),
(3292,'La Rioja',207,1),
(3293,'Las Palmas',207,1),
(3294,'Leon',207,1),
(3295,'Lerida',207,1),
(3296,'Lleida',207,1),
(3297,'Lugo',207,1),
(3298,'Madrid',207,1),
(3299,'Malaga',207,1),
(3300,'Melilla',207,1),
(3301,'Murcia',207,1),
(3302,'Navarra',207,1),
(3303,'Ourense',207,1),
(3304,'Pais Vasco',207,1),
(3305,'Palencia',207,1),
(3306,'Pontevedra',207,1),
(3307,'Salamanca',207,1),
(3308,'Santa Cruz de Tenerife',207,1),
(3309,'Segovia',207,1),
(3310,'Sevilla',207,1),
(3311,'Soria',207,1),
(3312,'Tarragona',207,1),
(3313,'Tenerife',207,1),
(3314,'Teruel',207,1),
(3315,'Toledo',207,1),
(3316,'Valencia',207,1),
(3317,'Valladolid',207,1),
(3318,'Vizcaya',207,1),
(3319,'Zamora',207,1),
(3320,'Zaragoza',207,1),
(3321,'Amparai',208,1),
(3322,'Anuradhapuraya',208,1),
(3323,'Badulla',208,1),
(3324,'Boralesgamuwa',208,1),
(3325,'Colombo',208,1),
(3326,'Galla',208,1),
(3327,'Gampaha',208,1),
(3328,'Hambantota',208,1),
(3329,'Kalatura',208,1),
(3330,'Kegalla',208,1),
(3331,'Kilinochchi',208,1),
(3332,'Kurunegala',208,1),
(3333,'Madakalpuwa',208,1),
(3334,'Maha Nuwara',208,1),
(3335,'Malwana',208,1),
(3336,'Mannarama',208,1),
(3337,'Matale',208,1),
(3338,'Matara',208,1),
(3339,'Monaragala',208,1),
(3340,'Mullaitivu',208,1),
(3341,'North Eastern Province',208,1),
(3342,'North Western Province',208,1),
(3343,'Nuwara Eliya',208,1),
(3344,'Polonnaruwa',208,1),
(3345,'Puttalama',208,1),
(3346,'Ratnapuraya',208,1),
(3347,'Southern Province',208,1),
(3348,'Tirikunamalaya',208,1),
(3349,'Tuscany',208,1),
(3350,'Vavuniyawa',208,1),
(3351,'Western Province',208,1),
(3352,'Yapanaya',208,1),
(3353,'kadawatha',208,1),
(3354,'A\'ali-an-Nil',209,1),
(3355,'Bahr-al-Jabal',209,1),
(3356,'Central Equatoria',209,1),
(3357,'Gharb Bahr-al-Ghazal',209,1),
(3358,'Gharb Darfur',209,1),
(3359,'Gharb Kurdufan',209,1),
(3360,'Gharb-al-Istiwa\'iyah',209,1),
(3361,'Janub Darfur',209,1),
(3362,'Janub Kurdufan',209,1),
(3363,'Junqali',209,1),
(3364,'Kassala',209,1),
(3365,'Nahr-an-Nil',209,1),
(3366,'Shamal Bahr-al-Ghazal',209,1),
(3367,'Shamal Darfur',209,1),
(3368,'Shamal Kurdufan',209,1),
(3369,'Sharq-al-Istiwa\'iyah',209,1),
(3370,'Sinnar',209,1),
(3371,'Warab',209,1),
(3372,'Wilayat al Khartum',209,1),
(3373,'al-Bahr-al-Ahmar',209,1),
(3374,'al-Buhayrat',209,1),
(3375,'al-Jazirah',209,1),
(3376,'al-Khartum',209,1),
(3377,'al-Qadarif',209,1),
(3378,'al-Wahdah',209,1),
(3379,'an-Nil-al-Abyad',209,1),
(3380,'an-Nil-al-Azraq',209,1),
(3381,'ash-Shamaliyah',209,1),
(3382,'Brokopondo',210,1),
(3383,'Commewijne',210,1),
(3384,'Coronie',210,1),
(3385,'Marowijne',210,1),
(3386,'Nickerie',210,1),
(3387,'Para',210,1),
(3388,'Paramaribo',210,1),
(3389,'Saramacca',210,1),
(3390,'Wanica',210,1),
(3391,'Svalbard',211,1),
(3392,'Hhohho',212,1),
(3393,'Lubombo',212,1),
(3394,'Manzini',212,1),
(3395,'Shiselweni',212,1),
(3396,'Alvsborgs Lan',213,1),
(3397,'Angermanland',213,1),
(3398,'Blekinge',213,1),
(3399,'Bohuslan',213,1),
(3400,'Dalarna',213,1),
(3401,'Gavleborg',213,1),
(3402,'Gaza',213,1),
(3403,'Gotland',213,1),
(3404,'Halland',213,1),
(3405,'Jamtland',213,1),
(3406,'Jonkoping',213,1),
(3407,'Kalmar',213,1),
(3408,'Kristianstads',213,1),
(3409,'Kronoberg',213,1),
(3410,'Norrbotten',213,1),
(3411,'Orebro',213,1),
(3412,'Ostergotland',213,1),
(3413,'Saltsjo-Boo',213,1),
(3414,'Skane',213,1),
(3415,'Smaland',213,1),
(3416,'Sodermanland',213,1),
(3417,'Stockholm',213,1),
(3418,'Uppsala',213,1),
(3419,'Varmland',213,1),
(3420,'Vasterbotten',213,1),
(3421,'Vastergotland',213,1),
(3422,'Vasternorrland',213,1),
(3423,'Vastmanland',213,1),
(3424,'Vastra Gotaland',213,1),
(3425,'Aargau',214,1),
(3426,'Appenzell Inner-Rhoden',214,1),
(3427,'Appenzell-Ausser Rhoden',214,1),
(3428,'Basel-Landschaft',214,1),
(3429,'Basel-Stadt',214,1),
(3430,'Bern',214,1),
(3431,'Canton Ticino',214,1),
(3432,'Fribourg',214,1),
(3433,'Geneve',214,1),
(3434,'Glarus',214,1),
(3435,'Graubunden',214,1),
(3436,'Heerbrugg',214,1),
(3437,'Jura',214,1),
(3438,'Kanton Aargau',214,1),
(3439,'Luzern',214,1),
(3440,'Morbio Inferiore',214,1),
(3441,'Muhen',214,1),
(3442,'Neuchatel',214,1),
(3443,'Nidwalden',214,1),
(3444,'Obwalden',214,1),
(3445,'Sankt Gallen',214,1),
(3446,'Schaffhausen',214,1),
(3447,'Schwyz',214,1),
(3448,'Solothurn',214,1),
(3449,'Thurgau',214,1),
(3450,'Ticino',214,1),
(3451,'Uri',214,1),
(3452,'Valais',214,1),
(3453,'Vaud',214,1),
(3454,'Vauffelin',214,1),
(3455,'Zug',214,1),
(3456,'Zurich',214,1),
(3457,'Aleppo',215,1),
(3458,'Dar\'a',215,1),
(3459,'Dayr-az-Zawr',215,1),
(3460,'Dimashq',215,1),
(3461,'Halab',215,1),
(3462,'Hamah',215,1),
(3463,'Hims',215,1),
(3464,'Idlib',215,1),
(3465,'Madinat Dimashq',215,1),
(3466,'Tartus',215,1),
(3467,'al-Hasakah',215,1),
(3468,'al-Ladhiqiyah',215,1),
(3469,'al-Qunaytirah',215,1),
(3470,'ar-Raqqah',215,1),
(3471,'as-Suwayda',215,1),
(3472,'Changhwa',216,1),
(3473,'Chiayi Hsien',216,1),
(3474,'Chiayi Shih',216,1),
(3475,'Eastern Taipei',216,1),
(3476,'Hsinchu Hsien',216,1),
(3477,'Hsinchu Shih',216,1),
(3478,'Hualien',216,1),
(3479,'Ilan',216,1),
(3480,'Kaohsiung Hsien',216,1),
(3481,'Kaohsiung Shih',216,1),
(3482,'Keelung Shih',216,1),
(3483,'Kinmen',216,1),
(3484,'Miaoli',216,1),
(3485,'Nantou',216,1),
(3486,'Northern Taiwan',216,1),
(3487,'Penghu',216,1),
(3488,'Pingtung',216,1),
(3489,'Taichung',216,1),
(3490,'Taichung Hsien',216,1),
(3491,'Taichung Shih',216,1),
(3492,'Tainan Hsien',216,1),
(3493,'Tainan Shih',216,1),
(3494,'Taipei Hsien',216,1),
(3495,'Taipei Shih / Taipei Hsien',216,1),
(3496,'Taitung',216,1),
(3497,'Taoyuan',216,1),
(3498,'Yilan',216,1),
(3499,'Yun-Lin Hsien',216,1),
(3500,'Yunlin',216,1),
(3501,'Dushanbe',217,1),
(3502,'Gorno-Badakhshan',217,1),
(3503,'Karotegin',217,1),
(3504,'Khatlon',217,1),
(3505,'Sughd',217,1),
(3506,'Arusha',218,1),
(3507,'Dar es Salaam',218,1),
(3508,'Dodoma',218,1),
(3509,'Iringa',218,1),
(3510,'Kagera',218,1),
(3511,'Kigoma',218,1),
(3512,'Kilimanjaro',218,1),
(3513,'Lindi',218,1),
(3514,'Mara',218,1),
(3515,'Mbeya',218,1),
(3516,'Morogoro',218,1),
(3517,'Mtwara',218,1),
(3518,'Mwanza',218,1),
(3519,'Pwani',218,1),
(3520,'Rukwa',218,1),
(3521,'Ruvuma',218,1),
(3522,'Shinyanga',218,1),
(3523,'Singida',218,1),
(3524,'Tabora',218,1),
(3525,'Tanga',218,1),
(3526,'Zanzibar and Pemba',218,1),
(3527,'Amnat Charoen',219,1),
(3528,'Ang Thong',219,1),
(3529,'Bangkok',219,1),
(3530,'Buri Ram',219,1),
(3531,'Chachoengsao',219,1),
(3532,'Chai Nat',219,1),
(3533,'Chaiyaphum',219,1),
(3534,'Changwat Chaiyaphum',219,1),
(3535,'Chanthaburi',219,1),
(3536,'Chiang Mai',219,1),
(3537,'Chiang Rai',219,1),
(3538,'Chon Buri',219,1),
(3539,'Chumphon',219,1),
(3540,'Kalasin',219,1),
(3541,'Kamphaeng Phet',219,1),
(3542,'Kanchanaburi',219,1),
(3543,'Khon Kaen',219,1),
(3544,'Krabi',219,1),
(3545,'Krung Thep',219,1),
(3546,'Lampang',219,1),
(3547,'Lamphun',219,1),
(3548,'Loei',219,1),
(3549,'Lop Buri',219,1),
(3550,'Mae Hong Son',219,1),
(3551,'Maha Sarakham',219,1),
(3552,'Mukdahan',219,1),
(3553,'Nakhon Nayok',219,1),
(3554,'Nakhon Pathom',219,1),
(3555,'Nakhon Phanom',219,1),
(3556,'Nakhon Ratchasima',219,1),
(3557,'Nakhon Sawan',219,1),
(3558,'Nakhon Si Thammarat',219,1),
(3559,'Nan',219,1),
(3560,'Narathiwat',219,1),
(3561,'Nong Bua Lam Phu',219,1),
(3562,'Nong Khai',219,1),
(3563,'Nonthaburi',219,1),
(3564,'Pathum Thani',219,1),
(3565,'Pattani',219,1),
(3566,'Phangnga',219,1),
(3567,'Phatthalung',219,1),
(3568,'Phayao',219,1),
(3569,'Phetchabun',219,1),
(3570,'Phetchaburi',219,1),
(3571,'Phichit',219,1),
(3572,'Phitsanulok',219,1),
(3573,'Phra Nakhon Si Ayutthaya',219,1),
(3574,'Phrae',219,1),
(3575,'Phuket',219,1),
(3576,'Prachin Buri',219,1),
(3577,'Prachuap Khiri Khan',219,1),
(3578,'Ranong',219,1),
(3579,'Ratchaburi',219,1),
(3580,'Rayong',219,1),
(3581,'Roi Et',219,1),
(3582,'Sa Kaeo',219,1),
(3583,'Sakon Nakhon',219,1),
(3584,'Samut Prakan',219,1),
(3585,'Samut Sakhon',219,1),
(3586,'Samut Songkhran',219,1),
(3587,'Saraburi',219,1),
(3588,'Satun',219,1),
(3589,'Si Sa Ket',219,1),
(3590,'Sing Buri',219,1),
(3591,'Songkhla',219,1),
(3592,'Sukhothai',219,1),
(3593,'Suphan Buri',219,1),
(3594,'Surat Thani',219,1),
(3595,'Surin',219,1),
(3596,'Tak',219,1),
(3597,'Trang',219,1),
(3598,'Trat',219,1),
(3599,'Ubon Ratchathani',219,1),
(3600,'Udon Thani',219,1),
(3601,'Uthai Thani',219,1),
(3602,'Uttaradit',219,1),
(3603,'Yala',219,1),
(3604,'Yasothon',219,1),
(3605,'Centre',220,1),
(3606,'Kara',220,1),
(3607,'Maritime',220,1),
(3608,'Plateaux',220,1),
(3609,'Savanes',220,1),
(3610,'Atafu',221,1),
(3611,'Fakaofo',221,1),
(3612,'Nukunonu',221,1),
(3613,'Eua',222,1),
(3614,'Ha\'apai',222,1),
(3615,'Niuas',222,1),
(3616,'Tongatapu',222,1),
(3617,'Vava\'u',222,1),
(3618,'Arima-Tunapuna-Piarco',223,1),
(3619,'Caroni',223,1),
(3620,'Chaguanas',223,1),
(3621,'Couva-Tabaquite-Talparo',223,1),
(3622,'Diego Martin',223,1),
(3623,'Glencoe',223,1),
(3624,'Penal Debe',223,1),
(3625,'Point Fortin',223,1),
(3626,'Port of Spain',223,1),
(3627,'Princes Town',223,1),
(3628,'Saint George',223,1),
(3629,'San Fernando',223,1),
(3630,'San Juan',223,1),
(3631,'Sangre Grande',223,1),
(3632,'Siparia',223,1),
(3633,'Tobago',223,1),
(3634,'Aryanah',224,1),
(3635,'Bajah',224,1),
(3636,'Bin \'Arus',224,1),
(3637,'Binzart',224,1),
(3638,'Gouvernorat de Ariana',224,1),
(3639,'Gouvernorat de Nabeul',224,1),
(3640,'Gouvernorat de Sousse',224,1),
(3641,'Hammamet Yasmine',224,1),
(3642,'Jundubah',224,1),
(3643,'Madaniyin',224,1),
(3644,'Manubah',224,1),
(3645,'Monastir',224,1),
(3646,'Nabul',224,1),
(3647,'Qabis',224,1),
(3648,'Qafsah',224,1),
(3649,'Qibili',224,1),
(3650,'Safaqis',224,1),
(3651,'Sfax',224,1),
(3652,'Sidi Bu Zayd',224,1),
(3653,'Silyanah',224,1),
(3654,'Susah',224,1),
(3655,'Tatawin',224,1),
(3656,'Tawzar',224,1),
(3657,'Tunis',224,1),
(3658,'Zaghwan',224,1),
(3659,'al-Kaf',224,1),
(3660,'al-Mahdiyah',224,1),
(3661,'al-Munastir',224,1),
(3662,'al-Qasrayn',224,1),
(3663,'al-Qayrawan',224,1),
(3664,'Adana',225,1),
(3665,'Adiyaman',225,1),
(3666,'Afyon',225,1),
(3667,'Agri',225,1),
(3668,'Aksaray',225,1),
(3669,'Amasya',225,1),
(3670,'Ankara',225,1),
(3671,'Antalya',225,1),
(3672,'Ardahan',225,1),
(3673,'Artvin',225,1),
(3674,'Aydin',225,1),
(3675,'Balikesir',225,1),
(3676,'Bartin',225,1),
(3677,'Batman',225,1),
(3678,'Bayburt',225,1),
(3679,'Bilecik',225,1),
(3680,'Bingol',225,1),
(3681,'Bitlis',225,1),
(3682,'Bolu',225,1),
(3683,'Burdur',225,1),
(3684,'Bursa',225,1),
(3685,'Canakkale',225,1),
(3686,'Cankiri',225,1),
(3687,'Corum',225,1),
(3688,'Denizli',225,1),
(3689,'Diyarbakir',225,1),
(3690,'Duzce',225,1),
(3691,'Edirne',225,1),
(3692,'Elazig',225,1),
(3693,'Erzincan',225,1),
(3694,'Erzurum',225,1),
(3695,'Eskisehir',225,1),
(3696,'Gaziantep',225,1),
(3697,'Giresun',225,1),
(3698,'Gumushane',225,1),
(3699,'Hakkari',225,1),
(3700,'Hatay',225,1),
(3701,'Icel',225,1),
(3702,'Igdir',225,1),
(3703,'Isparta',225,1),
(3704,'Istanbul',225,1),
(3705,'Izmir',225,1),
(3706,'Kahramanmaras',225,1),
(3707,'Karabuk',225,1),
(3708,'Karaman',225,1),
(3709,'Kars',225,1),
(3710,'Karsiyaka',225,1),
(3711,'Kastamonu',225,1),
(3712,'Kayseri',225,1),
(3713,'Kilis',225,1),
(3714,'Kirikkale',225,1),
(3715,'Kirklareli',225,1),
(3716,'Kirsehir',225,1),
(3717,'Kocaeli',225,1),
(3718,'Konya',225,1),
(3719,'Kutahya',225,1),
(3720,'Lefkosa',225,1),
(3721,'Malatya',225,1),
(3722,'Manisa',225,1),
(3723,'Mardin',225,1),
(3724,'Mugla',225,1),
(3725,'Mus',225,1),
(3726,'Nevsehir',225,1),
(3727,'Nigde',225,1),
(3728,'Ordu',225,1),
(3729,'Osmaniye',225,1),
(3730,'Rize',225,1),
(3731,'Sakarya',225,1),
(3732,'Samsun',225,1),
(3733,'Sanliurfa',225,1),
(3734,'Siirt',225,1),
(3735,'Sinop',225,1),
(3736,'Sirnak',225,1),
(3737,'Sivas',225,1),
(3738,'Tekirdag',225,1),
(3739,'Tokat',225,1),
(3740,'Trabzon',225,1),
(3741,'Tunceli',225,1),
(3742,'Usak',225,1),
(3743,'Van',225,1),
(3744,'Yalova',225,1),
(3745,'Yozgat',225,1),
(3746,'Zonguldak',225,1),
(3747,'Ahal',226,1),
(3748,'Asgabat',226,1),
(3749,'Balkan',226,1),
(3750,'Dasoguz',226,1),
(3751,'Lebap',226,1),
(3752,'Mari',226,1),
(3753,'Grand Turk',227,1),
(3754,'South Caicos and East Caicos',227,1),
(3755,'Funafuti',228,1),
(3756,'Nanumanga',228,1),
(3757,'Nanumea',228,1),
(3758,'Niutao',228,1),
(3759,'Nui',228,1),
(3760,'Nukufetau',228,1),
(3761,'Nukulaelae',228,1),
(3762,'Vaitupu',228,1),
(3763,'Central',229,1),
(3764,'Eastern',229,1),
(3765,'Northern',229,1),
(3766,'Western',229,1),
(3767,'Cherkas\'ka',230,1),
(3768,'Chernihivs\'ka',230,1),
(3769,'Chernivets\'ka',230,1),
(3770,'Crimea',230,1),
(3771,'Dnipropetrovska',230,1),
(3772,'Donets\'ka',230,1),
(3773,'Ivano-Frankivs\'ka',230,1),
(3774,'Kharkiv',230,1),
(3775,'Kharkov',230,1),
(3776,'Khersonska',230,1),
(3777,'Khmel\'nyts\'ka',230,1),
(3778,'Kirovohrad',230,1),
(3779,'Krym',230,1),
(3780,'Kyyiv',230,1),
(3781,'Kyyivs\'ka',230,1),
(3782,'L\'vivs\'ka',230,1),
(3783,'Luhans\'ka',230,1),
(3784,'Mykolayivs\'ka',230,1),
(3785,'Odes\'ka',230,1),
(3786,'Odessa',230,1),
(3787,'Poltavs\'ka',230,1),
(3788,'Rivnens\'ka',230,1),
(3789,'Sevastopol\'',230,1),
(3790,'Sums\'ka',230,1),
(3791,'Ternopil\'s\'ka',230,1),
(3792,'Volyns\'ka',230,1),
(3793,'Vynnyts\'ka',230,1),
(3794,'Zakarpats\'ka',230,1),
(3795,'Zaporizhia',230,1),
(3796,'Zhytomyrs\'ka',230,1),
(3797,'Abu Zabi',231,1),
(3798,'Ajman',231,1),
(3799,'Dubai',231,1),
(3800,'Ras al-Khaymah',231,1),
(3801,'Sharjah',231,1),
(3802,'Sharjha',231,1),
(3803,'Umm al Qaywayn',231,1),
(3804,'al-Fujayrah',231,1),
(3805,'ash-Shariqah',231,1),
(3806,'Aberdeen',232,1),
(3807,'Aberdeenshire',232,1),
(3808,'Argyll',232,1),
(3809,'Armagh',232,1),
(3810,'Bedfordshire',232,1),
(3811,'Belfast',232,1),
(3812,'Berkshire',232,1),
(3813,'Birmingham',232,1),
(3814,'Brechin',232,1),
(3815,'Bridgnorth',232,1),
(3816,'Bristol',232,1),
(3817,'Buckinghamshire',232,1),
(3818,'Cambridge',232,1),
(3819,'Cambridgeshire',232,1),
(3820,'Channel Islands',232,1),
(3821,'Cheshire',232,1),
(3822,'Cleveland',232,1),
(3823,'Co Fermanagh',232,1),
(3824,'Conwy',232,1),
(3825,'Cornwall',232,1),
(3826,'Coventry',232,1),
(3827,'Craven Arms',232,1),
(3828,'Cumbria',232,1),
(3829,'Denbighshire',232,1),
(3830,'Derby',232,1),
(3831,'Derbyshire',232,1),
(3832,'Devon',232,1),
(3833,'Dial Code Dungannon',232,1),
(3834,'Didcot',232,1),
(3835,'Dorset',232,1),
(3836,'Dunbartonshire',232,1),
(3837,'Durham',232,1),
(3838,'East Dunbartonshire',232,1),
(3839,'East Lothian',232,1),
(3840,'East Midlands',232,1),
(3841,'East Sussex',232,1),
(3842,'East Yorkshire',232,1),
(3843,'England',232,1),
(3844,'Essex',232,1),
(3845,'Fermanagh',232,1),
(3846,'Fife',232,1),
(3847,'Flintshire',232,1),
(3848,'Fulham',232,1),
(3849,'Gainsborough',232,1),
(3850,'Glocestershire',232,1),
(3851,'Gwent',232,1),
(3852,'Hampshire',232,1),
(3853,'Hants',232,1),
(3854,'Herefordshire',232,1),
(3855,'Hertfordshire',232,1),
(3856,'Ireland',232,1),
(3857,'Isle Of Man',232,1),
(3858,'Isle of Wight',232,1),
(3859,'Kenford',232,1),
(3860,'Kent',232,1),
(3861,'Kilmarnock',232,1),
(3862,'Lanarkshire',232,1),
(3863,'Lancashire',232,1),
(3864,'Leicestershire',232,1),
(3865,'Lincolnshire',232,1),
(3866,'Llanymynech',232,1),
(3867,'London',232,1),
(3868,'Ludlow',232,1),
(3869,'Manchester',232,1),
(3870,'Mayfair',232,1),
(3871,'Merseyside',232,1),
(3872,'Mid Glamorgan',232,1),
(3873,'Middlesex',232,1),
(3874,'Mildenhall',232,1),
(3875,'Monmouthshire',232,1),
(3876,'Newton Stewart',232,1),
(3877,'Norfolk',232,1),
(3878,'North Humberside',232,1),
(3879,'North Yorkshire',232,1),
(3880,'Northamptonshire',232,1),
(3881,'Northants',232,1),
(3882,'Northern Ireland',232,1),
(3883,'Northumberland',232,1),
(3884,'Nottinghamshire',232,1),
(3885,'Oxford',232,1),
(3886,'Powys',232,1),
(3887,'Roos-shire',232,1),
(3888,'SUSSEX',232,1),
(3889,'Sark',232,1),
(3890,'Scotland',232,1),
(3891,'Scottish Borders',232,1),
(3892,'Shropshire',232,1),
(3893,'Somerset',232,1),
(3894,'South Glamorgan',232,1),
(3895,'South Wales',232,1),
(3896,'South Yorkshire',232,1),
(3897,'Southwell',232,1),
(3898,'Staffordshire',232,1),
(3899,'Strabane',232,1),
(3900,'Suffolk',232,1),
(3901,'Surrey',232,1),
(3902,'Sussex',232,1),
(3903,'Twickenham',232,1),
(3904,'Tyne and Wear',232,1),
(3905,'Tyrone',232,1),
(3906,'Utah',232,1),
(3907,'Wales',232,1),
(3908,'Warwickshire',232,1),
(3909,'West Lothian',232,1),
(3910,'West Midlands',232,1),
(3911,'West Sussex',232,1),
(3912,'West Yorkshire',232,1),
(3913,'Whissendine',232,1),
(3914,'Wiltshire',232,1),
(3915,'Wokingham',232,1),
(3916,'Worcestershire',232,1),
(3917,'Wrexham',232,1),
(3918,'Wurttemberg',232,1),
(3919,'Yorkshire',232,1),
(3920,'Alabama',233,1),
(3921,'Alaska',233,1),
(3922,'Arizona',233,1),
(3923,'Arkansas',233,1),
(3924,'Byram',233,1),
(3925,'California',233,1),
(3926,'Cokato',233,1),
(3927,'Colorado',233,1),
(3928,'Connecticut',233,1),
(3929,'Delaware',233,1),
(3930,'District of Columbia',233,1),
(3931,'Florida',233,1),
(3932,'Georgia',233,1),
(3933,'Hawaii',233,1),
(3934,'Idaho',233,1),
(3935,'Illinois',233,1),
(3936,'Indiana',233,1),
(3937,'Iowa',233,1),
(3938,'Kansas',233,1),
(3939,'Kentucky',233,1),
(3940,'Louisiana',233,1),
(3941,'Lowa',233,1),
(3942,'Maine',233,1),
(3943,'Maryland',233,1),
(3944,'Massachusetts',233,1),
(3945,'Medfield',233,1),
(3946,'Michigan',233,1),
(3947,'Minnesota',233,1),
(3948,'Mississippi',233,1),
(3949,'Missouri',233,1),
(3950,'Montana',233,1),
(3951,'Nebraska',233,1),
(3952,'Nevada',233,1),
(3953,'New Hampshire',233,1),
(3954,'New Jersey',233,1),
(3955,'New Jersy',233,1),
(3956,'New Mexico',233,1),
(3957,'New York',233,1),
(3958,'North Carolina',233,1),
(3959,'North Dakota',233,1),
(3960,'Ohio',233,1),
(3961,'Oklahoma',233,1),
(3962,'Ontario',233,1),
(3963,'Oregon',233,1),
(3964,'Pennsylvania',233,1),
(3965,'Ramey',233,1),
(3966,'Rhode Island',233,1),
(3967,'South Carolina',233,1),
(3968,'South Dakota',233,1),
(3969,'Sublimity',233,1),
(3970,'Tennessee',233,1),
(3971,'Texas',233,1),
(3972,'Trimble',233,1),
(3973,'Utah',233,1),
(3974,'Vermont',233,1),
(3975,'Virginia',233,1),
(3976,'Washington',233,1),
(3977,'West Virginia',233,1),
(3978,'Wisconsin',233,1),
(3979,'Wyoming',233,1),
(3980,'United States Minor Outlying I',234,1),
(3981,'Artigas',235,1),
(3982,'Canelones',235,1),
(3983,'Cerro Largo',235,1),
(3984,'Colonia',235,1),
(3985,'Durazno',235,1),
(3986,'FLorida',235,1),
(3987,'Flores',235,1),
(3988,'Lavalleja',235,1),
(3989,'Maldonado',235,1),
(3990,'Montevideo',235,1),
(3991,'Paysandu',235,1),
(3992,'Rio Negro',235,1),
(3993,'Rivera',235,1),
(3994,'Rocha',235,1),
(3995,'Salto',235,1),
(3996,'San Jose',235,1),
(3997,'Soriano',235,1),
(3998,'Tacuarembo',235,1),
(3999,'Treinta y Tres',235,1),
(4000,'Andijon',236,1),
(4001,'Buhoro',236,1),
(4002,'Buxoro Viloyati',236,1),
(4003,'Cizah',236,1),
(4004,'Fargona',236,1),
(4005,'Horazm',236,1),
(4006,'Kaskadar',236,1),
(4007,'Korakalpogiston',236,1),
(4008,'Namangan',236,1),
(4009,'Navoi',236,1),
(4010,'Samarkand',236,1),
(4011,'Sirdare',236,1),
(4012,'Surhondar',236,1),
(4013,'Toskent',236,1),
(4014,'Malampa',237,1),
(4015,'Penama',237,1),
(4016,'Sanma',237,1),
(4017,'Shefa',237,1),
(4018,'Tafea',237,1),
(4019,'Torba',237,1),
(4020,'Vatican City State (Holy See)',238,1),
(4021,'Amazonas',239,1),
(4022,'Anzoategui',239,1),
(4023,'Apure',239,1),
(4024,'Aragua',239,1),
(4025,'Barinas',239,1),
(4026,'Bolivar',239,1),
(4027,'Carabobo',239,1),
(4028,'Cojedes',239,1),
(4029,'Delta Amacuro',239,1),
(4030,'Distrito Federal',239,1),
(4031,'Falcon',239,1),
(4032,'Guarico',239,1),
(4033,'Lara',239,1),
(4034,'Merida',239,1),
(4035,'Miranda',239,1),
(4036,'Monagas',239,1),
(4037,'Nueva Esparta',239,1),
(4038,'Portuguesa',239,1),
(4039,'Sucre',239,1),
(4040,'Tachira',239,1),
(4041,'Trujillo',239,1),
(4042,'Vargas',239,1),
(4043,'Yaracuy',239,1),
(4044,'Zulia',239,1),
(4045,'Bac Giang',240,1),
(4046,'Binh Dinh',240,1),
(4047,'Binh Duong',240,1),
(4048,'Da Nang',240,1),
(4049,'Dong Bang Song Cuu Long',240,1),
(4050,'Dong Bang Song Hong',240,1),
(4051,'Dong Nai',240,1),
(4052,'Dong Nam Bo',240,1),
(4053,'Duyen Hai Mien Trung',240,1),
(4054,'Hanoi',240,1),
(4055,'Hung Yen',240,1),
(4056,'Khu Bon Cu',240,1),
(4057,'Long An',240,1),
(4058,'Mien Nui Va Trung Du',240,1),
(4059,'Thai Nguyen',240,1),
(4060,'Thanh Pho Ho Chi Minh',240,1),
(4061,'Thu Do Ha Noi',240,1),
(4062,'Tinh Can Tho',240,1),
(4063,'Tinh Da Nang',240,1),
(4064,'Tinh Gia Lai',240,1),
(4065,'Anegada',241,1),
(4066,'Jost van Dyke',241,1),
(4067,'Tortola',241,1),
(4068,'Saint Croix',242,1),
(4069,'Saint John',242,1),
(4070,'Saint Thomas',242,1),
(4071,'Alo',243,1),
(4072,'Singave',243,1),
(4073,'Wallis',243,1),
(4074,'Bu Jaydur',244,1),
(4075,'Wad-adh-Dhahab',244,1),
(4076,'al-\'Ayun',244,1),
(4077,'as-Samarah',244,1),
(4078,'\'Adan',245,1),
(4079,'Abyan',245,1),
(4080,'Dhamar',245,1),
(4081,'Hadramaut',245,1),
(4082,'Hajjah',245,1),
(4083,'Hudaydah',245,1),
(4084,'Ibb',245,1),
(4085,'Lahij',245,1),
(4086,'Ma\'rib',245,1),
(4087,'Madinat San\'a',245,1),
(4088,'Sa\'dah',245,1),
(4089,'Sana',245,1),
(4090,'Shabwah',245,1),
(4091,'Ta\'izz',245,1),
(4092,'al-Bayda',245,1),
(4093,'al-Hudaydah',245,1),
(4094,'al-Jawf',245,1),
(4095,'al-Mahrah',245,1),
(4096,'al-Mahwit',245,1),
(4103,'Central',246,1),
(4104,'Copperbelt',246,1),
(4105,'Eastern',246,1),
(4106,'Luapala',246,1),
(4107,'Lusaka',246,1),
(4108,'North-Western',246,1),
(4109,'Northern',246,1),
(4110,'Southern',246,1),
(4111,'Western',246,1),
(4112,'Bulawayo',247,1),
(4113,'Harare',247,1),
(4114,'Manicaland',247,1),
(4115,'Mashonaland Central',247,1),
(4116,'Mashonaland East',247,1),
(4117,'Mashonaland West',247,1),
(4118,'Masvingo',247,1),
(4119,'Matabeleland North',247,1),
(4120,'Matabeleland South',247,1),
(4121,'Midlands',247,1);
/*!40000 ALTER TABLE `states` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `student_custom_fields`
--

DROP TABLE IF EXISTS `student_custom_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `student_custom_fields` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `show_company` tinyint(1) NOT NULL DEFAULT 0,
  `show_gender` tinyint(1) NOT NULL DEFAULT 0,
  `show_student_type` tinyint(1) NOT NULL DEFAULT 0,
  `show_identification_number` tinyint(1) NOT NULL DEFAULT 0,
  `show_job_title` tinyint(1) NOT NULL DEFAULT 0,
  `show_dob` tinyint(1) NOT NULL DEFAULT 0,
  `show_name` tinyint(1) NOT NULL DEFAULT 1,
  `required_company` tinyint(1) NOT NULL DEFAULT 0,
  `required_gender` tinyint(1) NOT NULL DEFAULT 0,
  `required_student_type` tinyint(1) NOT NULL DEFAULT 0,
  `required_identification_number` tinyint(1) NOT NULL DEFAULT 0,
  `required_job_title` tinyint(1) NOT NULL DEFAULT 0,
  `required_dob` tinyint(1) NOT NULL DEFAULT 0,
  `required_name` tinyint(1) NOT NULL DEFAULT 1,
  `editable_company` tinyint(1) NOT NULL DEFAULT 1,
  `editable_gender` tinyint(1) NOT NULL DEFAULT 1,
  `editable_student_type` tinyint(1) NOT NULL DEFAULT 1,
  `editable_identification_number` tinyint(1) NOT NULL DEFAULT 1,
  `editable_job_title` tinyint(1) NOT NULL DEFAULT 1,
  `editable_dob` tinyint(1) NOT NULL DEFAULT 1,
  `editable_name` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `show_phone` tinyint(1) NOT NULL DEFAULT 1,
  `required_phone` tinyint(1) NOT NULL DEFAULT 0,
  `editable_phone` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `student_custom_fields`
--

LOCK TABLES `student_custom_fields` WRITE;
/*!40000 ALTER TABLE `student_custom_fields` DISABLE KEYS */;
INSERT INTO `student_custom_fields` VALUES
(1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,'2024-11-27 16:41:12','2024-11-27 16:41:12',1,1,0,1);
/*!40000 ALTER TABLE `student_custom_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `student_import_temporaries`
--

DROP TABLE IF EXISTS `student_import_temporaries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `student_import_temporaries` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `email` varchar(100) NOT NULL,
  `phone` varchar(100) DEFAULT NULL,
  `dob` varchar(191) DEFAULT NULL,
  `company` varchar(191) DEFAULT NULL,
  `gender` varchar(191) DEFAULT NULL,
  `student_type` varchar(191) DEFAULT NULL,
  `identification_number` varchar(191) DEFAULT NULL,
  `job_title` varchar(191) DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `country` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `student_import_temporaries_email_unique` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `student_import_temporaries`
--

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

--
-- Table structure for table `student_setups`
--

DROP TABLE IF EXISTS `student_setups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `student_setups` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `show_recommended_section` int(11) DEFAULT 0,
  `show_running_course_thumb` int(11) DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `student_setups`
--

LOCK TABLES `student_setups` WRITE;
/*!40000 ALTER TABLE `student_setups` DISABLE KEYS */;
INSERT INTO `student_setups` VALUES
(1,0,0,NULL,NULL,1);
/*!40000 ALTER TABLE `student_setups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `student_take_online_quizzes`
--

DROP TABLE IF EXISTS `student_take_online_quizzes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `student_take_online_quizzes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0=Not Yet, 1 = already submitted, 2 = got marks',
  `total_marks` int(11) DEFAULT NULL,
  `active_status` tinyint(4) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `student_id` int(10) unsigned DEFAULT NULL,
  `online_exam_id` int(10) unsigned DEFAULT NULL,
  `created_by` int(10) unsigned DEFAULT 1,
  `updated_by` int(10) unsigned DEFAULT 1,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `student_take_online_quizzes_online_exam_id_foreign` (`online_exam_id`),
  CONSTRAINT `student_take_online_quizzes_online_exam_id_foreign` FOREIGN KEY (`online_exam_id`) REFERENCES `online_quizzes` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `student_take_online_quizzes`
--

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

--
-- Table structure for table `sub_categories`
--

DROP TABLE IF EXISTS `sub_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sub_categories` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `category_id` int(10) unsigned DEFAULT NULL,
  `name` varchar(191) DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `status` tinyint(1) DEFAULT 1,
  `show_home` tinyint(1) DEFAULT 0,
  `position_order` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `sub_categories_category_id_name_index` (`category_id`,`name`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sub_categories`
--

LOCK TABLES `sub_categories` WRITE;
/*!40000 ALTER TABLE `sub_categories` DISABLE KEYS */;
INSERT INTO `sub_categories` VALUES
(1,1,'Accounting',NULL,1,1,1,'2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(2,1,'MBA',NULL,1,1,2,'2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(3,2,'Blender Creator',NULL,1,1,3,'2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(4,2,'3D environments',NULL,1,1,4,'2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(5,3,'Adobe XD',NULL,1,1,5,'2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(6,3,'UI Design',NULL,1,1,6,'2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(7,4,'App Development',NULL,1,1,7,'2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(8,4,'iOS Development',NULL,1,1,8,'2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(9,5,'Python',NULL,1,1,9,'2024-11-27 16:42:21','2024-11-27 16:42:21',1),
(10,5,'Laravel',NULL,1,1,10,'2024-11-27 16:42:21','2024-11-27 16:42:21',1);
/*!40000 ALTER TABLE `sub_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `subscriptions`
--

DROP TABLE IF EXISTS `subscriptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `subscriptions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(100) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `type` varchar(191) NOT NULL DEFAULT 'Homepage',
  PRIMARY KEY (`id`),
  UNIQUE KEY `subscriptions_email_unique` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=169 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `subscriptions`
--

LOCK TABLES `subscriptions` WRITE;
/*!40000 ALTER TABLE `subscriptions` DISABLE KEYS */;
INSERT INTO `subscriptions` VALUES
(1,'test@example.com','2024-11-29 10:43:37','2024-11-29 10:43:37',1,'Instructor'),
(2,'alichamsedine7@gmail.com','2024-11-29 12:20:33','2024-11-29 12:20:33',1,'Student'),
(3,'abdallah@gmail.com','2024-11-29 12:30:29','2024-11-29 12:30:29',1,'Student'),
(4,'abouzeidroymea@gmail.com','2024-12-06 14:04:04','2024-12-06 14:04:04',1,'Student'),
(5,'abouzeidroy@gmail.com','2024-12-10 10:40:53','2024-12-10 10:40:53',1,'Homepage'),
(6,'ali.tecomsa@gmail.com','2024-12-12 11:26:10','2024-12-12 11:26:10',1,'Student'),
(7,'tezivodufu387@gmail.com','2024-12-18 15:13:29','2024-12-18 15:13:29',1,'Homepage'),
(8,'ybgqp6tbbvjo@yahoo.com','2024-12-18 15:51:17','2024-12-18 15:51:17',1,'Homepage'),
(9,'rabamifilig46@gmail.com','2024-12-19 16:04:17','2024-12-19 16:04:17',1,'Homepage'),
(10,'uzowutiku184@gmail.com','2024-12-20 15:58:41','2024-12-20 15:58:41',1,'Homepage'),
(11,'brezreieleuj@do-not-respond.me','2024-12-22 08:31:54','2024-12-22 08:31:54',1,'Homepage'),
(12,'awafufoqufe01@gmail.com','2024-12-22 13:05:50','2024-12-22 13:06:51',1,'Student'),
(13,'qifkycbrolibtmxgd@yahoo.com','2024-12-23 07:04:30','2024-12-23 07:05:31',1,'Student'),
(14,'knpd7adq4@yahoo.com','2024-12-24 02:46:45','2024-12-24 02:47:57',1,'Student'),
(15,'vpjiuoolumpvwjjia@yahoo.com','2024-12-25 05:15:37','2024-12-25 05:16:52',1,'Student'),
(16,'damojiqocuw492@gmail.com','2024-12-26 01:06:58','2024-12-26 01:08:51',1,'Student'),
(17,'ewnklmyhtkrcgr@yahoo.com','2024-12-26 20:32:17','2024-12-26 20:33:44',1,'Student'),
(18,'birmmbelaeuj@do-not-respond.me','2024-12-27 13:44:39','2024-12-27 13:44:39',1,'Homepage'),
(19,'zalakik311@gmail.com','2024-12-27 21:10:36','2024-12-27 21:11:49',1,'Student'),
(20,'carenbauerbostwic@yahoo.com','2024-12-28 19:46:59','2024-12-28 19:48:23',1,'Student'),
(21,'dowershelmig@yahoo.com','2024-12-30 15:17:25','2024-12-30 15:18:29',1,'Student'),
(22,'yayopolavux15@gmail.com','2024-12-31 12:51:26','2024-12-31 12:52:24',1,'Student'),
(23,'geyutahikaz532@gmail.com','2025-01-01 07:06:07','2025-01-01 07:07:32',1,'Student'),
(24,'blslrbmreeuj@do-not-respond.me','2025-01-01 18:55:54','2025-01-01 18:55:54',1,'Homepage'),
(25,'y14is6q61u9aoqdh@yahoo.com','2025-01-01 23:44:35','2025-01-01 23:46:14',1,'Student'),
(26,'xconeglsvmk@yahoo.com','2025-01-02 16:56:59','2025-01-02 16:58:22',1,'Student'),
(27,'glnegmjnaehwvnmqs@yahoo.com','2025-01-03 13:34:14','2025-01-03 13:35:51',1,'Student'),
(28,'voxukogif71@gmail.com','2025-01-04 12:57:10','2025-01-04 12:58:39',1,'Student'),
(29,'franzonibudwig@yahoo.com','2025-01-05 12:30:00','2025-01-05 12:31:25',1,'Student'),
(30,'vowulefeb297@gmail.com','2025-01-06 16:58:15','2025-01-06 16:59:06',1,'Student'),
(31,'rzjimrammeuj@do-not-respond.me','2025-01-07 17:13:03','2025-01-07 17:13:03',1,'Homepage'),
(32,'qafivogib18@gmail.com','2025-01-07 20:10:06','2025-01-07 20:11:33',1,'Student'),
(33,'anypenyturrubiartez@yahoo.com','2025-01-08 20:33:34','2025-01-08 20:34:46',1,'Student'),
(34,'ecomositix92@gmail.com','2025-01-10 00:44:04','2025-01-10 00:45:49',1,'Student'),
(35,'kreskablansce@yahoo.com','2025-01-10 23:24:20','2025-01-10 23:25:32',1,'Student'),
(36,'aqewofepe232@gmail.com','2025-01-11 21:41:55','2025-01-11 21:43:06',1,'Student'),
(37,'gadunijal089@gmail.com','2025-01-12 22:01:12','2025-01-12 22:02:22',1,'Student'),
(38,'rbbaraeaieuj@dont-reply.me','2025-01-13 23:38:45','2025-01-13 23:38:45',1,'Homepage'),
(39,'jids7c00cwxd@yahoo.com','2025-01-14 02:08:00','2025-01-14 02:08:59',1,'Student'),
(40,'jljmyttdrahhdnd@yahoo.com','2025-01-15 17:57:58','2025-01-15 17:59:19',1,'Student'),
(41,'phantomiajade21ua@gmail.com','2025-01-17 03:07:06','2025-01-17 03:08:15',1,'Student'),
(42,'jbiatmerd@yahoo.com','2025-01-18 13:16:04','2025-01-18 13:17:05',1,'Student'),
(43,'eyonderiohorizon15@gmail.com','2025-01-19 10:57:13','2025-01-19 10:57:13',1,'Homepage'),
(44,'fable64chime1@gmail.com','2025-01-20 07:30:24','2025-01-20 07:31:22',1,'Student'),
(45,'u1rtqemrhu@yahoo.com','2025-01-21 05:59:07','2025-01-21 06:00:25',1,'Student'),
(46,'kismetia82verge20ay@gmail.com','2025-01-22 18:59:09','2025-01-22 19:00:55',1,'Student'),
(48,'ajejmseeseuj@dont-reply.me','2025-01-22 23:04:44','2025-01-22 23:04:44',1,'Homepage'),
(49,'Michelle3Carson0937@gmail.com','2025-01-24 13:55:49','2025-01-24 13:58:23',1,'Student'),
(50,'aermrsllreuj@dont-reply.me','2025-01-25 14:40:08','2025-01-25 14:40:08',1,'Homepage'),
(51,'Arnold8Ellington6503@gmail.com','2025-01-25 18:50:57','2025-01-25 18:53:36',1,'Student'),
(52,'jroyjwpkx@yahoo.com','2025-01-27 16:06:16','2025-01-27 16:07:38',1,'Student'),
(53,'arssmlarzeuj@dont-reply.me','2025-01-28 05:02:48','2025-01-28 05:02:48',1,'Homepage'),
(54,'Ora0Underwood6394@gmail.com','2025-01-30 00:27:34','2025-01-30 00:28:19',1,'Student'),
(55,'Evan1Nelson6456@gmail.com','2025-01-31 15:00:45','2025-01-31 15:02:05',1,'Student'),
(56,'anirvanaachime@gmail.com','2025-02-01 20:24:57','2025-02-01 20:26:13',1,'Student'),
(57,'erugiqawoqe284@gmail.com','2025-02-02 18:00:02','2025-02-02 18:01:21',1,'Student'),
(58,'izibajazeeuj@dont-reply.me','2025-02-02 23:35:16','2025-02-02 23:35:16',1,'Homepage'),
(59,'onuzufesigi580@gmail.com','2025-02-03 16:31:06','2025-02-03 16:31:56',1,'Student'),
(60,'gossamer69jade@gmail.com','2025-02-04 17:55:39','2025-02-04 17:56:22',1,'Student'),
(61,'ibmejzzimeuj@dont-reply.me','2025-02-05 03:35:40','2025-02-05 03:35:40',1,'Homepage'),
(62,'yonderuy46nexus@gmail.com','2025-02-05 18:36:29','2025-02-05 18:37:36',1,'Student'),
(63,'gossamerarift72@gmail.com','2025-02-06 18:20:21','2025-02-06 18:21:21',1,'Student'),
(64,'reverie37pinnacleoe@gmail.com','2025-02-07 16:45:48','2025-02-07 16:47:04',1,'Student'),
(65,'iiejazleieuj@dont-reply.me','2025-02-08 00:44:24','2025-02-08 00:44:24',1,'Homepage'),
(66,'drkcygsee@yahoo.com','2025-02-09 13:05:21','2025-02-09 13:06:16',1,'Student'),
(67,'lunareorift31@gmail.com','2025-02-10 19:33:35','2025-02-10 19:35:00',1,'Student'),
(68,'eeesaaamruj@dont-reply.me','2025-02-13 05:53:08','2025-02-13 05:53:08',1,'Homepage'),
(69,'ejapogij30@gmail.com','2025-02-14 20:49:18','2025-02-14 20:50:09',1,'Student'),
(70,'aunirvanaeaquartzau@gmail.com','2025-02-15 15:09:11','2025-02-15 15:10:28',1,'Student'),
(71,'gydengsc@do-not-respond.me','2025-02-15 23:31:27','2025-02-15 23:31:27',1,'Homepage'),
(72,'iwfaexah@do-not-respond.me','2025-02-15 23:31:27','2025-02-15 23:31:27',1,'Homepage'),
(73,'rydyardf@gmail.com','2025-02-16 08:08:53','2025-02-16 08:10:14',1,'Student'),
(74,'tloveib6@gmail.com','2025-02-16 23:48:15','2025-02-16 23:49:15',1,'Student'),
(75,'aldjernonnjz39@gmail.com','2025-02-17 16:12:36','2025-02-17 16:13:24',1,'Student'),
(76,'michelainbullockod6@gmail.com','2025-02-18 19:12:22','2025-02-18 19:13:49',1,'Student'),
(77,'piterbfh22@gmail.com','2025-02-20 04:57:43','2025-02-20 04:58:47',1,'Student'),
(78,'mjlesabjruj@dont-reply.me','2025-02-20 19:41:07','2025-02-20 19:41:07',1,'Homepage'),
(79,'favatellabouard@yahoo.com','2025-02-21 04:59:17','2025-02-21 05:00:08',1,'Student'),
(80,'neafjomw@do-not-respond.me','2025-02-21 16:59:51','2025-02-21 16:59:51',1,'Homepage'),
(81,'plyylacv@do-not-respond.me','2025-02-21 16:59:51','2025-02-21 16:59:51',1,'Homepage'),
(82,'bautistakristif29@gmail.com','2025-02-22 07:40:35','2025-02-22 07:41:13',1,'Student'),
(83,'brockadda99@gmail.com','2025-02-24 01:15:04','2025-02-24 01:15:50',1,'Student'),
(84,'fableauzeal72u@gmail.com','2025-02-24 18:17:35','2025-02-24 18:18:31',1,'Student'),
(85,'uakismetoo42sylvan75@gmail.com','2025-02-25 20:15:14','2025-02-25 20:16:00',1,'Student'),
(86,'au74jade83@gmail.com','2025-02-26 20:38:11','2025-02-26 20:38:46',1,'Student'),
(87,'yojpohdyz3ib@yahoo.com','2025-02-28 18:37:33','2025-02-28 18:38:11',1,'Student'),
(88,'lfyxjhul@do-not-respond.me','2025-03-02 16:09:17','2025-03-02 16:09:17',1,'Homepage'),
(89,'xcbxjnph@do-not-respond.me','2025-03-02 16:09:17','2025-03-02 16:09:17',1,'Homepage'),
(90,'fusqoisv@do-not-respond.me','2025-03-02 16:09:17','2025-03-02 16:09:17',1,'Homepage'),
(91,'teitzunigamm35@gmail.com','2025-03-02 21:59:40','2025-03-02 22:00:22',1,'Student'),
(92,'diakondw1@gmail.com','2025-03-03 14:43:08','2025-03-03 14:44:05',1,'Student'),
(93,'quiveru26rift@gmail.com','2025-03-05 16:15:48','2025-03-05 16:16:44',1,'Student'),
(94,'cmariloyaq@gmail.com','2025-03-06 19:16:10','2025-03-06 19:16:53',1,'Student'),
(95,'ua16quartz51@gmail.com','2025-03-08 08:40:30','2025-03-08 08:41:20',1,'Student'),
(96,'konnilambs1983@gmail.com','2025-03-08 21:33:34','2025-03-08 21:34:22',1,'Student'),
(97,'issichurchb@gmail.com','2025-03-09 18:37:33','2025-03-09 18:38:32',1,'Student'),
(98,'faitgvv1999@gmail.com','2025-03-11 06:37:22','2025-03-11 06:38:24',1,'Student'),
(99,'dschroederq33@gmail.com','2025-03-13 02:49:45','2025-03-13 02:50:54',1,'Student'),
(100,'ilindayql6@gmail.com','2025-03-14 13:16:24','2025-03-14 13:17:23',1,'Student'),
(101,'richardshanacc4@gmail.com','2025-03-15 11:15:12','2025-03-15 11:15:12',1,'Homepage'),
(102,'hunterrhiannj@gmail.com','2025-03-16 04:53:30','2025-03-16 04:54:38',1,'Student'),
(103,'ortegahedleiyz5@gmail.com','2025-03-16 21:51:22','2025-03-16 21:52:25',1,'Student'),
(104,'florance_stephanie175486@yahoo.com','2025-03-17 16:11:30','2025-03-17 16:12:39',1,'Student'),
(105,'amanaguirmn@gmail.com','2025-03-18 22:40:31','2025-03-18 22:41:25',1,'Student'),
(106,'mauxljly@do-not-respond.me','2025-03-20 12:42:19','2025-03-20 12:42:19',1,'Homepage'),
(107,'utaguoej@do-not-respond.me','2025-03-20 12:42:19','2025-03-20 12:42:19',1,'Homepage'),
(108,'xgqvoxye@do-not-respond.me','2025-03-20 12:42:20','2025-03-20 12:42:20',1,'Homepage'),
(109,'kitoncurtis@gmail.com','2025-03-21 17:52:30','2025-03-21 17:53:35',1,'Student'),
(110,'bleizjimenez1983@gmail.com','2025-03-23 00:33:26','2025-03-23 00:34:23',1,'Student'),
(111,'lorie.franklin74417@yahoo.com','2025-03-23 15:38:25','2025-03-23 15:39:17',1,'Student'),
(112,'brennavz39@gmail.com','2025-03-24 08:25:41','2025-03-24 08:26:31',1,'Student'),
(113,'eilinburgessl9@gmail.com','2025-03-28 08:53:54','2025-03-28 08:54:26',1,'Student'),
(114,'zoeialvarrf17@gmail.com','2025-03-28 21:05:42','2025-03-28 21:07:10',1,'Student'),
(115,'destinefitzgeraldk@gmail.com','2025-03-29 09:33:07','2025-03-29 09:33:49',1,'Student'),
(116,'joanna_ferguson716499@yahoo.com','2025-04-03 01:59:56','2025-04-03 02:00:50',1,'Student'),
(117,'melaniemazrieva833725@yahoo.com','2025-04-03 07:22:39','2025-04-03 07:23:13',1,'Student'),
(118,'fuqqczde@form-check.online','2025-04-03 08:40:50','2025-04-03 08:40:50',1,'Homepage'),
(119,'dinaaojm@form-check.online','2025-04-03 08:40:50','2025-04-03 08:40:50',1,'Homepage'),
(120,'havlmkdx@form-check.online','2025-04-03 08:40:50','2025-04-03 08:40:50',1,'Homepage'),
(121,'hensleyksaverxi97@gmail.com','2025-04-03 15:37:07','2025-04-03 15:37:39',1,'Student'),
(122,'taylorpriamz@gmail.com','2025-04-04 11:57:20','2025-04-04 11:57:49',1,'Student'),
(123,'igrac_gordon320310@yahoo.com','2025-04-04 14:35:18','2025-04-04 14:36:11',1,'Student'),
(124,'hrojaspm15@gmail.com','2025-04-04 15:58:08','2025-04-04 15:58:36',1,'Student'),
(125,'ardenayersoy@gmail.com','2025-04-05 11:25:36','2025-04-05 11:26:19',1,'Student'),
(126,'kendolgillrp2003@gmail.com','2025-04-05 18:47:19','2025-04-05 18:48:05',1,'Student'),
(127,'justingray930824@yahoo.com','2025-04-05 19:59:20','2025-04-05 19:59:51',1,'Student'),
(128,'pryor.bobby2000@yahoo.com','2025-04-06 15:27:00','2025-04-06 15:27:38',1,'Student'),
(129,'basromevs4@gmail.com','2025-04-07 03:11:56','2025-04-07 03:12:54',1,'Student'),
(130,'ashliioneillq@gmail.com','2025-04-08 00:55:50','2025-04-08 00:56:29',1,'Student'),
(131,'fieldmonikar25@gmail.com','2025-04-08 21:42:12','2025-04-08 21:42:46',1,'Student'),
(132,'leonardsirdikl@gmail.com','2025-04-09 13:28:33','2025-04-09 13:29:32',1,'Student'),
(133,'arroyogrirp1997@gmail.com','2025-04-09 18:39:50','2025-04-09 18:40:32',1,'Student'),
(134,'plibri45@gmail.com','2025-04-10 08:40:24','2025-04-10 08:41:01',1,'Student'),
(135,'alaestr1995@gmail.com','2025-04-12 13:34:18','2025-04-12 13:34:49',1,'Student'),
(136,'mercadoeilvard@gmail.com','2025-04-13 20:16:17','2025-04-13 20:16:46',1,'Student'),
(137,'bcooperqb37@gmail.com','2025-04-13 20:38:40','2025-04-13 20:39:26',1,'Student'),
(138,'hanjoul@lmsexample.com','2025-04-15 23:48:42','2025-04-15 23:48:42',1,'Instructor'),
(139,'mitani@twister.tech','2025-04-16 17:06:37','2025-04-16 17:06:37',1,'Student'),
(140,'wdjyliyajr@gmail.com','2025-04-17 08:31:39','2025-04-17 08:32:04',1,'Student'),
(141,'korbinad35@gmail.com','2025-04-17 15:21:17','2025-04-17 15:22:05',1,'Student'),
(142,'drebovlisdy1984@yahoo.com','2025-04-18 23:32:56','2025-04-18 23:33:32',1,'Student'),
(143,'ebbamccont21@gmail.com','2025-04-19 13:00:20','2025-04-19 13:01:00',1,'Student'),
(144,'speakel2003@gmail.com','2025-04-20 16:22:52','2025-04-20 16:23:18',1,'Student'),
(145,'rougbulllarza1986@yahoo.com','2025-04-20 20:20:27','2025-04-20 20:21:05',1,'Student'),
(146,'djennwa8@gmail.com','2025-04-21 00:42:59','2025-04-21 00:44:05',1,'Student'),
(147,'joyceandjeliyah36@gmail.com','2025-04-21 01:23:33','2025-04-21 01:24:11',1,'Student'),
(148,'atownsendu1983@gmail.com','2025-04-21 14:50:37','2025-04-21 14:50:37',1,'Homepage'),
(149,'enicholsc@gmail.com','2025-04-21 16:51:18','2025-04-21 16:51:47',1,'Student'),
(150,'tstevensin1991@gmail.com','2025-04-22 09:54:35','2025-04-22 09:55:31',1,'Student'),
(151,'sdjozefag1989@gmail.com','2025-04-22 20:26:28','2025-04-22 20:29:34',1,'Student'),
(152,'evmetuhec1973@yahoo.com','2025-04-24 13:33:19','2025-04-24 13:34:07',1,'Student'),
(153,'rrmnocuk@dont-reply.me','2025-04-25 09:24:02','2025-04-25 09:24:02',1,'Homepage'),
(154,'zpmjypxu@dont-reply.me','2025-04-25 09:24:02','2025-04-25 09:24:02',1,'Homepage'),
(155,'nnzsmugc@dont-reply.me','2025-04-25 09:24:02','2025-04-25 09:24:02',1,'Homepage'),
(156,'cherisluceroqq2000@gmail.com','2025-04-25 14:34:35','2025-04-25 14:35:01',1,'Student'),
(157,'clinysf@gmail.com','2025-04-26 09:11:01','2025-04-26 09:11:37',1,'Student'),
(158,'sstyah19@gmail.com','2025-04-27 04:49:27','2025-04-27 04:50:43',1,'Student'),
(159,'icineabter1982@yahoo.com','2025-04-27 07:16:36','2025-04-27 07:18:35',1,'Student'),
(160,'ntenethzyrec1987@yahoo.com','2025-04-28 01:48:40','2025-04-28 01:49:20',1,'Student'),
(161,'confezinglen1974@yahoo.com','2025-04-28 16:15:34','2025-04-28 16:15:34',1,'Student'),
(162,'parijcoleman99@gmail.com','2025-04-28 22:07:27','2025-04-28 22:08:05',1,'Student'),
(163,'student1@lms.com','2025-05-09 20:32:44','2025-05-09 20:32:44',1,'Student'),
(164,'rawanjubaili@lms.example','2025-05-12 20:03:41','2025-05-12 20:03:41',1,'Student'),
(165,'raficnassar@lms.example','2025-05-12 20:04:39','2025-05-12 20:04:39',1,'Student'),
(166,'ibrahimkhalil@example.com','2025-05-12 20:05:19','2025-05-12 20:05:19',1,'Student'),
(167,'gabriellahakim@example.com','2025-05-12 20:07:37','2025-05-12 20:07:37',1,'Student'),
(168,'jamilallam@example.com','2025-05-12 20:15:46','2025-05-12 20:15:46',1,'Student');
/*!40000 ALTER TABLE `subscriptions` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `testimonials`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `testimonials` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `body` longtext DEFAULT NULL,
  `author` longtext DEFAULT NULL,
  `profession` longtext DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `star` int(11) NOT NULL DEFAULT 5,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_by` int(10) unsigned DEFAULT 1,
  `updated_by` int(10) unsigned DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 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,'{\"en\":\"Working in conjunction with humanitarian aid agencies, we have supported programmes to help alleviate human suffering through.\",\"ar\":\"بالتعاون مع وكالات المساعدة الإنسانية، قمنا بدعم البرامج الرامية إلى المساعدة في تخفيف المعاناة الإنسانية من خلال:\"}','{\"en\":\"Ibrahim Khalil\",\"ar\":\"رائد خليل\"}','{\"en\":\"Photographer\",\"ar\":\"مصور\"}','public/demo/testimonial/image/1.png',4,1,1,1,'2024-11-27 16:42:23','2025-05-12 16:27:08',1),
(2,'{\"en\":\"I absolutely love this platform! The courses are easy to follow, and the instructors are incredibly knowledgeable. I’ve gained so much confidence in my skills since enrolling. Plus, the flexibility to learn at my own pace is a game-changer. Highly recommended!\\\"\",\"ar\":\"أحب هذه المنصة تمامًا! الدورات سهلة المتابعة، والمعلمون على دراية كبيرة. لقد اكتسبت الكثير من الثقة في مهاراتي منذ التسجيل. بالإضافة إلى ذلك، فإن المرونة في التعلم بالسرعة التي تناسبني هي عامل تغيير كبير. أوصي بها بشدة!\\\"\"}','{\"en\":\"Gabriella Hakim\",\"ar\":\"مصطفى محمد\"}','{\"en\":\"Cricketer\",\"ar\":\"لاعب الكريكيت\"}','public/uploads/main/images/12-05-2025/682194fadb6d9.png',5,1,1,1,'2024-11-27 16:42:23','2025-05-12 16:28:11',1),
(3,'{\"en\":\"Working in conjunction with humanitarian aid agencies, we have supported programmes to help alleviate human suffering through.\",\"ar\":\"بالتعاون مع وكالات المساعدة الإنسانية، قمنا بدعم البرامج الرامية إلى المساعدة في تخفيف المعاناة الإنسانية من خلال:\"}','{\"en\":\"Rafic Nassar\",\"ar\":\"جمال الحسن\"}','{\"en\":\"Cricketer\",\"ar\":\"لاعب الكريكيت\"}','public/demo/testimonial/image/3.png',5,1,1,1,'2024-11-27 16:42:23','2025-05-12 16:28:31',1),
(4,'{\"en\":\"I enjoyed it all the time. I am so happy that I listened to my inner voice that told me to practice yoga. This quest is making me so happy. I do not care if I do the pose good all the time, i know that I will do my best and I enjoy the journey because there is a beauty. I have all the time in the.\",\"ar\":\"يصف أحد عملاء Kissmetrics كيف ساعده البرنامج في تحقيق أهدافه.\\r\\nلاحظ كيف يسلط الضوء على الميزات المختلفة التي يقدمها Kissmetrics وكيف أثرت بشكل مباشر على أعماله\"}','{\"en\":\"Jamil Allam\",\"ar\":\"محمد سلام\"}','{\"en\":\"LucidChart\",\"ar\":\"لوسيد تشارت\"}','public/uploads/main/images/12-05-2025/682195df1ae0d.png',5,1,1,1,'2024-11-27 16:42:23','2025-05-12 16:31:59',1);
/*!40000 ALTER TABLE `testimonials` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `theme_customizes`
--

DROP TABLE IF EXISTS `theme_customizes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `theme_customizes` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `theme_id` int(11) NOT NULL DEFAULT 1,
  `primary_color` varchar(191) NOT NULL DEFAULT '',
  `secondary_color` varchar(191) NOT NULL DEFAULT '',
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `created_by` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `footer_background_color` varchar(191) NOT NULL DEFAULT '#1E2147',
  `footer_headline_color` varchar(191) NOT NULL DEFAULT '#ffffff',
  `footer_text_color` varchar(191) NOT NULL DEFAULT '#5B5C6E',
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `footer_text_hover_color` varchar(191) NOT NULL DEFAULT '#FB1159',
  `theme_name` text DEFAULT NULL,
  `bg_color` varchar(191) DEFAULT '#ffffff',
  `icon_color` varchar(191) DEFAULT '#FFFFFF',
  `icon_color_hover` varchar(191) DEFAULT '#FFFFFF',
  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 `theme_customizes`
--

LOCK TABLES `theme_customizes` WRITE;
/*!40000 ALTER TABLE `theme_customizes` DISABLE KEYS */;
INSERT INTO `theme_customizes` VALUES
(1,'Default Theme',1,'#FB1159','#202E3B',0,1,'2024-11-27 16:41:11','2024-12-17 22:50:01','#1E2147','#ffffff','#5B5C6E',1,'#FB1159','infixlmstheme','#ffffff','#FFFFFF','#FFFFFF'),
(2,'Edume Theme',2,'#171D27','#D0ECF5',0,1,'2024-11-27 16:41:15','2024-12-17 22:50:01','#EEFBFB','#161C27','#171D27',1,'#171D27',NULL,'#ffffff','#FFFFFF','#FFFFFF'),
(3,'Clone of Default Theme',1,'#fb1159','#202e3b',0,1,'2024-12-02 12:32:09','2024-12-17 22:50:01','#13ff0f','#000000','#000000',1,'#fb1159','edume','#ffffff','#FFFFFF','#FFFFFF'),
(4,'Clone of Default Theme',1,'#cc0000','#202e3b',0,1,'2024-12-02 12:35:10','2024-12-17 22:50:01','#1e2147','#ffffff','#5b5c6e',1,'#fb1159','infixlmstheme','#ffffff','#ffffff','#ffffff'),
(5,'Main',1,'#388dbb','#000000',1,1,'2024-12-17 22:49:53','2025-05-07 18:19:30','#000000','#d4d4d4','#d9d9d9',1,'#ffffff','learningms','#ffffff','#ffffff','#ffffff');
/*!40000 ALTER TABLE `theme_customizes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `themes`
--

DROP TABLE IF EXISTS `themes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `themes` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `name` varchar(191) NOT NULL,
  `title` varchar(191) NOT NULL,
  `image` varchar(191) NOT NULL,
  `version` varchar(191) NOT NULL,
  `folder_path` varchar(191) NOT NULL DEFAULT 'infixlmstheme',
  `live_link` varchar(191) NOT NULL DEFAULT '#',
  `description` text NOT NULL,
  `is_active` tinyint(1) NOT NULL,
  `status` tinyint(1) NOT NULL,
  `tags` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `purchase_code` text DEFAULT NULL,
  `email` text DEFAULT NULL,
  `activated_date` text DEFAULT NULL,
  `item_code` text DEFAULT NULL,
  `checksum` text DEFAULT NULL,
  `installed_domain` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `themes_name_title_folder_path_index` (`name`,`title`,`folder_path`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `themes`
--

LOCK TABLES `themes` WRITE;
/*!40000 ALTER TABLE `themes` DISABLE KEYS */;
INSERT INTO `themes` VALUES
(1,NULL,'learningms','LMS Theme','public/frontend/learningms/img/screenshort.jpg','1.00','infixlmstheme','#','Infix LMS Default Theme',1,1,'clean',NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL),
(2,1,'edume','Edume Theme','public/frontend/edume/img/edume.jpg','1.0.0','edume','#','Edume is a new premium theme for infix LMS',0,1,'tags, tags, tags',NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `themes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `time_zones`
--

DROP TABLE IF EXISTS `time_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `time_zones` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `code` varchar(191) DEFAULT NULL,
  `time_zone` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=114 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `time_zones`
--

LOCK TABLES `time_zones` WRITE;
/*!40000 ALTER TABLE `time_zones` DISABLE KEYS */;
INSERT INTO `time_zones` VALUES
(1,'Pacific/Midway','(GMT-11:00) Midway Island','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(2,'US/Samoa','(GMT-11:00) Samoa','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(3,'US/Hawaii','(GMT-10:00) Hawaii','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(4,'US/Alaska','(GMT-09:00) Alaska','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(5,'US/Pacific','(GMT-08:00) Pacific Time (US &amp; Canada)','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(6,'America/Tijuana','(GMT-08:00) Tijuana','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(7,'US/Arizona','(GMT-07:00) Arizona','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(8,'US/Mountain','(GMT-07:00) Mountain Time (US &amp; Canada)','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(9,'America/Chihuahua','(GMT-07:00) Chihuahua','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(10,'America/Mazatlan','(GMT-07:00) Mazatlan','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(11,'America/Mexico_City','(GMT-06:00) Mexico City','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(12,'America/Monterrey','(GMT-06:00) Monterrey','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(13,'Canada/Saskatchewan','(GMT-06:00) Saskatchewan','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(14,'US/Central','(GMT-06:00) Central Time (US &amp; Canada)','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(15,'US/Eastern','(GMT-05:00) Eastern Time (US &amp; Canada)','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(16,'US/East-Indiana','(GMT-05:00) Indiana (East)','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(17,'America/Bogota','(GMT-05:00) Bogota','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(18,'America/Lima','(GMT-05:00) Lima','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(19,'America/Caracas','(GMT-04:30) Caracas','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(20,'Canada/Atlantic','(GMT-04:00) Atlantic Time (Canada)','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(21,'America/La_Paz','(GMT-04:00) La Paz','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(22,'America/Santiago','(GMT-04:00) Santiago','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(23,'Canada/Newfoundland','(GMT-03:30) Newfoundland','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(24,'America/Buenos_Aires','(GMT-03:00) Buenos Aires','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(25,'America/Godthab','(GMT-03:00) Greenland','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(26,'Atlantic/Stanley','(GMT-02:00) Stanley','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(27,'Atlantic/Azores','(GMT-01:00) Azores','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(28,'Atlantic/Cape_Verde','(GMT-01:00) Cape Verde Is.','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(29,'Africa/Casablanca','(GMT) Casablanca','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(30,'Europe/Dublin','(GMT) Dublin','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(31,'Europe/Lisbon','(GMT) Lisbon','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(32,'Europe/London','(GMT) London','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(33,'Africa/Monrovia','(GMT) Monrovia','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(34,'Europe/Amsterdam','(GMT+01:00) Amsterdam','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(35,'Europe/Belgrade','(GMT+01:00) Belgrade','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(36,'Europe/Berlin','(GMT+01:00) Berlin','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(37,'Europe/Bratislava','(GMT+01:00) Bratislava','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(38,'Europe/Brussels','(GMT+01:00) Brussels','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(39,'Europe/Budapest','(GMT+01:00) Budapest','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(40,'Europe/Copenhagen','(GMT+01:00) Copenhagen','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(41,'Europe/Ljubljana','(GMT+01:00) Ljubljana','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(42,'Europe/Madrid','(GMT+01:00) Madrid','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(43,'Europe/Paris','(GMT+01:00) Paris','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(44,'Europe/Prague','(GMT+01:00) Prague','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(45,'Europe/Rome','(GMT+01:00) Rome','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(46,'Europe/Sarajevo','(GMT+01:00) Sarajevo','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(47,'Europe/Skopje','(GMT+01:00) Skopje','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(48,'Europe/Stockholm','(GMT+01:00) Stockholm','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(49,'Europe/Vienna','(GMT+01:00) Vienna','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(50,'Europe/Warsaw','(GMT+01:00) Warsaw','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(51,'Europe/Zagreb','(GMT+01:00) Zagreb','2024-11-27 16:41:04','2024-11-27 16:41:04',1),
(52,'Europe/Athens','(GMT+02:00) Athens','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(53,'Europe/Bucharest','(GMT+02:00) Bucharest','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(54,'Africa/Cairo','(GMT+02:00) Cairo','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(55,'Africa/Harare','(GMT+02:00) Harare','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(56,'Europe/Helsinki','(GMT+02:00) Helsinki','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(57,'Asia/Jerusalem','(GMT+02:00) Jerusalem','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(58,'Europe/Kiev','(GMT+02:00) Kyiv','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(59,'Europe/Minsk','(GMT+02:00) Minsk','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(60,'Europe/Riga','(GMT+02:00) Riga','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(61,'Europe/Sofia','(GMT+02:00) Sofia','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(62,'Europe/Tallinn','(GMT+02:00) Tallinn','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(63,'Europe/Vilnius','(GMT+02:00) Vilnius','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(64,'Europe/Istanbul','(GMT+03:00) Istanbul','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(65,'Asia/Baghdad','(GMT+03:00) Baghdad','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(66,'Asia/Kuwait','(GMT+03:00) Kuwait','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(67,'Africa/Nairobi','(GMT+03:00) Nairobi','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(68,'Asia/Riyadh','(GMT+03:00) Riyadh','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(69,'Asia/Tehran','(GMT+03:30) Tehran','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(70,'Europe/Moscow','(GMT+04:00) Moscow','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(71,'Asia/Baku','(GMT+04:00) Baku','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(72,'Europe/Volgograd','(GMT+04:00) Volgograd','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(73,'Asia/Muscat','(GMT+04:00) Muscat','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(74,'Asia/Tbilisi','(GMT+04:00) Tbilisi','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(75,'Asia/Yerevan','(GMT+04:00) Yerevan','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(76,'Asia/Kabul','(GMT+04:30) Kabul','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(77,'Asia/Karachi','(GMT+05:00) Karachi','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(78,'Asia/Tashkent','(GMT+05:00) Tashkent','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(79,'Asia/Kolkata','(GMT+05:30) Kolkata','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(80,'Asia/Kathmandu','(GMT+05:45) Kathmandu','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(81,'Asia/Yekaterinburg','(GMT+06:00) Ekaterinburg','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(82,'Asia/Almaty','(GMT+06:00) Almaty','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(83,'Asia/Dhaka','(GMT+06:00) Dhaka','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(84,'Asia/Novosibirsk','(GMT+07:00) Novosibirsk','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(85,'Asia/Bangkok','(GMT+07:00) Bangkok','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(86,'Asia/Ho_Chi_Minh','(GMT+07.00) Ho Chi Minh','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(87,'Asia/Jakarta','(GMT+07:00) Jakarta','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(88,'Asia/Krasnoyarsk','(GMT+08:00) Krasnoyarsk','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(89,'Asia/Chongqing','(GMT+08:00) Chongqing','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(90,'Asia/Hong_Kong','(GMT+08:00) Hong Kong','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(91,'Asia/Kuala_Lumpur','(GMT+08:00) Kuala Lumpur','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(92,'Australia/Perth','(GMT+08:00) Perth','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(93,'Asia/Singapore','(GMT+08:00) Singapore','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(94,'Asia/Taipei','(GMT+08:00) Taipei','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(95,'Asia/Ulaanbaatar','(GMT+08:00) Ulaan Bataar','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(96,'Asia/Urumqi','(GMT+08:00) Urumqi','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(97,'Asia/Irkutsk','(GMT+09:00) Irkutsk','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(98,'Asia/Seoul','(GMT+09:00) Seoul','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(99,'Asia/Tokyo','(GMT+09:00) Tokyo','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(100,'Australia/Adelaide','(GMT+09:30) Adelaide','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(101,'Australia/Darwin','(GMT+09:30) Darwin','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(102,'Asia/Yakutsk','(GMT+10:00) Yakutsk','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(103,'Australia/Brisbane','(GMT+10:00) Brisbane','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(104,'Australia/Canberra','(GMT+10:00) Canberra','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(105,'Pacific/Guam','(GMT+10:00) Guam','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(106,'Australia/Hobart','(GMT+10:00) Hobart','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(107,'Australia/Melbourne','(GMT+10:00) Melbourne','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(108,'Pacific/Port_Moresby','(GMT+10:00) Port Moresby','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(109,'Australia/Sydney','(GMT+10:00) Sydney','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(110,'Asia/Vladivostok','(GMT+11:00) Vladivostok','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(111,'Asia/Magadan','(GMT+12:00) Magadan','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(112,'Pacific/Auckland','(GMT+12:00) Auckland','2024-11-27 16:41:05','2024-11-27 16:41:05',1),
(113,'Pacific/Fiji','(GMT+12:00) Fiji','2024-11-27 16:41:05','2024-11-27 16:41:05',1);
/*!40000 ALTER TABLE `time_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `topbar_settings`
--

DROP TABLE IF EXISTS `topbar_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `topbar_settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `is_topbar` int(11) NOT NULL DEFAULT 1,
  `left_side_text_show` int(11) DEFAULT 1,
  `left_side_text` varchar(191) DEFAULT 'Company Address',
  `left_side_text_link` varchar(191) DEFAULT 'Company Address',
  `left_side_logo` varchar(191) DEFAULT 'Company Address',
  `right_side_text_1_show` int(11) DEFAULT 1,
  `right_side_text_1` varchar(191) DEFAULT 'Company Email',
  `right_side_text_1_link` varchar(191) DEFAULT NULL,
  `reight_side_logo_1` varchar(191) DEFAULT 'Company Email',
  `right_side_text_2_show` int(11) DEFAULT 1,
  `right_side_text_2` varchar(191) DEFAULT 'Company Phone',
  `right_side_text_2_link` varchar(191) DEFAULT NULL,
  `reight_side_logo_2` varchar(191) DEFAULT 'Company Phone',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `topbar_settings`
--

LOCK TABLES `topbar_settings` WRITE;
/*!40000 ALTER TABLE `topbar_settings` DISABLE KEYS */;
INSERT INTO `topbar_settings` VALUES
(1,1,1,'Company Address',NULL,'fa fa-map-marker',1,'domain@lms.com',NULL,'fa fa-envelope',1,'0155544448888',NULL,'fa fa-phone',NULL,NULL,1);
/*!40000 ALTER TABLE `topbar_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `topic_reports`
--

DROP TABLE IF EXISTS `topic_reports`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `topic_reports` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `report_by` int(11) NOT NULL,
  `report_for` int(11) NOT NULL,
  `status` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `topic_reports`
--

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

--
-- Table structure for table `user_badges`
--

DROP TABLE IF EXISTS `user_badges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_badges` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `badge_id` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `status` int(11) NOT NULL DEFAULT 1,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_badges`
--

LOCK TABLES `user_badges` WRITE;
/*!40000 ALTER TABLE `user_badges` DISABLE KEYS */;
INSERT INTO `user_badges` VALUES
(1,112,1,'2024-12-12 11:26:13','2024-12-12 11:26:13',1,1),
(2,113,17,'2024-12-12 11:34:22','2024-12-12 11:34:22',1,1),
(3,113,49,'2024-12-12 11:34:22','2024-12-12 11:34:22',1,1),
(4,111,9,'2024-12-19 22:16:58','2024-12-19 22:16:58',1,1),
(5,111,10,'2024-12-19 22:16:58','2024-12-19 22:16:58',1,1),
(6,115,2,'2024-12-23 07:05:33','2024-12-23 07:05:33',1,1),
(7,123,3,'2024-12-31 12:52:26','2024-12-31 12:52:26',1,1),
(8,139,4,'2025-01-17 03:08:18','2025-01-17 03:08:18',1,1),
(9,167,5,'2025-02-24 01:15:52','2025-02-24 01:15:52',1,1),
(10,208,6,'2025-04-10 08:41:04','2025-04-10 08:41:04',1,1),
(11,238,9,'2025-05-14 22:48:25','2025-05-14 22:48:25',1,1),
(12,237,9,'2025-05-14 23:01:00','2025-05-14 23:01:00',1,1),
(13,6,41,'2025-05-16 18:01:13','2025-05-16 18:01:13',1,1),
(14,6,42,'2025-05-16 18:02:41','2025-05-16 18:02:41',1,1),
(15,5,43,'2025-05-16 18:07:43','2025-05-16 18:07:43',1,1),
(16,237,10,'2025-06-12 21:35:26','2025-06-12 21:35:26',1,1),
(17,237,11,'2025-06-12 21:35:26','2025-06-12 21:35:26',1,1),
(18,233,9,'2025-06-12 21:36:25','2025-06-12 21:36:25',1,1),
(19,233,10,'2025-06-12 21:36:25','2025-06-12 21:36:25',1,1),
(20,233,11,'2025-06-12 21:36:25','2025-06-12 21:36:25',1,1),
(21,5,44,'2025-06-12 22:48:01','2025-06-12 22:48:01',1,1),
(22,2,9,'2025-06-12 22:49:30','2025-06-12 22:49:30',1,1),
(23,2,10,'2025-06-12 22:49:30','2025-06-12 22:49:30',1,1),
(24,2,11,'2025-06-12 22:49:30','2025-06-12 22:49:30',1,1),
(25,2,12,'2025-06-12 22:49:30','2025-06-12 22:49:30',1,1),
(26,2,13,'2025-06-12 22:49:30','2025-06-12 22:49:30',1,1),
(27,2,14,'2025-06-12 22:49:30','2025-06-12 22:49:30',1,1),
(28,2,15,'2025-06-12 22:49:30','2025-06-12 22:49:30',1,1),
(29,236,9,'2025-06-12 22:54:16','2025-06-12 22:54:16',1,1),
(30,236,10,'2025-06-12 22:54:16','2025-06-12 22:54:16',1,1),
(31,236,11,'2025-06-12 22:54:16','2025-06-12 22:54:16',1,1),
(32,238,10,'2025-06-12 22:57:52','2025-06-12 22:57:52',1,1),
(33,238,11,'2025-06-12 22:57:52','2025-06-12 22:57:52',1,1),
(34,212,9,'2025-06-12 23:04:09','2025-06-12 23:04:09',1,1),
(35,212,10,'2025-06-12 23:04:09','2025-06-12 23:04:09',1,1),
(36,212,11,'2025-06-12 23:04:09','2025-06-12 23:04:09',1,1),
(37,4,45,'2025-06-12 23:16:06','2025-06-12 23:16:06',1,1);
/*!40000 ALTER TABLE `user_badges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_blogs`
--

DROP TABLE IF EXISTS `user_blogs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_blogs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `blog_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_blogs`
--

LOCK TABLES `user_blogs` WRITE;
/*!40000 ALTER TABLE `user_blogs` DISABLE KEYS */;
INSERT INTO `user_blogs` VALUES
(1,1,1,NULL,NULL,1),
(2,5,114,NULL,NULL,1),
(3,5,116,NULL,NULL,1),
(4,5,117,NULL,NULL,1),
(5,5,118,NULL,NULL,1),
(6,5,119,NULL,NULL,1),
(7,5,120,NULL,NULL,1),
(8,5,121,NULL,NULL,1),
(9,5,122,NULL,NULL,1),
(10,5,123,NULL,NULL,1),
(11,5,124,NULL,NULL,1),
(12,5,125,NULL,NULL,1),
(13,5,126,NULL,NULL,1),
(14,5,127,NULL,NULL,1),
(15,5,128,NULL,NULL,1),
(16,5,129,NULL,NULL,1),
(17,5,130,NULL,NULL,1),
(18,5,131,NULL,NULL,1),
(19,5,132,NULL,NULL,1),
(20,5,133,NULL,NULL,1),
(21,5,134,NULL,NULL,1),
(22,5,135,NULL,NULL,1),
(23,5,136,NULL,NULL,1),
(24,5,137,NULL,NULL,1),
(25,5,138,NULL,NULL,1),
(26,5,139,NULL,NULL,1),
(27,5,140,NULL,NULL,1),
(28,5,141,NULL,NULL,1),
(29,5,142,NULL,NULL,1),
(30,5,143,NULL,NULL,1),
(31,5,145,NULL,NULL,1),
(32,5,146,NULL,NULL,1),
(33,5,147,NULL,NULL,1),
(34,3,1,NULL,NULL,1),
(35,2,1,NULL,NULL,1),
(36,4,149,NULL,NULL,1),
(37,4,150,NULL,NULL,1),
(38,4,151,NULL,NULL,1),
(39,4,152,NULL,NULL,1),
(40,4,153,NULL,NULL,1),
(41,4,154,NULL,NULL,1),
(42,4,155,NULL,NULL,1),
(43,4,156,NULL,NULL,1),
(44,4,157,NULL,NULL,1),
(45,4,158,NULL,NULL,1),
(46,4,159,NULL,NULL,1),
(47,4,160,NULL,NULL,1),
(48,4,161,NULL,NULL,1),
(49,4,162,NULL,NULL,1),
(50,4,163,NULL,NULL,1),
(51,4,164,NULL,NULL,1),
(52,4,1,NULL,NULL,1),
(53,4,165,NULL,NULL,1),
(54,4,167,NULL,NULL,1),
(55,4,168,NULL,NULL,1),
(56,4,169,NULL,NULL,1),
(57,4,170,NULL,NULL,1),
(58,4,171,NULL,NULL,1),
(59,4,172,NULL,NULL,1),
(60,4,174,NULL,NULL,1),
(61,4,175,NULL,NULL,1),
(62,4,177,NULL,NULL,1),
(63,4,178,NULL,NULL,1),
(64,4,179,NULL,NULL,1),
(65,4,180,NULL,NULL,1),
(66,4,182,NULL,NULL,1),
(67,4,183,NULL,NULL,1),
(68,4,184,NULL,NULL,1),
(69,4,185,NULL,NULL,1),
(70,4,186,NULL,NULL,1),
(71,4,187,NULL,NULL,1),
(72,4,188,NULL,NULL,1),
(73,4,189,NULL,NULL,1),
(74,4,190,NULL,NULL,1),
(75,4,191,NULL,NULL,1),
(76,4,192,NULL,NULL,1),
(77,4,193,NULL,NULL,1),
(78,4,194,NULL,NULL,1),
(79,4,195,NULL,NULL,1),
(80,4,196,NULL,NULL,1),
(81,4,198,NULL,NULL,1),
(82,4,200,NULL,NULL,1),
(83,4,201,NULL,NULL,1),
(84,4,202,NULL,NULL,1),
(85,4,203,NULL,NULL,1),
(86,4,204,NULL,NULL,1),
(87,4,205,NULL,NULL,1),
(88,4,206,NULL,NULL,1),
(89,4,207,NULL,NULL,1),
(90,4,209,NULL,NULL,1),
(91,4,210,NULL,NULL,1),
(92,4,211,NULL,NULL,1),
(93,1,213,NULL,NULL,1),
(94,4,214,NULL,NULL,1),
(95,4,215,NULL,NULL,1),
(96,4,216,NULL,NULL,1),
(97,4,217,NULL,NULL,1),
(98,4,218,NULL,NULL,1),
(99,4,219,NULL,NULL,1),
(100,4,220,NULL,NULL,1),
(101,4,221,NULL,NULL,1),
(102,4,222,NULL,NULL,1),
(103,4,223,NULL,NULL,1),
(104,4,225,NULL,NULL,1),
(105,4,226,NULL,NULL,1),
(106,4,227,NULL,NULL,1),
(107,4,228,NULL,NULL,1),
(108,4,230,NULL,NULL,1),
(109,4,231,NULL,NULL,1),
(110,4,232,NULL,NULL,1),
(111,2,238,NULL,NULL,1);
/*!40000 ALTER TABLE `user_blogs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_documents`
--

DROP TABLE IF EXISTS `user_documents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_documents` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `document` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `user_documents_user_id_foreign` (`user_id`),
  CONSTRAINT `user_documents_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_documents`
--

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

--
-- Table structure for table `user_education`
--

DROP TABLE IF EXISTS `user_education`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_education` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `degree` varchar(191) DEFAULT NULL,
  `institution` varchar(191) DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `user_education_user_id_foreign` (`user_id`),
  CONSTRAINT `user_education_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_education`
--

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

--
-- Table structure for table `user_experiences`
--

DROP TABLE IF EXISTS `user_experiences`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_experiences` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `title` varchar(191) DEFAULT NULL,
  `company_name` varchar(191) DEFAULT NULL,
  `currently_working` tinyint(1) NOT NULL DEFAULT 0,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `user_experiences_user_id_foreign` (`user_id`),
  CONSTRAINT `user_experiences_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_experiences`
--

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

--
-- Table structure for table `user_followers`
--

DROP TABLE IF EXISTS `user_followers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_followers` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `following_id` bigint(20) unsigned NOT NULL,
  `follower_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_followers`
--

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

--
-- Table structure for table `user_gamification_points`
--

DROP TABLE IF EXISTS `user_gamification_points`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_gamification_points` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `type` varchar(191) DEFAULT NULL,
  `badge_type` varchar(191) DEFAULT NULL,
  `point` int(11) NOT NULL DEFAULT 0,
  `status` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=earn,2=spent',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=216 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_gamification_points`
--

LOCK TABLES `user_gamification_points` WRITE;
/*!40000 ALTER TABLE `user_gamification_points` DISABLE KEYS */;
INSERT INTO `user_gamification_points` VALUES
(1,2,'each_login','activity',1,1,'2024-11-27 21:16:50','2024-11-27 21:16:50',1),
(2,111,'each_login','activity',1,1,'2024-12-06 14:04:07','2024-12-06 14:04:07',1),
(3,111,'each_login','activity',1,1,'2024-12-06 14:36:41','2024-12-06 14:36:41',1),
(4,112,'each_login','activity',1,1,'2024-12-12 11:26:13','2024-12-12 11:26:13',1),
(5,113,'each_unit_complete','',5,1,'2024-12-12 11:34:22','2024-12-12 11:34:22',1),
(6,113,'each_course_complete','learning',25,1,'2024-12-12 11:34:22','2024-12-12 11:34:22',1),
(7,113,'each_certificate','certification',25,1,'2024-12-12 11:34:22','2024-12-12 11:34:22',1),
(8,111,'each_login','activity',1,1,'2024-12-19 22:16:58','2024-12-19 22:16:58',1),
(9,6,'each_login','activity',1,1,'2024-12-20 14:18:15','2024-12-20 14:18:15',1),
(10,114,'each_login','activity',1,1,'2024-12-22 13:06:54','2024-12-22 13:06:54',1),
(11,115,'each_login','activity',1,1,'2024-12-23 07:05:33','2024-12-23 07:05:33',1),
(12,116,'each_login','activity',1,1,'2024-12-24 02:47:58','2024-12-24 02:47:58',1),
(13,117,'each_login','activity',1,1,'2024-12-25 05:16:54','2024-12-25 05:16:54',1),
(14,118,'each_login','activity',1,1,'2024-12-26 01:08:54','2024-12-26 01:08:54',1),
(15,119,'each_login','activity',1,1,'2024-12-26 20:33:46','2024-12-26 20:33:46',1),
(16,120,'each_login','activity',1,1,'2024-12-27 21:11:51','2024-12-27 21:11:51',1),
(17,121,'each_login','activity',1,1,'2024-12-28 19:48:26','2024-12-28 19:48:26',1),
(18,122,'each_login','activity',1,1,'2024-12-30 15:18:31','2024-12-30 15:18:31',1),
(19,123,'each_login','activity',1,1,'2024-12-31 12:52:26','2024-12-31 12:52:26',1),
(20,124,'each_login','activity',1,1,'2025-01-01 07:07:35','2025-01-01 07:07:35',1),
(21,125,'each_login','activity',1,1,'2025-01-01 23:46:16','2025-01-01 23:46:16',1),
(22,126,'each_login','activity',1,1,'2025-01-02 16:58:24','2025-01-02 16:58:24',1),
(23,127,'each_login','activity',1,1,'2025-01-03 13:35:53','2025-01-03 13:35:53',1),
(24,128,'each_login','activity',1,1,'2025-01-04 12:58:41','2025-01-04 12:58:41',1),
(25,129,'each_login','activity',1,1,'2025-01-05 12:31:29','2025-01-05 12:31:29',1),
(26,130,'each_login','activity',1,1,'2025-01-06 16:59:09','2025-01-06 16:59:09',1),
(27,131,'each_login','activity',1,1,'2025-01-07 20:11:36','2025-01-07 20:11:36',1),
(28,132,'each_login','activity',1,1,'2025-01-08 20:34:50','2025-01-08 20:34:50',1),
(29,133,'each_login','activity',1,1,'2025-01-10 00:45:52','2025-01-10 00:45:52',1),
(30,134,'each_login','activity',1,1,'2025-01-10 23:25:35','2025-01-10 23:25:35',1),
(31,135,'each_login','activity',1,1,'2025-01-11 21:43:10','2025-01-11 21:43:10',1),
(32,136,'each_login','activity',1,1,'2025-01-12 22:02:26','2025-01-12 22:02:26',1),
(33,137,'each_login','activity',1,1,'2025-01-14 02:09:02','2025-01-14 02:09:02',1),
(34,138,'each_login','activity',1,1,'2025-01-15 17:59:23','2025-01-15 17:59:23',1),
(35,139,'each_login','activity',1,1,'2025-01-17 03:08:18','2025-01-17 03:08:18',1),
(36,140,'each_login','activity',1,1,'2025-01-18 13:17:08','2025-01-18 13:17:08',1),
(37,141,'each_login','activity',1,1,'2025-01-20 07:31:25','2025-01-20 07:31:25',1),
(38,142,'each_login','activity',1,1,'2025-01-21 06:00:29','2025-01-21 06:00:29',1),
(39,143,'each_login','activity',1,1,'2025-01-22 19:00:58','2025-01-22 19:00:58',1),
(40,144,'each_login','activity',1,1,'2025-01-24 13:58:27','2025-01-24 13:58:27',1),
(41,145,'each_login','activity',1,1,'2025-01-25 18:53:39','2025-01-25 18:53:39',1),
(42,146,'each_login','activity',1,1,'2025-01-27 16:07:41','2025-01-27 16:07:41',1),
(43,147,'each_login','activity',1,1,'2025-01-30 00:28:22','2025-01-30 00:28:22',1),
(44,148,'each_login','activity',1,1,'2025-01-31 15:02:07','2025-01-31 15:02:07',1),
(45,149,'each_login','activity',1,1,'2025-02-01 20:26:14','2025-02-01 20:26:14',1),
(46,150,'each_login','activity',1,1,'2025-02-02 18:01:23','2025-02-02 18:01:23',1),
(47,151,'each_login','activity',1,1,'2025-02-03 16:31:58','2025-02-03 16:31:58',1),
(48,152,'each_login','activity',1,1,'2025-02-04 17:56:24','2025-02-04 17:56:24',1),
(49,153,'each_login','activity',1,1,'2025-02-05 18:37:38','2025-02-05 18:37:38',1),
(50,154,'each_login','activity',1,1,'2025-02-06 18:21:23','2025-02-06 18:21:23',1),
(51,155,'each_login','activity',1,1,'2025-02-07 16:47:05','2025-02-07 16:47:05',1),
(52,156,'each_login','activity',1,1,'2025-02-09 13:06:18','2025-02-09 13:06:18',1),
(53,157,'each_login','activity',1,1,'2025-02-10 19:35:01','2025-02-10 19:35:01',1),
(54,158,'each_login','activity',1,1,'2025-02-14 20:50:12','2025-02-14 20:50:12',1),
(55,159,'each_login','activity',1,1,'2025-02-15 15:10:30','2025-02-15 15:10:30',1),
(56,160,'each_login','activity',1,1,'2025-02-16 08:10:16','2025-02-16 08:10:16',1),
(57,161,'each_login','activity',1,1,'2025-02-16 23:49:17','2025-02-16 23:49:17',1),
(58,162,'each_login','activity',1,1,'2025-02-17 16:13:26','2025-02-17 16:13:26',1),
(59,163,'each_login','activity',1,1,'2025-02-18 19:13:52','2025-02-18 19:13:52',1),
(60,163,'each_login','activity',1,1,'2025-02-18 19:15:38','2025-02-18 19:15:38',1),
(61,164,'each_login','activity',1,1,'2025-02-20 04:58:49','2025-02-20 04:58:49',1),
(62,164,'each_login','activity',1,1,'2025-02-20 05:00:12','2025-02-20 05:00:12',1),
(63,165,'each_login','activity',1,1,'2025-02-21 05:00:11','2025-02-21 05:00:11',1),
(64,165,'each_login','activity',1,1,'2025-02-21 05:01:14','2025-02-21 05:01:14',1),
(65,166,'each_login','activity',1,1,'2025-02-22 07:41:17','2025-02-22 07:41:17',1),
(66,166,'each_login','activity',1,1,'2025-02-22 07:42:16','2025-02-22 07:42:16',1),
(67,167,'each_login','activity',1,1,'2025-02-24 01:15:52','2025-02-24 01:15:52',1),
(68,167,'each_login','activity',1,1,'2025-02-24 01:17:23','2025-02-24 01:17:23',1),
(69,168,'each_login','activity',1,1,'2025-02-24 18:18:35','2025-02-24 18:18:35',1),
(70,168,'each_login','activity',1,1,'2025-02-24 18:20:23','2025-02-24 18:20:23',1),
(71,169,'each_login','activity',1,1,'2025-02-25 20:16:02','2025-02-25 20:16:02',1),
(72,169,'each_login','activity',1,1,'2025-02-25 20:17:47','2025-02-25 20:17:47',1),
(73,170,'each_login','activity',1,1,'2025-02-26 20:38:48','2025-02-26 20:38:48',1),
(74,170,'each_login','activity',1,1,'2025-02-26 20:39:57','2025-02-26 20:39:57',1),
(75,171,'each_login','activity',1,1,'2025-02-28 18:38:15','2025-02-28 18:38:15',1),
(76,171,'each_login','activity',1,1,'2025-02-28 18:39:30','2025-02-28 18:39:30',1),
(77,172,'each_login','activity',1,1,'2025-03-02 22:00:24','2025-03-02 22:00:24',1),
(78,172,'each_login','activity',1,1,'2025-03-02 22:01:36','2025-03-02 22:01:36',1),
(79,173,'each_login','activity',1,1,'2025-03-03 14:44:09','2025-03-03 14:44:09',1),
(80,173,'each_login','activity',1,1,'2025-03-03 14:45:49','2025-03-03 14:45:49',1),
(81,174,'each_login','activity',1,1,'2025-03-05 16:16:47','2025-03-05 16:16:47',1),
(82,174,'each_login','activity',1,1,'2025-03-05 16:18:25','2025-03-05 16:18:25',1),
(83,175,'each_login','activity',1,1,'2025-03-06 19:16:56','2025-03-06 19:16:56',1),
(84,175,'each_login','activity',1,1,'2025-03-06 19:18:19','2025-03-06 19:18:19',1),
(85,176,'each_login','activity',1,1,'2025-03-08 08:41:22','2025-03-08 08:41:22',1),
(86,176,'each_login','activity',1,1,'2025-03-08 08:43:00','2025-03-08 08:43:00',1),
(87,177,'each_login','activity',1,1,'2025-03-08 21:34:24','2025-03-08 21:34:24',1),
(88,177,'each_login','activity',1,1,'2025-03-08 21:35:49','2025-03-08 21:35:49',1),
(89,178,'each_login','activity',1,1,'2025-03-09 18:38:35','2025-03-09 18:38:35',1),
(90,178,'each_login','activity',1,1,'2025-03-09 18:40:58','2025-03-09 18:40:58',1),
(91,179,'each_login','activity',1,1,'2025-03-11 06:38:26','2025-03-11 06:38:26',1),
(92,179,'each_login','activity',1,1,'2025-03-11 06:40:48','2025-03-11 06:40:48',1),
(93,180,'each_login','activity',1,1,'2025-03-13 02:50:56','2025-03-13 02:50:56',1),
(94,180,'each_login','activity',1,1,'2025-03-13 02:52:22','2025-03-13 02:52:22',1),
(95,181,'each_login','activity',1,1,'2025-03-14 13:17:26','2025-03-14 13:17:26',1),
(96,181,'each_login','activity',1,1,'2025-03-14 13:18:55','2025-03-14 13:18:55',1),
(97,182,'each_login','activity',1,1,'2025-03-16 04:54:41','2025-03-16 04:54:41',1),
(98,182,'each_login','activity',1,1,'2025-03-16 04:56:35','2025-03-16 04:56:35',1),
(99,183,'each_login','activity',1,1,'2025-03-16 21:52:27','2025-03-16 21:52:27',1),
(100,183,'each_login','activity',1,1,'2025-03-16 21:54:10','2025-03-16 21:54:10',1),
(101,184,'each_login','activity',1,1,'2025-03-17 16:12:42','2025-03-17 16:12:42',1),
(102,184,'each_login','activity',1,1,'2025-03-17 16:14:02','2025-03-17 16:14:02',1),
(103,185,'each_login','activity',1,1,'2025-03-18 22:41:27','2025-03-18 22:41:27',1),
(104,185,'each_login','activity',1,1,'2025-03-18 22:43:03','2025-03-18 22:43:03',1),
(105,186,'each_login','activity',1,1,'2025-03-21 17:53:37','2025-03-21 17:53:37',1),
(106,186,'each_login','activity',1,1,'2025-03-21 17:54:54','2025-03-21 17:54:54',1),
(107,187,'each_login','activity',1,1,'2025-03-23 00:34:27','2025-03-23 00:34:27',1),
(108,187,'each_login','activity',1,1,'2025-03-23 00:36:26','2025-03-23 00:36:26',1),
(109,188,'each_login','activity',1,1,'2025-03-23 15:39:19','2025-03-23 15:39:19',1),
(110,188,'each_login','activity',1,1,'2025-03-23 15:40:35','2025-03-23 15:40:35',1),
(111,189,'each_login','activity',1,1,'2025-03-24 08:26:33','2025-03-24 08:26:33',1),
(112,189,'each_login','activity',1,1,'2025-03-24 08:28:01','2025-03-24 08:28:01',1),
(113,190,'each_login','activity',1,1,'2025-03-28 08:54:29','2025-03-28 08:54:29',1),
(114,191,'each_login','activity',1,1,'2025-03-28 21:07:12','2025-03-28 21:07:12',1),
(115,192,'each_login','activity',1,1,'2025-03-29 09:33:51','2025-03-29 09:33:51',1),
(116,193,'each_login','activity',1,1,'2025-04-03 02:00:53','2025-04-03 02:00:53',1),
(117,194,'each_login','activity',1,1,'2025-04-03 07:23:15','2025-04-03 07:23:15',1),
(118,195,'each_login','activity',1,1,'2025-04-03 15:37:41','2025-04-03 15:37:41',1),
(119,196,'each_login','activity',1,1,'2025-04-04 11:57:51','2025-04-04 11:57:51',1),
(120,197,'each_login','activity',1,1,'2025-04-04 14:36:14','2025-04-04 14:36:14',1),
(121,198,'each_login','activity',1,1,'2025-04-04 15:58:39','2025-04-04 15:58:39',1),
(122,199,'each_login','activity',1,1,'2025-04-05 11:26:22','2025-04-05 11:26:22',1),
(123,200,'each_login','activity',1,1,'2025-04-05 18:48:09','2025-04-05 18:48:09',1),
(124,201,'each_login','activity',1,1,'2025-04-05 19:59:54','2025-04-05 19:59:54',1),
(125,202,'each_login','activity',1,1,'2025-04-06 15:27:40','2025-04-06 15:27:40',1),
(126,203,'each_login','activity',1,1,'2025-04-07 03:12:56','2025-04-07 03:12:56',1),
(127,204,'each_login','activity',1,1,'2025-04-08 00:56:31','2025-04-08 00:56:31',1),
(128,205,'each_login','activity',1,1,'2025-04-08 21:42:49','2025-04-08 21:42:49',1),
(129,206,'each_login','activity',1,1,'2025-04-09 13:29:34','2025-04-09 13:29:34',1),
(130,207,'each_login','activity',1,1,'2025-04-09 18:40:34','2025-04-09 18:40:34',1),
(131,208,'each_login','activity',1,1,'2025-04-10 08:41:04','2025-04-10 08:41:04',1),
(132,209,'each_login','activity',1,1,'2025-04-12 13:34:51','2025-04-12 13:34:51',1),
(133,210,'each_login','activity',1,1,'2025-04-13 20:16:48','2025-04-13 20:16:48',1),
(134,211,'each_login','activity',1,1,'2025-04-13 20:39:29','2025-04-13 20:39:29',1),
(135,212,'each_login','activity',1,1,'2025-04-16 16:00:17','2025-04-16 16:00:17',1),
(136,214,'each_login','activity',1,1,'2025-04-17 08:32:07','2025-04-17 08:32:07',1),
(137,215,'each_login','activity',1,1,'2025-04-17 15:22:08','2025-04-17 15:22:08',1),
(138,216,'each_login','activity',1,1,'2025-04-18 23:33:34','2025-04-18 23:33:34',1),
(139,217,'each_login','activity',1,1,'2025-04-19 13:01:02','2025-04-19 13:01:02',1),
(140,218,'each_login','activity',1,1,'2025-04-20 16:23:21','2025-04-20 16:23:21',1),
(141,219,'each_login','activity',1,1,'2025-04-20 20:21:08','2025-04-20 20:21:08',1),
(142,220,'each_login','activity',1,1,'2025-04-21 00:44:08','2025-04-21 00:44:08',1),
(143,221,'each_login','activity',1,1,'2025-04-21 01:24:13','2025-04-21 01:24:13',1),
(144,222,'each_login','activity',1,1,'2025-04-21 16:51:50','2025-04-21 16:51:50',1),
(145,223,'each_login','activity',1,1,'2025-04-22 09:55:35','2025-04-22 09:55:35',1),
(146,224,'each_login','activity',1,1,'2025-04-22 20:29:37','2025-04-22 20:29:37',1),
(147,225,'each_login','activity',1,1,'2025-04-24 13:34:10','2025-04-24 13:34:10',1),
(148,226,'each_login','activity',1,1,'2025-04-25 14:35:04','2025-04-25 14:35:04',1),
(149,227,'each_login','activity',1,1,'2025-04-26 09:11:39','2025-04-26 09:11:39',1),
(150,228,'each_login','activity',1,1,'2025-04-27 04:50:45','2025-04-27 04:50:45',1),
(151,229,'each_login','activity',1,1,'2025-04-27 07:18:37','2025-04-27 07:18:37',1),
(152,230,'each_login','activity',1,1,'2025-04-28 01:49:22','2025-04-28 01:49:22',1),
(153,231,'each_login','activity',1,1,'2025-04-28 16:15:38','2025-04-28 16:15:38',1),
(154,232,'each_login','activity',1,1,'2025-04-28 22:08:07','2025-04-28 22:08:07',1),
(155,238,'each_login','activity',1,1,'2025-05-14 19:59:10','2025-05-14 19:59:10',1),
(156,238,'each_login','activity',1,1,'2025-05-14 22:48:25','2025-05-14 22:48:25',1),
(157,237,'each_login','activity',1,1,'2025-05-14 23:01:00','2025-05-14 23:01:00',1),
(158,237,'each_comment','communication',1,1,'2025-05-14 23:01:24','2025-05-14 23:01:24',1),
(159,6,'each_login','activity',1,1,'2025-05-14 23:02:45','2025-05-14 23:02:45',1),
(160,6,'each_login','activity',1,1,'2025-05-15 16:15:30','2025-05-15 16:15:30',1),
(161,6,'each_comment','communication',1,1,'2025-05-16 18:01:13','2025-05-16 18:01:13',1),
(162,237,'each_comment','communication',1,1,'2025-05-16 18:01:56','2025-05-16 18:01:56',1),
(163,6,'each_comment','communication',1,1,'2025-05-16 18:02:41','2025-05-16 18:02:41',1),
(164,238,'each_comment','communication',1,1,'2025-05-16 18:05:08','2025-05-16 18:05:08',1),
(165,5,'each_comment','communication',1,1,'2025-05-16 18:05:50','2025-05-16 18:05:50',1),
(166,233,'each_comment','communication',1,1,'2025-05-16 18:07:00','2025-05-16 18:07:00',1),
(167,5,'each_comment','communication',1,1,'2025-05-16 18:07:43','2025-05-16 18:07:43',1),
(168,237,'each_login','activity',1,1,'2025-06-12 21:35:26','2025-06-12 21:35:26',1),
(169,233,'each_login','activity',1,1,'2025-06-12 21:36:25','2025-06-12 21:36:25',1),
(170,238,'each_comment','communication',1,1,'2025-06-12 21:41:07','2025-06-12 21:41:07',1),
(171,6,'each_login','activity',1,1,'2025-06-12 22:34:14','2025-06-12 22:34:14',1),
(172,6,'each_comment','communication',1,1,'2025-06-12 22:34:36','2025-06-12 22:34:36',1),
(173,6,'each_comment','communication',1,1,'2025-06-12 22:35:40','2025-06-12 22:35:40',1),
(174,6,'each_comment','communication',1,1,'2025-06-12 22:36:10','2025-06-12 22:36:10',1),
(175,6,'each_comment','communication',1,1,'2025-06-12 22:36:46','2025-06-12 22:36:46',1),
(176,6,'each_comment','communication',1,1,'2025-06-12 22:38:06','2025-06-12 22:38:06',1),
(177,5,'each_login','activity',1,1,'2025-06-12 22:45:32','2025-06-12 22:45:32',1),
(178,5,'each_comment','communication',1,1,'2025-06-12 22:47:16','2025-06-12 22:47:16',1),
(179,5,'each_comment','communication',1,1,'2025-06-12 22:48:01','2025-06-12 22:48:01',1),
(180,2,'each_login','activity',1,1,'2025-06-12 22:49:30','2025-06-12 22:49:30',1),
(181,233,'each_login','activity',1,1,'2025-06-12 22:53:14','2025-06-12 22:53:14',1),
(182,233,'each_comment','communication',1,1,'2025-06-12 22:53:54','2025-06-12 22:53:54',1),
(183,236,'each_login','activity',1,1,'2025-06-12 22:54:16','2025-06-12 22:54:16',1),
(184,236,'each_comment','communication',1,1,'2025-06-12 22:54:50','2025-06-12 22:54:50',1),
(185,2,'each_login','activity',1,1,'2025-06-12 22:55:15','2025-06-12 22:55:15',1),
(186,2,'each_comment','communication',1,1,'2025-06-12 22:55:43','2025-06-12 22:55:43',1),
(187,2,'each_comment','communication',1,1,'2025-06-12 22:55:57','2025-06-12 22:55:57',1),
(188,238,'each_login','activity',1,1,'2025-06-12 22:57:52','2025-06-12 22:57:52',1),
(189,238,'each_comment','communication',1,1,'2025-06-12 22:58:18','2025-06-12 22:58:18',1),
(190,237,'each_login','activity',1,1,'2025-06-12 22:58:38','2025-06-12 22:58:38',1),
(191,237,'each_comment','communication',1,1,'2025-06-12 23:00:43','2025-06-12 23:00:43',1),
(192,6,'each_login','activity',1,1,'2025-06-12 23:01:07','2025-06-12 23:01:07',1),
(193,6,'each_comment','communication',1,1,'2025-06-12 23:01:47','2025-06-12 23:01:47',1),
(194,6,'each_comment','communication',1,1,'2025-06-12 23:02:01','2025-06-12 23:02:01',1),
(195,233,'each_login','activity',1,1,'2025-06-12 23:02:44','2025-06-12 23:02:44',1),
(196,233,'each_comment','communication',1,1,'2025-06-12 23:03:09','2025-06-12 23:03:09',1),
(197,238,'each_login','activity',1,1,'2025-06-12 23:03:35','2025-06-12 23:03:35',1),
(198,238,'each_comment','communication',1,1,'2025-06-12 23:03:49','2025-06-12 23:03:49',1),
(199,212,'each_login','activity',1,1,'2025-06-12 23:04:09','2025-06-12 23:04:09',1),
(200,212,'each_comment','communication',1,1,'2025-06-12 23:05:36','2025-06-12 23:05:36',1),
(201,212,'each_comment','communication',1,1,'2025-06-12 23:05:53','2025-06-12 23:05:53',1),
(202,236,'each_login','activity',1,1,'2025-06-12 23:07:02','2025-06-12 23:07:02',1),
(203,236,'each_comment','communication',1,1,'2025-06-12 23:07:30','2025-06-12 23:07:30',1),
(204,237,'each_login','activity',1,1,'2025-06-12 23:08:00','2025-06-12 23:08:00',1),
(205,238,'each_login','activity',1,1,'2025-06-12 23:09:00','2025-06-12 23:09:00',1),
(206,237,'each_login','activity',1,1,'2025-06-12 23:09:35','2025-06-12 23:09:35',1),
(207,233,'each_login','activity',1,1,'2025-06-12 23:10:10','2025-06-12 23:10:10',1),
(208,236,'each_login','activity',1,1,'2025-06-12 23:11:07','2025-06-12 23:11:07',1),
(209,238,'each_login','activity',1,1,'2025-06-12 23:11:47','2025-06-12 23:11:47',1),
(210,238,'each_comment','communication',1,1,'2025-06-12 23:12:02','2025-06-12 23:12:02',1),
(211,4,'each_login','activity',1,1,'2025-06-12 23:15:08','2025-06-12 23:15:08',1),
(212,4,'each_comment','communication',1,1,'2025-06-12 23:15:45','2025-06-12 23:15:45',1),
(213,4,'each_comment','communication',1,1,'2025-06-12 23:16:06','2025-06-12 23:16:06',1),
(214,4,'each_login','activity',1,1,'2025-06-16 15:55:17','2025-06-16 15:55:17',1),
(215,233,'each_unit_complete','',5,1,'2025-10-20 23:35:25','2025-10-20 23:35:25',1);
/*!40000 ALTER TABLE `user_gamification_points` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `user_infos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_infos` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `cover_photo` varchar(191) DEFAULT NULL,
  `timezone_id` varchar(191) DEFAULT NULL,
  `short_description` mediumtext DEFAULT NULL,
  `show_education` tinyint(1) NOT NULL DEFAULT 1,
  `show_experience` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `user_infos_user_id_foreign` (`user_id`),
  CONSTRAINT `user_infos_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `user_infos` WRITE;
/*!40000 ALTER TABLE `user_infos` DISABLE KEYS */;
INSERT INTO `user_infos` VALUES
(1,1,NULL,NULL,NULL,1,1,'2024-12-02 12:00:05','2025-05-07 20:04:21',1);
/*!40000 ALTER TABLE `user_infos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_instant_messages`
--

DROP TABLE IF EXISTS `user_instant_messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_instant_messages` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `service` varchar(191) DEFAULT NULL,
  `username` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `user_instant_messages_user_id_foreign` (`user_id`),
  CONSTRAINT `user_instant_messages_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_instant_messages`
--

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

--
-- Table structure for table `user_level_histories`
--

DROP TABLE IF EXISTS `user_level_histories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_level_histories` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL DEFAULT 0,
  `type` varchar(191) DEFAULT NULL COMMENT 'point|course|badge',
  `count` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_level_histories`
--

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

--
-- Table structure for table `user_logins`
--

DROP TABLE IF EXISTS `user_logins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_logins` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `ip` varchar(191) DEFAULT NULL,
  `os` varchar(191) DEFAULT NULL,
  `browser` varchar(191) DEFAULT NULL,
  `token` varchar(191) NOT NULL,
  `login_at` datetime NOT NULL,
  `logout_at` datetime DEFAULT NULL,
  `location` longtext DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `api_token` varchar(191) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=180 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_logins`
--

LOCK TABLES `user_logins` WRITE;
/*!40000 ALTER TABLE `user_logins` DISABLE KEYS */;
INSERT INTO `user_logins` VALUES
(1,2,'213.204.118.29','Windows 10','Chrome 131','eQEJT1L9lPkNc4Ejet2riLLgKV7ViPUlJVthVDHR','2024-11-27 22:16:50','2024-11-27 22:27:13','{\"ip\":\"213.204.118.29\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8794\",\"longitude\":\"35.5157\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-11-27 21:16:50','2024-11-27 21:27:13',1,NULL),
(2,111,'91.232.100.32','Mac 10.15.7','Chrome 131','sR71v5P773bnE60FGsvUeMj0GI4GGyVVf6awcxqA','2024-12-06 15:04:07',NULL,'{\"ip\":\"91.232.100.32\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8916\",\"longitude\":\"35.5024\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2024-12-06 14:04:07','2024-12-06 14:04:07',1,NULL),
(3,111,'91.232.100.32','Mac 10.15.7','Chrome 131','N212bxc13r0lHZgvS6r1OOxpP0p07jjOKVMyA9MP','2024-12-06 15:36:41','2024-12-13 15:51:19','{\"ip\":\"91.232.100.32\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8916\",\"longitude\":\"35.5024\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-12-06 14:36:41','2024-12-13 14:51:19',1,NULL),
(4,112,'82.146.184.242','Mac 10.13','Firefox 115','CnejjroRKmxcwfGwb4Uo6VTucydKeyyqml6ihtYd','2024-12-12 12:26:12',NULL,'{\"ip\":\"82.146.184.242\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8916\",\"longitude\":\"35.5024\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2024-12-12 11:26:12','2024-12-12 11:26:12',1,NULL),
(5,111,'91.232.101.233','Mac 10.15.7','Chrome 131','gkzoNHMStmLMQsZSbBrjXpGSgErG1thBTh2ZVl5Y','2024-12-19 17:16:58','2024-12-19 17:17:28','{\"ip\":\"91.232.101.233\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8916\",\"longitude\":\"35.5024\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-12-19 22:16:58','2024-12-19 22:17:28',1,NULL),
(6,6,'185.97.92.56','Windows 10','Chrome 131','ROb6XlJs6hJqkbnyQm2OzFlOeQvpZf2LeKibKw4G','2024-12-20 09:18:15','2024-12-20 09:18:24','{\"ip\":\"185.97.92.56\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8916\",\"longitude\":\"35.5024\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-12-20 14:18:15','2024-12-20 14:18:24',1,NULL),
(7,114,'43.230.192.171','Windows 10','Chrome 120','fNcyrruYe3FTu9L0kVIOOw9KZJDWxBYFDS6URaZz','2024-12-22 08:06:54','2024-12-22 08:07:22','{\"ip\":\"43.230.192.171\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"17\",\"regionName\":\"Siem Reap\",\"cityName\":\"Siem Reap\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"13.3618\",\"longitude\":\"103.861\",\"metroCode\":null,\"areaCode\":\"17\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-12-22 13:06:54','2024-12-22 13:07:22',1,NULL),
(8,115,'154.126.223.249','Windows 10','Chrome 120','2171pX4krhN1NpKLq6glTX9YkUSkxW2bxwVcSSEg','2024-12-23 02:05:33','2024-12-23 02:06:03','{\"ip\":\"154.126.223.249\",\"countryName\":\"South Africa\",\"countryCode\":\"ZA\",\"regionCode\":\"GP\",\"regionName\":\"Gauteng\",\"cityName\":\"Kameelkraal\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-25.9009\",\"longitude\":\"28.5333\",\"metroCode\":null,\"areaCode\":\"GP\",\"timezone\":\"Africa\\/Johannesburg\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-12-23 07:05:33','2024-12-23 07:06:03',1,NULL),
(9,116,'202.124.43.149','Windows 10','Chrome 120','oZbVoSihPpZOh1I69Hk86SNt7IrRNvzXASMjTsqd','2024-12-23 21:47:58','2024-12-23 21:48:27','{\"ip\":\"202.124.43.149\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5779\",\"longitude\":\"104.923\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-12-24 02:47:58','2024-12-24 02:48:27',1,NULL),
(10,117,'188.72.6.206','Windows 10','Chrome 120','SB2vi4ZVccc6Wo9vlwP02ld0NAjBQJhKyGQMSi9Y','2024-12-25 00:16:54','2024-12-25 00:17:23','{\"ip\":\"188.72.6.206\",\"countryName\":\"Iraq\",\"countryCode\":\"IQ\",\"regionCode\":\"SU\",\"regionName\":\"Sulaymaniyah\",\"cityName\":\"Sulaymaniyah\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"35.565\",\"longitude\":\"45.4329\",\"metroCode\":null,\"areaCode\":\"SU\",\"timezone\":\"Asia\\/Baghdad\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-12-25 05:16:54','2024-12-25 05:17:23',1,NULL),
(11,118,'196.41.38.254','Windows 10','Chrome 120','qfo55SAqhWYlENhvwa2Ci1fwFOnm2jNcswfqubUt','2024-12-25 20:08:54','2024-12-25 20:09:27','{\"ip\":\"196.41.38.254\",\"countryName\":\"Tanzania\",\"countryCode\":\"TZ\",\"regionCode\":\"03\",\"regionName\":\"Dodoma\",\"cityName\":\"Dodoma\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-6.16296\",\"longitude\":\"35.7516\",\"metroCode\":null,\"areaCode\":\"03\",\"timezone\":\"Africa\\/Dar_es_Salaam\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-12-26 01:08:54','2024-12-26 01:09:27',1,NULL),
(12,119,'36.92.29.11','Windows 10','Chrome 120','rgmaQBUNsYKBHgtVbZ8Grbd7DjZSKFtQwTkK4Ch2','2024-12-26 15:33:46','2024-12-26 15:34:19','{\"ip\":\"36.92.29.11\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"JK\",\"regionName\":\"Jakarta\",\"cityName\":\"Jakarta Pusat\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-6.18104\",\"longitude\":\"106.826\",\"metroCode\":null,\"areaCode\":\"JK\",\"timezone\":\"Asia\\/Jakarta\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-12-26 20:33:46','2024-12-26 20:34:19',1,NULL),
(13,120,'45.201.188.239','Windows 10','Chrome 120','HDLLWXiNFRt7P2kabdllyR0vBLyEuCrtyhtmPLKW','2024-12-27 16:11:51','2024-12-27 16:12:19','{\"ip\":\"45.201.188.239\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-12-27 21:11:51','2024-12-27 21:12:19',1,NULL),
(14,121,'111.90.176.158','Windows 10','Chrome 120','k7pWmbm2c3jRIHaL818zwKWxOXIPj1MQGGCiHVGc','2024-12-28 14:48:26','2024-12-28 14:49:09','{\"ip\":\"111.90.176.158\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"24\",\"regionName\":\"Pailin\",\"cityName\":\"Sala Krau\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"12.9561\",\"longitude\":\"102.609\",\"metroCode\":null,\"areaCode\":\"24\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-12-28 19:48:26','2024-12-28 19:49:09',1,NULL),
(15,122,'36.95.213.159','Windows 10','Chrome 120','QFPEgBj8A1QttZLXHxxF5YnZTevFEYQJAA7Q2hiI','2024-12-30 10:18:31','2024-12-30 10:19:15','{\"ip\":\"36.95.213.159\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"JK\",\"regionName\":\"Jakarta\",\"cityName\":\"Jakarta Pusat\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-6.18104\",\"longitude\":\"106.826\",\"metroCode\":null,\"areaCode\":\"JK\",\"timezone\":\"Asia\\/Jakarta\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-12-30 15:18:31','2024-12-30 15:19:15',1,NULL),
(16,123,'200.218.255.117','Windows 10','Chrome 120','ZiKnE1z17YVVntdxow3T5TuzmlPW0nddffD9SUnK','2024-12-31 07:52:26','2024-12-31 07:52:52','{\"ip\":\"200.218.255.117\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"RJ\",\"regionName\":\"Rio de Janeiro\",\"cityName\":\"Rio de Janeiro\",\"zipCode\":\"24000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-22.9201\",\"longitude\":\"-43.0811\",\"metroCode\":null,\"areaCode\":\"RJ\",\"timezone\":\"America\\/Sao_Paulo\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2024-12-31 12:52:26','2024-12-31 12:52:52',1,NULL),
(17,124,'190.202.3.22','Windows 10','Chrome 120','UQXeG2SoXM2QrRteNaJ7Acgiv6vrJVdNFk44GMwR','2025-01-01 02:07:35','2025-01-01 02:07:59','{\"ip\":\"190.202.3.22\",\"countryName\":\"Venezuela\",\"countryCode\":\"VE\",\"regionCode\":\"A\",\"regionName\":\"Distrito Federal\",\"cityName\":\"Caracas\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"10.4873\",\"longitude\":\"-66.8738\",\"metroCode\":null,\"areaCode\":\"A\",\"timezone\":\"America\\/Caracas\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-01 07:07:35','2025-01-01 07:07:59',1,NULL),
(18,125,'168.253.207.177','Windows 10','Chrome 120','4Da6cdssEzFC12htI0nlt4o9pJeRygQOFnaB4FNI','2025-01-01 18:46:16','2025-01-01 18:46:55','{\"ip\":\"168.253.207.177\",\"countryName\":\"South Africa\",\"countryCode\":\"ZA\",\"regionCode\":\"GP\",\"regionName\":\"Gauteng\",\"cityName\":\"Pretoria\",\"zipCode\":\"0081\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-25.7599\",\"longitude\":\"28.2604\",\"metroCode\":null,\"areaCode\":\"GP\",\"timezone\":\"Africa\\/Johannesburg\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-01 23:46:16','2025-01-01 23:46:55',1,NULL),
(19,126,'117.217.124.45','Windows 10','Chrome 120','hrYFRAnxpzxDiKuLUCGlqUo0kTHIKww4IRP2qLWo','2025-01-02 11:58:23','2025-01-02 11:58:53','{\"ip\":\"117.217.124.45\",\"countryName\":\"India\",\"countryCode\":\"IN\",\"regionCode\":\"MH\",\"regionName\":\"Maharashtra\",\"cityName\":\"Nagpur\",\"zipCode\":\"440013\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"21.1161\",\"longitude\":\"79.0706\",\"metroCode\":null,\"areaCode\":\"MH\",\"timezone\":\"Asia\\/Kolkata\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-02 16:58:24','2025-01-02 16:58:53',1,NULL),
(20,127,'103.216.49.161','Windows 10','Chrome 120','wGC8Odm43tOttNDftEF6E1yXtEuWWCABCRQvHhsf','2025-01-03 08:35:53','2025-01-03 08:36:33','{\"ip\":\"103.216.49.161\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"12308\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5448\",\"longitude\":\"104.8921\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-03 13:35:53','2025-01-03 13:36:33',1,NULL),
(21,128,'196.216.70.210','Windows 10','Chrome 120','fyaXs8hP5q5XECSikwJRddmnj3NH5LtsQmi0e5ZO','2025-01-04 07:58:41','2025-01-04 07:59:15','{\"ip\":\"196.216.70.210\",\"countryName\":\"Kenya\",\"countryCode\":\"KE\",\"regionCode\":\"30\",\"regionName\":\"Nairobi County\",\"cityName\":\"Nairobi\",\"zipCode\":\"09831\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-1.2841\",\"longitude\":\"36.8155\",\"metroCode\":null,\"areaCode\":\"30\",\"timezone\":\"Africa\\/Nairobi\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-04 12:58:41','2025-01-04 12:59:15',1,NULL),
(22,129,'102.69.145.152','Windows 10','Chrome 120','eS4VnqqCzF8Bpijrwf8xith7iFt0lQ6yncRtNxMV','2025-01-05 07:31:28','2025-01-05 07:32:02','{\"ip\":\"102.69.145.152\",\"countryName\":\"Nigeria\",\"countryCode\":\"NG\",\"regionCode\":\"OY\",\"regionName\":\"Oyo State\",\"cityName\":\"Ibadan\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"7.39294\",\"longitude\":\"3.87352\",\"metroCode\":null,\"areaCode\":\"OY\",\"timezone\":\"Africa\\/Lagos\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-05 12:31:29','2025-01-05 12:32:02',1,NULL),
(23,130,'31.10.57.179','Windows 10','Chrome 120','S4jowij4DWzpNc1IeN3uw5mj085VziFLwvUpgbGO','2025-01-06 11:59:09','2025-01-06 11:59:36','{\"ip\":\"31.10.57.179\",\"countryName\":\"Czechia\",\"countryCode\":\"CZ\",\"regionCode\":\"53\",\"regionName\":\"Pardubick\\u00fd kraj\",\"cityName\":\"Rudoltice\",\"zipCode\":\"561 25\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"49.9021\",\"longitude\":\"16.5539\",\"metroCode\":null,\"areaCode\":\"53\",\"timezone\":\"Europe\\/Prague\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-06 16:59:09','2025-01-06 16:59:36',1,NULL),
(24,131,'49.156.47.126','Windows 10','Chrome 120','Wpld2NhXfKS7XRncFfq8YwHqeFA4H3Mc4hw78h5y','2025-01-07 15:11:36','2025-01-07 15:11:57','{\"ip\":\"49.156.47.126\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-07 20:11:36','2025-01-07 20:11:57',1,NULL),
(25,132,'93.175.249.71','Windows 10','Chrome 120','ItTGxpSbqtOMVb4GfzANbqOZ1tyZDiY70eW3VgJk','2025-01-08 15:34:49','2025-01-08 15:35:09','{\"ip\":\"93.175.249.71\",\"countryName\":\"Italy\",\"countryCode\":\"IT\",\"regionCode\":\"36\",\"regionName\":\"Friuli Venezia Giulia\",\"cityName\":\"Palazzolo dello Stella\",\"zipCode\":\"33056\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"45.7965\",\"longitude\":\"13.0828\",\"metroCode\":null,\"areaCode\":\"36\",\"timezone\":\"Europe\\/Rome\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-08 20:34:50','2025-01-08 20:35:09',1,NULL),
(26,133,'103.239.53.133','Windows 10','Chrome 120','eiyv2KPoYPUvqs6YsPPOX8WqRnLa3ej66FWnAS9t','2025-01-09 19:45:52','2025-01-09 19:46:31','{\"ip\":\"103.239.53.133\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-10 00:45:52','2025-01-10 00:46:31',1,NULL),
(27,134,'115.186.180.42','Windows 10','Chrome 120','RnN1HY14OQ8GuZuDO4xuWQFjtY5Dw36uW9PKDRLC','2025-01-10 18:25:35','2025-01-10 18:26:07','{\"ip\":\"115.186.180.42\",\"countryName\":\"Pakistan\",\"countryCode\":\"PK\",\"regionCode\":\"IS\",\"regionName\":\"Islamabad\",\"cityName\":\"Islamabad\",\"zipCode\":\"44000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.7233\",\"longitude\":\"73.0435\",\"metroCode\":null,\"areaCode\":\"IS\",\"timezone\":\"Asia\\/Karachi\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-10 23:25:35','2025-01-10 23:26:07',1,NULL),
(28,135,'103.216.51.33','Windows 10','Chrome 120','AbATVzhENLI5R63FD23dkjZA5H5UNcg0bLcLGVxT','2025-01-11 16:43:10','2025-01-11 16:43:47','{\"ip\":\"103.216.51.33\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"12308\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5448\",\"longitude\":\"104.8921\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-11 21:43:10','2025-01-11 21:43:47',1,NULL),
(29,136,'103.57.143.226','Windows 10','Chrome 120','biyRMwbtY1wqyPwzc39jxIbrqaava6MtATkVp836','2025-01-12 17:02:26','2025-01-12 17:02:56','{\"ip\":\"103.57.143.226\",\"countryName\":\"India\",\"countryCode\":\"IN\",\"regionCode\":\"MH\",\"regionName\":\"Maharashtra\",\"cityName\":\"Mumbai\",\"zipCode\":\"400017\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"19.0748\",\"longitude\":\"72.8856\",\"metroCode\":null,\"areaCode\":\"MH\",\"timezone\":\"Asia\\/Kolkata\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-12 22:02:26','2025-01-12 22:02:56',1,NULL),
(30,137,'103.158.132.13','Windows 10','Chrome 120','y1FJTOTjSZCAlaoN0DkdFIvyQI8bZpXuMbHaRZZE','2025-01-13 21:09:02','2025-01-13 21:09:30','{\"ip\":\"103.158.132.13\",\"countryName\":\"Bangladesh\",\"countryCode\":\"BD\",\"regionCode\":\"D\",\"regionName\":\"Khulna Division\",\"cityName\":\"Khulna\",\"zipCode\":\"9100\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"22.8159\",\"longitude\":\"89.566\",\"metroCode\":null,\"areaCode\":\"D\",\"timezone\":\"Asia\\/Dhaka\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-14 02:09:02','2025-01-14 02:09:30',1,NULL),
(31,138,'5.190.92.207','Windows 10','Chrome 120','q9kLR4HsPAlC6aN3fSatHUhODw8aPd5rZ4gevCXH','2025-01-15 12:59:23','2025-01-15 13:00:10','{\"ip\":\"5.190.92.207\",\"countryName\":\"Iran\",\"countryCode\":\"IR\",\"regionCode\":\"07\",\"regionName\":\"Fars\",\"cityName\":\"Shahr-e Khe\\u1e95r\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"28.9688\",\"longitude\":\"53.2019\",\"metroCode\":null,\"areaCode\":\"07\",\"timezone\":\"Asia\\/Tehran\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-15 17:59:23','2025-01-15 18:00:10',1,NULL),
(32,139,'192.140.14.78','Windows 10','Chrome 120','Fq1AxMcDV8P7z0jm5qx66RfHnSinPelrvOWytTlp','2025-01-16 22:08:18','2025-01-16 22:09:30','{\"ip\":\"192.140.14.78\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"MG\",\"regionName\":\"Minas Gerais\",\"cityName\":\"Belo Horizonte\",\"zipCode\":\"30380\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-19.9236\",\"longitude\":\"-43.9321\",\"metroCode\":null,\"areaCode\":\"MG\",\"timezone\":\"America\\/Sao_Paulo\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-17 03:08:18','2025-01-17 03:09:30',1,NULL),
(33,140,'176.102.128.129','Windows 10','Chrome 120','2MV0kXSGFDB9KKMJ5Oq1ZXsp6s00j7XkXwMzxOwV','2025-01-18 08:17:08','2025-01-18 08:17:25','{\"ip\":\"176.102.128.129\",\"countryName\":\"Czechia\",\"countryCode\":\"CZ\",\"regionCode\":\"53\",\"regionName\":\"Pardubick\\u00fd kraj\",\"cityName\":\"Svitavy\",\"zipCode\":\"568 02\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"49.7433\",\"longitude\":\"16.4688\",\"metroCode\":null,\"areaCode\":\"53\",\"timezone\":\"Europe\\/Prague\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-18 13:17:08','2025-01-18 13:17:25',1,NULL),
(34,141,'103.118.45.20','Windows 10','Chrome 120','tRAhZIuLafDe5kCCPhv0YUxIeEfaM71oI1xB2Kf5','2025-01-20 02:31:25','2025-01-20 02:31:44','{\"ip\":\"103.118.45.20\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-20 07:31:25','2025-01-20 07:31:44',1,NULL),
(35,142,'115.186.130.22','Windows 10','Chrome 120','O3EUGcBDdxNZjw2IiIZqhX8D72sehn1bzfWEa2Cv','2025-01-21 01:00:29','2025-01-21 01:01:15','{\"ip\":\"115.186.130.22\",\"countryName\":\"Pakistan\",\"countryCode\":\"PK\",\"regionCode\":\"IS\",\"regionName\":\"Islamabad\",\"cityName\":\"Islamabad\",\"zipCode\":\"44000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.7233\",\"longitude\":\"73.0435\",\"metroCode\":null,\"areaCode\":\"IS\",\"timezone\":\"Asia\\/Karachi\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-21 06:00:29','2025-01-21 06:01:15',1,NULL),
(36,143,'111.90.182.153','Windows 10','Chrome 120','lwDtIJwQpcw6RERoqXSVURzZtET9X1pjh4CzzwKf','2025-01-22 14:00:58','2025-01-22 14:01:28','{\"ip\":\"111.90.182.153\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5556\",\"longitude\":\"104.933\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-22 19:00:58','2025-01-22 19:01:28',1,NULL),
(37,144,'169.255.72.84','Windows 10','Chrome 120','GJijG8qpuLtWIdVzI379sr2wdBj9cJPuXDgPekYv','2025-01-24 08:58:26','2025-01-24 08:59:20','{\"ip\":\"169.255.72.84\",\"countryName\":\"Congo Republic\",\"countryCode\":\"CG\",\"regionCode\":\"9\",\"regionName\":\"Niari\",\"cityName\":\"Dolisie\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-4.2128\",\"longitude\":\"12.6586\",\"metroCode\":null,\"areaCode\":\"9\",\"timezone\":\"Africa\\/Brazzaville\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-24 13:58:27','2025-01-24 13:59:20',1,NULL),
(38,145,'102.0.0.130','Windows 10','Chrome 120','T1WNwhNy2Ht67Tk4oZ2fwk6vKDpiGIhIlMoIDDfP','2025-01-25 13:53:39','2025-01-25 13:54:35','{\"ip\":\"102.0.0.130\",\"countryName\":\"Kenya\",\"countryCode\":\"KE\",\"regionCode\":\"30\",\"regionName\":\"Nairobi County\",\"cityName\":\"Nairobi\",\"zipCode\":\"09831\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-1.2841\",\"longitude\":\"36.8155\",\"metroCode\":null,\"areaCode\":\"30\",\"timezone\":\"Africa\\/Nairobi\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-25 18:53:39','2025-01-25 18:54:35',1,NULL),
(39,146,'177.101.246.102','Windows 10','Chrome 120','gRQHArlzqwWLXViqjpV7Ljdbji65ihffiYdRyv4f','2025-01-27 11:07:41','2025-01-27 11:08:30','{\"ip\":\"177.101.246.102\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"RS\",\"regionName\":\"Rio Grande do Sul\",\"cityName\":\"Porto Alegre\",\"zipCode\":\"90000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-30.1169\",\"longitude\":\"-51.2658\",\"metroCode\":null,\"areaCode\":\"RS\",\"timezone\":\"America\\/Sao_Paulo\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-27 16:07:41','2025-01-27 16:08:30',1,NULL),
(40,147,'45.230.172.148','Windows 10','Chrome 120','SElj61YMlHr3ZTWxPeWbedYrdsR7B6uvY28U1x9I','2025-01-29 19:28:22','2025-01-29 19:28:44','{\"ip\":\"45.230.172.148\",\"countryName\":\"Mexico\",\"countryCode\":\"MX\",\"regionCode\":\"SIN\",\"regionName\":\"Sinaloa\",\"cityName\":\"Culiac\\u00e1n\",\"zipCode\":\"80246\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"24.4865\",\"longitude\":\"-107.3078\",\"metroCode\":null,\"areaCode\":\"SIN\",\"timezone\":\"America\\/Mazatlan\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-30 00:28:22','2025-01-30 00:28:44',1,NULL),
(41,148,'38.130.56.3','Windows 10','Chrome 120','8LUxNBoDtRlxlTg3yjJTXhVLsVDlDkZlEpf5Vazt','2025-01-31 10:02:07','2025-01-31 10:02:28','{\"ip\":\"38.130.56.3\",\"countryName\":\"United States\",\"countryCode\":\"US\",\"regionCode\":\"IL\",\"regionName\":\"Illinois\",\"cityName\":\"Marine\",\"zipCode\":\"62061\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"38.7789\",\"longitude\":\"-89.7737\",\"metroCode\":null,\"areaCode\":\"IL\",\"timezone\":\"America\\/Chicago\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-01-31 15:02:07','2025-01-31 15:02:28',1,NULL),
(42,149,'36.95.160.9','Windows 10','Chrome 120','CJMw4XEq9sMb8IA1ZvtmWciD5Bg4Sc52vmKEwNcA','2025-02-01 15:26:14','2025-02-01 15:26:55','{\"ip\":\"36.95.160.9\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"JK\",\"regionName\":\"Jakarta\",\"cityName\":\"Jakarta Pusat\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-6.18104\",\"longitude\":\"106.826\",\"metroCode\":null,\"areaCode\":\"JK\",\"timezone\":\"Asia\\/Jakarta\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-01 20:26:14','2025-02-01 20:26:55',1,NULL),
(43,150,'185.255.210.239','Windows 10','Chrome 120','ev9NHK4OxOK1BcepcpX2DhE9w1QRYzYQif00gsAm','2025-02-02 13:01:23','2025-02-02 13:01:57','{\"ip\":\"185.255.210.239\",\"countryName\":\"Iran\",\"countryCode\":\"IR\",\"regionCode\":\"23\",\"regionName\":\"Tehran\",\"cityName\":\"Tehran\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"35.7603\",\"longitude\":\"51.4315\",\"metroCode\":null,\"areaCode\":\"23\",\"timezone\":\"Asia\\/Tehran\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-02 18:01:23','2025-02-02 18:01:57',1,NULL),
(44,151,'103.187.150.206','Windows 10','Chrome 120','BybQwgwLF0mM49sWY1jihOq4JyyWmO6VUouov2Ef','2025-02-03 11:31:58','2025-02-03 11:32:34','{\"ip\":\"103.187.150.206\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"SU\",\"regionName\":\"North Sumatra\",\"cityName\":\"Lubuk Pakam\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"3.50524\",\"longitude\":\"98.7912\",\"metroCode\":null,\"areaCode\":\"SU\",\"timezone\":\"Asia\\/Jakarta\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-03 16:31:58','2025-02-03 16:32:34',1,NULL),
(45,152,'103.176.77.66','Windows 10','Chrome 120','FpiI05qNWKTOPOVvI4zoNd2RYQL9KzHo2dQmW1um','2025-02-04 12:56:24','2025-02-04 12:56:51','{\"ip\":\"103.176.77.66\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"NB\",\"regionName\":\"West Nusa Tenggara\",\"cityName\":\"Gili Air\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-8.35783\",\"longitude\":\"116.082\",\"metroCode\":null,\"areaCode\":\"NB\",\"timezone\":\"Asia\\/Makassar\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-04 17:56:24','2025-02-04 17:56:51',1,NULL),
(46,153,'36.88.39.106','Windows 10','Chrome 120','WW3EP1z76mzppSauWP9qfkSbfrrqdpm6uyHaMSWW','2025-02-05 13:37:37','2025-02-05 13:38:07','{\"ip\":\"36.88.39.106\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"JK\",\"regionName\":\"Jakarta\",\"cityName\":\"Jakarta\",\"zipCode\":\"11730\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-6.2114\",\"longitude\":\"106.8446\",\"metroCode\":null,\"areaCode\":\"JK\",\"timezone\":\"Asia\\/Jakarta\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-05 18:37:38','2025-02-05 18:38:07',1,NULL),
(47,154,'123.200.13.158','Windows 10','Chrome 120','YtkCf7993W0yuIDQd3Y3VKADcrpJU3eU9GRzaTXR','2025-02-06 13:21:23','2025-02-06 13:21:52','{\"ip\":\"123.200.13.158\",\"countryName\":\"Bangladesh\",\"countryCode\":\"BD\",\"regionCode\":\"C\",\"regionName\":\"Dhaka Division\",\"cityName\":\"Dhaka\",\"zipCode\":\"1212\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"23.7891\",\"longitude\":\"90.4126\",\"metroCode\":null,\"areaCode\":\"C\",\"timezone\":\"Asia\\/Dhaka\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-06 18:21:23','2025-02-06 18:21:52',1,NULL),
(48,155,'103.118.47.225','Windows 10','Chrome 120','aX5YofVJifgMcAc13DP786dXZ1oQKyRy2CF6T9r4','2025-02-07 11:47:05','2025-02-07 11:47:41','{\"ip\":\"103.118.47.225\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-07 16:47:05','2025-02-07 16:47:41',1,NULL),
(49,156,'138.185.124.44','Windows 10','Chrome 120','ZdWgIyiwsMsgRDQTIsPl9YJPdhGi4Z0jw9nwqH6y','2025-02-09 08:06:18','2025-02-09 08:06:55','{\"ip\":\"138.185.124.44\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"PA\",\"regionName\":\"Par\\u00e1\",\"cityName\":\"Itaituba\",\"zipCode\":\"68180\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-4.2776\",\"longitude\":\"-55.9823\",\"metroCode\":null,\"areaCode\":\"PA\",\"timezone\":\"America\\/Santarem\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-09 13:06:18','2025-02-09 13:06:55',1,NULL),
(50,157,'138.122.164.151','Windows 10','Chrome 120','QwAiWYGLbEWgRgbGfR9vf3Ozhnh0TIYE3AYQKAEf','2025-02-10 14:35:01','2025-02-10 14:35:35','{\"ip\":\"138.122.164.151\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"SP\",\"regionName\":\"S\\u00e3o Paulo\",\"cityName\":\"Itirapina\",\"zipCode\":\"13530\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-22.3045\",\"longitude\":\"-47.8345\",\"metroCode\":null,\"areaCode\":\"SP\",\"timezone\":\"America\\/Sao_Paulo\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-10 19:35:01','2025-02-10 19:35:35',1,NULL),
(51,158,'204.157.218.124','Windows 10','Chrome 120','JEYzunmYgSYULBEBV2E0KAz9PrW03UF23Hq4qSs9','2025-02-14 15:50:12','2025-02-14 15:50:43','{\"ip\":\"204.157.218.124\",\"countryName\":\"Argentina\",\"countryCode\":\"AR\",\"regionCode\":\"C\",\"regionName\":\"Buenos Aires F.D.\",\"cityName\":\"Buenos Aires\",\"zipCode\":\"1871\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-34.6142\",\"longitude\":\"-58.3811\",\"metroCode\":null,\"areaCode\":\"C\",\"timezone\":\"America\\/Argentina\\/Buenos_Aires\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-14 20:50:12','2025-02-14 20:50:43',1,NULL),
(52,159,'113.167.68.221','Windows 10','Chrome 120','frQKmdVuPCmWYbH7sBf1an3krS1Bbv3PtD3Wkxj8','2025-02-15 10:10:30','2025-02-15 10:10:58','{\"ip\":\"113.167.68.221\",\"countryName\":\"Vietnam\",\"countryCode\":\"VN\",\"regionCode\":\"HN\",\"regionName\":\"Hanoi\",\"cityName\":\"Hanoi\",\"zipCode\":\"100000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"21.0184\",\"longitude\":\"105.8461\",\"metroCode\":null,\"areaCode\":\"HN\",\"timezone\":\"Asia\\/Bangkok\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-15 15:10:30','2025-02-15 15:10:58',1,NULL),
(53,160,'151.232.29.178','Windows 10','Chrome 120','SIdfNAscb2OIFGFhH3hVvIX6mCeOwME2os5DIALE','2025-02-16 03:10:16','2025-02-16 03:11:10','{\"ip\":\"151.232.29.178\",\"countryName\":\"Iran\",\"countryCode\":\"IR\",\"regionCode\":\"23\",\"regionName\":\"Tehran\",\"cityName\":\"Tehran\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"35.5543\",\"longitude\":\"51.3585\",\"metroCode\":null,\"areaCode\":\"23\",\"timezone\":\"Asia\\/Tehran\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-16 08:10:16','2025-02-16 08:11:10',1,NULL),
(54,161,'31.10.62.102','Windows 10','Chrome 120','3g05ScI4jYRGKZv6vGF4LyX9Rd4dO0GTVJfEwHjx','2025-02-16 18:49:17','2025-02-16 18:49:36','{\"ip\":\"31.10.62.102\",\"countryName\":\"Czechia\",\"countryCode\":\"CZ\",\"regionCode\":\"53\",\"regionName\":\"Pardubick\\u00fd kraj\",\"cityName\":\"Lan\\u0161kroun\",\"zipCode\":\"563 01\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"49.9163\",\"longitude\":\"16.7551\",\"metroCode\":null,\"areaCode\":\"53\",\"timezone\":\"Europe\\/Prague\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-16 23:49:17','2025-02-16 23:49:36',1,NULL),
(55,162,'220.132.225.177','Windows 10','Chrome 120','Y6XZvNuo21nDmVJydjIioEGibqpQwqLPPnwHbB55','2025-02-17 11:13:26','2025-02-17 11:13:47','{\"ip\":\"220.132.225.177\",\"countryName\":\"Taiwan\",\"countryCode\":\"TW\",\"regionCode\":\"NWT\",\"regionName\":\"New Taipei City\",\"cityName\":\"New Taipei City\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"25.0693\",\"longitude\":\"121.4626\",\"metroCode\":null,\"areaCode\":\"NWT\",\"timezone\":\"Asia\\/Taipei\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-17 16:13:26','2025-02-17 16:13:47',1,NULL),
(56,163,'202.166.198.213','Mac 10.15.7','Chrome 133','JcVGszjiyQzd6knYDwvUheKRToJ1rF5g3hgkQUCg','2025-02-18 14:13:52','2025-02-18 14:14:32','{\"ip\":\"202.166.198.213\",\"countryName\":\"Nepal\",\"countryCode\":\"NP\",\"regionCode\":\"P3\",\"regionName\":\"Bagmati Province\",\"cityName\":\"Kathmandu\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"27.7108\",\"longitude\":\"85.3251\",\"metroCode\":null,\"areaCode\":\"P3\",\"timezone\":\"Asia\\/Kathmandu\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-18 19:13:52','2025-02-18 19:14:32',1,NULL),
(57,163,'202.166.198.213','Mac 10.15.7','Chrome 133','5h6Dj6puP0MRNNloWNCtwRG8dQBqRPH4mUNiXzk6','2025-02-18 14:15:38',NULL,'{\"ip\":\"202.166.198.213\",\"countryName\":\"Nepal\",\"countryCode\":\"NP\",\"regionCode\":\"P3\",\"regionName\":\"Bagmati Province\",\"cityName\":\"Kathmandu\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"27.7108\",\"longitude\":\"85.3251\",\"metroCode\":null,\"areaCode\":\"P3\",\"timezone\":\"Asia\\/Kathmandu\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-02-18 19:15:38','2025-02-18 19:15:38',1,NULL),
(58,164,'103.150.242.214','Mac 10.15.7','Chrome 133','Gr5Xhz7IzJ2CA3CfVoAoid4NfcX8ZuWYAgTVhna7','2025-02-19 23:58:49','2025-02-19 23:59:22','{\"ip\":\"103.150.242.214\",\"countryName\":\"Pakistan\",\"countryCode\":\"PK\",\"regionCode\":\"PB\",\"regionName\":\"Punjab\",\"cityName\":\"Lahore\",\"zipCode\":\"54000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"31.5826\",\"longitude\":\"74.3276\",\"metroCode\":null,\"areaCode\":\"PB\",\"timezone\":\"Asia\\/Karachi\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-20 04:58:49','2025-02-20 04:59:22',1,NULL),
(59,164,'103.150.242.214','Mac 10.15.7','Chrome 133','KpXmMEfkENutzILkOVnWVl1oeqHKnxaReYNNPts7','2025-02-20 00:00:12',NULL,'{\"ip\":\"103.150.242.214\",\"countryName\":\"Pakistan\",\"countryCode\":\"PK\",\"regionCode\":\"PB\",\"regionName\":\"Punjab\",\"cityName\":\"Lahore\",\"zipCode\":\"54000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"31.5826\",\"longitude\":\"74.3276\",\"metroCode\":null,\"areaCode\":\"PB\",\"timezone\":\"Asia\\/Karachi\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-02-20 05:00:12','2025-02-20 05:00:12',1,NULL),
(60,165,'103.118.45.41','Mac 10.15.7','Chrome 133','DhFnvhzaE9gq9adQPxr2GK2NvzzToKFG0b93zYEQ','2025-02-21 00:00:11','2025-02-21 00:00:35','{\"ip\":\"103.118.45.41\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-21 05:00:11','2025-02-21 05:00:35',1,NULL),
(61,165,'103.118.45.41','Mac 10.15.7','Chrome 133','gELBum3zz5T03lQEC1PtEUw1nEtT3apGN1dxbRkS','2025-02-21 00:01:14',NULL,'{\"ip\":\"103.118.45.41\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-02-21 05:01:14','2025-02-21 05:01:14',1,NULL),
(62,166,'92.61.90.214','Mac 10.15.7','Chrome 133','ee99qcZFQAXNC5VjwutKOIhz7Nlr88AsMKrJBHn3','2025-02-22 02:41:17','2025-02-22 02:41:36','{\"ip\":\"92.61.90.214\",\"countryName\":\"Czechia\",\"countryCode\":\"CZ\",\"regionCode\":\"71\",\"regionName\":\"Olomouck\\u00fd kraj\",\"cityName\":\"Zlat\\u00e9 Hory\",\"zipCode\":\"793 76\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"50.2649\",\"longitude\":\"17.3996\",\"metroCode\":null,\"areaCode\":\"71\",\"timezone\":\"Europe\\/Prague\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-22 07:41:17','2025-02-22 07:41:36',1,NULL),
(63,166,'92.61.90.214','Mac 10.15.7','Chrome 133','Zz6FFVGXJRjGjOhqDMnsUUUPv6xghh2faIzlm4W8','2025-02-22 02:42:16',NULL,'{\"ip\":\"92.61.90.214\",\"countryName\":\"Czechia\",\"countryCode\":\"CZ\",\"regionCode\":\"71\",\"regionName\":\"Olomouck\\u00fd kraj\",\"cityName\":\"Zlat\\u00e9 Hory\",\"zipCode\":\"793 76\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"50.2649\",\"longitude\":\"17.3996\",\"metroCode\":null,\"areaCode\":\"71\",\"timezone\":\"Europe\\/Prague\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-02-22 07:42:16','2025-02-22 07:42:16',1,NULL),
(64,167,'31.14.127.192','Mac 10.15.7','Chrome 133','uKFy35C3GhvhLkUu7XpI4VtOecwdV8ceVTeGQsih','2025-02-23 20:15:52','2025-02-23 20:16:21','{\"ip\":\"31.14.127.192\",\"countryName\":\"Iran\",\"countryCode\":\"IR\",\"regionCode\":\"18\",\"regionName\":\"Bushehr Province\",\"cityName\":\"Khowrm\\u016bj\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"28.6522\",\"longitude\":\"51.3793\",\"metroCode\":null,\"areaCode\":\"18\",\"timezone\":\"Asia\\/Tehran\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-24 01:15:52','2025-02-24 01:16:21',1,NULL),
(65,167,'31.14.127.192','Mac 10.15.7','Chrome 133','g1be9IxSmDbxNVMgLqkRAUCkrsERTrjjtfCsyLis','2025-02-23 20:17:23',NULL,'{\"ip\":\"31.14.127.192\",\"countryName\":\"Iran\",\"countryCode\":\"IR\",\"regionCode\":\"18\",\"regionName\":\"Bushehr Province\",\"cityName\":\"Khowrm\\u016bj\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"28.6522\",\"longitude\":\"51.3793\",\"metroCode\":null,\"areaCode\":\"18\",\"timezone\":\"Asia\\/Tehran\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-02-24 01:17:23','2025-02-24 01:17:23',1,NULL),
(66,168,'105.27.153.198','Mac 10.15.7','Chrome 133','su2PvTn26B4sBcbJQkx2tgmLL6IcBqfWODsOvoyu','2025-02-24 13:18:35','2025-02-24 13:19:14','{\"ip\":\"105.27.153.198\",\"countryName\":\"South Africa\",\"countryCode\":\"ZA\",\"regionCode\":\"GP\",\"regionName\":\"Gauteng\",\"cityName\":\"Johannesburg\",\"zipCode\":\"2192\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-26.2309\",\"longitude\":\"28.0583\",\"metroCode\":null,\"areaCode\":\"GP\",\"timezone\":\"Africa\\/Johannesburg\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-24 18:18:35','2025-02-24 18:19:14',1,NULL),
(67,168,'105.27.153.198','Mac 10.15.7','Chrome 133','WmJVY7JYK0jtYaSQg8pjmEb22WaIOcL347b6Iztw','2025-02-24 13:20:23',NULL,'{\"ip\":\"105.27.153.198\",\"countryName\":\"South Africa\",\"countryCode\":\"ZA\",\"regionCode\":\"GP\",\"regionName\":\"Gauteng\",\"cityName\":\"Johannesburg\",\"zipCode\":\"2192\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-26.2309\",\"longitude\":\"28.0583\",\"metroCode\":null,\"areaCode\":\"GP\",\"timezone\":\"Africa\\/Johannesburg\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-02-24 18:20:23','2025-02-24 18:20:23',1,NULL),
(68,169,'116.212.155.237','Mac 10.15.7','Chrome 133','lvQoC0naGeB49S7YCNpm93YNslkXgREkM1TziCRl','2025-02-25 15:16:02','2025-02-25 15:16:34','{\"ip\":\"116.212.155.237\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5557\",\"longitude\":\"104.928\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-25 20:16:02','2025-02-25 20:16:34',1,NULL),
(69,169,'116.212.155.237','Mac 10.15.7','Chrome 133','TwZKu4PzKsThjxtL2ArUS1jLjZOzQ76uqHjnXKCZ','2025-02-25 15:17:47',NULL,'{\"ip\":\"116.212.155.237\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5557\",\"longitude\":\"104.928\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-02-25 20:17:47','2025-02-25 20:17:47',1,NULL),
(70,170,'113.174.246.66','Mac 10.15.7','Chrome 133','zdyjirC8nPIY8g59EQPDwQwnY3o4FG30DelnfV6z','2025-02-26 15:38:48','2025-02-26 15:39:11','{\"ip\":\"113.174.246.66\",\"countryName\":\"Vietnam\",\"countryCode\":\"VN\",\"regionCode\":\"SG\",\"regionName\":\"Ho Chi Minh\",\"cityName\":\"Ho Chi Minh City\",\"zipCode\":\"700000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"10.822\",\"longitude\":\"106.6257\",\"metroCode\":null,\"areaCode\":\"SG\",\"timezone\":\"Asia\\/Ho_Chi_Minh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-26 20:38:48','2025-02-26 20:39:11',1,NULL),
(71,170,'113.174.246.66','Mac 10.15.7','Chrome 133','KzD3NgofVz7bSvOJu3nbK1Fm9C5FEGFv1OmMdMtv','2025-02-26 15:39:57',NULL,'{\"ip\":\"113.174.246.66\",\"countryName\":\"Vietnam\",\"countryCode\":\"VN\",\"regionCode\":\"SG\",\"regionName\":\"Ho Chi Minh\",\"cityName\":\"Ho Chi Minh City\",\"zipCode\":\"700000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"10.822\",\"longitude\":\"106.6257\",\"metroCode\":null,\"areaCode\":\"SG\",\"timezone\":\"Asia\\/Ho_Chi_Minh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-02-26 20:39:57','2025-02-26 20:39:57',1,NULL),
(72,171,'186.42.199.162','Mac 10.15.7','Chrome 133','7wjod1xfOgES4GOEfIkiq8xvoSHdoxk0oERmvw82','2025-02-28 13:38:15','2025-02-28 13:38:41','{\"ip\":\"186.42.199.162\",\"countryName\":\"Ecuador\",\"countryCode\":\"EC\",\"regionCode\":\"P\",\"regionName\":\"Pichincha\",\"cityName\":\"Quito\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-0.2309\",\"longitude\":\"-78.5211\",\"metroCode\":null,\"areaCode\":\"P\",\"timezone\":\"America\\/Guayaquil\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-02-28 18:38:15','2025-02-28 18:38:41',1,NULL),
(73,171,'186.42.199.162','Mac 10.15.7','Chrome 133','GTHhkrwqyXcMzAy6EzmzyEqctHVr226Z8kHZGZOI','2025-02-28 13:39:30',NULL,'{\"ip\":\"186.42.199.162\",\"countryName\":\"Ecuador\",\"countryCode\":\"EC\",\"regionCode\":\"P\",\"regionName\":\"Pichincha\",\"cityName\":\"Quito\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-0.2309\",\"longitude\":\"-78.5211\",\"metroCode\":null,\"areaCode\":\"P\",\"timezone\":\"America\\/Guayaquil\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-02-28 18:39:30','2025-02-28 18:39:30',1,NULL),
(74,172,'114.4.246.226','Mac 10.15.7','Chrome 133','grEd1YD7zUGP4F1CNB4PImhIWD8e80BUXd3Cp0qx','2025-03-02 17:00:24','2025-03-02 17:00:48','{\"ip\":\"114.4.246.226\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"SS\",\"regionName\":\"South Sumatra\",\"cityName\":\"Palembang\",\"zipCode\":\"30151\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-2.9146\",\"longitude\":\"104.7535\",\"metroCode\":null,\"areaCode\":\"SS\",\"timezone\":\"Asia\\/Jakarta\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-02 22:00:24','2025-03-02 22:00:48',1,NULL),
(75,172,'114.4.246.226','Mac 10.15.7','Chrome 133','ux0YLK19NsRI9TogA4z25zrXMtIxLoY7eMZ8W4t2','2025-03-02 17:01:36',NULL,'{\"ip\":\"114.4.246.226\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"SS\",\"regionName\":\"South Sumatra\",\"cityName\":\"Palembang\",\"zipCode\":\"30151\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-2.9146\",\"longitude\":\"104.7535\",\"metroCode\":null,\"areaCode\":\"SS\",\"timezone\":\"Asia\\/Jakarta\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-02 22:01:36','2025-03-02 22:01:36',1,NULL),
(76,173,'102.69.144.18','Mac 10.15.7','Chrome 133','QAXlUdlj9rVDNsaPIcvYPadvLSq5LASAMDbbVWu6','2025-03-03 09:44:09','2025-03-03 09:44:44','{\"ip\":\"102.69.144.18\",\"countryName\":\"Nigeria\",\"countryCode\":\"NG\",\"regionCode\":\"OY\",\"regionName\":\"Oyo State\",\"cityName\":\"Ibadan\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"7.37756\",\"longitude\":\"3.90591\",\"metroCode\":null,\"areaCode\":\"OY\",\"timezone\":\"Africa\\/Lagos\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-03 14:44:09','2025-03-03 14:44:44',1,NULL),
(77,173,'102.69.144.18','Mac 10.15.7','Chrome 133','SsewwiRsFbR9gjDit7BuUqXnEOyUNftYZZ74ivhs','2025-03-03 09:45:49',NULL,'{\"ip\":\"102.69.144.18\",\"countryName\":\"Nigeria\",\"countryCode\":\"NG\",\"regionCode\":\"OY\",\"regionName\":\"Oyo State\",\"cityName\":\"Ibadan\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"7.37756\",\"longitude\":\"3.90591\",\"metroCode\":null,\"areaCode\":\"OY\",\"timezone\":\"Africa\\/Lagos\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-03 14:45:49','2025-03-03 14:45:49',1,NULL),
(78,174,'154.127.83.184','Mac 10.15.7','Chrome 133','EkRg3iEYlKDlhMb7YyUTbr8TzjiwakYK6igMh2e8','2025-03-05 11:16:47','2025-03-05 11:17:21','{\"ip\":\"154.127.83.184\",\"countryName\":\"Niger\",\"countryCode\":\"NE\",\"regionCode\":\"8\",\"regionName\":\"Niamey\",\"cityName\":\"Niamey\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"13.5112\",\"longitude\":\"2.117\",\"metroCode\":null,\"areaCode\":\"8\",\"timezone\":\"Africa\\/Niamey\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-05 16:16:47','2025-03-05 16:17:21',1,NULL),
(79,174,'154.127.83.184','Mac 10.15.7','Chrome 133','wktQDKy9RoEaPgcjIEUDLd2rBRV44m5SL7GYmnX3','2025-03-05 11:18:25',NULL,'{\"ip\":\"154.127.83.184\",\"countryName\":\"Niger\",\"countryCode\":\"NE\",\"regionCode\":\"8\",\"regionName\":\"Niamey\",\"cityName\":\"Niamey\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"13.5112\",\"longitude\":\"2.117\",\"metroCode\":null,\"areaCode\":\"8\",\"timezone\":\"Africa\\/Niamey\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-05 16:18:25','2025-03-05 16:18:25',1,NULL),
(80,175,'200.183.83.84','Mac 10.15.7','Chrome 133','arNTPUn9xKVehfmo0WphZb3bLzWlhuTteeHJHHqu','2025-03-06 14:16:55','2025-03-06 14:17:25','{\"ip\":\"200.183.83.84\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"PA\",\"regionName\":\"Par\\u00e1\",\"cityName\":\"Bel\\u00e9m\",\"zipCode\":\"66000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-1.345\",\"longitude\":\"-48.4219\",\"metroCode\":null,\"areaCode\":\"PA\",\"timezone\":\"America\\/Belem\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-06 19:16:56','2025-03-06 19:17:25',1,NULL),
(81,175,'200.183.83.84','Mac 10.15.7','Chrome 133','q7pq7dbHNWXWC3beGulkOkCyOdrL0M7dxKELO7ms','2025-03-06 14:18:18',NULL,'{\"ip\":\"200.183.83.84\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"PA\",\"regionName\":\"Par\\u00e1\",\"cityName\":\"Bel\\u00e9m\",\"zipCode\":\"66000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-1.345\",\"longitude\":\"-48.4219\",\"metroCode\":null,\"areaCode\":\"PA\",\"timezone\":\"America\\/Belem\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-06 19:18:19','2025-03-06 19:18:19',1,NULL),
(82,176,'36.92.23.50','Mac 10.15.7','Chrome 133','et3cDrR34ZPr7WveAjVi3LntCu7H4kJDW0zS1htQ','2025-03-08 03:41:22','2025-03-08 03:41:53','{\"ip\":\"36.92.23.50\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"SA\",\"regionName\":\"North Sulawesi\",\"cityName\":\"Manado\",\"zipCode\":\"95111\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"1.481\",\"longitude\":\"124.8518\",\"metroCode\":null,\"areaCode\":\"SA\",\"timezone\":\"Asia\\/Makassar\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-08 08:41:22','2025-03-08 08:41:53',1,NULL),
(83,176,'36.92.23.50','Mac 10.15.7','Chrome 133','vx5hCYj2gcwzgOmLIJHaXAupfJOZThx4q00PVcWS','2025-03-08 03:43:00',NULL,'{\"ip\":\"36.92.23.50\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"SA\",\"regionName\":\"North Sulawesi\",\"cityName\":\"Manado\",\"zipCode\":\"95111\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"1.481\",\"longitude\":\"124.8518\",\"metroCode\":null,\"areaCode\":\"SA\",\"timezone\":\"Asia\\/Makassar\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-08 08:43:00','2025-03-08 08:43:00',1,NULL),
(84,177,'116.212.132.222','Mac 10.15.7','Chrome 133','vslLVH7MNcYxsQ1o8BOAoP7Zdht6v1UjhUHgbBIL','2025-03-08 16:34:24','2025-03-08 16:34:51','{\"ip\":\"116.212.132.222\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-08 21:34:24','2025-03-08 21:34:51',1,NULL),
(85,177,'116.212.132.222','Mac 10.15.7','Chrome 133','CYdn45NecFu4vox6y0fyOcyNadzpWZMLF6iUgodx','2025-03-08 16:35:49',NULL,'{\"ip\":\"116.212.132.222\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-08 21:35:49','2025-03-08 21:35:49',1,NULL),
(86,178,'177.67.15.97','Mac 10.15.7','Chrome 133','0OlI590D4M9CoAfVm2W9ImZGKXqO1Z0ClpLmdfgA','2025-03-09 14:38:35','2025-03-09 14:39:17','{\"ip\":\"177.67.15.97\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"MG\",\"regionName\":\"Minas Gerais\",\"cityName\":\"Belo Horizonte\",\"zipCode\":\"30000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-19.9029\",\"longitude\":\"-43.9572\",\"metroCode\":null,\"areaCode\":\"MG\",\"timezone\":\"America\\/Sao_Paulo\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-09 18:38:35','2025-03-09 18:39:17',1,NULL),
(87,178,'177.67.15.97','Windows 10','Chrome 120','4rCPgatsoX9gjhlNwI9pf1LOVkjYW6F2PotnwYyN','2025-03-09 14:40:58',NULL,'{\"ip\":\"177.67.15.97\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"MG\",\"regionName\":\"Minas Gerais\",\"cityName\":\"Belo Horizonte\",\"zipCode\":\"30000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-19.9029\",\"longitude\":\"-43.9572\",\"metroCode\":null,\"areaCode\":\"MG\",\"timezone\":\"America\\/Sao_Paulo\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-09 18:40:58','2025-03-09 18:40:58',1,NULL),
(88,179,'120.50.8.90','Mac 10.15.7','Chrome 133','vs6Vb6eDWIO9daW1Aj0PCIMif61HNGVL2fvd36kj','2025-03-11 02:38:26','2025-03-11 02:39:00','{\"ip\":\"120.50.8.90\",\"countryName\":\"Bangladesh\",\"countryCode\":\"BD\",\"regionCode\":\"C\",\"regionName\":\"Dhaka Division\",\"cityName\":\"K\\u0101frul\",\"zipCode\":\"1207\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"23.7715\",\"longitude\":\"90.3568\",\"metroCode\":null,\"areaCode\":\"C\",\"timezone\":\"Asia\\/Dhaka\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-11 06:38:26','2025-03-11 06:39:00',1,NULL),
(89,179,'120.50.8.90','Mac 10.15.7','Chrome 133','31pIKsMIdVJBH1ivju00HpKEU5nTIszot3zvkzWM','2025-03-11 02:40:48',NULL,'{\"ip\":\"120.50.8.90\",\"countryName\":\"Bangladesh\",\"countryCode\":\"BD\",\"regionCode\":\"C\",\"regionName\":\"Dhaka Division\",\"cityName\":\"K\\u0101frul\",\"zipCode\":\"1207\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"23.7715\",\"longitude\":\"90.3568\",\"metroCode\":null,\"areaCode\":\"C\",\"timezone\":\"Asia\\/Dhaka\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-11 06:40:48','2025-03-11 06:40:48',1,NULL),
(90,180,'170.233.150.91','Windows 10','Chrome 120','ne38FyHIcPlgxeWQptWuLwfLxsWG8fkaOHUY1i27','2025-03-12 22:50:56','2025-03-12 22:51:15','{\"ip\":\"170.233.150.91\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"PA\",\"regionName\":\"Par\\u00e1\",\"cityName\":\"Marab\\u00e1\",\"zipCode\":\"68501\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-5.3848\",\"longitude\":\"-49.1313\",\"metroCode\":null,\"areaCode\":\"PA\",\"timezone\":\"America\\/Belem\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-13 02:50:56','2025-03-13 02:51:15',1,NULL),
(91,180,'170.233.150.91','Mac 10.15.7','Chrome 133','iAJb180LcShPShImUdgB7lBAvy25X1uRjP1yUrOD','2025-03-12 22:52:22',NULL,'{\"ip\":\"170.233.150.91\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"PA\",\"regionName\":\"Par\\u00e1\",\"cityName\":\"Marab\\u00e1\",\"zipCode\":\"68501\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-5.3848\",\"longitude\":\"-49.1313\",\"metroCode\":null,\"areaCode\":\"PA\",\"timezone\":\"America\\/Belem\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-13 02:52:22','2025-03-13 02:52:22',1,NULL),
(92,181,'103.220.213.166','Mac 10.15.7','Chrome 133','T68qQwpN6BAYk2rLoE3WK0paH130E0of5gBqjkgR','2025-03-14 09:17:26','2025-03-14 09:17:59','{\"ip\":\"103.220.213.166\",\"countryName\":\"India\",\"countryCode\":\"IN\",\"regionCode\":\"MH\",\"regionName\":\"Maharashtra\",\"cityName\":\"Mumbai\",\"zipCode\":\"400012\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"19.0748\",\"longitude\":\"72.8856\",\"metroCode\":null,\"areaCode\":\"MH\",\"timezone\":\"Asia\\/Kolkata\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-14 13:17:26','2025-03-14 13:17:59',1,NULL),
(93,181,'103.220.213.166','Mac 10.15.7','Chrome 133','LGtswhR5ti85t0xcmi17cRH91tN9ro47OGA9wG3V','2025-03-14 09:18:55',NULL,'{\"ip\":\"103.220.213.166\",\"countryName\":\"India\",\"countryCode\":\"IN\",\"regionCode\":\"MH\",\"regionName\":\"Maharashtra\",\"cityName\":\"Mumbai\",\"zipCode\":\"400012\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"19.0748\",\"longitude\":\"72.8856\",\"metroCode\":null,\"areaCode\":\"MH\",\"timezone\":\"Asia\\/Kolkata\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-14 13:18:55','2025-03-14 13:18:55',1,NULL),
(94,182,'103.89.59.130','Mac 10.15.7','Chrome 133','WORnOyUcpJTZVxefwmGn6l49vv9NRFzZpIz5Jwwt','2025-03-16 00:54:41','2025-03-16 00:55:21','{\"ip\":\"103.89.59.130\",\"countryName\":\"India\",\"countryCode\":\"IN\",\"regionCode\":\"UP\",\"regionName\":\"Uttar Pradesh\",\"cityName\":\"Lucknow\",\"zipCode\":\"226012\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"26.8373\",\"longitude\":\"80.9165\",\"metroCode\":null,\"areaCode\":\"UP\",\"timezone\":\"Asia\\/Kolkata\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-16 04:54:41','2025-03-16 04:55:21',1,NULL),
(95,182,'103.89.59.130','Mac 10.15.7','Chrome 133','l51NhvyGAkkzCJSjHzZS1yh1MSoY7WJRzOTRFJfN','2025-03-16 00:56:35',NULL,'{\"ip\":\"103.89.59.130\",\"countryName\":\"India\",\"countryCode\":\"IN\",\"regionCode\":\"UP\",\"regionName\":\"Uttar Pradesh\",\"cityName\":\"Lucknow\",\"zipCode\":\"226012\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"26.8373\",\"longitude\":\"80.9165\",\"metroCode\":null,\"areaCode\":\"UP\",\"timezone\":\"Asia\\/Kolkata\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-16 04:56:35','2025-03-16 04:56:35',1,NULL),
(96,183,'186.179.105.1','Mac 10.15.7','Chrome 133','9Wdbx3M49gALf5JlfHRfQ7zlmttKqJhVVbuhPzn4','2025-03-16 17:52:27','2025-03-16 17:53:05','{\"ip\":\"186.179.105.1\",\"countryName\":\"Colombia\",\"countryCode\":\"CO\",\"regionCode\":\"DC\",\"regionName\":\"Bogota D.C.\",\"cityName\":\"Bogot\\u00e1\",\"zipCode\":\"111411\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"4.6115\",\"longitude\":\"-74.0833\",\"metroCode\":null,\"areaCode\":\"DC\",\"timezone\":\"America\\/Bogota\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-16 21:52:27','2025-03-16 21:53:05',1,NULL),
(97,183,'186.179.105.1','Mac 10.15.7','Chrome 133','hbcDdAH3g6YGiLav96KQSZzQUaLT24K1A8IMbjBk','2025-03-16 17:54:10',NULL,'{\"ip\":\"186.179.105.1\",\"countryName\":\"Colombia\",\"countryCode\":\"CO\",\"regionCode\":\"DC\",\"regionName\":\"Bogota D.C.\",\"cityName\":\"Bogot\\u00e1\",\"zipCode\":\"111411\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"4.6115\",\"longitude\":\"-74.0833\",\"metroCode\":null,\"areaCode\":\"DC\",\"timezone\":\"America\\/Bogota\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-16 21:54:10','2025-03-16 21:54:10',1,NULL),
(98,184,'103.28.243.164','Mac 10.15.7','Chrome 133','I8CFZu4RS5sxMvE8tDhxszoojExsILcCHspqUsad','2025-03-17 12:12:42','2025-03-17 12:13:17','{\"ip\":\"103.28.243.164\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-17 16:12:42','2025-03-17 16:13:17',1,NULL),
(99,184,'103.28.243.164','Mac 10.15.7','Chrome 133','sSoCF7nzJjgJFzml8OCephI6JvGwWhUJwRiGH73n','2025-03-17 12:14:02',NULL,'{\"ip\":\"103.28.243.164\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-17 16:14:02','2025-03-17 16:14:02',1,NULL),
(100,185,'190.214.22.158','Mac 10.15.7','Chrome 133','kOmJa5Nk7YWDYgIEloUYsWSpt3TcPvWl5W0nnie6','2025-03-18 18:41:27','2025-03-18 18:41:54','{\"ip\":\"190.214.22.158\",\"countryName\":\"Ecuador\",\"countryCode\":\"EC\",\"regionCode\":\"G\",\"regionName\":\"Guayas\",\"cityName\":\"Guayaquil\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-2.2038\",\"longitude\":\"-79.8819\",\"metroCode\":null,\"areaCode\":\"G\",\"timezone\":\"America\\/Guayaquil\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-18 22:41:27','2025-03-18 22:41:54',1,NULL),
(101,185,'190.214.22.158','Mac 10.15.7','Chrome 133','dQUjj21FkR8c1rqZp4NR9FnPrcaRfX7LvKMJMHDN','2025-03-18 18:43:03',NULL,'{\"ip\":\"190.214.22.158\",\"countryName\":\"Ecuador\",\"countryCode\":\"EC\",\"regionCode\":\"G\",\"regionName\":\"Guayas\",\"cityName\":\"Guayaquil\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-2.2038\",\"longitude\":\"-79.8819\",\"metroCode\":null,\"areaCode\":\"G\",\"timezone\":\"America\\/Guayaquil\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-18 22:43:03','2025-03-18 22:43:03',1,NULL),
(102,186,'186.46.121.90','Mac 10.15.7','Chrome 133','3A97YXgXlWKuK5E0B1x5CrPbTEEIrBELd3VzALTx','2025-03-21 13:53:37','2025-03-21 13:54:01','{\"ip\":\"186.46.121.90\",\"countryName\":\"Ecuador\",\"countryCode\":\"EC\",\"regionCode\":\"P\",\"regionName\":\"Pichincha\",\"cityName\":\"Quito\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-0.2309\",\"longitude\":\"-78.5211\",\"metroCode\":null,\"areaCode\":\"P\",\"timezone\":\"America\\/Guayaquil\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-21 17:53:37','2025-03-21 17:54:01',1,NULL),
(103,186,'186.46.121.90','Mac 10.15.7','Chrome 133','yrTc0w1h5S9eGo8XXbT1VBNFKp8458ONf1kWIPbM','2025-03-21 13:54:54',NULL,'{\"ip\":\"186.46.121.90\",\"countryName\":\"Ecuador\",\"countryCode\":\"EC\",\"regionCode\":\"P\",\"regionName\":\"Pichincha\",\"cityName\":\"Quito\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-0.2309\",\"longitude\":\"-78.5211\",\"metroCode\":null,\"areaCode\":\"P\",\"timezone\":\"America\\/Guayaquil\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-21 17:54:54','2025-03-21 17:54:54',1,NULL),
(104,187,'105.27.159.50','Mac 10.15.7','Chrome 133','kSjLPqH6RCopIPJgrg8Qk6B1MIL6GGyE9qouhRRq','2025-03-22 20:34:27','2025-03-22 20:34:57','{\"ip\":\"105.27.159.50\",\"countryName\":\"South Africa\",\"countryCode\":\"ZA\",\"regionCode\":\"GP\",\"regionName\":\"Gauteng\",\"cityName\":\"Johannesburg\",\"zipCode\":\"2195\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-26.2309\",\"longitude\":\"28.0583\",\"metroCode\":null,\"areaCode\":\"GP\",\"timezone\":\"Africa\\/Johannesburg\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-23 00:34:27','2025-03-23 00:34:57',1,NULL),
(105,187,'105.27.159.50','Mac 10.15.7','Chrome 133','cwcFe67oeabnFLoO90Ca5tr2Eha9Vxh8CG15zG2b','2025-03-22 20:36:26',NULL,'{\"ip\":\"105.27.159.50\",\"countryName\":\"South Africa\",\"countryCode\":\"ZA\",\"regionCode\":\"GP\",\"regionName\":\"Gauteng\",\"cityName\":\"Johannesburg\",\"zipCode\":\"2195\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-26.2309\",\"longitude\":\"28.0583\",\"metroCode\":null,\"areaCode\":\"GP\",\"timezone\":\"Africa\\/Johannesburg\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-23 00:36:26','2025-03-23 00:36:26',1,NULL),
(106,188,'182.93.65.241','Mac 10.15.7','Chrome 133','hYBtaeoJ0OlAA2c5RmY6YpO71d0RYk1f2fjjj4IP','2025-03-23 11:39:19','2025-03-23 11:39:51','{\"ip\":\"182.93.65.241\",\"countryName\":\"Nepal\",\"countryCode\":\"NP\",\"regionCode\":\"P3\",\"regionName\":\"Bagmati Province\",\"cityName\":\"Kathmandu\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"27.7108\",\"longitude\":\"85.3251\",\"metroCode\":null,\"areaCode\":\"P3\",\"timezone\":\"Asia\\/Kathmandu\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-23 15:39:19','2025-03-23 15:39:51',1,NULL),
(107,188,'182.93.65.241','Mac 10.15.7','Chrome 133','9OUeYmbxlEYZxhnoFn1jYJKsIe9L7nWsfSyIqBDc','2025-03-23 11:40:35',NULL,'{\"ip\":\"182.93.65.241\",\"countryName\":\"Nepal\",\"countryCode\":\"NP\",\"regionCode\":\"P3\",\"regionName\":\"Bagmati Province\",\"cityName\":\"Kathmandu\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"27.7108\",\"longitude\":\"85.3251\",\"metroCode\":null,\"areaCode\":\"P3\",\"timezone\":\"Asia\\/Kathmandu\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-23 15:40:35','2025-03-23 15:40:35',1,NULL),
(108,189,'61.8.69.182','Mac 10.15.7','Chrome 133','aeTwfTLudbAEejQXmrv5JWwzyYiGMGzvUlsQzJID','2025-03-24 04:26:33','2025-03-24 04:27:05','{\"ip\":\"61.8.69.182\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"JK\",\"regionName\":\"Jakarta\",\"cityName\":\"Jakarta Pusat\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-6.18559\",\"longitude\":\"106.823\",\"metroCode\":null,\"areaCode\":\"JK\",\"timezone\":\"Asia\\/Jakarta\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-24 08:26:33','2025-03-24 08:27:05',1,NULL),
(109,189,'61.8.69.182','Mac 10.15.7','Chrome 133','RH93NdHiefpSQc0VSf2cgmsm24w30JFvxg9Pmgx0','2025-03-24 04:28:01',NULL,'{\"ip\":\"61.8.69.182\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"JK\",\"regionName\":\"Jakarta\",\"cityName\":\"Jakarta Pusat\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-6.18559\",\"longitude\":\"106.823\",\"metroCode\":null,\"areaCode\":\"JK\",\"timezone\":\"Asia\\/Jakarta\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-03-24 08:28:01','2025-03-24 08:28:01',1,NULL),
(110,190,'103.111.52.102','Mac 10.15.7','Chrome 133','h2bITQ7lmtNCVsDdd39EGDIwjGuHEnx76dRu3pmF','2025-03-28 04:54:29','2025-03-28 04:54:50','{\"ip\":\"103.111.52.102\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"JK\",\"regionName\":\"Jakarta\",\"cityName\":\"Utan\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-6.21391\",\"longitude\":\"106.903\",\"metroCode\":null,\"areaCode\":\"JK\",\"timezone\":\"Asia\\/Jakarta\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-28 08:54:29','2025-03-28 08:54:50',1,NULL),
(111,191,'46.148.36.24','Mac 10.15.7','Chrome 133','ydJ0V5CsRKD0CBw3JUtBlYfokkgfs0CyBjYoKifx','2025-03-28 17:07:12','2025-03-28 17:08:23','{\"ip\":\"46.148.36.24\",\"countryName\":\"Iran\",\"countryCode\":\"IR\",\"regionCode\":\"10\",\"regionName\":\"Isfahan\",\"cityName\":\"Sh\\u0101h\\u012bn Shahr\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"32.8797\",\"longitude\":\"51.5466\",\"metroCode\":null,\"areaCode\":\"10\",\"timezone\":\"Asia\\/Tehran\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-28 21:07:12','2025-03-28 21:08:23',1,NULL),
(112,192,'103.175.77.71','Mac 10.15.7','Chrome 133','Bbp2zi6FViCE0ebKVSHP6gmPzQjup1nFXFZI4u6k','2025-03-29 05:33:51','2025-03-29 05:34:28','{\"ip\":\"103.175.77.71\",\"countryName\":\"India\",\"countryCode\":\"IN\",\"regionCode\":\"UP\",\"regionName\":\"Uttar Pradesh\",\"cityName\":\"Mathura\",\"zipCode\":\"281004\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"27.4987\",\"longitude\":\"77.6669\",\"metroCode\":null,\"areaCode\":\"UP\",\"timezone\":\"Asia\\/Kolkata\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-03-29 09:33:51','2025-03-29 09:34:28',1,NULL),
(113,193,'103.185.25.186','Mac 10.15.7','Chrome 133','ySnWpA1cj0Auy9fgJmqOtpvhJ9eKeU9tHtWdbNfS','2025-04-02 22:00:53','2025-04-02 22:01:24','{\"ip\":\"103.185.25.186\",\"countryName\":\"Bangladesh\",\"countryCode\":\"BD\",\"regionCode\":\"B\",\"regionName\":\"Chittagong\",\"cityName\":\"Chittagong\",\"zipCode\":\"4000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"22.3245\",\"longitude\":\"91.8117\",\"metroCode\":null,\"areaCode\":\"B\",\"timezone\":\"Asia\\/Dhaka\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-03 02:00:53','2025-04-03 02:01:24',1,NULL),
(114,194,'43.230.194.144','Mac 10.15.7','Chrome 133','sPOYPfvlDegVqyjVsiSFPBMRUetAngCAhdTwkqmL','2025-04-03 03:23:15','2025-04-03 03:23:46','{\"ip\":\"43.230.194.144\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5773\",\"longitude\":\"104.918\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-03 07:23:15','2025-04-03 07:23:46',1,NULL),
(115,195,'45.4.255.141','Mac 10.15.7','Chrome 133','biDIkkcaqexOUWJdXrPA0TFHNjopzhonZhOlSq4C','2025-04-03 11:37:41','2025-04-03 11:38:12','{\"ip\":\"45.4.255.141\",\"countryName\":\"Argentina\",\"countryCode\":\"AR\",\"regionCode\":\"N\",\"regionName\":\"Misiones\",\"cityName\":\"El Soberbio\",\"zipCode\":\"3364\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-27.2954\",\"longitude\":\"-54.1927\",\"metroCode\":null,\"areaCode\":\"N\",\"timezone\":\"America\\/Argentina\\/Cordoba\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-03 15:37:41','2025-04-03 15:38:12',1,NULL),
(116,196,'197.211.43.250','Mac 10.15.7','Chrome 133','u2nW2A8R5okq1qYqoCaE6OpQR6TKKW0zmXWHgmMa','2025-04-04 07:57:51','2025-04-04 07:58:14','{\"ip\":\"197.211.43.250\",\"countryName\":\"Nigeria\",\"countryCode\":\"NG\",\"regionCode\":\"LA\",\"regionName\":\"Lagos\",\"cityName\":\"Lagos\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"6.52438\",\"longitude\":\"3.37921\",\"metroCode\":null,\"areaCode\":\"LA\",\"timezone\":\"Africa\\/Lagos\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-04 11:57:51','2025-04-04 11:58:14',1,NULL),
(117,197,'103.191.112.244','Mac 10.15.7','Chrome 133','2VVEZabCwwBGoQA31ZhjX8ASBe8jOKMy0BH1XXRm','2025-04-04 10:36:14','2025-04-04 10:36:47','{\"ip\":\"103.191.112.244\",\"countryName\":\"India\",\"countryCode\":\"IN\",\"regionCode\":\"UP\",\"regionName\":\"Uttar Pradesh\",\"cityName\":\"Ghaziabad\",\"zipCode\":\"201102\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"28.6677\",\"longitude\":\"77.4337\",\"metroCode\":null,\"areaCode\":\"UP\",\"timezone\":\"Asia\\/Kolkata\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-04 14:36:14','2025-04-04 14:36:47',1,NULL),
(118,198,'202.79.46.74','Mac 10.15.7','Chrome 133','2MM9SJNipiHUxkYRUgVQd7aBYanmlX0kVQ6QKUyh','2025-04-04 11:58:39','2025-04-04 11:59:02','{\"ip\":\"202.79.46.74\",\"countryName\":\"Nepal\",\"countryCode\":\"NP\",\"regionCode\":\"P3\",\"regionName\":\"Bagmati Province\",\"cityName\":\"Kathmandu\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"27.7108\",\"longitude\":\"85.3251\",\"metroCode\":null,\"areaCode\":\"P3\",\"timezone\":\"Asia\\/Kathmandu\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-04 15:58:39','2025-04-04 15:59:02',1,NULL),
(119,199,'202.62.39.159','Mac 10.15.7','Chrome 133','JuAtYftUzvIo583vzb1nR62PP0myGViq4CC0HKsp','2025-04-05 07:26:22','2025-04-05 07:27:09','{\"ip\":\"202.62.39.159\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-05 11:26:22','2025-04-05 11:27:09',1,NULL),
(120,200,'186.46.6.102','Mac 10.15.7','Chrome 133','bHyx2qTu53Ckk7cphsgsevc2BHaoXrpilvNws67R','2025-04-05 14:48:09','2025-04-05 14:48:43','{\"ip\":\"186.46.6.102\",\"countryName\":\"Ecuador\",\"countryCode\":\"EC\",\"regionCode\":\"P\",\"regionName\":\"Pichincha\",\"cityName\":\"Quito\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-0.2309\",\"longitude\":\"-78.5211\",\"metroCode\":null,\"areaCode\":\"P\",\"timezone\":\"America\\/Guayaquil\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-05 18:48:09','2025-04-05 18:48:43',1,NULL),
(121,201,'202.63.241.52','Mac 10.15.7','Chrome 133','BMjRVsnRAw1ZevCwKEibys5r2vgjZT7r2E45zSz0','2025-04-05 15:59:54','2025-04-05 16:00:23','{\"ip\":\"202.63.241.52\",\"countryName\":\"Nepal\",\"countryCode\":\"NP\",\"regionCode\":\"P3\",\"regionName\":\"Bagmati Province\",\"cityName\":\"Kathmandu\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"27.7017\",\"longitude\":\"85.3206\",\"metroCode\":null,\"areaCode\":\"P3\",\"timezone\":\"Asia\\/Kathmandu\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-05 19:59:54','2025-04-05 20:00:23',1,NULL),
(122,202,'186.159.120.193','Mac 10.15.7','Chrome 133','rMpxZpYdnzDYUfnBdquN0FYRPErhutZObXF6mZBy','2025-04-06 11:27:40','2025-04-06 11:28:25','{\"ip\":\"186.159.120.193\",\"countryName\":\"Argentina\",\"countryCode\":\"AR\",\"regionCode\":\"J\",\"regionName\":\"San Juan\",\"cityName\":\"San Juan\",\"zipCode\":\"5400\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-31.5353\",\"longitude\":\"-68.531\",\"metroCode\":null,\"areaCode\":\"J\",\"timezone\":\"America\\/Argentina\\/San_Juan\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-06 15:27:40','2025-04-06 15:28:25',1,NULL),
(123,203,'45.61.224.22','Mac 10.15.7','Chrome 133','SWphXwbcexPRXLzDOA27UIXXliTRxbtO26bRvVRk','2025-04-06 23:12:56','2025-04-06 23:13:33','{\"ip\":\"45.61.224.22\",\"countryName\":\"United States\",\"countryCode\":\"US\",\"regionCode\":\"CO\",\"regionName\":\"Colorado\",\"cityName\":\"Denver\",\"zipCode\":\"80203\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"39.7427\",\"longitude\":\"-104.984\",\"metroCode\":null,\"areaCode\":\"CO\",\"timezone\":\"America\\/Denver\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-07 03:12:56','2025-04-07 03:13:33',1,NULL),
(124,204,'203.176.141.120','Mac 10.15.7','Chrome 133','9f3oMDQMKQRiP93HDTBiPcSvb3xIoOwykxIbeUVS','2025-04-07 20:56:31','2025-04-07 20:57:03','{\"ip\":\"203.176.141.120\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"24\",\"regionName\":\"Pailin\",\"cityName\":\"Sala Krau\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"12.9561\",\"longitude\":\"102.609\",\"metroCode\":null,\"areaCode\":\"24\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-08 00:56:31','2025-04-08 00:57:03',1,NULL),
(125,205,'203.223.44.118','Mac 10.15.7','Chrome 133','iVimzuV0PIweyHr4olLf9i7uWnk4dWeYlLFLrCEy','2025-04-08 17:42:49','2025-04-08 17:43:20','{\"ip\":\"203.223.44.118\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-08 21:42:49','2025-04-08 21:43:20',1,NULL),
(126,206,'45.235.165.51','Mac 10.15.7','Chrome 133','AWa5XgLsDPCXrNDFSWpKvrTHCGda7hO8mDTeSzYc','2025-04-09 09:29:34','2025-04-09 09:30:12','{\"ip\":\"45.235.165.51\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"MG\",\"regionName\":\"Minas Gerais\",\"cityName\":\"Delta\",\"zipCode\":\"38108\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-19.936\",\"longitude\":\"-47.8012\",\"metroCode\":null,\"areaCode\":\"MG\",\"timezone\":\"America\\/Sao_Paulo\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-09 13:29:34','2025-04-09 13:30:12',1,NULL),
(127,207,'45.236.162.222','Mac 10.15.7','Chrome 133','53eEcfU0S3wvcWFrwvBPcj9adRqVvOWtU6f4c6UK','2025-04-09 14:40:34','2025-04-09 14:41:03','{\"ip\":\"45.236.162.222\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"MG\",\"regionName\":\"Minas Gerais\",\"cityName\":\"Montes Claros\",\"zipCode\":\"39400\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-16.5879\",\"longitude\":\"-43.9\",\"metroCode\":null,\"areaCode\":\"MG\",\"timezone\":\"America\\/Sao_Paulo\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-09 18:40:34','2025-04-09 18:41:03',1,NULL),
(128,208,'177.200.81.82','Mac 10.15.7','Chrome 133','j2mbebu0ckeh66yqqzt0CiEE7Rq8cQIMHCzdhNhB','2025-04-10 04:41:04','2025-04-10 04:41:26','{\"ip\":\"177.200.81.82\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"CE\",\"regionName\":\"Cear\\u00e1\",\"cityName\":\"Senador Pompeu\",\"zipCode\":\"63600\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-5.5769\",\"longitude\":\"-39.4872\",\"metroCode\":null,\"areaCode\":\"CE\",\"timezone\":\"America\\/Fortaleza\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-10 08:41:04','2025-04-10 08:41:26',1,NULL),
(129,209,'14.178.39.171','Mac 10.15.7','Chrome 133','TNLT3EJcJ93S3OPhFUisZnNUEDu9yQCMsV8k2BnJ','2025-04-12 09:34:51','2025-04-12 09:35:17','{\"ip\":\"14.178.39.171\",\"countryName\":\"Vietnam\",\"countryCode\":\"VN\",\"regionCode\":\"54\",\"regionName\":\"B\\u1eafc Giang Province\",\"cityName\":\"B\\u1eafc Giang\",\"zipCode\":\"230000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"21.2749\",\"longitude\":\"106.1933\",\"metroCode\":null,\"areaCode\":\"54\",\"timezone\":\"Asia\\/Bangkok\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-12 13:34:51','2025-04-12 13:35:17',1,NULL),
(130,210,'202.166.206.133','Mac 10.15.7','Chrome 133','7m8gEki4Exq9piON1GWWSj6XPeoEnFFF4rFM0c8n','2025-04-13 16:16:48','2025-04-13 16:17:14','{\"ip\":\"202.166.206.133\",\"countryName\":\"Nepal\",\"countryCode\":\"NP\",\"regionCode\":\"P3\",\"regionName\":\"Bagmati Province\",\"cityName\":\"Kathmandu\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"27.7108\",\"longitude\":\"85.3251\",\"metroCode\":null,\"areaCode\":\"P3\",\"timezone\":\"Asia\\/Kathmandu\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-13 20:16:48','2025-04-13 20:17:14',1,NULL),
(131,211,'45.249.120.138','Mac 10.15.7','Chrome 133','6vqOnn5amPWpJG48TiprYkLwsPkmU4lRDXVKQOv8','2025-04-13 16:39:28','2025-04-13 16:39:59','{\"ip\":\"45.249.120.138\",\"countryName\":\"India\",\"countryCode\":\"IN\",\"regionCode\":\"TN\",\"regionName\":\"Tamil Nadu\",\"cityName\":\"Erode\",\"zipCode\":\"638012\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.3458\",\"longitude\":\"77.7334\",\"metroCode\":null,\"areaCode\":\"TN\",\"timezone\":\"Asia\\/Kolkata\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-13 20:39:29','2025-04-13 20:39:59',1,NULL),
(132,212,'94.72.155.218','Windows 10','Chrome 135','sNB3gkWdLt4l11wkcGUzEPpYlrgcIN6D9WIdxRlN','2025-04-16 12:00:17','2025-04-16 12:00:28','{\"ip\":\"94.72.155.218\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8916\",\"longitude\":\"35.5024\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-16 16:00:17','2025-04-16 16:00:28',1,NULL),
(133,214,'200.58.249.208','Mac 10.15.7','Chrome 133','Tnnr28S5u8aYbom3nQsYakDKoSqeSuQgdNJEEFMi','2025-04-17 04:32:07','2025-04-17 04:32:40','{\"ip\":\"200.58.249.208\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"MG\",\"regionName\":\"Minas Gerais\",\"cityName\":\"Alpin\\u00f3polis\",\"zipCode\":\"37940\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-20.8182\",\"longitude\":\"-46.3794\",\"metroCode\":null,\"areaCode\":\"MG\",\"timezone\":\"America\\/Sao_Paulo\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-17 08:32:07','2025-04-17 08:32:40',1,NULL),
(134,215,'36.95.127.225','Mac 10.15.7','Chrome 133','3itQhy11dv1x7cpH2q8EFeK9QSZYX5MxfuBulUhu','2025-04-17 11:22:08','2025-04-17 11:22:43','{\"ip\":\"36.95.127.225\",\"countryName\":\"Indonesia\",\"countryCode\":\"ID\",\"regionCode\":\"JK\",\"regionName\":\"Jakarta\",\"cityName\":\"Jakarta Pusat\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-6.18104\",\"longitude\":\"106.826\",\"metroCode\":null,\"areaCode\":\"JK\",\"timezone\":\"Asia\\/Jakarta\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-17 15:22:08','2025-04-17 15:22:43',1,NULL),
(135,216,'116.212.149.14','Mac 10.15.7','Chrome 133','PgAYcwqoGSrflxkLRnKk9ZH9Hj1AHoyFFz7snEya','2025-04-18 19:33:34','2025-04-18 19:34:09','{\"ip\":\"116.212.149.14\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-18 23:33:34','2025-04-18 23:34:09',1,NULL),
(136,217,'113.162.84.219','Mac 10.15.7','Chrome 133','cyKnzPDuGyPueckL0IIaTMeNdaPDdAygsia4tcG2','2025-04-19 09:01:02','2025-04-19 09:01:33','{\"ip\":\"113.162.84.219\",\"countryName\":\"Vietnam\",\"countryCode\":\"VN\",\"regionCode\":\"63\",\"regionName\":\"H\\u00e0 Nam Province\",\"cityName\":\"Ph\\u1ee7 L\\u00fd\",\"zipCode\":\"400000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"20.5411\",\"longitude\":\"105.9139\",\"metroCode\":null,\"areaCode\":\"63\",\"timezone\":\"Asia\\/Bangkok\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-19 13:01:02','2025-04-19 13:01:33',1,NULL),
(137,218,'38.50.65.173','Mac 10.15.7','Chrome 133','LLVhSwkSSIkIua9g4tQchaCjHtaEspqlbEUxDG3F','2025-04-20 12:23:21','2025-04-20 12:23:40','{\"ip\":\"38.50.65.173\",\"countryName\":\"Puerto Rico\",\"countryCode\":\"PR\",\"regionCode\":\"\",\"regionName\":\"San Juan\",\"cityName\":\"San Juan\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"18.4663\",\"longitude\":\"-66.1057\",\"metroCode\":null,\"areaCode\":\"\",\"timezone\":\"America\\/Puerto_Rico\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-20 16:23:21','2025-04-20 16:23:40',1,NULL),
(138,219,'103.69.216.171','Mac 10.15.7','Chrome 133','4hQ6337GqFDS3GnLZpQ17CfR7GutEdO6U4kpM0z5','2025-04-20 16:21:08','2025-04-20 16:21:48','{\"ip\":\"103.69.216.171\",\"countryName\":\"India\",\"countryCode\":\"IN\",\"regionCode\":\"UP\",\"regionName\":\"Uttar Pradesh\",\"cityName\":\"Kushi Nagar\",\"zipCode\":\"274402\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"26.7371\",\"longitude\":\"83.9042\",\"metroCode\":null,\"areaCode\":\"UP\",\"timezone\":\"Asia\\/Kolkata\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-20 20:21:08','2025-04-20 20:21:48',1,NULL),
(139,220,'116.68.195.93','Mac 10.15.7','Chrome 133','xayU9IUeUm50lXCWy1nFXJc3trPkhhiaTPH9cZAF','2025-04-20 20:44:08','2025-04-20 20:44:48','{\"ip\":\"116.68.195.93\",\"countryName\":\"Bangladesh\",\"countryCode\":\"BD\",\"regionCode\":\"C\",\"regionName\":\"Dhaka Division\",\"cityName\":\"Dhaka\",\"zipCode\":\"1000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"23.7278\",\"longitude\":\"90.4135\",\"metroCode\":null,\"areaCode\":\"C\",\"timezone\":\"Asia\\/Dhaka\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-21 00:44:08','2025-04-21 00:44:48',1,NULL),
(140,221,'14.224.172.182','Mac 10.15.7','Chrome 133','1lQDJT8qDcKSgGSisN7iQLdNTX6T4wO2OHzFMzd8','2025-04-20 21:24:13','2025-04-20 21:24:42','{\"ip\":\"14.224.172.182\",\"countryName\":\"Vietnam\",\"countryCode\":\"VN\",\"regionCode\":\"SG\",\"regionName\":\"Ho Chi Minh\",\"cityName\":\"Ho Chi Minh City\",\"zipCode\":\"700000\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"10.822\",\"longitude\":\"106.6257\",\"metroCode\":null,\"areaCode\":\"SG\",\"timezone\":\"Asia\\/Ho_Chi_Minh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-21 01:24:13','2025-04-21 01:24:42',1,NULL),
(141,222,'45.201.203.85','Mac 10.15.7','Chrome 133','JzFcOUrZSjew3hLsbNNEfhzknkHyGyECu8pFwO88','2025-04-21 12:51:50','2025-04-21 12:52:23','{\"ip\":\"45.201.203.85\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-21 16:51:50','2025-04-21 16:52:23',1,NULL),
(142,223,'2.189.106.111','Mac 10.15.7','Chrome 133','yqL1bHxfXy3njo70H4TzLlL9rA8uh8IZZ91NNCc8','2025-04-22 05:55:35','2025-04-22 05:56:09','{\"ip\":\"2.189.106.111\",\"countryName\":\"Iran\",\"countryCode\":\"IR\",\"regionCode\":\"23\",\"regionName\":\"Tehran\",\"cityName\":\"Tehran\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"35.7373\",\"longitude\":\"51.4157\",\"metroCode\":null,\"areaCode\":\"23\",\"timezone\":\"Asia\\/Tehran\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-22 09:55:35','2025-04-22 09:56:09',1,NULL),
(143,224,'81.94.78.186','Mac 10.15.7','Chrome 133','EJ6YrmsMv6ii3klsYbUREc8jnNGjQcjQ9VX9nhI5','2025-04-22 16:29:37',NULL,'{\"ip\":\"81.94.78.186\",\"countryName\":\"Sweden\",\"countryCode\":\"SE\",\"regionCode\":\"X\",\"regionName\":\"G\\u00e4vleborg County\",\"cityName\":\"S\\u00f6derhamn\",\"zipCode\":\"826 50\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"61.3035\",\"longitude\":\"17.063\",\"metroCode\":null,\"areaCode\":\"X\",\"timezone\":\"Europe\\/Stockholm\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',1,'2025-04-22 20:29:37','2025-04-22 20:29:37',1,NULL),
(144,225,'124.248.185.179','Mac 10.15.7','Chrome 133','W1AjLG3BhF23WXFUHuq3lkM3oTenlANKQXanJjWQ','2025-04-24 09:34:10','2025-04-24 09:34:41','{\"ip\":\"124.248.185.179\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-24 13:34:10','2025-04-24 13:34:41',1,NULL),
(145,226,'208.79.109.164','Mac 10.15.7','Chrome 133','i3Huhvxb7SZ3Cm9cAoALyXlXUGHAElAwVsjq1JvX','2025-04-25 10:35:04','2025-04-25 10:35:30','{\"ip\":\"208.79.109.164\",\"countryName\":\"United States\",\"countryCode\":\"US\",\"regionCode\":\"CA\",\"regionName\":\"California\",\"cityName\":\"Perris\",\"zipCode\":\"92570\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.7852\",\"longitude\":\"-117.3166\",\"metroCode\":null,\"areaCode\":\"CA\",\"timezone\":\"America\\/Los_Angeles\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-25 14:35:04','2025-04-25 14:35:30',1,NULL),
(146,227,'103.69.216.171','Mac 10.15.7','Chrome 133','JvlnhSEufWy6wWsrYEE6849ZqdMwuEOD1tBptEaN','2025-04-26 05:11:39','2025-04-26 05:11:53','{\"ip\":\"103.69.216.171\",\"countryName\":\"India\",\"countryCode\":\"IN\",\"regionCode\":\"UP\",\"regionName\":\"Uttar Pradesh\",\"cityName\":\"Kushi Nagar\",\"zipCode\":\"274402\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"26.7371\",\"longitude\":\"83.9042\",\"metroCode\":null,\"areaCode\":\"UP\",\"timezone\":\"Asia\\/Kolkata\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-26 09:11:39','2025-04-26 09:11:53',1,NULL),
(147,228,'116.212.132.179','Mac 10.15.7','Chrome 133','KiORwP0ogWGZCbLupwp3LTP924jVoqwQ20A8me01','2025-04-27 00:50:45','2025-04-27 00:51:31','{\"ip\":\"116.212.132.179\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-27 04:50:45','2025-04-27 04:51:31',1,NULL),
(148,229,'102.164.30.43','Mac 10.15.7','Chrome 133','RCxYx8IvIa9MJLF6rC2OMLz8W3NbistDFp73dsPK','2025-04-27 03:18:37','2025-04-27 03:19:59','{\"ip\":\"102.164.30.43\",\"countryName\":\"South Africa\",\"countryCode\":\"ZA\",\"regionCode\":\"LP\",\"regionName\":\"Limpopo\",\"cityName\":\"Polokwane\",\"zipCode\":\"0699\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-23.85\",\"longitude\":\"29.38\",\"metroCode\":null,\"areaCode\":\"LP\",\"timezone\":\"Africa\\/Johannesburg\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-27 07:18:37','2025-04-27 07:19:59',1,NULL),
(149,230,'177.126.18.78','Mac 10.15.7','Chrome 133','nR2a3WYVtAxkSHoxdRXyCydwD1hxscIk8x7Mc9A5','2025-04-27 21:49:22','2025-04-27 21:49:55','{\"ip\":\"177.126.18.78\",\"countryName\":\"Brazil\",\"countryCode\":\"BR\",\"regionCode\":\"SC\",\"regionName\":\"Santa Catarina\",\"cityName\":\"Bra\\u00e7o do Norte\",\"zipCode\":\"88750\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"-28.2441\",\"longitude\":\"-49.1272\",\"metroCode\":null,\"areaCode\":\"SC\",\"timezone\":\"America\\/Sao_Paulo\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-28 01:49:22','2025-04-28 01:49:55',1,NULL),
(150,231,'202.62.39.87','Mac 10.15.7','Chrome 133','wIE91a9Ncw41CRIRaE6CTPn2FSNtKiskDm66Imt8','2025-04-28 12:15:38','2025-04-28 12:16:05','{\"ip\":\"202.62.39.87\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-28 16:15:38','2025-04-28 16:16:05',1,NULL),
(151,232,'38.47.35.83','Mac 10.15.7','Chrome 133','QHBwjPjgICNW9iWpF2oOzJbALv6zAhjGv8jT6O04','2025-04-28 18:08:07','2025-04-28 18:08:43','{\"ip\":\"38.47.35.83\",\"countryName\":\"Cambodia\",\"countryCode\":\"KH\",\"regionCode\":\"12\",\"regionName\":\"Phnom Penh\",\"cityName\":\"Phnom Penh\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"11.5583\",\"longitude\":\"104.9121\",\"metroCode\":null,\"areaCode\":\"12\",\"timezone\":\"Asia\\/Phnom_Penh\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-04-28 22:08:07','2025-04-28 22:08:43',1,NULL),
(152,238,'94.187.23.9','Windows 10','Chrome 136','zmrXLyl5fcRiR2zeBKEKTBq4p86JAM3YfA3c6K12','2025-05-14 15:59:09','2025-05-14 16:05:47','{\"ip\":\"94.187.23.9\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8933\",\"longitude\":\"35.5016\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-05-14 19:59:10','2025-05-14 20:05:47',1,NULL),
(153,238,'94.187.23.9','Windows 10','Chrome 136','Q8HHyr2vGJhOIvPpLVtXfhFmdBaF9muBOGHRahiS','2025-05-14 18:48:25','2025-05-14 18:50:58','{\"ip\":\"94.187.23.9\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8933\",\"longitude\":\"35.5016\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-05-14 22:48:25','2025-05-14 22:50:58',1,NULL),
(154,237,'94.187.23.9','Windows 10','Chrome 136','hmGgfcTbDt8dcl4ZO03qtm3IHYgNKK3xfDBBglof','2025-05-14 19:01:00','2025-05-14 19:02:34','{\"ip\":\"94.187.23.9\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8933\",\"longitude\":\"35.5016\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-05-14 23:01:00','2025-05-14 23:02:34',1,NULL),
(155,6,'94.187.23.9','Windows 10','Chrome 136','Ss9acohtcB4ZU0plfHyvKb7WIlpZuYhYa6lKhDLh','2025-05-14 19:02:44','2025-05-14 19:06:12','{\"ip\":\"94.187.23.9\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8933\",\"longitude\":\"35.5016\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-05-14 23:02:45','2025-05-14 23:06:12',1,NULL),
(156,6,'94.187.14.195','Windows 10','Chrome 136','fKsvTA2dMqFa3MCJzfcnG0wLhJdKAnBMKdqSFxyu','2025-05-15 12:15:30','2025-05-15 12:15:37','{\"ip\":\"94.187.14.195\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8933\",\"longitude\":\"35.5016\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-05-15 16:15:30','2025-05-15 16:15:37',1,NULL),
(157,237,'185.97.95.68','Windows 10','Chrome 137','A7IwwkfwHw3eOYt9s2VGVW8HpHHRZATigblQvIZZ','2025-06-12 17:35:26','2025-06-12 17:36:01','{\"ip\":\"185.97.95.68\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8916\",\"longitude\":\"35.5024\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 21:35:26','2025-06-12 21:36:01',1,NULL),
(158,233,'185.97.95.68','Windows 10','Chrome 137','60Lj2zTaiU5Rt57Jl5BUfB47nk5bj72WbJ6zltBK','2025-06-12 17:36:25','2025-06-12 17:37:02','{\"ip\":\"185.97.95.68\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8916\",\"longitude\":\"35.5024\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 21:36:25','2025-06-12 21:37:02',1,NULL),
(159,6,'94.187.14.167','Windows 10','Chrome 137','W7Jfuzto5AxlmnIA2YEAAkUJWxYxK7XPPj2sFi59','2025-06-12 18:34:13','2025-06-12 18:38:49','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 22:34:14','2025-06-12 22:38:49',1,NULL),
(160,5,'94.187.14.167','Windows 10','Chrome 137','qRn0ITekLljNPhTSzWREzyqeZr9HQ0NBOwmgq2fB','2025-06-12 18:45:32','2025-06-12 18:49:00','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 22:45:32','2025-06-12 22:49:00',1,NULL),
(161,2,'94.187.14.167','Windows 10','Chrome 137','38UhF03LEQeaYkYB02CAi1UHUVpWHtIcT93nyAVn','2025-06-12 18:49:29','2025-06-12 18:49:55','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 22:49:30','2025-06-12 22:49:55',1,NULL),
(162,233,'94.187.14.167','Windows 10','Chrome 137','oNyqVuODKtTfxiQ5FeYPK8nCcwPchYIeCXB6YnPb','2025-06-12 18:53:14','2025-06-12 18:54:03','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 22:53:14','2025-06-12 22:54:03',1,NULL),
(163,236,'94.187.14.167','Windows 10','Chrome 137','BnItOrsy1DXrZWoSGhf5KM5ig7JjUDvs4NBP8gVG','2025-06-12 18:54:16','2025-06-12 18:54:58','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 22:54:16','2025-06-12 22:54:58',1,NULL),
(164,2,'94.187.14.167','Windows 10','Chrome 137','tIPY08I5IxRtnAbKhBERs3YF5L6DMrgE8EgUgkHw','2025-06-12 18:55:15','2025-06-12 18:57:09','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 22:55:15','2025-06-12 22:57:09',1,NULL),
(165,238,'94.187.14.167','Windows 10','Chrome 137','F9w0TK0CTHUQsrRbwbJYkpNW4Dx2pceN5MXjm3KB','2025-06-12 18:57:52','2025-06-12 18:58:26','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 22:57:52','2025-06-12 22:58:26',1,NULL),
(166,237,'94.187.14.167','Windows 10','Chrome 137','YXpSBmjVCZlDbXhyN9ooiUh8ope4GUCtAqm30QXr','2025-06-12 18:58:38','2025-06-12 19:00:48','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 22:58:38','2025-06-12 23:00:48',1,NULL),
(167,6,'94.187.14.167','Windows 10','Chrome 137','wsTfJEsiIIs5XYkf2x2IkDLPxBf4j8RthwqubVUX','2025-06-12 19:01:07','2025-06-12 19:02:11','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 23:01:07','2025-06-12 23:02:11',1,NULL),
(168,233,'94.187.14.167','Windows 10','Chrome 137','cMEdJkSm5VUnuj2oKsvWB9gkTiDXXllq9gN9d3MF','2025-06-12 19:02:44','2025-06-12 19:03:15','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 23:02:44','2025-06-12 23:03:15',1,NULL),
(169,238,'94.187.14.167','Windows 10','Chrome 137','V4JLzUptnED84JQHoKH9LMLJOcycEBwv3CUTnHpk','2025-06-12 19:03:35','2025-06-12 19:03:56','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 23:03:35','2025-06-12 23:03:56',1,NULL),
(170,212,'94.187.14.167','Windows 10','Chrome 137','m37goCu9pu4g5UEnbYCWdG1B4YlTSo7qn3axqKYI','2025-06-12 19:04:09','2025-06-12 19:06:00','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 23:04:09','2025-06-12 23:06:00',1,NULL),
(171,236,'94.187.14.167','Windows 10','Chrome 137','MJsKpONXawsZJmNwvX8fy7yFqDrudfNduPxbkMs6','2025-06-12 19:07:02','2025-06-12 19:07:48','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 23:07:02','2025-06-12 23:07:48',1,NULL),
(172,237,'94.187.14.167','Windows 10','Chrome 137','GLNw95yjVWqlXA0Z9L9kvBV9h5zrgaEriyqSLsxZ','2025-06-12 19:08:00','2025-06-12 19:08:48','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 23:08:00','2025-06-12 23:08:48',1,NULL),
(173,238,'94.187.14.167','Windows 10','Chrome 137','C9uDJc1xn0TuVhlQKqD2CyqsU93bAIXY8NWEaS85','2025-06-12 19:09:00','2025-06-12 19:09:23','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 23:09:00','2025-06-12 23:09:23',1,NULL),
(174,237,'94.187.14.167','Windows 10','Chrome 137','u5L36QxwmvGbM2nSoGn6Ham0ui29tPzdyg9AzfeK','2025-06-12 19:09:35','2025-06-12 19:09:59','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 23:09:35','2025-06-12 23:09:59',1,NULL),
(175,233,'94.187.14.167','Windows 10','Chrome 137','JPqU5zOhZyquMsvl9tw6veZA680auoIAyFyUGx1K','2025-06-12 19:10:10','2025-06-12 19:10:51','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 23:10:10','2025-06-12 23:10:51',1,NULL),
(176,236,'94.187.14.167','Windows 10','Chrome 137','6eKFKcVWqDqsluwCzPRUeMxxPuk1dJFxSxVfivwb','2025-06-12 19:11:07','2025-06-12 19:11:31','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 23:11:07','2025-06-12 23:11:31',1,NULL),
(177,238,'94.187.14.167','Windows 10','Chrome 137','TidD5gQPUGRSU3TZxwUBxlGXedKdMsf1uuEvBD1n','2025-06-12 19:11:47','2025-06-12 19:12:35','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 23:11:47','2025-06-12 23:12:35',1,NULL),
(178,4,'94.187.14.167','Windows 10','Chrome 137','RilcqLuiYvsBU1Ml4m81ds8MLbd8THUxWZDwLR8Y','2025-06-12 19:15:08','2025-06-12 19:16:18','{\"ip\":\"94.187.14.167\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"JL\",\"regionName\":\"Mohafazat Mont-Liban\",\"cityName\":\"Ajaltoun\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.9653\",\"longitude\":\"35.6828\",\"metroCode\":null,\"areaCode\":\"JL\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-12 23:15:08','2025-06-12 23:16:18',1,NULL),
(179,4,'94.187.20.81','Windows 10','Chrome 137','qkEpfP2qbfKrXbWBAj26Xf81USxhcvV2GCjhFZKG','2025-06-16 11:55:17','2025-06-16 11:55:24','{\"ip\":\"94.187.20.81\",\"countryName\":\"Lebanon\",\"countryCode\":\"LB\",\"regionCode\":\"BA\",\"regionName\":\"Beyrouth\",\"cityName\":\"Beirut\",\"zipCode\":\"\",\"isoCode\":null,\"postalCode\":null,\"latitude\":\"33.8933\",\"longitude\":\"35.5016\",\"metroCode\":null,\"areaCode\":\"BA\",\"timezone\":\"Asia\\/Beirut\",\"driver\":\"Stevebauman\\\\Location\\\\Drivers\\\\IpApi\"}',0,'2025-06-16 15:55:17','2025-06-16 15:55:24',1,NULL);
/*!40000 ALTER TABLE `user_logins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_notification_setups`
--

DROP TABLE IF EXISTS `user_notification_setups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_notification_setups` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `email_ids` text NOT NULL,
  `browser_ids` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `mobile_ids` text 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 `user_notification_setups`
--

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

--
-- Table structure for table `user_payout_account_specifications`
--

DROP TABLE IF EXISTS `user_payout_account_specifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_payout_account_specifications` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `payout_accounts_id` bigint(20) unsigned DEFAULT NULL,
  `specification_id` bigint(20) unsigned NOT NULL,
  `value` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `user_payout_account_specifications_user_id_foreign` (`user_id`),
  CONSTRAINT `user_payout_account_specifications_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_payout_account_specifications`
--

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

--
-- Table structure for table `user_payout_accounts`
--

DROP TABLE IF EXISTS `user_payout_accounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_payout_accounts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `payout_accounts_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `user_payout_accounts_user_id_foreign` (`user_id`),
  CONSTRAINT `user_payout_accounts_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_payout_accounts`
--

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

--
-- Table structure for table `user_skills`
--

DROP TABLE IF EXISTS `user_skills`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_skills` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `skills` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `user_skills_user_id_foreign` (`user_id`),
  CONSTRAINT `user_skills_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_skills`
--

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

--
-- Table structure for table `user_wise_coupon_settings`
--

DROP TABLE IF EXISTS `user_wise_coupon_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_wise_coupon_settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `role_id` int(11) DEFAULT 3,
  `type` tinyint(4) DEFAULT 1 COMMENT '1=Fixed Amount, 2=Percentage(%)',
  `status` tinyint(4) DEFAULT 1 COMMENT '1=Enable, 2=Disable',
  `amount` double(16,2) DEFAULT 0.00,
  `max_limit` int(11) DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`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 `user_wise_coupon_settings`
--

LOCK TABLES `user_wise_coupon_settings` WRITE;
/*!40000 ALTER TABLE `user_wise_coupon_settings` DISABLE KEYS */;
INSERT INTO `user_wise_coupon_settings` VALUES
(1,3,1,1,10.00,10,'2024-11-27 16:41:05','2024-11-27 16:41:05',1);
/*!40000 ALTER TABLE `user_wise_coupon_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user_wise_coupons`
--

DROP TABLE IF EXISTS `user_wise_coupons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user_wise_coupons` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `invite_by` bigint(20) DEFAULT NULL,
  `invite_accept_by` bigint(20) DEFAULT NULL,
  `invite_code` varchar(50) DEFAULT NULL,
  `category_id` bigint(20) DEFAULT NULL,
  `subcategory_id` bigint(20) DEFAULT NULL,
  `course_id` bigint(20) DEFAULT NULL,
  `bonus_amount` double DEFAULT NULL,
  `date` date DEFAULT '2024-11-27',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user_wise_coupons`
--

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

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

DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `users` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `role_id` int(11) NOT NULL DEFAULT 3,
  `name` varchar(191) NOT NULL,
  `photo` varchar(191) DEFAULT 'public/demo/user/admin.jpg',
  `image` varchar(191) DEFAULT 'public/demo/user/admin.jpg',
  `avatar` varchar(191) DEFAULT 'public/demo/user/admin.jpg',
  `mobile_verified_at` timestamp NULL DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `notification_preference` varchar(191) NOT NULL DEFAULT 'mail',
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `username` varchar(191) DEFAULT NULL,
  `email` varchar(191) DEFAULT NULL,
  `email_verify` varchar(191) NOT NULL DEFAULT '0',
  `password` varchar(191) NOT NULL,
  `headline` varchar(191) DEFAULT NULL,
  `phone` varchar(100) DEFAULT NULL,
  `address` varchar(191) DEFAULT NULL,
  `country` varchar(191) DEFAULT '19',
  `zip` varchar(191) DEFAULT NULL,
  `dob` varchar(191) DEFAULT NULL,
  `about` longtext DEFAULT NULL,
  `short_details` longtext DEFAULT NULL,
  `facebook` varchar(191) DEFAULT NULL,
  `twitter` varchar(191) DEFAULT NULL,
  `linkedin` varchar(191) DEFAULT NULL,
  `instagram` varchar(191) DEFAULT NULL,
  `youtube` varchar(191) DEFAULT NULL,
  `subscribe` int(11) NOT NULL DEFAULT 0,
  `provider` varchar(191) DEFAULT NULL,
  `provider_id` varchar(191) DEFAULT NULL,
  `language_id` varchar(191) NOT NULL DEFAULT '19',
  `language_code` varchar(191) NOT NULL DEFAULT 'en',
  `language_name` varchar(191) NOT NULL DEFAULT 'English',
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `balance` double DEFAULT 0,
  `currency_id` int(10) unsigned NOT NULL DEFAULT 112,
  `special_commission` varchar(11) DEFAULT '1',
  `payout` varchar(191) NOT NULL DEFAULT 'PayPal',
  `payout_icon` varchar(191) NOT NULL DEFAULT 'public/uploads/payout/pay_1.png',
  `payout_email` varchar(191) NOT NULL DEFAULT 'demo@paypal.com',
  `referral` varchar(10) DEFAULT NULL,
  `added_by` tinyint(1) NOT NULL DEFAULT 0,
  `zoom_api_key_of_user` varchar(191) DEFAULT NULL,
  `zoom_api_serect_of_user` varchar(191) DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `bank_name` varchar(191) DEFAULT NULL,
  `branch_name` varchar(191) DEFAULT NULL,
  `bank_account_number` varchar(191) DEFAULT NULL,
  `account_holder_name` varchar(191) DEFAULT NULL,
  `bank_type` varchar(191) DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `subscription_method` varchar(191) DEFAULT NULL,
  `subscription_api_key` varchar(191) DEFAULT NULL,
  `subscription_api_status` tinyint(1) NOT NULL DEFAULT 0,
  `total_rating` int(11) NOT NULL DEFAULT 0,
  `language_rtl` tinyint(1) NOT NULL DEFAULT 0,
  `gender` varchar(191) DEFAULT NULL,
  `student_type` varchar(191) DEFAULT NULL,
  `identification_number` varchar(191) DEFAULT NULL,
  `job_title` varchar(191) DEFAULT NULL,
  `company_id` varchar(191) DEFAULT NULL,
  `student_group_id` varchar(191) DEFAULT NULL,
  `last_activity_at` timestamp NULL DEFAULT NULL,
  `teach_via` int(11) DEFAULT 1 COMMENT '1= Online & 2 = Offline',
  `access_token` varchar(191) DEFAULT NULL,
  `device_token` text DEFAULT NULL,
  `policy_id` int(11) DEFAULT NULL,
  `state` int(11) DEFAULT NULL,
  `company` varchar(191) DEFAULT NULL,
  `otp` varchar(191) DEFAULT NULL,
  `level` text DEFAULT NULL,
  `city` int(11) DEFAULT NULL,
  `gamification_points` int(11) NOT NULL DEFAULT 0,
  `gamification_total_points` int(11) NOT NULL DEFAULT 0,
  `gamification_total_spent_points` int(11) NOT NULL DEFAULT 0,
  `user_level` int(11) NOT NULL DEFAULT 1,
  `user_level_course_complete` int(11) NOT NULL DEFAULT 0,
  `total_referrer_users` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_email_unique` (`email`),
  UNIQUE KEY `users_phone_unique` (`phone`),
  UNIQUE KEY `users_referral_unique` (`referral`)
) ENGINE=InnoDB AUTO_INCREMENT=240 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,1,'{\"en\":\"Admin\",\"ar\":\"Admin\"}','public/demo/user/admin.jpg','public/uploads/main/images/06-02-2025/67a4886b461a9.jpeg','public/demo/user/admin.jpg',NULL,'2024-11-27 16:41:02','mail',1,'admin','admin@admin.com','0','$2y$10$STIAteWswxAJB97bdpO0WeA4DNvsXfNlz/tB0QAm9XBhrcXrUPBc.',NULL,NULL,NULL,'121',NULL,NULL,'{\"en\":\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\"ar\":\"رؤيتنا هي التميز في تقديم مشاريع تعليمية وتنموية في العالم العربي والإسلامي على مستوى عالي من المنهجية والاحترافية، حضورياً وعبر الانترنت.\"}','',NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'19','en','English',1,0,2,'100','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','1x3KamJ4Jb',0,'tLo47ogGRw-0v9RzbTUVew','EAo9SnJmYmewJ4dNSdv4yKptoffqPXndGvY0','ylgXMiaofaTx7fkm889E5RfuCslvjPZF9wT5GUdwXRVdFe11jUnE76UdtzuE','2024-11-27 04:41:02','2025-12-25 21:01:50',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,NULL,NULL,NULL,'TapnLearn',NULL,NULL,'2025-12-25 21:01:50',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,0,0),
(2,2,'{\"en\":\"Nada Salem\",\"ar\":\"Nada Salem\"}','public/demo/user/admin.jpg','public/uploads/main/images/07-05-2025/681b2b8f0bc50.jpeg','public/demo/user/admin.jpg',NULL,'2024-11-27 16:42:12','mail',1,'nada-salem','nada@lms.example','0','$2y$10$B6SeLqLL7u84RUnslCWdF.3ZNCP2.7TojEmck70zdRsnnuFCHRePa',NULL,NULL,NULL,'19',NULL,'','{\"en\":\"<p><span style=\\\"font-size: 18px; font-family: Verdana;\\\">Nada\'s experience includes Board Director positions, and was previously the ‘WA Manager’ for the National Industry Skills Council for the Mining, Resources and Civil Infrastructure Industry, as well as a Workforce Development Consultant for medium and large organisations.<br><br><\\/span><\\/p><p><span style=\\\"font-size: 18px; font-family: Verdana;\\\">Nada’s practical experience in frontline and executive roles, as well as theoretical expertise and qualifications, make her a highly dynamic, knowledgeable and professional Corporate Trainer and consultant for organisations looking to add further capability and capacity to their training team.<\\/span><\\/p>\",\"ar\":\"<p><b>باحث في علوم القرآن الكريم والسنة الشريفة والفكر الإسلامي المعاصر.<\\/b><\\/p><p>مواليد صيدا - لبنان 1970م درس علم الأحياء في الجامعة الأمريكية في بيروت AUB ثم درس كومبيوتر إدارة الأعمال&nbsp; في الجامعة الأمريكية في لبنان AUL ثم درس علوم الشرعية في كلية الدعوة الإسلامية في لبنان، يدرس ماجستير دراسات إسلامية في جامعة طرابلس.<\\/p><p>&nbsp;مختصّ في مجال التعليم الإلكتروني ومناهج التعليم وتعليم الموهوبين منذ أكثر من ربع قرن.<\\/p><p>دَرّس في عدد من المعاهد الشرعية: العقيدة وعلوم القرآن الكريم والسيرة النبوية، وأصول الفقه والقواعد الفقهية ومصطلح الحديث. كما يقدم دورات ومحاضرات وحلقات مصوّرة في علوم القرآن الكريم والسيرة النبوية والفكر الإسلامي المعاصر. عضو في هيئة علماء المسلمين في لبنان، والهيئة العالمية للاحتساب.<\\/p><div><br><\\/div>\"}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'3','en','English',1,800,112,'1','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','aebYDElXzt',0,NULL,NULL,NULL,'2024-11-27 04:42:12','2025-06-12 22:55:15',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,'2025-06-12 22:55:15',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,0,0),
(3,3,'{\"en\":\"Nawal Fahed\"}','public/demo/user/admin.jpg','public/uploads/main/images/27-11-2024/674753d8c5f0c.jpeg','public/demo/user/admin.jpg',NULL,'2024-11-27 16:42:12','mail',1,'nawal-fahed','nawalfahed@studentlms.example','1','$2y$10$Gp37uwBpGQO3Qlm20mOQoO8Q97xLo4UIjZPXRZz/wsKDLzLyk1Ql.',NULL,NULL,NULL,'19',NULL,'','{\"en\":null}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'3','en','English',1,500,112,'1','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','123456',0,NULL,NULL,NULL,'2024-11-27 04:42:12','2025-05-12 20:00:57',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,'female',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,0,0),
(4,2,'{\"en\":\"Nabil Khoury\",\"ar\":\"Nabil Khoury\"}','public/demo/user/admin.jpg','public/uploads/main/images/07-05-2025/681b2c9b4a667.jpeg','public/demo/user/admin.jpg',NULL,'2024-11-27 16:42:12','mail',1,'nabil-khoury','nabil@lms.example','1','$2y$10$XlO4e7OjhHUb5E4tnpVcYOsqS.rfPiM7SHHuWnXgLVX0md53auwbW',NULL,NULL,NULL,'19',NULL,'','{\"en\":\"<span style=\\\"font-family: Verdana; font-size: 18px;\\\">Nabil brings you the assurance of over 14 years of experience designing, developing and delivering training to corporates, Government, educational institutions, nonprofits and businesses in all industry sectors - with significant experience in facilitation and people development in the Australian mining, resources, oil &amp; gas and civil infrastructure industries.<\\/span>\",\"ar\":\"<p><b>ماجستير في الحديث الشريف وعلومه.<\\/b><\\/p><p>ولد عام 1987م في سوريا،&nbsp; بدأ دراسة العلوم الشرعية في كلية الدعوة الجامعية للدراسات الإسلامية في بيروت، وقد تَتلمذ على عِدَّة علماء من أبرزهم الشيخ المحدِّث صبحي السامرائي رحمه الله تعالى، والشيخ الدكتور علي بقاعي حفظه الله تعالى، والشيخ الدكتور بسَّام الحمزاوي حفظه الله تعالى،&nbsp; ثم أكمل مرحلة الدراسات العليا في كلية الدعوة في بيروت أيضًا، وحصل على الماجستير في الدراسات الإسلامية عام 2023م. تخصص الحديث الشريف وعلومه.<\\/p><p>وقد أجيز إجازة خاصة في الكتب الحديثية الستَّة، والعديد من كتب الحديث والمصطلح والأجزاء الحديثيَّة. كما وأجيز إجازة عامة من عدة مشايخ.<\\/p><p>وقد درَّس الحديث والمصطلح والسيرة والشمائل وغيرها - للصغار والكبار- في عِدَّة مساجد ومراكز تعليميَّة.<br><br><b><b>المؤلفات والابحاث<\\/b><br><\\/b><\\/p><p>1) تحقيق جزء من كتاب: بهجة النفوس لابن أبي جمرة الأندلسي رحمه الله تعالى<br>2)&nbsp;الخلاف بين الأئمة، نشأته وأسبابه.<br>3) سؤالًا وجوابًا من السيرة النبوية (للأطفال)<br>4) أحاديث&nbsp; في الشمائل النبوية للأطفال ( موزَّعة على ثلاثة مستويات)<\\/p>\"}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'3','en','English',1,318.5,1,'1','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','KpCp1aY1AO',0,NULL,NULL,NULL,NULL,'2025-06-16 15:55:17',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,'2025-06-16 15:55:17',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,0,0),
(5,2,'{\"en\":\"Ahmad Mahfouz\",\"ar\":\"Ahmad Mahfouz\"}','public/demo/user/admin.jpg','public/uploads/main/images/07-05-2025/681b2d6626379.jpeg','public/demo/user/admin.jpg',NULL,'2024-11-27 16:42:12','mail',1,'ahmad-mahfouz','ahmad@lms.example','1','$2y$10$52UQ/ltd87GhnOrFJi0B4ex4KZegnqlk0YD.xFkW7jgkpNoE/RoJ2',NULL,NULL,NULL,'19',NULL,'','{\"en\":\"<p><span style=\\\"font-size: 18px; font-family: Verdana;\\\">Qualified as a TAE and Frontline Management Trainer-Assessor, Ahmad specialises in facilitating ‘Train the Trainer’ programs, workforce development training and leadership and management training (as well as a range of personal and professional development topics) to new staff, right through to management, executive leadership and Board Directors via online, face-to-face and blended delivery.<br><br><\\/span><\\/p><p><span style=\\\"font-size: 18px; font-family: Verdana;\\\">Ahmad has held executive positions, including the ‘Executive Director and Head of Campus’ at the University of Notre Dame in Broome WA, holding the record for being the youngest university Director in Australian history and leading the university through a successful RTO re-registration audit and ranking the university at number 1 in the country at the time of her leadership.<\\/span><\\/p>\",\"ar\":\"<p><b>دكتوراه في الفقه الإسلامي وأصوله.<\\/b><\\/p><p>ولد في الكويت عام 1983م، بدأ دراسة العلوم الشرعية في معهد الفتح الإسلامي بدمشق، وتتلمذ على علمائها؛ من أبرزهم العلامة الشيخ عبد الرزاق الحلبي والعلامة الشيخ أديب الكلاس، ومن ثم أكمل مراحل الدراسات العليا في كلية الدعوة الجامعية في بيروت، وحصل على الدكتوراه في الشريعة الإسلامية بتخصص القانون والفقه وأصوله عام 2016م.<\\/p><p>محاضر جامعي سابق في فقه المعاملات المالية والتاريخ الإسلامي، مدرب ومعد للبرامج التعليمية في العلوم الشرعية والفكر والتاريخ الإسلامي، ومشرف علمي على عدد من البرامج التعليمية.<br><br><\\/p><p><b>المؤلفات والابحاث<\\/b><\\/p><p>-كتاب كن خير داع وهو عبارة عن المادة العلمية لبرنامج تدريبي يتضمن 20 دورة تدريبية، الكتاب من جزأين، مشاركة في إعداد المادة.<\\/p><p>-كتاب المفاتيح الأساسية للعلوم الشرعية، مشاركة في إعداد المادة.<\\/p><p>-كتاب أحكام الوقف والصدقات للإمام الخصاف الحنفي وهو عبارة عن أطروحة دكتوراه، مطبوعة في مؤسسة الرسالة.<\\/p><p>-كتاب كيف نقرأ التاريخ دراسة تحليلية لأحداث الفتنة بين الصحابة من استشهاد سيدنا عثمان وحتى استشهاد سيدنا الحسين رضي الله عنهم.<\\/p>\"}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'3','en','English',1,700,1,'1','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','mcDbAbNAAS',0,NULL,NULL,NULL,NULL,'2025-06-12 22:45:32',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,'2025-06-12 22:45:32',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,0,0),
(6,2,'{\"en\":\"Nadine El Asmar\",\"ar\":\"Nadine El Asmar\"}','public/demo/user/admin.jpg','public/uploads/main/images/07-05-2025/681b2da396b5a.jpeg','public/demo/user/admin.jpg',NULL,'2024-11-27 16:42:12','mail',1,'nadine-el-asmar','nadine@lms.example','1','$2y$10$N/sAWWPqKoeUCNLRyPzHDe18H9qoGFWDE7MWplUfTZr6XCYChdWBy',NULL,NULL,NULL,'19',NULL,'','{\"en\":\"<p><font face=\\\"Verdana\\\"><span style=\\\"font-size: 18px;\\\">A highly qualified and experienced Corporate Trainer, specialising in Train The Trainer, leadership and management and a range of personal and professional development skills (detailed later in this profile).<br><br><\\/span><\\/font><\\/p><p><font face=\\\"Verdana\\\"><span style=\\\"font-size: 18px;\\\">Nadine is a Postgraduate Qualified Educator and Adult Education Specialist that has delivered training to over 130,000 students in 168 countries.<\\/span><\\/font><\\/p>\",\"ar\":\"<p><b>ماجستير في التفسير وعلوم القرآن.<\\/b><\\/p><p>ولد سوريا عام 1987م.، درس الثانوية فيها، ثم انتقل إلى لبنان للدراسة الشرعية حيث حصل على الليسانس والماجستير(تخصص التفسير وعلوم القرآن) من كلية الدعوة الجامعية في بيروت. كما حصل على الليسانس في اللغة العربية من الجامعة اللبنانية. مقرىء للقرآن الكريم في دار خدمة القرآن والسنة، وحاليًا في مسجد محمد الأمين صلى الله عليه وسلم. مدرس لمادتي (البلاغة، والإملاء) في معهد البيان الشرعي.<br><br><b>المؤلفات والابحاث:<\\/b><br><\\/p><p>- منهاج لمادة القرآن الكريم والتجويد في مدرسة الإخاء الوطنية من الصف الأول حتى العاشر.<\\/p><p>- الموعظة في القرآن الكريم- رسالة الماجستير<\\/p><p>- الشيخ صبحي السامرائي وجهوده في نشر السنة النبوية.<\\/p><p>- مذكرة في الإملاء وعلامات الترقيم.<\\/p><p>- أعمال الحج والعمرة<\\/p><div><br><\\/div>\"}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'3','en','English',1,2172.8,1,'1','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','KP7xlJ4vZQ',0,NULL,NULL,NULL,NULL,'2025-10-15 19:30:03',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,'2025-06-12 23:01:07',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,0,0),
(7,3,'{\"en\":\"Kamal Ghosn\"}','public/demo/user/admin.jpg','public/uploads/main/images/27-11-2024/6747541d76983.jpeg','public/demo/user/admin.jpg',NULL,'2024-11-27 16:42:13','mail',1,'kamal-ghosn','kamalghosn@lms.example','1','$2y$10$U380mibEGs3IWML.FW1Q.OxhzMyLC.cRPlue.UwLyw56gjtWimgDK',NULL,NULL,NULL,'19',NULL,'','{\"en\":null}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'3','en','English',1,440,1,'1','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','4ExoSkNQ8Q',0,NULL,NULL,NULL,NULL,'2025-05-12 20:02:17',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,'male',NULL,NULL,NULL,NULL,NULL,'2025-02-06 01:21:32',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,0,0),
(111,3,'{\"en\":\"Saad Salem\"}','public/demo/user/admin.jpg','public/demo/user/admin.jpg','public/demo/user/admin.jpg',NULL,'2024-12-06 14:08:25','mail',1,'saad-salem','saadsalem@lmstudent.com','1','$2y$10$JTLMil6CEmfQioSG2ZdYHuzIyE5fTCB8V4GytAT6uBg7wEc13h/fa',NULL,NULL,NULL,'121',NULL,'','{\"en\":null}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'3','en','English',1,0,112,NULL,'PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','6Heo0uy3js',0,NULL,NULL,'UNHEY5WNxBn4yxxbOlJWV1BEz9o79yIi7bgSpaEOkIJceqk2Rp8WDgM6wLmw','2024-12-06 14:04:04','2025-05-12 20:00:08',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,'male',NULL,NULL,NULL,NULL,NULL,'2024-12-19 22:17:28',1,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,3,3,0,1,0,0),
(212,2,'{\"en\":\"Sandra Abdo\"}','public/demo/user/admin.jpg','public/uploads/main/images/14-05-2025/68248b574b5b4.jpeg','public/demo/user/admin.jpg',NULL,'2025-04-15 23:48:42','mail',1,'sandra-abdo','sandra@gmail.com','1','$2y$10$q8VvC6BJI9.k/A4ucH7Fo.NHv3cRxE2SKg47K.vzoZ5QoS93GlU3m',NULL,NULL,NULL,'117',NULL,'','{\"ar\":\"<p><b>توصيف المدرب:<\\/b> ماجستير في الفقه المقارن<\\/p><p><b>لمحة عن المدرّب:<\\/b> مواليد 1985، درس العلوم الشرعية.<br><br><\\/p><p><b>الأعمال المناصب التي تقلدها:<\\/b><\\/p><p>-<span style=\\\"white-space:pre\\\">\\t<\\/span>إمام وخطيب مسجد الحسن في عرمون<\\/p><p>-<span style=\\\"white-space:pre\\\">\\t<\\/span>مدير مركز الحسن (مركز دعوي واجتماعي)<\\/p><p>-<span style=\\\"white-space:pre\\\">\\t<\\/span>مدرّس في أزهر جبل لبنان<\\/p><p>-<span style=\\\"white-space:pre\\\">\\t<\\/span>مدرّس لغة عربية للمرحلة الثانوية<\\/p><p>-<span style=\\\"white-space:pre\\\">\\t<\\/span>مدرّب معتمد في العلوم الشرعية والتنمية البشرية<\\/p><p>-<span style=\\\"white-space:pre\\\">\\t<\\/span>عضو هيئة المستشارين في جمعية الإرشاد والإصلاح<\\/p><p>-<span style=\\\"white-space:pre\\\">\\t<\\/span>عضو هيئة علماء فلسطين<\\/p><div><br><\\/div><div><b>مؤلفات وأبحاث:<\\/b><br><br><div>-<span style=\\\"white-space:pre\\\">\\t<\\/span>عقيدة المسلم<\\/div><div>-<span style=\\\"white-space:pre\\\">\\t<\\/span>فقه المقاصد&nbsp;<\\/div><div>-<span style=\\\"white-space:pre\\\">\\t<\\/span>فقه الوسائل<\\/div><div>-<span style=\\\"white-space:pre\\\">\\t<\\/span>فقه المآلات<\\/div><div>-<span style=\\\"white-space:pre\\\">\\t<\\/span>فقه الاستطاعة<\\/div><div>-<span style=\\\"white-space:pre\\\">\\t<\\/span>فقه البدائل<\\/div><div>-<span style=\\\"white-space:pre\\\">\\t<\\/span>حكم الجهر بالبسملة في الصلاة<\\/div><div>-<span style=\\\"white-space:pre\\\">\\t<\\/span>حكم مصافحة المرأة الأجنبية<\\/div><div>-<span style=\\\"white-space:pre\\\">\\t<\\/span>مفهوم الجهاد في الإسلام\\\"<\\/div><div>-<span style=\\\"white-space:pre\\\">\\t<\\/span>الفلسفة الوجودية<\\/div><div>-<span style=\\\"white-space:pre\\\">\\t<\\/span>عشرة أبحاث في السنن الإلهية\\\"<\\/div><div>نشر له مقالات متنوّعة في الفقه والفكر والدعوة والتزكية<\\/div><\\/div><div><br><\\/div>\",\"en\":\"<p>Experienced Teacher with a demonstrated history of working in the Education Management industry. Skilled in Event Planning, Analytical Skills, Microsoft Excel, Coaching, and Strategic Planning.<\\/p>\"}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'3','en','English',1,470,112,'1','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','uNqmOU06c0',1,NULL,NULL,NULL,'2025-04-15 23:48:42','2025-06-12 23:04:09',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,1,NULL,NULL,NULL,NULL,NULL,NULL,'2025-06-12 23:04:09',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,0,0),
(233,3,'{\"en\":\"Stephanie\"}','public/demo/user/admin.jpg','public/uploads/main/images/09-05-2025/681dd9cccf4fa.jpeg','public/demo/user/admin.jpg',NULL,'2025-05-09 20:32:44','mail',1,'stephanie','student1@lms.com','1','$2y$10$.xHKIgg9AhKvQKvuY/f1nOj/3IwGbtqSdojtmsf9yCMzovtlh0CIy',NULL,NULL,NULL,'117',NULL,'','{\"en\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'19','en','English',1,700,2,'1','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','chQyB89fwA',1,NULL,NULL,NULL,'2025-05-09 20:32:44','2025-10-20 23:35:47',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,'female',NULL,NULL,NULL,NULL,NULL,'2025-10-20 23:35:47',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12,12,0,1,0,0),
(234,3,'{\"en\":\"Rawan Jubaili\"}','public/demo/user/admin.jpg','public/demo/user/admin.jpg','public/demo/user/admin.jpg',NULL,'2025-05-12 20:03:41','mail',1,'rawan-jubaili','rawanjubaili@lms.example','1','$2y$10$PFSGDZEvKqQ2GbNz7tS80.65nHDh1Jz8CjZJNtNX5tELthKDYeWxO',NULL,NULL,NULL,'117',NULL,'','{\"en\":null}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'19','en','English',1,0,112,'1','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','crukrfxBEq',1,NULL,NULL,NULL,'2025-05-12 20:03:41','2025-05-12 20:03:41',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,'female',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,0,0),
(235,3,'{\"en\":\"Rafic Nassar\"}','public/demo/user/admin.jpg','public/demo/user/admin.jpg','public/demo/user/admin.jpg',NULL,'2025-05-12 20:04:39','mail',1,'rafic-nassar','raficnassar@lms.example','1','$2y$10$PyLGdg3ovipVdtybo1BJ6.NSDW5rtidhhn.IXwMb0RbldMpxY4PZC',NULL,NULL,NULL,'117',NULL,'','{\"en\":null}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'19','en','English',1,0,112,'1','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','K6VuleHjTw',1,NULL,NULL,NULL,'2025-05-12 20:04:39','2025-05-12 20:04:39',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,'male',NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,0,0),
(236,3,'{\"en\":\"Ibrahim Khalil\"}','public/demo/user/admin.jpg','public/uploads/main/images/12-06-2025/684acd6677c8f.png','public/demo/user/admin.jpg',NULL,'2025-05-12 20:05:19','mail',1,'ibrahim-khalil','ibrahimkhalil@example.com','1','$2y$10$mvTOcAcCE.guvJBAX9zoeOmP65DlBYGyZrbNVVH9RMcnrq7iNrzT6',NULL,NULL,NULL,'117',NULL,'','{\"en\":null}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'19','en','English',1,0,112,'1','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','wvecZSuwKB',1,NULL,NULL,NULL,'2025-05-12 20:05:19','2025-06-12 23:11:31',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,'male',NULL,NULL,NULL,NULL,NULL,'2025-06-12 23:11:31',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,5,0,1,0,0),
(237,3,'{\"en\":\"Gabriella Hakim\"}','public/demo/user/admin.jpg','public/uploads/main/images/12-05-2025/6821c869a488c.png','public/demo/user/admin.jpg',NULL,'2025-05-12 20:07:37','mail',1,'gabriella-hakim','gabriellahakim@example.com','1','$2y$10$8d1K/l.g4dkmJON9qcBKYeGj.96nBmPmceQkxZpxRxod8lc6HM9Xe',NULL,NULL,NULL,'117',NULL,'','{\"en\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'19','en','English',1,1800,112,'1','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','rZ3Wu6Iuk2',1,NULL,NULL,NULL,'2025-05-12 20:07:37','2025-06-12 23:09:59',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,'female',NULL,NULL,NULL,NULL,NULL,'2025-06-12 23:09:59',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8,8,0,1,0,0),
(238,3,'{\"en\":\"Jamil Allam\"}','public/demo/user/admin.jpg','public/uploads/main/images/12-05-2025/6821ca527e019.png','public/demo/user/admin.jpg',NULL,'2025-05-12 20:15:46','mail',1,'jamil-allam','jamilallam@example.com','1','$2y$10$g6p4ooJLJlT1C1zKETFu/ecEoBWIVVQ7zNlxMH920ZWHTajuWvOYe',NULL,NULL,NULL,'117',NULL,'','{\"en\":\"\"}',NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'19','en','English',1,705,61,'1','PayPal','public/uploads/payout/pay_1.png','demo@paypal.com','C8wP8HLarH',1,NULL,NULL,NULL,'2025-05-12 20:15:46','2025-12-25 21:09:26',NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,0,0,0,'male',NULL,NULL,NULL,NULL,NULL,'2025-12-25 21:09:26',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,11,11,0,1,0,0);
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `version_histories`
--

DROP TABLE IF EXISTS `version_histories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `version_histories` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) DEFAULT NULL,
  `release_date` varchar(191) DEFAULT NULL,
  `url` varchar(191) DEFAULT NULL,
  `notes` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `migrations` longtext 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 `version_histories`
--

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

--
-- Table structure for table `vimeos`
--

DROP TABLE IF EXISTS `vimeos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `vimeos` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `vimeo_app_id` varchar(191) DEFAULT NULL,
  `vimeo_client` varchar(191) DEFAULT NULL,
  `vimeo_secret` varchar(191) DEFAULT NULL,
  `vimeo_access` varchar(191) DEFAULT NULL,
  `active_status` tinyint(4) NOT NULL DEFAULT 1,
  `created_by` int(10) unsigned DEFAULT 1,
  `updated_by` int(10) unsigned DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vimeos`
--

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

--
-- Table structure for table `virtual_classes`
--

DROP TABLE IF EXISTS `virtual_classes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `virtual_classes` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` longtext DEFAULT NULL,
  `duration` varchar(191) DEFAULT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  `sub_category_id` bigint(20) unsigned NOT NULL,
  `fees` double DEFAULT 0,
  `type` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0 => single class 1 => continuous class',
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `time` time DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `host` varchar(191) DEFAULT 'Zoom',
  `lang_id` int(10) unsigned NOT NULL DEFAULT 1,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `total_class` int(11) NOT NULL DEFAULT 0,
  `host_setting` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `virtual_classes_category_id_sub_category_id_type_index` (`category_id`,`sub_category_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `virtual_classes`
--

LOCK TABLES `virtual_classes` WRITE;
/*!40000 ALTER TABLE `virtual_classes` DISABLE KEYS */;
INSERT INTO `virtual_classes` VALUES
(4,'{\"en\":\"101 Session\"}','45',55,0,150,0,'2025-05-13','2025-05-13','15:00:00','public/uploads/main/images/13-05-2025/68233c57b1b75.jpeg','Zoom',19,1,'2025-05-13 22:34:31','2025-06-12 20:26:18',1,1,NULL),
(5,'{\"en\":\"Webinar\"}','30',42,0,200,1,'2025-05-13','2025-05-13','10:00:00','public/uploads/main/images/13-05-2025/6823406057d80.jpeg','Zoom',19,1,'2025-05-13 22:51:44','2025-05-13 22:51:44',1,1,NULL),
(6,'{\"en\":\"Entrepreneurship & Innovation - V3\"}','30',42,0,0,0,'2025-05-14','2025-05-14','09:00:00','public/uploads/main/images/14-05-2025/68242fe5abd6f.png','Zoom',19,1,'2025-05-14 15:53:41','2025-05-14 15:53:41',1,1,NULL),
(7,'{\"en\":\"Entrepreneurship & Innovation - V2\"}','40',40,0,0,0,'2025-05-14','2025-05-14','10:00:00','public/uploads/main/images/14-05-2025/6824303da8115.jpeg','Zoom',19,1,'2025-05-14 15:55:09','2025-05-14 15:55:09',1,1,NULL),
(8,'{\"en\":\"Entrepreneurship & Innovation - V1\"}','30',56,0,130,0,'2025-05-15','2025-05-15','11:00:00','public/uploads/main/images/14-05-2025/682430bfbd3b2.jpeg','Zoom',19,1,'2025-05-14 15:57:19','2025-05-14 16:27:58',1,1,NULL),
(9,'{\"en\":\"NLP Coaching\"}','45',53,0,100,0,'2025-06-30','2025-06-30','09:00:00','public/uploads/main/images/14-05-2025/6824325f389cd.jpeg','Zoom',19,1,'2025-05-14 16:01:44','2025-06-12 20:21:59',1,1,NULL),
(10,'{\"en\":\"HR Training\"}','30',47,0,100,0,'2025-10-01','2025-10-01','16:00:00','public/uploads/main/images/14-05-2025/6824351b6fdb0.jpeg','Zoom',19,1,'2025-05-14 16:15:55','2025-10-28 23:57:58',1,1,NULL),
(12,'{\"en\":\"Test\"}','30',56,0,200,0,'2025-10-28','2025-10-28','18:58:00',NULL,'Zoom',19,1,'2025-10-28 23:58:52','2025-10-28 23:58:52',1,1,NULL);
/*!40000 ALTER TABLE `virtual_classes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `why_chooses`
--

DROP TABLE IF EXISTS `why_chooses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `why_chooses` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `image` text DEFAULT NULL,
  `title` text DEFAULT NULL,
  `sub_title` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `why_chooses`
--

LOCK TABLES `why_chooses` WRITE;
/*!40000 ALTER TABLE `why_chooses` DISABLE KEYS */;
INSERT INTO `why_chooses` VALUES
(1,'public/frontend/learningms/img/icon/icon_Customized_Study_plans.png','Customized Study Plans','Diagnostic assessments to understand student’s abilities and provide personalized lesson plans','2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(2,'public/frontend/learningms/img/icon/icon_Subjects_On_Demand.png','Subjects On Demand','Add on any subjects at any time on your package.','2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(3,'public/frontend/learningms/img/icon/icon_Parental_Engagement.png','Parental Engagement','Parents are given constructive feedback from tutors after each lesson','2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(4,'public/frontend/learningms/img/icon/icon_Live_and_Interactive_Learning.png','Live & Interactive Learning','Diagnostic assessments to understand student’s abilities and provide personalized lesson plans.','2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(5,'public/frontend/learningms/img/icon/icon_Outstanding_Tutors_and_Guaranteed_Results.png','Outstanding Tutors and Guaranteed Results','Add on any subjects at any time on your package','2024-11-27 16:41:26','2024-11-27 16:41:26',1),
(6,'public/frontend/learningms/img/icon/icon_Parental_Engagement_2.png','Parental Engagement','Parents are given constructive feedback from tutors after each lesson','2024-11-27 16:41:26','2024-11-27 16:41:26',1);
/*!40000 ALTER TABLE `why_chooses` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `withdraws`
--

DROP TABLE IF EXISTS `withdraws`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `withdraws` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `instructor_id` int(11) NOT NULL,
  `amount` double DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `method` varchar(191) NOT NULL,
  `issueDate` datetime DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `withdraws`
--

LOCK TABLES `withdraws` WRITE;
/*!40000 ALTER TABLE `withdraws` DISABLE KEYS */;
INSERT INTO `withdraws` VALUES
(1,2,10,1,'Stripe','2024-01-01 00:00:00','2023-12-31 23:00:00','2023-12-31 23:00:00',1),
(2,2,10,1,'Stripe','2024-02-01 00:00:00','2024-01-31 23:00:00','2024-01-31 23:00:00',1),
(3,2,10,1,'Stripe','2024-03-01 00:00:00','2024-02-29 23:00:00','2024-02-29 23:00:00',1),
(4,2,10,1,'Stripe','2024-04-01 00:00:00','2024-03-31 22:00:00','2024-03-31 22:00:00',1),
(5,2,10,1,'Stripe','2024-05-01 00:00:00','2024-04-30 22:00:00','2024-04-30 22:00:00',1),
(6,2,10,1,'Stripe','2024-06-01 00:00:00','2024-05-31 22:00:00','2024-05-31 22:00:00',1),
(7,2,10,1,'Stripe','2024-07-01 00:00:00','2024-06-30 22:00:00','2024-06-30 22:00:00',1),
(8,2,10,1,'Stripe','2024-08-01 00:00:00','2024-07-31 22:00:00','2024-07-31 22:00:00',1),
(9,2,10,1,'Stripe','2024-09-01 00:00:00','2024-08-31 22:00:00','2024-08-31 22:00:00',1),
(10,2,10,1,'Stripe','2024-10-01 00:00:00','2024-09-30 22:00:00','2024-09-30 22:00:00',1),
(11,2,10,1,'Stripe','2024-11-01 00:00:00','2024-10-31 23:00:00','2024-10-31 23:00:00',1),
(12,2,10,1,'Stripe','2024-12-01 00:00:00','2024-11-30 23:00:00','2024-11-30 23:00:00',1),
(13,4,18.5,1,'PayPal','2025-06-12 16:06:53','2025-06-12 20:06:53','2025-06-12 20:28:19',1),
(14,6,22.8,1,'PayPal','2025-10-15 15:23:19','2025-10-15 19:23:19','2025-10-15 19:30:03',1);
/*!40000 ALTER TABLE `withdraws` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `work_processes`
--

DROP TABLE IF EXISTS `work_processes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `work_processes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `title` longtext DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `work_processes`
--

LOCK TABLES `work_processes` WRITE;
/*!40000 ALTER TABLE `work_processes` DISABLE KEYS */;
INSERT INTO `work_processes` VALUES
(1,'{\"en\":\"Set your course plan\"}','{\"en\":\"When you sign up, you’ll immediately have unlimited viewing.\"}',1,'2024-11-27 16:41:08','2024-11-27 16:41:08',1),
(2,'{\"en\":\"Make video course\"}','{\"en\":\"When you sign up, you’ll immediately have unlimited viewing.\"}',1,'2024-11-27 16:41:08','2024-11-27 16:41:08',1),
(3,'{\"en\":\"Submit for audience\"}','{\"en\":\"When you sign up, you’ll immediately have unlimited viewing.\"}',1,'2024-11-27 16:41:08','2024-11-27 16:41:08',1);
/*!40000 ALTER TABLE `work_processes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zoom_meeting_users`
--

DROP TABLE IF EXISTS `zoom_meeting_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `zoom_meeting_users` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `meeting_id` bigint(20) unsigned DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `host` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1 = host 2= user',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `zoom_meeting_users`
--

LOCK TABLES `zoom_meeting_users` WRITE;
/*!40000 ALTER TABLE `zoom_meeting_users` DISABLE KEYS */;
INSERT INTO `zoom_meeting_users` VALUES
(1,1,1,1,'2024-12-17 10:54:48','2024-12-17 10:54:48',1),
(2,2,1,1,'2024-12-17 11:49:23','2024-12-17 11:49:23',1),
(3,3,1,1,'2024-12-17 11:50:22','2024-12-17 11:50:22',1),
(4,4,1,1,'2024-12-17 12:00:18','2024-12-17 12:00:18',1),
(5,5,1,1,'2024-12-17 12:01:06','2024-12-17 12:01:06',1),
(6,6,1,1,'2024-12-17 13:29:58','2024-12-17 13:29:58',1);
/*!40000 ALTER TABLE `zoom_meeting_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `zoom_meetings`
--

DROP TABLE IF EXISTS `zoom_meetings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `zoom_meetings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `class_id` int(11) DEFAULT NULL,
  `created_by` int(11) NOT NULL DEFAULT 1,
  `instructor_id` int(11) NOT NULL DEFAULT 1,
  `meeting_id` varchar(191) DEFAULT NULL,
  `password` varchar(191) DEFAULT NULL,
  `start_time` timestamp NULL DEFAULT NULL,
  `end_time` timestamp NULL DEFAULT NULL,
  `topic` varchar(191) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `attached_file` varchar(191) DEFAULT NULL,
  `date_of_meeting` varchar(191) DEFAULT NULL,
  `time_of_meeting` varchar(191) DEFAULT NULL,
  `meeting_duration` varchar(191) DEFAULT NULL,
  `join_before_host` tinyint(1) DEFAULT NULL,
  `host_video` tinyint(1) DEFAULT NULL,
  `participant_video` tinyint(1) DEFAULT NULL,
  `mute_upon_entry` tinyint(1) DEFAULT NULL,
  `waiting_room` tinyint(1) DEFAULT NULL,
  `audio` varchar(191) NOT NULL DEFAULT 'both' COMMENT 'both, telephony & voip',
  `auto_recording` varchar(191) NOT NULL DEFAULT 'none' COMMENT 'local, cloud & none',
  `approval_type` varchar(191) NOT NULL DEFAULT '0' COMMENT '0 => Automatic, 1 => Manually & 2 No Registration',
  `is_recurring` tinyint(1) DEFAULT NULL,
  `recurring_type` tinyint(4) DEFAULT NULL,
  `recurring_repect_day` tinyint(4) DEFAULT NULL,
  `recurring_end_date` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `updated_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  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 `zoom_meetings`
--

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

--
-- Table structure for table `zoom_settings`
--

DROP TABLE IF EXISTS `zoom_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `zoom_settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL DEFAULT 1,
  `package_id` tinyint(4) NOT NULL DEFAULT 1,
  `host_video` tinyint(1) NOT NULL DEFAULT 0,
  `participant_video` tinyint(1) NOT NULL DEFAULT 0,
  `join_before_host` tinyint(1) NOT NULL DEFAULT 0,
  `audio` varchar(191) NOT NULL DEFAULT 'both' COMMENT 'both, telephony & voip',
  `auto_recording` varchar(191) NOT NULL DEFAULT 'none' COMMENT 'local, cloud & none',
  `approval_type` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0 => Automatic, 1 => Manually & 2 No Registration',
  `mute_upon_entry` tinyint(1) NOT NULL DEFAULT 0,
  `waiting_room` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `lms_id` int(11) NOT NULL DEFAULT 1,
  `zoom_account_id` varchar(191) DEFAULT NULL,
  `zoom_client_id` varchar(191) DEFAULT NULL,
  `zoom_client_secret` varchar(191) DEFAULT NULL,
  PRIMARY KEY (`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 `zoom_settings`
--

LOCK TABLES `zoom_settings` WRITE;
/*!40000 ALTER TABLE `zoom_settings` DISABLE KEYS */;
INSERT INTO `zoom_settings` VALUES
(1,1,1,1,1,1,'both','none',0,1,1,'2024-11-27 16:41:04','2024-12-11 15:20:47',1,'w9SJjYhRRfC-H_yXk4BDAA','P2H5xChLSte1qX6IMpnlkQ','LqiqXTY1VCdwR6pwJTIRlnNLdPlEYCeW');
/*!40000 ALTER TABLE `zoom_settings` 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 */;
/*M!100616 SET NOTE_VERBOSITY=@OLD_NOTE_VERBOSITY */;

-- Dump completed on 2025-12-26  5:34:48
