-- MySQL dump 10.13  Distrib 8.0.37, for Linux (x86_64)
--
-- Host: localhost    Database: topappkw_lawer
-- ------------------------------------------------------
-- Server version	8.0.37

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES 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' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Current Database: `topappkw_lawer`
--


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

DROP TABLE IF EXISTS `activity_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `activity_log` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `log_name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject_type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `subject_id` bigint unsigned DEFAULT NULL,
  `causer_type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `causer_id` bigint unsigned DEFAULT NULL,
  `properties` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `subject` (`subject_type`,`subject_id`),
  KEY `causer` (`causer_type`,`causer_id`),
  KEY `activity_log_log_name_index` (`log_name`)
) ENGINE=MyISAM AUTO_INCREMENT=4 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 */;
INSERT INTO `activity_log` (`id`, `log_name`, `description`, `subject_type`, `subject_id`, `causer_type`, `causer_id`, `properties`, `created_at`, `updated_at`) VALUES (1,'updated','تم تعديل مستخدم بواسطةadmin','App\\User',9,'App\\User',1,'[]','2024-06-02 10:42:10','2024-06-02 10:42:10'),(2,'updated','تم تعديل مستخدم بواسطةadmin','App\\User',9,'App\\User',1,'[]','2024-06-02 10:42:14','2024-06-02 10:42:14'),(3,'created','تمت إضافة دفعة جديدة بواسطة admin خاصة بالقضية كود 2, ','App\\FeePart',37,'App\\User',1,'{\"\\u0627\\u0644\\u0627\\u0633\\u0645 \\/ \\u0627\\u0644\\u0645\\u0648\\u0636\\u0648\\u0639\":\"233\",\"\\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\":222,\"\\u0627\\u0644\\u062a\\u0627\\u0631\\u064a\\u062e\":\"2024-06-03\",\"\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0639\\u0645\\u064a\\u0644\":44,\"\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0645\\u0643\\u062a\\u0628\":178}','2024-06-02 10:44:22','2024-06-02 10:44:22');
/*!40000 ALTER TABLE `activity_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `basic_data`
--

DROP TABLE IF EXISTS `basic_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `basic_data` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `basic_data`
--

LOCK TABLES `basic_data` WRITE;
/*!40000 ALTER TABLE `basic_data` DISABLE KEYS */;
INSERT INTO `basic_data` (`id`, `name`, `type`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,'مدعى5','adjective','2022-03-28 18:12:06','2022-06-25 21:04:35',NULL,1),(2,'مدعى عليه','adjective','2022-03-28 18:12:17','2022-03-28 18:12:17',NULL,1),(3,'تم الحكم بغرامة6','judgment','2022-03-28 18:12:32','2022-06-25 21:06:19',NULL,1),(4,'تجريبى2','case_type','2022-03-28 18:12:44','2022-06-25 21:06:43',NULL,1),(5,'حاتم','agent','2022-03-28 18:12:52','2024-06-02 10:39:57',NULL,1),(6,'اسم تجريبى','broker','2022-03-28 18:13:01','2022-03-28 18:13:01',NULL,1),(7,'مستأنف','adjective','2022-03-31 21:00:42','2022-03-31 21:00:42',NULL,1),(8,'مستأنف ضده','adjective','2022-03-31 21:01:09','2022-03-31 21:01:09',NULL,1),(9,'طاعن','adjective','2022-03-31 21:01:30','2022-03-31 21:01:30',NULL,1),(10,'مطعون ضده','adjective','2022-03-31 21:01:45','2022-03-31 21:01:45',NULL,1),(11,'مستشكل','adjective','2022-03-31 21:02:30','2022-03-31 21:02:30',NULL,1),(12,'مستشكل ضده','adjective','2022-03-31 21:02:43','2022-03-31 21:02:43',NULL,1),(13,'حاتم ٢','agent','2022-04-07 22:39:10','2024-06-02 10:40:05',NULL,1),(14,'مد أجل','judgment','2022-05-17 19:22:17','2022-05-17 19:22:17',NULL,1),(15,'أجل للإعلان','judgment','2022-05-17 19:22:32','2022-05-17 19:22:32',NULL,1),(16,'للإعلان بإرشاد','judgment','2022-05-17 19:22:48','2022-05-17 19:22:48',NULL,1),(17,'شطب الدعوى','judgment','2022-05-17 19:23:01','2022-05-17 19:23:01',NULL,1),(18,'وقف الدعوى','judgment','2022-05-17 19:23:14','2022-05-17 19:23:14',NULL,1),(19,'وقف تعليقي','judgment','2022-05-17 19:23:27','2022-05-17 19:23:27',NULL,1),(20,'التعقيب على اقوال الشهود','judgment','2022-05-17 19:23:43','2022-05-17 19:23:43',NULL,1),(21,'اجل لإحضار الشهود','judgment','2022-05-17 19:23:58','2022-05-17 19:23:58',NULL,1),(22,'للتقرير','judgment','2022-05-17 20:22:45','2022-05-17 20:22:45',NULL,1),(23,'للاطلاع والرد منا','judgment','2022-05-17 20:23:11','2022-05-17 20:23:11',NULL,1),(24,'للاطلاع والرد منهم','judgment','2022-05-17 20:23:25','2022-05-17 20:23:25',NULL,1),(25,'محجوزة للحكم','judgment','2022-05-17 20:23:54','2022-05-17 20:23:54',NULL,1),(26,'للحكم مع تقديم مذكرات','judgment','2022-05-17 20:24:19','2022-05-17 20:24:19',NULL,1),(27,'اول جلسة','judgment','2022-05-17 20:24:49','2022-05-17 20:24:49',NULL,1),(28,'جنائي','case_type','2022-06-25 21:06:58','2022-06-25 21:06:58',NULL,1),(29,'مدعي','adjective','2022-08-01 20:51:31','2022-08-01 20:51:31',NULL,11),(30,'مدعي عليه','adjective','2022-08-01 20:51:44','2022-08-01 20:51:44',NULL,11);
/*!40000 ALTER TABLE `basic_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `branches`
--

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

--
-- Dumping data for table `branches`
--

LOCK TABLES `branches` WRITE;
/*!40000 ALTER TABLE `branches` DISABLE KEYS */;
INSERT INTO `branches` (`id`, `created_at`, `updated_at`) VALUES (1,'2022-07-14 05:22:53','2022-07-14 05:22:53'),(2,'2022-07-17 03:18:04','2022-07-17 03:18:04'),(3,'2022-07-18 18:07:27','2022-07-18 18:07:27');
/*!40000 ALTER TABLE `branches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `case_decisions`
--

DROP TABLE IF EXISTS `case_decisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `case_decisions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `case_id` bigint unsigned DEFAULT NULL,
  `stage_id` bigint unsigned DEFAULT NULL,
  `judgment_id` bigint unsigned DEFAULT NULL,
  `session_decision` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `case_decisions`
--

LOCK TABLES `case_decisions` WRITE;
/*!40000 ALTER TABLE `case_decisions` DISABLE KEYS */;
INSERT INTO `case_decisions` (`id`, `case_id`, `stage_id`, `judgment_id`, `session_decision`, `date`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,12,3,NULL,NULL,NULL,'2022-05-17 19:21:17','2022-05-17 19:21:17',NULL,1),(2,14,6,25,'تقديم مذكرات',NULL,'2022-05-21 20:25:19','2022-05-21 20:25:19',NULL,1),(3,14,3,NULL,NULL,NULL,'2022-05-21 20:26:10','2022-05-21 20:26:10',NULL,1),(4,14,3,NULL,NULL,NULL,'2022-05-21 20:27:01','2022-05-21 20:27:01',NULL,1),(5,3,5,15,'تقديم مذكرات',NULL,'2022-05-30 21:43:02','2022-05-30 21:43:02',NULL,1),(6,3,5,14,'تقديم مذكرات',NULL,'2022-05-30 21:44:09','2022-05-30 21:44:09',NULL,1),(7,18,3,16,'ننن','2022-09-08','2022-08-28 18:37:38','2022-08-28 18:37:38',NULL,1),(8,20,3,3,'سيسشيشس','2022-09-03','2022-09-01 17:58:32','2022-09-01 17:58:32',NULL,1),(9,20,3,14,'قرار جديد','2022-09-15','2022-09-01 17:58:56','2022-09-01 17:58:56',NULL,1);
/*!40000 ALTER TABLE `case_decisions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `case_judgments`
--

DROP TABLE IF EXISTS `case_judgments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `case_judgments` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `case_id` bigint unsigned DEFAULT NULL,
  `judgment_date` date DEFAULT NULL,
  `final_decision` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `case_judgments`
--

LOCK TABLES `case_judgments` WRITE;
/*!40000 ALTER TABLE `case_judgments` DISABLE KEYS */;
INSERT INTO `case_judgments` (`id`, `case_id`, `judgment_date`, `final_decision`, `created_at`, `updated_at`, `creator_id`) VALUES (1,14,'2022-05-21','رفض الدعوى وتأييد الحكم المستأنف','2022-07-17 20:53:13','2022-07-17 20:53:13',1),(2,9,'2022-04-28','رفض الدعوى','2022-07-19 20:08:01','2022-07-19 20:08:01',1),(3,3,'2022-07-19','رفض الدعوى','2022-07-19 20:12:57','2022-07-19 20:12:57',1),(4,3,'2022-07-19','رفض الدعوى','2022-07-19 20:13:35','2022-07-19 20:13:35',1),(5,16,'2022-08-01','رفض الدعوى وتأييد الحكم المستأنف','2022-08-01 20:45:30','2022-08-01 20:45:30',1),(6,9,'2022-04-28','رفض الدعوى','2022-08-28 18:05:05','2022-08-28 18:05:05',1),(7,18,'2022-08-04','سسسسسسسسسسسس','2022-08-28 18:38:07','2022-08-28 18:38:07',1),(8,3,'2022-07-14','رفض الدعوى','2022-08-31 13:58:35','2022-08-31 13:58:35',1),(9,3,'2022-08-06','حكم مختلف','2022-08-31 13:59:07','2022-08-31 13:59:07',1),(10,3,'2022-08-06','تأجيل','2022-09-01 17:53:53','2022-09-01 17:53:53',1);
/*!40000 ALTER TABLE `case_judgments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `case_legal_dates`
--

DROP TABLE IF EXISTS `case_legal_dates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `case_legal_dates` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `appeal_deadline` date DEFAULT NULL,
  `judgment_date` date DEFAULT NULL,
  `last_date_of_resume` date DEFAULT NULL,
  `case_id` bigint unsigned DEFAULT NULL,
  `stage_id` bigint unsigned DEFAULT NULL,
  `court_id` bigint unsigned DEFAULT NULL,
  `legal_date` int DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `case_legal_dates`
--

LOCK TABLES `case_legal_dates` WRITE;
/*!40000 ALTER TABLE `case_legal_dates` DISABLE KEYS */;
INSERT INTO `case_legal_dates` (`id`, `appeal_deadline`, `judgment_date`, `last_date_of_resume`, `case_id`, `stage_id`, `court_id`, `legal_date`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,NULL,'2022-04-16',NULL,8,4,NULL,NULL,'2022-04-16 00:03:50','2022-04-16 00:03:50',NULL,1),(2,NULL,'2022-04-16',NULL,8,4,NULL,NULL,'2022-04-16 00:03:50','2022-04-16 00:03:50',NULL,1),(3,NULL,'2022-04-16',NULL,8,4,NULL,NULL,'2022-04-16 00:03:50','2022-04-16 00:03:50',NULL,1),(4,NULL,'2022-04-16',NULL,8,4,NULL,NULL,'2022-04-16 00:03:51','2022-04-16 00:03:51',NULL,1),(5,NULL,'2022-04-28','2022-05-28',5,3,1,NULL,'2022-04-28 23:04:46','2022-04-28 23:04:46',NULL,1),(6,NULL,'2022-05-30','2022-06-29',14,3,10,NULL,'2022-05-30 21:32:09','2022-05-30 21:32:09',NULL,1),(7,NULL,'2022-08-24','2022-09-23',3,3,2,NULL,'2022-08-31 13:59:48','2022-08-31 13:59:48',NULL,1);
/*!40000 ALTER TABLE `case_legal_dates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `case_notes`
--

DROP TABLE IF EXISTS `case_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `case_notes` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `owner_id` bigint unsigned DEFAULT NULL,
  `case_id` bigint unsigned DEFAULT NULL,
  `stage_id` bigint unsigned DEFAULT NULL,
  `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `title` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `case_notes`
--

LOCK TABLES `case_notes` WRITE;
/*!40000 ALTER TABLE `case_notes` DISABLE KEYS */;
INSERT INTO `case_notes` (`id`, `owner_id`, `case_id`, `stage_id`, `note`, `title`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,1,2,3,'<p>الببللبللياابالاررةرىىرلارلارلا</p>','مذكرة تمميز','2022-03-28 21:14:48','2022-03-28 21:54:39',NULL,1),(2,1,1,3,'<p>ااااااااااا</p>','نفقة','2022-03-28 21:53:47','2022-03-28 21:53:47',NULL,1),(3,2,4,NULL,'تم',NULL,'2022-03-29 20:47:18','2022-03-29 20:47:18',NULL,1),(4,1,5,3,'<p class=\"1\" align=\"center\" dir=\"RTL\" style=\"margin-top:12.0pt;text-align:center\"><span lang=\"AR-SA\" style=\"font-size:23.0pt;mso-ansi-font-size:28.0pt;font-family:&quot;PT Bold Heading&quot;;\r\nmso-no-proof:no\">المحكمة الكلية<o:p></o:p></span></p><p class=\"1\" align=\"center\" dir=\"RTL\" style=\"margin-top:12.0pt;text-align:center\"><span lang=\"AR-SA\" style=\"font-size:20.0pt;mso-ansi-font-size:22.0pt;font-family:&quot;PT Bold Heading&quot;;\r\nmso-no-proof:no\">الدائرة الإدارية السابعة</span><span lang=\"AR-SA\" style=\"font-size:16.0pt;font-weight:normal\"><o:p></o:p></span></p><p class=\"1\" align=\"center\" dir=\"RTL\" style=\"margin-top:12.0pt;text-align:center\"><span lang=\"AR-SA\" style=\"font-size:23.0pt;mso-ansi-font-size:28.0pt;font-family:&quot;PT Bold Heading&quot;;\r\nmso-no-proof:no\">مـــذكرة بـــدفاع<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"center\" dir=\"RTL\" style=\"text-align:center;direction:\r\nrtl;unicode-bidi:embed\"><b><u><span lang=\"AR-SA\" style=\"font-size:20.0pt;\r\nmso-ansi-font-size:22.0pt;font-family:&quot;PT Bold Heading&quot;;mso-ansi-language:X-NONE;\r\nmso-fareast-language:X-NONE\"><o:p>&nbsp;</o:p></span></u></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><span lang=\"AR-SA\" dir=\"RTL\"><o:p>&nbsp;</o:p></span></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><span lang=\"AR-SA\" dir=\"RTL\"><o:p>&nbsp;</o:p></span></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><span lang=\"AR-SA\" dir=\"RTL\"><o:p>&nbsp;</o:p></span></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><span lang=\"AR-SA\" dir=\"RTL\"><o:p>&nbsp;</o:p></span></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><span lang=\"AR-SA\" dir=\"RTL\"><o:p>&nbsp;</o:p></span></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><span lang=\"AR-SA\" dir=\"RTL\"><o:p>&nbsp;</o:p></span></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><span lang=\"AR-SA\" dir=\"RTL\"><o:p>&nbsp;</o:p></span></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><span lang=\"AR-SA\" dir=\"RTL\"><o:p>&nbsp;</o:p></span></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\">مقدمة من السيد/ عبدالعزيز خالد صالح المحارب&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; مـدعي<o:p></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p>&nbsp;</o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p>&nbsp;</o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" dir=\"RTL\" style=\"text-align:center;direction:\r\nrtl;unicode-bidi:embed\"><b><span lang=\"AR-SA\" style=\"font-size:20.0pt;mso-ansi-language:\r\nX-NONE;mso-fareast-language:X-NONE\">ضــــــــد<o:p></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p>&nbsp;</o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" dir=\"RTL\" style=\"text-align:center;direction:\r\nrtl;unicode-bidi:embed\"><b><span lang=\"AR-SA\" style=\"font-size:20.0pt;mso-ansi-language:\r\nX-NONE;mso-fareast-language:X-NONE\">السيد/ وكيل وزارة الداخلية – بصفته\r\nوآخر&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; مدعى\r\nعليهما<o:p></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p>&nbsp;</o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p>&nbsp;</o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><u><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p>&nbsp;</o:p></span></u></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><u><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p>&nbsp;</o:p></span></u></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><u><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p>&nbsp;</o:p></span></u></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><u><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\">في الدعـوى رقم 4127/2021 إداري/7<o:p></o:p></span></u></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><u><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\">والمحـــــدد لنظــــرها جلســـة 2/1/2022<o:p></o:p></span></u></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p><br></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p><br></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p><br></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p><br></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p><br></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p><br></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" style=\"text-align:center\"><b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;mso-ansi-language:X-NONE;mso-fareast-language:\r\nX-NONE\"><o:p>&nbsp;</o:p></span></b></p><p class=\"1\" align=\"center\" dir=\"RTL\" style=\"margin-top:6.0pt;margin-right:0in;\r\nmargin-bottom:6.0pt;margin-left:0in;text-align:center;line-height:27.0pt;\r\nmso-line-height-rule:exactly;tab-stops:21.25pt\"><u><span lang=\"AR-SA\" style=\"font-size:22.0pt;mso-ansi-font-size:26.0pt;font-family:&quot;PT Bold Heading&quot;;\r\nfont-weight:normal;mso-no-proof:no\">الوقائع <o:p></o:p></span></u></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:\r\n&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:\r\n&quot;Times New Roman&quot;\">نحيل في شأنها لما جاء بصحيفة الدعوى المبتداه وما قدم من دفاع\r\nومستندات بالجلسات السابقة منعا من الإطالة والتكرار وحرصا على ثمين وقت المحكمة\r\nالموقرة. <o:p></o:p></span></p><p class=\"MsoNormal\" align=\"center\" dir=\"RTL\" style=\"margin-top:6.0pt;margin-right:\r\n0in;margin-bottom:6.0pt;margin-left:0in;text-align:center;line-height:27.0pt;\r\nmso-line-height-rule:exactly;tab-stops:21.25pt;direction:rtl;unicode-bidi:embed\"><u><span lang=\"AR-SA\" style=\"font-size:22.0pt;mso-ansi-font-size:26.0pt;font-family:&quot;PT Bold Heading&quot;;\r\nmso-ansi-language:X-NONE;mso-fareast-language:X-NONE\">الدفاع<o:p></o:p></span></u></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;PT Bold Heading&quot;\"><o:p>&nbsp;</o:p></span></u></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:20.0pt;mso-ansi-font-size:22.0pt;font-family:&quot;PT Bold Heading&quot;\">نلتمس\r\nمن المحكمة الموقرة القضاء بإلغاء القرار المطعون عليه وما يترتب على ذلك من آثار\r\nأخصها إصدار قرار بتخرج المدعي ، لما شاب القرار المطعون فيه بالبطلان لمخالفته\r\nللقانون واللوائح وانتفاء مبررات إصداره . &nbsp;<o:p></o:p></span></u></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:17.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\">حيث من المقرر في نص المادة الأولى من\r\nالمرسوم بقانون رقم 200لسنة 1994 بشأن إنشاء أكاديمية الشرطة علي أنه : <o:p></o:p></span></u></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:17.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\">(نشأ في وزارة الداخلية أكاديمية للشرطة\r\nتعد إحدى المؤسسات التعليمية بالدولة، وتختص بتعليم وتدريب وتأهيل وإعداد قوات\r\nالشرطة بسائر مستوياتها ووضع خطط تدريبها وتأهيلها والإشراف على تنفيذها أثناء\r\nالخدمة بهدف رفع كفاءة رجال قوات الشرطة وتنمية قدراتهم للحفاظ على أمن المجتمع\r\nوحماية قيمه العربية والإسلامية وتقديم الدراسات التخصصية والعليا وإجراء الأبحاث\r\nالعلمية والتطبيقية في علوم الشرطة ومجالات عملها</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.<o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:17.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\">ويجوز للأكاديمية تدريب العاملين\r\nالمدنيين بالوزارة في المجالات التي تتطلبها الأعمال المتعلقة بالشرطة</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;\r\nmso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.</span><span dir=\"RTL\"></span><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:17.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>)<o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:17.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\"><o:p>&nbsp;</o:p></span></u></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:17.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\">وتنص المادة 7 من ذات القانون على أنه:-\r\n<o:p></o:p></span></u></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">يشترط فيمن يقبل\r\nللدراسة بالأجهزة التعليمية بالأكاديمية ما يلي<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpFirst\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.5in 6pt 0in; text-indent: -0.25in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:17.0pt\">1-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">أن\r\nيكون كويتي الجنسية، ويجوز قبول غير الكويتيين إذا كانوا مبعوثين من حكوماتهم وفي\r\nحدود العدد الذي يحدده سنويا مجلس الوزراء</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.5in 6pt 0in; text-indent: -0.25in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:17.0pt\">2-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">أن\r\nيكون محمودة السيرة، حسن السمعة</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.5in 6pt 0in; text-indent: -0.25in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span dir=\"RTL\"></span><span style=\"font-size:17.0pt\">3-</span><!--[endif]--><span dir=\"RTL\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\">\r\n</span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">ألا\r\nيكون قد سبق الحكم عليه في جناية أو في جنحة مخلة بالشرف أو الأمانة</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;\r\nmso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.5in 6pt 0in; text-indent: -0.25in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span dir=\"RTL\"></span><span style=\"font-size:17.0pt\">4-</span><!--[endif]--><span dir=\"RTL\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\">\r\n</span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">ألا\r\nيكون قد سبق فصله من خدمة الحكومة بحكم أو بقرار تأديبي نهائي</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;\r\nmso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.5in 6pt 0in; text-indent: -0.25in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span dir=\"RTL\"></span><span style=\"font-size:17.0pt\">5-</span><!--[endif]--><span dir=\"RTL\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\">\r\n</span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">أن\r\nيكون مستوفيا لشروط السن واللياقة الصحية والبدنية</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpLast\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.5in 6pt 0in; text-indent: -0.25in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span dir=\"RTL\"></span><span style=\"font-size:17.0pt\">6-</span><!--[endif]--><span dir=\"RTL\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\">\r\n</span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">أن\r\nيكون حاصلا على الشهادة العلمية اللازمة لقبول للدراسة</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.<o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">وتبين اللائحة\r\nالتنفيذية الشروط الأخرى اللازم توافرها في المتقدم وشروط الالتحاق ومدة الدراسة</span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:17.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\">وتنص المادة 10 من ذات القانون على أنه:\r\n-</span></u></b><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:17.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\">تبين اللائحة التنفيذية الجزاءات\r\nالتأديبية والانضباطية التي يمكن توقيعها على الدارسين والسلطات المختصة بتوقيعها،\r\nكما تبين القواعد المنظمة للخصم من درجات السلوك والمواظبة، وتشكيل مجلس تأديب\r\nالطلاب وسلطاته ونظام التصديق على قراراته</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.<o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:17.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\">وتنص المادة 11 من ذات القانون على\r\nأنه:- </span></u></b><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:\r\n&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:17.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\">يفصل الطالب بقرار من وكيل وزارة\r\nالداخلية بناء على اقتراح مدير عام الأكاديمية في الحالات الآتية</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;\r\nmso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>:<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpFirst\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.5in 6pt 0in; text-indent: -0.25in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:\r\n17.0pt\">1-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">ثبوت\r\nعدم توافر أحد شروط القبول المنصوص عليها في هذا المرسوم ولائحته التنفيذية أو فقده\r\nله أثناء الدراسة</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.5in 6pt 0in; text-indent: -0.25in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span dir=\"RTL\"></span><span style=\"font-size:17.0pt\">2-</span><!--[endif]--><span dir=\"RTL\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\">\r\n</span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">التغيب\r\nعن الدراسة لمدة خمسة عشر يوما متصلة دون عذر مقبول</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.5in 6pt 0in; text-indent: -0.25in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:\r\n17.0pt\">3-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">ثبوت\r\nعدم الصلاحية خلال فترة الاختيار</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.5in 6pt 0in; text-indent: -0.25in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span dir=\"RTL\"></span><span style=\"font-size:17.0pt\">4-</span><!--[endif]--><span dir=\"RTL\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\">\r\n</span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">الرسوب\r\nأكثر من سنة دراسية واحدة ما لم ير وزير الداخلية منح فرصة استثنائية واحدة لطلبة\r\nالسنة النهائية</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.5in 6pt 0in; text-indent: -0.25in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:\r\n17.0pt\">5-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">إذا\r\nعاود الغش في الامتحانات</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpLast\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.5in 6pt 0in; text-indent: -0.25in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:\r\n17.0pt\">6-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">وجود\r\nمبررات تتعلق بالصالح العام</span><span dir=\"LTR\"></span><span dir=\"LTR\"></span><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><span dir=\"LTR\"></span><span dir=\"LTR\"></span>.</span><span lang=\"AR-SA\" style=\"font-size:\r\n17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:17.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\">ومن المقرر أيضا في المادة 190 من ذات\r\nالقانون انه</span></u></b><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:\r\n&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:\r\n&quot;Times New Roman&quot;\"> (يشترط في مستحق الحضانة البلوغ والعقل والأمانة والقدرة على\r\nتربية المحضون وصيانته صحيا وخلقيا ....)<o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:19.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\">وتنص المادة 19 <o:p></o:p></span></u></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><b><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">يشترط فيمن يقبل للدراسة بالأجهزة التعليمية لإعداده عضو\r\nبقوة الشرطة ما يلي:-<o:p></o:p></span></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><b><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">&nbsp;</span></b><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">1.&nbsp;</span><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">أن يكون المتقدم كويتي الجنسية. ويجوز بقرار من وزير\r\nالداخلية قبول غير الكويتيين إذا كانوا مبعوثين من&nbsp;حكوماتهم في حدود العدد\r\nالذي يحدده سنويا مجلس الوزراء.</span><span lang=\"AR-SA\" style=\"font-size:18.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\">&nbsp;</span><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>2.&nbsp;</span><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\">أن يكون محمود السيرة حسن السمعة.</span><span dir=\"LTR\" style=\"font-size:\r\n18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>3.&nbsp;</span><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\">ألا يكون قد سبق فصله من خدمة الحكومة بحكم أو قرار تأديبي نهائي.</span><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>4.&nbsp;</span><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\">ألا يكون قد سبق الحكم عليه في جناية او جنحة مخلة بالشرف أو الأمانة.</span><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>5.&nbsp;</span><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\">ألا يكون قد سبق فصله تأديبيا من أحد الاجهزة التعليمية بالأكاديمية أو من\r\nأي جهة تعليمية أخرى.</span><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:\r\n&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>6.&nbsp;</span><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\">ألا يكون قد سبق قبول استقالته في نفس العام الدراسي أو العام الدراسي\r\nالسابق من&nbsp;الجهاز التعليمي الذي يرغب في الالتحاق به.</span><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>7.&nbsp;</span><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\">أن يكون لائقا صحيا للخدمة النظامية وفقا للمعايير التي يصدر بها قرار من\r\nوزير الداخلية يعد أخذ رأي وزير الصحة.</span><span dir=\"LTR\" style=\"font-size:\r\n18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>8.&nbsp;</span><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\">ألا يقل طول قامته عن (165 سم).</span><span dir=\"LTR\" style=\"font-size:\r\n18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>9.&nbsp;</span><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\">أن يجتاز الطالب اختبارات اللياقة البدنية والثقافة العامة والقدرات\r\nوالاختبارات النفسية. وشكل مدير عام الأكاديمية لجانا لإجراء هذه الاختبارات ويحدد\r\nالدرجات لكل اختبار. يعد الطالب غير لائق إذا حصل على أقل من 60% من مجموع الدرجات\r\nالمقررة لتلك الاختبارات.</span><span dir=\"LTR\" style=\"font-size:18.0pt;\r\nmso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>10.&nbsp;</span><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\">أن يجتاز المقابلة الشخصية<o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:19.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\">وتنص المادة 138 من القرار الوزاري رقم\r\n1130 لسنة 2004 بشأن اللائحة التنفيذية لإنشاء أكاديمية سعد العبدالله للعلوم\r\nالأمنية على الاتي: <o:p></o:p></span></u></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">مع عدم الاخلال\r\nبالعقوبات الأخرى المنصوص عليها في هذه اللائحة توقع على الطلاب العقوبات\r\nالانضباطية والتأديبية الآتية:<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpFirst\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 36.75pt 6pt 0in; text-indent: -18.75pt; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:18.0pt\">1-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">التوبيخ\r\nعلى انفراد أو بحضور طلبة الفصيل او السرية أو طلبة الجهاز التعليمي.</span><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 36.75pt 6pt 0in; text-indent: -18.75pt; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:18.0pt\">2-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">التكليف\r\nبخدمات إضافية تحددها النظم الداخلية للأجهزة التعليمية، وبما لا يتجاوز خمس خدمات\r\nفي المرة الواحدة.</span><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:\r\n&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 36.75pt 6pt 0in; text-indent: -18.75pt; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:18.0pt\">3-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">الحرمان\r\nمن الخروج أيام الراحات الأسبوعية والعطلات التعليمية بما لا يتجاوز أسبوعين في\r\nالمرة الواحدة، وتخصم درجة من درجات السلوك عن كل أسبوع، ويخصم نص درجة عما يقل عن\r\nذلك. </span><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 36.75pt 6pt 0in; text-indent: -18.75pt; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:18.0pt\">4-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">الخصم\r\nمن درجات السلوك بما لا يتجاوز عشر درجات في المرة الواحدة.</span><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 36.75pt 6pt 0in; text-indent: -18.75pt; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:18.0pt\">5-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">التجرد\r\nمن الرتبة أو التنزيل الى رتبة أدني.</span><span dir=\"LTR\" style=\"font-size:18.0pt;\r\nmso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 36.75pt 6pt 0in; text-indent: -18.75pt; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:18.0pt\">6-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">الحجز\r\nعلى انفراد مدة لا تزيد على 14 يوما، وتخصم نص درجة من درجات السلوك عن كل يوم.</span><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 36.75pt 6pt 0in; text-indent: -18.75pt; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:18.0pt\">7-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">الحرمان\r\nمن التقدم للامتحان بما لا يزيد على مقررين. </span><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 36.75pt 6pt 0in; text-indent: -18.75pt; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:18.0pt\">8-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">الحرمان\r\nمن التقدم للامتحان فصلا دراسيا واحداً</span><span dir=\"LTR\" style=\"font-size:\r\n18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoListParagraphCxSpMiddle\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 36.75pt 6pt 0in; text-indent: -18.75pt; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:18.0pt\">9-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">تأخير\r\nالتخرج بما لا يتجاوز ثلاثة أشهر</span><span dir=\"LTR\" style=\"font-size:18.0pt;\r\nmso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoListParagraphCxSpLast\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 36.75pt 6pt 0in; text-indent: -18.75pt; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:18.0pt\">10-<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">الفصل من الاكاديمية\r\n.......) </span><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:\r\n&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.25in 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:19.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">وتنص\r\nالمادة 140 من ذات القرار على أنه</span></u></b><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"> <o:p></o:p></span></p><p class=\"MsoListParagraphCxSpFirst\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 36.75pt 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:\r\n&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:\r\n&quot;Times New Roman&quot;\">(يشكل مجلس تأديب الطلاب بقرار من مدير عام الاكاديمية من ثلاث\r\nضباط من الأجهزة التعليمية برئاسة اقدمهم على الا تقل رتبته عن مقدم، ويجوز أن\r\nيكون أحد الأعضاء من هيئة التدريس بالأكاديمية.<o:p></o:p></span></p><p class=\"MsoListParagraphCxSpLast\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 36.75pt 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:\r\n&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:\r\n&quot;Times New Roman&quot;\">ويمثل الادعاء أحد ضباط الاكاديمية، وللطالب ان يختار من يراه\r\nمن ضباط الاكاديمية للدفاع عنه، ويتولى امانة السر احد ضباط الصف العاملين\r\nبالأكاديمية. &nbsp;<o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:19.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">وتنص\r\nالمادة 141 من ذات القرار على أنه</span></u></b><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"> </span><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">تكون الإحالة الى\r\nمجلس التأديب بقرار من مدير عام الأكاديمية.<o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:19.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">وتنص\r\nالمادة 142 من ذات القرار على أنه</span></u></b><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"> <o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">يصدق وكيل الوزارة\r\nعلى قرار مجلس التأديب الصادر بتوقيع إحدى العقوبات المنصوص عليها في البنود\r\nالثامن أو التاسع أو العاشر من المادة 138 من هذه اللائحة، وله خلال خمسة عشر يوما\r\nمن تاريخ صدور قرار المجلس أن يأمر بإعادة المحاكمة أمام مجلس تأديبي آخر يتم\r\nتشكيله وفقا لنص المادة&nbsp;&nbsp; &nbsp;140 من هذه اللائحة وإلا اعتبر القرار مصدقا\r\nعليه، ويكون قرار مجلس التأديب الثاني الصادر بعد إعادة محاكمة الطالب قراراً\r\nنهائيا. <o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><b><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">&nbsp;</span></b><b><u><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">وحيث من المقرر بالقضاء الإداري انه </span></u></b><b><u><span lang=\"AR-KW\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\"><o:p></o:p></span></u></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><b><span lang=\"AR-KW\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">علي تعريف إساءة استعمال السلطة أن الانحراف في استعمال\r\nالسلطة – كعيب يلحق إقرار الإداري ويتميز بطبيعته عن غيره من العيوب التي تلحق\r\nالقرارات الإدارية – لا يكون فقط حيث يصدر القرار لغايات شخصية ترمي إلى الانتقام\r\nأو إلى تحقيق نفع شخصي أو أغراض سياسية أو حزبية أو نحو ذلك بل يتحقق هذا العيب\r\nأيضا إذا صدر القرار مخالفاً لروح القانون فالقانون في كثير من أعمال الإدارة لا\r\nيكتفي بتحقيق المصلحة العامة في نطاقها الواسع بل يخصص هدفاً معيناً يجعله نطاقاً\r\nلعمل إداري معين ، وفي هذه الحالة يجب ألا يستهدف القرار المصلحة العامة فحسب بل\r\nأيضا الهدف الخاص الذي عينه القانون لهذا- عملاً بقاعدة تخصيص الأهداف التي تقيد\r\nالقرار الإداري بالغاية المخصصة التي رسمت له فإذا خرج القرار على هذه الغاية ،\r\nولو كان هدفه هو تحقيق المصلحة العامة ذاتها، كان القرار مشوباً بعيب الانحراف\r\nووقع باطلاً . <o:p></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" dir=\"RTL\" style=\"margin-top:6.0pt;margin-right:\r\n0in;margin-bottom:6.0pt;margin-left:0in;text-align:center;line-height:27.0pt;\r\nmso-line-height-rule:exactly;tab-stops:21.25pt;direction:rtl;unicode-bidi:embed\"><b><span lang=\"AR-KW\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">(محكمة القضاء الإداري-جلسة 22/4/1956-س10ص299)<o:p></o:p></span></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><b><span lang=\"AR-KW\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">&nbsp;<o:p></o:p></span></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><b><span lang=\"AR-KW\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">&nbsp;</span></b><b><u><span lang=\"AR-KW\" style=\"font-size:20.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">وحيث عرف الانحراف بالسلطة من المحكمة الإدارية العليا\r\nفي القضاء الإداري على انه </span></u></b><b><u><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\">\"</span></u></b><b><span lang=\"AR-KW\" style=\"font-size:18.0pt;\r\nfont-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:AR-KW\">إن أساءة\r\nاستعمال السلطة أو الانحراف بها هما من العيوب القصدية في السلوك الإداري ، قوامها\r\nأن يكون لدى الإدارة قصد إساءة استعمال السلطة أو الانحراف بها ، فعيب إساءة\r\nاستعمال السلطة الذي يبرر الغاء القرار الإداري أو التعويض عنه يجب أن يشوب الغاية\r\nمنه ذاتها ، بأن تكون جهة الإدارة قد تنكبت وجه المصلحة العامة التي يجب أن\r\nيتغياها القرار ، أو تكون قد أصدرت القرار بباعث لا يمت لتلك المصلحة\".<u><o:p></o:p></u></span></b></p><p class=\"MsoNormal\" align=\"center\" dir=\"RTL\" style=\"margin-top:6.0pt;margin-right:\r\n0in;margin-bottom:6.0pt;margin-left:0in;text-align:center;line-height:27.0pt;\r\nmso-line-height-rule:exactly;tab-stops:21.25pt;direction:rtl;unicode-bidi:embed\"><b><u><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">المحكمة الإدارية العليا- الطعن رقم 2909لسنة 36ق جلسة\r\n16/2/1991<o:p></o:p></span></u></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-KW\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">&nbsp;</span><b><u><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\">وحيث من المقرر بالقضاء الإداري انه</span></u></b><span dir=\"LTR\" style=\"font-size:17.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span><span style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>&nbsp;</span><b><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">ويتحقق ها العيب – إساءة استعمال السلطة – في حالة ما\r\nإذا شف القرار الإداري عن بواعث تخرج به عن استهداف الصالح العام المجرد شفاء غلة\r\nاو إرضاء هوى في النفس بحيث يكون منحرفاً عن الجادة .<o:p></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" dir=\"RTL\" style=\"margin-top:6.0pt;margin-right:\r\n0in;margin-bottom:6.0pt;margin-left:0in;text-align:center;line-height:27.0pt;\r\nmso-line-height-rule:exactly;tab-stops:21.25pt;direction:rtl;unicode-bidi:embed\"><b><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">(حكم القضاء الإداري في الدعوى رقم 1150 لسنة 6 ق جلسة\r\n19/5/1954)<o:p></o:p></span></b></p><p class=\"MsoListParagraphCxSpFirst\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 23.25pt 6pt 0in; text-indent: -0.25in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><b><span style=\"font-size:18.0pt;font-family:\r\n&quot;Simplified Arabic&quot;,serif;mso-fareast-font-family:&quot;Simplified Arabic&quot;;\r\nmso-bidi-language:AR-KW\">-<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;\r\n</span></span></b><!--[endif]--><span dir=\"RTL\"></span><b><span lang=\"AR-KW\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\">ويتحقق أيضاً في حالة انعدام السبب المعقول المبرر للقرار الإداري وذلك إذا\r\nما انطوى تصرف الإدارة على تمييز بعض الناس على حساب البعض الآخر دون مسوغ مقنع\r\nوأساس من الصالح العام.&nbsp; </span></b><b><span dir=\"LTR\" style=\"font-size:18.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;;\r\nmso-bidi-language:AR-KW\"><o:p></o:p></span></b></p><p class=\"MsoListParagraphCxSpLast\" align=\"center\" dir=\"RTL\" style=\"margin-top:6.0pt;\r\nmargin-right:23.25pt;margin-bottom:6.0pt;margin-left:0in;mso-add-space:auto;\r\ntext-align:center;line-height:27.0pt;mso-line-height-rule:exactly;tab-stops:\r\n21.25pt;direction:rtl;unicode-bidi:embed\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span><b><span lang=\"AR-KW\" style=\"font-size:16.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>( المحكمة\r\nالإدارية العليا – الطعن رقم 1362لسنة 10ق جلسة 26/11/1996 س 12 ص282)</span></b><span lang=\"AR-KW\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\"> <o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-KW\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\"><o:p>&nbsp;</o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">لما كان ذلك وكان\r\nالثابت وفقا للمستندات المقدمة من المدعى عليهما بصفتهما بجلسة 14/11/2021 ووفقا\r\nلمحاضر التحقيق أن السبب الرئيسي لإصدار القرار المطعون عليه هو الكيد والتربص\r\nوالنيل من المدعى من قبل الملازم أول / شروق أحمد ضابط الإلزام في مركز الايواء نفيسة\r\nبنت الحسين بمنطقة صباح السالم من تاريخ 4/6/2020 ومنذ ذلك التاريخ ولسوء تفاهم\r\nبين المدعي والملازم/ شروق أحمد قامت تتوعده وتكيل له كم من الشكاوى دون سبب او\r\nمسوغ من القانون بل تتزرع له المشاكل ولأنها رئيسته المباشر وهي من تقوم بكتابة\r\nالتقارير والحضور والغياب قامت بتقديم الشكاوى المقدمة من المدعى عليهما بحافظة\r\nمستندات 14/11/2021 ، <b><u>بل لم تخفقي الأوراق مقولة الملازم / شروق أحمد للمدعي\r\n( والله راح اسوي لك سالفة ورى سالفة وراح أخلي الكلية تتعامل معاك وقالت له أنت\r\nموريال وموقد الثقة )</u></b> ومنذ ذلك التاريخ ووفقا للثابت من الشكاوى ومحاضر\r\nالتحقيق التي بين يدى هيئة المحكمة الموقرة وأقوال المدعى والشاكية وأقوال الشهود\r\nيثبت الكيد في تلك الشكاوى المقدمة ضد المدعى والتي هي أحد أسباب صدور القرار\r\nالمطعون عليه ، حيث أن إحالة المدعى المتكرر الى الإدارة العامة للأدلة الجنائية\r\nلأخذ عينات له كان مقصودا وكيدا أفصحت الأوراق فقط عن إحالتين لكم ما أخته الأوراق\r\nأن المدعى تم إحالة أكثر من 6 مرات الى الأدلة الجنائية وثبت سلبية تلك العينات ،\r\nبل الإحالة الأخيرة ذكر المدعى اختلاف العينة والعبوات المسلمة لي عن باقي زملائي\r\nالتي تم إحالتهم معي قبل حتى أخذ العينات وأن طريقة احالتهم الى الأدلة الجنائية\r\nجاءت مخالفة للإجراءات المتبعة حيث تم أخذ المدعى في سيارة خاصة لأحد الضباط ،\r\nفضلا عن أن ما يؤكد عدم صحة ما جاء بتلك العينات وكيديتها هو أن المدعى قام بعمل\r\nتحليل بأحد المراكز المتخصصة فور خروجه من الكلية وتبين سلبية تلك العينات والتي سنتشرف\r\nبتقديم صورة منها رفق هذا الدفاع هذا من ناحية .</span><span lang=\"AR-KW\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-KW\" style=\"font-size:20.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">من ناحية أخرى لإثبات صدور القرار المطعون عليه معيبا\r\nبعدم المشروعية ذكرت جهة الإدارة</span></u></b><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"> أن المدعى لم يتقدم\r\nبطلب استرحام (او تظلم) من القرار المطعون عليه خلال 15 يوم من تاريخ صدور القرار\r\nحتى يتم النظر فيه او تشكيل مجلس تأديبي آخر غير السابق لبحث ذلك التظلم ، في حين\r\nقدم المدعى للمحكمة الموقرة التظلم من القرار المطعون عليه والمقدم لجهة الإدارة بتاريخ\r\n13/6/2021 وثابت منه استلام جهة الإدارة للتظلم والذي لم يتم الرد عليه بثمة رد\r\nوهو الأمر الذي حدا بالمدعى تقديم الدعوى الراهنة ، ومنه يثبت أن ما قدمته جهة\r\nالإدارة من دفاع ومستندات جاءت مرسله تجحدها المستندات المقدمة من المدعى ومن ثم\r\nيثبت أن القرار المطعون عليه صدر مخالفا للقانون ومشوبا بسوء استعمال السلطة\r\nوالتعسف من جانب جهة الإدارة .<o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">فضلاً\r\nعن أن الثابت من المستندات</span></u></b><u><span lang=\"AR-SA\" style=\"font-size:\r\n17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\"> المقدمة</span></u><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"> أن المدعى التحق\r\nبالكلية كطالب مستجد للسنة الأولى ضمن الدفعة 46 بتاريخ 29/3/2018 ومنذ هذا\r\nالتاريخ والمدعى متفوقا دراسياً وعلمياً ولم يثبت بالأوراق تخلفه او رسوبه عن أي\r\nامتحان أو فصل دراسي ، فضلا عن عدم ثبوت أي شكوى منذ ذلك التاريخ ، بل تلك الشكاوى\r\nجاءت من تاريخ تولي الضابط الالزام الملازم / شروق أحمد بتاريخ 4/6/2020 وقد كالت\r\nله كل تلك الشكاوى المزعمة ، فمن غير المعقول أن طالب من بداية التحاقه بالكلية في\r\n29/3/2018 وحتى 4/6/2020 وهو مثال للضابط المستجد والمتفوق ، ومن بعد هذا التاريخ\r\nومنذ تولي الملازم / شروق أحمد في 4/6/2020 ينقلب حاله لتلك الدرجة ، ولما فقط تلك\r\nالشكاوى فقط من المدعوة؟!!! <o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-KW\" style=\"font-size:20.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">ما يثبت صدور القرار معيباً بعدم المشروعية ومخالفا\r\nومعيبا بسوء استعمال السلطة ومخالفا للقانون وللمستندات.<o:p></o:p></span></u></b></p><p class=\"MsoListParagraph\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0.5in 6pt 0in; text-indent: -0.25in; line-height: 32pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:17.0pt\">7-</span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">مما\r\nتقدم من نصوص</span><span lang=\"AR-SA\"> </span><span lang=\"AR-SA\" style=\"font-size:\r\n17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;\">المرسوم بقانون رقم 200لسنة 1994 بشأن\r\nإنشاء أكاديمية الشرطة والقرار رقم 1130لسنة 2004 في شأن اللائحة التنفيذية لإنشاء\r\nأكاديمية سعد العبدالله للعلوم الأمنية بأن الطالب اجتاز كافة الاختبارات وتوفرت\r\nفيه الشروط الأتية :- أن يكون كويتي الجنسية، أن يكون محمودة السيرة، حسن السمعة، ألا\r\nيكون قد سبق الحكم عليه في جناية أو في جنحة مخلة بالشرف أو الأمانة ، ألا يكون قد\r\nسبق فصله من خدمة الحكومة بحكم أو بقرار تأديبي نهائي ، أن يكون مستوفيا لشروط\r\nالسن واللياقة الصحية والبدنية ، أن يكون حاصلا على الشهادة العلمية اللازمة لقبول\r\nللدراسة، ووفقا للقرار الوزاري رقم 804لسنة 2018 حيث انه اجتاز متطلبات الدراسة في\r\nكل سنة دراسية وصولا الى السنة الرابعة، فكيف فجأة تسقط منه كل تلك المميزات\r\nوالشروط بمجرد شكوى دون دليل عليها أو سند ومن ثم يصدر القرار المطعون عليه.&nbsp; </span><span dir=\"LTR\" style=\"font-size:17.0pt;\r\nmso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span><span style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>&nbsp;<span lang=\"AR-SA\"><o:p></o:p></span></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-KW\" style=\"font-size:20.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-bidi-language:AR-KW\">ما يثبت صدور القرار مخالفا ومعيبا بسوء استعمال السلطة\r\nومخالفا للقانون وللمستندات.<o:p></o:p></span></u></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">ذكرت في الأوراق أن\r\nالمدعى ثبت تعاطيه مواد مخدره، فضلا عن القاء القبض عليه بعد فصله من الكلية\r\nوبحوزته مواد مخدره ولم يتم إحالته الى جهات الاختصاص في كلتا الحالتين ؟! اليس ذلك\r\nيشوب الأوراق بالشكوك لما لم يتم إحالة طالب تم فصله توا بسبب تعاطيه للمخدرات وتم\r\nالقبض عليه وبحوزته مواد مخدره، المدعى يقدم رفق هذا الدفاع شهادة تثبت بعدم وجود\r\nأي قيود جنائية ضده حتى مخالفة مرور والذي تزرع بها ضابط المباحث لتفتيش المدعة\r\nوإلقاء القبض عليه كيدً وظلماً وبهتانا، فقط حتى لا يتم تخرج المدعى من الكلية\r\nلترسيخ مقوله الملازم شروق أحمد/ <b><u>( والله راح اسوي لك سالفة ورى سالفة وراح\r\nأخلي الكلية تتعامل معاك وقالت له أنت موريال وموقد الثقة )</u></b> .<o:p></o:p></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">وما\r\nيثبت صدور القرار مخالفا ومعيبا بسوء استعمال السلطة ومخالفا للقانون وللمستندات.<o:p></o:p></span></u></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><b><u><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">&nbsp;</span></u></b><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">تم استخراج فيديو\r\nقديم بداية 2018 قبل دخول المدعى الكلية كان على هاتفه المحمول تم سرقته وارساله\r\nالى مدير عام الكلية في عام 2021حتى يتم معاقبة المتهم والزج به، حيث تم مواجهة\r\nالمدعى بهذا الفيديو امام مجلس التأديب وأفاد بأن الفيديو قديم من قبل دخولي\r\nالكلية ولا أعرف كيف تم نشر الفيديو وتم فبركة جملة عليه وهي كيف ادش الكلية الحين\r\n، حيث ثبت أنه تم ارسال الفيديو الى مدير عام الكلية قصداً وكيداً في المدعى حتى\r\nتكثر تلك الاتهامات عليه في هذا الوقت ومن ثم يتم فصله من الكلية وقد كان ، إلا ان\r\nالبين وفقا للمستندات ومحاضر التحقيق وما انتهى اليه مجلس التأديب في هذا الشأن من\r\nثبوت أن الفيديو قديم يرجع لعام 2018 يثبت أن المدعى يتم تلفيق له تلك الاتهامات\r\nعمدا وكيدا من تاريخ تولى الضابط إلزام الملازم / شروق أحمد رئيس مباشر على المدعى\r\nمما يثبت شخصية تلك الاتهامات وعدم مشروعيه القرار الصادر بتاريخ 8/6/2021 ونلتمس\r\nمن المحكمة الموقرة الغائه وما يترتب عليه من آثار . <o:p></o:p></span></p><p class=\"MsoListParagraph\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 23.25pt 6pt 0in; text-indent: -0.25in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><b><span style=\"font-size:20.0pt;font-family:\r\n&quot;Simplified Arabic&quot;,serif;mso-fareast-font-family:&quot;Simplified Arabic&quot;;\r\nmso-bidi-language:AR-KW\">-<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;\r\n</span></span></b><!--[endif]--><span dir=\"RTL\"></span><b><u><span lang=\"AR-KW\" style=\"font-size:20.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;mso-bidi-language:\r\nAR-KW\">ما يثبت أن القرار الإداري صدر دون السبب المعقول المبرر له لأن تصرف\r\nالإدارة ينطوي على تمييز بعض الناس على حساب البعض الآخر دون مسوغ مقنع وأساس من\r\nالصالح العام.&nbsp; </span></u></b><b><u><span dir=\"LTR\" style=\"font-size:20.0pt;mso-bidi-font-family:&quot;Simplified Arabic&quot;;\r\nmso-bidi-language:AR-KW\"><o:p></o:p></span></u></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span><span style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><span dir=\"RTL\"></span><span dir=\"RTL\"></span>&nbsp;&nbsp;<span lang=\"AR-SA\">حيث وفقا للثابت من المستندات\r\nالمقدمة من جهة الإدارة ودفاع المدعى أنه يوجد طلبه آخرين قد ثبت في عيناتهم مواد\r\nمخدرة ولم يتم فصلهم بل تم تأخير تخرجهم لمدة شهرين وهو مالم تنكره جهة الإدارة\r\nبموجب دفاعها المقدم بجلسة 14/11/2021 بأنه بالفعل تم تأخير تخرجهم لمدة شهرين\r\nبينما المدعى تم فصله لوجود العينة الخاصة به إيجابية وكما بينا سلفاً المدعى يطعن\r\nفي نتيجة تلك العينة ، حيث وجود اختلاف في العبوات ، فضلا عن أن الثابت من\r\nالمستندات المقدمة بجلسة اليوم أن المدعى قد قام بعمل تحليل مواد مخدرة فور علمه\r\nبنتيجة العينات المحاج بها وتبين سلبية تلك العينات مما يثبت صدق أقوال المدعى\r\nوعدم صحة ما جاء بنتيجة إدارة الأدلة الجنائية التي بني عليها القرار الإداري ومن\r\nثم يكون القرار الإداري صدر معيباً بسوء استعمال السلطة لانعدام السبب المعقول\r\nالمبرر للقرار الإداري وذلك إذا ما انطوى تصرف الإدارة على تمييز بعض الناس على\r\nحساب البعض الآخر دون مسوغ مقنع وأساس من الصالح العام ونلتمس من المحكمة الموقرة\r\nالغائه مع ما يترتب على ذلك من آثار أخصها تخرجه من ضمن دفعة 2020-2021م.<o:p></o:p></span></span></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><u><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;PT Bold Heading&quot;;mso-ascii-font-family:\r\nArial;mso-hansi-font-family:Arial\">حيث قضت محكمة التمييز :-<o:p></o:p></span></u></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><b><span lang=\"AR-SA\" style=\"font-size:18.0pt\">(على محكمة الموضوع أن تتناول بالبحث\r\nوالتمحيص كل طلب أو دفاع جوهري يمكن أن يؤثر في نتيجة الفصل في الدعوى)<o:p></o:p></span></b></p><p class=\"MsoNormal\" align=\"center\" dir=\"RTL\" style=\"margin-top:6.0pt;margin-right:\r\n0in;margin-bottom:6.0pt;margin-left:0in;text-align:center;line-height:27.0pt;\r\nmso-line-height-rule:exactly;tab-stops:21.25pt;direction:rtl;unicode-bidi:embed\"><b><span lang=\"AR-SA\" style=\"font-size:18.0pt\">(الطعن رقم 15/1995 تجاري جلسة 6/5/1995م)<o:p></o:p></span></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><u><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;PT Bold Heading&quot;;mso-ascii-font-family:\r\nArial;mso-hansi-font-family:Arial\">كما قضت محكمة التمييز على انه :-<o:p></o:p></span></u></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; line-height: 27pt; direction: rtl; unicode-bidi: embed;\"><span lang=\"AR-SA\" style=\"font-size:18.0pt\">(أن الحكم يجب أن يكون فيه ما يطمئن المطلع عليه إلى أن\r\nالمحكمة قد محصت الأدلة التي قدمت إليها وحصلت منها ما يؤدي إليه وذلك باستعراض\r\nهذه الأدلة والتعليق عليها بما ينبئ عن بحث ودراسة أوراق الدعوى عن بصر وبصيرة\r\nوالإفصاح عن مصادر الأدلة التي كونت منها عقيدتها وفحواها وان يكون لها مأخذها\r\nالصحيح من الأوراق وان يكون ما استخلصته سائغا ومؤديا إلى النتيجة التي انتهت\r\nإليها حتى يتأتى لمحكمة التمييز أن تعمل رقابتها على سداد الحكم وان مخالفة الثابت\r\nبالأوراق التي يبطله تكون بتحريف محكمة الموضوع للثابت ماديا ببعض المستندات والأوراق\r\nبما يوصف بأنه مسلك ايجابي مكنها تقضي فيه على خلاف هذه البيانات يكون كذلك باتخاذ\r\nموقف سلبي من المحكمة بتجاهلها هذه المستندات والأوراق وما هو ثابت فيها) .<o:p></o:p></span></p><p class=\"MsoNormal\" align=\"center\" dir=\"RTL\" style=\"margin-top:6.0pt;margin-right:\r\n0in;margin-bottom:6.0pt;margin-left:0in;text-align:center;line-height:27.0pt;\r\nmso-line-height-rule:exactly;tab-stops:21.25pt;direction:rtl;unicode-bidi:embed\"><b><span lang=\"AR-SA\" style=\"font-size:18.0pt\">(الطعن رقم 920/2005 تجاري جلسة 10/2/2006م)<o:p></o:p></span></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin: 6pt 0in; text-indent: 0in; line-height: 30pt; direction: rtl; unicode-bidi: embed;\"><!--[if !supportLists]--><span style=\"font-size:\r\n21.0pt\">-<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><span dir=\"RTL\"></span><span lang=\"AR-SA\" style=\"font-size:17.0pt;font-family:&quot;Simplified Arabic&quot;,serif;mso-ascii-font-family:\r\n&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">لما كان ذلك وكان القرار\r\nالمطعون عليه صدر مخالفاً للقانون وجاء مجحفاً بحقوق الطالب التي كفله له الدستور\r\nوالقانون وجاء القرار منعدم للسبب المشروع ولم يتغايا الصالح العام مشوبا بسوء\r\nاستعمال السلطة، فضلا عن أسباب أخرى تراها الهيئة الموقرة بالأوراق مما يستوجب\r\nالغائه مع ما يترتب على ذلك من آثار</span><span dir=\"LTR\" style=\"font-size:21.0pt;\r\nmso-bidi-font-family:&quot;Simplified Arabic&quot;\"><o:p></o:p></span></p><p class=\"MsoNormal\" align=\"center\" dir=\"RTL\" style=\"margin-top:6.0pt;margin-right:\r\n0in;margin-bottom:6.0pt;margin-left:0in;text-align:center;text-indent:0in;\r\nline-height:30.0pt;mso-line-height-rule:exactly;mso-list:l2 level1 lfo1;\r\ntab-stops:list 2.45pt left 21.25pt;direction:rtl;unicode-bidi:embed\"><!--[if !supportLists]--><span style=\"font-size:21.0pt\">-<span style=\"font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: &quot;Times New Roman&quot;;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r\n</span></span><!--[endif]--><span dir=\"RTL\"></span><b><u><span lang=\"AR-SA\" style=\"font-size:18.0pt;font-family:&quot;PT Bold Heading&quot;\">بنـــــاءً عليــــــــه</span></u></b><span lang=\"AR-SA\" style=\"font-size:21.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\"><o:p></o:p></span></p><h2 dir=\"RTL\" style=\"text-align: center; margin-top: 6pt;\"><u><span lang=\"AR-KW\" style=\"font-size:20.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;;\r\nmso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-KW\">ـ تلتمس\r\nالمدعي من المحكمة الموقرة القضاء ب <o:p></o:p></span></u></h2><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin-top: 6pt; direction: rtl; unicode-bidi: embed;\"><b><span lang=\"AR-SA\" style=\"font-size:20.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">اولاً\r\n:- بقبول الدعوى شكلاً<o:p></o:p></span></b></p><p class=\"MsoNormal\" dir=\"RTL\" style=\"text-align: center; margin-top: 6pt; direction: rtl; unicode-bidi: embed;\"><b><span lang=\"AR-SA\" style=\"font-size:20.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:&quot;Times New Roman&quot;\">ثانياً:\r\n-في الشق المستعجل: بوقف تنفيذ قرار فصل الطالب وما يترتب على ذلك من آثار أخصها\r\nإعلان تخرجه للحاق بباقي دفعته الخريجين لعام 2020-2021 .<o:p></o:p></span></b></p><p style=\"text-align: center;\">\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<b><span lang=\"AR-SA\" dir=\"RTL\" style=\"font-size:20.0pt;font-family:&quot;Simplified Arabic&quot;,serif;\r\nmso-ascii-font-family:&quot;Times New Roman&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;\r\nmso-hansi-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:\r\nEN-US;mso-bidi-language:AR-SA\">ثالثاً:- وفي الموضوع بإلغاء القرار الإداري\r\nالمطعون عليه رقم 2290لسنة2021 والمؤرخ 8/6/2021 فيما قضى به بفصل ضابط/ عبدالعزيز\r\nخالد صالح المحارب – الدفعة 46 من كلية الشرطة التابعة&nbsp;</span></b><br></p>','مذكرة اداري','2022-03-29 21:12:43','2022-03-29 21:22:41',NULL,1),(5,1,3,3,'<p>ابليليليليل</p>','مذكرة دفاع','2022-03-30 20:02:53','2022-03-30 20:03:09',NULL,1),(6,1,8,4,'<p>gvcf</p>','fg','2022-04-16 00:05:43','2022-04-16 00:05:43',NULL,1),(7,1,12,4,'<p>;ljkjhgfffftffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff</p>','مذكرة','2022-05-10 19:06:06','2022-05-10 19:06:06',NULL,1),(8,1,12,4,'5mvlUEtRk7PEaa0VXmb9ULaFhCrtLz2WzpVnKVQP.docx','صحيفة دعوى عبدالله احمد حسن ابراهيم','2022-05-17 19:19:05','2022-05-17 19:19:05',NULL,1),(9,1,3,5,'HmYFq56UlKhB2Wh6kiF2aJvP29ZDamCAWAQ3iMNW.docx','مذكرة نفقة','2022-05-21 20:49:59','2022-05-21 20:49:59',NULL,1),(10,1,3,5,'TlayYmVru1u7Ke0PfCodJXgiKBVZD2giCrbiVxlN.docx','مذكرة دفاع تاريخ 22-6-2022','2022-06-27 21:30:57','2022-06-27 21:30:57',NULL,1),(11,1,10,4,'A83uUS3H9OWUs3myddMcyRA2sXicr0quVKkzwD6E.docx','تجرير222222','2022-07-07 07:10:27','2022-07-07 07:10:27',NULL,1),(12,1,14,3,'0VoZ5St6MBzvpqMxqX81I60oXAnngXmBwtWIspF4.docx','مذكرة دفاع لجلسة 22\\7\\2022','2022-07-17 20:50:47','2022-07-17 20:50:47',NULL,1),(13,1,10,4,'UTHMRf7wAPBCw3IWqfBv7XrTw4M5Srr789k1yVgx.jpg','تججسشجيسشي','2022-08-28 18:24:06','2022-08-28 18:24:06',NULL,1),(14,11,17,3,'QnYWLLPsfq9zwYT1u4RjRRV0okpZWSV6XeaMuQUt.docx','مذكرة دفاع نفقة تاريخ 22/8/2022','2022-08-30 20:22:01','2022-08-30 20:22:01',NULL,11);
/*!40000 ALTER TABLE `case_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `case_stages`
--

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

--
-- Dumping data for table `case_stages`
--

LOCK TABLES `case_stages` WRITE;
/*!40000 ALTER TABLE `case_stages` DISABLE KEYS */;
INSERT INTO `case_stages` (`id`, `name`, `created_at`, `updated_at`, `deleted_at`) VALUES (1,'المخفر','2022-03-28 18:11:18','2022-03-28 18:11:18',NULL),(2,'النيابة','2022-03-28 18:11:18','2022-03-28 18:11:18',NULL),(3,'الدرجة الأولى','2022-03-28 18:11:18','2022-03-28 18:11:18',NULL),(4,'الاستئناف','2022-03-28 18:11:18','2022-03-28 18:11:18',NULL),(5,'التمييز','2022-03-28 18:11:18','2022-03-28 18:11:18',NULL),(6,'الخبراء','2022-03-28 18:11:18','2022-03-28 18:11:18',NULL),(7,'إشكال','2022-03-28 18:11:18','2022-03-28 18:11:18',NULL);
/*!40000 ALTER TABLE `case_stages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `case_users`
--

DROP TABLE IF EXISTS `case_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `case_users` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `receiver_id` bigint unsigned DEFAULT NULL,
  `sender_id` bigint unsigned DEFAULT NULL,
  `subject` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `case_id` bigint unsigned DEFAULT NULL,
  `status_id` bigint unsigned NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `case_users`
--

LOCK TABLES `case_users` WRITE;
/*!40000 ALTER TABLE `case_users` DISABLE KEYS */;
INSERT INTO `case_users` (`id`, `receiver_id`, `sender_id`, `subject`, `case_id`, `status_id`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,2,1,'كتابة مذكرة',4,1,'2022-03-28 21:21:17','2022-03-28 21:21:17',NULL,1),(2,1,2,'اعتماد',2,3,'2022-03-29 20:48:21','2022-06-25 20:53:49',NULL,1),(3,2,1,'طباعة',5,1,'2022-03-30 18:56:32','2022-03-30 18:56:32',NULL,1),(4,3,1,'كتابة مذكرة',3,3,'2022-03-30 19:51:01','2022-05-11 22:00:47',NULL,1),(5,3,1,'تصوير مستندات',5,1,'2022-03-31 21:51:37','2022-03-31 21:51:37',NULL,1),(6,2,1,'تصوير مستندات',3,1,'2022-04-04 22:22:27','2022-04-04 22:22:27',NULL,1),(7,2,1,'تجريبى',8,1,'2022-04-16 00:13:06','2022-04-16 00:13:06',NULL,1),(8,3,1,'تجريبى',8,1,'2022-04-16 00:14:59','2022-04-16 00:14:59',NULL,1),(9,2,1,'تصوير مستندات',10,1,'2022-04-20 09:45:42','2022-04-20 09:45:42',NULL,1),(10,4,1,'متابعة الاتعاب',3,1,'2022-04-20 11:18:13','2022-04-20 11:18:13',NULL,1),(11,6,1,'تصوير مستندات',8,1,'2022-04-28 23:00:07','2022-04-28 23:00:07',NULL,1),(12,7,1,'تصوير مستندات',12,3,'2022-05-10 19:16:52','2022-05-10 19:19:02',NULL,1),(13,7,3,'كتابة مذكرة',12,1,'2022-05-11 21:52:24','2022-05-11 21:52:24',NULL,1),(14,6,1,'كتابة مذكرة',14,1,'2022-07-17 20:55:26','2022-07-17 20:55:26',NULL,1),(15,11,1,'Test',3,1,'2022-07-26 22:41:42','2022-07-26 22:41:42',NULL,1),(16,1,11,'حضور جلسة',17,1,'2022-08-01 21:01:04','2022-08-01 21:01:04',NULL,11);
/*!40000 ALTER TABLE `case_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cases`
--

DROP TABLE IF EXISTS `cases`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cases` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `state` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `stage_id` bigint unsigned DEFAULT NULL,
  `judgment_done` tinyint DEFAULT NULL,
  `judgment_date` date DEFAULT NULL,
  `final_decision` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cases`
--

LOCK TABLES `cases` WRITE;
/*!40000 ALTER TABLE `cases` DISABLE KEYS */;
INSERT INTO `cases` (`id`, `state`, `stage_id`, `judgment_done`, `judgment_date`, `final_decision`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,'متداولة',5,NULL,NULL,NULL,'2022-03-28 18:27:24','2022-03-31 21:48:01',NULL,1),(2,'محفوظة',4,NULL,NULL,NULL,'2022-03-28 18:29:28','2022-06-25 20:55:41',NULL,1),(3,'متداولة',3,1,'2022-08-06','تأجيل','2022-03-28 18:40:34','2022-09-01 17:53:53',NULL,1),(4,'محفوظة',3,1,'2022-03-29','رفض الدعوى','2022-03-28 21:19:07','2022-06-25 20:57:03',NULL,1),(5,'متداولة',3,1,'2022-04-28','رفض الدعوى','2022-03-29 21:01:41','2022-05-21 20:19:09',NULL,1),(6,'متداولة',4,NULL,NULL,NULL,'2022-04-15 19:25:26','2022-04-15 19:28:31',NULL,1),(7,'متداولة',2,NULL,NULL,NULL,'2022-04-15 19:54:43','2022-05-05 15:48:28',NULL,1),(8,'محفوظة',4,1,'2022-04-14','رفض الدعوى','2022-04-15 19:56:13','2022-06-25 22:29:27',NULL,1),(9,'متداولة',3,1,'2022-04-28','رفض الدعوى','2022-04-16 09:12:08','2022-04-28 22:53:38',NULL,1),(10,'متداولة',3,1,'2022-04-17','رفض الدعوى','2022-04-17 23:30:26','2022-08-28 18:26:26',NULL,1),(11,'متداولة',6,1,'2022-04-21','رفض الدعوى','2022-04-21 22:21:23','2022-05-11 21:50:01',NULL,1),(12,'محفوظة',3,1,'2022-05-10','رفض الدعوى وتأييد الحكم المستأنف','2022-05-05 16:18:11','2022-06-25 22:34:37',NULL,1),(13,'متداولة',3,NULL,NULL,NULL,'2022-05-17 19:27:09','2022-05-17 19:28:32',NULL,1),(14,'متداولة',3,1,'2022-05-21','رفض الدعوى وتأييد الحكم المستأنف','2022-05-17 20:15:04','2022-05-30 21:32:09',NULL,1),(15,'متداولة',3,1,'2022-06-29','سسسسسسسسسسسس','2022-06-19 15:48:33','2022-06-28 02:38:02',NULL,1),(16,'متداولة',3,1,'2022-08-01','رفض الدعوى وتأييد الحكم المستأنف','2022-08-01 20:44:42','2022-08-01 20:45:30',NULL,1),(17,'متداولة',3,NULL,NULL,NULL,'2022-08-01 20:54:19','2022-08-01 20:54:19',NULL,11),(18,'متداولة',3,1,'2022-08-04','سسسسسسسسسسسس','2022-08-28 18:30:48','2022-08-28 18:38:07',NULL,1),(19,'متداولة',3,NULL,NULL,NULL,'2022-08-30 20:29:52','2022-08-30 20:29:52',NULL,11),(20,'متداولة',3,NULL,NULL,NULL,'2022-09-01 17:58:08','2022-09-01 17:58:08',NULL,1),(21,'متداولة',3,NULL,NULL,NULL,'2022-09-01 18:08:02','2022-09-01 18:08:02',NULL,1);
/*!40000 ALTER TABLE `cases` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `clients`
--

DROP TABLE IF EXISTS `clients`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `clients` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `national_id` bigint DEFAULT NULL,
  `phone` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nationality` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `clients_national_id_unique` (`national_id`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `clients`
--

LOCK TABLES `clients` WRITE;
/*!40000 ALTER TABLE `clients` DISABLE KEYS */;
INSERT INTO `clients` (`id`, `name`, `national_id`, `phone`, `email`, `address`, `nationality`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,'سامر عبوده',33333,'333333',NULL,'العاصمه','كويتي','2022-03-28 18:28:10','2022-06-25 21:02:13',NULL,1),(2,'٢سامر عبوده',32142342,'323244',NULL,'العاصمع','مصري','2022-03-29 20:51:07','2022-03-29 20:51:07',NULL,1),(3,'تجريبى',787845128,'111111','samer@gmail.com','HASSAB ELNABI/3','مصرى','2022-04-15 03:54:39','2022-04-18 08:21:48',NULL,1),(4,'test1',123456789,'4444444',NULL,'test','test','2022-05-05 16:15:46','2022-05-05 16:15:46',NULL,1),(5,'سامر ٣',267120900882,'3333',NULL,'حولي','كويتي','2022-05-17 20:04:58','2022-05-17 20:04:58',NULL,1),(6,'تميم',NULL,NULL,NULL,NULL,NULL,'2022-06-25 21:02:45','2022-06-25 21:02:45',NULL,1),(7,'122',12222,'333333','asdasdas@hotmail.com','ddd','مصري','2022-08-01 20:50:40','2022-08-01 20:50:40',NULL,11);
/*!40000 ALTER TABLE `clients` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `courts`
--

DROP TABLE IF EXISTS `courts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `courts` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `stage_id` bigint unsigned DEFAULT NULL,
  `legal_date` int DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `courts`
--

LOCK TABLES `courts` WRITE;
/*!40000 ALTER TABLE `courts` DISABLE KEYS */;
INSERT INTO `courts` (`id`, `name`, `stage_id`, `legal_date`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,'1',3,16,'2022-03-28 18:11:45','2022-05-21 19:46:03',NULL,1),(2,'1',3,30,'2022-04-15 20:01:48','2022-04-15 20:01:48',NULL,1),(3,'2',1,30,'2022-05-21 20:09:58','2022-05-21 20:09:58',NULL,1),(4,'12',3,15,'2022-05-21 20:13:43','2022-05-21 20:13:43',NULL,1),(5,'18',3,4,'2022-05-30 21:27:12','2022-05-30 21:27:12',NULL,1),(6,'17',3,7,'2022-05-30 21:27:38','2022-05-30 21:27:38',NULL,1),(7,'16',3,7,'2022-05-30 21:27:55','2022-05-30 21:27:55',NULL,1),(8,'15',3,20,'2022-05-30 21:28:22','2022-05-30 21:28:22',NULL,1),(9,'14',3,15,'2022-05-30 21:29:08','2022-05-30 21:29:08',NULL,1),(10,'13',3,30,'2022-05-30 21:30:44','2022-05-30 21:30:44',NULL,1),(11,'19',1,30,'2022-06-25 02:53:28','2022-06-25 02:53:28',NULL,1),(12,'5',1,30,'2022-06-25 21:04:06','2022-06-25 21:04:06',NULL,1);
/*!40000 ALTER TABLE `courts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `courtss`
--

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

--
-- Dumping data for table `courtss`
--

LOCK TABLES `courtss` WRITE;
/*!40000 ALTER TABLE `courtss` DISABLE KEYS */;
INSERT INTO `courtss` (`id`, `name`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,'حولي','2022-04-15 20:00:21','2022-04-17 18:26:49',NULL,1),(2,'قصر العدل','2022-04-17 18:26:35','2022-04-17 18:26:35',NULL,1),(3,'الرقعي','2022-05-10 19:08:01','2022-05-10 19:08:01',NULL,1),(4,'الجهراء','2022-05-17 19:24:21','2022-05-17 19:24:21',NULL,1),(5,'قصر العدل','2022-05-17 20:09:16','2022-05-17 20:09:16',NULL,1),(6,'اسرة العاصمة','2022-05-17 20:17:38','2022-05-17 20:17:38',NULL,1),(7,'اسرة حولي','2022-05-17 20:17:52','2022-05-17 20:17:52',NULL,1),(8,'اسرة المهبولة','2022-05-17 20:18:07','2022-05-17 20:18:07',NULL,1),(9,'اسرة مبارك الكبير','2022-05-17 20:18:21','2022-05-17 20:18:21',NULL,1),(10,'لجنة دعاوي النسب وتصحيح الاسماء','2022-05-17 20:19:09','2022-05-17 20:19:09',NULL,1),(11,'الاحمدي','2022-05-17 20:19:35','2022-05-17 20:19:35',NULL,1),(12,'محكمة الايجارات','2022-05-21 20:13:24','2022-05-21 20:13:24',NULL,1),(13,'المحاكم الكلية والجزئية','2022-05-30 21:23:12','2022-05-30 21:23:12',NULL,1),(14,'المحاكم المستعجلة والايجارات والافلاس','2022-05-30 21:23:55','2022-05-30 21:23:55',NULL,1),(15,'المحاكم الجزائية ( جنح _ جنايات )','2022-05-30 21:24:53','2022-05-30 21:24:53',NULL,1),(16,'محاكم البيوع وأمر البيع','2022-05-30 21:25:16','2022-05-30 21:26:38',NULL,1),(17,'المعارضة ( جنح _ جنايات )','2022-05-30 21:25:43','2022-05-30 21:25:43',NULL,1),(18,'رد القضاة','2022-05-30 21:26:08','2022-05-30 21:26:08',NULL,1),(19,'ttt','2022-06-25 02:52:57','2022-06-25 02:52:57',NULL,1),(20,'قصر العدل','2022-08-01 20:52:06','2022-08-01 20:52:06',NULL,11),(21,'الاحمدي','2022-08-01 20:52:16','2022-08-01 20:52:16',NULL,11),(22,'الفروانية','2022-08-30 20:28:37','2022-08-30 20:28:37',NULL,11);
/*!40000 ALTER TABLE `courtss` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `discrimination_cases`
--

DROP TABLE IF EXISTS `discrimination_cases`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `discrimination_cases` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `client_id` bigint unsigned DEFAULT NULL,
  `client_adjective_id` bigint unsigned DEFAULT NULL,
  `enemy_name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:json)',
  `enemy_adjective_id` bigint unsigned DEFAULT NULL,
  `case_number` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date` date DEFAULT NULL,
  `floor` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hall` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `circle` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `court_secretary` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `case_type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `session_requests` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `case_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `discrimination_cases`
--

LOCK TABLES `discrimination_cases` WRITE;
/*!40000 ALTER TABLE `discrimination_cases` DISABLE KEYS */;
INSERT INTO `discrimination_cases` (`id`, `client_id`, `client_adjective_id`, `enemy_name`, `enemy_adjective_id`, `case_number`, `date`, `floor`, `hall`, `circle`, `court_secretary`, `case_type`, `session_requests`, `case_id`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2022-03-31 21:48:01','2022-03-31 21:48:01',NULL,1),(2,1,1,'[null]',2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,'2022-04-18 23:14:58','2022-06-25 22:29:58',NULL,1);
/*!40000 ALTER TABLE `discrimination_cases` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `doc_users`
--

DROP TABLE IF EXISTS `doc_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `doc_users` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `sender_id` bigint unsigned DEFAULT NULL,
  `receiver_id` bigint unsigned DEFAULT NULL,
  `doc_id` bigint unsigned DEFAULT NULL,
  `subject` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `doc_users`
--

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

--
-- Table structure for table `documents`
--

DROP TABLE IF EXISTS `documents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `documents` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `court_id` bigint unsigned DEFAULT NULL,
  `stage_id` bigint unsigned DEFAULT NULL,
  `case_id` bigint unsigned DEFAULT NULL,
  `type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `judgment_type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `file` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `documents`
--

LOCK TABLES `documents` WRITE;
/*!40000 ALTER TABLE `documents` DISABLE KEYS */;
INSERT INTO `documents` (`id`, `court_id`, `stage_id`, `case_id`, `type`, `judgment_type`, `file`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,1,3,2,'مذكرة',NULL,'wipAWHYD2BCdRkUusPzZEcdkKhIFKUY4sqiGiYkJ.doc','2022-03-28 21:12:19','2022-03-28 21:12:19',NULL,1),(2,1,3,1,'مذكرة اسباب',NULL,'yXtEi5di70hMTolQbtwEpSFJJ1EQozlGpapxSQXy.docx','2022-03-28 21:44:24','2022-03-28 21:44:24',NULL,1),(3,1,3,3,'حافظة مستندات',NULL,'DuuqMUgyeJI9fCRK5lrW9vmFbE2CX7X8BCCObteP.doc','2022-03-29 20:14:04','2022-03-29 20:14:04',NULL,1),(4,1,3,5,'حكم',NULL,'PIXI8RlpMlPGC2yMT6UnIw2glifNr7zYI0ct77la.pdf','2022-03-29 21:05:30','2022-03-29 21:05:30',NULL,1),(5,1,3,3,'حكم نفقة',NULL,'kCjMJfscCzeJNNAGsCTbRjFNyH5kFM96ZD0a9VYE.pdf','2022-03-29 21:32:06','2022-03-29 21:32:06',NULL,1),(6,1,3,3,'امر على عريضة',NULL,'Q0BMrKHtnBgzZpkdkrblNyT4Vor55eXGDBnkXi1K.docx','2022-03-29 21:33:34','2022-03-29 21:33:34',NULL,1),(7,1,3,3,'مذكرة',NULL,'nFTFfm2JQdhR2x6a5oX5aLcHHkRQk8KBN1gYvfNn.docx','2022-03-30 20:00:24','2022-03-30 20:00:24',NULL,1),(8,1,3,3,'حافظة مستندات ديحان',NULL,'BMEBHTW1oiHwEGAGTo9cCFzfrONke4BpD52YDkU1.doc','2022-03-30 20:06:26','2022-03-30 20:06:26',NULL,1),(9,1,3,5,'مذكرة',NULL,'EkIgy9xXnaRkkjGEuNcPC5VUqCMxuHMEwqZN8OEM.doc','2022-03-30 22:12:28','2022-03-30 22:12:28',NULL,1),(10,1,3,1,'حافظة مستندات',NULL,'tYvVwlIKuoHk3jeaeP5PzKWV1mQ4GmxG2cC3pycV.pdf','2022-03-31 21:34:44','2022-03-31 21:34:44',NULL,1),(11,1,3,1,'وكالة',NULL,'PQSjufcogdihJ8X5d4JW84qgXbW3l38BYQj6K8G2.pdf','2022-03-31 21:36:41','2022-03-31 21:36:41',NULL,1),(12,1,3,1,'مذكرة',NULL,'ITrj2vTSSiO0JmlIdJmFKKaaXhjtcTf3gyzJQuIh.docx','2022-03-31 21:39:41','2022-03-31 21:39:41',NULL,1),(13,1,3,3,'544545',NULL,'rz5vJvtbkeX74ngzm4LXri8kAJR2860tOq4Xs93k.jpg','2022-04-10 06:51:53','2022-04-10 06:51:53',NULL,1),(14,NULL,1,8,'jkkkk',NULL,'ZZmyp1Er0KciIrTvMGZcBQNenCkvKgGQtw0xJrqm.pdf','2022-04-16 00:06:38','2022-04-16 00:06:38',NULL,1),(15,NULL,3,10,'jkkkk',NULL,'O9LxAT9UF4hl2agccr3siIDFT3Uh8r1c1jMaBgbo.png','2022-04-18 08:21:05','2022-04-18 08:21:05',NULL,1),(16,NULL,3,10,'544545',NULL,'YNR49Z4PhEaW2hddS7lsZn6gW7IX16nK6KDiz5Oy.pdf','2022-04-18 08:31:17','2022-04-18 08:31:17',NULL,1),(17,NULL,3,5,'مذكرة',NULL,'BB1NVv5v6fXLNwrfOqqvaiSGaJQeo5ACxRuYLQpL.docx','2022-05-11 21:59:29','2022-05-11 21:59:29',NULL,1),(18,NULL,3,14,'حكم',NULL,'05AiCt82nG6W6lnPoYqOZGiQHKTA5P3zkSJxGERK.pdf','2022-05-24 20:23:02','2022-05-24 20:23:02',NULL,1),(19,NULL,1,10,'وكالة',NULL,'3xe7QcSsWyrQr3190MPeI8lL9J6BOsC6YrmDLBMG.jpg','2022-08-28 18:20:22','2022-08-28 18:20:22',NULL,1),(20,NULL,3,17,'حكم',NULL,'NRoENbewNYWHQCACadtbIgseCdHWUS2skZf4tZNQ.pdf','2022-08-30 20:24:22','2022-08-30 20:24:22',NULL,11);
/*!40000 ALTER TABLE `documents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `expert_cases`
--

DROP TABLE IF EXISTS `expert_cases`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `expert_cases` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `client_id` bigint unsigned DEFAULT NULL,
  `client_adjective_id` bigint unsigned DEFAULT NULL,
  `enemy_name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:json)',
  `enemy_adjective_id` bigint unsigned DEFAULT NULL,
  `case_number` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `department` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `expert_name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `floor` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `room` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date` date DEFAULT NULL,
  `court_id` bigint unsigned DEFAULT NULL,
  `requests` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `case_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `expert_cases`
--

LOCK TABLES `expert_cases` WRITE;
/*!40000 ALTER TABLE `expert_cases` DISABLE KEYS */;
INSERT INTO `expert_cases` (`id`, `client_id`, `client_adjective_id`, `enemy_name`, `enemy_adjective_id`, `case_number`, `department`, `expert_name`, `floor`, `room`, `date`, `court_id`, `requests`, `case_id`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,2,1,NULL,2,NULL,NULL,NULL,NULL,NULL,'2022-05-11',NULL,NULL,11,'2022-05-11 21:49:43','2022-05-11 21:50:01',NULL,1),(2,5,1,NULL,2,'44447','3ffd','hgkjghjh','1','3','2022-05-21',NULL,'sds',14,'2022-05-21 19:38:00','2022-05-21 19:40:23',NULL,1),(3,1,1,'[\"\\u0633\\u0639\\u062f\\u064a\\u0629 \\u062c\\u0627\\u0628\\u0631 \\u0627\\u0644\\u0634\\u0645\\u0631\\u064a\",\"\\u0627\\u062d\\u0645\\u062f \\u0627\\u062d\\u0645\\u062f \\u0627\\u0644\\u062e\\u0627\\u0637\\u0631\"]',2,'54584/2015','خبراء الاموال العامة','سعد احمد السعد','1',NULL,'2022-06-29',NULL,NULL,3,'2022-06-27 22:02:33','2022-06-27 22:05:05',NULL,1);
/*!40000 ALTER TABLE `expert_cases` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `failed_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `failed_jobs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `connection` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM 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 `fee_cases`
--

DROP TABLE IF EXISTS `fee_cases`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `fee_cases` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `case_id` bigint unsigned DEFAULT NULL,
  `fee_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fee_cases`
--

LOCK TABLES `fee_cases` WRITE;
/*!40000 ALTER TABLE `fee_cases` DISABLE KEYS */;
INSERT INTO `fee_cases` (`id`, `case_id`, `fee_id`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,2,1,'2022-03-28 18:33:07','2022-03-28 18:33:07',NULL,1),(2,2,2,'2022-03-28 18:33:11','2022-03-28 18:33:11',NULL,1),(3,1,3,'2022-03-28 20:34:59','2022-03-28 20:34:59',NULL,1),(4,3,4,'2022-03-29 20:20:15','2022-03-29 20:20:15',NULL,1),(5,5,5,'2022-03-31 20:19:13','2022-03-31 20:19:13',NULL,1),(6,12,6,'2022-05-10 19:22:08','2022-05-10 19:22:08',NULL,1),(7,13,7,'2022-05-17 19:30:53','2022-05-17 19:30:53',NULL,1),(8,14,8,'2022-05-21 21:14:13','2022-05-21 21:14:13',NULL,1),(9,15,9,'2022-06-19 15:58:25','2022-06-19 15:58:25',NULL,1),(10,12,10,'2022-06-25 03:14:00','2022-06-25 03:14:00',NULL,1),(11,17,11,'2022-08-01 20:55:42','2022-08-01 20:55:42',NULL,11),(12,10,12,'2022-08-28 17:59:52','2022-08-28 17:59:52',NULL,1),(13,18,13,'2022-08-28 18:33:05','2022-08-28 18:33:05',NULL,1),(14,21,14,'2022-09-01 18:32:25','2022-09-01 18:32:25',NULL,1);
/*!40000 ALTER TABLE `fee_cases` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fee_parts`
--

DROP TABLE IF EXISTS `fee_parts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `fee_parts` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `fee_id` bigint unsigned DEFAULT NULL,
  `name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `money` int DEFAULT NULL,
  `date` date DEFAULT NULL,
  `broker_percentage` int NOT NULL DEFAULT '0',
  `office_percentage` int NOT NULL DEFAULT '0',
  `type` tinyint DEFAULT NULL COMMENT '1 => required, 2 => extra fees, 3 => court fees',
  `is_paid` tinyint NOT NULL DEFAULT '0',
  `extra_fee_payment_date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fee_parts`
--

LOCK TABLES `fee_parts` WRITE;
/*!40000 ALTER TABLE `fee_parts` DISABLE KEYS */;
INSERT INTO `fee_parts` (`id`, `fee_id`, `name`, `money`, `date`, `broker_percentage`, `office_percentage`, `type`, `is_paid`, `extra_fee_payment_date`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,1,'الدفعة الاولى',2000,'2022-03-29',400,1600,1,1,NULL,'2022-03-28 18:33:07','2022-03-28 20:39:51',NULL,1),(2,1,'الدفعة الثانية',2000,'2022-03-30',400,1600,1,1,NULL,'2022-03-28 18:33:07','2022-03-30 21:00:58',NULL,1),(3,2,'الدفعة الاولى',2000,'2022-03-29',400,1600,1,0,NULL,'2022-03-28 18:33:11','2022-03-28 18:33:11',NULL,1),(4,2,'الدفعة الثانية',2000,'2022-03-30',400,1600,1,0,NULL,'2022-03-28 18:33:11','2022-03-28 18:33:11',NULL,1),(5,3,'الاولى',4000,'2022-04-28',400,3600,1,0,NULL,'2022-03-28 20:34:59','2022-03-28 20:34:59',NULL,1),(6,3,'تصوير ملف',100,'2022-03-28',0,0,2,0,NULL,'2022-03-28 20:41:08','2022-03-28 20:41:08',NULL,1),(7,4,'الاولى',500,'2022-04-29',0,500,1,1,NULL,'2022-03-29 20:20:15','2022-03-29 20:21:54',NULL,1),(8,4,'الثانية',500,'2022-05-29',0,500,1,1,NULL,'2022-03-29 20:20:15','2022-03-29 20:25:32',NULL,1),(9,4,'الثالثة',500,'2022-06-29',0,500,1,1,NULL,'2022-03-29 20:20:15','2022-03-29 20:26:33',NULL,1),(10,4,'الرابعة',500,'2022-07-29',0,500,1,1,NULL,'2022-03-29 20:20:15','2022-03-29 20:28:02',NULL,1),(11,4,'الخامسة',500,'2022-08-29',0,500,1,1,NULL,'2022-03-29 20:20:15','2022-03-29 20:28:27',NULL,1),(12,4,'السادسة',500,'2022-09-29',0,500,1,1,NULL,'2022-03-29 20:20:15','2022-03-29 20:28:49',NULL,1),(13,4,'السابعة',500,'2022-10-29',0,500,1,1,NULL,'2022-03-29 20:20:15','2022-03-29 20:29:24',NULL,1),(14,4,'الثامنة',500,'2022-11-29',0,500,1,1,NULL,'2022-03-29 20:20:15','2022-03-29 20:30:03',NULL,1),(15,4,'التاسعة',500,'2022-12-29',0,500,1,1,NULL,'2022-03-29 20:20:15','2022-03-29 20:30:50',NULL,1),(16,4,'العاشرة',500,'2023-01-29',0,500,1,1,NULL,'2022-03-29 20:20:15','2022-03-29 20:31:13',NULL,1),(17,4,'سداد امانة خبير',100,'2022-03-29',0,0,2,1,'2022-03-30','2022-03-29 20:23:24','2022-03-29 21:41:53',NULL,1),(18,5,'الاولى',2500,'2022-04-01',0,2500,1,1,NULL,'2022-03-31 20:19:13','2022-03-31 20:19:59',NULL,1),(19,5,'تصوير',100,'2022-03-31',0,0,2,1,'2022-04-02','2022-03-31 20:21:03','2022-03-31 20:21:46',NULL,1),(20,1,'0',0,'2022-04-20',0,0,2,1,'2022-04-20','2022-04-20 09:51:32','2022-04-20 09:52:54',NULL,1),(21,1,'0',0,'2022-04-20',0,0,3,0,NULL,'2022-04-20 09:52:07','2022-04-20 09:52:07',NULL,1),(22,6,'الدفعة الاولى',3000,'2022-06-10',0,3000,1,0,NULL,'2022-05-10 19:22:08','2022-05-10 19:22:08',NULL,1),(23,7,'الاولى',6000,'2022-06-17',0,6000,1,0,NULL,'2022-05-17 19:30:53','2022-05-17 19:30:53',NULL,1),(24,8,'الاولى',5000,'2022-06-21',0,5000,1,0,NULL,'2022-05-21 21:14:13','2022-05-21 21:14:13',NULL,1),(25,8,'0',0,'2022-05-21',0,0,2,1,'2022-05-21','2022-05-21 21:16:40','2022-05-21 21:18:15',NULL,1),(26,8,'0',0,'2022-05-21',0,0,2,0,NULL,'2022-05-21 21:17:07','2022-05-21 21:17:07',NULL,1),(27,9,'الدفعه الاولي',500,'2022-06-19',150,350,1,0,NULL,'2022-06-19 15:58:25','2022-06-19 15:58:25',NULL,1),(28,10,'الدفعه الاولي',2000,'2022-04-05',200,1800,1,0,NULL,'2022-06-25 03:14:00','2022-06-25 03:14:00',NULL,1),(29,1,'دفعة اخرى',100,'2022-07-17',20,80,1,0,NULL,'2022-07-17 21:00:55','2022-07-17 21:00:55',NULL,1),(30,11,'الدفعة الاولى',3000,'2022-09-01',0,3000,1,1,NULL,'2022-08-01 20:55:42','2022-08-01 20:57:39',NULL,11),(31,11,'رسوم رفع دعوى',100,'2022-08-01',0,0,3,0,NULL,'2022-08-01 20:56:25','2022-08-01 20:56:25',NULL,11),(32,12,'الاولى',2500,'2022-08-29',0,2500,1,1,NULL,'2022-08-28 17:59:52','2022-08-28 18:00:36',NULL,1),(33,13,'الاولى',3000,'2022-08-29',0,3000,1,1,NULL,'2022-08-28 18:33:05','2022-08-28 18:33:37',NULL,1),(34,13,'الثانيه',3000,'2022-09-09',0,3000,1,1,NULL,'2022-08-28 18:33:05','2022-08-28 18:35:25',NULL,1),(35,14,'الاولى',2000,'2022-09-01',0,2000,1,1,NULL,'2022-09-01 18:32:25','2022-09-01 18:33:53',NULL,1),(36,14,'الثانيه',2000,'2022-09-30',0,2000,1,1,NULL,'2022-09-01 18:32:25','2022-09-01 18:34:12',NULL,1),(37,1,'233',222,'2024-06-03',44,178,1,0,NULL,'2024-06-02 10:44:22','2024-06-02 10:44:22',NULL,1);
/*!40000 ALTER TABLE `fee_parts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fees`
--

DROP TABLE IF EXISTS `fees`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `fees` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `client_id` bigint unsigned DEFAULT NULL,
  `contract_type` tinyint DEFAULT NULL COMMENT '1 => only one case, 2=> many cases',
  `date` date DEFAULT NULL,
  `total_fee` int DEFAULT NULL,
  `down_payment` int DEFAULT NULL,
  `broker_id` bigint unsigned DEFAULT NULL,
  `broker_percentage` int DEFAULT NULL,
  `office_percentage` int DEFAULT NULL,
  `broker_money` int DEFAULT NULL,
  `office_money` int DEFAULT NULL,
  `after_judgment_payment` tinyint NOT NULL DEFAULT '0',
  `remain_after_judgment` int NOT NULL DEFAULT '0',
  `remain_for_broker` int NOT NULL DEFAULT '0',
  `remain_for_office` int NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fees`
--

LOCK TABLES `fees` WRITE;
/*!40000 ALTER TABLE `fees` DISABLE KEYS */;
INSERT INTO `fees` (`id`, `client_id`, `contract_type`, `date`, `total_fee`, `down_payment`, `broker_id`, `broker_percentage`, `office_percentage`, `broker_money`, `office_money`, `after_judgment_payment`, `remain_after_judgment`, `remain_for_broker`, `remain_for_office`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,1,1,'2022-03-29',4322,1000,6,20,80,1000,4000,0,0,0,0,'2022-03-28 18:33:07','2024-06-02 10:44:22',NULL,1),(2,1,1,'2022-03-29',5000,1000,6,20,80,1000,4000,0,0,0,0,'2022-03-28 18:33:11','2022-03-28 18:33:11',NULL,1),(3,1,1,'2022-03-28',4000,1000,6,10,90,500,4500,0,0,0,0,'2022-03-28 20:34:59','2022-03-28 20:42:41',NULL,1),(4,1,1,'2022-03-29',5000,1000,6,0,100,0,6000,0,0,0,0,'2022-03-29 20:20:15','2022-03-29 21:42:53',NULL,1),(5,2,1,'2022-03-31',2500,0,6,0,100,0,2500,0,0,0,0,'2022-03-31 20:19:13','2022-03-31 20:19:13',NULL,1),(6,4,1,'2022-05-10',4000,1000,NULL,0,100,0,4000,0,0,0,0,'2022-05-10 19:22:08','2022-05-10 19:22:08',NULL,1),(7,2,1,'2022-05-17',7000,1000,NULL,0,100,0,7000,0,0,0,0,'2022-05-17 19:30:53','2022-05-17 19:30:53',NULL,1),(8,5,1,'2022-05-21',5000,1000,NULL,0,100,0,6000,0,0,0,0,'2022-05-21 21:14:13','2022-05-21 21:18:16',NULL,1),(9,4,1,'2022-06-19',5000,1000,6,30,70,1500,3500,1,2000,600,1400,'2022-06-19 15:58:25','2022-06-19 15:58:25',NULL,1),(10,4,1,'2022-02-03',5000,1000,6,10,90,500,4500,1,100,10,90,'2022-06-25 03:14:00','2022-06-25 03:14:00',NULL,1),(11,7,1,'2022-08-01',4000,1000,NULL,0,100,0,4000,0,0,0,0,'2022-08-01 20:55:42','2022-08-01 20:55:42',NULL,11),(12,3,1,'2022-08-28',3000,500,NULL,0,100,0,3000,0,0,0,0,'2022-08-28 17:59:52','2022-08-28 17:59:52',NULL,1),(13,1,1,'2022-08-28',8000,2000,6,0,100,0,8000,0,0,0,0,'2022-08-28 18:33:05','2022-08-28 18:33:05',NULL,1),(14,2,1,'2022-09-02',5000,1000,6,0,100,0,5000,0,0,0,0,'2022-09-01 18:32:25','2022-09-01 18:32:25',NULL,1);
/*!40000 ALTER TABLE `fees` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `first_class_cases`
--

DROP TABLE IF EXISTS `first_class_cases`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `first_class_cases` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `broker_id` bigint unsigned DEFAULT NULL,
  `client_id` bigint unsigned DEFAULT NULL,
  `client_adjective_id` bigint unsigned DEFAULT NULL,
  `enemy_name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:json)',
  `enemy_adjective_id` bigint unsigned DEFAULT NULL,
  `auto_number` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `case_number` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `case_type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `court_id` bigint unsigned DEFAULT NULL,
  `circle` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `floor` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hall` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `court_secretary` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `previous_session` date DEFAULT NULL,
  `next_session` date DEFAULT NULL,
  `previous_requests` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `requests` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `case_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `first_class_cases`
--

LOCK TABLES `first_class_cases` WRITE;
/*!40000 ALTER TABLE `first_class_cases` DISABLE KEYS */;
INSERT INTO `first_class_cases` (`id`, `broker_id`, `client_id`, `client_adjective_id`, `enemy_name`, `enemy_adjective_id`, `auto_number`, `case_number`, `case_type`, `court_id`, `circle`, `floor`, `hall`, `court_secretary`, `previous_session`, `next_session`, `previous_requests`, `requests`, `case_id`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,6,1,2,'سعدية جابر الشمري',1,'214250410','2021/2736','اثبات طلاق',1,'اسرة / 8 الجهراء','12','50','عبدالله حواس الشمري','2022-03-14','2022-05-09',NULL,'رأي النيابة',1,'2022-03-28 18:27:24','2022-03-31 21:27:47',NULL,1),(2,6,1,2,'شسيشس',1,'5645646','56456',NULL,1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2022-03-28 18:29:28','2022-03-28 18:29:28',NULL,1),(3,6,1,1,NULL,2,'45864','454545',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,'2022-03-28 18:40:34','2022-08-31 13:59:48',NULL,1),(21,6,2,7,'[\"\\u0645\\u062d\\u0645\\u0648\\u062f \\u0645\\u062d\\u0645\\u062f \\u0639\\u0635\\u0627\\u0645\"]',2,'45454','212112','تجريبى',5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,21,'2022-09-01 18:08:02','2022-09-01 18:08:02',NULL,1),(4,NULL,NULL,NULL,'يوسف ناصر احمد الفضلي',NULL,NULL,NULL,NULL,NULL,'تجاري 3','1','4','فهد سالم الظفيري',NULL,'2022-03-30',NULL,NULL,4,'2022-03-28 21:19:07','2022-03-28 21:19:07',NULL,1),(5,NULL,2,1,NULL,2,'212051020','15/2022','ايجارات',4,'ايجارات / 3','5','4','فهد سالم الظفيري','2022-03-01','2022-03-31',NULL,'اجل للاطلاع والتصوير',5,'2022-03-29 21:01:41','2022-05-21 20:19:09',NULL,1),(6,6,3,1,'[\"\\u0645\\u062d\\u0645\\u0648\\u062f \\u0645\\u062d\\u0645\\u062f \\u0639\\u0635\\u0627\\u0645\",\"\\u0645\\u062d\\u0645\\u062f \\u0639\\u0644\\u0649\"]',2,'5654545','4545','تجريبى',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,'2022-04-15 19:25:26','2022-04-15 19:25:26',NULL,1),(7,6,3,1,'[\"\\u0645\\u062d\\u0645\\u0648\\u062f \\u0645\\u062d\\u0645\\u062f \\u0639\\u0635\\u0627\\u0645\",\"\\u0645\\u062d\\u0645\\u062f \\u0639\\u0644\\u0649\"]',2,'45454','4545','تجريبى',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,'2022-04-15 19:54:43','2022-04-15 19:54:43',NULL,1),(8,6,3,1,'[\"\\u0645\\u062d\\u0645\\u0648\\u062f \\u0645\\u062d\\u0645\\u062f \\u0639\\u0635\\u0627\\u0645\",\"\\u0645\\u062d\\u0645\\u062f \\u0639\\u0644\\u0649\"]',2,'545','454','تجريبى',1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8,'2022-04-15 19:56:13','2022-04-15 19:56:13',NULL,1),(9,NULL,NULL,NULL,NULL,NULL,'4554','54','تجريبى',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'احمد',9,'2022-04-16 09:12:08','2022-08-28 18:18:01',NULL,1),(10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10,'2022-04-17 23:30:26','2022-08-28 18:26:26',NULL,1),(11,NULL,2,1,'[\"\\u0627\\u062d\\u0645\\u062f \\u0646\\u0627\\u0635\\u0631\",\"\\u064a\\u0648\\u0633\\u0641 \\u0628\\u062f\\u0631\"]',2,'212555010','20015/2022','مطالبة مالية',NULL,'مدني / 3','4','50','عبدالله حواس الشمري',NULL,'2022-04-21',NULL,NULL,11,'2022-04-21 22:21:23','2022-04-21 22:21:23',NULL,1),(12,6,4,1,NULL,2,'123658','7777777','test',1,'test','2','2','test','2022-05-05','2022-05-05','new','new',12,'2022-05-05 16:18:11','2022-05-17 19:21:17',NULL,1),(13,NULL,2,1,NULL,2,'212504320','54584/2015','دعوى الغاء قرار اداري',1,'اداري /2','2','28','عبدالمحسن المهنا','2022-05-01','2022-05-17','اجل للاطلاع والرد','نصمم على الطلبات',13,'2022-05-17 19:27:09','2022-05-17 19:28:32',NULL,1),(14,NULL,5,1,NULL,2,'221295350','2022/2737','الغاء قرار',NULL,'تجاري 3','4','52',NULL,NULL,NULL,NULL,'نصمم على الطلبات',14,'2022-05-17 20:15:04','2022-07-17 20:54:17',NULL,1),(15,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15,'2022-06-25 00:56:47','2022-06-28 02:38:28',NULL,1),(20,NULL,NULL,NULL,NULL,NULL,'544454','212112','تجريبى',NULL,'454','5','456',NULL,NULL,NULL,NULL,'طلب حالى جديد',20,'2022-09-01 17:58:08','2022-09-01 18:00:02',NULL,1),(18,NULL,NULL,NULL,NULL,NULL,'544454','54444444444','تجريبى',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,18,'2022-08-28 18:30:48','2022-08-28 18:37:38',NULL,1),(16,NULL,2,1,'[\"\\u0627\\u062d\\u0645\\u062f \\u0646\\u0627\\u0635\\u0631\",\"\\u064a\\u0648\\u0633\\u0641 \\u0628\\u062f\\u0631\"]',2,'255201032','2021/2736','تجاري',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16,'2022-08-01 20:44:42','2022-08-01 20:44:42',NULL,1),(17,NULL,7,29,'[\"\\u0627\\u062d\\u0645\\u062f \\u0646\\u0627\\u0635\\u0631\"]',30,'212300500','15/2022','تجاري',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,17,'2022-08-01 20:54:19','2022-08-01 20:54:19',NULL,11),(19,NULL,7,29,'[\"\\u0627\\u062d\\u0645\\u062f \\u0646\\u0627\\u0635\\u0631\"]',30,'212050430','777/2022','نفقة',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,19,'2022-08-30 20:29:52','2022-08-30 20:29:52',NULL,11);
/*!40000 ALTER TABLE `first_class_cases` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `login_activity_log`
--

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

--
-- Dumping data for table `login_activity_log`
--

LOCK TABLES `login_activity_log` WRITE;
/*!40000 ALTER TABLE `login_activity_log` DISABLE KEYS */;
INSERT INTO `login_activity_log` (`id`, `user_id`, `created_at`, `updated_at`) VALUES (1,2,'2022-03-28 19:44:16','2022-03-28 19:44:16'),(2,2,'2022-03-29 20:32:39','2022-03-29 20:32:39'),(3,3,'2022-03-30 19:48:05','2022-03-30 19:48:05'),(4,5,'2022-03-30 22:11:22','2022-03-30 22:11:22'),(5,2,'2022-03-31 21:30:44','2022-03-31 21:30:44'),(6,2,'2022-04-03 23:37:10','2022-04-03 23:37:10'),(7,7,'2022-05-10 19:16:56','2022-05-10 19:16:56'),(8,7,'2022-05-11 21:24:25','2022-05-11 21:24:25'),(9,3,'2022-06-25 21:12:43','2022-06-25 21:12:43');
/*!40000 ALTER TABLE `login_activity_log` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `messages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `messages` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `receiverable_type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `receiverable_id` bigint unsigned NOT NULL,
  `senderable_type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `senderable_id` bigint unsigned NOT NULL,
  `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `case_id` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `messages_receiverable_type_receiverable_id_index` (`receiverable_type`,`receiverable_id`),
  KEY `messages_senderable_type_senderable_id_index` (`senderable_type`,`senderable_id`)
) ENGINE=MyISAM AUTO_INCREMENT=17 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` (`id`, `receiverable_type`, `receiverable_id`, `senderable_type`, `senderable_id`, `message`, `case_id`, `created_at`, `updated_at`) VALUES (1,'App\\User',2,'App\\User',1,'تجريبى 1',2,'2022-04-16 00:16:02','2022-04-16 00:16:02'),(2,'App\\User',2,'App\\User',1,'تجريبى 2',2,'2022-04-16 00:16:22','2022-04-16 00:16:22'),(3,'App\\User',2,'App\\User',1,'تصوير المستندات',4,'2022-04-17 18:28:33','2022-04-17 18:28:33'),(4,'App\\User',2,'App\\User',1,'مرحبا',4,'2022-04-17 23:23:39','2022-04-17 23:23:39'),(5,'App\\User',1,'App\\User',7,'تم الانتهاء',12,'2022-05-10 19:19:24','2022-05-10 19:19:24'),(6,'App\\User',7,'App\\User',1,'تمام',12,'2022-05-10 19:20:17','2022-05-10 19:20:17'),(7,'App\\User',7,'App\\User',3,'مرحبا',12,'2022-05-11 21:53:01','2022-05-11 21:53:01'),(8,'App\\User',1,'App\\User',3,'ما هو العمل المطلوب',8,'2022-05-11 21:54:21','2022-05-11 21:54:21'),(9,'App\\User',3,'App\\User',1,'العمل تصوير المستندات الخاصة في قضية الطلاق',8,'2022-05-11 21:54:56','2022-05-11 21:54:56'),(10,'App\\User',3,'App\\User',1,'اذا وصل الكلام بلغني',8,'2022-05-11 21:55:18','2022-05-11 21:55:18'),(11,'App\\User',2,'App\\User',1,'هاي',4,'2022-06-25 20:59:05','2022-06-25 20:59:05'),(12,'App\\User',2,'App\\User',1,'هاي',5,'2022-06-25 21:00:34','2022-06-25 21:00:34'),(13,'App\\User',2,'App\\User',1,'11111111',2,'2022-06-25 22:30:40','2022-06-25 22:30:40'),(14,'App\\User',2,'App\\User',1,'111111111',4,'2022-06-25 22:30:56','2022-06-25 22:30:56'),(15,'App\\User',2,'App\\User',1,'1111111111',4,'2022-06-25 22:34:01','2022-06-25 22:34:01'),(16,'App\\User',2,'App\\User',1,'fdfdf',5,'2022-06-26 14:44:07','2022-06-26 14:44:07');
/*!40000 ALTER TABLE `messages` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `migrations` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `migration` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=55 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` (`id`, `migration`, `batch`) VALUES (1,'2014_10_12_000000_create_users_table',1),(2,'2014_10_12_100000_create_password_resets_table',1),(3,'2016_06_01_000001_create_oauth_auth_codes_table',1),(4,'2016_06_01_000002_create_oauth_access_tokens_table',1),(5,'2016_06_01_000003_create_oauth_refresh_tokens_table',1),(6,'2016_06_01_000004_create_oauth_clients_table',1),(7,'2016_06_01_000005_create_oauth_personal_access_clients_table',1),(8,'2019_08_19_000000_create_failed_jobs_table',1),(9,'2021_04_24_153514_create_permission_tables',1),(10,'2021_07_19_094428_create_settings_table',1),(11,'2021_07_19_094440_create_setting_translations_table',1),(12,'2021_12_20_200228_create_basic_data_table',1),(13,'2021_12_20_200454_create_clients_table',1),(14,'2021_12_22_184834_create_case_stages_table',1),(15,'2021_12_25_115003_create_police_station_cases_table',1),(16,'2021_12_25_115149_create_prosecution_cases_table',1),(17,'2021_12_25_115220_create_resume_cases_table',1),(18,'2021_12_25_115329_create_discrimination_cases_table',1),(19,'2021_12_25_115421_create_first_class_cases_table',1),(20,'2021_12_25_115516_create_expert_cases_table',1),(21,'2021_12_25_115655_create_problem_cases_table',1),(22,'2021_12_25_215601_create_case_legal_dates_table',1),(23,'2021_12_26_201959_create_case_decisions_table',1),(24,'2021_12_28_222125_create_cases_table',1),(25,'2021_12_31_221304_create_fees_table',1),(26,'2021_12_31_221332_create_fee_cases_table',1),(27,'2022_01_01_121615_create_fee_parts_table',1),(28,'2022_01_04_195000_create_courts_table',1),(29,'2022_01_07_044550_create_case_users_table',1),(30,'2022_01_07_044604_create_case_notes_table',1),(31,'2022_01_09_185329_create_documents_table',1),(32,'2022_01_30_204518_create_paid_fees_table',1),(33,'2022_02_05_173202_create_activity_log_table',1),(34,'2022_02_07_092111_create_notifications_table',1),(35,'2022_04_07_154537_create_courtss_table',2),(36,'2022_04_08_152638_update_enemy_name_as_json_in_case_stages_table',3),(37,'2022_04_11_153155_add_email_to_clients_table',3),(38,'2022_04_11_154102_create_transfer_statuses_table',3),(39,'2022_04_11_160040_add_status_to_case_users_table',3),(40,'2022_04_11_203729_create_messages_table',3),(41,'2022_04_16_011820_create_doc_users_table',4),(42,'2022_04_27_060326_update_email_users_table',5),(43,'2022_06_08_184654_add_date_to_case_decisions_table',6),(44,'2022_06_08_205552_add_is_blocked_to_users_table',6),(45,'2022_06_13_121144_create_session_requests_table',6),(46,'2022_06_24_184805_create_session_data_table',7),(47,'2022_06_24_205519_create_activity_log_table',7),(48,'2022_06_26_171130_add_block_date_column_to_users_table',8),(49,'2022_06_26_215429_add_stageable_morph_columns_to_session_data_table',8),(50,'2022_07_11_200350_create_case_judgments_table',9),(51,'2022_07_12_234841_add_user_id_to_all_tables',9),(52,'2022_07_13_000619_create_branches_table',9),(53,'2022_07_13_000847_add_branch_id_to_users_table',9),(54,'2022_08_31_152544_add_judgment_type_column_to_documents_table',10);
/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `model_has_permissions`
--

DROP TABLE IF EXISTS `model_has_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `model_has_permissions` (
  `permission_id` bigint unsigned NOT NULL,
  `model_type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `model_id` bigint unsigned NOT NULL,
  PRIMARY KEY (`permission_id`,`model_id`,`model_type`),
  KEY `model_has_permissions_model_id_model_type_index` (`model_id`,`model_type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `model_has_permissions`
--

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

--
-- Table structure for table `model_has_roles`
--

DROP TABLE IF EXISTS `model_has_roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `model_has_roles` (
  `role_id` bigint unsigned NOT NULL,
  `model_type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `model_id` bigint unsigned NOT NULL,
  PRIMARY KEY (`role_id`,`model_id`,`model_type`),
  KEY `model_has_roles_model_id_model_type_index` (`model_id`,`model_type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `model_has_roles`
--

LOCK TABLES `model_has_roles` WRITE;
/*!40000 ALTER TABLE `model_has_roles` DISABLE KEYS */;
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES (1,'App\\User',1),(1,'App\\User',10),(1,'App\\User',11),(2,'App\\User',2),(2,'App\\User',6),(2,'App\\User',7),(3,'App\\User',3),(3,'App\\User',4),(3,'App\\User',8),(5,'App\\User',5),(5,'App\\User',12),(6,'App\\User',9);
/*!40000 ALTER TABLE `model_has_roles` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `notifications` (
  `id` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `notifiable_type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `notifiable_id` bigint unsigned NOT NULL,
  `data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `read_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `notifications_notifiable_type_notifiable_id_index` (`notifiable_type`,`notifiable_id`)
) ENGINE=MyISAM 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` (`id`, `type`, `notifiable_type`, `notifiable_id`, `data`, `read_at`, `created_at`, `updated_at`) VALUES ('924f7c64-3609-436d-a9ea-5ae58e2e5a62','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',2,'{\"message\":\"\\u0647\\u062f\\u064a\\u0631\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"4\"}','2022-03-29 20:33:37','2022-03-28 21:21:17','2022-03-29 20:33:37'),('797a46e7-fad5-41bb-99d1-50564b6a8dad','App\\Notifications\\NewCaseNoteCreatedNotification','App\\User',1,'{\"message\":\"\\u062a\\u0645 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0645\\u0630\\u0643\\u0631\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629 \\u0628\\u0648\\u0627\\u0633\\u0637\\u0629 \\u0647\\u062f\\u064a\\u0631\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0642\\u0636\\u064a\\u0629 \\u0643\\u0648\\u062f 4\",\"event\":\"\\u0645\\u0630\\u0643\\u0631\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"icon\":\"icon-plus-square\",\"case_id\":\"4\"}','2022-03-29 20:49:51','2022-03-29 20:47:18','2022-03-29 20:49:51'),('0a4d2e62-9e93-4689-9d4e-1921c8649772','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',1,'{\"message\":\"admin\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"2\"}','2022-03-29 20:49:31','2022-03-29 20:48:21','2022-03-29 20:49:31'),('f47cee49-ba3d-4759-9fde-d9df7d0c1d51','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',1,'{\"message\":\"admin\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"2\"}','2022-03-29 20:49:41','2022-03-29 20:48:21','2022-03-29 20:49:41'),('9a230b5a-5001-45ba-bc11-76ae0457250d','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',2,'{\"message\":\"\\u0647\\u062f\\u064a\\u0631\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"5\"}',NULL,'2022-03-30 18:56:32','2022-03-30 18:56:32'),('89876c43-eded-4087-9cb3-6a10c8527775','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',3,'{\"message\":\"\\u0627\\u062d\\u0645\\u062f \\u0641\\u0631\\u063a\\u0644\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"3\"}','2022-03-31 21:54:34','2022-03-30 19:51:01','2022-03-31 21:54:34'),('3e6d8677-9610-470d-9406-639d900878dc','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',3,'{\"message\":\"\\u0627\\u062d\\u0645\\u062f \\u0641\\u0631\\u063a\\u0644\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"5\"}','2022-03-31 21:53:38','2022-03-31 21:51:37','2022-03-31 21:53:38'),('7920e1a3-3c62-4d9f-927d-ef7bb61372a5','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',2,'{\"message\":\"\\u0647\\u062f\\u064a\\u0631 \\u0627\\u064a\\u0645\\u0646\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"3\"}',NULL,'2022-04-04 22:22:27','2022-04-04 22:22:27'),('a2d28562-8dba-4895-8d5b-b2c77b93578f','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',2,'{\"message\":\"\\u0647\\u062f\\u064a\\u0631 \\u0627\\u064a\\u0645\\u0646\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"8\"}',NULL,'2022-04-16 00:13:07','2022-04-16 00:13:07'),('e3f26037-38ba-4cd6-98d9-dec046821074','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',3,'{\"message\":\"\\u0627\\u062d\\u0645\\u062f \\u0641\\u0631\\u063a\\u0644\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"8\"}',NULL,'2022-04-16 00:14:59','2022-04-16 00:14:59'),('1b867949-77fc-46cd-bd18-46d344e03714','App\\Notifications\\NewMessageNotification','App\\User',2,'{\"message\":\"\\u0644\\u0642\\u062f \\u0642\\u0627\\u0645admin\\u0628\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629 \\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0642\\u0636\\u064a\\u0629 \\u0643\\u0648\\u062f2\",\"event\":\"\\u0631\\u0633\\u0627\\u0644\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"icon\":\"icon-message-square\",\"case_user_id\":2}',NULL,'2022-04-16 00:16:02','2022-04-16 00:16:02'),('aca93b94-cb9a-4410-b487-8419d366d55a','App\\Notifications\\NewMessageNotification','App\\User',2,'{\"message\":\"\\u0644\\u0642\\u062f \\u0642\\u0627\\u0645admin\\u0628\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629 \\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0642\\u0636\\u064a\\u0629 \\u0643\\u0648\\u062f2\",\"event\":\"\\u0631\\u0633\\u0627\\u0644\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"icon\":\"icon-message-square\",\"case_user_id\":2}',NULL,'2022-04-16 00:16:22','2022-04-16 00:16:22'),('67c06c89-0a3d-4401-948b-84e303292af9','App\\Notifications\\NewMessageNotification','App\\User',2,'{\"message\":\"\\u0644\\u0642\\u062f \\u0642\\u0627\\u0645admin\\u0628\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629 \\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0642\\u0636\\u064a\\u0629 \\u0643\\u0648\\u062f4\",\"event\":\"\\u0631\\u0633\\u0627\\u0644\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"icon\":\"icon-message-square\",\"case_user_id\":1}',NULL,'2022-04-17 18:28:33','2022-04-17 18:28:33'),('5d00be4e-6790-45bd-851e-f01410253ad8','App\\Notifications\\NewMessageNotification','App\\User',2,'{\"message\":\"\\u0644\\u0642\\u062f \\u0642\\u0627\\u0645admin\\u0628\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629 \\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0642\\u0636\\u064a\\u0629 \\u0643\\u0648\\u062f4\",\"event\":\"\\u0631\\u0633\\u0627\\u0644\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"icon\":\"icon-message-square\",\"case_user_id\":1}',NULL,'2022-04-17 23:23:39','2022-04-17 23:23:39'),('953d9949-df04-4319-8a6d-49024cb6dd54','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',2,'{\"message\":\"\\u0647\\u062f\\u064a\\u0631 \\u0627\\u064a\\u0645\\u0646\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"10\"}',NULL,'2022-04-20 09:45:42','2022-04-20 09:45:42'),('d20d3485-41ba-43e7-8553-c181a68dd3a6','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',4,'{\"message\":\"\\u0643\\u0631\\u0645 \\u0639\\u062b\\u0645\\u0627\\u0646\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"3\"}',NULL,'2022-04-20 11:18:13','2022-04-20 11:18:13'),('4e57dfea-8f97-4122-8993-556399519450','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',6,'{\"message\":\"\\u0647\\u062f\\u064a\\u0631\\u0631\\u0631\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"8\"}',NULL,'2022-04-28 23:00:07','2022-04-28 23:00:07'),('f14c85b4-d29d-47d7-86d1-023d64d89c24','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',7,'{\"message\":\"\\u0647\\u062f\\u064a\\u0631 \\u0627\\u064a\\u0645\\u0646 \\u0635\\u0627\\u0644\\u062d\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"12\"}','2022-05-10 19:17:12','2022-05-10 19:16:52','2022-05-10 19:17:12'),('e7230e75-dc47-43c7-9727-abfbf6ce73dd','App\\Notifications\\NewMessageNotification','App\\User',1,'{\"message\":\"\\u0644\\u0642\\u062f \\u0642\\u0627\\u0645\\u0647\\u062f\\u064a\\u0631 \\u0627\\u064a\\u0645\\u0646 \\u0635\\u0627\\u0644\\u062d\\u0628\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629 \\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0642\\u0636\\u064a\\u0629 \\u0643\\u0648\\u062f12\",\"event\":\"\\u0631\\u0633\\u0627\\u0644\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"icon\":\"icon-message-square\",\"case_user_id\":12}','2022-05-10 19:20:10','2022-05-10 19:19:24','2022-05-10 19:20:10'),('ecc0d34e-4a2a-4439-98c2-4ab004cb9543','App\\Notifications\\NewMessageNotification','App\\User',7,'{\"message\":\"\\u0644\\u0642\\u062f \\u0642\\u0627\\u0645admin\\u0628\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629 \\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0642\\u0636\\u064a\\u0629 \\u0643\\u0648\\u062f12\",\"event\":\"\\u0631\\u0633\\u0627\\u0644\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"icon\":\"icon-message-square\",\"case_user_id\":12}','2022-05-10 19:24:28','2022-05-10 19:20:17','2022-05-10 19:24:28'),('e47e9265-d2a6-430f-a091-bd8e8ac50b6b','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',1,'{\"message\":\"\\u0647\\u062f\\u064a\\u0631 \\u0627\\u064a\\u0645\\u0646 \\u0635\\u0627\\u0644\\u062d\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"12\"}','2022-05-11 21:55:45','2022-05-11 21:52:24','2022-05-11 21:55:45'),('67c03377-fbef-4a59-9476-2f967c9d04c6','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',7,'{\"message\":\"\\u0647\\u062f\\u064a\\u0631 \\u0627\\u064a\\u0645\\u0646 \\u0635\\u0627\\u0644\\u062d\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"12\"}',NULL,'2022-05-11 21:52:24','2022-05-11 21:52:24'),('11b846cd-6253-4026-a211-6a3521ebc8a6','App\\Notifications\\NewMessageNotification','App\\User',7,'{\"message\":\"\\u0644\\u0642\\u062f \\u0642\\u0627\\u0645\\u0627\\u062d\\u0645\\u062f \\u0641\\u0631\\u063a\\u0644\\u0628\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629 \\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0642\\u0636\\u064a\\u0629 \\u0643\\u0648\\u062f12\",\"event\":\"\\u0631\\u0633\\u0627\\u0644\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"icon\":\"icon-message-square\",\"case_user_id\":13}',NULL,'2022-05-11 21:53:01','2022-05-11 21:53:01'),('cee20f93-ee19-4f03-bc83-07304c9b7ebf','App\\Notifications\\NewMessageNotification','App\\User',1,'{\"message\":\"\\u0644\\u0642\\u062f \\u0642\\u0627\\u0645\\u0627\\u062d\\u0645\\u062f \\u0641\\u0631\\u063a\\u0644\\u0628\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629 \\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0642\\u0636\\u064a\\u0629 \\u0643\\u0648\\u062f8\",\"event\":\"\\u0631\\u0633\\u0627\\u0644\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"icon\":\"icon-message-square\",\"case_user_id\":8}','2022-05-11 21:54:32','2022-05-11 21:54:21','2022-05-11 21:54:32'),('a501bc39-d5ea-4f96-89f8-0c8f7bfc3c5e','App\\Notifications\\NewMessageNotification','App\\User',3,'{\"message\":\"\\u0644\\u0642\\u062f \\u0642\\u0627\\u0645admin\\u0628\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629 \\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0642\\u0636\\u064a\\u0629 \\u0643\\u0648\\u062f8\",\"event\":\"\\u0631\\u0633\\u0627\\u0644\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"icon\":\"icon-message-square\",\"case_user_id\":8}',NULL,'2022-05-11 21:54:56','2022-05-11 21:54:56'),('35b0e486-dbe4-4004-abfb-8564259ec492','App\\Notifications\\NewMessageNotification','App\\User',3,'{\"message\":\"\\u0644\\u0642\\u062f \\u0642\\u0627\\u0645admin\\u0628\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629 \\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0642\\u0636\\u064a\\u0629 \\u0643\\u0648\\u062f8\",\"event\":\"\\u0631\\u0633\\u0627\\u0644\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"icon\":\"icon-message-square\",\"case_user_id\":8}',NULL,'2022-05-11 21:55:18','2022-05-11 21:55:18'),('373b2df7-68c4-4d77-96f1-b41bc781d0b1','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',6,'{\"message\":\"admin\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"4\"}',NULL,'2022-07-17 20:55:26','2022-07-17 20:55:26'),('cae47597-d267-498b-9f6f-147e3f1a2ed6','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',11,'{\"message\":\"admin\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"3\"}','2022-07-27 17:42:58','2022-07-26 22:41:42','2022-07-27 17:42:58'),('14ddd10b-65c6-4671-b316-50d5a909b677','App\\Notifications\\NewCaseUserCreatedNotification','App\\User',1,'{\"message\":\"admin\",\"event\":\"\\u0642\\u0636\\u064a\\u0629 \\u0645\\u062d\\u0648\\u0644\\u0629\",\"icon\":\"icon-corner-down-left\",\"case_id\":\"17\"}','2022-08-30 18:25:25','2022-08-01 21:01:04','2022-08-30 18:25:25'),('c8b5b17b-35af-4fe1-97c9-11be1410a5c4','App\\Notifications\\NewCaseNoteCreatedNotification','App\\User',2,'{\"message\":\"\\u062a\\u0645 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0645\\u0630\\u0643\\u0631\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629 \\u0628\\u0648\\u0627\\u0633\\u0637\\u0629 admin\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0642\\u0636\\u064a\\u0629 \\u0643\\u0648\\u062f 10\",\"event\":\"\\u0645\\u0630\\u0643\\u0631\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"icon\":\"icon-plus-square\",\"case_id\":\"10\"}',NULL,'2022-08-28 18:24:06','2022-08-28 18:24:06'),('8c6ae888-5d13-42da-a27e-fa2f8b3724fd','App\\Notifications\\NewCaseNoteCreatedNotification','App\\User',1,'{\"message\":\"\\u062a\\u0645 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0645\\u0630\\u0643\\u0631\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629 \\u0628\\u0648\\u0627\\u0633\\u0637\\u0629 \\u0645\\u0643\\u062a\\u0628 \\u0645\\u062d\\u0627\\u0645\\u064a \\u062a\\u062c\\u0631\\u064a\\u0628\\u064a\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0642\\u0636\\u064a\\u0629 \\u0643\\u0648\\u062f 17\",\"event\":\"\\u0645\\u0630\\u0643\\u0631\\u0629 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"icon\":\"icon-plus-square\",\"case_id\":\"17\"}','2022-09-01 13:46:18','2022-08-30 20:22:01','2022-09-01 13:46:18');
/*!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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_access_tokens` (
  `id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint unsigned DEFAULT NULL,
  `client_id` bigint unsigned NOT NULL,
  `name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `scopes` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `expires_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `oauth_access_tokens_user_id_index` (`user_id`)
) ENGINE=MyISAM 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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_auth_codes` (
  `id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint unsigned NOT NULL,
  `client_id` bigint unsigned NOT NULL,
  `scopes` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `oauth_auth_codes_user_id_index` (`user_id`)
) ENGINE=MyISAM 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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_clients` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned DEFAULT NULL,
  `name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `secret` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `provider` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `redirect` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci 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,
  PRIMARY KEY (`id`),
  KEY `oauth_clients_user_id_index` (`user_id`)
) ENGINE=MyISAM 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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_personal_access_clients` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `client_id` bigint unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM 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 */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `oauth_refresh_tokens` (
  `id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `access_token_id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `oauth_refresh_tokens_access_token_id_index` (`access_token_id`)
) ENGINE=MyISAM 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 `paid_fees`
--

DROP TABLE IF EXISTS `paid_fees`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `paid_fees` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `unpaid_fee_id` bigint unsigned DEFAULT NULL,
  `name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `money` int DEFAULT NULL,
  `payment_date` date DEFAULT NULL,
  `broker_percentage` int NOT NULL DEFAULT '0',
  `office_percentage` int NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `paid_fees`
--

LOCK TABLES `paid_fees` WRITE;
/*!40000 ALTER TABLE `paid_fees` DISABLE KEYS */;
INSERT INTO `paid_fees` (`id`, `unpaid_fee_id`, `name`, `money`, `payment_date`, `broker_percentage`, `office_percentage`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,1,'سداد نهائي',4000,'2022-04-28',400,3600,'2022-03-28 20:39:51','2022-03-28 20:39:51',NULL,1),(2,7,'الاولى',300,'2022-04-29',0,300,'2022-03-29 20:21:54','2022-03-29 20:21:54',NULL,1),(3,8,'الثانية',250,'2022-05-29',0,250,'2022-03-29 20:25:32','2022-03-29 20:25:32',NULL,1),(4,9,'الثالثة',500,'2022-06-29',0,500,'2022-03-29 20:26:33','2022-03-29 20:26:33',NULL,1),(5,10,'الرابعة',500,'2022-07-29',0,500,'2022-03-29 20:28:02','2022-03-29 20:28:02',NULL,1),(6,11,'الخامسة',500,'2022-08-29',0,500,'2022-03-29 20:28:27','2022-03-29 20:28:27',NULL,1),(7,12,'السادسة',500,'2022-09-29',0,500,'2022-03-29 20:28:49','2022-03-29 20:28:49',NULL,1),(8,13,'السابعة',500,'2022-10-29',0,500,'2022-03-29 20:29:24','2022-03-29 20:29:24',NULL,1),(9,14,'الثامنة',500,'2022-11-29',0,500,'2022-03-29 20:30:03','2022-03-29 20:30:03',NULL,1),(10,15,'التاسعة',500,'2022-12-29',0,500,'2022-03-29 20:30:50','2022-03-29 20:30:50',NULL,1),(11,16,'العاشرة',500,'2023-01-29',0,500,'2022-03-29 20:31:13','2022-03-29 20:31:13',NULL,1),(12,2,'الدفعة الاخيرة',200,'2022-03-31',40,160,'2022-03-30 21:00:58','2022-03-30 21:00:58',NULL,1),(13,18,'نهائي',2500,'2022-04-02',0,2500,'2022-03-31 20:19:59','2022-03-31 20:19:59',NULL,1),(14,30,'الاولى',3000,'2022-09-01',0,3000,'2022-08-01 20:57:39','2022-08-01 20:57:39',NULL,11),(15,32,'1',2500,'2022-08-29',0,2500,'2022-08-28 18:00:36','2022-08-28 18:00:36',NULL,1),(16,33,'1',3000,'2022-08-29',0,3000,'2022-08-28 18:33:37','2022-08-28 18:33:37',NULL,1),(17,34,'2',2000,'2022-09-10',0,2000,'2022-08-28 18:34:33','2022-08-28 18:34:33',NULL,1),(18,34,'1',1000,'2022-08-17',0,1000,'2022-08-28 18:35:01','2022-08-28 18:35:01',NULL,1),(19,34,'2',1000,'2022-09-10',0,1000,'2022-08-28 18:35:25','2022-08-28 18:35:25',NULL,1),(20,35,'1',1000,'2022-09-02',0,1000,'2022-09-01 18:33:12','2022-09-01 18:33:12',NULL,1),(21,35,'2',1000,'2022-09-02',0,1000,'2022-09-01 18:33:53','2022-09-01 18:33:53',NULL,1),(22,36,'2',2000,'2022-09-03',0,2000,'2022-09-01 18:34:12','2022-09-01 18:34:12',NULL,1);
/*!40000 ALTER TABLE `paid_fees` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `password_resets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `password_resets` (
  `email` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  KEY `password_resets_email_index` (`email`)
) ENGINE=MyISAM 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 */;
/*!40000 ALTER TABLE `password_resets` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `permissions` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `guard_name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `permissions_name_guard_name_unique` (`name`,`guard_name`)
) ENGINE=MyISAM AUTO_INCREMENT=20 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` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES (1,'الرئيسية','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(2,'القضايا','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(3,'المستخدمين','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(4,'الصلاحيات','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(5,'رول الجلسات','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(6,'الأتعاب','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(7,'التقرير المالي','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(8,'تحويل المهام','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(9,'الأعمال المحولة','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(10,'إرفاق المستندات','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(11,'المواعيد القانونية','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(12,'الصفات','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(13,'منطوق القرار','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(14,'الموكلين','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(15,'أنواع القضايا','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(16,'المندوبين','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(17,'الأسماء المتعلقة بالقضايا','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(18,'الإعدادات','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(19,'سجل النشاطات','web','2022-03-28 18:11:18','2022-03-28 18:11:18');
/*!40000 ALTER TABLE `permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `police_station_cases`
--

DROP TABLE IF EXISTS `police_station_cases`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `police_station_cases` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `client_id` bigint unsigned DEFAULT NULL,
  `client_adjective_id` bigint unsigned DEFAULT NULL,
  `enemy_name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:json)',
  `enemy_adjective_id` bigint unsigned DEFAULT NULL,
  `informer` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `informer_adjective_id` bigint unsigned DEFAULT NULL,
  `police_station_name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `case_number` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `investigator_name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `register_date` date DEFAULT NULL,
  `decision` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `decision_date` date DEFAULT NULL,
  `release_date` date DEFAULT NULL,
  `guarantee_value` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `date_of_send_to_prosecution` date DEFAULT NULL,
  `guarantee_payment_date` date DEFAULT NULL,
  `case_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `police_station_cases`
--

LOCK TABLES `police_station_cases` WRITE;
/*!40000 ALTER TABLE `police_station_cases` DISABLE KEYS */;
INSERT INTO `police_station_cases` (`id`, `client_id`, `client_adjective_id`, `enemy_name`, `enemy_adjective_id`, `informer`, `informer_adjective_id`, `police_station_name`, `case_number`, `investigator_name`, `register_date`, `decision`, `decision_date`, `release_date`, `guarantee_value`, `date_of_send_to_prosecution`, `guarantee_payment_date`, `case_id`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,4,1,'[\"test2\"]',7,'-2000',9,'cairo','6','احمد','2022-06-04','اداري','2022-06-05','2022-06-19','1000','2022-03-08','2022-06-12',15,'2022-06-19 15:48:33','2022-06-19 15:48:33',NULL,1);
/*!40000 ALTER TABLE `police_station_cases` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `problem_cases`
--

DROP TABLE IF EXISTS `problem_cases`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `problem_cases` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `client_id` bigint unsigned DEFAULT NULL,
  `client_adjective_id` bigint unsigned DEFAULT NULL,
  `enemy_name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:json)',
  `enemy_adjective_id` bigint unsigned DEFAULT NULL,
  `case_number` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `problem_date` date DEFAULT NULL,
  `floor` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hall` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `problem_number` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `invitation_number` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `circle` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `session_secretary` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `session_requests` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `case_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `problem_cases`
--

LOCK TABLES `problem_cases` WRITE;
/*!40000 ALTER TABLE `problem_cases` DISABLE KEYS */;
INSERT INTO `problem_cases` (`id`, `client_id`, `client_adjective_id`, `enemy_name`, `enemy_adjective_id`, `case_number`, `problem_date`, `floor`, `hall`, `problem_number`, `invitation_number`, `circle`, `session_secretary`, `session_requests`, `case_id`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2022-03-28 21:16:20','2022-03-28 21:16:20',NULL,1),(2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2022-03-31 21:46:38','2022-03-31 21:46:38',NULL,1);
/*!40000 ALTER TABLE `problem_cases` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `prosecution_cases`
--

DROP TABLE IF EXISTS `prosecution_cases`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `prosecution_cases` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `client_id` bigint unsigned DEFAULT NULL,
  `client_adjective_id` bigint unsigned DEFAULT NULL,
  `enemy_name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:json)',
  `enemy_adjective_id` bigint unsigned DEFAULT NULL,
  `prosecution_type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `case_number` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `prosecutor` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `floor` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `investigation_secretary` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `room` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `view_date` date DEFAULT NULL,
  `next_view_date` date DEFAULT NULL,
  `prosecution_decision` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `prosecution_decision_date` date DEFAULT NULL,
  `guarantee_value` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `release_date` date DEFAULT NULL,
  `guarantee_payment_date` date DEFAULT NULL,
  `case_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `prosecution_cases`
--

LOCK TABLES `prosecution_cases` WRITE;
/*!40000 ALTER TABLE `prosecution_cases` DISABLE KEYS */;
INSERT INTO `prosecution_cases` (`id`, `client_id`, `client_adjective_id`, `enemy_name`, `enemy_adjective_id`, `prosecution_type`, `case_number`, `prosecutor`, `floor`, `investigation_secretary`, `room`, `view_date`, `next_view_date`, `prosecution_decision`, `prosecution_decision_date`, `guarantee_value`, `release_date`, `guarantee_payment_date`, `case_id`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,'2022-05-05 15:48:28','2022-05-05 15:48:28',NULL,1);
/*!40000 ALTER TABLE `prosecution_cases` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `resume_cases`
--

DROP TABLE IF EXISTS `resume_cases`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `resume_cases` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `court_id` bigint unsigned DEFAULT NULL,
  `case_number` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hall` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `floor` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `resume_date` date DEFAULT NULL,
  `circle` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `client_id` bigint unsigned DEFAULT NULL,
  `client_adjective_id` bigint unsigned DEFAULT NULL,
  `enemy_name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:json)',
  `enemy_adjective_id` bigint unsigned DEFAULT NULL,
  `court_secretary` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `case_type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `session_requests` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `case_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `resume_cases`
--

LOCK TABLES `resume_cases` WRITE;
/*!40000 ALTER TABLE `resume_cases` DISABLE KEYS */;
INSERT INTO `resume_cases` (`id`, `court_id`, `case_number`, `hall`, `floor`, `resume_date`, `circle`, `client_id`, `client_adjective_id`, `enemy_name`, `enemy_adjective_id`, `court_secretary`, `case_type`, `session_requests`, `case_id`, `created_at`, `updated_at`, `deleted_at`, `creator_id`) VALUES (1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2022-03-31 21:45:46','2022-03-31 21:45:46',NULL,1),(2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2022-04-05 00:03:21','2022-04-05 00:03:21',NULL,1),(3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,'2022-04-15 19:28:31','2022-04-15 19:28:31',NULL,1),(4,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,7,'2022-04-15 19:54:58','2022-04-15 19:54:58',NULL,1),(5,NULL,NULL,NULL,NULL,NULL,NULL,3,1,'[\"\\u0645\\u062d\\u0645\\u0648\\u062f \\u0645\\u062d\\u0645\\u062f \\u0639\\u0635\\u0627\\u0645\",null]',2,NULL,NULL,NULL,8,'2022-04-15 23:58:35','2022-04-16 00:09:27',NULL,1),(6,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10,'2022-04-20 09:26:23','2022-08-28 18:25:50',NULL,1),(7,NULL,'222222','2','2','2022-05-12','test',4,1,NULL,2,'test','test','test',12,'2022-05-05 16:18:27','2022-05-05 16:19:19',NULL,1),(8,NULL,NULL,NULL,NULL,'2022-05-11',NULL,2,1,NULL,2,NULL,NULL,NULL,11,'2022-05-11 21:47:28','2022-05-11 21:48:04',NULL,1);
/*!40000 ALTER TABLE `resume_cases` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `role_has_permissions`
--

DROP TABLE IF EXISTS `role_has_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `role_has_permissions` (
  `permission_id` bigint unsigned NOT NULL,
  `role_id` bigint unsigned NOT NULL,
  PRIMARY KEY (`permission_id`,`role_id`),
  KEY `role_has_permissions_role_id_foreign` (`role_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `role_has_permissions`
--

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

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

DROP TABLE IF EXISTS `roles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `roles` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `guard_name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `roles_name_guard_name_unique` (`name`,`guard_name`)
) ENGINE=MyISAM AUTO_INCREMENT=7 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` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES (1,'admin','web','2022-03-28 18:11:18','2022-03-28 18:11:18'),(2,'مسؤول','web','2022-03-28 19:41:57','2022-03-28 19:41:57'),(3,'معقب قضايا','web','2022-03-30 19:02:59','2022-03-30 19:02:59'),(4,'محاسب','web','2022-03-30 19:03:31','2022-03-30 19:03:31'),(5,'مستشار','web','2022-03-30 22:07:30','2022-03-30 22:07:30'),(6,'متولي','web','2022-06-25 20:49:23','2022-06-25 20:49:23');
/*!40000 ALTER TABLE `roles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `session_data`
--

DROP TABLE IF EXISTS `session_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `session_data` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `case_id` bigint unsigned DEFAULT NULL,
  `stage_id` tinyint DEFAULT NULL,
  `circle` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hall` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `secretary` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `floor` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `request` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `next_session_date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `stageable_type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `stageable_id` bigint unsigned NOT NULL,
  `creator_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `session_data_stageable_type_stageable_id_index` (`stageable_type`,`stageable_id`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `session_data`
--

LOCK TABLES `session_data` WRITE;
/*!40000 ALTER TABLE `session_data` DISABLE KEYS */;
INSERT INTO `session_data` (`id`, `case_id`, `stage_id`, `circle`, `hall`, `secretary`, `floor`, `request`, `next_session_date`, `created_at`, `updated_at`, `stageable_type`, `stageable_id`, `creator_id`) VALUES (1,15,3,'1','1','1','1','1','2022-06-23','2022-06-25 00:57:43','2022-06-25 00:57:43','',0,1),(2,15,3,'1','3','محمد','11','طلب حالى','2022-06-27','2022-06-26 22:15:13','2022-06-26 22:15:13','',0,1),(3,9,3,'1','3','4','2',NULL,'2022-06-27','2022-06-26 22:19:31','2022-06-26 22:19:31','',0,1),(4,3,3,'اداري','25','محمد احمد السيد','4',NULL,'2022-08-27','2022-06-27 21:33:30','2022-06-27 21:33:30','App\\FirstClassCase',3,1),(5,3,3,NULL,NULL,NULL,NULL,'نصمم على الطلبات',NULL,'2022-06-27 21:34:08','2022-06-27 21:34:08','App\\FirstClassCase',3,1),(6,3,6,NULL,'4',NULL,'1',NULL,NULL,'2022-06-27 22:05:05','2022-06-27 22:05:05','App\\ExpertCase',3,1),(7,14,3,'تجاري 3','52','ناصر احمد الخالدي','4','نصمم على الطلبات','2022-07-24','2022-07-17 20:54:17','2022-07-17 20:54:17','App\\FirstClassCase',14,1),(8,17,3,'تجاري 3','16','ناصر احمد الخالدي','4',NULL,'2022-08-03','2022-08-01 20:54:19','2022-08-01 20:54:19','App\\FirstClassCase',17,11),(9,9,3,NULL,NULL,NULL,NULL,'سشيشسيبسشبسيبلن',NULL,'2022-08-28 18:17:35','2022-08-28 18:17:35','App\\FirstClassCase',9,1),(10,9,3,NULL,NULL,NULL,NULL,'احمد',NULL,'2022-08-28 18:18:01','2022-08-28 18:18:01','App\\FirstClassCase',9,1),(11,20,3,'1','3',NULL,'1','طلب حالى','2022-09-02','2022-09-01 17:59:39','2022-09-01 17:59:39','App\\FirstClassCase',20,1),(12,20,3,'454','456','456','5','طلب حالى جديد','2022-09-16','2022-09-01 18:00:02','2022-09-01 18:00:02','App\\FirstClassCase',20,1);
/*!40000 ALTER TABLE `session_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `setting_translations`
--

DROP TABLE IF EXISTS `setting_translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `setting_translations` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `setting_id` bigint unsigned NOT NULL,
  `locale` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `setting_translations_setting_id_locale_unique` (`setting_id`,`locale`),
  KEY `setting_translations_locale_index` (`locale`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `setting_translations`
--

LOCK TABLES `setting_translations` WRITE;
/*!40000 ALTER TABLE `setting_translations` DISABLE KEYS */;
INSERT INTO `setting_translations` (`id`, `setting_id`, `locale`, `value`, `created_at`, `updated_at`) VALUES (1,1,'ar','نظام المحاماه','2022-03-28 18:11:18','2023-09-19 19:25:30');
/*!40000 ALTER TABLE `setting_translations` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `settings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `display_name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `key` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `settings` WRITE;
/*!40000 ALTER TABLE `settings` DISABLE KEYS */;
INSERT INTO `settings` (`id`, `display_name`, `key`, `type`, `created_at`, `updated_at`) VALUES (1,'عنوان الموقع','website_title','text','2022-03-28 18:11:18','2022-03-28 18:11:18');
/*!40000 ALTER TABLE `settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `transfer_statuses`
--

DROP TABLE IF EXISTS `transfer_statuses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `transfer_statuses` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `transfer_statuses`
--

LOCK TABLES `transfer_statuses` WRITE;
/*!40000 ALTER TABLE `transfer_statuses` DISABLE KEYS */;
INSERT INTO `transfer_statuses` (`id`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (1,'معلقة','2022-04-16 09:09:31','2022-04-16 09:09:31',NULL),(2,'جاري العمل','2022-04-16 09:09:31','2022-04-16 09:09:31',NULL),(3,'تم الانتهاء','2022-04-16 09:09:31','2022-04-16 09:09:31',NULL);
/*!40000 ALTER TABLE `transfer_statuses` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `national_id` bigint DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'avatar.svg',
  `is_blocked` tinyint DEFAULT NULL,
  `device_token` varchar(125) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `block_date` date DEFAULT NULL,
  `branch_id` bigint unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_email_unique` (`email`)
) ENGINE=MyISAM AUTO_INCREMENT=13 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` (`id`, `name`, `email`, `phone`, `national_id`, `email_verified_at`, `password`, `image`, `is_blocked`, `device_token`, `remember_token`, `created_at`, `updated_at`, `block_date`, `branch_id`) VALUES (1,'admin','admin@admin.com',NULL,121212,NULL,'$2y$10$g9ceBZqU5q04D9oL5lUXOuF7Nxvnnf6WQF4E6nouYEL4rGuQS6MOy','avatar.svg',NULL,NULL,'fS9X5Pxf2wSI9tBKIqz4xU0z8GzOPc5nIOjPlF0531gLgrVfWXFMztcpMJU2','2022-03-28 18:11:18','2022-03-28 18:11:18',NULL,1),(9,'test',NULL,'012154',11111111111111111,NULL,'$2y$10$i3edjyK9yqkuH8e1nzyPIe.qrp87zZV7kPWjsE9Eu9ptNwXhTofzi','avatar.svg',NULL,NULL,NULL,'2022-06-25 22:31:58','2024-06-02 10:42:14',NULL,1),(10,'تجريبى',NULL,'0.21654545',555555555,NULL,'$2y$10$mXqsPNukoN9MIRLEM8A.yuRsX47glETCmFRj9UqEYclcfi7Fz0Ay2','avatar.svg',NULL,NULL,NULL,'2022-07-17 03:18:04','2022-07-17 03:18:04',NULL,2),(11,'مكتب محامي تجريبي',NULL,'88888888888',131313,NULL,'$2y$10$FlVRFBwK.Wzw/.nn2/3IbOGviXr.X/pMjZ3DopBoJ6J37ErK6SzUO','avatar.svg',NULL,NULL,'1UBO54xtxydKK0wfbtRmG8SKCa2cqMhlvxdwbQtYsSVJ6yuyKDN66C16CLZf','2022-07-18 18:07:27','2022-07-18 18:07:27',NULL,3),(12,'مستشار',NULL,'222222222',1234,NULL,'$2y$10$V4bfw9xOyd7IwbEbQk1PfeJlRo.GhlD7ldW.beCJ0RwRfrav8jOW2','avatar.svg',NULL,NULL,NULL,'2022-07-18 18:09:25','2022-07-18 18:09:25',NULL,3);
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping events for database 'topappkw_lawer'
--

--
-- Dumping routines for database 'topappkw_lawer'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2025-10-28  2:19:46
