관리-도구
편집 파일: lms-H74Gnl8R.sql
-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1:3306 -- Generation Time: Dec 31, 2024 at 02:30 PM -- Server version: 10.11.10-MariaDB -- PHP Version: 7.2.34 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: `u385006707_edulab` -- -- -------------------------------------------------------- -- -- Table structure for table `admins` -- CREATE TABLE `admins` ( `id` bigint(20) UNSIGNED NOT NULL, `country_id` bigint(20) UNSIGNED DEFAULT NULL, `state_id` bigint(20) UNSIGNED DEFAULT NULL, `city_id` bigint(20) UNSIGNED DEFAULT NULL, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `phone` varchar(255) NOT NULL, `profile_img` varchar(255) DEFAULT NULL, `email_verified_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`, `country_id`, `state_id`, `city_id`, `name`, `email`, `password`, `phone`, `profile_img`, `email_verified_at`, `created_at`, `updated_at`) VALUES (1, NULL, NULL, NULL, 'Academine', 'admin@gmail.com', '$2y$12$JkX/TUovKVMu79lebudqQOpg/GWmOCmvCHlNm48qctsv5j999aXX2', '+1406-558-4308', 'lms-YgSg0zJC.webp', NULL, '2024-12-05 00:52:49', '2024-12-05 00:52:49'); -- -------------------------------------------------------- -- -- Table structure for table `answers` -- CREATE TABLE `answers` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `answers` -- INSERT INTO `answers` (`id`, `name`, `status`, `created_at`, `updated_at`) VALUES (1, 'Theme Editor', 1, '2024-11-28 17:00:37', '2024-11-28 17:00:37'), (2, 'Android SDK Manager', 1, '2024-11-28 17:00:37', '2024-11-28 17:00:37'), (3, 'AVD Manager', 1, '2024-11-28 17:00:37', '2024-11-28 17:00:37'), (4, 'A click listener', 1, '2024-11-28 17:03:46', '2024-11-28 17:03:46'), (5, 'click listener', 1, '2024-11-28 17:03:46', '2024-11-28 17:03:46'), (6, 'minSdkVersion', 1, '2024-11-28 17:05:20', '2024-11-28 17:05:20'), (7, 'targetSdkVersion', 1, '2024-11-28 17:05:20', '2024-11-28 17:05:20'), (8, 'testSdkVersion', 1, '2024-11-28 17:05:20', '2024-11-28 17:05:20'), (9, 'compileSdkVersion', 1, '2024-11-28 17:05:20', '2024-11-28 17:05:20'), (10, 'True', 1, '2024-11-28 17:05:59', '2024-11-28 17:05:59'), (11, 'False', 1, '2024-11-28 17:05:59', '2024-11-28 17:05:59'), (12, 'VISIBLE', 1, '2024-11-28 17:07:35', '2024-11-28 17:07:35'), (13, 'GONE', 1, '2024-11-28 17:07:35', '2024-11-28 17:07:35'), (14, 'CLEAR', 1, '2024-11-28 17:07:35', '2024-11-28 17:07:35'), (15, 'INVISIBLE', 1, '2024-11-28 17:07:35', '2024-11-28 17:07:35'), (16, 'NONE', 1, '2024-11-28 17:07:35', '2024-11-28 17:07:35'), (17, 'A constraint layout', 1, '2024-11-28 17:08:41', '2024-11-28 17:08:41'), (18, 'constraint layout', 1, '2024-11-28 17:08:41', '2024-11-28 17:08:41'), (19, 'Type safety', 1, '2024-11-28 17:09:38', '2024-11-28 17:09:38'), (20, 'Data binding', 1, '2024-11-28 17:09:38', '2024-11-28 17:09:38'), (21, 'Type validation', 1, '2024-11-28 17:09:38', '2024-11-28 17:09:38'), (22, 'A fragment has its own lifecycle and receives its own input events.', 1, '2024-11-28 17:12:19', '2024-11-28 17:12:19'), (23, 'It is not possible to remove a fragment while the activity is running.', 1, '2024-11-28 17:12:19', '2024-11-28 17:12:19'), (24, 'A fragment is defined in a Kotlin class.', 1, '2024-11-28 17:12:19', '2024-11-28 17:12:19'), (25, 'The App Bar', 1, '2024-11-28 17:13:08', '2024-11-28 17:13:08'), (26, 'App Bar', 1, '2024-11-28 17:13:08', '2024-11-28 17:13:08'), (27, 'The Safe Args', 1, '2024-11-28 17:15:14', '2024-11-28 17:15:14'), (28, 'Safe Args', 1, '2024-11-28 17:15:14', '2024-11-28 17:15:14'), (29, 'A) To set the width of the image', 1, '2024-11-28 17:46:55', '2024-11-28 17:46:55'), (30, 'B) To provide alternative text for the image if it cannot be displayed', 1, '2024-11-28 17:46:55', '2024-11-28 17:46:55'), (31, 'C) To add a caption below the image', 1, '2024-11-28 17:46:55', '2024-11-28 17:46:55'), (32, 'D) To link the image to another webpage', 1, '2024-11-28 17:46:55', '2024-11-28 17:46:55'), (33, 'A) To create visually attractive designs', 1, '2024-11-28 18:01:11', '2024-11-28 18:01:11'), (34, 'B) To ensure the product is easy to use and meets the needs of users', 1, '2024-11-28 18:01:11', '2024-11-28 18:01:11'), (35, 'C) To maximize the amount of content on the screen', 1, '2024-11-28 18:01:11', '2024-11-28 18:01:11'), (36, 'D) To make the website load faster', 1, '2024-11-28 18:01:11', '2024-11-28 18:01:11'), (37, 'A) A fully interactive prototype', 1, '2024-11-28 18:03:19', '2024-11-28 18:03:19'), (38, 'B) A high-fidelity design showing the final product', 1, '2024-11-28 18:03:19', '2024-11-28 18:03:19'), (39, 'C) A blueprint or schematic layout of a page', 1, '2024-11-28 18:03:19', '2024-11-28 18:03:19'), (40, 'D) A set of detailed guidelines for visual design', 1, '2024-11-28 18:03:19', '2024-11-28 18:03:19'), (41, 'A) Search Engine Optimization', 1, '2024-11-28 18:46:21', '2024-11-28 18:46:21'), (42, 'B) Social Engagement Optimization', 1, '2024-11-28 18:46:21', '2024-11-28 18:46:21'), (43, 'C) Simple Engine Operation', 1, '2024-11-28 18:46:21', '2024-11-28 18:46:21'), (44, 'D) Search Engine Output', 1, '2024-11-28 18:46:21', '2024-11-28 18:46:21'), (45, 'A) Facebook', 1, '2024-11-28 18:48:36', '2024-11-28 18:48:36'), (46, 'B) Twitter', 1, '2024-11-28 18:48:36', '2024-11-28 18:48:36'), (47, 'C) Google Ads', 1, '2024-11-28 18:48:36', '2024-11-28 18:48:36'), (48, 'D) Instagram', 1, '2024-11-28 18:48:36', '2024-11-28 18:48:36'), (49, 'A) A plugin to add functionality to WordPress', 1, '2024-11-28 19:07:13', '2024-11-28 19:07:13'), (50, 'B) A template for WordPress site design', 1, '2024-11-28 19:07:13', '2024-11-28 19:07:13'), (51, 'C) A database to store site content', 1, '2024-11-28 19:07:13', '2024-11-28 19:07:13'), (52, 'D) A server-side language for WordPress', 1, '2024-11-28 19:07:13', '2024-11-28 19:07:13'), (53, 'A) To add theme metadata and site description', 1, '2024-11-28 19:08:52', '2024-11-28 19:08:52'), (54, 'B) To control the visual appearance using CSS', 1, '2024-11-28 19:08:52', '2024-11-28 19:08:52'), (55, 'C) To store all WordPress plugin information', 1, '2024-11-28 19:08:52', '2024-11-28 19:08:52'), (56, 'D) To manage user permissions for the theme', 1, '2024-11-28 19:08:52', '2024-11-28 19:08:52'), (57, 'a) Python', 1, '2024-11-28 19:19:11', '2024-11-28 19:19:11'), (58, 'd) Ruby', 1, '2024-11-28 19:19:11', '2024-11-28 19:19:11'), (59, 'c) PHP', 1, '2024-11-28 19:19:11', '2024-11-28 19:19:11'), (60, 'b) JavaScript', 1, '2024-11-28 19:19:11', '2024-11-28 19:19:11'), (61, 'wp-content/themes', 1, '2024-11-28 19:19:33', '2024-11-28 19:19:33'), (62, 'a) Elementor', 1, '2024-11-28 19:21:01', '2024-11-28 19:21:01'), (63, 'b) WooCommerce', 1, '2024-11-28 19:21:01', '2024-11-28 19:21:01'), (64, 'c) Jetpack', 1, '2024-11-28 19:21:01', '2024-11-28 19:21:01'), (65, 'd) Yoast SEO', 1, '2024-11-28 19:21:01', '2024-11-28 19:21:01'), (66, 'REST', 1, '2024-11-28 19:21:32', '2024-11-28 19:21:32'), (67, 'a) Administrator', 1, '2024-11-28 19:22:25', '2024-11-28 19:22:25'), (68, 'b) Editor', 1, '2024-11-28 19:22:25', '2024-11-28 19:22:25'), (69, 'c) Subscriber', 1, '2024-11-28 19:22:25', '2024-11-28 19:22:25'), (70, 'd) Designe', 1, '2024-11-28 19:22:25', '2024-11-28 19:22:25'), (71, 'Content Management System', 1, '2024-11-30 15:40:38', '2024-11-30 15:40:38'), (72, 'blogger', 1, '2024-11-30 15:40:38', '2024-11-30 15:40:38'), (73, 'Programming language', 1, '2024-11-30 15:40:38', '2024-11-30 15:40:38'), (74, 'All of these', 1, '2024-11-30 15:40:38', '2024-11-30 15:40:38'), (75, 'Text', 1, '2024-11-30 15:51:26', '2024-11-30 15:51:26'), (76, 'Document', 1, '2024-11-30 15:51:26', '2024-11-30 15:51:26'), (77, 'Music', 1, '2024-11-30 15:51:26', '2024-11-30 15:51:26'), (78, 'Converting data into a readable format', 1, '2024-12-10 02:50:31', '2024-12-10 02:50:31'), (79, 'Scrambling data to protect it from unauthorized access', 1, '2024-12-10 02:50:31', '2024-12-10 02:50:31'), (80, 'Deleting data permanently', 1, '2024-12-10 02:50:31', '2024-12-10 02:50:31'), (81, 'Making data publicly available', 1, '2024-12-10 02:50:31', '2024-12-10 02:50:31'), (82, 'RSA', 1, '2024-12-10 02:51:43', '2024-12-10 02:51:43'), (83, 'AES', 1, '2024-12-10 02:51:43', '2024-12-10 02:51:43'), (84, 'DSA', 1, '2024-12-10 02:51:43', '2024-12-10 02:51:43'), (85, 'ECC', 1, '2024-12-10 02:51:43', '2024-12-10 02:51:43'), (86, 'Symmetric uses two keys, asymmetric uses one', 1, '2024-12-10 02:52:39', '2024-12-10 02:52:39'), (87, 'Symmetric uses one key, asymmetric uses two keys', 1, '2024-12-10 02:52:39', '2024-12-10 02:52:39'), (88, 'Symmetric is slower than asymmetric', 1, '2024-12-10 02:52:39', '2024-12-10 02:52:39'), (89, 'Symmetric is less secure than asymmetric', 1, '2024-12-10 02:52:39', '2024-12-10 02:52:39'), (90, 'DES', 1, '2024-12-10 02:55:47', '2024-12-10 02:55:47'), (91, 'Blowfish', 1, '2024-12-10 02:55:47', '2024-12-10 02:55:47'); -- -------------------------------------------------------- -- -- Table structure for table `assignments` -- CREATE TABLE `assignments` ( `id` bigint(20) UNSIGNED NOT NULL, `topic_type_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `duration` varchar(255) NOT NULL, `description` text NOT NULL, `total_mark` int(11) NOT NULL DEFAULT 0, `pass_mark` int(11) NOT NULL DEFAULT 0, `retake_number` int(11) DEFAULT NULL, `submission_date` 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 `assignments` -- INSERT INTO `assignments` (`id`, `topic_type_id`, `title`, `duration`, `description`, `total_mark`, `pass_mark`, `retake_number`, `submission_date`, `created_at`, `updated_at`) VALUES (1, 5, 'Discussion about web development.', '00:00:40', '<li><strong>Understand the Question:</strong> Read the question carefully to grasp its core requirement</li><li><strong>Meet Deadlines:</strong> Plan your response early to ensure timely submission, double-checking for relevance and accuracy.</li>', 100, 70, 50, '2024-12-30 17:49:00', '2024-11-28 11:55:25', '2024-12-05 22:01:23'), (2, 5, 'Blockchain', '00:00:50', '<p><strong>Assignment Details:</strong></p><ol><li><p><strong>Create a Basic Blockchain:</strong></p><ul><li>Implement a blockchain class in Python that includes the following components:<ul><li><strong>Block structure</strong>: Each block should contain an index, timestamp, data, previous hash, and current hash.</li><li><strong>Hashing mechanism</strong>: Use a hashing algorithm like SHA-256 to generate the block hash.</li><li><strong>Proof-of-Work</strong>: Implement a basic proof-of-work algorithm to mine new blocks.</li></ul></li></ul></li><li><p><strong>Features to Include:</strong></p><p><strong><br></strong></p><ul><li>Add functionality to:<ul><li>Create a new block and add it to the chain.</li><li>Validate the integrity of the blockchain by checking hashes.</li><li>Display the entire blockchain with details for each block.</li></ul></li></ul></li><li><p><br></p></li></ol>', 50, 30, 20, '2024-11-30 19:41:00', '2024-11-28 13:42:29', '2024-12-10 02:58:12'), (3, 5, 'Fundamental of Kotlin', '00:00:60', 'Complete the task.', 100, 50, 45, '2024-11-30 22:49:00', '2024-11-28 16:50:01', '2024-11-28 16:50:01'), (4, 5, 'Build a Personal Portfolio Website', '00:00:00', '<li><p><strong>HTML Structure</strong></p><ul><li>Create an <code>index.html</code> file.</li><li>Include the following sections:<ul><li><strong>Header</strong>: Contains your name, a tagline (e.g., \"Web Developer\"), and navigation links.</li><li><strong>About Me</strong>: A short bio and a profile picture.</li><li><strong>Projects</strong>: Showcase at least 3 projects with:<ul><li>Title</li><li>Description</li><li>Link to a live demo or repository</li></ul></li><li><strong>Contact</strong>: A form where users can send you a message (fields: name, email, message).</li></ul></li></ul></li><li><p><strong>CSS Styling</strong></p><ul><li>Create a <code>styles.css</code> file.</li><li>Apply styling to make the website visually appealing.<ul><li>Use at least 3 fonts from <a rel=\"noopener\" target=\"_new\" href=\"https://fonts.google.com/\">Google Fonts</a>.</li><li>Add a responsive layout for both desktop and mobile views.</li><li>Include hover effects for buttons and links.</li></ul></li></ul></li>', 50, 40, 5, '2025-02-23 00:37:00', '2024-12-10 18:39:05', '2024-12-10 18:40:00'); -- -------------------------------------------------------- -- -- Table structure for table `assignment_files` -- CREATE TABLE `assignment_files` ( `id` bigint(20) UNSIGNED NOT NULL, `assignment_id` bigint(20) UNSIGNED DEFAULT NULL, `user_exam_id` bigint(20) UNSIGNED DEFAULT NULL, `file` varchar(255) NOT NULL, `file_name` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `assignment_files` -- INSERT INTO `assignment_files` (`id`, `assignment_id`, `user_exam_id`, `file`, `file_name`, `created_at`, `updated_at`) VALUES (1, 1, NULL, 'EpnwOioV.web_question.pdf', NULL, '2024-11-28 11:55:25', '2024-11-28 11:55:25'), (2, 2, NULL, '4zWC7nBw.web_question.pdf', NULL, '2024-11-28 13:42:29', '2024-11-28 13:42:29'), (3, 3, NULL, 'ZPDAhe7G.web_question.pdf', NULL, '2024-11-28 16:50:01', '2024-11-28 16:50:01'), (4, 1, NULL, 'gY5itNuX.2mJ3a9nu.CS_Company_Introduction.pdf', NULL, '2024-12-05 22:01:23', '2024-12-05 22:01:23'); -- -------------------------------------------------------- -- -- Table structure for table `blogs` -- CREATE TABLE `blogs` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `admin_id` int(11) DEFAULT NULL, `title` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `thumbnail` varchar(255) NOT NULL, `description` text NOT NULL, `view` int(11) NOT NULL DEFAULT 0, `status` int(11) NOT NULL DEFAULT 1, `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 `blogs` -- INSERT INTO `blogs` (`id`, `user_id`, `admin_id`, `title`, `slug`, `thumbnail`, `description`, `view`, `status`, `deleted_at`, `created_at`, `updated_at`) VALUES (1, NULL, 1, 'Top 10 Courses to Boost Your Best Career in 2024', 'top-10-courses-to-boost-your-best-career-in-2024', 'lms-nDN29YTm.webp', 'Discover actionable career advice, growth strategies, and insights from industry leaders. This category covers everything from acing interviews to climbing the corporate ladder, helping you achieve your professional goals and unlock new opportunities. Whether you are starting out or looking to pivot, these resources are tailored to enhance your career journey.', 22, 1, NULL, '2024-11-27 12:16:48', '2024-12-30 00:07:00'), (2, NULL, 1, 'The Power of Lifelong Learning, Never Stop Growing', 'the-power-of-lifelong-learning-never-stop-growing', 'lms-1qnG9zWH.webp', '<span data-metadata=\"<!--(figmeta)eyJmaWxlS2V5IjoiZExPanNjYzQ2Z0EweGF2SzVSaFVsNSIsInBhc3RlSUQiOjE2Njc3MjAzOTgsImRhdGFUeXBlIjoic2NlbmUifQo=(/figmeta)-->\"></span>Discover actionable career advice, growth strategies, and insights from industry leaders. This category covers everything from acing interviews to climbing the corporate ladder, helping you achieve your professional goals and unlock new opportunities. Whether you are starting out or looking to pivot, these resources are tailored to enhance your career journey.', 25, 1, NULL, '2024-11-27 12:17:31', '2024-12-30 00:05:30'), (3, NULL, 1, 'How to Choose the Right Course for Your Goals', 'how-to-choose-the-right-course-for-your-goals', 'lms-67igPh1X.webp', 'Covers actionable career advice, growth strategies, and insights from industry leaders. This category covers everything from acing interviews to climbing the corporate ladder, helping you achieve your professional goals and unlock new opportunities.', 28, 1, NULL, '2024-11-27 12:18:14', '2024-12-30 12:54:59'), (4, NULL, 1, 'How Kindergarten Shapes Future Achievements', 'how-kindergarten-shapes-future-achievements', 'lms-z5qgOccq.webp', 'Covers actionable career advice, growth strategies, and insights from industry leaders. This category covers everything from acing interviews to climbing the corporate ladder, helping you achieve your professional goals and unlock new opportunities.', 13, 1, NULL, '2024-12-04 16:17:34', '2024-12-30 00:05:38'), (5, NULL, 1, 'The Importance of Programming in Our Everyday Lives', 'the-importance-of-programming-in-our-everyday-lives', 'lms-tpDeHhz3.webp', '<p>In today’s world, programming has become a cornerstone of modern society, impacting nearly every aspect of our lives. From the moment we wake up to the sound of an alarm to the apps we use throughout the day, programming plays a pivotal role in shaping our daily experiences. But beyond just convenience, programming drives innovation, enhances productivity, and solves some of the most complex challenges humanity faces.</p><p>In this blog, we’ll explore how programming is vital in our lives and why it’s more important than ever to embrace its power.</p><p><br></p><p><br></p><h3><strong>1. Programming Powers Our Daily Activities</strong></h3><p>From smartphones to smart homes, programming is embedded in the devices we use every day. Here’s how:</p><ul><li><strong>Smartphones and Apps:</strong> Every app on your phone, whether for communication, navigation, or entertainment, is built using code.</li><li><strong>Internet Browsing:</strong> Search engines, social media platforms, and online shopping websites rely on sophisticated algorithms to provide seamless experiences.</li><li><strong>Home Automation:</strong> Smart thermostats, lights, and security systems are powered by software that can be controlled remotely, enhancing comfort and security.<br><br><h3><strong>2. Revolutionizing Industries</strong></h3><p>Programming is the backbone of many industries, driving efficiency, innovation, and growth:</p><h4><strong>a. Healthcare</strong></h4><ul><li><strong>Medical Software:</strong> From hospital management systems to diagnostic tools, programming helps in managing patient data and diagnosing diseases.</li><li><strong>Wearable Technology:</strong> Devices like fitness trackers and smartwatches monitor health metrics, promoting healthier lifestyles.</li><li><strong>Telemedicine:</strong> Online consultations and remote monitoring are made possible through programming.</li></ul><br><h4><strong>b. Education</strong></h4><ul><li><strong>E-learning Platforms:</strong> Tools like Khan Academy, Coursera, and educational apps make learning accessible to millions worldwide.</li><li><strong>Personalized Learning:</strong> AI-powered algorithms analyze student performance and customize learning experiences.</li></ul><h4><strong>c. Finance</strong></h4><ul><li><strong>Banking Apps:</strong> Secure online transactions and mobile banking rely on robust programming.</li><li><strong>Stock Market Analysis:</strong> Algorithms analyze market trends, helping investors make informed decisions.</li></ul><h4><strong>d. Transportation</strong></h4><ul><li><strong>Navigation Systems:</strong> GPS technology uses programming to provide real-time traffic updates and optimized routes.</li><li><strong>Autonomous Vehicles:</strong> Self-driving cars are a marvel of programming, using sensors and AI to navigate safely.</li></ul><br><br><h3><strong>3. Enhancing Communication and Connectivity</strong></h3><p>Programming has transformed the way we connect with others:</p><ul><li><strong>Social Media Platforms:</strong> Platforms like Facebook, Twitter, and Instagram enable instant communication and content sharing.</li><li><strong>Video Conferencing:</strong> Tools like Zoom and Microsoft Teams have become essential for remote work and virtual meetings.</li><li><strong>Messaging Apps:</strong> Applications like WhatsApp and Signal ensure fast and secure communication.<br><br><br><div class=\"flex-shrink-0 flex flex-col relative items-end\"><div class=\"pt-0\"><div class=\"gizmo-bot-avatar flex h-8 w-8 items-center justify-center overflow-hidden rounded-full\"><div class=\"relative p-1 rounded-sm flex items-center justify-center bg-token-main-surface-primary text-token-text-primary h-8 w-8\"><svg width=\"41\" height=\"41\" viewBox=\"0 0 41 41\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"icon-md\" role=\"img\"><text x=\"-9999\" y=\"-9999\"></text><path d=\"M37.5324 16.8707C37.9808 15.5241 38.1363 14.0974 37.9886 12.6859C37.8409 11.2744 37.3934 9.91076 36.676 8.68622C35.6126 6.83404 33.9882 5.3676 32.0373 4.4985C30.0864 3.62941 27.9098 3.40259 25.8215 3.85078C24.8796 2.7893 23.7219 1.94125 22.4257 1.36341C21.1295 0.785575 19.7249 0.491269 18.3058 0.500197C16.1708 0.495044 14.0893 1.16803 12.3614 2.42214C10.6335 3.67624 9.34853 5.44666 8.6917 7.47815C7.30085 7.76286 5.98686 8.3414 4.8377 9.17505C3.68854 10.0087 2.73073 11.0782 2.02839 12.312C0.956464 14.1591 0.498905 16.2988 0.721698 18.4228C0.944492 20.5467 1.83612 22.5449 3.268 24.1293C2.81966 25.4759 2.66413 26.9026 2.81182 28.3141C2.95951 29.7256 3.40701 31.0892 4.12437 32.3138C5.18791 34.1659 6.8123 35.6322 8.76321 36.5013C10.7141 37.3704 12.8907 37.5973 14.9789 37.1492C15.9208 38.2107 17.0786 39.0587 18.3747 39.6366C19.6709 40.2144 21.0755 40.5087 22.4946 40.4998C24.6307 40.5054 26.7133 39.8321 28.4418 38.5772C30.1704 37.3223 31.4556 35.5506 32.1119 33.5179C33.5027 33.2332 34.8167 32.6547 35.9659 31.821C37.115 30.9874 38.0728 29.9178 38.7752 28.684C39.8458 26.8371 40.3023 24.6979 40.0789 22.5748C39.8556 20.4517 38.9639 18.4544 37.5324 16.8707ZM22.4978 37.8849C20.7443 37.8874 19.0459 37.2733 17.6994 36.1501C17.7601 36.117 17.8666 36.0586 17.936 36.0161L25.9004 31.4156C26.1003 31.3019 26.2663 31.137 26.3813 30.9378C26.4964 30.7386 26.5563 30.5124 26.5549 30.2825V19.0542L29.9213 20.998C29.9389 21.0068 29.9541 21.0198 29.9656 21.0359C29.977 21.052 29.9842 21.0707 29.9867 21.0902V30.3889C29.9842 32.375 29.1946 34.2791 27.7909 35.6841C26.3872 37.0892 24.4838 37.8806 22.4978 37.8849ZM6.39227 31.0064C5.51397 29.4888 5.19742 27.7107 5.49804 25.9832C5.55718 26.0187 5.66048 26.0818 5.73461 26.1244L13.699 30.7248C13.8975 30.8408 14.1233 30.902 14.3532 30.902C14.583 30.902 14.8088 30.8408 15.0073 30.7248L24.731 25.1103V28.9979C24.7321 29.0177 24.7283 29.0376 24.7199 29.0556C24.7115 29.0736 24.6988 29.0893 24.6829 29.1012L16.6317 33.7497C14.9096 34.7416 12.8643 35.0097 10.9447 34.4954C9.02506 33.9811 7.38785 32.7263 6.39227 31.0064ZM4.29707 13.6194C5.17156 12.0998 6.55279 10.9364 8.19885 10.3327C8.19885 10.4013 8.19491 10.5228 8.19491 10.6071V19.808C8.19351 20.0378 8.25334 20.2638 8.36823 20.4629C8.48312 20.6619 8.64893 20.8267 8.84863 20.9404L18.5723 26.5542L15.206 28.4979C15.1894 28.5089 15.1703 28.5155 15.1505 28.5173C15.1307 28.5191 15.1107 28.516 15.0924 28.5082L7.04046 23.8557C5.32135 22.8601 4.06716 21.2235 3.55289 19.3046C3.03862 17.3858 3.30624 15.3413 4.29707 13.6194ZM31.955 20.0556L22.2312 14.4411L25.5976 12.4981C25.6142 12.4872 25.6333 12.4805 25.6531 12.4787C25.6729 12.4769 25.6928 12.4801 25.7111 12.4879L33.7631 17.1364C34.9967 17.849 36.0017 18.8982 36.6606 20.1613C37.3194 21.4244 37.6047 22.849 37.4832 24.2684C37.3617 25.6878 36.8382 27.0432 35.9743 28.1759C35.1103 29.3086 33.9415 30.1717 32.6047 30.6641C32.6047 30.5947 32.6047 30.4733 32.6047 30.3889V21.188C32.6066 20.9586 32.5474 20.7328 32.4332 20.5338C32.319 20.3348 32.154 20.1698 31.955 20.0556ZM35.3055 15.0128C35.2464 14.9765 35.1431 14.9142 35.069 14.8717L27.1045 10.2712C26.906 10.1554 26.6803 10.0943 26.4504 10.0943C26.2206 10.0943 25.9948 10.1554 25.7963 10.2712L16.0726 15.8858V11.9982C16.0715 11.9783 16.0753 11.9585 16.0837 11.9405C16.0921 11.9225 16.1048 11.9068 16.1207 11.8949L24.1719 7.25025C25.4053 6.53903 26.8158 6.19376 28.2383 6.25482C29.6608 6.31589 31.0364 6.78077 32.2044 7.59508C33.3723 8.40939 34.2842 9.53945 34.8334 10.8531C35.3826 12.1667 35.5464 13.6095 35.3055 15.0128ZM14.2424 21.9419L10.8752 19.9981C10.8576 19.9893 10.8423 19.9763 10.8309 19.9602C10.8195 19.9441 10.8122 19.9254 10.8098 19.9058V10.6071C10.8107 9.18295 11.2173 7.78848 11.9819 6.58696C12.7466 5.38544 13.8377 4.42659 15.1275 3.82264C16.4173 3.21869 17.8524 2.99464 19.2649 3.1767C20.6775 3.35876 22.0089 3.93941 23.1034 4.85067C23.0427 4.88379 22.937 4.94215 22.8668 4.98473L14.9024 9.58517C14.7025 9.69878 14.5366 9.86356 14.4215 10.0626C14.3065 10.2616 14.2466 10.4877 14.2479 10.7175L14.2424 21.9419ZM16.071 17.9991L20.4018 15.4978L24.7325 17.9975V22.9985L20.4018 25.4983L16.071 22.9985V17.9991Z\" fill=\"currentColor\"></path></svg></div></div></div></div><div class=\"group/conversation-turn relative flex w-full min-w-0 flex-col agent-turn\"><div class=\"flex-col gap-1 md:gap-3\"><div class=\"flex max-w-full flex-col flex-grow\"><div data-message-author-role=\"assistant\" data-message-id=\"9cc6b9ec-a6f4-404e-9c47-5493e3a44239\" dir=\"auto\" class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words text-start [.text-message+&]:mt-5\" data-message-model-slug=\"gpt-4o\"><div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"><div class=\"markdown prose w-full break-words dark:prose-invert light\"><h3><strong>The Importance of Programming in Our Everyday Lives</strong></h3><p>In today’s world, programming has become a cornerstone of modern society, impacting nearly every aspect of our lives. From the moment we wake up to the sound of an alarm to the apps we use throughout the day, programming plays a pivotal role in shaping our daily experiences. But beyond just convenience, programming drives innovation, enhances productivity, and solves some of the most complex challenges humanity faces.</p><p>In this blog, we’ll explore how programming is vital in our lives and why it’s more important than ever to embrace its power.</p><hr><h3><strong>1. Programming Powers Our Daily Activities</strong></h3><p>From smartphones to smart homes, programming is embedded in the devices we use every day. Here’s how:</p><ul><li><strong>Smartphones and Apps:</strong> Every app on your phone, whether for communication, navigation, or entertainment, is built using code.</li><li><strong>Internet Browsing:</strong> Search engines, social media platforms, and online shopping websites rely on sophisticated algorithms to provide seamless experiences.</li><li><strong>Home Automation:</strong> Smart thermostats, lights, and security systems are powered by software that can be controlled remotely, enhancing comfort and security.</li></ul><hr><h3><strong>2. Revolutionizing Industries</strong></h3><p>Programming is the backbone of many industries, driving efficiency, innovation, and growth:</p><h4><strong>a. Healthcare</strong></h4><ul><li><strong>Medical Software:</strong> From hospital management systems to diagnostic tools, programming helps in managing patient data and diagnosing diseases.</li><li><strong>Wearable Technology:</strong> Devices like fitness trackers and smartwatches monitor health metrics, promoting healthier lifestyles.</li><li><strong>Telemedicine:</strong> Online consultations and remote monitoring are made possible through programming.</li></ul><h4><strong>b. Education</strong></h4><ul><li><strong>E-learning Platforms:</strong> Tools like Khan Academy, Coursera, and educational apps make learning accessible to millions worldwide.</li><li><strong>Personalized Learning:</strong> AI-powered algorithms analyze student performance and customize learning experiences.</li></ul><h4><strong>c. Finance</strong></h4><ul><li><strong>Banking Apps:</strong> Secure online transactions and mobile banking rely on robust programming.</li><li><strong>Stock Market Analysis:</strong> Algorithms analyze market trends, helping investors make informed decisions.</li></ul><h4><strong>d. Transportation</strong></h4><ul><li><strong>Navigation Systems:</strong> GPS technology uses programming to provide real-time traffic updates and optimized routes.</li><li><strong>Autonomous Vehicles:</strong> Self-driving cars are a marvel of programming, using sensors and AI to navigate safely.</li></ul><hr><h3><strong>3. Enhancing Communication and Connectivity</strong></h3><p>Programming has transformed the way we connect with others:</p><ul><li><strong>Social Media Platforms:</strong> Platforms like Facebook, Twitter, and Instagram enable instant communication and content sharing.</li><li><strong>Video Conferencing:</strong> Tools like Zoom and Microsoft Teams have become essential for remote work and virtual meetings.</li><li><strong>Messaging Apps:</strong> Applications like WhatsApp and Signal ensure fast and secure communication.</li></ul><hr><h3><strong>4. Empowering Creativity and Entertainment</strong></h3><p>The entertainment industry has seen a revolution thanks to programming:</p><ul><li><strong>Gaming:</strong> Video games offer immersive experiences through advanced game engines and graphical programming.</li><li><strong>Streaming Services:</strong> Platforms like Netflix, YouTube, and Spotify use programming to provide personalized content recommendations.</li><li><strong>Digital Art and Music:</strong> Software tools enable artists and musicians to create, edit, and share their work with a global audience.</li></ul></div></div></div></div></div></div></li></ul></li></ul><p><ul><br></ul></p><h3><strong>5. Solving Complex Problems</strong></h3><ul><p>Programming helps tackle some of the world’s most pressing challenges:</p><ul><li><strong>Climate Change:</strong> Software models predict climate patterns and help in developing sustainable solutions.</li><li><strong>Space Exploration:</strong> Programming is at the heart of missions to explore other planets and study the universe.</li><li><strong>Artificial Intelligence:</strong> AI and machine learning algorithms are being used to solve problems in areas like healthcare, logistics, and disaster management.</li></ul></ul><p><br></p><hr><h3><strong>6. Boosting Career Opportunities</strong></h3><p>The demand for programming skills is growing rapidly. Learning to code opens up diverse career paths:</p><ul><li><strong>Software Development</strong></li><li><strong>Data Science</strong></li><li><strong>Cybersecurity</strong></li><li><strong>AI and Machine Learning</strong></li><li><strong>Web Development</strong></li></ul><p>Even non-technical roles benefit from a basic understanding of programming, as it fosters logical thinking and problem-solving skills.</p><p><br></p><p><br></p><h3><strong>7. Encouraging Innovation and Creativity</strong></h3><p>Programming enables individuals to bring their ideas to life:</p><ul><li><strong>Startups:</strong> Entrepreneurs use programming to develop innovative products and services.</li><li><strong>Open-Source Projects:</strong> Collaborative platforms like GitHub empower developers to contribute to community-driven projects.</li><li><strong>Hackathons:</strong> Events that encourage rapid innovation and problem-solving.</li></ul><p><br></p><h3><strong>8. Building a Smarter Future</strong></h3><p>As we move toward an era dominated by artificial intelligence, the Internet of Things (IoT), and big data, programming will continue to play a crucial role in shaping our future. Smart cities, automated industries, and advanced healthcare systems are just a few examples of what’s possible.</p><p><br></p><p><br></p><h3><strong>Conclusion</strong></h3><p>Programming is not just about writing code; it’s about creating solutions, enhancing lives, and driving progress. Whether it’s simplifying daily tasks, improving industries, or solving global challenges, programming is at the heart of modern innovation. By embracing programming, we can unlock endless possibilities and shape a better future.</p><p><div class=\"group/conversation-turn relative flex w-full min-w-0 flex-col agent-turn\"><div class=\"flex-col gap-1 md:gap-3\"><div class=\"flex max-w-full flex-col flex-grow\"><div data-message-author-role=\"assistant\" data-message-id=\"9cc6b9ec-a6f4-404e-9c47-5493e3a44239\" dir=\"auto\" class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words text-start [.text-message+&]:mt-5\" data-message-model-slug=\"gpt-4o\"><div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"><div class=\"markdown prose w-full break-words dark:prose-invert light\"><ul></ul></div></div></div></div></div></div></p><p><br></p><ul><li><ul><li><div class=\"group/conversation-turn relative flex w-full min-w-0 flex-col agent-turn\"><div class=\"flex-col gap-1 md:gap-3\"><div class=\"flex max-w-full flex-col flex-grow\"><div data-message-author-role=\"assistant\" data-message-id=\"9cc6b9ec-a6f4-404e-9c47-5493e3a44239\" dir=\"auto\" class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words text-start [.text-message+&]:mt-5\" data-message-model-slug=\"gpt-4o\"><div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"><div class=\"markdown prose w-full break-words dark:prose-invert light\"></div></div></div></div></div></div></li></ul></li></ul>', 21, 1, NULL, '2024-12-05 12:45:43', '2024-12-30 00:05:35'); -- -------------------------------------------------------- -- -- Table structure for table `blog_blog_categories` -- CREATE TABLE `blog_blog_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `blog_category_id` bigint(20) UNSIGNED NOT NULL, `blog_id` bigint(20) UNSIGNED NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `blog_blog_categories` -- INSERT INTO `blog_blog_categories` (`id`, `blog_category_id`, `blog_id`, `created_at`, `updated_at`) VALUES (1, 2, 1, '2024-11-27 12:16:48', '2024-11-27 12:16:48'), (2, 5, 2, '2024-11-27 12:17:31', '2024-11-27 12:17:31'), (3, 6, 3, '2024-11-27 12:18:14', '2024-11-27 12:18:14'), (4, 4, 4, '2024-12-04 16:17:34', '2024-12-04 16:17:34'); -- -------------------------------------------------------- -- -- Table structure for table `blog_categories` -- CREATE TABLE `blog_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `blog_categories` -- INSERT INTO `blog_categories` (`id`, `name`, `slug`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Web Development', 'web-development', 1, '2024-11-27 11:54:07', '2024-11-27 11:54:07', NULL), (2, 'Design OF ART', 'design-of-art', 1, '2024-11-27 12:06:05', '2024-11-27 12:06:05', NULL), (3, 'App Development With Flutter', 'app-development-with-flutter', 1, '2024-11-27 12:06:14', '2024-11-27 12:06:14', NULL), (4, 'Digital Marketing', 'digital-marketing', 1, '2024-11-27 12:07:06', '2024-11-27 12:07:06', NULL), (5, 'UI/UX Design', 'uiux-design', 1, '2024-11-27 12:07:14', '2024-11-27 12:07:14', NULL), (6, 'Personal Development', 'personal-development', 1, '2024-11-27 12:07:23', '2024-11-27 12:07:23', NULL), (7, 'E-Commerce and Business', 'e-commerce-and-business', 1, '2024-11-27 12:07:32', '2024-11-27 12:07:32', NULL), (8, 'Programming Languages', 'programming-languages', 1, '2024-11-27 12:07:41', '2024-11-27 12:07:41', NULL), (9, 'Entrepreneurship', 'entrepreneurship', 1, '2024-11-27 12:07:50', '2024-11-27 12:07:50', NULL), (10, 'Creative Arts', 'creative-arts', 1, '2024-11-27 12:07:59', '2024-11-27 12:07:59', NULL), (11, 'Career Tips and Guidance', 'career-tips-and-guidance', 1, '2024-11-27 12:08:07', '2024-11-27 12:08:07', NULL), (12, 'Health and Wellness', 'health-and-wellness', 1, '2024-11-27 12:08:17', '2024-11-27 12:08:17', NULL); -- -------------------------------------------------------- -- -- Table structure for table `blog_comments` -- CREATE TABLE `blog_comments` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `blog_id` bigint(20) UNSIGNED NOT NULL, `reply_id` bigint(20) UNSIGNED DEFAULT NULL, `comment` text NOT 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 `cache` -- CREATE TABLE `cache` ( `key` varchar(255) NOT NULL, `value` mediumtext NOT NULL, `expiration` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `cache` -- INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES ('edulab_lms_cache_options', 'O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:19:{s:10:\"theme_logo\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:1;s:3:\"key\";s:10:\"theme_logo\";s:7:\"content\";s:109:\"\"{\\\"logo\\\":\\\"lms-F40G3ZwRBX.svg\\\",\\\"favicon\\\":\\\"lms-BHm1NIZnuh.svg\\\",\\\"footer_logo\\\":\\\"lms-WifgHMRN4J.svg\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-26 11:22:38\";s:10:\"updated_at\";s:19:\"2024-12-07 02:37:20\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:1;s:3:\"key\";s:10:\"theme_logo\";s:7:\"content\";s:109:\"\"{\\\"logo\\\":\\\"lms-F40G3ZwRBX.svg\\\",\\\"favicon\\\":\\\"lms-BHm1NIZnuh.svg\\\",\\\"footer_logo\\\":\\\"lms-WifgHMRN4J.svg\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-26 11:22:38\";s:10:\"updated_at\";s:19:\"2024-12-07 02:37:20\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:12:\"backend_logo\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:2;s:3:\"key\";s:12:\"backend_logo\";s:7:\"content\";s:186:\"\"{\\\"logo\\\":\\\"lms-XkzYeaQbNR.svg\\\",\\\"favicon\\\":\\\"lms-z9bqWzbB8e.svg\\\",\\\"icon_logo\\\":\\\"lms-JFxv0YjLcR.svg\\\",\\\"dark_logo\\\":\\\"lms-rC4fccnjBx.svg\\\",\\\"dark_icon_logo\\\":\\\"lms-ori8RUKzMi.svg\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-26 14:30:36\";s:10:\"updated_at\";s:19:\"2024-12-06 00:02:44\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:2;s:3:\"key\";s:12:\"backend_logo\";s:7:\"content\";s:186:\"\"{\\\"logo\\\":\\\"lms-XkzYeaQbNR.svg\\\",\\\"favicon\\\":\\\"lms-z9bqWzbB8e.svg\\\",\\\"icon_logo\\\":\\\"lms-JFxv0YjLcR.svg\\\",\\\"dark_logo\\\":\\\"lms-rC4fccnjBx.svg\\\",\\\"dark_icon_logo\\\":\\\"lms-ori8RUKzMi.svg\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-26 14:30:36\";s:10:\"updated_at\";s:19:\"2024-12-06 00:02:44\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:15:\"backend_general\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:3;s:3:\"key\";s:15:\"backend_general\";s:7:\"content\";s:124:\"\"{\\\"app_name\\\":\\\"Edulab\\\",\\\"contact_email\\\":\\\"edulab@gmail.com\\\",\\\"time_zone\\\":\\\"Etc\\\\\\/GMT+12\\\",\\\"date_format\\\":\\\"Y-m-d\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-28 13:01:16\";s:10:\"updated_at\";s:19:\"2024-12-09 05:11:16\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:3;s:3:\"key\";s:15:\"backend_general\";s:7:\"content\";s:124:\"\"{\\\"app_name\\\":\\\"Edulab\\\",\\\"contact_email\\\":\\\"edulab@gmail.com\\\",\\\"time_zone\\\":\\\"Etc\\\\\\/GMT+12\\\",\\\"date_format\\\":\\\"Y-m-d\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-28 13:01:16\";s:10:\"updated_at\";s:19:\"2024-12-09 05:11:16\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:6:\"slider\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:4;s:3:\"key\";s:6:\"slider\";s:7:\"content\";s:789:\"\"{\\\"sliders\\\":[{\\\"title\\\":\\\"Here is Your Course Chart for\\\",\\\"sub_title\\\":\\\"Best Education Tauter\\\",\\\"high_light\\\":\\\"Success\\\",\\\"short_info\\\":\\\"Pellentesque porta scelerisque tortor, vitae accumsan pellentesque eleifend interdum nulla sit amet venenatis.\\\",\\\"button_name\\\":\\\"Get Started Now\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/contact\\\",\\\"banner_img\\\":\\\"lms-zIEe6p3KGx.webp\\\"},{\\\"title\\\":\\\"Here is Your Course Chart for\\\",\\\"sub_title\\\":\\\"Best Education Tauter\\\",\\\"high_light\\\":\\\"Success\\\",\\\"short_info\\\":\\\"Pellentesque porta scelerisque tortor, vitae accumsan pellentesque eleifend interdum nulla sit amet venenatis.\\\",\\\"button_name\\\":\\\"Get Started Now\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/contact\\\",\\\"banner_img\\\":\\\"lms-K0JDhZAquA.webp\\\"}]}\"\";s:10:\"created_at\";s:19:\"2024-11-28 17:00:44\";s:10:\"updated_at\";s:19:\"2024-11-28 17:01:04\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:4;s:3:\"key\";s:6:\"slider\";s:7:\"content\";s:789:\"\"{\\\"sliders\\\":[{\\\"title\\\":\\\"Here is Your Course Chart for\\\",\\\"sub_title\\\":\\\"Best Education Tauter\\\",\\\"high_light\\\":\\\"Success\\\",\\\"short_info\\\":\\\"Pellentesque porta scelerisque tortor, vitae accumsan pellentesque eleifend interdum nulla sit amet venenatis.\\\",\\\"button_name\\\":\\\"Get Started Now\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/contact\\\",\\\"banner_img\\\":\\\"lms-zIEe6p3KGx.webp\\\"},{\\\"title\\\":\\\"Here is Your Course Chart for\\\",\\\"sub_title\\\":\\\"Best Education Tauter\\\",\\\"high_light\\\":\\\"Success\\\",\\\"short_info\\\":\\\"Pellentesque porta scelerisque tortor, vitae accumsan pellentesque eleifend interdum nulla sit amet venenatis.\\\",\\\"button_name\\\":\\\"Get Started Now\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/contact\\\",\\\"banner_img\\\":\\\"lms-K0JDhZAquA.webp\\\"}]}\"\";s:10:\"created_at\";s:19:\"2024-11-28 17:00:44\";s:10:\"updated_at\";s:19:\"2024-11-28 17:01:04\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:7:\"counter\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:5;s:3:\"key\";s:7:\"counter\";s:7:\"content\";s:116:\"\"{\\\"tolal_live_class\\\":\\\"3524\\\",\\\"total_experience\\\":\\\"25\\\",\\\"expert_tutor\\\":\\\"134\\\",\\\"satisfied_student\\\":\\\"954\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-28 17:02:40\";s:10:\"updated_at\";s:19:\"2024-11-28 17:31:14\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:5;s:3:\"key\";s:7:\"counter\";s:7:\"content\";s:116:\"\"{\\\"tolal_live_class\\\":\\\"3524\\\",\\\"total_experience\\\":\\\"25\\\",\\\"expert_tutor\\\":\\\"134\\\",\\\"satisfied_student\\\":\\\"954\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-28 17:02:40\";s:10:\"updated_at\";s:19:\"2024-11-28 17:31:14\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:10:\"subscriber\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:6;s:3:\"key\";s:10:\"subscriber\";s:7:\"content\";s:60:\"\"{\\\"title\\\":\\\"Subscribe to Newsletter\\\",\\\"sub_title\\\":null}\"\";s:10:\"created_at\";s:19:\"2024-11-28 17:04:21\";s:10:\"updated_at\";s:19:\"2024-11-28 17:04:21\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:6;s:3:\"key\";s:10:\"subscriber\";s:7:\"content\";s:60:\"\"{\\\"title\\\":\\\"Subscribe to Newsletter\\\",\\\"sub_title\\\":null}\"\";s:10:\"created_at\";s:19:\"2024-11-28 17:04:21\";s:10:\"updated_at\";s:19:\"2024-11-28 17:04:21\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:6:\"social\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:7;s:3:\"key\";s:6:\"social\";s:7:\"content\";s:327:\"\"{\\\"socials\\\":[{\\\"icon\\\":\\\"<i class=\\\\\\\"ri-linkedin-fill\\\\\\\"><\\\\\\/i>\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.linkedin.com\\\\\\/\\\"},{\\\"icon\\\":\\\"<i class=\\\\\\\"ri-twitter-x-line\\\\\\\"><\\\\\\/i>\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/x.com\\\\\\/?lang=en\\\"},{\\\"icon\\\":\\\"<i class=\\\\\\\"ri-facebook-fill\\\\\\\"><\\\\\\/i>\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.facebook.com\\\\\\/\\\"}]}\"\";s:10:\"created_at\";s:19:\"2024-11-28 17:17:38\";s:10:\"updated_at\";s:19:\"2024-12-05 16:36:47\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:7;s:3:\"key\";s:6:\"social\";s:7:\"content\";s:327:\"\"{\\\"socials\\\":[{\\\"icon\\\":\\\"<i class=\\\\\\\"ri-linkedin-fill\\\\\\\"><\\\\\\/i>\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.linkedin.com\\\\\\/\\\"},{\\\"icon\\\":\\\"<i class=\\\\\\\"ri-twitter-x-line\\\\\\\"><\\\\\\/i>\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/x.com\\\\\\/?lang=en\\\"},{\\\"icon\\\":\\\"<i class=\\\\\\\"ri-facebook-fill\\\\\\\"><\\\\\\/i>\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.facebook.com\\\\\\/\\\"}]}\"\";s:10:\"created_at\";s:19:\"2024-11-28 17:17:38\";s:10:\"updated_at\";s:19:\"2024-12-05 16:36:47\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:10:\"footer_top\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:8;s:3:\"key\";s:10:\"footer_top\";s:7:\"content\";s:1029:\"\"{\\\"one_title\\\":\\\"Designing a user-friendly interface is essential for improving user engagement. Focus on simplicity.\\\",\\\"one_status\\\":\\\"on\\\",\\\"one_social_menu\\\":\\\"on\\\",\\\"two_title\\\":\\\"Support\\\",\\\"two_menu\\\":\\\"<ul>\\\\r\\\\n <li><a href=\\\\\\\"contact\\\\\\\">Forum Support<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"contact\\\\\\\">Help & FAQ<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <li><a href=\\\\\\\"course-bundles\\\\\\\">Course Bundles<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"contact\\\\\\\">Contact Us <\\\\\\/a><\\\\\\/li> \\\\r\\\\n <\\\\\\/ul>\\\",\\\"two_status\\\":\\\"on\\\",\\\"three_title\\\":\\\"Company\\\",\\\"three_menu\\\":\\\"<ul>\\\\r\\\\n <li><a href=\\\\\\\"about-us\\\\\\\">About Us<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\\\\\">Courses<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">Help Centre<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"blogs\\\\\\\">News<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <\\\\\\/ul>\\\",\\\"three_status\\\":\\\"on\\\",\\\"five_title\\\":\\\"Subscribe to Newsletter\\\",\\\"five_menu\\\":null,\\\"five_status\\\":\\\"on\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-28 17:21:13\";s:10:\"updated_at\";s:19:\"2024-12-09 10:37:02\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:8;s:3:\"key\";s:10:\"footer_top\";s:7:\"content\";s:1029:\"\"{\\\"one_title\\\":\\\"Designing a user-friendly interface is essential for improving user engagement. Focus on simplicity.\\\",\\\"one_status\\\":\\\"on\\\",\\\"one_social_menu\\\":\\\"on\\\",\\\"two_title\\\":\\\"Support\\\",\\\"two_menu\\\":\\\"<ul>\\\\r\\\\n <li><a href=\\\\\\\"contact\\\\\\\">Forum Support<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"contact\\\\\\\">Help & FAQ<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <li><a href=\\\\\\\"course-bundles\\\\\\\">Course Bundles<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"contact\\\\\\\">Contact Us <\\\\\\/a><\\\\\\/li> \\\\r\\\\n <\\\\\\/ul>\\\",\\\"two_status\\\":\\\"on\\\",\\\"three_title\\\":\\\"Company\\\",\\\"three_menu\\\":\\\"<ul>\\\\r\\\\n <li><a href=\\\\\\\"about-us\\\\\\\">About Us<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\\\\\">Courses<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">Help Centre<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"blogs\\\\\\\">News<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <\\\\\\/ul>\\\",\\\"three_status\\\":\\\"on\\\",\\\"five_title\\\":\\\"Subscribe to Newsletter\\\",\\\"five_menu\\\":null,\\\"five_status\\\":\\\"on\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-28 17:21:13\";s:10:\"updated_at\";s:19:\"2024-12-09 10:37:02\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"footer_bottom\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:9;s:3:\"key\";s:13:\"footer_bottom\";s:7:\"content\";s:307:\"\"{\\\"copy_right\\\":\\\"<p>\\\\u00a92024.All rights reserved by <a href=\\\\\\\"https:\\\\\\/\\\\\\/codexshaper.com\\\\\\/\\\\\\\" target=\\\\\\\"_blank\\\\\\\">CodexShaper<\\\\\\/a><\\\\\\/p>\\\",\\\"menu\\\":\\\"<a href=\\\\\\\"terms-conditions\\\\\\\">Terms of Conditions<\\\\\\/a>\\\\r\\\\n<a href=\\\\\\\"privacy-policy\\\\\\\">Privacy Policy<\\\\\\/a>\\\",\\\"status\\\":\\\"on\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-28 17:23:58\";s:10:\"updated_at\";s:19:\"2024-12-19 07:37:09\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:9;s:3:\"key\";s:13:\"footer_bottom\";s:7:\"content\";s:307:\"\"{\\\"copy_right\\\":\\\"<p>\\\\u00a92024.All rights reserved by <a href=\\\\\\\"https:\\\\\\/\\\\\\/codexshaper.com\\\\\\/\\\\\\\" target=\\\\\\\"_blank\\\\\\\">CodexShaper<\\\\\\/a><\\\\\\/p>\\\",\\\"menu\\\":\\\"<a href=\\\\\\\"terms-conditions\\\\\\\">Terms of Conditions<\\\\\\/a>\\\\r\\\\n<a href=\\\\\\\"privacy-policy\\\\\\\">Privacy Policy<\\\\\\/a>\\\",\\\"status\\\":\\\"on\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-28 17:23:58\";s:10:\"updated_at\";s:19:\"2024-12-19 07:37:09\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:7:\"general\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:10;s:3:\"key\";s:7:\"general\";s:7:\"content\";s:401:\"\"{\\\"email\\\":\\\"edulab@gmail.com\\\",\\\"second_email\\\":\\\"edulabtwo@gmail.com\\\",\\\"phone\\\":\\\"+1552 956 9286\\\",\\\"second_phone\\\":\\\"+1552 956 9286\\\",\\\"address\\\":\\\"New York, America\\\",\\\"office_hours\\\":\\\"9AM-6PM\\\",\\\"support_hours\\\":\\\"24\\\\\\/7\\\",\\\"app_store_link\\\":\\\"https:\\\\\\/\\\\\\/www.apple.com\\\\\\/app-store\\\\\\/\\\",\\\"play_store_link\\\":\\\"https:\\\\\\/\\\\\\/play.google.com\\\\\\/store\\\\\\/apps\\\",\\\"is_multiple_theme\\\":\\\"on\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-28 18:04:43\";s:10:\"updated_at\";s:19:\"2024-12-30 03:00:46\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:10;s:3:\"key\";s:7:\"general\";s:7:\"content\";s:401:\"\"{\\\"email\\\":\\\"edulab@gmail.com\\\",\\\"second_email\\\":\\\"edulabtwo@gmail.com\\\",\\\"phone\\\":\\\"+1552 956 9286\\\",\\\"second_phone\\\":\\\"+1552 956 9286\\\",\\\"address\\\":\\\"New York, America\\\",\\\"office_hours\\\":\\\"9AM-6PM\\\",\\\"support_hours\\\":\\\"24\\\\\\/7\\\",\\\"app_store_link\\\":\\\"https:\\\\\\/\\\\\\/www.apple.com\\\\\\/app-store\\\\\\/\\\",\\\"play_store_link\\\":\\\"https:\\\\\\/\\\\\\/play.google.com\\\\\\/store\\\\\\/apps\\\",\\\"is_multiple_theme\\\":\\\"on\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-28 18:04:43\";s:10:\"updated_at\";s:19:\"2024-12-30 03:00:46\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:11:\"gdpr_cookie\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:11;s:3:\"key\";s:11:\"gdpr_cookie\";s:7:\"content\";s:209:\"\"{\\\"gdpr_title\\\":\\\"Cookie Settings\\\",\\\"gdpr_description\\\":\\\"We use cookies to enhance your experience, analyze site usage, and personalize content. You can manage your cookie preferences.\\\",\\\"status\\\":\\\"on\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-28 18:07:54\";s:10:\"updated_at\";s:19:\"2024-11-28 18:16:47\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:11;s:3:\"key\";s:11:\"gdpr_cookie\";s:7:\"content\";s:209:\"\"{\\\"gdpr_title\\\":\\\"Cookie Settings\\\",\\\"gdpr_description\\\":\\\"We use cookies to enhance your experience, analyze site usage, and personalize content. You can manage your cookie preferences.\\\",\\\"status\\\":\\\"on\\\"}\"\";s:10:\"created_at\";s:19:\"2024-11-28 18:07:54\";s:10:\"updated_at\";s:19:\"2024-11-28 18:16:47\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:13:\"custom_script\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:12;s:3:\"key\";s:13:\"custom_script\";s:7:\"content\";s:199:\"\"{\\\"custom_css\\\":\\\"body {\\\\r\\\\n display: none !important;\\\\r\\\\n}\\\\r\\\\n\\\\r\\\\nh6.leading-none.text-gray-500.dark\\\\\\\\:text-dark-text.font-semibold {\\\\r\\\\n color: red;\\\\r\\\\n}\\\",\\\"custom_js\\\":null}\"\";s:10:\"created_at\";s:19:\"2024-12-04 12:42:42\";s:10:\"updated_at\";s:19:\"2024-12-05 12:21:18\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:12;s:3:\"key\";s:13:\"custom_script\";s:7:\"content\";s:199:\"\"{\\\"custom_css\\\":\\\"body {\\\\r\\\\n display: none !important;\\\\r\\\\n}\\\\r\\\\n\\\\r\\\\nh6.leading-none.text-gray-500.dark\\\\\\\\:text-dark-text.font-semibold {\\\\r\\\\n color: red;\\\\r\\\\n}\\\",\\\"custom_js\\\":null}\"\";s:10:\"created_at\";s:19:\"2024-12-04 12:42:42\";s:10:\"updated_at\";s:19:\"2024-12-05 12:21:18\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:24:\"theme_logo_lms_education\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:13;s:3:\"key\";s:24:\"theme_logo_lms_education\";s:7:\"content\";s:109:\"\"{\\\"logo\\\":\\\"lms-977seadetg.svg\\\",\\\"favicon\\\":\\\"lms-OAhnbRhk9x.svg\\\",\\\"footer_logo\\\":\\\"lms-fPzoTH0WFI.svg\\\"}\"\";s:10:\"created_at\";s:19:\"2024-12-04 12:47:16\";s:10:\"updated_at\";s:19:\"2024-12-07 02:51:19\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:13;s:3:\"key\";s:24:\"theme_logo_lms_education\";s:7:\"content\";s:109:\"\"{\\\"logo\\\":\\\"lms-977seadetg.svg\\\",\\\"favicon\\\":\\\"lms-OAhnbRhk9x.svg\\\",\\\"footer_logo\\\":\\\"lms-fPzoTH0WFI.svg\\\"}\"\";s:10:\"created_at\";s:19:\"2024-12-04 12:47:16\";s:10:\"updated_at\";s:19:\"2024-12-07 02:51:19\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:28:\"theme_logo_digital_education\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:14;s:3:\"key\";s:28:\"theme_logo_digital_education\";s:7:\"content\";s:109:\"\"{\\\"logo\\\":\\\"lms-VJDtgMpD2t.svg\\\",\\\"favicon\\\":\\\"lms-YVMRhWOWS9.svg\\\",\\\"footer_logo\\\":\\\"lms-dUesAuwJJj.svg\\\"}\"\";s:10:\"created_at\";s:19:\"2024-12-04 12:54:20\";s:10:\"updated_at\";s:19:\"2024-12-07 03:04:28\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:14;s:3:\"key\";s:28:\"theme_logo_digital_education\";s:7:\"content\";s:109:\"\"{\\\"logo\\\":\\\"lms-VJDtgMpD2t.svg\\\",\\\"favicon\\\":\\\"lms-YVMRhWOWS9.svg\\\",\\\"footer_logo\\\":\\\"lms-dUesAuwJJj.svg\\\"}\"\";s:10:\"created_at\";s:19:\"2024-12-04 12:54:20\";s:10:\"updated_at\";s:19:\"2024-12-07 03:04:28\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:6:\"poster\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:15;s:3:\"key\";s:6:\"poster\";s:7:\"content\";s:579:\"\"{\\\"poster\\\":{\\\"1\\\":{\\\"title\\\":\\\"Teach and Empower\\\",\\\"description\\\":\\\"Join us as an instructor and inspire the next generation of learners.\\\",\\\"button_label\\\":\\\"Get Started Now\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\",\\\"poster_img\\\":\\\"lms-1QjcSyfRaj.webp\\\"},\\\"0\\\":{\\\"title\\\":\\\"Invest in Yourself\\\",\\\"description\\\":\\\"Become a student and access a wealth of courses designed to help you achieve your goals.\\\",\\\"button_label\\\":\\\"Enroll Now\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\",\\\"poster_img\\\":\\\"lms-5yPVN8YjPH.webp\\\"}}}\"\";s:10:\"created_at\";s:19:\"2024-12-04 12:58:12\";s:10:\"updated_at\";s:19:\"2024-12-10 00:02:55\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:15;s:3:\"key\";s:6:\"poster\";s:7:\"content\";s:579:\"\"{\\\"poster\\\":{\\\"1\\\":{\\\"title\\\":\\\"Teach and Empower\\\",\\\"description\\\":\\\"Join us as an instructor and inspire the next generation of learners.\\\",\\\"button_label\\\":\\\"Get Started Now\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\",\\\"poster_img\\\":\\\"lms-1QjcSyfRaj.webp\\\"},\\\"0\\\":{\\\"title\\\":\\\"Invest in Yourself\\\",\\\"description\\\":\\\"Become a student and access a wealth of courses designed to help you achieve your goals.\\\",\\\"button_label\\\":\\\"Enroll Now\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\",\\\"poster_img\\\":\\\"lms-5yPVN8YjPH.webp\\\"}}}\"\";s:10:\"created_at\";s:19:\"2024-12-04 12:58:12\";s:10:\"updated_at\";s:19:\"2024-12-10 00:02:55\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:8:\"about_us\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:16;s:3:\"key\";s:8:\"about_us\";s:7:\"content\";s:871:\"\"{\\\"title\\\":\\\"Connect with Experts and Learn from Anywhere\\\",\\\"short_description\\\":\\\"We believe that the foundation of a child\\\\u2019s education should be built on creativity, curiosity, and joy. Our mission is to make learning accessible, exciting, and tailored to every child\\\\u2019s unique pace and style.\\\",\\\"active_user\\\":\\\"60\\\",\\\"active_user_short_des\\\":\\\"Lorem Ipsum is simply dummy text of the printing\\\",\\\"satisfied_user\\\":\\\"30\\\",\\\"satisfied_user_short_des\\\":\\\"Lorem Ipsum is simply dummy text of the printing\\\",\\\"add_description\\\":\\\"<li>Content designed by early childhood experts.<\\\\\\/li><li>Each child progresses at their own pace with tailored activities.<\\\\\\/li>\\\",\\\"banner_img_digital\\\":\\\"lms-k9mz7kvhiH.webp\\\",\\\"banner_img_elearning\\\":\\\"lms-fBIzj8HMy4.webp\\\",\\\"banner_img_lms\\\":\\\"lms-FfiO4SKbSS.webp\\\",\\\"banner_img_kindergarten\\\":\\\"lms-GVgj4Cb05i.webp\\\"}\"\";s:10:\"created_at\";s:19:\"2024-12-04 14:07:23\";s:10:\"updated_at\";s:19:\"2024-12-30 12:44:16\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:16;s:3:\"key\";s:8:\"about_us\";s:7:\"content\";s:871:\"\"{\\\"title\\\":\\\"Connect with Experts and Learn from Anywhere\\\",\\\"short_description\\\":\\\"We believe that the foundation of a child\\\\u2019s education should be built on creativity, curiosity, and joy. Our mission is to make learning accessible, exciting, and tailored to every child\\\\u2019s unique pace and style.\\\",\\\"active_user\\\":\\\"60\\\",\\\"active_user_short_des\\\":\\\"Lorem Ipsum is simply dummy text of the printing\\\",\\\"satisfied_user\\\":\\\"30\\\",\\\"satisfied_user_short_des\\\":\\\"Lorem Ipsum is simply dummy text of the printing\\\",\\\"add_description\\\":\\\"<li>Content designed by early childhood experts.<\\\\\\/li><li>Each child progresses at their own pace with tailored activities.<\\\\\\/li>\\\",\\\"banner_img_digital\\\":\\\"lms-k9mz7kvhiH.webp\\\",\\\"banner_img_elearning\\\":\\\"lms-fBIzj8HMy4.webp\\\",\\\"banner_img_lms\\\":\\\"lms-FfiO4SKbSS.webp\\\",\\\"banner_img_kindergarten\\\":\\\"lms-GVgj4Cb05i.webp\\\"}\"\";s:10:\"created_at\";s:19:\"2024-12-04 14:07:23\";s:10:\"updated_at\";s:19:\"2024-12-30 12:44:16\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:30:\"theme_logo_elearning_education\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:17;s:3:\"key\";s:30:\"theme_logo_elearning_education\";s:7:\"content\";s:109:\"\"{\\\"logo\\\":\\\"lms-s91gwvqRN1.svg\\\",\\\"favicon\\\":\\\"lms-OaryL4pD0Q.svg\\\",\\\"footer_logo\\\":\\\"lms-NZfYT6SRvZ.svg\\\"}\"\";s:10:\"created_at\";s:19:\"2024-12-05 15:35:11\";s:10:\"updated_at\";s:19:\"2024-12-07 02:43:47\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:17;s:3:\"key\";s:30:\"theme_logo_elearning_education\";s:7:\"content\";s:109:\"\"{\\\"logo\\\":\\\"lms-s91gwvqRN1.svg\\\",\\\"favicon\\\":\\\"lms-OaryL4pD0Q.svg\\\",\\\"footer_logo\\\":\\\"lms-NZfYT6SRvZ.svg\\\"}\"\";s:10:\"created_at\";s:19:\"2024-12-05 15:35:11\";s:10:\"updated_at\";s:19:\"2024-12-07 02:43:47\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:23:\"theme_logo_kindergarten\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:18;s:3:\"key\";s:23:\"theme_logo_kindergarten\";s:7:\"content\";s:109:\"\"{\\\"logo\\\":\\\"lms-L2mqGK2ums.svg\\\",\\\"favicon\\\":\\\"lms-DGU6OpnJTR.svg\\\",\\\"footer_logo\\\":\\\"lms-DplTWRbMk3.svg\\\"}\"\";s:10:\"created_at\";s:19:\"2024-12-05 15:36:06\";s:10:\"updated_at\";s:19:\"2024-12-07 03:02:34\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:18;s:3:\"key\";s:23:\"theme_logo_kindergarten\";s:7:\"content\";s:109:\"\"{\\\"logo\\\":\\\"lms-L2mqGK2ums.svg\\\",\\\"favicon\\\":\\\"lms-DGU6OpnJTR.svg\\\",\\\"footer_logo\\\":\\\"lms-DplTWRbMk3.svg\\\"}\"\";s:10:\"created_at\";s:19:\"2024-12-05 15:36:06\";s:10:\"updated_at\";s:19:\"2024-12-07 03:02:34\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}s:12:\"mail_setting\";O:39:\"Modules\\LMS\\Models\\General\\ThemeSetting\":30:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:14:\"theme_settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:5:{s:2:\"id\";i:19;s:3:\"key\";s:12:\"mail_setting\";s:7:\"content\";s:242:\"\"{\\\"mail_driver\\\":\\\"smtp\\\",\\\"mail_host\\\":\\\"smtp.gmail.com\\\",\\\"mail_port\\\":\\\"587\\\",\\\"mail_from_address\\\":\\\"test.mahabub@gmail.com\\\",\\\"mail_username\\\":\\\"test.mahabub@gmail.com\\\",\\\"mail_encryption\\\":\\\"tls\\\",\\\"password\\\":\\\"bxrv iupw akve tblv\\\"}\"\";s:10:\"created_at\";s:19:\"2024-12-24 03:27:48\";s:10:\"updated_at\";s:19:\"2024-12-24 03:27:51\";}s:11:\"\0*\0original\";a:5:{s:2:\"id\";i:19;s:3:\"key\";s:12:\"mail_setting\";s:7:\"content\";s:242:\"\"{\\\"mail_driver\\\":\\\"smtp\\\",\\\"mail_host\\\":\\\"smtp.gmail.com\\\",\\\"mail_port\\\":\\\"587\\\",\\\"mail_from_address\\\":\\\"test.mahabub@gmail.com\\\",\\\"mail_username\\\":\\\"test.mahabub@gmail.com\\\",\\\"mail_encryption\\\":\\\"tls\\\",\\\"password\\\":\\\"bxrv iupw akve tblv\\\"}\"\";s:10:\"created_at\";s:19:\"2024-12-24 03:27:48\";s:10:\"updated_at\";s:19:\"2024-12-24 03:27:51\";}s:10:\"\0*\0changes\";a:0:{}s:8:\"\0*\0casts\";a:1:{s:7:\"content\";s:5:\"array\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:0:{}s:10:\"\0*\0guarded\";a:1:{i:0;s:2:\"id\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}', 2051015442); -- -------------------------------------------------------- -- -- Table structure for table `cache_locks` -- CREATE TABLE `cache_locks` ( `key` varchar(255) NOT NULL, `owner` varchar(255) NOT NULL, `expiration` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `categories` -- CREATE TABLE `categories` ( `id` bigint(20) UNSIGNED NOT NULL, `parent_id` int(11) DEFAULT NULL, `title` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `image` varchar(255) DEFAULT NULL, `order` int(11) DEFAULT NULL, `meta_title` varchar(255) DEFAULT NULL, `meta_description` text DEFAULT NULL, `status` int(11) NOT NULL DEFAULT 1, `icon_id` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `categories` -- INSERT INTO `categories` (`id`, `parent_id`, `title`, `slug`, `image`, `order`, `meta_title`, `meta_description`, `status`, `icon_id`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, NULL, 'Tech', 'development', NULL, NULL, 'Technology & Development', 'Learn coding, AI, and emerging technologies to stay ahead in the digital world.', 1, NULL, '2024-11-26 15:31:00', '2024-12-30 17:11:05', NULL), (2, 1, 'Web Development', 'web-development', 'lms-CTgVwTVu.jpeg', 4, 'Learn Web Development - HTML, CSS, JavaScript & Frameworks', 'Dive into the world of web development and build stunning websites. Learn foundational technologies like HTML, CSS, and JavaScript, and progress to advanced frameworks like React, Angular, and Node.js. Whether you are a beginner or experienced coder, this category offers courses to enhance your skills.', 1, NULL, '2024-11-26 18:48:30', '2024-11-26 18:48:30', NULL), (3, 1, 'Learning Resources for Every Student 2', 'mobile-app-development', NULL, 2, 'Mobile App Development Courses - Android, iOS & Cross-Platform', 'Master the art of mobile app development with courses on Android (Kotlin, Java), iOS (Swift), and cross-platform frameworks like Flutter and React Native. Build engaging apps and learn industry best practices to launch your career in mobile development.', 1, NULL, '2024-11-26 18:50:18', '2024-12-31 00:44:11', NULL), (4, NULL, 'Data Science', 'data-science', NULL, 3, 'Learn Data Science - Python, Machine Learning, AI & More', NULL, 1, NULL, '2024-11-26 18:50:59', '2024-11-26 18:51:25', NULL), (5, NULL, 'UI/UX Design', 'uiux-design', NULL, 4, 'UI/UX Design Courses - Build User-Friendly Designs', 'Learn the principles of user-centered design with courses in UI/UX design. Gain hands-on experience with tools like Figma, Sketch, and Adobe XD. Master wireframing, prototyping, and creating visually engaging interfaces that offer seamless user experiences.', 1, NULL, '2024-11-26 18:52:05', '2024-11-26 18:52:05', NULL), (6, NULL, 'Digital Marketing', 'digital-marketing', NULL, 4, 'Digital Marketing Mastery - SEO, SEM, Social Media & More', 'Become a digital marketing expert with courses on SEO, SEM, content marketing, email marketing, and social media strategies. Learn how to drive traffic, increase engagement, and optimize campaigns to grow any business.', 1, NULL, '2024-11-26 18:53:05', '2024-11-26 18:53:05', NULL), (7, 1, 'Game Development', 'game-development', NULL, 6, 'Game Development Courses - Unity, Unreal Engine, C#', 'Enter the exciting world of game development. Learn to build 2D and 3D games using Unity, Unreal Engine, and coding languages like C# and C++. From beginner to advanced, these courses are tailored to help you create amazing games.', 1, NULL, '2024-11-26 18:54:12', '2024-11-26 18:54:12', NULL), (8, NULL, 'Cloud Computing', 'cloud-computing', NULL, 7, 'Cloud Computing Courses - AWS, Azure, Google Cloud', 'Gain expertise in cloud computing with courses on AWS, Microsoft Azure, and Google Cloud. Learn to build, deploy, and manage applications on the cloud while mastering concepts like scalability, virtualization, and cloud security.', 1, NULL, '2024-11-26 18:55:55', '2024-11-26 18:55:55', NULL), (9, NULL, 'Cybersecurity', 'cybersecurity', NULL, 8, 'Cybersecurity Training - Ethical Hacking, Network Security', 'Protect digital assets with courses in cybersecurity. Learn ethical hacking, penetration testing, and network security. Equip yourself with the skills to counter cyber threats and safeguard sensitive information.', 1, NULL, '2024-11-26 18:56:42', '2024-11-28 11:43:09', NULL), (10, NULL, 'Business & Entrepreneurship', 'business-entrepreneurship', NULL, 9, 'Business & Entrepreneurship - Leadership, Strategy, Finance', 'Build your business acumen with courses in leadership, strategy, and finance. Whether you are starting your own business or enhancing your career, these courses offer valuable insights and practical knowledge to succeed.', 1, NULL, '2024-11-26 18:57:31', '2024-11-26 18:57:31', NULL), (11, 4, 'Artificial', 'artificial-intelligence-machine-learning', NULL, 10, 'AI & Machine Learning - Learn Deep Learning, NLP & More', 'Delve into the future of technology with AI and machine learning courses. Explore deep learning, natural language processing (NLP), neural networks, and more. Learn to create smart applications that can analyze and adapt.', 1, NULL, '2024-11-26 18:58:32', '2024-12-31 00:50:33', NULL); -- -------------------------------------------------------- -- -- Table structure for table `certificates` -- CREATE TABLE `certificates` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) DEFAULT NULL, `certificate_content` longtext DEFAULT NULL, `input_content` longtext DEFAULT NULL, `type` enum('quiz','course','bundle') NOT NULL DEFAULT 'course', `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `certificates` -- INSERT INTO `certificates` (`id`, `title`, `certificate_content`, `input_content`, `type`, `status`, `created_at`, `updated_at`) VALUES (1, 'Web Development', '<div class=\"certificate-template-container\" id=\"certificateImg\" style=\"background: url(\'https://edulab.hivetheme.com/lms/assets/images/certificate-template.jpg\'); background-repeat:no-repeat; background-size: 100% 100% \">\r\n <div data-name=\"student\" class=\"dragable-element ui-draggable ui-draggable-handle\" style=\"left: 260px; top: 483px;\">{student_name}</div>\r\n <div data-name=\"platform-name\" class=\"dragable-element ui-draggable ui-draggable-handle\" style=\"left: -147px; top: 654px;\">{platform_name}</div>\r\n <div data-name=\"course-completed-date\" class=\"dragable-element ui-draggable ui-draggable-handle\" style=\"left: 17px; top: 330px;\">{course_title}</div>\r\n <div data-name=\"course-completed-date\" class=\"dragable-element ui-draggable ui-draggable-handle\" style=\"left: -104px; top: 290px;\">\r\n {course_completed_date} </div>\r\n <div data-name=\"course-completed-date\" class=\"dragable-element ui-draggable ui-draggable-handle\" style=\"left: 21px; top: 650px;\">{instructor_name}\r\n </div>\r\n </div>', '{\"bg\":null,\"title\":{\"color\":\"#000000\",\"font_size\":\"18\"}}', 'course', 1, '2024-12-05 00:09:53', '2024-12-05 00:09:53'); -- -------------------------------------------------------- -- -- Table structure for table `chapters` -- CREATE TABLE `chapters` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `order` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `chapters` -- INSERT INTO `chapters` (`id`, `course_id`, `title`, `order`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 1, 'Introduction to Web Development?', NULL, '2024-11-27 12:29:55', '2024-12-30 00:18:28', NULL), (2, 1, 'Front-End Development', NULL, '2024-11-27 12:30:30', '2024-12-30 00:18:28', NULL), (3, 1, 'Advanced Front-End Frameworks', NULL, '2024-11-27 12:30:39', '2024-12-30 00:18:28', NULL), (4, 1, 'Back-End Development', NULL, '2024-11-27 12:30:49', '2024-12-30 00:18:28', NULL), (8, 11, 'Introduction to Blockchain', NULL, '2024-11-28 13:24:36', '2024-12-30 00:18:28', NULL), (9, 11, 'Cryptography Fundamentals', NULL, '2024-11-28 13:24:45', '2024-12-30 00:18:28', NULL), (10, 11, 'Building Your First Blockchain', NULL, '2024-11-28 13:24:53', '2024-12-30 00:18:28', NULL), (11, 11, 'Transactions and Blockchain Data', NULL, '2024-11-28 13:25:02', '2024-12-30 00:18:28', NULL), (15, 3, 'User Experience Design Fundamentals', NULL, '2024-11-28 15:40:58', '2024-12-30 00:18:28', NULL), (16, 13, 'Introduction to Android Development', NULL, '2024-11-28 16:28:08', '2024-12-30 00:18:28', NULL), (17, 13, 'Setting Up the Development Environment', NULL, '2024-11-28 16:28:28', '2024-12-30 00:18:28', NULL), (18, 13, 'Kotlin Basics', NULL, '2024-11-28 16:28:44', '2024-12-30 00:18:28', NULL), (19, 13, 'Object-Oriented Programming with Kotlin', NULL, '2024-11-28 16:28:55', '2024-12-30 00:18:28', NULL), (20, 14, 'Front-End Web Development', NULL, '2024-11-28 17:28:51', '2024-12-30 00:18:28', NULL), (21, 15, 'UI/UX Design & Development', NULL, '2024-11-28 17:52:57', '2024-12-30 00:18:28', NULL), (22, 12, 'Digital Marketing Guide', NULL, '2024-11-28 18:12:18', '2024-12-30 00:18:28', NULL), (23, 10, 'Introduction to the course', NULL, '2024-11-28 18:18:40', '2024-12-30 00:18:28', NULL), (24, 10, 'Install Wordpress on your computer', NULL, '2024-11-28 18:21:52', '2024-12-30 00:18:28', NULL), (25, 10, 'Install wordpress on a web host', NULL, '2024-11-28 18:22:30', '2024-12-30 00:18:28', NULL), (26, 10, 'Wordpress settings', NULL, '2024-11-28 18:25:06', '2024-12-30 00:18:28', NULL), (27, 10, 'Themes, Plugins and widgets', NULL, '2024-11-28 18:25:56', '2024-12-30 00:18:28', NULL), (29, 10, 'Final Chapter', NULL, '2024-11-28 18:26:47', '2024-12-30 00:18:28', NULL), (30, 4, 'WordPress Theme Development', NULL, '2024-11-28 18:59:06', '2024-12-30 00:18:28', NULL), (32, 5, 'Modern Websites for E-commerce in the Real World', NULL, '2024-12-05 22:09:10', '2024-12-30 00:18:28', NULL), (33, 5, 'Guaranteeing Responsiveness - Top 5 Takeaways from', NULL, '2024-12-05 22:10:28', '2024-12-30 00:18:28', NULL), (34, 2, 'New Instructor', NULL, '2024-12-18 04:12:12', '2024-12-30 00:18:28', NULL), (35, 6, 'Introduction to Webflow', '1', '2024-12-19 05:53:55', '2024-12-30 00:18:28', NULL), (36, 6, 'Setting up a Webflow Account', '2', '2024-12-19 05:54:13', '2024-12-30 00:18:28', NULL), (37, 6, 'Web Design Fundamentals', '4', '2024-12-19 05:54:27', '2024-12-30 00:18:28', NULL), (38, 6, 'Layout and Positioning', '5', '2024-12-19 05:54:39', '2024-12-30 00:18:28', NULL), (39, 6, 'Webflow CMS (Content Management System)', '6', '2024-12-19 05:54:55', '2024-12-30 00:18:28', NULL), (40, 6, 'Webflow Development Quiz', '3', '2024-12-19 05:55:45', '2024-12-30 00:18:28', NULL); -- -------------------------------------------------------- -- -- Table structure for table `cities` -- CREATE TABLE `cities` ( `id` bigint(20) UNSIGNED NOT NULL, `country_id` bigint(20) UNSIGNED NOT NULL, `state_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `cities` -- INSERT INTO `cities` (`id`, `country_id`, `state_id`, `name`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 1, 1, 'New York City', 1, '2024-11-26 13:24:57', '2024-11-26 13:24:57', NULL), (2, 2, 2, 'Toronto', 1, '2024-11-26 13:25:18', '2024-11-26 13:25:18', NULL), (3, 3, 4, 'Munich', 1, '2024-11-26 13:25:42', '2024-11-26 13:25:42', NULL), (4, 5, 3, 'Sydney', 1, '2024-11-26 13:26:20', '2024-11-26 13:26:20', NULL), (5, 6, 6, 'Mumbai', 1, '2024-11-26 13:27:03', '2024-11-26 13:27:03', NULL), (6, 7, 7, 'Manchester', 1, '2024-11-26 13:27:26', '2024-11-26 13:27:26', NULL), (7, 8, 8, 'São Paulo', 1, '2024-11-26 13:27:51', '2024-11-26 13:27:51', NULL), (8, 9, 9, 'Lyon', 1, '2024-11-26 13:28:21', '2024-11-26 13:28:21', NULL), (9, 10, 10, 'Johannesburg', 1, '2024-11-26 13:28:47', '2024-11-26 13:28:47', NULL), (10, 4, 5, 'Kyoto', 1, '2024-11-26 13:29:23', '2024-11-26 13:29:23', NULL); -- -------------------------------------------------------- -- -- Table structure for table `companies` -- CREATE TABLE `companies` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `companies` -- INSERT INTO `companies` (`id`, `name`, `slug`, `created_at`, `updated_at`) VALUES (1, 'Codexshapper', 'codexshapper', '2024-12-24 04:22:09', '2024-12-24 04:22:09'); -- -------------------------------------------------------- -- -- Table structure for table `contacts` -- CREATE TABLE `contacts` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `phone` varchar(255) NOT NULL, `subject` varchar(255) NOT NULL, `message` text NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `contacts` -- INSERT INTO `contacts` (`id`, `user_id`, `name`, `email`, `phone`, `subject`, `message`, `created_at`, `updated_at`) VALUES (1, NULL, 'Jone', 'jone@gmail.com', '1478891253365', 'I want to buy', 'Please give me your contact mail.', '2024-12-24 06:05:35', '2024-12-24 06:05:35'); -- -------------------------------------------------------- -- -- Table structure for table `countries` -- CREATE TABLE `countries` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `code` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `countries` -- INSERT INTO `countries` (`id`, `name`, `code`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'United States of America', 'US', 1, '2024-11-26 11:14:48', '2024-11-26 11:14:48', NULL), (2, 'Canada', 'CA', 1, '2024-11-26 11:16:48', '2024-11-26 11:16:48', NULL), (3, 'Germany', 'DE', 1, '2024-11-26 11:17:14', '2024-11-26 11:17:14', NULL), (4, 'Japan', 'JP', 1, '2024-11-26 11:17:39', '2024-11-26 11:17:39', NULL), (5, 'Australia', 'AU', 1, '2024-11-26 11:17:54', '2024-11-26 11:17:54', NULL), (6, 'India', 'IN', 1, '2024-11-26 11:18:12', '2024-11-26 11:18:12', NULL), (7, 'United Kingdom', 'UK', 1, '2024-11-26 13:18:46', '2024-11-26 13:18:46', NULL), (8, 'Brazil', 'BR', 1, '2024-11-26 13:20:03', '2024-11-26 13:20:03', NULL), (9, 'France', 'FR', 1, '2024-11-26 13:20:28', '2024-11-26 13:20:28', NULL), (10, 'South Africa', 'SA', 1, '2024-11-26 13:20:47', '2024-11-26 13:20:47', NULL); -- -------------------------------------------------------- -- -- Table structure for table `coupons` -- CREATE TABLE `coupons` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `code` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `discount_type` varchar(255) NOT NULL, `discount_percentage` decimal(8,2) DEFAULT NULL, `total_useable` int(11) DEFAULT NULL, `minimum_order_amount` decimal(10,2) DEFAULT NULL, `max_amount` decimal(10,2) DEFAULT NULL, `effective_date` timestamp NULL DEFAULT NULL, `expiration_date` timestamp NULL DEFAULT NULL, `status` int(11) NOT NULL DEFAULT 1, `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 `coupons` -- INSERT INTO `coupons` (`id`, `name`, `code`, `type`, `discount_type`, `discount_percentage`, `total_useable`, `minimum_order_amount`, `max_amount`, `effective_date`, `expiration_date`, `status`, `deleted_at`, `created_at`, `updated_at`) VALUES (1, 'Early Bird Discount', 'EARLY15', 'category', 'percentage', 10.00, 2, 25.00, 10.00, NULL, '2024-11-13 19:40:00', 1, NULL, '2024-11-27 13:40:27', '2024-12-04 19:01:48'), (2, 'Summer Sale Special', 'SUMMER30', 'course', 'percentage', 8.00, 3, 50.00, 30.00, NULL, '2024-12-27 19:41:00', 1, NULL, '2024-11-27 13:42:27', '2024-11-28 12:37:27'), (3, 'Holiday Offer', 'BYHR28', 'course', 'percentage', 20.00, 1, 150.00, 75.00, NULL, NULL, 1, NULL, '2024-11-27 13:43:22', '2024-11-27 13:43:22'), (4, 'New User Welcome', 'WELCOME10', 'globally', 'percentage', 4.00, 1, 10.00, 25.00, NULL, NULL, 1, NULL, '2024-11-27 13:44:43', '2024-12-04 19:23:13'), (5, 'Loyalty Bonus', 'YE59MR', 'course', 'percentage', 20.00, 2, 70.00, 40.00, NULL, NULL, 1, NULL, '2024-11-27 13:45:34', '2024-11-27 13:45:34'), (6, 'Weekend Frenzy', 'RJ8NXZ', 'category', 'percentage', 25.00, 3, 120.00, 60.00, NULL, NULL, 1, NULL, '2024-11-27 13:46:27', '2024-11-27 13:46:27'), (7, 'Flash Sale', 'MIT4NV', 'course', 'percentage', 30.00, 1, 200.00, 100.00, NULL, NULL, 1, NULL, '2024-11-27 13:47:36', '2024-11-27 13:47:36'), (8, 'Student Discount', 'Q5POCZ', 'course', 'percentage', 15.00, 2, 60.00, 50.00, NULL, NULL, 1, NULL, '2024-11-27 13:48:14', '2024-11-27 13:48:14'), (9, 'Refer a Friend', 'JI8DFA', 'course', 'percentage', 2.00, 1, 40.00, 20.00, NULL, NULL, 1, NULL, '2024-11-27 13:50:31', '2024-11-27 13:50:31'), (10, 'End-of-Year Sale', 'WPAXOY', 'category', 'percentage', 0.00, 2, 200.00, 75.00, NULL, NULL, 1, NULL, '2024-11-27 13:51:28', '2024-11-27 13:51:28'); -- -------------------------------------------------------- -- -- Table structure for table `coupon_categories` -- CREATE TABLE `coupon_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `coupon_id` bigint(20) UNSIGNED NOT NULL, `category_id` bigint(20) UNSIGNED NOT 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 `coupon_courses` -- CREATE TABLE `coupon_courses` ( `id` bigint(20) UNSIGNED NOT NULL, `coupon_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT 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 `coupon_course_bundles` -- CREATE TABLE `coupon_course_bundles` ( `id` bigint(20) UNSIGNED NOT NULL, `coupon_id` bigint(20) UNSIGNED NOT NULL, `course_bundle_id` bigint(20) UNSIGNED NOT 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 `coupon_types` -- CREATE TABLE `coupon_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `coupon_types` -- INSERT INTO `coupon_types` (`id`, `name`, `slug`, `created_at`, `updated_at`) VALUES (1, 'Globally', 'globally', '2024-11-26 11:05:44', '2024-11-26 11:05:44'), (2, 'Category', 'category', '2024-11-26 11:05:44', '2024-11-26 11:05:44'), (3, 'Course', 'course', '2024-11-26 11:05:44', '2024-11-26 11:05:44'); -- -------------------------------------------------------- -- -- Table structure for table `courses` -- CREATE TABLE `courses` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `time_zone_id` bigint(20) UNSIGNED NOT NULL, `subject_id` bigint(20) UNSIGNED DEFAULT NULL, `organization_id` bigint(20) UNSIGNED DEFAULT NULL, `admin_id` bigint(20) UNSIGNED DEFAULT NULL, `category_id` bigint(20) UNSIGNED NOT NULL, `subcategory_id` int(11) DEFAULT NULL, `course_url` varchar(255) DEFAULT NULL, `thumbnail` varchar(255) DEFAULT NULL, `video_src_type` varchar(255) DEFAULT NULL, `short_video` varchar(255) DEFAULT NULL, `demo_url` varchar(255) DEFAULT NULL, `short_description` text NOT NULL, `description` longtext NOT NULL, `duration` varchar(255) NOT NULL, `message_for_reviewer` text DEFAULT NULL, `effective_date` date DEFAULT NULL, `expiration_date` date DEFAULT NULL, `status` enum('Pending','Rejected','Approved') NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `courses` -- INSERT INTO `courses` (`id`, `title`, `slug`, `time_zone_id`, `subject_id`, `organization_id`, `admin_id`, `category_id`, `subcategory_id`, `course_url`, `thumbnail`, `video_src_type`, `short_video`, `demo_url`, `short_description`, `description`, `duration`, `message_for_reviewer`, `effective_date`, `expiration_date`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Full-Stack Web Development Bootcamp', 'full-stack-web-development-with-php-laravel-vue-js', 6, 1, NULL, 1, 1, 1, NULL, 'lms-qqkIFWrx.webp', 'youtube', NULL, 'https://youtu.be/TG6XSFeOT3g?si=f4aktmUshZ8SZP7t', 'Delve into the future of technology with AI and machine learning courses. Explore deep learning, natural language processing, neural networks, and more. Learn to create smart applications that can analyze and adapt.', '<p>Explore deep learning, natural language processing (NLP), neural networks, and more. Learn to create smart applications that can analyze and adapt.</p>', '2h 30m', NULL, NULL, NULL, 'Approved', '2024-11-26 19:05:49', '2024-12-16 05:11:30', NULL), (2, 'Full Stack Web Development with JavaScript', 'full-stack-web-development-with-javascript', 2, 1, NULL, 1, 1, 1, NULL, 'lms-OdKgAsUd.webp', 'local', NULL, NULL, 'Learn how to develop full-stack web applications from scratch.', '<ul><li>Learn how to develop full-stack web applications from scratch. Explore frontend technologies like HTML, CSS, and JavaScript along with backend frameworks like Node.js, Django, and databases like MongoDB and MySQL. Perfect for those aiming to become versatile developers.</li></ul>', '2h 30m', NULL, NULL, NULL, 'Approved', '2024-11-27 11:27:43', '2024-12-30 12:33:29', NULL), (3, 'UI/UX Design Fundamentals', 'digital-product-design', 2, 5, NULL, 1, 5, 5, NULL, 'lms-FfldsiFd.webp', 'youtube', NULL, 'https://youtu.be/mSED-rSsxI0?si=Y79lqMe0ILPlpvCy', 'Explore the world of Product design with courses covering typography, color theory, branding', '<p>Explore the world of Product design with courses covering typography, color theory, branding, and software like Adobe Photoshop, Illustrator, and InDesign. Perfect for anyone looking to create impactful designs.</p>', '2h 30m', NULL, NULL, NULL, 'Approved', '2024-11-27 11:46:36', '2024-12-06 22:31:57', NULL), (4, 'WordPress Theme Development', 'wordpress-theme-development', 2, 4, NULL, 1, 1, 1, NULL, 'lms-Gdf4iet4.webp', 'youtube', NULL, 'https://youtu.be/Bx3qRM19BYM?si=DRgB9lNLTURx0v3b', 'Understand the underlying technology of cryptocurrencies. Learn about decentralized ledgers, smart contracts, and blockchain development tools. These courses will prepare you for careers in fintech and beyond.', '<p>Understand the underlying technology of cryptocurrencies. Learn about decentralized ledgers, smart contracts, and blockchain development tools. These courses will prepare you for careers in fintech and beyond.</p>', '1h 20m', NULL, NULL, NULL, 'Approved', '2024-11-27 11:48:51', '2024-12-05 17:53:50', NULL), (5, 'E-Commerce Development', 'e-commerce-development', 6, 14, NULL, 1, 1, 1, NULL, 'lms-JtTP2CSJ.webp', 'youtube', NULL, 'https://youtu.be/mSED-rSsxI0?si=Y79lqMe0ILPlpvCy', 'Learn how to create and manage online stores using platforms like Shopify, WooCommerce, and Magento. Explore features like payment integration, product listing, and user experience optimization.', '<p>Learn how to create and manage online stores using platforms like Shopify, WooCommerce, and Magento. Explore features like payment integration, product listing, and user experience optimization.</p>', '2h 30m', NULL, NULL, NULL, 'Approved', '2024-11-27 11:50:43', '2024-12-16 05:30:46', NULL), (6, 'Webflow Development', 'digital-product-design-d0', 2, 5, NULL, 1, 5, 5, NULL, 'lms-hcgdWWKk.webp', 'youtube', NULL, 'https://youtu.be/SJiKWwBtQaU?si=GR7ktIzXzqOipxqc', 'Learn the principles of user-centered design with courses in UI/UX design. Gain hands-on experience with tools like Figma, Sketch, and Adobe XD.', '<ul><li>Learn the principles of user-centered design with courses in UI/UX design. Gain hands-on experience with tools like Figma, Sketch, and Adobe XD. Master wireframing, prototyping, and creating visually engaging interfaces that offer seamless user experiences.</li></ul>', '2h 30m', NULL, NULL, NULL, 'Approved', '2024-11-27 12:43:30', '2024-12-06 22:32:07', NULL), (7, 'Product Design Courses', 'product-design-courses', 6, 5, NULL, 1, 5, 5, NULL, 'lms-3szF5xcY.webp', 'youtube', NULL, NULL, 'Beginner or pro, these courses offer hands-on projects and real-world applications to enhance your skills.', '<p><strong>Introduction to Product Design</strong>\r\nThis course is perfect for beginners who are looking to dive into the world of product design. You will learn the fundamental principles of design thinking, user-centered design, and basic prototyping. Through hands-on projects and case studies, you will gain an understanding of how to approach and solve design problems while creating functional and aesthetically pleasing products. Topics include design processes, tools, and methods, including user research and wireframing.<br><br></p><p><strong>Key Learning Outcomes:</strong></p><ul><li>Understand the design thinking process</li><li>Learn the basics of user research and prototyping</li><li>Develop skills in wireframing and low-fidelity design</li></ul>', '2h 50m', NULL, NULL, NULL, 'Approved', '2024-11-28 12:09:15', '2024-12-30 00:18:37', NULL), (8, 'Full-Stack development with LARAVEL & PHP', 'full-stack-web-development', 3, 4, NULL, 1, 1, 1, NULL, 'lms-AHOEO62r.webp', 'youtube', NULL, NULL, 'Master full-stack web development, from front-end skills like HTML, CSS, JavaScript to back-end technologies including Node.js, Express, and databases.', '<p>Learn to build fully functional web applications from start to finish. This course covers front-end technologies like HTML, CSS, and JavaScript along with back-end technologies such as Node.js, Express, and databases like MongoDB or SQL.</p>', '3h 50m', NULL, NULL, NULL, 'Approved', '2024-11-28 12:23:47', '2024-12-24 06:14:39', NULL), (9, 'Front-End Development with React', 'front-end-development-with-react', 1, 3, NULL, 1, 4, 4, NULL, 'lms-O25ciwr8.webp', 'youtube', NULL, NULL, 'Master dynamic UI creation with React: learn component architecture, state management using Redux, and modern development workflows efficiently.', '<p>Elevate your skills in building dynamic and interactive user interfaces with React! Explore the power of component-based architecture, master state management using Redux, and adopt modern development workflows. Gain hands-on experience to create seamless, efficient, and responsive applications tailored for today’s fast-evolving digital landscape.</p>', '4h 06m', NULL, NULL, NULL, 'Approved', '2024-11-28 12:31:00', '2024-12-12 04:49:15', NULL), (10, 'WordPress theme Development for Beginners', 'wordpress-development-for-beginners', 3, 4, NULL, 1, 4, 4, NULL, 'lms-GSeSZpiz.webp', 'youtube', NULL, NULL, 'Master the basics of creating and customizing WordPress websites. This course covers themes, plugins, custom post types, and WooCommerce for e-commerce functionality.', 'Learn the fundamentals of building and customizing WordPress websites in this course. Explore themes, plugins, custom post types, and integrate WooCommerce for seamless e-commerce functionality. Whether you are creating a blog, portfolio, or online store, this course equips you with the skills to build a dynamic and professional WordPress site.', '4h 20m', NULL, NULL, NULL, 'Approved', '2024-11-28 12:47:43', '2024-12-30 22:57:26', NULL), (11, 'Build a Blockchain and a Cryptocurrency from Scratch', 'build-a-blockchain-and-a-cryptocurrency-from-scratch', 6, 11, NULL, 1, 1, 1, NULL, 'lms-qzbF1cvq.webp', 'youtube', NULL, 'https://youtu.be/yubzJw0uiE4?si=uXSG5SOTxiNUjCx5', 'Build a blockchain and cryptocurrency. Discover the engineering ideas behind Bitcoin and Ethereum!', '<h3><strong>Announcement: Full-Stack Remastered Course Available!</strong></h3><p>We are excited to announce the remastered version of the Full-Stack Developer course! While this course focuses on building the backend, the remastered edition offers a complete full-stack experience, including frontend development and deployment.</p><p>If you are interested in building both the backend and frontend of a blockchain project, check out the remastered course titled <strong>\"Build a Blockchain & Cryptocurrency | Full-Stack Edition\"</strong> in my course list.</p><h3><strong>Course Highlights:</strong></h3><ul><li>Build a blockchain using object-oriented programming.</li><li>Generate and hash blocks in the blockchain.</li><li>Unit test blockchain components.</li><li>Implement a real-time peer-to-peer server.</li><li>Use cryptography for transaction signing.</li><li>Create a transaction pool for real-time data processing.</li><li>Develop a full-fledged blockchain and cryptocurrency app.</li></ul><p>This course is built using <strong>NodeJS</strong>, with clear, accessible explanations for those new to JavaScript.</p><p>Master blockchain engineering and gain practical skills in this high-demand field. Ready to dive in? Let’s get started!</p>', '00:05:00', NULL, NULL, NULL, 'Approved', '2024-11-28 13:13:54', '2024-12-30 00:18:59', NULL), (12, 'The Complete Digital Marketing Analysis Guide', 'the-complete-digital-marketing-guide', 3, 14, NULL, 1, 6, 6, NULL, 'lms-K1Cyn22X.webp', 'youtube', NULL, 'https://youtu.be/avaWlLUi2PI?si=lpK_OOPrODIn54VN', 'Congratulations, You Found It!\r\n\r\nThe Most Complete Course on Digital Marketing!\r\n\r\nInstead of buying different Courses about Digital Marketing - This Course Will Cover All Your Digital Marketing Needs.', '<p>This course offers <strong>100% practical training</strong>, with hands-on experience from day one. Here’s what learners are saying:</p><ul><li><em>\"This course is equivalent to a full university degree, but at a fraction of the cost.\"</em> - Livingstone Ayehangane</li><li><em>\"Purchasing this course was the most pivotal career decision I’ve made.\"</em> - Mohamed Saeed</li><li><em>\"Robin and Jesper are exceptional digital marketing instructors. I love this course.\"</em> - Shaheer Farrukh</li><li><em>\"The best course I’ve ever taken. The updates and value are unmatched. This is my go-to resource.\"</em> - Rajaa Zaidi</li></ul><h3><strong>Course Goals:</strong></h3><ul><li>Become a complete digital marketing resource</li><li>Grow your business online</li><li>Get hired as a digital marketing expert</li><li>Launch a successful freelance career in digital marketing</li></ul>', '2h', NULL, NULL, NULL, 'Approved', '2024-11-28 14:58:12', '2024-12-30 22:55:27', NULL), (13, 'App Development with Flutter and react native', 'android-app-development-with-kotlin-beginner-to-advanced', 3, 6, 17, 1, 1, 1, NULL, 'lms-J1UijeFL.webp', 'youtube', NULL, NULL, 'Android App Development, Kotlin, Android App Development with Kotlin, Android, Kotlin Android, Android Studio, android kotlin, Object-Oriented Programming, Android App Project, Android Development, app development,', '<p>Welcome to the <strong>Android App Development with Kotlin: Beginner to Advanced</strong> course, designed to help you learn how to create professional Android apps using Kotlin, the official language recommended by Google for Android development. Whether you are a beginner or an experienced developer, this course will take you from the basics to advanced techniques.</p><p>You’ll start by setting up the Android development environment with Android Studio, then progress to building real-world applications. Kotlin’s clean, concise syntax makes it easier to write and maintain Android apps, offering a significant advantage over Java. Throughout the course, you’ll explore essential concepts like object-oriented programming (OOP), UI design, app components, and more.</p><p>As you advance, you’ll dive deeper into Android-specific tools, including the use of Firebase for backend services, data synchronization, and authentication. You’ll also learn how to publish your apps to the Google Play Store and make them available to a global audience.</p><p>What sets this course apart is its hands-on approach. You will build and publish real apps, gaining practical experience every step of the way. By the end of the course, you will have the skills and knowledge needed to create fully functional Android applications, whether you want to build a career in mobile development or create your own personal projects.</p><p>If you are looking to master Android development from scratch and unlock exciting career opportunities, this course is your gateway to success! You will learn everything you need to know, from Kotlin programming basics to advanced Android development concepts, in an easy-to-understand format. Lets start your journey to becoming an expert Android developer today!</p>', '2h', NULL, NULL, NULL, 'Approved', '2024-11-28 16:06:36', '2024-12-06 22:32:25', NULL), (14, 'Full-Stack Web Development Bootcamp', 'full-stack-web-development-bootcamp', 3, 2, 34, 1, 1, 1, NULL, 'lms-nsftM3wq.webp', 'youtube', NULL, 'https://youtu.be/TG6XSFeOT3g?si=f4aktmUshZ8SZP7t', 'Web development typically includes frontend development (user interface and visuals), backend development (server-side logic and databases), and web hosting to make the site accessible on the internet. It plays a crucial role in creating dynamic, interactive, and scalable digital platforms for businesses and individuals.', '<p><strong>Web Development</strong> refers to the process of creating, building, and maintaining websites or web applications. It involves coding, designing, and structuring websites to ensure functionality, responsiveness, and an engaging user experience. Web development typically includes frontend development (user interface and visuals), backend development (server-side logic and databases), and web hosting to make the site accessible on the internet. It plays a crucial role in creating dynamic, interactive, and scalable digital platforms for businesses and individuals.</p>', '2h 50m', NULL, NULL, NULL, 'Approved', '2024-11-28 16:36:07', '2024-12-16 04:37:04', NULL), (15, 'Product Design & Development Fundamentals', 'uiux-design-fundamentals', 2, 5, 34, 1, 5, 5, NULL, 'lms-wBZUiozJ.webp', 'youtube', NULL, NULL, 'UI/UX Design focuses on creating intuitive, user-friendly digital interfaces', '<p>UI (User Interface) Design emphasizes the look, feel, and interactive elements, while UX (User Experience) Design ensures seamless navigation and a positive experience for users by addressing their needs and behavior. Together, they combine creativity, usability, and functionality to enhance user satisfaction.</p>', '2h 50m', NULL, NULL, NULL, 'Approved', '2024-11-28 17:05:35', '2024-12-06 22:32:33', NULL), (17, 'Getting Started with Digital Marketing and SEO', 'digital-marketing-101', 3, 14, 34, 1, 6, 6, NULL, 'lms-wG0FISby.webp', 'youtube', NULL, NULL, 'This is a course for newbies. This is a course for newbies. This is a course for newbies', '<p>This is a course for newbies<br></p>', '3h', NULL, NULL, NULL, 'Approved', '2024-12-19 07:58:47', '2024-12-30 22:58:33', NULL); -- -------------------------------------------------------- -- -- Table structure for table `course_bundles` -- CREATE TABLE `course_bundles` ( `id` bigint(20) UNSIGNED NOT NULL, `instructor_id` bigint(20) UNSIGNED DEFAULT NULL, `organization_id` bigint(20) UNSIGNED DEFAULT NULL, `title` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `price` decimal(8,2) NOT NULL, `thumbnail` varchar(255) DEFAULT NULL, `details` text DEFAULT 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 `course_bundles` -- INSERT INTO `course_bundles` (`id`, `instructor_id`, `organization_id`, `title`, `slug`, `price`, `thumbnail`, `details`, `deleted_at`, `created_at`, `updated_at`) VALUES (1, NULL, NULL, 'Design Essentials Bundle', 'design-essentials-bundle', 120.00, 'lms-ImVmTxWH.webp', NULL, NULL, '2024-11-27 11:55:37', '2024-12-30 00:19:17'), (2, NULL, NULL, 'Full Stack Development Mastery Bundle', 'full-stack-development-mastery-bundle', 499.00, 'lms-ylYulZgg.webp', '<p>Master the art of full-stack web development with this comprehensive bundle. Learn frontend technologies like HTML, CSS, and React, along with backend frameworks like Node.js and databases like MongoDB. This bundle also includes a crash course on deploying applications using AWS and Docker.</p>', NULL, '2024-11-27 11:57:42', '2024-12-24 03:26:51'), (3, NULL, NULL, 'Cybersecurity and Ethical Hacking Bundle', 'cybersecurity-and-ethical-hacking-bundle', 599.00, 'lms-is1dI9SO.webp', '<p>Protect systems and networks with in-depth knowledge of ethical hacking and cybersecurity. This bundle includes penetration testing, vulnerability assessment, and defense strategies. Learn real-world skills to secure businesses and personal data.</p>', NULL, '2024-11-27 12:00:07', '2024-12-24 03:25:58'), (4, NULL, NULL, 'Digital Marketing Power Bundle', 'digital-marketing-power-bundle', 160.00, 'lms-ip3qEYD9.webp', '<p>Learn how to dominate the digital space with this marketing bundle. Covering SEO, social media marketing, email campaigns, and content strategy, this bundle is perfect for those looking to build brands and grow businesses online.</p>', NULL, '2024-11-27 12:01:31', '2024-12-30 00:19:22'), (5, NULL, 34, 'Web Design & Development Course', 'web-design-development-course', 165.00, 'lms-IW4CJVZP.webp', NULL, NULL, '2024-12-02 18:24:32', '2024-12-30 00:19:26'), (6, 38, NULL, 'Mastering Full-Stack Development: From Beginner to Expert', 'mastering-full-stack-development-from-beginner-to-expert', 50.00, 'lms-lc4gWl4O.webp', '<p>This comprehensive course bundle is designed to take you on a journey\r\n from a complete beginner to a proficient full-stack developer. You will\r\n start with the fundamentals and gradually advance to mastering complex \r\ntechnologies and best practices used in modern web development.</p><ul><li><strong>Beginner Level</strong>:\r\n Learn the basics of web development, including HTML, CSS, JavaScript, \r\nand foundational programming concepts. Understand how websites work and \r\nhow to build static pages.</li><li><strong>Intermediate Level</strong>: \r\nDive deeper into client-side development with advanced JavaScript, \r\nframeworks like React or Vue.js, and backend technologies such as \r\nNode.js or PHP. Gain hands-on experience with databases and server-side \r\nintegration.</li><li><strong>Advanced Level</strong>: Master the full \r\nstack by building sophisticated applications with tools like Laravel, \r\nExpress.js, or Django. Learn about RESTful APIs, security, \r\nauthentication, deployment, and advanced design patterns.</li><li><strong>Expert Level</strong>:\r\n Understand best practices for code optimization, scalability, testing, \r\ncontinuous integration, and deployment. Build large-scale applications \r\nand develop strategies for maintaining and improving your projects in a \r\nprofessional setting.</li></ul><p>This bundle includes video tutorials, \r\npractical exercises, real-world projects, and expert tips to guide you \r\nthrough each step of your development journey. By the end of the course,\r\n you’ll be equipped to build production-ready applications and tackle \r\ncomplex challenges confidently.</p><p>Let me know if you\'d like to adjust the name or description based on your specific interests!</p><p></p>', NULL, '2024-12-24 04:35:54', '2024-12-24 04:35:54'); -- -------------------------------------------------------- -- -- Table structure for table `course_bundle_courses` -- CREATE TABLE `course_bundle_courses` ( `id` bigint(20) UNSIGNED NOT NULL, `course_bundle_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED 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 `course_bundle_courses` -- INSERT INTO `course_bundle_courses` (`id`, `course_bundle_id`, `course_id`, `created_at`, `updated_at`) VALUES (1, 1, 3, '2024-11-27 11:55:37', '2024-11-27 11:55:37'), (2, 1, 4, '2024-11-27 11:55:37', '2024-11-27 11:55:37'), (3, 1, 5, '2024-11-27 11:55:37', '2024-11-27 11:55:37'), (4, 2, 1, '2024-11-27 11:57:42', '2024-11-27 11:57:42'), (5, 2, 4, '2024-11-27 11:57:42', '2024-11-27 11:57:42'), (6, 2, 5, '2024-11-27 11:57:42', '2024-11-27 11:57:42'), (7, 3, 4, '2024-11-27 12:00:07', '2024-11-27 12:00:07'), (8, 3, 5, '2024-11-27 12:00:07', '2024-11-27 12:00:07'), (9, 4, 1, '2024-11-27 12:01:31', '2024-11-27 12:01:31'), (10, 4, 3, '2024-11-27 12:01:31', '2024-11-27 12:01:31'), (11, 5, 15, '2024-12-02 18:24:32', '2024-12-02 18:24:32'), (12, 6, 14, '2024-12-24 04:35:54', '2024-12-24 04:35:54'), (13, 6, 15, '2024-12-24 04:35:54', '2024-12-24 04:35:54'); -- -------------------------------------------------------- -- -- Table structure for table `course_faqs` -- CREATE TABLE `course_faqs` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `answer` text NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `course_faqs` -- INSERT INTO `course_faqs` (`id`, `course_id`, `title`, `answer`, `created_at`, `updated_at`) VALUES (1, 6, 'What is the focus of this UI/UX Design course?', 'This course focuses on teaching the fundamentals of user interface (UI) and user experience (UX) design, including wireframing, prototyping, design principles, and using industry-standard tools like Figma and Adobe XD.', '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (2, 6, 'Do I need any prior experience to enroll in this course?', 'No prior experience is required! This course is beginner-friendly and covers everything from basic concepts to advanced techniques, ensuring a smooth learning curve for everyone.', '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (3, 6, 'Which tools and software will I learn in this course?', 'You will learn tools such as Figma, Sketch, Adobe XD, and InVision. The course also provides hands-on experience with collaborative tools and usability testing platforms.', '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (4, 6, 'Will I work on real-world projects during this course?', 'Yes, the course includes practical assignments and real-world projects. You\'ll create wireframes, mockups, and prototypes for applications and websites to build your portfolio.', '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (5, 6, 'What career opportunities can I pursue after completing this course?', 'After completing the course, you can explore roles such as UI Designer, UX Designer, Product Designer, Interaction Designer, and UX Researcher. These skills are in high demand across industries.', '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (6, 9, 'What is web development?', 'Web development refers to the creation and maintenance of websites. It includes aspects such as web design, web content development, client-side/server-side scripting, and network security configuration.', '2024-11-28 12:37:29', '2024-11-28 12:37:29'), (7, 9, 'Do I need prior coding experience to join this course?', 'No prior coding experience is required for beginner-level courses. For intermediate and advanced courses, familiarity with basic programming concepts is recommended.', '2024-11-28 12:37:29', '2024-11-28 12:37:29'), (8, 9, 'What are the prerequisites for this course?', 'A computer with internet access and a willingness to learn. Some courses may recommend basic knowledge of HTML, CSS, or JavaScript.', '2024-11-28 12:37:29', '2024-11-28 12:37:29'), (9, 9, 'How long does the course take to complete?', 'Course durations vary. Some are short and can be completed in a few weeks, while others might take several months for in-depth learning.', '2024-11-28 12:37:29', '2024-11-28 12:37:29'), (17, 1, '1. What is a full-stack developer?', 'A full-stack developer is proficient in both front-end and back-end technologies, allowing them to develop and manage complete web applications.', '2024-11-28 12:55:35', '2024-11-28 12:55:35'), (18, 1, '2. Do I need any prior experience?', 'While prior experience in programming is helpful, it\'s not required. This course is designed for beginners to advanced learners.', '2024-11-28 12:55:35', '2024-11-28 12:55:35'), (19, 1, '3. What technologies will I learn?', 'You’ll learn HTML, CSS, JavaScript, Node.js, React, Express, MongoDB, SQL, and more.', '2024-11-28 12:55:35', '2024-11-28 12:55:35'), (20, 1, '4. How long will the course take?', 'The course is designed to take 6–12 months depending on your pace.', '2024-11-28 12:55:35', '2024-11-28 12:55:35'), (21, 1, '5. Will I get support during the course?', 'Yes, you\'ll have access to online forums, mentorship, and live Q&A sessions.', '2024-11-28 12:55:35', '2024-11-28 12:55:35'), (22, 3, '1. What is UI/UX design?', 'UI (User Interface) Design refers to the visual elements and interactive features of a product, such as buttons, layouts, and icons.\r\nUX (User Experience) Design focuses on how a user feels when interacting with a product, ensuring that the experience is smooth, intuitive, and enjoyable.', '2024-11-28 13:19:20', '2024-11-28 13:19:20'), (23, 3, '2. Who is this course for?', 'This course is ideal for beginners or those new to the design field, including aspiring UI/UX designers, web developers, or anyone interested in learning how to create user-centered designs.', '2024-11-28 13:19:20', '2024-11-28 13:19:20'), (24, 3, '3. What will I learn in this course?', 'Key principles of UI/UX design, including user research, wireframing, prototyping, usability testing, and visual design.', '2024-11-28 13:19:20', '2024-11-28 13:19:20'), (25, 3, '4. Do I need any prior experience to take this course?', 'No prior experience is required. The course starts with the fundamentals and gradually introduces more complex concepts.', '2024-11-28 13:19:20', '2024-11-28 13:19:20'), (31, 4, '1. What is WordPress Theme Design Development?', 'WordPress theme design development involves creating custom themes for WordPress websites. It includes designing the layout, structure, and appearance, as well as writing code (HTML, CSS, PHP) to make the theme functional.', '2024-11-28 13:24:42', '2024-11-28 13:24:42'), (32, 4, '2. Do I need prior experience with WordPress to take this course?', 'No prior experience is required, but basic knowledge of HTML, CSS, and web development principles will be helpful. Beginners can start with this course and gradually build their skills.', '2024-11-28 13:24:42', '2024-11-28 13:24:42'), (33, 4, '3. What tools and software do I need for this course?', 'You will need a text editor (like Visual Studio Code or Sublime Text), a local development environment (such as XAMPP or Local by Flywheel), and a WordPress installation to practice your skills.', '2024-11-28 13:24:42', '2024-11-28 13:24:42'), (34, 4, '4. Will this course teach me how to design a website from scratch?', 'Yes! This course will guide you through designing and developing WordPress themes from scratch, including creating templates, working with WordPress\' theme structure, and customizing it to fit unique website requirements.', '2024-11-28 13:24:42', '2024-11-28 13:24:42'), (35, 5, '1. What is the duration of the E-Commerce Development course?', 'The course duration typically ranges from 6 weeks to 6 months, depending on whether it’s a self-paced or instructor-led course.', '2024-11-28 13:36:15', '2024-11-28 13:36:15'), (36, 5, '2. What prerequisites are required for this course?', 'Basic knowledge of HTML, CSS, and JavaScript is beneficial. However, some beginner-level courses are available if you have no prior experience in web development.', '2024-11-28 13:36:15', '2024-11-28 13:36:15'), (37, 5, '5. Can I take this course if I have no coding experience?', 'Yes, most courses provide a certification upon completion that can be used to enhance your resume or professional portfolio.', '2024-11-28 13:36:15', '2024-11-28 13:36:15'), (38, 5, '4. Do I need to purchase any software or tools?', 'Most tools and software required for the course (such as code editors, local servers, and free frameworks) are free to use. For specific e-commerce platforms like Shopify, there may be a paid version after a free trial.', '2024-11-28 13:36:15', '2024-11-28 13:36:15'), (39, 11, 'What will I learn in this course?', 'You will learn to build a blockchain and cryptocurrency from scratch, covering topics like cryptographic transactions, proof-of-work algorithms, peer-to-peer servers, and more.', '2024-11-28 13:43:26', '2024-11-28 13:43:26'), (40, 11, 'Do I need prior programming knowledge?', 'Some experience with programming, especially JavaScript, will be helpful but is not required. The course explains all necessary concepts and coding steps in detail.', '2024-11-28 13:43:26', '2024-11-28 13:43:26'), (41, 11, 'Which technologies will I use?', 'You will use Node.js to build the blockchain and related components.', '2024-11-28 13:43:26', '2024-11-28 13:43:26'), (42, 11, 'How long will it take to complete the course?', 'The course can be completed at your own pace, with most students finishing in a few weeks to a few months, depending on how much time you dedicate.', '2024-11-28 13:43:26', '2024-11-28 13:43:26'), (43, 11, 'Is this course suitable for beginners?', 'Yes, the course is designed for both beginners and intermediate developers. You will be guided step-by-step, with no prior blockchain experience required.', '2024-11-28 13:43:26', '2024-11-28 13:43:26'), (50, 12, 'What will I learn in this course?', 'This course covers SEO, social media marketing, content creation, email campaigns, PPC, analytics, and more.', '2024-11-28 15:03:14', '2024-11-28 15:03:14'), (51, 12, 'Do I need prior experience?', 'No, this course is beginner-friendly, but experience with basic marketing concepts is helpful.', '2024-11-28 15:03:15', '2024-11-28 15:03:15'), (52, 12, 'How long will it take to complete the course?', 'The course can be completed at your own pace, typically within a few weeks.', '2024-11-28 15:03:15', '2024-11-28 15:03:15'), (53, 12, 'Will I get a certificate?', 'Yes, you will receive a certificate upon completing the course.', '2024-11-28 15:03:15', '2024-11-28 15:03:15'), (64, 14, '1. What is web development?', 'Web development refers to the process of creating websites or web applications for the internet. It involves both front-end development (the user interface) and back-end development (server-side logic and databases', '2024-11-28 17:37:08', '2024-11-28 17:37:08'), (65, 14, '2. Who is this course for?', 'This course is designed for beginners, intermediate learners, and anyone interested in building websites or web applications. No prior programming experience is required.', '2024-11-28 17:37:08', '2024-11-28 17:37:08'), (66, 14, '3. How long is the course?', 'The course duration is typically 3 weeks (customize based on your course). It consists of video lectures, hands-on projects, and quizzes.', '2024-11-28 17:37:08', '2024-11-28 17:37:08'), (71, 13, 'Do I need prior programming experience?', 'No prior experience is required.', '2024-11-28 18:05:20', '2024-11-28 18:05:20'), (72, 13, 'What tools do I need for this course?', 'You\'ll need a computer with Android Studio installed to start building apps. Detailed instructions for installation are provided.', '2024-11-28 18:05:20', '2024-11-28 18:05:20'), (73, 13, 'Will I learn how to publish an app?', 'Yes, the course includes lessons on publishing your apps to the Google Play Store.', '2024-11-28 18:05:20', '2024-11-28 18:05:20'), (74, 13, 'Can I take this course at my own pace?', 'Yes, you can complete the course at your own pace, with lifetime access to the content.', '2024-11-28 18:05:20', '2024-11-28 18:05:20'), (75, 10, 'Who is this course for?', 'This course is designed for beginners who are interested in learning how to build websites using WordPress. No prior programming or web development experience is required.', '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (76, 10, 'Do I need to have a WordPress site to start?', 'No, you don’t need to have a WordPress site to start. The course will guide you through setting up WordPress from scratch, including local development and hosting your site live.', '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (77, 15, '1. What is UI/UX design, and why is it important?', 'UI (User Interface) design focuses on the look and feel of a product, while UX (User Experience) design focuses on the overall experience users have while interacting with the product. Together, they help create intuitive, aesthetically pleasing, and functional digital products.', '2024-11-28 19:55:50', '2024-11-28 19:55:50'), (78, 15, '2. Do I need any prior experience to join this course?', 'No prior experience is required. This course is designed to cater to beginners and those with some basic knowledge of design principles.', '2024-11-28 19:55:50', '2024-11-28 19:55:50'), (79, 15, '3. Will I receive a certification after completing the course?', 'Yes, upon successful completion, you will receive a certificate that you can add to your resume, LinkedIn profile, or portfolio.', '2024-11-28 19:55:50', '2024-11-28 19:55:50'), (80, 7, '1. What is product design?', 'Product design is the process of creating and developing new products that are useful, usable, and desirable for consumers. It involves research, prototyping, user testing, and refining the design based on user feedback to solve specific problems and meet market needs.', '2024-12-30 00:18:11', '2024-12-30 00:18:11'), (81, 7, '2. Who is this course for?', 'This course is ideal for anyone interested in learning product design, from beginners to intermediate designers. It is particularly useful for those who want to pursue a career in UX/UI design, product management, or related fields.', '2024-12-30 00:18:11', '2024-12-30 00:18:11'), (82, 7, '3. Do I need prior design experience to take this course?', 'No, you do not need prior design experience. This course is structured to accommodate beginners, and it will cover the fundamentals of product design from scratch. However, some basic understanding of design tools (like Figma, Sketch, or Adobe XD) can be helpful.', '2024-12-30 00:18:11', '2024-12-30 00:18:11'); -- -------------------------------------------------------- -- -- Table structure for table `course_instructors` -- CREATE TABLE `course_instructors` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `instructor_id` bigint(20) UNSIGNED 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 `course_instructors` -- INSERT INTO `course_instructors` (`id`, `course_id`, `instructor_id`, `created_at`, `updated_at`) VALUES (1, 1, 4, '2024-11-26 19:05:49', '2024-11-26 19:05:49'), (2, 2, 6, '2024-11-27 11:27:43', '2024-11-27 11:27:43'), (3, 3, 9, '2024-11-27 11:46:36', '2024-11-27 11:46:36'), (4, 4, 7, '2024-11-27 11:48:51', '2024-11-27 11:48:51'), (5, 5, 10, '2024-11-27 11:50:43', '2024-11-27 11:50:43'), (6, 6, 27, '2024-11-27 12:43:30', '2024-11-27 12:43:30'), (7, 7, 8, '2024-11-28 12:09:15', '2024-11-28 12:09:15'), (8, 8, 8, '2024-11-28 12:23:47', '2024-11-28 12:23:47'), (9, 9, 6, '2024-11-28 12:31:00', '2024-11-28 12:31:00'), (10, 10, 8, '2024-11-28 12:47:43', '2024-11-28 12:47:43'), (11, 11, 7, '2024-11-28 13:13:54', '2024-11-28 13:13:54'), (12, 12, 7, '2024-11-28 14:58:12', '2024-11-28 14:58:12'), (13, 13, 31, '2024-11-28 16:06:36', '2024-11-28 16:06:36'), (14, 14, 38, '2024-11-28 16:36:07', '2024-11-28 16:36:07'), (15, 15, 38, '2024-11-28 17:05:35', '2024-11-28 17:05:35'), (17, 17, 38, '2024-12-19 07:58:47', '2024-12-19 07:58:47'); -- -------------------------------------------------------- -- -- Table structure for table `course_languages` -- CREATE TABLE `course_languages` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED 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 `course_languages` -- INSERT INTO `course_languages` (`id`, `course_id`, `language_id`, `created_at`, `updated_at`) VALUES (1, 1, 1, '2024-11-26 19:05:49', '2024-11-26 19:05:49'), (2, 2, 1, '2024-11-27 11:27:43', '2024-11-27 11:27:43'), (3, 3, 1, '2024-11-27 11:46:36', '2024-11-27 11:46:36'), (4, 4, 1, '2024-11-27 11:48:51', '2024-11-27 11:48:51'), (5, 5, 1, '2024-11-27 11:50:43', '2024-11-27 11:50:43'), (6, 6, 1, '2024-11-27 12:43:30', '2024-11-27 12:43:30'), (7, 6, 3, '2024-11-27 12:43:30', '2024-11-27 12:43:30'), (8, 7, 1, '2024-11-28 12:09:15', '2024-11-28 12:09:15'), (9, 8, 2, '2024-11-28 12:23:47', '2024-11-28 12:23:47'), (10, 9, 3, '2024-11-28 12:31:00', '2024-11-28 12:31:00'), (11, 10, 2, '2024-11-28 12:47:43', '2024-11-28 12:47:43'), (12, 11, 1, '2024-11-28 13:13:54', '2024-11-28 13:13:54'), (13, 12, 1, '2024-11-28 14:58:12', '2024-11-28 14:58:12'), (14, 13, 1, '2024-11-28 16:06:36', '2024-11-28 16:06:36'), (15, 14, 1, '2024-11-28 16:36:07', '2024-11-28 16:36:07'), (16, 15, 1, '2024-11-28 17:05:35', '2024-11-28 17:05:35'), (18, 17, 1, '2024-12-30 22:56:32', '2024-12-30 22:56:32'); -- -------------------------------------------------------- -- -- Table structure for table `course_levels` -- CREATE TABLE `course_levels` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `level_id` bigint(20) UNSIGNED 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 `course_levels` -- INSERT INTO `course_levels` (`id`, `course_id`, `level_id`, `created_at`, `updated_at`) VALUES (1, 1, 1, '2024-11-26 19:05:49', '2024-11-26 19:05:49'), (2, 2, 1, '2024-11-27 11:27:43', '2024-11-27 11:27:43'), (3, 3, 2, '2024-11-27 11:46:36', '2024-11-27 11:46:36'), (4, 4, 4, '2024-11-27 11:48:51', '2024-11-27 11:48:51'), (5, 5, 6, '2024-11-27 11:50:43', '2024-11-27 11:50:43'), (6, 6, 3, '2024-11-27 12:43:30', '2024-11-27 12:43:30'), (7, 7, 5, '2024-11-28 12:09:15', '2024-11-28 12:09:15'), (8, 8, 6, '2024-11-28 12:23:47', '2024-11-28 12:23:47'), (9, 9, 2, '2024-11-28 12:31:00', '2024-11-28 12:31:00'), (10, 10, 4, '2024-11-28 12:47:43', '2024-11-28 12:47:43'), (11, 11, 2, '2024-11-28 13:13:54', '2024-11-28 13:13:54'), (14, 12, 3, '2024-11-28 14:58:12', '2024-11-28 14:58:12'), (15, 13, 2, '2024-11-28 16:06:36', '2024-11-28 16:06:36'), (16, 14, 1, '2024-11-28 16:36:07', '2024-11-28 16:36:07'), (17, 15, 6, '2024-11-28 17:05:35', '2024-11-28 17:05:35'), (20, 17, 4, '2024-12-19 07:58:47', '2024-12-19 07:58:47'); -- -------------------------------------------------------- -- -- Table structure for table `course_meet_providers` -- CREATE TABLE `course_meet_providers` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `meet_provider_id` bigint(20) UNSIGNED NOT NULL, `meeting_id` varchar(255) DEFAULT NULL, `moderator_pw` varchar(255) DEFAULT NULL, `class_schedule_date` date DEFAULT NULL, `instruction` text DEFAULT NULL, `class_schedule_time` varchar(255) DEFAULT 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; -- -------------------------------------------------------- -- -- Table structure for table `course_noticeboards` -- CREATE TABLE `course_noticeboards` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `type` varchar(255) DEFAULT NULL, `title` varchar(255) NOT NULL, `description` longtext NOT NULL, `is_mailable` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `course_noticeboards` -- INSERT INTO `course_noticeboards` (`id`, `course_id`, `user_id`, `type`, `title`, `description`, `is_mailable`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 14, 38, 'course', 'Approved', '<p>Hello, </p><p><br></p><p>I need to Approved.</p>', 0, '2024-12-24 03:31:12', '2024-12-24 03:31:12', NULL), (2, 14, 34, 'course', 'Approved', '<p>This is course is approved</p>', 0, '2024-12-24 04:24:26', '2024-12-24 04:24:26', NULL), (3, 14, 34, 'course', 'Approved', '<p>This is course is approved</p>', 0, '2024-12-24 04:24:43', '2024-12-24 04:24:49', '2024-12-24 04:24:49'), (4, NULL, NULL, 'organization', 'All course', '<p>Hello, All course area approved.</p>', 0, '2024-12-24 04:26:22', '2024-12-24 04:26:22', NULL); -- -------------------------------------------------------- -- -- Table structure for table `course_outcomes` -- CREATE TABLE `course_outcomes` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `outcomes_id` bigint(20) UNSIGNED 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 `course_outcomes` -- INSERT INTO `course_outcomes` (`id`, `course_id`, `outcomes_id`, `created_at`, `updated_at`) VALUES (1, 6, 1, '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (2, 6, 2, '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (3, 6, 3, '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (4, 9, 4, '2024-11-28 12:37:29', '2024-11-28 12:37:29'), (5, 1, 5, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (6, 1, 6, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (7, 1, 7, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (8, 1, 8, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (9, 1, 9, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (10, 1, 10, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (11, 3, 11, '2024-11-28 13:19:20', '2024-11-28 13:19:20'), (12, 3, 12, '2024-11-28 13:19:20', '2024-11-28 13:19:20'), (13, 11, 13, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (14, 11, 14, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (15, 11, 15, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (16, 11, 16, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (17, 11, 17, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (18, 4, 18, '2024-11-28 13:24:42', '2024-11-28 13:24:42'), (19, 5, 19, '2024-11-28 13:36:15', '2024-11-28 13:36:15'), (20, 7, 20, '2024-11-28 14:57:46', '2024-11-28 14:57:46'), (21, 12, 21, '2024-11-28 15:03:15', '2024-11-28 15:03:15'), (22, 12, 22, '2024-11-28 15:03:15', '2024-11-28 15:03:15'), (23, 12, 23, '2024-11-28 15:03:15', '2024-11-28 15:03:15'), (24, 12, 24, '2024-11-28 15:03:15', '2024-11-28 15:03:15'), (25, 12, 25, '2024-11-28 15:03:15', '2024-11-28 15:03:15'), (26, 13, 26, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (27, 13, 27, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (28, 13, 28, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (29, 13, 29, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (30, 13, 30, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (31, 14, 31, '2024-11-28 16:41:09', '2024-11-28 16:41:09'), (32, 15, 32, '2024-11-28 17:09:44', '2024-11-28 17:09:44'), (33, 10, 33, '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (34, 10, 34, '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (35, 10, 35, '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (36, 10, 36, '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (37, 10, 37, '2024-11-28 19:27:35', '2024-11-28 19:27:35'); -- -------------------------------------------------------- -- -- Table structure for table `course_preview_images` -- CREATE TABLE `course_preview_images` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `image` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `course_prices` -- CREATE TABLE `course_prices` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `currency_id` bigint(20) UNSIGNED DEFAULT NULL, `price` decimal(10,2) NOT NULL, `discount_flag` int(11) NOT NULL DEFAULT 0, `discounted_price` decimal(10,2) DEFAULT NULL, `discount_period` timestamp NULL DEFAULT NULL, `effective_date` timestamp NULL DEFAULT NULL, `expiration_date` timestamp NULL DEFAULT NULL, `auto_convert` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `course_prices` -- INSERT INTO `course_prices` (`id`, `course_id`, `currency_id`, `price`, `discount_flag`, `discounted_price`, `discount_period`, `effective_date`, `expiration_date`, `auto_convert`, `created_at`, `updated_at`) VALUES (1, 2, NULL, 24.00, 0, NULL, NULL, NULL, NULL, 0, '2024-11-27 11:29:02', '2024-11-27 11:29:02'), (2, 1, NULL, 82.00, 0, NULL, NULL, NULL, NULL, 0, '2024-11-27 11:30:48', '2024-11-28 19:55:10'), (3, 3, NULL, 29.50, 0, NULL, NULL, NULL, NULL, 0, '2024-11-27 11:47:00', '2024-11-28 12:14:50'), (4, 4, NULL, 42.30, 0, NULL, NULL, NULL, NULL, 0, '2024-11-27 11:48:58', '2024-11-28 13:24:51'), (5, 5, NULL, 25.50, 0, NULL, NULL, NULL, NULL, 0, '2024-11-27 11:51:01', '2024-11-28 12:16:42'), (6, 6, NULL, 0.00, 0, NULL, NULL, NULL, NULL, 0, '2024-11-27 12:47:27', '2024-11-27 12:47:27'), (7, 7, NULL, 99.50, 0, NULL, NULL, NULL, NULL, 0, '2024-11-28 12:10:08', '2024-11-28 12:10:08'), (8, 8, NULL, 99.99, 0, NULL, NULL, NULL, NULL, 0, '2024-11-28 12:24:29', '2024-11-28 12:24:29'), (9, 9, NULL, 50.60, 0, NULL, NULL, NULL, NULL, 0, '2024-11-28 12:37:35', '2024-11-28 12:37:35'), (10, 10, NULL, 50.00, 0, NULL, NULL, NULL, NULL, 0, '2024-11-28 12:50:19', '2024-11-28 12:50:19'), (11, 11, NULL, 50.00, 0, NULL, NULL, NULL, NULL, 0, '2024-11-28 13:21:43', '2024-11-28 13:21:43'), (12, 12, NULL, 13.00, 0, NULL, NULL, NULL, NULL, 0, '2024-11-28 15:03:20', '2024-11-28 15:03:20'), (13, 13, NULL, 20.00, 0, NULL, NULL, NULL, NULL, 0, '2024-11-28 16:13:33', '2024-11-28 16:13:33'), (14, 14, NULL, 49.60, 0, NULL, NULL, NULL, NULL, 0, '2024-11-28 16:41:21', '2024-11-28 16:41:21'), (15, 15, NULL, 99.60, 0, NULL, NULL, NULL, NULL, 0, '2024-11-28 17:09:52', '2024-11-28 17:09:52'), (16, 17, NULL, 190.90, 1, 10.00, NULL, NULL, NULL, 0, '2024-12-19 07:59:27', '2024-12-19 07:59:27'); -- -------------------------------------------------------- -- -- Table structure for table `course_requirements` -- CREATE TABLE `course_requirements` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `requirement_id` bigint(20) UNSIGNED 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 `course_requirements` -- INSERT INTO `course_requirements` (`id`, `course_id`, `requirement_id`, `created_at`, `updated_at`) VALUES (1, 6, 2, '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (2, 6, 3, '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (3, 1, 4, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (4, 1, 5, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (5, 1, 6, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (6, 1, 7, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (7, 1, 8, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (8, 1, 9, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (9, 3, 10, '2024-11-28 13:19:20', '2024-11-28 13:19:20'), (10, 11, 11, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (11, 11, 12, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (12, 11, 13, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (13, 11, 14, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (14, 11, 15, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (15, 4, 16, '2024-11-28 13:24:42', '2024-11-28 13:24:42'), (16, 5, 20, '2024-11-28 13:36:15', '2024-11-28 13:36:15'), (17, 5, 19, '2024-11-28 13:36:15', '2024-11-28 13:36:15'), (18, 7, 21, '2024-11-28 14:57:46', '2024-11-28 14:57:46'), (19, 12, 22, '2024-11-28 15:03:15', '2024-11-28 15:03:15'), (20, 12, 23, '2024-11-28 15:03:15', '2024-11-28 15:03:15'), (21, 12, 24, '2024-11-28 15:03:15', '2024-11-28 15:03:15'), (22, 13, 25, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (23, 13, 26, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (24, 13, 27, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (25, 13, 28, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (26, 13, 29, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (27, 13, 30, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (28, 14, 31, '2024-11-28 16:41:09', '2024-11-28 16:41:09'), (29, 15, 32, '2024-11-28 17:09:44', '2024-11-28 17:09:44'), (30, 10, 33, '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (31, 10, 34, '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (32, 10, 35, '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (33, 10, 36, '2024-11-28 19:27:35', '2024-11-28 19:27:35'); -- -------------------------------------------------------- -- -- Table structure for table `course_settings` -- CREATE TABLE `course_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `access_days` int(11) DEFAULT NULL, `sale_count_number` int(11) DEFAULT NULL, `seat_capacity` int(11) DEFAULT NULL, `has_support` int(11) NOT NULL DEFAULT 0, `is_certificate` int(11) NOT NULL DEFAULT 0, `is_downloadable` int(11) NOT NULL DEFAULT 0, `has_course_forum` int(11) NOT NULL DEFAULT 0, `has_subscription` int(11) NOT NULL DEFAULT 0, `is_wait_list` int(11) NOT NULL DEFAULT 0, `is_free` int(11) NOT NULL DEFAULT 0, `is_live` int(11) NOT NULL DEFAULT 0, `is_upcoming` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `course_settings` -- INSERT INTO `course_settings` (`id`, `course_id`, `access_days`, `sale_count_number`, `seat_capacity`, `has_support`, `is_certificate`, `is_downloadable`, `has_course_forum`, `has_subscription`, `is_wait_list`, `is_free`, `is_live`, `is_upcoming`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 1, 365, NULL, 25, 1, 1, 0, 1, 1, 0, 0, 1, 0, '2024-11-27 11:31:15', '2024-12-16 05:11:30', NULL), (2, 2, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2024-11-27 11:33:21', '2024-12-30 00:18:28', NULL), (3, 3, 30, NULL, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 0, '2024-11-27 11:47:04', '2024-12-09 08:43:30', NULL), (4, 4, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2024-11-27 11:49:01', '2024-12-01 18:20:04', NULL), (5, 5, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, 0, 0, 0, '2024-11-27 11:51:04', '2024-12-16 05:30:46', NULL), (6, 6, NULL, NULL, 20, 0, 0, 0, 0, 0, 0, 0, 0, 1, '2024-11-27 12:47:30', '2024-12-19 05:56:25', NULL), (7, 7, NULL, NULL, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, '2024-11-28 12:10:45', '2024-12-30 00:18:18', NULL), (8, 8, 30, NULL, 59, 0, 0, 1, 0, 0, 0, 0, 1, 0, '2024-11-28 12:25:03', '2024-12-16 07:15:16', NULL), (9, 9, 96, NULL, 500, 0, 0, 1, 0, 0, 0, 0, 0, 0, '2024-11-28 12:38:29', '2024-11-28 12:38:29', NULL), (10, 10, 60, NULL, 90, 1, 1, 1, 1, 1, 1, 1, 1, 0, '2024-11-28 12:50:57', '2024-12-09 08:41:09', NULL), (11, 11, 365, NULL, 40, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2024-11-28 13:21:58', '2024-12-16 05:30:54', NULL), (12, 12, NULL, NULL, NULL, 1, 1, 0, 1, 0, 1, 1, 0, 0, '2024-11-28 15:04:13', '2024-12-09 08:40:21', NULL), (13, 13, 120, NULL, 28, 1, 1, 1, 1, 1, 1, 1, 1, 1, '2024-11-28 16:13:49', '2024-11-28 16:13:49', NULL), (14, 14, 5, NULL, 2, 1, 1, 1, 1, 1, 1, 1, 1, 0, '2024-11-28 16:41:40', '2024-12-16 04:37:04', NULL), (15, 15, NULL, NULL, NULL, 1, 0, 0, 1, 1, 1, 0, 1, 0, '2024-11-28 17:10:49', '2024-11-28 18:13:32', NULL), (16, 17, NULL, NULL, 50, 1, 1, 0, 0, 0, 0, 0, 1, 0, '2024-12-19 08:00:06', '2024-12-19 08:00:06', NULL); -- -------------------------------------------------------- -- -- Table structure for table `course_supports` -- CREATE TABLE `course_supports` ( `id` bigint(20) UNSIGNED NOT NULL, `ticket_support_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `type` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `course_supports` -- INSERT INTO `course_supports` (`id`, `ticket_support_id`, `course_id`, `type`, `created_at`, `updated_at`) VALUES (1, 8, 14, '', '2024-12-24 03:36:07', '2024-12-24 03:36:07'), (2, 9, 1, 'student', '2024-12-24 04:18:07', '2024-12-24 04:18:07'), (3, 10, 14, 'student', '2024-12-24 04:20:44', '2024-12-24 04:20:44'); -- -------------------------------------------------------- -- -- Table structure for table `course_tags` -- CREATE TABLE `course_tags` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `tag_id` bigint(20) UNSIGNED 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 `course_tags` -- INSERT INTO `course_tags` (`id`, `course_id`, `tag_id`, `created_at`, `updated_at`) VALUES (1, 2, 1, '2024-11-27 11:28:12', '2024-11-27 11:28:12'), (2, 1, 1, '2024-11-27 11:30:43', '2024-11-27 11:30:43'), (3, 3, 5, '2024-11-27 11:46:50', '2024-11-27 11:46:50'), (4, 5, 13, '2024-11-27 11:50:52', '2024-11-27 11:50:52'), (5, 6, 5, '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (6, 7, 5, '2024-11-28 12:09:48', '2024-11-28 12:09:48'), (7, 8, 4, '2024-11-28 12:24:18', '2024-11-28 12:24:18'), (8, 9, 5, '2024-11-28 12:37:29', '2024-11-28 12:37:29'), (9, 10, 4, '2024-11-28 12:50:15', '2024-11-28 12:50:15'), (10, 4, 5, '2024-11-28 13:24:42', '2024-11-28 13:24:42'), (11, 12, 13, '2024-11-28 15:03:15', '2024-11-28 15:03:15'), (12, 13, 1, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (13, 13, 6, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (14, 14, 4, '2024-11-28 16:41:09', '2024-11-28 16:41:09'), (15, 15, 3, '2024-11-28 17:09:44', '2024-11-28 17:09:44'); -- -------------------------------------------------------- -- -- Table structure for table `currencies` -- CREATE TABLE `currencies` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `symbol` varchar(255) NOT NULL, `code` varchar(255) NOT NULL, `exchange_rate` decimal(10,2) DEFAULT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `designations` -- CREATE TABLE `designations` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `designations` -- INSERT INTO `designations` (`id`, `title`, `created_at`, `updated_at`) VALUES (1, 'Senior Web Developer', '2024-11-26 15:53:28', '2024-11-26 15:53:28'), (2, 'Senior Web Developer', '2024-11-26 15:57:31', '2024-11-26 15:57:31'), (3, 'UX/UI Designer', '2024-11-26 16:03:05', '2024-11-26 16:03:05'), (4, 'Software Engineer', '2024-11-26 16:12:02', '2024-11-26 16:12:02'), (5, 'Data Scientist', '2024-11-26 16:17:25', '2024-11-26 16:17:25'), (6, 'Mobile App Developer', '2024-11-26 16:19:47', '2024-11-26 16:19:47'), (7, 'Graphic Designer', '2024-11-26 16:29:59', '2024-11-26 16:29:59'), (8, 'Cybersecurity Expert', '2024-11-26 16:33:34', '2024-11-26 16:33:34'), (9, 'Cybersecurity Expert', '2024-11-26 16:33:57', '2024-11-26 16:33:57'), (10, 'Digital Marketing Specialist', '2024-11-26 16:36:20', '2024-11-26 16:36:20'), (11, 'Digital Marketing Specialist', '2024-11-26 16:51:18', '2024-11-26 16:51:18'), (12, 'Senior JavaScript Developer', '2024-11-26 18:19:31', '2024-11-26 18:19:31'), (13, 'Senior JavaScript Developer', '2024-11-26 18:20:45', '2024-11-26 18:20:45'), (14, 'Senior JavaScript Developer', '2024-11-26 18:21:01', '2024-11-26 18:21:01'), (15, 'Laravel Developer', '2024-11-28 11:50:20', '2024-11-28 11:50:20'), (16, 'Webflow Developer', '2024-11-28 11:52:01', '2024-11-28 11:52:01'), (17, 'Instructor', '2024-11-28 15:54:28', '2024-11-28 15:54:28'), (18, 'UI/UX Designer', '2024-11-28 16:07:02', '2024-11-28 16:07:02'), (19, 'UX Designer', '2024-11-28 16:12:26', '2024-11-28 16:12:26'), (20, 'UX Designer', '2024-11-28 16:13:31', '2024-11-28 16:13:31'), (21, 'Product Designer', '2024-11-28 20:03:43', '2024-11-28 20:03:43'), (22, 'Javascript Develop', '2024-12-02 01:02:18', '2024-12-02 01:02:18'), (23, 'Python Develop', '2024-12-02 08:18:14', '2024-12-02 08:18:14'), (24, 'Go Developer', '2024-12-02 08:19:06', '2024-12-02 08:19:06'), (25, 'full stack developer ', '2024-12-02 16:17:15', '2024-12-02 16:17:15'), (26, 'Java Developer', '2024-12-03 00:57:04', '2024-12-03 00:57:04'), (27, 'Apps Developer', '2024-12-03 00:58:01', '2024-12-03 00:58:01'), (28, 'AWS ', '2024-12-04 12:12:01', '2024-12-04 12:12:01'), (29, 'System Engineer', '2024-12-04 12:13:22', '2024-12-04 12:13:22'), (30, 'Web Developer', '2024-12-04 13:17:38', '2024-12-04 13:17:38'), (31, 'Developer', '2024-12-04 13:27:21', '2024-12-04 13:27:21'), (32, 'yLqQsQLchQHVh', '2024-12-05 04:51:44', '2024-12-05 04:51:44'), (33, 'EPTZnlXcTj', '2024-12-05 22:59:22', '2024-12-05 22:59:22'), (34, 'pcTDqSBTdQiMX', '2024-12-05 23:00:38', '2024-12-05 23:00:38'), (35, 'CfZJgVmqFYN', '2024-12-07 13:37:55', '2024-12-07 13:37:55'), (36, 'zFECCLtj', '2024-12-07 13:39:26', '2024-12-07 13:39:26'), (37, 'VgeKoBzmdrmYSy', '2024-12-07 19:26:20', '2024-12-07 19:26:20'), (38, 'luJnyffSBa', '2024-12-07 19:27:13', '2024-12-07 19:27:13'), (39, 'sLcVVQeVMn', '2024-12-08 13:30:42', '2024-12-08 13:30:42'), (40, 'HbplRLInbustEAo', '2024-12-08 13:33:06', '2024-12-08 13:33:06'), (41, '165rBuzvtI', '2024-12-08 19:07:34', '2024-12-08 19:07:34'), (42, 'PbVwATJvtEdXt', '2024-12-09 12:27:00', '2024-12-09 12:27:00'), (43, 'OmactqscUkiHZzG', '2024-12-09 12:28:27', '2024-12-09 12:28:27'), (44, 'QqPKwtAPOIgZnMP', '2024-12-10 22:35:11', '2024-12-10 22:35:11'), (45, 'EACMkfWsxddhye', '2024-12-10 22:36:08', '2024-12-10 22:36:08'), (46, 'nd5Yl8x8bU', '2024-12-12 01:03:59', '2024-12-12 01:03:59'), (47, 'JorffwFBS', '2024-12-13 07:49:02', '2024-12-13 07:49:02'), (48, 'JEMGJVgGr', '2024-12-13 20:51:41', '2024-12-13 20:51:41'), (49, 'tLTlJQyKo', '2024-12-13 20:52:59', '2024-12-13 20:52:59'), (50, 'PaiPzxoGFrMCZJS', '2024-12-14 17:12:17', '2024-12-14 17:12:17'), (51, 'sMrKtlQeuylVjA', '2024-12-14 17:14:15', '2024-12-14 17:14:15'), (52, 'pKrHLujANVO', '2024-12-15 12:55:38', '2024-12-15 12:55:38'), (53, 'GatLGIRaEOCh', '2024-12-15 12:56:23', '2024-12-15 12:56:23'), (54, 'CeabtXZk', '2024-12-16 16:23:15', '2024-12-16 16:23:15'), (55, 'UxbtVUfsXsv', '2024-12-16 16:24:12', '2024-12-16 16:24:12'), (56, 'EAUrIbVwrrUW', '2024-12-17 22:57:01', '2024-12-17 22:57:01'), (57, 'CoocHAAe', '2024-12-17 22:58:42', '2024-12-17 22:58:42'), (58, 'nKrKEGuYoJxmo', '2024-12-18 23:17:21', '2024-12-18 23:17:21'), (59, 'tRqwgNoLt', '2024-12-18 23:18:19', '2024-12-18 23:18:19'), (60, 'PHP Developer', '2024-12-24 06:15:51', '2024-12-24 06:15:51'); -- -------------------------------------------------------- -- -- Table structure for table `dynamic_content_translations` -- CREATE TABLE `dynamic_content_translations` ( `id` bigint(20) UNSIGNED NOT NULL, `translationable_id` bigint(20) UNSIGNED NOT NULL, `translationable_type` varchar(255) NOT NULL, `locale` varchar(255) NOT NULL, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`data`)), `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 `dynamic_content_translations` -- INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (1, 4, 'Modules\\LMS\\Models\\Slider\\Slider', 'en', '{\"title\":\"Empowering Minds with Endless Learn\",\"highlight_text\":null,\"sub_title\":null,\"buttons\":{\"name\":\"Explore Our Course\",\"link\":\"hthttps:\\/\\/edulab.hivetheme.com\\/courses\"},\"description\":\"Enroll in courses that inspire, motivate, and prepare you for tomorrow\\u2019s challenges.\"}', '2024-12-30 00:15:58', '2024-12-30 00:15:58'), (2, 10, 'Modules\\LMS\\Models\\Slider\\Slider', 'en', '{\"title\":\"Empower Bright Minds in a World of\",\"highlight_text\":\"Learning\",\"sub_title\":null,\"buttons\":{\"name\":\"Call for Informations\",\"link\":\"https:\\/\\/edulab.hivetheme.com\\/contact\"},\"description\":\"Explore a variety of expertly curated courses to take your personal and professional growth to new heights.\"}', '2024-12-30 12:25:28', '2024-12-30 12:25:28'), (3, 3, 'Modules\\LMS\\Models\\Slider\\Slider', 'en', '{\"title\":\"Learning Resources for Every Student\",\"highlight_text\":null,\"sub_title\":null,\"buttons\":{\"name\":\"Explore Our Course\",\"link\":\"https:\\/\\/edulab.codexshaper.com\\/courses\"},\"description\":\"Access cutting-edge courses and insights designed to help you achieve your dreams.\"}', '2024-12-30 12:26:12', '2024-12-30 12:26:12'), (4, 3, 'Modules\\LMS\\Models\\Slider\\Slider', 'ar', '{\"title\":\"\\u0645\\u0635\\u0627\\u062f\\u0631 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0644\\u0643\\u0644 \\u0637\\u0627\\u0644\\u0628\",\"highlight_text\":null,\"sub_title\":null,\"buttons\":{\"name\":\"\\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u062f\\u0648\\u0631\\u062a\\u0646\\u0627\"},\"description\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0637\\u0648\\u0631\\u0629 \\u0648\\u0627\\u0644\\u0623\\u0641\\u0643\\u0627\\u0631 \\u0627\\u0644\\u0645\\u0635\\u0645\\u0645\\u0629 \\u0644\\u0645\\u0633\\u0627\\u0639\\u062f\\u062a\\u0643 \\u0639\\u0644\\u0649 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0623\\u062d\\u0644\\u0627\\u0645\\u0643.\"}', '2024-12-30 14:42:02', '2024-12-30 14:42:02'), (5, 4, 'Modules\\LMS\\Models\\Slider\\Slider', 'ar', '{\"title\":\"\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0639\\u0642\\u0648\\u0644 \\u0628\\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0644\\u0627\\u0645\\u062a\\u0646\\u0627\\u0647\\u064a\",\"highlight_text\":null,\"sub_title\":null,\"buttons\":{\"name\":\"\\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u062f\\u0648\\u0631\\u062a\\u0646\\u0627\"},\"description\":\"\\u0642\\u0645 \\u0628\\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0641\\u064a \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u062a\\u0644\\u0647\\u0645\\u0643 \\u0648\\u062a\\u062d\\u0641\\u0632\\u0643 \\u0648\\u062a\\u0639\\u062f\\u0643 \\u0644\\u0645\\u0648\\u0627\\u062c\\u0647\\u0629 \\u062a\\u062d\\u062f\\u064a\\u0627\\u062a \\u0627\\u0644\\u063a\\u062f.\"}', '2024-12-30 14:45:28', '2024-12-30 14:45:28'), (6, 10, 'Modules\\LMS\\Models\\Slider\\Slider', 'ar', '{\"title\":\"\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0639\\u0642\\u0648\\u0644 \\u0627\\u0644\\u0646\\u064a\\u0631\\u0629 \\u0641\\u064a \\u0639\\u0627\\u0644\\u0645 \\u0645\\u0646\",\"highlight_text\":\"\\u062a\\u0639\\u0644\\u0651\\u064f\\u0645\",\"sub_title\":null,\"buttons\":{\"name\":\"\\u062f\\u0639\\u0648\\u0629 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\"},\"description\":\"\\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0646\\u0633\\u0642\\u0629 \\u0628\\u062e\\u0628\\u0631\\u0629 \\u0644\\u0644\\u0627\\u0631\\u062a\\u0642\\u0627\\u0621 \\u0628\\u0646\\u0645\\u0648\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a \\u0648\\u0627\\u0644\\u0645\\u0647\\u0646\\u064a \\u0625\\u0644\\u0649 \\u0622\\u0641\\u0627\\u0642 \\u062c\\u062f\\u064a\\u062f\\u0629.\"}', '2024-12-30 14:46:35', '2024-12-30 14:46:35'), (7, 1, 'Modules\\LMS\\Models\\Slider\\Slider', 'en', '{\"title\":\"Here is Your Course Chart for\",\"highlight_text\":\"Success\",\"sub_title\":\"Best Education Tutor\",\"buttons\":{\"name\":\"Get Started Now\",\"link\":null},\"description\":\"Discover expertly crafted courses designed to empower your skills and transform your career. Start learning today!\"}', '2024-12-30 14:47:43', '2024-12-30 15:45:25'), (8, 1, 'Modules\\LMS\\Models\\Slider\\Slider', 'bn', '{\"title\":\"\\u098f\\u0996\\u09be\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u099a\\u09be\\u09b0\\u09cd\\u099f\",\"highlight_text\":\"\\u09b8\\u09ab\\u09b2\\u09a4\\u09be\",\"sub_title\":\"\\u09b8\\u09c7\\u09b0\\u09be \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995\",\"buttons\":{\"name\":\"\\u098f\\u0996\\u09a8\\u0987 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c1\\u09a8\"},\"description\":\"\\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u0995\\u09c7 \\u09b6\\u0995\\u09cd\\u09a4\\u09bf\\u09b6\\u09be\\u09b2\\u09c0 \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0995\\u09b0\\u09cd\\u09ae\\u099c\\u09c0\\u09ac\\u09a8\\u0995\\u09c7 \\u09b0\\u09c2\\u09aa\\u09be\\u09a8\\u09cd\\u09a4\\u09b0 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u0995\\u09b0\\u09be \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09ac\\u09bf\\u09b7\\u09cd\\u0995\\u09be\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u0986\\u099c \\u09b6\\u09c7\\u0996\\u09be \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c1\\u09a8!\"}', '2024-12-30 14:54:09', '2024-12-31 00:19:02'), (9, 9, 'Modules\\LMS\\Models\\Category', 'ar', '{\"title\":\"\\u0627\\u0644\\u0623\\u0645\\u0646 \\u0627\\u0644\\u0633\\u064a\\u0628\\u0631\\u0627\\u0646\\u064a\",\"meta_title\":\"\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0645\\u0646 \\u0627\\u0644\\u0633\\u064a\\u0628\\u0631\\u0627\\u0646\\u064a - \\u0627\\u0644\\u0642\\u0631\\u0635\\u0646\\u0629 \\u0627\\u0644\\u0623\\u062e\\u0644\\u0627\\u0642\\u064a\\u0629 \\u0648\\u0623\\u0645\\u0646 \\u0627\\u0644\\u0634\\u0628\\u0643\\u0627\\u062a\",\"meta_description\":\"\\u062d\\u0645\\u0627\\u064a\\u0629 \\u0627\\u0644\\u0623\\u0635\\u0648\\u0644 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u062f\\u0648\\u0631\\u0627\\u062a \\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0641\\u064a \\u0645\\u062c\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0646 \\u0627\\u0644\\u0633\\u064a\\u0628\\u0631\\u0627\\u0646\\u064a. \\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0642\\u0631\\u0635\\u0646\\u0629 \\u0627\\u0644\\u0623\\u062e\\u0644\\u0627\\u0642\\u064a\\u0629 \\u0648\\u0627\\u062e\\u062a\\u0628\\u0627\\u0631 \\u0627\\u0644\\u0627\\u062e\\u062a\\u0631\\u0627\\u0642 \\u0648\\u0623\\u0645\\u0646 \\u0627\\u0644\\u0634\\u0628\\u0643\\u0627\\u062a. \\u0632\\u0648\\u062f \\u0646\\u0641\\u0633\\u0643 \\u0628\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0644\\u0627\\u0632\\u0645\\u0629 \\u0644\\u0645\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u062a\\u0647\\u062f\\u064a\\u062f\\u0627\\u062a \\u0627\\u0644\\u0633\\u064a\\u0628\\u0631\\u0627\\u0646\\u064a\\u0629 \\u0648\\u062d\\u0645\\u0627\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062d\\u0633\\u0627\\u0633\\u0629.\"}', '2024-12-30 16:11:48', '2024-12-30 16:11:48'), (10, 1, 'Modules\\LMS\\Models\\Category', 'en', '{\"title\":\"Tech\",\"meta_title\":\"Technology & Development\",\"meta_description\":\"Learn coding, AI, and emerging technologies to stay ahead in the digital world.\"}', '2024-12-30 17:11:05', '2024-12-30 17:11:05'), (11, 3, 'Modules\\LMS\\Models\\Category', 'en', '{\"title\":\"Learning Resources for Every Student 2\",\"meta_title\":\"Mobile App Development Courses - Android, iOS & Cross-Platform\",\"meta_description\":\"Master the art of mobile app development with courses on Android (Kotlin, Java), iOS (Swift), and cross-platform frameworks like Flutter and React Native. Build engaging apps and learn industry best practices to launch your career in mobile development.\"}', '2024-12-30 17:16:22', '2024-12-31 00:44:11'), (12, 1, 'Modules\\LMS\\Models\\Slider\\Slider', 'ar', '{\"title\":\"\\u0647\\u0630\\u0627 \\u0647\\u0648 \\u0645\\u062e\\u0637\\u0637 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"highlight_text\":\"\\u0646\\u062c\\u0627\\u062d\",\"sub_title\":\"\\u0623\\u0641\\u0636\\u0644 \\u0645\\u0639\\u0644\\u0645 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\",\"buttons\":{\"name\":\"\\u0627\\u0628\\u062f\\u0623 \\u0627\\u0644\\u0622\\u0646\"},\"description\":\"\\u0643\\u062a\\u0634\\u0641 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0635\\u0645\\u0645\\u0629 \\u0628\\u062e\\u0628\\u0631\\u0629 \\u0644\\u062a\\u0639\\u0632\\u064a\\u0632 \\u0645\\u0647\\u0627\\u0631\\u0627\\u062a\\u0643 \\u0648\\u062a\\u062d\\u0648\\u064a\\u0644 \\u062d\\u064a\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0647\\u0646\\u064a\\u0629. \\u0627\\u0628\\u062f\\u0623 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u064a\\u0648\\u0645!\"}', '2024-12-30 18:52:57', '2024-12-31 00:12:30'), (13, 6, 'Modules\\LMS\\Models\\Slider\\Slider', 'ar', '{\"title\":\"\\u0627\\u0643\\u062a\\u0634\\u0641 \\u0627\\u0644\\u0645\\u0639\\u0631\\u0641\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0644\\u0647\\u0645 \\u0627\\u0644\\u0646\\u0645\\u0648\",\"highlight_text\":null,\"sub_title\":\"\\u0645\\u0631\\u062d\\u0628\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u062a\\u0639\\u0644\\u064a\\u0645\",\"buttons\":{\"name\":null},\"description\":\"\\u062a\\u0639\\u0644\\u0645 \\u0628\\u0627\\u0644\\u0633\\u0631\\u0639\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0646\\u0627\\u0633\\u0628\\u0643\\u0648\\u062d\\u0642\\u0642 \\u0623\\u0647\\u062f\\u0627\\u0641\\u0643 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644\\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u062a\\u0636\\u0639\\u0643 \\u0641\\u064a\\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0629 \\u0627\\u0644\\u0623\\u0648\\u0644\\u0649. \\u0627\\u0646\\u0637\\u0644\\u0642 \\u0641\\u064a\\u0631\\u062d\\u0644\\u0629 \\u0644\\u062a\\u0639\\u0632\\u064a\\u0632 \\u0645\\u0647\\u0627\\u0631\\u0627\\u062a\\u0643 \\u0648\\u062a\\u062d\\u0645\\u0644\\u0645\\u0633\\u0624\\u0648\\u0644\\u064a\\u0629 \\u0645\\u0633\\u062a\\u0642\\u0628\\u0644\\u0643.\"}', '2024-12-30 23:47:29', '2024-12-30 23:47:29'), (14, 3, 'Modules\\LMS\\Models\\Category', 'ar', '{\"title\":\"\\u0645\\u0635\\u0627\\u062f\\u0631 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0644\\u0643\\u0644 \\u0637\\u0627\\u0644\\u0628\",\"meta_title\":\"\\u062f\\u0648\\u0631\\u0627\\u062a \\u062a\\u0637\\u0648\\u064a\\u0631 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641\\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 - Android \\u0648iOS\\u0648\\u0639\\u0628\\u0631 \\u0627\\u0644\\u0623\\u0646\\u0638\\u0645\\u0629 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0629\",\"meta_description\":\"<pre class=\\\"tw-data-text tw-text-large tw-ta\\\" data-placeholder=\\\"Translation\\\" id=\\\"tw-target-text\\\" style=\\\"text-align: right;\\\" data-ved=\\\"2ahUKEwjwwZbA99GKAxUJTWcHHaTpCA4Q3ewLegQICRAT\\\" dir=\\\"rtl\\\" aria-label=\\\"Translated text: \\u0623\\u062a\\u0642\\u0646 \\u0641\\u0646 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u062f\\u0648\\u0631\\u0627\\u062a \\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u062d\\u0648\\u0644 Android (Kotlin \\u0648Java) \\u0648iOS (Swift) \\u0648\\u0623\\u0637\\u0631 \\u0627\\u0644\\u0639\\u0645\\u0644 \\u0627\\u0644\\u0645\\u0634\\u062a\\u0631\\u0643\\u0629 \\u0628\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0646\\u0638\\u0645\\u0629 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0629 \\u0645\\u062b\\u0644 Flutter \\u0648React Native. \\u0623\\u0646\\u0634\\u0626 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u062a\\u0639\\u0644\\u0645 \\u0623\\u0641\\u0636\\u0644 \\u0645\\u0645\\u0627\\u0631\\u0633\\u0627\\u062a \\u0627\\u0644\\u0635\\u0646\\u0627\\u0639\\u0629 \\u0644\\u0628\\u062f\\u0621 \\u062d\\u064a\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0647\\u0646\\u064a\\u0629 \\u0641\\u064a \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0623\\u062c\\u0647\\u0632\\u0629 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u0629.\\\"><span class=\\\"Y2IQFc\\\" lang=\\\"ar\\\">\\u0623\\u062a\\u0642\\u0646 \\u0641\\u0646 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a <\\/span><span class=\\\"Y2IQFc\\\" lang=\\\"ar\\\">\\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644<\\/span><\\/pre>\"}', '2024-12-31 00:11:31', '2024-12-31 00:11:31'), (15, 1, 'Modules\\LMS\\Models\\Slider\\Slider', 'es', '{\"title\":\"Aqu\\u00ed est\\u00e1 tu cuadro de ruta para\",\"highlight_text\":\"\\u00c9xito\",\"sub_title\":\"El mejor tutor de educaci\\u00f3n\",\"buttons\":{\"name\":\"Empieza ahora\"},\"description\":\"Descubra cursos dise\\u00f1ados por expertos para potenciar sus habilidades y transformar su carrera. \\u00a1Comience a aprender hoy mismo!\"}', '2024-12-31 00:14:00', '2024-12-31 00:20:53'), (16, 3, 'Modules\\LMS\\Models\\Slider\\Slider', 'es', '{\"title\":\"Recursos de aprendizaje para cada estudiante\",\"highlight_text\":null,\"sub_title\":null,\"buttons\":{\"name\":\"Explora nuestro curso\"},\"description\":\"Acceda a cursos y conocimientos de vanguardia dise\\u00f1ados para ayudarle a alcanzar sus sue\\u00f1os.\"}', '2024-12-31 00:22:28', '2024-12-31 00:22:28'), (17, 3, 'Modules\\LMS\\Models\\Slider\\Slider', 'bn', '{\"title\":\"\\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0\\u09cd\\u09a5\\u09c0\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09b8\\u09ae\\u09cd\\u09aa\\u09a6\",\"highlight_text\":null,\"sub_title\":null,\"buttons\":{\"name\":\"\\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3\"},\"description\":\"\\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09b8\\u09cd\\u09ac\\u09aa\\u09cd\\u09a8 \\u09aa\\u09c2\\u09b0\\u09a3 \\u0995\\u09b0\\u09a4\\u09c7 \\u09b8\\u09be\\u09b9\\u09be\\u09af\\u09cd\\u09af \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u0995\\u09b0\\u09be \\u0985\\u09a4\\u09cd\\u09af\\u09be\\u09a7\\u09c1\\u09a8\\u09bf\\u0995 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u098f\\u09ac\\u0982 \\u0985\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u09a6\\u09c3\\u09b7\\u09cd\\u099f\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8 \\u0995\\u09b0\\u09c1\\u09a8\\u0964\"}', '2024-12-31 00:25:02', '2024-12-31 00:25:02'), (18, 4, 'Modules\\LMS\\Models\\Slider\\Slider', 'es', '{\"title\":\"Empoderando mentes con aprendizaje sin fin\",\"highlight_text\":null,\"sub_title\":null,\"buttons\":{\"name\":\"Explora nuestro curso\"},\"description\":\"Inscr\\u00edbete en cursos que te inspiren, motiven y preparen para los desaf\\u00edos del ma\\u00f1ana.\"}', '2024-12-31 00:26:11', '2024-12-31 00:26:11'), (19, 4, 'Modules\\LMS\\Models\\Slider\\Slider', 'bn', '{\"title\":\"\\u0985\\u09a8\\u09cd\\u09a4\\u09b9\\u09c0\\u09a8 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09ae\\u09a8\\u0995\\u09c7 \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8 \\u0995\\u09b0\\u09be\",\"highlight_text\":null,\"sub_title\":null,\"buttons\":{\"name\":\"\\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3\"},\"description\":\"\\u0986\\u0997\\u09be\\u09ae\\u09c0\\u0995\\u09be\\u09b2\\u09c7\\u09b0 \\u099a\\u09cd\\u09af\\u09be\\u09b2\\u09c7\\u099e\\u09cd\\u099c\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u0985\\u09a8\\u09c1\\u09aa\\u09cd\\u09b0\\u09be\\u09a3\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7, \\u0985\\u09a8\\u09c1\\u09aa\\u09cd\\u09b0\\u09be\\u09a3\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7 \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09b8\\u09cd\\u09a4\\u09c1\\u09a4 \\u0995\\u09b0\\u09c7 \\u098f\\u09ae\\u09a8 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u0997\\u09c1\\u09b2\\u09bf\\u09a4\\u09c7 \\u09a8\\u09a5\\u09bf\\u09ad\\u09c1\\u0995\\u09cd\\u09a4 \\u0995\\u09b0\\u09c1\\u09a8\\u0964\"}', '2024-12-31 00:27:48', '2024-12-31 00:27:48'), (20, 10, 'Modules\\LMS\\Models\\Slider\\Slider', 'es', '{\"title\":\"Empoderar mentes brillantes en un mundo de\",\"highlight_text\":\"Aprendiendo\",\"sub_title\":null,\"buttons\":{\"name\":\"Llamado para informaci\\u00f3n\"},\"description\":\"Explora una variedad de cursos cuidadosamente seleccionados para llevar tu crecimiento personal y profesional a nuevas alturas.\"}', '2024-12-31 00:29:18', '2024-12-31 00:29:18'), (21, 10, 'Modules\\LMS\\Models\\Slider\\Slider', 'bn', '{\"title\":\"\\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09c7\\u09b0 \\u0989\\u099c\\u09cd\\u099c\\u09cd\\u09ac\\u09b2 \\u09ae\\u09a8 \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\",\"highlight_text\":\"\\u09b6\\u09c7\\u0996\\u09be\\u09b0\",\"sub_title\":null,\"buttons\":{\"name\":\"\\u09a4\\u09a5\\u09cd\\u09af\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09b2 \\u0995\\u09b0\\u09c1\\u09a8\"},\"description\":\"\\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u098f\\u09ac\\u0982 \\u09aa\\u09c7\\u09b6\\u09be\\u09a6\\u09be\\u09b0 \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf\\u0995\\u09c7 \\u09a8\\u09a4\\u09c1\\u09a8 \\u0989\\u099a\\u09cd\\u099a\\u09a4\\u09be\\u09af\\u09bc \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u09af\\u09be\\u0993\\u09af\\u09bc\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09ac\\u09bf\\u09ad\\u09bf\\u09a8\\u09cd\\u09a8 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u0995\\u09bf\\u0989\\u09b0\\u09c7\\u099f \\u0995\\u09b0\\u09be \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c1\\u09a8\\u09f7\"}', '2024-12-31 00:30:14', '2024-12-31 00:30:14'), (22, 2, 'Modules\\LMS\\Models\\Slider\\Slider', 'ar', '{\"title\":\"\\u0628\\u0648\\u0627\\u0628\\u062a\\u0643 \\u0625\\u0644\\u0649 \\u0645\\u0627 \\u0644\\u0627 \\u0646\\u0647\\u0627\\u064a\\u0629\",\"highlight_text\":\"\\u062a\\u0639\\u0644\\u0651\\u064f\\u0645\",\"sub_title\":\"\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0646\\u0645\\u0648 \\u062a\\u062d\\u0642\\u064a\\u0642\",\"buttons\":{\"name\":\"\\u0627\\u0628\\u062f\\u0623 \\u0627\\u0644\\u0622\\u0646\"},\"description\":\"\\u0627\\u0643\\u062a\\u0634\\u0641 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0635\\u0645\\u0645\\u0629 \\u0628\\u062e\\u0628\\u0631\\u0629 \\u0644\\u062a\\u0639\\u0632\\u064a\\u0632 \\u0645\\u0647\\u0627\\u0631\\u0627\\u062a\\u0643 \\u0648\\u062a\\u062d\\u0648\\u064a\\u0644 \\u062d\\u064a\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0647\\u0646\\u064a\\u0629. \\u0627\\u0628\\u062f\\u0623 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u064a\\u0648\\u0645!\"}', '2024-12-31 00:32:35', '2024-12-31 00:32:35'), (23, 2, 'Modules\\LMS\\Models\\Slider\\Slider', 'es', '{\"title\":\"Tu puerta de entrada a lo infinito\",\"highlight_text\":\"Aprendiendo\",\"sub_title\":\"Aprender Crecer Lograr\",\"buttons\":{\"name\":\"Empieza ahora\"},\"description\":\"Descubra cursos dise\\u00f1ados por expertos para potenciar sus habilidades y transformar su carrera. \\u00a1Comience a aprender hoy mismo!\"}', '2024-12-31 00:34:19', '2024-12-31 00:34:19'), (24, 2, 'Modules\\LMS\\Models\\Slider\\Slider', 'bn', '{\"title\":\"\\u0985\\u09a8\\u09cd\\u09a4\\u09b9\\u09c0\\u09a8 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0997\\u09c7\\u099f\\u0993\\u09af\\u09bc\\u09c7\",\"highlight_text\":\"\\u09b6\\u09c7\\u0996\\u09be\",\"sub_title\":\"\\u09b6\\u09bf\\u0996\\u09c1\\u09a8 \\u0997\\u09cd\\u09b0\\u09cb \\u0985\\u09cd\\u09af\\u09be\\u099a\\u09bf\\u09ad\",\"buttons\":{\"name\":\"\\u098f\\u0996\\u09a8\\u0987 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c1\\u09a8\"},\"description\":\"\\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u0995\\u09c7 \\u09b6\\u0995\\u09cd\\u09a4\\u09bf\\u09b6\\u09be\\u09b2\\u09c0 \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0995\\u09b0\\u09cd\\u09ae\\u099c\\u09c0\\u09ac\\u09a8\\u0995\\u09c7 \\u09b0\\u09c2\\u09aa\\u09be\\u09a8\\u09cd\\u09a4\\u09b0 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u0995\\u09b0\\u09be \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09ac\\u09bf\\u09b7\\u09cd\\u0995\\u09be\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u0986\\u099c \\u09b6\\u09c7\\u0996\\u09be \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c1\\u09a8!\"}', '2024-12-31 00:35:24', '2024-12-31 00:35:24'), (25, 7, 'Modules\\LMS\\Models\\Slider\\Slider', 'es', '{\"title\":\"Innovadora para cada plataforma\",\"highlight_text\":\"Educaci\\u00f3n\",\"sub_title\":\"La mejor educaci\\u00f3n digital\",\"buttons\":{\"name\":\"\\u00danete a nosotras hoy\"},\"description\":\"Inscr\\u00edbete en cursos que te inspiren, motiven y preparen para los desaf\\u00edos del ma\\u00f1ana. Experimenta una nueva era de aprendizaje con herramientas intuitivas y contenido guiado por expertos.\"}', '2024-12-31 00:37:51', '2024-12-31 00:37:51'), (26, 7, 'Modules\\LMS\\Models\\Slider\\Slider', 'ar', '{\"title\":\"\\u0645\\u0628\\u062a\\u0643\\u0631\\u0629 \\u0644\\u0643\\u0644 \\u0645\\u0646\\u0635\\u0629\",\"highlight_text\":\"\\u062a\\u0639\\u0644\\u064a\\u0645\",\"sub_title\":\"\\u0623\\u0641\\u0636\\u0644 \\u062a\\u0639\\u0644\\u064a\\u0645 \\u0631\\u0642\\u0645\\u064a\",\"buttons\":{\"name\":\"\\u0627\\u0646\\u0636\\u0645 \\u0625\\u0644\\u064a\\u0646\\u0627 \\u0627\\u0644\\u064a\\u0648\\u0645\"},\"description\":\"\\u0642\\u0645 \\u0628\\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0641\\u064a \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u062a\\u0644\\u0647\\u0645\\u0643 \\u0648\\u062a\\u062d\\u0641\\u0632\\u0643 \\u0648\\u062a\\u0639\\u062f\\u0643 \\u0644\\u0645\\u0648\\u0627\\u062c\\u0647\\u0629 \\u062a\\u062d\\u062f\\u064a\\u0627\\u062a \\u0627\\u0644\\u063a\\u062f. \\u0627\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u0639\\u0635\\u0631 \\u062c\\u062f\\u064a\\u062f \\u0645\\u0646 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0623\\u062f\\u0648\\u0627\\u062a \\u0628\\u062f\\u064a\\u0647\\u064a\\u0629 \\u0648\\u0645\\u062d\\u062a\\u0648\\u0649 \\u0645\\u0648\\u062c\\u0647 \\u0645\\u0646 \\u0642\\u0628\\u0644 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0627\\u0621.\"}', '2024-12-31 00:39:14', '2024-12-31 00:43:41'), (27, 7, 'Modules\\LMS\\Models\\Slider\\Slider', 'bn', '{\"title\":\"\\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u0995\\u09cb\\u09ae\\u09b2\\u09a4\\u09be \\u099c\\u09a8\\u09cd\\u09af inflatable\",\"highlight_text\":\"\\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u09c7\\u09a8\\u09cd\\u09b8\",\"sub_title\":\"\\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u09c7\\u09a8\\u09cd\\u09b8 \\u09aa\\u09cd\\u09b0\\u09b8\\u09be\\u09b0\\u09bf\\u09a4\",\"buttons\":{\"name\":\"\\u099c\\u09c7\\u09a8 \\u098f\\u09b8 \\u099f\\u09a1\"},\"description\":\"\\u0986\\u0997\\u09be\\u09ae\\u09c0\\u0995\\u09be\\u09b2\\u09c7\\u09b0 \\u099a\\u09cd\\u09af\\u09be\\u09b2\\u09c7\\u099e\\u09cd\\u099c\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u0985\\u09a8\\u09c1\\u09aa\\u09cd\\u09b0\\u09be\\u09a3\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7, \\u0985\\u09a8\\u09c1\\u09aa\\u09cd\\u09b0\\u09be\\u09a3\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7 \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09b8\\u09cd\\u09a4\\u09c1\\u09a4 \\u0995\\u09b0\\u09c7 \\u098f\\u09ae\\u09a8 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u0997\\u09c1\\u09b2\\u09bf\\u09a4\\u09c7 \\u09a8\\u09a5\\u09bf\\u09ad\\u09c1\\u0995\\u09cd\\u09a4 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u09b8\\u09cd\\u09ac\\u099c\\u09cd\\u099e\\u09be\\u09a4 \\u09b8\\u09b0\\u099e\\u09cd\\u099c\\u09be\\u09ae \\u098f\\u09ac\\u0982 \\u09ac\\u09bf\\u09b6\\u09c7\\u09b7\\u099c\\u09cd\\u099e-\\u09a8\\u09bf\\u09b0\\u09cd\\u09a6\\u09c7\\u09b6\\u09bf\\u09a4 \\u09b8\\u09be\\u09ae\\u0997\\u09cd\\u09b0\\u09c0 \\u09b8\\u09b9 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09a8\\u09a4\\u09c1\\u09a8 \\u09af\\u09c1\\u0997\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a8\\u09bf\\u09a8\\u0964\"}', '2024-12-31 00:45:05', '2024-12-31 00:45:05'), (28, 8, 'Modules\\LMS\\Models\\Slider\\Slider', 'ar', '{\"title\":\"\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0646\\u0641\\u0633\\u0643 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644\",\"highlight_text\":\"\\u0645\\u0639\\u0631\\u0641\\u0629\",\"sub_title\":\"\\u062a\\u062d\\u062f\\u0649 \\u062d\\u062f\\u0648\\u062f\\u0643\",\"buttons\":{\"name\":\"\\u0627\\u0646\\u0636\\u0645 \\u0625\\u0644\\u064a\\u0646\\u0627 \\u0627\\u0644\\u064a\\u0648\\u0645\"},\"description\":\"\\u062d\\u0648\\u0650\\u0651\\u0644 \\u0637\\u0645\\u0648\\u062d\\u0627\\u062a\\u0643 \\u0625\\u0644\\u0649 \\u0648\\u0627\\u0642\\u0639 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0627\\u0644\\u062a\\u064a \\u062a\\u0646\\u0627\\u0633\\u0628 \\u0646\\u0645\\u0637 \\u062d\\u064a\\u0627\\u062a\\u0643. \\u0627\\u0646\\u0636\\u0645 \\u0625\\u0644\\u0649 \\u0645\\u062c\\u062a\\u0645\\u0639 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0645\\u064a\\u0646 \\u0627\\u0644\\u0645\\u0643\\u0631\\u0633\\u064a\\u0646 \\u0644\\u0644\\u0646\\u0645\\u0648 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a \\u0648\\u0627\\u0644\\u0645\\u0647\\u0646\\u064a.\"}', '2024-12-31 00:46:55', '2024-12-31 00:46:55'), (29, 8, 'Modules\\LMS\\Models\\Slider\\Slider', 'es', '{\"title\":\"Empod\\u00e9rate a trav\\u00e9s de\",\"highlight_text\":\"Conocimiento\",\"sub_title\":\"Desaf\\u00eda tus l\\u00edmites\",\"buttons\":{\"name\":\"\\u00danete a nosotras hoy\"},\"description\":\"Transforma tus ambiciones en realidad con cursos en l\\u00ednea que se adaptan a tu estilo de vida. \\u00danete a una comunidad de estudiantes dedicada al crecimiento personal y profesional.\"}', '2024-12-31 00:48:18', '2024-12-31 00:48:18'), (30, 8, 'Modules\\LMS\\Models\\Slider\\Slider', 'bn', '{\"title\":\"\\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a8\\u09bf\\u099c\\u09c7\\u0995\\u09c7 \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\",\"highlight_text\":\"\\u099c\\u09cd\\u099e\\u09be\\u09a8\",\"sub_title\":\"\\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09b8\\u09c0\\u09ae\\u09be \\u099a\\u09cd\\u09af\\u09be\\u09b2\\u09c7\\u099e\\u09cd\\u099c\",\"buttons\":{\"name\":\"\\u0986\\u099c\\u0987 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09af\\u09cb\\u0997 \\u09a6\\u09bf\\u09a8\"},\"description\":\"\\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u099c\\u09c0\\u09ac\\u09a8\\u09a7\\u09be\\u09b0\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09ae\\u09be\\u09a8\\u09be\\u09a8\\u09b8\\u0987 \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0989\\u099a\\u09cd\\u099a\\u09be\\u0995\\u09be\\u0999\\u09cd\\u0995\\u09cd\\u09b7\\u09be\\u0995\\u09c7 \\u09ac\\u09be\\u09b8\\u09cd\\u09a4\\u09ac\\u09c7 \\u09b0\\u09c2\\u09aa\\u09be\\u09a8\\u09cd\\u09a4\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u098f\\u09ac\\u0982 \\u09aa\\u09c7\\u09b6\\u09be\\u09a6\\u09be\\u09b0 \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0\\u09cd\\u09a5\\u09c0\\u09a6\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09b8\\u09ae\\u09cd\\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09af\\u09bc\\u09c7 \\u09af\\u09cb\\u0997 \\u09a6\\u09bf\\u09a8\\u0964\"}', '2024-12-31 00:49:10', '2024-12-31 00:49:10'), (31, 9, 'Modules\\LMS\\Models\\Slider\\Slider', 'ar', '{\"title\":\"\\u0631\\u062d\\u0644\\u0629 \\u0627\\u0643\\u062a\\u0634\\u0627\\u0641 \\u0648\\u0641\\u0631\\u062d \\u0641\\u064a\",\"highlight_text\":\"\\u0645\\u062f\\u0631\\u0633\\u062a\\u0646\\u0627\",\"sub_title\":null,\"buttons\":{\"name\":\"\\u0637\\u0644\\u0628 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\"},\"description\":\"\\u0642\\u0645 \\u0628\\u0628\\u0646\\u0627\\u0621 \\u0645\\u0633\\u064a\\u0631\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0647\\u0646\\u064a\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u0645\\u0631\\u0646\\u0629 \\u0648\\u0645\\u0635\\u0645\\u0645\\u0629 \\u062e\\u0635\\u064a\\u0635\\u064b\\u0627 \\u0644\\u0643 \\u0628\\u0642\\u064a\\u0627\\u062f\\u0629 \\u0645\\u062f\\u0631\\u0628\\u064a\\u0646 \\u0645\\u0646 \\u0627\\u0644\\u0637\\u0631\\u0627\\u0632 \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645\\u064a.\"}', '2024-12-31 00:50:13', '2024-12-31 00:50:13'), (32, 11, 'Modules\\LMS\\Models\\Category', 'en', '{\"title\":\"Artificial\",\"meta_title\":\"AI & Machine Learning - Learn Deep Learning, NLP & More\",\"meta_description\":\"Delve into the future of technology with AI and machine learning courses. Explore deep learning, natural language processing (NLP), neural networks, and more. Learn to create smart applications that can analyze and adapt.\"}', '2024-12-31 00:50:33', '2024-12-31 00:50:33'), (33, 9, 'Modules\\LMS\\Models\\Slider\\Slider', 'es', '{\"title\":\"Un viaje de descubrimiento y alegr\\u00eda en\",\"highlight_text\":\"Nuestra Escuela\",\"sub_title\":null,\"buttons\":{\"name\":\"Llamado para informaci\\u00f3n\"},\"description\":\"Construya su carrera con experiencias de aprendizaje flexibles y personalizadas dirigidas por instructores de primer nivel.\"}', '2024-12-31 00:51:56', '2024-12-31 00:51:56'), (34, 9, 'Modules\\LMS\\Models\\Slider\\Slider', 'bn', '{\"title\":\"\\u098f \\u099c\\u09be\\u09b0\\u09cd\\u09a8\\u09bf \\u0985\\u09ab \\u09a1\\u09bf\\u09b8\\u0995\\u09ad\\u09be\\u09b0\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1 \\u099c\\u09af\\u09bc\",\"highlight_text\":\"\\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09cd\\u0995\\u09c1\\u09b2\",\"sub_title\":null,\"buttons\":{\"name\":\"\\u09a4\\u09a5\\u09cd\\u09af\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09b2 \\u0995\\u09b0\\u09c1\\u09a8\"},\"description\":\"\\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09ae\\u09be\\u09a8\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995\\u09a6\\u09c7\\u09b0 \\u09a8\\u09c7\\u09a4\\u09c3\\u09a4\\u09cd\\u09ac\\u09c7 \\u09a8\\u09ae\\u09a8\\u09c0\\u09af\\u09bc, \\u0989\\u09aa\\u09af\\u09cb\\u0997\\u09c0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a6\\u09bf\\u09af\\u09bc\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0995\\u09cd\\u09af\\u09be\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u09b0 \\u0997\\u09a1\\u09bc\\u09c7 \\u09a4\\u09c1\\u09b2\\u09c1\\u09a8\\u0964\"}', '2024-12-31 00:52:55', '2024-12-31 00:52:55'), (35, 6, 'Modules\\LMS\\Models\\Slider\\Slider', 'es', '{\"title\":\"Descubra el conocimiento que inspira el crecimiento\",\"highlight_text\":null,\"sub_title\":\"Bienvenidos a Educate\",\"buttons\":{\"name\":null},\"description\":\"Aprende a tu ritmo y alcanza tus objetivos con cursos que te priorizan. Emb\\u00e1rcate en un viaje para mejorar tus habilidades y tomar las riendas de tu futuro.\"}', '2024-12-31 00:53:53', '2024-12-31 00:53:53'), (36, 6, 'Modules\\LMS\\Models\\Slider\\Slider', 'bn', '{\"title\":\"\\u099c\\u09cd\\u099e\\u09be\\u09a8 \\u0986\\u09ac\\u09bf\\u09b7\\u09cd\\u0995\\u09be\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8 \\u09af\\u09be \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf\\u0995\\u09c7 \\u0985\\u09a8\\u09c1\\u09aa\\u09cd\\u09b0\\u09be\\u09a3\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7\",\"highlight_text\":null,\"sub_title\":\"\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae\",\"buttons\":{\"name\":null},\"description\":\"\\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0997\\u09a4\\u09bf\\u09a4\\u09c7 \\u09b6\\u09bf\\u0996\\u09c1\\u09a8 \\u098f\\u09ac\\u0982 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u09aa\\u09cd\\u09b0\\u09a5\\u09ae\\u09c7 \\u09b0\\u09be\\u0996\\u09c7 \\u098f\\u09ae\\u09a8 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af\\u0997\\u09c1\\u09b2\\u09bf \\u0985\\u09b0\\u09cd\\u099c\\u09a8 \\u0995\\u09b0\\u09c1\\u09a8\\u09f7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be \\u09ac\\u09be\\u09a1\\u09bc\\u09be\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ad\\u09ac\\u09bf\\u09b7\\u09cd\\u09af\\u09a4\\u09c7\\u09b0 \\u09a6\\u09be\\u09af\\u09bc\\u09bf\\u09a4\\u09cd\\u09ac \\u09a8\\u09bf\\u09a4\\u09c7 \\u098f\\u0995\\u099f\\u09bf \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c1\\u09a8\\u0964\"}', '2024-12-31 00:54:57', '2024-12-31 00:54:57'), (37, 5, 'Modules\\LMS\\Models\\Slider\\Slider', 'ar', '{\"title\":\"\\u0627\\u0643\\u062a\\u0634\\u0641 \\u0625\\u0645\\u0643\\u0627\\u0646\\u064a\\u0627\\u062a\\u0643 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645\",\"highlight_text\":null,\"sub_title\":\"\\u0645\\u0631\\u062d\\u0628\\u0627\\u064b \\u0628\\u0643\\u0645 \\u0641\\u064a Edulab\",\"buttons\":{\"name\":null},\"description\":\"\\u0625\\u064a\\u062f\\u0648\\u0644\\u0627\\u0628 \\u062a\\u0644\\u062a\\u0632\\u0645 \\u0628\\u062a\\u0642\\u062f\\u064a\\u0645 \\u062a\\u0639\\u0644\\u064a\\u0645 \\u0639\\u0627\\u0644\\u064a \\u0627\\u0644\\u062c\\u0648\\u062f\\u0629 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0644\\u0644\\u0645\\u062a\\u0639\\u0644\\u0645\\u064a\\u0646 \\u0641\\u064a \\u062c\\u0645\\u064a\\u0639 \\u0623\\u0646\\u062d\\u0627\\u0621 \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645. \\u0645\\u0647\\u0645\\u062a\\u0646\\u0627 \\u0647\\u064a \\u062c\\u0639\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0639\\u0627\\u0644\\u064a \\u0627\\u0644\\u062c\\u0648\\u062f\\u0629 \\u0645\\u062a\\u0627\\u062d\\u064b\\u0627 \\u0648\\u062c\\u0630\\u0627\\u0628\\u064b\\u0627\\u060c \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0648\\u0627\\u0633\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u064a\\u062f\\u0631\\u0633\\u0647\\u0627 \\u062e\\u0628\\u0631\\u0627\\u0621 \\u0627\\u0644\\u0635\\u0646\\u0627\\u0639\\u0629.\"}', '2024-12-31 00:58:10', '2024-12-31 00:58:10'), (38, 5, 'Modules\\LMS\\Models\\Slider\\Slider', 'es', '{\"title\":\"Descubra su potencial a trav\\u00e9s del aprendizaje\",\"highlight_text\":null,\"sub_title\":\"Bienvenidos a Educate\",\"buttons\":{\"name\":null},\"description\":\"Edulab se dedica a brindar educaci\\u00f3n en l\\u00ednea de primer nivel a estudiantes de todo el mundo. Nuestra misi\\u00f3n es hacer que el aprendizaje de alta calidad sea accesible y atractivo, con una amplia gama de cursos impartidos por expertos de la industria.\"}', '2024-12-31 00:58:57', '2024-12-31 00:58:57'), (39, 5, 'Modules\\LMS\\Models\\Slider\\Slider', 'bn', '{\"title\":\"\\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09cd\\u09af\\u09a4\\u09be \\u0986\\u09ac\\u09bf\\u09b7\\u09cd\\u0995\\u09be\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8\",\"highlight_text\":null,\"sub_title\":\"\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae\",\"buttons\":{\"name\":null},\"description\":\"Edulab \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u09c0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0\\u09cd\\u09a5\\u09c0\\u09a6\\u09c7\\u09b0 \\u09b6\\u09c0\\u09b0\\u09cd\\u09b7-\\u09b8\\u09cd\\u09a4\\u09b0\\u09c7\\u09b0 \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4\\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u0989\\u099a\\u09cd\\u099a-\\u09ae\\u09be\\u09a8\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u0995\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995 \\u0995\\u09b0\\u09be, \\u09b6\\u09bf\\u09b2\\u09cd\\u09aa \\u09ac\\u09bf\\u09b6\\u09c7\\u09b7\\u099c\\u09cd\\u099e\\u09b0\\u09be \\u09ac\\u09bf\\u09b8\\u09cd\\u09a4\\u09c3\\u09a4 \\u09aa\\u09b0\\u09bf\\u09b8\\u09b0\\u09c7\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u09b6\\u09c7\\u0996\\u09be\\u09a8\\u0964\"}', '2024-12-31 01:00:10', '2024-12-31 01:00:10'); -- -------------------------------------------------------- -- -- Table structure for table `email_templates` -- CREATE TABLE `email_templates` ( `id` bigint(20) UNSIGNED NOT NULL, `subject` varchar(255) NOT NULL, `template_name` varchar(255) NOT NULL, `description` text NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `email_templates` -- INSERT INTO `email_templates` (`id`, `subject`, `template_name`, `description`, `created_at`, `updated_at`) VALUES (1, 'Password Reset', 'password_reset', '<p>Hello [name]</p>', NULL, NULL), (2, 'Registered successfully', 'user_registered', '<p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\">Hello, [user_name]</span></p><p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\"><br></span></p><p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\">Thank you for registering our learning management system as a [role_name]. and verify your account. click on the below [link]</span><br></p><p><span style=\"font-weight: bolder; color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\"><br></span></p><p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\">Thanks</span></p><p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\"> [app_name].</span><span style=\"font-weight: bolder; color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\"><br></span><br></p>', NULL, NULL), (3, 'Email verification', 'email_verification', '<p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\">You have received an email verification code. Your code is [email_link]</span><br></p>', NULL, NULL), (4, 'Forgot password', 'forgot_password', '<p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\">Hello, [user_name].</span></p><p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\"><br></span></p><p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\"><br></span></p><p><span style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\"><font color=\"#6c757d\" face=\"Nunito, sans-serif\"><span style=\"font-size: 14px;\">Your Verification link [password_reset_link]</span></font></span><br></p><p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\"><br></span></p><p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\"><br></span></p><p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\">Thanks</span></p><p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\"> [app_name].</span></p><p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\"><br></span></p><p><br></p><p><br></p>', NULL, '2024-12-30 00:21:02'), (5, 'Noticeboard', 'noticeboard_student', '<p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, sans-serif; font-size: 14px;\">Hi, You have a new notice by [instructor_name]. The course [course_title] [notice_title][notice_description].</span></p><p><br></p><p><br></p>', NULL, NULL), (6, 'Course Approved Successfully.', 'course_approved', '<p>Hello, [instructor_name]</p><p><br></p><p><br></p><p> <span style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\"> Your course name :</span><span style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity)); --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ;\"> </span><span style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\"><b> [course_title]</b> is approved.</span></p><p><br></p><p><br></p><p>Thanks </p><p><br></p><p>[app_name]</p><p><br></p><p><br></p>', NULL, NULL), (7, 'Course Rejected.', 'course_rejected', '<p>Hello, [instructor_name],</p><p><br></p><p><br></p><p> [course_title] This is course rejected. please try again.</p><p><br></p><p><br></p><p>Thanks</p><p><br></p><p>[app_name]</p>', NULL, NULL), (8, 'Your account is active.', 'account_activated', '<p>Hello, [user_name],</p><p><br></p><p><br></p><p>Your account has been approved.</p><p><br></p><p><br></p><p>Thank</p><p>[app_name]</p>', NULL, NULL), (9, 'Your account is Deactived.', 'account_deactivated', '<p>Hello [user_name]</p><p><span style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\"><br></span></p><p><span style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\">Im sorry for that your account is Deactived. Because you are breaking our rules.</span><br></p><p><br></p><p>Thanks </p><p>[app_name]</p>', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `enrollments` -- CREATE TABLE `enrollments` ( `id` bigint(20) UNSIGNED NOT NULL, `student_id` bigint(20) UNSIGNED NOT NULL, `organization_id` bigint(20) UNSIGNED DEFAULT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `course_title` varchar(255) NOT NULL, `price` decimal(10,2) DEFAULT NULL, `status` enum('free','paid') NOT NULL, `course_status` enum('processing','completed') NOT NULL DEFAULT 'processing', `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 `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(255) NOT NULL, `connection` text NOT NULL, `queue` text NOT NULL, `payload` longtext NOT NULL, `exception` longtext NOT NULL, `failed_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `faqs` -- CREATE TABLE `faqs` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `answer` text NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `faqs` -- INSERT INTO `faqs` (`id`, `title`, `answer`, `created_at`, `updated_at`) VALUES (1, 'What is the focus of this UI/UX Design course?', '<p>This course focuses on teaching the fundamentals of user interface (UI) and user experience (UX) design, including wireframing, prototyping, design principles, and using industry-standard tools like Figma and Adobe XD.</p>', '2024-11-27 13:24:40', '2024-11-27 13:24:40'), (2, 'Do I need any prior experience to enroll in this course?', '<p>No prior experience is required! This course is beginner-friendly and covers everything from basic concepts to advanced techniques, ensuring a smooth learning curve for everyone.</p>', '2024-11-27 13:25:02', '2024-11-27 13:25:02'), (3, 'Which tools and software will I learn in this course?', '<p>You will learn tools such as Figma, Sketch, Adobe XD, and InVision. The course also provides hands-on experience with collaborative tools and usability testing platforms.</p>', '2024-11-27 13:25:19', '2024-11-27 13:25:19'), (4, 'Will I work on real-world projects during this course?', '<p>Yes, the course includes practical assignments and real-world projects. You will create wireframes, mockups, and prototypes for applications and websites to build your portfolio.</p>', '2024-11-27 13:25:36', '2024-11-27 13:25:36'), (5, 'What career opportunities can I pursue after completing this course?', '<p>After completing the course, you can explore roles such as UI Designer, UX Designer, Product Designer, Interaction Designer, and UX Researcher. These skills are in high demand across industries.</p>', '2024-11-27 13:25:53', '2024-11-27 13:25:53'), (8, 'Will I receive a certificate after completing the course?', '<p>Yes, you will receive an industry-recognized certificate upon successfully completing the course.</p>', '2024-11-27 13:27:03', '2024-11-27 13:27:03'), (9, 'Are there any live Q&A sessions with instructors?', '<p>Yes, regular live Q&A sessions are included to clarify doubts and provide additional guidance.</p>', '2024-11-27 13:27:21', '2024-11-27 13:27:21'), (10, 'What kind of support will I get during the course?', '<p>You will have access to a dedicated support team, community forums, and direct communication with instructors for assistance.</p>', '2024-11-27 13:27:37', '2024-11-27 13:27:37'), (11, 'How will the practical assignments be graded?', '<p>Assignments are graded by expert instructors, and you will receive detailed feedback to help you improve.</p>', '2024-11-27 13:27:56', '2024-11-27 13:27:56'), (12, 'Can I access the course material after completion?', '<p>Yes, most courses provide lifetime access to the material for your reference.</p>', '2024-11-27 13:28:15', '2024-11-27 13:28:15'), (13, 'Are there exams or tests in the course?', '<p>Yes, assessments like quizzes and exams are included to test your knowledge and understanding of the topics.</p>', '2024-11-27 13:28:36', '2024-11-27 13:28:36'), (14, 'Can I learn at my own pace?', '<p>Yes, the course offers a self-paced learning option, allowing you to study according to your schedule.</p>', '2024-11-27 13:29:27', '2024-11-27 13:29:27'); -- -------------------------------------------------------- -- -- Table structure for table `forums` -- CREATE TABLE `forums` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `description` text NOT NULL, `image` varchar(255) DEFAULT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `forum_posts` -- CREATE TABLE `forum_posts` ( `id` bigint(20) UNSIGNED NOT NULL, `forum_id` bigint(20) UNSIGNED NOT NULL, `sub_forum_id` bigint(20) UNSIGNED NOT NULL, `author_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `description` text NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `heroes` -- CREATE TABLE `heroes` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `theme_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 0, `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 `heroes` -- INSERT INTO `heroes` (`id`, `user_id`, `theme_id`, `title`, `status`, `deleted_at`, `created_at`, `updated_at`) VALUES (1, 1, 1, 'Default Hero Slider', 1, NULL, '2024-12-03 11:05:55', '2024-12-03 11:44:17'), (2, 1, 2, 'Home Two Slider', 1, NULL, '2024-12-03 11:34:39', '2024-12-10 00:31:07'), (3, 1, 3, 'Home Three Slider', 1, NULL, '2024-12-03 11:37:03', '2024-12-03 11:37:03'), (4, 1, 4, 'Home Four Slider', 1, NULL, '2024-12-03 11:37:23', '2024-12-03 11:38:04'), (5, 1, 5, 'Home Five Slider', 1, NULL, '2024-12-03 11:37:46', '2024-12-27 17:23:36'); -- -------------------------------------------------------- -- -- Table structure for table `icons` -- CREATE TABLE `icons` ( `id` bigint(20) UNSIGNED NOT NULL, `icon_provider_id` bigint(20) UNSIGNED NOT NULL, `icon` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `icons` -- INSERT INTO `icons` (`id`, `icon_provider_id`, `icon`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 1, '<i class=\"ri-pages-line\"></i>', 1, '2024-12-24 19:12:58', '2024-12-24 19:12:58', NULL); -- -------------------------------------------------------- -- -- Table structure for table `icon_providers` -- CREATE TABLE `icon_providers` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `icon_providers` -- INSERT INTO `icon_providers` (`id`, `name`, `status`, `created_at`, `updated_at`) VALUES (1, 'Remix', 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `instructors` -- CREATE TABLE `instructors` ( `id` bigint(20) UNSIGNED NOT NULL, `country_id` bigint(20) UNSIGNED DEFAULT NULL, `state_id` bigint(20) UNSIGNED DEFAULT NULL, `city_id` bigint(20) UNSIGNED DEFAULT NULL, `language_id` bigint(20) UNSIGNED DEFAULT NULL, `time_zone_id` bigint(20) UNSIGNED DEFAULT NULL, `designation_id` bigint(20) UNSIGNED DEFAULT NULL, `first_name` varchar(255) NOT NULL, `last_name` varchar(255) NOT NULL, `phone` varchar(255) NOT NULL, `profile_img` varchar(255) DEFAULT NULL, `cover_photo` varchar(255) DEFAULT NULL, `address` varchar(255) DEFAULT NULL, `about` text DEFAULT NULL, `status` int(11) NOT NULL DEFAULT 1, `age` int(11) DEFAULT NULL, `gender` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `instructors` -- INSERT INTO `instructors` (`id`, `country_id`, `state_id`, `city_id`, `language_id`, `time_zone_id`, `designation_id`, `first_name`, `last_name`, `phone`, `profile_img`, `cover_photo`, `address`, `about`, `status`, `age`, `gender`, `created_at`, `updated_at`, `deleted_at`) VALUES (2, 1, 1, 1, 1, 1, 1, 'John', 'Smith', '+1 123-456-7890', 'lms-NQTisjM3.webp', 'lms-p3STQiey.webp', '123 Golden Gate Ave, San Francisco, CA 94103', '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', 1, NULL, NULL, '2024-11-26 15:53:28', '2024-12-30 00:03:47', NULL), (4, 7, 7, 6, 2, 2, 3, 'Sarah', 'Johnson', '+44 789-456-1234', 'lms-txQEJxay.webp', 'lms-p3STQiey.webp', '45 Oxford Street, London, W1D 2DZ', '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', 1, NULL, NULL, '2024-11-26 16:03:05', '2024-12-30 00:03:33', NULL), (5, 7, 7, 6, 3, 3, 3, 'John', 'Abraham', '+44 789-456-1238', 'lms-6Dv0EyvQ.webp', 'lms-p3STQiey.webp', '45 Oxford Street, London, W1D 2DZ', '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', 1, NULL, NULL, '2024-11-26 16:03:05', '2024-12-30 00:03:23', NULL), (6, 5, 3, 4, 4, 5, 5, 'Emma', 'Brown', '+61 423-567-8901', 'lms-dq2Qr9k2.webp', 'lms-p3STQiey.webp', '89 Harbour St, Sydney, NSW 2000', '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', 1, NULL, NULL, '2024-11-26 16:17:26', '2024-12-30 00:03:12', NULL), (7, 2, 2, 2, 1, 7, 6, 'Ahmed', 'Hassan', '+971 50-123-4567', 'lms-prnZ4ooz.webp', 'lms-p3STQiey.webp', '32 Sheikh Zayed Rd, Canada', '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', 1, NULL, NULL, '2024-11-26 16:19:47', '2024-12-30 00:03:00', NULL), (8, 3, 4, 3, 1, 4, 7, 'Olivia', 'Martinez', '+34 612-345-678', 'lms-XjMjZbvH.webp', 'lms-p3STQiey.webp', '24 Calle Mayor, Germany, 28013', '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', 1, NULL, NULL, '2024-11-26 16:29:59', '2024-12-30 00:02:49', NULL), (9, 8, 8, 7, 1, 3, 8, 'Chen', 'Wei', '+86 135-6789-4321', 'lms-ItaQqrmm.webp', 'lms-p3STQiey.webp', '88 Zhongruans Rd, Brasilia, Brazil', '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', 1, NULL, NULL, '2024-11-26 16:33:34', '2024-12-30 00:02:38', NULL), (10, 9, 9, NULL, 3, 4, 10, 'Smith', 'Nguyen', '+84 123-456-7890', 'lms-YWjtcEFx.webp', 'lms-p3STQiey.webp', '25 Nguyen Hue St, District 1, Ho Chi Minh City', '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', 1, NULL, NULL, '2024-11-26 16:36:20', '2024-12-30 00:02:21', NULL), (11, 2, 2, 2, 2, 2, 12, 'Robert', 'Bloom', '+1 312-555-7845', 'lms-ObZnCY4y.webp', 'lms-p3STQiey.webp', '243 W Washington Blvd, Chicago, IL 60607', '<ul><li>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</li></ul>', 1, NULL, NULL, '2024-11-26 18:19:31', '2024-12-30 00:02:12', NULL), (14, 4, 5, 10, 4, 6, 17, 'Kabir', 'Hosen', '01945545432', 'lms-4dtpfg8z.webp', 'lms-p3STQiey.webp', 'Yoshidahonmachi, Sakyo Ward,', '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', 1, NULL, NULL, '2024-11-28 15:54:28', '2024-12-19 05:42:27', NULL), (18, 3, 4, 3, 2, 3, 19, 'Robert', 'Smith', '01234567891', 'lms-MjlkQGCo.webp', 'lms-p3STQiey.webp', '14, Zepernicker Straße', '<p>Hi, I am Robert, a passionate UI/UX designer with a keen eye for creating intuitive, user-centric designs. I specialize in crafting seamless digital experiences that not only look great but are also functional and accessible. With a strong background in design principles and a love for innovation, I strive to deliver interfaces that solve problems while providing delightful user interactions. Whether it is designing mobile apps, websites, or complex software, my goal is always to improve usability and ensure a smooth journey for the end user.</p>', 1, NULL, 'male', '2024-11-28 16:31:33', '2024-12-30 00:01:42', NULL), (19, 2, 2, 2, 1, 3, 30, 'omar khaiyam', 'ratul', '01703064636', 'lms-JAubDAes.webp', 'lms-p3STQiey.webp', '100 Queen St W,', 'Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.', 1, NULL, NULL, '2024-12-04 13:37:26', '2024-12-30 00:01:58', NULL), (21, 1, 1, 1, 4, 7, 17, 'Ahasan', 'Hosen', '01589785461', 'lms-bvcyt7ni.webp', 'lms-p3STQiey.webp', '1494 Lowes Alley', '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', 1, NULL, NULL, '2024-12-05 17:06:22', '2024-12-30 00:01:01', NULL), (24, NULL, NULL, NULL, NULL, NULL, 60, 'Mahabubul', 'Alam', '01789881913', NULL, NULL, NULL, NULL, 0, NULL, NULL, '2024-12-24 16:35:42', '2024-12-30 00:20:11', NULL); -- -------------------------------------------------------- -- -- Table structure for table `instructor_organizations` -- CREATE TABLE `instructor_organizations` ( `id` bigint(20) UNSIGNED NOT NULL, `instructor_id` bigint(20) UNSIGNED NOT NULL, `organization_id` bigint(20) UNSIGNED NOT 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 `jobs` -- CREATE TABLE `jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `queue` varchar(255) NOT NULL, `payload` longtext NOT NULL, `attempts` tinyint(3) UNSIGNED NOT NULL, `reserved_at` int(10) UNSIGNED DEFAULT NULL, `available_at` int(10) UNSIGNED NOT NULL, `created_at` int(10) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `job_batches` -- CREATE TABLE `job_batches` ( `id` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `total_jobs` int(11) NOT NULL, `pending_jobs` int(11) NOT NULL, `failed_jobs` int(11) NOT NULL, `failed_job_ids` longtext NOT NULL, `options` mediumtext DEFAULT NULL, `cancelled_at` int(11) DEFAULT NULL, `created_at` int(11) NOT NULL, `finished_at` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `languages` -- CREATE TABLE `languages` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `code` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `active` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `languages` -- INSERT INTO `languages` (`id`, `name`, `code`, `status`, `active`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'English', 'en', 1, 0, '2024-11-26 11:05:44', '2024-11-28 11:21:37', NULL), (2, 'Arabic', 'ar', 1, 0, '2024-11-26 11:05:44', '2024-11-28 11:28:28', NULL), (3, 'Spanish', 'es', 1, 0, '2024-11-26 11:05:44', '2024-11-26 11:05:44', NULL), (4, 'Bengali', 'bn', 1, 0, '2024-11-26 11:05:44', '2024-11-26 11:05:44', NULL); -- -------------------------------------------------------- -- -- Table structure for table `lectures` -- CREATE TABLE `lectures` ( `id` bigint(20) UNSIGNED NOT NULL, `topic_type_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `duration` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `levels` -- CREATE TABLE `levels` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `levels` -- INSERT INTO `levels` (`id`, `name`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Intermediate to Advanced', 1, '2024-11-26 15:21:52', '2024-12-18 02:15:12', '2024-12-18 02:15:12'), (2, 'Intermediate', 1, '2024-11-26 15:22:07', '2024-11-26 15:22:07', NULL), (3, 'Beginner to Intermediate', 1, '2024-11-26 15:23:27', '2024-11-26 15:23:27', NULL), (4, 'Basic to Intermediate', 1, '2024-11-26 15:23:41', '2024-11-26 15:23:41', NULL), (5, 'Beginner to Intermediate 2X', 1, '2024-11-26 15:24:13', '2024-11-26 15:24:13', NULL), (6, 'Intermediate to Advanced 3X', 1, '2024-11-26 15:24:42', '2024-11-26 15:24:42', NULL); -- -------------------------------------------------------- -- -- Table structure for table `localizations` -- CREATE TABLE `localizations` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `guard` varchar(255) DEFAULT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `ip` varchar(255) NOT NULL, `country` varchar(255) DEFAULT NULL, `country_code` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `localizations` -- INSERT INTO `localizations` (`id`, `user_id`, `guard`, `language_id`, `ip`, `country`, `country_code`, `created_at`, `updated_at`) VALUES (1, 1, 'admin', 2, '103.197.153.161', 'Bangladesh', 'bd', '2024-12-24 16:43:58', '2024-12-31 02:28:06'); -- -------------------------------------------------------- -- -- Table structure for table `meet_providers` -- CREATE TABLE `meet_providers` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `meet_providers` -- INSERT INTO `meet_providers` (`id`, `name`, `slug`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Google Meet', 'google-meet', 1, '2024-12-24 03:28:11', '2024-12-24 03:28:11', NULL); -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '0001_01_01_000001_create_cache_table', 1), (2, '0001_01_01_000002_create_jobs_table', 1), (3, '2024_01_24_045820_create_countries_table', 1), (4, '2024_02_07_060512_create_designations_table', 1), (5, '2024_02_24_045830_create_states_table', 1), (6, '2024_02_24_045839_create_cities_table', 1), (7, '2024_02_25_070834_create_user_types_table', 1), (8, '2024_03_24_110630_create_languages_table', 1), (9, '2024_03_24_131421_create_time_zones_table', 1), (10, '2024_03_25_043218_create_skills_table', 1), (11, '2024_03_25_061615_create_levels_table', 1), (12, '2024_03_25_085141_create_students_table', 1), (13, '2024_03_25_085613_create_admins_table', 1), (14, '2024_03_25_085613_create_instructors_table', 1), (15, '2024_03_25_085613_create_organizations_table', 1), (16, '2024_04_23_130802_create_personal_access_tokens_table', 1), (17, '2024_04_23_160037_create_users_table', 1), (18, '2024_04_24_062531_create_meet_providers_table', 1), (19, '2024_04_24_094004_create_permission_tables', 1), (20, '2024_04_24_134742_create_icon_providers_table', 1), (21, '2024_04_24_141221_create_icons_table', 1), (22, '2024_04_24_143345_create_categories_table', 1), (23, '2024_04_25_034222_create_outcomes_table', 1), (24, '2024_04_25_035459_create_subjects_table', 1), (25, '2024_04_25_040704_create_tags_table', 1), (26, '2024_04_25_041643_create_currencies_table', 1), (27, '2024_04_25_044820_create_user_skills_table', 1), (28, '2024_04_25_045049_create_courses_table', 1), (29, '2024_04_27_053916_create_course_instructors_table', 1), (30, '2024_04_27_150410_create_course_levels_table', 1), (31, '2024_04_27_150529_create_course_languages_table', 1), (32, '2024_04_27_153418_create_preview_images_table', 1), (33, '2024_04_27_153757_create_chapters_table', 1), (34, '2024_04_27_160338_create_topic_types_table', 1), (35, '2024_04_28_035148_create_topics_table', 1), (36, '2024_04_28_053459_create_quiz_types_table', 1), (37, '2024_04_28_060552_create_questions_table', 1), (38, '2024_04_28_061042_create_answers_table', 1), (39, '2024_04_28_071242_create_quizzes_table', 1), (40, '2024_04_28_120011_create_lectures_table', 1), (41, '2024_04_28_120217_create_supplements_table', 1), (42, '2024_04_29_032047_create_assignments_table', 1), (43, '2024_04_29_072921_create_quiz_questions_table', 1), (44, '2024_05_13_135436_create_question_answers_table', 1), (45, '2024_05_14_043628_create_videos_table', 1), (46, '2024_05_14_091942_create_readings_table', 1), (47, '2024_05_14_094350_create_course_prices_table', 1), (48, '2024_05_14_113141_create_course_settings_table', 1), (49, '2024_05_14_123928_create_requirements_table', 1), (50, '2024_05_14_124639_create_course_requirements_table', 1), (51, '2024_05_15_025925_create_course_outcomes_table', 1), (52, '2024_05_15_033146_create_course_noticeboards_table', 1), (53, '2024_05_15_040057_create_related_courses_table', 1), (54, '2024_05_15_042117_create_course_preview_images_table', 1), (55, '2024_05_15_050106_create_course_bundles_table', 1), (56, '2024_05_15_060611_create_course_bundle_courses_table', 1), (57, '2024_05_15_071633_create_course_meet_providers_table', 1), (58, '2024_05_16_024014_create_coupon_types_table', 1), (59, '2024_05_16_033528_create_coupons_table', 1), (60, '2024_05_16_043639_create_coupon_courses_table', 1), (61, '2024_05_16_043648_create_coupon_categories_table', 1), (62, '2024_05_16_044027_create_coupon_course_bundles_table', 1), (63, '2024_05_16_060135_create_reward_types_table', 1), (64, '2024_05_16_064057_create_rewards_table', 1), (65, '2024_05_16_085639_create_companies_table', 1), (66, '2024_05_16_085843_create_universities_table', 1), (67, '2024_05_16_090242_create_testimonials_table', 1), (68, '2024_05_16_102210_create_email_templates_table', 1), (69, '2024_05_16_105538_create_theme_settings_table', 1), (70, '2024_05_16_120257_create_contacts_table', 1), (71, '2024_05_16_121213_create_support_categories_table', 1), (72, '2024_05_16_121257_create_ticket_supports_table', 1), (73, '2024_05_16_121319_create_ticket_replies_table', 1), (74, '2024_05_16_121349_create_support_files_table', 1), (75, '2024_05_16_130156_create_blog_categories_table', 1), (76, '2024_05_16_130212_create_blogs_table', 1), (77, '2024_05_16_130900_create_blog_blog_categories_table', 1), (78, '2024_05_22_030225_create_sessions_table', 1), (79, '2024_06_26_082424_create_course_faqs_table', 1), (80, '2024_06_27_050233_create_course_tags_table', 1), (81, '2024_07_03_123943_add_quiz_type_to_quiz_questions', 1), (82, '2024_07_07_041505_add_discount_percentage_to_coupons_table', 1), (83, '2024_07_08_033301_add_admin_id_to_blogs_table', 1), (84, '2024_07_13_125042_create_instructor_organizations_table', 1), (85, '2024_07_14_105605_create_student_courses_table', 1), (86, '2024_07_15_095640_create_enrollments_table', 1), (87, '2024_07_16_065947_create_user_education_table', 1), (88, '2024_07_18_102850_create_user_experiences_table', 1), (89, '2024_07_24_094145_create_forums_table', 1), (90, '2024_08_12_131857_create_payment_methods_table', 1), (91, '2024_08_14_091259_create_notification_templates_table', 1), (92, '2024_08_17_063941_create_notifications_table', 1), (93, '2024_09_12_031446_create_sub_forums_table', 1), (94, '2024_09_12_044304_create_forum_posts_table', 1), (95, '2024_09_12_110445_create_purchases_table', 1), (96, '2024_09_12_120434_create_purchase_details_table', 1), (97, '2024_09_18_035843_create_certificates_table', 1), (98, '2024_09_21_041248_create_user_certificates_table', 1), (99, '2024_09_21_094844_create_course_supports_table', 1), (100, '2024_09_22_094844_create_user_course_exams_table', 1), (101, '2024_10_03_123743_create_user_socials_table', 1), (102, '2024_10_06_134632_create_blog_comments_table', 1), (103, '2024_10_10_103301_create_faqs_table', 1), (104, '2024_10_13_044730_create_reviews_table', 1), (105, '2024_10_14_063415_create_take_answers_table', 1), (106, '2024_10_20_034504_create_question_scores_table', 1), (107, '2024_10_27_064438_create_assignment_files_table', 1), (108, '2024_11_07_081520_create_pages_table', 1), (109, '2024_11_12_173240_create_password_resets_table', 1), (110, '2024_11_21_043757_create_localizations_table', 1), (111, '2024_11_21_053528_create_translations_table', 1), (112, '2024_11_21_123704_create_themes_table', 1), (113, '2024_11_30_142541_add_view_to_blogs_table', 1), (114, '2024_12_01_065637_create_heroes_table', 1), (115, '2024_12_01_070623_create_sliders_table', 1), (116, '2024_12_28_123443_create_dynamic_content_translations_table', 2); -- -------------------------------------------------------- -- -- Table structure for table `model_has_permissions` -- CREATE TABLE `model_has_permissions` ( `permission_id` bigint(20) UNSIGNED NOT NULL, `model_type` varchar(255) NOT NULL, `model_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `model_has_roles` -- CREATE TABLE `model_has_roles` ( `role_id` bigint(20) UNSIGNED NOT NULL, `model_type` varchar(255) NOT NULL, `model_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `model_has_roles` -- INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES (1, 'Modules\\LMS\\Models\\Auth\\Admin', 2), (2, 'Modules\\LMS\\Models\\Auth\\Admin', 1), (3, 'Modules\\LMS\\Models\\User', 1), (3, 'Modules\\LMS\\Models\\User', 19), (3, 'Modules\\LMS\\Models\\User', 20), (3, 'Modules\\LMS\\Models\\User', 21), (3, 'Modules\\LMS\\Models\\User', 22), (3, 'Modules\\LMS\\Models\\User', 23), (3, 'Modules\\LMS\\Models\\User', 24), (3, 'Modules\\LMS\\Models\\User', 25), (3, 'Modules\\LMS\\Models\\User', 30), (3, 'Modules\\LMS\\Models\\User', 39), (3, 'Modules\\LMS\\Models\\User', 40), (3, 'Modules\\LMS\\Models\\User', 47), (4, 'Modules\\LMS\\Models\\User', 4), (4, 'Modules\\LMS\\Models\\User', 6), (4, 'Modules\\LMS\\Models\\User', 7), (4, 'Modules\\LMS\\Models\\User', 8), (4, 'Modules\\LMS\\Models\\User', 9), (4, 'Modules\\LMS\\Models\\User', 10), (4, 'Modules\\LMS\\Models\\User', 11), (4, 'Modules\\LMS\\Models\\User', 12), (4, 'Modules\\LMS\\Models\\User', 27), (4, 'Modules\\LMS\\Models\\User', 31), (4, 'Modules\\LMS\\Models\\User', 38), (4, 'Modules\\LMS\\Models\\User', 41), (4, 'Modules\\LMS\\Models\\User', 43), (4, 'Modules\\LMS\\Models\\User', 48), (5, 'Modules\\LMS\\Models\\User', 13), (5, 'Modules\\LMS\\Models\\User', 14), (5, 'Modules\\LMS\\Models\\User', 16), (5, 'Modules\\LMS\\Models\\User', 17), (5, 'Modules\\LMS\\Models\\User', 18), (5, 'Modules\\LMS\\Models\\User', 26), (5, 'Modules\\LMS\\Models\\User', 34); -- -------------------------------------------------------- -- -- Table structure for table `notifications` -- CREATE TABLE `notifications` ( `id` char(36) NOT NULL, `type` varchar(255) NOT NULL, `notifiable_type` varchar(255) NOT NULL, `notifiable_id` bigint(20) UNSIGNED NOT NULL, `data` text NOT NULL, `read_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 `notifications` -- INSERT INTO `notifications` (`id`, `type`, `notifiable_type`, `notifiable_id`, `data`, `read_at`, `created_at`, `updated_at`) VALUES ('01d5b181-8fda-4c3f-942f-ce9c288ef737', 'Modules\\LMS\\Notifications\\NotifyCourseStatus', 'Modules\\LMS\\Models\\User', 38, '{\"status\":\"Approved\",\"title\":\"Digital Marketing 101\",\"slug\":\"digital-marketing-101\"}', NULL, '2024-12-30 00:18:49', '2024-12-30 00:18:49'), ('0503e9d1-1fa7-4c90-ad3b-2878fecd8dbb', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 16, '{\"title\":\"All course\",\"message\":\"<p>Hello, All course area approved.<\\/p>\"}', NULL, '2024-12-24 04:26:22', '2024-12-24 04:26:22'), ('09de545f-81f3-4207-ace8-ecb393880611', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 26, '{\"title\":\"All course\",\"message\":\"<p>Hello, All course area approved.<\\/p>\"}', NULL, '2024-12-24 04:26:22', '2024-12-24 04:26:22'), ('280d6908-8d71-4d0b-ae92-447917bde005', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 38, '{\"title\":\"Approved\",\"message\":\"<p>This is course is approved<\\/p>\"}', NULL, '2024-12-24 04:24:26', '2024-12-24 04:24:26'), ('2eb33f24-27d4-4516-b8cc-f920afea280c', 'Modules\\LMS\\Notifications\\NotifyCourseStatus', 'Modules\\LMS\\Models\\User', 8, '{\"status\":\"Approved\",\"title\":\"WordPress theme Development for Beginners\",\"slug\":\"wordpress-development-for-beginners\"}', NULL, '2024-12-30 22:57:27', '2024-12-30 22:57:27'), ('3b6bb004-e0fa-42b4-8ad0-00b68261630c', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 13, '{\"title\":\"All course\",\"message\":\"<p>Hello, All course area approved.<\\/p>\"}', NULL, '2024-12-24 04:26:22', '2024-12-24 04:26:22'), ('572252dd-8b50-4617-b480-23af4cef74e0', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 30, '{\"title\":\"Approved\",\"message\":\"<p>This is course is approved<\\/p>\"}', NULL, '2024-12-24 04:24:43', '2024-12-24 04:24:43'), ('78915bbc-34cc-401a-ba46-3830c3629dd2', 'Modules\\LMS\\Notifications\\NotifyCourseStatus', 'Modules\\LMS\\Models\\User', 7, '{\"status\":\"Pending\",\"title\":\"Build a Blockchain and a Cryptocurrency from Scratch\",\"slug\":\"build-a-blockchain-and-a-cryptocurrency-from-scratch\"}', NULL, '2024-12-24 06:14:36', '2024-12-24 06:14:36'), ('789e4702-ce21-4af4-9687-99748f05c302', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 18, '{\"title\":\"All course\",\"message\":\"<p>Hello, All course area approved.<\\/p>\"}', NULL, '2024-12-24 04:26:22', '2024-12-24 04:26:22'), ('7d1a6439-a628-40bc-a23e-6348570cc0f2', 'Modules\\LMS\\Notifications\\NotifyCourseStatus', 'Modules\\LMS\\Models\\User', 8, '{\"status\":\"Approved\",\"title\":\"Product Design Courses\",\"slug\":\"product-design-courses\"}', NULL, '2024-12-30 00:18:38', '2024-12-30 00:18:38'), ('8597fd2a-2f22-47d7-9523-b8e20b2e5428', 'Modules\\LMS\\Notifications\\NotifyCourseStatus', 'Modules\\LMS\\Models\\User', 7, '{\"status\":\"Approved\",\"title\":\"The Complete Digital Marketing Analysis Guide\",\"slug\":\"the-complete-digital-marketing-guide\"}', NULL, '2024-12-30 22:55:29', '2024-12-30 22:55:29'), ('88d2f5a8-62c0-4f86-986f-910fe8baf681', 'Modules\\LMS\\Notifications\\NotifyCourseStatus', 'Modules\\LMS\\Models\\User', 38, '{\"status\":\"Approved\",\"title\":\"Getting Started with Digital Marketing and SEO\",\"slug\":\"digital-marketing-101\"}', NULL, '2024-12-30 22:58:35', '2024-12-30 22:58:35'), ('8d0f9d35-d4b8-4b64-a94a-7d3539870157', 'Modules\\LMS\\Notifications\\NotifyCourseStatus', 'Modules\\LMS\\Models\\User', 8, '{\"status\":\"Approved\",\"title\":\"Full-Stack development with LARAVEL & PHP\",\"slug\":\"full-stack-web-development\"}', NULL, '2024-12-24 06:14:41', '2024-12-24 06:14:41'), ('a45bab9c-a5b4-4529-9a2b-b41f8fe8efa7', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 38, '{\"title\":\"Approved\",\"message\":\"<p>This is course is approved<\\/p>\"}', NULL, '2024-12-24 04:24:43', '2024-12-24 04:24:43'), ('a501a806-be66-4b5c-b235-319ace19a199', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 38, '{\"title\":\"Approved\",\"message\":\"<p>Hello, <\\/p><p><br><\\/p><p>I need to Approved.<\\/p>\"}', NULL, '2024-12-24 03:31:12', '2024-12-24 03:31:12'), ('ae530e0c-f874-412f-9a45-95e5dd7652eb', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 34, '{\"title\":\"All course\",\"message\":\"<p>Hello, All course area approved.<\\/p>\"}', NULL, '2024-12-24 04:26:22', '2024-12-24 04:26:22'), ('b768ad58-f47e-4a0b-8d8d-97a2b612841e', 'Modules\\LMS\\Notifications\\NotifyCourseStatus', 'Modules\\LMS\\Models\\User', 6, '{\"status\":\"Pending\",\"title\":\"Full Stack Web Development with JavaScript\",\"slug\":\"full-stack-web-development-with-javascript\"}', NULL, '2024-12-30 00:18:44', '2024-12-30 00:18:44'), ('cc2c2257-17b2-4e9b-9dc9-4a6934197d35', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 17, '{\"title\":\"All course\",\"message\":\"<p>Hello, All course area approved.<\\/p>\"}', NULL, '2024-12-24 04:26:22', '2024-12-24 04:26:22'), ('dd2b3251-706a-4542-94d0-99661031aeee', 'Modules\\LMS\\Notifications\\NotifyCourseStatus', 'Modules\\LMS\\Models\\User', 7, '{\"status\":\"Approved\",\"title\":\"Build a Blockchain and a Cryptocurrency from Scratch\",\"slug\":\"build-a-blockchain-and-a-cryptocurrency-from-scratch\"}', NULL, '2024-12-30 00:19:00', '2024-12-30 00:19:00'), ('e31ad544-f06b-4aeb-8c51-0abad7fddb0a', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 14, '{\"title\":\"All course\",\"message\":\"<p>Hello, All course area approved.<\\/p>\"}', NULL, '2024-12-24 04:26:22', '2024-12-24 04:26:22'), ('e4ed4e2c-88d7-4eba-8561-a12e3076f810', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\Auth\\Admin', 1, '{\"title\":\"New user registered\",\"message\":\"<p><span style=\\\"color: rgb(108, 117, 125); font-family: Nunito, \\\" segoe=\\\"\\\" ui\\\",=\\\"\\\" arial;=\\\"\\\" font-size:=\\\"\\\" 14px;\\\"=\\\"\\\">Mahabubul Alam registered on the platform on Dec 24 2024 16:35 pm\\u00a0as Instructor.<\\/span><br><\\/p>\"}', '2024-12-27 16:47:51', '2024-12-24 16:35:44', '2024-12-27 16:47:51'), ('e6d61032-a517-42e9-95eb-8e3d818e106e', 'Modules\\LMS\\Notifications\\NotifyCourseStatus', 'Modules\\LMS\\Models\\User', 6, '{\"status\":\"Approved\",\"title\":\"Full Stack Web Development with JavaScript\",\"slug\":\"full-stack-web-development-with-javascript\"}', NULL, '2024-12-30 00:18:37', '2024-12-30 00:18:37'), ('e7494d0c-73aa-4cce-9048-483534996209', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 30, '{\"title\":\"Approved\",\"message\":\"<p>This is course is approved<\\/p>\"}', NULL, '2024-12-24 04:24:26', '2024-12-24 04:24:26'), ('e966e362-99f4-45fe-a73b-a9e1b80c90c6', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 30, '{\"title\":\"Approved\",\"message\":\"<p>Hello, <\\/p><p><br><\\/p><p>I need to Approved.<\\/p>\"}', NULL, '2024-12-24 03:31:12', '2024-12-24 03:31:12'), ('f0664878-7cfb-44eb-a926-066b11a85178', 'Modules\\LMS\\Notifications\\NotifyAdmin', 'Modules\\LMS\\Models\\User', 48, '{\"title\":\"Account Status deactivated\",\"message\":\"<p>Your account is deactivated.<\\/p>\"}', NULL, '2024-12-27 16:49:54', '2024-12-27 16:49:54'), ('f49980a0-7ff8-44e9-ad94-e8c533546c8d', 'Modules\\LMS\\Notifications\\NotifyCourseStatus', 'Modules\\LMS\\Models\\User', 6, '{\"status\":\"Approved\",\"title\":\"Full Stack Web Development with JavaScript\",\"slug\":\"full-stack-web-development-with-javascript\"}', NULL, '2024-12-30 00:18:55', '2024-12-30 00:18:55'); -- -------------------------------------------------------- -- -- Table structure for table `notification_templates` -- CREATE TABLE `notification_templates` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `description` text NOT NULL, `template_name` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `notification_templates` -- INSERT INTO `notification_templates` (`id`, `title`, `description`, `template_name`, `created_at`, `updated_at`) VALUES (1, 'Complete your purchase today with discount!', '<p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, \"Segoe UI\", arial; font-size: 14px;\">Heres an exclusive [discount_amount] discount coupon to encourage you to finalize your purchase with us. Discount Code : [discount_code]</span><br></p>', 'discount_purchase', NULL, NULL), (2, 'New user registered', '<p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, \" segoe=\"\" ui\",=\"\" arial;=\"\" font-size:=\"\" 14px;\"=\"\">[user_name] registered on the platform on [time_date] as [user_role].</span><br></p>', 'new_register', NULL, '2024-11-28 12:53:58'), (3, 'Course approve', '<p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, "Segoe UI", arial; font-size: 14px;\">Your course with the title [course_title] is approved.</span><br></p>', 'course_approve', NULL, NULL), (4, 'Course rejection', '<span style=\"color: rgb(108, 117, 125); font-family: Nunito, "Segoe UI", arial; font-size: 14px;\">Your course with the title [course_title] was rejected.</span><br>', 'course_rejected', NULL, NULL), (5, 'New organization user', '<p><span style=\"color: rgb(108, 117, 125); font-family: Nunito, \"Segoe UI\", arial; font-size: 14px;\">[organization_name] submitted [user_.name] as new [user_role]</span><br></p>', 'new_organization', NULL, '2024-12-30 00:22:29'), (6, 'Course Approved', '<p><br></p><p><br></p><p>[course_title] this course is [course_status]. </p>', 'course_approved', NULL, NULL), (7, 'Account Status [_status_]', '<p>Your account is [_status_].</p>', 'account_status', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `organizations` -- CREATE TABLE `organizations` ( `id` bigint(20) UNSIGNED NOT NULL, `country_id` bigint(20) UNSIGNED DEFAULT NULL, `state_id` bigint(20) UNSIGNED DEFAULT NULL, `city_id` bigint(20) UNSIGNED DEFAULT NULL, `language_id` bigint(20) UNSIGNED DEFAULT NULL, `time_zone_id` bigint(20) UNSIGNED DEFAULT NULL, `name` varchar(255) NOT NULL, `phone` varchar(255) NOT NULL, `profile_img` varchar(255) DEFAULT NULL, `cover_photo` varchar(255) DEFAULT NULL, `location` varchar(255) DEFAULT NULL, `about` text DEFAULT NULL, `address` text DEFAULT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `organizations` -- INSERT INTO `organizations` (`id`, `country_id`, `state_id`, `city_id`, `language_id`, `time_zone_id`, `name`, `phone`, `profile_img`, `cover_photo`, `location`, `about`, `address`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (2, 5, 1, 1, 2, 7, 'Tech Innovators Ltd.', '+1 123-456-7890', 'lms-THwz7CG6.webp', 'lms-WU2b4zcP.webp', NULL, '<p>At Edulab, we understand that learning is at the heart of growth, innovation, and success. That’s why we’ve created a user-friendly platform that caters to diverse audiences, from students and employees to instructors and administrators. Our LMS is built to scale, making it the perfect solution for organizations of all sizes, whether you’re managing a small team or a global workforce.</p>', '500 Market Street, San Francisco, CA 94103', 1, '2024-11-26 16:47:19', '2024-12-30 22:48:57', NULL), (3, 3, 4, 3, 4, 3, 'Sparks Agency', '+44 789-123-4567', 'lms-vDwTzTls.webp', 'lms-YoESlR1I.webp', NULL, '<p>At Edulab, we understand that learning is at the heart of growth, innovation, and success. That’s why we’ve created a user-friendly platform that caters to diverse audiences, from students and employees to instructors and administrators. Our LMS is built to scale, making it the perfect solution for organizations of all sizes, whether you’re managing a small team or a global workforce.</p>', '123 Oxford Street, London, W1D 2DZ', 1, '2024-11-26 16:51:07', '2024-12-30 22:45:46', NULL), (5, 5, 3, 4, 1, 7, 'Visionary Designers', '+61 423-567-8901', 'lms-HbCpSHzv.webp', 'lms-NQZRAoiz.webp', NULL, '<p>At Edulab, we understand that learning is at the heart of growth, innovation, and success. That’s why we’ve created a user-friendly platform that caters to diverse audiences, from students and employees to instructors and administrators. Our LMS is built to scale, making it the perfect solution for organizations of all sizes, whether you’re managing a small team or a global workforce.</p>', '89 Harbour St, Sydney, NSW 2000', 1, '2024-11-26 17:07:54', '2024-12-05 23:43:20', NULL), (6, 3, 4, 3, 1, 2, 'Digital Horizon', '+971 50-123-4567', 'lms-VCn8YcvD.webp', 'lms-tLDhfDkL.webp', NULL, '<p>At Edulab, we understand that learning is at the heart of growth, innovation, and success. That’s why we’ve created a user-friendly platform that caters to diverse audiences, from students and employees to instructors and administrators. Our LMS is built to scale, making it the perfect solution for organizations of all sizes, whether you’re managing a small team or a global workforce.</p>', '15 Sheikh Zayed Rd, Dubai, UAE', 1, '2024-11-26 17:10:48', '2024-12-05 23:43:00', NULL), (7, 7, 7, 6, 3, 4, 'BrightPath Learning', '+34 612-345-678', 'lms-wIynZI9r.webp', 'lms-g9zBnRXn.webp', NULL, '<p>At <b>Edulab</b>, we understand that learning is at the heart of growth, innovation, and success. That’s why we’ve created a user-friendly platform that caters to diverse audiences, from students and employees to instructors and administrators. Our LMS is built to scale, making it the perfect solution for organizations of all sizes, whether you’re managing a small team or a global workforce.</p>', '24 Calle Mayor, Madrid, 28013', 1, '2024-11-26 17:13:09', '2024-12-05 23:42:22', NULL), (8, 1, 1, 1, 2, 2, 'Creative Data', '+1-234-567-890', 'lms-b0HasSHf.webp', 'lms-utxFhM1f.webp', NULL, '<p>At <b>Edulab</b>, we understand that learning is at the heart of growth, innovation, and success. That’s why we’ve created a user-friendly platform that caters to diverse audiences, from students and employees to instructors and administrators. Our LMS is built to scale, making it the perfect solution for organizations of all sizes, whether you’re managing a small team or a global workforce.</p>', '123 Elm Street, Springfield, IL, USA', 1, '2024-11-26 18:11:20', '2024-12-19 05:46:13', NULL), (11, 2, 2, 2, 1, 1, 'Codexshapper', '12345678910', 'lms-XgdIUatz.webp', 'lms-ZRHinzZJ.webp', NULL, '<p>At Edulab, we understand that learning is at the heart of growth, innovation, and success. That’s why we’ve created a user-friendly platform that caters to diverse audiences, from students and employees to instructors and administrators. Our LMS is built to scale, making it the perfect solution for organizations of all sizes, whether you’re managing a small team or a global workforce.</p>', '27 King\'s College Cir', 1, '2024-11-28 16:00:20', '2024-12-30 12:54:30', NULL); -- -------------------------------------------------------- -- -- Table structure for table `outcomes` -- CREATE TABLE `outcomes` ( `id` bigint(20) UNSIGNED NOT NULL, `title` text NOT NULL, `slug` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `outcomes` -- INSERT INTO `outcomes` (`id`, `title`, `slug`, `status`, `created_at`, `updated_at`) VALUES (1, 'Build beautifully designed web and mobile projects for your customers using modern tools used by top companies in 2025', 'build-beautifully-designed-web-and-mobile-projects-for-your-customers-using-modern-tools-used-by-top-companies-in-2025', 1, '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (2, 'Includes 100+ assets and premium design templates that you can keep and use to customize for all your future projects', 'includes-100-assets-and-premium-design-templates-that-you-can-keep-and-use-to-customize-for-all-your-future-projects', 1, '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (3, 'et hired as a Designer or become a freelancer that can work from anywhere and for anyone. Designers are in high demand!', 'et-hired-as-a-designer-or-become-a-freelancer-that-can-work-from-anywhere-and-for-anyone-designers-are-in-high-demand', 1, '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (4, 'Learn to design user interfaces using modern frameworks and tools such as Bootstrap, TailwindCSS, or React.', 'learn-to-design-user-interfaces-using-modern-frameworks-and-tools-such-as-bootstrap-tailwindcss-or-react', 1, '2024-11-28 12:37:29', '2024-11-28 12:37:29'), (5, 'By the end of the Full-Stack Developer course, you will:', 'by-the-end-of-the-full-stack-developer-course-you-will', 1, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (6, 'Have a solid understanding of both front-end (HTML, CSS, JavaScript, React) and back-end (Node.js, Express, MongoDB) technologies.', 'have-a-solid-understanding-of-both-front-end-html-css-javascript-react-and-back-end-nodejs-express-mongodb-technologies', 1, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (7, 'Be able to build and deploy full-stack web applications.', 'be-able-to-build-and-deploy-full-stack-web-applications', 1, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (8, 'Understand how to work with databases, manage user authentication, and develop APIs.', 'understand-how-to-work-with-databases-manage-user-authentication-and-develop-apis', 1, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (9, 'Gain hands-on experience by completing real-world projects.', 'gain-hands-on-experience-by-completing-real-world-projects', 1, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (10, 'Be job-ready, equipped with skills to pursue positions such as Full-Stack Developer, Backend Developer, or Frontend Developer.', 'be-job-ready-equipped-with-skills-to-pursue-positions-such-as-full-stack-developer-backend-developer-or-frontend-developer', 1, '2024-11-28 12:43:48', '2024-11-28 12:43:48'), (11, 'Understanding of UI/UX Concepts Gain a solid grasp of the basic concepts of User Interface (UI) and User Experience (UX) design. Understand the difference between UI and UX and how they work together to create cohesive designs.', 'understanding-of-uiux-concepts-gain-a-solid-grasp-of-the-basic-concepts-of-user-interface-ui-and-user-experience-ux-design-understand-the-difference-between-ui-and-ux-and-how-they-work-together-to-create-cohesive-designs', 1, '2024-11-28 13:07:51', '2024-11-28 13:07:51'), (12, '2. Design Thinking and Problem-Solving Learn the design thinking methodology, which emphasizes empathy, defining problems, ideation, prototyping, and testing. Develop problem-solving skills focused on user needs and creating intuitive, functional interfaces.', '2-design-thinking-and-problem-solving-learn-the-design-thinking-methodology-which-emphasizes-empathy-defining-problems-ideation-prototyping-and-testing-develop-problem-solving-skills-focused-on-user-needs-and-creating-intuitive-functional-interfaces', 1, '2024-11-28 13:19:20', '2024-11-28 13:19:20'), (13, 'Understand blockchain fundamentals and how cryptocurrencies work.', 'understand-blockchain-fundamentals-and-how-cryptocurrencies-work', 1, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (14, 'Build a blockchain from scratch using Node.js, including features like transaction signing and proof-of-work algorithms.', 'build-a-blockchain-from-scratch-using-nodejs-including-features-like-transaction-signing-and-proof-of-work-algorithms', 1, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (15, 'Develop a real-time peer-to-peer server for blockchain communication.', 'develop-a-real-time-peer-to-peer-server-for-blockchain-communication', 1, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (16, 'Implement cryptographic techniques such as hashing, digital signatures, and transaction pools.', 'implement-cryptographic-techniques-such-as-hashing-digital-signatures-and-transaction-pools', 1, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (17, 'Gain the skills to build blockchain-based applications and prepare for a career in blockchain development.', 'gain-the-skills-to-build-blockchain-based-applications-and-prepare-for-a-career-in-blockchain-development', 1, '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (18, 'Understanding of WordPress Basics Learn the core concepts of WordPress, including installation, themes, plugins, and the WordPress dashboard. Understand WordPress\' templating system and how to customize it.', 'understanding-of-wordpress-basics-learn-the-core-concepts-of-wordpress-including-installation-themes-plugins-and-the-wordpress-dashboard-understand-wordpress-templating-system-and-how-to-customize-it', 1, '2024-11-28 13:24:42', '2024-11-28 13:24:42'), (19, 'Gain knowledge of key e-commerce concepts such as B2B, B2C, C2C, and C2B models. Understand e-commerce business structures and how they influence web development.', 'gain-knowledge-of-key-e-commerce-concepts-such-as-b2b-b2c-c2c-and-c2b-models-understand-e-commerce-business-structures-and-how-they-influence-web-development', 1, '2024-11-28 13:36:15', '2024-11-28 13:36:15'), (20, 'Understanding of Product Design Process: Students will learn the complete product design lifecycle, from ideation to prototyping and user testing.', 'understanding-of-product-design-process-students-will-learn-the-complete-product-design-lifecycle-from-ideation-to-prototyping-and-user-testing', 1, '2024-11-28 14:57:46', '2024-11-28 14:57:46'), (21, 'Master key digital marketing channels such as SEO, PPC, and social media marketing.', 'master-key-digital-marketing-channels-such-as-seo-ppc-and-social-media-marketing', 1, '2024-11-28 15:03:14', '2024-11-28 15:03:14'), (22, 'Create and execute successful digital marketing campaigns across various platforms.', 'create-and-execute-successful-digital-marketing-campaigns-across-various-platforms', 1, '2024-11-28 15:03:14', '2024-11-28 15:03:14'), (23, 'Analyze data to track and improve marketing performance.', 'analyze-data-to-track-and-improve-marketing-performance', 1, '2024-11-28 15:03:14', '2024-11-28 15:03:14'), (24, 'Develop effective online content for driving engagement and sales.', 'develop-effective-online-content-for-driving-engagement-and-sales', 1, '2024-11-28 15:03:14', '2024-11-28 15:03:14'), (25, 'Build a strong online brand presence and grow your business or freelance career.', 'build-a-strong-online-brand-presence-and-grow-your-business-or-freelance-career', 1, '2024-11-28 15:03:14', '2024-11-28 15:03:14'), (26, 'Understand the fundamentals of Kotlin programming language.', 'understand-the-fundamentals-of-kotlin-programming-language', 1, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (27, 'Set up and configure Android Studio and the development environment', 'set-up-and-configure-android-studio-and-the-development-environment', 1, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (28, 'Build professional-quality Android applications from scratch.', 'build-professional-quality-android-applications-from-scratch', 1, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (29, 'Implement object-oriented programming concepts in Kotlin.', 'implement-object-oriented-programming-concepts-in-kotlin', 1, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (30, 'Develop and test applications using the Android SDK and tools.', 'develop-and-test-applications-using-the-android-sdk-and-tools', 1, '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (31, 'Understand the core concepts of web development, including the structure of web pages, client-server architecture, and the roles of frontend and backend development.', 'understand-the-core-concepts-of-web-development-including-the-structure-of-web-pages-client-server-architecture-and-the-roles-of-frontend-and-backend-development', 1, '2024-11-28 16:41:09', '2024-11-28 16:41:09'), (32, 'Understand the principles of user-centered design.', 'understand-the-principles-of-user-centered-design', 1, '2024-11-28 17:09:44', '2024-11-28 17:09:44'), (33, 'Develop and Customize WordPress Sites: Learn to build fully functional websites and customize them based on client needs.', 'develop-and-customize-wordpress-sites-learn-to-build-fully-functional-websites-and-customize-them-based-on-client-needs', 1, '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (34, 'Theme and Plugin Creation: Gain the skills to create your own custom WordPress themes and plugins.', 'theme-and-plugin-creation-gain-the-skills-to-create-your-own-custom-wordpress-themes-and-plugins', 1, '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (35, 'Master the WordPress Dashboard: Understand the WordPress admin panel and all its features for managing content and site settings.', 'master-the-wordpress-dashboard-understand-the-wordpress-admin-panel-and-all-its-features-for-managing-content-and-site-settings', 1, '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (36, 'Implement Advanced Features: Learn how to implement eCommerce functionality, integrate SEO, and enhance site security.', 'implement-advanced-features-learn-how-to-implement-ecommerce-functionality-integrate-seo-and-enhance-site-security', 1, '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (37, 'Optimize Site Performance: Acquire knowledge in improving the speed, scalability, and performance of WordPress websites.', 'optimize-site-performance-acquire-knowledge-in-improving-the-speed-scalability-and-performance-of-wordpress-websites', 1, '2024-11-28 19:27:35', '2024-11-28 19:27:35'); -- -------------------------------------------------------- -- -- Table structure for table `pages` -- CREATE TABLE `pages` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `content` longtext DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `pages` -- INSERT INTO `pages` (`id`, `title`, `url`, `content`, `created_at`, `updated_at`) VALUES (1, 'Privacy Policy', 'privacy-policy', '<div><span></span>At Edulab LMS Website, we are committed to protecting your privacy and ensuring a safe online experience. This Privacy Policy explains how we collect, use, and safeguard your personal information when you visit or use our website, <a href=\"https://edulab.codexshaper.com/\">https://edulab.codexshaper.com/</a>. By using our Website, you agree to the terms of this Privacy Policy.</div><div><br></div><div><br></div><div><h3><b><span style=\"font-size:18px;\">1. Information We Collect</span></b></h3></div><div>We collect the following types of information when you use our Website:</div><div><br></div><div><br></div><div><h2><b><span style=\"font-size:18px;\">Personal Information</span></b></h2></div><div>When you create an account, purchase a course, or interact with our Services, we may collect the following personal information:</div><div><br></div><div> Name</div><div> Email address</div><div> Billing address</div><div> Payment information (processed through third-party payment providers)</div><div> Profile details (such as photo, bio, etc.)</div><div> b. Non-Personal Information</div><div><br></div><div>We may collect non-personal information about how you use the Website, including but not limited to:</div><div><br></div><div>IP address</div><div><br></div><div>Browser type</div><div><br></div><div>Device information</div><div><br></div><div>Usage data (such as pages visited, time spent, and links clicked)</div><div><br></div><div><h2><b><span style=\"font-size:18px;\">2. How We Use Your Information</span></b></h2></div><div>We use your information for the following purposes:</div><div><br></div><div>Account Management: To create and manage your account, and provide customer support.</div><div><br></div><div>Course Access: To grant access to purchased or enrolled courses and track your progress.</div><div><br></div><div>Communication: To send you updates, newsletters, promotional offers, and customer support messages.</div><div><br></div><div>Payment Processing: To process payments for courses or subscriptions. We use third-party payment processors for secure transactions.</div><div><br></div><div>Analytics: To analyze usage trends, improve our website, and enhance user experience.</div><div><br></div><div>Legal Compliance: To comply with applicable laws, regulations, and respond to legal requests.</div><div><br></div><div><br></div><div><h2><b><span style=\"font-size:18px;\">3. How We Protect Your Information</span></b></h2></div><div>We take the protection of your information seriously. We implement a variety of security measures, including encryption and secure server practices, to protect your personal data from unauthorized access, alteration, disclosure, or destruction. However, no data transmission over the internet can be guaranteed to be 100% secure, and we cannot guarantee the absolute security of your information.</div><div><br></div><div><br></div><div><h2><b><span style=\"font-size:18px;\">4. Cookies and Tracking Technologies</span></b></h2></div><div>Our Website uses cookies and similar technologies to improve user experience, analyze usage patterns, and provide personalized content. Cookies are small data files stored on your device. You can manage or disable cookies through your browser settings, but please note that some features of the Website may not function properly if cookies are disabled.</div><div><br></div><div>We may use third-party services, such as Google Analytics, to collect data on your usage of the Website. These services use cookies to gather and analyze data, which helps us improve the Website.</div><div><br></div><div><h2><b><span style=\"font-size:18px;\">5. Sharing Your Information</span></b></h2></div><div>We do not sell, rent, or trade your personal information. However, we may share your information in the following situations:</div><div><br></div><div>Service Providers: We may share your information with third-party service providers who assist us in operating the Website, processing payments, and delivering our services (e.g., payment processors, hosting providers).</div><div><br></div><div>Legal Compliance: We may disclose your information if required by law or to comply with legal processes, such as subpoenas or court orders.</div><div><br></div><div>Business Transfers: If we are involved in a merger, acquisition, or sale of assets, your information may be transferred as part of that transaction.</div><div><br></div><div><br></div><div><h2><b><span style=\"font-size:18px;\">6. Your Choices and Rights</span></b></h2></div><div>You have the following rights regarding your personal information:</div><div><br></div><div>Access and Correction: You can review and update your account information at any time through your account settings.</div><div><br></div><div>Deletion: You can request to delete your account and personal information by contacting us. Please note that some data may be retained for legal or administrative purposes.</div><div><br></div><div>Opt-Out of Communications: You can opt out of receiving promotional emails by following the unsubscribe link in the email or by contacting us directly. However, we may still send you transactional emails related to your account or course updates.</div><div><br></div><div><br></div><div><h2><b><span style=\"font-size:18px;\">7. Children’s Privacy</span></b></h2></div><div>Our Website is not intended for use by individuals under the age of [Insert Age, typically 13 or older], and we do not knowingly collect personal information from children. If we learn that we have inadvertently collected personal information from a child under the age of [Insert Age], we will take steps to delete the information as soon as possible.</div><div><br></div><div><br></div><div><h2><b><span style=\"font-size:18px;\">8. Third-Party Links</span></b></h2></div><div>The Website may contain links to third-party websites or services. This Privacy Policy applies only to our Website and does not cover third-party sites. We encourage you to review the privacy policies of any third-party sites before providing them with your personal information.</div><div><br></div><div><h2><b><span style=\"font-size:18px;\">9. Changes to This Privacy Policy</span></b></h2></div><div>We may update this Privacy Policy from time to time. When we make changes, we will update the \"Effective Da</div>', NULL, '2024-12-30 00:24:22'), (2, 'Terms & Conditions', 'terms-conditions', '<p><br></p><p><span style=\"font-size:24px;\"><b>Welcome to Edulab LMS Website</b></span></p><p><span><b><br></b></span></p><p>These Terms and Conditions (\"Terms\") govern your access to and use of the website <a href=\"https://edulab.codexshaper.com/\">https://edulab.codexshaper.com/</a>, including all content, services, and features offered on or through the Website (the \"Services\"). By accessing or using the Website, you agree to comply with and be bound by these Terms. If you do not agree to these Terms, please do not use the Website.</p><p><br></p><p><b><span style=\"font-size:18px;\">1. User Eligibility</span></b></p><p>You must be at least [insert age] years old to use our Website. By using the Website, you represent and warrant that you meet the eligibility requirements.</p><p><br></p><p><b><span style=\"font-size:18px;\">2. Account Registration</span></b></p><p>To access certain Services, you may be required to create an account by providing accurate and up-to-date information. You are responsible for maintaining the confidentiality of your account credentials and for all activities that occur under your account. Notify us immediately if you believe your account has been compromised.</p><p><br></p><p><b><span style=\"font-size:18px;\">3. Use of the Website</span></b></p><p>You agree to use the Website solely for lawful purposes and in accordance with these Terms. You must not:</p><p><br></p><p>Violate any applicable local, state, national, or international law.</p><p>Upload, post, or transmit any content that is unlawful, harmful, or infringing.</p><p>Engage in any activity that could disable, overload, or damage the functionality of the Website.</p><p><br></p><p><b><span style=\"font-size:18px;\">4. Intellectual Property</span></b></p><p>All content, including but not limited to text, images, videos, courses, software, and other materials available on the Website, are owned by or licensed to [Your LMS Website Name] and are protected by intellectual property laws. You may not reproduce, distribute, or create derivative works from any content without prior written consent from the owner.</p><p><br></p><p><b><span style=\"font-size:18px;\">5. Content Submission</span></b></p><p>If you submit any content (such as course materials, comments, or feedback) through the Website, you grant Edulab a worldwide, royalty-free, and irrevocable license to use, reproduce, modify, and distribute that content in connection with the Website and its Services.</p><p><br></p><p><b><span style=\"font-size:18px;\">6. Course Access and Use</span></b></p><p>Access to courses, content, and materials on the Website is subject to the specific terms outlined in the course description or agreement. We reserve the right to update, modify, or remove any course content at any time. Course access may be revoked if you violate these Terms.</p><p><br></p><p><b><span style=\"font-size:18px;\">7. Payment and Refund Policy</span></b></p><p>If you purchase a course or subscription, you agree to pay all applicable fees. Payments are processed through third-party payment processors, and you are responsible for providing accurate billing information. Please refer to our [Refund Policy] for details regarding cancellations or refunds.</p><p><br></p><p><b><span style=\"font-size:18px;\">8. Privacy and Data Collection</span></b></p><p>Your use of the Website is also governed by our Privacy Policy, which outlines how we collect, use, and protect your personal information. By using the Website, you consent to the collection and use of your data as described in the Privacy Policy.</p><p><br></p><p><b><span style=\"font-size:18px;\">9. Disclaimers</span></b></p><p>The Website and its Services are provided \"as is\" and \"as available.\" We do not make any warranties or representations regarding the accuracy, completeness, or availability of the Website or its content. We are not responsible for any loss or damage arising from your use of the Website.</p><p><br></p><p><b><span style=\"font-size:18px;\">10. Limitation of Liability</span></b></p><p>To the fullest extent permitted by law, [Your LMS Website Name] and its affiliates will not be liable for any indirect, incidental, special, consequential, or punitive damages, including but not limited to loss of profits, arising out of or related to these Terms, the use of the Website, or the Services.</p><p><br></p><p><b><span style=\"font-size:18px;\">11. Termination</span></b></p><p>We reserve the right to suspend or terminate your account and access to the Website at any time, for any reason, including for violating these Terms. Upon termination, you must cease all use of the Website and its Services.</p><p><br></p><p><b><span style=\"font-size:18px;\">12. Amendments</span></b></p><p>We may update or modify these Terms at any time, and the updated Terms will be posted on this page with a new effective date. Your continued use of the Website after any changes constitutes your acceptance of the revised Terms.</p><p><br></p><p><b><span style=\"font-size:18px;\">13. Governing Law</span></b></p><p>These Terms shall be governed by and construed in accordance with the laws of [Your Jurisdiction], without regard to its conflict of laws principles. Any disputes arising from or related to these Terms shall be resolved in the courts located in [Your Jurisdiction].</p><p><br></p><p><b><span style=\"font-size:18px;\">14. Contact Information</span></b></p><p>If you have any questions about these Terms, please contact us at:</p><p><br></p><p>Email: edulab@gmail.com</p><p>Address: P8MH+9A New York, USA</p><p>Disclaimer: This template is a general guide and should not be used as a substitute for legal advice. Please consult with a lawyer to ensure that the Terms and Conditions fully meet the specific needs of your LMS website and comply with applicable laws.</p>', NULL, '2024-12-05 16:28:38'); -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `id` bigint(20) UNSIGNED NOT NULL, `email` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `password_resets` -- INSERT INTO `password_resets` (`id`, `email`, `token`, `created_at`) VALUES (1, 'mahabubulalam952@gmail.com', 'sGSeeyTYFxQnKi957J1Vaf6WpOfpHosw8Laycs35KkpDuTA360l15vbzz6EbkBC2', '2024-12-24 04:04:01'), (2, 'mahabubulalam952@gmail.com', 'L7wgrKL6HMmZ0UG2JBA2W4bdyDJUV2RFu8PJ4ylfh4pLccJJ6V9FzJuszEqDknws', '2024-12-24 04:08:50'); -- -------------------------------------------------------- -- -- Table structure for table `payment_methods` -- CREATE TABLE `payment_methods` ( `id` bigint(20) UNSIGNED NOT NULL, `secret_key` varchar(255) NOT NULL, `publishable_key` varchar(255) NOT NULL, `method_name` varchar(255) NOT NULL, `payment_mode` varchar(255) NOT NULL DEFAULT '0', `logo` varchar(255) NOT NULL, `status` varchar(255) 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 `payment_methods` -- INSERT INTO `payment_methods` (`id`, `secret_key`, `publishable_key`, `method_name`, `payment_mode`, `logo`, `status`, `created_at`, `updated_at`) VALUES (1, 'sk_test_51N9Od9F3CQDKJ6qSRCPwFln7Xfx7o283svV0TgVZoY8ACYx2c8iYOAVoZYHcYvAtrE4lH9emXnO9rPvQE6anOchB00FReP9UdL', 'pk_test_51N9Od9F3CQDKJ6qSMvCGZ6XdDlIrBGclMufDQuIbymerhdfxdjEaGUxpeu227OrXAJkHpAdvQxEHzYI09Wa0IPrZ00kksiCgK2', 'Stripe', '0', 'lms-OukF5Bzn.svg', '1', '2024-11-28 15:41:48', '2024-12-24 03:26:17'), (2, 'EJR-Vkkz-M1uJ4KDhtoXsiTxLP1jPPW3yAdMHPWVBpOFixAzG8n8YLw0jURhoQs7VADiJNAuWjPMEtDy', 'AZJzxU2HQrYAn2PE3UVlAKPq89PtBq10B9iiFag2LTPgHt-nacW0NQ9W83abDmEWQYgmh3tgXCjJUlkW', 'Paypal', '0', 'lms-Dyu4GFdk.svg', '1', '2024-11-28 15:46:55', '2024-12-24 03:26:38'); -- -------------------------------------------------------- -- -- Table structure for table `permissions` -- CREATE TABLE `permissions` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `guard_name` varchar(255) NOT NULL, `module` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `permissions` -- INSERT INTO `permissions` (`id`, `name`, `guard_name`, `module`, `created_at`, `updated_at`) VALUES (1, 'menu.theme', 'admin', 'theme', NULL, NULL), (2, 'activate.theme', 'admin', 'theme', NULL, NULL), (3, 'setting.theme', 'admin', 'theme', NULL, NULL), (4, 'add.blog', 'admin', 'blog', NULL, NULL), (5, 'edit.blog', 'admin', 'blog', NULL, NULL), (6, 'delete.blog', 'admin', 'blog', NULL, NULL), (7, 'status.blog', 'admin', 'blog', NULL, NULL), (8, 'menu.blog.category', 'admin', 'blog.category', NULL, NULL), (9, 'add.blog.category', 'admin', 'blog.category', NULL, NULL), (10, 'edit.blog.category', 'admin', 'blog.category', NULL, NULL), (11, 'delete.blog.category', 'admin', 'blog.category', NULL, NULL), (12, 'menu.bundle', 'admin', 'bundle', NULL, NULL), (13, 'add.bundle', 'admin', 'bundle', NULL, NULL), (14, 'edit.bundle', 'admin', 'bundle', NULL, NULL), (15, 'delete.bundle', 'admin', 'bundle', NULL, NULL), (16, 'menu.category', 'admin', 'category', NULL, NULL), (17, 'add.category', 'admin', 'category', NULL, NULL), (18, 'edit.category', 'admin', 'category', NULL, NULL), (19, 'delete.category', 'admin', 'category', NULL, NULL), (20, 'menu.city', 'admin', 'city', NULL, NULL), (21, 'add.city', 'admin', 'city', NULL, NULL), (22, 'edit.city', 'admin', 'city', NULL, NULL), (23, 'delete.city', 'admin', 'city', NULL, NULL), (24, 'update.city', 'admin', 'city', NULL, NULL), (25, 'status.city', 'admin', 'city', NULL, NULL), (26, 'menu.contact', 'admin', 'contact', NULL, NULL), (27, 'reply.contact', 'admin', 'contact', NULL, NULL), (28, 'delete.contact', 'admin', 'contact', NULL, NULL), (29, 'menu.country', 'admin', 'country', NULL, NULL), (30, 'add.country', 'admin', 'country', NULL, NULL), (31, 'edit.country', 'admin', 'country', NULL, NULL), (32, 'delete.country', 'admin', 'country', NULL, NULL), (33, 'menu.coupon', 'admin', 'coupon', NULL, NULL), (34, 'add.coupon', 'admin', 'coupon', NULL, NULL), (35, 'edit.coupon', 'admin', 'coupon', NULL, NULL), (36, 'delete.coupon', 'admin', 'coupon', NULL, NULL), (37, 'status.coupon', 'admin', 'coupon', NULL, NULL), (38, 'menu.course', 'admin', 'course', NULL, NULL), (39, 'add.course', 'admin', 'course', NULL, NULL), (40, 'edit.course', 'admin', 'course', NULL, NULL), (41, 'delete.course', 'admin', 'course', NULL, NULL), (42, 'status', 'admin', 'course', NULL, NULL), (43, 'menu.course.manage', 'admin', 'course.manage', NULL, NULL), (44, 'dashboard.menu', 'admin', 'dashboard', NULL, NULL), (45, 'menu.emailtemplate', 'admin', 'emailtemplate', NULL, NULL), (46, 'edit.emailtemplate', 'admin', 'emailtemplate', NULL, NULL), (47, 'menu.icon', 'admin', 'icon', NULL, NULL), (48, 'add.icon', 'admin', 'icon', NULL, NULL), (49, 'edit.icon', 'admin', 'icon', NULL, NULL), (50, 'delete.icon', 'admin', 'icon', NULL, NULL), (51, 'status.icon', 'admin', 'icon', NULL, NULL), (52, 'menu.icon.provider', 'admin', 'icon.provider', NULL, NULL), (53, 'menu.instructor', 'admin', 'instructor', NULL, NULL), (54, 'add.instructor', 'admin', 'instructor', NULL, NULL), (55, 'edit.instructor', 'admin', 'instructor', NULL, NULL), (56, 'delete.instructor', 'admin', 'instructor', NULL, NULL), (57, 'status.instructor', 'admin', 'instructor', NULL, NULL), (58, 'verify.instructor', 'admin', 'instructor', NULL, NULL), (59, 'menu.language', 'admin', 'language', NULL, NULL), (60, 'add.language', 'admin', 'language', NULL, NULL), (61, 'edit.language', 'admin', 'language', NULL, NULL), (62, 'delete.language', 'admin', 'language', NULL, NULL), (63, 'status.language', 'admin', 'language', NULL, NULL), (64, 'menu.level', 'admin', 'level', NULL, NULL), (65, 'add.level', 'admin', 'level', NULL, NULL), (66, 'edit.level', 'admin', 'level', NULL, NULL), (67, 'delete.level', 'admin', 'level', NULL, NULL), (68, 'menu.localization', 'admin', 'localization', NULL, NULL), (69, 'menu.marketing', 'admin', 'marketing', NULL, NULL), (70, 'menu.meeting', 'admin', 'meeting', NULL, NULL), (71, 'add.meeting', 'admin', 'meeting', NULL, NULL), (72, 'edit.meeting', 'admin', 'meeting', NULL, NULL), (73, 'delete.meeting', 'admin', 'meeting', NULL, NULL), (74, 'menu.noticeboard', 'admin', 'noticeboard', NULL, NULL), (75, 'add.noticeboard', 'admin', 'noticeboard', NULL, NULL), (76, 'edit.noticeboard', 'admin', 'noticeboard', NULL, NULL), (77, 'delete.noticeboard', 'admin', 'noticeboard', NULL, NULL), (78, 'menu.organization', 'admin', 'organization', NULL, NULL), (79, 'add.organization', 'admin', 'organization', NULL, NULL), (80, 'edit.organization', 'admin', 'organization', NULL, NULL), (81, 'delete.organization', 'admin', 'organization', NULL, NULL), (82, 'status.organization', 'admin', 'organization', NULL, NULL), (83, 'verify.organization', 'admin', 'organization', NULL, NULL), (84, 'menu.permission', 'admin', 'permission', NULL, NULL), (85, 'add.permission', 'admin', 'permission', NULL, NULL), (86, 'edit.permission', 'admin', 'permission', NULL, NULL), (87, 'delete.permission', 'admin', 'permission', NULL, NULL), (88, 'menu.provider', 'admin', 'provider', NULL, NULL), (89, 'add.provider', 'admin', 'provider', NULL, NULL), (90, 'edit.provider', 'admin', 'provider', NULL, NULL), (91, 'delete.provider', 'admin', 'provider', NULL, NULL), (92, 'status.provider', 'admin', 'provider', NULL, NULL), (93, 'menu.role', 'admin', 'role', NULL, NULL), (94, 'add.role', 'admin', 'role', NULL, NULL), (95, 'edit.role', 'admin', 'role', NULL, NULL), (96, 'delete.role', 'admin', 'role', NULL, NULL), (97, 'menu.staff', 'admin', 'staff', NULL, NULL), (98, 'add.staff', 'admin', 'staff', NULL, NULL), (99, 'delete.staff', 'admin', 'staff', NULL, NULL), (100, 'edit.staff', 'admin', 'staff', NULL, NULL), (101, 'menu.state', 'admin', 'state', NULL, NULL), (102, 'add.state', 'admin', 'state', NULL, NULL), (103, 'edit.state', 'admin', 'state', NULL, NULL), (104, 'menu.student', 'admin', 'student', NULL, NULL), (105, 'add.student', 'admin', 'student', NULL, NULL), (106, 'edit.student', 'admin', 'student', NULL, NULL), (107, 'verify.student', 'admin', 'student', NULL, NULL), (108, 'status.student', 'admin', 'student', NULL, NULL), (109, 'menu.subject', 'admin', 'subject', NULL, NULL), (110, 'add.subject', 'admin', 'subject', NULL, NULL), (111, 'edit.subject', 'admin', 'subject', NULL, NULL), (112, 'delete.subject', 'admin', 'subject', NULL, NULL), (113, 'menu.tag', 'admin', 'tag', NULL, NULL), (114, 'add.tag', 'admin', 'tag', NULL, NULL), (115, 'edit.tag', 'admin', 'tag', NULL, NULL), (116, 'delete.tag', 'admin', 'tag', NULL, NULL), (117, 'menu.testimonial', 'admin', 'testimonial', NULL, NULL), (118, 'add.testimonial', 'admin', 'testimonial', NULL, NULL), (119, 'edit.testimonial', 'admin', 'testimonial', NULL, NULL), (120, 'delete.testimonial', 'admin', 'testimonial', NULL, NULL), (121, 'status.testimonial', 'admin', 'testimonial', NULL, NULL), (122, 'menu.time.zone', 'admin', 'time.zone', NULL, NULL), (123, 'add.time.zone', 'admin', 'time.zone', NULL, NULL), (124, 'edit.time.zone', 'admin', 'time.zone', NULL, NULL), (125, 'notification', 'admin', 'menu.notification', NULL, NULL), (126, 'add.notification', 'admin', 'notification', NULL, NULL), (127, 'menu.forum', 'admin', 'forum', NULL, NULL), (128, 'add.forum', 'admin', 'forum', NULL, NULL), (129, 'edit.forum', 'admin', 'forum', NULL, NULL), (130, 'status.forum', 'admin', 'forum', NULL, NULL), (131, 'delete.forum', 'admin', 'forum', NULL, NULL), (132, 'menu.category.support', 'admin', 'support', NULL, NULL), (133, 'add.category.support', 'admin', 'support', NULL, NULL), (134, 'edit.category.support', 'admin', 'support', NULL, NULL), (135, 'delete.category.support', 'admin', 'support', NULL, NULL), (136, 'status.category.support', 'admin', 'support', NULL, NULL), (137, 'menu.ticket.support', 'admin', 'support', NULL, NULL), (138, 'reply.ticket.support', 'admin', 'support', NULL, NULL), (139, 'delete.ticket.support', 'admin', 'support', NULL, NULL), (140, 'menu.enrollment', 'admin', 'enrollment', NULL, NULL), (141, 'menu.sub-forum', 'admin', 'forum', NULL, NULL), (142, 'add.sub-forum', 'admin', 'forum', NULL, NULL), (143, 'edit.sub-forum', 'admin', 'forum', NULL, NULL), (144, 'status.sub-forum', 'admin', 'forum', NULL, NULL), (145, 'delete.sub-forum', 'admin', 'forum', NULL, NULL), (146, 'menu.payment-method', 'admin', 'payment-method', NULL, NULL), (147, 'add.payment-method', 'admin', 'payment-method', NULL, NULL), (148, 'edit.payment-method', 'admin', 'payment-method', NULL, NULL), (149, 'status.payment-method', 'admin', 'payment-method', NULL, NULL), (150, 'delete.payment-method', 'admin', 'payment-method', NULL, NULL), (151, 'menu.certificate', 'admin', 'certificate', NULL, NULL), (152, 'add.certificate', 'admin', 'certificate', NULL, NULL), (153, 'edit.certificate', 'admin', 'certificate', NULL, NULL), (154, 'delete.certificate', 'admin', 'certificate', NULL, NULL), (155, 'menu.faq', 'admin', 'faq', NULL, NULL), (156, 'admin.faq', 'admin', 'faq', NULL, NULL), (157, 'edit.faq', 'admin', 'faq', NULL, NULL), (158, 'delete.faq', 'admin', 'faq', NULL, NULL), (159, 'menu.page', 'admin', 'page', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `personal_access_tokens` -- CREATE TABLE `personal_access_tokens` ( `id` bigint(20) UNSIGNED NOT NULL, `tokenable_type` varchar(255) NOT NULL, `tokenable_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `token` varchar(64) NOT NULL, `abilities` text DEFAULT NULL, `last_used_at` timestamp NULL DEFAULT NULL, `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 `preview_images` -- CREATE TABLE `preview_images` ( `id` bigint(20) UNSIGNED NOT 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 `purchases` -- CREATE TABLE `purchases` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `total_amount` decimal(8,2) DEFAULT NULL, `payment_method` varchar(255) DEFAULT NULL, `status` enum('fail','success') NOT NULL, `type` enum('enrolled','purchase') 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 `purchases` -- INSERT INTO `purchases` (`id`, `user_id`, `total_amount`, `payment_method`, `status`, `type`, `created_at`, `updated_at`) VALUES (1, 21, NULL, NULL, 'success', 'enrolled', '2024-11-27 12:26:07', '2024-11-27 12:26:07'), (2, 20, NULL, NULL, 'success', 'enrolled', '2024-11-27 12:27:40', '2024-11-27 12:27:40'), (3, 21, NULL, NULL, 'success', 'enrolled', '2024-11-27 13:11:14', '2024-11-27 13:11:14'), (4, 22, NULL, NULL, 'success', 'enrolled', '2024-11-27 13:11:23', '2024-11-27 13:11:23'), (5, 23, NULL, NULL, 'success', 'enrolled', '2024-11-27 13:11:35', '2024-11-27 13:11:35'), (6, 19, NULL, NULL, 'success', 'enrolled', '2024-11-27 13:11:50', '2024-11-27 13:11:50'), (7, 22, NULL, NULL, 'success', 'enrolled', '2024-11-27 13:12:09', '2024-11-27 13:12:09'), (8, 25, NULL, NULL, 'success', 'enrolled', '2024-11-27 13:12:25', '2024-11-27 13:12:25'), (9, 30, NULL, NULL, 'success', 'enrolled', '2024-11-28 15:47:23', '2024-11-28 15:47:23'), (10, 34, NULL, NULL, 'success', 'enrolled', '2024-11-28 17:42:35', '2024-11-28 17:42:35'), (11, 30, NULL, NULL, 'success', 'enrolled', '2024-11-28 17:52:39', '2024-11-28 17:52:39'), (12, 34, NULL, NULL, 'success', 'enrolled', '2024-11-28 18:09:04', '2024-11-28 18:09:04'), (13, 30, 99.60, 'paypal', 'success', 'purchase', '2024-12-01 18:11:21', '2024-12-01 18:11:21'), (14, 30, 42.30, 'stripe', 'success', 'purchase', '2024-12-01 18:21:13', '2024-12-01 18:21:13'), (15, 39, NULL, NULL, 'success', 'enrolled', '2024-12-02 18:06:41', '2024-12-02 18:06:41'), (16, 39, 99.60, 'paypal', 'success', 'purchase', '2024-12-02 18:15:08', '2024-12-02 18:15:08'), (17, 40, 50.60, 'stripe', 'success', 'purchase', '2024-12-04 19:09:53', '2024-12-04 19:09:53'), (18, 40, 99.60, 'stripe', 'success', 'purchase', '2024-12-04 19:11:37', '2024-12-04 19:11:37'), (19, 30, NULL, NULL, 'success', 'enrolled', '2024-12-05 19:29:22', '2024-12-05 19:29:22'), (20, 30, NULL, NULL, 'success', 'enrolled', '2024-12-05 19:56:11', '2024-12-05 19:56:11'), (21, 30, NULL, NULL, 'success', 'enrolled', '2024-12-05 19:56:29', '2024-12-05 19:56:29'), (22, 30, NULL, NULL, 'success', 'enrolled', '2024-12-05 19:59:29', '2024-12-05 19:59:29'), (23, 41, NULL, NULL, 'success', 'enrolled', '2024-12-05 20:14:24', '2024-12-05 20:14:24'), (24, 38, NULL, NULL, 'success', 'enrolled', '2024-12-05 21:07:48', '2024-12-05 21:07:48'), (25, 30, NULL, NULL, 'success', 'enrolled', '2024-12-09 06:05:52', '2024-12-09 06:05:52'), (26, 20, NULL, NULL, 'success', 'enrolled', '2024-12-11 12:55:20', '2024-12-11 12:55:20'), (27, 38, NULL, NULL, 'success', 'enrolled', '2024-12-11 13:29:59', '2024-12-11 13:29:59'), (28, 30, 599.00, 'stripe', 'success', 'purchase', '2024-12-24 04:12:54', '2024-12-24 04:12:54'); -- -------------------------------------------------------- -- -- Table structure for table `purchase_details` -- CREATE TABLE `purchase_details` ( `id` bigint(20) UNSIGNED NOT NULL, `purchase_number` varchar(255) NOT NULL, `purchase_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `bundle_id` bigint(20) UNSIGNED DEFAULT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `price` decimal(8,2) DEFAULT NULL, `details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`details`)), `type` enum('enrolled','purchase') NOT NULL, `purchase_type` enum('bundle','course') DEFAULT NULL, `status` enum('processing','completed') NOT NULL DEFAULT 'processing', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `purchase_details` -- INSERT INTO `purchase_details` (`id`, `purchase_number`, `purchase_id`, `course_id`, `bundle_id`, `user_id`, `price`, `details`, `type`, `purchase_type`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'CS2711240527', 2, 1, NULL, 20, NULL, '{\"id\":1,\"title\":\"Full Stack Web Development with PHP, Laravel & Vue Js\",\"slug\":\"full-stack-web-development-with-php-laravel-vue-js\",\"time_zone_id\":6,\"subject_id\":1,\"organization_id\":null,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":1,\"course_url\":null,\"thumbnail\":\"lms-IaFcuBmV.png\",\"video_src_type\":\"local\",\"short_video\":\"lms-XNRtm0qj.png\",\"demo_url\":null,\"short_description\":\"Delve into the future of technology with AI and machine learning courses. Explore deep learning, natural language processing, neural networks, and more. Learn to create smart applications that can analyze and adapt.\",\"description\":\"<p>Explore deep learning, natural language processing (NLP), neural networks, and more. Learn to create smart applications that can analyze and adapt.<\\/p>\",\"duration\":\"2h 30m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-26T12:05:49.000000Z\",\"updated_at\":\"2024-11-27T04:32:10.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":2,\"course_id\":1,\"currency_id\":null,\"price\":\"0.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T04:30:48.000000Z\",\"updated_at\":\"2024-11-27T05:25:40.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-11-27 12:27:40', '2024-11-27 12:27:40', NULL), (2, 'CS2711240611', 3, 5, NULL, 21, NULL, '{\"id\":5,\"title\":\"E-Commerce Development\",\"slug\":\"e-commerce-development\",\"time_zone_id\":6,\"subject_id\":14,\"organization_id\":null,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":1,\"course_url\":null,\"thumbnail\":null,\"video_src_type\":\"local\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"Learn how to create and manage online stores using platforms like Shopify, WooCommerce, and Magento. Explore features like payment integration, product listing, and user experience optimization.\",\"description\":\"<p>Learn how to create and manage online stores using platforms like Shopify, WooCommerce, and Magento. Explore features like payment integration, product listing, and user experience optimization.<\\/p>\",\"duration\":\"2h 30m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-27T04:50:43.000000Z\",\"updated_at\":\"2024-11-27T06:10:31.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":5,\"course_id\":5,\"currency_id\":null,\"price\":\"0.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T04:51:01.000000Z\",\"updated_at\":\"2024-11-27T06:10:29.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-11-27 13:11:14', '2024-11-27 13:11:14', NULL), (3, 'CS2711240611', 4, 6, NULL, 22, NULL, '{\"id\":6,\"title\":\"Digital Product Design\",\"slug\":\"digital-product-design-d0\",\"time_zone_id\":2,\"subject_id\":5,\"organization_id\":null,\"admin_id\":1,\"category_id\":5,\"subcategory_id\":5,\"course_url\":null,\"thumbnail\":\"lms-fO6WP0kT.png\",\"video_src_type\":\"local\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"Learn the principles of user-centered design with courses in UI\\/UX design. Gain hands-on experience with tools like Figma, Sketch, and Adobe XD.\",\"description\":\"<ul><li>Learn the principles of user-centered design with courses in UI\\/UX design. Gain hands-on experience with tools like Figma, Sketch, and Adobe XD. Master wireframing, prototyping, and creating visually engaging interfaces that offer seamless user experiences.<\\/li><\\/ul>\",\"duration\":\"2h 30m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-27T05:43:30.000000Z\",\"updated_at\":\"2024-11-27T05:47:54.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":6,\"course_id\":6,\"currency_id\":null,\"price\":\"0.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T05:47:27.000000Z\",\"updated_at\":\"2024-11-27T05:47:27.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-11-27 13:11:23', '2024-11-27 13:11:23', NULL), (4, 'CS2711240611', 5, 4, NULL, 23, NULL, '{\"id\":4,\"title\":\"WordPress Theme Development\",\"slug\":\"wordpress-theme-development\",\"time_zone_id\":2,\"subject_id\":4,\"organization_id\":null,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":2,\"course_url\":null,\"thumbnail\":null,\"video_src_type\":\"local\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"Understand the underlying technology of cryptocurrencies. Learn about decentralized ledgers, smart contracts, and blockchain development tools. These courses will prepare you for careers in fintech and beyond.\",\"description\":\"<p>Understand the underlying technology of cryptocurrencies. Learn about decentralized ledgers, smart contracts, and blockchain development tools. These courses will prepare you for careers in fintech and beyond.<\\/p>\",\"duration\":\"1h 20m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-27T04:48:51.000000Z\",\"updated_at\":\"2024-11-27T06:10:11.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":4,\"course_id\":4,\"currency_id\":null,\"price\":\"0.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T04:48:58.000000Z\",\"updated_at\":\"2024-11-27T06:10:09.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-11-27 13:11:35', '2024-12-17 15:38:59', '2024-12-17 15:38:59'), (5, 'CS2711240611', 6, 5, NULL, 19, NULL, '{\"id\":5,\"title\":\"E-Commerce Development\",\"slug\":\"e-commerce-development\",\"time_zone_id\":6,\"subject_id\":14,\"organization_id\":null,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":1,\"course_url\":null,\"thumbnail\":null,\"video_src_type\":\"local\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"Learn how to create and manage online stores using platforms like Shopify, WooCommerce, and Magento. Explore features like payment integration, product listing, and user experience optimization.\",\"description\":\"<p>Learn how to create and manage online stores using platforms like Shopify, WooCommerce, and Magento. Explore features like payment integration, product listing, and user experience optimization.<\\/p>\",\"duration\":\"2h 30m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-27T04:50:43.000000Z\",\"updated_at\":\"2024-11-27T06:10:31.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":5,\"course_id\":5,\"currency_id\":null,\"price\":\"0.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T04:51:01.000000Z\",\"updated_at\":\"2024-11-27T06:10:29.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-11-27 13:11:50', '2024-11-27 13:11:50', NULL), (6, 'CS2711240612', 7, 5, NULL, 22, NULL, '{\"id\":5,\"title\":\"E-Commerce Development\",\"slug\":\"e-commerce-development\",\"time_zone_id\":6,\"subject_id\":14,\"organization_id\":null,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":1,\"course_url\":null,\"thumbnail\":null,\"video_src_type\":\"local\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"Learn how to create and manage online stores using platforms like Shopify, WooCommerce, and Magento. Explore features like payment integration, product listing, and user experience optimization.\",\"description\":\"<p>Learn how to create and manage online stores using platforms like Shopify, WooCommerce, and Magento. Explore features like payment integration, product listing, and user experience optimization.<\\/p>\",\"duration\":\"2h 30m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-27T04:50:43.000000Z\",\"updated_at\":\"2024-11-27T06:10:31.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":5,\"course_id\":5,\"currency_id\":null,\"price\":\"0.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T04:51:01.000000Z\",\"updated_at\":\"2024-11-27T06:10:29.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-11-27 13:12:09', '2024-11-27 13:12:09', NULL), (7, 'CS2711240612', 8, 4, NULL, 25, NULL, '{\"id\":4,\"title\":\"WordPress Theme Development\",\"slug\":\"wordpress-theme-development\",\"time_zone_id\":2,\"subject_id\":4,\"organization_id\":null,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":2,\"course_url\":null,\"thumbnail\":null,\"video_src_type\":\"local\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"Understand the underlying technology of cryptocurrencies. Learn about decentralized ledgers, smart contracts, and blockchain development tools. These courses will prepare you for careers in fintech and beyond.\",\"description\":\"<p>Understand the underlying technology of cryptocurrencies. Learn about decentralized ledgers, smart contracts, and blockchain development tools. These courses will prepare you for careers in fintech and beyond.<\\/p>\",\"duration\":\"1h 20m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-27T04:48:51.000000Z\",\"updated_at\":\"2024-11-27T06:10:11.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":4,\"course_id\":4,\"currency_id\":null,\"price\":\"0.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T04:48:58.000000Z\",\"updated_at\":\"2024-11-27T06:10:09.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-11-27 13:12:25', '2024-12-17 15:38:50', '2024-12-17 15:38:50'), (8, 'CS2811240847', 9, 11, NULL, 30, NULL, '{\"id\":11,\"title\":\"Build a Blockchain and a Cryptocurrency from Scratch\",\"slug\":\"build-a-blockchain-and-a-cryptocurrency-from-scratch\",\"time_zone_id\":6,\"subject_id\":11,\"organization_id\":null,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":1,\"course_url\":null,\"thumbnail\":\"lms-3b1KeTEn.png\",\"video_src_type\":\"local\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"Build a blockchain and cryptocurrency. Discover the engineering ideas behind Bitcoin and Ethereum!\",\"description\":\"<h3><strong>Announcement: Full-Stack Remastered Course Available!<\\/strong><\\/h3><p>We are excited to announce the remastered version of the Full-Stack Developer course! While this course focuses on building the backend, the remastered edition offers a complete full-stack experience, including frontend development and deployment.<\\/p><p>If you are interested in building both the backend and frontend of a blockchain project, check out the remastered course titled <strong>\\\"Build a Blockchain & Cryptocurrency | Full-Stack Edition\\\"<\\/strong> in my course list.<\\/p><h3><strong>Course Highlights:<\\/strong><\\/h3><ul><li>Build a blockchain using object-oriented programming.<\\/li><li>Generate and hash blocks in the blockchain.<\\/li><li>Unit test blockchain components.<\\/li><li>Implement a real-time peer-to-peer server.<\\/li><li>Use cryptography for transaction signing.<\\/li><li>Create a transaction pool for real-time data processing.<\\/li><li>Develop a full-fledged blockchain and cryptocurrency app.<\\/li><\\/ul><p>This course is built using <strong>NodeJS<\\/strong>, with clear, accessible explanations for those new to JavaScript.<\\/p><p>Master blockchain engineering and gain practical skills in this high-demand field. Ready to dive in? Let\\u2019s get started!<\\/p>\",\"duration\":\"00:05:00\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-28T06:13:54.000000Z\",\"updated_at\":\"2024-11-28T07:53:39.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":11,\"course_id\":11,\"currency_id\":null,\"price\":\"50.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-28T06:21:43.000000Z\",\"updated_at\":\"2024-11-28T06:21:43.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-11-28 15:47:23', '2024-12-17 15:38:41', '2024-12-17 15:38:41'), (10, 'CS2811241052', 11, 13, NULL, 30, NULL, '{\"id\":13,\"title\":\"Android App Development with Kotlin | Beginner to Advanced\",\"slug\":\"android-app-development-with-kotlin-beginner-to-advanced\",\"time_zone_id\":3,\"subject_id\":6,\"organization_id\":17,\"admin_id\":null,\"category_id\":1,\"subcategory_id\":1,\"course_url\":null,\"thumbnail\":null,\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"Android App Development, Kotlin, Android App Development with Kotlin, Android, Kotlin Android, Android Studio, android kotlin, Object-Oriented Programming, Android App Project, Android Development, app development,\",\"description\":\"<p>Welcome to the <strong>Android App Development with Kotlin: Beginner to Advanced<\\/strong> course, designed to help you learn how to create professional Android apps using Kotlin, the official language recommended by Google for Android development. Whether you are a beginner or an experienced developer, this course will take you from the basics to advanced techniques.<\\/p><p>You\\u2019ll start by setting up the Android development environment with Android Studio, then progress to building real-world applications. Kotlin\\u2019s clean, concise syntax makes it easier to write and maintain Android apps, offering a significant advantage over Java. Throughout the course, you\\u2019ll explore essential concepts like object-oriented programming (OOP), UI design, app components, and more.<\\/p><p>As you advance, you\\u2019ll dive deeper into Android-specific tools, including the use of Firebase for backend services, data synchronization, and authentication. You\\u2019ll also learn how to publish your apps to the Google Play Store and make them available to a global audience.<\\/p><p>What sets this course apart is its hands-on approach. You will build and publish real apps, gaining practical experience every step of the way. By the end of the course, you will have the skills and knowledge needed to create fully functional Android applications, whether you want to build a career in mobile development or create your own personal projects.<\\/p><p>If you are looking to master Android development from scratch and unlock exciting career opportunities, this course is your gateway to success! You will learn everything you need to know, from Kotlin programming basics to advanced Android development concepts, in an easy-to-understand format. Lets start your journey to becoming an expert Android developer today!<\\/p>\",\"duration\":\"2h\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-28T09:06:36.000000Z\",\"updated_at\":\"2024-11-28T10:47:14.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":13,\"course_id\":13,\"currency_id\":null,\"price\":\"20.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-28T09:13:33.000000Z\",\"updated_at\":\"2024-11-28T09:13:33.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-11-28 17:52:39', '2024-11-28 17:52:39', NULL), (12, 'CS0112241111', 13, 15, NULL, 30, 99.60, '{\"id\":15,\"title\":\"Product Design & Development Fundamentals\",\"slug\":\"uiux-design-fundamentals\",\"time_zone_id\":2,\"subject_id\":5,\"organization_id\":34,\"admin_id\":1,\"category_id\":5,\"subcategory_id\":5,\"course_url\":null,\"thumbnail\":\"lms-8SuDpBOW.png\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"UI\\/UX Design focuses on creating intuitive, user-friendly digital interfaces\",\"description\":\"<p>UI (User Interface) Design emphasizes the look, feel, and interactive elements, while UX (User Experience) Design ensures seamless navigation and a positive experience for users by addressing their needs and behavior. Together, they combine creativity, usability, and functionality to enhance user satisfaction.<\\/p>\",\"duration\":\"2h 50m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-28T10:05:35.000000Z\",\"updated_at\":\"2024-11-28T12:56:09.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":15,\"course_id\":15,\"currency_id\":null,\"price\":\"99.60\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-28T10:09:52.000000Z\",\"updated_at\":\"2024-11-28T10:09:52.000000Z\"}}', 'purchase', 'course', 'processing', '2024-12-01 18:11:21', '2024-12-01 18:11:21', NULL), (13, 'CS0112241121', 14, 4, NULL, 30, 42.30, '{\"id\":4,\"title\":\"WordPress Theme Development\",\"slug\":\"wordpress-theme-development\",\"time_zone_id\":2,\"subject_id\":4,\"organization_id\":null,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":1,\"course_url\":null,\"thumbnail\":\"lms-aTuvtdn9.png\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":\"https:\\/\\/youtu.be\\/Bx3qRM19BYM?si=DRgB9lNLTURx0v3b\",\"short_description\":\"Understand the underlying technology of cryptocurrencies. Learn about decentralized ledgers, smart contracts, and blockchain development tools. These courses will prepare you for careers in fintech and beyond.\",\"description\":\"<p>Understand the underlying technology of cryptocurrencies. Learn about decentralized ledgers, smart contracts, and blockchain development tools. These courses will prepare you for careers in fintech and beyond.<\\/p>\",\"duration\":\"1h 20m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-27T04:48:51.000000Z\",\"updated_at\":\"2024-11-28T12:51:20.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":4,\"course_id\":4,\"currency_id\":null,\"price\":\"42.30\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T04:48:58.000000Z\",\"updated_at\":\"2024-11-28T06:24:51.000000Z\"}}', 'purchase', 'course', 'processing', '2024-12-01 18:21:13', '2024-12-01 18:21:13', NULL), (14, 'CS0212241106', 15, 1, NULL, 39, NULL, '{\"id\":1,\"title\":\"Full-Stack Web Development Bootcamp\",\"slug\":\"full-stack-web-development-with-php-laravel-vue-js\",\"time_zone_id\":6,\"subject_id\":1,\"organization_id\":null,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":1,\"course_url\":null,\"thumbnail\":\"lms-jYHguApZ.png\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":\"https:\\/\\/youtu.be\\/TG6XSFeOT3g?si=f4aktmUshZ8SZP7t\",\"short_description\":\"Delve into the future of technology with AI and machine learning courses. Explore deep learning, natural language processing, neural networks, and more. Learn to create smart applications that can analyze and adapt.\",\"description\":\"<p>Explore deep learning, natural language processing (NLP), neural networks, and more. Learn to create smart applications that can analyze and adapt.<\\/p>\",\"duration\":\"2h 30m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-26T12:05:49.000000Z\",\"updated_at\":\"2024-11-28T12:55:38.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":2,\"course_id\":1,\"currency_id\":null,\"price\":\"82.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T04:30:48.000000Z\",\"updated_at\":\"2024-11-28T12:55:10.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-12-02 18:06:41', '2024-12-02 18:06:41', NULL), (15, 'CS0212241115', 16, 15, NULL, 39, 99.60, '{\"id\":15,\"title\":\"Product Design & Development Fundamentals\",\"slug\":\"uiux-design-fundamentals\",\"time_zone_id\":2,\"subject_id\":5,\"organization_id\":34,\"admin_id\":1,\"category_id\":5,\"subcategory_id\":5,\"course_url\":null,\"thumbnail\":\"lms-8SuDpBOW.png\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"UI\\/UX Design focuses on creating intuitive, user-friendly digital interfaces\",\"description\":\"<p>UI (User Interface) Design emphasizes the look, feel, and interactive elements, while UX (User Experience) Design ensures seamless navigation and a positive experience for users by addressing their needs and behavior. Together, they combine creativity, usability, and functionality to enhance user satisfaction.<\\/p>\",\"duration\":\"2h 50m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-28T10:05:35.000000Z\",\"updated_at\":\"2024-11-28T12:56:09.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":15,\"course_id\":15,\"currency_id\":null,\"price\":\"99.60\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-28T10:09:52.000000Z\",\"updated_at\":\"2024-11-28T10:09:52.000000Z\"}}', 'purchase', 'course', 'processing', '2024-12-02 18:15:08', '2024-12-02 18:15:08', NULL), (16, 'CS0412241209', 17, 9, NULL, 40, 50.60, '{\"id\":9,\"title\":\"Front-End Development with React\",\"slug\":\"front-end-development-with-react\",\"time_zone_id\":1,\"subject_id\":3,\"organization_id\":null,\"admin_id\":1,\"category_id\":4,\"subcategory_id\":4,\"course_url\":null,\"thumbnail\":\"lms-uwwXkXqw.png\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"Master dynamic UI creation with React: learn component architecture, state management using Redux, and modern development workflows efficiently.\",\"description\":\"<p>Elevate your skills in building dynamic and interactive user interfaces with React! Explore the power of component-based architecture, master state management using Redux, and adopt modern development workflows. Gain hands-on experience to create seamless, efficient, and responsive applications tailored for today\\u2019s fast-evolving digital landscape.<\\/p>\",\"duration\":\"4h 06m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-28T05:31:00.000000Z\",\"updated_at\":\"2024-12-04T11:51:30.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":9,\"course_id\":9,\"currency_id\":null,\"price\":\"50.60\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-28T05:37:35.000000Z\",\"updated_at\":\"2024-11-28T05:37:35.000000Z\"}}', 'purchase', 'course', 'processing', '2024-12-04 19:09:53', '2024-12-04 19:09:53', NULL), (17, 'CS0412241211', 18, 15, NULL, 40, 99.60, '{\"id\":15,\"title\":\"Product Design & Development Fundamentals\",\"slug\":\"uiux-design-fundamentals\",\"time_zone_id\":2,\"subject_id\":5,\"organization_id\":34,\"admin_id\":1,\"category_id\":5,\"subcategory_id\":5,\"course_url\":null,\"thumbnail\":\"lms-8SuDpBOW.png\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"UI\\/UX Design focuses on creating intuitive, user-friendly digital interfaces\",\"description\":\"<p>UI (User Interface) Design emphasizes the look, feel, and interactive elements, while UX (User Experience) Design ensures seamless navigation and a positive experience for users by addressing their needs and behavior. Together, they combine creativity, usability, and functionality to enhance user satisfaction.<\\/p>\",\"duration\":\"2h 50m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-28T10:05:35.000000Z\",\"updated_at\":\"2024-11-28T12:56:09.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":15,\"course_id\":15,\"currency_id\":null,\"price\":\"99.60\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-28T10:09:52.000000Z\",\"updated_at\":\"2024-11-28T10:09:52.000000Z\"}}', 'purchase', 'course', 'processing', '2024-12-04 19:11:37', '2024-12-04 19:11:37', NULL), (18, 'CS0512241229', 19, 12, NULL, 30, NULL, '{\"id\":12,\"title\":\"The Complete Digital Marketing Guide\",\"slug\":\"the-complete-digital-marketing-guide\",\"time_zone_id\":3,\"subject_id\":14,\"organization_id\":null,\"admin_id\":1,\"category_id\":6,\"subcategory_id\":6,\"course_url\":null,\"thumbnail\":\"lms-K1Cyn22X.webp\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":\"https:\\/\\/youtu.be\\/avaWlLUi2PI?si=lpK_OOPrODIn54VN\",\"short_description\":\"Congratulations, You Found It!\\r\\n\\r\\nThe Most Complete Course on Digital Marketing!\\r\\n\\r\\nInstead of buying different Courses about Digital Marketing - This Course Will Cover All Your Digital Marketing Needs.\",\"description\":\"<p>This course offers <strong>100% practical training<\\/strong>, with hands-on experience from day one. Here\\u2019s what learners are saying:<\\/p><ul><li><em>\\\"This course is equivalent to a full university degree, but at a fraction of the cost.\\\"<\\/em> - Livingstone Ayehangane<\\/li><li><em>\\\"Purchasing this course was the most pivotal career decision I\\u2019ve made.\\\"<\\/em> - Mohamed Saeed<\\/li><li><em>\\\"Robin and Jesper are exceptional digital marketing instructors. I love this course.\\\"<\\/em> - Shaheer Farrukh<\\/li><li><em>\\\"The best course I\\u2019ve ever taken. The updates and value are unmatched. This is my go-to resource.\\\"<\\/em> - Rajaa Zaidi<\\/li><\\/ul><h3><strong>Course Goals:<\\/strong><\\/h3><ul><li>Become a complete digital marketing resource<\\/li><li>Grow your business online<\\/li><li>Get hired as a digital marketing expert<\\/li><li>Launch a successful freelance career in digital marketing<\\/li><\\/ul>\",\"duration\":\"2h\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-28T07:58:12.000000Z\",\"updated_at\":\"2024-12-05T11:07:55.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":12,\"course_id\":12,\"currency_id\":null,\"price\":\"13.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-28T08:03:20.000000Z\",\"updated_at\":\"2024-11-28T08:03:20.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-12-05 19:29:22', '2024-12-17 15:38:32', '2024-12-17 15:38:32'), (19, 'CS0512241256', 20, 1, NULL, 30, NULL, '{\"id\":1,\"title\":\"Full-Stack Web Development Bootcamp\",\"slug\":\"full-stack-web-development-with-php-laravel-vue-js\",\"time_zone_id\":6,\"subject_id\":1,\"organization_id\":null,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":1,\"course_url\":null,\"thumbnail\":\"lms-qqkIFWrx.webp\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":\"https:\\/\\/youtu.be\\/TG6XSFeOT3g?si=f4aktmUshZ8SZP7t\",\"short_description\":\"Delve into the future of technology with AI and machine learning courses. Explore deep learning, natural language processing, neural networks, and more. Learn to create smart applications that can analyze and adapt.\",\"description\":\"<p>Explore deep learning, natural language processing (NLP), neural networks, and more. Learn to create smart applications that can analyze and adapt.<\\/p>\",\"duration\":\"2h 30m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-26T12:05:49.000000Z\",\"updated_at\":\"2024-12-05T10:53:01.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":2,\"course_id\":1,\"currency_id\":null,\"price\":\"82.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T04:30:48.000000Z\",\"updated_at\":\"2024-11-28T12:55:10.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-12-05 19:56:11', '2024-12-05 19:56:11', NULL), (20, 'CS0512241256', 21, 10, NULL, 30, NULL, '{\"id\":10,\"title\":\"WordPress Development for Beginners\",\"slug\":\"wordpress-development-for-beginners\",\"time_zone_id\":3,\"subject_id\":4,\"organization_id\":null,\"admin_id\":1,\"category_id\":4,\"subcategory_id\":4,\"course_url\":null,\"thumbnail\":\"lms-GSeSZpiz.webp\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"Master the basics of creating and customizing WordPress websites. This course covers themes, plugins, custom post types, and WooCommerce for e-commerce functionality.\",\"description\":\"Learn the fundamentals of building and customizing WordPress websites in this course. Explore themes, plugins, custom post types, and integrate WooCommerce for seamless e-commerce functionality. Whether you are creating a blog, portfolio, or online store, this course equips you with the skills to build a dynamic and professional WordPress site.\",\"duration\":\"4h 20m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-28T05:47:43.000000Z\",\"updated_at\":\"2024-12-05T10:59:21.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":10,\"course_id\":10,\"currency_id\":null,\"price\":\"50.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-28T05:50:19.000000Z\",\"updated_at\":\"2024-11-28T05:50:19.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-12-05 19:56:29', '2024-12-05 19:56:29', NULL), (21, 'CS0512241259', 22, 3, NULL, 30, NULL, '{\"id\":3,\"title\":\"UI\\/UX Design Fundamentals\",\"slug\":\"digital-product-design\",\"time_zone_id\":2,\"subject_id\":5,\"organization_id\":null,\"admin_id\":1,\"category_id\":5,\"subcategory_id\":5,\"course_url\":null,\"thumbnail\":\"lms-FfldsiFd.webp\",\"video_src_type\":\"local\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"Explore the world of Product design with courses covering typography, color theory, branding\",\"description\":\"<p>Explore the world of Product design with courses covering typography, color theory, branding, and software like Adobe Photoshop, Illustrator, and InDesign. Perfect for anyone looking to create impactful designs.<\\/p>\",\"duration\":\"2h 30m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-27T04:46:36.000000Z\",\"updated_at\":\"2024-12-05T10:53:30.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":3,\"course_id\":3,\"currency_id\":null,\"price\":\"29.50\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T04:47:00.000000Z\",\"updated_at\":\"2024-11-28T05:14:50.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-12-05 19:59:29', '2024-12-05 19:59:29', NULL), (22, 'CS0512240114', 23, 1, NULL, 41, NULL, '{\"id\":1,\"title\":\"Full-Stack Web Development Bootcamp\",\"slug\":\"full-stack-web-development-with-php-laravel-vue-js\",\"time_zone_id\":6,\"subject_id\":1,\"organization_id\":null,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":1,\"course_url\":null,\"thumbnail\":\"lms-qqkIFWrx.webp\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":\"https:\\/\\/youtu.be\\/TG6XSFeOT3g?si=f4aktmUshZ8SZP7t\",\"short_description\":\"Delve into the future of technology with AI and machine learning courses. Explore deep learning, natural language processing, neural networks, and more. Learn to create smart applications that can analyze and adapt.\",\"description\":\"<p>Explore deep learning, natural language processing (NLP), neural networks, and more. Learn to create smart applications that can analyze and adapt.<\\/p>\",\"duration\":\"2h 30m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-26T12:05:49.000000Z\",\"updated_at\":\"2024-12-05T10:53:01.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":2,\"course_id\":1,\"currency_id\":null,\"price\":\"82.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T04:30:48.000000Z\",\"updated_at\":\"2024-11-28T12:55:10.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-12-05 20:14:24', '2024-12-05 20:14:24', NULL), (23, 'CS0512240207', 24, 1, NULL, 38, NULL, '{\"id\":1,\"title\":\"Full-Stack Web Development Bootcamp\",\"slug\":\"full-stack-web-development-with-php-laravel-vue-js\",\"time_zone_id\":6,\"subject_id\":1,\"organization_id\":null,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":1,\"course_url\":null,\"thumbnail\":\"lms-qqkIFWrx.webp\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":\"https:\\/\\/youtu.be\\/TG6XSFeOT3g?si=f4aktmUshZ8SZP7t\",\"short_description\":\"Delve into the future of technology with AI and machine learning courses. Explore deep learning, natural language processing, neural networks, and more. Learn to create smart applications that can analyze and adapt.\",\"description\":\"<p>Explore deep learning, natural language processing (NLP), neural networks, and more. Learn to create smart applications that can analyze and adapt.<\\/p>\",\"duration\":\"2h 30m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-26T12:05:49.000000Z\",\"updated_at\":\"2024-12-05T10:53:01.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":2,\"course_id\":1,\"currency_id\":null,\"price\":\"82.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T04:30:48.000000Z\",\"updated_at\":\"2024-11-28T12:55:10.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-12-05 21:07:48', '2024-12-05 21:07:48', NULL), (24, 'CS0812241105', 25, 14, NULL, 30, NULL, '{\"id\":14,\"title\":\"Full-Stack Web Development Bootcamp\",\"slug\":\"full-stack-web-development-bootcamp\",\"time_zone_id\":3,\"subject_id\":2,\"organization_id\":34,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":1,\"course_url\":null,\"thumbnail\":\"lms-nsftM3wq.webp\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":null,\"short_description\":\"Web development typically includes frontend development (user interface and visuals), backend development (server-side logic and databases), and web hosting to make the site accessible on the internet. It plays a crucial role in creating dynamic, interactive, and scalable digital platforms for businesses and individuals.\",\"description\":\"<p><strong>Web Development<\\/strong> refers to the process of creating, building, and maintaining websites or web applications. It involves coding, designing, and structuring websites to ensure functionality, responsiveness, and an engaging user experience. Web development typically includes frontend development (user interface and visuals), backend development (server-side logic and databases), and web hosting to make the site accessible on the internet. It plays a crucial role in creating dynamic, interactive, and scalable digital platforms for businesses and individuals.<\\/p>\",\"duration\":\"2h 50m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-28T21:36:07.000000Z\",\"updated_at\":\"2024-12-07T03:32:28.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":14,\"course_id\":14,\"currency_id\":null,\"price\":\"49.60\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-28T21:41:21.000000Z\",\"updated_at\":\"2024-11-28T21:41:21.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-12-09 06:05:52', '2024-12-09 06:05:52', NULL), (25, 'CS1112240555', 26, 6, NULL, 20, NULL, '{\"id\":6,\"title\":\"Webflow Development\",\"slug\":\"digital-product-design-d0\",\"time_zone_id\":2,\"subject_id\":5,\"organization_id\":null,\"admin_id\":1,\"category_id\":5,\"subcategory_id\":5,\"course_url\":null,\"thumbnail\":\"lms-hcgdWWKk.webp\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":\"https:\\/\\/youtu.be\\/SJiKWwBtQaU?si=GR7ktIzXzqOipxqc\",\"short_description\":\"Learn the principles of user-centered design with courses in UI\\/UX design. Gain hands-on experience with tools like Figma, Sketch, and Adobe XD.\",\"description\":\"<ul><li>Learn the principles of user-centered design with courses in UI\\/UX design. Gain hands-on experience with tools like Figma, Sketch, and Adobe XD. Master wireframing, prototyping, and creating visually engaging interfaces that offer seamless user experiences.<\\/li><\\/ul>\",\"duration\":\"2h 30m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-27T05:43:30.000000Z\",\"updated_at\":\"2024-12-06T15:32:07.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":6,\"course_id\":6,\"currency_id\":null,\"price\":\"0.00\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-27T05:47:27.000000Z\",\"updated_at\":\"2024-11-27T05:47:27.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-12-11 12:55:20', '2024-12-11 12:55:20', NULL), (26, 'CS1112240629', 27, 14, NULL, 38, NULL, '{\"id\":14,\"title\":\"Full-Stack Web Development Bootcamp\",\"slug\":\"full-stack-web-development-bootcamp\",\"time_zone_id\":3,\"subject_id\":2,\"organization_id\":34,\"admin_id\":1,\"category_id\":1,\"subcategory_id\":1,\"course_url\":null,\"thumbnail\":\"lms-nsftM3wq.webp\",\"video_src_type\":\"youtube\",\"short_video\":null,\"demo_url\":\"https:\\/\\/youtu.be\\/TG6XSFeOT3g?si=f4aktmUshZ8SZP7t\",\"short_description\":\"Web development typically includes frontend development (user interface and visuals), backend development (server-side logic and databases), and web hosting to make the site accessible on the internet. It plays a crucial role in creating dynamic, interactive, and scalable digital platforms for businesses and individuals.\",\"description\":\"<p><strong>Web Development<\\/strong> refers to the process of creating, building, and maintaining websites or web applications. It involves coding, designing, and structuring websites to ensure functionality, responsiveness, and an engaging user experience. Web development typically includes frontend development (user interface and visuals), backend development (server-side logic and databases), and web hosting to make the site accessible on the internet. It plays a crucial role in creating dynamic, interactive, and scalable digital platforms for businesses and individuals.<\\/p>\",\"duration\":\"2h 50m\",\"message_for_reviewer\":null,\"effective_date\":null,\"expiration_date\":null,\"status\":\"Approved\",\"created_at\":\"2024-11-28T09:36:07.000000Z\",\"updated_at\":\"2024-12-09T00:55:55.000000Z\",\"deleted_at\":null,\"course_price\":{\"id\":14,\"course_id\":14,\"currency_id\":null,\"price\":\"49.60\",\"discount_flag\":0,\"discounted_price\":null,\"discount_period\":null,\"effective_date\":null,\"expiration_date\":null,\"auto_convert\":0,\"created_at\":\"2024-11-28T09:41:21.000000Z\",\"updated_at\":\"2024-11-28T09:41:21.000000Z\"}}', 'enrolled', 'course', 'processing', '2024-12-11 13:29:59', '2024-12-11 13:29:59', NULL), (27, 'CS2412240412', 28, NULL, 3, 30, 599.00, '{\"id\":3,\"instructor_id\":null,\"organization_id\":null,\"title\":\"Cybersecurity and Ethical Hacking Bundle\",\"slug\":\"cybersecurity-and-ethical-hacking-bundle\",\"price\":\"599.00\",\"thumbnail\":\"lms-is1dI9SO.webp\",\"details\":\"<p>Protect systems and networks with in-depth knowledge of ethical hacking and cybersecurity. This bundle includes penetration testing, vulnerability assessment, and defense strategies. Learn real-world skills to secure businesses and personal data.<\\/p>\",\"deleted_at\":null,\"created_at\":\"2024-11-28T00:00:07.000000Z\",\"updated_at\":\"2024-12-24T15:25:58.000000Z\"}', 'purchase', 'bundle', 'processing', '2024-12-24 04:12:54', '2024-12-24 04:12:54', NULL); -- -------------------------------------------------------- -- -- Table structure for table `questions` -- CREATE TABLE `questions` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `questions` -- INSERT INTO `questions` (`id`, `name`, `status`, `created_at`, `updated_at`) VALUES (1, 'You can create an emulator to simulate the configuration of a particular type of Android device using a tool like ___.', 1, '2024-11-28 17:00:37', '2024-11-28 17:00:37'), (2, '__is a method that is invoked each time the user clicks or taps on a clickable UI element, such as a button.', 1, '2024-11-28 17:03:46', '2024-11-28 17:03:46'), (3, 'What parameter specifies the Android API level that Gradle should use to compile your app?', 1, '2024-11-28 17:05:20', '2024-11-28 17:05:20'), (4, 'True or false? Scroll view can contain only one view, or view group, as a child.', 1, '2024-11-28 17:05:59', '2024-11-28 17:05:59'), (5, 'You can show or hide a view in your app by setting its visibility. Which of the following are valid visibility values?', 1, '2024-11-28 17:07:35', '2024-11-28 17:07:35'), (6, '___is a group of views that are linked together with bidirectional constra', 1, '2024-11-28 17:08:41', '2024-11-28 17:08:41'), (7, 'What phrase means that the compiler validates types while compiling?', 1, '2024-11-28 17:09:38', '2024-11-28 17:09:38'), (8, 'Which of the following is not true about fragments?', 1, '2024-11-28 17:12:19', '2024-11-28 17:12:19'), (9, '____is a dedicated space for app branding and identity.', 1, '2024-11-28 17:13:08', '2024-11-28 17:13:08'), (10, '__plugin of the Navigation component makes passing parameters between fragments safer.', 1, '2024-11-28 17:15:14', '2024-11-28 17:15:14'), (11, 'What is the purpose of the alt attribute in an <img> tag?', 1, '2024-11-28 17:46:55', '2024-11-28 17:46:55'), (12, '1. What is the primary goal of UX design?', 1, '2024-11-28 18:01:11', '2024-11-28 18:01:11'), (13, '2. What is a wireframe in UX design?', 1, '2024-11-28 18:03:19', '2024-11-28 18:03:19'), (14, '1. What does SEO stand for?', 1, '2024-11-28 18:46:21', '2024-11-28 18:46:21'), (15, '2. Which of the following is NOT a social media platform?', 1, '2024-11-28 18:48:36', '2024-11-28 18:48:36'), (16, '1. What is a WordPress theme?', 1, '2024-11-28 19:07:13', '2024-11-28 19:07:13'), (17, '2. What is the purpose of the style.css file in a WordPress theme?', 1, '2024-11-28 19:08:52', '2024-11-28 19:08:52'), (18, 'Multiple Choice Question', 1, '2024-11-28 19:19:11', '2024-11-28 19:19:11'), (19, 'The folder where WordPress themes are stored is called the ___ folder.', 1, '2024-11-28 19:19:33', '2024-11-28 19:19:33'), (20, 'In WordPress, the ___ API allows developers to interact programmatically with the WordPress database and content.', 1, '2024-11-28 19:21:32', '2024-11-28 19:21:32'), (21, 'Which of the following is NOT a WordPress default user role?', 1, '2024-11-28 19:22:25', '2024-11-28 19:22:25'), (22, 'What is the primary programming language used for WordPress development?', 1, '2024-11-28 19:22:54', '2024-11-28 19:22:54'), (23, 'Which of the following plugins is commonly used for creating e-commerce websites on WordPress?', 1, '2024-11-28 19:23:54', '2024-11-28 19:23:54'), (24, 'WordPress is a ___.', 1, '2024-11-30 15:40:38', '2024-11-30 15:40:38'), (25, 'Which type of data can be stored in WordPress as media?', 1, '2024-11-30 15:51:25', '2024-11-30 15:51:25'), (26, 'What is encryption?', 1, '2024-12-10 02:50:31', '2024-12-10 02:50:31'), (27, 'Which encryption algorithm is considered symmetric?', 1, '2024-12-10 02:51:43', '2024-12-10 02:51:43'), (28, 'What is the key difference between symmetric and asymmetric encryption?', 1, '2024-12-10 02:52:39', '2024-12-10 02:52:39'), (29, 'Which of the following is an example of asymmetric encryption?', 1, '2024-12-10 02:55:47', '2024-12-10 02:55:47'); -- -------------------------------------------------------- -- -- Table structure for table `question_answers` -- CREATE TABLE `question_answers` ( `id` bigint(20) UNSIGNED NOT NULL, `answer_id` bigint(20) UNSIGNED NOT NULL, `quiz_question_id` bigint(20) UNSIGNED NOT NULL, `correct` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `question_answers` -- INSERT INTO `question_answers` (`id`, `answer_id`, `quiz_question_id`, `correct`, `created_at`, `updated_at`) VALUES (1, 1, 1, 0, '2024-11-28 17:00:37', '2024-11-28 17:00:37'), (2, 2, 1, 1, '2024-11-28 17:00:37', '2024-11-28 17:00:37'), (3, 3, 1, 1, '2024-11-28 17:00:37', '2024-11-28 17:00:37'), (4, 4, 2, 0, '2024-11-28 17:03:46', '2024-11-28 17:03:46'), (5, 5, 2, 0, '2024-11-28 17:03:46', '2024-11-28 17:03:46'), (10, 10, 4, 1, '2024-11-28 17:05:59', '2024-11-28 17:05:59'), (11, 11, 4, 0, '2024-11-28 17:05:59', '2024-11-28 17:05:59'), (12, 12, 5, 1, '2024-11-28 17:07:35', '2024-11-28 17:07:35'), (13, 13, 5, 1, '2024-11-28 17:07:35', '2024-11-28 17:07:35'), (14, 14, 5, 0, '2024-11-28 17:07:35', '2024-11-28 17:07:35'); -- -------------------------------------------------------- -- -- Table structure for table `question_scores` -- CREATE TABLE `question_scores` ( `id` bigint(20) UNSIGNED NOT NULL, `quiz_id` bigint(20) UNSIGNED NOT NULL, `question_id` bigint(20) UNSIGNED NOT NULL, `score` decimal(8,2) NOT NULL, `status` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `quizzes` -- CREATE TABLE `quizzes` ( `id` bigint(20) UNSIGNED NOT NULL, `instructor_id` bigint(20) UNSIGNED DEFAULT NULL, `topic_id` bigint(20) UNSIGNED DEFAULT NULL, `topic_type_id` bigint(20) UNSIGNED DEFAULT NULL, `quiz_type_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `duration` varchar(255) DEFAULT NULL, `total_mark` int(11) NOT NULL, `pass_mark` int(11) NOT NULL, `total_retake` int(11) DEFAULT NULL, `instruction` text DEFAULT NULL, `is_random_question` int(11) NOT NULL DEFAULT 0, `is_certificate` int(11) NOT NULL DEFAULT 0, `expire_date` timestamp NULL DEFAULT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `quizzes` -- INSERT INTO `quizzes` (`id`, `instructor_id`, `topic_id`, `topic_type_id`, `quiz_type_id`, `title`, `duration`, `total_mark`, `pass_mark`, `total_retake`, `instruction`, `is_random_question`, `is_certificate`, `expire_date`, `status`, `created_at`, `updated_at`) VALUES (1, NULL, NULL, 3, 2, 'Fundamental of HTML', '01:00:00', 100, 80, 2, '<p>Answer all the question.</p><p><br></p>', 1, 0, NULL, 1, '2024-11-28 12:07:41', '2024-11-28 12:07:41'), (2, NULL, NULL, 3, 2, 'Advanced React Patterns', '60', 100, 80, 3, '<p>Answer all question</p><p><br></p>', 0, 0, NULL, 1, '2024-11-28 12:29:49', '2024-11-28 12:29:49'), (3, NULL, NULL, 3, 1, 'Encryption and Decryption Techniques', '30', 25, 20, 1, '<p>Answer al question</p>', 0, 0, NULL, 1, '2024-11-28 13:35:18', '2024-12-10 04:16:28'), (4, NULL, NULL, 3, 2, 'Mastering UI/UX: Test Your Design Knowledge', '1m', 10, 6, 0, '<p>Put your UI/UX skills to the test! This quiz will challenge your understanding of user interface design principles, user experience strategies, and best practices. Perfect for aspiring designers and experienced professionals alike.</p>', 1, 1, NULL, 1, '2024-11-28 15:49:44', '2024-11-28 15:49:44'), (5, NULL, NULL, 3, 1, 'Fundamental of Kotlin', '60', 100, 70, 2, '<p>Answer all the question.</p>', 1, 1, NULL, 1, '2024-11-28 16:53:24', '2024-12-10 04:27:48'), (6, NULL, NULL, 3, 2, 'What is the purpose of the alt attribute in an <img> tag?', '4', 10, 6, 4, '<li>A) To set the width of the image</li><li>B) To provide alternative text for the image if it cannot be displayed</li><li>C) To add a caption below the image</li><li>D) To link the image to another webpage</li>', 1, 1, NULL, 1, '2024-11-28 17:36:59', '2024-12-10 18:34:42'), (7, NULL, NULL, 3, 2, 'UI/UX Design & Development Fundamentals', '4m', 10, 6, 4, NULL, 1, 1, NULL, 1, '2024-11-28 18:00:00', '2024-11-28 18:00:00'), (8, NULL, NULL, 3, 2, 'UI/UX Design & Development Fundamentals', '4m', 10, 6, 4, NULL, 1, 1, NULL, 1, '2024-11-28 18:02:01', '2024-11-28 18:02:01'), (9, NULL, NULL, 3, 2, 'Digital Marketing', '4m', 10, 6, 4, NULL, 1, 1, NULL, 1, '2024-11-28 18:44:31', '2024-11-28 18:44:31'), (10, NULL, NULL, 3, 2, 'Digital Marketing', '4m', 10, 6, 4, NULL, 1, 1, NULL, 1, '2024-11-28 18:47:41', '2024-11-28 18:47:41'), (11, NULL, NULL, 3, 2, 'What is a WordPress theme?', '4m', 10, 6, 4, NULL, 1, 1, NULL, 1, '2024-11-28 19:06:29', '2024-11-28 19:06:29'), (12, NULL, NULL, 3, 2, 'Basic WordPress', '4m', 10, 6, 4, NULL, 1, 1, NULL, 1, '2024-11-28 19:08:00', '2024-11-28 19:08:00'), (13, NULL, NULL, 3, 1, 'Wordpress fundamental', '60m', 50, 30, 3, '<p>Answer all the question.</p>', 1, 1, NULL, 1, '2024-11-28 19:16:56', '2024-11-28 19:16:56'), (14, NULL, NULL, 3, 1, 'What is Webflow?', '10', 50, 45, 3, '<h4><span style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));\">a) A content management system</span></h4><p>b) A visual web design tool that converts designs into code<br>c) A platform for creating social media posts<br>d) A code editor for web development</p>', 0, 0, NULL, 1, '2024-12-19 05:59:49', '2024-12-19 05:59:49'); -- -------------------------------------------------------- -- -- Table structure for table `quiz_questions` -- CREATE TABLE `quiz_questions` ( `id` bigint(20) UNSIGNED NOT NULL, `quiz_id` bigint(20) UNSIGNED NOT NULL, `question_id` bigint(20) UNSIGNED NOT NULL, `question_type` varchar(255) NOT NULL, `mark` int(11) NOT NULL, `image` varchar(255) DEFAULT NULL, `video` varchar(255) DEFAULT NULL, `position` int(11) 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 `quiz_questions` -- INSERT INTO `quiz_questions` (`id`, `quiz_id`, `question_id`, `question_type`, `mark`, `image`, `video`, `position`, `created_at`, `updated_at`) VALUES (1, 5, 1, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 17:00:37', '2024-11-28 17:00:37'), (2, 5, 2, 'fill-in-blank', 10, NULL, NULL, NULL, '2024-11-28 17:03:46', '2024-11-28 17:03:46'), (3, 5, 3, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 17:05:20', '2024-11-28 17:05:20'), (4, 5, 4, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 17:05:59', '2024-11-28 17:05:59'), (5, 5, 5, 'multiple-choice', 10, NULL, NULL, NULL, '2024-11-28 17:07:35', '2024-11-28 17:07:35'), (6, 5, 6, 'fill-in-blank', 10, NULL, NULL, NULL, '2024-11-28 17:08:41', '2024-11-28 17:08:41'), (7, 5, 7, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 17:09:38', '2024-11-28 17:09:38'), (8, 5, 8, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 17:12:19', '2024-11-28 17:12:19'), (9, 5, 9, 'fill-in-blank', 10, NULL, NULL, NULL, '2024-11-28 17:13:08', '2024-11-28 17:13:08'), (10, 5, 10, 'fill-in-blank', 10, NULL, NULL, NULL, '2024-11-28 17:15:14', '2024-11-28 17:15:14'), (11, 6, 11, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 17:46:55', '2024-11-28 17:46:55'), (12, 7, 12, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 18:01:11', '2024-11-28 18:01:11'), (13, 8, 13, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 18:03:19', '2024-11-28 18:03:19'), (14, 9, 14, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 18:46:21', '2024-11-28 18:46:21'), (15, 10, 15, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 18:48:36', '2024-11-28 18:48:36'), (16, 4, 12, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 18:58:00', '2024-11-28 18:58:00'), (17, 11, 16, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 19:07:13', '2024-11-28 19:07:13'), (18, 11, 17, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 19:08:52', '2024-11-28 19:08:52'), (19, 13, 22, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 19:19:11', '2024-11-28 19:22:54'), (20, 13, 19, 'fill-in-blank', 10, NULL, NULL, NULL, '2024-11-28 19:19:33', '2024-11-28 19:19:33'), (21, 13, 23, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 19:21:01', '2024-11-28 19:23:54'), (22, 13, 20, 'fill-in-blank', 10, NULL, NULL, NULL, '2024-11-28 19:21:32', '2024-11-28 19:21:32'), (23, 13, 21, 'single-choice', 10, NULL, NULL, NULL, '2024-11-28 19:22:25', '2024-11-28 19:22:25'), (24, 12, 24, 'multiple-choice', 5, NULL, NULL, NULL, '2024-11-30 15:40:38', '2024-11-30 15:40:38'), (25, 12, 25, 'single-choice', 10, NULL, NULL, NULL, '2024-11-30 15:51:26', '2024-11-30 15:51:26'), (26, 3, 26, 'single-choice', 10, NULL, NULL, 2, '2024-12-10 02:50:31', '2024-12-18 07:49:24'), (27, 3, 27, 'single-choice', 5, NULL, NULL, 1, '2024-12-10 02:51:43', '2024-12-18 07:49:24'), (28, 3, 28, 'multiple-choice', 5, NULL, NULL, 3, '2024-12-10 02:52:39', '2024-12-18 07:49:24'), (29, 3, 29, 'single-choice', 5, NULL, NULL, 4, '2024-12-10 02:55:47', '2024-12-18 07:49:24'); -- -------------------------------------------------------- -- -- Table structure for table `quiz_types` -- CREATE TABLE `quiz_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `quiz_types` -- INSERT INTO `quiz_types` (`id`, `name`, `slug`, `status`, `created_at`, `updated_at`) VALUES (1, 'Grade', 'grade', 0, '2024-11-26 11:05:44', '2024-11-26 11:05:44'), (2, 'Practices', 'practices', 0, '2024-11-26 11:05:44', '2024-11-26 11:05:44'); -- -------------------------------------------------------- -- -- Table structure for table `readings` -- CREATE TABLE `readings` ( `id` bigint(20) UNSIGNED NOT NULL, `topic_type_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `description` text NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `readings` -- INSERT INTO `readings` (`id`, `topic_type_id`, `title`, `description`, `created_at`, `updated_at`) VALUES (1, 2, 'Basic Introduction', '<p>Web development is the process of creating and maintaining websites and web applications that are accessible via the internet. It involves a combination of programming, design, and technical skills to build functional, visually appealing, and user-friendly websites.</p><p>The field can be broadly divided into three main areas:</p><ol><li><p><strong>Frontend Development</strong>: Focuses on the visual and interactive aspects of a website. Developers use languages like HTML, CSS, and JavaScript to design the user interface (UI) and ensure a seamless user experience (UX).</p></li><li><p><strong>Backend Development</strong>: Handles the server-side logic, databases, and application architecture. Common backend languages include Python, PHP, Java, and JavaScript (Node.js).</p></li><li><p><strong>Full-stack Development</strong>: Combines both frontend and backend skills, enabling developers to build and manage entire web applications.</p></li></ol><p>Web development is a dynamic and ever-evolving field, requiring a good understanding of technology trends, frameworks, and tools. Whether building a simple blog or a complex e-commerce platform, web development is the foundation of the online world.</p>', '2024-11-28 11:30:38', '2024-11-28 11:30:38'), (2, 2, 'Introduction', '<p>Frontend development involves designing and building the user interface (UI) of websites and web applications, focusing on what users see and interact with directly. It combines technical skills and creativity to ensure an engaging and responsive user experience (UX).</p><h3>Key Technologies:</h3><ol><li><strong>HTML (HyperText Markup Language):</strong> Defines the structure and content of web pages, using elements like headings, paragraphs, links, and images.</li><li><strong>CSS (Cascading Style Sheets):</strong> Adds styling, such as colors, fonts, layouts, and responsive designs to make web pages visually appealing and usable.</li><li><strong>JavaScript (JS):</strong> Introduces interactivity, enabling features like animations, form validation, and dynamic updates without reloading the page.</li></ol><h3>Advanced Tools and Frameworks:</h3><ul><li><strong>Frameworks & Libraries:</strong> Tools like React, Angular, and Vue.js streamline development by offering reusable components and efficient state management.</li><li><strong>CSS Preprocessors:</strong> Sass and Less simplify and enhance CSS code management.</li><li><strong>Build Tools:</strong> Webpack and Vite optimize code, ensuring faster load times and better performance.</li></ul><h3>Responsibilities of Frontend Developers:</h3><ul><li>Creating responsive designs that adapt to various devices (mobile, tablet, desktop).</li><li>Optimizing web performance for faster loading.</li><li>Ensuring cross-browser compatibility.</li><li>Collaborating with backend developers to integrate APIs and data.</li></ul><h3>Importance:</h3><p>A well-crafted frontend ensures a seamless user experience, impacting customer satisfaction and retention. It’s the bridge between users and functionality, making frontend development crucial in modern web projects.</p>', '2024-11-28 11:58:39', '2024-11-28 11:58:39'), (4, 2, 'Understanding Context API and useReducer Hook', '<h3><strong>Context API</strong></h3><p>Context API allows you to share data globally across components in your React application without manually passing props through each component level. It simplifies state management for values that need to be accessible throughout the component tree, such as user authentication, themes, or settings.</p><p><strong>How it works:</strong></p><ul><li><strong>React.createContext</strong>: Creates the context.</li><li><strong>Provider</strong>: Makes data available to child components.</li><li><strong>Consumer</strong>: Accesses the provided data.</li></ul><h3><strong>useReducer Hook</strong></h3><p><code>useReducer</code> is used for managing more complex state logic, especially when dealing with multiple values or intricate state transitions. It’s like <code>useState</code>, but instead of setting individual values, you dispatch actions that update the state.</p><p><strong>How it works:</strong></p><ul><li>Takes a reducer function (which updates state based on action type) and an initial state.</li><li>Returns the current state and a dispatch function.</li></ul><h3><strong>Combining Context API and useReducer</strong></h3><p>When building larger apps, you can use the Context API with <code>useReducer</code> for global state management. The Context API provides the global state, while <code>useReducer</code> manages the complex state transitions, providing more maintainable and scalable solutions.</p>', '2024-11-28 12:24:35', '2024-11-28 12:24:35'), (5, 2, 'Vue 3 Composition API and Reactive Data', '<p>In <strong>Vue 3</strong>, the <strong>Composition API</strong> provides a new way to write Vue components that is more flexible and modular than the Options API. It allows developers to group related logic together inside <code>setup()</code> rather than relying on component options like <code>data</code>, <code>methods</code>, and <code>computed</code>.</p><p><strong>Reactive Data</strong> in Vue 3 is made possible by <code>reactive()</code> and <code>ref()</code>, which create reactive data objects. <code>reactive()</code> works with complex objects, while <code>ref()</code> is used for primitive values like numbers or strings. The Composition API makes it easier to manage state and logic across components.</p>', '2024-11-28 12:31:16', '2024-11-28 12:31:16'), (6, 2, 'Overview of Back-End Architecture', '<p>ack-end architecture is the structure that supports the operations of a web application, focusing on the server, database, and APIs. The server processes incoming requests and serves data to the client, while the database stores and retrieves the data. The application logic, often handled by back-end frameworks like <strong>Express.js</strong>, <strong>Django</strong>, or <strong>Spring</strong>, connects the server to the database. Additionally, web services like <strong>RESTful APIs</strong> enable communication between the client and server. Key concerns in back-end architecture include <strong>scalability</strong>, <strong>security</strong>, and <strong>performance</strong> optimization.</p>', '2024-11-28 12:33:53', '2024-11-28 12:33:53'), (7, 2, 'Relational vs. NoSQL Databases', '<p><strong>Relational Databases (SQL)</strong>:</p><ul><li><strong>Structure</strong>: Data is organized into tables (rows and columns).</li><li><strong>Schemas</strong>: Strong, predefined schema with rigid relationships (Foreign Keys).</li><li><strong>ACID Compliance</strong>: Ensures reliability in transactions (Atomicity, Consistency, Isolation, Durability).</li><li><strong>Examples</strong>: <strong>MySQL</strong>, <strong>PostgreSQL</strong>, <strong>SQLite</strong>.</li></ul><p><strong>NoSQL Databases</strong>:</p><ul><li><strong>Structure</strong>: Data is stored in various formats such as key-value pairs, documents, or graphs.</li><li><strong>Schemas</strong>: Flexible and dynamic schemas allow easy changes.</li><li><strong>Scalability</strong>: Horizontal scaling, making them ideal for handling large volumes of unstructured data.</li><li><strong>Examples</strong>: <strong>MongoDB</strong>, <strong>Cassandra</strong>, <strong>Redis</strong>.</li></ul>', '2024-11-28 12:36:44', '2024-11-28 12:36:44'), (8, 2, 'What is Blockchain?', '<div class=\"flex-shrink-0 flex flex-col relative items-end\"><div class=\"pt-0\"><div class=\"gizmo-bot-avatar flex h-8 w-8 items-center justify-center overflow-hidden rounded-full\"><div class=\"relative p-1 rounded-sm flex items-center justify-center bg-token-main-surface-primary text-token-text-primary h-8 w-8\"><svg width=\"41\" height=\"41\" viewBox=\"0 0 41 41\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"icon-md\" role=\"img\"><text x=\"-9999\" y=\"-9999\"></text><path d=\"M37.5324 16.8707C37.9808 15.5241 38.1363 14.0974 37.9886 12.6859C37.8409 11.2744 37.3934 9.91076 36.676 8.68622C35.6126 6.83404 33.9882 5.3676 32.0373 4.4985C30.0864 3.62941 27.9098 3.40259 25.8215 3.85078C24.8796 2.7893 23.7219 1.94125 22.4257 1.36341C21.1295 0.785575 19.7249 0.491269 18.3058 0.500197C16.1708 0.495044 14.0893 1.16803 12.3614 2.42214C10.6335 3.67624 9.34853 5.44666 8.6917 7.47815C7.30085 7.76286 5.98686 8.3414 4.8377 9.17505C3.68854 10.0087 2.73073 11.0782 2.02839 12.312C0.956464 14.1591 0.498905 16.2988 0.721698 18.4228C0.944492 20.5467 1.83612 22.5449 3.268 24.1293C2.81966 25.4759 2.66413 26.9026 2.81182 28.3141C2.95951 29.7256 3.40701 31.0892 4.12437 32.3138C5.18791 34.1659 6.8123 35.6322 8.76321 36.5013C10.7141 37.3704 12.8907 37.5973 14.9789 37.1492C15.9208 38.2107 17.0786 39.0587 18.3747 39.6366C19.6709 40.2144 21.0755 40.5087 22.4946 40.4998C24.6307 40.5054 26.7133 39.8321 28.4418 38.5772C30.1704 37.3223 31.4556 35.5506 32.1119 33.5179C33.5027 33.2332 34.8167 32.6547 35.9659 31.821C37.115 30.9874 38.0728 29.9178 38.7752 28.684C39.8458 26.8371 40.3023 24.6979 40.0789 22.5748C39.8556 20.4517 38.9639 18.4544 37.5324 16.8707ZM22.4978 37.8849C20.7443 37.8874 19.0459 37.2733 17.6994 36.1501C17.7601 36.117 17.8666 36.0586 17.936 36.0161L25.9004 31.4156C26.1003 31.3019 26.2663 31.137 26.3813 30.9378C26.4964 30.7386 26.5563 30.5124 26.5549 30.2825V19.0542L29.9213 20.998C29.9389 21.0068 29.9541 21.0198 29.9656 21.0359C29.977 21.052 29.9842 21.0707 29.9867 21.0902V30.3889C29.9842 32.375 29.1946 34.2791 27.7909 35.6841C26.3872 37.0892 24.4838 37.8806 22.4978 37.8849ZM6.39227 31.0064C5.51397 29.4888 5.19742 27.7107 5.49804 25.9832C5.55718 26.0187 5.66048 26.0818 5.73461 26.1244L13.699 30.7248C13.8975 30.8408 14.1233 30.902 14.3532 30.902C14.583 30.902 14.8088 30.8408 15.0073 30.7248L24.731 25.1103V28.9979C24.7321 29.0177 24.7283 29.0376 24.7199 29.0556C24.7115 29.0736 24.6988 29.0893 24.6829 29.1012L16.6317 33.7497C14.9096 34.7416 12.8643 35.0097 10.9447 34.4954C9.02506 33.9811 7.38785 32.7263 6.39227 31.0064ZM4.29707 13.6194C5.17156 12.0998 6.55279 10.9364 8.19885 10.3327C8.19885 10.4013 8.19491 10.5228 8.19491 10.6071V19.808C8.19351 20.0378 8.25334 20.2638 8.36823 20.4629C8.48312 20.6619 8.64893 20.8267 8.84863 20.9404L18.5723 26.5542L15.206 28.4979C15.1894 28.5089 15.1703 28.5155 15.1505 28.5173C15.1307 28.5191 15.1107 28.516 15.0924 28.5082L7.04046 23.8557C5.32135 22.8601 4.06716 21.2235 3.55289 19.3046C3.03862 17.3858 3.30624 15.3413 4.29707 13.6194ZM31.955 20.0556L22.2312 14.4411L25.5976 12.4981C25.6142 12.4872 25.6333 12.4805 25.6531 12.4787C25.6729 12.4769 25.6928 12.4801 25.7111 12.4879L33.7631 17.1364C34.9967 17.849 36.0017 18.8982 36.6606 20.1613C37.3194 21.4244 37.6047 22.849 37.4832 24.2684C37.3617 25.6878 36.8382 27.0432 35.9743 28.1759C35.1103 29.3086 33.9415 30.1717 32.6047 30.6641C32.6047 30.5947 32.6047 30.4733 32.6047 30.3889V21.188C32.6066 20.9586 32.5474 20.7328 32.4332 20.5338C32.319 20.3348 32.154 20.1698 31.955 20.0556ZM35.3055 15.0128C35.2464 14.9765 35.1431 14.9142 35.069 14.8717L27.1045 10.2712C26.906 10.1554 26.6803 10.0943 26.4504 10.0943C26.2206 10.0943 25.9948 10.1554 25.7963 10.2712L16.0726 15.8858V11.9982C16.0715 11.9783 16.0753 11.9585 16.0837 11.9405C16.0921 11.9225 16.1048 11.9068 16.1207 11.8949L24.1719 7.25025C25.4053 6.53903 26.8158 6.19376 28.2383 6.25482C29.6608 6.31589 31.0364 6.78077 32.2044 7.59508C33.3723 8.40939 34.2842 9.53945 34.8334 10.8531C35.3826 12.1667 35.5464 13.6095 35.3055 15.0128ZM14.2424 21.9419L10.8752 19.9981C10.8576 19.9893 10.8423 19.9763 10.8309 19.9602C10.8195 19.9441 10.8122 19.9254 10.8098 19.9058V10.6071C10.8107 9.18295 11.2173 7.78848 11.9819 6.58696C12.7466 5.38544 13.8377 4.42659 15.1275 3.82264C16.4173 3.21869 17.8524 2.99464 19.2649 3.1767C20.6775 3.35876 22.0089 3.93941 23.1034 4.85067C23.0427 4.88379 22.937 4.94215 22.8668 4.98473L14.9024 9.58517C14.7025 9.69878 14.5366 9.86356 14.4215 10.0626C14.3065 10.2616 14.2466 10.4877 14.2479 10.7175L14.2424 21.9419ZM16.071 17.9991L20.4018 15.4978L24.7325 17.9975V22.9985L20.4018 25.4983L16.071 22.9985V17.9991Z\" fill=\"currentColor\"></path></svg></div></div></div></div><div class=\"group/conversation-turn relative flex w-full min-w-0 flex-col agent-turn\"><div class=\"flex-col gap-1 md:gap-3\"><div class=\"flex max-w-full flex-col flex-grow\"><div data-message-author-role=\"assistant\" data-message-id=\"bc4536ef-f593-4143-b0f0-551b4a206b8e\" dir=\"auto\" class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+&]:mt-5\" data-message-model-slug=\"gpt-4o-mini\"><div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"><div class=\"markdown prose w-full break-words dark:prose-invert light\"><p><strong>Blockchain</strong> is a distributed ledger technology that records data across multiple computers in a secure and transparent manner. Each \"block\" contains a batch of transactions, a timestamp, and a reference to the previous block, creating a \"chain\" of blocks. This decentralized structure ensures that no single entity can alter the data, making blockchain highly secure and resistant to tampering. Blockchain is mainly known for its role in cryptocurrencies but is also being explored for use in supply chains, healthcare, voting systems, and more.</p></div></div></div></div></div></div>', '2024-11-28 13:27:59', '2024-11-28 13:27:59'), (9, 2, 'How Blockchain Works', '<h3><strong>How Blockchain Works </strong></h3><ol><li><p><strong>Transaction Initiation</strong>: Suppose Alice wants to send 1 Bitcoin to Bob. Alice initiates the transaction, creating a request with the necessary data (e.g., sender, receiver, amount).</p></li><li><p><strong>Transaction Verification</strong>: The transaction is broadcasted to a network of computers (nodes). These nodes validate the transaction using predefined rules (e.g., ensuring Alice has enough Bitcoin).</p></li><li><p><strong>Block Creation</strong>: Once verified, the transaction is grouped with others to form a \"block.\"</p></li><li><p><strong>Consensus</strong>: The network reaches consensus (e.g., Proof of Work), confirming the block is valid.</p></li><li><p><strong>Block Added to Chain</strong>: The block is linked to the existing blockchain, and the transaction is complete. Bob now has 1 Bitcoin, and the blockchain record is updated.</p></li></ol><p><strong>Example</strong>: If someone tries to tamper with the transaction, the cryptographic hash linking blocks together would make it evident that the chain has been altered, alerting the network to the fraudulent change.</p>', '2024-11-28 13:29:41', '2024-11-28 13:29:41'), (10, 2, 'Introduction to Cryptography', '<h3><strong>Introduction to Cryptography</strong></h3><p>Cryptography is the science of securing communication and information through codes and ciphers. It ensures that data remains confidential, authentic, and tamper-proof. Cryptography techniques, like <strong>encryption</strong>, <strong>hashing</strong>, and <strong>digital signatures</strong>, are widely used in fields such as data security, secure communications, and cryptocurrency. In blockchain, cryptography plays a crucial role by verifying transactions, securing identities, and preventing fraud.</p>', '2024-11-28 13:31:51', '2024-11-28 13:31:51'), (11, 2, 'Hash Functions', '<h3><strong>Hash Functions</strong></h3><p>A <strong>hash function</strong> is a cryptographic algorithm that transforms an input (or \"message\") into a fixed-size string of characters, which is typically a hash code. The output, known as a <strong>hash value</strong>, is unique to each input. Hash functions are one-way functions, meaning they cannot be reversed to retrieve the original data. They are widely used in blockchain to create unique identifiers for blocks, ensuring data integrity by making it nearly impossible to alter any part of the blockchain without changing the entire hash sequence.</p>', '2024-11-28 13:32:35', '2024-11-28 13:32:35'), (12, 2, 'Digital Signatures and Public Key Infrastructure (PKI)', '<h3><strong>Digital Signatures and Public Key Infrastructure (PKI)</strong></h3><h4><strong>Digital Signatures</strong></h4><p>A <strong>digital signature</strong> is a cryptographic mechanism used to verify the authenticity and integrity of data. It works by using a <strong>private key</strong> to create the signature and a <strong>public key</strong> to validate it. Digital signatures ensure that a message or transaction has not been altered and that it comes from a trusted source. Commonly used in blockchain, digital signatures help verify transactions and protect against fraud.</p><h4><strong>Public Key Infrastructure (PKI)</strong></h4><p><strong>PKI</strong> is a system of managing digital keys and certificates that enable secure communication over networks. PKI involves:</p><ul><li><strong>Public keys</strong> (used for encryption),</li><li><strong>Private keys</strong> (used for decryption),</li><li><strong>Digital certificates</strong> (used to authenticate the identity of the sender),</li><li><strong>Certificate Authorities (CAs)</strong> (trusted entities that issue certificates).</li></ul><p>Together, PKI ensures secure communication, data integrity, and identity verification in digital transactions, including in blockchain systems.</p>', '2024-11-28 13:33:56', '2024-11-28 13:33:56'), (13, 2, 'Structure of Blockchain Transactions', '<div class=\"flex-shrink-0 flex flex-col relative items-end\"><div class=\"pt-0\"><div class=\"gizmo-bot-avatar flex h-8 w-8 items-center justify-center overflow-hidden rounded-full\"><div class=\"relative p-1 rounded-sm flex items-center justify-center bg-token-main-surface-primary text-token-text-primary h-8 w-8\"><svg width=\"41\" height=\"41\" viewBox=\"0 0 41 41\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"icon-md\" role=\"img\"><text x=\"-9999\" y=\"-9999\"></text><path d=\"M37.5324 16.8707C37.9808 15.5241 38.1363 14.0974 37.9886 12.6859C37.8409 11.2744 37.3934 9.91076 36.676 8.68622C35.6126 6.83404 33.9882 5.3676 32.0373 4.4985C30.0864 3.62941 27.9098 3.40259 25.8215 3.85078C24.8796 2.7893 23.7219 1.94125 22.4257 1.36341C21.1295 0.785575 19.7249 0.491269 18.3058 0.500197C16.1708 0.495044 14.0893 1.16803 12.3614 2.42214C10.6335 3.67624 9.34853 5.44666 8.6917 7.47815C7.30085 7.76286 5.98686 8.3414 4.8377 9.17505C3.68854 10.0087 2.73073 11.0782 2.02839 12.312C0.956464 14.1591 0.498905 16.2988 0.721698 18.4228C0.944492 20.5467 1.83612 22.5449 3.268 24.1293C2.81966 25.4759 2.66413 26.9026 2.81182 28.3141C2.95951 29.7256 3.40701 31.0892 4.12437 32.3138C5.18791 34.1659 6.8123 35.6322 8.76321 36.5013C10.7141 37.3704 12.8907 37.5973 14.9789 37.1492C15.9208 38.2107 17.0786 39.0587 18.3747 39.6366C19.6709 40.2144 21.0755 40.5087 22.4946 40.4998C24.6307 40.5054 26.7133 39.8321 28.4418 38.5772C30.1704 37.3223 31.4556 35.5506 32.1119 33.5179C33.5027 33.2332 34.8167 32.6547 35.9659 31.821C37.115 30.9874 38.0728 29.9178 38.7752 28.684C39.8458 26.8371 40.3023 24.6979 40.0789 22.5748C39.8556 20.4517 38.9639 18.4544 37.5324 16.8707ZM22.4978 37.8849C20.7443 37.8874 19.0459 37.2733 17.6994 36.1501C17.7601 36.117 17.8666 36.0586 17.936 36.0161L25.9004 31.4156C26.1003 31.3019 26.2663 31.137 26.3813 30.9378C26.4964 30.7386 26.5563 30.5124 26.5549 30.2825V19.0542L29.9213 20.998C29.9389 21.0068 29.9541 21.0198 29.9656 21.0359C29.977 21.052 29.9842 21.0707 29.9867 21.0902V30.3889C29.9842 32.375 29.1946 34.2791 27.7909 35.6841C26.3872 37.0892 24.4838 37.8806 22.4978 37.8849ZM6.39227 31.0064C5.51397 29.4888 5.19742 27.7107 5.49804 25.9832C5.55718 26.0187 5.66048 26.0818 5.73461 26.1244L13.699 30.7248C13.8975 30.8408 14.1233 30.902 14.3532 30.902C14.583 30.902 14.8088 30.8408 15.0073 30.7248L24.731 25.1103V28.9979C24.7321 29.0177 24.7283 29.0376 24.7199 29.0556C24.7115 29.0736 24.6988 29.0893 24.6829 29.1012L16.6317 33.7497C14.9096 34.7416 12.8643 35.0097 10.9447 34.4954C9.02506 33.9811 7.38785 32.7263 6.39227 31.0064ZM4.29707 13.6194C5.17156 12.0998 6.55279 10.9364 8.19885 10.3327C8.19885 10.4013 8.19491 10.5228 8.19491 10.6071V19.808C8.19351 20.0378 8.25334 20.2638 8.36823 20.4629C8.48312 20.6619 8.64893 20.8267 8.84863 20.9404L18.5723 26.5542L15.206 28.4979C15.1894 28.5089 15.1703 28.5155 15.1505 28.5173C15.1307 28.5191 15.1107 28.516 15.0924 28.5082L7.04046 23.8557C5.32135 22.8601 4.06716 21.2235 3.55289 19.3046C3.03862 17.3858 3.30624 15.3413 4.29707 13.6194ZM31.955 20.0556L22.2312 14.4411L25.5976 12.4981C25.6142 12.4872 25.6333 12.4805 25.6531 12.4787C25.6729 12.4769 25.6928 12.4801 25.7111 12.4879L33.7631 17.1364C34.9967 17.849 36.0017 18.8982 36.6606 20.1613C37.3194 21.4244 37.6047 22.849 37.4832 24.2684C37.3617 25.6878 36.8382 27.0432 35.9743 28.1759C35.1103 29.3086 33.9415 30.1717 32.6047 30.6641C32.6047 30.5947 32.6047 30.4733 32.6047 30.3889V21.188C32.6066 20.9586 32.5474 20.7328 32.4332 20.5338C32.319 20.3348 32.154 20.1698 31.955 20.0556ZM35.3055 15.0128C35.2464 14.9765 35.1431 14.9142 35.069 14.8717L27.1045 10.2712C26.906 10.1554 26.6803 10.0943 26.4504 10.0943C26.2206 10.0943 25.9948 10.1554 25.7963 10.2712L16.0726 15.8858V11.9982C16.0715 11.9783 16.0753 11.9585 16.0837 11.9405C16.0921 11.9225 16.1048 11.9068 16.1207 11.8949L24.1719 7.25025C25.4053 6.53903 26.8158 6.19376 28.2383 6.25482C29.6608 6.31589 31.0364 6.78077 32.2044 7.59508C33.3723 8.40939 34.2842 9.53945 34.8334 10.8531C35.3826 12.1667 35.5464 13.6095 35.3055 15.0128ZM14.2424 21.9419L10.8752 19.9981C10.8576 19.9893 10.8423 19.9763 10.8309 19.9602C10.8195 19.9441 10.8122 19.9254 10.8098 19.9058V10.6071C10.8107 9.18295 11.2173 7.78848 11.9819 6.58696C12.7466 5.38544 13.8377 4.42659 15.1275 3.82264C16.4173 3.21869 17.8524 2.99464 19.2649 3.1767C20.6775 3.35876 22.0089 3.93941 23.1034 4.85067C23.0427 4.88379 22.937 4.94215 22.8668 4.98473L14.9024 9.58517C14.7025 9.69878 14.5366 9.86356 14.4215 10.0626C14.3065 10.2616 14.2466 10.4877 14.2479 10.7175L14.2424 21.9419ZM16.071 17.9991L20.4018 15.4978L24.7325 17.9975V22.9985L20.4018 25.4983L16.071 22.9985V17.9991Z\" fill=\"currentColor\"></path></svg></div></div></div></div><div class=\"group/conversation-turn relative flex w-full min-w-0 flex-col agent-turn\"><div class=\"flex-col gap-1 md:gap-3\"><div class=\"flex max-w-full flex-col flex-grow\"><div data-message-author-role=\"assistant\" data-message-id=\"65dd4123-c630-4754-b6f3-422702a9a2f7\" dir=\"auto\" class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+&]:mt-5\" data-message-model-slug=\"gpt-4o-mini\"><div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"><div class=\"markdown prose w-full break-words dark:prose-invert light\"><h3><strong>Structure of Blockchain Transactions</strong></h3><p>A blockchain transaction typically includes the following components:</p><ol><li><strong>Sender and Receiver Addresses</strong>: Public keys representing the sender and receiver.</li><li><strong>Transaction Amount</strong>: The value being transferred (e.g., cryptocurrency units).</li><li><strong>Timestamp</strong>: The time when the transaction is created.</li><li><strong>Transaction Data</strong>: Additional information, such as smart contract details.</li><li><strong>Digital Signature</strong>: A cryptographic signature proving the sender’s authorization.</li><li><strong>Transaction Fee</strong>: Often paid to miners or validators for processing the transaction.</li></ol></div></div></div></div></div></div>', '2024-11-28 13:38:58', '2024-11-28 13:38:58'), (14, 2, 'Wireframing and Prototyping', '<p>Wireframes and prototypes are essential tools in the design process. Wireframes are low-fidelity, basic layouts that focus on structure, while prototypes simulate interactive experiences to test functionality. Both help visualize product design, with wireframes laying the foundation and prototypes refining user interactions and flow before development.</p>', '2024-11-28 15:45:29', '2024-11-28 15:45:29'), (15, 2, 'Variables, data types, and operators.', '<h3>Variables:</h3><ul><li><strong>Definition:</strong> Containers for storing data.</li><li><strong>Types:</strong><ul><li><strong>Immutable (val):</strong> Value cannot be changed after initialization.<pre class=\"!overflow-visible\"><div class=\"contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950\"><div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-kotlin\"><span class=\"hljs-keyword\">val</span> age = <span class=\"hljs-number\">25</span>\r\n</code></div></div></pre></li><li><strong>Mutable (var):</strong> Value can be updated.<pre class=\"!overflow-visible\"><div class=\"contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950\"><div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-kotlin\"><span class=\"hljs-keyword\">var</span> name = <span class=\"hljs-string\">\"John\"</span>\r\n</code></div></div></pre></li></ul></li></ul><h3>Data Types:</h3><ul><li><strong>Primitive Types:</strong><ul><li>Numeric: <code>Int</code>, <code>Double</code>, <code>Float</code>, <code>Long</code>, <code>Short</code>, <code>Byte</code></li><li>Characters: <code>Char</code></li><li>Boolean: <code>true</code>/<code>false</code></li></ul></li><li><strong>Collections:</strong> <code>Array</code>, <code>List</code>, <code>Set</code>, <code>Map</code></li><li><strong>Special Types:</strong><ul><li><code>String</code>: Text representation.</li><li><code>Any</code>: Parent of all types.</li></ul></li></ul><h3>Operators:</h3><ul><li><strong>Arithmetic:</strong> <code>+</code>, <code>-</code>, <code>*</code>, <code>/</code>, <code>%</code></li><li><strong>Relational:</strong> <code>==</code>, <code>!=</code>, <code><</code>, <code>></code>, <code><=</code>, <code>>=</code></li><li><strong>Logical:</strong> <code>&&</code>, <code>||</code>, <code>!</code></li><li><strong>Assignment:</strong> <code>=</code>, <code>+=</code>, <code>-=</code>, <code>*=</code>, <code>/=</code></li><li><strong>Unary:</strong> <code>++</code>, <code>--</code></li></ul><h3>Example:</h3><pre class=\"!overflow-visible\"><div class=\"contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950\"><div class=\"sticky top-9 md:top-[5.75rem]\"><div class=\"absolute bottom-0 right-2 flex h-9 items-center\"><div class=\"flex items-center rounded bg-token-sidebar-surface-primary px-2 font-sans text-xs text-token-text-secondary dark:bg-token-main-surface-secondary\"><span class=\"\" data-state=\"closed\"><button class=\"flex gap-1 items-center select-none py-1\"><br></button></span></div></div></div><div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-kotlin\"><span class=\"hljs-keyword\">val</span> x: <span class=\"hljs-built_in\">Int</span> = <span class=\"hljs-number\">10</span>\r\n<span class=\"hljs-keyword\">val</span> y: <span class=\"hljs-built_in\">Int</span> = <span class=\"hljs-number\">20</span>\r\n<span class=\"hljs-keyword\">val</span> sum = x + y <span class=\"hljs-comment\">// 30</span>\r\nprintln(<span class=\"hljs-string\">\"Sum: <span class=\"hljs-variable\">$sum</span>\"</span>)\r\n</code></div></div></pre><p>Understanding these basics lays the foundation for effective Android app development.</p>', '2024-11-28 16:36:41', '2024-11-28 16:36:41'), (16, 2, 'Classes, Objects, and Constructors in Kotlin', '<h3><strong style=\"font-size: inherit; background-color: rgb(255 255 255 / var(--tw-bg-opacity));\">Classes and Objects</strong></h3><ul><li><strong>Classes</strong>: A blueprint for creating objects. They define properties (variables) and behaviors (functions).<ul><li>Syntax:<pre class=\"!overflow-visible\"><div class=\"contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950\"><div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-kotlin\"><span class=\"hljs-keyword\">class</span> <span class=\"hljs-title class_\">Person</span> {\r\n <span class=\"hljs-keyword\">var</span> name: String = <span class=\"hljs-string\">\"\"</span>\r\n <span class=\"hljs-function\"><span class=\"hljs-keyword\">fun</span> <span class=\"hljs-title\">greet</span><span class=\"hljs-params\">()</span></span> {\r\n println(<span class=\"hljs-string\">\"Hello, <span class=\"hljs-variable\">$name</span>!\"</span>)\r\n }\r\n}\r\n</code></div></div></pre></li></ul></li><li><strong>Objects</strong>: Instances of a class. Created using the <code>Person()</code> syntax.<ul><li>Example:<pre class=\"!overflow-visible\"><div class=\"contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950\"><div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-kotlin\"><span class=\"hljs-keyword\">val</span> person = Person()\r\nperson.name = <span class=\"hljs-string\">\"Alice\"</span>\r\nperson.greet() <span class=\"hljs-comment\">// Outputs: Hello, Alice!</span>\r\n</code></div></div></pre></li></ul></li></ul><h4><strong>Constructors</strong></h4><ul><li><p><strong>Primary Constructor</strong>: Declared in the class header to initialize properties.</p><ul><li>Example:<pre class=\"!overflow-visible\"><div class=\"contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950\"><div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-kotlin\"><span class=\"hljs-keyword\">class</span> <span class=\"hljs-title class_\">Person</span>(<span class=\"hljs-keyword\">val</span> name: String, <span class=\"hljs-keyword\">var</span> age: <span class=\"hljs-built_in\">Int</span>)\r\n</code></div></div></pre>Usage:<pre class=\"!overflow-visible\"><div class=\"contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950\"><div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-kotlin\"><span class=\"hljs-keyword\">val</span> person = Person(<span class=\"hljs-string\">\"Alice\"</span>, <span class=\"hljs-number\">25</span>)\r\nprintln(person.name) <span class=\"hljs-comment\">// Outputs: Alice</span>\r\n</code></div></div></pre></li></ul></li><li><p><strong>Secondary Constructor</strong>: Defined inside the class using <code>constructor</code> keyword for additional initialization logic.</p><ul><li>Example:<pre class=\"!overflow-visible\"><div class=\"contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950\"><div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-kotlin\"><span class=\"hljs-keyword\">class</span> <span class=\"hljs-title class_\">Person</span> {\r\n <span class=\"hljs-keyword\">var</span> name: String\r\n <span class=\"hljs-keyword\">var</span> age: <span class=\"hljs-built_in\">Int</span>\r\n\r\n <span class=\"hljs-keyword\">constructor</span>(name: String, age: <span class=\"hljs-built_in\">Int</span>) {\r\n <span class=\"hljs-keyword\">this</span>.name = name\r\n <span class=\"hljs-keyword\">this</span>.age = age\r\n }\r\n}\r\n</code></div></div></pre></li></ul></li><li><p><strong>Initialization Block (<code>init</code>)</strong>: Executes after the primary constructor for extra logic.</p><ul><li>Example:<pre class=\"!overflow-visible\"><div class=\"contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950\"><div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-kotlin\"><span class=\"hljs-keyword\">class</span> <span class=\"hljs-title class_\">Person</span>(<span class=\"hljs-keyword\">val</span> name: String, <span class=\"hljs-keyword\">var</span> age: <span class=\"hljs-built_in\">Int</span>) {\r\n <span class=\"hljs-keyword\">init</span> {\r\n println(<span class=\"hljs-string\">\"Person created with name: <span class=\"hljs-variable\">$name</span>\"</span>)\r\n }\r\n}\r\n</code></div></div></pre></li></ul></li></ul><h4><strong>Object Declaration</strong></h4><ul><li>Use the <code>object</code> keyword to create a singleton object.<ul><li>Example:<pre class=\"!overflow-visible\"><div class=\"contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950\"><div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-kotlin\"><span class=\"hljs-keyword\">object</span> Logger {\r\n <span class=\"hljs-function\"><span class=\"hljs-keyword\">fun</span> <span class=\"hljs-title\">log</span><span class=\"hljs-params\">(message: <span class=\"hljs-type\">String</span>)</span></span> {\r\n println(<span class=\"hljs-string\">\"Log: <span class=\"hljs-variable\">$message</span>\"</span>)\r\n }\r\n}\r\nLogger.log(<span class=\"hljs-string\">\"Hello!\"</span>) <span class=\"hljs-comment\">// Outputs: Log: Hello!</span>\r\n</code></div></div></pre></li></ul></li></ul><p>These concepts are the foundation of building reusable and modular Kotlin applications.</p>', '2024-11-28 17:21:51', '2024-11-28 17:21:51'), (17, 2, 'Mastering the Basics of Front-End Development', '<p><strong>Front-End Development</strong> is the part of web development that deals with the visual and interactive aspects of a website or web application. It\'s what users see and interact with directly in their browsers. The goal is to create a seamless and engaging user experience.</p>', '2024-11-28 17:34:13', '2024-11-28 17:34:13'), (18, 2, 'What is UI/UX Design?', '<p>Learn about the core principles of User Interface (UI) and User Experience (UX) design. UI refers to the visual and interactive elements of a product, while UX focuses on how a user interacts with and experiences that product.</p>', '2024-11-28 18:04:26', '2024-11-28 18:04:26'), (19, 2, 'Digital Marketing', '<li><p><strong>Digital Marketing for Dummies\" by Ryan Deiss & Russ Henneberry</strong><br>A great beginner-friendly guide to all aspects of digital marketing including SEO, content marketing, email marketing, and social media marketing</p><p><strong style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\">Jab, Jab, Jab, Right Hook\" by Gary Vaynerchuk</strong></p><p><strong style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\"><br></strong><span style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\">This book teaches the importance of storytelling and timing on social media platforms to create impactful marketing strategies.</span></p><p><span style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\"><br></span><strong style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\">Building a StoryBrand\" by Donald Miller</strong><span style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\">A book focused on the power of storytelling in marketing to help brands create clearer messaging that resonates with customers.</span></p><p><span style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\"><br></span><strong style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\">Contagious: How to Build Word of Mouth in the Digital Age\" by Jonah Berger </strong><span style=\"background-color: rgb(255 255 255 / var(--tw-bg-opacity));\">This book explains why certain content goes viral and how you can apply these principles to your digital marketing efforts.</span></p></li>', '2024-11-28 18:29:06', '2024-11-28 18:29:06'), (20, 2, 'Overview', '<h3><strong>A Beginner is Guide to WordPress Development</strong></h3><p>WordPress, one of the most popular content management systems, powers over 40% of websites globally. Its ease of use and flexibility make it an ideal choice for developers and non-developers alike. Here’s an overview of how to get started with WordPress development:</p><h4><strong>What is WordPress Development?</strong></h4><p>WordPress development involves creating or customizing themes, plugins, or core functionalities to build robust websites. It ranges from basic setup to advanced coding for custom solutions.</p><h4><strong>Getting Started</strong></h4><ol><li><strong>Install WordPress</strong>: Use hosting platforms offering one-click installs or set it up manually via a local server.</li><li><strong>Understand the File Structure</strong>: Familiarize yourself with key directories like <code>wp-content</code>, <code>themes</code>, and <code>plugins</code>.</li><li><strong>Learn the Basics of PHP, HTML, CSS, and JavaScript</strong>: These form the foundation of WordPress development.</li></ol><h4><strong>Core Aspects</strong></h4><ol><li><strong>Themes</strong>: Control the design and layout. Start with a child theme or build one from scratch.</li><li><strong>Plugins</strong>: Add functionality. You can use plugins like WooCommerce or create custom plugins for unique needs.</li><li><strong>APIs and Hooks</strong>: Use WordPress REST API, actions, and filters to extend functionality.</li></ol><h4><strong>Tips for Success</strong></h4><ul><li>Use a local development environment like XAMPP or Docker.</li><li>Follow WordPress coding standards.</li><li>Regularly test and debug your code.</li></ul><p>WordPress development offers endless possibilities, from simple blogs to complex e-commerce sites. Whether you’re a beginner or a seasoned developer, WordPress remains a powerful tool for web creation.</p>', '2024-11-28 19:13:58', '2024-11-28 19:13:58'), (21, 2, 'What is Webflow?', '<li>Overview of Webflow as a visual web design and development platform.</li><li>Benefits of Webflow for designers and developers.</li><li>Key differences between Webflow and traditional coding or other web builders (like WordPress, Wix).</li>', '2024-12-19 05:58:06', '2024-12-19 05:58:06'), (22, 2, 'Setting up a Webflow Account', '<li>Creating a Webflow account.</li><li>Navigating the Webflow dashboard.</li><li>Exploring Webflow plans (Free, Basic, CMS, Business, Enterprise).</li>', '2024-12-19 05:58:38', '2024-12-19 05:58:38'), (23, 2, 'Understanding the Webflow Interface', '<li>Introduction to the Webflow Designer.</li><li>Tools panel, navigator, style panel, settings panel, and interactions panel.</li><li>Working with Webflow canvas and layout grids.</li>', '2024-12-19 06:00:31', '2024-12-19 06:00:31'), (24, 2, 'Flexbox in Webflow', '<li>Understanding Flexbox for responsive design.</li><li>Aligning and justifying items in Flexbox.</li><li>Creating complex layouts using Flexbox.</li>', '2024-12-19 06:01:23', '2024-12-19 06:01:23'), (25, 2, 'Introduction to CMS Collections', '<li>Creating CMS Collections.</li><li>Understanding fields (Text, Image, Link, Rich Text, etc.).</li><li>Structuring dynamic content.</li>', '2024-12-19 06:02:02', '2024-12-19 06:02:02'); -- -------------------------------------------------------- -- -- Table structure for table `related_courses` -- CREATE TABLE `related_courses` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `related_id` bigint(20) UNSIGNED NOT 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 `requirements` -- CREATE TABLE `requirements` ( `id` bigint(20) UNSIGNED NOT NULL, `title` text NOT NULL, `slug` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `requirements` -- INSERT INTO `requirements` (`id`, `title`, `slug`, `created_at`, `updated_at`) VALUES (1, 'No programming experience needed - I\'ll teach you everything you need to know A computer with access to the internet No paid software required I\'ll walk you through, step-by-step how to get all the software installed and set up', 'no-programming-experience-needed-ill-teach-you-everything-you-need-to-know-a-computer-with-access-to-the-internet-no-paid-software-required-ill-walk-you-through-step-by-step-how-to-get-all-the-software-installed-and-set-up', '2024-11-27 12:34:14', '2024-11-27 12:34:14'), (2, 'No requirements. We teach you and show you everything from scratch! From Zero to Mastery', 'no-requirements-we-teach-you-and-show-you-everything-from-scratch-from-zero-to-mastery', '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (3, 'Get ready to fall in love with Design and making everything you touch into beautiful projects for the rest of your life!', 'get-ready-to-fall-in-love-with-design-and-making-everything-you-touch-into-beautiful-projects-for-the-rest-of-your-life', '2024-11-27 12:47:22', '2024-11-27 12:47:22'), (4, 'To succeed in this course, you should have:', 'to-succeed-in-this-course-you-should-have', '2024-11-28 12:43:47', '2024-11-28 12:43:47'), (5, 'Basic knowledge of programming (preferred but not required).', 'basic-knowledge-of-programming-preferred-but-not-required', '2024-11-28 12:43:47', '2024-11-28 12:43:47'), (6, 'A computer with an internet connection and the ability to install software.', 'a-computer-with-an-internet-connection-and-the-ability-to-install-software', '2024-11-28 12:43:47', '2024-11-28 12:43:47'), (7, 'Text editor (e.g., Visual Studio Code).', 'text-editor-eg-visual-studio-code', '2024-11-28 12:43:47', '2024-11-28 12:43:47'), (8, 'Willingness to learn and dedication to completing assignments and projects.', 'willingness-to-learn-and-dedication-to-completing-assignments-and-projects', '2024-11-28 12:43:47', '2024-11-28 12:43:47'), (9, 'No prior experience with full-stack development is required, but familiarity with HTML, CSS, and JavaScript basics will be beneficial.', 'no-prior-experience-with-full-stack-development-is-required-but-familiarity-with-html-css-and-javascript-basics-will-be-beneficial', '2024-11-28 12:43:47', '2024-11-28 12:43:47'), (10, 'Introduction to UI/UX Design: Definition of UI vs UX, Importance of UI/UX, Examples of good and bad UI/UX. Target Audience: Beginners in design, web/mobile developers, aspiring UI/UX designers', 'introduction-to-uiux-design-definition-of-ui-vs-ux-importance-of-uiux-examples-of-good-and-bad-uiux-target-audience-beginners-in-design-webmobile-developers-aspiring-uiux-designers', '2024-11-28 13:07:51', '2024-11-28 13:07:51'), (11, 'Basic programming knowledge (preferably in JavaScript, but not mandatory).', 'basic-programming-knowledge-preferably-in-javascript-but-not-mandatory', '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (12, 'A computer with internet access to follow the course content and complete assignments.', 'a-computer-with-internet-access-to-follow-the-course-content-and-complete-assignments', '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (13, 'Text editor like Visual Studio Code for coding.', 'text-editor-like-visual-studio-code-for-coding', '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (14, 'Willingness to learn and follow along with the project-based structure.', 'willingness-to-learn-and-follow-along-with-the-project-based-structure', '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (15, 'Optional but recommended: Familiarity with basic cryptographic concepts.', 'optional-but-recommended-familiarity-with-basic-cryptographic-concepts', '2024-11-28 13:21:35', '2024-11-28 13:21:35'), (16, 'Course Overview Target Audience: Beginners to intermediate WordPress developers or designers. Course Duration: 6-8 weeks (adjustable based on depth). Course Mode: Video tutorials, quizzes, and hands-on assignments.', 'course-overview-target-audience-beginners-to-intermediate-wordpress-developers-or-designers-course-duration-6-8-weeks-adjustable-based-on-depth-course-mode-video-tutorials-quizzes-and-hands-on-assignments', '2024-11-28 13:24:42', '2024-11-28 13:24:42'), (17, 'Introduction to E-Commerce Overview of E-Commerce: Types of e-commerce (B2B, B2C, C2C, C2B, etc.) E-Commerce Models: Business models and their implementation E-Commerce Platforms: Understanding Shopify, WooCommerce, Magento, etc. Marketplaces: Amazon, eBay, Etsy, etc.', 'introduction-to-e-commerce-overview-of-e-commerce-types-of-e-commerce-b2b-b2c-c2c-c2b-etc-e-commerce-models-business-models-and-their-implementation-e-commerce-platforms-understanding-shopify-woocommerce-magento-etc-marketplaces-amazon-ebay-etsy-etc', '2024-11-28 13:35:20', '2024-11-28 13:35:20'), (18, 'Introduction to E-Commerce Overview of E-Commerce: Types of e-commerce (B2B, B2C, C2C, C2B, etc.)', 'introduction-to-e-commerce-overview-of-e-commerce-types-of-e-commerce-b2b-b2c-c2c-c2b-etc', '2024-11-28 13:35:43', '2024-11-28 13:35:43'), (19, 'Web Development Basics HTML & CSS: Basics of creating static web pages. JavaScript: Client-side scripting for dynamic content. Responsive Design: Making sites mobile-friendly using media queries and frameworks like Bootstrap.', 'web-development-basics-html-css-basics-of-creating-static-web-pages-javascript-client-side-scripting-for-dynamic-content-responsive-design-making-sites-mobile-friendly-using-media-queries-and-frameworks-like-bootstrap', '2024-11-28 13:35:43', '2024-11-28 13:35:43'), (20, 'E-Commerce Models: Business models and their implementation E-Commerce Platforms: Understanding Shopify, WooCommerce, Magento, etc. Marketplaces: Amazon, eBay, Etsy, etc.', 'e-commerce-models-business-models-and-their-implementation-e-commerce-platforms-understanding-shopify-woocommerce-magento-etc-marketplaces-amazon-ebay-etsy-etc', '2024-11-28 13:36:02', '2024-11-28 13:36:02'), (21, 'Overview of Product Design The role of a product designer in the tech and business world Key differences between Product Design, UI/UX Design, Graphic Design, and Industrial Design', 'overview-of-product-design-the-role-of-a-product-designer-in-the-tech-and-business-world-key-differences-between-product-design-uiux-design-graphic-design-and-industrial-design', '2024-11-28 14:57:46', '2024-11-28 14:57:46'), (22, 'No Knowledge Required.', 'no-knowledge-required', '2024-11-28 15:03:14', '2024-11-28 15:03:14'), (23, 'A Computer with Internet Connection.', 'a-computer-with-internet-connection', '2024-11-28 15:03:14', '2024-11-28 15:03:14'), (24, 'Willingness to Pay a Few Dollars for Website Hosting', 'willingness-to-pay-a-few-dollars-for-website-hosting', '2024-11-28 15:03:14', '2024-11-28 15:03:14'), (25, 'No prior android kotlin knowledge is required', 'no-prior-android-kotlin-knowledge-is-required', '2024-11-28 16:13:20', '2024-11-28 16:13:20'), (26, 'No Kotlin coding knowledge required', 'no-kotlin-coding-knowledge-required', '2024-11-28 16:13:20', '2024-11-28 16:13:20'), (27, 'Watching the course videos completely, to the end and in order', 'watching-the-course-videos-completely-to-the-end-and-in-order', '2024-11-28 16:13:20', '2024-11-28 16:13:20'), (28, 'Determination to learn and patience for Kotlin', 'determination-to-learn-and-patience-for-kotlin', '2024-11-28 16:13:20', '2024-11-28 16:13:20'), (29, 'Desire to learn about Firebase for Android App Development using Kotlin and Flutter programming language', 'desire-to-learn-about-firebase-for-android-app-development-using-kotlin-and-flutter-programming-language', '2024-11-28 16:13:20', '2024-11-28 16:13:20'), (30, 'Desire to learn Git and Github', 'desire-to-learn-git-and-github', '2024-11-28 16:13:21', '2024-11-28 16:13:21'), (31, 'Define Target Audience Beginners: No prior experience, looking to learn foundational skills. Intermediate: Some knowledge of HTML, CSS, and JavaScript, aiming to enhance their skills.', 'define-target-audience-beginners-no-prior-experience-looking-to-learn-foundational-skills-intermediate-some-knowledge-of-html-css-and-javascript-aiming-to-enhance-their-skills', '2024-11-28 16:41:09', '2024-11-28 16:41:09'), (32, 'To enroll in a UI/UX Design course, students should have basic knowledge of design principles.', 'to-enroll-in-a-uiux-design-course-students-should-have-basic-knowledge-of-design-principles', '2024-11-28 17:09:44', '2024-11-28 17:09:44'), (33, 'Basic Computer Knowledge: Familiarity with using computers, downloading software, and basic navigation.', 'basic-computer-knowledge-familiarity-with-using-computers-downloading-software-and-basic-navigation', '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (34, 'Familiarity with PHP: Some knowledge of PHP will be helpful since WordPress is built on this server-side language.', 'familiarity-with-php-some-knowledge-of-php-will-be-helpful-since-wordpress-is-built-on-this-server-side-language', '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (35, 'Text Editor: A code editor like VS Code, Sublime Text, or similar for writing custom code.', 'text-editor-a-code-editor-like-vs-code-sublime-text-or-similar-for-writing-custom-code', '2024-11-28 19:27:35', '2024-11-28 19:27:35'), (36, 'esire to Learn: Enthusiasm for creating and managing WordPress websites.', 'esire-to-learn-enthusiasm-for-creating-and-managing-wordpress-websites', '2024-11-28 19:27:35', '2024-11-28 19:27:35'); -- -------------------------------------------------------- -- -- Table structure for table `reviews` -- CREATE TABLE `reviews` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `support_quality` int(11) NOT NULL DEFAULT 0, `content_quality` int(11) NOT NULL DEFAULT 0, `instructor_skills` int(11) NOT NULL DEFAULT 0, `content` text DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `reviews` -- INSERT INTO `reviews` (`id`, `user_id`, `course_id`, `support_quality`, `content_quality`, `instructor_skills`, `content`, `created_at`, `updated_at`) VALUES (1, 39, 1, 5, 5, 5, 'Great course', '2024-12-02 18:07:32', '2024-12-02 18:07:32'), (2, 39, 15, 5, 5, 5, 'Good', '2024-12-02 18:55:40', '2024-12-02 18:55:40'), (3, 30, 4, 5, 5, 5, 'Awesome Course', '2024-12-05 19:36:40', '2024-12-05 19:36:40'), (4, 30, 10, 5, 5, 5, 'Awesome Course', '2024-12-05 19:56:55', '2024-12-05 19:56:55'), (5, 30, 3, 5, 5, 5, 'Oustanding Course', '2024-12-05 19:59:49', '2024-12-05 19:59:49'), (6, 30, 14, 5, 5, 5, 'Very Nice Course', '2024-12-09 06:06:16', '2024-12-09 06:06:16'); -- -------------------------------------------------------- -- -- Table structure for table `rewards` -- CREATE TABLE `rewards` ( `id` bigint(20) UNSIGNED NOT NULL, `reward_type_id` bigint(20) UNSIGNED NOT NULL, `points` int(11) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `reward_types` -- CREATE TABLE `reward_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `roles` -- CREATE TABLE `roles` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `guard_name` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `roles` -- INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES (1, 'Admin', 'admin', NULL, NULL), (2, 'Super Admin', 'admin', NULL, NULL), (3, 'Student', 'web', NULL, NULL), (4, 'Instructor', 'web', NULL, NULL), (5, 'Organization', 'web', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `role_has_permissions` -- CREATE TABLE `role_has_permissions` ( `permission_id` bigint(20) UNSIGNED NOT NULL, `role_id` bigint(20) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `sessions` -- CREATE TABLE `sessions` ( `id` varchar(255) NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `ip_address` varchar(45) DEFAULT NULL, `user_agent` text DEFAULT NULL, `payload` longtext NOT NULL, `last_activity` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `skills` -- CREATE TABLE `skills` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `skills` -- INSERT INTO `skills` (`id`, `name`, `slug`, `status`, `created_at`, `updated_at`) VALUES (1, 'Python', 'python', 1, '2024-12-02 18:33:14', '2024-12-02 18:33:14'), (2, 'Java', 'java', 1, '2024-12-02 18:33:14', '2024-12-02 18:33:14'), (3, 'JavaScript', 'javascript', 1, '2024-12-02 18:33:14', '2024-12-02 18:33:14'), (4, 'Photoshop', 'photoshop', 1, '2024-12-24 04:22:43', '2024-12-24 04:22:43'), (5, 'Figma', 'figma', 1, '2024-12-24 04:22:43', '2024-12-24 04:22:43'); -- -------------------------------------------------------- -- -- Table structure for table `sliders` -- CREATE TABLE `sliders` ( `id` bigint(20) UNSIGNED NOT NULL, `hero_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `sub_title` varchar(255) DEFAULT NULL, `highlight_text` varchar(255) DEFAULT NULL, `image` varchar(255) NOT NULL, `description` text DEFAULT NULL, `buttons` longtext DEFAULT NULL, `extra` longtext DEFAULT NULL, `status` int(11) NOT NULL DEFAULT 0, `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 `sliders` -- INSERT INTO `sliders` (`id`, `hero_id`, `title`, `sub_title`, `highlight_text`, `image`, `description`, `buttons`, `extra`, `status`, `deleted_at`, `created_at`, `updated_at`) VALUES (1, 1, 'Here is Your Course Chart for', 'Best Education Tutor', 'Success', 'lms-QFOTadKS.webp', 'Discover expertly crafted courses designed to empower your skills and transform your career. Start learning today!', '{\"name\":\"Get Started Now\",\"link\":null}', NULL, 1, NULL, '2024-12-03 11:21:00', '2024-12-30 15:45:25'), (2, 1, 'Your Gateway to Endless', 'Learn Grow Achieve', 'Learning', 'lms-nes5kFSm.webp', 'Discover expertly crafted courses designed to empower your skills and transform your career. Start learning today!', '{\"name\":\"Get Started Now\",\"link\":\"https:\\/\\/edulab.hivetheme.com\\/contact\"}', NULL, 1, NULL, '2024-12-03 11:24:21', '2024-12-24 06:12:03'), (3, 2, 'Learning Resources for Every Student', NULL, NULL, 'lms-DM1ipg3G.webp', 'Access cutting-edge courses and insights designed to help you achieve your dreams.', '{\"name\":\"Explore Our Course\",\"link\":\"https:\\/\\/edulab.codexshaper.com\\/courses\"}', NULL, 1, NULL, '2024-12-03 17:00:36', '2024-12-30 12:26:12'), (4, 2, 'Empowering Minds with Endless Learn', NULL, NULL, 'lms-f7qNID5p.webp', 'Enroll in courses that inspire, motivate, and prepare you for tomorrow’s challenges.', '{\"name\":\"Explore Our Course\",\"link\":\"hthttps:\\/\\/edulab.hivetheme.com\\/courses\"}', NULL, 1, NULL, '2024-12-03 17:16:15', '2024-12-30 12:26:02'), (5, 3, 'Discover Your Potential Through Learning', 'Welcome to Educate', NULL, 'lms-t2IZMhVx.webp', 'EduVen is dedicated to providing top-tier online education to learners worldwide. Our mission is to make high-quality learning accessible and engaging, with a wide range of courses taught by industry experts.', '{\"name\":null,\"link\":null}', NULL, 1, NULL, '2024-12-03 17:22:58', '2024-12-06 00:09:10'), (6, 3, 'Discover Knowledge That Inspires Growth', 'Welcome to Educate', NULL, 'lms-dTvOTLuz.webp', 'Learn at your pace and achieve your goals with courses that put you first. Embark on a journey to enhance your skills and take charge of your future.', '{\"name\":null,\"link\":null}', NULL, 1, NULL, '2024-12-03 17:57:38', '2024-12-06 00:09:19'), (7, 4, 'Innovative for Every Platform', 'Best Digital Education', 'Education', 'lms-RXyEWfaO.webp', 'Enroll in courses that inspire, motivate, and prepare you for tomorrow’s challenges. Experience a new era of learning with intuitive tools and expert-guided content.', '{\"name\":\"Join Us Today\",\"link\":\"https:\\/\\/edulab.hivetheme.com\\/contact\"}', NULL, 1, NULL, '2024-12-03 18:00:56', '2024-12-24 06:11:38'), (8, 4, 'Empower Yourself Through', 'Challenge Your Limits', 'Knowledge', 'lms-g1HaZh12.webp', 'Transform your ambitions into reality with online courses that fit your lifestyle. Join a community of learners dedicated to personal and professional growth.', '{\"name\":\"Join Us Today\",\"link\":\"https:\\/\\/edulab.hivetheme.com\\/contact\"}', NULL, 1, NULL, '2024-12-03 18:03:54', '2024-12-24 06:11:29'), (9, 5, 'A Journey of Discovery and Joy at', NULL, 'Our School', 'lms-pKduOtrQ.webp', 'Build your career with flexible, tailored learning experiences led by world-class instructors.', '{\"name\":\"Call for Informations\",\"link\":\"https:\\/\\/edulab.hivetheme.com\\/contact\"}', NULL, 1, NULL, '2024-12-03 18:07:06', '2024-12-24 06:11:21'), (10, 5, 'Empower Bright Minds in a World of', NULL, 'Learning', 'lms-gxvuQQzi.webp', 'Explore a variety of expertly curated courses to take your personal and professional growth to new heights.', '{\"name\":\"Call for Informations\",\"link\":\"https:\\/\\/edulab.hivetheme.com\\/contact\"}', NULL, 1, NULL, '2024-12-03 18:08:13', '2024-12-30 12:25:28'); -- -------------------------------------------------------- -- -- Table structure for table `states` -- CREATE TABLE `states` ( `id` bigint(20) UNSIGNED NOT NULL, `country_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `states` -- INSERT INTO `states` (`id`, `country_id`, `name`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 1, 'California', 1, '2024-11-26 12:52:41', '2024-12-02 17:22:03', NULL), (2, 2, 'Alberta', 1, '2024-11-26 12:53:08', '2024-11-26 13:29:28', NULL), (3, 5, 'Victoria', 1, '2024-11-26 12:53:37', '2024-11-26 12:53:37', NULL), (4, 3, 'Berlin', 1, '2024-11-26 12:54:30', '2024-11-26 12:54:30', NULL), (5, 4, 'Aomori', 1, '2024-11-26 12:54:56', '2024-11-28 11:35:10', NULL), (6, 6, 'Andhra Pradesh', 1, '2024-11-26 12:55:41', '2024-11-26 12:55:41', NULL), (7, 7, 'London', 1, '2024-11-26 13:22:50', '2024-11-26 13:22:50', NULL), (8, 8, 'Brasília', 1, '2024-11-26 13:23:18', '2024-11-26 13:23:18', NULL), (9, 9, 'Paris', 1, '2024-11-26 13:23:44', '2024-11-26 13:23:44', NULL), (10, 10, 'Bloemfontein', 1, '2024-11-26 13:24:07', '2024-11-28 11:35:07', NULL); -- -------------------------------------------------------- -- -- Table structure for table `students` -- CREATE TABLE `students` ( `id` bigint(20) UNSIGNED NOT NULL, `country_id` bigint(20) UNSIGNED DEFAULT NULL, `state_id` bigint(20) UNSIGNED DEFAULT NULL, `city_id` bigint(20) UNSIGNED DEFAULT NULL, `first_name` varchar(255) NOT NULL, `last_name` varchar(255) DEFAULT NULL, `phone` varchar(255) NOT NULL, `profile_img` varchar(255) DEFAULT NULL, `user_cv` varchar(255) DEFAULT NULL, `location` varchar(255) DEFAULT NULL, `about` text DEFAULT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `is_verify` int(11) NOT NULL DEFAULT 0, `address` varchar(255) NOT NULL DEFAULT '0', `status` int(11) NOT NULL DEFAULT 1, `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 `students` -- INSERT INTO `students` (`id`, `country_id`, `state_id`, `city_id`, `first_name`, `last_name`, `phone`, `profile_img`, `user_cv`, `location`, `about`, `email_verified_at`, `is_verify`, `address`, `status`, `deleted_at`, `created_at`, `updated_at`) VALUES (1, 4, 5, 10, 'Ethan', 'Rossi', '+1406-558-4308', 'lms-LS1o482g.webp', NULL, NULL, NULL, NULL, 0, 'Yoshidahonmachi, Sakyo Ward', 1, NULL, '2024-11-26 11:05:43', '2024-12-30 12:40:07'), (2, 1, 1, 1, 'Emma', 'Johnson', '+1 234-567-8901', 'lms-c6CIgOGx.webp', NULL, NULL, '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', NULL, 0, '1201 Sunset Blvd, Los Angeles, CA 90026', 1, NULL, '2024-11-26 17:38:42', '2024-12-05 23:55:02'), (3, 7, 7, 6, 'Liam', 'Smith', '+44 789-123-4567', 'lms-x6Hs1AdN.webp', NULL, NULL, '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', NULL, 0, '14 Oxford Road, Manchester, M1 6FQ', 1, NULL, '2024-11-26 17:40:06', '2024-12-30 12:39:40'), (4, 2, 2, 2, 'Smith', 'John', '+44 789-123-4568', 'lms-DSGON92K.webp', NULL, NULL, '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', NULL, 0, '14 Oxford Road, Manchester, M1 6FQ', 1, NULL, '2024-11-26 17:40:06', '2024-12-30 12:57:23'), (5, 5, 3, 4, 'Noah', 'Brown', '+61 423-567-8901', 'lms-IM6pbNVq.webp', NULL, NULL, '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', NULL, 0, '78 Queen St, Brisbane, QLD 4000', 1, NULL, '2024-11-26 17:44:20', '2024-12-30 12:39:30'), (6, 3, 4, 3, 'Amira', 'Khalid', '+971 55-987-6543', 'lms-l9t79J37.webp', NULL, NULL, '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', NULL, 0, '30 Sheikh Zayed St, Abu Dhabi, UAE', 1, NULL, '2024-11-26 17:46:11', '2024-12-30 12:39:55'), (7, 2, 2, 2, 'Carlos', 'Martinez', '+34 612-345-678', 'lms-gla84llN.webp', NULL, NULL, '<ul><li>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</li></ul>', NULL, 0, '89 Gran Via, Madrid, 28013', 1, NULL, '2024-11-26 17:47:27', '2024-12-30 12:39:18'), (8, 10, 10, 9, 'Hana', 'Lee', '+82 10-9876-5432', 'lms-C1YDeBZZ.webp', NULL, NULL, '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', NULL, 0, '42 Gangnam Ave, Seoul, South Africa', 1, NULL, '2024-11-26 17:48:47', '2024-12-19 05:49:46'), (9, 5, 3, 4, 'Ahasan', 'Hosen', '01865654987', 'lms-w521ZXo5.webp', NULL, NULL, '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', NULL, 0, 'Camperdown NSW 2050', 1, NULL, '2024-11-28 15:23:02', '2024-12-19 05:49:29'), (10, 4, 5, 10, 'Kalid', 'Abdullah', '01254687955', 'lms-wakQm90S.webp', NULL, NULL, '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', NULL, 0, 'Japan, Road-04', 1, NULL, '2024-12-02 17:55:49', '2024-12-19 05:33:25'), (11, 3, 4, 3, 'omar khaiyam', 'ratul', '01703064636', 'lms-R14vm884.webp', NULL, NULL, '<p>Hello, and welcome to my learning journey! as an enthusiastic and dedicated instructor passionate about empowering individuals to reach their full potential through education and practical skills. With many years of experience in technology, education, teaching, my mission is to create engaging, accessible, and meaningful learning experiences for all.</p>', NULL, 0, 'Germany, Road-04', 1, NULL, '2024-12-04 13:10:45', '2024-12-19 05:48:37'), (13, NULL, NULL, NULL, 'Mahabubul', 'Alam', '0178919813', NULL, NULL, NULL, NULL, NULL, 0, '0', 0, NULL, '2024-12-24 06:18:05', '2024-12-24 06:18:50'); -- -------------------------------------------------------- -- -- Table structure for table `student_courses` -- CREATE TABLE `student_courses` ( `id` bigint(20) UNSIGNED NOT NULL, `student_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT 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 `subjects` -- CREATE TABLE `subjects` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `image` varchar(255) DEFAULT NULL, `meta_title` varchar(255) DEFAULT NULL, `meta_description` text DEFAULT NULL, `status` int(11) NOT NULL DEFAULT 1, `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 `subjects` -- INSERT INTO `subjects` (`id`, `name`, `image`, `meta_title`, `meta_description`, `status`, `deleted_at`, `created_at`, `updated_at`) VALUES (1, 'Full Stack Web Development with JavaScript', 'lms-uVQAVdDa.webp', 'Full Stack, javaScript', '<span>This is the best Online Course in the country, we focus on adequate teaching for Everyone.</span>', 1, NULL, '2024-11-26 13:38:23', '2024-12-05 21:47:48'), (2, 'Web Development with PHP, Laravel & Vue Js', 'lms-ncyWAGlg.webp', 'PHP, Laravel & VueJs.', 'Master web development with PHP, Laravel, and Vue.js to build modern, dynamic web applications.', 1, NULL, '2024-11-26 13:41:33', '2024-12-05 21:48:06'), (3, 'Frontend with Tailwind Css, React & Next.Js', 'lms-ZIJs9DKS.webp', 'CSS, React & Next.Js', 'Learn to create stunning, responsive frontends using Tailwind CSS, React, and Next.js frameworks.', 1, NULL, '2024-11-26 13:45:47', '2024-12-05 21:48:26'), (4, 'WordPress Theme Development', 'lms-chhutTme.webp', 'WordPress', 'Build professional, customizable WordPress themes from scratch with hands-on development techniques and best practices.', 1, NULL, '2024-11-26 13:50:43', '2024-12-05 21:48:33'), (5, 'Product Design', 'lms-RBpAX5xb.webp', 'Design', 'Master product design essentials, from research to prototyping, to create user-centered, impactful designs.', 1, NULL, '2024-11-26 13:53:48', '2024-12-05 21:48:47'), (6, 'App Development With Flutter', 'lms-yEyUuOnJ.webp', 'Flutter', '<div><div><div><div><p>Learn Flutter to build cross-platform, high-performance mobile applications with a single codebase.</p></div></div></div></div>', 1, NULL, '2024-11-26 13:58:40', '2024-12-05 21:48:58'), (7, 'Webflow Development', 'lms-f8d1IcYs.webp', 'Webflow', 'Master Webflow to design and develop responsive, visually stunning websites without writing code.', 1, NULL, '2024-11-26 14:01:25', '2024-12-05 21:49:05'), (8, 'Full Stack Development with JavaScript.', 'lms-XvwmoSE1.webp', 'JavaScript', 'Learn full stack development using JavaScript, covering both frontend and backend technologies for web applications.', 1, NULL, '2024-11-26 14:05:04', '2024-12-05 21:49:17'), (9, 'Artificial Intelligence', 'lms-j7HRkUXb.webp', 'Learn Artificial Intelligence - From Basics to Advanced AI Concepts', 'Become an AI expert by understanding the fundamentals of artificial intelligence. Learn topics like neural networks, deep learning, natural language processing, and reinforcement learning to create smart and adaptive systems.', 1, NULL, '2024-11-27 11:37:07', '2024-12-05 21:49:36'), (10, 'Graphic Design', 'lms-NpyT3Sfq.webp', 'Graphic Design Courses - Create Stunning Visuals', 'Explore the world of graphic design with courses covering typography, color theory, branding, and software like Adobe Photoshop, Illustrator, and InDesign. Perfect for anyone looking to create impactful designs.', 1, NULL, '2024-11-27 11:37:44', '2024-12-05 21:49:50'), (11, 'Blockchain Technology', 'lms-o8bbgR8J.webp', 'Learn Blockchain Technology - Bitcoin, Ethereum, and Beyond', 'Understand the underlying technology of cryptocurrencies. Learn about decentralized ledgers, smart contracts, and blockchain development tools. These courses will prepare you for careers in fintech and beyond.', 1, NULL, '2024-11-27 11:38:37', '2024-12-05 21:50:08'), (12, 'Motion Graphics', 'lms-g1keiTyA.webp', 'Motion Graphics - Bring Your Designs to Life', 'Learn to create animated content using After Effects, Cinema 4D, and other tools. Discover the art of storytelling through motion and elevate your creative projects.', 1, NULL, '2024-11-27 11:39:16', '2024-12-05 21:50:41'), (13, 'Ethical Hacking', 'lms-XnNPczu0.webp', 'Ethical Hacking - Learn Penetration Testing & Network Security', 'Protect systems and networks by learning ethical hacking techniques. Dive into penetration testing, vulnerability analysis, and real-world cybersecurity strategies.', 1, NULL, '2024-11-27 11:39:47', '2024-12-05 21:50:53'), (14, 'E-Commerce Development', 'lms-xORIeuXy.webp', 'E-Commerce Development - Build Online Stores with Ease', 'Learn how to create and manage online stores using platforms like Shopify, WooCommerce, and Magento. Explore features like payment integration, product listing, and user experience optimization.', 1, NULL, '2024-11-27 11:40:54', '2024-12-05 21:51:09'); -- -------------------------------------------------------- -- -- Table structure for table `sub_forums` -- CREATE TABLE `sub_forums` ( `id` bigint(20) UNSIGNED NOT NULL, `forum_id` bigint(20) UNSIGNED NOT NULL, `icon` varchar(255) DEFAULT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `description` text NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `supplements` -- CREATE TABLE `supplements` ( `id` bigint(20) UNSIGNED NOT NULL, `topic_type_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `duration` varchar(255) NOT NULL, `description` longtext NOT 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 `support_categories` -- CREATE TABLE `support_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `support_categories` -- INSERT INTO `support_categories` (`id`, `name`, `status`, `created_at`, `updated_at`) VALUES (1, 'Course Support', 0, '2024-11-28 19:33:38', '2024-11-28 19:33:38'), (2, 'Installation & Setup Support', 0, '2024-12-02 17:49:55', '2024-12-02 17:49:55'), (3, 'User Account Management', 0, '2024-12-02 17:50:18', '2024-12-02 17:50:18'), (4, 'Course Management Support', 0, '2024-12-02 17:50:33', '2024-12-02 17:50:33'), (5, 'Security & Data Protection', 0, '2024-12-02 17:50:54', '2024-12-02 17:50:54'), (6, 'Performance & Scalability', 0, '2024-12-02 17:52:04', '2024-12-02 17:52:04'), (7, 'Securing User Data', 0, '2024-12-02 17:52:26', '2024-12-02 17:52:26'); -- -------------------------------------------------------- -- -- Table structure for table `support_files` -- CREATE TABLE `support_files` ( `id` bigint(20) UNSIGNED NOT NULL, `file` varchar(255) NOT NULL, `supportfileable_id` int(11) NOT NULL, `supportfileable_type` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `tags` -- CREATE TABLE `tags` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `tags` -- INSERT INTO `tags` (`id`, `name`, `slug`, `status`, `created_at`, `updated_at`) VALUES (1, 'Backend', 'backend', 1, '2024-11-26 15:17:55', '2024-11-28 15:04:48'), (2, 'Frontend', 'frontend', 1, '2024-11-26 15:18:39', '2024-11-28 15:04:39'), (3, 'UI/UX', 'uiux', 1, '2024-11-26 15:18:53', '2024-11-28 15:04:33'), (4, 'Web Development', 'web-development', 1, '2024-11-26 15:19:11', '2024-11-28 15:04:23'), (5, 'Design Thinking', 'design-thinking', 1, '2024-11-26 15:19:25', '2024-11-28 15:04:14'), (6, 'Mobile Development', 'mobile-development', 1, '2024-11-26 15:19:45', '2024-11-28 15:04:08'), (7, 'No-Code Development', 'no-code-development', 1, '2024-11-26 15:20:24', '2024-11-28 15:04:00'), (8, 'JavaScript', 'javascript', 1, '2024-11-26 15:20:50', '2024-11-28 15:03:52'), (9, 'Artificial Intelligence', 'artificial-intelligence', 1, '2024-11-27 11:41:54', '2024-11-27 11:41:54'), (10, 'Motion Graphics', 'motion-graphics', 1, '2024-11-27 11:42:05', '2024-11-27 11:42:05'), (11, 'Graphic Design', 'graphic-design', 1, '2024-11-27 11:42:10', '2024-11-27 11:42:10'), (12, 'Ethical Hacking', 'ethical-hacking', 1, '2024-11-27 11:42:24', '2024-11-27 11:42:24'), (13, 'E-Commerce', 'e-commerce', 1, '2024-11-27 11:42:32', '2024-11-28 15:05:04'); -- -------------------------------------------------------- -- -- Table structure for table `take_answers` -- CREATE TABLE `take_answers` ( `id` bigint(20) UNSIGNED NOT NULL, `user_course_exam_id` bigint(20) UNSIGNED NOT NULL, `quiz_question_id` int(11) NOT NULL, `question_answer` text NOT NULL, `value` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `testimonials` -- CREATE TABLE `testimonials` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `designation` varchar(255) NOT NULL, `rating` double NOT NULL, `profile_image` varchar(255) NOT NULL, `comments` text NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `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 `testimonials` -- INSERT INTO `testimonials` (`id`, `name`, `designation`, `rating`, `profile_image`, `comments`, `status`, `deleted_at`, `created_at`, `updated_at`) VALUES (1, 'Emma Johnson', 'Senior Product Manager', 5, 'lms-uwKObBQR.webp', '<p>One of the things I love most about this how flexible it is. I can access my courses anytime and on any device, which fits perfectly into my busy schedule. Whether I’m at home or on the go, I never miss an opportunity to learn.</p>', 1, NULL, '2024-11-27 13:14:22', '2024-12-05 23:56:51'), (2, 'Liam Martinez', 'Lead Developer', 5, 'lms-2ptcGu4d.webp', '<p>The content delivery is seamless, with a mix of videos, quizzes, and assignments that keep things interesting. I also appreciate the interactive features like discussion boards and group activities, which allow me to collaborate with other learners and feel part of a community.</p>', 1, NULL, '2024-11-27 13:17:01', '2024-12-30 00:12:53'), (3, 'Ava Thompson', 'UI/UX Designer', 5, 'lms-MEGYwefI.webp', '<p>The gamification elements, like earning badges and completing challenges, kept me motivated to achieve my goals. The detailed analytics were another bonus—they helped me understand my strengths and areas for improvement.</p>', 1, NULL, '2024-11-27 13:17:52', '2024-12-30 22:53:39'), (4, 'Noah Williams', 'Full-Stack Developer', 5, 'lms-Mz49pLE7.webp', '<p>One of the things I love most about this how flexible it is. I can access my courses anytime and on any device, which fits perfectly into my busy schedule. Whether I’m at home or on the go, I never miss an opportunity to learn.</p>', 1, NULL, '2024-11-27 13:18:58', '2024-12-30 00:13:16'), (5, 'Sophia Patel', 'Marketing Specialist', 5, 'lms-V9IneIek.webp', '<p>One of the things I love most about this how flexible it is. I can access my courses anytime and on any device, which fits perfectly into my busy schedule. Whether I’m at home or on the go, I never miss an opportunity to learn.</p>', 1, NULL, '2024-11-27 13:19:40', '2024-12-05 23:57:32'), (6, 'Ethan Robinson', 'Junior App Developer', 4.5, 'lms-LP6uifF5.webp', '<p>I’ve gained skills and knowledge that I can immediately apply in real life. It’s not just about completing courses; it’s about truly growing as a learner. I’m so grateful for the support and resources this platform provides—it’s made a world of difference in my educational journey</p>', 1, NULL, '2024-11-27 13:20:20', '2024-12-30 00:13:28'), (7, 'Mia Anderson', 'Design Consultant', 4.6, 'lms-MCmsOWRT.webp', '<p>The best investment I’ve made in my career. The personalized feedback and professional-level projects gave me a competitive edge</p>', 1, NULL, '2024-11-27 13:20:52', '2024-12-05 23:57:51'), (8, 'William Scott', 'Creative Director', 4.8, 'lms-tzWtFUBy.webp', '<p>The course provided deep insights and innovative approaches to design. It has been a game-changer for my team is workflow</p>', 1, NULL, '2024-11-27 13:21:35', '2024-12-30 00:13:05'), (9, 'Olivia Brown', 'Digital Marketer', 4.9, 'lms-57sGF46I.webp', '<p>Practical and insightful! The knowledge I gained here has directly impacted my ability to deliver better results for my clients.</p>', 1, NULL, '2024-11-27 13:22:20', '2024-12-05 23:58:15'); -- -------------------------------------------------------- -- -- Table structure for table `themes` -- CREATE TABLE `themes` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` char(36) NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `type` varchar(255) NOT NULL DEFAULT 'general', `active` tinyint(1) NOT NULL DEFAULT 0, `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`data`)), `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 `themes` -- INSERT INTO `themes` (`id`, `uuid`, `name`, `slug`, `type`, `active`, `data`, `created_at`, `updated_at`) VALUES (1, '5b06ffe5-e57a-421e-b697-01050c1cd0e1', 'Default', 'default', 'general', 0, NULL, '2024-11-26 11:05:43', '2024-12-31 02:17:28'), (2, '1e0c81bd-6a98-48ad-8992-406bc7e527a1', 'E-learning Education', 'elearning-education', 'general', 1, NULL, '2024-12-04 14:20:37', '2024-12-31 02:18:20'), (3, '0eed0850-13eb-4da3-9eba-739ce88009a9', 'LMS Education', 'lms-education', 'general', 0, NULL, '2024-12-04 14:20:42', '2024-12-31 00:02:14'), (4, '9a757f46-60dd-4bae-89a3-5644312b9b01', 'Digital Education', 'digital-education', 'general', 0, NULL, '2024-12-04 14:20:45', '2024-12-31 02:17:07'), (5, '62331038-bd7a-405f-87c8-3f19d36c23e4', 'Kindergarten', 'kindergarten', 'general', 0, NULL, '2024-12-04 14:20:49', '2024-12-31 02:18:20'); -- -------------------------------------------------------- -- -- Table structure for table `theme_settings` -- CREATE TABLE `theme_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `key` varchar(255) NOT NULL, `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`content`)), `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 `theme_settings` -- INSERT INTO `theme_settings` (`id`, `key`, `content`, `created_at`, `updated_at`) VALUES (1, 'theme_logo', '\"{\\\"logo\\\":\\\"lms-F40G3ZwRBX.svg\\\",\\\"favicon\\\":\\\"lms-BHm1NIZnuh.svg\\\",\\\"footer_logo\\\":\\\"lms-WifgHMRN4J.svg\\\"}\"', '2024-11-26 11:22:38', '2024-12-07 02:37:20'), (2, 'backend_logo', '\"{\\\"logo\\\":\\\"lms-XkzYeaQbNR.svg\\\",\\\"favicon\\\":\\\"lms-z9bqWzbB8e.svg\\\",\\\"icon_logo\\\":\\\"lms-JFxv0YjLcR.svg\\\",\\\"dark_logo\\\":\\\"lms-rC4fccnjBx.svg\\\",\\\"dark_icon_logo\\\":\\\"lms-ori8RUKzMi.svg\\\"}\"', '2024-11-26 14:30:36', '2024-12-06 00:02:44'), (3, 'backend_general', '\"{\\\"app_name\\\":\\\"Edulab\\\",\\\"contact_email\\\":\\\"edulab@gmail.com\\\",\\\"time_zone\\\":\\\"Etc\\\\\\/GMT+12\\\",\\\"date_format\\\":\\\"Y-m-d\\\"}\"', '2024-11-28 13:01:16', '2024-12-09 05:11:16'), (4, 'slider', '\"{\\\"sliders\\\":[{\\\"title\\\":\\\"Here is Your Course Chart for\\\",\\\"sub_title\\\":\\\"Best Education Tauter\\\",\\\"high_light\\\":\\\"Success\\\",\\\"short_info\\\":\\\"Pellentesque porta scelerisque tortor, vitae accumsan pellentesque eleifend interdum nulla sit amet venenatis.\\\",\\\"button_name\\\":\\\"Get Started Now\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/contact\\\",\\\"banner_img\\\":\\\"lms-zIEe6p3KGx.webp\\\"},{\\\"title\\\":\\\"Here is Your Course Chart for\\\",\\\"sub_title\\\":\\\"Best Education Tauter\\\",\\\"high_light\\\":\\\"Success\\\",\\\"short_info\\\":\\\"Pellentesque porta scelerisque tortor, vitae accumsan pellentesque eleifend interdum nulla sit amet venenatis.\\\",\\\"button_name\\\":\\\"Get Started Now\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/contact\\\",\\\"banner_img\\\":\\\"lms-K0JDhZAquA.webp\\\"}]}\"', '2024-11-28 17:00:44', '2024-11-28 17:01:04'), (5, 'counter', '\"{\\\"tolal_live_class\\\":\\\"3524\\\",\\\"total_experience\\\":\\\"25\\\",\\\"expert_tutor\\\":\\\"134\\\",\\\"satisfied_student\\\":\\\"954\\\"}\"', '2024-11-28 17:02:40', '2024-11-28 17:31:14'), (6, 'subscriber', '\"{\\\"title\\\":\\\"Subscribe to Newsletter\\\",\\\"sub_title\\\":null}\"', '2024-11-28 17:04:21', '2024-11-28 17:04:21'), (7, 'social', '\"{\\\"socials\\\":[{\\\"icon\\\":\\\"<i class=\\\\\\\"ri-linkedin-fill\\\\\\\"><\\\\\\/i>\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.linkedin.com\\\\\\/\\\"},{\\\"icon\\\":\\\"<i class=\\\\\\\"ri-twitter-x-line\\\\\\\"><\\\\\\/i>\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/x.com\\\\\\/?lang=en\\\"},{\\\"icon\\\":\\\"<i class=\\\\\\\"ri-facebook-fill\\\\\\\"><\\\\\\/i>\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/www.facebook.com\\\\\\/\\\"}]}\"', '2024-11-28 17:17:38', '2024-12-05 16:36:47'), (8, 'footer_top', '\"{\\\"one_title\\\":\\\"Designing a user-friendly interface is essential for improving user engagement. Focus on simplicity.\\\",\\\"one_status\\\":\\\"on\\\",\\\"one_social_menu\\\":\\\"on\\\",\\\"two_title\\\":\\\"Support\\\",\\\"two_menu\\\":\\\"<ul>\\\\r\\\\n <li><a href=\\\\\\\"contact\\\\\\\">Forum Support<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"contact\\\\\\\">Help & FAQ<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <li><a href=\\\\\\\"course-bundles\\\\\\\">Course Bundles<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"contact\\\\\\\">Contact Us <\\\\\\/a><\\\\\\/li> \\\\r\\\\n <\\\\\\/ul>\\\",\\\"two_status\\\":\\\"on\\\",\\\"three_title\\\":\\\"Company\\\",\\\"three_menu\\\":\\\"<ul>\\\\r\\\\n <li><a href=\\\\\\\"about-us\\\\\\\">About Us<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\\\\\">Courses<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">Help Centre<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"blogs\\\\\\\">News<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <\\\\\\/ul>\\\",\\\"three_status\\\":\\\"on\\\",\\\"five_title\\\":\\\"Subscribe to Newsletter\\\",\\\"five_menu\\\":null,\\\"five_status\\\":\\\"on\\\"}\"', '2024-11-28 17:21:13', '2024-12-09 10:37:02'), (9, 'footer_bottom', '\"{\\\"copy_right\\\":\\\"<p>\\\\u00a92024.All rights reserved by <a href=\\\\\\\"https:\\\\\\/\\\\\\/codexshaper.com\\\\\\/\\\\\\\" target=\\\\\\\"_blank\\\\\\\">CodexShaper<\\\\\\/a><\\\\\\/p>\\\",\\\"menu\\\":\\\"<a href=\\\\\\\"terms-conditions\\\\\\\">Terms of Conditions<\\\\\\/a>\\\\r\\\\n<a href=\\\\\\\"privacy-policy\\\\\\\">Privacy Policy<\\\\\\/a>\\\",\\\"status\\\":\\\"on\\\"}\"', '2024-11-28 17:23:58', '2024-12-19 07:37:09'), (10, 'general', '\"{\\\"email\\\":\\\"edulab@gmail.com\\\",\\\"second_email\\\":\\\"edulabtwo@gmail.com\\\",\\\"phone\\\":\\\"+1552 956 9286\\\",\\\"second_phone\\\":\\\"+1552 956 9286\\\",\\\"address\\\":\\\"New York, America\\\",\\\"office_hours\\\":\\\"9AM-6PM\\\",\\\"support_hours\\\":\\\"24\\\\\\/7\\\",\\\"app_store_link\\\":\\\"https:\\\\\\/\\\\\\/www.apple.com\\\\\\/app-store\\\\\\/\\\",\\\"play_store_link\\\":\\\"https:\\\\\\/\\\\\\/play.google.com\\\\\\/store\\\\\\/apps\\\",\\\"is_multiple_theme\\\":\\\"on\\\"}\"', '2024-11-28 18:04:43', '2024-12-30 03:00:46'), (11, 'gdpr_cookie', '\"{\\\"gdpr_title\\\":\\\"Cookie Settings\\\",\\\"gdpr_description\\\":\\\"We use cookies to enhance your experience, analyze site usage, and personalize content. You can manage your cookie preferences.\\\",\\\"status\\\":\\\"on\\\"}\"', '2024-11-28 18:07:54', '2024-11-28 18:16:47'), (12, 'custom_script', '\"{\\\"custom_css\\\":\\\"body {\\\\r\\\\n display: none !important;\\\\r\\\\n}\\\\r\\\\n\\\\r\\\\nh6.leading-none.text-gray-500.dark\\\\\\\\:text-dark-text.font-semibold {\\\\r\\\\n color: red;\\\\r\\\\n}\\\",\\\"custom_js\\\":null}\"', '2024-12-04 12:42:42', '2024-12-05 12:21:18'), (13, 'theme_logo_lms_education', '\"{\\\"logo\\\":\\\"lms-977seadetg.svg\\\",\\\"favicon\\\":\\\"lms-OAhnbRhk9x.svg\\\",\\\"footer_logo\\\":\\\"lms-fPzoTH0WFI.svg\\\"}\"', '2024-12-04 12:47:16', '2024-12-07 02:51:19'), (14, 'theme_logo_digital_education', '\"{\\\"logo\\\":\\\"lms-VJDtgMpD2t.svg\\\",\\\"favicon\\\":\\\"lms-YVMRhWOWS9.svg\\\",\\\"footer_logo\\\":\\\"lms-dUesAuwJJj.svg\\\"}\"', '2024-12-04 12:54:20', '2024-12-07 03:04:28'), (15, 'poster', '\"{\\\"poster\\\":{\\\"1\\\":{\\\"title\\\":\\\"Teach and Empower\\\",\\\"description\\\":\\\"Join us as an instructor and inspire the next generation of learners.\\\",\\\"button_label\\\":\\\"Get Started Now\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\",\\\"poster_img\\\":\\\"lms-1QjcSyfRaj.webp\\\"},\\\"0\\\":{\\\"title\\\":\\\"Invest in Yourself\\\",\\\"description\\\":\\\"Become a student and access a wealth of courses designed to help you achieve your goals.\\\",\\\"button_label\\\":\\\"Enroll Now\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\",\\\"poster_img\\\":\\\"lms-5yPVN8YjPH.webp\\\"}}}\"', '2024-12-04 12:58:12', '2024-12-10 00:02:55'), (16, 'about_us', '\"{\\\"title\\\":\\\"Connect with Experts and Learn from Anywhere\\\",\\\"short_description\\\":\\\"We believe that the foundation of a child\\\\u2019s education should be built on creativity, curiosity, and joy. Our mission is to make learning accessible, exciting, and tailored to every child\\\\u2019s unique pace and style.\\\",\\\"active_user\\\":\\\"60\\\",\\\"active_user_short_des\\\":\\\"Lorem Ipsum is simply dummy text of the printing\\\",\\\"satisfied_user\\\":\\\"30\\\",\\\"satisfied_user_short_des\\\":\\\"Lorem Ipsum is simply dummy text of the printing\\\",\\\"add_description\\\":\\\"<li>Content designed by early childhood experts.<\\\\\\/li><li>Each child progresses at their own pace with tailored activities.<\\\\\\/li>\\\",\\\"banner_img_digital\\\":\\\"lms-k9mz7kvhiH.webp\\\",\\\"banner_img_elearning\\\":\\\"lms-fBIzj8HMy4.webp\\\",\\\"banner_img_lms\\\":\\\"lms-FfiO4SKbSS.webp\\\",\\\"banner_img_kindergarten\\\":\\\"lms-GVgj4Cb05i.webp\\\"}\"', '2024-12-04 14:07:23', '2024-12-30 12:44:16'), (17, 'theme_logo_elearning_education', '\"{\\\"logo\\\":\\\"lms-s91gwvqRN1.svg\\\",\\\"favicon\\\":\\\"lms-OaryL4pD0Q.svg\\\",\\\"footer_logo\\\":\\\"lms-NZfYT6SRvZ.svg\\\"}\"', '2024-12-05 15:35:11', '2024-12-07 02:43:47'), (18, 'theme_logo_kindergarten', '\"{\\\"logo\\\":\\\"lms-L2mqGK2ums.svg\\\",\\\"favicon\\\":\\\"lms-DGU6OpnJTR.svg\\\",\\\"footer_logo\\\":\\\"lms-DplTWRbMk3.svg\\\"}\"', '2024-12-05 15:36:06', '2024-12-07 03:02:34'), (19, 'mail_setting', '\"{\\\"mail_driver\\\":\\\"smtp\\\",\\\"mail_host\\\":\\\"smtp.gmail.com\\\",\\\"mail_port\\\":\\\"587\\\",\\\"mail_from_address\\\":\\\"test.mahabub@gmail.com\\\",\\\"mail_username\\\":\\\"test.mahabub@gmail.com\\\",\\\"mail_encryption\\\":\\\"tls\\\",\\\"password\\\":\\\"bxrv iupw akve tblv\\\"}\"', '2024-12-24 03:27:48', '2024-12-24 03:27:51'); -- -------------------------------------------------------- -- -- Table structure for table `ticket_replies` -- CREATE TABLE `ticket_replies` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `author_id` bigint(20) UNSIGNED DEFAULT NULL, `ticket_support_id` bigint(20) UNSIGNED NOT NULL, `description` text NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `ticket_supports` -- CREATE TABLE `ticket_supports` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `support_category_id` bigint(20) UNSIGNED DEFAULT NULL, `ticket_code` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `priority` int(11) DEFAULT NULL, `description` text NOT NULL, `type` enum('course','platform') NOT NULL DEFAULT 'platform', `status` enum('close','pending','active') NOT NULL DEFAULT 'pending', `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 `ticket_supports` -- INSERT INTO `ticket_supports` (`id`, `user_id`, `support_category_id`, `ticket_code`, `title`, `priority`, `description`, `type`, `status`, `created_at`, `updated_at`) VALUES (2, 30, 1, '8403', 'How can I purchase bundle course?', NULL, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.', 'platform', 'pending', '2024-12-02 15:59:59', '2024-12-02 15:59:59'), (3, 39, 3, '7575', 'Forget password', NULL, '<p>Please help to recover my user name and password</p>', 'platform', 'pending', '2024-12-02 18:00:53', '2024-12-02 18:00:53'), (4, 39, 1, '8339', 'Cancel Course', NULL, '<p>I want to refund of my currently enroll web development course.</p>', 'platform', 'pending', '2024-12-02 18:02:47', '2024-12-02 18:02:47'), (5, 39, 5, '4034', 'Data protection', NULL, '<p>I want to know about data protection</p>', 'platform', 'pending', '2024-12-02 18:12:15', '2024-12-02 18:12:15'), (6, 39, NULL, '4905', 'How to download resource', NULL, '<p>Please help me to download resources so that I can learn offline</p><p> </p>', 'course', 'pending', '2024-12-02 18:18:25', '2024-12-02 18:18:25'), (7, 34, NULL, '9033', 'How to enroll fullstact development', NULL, '<p>Could you pls help how to process etc.</p>', 'course', 'pending', '2024-12-02 18:26:24', '2024-12-02 18:26:24'), (8, 38, NULL, '0199', 'Why This Course Pending', NULL, '<p>Dear, Admin</p><p><br></p><p><br></p><p>Please Approved this course</p>', 'course', 'pending', '2024-12-24 03:36:07', '2024-12-24 03:36:07'), (9, 30, NULL, '4790', 'Please see assignment', NULL, '<p>Hello, Sir </p><p><br></p><p>Please check and assign this course.</p>', 'course', 'pending', '2024-12-24 04:18:07', '2024-12-24 04:18:07'), (10, 30, NULL, '5778', 'I want to download source file', NULL, '<p>Hello, Sir</p><p><br></p><p>Please give the source file.</p><p><br></p>', 'course', 'pending', '2024-12-24 04:20:44', '2024-12-24 04:20:44'); -- -------------------------------------------------------- -- -- Table structure for table `time_zones` -- CREATE TABLE `time_zones` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `time_zones` -- INSERT INTO `time_zones` (`id`, `name`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Africa/Lusaka', 1, '2024-11-26 13:32:46', '2024-11-26 13:32:46', NULL), (2, 'Indian/Reunion', 1, '2024-11-26 13:33:12', '2024-11-26 13:33:12', NULL), (3, 'Asia/Jakarta', 1, '2024-11-26 13:33:28', '2024-11-26 13:33:28', NULL), (4, 'America/Cambridge_Bay', 1, '2024-11-26 13:33:53', '2024-11-26 13:35:09', '2024-11-26 13:35:09'), (5, 'Indian/Kerguelen', 1, '2024-11-26 13:34:33', '2024-11-26 13:34:43', '2024-11-26 13:34:43'), (6, 'America/Argentina/Cordoba', 1, '2024-11-26 13:35:03', '2024-11-26 13:35:03', NULL); -- -------------------------------------------------------- -- -- Table structure for table `topics` -- CREATE TABLE `topics` ( `id` bigint(20) UNSIGNED NOT NULL, `chapter_id` bigint(20) UNSIGNED DEFAULT NULL, `course_id` bigint(20) UNSIGNED DEFAULT NULL, `topicable_id` bigint(20) UNSIGNED NOT NULL, `order` int(11) DEFAULT NULL, `topicable_type` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `topics` -- INSERT INTO `topics` (`id`, `chapter_id`, `course_id`, `topicable_id`, `order`, `topicable_type`, `created_at`, `updated_at`) VALUES (1, 1, 1, 1, 1, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 11:30:38', '2024-12-05 22:00:05'), (2, 1, 1, 1, 2, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 11:44:11', '2024-12-05 21:59:46'), (3, 1, 1, 1, 3, 'Modules\\LMS\\Models\\Courses\\Topics\\Assignment', '2024-11-28 11:55:25', '2024-12-05 22:01:23'), (4, 2, 1, 2, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 11:58:39', '2024-11-28 11:58:39'), (6, 2, 1, 2, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 12:04:01', '2024-12-05 22:02:41'), (7, 2, 1, 1, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-11-28 12:07:41', '2024-11-28 12:07:41'), (8, 3, 1, 4, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 12:24:35', '2024-11-28 12:24:35'), (9, 3, 1, 3, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 12:26:38', '2024-11-28 12:26:51'), (10, 3, 1, 1, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Supplement', '2024-11-28 12:28:10', '2024-11-28 12:28:10'), (11, 3, 1, 2, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-11-28 12:29:49', '2024-11-28 12:29:49'), (12, 3, 1, 5, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 12:31:16', '2024-11-28 12:31:16'), (13, 4, 1, 6, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 12:33:53', '2024-11-28 12:33:53'), (14, 4, 1, 4, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 12:35:43', '2024-12-05 22:02:49'), (15, 4, 1, 7, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 12:36:44', '2024-11-28 12:36:44'), (16, 8, 11, 8, 1, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 13:27:59', '2024-12-05 22:14:08'), (17, 8, 11, 9, 2, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 13:29:41', '2024-12-05 22:14:08'), (18, 8, 11, 5, 3, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 13:30:20', '2024-12-05 22:14:18'), (19, 9, 11, 10, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 13:31:51', '2024-11-28 13:31:51'), (20, 9, 11, 11, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 13:32:35', '2024-11-28 13:32:35'), (21, 9, 11, 12, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 13:33:56', '2024-11-28 13:33:56'), (22, 9, 11, 3, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-11-28 13:35:18', '2024-12-10 04:16:28'), (23, 10, 11, 6, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 13:36:37', '2024-12-05 22:14:46'), (24, 10, 11, 7, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 13:37:14', '2024-12-05 22:15:00'), (25, 10, 11, 8, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 13:37:52', '2024-12-05 22:14:54'), (26, 11, 11, 13, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 13:38:58', '2024-11-28 13:38:58'), (27, 11, 11, 9, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 13:39:32', '2024-12-05 22:15:09'), (28, 11, 11, 10, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 13:40:16', '2024-12-05 22:15:20'), (29, 11, 11, 2, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Assignment', '2024-11-28 13:42:29', '2024-12-10 02:58:12'), (31, 15, 3, 12, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 15:42:04', '2024-12-05 20:08:56'), (32, 15, 3, 14, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 15:45:29', '2024-11-28 15:45:29'), (33, 15, 3, 4, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-11-28 15:49:44', '2024-11-28 15:49:44'), (34, 16, 13, 13, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 16:30:34', '2024-11-28 16:30:34'), (35, 16, 13, 14, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 16:31:48', '2024-11-28 16:32:18'), (36, 17, 13, 15, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 16:33:57', '2024-11-28 16:33:57'), (37, 17, 13, 16, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 16:34:51', '2024-11-28 16:34:51'), (38, 18, 13, 15, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 16:36:41', '2024-11-28 16:36:41'), (39, 18, 13, 17, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 16:37:55', '2024-11-28 16:37:55'), (40, 18, 13, 18, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 16:40:09', '2024-11-28 16:40:09'), (41, 18, 13, 2, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Supplement', '2024-11-28 16:44:14', '2024-11-28 16:44:14'), (42, 18, 13, 3, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Assignment', '2024-11-28 16:50:01', '2024-11-28 16:50:01'), (43, 18, 13, 5, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-11-28 16:53:24', '2024-12-10 04:27:48'), (44, 19, 13, 16, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 17:21:51', '2024-11-28 17:21:51'), (45, 19, 13, 19, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 17:23:28', '2024-11-28 17:23:28'), (46, 20, 14, 20, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 17:31:50', '2024-11-28 17:31:50'), (47, 20, 14, 17, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 17:34:13', '2024-11-28 17:34:13'), (48, 20, 14, 6, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-11-28 17:36:59', '2024-12-10 18:34:42'), (49, 21, 15, 21, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 17:55:13', '2024-11-28 17:55:13'), (50, 21, 15, 22, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 17:55:56', '2024-11-28 17:55:56'), (51, 21, 15, 23, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 17:56:29', '2024-11-28 17:56:29'), (52, 21, 15, 24, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 17:57:03', '2024-11-28 17:57:03'), (53, 21, 15, 7, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-11-28 18:00:00', '2024-11-28 18:00:00'), (54, 21, 15, 8, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-11-28 18:02:01', '2024-11-28 18:02:01'), (55, 21, 15, 18, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 18:04:26', '2024-11-28 18:04:26'), (56, 22, 12, 25, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:19:23', '2024-12-05 22:15:43'), (57, 22, 12, 26, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:20:09', '2024-11-28 18:20:09'), (58, 22, 12, 27, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:20:47', '2024-11-28 18:20:47'), (59, 22, 12, 28, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:21:25', '2024-11-28 18:21:25'), (60, 22, 12, 29, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:21:49', '2024-11-28 18:21:49'), (61, 22, 12, 19, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 18:29:06', '2024-11-28 18:29:06'), (62, 22, 12, 9, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-11-28 18:44:31', '2024-11-28 18:44:31'), (63, 22, 12, 10, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-11-28 18:47:41', '2024-11-28 18:47:41'), (64, 23, 10, 30, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:49:21', '2024-11-28 18:49:21'), (65, 24, 10, 31, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:51:57', '2024-11-28 18:51:57'), (66, 25, 10, 32, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:53:44', '2024-11-28 18:53:54'), (67, 25, 10, 33, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:55:39', '2024-11-28 18:55:39'), (68, 15, 3, 34, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:56:05', '2024-11-28 18:56:05'), (69, 15, 3, 35, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:56:24', '2024-11-28 18:56:24'), (70, 15, 3, 36, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:56:46', '2024-11-28 18:56:46'), (71, 25, 10, 37, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:57:38', '2024-11-28 18:57:38'), (72, 26, 10, 38, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 18:59:13', '2024-11-28 18:59:13'), (73, 26, 10, 39, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 19:00:26', '2024-11-28 19:00:26'), (74, 30, 4, 40, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 19:01:26', '2024-11-28 19:02:32'), (75, 26, 10, 41, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 19:01:31', '2024-11-28 19:01:31'), (76, 26, 10, 42, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 19:02:42', '2024-11-28 19:02:42'), (77, 30, 4, 43, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 19:03:03', '2024-11-28 19:03:03'), (78, 30, 4, 44, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 19:03:24', '2024-11-28 19:03:24'), (79, 30, 4, 45, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 19:03:52', '2024-11-28 19:03:52'), (80, 26, 10, 46, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 19:03:55', '2024-11-28 19:03:55'), (81, 30, 4, 47, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 19:04:27', '2024-11-28 19:04:27'), (82, 30, 4, 48, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 19:04:55', '2024-11-28 19:04:55'), (83, 27, 10, 49, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 19:06:19', '2024-11-28 19:06:19'), (84, 30, 4, 11, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-11-28 19:06:29', '2024-11-28 19:06:29'), (85, 27, 10, 50, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 19:07:57', '2024-11-28 19:07:57'), (86, 30, 4, 12, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-11-28 19:08:00', '2024-11-28 19:08:00'), (87, 27, 10, 51, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2024-11-28 19:09:42', '2024-11-28 19:09:42'), (88, 29, 10, 20, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-11-28 19:13:58', '2024-11-28 19:13:58'), (89, 29, 10, 13, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-11-28 19:16:56', '2024-11-28 19:16:56'), (90, 20, 14, 4, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Assignment', '2024-12-10 18:39:05', '2024-12-10 18:40:00'), (91, 35, 6, 21, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-12-19 05:58:06', '2024-12-19 05:58:06'), (92, 36, 6, 22, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-12-19 05:58:38', '2024-12-19 05:58:38'), (93, 40, 6, 14, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Quiz', '2024-12-19 05:59:49', '2024-12-19 05:59:49'), (94, 37, 6, 23, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-12-19 06:00:31', '2024-12-19 06:00:31'), (95, 38, 6, 24, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-12-19 06:01:23', '2024-12-19 06:01:23'), (96, 39, 6, 25, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2024-12-19 06:02:02', '2024-12-19 06:02:02'); -- -------------------------------------------------------- -- -- Table structure for table `topic_types` -- CREATE TABLE `topic_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `topic_types` -- INSERT INTO `topic_types` (`id`, `name`, `slug`, `created_at`, `updated_at`) VALUES (1, 'Video', 'video', '2024-11-26 11:05:44', '2024-11-26 11:05:44'), (2, 'Reading', 'reading', '2024-11-26 11:05:44', '2024-11-26 11:05:44'), (3, 'Quiz', 'quiz', '2024-11-26 11:05:44', '2024-11-26 11:05:44'), (4, 'Supplement', 'supplement', '2024-11-26 11:05:44', '2024-11-26 11:05:44'), (5, 'Assignment', 'assignment', '2024-11-26 11:05:44', '2024-11-26 11:05:44'); -- -------------------------------------------------------- -- -- Table structure for table `translations` -- CREATE TABLE `translations` ( `id` bigint(20) UNSIGNED NOT NULL, `lang` varchar(255) NOT NULL, `lang_key` longtext NOT NULL, `lang_value` longtext DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `translations` -- INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (1, 'en', 'dashboard', 'Dashboard', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (2, 'en', 'today_is', 'Today is', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (3, 'en', 'welcome_back', 'Welcome Back', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (4, 'en', 'add_new_course', 'Add new course', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (5, 'en', 'total_revenue', 'Total revenue', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (6, 'en', 'total_enrollments', 'Total enrollments', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (7, 'en', 'total_courses', 'Total courses', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (8, 'en', 'total_instructors', 'Total instructors', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (9, 'en', 'total_organization', 'Total organization', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (10, 'en', 'total_students', 'Total students', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (11, 'en', 'statistical_register_of_students__instructors', 'Statistical register of students & instructors', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (12, 'en', 'trending_categories', 'Trending categories', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (13, 'en', 'top_performing_courses', 'Top performing courses', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (14, 'en', 'see_all', 'See all', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (15, 'en', 'course', 'Course', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (16, 'en', 'publish_on', 'Publish on', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (17, 'en', 'enrolled', 'Enrolled', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (18, 'en', 'price', 'Price', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (19, 'en', 'support_requests', 'Support requests', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (20, 'en', 'visit_frontend', 'Visit Frontend', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (21, 'en', 'notifications', 'Notifications', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (22, 'en', 'no_notification_available', 'No Notification Available', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (23, 'en', 'log_out', 'Log out', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (24, 'en', 'language', 'Language', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (25, 'en', 'theme_manage', 'Theme Manage', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (26, 'en', 'all_themes', 'All themes', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (27, 'en', 'settings', 'Settings', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (28, 'en', 'localization_manage', 'Localization Manage', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (29, 'en', 'country', 'Country', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (30, 'en', 'state', 'State', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (31, 'en', 'city', 'City', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (32, 'en', 'time_zone', 'Time Zone', '2024-11-26 11:07:00', '2024-11-26 11:07:00'), (33, 'en', 'icon_provider_manage', 'Icon Provider Manage', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (34, 'en', 'icon', 'Icon', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (35, 'en', 'category', 'Category', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (36, 'en', 'meeting_provider', 'Meeting Provider', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (37, 'en', 'course_manage', 'Course Manage', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (38, 'en', 'subject', 'Subject', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (39, 'en', 'tag', 'Tag', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (40, 'en', 'level', 'Level', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (41, 'en', 'course_live', 'Course Live', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (42, 'en', 'bundle_course', 'Bundle Course', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (43, 'en', 'enrollments_manage', 'Enrollments Manage', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (44, 'en', 'enrollment', 'Enrollment', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (45, 'en', 'new_enrolled', 'New Enrolled', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (46, 'en', 'user_manage', 'User Manage', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (47, 'en', 'organization', 'Organization', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (48, 'en', 'instructor', 'Instructor', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (49, 'en', 'student', 'Student', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (50, 'en', 'marketing', 'Marketing', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (51, 'en', 'all_coupons', 'All Coupons', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (52, 'en', 'testimonials', 'Testimonials', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (53, 'en', 'email_templates', 'Email Templates', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (54, 'en', 'blog_manage', 'Blog Manage', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (55, 'en', 'blog', 'Blog', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (56, 'en', 'contacts', 'Contacts', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (57, 'en', 'notice_board', 'Notice Board', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (58, 'en', 'notification_manage', 'Notification Manage', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (59, 'en', 'templates', 'Templates', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (60, 'en', 'history', 'History', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (61, 'en', 'backend_setting', 'Backend Setting', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (62, 'en', 'theme_setting', 'Theme Setting', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (63, 'en', 'forum_manage', 'Forum Manage', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (64, 'en', 'forum', 'Forum', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (65, 'en', 'sub_forum', 'Sub Forum', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (66, 'en', 'ticket__support_manage', 'Ticket & Support Manage', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (67, 'en', 'support_category', 'Support Category', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (68, 'en', 'tickets', 'Tickets', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (69, 'en', 'staff_manage', 'Staff Manage', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (70, 'en', 'permissions', 'Permissions', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (71, 'en', 'roles', 'Roles', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (72, 'en', 'users', 'Users', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (73, 'en', 'payment_method', 'Payment Method', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (74, 'en', 'certificate_manage', 'Certificate Manage', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (75, 'en', 'faq_manage', 'Faq Manage', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (76, 'en', 'page_manage', 'Page Manage', '2024-11-26 11:07:01', '2024-11-26 11:07:01'), (77, 'en', 'state_manage', 'State Manage', '2024-11-26 11:07:07', '2024-11-26 11:07:07'), (78, 'en', 'add_new', 'Add new', '2024-11-26 11:07:07', '2024-11-26 11:07:07'), (79, 'en', 'no_state_found', 'No State Found', '2024-11-26 11:07:07', '2024-11-26 11:07:07'), (80, 'en', 'manage_icon', 'Manage Icon', '2024-11-26 11:07:12', '2024-11-26 11:07:12'), (81, 'en', 'no_no_icon_found', 'No No Icon Found', '2024-11-26 11:07:12', '2024-11-26 11:07:12'), (82, 'en', 'manage_category', 'Manage Category', '2024-11-26 11:07:14', '2024-11-26 11:07:14'), (83, 'en', 'no_category_found', 'No Category Found', '2024-11-26 11:07:14', '2024-11-26 11:07:14'), (84, 'en', '_add_new_', ' Add new ', '2024-11-26 11:07:14', '2024-11-26 11:07:14'), (85, 'en', 'enrollmentmanage', 'enrollment/Manage', '2024-11-26 11:07:22', '2024-11-26 11:07:22'), (86, 'en', 'student_list', 'Student List', '2024-11-26 11:07:22', '2024-11-26 11:07:22'), (87, 'en', 'enroll', 'Enroll', '2024-11-26 11:07:22', '2024-11-26 11:07:22'), (88, 'en', 'no_enrollment_found', 'No Enrollment Found', '2024-11-26 11:07:22', '2024-11-26 11:07:22'), (89, 'en', 'manage_meeting', 'Manage Meeting', '2024-11-26 11:07:28', '2024-11-26 11:07:28'), (90, 'en', 'meeting', 'Meeting', '2024-11-26 11:07:28', '2024-11-26 11:07:28'), (91, 'en', 'no_meeting_provider_found', 'No Meeting Provider Found', '2024-11-26 11:07:28', '2024-11-26 11:07:28'), (92, 'en', 'organization_manage', 'Organization Manage', '2024-11-26 11:07:41', '2024-11-26 11:07:41'), (93, 'en', 'all_organization', 'All Organization', '2024-11-26 11:07:41', '2024-11-26 11:07:41'), (94, 'en', 'refresh', 'Refresh', '2024-11-26 11:07:41', '2024-11-26 11:07:41'), (95, 'en', 'profile', 'Profile', '2024-11-26 11:07:41', '2024-11-26 11:07:41'), (96, 'en', 'email', 'Email', '2024-11-26 11:07:41', '2024-11-26 11:07:41'), (97, 'en', 'phone', 'Phone', '2024-11-26 11:07:41', '2024-11-26 11:07:41'), (98, 'en', 'total_course', 'Total Course', '2024-11-26 11:07:41', '2024-11-26 11:07:41'), (99, 'en', 'email_verify', 'Email Verify', '2024-11-26 11:07:41', '2024-11-26 11:07:41'), (100, 'en', 'status', 'Status', '2024-11-26 11:07:41', '2024-11-26 11:07:41'), (101, 'en', 'action', 'Action', '2024-11-26 11:07:41', '2024-11-26 11:07:41'), (102, 'en', 'manage_instructor', 'Manage Instructor', '2024-11-26 11:07:44', '2024-11-26 11:07:44'), (103, 'en', 'all_instructor', 'All Instructor', '2024-11-26 11:07:44', '2024-11-26 11:07:44'), (104, 'en', 'all', 'All', '2024-11-26 11:07:44', '2024-11-26 11:07:44'), (105, 'en', 'active', 'Active', '2024-11-26 11:07:44', '2024-11-26 11:07:44'), (106, 'en', 'inactive', 'Inactive', '2024-11-26 11:07:44', '2024-11-26 11:07:44'), (107, 'en', 'verified', 'Verified', '2024-11-26 11:07:44', '2024-11-26 11:07:44'), (108, 'en', 'un_verified', 'Un Verified', '2024-11-26 11:07:44', '2024-11-26 11:07:44'), (109, 'en', 'filter', 'Filter', '2024-11-26 11:07:44', '2024-11-26 11:07:44'), (110, 'en', 'manage_student', 'Manage Student', '2024-11-26 11:07:46', '2024-11-26 11:07:46'), (111, 'en', 'all_student', 'All Student', '2024-11-26 11:07:46', '2024-11-26 11:07:46'), (112, 'en', 'enrolled_course', 'Enrolled Course', '2024-11-26 11:07:46', '2024-11-26 11:07:46'), (113, 'en', 'language_manage', 'Language Manage', '2024-11-26 11:07:52', '2024-11-26 11:07:52'), (114, 'en', 'name', 'Name', '2024-11-26 11:07:52', '2024-11-26 11:07:52'), (115, 'en', 'code', 'Code', '2024-11-26 11:07:52', '2024-11-26 11:07:52'), (116, 'en', 'new_enroll', 'New Enroll', '2024-11-26 11:07:58', '2024-11-26 11:07:58'), (117, 'en', 'select_student', 'Select Student', '2024-11-26 11:07:58', '2024-11-26 11:07:58'), (118, 'en', 'select_course', 'Select Course', '2024-11-26 11:07:58', '2024-11-26 11:07:58'), (119, 'en', 'testimonial', 'Testimonial', '2024-11-26 11:08:14', '2024-11-26 11:08:14'), (120, 'en', 'no_testimonial_found', 'No Testimonial Found', '2024-11-26 11:08:14', '2024-11-26 11:08:14'), (121, 'en', 'manage_email', 'Manage Email', '2024-11-26 11:08:18', '2024-11-26 11:08:18'), (122, 'en', 'email_template', 'Email Template', '2024-11-26 11:08:18', '2024-11-26 11:08:18'), (123, 'en', 'manage_notification', 'Manage Notification', '2024-11-26 11:08:31', '2024-11-26 11:08:31'), (124, 'en', 'notification', 'Notification', '2024-11-26 11:08:31', '2024-11-26 11:08:31'), (125, 'en', 'backend_manage', 'Backend Manage', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (126, 'en', 'backend_settings', 'Backend Settings', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (127, 'en', 'backend', 'Backend', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (128, 'en', 'general_setting', 'General Setting', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (129, 'en', 'logo', 'Logo', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (130, 'en', 'smtp_setting', 'SMTP Setting', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (131, 'en', 'system_information', 'System Information', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (132, 'en', 'application_name', 'Application Name', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (133, 'en', 'contact_email', 'Contact Email', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (134, 'en', 'date_format', 'Date Format', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (135, 'en', 'save', 'Save', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (136, 'en', 'favicon', 'Favicon', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (137, 'en', 'choose_file', 'Choose file', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (138, 'en', 'icon_logo', 'Icon Logo', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (139, 'en', 'smpt_settings', 'SMPT Settings', '2024-11-26 11:08:35', '2024-11-26 11:08:35'), (141, 'en', 'support_category_list', 'Support Category List', '2024-11-26 11:08:41', '2024-11-26 11:08:41'), (142, 'en', 'no_support_category_found', 'No Support Category Found', '2024-11-26 11:08:41', '2024-11-26 11:08:41'), (143, 'en', 'manage_contact', 'Manage Contact', '2024-11-26 11:08:43', '2024-11-26 11:08:43'), (144, 'en', 'all_contact', 'All Contact', '2024-11-26 11:08:43', '2024-11-26 11:08:43'), (145, 'en', 'contact', 'Contact', '2024-11-26 11:08:43', '2024-11-26 11:08:43'), (146, 'en', 'no_contact_found', 'No Contact Found', '2024-11-26 11:08:43', '2024-11-26 11:08:43'), (147, 'en', 'manage_notice_board', 'Manage Notice Board', '2024-11-26 11:08:44', '2024-11-26 11:08:44'), (148, 'en', 'noticeboard', 'Noticeboard', '2024-11-26 11:08:44', '2024-11-26 11:08:44'), (149, 'en', 'no_noticeboard_found', 'No Noticeboard Found', '2024-11-26 11:08:44', '2024-11-26 11:08:44'), (150, 'en', 'manage_blog', 'Manage Blog', '2024-11-26 11:08:49', '2024-11-26 11:08:49'), (151, 'en', 'blog_list', 'Blog List', '2024-11-26 11:08:49', '2024-11-26 11:08:49'), (152, 'en', 'no_no_blog_found', 'No No Blog Found', '2024-11-26 11:08:49', '2024-11-26 11:08:49'), (153, 'en', 'notification_history', 'Notification History', '2024-11-26 11:08:54', '2024-11-26 11:08:54'), (154, 'en', 'no_notification_history_found', 'No Notification History Found', '2024-11-26 11:08:54', '2024-11-26 11:08:54'), (155, 'en', 'role_list', 'Role List', '2024-11-26 11:09:10', '2024-11-26 11:09:10'), (156, 'en', 'role', 'Role', '2024-11-26 11:09:10', '2024-11-26 11:09:10'), (157, 'en', 'manage_faq', 'Manage Faq', '2024-11-26 11:09:13', '2024-11-26 11:09:13'), (158, 'en', 'faq_list', 'Faq List', '2024-11-26 11:09:13', '2024-11-26 11:09:13'), (159, 'en', 'faq', 'Faq', '2024-11-26 11:09:13', '2024-11-26 11:09:13'), (160, 'en', 'no_faq_found', 'No Faq Found', '2024-11-26 11:09:13', '2024-11-26 11:09:13'), (161, 'en', 'manage_page', 'Manage Page', '2024-11-26 11:09:16', '2024-11-26 11:09:16'), (162, 'en', 'page', 'Page', '2024-11-26 11:09:16', '2024-11-26 11:09:16'), (163, 'en', 'no_page_found', 'No Page Found', '2024-11-26 11:09:16', '2024-11-26 11:09:16'), (164, 'en', 'courses', 'Courses', '2024-11-26 11:09:35', '2024-11-26 11:09:35'), (165, 'en', 'new_course', 'New course', '2024-11-26 11:09:35', '2024-11-26 11:09:35'), (166, 'en', 'purchase_amount', 'Purchase Amount', '2024-11-26 11:09:35', '2024-11-26 11:09:35'), (167, 'en', 'not_courses', 'Not Courses', '2024-11-26 11:09:35', '2024-11-26 11:09:35'), (168, 'en', 'setting', 'Setting', '2024-11-26 11:09:35', '2024-11-26 11:09:35'), (169, 'en', 'instructor_manage', 'Instructor Manage', '2024-11-26 11:09:35', '2024-11-26 11:09:35'), (170, 'en', 'students', 'Students', '2024-11-26 11:09:35', '2024-11-26 11:09:35'), (171, 'en', 'noties_board', 'Noties Board', '2024-11-26 11:09:35', '2024-11-26 11:09:35'), (172, 'en', 'support_manage', 'Support Manage', '2024-11-26 11:09:35', '2024-11-26 11:09:35'), (173, 'en', 'new_ticket', 'New Ticket', '2024-11-26 11:09:35', '2024-11-26 11:09:35'), (174, 'en', 'ticket', 'Ticket', '2024-11-26 11:09:35', '2024-11-26 11:09:35'), (175, 'en', 'logout', 'Logout', '2024-11-26 11:09:35', '2024-11-26 11:09:35'), (176, 'en', 'studentsetting', 'Student/setting', '2024-11-26 11:09:42', '2024-11-26 11:09:42'), (177, 'en', 'no_students_found', 'No Students Found', '2024-11-26 11:09:42', '2024-11-26 11:09:42'), (178, 'en', 'notice_board_list', 'Notice Board List', '2024-11-26 11:09:43', '2024-11-26 11:09:43'), (179, 'en', 'no_notice_board_found', 'No Notice Board Found', '2024-11-26 11:09:43', '2024-11-26 11:09:43'), (180, 'en', 'themesettingmanage', 'Themesetting/manage', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (181, 'en', 'theme_settings', 'Theme Settings', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (182, 'en', 'theme', 'Theme', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (183, 'en', 'gdpr_cookie', 'GDPR Cookie', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (184, 'en', 'tawk_chat', 'Tawk Chat', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (185, 'en', 'custom_cssjs', 'Custom CSS/JS', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (186, 'en', 'social', 'Social', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (187, 'en', 'home_setting', 'Home Setting', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (188, 'en', 'footer', 'Footer', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (189, 'en', 'general_settings', 'General Settings', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (190, 'en', 'color', 'Color', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (191, 'en', 'second_email', 'Second Email', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (192, 'en', 'second_phone', 'Second Phone', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (193, 'en', 'address', 'Address', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (194, 'en', 'office_hours', 'Office Hours', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (195, 'en', 'support_hours', 'Support Hours', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (196, 'en', 'theme_favicon', 'Theme Favicon', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (197, 'en', 'gdpr_cookie_settings', 'GDPR Cookie Settings', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (198, 'en', 'gdpr_title', 'GDPR Title', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (199, 'en', 'gdpr_description', 'GDPR Description', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (200, 'en', 'enableddisabled', 'Enabled/Disabled', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (201, 'en', 'custom_css__javascript_settings', 'Custom Css & Javascript Settings', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (202, 'en', 'custom_css', 'Custom CSS', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (203, 'en', 'custom_js', 'Custom JS', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (204, 'en', 'social_media_settings', 'Social Media Settings', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (205, 'en', 'add', 'Add', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (206, 'en', 'home_page_settings', 'Home Page Settings', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (207, 'en', 'banner_section', 'Banner Section', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (208, 'en', 'total_live_class', 'Total Live Class', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (209, 'en', 'total_experience', 'Total Experience', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (210, 'en', 'expert_tutor', 'Expert Tutor', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (211, 'en', 'satisfied_students', 'Satisfied Students', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (212, 'en', 'faq_section', 'Faq Section', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (213, 'en', 'title', 'Title', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (214, 'en', 'sub_title', 'Sub Title', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (215, 'en', 'high_light', 'High Light', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (216, 'en', 'button_text', 'Button Text', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (217, 'en', 'faq_image', 'Faq Image', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (218, 'en', 'subscriber_section', 'Subscriber Section', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (219, 'en', 'footer_top_settings', 'Footer Top Settings', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (220, 'en', 'footer_widget_one', 'Footer Widget One', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (221, 'en', 'allow_social_menu', 'Allow Social Menu', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (222, 'en', 'footer_widget_two', 'Footer Widget Two', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (223, 'en', 'content', 'Content', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (224, 'en', 'footer_widget_three', 'Footer Widget Three', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (225, 'en', 'footer_widget_four', 'Footer Widget Four', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (226, 'en', 'footer_widget_five', 'Footer Widget Five', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (227, 'en', 'footer_bottom_settings', 'Footer Bottom Settings', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (228, 'en', 'menu_link_list', 'Menu Link List', '2024-11-26 11:10:36', '2024-11-26 11:10:36'), (229, 'en', 'country_manage', 'Country Manage', '2024-11-26 11:10:56', '2024-11-26 11:10:56'), (230, 'en', 'manage_theme', 'Manage Theme', '2024-11-26 11:11:06', '2024-11-26 11:11:06'), (231, 'en', 'search', 'Search', '2024-11-26 11:11:15', '2024-12-13 09:20:14'), (232, 'en', 'key', 'Key', '2024-11-26 11:11:15', '2024-11-26 11:11:15'), (233, 'en', 'value', 'Value', '2024-11-26 11:11:15', '2024-11-26 11:11:15'), (234, 'en', 'create', 'Create', '2024-11-26 11:14:09', '2024-11-26 11:14:09'), (235, 'en', 'country_code', 'Country Code', '2024-11-26 11:14:09', '2024-11-26 11:14:09'), (236, 'en', 'timezone_manage', 'TimeZone Manage', '2024-11-26 11:15:23', '2024-11-26 11:15:23'), (237, 'en', 'no_no_time_zone_found', 'No No Time Zone Found', '2024-11-26 11:15:23', '2024-11-26 11:15:23'), (238, 'en', 'manage_city', 'Manage City', '2024-11-26 12:50:17', '2024-11-26 12:50:17'), (239, 'en', 'no_no_city_found', 'No No City Found', '2024-11-26 12:50:17', '2024-11-26 12:50:17'), (240, 'en', 'create_city', 'Create City', '2024-11-26 12:50:19', '2024-11-26 12:50:19'), (241, 'en', 'select_country', 'Select Country', '2024-11-26 12:50:19', '2024-11-26 12:50:19'), (242, 'en', 'select_state', 'Select State', '2024-11-26 12:50:19', '2024-11-26 12:50:19'), (243, 'en', 'timezone', 'Timezone', '2024-11-26 12:50:29', '2024-11-26 12:50:29'), (244, 'en', 'edit', 'Edit', '2024-11-26 12:59:36', '2024-11-26 12:59:36'), (245, 'en', 'update', 'Update', '2024-11-26 12:59:36', '2024-11-26 12:59:36'), (246, 'en', 'manage_course', 'Manage Course', '2024-11-26 13:16:10', '2024-11-26 13:16:10'), (247, 'en', 'course_type', 'Course Type', '2024-11-26 13:16:10', '2024-11-26 13:16:10'), (248, 'en', 'course_list', 'Course list', '2024-11-26 13:16:10', '2024-11-26 13:16:10'), (249, 'en', 'all_course_here', 'All Course Here', '2024-11-26 13:16:10', '2024-11-26 13:16:10'), (250, 'en', 'add_course', 'Add Course', '2024-11-26 13:16:10', '2024-11-26 13:16:10'), (251, 'en', 'you_have_no_course', 'You have no Course', '2024-11-26 13:16:11', '2024-11-26 13:16:11'), (252, 'en', 'city_name', 'City Name', '2024-11-26 13:24:57', '2024-11-26 13:24:57'), (253, 'en', 'state_name', 'State Name', '2024-11-26 13:24:57', '2024-11-26 13:24:57'), (254, 'en', 'country_name', 'Country Name', '2024-11-26 13:24:57', '2024-11-26 13:24:57'), (255, 'en', 'manage_subject', 'Manage Subject', '2024-11-26 13:35:41', '2024-11-26 13:35:41'), (256, 'en', 'subject_list', 'Subject List', '2024-11-26 13:35:41', '2024-11-26 13:35:41'), (257, 'en', 'no_subject_found', 'No Subject Found', '2024-11-26 13:35:41', '2024-11-26 13:35:41'), (258, 'en', 'meta_title', 'Meta Title', '2024-11-26 13:35:43', '2024-11-26 13:35:43'), (259, 'en', 'meta_description', 'Meta Description', '2024-11-26 13:35:43', '2024-11-26 13:35:43'), (260, 'en', 'manage_tag', 'Manage Tag', '2024-11-26 14:09:08', '2024-11-26 14:09:08'), (261, 'en', 'no_tag_found', 'No Tag Found', '2024-11-26 14:09:08', '2024-11-26 14:09:08'), (262, 'en', 'manage_level', 'Manage Level', '2024-11-26 14:09:22', '2024-11-26 14:09:22'), (263, 'en', 'no_level_found', 'No Level Found', '2024-11-26 14:09:22', '2024-11-26 14:09:22'), (264, 'en', 'lavel', 'Lavel', '2024-11-26 14:09:24', '2024-11-26 14:09:24'), (265, 'en', 'live_class', 'Live Class', '2024-11-26 15:28:18', '2024-11-26 15:28:18'), (266, 'en', 'live_course', 'Live Course', '2024-11-26 15:28:18', '2024-11-26 15:28:18'), (267, 'en', 'parent', 'Parent', '2024-11-26 15:29:21', '2024-11-26 15:29:21'), (268, 'en', 'select_none_to_create_a_parent_category', 'Select none to create a parent category', '2024-11-26 15:29:21', '2024-11-26 15:29:21'), (269, 'en', 'icon_picker', 'Icon picker', '2024-11-26 15:29:21', '2024-11-26 15:29:21'), (270, 'en', 'selected_icon', 'Selected Icon', '2024-11-26 15:29:21', '2024-11-26 15:29:21'), (271, 'en', '_category_position', ' Category Position', '2024-11-26 15:29:21', '2024-11-26 15:29:21'), (272, 'en', 'meta_description_', 'Meta Description ', '2024-11-26 15:29:21', '2024-11-26 15:29:21'), (273, 'en', 'edit_icon', 'Edit Icon', '2024-11-26 15:30:00', '2024-11-26 15:30:00'), (274, 'en', 'provider', 'Provider', '2024-11-26 15:30:00', '2024-11-26 15:30:00'), (275, 'en', 'icon_provider', 'Icon Provider', '2024-11-26 15:30:00', '2024-11-26 15:30:00'), (276, 'en', 'selected_icon_provider', 'Selected Icon Provider', '2024-11-26 15:30:00', '2024-11-26 15:30:00'), (277, 'en', 'manage_bundle', 'Manage Bundle', '2024-11-26 15:33:12', '2024-11-26 15:33:12'), (278, 'en', 'course_bundle', 'Course Bundle', '2024-11-26 15:33:12', '2024-11-26 15:33:12'), (279, 'en', 'bundle', 'Bundle', '2024-11-26 15:33:12', '2024-11-26 15:33:12'), (280, 'en', 'no_bundle_found', 'No Bundle Found', '2024-11-26 15:33:12', '2024-11-26 15:33:12'), (281, 'en', 'create_bundle', 'Create Bundle', '2024-11-26 15:33:13', '2024-11-26 15:33:13'), (282, 'en', 'bundle_price', 'Bundle Price', '2024-11-26 15:33:13', '2024-11-26 15:33:13'), (283, 'en', 'media', 'Media', '2024-11-26 15:33:13', '2024-11-26 15:33:13'), (284, 'en', 'thumbnail_548x234', 'Thumbnail (548x234)', '2024-11-26 15:33:13', '2024-11-26 15:33:13'), (285, 'en', 'description', 'Description', '2024-11-26 15:33:13', '2024-11-26 15:33:13'), (286, 'en', 'submit', 'Submit', '2024-11-26 15:33:13', '2024-11-26 15:33:13'), (287, 'en', 'create_course', 'Create Course', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (288, 'en', 'basic', 'Basic', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (289, 'en', 'info', 'Info', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (290, 'en', 'finish', 'Finish', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (291, 'en', 'how_about_a_course_title', 'How about a course title', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (292, 'en', 'courses_category', 'Courses category', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (293, 'en', 'select_organization', 'Select Organization', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (294, 'en', 'courses_level', 'Courses level', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (295, 'en', 'course_duration', 'Course duration', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (296, 'en', 'short_description', 'Short Description', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (297, 'en', 'save__continue', 'Save & Continue', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (298, 'en', 'add_course_faq', 'Add Course FAQ', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (299, 'en', 'add_course_outcomes', 'Add Course Outcomes', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (300, 'en', 'course_requirements', 'Course Requirements', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (301, 'en', 'course_tag', 'Course Tag', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (302, 'en', 'previous', 'Previous', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (303, 'en', 'course_pricing', 'Course Pricing', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (304, 'en', 'course_price_', 'Course price ($)', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (305, 'en', 'check_if_this_course_has_a_discount', 'Check if this course has a discount', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (306, 'en', 'discounted_price_', 'Discounted price ($)', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (307, 'en', 'discount', 'Discount', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (308, 'en', 'this_course_has', 'This course has', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (309, 'en', 'discounted_period', 'Discounted Period', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (310, 'en', 'course_settings', 'Course Settings', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (311, 'en', 'access_days', 'Access Days', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (312, 'en', 'seat_capacity', 'Seat Capacity', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (313, 'en', 'course_settings_options', 'Course Settings Options', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (314, 'en', 'has_support', 'Has Support', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (315, 'en', 'has_certificate', 'Has Certificate', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (316, 'en', 'has_course_forum', 'Has Course Forum', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (317, 'en', 'has_subscription', 'Has Subscription', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (318, 'en', 'is_wait_list', 'Is Wait List', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (319, 'en', 'is_upcoming', 'Is Upcoming', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (320, 'en', 'is_free_course', 'Is Free Course', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (321, 'en', 'is_live', 'Is Live', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (322, 'en', 'downloadable', 'Downloadable', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (323, 'en', 'add_media_files', 'Add media files', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (324, 'en', 'thumbnail', 'Thumbnail', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (325, 'en', 'coruse_preview_image', 'Coruse Preview Image', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (326, 'en', 'congratulations', 'Congratulations!', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (327, 'en', 'your_course_has_been_successfully_created_learn_the_best_things_in_the_world', 'Your Course has been successfully created. Learn the best things in the world.', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (328, 'en', 'thank_you_for_choosing_our_lms_for_your_teaching_needs', 'Thank you for choosing our LMS for your teaching needs!', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (329, 'en', 'go_to_list', 'Go to List', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (330, 'en', 'add_new_tag', 'Add New Tag', '2024-11-26 15:33:52', '2024-11-26 15:33:52'), (331, 'en', 'create_instructor', 'Create Instructor', '2024-11-26 15:46:11', '2024-11-26 15:46:11'), (332, 'en', 'first_name', 'First Name', '2024-11-26 15:46:11', '2024-11-26 15:46:11'), (333, 'en', 'enter_first_name', 'Enter First Name', '2024-11-26 15:46:11', '2024-11-26 15:46:11'), (334, 'en', 'last_name', 'Last Name', '2024-11-26 15:46:11', '2024-11-26 15:46:11'), (335, 'en', 'enter_last_name', 'Enter Last Name', '2024-11-26 15:46:11', '2024-11-26 15:46:11'), (336, 'en', 'phone_number', 'Phone Number', '2024-11-26 15:46:11', '2024-11-26 15:46:11'), (337, 'en', 'enter_phone_number', 'Enter Phone Number', '2024-11-26 15:46:11', '2024-11-26 15:46:11'), (338, 'en', 'enter_email', 'Enter Email', '2024-11-26 15:46:11', '2024-11-26 15:46:11'), (339, 'en', 'password', 'Password', '2024-11-26 15:46:11', '2024-11-26 15:46:11'), (340, 'en', 'enter_password', 'Enter Password', '2024-11-26 15:46:11', '2024-11-26 15:46:11'), (341, 'en', 'confirmation_password', 'Confirmation Password', '2024-11-26 15:46:11', '2024-11-26 15:46:11'), (342, 'en', 'password_confirmation', 'Password Confirmation', '2024-11-26 15:46:11', '2024-11-26 15:46:11'), (343, 'en', 'select_city', 'Select City', '2024-11-26 15:46:11', '2024-11-26 15:46:11'), (344, 'en', 'designation', 'Designation', '2024-11-26 15:46:12', '2024-11-26 15:46:12'), (345, 'en', 'enter_designation', 'Enter Designation', '2024-11-26 15:46:12', '2024-11-26 15:46:12'), (346, 'en', 'enter_address', 'Enter Address', '2024-11-26 15:46:12', '2024-11-26 15:46:12'), (347, 'en', 'about', 'About', '2024-11-26 15:46:12', '2024-11-26 15:46:12'), (348, 'en', 'profile_image', 'Profile Image', '2024-11-26 15:46:12', '2024-11-26 15:46:12'), (349, 'en', 'edit_instructor', 'Edit Instructor', '2024-11-26 15:46:32', '2024-11-26 15:46:32'), (350, 'en', 'create_organization', 'Create Organization', '2024-11-26 16:38:46', '2024-11-26 16:38:46'), (351, 'en', 'add_new_organization', 'Add New Organization', '2024-11-26 16:38:46', '2024-11-26 16:38:46'), (352, 'en', 'confirmation____________________________password', 'Confirmation\n Password', '2024-11-26 16:38:46', '2024-11-26 16:38:46'), (353, 'en', 'edit_organization', 'Edit Organization', '2024-11-26 16:48:29', '2024-11-26 16:48:29'), (354, 'en', 'organization_name', 'Organization Name', '2024-11-26 16:48:29', '2024-11-26 16:48:29'), (355, 'en', 'mangage_blog_category', 'Mangage Blog Category', '2024-11-26 17:02:46', '2024-11-26 17:02:46'), (356, 'en', 'blog_category', 'Blog Category', '2024-11-26 17:02:46', '2024-11-26 17:02:46'), (357, 'en', 'no_no_category_found', 'No No Category Found', '2024-11-26 17:02:46', '2024-11-26 17:02:46'), (358, 'en', 'create_student', 'Create Student', '2024-11-26 17:14:36', '2024-11-26 17:14:36'), (359, 'en', 'add_new_student', 'Add New Student', '2024-11-26 17:14:36', '2024-11-26 17:14:36'), (360, 'en', 'enter_details', 'Enter Details', '2024-11-26 17:14:36', '2024-11-26 17:14:36'), (361, 'en', 'edit_student', 'Edit Student', '2024-11-26 17:51:53', '2024-11-26 17:51:53'), (362, 'en', 'all_your_instructor', 'All your Instructor', '2024-11-26 18:14:06', '2024-11-26 18:14:06'), (363, 'en', 'no_instructor_found', 'No Instructor Found', '2024-11-26 18:14:06', '2024-11-26 18:14:06'), (364, 'en', 'course_title', 'Course title', '2024-11-27 11:14:15', '2024-11-27 11:14:15'), (365, 'en', 'sales', 'Sales', '2024-11-27 11:14:15', '2024-11-27 11:14:15'), (366, 'en', 'course_level', 'Course Level', '2024-11-27 11:14:15', '2024-11-27 11:14:15'), (367, 'en', 'course_status', 'Course Status', '2024-11-27 11:14:15', '2024-11-27 11:14:15'), (368, 'en', 'edit_course', 'Edit Course', '2024-11-27 11:29:57', '2024-11-27 11:29:57'), (369, 'en', 'curriculum', 'Curriculum', '2024-11-27 11:29:57', '2024-11-27 11:29:57'), (370, 'en', 'notices_board', 'Notices Board', '2024-11-27 11:29:57', '2024-11-27 11:29:57'), (371, 'en', 'add_course_curriculumn', 'Add Course Curriculumn', '2024-11-27 11:29:57', '2024-11-27 11:29:57'), (372, 'en', 'add_chapter', 'Add Chapter', '2024-11-27 11:29:57', '2024-11-27 11:29:57'), (373, 'en', 'add_topic', 'Add Topic', '2024-11-27 11:29:57', '2024-11-27 11:29:57'), (374, 'en', 'upload_file', 'Upload File', '2024-11-27 11:29:57', '2024-11-27 11:29:57'), (375, 'en', 'select_meeting_provider', 'Select meeting provider', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (376, 'en', 'meeting_id', 'Meeting Id', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (377, 'en', 'moderator_password', 'Moderator password', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (378, 'en', 'set_meeting_time', 'Set Meeting Time', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (379, 'en', 'schedule_date', 'Schedule Date', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (380, 'en', 'schedule_time', 'Schedule Time', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (381, 'en', 'instruction_for_students', 'Instruction for students', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (382, 'en', 'notice_description', 'Notice Description', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (383, 'en', 'do_you_want_to_mail_this_notice_to_all_of_your_students', 'Do you want to mail this notice to all of your students?', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (384, 'en', 'all_notice', 'All Notice', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (385, 'en', 'no_notice_available', 'No Notice Available.', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (386, 'en', 'add_new_chapter', 'Add New Chapter', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (387, 'en', 'sumbit', 'Sumbit', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (388, 'en', 'add_new_topic', 'Add New Topic', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (389, 'en', 'topic_type', 'Topic type', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (390, 'en', 'add_question', 'Add Question', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (391, 'en', 'question_title', 'Question Title', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (392, 'en', 'quiz_mark', 'Quiz Mark', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (393, 'en', 'quiz_type', 'Quiz Type', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (394, 'en', 'select_quiz_question_type', 'Select quiz Question type', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (395, 'en', 'multiple_choice', 'Multiple choice', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (396, 'en', 'single_choice', 'Single choice', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (397, 'en', 'fill_in_the_blank', 'Fill in the blank', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (398, 'en', 'update_quiz', 'Update Quiz', '2024-11-27 11:29:58', '2024-11-27 11:29:58'), (399, 'en', 'total_blog', 'Total Blog', '2024-11-27 11:54:07', '2024-11-27 11:54:07'), (400, 'en', 'create_testimonial', 'Create Testimonial', '2024-11-27 11:54:21', '2024-11-27 11:54:21'), (401, 'en', 'add_new_testimonial', 'Add New Testimonial', '2024-11-27 11:54:21', '2024-11-27 11:54:21'), (402, 'en', 'enter_your_name', 'Enter Your Name', '2024-11-27 11:54:21', '2024-11-27 11:54:21'), (403, 'en', 'enter_your_designation', 'Enter Your Designation', '2024-11-27 11:54:21', '2024-11-27 11:54:21'), (404, 'en', 'rating', 'Rating', '2024-11-27 11:54:21', '2024-11-27 11:54:21'), (405, 'en', 'enter_your_rating_out_of_5', 'Enter your Rating out of 5', '2024-11-27 11:54:21', '2024-11-27 11:54:21'), (406, 'en', 'date_created', 'Date Created', '2024-11-27 11:55:37', '2024-11-27 11:55:37'), (407, 'en', 'create_blog', 'Create Blog', '2024-11-27 12:04:52', '2024-11-27 12:04:52'), (408, 'en', 'blog_title', 'Blog Title', '2024-11-27 12:04:52', '2024-11-27 12:04:52'), (409, 'en', 'blog_description', 'Blog Description', '2024-11-27 12:04:52', '2024-11-27 12:04:52'), (410, 'en', 'image', 'Image', '2024-11-27 12:04:52', '2024-11-27 12:04:52'), (411, 'en', 'author', 'Author', '2024-11-27 12:16:48', '2024-11-27 12:16:48'), (412, 'en', 'published', 'Published', '2024-11-27 12:16:48', '2024-11-27 12:16:48'), (413, 'en', 'edit_blog', 'Edit Blog', '2024-11-27 12:18:29', '2024-11-27 12:18:29'), (414, 'en', 'manage_coupon', 'Manage Coupon', '2024-11-27 12:21:53', '2024-11-27 12:21:53'), (415, 'en', 'coupon', 'Coupon', '2024-11-27 12:21:53', '2024-11-27 12:21:53'), (416, 'en', 'no_coupon_found', 'No Coupon Found', '2024-11-27 12:21:53', '2024-11-27 12:21:53'), (417, 'en', 'create_coupon', 'Create Coupon', '2024-11-27 12:21:56', '2024-11-27 12:21:56'), (418, 'en', 'create_coupons', 'Create Coupons', '2024-11-27 12:21:56', '2024-11-27 12:21:56'), (419, 'en', 'coupon_name', 'Coupon Name', '2024-11-27 12:21:56', '2024-11-27 12:21:56'), (420, 'en', 'coupon_type', 'Coupon Type', '2024-11-27 12:21:56', '2024-11-27 12:21:56'), (421, 'en', 'select_coupon_type', 'Select Coupon Type', '2024-11-27 12:21:56', '2024-11-27 12:21:56'), (422, 'en', 'selected_category', 'Selected Category', '2024-11-27 12:21:56', '2024-11-27 12:21:56'), (423, 'en', 'selected_courses', 'Selected Courses', '2024-11-27 12:21:56', '2024-11-27 12:21:56'), (424, 'en', 'discount_type', 'Discount Type', '2024-11-27 12:21:56', '2024-11-27 12:21:56'), (425, 'en', 'percent', 'Percent', '2024-11-27 12:21:56', '2024-11-27 12:21:56'), (426, 'en', 'fixed', 'Fixed', '2024-11-27 12:21:56', '2024-11-27 12:21:56'), (427, 'en', 'coupon_code', 'Coupon Code', '2024-11-27 12:21:56', '2024-12-02 18:14:41'), (428, 'en', 'max_usable_times', 'Max usable times', '2024-11-27 12:21:56', '2024-11-27 12:21:56'), (429, 'en', 'minimum_order', 'Minimum Order', '2024-11-27 12:21:56', '2024-11-27 12:21:56'), (430, 'en', 'expire_date', 'Expire Date', '2024-11-27 12:21:56', '2024-11-27 12:21:56'), (431, 'en', 'instructororganization', 'Instructor/Organization', '2024-11-27 12:27:40', '2024-11-27 12:27:40'), (432, 'en', 'coursebundle', 'Course/Bundle', '2024-11-27 12:27:40', '2024-11-27 12:27:40'), (433, 'en', 'edit_testimonial', 'Edit Testimonial', '2024-11-27 13:14:27', '2024-11-27 13:14:27'), (434, 'en', 'edit_email', 'Edit Email', '2024-11-27 13:23:52', '2024-11-27 13:23:52'), (435, 'en', 'subject_name', 'Subject Name', '2024-11-27 13:23:52', '2024-11-27 13:23:52'), (436, 'en', 'template_name', 'Template Name', '2024-11-27 13:23:52', '2024-11-27 13:23:52'), (437, 'en', 'template_content', 'Template Content', '2024-11-27 13:23:52', '2024-11-27 13:23:52'), (438, 'en', 'create_faq', 'Create Faq', '2024-11-27 13:24:09', '2024-11-27 13:24:09'), (439, 'en', 'enter_title', 'Enter Title', '2024-11-27 13:24:09', '2024-11-27 13:24:09'), (440, 'en', 'answer', 'Answer', '2024-11-27 13:24:09', '2024-11-27 13:24:09'), (441, 'en', 'question', 'Question', '2024-11-27 13:24:40', '2024-11-27 13:24:40'), (442, 'en', 'cerficate', 'Cerficate', '2024-11-27 13:30:23', '2024-11-27 13:30:23'), (443, 'en', 'create_certificate', 'Create Certificate', '2024-11-27 13:30:23', '2024-11-27 13:30:23'), (444, 'en', 'certificate', 'Certificate', '2024-11-27 13:30:23', '2024-11-27 13:30:23'), (445, 'en', 'certificate_title', 'Certificate Title', '2024-11-27 13:30:23', '2024-11-27 13:30:23'), (446, 'en', 'certificate_template_image', 'Certificate Template Image', '2024-11-27 13:30:23', '2024-11-27 13:30:23'), (447, 'en', 'certificae_title', 'Certificae Title', '2024-11-27 13:30:23', '2024-11-27 13:30:23'), (448, 'en', 'title_font_color', 'Title Font Color', '2024-11-27 13:30:23', '2024-11-27 13:30:23'), (449, 'en', 'title_font_size', 'Title Font Size', '2024-11-27 13:30:23', '2024-11-27 13:30:23'), (450, 'en', 'edit_coupon', 'Edit Coupon', '2024-11-27 13:51:35', '2024-11-27 13:51:35'), (451, 'en', 'edit_coupons', 'Edit Coupons', '2024-11-27 13:51:35', '2024-11-27 13:51:35'), (452, 'en', 'payment_method_list', 'Payment Method List', '2024-11-27 13:53:47', '2024-11-27 13:53:47'), (453, 'en', 'no_payment_method_found', 'No Payment Method Found', '2024-11-27 13:53:47', '2024-11-27 13:53:47'), (454, 'en', 'create_method', 'Create Method', '2024-11-27 13:53:48', '2024-11-27 13:53:48'), (455, 'en', 'create_payment_method', 'Create Payment Method', '2024-11-27 13:53:48', '2024-11-27 13:53:48'), (456, 'en', 'blogs', 'Blogs', '2024-11-27 17:22:50', '2024-11-27 17:22:50'), (457, 'en', 'sign_up', 'Sign up', '2024-11-27 17:22:50', '2024-11-27 17:22:50'), (458, 'en', 'home', 'Home', '2024-11-27 17:22:50', '2024-11-27 17:22:50'), (459, 'en', 'pages', 'Pages', '2024-11-27 17:22:50', '2024-11-27 17:22:50'), (460, 'en', 'remember_me', 'Remember me', '2024-11-27 17:22:56', '2024-11-27 17:22:56'), (461, 'en', 'forgot_password', 'Forgot Password?', '2024-11-27 17:22:56', '2024-11-27 17:22:56'), (462, 'en', 'log_in', 'Log in', '2024-11-27 17:22:56', '2024-11-27 17:22:56'), (463, 'en', 'preview', 'Preview', '2024-11-27 17:23:16', '2024-11-27 17:23:16'), (464, 'en', 'activated', 'Activated', '2024-11-27 17:23:16', '2024-11-27 17:23:16'), (465, 'en', 'activate', 'Activate', '2024-11-27 17:23:16', '2024-11-27 17:23:16'), (466, 'en', 'follow_us', 'Follow Us', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (467, 'en', 'top_category', 'Top Category', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (468, 'en', 'optimize_your_brain_for_peak', 'Optimize Your Brain for Peak', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (469, 'en', 'performance', 'Performance', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (470, 'en', 'view_all_category', 'View All Category', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (471, 'en', 'available', 'Available', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (472, 'en', 'see_more', 'See More', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (473, 'en', 'popular_course', 'Popular Course', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (474, 'en', 'see_our_popular', 'See Our Popular', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (475, 'en', 'view_all_courses', 'View All Courses', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (476, 'en', 'free', 'Free', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (477, 'en', 'hours', 'hours', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (478, 'en', 'lessons', 'Lessons', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (479, 'en', 'eduven_received_more_than', 'EduVen Received More than', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (480, 'en', 'reviews', 'Reviews', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (481, 'en', 'live_classes', 'Live Classes', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (482, 'en', 'years_experience', 'Years Experience', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (483, 'en', 'upcoming_courses', 'Upcoming Courses', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (484, 'en', 'our_upcoming', 'Our Upcoming', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (485, 'en', 'our_team_member', 'Our Team Member', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (486, 'en', 'meet_our_best', 'Meet Our Best', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (487, 'en', 'teachers', 'Teachers', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (488, 'en', 'more_teachers', 'More Teachers', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (489, 'en', 'video_course', 'Video Course', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (490, 'en', 'online_video', 'Online Video', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (491, 'en', 'join_now_lms_hub', 'Join Now LMS HUB', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (492, 'en', 'join_as_instructor', 'Join as Instructor', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (493, 'en', 'frequent_updates', 'Frequent Updates', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (494, 'en', 'updated_news_', 'Updated News &', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (495, 'en', 'see_all_blog', 'See all blog', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (496, 'en', 'read_more', 'Read More', '2024-11-27 20:17:25', '2024-11-27 20:17:25'), (497, 'en', 'all_course', 'All course', '2024-11-28 11:04:00', '2024-11-28 11:04:00'), (498, 'en', 'categories', 'Categories', '2024-11-28 11:04:00', '2024-11-28 11:04:00'), (499, 'en', 'manage_testimonial', 'Manage Testimonial', '2024-11-28 11:14:00', '2024-11-28 11:14:00'), (500, 'en', 'buy_the_bundle', 'Buy the Bundle', '2024-11-28 11:14:23', '2024-11-28 11:14:23'), (501, 'en', 'time_zones', 'Time Zones', '2024-11-28 11:14:30', '2024-11-28 11:14:30'), (502, 'en', 'short_code', 'Short Code', '2024-11-28 11:20:19', '2024-11-28 11:20:19'), (503, 'en', 'full_name', 'Full Name', '2024-11-28 11:20:54', '2024-11-28 11:20:54'), (504, 'en', 'write_your_message', 'Write your message', '2024-11-28 11:20:54', '2024-12-13 09:20:14'), (505, 'en', 'send_now', 'Send Now', '2024-11-28 11:20:54', '2024-11-28 11:20:54'), (506, 'en', 'popular_courses', 'Popular Courses', '2024-11-28 11:20:54', '2024-11-28 11:20:54'), (507, 'en', 'explore_my', 'Explore My', '2024-11-28 11:20:54', '2024-11-28 11:20:54'), (508, 'bn', 'follow_us', 'আমাদের অনুসরণ করুন', '2024-11-28 11:21:43', '2024-11-30 17:03:52'), (509, 'bn', 'top_category', 'শীর্ষ বিভাগ', '2024-11-28 11:21:43', '2024-11-30 17:03:52'), (510, 'bn', 'optimize_your_brain_for_peak', 'শীর্ষ পর্যায়ে কর্মক্ষমতা নিশ্চিত করতে আপনার মস্তিষ্ককে অনুকূল করুন।', '2024-11-28 11:21:43', '2024-12-02 16:54:46'), (511, 'bn', 'performance', 'কর্মক্ষমতা', '2024-11-28 11:21:43', '2024-11-30 17:05:26'), (512, 'bn', 'view_all_category', 'সমস্ত বিভাগ দেখুন', '2024-11-28 11:21:43', '2024-11-30 17:05:26'), (513, 'bn', 'available', 'পাওয়া যায়', '2024-11-28 11:21:43', '2024-11-30 17:05:26'), (514, 'bn', 'see_more', 'আরও দেখুন', '2024-11-28 11:21:43', '2024-11-30 17:05:26'), (515, 'bn', 'popular_course', 'জনপ্রিয় কোর্স', '2024-11-28 11:21:43', '2024-11-30 17:05:26'), (516, 'bn', 'see_our_popular', 'আমাদের জনপ্রিয়', '2024-11-28 11:21:43', '2024-12-02 16:57:17'), (517, 'bn', 'courses', 'কোর্স', '2024-11-28 11:21:43', '2024-11-30 16:07:36'), (518, 'bn', 'view_all_courses', 'সমস্ত কোর্স দেখুন', '2024-11-28 11:21:43', '2024-11-30 17:05:26'), (519, 'bn', 'free', 'বিনামূল্যে', '2024-11-28 11:21:43', '2024-11-30 17:05:26'), (520, 'bn', 'hours', 'ঘন্টা', '2024-11-28 11:21:43', '2024-11-30 17:05:26'), (521, 'bn', 'lessons', 'পাঠ', '2024-11-28 11:21:43', '2024-11-30 17:07:05'), (522, 'bn', 'student', 'ছাত্র', '2024-11-28 11:21:43', '2024-11-30 15:46:44'), (523, 'bn', 'testimonials', 'প্রশংসাপত্র', '2024-11-28 11:21:43', '2024-11-30 15:46:44'), (524, 'bn', 'eduven_received_more_than', 'এডুলাব এর চেয়ে বেশি প্রাপ্তি', '2024-11-28 11:21:43', '2024-12-30 00:06:51'), (525, 'bn', 'reviews', 'রিভিউ', '2024-11-28 11:21:43', '2024-11-30 17:07:05'), (526, 'bn', 'live_classes', 'লাইভ ক্লাস', '2024-11-28 11:21:43', '2024-11-30 17:07:05'), (527, 'bn', 'years_experience', 'বছরের অভিজ্ঞতা', '2024-11-28 11:21:43', '2024-11-30 17:07:05'), (528, 'bn', 'expert_tutor', 'বিশেষজ্ঞ শিক্ষক', '2024-11-28 11:21:43', '2024-11-30 16:15:45'), (529, 'bn', 'satisfied_students', 'সন্তুষ্ট ছাত্র', '2024-11-28 11:21:43', '2024-11-30 16:15:45'), (530, 'bn', 'upcoming_courses', 'আসন্ন কোর্স', '2024-11-28 11:21:43', '2024-11-30 17:07:05'), (531, 'bn', 'our_upcoming', 'আমাদের আসন্ন', '2024-11-28 11:21:43', '2024-11-30 17:07:05'), (532, 'bn', 'our_team_member', 'আমাদের দলের সদস্য', '2024-11-28 11:21:43', '2024-11-30 17:07:05'), (533, 'bn', 'meet_our_best', 'আমাদের সেরা', '2024-11-28 11:21:43', '2024-12-02 16:59:56'), (534, 'bn', 'teachers', 'শিক্ষকরা', '2024-11-28 11:21:43', '2024-11-30 17:09:06'), (535, 'bn', 'more_teachers', 'আরও শিক্ষক', '2024-11-28 11:21:43', '2024-11-30 17:09:06'), (536, 'bn', 'video_course', 'ভিডিও কোর্স', '2024-11-28 11:21:44', '2024-11-30 17:09:06'), (537, 'bn', 'online_video', 'অনলাইন ভিডিও', '2024-11-28 11:21:44', '2024-11-30 17:09:06'), (538, 'bn', 'join_now_lms_hub', 'এখনই যোগ দিন এলএমএস হাব', '2024-11-28 11:21:44', '2024-12-30 00:07:09'), (539, 'bn', 'first_name', 'প্রথম নাম', '2024-11-28 11:21:44', '2024-11-30 16:35:55'), (540, 'bn', 'last_name', 'শেষ নাম', '2024-11-28 11:21:44', '2024-12-02 17:40:09'), (541, 'bn', 'email', 'ইমেইল', '2024-11-28 11:21:44', '2024-11-30 15:54:38'), (542, 'bn', 'phone', 'ফোন', '2024-11-28 11:21:44', '2024-11-30 15:54:38'), (543, 'bn', 'password', 'পাসওয়ার্ড', '2024-11-28 11:21:44', '2024-11-30 16:37:06'), (544, 'bn', 'password_confirmation', 'পাসওয়ার্ড নিশ্চিতকরণ', '2024-11-28 11:21:44', '2024-11-30 16:37:06'), (545, 'bn', 'designation', 'পদবী', '2024-11-28 11:21:44', '2024-11-30 16:38:23'), (546, 'bn', 'about', 'সম্পর্কে', '2024-11-28 11:21:44', '2024-11-30 16:38:23'), (547, 'bn', 'join_as_instructor', 'প্রশিক্ষক হিসাবে যোগদান করুন', '2024-11-28 11:21:44', '2024-11-30 17:09:06'), (548, 'bn', 'frequent_updates', 'ঘন ঘন আপডেট', '2024-11-28 11:21:44', '2024-11-30 17:09:06'), (549, 'bn', 'updated_news_', 'আপডেট খবর এবং', '2024-11-28 11:21:44', '2024-12-02 19:38:29'), (550, 'bn', 'see_all_blog', 'সব ব্লগ দেখুন', '2024-11-28 11:21:44', '2024-11-30 17:09:06'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (551, 'bn', 'read_more', 'আরও পড়ুন', '2024-11-28 11:21:44', '2024-11-30 17:10:22'), (552, 'bn', 'course_bundle', 'কোর্স বান্ডেল', '2024-11-28 11:21:44', '2024-11-30 16:27:51'), (553, 'bn', 'instructor', 'প্রশিক্ষক', '2024-11-28 11:21:44', '2024-11-30 15:46:44'), (554, 'bn', 'organization', 'সংগঠন', '2024-11-28 11:21:44', '2024-11-30 15:46:44'), (555, 'bn', 'blogs', 'ব্লগ', '2024-11-28 11:21:44', '2024-11-30 17:02:39'), (556, 'bn', 'contact', 'যোগাযোগ', '2024-11-28 11:21:44', '2024-11-30 16:04:53'), (557, 'bn', 'home', 'বাসা', '2024-11-28 11:21:44', '2024-11-30 17:02:39'), (558, 'bn', 'course', 'কোর্স', '2024-11-28 11:21:44', '2024-11-30 15:38:41'), (559, 'bn', 'pages', 'পাতা', '2024-11-28 11:21:44', '2024-11-30 17:02:39'), (560, 'bn', 'price', 'দাম', '2024-11-28 11:21:58', '2024-11-30 15:38:41'), (561, 'bn', 'all_course', 'সব কোর্স', '2024-11-28 11:21:58', '2024-11-30 17:10:22'), (562, 'bn', 'categories', 'ক্যাটাগরি', '2024-11-28 11:21:58', '2024-11-30 17:10:22'), (563, 'bn', 'language', 'ভাষা', '2024-11-28 11:21:58', '2024-11-30 15:40:16'), (564, 'bn', 'time_zones', 'সময় অঞ্চল', '2024-11-28 11:22:05', '2024-11-30 17:10:22'), (565, 'bn', 'dashboard', 'ড্যাশবোর্ড', '2024-11-28 11:22:37', '2024-12-01 18:42:19'), (566, 'bn', 'today_is', 'আজ', '2024-11-28 11:22:37', '2024-12-30 22:39:18'), (567, 'bn', 'welcome_back', 'স্বাগতম', '2024-11-28 11:22:37', '2024-12-02 19:33:56'), (568, 'bn', 'add_new_course', 'নতুন কোর্স যোগ করুন', '2024-11-28 11:22:37', '2024-11-30 15:35:58'), (569, 'bn', 'total_revenue', 'মোট আয়', '2024-11-28 11:22:37', '2024-11-30 15:35:58'), (570, 'bn', 'total_enrollments', 'মোট তালিকাভুক্তি', '2024-11-28 11:22:37', '2024-11-30 15:35:58'), (571, 'bn', 'total_courses', 'মোট কোর্স', '2024-11-28 11:22:37', '2024-11-30 15:35:58'), (572, 'bn', 'total_instructors', 'মোট প্রশিক্ষক', '2024-11-28 11:22:37', '2024-11-30 15:35:58'), (573, 'bn', 'total_organization', 'মোট সংগঠন', '2024-11-28 11:22:37', '2024-11-30 15:35:58'), (574, 'bn', 'total_students', 'মোট শিক্ষার্থী', '2024-11-28 11:22:37', '2024-11-30 15:38:41'), (575, 'bn', 'statistical_register_of_students__instructors', 'ছাত্র এবং প্রশিক্ষকদের পরিসংখ্যান নিবন্ধন', '2024-11-28 11:22:37', '2024-11-30 15:38:41'), (576, 'bn', 'trending_categories', 'প্রবণতা বিভাগ', '2024-11-28 11:22:37', '2024-11-30 15:38:41'), (577, 'bn', 'top_performing_courses', 'সেরা পারফর্মিং কোর্স', '2024-11-28 11:22:37', '2024-11-30 15:38:41'), (578, 'bn', 'see_all', 'সব দেখুন', '2024-11-28 11:22:37', '2024-11-30 15:38:41'), (579, 'bn', 'publish_on', 'প্রকাশ হয়েছে', '2024-11-28 11:22:37', '2024-12-01 18:37:43'), (580, 'bn', 'enrolled', 'নথিভুক্ত', '2024-11-28 11:22:37', '2024-11-30 15:38:41'), (581, 'bn', 'support_requests', 'সমর্থন এর জন্য অনুরোধ', '2024-11-28 11:22:37', '2024-12-01 18:55:37'), (582, 'bn', 'visit_frontend', 'ফ্রন্টএন্ড দেখুন', '2024-11-28 11:22:37', '2024-11-30 15:40:16'), (583, 'bn', 'notifications', 'বিজ্ঞপ্তি', '2024-11-28 11:22:37', '2024-11-30 15:40:16'), (584, 'bn', 'no_notification_available', 'কোন বিজ্ঞপ্তি নেই', '2024-11-28 11:22:37', '2024-12-02 17:26:26'), (585, 'bn', 'log_out', 'লগ আউট করুন', '2024-11-28 11:22:37', '2024-11-30 15:40:16'), (586, 'bn', 'theme_manage', 'থিম পরিচালনা করুন', '2024-11-28 11:22:37', '2024-11-30 15:40:16'), (587, 'bn', 'all_themes', 'সব থিম', '2024-11-28 11:22:37', '2024-11-30 15:40:16'), (588, 'bn', 'settings', 'সেটিংস', '2024-11-28 11:22:37', '2024-11-30 15:40:16'), (589, 'bn', 'localization_manage', 'স্থানীয়করণ পরিচালনা', '2024-11-28 11:22:37', '2024-11-30 15:41:59'), (590, 'bn', 'country', 'দেশ', '2024-11-28 11:22:37', '2024-11-30 15:41:59'), (591, 'bn', 'state', 'রাজ্য', '2024-11-28 11:22:37', '2024-11-30 15:41:59'), (592, 'bn', 'city', 'শহর', '2024-11-28 11:22:37', '2024-11-30 15:41:59'), (593, 'bn', 'time_zone', 'টাইম জোন', '2024-11-28 11:22:37', '2024-11-30 15:41:59'), (594, 'bn', 'icon_provider_manage', 'আইকন প্রদানকারী পরিচালনা করুন', '2024-11-28 11:22:37', '2024-11-30 15:41:59'), (595, 'bn', 'icon', 'আইকন', '2024-11-28 11:22:37', '2024-11-30 15:41:59'), (596, 'bn', 'category', 'শ্রেণী', '2024-11-28 11:22:37', '2024-11-30 15:41:59'), (597, 'bn', 'meeting_provider', 'মিটিং প্রদানকারী', '2024-11-28 11:22:37', '2024-12-01 18:35:32'), (598, 'bn', 'course_manage', 'কোর্স পরিচালনা', '2024-11-28 11:22:37', '2024-12-02 17:27:10'), (599, 'bn', 'subject', 'বিষয়', '2024-11-28 11:22:37', '2024-11-30 15:44:26'), (600, 'bn', 'tag', 'ট্যাগ', '2024-11-28 11:22:37', '2024-11-30 15:44:26'), (601, 'bn', 'level', 'স্তর', '2024-11-28 11:22:37', '2024-11-30 15:44:26'), (602, 'bn', 'course_live', 'কোর্স লাইভ', '2024-11-28 11:22:37', '2024-11-30 15:44:26'), (603, 'bn', 'bundle_course', 'বান্ডেল কোর্স', '2024-11-28 11:22:37', '2024-11-30 15:44:26'), (604, 'bn', 'enrollments_manage', 'তালিকাভুক্তি পরিচালনা', '2024-11-28 11:22:37', '2024-12-02 17:27:33'), (605, 'bn', 'enrollment', 'তালিকাভুক্তি', '2024-11-28 11:22:37', '2024-11-30 15:44:26'), (606, 'bn', 'new_enrolled', 'নতুন নথিভুক্ত', '2024-11-28 11:22:37', '2024-11-30 15:44:26'), (607, 'bn', 'user_manage', 'ব্যবহারকারী পরিচালনা', '2024-11-28 11:22:37', '2024-11-30 15:46:44'), (608, 'bn', 'marketing', 'মার্কেটিং', '2024-11-28 11:22:37', '2024-11-30 15:46:44'), (609, 'bn', 'all_coupons', 'সমস্ত কুপন', '2024-11-28 11:22:37', '2024-11-30 15:46:44'), (610, 'bn', 'email_templates', 'ইমেল টেমপ্লেট', '2024-11-28 11:22:37', '2024-11-30 15:46:44'), (611, 'bn', 'blog_manage', 'ব্লগ পরিচালনা', '2024-11-28 11:22:37', '2024-12-02 17:27:54'), (612, 'bn', 'blog', 'ব্লগ', '2024-11-28 11:22:37', '2024-11-30 15:47:56'), (613, 'bn', 'contacts', 'পরিচিতি', '2024-11-28 11:22:37', '2024-11-30 15:47:56'), (614, 'bn', 'notice_board', 'নোটিশ বোর্ড', '2024-11-28 11:22:37', '2024-11-30 15:47:56'), (615, 'bn', 'notification_manage', 'বিজ্ঞপ্তি পরিচালনা', '2024-11-28 11:22:37', '2024-12-02 17:28:11'), (616, 'bn', 'templates', 'টেমপ্লেট', '2024-11-28 11:22:37', '2024-11-30 15:47:56'), (617, 'bn', 'history', 'ইতিহাস', '2024-11-28 11:22:37', '2024-11-30 15:47:56'), (618, 'bn', 'backend_setting', 'ব্যাকএন্ড সেটিং', '2024-11-28 11:22:37', '2024-11-30 15:47:56'), (619, 'bn', 'forum_manage', 'ফোরাম পরিচালনা', '2024-11-28 11:22:37', '2024-11-30 15:47:56'), (620, 'bn', 'forum', 'ফোরাম', '2024-11-28 11:22:37', '2024-11-30 15:49:13'), (621, 'bn', 'sub_forum', 'উপ ফোরাম', '2024-11-28 11:22:37', '2024-12-02 17:31:00'), (622, 'bn', 'ticket__support_manage', 'টিকিট এবং সমর্থন ব্যবস্থাপনা', '2024-11-28 11:22:37', '2024-11-30 15:49:13'), (623, 'bn', 'support_category', 'সমর্থন বিভাগ', '2024-11-28 11:22:37', '2024-11-30 15:49:13'), (624, 'bn', 'tickets', 'টিকিট', '2024-11-28 11:22:37', '2024-11-30 15:49:13'), (625, 'bn', 'staff_manage', 'স্টাফ পরিচালনা', '2024-11-28 11:22:37', '2024-11-30 15:49:13'), (626, 'bn', 'permissions', 'অনুমতি', '2024-11-28 11:22:37', '2024-11-30 15:49:13'), (627, 'bn', 'roles', 'ভূমিকা', '2024-11-28 11:22:37', '2024-11-30 15:49:13'), (628, 'bn', 'users', 'ব্যবহারকারী', '2024-11-28 11:22:37', '2024-12-02 17:31:00'), (629, 'bn', 'payment_method', 'পেমেন্ট পদ্ধতি', '2024-11-28 11:22:37', '2024-11-30 15:51:07'), (630, 'bn', 'certificate_manage', 'সার্টিফিকেট পরিচালনা', '2024-11-28 11:22:37', '2024-12-01 18:39:22'), (631, 'bn', 'faq_manage', 'পরিচালনা', '2024-11-28 11:22:37', '2024-12-05 18:14:49'), (632, 'bn', 'page_manage', 'পৃষ্ঠা পরিচালনা', '2024-11-28 11:22:37', '2024-12-02 17:31:45'), (633, 'bn', 'manage_subject', 'বিষয় পরিচালনা করুন', '2024-11-28 11:22:47', '2024-11-30 16:21:11'), (634, 'bn', 'subject_list', 'বিষয় তালিকা', '2024-11-28 11:22:47', '2024-11-30 16:21:11'), (635, 'bn', 'add_new', 'নতুন যোগ করুন', '2024-11-28 11:22:47', '2024-11-30 15:51:07'), (636, 'bn', 'name', 'নাম', '2024-11-28 11:22:47', '2024-11-30 15:59:14'), (637, 'bn', 'action', 'অ্যাকশন', '2024-11-28 11:22:47', '2024-11-30 15:56:29'), (638, 'bn', 'manage_course', 'কোর্স পরিচালনা করুন', '2024-11-28 11:23:19', '2024-11-30 16:20:13'), (639, 'bn', 'status', 'স্ট্যাটাস', '2024-11-28 11:23:19', '2024-11-30 15:56:29'), (640, 'bn', 'course_type', 'কোর্সের ধরন', '2024-11-28 11:23:19', '2024-11-30 16:20:13'), (641, 'bn', 'filter', 'ফিল্টার', '2024-11-28 11:23:19', '2024-11-30 15:59:14'), (642, 'bn', 'refresh', 'রিফ্রেশ', '2024-11-28 11:23:19', '2024-11-30 15:54:38'), (643, 'bn', 'course_list', 'কোর্সের তালিকা', '2024-11-28 11:23:19', '2024-11-30 16:20:13'), (644, 'bn', 'all_course_here', 'এখানে সব কোর্স', '2024-11-28 11:23:19', '2024-11-30 16:20:13'), (645, 'bn', 'add_course', 'কোর্স যোগ করুন', '2024-11-28 11:23:19', '2024-11-30 16:20:13'), (646, 'bn', 'course_title', 'কোর্সের শিরোনাম', '2024-11-28 11:23:19', '2024-11-30 16:40:26'), (647, 'bn', 'sales', 'বিক্রয়', '2024-11-28 11:23:19', '2024-11-30 16:40:26'), (648, 'bn', 'course_level', 'কোর্স লেভেল', '2024-11-28 11:23:19', '2024-11-30 16:40:26'), (649, 'bn', 'course_status', 'কোর্সের অবস্থা', '2024-11-28 11:23:19', '2024-11-30 16:40:26'), (650, 'bn', 'edit_course', 'কোর্স সম্পাদনা করুন', '2024-11-28 11:24:49', '2024-11-30 16:40:26'), (651, 'bn', 'curriculum', 'পাঠ্যক্রম', '2024-11-28 11:24:49', '2024-11-30 16:40:26'), (652, 'bn', 'basic', 'মৌলিক', '2024-11-28 11:24:49', '2024-11-30 16:29:06'), (653, 'bn', 'info', 'তথ্য', '2024-11-28 11:24:49', '2024-11-30 16:31:29'), (654, 'bn', 'media', 'মিডিয়া', '2024-11-28 11:24:49', '2024-11-30 16:29:05'), (655, 'bn', 'manage_meeting', 'সভা পরিচালনা', '2024-11-28 11:24:49', '2024-12-02 17:32:32'), (656, 'bn', 'notices_board', 'নোটিশ বোর্ড', '2024-11-28 11:24:49', '2024-11-30 16:41:28'), (657, 'bn', 'setting', 'সেটিং', '2024-11-28 11:24:49', '2024-11-30 16:07:36'), (658, 'bn', 'finish', 'শেষ করুন', '2024-11-28 11:24:49', '2024-11-30 16:31:29'), (659, 'bn', 'add_course_curriculumn', 'কোর্স কারিকুলাম যোগ করুন', '2024-11-28 11:24:49', '2024-11-30 16:41:28'), (660, 'bn', 'add_chapter', 'অধ্যায় যোগ করুন', '2024-11-28 11:24:49', '2024-11-30 16:41:28'), (661, 'bn', 'add_topic', 'বিষয় যোগ করুন', '2024-11-28 11:24:49', '2024-11-30 16:41:28'), (662, 'bn', 'save__continue', 'সংরক্ষণ করুন এবং চালিয়ে যান', '2024-11-28 11:24:49', '2024-11-30 16:31:29'), (663, 'bn', 'how_about_a_course_title', 'কিভাবে একটি কোর্স শিরোনাম সম্পর্কে', '2024-11-28 11:24:49', '2024-11-30 16:31:29'), (664, 'bn', 'courses_category', 'কোর্সের বিভাগ', '2024-11-28 11:24:49', '2024-11-30 16:31:29'), (665, 'bn', 'select_organization', 'সংগঠন নির্বাচন করুন', '2024-11-28 11:24:49', '2024-11-30 16:31:29'), (666, 'bn', 'courses_level', 'কোর্স লেভেল', '2024-11-28 11:24:49', '2024-11-30 16:31:29'), (667, 'bn', 'upload_file', 'ফাইল আপলোড করুন', '2024-11-28 11:24:49', '2024-11-30 16:41:28'), (668, 'bn', 'course_duration', 'কোর্সের সময়কাল', '2024-11-28 11:24:49', '2024-11-30 16:31:29'), (669, 'bn', 'short_description', 'সংক্ষিপ্ত বিবরণ', '2024-11-28 11:24:49', '2024-11-30 16:31:29'), (670, 'bn', 'description', 'বর্ণনা', '2024-11-28 11:24:49', '2024-11-30 16:29:06'), (671, 'bn', 'previous', 'আগের', '2024-11-28 11:24:49', '2024-11-30 16:32:29'), (672, 'bn', 'add_course_faq', 'কোর্স প্রশ্ন যোগ করুন', '2024-11-28 11:24:49', '2024-12-30 00:05:18'), (673, 'bn', 'add', 'যোগ করুন', '2024-11-28 11:24:50', '2024-11-30 16:14:50'), (674, 'bn', 'add_course_outcomes', 'কোর্সের ফলাফল যোগ করুন', '2024-11-28 11:24:50', '2024-11-30 16:32:29'), (675, 'bn', 'course_requirements', 'কোর্সের প্রয়োজনীয়তা', '2024-11-28 11:24:50', '2024-11-30 16:32:29'), (676, 'bn', 'course_tag', 'কোর্স ট্যাগ', '2024-11-28 11:24:50', '2024-11-30 16:32:29'), (677, 'bn', 'course_pricing', 'কোর্স মূল্য', '2024-11-28 11:24:50', '2024-11-30 16:32:29'), (678, 'bn', 'course_price_', 'কোর্স মূল্য ($)', '2024-11-28 11:24:50', '2024-11-30 16:32:29'), (679, 'bn', 'check_if_this_course_has_a_discount', 'এই কোর্সে ডিসকাউন্ট আছে কিনা চেক করুন', '2024-11-28 11:24:50', '2024-11-30 16:32:29'), (680, 'bn', 'discounted_price_', 'ছাড়কৃত মূল্য ($)', '2024-11-28 11:24:50', '2024-11-30 16:32:29'), (681, 'bn', 'discount', 'ছাড়', '2024-11-28 11:24:50', '2024-11-30 16:33:31'), (682, 'bn', 'this_course_has', 'এই কোর্স আছে', '2024-11-28 11:24:50', '2024-11-30 16:33:31'), (683, 'bn', 'discounted_period', 'ছাড়ের সময়কাল', '2024-11-28 11:24:50', '2024-11-30 16:33:31'), (684, 'bn', 'add_media_files', 'মিডিয়া ফাইল যোগ করুন', '2024-11-28 11:24:50', '2024-11-30 16:34:29'), (685, 'bn', 'thumbnail', 'থাম্বনেইল', '2024-11-28 11:24:50', '2024-11-30 16:34:29'), (686, 'bn', 'choose_file', 'ফাইল নির্বাচন করুন', '2024-11-28 11:24:50', '2024-11-30 16:03:40'), (687, 'bn', 'coruse_preview_image', 'কোর্সের পূর্বরূপ চিত্র', '2024-11-28 11:24:50', '2024-12-29 23:57:51'), (688, 'bn', 'select_meeting_provider', 'মিটিং প্রদানকারী নির্বাচন করুন', '2024-11-28 11:24:50', '2024-11-30 16:41:28'), (689, 'bn', 'meeting_id', 'মিটিং আইডি', '2024-11-28 11:24:50', '2024-11-30 16:41:28'), (690, 'bn', 'moderator_password', 'মডারেটর পাসওয়ার্ড', '2024-11-28 11:24:50', '2024-11-30 16:41:28'), (691, 'bn', 'set_meeting_time', 'মিটিংয়ের সময় নির্ধারণ করুন', '2024-11-28 11:24:50', '2024-11-30 16:41:28'), (692, 'bn', 'schedule_date', 'তারিখ নির্ধারণ করুন', '2024-11-28 11:24:50', '2024-11-30 16:42:24'), (693, 'bn', 'schedule_time', 'সময় নির্ধারণ করুন', '2024-11-28 11:24:50', '2024-11-30 16:42:24'), (694, 'bn', 'instruction_for_students', 'শিক্ষার্থীদের জন্য নির্দেশনা', '2024-11-28 11:24:50', '2024-11-30 16:42:24'), (695, 'bn', 'title', 'শিরোনাম', '2024-11-28 11:24:50', '2024-11-30 16:15:45'), (696, 'bn', 'notice_description', 'নোটিশ বিবরণ', '2024-11-28 11:24:50', '2024-11-30 16:42:24'), (697, 'bn', 'do_you_want_to_mail_this_notice_to_all_of_your_students', 'আপনি কি আপনার সমস্ত ছাত্রদের এই বিজ্ঞপ্তিটি মেল করতে চান?', '2024-11-28 11:24:50', '2024-11-30 16:42:24'), (698, 'bn', 'all_notice', 'সমস্ত বিজ্ঞপ্তি', '2024-11-28 11:24:50', '2024-11-30 16:42:24'), (699, 'bn', 'no_notice_available', 'কোন নোটিশ উপলব্ধ নেই.', '2024-11-28 11:24:50', '2024-11-30 16:42:24'), (700, 'bn', 'course_settings', 'কোর্স সেটিংস', '2024-11-28 11:24:50', '2024-11-30 16:33:31'), (701, 'bn', 'access_days', 'অ্যাক্সেস দিন', '2024-11-28 11:24:50', '2024-11-30 16:33:31'), (702, 'bn', 'seat_capacity', 'আসন ক্ষমতা', '2024-11-28 11:24:50', '2024-11-30 16:33:31'), (703, 'bn', 'course_settings_options', 'কোর্স সেটিংস বিকল্প', '2024-11-28 11:24:50', '2024-11-30 16:33:31'), (704, 'bn', 'has_support', 'সমর্থন আছে', '2024-11-28 11:24:50', '2024-11-30 16:33:31'), (705, 'bn', 'has_certificate', 'সার্টিফিকেট আছে', '2024-11-28 11:24:50', '2024-11-30 16:33:31'), (706, 'bn', 'has_course_forum', 'কোর্স ফোরাম আছে', '2024-11-28 11:24:50', '2024-11-30 16:34:29'), (707, 'bn', 'has_subscription', 'সাবস্ক্রিপশন আছে', '2024-11-28 11:24:50', '2024-11-30 16:34:29'), (708, 'bn', 'is_wait_list', 'ওয়েট লিস্ট', '2024-11-28 11:24:50', '2024-11-30 16:34:29'), (709, 'bn', 'is_upcoming', 'আসন্ন', '2024-11-28 11:24:50', '2024-11-30 16:34:29'), (710, 'bn', 'is_free_course', 'ফ্রি কোর্স', '2024-11-28 11:24:50', '2024-11-30 16:34:29'), (711, 'bn', 'is_live', 'লাইভ', '2024-11-28 11:24:50', '2024-11-30 16:34:29'), (712, 'bn', 'downloadable', 'ডাউনলোডযোগ্য', '2024-11-28 11:24:50', '2024-11-30 16:34:29'), (713, 'bn', 'congratulations', 'অভিনন্দন!', '2024-11-28 11:24:50', '2024-11-30 16:35:55'), (714, 'bn', 'your_course_has_been_successfully_created_learn_the_best_things_in_the_world', 'আপনার কোর্স সফলভাবে তৈরি করা হয়েছে. বিশ্বের সেরা জিনিস শিখুন.', '2024-11-28 11:24:50', '2024-11-30 16:35:55'), (715, 'bn', 'thank_you_for_choosing_our_lms_for_your_teaching_needs', 'আপনার শিক্ষার প্রয়োজনের জন্য আমাদের LMS বেছে নেওয়ার জন্য আপনাকে ধন্যবাদ!', '2024-11-28 11:24:50', '2024-11-30 16:35:55'), (716, 'bn', 'go_to_list', 'তালিকাতে যান', '2024-11-28 11:24:50', '2024-11-30 16:35:55'), (717, 'bn', 'add_new_chapter', 'নতুন অধ্যায় যোগ করুন', '2024-11-28 11:24:50', '2024-11-30 16:42:24'), (718, 'bn', 'sumbit', 'সাম্বিট', '2024-11-28 11:24:50', '2024-11-30 16:42:24'), (719, 'bn', 'add_new_topic', 'নতুন বিষয় যোগ করুন', '2024-11-28 11:24:50', '2024-11-30 16:43:23'), (720, 'bn', 'topic_type', 'বিষয়ের ধরন', '2024-11-28 11:24:50', '2024-11-30 16:43:23'), (721, 'bn', 'add_question', 'প্রশ্ন যোগ করুন', '2024-11-28 11:24:50', '2024-11-30 16:43:23'), (722, 'bn', 'question_title', 'প্রশ্নের শিরোনাম', '2024-11-28 11:24:50', '2024-11-30 16:43:23'), (723, 'bn', 'quiz_mark', 'কুইজ মার্ক', '2024-11-28 11:24:50', '2024-11-30 16:43:23'), (724, 'bn', 'quiz_type', 'কুইজের ধরন', '2024-11-28 11:24:50', '2024-11-30 16:43:23'), (725, 'bn', 'select_quiz_question_type', 'কুইজ প্রশ্নের ধরন নির্বাচন করুন', '2024-11-28 11:24:50', '2024-11-30 16:43:23'), (726, 'bn', 'multiple_choice', 'একাধিক পছন্দ', '2024-11-28 11:24:50', '2024-11-30 16:43:23'), (727, 'bn', 'single_choice', 'একক পছন্দ', '2024-11-28 11:24:50', '2024-11-30 16:43:23'), (728, 'bn', 'fill_in_the_blank', 'শূন্যস্থান পূরণ করুন', '2024-11-28 11:24:50', '2024-11-30 16:49:09'), (729, 'bn', 'update_quiz', 'কুইজ আপডেট করুন', '2024-11-28 11:24:50', '2024-11-30 16:49:09'), (730, 'bn', 'add_new_tag', 'নতুন ট্যাগ যোগ করুন', '2024-11-28 11:24:50', '2024-11-30 16:35:55'), (731, 'bn', 'save', 'সংরক্ষণ করুন', '2024-11-28 11:24:50', '2024-11-30 16:02:07'), (732, 'bn', 'remember_me', 'আমাকে মনে রেখো', '2024-11-28 11:25:36', '2024-11-30 17:03:52'), (733, 'bn', 'forgot_password', 'পাসওয়ার্ড ভুলে গেছেন?', '2024-11-28 11:25:36', '2024-11-30 17:03:52'), (734, 'bn', 'log_in', 'লগ ইন', '2024-11-28 11:25:36', '2024-12-02 19:49:06'), (735, 'bn', 'sign_up', 'সাইন আপ', '2024-11-28 11:25:36', '2024-12-02 19:50:28'), (736, 'bn', 'create_course', 'কোর্স তৈরি করুন', '2024-11-28 11:30:14', '2024-11-30 16:29:06'), (737, 'bn', 'create', 'তৈরি করুন', '2024-11-28 11:30:14', '2024-11-30 16:18:01'), (738, 'bn', 'manage_faq', 'প্রশ্ন পরিচালনা', '2024-11-28 11:32:42', '2024-12-05 18:15:28'), (739, 'bn', 'faq_list', 'প্রশ্ন তালিকা', '2024-11-28 11:32:42', '2024-12-05 18:15:10'), (740, 'bn', 'faq', 'প্রশ্ন', '2024-11-28 11:32:42', '2024-11-30 16:06:07'), (741, 'bn', 'question', 'প্রশ্ন', '2024-11-28 11:32:42', '2024-11-30 16:59:32'), (742, 'bn', 'manage_theme', 'থিম পরিচালনা করুন', '2024-11-28 11:32:53', '2024-11-30 16:18:01'), (743, 'bn', 'theme', 'থিম', '2024-11-28 11:32:53', '2024-11-30 16:09:56'), (744, 'bn', 'preview', 'পূর্বরূপ', '2024-11-28 11:32:53', '2024-11-30 17:03:52'), (745, 'bn', 'activated', 'সক্রিয়', '2024-11-28 11:32:53', '2024-11-30 17:03:52'), (746, 'bn', 'activate', 'সক্রিয় করুন', '2024-11-28 11:32:53', '2024-11-30 17:03:52'), (747, 'bn', 'themesettingmanage', 'থিমসেটিং/পরিচালনা', '2024-11-28 11:33:43', '2024-11-30 16:08:47'), (748, 'bn', 'theme_settings', 'থিম সেটিংস', '2024-11-28 11:33:43', '2024-11-30 16:09:56'), (749, 'bn', 'general_setting', 'সাধারণ সেটিং', '2024-11-28 11:33:43', '2024-11-30 16:02:07'), (750, 'bn', 'logo', 'লোগো', '2024-11-28 11:33:43', '2024-11-30 16:02:07'), (751, 'bn', 'gdpr_cookie', 'জিডিপিআর কুকি', '2024-11-28 11:33:43', '2024-11-30 16:09:56'), (752, 'bn', 'tawk_chat', 'টক চ্যাট', '2024-11-28 11:33:43', '2024-11-30 16:09:56'), (753, 'bn', 'custom_cssjs', 'কাস্টম সিএসএস/জেএস', '2024-11-28 11:33:43', '2024-11-30 16:09:56'), (754, 'bn', 'social', 'সামাজিক', '2024-11-28 11:33:43', '2024-11-30 16:09:56'), (755, 'bn', 'home_setting', 'হোম সেটিং', '2024-11-28 11:33:43', '2024-11-30 16:09:56'), (756, 'bn', 'footer', 'ফুটার', '2024-11-28 11:33:43', '2024-11-30 16:09:56'), (757, 'bn', 'general_settings', 'সাধারণ সেটিংস', '2024-11-28 11:33:43', '2024-11-30 16:09:56'), (758, 'bn', 'color', 'রঙ', '2024-11-28 11:33:43', '2024-11-30 16:11:09'), (759, 'bn', 'second_email', 'দ্বিতীয় ইমেইল', '2024-11-28 11:33:43', '2024-11-30 16:11:09'), (760, 'bn', 'second_phone', 'দ্বিতীয় ফোন', '2024-11-28 11:33:43', '2024-11-30 16:11:09'), (761, 'bn', 'address', 'ঠিকানা', '2024-11-28 11:33:43', '2024-11-30 16:11:09'), (762, 'bn', 'office_hours', 'অফিসের সময়', '2024-11-28 11:33:43', '2024-11-30 16:11:09'), (763, 'bn', 'support_hours', 'সাপোর্ট ঘন্টা', '2024-11-28 11:33:43', '2024-11-30 16:11:09'), (764, 'bn', 'theme_favicon', 'থিম ফেভিকন', '2024-11-28 11:33:43', '2024-11-30 16:11:09'), (765, 'bn', 'gdpr_cookie_settings', 'জিডিপিআর কুকি সেটিংস', '2024-11-28 11:33:43', '2024-12-30 00:02:20'), (766, 'bn', 'gdpr_title', 'জিডিপিআর শিরোনাম', '2024-11-28 11:33:43', '2024-11-30 16:11:09'), (767, 'bn', 'gdpr_description', 'জিডিপিআর বর্ণনা', '2024-11-28 11:33:43', '2024-12-30 00:00:45'), (768, 'bn', 'enableddisabled', 'সক্রিয়/অক্ষম', '2024-11-28 11:33:43', '2024-11-30 16:14:50'), (769, 'bn', 'custom_css__javascript_settings', 'কাস্টম সিএসএস এবং জাভাস্ক্রিপ্ট সেটিংস', '2024-11-28 11:33:43', '2024-11-30 16:14:50'), (770, 'bn', 'custom_css', 'কাস্টম সিএসএস', '2024-11-28 11:33:43', '2024-11-30 16:14:50'), (771, 'bn', 'custom_js', 'কাস্টম জেএস', '2024-11-28 11:33:43', '2024-11-30 16:14:50'), (772, 'bn', 'social_media_settings', 'সোশ্যাল মিডিয়া সেটিংস', '2024-11-28 11:33:43', '2024-11-30 16:14:50'), (773, 'bn', 'home_page_settings', 'হোম পেজ সেটিংস', '2024-11-28 11:33:43', '2024-11-30 16:14:50'), (774, 'bn', 'banner_section', 'ব্যানার বিভাগ', '2024-11-28 11:33:43', '2024-11-30 16:14:50'), (775, 'bn', 'total_live_class', 'মোট লাইভ ক্লাস', '2024-11-28 11:33:43', '2024-11-30 16:15:45'), (776, 'bn', 'total_experience', 'মোট অভিজ্ঞতা', '2024-11-28 11:33:43', '2024-11-30 16:15:45'), (777, 'bn', 'faq_section', 'প্রশ্ন বিভাগ', '2024-11-28 11:33:43', '2024-11-30 16:15:45'), (778, 'bn', 'sub_title', 'উপশিরোনাম', '2024-11-28 11:33:43', '2024-11-30 16:15:45'), (779, 'bn', 'high_light', 'উচ্চ আলো', '2024-11-28 11:33:43', '2024-11-30 16:15:45'), (780, 'bn', 'button_text', 'বোতাম পাঠ্য', '2024-11-28 11:33:43', '2024-11-30 16:15:45'), (781, 'bn', 'faq_image', 'এফএকিউ ইমেজ', '2024-11-28 11:33:43', '2024-11-30 16:17:06'), (782, 'bn', 'subscriber_section', 'গ্রাহক বিভাগ', '2024-11-28 11:33:43', '2024-11-30 16:17:06'), (783, 'bn', 'footer_top_settings', 'পাদচরণ শীর্ষ সেটিংস', '2024-11-28 11:33:43', '2024-11-30 16:17:06'), (784, 'bn', 'footer_widget_one', 'পাদচরণ উইজেট এক', '2024-11-28 11:33:43', '2024-11-30 16:17:06'), (785, 'bn', 'allow_social_menu', 'সামাজিক মেনু অনুমতি দিন', '2024-11-28 11:33:43', '2024-11-30 16:17:06'), (786, 'bn', 'footer_widget_two', 'ফুটার উইজেট দুই', '2024-11-28 11:33:43', '2024-11-30 16:17:06'), (787, 'bn', 'content', 'বিষয়বস্তু', '2024-11-28 11:33:43', '2024-11-30 16:17:06'), (788, 'bn', 'footer_widget_three', 'ফুটার উইজেট তিন', '2024-11-28 11:33:43', '2024-11-30 16:17:06'), (789, 'bn', 'footer_widget_four', 'ফুটার উইজেট চার', '2024-11-28 11:33:43', '2024-11-30 16:17:06'), (790, 'bn', 'footer_widget_five', 'ফুটার উইজেট পাঁচ', '2024-11-28 11:33:43', '2024-11-30 16:18:00'), (791, 'bn', 'footer_bottom_settings', 'পাদচরণ নীচে সেটিংস', '2024-11-28 11:33:43', '2024-11-30 16:18:00'), (792, 'bn', 'menu_link_list', 'মেনু লিঙ্ক তালিকা', '2024-11-28 11:33:43', '2024-11-30 16:18:00'), (793, 'bn', 'manage_contact', 'যোগাযোগ পরিচালনা', '2024-11-28 11:35:13', '2024-12-02 17:35:36'), (794, 'bn', 'all_contact', 'সকল যোগাযোগ', '2024-11-28 11:35:13', '2024-11-30 16:03:40'), (795, 'bn', 'no_contact_found', 'কোন যোগাযোগ পাওয়া যায়নি', '2024-11-28 11:35:13', '2024-11-30 16:04:53'), (796, 'bn', 'language_manage', 'ভাষা পরিচালনা', '2024-11-28 11:35:16', '2024-11-30 15:59:14'), (797, 'bn', 'code', 'কোড', '2024-11-28 11:35:16', '2024-11-30 15:59:14'), (798, 'bn', 'manage_tag', 'ট্যাগ পরিচালনা করুন', '2024-11-28 11:40:43', '2024-11-30 16:21:11'), (799, 'bn', 'manage_level', 'লেভেল ম্যানেজ করুন', '2024-11-28 11:40:45', '2024-11-30 16:24:56'), (800, 'bn', 'live_class', 'লাইভ ক্লাস', '2024-11-28 11:43:56', '2024-11-30 16:24:56'), (801, 'bn', 'live_course', 'লাইভ কোর্স', '2024-11-28 11:43:56', '2024-11-30 16:24:56'), (802, 'bn', 'you_have_no_course', 'আপনার কোন কোর্স নেই', '2024-11-28 11:43:56', '2024-11-30 16:20:13'), (803, 'en', 'newes_post', 'Newes Post', '2024-11-28 11:49:10', '2024-11-28 11:49:10'), (804, 'bn', 'organization_manage', 'সংগঠন পরিচালনা', '2024-11-28 11:54:48', '2024-11-30 15:54:38'), (805, 'bn', 'all_organization', 'সমস্ত সংস্থা', '2024-11-28 11:54:48', '2024-11-30 15:54:38'), (806, 'bn', 'profile', 'প্রোফাইল', '2024-11-28 11:54:48', '2024-11-30 15:54:38'), (807, 'bn', 'total_course', 'মোট কোর্স', '2024-11-28 11:54:48', '2024-11-30 15:54:38'), (808, 'bn', 'email_verify', 'ইমেইল যাচাই করুন', '2024-11-28 11:54:48', '2024-11-30 15:54:38'), (809, 'bn', 'edit_organization', 'সংস্থা সম্পাদনা করুন', '2024-11-28 11:54:55', '2024-11-30 16:39:30'), (810, 'bn', 'edit', 'সম্পাদনা করুন', '2024-11-28 11:54:55', '2024-11-30 16:20:13'), (811, 'bn', 'organization_name', 'প্রতিষ্ঠানের নাম', '2024-11-28 11:54:55', '2024-11-30 16:39:30'), (812, 'bn', 'phone_number', 'ফোন নম্বর', '2024-11-28 11:54:55', '2024-11-30 16:37:06'), (813, 'bn', 'profile_image', 'প্রোফাইল ইমেজ', '2024-11-28 11:54:55', '2024-11-30 16:38:23'), (814, 'bn', 'update', 'আপডেট', '2024-11-28 11:54:55', '2024-11-30 16:20:13'), (815, 'en', 'organization_profile', 'Organization Profile', '2024-11-28 12:15:33', '2024-11-28 12:15:33'), (816, 'en', 'basic_information', 'Basic Information', '2024-11-28 12:15:33', '2024-11-28 12:15:33'), (817, 'en', 'orgaization_name', 'Orgaization Name', '2024-11-28 12:15:33', '2024-11-28 12:15:33'), (818, 'en', 'biography', 'Biography', '2024-11-28 12:15:33', '2024-11-28 12:15:33'), (819, 'en', 'bio', 'Bio', '2024-11-28 12:15:33', '2024-11-28 12:15:33'), (820, 'en', 'education', 'Education', '2024-11-28 12:15:33', '2024-11-28 12:15:33'), (821, 'en', 'experience', 'Experience', '2024-11-28 12:15:33', '2024-11-28 12:15:33'), (822, 'en', 'lives_in', 'Lives in', '2024-11-28 12:15:33', '2024-11-28 12:15:33'), (823, 'en', 'basic_info', 'Basic Info', '2024-11-28 12:15:33', '2024-11-28 12:15:33'), (824, 'en', 'permission_list', 'Permission List', '2024-11-28 12:16:36', '2024-11-28 12:16:36'), (825, 'en', 'permission', 'Permission', '2024-11-28 12:16:36', '2024-11-28 12:16:36'), (826, 'en', 'staff_list', 'Staff List', '2024-11-28 12:16:51', '2024-11-28 12:16:51'), (827, 'en', 'staff', 'Staff', '2024-11-28 12:16:51', '2024-11-28 12:16:51'), (828, 'en', 'edit_permission', 'Edit Permission', '2024-11-28 12:17:10', '2024-11-28 12:17:10'), (829, 'en', 'edit_staff', 'Edit Staff', '2024-11-28 12:17:54', '2024-11-28 12:17:54'), (830, 'en', 'no_organization_found', 'No Organization Found', '2024-11-28 12:17:56', '2024-11-28 12:17:56'), (831, 'en', 'bangladesh', 'Bangladesh', '2024-11-28 12:21:06', '2024-11-28 12:21:06'), (832, 'en', 'course_overview', 'Course Overview', '2024-11-28 12:26:03', '2024-11-28 12:26:03'), (833, 'en', 'learning_outcomes', 'Learning Outcomes', '2024-11-28 12:26:03', '2024-11-28 12:26:03'), (834, 'en', 'course_faqs', 'Course FAQS', '2024-11-28 12:26:03', '2024-11-28 12:26:03'), (835, 'en', 'course_curriculum', 'Course Curriculum', '2024-11-28 12:26:03', '2024-11-28 12:26:03'), (836, 'en', 'course_reviews', 'Course Reviews', '2024-11-28 12:26:03', '2024-11-28 12:26:03'), (837, 'en', 'this_course_includes', 'This Course Includes', '2024-11-28 12:26:03', '2024-11-28 12:26:03'), (838, 'en', 'duration', 'Duration', '2024-11-28 12:26:03', '2024-11-28 12:26:03'), (839, 'en', 'tags', 'Tags', '2024-11-28 12:26:03', '2024-11-28 12:26:03'), (840, 'en', 'add_to_cart', 'Add To Cart', '2024-11-28 12:26:03', '2024-11-28 12:26:03'), (841, 'en', 'free_course_preview', 'Free Course Preview', '2024-11-28 12:26:03', '2024-11-28 12:26:03'), (842, 'en', 'related_course', 'Related Course', '2024-11-28 12:26:03', '2024-11-28 12:26:03'), (843, 'en', 'explore_related', 'Explore Related', '2024-11-28 12:26:03', '2024-11-28 12:26:03'), (844, 'en', 'instuctor_profile', 'Instuctor Profile', '2024-11-28 12:30:50', '2024-11-28 12:30:50'), (845, 'en', 'instructor_profile', 'Instructor Profile', '2024-11-28 12:30:50', '2024-11-28 12:30:50'), (846, 'en', 'lesson', 'Lesson', '2024-11-28 12:51:32', '2024-11-28 12:51:32'), (847, 'en', 'yes', 'Yes', '2024-11-28 12:52:26', '2024-11-28 12:52:26'), (848, 'en', 'enroll_the_course', 'Enroll the Course', '2024-11-28 12:52:26', '2024-11-28 12:52:26'), (849, 'en', 'edit_notification', 'Edit Notification', '2024-11-28 12:53:49', '2024-11-28 12:53:49'), (850, 'en', 'you_can_use_the_following_dynamic_values', 'You can use the following dynamic values', '2024-11-28 12:53:49', '2024-11-28 12:53:49'), (851, 'bn', 'course_overview', 'কোর্স ওভারভিউ', '2024-11-28 12:58:51', '2024-11-30 17:15:20'), (852, 'bn', 'learning_outcomes', 'শেখার ফলাফল', '2024-11-28 12:58:51', '2024-11-30 17:15:20'), (853, 'bn', 'course_faqs', 'কোর্স প্রশ্নাবলী', '2024-11-28 12:58:51', '2024-12-10 20:56:52'), (854, 'bn', 'course_curriculum', 'কোর্স কারিকুলাম', '2024-11-28 12:58:51', '2024-11-30 17:15:20'), (855, 'bn', 'lesson', 'পাঠ', '2024-11-28 12:58:51', '2024-11-30 17:17:20'), (856, 'bn', 'course_reviews', 'কোর্স পর্যালোচনা', '2024-11-28 12:58:51', '2024-11-30 17:15:20'), (857, 'bn', 'this_course_includes', 'এই কোর্স অন্তর্ভুক্ত', '2024-11-28 12:58:51', '2024-11-30 17:15:20'), (858, 'bn', 'duration', 'সময়কাল', '2024-11-28 12:58:51', '2024-11-30 17:17:20'), (859, 'bn', 'tags', 'ট্যাগ', '2024-11-28 12:58:51', '2024-11-30 17:17:20'), (860, 'bn', 'certificate', 'সার্টিফিকেট', '2024-11-28 12:58:51', '2024-11-30 17:00:54'), (861, 'bn', 'yes', 'হ্যাঁ', '2024-11-28 12:58:51', '2024-11-30 17:20:50'), (862, 'bn', 'enroll_the_course', 'কোর্সটি নথিভুক্ত করুন', '2024-11-28 12:58:51', '2024-11-30 17:20:50'), (863, 'bn', 'free_course_preview', 'বিনামূল্যে কোর্স পূর্বরূপ', '2024-11-28 12:58:51', '2024-11-30 17:17:20'), (864, 'bn', 'related_course', 'সম্পর্কিত কোর্স', '2024-11-28 12:58:51', '2024-11-30 17:17:20'), (865, 'bn', 'explore_related', 'সম্পর্কিত অন্বেষণ', '2024-11-28 12:58:51', '2024-11-30 17:17:20'), (866, 'bn', 'manage_bundle', 'বান্ডিল পরিচালনা করুন', '2024-11-28 13:01:04', '2024-11-30 16:27:51'), (867, 'bn', 'bundle', 'বান্ডিল', '2024-11-28 13:01:04', '2024-11-30 16:27:51'), (868, 'bn', 'date_created', 'তৈরির তারিখ', '2024-11-28 13:01:04', '2024-11-30 16:54:08'), (869, 'bn', 'meta_title', 'মেটা শিরোনাম', '2024-11-28 13:03:38', '2024-11-30 16:21:11'), (870, 'bn', 'meta_description', 'মেটা বর্ণনা', '2024-11-28 13:03:38', '2024-11-30 16:21:11'), (871, 'en', 'forummanage', 'forum/manage', '2024-11-28 13:04:38', '2024-11-28 13:04:38'), (872, 'en', 'forum_list', 'Forum List', '2024-11-28 13:04:38', '2024-11-28 13:04:38'), (873, 'en', 'no_forum_found', 'No Forum Found', '2024-11-28 13:04:38', '2024-11-28 13:04:38'), (874, 'en', 'sub_foram_list', 'Sub Foram List', '2024-11-28 13:05:25', '2024-11-28 13:05:25'), (875, 'en', 'sub_foram', 'Sub Foram', '2024-11-28 13:05:25', '2024-11-28 13:05:25'), (876, 'en', 'no_sub_forum_found', 'No Sub Forum Found', '2024-11-28 13:05:25', '2024-11-28 13:05:25'), (877, 'en', 'supportcategorycreate', 'support-category/create', '2024-11-28 13:06:26', '2024-11-28 13:06:26'), (878, 'en', 'create_support_category', 'Create Support Category', '2024-11-28 13:06:26', '2024-11-28 13:06:26'), (879, 'en', 'support', 'Support', '2024-11-28 13:06:26', '2024-11-28 13:06:26'), (880, 'en', 'subforumcreate', 'sub-forum/create', '2024-11-28 13:07:01', '2024-11-28 13:07:01'), (881, 'en', 'create_sub_forum', 'Create Sub Forum', '2024-11-28 13:07:01', '2024-11-28 13:07:01'), (882, 'en', 'select_forum', 'Select Forum', '2024-11-28 13:07:01', '2024-11-28 13:07:01'), (883, 'en', 'forumcreate', 'forum/create', '2024-11-28 13:17:36', '2024-11-28 13:17:36'), (884, 'en', 'create_forum', 'Create Forum', '2024-11-28 13:17:36', '2024-11-28 13:17:36'), (885, 'en', 'ticketmanage', 'ticket/manage', '2024-11-28 13:24:18', '2024-11-28 13:24:18'), (886, 'en', 'support_ticket_list', 'Support Ticket List', '2024-11-28 13:24:18', '2024-11-28 13:24:18'), (887, 'en', 'support_ticket', 'Support Ticket', '2024-11-28 13:24:18', '2024-11-28 13:24:18'), (888, 'en', 'no_support_tickets_found', 'No Support tickets Found', '2024-11-28 13:24:18', '2024-11-28 13:24:18'), (889, 'bn', 'buy_the_bundle', 'বান্ডিল কিনুন', '2024-11-28 13:45:27', '2024-11-30 17:10:22'), (890, 'bn', 'search', 'অনুসন্ধান করুন', '2024-11-28 13:45:59', '2024-11-30 16:18:01'), (891, 'bn', 'newes_post', 'নিউজ পোস্ট', '2024-11-28 13:45:59', '2024-11-30 17:11:43'), (892, 'bn', 'office_hour', 'অফিস আওয়ার', '2024-11-28 13:46:15', '2024-11-30 17:28:53'), (893, 'bn', 'location', 'অবস্থান', '2024-11-28 13:46:15', '2024-11-30 17:28:53'), (894, 'bn', 'full_name', 'পুরো নাম', '2024-11-28 13:46:15', '2024-11-30 17:10:22'), (895, 'bn', 'write_your_message', 'আপনার বার্তা লিখুন...', '2024-11-28 13:46:15', '2024-11-30 17:10:22'), (896, 'bn', 'send_now', 'এখন পাঠান', '2024-11-28 13:46:15', '2024-11-30 17:11:43'), (897, 'en', 'notice_title', 'Notice title', '2024-11-28 14:36:33', '2024-11-28 14:36:33'), (898, 'en', 'massage', 'Massage', '2024-11-28 14:36:33', '2024-11-28 14:36:33'), (899, 'en', 'date', 'Date', '2024-11-28 14:36:33', '2024-11-28 14:36:33'), (900, 'en', 'edit_role', 'Edit Role', '2024-11-28 14:53:43', '2024-11-28 14:53:43'), (901, 'es', 'follow_us', 'Síganos', '2024-11-28 14:59:50', '2024-12-02 18:37:26'), (902, 'es', 'top_category', 'Categoría superior', '2024-11-28 14:59:50', '2024-12-02 18:37:26'), (903, 'es', 'optimize_your_brain_for_peak', 'Optimice su cerebro para alcanzar el máximo', '2024-11-28 14:59:50', '2024-12-02 18:37:26'), (904, 'es', 'performance', 'Actuación', '2024-11-28 14:59:50', '2024-12-02 18:38:31'), (905, 'es', 'view_all_category', 'Ver todas las categorías', '2024-11-28 14:59:50', '2024-12-02 18:38:31'), (906, 'es', 'available', 'Disponible', '2024-11-28 14:59:50', '2024-12-02 18:38:31'), (907, 'es', 'see_more', 'Ver más', '2024-11-28 14:59:50', '2024-12-02 18:38:31'), (908, 'es', 'popular_course', 'Curso popular', '2024-11-28 14:59:50', '2024-12-02 18:38:31'), (909, 'es', 'see_our_popular', 'Vea nuestro popular', '2024-11-28 14:59:50', '2024-12-02 18:38:31'), (910, 'es', 'courses', 'Cursos', '2024-11-28 14:59:50', '2024-12-02 17:59:40'), (911, 'es', 'view_all_courses', 'Ver todos los cursos', '2024-11-28 14:59:50', '2024-12-02 18:38:31'), (912, 'es', 'free', 'Gratis', '2024-11-28 14:59:50', '2024-12-02 18:38:31'), (913, 'es', 'hours', 'horas', '2024-11-28 14:59:50', '2024-12-02 18:38:31'), (914, 'es', 'lessons', 'Lecciones', '2024-11-28 14:59:50', '2024-12-02 18:58:11'), (915, 'es', 'student', 'Alumna', '2024-11-28 14:59:50', '2024-12-02 17:45:37'), (916, 'es', 'testimonials', 'Testimonios', '2024-11-28 14:59:50', '2024-12-02 17:45:37'), (917, 'es', 'eduven_received_more_than', 'EduVen recibió más de', '2024-11-28 14:59:50', '2024-12-02 18:58:11'), (918, 'es', 'reviews', 'Reseñas', '2024-11-28 14:59:50', '2024-12-02 18:58:11'), (919, 'es', 'live_classes', 'Clases en vivo', '2024-11-28 14:59:50', '2024-12-02 18:58:11'), (920, 'es', 'years_experience', 'Años de experiencia', '2024-11-28 14:59:50', '2024-12-02 18:58:11'), (921, 'es', 'expert_tutor', 'Tutor experto', '2024-11-28 14:59:50', '2024-12-02 18:04:01'), (922, 'es', 'satisfied_students', 'Estudiantes satisfechos', '2024-11-28 14:59:50', '2024-12-02 18:04:01'), (923, 'es', 'upcoming_courses', 'Próximos cursos', '2024-11-28 14:59:50', '2024-12-02 18:58:11'), (924, 'es', 'our_upcoming', 'Nuestra próxima', '2024-11-28 14:59:50', '2024-12-02 18:58:11'), (925, 'es', 'our_team_member', 'Miembro de nuestro equipo', '2024-11-28 14:59:50', '2024-12-02 18:58:11'), (926, 'es', 'meet_our_best', 'Conozca a nuestros mejores', '2024-11-28 14:59:50', '2024-12-02 18:58:12'), (927, 'es', 'teachers', 'Maestras', '2024-11-28 14:59:50', '2024-12-02 18:59:16'), (928, 'es', 'more_teachers', 'Mas maestras', '2024-11-28 14:59:50', '2024-12-02 18:59:16'), (929, 'es', 'video_course', 'Curso en vídeo', '2024-11-28 14:59:50', '2024-12-02 18:59:16'), (930, 'es', 'online_video', 'Vídeo en línea', '2024-11-28 14:59:50', '2024-12-02 18:59:16'), (931, 'es', 'join_now_lms_hub', 'Únase ahora LMS HUB', '2024-11-28 14:59:50', '2024-12-02 18:59:16'), (932, 'es', 'first_name', 'Nombre de pila', '2024-11-28 14:59:50', '2024-12-02 18:20:03'), (933, 'es', 'last_name', 'Apellido', '2024-11-28 14:59:50', '2024-12-02 18:20:54'), (934, 'es', 'email', 'Correo electrónico', '2024-11-28 14:59:50', '2024-12-02 17:51:53'), (935, 'es', 'phone', 'Teléfono', '2024-11-28 14:59:50', '2024-12-02 17:51:53'), (936, 'es', 'password', 'Contraseña', '2024-11-28 14:59:50', '2024-12-02 18:20:54'), (937, 'es', 'password_confirmation', 'Confirmación de contraseña', '2024-11-28 14:59:50', '2024-12-02 18:20:54'), (938, 'es', 'designation', 'Designación', '2024-11-28 14:59:50', '2024-12-02 18:21:43'), (939, 'es', 'about', 'Acerca de', '2024-11-28 14:59:50', '2024-12-02 18:21:43'), (940, 'es', 'join_as_instructor', 'Únete como instructora', '2024-11-28 14:59:50', '2024-12-02 18:59:16'), (941, 'es', 'frequent_updates', 'Actualizaciones frecuentes', '2024-11-28 14:59:50', '2024-12-02 18:59:16'), (942, 'es', 'updated_news_', 'Noticias actualizadas y', '2024-11-28 14:59:50', '2024-12-02 18:59:16'), (943, 'es', 'see_all_blog', 'Ver todos los blogs', '2024-11-28 14:59:50', '2024-12-02 18:59:16'), (944, 'es', 'read_more', 'Leer más', '2024-11-28 14:59:50', '2024-12-02 19:01:56'), (945, 'es', 'course_bundle', 'Paquete de cursos', '2024-11-28 14:59:50', '2024-12-02 18:11:55'), (946, 'es', 'instructor', 'Instructora', '2024-11-28 14:59:50', '2024-12-02 17:45:37'), (947, 'es', 'organization', 'Organización', '2024-11-28 14:59:50', '2024-12-02 17:45:37'), (948, 'es', 'blogs', 'Blogs', '2024-11-28 14:59:50', '2024-11-28 14:59:50'), (949, 'es', 'contact', 'Contacto', '2024-11-28 14:59:50', '2024-12-02 17:57:21'), (950, 'es', 'home', 'Hogar', '2024-11-28 14:59:50', '2024-12-02 18:35:49'), (951, 'es', 'course', 'Curso', '2024-11-28 14:59:50', '2024-12-02 17:41:48'), (952, 'es', 'pages', 'paginas', '2024-11-28 14:59:50', '2024-12-02 18:35:49'), (953, 'es', 'dashboard', 'Panel', '2024-11-28 15:00:40', '2024-12-02 17:40:23'), (954, 'es', 'today_is', 'hoy es', '2024-11-28 15:00:40', '2024-12-02 17:40:23'), (955, 'es', 'welcome_back', 'Bienvenido de nuevo', '2024-11-28 15:00:40', '2024-12-02 17:40:23'), (956, 'es', 'add_new_course', 'Agregar nuevo curso', '2024-11-28 15:00:40', '2024-12-02 17:40:23'), (957, 'es', 'total_revenue', 'Ingresos totales', '2024-11-28 15:00:40', '2024-12-02 17:40:23'), (958, 'es', 'total_enrollments', 'Matrículas totales', '2024-11-28 15:00:40', '2024-12-02 17:40:23'), (959, 'es', 'total_courses', 'Cursos totales', '2024-11-28 15:00:40', '2024-12-02 17:40:23'), (960, 'es', 'total_instructors', 'Instructores totales', '2024-11-28 15:00:40', '2024-12-02 17:40:23'), (961, 'es', 'total_organization', 'organización total', '2024-11-28 15:00:40', '2024-12-02 17:40:23'), (962, 'es', 'total_students', 'Estudiantes totales', '2024-11-28 15:00:40', '2024-12-02 17:41:48'), (963, 'es', 'statistical_register_of_students__instructors', 'Registro estadístico de estudiantes e instructores.', '2024-11-28 15:00:40', '2024-12-02 17:41:48'), (964, 'es', 'trending_categories', 'Categorías de tendencia', '2024-11-28 15:00:40', '2024-12-02 17:41:48'), (965, 'es', 'top_performing_courses', 'Cursos de alto rendimiento', '2024-11-28 15:00:40', '2024-12-02 17:41:48'), (966, 'es', 'see_all', 'Ver todo', '2024-11-28 15:00:40', '2024-12-02 17:41:48'), (967, 'es', 'publish_on', 'Publicar en', '2024-11-28 15:00:40', '2024-12-02 17:41:48'), (968, 'es', 'enrolled', 'Inscrita', '2024-11-28 15:00:40', '2024-12-02 17:41:48'), (969, 'es', 'price', 'Precio', '2024-11-28 15:00:40', '2024-12-02 17:41:48'), (970, 'es', 'support_requests', 'Solicitudes de soporte', '2024-11-28 15:00:40', '2024-12-02 17:42:43'), (971, 'es', 'visit_frontend', 'Visitar interfaz', '2024-11-28 15:00:40', '2024-12-02 17:42:43'), (972, 'es', 'notifications', 'Notificaciones', '2024-11-28 15:00:40', '2024-12-02 17:42:43'), (973, 'es', 'no_notification_available', 'No hay notificación disponible', '2024-11-28 15:00:40', '2024-12-02 17:42:43'), (974, 'es', 'log_out', 'Finalizar la sesión', '2024-11-28 15:00:40', '2024-12-02 17:42:43'), (975, 'es', 'language', 'Idioma', '2024-11-28 15:00:40', '2024-12-02 17:42:43'), (976, 'es', 'theme_manage', 'Administrar tema', '2024-11-28 15:00:40', '2024-12-02 17:42:43'), (977, 'es', 'all_themes', 'Todos los temas', '2024-11-28 15:00:40', '2024-12-02 17:42:43'), (978, 'es', 'settings', 'Ajustes', '2024-11-28 15:00:40', '2024-12-02 17:42:43'), (979, 'es', 'localization_manage', 'Gestión de localización', '2024-11-28 15:00:40', '2024-12-02 17:43:41'), (980, 'es', 'country', 'País', '2024-11-28 15:00:40', '2024-12-02 17:43:41'), (981, 'es', 'state', 'Estado', '2024-11-28 15:00:40', '2024-12-02 17:43:41'), (982, 'es', 'city', 'Ciudad', '2024-11-28 15:00:40', '2024-12-02 17:43:41'), (983, 'es', 'time_zone', 'Huso horario', '2024-11-28 15:00:40', '2024-12-02 17:43:41'), (984, 'es', 'icon_provider_manage', 'Administrar proveedor de iconos', '2024-11-28 15:00:40', '2024-12-02 17:43:41'), (985, 'es', 'icon', 'Icono', '2024-11-28 15:00:40', '2024-12-02 17:43:41'), (986, 'es', 'category', 'Categoría', '2024-11-28 15:00:40', '2024-12-02 17:43:41'), (987, 'es', 'meeting_provider', 'Proveedor de reuniones', '2024-11-28 15:00:40', '2024-12-02 17:43:41'), (988, 'es', 'course_manage', 'Gestión del curso', '2024-11-28 15:00:40', '2024-12-02 17:44:38'), (989, 'es', 'subject', 'Sujeta', '2024-11-28 15:00:40', '2024-12-02 17:44:38'), (990, 'es', 'tag', 'Etiqueta', '2024-11-28 15:00:40', '2024-12-02 17:44:38'), (991, 'es', 'level', 'Nivel', '2024-11-28 15:00:40', '2024-12-02 17:44:38'), (992, 'es', 'course_live', 'Curso en vivo', '2024-11-28 15:00:40', '2024-12-02 17:44:38'), (993, 'es', 'bundle_course', 'Curso combinado', '2024-11-28 15:00:40', '2024-12-02 17:44:38'), (994, 'es', 'enrollments_manage', 'Gestionar inscripciones', '2024-11-28 15:00:40', '2024-12-02 17:44:38'), (995, 'es', 'enrollment', 'Inscripción', '2024-11-28 15:00:40', '2024-12-02 17:44:38'), (996, 'es', 'new_enrolled', 'Nuevo inscrito', '2024-11-28 15:00:40', '2024-12-02 17:44:38'), (997, 'es', 'user_manage', 'Administrar usuarios', '2024-11-28 15:00:40', '2024-12-02 17:45:37'), (998, 'es', 'marketing', 'Marketing', '2024-11-28 15:00:40', '2024-11-28 15:00:40'), (999, 'es', 'all_coupons', 'Todos los cupones', '2024-11-28 15:00:40', '2024-12-02 17:45:37'), (1000, 'es', 'email_templates', 'Plantillas de correo electrónico', '2024-11-28 15:00:40', '2024-12-02 17:45:37'), (1001, 'es', 'blog_manage', 'Administrar blogs', '2024-11-28 15:00:40', '2024-12-02 17:45:37'), (1002, 'es', 'blog', 'Blog', '2024-11-28 15:00:40', '2024-11-28 15:00:40'), (1003, 'es', 'contacts', 'Contactos', '2024-11-28 15:00:40', '2024-12-02 17:46:39'), (1004, 'es', 'notice_board', 'Tablón de anuncios', '2024-11-28 15:00:40', '2024-12-02 17:46:39'), (1005, 'es', 'notification_manage', 'Administrar notificaciones', '2024-11-28 15:00:40', '2024-12-02 17:46:39'), (1006, 'es', 'templates', 'Plantillas', '2024-11-28 15:00:40', '2024-12-02 17:46:39'), (1007, 'es', 'history', 'Historia', '2024-11-28 15:00:40', '2024-12-02 17:46:39'), (1008, 'es', 'backend_setting', 'Configuración de back-end', '2024-11-28 15:00:40', '2024-12-02 17:46:39'), (1009, 'es', 'forum_manage', 'Administrar foro', '2024-11-28 15:00:40', '2024-12-02 17:46:39'), (1010, 'es', 'forum', 'Foro', '2024-11-28 15:00:40', '2024-12-02 17:48:00'), (1011, 'es', 'sub_forum', 'Subforo', '2024-11-28 15:00:40', '2024-12-02 17:48:00'), (1012, 'es', 'ticket__support_manage', 'Gestión de tickets y soporte', '2024-11-28 15:00:40', '2024-12-02 17:48:00'), (1013, 'es', 'support_category', 'Categoría de soporte', '2024-11-28 15:00:40', '2024-12-02 17:48:00'), (1014, 'es', 'tickets', 'Entradas', '2024-11-28 15:00:40', '2024-12-02 17:48:00'), (1015, 'es', 'staff_manage', 'Administrar personal', '2024-11-28 15:00:40', '2024-12-02 17:48:00'), (1016, 'es', 'permissions', 'Permisos', '2024-11-28 15:00:40', '2024-12-02 17:48:00'), (1017, 'es', 'roles', 'Roles', '2024-11-28 15:00:40', '2024-11-28 15:00:40'), (1018, 'es', 'users', 'Usuarias', '2024-11-28 15:00:40', '2024-12-02 17:48:00'), (1019, 'es', 'payment_method', 'Método de pago', '2024-11-28 15:00:40', '2024-12-02 17:49:09'), (1020, 'es', 'certificate_manage', 'Gestión de certificados', '2024-11-28 15:00:40', '2024-12-02 17:49:09'), (1021, 'es', 'faq_manage', 'Preguntas frecuentes Administrar', '2024-11-28 15:00:40', '2024-12-02 17:49:09'), (1022, 'es', 'page_manage', 'Administrar página', '2024-11-28 15:00:40', '2024-12-02 17:49:09'), (1023, 'en', 'no_icon', 'No Icon', '2024-11-28 15:02:32', '2024-11-28 15:02:32'), (1024, 'ar', 'dashboard', 'لوحة القيادة', '2024-11-28 15:04:04', '2024-11-28 16:02:25'), (1025, 'ar', 'today_is', 'اليوم هو', '2024-11-28 15:04:04', '2024-11-28 16:02:25'), (1026, 'ar', 'welcome_back', 'مرحبًا بعودتك', '2024-11-28 15:04:04', '2024-11-28 16:02:25'), (1027, 'ar', 'add_new_course', 'إضافة دورة جديدة', '2024-11-28 15:04:04', '2024-11-28 16:02:25'), (1028, 'ar', 'total_revenue', 'إجمالي الإيرادات', '2024-11-28 15:04:04', '2024-11-28 16:02:25'), (1029, 'ar', 'total_enrollments', 'إجمالي التسجيلات', '2024-11-28 15:04:04', '2024-11-28 16:02:25'), (1030, 'ar', 'total_courses', 'مجموع الدورات', '2024-11-28 15:04:04', '2024-11-28 16:02:25'), (1031, 'ar', 'total_instructors', 'مجموع المدربين', '2024-11-28 15:04:04', '2024-11-28 16:02:25'), (1032, 'ar', 'total_organization', 'التنظيم الكامل', '2024-11-28 15:04:04', '2024-11-28 16:02:25'), (1033, 'ar', 'total_students', 'مجموع الطلاب', '2024-11-28 15:04:04', '2024-11-28 16:08:21'), (1034, 'ar', 'statistical_register_of_students__instructors', 'سجل إحصائي للطلاب والمدرسين', '2024-11-28 15:04:04', '2024-11-28 16:08:21'), (1035, 'ar', 'trending_categories', 'الفئات الشائعة', '2024-11-28 15:04:04', '2024-11-28 16:08:21'), (1036, 'ar', 'top_performing_courses', 'الدورات التدريبية ذات الأداء الأفضل', '2024-11-28 15:04:04', '2024-11-28 16:08:21'), (1037, 'ar', 'see_all', 'انظر الكل', '2024-11-28 15:04:04', '2024-11-28 16:08:21'), (1038, 'ar', 'course', 'دورة', '2024-11-28 15:04:04', '2024-11-28 16:08:21'), (1039, 'ar', 'publish_on', 'نشر على', '2024-11-28 15:04:04', '2024-11-28 16:08:21'), (1040, 'ar', 'enrolled', 'مسجل', '2024-11-28 15:04:04', '2024-11-28 16:08:21'), (1041, 'ar', 'price', 'سعر', '2024-11-28 15:04:04', '2024-11-28 16:08:21'), (1042, 'ar', 'support_requests', 'طلبات الدعم', '2024-11-28 15:04:04', '2024-11-28 16:10:02'), (1043, 'ar', 'visit_frontend', 'زيارة الواجهة الأمامية', '2024-11-28 15:04:04', '2024-11-28 16:10:02'), (1044, 'ar', 'notifications', 'إشعارات', '2024-11-28 15:04:04', '2024-11-28 16:10:02'), (1045, 'ar', 'no_notification_available', 'لا يوجد إشعار متاح', '2024-11-28 15:04:04', '2024-11-28 16:10:02'), (1046, 'ar', 'log_out', 'تسجيل الخروج', '2024-11-28 15:04:04', '2024-11-28 16:10:03'), (1047, 'ar', 'language', 'لغة', '2024-11-28 15:04:04', '2024-11-28 16:10:03'), (1048, 'ar', 'theme_manage', 'إدارة الثيم', '2024-11-28 15:04:04', '2024-11-28 16:10:03'), (1049, 'ar', 'all_themes', 'جميع المواضيع', '2024-11-28 15:04:04', '2024-11-28 16:10:03'), (1050, 'ar', 'settings', 'إعدادات', '2024-11-28 15:04:04', '2024-11-28 16:10:03'), (1051, 'ar', 'localization_manage', 'إدارة التوطين', '2024-11-28 15:04:04', '2024-11-28 16:11:26'), (1052, 'ar', 'country', 'دولة', '2024-11-28 15:04:04', '2024-11-28 16:11:26'), (1053, 'ar', 'state', 'ولاية', '2024-11-28 15:04:04', '2024-11-28 16:11:26'), (1054, 'ar', 'city', 'مدينة', '2024-11-28 15:04:04', '2024-11-28 16:11:26'), (1055, 'ar', 'time_zone', 'المنطقة الزمنية', '2024-11-28 15:04:04', '2024-11-28 16:11:26'), (1056, 'ar', 'icon_provider_manage', 'إدارة مزود الأيقونات', '2024-11-28 15:04:04', '2024-11-28 16:11:26'), (1057, 'ar', 'icon', 'رمز', '2024-11-28 15:04:04', '2024-11-28 16:11:26'), (1058, 'ar', 'category', 'فئة', '2024-11-28 15:04:04', '2024-11-28 16:11:26'), (1059, 'ar', 'meeting_provider', 'مزود الاجتماعات', '2024-11-28 15:04:04', '2024-11-28 16:11:26'), (1060, 'ar', 'course_manage', 'إدارة الدورة', '2024-11-28 15:04:04', '2024-11-28 16:24:22'), (1061, 'ar', 'subject', 'موضوع', '2024-11-28 15:04:04', '2024-11-28 16:24:22'), (1062, 'ar', 'tag', 'العلامة', '2024-11-28 15:04:04', '2024-11-28 16:24:22'), (1063, 'ar', 'level', 'مستوى', '2024-11-28 15:04:04', '2024-11-28 16:24:22'), (1064, 'ar', 'course_live', 'الدورة المباشرة', '2024-11-28 15:04:04', '2024-11-28 16:24:22'), (1065, 'ar', 'bundle_course', 'دورة الحزمة', '2024-11-28 15:04:04', '2024-11-28 16:24:22'), (1066, 'ar', 'enrollments_manage', 'إدارة التسجيلات', '2024-11-28 15:04:04', '2024-11-28 16:24:22'), (1067, 'ar', 'enrollment', 'التسجيل', '2024-11-28 15:04:04', '2024-11-28 16:24:22'), (1068, 'ar', 'new_enrolled', 'المسجلين الجدد', '2024-11-28 15:04:04', '2024-11-28 16:24:22'), (1069, 'ar', 'user_manage', 'إدارة المستخدم', '2024-11-28 15:04:04', '2024-11-28 16:17:13'), (1070, 'ar', 'organization', 'منظمة', '2024-11-28 15:04:04', '2024-11-28 16:17:13'), (1071, 'ar', 'instructor', 'مدرب', '2024-11-28 15:04:04', '2024-11-28 16:17:13'), (1072, 'ar', 'student', 'طالب', '2024-11-28 15:04:04', '2024-11-28 16:17:13'), (1073, 'ar', 'marketing', 'تسويق', '2024-11-28 15:04:04', '2024-11-28 16:17:13'), (1074, 'ar', 'all_coupons', 'جميع القسائم', '2024-11-28 15:04:04', '2024-11-28 16:17:13'), (1075, 'ar', 'testimonials', 'شهادات', '2024-11-28 15:04:04', '2024-11-28 16:17:13'), (1076, 'ar', 'email_templates', 'قوالب البريد الإلكتروني', '2024-11-28 15:04:04', '2024-11-28 16:17:14'), (1077, 'ar', 'blog_manage', 'إدارة المدونة', '2024-11-28 15:04:04', '2024-11-28 16:17:14'), (1078, 'ar', 'blog', 'مدونة', '2024-11-28 15:04:04', '2024-11-28 16:20:21'), (1079, 'ar', 'contacts', 'جهات الاتصال', '2024-11-28 15:04:04', '2024-11-28 16:20:21'), (1080, 'ar', 'notice_board', 'لوحة الإعلانات', '2024-11-28 15:04:04', '2024-11-28 16:20:21'), (1081, 'ar', 'notification_manage', 'إدارة الإشعارات', '2024-11-28 15:04:05', '2024-11-28 16:20:21'), (1082, 'ar', 'templates', 'القوالب', '2024-11-28 15:04:05', '2024-11-28 16:20:21'), (1083, 'ar', 'history', 'تاريخ', '2024-11-28 15:04:05', '2024-11-28 16:20:21'), (1084, 'ar', 'backend_setting', 'إعدادات الواجهة الخلفية', '2024-11-28 15:04:05', '2024-11-28 16:20:21'), (1085, 'ar', 'forum_manage', 'إدارة المنتدى', '2024-11-28 15:04:05', '2024-11-28 16:20:21'), (1086, 'ar', 'forum', 'المنتدى', '2024-11-28 15:04:05', '2024-11-28 16:25:38'), (1087, 'ar', 'sub_forum', 'المنتدى الفرعي', '2024-11-28 15:04:05', '2024-11-28 16:25:38'), (1088, 'ar', 'ticket__support_manage', 'إدارة التذاكر والدعم', '2024-11-28 15:04:05', '2024-11-28 16:25:38'), (1089, 'ar', 'support_category', 'فئة الدعم', '2024-11-28 15:04:05', '2024-11-28 16:25:38'), (1090, 'ar', 'tickets', 'التذاكر', '2024-11-28 15:04:05', '2024-11-28 16:25:38'), (1091, 'ar', 'staff_manage', 'إدارة الموظفين', '2024-11-28 15:04:05', '2024-11-28 16:25:38'), (1092, 'ar', 'permissions', 'الأذونات', '2024-11-28 15:04:05', '2024-11-28 16:25:38'), (1093, 'ar', 'roles', 'الأدوار', '2024-11-28 15:04:05', '2024-11-28 16:25:38'), (1094, 'ar', 'users', 'المستخدمون', '2024-11-28 15:04:05', '2024-11-28 16:25:38'), (1095, 'ar', 'payment_method', 'طريقة الدفع', '2024-11-28 15:04:05', '2024-11-28 16:27:11'), (1096, 'ar', 'certificate_manage', 'إدارة الشهادات', '2024-11-28 15:04:05', '2024-11-28 16:27:11'), (1097, 'ar', 'faq_manage', 'إدارة الأسئلة الشائعة', '2024-11-28 15:04:05', '2024-11-28 16:27:11'), (1098, 'ar', 'page_manage', 'إدارة الأسئلة الشائعة', '2024-11-28 15:04:05', '2024-11-28 16:27:11'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (1099, 'ar', 'create_course', 'إنشاء دورة', '2024-11-28 15:12:08', '2024-11-30 18:25:00'), (1100, 'ar', 'create', 'يخلق', '2024-11-28 15:12:08', '2024-11-30 18:16:41'), (1101, 'ar', 'basic', 'أساسي', '2024-11-28 15:12:08', '2024-11-30 18:25:00'), (1102, 'ar', 'info', 'معلومات', '2024-11-28 15:12:08', '2024-11-30 18:26:02'), (1103, 'ar', 'setting', 'جلسة', '2024-11-28 15:12:08', '2024-11-30 18:04:40'), (1104, 'ar', 'media', 'وسائط', '2024-11-28 15:12:08', '2024-11-30 18:23:12'), (1105, 'ar', 'finish', 'ينهي', '2024-11-28 15:12:08', '2024-11-30 18:26:02'), (1106, 'ar', 'how_about_a_course_title', 'ماذا عن عنوان الدورة', '2024-11-28 15:12:08', '2024-11-30 18:26:02'), (1107, 'ar', 'courses_category', 'فئة الدورات', '2024-11-28 15:12:08', '2024-11-30 18:26:02'), (1108, 'ar', 'select_organization', 'حدد المنظمة', '2024-11-28 15:12:08', '2024-11-30 18:26:02'), (1109, 'ar', 'courses_level', 'مستوى الدورات', '2024-11-28 15:12:08', '2024-11-30 18:26:02'), (1110, 'ar', 'course_demo_video_source', 'مصدر الفيديو التجريبي للدورة', '2024-11-28 15:12:08', '2024-12-02 16:22:19'), (1111, 'ar', 'course_duration', 'مدة الدورة', '2024-11-28 15:12:08', '2024-11-30 18:26:02'), (1112, 'ar', 'short_description', 'وصف قصير', '2024-11-28 15:12:08', '2024-11-30 18:26:02'), (1113, 'ar', 'description', 'وصف', '2024-11-28 15:12:08', '2024-11-30 18:23:12'), (1114, 'ar', 'save__continue', 'حفظ ومتابعة', '2024-11-28 15:12:08', '2024-11-30 18:26:02'), (1115, 'ar', 'add_course_faq', 'أضف الأسئلة الشائعة للدورة', '2024-11-28 15:12:08', '2024-11-30 18:27:01'), (1116, 'ar', 'add', 'يضيف', '2024-11-28 15:12:08', '2024-11-30 18:13:07'), (1117, 'ar', 'add_course_outcomes', 'إضافة نتائج الدورة', '2024-11-28 15:12:08', '2024-11-30 18:27:01'), (1118, 'ar', 'course_requirements', 'متطلبات الدورة', '2024-11-28 15:12:08', '2024-11-30 18:27:01'), (1119, 'ar', 'course_tag', 'علامة الدورة', '2024-11-28 15:12:08', '2024-11-30 18:27:01'), (1120, 'ar', 'previous', 'سابق', '2024-11-28 15:12:08', '2024-11-30 18:27:01'), (1121, 'ar', 'course_pricing', 'تسعير الدورة', '2024-11-28 15:12:08', '2024-11-30 18:27:01'), (1122, 'ar', 'course_price_', 'سعر الدورة ($)', '2024-11-28 15:12:08', '2024-11-30 18:27:01'), (1123, 'ar', 'check_if_this_course_has_a_discount', 'تحقق مما إذا كانت هذه الدورة لديها خصم', '2024-11-28 15:12:08', '2024-11-30 18:27:01'), (1124, 'ar', 'discounted_price_', 'السعر المخفض ($)', '2024-11-28 15:12:08', '2024-11-30 18:27:01'), (1125, 'ar', 'discount', 'تخفيض', '2024-11-28 15:12:08', '2024-11-30 18:27:55'), (1126, 'ar', 'this_course_has', 'هذه الدورة لديها', '2024-11-28 15:12:08', '2024-11-30 18:27:55'), (1127, 'ar', 'discounted_period', 'فترة مخفضة', '2024-11-28 15:12:08', '2024-11-30 18:27:55'), (1128, 'ar', 'course_settings', 'إعدادات الدورة', '2024-11-28 15:12:08', '2024-11-30 18:27:55'), (1129, 'ar', 'access_days', 'أيام الوصول', '2024-11-28 15:12:08', '2024-11-30 18:27:55'), (1130, 'ar', 'seat_capacity', 'سعة المقعد', '2024-11-28 15:12:08', '2024-11-30 18:27:55'), (1131, 'ar', 'course_settings_options', 'خيارات إعدادات الدورة', '2024-11-28 15:12:08', '2024-11-30 18:27:55'), (1132, 'ar', 'has_support', 'لديه دعم', '2024-11-28 15:12:08', '2024-11-30 18:27:55'), (1133, 'ar', 'has_certificate', 'لديه شهادة', '2024-11-28 15:12:08', '2024-11-30 18:27:55'), (1134, 'ar', 'has_course_forum', 'لديه منتدى الدورة', '2024-11-28 15:12:08', '2024-11-30 18:28:44'), (1135, 'ar', 'has_subscription', 'لديه الاشتراك', '2024-11-28 15:12:08', '2024-11-30 18:28:44'), (1136, 'ar', 'is_wait_list', 'هي قائمة الانتظار', '2024-11-28 15:12:08', '2024-11-30 18:28:44'), (1137, 'ar', 'is_upcoming', 'قادم', '2024-11-28 15:12:08', '2024-11-30 18:28:44'), (1138, 'ar', 'is_free_course', 'هي دورة مجانية', '2024-11-28 15:12:08', '2024-11-30 18:28:44'), (1139, 'ar', 'is_live', 'مباشر', '2024-11-28 15:12:08', '2024-11-30 18:28:44'), (1140, 'ar', 'downloadable', 'للتحميل', '2024-11-28 15:12:08', '2024-11-30 18:28:44'), (1141, 'ar', 'add_media_files', 'إضافة ملفات الوسائط', '2024-11-28 15:12:08', '2024-11-30 18:28:44'), (1142, 'ar', 'thumbnail', 'إضافة ملفات الوسائط', '2024-11-28 15:12:08', '2024-11-30 18:28:44'), (1143, 'ar', 'choose_file', 'اختر الملف', '2024-11-28 15:12:08', '2024-11-30 18:00:43'), (1144, 'ar', 'coruse_preview_image', 'صورة معاينة كوروز', '2024-11-28 15:12:08', '2024-11-30 18:29:48'), (1145, 'ar', 'congratulations', 'تهانينا!', '2024-11-28 15:12:08', '2024-11-30 18:29:48'), (1146, 'ar', 'your_course_has_been_successfully_created_learn_the_best_things_in_the_world', 'تم إنشاء الدورة التدريبية الخاصة بك بنجاح. تعلم أفضل الأشياء في العالم.', '2024-11-28 15:12:08', '2024-11-30 18:29:48'), (1147, 'ar', 'thank_you_for_choosing_our_lms_for_your_teaching_needs', 'نشكرك على اختيار نظام إدارة التعلم (LMS) الخاص بنا لتلبية احتياجاتك التعليمية!', '2024-11-28 15:12:08', '2024-11-30 18:29:48'), (1148, 'ar', 'go_to_list', 'اذهب إلى القائمة', '2024-11-28 15:12:08', '2024-11-30 18:29:48'), (1149, 'ar', 'add_new', 'إضافة جديد', '2024-11-28 15:12:08', '2024-11-28 16:27:11'), (1150, 'ar', 'add_new_tag', 'إضافة علامة جديدة', '2024-11-28 15:12:08', '2024-11-30 18:29:48'), (1151, 'ar', 'name', 'اسم', '2024-11-28 15:12:08', '2024-11-28 16:37:23'), (1152, 'ar', 'save', 'يحفظ', '2024-11-28 15:12:08', '2024-11-30 17:59:16'), (1153, 'en', 'course_demo_video_source', 'Course Demo Video Source', '2024-11-28 15:12:09', '2024-11-28 15:12:09'), (1154, 'en', 'paymentmethod', 'payment-method', '2024-11-28 15:12:16', '2024-11-28 15:12:16'), (1155, 'ar', 'cerficate', 'شهادة', '2024-11-28 15:12:28', '2024-11-30 19:00:53'), (1156, 'ar', 'create_certificate', 'إنشاء شهادة', '2024-11-28 15:12:28', '2024-11-30 19:00:53'), (1157, 'ar', 'certificate', 'شهادة', '2024-11-28 15:12:28', '2024-11-30 19:00:53'), (1158, 'ar', 'certificate_title', 'عنوان الشهادة', '2024-11-28 15:12:28', '2024-11-30 19:00:53'), (1159, 'ar', 'certificate_template_image', 'صورة قالب الشهادة', '2024-11-28 15:12:28', '2024-11-30 19:00:53'), (1160, 'ar', 'certificae_title', 'عنوان الشهادة', '2024-11-28 15:12:28', '2024-11-30 19:00:53'), (1161, 'ar', 'title_font_color', 'لون خط العنوان', '2024-11-28 15:12:28', '2024-11-30 19:00:53'), (1162, 'ar', 'title_font_size', 'حجم خط العنوان', '2024-11-28 15:12:28', '2024-11-30 19:00:53'), (1163, 'ar', 'manage_faq', 'إدارة الأسئلة الشائعة', '2024-11-28 15:12:34', '2024-11-30 18:03:38'), (1164, 'ar', 'faq_list', 'قائمة الأسئلة الشائعة', '2024-11-28 15:12:34', '2024-11-30 18:03:38'), (1165, 'ar', 'faq', 'التعليمات', '2024-11-28 15:12:34', '2024-11-30 18:03:38'), (1166, 'ar', 'question', 'سؤال', '2024-11-28 15:12:34', '2024-11-30 18:58:29'), (1167, 'ar', 'action', 'فعل', '2024-11-28 15:12:34', '2024-11-28 16:36:05'), (1168, 'ar', 'manage_page', 'إدارة الصفحة', '2024-11-28 15:12:37', '2024-11-30 18:03:38'), (1169, 'ar', 'page', 'صفحة', '2024-11-28 15:12:37', '2024-11-30 18:03:38'), (1170, 'ar', 'follow_us', 'تابعنا', '2024-11-28 15:21:27', '2024-11-30 19:03:54'), (1171, 'ar', 'top_category', 'الفئة الأعلى', '2024-11-28 15:21:27', '2024-11-30 19:03:54'), (1172, 'ar', 'optimize_your_brain_for_peak', 'تحسين دماغك للذروة', '2024-11-28 15:21:27', '2024-11-30 19:03:54'), (1173, 'ar', 'performance', 'أداء', '2024-11-28 15:21:27', '2024-11-30 19:04:49'), (1174, 'ar', 'view_all_category', 'عرض جميع الفئات', '2024-11-28 15:21:27', '2024-11-30 19:04:49'), (1175, 'ar', 'available', 'متاح', '2024-11-28 15:21:27', '2024-11-30 19:04:49'), (1176, 'ar', 'see_more', 'شاهد المزيد', '2024-11-28 15:21:27', '2024-11-30 19:04:49'), (1177, 'ar', 'popular_course', 'دورة شعبية', '2024-11-28 15:21:27', '2024-11-30 19:04:49'), (1178, 'ar', 'see_our_popular', 'انظر لدينا شعبية', '2024-11-28 15:21:27', '2024-11-30 19:04:49'), (1179, 'ar', 'courses', 'الدورات', '2024-11-28 15:21:27', '2024-11-30 18:04:40'), (1180, 'ar', 'view_all_courses', 'عرض جميع الدورات', '2024-11-28 15:21:27', '2024-11-30 19:04:49'), (1181, 'ar', 'free', 'حر', '2024-11-28 15:21:27', '2024-11-30 19:04:49'), (1182, 'ar', 'hours', 'ساعات', '2024-11-28 15:21:27', '2024-11-30 19:04:49'), (1183, 'ar', 'lessons', 'دروس', '2024-11-28 15:21:27', '2024-12-02 16:10:41'), (1184, 'ar', 'eduven_received_more_than', 'تلقى EduVen أكثر من', '2024-11-28 15:21:27', '2024-11-30 19:05:53'), (1185, 'ar', 'reviews', 'التعليقات', '2024-11-28 15:21:27', '2024-11-30 19:05:53'), (1186, 'ar', 'live_classes', 'دروس حية', '2024-11-28 15:21:27', '2024-11-30 19:05:53'), (1187, 'ar', 'years_experience', 'سنوات الخبرة', '2024-11-28 15:21:27', '2024-11-30 19:05:53'), (1188, 'ar', 'expert_tutor', 'مدرس خبير', '2024-11-28 15:21:27', '2024-11-30 18:14:14'), (1189, 'ar', 'satisfied_students', 'الطلاب الراضون', '2024-11-28 15:21:27', '2024-11-30 18:14:14'), (1190, 'ar', 'upcoming_courses', 'الدورات القادمة', '2024-11-28 15:21:27', '2024-11-30 19:05:53'), (1191, 'ar', 'our_upcoming', 'لدينا القادمة', '2024-11-28 15:21:27', '2024-11-30 19:05:53'), (1192, 'ar', 'our_team_member', 'عضو فريقنا', '2024-11-28 15:21:27', '2024-11-30 19:05:53'), (1193, 'ar', 'meet_our_best', 'تعرف على أفضل ما لدينا', '2024-11-28 15:21:27', '2024-11-30 19:05:53'), (1194, 'ar', 'teachers', 'المعلمين', '2024-11-28 15:21:27', '2024-11-30 19:13:49'), (1195, 'ar', 'more_teachers', 'المزيد من المعلمين', '2024-11-28 15:21:27', '2024-11-30 19:13:49'), (1196, 'ar', 'video_course', 'دورة الفيديو', '2024-11-28 15:21:28', '2024-11-30 19:13:49'), (1197, 'ar', 'online_video', 'فيديو على الانترنت', '2024-11-28 15:21:28', '2024-11-30 19:13:49'), (1198, 'ar', 'join_now_lms_hub', 'انضم الآن LMS HUB', '2024-11-28 15:21:28', '2024-11-30 19:13:49'), (1199, 'ar', 'first_name', 'الاسم الأول', '2024-11-28 15:21:28', '2024-11-30 18:29:48'), (1200, 'ar', 'last_name', 'اسم العائلة', '2024-11-28 15:21:28', '2024-11-30 18:45:40'), (1201, 'ar', 'email', 'بريد إلكتروني', '2024-11-28 15:21:28', '2024-11-28 16:34:50'), (1202, 'ar', 'phone', 'هاتف', '2024-11-28 15:21:28', '2024-11-28 16:34:50'), (1203, 'ar', 'password', 'كلمة المرور', '2024-11-28 15:21:28', '2024-11-30 18:45:40'), (1204, 'ar', 'password_confirmation', 'تأكيد كلمة المرور', '2024-11-28 15:21:28', '2024-11-30 18:45:40'), (1205, 'ar', 'designation', 'تعيين', '2024-11-28 15:21:28', '2024-11-30 18:46:49'), (1206, 'ar', 'about', 'عن', '2024-11-28 15:21:28', '2024-11-30 18:46:49'), (1207, 'ar', 'join_as_instructor', 'انضم كمدرس', '2024-11-28 15:21:28', '2024-11-30 19:13:49'), (1208, 'ar', 'frequent_updates', 'تحديثات متكررة', '2024-11-28 15:21:28', '2024-11-30 19:13:49'), (1209, 'ar', 'updated_news_', 'أخبار محدثة &', '2024-11-28 15:21:28', '2024-11-30 19:13:49'), (1210, 'ar', 'see_all_blog', 'رؤية كل بلوق', '2024-11-28 15:21:28', '2024-11-30 19:13:49'), (1211, 'ar', 'read_more', 'اقرأ المزيد', '2024-11-28 15:21:28', '2024-12-02 16:11:51'), (1212, 'ar', 'course_bundle', 'حزمة الدورة', '2024-11-28 15:21:28', '2024-11-30 18:22:19'), (1213, 'ar', 'blogs', 'مدونات', '2024-11-28 15:21:28', '2024-11-30 19:02:12'), (1214, 'ar', 'contact', 'اتصال', '2024-11-28 15:21:28', '2024-11-30 18:02:08'), (1215, 'ar', 'home', 'بيت', '2024-11-28 15:21:28', '2024-11-30 19:02:12'), (1216, 'ar', 'pages', 'الصفحات', '2024-11-28 15:21:28', '2024-11-30 19:02:12'), (1217, 'en', 'edit_faq', 'Edit Faq', '2024-11-28 15:24:14', '2024-11-28 15:24:14'), (1218, 'en', 'student_profile', 'Student Profile', '2024-11-28 15:27:03', '2024-11-28 15:27:03'), (1219, 'es', 'manage_testimonial', 'Gestionar testimonios', '2024-11-28 15:38:27', '2024-12-02 19:01:56'), (1220, 'es', 'testimonial', 'Testimonial', '2024-11-28 15:38:27', '2024-11-28 15:38:27'), (1221, 'es', 'add_new', 'Agregar nuevo', '2024-11-28 15:38:27', '2024-12-02 17:49:09'), (1222, 'es', 'image', 'Imagen', '2024-11-28 15:38:27', '2024-12-02 18:30:00'), (1223, 'es', 'name', 'Nombre', '2024-11-28 15:38:27', '2024-12-02 17:53:39'), (1224, 'es', 'rating', 'Clasificación', '2024-11-28 15:38:27', '2024-12-02 18:28:40'), (1225, 'es', 'status', 'Estado', '2024-11-28 15:38:27', '2024-12-02 17:52:49'), (1226, 'es', 'action', 'Acción', '2024-11-28 15:38:27', '2024-12-02 17:52:49'), (1227, 'es', 'manage_email', 'Administrar correo electrónico', '2024-11-28 15:38:29', '2024-12-02 17:54:41'), (1228, 'es', 'email_template', 'Plantilla de correo electrónico', '2024-11-28 15:38:29', '2024-12-02 17:54:41'), (1229, 'es', 'manage_category', 'Administrar categoría', '2024-11-28 15:38:48', '2024-12-02 17:50:57'), (1230, 'es', 'manage_notification', 'Administrar notificación', '2024-11-28 15:38:53', '2024-12-02 17:54:41'), (1231, 'es', 'notification', 'Notificación', '2024-11-28 15:38:53', '2024-12-02 17:54:41'), (1232, 'es', 'notification_history', 'Historial de notificaciones', '2024-11-28 15:38:57', '2024-12-02 17:57:21'), (1233, 'es', 'backend_manage', 'Gestión de back-end', '2024-11-28 15:39:01', '2024-12-02 17:54:41'), (1234, 'es', 'backend_settings', 'Configuración de back-end', '2024-11-28 15:39:01', '2024-12-02 17:54:41'), (1235, 'es', 'backend', 'backend', '2024-11-28 15:39:01', '2024-12-02 17:55:30'), (1236, 'es', 'general_setting', 'Configuración general', '2024-11-28 15:39:01', '2024-12-02 17:55:30'), (1237, 'es', 'logo', 'Logo', '2024-11-28 15:39:01', '2024-11-28 15:39:01'), (1238, 'es', 'smtp_setting', 'Configuración SMTP', '2024-11-28 15:39:01', '2024-12-02 17:55:30'), (1239, 'es', 'system_information', 'Información del sistema', '2024-11-28 15:39:01', '2024-12-02 17:55:30'), (1240, 'es', 'application_name', 'Nombre de la aplicación', '2024-11-28 15:39:01', '2024-12-02 17:55:30'), (1241, 'es', 'contact_email', 'Correo electrónico de contacto', '2024-11-28 15:39:01', '2024-12-02 17:55:30'), (1242, 'es', 'date_format', 'Formato de fecha', '2024-11-28 15:39:01', '2024-12-02 17:55:30'), (1243, 'es', 'save', 'Ahorrar', '2024-11-28 15:39:01', '2024-12-02 17:55:30'), (1244, 'es', 'favicon', 'favicon', '2024-11-28 15:39:01', '2024-12-02 17:56:17'), (1245, 'es', 'choose_file', 'Elige el archivo', '2024-11-28 15:39:01', '2024-12-02 17:56:17'), (1246, 'es', 'icon_logo', 'Logotipo del icono', '2024-11-28 15:39:01', '2024-12-02 17:56:17'), (1247, 'es', 'smpt_settings', 'Configuración SMTP', '2024-11-28 15:39:01', '2024-12-02 17:56:17'), (1248, 'es', 'forummanage', 'foro/administrar', '2024-11-28 15:39:15', '2024-12-02 19:06:40'), (1249, 'es', 'forum_list', 'Lista de foros', '2024-11-28 15:39:16', '2024-12-02 19:06:40'), (1250, 'es', 'manage_contact', 'Gestionar contacto', '2024-11-28 15:39:19', '2024-12-02 17:56:17'), (1251, 'es', 'all_contact', 'Todos los contactos', '2024-11-28 15:39:19', '2024-12-02 17:56:17'), (1252, 'es', 'mangage_blog_category', 'Categoría de blog de manga', '2024-11-28 15:39:22', '2024-12-02 18:22:44'), (1253, 'es', 'blog_category', 'Categoría de blog', '2024-11-28 15:39:22', '2024-12-02 18:22:44'), (1254, 'es', 'total_blog', 'Blog total', '2024-11-28 15:39:22', '2024-12-02 18:28:40'), (1255, 'es', 'manage_notice_board', 'Administrar tablón de anuncios', '2024-11-28 15:39:25', '2024-12-02 17:57:21'), (1256, 'es', 'noticeboard', 'Tablón de anuncios', '2024-11-28 15:39:25', '2024-12-02 17:57:21'), (1257, 'es', 'notice_title', 'Título del aviso', '2024-11-28 15:39:25', '2024-12-02 19:08:38'), (1258, 'es', 'massage', 'Masaje', '2024-11-28 15:39:25', '2024-12-02 19:08:38'), (1259, 'es', 'date', 'Fecha', '2024-11-28 15:39:25', '2024-12-02 19:08:38'), (1260, 'en', 'method', 'Method', '2024-11-28 15:41:48', '2024-11-28 15:41:48'), (1261, 'en', 'mode', 'Mode', '2024-11-28 15:41:48', '2024-11-28 15:41:48'), (1262, 'en', 'share_your_feedback', 'Share Your Feedback', '2024-11-28 15:47:23', '2024-11-28 15:47:23'), (1263, 'en', 'submit_now', 'Submit Now', '2024-11-28 15:47:23', '2024-11-28 15:47:23'), (1264, 'en', 'go_to_learn', 'Go to Learn', '2024-11-28 15:47:23', '2024-11-28 15:47:23'), (1265, 'en', 'hour', 'Hour', '2024-11-28 15:47:27', '2024-11-28 15:47:27'), (1266, 'en', 'last_updated', 'Last updated', '2024-11-28 15:47:27', '2024-11-28 15:47:27'), (1267, 'en', 'course_assignments', 'Course Assignments', '2024-11-28 15:47:27', '2024-11-28 15:47:27'), (1268, 'en', 'view', 'View', '2024-11-28 15:47:27', '2024-11-28 15:47:27'), (1269, 'en', 'course_content', 'Course Content', '2024-11-28 15:47:27', '2024-11-28 15:47:27'), (1270, 'en', 'edit_payment_method', 'Edit Payment Method', '2024-11-28 15:47:34', '2024-11-28 15:47:34'), (1271, 'en', 'assignment_name', 'Assignment name', '2024-11-28 15:48:10', '2024-11-28 15:48:10'), (1272, 'en', 'file_type', 'File Type', '2024-11-28 15:48:10', '2024-11-28 15:48:10'), (1273, 'en', 'no_submissions_yet', 'No Submissions Yet', '2024-11-28 15:48:10', '2024-11-28 15:48:10'), (1274, 'en', 'there_are_no_submissions_at_the_moment________________please_check_back_later_or_remind_your_students_to_upload_their________________assignments', 'There are no submissions at the moment.\n Please check back later or remind your students to upload their\n assignments', '2024-11-28 15:48:10', '2024-11-28 15:48:10'), (1275, 'es', 'course_overview', 'Descripción general del curso', '2024-11-28 15:51:26', '2024-12-02 19:04:54'), (1276, 'es', 'curriculum', 'Plan de estudios', '2024-11-28 15:51:26', '2024-12-02 18:24:17'), (1277, 'es', 'learning_outcomes', 'Resultados de aprendizaje', '2024-11-28 15:51:26', '2024-12-02 19:04:54'), (1278, 'es', 'course_faqs', 'Preguntas frecuentes sobre el curso', '2024-11-28 15:51:26', '2024-12-02 19:04:54'), (1279, 'es', 'course_curriculum', 'Plan de estudios del curso', '2024-11-28 15:51:26', '2024-12-02 19:04:54'), (1280, 'es', 'lesson', 'Lección', '2024-11-28 15:51:26', '2024-12-02 19:05:48'), (1281, 'es', 'course_reviews', 'Reseñas de cursos', '2024-11-28 15:51:26', '2024-12-02 19:04:54'), (1282, 'es', 'this_course_includes', 'Este curso incluye', '2024-11-28 15:51:26', '2024-12-02 19:04:54'), (1283, 'es', 'duration', 'Duración', '2024-11-28 15:51:27', '2024-12-02 19:05:48'), (1284, 'es', 'course_level', 'Nivel del curso', '2024-11-28 15:51:27', '2024-12-02 18:24:17'), (1285, 'es', 'tags', 'Etiquetas', '2024-11-28 15:51:27', '2024-12-02 19:05:48'), (1286, 'es', 'certificate', 'Certificado', '2024-11-28 15:51:27', '2024-12-02 18:34:56'), (1287, 'es', 'yes', 'Sí', '2024-11-28 15:51:27', '2024-12-02 19:06:40'), (1288, 'es', 'enroll_the_course', 'Inscribir el curso', '2024-11-28 15:51:27', '2024-12-02 19:06:40'), (1289, 'es', 'free_course_preview', 'Vista previa gratuita del curso', '2024-11-28 15:51:27', '2024-12-02 19:05:48'), (1290, 'es', 'related_course', 'Curso relacionado', '2024-11-28 15:51:27', '2024-12-02 19:05:48'), (1291, 'es', 'explore_related', 'Explorar relacionada', '2024-11-28 15:51:27', '2024-12-02 19:05:48'), (1292, 'es', 'sign_up', 'Inscribirse', '2024-11-28 15:51:27', '2024-12-02 18:35:49'), (1293, 'es', 'remember_me', 'Acuérdate de mí', '2024-11-28 15:51:30', '2024-12-02 18:37:26'), (1294, 'es', 'forgot_password', '¿Has olvidado tu contraseña?', '2024-11-28 15:51:30', '2024-12-02 18:37:26'), (1295, 'es', 'log_in', 'Acceso', '2024-11-28 15:51:30', '2024-12-02 18:37:26'), (1296, 'en', 'my_course', 'My Course', '2024-11-28 15:52:32', '2024-11-28 15:52:32'), (1297, 'en', 'course_in_progress', 'Course in progress', '2024-11-28 15:52:32', '2024-11-28 15:52:32'), (1298, 'en', 'completed_course', 'Completed course', '2024-11-28 15:52:32', '2024-11-28 15:52:32'), (1299, 'en', 'my_enrolled', 'My Enrolled', '2024-11-28 15:52:32', '2024-11-28 15:52:32'), (1300, 'en', 'course_purchase', 'Course Purchase', '2024-11-28 15:52:32', '2024-11-28 15:52:32'), (1301, 'en', 'bundle_purchase', 'Bundle Purchase', '2024-11-28 15:52:32', '2024-11-28 15:52:32'), (1302, 'en', 'quizzes', 'Quizzes', '2024-11-28 15:52:32', '2024-11-28 15:52:32'), (1303, 'en', 'my_result', 'My Result', '2024-11-28 15:52:32', '2024-11-28 15:52:32'), (1304, 'en', 'assingment', 'Assingment', '2024-11-28 15:52:32', '2024-11-28 15:52:32'), (1305, 'en', 'course_support', 'Course Support', '2024-11-28 15:52:32', '2024-11-28 15:52:32'), (1306, 'en', 'not_latest_courses', 'Not Latest Courses', '2024-11-28 15:57:48', '2024-11-28 15:57:48'), (1307, 'en', 'my_student', 'My Student', '2024-11-28 15:57:48', '2024-11-28 15:57:48'), (1308, 'en', 'assignments', 'Assignments', '2024-11-28 15:57:48', '2024-11-28 15:57:48'), (1309, 'en', 'my_courses', 'My Courses', '2024-11-28 15:57:59', '2024-11-28 15:57:59'), (1310, 'es', 'manage_instructor', 'Administrar instructora', '2024-11-28 16:08:56', '2024-12-02 17:52:49'), (1311, 'es', 'all_instructor', 'Todo instructor', '2024-11-28 16:08:56', '2024-12-02 17:52:49'), (1312, 'es', 'all', 'Toda', '2024-11-28 16:08:56', '2024-12-02 17:52:49'), (1313, 'es', 'active', 'Activa', '2024-11-28 16:08:56', '2024-12-02 17:52:49'), (1314, 'es', 'inactive', 'Inactiva', '2024-11-28 16:08:56', '2024-12-02 17:52:49'), (1315, 'es', 'verified', 'Verificada', '2024-11-28 16:08:56', '2024-12-02 17:52:49'), (1316, 'es', 'un_verified', 'Sin verificar', '2024-11-28 16:08:56', '2024-12-02 17:52:49'), (1317, 'es', 'filter', 'Filtrar', '2024-11-28 16:08:56', '2024-12-02 17:53:39'), (1318, 'es', 'refresh', 'Refrescar', '2024-11-28 16:08:56', '2024-12-02 17:51:53'), (1319, 'es', 'profile', 'Perfil', '2024-11-28 16:08:56', '2024-12-02 17:51:53'), (1320, 'es', 'total_course', 'Curso total', '2024-11-28 16:08:56', '2024-12-02 17:51:53'), (1321, 'es', 'email_verify', 'Verificar correo electrónico', '2024-11-28 16:08:56', '2024-12-02 17:51:53'), (1322, 'es', 'organization_manage', 'Gestión de la organización', '2024-11-28 16:10:32', '2024-12-02 17:51:53'), (1323, 'es', 'all_organization', 'Toda la organización', '2024-11-28 16:10:32', '2024-12-02 17:51:53'), (1324, 'en', 'bundle_manage', 'Bundle manage', '2024-11-28 16:11:09', '2024-11-28 16:11:09'), (1325, 'es', 'edit_instructor', 'Instructor de edición', '2024-11-28 16:13:24', '2024-12-02 18:21:43'), (1326, 'es', 'edit', 'Editar', '2024-11-28 16:13:24', '2024-12-02 18:07:32'), (1327, 'es', 'enter_first_name', 'Introduzca el nombre', '2024-11-28 16:13:24', '2024-12-02 18:20:03'), (1328, 'es', 'enter_last_name', 'Ingrese el apellido', '2024-11-28 16:13:24', '2024-12-02 18:20:54'), (1329, 'es', 'phone_number', 'Número de teléfono', '2024-11-28 16:13:24', '2024-12-02 18:20:54'), (1330, 'es', 'enter_phone_number', 'Ingrese el número de teléfono', '2024-11-28 16:13:24', '2024-12-02 18:20:54'), (1331, 'es', 'enter_email', 'Ingrese el correo electrónico', '2024-11-28 16:13:24', '2024-12-02 18:20:54'), (1332, 'es', 'select_country', 'Seleccionar país', '2024-11-28 16:13:24', '2024-12-02 18:06:44'), (1333, 'es', 'select_state', 'Seleccionar estado', '2024-11-28 16:13:24', '2024-12-02 18:06:44'), (1334, 'es', 'select_city', 'Seleccionar ciudad', '2024-11-28 16:13:24', '2024-12-02 18:21:43'), (1335, 'es', 'enter_designation', 'Ingrese la designación', '2024-11-28 16:13:24', '2024-12-02 18:21:43'), (1336, 'es', 'address', 'DIRECCIÓN', '2024-11-28 16:13:24', '2024-12-02 18:02:19'), (1337, 'es', 'enter_address', 'Introduzca la dirección', '2024-11-28 16:13:24', '2024-12-02 18:21:43'), (1338, 'es', 'profile_image', 'Imagen de perfil', '2024-11-28 16:13:24', '2024-12-02 18:21:43'), (1339, 'es', 'update', 'Actualizar', '2024-11-28 16:13:24', '2024-12-02 18:07:32'), (1340, 'en', 'your_course_list', 'Your Course list', '2024-11-28 16:13:53', '2024-11-28 16:13:53'), (1341, 'en', 'you_are_able_to_create_edit_or_delete_course_from_here', 'You are able to create edit or delete course from here', '2024-11-28 16:13:53', '2024-11-28 16:13:53'), (1342, 'ar', 'theme_setting', 'إعداد الموضوع', '2024-11-28 16:20:21', '2024-11-28 16:20:37'), (1343, 'ar', 'state_manage', 'إدارة الدولة', '2024-11-28 16:27:11', '2024-11-28 16:27:11'), (1344, 'ar', 'no_state_found', 'لم يتم العثور على الدولة', '2024-11-28 16:27:11', '2024-11-28 16:27:11'), (1345, 'ar', 'manage_icon', 'إدارة الأيقونة', '2024-11-28 16:27:11', '2024-11-28 16:27:11'), (1346, 'ar', 'no_no_icon_found', 'لا يوجد لا يوجد رمز تم العثور عليه', '2024-11-28 16:27:11', '2024-11-28 16:27:11'), (1347, 'ar', 'manage_category', 'إدارة الفئة', '2024-11-28 16:33:28', '2024-11-28 16:33:28'), (1348, 'ar', 'no_category_found', 'إدارة الفئة', '2024-11-28 16:33:28', '2024-11-28 16:33:28'), (1349, 'ar', '_add_new_', 'أضف جديدا', '2024-11-28 16:33:28', '2024-11-28 16:33:28'), (1350, 'ar', 'enrollmentmanage', 'التسجيل/إدارة', '2024-11-28 16:33:28', '2024-11-28 16:33:28'), (1351, 'ar', 'student_list', 'قائمة الطلاب', '2024-11-28 16:33:28', '2024-11-28 16:33:28'), (1352, 'ar', 'enroll', 'قائمة الطلاب', '2024-11-28 16:33:28', '2024-11-28 16:33:28'), (1353, 'ar', 'no_enrollment_found', 'لم يتم العثور على التسجيل', '2024-11-28 16:33:28', '2024-11-28 16:33:28'), (1354, 'ar', 'manage_meeting', 'إدارة الاجتماع', '2024-11-28 16:33:28', '2024-11-28 16:33:28'), (1355, 'ar', 'meeting', 'مقابلة', '2024-11-28 16:33:28', '2024-11-28 16:33:28'), (1356, 'ar', 'no_meeting_provider_found', 'لم يتم العثور على موفر اجتماع', '2024-11-28 16:34:50', '2024-11-28 16:34:50'), (1357, 'ar', 'organization_manage', 'إدارة المنظمة', '2024-11-28 16:34:50', '2024-11-28 16:34:50'), (1358, 'ar', 'all_organization', 'جميع المنظمات', '2024-11-28 16:34:50', '2024-11-28 16:34:50'), (1359, 'ar', 'refresh', 'ينعش', '2024-11-28 16:34:50', '2024-11-28 16:34:50'), (1360, 'ar', 'profile', 'حساب تعريفي', '2024-11-28 16:34:50', '2024-11-28 16:34:50'), (1361, 'ar', 'total_course', 'إجمالي الدورة', '2024-11-28 16:34:50', '2024-11-28 16:34:50'), (1362, 'ar', 'email_verify', 'التحقق من البريد الإلكتروني', '2024-11-28 16:34:50', '2024-11-28 16:34:50'), (1363, 'ar', 'status', 'حالة', '2024-11-28 16:36:05', '2024-11-28 16:36:05'), (1364, 'ar', 'manage_instructor', 'إدارة المدرب', '2024-11-28 16:36:05', '2024-11-28 16:36:05'), (1365, 'ar', 'all_instructor', 'جميع المدربين', '2024-11-28 16:36:05', '2024-11-28 16:36:05'), (1366, 'ar', 'all', 'الجميع', '2024-11-28 16:36:05', '2024-11-28 16:36:05'), (1367, 'ar', 'active', 'نشيط', '2024-11-28 16:36:05', '2024-11-28 16:36:05'), (1368, 'ar', 'inactive', 'غير نشط', '2024-11-28 16:36:05', '2024-11-28 16:36:05'), (1369, 'ar', 'verified', 'تم التحقق منه', '2024-11-28 16:36:05', '2024-11-28 16:36:05'), (1370, 'ar', 'un_verified', 'غير مُتحقق', '2024-11-28 16:36:05', '2024-11-28 16:36:05'), (1371, 'ar', 'filter', 'فلتر', '2024-11-28 16:37:23', '2024-11-28 16:37:23'), (1372, 'ar', 'manage_student', 'إدارة الطالب', '2024-11-28 16:37:23', '2024-11-28 16:37:23'), (1373, 'ar', 'all_student', 'جميع الطلاب', '2024-11-28 16:37:23', '2024-11-28 16:37:23'), (1374, 'ar', 'enrolled_course', 'دورة مدلفنة', '2024-11-28 16:37:23', '2024-11-28 16:37:23'), (1375, 'ar', 'language_manage', 'إدارة اللغة', '2024-11-28 16:37:23', '2024-11-28 16:37:23'), (1376, 'ar', 'code', 'شفرة', '2024-11-28 16:37:23', '2024-11-28 16:37:23'), (1377, 'ar', 'new_enroll', 'شفرة', '2024-11-28 16:37:23', '2024-11-28 16:37:23'), (1378, 'ar', 'select_student', 'حدد الطالب', '2024-11-28 16:37:23', '2024-11-28 16:37:23'), (1379, 'en', 'your_course', 'Your Course', '2024-11-28 16:42:00', '2024-11-28 16:42:00'), (1380, 'en', 'leave_a_comment', 'Leave a Comment', '2024-11-28 16:43:25', '2024-11-28 16:43:25'), (1381, 'en', 'cancle', 'Cancle', '2024-11-28 16:43:25', '2024-11-28 16:43:25'), (1382, 'es', 'manage_student', 'Administrar estudiante', '2024-11-28 16:45:19', '2024-12-02 17:53:39'), (1383, 'es', 'all_student', 'Todos los estudiantes', '2024-11-28 16:45:19', '2024-12-02 17:53:39'), (1384, 'es', 'enrolled_course', 'Curso inscrito', '2024-11-28 16:45:19', '2024-12-02 17:53:39'), (1385, 'en', 'not_found', 'Not Found', '2024-11-28 16:46:10', '2024-11-28 16:46:10'), (1386, 'es', 'manage_course', 'Administrar curso', '2024-11-28 16:46:10', '2024-12-02 18:07:32'), (1387, 'es', 'course_type', 'Tipo de curso', '2024-11-28 16:46:10', '2024-12-02 18:07:32'), (1388, 'es', 'course_list', 'Lista de cursos', '2024-11-28 16:46:10', '2024-12-02 18:07:32'), (1389, 'es', 'all_course_here', 'Todo el curso aquí', '2024-11-28 16:46:10', '2024-12-02 18:07:32'), (1390, 'es', 'add_course', 'Agregar curso', '2024-11-28 16:46:10', '2024-12-02 18:07:32'), (1391, 'es', 'course_title', 'Título del curso', '2024-11-28 16:46:10', '2024-12-02 18:24:17'), (1392, 'es', 'sales', 'Ventas', '2024-11-28 16:46:10', '2024-12-02 18:24:17'), (1393, 'es', 'course_status', 'Estado del curso', '2024-11-28 16:46:10', '2024-12-02 18:24:17'), (1394, 'es', 'edit_course', 'Editar curso', '2024-11-28 16:46:36', '2024-12-02 18:24:17'), (1395, 'es', 'basic', 'Básico', '2024-11-28 16:46:36', '2024-12-02 18:13:05'), (1396, 'es', 'info', 'Información', '2024-11-28 16:46:36', '2024-12-02 18:14:10'), (1397, 'es', 'media', 'Medios de comunicación', '2024-11-28 16:46:36', '2024-12-02 18:13:05'), (1398, 'es', 'manage_meeting', 'Administrar reunión', '2024-11-28 16:46:36', '2024-12-02 17:50:57'), (1399, 'es', 'notices_board', 'Tablón de anuncios', '2024-11-28 16:46:36', '2024-12-02 18:25:10'), (1400, 'es', 'setting', 'Configuración', '2024-11-28 16:46:36', '2024-12-02 17:59:40'), (1401, 'es', 'finish', 'Finalizar', '2024-11-28 16:46:37', '2024-12-02 18:14:10'), (1402, 'es', 'add_course_curriculumn', 'Agregar plan de estudios del curso', '2024-11-28 16:46:37', '2024-12-02 18:25:10'), (1403, 'es', 'add_chapter', 'Agregar capítulo', '2024-11-28 16:46:37', '2024-12-02 18:25:10'), (1404, 'es', 'add_topic', 'Agregar tema', '2024-11-28 16:46:37', '2024-12-02 18:25:10'), (1405, 'es', 'save__continue', 'Guardar y continuar', '2024-11-28 16:46:37', '2024-12-02 18:14:10'), (1406, 'es', 'how_about_a_course_title', '¿Qué tal el título de un curso?', '2024-11-28 16:46:37', '2024-12-02 18:14:10'), (1407, 'es', 'courses_category', 'Categoría de cursos', '2024-11-28 16:46:37', '2024-12-02 18:14:10'), (1408, 'es', 'select_organization', 'Seleccionar organización', '2024-11-28 16:46:37', '2024-12-02 18:14:10'), (1409, 'es', 'courses_level', 'Nivel de cursos', '2024-11-28 16:46:37', '2024-12-02 18:14:10'), (1410, 'es', 'course_demo_video_source', 'Fuente del vídeo de demostración del curso', '2024-11-28 16:46:37', '2024-12-02 19:09:38'), (1411, 'es', 'course_duration', 'Duración del curso', '2024-11-28 16:46:37', '2024-12-02 18:14:10'), (1412, 'es', 'short_description', 'Breve descripción', '2024-11-28 16:46:37', '2024-12-02 18:14:10'), (1413, 'es', 'description', 'Descripción', '2024-11-28 16:46:37', '2024-12-02 18:13:05'), (1414, 'es', 'previous', 'Previo', '2024-11-28 16:46:37', '2024-12-02 18:16:22'), (1415, 'es', 'add_course_faq', 'Agregar preguntas frecuentes sobre el curso', '2024-11-28 16:46:37', '2024-12-02 18:16:22'), (1416, 'es', 'add', 'Agregar', '2024-11-28 16:46:37', '2024-12-02 18:03:06'), (1417, 'es', 'add_course_outcomes', 'Agregar resultados del curso', '2024-11-28 16:46:37', '2024-12-02 18:16:22'), (1418, 'es', 'course_requirements', 'Requisitos del curso', '2024-11-28 16:46:37', '2024-12-02 18:16:22'), (1419, 'es', 'course_tag', 'Etiqueta del curso', '2024-11-28 16:46:37', '2024-12-02 18:16:22'), (1420, 'es', 'course_pricing', 'Precios del curso', '2024-11-28 16:46:37', '2024-12-02 18:16:22'), (1421, 'es', 'course_price_', 'Precio del curso ($)', '2024-11-28 16:46:37', '2024-12-02 18:16:22'), (1422, 'es', 'check_if_this_course_has_a_discount', 'Consulta si este curso tiene descuento.', '2024-11-28 16:46:37', '2024-12-02 18:16:22'), (1423, 'es', 'discounted_price_', 'Precio con descuento ($)', '2024-11-28 16:46:37', '2024-12-02 18:16:22'), (1424, 'es', 'discount', 'Descuento', '2024-11-28 16:46:37', '2024-12-02 18:17:19'), (1425, 'es', 'this_course_has', 'Este curso tiene', '2024-11-28 16:46:37', '2024-12-02 18:17:19'), (1426, 'es', 'discounted_period', 'Período de descuento', '2024-11-28 16:46:37', '2024-12-02 18:17:19'), (1427, 'es', 'add_media_files', 'Agregar archivos multimedia', '2024-11-28 16:46:37', '2024-12-02 18:19:00'), (1428, 'es', 'thumbnail', 'Uña del pulgar', '2024-11-28 16:46:37', '2024-12-02 18:19:00'), (1429, 'es', 'coruse_preview_image', 'Imagen de vista previa de Coruse', '2024-11-28 16:46:37', '2024-12-02 18:20:03'), (1430, 'es', 'select_meeting_provider', 'Seleccionar proveedor de reuniones', '2024-11-28 16:46:37', '2024-12-02 18:25:10'), (1431, 'es', 'meeting_id', 'Identificación de la reunión', '2024-11-28 16:46:37', '2024-12-02 18:25:10'), (1432, 'es', 'moderator_password', 'Contraseña de moderador', '2024-11-28 16:46:37', '2024-12-02 18:25:10'), (1433, 'es', 'set_meeting_time', 'Establecer hora de reunión', '2024-11-28 16:46:37', '2024-12-02 18:25:10'), (1434, 'es', 'schedule_date', 'Fecha programada', '2024-11-28 16:46:37', '2024-12-02 18:26:02'), (1435, 'es', 'schedule_time', 'Horario de programación', '2024-11-28 16:46:37', '2024-12-02 18:26:02'), (1436, 'es', 'instruction_for_students', 'Instrucción para estudiantes', '2024-11-28 16:46:37', '2024-12-02 18:26:02'), (1437, 'es', 'title', 'Título', '2024-11-28 16:46:37', '2024-12-02 18:04:01'), (1438, 'es', 'notice_description', 'Descripción del aviso', '2024-11-28 16:46:37', '2024-12-02 18:26:02'), (1439, 'es', 'do_you_want_to_mail_this_notice_to_all_of_your_students', '¿Quiere enviar este aviso por correo a todos sus estudiantes?', '2024-11-28 16:46:37', '2024-12-02 18:26:02'), (1440, 'es', 'all_notice', 'Todo aviso', '2024-11-28 16:46:37', '2024-12-02 18:26:02'), (1441, 'es', 'no_notice_available', 'No hay aviso disponible.', '2024-11-28 16:46:37', '2024-12-02 18:26:02'), (1442, 'es', 'course_settings', 'Configuración del curso', '2024-11-28 16:46:37', '2024-12-02 18:17:19'), (1443, 'es', 'access_days', 'Configuración del curso', '2024-11-28 16:46:37', '2024-12-02 18:17:19'), (1444, 'es', 'seat_capacity', 'Capacidad del asiento', '2024-11-28 16:46:37', '2024-12-02 18:17:19'), (1445, 'es', 'course_settings_options', 'Opciones de configuración del curso', '2024-11-28 16:46:37', '2024-12-02 18:17:19'), (1446, 'es', 'has_support', 'Tiene soporte', '2024-11-28 16:46:37', '2024-12-02 18:17:19'), (1447, 'es', 'has_certificate', 'Tiene certificado', '2024-11-28 16:46:37', '2024-12-02 18:17:19'), (1448, 'es', 'has_course_forum', 'Tiene foro del curso', '2024-11-28 16:46:37', '2024-12-02 18:19:00'), (1449, 'es', 'has_subscription', 'Tiene suscripción', '2024-11-28 16:46:37', '2024-12-02 18:19:00'), (1450, 'es', 'is_wait_list', 'Es lista de espera', '2024-11-28 16:46:37', '2024-12-02 18:19:00'), (1451, 'es', 'is_upcoming', 'está próxima', '2024-11-28 16:46:37', '2024-12-02 18:19:00'), (1452, 'es', 'is_free_course', 'Es un curso gratuito', '2024-11-28 16:46:37', '2024-12-02 18:19:00'), (1453, 'es', 'is_live', 'Está vivo', '2024-11-28 16:46:37', '2024-12-02 18:19:00'), (1454, 'es', 'downloadable', 'Descargable', '2024-11-28 16:46:37', '2024-12-02 18:19:00'), (1455, 'es', 'congratulations', '¡Felicidades!', '2024-11-28 16:46:37', '2024-12-02 18:20:03'), (1456, 'es', 'your_course_has_been_successfully_created_learn_the_best_things_in_the_world', 'Su curso ha sido creado exitosamente. Aprende las mejores cosas del mundo.', '2024-11-28 16:46:37', '2024-12-02 18:20:03'), (1457, 'es', 'thank_you_for_choosing_our_lms_for_your_teaching_needs', '¡Gracias por elegir nuestro LMS para sus necesidades de enseñanza!', '2024-11-28 16:46:37', '2024-12-02 18:20:03'), (1458, 'es', 'go_to_list', 'Ir a la lista', '2024-11-28 16:46:37', '2024-12-02 18:20:03'), (1459, 'es', 'add_new_chapter', 'Agregar nuevo capítulo', '2024-11-28 16:46:37', '2024-12-02 18:26:02'), (1460, 'es', 'sumbit', 'enviar', '2024-11-28 16:46:37', '2024-12-02 18:26:02'), (1461, 'es', 'add_new_topic', 'Agregar nuevo tema', '2024-11-28 16:46:37', '2024-12-02 18:26:48'), (1462, 'es', 'topic_type', 'Tipo de tema', '2024-11-28 16:46:37', '2024-12-02 18:26:48'), (1463, 'es', 'add_question', 'Agregar pregunta', '2024-11-28 16:46:37', '2024-12-02 18:26:49'), (1464, 'es', 'question_title', 'Título de la pregunta', '2024-11-28 16:46:37', '2024-12-02 18:26:49'), (1465, 'es', 'quiz_mark', 'Marca de prueba', '2024-11-28 16:46:37', '2024-12-02 18:26:49'), (1466, 'es', 'quiz_type', 'Tipo de prueba', '2024-11-28 16:46:37', '2024-12-02 18:26:49'), (1467, 'es', 'select_quiz_question_type', 'Seleccione el tipo de pregunta del cuestionario', '2024-11-28 16:46:37', '2024-12-02 18:26:49'), (1468, 'es', 'multiple_choice', 'opción múltiple', '2024-11-28 16:46:37', '2024-12-02 18:26:49'), (1469, 'es', 'single_choice', 'elección única', '2024-11-28 16:46:37', '2024-12-02 18:26:49'), (1470, 'es', 'fill_in_the_blank', 'Completa el espacio en blanco', '2024-11-28 16:46:37', '2024-12-02 18:29:08'), (1471, 'es', 'update_quiz', 'Actualizar cuestionario', '2024-11-28 16:46:37', '2024-12-02 18:28:40'), (1472, 'es', 'add_new_tag', 'Agregar nueva etiqueta', '2024-11-28 16:46:37', '2024-12-02 18:20:03'), (1473, 'es', 'edit_organization', 'Editar organización', '2024-11-28 16:50:06', '2024-12-02 18:22:44'), (1474, 'es', 'organization_name', 'Nombre de la organización', '2024-11-28 16:50:06', '2024-12-02 18:22:44'), (1475, 'en', 'office_hour', 'Office Hour', '2024-11-28 16:51:26', '2024-11-28 16:51:26'), (1476, 'en', 'location', 'Location', '2024-11-28 16:51:26', '2024-11-28 16:51:26'), (1477, 'es', 'upload_file', 'Cargar archivo', '2024-11-28 17:03:17', '2024-12-02 18:25:10'), (1478, 'en', 'back', 'Back', '2024-11-28 17:16:58', '2024-11-28 17:16:58'), (1479, 'en', 'edit_question', 'Edit Question', '2024-11-28 17:16:58', '2024-11-28 17:16:58'), (1480, 'en', 'add_answer', 'Add Answer', '2024-11-28 17:16:58', '2024-11-28 17:16:58'), (1481, 'en', 'option_1', 'Option 1', '2024-11-28 17:16:58', '2024-11-28 17:16:58'), (1482, 'en', 'check_if_this_is_correct', 'Check if this is Correct', '2024-11-28 17:16:58', '2024-11-28 17:16:58'), (1483, 'en', 'icon_with_class_name', 'Icon with class name', '2024-11-28 17:17:42', '2024-11-28 17:17:42'), (1484, 'en', 'delete', 'Delete', '2024-11-28 17:17:42', '2024-11-28 17:17:42'), (1485, 'en', 'short_info', 'Short Info', '2024-11-28 17:17:42', '2024-11-28 17:17:42'), (1486, 'en', 'button_name', 'Button Name', '2024-11-28 17:17:42', '2024-11-28 17:17:42'), (1487, 'en', 'button_link', 'Button Link', '2024-11-28 17:17:42', '2024-11-28 17:17:42'), (1488, 'en', 'banner_image', 'Banner Image', '2024-11-28 17:17:42', '2024-11-28 17:17:42'), (1489, 'en', 'join_now', 'Join Now', '2024-11-28 17:24:17', '2024-11-28 17:24:17'), (1490, 'es', 'meeting', 'Reunión', '2024-11-28 17:41:21', '2024-12-02 17:50:57'), (1491, 'en', 'correct', 'Correct', '2024-11-28 17:48:33', '2024-11-28 17:48:33'), (1492, 'en', 'incorrect', 'Incorrect', '2024-11-28 17:56:56', '2024-11-28 17:56:56'), (1493, 'en', 'correct_answer', 'Correct answer', '2024-11-28 17:56:56', '2024-11-28 17:56:56'), (1494, 'en', 'my_all_enroll_course', 'My All Enroll Course', '2024-11-28 17:58:20', '2024-11-28 17:58:20'), (1495, 'en', 'continue', 'Continue', '2024-11-28 17:58:20', '2024-11-28 17:58:20'), (1496, 'en', 'my_all_bundle_course', 'My All Bundle Course', '2024-11-28 17:58:59', '2024-11-28 17:58:59'), (1497, 'en', 'you_have_no_bundle_course_to_show', 'You have no bundle course to show', '2024-11-28 17:58:59', '2024-11-28 17:58:59'), (1498, 'en', 'purchase_course', 'Purchase Course', '2024-11-28 17:59:01', '2024-11-28 17:59:01'), (1499, 'en', 'my_all_purchase_course', 'My All Purchase Course', '2024-11-28 17:59:01', '2024-11-28 17:59:01'), (1500, 'en', 'you_have_no_paid_course_to_show', 'You have no paid course to show', '2024-11-28 17:59:01', '2024-11-28 17:59:01'), (1501, 'en', 'my_certificate', 'My Certificate', '2024-11-28 17:59:03', '2024-11-28 17:59:03'), (1502, 'en', 'my_all_certificate', 'My All Certificate', '2024-11-28 17:59:03', '2024-11-28 17:59:03'), (1503, 'en', 'you_have_no_certificate', 'You have no Certificate', '2024-11-28 17:59:03', '2024-11-28 17:59:03'), (1504, 'en', 'my_assignment', 'My Assignment', '2024-11-28 17:59:06', '2024-11-28 17:59:06'), (1505, 'en', 'assignment', 'Assignment', '2024-11-28 17:59:06', '2024-11-28 17:59:06'), (1506, 'en', 'you_have_no_assignment', 'You have no Assignment', '2024-11-28 17:59:06', '2024-11-28 17:59:06'), (1507, 'en', 'my_quizzes', 'My quizzes', '2024-11-28 17:59:11', '2024-11-28 17:59:11'), (1508, 'en', 'my_all_quiz', 'My All quiz', '2024-11-28 17:59:11', '2024-11-28 17:59:11'), (1509, 'en', 'quiz', 'quiz', '2024-11-28 17:59:11', '2024-11-28 17:59:11'), (1510, 'en', 'quiz_grade', 'Quiz grade', '2024-11-28 17:59:11', '2024-11-28 17:59:11'), (1511, 'en', 'pass_mark', 'Pass Mark', '2024-11-28 17:59:11', '2024-11-28 17:59:11'), (1512, 'en', 'my_grade', 'My grade', '2024-11-28 17:59:11', '2024-11-28 17:59:11'), (1513, 'en', 'failed', 'Failed', '2024-11-28 17:59:11', '2024-11-28 17:59:11'), (1514, 'en', 'view_result', 'View Result', '2024-11-28 17:59:11', '2024-11-28 17:59:11'), (1515, 'en', 'request_certificate', 'Request Certificate', '2024-11-28 17:59:11', '2024-11-28 17:59:11'), (1516, 'en', 'go_course', 'Go Course', '2024-11-28 17:59:11', '2024-11-28 17:59:11'), (1517, 'en', 'create_support', 'Create Support', '2024-11-28 18:00:55', '2024-11-28 18:00:55'), (1518, 'en', 'support_type', 'Support Type', '2024-11-28 18:00:55', '2024-11-28 18:00:55'), (1519, 'en', 'select_course_type', 'Select Course Type', '2024-11-28 18:00:55', '2024-11-28 18:00:55'), (1520, 'en', 'platform', 'Platform', '2024-11-28 18:00:55', '2024-11-28 18:00:55'), (1521, 'en', 'select_support_category', 'Select Support Category', '2024-11-28 18:00:55', '2024-11-28 18:00:55'), (1522, 'en', 'no_file_choose', 'No file choose', '2024-11-28 18:00:55', '2024-11-28 18:00:55'), (1523, 'en', 'all_support', 'All Support', '2024-11-28 18:00:57', '2024-11-28 18:00:57'), (1524, 'en', 'supports', 'Supports', '2024-11-28 18:00:57', '2024-11-28 18:00:57'), (1525, 'en', '_you_have_no_ticket', ' You have no Ticket', '2024-11-28 18:00:57', '2024-11-28 18:00:57'), (1526, 'en', 'all_course_support', 'All Course Support', '2024-11-28 18:01:00', '2024-11-28 18:01:00'), (1527, 'en', 'you_have_no_ticket', 'You have no Ticket', '2024-11-28 18:01:00', '2024-11-28 18:01:00'), (1528, 'en', 'call', 'Call', '2024-11-28 18:04:47', '2024-11-28 18:04:47'), (1529, 'en', 'profilesetting', 'profile/setting', '2024-11-28 18:15:01', '2024-11-28 18:15:01'), (1530, 'en', 'images', 'Images', '2024-11-28 18:15:02', '2024-11-28 18:15:02'), (1531, 'en', 'top_skill', 'Top Skill', '2024-11-28 18:15:02', '2024-11-28 18:15:02'), (1532, 'en', 'translate', 'translate()', '2024-11-28 18:15:02', '2024-11-28 18:15:02'), (1533, 'en', 'select_time_zone', 'Select Time Zone', '2024-11-28 18:15:02', '2024-11-28 18:15:02'), (1534, 'en', 'confirm_passowrd', 'Confirm Passowrd', '2024-11-28 18:15:02', '2024-11-28 18:15:02'), (1535, 'en', 'about_your_self', 'About Your self', '2024-11-28 18:15:02', '2024-11-28 18:15:02'), (1536, 'en', 'cover_image', 'Cover Image', '2024-11-28 18:15:02', '2024-11-28 18:15:02'), (1537, 'en', 'educational_qualification', 'Educational Qualification', '2024-11-28 18:15:02', '2024-11-28 18:15:02'), (1538, 'en', 'previous_experience', 'Previous Experience', '2024-11-28 18:15:02', '2024-11-28 18:15:02'), (1539, 'en', 'enter_your_previous_skill', 'Enter your Previous skill', '2024-11-28 18:15:02', '2024-11-28 18:15:02'), (1540, 'en', 'please_press', 'Please press', '2024-11-28 18:15:03', '2024-11-28 18:15:03'), (1541, 'en', 'after_writing_your_skill_keyword', 'after writing your skill keyword', '2024-11-28 18:15:03', '2024-11-28 18:15:03'), (1542, 'en', 'edit_certificate', 'Edit Certificate', '2024-11-28 18:17:44', '2024-11-28 18:17:44'), (1543, 'en', 'certificate_id', 'Certificate ID', '2024-11-28 18:27:44', '2024-11-28 18:27:44'), (1544, 'en', 'certificate_type', 'Certificate Type', '2024-11-28 18:27:44', '2024-11-28 18:27:44'), (1545, 'en', 'certificate_date', 'Certificate Date', '2024-11-28 18:27:44', '2024-11-28 18:27:44'), (1546, 'es', 'manage_tag', 'Administrar etiqueta', '2024-11-28 18:37:35', '2024-12-02 18:09:22'), (1547, 'es', 'all_course', 'Todo el curso', '2024-11-28 18:39:19', '2024-12-02 19:01:56'), (1548, 'es', 'categories', 'Categorías', '2024-11-28 18:39:19', '2024-12-02 19:01:56'), (1549, 'es', 'call', 'Llamar', '2024-11-28 18:39:19', '2024-12-02 19:19:03'), (1550, 'es', 'join_now', 'Únete ahora', '2024-11-28 18:39:19', '2024-12-02 19:14:12'), (1551, 'es', 'language_manage', 'Gestionar idioma', '2024-11-28 18:44:00', '2024-12-02 17:53:39'), (1552, 'es', 'code', 'Código', '2024-11-28 18:44:00', '2024-12-02 17:53:39'), (1553, 'es', 'short_code', 'Código corto', '2024-11-28 18:44:05', '2024-12-02 19:01:56'), (1554, 'es', 'search', 'Buscar', '2024-11-28 18:44:09', '2024-12-02 18:05:47'), (1555, 'es', 'key', 'Llave', '2024-11-28 18:44:09', '2024-12-02 18:05:47'), (1556, 'es', 'value', 'Valor', '2024-11-28 18:44:09', '2024-12-02 18:05:47'), (1557, 'es', 'edit_notification', 'Editar notificación', '2024-11-28 18:44:36', '2024-12-02 19:06:40'), (1558, 'es', 'template_name', 'Nombre de la plantilla', '2024-11-28 18:44:36', '2024-12-02 18:33:54'), (1559, 'es', 'content', 'Contenido', '2024-11-28 18:44:36', '2024-12-02 18:04:54'), (1560, 'es', 'you_can_use_the_following_dynamic_values', 'Puede utilizar los siguientes valores dinámicos', '2024-11-28 18:44:36', '2024-12-02 19:06:40'), (1561, 'es', 'edit_email', 'Editar correo electrónico', '2024-11-28 18:44:56', '2024-12-02 18:33:54'), (1562, 'es', 'subject_name', 'Nombre del sujeto', '2024-11-28 18:44:56', '2024-12-02 18:33:54'), (1563, 'es', 'template_content', 'Contenido de la plantilla', '2024-11-28 18:44:56', '2024-12-02 18:33:54'), (1564, 'es', 'manage_blog', 'Administrar blog', '2024-11-28 18:45:19', '2024-12-02 17:57:21'), (1565, 'es', 'blog_list', 'Lista de blogs', '2024-11-28 18:45:19', '2024-12-02 17:57:21'), (1566, 'es', 'author', 'Autor', '2024-11-28 18:45:19', '2024-12-02 18:30:00'), (1567, 'es', 'published', 'Publicado', '2024-11-28 18:45:19', '2024-12-02 18:30:00'), (1568, 'es', 'create_blog', 'Crear blog', '2024-11-28 18:46:02', '2024-12-02 18:30:00'), (1569, 'es', 'create', 'Crear', '2024-11-28 18:46:02', '2024-12-02 18:05:47'), (1570, 'es', 'blog_title', 'Título del blog', '2024-11-28 18:46:02', '2024-12-02 18:30:00'), (1571, 'es', 'blog_description', 'Descripción del blog', '2024-11-28 18:46:02', '2024-12-02 18:30:00'), (1572, 'es', 'manage_coupon', 'Administrar cupón', '2024-11-28 18:52:08', '2024-12-02 18:30:00'), (1573, 'es', 'coupon', 'Cupón', '2024-11-28 18:52:08', '2024-12-02 18:31:08'), (1574, 'es', 'coupon_type', 'Tipo de cupón', '2024-11-28 18:52:08', '2024-12-02 18:31:08'), (1575, 'es', 'discount_type', 'Tipo de descuento', '2024-11-28 18:52:08', '2024-12-02 18:33:04'), (1576, 'es', 'manage_level', 'Administrar nivel', '2024-11-28 18:52:15', '2024-12-02 18:10:58'), (1577, 'es', 'manage_faq', 'Administrar preguntas frecuentes', '2024-11-28 19:07:06', '2024-12-02 17:58:27'), (1578, 'es', 'faq_list', 'Lista de preguntas frecuentes', '2024-11-28 19:07:06', '2024-12-02 17:58:27'), (1579, 'es', 'faq', 'Preguntas frecuentes', '2024-11-28 19:07:06', '2024-12-02 17:58:27'), (1580, 'es', 'question', 'Pregunta', '2024-11-28 19:07:06', '2024-12-02 18:33:54'), (1581, 'es', 'paymentmethod', 'método de pago', '2024-11-28 19:07:12', '2024-12-02 19:09:38'), (1582, 'es', 'payment_method_list', 'Lista de métodos de pago', '2024-11-28 19:07:12', '2024-12-02 18:35:49'), (1583, 'es', 'method', 'Método', '2024-11-28 19:07:12', '2024-12-02 19:09:38'), (1584, 'es', 'mode', 'Modo', '2024-11-28 19:07:12', '2024-12-02 19:09:38'), (1585, 'es', 'manage_icon', 'Icono Administrar', '2024-11-28 19:07:21', '2024-12-02 17:49:09'), (1586, 'es', 'no_icon', 'Sin icono', '2024-11-28 19:07:21', '2024-12-02 19:08:38'), (1587, 'bn', 'key', 'চাবি', '2024-11-28 19:08:52', '2024-11-30 16:18:01'), (1588, 'bn', 'value', 'মান', '2024-11-28 19:08:52', '2024-11-30 16:18:01'), (1589, 'bn', 'short_code', 'সংক্ষিপ্ত কোড', '2024-11-28 19:09:12', '2024-11-30 17:10:22'), (1590, 'bn', 'manage_category', 'বিভাগ পরিচালনা', '2024-11-28 19:11:09', '2024-12-02 17:32:32'), (1591, 'bn', 'enrollmentmanage', 'তালিকাভুক্তি/পরিচালনা', '2024-11-28 19:11:12', '2024-11-30 15:53:11'), (1592, 'bn', 'student_list', 'ছাত্র তালিকা', '2024-11-28 19:11:12', '2024-11-30 15:53:11'), (1593, 'bn', 'enroll', 'নথিভুক্ত করুন', '2024-11-28 19:11:12', '2024-11-30 15:53:11'), (1594, 'bn', 'instructororganization', 'প্রশিক্ষক/সংস্থা', '2024-11-28 19:11:12', '2024-11-30 16:58:24'), (1595, 'bn', 'coursebundle', 'কোর্স/বান্ডেল', '2024-11-28 19:11:12', '2024-11-30 16:58:25'), (1596, 'bn', 'new_enroll', 'নতুন নথিভুক্ত করুন', '2024-11-28 19:11:15', '2024-11-30 15:59:14'), (1597, 'bn', 'select_student', 'ছাত্র নির্বাচন', '2024-11-28 19:11:15', '2024-12-02 17:33:43'), (1598, 'bn', 'select_course', 'কোর্স নির্বাচন', '2024-11-28 19:11:15', '2024-12-02 17:34:22'), (1599, 'es', 'enrollmentmanage', 'inscripción/Administrar', '2024-11-28 19:11:27', '2024-12-02 17:50:57'), (1600, 'es', 'student_list', 'Lista de estudiantes', '2024-11-28 19:11:27', '2024-12-02 17:50:57'), (1601, 'es', 'enroll', 'Inscribirse', '2024-11-28 19:11:27', '2024-12-02 17:50:57'), (1602, 'es', 'instructororganization', 'Instructor / Organización', '2024-11-28 19:11:27', '2024-12-02 18:33:04'), (1603, 'es', 'coursebundle', 'Curso/Paquete', '2024-11-28 19:11:27', '2024-12-02 18:33:04'), (1604, 'es', 'office_hour', 'Horario de oficina', '2024-11-28 19:12:21', '2024-12-02 19:13:23'), (1605, 'es', 'online', 'En línea', '2024-11-28 19:12:21', '2024-12-02 19:20:58'), (1606, 'es', 'location', 'Ubicación', '2024-11-28 19:12:21', '2024-12-02 19:13:23'), (1607, 'es', 'full_name', 'Nombre completo', '2024-11-28 19:12:21', '2024-12-02 19:01:56'), (1608, 'es', 'write_your_message', 'Escribe tu mensaje...', '2024-11-28 19:12:21', '2024-12-02 19:01:56'), (1609, 'es', 'send_now', 'Enviar ahora', '2024-11-28 19:12:21', '2024-12-02 19:02:55'), (1610, 'es', 'add_to_cart', 'Añadir a la cesta', '2024-11-28 19:12:51', '2024-12-02 19:05:48'), (1611, 'en', 'support_tickets', 'Support tickets', '2024-11-28 19:30:13', '2024-11-28 19:30:13'), (1612, 'es', 'newes_post', 'Publicación reciente', '2024-11-28 19:55:44', '2024-12-02 19:02:55'), (1613, 'en', 'online', 'Online', '2024-11-28 23:44:03', '2024-11-28 23:44:03'), (1614, 'en', 'view_frontend', 'View Frontend', '2024-11-28 23:44:39', '2024-11-28 23:44:39'), (1615, 'bn', 'view_frontend', 'ফ্রন্টএন্ড দেখুন', '2024-11-28 23:45:59', '2024-11-30 17:37:46'), (1616, 'bn', 'manage_instructor', 'প্রশিক্ষক পরিচালনা', '2024-11-28 23:46:09', '2024-12-02 17:33:23'), (1617, 'bn', 'all_instructor', 'সকল প্রশিক্ষক', '2024-11-28 23:46:09', '2024-11-30 15:56:29'), (1618, 'bn', 'all', 'সব', '2024-11-28 23:46:09', '2024-11-30 15:56:29'), (1619, 'bn', 'active', 'সক্রিয়', '2024-11-28 23:46:09', '2024-11-30 15:56:29'), (1620, 'bn', 'inactive', 'নিষ্ক্রিয়', '2024-11-28 23:46:09', '2024-11-30 15:56:29'), (1621, 'bn', 'verified', 'যাচাই করা হয়েছে', '2024-11-28 23:46:09', '2024-11-30 15:56:29'), (1622, 'bn', 'un_verified', 'যাচাই করা হয়নি', '2024-11-28 23:46:09', '2024-11-30 15:56:29'), (1623, 'bn', 'manage_blog', 'ব্লগ পরিচালনা করুন', '2024-11-28 23:46:15', '2024-11-30 16:04:53'), (1624, 'bn', 'blog_list', 'ব্লগ তালিকা', '2024-11-28 23:46:15', '2024-11-30 16:04:53'), (1625, 'bn', 'author', 'লেখক', '2024-11-28 23:46:15', '2024-11-30 16:54:08'), (1626, 'bn', 'published', 'প্রকাশিত হয়েছে', '2024-11-28 23:46:15', '2024-11-30 16:54:08'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (1627, 'bn', 'call', 'কল', '2024-11-28 23:46:38', '2024-11-30 17:35:44'), (1628, 'bn', 'join_now', 'এখন যোগ দিন', '2024-11-28 23:46:38', '2024-11-30 17:30:02'), (1629, 'bn', 'online', 'অনলাইন', '2024-11-28 23:52:54', '2024-11-30 17:37:46'), (1630, 'bn', 'theme_setting', 'থিম সেটিং', '2024-11-30 15:47:56', '2024-11-30 15:47:56'), (1631, 'bn', 'state_manage', 'রাষ্ট্র পরিচালনা', '2024-11-30 15:51:07', '2024-11-30 15:51:07'), (1632, 'bn', 'no_state_found', 'কোন রাজ্য পাওয়া যায়নি', '2024-11-30 15:51:07', '2024-11-30 15:51:07'), (1633, 'bn', 'manage_icon', 'আইকন পরিচালনা', '2024-11-30 15:51:07', '2024-12-02 17:31:45'), (1634, 'bn', 'no_no_icon_found', 'না কোন আইকন পাওয়া গেছে', '2024-11-30 15:51:07', '2024-11-30 15:51:07'), (1635, 'bn', 'no_category_found', 'কোন বিভাগ পাওয়া যায়নি', '2024-11-30 15:53:11', '2024-11-30 15:53:11'), (1636, 'bn', '_add_new_', 'নতুন যোগ করুন', '2024-11-30 15:53:11', '2024-11-30 15:53:11'), (1637, 'bn', 'no_enrollment_found', 'কোন তালিকাভুক্তি পাওয়া যায়নি', '2024-11-30 15:53:11', '2024-12-02 17:32:32'), (1638, 'bn', 'meeting', 'মিটিং', '2024-11-30 15:53:11', '2024-11-30 15:53:11'), (1639, 'bn', 'no_meeting_provider_found', 'কোন মিটিং প্রদানকারী পাওয়া যায়নি', '2024-11-30 15:54:38', '2024-12-01 18:35:32'), (1640, 'bn', 'manage_student', 'ছাত্র পরিচালনা', '2024-11-30 15:59:14', '2024-12-02 17:33:43'), (1641, 'bn', 'all_student', 'সকল ছাত্র', '2024-11-30 15:59:14', '2024-11-30 15:59:14'), (1642, 'bn', 'enrolled_course', 'নথিভুক্ত কোর্স', '2024-11-30 15:59:14', '2024-11-30 15:59:14'), (1643, 'bn', 'testimonial', 'প্রশংসাপত্র', '2024-11-30 16:00:40', '2024-11-30 16:00:40'), (1644, 'bn', 'no_testimonial_found', 'কোন প্রশংসাপত্র পাওয়া যায়নি', '2024-11-30 16:00:40', '2024-12-02 17:34:22'), (1645, 'bn', 'manage_email', 'ইমেল পরিচালনা', '2024-11-30 16:00:40', '2024-12-02 17:34:22'), (1646, 'bn', 'email_template', 'ইমেল টেমপ্লেট', '2024-11-30 16:00:40', '2024-11-30 16:00:40'), (1647, 'bn', 'manage_notification', 'বিজ্ঞপ্তি পরিচালনা', '2024-11-30 16:00:40', '2024-12-02 17:34:22'), (1648, 'bn', 'notification', 'বিজ্ঞপ্তি', '2024-11-30 16:00:40', '2024-11-30 16:00:40'), (1649, 'bn', 'backend_manage', 'ব্যাকএন্ড পরিচালনা', '2024-11-30 16:00:40', '2024-11-30 16:00:40'), (1650, 'bn', 'backend_settings', 'ব্যাকএন্ড সেটিংস', '2024-11-30 16:00:40', '2024-11-30 16:00:40'), (1651, 'bn', 'backend', 'ব্যাকএন্ড', '2024-11-30 16:02:07', '2024-11-30 16:02:07'), (1652, 'bn', 'smtp_setting', 'SMTP সেটিং', '2024-11-30 16:02:07', '2024-11-30 16:02:07'), (1653, 'bn', 'system_information', 'সিস্টেম তথ্য', '2024-11-30 16:02:07', '2024-11-30 16:02:07'), (1654, 'bn', 'application_name', 'আবেদনের নাম', '2024-11-30 16:02:07', '2024-11-30 16:02:07'), (1655, 'bn', 'contact_email', 'যোগাযোগ ইমেল', '2024-11-30 16:02:07', '2024-11-30 16:02:07'), (1656, 'bn', 'date_format', 'তারিখ বিন্যাস', '2024-11-30 16:02:07', '2024-11-30 16:02:07'), (1657, 'bn', 'favicon', 'ফেভিকন', '2024-11-30 16:03:40', '2024-11-30 16:03:40'), (1658, 'bn', 'icon_logo', 'আইকন লোগো', '2024-11-30 16:03:40', '2024-11-30 16:03:40'), (1659, 'bn', 'smpt_settings', 'SMTP সেটিংস', '2024-11-30 16:03:40', '2024-11-30 16:03:40'), (1660, 'bn', 'supportcategorymanage', NULL, '2024-11-30 16:03:40', '2024-11-30 16:03:40'), (1661, 'bn', 'support_category_list', 'সমর্থন বিভাগ তালিকা', '2024-11-30 16:03:40', '2024-11-30 16:03:40'), (1662, 'bn', 'no_support_category_found', 'কোন সমর্থন বিভাগ পাওয়া যায়নি', '2024-11-30 16:03:40', '2024-11-30 16:03:40'), (1663, 'bn', 'manage_notice_board', 'নোটিশ বোর্ড পরিচালনা', '2024-11-30 16:04:53', '2024-12-02 17:36:13'), (1664, 'bn', 'noticeboard', 'নোটিশবোর্ড', '2024-11-30 16:04:53', '2024-11-30 16:04:53'), (1665, 'bn', 'no_noticeboard_found', 'কোন নোটিশবোর্ড পাওয়া যায়নি', '2024-11-30 16:04:53', '2024-11-30 16:04:53'), (1666, 'bn', 'no_no_blog_found', 'না কোন ব্লগ পাওয়া যায়নি', '2024-11-30 16:04:53', '2024-12-02 17:36:13'), (1667, 'bn', 'notification_history', 'বিজ্ঞপ্তির ইতিহাস', '2024-11-30 16:04:53', '2024-11-30 16:04:53'), (1668, 'bn', 'no_notification_history_found', 'কোনো বিজ্ঞপ্তি ইতিহাস পাওয়া যায়নি', '2024-11-30 16:06:07', '2024-11-30 16:06:07'), (1669, 'bn', 'role_list', 'ভূমিকা তালিকা', '2024-11-30 16:06:07', '2024-11-30 16:06:07'), (1670, 'bn', 'role', 'ভূমিকা', '2024-11-30 16:06:07', '2024-11-30 16:06:07'), (1671, 'bn', 'no_faq_found', 'কোন প্রশ্ন পাওয়া যায়নি', '2024-11-30 16:06:07', '2024-11-30 16:06:07'), (1672, 'bn', 'manage_page', 'পৃষ্ঠা পরিচালনা', '2024-11-30 16:06:07', '2024-12-02 17:36:32'), (1673, 'bn', 'page', 'পাতা', '2024-11-30 16:06:07', '2024-11-30 16:06:07'), (1674, 'bn', 'no_page_found', 'কোন পৃষ্ঠা পাওয়া যায়নি', '2024-11-30 16:07:36', '2024-11-30 16:07:36'), (1675, 'bn', 'new_course', 'নতুন কোর্স', '2024-11-30 16:07:36', '2024-11-30 16:07:36'), (1676, 'bn', 'purchase_amount', 'ক্রয়ের পরিমাণ', '2024-11-30 16:07:36', '2024-11-30 16:07:36'), (1677, 'bn', 'not_courses', 'কোর্স নয়', '2024-11-30 16:07:36', '2024-11-30 16:07:36'), (1678, 'bn', 'instructor_manage', 'প্রশিক্ষক পরিচালনা', '2024-11-30 16:07:36', '2024-11-30 16:07:36'), (1679, 'bn', 'students', 'ছাত্ররা', '2024-11-30 16:07:36', '2024-11-30 16:07:36'), (1680, 'bn', 'noties_board', 'নোটিশ বোর্ড', '2024-11-30 16:07:36', '2024-11-30 16:07:36'), (1681, 'bn', 'support_manage', 'সমর্থন পরিচালনা', '2024-11-30 16:08:47', '2024-11-30 16:08:47'), (1682, 'bn', 'new_ticket', 'নতুন টিকিট', '2024-11-30 16:08:47', '2024-11-30 16:08:47'), (1683, 'bn', 'ticket', 'টিকিট', '2024-11-30 16:08:47', '2024-11-30 16:08:47'), (1684, 'bn', 'logout', 'লগআউট', '2024-11-30 16:08:47', '2024-11-30 16:08:47'), (1685, 'bn', 'studentsetting', 'ছাত্র/সেটিং', '2024-11-30 16:08:47', '2024-11-30 16:08:47'), (1686, 'bn', 'no_students_found', 'কোন ছাত্র পাওয়া যায়নি', '2024-11-30 16:08:47', '2024-11-30 16:08:47'), (1687, 'bn', 'notice_board_list', 'নোটিশ বোর্ড তালিকা', '2024-11-30 16:08:47', '2024-11-30 16:08:47'), (1688, 'bn', 'no_notice_board_found', 'কোন নোটিশ বোর্ড পাওয়া যায়নি', '2024-11-30 16:08:47', '2024-11-30 16:08:47'), (1689, 'bn', 'country_manage', 'দেশ পরিচালনা', '2024-11-30 16:18:00', '2024-11-30 16:18:00'), (1690, 'bn', 'country_code', 'দেশের কোড', '2024-11-30 16:19:15', '2024-11-30 16:19:15'), (1691, 'bn', 'timezone_manage', 'টাইমজোন পরিচালনা করুন', '2024-11-30 16:19:15', '2024-11-30 16:19:15'), (1692, 'bn', 'no_no_time_zone_found', 'না নো টাইম জোন পাওয়া গেছে', '2024-11-30 16:19:15', '2024-11-30 16:19:15'), (1693, 'bn', 'manage_city', 'শহর পরিচালনা করুন', '2024-11-30 16:19:15', '2024-11-30 16:19:15'), (1694, 'bn', 'no_no_city_found', 'না কোন শহর পাওয়া গেছে', '2024-11-30 16:19:15', '2024-11-30 16:19:15'), (1695, 'bn', 'create_city', 'শহর তৈরি করুন', '2024-11-30 16:19:15', '2024-11-30 16:19:15'), (1696, 'bn', 'select_country', 'দেশ নির্বাচন করুন', '2024-11-30 16:19:15', '2024-11-30 16:19:15'), (1697, 'bn', 'select_state', 'রাজ্য নির্বাচন করুন', '2024-11-30 16:19:15', '2024-11-30 16:19:15'), (1698, 'bn', 'timezone', 'টাইমজোন', '2024-11-30 16:19:15', '2024-11-30 16:19:15'), (1699, 'bn', 'city_name', 'শহরের নাম', '2024-11-30 16:20:13', '2024-11-30 16:20:13'), (1700, 'bn', 'state_name', 'রাজ্যের নাম', '2024-11-30 16:21:11', '2024-11-30 16:21:11'), (1701, 'bn', 'country_name', 'দেশের নাম', '2024-11-30 16:21:11', '2024-11-30 16:21:11'), (1702, 'bn', 'no_subject_found', 'কোন বিষয় পাওয়া যায়নি', '2024-11-30 16:21:11', '2024-11-30 16:21:11'), (1703, 'bn', 'no_tag_found', 'কোন ট্যাগ পাওয়া যায়নি', '2024-11-30 16:21:11', '2024-11-30 16:21:11'), (1704, 'bn', 'icon_with_class_name', 'ক্লাসের নাম সহ আইকন', '2024-11-30 16:21:43', '2024-11-30 17:30:02'), (1705, 'bn', 'delete', 'মুছুন', '2024-11-30 16:21:43', '2024-11-30 17:30:02'), (1706, 'bn', 'short_info', 'সংক্ষিপ্ত তথ্য', '2024-11-30 16:21:43', '2024-11-30 17:30:02'), (1707, 'bn', 'button_name', 'বোতামের নাম', '2024-11-30 16:21:43', '2024-11-30 17:30:02'), (1708, 'bn', 'button_link', 'বোতাম লিঙ্ক', '2024-11-30 16:21:43', '2024-11-30 17:30:02'), (1709, 'bn', 'banner_image', 'ব্যানার ইমেজ', '2024-11-30 16:21:43', '2024-11-30 17:30:02'), (1710, 'bn', 'no_icon', 'কোনো আইকন নেই', '2024-11-30 16:22:03', '2024-11-30 17:23:00'), (1711, 'bn', '__', 'নতুন যোগ করুন', '2024-11-30 16:22:03', '2024-11-30 16:22:03'), (1712, 'bn', 'no_level_found', 'কোন স্তর পাওয়া যায়নি', '2024-11-30 16:24:56', '2024-11-30 16:24:56'), (1713, 'bn', 'lavel', 'লাভেল', '2024-11-30 16:24:56', '2024-11-30 16:24:56'), (1714, 'bn', 'parent', 'অভিভাবক', '2024-11-30 16:24:56', '2024-11-30 16:24:56'), (1715, 'bn', 'select_none_to_create_a_parent_category', 'একটি অভিভাবক বিভাগ তৈরি করতে কোনোটি নির্বাচন করুন৷', '2024-11-30 16:24:56', '2024-11-30 16:24:56'), (1716, 'bn', 'icon_picker', 'আইকন বাছাইকারী', '2024-11-30 16:24:56', '2024-11-30 16:24:56'), (1717, 'bn', 'selected_icon', 'নির্বাচিত আইকন', '2024-11-30 16:24:56', '2024-11-30 16:24:56'), (1718, 'es', 'view_frontend', 'Ver interfaz', '2024-11-30 16:27:40', '2024-12-02 19:20:58'), (1719, 'ar', 'view_frontend', 'عرض الواجهة الأمامية', '2024-11-30 16:27:43', '2024-12-02 16:36:32'), (1720, 'bn', '_category_position', 'ক্যাটাগরি পজিশন', '2024-11-30 16:27:51', '2024-11-30 16:27:51'), (1721, 'bn', 'meta_description_', 'মেটা বর্ণনা', '2024-11-30 16:27:51', '2024-11-30 16:27:51'), (1722, 'bn', 'edit_icon', 'আইকন সম্পাদনা করুন', '2024-11-30 16:27:51', '2024-11-30 16:27:51'), (1723, 'bn', 'provider', 'প্রদানকারী', '2024-11-30 16:27:51', '2024-11-30 16:27:51'), (1724, 'bn', 'icon_provider', 'আইকন প্রদানকারী', '2024-11-30 16:27:51', '2024-11-30 16:27:51'), (1725, 'bn', 'selected_icon_provider', 'নির্বাচিত আইকন প্রদানকারী', '2024-11-30 16:27:51', '2024-11-30 16:27:51'), (1726, 'bn', 'no_bundle_found', 'কোন বান্ডিল পাওয়া যায়নি', '2024-11-30 16:29:05', '2024-11-30 16:29:05'), (1727, 'bn', 'create_bundle', 'বান্ডিল তৈরি করুন', '2024-11-30 16:29:05', '2024-11-30 16:29:05'), (1728, 'bn', 'bundle_price', 'বান্ডিল মূল্য', '2024-11-30 16:29:05', '2024-11-30 16:29:05'), (1729, 'bn', 'thumbnail_548x234', 'থাম্বনেইল (548x234)', '2024-11-30 16:29:05', '2024-11-30 16:29:05'), (1730, 'bn', 'submit', 'জমা দিন', '2024-11-30 16:29:06', '2024-11-30 16:29:06'), (1731, 'bn', 'create_instructor', 'প্রশিক্ষক তৈরি করুন', '2024-11-30 16:35:55', '2024-11-30 16:35:55'), (1732, 'bn', 'enter_first_name', 'প্রথম নাম লিখুন', '2024-11-30 16:35:55', '2024-11-30 16:35:55'), (1733, 'bn', 'enter_last_name', 'শেষ নাম লিখুন', '2024-11-30 16:37:06', '2024-11-30 16:37:06'), (1734, 'bn', 'enter_phone_number', 'ফোন নম্বর লিখুন', '2024-11-30 16:37:06', '2024-11-30 16:37:06'), (1735, 'bn', 'enter_email', 'ইমেইল লিখুন', '2024-11-30 16:37:06', '2024-11-30 16:37:06'), (1736, 'bn', 'enter_password', 'পাসওয়ার্ড লিখুন', '2024-11-30 16:37:06', '2024-12-10 20:55:48'), (1737, 'bn', 'confirmation_password', 'নিশ্চিতকরণ পাসওয়ার্ড', '2024-11-30 16:37:06', '2024-11-30 16:37:06'), (1738, 'bn', 'select_city', 'শহর নির্বাচন করুন', '2024-11-30 16:38:23', '2024-11-30 16:38:23'), (1739, 'bn', 'enter_designation', 'পদবি লিখুন', '2024-11-30 16:38:23', '2024-11-30 16:38:23'), (1740, 'bn', 'enter_address', 'ঠিকানা লিখুন', '2024-11-30 16:38:23', '2024-11-30 16:38:23'), (1741, 'bn', 'edit_instructor', 'প্রশিক্ষক সম্পাদনা করুন', '2024-11-30 16:38:23', '2024-11-30 16:38:23'), (1742, 'bn', 'create_organization', 'সংগঠন তৈরি করুন', '2024-11-30 16:38:23', '2024-11-30 16:38:23'), (1743, 'bn', 'add_new_organization', 'নতুন সংস্থা যোগ করুন', '2024-11-30 16:38:23', '2024-11-30 16:38:23'), (1744, 'bn', 'confirmation____________________________password', 'নিশ্চিতকরণ পাসওয়ার্ড', '2024-11-30 16:39:30', '2024-11-30 16:39:30'), (1745, 'bn', 'mangage_blog_category', 'ব্লগ বিভাগ পরিচালনা করুন', '2024-11-30 16:39:30', '2024-11-30 16:39:30'), (1746, 'bn', 'blog_category', 'ব্লগ বিভাগ', '2024-11-30 16:39:30', '2024-11-30 16:39:30'), (1747, 'bn', 'no_no_category_found', 'না কোন শ্রেণী পাওয়া যায়নি', '2024-11-30 16:39:30', '2024-11-30 16:39:30'), (1748, 'bn', 'create_student', 'ছাত্র তৈরি করুন', '2024-11-30 16:39:30', '2024-11-30 16:39:30'), (1749, 'bn', 'add_new_student', 'নতুন ছাত্র যোগ করুন', '2024-11-30 16:39:30', '2024-11-30 16:39:30'), (1750, 'bn', 'enter_details', 'বিস্তারিত লিখুন', '2024-11-30 16:39:30', '2024-11-30 16:39:30'), (1751, 'bn', 'edit_student', 'ছাত্র সম্পাদনা করুন', '2024-11-30 16:40:26', '2024-11-30 16:40:26'), (1752, 'bn', 'all_your_instructor', 'আপনার সমস্ত প্রশিক্ষক', '2024-11-30 16:40:26', '2024-11-30 16:40:26'), (1753, 'bn', 'no_instructor_found', 'কোন প্রশিক্ষক পাওয়া যায়নি', '2024-11-30 16:40:26', '2024-11-30 16:40:26'), (1754, 'bn', 'total_blog', 'মোট ব্লগ', '2024-11-30 16:49:09', '2024-11-30 16:49:09'), (1755, 'bn', 'create_testimonial', 'প্রশংসাপত্র তৈরি করুন', '2024-11-30 16:49:09', '2024-11-30 16:49:09'), (1756, 'bn', 'add_new_testimonial', 'নতুন প্রশংসাপত্র যোগ করুন', '2024-11-30 16:49:09', '2024-11-30 16:49:09'), (1757, 'bn', 'enter_your_name', 'আপনার নাম লিখুন', '2024-11-30 16:49:09', '2024-11-30 16:49:09'), (1758, 'bn', 'enter_your_designation', 'আপনার পদবী লিখুন', '2024-11-30 16:49:09', '2024-11-30 16:49:09'), (1759, 'bn', 'rating', 'রেটিং', '2024-11-30 16:49:09', '2024-11-30 16:49:09'), (1760, 'bn', 'enter_your_rating_out_of_5', '5 এর মধ্যে আপনার রেটিং লিখুন', '2024-11-30 16:49:09', '2024-11-30 16:49:09'), (1761, 'bn', 'create_blog', 'ব্লগ তৈরি করুন', '2024-11-30 16:54:08', '2024-11-30 16:54:08'), (1762, 'bn', 'blog_title', 'ব্লগ শিরোনাম', '2024-11-30 16:54:08', '2024-11-30 16:54:08'), (1763, 'bn', 'blog_description', 'ব্লগ বিবরণ', '2024-11-30 16:54:08', '2024-11-30 16:54:08'), (1764, 'bn', 'image', 'ছবি', '2024-11-30 16:54:08', '2024-11-30 16:54:08'), (1765, 'bn', 'edit_blog', 'ব্লগ সম্পাদনা করুন', '2024-11-30 16:54:08', '2024-11-30 16:54:08'), (1766, 'bn', 'manage_coupon', 'কুপন পরিচালনা করুন', '2024-11-30 16:54:08', '2024-11-30 16:54:08'), (1767, 'bn', 'coupon', 'কুপন', '2024-11-30 16:55:48', '2024-11-30 16:55:48'), (1768, 'bn', 'no_coupon_found', 'কোন কুপন পাওয়া যায়নি', '2024-11-30 16:55:48', '2024-11-30 16:55:48'), (1769, 'bn', 'create_coupon', 'কুপন তৈরি করুন', '2024-11-30 16:55:48', '2024-11-30 16:55:48'), (1770, 'bn', 'create_coupons', 'কুপন তৈরি করুন', '2024-11-30 16:55:48', '2024-11-30 16:55:48'), (1771, 'bn', 'coupon_name', 'কুপন নাম', '2024-11-30 16:55:48', '2024-11-30 16:55:48'), (1772, 'bn', 'coupon_type', 'কুপন টাইপ', '2024-11-30 16:55:48', '2024-11-30 16:55:48'), (1773, 'bn', 'select_coupon_type', 'কুপন টাইপ নির্বাচন করুন', '2024-11-30 16:55:48', '2024-11-30 16:55:48'), (1774, 'bn', 'selected_category', 'নির্বাচিত বিভাগ', '2024-11-30 16:55:48', '2024-11-30 16:55:48'), (1775, 'bn', 'selected_courses', 'নির্বাচিত কোর্স', '2024-11-30 16:55:48', '2024-11-30 16:55:48'), (1776, 'bn', 'discount_type', 'ডিসকাউন্ট টাইপ', '2024-11-30 16:58:24', '2024-11-30 16:58:24'), (1777, 'bn', 'percent', 'শতাংশ', '2024-11-30 16:58:24', '2024-11-30 16:58:24'), (1778, 'bn', 'fixed', 'স্থির', '2024-11-30 16:58:24', '2024-11-30 16:58:24'), (1779, 'bn', 'coupon_code', 'কুপন কোড', '2024-11-30 16:58:24', '2024-12-10 20:56:18'), (1780, 'bn', 'max_usable_times', 'সর্বাধিক ব্যবহারযোগ্য সময়', '2024-11-30 16:58:24', '2024-11-30 16:58:24'), (1781, 'bn', 'minimum_order', 'ন্যূনতম অর্ডার', '2024-11-30 16:58:24', '2024-11-30 16:58:24'), (1782, 'bn', 'expire_date', 'মেয়াদ শেষ হওয়ার তারিখ', '2024-11-30 16:58:24', '2024-11-30 16:58:24'), (1783, 'bn', 'edit_testimonial', 'প্রশংসাপত্র সম্পাদনা করুন', '2024-11-30 16:59:32', '2024-11-30 16:59:32'), (1784, 'bn', 'edit_email', 'ইমেল সম্পাদনা করুন', '2024-11-30 16:59:32', '2024-11-30 16:59:32'), (1785, 'bn', 'subject_name', 'বিষয়ের নাম', '2024-11-30 16:59:32', '2024-11-30 16:59:32'), (1786, 'bn', 'template_name', 'টেমপ্লেট নাম', '2024-11-30 16:59:32', '2024-11-30 16:59:32'), (1787, 'bn', 'template_content', 'টেমপ্লেট বিষয়বস্তু', '2024-11-30 16:59:32', '2024-11-30 16:59:32'), (1788, 'bn', 'create_faq', 'Faq তৈরি করুন', '2024-11-30 16:59:32', '2024-11-30 16:59:32'), (1789, 'bn', 'enter_title', 'শিরোনাম লিখুন', '2024-11-30 16:59:32', '2024-11-30 16:59:32'), (1790, 'bn', 'answer', 'উত্তর', '2024-11-30 16:59:32', '2024-11-30 16:59:32'), (1791, 'bn', 'cerficate', 'সার্টিফিকেট', '2024-11-30 17:00:54', '2024-11-30 17:00:54'), (1792, 'bn', 'create_certificate', 'সার্টিফিকেট তৈরি করুন', '2024-11-30 17:00:54', '2024-11-30 17:00:54'), (1793, 'bn', 'certificate_title', 'সার্টিফিকেট শিরোনাম', '2024-11-30 17:00:54', '2024-11-30 17:00:54'), (1794, 'bn', 'certificate_template_image', 'সার্টিফিকেট টেমপ্লেট ইমেজ', '2024-11-30 17:00:54', '2024-11-30 17:00:54'), (1795, 'bn', 'certificae_title', 'সার্টিফিকেট শিরোনাম', '2024-11-30 17:00:54', '2024-11-30 17:00:54'), (1796, 'bn', 'title_font_color', 'শিরোনাম ফন্ট রঙ', '2024-11-30 17:00:54', '2024-11-30 17:00:54'), (1797, 'bn', 'title_font_size', 'শিরোনাম হরফের আকার', '2024-11-30 17:00:54', '2024-11-30 17:00:54'), (1798, 'bn', 'edit_coupon', 'কুপন সম্পাদনা করুন', '2024-11-30 17:00:54', '2024-11-30 17:00:54'), (1799, 'en', 'edit_city', 'Edit City', '2024-11-30 17:02:23', '2024-11-30 17:02:23'), (1800, 'en', 'selected_country', 'Selected Country', '2024-11-30 17:02:23', '2024-11-30 17:02:23'), (1801, 'en', 'selected_state', 'Selected State', '2024-11-30 17:02:23', '2024-11-30 17:02:23'), (1802, 'bn', 'edit_coupons', 'কুপন সম্পাদনা করুন', '2024-11-30 17:02:39', '2024-11-30 17:02:39'), (1803, 'bn', 'payment_method_list', 'পেমেন্ট পদ্ধতি তালিকা', '2024-11-30 17:02:39', '2024-11-30 17:02:39'), (1804, 'bn', 'no_payment_method_found', 'কোন পেমেন্ট পদ্ধতি পাওয়া যায়নি', '2024-11-30 17:02:39', '2024-11-30 17:02:39'), (1805, 'bn', 'create_method', 'পদ্ধতি তৈরি করুন', '2024-11-30 17:02:39', '2024-11-30 17:02:39'), (1806, 'bn', 'create_payment_method', 'পেমেন্ট পদ্ধতি তৈরি করুন', '2024-11-30 17:02:39', '2024-11-30 17:02:39'), (1807, 'bn', 'manage_testimonial', 'প্রশংসাপত্র পরিচালনা করুন', '2024-11-30 17:10:22', '2024-11-30 17:10:22'), (1808, 'bn', 'popular_courses', 'জনপ্রিয় কোর্স', '2024-11-30 17:11:43', '2024-11-30 17:11:43'), (1809, 'bn', 'explore_my', 'আমার অন্বেষণ', '2024-11-30 17:11:43', '2024-11-30 17:11:43'), (1810, 'bn', 'organization_profile', 'সংস্থার প্রোফাইল', '2024-11-30 17:11:43', '2024-11-30 17:11:43'), (1811, 'bn', 'basic_information', 'মৌলিক তথ্য', '2024-11-30 17:11:43', '2024-11-30 17:11:43'), (1812, 'bn', 'orgaization_name', 'প্রতিষ্ঠানের নাম', '2024-11-30 17:11:43', '2024-11-30 17:11:43'), (1813, 'bn', 'biography', 'জীবনী', '2024-11-30 17:11:43', '2024-11-30 17:11:43'), (1814, 'bn', 'bio', 'বায়ো', '2024-11-30 17:11:43', '2024-11-30 17:11:43'), (1815, 'bn', 'education', 'শিক্ষা', '2024-11-30 17:13:13', '2024-11-30 17:13:13'), (1816, 'bn', 'experience', 'অভিজ্ঞতা', '2024-11-30 17:13:13', '2024-11-30 17:13:13'), (1817, 'bn', 'lives_in', 'বসবাস করে', '2024-11-30 17:13:13', '2024-11-30 17:13:13'), (1818, 'bn', 'basic_info', 'মৌলিক তথ্য', '2024-11-30 17:13:13', '2024-11-30 17:13:13'), (1819, 'bn', 'permission_list', 'অনুমতি তালিকা', '2024-11-30 17:13:13', '2024-11-30 17:13:13'), (1820, 'bn', 'permission', 'অনুমতি', '2024-11-30 17:13:13', '2024-11-30 17:13:13'), (1821, 'bn', 'staff_list', 'কর্মীদের তালিকা', '2024-11-30 17:13:13', '2024-11-30 17:13:13'), (1822, 'bn', 'staff', 'স্টাফ', '2024-11-30 17:13:13', '2024-11-30 17:13:13'), (1823, 'bn', 'edit_permission', 'অনুমতি সম্পাদনা করুন', '2024-11-30 17:13:13', '2024-11-30 17:13:13'), (1824, 'bn', 'edit_staff', 'স্টাফ সম্পাদনা করুন', '2024-11-30 17:15:20', '2024-11-30 17:15:20'), (1825, 'bn', 'no_organization_found', 'কোন সংগঠন পাওয়া যায়নি', '2024-11-30 17:15:20', '2024-11-30 17:15:20'), (1826, 'bn', 'bangladesh', 'বাংলাদেশ', '2024-11-30 17:15:20', '2024-11-30 17:15:20'), (1827, 'bn', 'add_to_cart', 'কার্টে যোগ করুন', '2024-11-30 17:17:20', '2024-11-30 17:17:20'), (1828, 'bn', 'instuctor_profile', 'প্রশিক্ষক প্রোফাইল', '2024-11-30 17:17:20', '2024-11-30 17:17:20'), (1829, 'bn', 'instructor_profile', 'প্রশিক্ষক প্রোফাইল', '2024-11-30 17:17:20', '2024-11-30 17:17:20'), (1830, 'bn', 'edit_notification', 'বিজ্ঞপ্তি সম্পাদনা করুন', '2024-11-30 17:20:50', '2024-11-30 17:20:50'), (1831, 'bn', 'you_can_use_the_following_dynamic_values', 'আপনি নিম্নলিখিত গতিশীল মান ব্যবহার করতে পারেন', '2024-11-30 17:20:50', '2024-11-30 17:20:50'), (1832, 'bn', 'forummanage', 'ফোরাম/পরিচালনা', '2024-11-30 17:20:50', '2024-11-30 17:20:50'), (1833, 'bn', 'forum_list', 'ফোরাম তালিকা', '2024-11-30 17:20:50', '2024-11-30 17:20:50'), (1834, 'bn', 'no_forum_found', 'কোন ফোরাম পাওয়া যায়নি', '2024-11-30 17:20:50', '2024-11-30 17:20:50'), (1835, 'bn', 'sub_foram_list', 'সাব ফোরাম তালিকা', '2024-11-30 17:20:50', '2024-11-30 17:20:50'), (1836, 'bn', 'sub_foram', 'সাব ফোরাম', '2024-11-30 17:20:50', '2024-11-30 17:20:50'), (1837, 'bn', 'no_sub_forum_found', 'কোন সাব ফোরাম পাওয়া যায়নি', '2024-11-30 17:21:58', '2024-11-30 17:21:58'), (1838, 'bn', 'supportcategorycreate', 'সমর্থন বিভাগ/তৈরি', '2024-11-30 17:21:58', '2024-12-10 20:57:15'), (1839, 'bn', 'create_support_category', 'সমর্থন বিভাগ তৈরি করুন', '2024-11-30 17:21:58', '2024-11-30 17:21:58'), (1840, 'bn', 'support', 'সমর্থন', '2024-11-30 17:21:58', '2024-11-30 17:21:58'), (1841, 'bn', 'subforumcreate', 'সাব-ফোরাম/তৈরি করুন', '2024-11-30 17:21:58', '2024-11-30 17:21:58'), (1842, 'bn', 'create_sub_forum', 'সাব ফোরাম তৈরি করুন', '2024-11-30 17:21:58', '2024-11-30 17:21:58'), (1843, 'bn', 'select_forum', 'ফোরাম নির্বাচন করুন', '2024-11-30 17:21:58', '2024-11-30 17:21:58'), (1844, 'bn', 'forumcreate', 'ফোরাম/তৈরি করুন', '2024-11-30 17:21:58', '2024-11-30 17:21:58'), (1845, 'bn', 'create_forum', 'ফোরাম তৈরি করুন', '2024-11-30 17:21:58', '2024-11-30 17:21:58'), (1846, 'bn', 'ticketmanage', 'টিকিট/পরিচালনা', '2024-11-30 17:23:00', '2024-11-30 17:23:00'), (1847, 'bn', 'support_ticket_list', 'সমর্থন টিকিট তালিকা', '2024-11-30 17:23:00', '2024-11-30 17:23:00'), (1848, 'bn', 'support_ticket', 'সাপোর্ট টিকেট', '2024-11-30 17:23:00', '2024-11-30 17:23:00'), (1849, 'bn', 'no_support_tickets_found', 'কোন সমর্থন টিকিট পাওয়া যায়নি', '2024-11-30 17:23:00', '2024-11-30 17:23:00'), (1850, 'bn', 'notice_title', 'নোটিশ শিরোনাম', '2024-11-30 17:23:00', '2024-11-30 17:23:00'), (1851, 'bn', 'massage', 'ম্যাসেজ', '2024-11-30 17:23:00', '2024-11-30 17:23:00'), (1852, 'bn', 'date', 'তারিখ', '2024-11-30 17:23:00', '2024-11-30 17:23:00'), (1853, 'bn', 'edit_role', 'ভূমিকা সম্পাদনা করুন', '2024-11-30 17:23:00', '2024-11-30 17:23:00'), (1854, 'bn', 'course_demo_video_source', 'কোর্স ডেমো ভিডিও সোর্স', '2024-11-30 17:24:12', '2024-11-30 17:24:12'), (1855, 'bn', 'paymentmethod', 'পেমেন্ট পদ্ধতি', '2024-11-30 17:24:12', '2024-11-30 17:24:12'), (1856, 'bn', 'edit_faq', 'প্রশ্ন সম্পাদনা করুন', '2024-11-30 17:24:12', '2024-12-10 20:57:36'), (1857, 'bn', 'student_profile', 'ছাত্র প্রোফাইল', '2024-11-30 17:24:12', '2024-11-30 17:24:12'), (1858, 'bn', 'method', 'পদ্ধতি', '2024-11-30 17:24:12', '2024-11-30 17:24:12'), (1859, 'bn', 'mode', 'মোড', '2024-11-30 17:24:12', '2024-11-30 17:24:12'), (1860, 'bn', 'share_your_feedback', 'আপনার মতামত শেয়ার করুন', '2024-11-30 17:24:12', '2024-11-30 17:24:12'), (1861, 'bn', 'submit_now', 'এখনই জমা দিন', '2024-11-30 17:24:12', '2024-11-30 17:24:12'), (1862, 'bn', 'go_to_learn', 'শিখতে যান', '2024-11-30 17:24:12', '2024-11-30 17:24:12'), (1863, 'bn', 'hour', 'ঘন্টা', '2024-11-30 17:25:18', '2024-11-30 17:25:18'), (1864, 'bn', 'last_updated', 'সর্বশেষ আপডেট করা হয়েছে', '2024-11-30 17:25:18', '2024-11-30 17:25:18'), (1865, 'bn', 'course_assignments', 'কোর্স অ্যাসাইনমেন্ট', '2024-11-30 17:25:18', '2024-11-30 17:25:18'), (1866, 'bn', 'view', 'দেখুন', '2024-11-30 17:25:18', '2024-11-30 17:25:18'), (1867, 'bn', 'course_content', 'কোর্সের বিষয়বস্তু', '2024-11-30 17:25:18', '2024-11-30 17:25:18'), (1868, 'bn', 'edit_payment_method', 'অর্থপ্রদানের পদ্ধতি সম্পাদনা করুন', '2024-11-30 17:25:18', '2024-11-30 17:25:18'), (1869, 'bn', 'assignment_name', 'অ্যাসাইনমেন্টের নাম', '2024-11-30 17:25:18', '2024-11-30 17:25:18'), (1870, 'bn', 'file_type', 'ফাইলের ধরন', '2024-11-30 17:25:18', '2024-11-30 17:25:18'), (1871, 'bn', 'no_submissions_yet', 'এখনো কোন জমা নেই', '2024-11-30 17:25:18', '2024-11-30 17:25:18'), (1872, 'bn', 'there_are_no_submissions_at_the_moment________________please_check_back_later_or_remind_your_students_to_upload_their________________assignments', 'এই মুহূর্তে কোন জমা নেই. অনুগ্রহ করে পরে আবার চেক করুন বা আপনার ছাত্রদের তাদের অ্যাসাইনমেন্ট আপলোড করতে মনে করিয়ে দিন', '2024-11-30 17:26:25', '2024-11-30 17:26:25'), (1873, 'bn', 'my_course', 'আমার কোর্স', '2024-11-30 17:26:25', '2024-11-30 17:26:25'), (1874, 'bn', 'course_in_progress', 'কোর্স চলছে', '2024-11-30 17:26:25', '2024-11-30 17:26:25'), (1875, 'bn', 'completed_course', 'কোর্স সম্পন্ন', '2024-11-30 17:26:25', '2024-11-30 17:26:25'), (1876, 'bn', 'my_enrolled', 'আমার নথিভুক্ত', '2024-11-30 17:26:25', '2024-11-30 17:26:25'), (1877, 'bn', 'course_purchase', 'কোর্স ক্রয়', '2024-11-30 17:26:25', '2024-11-30 17:26:25'), (1878, 'bn', 'bundle_purchase', 'বান্ডিল ক্রয়', '2024-11-30 17:26:25', '2024-11-30 17:26:25'), (1879, 'bn', 'quizzes', 'কুইজ', '2024-11-30 17:26:25', '2024-11-30 17:26:25'), (1880, 'bn', 'my_result', 'আমার রেজাল্ট', '2024-11-30 17:26:25', '2024-11-30 17:26:25'), (1881, 'bn', 'assingment', 'অ্যাসাইনমেন্ট', '2024-11-30 17:27:25', '2024-11-30 17:27:25'), (1882, 'bn', 'course_support', 'কোর্স সাপোর্ট', '2024-11-30 17:27:25', '2024-11-30 17:27:25'), (1883, 'bn', 'not_latest_courses', 'সর্বশেষ কোর্স নয়', '2024-11-30 17:27:25', '2024-11-30 17:27:25'), (1884, 'bn', 'my_student', 'আমার ছাত্র', '2024-11-30 17:27:25', '2024-11-30 17:27:25'), (1885, 'bn', 'assignments', 'অ্যাসাইনমেন্ট', '2024-11-30 17:27:25', '2024-11-30 17:27:25'), (1886, 'bn', 'my_courses', 'আমার কোর্স', '2024-11-30 17:27:25', '2024-11-30 17:27:25'), (1887, 'bn', 'bundle_manage', 'বান্ডিল পরিচালনা', '2024-11-30 17:27:25', '2024-11-30 17:27:25'), (1888, 'bn', 'your_course_list', 'আপনার কোর্স তালিকা', '2024-11-30 17:27:25', '2024-11-30 17:27:25'), (1889, 'bn', 'you_are_able_to_create_edit_or_delete_course_from_here', 'আপনি এখান থেকে কোর্স সম্পাদনা বা মুছে ফেলতে পারবেন', '2024-11-30 17:27:25', '2024-11-30 17:27:25'), (1890, 'bn', 'your_course', 'আপনার কোর্স', '2024-11-30 17:28:53', '2024-11-30 17:28:53'), (1891, 'bn', 'leave_a_comment', 'একটি মন্তব্য করুন', '2024-11-30 17:28:53', '2024-11-30 17:28:53'), (1892, 'bn', 'cancle', 'ক্যানকেল', '2024-11-30 17:28:53', '2024-11-30 17:28:53'), (1893, 'bn', 'not_found', 'পাওয়া যায়নি', '2024-11-30 17:28:53', '2024-11-30 17:28:53'), (1894, 'bn', 'back', 'ব্যাক', '2024-11-30 17:28:53', '2024-11-30 17:28:53'), (1895, 'bn', 'edit_question', 'প্রশ্ন সম্পাদনা করুন', '2024-11-30 17:28:53', '2024-11-30 17:28:53'), (1896, 'bn', 'add_answer', 'উত্তর যোগ করুন', '2024-11-30 17:28:53', '2024-11-30 17:28:53'), (1897, 'bn', 'option_1', 'বিকল্প 1', '2024-11-30 17:30:02', '2024-11-30 17:30:02'), (1898, 'bn', 'check_if_this_is_correct', 'এই সঠিক কিনা পরীক্ষা করুন', '2024-11-30 17:30:02', '2024-11-30 17:30:02'), (1899, 'bn', 'correct', 'সঠিক', '2024-11-30 17:31:09', '2024-11-30 17:31:09'), (1900, 'bn', 'incorrect', 'ভুল', '2024-11-30 17:31:09', '2024-11-30 17:31:09'), (1901, 'bn', 'correct_answer', 'সঠিক উত্তর', '2024-11-30 17:31:09', '2024-11-30 17:31:09'), (1902, 'bn', 'my_all_enroll_course', 'আমার সব ভর্তি কোর্স', '2024-11-30 17:31:09', '2024-11-30 17:31:09'), (1903, 'bn', 'continue', 'চালিয়ে যান', '2024-11-30 17:31:09', '2024-11-30 17:31:09'), (1904, 'bn', 'my_all_bundle_course', 'আমার সব বান্ডিল কোর্স', '2024-11-30 17:31:09', '2024-11-30 17:31:09'), (1905, 'bn', 'you_have_no_bundle_course_to_show', 'আপনার দেখানোর জন্য কোনো বান্ডিল কোর্স নেই', '2024-11-30 17:31:09', '2024-11-30 17:31:09'), (1906, 'bn', 'purchase_course', 'ক্রয় কোর্স', '2024-11-30 17:31:09', '2024-11-30 17:31:09'), (1907, 'bn', 'my_all_purchase_course', 'আমার সব ক্রয় কোর্স', '2024-11-30 17:31:09', '2024-11-30 17:31:09'), (1908, 'bn', 'you_have_no_paid_course_to_show', 'দেখানোর জন্য আপনার কোন অর্থপ্রদানের কোর্স নেই', '2024-11-30 17:32:19', '2024-11-30 17:32:19'), (1909, 'bn', 'my_certificate', 'আমার সার্টিফিকেট', '2024-11-30 17:32:19', '2024-11-30 17:32:19'), (1910, 'bn', 'my_all_certificate', 'আমার সব সার্টিফিকেট', '2024-11-30 17:32:19', '2024-11-30 17:32:19'), (1911, 'bn', 'you_have_no_certificate', 'আপনার কোন সার্টিফিকেট নেই', '2024-11-30 17:32:19', '2024-11-30 17:32:19'), (1912, 'bn', 'my_assignment', 'আমার অ্যাসাইনমেন্ট', '2024-11-30 17:32:19', '2024-11-30 17:32:19'), (1913, 'bn', 'assignment', 'অ্যাসাইনমেন্ট', '2024-11-30 17:32:19', '2024-11-30 17:32:19'), (1914, 'bn', 'you_have_no_assignment', 'আপনার কোন অ্যাসাইনমেন্ট নেই', '2024-11-30 17:32:19', '2024-11-30 17:32:19'), (1915, 'bn', 'my_quizzes', 'আমার ক্যুইজ', '2024-11-30 17:32:19', '2024-11-30 17:32:19'), (1916, 'bn', 'my_all_quiz', 'আমার সব ক্যুইজ', '2024-11-30 17:32:19', '2024-11-30 17:32:19'), (1917, 'bn', 'quiz', 'ক্যুইজ', '2024-11-30 17:33:27', '2024-11-30 17:33:27'), (1918, 'bn', 'quiz_grade', 'কুইজ গ্রেড', '2024-11-30 17:33:27', '2024-11-30 17:33:27'), (1919, 'bn', 'pass_mark', 'পাস মার্ক', '2024-11-30 17:33:27', '2024-11-30 17:33:27'), (1920, 'bn', 'my_grade', 'আমার গ্রেড', '2024-11-30 17:33:27', '2024-11-30 17:33:27'), (1921, 'bn', 'failed', 'ব্যর্থ হয়েছে', '2024-11-30 17:33:27', '2024-11-30 17:33:27'), (1922, 'bn', 'view_result', 'ফলাফল দেখুন', '2024-11-30 17:33:27', '2024-11-30 17:33:27'), (1923, 'bn', 'request_certificate', 'সার্টিফিকেট অনুরোধ করুন', '2024-11-30 17:33:27', '2024-11-30 17:33:27'), (1924, 'bn', 'go_course', 'কোর্সে যান', '2024-11-30 17:33:27', '2024-11-30 17:33:27'), (1925, 'bn', 'create_support', 'সমর্থন তৈরি করুন', '2024-11-30 17:33:27', '2024-11-30 17:33:27'), (1926, 'bn', 'support_type', 'সমর্থন প্রকার', '2024-11-30 17:34:35', '2024-11-30 17:34:35'), (1927, 'bn', 'select_course_type', 'কোর্সের ধরন নির্বাচন করুন', '2024-11-30 17:34:35', '2024-11-30 17:34:35'), (1928, 'bn', 'platform', 'প্ল্যাটফর্ম', '2024-11-30 17:34:35', '2024-11-30 17:34:35'), (1929, 'bn', 'select_support_category', 'সমর্থন বিভাগ নির্বাচন করুন', '2024-11-30 17:34:35', '2024-11-30 17:34:35'), (1930, 'bn', 'no_file_choose', 'কোন ফাইল নির্বাচন করুন', '2024-11-30 17:34:35', '2024-11-30 17:34:35'), (1931, 'bn', 'all_support', 'সমস্ত সমর্থন', '2024-11-30 17:34:35', '2024-11-30 17:34:35'), (1932, 'bn', 'supports', 'সমর্থন করে', '2024-11-30 17:34:35', '2024-11-30 17:34:35'), (1933, 'bn', '_you_have_no_ticket', 'আপনার কোন টিকিট নেই', '2024-11-30 17:34:35', '2024-11-30 17:34:35'), (1934, 'bn', 'all_course_support', 'সমস্ত কোর্স সমর্থন', '2024-11-30 17:34:35', '2024-11-30 17:34:35'), (1935, 'bn', 'you_have_no_ticket', 'আপনার কোন টিকিট নেই', '2024-11-30 17:35:44', '2024-11-30 17:35:44'), (1936, 'bn', 'profilesetting', 'প্রোফাইল/সেটিং', '2024-11-30 17:35:44', '2024-11-30 17:35:44'), (1937, 'bn', 'images', 'ছবি', '2024-11-30 17:35:44', '2024-11-30 17:35:44'), (1938, 'bn', 'top_skill', 'শীর্ষ দক্ষতা', '2024-11-30 17:35:44', '2024-11-30 17:35:44'), (1939, 'bn', 'translate', 'অনুবাদ()', '2024-11-30 17:35:44', '2024-12-10 19:58:21'), (1940, 'bn', 'select_time_zone', 'টাইম জোন নির্বাচন করুন', '2024-11-30 17:35:44', '2024-11-30 17:35:44'), (1941, 'bn', 'confirm_passowrd', 'পাসওয়ার্ড নিশ্চিত করুন', '2024-11-30 17:35:44', '2024-11-30 17:35:44'), (1942, 'bn', 'about_your_self', 'নিজের সম্পর্কে', '2024-11-30 17:35:44', '2024-11-30 17:35:44'), (1943, 'bn', 'cover_image', 'কভার ইমেজ', '2024-11-30 17:36:54', '2024-11-30 17:36:54'), (1944, 'bn', 'educational_qualification', 'শিক্ষাগত যোগ্যতা', '2024-11-30 17:36:54', '2024-11-30 17:36:54'), (1945, 'bn', 'previous_experience', 'পূর্ব অভিজ্ঞতা', '2024-11-30 17:36:54', '2024-11-30 17:36:54'), (1946, 'bn', 'enter_your_previous_skill', 'আপনার পূর্ববর্তী দক্ষতা লিখুন', '2024-11-30 17:36:54', '2024-11-30 17:36:54'), (1947, 'bn', 'please_press', 'অনুগ্রহ করে টিপুন', '2024-11-30 17:36:54', '2024-11-30 17:36:54'), (1948, 'bn', 'after_writing_your_skill_keyword', 'আপনার দক্ষতা কীওয়ার্ড লেখার পরে', '2024-11-30 17:36:54', '2024-11-30 17:36:54'), (1949, 'bn', 'edit_certificate', 'সার্টিফিকেট সম্পাদনা করুন', '2024-11-30 17:36:54', '2024-11-30 17:36:54'), (1950, 'bn', 'certificate_id', 'সার্টিফিকেট আইডি', '2024-11-30 17:36:54', '2024-11-30 17:36:54'), (1951, 'bn', 'certificate_type', 'শংসাপত্রের ধরন', '2024-11-30 17:36:54', '2024-11-30 17:36:54'), (1952, 'bn', 'certificate_date', 'শংসাপত্রের তারিখ', '2024-11-30 17:37:46', '2024-11-30 17:37:46'), (1953, 'bn', 'support_tickets', 'সমর্থন টিকিট', '2024-11-30 17:37:46', '2024-11-30 17:37:46'), (1954, 'bn', 'edit_city', 'শহর সম্পাদনা করুন', '2024-11-30 17:37:46', '2024-11-30 17:37:46'), (1955, 'bn', 'selected_country', 'নির্বাচিত দেশ', '2024-11-30 17:37:46', '2024-11-30 17:37:46'), (1956, 'bn', 'selected_state', 'নির্বাচিত রাজ্য', '2024-11-30 17:37:46', '2024-11-30 17:37:46'), (1957, 'bn', '_', 'সম্পাদনা করুন', '2024-11-30 17:52:22', '2024-11-30 17:52:22'), (1958, 'bn', '__certificate', 'সম্পাদনা করুন Certificate', '2024-11-30 17:55:31', '2024-11-30 17:55:31'), (1959, 'ar', 'search', 'يبحث', '2024-11-30 17:56:10', '2024-11-30 18:16:41'), (1960, 'ar', 'key', 'مفتاح', '2024-11-30 17:56:10', '2024-11-30 18:16:41'), (1961, 'ar', 'value', 'قيمة', '2024-11-30 17:56:10', '2024-11-30 18:16:41'), (1962, 'ar', 'select_course', 'حدد الدورة التدريبية', '2024-11-30 17:58:10', '2024-11-30 17:58:10'), (1963, 'ar', 'testimonial', 'شهادة', '2024-11-30 17:58:10', '2024-11-30 17:58:10'), (1964, 'ar', 'no_testimonial_found', 'لم يتم العثور على شهادة', '2024-11-30 17:58:10', '2024-11-30 17:58:10'), (1965, 'ar', 'manage_email', 'إدارة البريد الإلكتروني', '2024-11-30 17:58:10', '2024-11-30 17:58:10'), (1966, 'ar', 'email_template', 'قالب البريد الإلكتروني', '2024-11-30 17:58:10', '2024-11-30 17:58:10'), (1967, 'ar', 'manage_notification', 'إدارة الإخطار', '2024-11-30 17:58:10', '2024-11-30 17:58:10'), (1968, 'ar', 'notification', 'إشعار', '2024-11-30 17:58:10', '2024-11-30 17:58:10'), (1969, 'ar', 'backend_manage', 'إدارة الواجهة الخلفية', '2024-11-30 17:58:10', '2024-11-30 17:58:10'), (1970, 'ar', 'backend_settings', 'إعدادات الواجهة الخلفية', '2024-11-30 17:58:10', '2024-11-30 17:58:10'), (1971, 'ar', 'backend', 'الخلفية', '2024-11-30 17:59:16', '2024-11-30 17:59:16'), (1972, 'ar', 'general_setting', 'الإعداد العام', '2024-11-30 17:59:16', '2024-11-30 17:59:16'), (1973, 'ar', 'logo', 'الشعار', '2024-11-30 17:59:16', '2024-11-30 17:59:16'), (1974, 'ar', 'smtp_setting', 'إعداد SMTP', '2024-11-30 17:59:16', '2024-11-30 17:59:16'), (1975, 'ar', 'system_information', 'معلومات النظام', '2024-11-30 17:59:16', '2024-11-30 17:59:16'), (1976, 'ar', 'application_name', 'اسم التطبيق', '2024-11-30 17:59:16', '2024-11-30 17:59:16'), (1977, 'ar', 'contact_email', 'البريد الإلكتروني للاتصال', '2024-11-30 17:59:16', '2024-11-30 17:59:16'), (1978, 'ar', 'date_format', 'تنسيق التاريخ', '2024-11-30 17:59:16', '2024-11-30 17:59:16'), (1979, 'ar', 'favicon', 'الرمز المفضل', '2024-11-30 18:00:43', '2024-11-30 18:00:43'), (1980, 'ar', 'icon_logo', 'شعار الأيقونة', '2024-11-30 18:00:43', '2024-11-30 18:00:43'), (1981, 'ar', 'smpt_settings', 'إعدادات SMTP', '2024-11-30 18:00:43', '2024-11-30 18:00:43'), (1982, 'ar', 'supportcategorymanage', NULL, '2024-11-30 18:00:43', '2024-11-30 18:00:43'), (1983, 'ar', 'support_category_list', 'قائمة فئات الدعم', '2024-11-30 18:00:43', '2024-11-30 18:00:43'), (1984, 'ar', 'no_support_category_found', 'لم يتم العثور على فئة الدعم', '2024-11-30 18:00:43', '2024-11-30 18:00:43'), (1985, 'ar', 'manage_contact', 'إدارة الاتصال', '2024-11-30 18:00:43', '2024-11-30 18:00:43'), (1986, 'ar', 'all_contact', 'جميع جهات الاتصال', '2024-11-30 18:00:43', '2024-11-30 18:00:43'), (1987, 'ar', 'no_contact_found', 'لم يتم العثور على جهة اتصال', '2024-11-30 18:02:08', '2024-11-30 18:02:08'), (1988, 'ar', 'manage_notice_board', 'إدارة لوحة الإعلانات', '2024-11-30 18:02:08', '2024-11-30 18:02:08'), (1989, 'ar', 'noticeboard', 'لوحة الملاحظات', '2024-11-30 18:02:08', '2024-11-30 18:02:08'), (1990, 'ar', 'no_noticeboard_found', 'لم يتم العثور على لوحة ملاحظات', '2024-11-30 18:02:08', '2024-11-30 18:02:08'), (1991, 'ar', 'manage_blog', 'إدارة المدونة', '2024-11-30 18:02:08', '2024-11-30 18:02:08'), (1992, 'ar', 'blog_list', 'قائمة المدونات', '2024-11-30 18:02:08', '2024-11-30 18:02:08'), (1993, 'ar', 'no_no_blog_found', 'لم يتم العثور على مدونة', '2024-11-30 18:02:08', '2024-11-30 18:02:08'), (1994, 'ar', 'notification_history', 'تاريخ الإخطار', '2024-11-30 18:02:08', '2024-11-30 18:02:08'), (1995, 'ar', 'no_notification_history_found', 'لم يتم العثور على سجل الإشعارات', '2024-11-30 18:03:38', '2024-11-30 18:03:38'), (1996, 'ar', 'role_list', 'قائمة الأدوار', '2024-11-30 18:03:38', '2024-11-30 18:03:38'), (1997, 'ar', 'role', 'دور', '2024-11-30 18:03:38', '2024-11-30 18:03:38'), (1998, 'ar', 'no_faq_found', 'لم يتم العثور على الأسئلة الشائعة', '2024-11-30 18:03:38', '2024-11-30 18:03:38'), (1999, 'ar', 'no_page_found', 'لم يتم العثور على صفحة', '2024-11-30 18:04:40', '2024-11-30 18:04:40'), (2000, 'ar', 'new_course', 'دورة جديدة', '2024-11-30 18:04:40', '2024-11-30 18:04:40'), (2001, 'ar', 'purchase_amount', 'مبلغ الشراء', '2024-11-30 18:04:40', '2024-11-30 18:04:40'), (2002, 'ar', 'not_courses', 'ليست دورات', '2024-11-30 18:04:40', '2024-11-30 18:04:40'), (2003, 'ar', 'instructor_manage', 'إدارة المعلم', '2024-11-30 18:04:40', '2024-11-30 18:04:40'), (2004, 'ar', 'students', 'طلاب', '2024-11-30 18:04:40', '2024-11-30 18:04:40'), (2005, 'ar', 'noties_board', 'لوحة الإعلانات', '2024-11-30 18:04:40', '2024-11-30 18:04:40'), (2006, 'ar', 'support_manage', 'إدارة الدعم', '2024-11-30 18:07:37', '2024-11-30 18:07:37'), (2007, 'ar', 'new_ticket', 'تذكرة جديدة', '2024-11-30 18:07:37', '2024-11-30 18:07:37'), (2008, 'ar', 'ticket', 'تذكرة', '2024-11-30 18:07:37', '2024-11-30 18:07:37'), (2009, 'ar', 'logout', 'تسجيل الخروج', '2024-11-30 18:07:37', '2024-11-30 18:07:37'), (2010, 'ar', 'studentsetting', 'الطالب/الإعداد', '2024-11-30 18:07:37', '2024-11-30 18:07:37'), (2011, 'ar', 'no_students_found', 'لم يتم العثور على أي طلاب', '2024-11-30 18:07:37', '2024-11-30 18:07:37'), (2012, 'ar', 'notice_board_list', 'قائمة لوحة الإعلانات', '2024-11-30 18:07:37', '2024-11-30 18:07:37'), (2013, 'ar', 'no_notice_board_found', 'لم يتم العثور على لوحة إشعارات', '2024-11-30 18:07:37', '2024-11-30 18:07:37'), (2014, 'ar', 'themesettingmanage', 'ضبط الموضوع/الإدارة', '2024-11-30 18:07:37', '2024-11-30 18:07:37'), (2015, 'ar', 'theme_settings', 'إعدادات الموضوع', '2024-11-30 18:10:34', '2024-11-30 18:10:34'), (2016, 'ar', 'theme', 'سمة', '2024-11-30 18:10:34', '2024-11-30 18:10:34'), (2017, 'ar', 'gdpr_cookie', 'ملف تعريف الارتباط GDPR', '2024-11-30 18:10:34', '2024-12-30 17:30:24'), (2018, 'ar', 'tawk_chat', 'دردشة توك', '2024-11-30 18:10:34', '2024-11-30 18:10:34'), (2019, 'ar', 'custom_cssjs', 'مخصص CSS/JS', '2024-11-30 18:10:34', '2024-11-30 18:10:34'), (2020, 'ar', 'social', 'اجتماعي', '2024-11-30 18:10:34', '2024-11-30 18:10:34'), (2021, 'ar', 'home_setting', 'إعداد المنزل', '2024-11-30 18:10:34', '2024-11-30 18:10:34'), (2022, 'ar', 'footer', 'تذييل', '2024-11-30 18:10:34', '2024-11-30 18:10:34'), (2023, 'ar', 'general_settings', 'الإعدادات العامة', '2024-11-30 18:10:34', '2024-11-30 18:10:34'), (2024, 'ar', 'color', 'لون', '2024-11-30 18:11:48', '2024-11-30 18:11:48'), (2025, 'ar', 'second_email', 'البريد الإلكتروني الثاني', '2024-11-30 18:11:48', '2024-11-30 18:11:48'), (2026, 'ar', 'second_phone', 'الهاتف الثاني', '2024-11-30 18:11:48', '2024-11-30 18:11:48'), (2027, 'ar', 'address', 'عنوان', '2024-11-30 18:11:48', '2024-11-30 18:11:48'), (2028, 'ar', 'office_hours', 'ساعات العمل', '2024-11-30 18:11:48', '2024-11-30 18:11:48'), (2029, 'ar', 'support_hours', 'ساعات الدعم', '2024-11-30 18:11:48', '2024-11-30 18:11:48'), (2030, 'ar', 'theme_favicon', 'أيقونة الموضوع المفضلة', '2024-11-30 18:11:48', '2024-11-30 18:11:48'), (2031, 'ar', 'gdpr_cookie_settings', 'إعدادات ملفات تعريف الارتباط GDPR', '2024-11-30 18:11:48', '2024-12-30 17:30:24'), (2032, 'ar', 'gdpr_title', 'عنوان اللائحة العامة لحماية البيانات', '2024-11-30 18:11:48', '2024-11-30 18:11:48'), (2033, 'ar', 'gdpr_description', 'وصف اللائحة العامة لحماية البيانات', '2024-11-30 18:13:07', '2024-11-30 18:13:07'), (2034, 'ar', 'enableddisabled', 'ممكّن/معطل', '2024-11-30 18:13:07', '2024-11-30 18:13:07'), (2035, 'ar', 'custom_css__javascript_settings', 'إعدادات Css وجافا سكريبت المخصصة', '2024-11-30 18:13:07', '2024-11-30 18:13:07'), (2036, 'ar', 'custom_css', 'CSS مخصص', '2024-11-30 18:13:07', '2024-11-30 18:13:07'), (2037, 'ar', 'custom_js', 'شبيبة مخصصة', '2024-11-30 18:13:07', '2024-11-30 18:13:07'), (2038, 'ar', 'social_media_settings', 'إعدادات وسائل التواصل الاجتماعي', '2024-11-30 18:13:07', '2024-11-30 18:13:07'), (2039, 'ar', 'home_page_settings', 'إعدادات الصفحة الرئيسية', '2024-11-30 18:13:07', '2024-11-30 18:13:07'), (2040, 'ar', 'banner_section', 'قسم البانر', '2024-11-30 18:13:07', '2024-11-30 18:13:07'), (2041, 'ar', 'total_live_class', 'إجمالي الفصل المباشر', '2024-11-30 18:14:14', '2024-11-30 18:14:14'), (2042, 'ar', 'total_experience', 'الخبرة الإجمالية', '2024-11-30 18:14:14', '2024-11-30 18:14:14'), (2043, 'ar', 'faq_section', 'قسم الأسئلة الشائعة', '2024-11-30 18:14:14', '2024-11-30 18:14:14'), (2044, 'ar', 'title', 'عنوان', '2024-11-30 18:14:14', '2024-11-30 18:14:14'), (2045, 'ar', 'sub_title', 'العنوان الفرعي', '2024-11-30 18:14:14', '2024-11-30 18:14:14'), (2046, 'ar', 'high_light', 'ضوء عالي', '2024-11-30 18:14:14', '2024-11-30 18:14:14'), (2047, 'ar', 'button_text', 'نص الزر', '2024-11-30 18:14:14', '2024-11-30 18:14:14'), (2048, 'ar', 'faq_image', 'صورة الأسئلة الشائعة', '2024-11-30 18:15:30', '2024-11-30 18:15:30'), (2049, 'ar', 'subscriber_section', 'قسم المشتركين', '2024-11-30 18:15:30', '2024-11-30 18:15:30'), (2050, 'ar', 'footer_top_settings', 'إعدادات التذييل العلوي', '2024-11-30 18:15:30', '2024-11-30 18:15:30'), (2051, 'ar', 'footer_widget_one', 'القطعة تذييل واحد', '2024-11-30 18:15:30', '2024-11-30 18:15:30'), (2052, 'ar', 'allow_social_menu', 'السماح بالقائمة الاجتماعية', '2024-11-30 18:15:30', '2024-11-30 18:15:30'), (2053, 'ar', 'footer_widget_two', 'القطعة التذييلية الثانية', '2024-11-30 18:15:30', '2024-11-30 18:15:30'), (2054, 'ar', 'content', 'محتوى', '2024-11-30 18:15:30', '2024-11-30 18:15:30'), (2055, 'ar', 'footer_widget_three', 'القطعة التذييلية الثالثة', '2024-11-30 18:15:30', '2024-11-30 18:15:30'), (2056, 'ar', 'footer_widget_four', 'القطعة الرابعة', '2024-11-30 18:15:30', '2024-11-30 18:15:30'), (2057, 'ar', 'footer_widget_five', 'القطعة التذييلية الخامسة', '2024-11-30 18:16:41', '2024-11-30 18:16:41'), (2058, 'ar', 'footer_bottom_settings', 'إعدادات أسفل التذييل', '2024-11-30 18:16:41', '2024-11-30 18:16:41'), (2059, 'ar', 'menu_link_list', 'قائمة رابط القائمة', '2024-11-30 18:16:41', '2024-11-30 18:16:41'), (2060, 'ar', 'country_manage', 'إدارة البلاد', '2024-11-30 18:16:41', '2024-11-30 18:16:41'), (2061, 'ar', 'manage_theme', 'إدارة الموضوع', '2024-11-30 18:16:41', '2024-11-30 18:16:41'), (2062, 'ar', 'country_code', 'رمز البلد', '2024-11-30 18:17:53', '2024-11-30 18:17:53'), (2063, 'ar', 'timezone_manage', 'إدارة المنطقة الزمنية', '2024-11-30 18:17:53', '2024-11-30 18:17:53'), (2064, 'ar', 'no_no_time_zone_found', 'لا لم يتم العثور على منطقة زمنية', '2024-11-30 18:17:53', '2024-11-30 18:17:53'), (2065, 'ar', 'manage_city', 'إدارة المدينة', '2024-11-30 18:17:53', '2024-11-30 18:17:53'), (2066, 'ar', 'no_no_city_found', 'لا لم يتم العثور على مدينة', '2024-11-30 18:17:53', '2024-11-30 18:17:53'), (2067, 'ar', 'create_city', 'إنشاء مدينة', '2024-11-30 18:17:53', '2024-11-30 18:17:53'), (2068, 'ar', 'select_country', 'اختر البلد', '2024-11-30 18:17:53', '2024-11-30 18:17:53'), (2069, 'ar', 'select_state', 'اختر الدولة', '2024-11-30 18:17:53', '2024-11-30 18:17:53'), (2070, 'ar', 'timezone', 'المنطقة الزمنية', '2024-11-30 18:17:53', '2024-11-30 18:17:53'), (2071, 'ar', 'edit', 'يحرر', '2024-11-30 18:19:06', '2024-11-30 18:19:06'), (2072, 'ar', 'update', 'تحديث', '2024-11-30 18:19:06', '2024-11-30 18:19:06'), (2073, 'ar', 'manage_course', 'إدارة الدورة', '2024-11-30 18:19:06', '2024-11-30 18:19:06'), (2074, 'ar', 'course_type', 'نوع الدورة', '2024-11-30 18:19:06', '2024-11-30 18:19:06'), (2075, 'ar', 'course_list', 'قائمة الدورة', '2024-11-30 18:19:06', '2024-11-30 18:19:06'), (2076, 'ar', 'all_course_here', 'كل الدورة هنا', '2024-11-30 18:19:06', '2024-11-30 18:19:06'), (2077, 'ar', 'add_course', 'إضافة دورة', '2024-11-30 18:19:06', '2024-11-30 18:19:06'), (2078, 'ar', 'you_have_no_course', 'ليس لديك دورة', '2024-11-30 18:19:06', '2024-11-30 18:19:06'), (2079, 'ar', 'city_name', 'اسم المدينة', '2024-11-30 18:19:06', '2024-11-30 18:19:06'), (2080, 'ar', 'state_name', 'اسم الدولة', '2024-11-30 18:20:10', '2024-11-30 18:20:10'), (2081, 'ar', 'country_name', 'اسم البلد', '2024-11-30 18:20:10', '2024-11-30 18:20:10'), (2082, 'ar', 'manage_subject', 'إدارة الموضوع', '2024-11-30 18:20:10', '2024-11-30 18:20:10'), (2083, 'ar', 'subject_list', 'قائمة الموضوع', '2024-11-30 18:20:10', '2024-11-30 18:20:10'), (2084, 'ar', 'no_subject_found', 'لم يتم العثور على موضوع', '2024-11-30 18:20:10', '2024-11-30 18:20:10'), (2085, 'ar', 'meta_title', 'عنوان ميتا', '2024-11-30 18:20:10', '2024-11-30 18:20:10'), (2086, 'ar', 'meta_description', 'وصف ميتا', '2024-11-30 18:20:10', '2024-11-30 18:20:10'), (2087, 'ar', 'manage_tag', 'إدارة العلامة', '2024-11-30 18:20:10', '2024-11-30 18:20:10'), (2088, 'ar', 'no_tag_found', 'لم يتم العثور على علامة', '2024-11-30 18:20:10', '2024-11-30 18:20:10'), (2089, 'ar', 'manage_level', 'إدارة المستوى', '2024-11-30 18:21:12', '2024-11-30 18:21:12'), (2090, 'ar', 'no_level_found', 'لم يتم العثور على المستوى', '2024-11-30 18:21:12', '2024-11-30 18:21:12'), (2091, 'ar', 'lavel', 'لافيل', '2024-11-30 18:21:12', '2024-11-30 18:21:12'), (2092, 'ar', 'live_class', 'الطبقة الحية', '2024-11-30 18:21:12', '2024-11-30 18:21:12'), (2093, 'ar', 'live_course', 'دورة حية', '2024-11-30 18:21:12', '2024-11-30 18:21:12'), (2094, 'ar', 'parent', 'الوالد', '2024-11-30 18:21:12', '2024-11-30 18:21:12'), (2095, 'ar', 'select_none_to_create_a_parent_category', 'حدد لا شيء لإنشاء فئة أصل', '2024-11-30 18:21:12', '2024-11-30 18:21:12'), (2096, 'ar', 'icon_picker', 'منتقي الأيقونات', '2024-11-30 18:21:12', '2024-11-30 18:21:12'), (2097, 'ar', 'selected_icon', 'أيقونة مختارة', '2024-11-30 18:21:12', '2024-11-30 18:21:12'), (2098, 'ar', '_category_position', 'موقف الفئة', '2024-11-30 18:22:19', '2024-11-30 18:22:19'), (2099, 'ar', 'meta_description_', 'وصف ميتا', '2024-11-30 18:22:19', '2024-11-30 18:22:19'), (2100, 'ar', 'edit_icon', 'تحرير أيقونة', '2024-11-30 18:22:19', '2024-11-30 18:22:19'), (2101, 'ar', 'provider', 'مزود', '2024-11-30 18:22:19', '2024-11-30 18:22:19'), (2102, 'ar', 'icon_provider', 'مزود الأيقونات', '2024-11-30 18:22:19', '2024-11-30 18:22:19'), (2103, 'ar', 'selected_icon_provider', 'موفر الرمز المحدد', '2024-11-30 18:22:19', '2024-11-30 18:22:19'), (2104, 'ar', 'manage_bundle', 'إدارة الحزمة', '2024-11-30 18:22:19', '2024-11-30 18:22:19'), (2105, 'ar', 'bundle', 'باقة', '2024-11-30 18:22:19', '2024-11-30 18:22:19'), (2106, 'ar', 'no_bundle_found', 'لم يتم العثور على حزمة', '2024-11-30 18:23:12', '2024-11-30 18:23:12'), (2107, 'ar', 'create_bundle', 'إنشاء حزمة', '2024-11-30 18:23:12', '2024-11-30 18:23:12'), (2108, 'ar', 'bundle_price', 'سعر الحزمة', '2024-11-30 18:23:12', '2024-11-30 18:23:12'), (2109, 'ar', 'thumbnail_548x234', 'صورة مصغرة (548 × 234)', '2024-11-30 18:23:12', '2024-11-30 18:23:12'), (2110, 'ar', 'submit', 'يُقدِّم', '2024-11-30 18:23:12', '2024-11-30 18:25:00'), (2111, 'ar', 'create_instructor', 'إنشاء مدرس', '2024-11-30 18:29:48', '2024-11-30 18:29:48'), (2112, 'ar', 'enter_first_name', 'أدخل الاسم الأول', '2024-11-30 18:29:48', '2024-11-30 18:29:48'), (2113, 'ar', 'enter_last_name', 'أدخل الاسم الأخير', '2024-11-30 18:45:40', '2024-11-30 18:45:40'), (2114, 'ar', 'phone_number', 'رقم التليفون', '2024-11-30 18:45:40', '2024-11-30 18:45:40'), (2115, 'ar', 'enter_phone_number', 'أدخل رقم الهاتف', '2024-11-30 18:45:40', '2024-11-30 18:45:40'), (2116, 'ar', 'enter_email', 'أدخل البريد الإلكتروني', '2024-11-30 18:45:40', '2024-11-30 18:45:40'), (2117, 'ar', 'enter_password', 'أدخل كلمة المرور', '2024-11-30 18:45:40', '2024-11-30 18:45:40'), (2118, 'ar', 'confirmation_password', 'تأكيد كلمة المرور', '2024-11-30 18:45:40', '2024-11-30 18:45:40'), (2119, 'ar', 'select_city', 'اختر المدينة', '2024-11-30 18:46:49', '2024-11-30 18:46:49'), (2120, 'ar', 'enter_designation', 'أدخل التعيين', '2024-11-30 18:46:49', '2024-11-30 18:46:49'), (2121, 'ar', 'enter_address', 'أدخل العنوان', '2024-11-30 18:46:49', '2024-11-30 18:46:49'), (2122, 'ar', 'profile_image', 'صورة الملف الشخصي', '2024-11-30 18:46:49', '2024-11-30 18:46:49'), (2123, 'ar', 'edit_instructor', 'تحرير المعلم', '2024-11-30 18:46:49', '2024-11-30 18:46:49'), (2124, 'ar', 'create_organization', 'إنشاء منظمة', '2024-11-30 18:46:49', '2024-11-30 18:46:49'), (2125, 'ar', 'add_new_organization', 'إضافة منظمة جديدة', '2024-11-30 18:46:49', '2024-11-30 18:46:49'), (2126, 'ar', 'confirmation____________________________password', 'تأكيد كلمة المرور', '2024-11-30 18:47:54', '2024-11-30 18:47:54'), (2127, 'ar', 'edit_organization', 'تحرير المنظمة', '2024-11-30 18:47:54', '2024-11-30 18:47:54'), (2128, 'ar', 'organization_name', 'اسم المنظمة', '2024-11-30 18:47:54', '2024-11-30 18:47:54'), (2129, 'ar', 'mangage_blog_category', 'إدارة فئة المدونة', '2024-11-30 18:47:54', '2024-11-30 18:47:54'), (2130, 'ar', 'blog_category', 'فئة المدونة', '2024-11-30 18:47:54', '2024-11-30 18:47:54'), (2131, 'ar', 'no_no_category_found', 'لا لم يتم العثور على الفئة', '2024-11-30 18:47:54', '2024-11-30 18:47:54'), (2132, 'ar', 'create_student', 'إنشاء الطالب', '2024-11-30 18:47:54', '2024-11-30 18:47:54'), (2133, 'ar', 'add_new_student', 'إضافة طالب جديد', '2024-11-30 18:47:54', '2024-11-30 18:47:54'), (2134, 'ar', 'enter_details', 'أدخل التفاصيل', '2024-11-30 18:47:54', '2024-11-30 18:47:54'), (2135, 'ar', 'edit_student', 'تحرير الطالب', '2024-11-30 18:49:01', '2024-11-30 18:49:01'), (2136, 'ar', 'all_your_instructor', 'كل ما تبذلونه من المعلم', '2024-11-30 18:49:01', '2024-11-30 18:49:01'), (2137, 'ar', 'no_instructor_found', 'لم يتم العثور على مدرس', '2024-11-30 18:49:01', '2024-11-30 18:49:01'), (2138, 'ar', 'course_title', 'عنوان الدورة', '2024-11-30 18:49:01', '2024-11-30 18:49:01'), (2139, 'ar', 'sales', 'مبيعات', '2024-11-30 18:49:01', '2024-11-30 18:49:01'), (2140, 'ar', 'course_level', 'مستوى الدورة', '2024-11-30 18:49:01', '2024-11-30 18:49:01'), (2141, 'ar', 'course_status', 'حالة الدورة', '2024-11-30 18:49:01', '2024-11-30 18:49:01'), (2142, 'ar', 'edit_course', 'تحرير الدورة', '2024-11-30 18:49:01', '2024-11-30 18:49:01'), (2143, 'ar', 'curriculum', 'مقرر', '2024-11-30 18:49:01', '2024-11-30 18:49:01'), (2144, 'ar', 'notices_board', 'لوحة الإشعارات', '2024-11-30 18:50:11', '2024-11-30 18:50:11'), (2145, 'ar', 'add_course_curriculumn', 'إضافة المنهج الدراسي للدورة', '2024-11-30 18:50:11', '2024-11-30 18:50:11'), (2146, 'ar', 'add_chapter', 'أضف الفصل', '2024-11-30 18:50:11', '2024-11-30 18:50:11'), (2147, 'ar', 'add_topic', 'إضافة موضوع', '2024-11-30 18:50:11', '2024-11-30 18:50:11'), (2148, 'ar', 'upload_file', 'تحميل الملف', '2024-11-30 18:50:11', '2024-11-30 18:50:11'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (2149, 'ar', 'select_meeting_provider', 'حدد مزود الاجتماع', '2024-11-30 18:50:11', '2024-11-30 18:50:11'), (2150, 'ar', 'meeting_id', 'معرف الاجتماع', '2024-11-30 18:50:11', '2024-11-30 18:50:11'), (2151, 'ar', 'moderator_password', 'كلمة مرور المشرف', '2024-11-30 18:50:11', '2024-11-30 18:50:11'), (2152, 'ar', 'set_meeting_time', 'ضبط وقت الاجتماع', '2024-11-30 18:50:11', '2024-11-30 18:50:11'), (2153, 'ar', 'schedule_date', 'تاريخ الجدول', '2024-11-30 18:51:27', '2024-11-30 18:51:27'), (2154, 'ar', 'schedule_time', 'جدولة الوقت', '2024-11-30 18:51:27', '2024-11-30 18:51:27'), (2155, 'ar', 'instruction_for_students', 'تعليمات للطلاب', '2024-11-30 18:51:27', '2024-11-30 18:51:27'), (2156, 'ar', 'notice_description', 'وصف الإشعار', '2024-11-30 18:51:27', '2024-11-30 18:51:27'), (2157, 'ar', 'do_you_want_to_mail_this_notice_to_all_of_your_students', 'هل تريد إرسال هذا الإشعار بالبريد إلى جميع طلابك؟', '2024-11-30 18:51:27', '2024-11-30 18:51:27'), (2158, 'ar', 'all_notice', 'كل إشعار', '2024-11-30 18:51:27', '2024-11-30 18:51:27'), (2159, 'ar', 'no_notice_available', 'لا يوجد إشعار متاح.', '2024-11-30 18:51:27', '2024-11-30 18:51:27'), (2160, 'ar', 'add_new_chapter', 'إضافة فصل جديد', '2024-11-30 18:51:27', '2024-11-30 18:51:27'), (2161, 'ar', 'sumbit', 'سومبيت', '2024-11-30 18:51:27', '2024-11-30 18:51:27'), (2162, 'ar', 'add_new_topic', 'إضافة موضوع جديد', '2024-11-30 18:52:58', '2024-11-30 18:52:58'), (2163, 'ar', 'topic_type', 'نوع الموضوع', '2024-11-30 18:52:58', '2024-11-30 18:52:58'), (2164, 'ar', 'add_question', 'أضف سؤال', '2024-11-30 18:52:58', '2024-11-30 18:52:58'), (2165, 'ar', 'question_title', 'عنوان السؤال', '2024-11-30 18:52:58', '2024-11-30 18:52:58'), (2166, 'ar', 'quiz_mark', 'علامة الاختبار', '2024-11-30 18:52:58', '2024-11-30 18:52:58'), (2167, 'ar', 'quiz_type', 'نوع الاختبار', '2024-11-30 18:52:58', '2024-11-30 18:52:58'), (2168, 'ar', 'select_quiz_question_type', 'حدد نوع سؤال الاختبار', '2024-11-30 18:52:58', '2024-11-30 18:52:58'), (2169, 'ar', 'multiple_choice', 'الاختيار من متعدد', '2024-11-30 18:52:58', '2024-11-30 18:52:58'), (2170, 'ar', 'single_choice', 'اختيار واحد', '2024-11-30 18:52:58', '2024-11-30 18:52:58'), (2171, 'ar', 'fill_in_the_blank', 'املأ الفراغ', '2024-11-30 18:54:07', '2024-11-30 18:54:07'), (2172, 'ar', 'update_quiz', 'تحديث مسابقة', '2024-11-30 18:54:07', '2024-11-30 18:54:07'), (2173, 'ar', 'total_blog', 'مجموع المدونة', '2024-11-30 18:54:07', '2024-11-30 18:54:07'), (2174, 'ar', 'create_testimonial', 'إنشاء شهادة', '2024-11-30 18:54:07', '2024-11-30 18:54:07'), (2175, 'ar', 'add_new_testimonial', 'إضافة شهادة جديدة', '2024-11-30 18:54:07', '2024-11-30 18:54:07'), (2176, 'ar', 'enter_your_name', 'أدخل اسمك', '2024-11-30 18:54:07', '2024-11-30 18:54:07'), (2177, 'ar', 'enter_your_designation', 'أدخل التعيين الخاص بك', '2024-11-30 18:54:07', '2024-11-30 18:54:07'), (2178, 'ar', 'rating', 'تصنيف', '2024-11-30 18:54:07', '2024-11-30 18:54:07'), (2179, 'ar', 'enter_your_rating_out_of_5', 'أدخل تقييمك من 5', '2024-11-30 18:54:07', '2024-11-30 18:54:07'), (2180, 'ar', 'date_created', 'تاريخ الإنشاء', '2024-11-30 18:55:09', '2024-11-30 18:55:09'), (2181, 'ar', 'create_blog', 'إنشاء مدونة', '2024-11-30 18:55:09', '2024-11-30 18:55:09'), (2182, 'ar', 'blog_title', 'عنوان المدونة', '2024-11-30 18:55:09', '2024-11-30 18:55:09'), (2183, 'ar', 'blog_description', 'وصف المدونة', '2024-11-30 18:55:09', '2024-11-30 18:55:09'), (2184, 'ar', 'image', 'صورة', '2024-11-30 18:55:09', '2024-11-30 18:55:09'), (2185, 'ar', 'author', 'مؤلف', '2024-11-30 18:55:09', '2024-11-30 18:55:09'), (2186, 'ar', 'published', 'تم النشر', '2024-11-30 18:55:09', '2024-11-30 18:55:09'), (2187, 'ar', 'edit_blog', 'تحرير المدونة', '2024-11-30 18:55:09', '2024-11-30 18:55:09'), (2188, 'ar', 'manage_coupon', 'إدارة القسيمة', '2024-11-30 18:55:09', '2024-11-30 18:55:09'), (2189, 'ar', 'coupon', 'قسيمة', '2024-11-30 18:56:17', '2024-11-30 18:56:17'), (2190, 'ar', 'no_coupon_found', 'لم يتم العثور على قسيمة', '2024-11-30 18:56:17', '2024-11-30 18:56:17'), (2191, 'ar', 'create_coupon', 'إنشاء قسيمة', '2024-11-30 18:56:17', '2024-11-30 18:56:17'), (2192, 'ar', 'create_coupons', 'إنشاء كوبونات', '2024-11-30 18:56:17', '2024-11-30 18:56:17'), (2193, 'ar', 'coupon_name', 'اسم القسيمة', '2024-11-30 18:56:17', '2024-11-30 18:56:17'), (2194, 'ar', 'coupon_type', 'نوع القسيمة', '2024-11-30 18:56:17', '2024-11-30 18:56:17'), (2195, 'ar', 'select_coupon_type', 'حدد نوع القسيمة', '2024-11-30 18:56:17', '2024-11-30 18:56:17'), (2196, 'ar', 'selected_category', 'الفئة المختارة', '2024-11-30 18:56:17', '2024-11-30 18:56:17'), (2197, 'ar', 'selected_courses', 'دورات مختارة', '2024-11-30 18:56:17', '2024-11-30 18:56:17'), (2198, 'ar', 'discount_type', 'نوع الخصم', '2024-11-30 18:57:21', '2024-11-30 18:57:21'), (2199, 'ar', 'percent', 'نسبة مئوية', '2024-11-30 18:57:21', '2024-11-30 18:57:21'), (2200, 'ar', 'fixed', 'مُثَبَّت', '2024-11-30 18:57:21', '2024-11-30 18:57:21'), (2201, 'ar', 'coupon_code', 'رمز القسيمة', '2024-11-30 18:57:21', '2024-12-30 12:37:55'), (2202, 'ar', 'max_usable_times', 'الحد الأقصى للأوقات القابلة للاستخدام', '2024-11-30 18:57:21', '2024-11-30 18:57:21'), (2203, 'ar', 'minimum_order', 'الحد الأدنى للطلب', '2024-11-30 18:57:21', '2024-11-30 18:57:21'), (2204, 'ar', 'expire_date', 'تاريخ انتهاء الصلاحية', '2024-11-30 18:57:21', '2024-11-30 18:57:21'), (2205, 'ar', 'instructororganization', 'المعلم / المنظمة', '2024-11-30 18:57:21', '2024-11-30 18:57:21'), (2206, 'ar', 'coursebundle', 'الدورة/الحزمة', '2024-11-30 18:57:21', '2024-11-30 18:57:21'), (2207, 'ar', 'edit_testimonial', 'تحرير الشهادة', '2024-11-30 18:58:29', '2024-11-30 18:58:29'), (2208, 'ar', 'edit_email', 'تحرير البريد الإلكتروني', '2024-11-30 18:58:29', '2024-11-30 18:58:29'), (2209, 'ar', 'subject_name', 'اسم الموضوع', '2024-11-30 18:58:29', '2024-11-30 18:58:29'), (2210, 'ar', 'template_name', 'اسم القالب', '2024-11-30 18:58:29', '2024-11-30 18:58:29'), (2211, 'ar', 'template_content', 'محتوى القالب', '2024-11-30 18:58:29', '2024-11-30 18:58:29'), (2212, 'ar', 'create_faq', 'إنشاء الأسئلة الشائعة', '2024-11-30 18:58:29', '2024-11-30 18:58:29'), (2213, 'ar', 'enter_title', 'أدخل العنوان', '2024-11-30 18:58:29', '2024-11-30 18:58:29'), (2214, 'ar', 'answer', 'إجابة', '2024-11-30 18:58:29', '2024-11-30 18:58:29'), (2215, 'ar', 'edit_coupon', 'تحرير القسيمة', '2024-11-30 19:00:53', '2024-11-30 19:00:53'), (2216, 'ar', 'edit_coupons', 'تحرير القسائم', '2024-11-30 19:02:12', '2024-11-30 19:02:12'), (2217, 'ar', 'payment_method_list', 'قائمة طرق الدفع', '2024-11-30 19:02:12', '2024-11-30 19:02:12'), (2218, 'ar', 'no_payment_method_found', 'لم يتم العثور على طريقة الدفع', '2024-11-30 19:02:12', '2024-11-30 19:02:12'), (2219, 'ar', 'create_method', 'إنشاء الطريقة', '2024-11-30 19:02:12', '2024-11-30 19:02:12'), (2220, 'ar', 'create_payment_method', 'إنشاء طريقة الدفع', '2024-11-30 19:02:12', '2024-11-30 19:02:12'), (2221, 'ar', 'sign_up', 'اشتراك', '2024-11-30 19:02:12', '2024-11-30 19:02:12'), (2222, 'ar', 'remember_me', 'تذكرنى', '2024-11-30 19:03:54', '2024-11-30 19:03:54'), (2223, 'ar', 'forgot_password', 'هل نسيت كلمة السر؟', '2024-11-30 19:03:54', '2024-11-30 19:03:54'), (2224, 'ar', 'log_in', 'تسجيل الدخول', '2024-11-30 19:03:54', '2024-11-30 19:03:54'), (2225, 'ar', 'preview', 'معاينة', '2024-11-30 19:03:54', '2024-11-30 19:03:54'), (2226, 'ar', 'activated', 'تفعيلها', '2024-11-30 19:03:54', '2024-11-30 19:03:54'), (2227, 'ar', 'activate', 'فعل', '2024-11-30 19:03:54', '2024-11-30 19:03:54'), (2228, 'bn', 'default', 'ডিফল্ট', '2024-12-01 17:38:59', '2024-12-10 19:59:02'), (2229, 'bn', 'elearning_education', 'ই-লার্নিং শিক্ষা', '2024-12-01 17:38:59', '2024-12-10 19:59:37'), (2230, 'bn', 'lms_hive_education', 'এলএমএস হাইভ শিক্ষা', '2024-12-01 17:38:59', '2024-12-10 19:59:37'), (2231, 'bn', 'install', 'ইনস্টল করুনPaidPaid', '2024-12-01 17:39:33', '2024-12-10 20:15:19'), (2232, 'en', 'default', 'Default', '2024-12-01 17:42:02', '2024-12-01 17:42:02'), (2233, 'en', 'elearning_education', 'E-learning Education', '2024-12-01 17:42:02', '2024-12-01 17:42:02'), (2234, 'en', 'lms_hive_education', 'LMS Hive Education', '2024-12-01 17:42:02', '2024-12-01 17:42:02'), (2235, 'en', 'explore_our', 'Explore Our', '2024-12-01 17:42:55', '2024-12-01 17:42:55'), (2236, 'en', 'degital_education', 'Degital Education', '2024-12-01 17:43:03', '2024-12-01 17:43:03'), (2237, 'bn', 'for_every_platform', 'প্রতিটি প্ল্যাটফর্মের জন্য', '2024-12-01 17:43:19', '2024-12-10 20:02:02'), (2238, 'bn', 'k', 'কে+', '2024-12-01 17:43:19', '2024-12-30 00:08:43'), (2239, 'bn', 'happy_students', 'খুশি ছাত্ররা', '2024-12-01 17:43:19', '2024-12-10 20:02:02'), (2240, 'bn', 'online_courses', 'অনলাইন কোর্স', '2024-12-01 17:43:19', '2024-12-10 20:02:02'), (2241, 'bn', '_best_online_courses', 'সেরা অনলাইন কোর্স', '2024-12-01 17:43:19', '2024-12-10 20:02:02'), (2242, 'bn', 'buy_course', 'কোর্স কিনুন', '2024-12-01 17:43:19', '2024-12-10 20:02:02'), (2243, 'bn', 'new_courses', 'নতুন কোর্স', '2024-12-01 17:43:19', '2024-12-10 20:02:02'), (2244, 'bn', 'our_new_courses', 'আমাদের নতুন কোর্স', '2024-12-01 17:43:19', '2024-12-10 20:04:40'), (2245, 'bn', 'courses_categories', 'কোর্স বিভাগ', '2024-12-01 17:43:19', '2024-12-10 20:07:14'), (2246, 'bn', 'explore_our_top_categories', 'আমাদের শীর্ষ বিভাগ অন্বেষণ করুন', '2024-12-01 17:43:19', '2024-12-10 20:07:14'), (2247, 'bn', 'what_our_students_say_about_us', 'আমাদের ছাত্ররা আমাদের সম্পর্কে কি বলে', '2024-12-01 17:43:19', '2024-12-10 20:07:14'), (2248, 'bn', 'apply_a_freeofcharge_online_course', 'একটি বিনামূল্যের অনলাইন কোর্স আবেদন করুন.', '2024-12-01 17:43:19', '2024-12-10 20:07:14'), (2249, 'bn', 'street_address', 'রাস্তার ঠিকানা', '2024-12-01 17:43:19', '2024-12-10 20:07:14'), (2250, 'bn', 'write_description', 'বর্ণনা লিখুন', '2024-12-01 17:43:19', '2024-12-10 20:07:14'), (2251, 'bn', 'free_course', 'ফ্রি কোর্স', '2024-12-01 17:43:19', '2024-12-10 20:07:14'), (2252, 'bn', 'latest_blogs', 'সর্বশেষ ব্লগ', '2024-12-01 17:43:19', '2024-12-10 20:07:14'), (2253, 'bn', 'my_latest_insights__articles', 'আমার সর্বশেষ অন্তর্দৃষ্টি এবং নিবন্ধ', '2024-12-01 17:43:19', '2024-12-10 20:09:00'), (2254, 'bn', 'comments', 'মন্তব্য', '2024-12-01 17:43:19', '2024-12-10 20:09:00'), (2255, 'bn', 'view_all_blogs', 'সব ব্লগ দেখুন', '2024-12-01 17:43:19', '2024-12-10 20:09:00'), (2256, 'bn', 'are_you_ready_to_start_your_study', 'আপনি কি আপনার অধ্যয়ন শুরু করতে প্রস্তুত?', '2024-12-01 17:43:19', '2024-12-10 20:09:00'), (2257, 'bn', 'contrary_to_popular_belief_lorem_ipsum_is_not_simply_____________________________random_text_it_has_roots_in_a_piece_of_classical', 'জনপ্রিয় বিশ্বাসের বিপরীতে, Lorem Ipsum কেবল এলোমেলো পাঠ্য নয়। এটি শাস্ত্রীয় একটি টুকরা মধ্যে শিকড় আছে।', '2024-12-01 17:43:19', '2024-12-10 20:09:00'), (2258, 'bn', 'app_store', 'অ্যাপ স্টোর', '2024-12-01 17:43:19', '2024-12-10 20:09:00'), (2259, 'bn', 'play_store', 'প্লে স্টোর', '2024-12-01 17:43:19', '2024-12-30 02:59:04'), (2260, 'bn', 'new_students', 'নতুন ছাত্র:', '2024-12-01 17:43:19', '2024-12-10 20:09:00'), (2261, 'bn', 'save_up_to_35', '35% পর্যন্ত সংরক্ষণ করুন', '2024-12-01 17:43:19', '2024-12-10 20:09:00'), (2262, 'bn', 'degital_education', 'ডিজিটাল শিক্ষা', '2024-12-01 17:43:19', '2024-12-10 20:02:02'), (2263, 'en', 'for_every_platform', 'for Every Platform', '2024-12-01 17:43:24', '2024-12-01 17:43:24'), (2264, 'en', 'k', 'K', '2024-12-01 17:43:24', '2024-12-30 22:52:44'), (2265, 'en', 'happy_students', 'Happy Students', '2024-12-01 17:43:24', '2024-12-01 17:43:24'), (2266, 'en', 'online_courses', 'Online Courses', '2024-12-01 17:43:24', '2024-12-01 17:43:24'), (2267, 'en', '_best_online_courses', ' Best Online Courses', '2024-12-01 17:43:24', '2024-12-01 17:43:24'), (2268, 'en', 'buy_course', 'Buy course', '2024-12-01 17:43:24', '2024-12-01 17:43:24'), (2269, 'en', 'new_courses', 'New Courses', '2024-12-01 17:43:24', '2024-12-01 17:43:24'), (2270, 'en', 'our_new_courses', 'Our New Courses', '2024-12-01 17:43:24', '2024-12-01 17:43:24'), (2271, 'en', 'courses_categories', 'Courses Categories', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2272, 'en', 'explore_our_top_categories', 'Explore Our Top Categories', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2273, 'en', 'what_our_students_say_about_us', 'What Our Students Say About us', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2274, 'en', 'apply_a_freeofcharge_online_course', 'Apply a Free-of-Charge Online Course.', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2275, 'en', 'street_address', 'Street Address', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2276, 'en', 'write_description', 'Write Description', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2277, 'en', 'free_course', 'Free Course', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2278, 'en', 'latest_blogs', 'Latest Blogs', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2279, 'en', 'my_latest_insights__articles', 'My Latest Insights & Articles', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2280, 'en', 'comments', 'Comments', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2281, 'en', 'view_all_blogs', 'View All Blogs', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2282, 'en', 'are_you_ready_to_start_your_study', 'Are You Ready to Start Your Study?', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2283, 'en', 'contrary_to_popular_belief_lorem_ipsum_is_not_simply_____________________________random_text_it_has_roots_in_a_piece_of_classical', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical.', '2024-12-01 17:43:25', '2024-12-13 09:33:56'), (2284, 'en', 'app_store', 'App Store', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2285, 'en', 'play_store', 'Play Store', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2286, 'en', 'new_students', 'New Students:', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2287, 'en', 'save_up_to_35', 'Save up to 35%', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2288, 'en', 'join_for_free', 'Join for free', '2024-12-01 17:43:25', '2024-12-01 17:43:25'), (2289, 'ar', 'for_every_platform', 'لكل منصة', '2024-12-01 17:50:24', '2024-12-02 16:37:48'), (2290, 'ar', 'k', 'ك+', '2024-12-01 17:50:24', '2024-12-02 16:37:48'), (2291, 'ar', 'happy_students', 'طلاب سعداء', '2024-12-01 17:50:24', '2024-12-02 16:37:48'), (2292, 'ar', 'online_courses', 'الدورات عبر الإنترنت', '2024-12-01 17:50:24', '2024-12-02 16:37:48'), (2293, 'ar', '_best_online_courses', 'أفضل الدورات عبر الإنترنت', '2024-12-01 17:50:24', '2024-12-02 16:37:48'), (2294, 'ar', 'lesson', 'درس', '2024-12-01 17:50:24', '2024-12-02 16:16:22'), (2295, 'ar', 'buy_course', 'شراء الدورة', '2024-12-01 17:50:24', '2024-12-02 16:37:48'), (2296, 'ar', 'new_courses', 'دورات جديدة', '2024-12-01 17:50:24', '2024-12-02 16:39:02'), (2297, 'ar', 'our_new_courses', 'دوراتنا الجديدة', '2024-12-01 17:50:24', '2024-12-02 16:39:02'), (2298, 'ar', 'courses_categories', 'فئات الدورات', '2024-12-01 17:50:24', '2024-12-02 16:39:02'), (2299, 'ar', 'explore_our_top_categories', 'استكشف أهم فئاتنا', '2024-12-01 17:50:24', '2024-12-02 16:39:02'), (2300, 'ar', 'what_our_students_say_about_us', 'ماذا يقول طلابنا عنا', '2024-12-01 17:50:24', '2024-12-02 16:39:02'), (2301, 'ar', 'apply_a_freeofcharge_online_course', 'قم بتقديم دورة مجانية عبر الإنترنت.', '2024-12-01 17:50:24', '2024-12-02 16:39:02'), (2302, 'ar', 'street_address', 'عنوان الشارع', '2024-12-01 17:50:24', '2024-12-02 16:39:02'), (2303, 'ar', 'write_description', 'اكتب الوصف', '2024-12-01 17:50:24', '2024-12-02 16:39:02'), (2304, 'ar', 'free_course', 'دورة مجانية', '2024-12-01 17:50:24', '2024-12-02 16:39:02'), (2305, 'ar', 'latest_blogs', 'أحدث المدونات', '2024-12-01 17:50:24', '2024-12-02 16:40:31'), (2306, 'ar', 'my_latest_insights__articles', 'أحدث رؤى ومقالاتي', '2024-12-01 17:50:24', '2024-12-02 16:40:31'), (2307, 'ar', 'comments', 'تعليقات', '2024-12-01 17:50:24', '2024-12-02 16:40:31'), (2308, 'ar', 'view_all_blogs', 'عرض جميع المدونات', '2024-12-01 17:50:24', '2024-12-02 16:40:31'), (2309, 'ar', 'are_you_ready_to_start_your_study', 'هل أنت مستعد لبدء دراستك؟', '2024-12-01 17:50:24', '2024-12-02 16:40:31'), (2310, 'ar', 'contrary_to_popular_belief_lorem_ipsum_is_not_simply_____________________________random_text_it_has_roots_in_a_piece_of_classical', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الكلاسيكية.', '2024-12-01 17:50:24', '2024-12-02 16:40:31'), (2311, 'ar', 'app_store', 'متجر التطبيقات', '2024-12-01 17:50:24', '2024-12-02 16:40:31'), (2312, 'ar', 'play_store', 'متجر اللعب', '2024-12-01 17:50:24', '2024-12-02 16:40:31'), (2313, 'ar', 'new_students', 'الطلاب الجدد:', '2024-12-01 17:50:24', '2024-12-02 16:40:31'), (2314, 'ar', 'save_up_to_35', 'وفر حتى 35%', '2024-12-01 17:50:24', '2024-12-02 16:42:21'), (2315, 'ar', 'default', 'تقصير', '2024-12-01 17:50:24', '2024-12-02 16:36:32'), (2316, 'ar', 'elearning_education', 'التعليم الإلكتروني', '2024-12-01 17:50:24', '2024-12-02 16:36:32'), (2317, 'ar', 'lms_hive_education', 'LMS خلية التعليم', '2024-12-01 17:50:24', '2024-12-02 16:37:48'), (2318, 'ar', 'degital_education', 'التعليم الرقمي', '2024-12-01 17:50:24', '2024-12-02 16:37:48'), (2319, 'ar', 'join_for_free', 'انضم مجانا', '2024-12-01 17:50:24', '2024-12-02 16:42:21'), (2320, 'ar', 'call', 'يتصل', '2024-12-01 17:51:36', '2024-12-02 16:34:33'), (2321, 'ar', 'join_now', 'انضم الآن', '2024-12-01 17:51:36', '2024-12-02 16:27:57'), (2322, 'es', 'default', 'Por defecto', '2024-12-01 17:52:27', '2024-12-02 19:20:58'), (2323, 'es', 'elearning_education', 'Educación de aprendizaje electrónico', '2024-12-01 17:52:27', '2024-12-02 19:20:58'), (2324, 'es', 'lms_hive_education', 'Educación sobre la colmena LMS', '2024-12-01 17:52:27', '2024-12-02 19:22:09'), (2325, 'es', 'degital_education', 'Educación Digital', '2024-12-01 17:52:27', '2024-12-02 19:22:09'), (2326, 'es', 'manage_subject', 'Administrar Asunto', '2024-12-01 17:54:00', '2024-12-02 18:09:22'), (2327, 'es', 'subject_list', 'Lista de temas', '2024-12-01 17:54:00', '2024-12-02 18:09:22'), (2328, 'es', 'manage_bundle', 'Administrar paquete', '2024-12-01 17:54:16', '2024-12-02 18:11:55'), (2329, 'es', 'bundle', 'Manojo', '2024-12-01 17:54:16', '2024-12-02 18:11:55'), (2330, 'es', 'date_created', 'Fecha de creación', '2024-12-01 17:54:16', '2024-12-02 18:30:00'), (2331, 'en', 'course_video', 'Course Video', '2024-12-01 17:57:12', '2024-12-01 17:57:12'), (2332, 'en', 'remove', 'Remove', '2024-12-01 18:08:52', '2024-12-01 18:08:52'), (2333, 'en', 'apply', 'Apply', '2024-12-01 18:08:52', '2024-12-01 18:08:52'), (2334, 'en', 'cart_total', 'Cart Total', '2024-12-01 18:08:52', '2024-12-01 18:08:52'), (2335, 'en', 'subtotal', 'Subtotal', '2024-12-01 18:08:52', '2024-12-01 18:08:52'), (2336, 'en', 'total', 'Total', '2024-12-01 18:08:52', '2024-12-01 18:08:52'), (2337, 'en', 'checkout', 'Checkout', '2024-12-01 18:08:52', '2024-12-01 18:08:52'), (2338, 'en', 'course_category', 'Course Category', '2024-12-01 18:16:13', '2024-12-01 18:16:13'), (2339, 'en', 'processing', 'Processing', '2024-12-01 18:16:13', '2024-12-01 18:16:13'), (2340, 'en', 'search_here', 'Search here', '2024-12-01 18:26:15', '2024-12-01 18:26:15'), (2341, 'bn', 'search_here', 'এখানে অনুসন্ধান করুন', '2024-12-01 18:31:29', '2024-12-10 20:12:59'), (2342, 'bn', 'no_page_created', 'কোনো পেজ তৈরি করা হয়নি', '2024-12-01 18:39:56', '2024-12-10 20:12:59'), (2343, 'en', 'manage_cerficate', 'Manage Cerficate', '2024-12-01 18:50:04', '2024-12-01 18:50:04'), (2344, 'en', 'all_certificate', 'All Certificate', '2024-12-01 18:50:04', '2024-12-01 18:50:04'), (2345, 'en', 'type', 'Type', '2024-12-01 18:50:04', '2024-12-01 18:50:04'), (2346, 'en', 'no_page_created', 'No Page Created', '2024-12-01 18:50:18', '2024-12-01 18:50:18'), (2347, 'ar', 'search_here', 'ابحث هنا', '2024-12-01 18:51:48', '2024-12-02 16:43:39'), (2348, 'es', 'search_here', 'Busca aquí', '2024-12-01 19:04:15', '2024-12-02 19:25:59'), (2349, 'ar', 'permission_list', 'قائمة الأذونات', '2024-12-01 19:04:22', '2024-12-02 16:14:04'), (2350, 'ar', 'permission', 'إذن', '2024-12-01 19:04:22', '2024-12-02 16:14:04'), (2351, 'ar', 'manage_testimonial', 'إدارة الشهادة', '2024-12-01 19:04:29', '2024-12-02 16:11:51'), (2352, 'ar', 'manage_cerficate', 'إدارة الشهادة', '2024-12-01 19:05:10', '2024-12-02 16:43:39'), (2353, 'ar', 'all_certificate', 'كل الشهادة', '2024-12-01 19:05:10', '2024-12-02 16:43:39'), (2354, 'ar', 'type', 'يكتب', '2024-12-01 19:05:10', '2024-12-02 16:43:39'), (2355, 'ar', 'no_page_created', 'لم يتم إنشاء أي صفحة', '2024-12-01 19:08:55', '2024-12-02 16:43:39'), (2356, 'ar', 'course_overview', 'نظرة عامة على الدورة', '2024-12-01 19:10:26', '2024-12-02 16:15:13'), (2357, 'ar', 'learning_outcomes', 'مخرجات التعلم', '2024-12-01 19:10:26', '2024-12-02 16:15:13'), (2358, 'ar', 'course_faqs', 'الأسئلة الشائعة للدورة', '2024-12-01 19:10:26', '2024-12-02 16:15:13'), (2359, 'ar', 'course_curriculum', 'المنهج الدراسي للدورة', '2024-12-01 19:10:26', '2024-12-02 16:15:13'), (2360, 'ar', 'course_reviews', 'تقييمات الدورة', '2024-12-01 19:10:26', '2024-12-02 16:15:13'), (2361, 'ar', 'this_course_includes', 'تتضمن هذه الدورة', '2024-12-01 19:10:26', '2024-12-02 16:15:13'), (2362, 'ar', 'duration', 'مدة', '2024-12-01 19:10:26', '2024-12-02 16:16:22'), (2363, 'ar', 'tags', 'العلامات', '2024-12-01 19:10:26', '2024-12-02 16:16:22'), (2364, 'ar', 'yes', 'نعم', '2024-12-01 19:10:26', '2024-12-02 16:17:54'), (2365, 'ar', 'enroll_the_course', 'سجل في الدورة', '2024-12-01 19:10:26', '2024-12-02 16:17:54'), (2366, 'ar', 'free_course_preview', 'معاينة الدورة المجانية', '2024-12-01 19:10:26', '2024-12-02 16:16:22'), (2367, 'ar', 'related_course', 'دورة ذات صلة', '2024-12-01 19:10:26', '2024-12-02 16:16:22'), (2368, 'ar', 'explore_related', 'استكشاف ذات الصلة', '2024-12-01 19:10:26', '2024-12-02 16:16:22'), (2369, 'es', 'remove', 'Eliminar', '2024-12-01 19:11:24', '2024-12-02 19:25:05'), (2370, 'es', 'coupon_code', 'Código de cupón', '2024-12-01 19:11:24', '2024-12-02 18:33:04'), (2371, 'es', 'apply', 'Aplicar', '2024-12-01 19:11:24', '2024-12-02 19:25:05'), (2372, 'es', 'cart_total', 'Total del carrito', '2024-12-01 19:11:24', '2024-12-02 19:25:05'), (2373, 'es', 'subtotal', 'Total parcial', '2024-12-01 19:11:24', '2024-12-30 03:11:32'), (2374, 'es', 'total', 'Total', '2024-12-01 19:11:24', '2024-12-01 19:11:24'), (2375, 'es', 'checkout', 'Verificar', '2024-12-01 19:11:24', '2024-12-02 19:25:05'), (2376, 'ar', 'all_course', 'كل بالطبع', '2024-12-01 19:14:46', '2024-12-02 16:11:51'), (2377, 'ar', 'categories', 'فئات', '2024-12-01 19:14:46', '2024-12-02 16:11:51'), (2378, 'ar', 'buy_the_bundle', 'شراء الحزمة', '2024-12-01 19:15:06', '2024-12-02 16:11:51'), (2379, 'es', 'themesettingmanage', 'Configuración de temas/administrar', '2024-12-01 19:16:29', '2024-12-02 18:00:43'), (2380, 'es', 'theme_settings', 'Configuración del tema', '2024-12-01 19:16:29', '2024-12-02 18:01:33'), (2381, 'es', 'theme', 'Tema', '2024-12-01 19:16:29', '2024-12-02 18:01:33'), (2382, 'es', 'gdpr_cookie', 'Cookie RGPD', '2024-12-01 19:16:29', '2024-12-02 18:01:33'), (2383, 'es', 'tawk_chat', 'Charla de conversación', '2024-12-01 19:16:29', '2024-12-02 18:01:33'), (2384, 'es', 'custom_cssjs', 'CSS/JS personalizado', '2024-12-01 19:16:29', '2024-12-02 18:01:33'), (2385, 'es', 'social', 'Social', '2024-12-01 19:16:29', '2024-12-01 19:16:29'), (2386, 'es', 'home_setting', 'Configuración del hogar', '2024-12-01 19:16:29', '2024-12-02 18:01:33'), (2387, 'es', 'footer', 'Pie de página', '2024-12-01 19:16:29', '2024-12-02 18:01:33'), (2388, 'es', 'general_settings', 'Configuraciones generales', '2024-12-01 19:16:29', '2024-12-02 18:01:33'), (2389, 'es', 'color', 'Color', '2024-12-01 19:16:29', '2024-12-01 19:16:29'), (2390, 'es', 'second_email', 'Segundo correo electrónico', '2024-12-01 19:16:29', '2024-12-02 18:02:19'), (2391, 'es', 'second_phone', 'Segundo teléfono', '2024-12-01 19:16:29', '2024-12-02 18:02:19'), (2392, 'es', 'office_hours', 'Horario de oficina', '2024-12-01 19:16:29', '2024-12-02 18:02:19'), (2393, 'es', 'support_hours', 'Horas de soporte', '2024-12-01 19:16:29', '2024-12-02 18:02:19'), (2394, 'es', 'theme_favicon', 'Tema Favicon', '2024-12-01 19:16:29', '2024-12-02 18:02:19'), (2395, 'es', 'gdpr_cookie_settings', 'Configuración de cookies del RGPD', '2024-12-01 19:16:29', '2024-12-02 18:02:19'), (2396, 'es', 'gdpr_title', 'Título del RGPD', '2024-12-01 19:16:29', '2024-12-02 18:02:19'), (2397, 'es', 'gdpr_description', 'Descripción del RGPD', '2024-12-01 19:16:29', '2024-12-02 18:03:06'), (2398, 'es', 'enableddisabled', 'Habilitado/Deshabilitado', '2024-12-01 19:16:29', '2024-12-02 18:03:06'), (2399, 'es', 'custom_css__javascript_settings', 'Configuraciones personalizadas de CSS y Javascript', '2024-12-01 19:16:29', '2024-12-02 18:03:06'), (2400, 'es', 'custom_css', 'CSS personalizado', '2024-12-01 19:16:29', '2024-12-02 18:03:06'), (2401, 'es', 'custom_js', 'JS personalizado', '2024-12-01 19:16:29', '2024-12-02 18:03:06'), (2402, 'es', 'social_media_settings', 'Configuración de redes sociales', '2024-12-01 19:16:29', '2024-12-02 18:03:06'), (2403, 'es', 'icon_with_class_name', 'Icono con nombre de clase', '2024-12-01 19:16:29', '2024-12-02 19:14:12'), (2404, 'es', 'delete', 'Borrar', '2024-12-01 19:16:29', '2024-12-02 19:14:12'), (2405, 'es', 'home_page_settings', 'Configuración de la página de inicio', '2024-12-01 19:16:29', '2024-12-02 18:03:06'), (2406, 'es', 'banner_section', 'Sección de pancartas', '2024-12-01 19:16:29', '2024-12-02 18:03:06'), (2407, 'es', 'sub_title', 'Subtítulo', '2024-12-01 19:16:29', '2024-12-02 18:04:01'), (2408, 'es', 'high_light', 'Destacar', '2024-12-01 19:16:29', '2024-12-02 18:04:01'), (2409, 'es', 'short_info', 'Información breve', '2024-12-01 19:16:29', '2024-12-02 19:14:12'), (2410, 'es', 'button_name', 'Nombre del botón', '2024-12-01 19:16:29', '2024-12-02 19:14:12'), (2411, 'es', 'button_link', 'Enlace de botón', '2024-12-01 19:16:29', '2024-12-02 19:14:12'), (2412, 'es', 'banner_image', 'Imagen de banner', '2024-12-01 19:16:29', '2024-12-02 19:14:12'), (2413, 'es', 'total_live_class', 'Clase total en vivo', '2024-12-01 19:16:29', '2024-12-02 18:04:01'), (2414, 'es', 'total_experience', 'Experiencia Total', '2024-12-01 19:16:29', '2024-12-02 18:04:01'), (2415, 'es', 'faq_section', 'Sección de preguntas frecuentes', '2024-12-01 19:16:29', '2024-12-02 18:04:01'), (2416, 'es', 'button_text', 'Texto del botón', '2024-12-01 19:16:29', '2024-12-02 18:04:01'), (2417, 'es', 'faq_image', 'Imagen de preguntas frecuentes', '2024-12-01 19:16:29', '2024-12-02 18:04:54'), (2418, 'es', 'subscriber_section', 'Sección de suscriptores', '2024-12-01 19:16:29', '2024-12-02 18:04:54'), (2419, 'es', 'footer_top_settings', 'Configuración superior del pie de página', '2024-12-01 19:16:29', '2024-12-02 18:04:54'), (2420, 'es', 'footer_widget_one', 'Widget de pie de página uno', '2024-12-01 19:16:29', '2024-12-02 18:04:54'), (2421, 'es', 'allow_social_menu', 'Permitir menú social', '2024-12-01 19:16:29', '2024-12-02 18:04:54'), (2422, 'es', 'footer_widget_two', 'Widget de pie de página dos', '2024-12-01 19:16:29', '2024-12-02 18:04:54'), (2423, 'es', 'footer_widget_three', 'Widget de pie de página tres', '2024-12-01 19:16:29', '2024-12-02 18:04:54'), (2424, 'es', 'footer_widget_four', 'Widget de pie de página cuatro', '2024-12-01 19:16:29', '2024-12-02 18:04:54'), (2425, 'es', 'footer_widget_five', 'Widget de pie de página cinco', '2024-12-01 19:16:29', '2024-12-02 18:05:47'), (2426, 'es', 'footer_bottom_settings', 'Configuración inferior del pie de página', '2024-12-01 19:16:29', '2024-12-02 18:05:47'), (2427, 'es', 'menu_link_list', 'Lista de enlaces del menú', '2024-12-01 19:16:30', '2024-12-02 18:05:47'), (2428, 'es', 'buy_the_bundle', 'Compra el paquete', '2024-12-01 19:24:54', '2024-12-02 19:01:56'), (2429, 'ar', 'add_to_cart', 'أضف إلى السلة', '2024-12-02 11:24:09', '2024-12-02 16:16:22'), (2430, 'en', 'about_us', 'About Us', '2024-12-02 15:47:18', '2024-12-02 15:47:18'), (2431, 'en', 'privacy__policy', 'Privacy & Policy', '2024-12-02 15:47:18', '2024-12-02 15:47:18'), (2432, 'en', 'terms__condition', 'Terms & Condition', '2024-12-02 15:47:18', '2024-12-02 15:47:18'), (2433, 'en', 'install', 'Install', '2024-12-02 15:48:50', '2024-12-02 15:48:50'), (2434, 'en', 'contrary_to_popular_belief_lorem_ipsum_is_not_simply________________________________________________________________________________________________________________random_text_it_has_roots_in_a_piece_of_classical', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical.', '2024-12-02 15:49:07', '2024-12-13 09:33:56'), (2435, 'en', 'digital_education', 'Digital Education', '2024-12-02 15:49:07', '2024-12-02 15:49:07'), (2436, 'en', 'mail', 'Mail', '2024-12-02 15:49:08', '2024-12-02 15:49:08'), (2437, 'en', 'our_address', 'Our Address', '2024-12-02 15:49:08', '2024-12-02 15:49:08'), (2438, 'en', 'paid', 'Paid', '2024-12-02 15:49:51', '2024-12-02 15:49:51'), (2439, 'ar', 'digital_education', 'التعليم الرقمي', '2024-12-02 15:52:13', '2024-12-02 16:45:47'), (2440, 'ar', 'about_us', 'معلومات عنا', '2024-12-02 15:52:13', '2024-12-02 16:43:39'), (2441, 'ar', 'privacy__policy', 'سياسة الخصوصية', '2024-12-02 15:52:13', '2024-12-02 16:43:39'), (2442, 'ar', 'terms__condition', 'الشروط والأحكام', '2024-12-02 15:52:13', '2024-12-02 16:45:47'), (2443, 'en', 'latest_enrolled_course', 'Latest Enrolled course', '2024-12-02 15:53:42', '2024-12-02 15:53:42'), (2444, 'en', 'create_course_support', 'Create Course Support', '2024-12-02 15:54:39', '2024-12-02 15:54:39'), (2445, 'en', 'ticket_date', 'Ticket Date', '2024-12-02 15:54:48', '2024-12-02 15:54:48'), (2446, 'en', 'ticket_status', 'Ticket Status', '2024-12-02 15:54:48', '2024-12-02 15:54:48'), (2447, 'en', 'supportreply', 'support/reply', '2024-12-02 16:00:22', '2024-12-02 16:00:22'), (2448, 'en', 'how_can_enroll', 'How can enroll?', '2024-12-02 16:00:22', '2024-12-02 16:00:22'), (2449, 'en', 'you_should_reply_as_soon_as_possible', 'You Should reply as soon as possible', '2024-12-02 16:00:22', '2024-12-02 16:00:22'), (2450, 'en', 'app_store_link', 'App Store Link', '2024-12-02 16:03:04', '2024-12-02 16:03:04'), (2451, 'en', 'play_store_link', 'Play Store Link', '2024-12-02 16:03:04', '2024-12-02 16:03:04'), (2452, 'ar', 'time_zones', 'المناطق الزمنية', '2024-12-02 16:11:51', '2024-12-02 16:11:51'), (2453, 'ar', 'short_code', 'الرمز القصير', '2024-12-02 16:11:51', '2024-12-02 16:11:51'), (2454, 'ar', 'full_name', 'الاسم الكامل', '2024-12-02 16:11:51', '2024-12-02 16:11:51'), (2455, 'ar', 'write_your_message', 'أكتب رسالتك...', '2024-12-02 16:11:51', '2024-12-02 16:11:51'), (2456, 'ar', 'send_now', 'أرسل الآن', '2024-12-02 16:13:02', '2024-12-02 16:13:02'), (2457, 'ar', 'popular_courses', 'الدورات الشعبية', '2024-12-02 16:13:02', '2024-12-02 16:13:02'), (2458, 'ar', 'explore_my', 'اكتشف ماي', '2024-12-02 16:13:02', '2024-12-02 16:13:02'), (2459, 'ar', 'newes_post', 'نيويز بوست', '2024-12-02 16:13:02', '2024-12-02 16:13:02'), (2460, 'ar', 'organization_profile', 'الملف التعريفي للمنظمة', '2024-12-02 16:13:02', '2024-12-02 16:13:02'), (2461, 'ar', 'basic_information', 'المعلومات الأساسية', '2024-12-02 16:13:02', '2024-12-02 16:13:02'), (2462, 'ar', 'orgaization_name', 'اسم المنظمة', '2024-12-02 16:13:02', '2024-12-02 16:13:02'), (2463, 'ar', 'biography', 'سيرة', '2024-12-02 16:13:02', '2024-12-02 16:13:02'), (2464, 'ar', 'bio', 'السيرة الذاتية', '2024-12-02 16:13:02', '2024-12-02 16:13:02'), (2465, 'en', 'reply', 'Reply', '2024-12-02 16:13:29', '2024-12-02 16:13:29'), (2466, 'ar', 'education', 'تعليم', '2024-12-02 16:14:04', '2024-12-02 16:14:04'), (2467, 'ar', 'experience', 'خبرة', '2024-12-02 16:14:04', '2024-12-02 16:14:04'), (2468, 'ar', 'lives_in', 'خبرة', '2024-12-02 16:14:04', '2024-12-02 16:14:04'), (2469, 'ar', 'basic_info', 'معلومات أساسية', '2024-12-02 16:14:04', '2024-12-02 16:14:04'), (2470, 'ar', 'staff_list', 'قائمة الموظفين', '2024-12-02 16:14:04', '2024-12-02 16:14:04'), (2471, 'ar', 'staff', 'طاقم عمل', '2024-12-02 16:14:04', '2024-12-02 16:14:04'), (2472, 'ar', 'edit_permission', 'تحرير إذن', '2024-12-02 16:14:04', '2024-12-02 16:14:04'), (2473, 'ar', 'edit_staff', 'تحرير الموظفين', '2024-12-02 16:15:13', '2024-12-02 16:15:13'), (2474, 'ar', 'no_organization_found', 'لم يتم العثور على منظمة', '2024-12-02 16:15:13', '2024-12-02 16:15:13'), (2475, 'ar', 'bangladesh', 'بنغلاديش', '2024-12-02 16:15:13', '2024-12-02 16:15:13'), (2476, 'ar', 'instuctor_profile', 'الملف التعريفي للمدرس', '2024-12-02 16:16:22', '2024-12-02 16:16:22'), (2477, 'ar', 'instructor_profile', 'الملف الشخصي للمدرب', '2024-12-02 16:16:22', '2024-12-02 16:16:22'), (2478, 'ar', 'edit_notification', 'تحرير الإخطار', '2024-12-02 16:17:54', '2024-12-02 16:17:54'), (2479, 'ar', 'you_can_use_the_following_dynamic_values', 'يمكنك استخدام القيم الديناميكية التالية', '2024-12-02 16:17:54', '2024-12-02 16:17:54'), (2480, 'ar', 'forummanage', 'المنتدى/الإدارة', '2024-12-02 16:17:54', '2024-12-02 16:17:54'), (2481, 'ar', 'forum_list', 'قائمة المنتدى', '2024-12-02 16:17:54', '2024-12-02 16:17:54'), (2482, 'ar', 'no_forum_found', 'لم يتم العثور على المنتدى', '2024-12-02 16:17:54', '2024-12-02 16:17:54'), (2483, 'ar', 'sub_foram_list', 'قائمة المنتديات الفرعية', '2024-12-02 16:17:54', '2024-12-02 16:17:54'), (2484, 'ar', 'sub_foram', 'المنتدى الفرعي', '2024-12-02 16:17:54', '2024-12-02 16:17:54'), (2485, 'ar', 'no_sub_forum_found', 'لم يتم العثور على منتدى فرعي', '2024-12-02 16:19:59', '2024-12-02 16:19:59'), (2486, 'ar', 'supportcategorycreate', 'فئة الدعم/إنشاء', '2024-12-02 16:19:59', '2024-12-02 16:19:59'), (2487, 'ar', 'create_support_category', 'إنشاء فئة الدعم', '2024-12-02 16:19:59', '2024-12-02 16:19:59'), (2488, 'ar', 'support', 'يدعم', '2024-12-02 16:19:59', '2024-12-02 16:19:59'), (2489, 'ar', 'subforumcreate', 'المنتدى الفرعي/إنشاء', '2024-12-02 16:19:59', '2024-12-02 16:19:59'), (2490, 'ar', 'create_sub_forum', 'إنشاء منتدى فرعي', '2024-12-02 16:19:59', '2024-12-02 16:19:59'), (2491, 'ar', 'select_forum', 'حدد المنتدى', '2024-12-02 16:19:59', '2024-12-02 16:19:59'), (2492, 'ar', 'forumcreate', 'المنتدى/إنشاء', '2024-12-02 16:19:59', '2024-12-02 16:19:59'), (2493, 'ar', 'create_forum', 'إنشاء منتدى', '2024-12-02 16:19:59', '2024-12-02 16:19:59'), (2494, 'ar', 'ticketmanage', 'تذكرة/إدارة', '2024-12-02 16:21:11', '2024-12-02 16:21:11'), (2495, 'ar', 'support_ticket_list', 'قائمة تذاكر الدعم', '2024-12-02 16:21:11', '2024-12-02 16:21:11'), (2496, 'ar', 'support_ticket', 'تذكرة الدعم', '2024-12-02 16:21:11', '2024-12-02 16:21:11'), (2497, 'ar', 'no_support_tickets_found', 'لم يتم العثور على تذاكر الدعم', '2024-12-02 16:21:11', '2024-12-02 16:21:11'), (2498, 'ar', 'notice_title', 'عنوان الإشعار', '2024-12-02 16:21:11', '2024-12-02 16:21:11'), (2499, 'ar', 'massage', 'تدليك', '2024-12-02 16:21:11', '2024-12-02 16:21:11'), (2500, 'ar', 'date', 'تاريخ', '2024-12-02 16:21:11', '2024-12-02 16:21:11'), (2501, 'ar', 'edit_role', 'تحرير الدور', '2024-12-02 16:21:11', '2024-12-02 16:21:11'), (2502, 'ar', 'no_icon', 'لا يوجد أيقونة', '2024-12-02 16:21:11', '2024-12-02 16:21:11'), (2503, 'ar', 'paymentmethod', 'طريقة الدفع', '2024-12-02 16:22:19', '2024-12-02 16:22:19'), (2504, 'ar', 'edit_faq', 'تحرير الأسئلة الشائعة', '2024-12-02 16:22:19', '2024-12-02 16:22:19'), (2505, 'ar', 'student_profile', 'الملف الشخصي للطالب', '2024-12-02 16:22:19', '2024-12-02 16:22:19'), (2506, 'ar', 'method', 'طريقة', '2024-12-02 16:22:19', '2024-12-02 16:22:19'), (2507, 'ar', 'mode', 'وضع', '2024-12-02 16:22:19', '2024-12-02 16:22:19'), (2508, 'ar', 'share_your_feedback', 'شارك بتعليقاتك', '2024-12-02 16:22:19', '2024-12-02 16:22:19'), (2509, 'ar', 'submit_now', 'أرسل الآن', '2024-12-02 16:22:19', '2024-12-02 16:22:19'), (2510, 'ar', 'go_to_learn', 'اذهب إلى تعلم', '2024-12-02 16:22:19', '2024-12-02 16:22:19'), (2511, 'ar', 'hour', 'ساعة', '2024-12-02 16:23:17', '2024-12-02 16:23:17'), (2512, 'ar', 'last_updated', 'آخر تحديث', '2024-12-02 16:23:17', '2024-12-02 16:23:17'), (2513, 'ar', 'course_assignments', 'مهام الدورة', '2024-12-02 16:23:17', '2024-12-02 16:23:17'), (2514, 'ar', 'view', 'منظر', '2024-12-02 16:23:17', '2024-12-02 16:23:17'), (2515, 'ar', 'course_content', 'محتوى الدورة', '2024-12-02 16:23:17', '2024-12-02 16:23:17'), (2516, 'ar', 'edit_payment_method', 'تعديل طريقة الدفع', '2024-12-02 16:23:17', '2024-12-02 16:23:17'), (2517, 'ar', 'assignment_name', 'اسم المهمة', '2024-12-02 16:23:17', '2024-12-02 16:23:17'), (2518, 'ar', 'file_type', 'نوع الملف', '2024-12-02 16:23:17', '2024-12-02 16:23:17'), (2519, 'ar', 'no_submissions_yet', 'لا يوجد تقديمات حتى الآن', '2024-12-02 16:23:17', '2024-12-02 16:23:17'), (2520, 'ar', 'there_are_no_submissions_at_the_moment________________please_check_back_later_or_remind_your_students_to_upload_their________________assignments', 'لا يوجد تقديمات في الوقت الراهن. يرجى التحقق مرة أخرى لاحقًا أو تذكير طلابك بتحميل واجباتهم', '2024-12-02 16:24:43', '2024-12-02 16:24:43'), (2521, 'ar', 'my_course', 'الدورة التدريبية الخاصة بي', '2024-12-02 16:24:43', '2024-12-02 16:24:43'), (2522, 'ar', 'course_in_progress', 'الدورة قيد التقدم', '2024-12-02 16:24:43', '2024-12-02 16:24:43'), (2523, 'ar', 'completed_course', 'دورة مكتملة', '2024-12-02 16:24:43', '2024-12-02 16:24:43'), (2524, 'ar', 'my_enrolled', 'بلدي المسجلين', '2024-12-02 16:24:43', '2024-12-02 16:24:43'), (2525, 'ar', 'course_purchase', 'شراء الدورة', '2024-12-02 16:24:43', '2024-12-02 16:24:43'), (2526, 'ar', 'bundle_purchase', 'شراء الحزمة', '2024-12-02 16:24:43', '2024-12-02 16:24:43'), (2527, 'ar', 'quizzes', 'مسابقات', '2024-12-02 16:24:43', '2024-12-02 16:24:43'), (2528, 'ar', 'my_result', 'نتيجتي', '2024-12-02 16:24:43', '2024-12-02 16:24:43'), (2529, 'ar', 'assingment', 'تكليف', '2024-12-02 16:25:47', '2024-12-02 16:25:47'), (2530, 'ar', 'course_support', 'دعم الدورة', '2024-12-02 16:25:47', '2024-12-02 16:25:47'), (2531, 'ar', 'not_latest_courses', 'ليست أحدث الدورات', '2024-12-02 16:25:47', '2024-12-02 16:25:47'), (2532, 'ar', 'my_student', 'تلميذي', '2024-12-02 16:25:47', '2024-12-02 16:25:47'), (2533, 'ar', 'assignments', 'المهام', '2024-12-02 16:25:47', '2024-12-02 16:25:47'), (2534, 'ar', 'my_courses', 'دوراتي', '2024-12-02 16:25:47', '2024-12-02 16:25:47'), (2535, 'ar', 'bundle_manage', 'إدارة الحزمة', '2024-12-02 16:25:47', '2024-12-02 16:25:47'), (2536, 'ar', 'your_course_list', 'قائمة الدورة التدريبية الخاصة بك', '2024-12-02 16:25:47', '2024-12-02 16:25:47'), (2537, 'ar', 'you_are_able_to_create_edit_or_delete_course_from_here', 'يمكنك إنشاء الدورة التدريبية وتعديلها أو حذفها من هنا', '2024-12-02 16:25:47', '2024-12-02 16:25:47'), (2538, 'ar', 'your_course', 'الدورة التدريبية الخاصة بك', '2024-12-02 16:26:53', '2024-12-02 16:26:53'), (2539, 'ar', 'leave_a_comment', 'ترك تعليق', '2024-12-02 16:26:53', '2024-12-02 16:26:53'), (2540, 'ar', 'cancle', 'كانكل', '2024-12-02 16:26:53', '2024-12-02 16:26:53'), (2541, 'ar', 'not_found', 'لم يتم العثور عليه', '2024-12-02 16:26:53', '2024-12-02 16:26:53'), (2542, 'ar', 'office_hour', 'ساعة المكتب', '2024-12-02 16:26:53', '2024-12-02 16:26:53'), (2543, 'ar', 'location', 'موقع', '2024-12-02 16:26:53', '2024-12-02 16:26:53'), (2544, 'ar', 'back', 'خلف', '2024-12-02 16:26:53', '2024-12-02 16:26:53'), (2545, 'ar', 'edit_question', 'تحرير السؤال', '2024-12-02 16:26:53', '2024-12-02 16:26:53'), (2546, 'ar', 'add_answer', 'أضف إجابة', '2024-12-02 16:26:53', '2024-12-02 16:26:53'), (2547, 'ar', 'option_1', 'الخيار 1', '2024-12-02 16:27:57', '2024-12-02 16:27:57'), (2548, 'ar', 'check_if_this_is_correct', 'تحقق مما إذا كان هذا صحيحا', '2024-12-02 16:27:57', '2024-12-02 16:27:57'), (2549, 'ar', 'icon_with_class_name', 'أيقونة مع اسم الفئة', '2024-12-02 16:27:57', '2024-12-02 16:27:57'), (2550, 'ar', 'delete', 'يمسح', '2024-12-02 16:27:57', '2024-12-02 16:27:57'), (2551, 'ar', 'short_info', 'معلومات قصيرة', '2024-12-02 16:27:57', '2024-12-02 16:27:57'), (2552, 'ar', 'button_name', 'اسم الزر', '2024-12-02 16:27:57', '2024-12-02 16:27:57'), (2553, 'ar', 'button_link', 'رابط الزر', '2024-12-02 16:27:57', '2024-12-02 16:27:57'), (2554, 'ar', 'banner_image', 'صورة البانر', '2024-12-02 16:27:57', '2024-12-02 16:27:57'), (2555, 'ar', 'correct', 'انضم الآن', '2024-12-02 16:29:12', '2024-12-02 16:29:12'), (2556, 'ar', 'incorrect', 'غير صحيح', '2024-12-02 16:29:12', '2024-12-02 16:29:12'), (2557, 'ar', 'correct_answer', 'الإجابة الصحيحة', '2024-12-02 16:29:12', '2024-12-02 16:29:12'), (2558, 'ar', 'my_all_enroll_course', 'دورة التسجيل الخاصة بي', '2024-12-02 16:29:12', '2024-12-02 16:29:12'), (2559, 'ar', 'continue', 'يكمل', '2024-12-02 16:29:12', '2024-12-02 16:29:12'), (2560, 'ar', 'my_all_bundle_course', 'دورة كل حزمتي', '2024-12-02 16:29:12', '2024-12-02 16:29:12'), (2561, 'ar', 'you_have_no_bundle_course_to_show', 'ليس لديك دورة تدريبية مجمعة لعرضها', '2024-12-02 16:29:12', '2024-12-02 16:29:12'), (2562, 'ar', 'purchase_course', 'دورة الشراء', '2024-12-02 16:29:12', '2024-12-02 16:29:12'), (2563, 'ar', 'my_all_purchase_course', 'دورة كل مشترياتي', '2024-12-02 16:29:12', '2024-12-02 16:29:12'), (2564, 'ar', 'you_have_no_paid_course_to_show', 'ليس لديك دورة مدفوعة الأجر لعرضها', '2024-12-02 16:30:21', '2024-12-02 16:30:21'), (2565, 'ar', 'my_certificate', 'شهادتي', '2024-12-02 16:30:21', '2024-12-02 16:30:21'), (2566, 'ar', 'my_all_certificate', 'شهادتي كلها', '2024-12-02 16:30:21', '2024-12-02 16:30:21'), (2567, 'ar', 'you_have_no_certificate', 'ليس لديك شهادة', '2024-12-02 16:30:21', '2024-12-02 16:30:21'), (2568, 'ar', 'my_assignment', 'مهمتي', '2024-12-02 16:30:21', '2024-12-02 16:30:21'), (2569, 'ar', 'assignment', 'تكليف', '2024-12-02 16:30:21', '2024-12-02 16:30:21'), (2570, 'ar', 'you_have_no_assignment', 'ليس لديك أي مهمة', '2024-12-02 16:30:21', '2024-12-02 16:30:21'), (2571, 'ar', 'my_quizzes', 'اختباراتي', '2024-12-02 16:30:21', '2024-12-02 16:30:21'), (2572, 'ar', 'my_all_quiz', 'بلدي كل مسابقة', '2024-12-02 16:30:21', '2024-12-02 16:30:21'), (2573, 'ar', 'quiz', 'لغز', '2024-12-02 16:31:25', '2024-12-02 16:31:25'), (2574, 'ar', 'quiz_grade', 'درجة الاختبار', '2024-12-02 16:31:25', '2024-12-02 16:31:25'), (2575, 'ar', 'pass_mark', 'مرر مارك', '2024-12-02 16:31:25', '2024-12-02 16:31:25'), (2576, 'ar', 'my_grade', 'درجتي', '2024-12-02 16:31:25', '2024-12-02 16:31:25'), (2577, 'ar', 'failed', 'فشل', '2024-12-02 16:31:25', '2024-12-02 16:31:25'), (2578, 'ar', 'view_result', 'عرض النتيجة', '2024-12-02 16:31:25', '2024-12-02 16:31:25'), (2579, 'ar', 'request_certificate', 'طلب شهادة', '2024-12-02 16:31:25', '2024-12-02 16:31:25'), (2580, 'ar', 'go_course', 'الذهاب بالطبع', '2024-12-02 16:31:25', '2024-12-02 16:31:25'), (2581, 'ar', 'create_support', 'إنشاء الدعم', '2024-12-02 16:31:25', '2024-12-02 16:31:25'), (2582, 'ar', 'support_type', 'نوع الدعم', '2024-12-02 16:33:30', '2024-12-02 16:33:30'), (2583, 'ar', 'select_course_type', 'حدد نوع الدورة التدريبية', '2024-12-02 16:33:30', '2024-12-02 16:33:30'), (2584, 'ar', 'platform', 'منصة', '2024-12-02 16:33:30', '2024-12-02 16:33:30'), (2585, 'ar', 'select_support_category', 'حدد فئة الدعم', '2024-12-02 16:33:30', '2024-12-02 16:33:30'), (2586, 'ar', 'no_file_choose', 'لا يوجد ملف اختر', '2024-12-02 16:33:30', '2024-12-02 16:33:30'), (2587, 'ar', 'all_support', 'كل الدعم', '2024-12-02 16:33:30', '2024-12-02 16:33:30'), (2588, 'ar', 'supports', 'يدعم', '2024-12-02 16:33:30', '2024-12-02 16:33:30'), (2589, 'ar', '_you_have_no_ticket', 'ليس لديك تذكرة', '2024-12-02 16:33:30', '2024-12-02 16:33:30'), (2590, 'ar', 'all_course_support', 'كل دعم الدورة', '2024-12-02 16:33:30', '2024-12-02 16:33:30'), (2591, 'ar', 'you_have_no_ticket', 'ليس لديك تذكرة', '2024-12-02 16:34:33', '2024-12-02 16:34:33'), (2592, 'ar', 'profilesetting', 'الملف الشخصي/الإعداد', '2024-12-02 16:34:33', '2024-12-02 16:34:33'), (2593, 'ar', 'images', 'الصور', '2024-12-02 16:34:33', '2024-12-02 16:34:33'), (2594, 'ar', 'top_skill', 'أعلى المهارة', '2024-12-02 16:34:33', '2024-12-02 16:34:33'), (2595, 'ar', 'translate', NULL, '2024-12-02 16:34:33', '2024-12-02 16:34:33'), (2596, 'ar', 'select_time_zone', 'حدد المنطقة الزمنية', '2024-12-02 16:34:33', '2024-12-02 16:34:33'), (2597, 'ar', 'confirm_passowrd', 'تأكيد كلمة المرور', '2024-12-02 16:34:33', '2024-12-02 16:34:33'), (2598, 'ar', 'about_your_self', 'عن نفسك', '2024-12-02 16:34:33', '2024-12-02 16:34:33'), (2599, 'ar', 'cover_image', 'صورة الغلاف', '2024-12-02 16:35:32', '2024-12-02 16:35:32'), (2600, 'ar', 'educational_qualification', 'المؤهل التعليمي', '2024-12-02 16:35:32', '2024-12-02 16:35:32'), (2601, 'ar', 'previous_experience', 'الخبرة السابقة', '2024-12-02 16:35:32', '2024-12-02 16:35:32'), (2602, 'ar', 'enter_your_previous_skill', 'أدخل مهارتك السابقة', '2024-12-02 16:35:32', '2024-12-02 16:35:32'), (2603, 'ar', 'please_press', 'من فضلك اضغط', '2024-12-02 16:35:32', '2024-12-02 16:35:32'), (2604, 'ar', 'after_writing_your_skill_keyword', 'بعد كتابة الكلمة الرئيسية المهارات الخاصة بك', '2024-12-02 16:35:32', '2024-12-02 16:35:32'), (2605, 'ar', 'edit_certificate', 'تحرير الشهادة', '2024-12-02 16:35:32', '2024-12-02 16:35:32'), (2606, 'ar', 'certificate_id', 'معرف الشهادة', '2024-12-02 16:35:32', '2024-12-02 16:35:32'), (2607, 'ar', 'certificate_type', 'نوع الشهادة', '2024-12-02 16:35:32', '2024-12-02 16:35:32'), (2608, 'ar', 'certificate_date', 'تاريخ الشهادة', '2024-12-02 16:36:32', '2024-12-02 16:36:32'), (2609, 'ar', 'support_tickets', 'تذاكر الدعم', '2024-12-02 16:36:32', '2024-12-02 16:36:32'), (2610, 'ar', 'online', 'متصل', '2024-12-02 16:36:32', '2024-12-02 16:36:32'), (2611, 'ar', 'edit_city', 'تحرير المدينة', '2024-12-02 16:36:32', '2024-12-02 16:36:32'), (2612, 'ar', 'selected_country', 'الدولة المختارة', '2024-12-02 16:36:32', '2024-12-02 16:36:32'), (2613, 'ar', 'selected_state', 'الدولة المختارة', '2024-12-02 16:36:32', '2024-12-02 16:36:32'), (2614, 'ar', 'explore_our', 'اكتشف لدينا', '2024-12-02 16:37:48', '2024-12-02 16:37:48'), (2615, 'ar', 'course_video', 'فيديو الدورة', '2024-12-02 16:42:21', '2024-12-02 16:42:21'), (2616, 'ar', 'remove', 'يزيل', '2024-12-02 16:42:21', '2024-12-02 16:42:21'), (2617, 'ar', 'apply', 'يتقدم', '2024-12-02 16:42:21', '2024-12-02 16:42:21'), (2618, 'ar', 'cart_total', 'إجمالي العربة', '2024-12-02 16:42:21', '2024-12-02 16:42:21'), (2619, 'ar', 'subtotal', 'المجموع الفرعي', '2024-12-02 16:42:21', '2024-12-02 16:42:21'), (2620, 'ar', 'total', 'المجموع', '2024-12-02 16:42:21', '2024-12-02 16:42:21'), (2621, 'ar', 'checkout', 'الدفع', '2024-12-02 16:42:21', '2024-12-02 16:42:21'), (2622, 'ar', 'course_category', 'فئة الدورة', '2024-12-02 16:43:39', '2024-12-02 16:43:39'), (2623, 'ar', 'processing', 'يعالج', '2024-12-02 16:43:39', '2024-12-02 16:43:39'), (2624, 'ar', 'install', 'ثَبَّتَ', '2024-12-02 16:45:47', '2024-12-02 16:45:47'), (2625, 'ar', 'contrary_to_popular_belief_lorem_ipsum_is_not_simply________________________________________________________________________________________________________________random_text_it_has_roots_in_a_piece_of_classical', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الكلاسيكية.', '2024-12-02 16:45:47', '2024-12-02 16:45:47'), (2626, 'ar', 'mail', 'بريد', '2024-12-02 16:45:47', '2024-12-02 16:45:47'), (2627, 'ar', 'our_address', 'عنواننا', '2024-12-02 16:45:47', '2024-12-02 16:45:47'), (2628, 'ar', 'paid', 'مدفوع', '2024-12-02 16:45:47', '2024-12-02 16:45:47'), (2629, 'ar', 'latest_enrolled_course', 'أحدث دورة مسجلة', '2024-12-02 16:45:47', '2024-12-02 16:45:47'), (2630, 'ar', 'create_course_support', 'إنشاء دعم الدورة التدريبية', '2024-12-02 16:45:47', '2024-12-02 16:45:47'), (2631, 'ar', 'ticket_date', 'تاريخ التذكرة', '2024-12-02 16:46:44', '2024-12-02 16:46:44'), (2632, 'ar', 'ticket_status', 'حالة التذكرة', '2024-12-02 16:46:44', '2024-12-02 16:46:44'), (2633, 'ar', 'supportreply', 'الدعم/الرد', '2024-12-02 16:46:44', '2024-12-02 16:46:44'), (2634, 'ar', 'how_can_enroll', 'كيف يمكن الالتحاق؟', '2024-12-02 16:46:44', '2024-12-02 16:46:44'), (2635, 'ar', 'you_should_reply_as_soon_as_possible', 'يجب عليك الرد في أقرب وقت ممكن', '2024-12-02 16:46:44', '2024-12-02 16:46:44'), (2636, 'ar', 'app_store_link', 'رابط متجر التطبيقات', '2024-12-02 16:46:44', '2024-12-02 16:46:44'), (2637, 'ar', 'play_store_link', 'رابط متجر بلاي', '2024-12-02 16:46:44', '2024-12-02 16:46:44'), (2638, 'ar', 'reply', 'رد', '2024-12-02 16:46:44', '2024-12-02 16:46:44'), (2639, 'en', 'confirmation________________________________________________________password', 'Confirmation\n Password', '2024-12-02 16:46:56', '2024-12-02 16:46:56'), (2640, 'bn', 'digital_education', 'ডিজিটাল শিক্ষা', '2024-12-02 16:51:33', '2024-12-10 20:15:19'), (2641, 'bn', 'about_us', 'আমাদের সম্পর্কে', '2024-12-02 16:51:33', '2024-12-10 20:12:59'), (2642, 'bn', 'privacy__policy', 'গোপনীয়তা এবং নীতি', '2024-12-02 16:51:33', '2024-12-10 20:12:59'), (2643, 'bn', 'terms__condition', 'শর্তাবলী', '2024-12-02 16:51:33', '2024-12-10 20:12:59'), (2644, 'bn', 'paid', 'মূল্য', '2024-12-02 16:55:59', '2024-12-10 20:15:19'), (2645, 'bn', 'contrary_to_popular_belief_lorem_ipsum_is_not_simply________________________________________________________________________________________________________________random_text_it_has_roots_in_a_piece_of_classical', 'জনপ্রিয় বিশ্বাসের বিপরীতে, আপনাকে অনেক ধন্যবাদ কেবল এলোমেলো পাঠ্য নয়। এটি শাস্ত্রীয় একটি টুকরা মধ্যে শিকড় আছে।', '2024-12-02 17:01:57', '2024-12-30 00:10:06'), (2646, 'bn', 'mail', 'মেইল', '2024-12-02 17:01:57', '2024-12-10 20:15:19'), (2647, 'bn', 'our_address', 'আমাদের ঠিকানা', '2024-12-02 17:01:57', '2024-12-10 20:15:19'), (2648, 'en', 'message', 'Message', '2024-12-02 17:06:40', '2024-12-02 17:06:40'), (2649, 'en', 'create_notice', 'Create Notice', '2024-12-02 17:11:47', '2024-12-02 17:11:47'), (2650, 'en', 'select_type', 'Select Type', '2024-12-02 17:11:47', '2024-12-02 17:11:47'), (2651, 'en', 'instructors', 'Instructors', '2024-12-02 17:11:47', '2024-12-02 17:11:47'), (2652, 'en', 'students_and_instructors', 'Students and Instructors', '2024-12-02 17:11:47', '2024-12-02 17:11:47'), (2653, 'es', 'logout', 'Cerrar sesión', '2024-12-02 17:19:25', '2024-12-02 18:00:43'), (2654, 'bn', 'latest_enrolled_course', 'সর্বশেষ নথিভুক্ত কোর্স', '2024-12-02 17:19:53', '2024-12-10 20:15:19'), (2655, 'bn', 'course_category', 'কোর্স ক্যাটাগরি', '2024-12-02 17:19:53', '2024-12-10 20:11:40'), (2656, 'bn', 'processing', 'প্রক্রিয়াকরণ', '2024-12-02 17:19:53', '2024-12-30 00:09:39'), (2657, 'en', 'view_all', 'View all', '2024-12-02 17:22:31', '2024-12-02 17:22:31'), (2658, 'en', 'mark_all_as_read', 'Mark all as read', '2024-12-02 17:22:31', '2024-12-02 17:22:31'), (2659, 'en', 'noticesboard_manage', 'Noticesboard Manage', '2024-12-02 17:22:40', '2024-12-02 17:22:40'), (2660, 'en', 'noticesboard', 'Notices-board', '2024-12-02 17:22:41', '2024-12-02 17:22:41'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (2661, 'en', 'create_notice_board', 'Create Notice Board', '2024-12-02 17:22:41', '2024-12-02 17:22:41'), (2662, 'en', 'course_name', 'Course Name', '2024-12-02 17:22:41', '2024-12-02 17:22:41'), (2663, 'es', 'country_manage', 'Gestión de país', '2024-12-02 17:23:15', '2024-12-02 18:05:47'), (2664, 'en', 'posts', 'Posts', '2024-12-02 17:25:58', '2024-12-02 17:25:58'), (2665, 'en', 'published_date', 'Published Date', '2024-12-02 17:25:58', '2024-12-02 17:25:58'), (2666, 'es', 'theme_setting', 'Configuración del tema', '2024-12-02 17:46:39', '2024-12-02 17:46:39'), (2667, 'en', 'contact_reply', 'Contact Reply', '2024-12-02 17:48:37', '2024-12-02 17:48:37'), (2668, 'en', 'reply_contact', 'Reply Contact', '2024-12-02 17:48:37', '2024-12-02 17:48:37'), (2669, 'es', 'state_manage', 'Administrar estado', '2024-12-02 17:49:09', '2024-12-02 17:49:09'), (2670, 'es', 'no_state_found', 'Agregar nuevo', '2024-12-02 17:49:09', '2024-12-02 17:49:09'), (2671, 'es', 'no_no_icon_found', 'No No se encontró ningún icono', '2024-12-02 17:49:09', '2024-12-02 17:49:09'), (2672, 'es', 'no_category_found', 'No se encontró ninguna categoría', '2024-12-02 17:50:57', '2024-12-02 17:50:57'), (2673, 'es', '_add_new_', 'Agregar nuevo', '2024-12-02 17:50:57', '2024-12-02 17:50:57'), (2674, 'es', 'no_enrollment_found', 'No se encontró ninguna inscripción', '2024-12-02 17:50:57', '2024-12-02 17:50:57'), (2675, 'es', 'no_meeting_provider_found', 'No se encontró ningún proveedor de reuniones', '2024-12-02 17:51:53', '2024-12-02 17:51:53'), (2676, 'es', 'new_enroll', 'Nuevo registro', '2024-12-02 17:53:39', '2024-12-02 17:53:39'), (2677, 'es', 'select_student', 'Seleccionar estudiante', '2024-12-02 17:53:39', '2024-12-02 17:53:39'), (2678, 'es', 'select_course', 'Seleccionar Curso', '2024-12-02 17:54:41', '2024-12-02 17:54:41'), (2679, 'es', 'no_testimonial_found', 'No se encontró ningún testimonio', '2024-12-02 17:54:41', '2024-12-02 17:54:41'), (2680, 'es', 'supportcategorymanage', NULL, '2024-12-02 17:56:17', '2024-12-02 17:56:17'), (2681, 'es', 'support_category_list', 'Lista de categorías de soporte', '2024-12-02 17:56:17', '2024-12-02 17:56:17'), (2682, 'es', 'no_support_category_found', 'No se encontró ninguna categoría de soporte', '2024-12-02 17:56:17', '2024-12-02 17:56:17'), (2683, 'en', 'create_staff', 'Create Staff', '2024-12-02 17:57:09', '2024-12-02 17:57:09'), (2684, 'es', 'no_contact_found', 'No se encontró ningún contacto', '2024-12-02 17:57:21', '2024-12-02 17:57:21'), (2685, 'es', 'no_noticeboard_found', 'No se encontró ningún tablón de anuncios', '2024-12-02 17:57:21', '2024-12-02 17:57:21'), (2686, 'es', 'no_no_blog_found', 'No No se encontró ningún blog', '2024-12-02 17:57:21', '2024-12-02 17:57:21'), (2687, 'es', 'no_notification_history_found', 'No se encontró ningún historial de notificaciones', '2024-12-02 17:58:27', '2024-12-02 17:58:27'), (2688, 'es', 'role_list', 'Lista de roles', '2024-12-02 17:58:27', '2024-12-02 17:58:27'), (2689, 'es', 'role', 'Role', '2024-12-02 17:58:27', '2024-12-02 17:58:27'), (2690, 'es', 'no_faq_found', 'No se encontraron preguntas frecuentes', '2024-12-02 17:58:27', '2024-12-02 17:58:27'), (2691, 'es', 'manage_page', 'Administrar página', '2024-12-02 17:58:27', '2024-12-02 17:58:27'), (2692, 'es', 'page', 'Página', '2024-12-02 17:58:27', '2024-12-02 17:58:27'), (2693, 'es', 'no_page_found', 'No se encontró ninguna página', '2024-12-02 17:59:40', '2024-12-02 17:59:40'), (2694, 'es', 'new_course', 'Nuevo curso', '2024-12-02 17:59:40', '2024-12-02 17:59:40'), (2695, 'es', 'purchase_amount', 'Monto de la compra', '2024-12-02 17:59:40', '2024-12-02 17:59:40'), (2696, 'es', 'not_courses', 'No cursos', '2024-12-02 17:59:40', '2024-12-02 17:59:40'), (2697, 'es', 'instructor_manage', 'Instructora Administrar', '2024-12-02 17:59:40', '2024-12-02 17:59:40'), (2698, 'es', 'students', 'Estudiantes', '2024-12-02 17:59:40', '2024-12-02 17:59:40'), (2699, 'es', 'noties_board', 'Tablón de anuncios', '2024-12-02 17:59:40', '2024-12-02 17:59:40'), (2700, 'es', 'support_manage', 'Gestionar soporte', '2024-12-02 18:00:43', '2024-12-02 18:00:43'), (2701, 'es', 'new_ticket', 'Nuevo billete', '2024-12-02 18:00:43', '2024-12-02 18:00:43'), (2702, 'es', 'ticket', 'Boleto', '2024-12-02 18:00:43', '2024-12-02 18:00:43'), (2703, 'es', 'studentsetting', 'Alumna / entorno', '2024-12-02 18:00:43', '2024-12-02 18:00:43'), (2704, 'es', 'no_students_found', 'No se encontraron estudiantes', '2024-12-02 18:00:43', '2024-12-02 18:00:43'), (2705, 'es', 'notice_board_list', 'Lista del tablón de anuncios', '2024-12-02 18:00:43', '2024-12-02 18:00:43'), (2706, 'es', 'no_notice_board_found', 'No se encontró ningún tablón de anuncios', '2024-12-02 18:00:43', '2024-12-02 18:00:43'), (2707, 'en', 'cancel_course', 'Cancel Course', '2024-12-02 18:03:28', '2024-12-02 18:03:28'), (2708, 'es', 'manage_theme', 'Administrar tema', '2024-12-02 18:05:47', '2024-12-02 18:05:47'), (2709, 'es', 'country_code', 'Código del país', '2024-12-02 18:06:44', '2024-12-02 18:06:44'), (2710, 'es', 'timezone_manage', 'Administrar zona horaria', '2024-12-02 18:06:44', '2024-12-02 18:06:44'), (2711, 'es', 'no_no_time_zone_found', 'No No se encontró zona horaria', '2024-12-02 18:06:44', '2024-12-02 18:06:44'), (2712, 'es', 'manage_city', 'Administrar ciudad', '2024-12-02 18:06:44', '2024-12-02 18:06:44'), (2713, 'es', 'no_no_city_found', 'No No se encontró ninguna ciudad', '2024-12-02 18:06:44', '2024-12-02 18:06:44'), (2714, 'es', 'create_city', 'Crear ciudad', '2024-12-02 18:06:44', '2024-12-02 18:06:44'), (2715, 'es', 'timezone', 'Zona horaria', '2024-12-02 18:06:44', '2024-12-02 18:06:44'), (2716, 'en', 'create_role', 'Create Role', '2024-12-02 18:06:56', '2024-12-02 18:06:56'), (2717, 'es', 'you_have_no_course', 'No tienes curso', '2024-12-02 18:07:32', '2024-12-02 18:07:32'), (2718, 'es', 'city_name', 'Nombre de la ciudad', '2024-12-02 18:07:32', '2024-12-02 18:07:32'), (2719, 'es', 'state_name', 'Nombre del estado', '2024-12-02 18:09:22', '2024-12-02 18:09:22'), (2720, 'es', 'country_name', 'Nombre del país', '2024-12-02 18:09:22', '2024-12-02 18:09:22'), (2721, 'es', 'no_subject_found', 'No se encontró ningún sujeto', '2024-12-02 18:09:22', '2024-12-02 18:09:22'), (2722, 'es', 'meta_title', 'Metatítulo', '2024-12-02 18:09:22', '2024-12-02 18:09:22'), (2723, 'es', 'meta_description', 'Meta descripción', '2024-12-02 18:09:22', '2024-12-02 18:09:22'), (2724, 'es', 'no_tag_found', 'No se encontró ninguna etiqueta', '2024-12-02 18:09:22', '2024-12-02 18:09:22'), (2725, 'es', 'no_level_found', 'No se encontró ningún nivel', '2024-12-02 18:10:58', '2024-12-02 18:10:58'), (2726, 'es', 'lavel', 'Lavel', '2024-12-02 18:10:58', '2024-12-02 18:10:58'), (2727, 'es', 'live_class', 'Clase en vivo', '2024-12-02 18:10:58', '2024-12-02 18:10:58'), (2728, 'es', 'live_course', 'Curso en vivo', '2024-12-02 18:10:58', '2024-12-02 18:10:58'), (2729, 'es', 'parent', 'Madre', '2024-12-02 18:10:58', '2024-12-02 18:10:58'), (2730, 'es', 'select_none_to_create_a_parent_category', 'No seleccione ninguno para crear una categoría principal', '2024-12-02 18:10:58', '2024-12-02 18:10:58'), (2731, 'es', 'icon_picker', 'Selector de iconos', '2024-12-02 18:10:58', '2024-12-02 18:10:58'), (2732, 'es', 'selected_icon', 'Icono seleccionado', '2024-12-02 18:10:58', '2024-12-02 18:10:58'), (2733, 'es', '_category_position', 'Posición de categoría', '2024-12-02 18:11:55', '2024-12-02 18:11:55'), (2734, 'es', 'meta_description_', 'Meta descripción', '2024-12-02 18:11:55', '2024-12-02 18:11:55'), (2735, 'es', 'edit_icon', 'Editar icono', '2024-12-02 18:11:55', '2024-12-02 18:11:55'), (2736, 'es', 'provider', 'Proveedora', '2024-12-02 18:11:55', '2024-12-02 18:11:55'), (2737, 'es', 'icon_provider', 'Proveedor de iconos', '2024-12-02 18:11:55', '2024-12-02 18:11:55'), (2738, 'es', 'selected_icon_provider', 'Proveedor de iconos seleccionado', '2024-12-02 18:11:55', '2024-12-02 18:11:55'), (2739, 'es', 'no_bundle_found', 'No se encontró ningún paquete', '2024-12-02 18:13:05', '2024-12-02 18:13:05'), (2740, 'es', 'create_bundle', 'Crear paquete', '2024-12-02 18:13:05', '2024-12-02 18:13:05'), (2741, 'es', 'bundle_price', 'Precio del paquete', '2024-12-02 18:13:05', '2024-12-02 18:13:05'), (2742, 'es', 'thumbnail_548x234', 'Miniatura (548x234)', '2024-12-02 18:13:05', '2024-12-02 18:13:05'), (2743, 'es', 'submit', 'Entregar', '2024-12-02 18:13:05', '2024-12-02 18:13:05'), (2744, 'es', 'create_course', 'Crear curso', '2024-12-02 18:13:05', '2024-12-02 18:13:05'), (2745, 'ar', 'view_all', 'عرض الكل', '2024-12-02 18:17:19', '2024-12-10 19:51:30'), (2746, 'ar', 'mark_all_as_read', 'وضع علامة على الكل كمقروءة', '2024-12-02 18:17:19', '2024-12-10 19:51:30'), (2747, 'en', 'bundle_info', 'Bundle Info', '2024-12-02 18:18:32', '2024-12-02 18:18:32'), (2748, 'en', 'select_courses', 'Select courses', '2024-12-02 18:18:32', '2024-12-02 18:18:32'), (2749, 'en', 'how_to_download_resource', 'How to download resource', '2024-12-02 18:18:37', '2024-12-02 18:18:37'), (2750, 'en', 'view_status', 'View Status', '2024-12-02 18:19:01', '2024-12-02 18:19:01'), (2751, 'es', 'create_instructor', 'Crear instructor', '2024-12-02 18:20:03', '2024-12-02 18:20:03'), (2752, 'es', 'enter_password', 'Enter Password', '2024-12-02 18:20:54', '2024-12-02 18:20:54'), (2753, 'es', 'confirmation_password', 'Contraseña de confirmación', '2024-12-02 18:20:54', '2024-12-02 18:20:54'), (2754, 'es', 'create_organization', 'Crear organización', '2024-12-02 18:21:43', '2024-12-02 18:21:43'), (2755, 'es', 'add_new_organization', 'Agregar nueva organización', '2024-12-02 18:21:43', '2024-12-02 18:21:43'), (2756, 'en', 'no_student', 'No Student', '2024-12-02 18:22:00', '2024-12-02 18:22:00'), (2757, 'es', 'confirmation____________________________password', 'Contraseña de confirmación', '2024-12-02 18:22:44', '2024-12-02 18:22:44'), (2758, 'es', 'no_no_category_found', 'No No se encontró ninguna categoría', '2024-12-02 18:22:44', '2024-12-02 18:22:44'), (2759, 'es', 'create_student', 'Crear estudiante', '2024-12-02 18:22:44', '2024-12-02 18:22:44'), (2760, 'es', 'add_new_student', 'Agregar nuevo estudiante', '2024-12-02 18:22:44', '2024-12-02 18:22:44'), (2761, 'es', 'enter_details', 'Ingrese detalles', '2024-12-02 18:22:44', '2024-12-02 18:22:44'), (2762, 'es', 'edit_student', 'Editar estudiante', '2024-12-02 18:24:17', '2024-12-02 18:24:17'), (2763, 'es', 'all_your_instructor', 'Todo tu instructor', '2024-12-02 18:24:17', '2024-12-02 18:24:17'), (2764, 'es', 'no_instructor_found', 'No se ha encontrado instructor', '2024-12-02 18:24:17', '2024-12-02 18:24:17'), (2765, 'en', 'extra', 'Extra', '2024-12-02 18:28:12', '2024-12-02 18:28:12'), (2766, 'es', 'create_testimonial', 'Crear testimonio', '2024-12-02 18:28:40', '2024-12-02 18:28:40'), (2767, 'es', 'add_new_testimonial', 'Agregar nuevo testimonio', '2024-12-02 18:28:40', '2024-12-02 18:28:40'), (2768, 'es', 'enter_your_name', 'Ingrese su nombre', '2024-12-02 18:28:40', '2024-12-02 18:28:40'), (2769, 'es', 'enter_your_designation', 'Ingrese su designación', '2024-12-02 18:28:40', '2024-12-02 18:28:40'), (2770, 'es', 'enter_your_rating_out_of_5', 'Introduce tu valoración sobre 5', '2024-12-02 18:28:40', '2024-12-02 18:28:40'), (2771, 'es', 'edit_blog', 'Editar blog', '2024-12-02 18:30:00', '2024-12-02 18:30:00'), (2772, 'es', 'no_coupon_found', 'No se encontró ningún cupón', '2024-12-02 18:31:08', '2024-12-02 18:31:08'), (2773, 'es', 'create_coupon', 'Crear cupón', '2024-12-02 18:31:08', '2024-12-02 18:31:08'), (2774, 'es', 'create_coupons', 'Crear cupones', '2024-12-02 18:31:08', '2024-12-02 18:31:08'), (2775, 'es', 'coupon_name', 'Nombre del cupón', '2024-12-02 18:31:08', '2024-12-02 18:31:08'), (2776, 'es', 'select_coupon_type', 'Seleccione el tipo de cupón', '2024-12-02 18:31:08', '2024-12-02 18:31:08'), (2777, 'es', 'selected_category', 'Categoría seleccionada', '2024-12-02 18:31:08', '2024-12-02 18:31:08'), (2778, 'es', 'selected_courses', 'Cursos seleccionados', '2024-12-02 18:31:08', '2024-12-02 18:31:08'), (2779, 'es', 'percent', 'Por ciento', '2024-12-02 18:33:04', '2024-12-02 18:33:04'), (2780, 'es', 'fixed', 'Fijo', '2024-12-02 18:33:04', '2024-12-02 18:33:04'), (2781, 'es', 'max_usable_times', 'Tiempos máximos utilizables', '2024-12-02 18:33:04', '2024-12-02 18:33:04'), (2782, 'es', 'minimum_order', 'Orden Mínima', '2024-12-02 18:33:04', '2024-12-02 18:33:04'), (2783, 'es', 'expire_date', 'Fecha de vencimiento', '2024-12-02 18:33:04', '2024-12-02 18:33:04'), (2784, 'en', 'edit_bundle', 'Edit Bundle', '2024-12-02 18:33:40', '2024-12-02 18:33:40'), (2785, 'es', 'edit_testimonial', 'Editar testimonio', '2024-12-02 18:33:54', '2024-12-02 18:33:54'), (2786, 'es', 'create_faq', 'Crear preguntas frecuentes', '2024-12-02 18:33:54', '2024-12-02 18:33:54'), (2787, 'es', 'enter_title', 'Ingrese el título', '2024-12-02 18:33:54', '2024-12-02 18:33:54'), (2788, 'es', 'answer', 'Respuesta', '2024-12-02 18:33:54', '2024-12-02 18:33:54'), (2789, 'en', 'institute_name', 'Institute Name', '2024-12-02 18:33:56', '2024-12-02 18:33:56'), (2790, 'en', 'department', 'Department', '2024-12-02 18:33:56', '2024-12-02 18:33:56'), (2791, 'en', 'degree', 'Degree', '2024-12-02 18:33:56', '2024-12-02 18:33:56'), (2792, 'en', 'duration_years', 'Duration (Years)', '2024-12-02 18:33:56', '2024-12-02 18:33:56'), (2793, 'en', 'passing_year', 'Passing Year', '2024-12-02 18:33:56', '2024-12-02 18:33:56'), (2794, 'en', 'company_name', 'Company Name', '2024-12-02 18:33:56', '2024-12-02 18:33:56'), (2795, 'en', 'start_date', 'Start Date', '2024-12-02 18:33:56', '2024-12-02 18:33:56'), (2796, 'en', 'end_date', 'End Date', '2024-12-02 18:33:56', '2024-12-02 18:33:56'), (2797, 'en', 'to_present', 'To Present', '2024-12-02 18:33:56', '2024-12-02 18:33:56'), (2798, 'es', 'cerficate', 'Certificado', '2024-12-02 18:34:56', '2024-12-02 18:34:56'), (2799, 'es', 'create_certificate', 'Crear certificado', '2024-12-02 18:34:56', '2024-12-02 18:34:56'), (2800, 'es', 'certificate_title', 'Título del certificado', '2024-12-02 18:34:56', '2024-12-02 18:34:56'), (2801, 'es', 'certificate_template_image', 'Imagen de plantilla de certificado', '2024-12-02 18:34:56', '2024-12-02 18:34:56'), (2802, 'es', 'certificae_title', 'Título del certificado', '2024-12-02 18:34:56', '2024-12-02 18:34:56'), (2803, 'es', 'title_font_color', 'Color de fuente del título', '2024-12-02 18:34:56', '2024-12-02 18:34:56'), (2804, 'es', 'title_font_size', 'Tamaño de fuente del título', '2024-12-02 18:34:56', '2024-12-02 18:34:56'), (2805, 'es', 'edit_coupon', 'Editar cupón', '2024-12-02 18:34:56', '2024-12-02 18:34:56'), (2806, 'es', 'edit_coupons', 'Editar cupones', '2024-12-02 18:35:49', '2024-12-02 18:35:49'), (2807, 'es', 'no_payment_method_found', 'No se encontró ningún método de pago', '2024-12-02 18:35:49', '2024-12-02 18:35:49'), (2808, 'es', 'create_method', 'Crear método', '2024-12-02 18:35:49', '2024-12-02 18:35:49'), (2809, 'es', 'create_payment_method', 'Crear método de pago', '2024-12-02 18:35:49', '2024-12-02 18:35:49'), (2810, 'es', 'instuctor_profile', 'Perfil del instructor', '2024-12-02 18:36:29', '2024-12-02 19:05:48'), (2811, 'es', 'instructor_profile', 'Perfil del instructor', '2024-12-02 18:36:29', '2024-12-02 19:05:48'), (2812, 'es', 'basic_information', 'Información básica', '2024-12-02 18:36:29', '2024-12-02 19:02:55'), (2813, 'es', 'biography', 'Biografía', '2024-12-02 18:36:29', '2024-12-02 19:02:55'), (2814, 'es', 'bio', 'Biografía', '2024-12-02 18:36:29', '2024-12-02 19:02:55'), (2815, 'es', 'education', 'Educación', '2024-12-02 18:36:29', '2024-12-02 19:03:48'), (2816, 'es', 'experience', 'Experiencia', '2024-12-02 18:36:29', '2024-12-02 19:03:48'), (2817, 'es', 'lives_in', 'vive en', '2024-12-02 18:36:29', '2024-12-02 19:03:48'), (2818, 'es', 'basic_info', 'Información básica', '2024-12-02 18:36:29', '2024-12-02 19:03:48'), (2819, 'es', 'preview', 'Avance', '2024-12-02 18:37:26', '2024-12-02 18:37:26'), (2820, 'es', 'activated', 'Activado', '2024-12-02 18:37:26', '2024-12-02 18:37:26'), (2821, 'es', 'activate', 'Activar', '2024-12-02 18:37:26', '2024-12-02 18:37:26'), (2822, 'es', 'time_zones', 'Zonas horarias', '2024-12-02 19:01:56', '2024-12-02 19:01:56'), (2823, 'es', 'popular_courses', 'Cursos populares', '2024-12-02 19:02:55', '2024-12-02 19:02:55'), (2824, 'es', 'explore_my', 'Explora mi', '2024-12-02 19:02:55', '2024-12-02 19:02:55'), (2825, 'es', 'organization_profile', 'Perfil de la organización', '2024-12-02 19:02:55', '2024-12-02 19:02:55'), (2826, 'es', 'orgaization_name', 'Nombre de la organización', '2024-12-02 19:02:55', '2024-12-02 19:02:55'), (2827, 'es', 'permission_list', 'Lista de permisos', '2024-12-02 19:03:48', '2024-12-02 19:03:48'), (2828, 'es', 'permission', 'Permiso', '2024-12-02 19:03:48', '2024-12-02 19:03:48'), (2829, 'es', 'staff_list', 'Lista de personal', '2024-12-02 19:03:48', '2024-12-02 19:03:48'), (2830, 'es', 'staff', 'Personal', '2024-12-02 19:03:48', '2024-12-02 19:03:48'), (2831, 'es', 'edit_permission', 'Editar permiso', '2024-12-02 19:03:48', '2024-12-02 19:03:48'), (2832, 'es', 'edit_staff', 'Editar personal', '2024-12-02 19:04:54', '2024-12-02 19:04:54'), (2833, 'es', 'no_organization_found', 'No se encontró ninguna organización', '2024-12-02 19:04:54', '2024-12-02 19:04:54'), (2834, 'es', 'bangladesh', 'Bangladesh', '2024-12-02 19:04:54', '2024-12-02 19:04:54'), (2835, 'es', 'no_forum_found', 'Lista de foros', '2024-12-02 19:06:40', '2024-12-02 19:06:40'), (2836, 'es', 'sub_foram_list', 'Lista del subforo', '2024-12-02 19:06:40', '2024-12-02 19:06:40'), (2837, 'es', 'sub_foram', 'Subforo', '2024-12-02 19:06:40', '2024-12-02 19:06:40'), (2838, 'es', 'no_sub_forum_found', 'No se encontró ningún subforo', '2024-12-02 19:07:47', '2024-12-02 19:07:47'), (2839, 'es', 'supportcategorycreate', 'categoría de soporte/crear', '2024-12-02 19:07:47', '2024-12-02 19:07:47'), (2840, 'es', 'create_support_category', 'Crear categoría de soporte', '2024-12-02 19:07:47', '2024-12-02 19:07:47'), (2841, 'es', 'support', 'Apoyo', '2024-12-02 19:07:47', '2024-12-02 19:07:47'), (2842, 'es', 'subforumcreate', 'subforo/crear', '2024-12-02 19:07:47', '2024-12-02 19:07:47'), (2843, 'es', 'create_sub_forum', 'Crear subforo', '2024-12-02 19:07:47', '2024-12-02 19:07:47'), (2844, 'es', 'select_forum', 'Seleccionar foro', '2024-12-02 19:07:47', '2024-12-02 19:07:47'), (2845, 'es', 'forumcreate', 'foro/crear', '2024-12-02 19:07:47', '2024-12-02 19:07:47'), (2846, 'es', 'create_forum', 'Create Forum', '2024-12-02 19:07:47', '2024-12-02 19:07:47'), (2847, 'es', 'ticketmanage', 'ticket/gestionar', '2024-12-02 19:08:38', '2024-12-02 19:08:38'), (2848, 'es', 'support_ticket_list', 'Lista de tickets de soporte', '2024-12-02 19:08:38', '2024-12-02 19:08:38'), (2849, 'es', 'support_ticket', 'Boleto de soporte', '2024-12-02 19:08:38', '2024-12-02 19:08:38'), (2850, 'es', 'no_support_tickets_found', 'No se encontraron tickets de soporte', '2024-12-02 19:08:38', '2024-12-02 19:08:38'), (2851, 'es', 'edit_role', 'Editar rol', '2024-12-02 19:08:38', '2024-12-02 19:08:38'), (2852, 'es', 'edit_faq', 'Editar preguntas frecuentes', '2024-12-02 19:09:38', '2024-12-02 19:09:38'), (2853, 'es', 'student_profile', 'Perfil del estudiante', '2024-12-02 19:09:38', '2024-12-02 19:09:38'), (2854, 'es', 'share_your_feedback', 'Comparte tus comentarios', '2024-12-02 19:09:38', '2024-12-02 19:09:38'), (2855, 'es', 'submit_now', 'Enviar ahora', '2024-12-02 19:09:38', '2024-12-02 19:09:38'), (2856, 'es', 'go_to_learn', 'Ir a aprender', '2024-12-02 19:09:38', '2024-12-02 19:09:38'), (2857, 'es', 'hour', 'Hora', '2024-12-02 19:10:35', '2024-12-02 19:10:35'), (2858, 'es', 'last_updated', 'Última actualización', '2024-12-02 19:10:35', '2024-12-02 19:10:35'), (2859, 'es', 'course_assignments', 'Asignaciones del curso', '2024-12-02 19:10:35', '2024-12-02 19:10:35'), (2860, 'es', 'view', 'Vista', '2024-12-02 19:10:35', '2024-12-02 19:10:35'), (2861, 'es', 'course_content', 'Contenido del curso', '2024-12-02 19:10:35', '2024-12-02 19:10:35'), (2862, 'es', 'edit_payment_method', 'Editar método de pago', '2024-12-02 19:10:35', '2024-12-02 19:10:35'), (2863, 'es', 'assignment_name', 'Nombre de la tarea', '2024-12-02 19:10:35', '2024-12-02 19:10:35'), (2864, 'es', 'file_type', 'Tipo de archivo', '2024-12-02 19:10:35', '2024-12-02 19:10:35'), (2865, 'es', 'no_submissions_yet', 'Aún no hay envíos', '2024-12-02 19:10:35', '2024-12-02 19:10:35'), (2866, 'es', 'there_are_no_submissions_at_the_moment________________please_check_back_later_or_remind_your_students_to_upload_their________________assignments', 'No hay presentaciones por el momento. Vuelva a consultar más tarde o recuerde a sus alumnos que carguen sus tareas.', '2024-12-02 19:11:37', '2024-12-02 19:11:37'), (2867, 'es', 'my_course', 'Mi curso', '2024-12-02 19:11:37', '2024-12-02 19:11:37'), (2868, 'es', 'course_in_progress', 'Curso en progreso', '2024-12-02 19:11:37', '2024-12-02 19:11:37'), (2869, 'es', 'completed_course', 'Curso completado', '2024-12-02 19:11:37', '2024-12-02 19:11:37'), (2870, 'es', 'my_enrolled', 'Mi inscrito', '2024-12-02 19:11:37', '2024-12-02 19:11:37'), (2871, 'es', 'course_purchase', 'Compra de cursos', '2024-12-02 19:11:37', '2024-12-02 19:11:37'), (2872, 'es', 'bundle_purchase', 'Compra de paquete', '2024-12-02 19:11:37', '2024-12-02 19:11:37'), (2873, 'es', 'quizzes', 'cuestionarios', '2024-12-02 19:11:37', '2024-12-02 19:11:37'), (2874, 'es', 'my_result', 'Mi resultado', '2024-12-02 19:11:37', '2024-12-02 19:11:37'), (2875, 'es', 'assingment', 'Asignación', '2024-12-02 19:12:26', '2024-12-02 19:12:26'), (2876, 'es', 'course_support', 'Soporte del curso', '2024-12-02 19:12:26', '2024-12-02 19:12:26'), (2877, 'es', 'not_latest_courses', 'No los últimos cursos', '2024-12-02 19:12:26', '2024-12-02 19:12:26'), (2878, 'es', 'my_student', 'mi estudiante', '2024-12-02 19:12:26', '2024-12-02 19:12:26'), (2879, 'es', 'assignments', 'Asignaciones', '2024-12-02 19:12:26', '2024-12-02 19:12:26'), (2880, 'es', 'my_courses', 'Mis cursos', '2024-12-02 19:12:26', '2024-12-02 19:12:26'), (2881, 'es', 'bundle_manage', 'Gestión de paquetes', '2024-12-02 19:12:26', '2024-12-02 19:12:26'), (2882, 'es', 'your_course_list', 'Tu lista de cursos', '2024-12-02 19:12:26', '2024-12-02 19:12:26'), (2883, 'es', 'you_are_able_to_create_edit_or_delete_course_from_here', 'Puedes crear, editar o eliminar un curso desde aquí.', '2024-12-02 19:12:26', '2024-12-02 19:12:26'), (2884, 'es', 'your_course', 'Tu curso', '2024-12-02 19:13:23', '2024-12-02 19:13:23'), (2885, 'es', 'leave_a_comment', 'Deja un comentario', '2024-12-02 19:13:23', '2024-12-02 19:13:23'), (2886, 'es', 'cancle', 'Cancelar', '2024-12-02 19:13:23', '2024-12-02 19:13:23'), (2887, 'es', 'not_found', 'No encontrado', '2024-12-02 19:13:23', '2024-12-02 19:13:23'), (2888, 'es', 'back', 'Atrás', '2024-12-02 19:13:23', '2024-12-02 19:13:23'), (2889, 'es', 'edit_question', 'Editar pregunta', '2024-12-02 19:13:23', '2024-12-02 19:13:23'), (2890, 'es', 'add_answer', 'Agregar respuesta', '2024-12-02 19:13:23', '2024-12-02 19:13:23'), (2891, 'es', 'option_1', 'Opción 1', '2024-12-02 19:14:12', '2024-12-02 19:14:12'), (2892, 'es', 'check_if_this_is_correct', 'Comprueba si esto es correcto.', '2024-12-02 19:14:12', '2024-12-02 19:14:12'), (2893, 'es', 'correct', 'Correcto', '2024-12-02 19:15:22', '2024-12-02 19:15:22'), (2894, 'es', 'incorrect', 'Incorrecta', '2024-12-02 19:15:22', '2024-12-02 19:15:22'), (2895, 'es', 'correct_answer', 'respuesta correcta', '2024-12-02 19:15:22', '2024-12-02 19:15:22'), (2896, 'es', 'my_all_enroll_course', 'Mi curso de inscripción total', '2024-12-02 19:15:22', '2024-12-02 19:15:22'), (2897, 'es', 'continue', 'Continuar', '2024-12-02 19:15:22', '2024-12-02 19:15:22'), (2898, 'es', 'my_all_bundle_course', 'Mi curso completo', '2024-12-02 19:15:22', '2024-12-02 19:15:22'), (2899, 'es', 'you_have_no_bundle_course_to_show', 'No tienes ningún curso combinado para mostrar', '2024-12-02 19:15:22', '2024-12-02 19:15:22'), (2900, 'es', 'purchase_course', 'Curso de compra', '2024-12-02 19:15:22', '2024-12-02 19:15:22'), (2901, 'es', 'my_all_purchase_course', 'Mi curso de todas las compras', '2024-12-02 19:15:22', '2024-12-02 19:15:22'), (2902, 'es', 'you_have_no_paid_course_to_show', 'No tienes ningún curso pago para mostrar', '2024-12-02 19:16:16', '2024-12-02 19:16:16'), (2903, 'es', 'my_certificate', 'Mi certificado', '2024-12-02 19:16:16', '2024-12-02 19:16:16'), (2904, 'es', 'my_all_certificate', 'Mi certificado completo', '2024-12-02 19:16:16', '2024-12-02 19:16:16'), (2905, 'es', 'you_have_no_certificate', 'No tienes certificado', '2024-12-02 19:16:16', '2024-12-02 19:16:16'), (2906, 'es', 'my_assignment', 'mi tarea', '2024-12-02 19:16:16', '2024-12-02 19:16:16'), (2907, 'es', 'assignment', 'Asignación', '2024-12-02 19:16:16', '2024-12-02 19:16:16'), (2908, 'es', 'you_have_no_assignment', 'No tienes tarea', '2024-12-02 19:16:16', '2024-12-02 19:16:16'), (2909, 'es', 'my_quizzes', 'Mis cuestionarios', '2024-12-02 19:16:16', '2024-12-02 19:16:16'), (2910, 'es', 'my_all_quiz', 'Mi cuestionario completo', '2024-12-02 19:16:16', '2024-12-02 19:16:16'), (2911, 'es', 'quiz', 'prueba', '2024-12-02 19:17:25', '2024-12-02 19:17:25'), (2912, 'es', 'quiz_grade', 'calificación del examen', '2024-12-02 19:17:25', '2024-12-02 19:17:25'), (2913, 'es', 'pass_mark', 'Marca de paso', '2024-12-02 19:17:25', '2024-12-02 19:17:25'), (2914, 'es', 'my_grade', 'mi nota', '2024-12-02 19:17:25', '2024-12-02 19:17:25'), (2915, 'es', 'failed', 'Fallida', '2024-12-02 19:17:25', '2024-12-02 19:17:25'), (2916, 'es', 'view_result', 'Ver resultado', '2024-12-02 19:17:25', '2024-12-02 19:17:25'), (2917, 'es', 'request_certificate', 'Solicitar Certificado', '2024-12-02 19:17:25', '2024-12-02 19:17:25'), (2918, 'es', 'go_course', 'Ir al curso', '2024-12-02 19:17:25', '2024-12-02 19:17:25'), (2919, 'es', 'create_support', 'Crear soporte', '2024-12-02 19:17:25', '2024-12-02 19:17:25'), (2920, 'es', 'support_type', 'Tipo de soporte', '2024-12-02 19:18:16', '2024-12-02 19:18:16'), (2921, 'es', 'select_course_type', 'Seleccionar tipo de curso', '2024-12-02 19:18:16', '2024-12-02 19:18:16'), (2922, 'es', 'platform', 'Plataforma', '2024-12-02 19:18:16', '2024-12-02 19:18:16'), (2923, 'es', 'select_support_category', 'Seleccione la categoría de soporte', '2024-12-02 19:18:16', '2024-12-02 19:18:16'), (2924, 'es', 'no_file_choose', 'No elegir archivo', '2024-12-02 19:18:16', '2024-12-02 19:18:16'), (2925, 'es', 'all_support', 'Todo el soporte', '2024-12-02 19:18:16', '2024-12-02 19:18:16'), (2926, 'es', 'supports', 'Soportes', '2024-12-02 19:18:16', '2024-12-02 19:18:16'), (2927, 'es', '_you_have_no_ticket', 'No tienes billete', '2024-12-02 19:18:16', '2024-12-02 19:18:16'), (2928, 'es', 'all_course_support', 'Todo el soporte del curso', '2024-12-02 19:18:16', '2024-12-02 19:18:16'), (2929, 'es', 'you_have_no_ticket', 'No tienes billete', '2024-12-02 19:19:03', '2024-12-02 19:19:03'), (2930, 'es', 'profilesetting', 'perfil/configuración', '2024-12-02 19:19:03', '2024-12-02 19:19:03'), (2931, 'es', 'images', 'Imágenes', '2024-12-02 19:19:03', '2024-12-02 19:19:03'), (2932, 'es', 'top_skill', 'Habilidad superior', '2024-12-02 19:19:03', '2024-12-02 19:19:03'), (2933, 'es', 'translate', 'traducir()', '2024-12-02 19:19:03', '2024-12-30 00:00:59'), (2934, 'es', 'select_time_zone', 'Seleccionar zona horaria', '2024-12-02 19:19:03', '2024-12-02 19:19:03'), (2935, 'es', 'confirm_passowrd', 'Confirmar contraseña', '2024-12-02 19:19:03', '2024-12-02 19:19:03'), (2936, 'es', 'about_your_self', 'Acerca de ti', '2024-12-02 19:19:03', '2024-12-02 19:19:03'), (2937, 'es', 'cover_image', 'Imagen de portada', '2024-12-02 19:20:07', '2024-12-02 19:20:07'), (2938, 'es', 'educational_qualification', 'Calificación educativa', '2024-12-02 19:20:07', '2024-12-02 19:20:07'), (2939, 'es', 'previous_experience', 'Experiencia previa', '2024-12-02 19:20:07', '2024-12-02 19:20:07'), (2940, 'es', 'enter_your_previous_skill', 'Ingresa tu habilidad anterior', '2024-12-02 19:20:07', '2024-12-02 19:20:07'), (2941, 'es', 'please_press', 'Por favor presione', '2024-12-02 19:20:07', '2024-12-02 19:20:07'), (2942, 'es', 'after_writing_your_skill_keyword', 'después de escribir la palabra clave de tu habilidad', '2024-12-02 19:20:07', '2024-12-02 19:20:07'), (2943, 'es', 'edit_certificate', 'Editar certificado', '2024-12-02 19:20:07', '2024-12-02 19:20:07'), (2944, 'es', 'certificate_id', 'ID de certificado', '2024-12-02 19:20:07', '2024-12-02 19:20:07'), (2945, 'es', 'certificate_type', 'Tipo de certificado', '2024-12-02 19:20:07', '2024-12-02 19:20:07'), (2946, 'es', 'certificate_date', 'Fecha del certificado', '2024-12-02 19:20:58', '2024-12-02 19:20:58'), (2947, 'es', 'support_tickets', 'Tickets de soporte', '2024-12-02 19:20:58', '2024-12-02 19:20:58'), (2948, 'es', 'edit_city', 'Editar ciudad', '2024-12-02 19:20:58', '2024-12-02 19:20:58'), (2949, 'es', 'selected_country', 'País seleccionado', '2024-12-02 19:20:58', '2024-12-02 19:20:58'), (2950, 'es', 'selected_state', 'Estado seleccionado', '2024-12-02 19:20:58', '2024-12-02 19:20:58'), (2951, 'es', 'explore_our', 'Explora nuestra', '2024-12-02 19:22:09', '2024-12-02 19:22:09'), (2952, 'es', 'for_every_platform', 'para cada plataforma', '2024-12-02 19:22:09', '2024-12-02 19:22:09'), (2953, 'es', 'k', 'k+', '2024-12-02 19:22:09', '2024-12-02 19:22:09'), (2954, 'es', 'happy_students', 'Estudiantes felices', '2024-12-02 19:22:09', '2024-12-02 19:22:09'), (2955, 'es', 'online_courses', 'Cursos en línea', '2024-12-02 19:22:09', '2024-12-02 19:22:09'), (2956, 'es', '_best_online_courses', 'Los mejores cursos en línea', '2024-12-02 19:22:09', '2024-12-02 19:22:09'), (2957, 'es', 'buy_course', 'Comprar curso', '2024-12-02 19:22:09', '2024-12-02 19:22:09'), (2958, 'es', 'new_courses', 'Nuevos cursos', '2024-12-02 19:23:04', '2024-12-02 19:23:04'), (2959, 'es', 'our_new_courses', 'Nuestros nuevos cursos', '2024-12-02 19:23:04', '2024-12-02 19:23:04'), (2960, 'es', 'courses_categories', 'Categorías de cursos', '2024-12-02 19:23:04', '2024-12-02 19:23:04'), (2961, 'es', 'explore_our_top_categories', 'Explora nuestras categorías principales', '2024-12-02 19:23:04', '2024-12-02 19:23:04'), (2962, 'es', 'what_our_students_say_about_us', 'Lo que nuestros estudiantes dicen sobre nosotros', '2024-12-02 19:23:04', '2024-12-02 19:23:04'), (2963, 'es', 'apply_a_freeofcharge_online_course', 'Aplicar un curso en línea gratuito.', '2024-12-02 19:23:04', '2024-12-02 19:23:04'), (2964, 'es', 'street_address', 'Dirección', '2024-12-02 19:23:04', '2024-12-02 19:23:04'), (2965, 'es', 'write_description', 'Escribir descripción', '2024-12-02 19:23:04', '2024-12-02 19:23:04'), (2966, 'es', 'free_course', 'Curso Gratis', '2024-12-02 19:23:04', '2024-12-02 19:23:04'), (2967, 'es', 'latest_blogs', 'Últimos blogs', '2024-12-02 19:24:09', '2024-12-02 19:24:09'), (2968, 'es', 'my_latest_insights__articles', 'Mis últimas ideas y artículos', '2024-12-02 19:24:09', '2024-12-02 19:24:09'), (2969, 'es', 'comments', 'Comentarios', '2024-12-02 19:24:09', '2024-12-02 19:24:09'), (2970, 'es', 'view_all_blogs', 'Ver todos los blogs', '2024-12-02 19:24:09', '2024-12-02 19:24:09'), (2971, 'es', 'are_you_ready_to_start_your_study', '¿Estás listo para comenzar tu estudio?', '2024-12-02 19:24:09', '2024-12-02 19:24:09'), (2972, 'es', 'contrary_to_popular_belief_lorem_ipsum_is_not_simply_____________________________random_text_it_has_roots_in_a_piece_of_classical', 'Contrariamente a la creencia popular, Lorem Ipsum no es simplemente un texto aleatorio. Tiene sus raíces en una pieza clásica.', '2024-12-02 19:24:09', '2024-12-02 19:24:09'), (2973, 'es', 'app_store', 'Tienda de aplicaciones', '2024-12-02 19:24:09', '2024-12-02 19:24:09'), (2974, 'es', 'play_store', 'Tienda de juegos', '2024-12-02 19:24:09', '2024-12-02 19:24:09'), (2975, 'es', 'new_students', 'Nuevas estudiantes:', '2024-12-02 19:24:09', '2024-12-02 19:24:09'), (2976, 'es', 'save_up_to_35', 'Ahorra hasta un 35%', '2024-12-02 19:25:05', '2024-12-02 19:25:05'), (2977, 'es', 'join_for_free', 'Únete gratis', '2024-12-02 19:25:05', '2024-12-02 19:25:05'), (2978, 'es', 'course_video', 'Vídeo del curso', '2024-12-02 19:25:05', '2024-12-02 19:25:05'), (2979, 'es', 'course_category', 'Categoría del curso', '2024-12-02 19:25:59', '2024-12-02 19:25:59'), (2980, 'es', 'processing', 'Tratamiento', '2024-12-02 19:25:59', '2024-12-02 19:25:59'), (2981, 'es', 'manage_cerficate', 'Gestionar certificado', '2024-12-02 19:25:59', '2024-12-02 19:25:59'), (2982, 'es', 'all_certificate', 'Todo certificado', '2024-12-02 19:25:59', '2024-12-02 19:25:59'), (2983, 'es', 'type', 'Tipo', '2024-12-02 19:25:59', '2024-12-02 19:25:59'), (2984, 'es', 'no_page_created', 'Ninguna página creada', '2024-12-02 19:25:59', '2024-12-02 19:25:59'), (2985, 'es', 'about_us', 'Sobre nosotras', '2024-12-02 19:25:59', '2024-12-02 19:25:59'), (2986, 'es', 'privacy__policy', 'Política de privacidad', '2024-12-02 19:25:59', '2024-12-02 19:25:59'), (2987, 'bn', 'join_for_free', 'যোগদান করুন', '2024-12-02 19:26:09', '2024-12-31 02:15:58'), (2988, 'es', 'terms__condition', 'Términos y condiciones', '2024-12-02 19:26:54', '2024-12-02 19:26:54'), (2989, 'es', 'install', 'Instalar', '2024-12-02 19:26:54', '2024-12-02 19:26:54'), (2990, 'es', 'contrary_to_popular_belief_lorem_ipsum_is_not_simply________________________________________________________________________________________________________________random_text_it_has_roots_in_a_piece_of_classical', 'Contrariamente a la creencia popular, Lorem Ipsum no es simplemente un texto aleatorio. Tiene sus raíces en una pieza clásica.', '2024-12-02 19:26:54', '2024-12-02 19:26:54'), (2991, 'es', 'digital_education', 'Educación Digital', '2024-12-02 19:26:54', '2024-12-02 19:26:54'), (2992, 'es', 'mail', 'Correo', '2024-12-02 19:26:54', '2024-12-02 19:26:54'), (2993, 'es', 'our_address', 'Nuestra Dirección', '2024-12-02 19:26:54', '2024-12-02 19:26:54'), (2994, 'es', 'paid', 'Pagada', '2024-12-02 19:26:54', '2024-12-02 19:26:54'), (2995, 'es', 'latest_enrolled_course', 'Último curso inscrito', '2024-12-02 19:26:54', '2024-12-02 19:26:54'), (2996, 'es', 'create_course_support', 'Crear soporte para el curso', '2024-12-02 19:26:54', '2024-12-02 19:26:54'), (2997, 'es', 'ticket_date', 'Fecha del billete', '2024-12-02 19:27:41', '2024-12-02 19:27:41'), (2998, 'es', 'ticket_status', 'Estado del billete', '2024-12-02 19:27:41', '2024-12-02 19:27:41'), (2999, 'es', 'supportreply', 'apoyo/respuesta', '2024-12-02 19:27:41', '2024-12-02 19:27:41'), (3000, 'es', 'how_can_enroll', '¿Cómo puedo inscribirme?', '2024-12-02 19:27:41', '2024-12-02 19:27:41'), (3001, 'es', 'you_should_reply_as_soon_as_possible', 'Deberías responder lo antes posible', '2024-12-02 19:27:41', '2024-12-02 19:27:41'), (3002, 'es', 'app_store_link', 'Enlace de la tienda de aplicaciones', '2024-12-02 19:27:41', '2024-12-02 19:27:41'), (3003, 'es', 'play_store_link', 'Enlace de Play Store', '2024-12-02 19:27:41', '2024-12-02 19:27:41'), (3004, 'es', 'reply', 'Responder', '2024-12-02 19:27:41', '2024-12-02 19:27:41'), (3005, 'es', 'confirmation________________________________________________________password', 'Contraseña de confirmación', '2024-12-02 19:27:41', '2024-12-02 19:27:41'), (3006, 'es', 'message', 'Mensaje', '2024-12-02 19:28:31', '2024-12-02 19:28:31'), (3007, 'es', 'create_notice', 'Crear aviso', '2024-12-02 19:28:31', '2024-12-02 19:28:31'), (3008, 'es', 'select_type', 'Seleccionar tipo', '2024-12-02 19:28:31', '2024-12-02 19:28:31'), (3009, 'es', 'instructors', 'Instructoras', '2024-12-02 19:28:31', '2024-12-02 19:28:31'), (3010, 'es', 'students_and_instructors', 'Estudiantes e instructores', '2024-12-02 19:28:31', '2024-12-02 19:28:31'), (3011, 'es', 'view_all', 'Ver todo', '2024-12-02 19:28:31', '2024-12-02 19:28:31'), (3012, 'es', 'mark_all_as_read', 'Marcar todo como leído', '2024-12-02 19:28:31', '2024-12-02 19:28:31'), (3013, 'es', 'noticesboard_manage', 'Administrar tablón de anuncios', '2024-12-02 19:28:31', '2024-12-02 19:28:31'), (3014, 'es', 'noticesboard', 'Tablón de anuncios', '2024-12-02 19:28:31', '2024-12-02 19:28:31'), (3015, 'es', 'create_notice_board', 'Crear tablón de anuncios', '2024-12-02 19:29:29', '2024-12-02 19:29:29'), (3016, 'es', 'course_name', 'Nombre del curso', '2024-12-02 19:29:29', '2024-12-02 19:29:29'), (3017, 'es', 'posts', 'Publicaciones', '2024-12-02 19:29:29', '2024-12-02 19:29:29'), (3018, 'es', 'published_date', 'Fecha de publicación', '2024-12-02 19:29:29', '2024-12-02 19:29:29'), (3019, 'es', 'contact_reply', 'Contacto Responder', '2024-12-02 19:29:29', '2024-12-02 19:29:29'), (3020, 'es', 'reply_contact', 'Responder Contacto', '2024-12-02 19:29:29', '2024-12-02 19:29:29'), (3021, 'es', 'create_staff', 'Crear personal', '2024-12-02 19:29:29', '2024-12-02 19:29:29'), (3022, 'es', 'cancel_course', 'Cancelar curso', '2024-12-02 19:29:29', '2024-12-02 19:29:29'), (3023, 'es', 'create_role', 'Crear rol', '2024-12-02 19:29:29', '2024-12-02 19:29:29'), (3024, 'es', 'bundle_info', 'Información del paquete', '2024-12-02 19:30:17', '2024-12-02 19:30:17'), (3025, 'es', 'select_courses', 'Seleccionar cursos', '2024-12-02 19:30:17', '2024-12-02 19:30:17'), (3026, 'es', 'how_to_download_resource', 'Cómo descargar el recurso', '2024-12-02 19:30:17', '2024-12-02 19:30:17'), (3027, 'es', 'view_status', 'Ver estado', '2024-12-02 19:30:17', '2024-12-02 19:30:17'), (3028, 'es', 'no_student', 'Ningún estudiante', '2024-12-02 19:30:17', '2024-12-02 19:30:17'), (3029, 'es', 'extra', 'Extra', '2024-12-02 19:30:17', '2024-12-02 19:30:17'), (3030, 'es', 'edit_bundle', 'Editar paquete', '2024-12-02 19:30:17', '2024-12-02 19:30:17'), (3031, 'es', 'institute_name', 'Nombre del Instituto', '2024-12-02 19:30:17', '2024-12-02 19:30:17'), (3032, 'es', 'department', 'Departamento', '2024-12-02 19:30:17', '2024-12-02 19:30:17'), (3033, 'es', 'degree', 'Grado', '2024-12-02 19:31:06', '2024-12-30 03:10:00'), (3034, 'es', 'duration_years', 'Duración (Años)', '2024-12-02 19:31:06', '2024-12-02 19:31:06'), (3035, 'es', 'passing_year', 'Año que pasa', '2024-12-02 19:31:06', '2024-12-02 19:31:06'), (3036, 'es', 'company_name', 'nombre de empresa', '2024-12-02 19:31:06', '2024-12-02 19:31:06'), (3037, 'es', 'start_date', 'Fecha de inicio', '2024-12-02 19:31:06', '2024-12-02 19:31:06'), (3038, 'es', 'end_date', 'Fecha de finalización', '2024-12-02 19:31:06', '2024-12-02 19:31:06'), (3039, 'es', 'to_present', 'Para presentar', '2024-12-02 19:31:06', '2024-12-02 19:31:06'), (3040, 'en', 'kindergarten', 'Kindergarten', '2024-12-02 22:26:16', '2024-12-02 22:26:16'), (3041, 'en', 'why_students_trust_us_to_advance_their_knowledge', 'Why Students Trust Us to Advance Their Knowledge', '2024-12-02 22:26:33', '2024-12-02 22:26:33'), (3042, 'en', 'joined', 'Joined', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3043, 'en', '9', '9+', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3044, 'en', 'already', 'already', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3045, 'en', 'the_journey_begins_here_at', 'The Journey Begins Here at', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3046, 'en', 'there_are_many_variations_of_passages_of_lorem_ipsum_available_but_the_majority_have_suffered_alteration_in_some_form_by_injected_humour_there_are_many_variations', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour There are many variations.', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3047, 'en', 'read_more_about', 'Read More About', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3048, 'en', 'educator_support', 'Educator Support', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3049, 'en', 'majority_have_suffered_alteration_in_some_form_by_injected_humour_there_are_many_variations', 'Majority have suffered alteration in some form, by injected humour There are many variations.', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3050, 'en', 'top_instructors', 'Top Instructors', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3051, 'en', 'best_award_wining', 'Best Award Wining', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3052, 'en', 'we_engage_kids_at_their_level_no_matter', 'We Engage Kids at Their Level, No Matter', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3053, 'en', 'their_stage', 'Their Stage', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3054, 'en', 'see_details', 'See Details', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3055, 'en', 'the_work_process_of_our', 'The Work Process of Our', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3056, 'en', 'kindergarten_school', 'kindergarten School', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3057, 'en', '01', '01', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3058, 'en', 'morning_circle_time', 'Morning Circle Time', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3059, 'en', 'children_gather_to_discuss_the_days_plan_engage_in_songs_and_share_stories_to_build_a_sense_of_community_and_routine', 'Children gather to discuss the day\'s plan, engage in songs, and share stories to build a sense of community and routine\'', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3060, 'en', '02', '02', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3061, 'en', 'learning_through_play', 'Learning Through Play', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3062, 'en', 'activities_like_puzzles_crafts_and_roleplaying_encourage_creativity_problemsolving_and_motor_skill_development', 'Activities like puzzles, crafts, and role-playing encourage creativity, problem-solving, and motor skill development.', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3063, 'en', '03', '03', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3064, 'en', 'snack_and_rest_period', 'Snack and Rest Period', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3065, 'en', 'scheduled_time_for_nutritious_snacks_and_relaxation_to_recharge_promoting_healthy_habits_and_wellbeing', 'Scheduled time for nutritious snacks and relaxation to recharge, promoting healthy habits and well-being.', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3066, 'en', 'by_the_numbers_of', 'By the Numbers of', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3067, 'en', 'our_impact', 'Our Impact', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3068, 'en', '', '+', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3069, 'en', 'best_teachers', 'Best Teachers', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3070, 'en', 'years_of_experience', 'Years of experience', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3071, 'en', 'apply_for', 'Apply For', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3072, 'en', 'admission', 'Admission', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3073, 'en', 'lorem_ipsum_dolor_sit_amet_consectetur_adipiscing_elit_donec_euismod_non_arcu_nec_volutpat', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec euismod non arcu nec volutpat.', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3074, 'en', 'meet_our_top_creative', 'Meet Our Top Creative', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3075, 'en', 'school_teachers', 'School Teachers', '2024-12-02 22:28:02', '2024-12-02 22:28:02'), (3076, 'en', 'see_all_teacher', 'See All Teacher', '2024-12-02 22:28:03', '2024-12-02 22:28:03'), (3077, 'en', 'trusted_by_companies_all_over_the_world', 'Trusted by Companies All Over the World', '2024-12-02 22:28:03', '2024-12-02 22:28:03'), (3078, 'en', 'explore_our_latest', 'Explore Our Latest', '2024-12-02 22:28:03', '2024-12-02 22:28:03'), (3079, 'en', 'news__articles', 'News & Articles', '2024-12-02 22:28:03', '2024-12-02 22:28:03'), (3080, 'en', 'where_every_child_shines_', 'Where Every Child Shines -', '2024-12-02 22:28:03', '2024-12-02 22:28:03'), (3081, 'en', 'admissions_open', 'Admissions Open!', '2024-12-02 22:28:03', '2024-12-02 22:28:03'), (3082, 'en', 'enroll_now_', 'Enroll Now !', '2024-12-02 22:28:03', '2024-12-02 22:28:03'), (3083, 'ar', 'kindergarten', 'روضة أطفال', '2024-12-03 11:32:05', '2024-12-10 19:54:57'), (3084, 'en', 'join_as_an_instructor_for_online_course', 'Join as an instructor for online course.', '2024-12-04 12:10:23', '2024-12-04 12:10:23'), (3085, 'en', 'confirm_password', 'Confirm Password', '2024-12-04 12:10:24', '2024-12-04 12:10:24'), (3086, 'en', 'contrary_to_popular_belief_lorem_ipsum_is_not_simply_random_text_it_has_roots_in_a_piece_of_classical', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical.', '2024-12-04 12:10:24', '2024-12-04 12:10:24'), (3087, 'en', 'hero_manage', 'Hero Manage', '2024-12-04 12:13:08', '2024-12-04 12:13:08'), (3088, 'en', 'slider_manage', 'Slider Manage', '2024-12-04 12:13:08', '2024-12-04 12:13:08'), (3089, 'ar', 'hero_manage', 'مدير البطل', '2024-12-04 12:13:21', '2024-12-05 14:08:42'), (3090, 'ar', 'slider_manage', 'إدارة المنزلق', '2024-12-04 12:13:21', '2024-12-05 14:08:26'), (3091, 'en', 'poster_settings', 'Poster Settings', '2024-12-04 12:22:00', '2024-12-04 12:22:00'), (3092, 'en', 'about_us_section', 'About Us Section', '2024-12-04 12:22:00', '2024-12-04 12:22:00'), (3093, 'en', 'active_user', 'Active User', '2024-12-04 12:22:00', '2024-12-04 12:22:00'), (3094, 'en', 'active_user_short_description', 'Active User Short Description', '2024-12-04 12:22:00', '2024-12-04 12:22:00'), (3095, 'en', 'satisfied_user', 'Satisfied User', '2024-12-04 12:22:00', '2024-12-04 12:22:00'), (3096, 'en', 'satisfied_user_short_description', 'Satisfied User Short Description', '2024-12-04 12:22:00', '2024-12-04 12:22:00'), (3097, 'en', 'additional_description', 'Additional Description', '2024-12-04 12:22:00', '2024-12-04 12:22:00'), (3098, 'en', 'banner_image_one', 'Banner Image One', '2024-12-04 12:22:00', '2024-12-04 12:22:00'), (3099, 'en', 'banner_image_two', 'Banner Image Two', '2024-12-04 12:22:00', '2024-12-04 12:22:00'), (3100, 'en', 'poster_section', 'Poster Section', '2024-12-04 12:22:00', '2024-12-04 12:22:00'), (3101, 'en', 'button_label', 'Button Label', '2024-12-04 12:22:00', '2024-12-04 12:22:00'), (3102, 'en', 'poster_background_image', 'Poster Background Image', '2024-12-04 12:22:00', '2024-12-04 12:22:00'), (3103, 'en', 'our_top_categories', 'Our Top Categories', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3104, 'en', 'm', 'm+', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3105, 'en', 'active_users', 'Active users', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3106, 'en', 'explore_details', 'Explore Details', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3107, 'en', 'our_featured_courses', 'Our Featured Courses', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3108, 'en', 'our_instructors', 'Our Instructors', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3109, 'en', 'meet_our_most_tenanted_team_member', 'Meet Our Most Tenanted Team Member', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3110, 'en', 'see_all_teachers', 'See all Teachers', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3111, 'en', 'what_students_says_about_eduven_to_take_their_service', 'What Students say\'s About EduVen to take their service', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3112, 'en', '___contrary_to_popular_belief_lorem_ipsum_is_not_simply_random______________text_it_has_roots_in_a_piece_of_classical', ' Contrary to popular belief, lorem ipsum is not simply random\n text. It has roots in a piece of classical.', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3113, 'en', 'our_popular_courses', 'Our Popular Courses', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3114, 'en', 'see_more_courses', 'See More Courses', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3115, 'en', 'our_most_recent_daily_blog_posts_and_our_news', 'Our Most Recent Daily Blog Posts and Our News', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3116, 'en', 'subscribe', 'Subscribe', '2024-12-04 12:35:16', '2024-12-04 12:35:16'), (3117, 'en', 'view_more_details', 'View More Details', '2024-12-04 12:38:02', '2024-12-04 12:38:02'), (3118, 'en', '_course_available', '+ Course Available', '2024-12-04 12:51:47', '2024-12-04 12:51:47'), (3119, 'en', 'explore_our_popular_courses', 'Explore Our Popular Courses', '2024-12-04 12:51:47', '2024-12-04 12:51:47'), (3120, 'en', 'student_feedback', 'Student Feedback', '2024-12-04 12:51:47', '2024-12-04 12:51:47'), (3121, 'en', 'what_our_students_says', 'What Our Students Says', '2024-12-04 12:51:47', '2024-12-04 12:51:47'), (3122, 'en', 'team_member', 'Team Member', '2024-12-04 12:51:47', '2024-12-04 12:51:47'), (3123, 'en', 'our_leadership_team', 'Our Leadership Team', '2024-12-04 12:51:47', '2024-12-04 12:51:47'), (3124, 'en', 'view_all_teachers', 'View All Teachers', '2024-12-04 12:51:47', '2024-12-04 12:51:47'), (3125, 'en', 'see_our_upcoming_courses', 'See Our Upcoming Courses', '2024-12-04 12:51:47', '2024-12-04 12:51:47'), (3126, 'en', 'organizations', 'Organizations', '2024-12-04 12:51:47', '2024-12-04 12:51:47'), (3127, 'en', 'explore_best_organizations', 'Explore Best Organizations', '2024-12-04 12:51:47', '2024-12-04 12:51:47'), (3128, 'en', 'read_our_latest_blog', 'Read Our latest blog', '2024-12-04 12:51:47', '2024-12-04 12:51:47'), (3129, 'en', 'see_more_news', 'See More News', '2024-12-04 12:51:47', '2024-12-04 12:51:47'), (3130, 'en', 'get_started_now', 'Get Started Now', '2024-12-04 12:56:26', '2024-12-04 12:56:26'), (3131, 'ar', 'our_top_categories', 'أفضل الفئات لدينا', '2024-12-04 12:57:08', '2024-12-10 20:04:27'), (3132, 'ar', 'm', 'م+', '2024-12-04 12:57:08', '2024-12-10 20:04:27'), (3133, 'ar', 'active_users', 'المستخدمين النشطين', '2024-12-04 12:57:08', '2024-12-10 20:04:27'), (3134, 'ar', '', '%', '2024-12-04 12:57:08', '2024-12-04 12:57:08'), (3135, 'ar', 'explore_details', 'استكشاف التفاصيل', '2024-12-04 12:57:08', '2024-12-10 20:04:27'), (3136, 'ar', 'our_featured_courses', 'دوراتنا المميزة', '2024-12-04 12:57:09', '2024-12-10 20:04:27'), (3137, 'ar', 'our_instructors', 'المدربين لدينا', '2024-12-04 12:57:09', '2024-12-10 20:04:27'), (3138, 'ar', 'meet_our_most_tenanted_team_member', 'تعرَّف على أكثر أعضاء فريقنا مستأجرًا', '2024-12-04 12:57:09', '2024-12-30 13:11:51'), (3139, 'ar', 'see_all_teachers', 'شاهد جميع المعلمين', '2024-12-04 12:57:09', '2024-12-05 14:19:45'), (3140, 'ar', 'what_students_says_about_eduven_to_take_their_service', 'ما يقوله الطلاب حول EduVen لتلقي خدمتهم', '2024-12-04 12:57:09', '2024-12-30 13:11:51'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (3141, 'ar', '___contrary_to_popular_belief_lorem_ipsum_is_not_simply_random______________text_it_has_roots_in_a_piece_of_classical', 'خلافًا للاعتقاد السائد، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الكلاسيكية.', '2024-12-04 12:57:09', '2024-12-30 13:11:51'), (3142, 'ar', 'our_popular_courses', 'دوراتنا الشعبية', '2024-12-04 12:57:09', '2024-12-10 20:05:18'), (3143, 'ar', 'see_more_courses', 'رؤية المزيد من الدورات', '2024-12-04 12:57:09', '2024-12-10 20:05:18'), (3144, 'ar', 'our_most_recent_daily_blog_posts_and_our_news', 'أحدث منشوراتنا اليومية على المدونة وأخبارنا', '2024-12-04 12:57:09', '2024-12-10 20:05:18'), (3145, 'ar', 'get_started_now', 'ابدأ الآن', '2024-12-04 12:57:09', '2024-12-10 20:07:09'), (3146, 'ar', 'subscribe', 'يشترك', '2024-12-04 12:57:09', '2024-12-10 20:05:19'), (3147, 'en', 'please_confirm_password', 'Please Confirm Password', '2024-12-04 13:12:52', '2024-12-04 13:12:52'), (3148, 'en', 'platform_ticket', 'Platform Ticket', '2024-12-04 13:33:07', '2024-12-04 13:33:07'), (3149, 'en', 'courses_ticket', 'Courses Ticket', '2024-12-04 13:33:07', '2024-12-04 13:33:07'), (3150, 'en', 'forget_password', 'Forget password', '2024-12-04 13:33:21', '2024-12-04 13:33:21'), (3151, 'en', 'ticket_close', 'Ticket Close', '2024-12-04 13:33:21', '2024-12-04 13:33:21'), (3152, 'en', 'select_role', 'Select Role', '2024-12-04 13:37:42', '2024-12-04 13:37:42'), (3153, 'ar', 'the_journey_begins_here_at', 'الرحلة تبدأ هنا في', '2024-12-04 13:39:18', '2024-12-30 12:43:49'), (3154, 'ar', 'there_are_many_variations_of_passages_of_lorem_ipsum_available_but_the_majority_have_suffered_alteration_in_some_form_by_injected_humour_there_are_many_variations', 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، لكن الأغلبية تم تعديلها بشكل ما عن طريق إدخال الفكاهة هناك العديد من الاختلافات.', '2024-12-04 13:39:18', '2024-12-30 12:45:01'), (3155, 'ar', 'read_more_about', 'اقرأ المزيد عن', '2024-12-04 13:39:18', '2024-12-30 12:45:01'), (3156, 'ar', 'educator_support', 'دعم المعلم', '2024-12-04 13:39:18', '2024-12-30 12:45:01'), (3157, 'ar', 'majority_have_suffered_alteration_in_some_form_by_injected_humour_there_are_many_variations', 'لقد عانت الأغلبية من التغيير بشكل ما، عن طريق إدخال الفكاهة هناك العديد من الاختلافات.', '2024-12-04 13:39:18', '2024-12-30 12:45:01'), (3158, 'ar', 'top_instructors', 'كبار المدربين', '2024-12-04 13:39:18', '2024-12-30 12:45:01'), (3159, 'ar', 'best_award_wining', 'الحائز على جائزة أفضل', '2024-12-04 13:39:18', '2024-12-30 12:45:01'), (3160, 'ar', 'we_engage_kids_at_their_level_no_matter', 'نحن نشرك الأطفال في مستواهم، بغض النظر عن ذلك', '2024-12-04 13:39:18', '2024-12-30 13:04:06'), (3161, 'ar', 'their_stage', 'المرحلة الخاصة بهم', '2024-12-04 13:39:18', '2024-12-30 13:04:06'), (3162, 'ar', 'see_details', 'انظر التفاصيل', '2024-12-04 13:39:18', '2024-12-30 13:04:06'), (3163, 'ar', 'the_work_process_of_our', 'عملية العمل لدينا', '2024-12-04 13:39:18', '2024-12-30 13:04:06'), (3164, 'ar', 'kindergarten_school', 'مدرسة رياض الأطفال', '2024-12-04 13:39:18', '2024-12-30 13:04:06'), (3165, 'ar', '01', 'واحد', '2024-12-04 13:39:18', '2024-12-10 19:59:11'), (3166, 'ar', 'morning_circle_time', 'توقيت دائرة الصباح', '2024-12-04 13:39:18', '2024-12-30 13:04:06'), (3167, 'ar', 'children_gather_to_discuss_the_days_plan_engage_in_songs_and_share_stories_to_build_a_sense_of_community_and_routine', 'يجتمع الأطفال لمناقشة خطة اليوم والمشاركة في الأغاني ومشاركة القصص لبناء شعور بالمجتمع والروتين', '2024-12-04 13:39:18', '2024-12-30 13:04:06'), (3168, 'ar', '02', 'إثنان', '2024-12-04 13:39:18', '2024-12-10 19:59:11'), (3169, 'ar', 'learning_through_play', 'التعلم من خلال اللعب', '2024-12-04 13:39:18', '2024-12-30 13:08:18'), (3170, 'ar', 'activities_like_puzzles_crafts_and_roleplaying_encourage_creativity_problemsolving_and_motor_skill_development', 'تشجع الأنشطة مثل الألغاز والحرف اليدوية ولعب الأدوار على الإبداع وحل المشكلات وتنمية المهارات الحركية.', '2024-12-04 13:39:18', '2024-12-30 13:08:18'), (3171, 'ar', '03', '3', '2024-12-04 13:39:18', '2024-12-30 14:24:28'), (3172, 'ar', 'snack_and_rest_period', 'فترة الوجبات الخفيفة والراحة', '2024-12-04 13:39:18', '2024-12-30 13:08:18'), (3173, 'ar', 'scheduled_time_for_nutritious_snacks_and_relaxation_to_recharge_promoting_healthy_habits_and_wellbeing', 'الوقت المحدد لتناول الوجبات الخفيفة المغذية والاسترخاء لإعادة شحن طاقتك وتعزيز العادات الصحية والرفاهية.', '2024-12-04 13:39:18', '2024-12-30 13:08:18'), (3174, 'ar', 'by_the_numbers_of', 'بواسطة أرقام', '2024-12-04 13:39:18', '2024-12-30 13:08:18'), (3175, 'ar', 'our_impact', 'تأثيرنا', '2024-12-04 13:39:18', '2024-12-30 13:08:18'), (3176, 'ar', 'best_teachers', 'أفضل المعلمين', '2024-12-04 13:39:18', '2024-12-30 13:08:18'), (3177, 'ar', 'years_of_experience', 'سنوات من الخبرة', '2024-12-04 13:39:18', '2024-12-10 20:01:31'), (3178, 'ar', 'apply_for', 'تقدم بطلبك', '2024-12-04 13:39:18', '2024-12-10 20:01:31'), (3179, 'ar', 'admission', 'قبول', '2024-12-04 13:39:18', '2024-12-10 20:01:31'), (3180, 'ar', 'lorem_ipsum_dolor_sit_amet_consectetur_adipiscing_elit_donec_euismod_non_arcu_nec_volutpat', 'لوريم إيبسوم دولور ipsum dolor sit amet, consectetur adipiscing elit. Donec euismod non arcu nec volutpat.', '2024-12-04 13:39:18', '2024-12-10 20:01:31'), (3181, 'ar', 'confirm_password', 'تأكيد كلمة المرور', '2024-12-04 13:39:18', '2024-12-10 20:02:22'), (3182, 'ar', 'meet_our_top_creative', 'تعرَّف على أفضل المبدعين لدينا', '2024-12-04 13:39:18', '2024-12-10 20:01:31'), (3183, 'ar', 'school_teachers', 'معلمو المدارس', '2024-12-04 13:39:18', '2024-12-10 20:01:31'), (3184, 'ar', 'see_all_teacher', 'شاهد الكل المعلم', '2024-12-04 13:39:18', '2024-12-05 14:19:45'), (3185, 'ar', 'trusted_by_companies_all_over_the_world', 'موثوق بها من قبل الشركات في جميع أنحاء العالم', '2024-12-04 13:39:18', '2024-12-10 20:01:31'), (3186, 'ar', 'explore_our_latest', 'اكتشف أحدث ما لدينا', '2024-12-04 13:39:18', '2024-12-10 20:01:31'), (3187, 'ar', 'news__articles', 'الأخبار والمقالات', '2024-12-04 13:39:18', '2024-12-10 20:02:22'), (3188, 'ar', 'where_every_child_shines_', 'الأخبار والمقالات', '2024-12-04 13:39:18', '2024-12-10 20:02:22'), (3189, 'ar', 'admissions_open', 'القبول مفتوح!', '2024-12-04 13:39:18', '2024-12-10 20:02:22'), (3190, 'ar', 'enroll_now_', 'سجل الآن!', '2024-12-04 13:39:18', '2024-12-10 20:02:22'), (3191, 'bn', 'kindergarten', 'কিন্ডারগার্টেন', '2024-12-04 13:39:33', '2024-12-10 20:22:10'), (3192, 'bn', 'the_journey_begins_here_at', 'যাত্রা এখানে শুরু হয়', '2024-12-04 13:39:35', '2024-12-30 00:12:04'), (3193, 'bn', 'there_are_many_variations_of_passages_of_lorem_ipsum_available_but_the_majority_have_suffered_alteration_in_some_form_by_injected_humour_there_are_many_variations', 'লোরেম ইপসামের প্যাসেজের অনেক বৈচিত্র উপলব্ধ রয়েছে, তবে বেশিরভাগই কোনো না কোনো আকারে পরিবর্তনের শিকার হয়েছে, ইনজেকশনের হাস্যরসের দ্বারা অনেক বৈচিত্র রয়েছে।', '2024-12-04 13:39:35', '2024-12-10 20:24:50'), (3194, 'bn', 'read_more_about', 'সম্পর্কে আরো পড়ুন', '2024-12-04 13:39:35', '2024-12-10 20:24:50'), (3195, 'bn', 'educator_support', 'শিক্ষাবিদ সমর্থন', '2024-12-04 13:39:35', '2024-12-10 20:24:50'), (3196, 'bn', 'majority_have_suffered_alteration_in_some_form_by_injected_humour_there_are_many_variations', 'বেশির ভাগই কোনো না কোনো আকারে পরিবর্তনের শিকার হয়েছে, ইনজেক্টেড হিউমার দ্বারা অনেক বৈচিত্র রয়েছে।', '2024-12-04 13:39:36', '2024-12-10 20:24:50'), (3197, 'bn', 'top_instructors', 'শীর্ষ প্রশিক্ষক', '2024-12-04 13:39:36', '2024-12-10 20:24:50'), (3198, 'bn', 'best_award_wining', 'সেরা পুরস্কার বিজয়ী', '2024-12-04 13:39:36', '2024-12-30 00:12:04'), (3199, 'bn', 'we_engage_kids_at_their_level_no_matter', 'আমরা বাচ্চাদের তাদের স্তরে নিযুক্ত করি, কোন ব্যাপার না', '2024-12-04 13:39:36', '2024-12-10 20:26:56'), (3200, 'bn', 'their_stage', 'তাদের মঞ্চ', '2024-12-04 13:39:36', '2024-12-10 20:26:56'), (3201, 'bn', 'see_details', 'বিস্তারিত দেখুন', '2024-12-04 13:39:36', '2024-12-10 20:26:56'), (3202, 'bn', 'the_work_process_of_our', 'আমাদের কাজের প্রক্রিয়া', '2024-12-04 13:39:36', '2024-12-10 20:26:56'), (3203, 'bn', 'kindergarten_school', 'কিন্ডারগার্টেন স্কুল', '2024-12-04 13:39:36', '2024-12-10 20:26:56'), (3204, 'bn', '01', '1', '2024-12-04 13:39:36', '2024-12-30 12:52:56'), (3205, 'bn', 'morning_circle_time', 'সকালের বৃত্তের সময়', '2024-12-04 13:39:36', '2024-12-10 20:26:56'), (3206, 'bn', 'children_gather_to_discuss_the_days_plan_engage_in_songs_and_share_stories_to_build_a_sense_of_community_and_routine', 'শিশুরা দিনের পরিকল্পনা নিয়ে আলোচনা করতে, গানে মগ্ন এবং সম্প্রদায় এবং রুটিনের অনুভূতি তৈরি করতে গল্পগুলি ভাগ করতে জড়ো হয়\'', '2024-12-04 13:39:36', '2024-12-10 20:26:56'), (3207, 'bn', '02', '2', '2024-12-04 13:39:36', '2024-12-30 12:36:39'), (3208, 'bn', 'learning_through_play', 'খেলার মাধ্যমে শেখা', '2024-12-04 13:39:36', '2024-12-10 20:28:48'), (3209, 'bn', 'activities_like_puzzles_crafts_and_roleplaying_encourage_creativity_problemsolving_and_motor_skill_development', 'ধাঁধা, কারুশিল্প এবং ভূমিকা পালনের মতো ক্রিয়াকলাপগুলি সৃজনশীলতা, সমস্যা সমাধান এবং মোটর দক্ষতা বিকাশকে উত্সাহিত করে', '2024-12-04 13:39:36', '2024-12-10 20:28:48'), (3210, 'bn', '03', '3', '2024-12-04 13:39:36', '2024-12-30 12:51:21'), (3211, 'bn', 'snack_and_rest_period', 'জলখাবার এবং বিশ্রামের সময়কাল', '2024-12-04 13:39:36', '2024-12-10 20:28:48'), (3212, 'bn', 'scheduled_time_for_nutritious_snacks_and_relaxation_to_recharge_promoting_healthy_habits_and_wellbeing', 'পুষ্টিকর খাবারের জন্য নির্ধারিত সময় এবং রিচার্জ করার জন্য বিশ্রাম, স্বাস্থ্যকর অভ্যাস এবং সুস্থতার প্রচার।', '2024-12-04 13:39:36', '2024-12-10 20:28:48'), (3213, 'bn', 'by_the_numbers_of', 'সংখ্যা দ্বারা', '2024-12-04 13:39:36', '2024-12-30 00:12:26'), (3214, 'bn', 'our_impact', 'আমাদের প্রভাব', '2024-12-04 13:39:36', '2024-12-10 20:28:48'), (3215, 'bn', '', '+', '2024-12-04 13:39:36', '2024-12-04 13:39:36'), (3216, 'bn', 'best_teachers', 'সেরা শিক্ষক', '2024-12-04 13:39:36', '2024-12-10 20:28:48'), (3217, 'bn', 'years_of_experience', 'বছরের অভিজ্ঞতা', '2024-12-04 13:39:36', '2024-12-10 20:31:36'), (3218, 'bn', 'apply_for', 'জন্য আবেদন করুন', '2024-12-04 13:39:36', '2024-12-10 20:31:36'), (3219, 'bn', 'admission', 'ভর্তি', '2024-12-04 13:39:36', '2024-12-10 20:31:36'), (3220, 'bn', 'lorem_ipsum_dolor_sit_amet_consectetur_adipiscing_elit_donec_euismod_non_arcu_nec_volutpat', 'গ্রাহক অত্যন্ত গুরুত্বপূর্ণ, গ্রাহক গ্রাহক দ্বারা অনুসরণ করা হবে। কর্মক্ষমতা পর্যন্ত, না আর্ক না ক্যারিয়ার।', '2024-12-04 13:39:36', '2024-12-30 00:12:57'), (3221, 'bn', 'confirm_password', 'পাসওয়ার্ড নিশ্চিত করুন', '2024-12-04 13:39:36', '2024-12-30 00:14:00'), (3222, 'bn', 'meet_our_top_creative', 'আমাদের শীর্ষ ক্রিয়েটিভের সাথে দেখা করুন', '2024-12-04 13:39:36', '2024-12-10 20:31:36'), (3223, 'bn', 'school_teachers', 'স্কুলের শিক্ষকরা', '2024-12-04 13:39:36', '2024-12-10 20:31:36'), (3224, 'bn', 'see_all_teacher', 'সমস্ত শিক্ষক দেখুন', '2024-12-04 13:39:36', '2024-12-10 20:31:36'), (3225, 'bn', 'trusted_by_companies_all_over_the_world', 'সারা বিশ্বের কোম্পানি দ্বারা বিশ্বস্ত', '2024-12-04 13:39:36', '2024-12-10 20:31:36'), (3226, 'bn', 'explore_our_latest', 'আমাদের সর্বশেষ অন্বেষণ', '2024-12-04 13:39:36', '2024-12-10 20:31:36'), (3227, 'bn', 'news__articles', 'সংবাদ ও প্রবন্ধ', '2024-12-04 13:39:36', '2024-12-30 00:14:00'), (3228, 'bn', 'where_every_child_shines_', 'যেখানে প্রতিটি শিশু উজ্জ্বল হয় -', '2024-12-04 13:39:36', '2024-12-30 00:14:00'), (3229, 'bn', 'admissions_open', 'ভর্তি খোলা!', '2024-12-04 13:39:36', '2024-12-30 00:14:00'), (3230, 'bn', 'enroll_now_', 'এখন নথিভুক্ত!', '2024-12-04 13:39:36', '2024-12-30 00:14:00'), (3231, 'en', 'certificate_name', 'Certificate Name', '2024-12-04 13:39:43', '2024-12-04 13:39:43'), (3232, 'en', 'hero', 'Hero', '2024-12-04 13:41:21', '2024-12-04 13:41:21'), (3233, 'en', 'no_hero_created', 'No Hero Created', '2024-12-04 13:41:21', '2024-12-04 13:41:21'), (3234, 'en', 'edit_hero', 'Edit Hero', '2024-12-04 13:41:27', '2024-12-04 13:41:27'), (3235, 'en', 'create_hero', 'Create Hero', '2024-12-04 13:41:27', '2024-12-04 13:41:27'), (3236, 'en', 'select_theme', 'Select Theme', '2024-12-04 13:41:27', '2024-12-04 13:41:27'), (3237, 'en', 'theme_name', 'Theme Name', '2024-12-04 13:41:49', '2024-12-04 13:41:49'), (3238, 'en', 'manage_slider', 'Manage Slider', '2024-12-04 13:43:15', '2024-12-04 13:43:15'), (3239, 'en', 'slider', 'Slider', '2024-12-04 13:43:15', '2024-12-04 13:43:15'), (3240, 'en', 'no_slider_created', 'No Slider Created', '2024-12-04 13:43:15', '2024-12-04 13:43:15'), (3241, 'bn', 'hero_manage', 'হিরো ম্যানেজার', '2024-12-04 13:44:44', '2024-12-05 14:10:03'), (3242, 'bn', 'slider_manage', 'স্লাইডার পরিচালনা করুন', '2024-12-04 13:44:44', '2024-12-05 14:10:27'), (3243, 'en', 'edit_page', 'Edit Page', '2024-12-04 13:50:28', '2024-12-04 13:50:28'), (3244, 'en', 'create_slider', 'Create Slider', '2024-12-04 13:50:28', '2024-12-04 13:50:28'), (3245, 'en', 'highlight_text', 'Highlight Text', '2024-12-04 13:50:28', '2024-12-04 13:50:28'), (3246, 'en', 'select_hero', 'Select Hero', '2024-12-04 13:50:28', '2024-12-04 13:50:28'), (3247, 'en', 'button', 'Button', '2024-12-04 13:50:28', '2024-12-04 13:50:28'), (3248, 'es', 'hero_manage', 'Hero Manage de héroe', '2024-12-04 13:52:12', '2024-12-10 20:38:57'), (3249, 'es', 'slider_manage', 'Administrar control deslizantecontrol deslizante', '2024-12-04 13:52:12', '2024-12-10 20:38:57'), (3250, 'en', 'hero_name', 'Hero Name', '2024-12-04 13:55:20', '2024-12-04 13:55:20'), (3251, 'en', '10', '10+', '2024-12-04 13:55:22', '2024-12-04 13:55:22'), (3252, 'en', 'edit_slider', 'Edit Slider', '2024-12-04 14:02:27', '2024-12-04 14:02:27'), (3253, 'en', 'lms_education', 'LMS Education', '2024-12-04 14:22:47', '2024-12-04 14:22:47'), (3254, 'en', 'sign_up_now', 'Sign Up Now', '2024-12-04 14:37:51', '2024-12-04 14:37:51'), (3255, 'en', '___contrary_to_popular_belief_lorem_ipsum_is_not_simply_random____________text_it_has_roots_in_a_piece_of_classical', ' Contrary to popular belief, lorem ipsum is not simply random\n text. It has roots in a piece of classical.', '2024-12-04 14:39:15', '2024-12-04 14:39:15'), (3256, 'en', 'counter_section', 'Counter Section', '2024-12-04 14:45:37', '2024-12-04 14:45:37'), (3257, 'en', 'profile_setting', 'Profile Setting', '2024-12-04 15:14:22', '2024-12-04 15:14:22'), (3258, 'en', 'institute', 'Institute', '2024-12-04 15:19:57', '2024-12-04 15:19:57'), (3259, 'en', 'achievement', 'Achievement', '2024-12-04 15:19:57', '2024-12-04 15:19:57'), (3260, 'en', 'company', 'Company', '2024-12-04 15:19:57', '2024-12-04 15:19:57'), (3261, 'bn', 'lms_education', 'এলএমএস শিক্ষা', '2024-12-04 15:28:40', '2024-12-30 00:16:03'), (3262, 'ar', 'lms_education', 'التعليم LMS', '2024-12-04 17:19:22', '2024-12-10 20:09:59'), (3263, 'es', 'lms_education', 'LMS Education', '2024-12-04 18:53:18', '2024-12-04 18:53:18'), (3264, 'es', 'kindergarten', 'Kindergarten', '2024-12-04 18:53:18', '2024-12-04 18:53:18'), (3265, 'es', 'confirm_password', 'confirmar ContraseñaPassword', '2024-12-04 18:53:20', '2024-12-10 20:38:57'), (3266, 'es', 'our_top_categories', 'Nuestras categorías principales', '2024-12-04 18:53:33', '2024-12-10 20:33:37'), (3267, 'es', 'm', 'metro', '2024-12-04 18:53:33', '2024-12-10 20:33:37'), (3268, 'es', 'active_users', 'Usuarias activas', '2024-12-04 18:53:34', '2024-12-10 20:33:37'), (3269, 'es', '', '%', '2024-12-04 18:53:34', '2024-12-04 18:53:34'), (3270, 'es', 'explore_details', 'Explore Explorar detalles', '2024-12-04 18:53:34', '2024-12-10 20:33:37'), (3271, 'es', 'our_featured_courses', 'Nuestros cursos destacados', '2024-12-04 18:53:34', '2024-12-10 20:33:37'), (3272, 'es', 'our_instructors', 'Nuestras instructores', '2024-12-04 18:53:34', '2024-12-10 20:33:37'), (3273, 'es', 'meet_our_most_tenanted_team_member', 'Conozca a nuestro miembro del equipo más alquilado', '2024-12-04 18:53:34', '2024-12-10 20:40:49'), (3274, 'es', 'see_all_teachers', 'Ver todas las maestras', '2024-12-04 18:53:34', '2024-12-05 14:14:58'), (3275, 'es', 'what_students_says_about_eduven_to_take_their_service', 'Ver todas las maestras', '2024-12-04 18:53:34', '2024-12-10 20:34:37'), (3276, 'es', '___contrary_to_popular_belief_lorem_ipsum_is_not_simply_random____________text_it_has_roots_in_a_piece_of_classical', 'Contrariamente a la creencia popular, lorem ipsum no es simplemente un texto aleatorio. Tiene sus raíces en una pieza clásica.', '2024-12-04 18:53:34', '2024-12-10 20:20:26'), (3277, 'es', 'our_popular_courses', 'Nuestros cursos populares', '2024-12-04 18:53:34', '2024-12-10 20:34:37'), (3278, 'es', 'see_more_courses', 'Ver más cursos', '2024-12-04 18:53:34', '2024-12-10 20:34:37'), (3279, 'es', 'our_most_recent_daily_blog_posts_and_our_news', 'Nuestras publicaciones de blog diarias más recientes y nuestras noticias', '2024-12-04 18:53:34', '2024-12-10 20:34:37'), (3280, 'es', 'subscribe', 'Suscribir', '2024-12-04 18:53:34', '2024-12-10 20:34:37'), (3281, 'ar', 'why_students_trust_us_to_advance_their_knowledge', 'لماذا يثق الطلاب بنا لتطوير معارفهم', '2024-12-04 19:19:33', '2024-12-10 19:54:57'), (3282, 'ar', 'join_as_an_instructor_for_online_course', 'انضم كمدرس للدورة عبر الإنترنت.', '2024-12-04 19:19:33', '2024-12-10 20:02:22'), (3283, 'ar', 'contrary_to_popular_belief_lorem_ipsum_is_not_simply_random_text_it_has_roots_in_a_piece_of_classical', 'خلافاً للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الكلاسيكية.', '2024-12-04 19:19:33', '2024-12-30 13:10:28'), (3284, 'en', 'banner_image_for_digital_education', 'Banner Image For Digital Education', '2024-12-04 19:35:31', '2024-12-04 19:35:31'), (3285, 'en', 'banner_image_for_elearning_education', 'Banner Image For E-learning Education', '2024-12-04 19:35:31', '2024-12-04 19:35:31'), (3286, 'en', 'banner_image_for_lms_education', 'Banner Image For LMS Education', '2024-12-04 19:35:31', '2024-12-04 19:35:31'), (3287, 'en', 'banner_image_for_kindergarten', 'Banner Image For Kindergarten', '2024-12-04 19:35:31', '2024-12-04 19:35:31'), (3288, 'bn', 'sign_up_now', 'এখন সাইন আপ করুন', '2024-12-04 19:37:56', '2024-12-10 20:44:04'), (3289, 'bn', 'view_more_details', 'আরও বিশদ দেখুন', '2024-12-04 19:37:56', '2024-12-10 20:37:31'), (3290, 'bn', '_course_available', '+ কোর্স উপলব্ধ', '2024-12-04 19:37:56', '2024-12-10 20:39:04'), (3291, 'bn', 'explore_our_popular_courses', 'আমাদের জনপ্রিয় কোর্সগুলি অন্বেষণ করুন৷', '2024-12-04 19:37:56', '2024-12-10 20:39:04'), (3292, 'bn', 'student_feedback', 'ছাত্র প্রতিক্রিয়া', '2024-12-04 19:37:56', '2024-12-10 20:39:04'), (3293, 'bn', 'what_our_students_says', 'আমাদের ছাত্ররা কি বলে', '2024-12-04 19:37:56', '2024-12-10 20:39:04'), (3294, 'bn', 'team_member', 'টিমের সদস্য', '2024-12-04 19:37:56', '2024-12-10 20:39:04'), (3295, 'bn', 'our_leadership_team', 'আমাদের নেতৃত্ব দল', '2024-12-04 19:37:56', '2024-12-10 20:39:04'), (3296, 'bn', 'view_all_teachers', 'সকল শিক্ষক দেখুন', '2024-12-04 19:37:56', '2024-12-10 20:39:04'), (3297, 'bn', 'see_our_upcoming_courses', 'আমাদের আসন্ন কোর্স দেখুন', '2024-12-04 19:37:56', '2024-12-10 20:39:04'), (3298, 'bn', 'organizations', 'সংস্থা', '2024-12-04 19:37:56', '2024-12-10 20:39:04'), (3299, 'bn', 'explore_best_organizations', 'সেরা সংস্থাগুলি অন্বেষণ করুন৷', '2024-12-04 19:37:56', '2024-12-10 20:40:05'), (3300, 'bn', 'read_our_latest_blog', 'আমাদের সর্বশেষ ব্লগ পড়ুন', '2024-12-04 19:37:56', '2024-12-10 20:40:05'), (3301, 'bn', 'see_more_news', 'আরো খবর দেখুন', '2024-12-04 19:37:56', '2024-12-10 20:40:05'), (3302, 'bn', 'get_started_now', 'এখনই শুরু করুন', '2024-12-04 19:37:56', '2024-12-10 20:40:05'), (3303, 'bn', 'subscribe', 'সদস্যতা', '2024-12-04 19:37:56', '2024-12-10 20:37:31'), (3304, 'bn', 'our_top_categories', 'আমাদের শীর্ষ বিভাগ', '2024-12-04 19:38:19', '2024-12-10 20:35:16'), (3305, 'bn', 'm', 'মি+', '2024-12-04 19:38:19', '2024-12-30 00:14:27'), (3306, 'bn', 'active_users', 'সক্রিয় ব্যবহারকারী', '2024-12-04 19:38:19', '2024-12-10 20:35:16'), (3307, 'bn', 'explore_details', 'বিস্তারিত অন্বেষণ করুন', '2024-12-04 19:38:19', '2024-12-10 20:35:16'), (3308, 'bn', 'our_featured_courses', 'আমাদের বৈশিষ্ট্যযুক্ত কোর্স', '2024-12-04 19:38:19', '2024-12-10 20:35:16'), (3309, 'bn', 'our_instructors', 'আমাদের প্রশিক্ষক', '2024-12-04 19:38:19', '2024-12-10 20:35:16'), (3310, 'bn', 'meet_our_most_tenanted_team_member', 'আমাদের সবচেয়ে প্রতিভাবান টিম সদস্যের সাথে দেখা করুন', '2024-12-04 19:38:19', '2024-12-10 20:37:31'), (3311, 'bn', 'see_all_teachers', 'সব শিক্ষক দেখুন', '2024-12-04 19:38:19', '2024-12-10 20:37:31'), (3312, 'bn', 'what_students_says_about_eduven_to_take_their_service', 'শিক্ষার্থীরা তাদের সেবা নিতে এডুলাব সম্পর্কে কি বলে', '2024-12-04 19:38:19', '2024-12-30 00:15:08'), (3313, 'bn', '___contrary_to_popular_belief_lorem_ipsum_is_not_simply_random____________text_it_has_roots_in_a_piece_of_classical', 'জনপ্রিয় বিশ্বাসের বিপরীতে, ইন্টারনেট নিজেই কেবল এলোমেলো পাঠ্য নয়। এটি শাস্ত্রীয় একটি টুকরা মধ্যে শিকড় আছে।', '2024-12-04 19:38:19', '2024-12-30 00:16:03'), (3314, 'bn', 'our_popular_courses', 'আমাদের জনপ্রিয় কোর্স', '2024-12-04 19:38:19', '2024-12-10 20:37:31'), (3315, 'bn', 'see_more_courses', 'আরও কোর্স দেখুন', '2024-12-04 19:38:19', '2024-12-10 20:37:31'), (3316, 'bn', 'our_most_recent_daily_blog_posts_and_our_news', 'আমাদের সাম্প্রতিক ব্লগ পোস্ট এবং আমাদের খবর', '2024-12-04 19:38:19', '2024-12-31 02:23:33'), (3317, 'bn', 'joined', 'যোগদান করেছেন', '2024-12-04 19:38:53', '2024-12-10 20:22:10'), (3318, 'bn', '10', '10+', '2024-12-04 19:38:53', '2024-12-30 00:15:40'), (3319, 'bn', 'already', 'যাত্রা এখানে শুরু হয়', '2024-12-04 19:38:53', '2024-12-10 20:24:50'), (3320, 'bn', 'join_as_an_instructor_for_online_course', 'অনলাইন কোর্সের জন্য একজন প্রশিক্ষক হিসাবে যোগদান করুন।', '2024-12-04 19:59:59', '2024-12-30 00:14:00'), (3321, 'bn', 'contrary_to_popular_belief_lorem_ipsum_is_not_simply_random_text_it_has_roots_in_a_piece_of_classical', 'জনপ্রিয় বিশ্বাসের বিপরীতে, আপনাকে অনেক ধন্যবাদ কেবল এলোমেলো পাঠ্য নয়। এটি শাস্ত্রীয় একটি টুকরা মধ্যে শিকড় আছে।', '2024-12-04 19:59:59', '2024-12-30 00:14:00'), (3322, 'en', 'student_support', 'Student Support', '2024-12-05 00:15:52', '2024-12-05 00:15:52'), (3323, 'ar', '___contrary_to_popular_belief_lorem_ipsum_is_not_simply_random____________text_it_has_roots_in_a_piece_of_classical', 'خلافًا للاعتقاد الشائع، فإن لوريم إيبسوم ليس مجرد نص عشوائي. لها جذور في قطعة من الكلاسيكية.to popular belief, lorem ipsum is not simply random text. It has roots in a piece of classical.', '2024-12-05 11:51:37', '2024-12-10 20:09:59'), (3324, 'bn', 'poster_settings', 'পোস্টার সেটিংস', '2024-12-05 11:58:53', '2024-12-10 20:33:42'), (3325, 'bn', 'app_store_link', 'অ্যাপ স্টোর লিঙ্ক', '2024-12-05 11:58:53', '2024-12-30 00:11:29'), (3326, 'bn', 'play_store_link', 'প্লে স্টোর লিংক', '2024-12-05 11:58:53', '2024-12-30 00:11:29'), (3327, 'bn', 'counter_section', 'কাউন্টার সেকশন', '2024-12-05 11:58:53', '2024-12-10 20:44:04'), (3328, 'bn', 'about_us_section', 'আমাদের সম্পর্কে', '2024-12-05 11:58:53', '2024-12-10 20:33:42'), (3329, 'bn', 'active_user', 'সক্রিয় ব্যবহারকারী', '2024-12-05 11:58:53', '2024-12-10 20:33:42'), (3330, 'bn', 'active_user_short_description', 'সক্রিয় ব্যবহারকারীর সংক্ষিপ্ত বিবরণ', '2024-12-05 11:58:53', '2024-12-10 20:33:42'), (3331, 'bn', 'satisfied_user', 'সন্তুষ্ট ব্যবহারকারী', '2024-12-05 11:58:53', '2024-12-10 20:33:42'), (3332, 'bn', 'satisfied_user_short_description', 'সন্তুষ্ট ব্যবহারকারী সংক্ষিপ্ত বিবরণ', '2024-12-05 11:58:53', '2024-12-10 20:33:42'), (3333, 'bn', 'additional_description', 'অতিরিক্ত বিবরণ', '2024-12-05 11:58:53', '2024-12-10 20:33:42'), (3334, 'bn', 'banner_image_for_digital_education', 'ডিজিটাল শিক্ষার জন্য ব্যানার চিত্র ই-লার্নিং শিক্ষার জন্য', '2024-12-05 11:58:53', '2024-12-30 00:17:12'), (3335, 'bn', 'banner_image_for_elearning_education', 'ব্যানার চিত্র এলএমএস শিক্ষার জন্য', '2024-12-05 11:58:53', '2024-12-30 00:17:01'), (3336, 'bn', 'banner_image_for_lms_education', 'ব্যানার চিত্র কিন্ডারগার্টেনের জন্য', '2024-12-05 11:58:53', '2024-12-10 20:45:18'), (3337, 'bn', 'banner_image_for_kindergarten', 'ব্যানার চিত্র', '2024-12-05 11:58:53', '2024-12-10 20:45:18'), (3338, 'bn', 'poster_section', 'পোস্টার বিভাগ', '2024-12-05 11:58:53', '2024-12-10 20:35:16'), (3339, 'bn', 'button_label', 'বোতাম লেবেল', '2024-12-05 11:58:53', '2024-12-10 20:35:16'), (3340, 'bn', 'poster_background_image', 'পোস্টার ব্যাকগ্রাউন্ড ইমেজ', '2024-12-05 11:58:53', '2024-12-10 20:35:16'), (3341, 'bn', 'profile_setting', 'প্রোফাইল সেটিং', '2024-12-05 12:21:00', '2024-12-10 20:44:04'), (3342, 'en', 'dark_mood_logo', 'Dark Mood Logo', '2024-12-05 12:56:16', '2024-12-05 12:56:16'), (3343, 'en', 'dark_icon_logo', 'Dark Icon Logo', '2024-12-05 12:56:16', '2024-12-05 12:56:16'), (3344, 'en', 'bundle_courses', 'Bundle Courses', '2024-12-05 13:05:00', '2024-12-05 13:05:00'), (3345, 'ar', 'sign_up_now', 'سجل الآن', '2024-12-05 13:09:40', '2024-12-10 20:09:59'), (3346, 'ar', 'view_more_details', 'عرض المزيد من التفاصيل', '2024-12-05 13:09:40', '2024-12-30 13:11:51'), (3347, 'ar', '_course_available', '+ الدورة المتاحة', '2024-12-05 13:09:40', '2024-12-10 20:06:14'), (3348, 'ar', 'explore_our_popular_courses', 'استكشف دوراتنا الرائجة', '2024-12-05 13:09:40', '2024-12-10 20:06:14'), (3349, 'ar', 'student_feedback', 'ردود فعل الطلاب', '2024-12-05 13:09:40', '2024-12-10 20:06:14'), (3350, 'ar', 'what_our_students_says', 'ماذا يقول طلابنا', '2024-12-05 13:09:40', '2024-12-10 20:06:14'), (3351, 'ar', 'team_member', 'عضو فريق', '2024-12-05 13:09:40', '2024-12-10 20:06:14'), (3352, 'ar', 'our_leadership_team', 'فريق القيادة لدينا', '2024-12-05 13:09:40', '2024-12-10 20:06:14'), (3353, 'ar', 'view_all_teachers', 'عرض جميع المعلمين', '2024-12-05 13:09:40', '2024-12-10 20:06:14'), (3354, 'ar', 'see_our_upcoming_courses', 'اطلع على دوراتنا القادمة', '2024-12-05 13:09:40', '2024-12-10 20:06:14'), (3355, 'ar', 'organizations', 'المنظمات', '2024-12-05 13:09:40', '2024-12-10 20:06:14'), (3356, 'ar', 'explore_best_organizations', 'اكتشف أفضل المنظمات', '2024-12-05 13:09:40', '2024-12-10 20:07:09'), (3357, 'ar', 'read_our_latest_blog', 'اقرأ أحدث مدونتنا', '2024-12-05 13:09:40', '2024-12-10 20:07:09'), (3358, 'ar', 'see_more_news', 'رؤية المزيد من الأخبار', '2024-12-05 13:09:40', '2024-12-10 20:07:09'), (3359, 'bn', 'remove', 'সরান', '2024-12-05 14:12:55', '2024-12-10 20:11:40'), (3360, 'bn', 'apply', 'আবেদন করুন', '2024-12-05 14:12:55', '2024-12-10 20:11:40'), (3361, 'bn', 'cart_total', 'মোট কার্ট', '2024-12-05 14:12:55', '2024-12-10 20:11:40'), (3362, 'bn', 'subtotal', 'সাবটোটাল', '2024-12-05 14:12:55', '2024-12-10 20:11:40'), (3363, 'bn', 'total', 'মোট', '2024-12-05 14:12:55', '2024-12-10 20:11:40'), (3364, 'bn', 'checkout', 'চেকআউট', '2024-12-05 14:12:55', '2024-12-10 20:11:40'), (3365, 'es', 'see_all_teacher', 'Ver todas las maestras', '2024-12-05 14:14:06', '2024-12-05 14:14:06'), (3366, 'en', 'profile_settings', 'Profile Settings', '2024-12-05 15:20:18', '2024-12-05 15:20:18'), (3367, 'en', 'age', 'Age', '2024-12-05 15:20:18', '2024-12-05 15:20:18'), (3368, 'en', 'gender', 'Gender', '2024-12-05 15:20:18', '2024-12-05 15:20:18'), (3369, 'en', 'male', 'Male', '2024-12-05 15:20:18', '2024-12-05 15:20:18'), (3370, 'en', 'female', 'Female', '2024-12-05 15:20:18', '2024-12-05 15:20:18'), (3371, 'en', 'edulab_received_more_than', 'Edulab Received More than', '2024-12-05 15:40:30', '2024-12-05 15:40:30'), (3372, 'en', 'more_instructors', 'More Instructors', '2024-12-05 15:40:30', '2024-12-05 15:40:30'), (3373, 'en', 'intro', 'Intro', '2024-12-05 15:40:30', '2024-12-05 15:40:30'), (3374, 'en', 'become_an_', 'Become an ', '2024-12-05 15:40:30', '2024-12-05 15:40:30'), (3375, 'en', 'meet_our_most_talented_team_member', 'Meet Our Most Talented Team Member', '2024-12-05 15:41:18', '2024-12-05 15:41:18'), (3376, 'en', 'see_all_instructors', 'See all Instructors', '2024-12-05 15:41:18', '2024-12-05 15:41:18'), (3377, 'en', 'what_students_says_about_edulab_to_take_their_service', 'What Students say\'s About Edulab to take their service', '2024-12-05 15:41:18', '2024-12-05 15:41:18'), (3378, 'en', 'designing_a_userfriendly_interface_is_essential_for_improving_user_engagement_focus_on_simplicity_ensure_accessibility_and_create_visually_appealing_elements', 'Designing a user-friendly interface is essential for improving user engagement. Focus on simplicity, ensure accessibility, and create visually appealing elements.', '2024-12-05 15:41:18', '2024-12-05 15:41:18'), (3379, 'en', 'how_can_i_purchase_bundle_course', 'How can I purchase bundle course?', '2024-12-05 15:50:42', '2024-12-05 15:50:42'), (3380, 'en', 'view_all_instructors', 'View All Instructors', '2024-12-05 16:32:51', '2024-12-05 16:32:51'), (3381, 'en', 'contact_form', 'Contact Form', '2024-12-05 16:33:30', '2024-12-05 16:33:30'), (3382, 'ar', 'poster_settings', 'إعدادات الملصق', '2024-12-05 16:40:04', '2024-12-10 20:03:26'), (3383, 'ar', 'counter_section', 'قسم العداد', '2024-12-05 16:40:04', '2024-12-10 20:09:59'), (3384, 'ar', 'about_us_section', 'قسم عنا', '2024-12-05 16:40:04', '2024-12-10 20:03:26'), (3385, 'ar', 'active_user', 'قسم عنا', '2024-12-05 16:40:04', '2024-12-10 20:03:26'), (3386, 'ar', 'active_user_short_description', 'وصف حالة العصر النشط', '2024-12-05 16:40:04', '2024-12-10 20:03:26'), (3387, 'ar', 'satisfied_user', 'وصف العصر لحالة', '2024-12-05 16:40:04', '2024-12-10 20:03:26'), (3388, 'ar', 'satisfied_user_short_description', 'وصف مختصر للمستخدم الراضي', '2024-12-05 16:40:04', '2024-12-10 20:03:26'), (3389, 'ar', 'additional_description', 'وصف إضافي', '2024-12-05 16:40:04', '2024-12-10 20:03:26'), (3390, 'ar', 'banner_image_for_digital_education', 'صورة بانر للتعليم الرقمي', '2024-12-05 16:40:04', '2024-12-10 20:11:05'), (3391, 'ar', 'banner_image_for_elearning_education', 'صورة البانر لتعليم', '2024-12-05 16:40:04', '2024-12-11 12:38:03'), (3392, 'ar', 'banner_image_for_lms_education', 'صورة البانر لتعليم', '2024-12-05 16:40:04', '2024-12-11 12:38:03'), (3393, 'ar', 'banner_image_for_kindergarten', 'صورة بانر لرياض الأطفال', '2024-12-05 16:40:04', '2024-12-10 20:11:05'), (3394, 'ar', 'poster_section', 'قسم الملصقات', '2024-12-05 16:40:04', '2024-12-10 20:04:27'), (3395, 'ar', 'button_label', 'تسمية الزر', '2024-12-05 16:40:04', '2024-12-10 20:04:27'), (3396, 'ar', 'poster_background_image', 'صورة خلفية الملصق', '2024-12-05 16:40:04', '2024-12-10 20:04:27'), (3397, 'ar', '_certificate', 'يحرر Certificate', '2024-12-05 16:40:16', '2024-12-05 16:40:16'), (3398, 'ar', 'certificate_name', 'اسم الشهادة', '2024-12-05 16:40:16', '2024-12-10 20:08:00'), (3399, 'en', 'send_email', 'Send Email', '2024-12-05 16:43:17', '2024-12-05 16:43:17'), (3400, 'en', 'share', 'Share', '2024-12-05 16:43:17', '2024-12-05 16:43:17'), (3401, 'en', 'page_edit', 'Page Edit', '2024-12-05 17:35:54', '2024-12-05 17:35:54'), (3402, 'en', '_page', ' Page', '2024-12-05 17:35:54', '2024-12-05 17:35:54'), (3403, 'en', 'best_instructors', 'Best Instructors', '2024-12-05 17:40:14', '2024-12-05 17:40:14'), (3404, 'en', 'school_instructors', 'School Instructors', '2024-12-05 17:40:14', '2024-12-05 17:40:14'), (3405, 'ar', 'manage_slider', 'اسم الموضوع', '2024-12-05 18:02:52', '2024-12-10 20:08:00'), (3406, 'ar', 'slider', 'المنزلق', '2024-12-05 18:02:52', '2024-12-10 20:08:50'), (3407, 'ar', 'hero_name', 'اسم البطل', '2024-12-05 18:02:52', '2024-12-10 20:08:50'), (3408, 'ar', 'edit_page', 'تحرير الصفحة', '2024-12-05 18:03:00', '2024-12-10 20:08:50'), (3409, 'ar', 'edit_slider', 'تحرير المنزلق', '2024-12-05 18:03:00', '2024-12-10 20:09:59'), (3410, 'ar', 'highlight_text', 'تسليط الضوء على النص', '2024-12-05 18:03:00', '2024-12-10 20:08:50'), (3411, 'ar', 'hero', 'بطل', '2024-12-05 18:03:00', '2024-12-10 20:08:00'), (3412, 'ar', 'select_hero', 'حدد البطل', '2024-12-05 18:03:00', '2024-12-10 20:08:50'), (3413, 'ar', 'button', 'زر', '2024-12-05 18:03:00', '2024-12-10 20:08:50'), (3414, 'ar', 'theme_name', 'اسم الموضوع', '2024-12-05 18:04:25', '2024-12-10 20:08:00'), (3415, 'es', 'hero', 'Héroe', '2024-12-05 18:08:42', '2024-12-10 20:31:32'), (3416, 'es', 'theme_name', 'Theme Name', '2024-12-05 18:08:42', '2024-12-05 18:08:42'), (3417, 'en', 'edit_notice', 'Edit Notice', '2024-12-05 18:12:34', '2024-12-05 18:12:34'), (3418, 'es', 'sign_up_now', 'Regístrate ahora', '2024-12-05 18:20:42', '2024-12-10 20:20:26'), (3419, 'es', 'view_more_details', 'Ver más detallesMore Details', '2024-12-05 18:20:42', '2024-12-10 20:34:37'), (3420, 'es', '_course_available', 'Curso Disponible', '2024-12-05 18:20:42', '2024-12-30 22:34:54'), (3421, 'es', 'explore_our_popular_courses', 'Explore Our Popular Courses', '2024-12-05 18:20:42', '2024-12-05 18:20:42'), (3422, 'es', 'student_feedback', 'Explora nuestros cursos populares', '2024-12-05 18:20:42', '2024-12-10 20:36:28'), (3423, 'es', 'what_our_students_says', 'Lo que dicen nuestras estudiantes', '2024-12-05 18:20:42', '2024-12-10 20:36:28'), (3424, 'es', 'team_member', 'Miembro del equipo', '2024-12-05 18:20:42', '2024-12-10 20:36:28'), (3425, 'es', 'our_leadership_team', 'Nuestro equipo de liderazgo', '2024-12-05 18:20:42', '2024-12-10 20:36:28'), (3426, 'es', 'view_all_instructors', 'Ver todos los instructores', '2024-12-05 18:20:42', '2024-12-10 20:23:58'), (3427, 'es', 'see_our_upcoming_courses', 'Vea nuestros próximos cursos', '2024-12-05 18:20:42', '2024-12-10 20:36:28'), (3428, 'es', 'organizations', 'Organizaciones', '2024-12-05 18:20:42', '2024-12-10 20:36:28'), (3429, 'es', 'explore_best_organizations', 'Explora las mejores organizaciones', '2024-12-05 18:20:42', '2024-12-10 20:30:28'), (3430, 'es', 'read_our_latest_blog', 'Lea nuestro último blog', '2024-12-05 18:20:42', '2024-12-10 20:30:28'), (3431, 'es', 'see_more_news', 'Ver más noticias', '2024-12-05 18:20:42', '2024-12-10 20:30:28'), (3432, 'es', 'get_started_now', 'Comience ahora', '2024-12-05 18:20:43', '2024-12-10 20:30:28'), (3433, 'es', 'meet_our_most_talented_team_member', 'Conozca a nuestro miembro más talentoso del equipo', '2024-12-05 18:22:16', '2024-12-10 20:22:33'), (3434, 'es', 'what_students_says_about_edulab_to_take_their_service', 'Lo que dicen los estudiantes sobre Edulab para tomar su servicio', '2024-12-05 18:22:16', '2024-12-10 20:23:58'), (3435, 'es', 'contrary_to_popular_belief_lorem_ipsum_is_not_simply_random_text_it_has_roots_in_a_piece_of_classical', 'Contrariamente a la creencia popular, Lorem Ipsum no es simplemente un texto aleatorio. Tiene sus raíces en una pieza clásica.', '2024-12-05 18:22:16', '2024-12-10 20:38:57'), (3436, 'es', 'edulab_received_more_than', 'Edulab recibió más de', '2024-12-05 18:22:22', '2024-12-10 19:41:13'), (3437, 'es', 'more_instructors', 'Más instructores', '2024-12-05 18:22:22', '2024-12-10 20:22:33'), (3438, 'es', 'intro', 'Introducción', '2024-12-05 18:22:22', '2024-12-10 20:22:33'), (3439, 'es', 'become_an_', 'Conviértete en un', '2024-12-05 18:22:22', '2024-12-10 19:44:02'), (3440, 'ar', 'joined', 'انضم', '2024-12-05 18:27:38', '2024-12-10 19:54:57'), (3441, 'ar', '10', '+عشرة', '2024-12-05 18:27:38', '2024-12-30 13:12:53'), (3442, 'ar', 'already', 'بالفعل', '2024-12-05 18:27:38', '2024-12-10 19:56:54'), (3443, 'ar', 'best_instructors', 'أفضل المدربين', '2024-12-05 18:27:38', '2024-12-10 20:14:29'), (3444, 'ar', 'school_instructors', 'معلمو المدارس', '2024-12-05 18:27:38', '2024-12-10 20:14:29'), (3445, 'ar', 'edulab_received_more_than', 'تلقى Edulab أكثر من', '2024-12-05 18:29:58', '2024-12-10 19:41:52'), (3446, 'ar', 'instructors', 'المدربين', '2024-12-05 18:29:58', '2024-12-10 19:51:30'), (3447, 'ar', 'more_instructors', 'المزيد من المدربين', '2024-12-05 18:29:58', '2024-12-10 20:12:10'), (3448, 'ar', 'intro', 'مقدمة', '2024-12-05 18:29:58', '2024-12-10 20:12:10'), (3449, 'ar', 'become_an_', 'تصبح', '2024-12-05 18:29:58', '2024-12-10 20:12:10'), (3450, 'ar', 'dark_mood_logo', 'شعار المزاج المظلم', '2024-12-05 18:36:14', '2024-12-10 20:11:05'), (3451, 'ar', 'dark_icon_logo', 'شعار أيقونة الظلام', '2024-12-05 18:36:14', '2024-12-10 20:11:05'), (3452, 'en', 'quiz_manage', 'Quiz Manage', '2024-12-05 18:58:44', '2024-12-05 18:58:44'), (3453, 'en', 'all_quiz', 'All Quiz', '2024-12-05 18:58:44', '2024-12-05 18:58:44'), (3454, 'en', 'titlecourse', 'Title/Course', '2024-12-05 18:58:44', '2024-12-05 18:58:44'), (3455, 'en', 'attempts', 'Attempts', '2024-12-05 18:58:44', '2024-12-05 18:58:44'), (3456, 'en', 'total_mark', 'Total Mark', '2024-12-05 18:58:44', '2024-12-05 18:58:44'), (3457, 'en', 'closed', 'Closed', '2024-12-05 18:58:44', '2024-12-05 18:58:44'), (3458, 'en', 'what_is_the_purpose_of_the_alt_attribute_in_an_ltimggt_tag', 'What is the purpose of the alt attribute in an <img> tag?', '2024-12-05 18:58:49', '2024-12-05 18:58:49'), (3459, 'en', 'last_submission', 'Last Submission', '2024-12-05 18:58:49', '2024-12-05 18:58:49'), (3460, 'en', 'get_mark', 'Get Mark', '2024-12-05 18:58:49', '2024-12-05 18:58:49'), (3461, 'en', 'pass', 'Pass', '2024-12-05 18:58:49', '2024-12-05 18:58:49'), (3462, 'en', 'uiux_design_amp_development_fundamentals', 'UI/UX Design & Development Fundamentals', '2024-12-05 19:04:28', '2024-12-05 19:04:28'), (3463, 'en', 'yet_no_student_join_this_quiz', 'Yet, No student join this Quiz', '2024-12-05 19:04:28', '2024-12-05 19:04:28'), (3464, 'en', 'assignment_manage', 'Assignment Manage', '2024-12-05 19:10:14', '2024-12-05 19:10:14'), (3465, 'en', 'all_assignment', 'All Assignment', '2024-12-05 19:10:14', '2024-12-05 19:10:14'), (3466, 'en', 'no_support_ticket', 'No Support Ticket', '2024-12-05 19:10:33', '2024-12-05 19:10:33'), (3467, 'en', 'no_courses_found', 'No Courses Found', '2024-12-05 19:24:59', '2024-12-05 19:24:59'), (3468, 'en', 'go_to_quiz', 'Go to Quiz', '2024-12-05 19:55:32', '2024-12-05 19:55:32'), (3469, 'en', 'new__course_comming_soon', 'New Course comming soon', '2024-12-05 20:01:05', '2024-12-05 20:01:05'), (3470, 'en', 'out_of', 'Out of', '2024-12-05 21:07:36', '2024-12-05 21:07:36'), (3471, 'en', 'view_category', 'View Category', '2024-12-05 21:24:54', '2024-12-05 21:24:54'), (3472, 'en', 'view_detail', 'View Detail', '2024-12-05 21:24:54', '2024-12-05 21:24:54'), (3473, 'en', 'view_news', 'View News', '2024-12-06 17:50:10', '2024-12-06 17:50:10'), (3474, 'en', 'deadline', 'Deadline', '2024-12-06 18:50:48', '2024-12-06 18:50:48'), (3475, 'en', 'your_mark', 'Your Mark', '2024-12-06 18:50:48', '2024-12-06 18:50:48'), (3476, 'en', 'pending', 'Pending', '2024-12-06 18:50:48', '2024-12-06 18:50:48'), (3477, 'en', 'view_courses', 'View Courses', '2024-12-06 19:17:17', '2024-12-06 19:17:17'), (3478, 'en', 'view_more_details_about_us', 'View more details about us', '2024-12-07 02:24:14', '2024-12-07 02:24:14'), (3479, 'en', 'read_more_about_us', 'Read More About us', '2024-12-07 02:25:45', '2024-12-07 02:25:45'), (3480, 'en', 'view_all_course', 'View all course', '2024-12-09 01:08:01', '2024-12-09 01:08:01'), (3481, 'en', 'view_upcoming_course', 'View Upcoming Course', '2024-12-09 01:08:01', '2024-12-09 01:08:01'), (3482, 'en', 'blog_thumbnail', 'Blog Thumbnail', '2024-12-09 01:11:09', '2024-12-09 01:11:09'), (3483, 'en', 'blog_details_link', 'Blog Details link', '2024-12-09 01:11:09', '2024-12-09 01:11:09'), (3484, 'en', 'blog_thumbanail', 'Blog Thumbanail', '2024-12-09 01:11:22', '2024-12-09 01:11:22'), (3485, 'en', 'about_section_image_for_digital_education', 'About Section Image For Digital Education', '2024-12-09 04:29:14', '2024-12-09 04:29:14'), (3486, 'en', 'about_section_image_for_elearning_education', 'About Section Image For E-learning Education', '2024-12-09 04:29:14', '2024-12-09 04:29:14'), (3487, 'en', 'about_section_image_for_lms_education', 'About Section Image For LMS Education', '2024-12-09 04:29:14', '2024-12-09 04:29:14'), (3488, 'en', 'about_section_image_for_kindergarten', 'About Section Image For Kindergarten', '2024-12-09 04:29:14', '2024-12-09 04:29:14'), (3489, 'ar', 'profile_settings', 'إعدادات الملف الشخصي', '2024-12-09 05:37:34', '2024-12-10 20:11:05'), (3490, 'ar', 'extra', 'إضافي', '2024-12-09 05:37:34', '2024-12-10 19:53:45'), (3491, 'ar', 'age', 'عمر', '2024-12-09 05:37:35', '2024-12-10 20:12:10'), (3492, 'ar', 'gender', 'جنس', '2024-12-09 05:37:35', '2024-12-10 20:12:10'), (3493, 'ar', 'male', 'ذكر', '2024-12-09 05:37:35', '2024-12-10 20:12:10'), (3494, 'ar', 'female', 'أنثى', '2024-12-09 05:37:35', '2024-12-10 20:12:10'), (3495, 'ar', 'student_support', 'دعم الطلاب', '2024-12-09 05:37:35', '2024-12-10 20:11:05'), (3496, 'ar', 'profile_setting', 'إعداد الملف الشخصي', '2024-12-09 05:37:35', '2024-12-10 20:09:59'), (3497, 'es', 'profile_settings', 'Configuración de perfil', '2024-12-09 05:37:41', '2024-12-10 20:21:18'), (3498, 'es', 'age', 'Edad', '2024-12-09 05:37:41', '2024-12-10 20:22:33'), (3499, 'es', 'gender', 'Género', '2024-12-09 05:37:41', '2024-12-10 20:22:33'), (3500, 'es', 'male', 'Masculina', '2024-12-09 05:37:41', '2024-12-10 20:22:33'), (3501, 'es', 'female', 'Femenina', '2024-12-09 05:37:41', '2024-12-10 20:22:33'), (3502, 'es', 'student_support', 'Apoyo estudiantil', '2024-12-09 05:37:42', '2024-12-10 20:21:18'), (3503, 'es', 'profile_setting', 'Configuración de perfilSetting', '2024-12-09 05:37:42', '2024-12-10 20:20:26'), (3504, 'bn', 'profile_settings', 'প্রোফাইল সেটিংস', '2024-12-09 05:37:46', '2024-12-10 20:45:18'), (3505, 'bn', 'extra', 'অতিরিক্ত', '2024-12-09 05:37:47', '2024-12-10 20:19:57'), (3506, 'bn', 'age', 'বয়স', '2024-12-09 05:37:47', '2024-12-10 20:46:34'), (3507, 'bn', 'gender', 'লিঙ্গ', '2024-12-09 05:37:47', '2024-12-10 20:46:34'), (3508, 'bn', 'male', 'পুরুষ', '2024-12-09 05:37:47', '2024-12-10 20:46:34'), (3509, 'bn', 'female', 'মহিলা', '2024-12-09 05:37:47', '2024-12-10 20:46:34'), (3510, 'bn', 'view_all', 'সব দেখুন', '2024-12-09 05:37:47', '2024-12-10 20:16:49'), (3511, 'bn', 'mark_all_as_read', 'সব পড়া হিসেবে চিহ্নিত করুন', '2024-12-09 05:37:47', '2024-12-10 20:16:49'), (3512, 'bn', 'student_support', 'ছাত্র সমর্থন', '2024-12-09 05:37:47', '2024-12-10 20:45:18'), (3513, 'bn', 'assignment_manage', 'অ্যাসাইনমেন্ট পরিচালনা', '2024-12-09 05:37:55', '2024-12-10 20:50:28'), (3514, 'bn', 'all_assignment', 'সমস্ত অ্যাসাইনমেন্ট', '2024-12-09 05:37:55', '2024-12-10 20:50:28'), (3515, 'es', 'assignment_manage', 'Gestión de tareas', '2024-12-09 05:41:55', '2024-12-10 20:26:26'), (3516, 'es', 'all_assignment', 'Toda la tarea', '2024-12-09 05:41:55', '2024-12-10 20:26:26'), (3517, 'es', 'quiz_manage', 'Administrar cuestionario', '2024-12-09 05:41:59', '2024-12-10 20:25:17'), (3518, 'es', 'all_quiz', 'Todo el cuestionario', '2024-12-09 05:41:59', '2024-12-10 20:25:17'), (3519, 'es', 'titlecourse', 'Title/Course', '2024-12-09 05:41:59', '2024-12-09 05:41:59'), (3520, 'es', 'attempts', 'Intentos', '2024-12-09 05:41:59', '2024-12-10 20:25:17'), (3521, 'es', 'total_mark', 'Marca total', '2024-12-09 05:41:59', '2024-12-10 20:25:17'), (3522, 'es', 'closed', 'Cerrada', '2024-12-09 05:41:59', '2024-12-10 20:26:26'), (3523, 'es', 'uiux_design_amp_development_fundamentals', 'UI/UX Design & Development Fundamentals', '2024-12-09 05:42:01', '2024-12-09 05:42:01'), (3524, 'es', 'yet_no_student_join_this_quiz', 'Sin embargo, ninguna estudiante se une a este cuestionario.(স্ত্রী লিঙ্গ)', '2024-12-09 05:42:01', '2024-12-10 20:26:26'), (3525, 'ar', 'institute_name', 'اسم المعهد', '2024-12-09 05:58:01', '2024-12-10 19:53:45'), (3526, 'ar', 'department', 'قسم', '2024-12-09 05:58:01', '2024-12-10 19:53:45'), (3527, 'ar', 'degree', 'درجة', '2024-12-09 05:58:01', '2024-12-10 19:53:45'), (3528, 'ar', 'duration_years', 'المدة (بالسنوات)', '2024-12-09 05:58:01', '2024-12-10 19:54:57'), (3529, 'ar', 'passing_year', 'سنة الاجتياز', '2024-12-09 05:58:01', '2024-12-10 19:54:57'), (3530, 'ar', 'company_name', 'اسم الشركة', '2024-12-09 05:58:01', '2024-12-10 19:54:57'), (3531, 'ar', 'start_date', 'تاريخ البدء', '2024-12-09 05:58:01', '2024-12-10 19:54:57'), (3532, 'ar', 'end_date', 'تاريخ الانتهاء', '2024-12-09 05:58:01', '2024-12-10 19:54:57'), (3533, 'ar', 'to_present', 'لتقديم', '2024-12-09 05:58:01', '2024-12-10 19:54:57'), (3534, 'ar', '_', 'إضافة جديد', '2024-12-09 05:59:14', '2024-12-09 05:59:14'), (3535, 'ar', 'courses_ticket', 'تذكرة الدورات', '2024-12-09 05:59:24', '2024-12-10 20:07:09'), (3536, 'es', 'courses_ticket', 'Boleto de cursos', '2024-12-09 06:00:05', '2024-12-10 20:30:28'), (3537, 'bn', 'courses_ticket', 'কোর্সের টিকিট', '2024-12-09 06:00:08', '2024-12-10 20:40:05'), (3538, 'bn', 'ticket_date', 'টিকিটের তারিখ', '2024-12-09 06:00:08', '2024-12-10 20:15:19'), (3539, 'bn', 'ticket_status', 'টিকিটের অবস্থা', '2024-12-09 06:00:08', '2024-12-30 00:11:29'), (3540, 'bn', 'institute_name', 'ইনস্টিটিউটের নাম', '2024-12-09 06:00:10', '2024-12-10 20:19:57'), (3541, 'bn', 'department', 'বিভাগ', '2024-12-09 06:00:10', '2024-12-10 20:19:58'), (3542, 'bn', 'degree', 'ডিগ্রী', '2024-12-09 06:00:10', '2024-12-10 20:19:58'), (3543, 'bn', 'duration_years', 'সময়কাল (বছর)', '2024-12-09 06:00:10', '2024-12-10 20:22:10'), (3544, 'bn', 'passing_year', 'পাসিং বছর', '2024-12-09 06:00:10', '2024-12-10 20:22:10'), (3545, 'bn', 'company_name', 'কোম্পানির নাম', '2024-12-09 06:00:10', '2024-12-10 20:22:10'), (3546, 'bn', 'start_date', 'শুরুর তারিখ', '2024-12-09 06:00:10', '2024-12-10 20:22:10'), (3547, 'bn', 'end_date', 'শেষ তারিখ', '2024-12-09 06:00:10', '2024-12-10 20:22:10'), (3548, 'bn', 'to_present', 'উপস্থাপন করতে', '2024-12-09 06:00:10', '2024-12-10 20:22:10'), (3549, 'bn', 'message', 'বার্তা', '2024-12-09 06:00:33', '2024-12-30 00:11:29'), (3550, 'bn', 'view_status', 'স্ট্যাটাস দেখুন', '2024-12-09 06:00:33', '2024-12-10 20:19:57'), (3551, 'en', 'what_to_do', 'What to do', '2024-12-09 06:10:45', '2024-12-09 06:10:45'), (3552, 'ar', 'view_category', 'عرض الفئة', '2024-12-09 06:54:06', '2024-12-10 20:16:20'), (3553, 'ar', 'view_all_course', 'عرض جميع الدورات', '2024-12-09 06:54:06', '2024-12-10 20:17:36'), (3554, 'ar', 'view_upcoming_course', 'عرض الدورة القادمة', '2024-12-09 06:54:07', '2024-12-10 20:17:36'), (3555, 'ar', 'view_detail', 'عرض التفاصيل', '2024-12-09 06:54:07', '2024-12-10 20:16:20'), (3556, 'en', 'up_coming', 'Up Coming', '2024-12-09 12:28:31', '2024-12-09 12:28:31'), (3557, 'bn', 'view_more_details_about_us', 'আমাদের সম্পর্কে আরো বিস্তারিত দেখুন', '2024-12-09 22:17:29', '2024-12-10 20:52:49'), (3558, 'bn', 'view_all_instructors', 'সকল প্রশিক্ষক দেখুন', '2024-12-09 22:17:29', '2024-12-10 20:48:03'), (3559, 'bn', 'view_news', 'খবর দেখুন', '2024-12-09 22:17:29', '2024-12-10 20:51:19'), (3560, 'bn', 'blog_thumbanail', 'ব্লগ থাম্বনেইল', '2024-12-09 22:17:29', '2024-12-10 20:54:23'), (3561, 'bn', 'blog_details_link', 'ব্লগ বিস্তারিত লিঙ্ক', '2024-12-09 22:17:29', '2024-12-10 20:52:49'), (3562, 'bn', 'view_category', 'দেখুন বিভাগ', '2024-12-09 22:17:35', '2024-12-10 20:51:19'), (3563, 'bn', 'view_all_course', 'সব কোর্স দেখুন', '2024-12-09 22:17:36', '2024-12-10 20:52:49'), (3564, 'bn', 'edulab_received_more_than', 'এডুল্যাব এর চেয়ে বেশি প্রাপ্ত হয়েছে', '2024-12-09 22:17:36', '2024-12-10 20:46:34'), (3565, 'bn', 'view_upcoming_course', 'আসন্ন কোর্স দেখুন', '2024-12-09 22:17:36', '2024-12-10 20:52:49'), (3566, 'bn', 'instructors', 'প্রশিক্ষক', '2024-12-09 22:17:36', '2024-12-10 20:16:49'), (3567, 'bn', 'more_instructors', 'আরও প্রশিক্ষক', '2024-12-09 22:17:36', '2024-12-10 20:46:34'), (3568, 'bn', 'intro', 'ভূমিকা', '2024-12-09 22:17:36', '2024-12-10 20:46:34'), (3569, 'bn', 'become_an_', 'একটি হত্তয়া', '2024-12-09 22:17:36', '2024-12-10 20:46:34'), (3570, 'bn', 'view_detail', 'বিস্তারিত দেখুন', '2024-12-09 22:17:36', '2024-12-10 20:51:19'), (3571, 'es', 'manage_slider', 'Administrar control deslizante', '2024-12-10 00:34:52', '2024-12-10 20:31:32'), (3572, 'es', 'slider', 'control deslizante', '2024-12-10 00:34:52', '2024-12-10 20:32:21'), (3573, 'es', 'hero_name', 'Nombre del héroe', '2024-12-10 00:34:52', '2024-12-10 20:32:21'), (3574, 'bn', 'manage_slider', 'স্লাইডার পরিচালনা করুন', '2024-12-10 00:34:59', '2024-12-10 20:41:15'), (3575, 'bn', 'slider', 'স্লাইডার', '2024-12-10 00:34:59', '2024-12-10 20:42:48'), (3576, 'bn', 'hero_name', 'হিরো নাম', '2024-12-10 00:34:59', '2024-12-10 20:42:48'), (3577, 'en', 'what_is_the_purpose_of_the_alt_attribute_in_an_img_tag', 'What is the purpose of the alt attribute in an <img> tag?', '2024-12-10 00:48:32', '2024-12-10 00:48:32'), (3578, 'en', 'uiux_design__development_fundamentals', 'UI/UX Design & Development Fundamentals', '2024-12-10 00:48:37', '2024-12-10 00:48:37'), (3579, 'en', 'admin', 'Admin', '2024-12-10 02:59:35', '2024-12-10 02:59:35'), (3580, 'en', 'go_to_assignment', 'Go to Assignment', '2024-12-10 18:39:25', '2024-12-10 18:39:25'), (3581, 'ar', 'confirmation________________________________________________________password', 'تأكيد كلمة المرور', '2024-12-10 19:49:56', '2024-12-10 19:49:56'), (3582, 'ar', 'message', 'رسالة', '2024-12-10 19:49:56', '2024-12-10 19:49:56'), (3583, 'ar', 'create_notice', 'إنشاء إشعار', '2024-12-10 19:51:30', '2024-12-10 19:51:30'), (3584, 'ar', 'select_type', 'حدد النوع', '2024-12-10 19:51:30', '2024-12-10 19:51:30'), (3585, 'ar', 'students_and_instructors', 'المدربين', '2024-12-10 19:51:30', '2024-12-10 19:51:30'), (3586, 'ar', 'noticesboard_manage', 'إدارة لوحة الملاحظات كمقروءة', '2024-12-10 19:51:30', '2024-12-10 19:51:30'), (3587, 'ar', 'noticesboard', 'لوحة الملاحظات', '2024-12-10 19:51:30', '2024-12-10 19:51:30'), (3588, 'ar', 'create_notice_board', 'إنشاء لوحة الإعلانات', '2024-12-10 19:51:30', '2024-12-10 19:51:30'), (3589, 'ar', 'course_name', 'اسم الدورة', '2024-12-10 19:52:39', '2024-12-10 19:52:39'), (3590, 'ar', 'posts', 'دعامات', '2024-12-10 19:52:39', '2024-12-10 19:52:39'), (3591, 'ar', 'published_date', 'تاريخ النشر', '2024-12-10 19:52:39', '2024-12-10 19:52:39'), (3592, 'ar', 'contact_reply', 'رد الاتصال', '2024-12-10 19:52:39', '2024-12-10 19:52:39'), (3593, 'ar', 'reply_contact', 'رد الاتصال', '2024-12-10 19:52:39', '2024-12-10 19:52:39'), (3594, 'ar', 'create_staff', 'إنشاء طاقم عمل', '2024-12-10 19:52:39', '2024-12-10 19:52:39'), (3595, 'ar', 'cancel_course', 'إلغاء الدورة', '2024-12-10 19:52:39', '2024-12-10 19:52:39'), (3596, 'ar', 'create_role', 'إنشاء دور', '2024-12-10 19:52:39', '2024-12-10 19:52:39'), (3597, 'ar', 'bundle_info', 'معلومات الحزمة', '2024-12-10 19:52:39', '2024-12-10 19:52:39'), (3598, 'ar', 'select_courses', 'حدد الدورات', '2024-12-10 19:53:45', '2024-12-30 12:42:23'), (3599, 'ar', 'how_to_download_resource', 'كيفية تحميل الموارد', '2024-12-10 19:53:45', '2024-12-10 19:53:45'), (3600, 'ar', 'view_status', 'عرض الحالة', '2024-12-10 19:53:45', '2024-12-10 19:53:45'), (3601, 'ar', 'no_student', 'لا طالب', '2024-12-10 19:53:45', '2024-12-10 19:53:45'), (3602, 'ar', 'edit_bundle', 'تحرير الحزمة', '2024-12-10 19:53:45', '2024-12-10 19:53:45'), (3603, 'ar', '9', '+تسعة', '2024-12-10 19:56:54', '2024-12-30 12:43:49'), (3604, 'bn', 'explore_our', 'আমাদের যাচাই', '2024-12-10 20:02:02', '2024-12-10 20:02:02'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (3605, 'ar', 'banner_image_one', 'صورة البانر رقم واحد', '2024-12-10 20:03:26', '2024-12-10 20:03:26'), (3606, 'ar', 'banner_image_two', 'صورة البانر الثانية', '2024-12-10 20:03:26', '2024-12-10 20:03:26'), (3607, 'ar', 'please_confirm_password', 'الرجاء تأكيد كلمة المرور', '2024-12-10 20:07:09', '2024-12-10 20:07:09'), (3608, 'ar', 'platform_ticket', 'تذكرة المنصة', '2024-12-10 20:07:09', '2024-12-10 20:07:09'), (3609, 'ar', 'forget_password', 'نسيت كلمة المرور كيت', '2024-12-10 20:07:09', '2024-12-10 20:07:09'), (3610, 'ar', 'ticket_close', 'إغلاق التذكرة', '2024-12-10 20:07:09', '2024-12-10 20:07:09'), (3611, 'ar', 'select_role', 'حدد الدور', '2024-12-10 20:08:00', '2024-12-10 20:08:00'), (3612, 'ar', 'no_hero_created', 'لم يتم إنشاء البطل', '2024-12-10 20:08:00', '2024-12-10 20:08:00'), (3613, 'ar', 'edit_hero', 'تحرير البطل', '2024-12-10 20:08:00', '2024-12-10 20:08:00'), (3614, 'ar', 'create_hero', 'خلق البطل', '2024-12-10 20:08:00', '2024-12-10 20:08:00'), (3615, 'ar', 'select_theme', 'حدد الموضوع', '2024-12-10 20:08:00', '2024-12-10 20:08:00'), (3616, 'ar', 'no_slider_created', 'لم يتم إنشاء شريط تمرير', '2024-12-10 20:08:50', '2024-12-10 20:08:50'), (3617, 'ar', 'create_slider', 'إنشاء شريط التمرير', '2024-12-10 20:08:50', '2024-12-10 20:08:50'), (3618, 'ar', 'institute', 'معهد', '2024-12-10 20:09:59', '2024-12-10 20:09:59'), (3619, 'ar', 'achievement', 'إنجاز', '2024-12-10 20:09:59', '2024-12-10 20:09:59'), (3620, 'ar', 'company', 'شركة', '2024-12-10 20:09:59', '2024-12-10 20:09:59'), (3621, 'ar', 'bundle_courses', 'دورات الحزمة', '2024-12-10 20:11:05', '2024-12-10 20:11:05'), (3622, 'bn', 'course_video', 'কোর্স ভিডিও মোট', '2024-12-10 20:11:40', '2024-12-30 00:09:19'), (3623, 'ar', 'meet_our_most_talented_team_member', 'تعرَّف على أعضاء فريقنا الأكثر موهبة', '2024-12-10 20:12:10', '2024-12-10 20:12:10'), (3624, 'bn', 'manage_cerficate', 'সার্ফিকেট পরিচালনা করুন', '2024-12-10 20:12:59', '2024-12-10 20:12:59'), (3625, 'bn', 'all_certificate', 'সমস্ত সার্টিফিকেট', '2024-12-10 20:12:59', '2024-12-10 20:12:59'), (3626, 'bn', 'type', 'টাইপ', '2024-12-10 20:12:59', '2024-12-10 20:12:59'), (3627, 'ar', 'see_all_instructors', 'شاهد جميع المدربين', '2024-12-10 20:13:33', '2024-12-10 20:13:33'), (3628, 'ar', 'what_students_says_about_edulab_to_take_their_service', 'ما يقوله الطلاب حول Edulab لتلقي خدمتهم', '2024-12-10 20:13:33', '2024-12-10 20:13:33'), (3629, 'ar', 'designing_a_userfriendly_interface_is_essential_for_improving_user_engagement_focus_on_simplicity_ensure_accessibility_and_create_visually_appealing_elements', 'يعد تصميم واجهة سهلة الاستخدام أمرًا ضروريًا لتحسين مشاركة المستخدم. ركز على البساطة، وتأكد من إمكانية الوصول، وأنشئ عناصر جذابة بصريًا.', '2024-12-10 20:13:33', '2024-12-10 20:13:33'), (3630, 'ar', 'how_can_i_purchase_bundle_course', 'كيف يمكنني شراء باقة الدورة التدريبية؟', '2024-12-10 20:13:33', '2024-12-10 20:13:33'), (3631, 'ar', 'view_all_instructors', 'عرض جميع المدربين', '2024-12-10 20:13:33', '2024-12-10 20:13:33'), (3632, 'ar', 'contact_form', 'نموذج الاتصال', '2024-12-10 20:13:33', '2024-12-10 20:13:33'), (3633, 'ar', 'send_email', 'إرسال البريد الإلكتروني', '2024-12-10 20:13:33', '2024-12-10 20:13:33'), (3634, 'ar', 'share', 'يشارك', '2024-12-10 20:13:33', '2024-12-10 20:13:33'), (3635, 'ar', 'page_edit', 'تحرير الصفحة', '2024-12-10 20:13:33', '2024-12-10 20:13:33'), (3636, 'ar', '_page', 'تحرير الصفحة', '2024-12-10 20:14:29', '2024-12-10 20:14:29'), (3637, 'ar', 'edit_notice', 'تحرير الإشعار', '2024-12-10 20:14:29', '2024-12-10 20:14:29'), (3638, 'ar', 'quiz_manage', 'إدارة الاختبار', '2024-12-10 20:14:29', '2024-12-10 20:14:29'), (3639, 'ar', 'all_quiz', 'كل مسابقة', '2024-12-10 20:14:29', '2024-12-10 20:14:29'), (3640, 'ar', 'titlecourse', 'العنوان/الدورة', '2024-12-10 20:14:29', '2024-12-10 20:14:29'), (3641, 'ar', 'attempts', 'محاولات', '2024-12-10 20:14:29', '2024-12-10 20:14:29'), (3642, 'ar', 'total_mark', 'مجموع العلامة', '2024-12-10 20:14:29', '2024-12-10 20:14:29'), (3643, 'bn', 'create_course_support', 'কোর্স সমর্থন তৈরি করুন', '2024-12-10 20:15:19', '2024-12-10 20:15:19'), (3644, 'ar', 'closed', 'مغلق', '2024-12-10 20:15:31', '2024-12-10 20:15:31'), (3645, 'ar', 'what_is_the_purpose_of_the_alt_attribute_in_an_ltimggt_tag', NULL, '2024-12-10 20:15:31', '2024-12-10 20:15:31'), (3646, 'ar', 'last_submission', 'التقديم الأخير', '2024-12-10 20:15:31', '2024-12-10 20:15:31'), (3647, 'ar', 'get_mark', 'التقديم الأخير', '2024-12-10 20:15:31', '2024-12-10 20:15:31'), (3648, 'ar', 'pass', 'يمر', '2024-12-10 20:15:31', '2024-12-10 20:15:31'), (3649, 'ar', 'uiux_design_amp_development_fundamentals', NULL, '2024-12-10 20:15:31', '2024-12-10 20:15:31'), (3650, 'ar', 'yet_no_student_join_this_quiz', 'ومع ذلك، لم ينضم أي طالب إلى هذا الاختبار', '2024-12-10 20:15:31', '2024-12-10 20:15:31'), (3651, 'ar', 'assignment_manage', 'إدارة التعيينات', '2024-12-10 20:15:31', '2024-12-10 20:15:31'), (3652, 'ar', 'all_assignment', 'كل التكليف', '2024-12-10 20:15:31', '2024-12-10 20:15:31'), (3653, 'ar', 'no_support_ticket', 'لا توجد تذكرة دعم', '2024-12-10 20:16:20', '2024-12-10 20:16:20'), (3654, 'ar', 'no_courses_found', 'لم يتم العثور على دورات', '2024-12-10 20:16:20', '2024-12-10 20:16:20'), (3655, 'ar', 'go_to_quiz', 'اذهب إلى الاختبار', '2024-12-10 20:16:20', '2024-12-10 20:16:20'), (3656, 'ar', 'new__course_comming_soon', 'دورة جديدة قريبا', '2024-12-10 20:16:20', '2024-12-10 20:16:20'), (3657, 'ar', 'out_of', 'خارج', '2024-12-10 20:16:20', '2024-12-10 20:16:20'), (3658, 'ar', 'view_news', 'عرض التفاصيل', '2024-12-10 20:16:20', '2024-12-10 20:16:20'), (3659, 'ar', 'deadline', 'موعد التسليم', '2024-12-10 20:16:20', '2024-12-10 20:16:20'), (3660, 'bn', 'create_notice', 'নোটিশ তৈরি করুন', '2024-12-10 20:16:49', '2024-12-10 20:16:49'), (3661, 'bn', 'select_type', 'প্রকার নির্বাচন করুন', '2024-12-10 20:16:49', '2024-12-10 20:16:49'), (3662, 'bn', 'students_and_instructors', 'ছাত্র এবং প্রশিক্ষক', '2024-12-10 20:16:49', '2024-12-10 20:16:49'), (3663, 'bn', 'noticesboard_manage', 'নোটিশবোর্ড পরিচালনা করুন', '2024-12-10 20:16:49', '2024-12-10 20:16:49'), (3664, 'bn', 'noticesboard', 'নোটিশ-বোর্ড', '2024-12-10 20:16:49', '2024-12-10 20:16:49'), (3665, 'bn', 'create_notice_board', 'নোটিশ বোর্ড তৈরি করুন', '2024-12-10 20:16:49', '2024-12-10 20:16:49'), (3666, 'ar', 'your_mark', 'العلامة الخاصة بك', '2024-12-10 20:17:36', '2024-12-10 20:17:36'), (3667, 'ar', 'pending', 'قيد الانتظار', '2024-12-10 20:17:36', '2024-12-10 20:17:36'), (3668, 'ar', 'view_courses', 'عرض الدورات', '2024-12-10 20:17:36', '2024-12-10 20:17:36'), (3669, 'ar', 'view_more_details_about_us', 'عرض المزيد من التفاصيل عنا', '2024-12-10 20:17:36', '2024-12-10 20:17:36'), (3670, 'ar', 'read_more_about_us', 'اقرأ المزيد عنا', '2024-12-10 20:17:36', '2024-12-10 20:17:36'), (3671, 'ar', 'blog_thumbnail', 'عرض الدورة القادمة', '2024-12-10 20:17:36', '2024-12-10 20:17:36'), (3672, 'ar', 'blog_details_link', 'رابط تفاصيل المدونة', '2024-12-10 20:17:36', '2024-12-10 20:17:36'), (3673, 'bn', 'course_name', 'কোর্সের নাম', '2024-12-10 20:18:18', '2024-12-10 20:18:18'), (3674, 'bn', 'posts', 'পোস্ট', '2024-12-10 20:18:18', '2024-12-10 20:18:18'), (3675, 'bn', 'published_date', 'প্রকাশের তারিখ', '2024-12-10 20:18:18', '2024-12-10 20:18:18'), (3676, 'bn', 'contact_reply', 'যোগাযোগ উত্তর', '2024-12-10 20:18:18', '2024-12-10 20:18:18'), (3677, 'bn', 'reply_contact', 'যোগাযোগের উত্তর দিন', '2024-12-10 20:18:18', '2024-12-10 20:18:18'), (3678, 'bn', 'create_staff', 'স্টাফ তৈরি করুন', '2024-12-10 20:18:18', '2024-12-10 20:18:18'), (3679, 'bn', 'cancel_course', 'কোর্স বাতিল করুন', '2024-12-10 20:18:18', '2024-12-10 20:18:18'), (3680, 'bn', 'create_role', 'ভূমিকা তৈরি করুন', '2024-12-10 20:18:18', '2024-12-10 20:18:18'), (3681, 'bn', 'bundle_info', 'বান্ডিল তথ্য', '2024-12-10 20:18:18', '2024-12-10 20:18:18'), (3682, 'ar', 'blog_thumbanail', 'صورة مصغرة للمدونة', '2024-12-10 20:18:22', '2024-12-10 20:18:22'), (3683, 'ar', 'about_section_image_for_digital_education', 'حول قسم الصورة للتعليم الرقمي', '2024-12-10 20:18:22', '2024-12-10 20:18:22'), (3684, 'ar', 'about_section_image_for_elearning_education', 'حول قسم الصورة للتعليم الإلكتروني التعليم', '2024-12-10 20:18:22', '2024-12-10 20:18:22'), (3685, 'ar', 'about_section_image_for_lms_education', 'حول صورة القسم لتعليم LMS', '2024-12-10 20:18:22', '2024-12-10 20:18:22'), (3686, 'ar', 'about_section_image_for_kindergarten', 'حول قسم الصور لرياض الأطفال', '2024-12-10 20:18:22', '2024-12-10 20:18:22'), (3687, 'ar', 'what_to_do', 'ما يجب القيام به', '2024-12-10 20:18:22', '2024-12-10 20:18:22'), (3688, 'ar', 'up_coming', 'ما يجب القيام به', '2024-12-10 20:18:22', '2024-12-10 20:18:22'), (3689, 'ar', 'what_is_the_purpose_of_the_alt_attribute_in_an_img_tag', NULL, '2024-12-10 20:18:22', '2024-12-10 20:18:22'), (3690, 'ar', 'uiux_design__development_fundamentals', 'أساسيات تصميم وتطوير واجهة المستخدم/تجربة المستخدم', '2024-12-10 20:18:22', '2024-12-30 13:15:43'), (3691, 'ar', 'admin', 'مسؤل', '2024-12-10 20:18:36', '2024-12-10 20:18:36'), (3692, 'ar', 'go_to_assignment', 'اذهب إلى المهمة', '2024-12-10 20:18:36', '2024-12-10 20:18:36'), (3693, 'bn', 'select_courses', 'কোর্স নির্বাচন করুন', '2024-12-10 20:19:57', '2024-12-10 20:19:57'), (3694, 'bn', 'how_to_download_resource', 'কিভাবে রিসোর্স ডাউনলোড করবেন', '2024-12-10 20:19:57', '2024-12-10 20:19:57'), (3695, 'bn', 'no_student', 'ছাত্র নেই', '2024-12-10 20:19:57', '2024-12-10 20:19:57'), (3696, 'bn', 'edit_bundle', 'বান্ডিল সম্পাদনা করুন', '2024-12-10 20:19:57', '2024-12-10 20:19:57'), (3697, 'es', 'edit_slider', 'Editar control deslizante', '2024-12-10 20:20:26', '2024-12-10 20:20:26'), (3698, 'es', 'counter_section', 'Sección de mostrador', '2024-12-10 20:20:26', '2024-12-10 20:20:26'), (3699, 'es', 'institute', 'Instituto', '2024-12-10 20:20:26', '2024-12-10 20:20:26'), (3700, 'es', 'achievement', 'Logro', '2024-12-10 20:20:26', '2024-12-10 20:20:26'), (3701, 'es', 'company', 'Compañía', '2024-12-10 20:20:26', '2024-12-10 20:20:26'), (3702, 'es', 'banner_image_for_digital_education', 'Imagen de banner para educación digital', '2024-12-10 20:21:18', '2024-12-10 20:21:18'), (3703, 'es', 'banner_image_for_elearning_education', 'Imagen de banner para educación de aprendizaje electrónico', '2024-12-10 20:21:18', '2024-12-10 20:21:18'), (3704, 'es', 'banner_image_for_lms_education', 'Imagen de banner para educación LMS', '2024-12-10 20:21:18', '2024-12-10 20:21:18'), (3705, 'es', 'banner_image_for_kindergarten', 'Imagen de banner para jardín de infantes', '2024-12-10 20:21:18', '2024-12-10 20:21:18'), (3706, 'es', 'dark_mood_logo', 'Logotipo de humor oscuro', '2024-12-10 20:21:18', '2024-12-10 20:21:18'), (3707, 'es', 'dark_icon_logo', 'Logotipo del icono oscuro', '2024-12-10 20:21:18', '2024-12-10 20:21:18'), (3708, 'es', 'bundle_courses', 'Cursos combinados', '2024-12-10 20:21:18', '2024-12-10 20:21:18'), (3709, 'bn', 'why_students_trust_us_to_advance_their_knowledge', 'কেন ছাত্ররা তাদের জ্ঞানকে এগিয়ে নিতে আমাদের বিশ্বাস করে', '2024-12-10 20:22:10', '2024-12-30 21:04:11'), (3710, 'es', 'see_all_instructors', 'Ver todos los instructores', '2024-12-10 20:23:58', '2024-12-10 20:23:58'), (3711, 'es', 'designing_a_userfriendly_interface_is_essential_for_improving_user_engagement_focus_on_simplicity_ensure_accessibility_and_create_visually_appealing_elements', 'Diseñar una interfaz fácil de usar es esencial para mejorar la participación del usuario. Céntrese en la simplicidad, garantice la accesibilidad y cree elementos visualmente atractivos.', '2024-12-10 20:23:58', '2024-12-10 20:23:58'), (3712, 'es', 'how_can_i_purchase_bundle_course', '¿Cómo puedo comprar un paquete de cursos?', '2024-12-10 20:23:58', '2024-12-10 20:23:58'), (3713, 'es', 'contact_form', 'Formulario de contacto', '2024-12-10 20:23:58', '2024-12-10 20:23:58'), (3714, 'es', 'send_email', 'Enviar correo electrónico', '2024-12-10 20:23:58', '2024-12-10 20:23:58'), (3715, 'es', 'share', 'Compartir', '2024-12-10 20:23:58', '2024-12-10 20:23:58'), (3716, 'es', 'page_edit', 'Editar página', '2024-12-10 20:23:58', '2024-12-10 20:23:58'), (3717, 'bn', '9', 'ইতিমধ্যে', '2024-12-10 20:24:50', '2024-12-10 20:24:50'), (3718, 'es', '_page', 'Página', '2024-12-10 20:25:17', '2024-12-10 20:25:17'), (3719, 'es', 'best_instructors', 'Mejores instructores', '2024-12-10 20:25:17', '2024-12-10 20:25:17'), (3720, 'es', 'school_instructors', 'Instructoras escolares', '2024-12-10 20:25:17', '2024-12-10 20:25:17'), (3721, 'es', 'edit_notice', 'Editar aviso', '2024-12-10 20:25:17', '2024-12-10 20:25:17'), (3722, 'es', 'what_is_the_purpose_of_the_alt_attribute_in_an_ltimggt_tag', '¿Cuál es el propósito del atributo alt en un archivo <img> ¿etiqueta?', '2024-12-10 20:26:26', '2024-12-30 00:04:30'), (3723, 'es', 'last_submission', 'Última presentación', '2024-12-10 20:26:26', '2024-12-10 20:26:26'), (3724, 'es', 'get_mark', 'Obtener marca', '2024-12-10 20:26:26', '2024-12-10 20:26:26'), (3725, 'es', 'pass', 'Aprobar', '2024-12-10 20:26:26', '2024-12-10 20:26:26'), (3726, 'es', 'no_support_ticket', 'Sin ticket de soporte', '2024-12-10 20:27:12', '2024-12-10 20:27:12'), (3727, 'es', 'no_courses_found', 'No se encontraron cursos', '2024-12-10 20:27:12', '2024-12-10 20:27:12'), (3728, 'es', 'go_to_quiz', 'Ir al cuestionario', '2024-12-10 20:27:12', '2024-12-10 20:27:12'), (3729, 'es', 'new__course_comming_soon', 'Nuevo curso próximamente', '2024-12-10 20:27:12', '2024-12-10 20:27:12'), (3730, 'es', 'out_of', 'Fuera de', '2024-12-10 20:27:12', '2024-12-10 20:27:12'), (3731, 'es', 'view_category', 'Ver categoría', '2024-12-10 20:27:12', '2024-12-10 20:27:12'), (3732, 'es', 'view_detail', 'Ver detalle', '2024-12-10 20:27:12', '2024-12-10 20:27:12'), (3733, 'es', 'view_news', 'Ver noticias', '2024-12-10 20:27:12', '2024-12-10 20:27:12'), (3734, 'es', 'deadline', 'Fecha límite', '2024-12-10 20:27:12', '2024-12-10 20:27:12'), (3735, 'es', 'your_mark', 'Tu marca', '2024-12-10 20:28:01', '2024-12-10 20:28:01'), (3736, 'es', 'pending', 'Pendiente', '2024-12-10 20:28:01', '2024-12-10 20:28:01'), (3737, 'es', 'view_courses', 'Ver cursos', '2024-12-10 20:28:01', '2024-12-10 20:28:01'), (3738, 'es', 'view_more_details_about_us', 'Ver Ver más detalles sobre nosotros Cursos', '2024-12-10 20:28:01', '2024-12-10 20:28:01'), (3739, 'es', 'read_more_about_us', 'Leer más sobre nosotras', '2024-12-10 20:28:01', '2024-12-10 20:28:01'), (3740, 'es', 'view_all_course', 'View all course', '2024-12-10 20:28:02', '2024-12-10 20:28:02'), (3741, 'es', 'view_upcoming_course', 'Ver el próximo curso', '2024-12-10 20:28:02', '2024-12-10 20:28:02'), (3742, 'es', 'blog_thumbnail', 'Miniatura del blog', '2024-12-10 20:28:02', '2024-12-10 20:28:02'), (3743, 'es', 'blog_details_link', 'Enlace de detalles del blog', '2024-12-10 20:28:02', '2024-12-10 20:28:02'), (3744, 'es', 'blog_thumbanail', 'Blog en miniatura', '2024-12-10 20:29:07', '2024-12-19 06:14:53'), (3745, 'es', 'about_section_image_for_digital_education', 'Acerca de la sección Imagen para la educación digital', '2024-12-10 20:29:07', '2024-12-10 20:29:07'), (3746, 'es', 'about_section_image_for_elearning_education', 'Acerca de la imagen de la sección para educación de aprendizaje electrónico', '2024-12-10 20:29:07', '2024-12-10 20:29:07'), (3747, 'es', 'about_section_image_for_lms_education', 'Acerca de la imagen de la sección para LMS Education', '2024-12-10 20:29:07', '2024-12-10 20:29:07'), (3748, 'es', 'about_section_image_for_kindergarten', 'Acerca de la sección Imagen para jardín de infantes', '2024-12-10 20:29:07', '2024-12-10 20:29:07'), (3749, 'es', 'what_to_do', 'que hacer', '2024-12-10 20:29:07', '2024-12-10 20:29:07'), (3750, 'es', 'up_coming', 'Próximamente', '2024-12-10 20:29:07', '2024-12-10 20:29:07'), (3751, 'es', 'what_is_the_purpose_of_the_alt_attribute_in_an_img_tag', '¿Cuál es el propósito del atributo alt en una etiqueta <img>?', '2024-12-10 20:29:07', '2024-12-19 06:14:53'), (3752, 'es', 'uiux_design__development_fundamentals', 'Fundamentos de diseño y desarrollo de UI/UX', '2024-12-10 20:29:07', '2024-12-19 06:14:53'), (3753, 'es', 'admin', 'Administradora', '2024-12-10 20:29:21', '2024-12-10 20:46:27'), (3754, 'es', 'go_to_assignment', 'Ir a la tarea', '2024-12-10 20:29:21', '2024-12-10 20:46:27'), (3755, 'es', 'please_confirm_password', 'Por favor confirme la contraseña', '2024-12-10 20:30:28', '2024-12-10 20:30:28'), (3756, 'es', 'platform_ticket', 'Billete de plataforma', '2024-12-10 20:30:28', '2024-12-10 20:30:28'), (3757, 'es', 'forget_password', 'Olvidar contraseña', '2024-12-10 20:30:28', '2024-12-10 20:30:28'), (3758, 'es', 'ticket_close', 'Cierre de entradas', '2024-12-10 20:30:28', '2024-12-10 20:30:28'), (3759, 'es', 'select_role', 'Seleccionar rol', '2024-12-10 20:31:32', '2024-12-10 20:31:32'), (3760, 'es', 'certificate_name', 'Nombre del certificado', '2024-12-10 20:31:32', '2024-12-10 20:31:32'), (3761, 'es', 'no_hero_created', 'Ningún héroe creado', '2024-12-10 20:31:32', '2024-12-10 20:31:32'), (3762, 'es', 'edit_hero', 'Editar héroe', '2024-12-10 20:31:32', '2024-12-10 20:31:32'), (3763, 'es', 'create_hero', 'Crear héroe', '2024-12-10 20:31:32', '2024-12-10 20:31:32'), (3764, 'es', 'select_theme', 'Seleccionar tema', '2024-12-10 20:31:32', '2024-12-10 20:31:32'), (3765, 'es', 'no_slider_created', 'No se creó ningún control deslizante', '2024-12-10 20:32:21', '2024-12-10 20:32:21'), (3766, 'es', 'edit_page', 'Editar página', '2024-12-10 20:32:21', '2024-12-10 20:32:21'), (3767, 'es', 'create_slider', 'Crear control deslizante', '2024-12-10 20:32:21', '2024-12-10 20:32:21'), (3768, 'es', 'highlight_text', 'Resaltar texto', '2024-12-10 20:32:21', '2024-12-10 20:32:21'), (3769, 'es', 'select_hero', 'Seleccionar héroe', '2024-12-10 20:32:21', '2024-12-10 20:32:21'), (3770, 'es', 'button', 'Botón', '2024-12-10 20:32:21', '2024-12-10 20:32:21'), (3771, 'es', '10', '10+', '2024-12-10 20:32:21', '2024-12-30 00:03:59'), (3772, 'es', 'poster_section', 'Sección de carteles', '2024-12-10 20:33:37', '2024-12-10 20:33:37'), (3773, 'es', 'button_label', 'Etiqueta del botón', '2024-12-10 20:33:37', '2024-12-10 20:33:37'), (3774, 'es', 'poster_background_image', 'Fondo', '2024-12-10 20:33:37', '2024-12-10 20:33:37'), (3775, 'bn', 'banner_image_one', 'ব্যানার ছবি এক', '2024-12-10 20:33:42', '2024-12-10 20:33:42'), (3776, 'bn', 'banner_image_two', 'ব্যানার ছবি দুই', '2024-12-10 20:33:42', '2024-12-10 20:33:42'), (3777, 'es', '___contrary_to_popular_belief_lorem_ipsum_is_not_simply_random______________text_it_has_roots_in_a_piece_of_classical', 'Contrariamente a la creencia popular, lorem ipsum no es simplemente un texto aleatorio. Tiene sus raíces en una pieza clásica.', '2024-12-10 20:34:37', '2024-12-10 20:34:37'), (3778, 'es', 'view_all_teachers', 'Nuestro equipo de liderazgo', '2024-12-10 20:36:28', '2024-12-10 20:36:28'), (3779, 'bn', '___contrary_to_popular_belief_lorem_ipsum_is_not_simply_random______________text_it_has_roots_in_a_piece_of_classical', 'জনপ্রিয় বিশ্বাসের বিপরীতে, ইন্টারনেট নিজেই কেবল এলোমেলো পাঠ্য নয়। এটি শাস্ত্রীয় একটি টুকরা মধ্যে শিকড় আছে।', '2024-12-10 20:37:31', '2024-12-30 00:15:08'), (3780, 'es', 'years_of_experience', 'Años de experiencia', '2024-12-10 20:37:32', '2024-12-10 20:37:32'), (3781, 'es', 'apply_for', 'Solicitar', '2024-12-10 20:37:32', '2024-12-10 20:37:32'), (3782, 'es', 'admission', 'Admisión', '2024-12-10 20:37:32', '2024-12-10 20:37:32'), (3783, 'es', 'lorem_ipsum_dolor_sit_amet_consectetur_adipiscing_elit_donec_euismod_non_arcu_nec_volutpat', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec euismod non arcu nec volutpat.', '2024-12-10 20:37:32', '2024-12-10 20:37:32'), (3784, 'es', 'meet_our_top_creative', 'Conoce a nuestra creativa superior', '2024-12-10 20:37:32', '2024-12-10 20:37:32'), (3785, 'es', 'school_teachers', 'Maestras de escuela', '2024-12-10 20:37:32', '2024-12-10 20:37:32'), (3786, 'es', 'trusted_by_companies_all_over_the_world', 'Con la confianza de empresas de todo el mundo', '2024-12-10 20:37:32', '2024-12-10 20:37:32'), (3787, 'es', 'explore_our_latest', 'Explora nuestra última', '2024-12-10 20:37:32', '2024-12-10 20:37:32'), (3788, 'es', 'news__articles', 'Noticias y artículos', '2024-12-10 20:38:57', '2024-12-10 20:38:57'), (3789, 'es', 'where_every_child_shines_', 'Donde brilla cada niña', '2024-12-10 20:38:57', '2024-12-10 20:38:57'), (3790, 'es', 'admissions_open', '¡Admisiones abiertas!', '2024-12-10 20:38:57', '2024-12-10 20:38:57'), (3791, 'es', 'enroll_now_', '¡Inscríbete ahora!', '2024-12-10 20:38:57', '2024-12-30 03:08:32'), (3792, 'es', 'join_as_an_instructor_for_online_course', 'Únase como instructor para el curso en línea', '2024-12-10 20:38:57', '2024-12-10 20:38:57'), (3793, 'bn', 'please_confirm_password', 'অনুগ্রহ করে পাসওয়ার্ড নিশ্চিত করুন', '2024-12-10 20:40:05', '2024-12-10 20:40:05'), (3794, 'bn', 'platform_ticket', 'প্ল্যাটফর্ম টিকিট', '2024-12-10 20:40:05', '2024-12-10 20:40:05'), (3795, 'bn', 'forget_password', 'পাসওয়ার্ড ভুলে যান', '2024-12-10 20:40:05', '2024-12-10 20:40:05'), (3796, 'bn', 'ticket_close', 'টিকেট বন্ধ', '2024-12-10 20:40:05', '2024-12-10 20:40:05'), (3797, 'es', 'poster_settings', 'Configuración del póster', '2024-12-10 20:40:18', '2024-12-10 20:40:18'), (3798, 'es', 'about_us_section', 'Sobre nosotras sección', '2024-12-10 20:40:18', '2024-12-10 20:40:18'), (3799, 'es', 'active_user', 'Usuario activa', '2024-12-10 20:40:18', '2024-12-10 20:40:18'), (3800, 'es', 'active_user_short_description', 'Descripción breve del usuario activo', '2024-12-10 20:40:18', '2024-12-10 20:40:18'), (3801, 'es', 'satisfied_user', 'Usuario satisfecha', '2024-12-10 20:40:18', '2024-12-10 20:40:18'), (3802, 'es', 'satisfied_user_short_description', 'Usuario satisfecho Breve descripción', '2024-12-10 20:40:18', '2024-12-10 20:40:18'), (3803, 'es', 'additional_description', 'Descripción adicional', '2024-12-10 20:40:18', '2024-12-10 20:40:18'), (3804, 'es', 'banner_image_one', 'Imagen de banner uno', '2024-12-10 20:40:18', '2024-12-10 20:40:18'), (3805, 'es', 'banner_image_two', 'Imagen de banner dos', '2024-12-10 20:40:18', '2024-12-10 20:40:18'), (3806, 'bn', 'select_role', 'ভূমিকা নির্বাচন করুন', '2024-12-10 20:41:15', '2024-12-10 20:41:15'), (3807, 'bn', 'certificate_name', 'সার্টিফিকেট নাম', '2024-12-10 20:41:15', '2024-12-10 20:41:37'), (3808, 'bn', 'hero', 'হিরো', '2024-12-10 20:41:15', '2024-12-10 20:41:15'), (3809, 'bn', 'no_hero_created', 'কোনো হিরো তৈরি হয়নি', '2024-12-10 20:41:15', '2024-12-10 20:41:15'), (3810, 'bn', 'edit_hero', 'হিরো সম্পাদনা করুন', '2024-12-10 20:41:15', '2024-12-10 20:41:15'), (3811, 'bn', 'create_hero', 'হিরো তৈরি করুন', '2024-12-10 20:41:15', '2024-12-10 20:41:15'), (3812, 'bn', 'select_theme', 'থিম নির্বাচন করুন', '2024-12-10 20:41:15', '2024-12-10 20:41:15'), (3813, 'bn', 'theme_name', 'থিমের নাম', '2024-12-10 20:41:15', '2024-12-10 20:41:15'), (3814, 'es', 'learning_through_play', 'Aprendiendo a través del juego', '2024-12-10 20:42:24', '2024-12-19 06:15:56'), (3815, 'es', 'activities_like_puzzles_crafts_and_roleplaying_encourage_creativity_problemsolving_and_motor_skill_development', 'Actividades como rompecabezas, manualidades y juegos de roles fomentan la creatividad, la resolución de problemas y el desarrollo de habilidades motoras.', '2024-12-10 20:42:24', '2024-12-10 20:42:24'), (3816, 'es', '03', '3', '2024-12-10 20:42:24', '2024-12-30 12:56:13'), (3817, 'es', 'snack_and_rest_period', 'Periodo de merienda y descanso', '2024-12-10 20:42:24', '2024-12-10 20:42:24'), (3818, 'es', 'scheduled_time_for_nutritious_snacks_and_relaxation_to_recharge_promoting_healthy_habits_and_wellbeing', 'Tiempo programado para meriendas nutritivas y relajación para recargar energías, promoviendo hábitos saludables y bienestar.', '2024-12-10 20:42:24', '2024-12-10 20:42:24'), (3819, 'es', 'by_the_numbers_of', 'Por los números de', '2024-12-10 20:42:24', '2024-12-10 20:42:24'), (3820, 'es', 'our_impact', 'Nuestro Impacto', '2024-12-10 20:42:24', '2024-12-10 20:42:24'), (3821, 'es', 'best_teachers', 'Mejores maestras', '2024-12-10 20:42:24', '2024-12-10 20:42:24'), (3822, 'bn', 'no_slider_created', 'কোন স্লাইডার তৈরি করা হয়নি', '2024-12-10 20:42:48', '2024-12-10 20:42:48'), (3823, 'bn', 'edit_page', 'পৃষ্ঠা সম্পাদনা করুন', '2024-12-10 20:42:48', '2024-12-10 20:42:48'), (3824, 'bn', 'create_slider', 'স্লাইডার তৈরি করুন', '2024-12-10 20:42:48', '2024-12-10 20:42:48'), (3825, 'bn', 'highlight_text', 'হাইলাইট টেক্সট', '2024-12-10 20:42:48', '2024-12-10 20:42:48'), (3826, 'bn', 'select_hero', 'হিরো নির্বাচন করুন', '2024-12-10 20:42:48', '2024-12-10 20:42:48'), (3827, 'bn', 'button', 'বোতাম', '2024-12-10 20:42:48', '2024-12-10 20:42:48'), (3828, 'es', 'we_engage_kids_at_their_level_no_matter', 'Involucramos a los niños a su nivel, sin importar', '2024-12-10 20:43:35', '2024-12-10 20:43:35'), (3829, 'es', 'their_stage', 'Su escenario', '2024-12-10 20:43:35', '2024-12-10 20:43:35'), (3830, 'es', 'see_details', 'Ver detalles', '2024-12-10 20:43:35', '2024-12-10 20:43:35'), (3831, 'es', 'the_work_process_of_our', 'El proceso de trabajo de nuestro', '2024-12-10 20:43:35', '2024-12-10 20:43:35'), (3832, 'es', 'kindergarten_school', 'escuela de kindergarten', '2024-12-10 20:43:35', '2024-12-10 20:43:35'), (3833, 'es', '01', '1', '2024-12-10 20:43:35', '2024-12-30 12:57:47'), (3834, 'es', 'morning_circle_time', 'Hora del círculo matutino', '2024-12-10 20:43:35', '2024-12-10 20:43:35'), (3835, 'es', 'children_gather_to_discuss_the_days_plan_engage_in_songs_and_share_stories_to_build_a_sense_of_community_and_routine', 'Los niños se reúnen para discutir el plan del día, cantar canciones y compartir historias para crear un sentido de comunidad y rutina.', '2024-12-10 20:43:35', '2024-12-10 20:43:35'), (3836, 'es', '02', '2', '2024-12-10 20:43:35', '2024-12-30 12:40:12'), (3837, 'bn', 'edit_slider', 'স্লাইডার সম্পাদনা করুন', '2024-12-10 20:44:04', '2024-12-10 20:44:04'), (3838, 'bn', 'institute', 'ইনস্টিটিউট', '2024-12-10 20:44:04', '2024-12-10 20:44:04'), (3839, 'bn', 'achievement', 'অর্জন', '2024-12-10 20:44:04', '2024-12-10 20:44:04'), (3840, 'bn', 'company', 'কোম্পানি', '2024-12-10 20:44:04', '2024-12-10 20:44:04'), (3841, 'bn', 'dark_mood_logo', 'ডার্ক মুড লোগো', '2024-12-10 20:45:18', '2024-12-10 20:45:18'), (3842, 'bn', 'dark_icon_logo', 'ডার্ক আইকন লোগো', '2024-12-10 20:45:18', '2024-12-10 20:45:18'), (3843, 'bn', 'bundle_courses', 'বান্ডেল কোর্স', '2024-12-10 20:45:18', '2024-12-10 20:45:18'), (3844, 'es', '9', '9+', '2024-12-10 20:45:22', '2024-12-30 00:01:41'), (3845, 'es', 'already', 'ya', '2024-12-10 20:45:22', '2024-12-10 20:45:22'), (3846, 'es', 'the_journey_begins_here_at', 'El viaje comienza aquí en', '2024-12-10 20:45:22', '2024-12-10 20:45:22'), (3847, 'es', 'there_are_many_variations_of_passages_of_lorem_ipsum_available_but_the_majority_have_suffered_alteration_in_some_form_by_injected_humour_there_are_many_variations', 'Hay muchas variaciones de pasajes de Lorem Ipsum disponibles, pero la mayoría ha sufrido alteración de alguna forma, por humor inyectado. Hay muchas variaciones.', '2024-12-10 20:45:22', '2024-12-10 20:45:22'), (3848, 'es', 'read_more_about', 'Leer más sobre', '2024-12-10 20:45:22', '2024-12-10 20:45:22'), (3849, 'es', 'educator_support', 'Apoyo al educador', '2024-12-10 20:45:22', '2024-12-10 20:45:22'), (3850, 'es', 'majority_have_suffered_alteration_in_some_form_by_injected_humour_there_are_many_variations', 'La mayoría ha sufrido alteración de alguna forma, por humor inyectado. Hay muchas variaciones.', '2024-12-10 20:45:22', '2024-12-10 20:45:22'), (3851, 'es', 'top_instructors', 'Mejores instructores', '2024-12-10 20:45:22', '2024-12-10 20:45:22'), (3852, 'es', 'best_award_wining', 'Mejor premio', '2024-12-10 20:45:22', '2024-12-10 20:45:22'), (3853, 'es', 'why_students_trust_us_to_advance_their_knowledge', 'Por qué los estudiantes confían en nosotros para mejorar sus conocimientos', '2024-12-10 20:45:39', '2024-12-10 20:45:39'), (3854, 'es', 'joined', 'Unida', '2024-12-10 20:45:39', '2024-12-10 20:45:39'), (3855, 'bn', 'meet_our_most_talented_team_member', 'আমাদের সবচেয়ে প্রতিভাবান দলের সদস্যের সাথে দেখা করুন', '2024-12-10 20:46:34', '2024-12-10 20:46:34'), (3856, 'bn', 'see_all_instructors', 'সব প্রশিক্ষক দেখুন', '2024-12-10 20:48:03', '2024-12-10 20:48:03'), (3857, 'bn', 'what_students_says_about_edulab_to_take_their_service', 'শিক্ষার্থীরা এডুল্যাব সম্পর্কে তাদের সেবা নিতে কী বলে', '2024-12-10 20:48:03', '2024-12-10 20:48:03'), (3858, 'bn', 'designing_a_userfriendly_interface_is_essential_for_improving_user_engagement_focus_on_simplicity_ensure_accessibility_and_create_visually_appealing_elements', 'ব্যবহারকারীর ব্যস্ততা উন্নত করার জন্য একটি ব্যবহারকারী-বান্ধব ইন্টারফেস ডিজাইন করা অপরিহার্য। সরলতার উপর ফোকাস করুন, অ্যাক্সেসযোগ্যতা নিশ্চিত করুন এবং দৃশ্যত আকর্ষণীয় উপাদান তৈরি করুন।', '2024-12-10 20:48:03', '2024-12-10 20:48:03'), (3859, 'bn', 'how_can_i_purchase_bundle_course', 'আমি কিভাবে বান্ডেল কোর্স কিনতে পারি?', '2024-12-10 20:48:03', '2024-12-10 20:48:03'), (3860, 'bn', 'contact_form', 'যোগাযোগ ফর্ম', '2024-12-10 20:48:03', '2024-12-10 20:48:03'), (3861, 'bn', 'send_email', 'ইমেল পাঠান', '2024-12-10 20:48:03', '2024-12-10 20:48:03'), (3862, 'bn', 'share', 'শেয়ার করুন', '2024-12-10 20:48:03', '2024-12-10 20:48:03'), (3863, 'bn', 'page_edit', 'পৃষ্ঠা সম্পাদনা করুন', '2024-12-10 20:48:03', '2024-12-10 20:48:03'), (3864, 'bn', '_page', 'পাতা', '2024-12-10 20:48:56', '2024-12-10 20:48:56'), (3865, 'bn', 'best_instructors', 'সেরা প্রশিক্ষক', '2024-12-10 20:48:56', '2024-12-10 20:48:56'), (3866, 'bn', 'school_instructors', 'স্কুল প্রশিক্ষক', '2024-12-10 20:48:56', '2024-12-10 20:48:56'), (3867, 'bn', 'edit_notice', 'সম্পাদনা বিজ্ঞপ্তি', '2024-12-10 20:48:56', '2024-12-10 20:48:56'), (3868, 'bn', 'quiz_manage', 'কুইজ পরিচালনা করুন', '2024-12-10 20:48:56', '2024-12-10 20:48:56'), (3869, 'bn', 'all_quiz', 'সমস্ত কুইজ', '2024-12-10 20:48:56', '2024-12-10 20:48:56'), (3870, 'bn', 'titlecourse', 'শিরোনাম/কোর্স', '2024-12-10 20:48:56', '2024-12-10 20:48:56'), (3871, 'bn', 'attempts', 'প্রচেষ্টা', '2024-12-10 20:48:56', '2024-12-10 20:48:56'), (3872, 'bn', 'total_mark', 'মোট মার্ক', '2024-12-10 20:48:56', '2024-12-10 20:48:56'), (3873, 'bn', 'closed', 'বন্ধ', '2024-12-10 20:50:28', '2024-12-10 20:50:28'), (3874, 'bn', 'what_is_the_purpose_of_the_alt_attribute_in_an_ltimggt_tag', 'কটি <img> এ alt অ্যাট্রিবিউটের উদ্দেশ্য কী ট্যাগ?', '2024-12-10 20:50:28', '2024-12-10 20:50:28'), (3875, 'bn', 'last_submission', 'শেষ জমা', '2024-12-10 20:50:28', '2024-12-10 20:50:28'), (3876, 'bn', 'get_mark', 'মার্ক পান', '2024-12-10 20:50:28', '2024-12-10 20:50:28'), (3877, 'bn', 'pass', 'পাস', '2024-12-10 20:50:28', '2024-12-10 20:50:28'), (3878, 'bn', 'uiux_design_amp_development_fundamentals', 'UI/UX ডিজাইন & উন্নয়নের মূলনীতি', '2024-12-10 20:50:28', '2024-12-30 00:20:51'), (3879, 'bn', 'yet_no_student_join_this_quiz', 'এখনো, কোন ছাত্র এই কুইজে যোগ দেয়নি', '2024-12-10 20:50:28', '2024-12-30 21:06:31'), (3880, 'bn', 'no_support_ticket', 'কোন সাপোর্ট টিকিট নেই', '2024-12-10 20:51:19', '2024-12-10 20:51:19'), (3881, 'bn', 'no_courses_found', 'কোন কোর্স পাওয়া যায়নি', '2024-12-10 20:51:19', '2024-12-10 20:51:19'), (3882, 'bn', 'go_to_quiz', 'কুইজে যান', '2024-12-10 20:51:19', '2024-12-10 20:51:19'), (3883, 'bn', 'new__course_comming_soon', 'নতুন কোর্স শীঘ্রই আসছে', '2024-12-10 20:51:19', '2024-12-10 20:51:19'), (3884, 'bn', 'out_of', 'এর মধ্যে', '2024-12-10 20:51:19', '2024-12-10 20:51:19'), (3885, 'bn', 'deadline', 'সময়সীমা', '2024-12-10 20:51:19', '2024-12-10 20:51:19'), (3886, 'bn', 'your_mark', 'আপনার মার্ক', '2024-12-10 20:52:49', '2024-12-10 20:52:49'), (3887, 'bn', 'pending', 'মুলতুবি', '2024-12-10 20:52:49', '2024-12-10 20:52:49'), (3888, 'bn', 'view_courses', 'কোর্স দেখুন', '2024-12-10 20:52:49', '2024-12-10 20:52:49'), (3889, 'bn', 'read_more_about_us', 'আমাদের সম্পর্কে আরও পড়ুন', '2024-12-10 20:52:49', '2024-12-10 20:52:49'), (3890, 'bn', 'blog_thumbnail', 'ব্লগ থাম্বনেইল', '2024-12-10 20:52:49', '2024-12-10 20:52:49'), (3891, 'bn', 'about_section_image_for_digital_education', 'ডিজিটাল শিক্ষার জন্য বিভাগ চিত্র সম্পর্কে', '2024-12-10 20:54:24', '2024-12-10 20:54:24'), (3892, 'bn', 'about_section_image_for_elearning_education', 'ই-লার্নিং শিক্ষার জন্য বিভাগ চিত্র সম্পর্কে', '2024-12-10 20:54:24', '2024-12-10 20:54:24'), (3893, 'bn', 'about_section_image_for_lms_education', 'শিক্ষার জন্য বিভাগ চিত্র সম্পর্কে', '2024-12-10 20:54:24', '2024-12-11 12:40:11'), (3894, 'bn', 'about_section_image_for_kindergarten', 'কিন্ডারগার্টেনের জন্য বিভাগ চিত্র সম্পর্কে', '2024-12-10 20:54:24', '2024-12-10 20:54:24'), (3895, 'bn', 'what_to_do', 'কি করতে হবে', '2024-12-10 20:54:24', '2024-12-10 20:54:24'), (3896, 'bn', 'up_coming', 'আপ আসছে', '2024-12-10 20:54:24', '2024-12-10 20:54:24'), (3897, 'bn', 'what_is_the_purpose_of_the_alt_attribute_in_an_img_tag', 'একটি <img> ট্যাগে alt অ্যাট্রিবিউটের উদ্দেশ্য কী?', '2024-12-10 20:54:24', '2024-12-10 20:54:24'), (3898, 'bn', 'uiux_design__development_fundamentals', 'ডিজাইন ও ডেভেলপমেন্ট ফান্ডামেন্টাল', '2024-12-10 20:54:24', '2024-12-11 12:40:11'), (3899, 'bn', 'admin', 'অ্যাডমিন', '2024-12-10 20:54:44', '2024-12-10 20:54:44'), (3900, 'bn', 'go_to_assignment', 'অ্যাসাইনমেন্টে যান', '2024-12-10 20:54:44', '2024-12-10 20:54:44'), (3901, 'en', 'no_organization', 'No Organization', '2024-12-11 12:55:45', '2024-12-11 12:55:45'), (3902, 'en', 'no_instructor', 'No Instructor', '2024-12-11 12:56:08', '2024-12-11 12:56:08'), (3903, 'en', 'supportcategory', 'support-category', '2024-12-11 13:00:12', '2024-12-11 13:00:12'), (3904, 'en', 'manage', 'manage', '2024-12-11 13:00:12', '2024-12-11 13:00:12'), (3905, 'bn', 'no_instructor', 'কোন প্রশিক্ষক নেই', '2024-12-11 13:09:02', '2024-12-19 06:10:26'), (3906, 'en', 'no_courses', 'No Courses', '2024-12-11 13:10:48', '2024-12-11 13:10:48'), (3907, 'en', 'build_a_personal_portfolio_website', 'Build a Personal Portfolio Website', '2024-12-11 13:32:13', '2024-12-11 13:32:13'), (3908, 'en', 'yet_no_student_join_this_assignment', 'Yet, No student join this assignment', '2024-12-11 13:32:13', '2024-12-11 13:32:13'), (3909, 'en', 'fullstack_web_development_bootcamp', 'Full-Stack Web Development Bootcamp', '2024-12-11 13:47:59', '2024-12-11 13:47:59'), (3910, 'en', '_edit', ' Edit', '2024-12-12 18:35:23', '2024-12-12 18:35:23'), (3911, 'en', 'expert_tutors', 'Expert Tutors', '2024-12-12 11:02:08', '2024-12-12 11:02:08'), (3912, 'en', 'subject_thumbnail', 'Subject thumbnail', '2024-12-12 23:09:44', '2024-12-12 23:09:44'), (3913, 'en', 'recomended', 'Recomended:', '2024-12-12 23:14:11', '2024-12-12 23:14:11'), (3914, 'en', 'word_between_120_to_150', 'Word between- 120 to 150', '2024-12-12 23:14:11', '2024-12-12 23:14:11'), (3915, 'en', 'add_course_thumbnail_image', 'Add Course thumbnail image.', '2024-12-12 23:14:11', '2024-12-12 23:14:11'), (3916, 'en', 'add_course_preview_images', 'Add Course preview images', '2024-12-12 23:14:11', '2024-12-12 23:14:11'), (3917, 'ar', 'expert_tutors', 'مدرسين خبراء', '2024-12-12 23:54:02', '2024-12-19 06:14:34'), (3918, 'es', 'expert_tutors', 'Expert Tutors', '2024-12-15 09:18:29', '2024-12-15 09:18:29'), (3919, 'bn', 'expert_tutors', 'বিশেষজ্ঞ টিউটর', '2024-12-15 23:59:48', '2024-12-19 06:12:24'), (3920, 'en', 'trash', 'Trash', '2024-12-16 01:54:33', '2024-12-16 01:54:33'), (3921, 'en', 'enable', 'Enable', '2024-12-16 04:18:59', '2024-12-16 04:18:59'), (3922, 'en', 'provider_name', 'Provider Name', '2024-12-16 05:11:43', '2024-12-16 05:11:43'), (3923, 'en', 'view_icon', 'View Icon', '2024-12-16 05:12:08', '2024-12-16 05:12:08'), (3924, 'en', '_view', ' view', '2024-12-16 05:12:08', '2024-12-16 05:12:08'), (3925, 'en', 'no_language_found', 'No language found', '2024-12-16 05:12:29', '2024-12-16 05:12:29'), (3926, 'en', '_new_enroll', ' New Enroll', '2024-12-16 05:29:50', '2024-12-16 05:29:50'), (3927, 'en', 'visit_website', 'Visit Website', '2024-12-16 13:02:08', '2024-12-16 13:02:08'), (3928, 'en', 'no_category', 'No Category', '2024-12-16 22:33:58', '2024-12-16 22:33:58'), (3929, 'en', 'select_source_type', 'Select Source Type', '2024-12-17 11:48:37', '2024-12-17 11:48:37'), (3930, 'en', 'select_subject', 'Select subject', '2024-12-17 11:48:37', '2024-12-17 11:48:37'), (3931, 'en', 'video_url', 'Video url', '2024-12-17 11:51:41', '2024-12-17 11:51:41'), (3932, 'en', 'no_country', 'No country', '2024-12-18 03:37:49', '2024-12-18 03:37:49'), (3933, 'en', 'no_state', 'No state', '2024-12-18 03:38:48', '2024-12-18 03:38:48'), (3934, 'en', 'no_city', 'No city', '2024-12-18 03:38:57', '2024-12-18 03:38:57'), (3935, 'en', 'view_testimonial', 'View Testimonial', '2024-12-18 03:47:55', '2024-12-18 03:47:55'), (3936, 'ar', 'visit_website', 'زيارة الموقع', '2024-12-18 03:52:44', '2024-12-19 06:16:42'), (3937, 'ar', 'trash', 'نفاية', '2024-12-18 03:52:51', '2024-12-18 04:03:26'), (3938, 'es', 'trash', 'Basura', '2024-12-18 03:55:00', '2024-12-18 04:01:34'), (3939, 'es', 'visit_website', 'Visita el sitio web', '2024-12-18 03:55:00', '2024-12-19 06:11:21'), (3940, 'bn', 'trash', 'আবর্জনা', '2024-12-18 03:55:06', '2024-12-18 04:02:28'), (3941, 'bn', 'visit_website', 'ওয়েবসাইট ভিজিট করুন', '2024-12-18 03:55:06', '2024-12-19 06:14:52'), (3942, 'en', 'no_bundle_lets_create_a_bundle', 'No bundle. Let\'s create a bundle.', '2024-12-18 04:08:03', '2024-12-18 04:08:03'), (3943, 'en', 'you_didnt_create_any_bundle_yet', 'You didnt\' create any bundle, yet.', '2024-12-18 04:11:30', '2024-12-18 04:11:30'), (3944, 'en', 'no_course_found', 'No course found', '2024-12-18 04:11:56', '2024-12-18 04:11:56'), (3945, 'en', 'you_didnt_create_any_notice_for_your_student', 'You didn\'t create any notice for your student.', '2024-12-18 04:13:18', '2024-12-18 04:13:18'), (3946, 'en', 'view_profile', 'View Profile', '2024-12-18 23:34:09', '2024-12-18 23:34:09'), (3947, 'en', 'create_permission', 'Create Permission', '2024-12-19 01:34:32', '2024-12-19 01:34:32'), (3948, 'en', 'view_faq', 'View Faq', '2024-12-19 02:21:44', '2024-12-19 02:21:44'), (3949, 'en', 'view_faq_', 'View Faq ', '2024-12-19 02:21:44', '2024-12-19 02:21:44'), (3950, 'en', 'add_course_curriculum', 'Add Course Curriculum', '2024-12-19 05:48:04', '2024-12-19 05:48:04'), (3951, 'en', 'edit_support_category', 'Edit Support Category', '2024-12-19 05:59:24', '2024-12-19 05:59:24'), (3952, 'en', 'supportcategoryview', 'support-category/view', '2024-12-19 05:59:29', '2024-12-19 05:59:29'), (3953, 'ar', '_new_enroll', 'تسجيل جديد', '2024-12-19 06:05:54', '2024-12-19 06:16:42'), (3954, 'es', 'no_organization', 'Sin organización', '2024-12-19 06:09:25', '2024-12-19 06:09:25'), (3955, 'es', 'no_instructor', 'Sin instructor', '2024-12-19 06:09:25', '2024-12-19 06:09:25'), (3956, 'es', 'supportcategory', 'categoría de soporte', '2024-12-19 06:09:25', '2024-12-19 06:09:25'), (3957, 'es', 'manage', 'administrar', '2024-12-19 06:09:25', '2024-12-19 06:09:25'), (3958, 'es', 'no_courses', 'Sin cursos', '2024-12-19 06:09:25', '2024-12-19 06:09:25'), (3959, 'es', 'build_a_personal_portfolio_website', 'Cree un sitio web de portafolio personal', '2024-12-19 06:09:25', '2024-12-19 06:09:25'), (3960, 'es', 'yet_no_student_join_this_assignment', 'Sin embargo, ninguna estudiante se une a esta tarea.', '2024-12-19 06:09:25', '2024-12-19 06:09:25'), (3961, 'es', 'fullstack_web_development_bootcamp', 'Campamento de entrenamiento de desarrollo web full-stack', '2024-12-19 06:10:16', '2024-12-19 06:10:16'), (3962, 'es', '_edit', 'Editar', '2024-12-19 06:10:16', '2024-12-19 06:10:16'), (3963, 'es', 'subject_thumbnail', 'Subject thumbnail', '2024-12-19 06:10:16', '2024-12-19 06:10:16'), (3964, 'es', 'recomended', 'Recomendado:', '2024-12-19 06:10:16', '2024-12-19 06:10:16'), (3965, 'es', 'word_between_120_to_150', 'Palabra entre- 120 a 150', '2024-12-19 06:10:16', '2024-12-19 06:10:16'), (3966, 'es', 'add_course_thumbnail_image', 'Añadir imagen en miniatura del curso.', '2024-12-19 06:10:16', '2024-12-19 06:10:16'), (3967, 'es', 'add_course_preview_images', 'Agregar imágenes de vista previa del curso', '2024-12-19 06:10:16', '2024-12-19 06:10:16'), (3968, 'bn', 'no_organization', 'কোন সংগঠন নেই', '2024-12-19 06:10:26', '2024-12-19 06:10:26'), (3969, 'bn', 'supportcategory', 'সমর্থন-শ্রেণী', '2024-12-19 06:10:26', '2024-12-19 06:10:26'), (3970, 'bn', 'manage', 'পরিচালনা করুন', '2024-12-19 06:10:26', '2024-12-19 06:10:26'), (3971, 'bn', 'no_courses', 'কোন কোর্স নেই', '2024-12-19 06:10:26', '2024-12-19 06:10:26'), (3972, 'bn', 'build_a_personal_portfolio_website', 'একটি ব্যক্তিগত পোর্টফোলিও ওয়েবসাইট তৈরি করুন', '2024-12-19 06:10:26', '2024-12-19 06:10:26'), (3973, 'bn', 'yet_no_student_join_this_assignment', 'এখনও, কোন ছাত্র এই অ্যাসাইনমেন্টে যোগ দেয়নি', '2024-12-19 06:10:26', '2024-12-30 21:10:42'), (3974, 'es', 'enable', 'Permitir', '2024-12-19 06:11:21', '2024-12-19 06:11:21'), (3975, 'es', 'provider_name', 'Nombre del proveedor', '2024-12-19 06:11:21', '2024-12-19 06:11:21'), (3976, 'es', 'view_icon', 'Ver icono', '2024-12-19 06:11:21', '2024-12-19 06:11:21'), (3977, 'es', '_view', 'vista', '2024-12-19 06:11:21', '2024-12-19 06:11:21'), (3978, 'es', 'no_language_found', 'No se encontró ningún idioma', '2024-12-19 06:11:21', '2024-12-19 06:11:21'), (3979, 'es', '_new_enroll', 'Nueva inscripción', '2024-12-19 06:11:21', '2024-12-19 06:11:21'), (3980, 'es', 'no_category', 'Sin categoría', '2024-12-19 06:11:21', '2024-12-19 06:11:21'), (3981, 'es', 'select_source_type', 'Seleccionar el tipo de fuente', '2024-12-19 06:11:21', '2024-12-19 06:11:21'), (3982, 'ar', 'no_organization', 'لا يوجد تنظيم', '2024-12-19 06:11:55', '2024-12-19 06:11:55'), (3983, 'ar', 'no_instructor', 'لا يوجد مدرب', '2024-12-19 06:11:55', '2024-12-19 06:11:55'), (3984, 'ar', 'supportcategory', 'فئة الدعم', '2024-12-19 06:11:55', '2024-12-19 06:11:55'), (3985, 'ar', 'manage', 'يدير', '2024-12-19 06:11:55', '2024-12-19 06:11:55'), (3986, 'ar', 'no_courses', 'لا يوجد دورات', '2024-12-19 06:11:55', '2024-12-19 06:11:55'), (3987, 'ar', 'build_a_personal_portfolio_website', 'إنشاء موقع ويب لمحفظتك الشخصية', '2024-12-19 06:11:55', '2024-12-19 06:11:55'), (3988, 'ar', 'yet_no_student_join_this_assignment', 'حتى الآن، لم ينضم أي طالب إلى هذه المهمة', '2024-12-19 06:11:55', '2024-12-19 06:11:55'), (3989, 'bn', 'fullstack_web_development_bootcamp', 'ফুল-স্ট্যাক ওয়েব ডেভেলপমেন্ট বুটক্যাম্প', '2024-12-19 06:12:24', '2024-12-19 06:12:24'), (3990, 'bn', '_edit', 'সম্পাদনা করুন', '2024-12-19 06:12:24', '2024-12-19 06:12:24'), (3991, 'bn', 'subject_thumbnail', 'বিষয় থাম্বনেল', '2024-12-19 06:12:24', '2024-12-19 06:12:24'), (3992, 'bn', 'recomended', 'প্রস্তাবিত:', '2024-12-19 06:12:24', '2024-12-19 06:12:24'), (3993, 'bn', 'word_between_120_to_150', 'শব্দ 120 থেকে 150 এর মধ্যে', '2024-12-19 06:12:24', '2024-12-19 06:12:24'), (3994, 'bn', 'add_course_thumbnail_image', 'কোর্স থাম্বনেইল ইমেজ যোগ করুন.', '2024-12-19 06:12:24', '2024-12-19 06:12:24'), (3995, 'bn', 'add_course_preview_images', 'কোর্সের পূর্বরূপ ছবি যোগ করুন', '2024-12-19 06:12:24', '2024-12-19 06:12:24'), (3996, 'es', 'select_subject', 'Seleccionar tema', '2024-12-19 06:12:35', '2024-12-19 06:12:35'), (3997, 'es', 'video_url', 'URL del vídeo', '2024-12-19 06:12:35', '2024-12-19 06:12:35'), (3998, 'es', 'no_country', 'Ningún país', '2024-12-19 06:12:35', '2024-12-19 06:12:35'), (3999, 'es', 'no_state', 'No state', '2024-12-19 06:12:35', '2024-12-19 06:12:35'), (4000, 'es', 'no_city', 'Ninguna ciudad', '2024-12-19 06:12:35', '2024-12-19 06:12:35'), (4001, 'es', 'view_testimonial', 'Ver testimonio', '2024-12-19 06:12:35', '2024-12-19 06:12:35'), (4002, 'es', 'no_bundle_lets_create_a_bundle', 'No hay paquete. Vamos a crear un paquete.', '2024-12-19 06:12:35', '2024-12-19 06:12:35'), (4003, 'es', 'you_didnt_create_any_bundle_yet', 'Aún no has creado ningún paquete.', '2024-12-19 06:12:35', '2024-12-19 06:12:35'), (4004, 'es', 'no_course_found', 'No se encontró ningún curso', '2024-12-19 06:12:35', '2024-12-19 06:12:35'), (4005, 'es', 'you_didnt_create_any_notice_for_your_student', 'No has creado ningún aviso para tu estudiante.', '2024-12-19 06:13:34', '2024-12-30 22:34:19'), (4006, 'es', 'view_profile', 'Ver perfil', '2024-12-19 06:13:34', '2024-12-19 06:13:34'), (4007, 'es', 'create_permission', 'Crear permiso', '2024-12-19 06:13:34', '2024-12-19 06:13:34'), (4008, 'es', 'view_faq', 'Ver preguntas frecuentes', '2024-12-19 06:13:34', '2024-12-19 06:13:34'), (4009, 'es', 'view_faq_', 'Ver preguntas frecuentes', '2024-12-19 06:13:34', '2024-12-19 06:13:34'), (4010, 'es', 'add_course_curriculum', 'Agregar plan de estudios del curso', '2024-12-19 06:13:34', '2024-12-19 06:13:34'), (4011, 'es', 'edit_support_category', 'Categoría de soporte de dit', '2024-12-19 06:13:34', '2024-12-19 06:13:34'), (4012, 'es', 'supportcategoryview', 'categoría de soporte/vista', '2024-12-19 06:13:34', '2024-12-19 06:13:34'), (4013, 'ar', 'fullstack_web_development_bootcamp', 'معسكر تدريبي لتطوير الويب الكامل', '2024-12-19 06:14:34', '2024-12-19 06:14:34'), (4014, 'ar', '_edit', 'يحرر', '2024-12-19 06:14:34', '2024-12-19 06:14:34'), (4015, 'ar', 'subject_thumbnail', 'صورة مصغرة للموضوع', '2024-12-19 06:14:34', '2024-12-19 06:14:34'), (4016, 'ar', 'recomended', 'موصى به:', '2024-12-19 06:14:34', '2024-12-19 06:14:34'), (4017, 'ar', 'word_between_120_to_150', 'كلمة بين 120 إلى 150', '2024-12-19 06:14:34', '2024-12-19 06:14:34'), (4018, 'ar', 'add_course_thumbnail_image', 'أضف صورة مصغرة للدورة.', '2024-12-19 06:14:34', '2024-12-19 06:14:34'), (4019, 'ar', 'add_course_preview_images', 'أضف صور معاينة الدورة', '2024-12-19 06:14:34', '2024-12-19 06:14:34'), (4020, 'bn', 'enable', 'সক্রিয়', '2024-12-19 06:14:52', '2024-12-19 06:14:52'), (4021, 'bn', 'provider_name', 'প্রদানকারীর নাম', '2024-12-19 06:14:52', '2024-12-19 06:14:52'), (4022, 'bn', 'view_icon', 'আইকন দেখুন', '2024-12-19 06:14:52', '2024-12-19 06:14:52'), (4023, 'bn', '_view', 'দেখুন', '2024-12-19 06:14:52', '2024-12-19 06:14:52'), (4024, 'bn', 'no_language_found', 'কোন ভাষা পাওয়া যায়নি', '2024-12-19 06:14:52', '2024-12-19 06:14:52'), (4025, 'bn', '_new_enroll', 'নতুন নথিভুক্ত করুন', '2024-12-19 06:14:52', '2024-12-19 06:14:52'), (4026, 'bn', 'no_category', 'কোন বিভাগ নেই', '2024-12-19 06:14:52', '2024-12-19 06:14:52'), (4027, 'bn', 'select_source_type', 'সোর্স টাইপ নির্বাচন করুন', '2024-12-19 06:14:52', '2024-12-19 06:14:52'), (4028, 'bn', 'select_subject', 'বিষয় নির্বাচন করুন', '2024-12-19 06:15:59', '2024-12-19 06:15:59'), (4029, 'bn', 'video_url', 'ভিডিও ইউআরএল', '2024-12-19 06:15:59', '2024-12-19 06:15:59'), (4030, 'bn', 'no_country', 'কোন দেশ নেই', '2024-12-19 06:15:59', '2024-12-19 06:15:59'), (4031, 'bn', 'no_state', 'রাষ্ট্র নেই', '2024-12-19 06:15:59', '2024-12-19 06:15:59'), (4032, 'bn', 'no_city', 'কোন শহর নেই', '2024-12-19 06:15:59', '2024-12-19 06:15:59'), (4033, 'bn', 'view_testimonial', 'দেখুন প্রশংসাপত্র', '2024-12-19 06:15:59', '2024-12-19 06:15:59'), (4034, 'bn', 'no_bundle_lets_create_a_bundle', 'কোন বান্ডিল নেই। এর একটি বান্ডিল তৈরি করা যাক.', '2024-12-19 06:15:59', '2024-12-19 06:15:59'), (4035, 'bn', 'you_didnt_create_any_bundle_yet', 'আপনি এখনও কোনো বান্ডিল তৈরি করেননি।', '2024-12-19 06:15:59', '2024-12-19 06:15:59'), (4036, 'bn', 'no_course_found', 'কোন কোর্স পাওয়া যায়নি', '2024-12-19 06:15:59', '2024-12-19 06:15:59'), (4037, 'ar', 'enable', 'يُمكَِن', '2024-12-19 06:16:42', '2024-12-19 06:16:42'), (4038, 'ar', 'provider_name', 'اسم المزود', '2024-12-19 06:16:42', '2024-12-19 06:16:42'), (4039, 'ar', 'view_icon', 'أيقونة العرض', '2024-12-19 06:16:42', '2024-12-19 06:16:42'), (4040, 'ar', '_view', 'منظر', '2024-12-19 06:16:42', '2024-12-19 06:16:42'), (4041, 'ar', 'no_language_found', 'لم يتم العثور على لغة', '2024-12-19 06:16:42', '2024-12-19 06:16:42'), (4042, 'ar', 'no_category', 'لا يوجد فئة', '2024-12-19 06:16:42', '2024-12-19 06:16:42'), (4043, 'ar', 'select_source_type', 'حدد نوع المصدر', '2024-12-19 06:16:42', '2024-12-19 06:16:42'), (4044, 'bn', 'you_didnt_create_any_notice_for_your_student', 'আপনি আপনার ছাত্রের জন্য কোনো বিজ্ঞপ্তি তৈরি করেননি।', '2024-12-19 06:16:44', '2024-12-19 06:16:44'), (4045, 'bn', 'view_profile', 'প্রোফাইল দেখুন', '2024-12-19 06:16:44', '2024-12-19 06:16:44'), (4046, 'bn', 'create_permission', 'অনুমতি তৈরি করুন', '2024-12-19 06:16:45', '2024-12-19 06:16:45'), (4047, 'bn', 'view_faq', 'প্রশ্ন দেখুন', '2024-12-19 06:16:45', '2024-12-19 06:17:15'), (4048, 'bn', 'view_faq_', 'প্রশ্ন দেখুন', '2024-12-19 06:16:45', '2024-12-19 06:17:15'), (4049, 'bn', 'add_course_curriculum', 'কোর্স কারিকুলাম যোগ করুন', '2024-12-19 06:16:45', '2024-12-19 06:16:45'), (4050, 'bn', 'edit_support_category', 'সমর্থন বিভাগ সম্পাদনা করুন', '2024-12-19 06:16:45', '2024-12-19 06:16:45'), (4051, 'bn', 'supportcategoryview', 'সমর্থন-শ্রেণী/দর্শন', '2024-12-19 06:16:45', '2024-12-19 06:16:45'), (4052, 'ar', 'select_subject', 'اختر الموضوع', '2024-12-19 06:19:00', '2024-12-19 06:19:00'), (4053, 'ar', 'video_url', 'رابط الفيديو', '2024-12-19 06:19:00', '2024-12-19 06:19:00'), (4054, 'ar', 'no_country', 'لا يوجد بلد', '2024-12-19 06:19:00', '2024-12-19 06:19:00'), (4055, 'ar', 'no_state', 'لا يوجد دولة', '2024-12-19 06:19:00', '2024-12-19 06:19:00'), (4056, 'ar', 'no_city', 'لا يوجد مدينة', '2024-12-19 06:19:00', '2024-12-19 06:19:00'), (4057, 'ar', 'view_testimonial', 'عرض الشهادة', '2024-12-19 06:19:00', '2024-12-19 06:19:00'), (4058, 'ar', 'no_bundle_lets_create_a_bundle', 'لا توجد حزمة. دعنا ننشئ حزمة.', '2024-12-19 06:19:00', '2024-12-19 06:19:00'), (4059, 'ar', 'you_didnt_create_any_bundle_yet', 'لم تقم بإنشاء أي حزمة بعد.', '2024-12-19 06:19:00', '2024-12-19 06:19:00'), (4060, 'ar', 'no_course_found', 'لم يتم العثور على الدورة', '2024-12-19 06:19:00', '2024-12-19 06:19:00'), (4061, 'ar', 'you_didnt_create_any_notice_for_your_student', 'لم تقم بإنشاء أي إشعار لطلابك.', '2024-12-19 06:20:40', '2024-12-19 06:20:40'), (4062, 'ar', 'view_profile', 'عرض الملف الشخصي', '2024-12-19 06:20:40', '2024-12-19 06:20:40'), (4063, 'ar', 'create_permission', 'إنشاء إذن', '2024-12-19 06:20:40', '2024-12-19 06:20:40'), (4064, 'ar', 'view_faq', 'عرض الأسئلة الشائعة', '2024-12-19 06:20:40', '2024-12-19 06:20:40'), (4065, 'ar', 'view_faq_', 'عرض الأسئلة الشائعة', '2024-12-19 06:20:40', '2024-12-19 06:20:40'), (4066, 'ar', 'add_course_curriculum', 'إضافة المنهج الدراسي', '2024-12-19 06:20:40', '2024-12-19 06:20:40'), (4067, 'ar', 'edit_support_category', 'تعديل فئة الدعم', '2024-12-19 06:20:40', '2024-12-19 06:20:40'), (4068, 'ar', 'supportcategoryview', 'فئة الدعم/العرض', '2024-12-19 06:20:40', '2024-12-19 06:20:40'), (4069, 'en', 'no_meeting_provider', 'No Meeting Provider', '2024-12-24 14:29:53', '2024-12-24 14:29:53'), (4070, 'en', 'clear', 'Clear', '2024-12-24 14:39:55', '2024-12-24 14:39:55'), (4071, 'en', 'ticket_reply', 'Ticket reply', '2024-12-24 14:49:07', '2024-12-24 14:49:07'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (4072, 'en', 'support_view', 'Support view', '2024-12-24 04:32:01', '2024-12-24 04:32:01'), (4073, 'en', '11', '11+', '2024-12-27 17:23:39', '2024-12-27 17:23:39'), (4074, 'ar', '11', '+إحدى عشر', '2024-12-27 17:59:43', '2024-12-30 13:19:11'), (4075, 'es', '11', '11+', '2024-12-27 18:07:32', '2024-12-27 18:07:32'), (4076, 'en', 'add_instructor', 'Add Instructor', '2024-12-27 19:24:11', '2024-12-27 19:24:11'), (4077, 'en', 'add_category', 'Add Category', '2024-12-28 00:40:53', '2024-12-28 00:40:53'), (4078, 'en', 'click_bundle_course_for_learn', 'Click Bundle Course for learn', '2024-12-28 23:04:20', '2024-12-28 23:04:20'), (4079, 'en', 'our_streamlined_admission_process_makes_it_easy_to_enroll_in_courses_that_fit_your_career_aspirations', 'Our streamlined admission process makes it easy to enroll in courses that fit your career aspirations', '2024-12-29 22:07:46', '2024-12-29 22:07:46'), (4080, 'en', 'admission_open', 'Admission Open', '2024-12-29 22:07:46', '2024-12-29 22:07:46'), (4081, 'en', 'enroll_now', 'Enroll Now', '2024-12-29 22:07:46', '2024-12-29 22:07:46'), (4082, 'en', 'edulab_lms', 'Edulab LMS', '2024-12-29 22:07:46', '2024-12-29 22:07:46'), (4083, 'en', 'has_been_changed_successfully', 'has been changed successfully', '2024-12-29 22:07:50', '2024-12-29 22:07:50'), (4084, 'en', 'view_category_courses', 'View Category courses', '2024-12-29 22:07:51', '2024-12-29 22:07:51'), (4085, 'en', 'english', 'English', '2024-12-29 22:07:51', '2024-12-29 22:07:51'), (4086, 'en', 'arabic', 'Arabic', '2024-12-29 22:07:51', '2024-12-29 22:07:51'), (4087, 'en', 'spanish', 'Spanish', '2024-12-29 22:07:51', '2024-12-29 22:07:51'), (4088, 'en', 'bengali', 'Bengali', '2024-12-29 22:07:51', '2024-12-29 22:07:51'), (4089, 'en', 'our_courses', 'Our Courses', '2024-12-29 22:13:43', '2024-12-29 22:13:43'), (4090, 'en', 'showing', 'Showing', '2024-12-29 22:13:43', '2024-12-29 22:13:43'), (4091, 'en', 'of', 'of', '2024-12-29 22:13:43', '2024-12-29 22:13:43'), (4092, 'en', 'results', 'Results', '2024-12-29 22:13:43', '2024-12-29 22:13:43'), (4093, 'en', 'courses_bundle', 'Courses Bundle', '2024-12-29 22:13:49', '2024-12-29 22:13:49'), (4094, 'en', 'we_have', 'We Have', '2024-12-29 22:13:49', '2024-12-29 22:13:49'), (4095, 'en', 'bundle_course_offer', 'Bundle Course Offer', '2024-12-29 22:13:49', '2024-12-29 22:13:49'), (4096, 'en', 'sign_in', 'Sign In', '2024-12-29 22:14:32', '2024-12-29 22:14:32'), (4097, 'en', 'discover_learn_and_thrive_with_us_experience_a_smooth_and_rewarding_educational_adventure_lets_get_started', 'Discover, learn, and thrive with us. Experience a smooth and rewarding educational adventure. Let\'s get started', '2024-12-29 22:14:32', '2024-12-29 22:14:32'), (4098, 'en', 'or', 'OR', '2024-12-29 22:14:32', '2024-12-29 22:14:32'), (4099, 'en', 'dont_have_an_account_yet', 'Don\'t have an account yet', '2024-12-29 22:14:32', '2024-12-29 22:14:32'), (4100, 'en', 'login_successfully', 'Login successfully', '2024-12-29 22:14:39', '2024-12-29 22:14:39'), (4101, 'en', '0', '0', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4102, 'en', 'support_request', 'Support request', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4103, 'en', 'adjust_configurations', 'Adjust Configurations', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4104, 'en', 'transform_your_space_to_reflect_your_personality', 'Transform your space to reflect your personality!', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4105, 'en', 'theme_appearance', 'Theme Appearance', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4106, 'en', 'light', 'Light', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4107, 'en', 'dark', 'Dark', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4108, 'en', 'theme_card_style', 'Theme Card Style', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4109, 'en', 'round', 'Round', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4110, 'en', 'square', 'Square', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4111, 'en', 'theme_layout_width', 'Theme Layout Width', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4112, 'en', 'full_width', 'Full Width', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4113, 'en', 'container', 'Container', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4114, 'en', 'reset', 'Reset', '2024-12-29 22:14:40', '2024-12-29 22:14:40'), (4115, 'en', 'do_you_want_to_trash', 'Do you want to Trash', '2024-12-29 22:14:47', '2024-12-29 22:14:47'), (4116, 'en', 'if_you_trash_icon_data_will_be_trashed', 'If You trash, icon data will be trashed.', '2024-12-29 22:14:47', '2024-12-29 22:14:47'), (4117, 'en', 'theme_preview', 'Theme Preview', '2024-12-29 22:14:50', '2024-12-29 22:14:50'), (4118, 'en', 'by', 'by', '2024-12-29 22:14:50', '2024-12-29 22:14:50'), (4119, 'en', 'if_you_trashcourse_and_course_related_all_data_will_be_trashed', 'If You trash,course and course related all data will be trashed.', '2024-12-29 22:15:03', '2024-12-29 22:15:03'), (4120, 'en', 'to', 'to', '2024-12-29 22:15:03', '2024-12-29 22:15:03'), (4121, 'en', 'entries', 'entries', '2024-12-29 22:15:03', '2024-12-29 22:15:03'), (4122, 'en', 'do_you_want_to_permanent_delete', 'Do you want to permanent delete.', '2024-12-29 22:15:16', '2024-12-29 22:15:16'), (4123, 'en', 'if_you_delete_itcourse_and_course_related_all_data_will_be_deleted_permanently', 'If You delete it,course and course related all data will be deleted permanently.', '2024-12-29 22:15:16', '2024-12-29 22:15:16'), (4124, 'en', 'restore', 'Restore', '2024-12-29 22:15:16', '2024-12-29 22:15:16'), (4125, 'en', 'do_you_want_to_restore', 'Do you want to restore', '2024-12-29 22:15:16', '2024-12-29 22:15:16'), (4126, 'en', 'view_level', 'View Level', '2024-12-29 22:15:20', '2024-12-29 22:15:20'), (4127, 'en', 'be_careful_it_may_affect_performance', 'Be careful, it may affect performance', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4128, 'en', 'clear_cache', 'Clear Cache', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4129, 'en', 'best_for_production_performance', 'Best for production performance', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4130, 'en', 'optimize_cache', 'Optimize Cache', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4131, 'en', 'storage_link', 'Storage Link', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4132, 'en', 'enter_your_application_name', 'Enter Your Application Name', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4133, 'en', 'enter_your_contact_email', 'Enter Your Contact Email', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4134, 'en', '100', '100', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4135, 'en', '35', '35', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4136, 'en', '16', '16', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4137, 'en', '40', '40', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4138, 'en', 'driver', 'Driver', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4139, 'en', 'select_option', 'Select Option', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4140, 'en', 'smtp', 'smtp', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4141, 'en', 'sendmail', 'sendmail', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4142, 'en', 'mail_host', 'Mail Host', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4143, 'en', 'host', 'Host', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4144, 'en', 'mail_port', 'Mail Port', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4145, 'en', 'port', 'Port', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4146, 'en', 'from_address', 'From Address', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4147, 'en', 'mail_user_name', 'Mail User Name', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4148, 'en', 'user_name', 'User Name', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4149, 'en', 'mail_encryption', 'Mail Encryption', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4150, 'en', 'tls', 'TLS', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4151, 'en', 'ssl', 'SSL', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4152, 'en', 'php_version', 'PHP Version', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4153, 'en', 'laravel_version', 'Laravel Version', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4154, 'en', 'server__software', 'Server Software', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4155, 'en', 'litespeed', 'LiteSpeed', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4156, 'en', 'server_ip_address', 'Server IP Address', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4157, 'en', 'server_protocol', 'Server Protocol', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4158, 'en', 'http_host', 'HTTP Host', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4159, 'en', 'database_port', 'Database Port', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4160, 'en', 'app_environment', 'App Environment', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4161, 'en', 'app_debug', 'App Debug', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4162, 'en', 'true', 'true', '2024-12-29 22:17:38', '2024-12-29 22:17:38'), (4163, 'en', 'storage_link_successfully', 'storage link Successfully', '2024-12-29 22:17:40', '2024-12-29 22:17:40'), (4164, 'en', 'cache_clear_successfully', 'Cache Clear Successfully', '2024-12-29 22:36:52', '2024-12-29 22:36:52'), (4165, 'en', 'cache_optimize_successfully', 'Cache Optimize Successfully', '2024-12-29 23:11:02', '2024-12-29 23:11:02'), (4166, 'ar', 'be_careful_it_may_affect_performance', 'كن حذرا، فإنه قد يؤثر على الأداء', '2024-12-29 23:11:11', '2024-12-30 13:34:34'), (4167, 'ar', 'clear_cache', 'مسح ذاكرة التخزين المؤقت', '2024-12-29 23:11:11', '2024-12-30 13:34:34'), (4168, 'ar', 'best_for_production_performance', 'الأفضل لأداء الإنتاج', '2024-12-29 23:11:11', '2024-12-30 13:34:34'), (4169, 'ar', 'optimize_cache', 'تحسين ذاكرة التخزين المؤقت', '2024-12-29 23:11:11', '2024-12-30 13:34:34'), (4170, 'ar', 'storage_link', 'رابط التخزين', '2024-12-29 23:11:11', '2024-12-30 13:34:34'), (4171, 'ar', 'enter_your_application_name', 'أدخل اسم التطبيق الخاص بك', '2024-12-29 23:11:11', '2024-12-30 13:34:34'), (4172, 'ar', 'enter_your_contact_email', 'أدخل البريد الإلكتروني لجهة الاتصال الخاصة بك', '2024-12-29 23:11:11', '2024-12-30 13:34:34'), (4173, 'ar', '100', 'مائة', '2024-12-29 23:11:11', '2024-12-30 13:34:34'), (4174, 'ar', '35', 'خمسة وثلاثون', '2024-12-29 23:11:11', '2024-12-30 13:36:27'), (4175, 'ar', '16', 'ستة عشر', '2024-12-29 23:11:11', '2024-12-30 13:36:27'), (4176, 'ar', '40', 'أربعون', '2024-12-29 23:11:11', '2024-12-30 13:36:27'), (4177, 'ar', 'driver', 'سائق', '2024-12-29 23:11:11', '2024-12-30 13:36:27'), (4178, 'ar', 'select_option', 'حدد الخيار', '2024-12-29 23:11:11', '2024-12-30 13:36:27'), (4179, 'ar', 'smtp', 'smtp', '2024-12-29 23:11:11', '2024-12-29 23:11:11'), (4180, 'ar', 'sendmail', 'إرسال البريد', '2024-12-29 23:11:11', '2024-12-30 13:36:27'), (4181, 'ar', 'mail_host', 'مضيف البريد', '2024-12-29 23:11:11', '2024-12-30 13:36:27'), (4182, 'ar', 'host', 'يستضيف', '2024-12-29 23:11:11', '2024-12-30 13:36:27'), (4183, 'ar', 'mail_port', 'ميناء البريد', '2024-12-29 23:11:11', '2024-12-30 13:37:50'), (4184, 'ar', 'port', 'ميناء', '2024-12-29 23:11:11', '2024-12-30 13:37:50'), (4185, 'ar', 'from_address', 'من العنوان', '2024-12-29 23:11:11', '2024-12-30 13:37:50'), (4186, 'ar', 'mail_user_name', 'اسم مستخدم البريد', '2024-12-29 23:11:11', '2024-12-30 13:37:50'), (4187, 'ar', 'user_name', 'اسم المستخدم', '2024-12-29 23:11:11', '2024-12-30 13:37:50'), (4188, 'ar', 'mail_encryption', 'تشفير البريد', '2024-12-29 23:11:11', '2024-12-30 13:37:50'), (4189, 'ar', 'tls', 'TLS', '2024-12-29 23:11:11', '2024-12-29 23:11:11'), (4190, 'ar', 'ssl', 'طبقة المقابس الآمنة', '2024-12-29 23:11:11', '2024-12-30 13:37:50'), (4191, 'ar', 'php_version', 'نسخة PHP', '2024-12-29 23:11:11', '2024-12-30 13:37:50'), (4192, 'ar', 'laravel_version', 'نسخة لارافيل', '2024-12-29 23:11:11', '2024-12-30 13:40:55'), (4193, 'ar', 'server__software', 'برامج الخادم', '2024-12-29 23:11:11', '2024-12-30 13:40:55'), (4194, 'ar', 'litespeed', 'لايت سبيد', '2024-12-29 23:11:11', '2024-12-30 13:40:55'), (4195, 'ar', 'server_ip_address', 'عنوان IP للخادم', '2024-12-29 23:11:11', '2024-12-30 13:40:55'), (4196, 'ar', 'server_protocol', 'بروتوكول الخادم', '2024-12-29 23:11:11', '2024-12-30 13:40:55'), (4197, 'ar', 'http_host', 'مضيف HTTP', '2024-12-29 23:11:11', '2024-12-30 13:40:55'), (4198, 'ar', 'database_port', 'منفذ قاعدة البيانات', '2024-12-29 23:11:11', '2024-12-30 13:40:55'), (4199, 'ar', 'app_environment', 'بيئة التطبيق', '2024-12-29 23:11:11', '2024-12-30 13:40:55'), (4200, 'ar', 'app_debug', 'تصحيح أخطاء التطبيق', '2024-12-29 23:11:11', '2024-12-30 13:40:55'), (4201, 'ar', 'true', 'حقيقي', '2024-12-29 23:11:11', '2024-12-30 13:43:47'), (4202, 'ar', 'english', 'إنجليزي', '2024-12-29 23:11:11', '2024-12-30 13:22:58'), (4203, 'ar', 'arabic', 'عربي', '2024-12-29 23:11:11', '2024-12-30 13:22:58'), (4204, 'ar', 'spanish', 'الأسبانية', '2024-12-29 23:11:11', '2024-12-30 13:22:58'), (4205, 'ar', 'bengali', 'البنغالية', '2024-12-29 23:11:11', '2024-12-30 13:22:58'), (4206, 'ar', 'adjust_configurations', 'ضبط التكوينات', '2024-12-29 23:11:11', '2024-12-30 13:27:56'), (4207, 'ar', 'transform_your_space_to_reflect_your_personality', 'تحويل المساحة الخاصة بك لتعكس شخصيتك!', '2024-12-29 23:11:11', '2024-12-30 13:27:56'), (4208, 'ar', 'theme_appearance', 'مظهر الموضوع', '2024-12-29 23:11:11', '2024-12-30 13:27:56'), (4209, 'ar', 'light', 'ضوء', '2024-12-29 23:11:11', '2024-12-30 13:27:56'), (4210, 'ar', 'dark', 'مظلم', '2024-12-29 23:11:11', '2024-12-30 13:27:56'), (4211, 'ar', 'theme_card_style', 'نمط بطاقة الموضوع', '2024-12-29 23:11:11', '2024-12-30 13:30:41'), (4212, 'ar', 'round', 'دائري', '2024-12-29 23:11:11', '2024-12-30 13:30:41'), (4213, 'ar', 'square', 'مربع', '2024-12-29 23:11:11', '2024-12-30 13:30:41'), (4214, 'ar', 'theme_layout_width', 'عرض تخطيط الموضوع', '2024-12-29 23:11:11', '2024-12-30 13:30:41'), (4215, 'ar', 'full_width', 'العرض الكامل', '2024-12-29 23:11:11', '2024-12-30 13:30:41'), (4216, 'ar', 'container', 'حاوية', '2024-12-29 23:11:11', '2024-12-30 13:30:41'), (4217, 'ar', 'reset', 'إعادة ضبط', '2024-12-29 23:11:11', '2024-12-30 13:30:41'), (4218, 'en', 'would_you_like_support_for_users_to_switch_between_multiple_themes_on_your_website', 'Would you like support for users to switch between multiple themes on your website?', '2024-12-29 23:24:04', '2024-12-29 23:24:04'), (4219, 'en', 'upload_logo__favicon', 'Upload Logo & Favicon', '2024-12-29 23:24:04', '2024-12-29 23:24:04'), (4220, 'en', 'theme_logo', 'Theme Logo', '2024-12-29 23:24:04', '2024-12-29 23:24:04'), (4221, 'en', 'footer_logo', 'Footer Logo', '2024-12-29 23:24:04', '2024-12-29 23:24:04'), (4222, 'en', '160', '160', '2024-12-29 23:24:04', '2024-12-29 23:24:04'), (4223, 'en', '45', '45', '2024-12-29 23:24:04', '2024-12-29 23:24:04'), (4224, 'en', 'disable', 'Disable', '2024-12-29 23:24:04', '2024-12-29 23:24:04'), (4225, 'en', 'twak_chat_settings', 'Twak Chat Settings', '2024-12-29 23:24:04', '2024-12-29 23:24:04'), (4226, 'en', 'tawk_url', 'Tawk Url', '2024-12-29 23:24:04', '2024-12-29 23:24:04'), (4227, 'en', 'satisfied_student', 'Satisfied Student', '2024-12-29 23:24:04', '2024-12-29 23:24:04'), (4228, 'en', 'if_you_trashsubject_data_will_be_trashed', 'If You trash,subject data will be trashed.', '2024-12-29 23:24:32', '2024-12-29 23:24:32'), (4229, 'en', '15', '15', '2024-12-29 23:24:37', '2024-12-29 23:24:37'), (4230, 'en', 'approved_course', 'Approved Course', '2024-12-29 23:24:37', '2024-12-29 23:24:37'), (4231, 'en', '13', '13', '2024-12-29 23:24:37', '2024-12-29 23:24:37'), (4232, 'en', 'pending_course', 'Pending Course', '2024-12-29 23:24:37', '2024-12-29 23:24:37'), (4233, 'en', '2', '2', '2024-12-29 23:24:37', '2024-12-29 23:24:37'), (4234, 'en', 'rejected_course', 'Rejected Course', '2024-12-29 23:24:37', '2024-12-29 23:24:37'), (4235, 'en', '7', '7', '2024-12-29 23:24:37', '2024-12-29 23:24:37'), (4236, 'en', 'sub_category', 'Sub Category', '2024-12-29 23:24:37', '2024-12-29 23:24:37'), (4237, 'en', 'select_status', 'Select Status', '2024-12-29 23:24:37', '2024-12-29 23:24:37'), (4238, 'en', 'approved', 'Approved', '2024-12-29 23:24:37', '2024-12-29 23:24:37'), (4239, 'en', 'rejected', 'Rejected', '2024-12-29 23:24:37', '2024-12-29 23:24:37'), (4240, 'en', 'if_you_trashcourse_bundle_and_purchase_bundle_related_all_data_will_be_trashed', 'If You trash,course bundle and purchase bundle related all data will be trashed.', '2024-12-29 23:24:52', '2024-12-29 23:24:52'), (4241, 'en', 'if_you_trash_organization_and_organization_related_all_data_will_be_trashed', 'If You trash, Organization and Organization related all data will be trashed.', '2024-12-29 23:25:00', '2024-12-29 23:25:00'), (4242, 'en', 'active_organization', 'Active Organization', '2024-12-29 23:25:00', '2024-12-29 23:25:00'), (4243, 'en', 'deactivate_organization', 'Deactivate Organization', '2024-12-29 23:25:00', '2024-12-29 23:25:00'), (4244, 'en', 'unverified', 'Unverified', '2024-12-29 23:25:00', '2024-12-29 23:25:00'), (4245, 'en', 'search_name', 'Search name', '2024-12-29 23:25:00', '2024-12-29 23:25:00'), (4246, 'en', 'total_instructor', 'Total Instructor', '2024-12-29 23:25:05', '2024-12-29 23:25:05'), (4247, 'en', '14', '14', '2024-12-29 23:25:05', '2024-12-29 23:25:05'), (4248, 'en', 'active_instructor', 'Active Instructor', '2024-12-29 23:25:05', '2024-12-29 23:25:05'), (4249, 'en', 'deactivate_instructor', 'Deactivate Instructor', '2024-12-29 23:25:05', '2024-12-29 23:25:05'), (4250, 'en', 'if_you_trashinstructor_and_instructor_related_all_data_will_be_trashed', 'If You trash,Instructor and Instructor related all data will be trashed.', '2024-12-29 23:25:05', '2024-12-29 23:25:05'), (4251, 'en', 'if_you_trashstudent_and_student_related_all_data_will_be_trashed', 'If You trash,Student and Student related all data will be trashed.', '2024-12-29 23:25:11', '2024-12-29 23:25:11'), (4252, 'en', 'total_student', 'Total Student', '2024-12-29 23:25:11', '2024-12-29 23:25:11'), (4253, 'en', '12', '12', '2024-12-29 23:25:11', '2024-12-29 23:25:11'), (4254, 'en', 'active_student', 'Active Student', '2024-12-29 23:25:11', '2024-12-29 23:25:11'), (4255, 'en', 'deactivate_student', 'Deactivate Student', '2024-12-29 23:25:11', '2024-12-29 23:25:11'), (4256, 'en', 'manage_blog_category', 'Manage Blog Category', '2024-12-29 23:25:25', '2024-12-29 23:25:25'), (4257, 'en', 'if_you_trash_if_have_category_blog_all_data_will_be_trash', 'If You trash, if have category blog, all data will be trash.', '2024-12-29 23:25:25', '2024-12-29 23:25:25'), (4258, 'ar', 'view_category_courses', 'عرض دورات الفئة', '2024-12-29 23:28:58', '2024-12-30 13:22:58'), (4259, 'ar', 'edulab_lms', 'إدولاب LMS', '2024-12-29 23:28:58', '2024-12-30 13:19:58'), (4260, 'ar', '_lms', 'التعليم LMS', '2024-12-29 23:28:58', '2024-12-29 23:28:58'), (4261, 'en', 'free_consultation', 'Free Consultation', '2024-12-29 23:35:20', '2024-12-29 23:35:20'), (4262, 'en', 'register', 'Register', '2024-12-29 23:36:38', '2024-12-29 23:36:38'), (4263, 'en', 'discover_learn_and_thrive_with_us_experience_a_smooth_and_rewarding_educational_adventurelets_get_started', 'Discover, learn, and thrive with us. Experience a smooth and rewarding educational adventure.Let\'s get started', '2024-12-29 23:36:38', '2024-12-29 23:36:38'), (4264, 'en', 'already_have_an_account', 'Already have an account', '2024-12-29 23:36:38', '2024-12-29 23:36:38'), (4265, 'en', 'this_field_is_required', 'This field is required', '2024-12-29 23:53:03', '2024-12-29 23:53:03'), (4266, 'en', 'language_has_been_updated_successfully', 'Language has been updated successfully!', '2024-12-29 23:53:05', '2024-12-29 23:53:05'), (4267, 'en', 'translate_successfully', 'Translate Successfully', '2024-12-29 23:57:51', '2024-12-29 23:57:51'), (4268, 'en', 'choose_language', 'Choose Language', '2024-12-29 23:59:23', '2024-12-29 23:59:23'), (4269, 'en', 'course_available', 'Course Available', '2024-12-29 23:59:50', '2024-12-29 23:59:50'), (4270, 'en', 'best_online_courses', 'Best Online Courses', '2024-12-30 00:00:09', '2024-12-30 00:00:09'), (4271, 'en', 'change_password', 'Change Password', '2024-12-30 00:00:19', '2024-12-30 00:00:19'), (4272, 'en', '200', '200', '2024-12-30 00:00:19', '2024-12-30 00:00:19'), (4273, 'en', 'instructor_has_been_updated_successfully', 'Instructor has been updated successfully.', '2024-12-30 00:01:01', '2024-12-30 00:01:01'), (4274, 'en', 'course_details', 'Course Details', '2024-12-30 00:03:00', '2024-12-30 00:03:00'), (4275, 'en', 'min', 'min', '2024-12-30 00:03:00', '2024-12-30 00:03:00'), (4276, 'en', 'course_instructor', 'Course Instructor', '2024-12-30 00:03:00', '2024-12-30 00:03:00'), (4277, 'en', 'added_to_cart_successfully', 'Added to Cart Successfully', '2024-12-30 00:03:12', '2024-12-30 00:03:12'), (4278, 'en', 'shopping_cart', 'Shopping Cart', '2024-12-30 00:03:13', '2024-12-30 00:03:13'), (4279, 'en', 'ready_to_learn', 'Ready to Learn?', '2024-12-30 00:03:16', '2024-12-30 00:03:16'), (4280, 'en', 'your_cart_is_waiting_to_be_filled_with_knowledge_discover_new_courses_and_kickstart_your_education', 'Your cart is waiting to be filled with knowledge! Discover new courses and kickstart your education.', '2024-12-30 00:03:16', '2024-12-30 00:03:16'), (4281, 'en', 'learning_continue', 'Learning Continue', '2024-12-30 00:03:16', '2024-12-30 00:03:16'), (4282, 'en', 'our_blogs', 'Our Blogs', '2024-12-30 00:04:48', '2024-12-30 00:04:48'), (4283, 'en', 'organization_details', 'Organization Details', '2024-12-30 00:04:55', '2024-12-30 00:04:55'), (4284, 'es', 'no_meeting_provider', 'Ningún proveedor de reuniones', '2024-12-30 00:04:57', '2024-12-30 00:04:57'), (4285, 'en', 'privacy_and_policy', 'Privacy and Policy', '2024-12-30 00:05:13', '2024-12-30 00:05:13'), (4286, 'en', 'terms_and_condition', 'Terms and Condition', '2024-12-30 00:05:19', '2024-12-30 00:05:19'), (4287, 'en', 'blog_detail', 'Blog Detail', '2024-12-30 00:05:30', '2024-12-30 00:05:30'), (4288, 'en', 'news_post', 'News Post', '2024-12-30 00:05:30', '2024-12-30 00:05:30'), (4289, 'en', 'no_blog', 'No Blog', '2024-12-30 00:05:45', '2024-12-30 00:05:45'), (4290, 'en', 'blog_has_been_updated_successfully', 'Blog has been updated successfully!', '2024-12-30 00:06:38', '2024-12-30 00:06:38'), (4291, 'es', 'clear', 'Claro', '2024-12-30 00:07:21', '2024-12-30 00:07:21'), (4292, 'es', 'ticket_reply', 'Respuesta del ticket', '2024-12-30 00:07:21', '2024-12-30 00:07:21'), (4293, 'es', 'support_view', 'Vista de soporte', '2024-12-30 00:07:21', '2024-12-30 00:07:21'), (4294, 'es', 'add_instructor', 'Agregar instructor', '2024-12-30 00:07:21', '2024-12-30 00:07:21'), (4295, 'es', 'add_category', 'Agregar categoría', '2024-12-30 00:07:21', '2024-12-30 00:07:21'), (4296, 'es', 'click_bundle_course_for_learn', 'Haga clic en Curso combinado para aprender', '2024-12-30 00:07:21', '2024-12-30 00:07:21'), (4297, 'es', 'our_streamlined_admission_process_makes_it_easy_to_enroll_in_courses_that_fit_your_career_aspirations', 'Nuestro proceso de admisión simplificado facilita la inscripción en cursos que se ajusten a sus aspiraciones profesionales.', '2024-12-30 00:07:21', '2024-12-30 00:07:21'), (4298, 'es', 'admission_open', 'Admisión abierta', '2024-12-30 00:07:21', '2024-12-30 00:07:21'), (4299, 'bn', 'supportreply', 'সমর্থন/উত্তর', '2024-12-30 00:11:29', '2024-12-30 21:03:35'), (4300, 'bn', 'how_can_enroll', 'কিভাবে ভর্তি হতে পারে?', '2024-12-30 00:11:29', '2024-12-30 00:11:29'), (4301, 'bn', 'you_should_reply_as_soon_as_possible', 'আপনি যত তাড়াতাড়ি সম্ভব উত্তর দেওয়া উচিত', '2024-12-30 00:11:29', '2024-12-30 00:11:29'), (4302, 'bn', 'reply', 'উত্তর দিন', '2024-12-30 00:11:29', '2024-12-30 00:11:29'), (4303, 'bn', 'confirmation________________________________________________________password', 'নিশ্চিতকরণ পাসওয়ার্ড', '2024-12-30 00:11:29', '2024-12-30 00:11:29'), (4304, 'en', 'subject_has_been_updated_successfully', 'Subject has been updated successfully!', '2024-12-30 00:11:47', '2024-12-30 00:11:47'), (4305, 'en', 'hero_has_been_updated_successfully', 'hero has been updated successfully!', '2024-12-30 00:12:20', '2024-12-30 00:12:20'), (4306, 'en', 'testimonial_updated_successfully', 'Testimonial updated successfully!', '2024-12-30 00:12:36', '2024-12-30 00:12:36'), (4307, 'en', 'slider_has_been_updated_successfully', 'slider has been updated successfully!', '2024-12-30 00:15:58', '2024-12-30 00:15:58'), (4308, 'en', 'if_you_trash_itstate_and_city_data_will_be_trashed', 'If You trash it,State and city data will be trashed.', '2024-12-30 00:16:02', '2024-12-30 00:16:02'), (4309, 'en', 'country_has_been_updated_successfully', 'Country has been updated successfully!', '2024-12-30 00:16:05', '2024-12-30 00:16:05'), (4310, 'en', 'if_you_trashcity_data_will_be_trashed', 'If You trash,city data will be trashed.', '2024-12-30 00:16:07', '2024-12-30 00:16:07'), (4311, 'en', 'state_has_been_updated_successfully', 'State has been updated successfully!', '2024-12-30 00:16:10', '2024-12-30 00:16:10'), (4312, 'en', 'city_has_been_updated_successfully', 'City has been updated successfully!', '2024-12-30 00:16:14', '2024-12-30 00:16:14'), (4313, 'en', 'if_you_trash_it_timezone_data_will_be_trashed', 'If You Trash it, timezone data will be trashed.', '2024-12-30 00:16:16', '2024-12-30 00:16:16'), (4314, 'en', 'time_zone_has_been_updated_successfully', 'Time Zone has been updated successfully!', '2024-12-30 00:16:19', '2024-12-30 00:16:19'), (4315, 'en', 'note', 'Note', '2024-12-30 00:16:25', '2024-12-30 00:16:25'), (4316, 'en', 'only_remix_icon_class_example', 'Only Remix Icon Class, example', '2024-12-30 00:16:25', '2024-12-30 00:16:25'), (4317, 'en', 'icon_has_been_updated_successfully', 'Icon has been updated successfully!', '2024-12-30 00:16:32', '2024-12-30 00:16:32'), (4318, 'en', 'category_position', 'Category Position', '2024-12-30 00:16:36', '2024-12-30 00:16:36'), (4319, 'en', 'enter_position', 'Enter Position', '2024-12-30 00:16:36', '2024-12-30 00:16:36'), (4320, 'en', 'enter_meta_title', 'Enter Meta Title', '2024-12-30 00:16:36', '2024-12-30 00:16:36'), (4321, 'en', 'enter_meeting_provider', 'Enter Meeting Provider', '2024-12-30 00:17:37', '2024-12-30 00:17:37'), (4322, 'en', 'meeting_provider_has_been_updated_successfully', 'Meeting Provider has been updated successfully!', '2024-12-30 00:17:39', '2024-12-30 00:17:39'), (4323, 'en', 'view_tag', 'View Tag', '2024-12-30 00:17:50', '2024-12-30 00:17:50'), (4324, 'en', 'tag_has_been_updated_successfully', 'Tag has been updated successfully!', '2024-12-30 00:17:55', '2024-12-30 00:17:55'), (4325, 'en', 'level_has_been_updated_successfully', 'Level has been updated successfully!', '2024-12-30 00:17:59', '2024-12-30 00:17:59'), (4326, 'en', 'select_instructor', 'Select Instructor', '2024-12-30 00:18:05', '2024-12-30 00:18:05'), (4327, 'en', 'youtube', 'Youtube', '2024-12-30 00:18:05', '2024-12-30 00:18:05'), (4328, 'en', 'vimeo', 'Vimeo', '2024-12-30 00:18:05', '2024-12-30 00:18:05'), (4329, 'en', 'local', 'Local', '2024-12-30 00:18:05', '2024-12-30 00:18:05'), (4330, 'en', 'topic_duration', 'Topic duration', '2024-12-30 00:18:05', '2024-12-30 00:18:05'), (4331, 'en', 'recommended', 'Recommended', '2024-12-30 00:18:05', '2024-12-30 00:18:05'), (4332, 'en', 'word_between__120_to_150', 'Word between - 120 to 150', '2024-12-30 00:18:05', '2024-12-30 00:18:05'), (4333, 'en', 'faq_question', 'Faq question', '2024-12-30 00:18:05', '2024-12-30 00:18:05'), (4334, 'en', 'faq_answer', 'Faq Answer', '2024-12-30 00:18:05', '2024-12-30 00:18:05'), (4335, 'en', 'course_outcomes', 'Course Outcomes', '2024-12-30 00:18:06', '2024-12-30 00:18:06'), (4336, 'en', 'course_price', 'Course price', '2024-12-30 00:18:06', '2024-12-30 00:18:06'), (4337, 'en', 'discounted_price', 'Discounted price', '2024-12-30 00:18:06', '2024-12-30 00:18:06'), (4338, 'en', '300', '300', '2024-12-30 00:18:06', '2024-12-30 00:18:06'), (4339, 'en', 'course_preview_image', 'Course Preview Image', '2024-12-30 00:18:06', '2024-12-30 00:18:06'), (4340, 'en', 'enter_meeting_id', 'Enter Meeting Id', '2024-12-30 00:18:06', '2024-12-30 00:18:06'), (4341, 'en', 'enter_moderator_password', 'Enter Moderator Password', '2024-12-30 00:18:06', '2024-12-30 00:18:06'), (4342, 'en', 'please_select_date', 'Please select Date', '2024-12-30 00:18:06', '2024-12-30 00:18:06'), (4343, 'en', 'please_select_time', 'Please select Time', '2024-12-30 00:18:06', '2024-12-30 00:18:06'), (4344, 'en', 'enter_chapter_name', 'Enter Chapter Name', '2024-12-30 00:18:06', '2024-12-30 00:18:06'), (4345, 'en', '3', '3', '2024-12-30 00:18:20', '2024-12-30 00:18:20'), (4346, 'en', '4', '4', '2024-12-30 00:18:29', '2024-12-30 00:18:29'), (4347, 'en', 'course_status_change_successfully', 'Course Status Change Successfully', '2024-12-30 00:18:37', '2024-12-30 00:18:37'), (4348, 'en', '1', '1', '2024-12-30 00:18:55', '2024-12-30 00:18:55'), (4349, 'en', 'bundle_has_been_updated_successfully', 'Bundle has been updated successfully!', '2024-12-30 00:19:11', '2024-12-30 00:19:11'), (4350, 'en', 'if_you_delete_itcourse_bundle_and_purchase_bundle__all_data_will_be_deleted_permanently', 'If You delete it,course bundle and purchase bundle all data will be deleted permanently.', '2024-12-30 00:19:14', '2024-12-30 00:19:14'), (4351, 'en', '_edit_enroll', ' Edit Enroll', '2024-12-30 00:19:32', '2024-12-30 00:19:32'), (4352, 'en', 'as_an_admin_you_are_authorized_to_enroll_students_only_in', 'As an admin, you are authorized to enroll students only in', '2024-12-30 00:19:32', '2024-12-30 00:19:32'), (4353, 'en', 'free_courses', 'free courses', '2024-12-30 00:19:32', '2024-12-30 00:19:32'), (4354, 'en', 'enrollment_in', 'Enrollment in', '2024-12-30 00:19:32', '2024-12-30 00:19:32'), (4355, 'en', 'paid_courses', 'paid courses', '2024-12-30 00:19:32', '2024-12-30 00:19:32'), (4356, 'en', 'is_restricted_and_must_be_completed_by_the_student_or_handled_through_the_payment_system_please_verify_the_course_type_before_enrolling', 'is restricted and must be completed by the student or handled through the payment system. Please verify the course type before enrolling', '2024-12-30 00:19:32', '2024-12-30 00:19:32'), (4357, 'en', 'enter_organization_name', 'Enter Organization Name', '2024-12-30 00:19:55', '2024-12-30 00:19:55'), (4358, 'en', 'organization_has_been_saved_successfully', 'Organization has been saved successfully', '2024-12-30 00:19:57', '2024-12-30 00:19:57'), (4359, 'en', 'do_you_want_to_delete', 'Do you want to Delete.', '2024-12-30 00:20:07', '2024-12-30 00:20:07'), (4360, 'en', 'if_you_deleteinstructor_and_instructor_related_all_data_will_be_delete_permanently', 'If You delete,Instructor and Instructor related all data will be delete permanently.', '2024-12-30 00:20:07', '2024-12-30 00:20:07'), (4361, 'en', 'student_has_been_update_successfully', 'Student has been update successfully.', '2024-12-30 00:20:24', '2024-12-30 00:20:24'), (4362, 'en', 'discount_percentage', 'Discount Percentage', '2024-12-30 00:20:37', '2024-12-30 00:20:37'), (4363, 'en', '150', '150', '2024-12-30 00:20:37', '2024-12-30 00:20:37'), (4364, 'en', 'discount_amount', 'Discount Amount', '2024-12-30 00:20:37', '2024-12-30 00:20:37'), (4365, 'en', 'coupon_has_been_updated_successfully', 'Coupon has been updated successfully!', '2024-12-30 00:20:39', '2024-12-30 00:20:39'), (4366, 'es', 'enroll_now', 'Inscríbete ahora', '2024-12-30 00:21:01', '2024-12-30 00:21:01'), (4367, 'es', 'edulab_lms', 'Edulab LMS', '2024-12-30 00:21:01', '2024-12-30 00:21:01'), (4368, 'es', 'has_been_changed_successfully', 'ha sido cambiado exitosamente', '2024-12-30 00:21:01', '2024-12-30 00:21:01'), (4369, 'es', 'view_category_courses', 'Ver cursos de categoría', '2024-12-30 00:21:01', '2024-12-30 00:21:01'), (4370, 'es', 'english', 'Inglés', '2024-12-30 00:21:01', '2024-12-30 00:21:01'), (4371, 'es', 'arabic', 'árabe', '2024-12-30 00:21:01', '2024-12-30 00:21:01'), (4372, 'es', 'spanish', 'Español', '2024-12-30 00:21:01', '2024-12-30 00:21:01'), (4373, 'es', 'bengali', 'bengalí', '2024-12-30 00:21:01', '2024-12-30 00:21:01'), (4374, 'es', 'our_courses', 'Nuestros cursos', '2024-12-30 00:21:01', '2024-12-30 00:21:01'), (4375, 'en', 'email_template_has_been_updated_successfully', 'Email Template has been updated successfully!', '2024-12-30 00:21:02', '2024-12-30 00:21:02'), (4376, 'en', 'edit_blog_category', 'Edit Blog Category', '2024-12-30 00:21:07', '2024-12-30 00:21:07'), (4377, 'en', 'enter_blog_category', 'Enter Blog Category', '2024-12-30 00:21:07', '2024-12-30 00:21:07'), (4378, 'bn', 'no_meeting_provider', 'কোন মিটিং প্রদানকারী', '2024-12-30 00:21:39', '2024-12-30 00:21:39'), (4379, 'en', 'something_wrong', 'Something Wrong!', '2024-12-30 00:21:48', '2024-12-30 00:21:48'), (4380, 'en', 'notification_has_been_updated_successfully', 'Notification has been updated successfully!', '2024-12-30 00:22:24', '2024-12-30 00:22:24'), (4381, 'en', 'support_category_updated_successfully', 'Support Category updated successfully!', '2024-12-30 00:22:48', '2024-12-30 00:22:48'), (4382, 'es', 'showing', 'Demostración', '2024-12-30 00:22:53', '2024-12-30 00:22:53'), (4383, 'es', 'of', 'de', '2024-12-30 00:22:53', '2024-12-30 00:22:53'), (4384, 'es', 'results', 'Resultados', '2024-12-30 00:22:53', '2024-12-30 00:22:53'), (4385, 'es', 'courses_bundle', 'Paquete de cursos', '2024-12-30 00:22:53', '2024-12-30 00:22:53'), (4386, 'es', 'we_have', 'Nosotros tenemos', '2024-12-30 00:22:53', '2024-12-30 00:22:53'), (4387, 'es', 'bundle_course_offer', 'Oferta de curso combinado', '2024-12-30 00:22:53', '2024-12-30 00:22:53'), (4388, 'es', 'sign_in', 'Iniciar sesión', '2024-12-30 00:22:53', '2024-12-30 00:22:53'), (4389, 'es', 'discover_learn_and_thrive_with_us_experience_a_smooth_and_rewarding_educational_adventure_lets_get_started', 'Descubra, aprenda y prospere con nosotros. Experimente una aventura educativa fluida y gratificante. Empecemos', '2024-12-30 00:22:53', '2024-12-30 00:22:53'), (4390, 'es', 'or', 'O', '2024-12-30 00:22:53', '2024-12-30 00:22:53'), (4391, 'en', 'ticket_id', 'Ticket Id', '2024-12-30 00:22:55', '2024-12-30 00:22:55'), (4392, 'bn', 'clear', 'পরিষ্কার', '2024-12-30 00:22:57', '2024-12-30 00:22:57'), (4393, 'bn', 'ticket_reply', 'টিকিটের উত্তর', '2024-12-30 00:22:57', '2024-12-30 00:22:57'), (4394, 'bn', 'support_view', 'সমর্থন ভিউ', '2024-12-30 00:22:58', '2024-12-30 00:22:58'), (4395, 'bn', '11', '11+', '2024-12-30 00:22:58', '2024-12-30 00:22:58'), (4396, 'bn', 'add_instructor', 'প্রশিক্ষক যোগ করুন', '2024-12-30 00:22:58', '2024-12-30 00:22:58'), (4397, 'bn', 'add_category', 'বিভাগ যোগ করুন', '2024-12-30 00:22:58', '2024-12-30 00:22:58'), (4398, 'bn', 'click_bundle_course_for_learn', 'শিখতে বান্ডেল কোর্সে ক্লিক করুন', '2024-12-30 00:22:58', '2024-12-30 00:22:58'), (4399, 'bn', 'our_streamlined_admission_process_makes_it_easy_to_enroll_in_courses_that_fit_your_career_aspirations', 'আমাদের সুবিন্যস্ত ভর্তি প্রক্রিয়া আপনার ক্যারিয়ারের আকাঙ্খার সাথে মানানসই কোর্সে ভর্তি করা সহজ করে তোলে', '2024-12-30 00:22:58', '2024-12-30 00:22:58'), (4400, 'bn', 'admission_open', 'ভর্তি খোলা', '2024-12-30 00:22:58', '2024-12-30 00:22:58'), (4401, 'en', 'manage_permission', 'Manage Permission', '2024-12-30 00:23:16', '2024-12-30 00:23:16'), (4402, 'en', 'module_name', 'Module Name', '2024-12-30 00:23:16', '2024-12-30 00:23:16'), (4403, 'en', 'permission_updated_successfully', 'Permission updated successfully.', '2024-12-30 00:23:20', '2024-12-30 00:23:20'), (4404, 'en', 'guard_name', 'Guard Name', '2024-12-30 00:23:28', '2024-12-30 00:23:28'), (4405, 'en', 'role_updated_successfully', 'Role updated successfully.', '2024-12-30 00:23:33', '2024-12-30 00:23:33'), (4406, 'en', 'manage_staff', 'Manage Staff', '2024-12-30 00:23:40', '2024-12-30 00:23:40'), (4407, 'en', 'admin_update_successfully', 'Admin Update successfully.', '2024-12-30 00:23:43', '2024-12-30 00:23:43'), (4408, 'en', 'sandbox', 'Sandbox', '2024-12-30 00:23:48', '2024-12-30 00:23:48'), (4409, 'en', 'secret_key', 'Secret key', '2024-12-30 00:23:49', '2024-12-30 00:23:49'), (4410, 'en', 'publishable_key', 'Publishable Key', '2024-12-30 00:23:50', '2024-12-30 00:23:50'), (4411, 'en', 'publishable_or_client_id', 'Publishable or Client Id', '2024-12-30 00:23:50', '2024-12-30 00:23:50'), (4412, 'en', 'method_name', 'Method Name', '2024-12-30 00:23:50', '2024-12-30 00:23:50'), (4413, 'en', 'payment_method_name', 'Payment Method Name', '2024-12-30 00:23:50', '2024-12-30 00:23:50'), (4414, 'en', 'payment_method_updated_successfully', 'Payment Method updated successfully!', '2024-12-30 00:23:52', '2024-12-30 00:23:52'), (4415, 'en', '1056', '1056', '2024-12-30 00:23:58', '2024-12-30 00:23:58'), (4416, 'en', '816', '816', '2024-12-30 00:23:58', '2024-12-30 00:23:58'), (4417, 'en', 'update_successfully', 'Update Successfully', '2024-12-30 00:24:01', '2024-12-30 00:24:01'), (4418, 'bn', 'enroll_now', 'এখন নথিভুক্ত করুন', '2024-12-30 00:24:04', '2024-12-30 00:24:04'), (4419, 'bn', 'edulab_lms', 'এডুল্যাব এলএমএস', '2024-12-30 00:24:04', '2024-12-30 00:24:04'), (4420, 'bn', 'has_been_changed_successfully', 'সফলভাবে পরিবর্তন করা হয়েছে', '2024-12-30 00:24:04', '2024-12-30 00:24:04'), (4421, 'bn', 'view_category_courses', 'বিভাগ কোর্স দেখুন', '2024-12-30 00:24:04', '2024-12-30 00:24:04'), (4422, 'bn', 'english', 'ইংরেজি', '2024-12-30 00:24:04', '2024-12-30 00:24:04'), (4423, 'bn', 'arabic', 'আরবি', '2024-12-30 00:24:04', '2024-12-30 00:24:04'), (4424, 'bn', 'spanish', 'স্প্যানিশ', '2024-12-30 00:24:04', '2024-12-30 00:24:04'), (4425, 'bn', 'bengali', 'বাংলা', '2024-12-30 00:24:04', '2024-12-30 00:24:04'), (4426, 'bn', 'our_courses', 'আমাদের কোর্স', '2024-12-30 00:24:04', '2024-12-30 00:24:04'), (4427, 'en', 'faq_has_been_updated_successfully', 'FAQ has been updated successfully!', '2024-12-30 00:24:08', '2024-12-30 00:24:08'), (4428, 'en', 'page_has_been_updated_successfully', 'Page has been updated successfully!', '2024-12-30 00:24:18', '2024-12-30 00:24:18'), (4429, 'bn', 'showing', 'দেখাচ্ছে', '2024-12-30 12:25:07', '2024-12-30 12:25:07'), (4430, 'bn', 'of', 'এর', '2024-12-30 12:25:07', '2024-12-30 12:25:07'), (4431, 'bn', 'results', 'ফলাফল', '2024-12-30 12:25:07', '2024-12-30 12:25:07'), (4432, 'bn', 'courses_bundle', 'কোর্স বান্ডিল', '2024-12-30 12:25:07', '2024-12-30 12:25:07'), (4433, 'bn', 'we_have', 'আমরা আছে', '2024-12-30 12:25:07', '2024-12-30 12:25:07'), (4434, 'bn', 'bundle_course_offer', 'বান্ডেল কোর্স অফার', '2024-12-30 12:25:07', '2024-12-30 12:25:07'), (4435, 'bn', 'sign_in', 'সাইন ইন করুন', '2024-12-30 12:25:07', '2024-12-30 12:25:07'), (4436, 'bn', 'discover_learn_and_thrive_with_us_experience_a_smooth_and_rewarding_educational_adventure_lets_get_started', 'আমাদের সাথে আবিষ্কার করুন, শিখুন এবং উন্নতি করুন। একটি মসৃণ এবং ফলপ্রসূ শিক্ষামূলক অ্যাডভেঞ্চারের অভিজ্ঞতা নিন। চলুন শুরু করা যাক', '2024-12-30 12:25:07', '2024-12-30 12:25:07'), (4437, 'bn', 'or', 'বা', '2024-12-30 12:25:07', '2024-12-30 12:25:07'), (4438, 'es', 'dont_have_an_account_yet', 'Aún no tengo una cuenta', '2024-12-30 12:25:09', '2024-12-30 22:33:41'), (4439, 'es', 'login_successfully', 'Iniciar sesión exitosamente', '2024-12-30 12:25:09', '2024-12-30 12:25:09'), (4440, 'es', 'support_request', 'Solicitud de soporte', '2024-12-30 12:25:09', '2024-12-30 12:25:09'), (4441, 'es', 'adjust_configurations', 'Ajustar configuraciones', '2024-12-30 12:25:09', '2024-12-30 12:25:09'), (4442, 'es', 'transform_your_space_to_reflect_your_personality', '¡Transforma tu espacio para reflejar tu personalidad!', '2024-12-30 12:25:09', '2024-12-30 12:25:09'), (4443, 'es', 'theme_appearance', 'Apariencia del tema', '2024-12-30 12:25:09', '2024-12-30 12:25:09'), (4444, 'es', 'light', 'Ligero', '2024-12-30 12:25:09', '2024-12-30 12:25:09'), (4445, 'es', 'dark', 'Oscuro', '2024-12-30 12:25:09', '2024-12-30 12:25:09'), (4446, 'bn', 'dont_have_an_account_yet', 'এখনও কোনো অ্যাকাউন্ট নেই', '2024-12-30 12:26:10', '2024-12-30 21:13:23'), (4447, 'bn', 'login_successfully', 'সফলভাবে লগইন করুন', '2024-12-30 12:26:10', '2024-12-30 12:26:10'), (4448, 'bn', 'support_request', 'সমর্থন অনুরোধ', '2024-12-30 12:26:10', '2024-12-30 12:26:10'), (4449, 'bn', 'adjust_configurations', 'কনফিগারেশন সামঞ্জস্য করুন', '2024-12-30 12:26:10', '2024-12-30 12:26:10'), (4450, 'bn', 'transform_your_space_to_reflect_your_personality', 'আপনার ব্যক্তিত্ব প্রতিফলিত করার জন্য আপনার স্থান পরিবর্তন করুন!', '2024-12-30 12:26:10', '2024-12-30 12:26:10'), (4451, 'bn', 'theme_appearance', 'থিম চেহারা', '2024-12-30 12:26:10', '2024-12-30 12:26:10'), (4452, 'bn', 'light', 'আলো', '2024-12-30 12:26:10', '2024-12-30 12:26:10'), (4453, 'bn', 'dark', 'অন্ধকার', '2024-12-30 12:26:10', '2024-12-30 12:26:10'), (4454, 'es', 'theme_card_style', 'Estilo de tarjeta temática', '2024-12-30 12:27:09', '2024-12-30 12:27:09'), (4455, 'es', 'round', 'Redondo', '2024-12-30 12:27:09', '2024-12-30 12:27:09'), (4456, 'es', 'square', 'Cuadrado', '2024-12-30 12:27:09', '2024-12-30 12:27:09'), (4457, 'es', 'theme_layout_width', 'Ancho del diseño del tema', '2024-12-30 12:27:09', '2024-12-30 12:27:09'), (4458, 'es', 'full_width', 'Ancho completo', '2024-12-30 12:27:09', '2024-12-30 12:27:09'), (4459, 'es', 'container', 'Recipiente', '2024-12-30 12:27:09', '2024-12-30 12:27:09'), (4460, 'es', 'reset', 'Reiniciar', '2024-12-30 12:27:09', '2024-12-30 12:27:09'), (4461, 'es', 'do_you_want_to_trash', '¿Quieres tirar a la basura?', '2024-12-30 12:27:09', '2024-12-30 12:27:09'), (4462, 'es', 'if_you_trash_icon_data_will_be_trashed', 'Si tira a la papelera, los datos de los íconos se eliminarán.', '2024-12-30 12:27:09', '2024-12-30 12:27:09'), (4463, 'bn', 'theme_card_style', 'থিম কার্ড শৈলী', '2024-12-30 12:27:22', '2024-12-30 12:27:22'), (4464, 'bn', 'round', 'গোলাকার', '2024-12-30 12:27:22', '2024-12-30 12:27:22'), (4465, 'bn', 'square', 'বর্গক্ষেত্র', '2024-12-30 12:27:22', '2024-12-30 12:27:22'), (4466, 'bn', 'theme_layout_width', 'থিম লেআউট প্রস্থ', '2024-12-30 12:27:22', '2024-12-30 12:27:22'), (4467, 'bn', 'full_width', 'সম্পূর্ণ প্রস্থ', '2024-12-30 12:27:22', '2024-12-30 12:27:22'), (4468, 'bn', 'container', 'ধারক', '2024-12-30 12:27:22', '2024-12-30 12:27:22'), (4469, 'bn', 'reset', 'রিসেট করুন', '2024-12-30 12:27:22', '2024-12-30 12:27:22'), (4470, 'bn', 'do_you_want_to_trash', 'আপনি ট্র্যাশ করতে চান', '2024-12-30 12:27:22', '2024-12-30 12:27:22'), (4471, 'bn', 'if_you_trash_icon_data_will_be_trashed', 'আপনি ট্র্যাশ করলে, আইকন ডেটা ট্র্যাশ করা হবে।', '2024-12-30 12:27:22', '2024-12-30 21:13:48'), (4472, 'bn', 'theme_preview', 'থিম প্রিভিউ', '2024-12-30 12:28:32', '2024-12-30 12:28:32'), (4473, 'bn', 'by', 'দ্বারা', '2024-12-30 12:28:32', '2024-12-30 12:28:32'), (4474, 'bn', 'if_you_trashcourse_and_course_related_all_data_will_be_trashed', 'আপনি যদি ট্র্যাশ করেন তবে কোর্স এবং কোর্স সম্পর্কিত সমস্ত ডেটা ট্র্যাশ করা হবে।', '2024-12-30 12:28:32', '2024-12-30 12:28:32'), (4475, 'bn', 'to', 'থেকে', '2024-12-30 12:28:32', '2024-12-30 12:28:32'), (4476, 'bn', 'entries', 'এন্ট্রি', '2024-12-30 12:28:32', '2024-12-30 12:28:32'), (4477, 'bn', 'do_you_want_to_permanent_delete', 'আপনি স্থায়ী মুছে ফেলতে চান.', '2024-12-30 12:28:32', '2024-12-30 12:28:32'), (4478, 'bn', 'if_you_delete_itcourse_and_course_related_all_data_will_be_deleted_permanently', 'আপনি এটি মুছে ফেললে, কোর্স এবং কোর্স সম্পর্কিত সমস্ত ডেটা স্থায়ীভাবে মুছে যাবে।', '2024-12-30 12:28:32', '2024-12-30 12:28:32'), (4479, 'bn', 'restore', 'পুনরুদ্ধার করুন', '2024-12-30 12:28:32', '2024-12-30 12:28:32'), (4480, 'bn', 'do_you_want_to_restore', 'আপনি কি পুনরুদ্ধার করতে চান', '2024-12-30 12:28:32', '2024-12-30 12:28:32'), (4481, 'bn', 'view_level', 'লেভেল দেখুন', '2024-12-30 12:30:10', '2024-12-30 12:30:10'), (4482, 'bn', 'be_careful_it_may_affect_performance', 'সতর্ক থাকুন, এটি কর্মক্ষমতা প্রভাবিত করতে পারে', '2024-12-30 12:30:10', '2024-12-30 12:30:10'), (4483, 'bn', 'clear_cache', 'ক্যাশে সাফ করুন', '2024-12-30 12:30:10', '2024-12-30 12:30:10'), (4484, 'bn', 'best_for_production_performance', 'উত্পাদন কর্মক্ষমতা জন্য সেরা', '2024-12-30 12:30:10', '2024-12-30 12:30:10'), (4485, 'bn', 'optimize_cache', 'ক্যাশে অপ্টিমাইজ করুন', '2024-12-30 12:30:10', '2024-12-30 12:30:10'), (4486, 'bn', 'storage_link', 'স্টোরেজ লিঙ্ক', '2024-12-30 12:30:10', '2024-12-30 12:30:10'), (4487, 'bn', 'enter_your_application_name', 'আপনার আবেদন নাম লিখুন', '2024-12-30 12:30:10', '2024-12-30 12:30:10'), (4488, 'bn', 'enter_your_contact_email', 'আপনার যোগাযোগ ইমেল লিখুন', '2024-12-30 12:30:10', '2024-12-30 12:30:10'), (4489, 'bn', '100', '100', '2024-12-30 12:30:10', '2024-12-30 12:30:10'), (4490, 'es', 'theme_preview', 'Vista previa del tema', '2024-12-30 12:30:29', '2024-12-30 12:30:29'), (4491, 'es', 'by', 'por', '2024-12-30 12:30:29', '2024-12-30 12:30:29'), (4492, 'es', 'if_you_trashcourse_and_course_related_all_data_will_be_trashed', 'Si tira a la papelera, el curso y los datos relacionados con el curso se eliminarán.', '2024-12-30 12:30:29', '2024-12-30 12:30:29'), (4493, 'es', 'to', 'a', '2024-12-30 12:30:29', '2024-12-30 12:30:29'), (4494, 'es', 'entries', 'entradas', '2024-12-30 12:30:29', '2024-12-30 12:30:29'), (4495, 'es', 'do_you_want_to_permanent_delete', '¿Quieres eliminar permanentemente?', '2024-12-30 12:30:29', '2024-12-30 12:30:29'), (4496, 'es', 'if_you_delete_itcourse_and_course_related_all_data_will_be_deleted_permanently', 'Si lo elimina, todos los datos del curso y los relacionados con el curso se eliminarán permanentemente.', '2024-12-30 12:30:29', '2024-12-30 12:30:29'), (4497, 'es', 'restore', 'Restaurar', '2024-12-30 12:30:29', '2024-12-30 12:30:29'), (4498, 'es', 'do_you_want_to_restore', '¿Quieres restaurar', '2024-12-30 12:30:29', '2024-12-30 12:30:29'), (4499, 'bn', '35', '35', '2024-12-30 12:31:07', '2024-12-30 12:31:07'), (4500, 'bn', '16', '16', '2024-12-30 12:31:07', '2024-12-30 12:31:07'), (4501, 'bn', '40', '40', '2024-12-30 12:31:07', '2024-12-30 12:31:07'), (4502, 'bn', 'driver', 'ড্রাইভার', '2024-12-30 12:31:07', '2024-12-30 12:31:07'), (4503, 'bn', 'select_option', 'বিকল্প নির্বাচন করুন', '2024-12-30 12:31:07', '2024-12-30 12:31:07'), (4504, 'bn', 'smtp', 'smtp', '2024-12-30 12:31:07', '2024-12-30 12:31:07'), (4505, 'bn', 'sendmail', 'সেন্ডমেইল', '2024-12-30 12:31:07', '2024-12-30 12:31:07'), (4506, 'bn', 'mail_host', 'মেল হোস্ট', '2024-12-30 12:31:07', '2024-12-30 12:31:07'), (4507, 'bn', 'host', 'হোস্ট', '2024-12-30 12:31:07', '2024-12-30 12:31:07'), (4508, 'es', 'view_level', 'Ver nivel', '2024-12-30 12:31:47', '2024-12-30 12:31:47'), (4509, 'es', 'be_careful_it_may_affect_performance', 'Ojo, puede afectar el rendimiento', '2024-12-30 12:31:47', '2024-12-30 12:31:47'), (4510, 'es', 'clear_cache', 'Borrar caché', '2024-12-30 12:31:47', '2024-12-30 12:31:47'), (4511, 'es', 'best_for_production_performance', 'Lo mejor para el rendimiento de producción', '2024-12-30 12:31:47', '2024-12-30 12:31:47'), (4512, 'es', 'optimize_cache', 'Optimizar caché', '2024-12-30 12:31:47', '2024-12-30 12:31:47'), (4513, 'es', 'storage_link', 'Enlace de almacenamiento', '2024-12-30 12:31:47', '2024-12-30 12:31:47'), (4514, 'es', 'enter_your_application_name', 'Ingrese el nombre de su aplicación', '2024-12-30 12:31:47', '2024-12-30 12:31:47'), (4515, 'es', 'enter_your_contact_email', 'Ingrese su correo electrónico de contacto', '2024-12-30 12:31:47', '2024-12-30 12:31:47'), (4516, 'es', '100', '100', '2024-12-30 12:31:47', '2024-12-30 12:31:47'), (4517, 'bn', 'mail_port', 'মেইল পোর্ট', '2024-12-30 12:32:20', '2024-12-30 12:32:20'), (4518, 'bn', 'port', 'পোর্ট', '2024-12-30 12:32:20', '2024-12-30 12:32:20'), (4519, 'bn', 'from_address', 'ঠিকানা থেকে', '2024-12-30 12:32:20', '2024-12-30 12:32:20'), (4520, 'bn', 'mail_user_name', 'মেল ব্যবহারকারীর নাম', '2024-12-30 12:32:20', '2024-12-30 12:32:20'), (4521, 'bn', 'user_name', 'ব্যবহারকারীর নাম', '2024-12-30 12:32:20', '2024-12-30 12:32:20'), (4522, 'bn', 'mail_encryption', 'মেল এনক্রিপশন', '2024-12-30 12:32:20', '2024-12-30 12:32:20'), (4523, 'bn', 'tls', 'টিএলএস', '2024-12-30 12:32:20', '2024-12-30 12:32:20'), (4524, 'bn', 'ssl', 'SSL', '2024-12-30 12:32:20', '2024-12-30 12:32:20'), (4525, 'bn', 'php_version', 'পিএইচপি সংস্করণ', '2024-12-30 12:32:20', '2024-12-30 12:32:20'), (4526, 'es', '35', '35', '2024-12-30 12:33:18', '2024-12-30 12:33:18'), (4527, 'es', '16', '16', '2024-12-30 12:33:18', '2024-12-30 12:33:18'), (4528, 'es', '40', '40', '2024-12-30 12:33:18', '2024-12-30 12:33:18'), (4529, 'es', 'driver', 'Conductor', '2024-12-30 12:33:18', '2024-12-30 12:33:18'), (4530, 'es', 'select_option', 'Seleccionar opción', '2024-12-30 12:33:18', '2024-12-30 12:33:18'), (4531, 'es', 'smtp', 'smtp', '2024-12-30 12:33:18', '2024-12-30 12:33:18'), (4532, 'es', 'sendmail', 'enviar correo', '2024-12-30 12:33:18', '2024-12-30 12:33:18'), (4533, 'es', 'mail_host', 'Anfitrión de correo', '2024-12-30 12:33:18', '2024-12-30 12:33:18'), (4534, 'es', 'host', 'Anfitrión', '2024-12-30 12:33:18', '2024-12-30 12:33:18'), (4535, 'bn', 'laravel_version', 'লারাভেল সংস্করণ', '2024-12-30 12:33:22', '2024-12-30 12:33:22'), (4536, 'bn', 'server__software', 'সার্ভার সফটওয়্যার', '2024-12-30 12:33:22', '2024-12-30 12:33:22'), (4537, 'bn', 'litespeed', 'লাইটস্পীড', '2024-12-30 12:33:22', '2024-12-30 12:33:22'), (4538, 'bn', 'server_ip_address', 'সার্ভার আইপি ঠিকানা', '2024-12-30 12:33:22', '2024-12-30 12:33:22'), (4539, 'bn', 'server_protocol', 'সার্ভার প্রোটোকল', '2024-12-30 12:33:22', '2024-12-30 12:33:22'), (4540, 'bn', 'http_host', 'HTTP হোস্ট', '2024-12-30 12:33:22', '2024-12-30 12:33:22'), (4541, 'bn', 'database_port', 'ডাটাবেস পোর্ট', '2024-12-30 12:33:22', '2024-12-30 12:33:22'), (4542, 'bn', 'app_environment', 'অ্যাপ এনভায়রনমেন্ট', '2024-12-30 12:33:22', '2024-12-30 12:33:22'), (4543, 'bn', 'app_debug', 'অ্যাপ ডিবাগ', '2024-12-30 12:33:22', '2024-12-30 12:33:22'), (4544, 'en', 'sort_chapter', 'Sort Chapter', '2024-12-30 12:33:23', '2024-12-30 12:33:23'), (4545, 'en', 'edit_chapter', 'Edit Chapter', '2024-12-30 12:33:23', '2024-12-30 12:33:23'), (4546, 'en', 'delete_chapter', 'Delete Chapter', '2024-12-30 12:33:23', '2024-12-30 12:33:23'), (4547, 'es', 'mail_port', 'Puerto de correo', '2024-12-30 12:34:34', '2024-12-30 12:34:34'), (4548, 'es', 'port', 'Puerto', '2024-12-30 12:34:34', '2024-12-30 12:34:34'), (4549, 'es', 'from_address', 'De la dirección', '2024-12-30 12:34:34', '2024-12-30 12:34:34'), (4550, 'es', 'mail_user_name', 'Nombre de usuario de correo', '2024-12-30 12:34:34', '2024-12-30 12:34:34'), (4551, 'es', 'user_name', 'Nombre de usuario', '2024-12-30 12:34:34', '2024-12-30 12:34:34'), (4552, 'es', 'mail_encryption', 'Cifrado de correo', '2024-12-30 12:34:34', '2024-12-30 12:34:34'), (4553, 'es', 'tls', 'TLS', '2024-12-30 12:34:34', '2024-12-30 12:34:34'), (4554, 'es', 'ssl', 'SSL', '2024-12-30 12:34:34', '2024-12-30 12:34:34'), (4555, 'es', 'php_version', 'Versión PHP', '2024-12-30 12:34:34', '2024-12-30 12:34:34'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (4556, 'bn', 'true', 'সত্য', '2024-12-30 12:34:53', '2024-12-30 12:34:53'), (4557, 'bn', 'storage_link_successfully', 'স্টোরেজ লিঙ্ক সফলভাবে', '2024-12-30 12:34:53', '2024-12-30 12:34:53'), (4558, 'bn', 'cache_clear_successfully', 'ক্যাশে সাফ সফলভাবে', '2024-12-30 12:34:53', '2024-12-30 12:34:53'), (4559, 'bn', 'cache_optimize_successfully', 'ক্যাশে অপ্টিমাইজ সফলভাবে', '2024-12-30 12:34:53', '2024-12-30 12:34:53'), (4560, 'bn', 'would_you_like_support_for_users_to_switch_between_multiple_themes_on_your_website', 'আপনি কি ব্যবহারকারীদের আপনার ওয়েবসাইটে একাধিক থিমের মধ্যে স্যুইচ করার জন্য সমর্থন চান?', '2024-12-30 12:34:53', '2024-12-30 12:34:53'), (4561, 'bn', 'upload_logo__favicon', 'লোগো এবং ফেভিকন আপলোড করুন', '2024-12-30 12:34:53', '2024-12-30 12:34:53'), (4562, 'bn', 'theme_logo', 'থিম লোগো', '2024-12-30 12:34:53', '2024-12-30 12:34:53'), (4563, 'bn', 'footer_logo', 'ফুটার লোগো', '2024-12-30 12:34:53', '2024-12-30 21:15:03'), (4564, 'bn', '160', '160', '2024-12-30 12:34:53', '2024-12-30 12:34:53'), (4565, 'bn', '45', '45', '2024-12-30 12:35:43', '2024-12-30 12:35:43'), (4566, 'bn', 'disable', 'নিষ্ক্রিয় করুন', '2024-12-30 12:35:43', '2024-12-30 12:35:43'), (4567, 'bn', 'twak_chat_settings', 'Tawk চ্যাট সেটিংস', '2024-12-30 12:35:43', '2024-12-30 12:35:43'), (4568, 'bn', 'tawk_url', 'Tawk Url', '2024-12-30 12:35:43', '2024-12-30 12:35:43'), (4569, 'bn', 'satisfied_student', 'সন্তুষ্ট ছাত্র', '2024-12-30 12:35:43', '2024-12-30 12:35:43'), (4570, 'bn', 'if_you_trashsubject_data_will_be_trashed', 'আপনি ট্র্যাশ করলে, বিষয় ডেটা ট্র্যাশ করা হবে।', '2024-12-30 12:35:43', '2024-12-30 12:35:43'), (4571, 'bn', '15', '15', '2024-12-30 12:35:43', '2024-12-30 12:35:43'), (4572, 'bn', 'approved_course', 'অনুমোদিত কোর্স', '2024-12-30 12:35:43', '2024-12-30 12:35:43'), (4573, 'bn', '13', '13', '2024-12-30 12:35:43', '2024-12-30 12:35:43'), (4574, 'es', 'laravel_version', 'Versión Laravel', '2024-12-30 12:36:04', '2024-12-30 12:36:04'), (4575, 'es', 'server__software', 'Software de servidor', '2024-12-30 12:36:04', '2024-12-30 12:36:04'), (4576, 'es', 'litespeed', 'Velocidad Lite', '2024-12-30 12:36:04', '2024-12-30 12:36:04'), (4577, 'es', 'server_ip_address', 'Dirección IP del servidor', '2024-12-30 12:36:04', '2024-12-30 12:36:04'), (4578, 'es', 'server_protocol', 'Protocolo de servidor', '2024-12-30 12:36:04', '2024-12-30 12:36:04'), (4579, 'es', 'http_host', 'Anfitrión HTTP', '2024-12-30 12:36:04', '2024-12-30 12:36:04'), (4580, 'es', 'database_port', 'Puerto de base de datos', '2024-12-30 12:36:04', '2024-12-30 12:36:04'), (4581, 'es', 'app_environment', 'Entorno de aplicación', '2024-12-30 12:36:04', '2024-12-30 12:36:04'), (4582, 'es', 'app_debug', 'Depuración de aplicaciones', '2024-12-30 12:36:04', '2024-12-30 12:36:04'), (4583, 'bn', 'pending_course', 'মুলতুবি কোর্স', '2024-12-30 12:36:39', '2024-12-30 12:36:39'), (4584, 'bn', 'rejected_course', 'প্রত্যাখ্যাত কোর্স', '2024-12-30 12:36:39', '2024-12-30 12:36:39'), (4585, 'bn', '7', '2', '2024-12-30 12:36:39', '2024-12-30 12:36:39'), (4586, 'bn', 'sub_category', 'সাব ক্যাটাগরি', '2024-12-30 12:36:39', '2024-12-30 12:36:39'), (4587, 'bn', 'select_status', 'স্থিতি নির্বাচন করুন', '2024-12-30 12:36:39', '2024-12-30 12:36:39'), (4588, 'bn', 'approved', 'অনুমোদিত', '2024-12-30 12:36:39', '2024-12-30 12:36:39'), (4589, 'bn', 'rejected', 'প্রত্যাখ্যাত', '2024-12-30 12:36:39', '2024-12-30 12:36:39'), (4590, 'bn', 'if_you_trashcourse_bundle_and_purchase_bundle_related_all_data_will_be_trashed', 'আপনি যদি ট্র্যাশ করেন, কোর্স বান্ডেল এবং ক্রয় বান্ডেল সম্পর্কিত সমস্ত ডেটা ট্র্যাশ করা হবে।', '2024-12-30 12:36:39', '2024-12-30 12:36:39'), (4591, 'es', 'true', 'Verdadero', '2024-12-30 12:37:25', '2024-12-30 12:37:25'), (4592, 'es', 'storage_link_successfully', 'enlace de almacenamiento con éxito', '2024-12-30 12:37:25', '2024-12-30 12:37:25'), (4593, 'es', 'cache_clear_successfully', 'Borrar caché con éxito', '2024-12-30 12:37:25', '2024-12-30 12:37:25'), (4594, 'es', 'cache_optimize_successfully', 'Optimización de caché con éxito', '2024-12-30 12:37:25', '2024-12-30 12:37:25'), (4595, 'es', 'would_you_like_support_for_users_to_switch_between_multiple_themes_on_your_website', '¿Le gustaría que los usuarios pudieran cambiar entre varios temas en su sitio web?', '2024-12-30 12:37:25', '2024-12-30 12:37:25'), (4596, 'es', 'upload_logo__favicon', 'Subir logotipo y favicon', '2024-12-30 12:37:25', '2024-12-30 12:37:25'), (4597, 'es', 'theme_logo', 'Logotipo del tema', '2024-12-30 12:37:25', '2024-12-30 12:37:25'), (4598, 'es', 'footer_logo', 'Logotipo de pie de página', '2024-12-30 12:37:25', '2024-12-30 12:37:25'), (4599, 'es', '160', '160', '2024-12-30 12:37:25', '2024-12-30 12:37:25'), (4600, 'es', '45', '45', '2024-12-30 12:38:37', '2024-12-30 12:38:37'), (4601, 'es', 'disable', 'Desactivar', '2024-12-30 12:38:37', '2024-12-30 12:38:37'), (4602, 'es', 'twak_chat_settings', 'Configuración del chat Twak', '2024-12-30 12:38:37', '2024-12-30 12:38:37'), (4603, 'es', 'tawk_url', 'URL de modificación', '2024-12-30 12:38:37', '2024-12-30 12:38:37'), (4604, 'es', 'satisfied_student', 'Estudiante satisfecho', '2024-12-30 12:38:37', '2024-12-30 12:38:37'), (4605, 'es', 'if_you_trashsubject_data_will_be_trashed', 'Si tira a la papelera, los datos del sujeto se eliminarán.', '2024-12-30 12:38:37', '2024-12-30 12:38:37'), (4606, 'es', '15', '15', '2024-12-30 12:38:37', '2024-12-30 12:38:37'), (4607, 'es', 'approved_course', 'Curso aprobado', '2024-12-30 12:38:37', '2024-12-30 12:38:37'), (4608, 'es', '13', '13', '2024-12-30 12:38:37', '2024-12-30 12:38:37'), (4609, 'es', 'pending_course', 'Curso Pendiente', '2024-12-30 12:40:12', '2024-12-30 12:40:12'), (4610, 'es', 'rejected_course', 'Curso rechazado', '2024-12-30 12:40:12', '2024-12-30 12:40:12'), (4611, 'es', '7', '7', '2024-12-30 12:40:12', '2024-12-30 12:40:12'), (4612, 'es', 'sub_category', 'Subcategoría', '2024-12-30 12:40:12', '2024-12-30 12:40:12'), (4613, 'es', 'select_status', 'Seleccionar estado', '2024-12-30 12:40:12', '2024-12-30 12:40:12'), (4614, 'es', 'approved', 'Aprobado', '2024-12-30 12:40:12', '2024-12-30 12:40:12'), (4615, 'es', 'rejected', 'Rechazado', '2024-12-30 12:40:12', '2024-12-30 12:40:12'), (4616, 'es', 'if_you_trashcourse_bundle_and_purchase_bundle_related_all_data_will_be_trashed', 'Si tira a la basura, el paquete de cursos y el paquete de compra relacionado, todos los datos se eliminarán.', '2024-12-30 12:40:12', '2024-12-30 12:40:12'), (4617, 'bn', 'if_you_trash_organization_and_organization_related_all_data_will_be_trashed', 'আপনি ট্র্যাশ করলে, সংস্থা এবং সংস্থা সম্পর্কিত সমস্ত ডেটা ট্র্যাশ করা হবে।', '2024-12-30 12:40:23', '2024-12-30 12:40:23'), (4618, 'bn', 'active_organization', 'সক্রিয় সংগঠন', '2024-12-30 12:40:23', '2024-12-30 12:40:23'), (4619, 'bn', 'deactivate_organization', 'সংগঠন নিষ্ক্রিয় করুন', '2024-12-30 12:40:23', '2024-12-30 12:40:23'), (4620, 'bn', 'unverified', 'যাচাই করা হয়নি', '2024-12-30 12:40:23', '2024-12-30 12:40:23'), (4621, 'bn', 'search_name', 'নাম অনুসন্ধান করুন', '2024-12-30 12:40:23', '2024-12-30 12:40:23'), (4622, 'bn', 'total_instructor', 'মোট প্রশিক্ষক', '2024-12-30 12:40:23', '2024-12-30 12:40:23'), (4623, 'bn', '14', '14', '2024-12-30 12:40:23', '2024-12-30 12:40:23'), (4624, 'bn', 'active_instructor', 'সক্রিয় প্রশিক্ষক', '2024-12-30 12:40:23', '2024-12-30 12:40:23'), (4625, 'bn', 'deactivate_instructor', 'প্রশিক্ষক নিষ্ক্রিয় করুন', '2024-12-30 12:40:23', '2024-12-30 12:40:23'), (4626, 'bn', 'if_you_trashinstructor_and_instructor_related_all_data_will_be_trashed', 'আপনি ট্র্যাশ করলে, প্রশিক্ষক এবং প্রশিক্ষক সম্পর্কিত সমস্ত ডেটা ট্র্যাশ করা হবে।', '2024-12-30 12:42:13', '2024-12-30 12:42:13'), (4627, 'bn', 'if_you_trashstudent_and_student_related_all_data_will_be_trashed', 'আপনি ট্র্যাশ করলে, ছাত্র এবং ছাত্র সম্পর্কিত সমস্ত ডেটা ট্র্যাশ করা হবে।', '2024-12-30 12:42:13', '2024-12-30 12:42:13'), (4628, 'bn', 'total_student', 'মোট ছাত্র', '2024-12-30 12:42:13', '2024-12-30 12:42:13'), (4629, 'bn', '12', '12', '2024-12-30 12:42:13', '2024-12-30 12:42:13'), (4630, 'bn', 'active_student', 'সক্রিয় ছাত্র', '2024-12-30 12:42:13', '2024-12-30 12:42:13'), (4631, 'bn', 'deactivate_student', 'ছাত্র নিষ্ক্রিয়', '2024-12-30 12:42:13', '2024-12-30 12:42:13'), (4632, 'bn', 'manage_blog_category', 'ব্লগ বিভাগ পরিচালনা করুন', '2024-12-30 12:42:13', '2024-12-30 12:42:13'), (4633, 'bn', 'if_you_trash_if_have_category_blog_all_data_will_be_trash', 'যদি আপনি ট্র্যাশ করেন, যদি ক্যাটাগরি ব্লগ থাকে তবে সমস্ত ডেটা ট্র্যাশ হবে।', '2024-12-30 12:42:13', '2024-12-30 12:42:13'), (4634, 'bn', 'free_consultation', 'বিনামূল্যে পরামর্শ', '2024-12-30 12:42:13', '2024-12-30 12:42:13'), (4635, 'es', 'if_you_trash_organization_and_organization_related_all_data_will_be_trashed', 'Si elimina la basura, la organización y todos los datos relacionados con la organización se eliminarán.', '2024-12-30 12:42:48', '2024-12-30 12:42:48'), (4636, 'es', 'active_organization', 'Organización activa', '2024-12-30 12:42:48', '2024-12-30 12:42:48'), (4637, 'es', 'deactivate_organization', 'Desactivar organización', '2024-12-30 12:42:48', '2024-12-30 12:42:48'), (4638, 'es', 'unverified', 'Inconfirmado', '2024-12-30 12:42:48', '2024-12-30 12:42:48'), (4639, 'es', 'search_name', 'Nombre de búsqueda', '2024-12-30 12:42:48', '2024-12-30 12:42:48'), (4640, 'es', 'total_instructor', 'Instructor total', '2024-12-30 12:42:48', '2024-12-30 12:42:48'), (4641, 'es', '14', '14', '2024-12-30 12:42:48', '2024-12-30 12:42:48'), (4642, 'es', 'active_instructor', 'Instructor activo', '2024-12-30 12:42:48', '2024-12-30 12:42:48'), (4643, 'es', 'deactivate_instructor', 'Desactivar instructor', '2024-12-30 12:42:48', '2024-12-30 12:42:48'), (4644, 'bn', 'register', 'নিবন্ধন করুন', '2024-12-30 12:43:20', '2024-12-30 12:43:20'), (4645, 'bn', 'discover_learn_and_thrive_with_us_experience_a_smooth_and_rewarding_educational_adventurelets_get_started', 'আমাদের সাথে আবিষ্কার করুন, শিখুন এবং উন্নতি করুন। একটি মসৃণ এবং পুরস্কৃত শিক্ষামূলক দুঃসাহসিক অভিজ্ঞতা উপভোগ করুন৷ আসুন শুরু করা যাক৷', '2024-12-30 12:43:20', '2024-12-30 12:43:20'), (4646, 'bn', 'already_have_an_account', 'ইতিমধ্যে একটি অ্যাকাউন্ট আছে', '2024-12-30 12:43:20', '2024-12-30 12:43:20'), (4647, 'bn', 'this_field_is_required', 'এই ক্ষেত্র প্রয়োজন', '2024-12-30 12:43:20', '2024-12-30 12:43:20'), (4648, 'bn', 'language_has_been_updated_successfully', 'ভাষা সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:43:20', '2024-12-30 12:43:20'), (4649, 'bn', 'translate_successfully', 'সফলভাবে অনুবাদ করুন', '2024-12-30 12:43:20', '2024-12-30 12:43:20'), (4650, 'bn', 'choose_language', 'ভাষা নির্বাচন করুন', '2024-12-30 12:43:20', '2024-12-30 12:43:20'), (4651, 'bn', 'course_available', 'কোর্স উপলব্ধ', '2024-12-30 12:43:20', '2024-12-30 12:43:20'), (4652, 'bn', 'best_online_courses', 'সেরা অনলাইন কোর্স', '2024-12-30 12:43:20', '2024-12-30 12:43:20'), (4653, 'en', 'change_successfully', 'Change Successfully', '2024-12-30 12:44:16', '2024-12-30 12:44:16'), (4654, 'es', 'if_you_trashinstructor_and_instructor_related_all_data_will_be_trashed', 'Si tira a la papelera, todos los datos del Instructor y los relacionados con el Instructor se eliminarán.', '2024-12-30 12:44:17', '2024-12-30 12:44:17'), (4655, 'es', 'if_you_trashstudent_and_student_related_all_data_will_be_trashed', 'Si tira a la basura, todos los datos relacionados con el estudiante y el estudiante se eliminarán.', '2024-12-30 12:44:17', '2024-12-30 12:44:17'), (4656, 'es', 'total_student', 'Estudiante total', '2024-12-30 12:44:17', '2024-12-30 12:44:17'), (4657, 'es', '12', '12', '2024-12-30 12:44:17', '2024-12-30 12:44:17'), (4658, 'es', 'active_student', 'Estudiante Activo', '2024-12-30 12:44:17', '2024-12-30 12:44:17'), (4659, 'es', 'deactivate_student', 'Desactivar estudiante', '2024-12-30 12:44:17', '2024-12-30 12:44:17'), (4660, 'es', 'manage_blog_category', 'Administrar categoría de blog', '2024-12-30 12:44:17', '2024-12-30 12:44:17'), (4661, 'es', 'if_you_trash_if_have_category_blog_all_data_will_be_trash', 'Si lo tira a la basura, si tiene una categoría de blog, todos los datos serán basura.', '2024-12-30 12:44:17', '2024-12-30 12:44:17'), (4662, 'es', 'free_consultation', 'Consulta Gratuita', '2024-12-30 12:44:17', '2024-12-30 12:44:17'), (4663, 'bn', 'change_password', 'পাসওয়ার্ড পরিবর্তন করুন', '2024-12-30 12:44:35', '2024-12-30 12:44:35'), (4664, 'bn', '200', '200', '2024-12-30 12:44:35', '2024-12-30 12:44:35'), (4665, 'bn', 'instructor_has_been_updated_successfully', 'প্রশিক্ষক সফলভাবে আপডেট করা হয়েছে.', '2024-12-30 12:44:35', '2024-12-30 12:44:35'), (4666, 'bn', 'course_details', 'কোর্সের বিবরণ', '2024-12-30 12:44:35', '2024-12-30 12:44:35'), (4667, 'bn', 'min', 'মিনিট', '2024-12-30 12:44:35', '2024-12-30 12:44:35'), (4668, 'bn', 'course_instructor', 'কোর্স প্রশিক্ষক', '2024-12-30 12:44:35', '2024-12-30 12:44:35'), (4669, 'bn', 'added_to_cart_successfully', 'সফলভাবে কার্টে যোগ করা হয়েছে৷', '2024-12-30 12:44:35', '2024-12-30 12:44:35'), (4670, 'bn', 'shopping_cart', 'শপিং কার্ট', '2024-12-30 12:44:35', '2024-12-30 12:44:35'), (4671, 'bn', 'ready_to_learn', 'শিখতে প্রস্তুত?', '2024-12-30 12:44:35', '2024-12-30 12:44:35'), (4672, 'bn', 'your_cart_is_waiting_to_be_filled_with_knowledge_discover_new_courses_and_kickstart_your_education', 'আপনার কার্ট জ্ঞান ভরা অপেক্ষা করছে! নতুন কোর্স আবিষ্কার করুন এবং আপনার শিক্ষা শুরু করুন।', '2024-12-30 12:45:49', '2024-12-30 12:45:49'), (4673, 'bn', 'learning_continue', 'শেখা চালিয়ে যান', '2024-12-30 12:45:49', '2024-12-30 12:45:49'), (4674, 'bn', 'our_blogs', 'আমাদের ব্লগ', '2024-12-30 12:45:49', '2024-12-30 12:45:49'), (4675, 'bn', 'organization_details', 'সংস্থার বিবরণ', '2024-12-30 12:45:49', '2024-12-30 21:16:14'), (4676, 'bn', 'privacy_and_policy', 'সংস্থার বিবরণ', '2024-12-30 12:45:49', '2024-12-30 12:45:49'), (4677, 'bn', 'terms_and_condition', 'শর্তাবলী', '2024-12-30 12:45:49', '2024-12-30 12:45:49'), (4678, 'bn', 'blog_detail', 'ব্লগ বিস্তারিত', '2024-12-30 12:45:49', '2024-12-30 12:45:49'), (4679, 'bn', 'news_post', 'খবর পোস্ট', '2024-12-30 12:45:49', '2024-12-30 12:45:49'), (4680, 'bn', 'no_blog', 'কোন ব্লগ নেই', '2024-12-30 12:45:49', '2024-12-30 12:45:49'), (4681, 'es', 'register', 'Registro', '2024-12-30 12:46:36', '2024-12-30 12:46:36'), (4682, 'es', 'discover_learn_and_thrive_with_us_experience_a_smooth_and_rewarding_educational_adventurelets_get_started', 'Descubra, aprenda y prospere con nosotros. Experimente una aventura educativa fluida y gratificante. Comencemos', '2024-12-30 12:46:36', '2024-12-30 12:46:36'), (4683, 'es', 'already_have_an_account', 'Ya tienes una cuenta', '2024-12-30 12:46:36', '2024-12-30 12:46:36'), (4684, 'es', 'this_field_is_required', 'Este campo es obligatorio', '2024-12-30 12:46:36', '2024-12-30 12:46:36'), (4685, 'es', 'language_has_been_updated_successfully', '¡El idioma se ha actualizado correctamente!', '2024-12-30 12:46:36', '2024-12-30 12:46:36'), (4686, 'es', 'translate_successfully', 'Traducir con éxito', '2024-12-30 12:46:36', '2024-12-30 12:46:36'), (4687, 'es', 'choose_language', 'Elija idioma', '2024-12-30 12:46:36', '2024-12-30 12:46:36'), (4688, 'es', 'course_available', 'Curso disponible', '2024-12-30 12:46:36', '2024-12-30 12:46:36'), (4689, 'es', 'best_online_courses', 'Los mejores cursos en línea', '2024-12-30 12:46:36', '2024-12-30 12:46:36'), (4690, 'en', 'oops_nothing_here_yet', 'Oops, Nothing Here Yet!', '2024-12-30 12:46:43', '2024-12-30 12:46:43'), (4691, 'en', 'it_looks_like_we_dont_have_any_courses_in_this_category_right_now_feel_free_to_browse_other_categories_or_let_us_know_if_theres_something_specific_youd_like_to_learn', 'It looks like we don\'t have any courses in this category right now. Feel free to browse other categories or let us know if there\'s something specific you\'d like to learn!', '2024-12-30 12:46:43', '2024-12-30 12:46:43'), (4692, 'bn', 'blog_has_been_updated_successfully', 'ব্লগ সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:46:59', '2024-12-30 12:46:59'), (4693, 'bn', 'subject_has_been_updated_successfully', 'বিষয় সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:46:59', '2024-12-30 12:46:59'), (4694, 'bn', 'hero_has_been_updated_successfully', 'নায়ক সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:46:59', '2024-12-30 12:46:59'), (4695, 'bn', 'testimonial_updated_successfully', 'প্রশংসাপত্র সফলভাবে আপডেট হয়েছে!', '2024-12-30 12:46:59', '2024-12-30 12:46:59'), (4696, 'bn', 'slider_has_been_updated_successfully', 'স্লাইডার সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:46:59', '2024-12-30 12:46:59'), (4697, 'bn', 'if_you_trash_itstate_and_city_data_will_be_trashed', 'আপনি এটি ট্র্যাশ করলে, রাজ্য এবং শহরের ডেটা ট্র্যাশ করা হবে।', '2024-12-30 12:46:59', '2024-12-30 12:46:59'), (4698, 'bn', 'country_has_been_updated_successfully', 'আপনি এটি ট্র্যাশ করলে, রাজ্য এবং শহরের ডেটা ট্র্যাশ করা হবে।', '2024-12-30 12:46:59', '2024-12-30 12:46:59'), (4699, 'bn', 'if_you_trashcity_data_will_be_trashed', 'আপনি ট্র্যাশ করলে, শহরের ডেটা ট্র্যাশে ফেলা হবে।', '2024-12-30 12:46:59', '2024-12-30 12:46:59'), (4700, 'bn', 'state_has_been_updated_successfully', 'রাজ্য সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:46:59', '2024-12-30 12:46:59'), (4701, 'es', 'change_password', 'Cambiar la contraseña', '2024-12-30 12:48:09', '2024-12-30 12:48:09'), (4702, 'es', '200', '200', '2024-12-30 12:48:09', '2024-12-30 12:48:09'), (4703, 'es', 'instructor_has_been_updated_successfully', 'El instructor se ha actualizado correctamente.', '2024-12-30 12:48:09', '2024-12-30 12:48:09'), (4704, 'es', 'course_details', 'Detalles del curso', '2024-12-30 12:48:09', '2024-12-30 12:48:09'), (4705, 'es', 'min', 'mín.', '2024-12-30 12:48:09', '2024-12-30 12:48:09'), (4706, 'es', 'course_instructor', 'Instructor del curso', '2024-12-30 12:48:09', '2024-12-30 12:48:09'), (4707, 'es', 'added_to_cart_successfully', 'Agregado al carrito exitosamente', '2024-12-30 12:48:09', '2024-12-30 12:48:09'), (4708, 'es', 'shopping_cart', 'Carro de la compra', '2024-12-30 12:48:09', '2024-12-30 12:48:09'), (4709, 'es', 'ready_to_learn', '¿Listo para aprender?', '2024-12-30 12:48:09', '2024-12-30 12:48:09'), (4710, 'bn', 'city_has_been_updated_successfully', 'শহর সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:48:17', '2024-12-30 12:48:17'), (4711, 'bn', 'if_you_trash_it_timezone_data_will_be_trashed', 'আপনি এটি ট্র্যাশ করলে, টাইমজোন ডেটা ট্র্যাশ করা হবে।', '2024-12-30 12:48:17', '2024-12-30 12:48:17'), (4712, 'bn', 'time_zone_has_been_updated_successfully', 'সময় অঞ্চল সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:48:17', '2024-12-30 12:48:17'), (4713, 'bn', 'note', 'দ্রষ্টব্য', '2024-12-30 12:48:17', '2024-12-30 12:48:17'), (4714, 'bn', 'only_remix_icon_class_example', 'শুধুমাত্র রিমিক্স আইকন ক্লাস, উদাহরণ', '2024-12-30 12:48:17', '2024-12-30 12:48:17'), (4715, 'bn', 'icon_has_been_updated_successfully', 'আইকন সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:48:17', '2024-12-30 12:48:17'), (4716, 'bn', 'category_position', 'ক্যাটাগরি পজিশন', '2024-12-30 12:48:17', '2024-12-30 12:48:17'), (4717, 'bn', 'enter_position', 'অবস্থান লিখুন', '2024-12-30 12:48:17', '2024-12-30 12:48:17'), (4718, 'bn', 'enter_meta_title', 'মেটা শিরোনাম লিখুন', '2024-12-30 12:48:17', '2024-12-30 12:48:17'), (4719, 'bn', 'enter_meeting_provider', 'মিটিং প্রদানকারী লিখুন', '2024-12-30 12:49:14', '2024-12-30 12:49:14'), (4720, 'bn', 'meeting_provider_has_been_updated_successfully', 'মিটিং প্রদানকারী সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:49:14', '2024-12-30 12:49:14'), (4721, 'bn', 'view_tag', 'ট্যাগ দেখুন', '2024-12-30 12:49:14', '2024-12-30 12:49:14'), (4722, 'bn', 'tag_has_been_updated_successfully', 'ট্যাগ দেখুন', '2024-12-30 12:49:14', '2024-12-30 12:49:14'), (4723, 'bn', 'level_has_been_updated_successfully', 'স্তর সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:49:14', '2024-12-30 12:49:14'), (4724, 'bn', 'select_instructor', 'প্রশিক্ষক নির্বাচন করুন', '2024-12-30 12:49:14', '2024-12-30 12:49:14'), (4725, 'bn', 'youtube', 'ইউটিউব', '2024-12-30 12:49:14', '2024-12-30 12:49:14'), (4726, 'bn', 'vimeo', 'ভিমিও', '2024-12-30 12:49:14', '2024-12-30 12:49:28'), (4727, 'bn', 'local', 'স্থানীয়', '2024-12-30 12:49:14', '2024-12-30 12:49:28'), (4728, 'es', 'your_cart_is_waiting_to_be_filled_with_knowledge_discover_new_courses_and_kickstart_your_education', '¡Tu carrito está esperando ser llenado de conocimiento! Descubra nuevos cursos e inicie su educación.', '2024-12-30 12:49:28', '2024-12-30 12:49:28'), (4729, 'es', 'learning_continue', 'Continuar aprendiendo', '2024-12-30 12:49:28', '2024-12-30 12:49:28'), (4730, 'es', 'our_blogs', 'Nuestros Blogs', '2024-12-30 12:49:28', '2024-12-30 12:49:28'), (4731, 'es', 'organization_details', 'Detalles de la organización', '2024-12-30 12:49:28', '2024-12-30 12:49:28'), (4732, 'es', 'privacy_and_policy', 'Privacidad y política', '2024-12-30 12:49:28', '2024-12-30 12:49:28'), (4733, 'es', 'terms_and_condition', 'Términos y condiciones', '2024-12-30 12:49:28', '2024-12-30 12:49:28'), (4734, 'es', 'blog_detail', 'Detalle del blog', '2024-12-30 12:49:28', '2024-12-30 12:49:28'), (4735, 'es', 'news_post', 'Publicación de noticias', '2024-12-30 12:49:28', '2024-12-30 12:49:28'), (4736, 'es', 'no_blog', 'Sin blog', '2024-12-30 12:49:28', '2024-12-30 12:49:28'), (4737, 'bn', 'topic_duration', 'স্থানীয়', '2024-12-30 12:50:39', '2024-12-30 12:50:39'), (4738, 'bn', 'recommended', 'প্রস্তাবিত', '2024-12-30 12:50:39', '2024-12-30 12:50:39'), (4739, 'bn', 'word_between__120_to_150', 'শব্দ - 120 থেকে 150 এর মধ্যে', '2024-12-30 12:50:39', '2024-12-30 12:50:39'), (4740, 'bn', 'faq_question', 'FAQ প্রশ্ন', '2024-12-30 12:50:39', '2024-12-30 12:50:39'), (4741, 'bn', 'faq_answer', 'প্রশ্ন উত্তর', '2024-12-30 12:50:39', '2024-12-30 12:50:39'), (4742, 'bn', 'course_outcomes', 'কোর্সের ফলাফল', '2024-12-30 12:50:39', '2024-12-30 12:50:39'), (4743, 'bn', 'course_price', 'কোর্সের মূল্য', '2024-12-30 12:50:39', '2024-12-30 12:50:39'), (4744, 'bn', 'discounted_price', 'মূল্য ছাড়', '2024-12-30 12:50:39', '2024-12-30 12:50:39'), (4745, 'bn', '300', '300', '2024-12-30 12:50:39', '2024-12-30 12:50:39'), (4746, 'es', 'blog_has_been_updated_successfully', '¡El blog se ha actualizado correctamente!', '2024-12-30 12:50:46', '2024-12-30 12:50:46'), (4747, 'es', 'subject_has_been_updated_successfully', '¡El asunto se ha actualizado correctamente!', '2024-12-30 12:50:46', '2024-12-30 12:50:46'), (4748, 'es', 'hero_has_been_updated_successfully', '¡El héroe se ha actualizado correctamente!', '2024-12-30 12:50:46', '2024-12-30 12:50:46'), (4749, 'es', 'testimonial_updated_successfully', '¡Testimonio actualizado exitosamente!', '2024-12-30 12:50:46', '2024-12-30 12:50:46'), (4750, 'es', 'slider_has_been_updated_successfully', '¡El control deslizante se ha actualizado correctamente!', '2024-12-30 12:50:46', '2024-12-30 12:50:46'), (4751, 'es', 'if_you_trash_itstate_and_city_data_will_be_trashed', 'Si lo tira a la basura, los datos del estado y la ciudad se eliminarán.', '2024-12-30 12:50:46', '2024-12-30 12:50:46'), (4752, 'es', 'country_has_been_updated_successfully', '¡El país se ha actualizado correctamente!', '2024-12-30 12:50:46', '2024-12-30 12:50:46'), (4753, 'es', 'if_you_trashcity_data_will_be_trashed', 'Si tiras a la papelera, los datos de la ciudad se eliminarán.', '2024-12-30 12:50:46', '2024-12-30 12:50:46'), (4754, 'es', 'state_has_been_updated_successfully', '¡El estado se ha actualizado correctamente!', '2024-12-30 12:50:46', '2024-12-30 12:50:46'), (4755, 'bn', 'course_preview_image', 'কোর্সের পূর্বরূপ চিত্র', '2024-12-30 12:51:21', '2024-12-30 12:51:21'), (4756, 'bn', 'enter_meeting_id', 'মিটিং আইডি লিখুন', '2024-12-30 12:51:21', '2024-12-30 12:51:21'), (4757, 'bn', 'enter_moderator_password', 'মডারেটর পাসওয়ার্ড লিখুন', '2024-12-30 12:51:21', '2024-12-30 12:51:21'), (4758, 'bn', 'please_select_date', 'তারিখ নির্বাচন করুন', '2024-12-30 12:51:21', '2024-12-30 12:51:21'), (4759, 'bn', 'please_select_time', 'অনুগ্রহ করে সময় নির্বাচন করুন', '2024-12-30 12:51:21', '2024-12-30 12:51:21'), (4760, 'bn', 'enter_chapter_name', 'অধ্যায়ের নাম লিখুন', '2024-12-30 12:51:21', '2024-12-30 12:51:21'), (4761, 'bn', '4', '4', '2024-12-30 12:51:21', '2024-12-30 12:51:35'), (4762, 'bn', 'course_status_change_successfully', 'কোর্স স্থিতি সফলভাবে পরিবর্তন', '2024-12-30 12:51:21', '2024-12-30 12:51:35'), (4763, 'es', 'city_has_been_updated_successfully', '¡La ciudad se ha actualizado correctamente!', '2024-12-30 12:52:04', '2024-12-30 12:52:04'), (4764, 'es', 'if_you_trash_it_timezone_data_will_be_trashed', 'Si lo tira a la papelera, los datos de la zona horaria se eliminarán.', '2024-12-30 12:52:04', '2024-12-30 12:52:04'), (4765, 'es', 'time_zone_has_been_updated_successfully', '¡La zona horaria se ha actualizado correctamente!', '2024-12-30 12:52:04', '2024-12-30 12:52:04'), (4766, 'es', 'note', 'Nota', '2024-12-30 12:52:04', '2024-12-30 12:52:04'), (4767, 'es', 'only_remix_icon_class_example', 'Solo clase de icono Remix, ejemplo', '2024-12-30 12:52:04', '2024-12-30 12:52:04'), (4768, 'es', 'icon_has_been_updated_successfully', '¡El icono se ha actualizado correctamente!', '2024-12-30 12:52:04', '2024-12-30 12:52:04'), (4769, 'es', 'category_position', 'Posición de categoría', '2024-12-30 12:52:04', '2024-12-30 12:52:04'), (4770, 'es', 'enter_position', 'Ingresar posición', '2024-12-30 12:52:04', '2024-12-30 12:52:04'), (4771, 'es', 'enter_meta_title', 'Ingrese el metatítulo', '2024-12-30 12:52:04', '2024-12-30 12:52:04'), (4772, 'bn', 'bundle_has_been_updated_successfully', 'বান্ডিল সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:52:56', '2024-12-30 12:52:56'), (4773, 'bn', 'if_you_delete_itcourse_bundle_and_purchase_bundle__all_data_will_be_deleted_permanently', 'আপনি এটি মুছে ফেললে, কোর্স বান্ডেল এবং ক্রয় বান্ডিল সমস্ত ডেটা স্থায়ীভাবে মুছে যাবে।', '2024-12-30 12:52:56', '2024-12-30 12:52:56'), (4774, 'bn', '_edit_enroll', 'তালিকাভুক্তি সম্পাদনা করুন', '2024-12-30 12:52:56', '2024-12-30 12:52:56'), (4775, 'bn', 'as_an_admin_you_are_authorized_to_enroll_students_only_in', 'একজন প্রশাসক হিসাবে, আপনি শুধুমাত্র ছাত্রদের নথিভুক্ত করার জন্য অনুমোদিত', '2024-12-30 12:52:56', '2024-12-30 12:52:56'), (4776, 'bn', 'free_courses', 'বিনামূল্যে কোর্স', '2024-12-30 12:52:56', '2024-12-30 12:52:56'), (4777, 'bn', 'enrollment_in', 'তালিকাভুক্তি', '2024-12-30 12:52:56', '2024-12-30 12:52:56'), (4778, 'bn', 'paid_courses', 'প্রদত্ত কোর্স', '2024-12-30 12:52:56', '2024-12-30 12:52:56'), (4779, 'bn', 'is_restricted_and_must_be_completed_by_the_student_or_handled_through_the_payment_system_please_verify_the_course_type_before_enrolling', 'সীমাবদ্ধ এবং অবশ্যই শিক্ষার্থীর দ্বারা সম্পন্ন করা উচিত বা অর্থপ্রদান ব্যবস্থার মাধ্যমে পরিচালনা করা উচিত। নথিভুক্ত করার আগে কোর্সের ধরন যাচাই করুন', '2024-12-30 12:52:56', '2024-12-30 12:52:56'), (4780, 'es', 'enter_meeting_provider', 'Ingrese al proveedor de reuniones', '2024-12-30 12:53:54', '2024-12-30 12:53:54'), (4781, 'es', 'meeting_provider_has_been_updated_successfully', '¡El proveedor de reuniones se ha actualizado correctamente!', '2024-12-30 12:53:54', '2024-12-30 12:53:54'), (4782, 'es', 'view_tag', 'Ver etiqueta', '2024-12-30 12:53:54', '2024-12-30 12:53:54'), (4783, 'es', 'tag_has_been_updated_successfully', '¡La etiqueta se ha actualizado correctamente!', '2024-12-30 12:53:54', '2024-12-30 12:53:54'), (4784, 'es', 'level_has_been_updated_successfully', '¡El nivel se ha actualizado correctamente!', '2024-12-30 12:53:54', '2024-12-30 12:53:54'), (4785, 'es', 'select_instructor', 'Seleccionar instructor', '2024-12-30 12:53:54', '2024-12-30 12:53:54'), (4786, 'es', 'youtube', 'YouTube', '2024-12-30 12:53:54', '2024-12-30 12:53:54'), (4787, 'es', 'vimeo', 'Vimeo', '2024-12-30 12:53:54', '2024-12-30 12:53:54'), (4788, 'es', 'local', 'Local', '2024-12-30 12:53:54', '2024-12-30 12:53:54'), (4789, 'bn', 'enter_organization_name', 'প্রতিষ্ঠানের নাম লিখুন', '2024-12-30 12:54:44', '2024-12-30 12:54:44'), (4790, 'bn', 'organization_has_been_saved_successfully', 'সংগঠন সফলভাবে সংরক্ষণ করা হয়েছে', '2024-12-30 12:54:45', '2024-12-30 12:54:45'), (4791, 'bn', 'do_you_want_to_delete', 'আপনি কি মুছে দিতে চান.', '2024-12-30 12:54:45', '2024-12-30 12:54:45'), (4792, 'bn', 'if_you_deleteinstructor_and_instructor_related_all_data_will_be_delete_permanently', 'আপনি মুছে ফেললে, প্রশিক্ষক এবং প্রশিক্ষক সম্পর্কিত সমস্ত ডেটা স্থায়ীভাবে মুছে যাবে।', '2024-12-30 12:54:45', '2024-12-30 12:54:45'), (4793, 'bn', 'student_has_been_update_successfully', 'ছাত্র সফলভাবে আপডেট করা হয়েছে.', '2024-12-30 12:54:45', '2024-12-30 12:54:45'), (4794, 'bn', 'discount_percentage', 'ছাড় শতাংশ', '2024-12-30 12:54:45', '2024-12-30 12:54:45'), (4795, 'bn', '150', '150', '2024-12-30 12:54:45', '2024-12-30 12:54:45'), (4796, 'bn', 'discount_amount', 'ছাড়ের পরিমাণ', '2024-12-30 12:54:45', '2024-12-30 12:54:45'), (4797, 'bn', 'coupon_has_been_updated_successfully', 'কুপন সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:54:45', '2024-12-30 12:54:45'), (4798, 'es', 'topic_duration', 'Duración del tema', '2024-12-30 12:55:08', '2024-12-30 12:55:08'), (4799, 'es', 'recommended', 'Recomendado', '2024-12-30 12:55:08', '2024-12-30 12:55:08'), (4800, 'es', 'word_between__120_to_150', 'Palabra entre - 120 a 150', '2024-12-30 12:55:08', '2024-12-30 12:55:08'), (4801, 'es', 'faq_question', 'pregunta frecuente', '2024-12-30 12:55:08', '2024-12-30 12:55:08'), (4802, 'es', 'faq_answer', 'Respuesta a preguntas frecuentes', '2024-12-30 12:55:08', '2024-12-30 12:55:08'), (4803, 'es', 'course_outcomes', 'Resultados del curso', '2024-12-30 12:55:08', '2024-12-30 12:55:08'), (4804, 'es', 'course_price', 'Precio del curso', '2024-12-30 12:55:08', '2024-12-30 12:55:08'), (4805, 'es', 'discounted_price', 'Precio con descuento', '2024-12-30 12:55:08', '2024-12-30 12:55:08'), (4806, 'es', '300', '300', '2024-12-30 12:55:08', '2024-12-30 12:55:08'), (4807, 'bn', 'email_template_has_been_updated_successfully', 'ইমেল টেমপ্লেট সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:55:39', '2024-12-30 12:55:39'), (4808, 'bn', 'edit_blog_category', 'ব্লগ বিভাগ সম্পাদনা করুন', '2024-12-30 12:55:39', '2024-12-30 12:55:39'), (4809, 'bn', 'enter_blog_category', 'ব্লগ বিভাগ লিখুন', '2024-12-30 12:55:39', '2024-12-30 12:55:39'), (4810, 'bn', 'something_wrong', 'কিছু ভুল!', '2024-12-30 12:55:39', '2024-12-30 12:55:39'), (4811, 'bn', 'notification_has_been_updated_successfully', 'বিজ্ঞপ্তি সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:55:39', '2024-12-30 12:55:39'), (4812, 'bn', 'support_category_updated_successfully', 'সমর্থন বিভাগ সফলভাবে আপডেট হয়েছে!', '2024-12-30 12:55:39', '2024-12-30 12:55:39'), (4813, 'bn', 'ticket_id', 'টিকিট আইডি', '2024-12-30 12:55:39', '2024-12-30 12:55:39'), (4814, 'bn', 'manage_permission', 'অনুমতি পরিচালনা করুন', '2024-12-30 12:55:39', '2024-12-30 12:55:39'), (4815, 'bn', 'module_name', 'মডিউল নাম', '2024-12-30 12:55:39', '2024-12-30 12:55:39'), (4816, 'es', 'course_preview_image', 'Imagen de vista previa del curso', '2024-12-30 12:56:13', '2024-12-30 12:56:13'), (4817, 'es', 'enter_meeting_id', 'Ingrese la identificación de la reunión', '2024-12-30 12:56:13', '2024-12-30 12:56:13'), (4818, 'es', 'enter_moderator_password', 'Ingrese la contraseña del moderador', '2024-12-30 12:56:13', '2024-12-30 12:56:13'), (4819, 'es', 'please_select_date', 'Por favor seleccione Fecha', '2024-12-30 12:56:13', '2024-12-30 12:56:13'), (4820, 'es', 'please_select_time', 'Por favor seleccione Hora', '2024-12-30 12:56:13', '2024-12-30 12:56:13'), (4821, 'es', 'enter_chapter_name', 'Ingrese el nombre del capítulo', '2024-12-30 12:56:13', '2024-12-30 12:56:13'), (4822, 'es', '4', '4', '2024-12-30 12:56:13', '2024-12-30 12:56:13'), (4823, 'es', 'course_status_change_successfully', 'El estado del curso cambia con éxito', '2024-12-30 12:56:13', '2024-12-30 12:56:13'), (4824, 'bn', 'permission_updated_successfully', 'অনুমতি সফলভাবে আপডেট করা হয়েছে।', '2024-12-30 12:56:36', '2024-12-30 12:56:36'), (4825, 'bn', 'guard_name', 'গার্ডের নাম', '2024-12-30 12:56:36', '2024-12-30 12:56:36'), (4826, 'bn', 'role_updated_successfully', 'গার্ডের নাম', '2024-12-30 12:56:36', '2024-12-30 12:56:36'), (4827, 'bn', 'manage_staff', 'স্টাফ পরিচালনা করুন', '2024-12-30 12:56:36', '2024-12-30 12:56:36'), (4828, 'bn', 'admin_update_successfully', 'অ্যাডমিন আপডেট সফলভাবে।', '2024-12-30 12:56:36', '2024-12-30 12:56:36'), (4829, 'bn', 'sandbox', 'স্যান্ডবক্স', '2024-12-30 12:56:36', '2024-12-30 12:56:36'), (4830, 'bn', 'secret_key', 'গোপন চাবি', '2024-12-30 12:56:36', '2024-12-30 12:56:36'), (4831, 'bn', 'publishable_key', 'প্রকাশযোগ্য কী', '2024-12-30 12:56:36', '2024-12-30 12:56:36'), (4832, 'bn', 'publishable_or_client_id', 'প্রকাশযোগ্য বা ক্লায়েন্ট আইডি', '2024-12-30 12:56:36', '2024-12-30 12:56:36'), (4833, 'bn', 'method_name', 'পদ্ধতির নাম', '2024-12-30 12:57:35', '2024-12-30 12:57:35'), (4834, 'bn', 'payment_method_name', 'পেমেন্ট পদ্ধতির নাম', '2024-12-30 12:57:35', '2024-12-30 12:57:35'), (4835, 'bn', 'payment_method_updated_successfully', 'পেমেন্ট পদ্ধতির নাম', '2024-12-30 12:57:35', '2024-12-30 12:57:35'), (4836, 'bn', '1056', '1056', '2024-12-30 12:57:35', '2024-12-30 12:57:35'), (4837, 'bn', '816', '816', '2024-12-30 12:57:35', '2024-12-30 12:57:35'), (4838, 'bn', 'update_successfully', 'সফলভাবে আপডেট করুন', '2024-12-30 12:57:35', '2024-12-30 12:57:35'), (4839, 'bn', 'faq_has_been_updated_successfully', 'FAQ সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:57:35', '2024-12-30 12:57:35'), (4840, 'bn', 'page_has_been_updated_successfully', 'পৃষ্ঠা সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 12:57:35', '2024-12-30 12:57:35'), (4841, 'bn', 'sort_chapter', 'বাছাই অধ্যায়', '2024-12-30 12:57:35', '2024-12-30 12:57:35'), (4842, 'es', 'bundle_has_been_updated_successfully', '¡El paquete se ha actualizado correctamente!', '2024-12-30 12:57:47', '2024-12-30 12:57:47'), (4843, 'es', 'if_you_delete_itcourse_bundle_and_purchase_bundle__all_data_will_be_deleted_permanently', 'Si lo elimina, todos los datos del paquete de cursos y del paquete de compras se eliminarán permanentemente.', '2024-12-30 12:57:47', '2024-12-30 12:57:47'), (4844, 'es', '_edit_enroll', 'Editar Inscribirse', '2024-12-30 12:57:47', '2024-12-30 12:57:47'), (4845, 'es', 'as_an_admin_you_are_authorized_to_enroll_students_only_in', 'Como administrador, está autorizado a inscribir estudiantes sólo en', '2024-12-30 12:57:47', '2024-12-30 12:57:47'), (4846, 'es', 'free_courses', 'cursos gratis', '2024-12-30 12:57:47', '2024-12-30 12:57:47'), (4847, 'es', 'enrollment_in', 'Inscripción en', '2024-12-30 12:57:47', '2024-12-30 12:57:47'), (4848, 'es', 'paid_courses', 'cursos pagados', '2024-12-30 12:57:47', '2024-12-30 12:57:47'), (4849, 'es', 'is_restricted_and_must_be_completed_by_the_student_or_handled_through_the_payment_system_please_verify_the_course_type_before_enrolling', 'está restringido y debe ser completado por el estudiante o manejado a través del sistema de pago. Por favor verifique el tipo de curso antes de inscribirse', '2024-12-30 12:57:47', '2024-12-30 12:57:47'), (4850, 'bn', 'edit_chapter', 'অধ্যায় সম্পাদনা করুন', '2024-12-30 12:58:06', '2024-12-30 12:58:06'), (4851, 'bn', 'delete_chapter', 'অধ্যায় মুছুন', '2024-12-30 12:58:06', '2024-12-30 12:58:06'), (4852, 'bn', 'change_successfully', 'সফলভাবে পরিবর্তন', '2024-12-30 12:58:06', '2024-12-30 12:58:06'), (4853, 'bn', 'oops_nothing_here_yet', 'ওহো, এখানে এখনও কিছুই নেই!', '2024-12-30 12:58:06', '2024-12-30 12:58:06'), (4854, 'bn', 'it_looks_like_we_dont_have_any_courses_in_this_category_right_now_feel_free_to_browse_other_categories_or_let_us_know_if_theres_something_specific_youd_like_to_learn', 'দেখে মনে হচ্ছে আমাদের এই বিভাগে এই মুহূর্তে কোনো কোর্স নেই। নির্দ্বিধায় অন্যান্য বিভাগগুলি ব্রাউজ করুন বা আপনি শিখতে চান এমন নির্দিষ্ট কিছু থাকলে আমাদের জানান!', '2024-12-30 12:58:06', '2024-12-30 12:58:06'), (4855, 'es', 'enter_organization_name', 'Ingrese el nombre de la organización', '2024-12-30 12:59:08', '2024-12-30 12:59:08'), (4856, 'es', 'organization_has_been_saved_successfully', 'La organización se ha guardado correctamente.', '2024-12-30 12:59:08', '2024-12-30 12:59:08'), (4857, 'es', 'do_you_want_to_delete', '¿Quieres eliminar?', '2024-12-30 12:59:08', '2024-12-30 12:59:08'), (4858, 'es', 'if_you_deleteinstructor_and_instructor_related_all_data_will_be_delete_permanently', 'Si elimina, todos los datos del Instructor y los relacionados con el Instructor se eliminarán permanentemente.', '2024-12-30 12:59:08', '2024-12-30 12:59:08'), (4859, 'es', 'student_has_been_update_successfully', 'El estudiante se actualizó exitosamente.', '2024-12-30 12:59:08', '2024-12-30 12:59:08'), (4860, 'es', 'discount_percentage', 'Porcentaje de descuento', '2024-12-30 12:59:08', '2024-12-30 12:59:08'), (4861, 'es', '150', '150', '2024-12-30 12:59:08', '2024-12-30 12:59:08'), (4862, 'es', 'discount_amount', 'Cantidad de descuento', '2024-12-30 12:59:08', '2024-12-30 12:59:08'), (4863, 'es', 'coupon_has_been_updated_successfully', '¡El cupón se ha actualizado correctamente!', '2024-12-30 12:59:08', '2024-12-30 12:59:08'), (4864, 'es', 'email_template_has_been_updated_successfully', '¡La plantilla de correo electrónico se ha actualizado correctamente!', '2024-12-30 13:00:31', '2024-12-30 13:00:31'), (4865, 'es', 'edit_blog_category', 'Editar categoría de blog', '2024-12-30 13:00:31', '2024-12-30 13:00:31'), (4866, 'es', 'enter_blog_category', 'Ingrese a la categoría del blog', '2024-12-30 13:00:31', '2024-12-30 13:00:31'), (4867, 'es', 'something_wrong', '¡Ocurre algo!', '2024-12-30 13:00:31', '2024-12-30 13:00:31'), (4868, 'es', 'notification_has_been_updated_successfully', '¡La notificación se ha actualizado correctamente!', '2024-12-30 13:00:31', '2024-12-30 13:00:31'), (4869, 'es', 'support_category_updated_successfully', '¡Categoría de soporte actualizada exitosamente!', '2024-12-30 13:00:31', '2024-12-30 13:00:31'), (4870, 'es', 'ticket_id', 'ID del billete', '2024-12-30 13:00:31', '2024-12-30 13:00:31'), (4871, 'es', 'manage_permission', 'Administrar permiso', '2024-12-30 13:00:31', '2024-12-30 13:00:31'), (4872, 'es', 'module_name', 'Nombre del módulo', '2024-12-30 13:00:31', '2024-12-30 13:00:31'), (4873, 'es', 'permission_updated_successfully', 'Permiso actualizado exitosamente.', '2024-12-30 13:02:04', '2024-12-30 13:02:04'), (4874, 'es', 'guard_name', 'Nombre del guardia', '2024-12-30 13:02:04', '2024-12-30 13:02:04'), (4875, 'es', 'role_updated_successfully', 'Función actualizada correctamente.', '2024-12-30 13:02:04', '2024-12-30 13:02:04'), (4876, 'es', 'manage_staff', 'Administrar personal', '2024-12-30 13:02:04', '2024-12-30 13:02:04'), (4877, 'es', 'admin_update_successfully', 'Actualización de administrador exitosa.', '2024-12-30 13:02:04', '2024-12-30 13:02:04'), (4878, 'es', 'sandbox', 'Salvadera', '2024-12-30 13:02:04', '2024-12-30 13:02:04'), (4879, 'es', 'secret_key', 'clave secreta', '2024-12-30 13:02:04', '2024-12-30 13:02:04'), (4880, 'es', 'publishable_key', 'Clave publicable', '2024-12-30 13:02:04', '2024-12-30 13:02:04'), (4881, 'es', 'publishable_or_client_id', 'ID de cliente o publicable', '2024-12-30 13:02:04', '2024-12-30 13:02:04'), (4882, 'es', 'method_name', 'Nombre del método', '2024-12-30 13:03:14', '2024-12-30 13:03:14'), (4883, 'es', 'payment_method_name', 'Nombre del método de pago', '2024-12-30 13:03:14', '2024-12-30 13:03:14'), (4884, 'es', 'payment_method_updated_successfully', '¡Método de pago actualizado exitosamente!', '2024-12-30 13:03:14', '2024-12-30 13:03:14'), (4885, 'es', '1056', '1056', '2024-12-30 13:03:14', '2024-12-30 13:03:14'), (4886, 'es', '816', '816', '2024-12-30 13:03:14', '2024-12-30 13:03:14'), (4887, 'es', 'update_successfully', 'Actualizar con éxito', '2024-12-30 13:03:14', '2024-12-30 13:03:14'), (4888, 'es', 'faq_has_been_updated_successfully', '¡Las preguntas frecuentes se han actualizado correctamente!', '2024-12-30 13:03:14', '2024-12-30 13:03:14'), (4889, 'es', 'page_has_been_updated_successfully', '¡La página se ha actualizado correctamente!', '2024-12-30 13:03:14', '2024-12-30 13:03:14'), (4890, 'es', 'sort_chapter', 'Ordenar capítulo', '2024-12-30 13:03:14', '2024-12-30 13:03:14'), (4891, 'es', 'edit_chapter', 'Editar capítulo', '2024-12-30 13:04:11', '2024-12-30 22:32:32'), (4892, 'es', 'delete_chapter', 'Eliminar capítulo', '2024-12-30 13:04:11', '2024-12-30 13:04:11'), (4893, 'es', 'change_successfully', 'Cambie con éxito', '2024-12-30 13:04:11', '2024-12-30 13:04:11'), (4894, 'es', 'oops_nothing_here_yet', '¡Vaya, todavía no hay nada aquí!', '2024-12-30 13:04:11', '2024-12-30 13:04:11'), (4895, 'es', 'it_looks_like_we_dont_have_any_courses_in_this_category_right_now_feel_free_to_browse_other_categories_or_let_us_know_if_theres_something_specific_youd_like_to_learn', 'Parece que no tenemos ningún curso en esta categoría en este momento. ¡No dudes en explorar otras categorías o haznos saber si hay algo específico que te gustaría aprender!', '2024-12-30 13:04:11', '2024-12-30 13:04:11'), (4896, 'ar', 'no_meeting_provider', 'لا يوجد مزود الاجتماع', '2024-12-30 13:17:21', '2024-12-30 13:17:21'), (4897, 'ar', 'clear', 'واضح', '2024-12-30 13:19:11', '2024-12-30 13:19:11'), (4898, 'ar', 'ticket_reply', 'رد التذكرة', '2024-12-30 13:19:11', '2024-12-30 13:19:11'), (4899, 'ar', 'support_view', 'عرض الدعم', '2024-12-30 13:19:11', '2024-12-30 13:19:11'), (4900, 'ar', 'add_instructor', 'إضافة مدرس', '2024-12-30 13:19:11', '2024-12-30 13:19:11'), (4901, 'ar', 'add_category', 'أضف فئة', '2024-12-30 13:19:11', '2024-12-30 13:19:11'), (4902, 'ar', 'click_bundle_course_for_learn', 'انقر فوق حزمة الدورة التدريبية للتعلم', '2024-12-30 13:19:11', '2024-12-30 13:19:11'), (4903, 'ar', 'our_streamlined_admission_process_makes_it_easy_to_enroll_in_courses_that_fit_your_career_aspirations', 'تسهل عملية القبول المبسطة لدينا التسجيل في الدورات التي تناسب طموحاتك المهنية', '2024-12-30 13:19:11', '2024-12-30 13:19:11'), (4904, 'ar', 'admission_open', 'القبول مفتوح', '2024-12-30 13:19:11', '2024-12-30 13:19:11'), (4905, 'ar', 'enroll_now', 'سجل الآن', '2024-12-30 13:19:58', '2024-12-30 13:19:58'), (4906, 'ar', 'has_been_changed_successfully', 'تم تغييره بنجاح', '2024-12-30 13:19:58', '2024-12-30 13:22:58'), (4907, 'ar', 'our_courses', 'دوراتنا', '2024-12-30 13:19:58', '2024-12-30 13:22:58'), (4908, 'ar', 'showing', 'عرض', '2024-12-30 13:26:07', '2024-12-30 13:26:07'), (4909, 'ar', 'of', 'ل', '2024-12-30 13:26:07', '2024-12-30 13:26:07'), (4910, 'ar', 'results', 'نتائج', '2024-12-30 13:26:07', '2024-12-30 13:26:07'), (4911, 'ar', 'courses_bundle', 'باقة الدورات', '2024-12-30 13:26:07', '2024-12-30 13:26:07'), (4912, 'ar', 'we_have', 'لدينا', '2024-12-30 13:26:07', '2024-12-30 13:26:07'), (4913, 'ar', 'bundle_course_offer', 'عرض الدورة المجمعة', '2024-12-30 13:26:07', '2024-12-30 13:26:07'), (4914, 'ar', 'sign_in', 'تسجيل الدخول', '2024-12-30 13:26:07', '2024-12-30 13:26:07'), (4915, 'ar', 'discover_learn_and_thrive_with_us_experience_a_smooth_and_rewarding_educational_adventure_lets_get_started', 'اكتشف وتعلم وازدهر معنا. تجربة مغامرة تعليمية سلسة ومجزية. دعونا نبدأ', '2024-12-30 13:26:07', '2024-12-30 13:26:07'), (4916, 'ar', 'or', 'أو', '2024-12-30 13:26:07', '2024-12-30 13:26:07'), (4917, 'ar', 'dont_have_an_account_yet', 'ليس لديك حساب حتى الآن', '2024-12-30 13:27:56', '2024-12-30 20:12:11'), (4918, 'ar', 'login_successfully', 'تسجيل الدخول بنجاح', '2024-12-30 13:27:56', '2024-12-30 13:27:56'), (4919, 'ar', 'support_request', 'طلب الدعم', '2024-12-30 13:27:56', '2024-12-30 13:27:56'), (4920, 'ar', 'do_you_want_to_trash', 'هل تريد سلة المهملات', '2024-12-30 13:30:41', '2024-12-30 13:30:41'), (4921, 'ar', 'if_you_trash_icon_data_will_be_trashed', 'إذا قمت بإرسال سلة المهملات، فسيتم إرسال بيانات الرمز إلى سلة المهملات.', '2024-12-30 13:30:41', '2024-12-30 13:30:41'), (4922, 'ar', 'theme_preview', 'معاينة الموضوع', '2024-12-30 13:32:24', '2024-12-30 13:32:24'), (4923, 'ar', 'by', 'بواسطة', '2024-12-30 13:32:24', '2024-12-30 13:32:24'), (4924, 'ar', 'if_you_trashcourse_and_course_related_all_data_will_be_trashed', 'إذا قمت بنقل جميع البيانات المتعلقة بالدورة التدريبية والدورة التدريبية إلى سلة المهملات.', '2024-12-30 13:32:24', '2024-12-30 13:32:24'), (4925, 'ar', 'to', 'ل', '2024-12-30 13:32:24', '2024-12-30 13:32:24'), (4926, 'ar', 'entries', 'الإدخالات', '2024-12-30 13:32:24', '2024-12-30 13:32:24'), (4927, 'ar', 'do_you_want_to_permanent_delete', 'هل تريد الحذف الدائم.', '2024-12-30 13:32:24', '2024-12-30 13:32:24'), (4928, 'ar', 'if_you_delete_itcourse_and_course_related_all_data_will_be_deleted_permanently', 'إذا قمت بحذفه، فسيتم حذف جميع البيانات المتعلقة بالدورة التدريبية والدورة التدريبية نهائيًا.', '2024-12-30 13:32:24', '2024-12-30 13:32:24'), (4929, 'ar', 'restore', 'يعيد', '2024-12-30 13:32:24', '2024-12-30 13:32:24'), (4930, 'ar', 'do_you_want_to_restore', 'هل تريد استعادة', '2024-12-30 13:32:24', '2024-12-30 13:32:24'), (4931, 'ar', 'view_level', 'عرض المستوى', '2024-12-30 13:34:34', '2024-12-30 13:34:34'), (4932, 'ar', 'storage_link_successfully', 'رابط التخزين بنجاح', '2024-12-30 13:43:47', '2024-12-30 13:43:47'), (4933, 'ar', 'cache_clear_successfully', 'تم مسح ذاكرة التخزين المؤقت بنجاح', '2024-12-30 13:43:47', '2024-12-30 13:43:47'), (4934, 'ar', 'cache_optimize_successfully', 'تم تحسين ذاكرة التخزين المؤقت بنجاح', '2024-12-30 13:43:47', '2024-12-30 13:43:47'), (4935, 'ar', 'would_you_like_support_for_users_to_switch_between_multiple_themes_on_your_website', 'هل ترغب في دعم المستخدمين للتبديل بين السمات المتعددة على موقع الويب الخاص بك؟', '2024-12-30 13:43:47', '2024-12-30 13:43:47'), (4936, 'ar', 'upload_logo__favicon', 'تحميل الشعار والأيقونة المفضلة', '2024-12-30 13:43:47', '2024-12-30 13:43:47'), (4937, 'ar', 'theme_logo', 'شعار الموضوع', '2024-12-30 13:43:47', '2024-12-30 13:43:47'), (4938, 'ar', 'footer_logo', 'شعار التذييل', '2024-12-30 13:43:47', '2024-12-30 13:43:47'), (4939, 'ar', '160', 'مائة وستون', '2024-12-30 13:43:47', '2024-12-30 13:43:47'), (4940, 'ar', '45', 'خمسة وأربعون', '2024-12-30 13:45:03', '2024-12-30 13:45:03'), (4941, 'ar', 'disable', 'إبطال', '2024-12-30 13:45:03', '2024-12-30 13:45:03'), (4942, 'ar', 'twak_chat_settings', 'إعدادات الدردشة توك', '2024-12-30 13:45:03', '2024-12-30 13:45:03'), (4943, 'ar', 'tawk_url', 'رابط توك', '2024-12-30 13:45:03', '2024-12-30 13:45:03'), (4944, 'ar', 'satisfied_student', 'طالب راضي', '2024-12-30 13:45:03', '2024-12-30 13:45:03'), (4945, 'ar', 'if_you_trashsubject_data_will_be_trashed', 'إذا قمت بحذف بيانات الموضوع، فسيتم إرسالها إلى المهملات.', '2024-12-30 13:45:03', '2024-12-30 13:45:03'), (4946, 'ar', '15', 'خمسة عشر', '2024-12-30 13:45:03', '2024-12-30 13:45:03'), (4947, 'ar', 'approved_course', 'دورة معتمدة', '2024-12-30 13:45:03', '2024-12-30 13:45:03'), (4948, 'ar', '13', 'ثلاثة عشر', '2024-12-30 13:45:03', '2024-12-30 13:45:03'), (4949, 'ar', 'pending_course', 'دورة في انتظار', '2024-12-30 13:46:16', '2024-12-30 13:46:16'), (4950, 'ar', 'rejected_course', 'الدورة المرفوضة', '2024-12-30 13:46:16', '2024-12-30 13:46:16'), (4951, 'ar', '7', 'سبعة', '2024-12-30 13:46:16', '2024-12-30 13:46:16'), (4952, 'ar', 'sub_category', 'الفئة الفرعية', '2024-12-30 13:46:16', '2024-12-30 13:46:16'), (4953, 'ar', 'select_status', 'حدد الحالة', '2024-12-30 13:46:16', '2024-12-30 13:46:16'), (4954, 'ar', 'approved', 'موافقة', '2024-12-30 13:46:16', '2024-12-30 13:46:16'), (4955, 'ar', 'rejected', 'مرفوض', '2024-12-30 13:46:16', '2024-12-30 13:46:16'), (4956, 'ar', 'if_you_trashcourse_bundle_and_purchase_bundle_related_all_data_will_be_trashed', 'إذا قمت بنقل جميع البيانات المتعلقة بحزمة الدورة التدريبية وحزمة الشراء ذات الصلة إلى سلة المهملات.', '2024-12-30 13:46:16', '2024-12-30 13:46:16'), (4957, 'ar', 'if_you_trash_organization_and_organization_related_all_data_will_be_trashed', 'إذا قمت بحذف جميع البيانات المتعلقة بالمؤسسة والمؤسسة، فسيتم إرسالها إلى سلة المهملات.', '2024-12-30 13:47:35', '2024-12-30 13:47:35'), (4958, 'ar', 'active_organization', 'منظمة نشطة', '2024-12-30 13:47:35', '2024-12-30 13:47:35'), (4959, 'ar', 'deactivate_organization', 'إلغاء تنشيط المنظمة', '2024-12-30 13:47:35', '2024-12-30 13:47:35'), (4960, 'ar', 'unverified', 'لم يتم التحقق منها', '2024-12-30 13:47:35', '2024-12-30 13:47:35'), (4961, 'ar', 'search_name', 'اسم البحث', '2024-12-30 13:47:35', '2024-12-30 13:47:35'), (4962, 'ar', 'total_instructor', 'إجمالي المعلم', '2024-12-30 13:47:35', '2024-12-30 13:47:35'), (4963, 'ar', '14', 'أربعة عشر', '2024-12-30 13:47:35', '2024-12-30 13:47:35'), (4964, 'ar', 'active_instructor', 'مدرس نشط', '2024-12-30 13:47:35', '2024-12-30 13:47:35'), (4965, 'ar', 'deactivate_instructor', 'تعطيل المعلم', '2024-12-30 13:47:35', '2024-12-30 13:47:35'), (4966, 'ar', 'if_you_trashinstructor_and_instructor_related_all_data_will_be_trashed', 'إذا قمت بحذف جميع البيانات المتعلقة بالمدرس والمدرس، فسيتم حذف جميع البيانات ذات الصلة بالمدرس.', '2024-12-30 13:48:51', '2024-12-30 13:48:51'), (4967, 'ar', 'if_you_trashstudent_and_student_related_all_data_will_be_trashed', 'إذا قمت بنقل جميع البيانات المتعلقة بالطالب والطالب إلى سلة المهملات.', '2024-12-30 13:48:51', '2024-12-30 13:49:05'), (4968, 'ar', 'total_student', 'إجمالي الطالب', '2024-12-30 13:48:51', '2024-12-30 13:48:51'), (4969, 'ar', '12', 'إثنا عشر', '2024-12-30 13:48:51', '2024-12-30 13:48:51'), (4970, 'ar', 'active_student', 'طالب نشط', '2024-12-30 13:48:51', '2024-12-30 13:48:51'), (4971, 'ar', 'deactivate_student', 'إلغاء تنشيط الطالب', '2024-12-30 13:48:51', '2024-12-30 13:48:51'), (4972, 'ar', 'manage_blog_category', 'إدارة فئة المدونة', '2024-12-30 13:48:51', '2024-12-30 13:48:51'), (4973, 'ar', 'if_you_trash_if_have_category_blog_all_data_will_be_trash', 'إذا كنت في سلة المهملات، وإذا كانت لديك مدونة فئة، فستكون جميع البيانات في سلة المهملات.', '2024-12-30 13:48:51', '2024-12-30 13:48:51'), (4974, 'ar', 'free_consultation', 'استشارة مجانية', '2024-12-30 13:48:51', '2024-12-30 13:48:51'), (4975, 'ar', 'register', 'يسجل', '2024-12-30 13:50:16', '2024-12-30 13:50:16'), (4976, 'ar', 'discover_learn_and_thrive_with_us_experience_a_smooth_and_rewarding_educational_adventurelets_get_started', 'اكتشف وتعلم وازدهر معنا. استمتع بمغامرة تعليمية سلسة ومجزية. فلنبدأ', '2024-12-30 13:50:16', '2024-12-30 13:50:16'), (4977, 'ar', 'already_have_an_account', 'لديك حساب بالفعل', '2024-12-30 13:50:16', '2024-12-30 13:50:16'), (4978, 'ar', 'this_field_is_required', 'هذه الخانة مطلوبه', '2024-12-30 13:50:16', '2024-12-30 13:50:16'), (4979, 'ar', 'language_has_been_updated_successfully', 'تم تحديث اللغة بنجاح!', '2024-12-30 13:50:16', '2024-12-30 13:50:16'), (4980, 'ar', 'translate_successfully', 'تمت الترجمة بنجاح', '2024-12-30 13:50:16', '2024-12-30 13:50:16'), (4981, 'ar', 'choose_language', 'اختر اللغة', '2024-12-30 13:50:16', '2024-12-30 13:50:16'), (4982, 'ar', 'course_available', 'الدورة متاحة', '2024-12-30 13:50:16', '2024-12-30 13:50:16'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (4983, 'ar', 'best_online_courses', 'أفضل الدورات عبر الإنترنت', '2024-12-30 13:50:16', '2024-12-30 13:50:16'), (4984, 'ar', 'change_password', 'تغيير كلمة المرور', '2024-12-30 13:51:29', '2024-12-30 13:51:29'), (4985, 'ar', '200', 'مائتان', '2024-12-30 13:51:29', '2024-12-30 13:51:29'), (4986, 'ar', 'instructor_has_been_updated_successfully', 'تم تحديث المدرب بنجاح.', '2024-12-30 13:51:29', '2024-12-30 13:51:29'), (4987, 'ar', 'course_details', 'تفاصيل الدورة', '2024-12-30 13:51:29', '2024-12-30 13:51:29'), (4988, 'ar', 'min', 'دقيقة', '2024-12-30 13:51:29', '2024-12-30 13:51:29'), (4989, 'ar', 'course_instructor', 'مدرس الدورة', '2024-12-30 13:51:29', '2024-12-30 13:51:29'), (4990, 'ar', 'added_to_cart_successfully', 'تمت الإضافة إلى سلة التسوق بنجاح', '2024-12-30 13:51:29', '2024-12-30 13:51:29'), (4991, 'ar', 'shopping_cart', 'سلة التسوق', '2024-12-30 13:51:29', '2024-12-30 13:51:29'), (4992, 'ar', 'ready_to_learn', 'هل أنت مستعد للتعلم؟', '2024-12-30 13:51:29', '2024-12-30 13:51:29'), (4993, 'ar', 'your_cart_is_waiting_to_be_filled_with_knowledge_discover_new_courses_and_kickstart_your_education', 'سلة التسوق الخاصة بك في انتظار أن تكون مليئة بالمعرفة! اكتشف دورات جديدة وابدأ تعليمك.', '2024-12-30 13:52:46', '2024-12-30 13:52:46'), (4994, 'ar', 'learning_continue', 'مواصلة التعلم', '2024-12-30 13:52:46', '2024-12-30 13:52:46'), (4995, 'ar', 'our_blogs', 'مدوناتنا', '2024-12-30 13:52:46', '2024-12-30 13:52:46'), (4996, 'ar', 'organization_details', 'تفاصيل المنظمة', '2024-12-30 13:52:46', '2024-12-30 13:52:46'), (4997, 'ar', 'privacy_and_policy', 'الخصوصية والسياسة', '2024-12-30 13:52:46', '2024-12-30 13:52:46'), (4998, 'ar', 'terms_and_condition', 'الشروط والأحكام', '2024-12-30 13:52:46', '2024-12-30 13:52:46'), (4999, 'ar', 'blog_detail', 'تفاصيل المدونة', '2024-12-30 13:52:46', '2024-12-30 13:52:46'), (5000, 'ar', 'news_post', 'آخر الأخبار', '2024-12-30 13:52:46', '2024-12-30 13:52:46'), (5001, 'ar', 'no_blog', 'لا مدونة', '2024-12-30 13:52:46', '2024-12-30 13:52:46'), (5002, 'ar', 'blog_has_been_updated_successfully', 'تم تحديث المدونة بنجاح!', '2024-12-30 13:54:05', '2024-12-30 13:55:17'), (5003, 'ar', 'subject_has_been_updated_successfully', 'تم تحديث الموضوع بنجاح!', '2024-12-30 13:54:05', '2024-12-30 13:54:05'), (5004, 'ar', 'hero_has_been_updated_successfully', 'تم تحديث البطل بنجاح!', '2024-12-30 13:54:05', '2024-12-30 13:54:05'), (5005, 'ar', 'testimonial_updated_successfully', 'تم تحديث الشهادة بنجاح!', '2024-12-30 13:54:05', '2024-12-30 13:54:05'), (5006, 'ar', 'slider_has_been_updated_successfully', 'تم تحديث شريط التمرير بنجاح!', '2024-12-30 13:54:05', '2024-12-30 13:54:05'), (5007, 'ar', 'if_you_trash_itstate_and_city_data_will_be_trashed', 'إذا قمت بإزالتها، فسيتم إرسال بيانات الولاية والمدينة إلى المهملات.', '2024-12-30 13:54:05', '2024-12-30 13:54:05'), (5008, 'ar', 'country_has_been_updated_successfully', 'تم تحديث البلد بنجاح!', '2024-12-30 13:54:05', '2024-12-30 13:54:05'), (5009, 'ar', 'if_you_trashcity_data_will_be_trashed', 'إذا قمت بنقل بيانات المدينة إلى سلة المهملات.', '2024-12-30 13:54:05', '2024-12-30 13:54:05'), (5010, 'ar', 'state_has_been_updated_successfully', 'تم تحديث الحالة بنجاح!', '2024-12-30 13:54:05', '2024-12-30 13:54:05'), (5011, 'ar', 'city_has_been_updated_successfully', 'تم تحديث المدينة بنجاح!', '2024-12-30 14:19:13', '2024-12-30 14:19:13'), (5012, 'ar', 'if_you_trash_it_timezone_data_will_be_trashed', 'إذا قمت بنقلها إلى المهملات، فسيتم نقل بيانات المنطقة الزمنية إلى المهملات.', '2024-12-30 14:19:13', '2024-12-30 14:19:13'), (5013, 'ar', 'time_zone_has_been_updated_successfully', 'تم تحديث المنطقة الزمنية بنجاح!', '2024-12-30 14:19:13', '2024-12-30 14:19:13'), (5014, 'ar', 'note', 'ملحوظة', '2024-12-30 14:19:13', '2024-12-30 14:19:13'), (5015, 'ar', 'only_remix_icon_class_example', 'فقط فئة أيقونة ريمكس، على سبيل المثال', '2024-12-30 14:19:13', '2024-12-30 14:19:13'), (5016, 'ar', 'icon_has_been_updated_successfully', 'تم تحديث الأيقونة بنجاح!', '2024-12-30 14:19:13', '2024-12-30 14:19:13'), (5017, 'ar', 'category_position', 'موقف الفئة', '2024-12-30 14:19:13', '2024-12-30 14:19:13'), (5018, 'ar', 'enter_position', 'أدخل المنصب', '2024-12-30 14:19:13', '2024-12-30 14:19:13'), (5019, 'ar', 'enter_meta_title', 'أدخل عنوان التعريف', '2024-12-30 14:19:13', '2024-12-30 14:19:13'), (5020, 'ar', 'enter_meeting_provider', 'أدخل مزود الاجتماع', '2024-12-30 14:21:07', '2024-12-30 14:21:07'), (5021, 'ar', 'meeting_provider_has_been_updated_successfully', 'تم تحديث موفر الاجتماع بنجاح!', '2024-12-30 14:21:07', '2024-12-30 14:21:07'), (5022, 'ar', 'view_tag', 'عرض العلامة', '2024-12-30 14:21:07', '2024-12-30 14:21:07'), (5023, 'ar', 'tag_has_been_updated_successfully', 'تم تحديث العلامة بنجاح!', '2024-12-30 14:21:07', '2024-12-30 14:21:07'), (5024, 'ar', 'level_has_been_updated_successfully', 'تم تحديث المستوى بنجاح!', '2024-12-30 14:21:07', '2024-12-30 14:21:07'), (5025, 'ar', 'select_instructor', 'حدد المعلم', '2024-12-30 14:21:07', '2024-12-30 14:21:07'), (5026, 'ar', 'youtube', 'يوتيوب', '2024-12-30 14:21:07', '2024-12-30 14:21:07'), (5027, 'ar', 'vimeo', 'فيميو', '2024-12-30 14:21:07', '2024-12-30 14:21:07'), (5028, 'ar', 'local', 'محلي', '2024-12-30 14:21:08', '2024-12-30 14:21:08'), (5029, 'ar', 'topic_duration', 'مدة الموضوع', '2024-12-30 14:22:40', '2024-12-30 14:22:40'), (5030, 'ar', 'recommended', 'مُستَحسَن', '2024-12-30 14:22:40', '2024-12-30 14:22:40'), (5031, 'ar', 'word_between__120_to_150', 'الكلمة بين - 120 إلى 150', '2024-12-30 14:22:40', '2024-12-30 14:22:40'), (5032, 'ar', 'faq_question', 'سؤال شائع', '2024-12-30 14:22:40', '2024-12-30 14:22:40'), (5033, 'ar', 'faq_answer', 'الإجابة على الأسئلة الشائعة', '2024-12-30 14:22:40', '2024-12-30 14:22:40'), (5034, 'ar', 'course_outcomes', 'نتائج الدورة', '2024-12-30 14:22:40', '2024-12-30 14:22:40'), (5035, 'ar', 'course_price', 'سعر الدورة', '2024-12-30 14:22:40', '2024-12-30 14:22:40'), (5036, 'ar', 'discounted_price', 'سعر مخفض', '2024-12-30 14:22:40', '2024-12-30 14:22:40'), (5037, 'ar', '300', 'ثلاثة مائة', '2024-12-30 14:22:40', '2024-12-30 14:22:40'), (5038, 'ar', 'course_preview_image', 'صورة معاينة الدورة التدريبية', '2024-12-30 14:24:10', '2024-12-30 14:24:10'), (5039, 'ar', 'enter_meeting_id', 'أدخل معرف الاجتماع', '2024-12-30 14:24:10', '2024-12-30 14:24:10'), (5040, 'ar', 'enter_moderator_password', 'أدخل كلمة مرور المشرف', '2024-12-30 14:24:10', '2024-12-30 14:24:10'), (5041, 'ar', 'please_select_date', 'الرجاء تحديد التاريخ', '2024-12-30 14:24:10', '2024-12-30 14:24:10'), (5042, 'ar', 'please_select_time', 'الرجاء تحديد الوقت', '2024-12-30 14:24:10', '2024-12-30 14:24:10'), (5043, 'ar', 'enter_chapter_name', 'أدخل اسم الفصل', '2024-12-30 14:24:10', '2024-12-30 14:24:10'), (5044, 'ar', '4', 'أربعة', '2024-12-30 14:24:10', '2024-12-30 14:24:10'), (5045, 'ar', 'course_status_change_successfully', 'تم تغيير حالة الدورة بنجاح', '2024-12-30 14:24:10', '2024-12-30 14:24:10'), (5046, 'ar', 'bundle_has_been_updated_successfully', 'تم تحديث الحزمة بنجاح!', '2024-12-30 14:25:42', '2024-12-30 14:25:42'), (5047, 'ar', 'if_you_delete_itcourse_bundle_and_purchase_bundle__all_data_will_be_deleted_permanently', 'إذا قمت بحذفها، فسيتم حذف جميع البيانات الخاصة بحزمة الدورة التدريبية وحزمة الشراء نهائيًا.', '2024-12-30 14:25:42', '2024-12-30 14:25:42'), (5048, 'ar', '_edit_enroll', 'تحرير التسجيل', '2024-12-30 14:25:42', '2024-12-30 14:25:42'), (5049, 'ar', 'as_an_admin_you_are_authorized_to_enroll_students_only_in', 'باعتبارك مسؤولًا، يحق لك تسجيل الطلاب فقط', '2024-12-30 14:25:42', '2024-12-30 14:25:42'), (5050, 'ar', 'free_courses', 'دورات مجانية', '2024-12-30 14:25:42', '2024-12-30 14:25:42'), (5051, 'ar', 'enrollment_in', 'التسجيل في', '2024-12-30 14:25:42', '2024-12-30 14:25:42'), (5052, 'ar', 'paid_courses', 'الدورات المدفوعة', '2024-12-30 14:25:42', '2024-12-30 14:25:42'), (5053, 'ar', 'is_restricted_and_must_be_completed_by_the_student_or_handled_through_the_payment_system_please_verify_the_course_type_before_enrolling', 'مقيد ويجب إكماله من قبل الطالب أو التعامل معه من خلال نظام الدفع. يرجى التحقق من نوع الدورة قبل التسجيل', '2024-12-30 14:25:42', '2024-12-30 14:25:42'), (5054, 'ar', 'enter_organization_name', 'أدخل اسم المنظمة', '2024-12-30 14:27:34', '2024-12-30 14:27:34'), (5055, 'ar', 'organization_has_been_saved_successfully', 'تم حفظ المنظمة بنجاح', '2024-12-30 14:27:34', '2024-12-30 14:27:34'), (5056, 'ar', 'do_you_want_to_delete', 'هل تريد حذف.', '2024-12-30 14:27:34', '2024-12-30 14:27:34'), (5057, 'ar', 'if_you_deleteinstructor_and_instructor_related_all_data_will_be_delete_permanently', 'إذا قمت بالحذف، فسيتم حذف جميع البيانات المتعلقة بالمدرس والمدرس نهائيًا.', '2024-12-30 14:27:34', '2024-12-30 14:27:34'), (5058, 'ar', 'student_has_been_update_successfully', 'تم تحديث الطالب بنجاح', '2024-12-30 14:27:34', '2024-12-30 14:27:34'), (5059, 'ar', 'discount_percentage', 'نسبة الخصم', '2024-12-30 14:27:34', '2024-12-30 14:27:34'), (5060, 'ar', '150', 'مائة وخمسون', '2024-12-30 14:27:34', '2024-12-30 14:27:34'), (5061, 'ar', 'discount_amount', 'مبلغ الخصم', '2024-12-30 14:27:34', '2024-12-30 14:27:34'), (5062, 'ar', 'coupon_has_been_updated_successfully', 'تم تحديث القسيمة بنجاح!', '2024-12-30 14:27:34', '2024-12-30 14:27:34'), (5063, 'ar', 'email_template_has_been_updated_successfully', 'تم تحديث قالب البريد الإلكتروني بنجاح!', '2024-12-30 14:29:02', '2024-12-30 14:29:02'), (5064, 'ar', 'edit_blog_category', 'تحرير فئة المدونة', '2024-12-30 14:29:02', '2024-12-30 14:29:02'), (5065, 'ar', 'enter_blog_category', 'تحرير فئة المدونة', '2024-12-30 14:29:02', '2024-12-30 14:29:02'), (5066, 'ar', 'something_wrong', 'هل هناك خطب ما!', '2024-12-30 14:29:02', '2024-12-30 14:29:02'), (5067, 'ar', 'notification_has_been_updated_successfully', 'تم تحديث الإخطار بنجاح!', '2024-12-30 14:29:02', '2024-12-30 14:29:02'), (5068, 'ar', 'support_category_updated_successfully', 'تم تحديث فئة الدعم بنجاح!', '2024-12-30 14:29:02', '2024-12-30 14:29:02'), (5069, 'ar', 'ticket_id', 'معرف التذكرة', '2024-12-30 14:29:02', '2024-12-30 14:29:02'), (5070, 'ar', 'manage_permission', 'إدارة الإذن', '2024-12-30 14:29:02', '2024-12-30 14:29:02'), (5071, 'ar', 'module_name', 'اسم الوحدة', '2024-12-30 14:29:02', '2024-12-30 14:29:02'), (5072, 'ar', 'permission_updated_successfully', 'تم تحديث الإذن بنجاح.', '2024-12-30 14:30:21', '2024-12-30 14:30:21'), (5073, 'ar', 'guard_name', 'اسم الحرس', '2024-12-30 14:30:21', '2024-12-30 14:30:21'), (5074, 'ar', 'role_updated_successfully', 'تم تحديث الدور بنجاح.', '2024-12-30 14:30:21', '2024-12-30 14:30:21'), (5075, 'ar', 'manage_staff', 'إدارة الموظفين', '2024-12-30 14:30:21', '2024-12-30 14:30:21'), (5076, 'ar', 'admin_update_successfully', 'تم تحديث المشرف بنجاح.', '2024-12-30 14:30:21', '2024-12-30 14:30:21'), (5077, 'ar', 'sandbox', 'رمل', '2024-12-30 14:30:21', '2024-12-30 14:30:21'), (5078, 'ar', 'secret_key', 'المفتاح السري', '2024-12-30 14:30:21', '2024-12-30 14:30:21'), (5079, 'ar', 'publishable_key', 'مفتاح قابل للنشر', '2024-12-30 14:30:21', '2024-12-30 14:30:21'), (5080, 'ar', 'publishable_or_client_id', 'قابل للنشر أو معرف العميل', '2024-12-30 14:30:21', '2024-12-30 14:30:21'), (5081, 'ar', 'method_name', 'اسم الطريقة', '2024-12-30 14:31:54', '2024-12-30 14:31:54'), (5082, 'ar', 'payment_method_name', 'اسم طريقة الدفع', '2024-12-30 14:31:54', '2024-12-30 14:31:54'), (5083, 'ar', 'payment_method_updated_successfully', 'تم تحديث طريقة الدفع بنجاح!', '2024-12-30 14:31:54', '2024-12-30 14:31:54'), (5084, 'ar', '1056', 'ألف وستة وخمسون', '2024-12-30 14:31:54', '2024-12-30 14:31:54'), (5085, 'ar', '816', 'ثمانية مائة وستة عشر', '2024-12-30 14:31:54', '2024-12-30 14:31:54'), (5086, 'ar', 'update_successfully', 'تم التحديث بنجاح', '2024-12-30 14:31:54', '2024-12-30 14:31:54'), (5087, 'ar', 'faq_has_been_updated_successfully', 'تم تحديث الأسئلة الشائعة بنجاح!', '2024-12-30 14:31:54', '2024-12-30 14:31:54'), (5088, 'ar', 'page_has_been_updated_successfully', 'تم تحديث الصفحة بنجاح!', '2024-12-30 14:31:54', '2024-12-30 14:31:54'), (5089, 'ar', 'sort_chapter', 'فرز الفصل', '2024-12-30 14:31:54', '2024-12-30 14:31:54'), (5090, 'ar', 'edit_chapter', 'تحرير الفصل', '2024-12-30 14:33:01', '2024-12-30 14:33:01'), (5091, 'ar', 'delete_chapter', 'حذف الفصل', '2024-12-30 14:33:01', '2024-12-30 14:33:01'), (5092, 'ar', 'change_successfully', 'التغيير بنجاح', '2024-12-30 14:33:01', '2024-12-30 14:33:01'), (5093, 'ar', 'oops_nothing_here_yet', 'عفوًا، لا شيء هنا بعد!', '2024-12-30 14:33:01', '2024-12-30 14:33:01'), (5094, 'ar', 'it_looks_like_we_dont_have_any_courses_in_this_category_right_now_feel_free_to_browse_other_categories_or_let_us_know_if_theres_something_specific_youd_like_to_learn', 'يبدو أنه ليس لدينا أي دورات في هذه الفئة في الوقت الحالي. لا تتردد في تصفح الفئات الأخرى أو إعلامنا إذا كان هناك شيء محدد ترغب في تعلمه!', '2024-12-30 14:33:01', '2024-12-30 14:33:01'), (5095, 'en', 'my_profile', 'My Profile', '2024-12-30 14:55:14', '2024-12-30 14:55:14'), (5096, 'en', 'profile_update', 'Profile Update', '2024-12-30 02:57:40', '2024-12-30 02:57:40'), (5097, 'en', 'profile_update_successfully', 'Profile Update successfully.', '2024-12-30 02:57:42', '2024-12-30 02:57:42'), (5098, 'es', 'my_profile', 'Mi perfil', '2024-12-30 03:05:10', '2024-12-30 03:05:27'), (5099, 'es', 'profile_update', 'Actualización de perfil', '2024-12-30 03:05:10', '2024-12-30 03:05:27'), (5100, 'es', 'profile_update_successfully', 'Actualización de perfil exitosa.', '2024-12-30 03:05:10', '2024-12-30 03:05:10'), (5101, 'en', 'ratings', 'Ratings', '2024-12-30 03:15:27', '2024-12-30 03:15:27'), (5102, 'en', 'no_submit', 'No Submit', '2024-12-30 03:15:27', '2024-12-30 03:15:27'), (5103, 'ar', 'my_profile', 'ملفي الشخصي', '2024-12-30 03:17:50', '2024-12-30 17:25:49'), (5104, 'ar', 'translate_language', 'ترجمة اللغة', '2024-12-30 03:22:14', '2024-12-30 19:43:51'), (5105, 'en', 'translate_language', 'Translate Language', '2024-12-30 03:22:31', '2024-12-30 03:22:31'), (5106, 'es', 'por_defecto', 'Por defecto', '2024-12-30 03:50:07', '2024-12-30 03:50:07'), (5107, 'es', 'educacin_de_aprendizaje_electrnico', 'Educación de aprendizaje electrónico', '2024-12-30 03:50:07', '2024-12-30 03:50:07'), (5108, 'es', 'educacin_digital', 'Educación Digital', '2024-12-30 03:50:07', '2024-12-30 03:50:07'), (5109, 'es', 'paquete_de_cursos', 'Paquete de cursos', '2024-12-30 03:50:07', '2024-12-30 03:50:07'), (5110, 'es', 'instructora', 'Instructora', '2024-12-30 03:50:07', '2024-12-30 03:50:07'), (5111, 'es', 'organizacin', 'Organización', '2024-12-30 03:50:07', '2024-12-30 03:50:07'), (5112, 'es', 'sobre_nosotras', 'Sobre nosotras', '2024-12-30 03:50:07', '2024-12-30 03:50:07'), (5113, 'es', 'poltica_de_privacidad', 'Política de privacidad', '2024-12-30 03:50:07', '2024-12-30 03:50:07'), (5114, 'es', 'trminos_y_condiciones', 'Términos y condiciones', '2024-12-30 03:50:07', '2024-12-30 03:50:07'), (5115, 'es', 'tema', 'Tema', '2024-12-30 03:52:10', '2024-12-30 03:52:10'), (5116, 'es', 'hogar', 'Hogar', '2024-12-30 03:52:10', '2024-12-30 03:52:10'), (5117, 'es', 'curso', 'Curso', '2024-12-30 03:52:10', '2024-12-30 03:52:10'), (5118, 'es', 'paginas', 'paginas', '2024-12-30 03:52:10', '2024-12-30 03:52:10'), (5119, 'es', 'contacto', 'Contacto', '2024-12-30 03:52:10', '2024-12-30 03:52:10'), (5120, 'es', 'translate_language', 'Traducir idioma', '2024-12-30 14:42:42', '2024-12-30 22:30:22'), (5121, 'bn', 'my_profile', 'আমার প্রোফাইল', '2024-12-30 14:53:56', '2024-12-30 21:19:45'), (5122, 'en', 'category_has_been_updated_successfully', 'Category has been updated successfully!', '2024-12-30 16:11:48', '2024-12-30 16:11:48'), (5123, 'ar', '0', '0', '2024-12-30 17:26:29', '2024-12-30 17:26:29'), (5124, 'ar', '1', '1', '2024-12-30 17:37:25', '2024-12-30 17:37:25'), (5125, 'ar', 'no_submit', 'لا إرسال', '2024-12-30 19:43:11', '2024-12-30 19:43:51'), (5126, 'ar', 'category_has_been_updated_successfully', 'تم تحديث الفئة بنجاح!', '2024-12-30 19:43:11', '2024-12-30 19:43:11'), (5127, 'ar', 'profile_update', 'تحديث الملف الشخصي', '2024-12-30 19:45:26', '2024-12-30 20:18:06'), (5128, 'ar', 'profile_update_successfully', 'تم تحديث الملف الشخصي بنجاح', '2024-12-30 19:45:26', '2024-12-30 19:45:26'), (5129, 'ar', 'ratings', 'التقييمات', '2024-12-30 19:45:26', '2024-12-30 19:45:26'), (5130, 'bn', 'profile_update', 'প্রোফাইল আপডেট', '2024-12-30 21:19:45', '2024-12-30 21:19:45'), (5131, 'bn', 'profile_update_successfully', 'প্রোফাইল সফলভাবে আপডেট হয়ছে।', '2024-12-30 21:19:45', '2024-12-30 21:19:45'), (5132, 'bn', 'ratings', 'রেটিং', '2024-12-30 21:19:45', '2024-12-30 21:19:45'), (5133, 'bn', 'no_submit', 'জমা নেই', '2024-12-30 21:20:26', '2024-12-30 21:20:26'), (5134, 'bn', 'translate_language', 'ভাষা অনুবাদ করুন', '2024-12-30 21:20:26', '2024-12-30 21:20:26'), (5135, 'bn', 'category_has_been_updated_successfully', 'বিভাগ সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 21:20:26', '2024-12-30 21:20:26'), (5136, 'es', 'no_submit', 'No enviar', '2024-12-30 22:30:22', '2024-12-30 22:30:22'), (5137, 'es', 'category_has_been_updated_successfully', '¡La categoría se ha actualizado correctamente!', '2024-12-30 22:30:22', '2024-12-30 22:30:22'), (5138, 'es', 'ratings', NULL, '2024-12-30 22:32:32', '2024-12-30 22:33:41'), (5139, 'es', '0', '0', '2024-12-30 22:38:38', '2024-12-30 22:38:38'), (5140, 'bn', '0', '0', '2024-12-30 22:38:41', '2024-12-30 22:38:41'), (5141, 'en', 'view_question', 'View Question', '2024-12-30 22:54:38', '2024-12-30 22:54:38'), (5142, 'es', 'suscribir', 'Suscribir', '2024-12-30 23:07:15', '2024-12-30 23:07:15'), (5143, 'en', 'accept', 'Accept', '2024-12-30 23:43:18', '2024-12-30 23:43:18'), (5144, 'en', 'decline', 'Decline', '2024-12-30 23:43:18', '2024-12-30 23:43:18'), (5145, 'en', 'read_less', 'Read less', '2024-12-30 23:43:18', '2024-12-30 23:43:18'), (5146, 'ar', 'accept', 'Accept', '2024-12-30 23:44:18', '2024-12-30 23:44:18'), (5147, 'ar', 'decline', 'Decline', '2024-12-30 23:44:18', '2024-12-30 23:44:18'), (5148, 'ar', 'read_less', 'Read less', '2024-12-30 23:44:18', '2024-12-30 23:44:18'), (5149, 'es', 'accept', 'Accept', '2024-12-31 01:01:27', '2024-12-31 01:01:27'), (5150, 'es', 'decline', 'Decline', '2024-12-31 01:01:27', '2024-12-31 01:01:27'), (5151, 'es', 'read_less', 'Read less', '2024-12-31 01:01:27', '2024-12-31 01:01:27'), (5152, 'bn', 'accept', 'Accept', '2024-12-31 01:01:31', '2024-12-31 01:01:31'), (5153, 'bn', 'decline', 'Decline', '2024-12-31 01:01:31', '2024-12-31 01:01:31'), (5154, 'bn', 'read_less', 'Read less', '2024-12-31 01:01:31', '2024-12-31 01:01:31'), (5155, 'es', 'nete_gratis', 'Únete gratis', '2024-12-31 02:17:40', '2024-12-31 02:17:40'); -- -------------------------------------------------------- -- -- Table structure for table `universities` -- CREATE TABLE `universities` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `universities` -- INSERT INTO `universities` (`id`, `name`, `slug`, `created_at`, `updated_at`) VALUES (1, 'Bangladesh University', 'bangladesh-university', '2024-12-24 03:41:15', '2024-12-24 03:41:15'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `userable_id` bigint(20) UNSIGNED NOT NULL, `organization_id` int(11) DEFAULT NULL, `userable_type` varchar(255) NOT NULL, `guard` varchar(255) NOT NULL, `username` varchar(255) DEFAULT NULL, `email` varchar(255) NOT NULL, `password` varchar(255) NOT NULL, `remember_me` varchar(255) DEFAULT NULL, `is_verify` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `userable_id`, `organization_id`, `userable_type`, `guard`, `username`, `email`, `password`, `remember_me`, `is_verify`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 1, NULL, 'Modules\\LMS\\Models\\Auth\\Student', 'student', NULL, 'test.student@gmail.com', '$2y$12$3PQ.LKHRSJl5SP7jDrK8EeU.Vp5.YPrBRs202mLSI4YivFhM5WPPC', NULL, 1, '2024-11-26 11:05:43', '2024-12-19 05:28:30', NULL), (4, 2, NULL, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'john.smith@example.com', '$2y$12$mH9UQg64lWTPzGUlKp1mtOyLGDq/Ie0ZMBjOJtt0Ap1Qofw7899oK', NULL, 1, '2024-11-26 15:53:28', '2024-11-26 16:17:59', NULL), (6, 4, NULL, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'sarah.johnson@example.co.uk', '$2y$12$DFQdTb.MwDWBGF7Swv6CyuwutmaOkUKzIsIKTNsW/qqQkXcgA7bVi', NULL, 1, '2024-11-26 16:03:05', '2024-12-05 00:15:33', NULL), (7, 5, NULL, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'rakesh.verma@example.in', '$2y$12$QB.QaOemtMsngIFY1GsPcOLDrdt6FLrScqrHc/fzBtQxDV3XRHgGu', NULL, 1, '2024-11-26 16:12:02', '2024-11-26 16:12:09', NULL), (8, 6, NULL, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'emma.brown@example.au', '$2y$12$DiZHM3pzn9/3gr4L9xTTxOrs532OgYrAS0XLSrhS1Nb7Cc3JnweXu', NULL, 1, '2024-11-26 16:17:26', '2024-11-27 12:22:24', NULL), (9, 7, NULL, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'ahmed.hassan@example.ae', '$2y$12$H/G7ZHfjK0.4zlOptJ2t2.rLxJASXEcYilGtNlNCEPHauyiPnl3Ly', NULL, 1, '2024-11-26 16:19:47', '2024-11-26 16:27:46', NULL), (10, 8, NULL, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'olivia.martinez@example.es', '$2y$12$2MXr8o9KhAI9bElbZzEUmu9xBDBQuNCyWUxPN/rrU5LXMhZzv8WEC', NULL, 1, '2024-11-26 16:29:59', '2024-11-26 16:36:37', NULL), (11, 9, NULL, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'chen.wei@example.cn', '$2y$12$GbWoB2QCY1FwoenwhKcpXeZnZ6rVfy4VVnvRhCIczdfdoIW2umeTO', NULL, 1, '2024-11-26 16:33:34', '2024-11-27 12:22:23', NULL), (12, 10, NULL, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'mia.nguyen@example.vn', '$2y$12$ILmaWZm.IJqOIImgLDd9ou/mMKs.CWqdAHbKi92OLTqp.E0tfw3k2', NULL, 1, '2024-11-26 16:36:20', '2024-11-26 16:36:37', NULL), (13, 2, NULL, 'Modules\\LMS\\Models\\Auth\\Organization', 'organization', NULL, 'info@techinnovators.com', '$2y$12$bymxKIqMqhj4gxHmb0KMi.KKmcWCDzXdBuUeSNob9V3UTwBRJgRGa', NULL, 1, '2024-11-26 16:47:20', '2024-12-19 05:18:27', NULL), (14, 3, NULL, 'Modules\\LMS\\Models\\Auth\\Organization', 'organization', NULL, 'contact@creativesparks.co.uk', '$2y$12$XnJlARWy70D3DYlUKizgiuA80ppl9zCIwJ1xv08fIY7NuG18j.EVW', NULL, 1, '2024-11-26 16:51:07', '2024-11-27 12:22:37', NULL), (16, 5, NULL, 'Modules\\LMS\\Models\\Auth\\Organization', 'organization', NULL, 'team@visionarydesigners.au', '$2y$12$SbBi940kYlzXxn7liUhMverpvr3e7Sgmc2ZTvOtTqnx7aQuc7yONS', NULL, 1, '2024-11-26 17:07:54', '2024-11-26 17:08:01', NULL), (17, 6, NULL, 'Modules\\LMS\\Models\\Auth\\Organization', 'organization', NULL, 'info@digitalhorizon.ae', '$2y$12$5yzwhHakPQInJ5RbXDGOu.h03YQ7u3NJP504c7qSQYIk7m22J6bqO', NULL, 1, '2024-11-26 17:10:49', '2024-11-27 12:22:37', NULL), (18, 7, NULL, 'Modules\\LMS\\Models\\Auth\\Organization', 'organization', NULL, 'support@brightpath.es', '$2y$12$hxX/dsMlNx5O4yxtZ15P8OnDG2eMBzbB76193oO6PApUAMXMuojqe', NULL, 1, '2024-11-26 17:13:10', '2024-11-26 17:13:15', NULL), (19, 2, NULL, 'Modules\\LMS\\Models\\Auth\\Student', 'student', NULL, 'emma.johnson@email.com', '$2y$12$HXkz9npUCXaNuMkkw17MJehnzPQw50XttIL1IXrgk8AW9Bz/PLECq', NULL, 1, '2024-11-26 17:38:43', '2024-11-28 16:12:22', NULL), (20, 3, NULL, 'Modules\\LMS\\Models\\Auth\\Student', 'student', NULL, 'liam.smith@email.co.uk', '$2y$12$2/VnsDxzIojZxsUZTzEPEOiFb6KipBT0GdJ5sZzmr6YSyg9fOtuPC', NULL, 1, '2024-11-26 17:40:06', '2024-11-26 17:43:01', NULL), (21, 4, NULL, 'Modules\\LMS\\Models\\Auth\\Student', 'student', NULL, 'anya@gmail.com', '$2y$12$tStH2T1K2Adgv5LUw7yz2uTdSsjdafsLOs9NWxg6fLfA021wwXcf2', NULL, 1, '2024-11-26 17:41:31', '2024-12-13 09:43:34', NULL), (22, 5, NULL, 'Modules\\LMS\\Models\\Auth\\Student', 'student', NULL, 'noah.brown@email.au', '$2y$12$yyXVlyj1wVLMW7BSNcPcqeTX6VXneeCmjLcMMrOK8k80Jt8juaCWO', NULL, 1, '2024-11-26 17:44:20', '2024-12-04 23:19:40', NULL), (23, 6, NULL, 'Modules\\LMS\\Models\\Auth\\Student', 'student', NULL, 'amira.khalid@email.ae', '$2y$12$29EguoLI.jRTW8OZB1rgkOZmNcjXSIRXIL2cZIkd/Gtay1WLnwhR6', NULL, 1, '2024-11-26 17:46:12', '2024-11-26 17:46:18', NULL), (24, 7, NULL, 'Modules\\LMS\\Models\\Auth\\Student', 'student', NULL, 'carlos.martinez@email.es', '$2y$12$4K9daNUY7Rd11L0IKGBmlOFjH.Lx2XSLfFZOG4F7dDUlcfQgYSh9i', NULL, 1, '2024-11-26 17:47:27', '2024-11-28 11:12:49', NULL), (25, 8, NULL, 'Modules\\LMS\\Models\\Auth\\Student', 'student', NULL, 'hana.lee@email.kr', '$2y$12$VHwuBTbqc4rS0SVSO74gW.SDIbBR5Q.KoYiGjVZh5Yzl8FERhWHo6', NULL, 1, '2024-11-26 17:48:48', '2024-11-26 17:49:15', NULL), (26, 8, NULL, 'Modules\\LMS\\Models\\Auth\\Organization', 'organization', NULL, 'alex.johnson@example.com', '$2y$12$9P10ewEUo6K1dK/z9eyHOOrbFyEU/NtMtD6mOO/Blxj4kdQiiATdS', NULL, 1, '2024-11-26 18:11:20', '2024-11-26 18:13:33', NULL), (27, 11, NULL, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'aria.bloom@email.com', '$2y$12$r2z1VAf9ehdCHCLaI/g5seiI/HrnAMJ/CSTS.G26oQgiyAwJT52xS', NULL, 1, '2024-11-26 18:19:31', '2024-11-27 12:22:22', NULL), (30, 9, NULL, 'Modules\\LMS\\Models\\Auth\\Student', 'student', NULL, 'student@gmail.com', '$2y$12$Y1sfyxShTXoJHaMY3p2Ar.TfoylV0o8.kWhYFs6w8CdKiPZ//vMQy', '$2y$12$wo30Q.59oDGi5uvR2nKjt.TR6uHDgH/z8E7Y9bMRebULDIf3AiYli', 1, '2024-11-28 15:23:02', '2024-12-12 23:43:04', NULL), (31, 14, NULL, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'kabir.ins@gmail.com', '$2y$12$rcAvFgOQCbvT8hdfE5irquKLaQR5/8AiB/h0JbCRH7XPcHM4M8K2S', NULL, 1, '2024-11-28 15:54:28', '2024-11-28 15:55:59', NULL), (34, 11, NULL, 'Modules\\LMS\\Models\\Auth\\Organization', 'organization', NULL, 'organization@gmail.com', '$2y$12$A3ADOe8JCnv5rr/NHqfH0u/6z9n6/MYZhsq89.byKlGadO5SX/n1e', '$2y$12$a1QzkDEua9EnE3YpHLYARu3cX6UmlGMjf5IIzz./vZuRe6cXRfMoG', 1, '2024-11-28 16:00:20', '2024-12-11 11:01:42', NULL), (38, 18, 34, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'instructor@gmail.com', '$2y$12$a7NJur5VEOnkKBxxEtvLtevbhaEH9vuG4F3bPm1qf2iD3qqYIL0RG', '$2y$12$w7p6BOaHVsDKE8g6W.2Ou.IGDesXPxcO1S2I2rnqTlJ4Ijsk577hO', 1, '2024-11-28 16:31:34', '2024-12-24 03:11:20', NULL), (39, 10, NULL, 'Modules\\LMS\\Models\\Auth\\Student', 'student', NULL, 'kalid@gmail.com', '$2y$12$cUywjMnWiKA0TLOwpCnk5.TFod0/9i7TCwI2Q0UAwjxv9iZ6UByam', NULL, 1, '2024-12-02 17:55:49', '2024-12-02 17:56:28', NULL), (40, 11, NULL, 'Modules\\LMS\\Models\\Auth\\Student', 'student', NULL, 'ratul.csf@gmail.com', '$2y$12$m59bWRGjK8gQRXr/5W8cV.xcAzIWGQ3txbs/NLuQLhX5hE0Dyqg3e', NULL, 1, '2024-12-04 13:10:46', '2024-12-12 04:52:52', NULL), (41, 19, NULL, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'omarkhaiyamratul@gmail.com', '$2y$12$okr7PBPCIh33l2keddeDSet/7gw53PVKj6RgTBMyI5T0vJkrr0naK', NULL, 1, '2024-12-04 13:37:26', '2024-12-19 05:40:08', NULL), (43, 21, NULL, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'ahasan@gmail.com', '$2y$12$83EevyzoceirGo0CuqyPceiLLsGCK6NOBzTI94IM4xjnl69/BytCK', NULL, 1, '2024-12-05 17:06:22', '2024-12-19 05:37:58', NULL), (47, 13, NULL, 'Modules\\LMS\\Models\\Auth\\Student', 'student', NULL, 'mahabubulalam952@gmail.com', '$2y$12$cZ/4deSzPMIaNkQclHHGIu5Vt.9KXoeqe7jJSGrNJaRQfXUJhyFz6', NULL, 0, '2024-12-24 06:18:05', '2024-12-24 06:18:44', '2024-12-24 06:18:44'), (48, 24, NULL, 'Modules\\LMS\\Models\\Auth\\Instructor', 'instructor', NULL, 'mahabubulinfo@gmail.com', '$2y$12$r/xaCAGczeUaieBksg3ude0Yegj/WUGhW3yXpWXghHHVlKLk31Poe', NULL, 0, '2024-12-24 16:35:42', '2024-12-30 00:20:11', NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_certificates` -- CREATE TABLE `user_certificates` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `quiz_id` int(11) DEFAULT NULL, `certificate_id` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `subject` varchar(255) NOT NULL, `certificate_content` longtext NOT NULL, `certificated_date` date 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 `user_certificates` -- INSERT INTO `user_certificates` (`id`, `user_id`, `quiz_id`, `certificate_id`, `type`, `subject`, `certificate_content`, `certificated_date`, `created_at`, `updated_at`) VALUES (1, 30, 1, '9SPF5', 'quiz', 'Build a Blockchain and a Cryptocurrency from Scratch', '<div class=\"certificate-template-container\" id=\"certificateImg\" style=\"background: url(\'https://edulab.codexshaper.com/lms/assets/images/certificate-template.jpg\'); background-repeat:no-repeat; background-size: 100% 100% \">\n <div data-name=\"student\" class=\"dragable-element ui-draggable ui-draggable-handle\" style=\"left: 337px;top: 486px;\">Ahasan Hosen</div>\n <div data-name=\"platform-name\" class=\"dragable-element ui-draggable ui-draggable-handle\" style=\"left: -64px;top: 654px;\">EduLab</div>\n <div data-name=\"course-completed-date\" class=\"dragable-element ui-draggable ui-draggable-handle\" style=\"left: 30px; top: 323px;\">Build a Blockchain and a Cryptocurrency from Scratch</div>\n <div data-name=\"course-completed-date\" class=\"dragable-element ui-draggable ui-draggable-handle\" style=\"left: -226px;top: 289px;\">\n 11-28-24 </div>\n <div data-name=\"course-completed-date\" class=\"dragable-element ui-draggable ui-draggable-handle\" style=\"left: -25px;top: 646px;\">Rakesh Verma</div>\n</div>', '2024-11-28', '2024-11-28 18:27:20', '2024-11-28 18:27:20'); -- -------------------------------------------------------- -- -- Table structure for table `user_course_exams` -- CREATE TABLE `user_course_exams` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `assignment_id` bigint(20) UNSIGNED DEFAULT NULL, `quiz_id` bigint(20) UNSIGNED DEFAULT NULL, `chapter_id` bigint(20) UNSIGNED DEFAULT NULL, `topic_id` bigint(20) UNSIGNED DEFAULT NULL, `attempt_number` int(11) DEFAULT NULL, `score` int(11) DEFAULT NULL, `description` longtext DEFAULT NULL, `exam_type` enum('quiz','assignment','supplement') DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_course_exams` -- INSERT INTO `user_course_exams` (`id`, `user_id`, `course_id`, `assignment_id`, `quiz_id`, `chapter_id`, `topic_id`, `attempt_number`, `score`, `description`, `exam_type`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 30, 11, NULL, 3, NULL, NULL, 1, 0, NULL, 'quiz', '2024-11-28 15:50:45', '2024-11-28 15:51:06', NULL), (3, 30, 13, NULL, 5, NULL, NULL, 2, 10, NULL, 'quiz', '2024-11-28 17:55:55', '2024-11-28 17:56:56', NULL), (4, 30, 3, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2024-12-05 20:01:04', '2024-12-05 20:01:04', NULL), (5, 30, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2024-12-05 20:15:07', '2024-12-05 20:15:07', NULL), (6, 30, 1, 1, NULL, 1, 3, 1, NULL, 'How to work calculation', 'assignment', '2024-12-05 20:18:08', '2024-12-05 20:18:08', NULL), (7, 30, 14, NULL, 6, NULL, NULL, 4, 10, NULL, 'quiz', '2024-12-09 06:07:53', '2024-12-11 13:53:15', NULL), (8, 30, 1, NULL, 1, NULL, NULL, 1, 0, NULL, 'quiz', '2024-12-10 01:20:28', '2024-12-10 01:20:38', NULL), (9, 38, 14, NULL, 6, NULL, NULL, 3, 10, NULL, 'quiz', '2024-12-11 13:23:46', '2024-12-11 13:26:59', NULL), (10, 30, 14, 4, NULL, 20, 90, 1, 45, 'Hello, \r\nI have already completed my assingment pls check on that\r\n\r\nThanks', 'assignment', '2024-12-11 13:35:09', '2024-12-11 13:39:25', NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_education` -- CREATE TABLE `user_education` ( `id` bigint(20) UNSIGNED NOT NULL, `university_id` bigint(20) UNSIGNED DEFAULT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `department` varchar(255) DEFAULT NULL, `degree` varchar(255) DEFAULT NULL, `cgpa` varchar(255) DEFAULT NULL, `duration` int(11) DEFAULT NULL, `passing_year` int(11) 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 `user_education` -- INSERT INTO `user_education` (`id`, `university_id`, `user_id`, `department`, `degree`, `cgpa`, `duration`, `passing_year`, `created_at`, `updated_at`) VALUES (1, 1, 38, 'CSE', 'BSC', '3.74', 4, 2023, '2024-12-24 03:41:15', '2024-12-24 03:41:15'), (2, 1, 34, 'CSE', 'BSC', '3.50', 4, 2023, '2024-12-24 04:37:14', '2024-12-24 04:37:14'); -- -------------------------------------------------------- -- -- Table structure for table `user_experiences` -- CREATE TABLE `user_experiences` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `company_id` bigint(20) UNSIGNED DEFAULT NULL, `designation` varchar(255) DEFAULT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `is_present` int(11) 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 `user_experiences` -- INSERT INTO `user_experiences` (`id`, `user_id`, `company_id`, `designation`, `start_date`, `end_date`, `is_present`, `created_at`, `updated_at`) VALUES (1, 38, 1, 'Ul Designer', '2024-12-14', '2024-12-27', 0, '2024-12-24 04:22:09', '2024-12-24 04:22:09'), (2, 34, 1, 'Product Designer', '2024-12-19', '2024-12-26', 0, '2024-12-24 04:37:56', '2024-12-24 04:37:56'); -- -------------------------------------------------------- -- -- Table structure for table `user_skills` -- CREATE TABLE `user_skills` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `skill_id` bigint(20) UNSIGNED 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 `user_skills` -- INSERT INTO `user_skills` (`id`, `user_id`, `skill_id`, `created_at`, `updated_at`) VALUES (1, 38, 4, '2024-12-24 04:22:43', '2024-12-24 04:22:43'), (2, 38, 5, '2024-12-24 04:22:43', '2024-12-24 04:22:43'), (3, 34, 5, '2024-12-24 04:38:11', '2024-12-24 04:38:11'); -- -------------------------------------------------------- -- -- Table structure for table `user_socials` -- CREATE TABLE `user_socials` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `icon` varchar(255) NOT NULL, `link` varchar(255) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `user_types` -- CREATE TABLE `user_types` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `videos` -- CREATE TABLE `videos` ( `id` bigint(20) UNSIGNED NOT NULL, `topic_type_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) NOT NULL, `duration` varchar(255) NOT NULL, `video_src_type` varchar(255) NOT NULL, `video_url` varchar(255) DEFAULT NULL, `system_video` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `videos` -- INSERT INTO `videos` (`id`, `topic_type_id`, `title`, `duration`, `video_src_type`, `video_url`, `system_video`, `created_at`, `updated_at`) VALUES (1, 1, 'What is Web development?', '00:00:12', 'youtube', 'https://youtu.be/zmEG-5zEmPw?si=XOQ5dCab2msCexBM', 'lms-ct08mET5.mp4', '2024-11-28 11:44:11', '2024-12-05 21:59:33'), (2, 1, 'Basic HTML', '00:00:23', 'youtube', 'https://youtu.be/mSED-rSsxI0?si=Y79lqMe0ILPlpvCy', 'lms-EQCcOBZq.mp4', '2024-11-28 12:04:01', '2024-12-05 22:02:41'), (3, 1, 'Performance Optimization in React (Memoization, useCallback)', '00:00:40', 'local', NULL, 'lms-OK6khcbz.mp4', '2024-11-28 12:26:38', '2024-11-28 12:26:51'), (4, 1, 'What is Back-End Development?', '00:00:35', 'youtube', 'https://youtu.be/mSED-rSsxI0?si=Y79lqMe0ILPlpvCy', 'lms-bOorXis6.mp4', '2024-11-28 12:35:43', '2024-12-05 22:02:49'), (5, 1, 'Blockchain Use Cases: Beyond Cryptocurrency', '00:00:25', 'youtube', 'https://youtu.be/SJiKWwBtQaU?si=GR7ktIzXzqOipxqc', 'lms-vNMvASBl.mp4', '2024-11-28 13:30:20', '2024-12-05 22:14:18'), (6, 1, 'Setting Up the Development Environment', '00:00:15', 'youtube', 'https://youtu.be/SJiKWwBtQaU?si=GR7ktIzXzqOipxqc', 'lms-UngKzmfY.mp4', '2024-11-28 13:36:37', '2024-12-05 22:14:46'), (7, 1, 'Creating the Genesis Block', '00:00:40', 'youtube', 'https://youtu.be/SJiKWwBtQaU?si=GR7ktIzXzqOipxqc', 'lms-zfGZV0Zs.mp4', '2024-11-28 13:37:14', '2024-12-05 22:15:00'), (8, 1, 'Implementing Blockchain Structure', '00:00:20', 'youtube', 'https://youtu.be/SJiKWwBtQaU?si=GR7ktIzXzqOipxqc', 'lms-24jf2oXt.mp4', '2024-11-28 13:37:52', '2024-12-05 22:14:54'), (9, 1, 'Transaction Pool and Validation', '00:00:30', 'youtube', 'https://youtu.be/SJiKWwBtQaU?si=GR7ktIzXzqOipxqc', 'lms-NGE9jA0A.mp4', '2024-11-28 13:39:32', '2024-12-05 22:15:09'), (10, 1, 'Block Validation and Consensus Mechanisms', '00:00:35', 'youtube', 'https://youtu.be/SJiKWwBtQaU?si=GR7ktIzXzqOipxqc', 'lms-rIMu14mq.mp4', '2024-11-28 13:40:16', '2024-12-05 22:15:20'), (11, 1, 'sdcfsda', '10m', 'youtube', 'https://youtu.be/avaWlLUi2PI?si=lpK_OOPrODIn54VN', NULL, '2024-11-28 15:15:30', '2024-11-28 15:15:30'), (12, 1, 'The Hierarchy of Needs', '08m', 'youtube', 'https://youtu.be/TG6XSFeOT3g?si=f4aktmUshZ8SZP7t', NULL, '2024-11-28 15:42:04', '2024-12-05 20:08:56'), (13, 1, 'Overview of Android OS and its ecosystem.', '00:00:03', 'youtube', 'https://youtu.be/pDxgA3nkfm0?si=u-YTnM_Q2OCmFUOL', NULL, '2024-11-28 16:30:34', '2024-11-28 16:30:34'), (14, 1, 'Introduction to Kotlin for Android development.', '00:00:03', 'youtube', 'https://youtu.be/xT8oP0wy-A0?si=-67KWNXNUvhuTvH9', NULL, '2024-11-28 16:31:48', '2024-11-28 16:32:18'), (15, 1, 'Installing Android Studio and Java Development Kit (JDK).', '00:00:10', 'youtube', 'https://youtu.be/DHmEDy7tD6U?si=B9zhcKTS2ClmqK5n', NULL, '2024-11-28 16:33:57', '2024-11-28 16:33:57'), (16, 1, 'Creating and configuring your first Android project.', '00:00:00', 'youtube', 'https://youtu.be/p0ItPcqqXog?si=lVc7FjbVACOpWyLj', NULL, '2024-11-28 16:34:51', '2024-11-28 16:34:51'), (17, 1, 'Control flow statements and loops.', '00:00:00', 'youtube', 'https://youtu.be/GI2aa5MaYWU?si=pnluYmFRamkEChTC', NULL, '2024-11-28 16:37:55', '2024-11-28 16:37:55'), (18, 1, 'Functions and error handling.', '00:00:44', 'youtube', 'https://youtu.be/pvYAQNT4o0I?si=dh4Ep_wHsJre9nCa', NULL, '2024-11-28 16:40:09', '2024-11-28 16:40:09'), (19, 1, 'Inheritance, encapsulation, and polymorphism.', '00:14:00', 'youtube', 'https://youtu.be/BlsnlutHVEU?si=w4NGO5B0wbrBJRjW', NULL, '2024-11-28 17:23:28', '2024-11-28 17:23:28'), (20, 1, 'Front-End Web Development', '10m', 'youtube', 'https://youtu.be/Tef1e9FiSR0?si=e7NDtQvr2Lk_GBTh', NULL, '2024-11-28 17:31:50', '2024-11-28 17:31:50'), (21, 1, 'Getting Started', '12m', 'youtube', 'https://youtu.be/c9Wg6Cb_YlU?si=8NEKXaifMjYc_r1e', NULL, '2024-11-28 17:55:13', '2024-11-28 17:55:13'), (22, 1, 'Wireframing - Low Fidelity', '12m', 'youtube', 'https://youtu.be/c9Wg6Cb_YlU?si=8NEKXaifMjYc_r1e', NULL, '2024-11-28 17:55:56', '2024-11-28 17:55:56'), (23, 1, 'Type, Color & Icon Introduction', '5m', 'youtube', 'https://youtu.be/c9Wg6Cb_YlU?si=8NEKXaifMjYc_r1e', NULL, '2024-11-28 17:56:29', '2024-11-28 17:56:29'), (24, 1, 'Moodboard - High Fidelity', '8m', 'youtube', 'https://youtu.be/c9Wg6Cb_YlU?si=8NEKXaifMjYc_r1e', NULL, '2024-11-28 17:57:03', '2024-11-28 17:57:03'), (25, 1, 'Introduction', '5m 30s', 'youtube', 'https://youtu.be/h95cQkEWBx0?si=snr-8Qur8pNFNZlp', NULL, '2024-11-28 18:19:23', '2024-11-28 18:19:23'), (26, 1, 'Market Research', '8m 30s', 'youtube', 'https://youtu.be/h95cQkEWBx0?si=snr-8Qur8pNFNZlp', NULL, '2024-11-28 18:20:09', '2024-11-28 18:20:09'), (27, 1, 'Website Building', '9m 40s', 'youtube', 'https://youtu.be/h95cQkEWBx0?si=snr-8Qur8pNFNZlp', NULL, '2024-11-28 18:20:47', '2024-11-28 18:20:47'), (28, 1, 'Search Engine Optimization (SEO)', '12m 50s', 'youtube', 'https://youtu.be/h95cQkEWBx0?si=snr-8Qur8pNFNZlp', NULL, '2024-11-28 18:21:25', '2024-11-28 18:21:25'), (29, 1, 'Email Marketing', '16m 12s', 'youtube', 'https://youtu.be/h95cQkEWBx0?si=snr-8Qur8pNFNZlp', NULL, '2024-11-28 18:21:49', '2024-11-28 18:21:49'), (30, 1, 'Introduction wordpress', '00:60:00', 'youtube', 'https://youtu.be/3S-s_V_z8JQ?si=ECC5IOkLX90OxBbb', NULL, '2024-11-28 18:49:21', '2024-11-28 18:49:21'), (31, 1, 'Install wordpress locally', '00:06:36', 'youtube', 'https://youtu.be/fArmNhkSrSw?si=87uOlArirLFv37sY', NULL, '2024-11-28 18:51:57', '2024-11-28 18:51:57'), (32, 1, 'Finding domain', '00:07:00', 'youtube', 'https://youtu.be/3PbzTz48d7U?si=8STjoVcYLE-k_z5s', NULL, '2024-11-28 18:53:44', '2024-11-28 18:53:54'), (33, 1, 'Install wordpress on a web host', '00:08:26', 'youtube', 'https://youtu.be/G2QD8lZZjIA?si=H_6_zK0cKwGXMk67', NULL, '2024-11-28 18:55:39', '2024-11-28 18:55:39'), (34, 1, 'Basic Design Start', '00:00:00', 'youtube', 'https://youtu.be/TG6XSFeOT3g?si=f4aktmUshZ8SZP7t', NULL, '2024-11-28 18:56:05', '2024-11-28 18:56:05'), (35, 1, 'Mobile App Design', '00:00:00', 'youtube', 'https://youtu.be/TG6XSFeOT3g?si=f4aktmUshZ8SZP7t', NULL, '2024-11-28 18:56:24', '2024-11-28 18:56:24'), (36, 1, 'Website Design', '00:00:00', 'youtube', 'https://youtu.be/TG6XSFeOT3g?si=f4aktmUshZ8SZP7t', NULL, '2024-11-28 18:56:46', '2024-11-28 18:56:46'), (37, 1, 'Removing bluehost cache', '00:04:36', 'youtube', 'https://youtu.be/sHEnC1hnCbI?si=xWiAPZ3grzo7lUFW', NULL, '2024-11-28 18:57:38', '2024-11-28 18:57:38'), (38, 1, 'author profile settings', '00:07:52', 'youtube', 'https://youtu.be/ne91FzRC3xQ?si=X_U_XhowY97s33uM', NULL, '2024-11-28 18:59:13', '2024-11-28 18:59:13'), (39, 1, 'General settings', '00:05:56', 'youtube', 'https://youtu.be/xJZQupZVS4M?si=hnRKMHNWYyJRFQgY', NULL, '2024-11-28 19:00:26', '2024-11-28 19:00:26'), (40, 1, 'Introduction', '5m 30s', 'youtube', 'https://youtu.be/Bx3qRM19BYM?si=DRgB9lNLTURx0v3b', NULL, '2024-11-28 19:01:26', '2024-11-28 19:02:28'), (41, 1, 'Writing settings', '00:03:12', 'youtube', 'https://youtu.be/6TQ3l4sH6dU?si=D--qMAR3c11Wqo3j', NULL, '2024-11-28 19:01:31', '2024-11-28 19:01:31'), (42, 1, 'Permalink settings', '00:03:12', 'youtube', 'https://youtu.be/EIjxYoFRBT8?si=0GAbbBL_46byc-Kt', NULL, '2024-11-28 19:02:42', '2024-11-28 19:02:42'), (43, 1, 'Basic WordPress Theme Structure', '8m 30s', 'youtube', 'https://youtu.be/Bx3qRM19BYM?si=DRgB9lNLTURx0v3b', NULL, '2024-11-28 19:03:03', '2024-11-28 19:03:03'), (44, 1, 'Advanced Functions for Building WordPress Themes', '9m', 'youtube', 'https://youtu.be/Bx3qRM19BYM?si=DRgB9lNLTURx0v3b', NULL, '2024-11-28 19:03:24', '2024-11-28 19:03:24'), (45, 1, 'Creating the Inner Pages of a WordPress Theme', '00:00:00', 'youtube', 'https://youtu.be/Bx3qRM19BYM?si=DRgB9lNLTURx0v3b', NULL, '2024-11-28 19:03:52', '2024-11-28 19:03:52'), (46, 1, 'Privacy Settings', '00:00:51', 'youtube', 'https://youtu.be/Y6iPsPwYD7g?si=9sFh4denUerRUziS', NULL, '2024-11-28 19:03:55', '2024-11-28 19:03:55'), (47, 1, 'Advanced Functions, Libraries and Native WordPress APIs', '9m56s', 'youtube', 'https://youtu.be/Bx3qRM19BYM?si=DRgB9lNLTURx0v3b', NULL, '2024-11-28 19:04:27', '2024-11-28 19:04:27'), (48, 1, 'Complementary Section', '10m 44s', 'youtube', 'https://youtu.be/Bx3qRM19BYM?si=DRgB9lNLTURx0v3b', NULL, '2024-11-28 19:04:55', '2024-11-28 19:04:55'), (49, 1, 'Theme', '01:0:00', 'youtube', 'https://youtu.be/VmKZAJC_I1A?si=CcoCQ0eR2PhbGWM-', NULL, '2024-11-28 19:06:19', '2024-11-28 19:06:19'), (50, 1, 'Plugins', '00:30:00', 'youtube', 'https://youtu.be/5cPhCLsLYis?si=8oz0Q90UoMIca0tl', NULL, '2024-11-28 19:07:57', '2024-11-28 19:07:57'), (51, 1, 'Widgets', '00:20:36', 'youtube', 'https://youtu.be/QxeQBPgftRE?si=w5wTQAYvuBLTyprT', NULL, '2024-11-28 19:09:42', '2024-11-28 19:09:42'); -- -- Indexes for dumped tables -- -- -- Indexes for table `admins` -- ALTER TABLE `admins` ADD PRIMARY KEY (`id`), ADD KEY `admins_country_id_foreign` (`country_id`), ADD KEY `admins_state_id_foreign` (`state_id`), ADD KEY `admins_city_id_foreign` (`city_id`); -- -- Indexes for table `answers` -- ALTER TABLE `answers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `assignments` -- ALTER TABLE `assignments` ADD PRIMARY KEY (`id`), ADD KEY `assignments_topic_type_id_foreign` (`topic_type_id`); -- -- Indexes for table `assignment_files` -- ALTER TABLE `assignment_files` ADD PRIMARY KEY (`id`), ADD KEY `assignment_files_user_exam_id_foreign` (`user_exam_id`), ADD KEY `assignment_files_assignment_id_foreign` (`assignment_id`); -- -- Indexes for table `blogs` -- ALTER TABLE `blogs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `blog_blog_categories` -- ALTER TABLE `blog_blog_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `blog_categories` -- ALTER TABLE `blog_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `blog_comments` -- ALTER TABLE `blog_comments` ADD PRIMARY KEY (`id`), ADD KEY `blog_comments_reply_id_foreign` (`reply_id`), ADD KEY `blog_comments_user_id_foreign` (`user_id`), ADD KEY `blog_comments_blog_id_foreign` (`blog_id`); -- -- Indexes for table `cache` -- ALTER TABLE `cache` ADD PRIMARY KEY (`key`); -- -- Indexes for table `cache_locks` -- ALTER TABLE `cache_locks` ADD PRIMARY KEY (`key`); -- -- Indexes for table `categories` -- ALTER TABLE `categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `certificates` -- ALTER TABLE `certificates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `chapters` -- ALTER TABLE `chapters` ADD PRIMARY KEY (`id`), ADD KEY `chapters_course_id_foreign` (`course_id`); -- -- Indexes for table `cities` -- ALTER TABLE `cities` ADD PRIMARY KEY (`id`), ADD KEY `cities_country_id_foreign` (`country_id`), ADD KEY `cities_state_id_foreign` (`state_id`); -- -- Indexes for table `companies` -- ALTER TABLE `companies` ADD PRIMARY KEY (`id`); -- -- Indexes for table `contacts` -- ALTER TABLE `contacts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `countries` -- ALTER TABLE `countries` ADD PRIMARY KEY (`id`); -- -- Indexes for table `coupons` -- ALTER TABLE `coupons` ADD PRIMARY KEY (`id`); -- -- Indexes for table `coupon_categories` -- ALTER TABLE `coupon_categories` ADD PRIMARY KEY (`id`), ADD KEY `coupon_categories_coupon_id_foreign` (`coupon_id`), ADD KEY `coupon_categories_category_id_foreign` (`category_id`); -- -- Indexes for table `coupon_courses` -- ALTER TABLE `coupon_courses` ADD PRIMARY KEY (`id`), ADD KEY `coupon_courses_coupon_id_foreign` (`coupon_id`), ADD KEY `coupon_courses_course_id_foreign` (`course_id`); -- -- Indexes for table `coupon_course_bundles` -- ALTER TABLE `coupon_course_bundles` ADD PRIMARY KEY (`id`), ADD KEY `coupon_course_bundles_coupon_id_foreign` (`coupon_id`), ADD KEY `coupon_course_bundles_course_bundle_id_foreign` (`course_bundle_id`); -- -- Indexes for table `coupon_types` -- ALTER TABLE `coupon_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `courses` -- ALTER TABLE `courses` ADD PRIMARY KEY (`id`), ADD KEY `courses_time_zone_id_foreign` (`time_zone_id`), ADD KEY `courses_category_id_foreign` (`category_id`), ADD KEY `courses_admin_id_foreign` (`admin_id`); -- -- Indexes for table `course_bundles` -- ALTER TABLE `course_bundles` ADD PRIMARY KEY (`id`), ADD KEY `course_bundles_instructor_id_foreign` (`instructor_id`), ADD KEY `course_bundles_organization_id_foreign` (`organization_id`); -- -- Indexes for table `course_bundle_courses` -- ALTER TABLE `course_bundle_courses` ADD PRIMARY KEY (`id`), ADD KEY `course_bundle_courses_course_bundle_id_foreign` (`course_bundle_id`), ADD KEY `course_bundle_courses_course_id_foreign` (`course_id`); -- -- Indexes for table `course_faqs` -- ALTER TABLE `course_faqs` ADD PRIMARY KEY (`id`), ADD KEY `course_faqs_course_id_foreign` (`course_id`); -- -- Indexes for table `course_instructors` -- ALTER TABLE `course_instructors` ADD PRIMARY KEY (`id`), ADD KEY `course_instructors_course_id_foreign` (`course_id`), ADD KEY `course_instructors_instructor_id_foreign` (`instructor_id`); -- -- Indexes for table `course_languages` -- ALTER TABLE `course_languages` ADD PRIMARY KEY (`id`), ADD KEY `course_languages_course_id_foreign` (`course_id`), ADD KEY `course_languages_language_id_foreign` (`language_id`); -- -- Indexes for table `course_levels` -- ALTER TABLE `course_levels` ADD PRIMARY KEY (`id`), ADD KEY `course_levels_course_id_foreign` (`course_id`), ADD KEY `course_levels_level_id_foreign` (`level_id`); -- -- Indexes for table `course_meet_providers` -- ALTER TABLE `course_meet_providers` ADD PRIMARY KEY (`id`), ADD KEY `course_meet_providers_course_id_foreign` (`course_id`), ADD KEY `course_meet_providers_meet_provider_id_foreign` (`meet_provider_id`); -- -- Indexes for table `course_noticeboards` -- ALTER TABLE `course_noticeboards` ADD PRIMARY KEY (`id`), ADD KEY `course_noticeboards_course_id_foreign` (`course_id`), ADD KEY `course_noticeboards_user_id_foreign` (`user_id`); -- -- Indexes for table `course_outcomes` -- ALTER TABLE `course_outcomes` ADD PRIMARY KEY (`id`), ADD KEY `course_outcomes_course_id_foreign` (`course_id`), ADD KEY `course_outcomes_outcomes_id_foreign` (`outcomes_id`); -- -- Indexes for table `course_preview_images` -- ALTER TABLE `course_preview_images` ADD PRIMARY KEY (`id`), ADD KEY `course_preview_images_course_id_foreign` (`course_id`); -- -- Indexes for table `course_prices` -- ALTER TABLE `course_prices` ADD PRIMARY KEY (`id`), ADD KEY `course_prices_course_id_foreign` (`course_id`), ADD KEY `course_prices_currency_id_foreign` (`currency_id`); -- -- Indexes for table `course_requirements` -- ALTER TABLE `course_requirements` ADD PRIMARY KEY (`id`), ADD KEY `course_requirements_course_id_foreign` (`course_id`), ADD KEY `course_requirements_requirement_id_foreign` (`requirement_id`); -- -- Indexes for table `course_settings` -- ALTER TABLE `course_settings` ADD PRIMARY KEY (`id`), ADD KEY `course_settings_course_id_foreign` (`course_id`); -- -- Indexes for table `course_supports` -- ALTER TABLE `course_supports` ADD PRIMARY KEY (`id`), ADD KEY `course_supports_ticket_support_id_foreign` (`ticket_support_id`), ADD KEY `course_supports_course_id_foreign` (`course_id`); -- -- Indexes for table `course_tags` -- ALTER TABLE `course_tags` ADD PRIMARY KEY (`id`), ADD KEY `course_tags_course_id_foreign` (`course_id`), ADD KEY `course_tags_tag_id_foreign` (`tag_id`); -- -- Indexes for table `currencies` -- ALTER TABLE `currencies` ADD PRIMARY KEY (`id`); -- -- Indexes for table `designations` -- ALTER TABLE `designations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `dynamic_content_translations` -- ALTER TABLE `dynamic_content_translations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `email_templates` -- ALTER TABLE `email_templates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `enrollments` -- ALTER TABLE `enrollments` ADD PRIMARY KEY (`id`), ADD KEY `enrollments_student_id_foreign` (`student_id`), ADD KEY `enrollments_organization_id_foreign` (`organization_id`), ADD KEY `enrollments_course_id_foreign` (`course_id`); -- -- Indexes for table `failed_jobs` -- ALTER TABLE `failed_jobs` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`); -- -- Indexes for table `faqs` -- ALTER TABLE `faqs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `forums` -- ALTER TABLE `forums` ADD PRIMARY KEY (`id`); -- -- Indexes for table `forum_posts` -- ALTER TABLE `forum_posts` ADD PRIMARY KEY (`id`), ADD KEY `forum_posts_forum_id_foreign` (`forum_id`), ADD KEY `forum_posts_sub_forum_id_foreign` (`sub_forum_id`), ADD KEY `forum_posts_author_id_foreign` (`author_id`); -- -- Indexes for table `heroes` -- ALTER TABLE `heroes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `icons` -- ALTER TABLE `icons` ADD PRIMARY KEY (`id`), ADD KEY `icons_icon_provider_id_index` (`icon_provider_id`); -- -- Indexes for table `icon_providers` -- ALTER TABLE `icon_providers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `instructors` -- ALTER TABLE `instructors` ADD PRIMARY KEY (`id`); -- -- Indexes for table `instructor_organizations` -- ALTER TABLE `instructor_organizations` ADD PRIMARY KEY (`id`), ADD KEY `instructor_organizations_instructor_id_foreign` (`instructor_id`), ADD KEY `instructor_organizations_organization_id_foreign` (`organization_id`); -- -- Indexes for table `jobs` -- ALTER TABLE `jobs` ADD PRIMARY KEY (`id`), ADD KEY `jobs_queue_index` (`queue`); -- -- Indexes for table `job_batches` -- ALTER TABLE `job_batches` ADD PRIMARY KEY (`id`); -- -- Indexes for table `languages` -- ALTER TABLE `languages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `lectures` -- ALTER TABLE `lectures` ADD PRIMARY KEY (`id`), ADD KEY `lectures_topic_type_id_foreign` (`topic_type_id`); -- -- Indexes for table `levels` -- ALTER TABLE `levels` ADD PRIMARY KEY (`id`); -- -- Indexes for table `localizations` -- ALTER TABLE `localizations` ADD PRIMARY KEY (`id`), ADD KEY `localizations_user_id_foreign` (`user_id`), ADD KEY `localizations_language_id_foreign` (`language_id`); -- -- Indexes for table `meet_providers` -- ALTER TABLE `meet_providers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `model_has_permissions` -- ALTER TABLE `model_has_permissions` ADD PRIMARY KEY (`permission_id`,`model_id`,`model_type`), ADD KEY `model_has_permissions_model_id_model_type_index` (`model_id`,`model_type`); -- -- Indexes for table `model_has_roles` -- ALTER TABLE `model_has_roles` ADD PRIMARY KEY (`role_id`,`model_id`,`model_type`), ADD KEY `model_has_roles_model_id_model_type_index` (`model_id`,`model_type`); -- -- Indexes for table `notifications` -- ALTER TABLE `notifications` ADD PRIMARY KEY (`id`), ADD KEY `notifications_notifiable_type_notifiable_id_index` (`notifiable_type`,`notifiable_id`); -- -- Indexes for table `notification_templates` -- ALTER TABLE `notification_templates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `organizations` -- ALTER TABLE `organizations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `outcomes` -- ALTER TABLE `outcomes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `pages` -- ALTER TABLE `pages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD PRIMARY KEY (`id`), ADD KEY `password_resets_email_index` (`email`); -- -- Indexes for table `payment_methods` -- ALTER TABLE `payment_methods` ADD PRIMARY KEY (`id`); -- -- Indexes for table `permissions` -- ALTER TABLE `permissions` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `permissions_name_guard_name_unique` (`name`,`guard_name`); -- -- 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 `preview_images` -- ALTER TABLE `preview_images` ADD PRIMARY KEY (`id`); -- -- Indexes for table `purchases` -- ALTER TABLE `purchases` ADD PRIMARY KEY (`id`); -- -- Indexes for table `purchase_details` -- ALTER TABLE `purchase_details` ADD PRIMARY KEY (`id`), ADD KEY `purchase_details_course_id_foreign` (`course_id`), ADD KEY `purchase_details_bundle_id_foreign` (`bundle_id`); -- -- Indexes for table `questions` -- ALTER TABLE `questions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `question_answers` -- ALTER TABLE `question_answers` ADD PRIMARY KEY (`id`), ADD KEY `question_answers_answer_id_foreign` (`answer_id`), ADD KEY `question_answers_quiz_question_id_foreign` (`quiz_question_id`); -- -- Indexes for table `question_scores` -- ALTER TABLE `question_scores` ADD PRIMARY KEY (`id`), ADD KEY `question_scores_quiz_id_foreign` (`quiz_id`), ADD KEY `question_scores_question_id_foreign` (`question_id`); -- -- Indexes for table `quizzes` -- ALTER TABLE `quizzes` ADD PRIMARY KEY (`id`), ADD KEY `quizzes_topic_id_foreign` (`topic_id`), ADD KEY `quizzes_instructor_id_foreign` (`instructor_id`), ADD KEY `quizzes_quiz_type_id_foreign` (`quiz_type_id`), ADD KEY `quizzes_topic_type_id_foreign` (`topic_type_id`); -- -- Indexes for table `quiz_questions` -- ALTER TABLE `quiz_questions` ADD PRIMARY KEY (`id`), ADD KEY `quiz_questions_quiz_id_foreign` (`quiz_id`), ADD KEY `quiz_questions_question_id_foreign` (`question_id`); -- -- Indexes for table `quiz_types` -- ALTER TABLE `quiz_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `readings` -- ALTER TABLE `readings` ADD PRIMARY KEY (`id`), ADD KEY `readings_topic_type_id_foreign` (`topic_type_id`); -- -- Indexes for table `related_courses` -- ALTER TABLE `related_courses` ADD PRIMARY KEY (`id`), ADD KEY `related_courses_course_id_foreign` (`course_id`), ADD KEY `related_courses_related_id_foreign` (`related_id`); -- -- Indexes for table `requirements` -- ALTER TABLE `requirements` ADD PRIMARY KEY (`id`); -- -- Indexes for table `reviews` -- ALTER TABLE `reviews` ADD PRIMARY KEY (`id`), ADD KEY `reviews_user_id_foreign` (`user_id`); -- -- Indexes for table `rewards` -- ALTER TABLE `rewards` ADD PRIMARY KEY (`id`); -- -- Indexes for table `reward_types` -- ALTER TABLE `reward_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `roles` -- ALTER TABLE `roles` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `roles_name_guard_name_unique` (`name`,`guard_name`); -- -- Indexes for table `role_has_permissions` -- ALTER TABLE `role_has_permissions` ADD PRIMARY KEY (`permission_id`,`role_id`), ADD KEY `role_has_permissions_role_id_foreign` (`role_id`); -- -- Indexes for table `sessions` -- ALTER TABLE `sessions` ADD PRIMARY KEY (`id`), ADD KEY `sessions_user_id_index` (`user_id`), ADD KEY `sessions_last_activity_index` (`last_activity`); -- -- Indexes for table `skills` -- ALTER TABLE `skills` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sliders` -- ALTER TABLE `sliders` ADD PRIMARY KEY (`id`); -- -- Indexes for table `states` -- ALTER TABLE `states` ADD PRIMARY KEY (`id`), ADD KEY `states_country_id_foreign` (`country_id`); -- -- Indexes for table `students` -- ALTER TABLE `students` ADD PRIMARY KEY (`id`); -- -- Indexes for table `student_courses` -- ALTER TABLE `student_courses` ADD PRIMARY KEY (`id`), ADD KEY `student_courses_student_id_foreign` (`student_id`), ADD KEY `student_courses_course_id_foreign` (`course_id`); -- -- Indexes for table `subjects` -- ALTER TABLE `subjects` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sub_forums` -- ALTER TABLE `sub_forums` ADD PRIMARY KEY (`id`), ADD KEY `sub_forums_forum_id_foreign` (`forum_id`); -- -- Indexes for table `supplements` -- ALTER TABLE `supplements` ADD PRIMARY KEY (`id`), ADD KEY `supplements_topic_type_id_foreign` (`topic_type_id`); -- -- Indexes for table `support_categories` -- ALTER TABLE `support_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `support_files` -- ALTER TABLE `support_files` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tags` -- ALTER TABLE `tags` ADD PRIMARY KEY (`id`); -- -- Indexes for table `take_answers` -- ALTER TABLE `take_answers` ADD PRIMARY KEY (`id`), ADD KEY `take_answers_user_course_exam_id_foreign` (`user_course_exam_id`); -- -- Indexes for table `testimonials` -- ALTER TABLE `testimonials` ADD PRIMARY KEY (`id`); -- -- Indexes for table `themes` -- ALTER TABLE `themes` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `themes_slug_unique` (`slug`); -- -- Indexes for table `theme_settings` -- ALTER TABLE `theme_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `ticket_replies` -- ALTER TABLE `ticket_replies` ADD PRIMARY KEY (`id`), ADD KEY `ticket_replies_ticket_support_id_foreign` (`ticket_support_id`); -- -- Indexes for table `ticket_supports` -- ALTER TABLE `ticket_supports` ADD PRIMARY KEY (`id`), ADD KEY `ticket_supports_support_category_id_foreign` (`support_category_id`); -- -- Indexes for table `time_zones` -- ALTER TABLE `time_zones` ADD PRIMARY KEY (`id`); -- -- Indexes for table `topics` -- ALTER TABLE `topics` ADD PRIMARY KEY (`id`), ADD KEY `topics_chapter_id_foreign` (`chapter_id`), ADD KEY `topics_course_id_foreign` (`course_id`); -- -- Indexes for table `topic_types` -- ALTER TABLE `topic_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `translations` -- ALTER TABLE `translations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `universities` -- ALTER TABLE `universities` ADD PRIMARY KEY (`id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`), ADD KEY `users_userable_id_userable_type_index` (`userable_id`,`userable_type`); -- -- Indexes for table `user_certificates` -- ALTER TABLE `user_certificates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_course_exams` -- ALTER TABLE `user_course_exams` ADD PRIMARY KEY (`id`), ADD KEY `user_course_exams_user_id_foreign` (`user_id`), ADD KEY `user_course_exams_course_id_foreign` (`course_id`), ADD KEY `user_course_exams_assignment_id_foreign` (`assignment_id`), ADD KEY `user_course_exams_quiz_id_foreign` (`quiz_id`), ADD KEY `user_course_exams_chapter_id_foreign` (`chapter_id`), ADD KEY `user_course_exams_topic_id_foreign` (`topic_id`); -- -- Indexes for table `user_education` -- ALTER TABLE `user_education` ADD PRIMARY KEY (`id`), ADD KEY `user_education_university_id_foreign` (`university_id`), ADD KEY `user_education_user_id_foreign` (`user_id`); -- -- Indexes for table `user_experiences` -- ALTER TABLE `user_experiences` ADD PRIMARY KEY (`id`), ADD KEY `user_experiences_user_id_foreign` (`user_id`), ADD KEY `user_experiences_company_id_foreign` (`company_id`); -- -- Indexes for table `user_skills` -- ALTER TABLE `user_skills` ADD PRIMARY KEY (`id`), ADD KEY `user_skills_user_id_foreign` (`user_id`), ADD KEY `user_skills_skill_id_foreign` (`skill_id`); -- -- Indexes for table `user_socials` -- ALTER TABLE `user_socials` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_types` -- ALTER TABLE `user_types` ADD PRIMARY KEY (`id`); -- -- Indexes for table `videos` -- ALTER TABLE `videos` ADD PRIMARY KEY (`id`), ADD KEY `videos_topic_type_id_foreign` (`topic_type_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `admins` -- ALTER TABLE `admins` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `answers` -- ALTER TABLE `answers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=92; -- -- AUTO_INCREMENT for table `assignments` -- ALTER TABLE `assignments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `assignment_files` -- ALTER TABLE `assignment_files` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `blogs` -- ALTER TABLE `blogs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `blog_blog_categories` -- ALTER TABLE `blog_blog_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `blog_categories` -- ALTER TABLE `blog_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `blog_comments` -- ALTER TABLE `blog_comments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `categories` -- ALTER TABLE `categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `certificates` -- ALTER TABLE `certificates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `chapters` -- ALTER TABLE `chapters` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41; -- -- AUTO_INCREMENT for table `cities` -- ALTER TABLE `cities` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `companies` -- ALTER TABLE `companies` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `contacts` -- ALTER TABLE `contacts` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `countries` -- ALTER TABLE `countries` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `coupons` -- ALTER TABLE `coupons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `coupon_categories` -- ALTER TABLE `coupon_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `coupon_courses` -- ALTER TABLE `coupon_courses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `coupon_course_bundles` -- ALTER TABLE `coupon_course_bundles` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `coupon_types` -- ALTER TABLE `coupon_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `courses` -- ALTER TABLE `courses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; -- -- AUTO_INCREMENT for table `course_bundles` -- ALTER TABLE `course_bundles` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `course_bundle_courses` -- ALTER TABLE `course_bundle_courses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `course_faqs` -- ALTER TABLE `course_faqs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=83; -- -- AUTO_INCREMENT for table `course_instructors` -- ALTER TABLE `course_instructors` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; -- -- AUTO_INCREMENT for table `course_languages` -- ALTER TABLE `course_languages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; -- -- AUTO_INCREMENT for table `course_levels` -- ALTER TABLE `course_levels` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; -- -- AUTO_INCREMENT for table `course_meet_providers` -- ALTER TABLE `course_meet_providers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `course_noticeboards` -- ALTER TABLE `course_noticeboards` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `course_outcomes` -- ALTER TABLE `course_outcomes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38; -- -- AUTO_INCREMENT for table `course_preview_images` -- ALTER TABLE `course_preview_images` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `course_prices` -- ALTER TABLE `course_prices` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `course_requirements` -- ALTER TABLE `course_requirements` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34; -- -- AUTO_INCREMENT for table `course_settings` -- ALTER TABLE `course_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `course_supports` -- ALTER TABLE `course_supports` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `course_tags` -- ALTER TABLE `course_tags` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; -- -- AUTO_INCREMENT for table `currencies` -- ALTER TABLE `currencies` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `designations` -- ALTER TABLE `designations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61; -- -- AUTO_INCREMENT for table `dynamic_content_translations` -- ALTER TABLE `dynamic_content_translations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=40; -- -- AUTO_INCREMENT for table `email_templates` -- ALTER TABLE `email_templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `enrollments` -- ALTER TABLE `enrollments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `failed_jobs` -- ALTER TABLE `failed_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `faqs` -- ALTER TABLE `faqs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `forums` -- ALTER TABLE `forums` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `forum_posts` -- ALTER TABLE `forum_posts` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `heroes` -- ALTER TABLE `heroes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `icons` -- ALTER TABLE `icons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `icon_providers` -- ALTER TABLE `icon_providers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `instructors` -- ALTER TABLE `instructors` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; -- -- AUTO_INCREMENT for table `instructor_organizations` -- ALTER TABLE `instructor_organizations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `jobs` -- ALTER TABLE `jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `languages` -- ALTER TABLE `languages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `lectures` -- ALTER TABLE `lectures` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `levels` -- ALTER TABLE `levels` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `localizations` -- ALTER TABLE `localizations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `meet_providers` -- ALTER TABLE `meet_providers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=117; -- -- AUTO_INCREMENT for table `notification_templates` -- ALTER TABLE `notification_templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `organizations` -- ALTER TABLE `organizations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `outcomes` -- ALTER TABLE `outcomes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=38; -- -- AUTO_INCREMENT for table `pages` -- ALTER TABLE `pages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `password_resets` -- ALTER TABLE `password_resets` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `payment_methods` -- ALTER TABLE `payment_methods` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `permissions` -- ALTER TABLE `permissions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=160; -- -- AUTO_INCREMENT for table `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `preview_images` -- ALTER TABLE `preview_images` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `purchases` -- ALTER TABLE `purchases` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; -- -- AUTO_INCREMENT for table `purchase_details` -- ALTER TABLE `purchase_details` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28; -- -- AUTO_INCREMENT for table `questions` -- ALTER TABLE `questions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `question_answers` -- ALTER TABLE `question_answers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `question_scores` -- ALTER TABLE `question_scores` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `quizzes` -- ALTER TABLE `quizzes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `quiz_questions` -- ALTER TABLE `quiz_questions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `quiz_types` -- ALTER TABLE `quiz_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `readings` -- ALTER TABLE `readings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; -- -- AUTO_INCREMENT for table `related_courses` -- ALTER TABLE `related_courses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `requirements` -- ALTER TABLE `requirements` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37; -- -- AUTO_INCREMENT for table `reviews` -- ALTER TABLE `reviews` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `rewards` -- ALTER TABLE `rewards` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `reward_types` -- ALTER TABLE `reward_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `roles` -- ALTER TABLE `roles` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `skills` -- ALTER TABLE `skills` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `sliders` -- ALTER TABLE `sliders` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `states` -- ALTER TABLE `states` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `students` -- ALTER TABLE `students` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `student_courses` -- ALTER TABLE `student_courses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `subjects` -- ALTER TABLE `subjects` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `sub_forums` -- ALTER TABLE `sub_forums` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `supplements` -- ALTER TABLE `supplements` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `support_categories` -- ALTER TABLE `support_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `support_files` -- ALTER TABLE `support_files` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tags` -- ALTER TABLE `tags` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `take_answers` -- ALTER TABLE `take_answers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `testimonials` -- ALTER TABLE `testimonials` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `themes` -- ALTER TABLE `themes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `theme_settings` -- ALTER TABLE `theme_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; -- -- AUTO_INCREMENT for table `ticket_replies` -- ALTER TABLE `ticket_replies` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `ticket_supports` -- ALTER TABLE `ticket_supports` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `time_zones` -- ALTER TABLE `time_zones` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `topics` -- ALTER TABLE `topics` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=97; -- -- AUTO_INCREMENT for table `topic_types` -- ALTER TABLE `topic_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `translations` -- ALTER TABLE `translations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5156; -- -- AUTO_INCREMENT for table `universities` -- ALTER TABLE `universities` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49; -- -- AUTO_INCREMENT for table `user_certificates` -- ALTER TABLE `user_certificates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `user_course_exams` -- ALTER TABLE `user_course_exams` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `user_education` -- ALTER TABLE `user_education` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `user_experiences` -- ALTER TABLE `user_experiences` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `user_skills` -- ALTER TABLE `user_skills` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `user_socials` -- ALTER TABLE `user_socials` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `user_types` -- ALTER TABLE `user_types` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `videos` -- ALTER TABLE `videos` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=52; -- -- Constraints for dumped tables -- -- -- Constraints for table `admins` -- ALTER TABLE `admins` ADD CONSTRAINT `admins_city_id_foreign` FOREIGN KEY (`city_id`) REFERENCES `cities` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `admins_country_id_foreign` FOREIGN KEY (`country_id`) REFERENCES `countries` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `admins_state_id_foreign` FOREIGN KEY (`state_id`) REFERENCES `states` (`id`) ON DELETE CASCADE; -- -- Constraints for table `assignments` -- ALTER TABLE `assignments` ADD CONSTRAINT `assignments_topic_type_id_foreign` FOREIGN KEY (`topic_type_id`) REFERENCES `topic_types` (`id`); -- -- Constraints for table `assignment_files` -- ALTER TABLE `assignment_files` ADD CONSTRAINT `assignment_files_assignment_id_foreign` FOREIGN KEY (`assignment_id`) REFERENCES `assignments` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `assignment_files_user_exam_id_foreign` FOREIGN KEY (`user_exam_id`) REFERENCES `user_course_exams` (`id`) ON DELETE CASCADE; -- -- Constraints for table `blog_comments` -- ALTER TABLE `blog_comments` ADD CONSTRAINT `blog_comments_blog_id_foreign` FOREIGN KEY (`blog_id`) REFERENCES `blogs` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `blog_comments_reply_id_foreign` FOREIGN KEY (`reply_id`) REFERENCES `blog_comments` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `blog_comments_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `chapters` -- ALTER TABLE `chapters` ADD CONSTRAINT `chapters_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`); -- -- Constraints for table `cities` -- ALTER TABLE `cities` ADD CONSTRAINT `cities_country_id_foreign` FOREIGN KEY (`country_id`) REFERENCES `countries` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `cities_state_id_foreign` FOREIGN KEY (`state_id`) REFERENCES `states` (`id`) ON DELETE CASCADE; -- -- Constraints for table `coupon_categories` -- ALTER TABLE `coupon_categories` ADD CONSTRAINT `coupon_categories_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`), ADD CONSTRAINT `coupon_categories_coupon_id_foreign` FOREIGN KEY (`coupon_id`) REFERENCES `coupons` (`id`); -- -- Constraints for table `coupon_courses` -- ALTER TABLE `coupon_courses` ADD CONSTRAINT `coupon_courses_coupon_id_foreign` FOREIGN KEY (`coupon_id`) REFERENCES `coupons` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `coupon_courses_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE; -- -- Constraints for table `coupon_course_bundles` -- ALTER TABLE `coupon_course_bundles` ADD CONSTRAINT `coupon_course_bundles_coupon_id_foreign` FOREIGN KEY (`coupon_id`) REFERENCES `coupons` (`id`), ADD CONSTRAINT `coupon_course_bundles_course_bundle_id_foreign` FOREIGN KEY (`course_bundle_id`) REFERENCES `course_bundles` (`id`); -- -- Constraints for table `courses` -- ALTER TABLE `courses` ADD CONSTRAINT `courses_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`), ADD CONSTRAINT `courses_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `categories` (`id`), ADD CONSTRAINT `courses_time_zone_id_foreign` FOREIGN KEY (`time_zone_id`) REFERENCES `time_zones` (`id`); -- -- Constraints for table `course_bundles` -- ALTER TABLE `course_bundles` ADD CONSTRAINT `course_bundles_instructor_id_foreign` FOREIGN KEY (`instructor_id`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `course_bundles_organization_id_foreign` FOREIGN KEY (`organization_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `course_bundle_courses` -- ALTER TABLE `course_bundle_courses` ADD CONSTRAINT `course_bundle_courses_course_bundle_id_foreign` FOREIGN KEY (`course_bundle_id`) REFERENCES `course_bundles` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `course_bundle_courses_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE; -- -- Constraints for table `course_faqs` -- ALTER TABLE `course_faqs` ADD CONSTRAINT `course_faqs_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE; -- -- Constraints for table `course_instructors` -- ALTER TABLE `course_instructors` ADD CONSTRAINT `course_instructors_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `course_instructors_instructor_id_foreign` FOREIGN KEY (`instructor_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `course_languages` -- ALTER TABLE `course_languages` ADD CONSTRAINT `course_languages_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `course_languages_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `languages` (`id`) ON DELETE CASCADE; -- -- Constraints for table `course_levels` -- ALTER TABLE `course_levels` ADD CONSTRAINT `course_levels_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `course_levels_level_id_foreign` FOREIGN KEY (`level_id`) REFERENCES `levels` (`id`) ON DELETE CASCADE; -- -- Constraints for table `course_meet_providers` -- ALTER TABLE `course_meet_providers` ADD CONSTRAINT `course_meet_providers_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`), ADD CONSTRAINT `course_meet_providers_meet_provider_id_foreign` FOREIGN KEY (`meet_provider_id`) REFERENCES `meet_providers` (`id`); -- -- Constraints for table `course_noticeboards` -- ALTER TABLE `course_noticeboards` ADD CONSTRAINT `course_noticeboards_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`), ADD CONSTRAINT `course_noticeboards_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`); -- -- Constraints for table `course_outcomes` -- ALTER TABLE `course_outcomes` ADD CONSTRAINT `course_outcomes_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `course_outcomes_outcomes_id_foreign` FOREIGN KEY (`outcomes_id`) REFERENCES `outcomes` (`id`) ON DELETE CASCADE; -- -- Constraints for table `course_preview_images` -- ALTER TABLE `course_preview_images` ADD CONSTRAINT `course_preview_images_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE; -- -- Constraints for table `course_prices` -- ALTER TABLE `course_prices` ADD CONSTRAINT `course_prices_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `course_prices_currency_id_foreign` FOREIGN KEY (`currency_id`) REFERENCES `currencies` (`id`) ON DELETE CASCADE; -- -- Constraints for table `course_requirements` -- ALTER TABLE `course_requirements` ADD CONSTRAINT `course_requirements_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `course_requirements_requirement_id_foreign` FOREIGN KEY (`requirement_id`) REFERENCES `requirements` (`id`) ON DELETE CASCADE; -- -- Constraints for table `course_settings` -- ALTER TABLE `course_settings` ADD CONSTRAINT `course_settings_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`); -- -- Constraints for table `course_supports` -- ALTER TABLE `course_supports` ADD CONSTRAINT `course_supports_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `course_supports_ticket_support_id_foreign` FOREIGN KEY (`ticket_support_id`) REFERENCES `ticket_supports` (`id`) ON DELETE CASCADE; -- -- Constraints for table `course_tags` -- ALTER TABLE `course_tags` ADD CONSTRAINT `course_tags_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `course_tags_tag_id_foreign` FOREIGN KEY (`tag_id`) REFERENCES `tags` (`id`) ON DELETE CASCADE; -- -- Constraints for table `enrollments` -- ALTER TABLE `enrollments` ADD CONSTRAINT `enrollments_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `enrollments_organization_id_foreign` FOREIGN KEY (`organization_id`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `enrollments_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `users` (`id`); -- -- Constraints for table `forum_posts` -- ALTER TABLE `forum_posts` ADD CONSTRAINT `forum_posts_author_id_foreign` FOREIGN KEY (`author_id`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `forum_posts_forum_id_foreign` FOREIGN KEY (`forum_id`) REFERENCES `forums` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `forum_posts_sub_forum_id_foreign` FOREIGN KEY (`sub_forum_id`) REFERENCES `sub_forums` (`id`) ON DELETE CASCADE; -- -- Constraints for table `icons` -- ALTER TABLE `icons` ADD CONSTRAINT `icons_icon_provider_id_foreign` FOREIGN KEY (`icon_provider_id`) REFERENCES `icon_providers` (`id`); -- -- Constraints for table `instructor_organizations` -- ALTER TABLE `instructor_organizations` ADD CONSTRAINT `instructor_organizations_instructor_id_foreign` FOREIGN KEY (`instructor_id`) REFERENCES `users` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `instructor_organizations_organization_id_foreign` FOREIGN KEY (`organization_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `lectures` -- ALTER TABLE `lectures` ADD CONSTRAINT `lectures_topic_type_id_foreign` FOREIGN KEY (`topic_type_id`) REFERENCES `topic_types` (`id`); -- -- Constraints for table `localizations` -- ALTER TABLE `localizations` ADD CONSTRAINT `localizations_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `languages` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `localizations_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `model_has_permissions` -- ALTER TABLE `model_has_permissions` ADD CONSTRAINT `model_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE; -- -- Constraints for table `model_has_roles` -- ALTER TABLE `model_has_roles` ADD CONSTRAINT `model_has_roles_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE; -- -- Constraints for table `purchase_details` -- ALTER TABLE `purchase_details` ADD CONSTRAINT `purchase_details_bundle_id_foreign` FOREIGN KEY (`bundle_id`) REFERENCES `course_bundles` (`id`), ADD CONSTRAINT `purchase_details_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`); -- -- Constraints for table `question_answers` -- ALTER TABLE `question_answers` ADD CONSTRAINT `question_answers_answer_id_foreign` FOREIGN KEY (`answer_id`) REFERENCES `answers` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `question_answers_quiz_question_id_foreign` FOREIGN KEY (`quiz_question_id`) REFERENCES `quiz_questions` (`id`) ON DELETE CASCADE; -- -- Constraints for table `question_scores` -- ALTER TABLE `question_scores` ADD CONSTRAINT `question_scores_question_id_foreign` FOREIGN KEY (`question_id`) REFERENCES `questions` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `question_scores_quiz_id_foreign` FOREIGN KEY (`quiz_id`) REFERENCES `quizzes` (`id`) ON DELETE CASCADE; -- -- Constraints for table `quizzes` -- ALTER TABLE `quizzes` ADD CONSTRAINT `quizzes_instructor_id_foreign` FOREIGN KEY (`instructor_id`) REFERENCES `instructors` (`id`), ADD CONSTRAINT `quizzes_quiz_type_id_foreign` FOREIGN KEY (`quiz_type_id`) REFERENCES `quiz_types` (`id`), ADD CONSTRAINT `quizzes_topic_id_foreign` FOREIGN KEY (`topic_id`) REFERENCES `topics` (`id`), ADD CONSTRAINT `quizzes_topic_type_id_foreign` FOREIGN KEY (`topic_type_id`) REFERENCES `topic_types` (`id`); -- -- Constraints for table `quiz_questions` -- ALTER TABLE `quiz_questions` ADD CONSTRAINT `quiz_questions_question_id_foreign` FOREIGN KEY (`question_id`) REFERENCES `questions` (`id`), ADD CONSTRAINT `quiz_questions_quiz_id_foreign` FOREIGN KEY (`quiz_id`) REFERENCES `quizzes` (`id`); -- -- Constraints for table `readings` -- ALTER TABLE `readings` ADD CONSTRAINT `readings_topic_type_id_foreign` FOREIGN KEY (`topic_type_id`) REFERENCES `topic_types` (`id`); -- -- Constraints for table `related_courses` -- ALTER TABLE `related_courses` ADD CONSTRAINT `related_courses_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`), ADD CONSTRAINT `related_courses_related_id_foreign` FOREIGN KEY (`related_id`) REFERENCES `courses` (`id`); -- -- Constraints for table `reviews` -- ALTER TABLE `reviews` ADD CONSTRAINT `reviews_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `role_has_permissions` -- ALTER TABLE `role_has_permissions` ADD CONSTRAINT `role_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `role_has_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE; -- -- Constraints for table `states` -- ALTER TABLE `states` ADD CONSTRAINT `states_country_id_foreign` FOREIGN KEY (`country_id`) REFERENCES `countries` (`id`) ON DELETE CASCADE; -- -- Constraints for table `student_courses` -- ALTER TABLE `student_courses` ADD CONSTRAINT `student_courses_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `student_courses_student_id_foreign` FOREIGN KEY (`student_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `sub_forums` -- ALTER TABLE `sub_forums` ADD CONSTRAINT `sub_forums_forum_id_foreign` FOREIGN KEY (`forum_id`) REFERENCES `forums` (`id`) ON DELETE CASCADE; -- -- Constraints for table `supplements` -- ALTER TABLE `supplements` ADD CONSTRAINT `supplements_topic_type_id_foreign` FOREIGN KEY (`topic_type_id`) REFERENCES `topic_types` (`id`); -- -- Constraints for table `take_answers` -- ALTER TABLE `take_answers` ADD CONSTRAINT `take_answers_user_course_exam_id_foreign` FOREIGN KEY (`user_course_exam_id`) REFERENCES `user_course_exams` (`id`) ON DELETE CASCADE; -- -- Constraints for table `ticket_replies` -- ALTER TABLE `ticket_replies` ADD CONSTRAINT `ticket_replies_ticket_support_id_foreign` FOREIGN KEY (`ticket_support_id`) REFERENCES `ticket_supports` (`id`); -- -- Constraints for table `ticket_supports` -- ALTER TABLE `ticket_supports` ADD CONSTRAINT `ticket_supports_support_category_id_foreign` FOREIGN KEY (`support_category_id`) REFERENCES `support_categories` (`id`) ON DELETE CASCADE; -- -- Constraints for table `topics` -- ALTER TABLE `topics` ADD CONSTRAINT `topics_chapter_id_foreign` FOREIGN KEY (`chapter_id`) REFERENCES `chapters` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `topics_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_course_exams` -- ALTER TABLE `user_course_exams` ADD CONSTRAINT `user_course_exams_assignment_id_foreign` FOREIGN KEY (`assignment_id`) REFERENCES `quizzes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_course_exams_chapter_id_foreign` FOREIGN KEY (`chapter_id`) REFERENCES `chapters` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_course_exams_course_id_foreign` FOREIGN KEY (`course_id`) REFERENCES `courses` (`id`), ADD CONSTRAINT `user_course_exams_quiz_id_foreign` FOREIGN KEY (`quiz_id`) REFERENCES `quizzes` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_course_exams_topic_id_foreign` FOREIGN KEY (`topic_id`) REFERENCES `topics` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_course_exams_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`); -- -- Constraints for table `user_education` -- ALTER TABLE `user_education` ADD CONSTRAINT `user_education_university_id_foreign` FOREIGN KEY (`university_id`) REFERENCES `universities` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_education_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_experiences` -- ALTER TABLE `user_experiences` ADD CONSTRAINT `user_experiences_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `companies` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_experiences_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_skills` -- ALTER TABLE `user_skills` ADD CONSTRAINT `user_skills_skill_id_foreign` FOREIGN KEY (`skill_id`) REFERENCES `skills` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_skills_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `videos` -- ALTER TABLE `videos` ADD CONSTRAINT `videos_topic_type_id_foreign` FOREIGN KEY (`topic_type_id`) REFERENCES `topic_types` (`id`); 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 */;