-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Apr 06, 2023 at 12:18 AM
-- Server version: 8.0.30
-- PHP Version: 8.1.10

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `pst`
--

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

--
-- Table structure for table `about_us_sections`
--

CREATE TABLE `about_us_sections` (
  `id` bigint UNSIGNED NOT NULL,
  `title_en` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title_ar` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description_en` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `description_ar` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` tinyint NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `about_us_sections`
--

INSERT INTO `about_us_sections` (`id`, `title_en`, `title_ar`, `description_en`, `description_ar`, `order`, `created_at`, `updated_at`) VALUES
(1, 'Who we are', 'من نحن', 'We are not the oldest but our goal is to become the best web design and development company in the Arab world.', 'لسنا الأقدم ولكن هدفنا أن نصبح أفضل شركة تصميم وتطوير مواقع إنترنت في العالم العربي.', 1, '2023-03-24 12:28:25', '2023-04-05 11:06:01'),
(2, 'Our history', 'قصتنا', 'PST began providing its services in July 2005 as a web hosting and continued to grow and now serves more than 1,000 customers by providing hosting services, cloud servers, infrastructure and IT consulting.', 'بدأت بي إس تي فى تقديم خدماتها فى يوليو 2005 كمستضيف للمواقع وإستمرت فى النمو وأصبحت الأن تخدم أكثر من 1000 عميل عن طريق تقديم خدمات الاستضافة والسيرفرات السحابية والبينة التحتية واستشارات تكنولوجيا المعلومات.', 2, '2023-03-24 12:29:35', '2023-03-24 12:30:52'),
(4, 'Our mission', 'مهمتنا', 'We trust in our ability to reach to become the best information technology companies in the Arab world by using all methods to satisfy the customer and get business to the best, latest, and least expensive, with the highest efficiency for all technological needs.', 'نثق في قدرتنا على الوصول لان نصبح أقضل شركات تكنولوجيا المعلومات فى الوطن العربي عن طريق سلوك كافة الطرق لإرضاء العميل والوصول بأعمالة الى افضل واحدث وأقل تكلفة مع أعلي كفاءة لكافة احتياجاتة التكنولوجية.', 3, '2023-03-24 12:32:38', '2023-03-24 12:32:38');

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

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

CREATE TABLE `activity_log` (
  `id` bigint UNSIGNED NOT NULL,
  `log_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `event` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `subject_id` bigint UNSIGNED DEFAULT NULL,
  `causer_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `causer_id` bigint UNSIGNED DEFAULT NULL,
  `properties` json DEFAULT NULL,
  `batch_uuid` char(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `activity_log` (`id`, `log_name`, `description`, `subject_type`, `event`, `subject_id`, `causer_type`, `causer_id`, `properties`, `batch_uuid`, `created_at`, `updated_at`) VALUES
(1, 'About Us Sections', 'Section with Who we are updated', 'App\\Models\\About_us_section', 'updated', 1, 'App\\Models\\Admin', 1, '{\"old\": {\"order\": 1}, \"attributes\": {\"order\": 11}}', NULL, '2023-04-05 09:44:22', '2023-04-05 09:44:22'),
(2, 'About Us Sections', 'Section with title Who we are updated', 'App\\Models\\About_us_section', 'updated', 1, 'App\\Models\\Admin', 1, '{\"old\": {\"order\": 11}, \"attributes\": {\"order\": 1}}', NULL, '2023-04-05 11:06:01', '2023-04-05 11:06:01'),
(3, 'Admin', 'Admin with name ali omar ahmed deleted', 'App\\Models\\Admin', 'deleted', 5, 'App\\Models\\Admin', 1, '{\"old\": {\"name\": \"ali omar ahmed\", \"type\": \"admin\", \"status\": 1}}', NULL, '2023-04-05 21:36:27', '2023-04-05 21:36:27'),
(4, 'Admin', 'Admin with name ali omar ahmed restored', 'App\\Models\\Admin', 'restored', 5, 'App\\Models\\Admin', 1, '{\"attributes\": {\"name\": \"ali omar ahmed\", \"type\": \"admin\", \"status\": 1}}', NULL, '2023-04-05 21:49:58', '2023-04-05 21:49:58'),
(5, 'Admin', 'Admin with name ali omar ahmed updated', 'App\\Models\\Admin', 'updated', 5, 'App\\Models\\Admin', 1, '{\"old\": {\"status\": 1}, \"attributes\": {\"status\": 0}}', NULL, '2023-04-05 21:50:08', '2023-04-05 21:50:08'),
(6, 'Admin', 'Admin with name ali omar ahmed updated', 'App\\Models\\Admin', 'updated', 5, 'App\\Models\\Admin', 1, '{\"old\": {\"status\": 0}, \"attributes\": {\"status\": 1}}', NULL, '2023-04-05 21:57:41', '2023-04-05 21:57:41');

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

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

CREATE TABLE `admins` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint NOT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admins`
--

INSERT INTO `admins` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `type`, `status`, `deleted_at`, `created_at`, `updated_at`) VALUES
(1, 'Mahmoud', 'supervisor@gmail.com', '2023-03-19 11:02:10', '$2y$10$M3zZ5XhSWJn14sNBL4CRd.4UkJZPrT0qTVh8tWHzMlcIEE0uxl3HO', 'u6fgZqeFZr6gMQZVxtlxcSgXOid2KqFcTiPhWfIW0zlU2RIzM6WS1M9QeLZu', 'superadmin', 1, NULL, '2023-04-04 15:38:29', '2023-04-04 15:26:28'),
(5, 'ali omar ahmed', 'testxv@gmail.com', NULL, '$2y$10$99m.rwaXdr0i6HXQQd5tpOJZkSx8es8PD/K0/Eyl.Ins/KNE/i6e2', NULL, 'admin', 1, NULL, '2023-04-05 15:13:23', '2023-04-05 21:57:41');

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

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

CREATE TABLE `contacts` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `answer` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `contacts` (`id`, `name`, `email`, `phone`, `subject`, `message`, `answer`, `created_at`, `updated_at`) VALUES
(1, 'mahmoud mohamed', 'test@gmail.com', '01000000000', 'ask for services', 'test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test', 'jhm,mmmmmmmm jykhgggg hhhhhhhhhhhhhhhhhh hhhhhhhhhhhhhhhhh hhhhhhhhhhhhhh', '2023-04-03 10:32:44', '2023-04-04 10:49:27');

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

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

CREATE TABLE `failed_jobs` (
  `id` bigint UNSIGNED NOT NULL,
  `uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `connection` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `migrations` (
  `id` int UNSIGNED NOT NULL,
  `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1),
(4, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(5, '2023_03_19_112541_create_admins_table', 1),
(6, '2023_03_19_113712_create_settings_table', 1),
(7, '2023_03_21_195333_create_sliders_table', 2),
(8, '2023_03_22_125149_create_services_table', 3),
(9, '2023_03_22_125844_create_parteners_table', 3),
(10, '2023_03_23_154228_create_why_choose_us_sections_table', 4),
(11, '2023_03_23_154835_create_about_us_sections_table', 4),
(12, '2023_03_24_202647_create_teams_table', 5),
(13, '2023_04_03_110846_create_contacts_table', 6),
(14, '2023_04_05_111122_create_activity_log_table', 7),
(15, '2023_04_05_111123_add_event_column_to_activity_log_table', 7),
(16, '2023_04_05_111124_add_batch_uuid_column_to_activity_log_table', 7);

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

--
-- Table structure for table `parteners`
--

CREATE TABLE `parteners` (
  `id` bigint UNSIGNED NOT NULL,
  `name_en` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name_ar` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image_hover` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `link` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `parteners`
--

INSERT INTO `parteners` (`id`, `name_en`, `name_ar`, `image`, `image_hover`, `link`, `created_at`, `updated_at`) VALUES
(1, 'envato', 'envato', 'parteners/envato.png', 'parteners/envato_hover.png', 'https://www.google.com', '2023-03-22 18:42:31', '2023-03-22 18:42:31'),
(2, 'audio jungle', 'audio jungle', 'parteners/audio jungle.png', 'parteners/audio jungle_hover.png', 'https://www.google.com', '2023-03-22 18:46:08', '2023-03-22 18:46:08');

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

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

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

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

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

CREATE TABLE `personal_access_tokens` (
  `id` bigint UNSIGNED NOT NULL,
  `tokenable_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tokenable_id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `abilities` text COLLATE utf8mb4_unicode_ci,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `services`
--

CREATE TABLE `services` (
  `id` bigint UNSIGNED NOT NULL,
  `name_en` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name_ar` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `mini_description_en` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `mini_description_ar` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `description_en` text COLLATE utf8mb4_unicode_ci,
  `description_ar` text COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` tinyint NOT NULL,
  `page_details` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `services`
--

INSERT INTO `services` (`id`, `name_en`, `name_ar`, `mini_description_en`, `mini_description_ar`, `description_en`, `description_ar`, `image`, `order`, `page_details`, `created_at`, `updated_at`) VALUES
(1, 'E-Commerce Solutions', 'التجارة الإلكترونية', 'With the development team at PST, we can professionally transport you to the world of e-commerce by building the best electronic commerce platforms that prepare you for online sales and display your products in a professional manner, reaching potential customers, and setting up direct sales operations, to ensure you a strong presence and share guarantee Greater marketability in the e-commerce market, in addition to providing training in how to manage e-stores to reach the highest rates of success and profitability.', 'مع فريق عمل التطوير في بي إس تي نستطيع أن ننقلك باحترافية إلى عالم التجارة الإلكترونية من خلال بناء أفضل منصات التجارة الالكترونية والتي تهيئك لعمليات البيع عبر الانترنت وعرض منتجاتك بطريقة احترافية، والوصول إلى العملاء المتوقعين، وتهيئة عمليات البيع المباشرة، لتضمن لك التواجد القوي وضمان حصة سوقية أكبر في سوق التجارة الإلكترونية، بالإضافة إلى تقديم التدريب في كيفية إدارة المتاجر الإلكترونية للوصول إلى أعلى نسب النجاح والربحية.', '<p>It’s our duty to represent your business online in the most EFFICIENT way ever! Here in<a href=\"https://ps-tech.net/\"><i>PST</i></a>, we aim to represent you with the best E-commerce solutions that fit your niche and customers. After Covid-19, multiple businesses have fallen due to that pandemic. We don’t want the same to happen to you! So, make sure that we are eventually hoping to <a href=\"https://www.bit-kw.com/\">keep you in track</a> with our productive solutions and assets.</p><p>&nbsp;</p><h2>What E-Commerce Solutions Do We Present?</h2><p>&nbsp;</p><p>In <a href=\"https://ps-tech.net/\"><i>PST</i></a>. We have multiple e-commerce solutions to energize your business. Such like social media solutions to evaluate your online presence. We can also create a unique website or mobile application as a keystone for the whole digital marketing activities. Crafting your business isa long term resposability. but choosing the best for you is our ultimate goal.</p><p>&nbsp;</p><h2>Who needs to be here!</h2><p>&nbsp;</p><p>Whether you’re a starter or a professional. Even if you have your own employees that work on your e-commerce activities. We have a set of departments that you may need to consult! Also, our own e-commerce solutions that only PST can perform and develop. We ensure our quality and timeline. On the other hand, we will guide you through your journey with us about the BEST practices that fit your current position.</p><p>&nbsp;</p><h2>When can you start?</h2><p>&nbsp;</p><p>There are multiple barriers between your choice to start with us. the clearest one is your time to contact and monitor your growth with us. And we have to tell you that we have set our requirements of time and effort to keep the whole cooperation efforts extremely productive. Our custom plans are completely ready to suit you.</p><p>&nbsp;</p><p><strong>Eventually, feel free to </strong><a href=\"https://ps-tech.net/contact/\"><strong>contact us</strong></a><strong> at any time if you really need that turning point for your business. Do you feel ready?</strong></p>', '<p>من واجبنا تمثيل عملك على الإنترنت بأكثر الطرق فعالية على الإطلاق! هنا في بي أس تي ، نهدف إلى تمثيلك بأفضل حلول التجارة الإلكترونية التي تناسب مكانتك وعملائك. بعد فايرس كورونا، تراجعت العديد من الشركات بسبب هذا الوباء. لا نريد أن يحدث لك نفس الشيء! لذلك، تأكد من أننا نأمل في النهاية أن <a href=\"https://www.bit-kw.com/\">نبقيك على المسار الصحيح</a> بإستخدام اكثر الحلول انتاجية و ملائمة لنشاطك</p><h2><strong>ما هي حلول التجارة الإلكترونية التي نوفرها؟</strong></h2><p>في <a href=\"https://ps-tech.net/\"><i>بي أس تي</i></a>. لدينا العديد من حلول التجارة الإلكترونية لتنشيط اعمالك الإلكترونية. مثل منصات التواصل الإجتماعي التي تعزز ظهور و قوة نشاطك على الانترنت. كما يمكننا انشاء موقع الكتروني فريد من نوعه أو تطبيق للجوال كحجر اساس لإنشطة التسويق الرقمي الخاصة بك. يعد تطوير اعمالك عمل اساسي و هام بالنسبة لنا. لكن اختيارنا للأفضل لك يعد هدفنا النهائي</p><h2><strong>من يحتاج ان يتواجد هنا؟</strong></h2><p>سواء كنت مبتدئا او محترفا. حتى لو كان لديك موظفون يعملون في تطوير انشطة التجارة الإلكترونية الخاصة بك، فلدينا مجموعة من الاقسام التى يمكنك استشارتها للتأكد من مدى جدوى اعمالك. ايضا، لدينا حلول التجارة الإلكترونية الخاصة بنا و التي لا يمكن تنفيذها سوى بواسطة <a href=\"https://ps-tech.net/\"><i>بي أس تي</i></a> فقط. نضمن لك الجودة و الجدول الزمني. و من ناحية اخرى، سوف نوجهك من خلال رحلتك معنا حول افضل الممارسات التى تناسب وضعك الحالي.</p><h2><strong>متى تستطيع البدء؟</strong></h2><p>يمكنك ان تبدأ نشاطك معنا بمجرد اتصالك بنا. نحن نعلم جيدا ان هناك العديد من الحواجز التي قد تعطل بدء نشاطاتك معنا. مثل ضيق الوقت للمتابعة و التدقيق بأمر نجاحك معنا. لاتقلق، حيث قمنا بتحديد و تهئية المتطلبات اللازمة لمشروعك للحفاظ علي الجهد و الوقت المطلوب لكلا الطرفين و بالتالي نضمن لك اقصى انتاجية ممكنة. تم انشاء خطط مخصصة للإعمال يمكنها ان تناسب نشاطك تحديدا</p><p><strong>في النهاية، لا تتردد في التواصل معنا في اي وقت اذا كنت تحتاج حقا إلى نقطة التحول تلك في اعمالك. هل تشعر بأنك مستعد؟</strong></p>', 'services/1679830961.png', 2, 1, '2023-03-23 09:23:56', '2023-03-26 09:42:41'),
(2, 'web hosting', 'إستضافة الويب', 'Web hosting services are one of the main pillars of the success of websites and applications. In PST, our choice is only to provide hosting services for a high level of quality and international standards and Arab culture, using the latest technology technologies that make your site or application work with high efficiency from the PST data centers spread in the Middle East & Europe and the United States of America.', 'تعد خدمات الاستضافة من الركائز الاساسية لنجاح المواقع و التطبيقات، فى بي إس تي تخيرنا فقط تقديم خدمات الاستضافة الخاصة بمستوى فائق الجودة وبمعايير عالمية وثقافة عربية , مستخدمين أحدث التقنيات التكنولوجية التى تجعل موقعك او تطبيقك يعمل بكفائة عالية من مراكز بيانات بي إس تي المنتشرة في الشرق الأوسط وأوروبا والولايات المتحدة الأمريكية.', NULL, NULL, 'services/1679830990.png', 2, 1, '2023-03-25 09:03:10', '2023-03-26 09:43:10');

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

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

CREATE TABLE `settings` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value_en` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `value_ar` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `settings` (`id`, `name`, `value_en`, `value_ar`, `created_at`, `updated_at`) VALUES
(1, 'name', 'PST - Information Technology', 'بى اس تى - تكنولوجيا المعلومات', '2023-03-19 11:02:10', '2023-03-27 00:29:22'),
(2, 'email', 'pst@gmail.com', '', '2023-03-19 11:02:10', '2023-03-27 00:29:23'),
(3, 'phone', '01000000000', '', '2023-03-19 11:02:10', '2023-03-27 00:29:23'),
(4, 'logo', 'setting/logo_en.png', '', '2023-03-19 11:02:10', '2023-03-20 12:57:59'),
(5, 'address', '20 El-Nagar ST, Zagazig Al-Sharkia , Egypt', '20 شارع النجار , الزقازيق , الشرقية , جمهورية مصر العربية', '2023-03-27 01:21:10', '2023-03-27 00:29:23'),
(6, 'icon', 'setting/icon.png', '', '2023-03-19 11:02:10', '2023-03-20 12:57:58'),
(7, 'services', 'We do not have standardized services and solutions , We have solutions designed for you , We listen carefully and analyze carefully, in order to accurately prepare the most appropriate technical solution for you to achieve your goals', 'لا يوجد لدينا خدمات وحلول موحدة , لدينا حلول صممت خصيصاً لك , نستمع بحرص ونحلل بعناية , لكى نعد بدقة الحل التقني الاكثر ملائمة لك على الاطلاق لتحقيق اهدافك', '2023-03-19 09:59:12', '2023-03-23 08:37:41'),
(8, 'why_choose_us', 'With over 15 years of experience in the world of information and e-marketing, PST is one of the best leaders in web development and design in the Arab world.', 'بما يزيد عن 15 سنة من الخبرات في عالم المعلومات والتسويق الإلكتروني, تُعد شركة بي إس تي واحدة من أفضل الشركات الرائدة في مجال تطوير وتصميم المواقع الإلكترونية في الوطن العربي.', '2023-03-19 09:59:39', '2023-03-23 08:37:41'),
(9, 'about_us', 'PST is one of the leading companies in the field of designing and developing websites and e-marketing in the Arab world.\r\n\r\nOur team possesses more than 15 years of experience in the field of designing, programming, hosting and all e-marketing services\r\n\r\nThe company is characterized by a technical support team at a high level of efficiency, experience and commitment to serve customers who are available 24 hours / 7 days a week.', 'تعتبر شركة بي إس تي واحدة من الشركات الرائدة في مجال تصميم وتطوير مواقع الانترنت والتسويق الإلكتروني في الوطن العربي .\r\n\r\nفريق عملنا يمتلك أكثر من 15 سنة من الخبرات في مجال تصميم وبرمجة و استضافة المواقع وجميع خدمات التسويق الإلكتروني.\r\n\r\nتتميز الشركة بفريق دعم فنى على مستوى عالي من الكفاءة والخبرة والالتزام وذلك لخدمة العملاء متواجدون 24 ساعة/ 7 أيام في الأسبوع.', '2023-03-19 10:03:06', '2023-03-23 08:37:41'),
(10, 'location', 'https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d27479.188401387244!2d31.47643142549309!3d30.58040917655228!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14f7f044ed84e6db%3A0xc970f35c23cfc0a3!2sZagazig%2C%20El-Hariry%2C%20Zagazig%201%2C%20Ash%20Sharqia%20Governorate%2C%20Egypt!5e0!3m2!1sen!2sus!4v1679884021688!5m2!1sen!2sus', NULL, NULL, '2023-03-27 00:29:23');

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

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

CREATE TABLE `sliders` (
  `id` bigint UNSIGNED NOT NULL,
  `image` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `title_en` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title_ar` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description_en` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `description_ar` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` tinyint NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `sliders`
--

INSERT INTO `sliders` (`id`, `image`, `title_en`, `title_ar`, `description_en`, `description_ar`, `order`, `created_at`, `updated_at`) VALUES
(2, 'slides/1679831016.png', 'Infrastructure Services', 'خدمات البنية التحتية', 'Establishing and managing local and cloud data centers by certified engineers from major companies.', 'إنشاء وإدارة مراكز البيانات المحلية والسحابية بواسطة مهندسين معتمدين من الشركات الكبري', 1, '2023-03-22 10:08:09', '2023-03-26 09:43:36'),
(3, 'slides/1679861681.png', 'test test', 'تست تست', 'test test test test test test test test test test test test test test test test test test test test test test test test test test test test', 'تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست', 2, '2023-03-26 18:14:43', '2023-03-26 18:14:43');

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

--
-- Table structure for table `teams`
--

CREATE TABLE `teams` (
  `id` bigint UNSIGNED NOT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name_en` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name_ar` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title_en` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title_ar` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description_en` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `description_ar` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `links` json DEFAULT NULL,
  `order` tinyint NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `teams`
--

INSERT INTO `teams` (`id`, `image`, `name_en`, `name_ar`, `title_en`, `title_ar`, `description_en`, `description_ar`, `links`, `order`, `created_at`, `updated_at`) VALUES
(1, 'teams/1679831584.jpg', 'Mahmoud Wafik', 'محمود وفيق', 'CEO - Founder', 'المدير التنفيذي', 'Risus commodo viverra maecenas accumsan lacus vel facilisis quis ipsum.', 'تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست تست', '{\"github\": null, \"twitter\": null, \"facebook\": \"https://www.facebook.com\", \"linkedin\": null, \"instagram\": null}', 1, '2023-03-24 19:35:37', '2023-03-26 09:53:04');

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

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

CREATE TABLE `users` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `why_choose_us_sections`
--

CREATE TABLE `why_choose_us_sections` (
  `id` bigint UNSIGNED NOT NULL,
  `title_en` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title_ar` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description_en` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `description_ar` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `order` tinyint NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `why_choose_us_sections`
--

INSERT INTO `why_choose_us_sections` (`id`, `title_en`, `title_ar`, `description_en`, `description_ar`, `order`, `created_at`, `updated_at`) VALUES
(1, 'Proficient & Friendly support', 'خدمة عملاء راقية', 'We do not have the most important of the client in order to serve him, so we always work to provide all means that help the customer\'s comfort, and we are always in contact with him, and we work to solve all the problems that face him at any moment.', 'ليس لدينا اهم من العميل لكي نخدمه، لذلك نعمل دائما على تقديم كافة الوسائل التي تساعد على راحة العميل، ونكون دائما على تواصل معه، ونعمل على حل جميع المشكلات التي تواجهه في أي لحظة.', 1, '2023-03-24 12:51:57', '2023-03-24 12:51:57'),
(2, 'Extremely Fast', 'سيرفرات سريعة', 'Our servers are hosted by the most powerful data center companies in the world, and we have a full staff to manage and monitor servers, and we are always working on using all means to speed up the server.', 'سيرفراتنا مستضافة لدى أقوى شركات الداتا سنتر في العالم، ويتم متابعتها بشكل دائم، كما أن لدينا طاقم عمل كامل لإدارة ومتابعة السيرفرات، ونعمل دائما على استخدام كافة الوسائل لتسريع السيرفر.', 2, '2023-03-24 12:53:47', '2023-03-24 12:53:47'),
(3, 'Safe & Secure', 'حماية فائقة', 'We have an integrated team working to monitor the servers periodically within a firm plan to protect it from any possible damage, and we are working to repel any attack on the site or the server at any time.', 'لدينا فريق عمل متكامل مهمته متابعة السيرفرات بشكل دوري ضمن خطة محكمة لحمايته من أي ضرر محتمل، كما اننا نعمل على صد أي هجوم يتعرض له الموقع او السيرفر في أي وقت.', 3, '2023-03-24 12:54:34', '2023-03-24 12:54:34'),
(4, 'Integrated services', 'خدمات متكاملة', 'An advanced perspective through which we serve you by providing integrated and appropriate services that meet all your needs in developing your business to reach together for the desired success.', 'منظور متطور نخدمك من خلاله عبر توفير خدمات متكاملة ومتلائمة تلبي كافة احتياجاتك فى تطوير اعماك لنصل معاً للنجاح المنشود', 4, '2023-03-24 12:55:26', '2023-03-24 12:55:26');

--
-- Indexes for dumped tables
--

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

--
-- Indexes for table `activity_log`
--
ALTER TABLE `activity_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `subject` (`subject_type`,`subject_id`),
  ADD KEY `causer` (`causer_type`,`causer_id`),
  ADD KEY `activity_log_log_name_index` (`log_name`);

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

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

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

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

--
-- Indexes for table `parteners`
--
ALTER TABLE `parteners`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `parteners_name_en_unique` (`name_en`),
  ADD UNIQUE KEY `parteners_name_ar_unique` (`name_ar`);

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

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

--
-- Indexes for table `services`
--
ALTER TABLE `services`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `services_name_en_unique` (`name_en`),
  ADD UNIQUE KEY `services_name_ar_unique` (`name_ar`);

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

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

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `about_us_sections`
--
ALTER TABLE `about_us_sections`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `activity_log`
--
ALTER TABLE `activity_log`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `admins`
--
ALTER TABLE `admins`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `contacts`
--
ALTER TABLE `contacts`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT for table `parteners`
--
ALTER TABLE `parteners`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

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

--
-- AUTO_INCREMENT for table `services`
--
ALTER TABLE `services`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `settings`
--
ALTER TABLE `settings`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `sliders`
--
ALTER TABLE `sliders`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `teams`
--
ALTER TABLE `teams`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `why_choose_us_sections`
--
ALTER TABLE `why_choose_us_sections`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
