관리-도구
편집 파일: demo.sql
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); 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, 'menu.notification', 'admin', '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, 'add.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), (160, 'menu.hero', 'admin', 'hero', NULL, NULL), (161, 'add.hero', 'admin', 'hero', NULL, NULL), (162, 'edit.hero', 'admin', 'hero', NULL, NULL), (163, 'menu.slider', 'admin', 'slider', NULL, NULL), (164, 'add.slider', 'admin', 'slider', NULL, NULL), (165, 'edit.slider', 'admin', 'slider', NULL, NULL), (166, 'delete.slider', 'admin', 'slider', NULL, NULL), (167, 'themesetting.edit', 'admin', 'themesetting', NULL, NULL), (168, 'menu.setting', 'admin', 'setting', NULL, NULL), (169, 'menu.site-setting', 'admin', 'setting', NULL, NULL), (170, 'menu.backend-setting', 'admin', 'setting', NULL, NULL), (171, 'rtl.language', 'admin', 'language', NULL, NULL), (172, 'translate.language', 'admin', 'language', NULL, NULL), (173, 'menu.custom-script', 'admin', 'custom-script', NULL, NULL), (174, 'menu.financial', 'admin', 'financial', NULL, NULL), (175, 'menu.sale', 'admin', 'sale', NULL, NULL), (176, 'request.payout', 'admin', 'payout', NULL, NULL), (177, 'approved-status.payout', 'admin', 'payout', NULL, NULL), (178, 'menu.review', 'admin', 'review', NULL, NULL), (179, 'update.review', 'admin', 'review', NULL, NULL), (180, 'delete.review', 'admin', 'review', NULL, NULL), (181, 'menu.license', 'admin', 'license', NULL, NULL), (182, 'menu.currency', 'admin', 'currency', NULL, NULL), (183, 'add.currency', 'admin', 'currency', NULL, NULL), (184, 'edit.currency', 'admin', 'currency', NULL, NULL), (185, 'delete.currency', 'admin', 'currency', NULL, NULL), (186, 'status.currency', 'admin', 'currency', NULL, NULL), (187, 'offline.menu.payment', 'admin', 'payment', NULL, NULL), (188, 'offline.status.payment', 'admin', 'payment', NULL, NULL); INSERT INTO `designations` (`id`, `title`, `created_at`, `updated_at`) VALUES (1, 'Senior Web Developer', '2025-01-07 06:36:40', '2025-01-07 06:36:40'); INSERT INTO `languages` (`id`, `name`, `code`, `status`, `active`, `rtl`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'English', 'en', 1, 1, 0, '2024-11-26 11:05:44', '2025-01-07 15:52:58', NULL), (2, 'Arabic', 'ar', 1, 0, 0, '2024-11-26 11:05:44', '2025-01-07 15:52:58', NULL), (3, 'Spanish', 'es', 1, 0, 0, '2024-11-26 11:05:44', '2025-01-07 15:52:58', NULL), (4, 'Bengali', 'bn', 1, 0, 0, '2024-11-26 11:05:44', '2025-01-07 15:52:58', NULL); 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); 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); 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); 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); 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'); 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 (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), (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', '2025-01-07 16:04:53', NULL); 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', 30), (4, 'Modules\\LMS\\Models\\User', 38), (5, 'Modules\\LMS\\Models\\User', 34); 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, NULL), (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); 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'); 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 (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'); 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`,`user_balance`, `status`, `age`, `gender`, `created_at`, `updated_at`, `deleted_at`) VALUES (18, 3, 4, NULL, 2, 3, 1, 'Robert', 'Smith', '01234567891', 'lms-MjlkQGCo.webp', 'lms-p3STQiey.webp', '14, Ziberniker Str.', '<p>Hi, I’m 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 of innovation, I strive to deliver interfaces that solve problems while providing delightful user interactions. Whether it’s designing mobile apps, websites, or complex software, my goal is always to improve usability and ensure a seamless journey for the end user.</p>', 0.00, 1, NULL, 'male', '2024-11-28 16:31:33', '2025-01-07 06:36:41', NULL); INSERT INTO `organizations` (`id`, `country_id`, `state_id`, `city_id`, `language_id`, `time_zone_id`, `name`, `phone`, `profile_img`, `cover_photo`, `location`, `about`, `user_balance`,`address`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (11, 2, 2, 2, 1, NULL, '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>',0.00, '27 Kings College Cir', 1, '2024-11-28 16:00:20', '2025-01-07 11:06:10', NULL); INSERT INTO `categories` (`id`, `parent_id`, `title`, `slug`, `image`, `order`, `meta_title`, `meta_description`, `status`, `icon_id`, `created_at`, `updated_at`, `deleted_at`) VALUES (2, NULL, 'Web Development', 'web-development', 'lms-CTgVwTVu.jpeg', NULL, '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', '2025-01-07 07:24:10', 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); INSERT INTO `subjects` (`id`, `name`, `image`, `meta_title`, `meta_description`, `status`, `deleted_at`, `created_at`, `updated_at`) VALUES (5, 'Product Design', 'lms-chhutTme.webp', 'design', 'Master the fundamentals of product design, from research to prototyping, to create impactful, user-centered designs.', 1, NULL, '2024-11-26 13:53:48', '2025-01-01 23:48:58'), (9, 'artificial intelligence', 'lms-f8d1IcYs.webp', 'Learn Artificial Intelligence - From Basics to Advanced AI Concepts', 'Become an AI expert by understanding the fundamentals of AI. Learn topics like neural networks, deep learning, natural language processing, and reinforcement learning to create intelligent and adaptive systems.', 1, NULL, '2024-11-27 11:37:07', '2025-01-01 23:48:28'), (10, 'Graphic design', 'lms-g1keiTyA.webp', 'Graphic Design Courses - Create Stunning Images', 'Explore the world of graphic design with courses covering typography, colour 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', '2025-01-01 23:47:50'), (14, 'E-Commerce', 'lms-j7HRkUXb.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', '2025-01-01 15:42:25'); INSERT INTO `tags` (`id`, `name`, `slug`, `status`, `created_at`, `updated_at`) VALUES (1, 'Back-End Development', 'back-end-development', 1, '2024-11-26 15:17:55', '2025-01-01 23:13:16'), (2, 'Front-End Development', 'front-end-development', 1, '2024-11-26 15:18:39', '2025-01-01 23:13:03'), (4, 'Web Development', 'web-development', 1, '2024-11-26 15:19:11', '2024-11-28 15:04:23'), (9, 'Artificial Intelligence', 'artificial-intelligence', 1, '2024-11-27 11:41:54', '2024-11-27 11:41:54'), (10, 'Software Engineering', 'software-engineering', 1, '2024-11-27 11:42:05', '2025-01-01 23:14:05'), (11, 'Graphic Design', 'graphic-design', 1, '2024-11-27 11:42:10', '2024-11-27 11:42:10'); INSERT INTO `levels` (`id`, `name`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (2, 'Intermediate', 1, '2024-11-26 15:22:07', '2024-11-26 15:22:07', NULL), (3, 'Professional', 1, '2024-11-26 15:23:27', '2025-01-01 23:15:48', NULL), (4, 'Expert', 1, '2024-11-26 15:23:41', '2025-01-01 23:15:38', NULL), (5, 'Advanced', 1, '2024-11-26 15:24:13', '2025-01-01 23:15:25', NULL), (6, 'Beginner', 1, '2024-11-26 15:24:42', '2025-01-01 23:10:59', NULL), (9, 'Specialized', 1, '2025-01-01 23:16:02', '2025-01-01 23:16:02', NULL); 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`, `is_multiple_instructor`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (1, 'Full-Stack Web Development Bootcamp', 'full-stack-web-development-with-php-laravel-vue-js', 6, 5, NULL, 1, 2, 2, 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, NULL,'Approved', '2024-11-26 19:05:49', '2025-01-07 07:22:16', NULL), (2, 'Full Stack Web Development with JavaScript', 'full-stack-web-development-with-javascript', 2, 9, 34, 1, 4, 4, NULL, 'lms-OdKgAsUd.webp', 'youtube', NULL, 'https://youtu.be/mSED-rSsxI0?si=Y79lqMe0ILPlpvCy', '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, NULL,'Approved', '2024-11-27 11:27:43', '2025-01-07 07:21:50', NULL), (3, 'UI/UX Design Fundamentals Course for Creating User-Centered Digital Experiences', 'digital-product-design', 2, 5, NULL, 1, 2, 2, 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>Dive into the art and science of product design with courses that cater to both beginners and professionals. Discover the essentials of <strong>typography</strong>, where you’ll learn how to make text not only readable but visually appealing and impactful. Master <strong>color theory</strong> to create harmonious designs that evoke emotions and capture attention.</p><p>Learn the secrets of effective <strong>branding</strong>, including how to craft compelling brand identities that leave lasting impressions. Equip yourself with industry-standard tools like <strong>Adobe Photoshop</strong>, <strong>Illustrator</strong>, and <strong>InDesign</strong>, gaining hands-on experience to bring your creative visions to life.</p><p>Whether you are designing for print, digital platforms, or physical products, these courses are perfect for unleashing your creativity and honing the skills needed to create memorable, high-quality designs. Join now and start building a portfolio that truly stands out!</p>', '2h 30m', NULL, NULL, NULL, NULL,'Pending', '2024-11-27 11:46:36', '2025-01-07 07:23:35', NULL), (4, 'WordPress Theme Development Course for Building Custom and Dynamic Websites', 'wordpress-theme-development', 2, 14, 34, 1, 2, 2, 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, NULL,'Approved', '2024-11-27 11:48:51', '2025-01-07 07:21:40', NULL), (5, 'E-Commerce Development Course for Creating User-Friendly Online Stores', 'e-commerce-development', 6, 14, NULL, 1, 4, 4, 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>Explore the foundations of user-centered design by enrolling in comprehensive UI/UX design courses. Develop essential skills in understanding user needs, creating intuitive designs, and solving complex design challenges. Gain proficiency in industry-standard tools like Figma, Sketch, and Adobe XD to craft professional-grade designs. Learn to create wireframes, design prototypes, and iterate based on user feedback.</p><p>Dive deeper into interaction design principles, usability testing, and accessibility standards to ensure your interfaces are inclusive and engaging. Build a strong portfolio by working on real-world projects and case studies that demonstrate your ability to deliver seamless, aesthetically pleasing user experiences. Stay ahead in the competitive design industry by mastering design systems, responsive design techniques, and collaboration workflows with development teams.</p>', '2h 30m', NULL, NULL, NULL,NULL, 'Approved', '2024-11-27 11:50:43', '2025-01-07 07:21:46', NULL), (10, 'WordPress theme Development for Beginners', 'wordpress-development-for-beginners', 3, 9, 34, 1, 4, 4, NULL, 'lms-GSeSZpiz.webp', 'youtube', NULL, 'https://youtu.be/avaWlLUi2PI?si=lpK_OOPrODIn54VN', '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, NULL,'Approved', '2024-11-28 12:47:43', '2025-01-07 07:22:25', 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', 'In today’s competitive digital landscape, understanding and analyzing your marketing efforts is critical to achieving success. The Complete Digital Marketing Analysis Guide equips you with the knowledge, tools, and strategies to assess the effectiveness of your campaigns, optimize performance, and drive sustainable growth.', '<p><span>This guide begins with an overview of the key components of digital marketing analysis, including audience segmentation, competitor benchmarking, and campaign performance tracking. Learn how to use powerful analytics tools like Google Analytics, Google Ads, and social media insights platforms to gather actionable data. Understand how to interpret metrics such as traffic sources, conversion rates, engagement levels, and ROI to make informed decisions.</span></p><p>Dive into advanced topics like customer journey mapping, sentiment analysis, and predictive modeling to stay ahead of industry trends. Discover how to leverage data visualization techniques to present your findings effectively, ensuring your team and stakeholders are aligned.</p><p>This comprehensive guide also covers SEO analysis, keyword performance tracking, and backlink audits to help you improve your search engine rankings. Additionally, explore A/B testing and performance monitoring for paid advertising campaigns, ensuring every marketing dollar is spent wisely.</p><p>Whether you’re a business owner, marketer, or analyst, <strong>The Complete Digital Marketing Analysis Guide</strong> provides a step-by-step approach to mastering digital marketing analytics, empowering you to fine-tune strategies and achieve measurable results in a fast-evolving digital world.</p>', '2h', NULL, NULL, NULL, NULL,'Approved', '2024-11-28 14:58:12', '2025-01-07 07:22:21', NULL), (13, 'App Development with Flutter and react native', 'android-app-development-with-kotlin-beginner-to-advanced', 3, 9, NULL, 1, 2, 2, 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><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, NULL,'Approved', '2024-11-28 16:06:36', '2025-01-07 07:22:08', NULL), (14, 'Full-Stack Web Development Bootcamp', 'full-stack-web-development-bootcamp', 3, 18, 34, 1, 5, 5, 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, NULL,'Approved', '2024-11-28 16:36:07', '2025-01-04 14:28:40', NULL); INSERT INTO `course_instructors` (`id`, `course_id`, `instructor_id`, `percentage`, `is_main`, `created_at`, `updated_at`) VALUES (14, 14, 38, NULL, NULL, '2024-11-28 16:36:07', '2024-11-28 16:36:07'), (20, 10, 38, NULL, NULL,'2025-01-07 07:04:16', '2025-01-07 07:04:16'), (21, 12, 38, NULL, NULL,'2025-01-07 07:04:41', '2025-01-07 07:04:41'), (22, 1, 38, NULL, NULL,'2025-01-07 07:06:30', '2025-01-07 07:06:30'), (23, 13, 38, NULL, NULL, '2025-01-07 07:07:02', '2025-01-07 07:07:02'), (24, 3, 38, NULL, NULL,'2025-01-07 07:07:49', '2025-01-07 07:07:49'), (25, 2, 38, NULL, NULL, '2025-01-07 07:08:15', '2025-01-07 07:08:15'), (26, 5, 38, NULL, NULL, '2025-01-07 07:21:08', '2025-01-07 07:21:08'), (27, 4, 38, NULL, NULL,'2025-01-07 07:21:28', '2025-01-07 07:21:28'); 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, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, 1, 0, 0, '2024-11-27 11:47:04', '2025-01-07 13:54:40', 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, 0, 0, 0, 0, 0, 0, 0, 1, '2024-11-27 11:51:04', '2025-01-07 13:55:26', NULL), (10, 10, NULL, NULL, 90, 0, 0, 0, 0, 0, 0, 1, 0, 0, '2024-11-28 12:50:57', '2025-01-07 13:53:34', NULL), (12, 12, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 1, '2024-11-28 15:04:13', '2025-01-07 13:52:35', 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); INSERT INTO `course_levels` (`id`, `course_id`, `level_id`, `created_at`, `updated_at`) VALUES (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'), (10, 10, 4, '2024-11-28 12:47:43', '2024-11-28 12:47:43'), (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'), (22, 2, 6, '2025-01-02 00:34:12', '2025-01-02 00:34:12'), (23, 1, 3, '2025-01-04 14:15:45', '2025-01-04 14:15:45'), (24, 14, 3, '2025-01-04 14:19:45', '2025-01-04 14:19:45'); INSERT INTO `course_prices` (`id`, `course_id`, `currency_id`, `platform_fee`,`price`, `discount_flag`, `discounted_price`, `discount_period`, `effective_date`, `expiration_date`, `auto_convert`, `created_at`, `updated_at`) VALUES (1, 2, NULL, 0.00, 24.00, 0, NULL, NULL, NULL, NULL, 0, '2024-11-27 11:29:02', '2024-11-27 11:29:02'), (2, 1, NULL, 0.00, 82.00, 0, NULL, NULL, NULL, NULL, 0, '2024-11-27 11:30:48', '2024-11-28 19:55:10'), (3, 3, NULL, 0.00, 29.50, 0, NULL, NULL, NULL, NULL, 0, '2024-11-27 11:47:00', '2024-11-28 12:14:50'), (4, 4, NULL, 0.00, 42.30, 0, NULL, NULL, NULL, NULL, 0, '2024-11-27 11:48:58', '2024-11-28 13:24:51'), (5, 5, NULL, 0.00, 25.50, 0, NULL, NULL, NULL, NULL, 0, '2024-11-27 11:51:01', '2024-11-28 12:16:42'), (10, 10, NULL,0.00, 50.00, 0, NULL, NULL, NULL, NULL, 0, '2024-11-28 12:50:19', '2024-11-28 12:50:19'), (12, 12, NULL, 0.00, 13.00, 0, NULL, NULL, NULL, NULL, 0, '2024-11-28 15:03:20', '2024-11-28 15:03:20'), (13, 13, NULL, 0.00, 20.00, 0, NULL, NULL, NULL, NULL, 0, '2024-11-28 16:13:33', '2024-11-28 16:13:33'), (14, 14, NULL, 0.00, 49.60, 0, NULL, NULL, NULL, NULL, 0, '2024-11-28 16:41:21', '2024-11-28 16:41:21'); 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'); INSERT INTO `course_outcomes` (`id`, `course_id`, `outcomes_id`, `created_at`, `updated_at`) VALUES (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'), (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'), (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'), (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'); 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'), (11, 10, 2, '2024-11-28 12:47:43', '2024-11-28 12:47:43'), (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'); -- -------------------------------------------------------- INSERT INTO `requirements` (`id`, `title`, `slug`, `created_at`, `updated_at`) VALUES (1, 'No programming experience needed - I will teach you everything you need to know A computer with access to the internet No paid software required I will 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'); INSERT INTO `course_requirements` (`id`, `course_id`, `requirement_id`, `created_at`, `updated_at`) VALUES (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'), (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'), (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'), (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'); INSERT INTO `course_faqs` (`id`, `course_id`, `title`, `answer`, `created_at`, `updated_at`) VALUES (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 is 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 will 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 will 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 are 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'), (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 will 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'), (83, 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.', '2025-01-01 06:20:07', '2025-01-01 06:20:07'), (84, 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.', '2025-01-01 06:20:07', '2025-01-01 06:20:07'); 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'), (9, 10, 4, '2024-11-28 12:50:15', '2024-11-28 12:50:15'), (12, 13, 1, '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'); 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 06:29:55', '2024-12-29 18:18:28', NULL), (2, 1, 'Front-End Development', NULL, '2024-11-27 06:30:30', '2024-12-29 18:18:28', NULL), (3, 1, 'Advanced Front-End Frameworks', NULL, '2024-11-27 06:30:39', '2024-12-29 18:18:28', NULL), (4, 1, 'Back-End Development', NULL, '2024-11-27 06:30:49', '2024-12-29 18:18:28', NULL), (15, 3, 'User Experience Design Fundamentals', NULL, '2024-11-28 09:40:58', '2024-12-29 18:18:28', NULL), (16, 13, 'Introduction to Android Development', NULL, '2024-11-28 10:28:08', '2024-12-29 18:18:28', NULL), (17, 13, 'Setting Up the Development Environment', NULL, '2024-11-28 10:28:28', '2024-12-29 18:18:28', NULL), (18, 13, 'Kotlin Basics', NULL, '2024-11-28 10:28:44', '2024-12-29 18:18:28', NULL), (19, 13, 'Object-Oriented Programming with Kotlin', NULL, '2024-11-28 10:28:55', '2024-12-29 18:18:28', NULL), (20, 14, 'Front-End Web Development', NULL, '2024-11-28 11:28:51', '2024-12-29 18:18:28', NULL), (22, 12, 'Digital Marketing Guide', NULL, '2024-11-28 12:12:18', '2024-12-29 18:18:28', NULL), (23, 10, 'Introduction to the course', NULL, '2024-11-28 12:18:40', '2024-12-29 18:18:28', NULL), (24, 10, 'Install Wordpress on your computer', NULL, '2024-11-28 12:21:52', '2024-12-29 18:18:28', NULL), (25, 10, 'Install wordpress on a web host', NULL, '2024-11-28 12:22:30', '2024-12-29 18:18:28', NULL), (26, 10, 'Wordpress settings', NULL, '2024-11-28 12:25:06', '2024-12-29 18:18:28', NULL), (27, 10, 'Themes, Plugins and widgets', NULL, '2024-11-28 12:25:56', '2024-12-29 18:18:28', NULL), (29, 10, 'Final Chapter', NULL, '2024-11-28 12:26:47', '2024-12-29 18:18:28', NULL), (30, 4, 'WordPress Theme Development', NULL, '2024-11-28 12:59:06', '2024-12-29 18:18:28', NULL), (32, 5, 'Modern Websites for E-commerce in the Real World', NULL, '2024-12-05 16:09:10', '2024-12-29 18:18:28', NULL), (33, 5, 'Guaranteeing Responsiveness - Top 5 Takeaways from', NULL, '2024-12-05 16:10:28', '2024-12-29 18:18:28', NULL), (34, 2, 'Full Stack JavaScript Complete Course', NULL, '2024-12-17 22:12:12', '2025-01-07 09:13:51', NULL), (41, 3, 'Type, Color & Icon Introduction', NULL, '2025-01-07 08:27:46', '2025-01-07 08:27:46', NULL); 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'); INSERT INTO `topics` (`id`, `chapter_id`, `course_id`, `topicable_id`, `order`, `topicable_type`, `created_at`, `updated_at`) VALUES (97, 15, 3, 52, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:24:29', '2025-01-07 08:26:00'), (98, 15, 3, 53, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:25:38', '2025-01-07 08:25:38'), (99, 15, 3, 54, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:27:00', '2025-01-07 08:27:00'), (100, 41, 3, 55, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:28:56', '2025-01-07 08:28:56'), (101, 41, 3, 56, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:29:59', '2025-01-07 08:29:59'), (102, 41, 3, 57, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:32:18', '2025-01-07 08:32:18'), (103, 23, 10, 58, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:38:24', '2025-01-07 08:38:24'), (104, 24, 10, 59, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:43:39', '2025-01-07 08:43:39'), (105, 25, 10, 60, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:44:33', '2025-01-07 08:44:33'), (106, 26, 10, 61, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:45:05', '2025-01-07 08:45:05'), (107, 26, 10, 62, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:45:34', '2025-01-07 08:45:34'), (108, 27, 10, 63, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:46:33', '2025-01-07 08:46:33'), (109, 29, 10, 64, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:48:25', '2025-01-07 08:48:25'), (110, 29, 10, 26, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Reading', '2025-01-07 08:50:41', '2025-01-07 08:50:58'), (111, 22, 12, 65, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:53:26', '2025-01-07 08:53:26'), (112, 1, 1, 66, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:55:38', '2025-01-07 08:55:38'), (113, 2, 1, 67, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:57:03', '2025-01-07 08:57:03'), (114, 3, 1, 68, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:58:03', '2025-01-07 08:58:03'), (115, 4, 1, 69, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 08:59:43', '2025-01-07 08:59:43'), (116, 16, 13, 70, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 09:05:39', '2025-01-07 09:05:39'), (117, 17, 13, 71, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 09:07:59', '2025-01-07 09:07:59'), (118, 18, 13, 72, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 09:08:44', '2025-01-07 09:08:44'), (119, 19, 13, 73, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 09:12:01', '2025-01-07 09:12:01'), (120, 34, 2, 74, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 09:14:39', '2025-01-07 09:14:39'), (121, 32, 5, 75, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 09:16:41', '2025-01-07 09:16:41'), (122, 33, 5, 76, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 09:17:33', '2025-01-07 09:17:33'), (123, 30, 4, 77, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 09:19:19', '2025-01-07 09:19:19'), (124, 20, 14, 78, NULL, 'Modules\\LMS\\Models\\Courses\\Topics\\Video', '2025-01-07 09:22:55', '2025-01-07 09:22:55'); INSERT INTO `currencies` (`id`, `name`, `symbol`, `code`, `exchange_rate`, `status`, `created_at`, `updated_at`) VALUES (1, 'bob', 'Bs', 'BOB', NULL, 1, '2025-02-01 04:23:41', '2025-02-01 04:23:41'), (2, 'usd', '$', 'USD', NULL, 1, '2025-02-01 04:23:53', '2025-02-01 04:23:53'), (3, 'bdt', '৳', 'BDT', NULL, 1, '2025-02-01 04:24:03', '2025-02-01 04:24:03'), (4, 'cup', '$', 'CUP', NULL, 1, '2025-02-01 04:24:14', '2025-02-01 04:24:14'), (5, 'gip', '£', 'GIP', NULL, 1, '2025-02-01 04:24:35', '2025-02-01 04:24:35'); 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'); 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, 200, '<p>Answer all the question.</p>', 0, 0, NULL, 1, '2024-11-28 16:53:24', '2025-01-05 09:16:02'), (6, NULL, NULL, 3, 2, 'What is the purpose of the alt attribute in an <img> tag?', '4', 10, 6, 10, 'A) To set the width of the imageB) To provide alternative text for the image if it cannot be displayedC) To add a caption below the imageD) To link the image to another webpage', 0, 0, NULL, 1, '2024-11-28 17:36:59', '2025-01-05 09:20:53'), (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'); 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'), (26, 2, 'Advance Custom Field Pro Reading Files', '<p style=\"font-family:Blanco, \'system-ui\', \'-apple-system\', BlinkMacSystemFont, \'Segoe UI\', Roboto, Helvetica, Arial, sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\';font-size:21.12px;\">I can’t speak to anybody on either edge of that spectrum. There is this whole world of people in the <em>middle</em>. They can code, but they aren’t computer science people. They are <em>get the job done</em> people. Maybe it’s something like this:</p><ol><li>Pick out a theme that will work, use it.</li><li>Start with a theme, customize it a bit using built-in tools.</li><li>Start with a theme, hack it up with code to do what you need it to do.</li><li>Start from scratch, build out what you need.</li><li>Start from scratch, build a highly customized site.</li><li>Hardcore programmer nerd.</li></ol><p style=\"font-family:Blanco, \'system-ui\', \'-apple-system\', BlinkMacSystemFont, \'Segoe UI\', Roboto, Helvetica, Arial, sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\';font-size:21.12px;\">I’ve always been somewhere around #4, and I think that’s a nice sweet spot. I try to let off-the-shelf WordPress and big popular plugins do the heavy lifting, but I’ll bring-my-own front-end (HTML, CSS, and JavaScript) and customize what I have to. I’m making templates. I’m writing queries. I’m building blocks. I’m modularizing where I can.</p><p style=\"font-family:Blanco, \'system-ui\', \'-apple-system\', BlinkMacSystemFont, \'Segoe UI\', Roboto, Helvetica, Arial, sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\';font-size:21.12px;\">I feel powerful in that zone. I can build a lot of sites that way, almost by myself. <span style=\"font-weight:700;\">So where are the resources <em>today</em> that help you learn this kind of WordPress theme development? </span>Lemme see what I can find.</p>', '2025-01-07 08:50:41', '2025-01-07 08:50:58'); 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'), (52, 1, '6 Stages of UI Design', '08:23', 'youtube', 'https://youtu.be/_6Tl2_eM0DE?si=AmqX893xRmgGqsbV', NULL, '2025-01-07 08:24:29', '2025-01-07 08:26:00'), (53, 1, 'Super Practical Guide to Color Theory', '24:00', 'youtube', 'https://youtu.be/GyVMoejbGFg?si=Zyr_AHYodxun6sQk', NULL, '2025-01-07 08:25:38', '2025-01-07 08:25:38'), (54, 1, '5 Best Design Systems and How to Learn (and Steal) From Them', '11:15', 'youtube', 'https://youtu.be/BISC15OPeGA?si=giSH-2RuEhszu9RG', NULL, '2025-01-07 08:27:00', '2025-01-07 08:27:00'), (55, 1, 'How to choose colors and color palettes', '06:20', 'youtube', 'https://youtu.be/wuZuvhF4u6U?si=p2HugMATOqSLTfle', NULL, '2025-01-07 08:28:56', '2025-01-07 08:28:56'), (56, 1, 'Choosing and Pairing Fonts: UI Design', '03:37', 'youtube', 'https://youtu.be/uWCWTq1cPW0?si=Hl6vDvUpC9tAbsYK', NULL, '2025-01-07 08:29:59', '2025-01-07 08:29:59'), (57, 1, 'UI/UX Design in Practice: Trendy Blobs and Organic Shapes', '03:21', 'youtube', 'https://youtu.be/SsJ1G-NS4pU?si=dikBMCJ_KlT_DAkI', NULL, '2025-01-07 08:32:18', '2025-01-07 08:32:18'), (58, 1, 'Welcome To WordPress Tutorial For Beginners', '02:00', 'youtube', 'https://youtu.be/v_O_Zi-xWTo?si=G79deKF9XSGIO9eN', NULL, '2025-01-07 08:38:24', '2025-01-07 08:38:24'), (59, 1, 'Learning About the Dashboard', '00:00:00', 'youtube', 'https://youtu.be/v_O_Zi-xWTo?si=G79deKF9XSGIO9eN', NULL, '2025-01-07 08:43:39', '2025-01-07 08:43:39'), (60, 1, 'Theme Setup', '00:00:00', 'youtube', 'https://youtu.be/v_O_Zi-xWTo?si=G79deKF9XSGIO9eN', NULL, '2025-01-07 08:44:32', '2025-01-07 08:44:32'), (61, 1, 'Setting Up Header', '00:00:00', 'youtube', 'https://youtu.be/v_O_Zi-xWTo?si=G79deKF9XSGIO9eN', NULL, '2025-01-07 08:45:05', '2025-01-07 08:45:05'), (62, 1, 'Setting up JavaScript Files', '00:00:00', 'youtube', 'https://youtu.be/v_O_Zi-xWTo?si=G79deKF9XSGIO9eN', NULL, '2025-01-07 08:45:34', '2025-01-07 08:45:34'), (63, 1, 'Installing Advanced Custom Fields Plugin', '00:00:00', 'youtube', 'https://youtu.be/v_O_Zi-xWTo?si=G79deKF9XSGIO9eN', NULL, '2025-01-07 08:46:33', '2025-01-07 08:46:33'), (64, 1, 'Last Video - Congratulations !!', '00:00:00', 'youtube', 'https://youtu.be/v_O_Zi-xWTo?si=G79deKF9XSGIO9eN', NULL, '2025-01-07 08:48:25', '2025-01-07 08:48:25'), (65, 1, 'How to Become a Digital Marketer', '07', 'youtube', 'https://youtu.be/RPw51rZwKkM?si=h-PbA9yBeLZJupFv', NULL, '2025-01-07 08:53:26', '2025-01-07 08:53:26'), (66, 1, 'What Is Full Stack?', '07:00', 'youtube', 'https://youtu.be/8KaJRw-rfn8?si=z3ccc6UAm0OvcGYp', NULL, '2025-01-07 08:55:38', '2025-01-07 08:55:38'), (67, 1, 'JavaScript Full Course | Learn JavaScript In 4 Hours', '04:13:00', 'youtube', 'https://youtu.be/ZYhGSfSfzeI?si=jOpPzN6Yb539wU-q', NULL, '2025-01-07 08:57:03', '2025-01-07 08:57:03'), (68, 1, 'Angular Full Course - Learn Angular In 3 Hours', '02:58:59', 'youtube', 'https://youtu.be/iZ1mlcCkY8A?si=ZkR4T5dfJ8RRz1BE', NULL, '2025-01-07 08:58:03', '2025-01-07 08:58:03'), (69, 1, 'Roadmap To Become Full Stack Developer For Beginners', '14:10', 'youtube', 'https://youtu.be/ZWpRkaLQHk4?si=q3Pg5m0ZJWMoESlX', NULL, '2025-01-07 08:59:43', '2025-01-07 08:59:43'), (70, 1, 'Flutter Tutorial for Beginners', '12:50', 'youtube', 'https://youtu.be/1ukSR1GRtMU?si=qvyxcFxbotHdZ0yU', NULL, '2025-01-07 09:05:39', '2025-01-07 09:05:39'), (71, 1, 'Creating a Flutter App in Android Studio', '13:20', 'youtube', 'https://youtu.be/TSIhiZ5jRB0?si=IFE9r2R1EbzGwFQY', NULL, '2025-01-07 09:07:59', '2025-01-07 09:07:59'), (72, 1, 'Scaffold & AppBar Widgets', '08:00', 'youtube', 'https://youtu.be/C5lpPjoivaw?si=3WILrdPxGdhdjF0z', NULL, '2025-01-07 09:08:44', '2025-01-07 09:08:44'), (73, 1, 'Object Oriented Programming in Kotlin', '33:15', 'youtube', 'https://youtu.be/UZuTlgLQuSg?si=wSv1TqAMzqdBBc3M', NULL, '2025-01-07 09:12:01', '2025-01-07 09:12:01'), (74, 1, 'From Zero to Full Stack: Master JavaScript and Create Dynamic Web Apps', '15:30:50', 'youtube', 'https://youtu.be/H3XIJYEPdus?si=6ollHmTvsh2dmkXa', NULL, '2025-01-07 09:14:39', '2025-01-07 09:14:39'), (75, 1, 'Welcome to Ecommerce Unlocked: Your Free Ecommerce Marketing Course', '09:01', 'youtube', 'https://youtu.be/qTLffZkxnT0?si=QRMkGHViWgsPQnLn', NULL, '2025-01-07 09:16:41', '2025-01-07 09:16:41'), (76, 1, '22+ Marketing Channels For eCommerce', '08:18', 'youtube', 'https://youtu.be/XaoACB6dRx0?si=zG_zhx4dm0SH9SOr', NULL, '2025-01-07 09:17:33', '2025-01-07 09:17:33'), (77, 1, 'Advanced WordPress Theme Development', '05:24', 'youtube', 'https://youtu.be/lNtw4yxEydM?si=Ua6aAl0ve6rPognc', NULL, '2025-01-07 09:19:19', '2025-01-07 09:19:19'), (78, 1, 'The Complete 2025 Web Development Bootcamp by Angela', '08:10', 'youtube', 'https://youtu.be/5yHpfICfx_k?si=jsKE0DtSKFBUvvG_', NULL, '2025-01-07 09:22:55', '2025-01-07 09:22:55'); INSERT INTO `course_bundles` (`id`, `user_id`, `title`, `slug`, `platform_fee`, `price`, `thumbnail`, `details`, `deleted_at`, `created_at`, `updated_at`) VALUES (2, NULL, 'Full Stack Development Mastery Bundle', 'full-stack-development-mastery-bundle', 0.00, 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', '2025-01-07 07:46:59'), (4, NULL, 'Digital Marketing Power Bundle', 'digital-marketing-power-bundle',0.00, 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', '2025-01-07 07:46:52'); INSERT INTO `course_bundle_courses` (`id`, `course_bundle_id`, `course_id`, `created_at`, `updated_at`) VALUES (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'), (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'); 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'); 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'); 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'); 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'); 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'); INSERT INTO `blog_categories` (`id`, `name`, `slug`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES (2, 'Design of Art', 'design-of-art', 1, '2024-11-27 12:06:05', '2025-01-07 14:23:30', 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), (8, 'Programming Languages', 'programming-languages', 1, '2024-11-27 12:07:41', '2024-11-27 12:07:41', NULL); 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 2025', 'top-10-courses-to-boost-your-best-career-in-2025', '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.', 32, 1, NULL, '2024-11-27 12:16:48', '2025-01-07 15:47:18'), (2, NULL, 1, 'The Power of Lifelong Learning, Never Stop Growing', 'the-power-of-lifelong-learning-never-stop-growing', 'lms-1qnG9zWH.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.', 32, 1, NULL, '2024-11-27 12:17:31', '2025-01-06 16:53:54'), (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.', 24, 1, NULL, '2024-12-04 16:17:34', '2025-01-07 06:21:22'), (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><div><div><div><div><div><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><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><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><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><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><ul><li><br></li></ul><h3><strong>5. Solving Complex Problems</strong></h3><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><p><br></p><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><br></p>', 21, 1, NULL, '2024-12-05 12:45:43', '2025-01-06 16:53:40'); 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'), (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'), (5, 8, 5, '2025-01-06 16:53:40', '2025-01-06 16:53:40'), (6, 4, 2, '2025-01-07 14:24:15', '2025-01-07 14:24:15'), (7, 5, 1, '2025-01-07 14:24:52', '2025-01-07 14:24:52'), (8, 5, 4, '2025-01-07 14:25:00', '2025-01-07 14:25:00'), (9, 8, 2, '2025-01-07 14:25:06', '2025-01-07 14:25:06'), (10, 5, 5, '2025-01-07 14:25:13', '2025-01-07 14:25:13'), (11, 2, 5, '2025-01-07 14:27:11', '2025-01-07 14:27:11'); 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-24 04:08:27'), (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); 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\\\":\\\"Asia\\\\\\/Dhaka\\\",\\\"date_format\\\":\\\"Y-m-d\\\"}\"', '2024-11-28 13:01:16', '2025-01-02 01:02:55'), (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', '\"{\\\"total_experience\\\":\\\"2\\\"}\"', '2024-11-28 17:02:40', '2025-01-07 14:38:52'), (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_topen', '\"{\\\"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=\\\\\\\"\\\\\\/courses\\\\\\\">Courses<\\\\\\/a><\\\\\\/li><li><a href=\\\\\\\"\\\\\\/courses\\\\\\\">Help Center<\\\\\\/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', '2025-01-07 17:09:54'), (9, 'footer_bottomen', '\"{\\\"copy_right\\\":\\\"<p>2024.All rights reserved by <a href=\\\\\\\"https:\\\\\\/\\\\\\/codexshaper.com\\\\\\/\\\\\\\">CodexShaper<\\\\\\/a><\\\\\\/p>\\\",\\\"menu\\\":\\\"<a href=\\\\\\\"\\\\\\/terms-conditions\\\\\\\">Terms of Conditions<\\\\\\/a>\\\\u00a0<a href=\\\\\\\"\\\\\\/privacy-policy\\\\\\\">Privacy Policy<\\\\\\/a>\\\",\\\"status\\\":\\\"on\\\"}\"', '2024-11-28 17:23:58', '2025-01-07 17:09:51'), (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\\\"}\"', '2024-11-28 18:04:43', '2025-01-07 14:38:25'), (11, 'gdpr_cookieen', '\"{\\\"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'), (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, 'posteren', '\"{\\\"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_usen', '\"{\\\"title\\\":\\\"Connect with Experts and Learn from Anywhere\\\",\\\"highlight_title\\\":null,\\\"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\\\":\\\"Learn from experts anywhere, with 12M+ active users transforming their skills.\\\",\\\"satisfied_user\\\":\\\"30\\\",\\\"satisfied_user_short_des\\\":\\\"Learn from experts anywhere and join the 70% of students who leave satisfied.\\\",\\\"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', '2025-01-01 02:16:43'), (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'), (20, 'mailchimp', '\"{\\\"api_key\\\":null,\\\"list_id\\\":null}\"', '2024-12-31 02:35:57', '2025-01-07 14:38:36'), (21, 'footer_topar', '\"{\\\"one_title\\\":\\\"\\\\u064a\\\\u0639\\\\u062f \\\\u062a\\\\u0635\\\\u0645\\\\u064a\\\\u0645 \\\\u0648\\\\u0627\\\\u062c\\\\u0647\\\\u0629 \\\\u0633\\\\u0647\\\\u0644\\\\u0629 \\\\u0627\\\\u0644\\\\u0627\\\\u0633\\\\u062a\\\\u062e\\\\u062f\\\\u0627\\\\u0645 \\\\u0623\\\\u0645\\\\u0631\\\\u064b\\\\u0627 \\\\u0636\\\\u0631\\\\u0648\\\\u0631\\\\u064a\\\\u064b\\\\u0627 \\\\u0644\\\\u062a\\\\u062d\\\\u0633\\\\u064a\\\\u0646 \\\\u062a\\\\u0641\\\\u0627\\\\u0639\\\\u0644 \\\\u0627\\\\u0644\\\\u0645\\\\u0633\\\\u062a\\\\u062e\\\\u062f\\\\u0645. \\\\u0631\\\\u0643\\\\u0632 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0628\\\\u0633\\\\u0627\\\\u0637\\\\u0629.\\\",\\\"one_status\\\":\\\"on\\\",\\\"one_social_menu\\\":\\\"on\\\",\\\"two_title\\\":\\\"\\\\u064a\\\\u062f\\\\u0639\\\\u0645\\\",\\\"two_menu\\\":\\\"<ul>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">\\\\u062f\\\\u0639\\\\u0645 \\\\u0627\\\\u0644\\\\u0645\\\\u0646\\\\u062a\\\\u062f\\\\u0649<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">\\\\u0627\\\\u0644\\\\u0645\\\\u0633\\\\u0627\\\\u0639\\\\u062f\\\\u0629 \\\\u0648\\\\u0627\\\\u0644\\\\u0623\\\\u0633\\\\u0626\\\\u0644\\\\u0629 \\\\u0627\\\\u0644\\\\u0634\\\\u0627\\\\u0626\\\\u0639\\\\u0629<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/course-bundles\\\\\\\">\\\\u062d\\\\u0632\\\\u0645 \\\\u0627\\\\u0644\\\\u062f\\\\u0648\\\\u0631\\\\u0627\\\\u062a<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">\\\\u0627\\\\u062a\\\\u0635\\\\u0644 \\\\u0628\\\\u0646\\\\u0627 <\\\\\\/a><\\\\\\/li> \\\\r\\\\n <\\\\\\/ul>\\\",\\\"two_status\\\":\\\"on\\\",\\\"three_title\\\":\\\"\\\\u0634\\\\u0631\\\\u0643\\\\u0629\\\",\\\"three_menu\\\":\\\"<ul>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/about-us\\\\\\\">\\\\u0645\\\\u0639\\\\u0644\\\\u0648\\\\u0645\\\\u0627\\\\u062a \\\\u0639\\\\u0646\\\\u0627<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/courses\\\\\\\">\\\\u0627\\\\u0644\\\\u062f\\\\u0648\\\\u0631\\\\u0627\\\\u062a \\\\u0627\\\\u0644\\\\u062a\\\\u062f\\\\u0631\\\\u064a\\\\u0628\\\\u064a\\\\u0629<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">\\\\u0645\\\\u0631\\\\u0643\\\\u0632 \\\\u0627\\\\u0644\\\\u0645\\\\u0633\\\\u0627\\\\u0639\\\\u062f\\\\u0629<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/blogs\\\\\\\">\\\\u0623\\\\u062e\\\\u0628\\\\u0627\\\\u0631<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <\\\\\\/ul>\\\",\\\"three_status\\\":\\\"on\\\",\\\"five_title\\\":\\\"\\\\u0627\\\\u0634\\\\u062a\\\\u0631\\\\u0643 \\\\u0641\\\\u064a \\\\u0627\\\\u0644\\\\u0646\\\\u0634\\\\u0631\\\\u0629 \\\\u0627\\\\u0644\\\\u0625\\\\u062e\\\\u0628\\\\u0627\\\\u0631\\\\u064a\\\\u0629\\\",\\\"five_menu\\\":null,\\\"five_status\\\":\\\"on\\\"}\"', '2025-01-01 09:26:30', '2025-01-01 11:50:33'), (22, 'footer_topbn', '\"{\\\"one_title\\\":\\\"\\\\u09ac\\\\u09cd\\\\u09af\\\\u09ac\\\\u09b9\\\\u09be\\\\u09b0\\\\u0995\\\\u09be\\\\u09b0\\\\u09c0\\\\u09b0 \\\\u09ac\\\\u09cd\\\\u09af\\\\u09b8\\\\u09cd\\\\u09a4\\\\u09a4\\\\u09be \\\\u0989\\\\u09a8\\\\u09cd\\\\u09a8\\\\u09a4 \\\\u0995\\\\u09b0\\\\u09be\\\\u09b0 \\\\u099c\\\\u09a8\\\\u09cd\\\\u09af \\\\u098f\\\\u0995\\\\u099f\\\\u09bf \\\\u09ac\\\\u09cd\\\\u09af\\\\u09ac\\\\u09b9\\\\u09be\\\\u09b0\\\\u0995\\\\u09be\\\\u09b0\\\\u09c0-\\\\u09ac\\\\u09be\\\\u09a8\\\\u09cd\\\\u09a7\\\\u09ac \\\\u0987\\\\u09a8\\\\u09cd\\\\u099f\\\\u09be\\\\u09b0\\\\u09ab\\\\u09c7\\\\u09b8 \\\\u09a1\\\\u09bf\\\\u099c\\\\u09be\\\\u0987\\\\u09a8 \\\\u0995\\\\u09b0\\\\u09be \\\\u0985\\\\u09aa\\\\u09b0\\\\u09bf\\\\u09b9\\\\u09be\\\\u09b0\\\\u09cd\\\\u09af\\\\u0964 \\\\u09b8\\\\u09b0\\\\u09b2\\\\u09a4\\\\u09be\\\\u09b0 \\\\u0989\\\\u09aa\\\\u09b0 \\\\u09ab\\\\u09cb\\\\u0995\\\\u09be\\\\u09b8 \\\\u0995\\\\u09b0\\\\u09c1\\\\u09a8\\\\u0964\\\",\\\"one_status\\\":\\\"on\\\",\\\"one_social_menu\\\":\\\"on\\\",\\\"two_title\\\":\\\"\\\\u09b8\\\\u09ae\\\\u09b0\\\\u09cd\\\\u09a5\\\\u09a8\\\",\\\"two_menu\\\":\\\"<ul>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">\\\\u09ab\\\\u09cb\\\\u09b0\\\\u09be\\\\u09ae \\\\u09b8\\\\u09ae\\\\u09b0\\\\u09cd\\\\u09a5\\\\u09a8<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">\\\\u09b8\\\\u09be\\\\u09b9\\\\u09be\\\\u09af\\\\u09cd\\\\u09af \\\\u098f\\\\u09ac\\\\u0982 FAQ<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/course-bundles\\\\\\\">\\\\u0995\\\\u09cb\\\\u09b0\\\\u09cd\\\\u09b8 \\\\u09ac\\\\u09be\\\\u09a8\\\\u09cd\\\\u09a1\\\\u09bf\\\\u09b2<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">\\\\u09af\\\\u09cb\\\\u0997\\\\u09be\\\\u09af\\\\u09cb\\\\u0997 \\\\u0995\\\\u09b0\\\\u09c1\\\\u09a8<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <\\\\\\/ul>\\\",\\\"two_status\\\":\\\"on\\\",\\\"three_title\\\":\\\"\\\\u0995\\\\u09cb\\\\u09ae\\\\u09cd\\\\u09aa\\\\u09be\\\\u09a8\\\\u09bf\\\",\\\"three_menu\\\":\\\"<ul>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/about-us\\\\\\\">\\\\u0986\\\\u09ae\\\\u09be\\\\u09a6\\\\u09c7\\\\u09b0 \\\\u09b8\\\\u09ae\\\\u09cd\\\\u09aa\\\\u09b0\\\\u09cd\\\\u0995\\\\u09c7<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/courses\\\\\\\">\\\\u0995\\\\u09cb\\\\u09b0\\\\u09cd\\\\u09b8<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">\\\\u09b8\\\\u09b9\\\\u09be\\\\u09af\\\\u09bc\\\\u09a4\\\\u09be \\\\u0995\\\\u09c7\\\\u09a8\\\\u09cd\\\\u09a6\\\\u09cd\\\\u09b0<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/blogs\\\\\\\">\\\\u0996\\\\u09ac\\\\u09b0<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <\\\\\\/ul>\\\",\\\"three_status\\\":\\\"on\\\",\\\"five_title\\\":\\\"\\\\u09a8\\\\u09bf\\\\u0989\\\\u099c\\\\u09b2\\\\u09c7\\\\u099f\\\\u09be\\\\u09b0 \\\\u09b8\\\\u09a6\\\\u09b8\\\\u09cd\\\\u09af\\\\u09a4\\\\u09be\\\",\\\"five_menu\\\":null,\\\"five_status\\\":\\\"on\\\"}\"', '2025-01-01 10:05:40', '2025-01-01 11:51:59'), (23, 'footer_bottomar', '\"{\\\"copy_right\\\":\\\"<p>2024. \\\\u062c\\\\u0645\\\\u064a\\\\u0639 \\\\u0627\\\\u0644\\\\u062d\\\\u0642\\\\u0648\\\\u0642 \\\\u0645\\\\u062d\\\\u0641\\\\u0648\\\\u0638\\\\u0629 <a href=\\\\\\\"https:\\\\\\/\\\\\\/codexshaper.com\\\\\\/\\\\\\\">CodexShaper<\\\\\\/a><\\\\\\/p>\\\",\\\"menu\\\":\\\"<a href=\\\\\\\"\\\\\\/terms-conditions\\\\\\\">\\\\u0627\\\\u0644\\\\u0634\\\\u0631\\\\u0648\\\\u0637 \\\\u0648\\\\u0627\\\\u0644\\\\u0623\\\\u062d\\\\u0643\\\\u0627\\\\u0645<\\\\\\/a> <a href=\\\\\\\"\\\\\\/privacy-policy\\\\\\\">\\\\u0633\\\\u064a\\\\u0627\\\\u0633\\\\u0629 \\\\u0627\\\\u0644\\\\u062e\\\\u0635\\\\u0648\\\\u0635\\\\u064a\\\\u0629<\\\\\\/a>\\\",\\\"status\\\":\\\"on\\\"}\"', '2025-01-01 11:20:33', '2025-01-01 11:50:35'), (24, 'footer_topes', '\"{\\\"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\\\":\\\"apoyo\\\",\\\"two_menu\\\":\\\"<ul>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">Soporte del foro<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">Ayuda y preguntas<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <li><a href=\\\\\\\"course-bundles\\\\\\\">Paquetes de cursos<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">Contacta<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <\\\\\\/ul>\\\",\\\"two_status\\\":\\\"on\\\",\\\"three_title\\\":\\\"compa\\\\u00f1\\\\u00eda\\\",\\\"three_menu\\\":\\\"<ul>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/about-us\\\\\\\">Sobre nosotras<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/courses\\\\\\\">Cursos<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/contact\\\\\\\">Centro de ayuda<\\\\\\/a><\\\\\\/li>\\\\r\\\\n <li><a href=\\\\\\\"\\\\\\/blogs\\\\\\\">Noticias<\\\\\\/a><\\\\\\/li> \\\\r\\\\n <\\\\\\/ul>\\\",\\\"three_status\\\":\\\"on\\\",\\\"five_title\\\":\\\"Suscr\\\\u00edbete al bolet\\\\u00edn informativo\\\",\\\"five_menu\\\":null,\\\"five_status\\\":\\\"on\\\"}\"', '2025-01-01 11:33:12', '2025-01-01 11:34:43'), (25, 'footer_bottomes', '\"{\\\"copy_right\\\":\\\"<p>2024.Todos los derechos reservados por <a href=\\\\\\\"https:\\\\\\/\\\\\\/codexshaper.com\\\\\\/\\\\\\\">CodexShaper<\\\\\\/a><\\\\\\/p>\\\",\\\"menu\\\":\\\"<a href=\\\\\\\"\\\\\\/terms-conditions\\\\\\\">T\\\\u00e9rminos y condiciones<\\\\\\/a>\\\\u00a0<a href=\\\\\\\"\\\\\\/privacy-policy\\\\\\\">pol\\\\u00edtica de privacidad<\\\\\\/a>\\\",\\\"status\\\":\\\"on\\\"}\"', '2025-01-01 11:33:14', '2025-01-01 11:43:41'), (26, 'footer_bottombn', '\"{\\\"copy_right\\\":\\\"<p>2024. \\\\u09b8\\\\u09b0\\\\u09cd\\\\u09ac\\\\u09b8\\\\u09cd\\\\u09ac\\\\u09a4\\\\u09cd\\\\u09ac \\\\u09b8\\\\u0982\\\\u09b0\\\\u0995\\\\u09cd\\\\u09b7\\\\u09bf\\\\u09a4 <a href=\\\\\\\"https:\\\\\\/\\\\\\/codexshaper.com\\\\\\/\\\\\\\">CodexShaper<\\\\\\/a><\\\\\\/p>\\\",\\\"menu\\\":\\\"<a href=\\\\\\\"\\\\\\/terms-conditions\\\\\\\">\\\\u09b6\\\\u09b0\\\\u09cd\\\\u09a4\\\\u09be\\\\u09ac\\\\u09b2\\\\u09c0<\\\\\\/a>\\\\u00a0<a href=\\\\\\\"\\\\\\/privacy-policy\\\\\\\">\\\\u0997\\\\u09cb\\\\u09aa\\\\u09a8\\\\u09c0\\\\u09af\\\\u09bc\\\\u09a4\\\\u09be \\\\u09a8\\\\u09c0\\\\u09a4\\\\u09bf<\\\\\\/a>\\\",\\\"status\\\":\\\"on\\\"}\"', '2025-01-01 11:42:45', '2025-01-01 11:51:59'), (27, 'about_usar', '\"{\\\"title\\\":\\\"\\\\u062a\\\\u0648\\\\u0627\\\\u0635\\\\u0644 \\\\u0645\\\\u0639 \\\\u0627\\\\u0644\\\\u062e\\\\u0628\\\\u0631\\\\u0627\\\\u0621 \\\\u0648\\\\u062a\\\\u0639\\\\u0644\\\\u0645 \\\\u0645\\\\u0646 \\\\u0623\\\\u064a \\\\u0645\\\\u0643\\\\u0627\\\\u0646\\\",\\\"highlight_title\\\":null,\\\"short_description\\\":\\\"\\\\u0646\\\\u062d\\\\u0646 \\\\u0646\\\\u0624\\\\u0645\\\\u0646 \\\\u0628\\\\u0623\\\\u0646 \\\\u0623\\\\u0633\\\\u0627\\\\u0633 \\\\u062a\\\\u0639\\\\u0644\\\\u064a\\\\u0645 \\\\u0627\\\\u0644\\\\u0637\\\\u0641\\\\u0644 \\\\u064a\\\\u062c\\\\u0628 \\\\u0623\\\\u0646 \\\\u064a\\\\u0628\\\\u0646\\\\u0649 \\\\u0639\\\\u0644\\\\u0649 \\\\u0627\\\\u0644\\\\u0625\\\\u0628\\\\u062f\\\\u0627\\\\u0639 \\\\u0648\\\\u0627\\\\u0644\\\\u0641\\\\u0636\\\\u0648\\\\u0644 \\\\u0648\\\\u0627\\\\u0644\\\\u0645\\\\u062a\\\\u0639\\\\u0629. \\\\u0645\\\\u0647\\\\u0645\\\\u062a\\\\u0646\\\\u0627 \\\\u0647\\\\u064a \\\\u062c\\\\u0639\\\\u0644 \\\\u0627\\\\u0644\\\\u062a\\\\u0639\\\\u0644\\\\u0645 \\\\u0641\\\\u064a \\\\u0645\\\\u062a\\\\u0646\\\\u0627\\\\u0648\\\\u0644 \\\\u0627\\\\u0644\\\\u062c\\\\u0645\\\\u064a\\\\u0639 \\\\u0648\\\\u0645\\\\u062b\\\\u064a\\\\u0631\\\\u064b\\\\u0627 \\\\u0648\\\\u0645\\\\u0635\\\\u0645\\\\u0645\\\\u064b\\\\u0627 \\\\u0648\\\\u0641\\\\u0642\\\\u064b\\\\u0627 \\\\u0644\\\\u0633\\\\u0631\\\\u0639\\\\u0629 \\\\u0648\\\\u0623\\\\u0633\\\\u0644\\\\u0648\\\\u0628 \\\\u0643\\\\u0644 \\\\u0637\\\\u0641\\\\u0644 \\\\u0627\\\\u0644\\\\u0641\\\\u0631\\\\u064a\\\\u062f.\\\",\\\"active_user\\\":\\\"60\\\",\\\"active_user_short_des\\\":\\\"\\\\u062a\\\\u0639\\\\u0644\\\\u0645 \\\\u0645\\\\u0646 \\\\u0627\\\\u0644\\\\u062e\\\\u0628\\\\u0631\\\\u0627\\\\u0621 \\\\u0641\\\\u064a \\\\u0623\\\\u064a \\\\u0645\\\\u0643\\\\u0627\\\\u0646\\\\u060c \\\\u0645\\\\u0639 \\\\u0623\\\\u0643\\\\u062b\\\\u0631 \\\\u0645\\\\u0646 12 \\\\u0645\\\\u0644\\\\u064a\\\\u0648\\\\u0646 \\\\u0645\\\\u0633\\\\u062a\\\\u062e\\\\u062f\\\\u0645 \\\\u0646\\\\u0634\\\\u0637 \\\\u064a\\\\u0639\\\\u0645\\\\u0644\\\\u0648\\\\u0646 \\\\u0639\\\\u0644\\\\u0649 \\\\u062a\\\\u062d\\\\u0648\\\\u064a\\\\u0644 \\\\u0645\\\\u0647\\\\u0627\\\\u0631\\\\u0627\\\\u062a\\\\u0647\\\\u0645.\\\",\\\"satisfied_user\\\":\\\"30\\\",\\\"satisfied_user_short_des\\\":\\\"\\\\u062a\\\\u0639\\\\u0644\\\\u0645 \\\\u0645\\\\u0646 \\\\u0627\\\\u0644\\\\u062e\\\\u0628\\\\u0631\\\\u0627\\\\u0621 \\\\u0641\\\\u064a \\\\u0623\\\\u064a \\\\u0645\\\\u0643\\\\u0627\\\\u0646 \\\\u0648\\\\u0627\\\\u0646\\\\u0636\\\\u0645 \\\\u0625\\\\u0644\\\\u0649 70% \\\\u0645\\\\u0646 \\\\u0627\\\\u0644\\\\u0637\\\\u0644\\\\u0627\\\\u0628 \\\\u0627\\\\u0644\\\\u0630\\\\u064a\\\\u0646 \\\\u064a\\\\u063a\\\\u0627\\\\u062f\\\\u0631\\\\u0648\\\\u0646 \\\\u0627\\\\u0644\\\\u0628\\\\u0631\\\\u0646\\\\u0627\\\\u0645\\\\u062c \\\\u0631\\\\u0627\\\\u0636\\\\u064a\\\\u0646.\\\",\\\"add_description\\\":\\\"<li style=\\\\\\\"line-height: 1;\\\\\\\">\\\\u062a\\\\u0645 \\\\u062a\\\\u0635\\\\u0645\\\\u064a\\\\u0645 \\\\u0627\\\\u0644\\\\u0645\\\\u062d\\\\u062a\\\\u0648\\\\u0649 \\\\u0628\\\\u0648\\\\u0627\\\\u0633\\\\u0637\\\\u0629 \\\\u062e\\\\u0628\\\\u0631\\\\u0627\\\\u0621 \\\\u0641\\\\u064a \\\\u0645\\\\u0631\\\\u062d\\\\u0644\\\\u0629 \\\\u0627\\\\u0644\\\\u0637\\\\u0641\\\\u0648\\\\u0644\\\\u0629 \\\\u0627\\\\u0644\\\\u0645\\\\u0628\\\\u0643\\\\u0631\\\\u0629..<\\\\\\/li><li>\\\\u064a\\\\u062a\\\\u0642\\\\u062f\\\\u0645 \\\\u0643\\\\u0644 \\\\u0637\\\\u0641\\\\u0644 \\\\u0648\\\\u0641\\\\u0642\\\\u064b\\\\u0627 \\\\u0644\\\\u0633\\\\u0631\\\\u0639\\\\u062a\\\\u0647 \\\\u0627\\\\u0644\\\\u062e\\\\u0627\\\\u0635\\\\u0629 \\\\u0645\\\\u0646 \\\\u062e\\\\u0644\\\\u0627\\\\u0644 \\\\u0627\\\\u0644\\\\u0623\\\\u0646\\\\u0634\\\\u0637\\\\u0629 \\\\u0627\\\\u0644\\\\u0645\\\\u0635\\\\u0645\\\\u0645\\\\u0629 \\\\u062e\\\\u0635\\\\u064a\\\\u0635\\\\u064b\\\\u0627 \\\\u0644\\\\u0647.<\\\\\\/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\\\"}\"', '2025-01-01 02:03:34', '2025-01-01 02:11:50'), (28, 'about_uses', '\"{\\\"title\\\":\\\"Con\\\\u00e9ctese con expertos y aprenda desde cualquier lugar\\\",\\\"highlight_title\\\":null,\\\"short_description\\\":\\\"Creemos que la base de la educaci\\\\u00f3n de un ni\\\\u00f1o debe ser la creatividad, la curiosidad y la alegr\\\\u00eda. Nuestra misi\\\\u00f3n es hacer que el aprendizaje sea accesible, emocionante y adaptado al ritmo y estilo \\\\u00fanicos de cada ni\\\\u00f1o.\\\",\\\"active_user\\\":\\\"60\\\",\\\"active_user_short_des\\\":\\\"Aprenda de expertos en cualquier lugar, con m\\\\u00e1s de 12 millones de usuarios activos que est\\\\u00e1n transformando sus habilidades.\\\",\\\"satisfied_user\\\":\\\"30\\\",\\\"satisfied_user_short_des\\\":\\\"Aprenda de expertos en cualquier lugar y \\\\u00fanase al 70% de estudiantes que se van satisfechos.\\\",\\\"add_description\\\":\\\"<li>Contenido dise\\\\u00f1ado por expertos en primera infancia.<\\\\\\/li><li>Cada ni\\\\u00f1o progresa a su propio ritmo con actividades personalizadas.<\\\\\\/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\\\"}\"', '2025-01-01 02:14:30', '2025-01-01 02:14:30'), (29, 'about_usbn', '\"{\\\"title\\\":\\\"\\\\u09ac\\\\u09bf\\\\u09b6\\\\u09c7\\\\u09b7\\\\u099c\\\\u09cd\\\\u099e\\\\u09a6\\\\u09c7\\\\u09b0 \\\\u09b8\\\\u09be\\\\u09a5\\\\u09c7 \\\\u09b8\\\\u0982\\\\u09af\\\\u09cb\\\\u0997 \\\\u0995\\\\u09b0\\\\u09c1\\\\u09a8 \\\\u098f\\\\u09ac\\\\u0982 \\\\u09af\\\\u09c7\\\\u0995\\\\u09cb\\\\u09a8\\\\u09cb \\\\u099c\\\\u09be\\\\u09af\\\\u09bc\\\\u0997\\\\u09be \\\\u09a5\\\\u09c7\\\\u0995\\\\u09c7 \\\\u09b6\\\\u09bf\\\\u0996\\\\u09c1\\\\u09a8\\\",\\\"highlight_title\\\":null,\\\"short_description\\\":\\\"\\\\u0986\\\\u09ae\\\\u09b0\\\\u09be \\\\u09ac\\\\u09bf\\\\u09b6\\\\u09cd\\\\u09ac\\\\u09be\\\\u09b8 \\\\u0995\\\\u09b0\\\\u09bf \\\\u09af\\\\u09c7 \\\\u098f\\\\u0995\\\\u099f\\\\u09bf \\\\u09b6\\\\u09bf\\\\u09b6\\\\u09c1\\\\u09b0 \\\\u09b6\\\\u09bf\\\\u0995\\\\u09cd\\\\u09b7\\\\u09be\\\\u09b0 \\\\u09ad\\\\u09bf\\\\u09a4\\\\u09cd\\\\u09a4\\\\u09bf \\\\u09b8\\\\u09c3\\\\u099c\\\\u09a8\\\\u09b6\\\\u09c0\\\\u09b2\\\\u09a4\\\\u09be, \\\\u0995\\\\u09cc\\\\u09a4\\\\u09c2\\\\u09b9\\\\u09b2 \\\\u098f\\\\u09ac\\\\u0982 \\\\u0986\\\\u09a8\\\\u09a8\\\\u09cd\\\\u09a6\\\\u09c7\\\\u09b0 \\\\u0989\\\\u09aa\\\\u09b0 \\\\u09a8\\\\u09bf\\\\u09b0\\\\u09cd\\\\u09ae\\\\u09bf\\\\u09a4 \\\\u09b9\\\\u0993\\\\u09af\\\\u09bc\\\\u09be \\\\u0989\\\\u099a\\\\u09bf\\\\u09a4\\\\u0964 \\\\u0986\\\\u09ae\\\\u09be\\\\u09a6\\\\u09c7\\\\u09b0 \\\\u09b2\\\\u0995\\\\u09cd\\\\u09b7\\\\u09cd\\\\u09af \\\\u09b6\\\\u09bf\\\\u0995\\\\u09cd\\\\u09b7\\\\u09be\\\\u0995\\\\u09c7 \\\\u0985\\\\u09cd\\\\u09af\\\\u09be\\\\u0995\\\\u09cd\\\\u09b8\\\\u09c7\\\\u09b8\\\\u09af\\\\u09cb\\\\u0997\\\\u09cd\\\\u09af, \\\\u0989\\\\u09a4\\\\u09cd\\\\u09a4\\\\u09c7\\\\u099c\\\\u09a8\\\\u09be\\\\u09aa\\\\u09c2\\\\u09b0\\\\u09cd\\\\u09a3 \\\\u098f\\\\u09ac\\\\u0982 \\\\u09aa\\\\u09cd\\\\u09b0\\\\u09a4\\\\u09bf\\\\u099f\\\\u09bf \\\\u09b6\\\\u09bf\\\\u09b6\\\\u09c1\\\\u09b0 \\\\u0985\\\\u09a8\\\\u09a8\\\\u09cd\\\\u09af \\\\u0997\\\\u09a4\\\\u09bf \\\\u098f\\\\u09ac\\\\u0982 \\\\u09b6\\\\u09c8\\\\u09b2\\\\u09c0\\\\u09b0 \\\\u099c\\\\u09a8\\\\u09cd\\\\u09af \\\\u0989\\\\u09aa\\\\u09af\\\\u09cb\\\\u0997\\\\u09c0 \\\\u0995\\\\u09b0\\\\u09be\\\\u0964\\\",\\\"active_user\\\":\\\"60\\\",\\\"active_user_short_des\\\":\\\"12M+ \\\\u09b8\\\\u0995\\\\u09cd\\\\u09b0\\\\u09bf\\\\u09af\\\\u09bc \\\\u09ac\\\\u09cd\\\\u09af\\\\u09ac\\\\u09b9\\\\u09be\\\\u09b0\\\\u0995\\\\u09be\\\\u09b0\\\\u09c0\\\\u09b0\\\\u09be \\\\u09a4\\\\u09be\\\\u09a6\\\\u09c7\\\\u09b0 \\\\u09a6\\\\u0995\\\\u09cd\\\\u09b7\\\\u09a4\\\\u09be \\\\u09aa\\\\u09b0\\\\u09bf\\\\u09ac\\\\u09b0\\\\u09cd\\\\u09a4\\\\u09a8 \\\\u0995\\\\u09b0\\\\u09c7 \\\\u09af\\\\u09c7 \\\\u0995\\\\u09cb\\\\u09a8\\\\u09cb \\\\u099c\\\\u09be\\\\u09af\\\\u09bc\\\\u0997\\\\u09be\\\\u09b0 \\\\u09ac\\\\u09bf\\\\u09b6\\\\u09c7\\\\u09b7\\\\u099c\\\\u09cd\\\\u099e\\\\u09a6\\\\u09c7\\\\u09b0 \\\\u0995\\\\u09be\\\\u099b \\\\u09a5\\\\u09c7\\\\u0995\\\\u09c7 \\\\u09b6\\\\u09bf\\\\u0996\\\\u09c1\\\\u09a8\\\\u0964\\\",\\\"satisfied_user\\\":\\\"30\\\",\\\"satisfied_user_short_des\\\":\\\"\\\\u09af\\\\u09c7 \\\\u0995\\\\u09cb\\\\u09a8\\\\u09cb \\\\u099c\\\\u09be\\\\u09af\\\\u09bc\\\\u0997\\\\u09be\\\\u09b0 \\\\u09ac\\\\u09bf\\\\u09b6\\\\u09c7\\\\u09b7\\\\u099c\\\\u09cd\\\\u099e\\\\u09a6\\\\u09c7\\\\u09b0 \\\\u0995\\\\u09be\\\\u099b \\\\u09a5\\\\u09c7\\\\u0995\\\\u09c7 \\\\u09b6\\\\u09bf\\\\u0996\\\\u09c1\\\\u09a8 \\\\u098f\\\\u09ac\\\\u0982 \\\\u09b8\\\\u09a8\\\\u09cd\\\\u09a4\\\\u09c1\\\\u09b7\\\\u09cd\\\\u099f \\\\u09b9\\\\u0993\\\\u09af\\\\u09bc\\\\u09be 70% \\\\u09b6\\\\u09bf\\\\u0995\\\\u09cd\\\\u09b7\\\\u09be\\\\u09b0\\\\u09cd\\\\u09a5\\\\u09c0\\\\u09b0 \\\\u09b8\\\\u09be\\\\u09a5\\\\u09c7 \\\\u09af\\\\u09cb\\\\u0997 \\\\u09a6\\\\u09bf\\\\u09a8\\\\u0964\\\",\\\"add_description\\\":\\\"<li style=\\\\\\\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.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: ; line-height: 1.4;\\\\\\\">\\\\u09aa\\\\u09cd\\\\u09b0\\\\u09be\\\\u09a5\\\\u09ae\\\\u09bf\\\\u0995 \\\\u09b6\\\\u09c8\\\\u09b6\\\\u09ac \\\\u09ac\\\\u09bf\\\\u09b6\\\\u09c7\\\\u09b7\\\\u099c\\\\u09cd\\\\u099e\\\\u09a6\\\\u09c7\\\\u09b0 \\\\u09a6\\\\u09cd\\\\u09ac\\\\u09be\\\\u09b0\\\\u09be \\\\u09a1\\\\u09bf\\\\u099c\\\\u09be\\\\u0987\\\\u09a8 \\\\u0995\\\\u09b0\\\\u09be \\\\u09b8\\\\u09be\\\\u09ae\\\\u0997\\\\u09cd\\\\u09b0\\\\u09c0\\\\u0964<\\\\\\/li><li style=\\\\\\\"--tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59,130,246,.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: ; line-height: 1.4;\\\\\\\">\\\\u09aa\\\\u09cd\\\\u09b0\\\\u09a4\\\\u09bf\\\\u099f\\\\u09bf \\\\u09b6\\\\u09bf\\\\u09b6\\\\u09c1 \\\\u09a4\\\\u09be\\\\u09a6\\\\u09c7\\\\u09b0 \\\\u09a8\\\\u09bf\\\\u099c\\\\u09b8\\\\u09cd\\\\u09ac \\\\u0997\\\\u09a4\\\\u09bf\\\\u09a4\\\\u09c7 \\\\u09a4\\\\u09c1\\\\u09b2\\\\u09a8\\\\u09c0\\\\u09af\\\\u09bc \\\\u0995\\\\u09be\\\\u09b0\\\\u09cd\\\\u09af\\\\u0995\\\\u09b2\\\\u09be\\\\u09aa\\\\u09c7\\\\u09b0 \\\\u09b8\\\\u09be\\\\u09a5\\\\u09c7 \\\\u098f\\\\u0997\\\\u09bf\\\\u09af\\\\u09bc\\\\u09c7 \\\\u09af\\\\u09be\\\\u09af\\\\u09bc\\\\u0964<\\\\\\/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\\\"}\"', '2025-01-01 02:16:22', '2025-01-01 02:16:22'), (30, 'posterbn', '\"{\\\"poster\\\":{\\\"1\\\":{\\\"title\\\":\\\"\\\\u09b6\\\\u09c7\\\\u0996\\\\u09be\\\\u09a8 \\\\u098f\\\\u09ac\\\\u0982 \\\\u0995\\\\u09cd\\\\u09b7\\\\u09ae\\\\u09a4\\\\u09be\\\\u09af\\\\u09bc\\\\u09a8\\\",\\\"description\\\":\\\"\\\\u098f\\\\u0995\\\\u099c\\\\u09a8 \\\\u09aa\\\\u09cd\\\\u09b0\\\\u09b6\\\\u09bf\\\\u0995\\\\u09cd\\\\u09b7\\\\u0995 \\\\u09b9\\\\u09bf\\\\u09b8\\\\u09be\\\\u09ac\\\\u09c7 \\\\u0986\\\\u09ae\\\\u09be\\\\u09a6\\\\u09c7\\\\u09b0 \\\\u09b8\\\\u09be\\\\u09a5\\\\u09c7 \\\\u09af\\\\u09cb\\\\u0997 \\\\u09a6\\\\u09bf\\\\u09a8 \\\\u098f\\\\u09ac\\\\u0982 \\\\u09aa\\\\u09b0\\\\u09ac\\\\u09b0\\\\u09cd\\\\u09a4\\\\u09c0 \\\\u09aa\\\\u09cd\\\\u09b0\\\\u099c\\\\u09a8\\\\u09cd\\\\u09ae\\\\u09c7\\\\u09b0 \\\\u09b6\\\\u09bf\\\\u0995\\\\u09cd\\\\u09b7\\\\u09be\\\\u09b0\\\\u09cd\\\\u09a5\\\\u09c0\\\\u09a6\\\\u09c7\\\\u09b0 \\\\u0985\\\\u09a8\\\\u09c1\\\\u09aa\\\\u09cd\\\\u09b0\\\\u09be\\\\u09a3\\\\u09bf\\\\u09a4 \\\\u0995\\\\u09b0\\\\u09c1\\\\u09a8\\\\u0964\\\",\\\"button_label\\\":\\\"\\\\u098f\\\\u0996\\\\u09a8\\\\u0987 \\\\u09b6\\\\u09c1\\\\u09b0\\\\u09c1 \\\\u0995\\\\u09b0\\\\u09c1\\\\u09a8\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\",\\\"poster_img\\\":\\\"lms-1QjcSyfRaj.webp\\\"},\\\"0\\\":{\\\"title\\\":\\\"\\\\u09a8\\\\u09bf\\\\u099c\\\\u09c7\\\\u09b0 \\\\u09ae\\\\u09a7\\\\u09cd\\\\u09af\\\\u09c7 \\\\u09ac\\\\u09bf\\\\u09a8\\\\u09bf\\\\u09af\\\\u09bc\\\\u09cb\\\\u0997 \\\\u0995\\\\u09b0\\\\u09c1\\\\u09a8\\\",\\\"description\\\":\\\"\\\\u098f\\\\u0995\\\\u099c\\\\u09a8 \\\\u09b6\\\\u09bf\\\\u0995\\\\u09cd\\\\u09b7\\\\u09be\\\\u09b0\\\\u09cd\\\\u09a5\\\\u09c0 \\\\u09b9\\\\u09af\\\\u09bc\\\\u09c7 \\\\u0989\\\\u09a0\\\\u09c1\\\\u09a8 \\\\u098f\\\\u09ac\\\\u0982 \\\\u0986\\\\u09aa\\\\u09a8\\\\u09be\\\\u09b0 \\\\u09b2\\\\u0995\\\\u09cd\\\\u09b7\\\\u09cd\\\\u09af \\\\u0985\\\\u09b0\\\\u09cd\\\\u099c\\\\u09a8\\\\u09c7 \\\\u09b8\\\\u09b9\\\\u09be\\\\u09af\\\\u09bc\\\\u09a4\\\\u09be \\\\u0995\\\\u09b0\\\\u09be\\\\u09b0 \\\\u099c\\\\u09a8\\\\u09cd\\\\u09af \\\\u09a1\\\\u09bf\\\\u099c\\\\u09be\\\\u0987\\\\u09a8 \\\\u0995\\\\u09b0\\\\u09be \\\\u0985\\\\u09a8\\\\u09c7\\\\u0995 \\\\u0995\\\\u09cb\\\\u09b0\\\\u09cd\\\\u09b8 \\\\u0985\\\\u09cd\\\\u09af\\\\u09be\\\\u0995\\\\u09cd\\\\u09b8\\\\u09c7\\\\u09b8 \\\\u0995\\\\u09b0\\\\u09c1\\\\u09a8\\\\u0964\\\",\\\"button_label\\\":\\\"\\\\u098f\\\\u0996\\\\u09a8 \\\\u09a8\\\\u09a5\\\\u09bf\\\\u09ad\\\\u09c1\\\\u0995\\\\u09cd\\\\u09a4 \\\\u0995\\\\u09b0\\\\u09c1\\\\u09a8\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\",\\\"poster_img\\\":\\\"lms-5yPVN8YjPH.webp\\\"}}}\"', '2025-01-01 02:18:54', '2025-01-01 02:18:54'), (31, 'posterar', '\"{\\\"poster\\\":{\\\"1\\\":{\\\"title\\\":\\\"\\\\u0627\\\\u0644\\\\u062a\\\\u062f\\\\u0631\\\\u064a\\\\u0633 \\\\u0648\\\\u062a\\\\u0645\\\\u0643\\\\u064a\\\\u0646\\\",\\\"description\\\":\\\"\\\\u0627\\\\u0646\\\\u0636\\\\u0645 \\\\u0625\\\\u0644\\\\u064a\\\\u0646\\\\u0627 \\\\u0643\\\\u0645\\\\u062f\\\\u0631\\\\u0633 \\\\u0648\\\\u0623\\\\u0644\\\\u0647\\\\u0645 \\\\u0627\\\\u0644\\\\u062c\\\\u064a\\\\u0644 \\\\u0627\\\\u0644\\\\u0642\\\\u0627\\\\u062f\\\\u0645 \\\\u0645\\\\u0646 \\\\u0627\\\\u0644\\\\u0645\\\\u062a\\\\u0639\\\\u0644\\\\u0645\\\\u064a\\\\u0646.\\\",\\\"button_label\\\":\\\"\\\\u0627\\\\u0628\\\\u062f\\\\u0623 \\\\u0627\\\\u0644\\\\u0622\\\\u0646\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\",\\\"poster_img\\\":\\\"lms-1QjcSyfRaj.webp\\\"},\\\"0\\\":{\\\"title\\\":\\\"\\\\u0627\\\\u0633\\\\u062a\\\\u062b\\\\u0645\\\\u0631 \\\\u0641\\\\u064a \\\\u0646\\\\u0641\\\\u0633\\\\u0643\\\",\\\"description\\\":\\\"\\\\u0643\\\\u0646 \\\\u0637\\\\u0627\\\\u0644\\\\u0628\\\\u064b\\\\u0627 \\\\u0648\\\\u0627\\\\u062d\\\\u0635\\\\u0644 \\\\u0639\\\\u0644\\\\u0649 \\\\u0645\\\\u062c\\\\u0645\\\\u0648\\\\u0639\\\\u0629 \\\\u0643\\\\u0628\\\\u064a\\\\u0631\\\\u0629 \\\\u0645\\\\u0646 \\\\u0627\\\\u0644\\\\u062f\\\\u0648\\\\u0631\\\\u0627\\\\u062a \\\\u0627\\\\u0644\\\\u062a\\\\u062f\\\\u0631\\\\u064a\\\\u0628\\\\u064a\\\\u0629 \\\\u0627\\\\u0644\\\\u0645\\\\u0635\\\\u0645\\\\u0645\\\\u0629 \\\\u0644\\\\u0645\\\\u0633\\\\u0627\\\\u0639\\\\u062f\\\\u062a\\\\u0643 \\\\u0641\\\\u064a \\\\u062a\\\\u062d\\\\u0642\\\\u064a\\\\u0642 \\\\u0623\\\\u0647\\\\u062f\\\\u0627\\\\u0641\\\\u0643.\\\",\\\"button_label\\\":\\\"\\\\u0633\\\\u062c\\\\u0644 \\\\u0627\\\\u0644\\\\u0622\\\\u0646\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\",\\\"poster_img\\\":\\\"lms-5yPVN8YjPH.webp\\\"}}}\"', '2025-01-01 02:20:08', '2025-01-01 02:20:08'), (32, 'posteres', '\"{\\\"poster\\\":{\\\"1\\\":{\\\"title\\\":\\\"Ense\\\\u00f1ar y empoderar\\\",\\\"description\\\":\\\"\\\\u00danase a nosotros como instructor e inspire a la pr\\\\u00f3xima generaci\\\\u00f3n de estudiantes.\\\",\\\"button_label\\\":\\\"Empieza ahora\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\",\\\"poster_img\\\":\\\"lms-1QjcSyfRaj.webp\\\"},\\\"0\\\":{\\\"title\\\":\\\"Invierte en ti mismo\\\",\\\"description\\\":\\\"Convi\\\\u00e9rtete en estudiante y accede a una gran cantidad de cursos dise\\\\u00f1ados para ayudarte a alcanzar tus objetivos.\\\",\\\"button_label\\\":\\\"Inscr\\\\u00edbete ahora\\\",\\\"button_link\\\":\\\"https:\\\\\\/\\\\\\/edulab.codexshaper.com\\\\\\/courses\\\",\\\"poster_img\\\":\\\"lms-5yPVN8YjPH.webp\\\"}}}\"', '2025-01-01 02:21:35', '2025-01-01 02:21:35'); 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', '2025-01-06 22:36:58'), (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', '2025-01-06 21:42:12'); INSERT INTO `ticket_supports` (`id`, `user_id`, `support_category_id`, `ticket_code`, `title`, `priority`, `description`, `type`, `status`, `created_at`, `updated_at`) VALUES (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'); 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', '2025-01-07 14:54:58'), (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', '2025-01-07 14:55:04'), (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', '2025-01-07 14:54:52'); INSERT INTO `themes` (`id`, `uuid`, `name`, `slug`, `type`, `active`, `data`, `created_at`, `updated_at`) VALUES (1, '5b06ffe5-e57a-421e-b697-01050c1cd0e1', 'Default', 'default', 'general', 1, NULL, '2024-11-26 11:05:43', '2025-01-07 06:07:56'), (2, '1e0c81bd-6a98-48ad-8992-406bc7e527a1', 'E-learning Education', 'elearning-education', 'general', 0, NULL, '2024-12-04 14:20:37', '2025-01-07 17:09:02'), (3, '0eed0850-13eb-4da3-9eba-739ce88009a9', 'LMS Education', 'lms-education', 'general', 0, NULL, '2024-12-04 14:20:42', '2025-01-07 17:09:14'), (4, '9a757f46-60dd-4bae-89a3-5644312b9b01', 'Digital Education', 'digital-education', 'general', 0, NULL, '2024-12-04 14:20:45', '2025-01-07 06:07:56'), (5, '62331038-bd7a-405f-87c8-3f19d36c23e4', 'Kindergarten', 'kindergarten', 'general', 0, NULL, '2024-12-04 14:20:49', '2025-01-07 17:04:06'); 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'); 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-StL9xoD8.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', '2025-01-07 16:59:12'), (4, 2, 'Empowering Minds with Endless Learn', NULL, NULL, 'lms-Ej0STb2A.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', '2025-01-07 16:59:24'), (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-NwjbTgRY.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', '2025-01-07 16:28:22'); 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'); INSERT INTO `service_types` (`id`, `title`, `length`, `created_at`, `updated_at`) VALUES (1, 'Course Title', 30, '2025-01-23 04:44:41', '2025-01-23 04:44:41'), (2, 'Course Short Description', 250, '2025-01-23 04:44:41', '2025-01-23 04:44:41'), (3, 'Course Long Description', 500, '2025-01-23 04:44:41', '2025-01-23 04:44:41'), (4, 'Category Title', 30, '2025-01-23 04:44:41', '2025-01-23 04:44:41'), (5, 'Faq Title', 30, '2025-01-23 04:44:41', '2025-01-23 04:44:41'), (6, 'Faq Answer', 350, '2025-01-23 04:44:41', '2025-01-23 04:44:41'), (7, 'Bundle Title', 100, '2025-01-23 04:44:41', '2025-01-23 04:44:41'), (8, 'Bundle Description', 500, '2025-01-23 04:44:41', '2025-01-23 04:44:41'), (9, 'About Us', 600, '2025-01-23 04:44:41', '2025-01-23 04:44:41'), (10, 'Blog Title', 100, '2025-01-23 04:44:41', '2025-01-23 04:44:41'), (11, 'Blog Description', 300, '2025-01-23 04:44:41', '2025-01-23 04:44:41'), (12, 'Course Outcome Title', 150, '2025-01-23 04:44:41', '2025-01-23 04:44:41'), (13, 'Notice Description', 500, '2025-01-23 04:44:41', '2025-01-23 04:44:41'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (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'), (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'), (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'), (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'), (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'), (40, 10, 'Modules\\LMS\\Models\\Testimonial', 'en', '{\"name\":\"efdsa\",\"designation\":\"sdfsadf\",\"rating\":\"5\",\"comments\":\"<p>sadfsdaf<\\/p>\"}', '2025-01-01 00:30:46', '2025-01-01 00:30:46'), (48, 2, 'Modules\\LMS\\Models\\Blog\\Blog', 'ar', '{\"title\":\"\\u0642\\u0648\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0645\\u062f\\u0649 \\u0627\\u0644\\u062d\\u064a\\u0627\\u0629\\u060c \\u0644\\u0627 \\u062a\\u062a\\u0648\\u0642\\u0641 \\u0623\\u0628\\u062f\\u064b\\u0627 \\u0639\\u0646 \\u0627\\u0644\\u0646\\u0645\\u0648\",\"description\":\"\\u0627\\u0643\\u062a\\u0634\\u0641 \\u0646\\u0635\\u0627\\u0626\\u062d \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062d\\u0648\\u0644 \\u0627\\u0644\\u0645\\u0647\\u0646\\u0629 \\u0648\\u0627\\u0633\\u062a\\u0631\\u0627\\u062a\\u064a\\u062c\\u064a\\u0627\\u062a \\u0627\\u0644\\u0646\\u0645\\u0648 \\u0648\\u0631\\u0624\\u0649 \\u0645\\u0646 \\u0642\\u0627\\u062f\\u0629 \\u0627\\u0644\\u0635\\u0646\\u0627\\u0639\\u0629. \\u062a\\u063a\\u0637\\u064a \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0641\\u0626\\u0629 \\u0643\\u0644 \\u0634\\u064a\\u0621 \\u0628\\u062f\\u0621\\u064b\\u0627 \\u0645\\u0646 \\u0627\\u062c\\u062a\\u064a\\u0627\\u0632 \\u0627\\u0644\\u0645\\u0642\\u0627\\u0628\\u0644\\u0627\\u062a \\u0628\\u0646\\u062c\\u0627\\u062d \\u0625\\u0644\\u0649 \\u062a\\u0633\\u0644\\u0642 \\u0627\\u0644\\u0633\\u0644\\u0645 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u064a\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0627\\u0639\\u062f\\u0643 \\u0639\\u0644\\u0649 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0623\\u0647\\u062f\\u0627\\u0641\\u0643 \\u0627\\u0644\\u0645\\u0647\\u0646\\u064a\\u0629 \\u0648\\u0641\\u062a\\u062d \\u0641\\u0631\\u0635 \\u062c\\u062f\\u064a\\u062f\\u0629. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u0645\\u0628\\u062a\\u062f\\u0626\\u064b\\u0627 \\u0623\\u0648 \\u062a\\u062a\\u0637\\u0644\\u0639 \\u0625\\u0644\\u0649 \\u062a\\u063a\\u064a\\u064a\\u0631 \\u0645\\u0633\\u0627\\u0631\\u0643 \\u0627\\u0644\\u0645\\u0647\\u0646\\u064a\\u060c \\u0641\\u0625\\u0646 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0645\\u0648\\u0627\\u0631\\u062f \\u0645\\u0635\\u0645\\u0645\\u0629 \\u062e\\u0635\\u064a\\u0635\\u064b\\u0627 \\u0644\\u062a\\u0639\\u0632\\u064a\\u0632 \\u0631\\u062d\\u0644\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0647\\u0646\\u064a\\u0629.\"}', '2025-01-01 00:51:56', '2025-01-01 00:51:56'), (49, 2, 'Modules\\LMS\\Models\\Blog\\Blog', 'es', '{\"title\":\"El poder del aprendizaje permanente: nunca dejes de crecer\",\"description\":\"Descubra consejos pr\\u00e1cticos para su carrera profesional, estrategias de crecimiento y perspectivas de los l\\u00edderes de la industria. Esta categor\\u00eda cubre todo, desde c\\u00f3mo superar entrevistas con \\u00e9xito hasta c\\u00f3mo ascender en la jerarqu\\u00eda corporativa, y lo ayudar\\u00e1 a alcanzar sus metas profesionales y descubrir nuevas oportunidades. Ya sea que est\\u00e9 comenzando o est\\u00e9 buscando un cambio, estos recursos est\\u00e1n dise\\u00f1ados para mejorar su trayectoria profesional.\"}', '2025-01-01 00:52:46', '2025-01-01 00:52:46'), (50, 2, 'Modules\\LMS\\Models\\Blog\\Blog', 'bn', '{\"title\":\"\\u0986\\u099c\\u09c0\\u09ac\\u09a8 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09b6\\u0995\\u09cd\\u09a4\\u09bf, \\u0995\\u0996\\u09a8\\u0987 \\u09ac\\u09be\\u09a1\\u09bc\\u09a4\\u09c7 \\u09a5\\u09be\\u09ae\\u09ac\\u09c7\\u09a8 \\u09a8\\u09be\",\"description\":\"\\u09b6\\u09bf\\u09b2\\u09cd\\u09aa \\u09a8\\u09c7\\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u0995\\u09be\\u099b \\u09a5\\u09c7\\u0995\\u09c7 \\u0995\\u09b0\\u09cd\\u09ae\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u0995\\u09cd\\u09af\\u09be\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u09b0 \\u09aa\\u09b0\\u09be\\u09ae\\u09b0\\u09cd\\u09b6, \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf\\u09b0 \\u0995\\u09cc\\u09b6\\u09b2 \\u098f\\u09ac\\u0982 \\u0985\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u09a6\\u09c3\\u09b7\\u09cd\\u099f\\u09bf \\u0986\\u09ac\\u09bf\\u09b7\\u09cd\\u0995\\u09be\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u098f\\u0987 \\u09ac\\u09bf\\u09ad\\u09be\\u0997\\u09c7 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09ad\\u09bf\\u0989 \\u09a8\\u09c7\\u0993\\u09af\\u09bc\\u09be \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c7 \\u0995\\u09b0\\u09cd\\u09aa\\u09cb\\u09b0\\u09c7\\u099f \\u09b8\\u09bf\\u0981\\u09a1\\u09bc\\u09bf\\u09a4\\u09c7 \\u0986\\u09b0\\u09cb\\u09b9\\u09a3 \\u0995\\u09b0\\u09be, \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09c7\\u09b6\\u09be\\u09a6\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u0985\\u09b0\\u09cd\\u099c\\u09a8\\u09c7 \\u098f\\u09ac\\u0982 \\u09a8\\u09a4\\u09c1\\u09a8 \\u09b8\\u09c1\\u09af\\u09cb\\u0997\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09a8\\u09b2\\u0995 \\u0995\\u09b0\\u09a4\\u09c7 \\u09b8\\u09be\\u09b9\\u09be\\u09af\\u09cd\\u09af \\u0995\\u09b0\\u09be \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4 \\u09b8\\u09ac\\u0995\\u09bf\\u099b\\u09c1\\u0987 \\u0985\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u09ad\\u09c1\\u0995\\u09cd\\u09a4 \\u09b0\\u09af\\u09bc\\u09c7\\u099b\\u09c7\\u0964 \\u0986\\u09aa\\u09a8\\u09bf \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u099b\\u09c7\\u09a8 \\u09ac\\u09be \\u09aa\\u09bf\\u09ad\\u099f \\u0995\\u09b0\\u09a4\\u09c7 \\u099a\\u09be\\u0987\\u099b\\u09c7\\u09a8 \\u09a8\\u09be \\u0995\\u09c7\\u09a8, \\u098f\\u0987 \\u09b8\\u0982\\u09b8\\u09cd\\u09a5\\u09be\\u09a8\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0995\\u09cd\\u09af\\u09be\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u09b0\\u09c7\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u0995\\u09c7 \\u0989\\u09a8\\u09cd\\u09a8\\u09a4 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7\\u0964\"}', '2025-01-01 00:53:28', '2025-01-01 00:53:28'), (54, 1, 'Modules\\LMS\\Models\\Blog\\Blog', 'bn', '{\"title\":\"2025 \\u09b8\\u09be\\u09b2\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09b8\\u09c7\\u09b0\\u09be \\u0995\\u09cd\\u09af\\u09be\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u09b0\\u09c7\\u09b0 \\u0989\\u09a8\\u09cd\\u09a8\\u09a4\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09b6\\u09c0\\u09b0\\u09cd\\u09b7 10\\u099f\\u09bf \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\",\"description\":\"\\u0995\\u09b0\\u09cd\\u09ae\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u0995\\u09b0\\u09cd\\u09ae\\u099c\\u09c0\\u09ac\\u09a8 \\u09aa\\u09b0\\u09be\\u09ae\\u09b0\\u09cd\\u09b6, \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf\\u09b0 \\u0995\\u09cc\\u09b6\\u09b2 \\u098f\\u09ac\\u0982 \\u09b6\\u09bf\\u09b2\\u09cd\\u09aa \\u09a8\\u09c7\\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u0985\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u09a6\\u09c3\\u09b7\\u09cd\\u099f\\u09bf \\u0995\\u09ad\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u0964 \\u098f\\u0987 \\u09ac\\u09bf\\u09ad\\u09be\\u0997\\u09c7 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09ad\\u09bf\\u0989 \\u09a8\\u09c7\\u0993\\u09af\\u09bc\\u09be \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c7 \\u0995\\u09b0\\u09cd\\u09aa\\u09cb\\u09b0\\u09c7\\u099f \\u09b8\\u09bf\\u0981\\u09a1\\u09bc\\u09bf\\u09a4\\u09c7 \\u0986\\u09b0\\u09cb\\u09b9\\u09a3 \\u0995\\u09b0\\u09be, \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09c7\\u09b6\\u09be\\u09a6\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u0985\\u09b0\\u09cd\\u099c\\u09a8\\u09c7 \\u098f\\u09ac\\u0982 \\u09a8\\u09a4\\u09c1\\u09a8 \\u09b8\\u09c1\\u09af\\u09cb\\u0997\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09a8\\u09b2\\u0995 \\u0995\\u09b0\\u09a4\\u09c7 \\u09b8\\u09be\\u09b9\\u09be\\u09af\\u09cd\\u09af \\u0995\\u09b0\\u09be \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4 \\u09b8\\u09ac\\u0995\\u09bf\\u099b\\u09c1\\u0987 \\u0985\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u09ad\\u09c1\\u0995\\u09cd\\u09a4 \\u09b0\\u09af\\u09bc\\u09c7\\u099b\\u09c7\\u0964\"}', '2025-01-01 00:56:31', '2025-01-01 04:14:20'), (55, 1, 'Modules\\LMS\\Models\\Blog\\Blog', 'es', '{\"title\":\"Los 10 mejores cursos para impulsar tu mejor carrera en 2025\",\"description\":\"Descubra consejos pr\\u00e1cticos para su carrera profesional, estrategias de crecimiento y perspectivas de los l\\u00edderes de la industria. Esta categor\\u00eda cubre todo, desde c\\u00f3mo superar entrevistas con \\u00e9xito hasta c\\u00f3mo ascender en la jerarqu\\u00eda corporativa, y lo ayudar\\u00e1 a alcanzar sus metas profesionales y descubrir nuevas oportunidades. Ya sea que est\\u00e9 comenzando o est\\u00e9 buscando un cambio, estos recursos est\\u00e1n dise\\u00f1ados para mejorar su trayectoria profesional.\"}', '2025-01-01 00:56:55', '2025-01-01 04:14:09'), (56, 1, 'Modules\\LMS\\Models\\Blog\\Blog', 'ar', '{\"title\":\"\\u0623\\u0641\\u0636\\u0644 10 \\u062f\\u0648\\u0631\\u0627\\u062a \\u0644\\u062a\\u0639\\u0632\\u064a\\u0632 \\u062d\\u064a\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0647\\u0646\\u064a\\u0629 \\u0641\\u064a \\u0639\\u0627\\u0645 2025\",\"description\":\"\\u0627\\u0643\\u062a\\u0634\\u0641 \\u0646\\u0635\\u0627\\u0626\\u062d \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062d\\u0648\\u0644 \\u0627\\u0644\\u0645\\u0647\\u0646\\u0629 \\u0648\\u0627\\u0633\\u062a\\u0631\\u0627\\u062a\\u064a\\u062c\\u064a\\u0627\\u062a \\u0627\\u0644\\u0646\\u0645\\u0648 \\u0648\\u0631\\u0624\\u0649 \\u0645\\u0646 \\u0642\\u0627\\u062f\\u0629 \\u0627\\u0644\\u0635\\u0646\\u0627\\u0639\\u0629. \\u062a\\u063a\\u0637\\u064a \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0641\\u0626\\u0629 \\u0643\\u0644 \\u0634\\u064a\\u0621 \\u0628\\u062f\\u0621\\u064b\\u0627 \\u0645\\u0646 \\u0627\\u062c\\u062a\\u064a\\u0627\\u0632 \\u0627\\u0644\\u0645\\u0642\\u0627\\u0628\\u0644\\u0627\\u062a \\u0628\\u0646\\u062c\\u0627\\u062d \\u0625\\u0644\\u0649 \\u062a\\u0633\\u0644\\u0642 \\u0627\\u0644\\u0633\\u0644\\u0645 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u064a\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0627\\u0639\\u062f\\u0643 \\u0639\\u0644\\u0649 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0623\\u0647\\u062f\\u0627\\u0641\\u0643 \\u0627\\u0644\\u0645\\u0647\\u0646\\u064a\\u0629 \\u0648\\u0641\\u062a\\u062d \\u0641\\u0631\\u0635 \\u062c\\u062f\\u064a\\u062f\\u0629. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u0645\\u0628\\u062a\\u062f\\u0626\\u064b\\u0627 \\u0623\\u0648 \\u062a\\u062a\\u0637\\u0644\\u0639 \\u0625\\u0644\\u0649 \\u062a\\u063a\\u064a\\u064a\\u0631 \\u0645\\u0633\\u0627\\u0631\\u0643 \\u0627\\u0644\\u0645\\u0647\\u0646\\u064a\\u060c \\u0641\\u0625\\u0646 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0645\\u0648\\u0627\\u0631\\u062f \\u0645\\u0635\\u0645\\u0645\\u0629 \\u062e\\u0635\\u064a\\u0635\\u064b\\u0627 \\u0644\\u062a\\u0639\\u0632\\u064a\\u0632 \\u0631\\u062d\\u0644\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0647\\u0646\\u064a\\u0629.\"}', '2025-01-01 00:57:19', '2025-01-01 04:13:56'), (57, 4, 'Modules\\LMS\\Models\\Blog\\Blog', 'ar', '{\"title\":\"\\u0643\\u064a\\u0641 \\u062a\\u0624\\u062b\\u0631 \\u0631\\u064a\\u0627\\u0636 \\u0627\\u0644\\u0623\\u0637\\u0641\\u0627\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0625\\u0646\\u062c\\u0627\\u0632\\u0627\\u062a \\u0627\\u0644\\u0645\\u0633\\u062a\\u0642\\u0628\\u0644\\u064a\\u0629\",\"description\":\"\\u064a\\u063a\\u0637\\u064a \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0642\\u0633\\u0645 \\u0646\\u0635\\u0627\\u0626\\u062d \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062d\\u0648\\u0644 \\u0627\\u0644\\u0645\\u0647\\u0646\\u0629\\u060c \\u0648\\u0627\\u0633\\u062a\\u0631\\u0627\\u062a\\u064a\\u062c\\u064a\\u0627\\u062a \\u0627\\u0644\\u0646\\u0645\\u0648\\u060c \\u0648\\u0631\\u0624\\u0649 \\u0645\\u0646 \\u0642\\u0627\\u062f\\u0629 \\u0627\\u0644\\u0635\\u0646\\u0627\\u0639\\u0629. \\u064a\\u063a\\u0637\\u064a \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0642\\u0633\\u0645 \\u0643\\u0644 \\u0634\\u064a\\u0621 \\u0628\\u062f\\u0621\\u064b\\u0627 \\u0645\\u0646 \\u0627\\u062c\\u062a\\u064a\\u0627\\u0632 \\u0627\\u0644\\u0645\\u0642\\u0627\\u0628\\u0644\\u0627\\u062a \\u0628\\u0646\\u062c\\u0627\\u062d \\u0648\\u062d\\u062a\\u0649 \\u062a\\u0633\\u0644\\u0642 \\u0627\\u0644\\u0633\\u0644\\u0645 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u064a\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0627\\u0639\\u062f\\u0643 \\u0639\\u0644\\u0649 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0623\\u0647\\u062f\\u0627\\u0641\\u0643 \\u0627\\u0644\\u0645\\u0647\\u0646\\u064a\\u0629 \\u0648\\u0641\\u062a\\u062d \\u0641\\u0631\\u0635 \\u062c\\u062f\\u064a\\u062f\\u0629.\"}', '2025-01-01 00:58:05', '2025-01-01 00:58:05'), (58, 4, 'Modules\\LMS\\Models\\Blog\\Blog', 'es', '{\"title\":\"C\\u00f3mo el jard\\u00edn de infancia influye en los logros futuros\",\"description\":\"Descubra consejos pr\\u00e1cticos para su carrera profesional, estrategias de crecimiento y perspectivas de los l\\u00edderes de la industria. Esta categor\\u00eda cubre todo, desde c\\u00f3mo superar entrevistas con \\u00e9xito hasta c\\u00f3mo ascender en la jerarqu\\u00eda corporativa, y lo ayudar\\u00e1 a alcanzar sus metas profesionales y descubrir nuevas oportunidades. Ya sea que est\\u00e9 comenzando o est\\u00e9 buscando un cambio, estos recursos est\\u00e1n dise\\u00f1ados para mejorar su trayectoria profesional.\"}', '2025-01-01 00:58:29', '2025-01-01 00:58:29'), (59, 4, 'Modules\\LMS\\Models\\Blog\\Blog', 'bn', '{\"title\":\"\\u0995\\u09bf\\u09ad\\u09be\\u09ac\\u09c7 \\u0995\\u09bf\\u09a8\\u09cd\\u09a1\\u09be\\u09b0\\u0997\\u09be\\u09b0\\u09cd\\u099f\\u09c7\\u09a8 \\u09ad\\u09ac\\u09bf\\u09b7\\u09cd\\u09af\\u09a4 \\u0985\\u09b0\\u09cd\\u099c\\u09a8\\u0995\\u09c7 \\u0986\\u0995\\u09be\\u09b0 \\u09a6\\u09c7\\u09af\\u09bc\",\"description\":\"\\u0995\\u09b0\\u09cd\\u09ae\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u0995\\u09b0\\u09cd\\u09ae\\u099c\\u09c0\\u09ac\\u09a8 \\u09aa\\u09b0\\u09be\\u09ae\\u09b0\\u09cd\\u09b6, \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf\\u09b0 \\u0995\\u09cc\\u09b6\\u09b2 \\u098f\\u09ac\\u0982 \\u09b6\\u09bf\\u09b2\\u09cd\\u09aa \\u09a8\\u09c7\\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u0985\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u09a6\\u09c3\\u09b7\\u09cd\\u099f\\u09bf \\u0995\\u09ad\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u0964 \\u098f\\u0987 \\u09ac\\u09bf\\u09ad\\u09be\\u0997\\u09c7 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09ad\\u09bf\\u0989 \\u09a8\\u09c7\\u0993\\u09af\\u09bc\\u09be \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c7 \\u0995\\u09b0\\u09cd\\u09aa\\u09cb\\u09b0\\u09c7\\u099f \\u09b8\\u09bf\\u0981\\u09a1\\u09bc\\u09bf\\u09a4\\u09c7 \\u0986\\u09b0\\u09cb\\u09b9\\u09a3 \\u0995\\u09b0\\u09be, \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09c7\\u09b6\\u09be\\u09a6\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u0985\\u09b0\\u09cd\\u099c\\u09a8\\u09c7 \\u098f\\u09ac\\u0982 \\u09a8\\u09a4\\u09c1\\u09a8 \\u09b8\\u09c1\\u09af\\u09cb\\u0997\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09a8\\u09b2\\u0995 \\u0995\\u09b0\\u09a4\\u09c7 \\u09b8\\u09be\\u09b9\\u09be\\u09af\\u09cd\\u09af \\u0995\\u09b0\\u09be \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4 \\u09b8\\u09ac\\u0995\\u09bf\\u099b\\u09c1\\u0987 \\u0985\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u09ad\\u09c1\\u0995\\u09cd\\u09a4 \\u09b0\\u09af\\u09bc\\u09c7\\u099b\\u09c7\\u0964\"}', '2025-01-01 00:58:55', '2025-01-01 00:58:55'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (60, 5, 'Modules\\LMS\\Models\\Blog\\Blog', 'ar', '{\"title\":\"\\u0623\\u0647\\u0645\\u064a\\u0629 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0641\\u064a \\u062d\\u064a\\u0627\\u062a\\u0646\\u0627 \\u0627\\u0644\\u064a\\u0648\\u0645\\u064a\\u0629\",\"description\":\"<p>\\u0641\\u064a \\u0639\\u0627\\u0644\\u0645 \\u0627\\u0644\\u064a\\u0648\\u0645\\u060c \\u0623\\u0635\\u0628\\u062d\\u062a \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u062d\\u062c\\u0631 \\u0627\\u0644\\u0632\\u0627\\u0648\\u064a\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0645\\u062c\\u062a\\u0645\\u0639 \\u0627\\u0644\\u062d\\u062f\\u064a\\u062b\\u060c \\u062d\\u064a\\u062b \\u062a\\u0624\\u062b\\u0631 \\u0639\\u0644\\u0649 \\u0643\\u0644 \\u062c\\u0627\\u0646\\u0628 \\u062a\\u0642\\u0631\\u064a\\u0628\\u064b\\u0627 \\u0645\\u0646 \\u062c\\u0648\\u0627\\u0646\\u0628 \\u062d\\u064a\\u0627\\u062a\\u0646\\u0627. \\u0641\\u0645\\u0646 \\u0644\\u062d\\u0638\\u0629 \\u0627\\u0633\\u062a\\u064a\\u0642\\u0627\\u0638\\u0646\\u0627 \\u0639\\u0644\\u0649 \\u0635\\u0648\\u062a \\u0627\\u0644\\u0645\\u0646\\u0628\\u0647 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u0646\\u0633\\u062a\\u062e\\u062f\\u0645\\u0647\\u0627 \\u0637\\u0648\\u0627\\u0644 \\u0627\\u0644\\u064a\\u0648\\u0645\\u060c \\u062a\\u0644\\u0639\\u0628 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u062f\\u0648\\u0631\\u064b\\u0627 \\u0645\\u062d\\u0648\\u0631\\u064a\\u064b\\u0627 \\u0641\\u064a \\u062a\\u0634\\u0643\\u064a\\u0644 \\u062a\\u062c\\u0627\\u0631\\u0628\\u0646\\u0627 \\u0627\\u0644\\u064a\\u0648\\u0645\\u064a\\u0629. \\u0648\\u0644\\u0643\\u0646 \\u0625\\u0644\\u0649 \\u062c\\u0627\\u0646\\u0628 \\u0627\\u0644\\u0631\\u0627\\u062d\\u0629 \\u0641\\u0642\\u0637\\u060c \\u062a\\u0639\\u0645\\u0644 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0639\\u0644\\u0649 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0627\\u0628\\u062a\\u0643\\u0627\\u0631 \\u0648\\u062a\\u0639\\u0632\\u064a\\u0632 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0627\\u062c\\u064a\\u0629 \\u0648\\u062d\\u0644 \\u0628\\u0639\\u0636 \\u0627\\u0644\\u062a\\u062d\\u062f\\u064a\\u0627\\u062a \\u0627\\u0644\\u0623\\u0643\\u062b\\u0631 \\u062a\\u0639\\u0642\\u064a\\u062f\\u064b\\u0627 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0648\\u0627\\u062c\\u0647\\u0647\\u0627 \\u0627\\u0644\\u0628\\u0634\\u0631\\u064a\\u0629.<\\/p><p><br><\\/p><p>\\u0641\\u064a \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0645\\u062f\\u0648\\u0646\\u0629\\u060c \\u0633\\u0646\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0643\\u064a\\u0641 \\u0623\\u0646 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u062d\\u064a\\u0648\\u064a\\u0629 \\u0641\\u064a \\u062d\\u064a\\u0627\\u062a\\u0646\\u0627 \\u0648\\u0644\\u0645\\u0627\\u0630\\u0627 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u0647\\u0645 \\u0623\\u0643\\u062b\\u0631 \\u0645\\u0646 \\u0623\\u064a \\u0648\\u0642\\u062a \\u0645\\u0636\\u0649 \\u0627\\u063a\\u062a\\u0646\\u0627\\u0645 \\u0642\\u0648\\u062a\\u0647\\u0627.<\\/p><p><br><\\/p><p>1. \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u062a\\u062f\\u0639\\u0645 \\u0623\\u0646\\u0634\\u0637\\u062a\\u0646\\u0627 \\u0627\\u0644\\u064a\\u0648\\u0645\\u064a\\u0629<\\/p><p>\\u0645\\u0646 \\u0627\\u0644\\u0647\\u0648\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0646\\u0627\\u0632\\u0644 \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629\\u060c \\u064a\\u062a\\u0645 \\u062a\\u0636\\u0645\\u064a\\u0646 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0623\\u062c\\u0647\\u0632\\u0629 \\u0627\\u0644\\u062a\\u064a \\u0646\\u0633\\u062a\\u062e\\u062f\\u0645\\u0647\\u0627 \\u0643\\u0644 \\u064a\\u0648\\u0645. \\u0648\\u0625\\u0644\\u064a\\u0643 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\\u0629:<\\/p><p><br><\\/p><p>\\u0627\\u0644\\u0647\\u0648\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629 \\u0648\\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a: \\u064a\\u062a\\u0645 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0643\\u0644 \\u062a\\u0637\\u0628\\u064a\\u0642 \\u0639\\u0644\\u0649 \\u0647\\u0627\\u062a\\u0641\\u0643\\u060c \\u0633\\u0648\\u0627\\u0621 \\u0644\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0623\\u0648 \\u0627\\u0644\\u0645\\u0644\\u0627\\u062d\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0631\\u0641\\u064a\\u0647\\u060c \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u0627\\u062a \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u064a\\u0629.<\\/p><p><br><\\/p><p>\\u062a\\u0635\\u0641\\u062d \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a: \\u062a\\u0639\\u062a\\u0645\\u062f \\u0645\\u062d\\u0631\\u0643\\u0627\\u062a \\u0627\\u0644\\u0628\\u062d\\u062b \\u0648\\u0645\\u0646\\u0635\\u0627\\u062a \\u0627\\u0644\\u0648\\u0633\\u0627\\u0626\\u0637 \\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u064a\\u0629 \\u0648\\u0645\\u0648\\u0627\\u0642\\u0639 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0639\\u0644\\u0649 \\u062e\\u0648\\u0627\\u0631\\u0632\\u0645\\u064a\\u0627\\u062a \\u0645\\u062a\\u0637\\u0648\\u0631\\u0629 \\u0644\\u062a\\u0648\\u0641\\u064a\\u0631 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u0633\\u0644\\u0633\\u0629.<\\/p><p><br><\\/p><p>\\u0627\\u0644\\u0623\\u062a\\u0645\\u062a\\u0629 \\u0627\\u0644\\u0645\\u0646\\u0632\\u0644\\u064a\\u0629: \\u062a\\u0639\\u0645\\u0644 \\u0627\\u0644\\u062a\\u0631\\u0645\\u0648\\u0633\\u062a\\u0627\\u062a \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0623\\u0636\\u0648\\u0627\\u0621 \\u0648\\u0623\\u0646\\u0638\\u0645\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0646 \\u0628\\u0648\\u0627\\u0633\\u0637\\u0629 \\u0628\\u0631\\u0627\\u0645\\u062c \\u064a\\u0645\\u0643\\u0646 \\u0627\\u0644\\u062a\\u062d\\u0643\\u0645 \\u0641\\u064a\\u0647\\u0627 \\u0639\\u0646 \\u0628\\u064f\\u0639\\u062f\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0639\\u0632\\u0632 \\u0627\\u0644\\u0631\\u0627\\u062d\\u0629 \\u0648\\u0627\\u0644\\u0623\\u0645\\u0627\\u0646.<\\/p><p><br><\\/p><p>2. \\u0625\\u062d\\u062f\\u0627\\u062b \\u062b\\u0648\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0635\\u0646\\u0627\\u0639\\u0627\\u062a<\\/p><p>\\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0647\\u064a \\u0627\\u0644\\u0639\\u0645\\u0648\\u062f \\u0627\\u0644\\u0641\\u0642\\u0631\\u064a \\u0644\\u0644\\u0639\\u062f\\u064a\\u062f \\u0645\\u0646 \\u0627\\u0644\\u0635\\u0646\\u0627\\u0639\\u0627\\u062a\\u060c \\u0641\\u0647\\u064a \\u062a\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0643\\u0641\\u0627\\u0621\\u0629 \\u0648\\u0627\\u0644\\u0627\\u0628\\u062a\\u0643\\u0627\\u0631 \\u0648\\u0627\\u0644\\u0646\\u0645\\u0648:<\\/p><p><br><\\/p><p>\\u0623. \\u0627\\u0644\\u0631\\u0639\\u0627\\u064a\\u0629 \\u0627\\u0644\\u0635\\u062d\\u064a\\u0629<\\/p><p>\\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u064a\\u0627\\u062a \\u0627\\u0644\\u0637\\u0628\\u064a\\u0629: \\u0645\\u0646 \\u0623\\u0646\\u0638\\u0645\\u0629 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0634\\u0641\\u064a\\u0627\\u062a \\u0625\\u0644\\u0649 \\u0623\\u062f\\u0648\\u0627\\u062a \\u0627\\u0644\\u062a\\u0634\\u062e\\u064a\\u0635\\u060c \\u062a\\u0633\\u0627\\u0639\\u062f \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0641\\u064a \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u0636\\u0649 \\u0648\\u062a\\u0634\\u062e\\u064a\\u0635 \\u0627\\u0644\\u0623\\u0645\\u0631\\u0627\\u0636.<\\/p><p><br><\\/p><p>\\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0627\\u0644\\u0642\\u0627\\u0628\\u0644\\u0629 \\u0644\\u0644\\u0627\\u0631\\u062a\\u062f\\u0627\\u0621: \\u062a\\u0639\\u0645\\u0644 \\u0627\\u0644\\u0623\\u062c\\u0647\\u0632\\u0629 \\u0645\\u062b\\u0644 \\u0623\\u062c\\u0647\\u0632\\u0629 \\u062a\\u062a\\u0628\\u0639 \\u0627\\u0644\\u0644\\u064a\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0628\\u062f\\u0646\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0633\\u0627\\u0639\\u0627\\u062a \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629 \\u0639\\u0644\\u0649 \\u0645\\u0631\\u0627\\u0642\\u0628\\u0629 \\u0645\\u0642\\u0627\\u064a\\u064a\\u0633 \\u0627\\u0644\\u0635\\u062d\\u0629\\u060c \\u0648\\u062a\\u0639\\u0632\\u064a\\u0632 \\u0623\\u0646\\u0645\\u0627\\u0637 \\u0627\\u0644\\u062d\\u064a\\u0627\\u0629 \\u0627\\u0644\\u0635\\u062d\\u064a\\u0629.<\\/p><p><br><\\/p><p>\\u0627\\u0644\\u0637\\u0628 \\u0639\\u0646 \\u0628\\u0639\\u062f: \\u0623\\u0635\\u0628\\u062d\\u062a \\u0627\\u0644\\u0627\\u0633\\u062a\\u0634\\u0627\\u0631\\u0627\\u062a \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0648\\u0627\\u0644\\u0645\\u0631\\u0627\\u0642\\u0628\\u0629 \\u0639\\u0646 \\u0628\\u0639\\u062f \\u0645\\u0645\\u0643\\u0646\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629.<\\/p><p><br><\\/p><p>\\u0628. \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645<\\/p><p>\\u0645\\u0646\\u0635\\u0627\\u062a \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a: \\u062a\\u062c\\u0639\\u0644 \\u0623\\u062f\\u0648\\u0627\\u062a \\u0645\\u062b\\u0644 \\u0623\\u0643\\u0627\\u062f\\u064a\\u0645\\u064a\\u0629 \\u062e\\u0627\\u0646 \\u0648\\u0643\\u0648\\u0631\\u0633\\u064a\\u0631\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0641\\u064a \\u0645\\u062a\\u0646\\u0627\\u0648\\u0644 \\u0627\\u0644\\u0645\\u0644\\u0627\\u064a\\u064a\\u0646 \\u0641\\u064a \\u062c\\u0645\\u064a\\u0639 \\u0623\\u0646\\u062d\\u0627\\u0621 \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645.<\\/p><p><br><\\/p><p>\\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a: \\u062a\\u062d\\u0644\\u0644 \\u0627\\u0644\\u062e\\u0648\\u0627\\u0631\\u0632\\u0645\\u064a\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u062a\\u0639\\u0645\\u0644 \\u0628\\u0627\\u0644\\u0630\\u0643\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0635\\u0637\\u0646\\u0627\\u0639\\u064a \\u0623\\u062f\\u0627\\u0621 \\u0627\\u0644\\u0637\\u0644\\u0627\\u0628 \\u0648\\u062a\\u062e\\u0635\\u064a\\u0635 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645.<\\/p><p><br><\\/p><p>\\u062c. \\u0627\\u0644\\u062a\\u0645\\u0648\\u064a\\u0644<\\/p><p>\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629: \\u062a\\u0639\\u062a\\u0645\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0648\\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0627\\u0644\\u0642\\u0648\\u064a\\u0629.<\\/p><p><br><\\/p><p>\\u062a\\u062d\\u0644\\u064a\\u0644 \\u0633\\u0648\\u0642 \\u0627\\u0644\\u0623\\u0648\\u0631\\u0627\\u0642 \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629: \\u062a\\u062d\\u0644\\u0644 \\u0627\\u0644\\u062e\\u0648\\u0627\\u0631\\u0632\\u0645\\u064a\\u0627\\u062a \\u0627\\u062a\\u062c\\u0627\\u0647\\u0627\\u062a \\u0627\\u0644\\u0633\\u0648\\u0642\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0627\\u0639\\u062f \\u0627\\u0644\\u0645\\u0633\\u062a\\u062b\\u0645\\u0631\\u064a\\u0646 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u062e\\u0627\\u0630 \\u0642\\u0631\\u0627\\u0631\\u0627\\u062a \\u0645\\u0633\\u062a\\u0646\\u064a\\u0631\\u0629.<\\/p><p><br><\\/p><p>\\u062f. \\u0627\\u0644\\u0646\\u0642\\u0644<\\/p><p>\\u0623\\u0646\\u0638\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0644\\u0627\\u062d\\u0629: \\u062a\\u0633\\u062a\\u062e\\u062f\\u0645 \\u062a\\u0642\\u0646\\u064a\\u0629 \\u0646\\u0638\\u0627\\u0645 \\u062a\\u062d\\u062f\\u064a\\u062f \\u0627\\u0644\\u0645\\u0648\\u0627\\u0642\\u0639 \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645\\u064a \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0644\\u062a\\u0648\\u0641\\u064a\\u0631 \\u062a\\u062d\\u062f\\u064a\\u062b\\u0627\\u062a \\u062d\\u0631\\u0643\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a \\u0648\\u0627\\u0644\\u0637\\u0631\\u0642 \\u0627\\u0644\\u0645\\u062d\\u0633\\u0646\\u0629.<\\/p><p>\\u0627\\u0644\\u0645\\u0631\\u0643\\u0628\\u0627\\u062a \\u0630\\u0627\\u062a\\u064a\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629: \\u062a\\u0639\\u062f \\u0627\\u0644\\u0633\\u064a\\u0627\\u0631\\u0627\\u062a \\u0630\\u0627\\u062a\\u064a\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629 \\u0645\\u0646 \\u0639\\u062c\\u0627\\u0626\\u0628 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629\\u060c \\u062d\\u064a\\u062b \\u062a\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0623\\u062c\\u0647\\u0632\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0634\\u0639\\u0627\\u0631 \\u0648\\u0627\\u0644\\u0630\\u0643\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0635\\u0637\\u0646\\u0627\\u0639\\u064a \\u0644\\u0644\\u062a\\u0646\\u0642\\u0644 \\u0628\\u0623\\u0645\\u0627\\u0646.<\\/p><p><br><\\/p><p>3. \\u062a\\u0639\\u0632\\u064a\\u0632 \\u0627\\u0644\\u0627\\u062a\\u0635\\u0627\\u0644 \\u0648\\u0627\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644<\\/p><p>\\u0644\\u0642\\u062f \\u063a\\u064a\\u0631\\u062a \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062a\\u064a \\u0646\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0628\\u0647\\u0627 \\u0645\\u0639 \\u0627\\u0644\\u0622\\u062e\\u0631\\u064a\\u0646:<\\/p><p><br><\\/p><p>\\u0645\\u0646\\u0635\\u0627\\u062a \\u0627\\u0644\\u0648\\u0633\\u0627\\u0626\\u0637 \\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u064a\\u0629: \\u062a\\u062a\\u064a\\u062d \\u0645\\u0646\\u0635\\u0627\\u062a \\u0645\\u062b\\u0644 Facebook \\u0648Twitter \\u0648Instagram \\u0627\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0627\\u0644\\u0641\\u0648\\u0631\\u064a \\u0648\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0627\\u0644\\u0645\\u062d\\u062a\\u0648\\u0649.<\\/p><p><br><\\/p><p>\\u0645\\u0624\\u062a\\u0645\\u0631\\u0627\\u062a \\u0627\\u0644\\u0641\\u064a\\u062f\\u064a\\u0648: \\u0623\\u0635\\u0628\\u062d\\u062a \\u0623\\u062f\\u0648\\u0627\\u062a \\u0645\\u062b\\u0644 Zoom \\u0648Microsoft Teams \\u0636\\u0631\\u0648\\u0631\\u064a\\u0629 \\u0644\\u0644\\u0639\\u0645\\u0644 \\u0639\\u0646 \\u0628\\u064f\\u0639\\u062f \\u0648\\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u0627\\u062a \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629.<\\/p><p><br><\\/p><p>\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u0627\\u0633\\u0644\\u0629: \\u062a\\u0636\\u0645\\u0646 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0645\\u062b\\u0644 WhatsApp \\u0648Signal \\u0627\\u0644\\u0627\\u062a\\u0635\\u0627\\u0644 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639 \\u0648\\u0627\\u0644\\u0622\\u0645\\u0646.<\\/p><p><br><\\/p><p>\\u0623\\u0647\\u0645\\u064a\\u0629 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0641\\u064a \\u062d\\u064a\\u0627\\u062a\\u0646\\u0627 \\u0627\\u0644\\u064a\\u0648\\u0645\\u064a\\u0629<\\/p><p>\\u0641\\u064a \\u0639\\u0627\\u0644\\u0645 \\u0627\\u0644\\u064a\\u0648\\u0645\\u060c \\u0623\\u0635\\u0628\\u062d\\u062a \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u062d\\u062c\\u0631 \\u0627\\u0644\\u0632\\u0627\\u0648\\u064a\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0645\\u062c\\u062a\\u0645\\u0639 \\u0627\\u0644\\u062d\\u062f\\u064a\\u062b\\u060c \\u062d\\u064a\\u062b \\u062a\\u0624\\u062b\\u0631 \\u0639\\u0644\\u0649 \\u0643\\u0644 \\u062c\\u0627\\u0646\\u0628 \\u062a\\u0642\\u0631\\u064a\\u0628\\u064b\\u0627 \\u0645\\u0646 \\u062c\\u0648\\u0627\\u0646\\u0628 \\u062d\\u064a\\u0627\\u062a\\u0646\\u0627. \\u0645\\u0646 \\u0644\\u062d\\u0638\\u0629 \\u0627\\u0633\\u062a\\u064a\\u0642\\u0627\\u0638\\u0646\\u0627 \\u0639\\u0644\\u0649 \\u0635\\u0648\\u062a \\u0627\\u0644\\u0645\\u0646\\u0628\\u0647 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u0646\\u0633\\u062a\\u062e\\u062f\\u0645\\u0647\\u0627 \\u0637\\u0648\\u0627\\u0644 \\u0627\\u0644\\u064a\\u0648\\u0645\\u060c \\u062a\\u0644\\u0639\\u0628 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u062f\\u0648\\u0631\\u064b\\u0627 \\u0645\\u062d\\u0648\\u0631\\u064a\\u064b\\u0627 \\u0641\\u064a \\u062a\\u0634\\u0643\\u064a\\u0644 \\u062a\\u062c\\u0627\\u0631\\u0628\\u0646\\u0627 \\u0627\\u0644\\u064a\\u0648\\u0645\\u064a\\u0629. \\u0648\\u0644\\u0643\\u0646 \\u0625\\u0644\\u0649 \\u062c\\u0627\\u0646\\u0628 \\u0627\\u0644\\u0631\\u0627\\u062d\\u0629 \\u0641\\u0642\\u0637\\u060c \\u062a\\u0639\\u0645\\u0644 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0639\\u0644\\u0649 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0627\\u0628\\u062a\\u0643\\u0627\\u0631 \\u0648\\u062a\\u0639\\u0632\\u064a\\u0632 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0627\\u062c\\u064a\\u0629 \\u0648\\u062d\\u0644 \\u0628\\u0639\\u0636 \\u0627\\u0644\\u062a\\u062d\\u062f\\u064a\\u0627\\u062a \\u0627\\u0644\\u0623\\u0643\\u062b\\u0631 \\u062a\\u0639\\u0642\\u064a\\u062f\\u064b\\u0627 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0648\\u0627\\u062c\\u0647\\u0647\\u0627 \\u0627\\u0644\\u0628\\u0634\\u0631\\u064a\\u0629.<\\/p><p><br><\\/p><p>\\u0641\\u064a \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0645\\u062f\\u0648\\u0646\\u0629\\u060c \\u0633\\u0646\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0643\\u064a\\u0641 \\u0623\\u0646 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u062d\\u064a\\u0648\\u064a\\u0629 \\u0641\\u064a \\u062d\\u064a\\u0627\\u062a\\u0646\\u0627 \\u0648\\u0644\\u0645\\u0627\\u0630\\u0627 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u0647\\u0645 \\u0623\\u0643\\u062b\\u0631 \\u0645\\u0646 \\u0623\\u064a \\u0648\\u0642\\u062a \\u0645\\u0636\\u0649 \\u0627\\u063a\\u062a\\u0646\\u0627\\u0645 \\u0642\\u0648\\u062a\\u0647\\u0627.<\\/p><p><br><\\/p><p>1. \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u062a\\u062f\\u0639\\u0645 \\u0623\\u0646\\u0634\\u0637\\u062a\\u0646\\u0627 \\u0627\\u0644\\u064a\\u0648\\u0645\\u064a\\u0629<\\/p><p>\\u0645\\u0646 \\u0627\\u0644\\u0647\\u0648\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0646\\u0627\\u0632\\u0644 \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629\\u060c \\u064a\\u062a\\u0645 \\u062a\\u0636\\u0645\\u064a\\u0646 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0623\\u062c\\u0647\\u0632\\u0629 \\u0627\\u0644\\u062a\\u064a \\u0646\\u0633\\u062a\\u062e\\u062f\\u0645\\u0647\\u0627 \\u0643\\u0644 \\u064a\\u0648\\u0645. \\u0648\\u0625\\u0644\\u064a\\u0643 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\\u0629:<\\/p><p><br><\\/p><p>\\u0627\\u0644\\u0647\\u0648\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629 \\u0648\\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a: \\u064a\\u062a\\u0645 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0643\\u0644 \\u062a\\u0637\\u0628\\u064a\\u0642 \\u0639\\u0644\\u0649 \\u0647\\u0627\\u062a\\u0641\\u0643\\u060c \\u0633\\u0648\\u0627\\u0621 \\u0644\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0623\\u0648 \\u0627\\u0644\\u0645\\u0644\\u0627\\u062d\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0631\\u0641\\u064a\\u0647\\u060c \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u0627\\u062a \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u064a\\u0629.<\\/p><p>\\u062a\\u0635\\u0641\\u062d \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a: \\u062a\\u0639\\u062a\\u0645\\u062f \\u0645\\u062d\\u0631\\u0643\\u0627\\u062a \\u0627\\u0644\\u0628\\u062d\\u062b \\u0648\\u0645\\u0646\\u0635\\u0627\\u062a \\u0627\\u0644\\u0648\\u0633\\u0627\\u0626\\u0637 \\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u064a\\u0629 \\u0648\\u0645\\u0648\\u0627\\u0642\\u0639 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0639\\u0644\\u0649 \\u062e\\u0648\\u0627\\u0631\\u0632\\u0645\\u064a\\u0627\\u062a \\u0645\\u062a\\u0637\\u0648\\u0631\\u0629 \\u0644\\u062a\\u0648\\u0641\\u064a\\u0631 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u0633\\u0644\\u0633\\u0629.<\\/p><p>\\u0623\\u062a\\u0645\\u062a\\u0629 \\u0627\\u0644\\u0645\\u0646\\u0632\\u0644: \\u064a\\u062a\\u0645 \\u062a\\u0634\\u063a\\u064a\\u0644 \\u0627\\u0644\\u062a\\u0631\\u0645\\u0648\\u0633\\u062a\\u0627\\u062a \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0623\\u0636\\u0648\\u0627\\u0621 \\u0648\\u0623\\u0646\\u0638\\u0645\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0646 \\u0628\\u0648\\u0627\\u0633\\u0637\\u0629 \\u0628\\u0631\\u0627\\u0645\\u062c \\u064a\\u0645\\u0643\\u0646 \\u0627\\u0644\\u062a\\u062d\\u0643\\u0645 \\u0641\\u064a\\u0647\\u0627 \\u0639\\u0646 \\u0628\\u064f\\u0639\\u062f\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0639\\u0632\\u0632 \\u0627\\u0644\\u0631\\u0627\\u062d\\u0629 \\u0648\\u0627\\u0644\\u0623\\u0645\\u0627\\u0646.<\\/p><p>2. \\u0625\\u062d\\u062f\\u0627\\u062b \\u062b\\u0648\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0635\\u0646\\u0627\\u0639\\u0627\\u062a<\\/p><p>\\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0647\\u064a \\u0627\\u0644\\u0639\\u0645\\u0648\\u062f \\u0627\\u0644\\u0641\\u0642\\u0631\\u064a \\u0644\\u0644\\u0639\\u062f\\u064a\\u062f \\u0645\\u0646 \\u0627\\u0644\\u0635\\u0646\\u0627\\u0639\\u0627\\u062a\\u060c \\u062d\\u064a\\u062b \\u062a\\u0639\\u0645\\u0644 \\u0639\\u0644\\u0649 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0643\\u0641\\u0627\\u0621\\u0629 \\u0648\\u0627\\u0644\\u0627\\u0628\\u062a\\u0643\\u0627\\u0631 \\u0648\\u0627\\u0644\\u0646\\u0645\\u0648:<\\/p><p><br><\\/p><p>\\u0623. \\u0627\\u0644\\u0631\\u0639\\u0627\\u064a\\u0629 \\u0627\\u0644\\u0635\\u062d\\u064a\\u0629<\\/p><p>\\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u064a\\u0627\\u062a \\u0627\\u0644\\u0637\\u0628\\u064a\\u0629: \\u0645\\u0646 \\u0623\\u0646\\u0638\\u0645\\u0629 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0634\\u0641\\u064a\\u0627\\u062a \\u0625\\u0644\\u0649 \\u0623\\u062f\\u0648\\u0627\\u062a \\u0627\\u0644\\u062a\\u0634\\u062e\\u064a\\u0635\\u060c \\u062a\\u0633\\u0627\\u0639\\u062f \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0641\\u064a \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u0636\\u0649 \\u0648\\u062a\\u0634\\u062e\\u064a\\u0635 \\u0627\\u0644\\u0623\\u0645\\u0631\\u0627\\u0636.<\\/p><p><br><\\/p><p>\\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0627\\u0644\\u0642\\u0627\\u0628\\u0644\\u0629 \\u0644\\u0644\\u0627\\u0631\\u062a\\u062f\\u0627\\u0621: \\u062a\\u0631\\u0627\\u0642\\u0628 \\u0627\\u0644\\u0623\\u062c\\u0647\\u0632\\u0629 \\u0645\\u062b\\u0644 \\u0623\\u062c\\u0647\\u0632\\u0629 \\u062a\\u062a\\u0628\\u0639 \\u0627\\u0644\\u0644\\u064a\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0628\\u062f\\u0646\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0633\\u0627\\u0639\\u0627\\u062a \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629 \\u0645\\u0642\\u0627\\u064a\\u064a\\u0633 \\u0627\\u0644\\u0635\\u062d\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0639\\u0632\\u0632 \\u0623\\u0646\\u0645\\u0627\\u0637 \\u0627\\u0644\\u062d\\u064a\\u0627\\u0629 \\u0627\\u0644\\u0635\\u062d\\u064a\\u0629.<\\/p><p>\\u0627\\u0644\\u0637\\u0628 \\u0639\\u0646 \\u0628\\u0639\\u062f: \\u0623\\u0635\\u0628\\u062d\\u062a \\u0627\\u0644\\u0627\\u0633\\u062a\\u0634\\u0627\\u0631\\u0627\\u062a \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0648\\u0627\\u0644\\u0645\\u0631\\u0627\\u0642\\u0628\\u0629 \\u0639\\u0646 \\u0628\\u0639\\u062f \\u0645\\u0645\\u0643\\u0646\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629.<\\/p><p>\\u0628. \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645<\\/p><p>\\u0645\\u0646\\u0635\\u0627\\u062a \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a: \\u0623\\u062f\\u0648\\u0627\\u062a \\u0645\\u062b\\u0644 \\u0623\\u0643\\u0627\\u062f\\u064a\\u0645\\u064a\\u0629 \\u062e\\u0627\\u0646 \\u0648\\u0643\\u0648\\u0631\\u0633\\u064a\\u0631\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062a\\u062c\\u0639\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0641\\u064a \\u0645\\u062a\\u0646\\u0627\\u0648\\u0644 \\u0627\\u0644\\u0645\\u0644\\u0627\\u064a\\u064a\\u0646 \\u0641\\u064a \\u062c\\u0645\\u064a\\u0639 \\u0623\\u0646\\u062d\\u0627\\u0621 \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645.<\\/p><p>\\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a: \\u062a\\u062d\\u0644\\u0644 \\u0627\\u0644\\u062e\\u0648\\u0627\\u0631\\u0632\\u0645\\u064a\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u062a\\u0639\\u0645\\u0644 \\u0628\\u0627\\u0644\\u0630\\u0643\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0635\\u0637\\u0646\\u0627\\u0639\\u064a \\u0623\\u062f\\u0627\\u0621 \\u0627\\u0644\\u0637\\u0644\\u0627\\u0628 \\u0648\\u062a\\u062e\\u0635\\u064a\\u0635 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645.<\\/p><p>\\u062c. \\u0627\\u0644\\u062a\\u0645\\u0648\\u064a\\u0644<\\/p><p>\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629: \\u062a\\u0639\\u062a\\u0645\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0648\\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0627\\u0644\\u0642\\u0648\\u064a\\u0629.<\\/p><p>\\u062a\\u062d\\u0644\\u064a\\u0644 \\u0633\\u0648\\u0642 \\u0627\\u0644\\u0623\\u0648\\u0631\\u0627\\u0642 \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629: \\u062a\\u062d\\u0644\\u0644 \\u0627\\u0644\\u062e\\u0648\\u0627\\u0631\\u0632\\u0645\\u064a\\u0627\\u062a \\u0627\\u062a\\u062c\\u0627\\u0647\\u0627\\u062a \\u0627\\u0644\\u0633\\u0648\\u0642\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0627\\u0639\\u062f \\u0627\\u0644\\u0645\\u0633\\u062a\\u062b\\u0645\\u0631\\u064a\\u0646 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u062e\\u0627\\u0630 \\u0642\\u0631\\u0627\\u0631\\u0627\\u062a \\u0645\\u0633\\u062a\\u0646\\u064a\\u0631\\u0629.<\\/p><p>\\u062f. \\u0627\\u0644\\u0646\\u0642\\u0644<\\/p><p>\\u0623\\u0646\\u0638\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0644\\u0627\\u062d\\u0629: \\u062a\\u0633\\u062a\\u062e\\u062f\\u0645 \\u062a\\u0642\\u0646\\u064a\\u0629 \\u0646\\u0638\\u0627\\u0645 \\u062a\\u062d\\u062f\\u064a\\u062f \\u0627\\u0644\\u0645\\u0648\\u0627\\u0642\\u0639 \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645\\u064a \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0644\\u062a\\u0648\\u0641\\u064a\\u0631 \\u062a\\u062d\\u062f\\u064a\\u062b\\u0627\\u062a \\u062d\\u0631\\u0643\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a \\u0648\\u062a\\u062d\\u0633\\u064a\\u0646\\u0647\\u0627<\\/p>\"}', '2025-01-01 00:59:37', '2025-01-01 00:59:37'), (61, 5, 'Modules\\LMS\\Models\\Blog\\Blog', 'es', '{\"title\":\"La importancia de la programaci\\u00f3n en nuestra vida cotidiana\",\"description\":\"<p>En el mundo actual, la programaci\\u00f3n se ha convertido en una piedra angular de la sociedad moderna, que afecta a casi todos los aspectos de nuestras vidas. Desde el momento en que nos despertamos con el sonido de una alarma hasta las aplicaciones que usamos a lo largo del d\\u00eda, la programaci\\u00f3n juega un papel fundamental en la configuraci\\u00f3n de nuestras experiencias diarias. Pero m\\u00e1s all\\u00e1 de la conveniencia, la programaci\\u00f3n impulsa la innovaci\\u00f3n, mejora la productividad y resuelve algunos de los desaf\\u00edos m\\u00e1s complejos que enfrenta la humanidad.<\\/p><p><br><\\/p><p>En este blog, exploraremos c\\u00f3mo la programaci\\u00f3n es vital en nuestras vidas y por qu\\u00e9 es m\\u00e1s importante que nunca aprovechar su poder.<\\/p><p><br><\\/p><p>1. La programaci\\u00f3n impulsa nuestras actividades diarias<\\/p><p>Desde los tel\\u00e9fonos inteligentes hasta los hogares inteligentes, la programaci\\u00f3n est\\u00e1 integrada en los dispositivos que usamos todos los d\\u00edas. A continuaci\\u00f3n, le explicamos c\\u00f3mo:<\\/p><p><br><\\/p><p>Tel\\u00e9fonos inteligentes y aplicaciones: todas las aplicaciones de su tel\\u00e9fono, ya sea para comunicaci\\u00f3n, navegaci\\u00f3n o entretenimiento, se crean utilizando c\\u00f3digo.<\\/p><p>Navegaci\\u00f3n por Internet: los motores de b\\u00fasqueda, las plataformas de redes sociales y los sitios web de compras en l\\u00ednea se basan en algoritmos sofisticados para brindar experiencias perfectas.<\\/p><p>Automatizaci\\u00f3n del hogar: los termostatos inteligentes, las luces y los sistemas de seguridad funcionan con software que se puede controlar de forma remota, lo que mejora la comodidad y la seguridad.<\\/p><p><br><\\/p><p>2. Revolucionando las industrias<\\/p><p>La programaci\\u00f3n es la columna vertebral de muchas industrias, impulsando la eficiencia, la innovaci\\u00f3n y el crecimiento:<\\/p><p><br><\\/p><p>a. Salud<\\/p><p>Software m\\u00e9dico: desde sistemas de gesti\\u00f3n hospitalaria hasta herramientas de diagn\\u00f3stico, la programaci\\u00f3n ayuda a gestionar los datos de los pacientes y diagnosticar enfermedades.<\\/p><p>Tecnolog\\u00eda port\\u00e1til: dispositivos como los rastreadores de actividad f\\u00edsica y los relojes inteligentes controlan las m\\u00e9tricas de salud, promoviendo estilos de vida m\\u00e1s saludables.<\\/p><p>Telemedicina: las consultas en l\\u00ednea y el monitoreo remoto son posibles gracias a la programaci\\u00f3n.<\\/p><p><br><\\/p><p>b. Educaci\\u00f3n<\\/p><p>Plataformas de aprendizaje electr\\u00f3nico: herramientas como Khan Academy, Coursera y aplicaciones educativas hacen que el aprendizaje sea accesible para millones de personas en todo el mundo.<\\/p><p>Aprendizaje personalizado: algoritmos impulsados \\u200b\\u200bpor IA analizan el rendimiento de los estudiantes y personalizan las experiencias de aprendizaje.<\\/p><p>c. Finanzas<\\/p><p>Aplicaciones bancarias: las transacciones en l\\u00ednea seguras y la banca m\\u00f3vil dependen de una programaci\\u00f3n s\\u00f3lida.<\\/p><p>An\\u00e1lisis del mercado de valores: los algoritmos analizan las tendencias del mercado, ayudando a los inversores a tomar decisiones informadas.<\\/p><p>d. Transporte<\\/p><p>Sistemas de navegaci\\u00f3n: la tecnolog\\u00eda GPS utiliza la programaci\\u00f3n para proporcionar actualizaciones de tr\\u00e1fico en tiempo real y rutas optimizadas.<\\/p><p>Veh\\u00edculos aut\\u00f3nomos: los autos que se conducen solos son una maravilla de la programaci\\u00f3n, que utiliza sensores e IA para navegar de manera segura.<\\/p><p><br><\\/p><p>3. Mejorar la comunicaci\\u00f3n y la conectividad<\\/p><p>La programaci\\u00f3n ha transformado la forma en que nos conectamos con los dem\\u00e1s:<\\/p><p><br><\\/p><p>Plataformas de redes sociales: plataformas como Facebook, Twitter e Instagram permiten la comunicaci\\u00f3n instant\\u00e1nea y el intercambio de contenido.<\\/p><p>Videoconferencias: herramientas como Zoom y Microsoft Teams se han vuelto esenciales para el trabajo remoto y las reuniones virtuales.<\\/p><p>Aplicaciones de mensajer\\u00eda: aplicaciones como WhatsApp y Signal garantizan una comunicaci\\u00f3n r\\u00e1pida y segura.<\\/p><p><br><\\/p><p>La importancia de la programaci\\u00f3n en nuestra vida cotidiana<\\/p><p>En el mundo actual, la programaci\\u00f3n se ha convertido en una piedra angular de la sociedad moderna, que afecta a casi todos los aspectos de nuestras vidas. Desde el momento en que nos despertamos con el sonido de una alarma hasta las aplicaciones que usamos a lo largo del d\\u00eda, la programaci\\u00f3n juega un papel fundamental en la configuraci\\u00f3n de nuestras experiencias diarias. Pero m\\u00e1s all\\u00e1 de la conveniencia, la programaci\\u00f3n impulsa la innovaci\\u00f3n, mejora la productividad y resuelve algunos de los desaf\\u00edos m\\u00e1s complejos que enfrenta la humanidad.<\\/p><p><br><\\/p><p>En este blog, exploraremos c\\u00f3mo la programaci\\u00f3n es vital en nuestras vidas y por qu\\u00e9 es m\\u00e1s importante que nunca aprovechar su poder.<\\/p><p><br><\\/p><p>1. La programaci\\u00f3n impulsa nuestras actividades diarias<\\/p><p>Desde los tel\\u00e9fonos inteligentes hasta los hogares inteligentes, la programaci\\u00f3n est\\u00e1 incorporada en los dispositivos que usamos todos los d\\u00edas. As\\u00ed es c\\u00f3mo:<\\/p><p><br><\\/p><p>Tel\\u00e9fonos inteligentes y aplicaciones: cada aplicaci\\u00f3n en su tel\\u00e9fono, ya sea para comunicaci\\u00f3n, navegaci\\u00f3n o entretenimiento, se crea utilizando c\\u00f3digo.<\\/p><p>Navegaci\\u00f3n por Internet: los motores de b\\u00fasqueda, las plataformas de redes sociales y los sitios web de compras en l\\u00ednea se basan en algoritmos sofisticados para brindar experiencias perfectas.<\\/p><p>Automatizaci\\u00f3n del hogar: los termostatos inteligentes, las luces y los sistemas de seguridad funcionan con software que se puede controlar de forma remota, lo que mejora la comodidad y la seguridad.<\\/p><p>2. Revolucionando industrias<\\/p><p>La programaci\\u00f3n es la columna vertebral de muchas industrias, impulsando la eficiencia, la innovaci\\u00f3n y el crecimiento:<\\/p><p><br><\\/p><p>a. Atenci\\u00f3n m\\u00e9dica<\\/p><p>Software m\\u00e9dico: desde los sistemas de gesti\\u00f3n hospitalaria hasta las herramientas de diagn\\u00f3stico, la programaci\\u00f3n ayuda a administrar los datos de los pacientes y diagnosticar enfermedades.<\\/p><p>Tecnolog\\u00eda port\\u00e1til: dispositivos como los rastreadores de actividad f\\u00edsica y los relojes inteligentes monitorean las m\\u00e9tricas de salud, lo que promueve estilos de vida m\\u00e1s saludables.<\\/p><p>Telemedicina: las consultas en l\\u00ednea y el monitoreo remoto son posibles gracias a la programaci\\u00f3n.<\\/p><p>b. Educaci\\u00f3n<\\/p><p>Plataformas de aprendizaje electr\\u00f3nico: herramientas como Khan Academy, Coursera y aplicaciones educativas hacen que el aprendizaje sea accesible para millones de personas en todo el mundo.<\\/p><p>Aprendizaje personalizado: algoritmos impulsados \\u200b\\u200bpor IA analizan el rendimiento de los estudiantes y personalizan las experiencias de aprendizaje.<\\/p><p>c. Finanzas<\\/p><p>Aplicaciones bancarias: las transacciones seguras en l\\u00ednea y la banca m\\u00f3vil dependen de una programaci\\u00f3n s\\u00f3lida.<\\/p><p>An\\u00e1lisis del mercado de valores: algoritmos analizan las tendencias del mercado, lo que ayuda a los inversores a tomar decisiones informadas.<\\/p><p>d. Transporte<\\/p><p>Sistemas de navegaci\\u00f3n: la tecnolog\\u00eda GPS utiliza programaci\\u00f3n para proporcionar actualizaciones de tr\\u00e1fico en tiempo real y optimizar<\\/p>\"}', '2025-01-01 01:00:42', '2025-01-01 01:00:42'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (62, 5, 'Modules\\LMS\\Models\\Blog\\Blog', 'bn', '{\"title\":\"\\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09a6\\u09c8\\u09a8\\u09a8\\u09cd\\u09a6\\u09bf\\u09a8 \\u099c\\u09c0\\u09ac\\u09a8\\u09c7 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u098f\\u09b0 \\u0997\\u09c1\\u09b0\\u09c1\\u09a4\\u09cd\\u09ac\",\"description\":\"<p>\\u0986\\u099c\\u0995\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09c7, \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u0986\\u09a7\\u09c1\\u09a8\\u09bf\\u0995 \\u09b8\\u09ae\\u09be\\u099c\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09bf\\u09a4\\u09cd\\u09a4\\u09bf \\u09b9\\u09af\\u09bc\\u09c7 \\u0989\\u09a0\\u09c7\\u099b\\u09c7, \\u09af\\u09be \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u099c\\u09c0\\u09ac\\u09a8\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09a6\\u09bf\\u0995\\u0995\\u09c7 \\u09aa\\u09cd\\u09b0\\u09ad\\u09be\\u09ac\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7\\u0964 \\u09af\\u09c7 \\u09ae\\u09c1\\u09b9\\u09c2\\u09b0\\u09cd\\u09a4 \\u09a5\\u09c7\\u0995\\u09c7 \\u0986\\u09ae\\u09b0\\u09be \\u0998\\u09c1\\u09ae \\u09a5\\u09c7\\u0995\\u09c7 \\u0989\\u09a0\\u09bf \\u09b8\\u09c7\\u0987 \\u09ae\\u09c1\\u09b9\\u09c2\\u09b0\\u09cd\\u09a4 \\u09a5\\u09c7\\u0995\\u09c7 \\u0986\\u09ae\\u09b0\\u09be \\u09b8\\u09be\\u09b0\\u09be\\u09a6\\u09bf\\u09a8\\u09c7 \\u09af\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u0997\\u09c1\\u09b2\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09bf \\u09b8\\u09c7\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u098f\\u0995\\u099f\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u09b2\\u09be\\u09b0\\u09cd\\u09ae\\u09c7\\u09b0 \\u09b6\\u09ac\\u09cd\\u09a6, \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09a6\\u09c8\\u09a8\\u09a8\\u09cd\\u09a6\\u09bf\\u09a8 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u0997\\u09c1\\u09b2\\u09bf\\u0995\\u09c7 \\u0997\\u09a0\\u09a8\\u09c7 \\u098f\\u0995\\u099f\\u09bf \\u0997\\u09c1\\u09b0\\u09c1\\u09a4\\u09cd\\u09ac\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09ad\\u09c2\\u09ae\\u09bf\\u0995\\u09be \\u09aa\\u09be\\u09b2\\u09a8 \\u0995\\u09b0\\u09c7\\u09f7 \\u0995\\u09bf\\u09a8\\u09cd\\u09a4\\u09c1 \\u09b6\\u09c1\\u09a7\\u09c1 \\u09b8\\u09c1\\u09ac\\u09bf\\u09a7\\u09be\\u09b0 \\u09ac\\u09be\\u0987\\u09b0\\u09c7\\u0993, \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u0989\\u09a6\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u0995\\u09c7 \\u099a\\u09be\\u09b2\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7, \\u0989\\u09ce\\u09aa\\u09be\\u09a6\\u09a8\\u09b6\\u09c0\\u09b2\\u09a4\\u09be \\u09ac\\u09be\\u09a1\\u09bc\\u09be\\u09af\\u09bc \\u098f\\u09ac\\u0982 \\u09ae\\u09be\\u09a8\\u09ac\\u09a4\\u09be\\u09b0 \\u09ae\\u09c1\\u0996\\u09cb\\u09ae\\u09c1\\u0996\\u09bf \\u0995\\u09bf\\u099b\\u09c1 \\u099c\\u099f\\u09bf\\u09b2 \\u099a\\u09cd\\u09af\\u09be\\u09b2\\u09c7\\u099e\\u09cd\\u099c\\u09c7\\u09b0 \\u09b8\\u09ae\\u09be\\u09a7\\u09be\\u09a8 \\u0995\\u09b0\\u09c7\\u0964<\\/p><p><br><\\/p><p>\\u098f\\u0987 \\u09ac\\u09cd\\u09b2\\u0997\\u09c7, \\u0986\\u09ae\\u09b0\\u09be \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09ac \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u099c\\u09c0\\u09ac\\u09a8\\u09c7 \\u0985\\u09a4\\u09c0\\u09ac \\u0997\\u09c1\\u09b0\\u09c1\\u09a4\\u09cd\\u09ac\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u098f\\u09ac\\u0982 \\u0995\\u09c7\\u09a8 \\u098f\\u09b0 \\u09b6\\u0995\\u09cd\\u09a4\\u09bf\\u0995\\u09c7 \\u0986\\u09b2\\u09bf\\u0999\\u09cd\\u0997\\u09a8 \\u0995\\u09b0\\u09be \\u0986\\u0997\\u09c7\\u09b0 \\u099a\\u09c7\\u09af\\u09bc\\u09c7 \\u09ac\\u09c7\\u09b6\\u09bf \\u0997\\u09c1\\u09b0\\u09c1\\u09a4\\u09cd\\u09ac\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>1. \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09a6\\u09c8\\u09a8\\u09a8\\u09cd\\u09a6\\u09bf\\u09a8 \\u0995\\u09be\\u099c\\u0995\\u09b0\\u09cd\\u09ae\\u0995\\u09c7 \\u09b6\\u0995\\u09cd\\u09a4\\u09bf \\u09a6\\u09c7\\u09af\\u09bc<\\/p><p>\\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f\\u09ab\\u09cb\\u09a8 \\u09a5\\u09c7\\u0995\\u09c7 \\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f \\u09b9\\u09cb\\u09ae \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4, \\u0986\\u09ae\\u09b0\\u09be \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09a6\\u09bf\\u09a8 \\u09af\\u09c7 \\u09a1\\u09bf\\u09ad\\u09be\\u0987\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09bf \\u09a4\\u09be\\u09a4\\u09c7 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u098f\\u09ae\\u09cd\\u09ac\\u09c7\\u09a1 \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u0964 \\u098f\\u0996\\u09be\\u09a8\\u09c7 \\u0995\\u09bf\\u09ad\\u09be\\u09ac\\u09c7:<\\/p><p><br><\\/p><p>\\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f\\u09ab\\u09cb\\u09a8 \\u098f\\u09ac\\u0982 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09b8: \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ab\\u09cb\\u09a8\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u09aa, \\u09af\\u09cb\\u0997\\u09be\\u09af\\u09cb\\u0997, \\u09a8\\u09c7\\u09ad\\u09bf\\u0997\\u09c7\\u09b6\\u09a8 \\u09ac\\u09be \\u09ac\\u09bf\\u09a8\\u09cb\\u09a6\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af, \\u0995\\u09cb\\u09a1 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7\\u0964<\\/p><p>\\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09a8\\u09c7\\u099f \\u09ac\\u09cd\\u09b0\\u09be\\u0989\\u099c\\u09bf\\u0982: \\u09b8\\u09be\\u09b0\\u09cd\\u099a \\u0987\\u099e\\u09cd\\u099c\\u09bf\\u09a8, \\u09b8\\u09cb\\u09b6\\u09cd\\u09af\\u09be\\u09b2 \\u09ae\\u09bf\\u09a1\\u09bf\\u09af\\u09bc\\u09be \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u098f\\u09ac\\u0982 \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b6\\u09aa\\u09bf\\u0982 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u0997\\u09c1\\u09b2\\u09bf \\u09a8\\u09bf\\u09b0\\u09cd\\u09ac\\u09bf\\u0998\\u09cd\\u09a8 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09aa\\u09b0\\u09bf\\u09b6\\u09c0\\u09b2\\u09bf\\u09a4 \\u0985\\u09cd\\u09af\\u09be\\u09b2\\u0997\\u09b0\\u09bf\\u09a6\\u09ae\\u09c7\\u09b0 \\u0989\\u09aa\\u09b0 \\u09a8\\u09bf\\u09b0\\u09cd\\u09ad\\u09b0 \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>\\u09b9\\u09cb\\u09ae \\u0985\\u099f\\u09cb\\u09ae\\u09c7\\u09b6\\u09a8: \\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f \\u09a5\\u09be\\u09b0\\u09cd\\u09ae\\u09cb\\u09b8\\u09cd\\u099f\\u09cd\\u09af\\u09be\\u099f, \\u09b2\\u09be\\u0987\\u099f \\u098f\\u09ac\\u0982 \\u09b8\\u09bf\\u0995\\u09bf\\u0989\\u09b0\\u09bf\\u099f\\u09bf \\u09b8\\u09bf\\u09b8\\u09cd\\u099f\\u09c7\\u09ae\\u0997\\u09c1\\u09b2\\u09bf \\u09b8\\u09ab\\u09cd\\u099f\\u0993\\u09af\\u09bc\\u09cd\\u09af\\u09be\\u09b0 \\u09a6\\u09cd\\u09ac\\u09be\\u09b0\\u09be \\u099a\\u09be\\u09b2\\u09bf\\u09a4 \\u09b9\\u09af\\u09bc \\u09af\\u09be \\u09a6\\u09c2\\u09b0\\u09ac\\u09b0\\u09cd\\u09a4\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09a8\\u09cd\\u09a4\\u09cd\\u09b0\\u09a3 \\u0995\\u09b0\\u09be \\u09af\\u09be\\u09af\\u09bc, \\u0986\\u09b0\\u09be\\u09ae \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09b0\\u09be\\u09aa\\u09a4\\u09cd\\u09a4\\u09be \\u09ac\\u09be\\u09a1\\u09bc\\u09be\\u09af\\u09bc\\u0964<\\/p><p><br><\\/p><p>2. \\u09ac\\u09bf\\u09aa\\u09cd\\u09b2\\u09ac\\u09c0 \\u09b6\\u09bf\\u09b2\\u09cd\\u09aa<\\/p><p>\\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u09b9\\u09b2 \\u0985\\u09a8\\u09c7\\u0995 \\u09b6\\u09bf\\u09b2\\u09cd\\u09aa\\u09c7\\u09b0 \\u09ae\\u09c7\\u09b0\\u09c1\\u09a6\\u09a3\\u09cd\\u09a1, \\u09a1\\u09cd\\u09b0\\u09be\\u0987\\u09ad\\u09bf\\u0982 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be, \\u0989\\u09a6\\u09cd\\u09ad\\u09be\\u09ac\\u09a8 \\u098f\\u09ac\\u0982 \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf:<\\/p><p><br><\\/p><p>\\u0995 \\u09b8\\u09cd\\u09ac\\u09be\\u09b8\\u09cd\\u09a5\\u09cd\\u09af\\u09b8\\u09c7\\u09ac\\u09be<\\/p><p>\\u09ae\\u09c7\\u09a1\\u09bf\\u0995\\u09c7\\u09b2 \\u09b8\\u09ab\\u099f\\u0993\\u09af\\u09bc\\u09cd\\u09af\\u09be\\u09b0: \\u09b9\\u09be\\u09b8\\u09aa\\u09be\\u09a4\\u09be\\u09b2 \\u09ae\\u09cd\\u09af\\u09be\\u09a8\\u09c7\\u099c\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09b8\\u09bf\\u09b8\\u09cd\\u099f\\u09c7\\u09ae \\u09a5\\u09c7\\u0995\\u09c7 \\u09a1\\u09be\\u09af\\u09bc\\u09be\\u0997\\u09a8\\u09b8\\u09cd\\u099f\\u09bf\\u0995 \\u099f\\u09c1\\u09b2\\u09b8 \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4, \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u09b0\\u09cb\\u0997\\u09c0\\u09b0 \\u09a1\\u09c7\\u099f\\u09be \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u098f\\u09ac\\u0982 \\u09b0\\u09cb\\u0997 \\u09a8\\u09bf\\u09b0\\u09cd\\u09a3\\u09af\\u09bc \\u0995\\u09b0\\u09a4\\u09c7 \\u09b8\\u09b9\\u09be\\u09af\\u09bc\\u09a4\\u09be \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>\\u09aa\\u09b0\\u09bf\\u09a7\\u09be\\u09a8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf: \\u09ab\\u09bf\\u099f\\u09a8\\u09c7\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09be\\u09b0 \\u098f\\u09ac\\u0982 \\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f\\u0993\\u09af\\u09bc\\u09be\\u099a\\u09c7\\u09b0 \\u09ae\\u09a4\\u09cb \\u09a1\\u09bf\\u09ad\\u09be\\u0987\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u09b8\\u09cd\\u09ac\\u09be\\u09b8\\u09cd\\u09a5\\u09cd\\u09af \\u09ae\\u09c7\\u099f\\u09cd\\u09b0\\u09bf\\u0995\\u09cd\\u09b8 \\u09a8\\u09bf\\u09b0\\u09c0\\u0995\\u09cd\\u09b7\\u09a3 \\u0995\\u09b0\\u09c7, \\u09b8\\u09cd\\u09ac\\u09be\\u09b8\\u09cd\\u09a5\\u09cd\\u09af\\u0995\\u09b0 \\u099c\\u09c0\\u09ac\\u09a8\\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u099a\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>\\u099f\\u09c7\\u09b2\\u09bf\\u09ae\\u09c7\\u09a1\\u09bf\\u09b8\\u09bf\\u09a8: \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09aa\\u09b0\\u09be\\u09ae\\u09b0\\u09cd\\u09b6 \\u098f\\u09ac\\u0982 \\u09a6\\u09c2\\u09b0\\u09ac\\u09b0\\u09cd\\u09a4\\u09c0 \\u09aa\\u09b0\\u09cd\\u09af\\u09ac\\u09c7\\u0995\\u09cd\\u09b7\\u09a3 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982\\u09af\\u09bc\\u09c7\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09b8\\u09ae\\u09cd\\u09ad\\u09ac \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7\\u0964<\\/p><p><br><\\/p><p>\\u0996. \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be<\\/p><p>\\u0987-\\u09b2\\u09be\\u09b0\\u09cd\\u09a8\\u09bf\\u0982 \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae: \\u0996\\u09be\\u09a8 \\u098f\\u0995\\u09be\\u09a1\\u09c7\\u09ae\\u09bf, \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7\\u09b0\\u09be \\u098f\\u09ac\\u0982 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09ae\\u09c2\\u09b2\\u0995 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09c7\\u09b0 \\u09ae\\u09a4\\u09cb \\u099f\\u09c1\\u09b2\\u0997\\u09c1\\u09b2\\u09bf \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u09c0 \\u09b2\\u0995\\u09cd\\u09b7 \\u09b2\\u0995\\u09cd\\u09b7\\u09c7\\u09b0 \\u0995\\u09be\\u099b\\u09c7 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u0995\\u09b0\\u09c7 \\u09a4\\u09cb\\u09b2\\u09c7\\u0964<\\/p><p>\\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4\\u0995\\u09c3\\u09a4 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be: \\u098f\\u0986\\u0987-\\u099a\\u09be\\u09b2\\u09bf\\u09a4 \\u0985\\u09cd\\u09af\\u09be\\u09b2\\u0997\\u09b0\\u09bf\\u09a6\\u09ae \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0\\u09cd\\u09a5\\u09c0\\u09a6\\u09c7\\u09b0 \\u0995\\u09b0\\u09cd\\u09ae\\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c7 \\u098f\\u09ac\\u0982 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0995\\u09be\\u09b8\\u09cd\\u099f\\u09ae\\u09be\\u0987\\u099c \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>\\u0997. \\u0985\\u09b0\\u09cd\\u09a5<\\/p><p>\\u09ac\\u09cd\\u09af\\u09be\\u0999\\u09cd\\u0995\\u09bf\\u0982 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09b8: \\u09a8\\u09bf\\u09b0\\u09be\\u09aa\\u09a6 \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b2\\u09c7\\u09a8\\u09a6\\u09c7\\u09a8 \\u098f\\u09ac\\u0982 \\u09ae\\u09cb\\u09ac\\u09be\\u0987\\u09b2 \\u09ac\\u09cd\\u09af\\u09be\\u0999\\u09cd\\u0995\\u09bf\\u0982 \\u09b6\\u0995\\u09cd\\u09a4\\u09bf\\u09b6\\u09be\\u09b2\\u09c0 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982\\u09af\\u09bc\\u09c7\\u09b0 \\u0989\\u09aa\\u09b0 \\u09a8\\u09bf\\u09b0\\u09cd\\u09ad\\u09b0 \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>\\u09b8\\u09cd\\u099f\\u0995 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3: \\u0985\\u09cd\\u09af\\u09be\\u09b2\\u0997\\u09b0\\u09bf\\u09a6\\u09ae \\u09ac\\u09be\\u099c\\u09be\\u09b0\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09ac\\u09a3\\u09a4\\u09be \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c7, \\u09ac\\u09bf\\u09a8\\u09bf\\u09af\\u09bc\\u09cb\\u0997\\u0995\\u09be\\u09b0\\u09c0\\u09a6\\u09c7\\u09b0 \\u099c\\u09cd\\u099e\\u09be\\u09a4 \\u09b8\\u09bf\\u09a6\\u09cd\\u09a7\\u09be\\u09a8\\u09cd\\u09a4 \\u09a8\\u09bf\\u09a4\\u09c7 \\u09b8\\u09be\\u09b9\\u09be\\u09af\\u09cd\\u09af \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>d \\u09aa\\u09b0\\u09bf\\u09ac\\u09b9\\u09a8<\\/p><p>\\u09a8\\u09c7\\u09ad\\u09bf\\u0997\\u09c7\\u09b6\\u09a8 \\u09b8\\u09bf\\u09b8\\u09cd\\u099f\\u09c7\\u09ae: \\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf \\u09b0\\u09bf\\u09af\\u09bc\\u09c7\\u09b2-\\u099f\\u09be\\u0987\\u09ae \\u099f\\u09cd\\u09b0\\u09be\\u09ab\\u09bf\\u0995 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u098f\\u09ac\\u0982 \\u0985\\u09aa\\u09cd\\u099f\\u09bf\\u09ae\\u09be\\u0987\\u099c \\u0995\\u09b0\\u09be \\u09b0\\u09c1\\u099f \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>\\u09b8\\u09cd\\u09ac\\u09be\\u09af\\u09bc\\u09a4\\u09cd\\u09a4\\u09b6\\u09be\\u09b8\\u09bf\\u09a4 \\u09af\\u09be\\u09a8\\u09ac\\u09be\\u09b9\\u09a8: \\u09b8\\u09cd\\u09ac-\\u099a\\u09be\\u09b2\\u09bf\\u09a4 \\u0997\\u09be\\u09a1\\u09bc\\u09bf\\u0997\\u09c1\\u09b2\\u09bf \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982\\u09af\\u09bc\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09bf\\u09b8\\u09cd\\u09ae\\u09af\\u09bc\\u0995\\u09b0, \\u09a8\\u09bf\\u09b0\\u09be\\u09aa\\u09a6\\u09c7 \\u09a8\\u09c7\\u09ad\\u09bf\\u0997\\u09c7\\u099f \\u0995\\u09b0\\u09a4\\u09c7 \\u09b8\\u09c7\\u09a8\\u09cd\\u09b8\\u09b0 \\u098f\\u09ac\\u0982 \\u098f\\u0986\\u0987 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p>3. \\u09af\\u09cb\\u0997\\u09be\\u09af\\u09cb\\u0997 \\u098f\\u09ac\\u0982 \\u09b8\\u0982\\u09af\\u09cb\\u0997 \\u0989\\u09a8\\u09cd\\u09a8\\u09a4 \\u0995\\u09b0\\u09be<\\/p><p>\\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0985\\u09a8\\u09cd\\u09af\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09b8\\u0982\\u09af\\u09cb\\u0997 \\u0995\\u09b0\\u09be\\u09b0 \\u0989\\u09aa\\u09be\\u09af\\u09bc\\u0995\\u09c7 \\u09b0\\u09c2\\u09aa\\u09be\\u09a8\\u09cd\\u09a4\\u09b0\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7\\u099b\\u09c7:<\\/p><p><br><\\/p><p>\\u09b8\\u09cb\\u09b6\\u09cd\\u09af\\u09be\\u09b2 \\u09ae\\u09bf\\u09a1\\u09bf\\u09af\\u09bc\\u09be \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae: \\u09ab\\u09c7\\u09b8\\u09ac\\u09c1\\u0995, \\u099f\\u09c1\\u0987\\u099f\\u09be\\u09b0 \\u098f\\u09ac\\u0982 \\u0987\\u09a8\\u09b8\\u09cd\\u099f\\u09be\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09c7\\u09b0 \\u09ae\\u09a4\\u09cb \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae\\u0997\\u09c1\\u09b2\\u09bf \\u09a4\\u09be\\u09a4\\u09cd\\u0995\\u09cd\\u09b7\\u09a3\\u09bf\\u0995 \\u09af\\u09cb\\u0997\\u09be\\u09af\\u09cb\\u0997 \\u098f\\u09ac\\u0982 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09ac\\u09b8\\u09cd\\u09a4\\u09c1 \\u09b6\\u09c7\\u09af\\u09bc\\u09be\\u09b0\\u09bf\\u0982 \\u09b8\\u0995\\u09cd\\u09b7\\u09ae \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>\\u09ad\\u09bf\\u09a1\\u09bf\\u0993 \\u0995\\u09a8\\u09ab\\u09be\\u09b0\\u09c7\\u09a8\\u09cd\\u09b8\\u09bf\\u0982: \\u099c\\u09c1\\u09ae \\u098f\\u09ac\\u0982 \\u09ae\\u09be\\u0987\\u0995\\u09cd\\u09b0\\u09cb\\u09b8\\u09ab\\u09cd\\u099f \\u099f\\u09bf\\u09ae\\u09c7\\u09b0 \\u09ae\\u09a4\\u09cb \\u09b8\\u09b0\\u099e\\u09cd\\u099c\\u09be\\u09ae\\u0997\\u09c1\\u09b2\\u09bf \\u09a6\\u09c2\\u09b0\\u09ac\\u09b0\\u09cd\\u09a4\\u09c0 \\u0995\\u09be\\u099c \\u098f\\u09ac\\u0982 \\u09ad\\u09be\\u09b0\\u09cd\\u099a\\u09c1\\u09af\\u09bc\\u09be\\u09b2 \\u09ae\\u09bf\\u099f\\u09bf\\u0982\\u09af\\u09bc\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0985\\u09aa\\u09b0\\u09bf\\u09b9\\u09be\\u09b0\\u09cd\\u09af \\u09b9\\u09af\\u09bc\\u09c7 \\u0989\\u09a0\\u09c7\\u099b\\u09c7\\u0964<\\/p><p>\\u09ae\\u09c7\\u09b8\\u09c7\\u099c\\u09bf\\u0982 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09b8: \\u09b9\\u09cb\\u09af\\u09bc\\u09be\\u099f\\u09b8\\u0985\\u09cd\\u09af\\u09be\\u09aa \\u098f\\u09ac\\u0982 \\u09b8\\u09bf\\u0997\\u09a8\\u09cd\\u09af\\u09be\\u09b2\\u09c7\\u09b0 \\u09ae\\u09a4\\u09cb \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09cd\\u09b2\\u09bf\\u0995\\u09c7\\u09b6\\u09a8 \\u09a6\\u09cd\\u09b0\\u09c1\\u09a4 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09b0\\u09be\\u09aa\\u09a6 \\u09af\\u09cb\\u0997\\u09be\\u09af\\u09cb\\u0997 \\u09a8\\u09bf\\u09b6\\u09cd\\u099a\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p>\\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09a6\\u09c8\\u09a8\\u09a8\\u09cd\\u09a6\\u09bf\\u09a8 \\u099c\\u09c0\\u09ac\\u09a8\\u09c7 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u098f\\u09b0 \\u0997\\u09c1\\u09b0\\u09c1\\u09a4\\u09cd\\u09ac<\\/p><p>\\u0986\\u099c\\u0995\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09c7, \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u0986\\u09a7\\u09c1\\u09a8\\u09bf\\u0995 \\u09b8\\u09ae\\u09be\\u099c\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ad\\u09bf\\u09a4\\u09cd\\u09a4\\u09bf \\u09b9\\u09af\\u09bc\\u09c7 \\u0989\\u09a0\\u09c7\\u099b\\u09c7, \\u09af\\u09be \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u099c\\u09c0\\u09ac\\u09a8\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09a6\\u09bf\\u0995\\u0995\\u09c7 \\u09aa\\u09cd\\u09b0\\u09ad\\u09be\\u09ac\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7\\u0964 \\u09af\\u09c7 \\u09ae\\u09c1\\u09b9\\u09c2\\u09b0\\u09cd\\u09a4 \\u09a5\\u09c7\\u0995\\u09c7 \\u0986\\u09ae\\u09b0\\u09be \\u0998\\u09c1\\u09ae \\u09a5\\u09c7\\u0995\\u09c7 \\u0989\\u09a0\\u09bf \\u09b8\\u09c7\\u0987 \\u09ae\\u09c1\\u09b9\\u09c2\\u09b0\\u09cd\\u09a4 \\u09a5\\u09c7\\u0995\\u09c7 \\u0986\\u09ae\\u09b0\\u09be \\u09b8\\u09be\\u09b0\\u09be\\u09a6\\u09bf\\u09a8\\u09c7 \\u09af\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u0997\\u09c1\\u09b2\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09bf \\u09b8\\u09c7\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u098f\\u0995\\u099f\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u09b2\\u09be\\u09b0\\u09cd\\u09ae\\u09c7\\u09b0 \\u09b6\\u09ac\\u09cd\\u09a6, \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09a6\\u09c8\\u09a8\\u09a8\\u09cd\\u09a6\\u09bf\\u09a8 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u0997\\u09c1\\u09b2\\u09bf\\u0995\\u09c7 \\u0997\\u09a0\\u09a8\\u09c7 \\u098f\\u0995\\u099f\\u09bf \\u0997\\u09c1\\u09b0\\u09c1\\u09a4\\u09cd\\u09ac\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09ad\\u09c2\\u09ae\\u09bf\\u0995\\u09be \\u09aa\\u09be\\u09b2\\u09a8 \\u0995\\u09b0\\u09c7\\u09f7 \\u0995\\u09bf\\u09a8\\u09cd\\u09a4\\u09c1 \\u09b6\\u09c1\\u09a7\\u09c1 \\u09b8\\u09c1\\u09ac\\u09bf\\u09a7\\u09be\\u09b0 \\u09ac\\u09be\\u0987\\u09b0\\u09c7\\u0993, \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u0989\\u09a6\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u0995\\u09c7 \\u099a\\u09be\\u09b2\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7, \\u0989\\u09ce\\u09aa\\u09be\\u09a6\\u09a8\\u09b6\\u09c0\\u09b2\\u09a4\\u09be \\u09ac\\u09be\\u09a1\\u09bc\\u09be\\u09af\\u09bc \\u098f\\u09ac\\u0982 \\u09ae\\u09be\\u09a8\\u09ac\\u09a4\\u09be\\u09b0 \\u09ae\\u09c1\\u0996\\u09cb\\u09ae\\u09c1\\u0996\\u09bf \\u0995\\u09bf\\u099b\\u09c1 \\u099c\\u099f\\u09bf\\u09b2 \\u099a\\u09cd\\u09af\\u09be\\u09b2\\u09c7\\u099e\\u09cd\\u099c\\u09c7\\u09b0 \\u09b8\\u09ae\\u09be\\u09a7\\u09be\\u09a8 \\u0995\\u09b0\\u09c7\\u0964<\\/p><p><br><\\/p><p>\\u098f\\u0987 \\u09ac\\u09cd\\u09b2\\u0997\\u09c7, \\u0986\\u09ae\\u09b0\\u09be \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09ac \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u099c\\u09c0\\u09ac\\u09a8\\u09c7 \\u0985\\u09a4\\u09c0\\u09ac \\u0997\\u09c1\\u09b0\\u09c1\\u09a4\\u09cd\\u09ac\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u098f\\u09ac\\u0982 \\u0995\\u09c7\\u09a8 \\u098f\\u09b0 \\u09b6\\u0995\\u09cd\\u09a4\\u09bf\\u0995\\u09c7 \\u0986\\u09b2\\u09bf\\u0999\\u09cd\\u0997\\u09a8 \\u0995\\u09b0\\u09be \\u0986\\u0997\\u09c7\\u09b0 \\u099a\\u09c7\\u09af\\u09bc\\u09c7 \\u09ac\\u09c7\\u09b6\\u09bf \\u0997\\u09c1\\u09b0\\u09c1\\u09a4\\u09cd\\u09ac\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3\\u0964<\\/p><p><br><\\/p><p>1. \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09a6\\u09c8\\u09a8\\u09a8\\u09cd\\u09a6\\u09bf\\u09a8 \\u0995\\u09be\\u099c\\u0995\\u09b0\\u09cd\\u09ae\\u0995\\u09c7 \\u09b6\\u0995\\u09cd\\u09a4\\u09bf \\u09a6\\u09c7\\u09af\\u09bc<\\/p><p>\\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f\\u09ab\\u09cb\\u09a8 \\u09a5\\u09c7\\u0995\\u09c7 \\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f \\u09b9\\u09cb\\u09ae \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4, \\u0986\\u09ae\\u09b0\\u09be \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09a6\\u09bf\\u09a8 \\u09af\\u09c7 \\u09a1\\u09bf\\u09ad\\u09be\\u0987\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09bf \\u09a4\\u09be\\u09a4\\u09c7 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u098f\\u09ae\\u09cd\\u09ac\\u09c7\\u09a1 \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u0964 \\u098f\\u0996\\u09be\\u09a8\\u09c7 \\u0995\\u09bf\\u09ad\\u09be\\u09ac\\u09c7:<\\/p><p><br><\\/p><p>\\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f\\u09ab\\u09cb\\u09a8 \\u098f\\u09ac\\u0982 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09b8: \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ab\\u09cb\\u09a8\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u09aa, \\u09af\\u09cb\\u0997\\u09be\\u09af\\u09cb\\u0997, \\u09a8\\u09c7\\u09ad\\u09bf\\u0997\\u09c7\\u09b6\\u09a8 \\u09ac\\u09be \\u09ac\\u09bf\\u09a8\\u09cb\\u09a6\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af, \\u0995\\u09cb\\u09a1 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7\\u0964<\\/p><p>\\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09a8\\u09c7\\u099f \\u09ac\\u09cd\\u09b0\\u09be\\u0989\\u099c\\u09bf\\u0982: \\u09b8\\u09be\\u09b0\\u09cd\\u099a \\u0987\\u099e\\u09cd\\u099c\\u09bf\\u09a8, \\u09b8\\u09cb\\u09b6\\u09cd\\u09af\\u09be\\u09b2 \\u09ae\\u09bf\\u09a1\\u09bf\\u09af\\u09bc\\u09be \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u098f\\u09ac\\u0982 \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b6\\u09aa\\u09bf\\u0982 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u0997\\u09c1\\u09b2\\u09bf \\u09a8\\u09bf\\u09b0\\u09cd\\u09ac\\u09bf\\u0998\\u09cd\\u09a8 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09aa\\u09b0\\u09bf\\u09b6\\u09c0\\u09b2\\u09bf\\u09a4 \\u0985\\u09cd\\u09af\\u09be\\u09b2\\u0997\\u09b0\\u09bf\\u09a6\\u09ae\\u09c7\\u09b0 \\u0989\\u09aa\\u09b0 \\u09a8\\u09bf\\u09b0\\u09cd\\u09ad\\u09b0 \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>\\u09b9\\u09cb\\u09ae \\u0985\\u099f\\u09cb\\u09ae\\u09c7\\u09b6\\u09a8: \\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f \\u09a5\\u09be\\u09b0\\u09cd\\u09ae\\u09cb\\u09b8\\u09cd\\u099f\\u09cd\\u09af\\u09be\\u099f, \\u09b2\\u09be\\u0987\\u099f \\u098f\\u09ac\\u0982 \\u09b8\\u09bf\\u0995\\u09bf\\u0989\\u09b0\\u09bf\\u099f\\u09bf \\u09b8\\u09bf\\u09b8\\u09cd\\u099f\\u09c7\\u09ae\\u0997\\u09c1\\u09b2\\u09bf \\u09b8\\u09ab\\u09cd\\u099f\\u0993\\u09af\\u09bc\\u09cd\\u09af\\u09be\\u09b0 \\u09a6\\u09cd\\u09ac\\u09be\\u09b0\\u09be \\u099a\\u09be\\u09b2\\u09bf\\u09a4 \\u09b9\\u09af\\u09bc \\u09af\\u09be \\u09a6\\u09c2\\u09b0\\u09ac\\u09b0\\u09cd\\u09a4\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09a8\\u09cd\\u09a4\\u09cd\\u09b0\\u09a3 \\u0995\\u09b0\\u09be \\u09af\\u09be\\u09af\\u09bc, \\u0986\\u09b0\\u09be\\u09ae \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09b0\\u09be\\u09aa\\u09a4\\u09cd\\u09a4\\u09be \\u09ac\\u09be\\u09a1\\u09bc\\u09be\\u09af\\u09bc\\u0964<\\/p><p>2. \\u09ac\\u09bf\\u09aa\\u09cd\\u09b2\\u09ac\\u09c0 \\u09b6\\u09bf\\u09b2\\u09cd\\u09aa<\\/p><p>\\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u09b9\\u09b2 \\u0985\\u09a8\\u09c7\\u0995 \\u09b6\\u09bf\\u09b2\\u09cd\\u09aa\\u09c7\\u09b0 \\u09ae\\u09c7\\u09b0\\u09c1\\u09a6\\u09a3\\u09cd\\u09a1, \\u09a1\\u09cd\\u09b0\\u09be\\u0987\\u09ad\\u09bf\\u0982 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be, \\u0989\\u09a6\\u09cd\\u09ad\\u09be\\u09ac\\u09a8 \\u098f\\u09ac\\u0982 \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf:<\\/p><p><br><\\/p><p>\\u0995 \\u09b8\\u09cd\\u09ac\\u09be\\u09b8\\u09cd\\u09a5\\u09cd\\u09af\\u09b8\\u09c7\\u09ac\\u09be<\\/p><p>\\u09ae\\u09c7\\u09a1\\u09bf\\u0995\\u09c7\\u09b2 \\u09b8\\u09ab\\u099f\\u0993\\u09af\\u09bc\\u09cd\\u09af\\u09be\\u09b0: \\u09b9\\u09be\\u09b8\\u09aa\\u09be\\u09a4\\u09be\\u09b2 \\u09ae\\u09cd\\u09af\\u09be\\u09a8\\u09c7\\u099c\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09b8\\u09bf\\u09b8\\u09cd\\u099f\\u09c7\\u09ae \\u09a5\\u09c7\\u0995\\u09c7 \\u09a1\\u09be\\u09af\\u09bc\\u09be\\u0997\\u09a8\\u09b8\\u09cd\\u099f\\u09bf\\u0995 \\u099f\\u09c1\\u09b2\\u09b8 \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4, \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u09b0\\u09cb\\u0997\\u09c0\\u09b0 \\u09a1\\u09c7\\u099f\\u09be \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u098f\\u09ac\\u0982 \\u09b0\\u09cb\\u0997 \\u09a8\\u09bf\\u09b0\\u09cd\\u09a3\\u09af\\u09bc \\u0995\\u09b0\\u09a4\\u09c7 \\u09b8\\u09b9\\u09be\\u09af\\u09bc\\u09a4\\u09be \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>\\u09aa\\u09b0\\u09bf\\u09a7\\u09be\\u09a8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf: \\u09ab\\u09bf\\u099f\\u09a8\\u09c7\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09be\\u09b0 \\u098f\\u09ac\\u0982 \\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f\\u0993\\u09af\\u09bc\\u09be\\u099a\\u09c7\\u09b0 \\u09ae\\u09a4\\u09cb \\u09a1\\u09bf\\u09ad\\u09be\\u0987\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u09b8\\u09cd\\u09ac\\u09be\\u09b8\\u09cd\\u09a5\\u09cd\\u09af \\u09ae\\u09c7\\u099f\\u09cd\\u09b0\\u09bf\\u0995\\u09cd\\u09b8 \\u09a8\\u09bf\\u09b0\\u09c0\\u0995\\u09cd\\u09b7\\u09a3 \\u0995\\u09b0\\u09c7, \\u09b8\\u09cd\\u09ac\\u09be\\u09b8\\u09cd\\u09a5\\u09cd\\u09af\\u0995\\u09b0 \\u099c\\u09c0\\u09ac\\u09a8\\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u099a\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>\\u099f\\u09c7\\u09b2\\u09bf\\u09ae\\u09c7\\u09a1\\u09bf\\u09b8\\u09bf\\u09a8: \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09aa\\u09b0\\u09be\\u09ae\\u09b0\\u09cd\\u09b6 \\u098f\\u09ac\\u0982 \\u09a6\\u09c2\\u09b0\\u09ac\\u09b0\\u09cd\\u09a4\\u09c0 \\u09aa\\u09b0\\u09cd\\u09af\\u09ac\\u09c7\\u0995\\u09cd\\u09b7\\u09a3 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982\\u09af\\u09bc\\u09c7\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09b8\\u09ae\\u09cd\\u09ad\\u09ac \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7\\u0964<\\/p><p>\\u0996. \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be<\\/p><p>\\u0987-\\u09b2\\u09be\\u09b0\\u09cd\\u09a8\\u09bf\\u0982 \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae: \\u0996\\u09be\\u09a8 \\u098f\\u0995\\u09be\\u09a1\\u09c7\\u09ae\\u09bf, \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7\\u09b0\\u09be \\u098f\\u09ac\\u0982 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09ae\\u09c2\\u09b2\\u0995 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09c7\\u09b0 \\u09ae\\u09a4\\u09cb \\u099f\\u09c1\\u09b2\\u0997\\u09c1\\u09b2\\u09bf \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u09c0 \\u09b2\\u0995\\u09cd\\u09b7 \\u09b2\\u0995\\u09cd\\u09b7\\u09c7\\u09b0 \\u0995\\u09be\\u099b\\u09c7 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u0995\\u09b0\\u09c7 \\u09a4\\u09cb\\u09b2\\u09c7\\u0964<\\/p><p>\\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4\\u0995\\u09c3\\u09a4 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be: \\u098f\\u0986\\u0987-\\u099a\\u09be\\u09b2\\u09bf\\u09a4 \\u0985\\u09cd\\u09af\\u09be\\u09b2\\u0997\\u09b0\\u09bf\\u09a6\\u09ae \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0\\u09cd\\u09a5\\u09c0\\u09a6\\u09c7\\u09b0 \\u0995\\u09b0\\u09cd\\u09ae\\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c7 \\u098f\\u09ac\\u0982 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0995\\u09be\\u09b8\\u09cd\\u099f\\u09ae\\u09be\\u0987\\u099c \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>\\u0997. \\u0985\\u09b0\\u09cd\\u09a5<\\/p><p>\\u09ac\\u09cd\\u09af\\u09be\\u0999\\u09cd\\u0995\\u09bf\\u0982 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09b8: \\u09a8\\u09bf\\u09b0\\u09be\\u09aa\\u09a6 \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b2\\u09c7\\u09a8\\u09a6\\u09c7\\u09a8 \\u098f\\u09ac\\u0982 \\u09ae\\u09cb\\u09ac\\u09be\\u0987\\u09b2 \\u09ac\\u09cd\\u09af\\u09be\\u0999\\u09cd\\u0995\\u09bf\\u0982 \\u09b6\\u0995\\u09cd\\u09a4\\u09bf\\u09b6\\u09be\\u09b2\\u09c0 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982\\u09af\\u09bc\\u09c7\\u09b0 \\u0989\\u09aa\\u09b0 \\u09a8\\u09bf\\u09b0\\u09cd\\u09ad\\u09b0 \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>\\u09b8\\u09cd\\u099f\\u0995 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3: \\u0985\\u09cd\\u09af\\u09be\\u09b2\\u0997\\u09b0\\u09bf\\u09a6\\u09ae \\u09ac\\u09be\\u099c\\u09be\\u09b0\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09ac\\u09a3\\u09a4\\u09be \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c7, \\u09ac\\u09bf\\u09a8\\u09bf\\u09af\\u09bc\\u09cb\\u0997\\u0995\\u09be\\u09b0\\u09c0\\u09a6\\u09c7\\u09b0 \\u099c\\u09cd\\u099e\\u09be\\u09a4 \\u09b8\\u09bf\\u09a6\\u09cd\\u09a7\\u09be\\u09a8\\u09cd\\u09a4 \\u09a8\\u09bf\\u09a4\\u09c7 \\u09b8\\u09be\\u09b9\\u09be\\u09af\\u09cd\\u09af \\u0995\\u09b0\\u09c7\\u0964<\\/p><p>d \\u09aa\\u09b0\\u09bf\\u09ac\\u09b9\\u09a8<\\/p><p>\\u09a8\\u09c7\\u09ad\\u09bf\\u0997\\u09c7\\u09b6\\u09a8 \\u09b8\\u09bf\\u09b8\\u09cd\\u099f\\u09c7\\u09ae: \\u099c\\u09bf\\u09aa\\u09bf\\u098f\\u09b8 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf \\u09b0\\u09bf\\u09af\\u09bc\\u09c7\\u09b2-\\u099f\\u09be\\u0987\\u09ae \\u099f\\u09cd\\u09b0\\u09be\\u09ab\\u09bf\\u0995 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u098f\\u09ac\\u0982 \\u0985\\u09aa\\u09cd\\u099f\\u09bf\\u09ae\\u09be\\u0987\\u099c \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7<\\/p>\"}', '2025-01-01 01:01:28', '2025-01-01 01:01:28'), (72, 2, 'Modules\\LMS\\Models\\Testimonial', 'bn', '{\"name\":\"\\u09b2\\u09bf\\u09af\\u09bc\\u09be\\u09ae \\u09ae\\u09be\\u09b0\\u09cd\\u099f\\u09bf\\u09a8\\u09c7\\u099c\",\"designation\":\"\\u09b2\\u09bf\\u09a1 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09be\\u09b0\",\"rating\":\"5\",\"comments\":\"<p>\\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09ac\\u09b8\\u09cd\\u09a4\\u09c1 \\u09ac\\u09bf\\u09a4\\u09b0\\u09a3 \\u09a8\\u09bf\\u09b0\\u09ac\\u099a\\u09cd\\u099b\\u09bf\\u09a8\\u09cd\\u09a8, \\u09ad\\u09bf\\u09a1\\u09bf\\u0993, \\u0995\\u09c1\\u0987\\u099c \\u098f\\u09ac\\u0982 \\u0985\\u09cd\\u09af\\u09be\\u09b8\\u09be\\u0987\\u09a8\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\\u09c7\\u09b0 \\u09ae\\u09bf\\u09b6\\u09cd\\u09b0\\u09a3 \\u09af\\u09be \\u099c\\u09bf\\u09a8\\u09bf\\u09b8\\u0997\\u09c1\\u09b2\\u09bf\\u0995\\u09c7 \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u09a3\\u09c0\\u09af\\u09bc \\u09b0\\u09be\\u0996\\u09c7\\u09f7 \\u0986\\u09ae\\u09bf \\u0986\\u09b2\\u09cb\\u099a\\u09a8\\u09be \\u09ac\\u09cb\\u09b0\\u09cd\\u09a1 \\u098f\\u09ac\\u0982 \\u0997\\u09cd\\u09b0\\u09c1\\u09aa \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09b2\\u09be\\u09aa\\u09c7\\u09b0 \\u09ae\\u09a4 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09c7\\u0995\\u09cd\\u099f\\u09bf\\u09ad \\u09ac\\u09c8\\u09b6\\u09bf\\u09b7\\u09cd\\u099f\\u09cd\\u09af\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u09aa\\u09cd\\u09b0\\u09b6\\u0982\\u09b8\\u09be \\u0995\\u09b0\\u09bf, \\u09af\\u09be \\u0986\\u09ae\\u09be\\u0995\\u09c7 \\u0985\\u09a8\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09af \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0\\u09cd\\u09a5\\u09c0\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09b8\\u09b9\\u09af\\u09cb\\u0997\\u09bf\\u09a4\\u09be \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u098f\\u0995\\u099f\\u09bf \\u09b8\\u09ae\\u09cd\\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09af\\u09bc\\u09c7\\u09b0 \\u0985\\u0982\\u09b6 \\u0985\\u09a8\\u09c1\\u09ad\\u09ac \\u0995\\u09b0\\u09a4\\u09c7 \\u09a6\\u09c7\\u09af\\u09bc\\u0964<\\/p>\"}', '2025-01-01 01:14:34', '2025-01-05 22:01:07'), (73, 2, 'Modules\\LMS\\Models\\Testimonial', 'ar', '{\"name\":\"\\u0644\\u064a\\u0627\\u0645 \\u0645\\u0627\\u0631\\u062a\\u064a\\u0646\\u064a\\u0632\",\"designation\":\"\\u0627\\u0644\\u0645\\u0637\\u0648\\u0631 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\",\"rating\":\"5\",\"comments\":\"<p>\\u0625\\u0646 \\u062a\\u0642\\u062f\\u064a\\u0645 \\u0627\\u0644\\u0645\\u062d\\u062a\\u0648\\u0649 \\u0633\\u0644\\u0633\\u060c \\u0645\\u0639 \\u0645\\u0632\\u064a\\u062c \\u0645\\u0646 \\u0645\\u0642\\u0627\\u0637\\u0639 \\u0627\\u0644\\u0641\\u064a\\u062f\\u064a\\u0648 \\u0648\\u0627\\u0644\\u0627\\u062e\\u062a\\u0628\\u0627\\u0631\\u0627\\u062a \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0645 \\u0627\\u0644\\u062a\\u064a \\u062a\\u062c\\u0639\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0631 \\u0645\\u062b\\u064a\\u0631\\u0629 \\u0644\\u0644\\u0627\\u0647\\u062a\\u0645\\u0627\\u0645. \\u0643\\u0645\\u0627 \\u0623\\u0642\\u062f\\u0631 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0627\\u062a \\u0627\\u0644\\u062a\\u0641\\u0627\\u0639\\u0644\\u064a\\u0629 \\u0645\\u062b\\u0644 \\u0644\\u0648\\u062d\\u0627\\u062a \\u0627\\u0644\\u0645\\u0646\\u0627\\u0642\\u0634\\u0629 \\u0648\\u0627\\u0644\\u0623\\u0646\\u0634\\u0637\\u0629 \\u0627\\u0644\\u062c\\u0645\\u0627\\u0639\\u064a\\u0629\\u060c \\u0648\\u0627\\u0644\\u062a\\u064a \\u062a\\u0633\\u0645\\u062d \\u0644\\u064a \\u0628\\u0627\\u0644\\u062a\\u0639\\u0627\\u0648\\u0646 \\u0645\\u0639 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0645\\u064a\\u0646 \\u0627\\u0644\\u0622\\u062e\\u0631\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0634\\u0639\\u0648\\u0631 \\u0628\\u0627\\u0644\\u0627\\u0646\\u062a\\u0645\\u0627\\u0621 \\u0625\\u0644\\u0649 \\u0645\\u062c\\u062a\\u0645\\u0639.<\\/p>\"}', '2025-01-01 01:15:05', '2025-01-05 22:00:27'), (74, 2, 'Modules\\LMS\\Models\\Testimonial', 'es', '{\"name\":\"Liam Mart\\u00ednez\",\"designation\":\"Desarrollador principal\",\"rating\":\"5\",\"comments\":\"<p>La entrega de contenido es fluida, con una combinaci\\u00f3n de videos, cuestionarios y tareas que mantienen el inter\\u00e9s. Tambi\\u00e9n aprecio las funciones interactivas, como los foros de discusi\\u00f3n y las actividades grupales, que me permiten colaborar con otros estudiantes y sentirme parte de una comunidad.<\\/p>\"}', '2025-01-01 01:16:21', '2025-01-05 22:00:45'), (78, 5, 'Modules\\LMS\\Models\\Testimonial', 'ar', '{\"name\":\"\\u0635\\u0648\\u0641\\u064a\\u0627 \\u0628\\u0627\\u062a\\u064a\\u0644\",\"designation\":\"\\u0623\\u062e\\u0635\\u0627\\u0626\\u064a \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642\",\"rating\":\"5\",\"comments\":\"<p>\\u0623\\u062d\\u062f \\u0627\\u0644\\u0623\\u0634\\u064a\\u0627\\u0621 \\u0627\\u0644\\u062a\\u064a \\u0623\\u062d\\u0628\\u0647\\u0627 \\u0623\\u0643\\u062b\\u0631 \\u0641\\u064a \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0647\\u0648 \\u0645\\u0631\\u0648\\u0646\\u062a\\u0647. \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062f\\u0648\\u0631\\u0627\\u062a\\u064a \\u0641\\u064a \\u0623\\u064a \\u0648\\u0642\\u062a \\u0648\\u0639\\u0644\\u0649 \\u0623\\u064a \\u062c\\u0647\\u0627\\u0632\\u060c \\u0648\\u0647\\u0648 \\u0645\\u0627 \\u064a\\u0646\\u0627\\u0633\\u0628 \\u062c\\u062f\\u0648\\u0644 \\u0623\\u0639\\u0645\\u0627\\u0644\\u064a \\u0627\\u0644\\u0645\\u0632\\u062f\\u062d\\u0645 \\u062a\\u0645\\u0627\\u0645\\u064b\\u0627. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u0641\\u064a \\u0627\\u0644\\u0645\\u0646\\u0632\\u0644 \\u0623\\u0648 \\u0641\\u064a \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c\\u060c \\u0644\\u0627 \\u0623\\u0641\\u0648\\u062a \\u0623\\u0628\\u062f\\u064b\\u0627 \\u0641\\u0631\\u0635\\u0629 \\u0644\\u0644\\u062a\\u0639\\u0644\\u0645.<\\/p>\"}', '2025-01-01 01:20:18', '2025-01-05 22:04:56'), (79, 5, 'Modules\\LMS\\Models\\Testimonial', 'es', '{\"name\":\"Sof\\u00eda Patel\",\"designation\":\"Especialista en marketing\",\"rating\":\"5\",\"comments\":\"<p>Una de las cosas que m\\u00e1s me gusta de esta plataforma es su flexibilidad. Puedo acceder a mis cursos en cualquier momento y desde cualquier dispositivo, lo que se adapta perfectamente a mi apretada agenda. Ya sea que est\\u00e9 en casa o de viaje, nunca pierdo una oportunidad de aprender.<\\/p>\"}', '2025-01-01 01:20:56', '2025-01-05 22:06:19'), (80, 5, 'Modules\\LMS\\Models\\Testimonial', 'bn', '{\"name\":\"\\u09b8\\u09cb\\u09ab\\u09bf\\u09af\\u09bc\\u09be \\u09aa\\u09cd\\u09af\\u09be\\u099f\\u09c7\\u09b2\",\"designation\":\"\\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982 \\u09ac\\u09bf\\u09b6\\u09c7\\u09b7\\u099c\\u09cd\\u099e\",\"rating\":\"5\",\"comments\":\"<p>\\u098f\\u099f\\u09be \\u0995\\u09a4 \\u09a8\\u09ae\\u09a8\\u09c0\\u09af\\u09bc \\u098f\\u0987 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0986\\u09ae\\u09bf \\u09b8\\u09ac\\u099a\\u09c7\\u09af\\u09bc\\u09c7 \\u09ad\\u09be\\u09b2\\u09cb\\u09ac\\u09be\\u09b8\\u09bf \\u099c\\u09bf\\u09a8\\u09bf\\u09b8 \\u098f\\u0995. \\u0986\\u09ae\\u09bf \\u09af\\u09c7 \\u0995\\u09cb\\u09a8\\u09cb \\u09b8\\u09ae\\u09af\\u09bc \\u098f\\u09ac\\u0982 \\u09af\\u09c7\\u0995\\u09cb\\u09a8\\u09cb \\u09a1\\u09bf\\u09ad\\u09be\\u0987\\u09b8\\u09c7 \\u0986\\u09ae\\u09be\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf, \\u09af\\u09be \\u0986\\u09ae\\u09be\\u09b0 \\u09ac\\u09cd\\u09af\\u09b8\\u09cd\\u09a4 \\u09b8\\u09ae\\u09af\\u09bc\\u09b8\\u09c2\\u099a\\u09c0\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09aa\\u09c1\\u09b0\\u09cb\\u09aa\\u09c1\\u09b0\\u09bf \\u09ab\\u09bf\\u099f \\u0995\\u09b0\\u09c7\\u0964 \\u0986\\u09ae\\u09bf \\u09ac\\u09be\\u09a1\\u09bc\\u09bf\\u09a4\\u09c7 \\u09a5\\u09be\\u0995\\u09bf \\u09ac\\u09be \\u09ac\\u09c7\\u09a1\\u09bc\\u09be\\u09a4\\u09c7 \\u09af\\u09be\\u0987, \\u0986\\u09ae\\u09bf \\u0995\\u0996\\u09a8\\u0987 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09b8\\u09c1\\u09af\\u09cb\\u0997 \\u09ae\\u09bf\\u09b8 \\u0995\\u09b0\\u09bf \\u09a8\\u09be\\u0964<\\/p>\"}', '2025-01-01 01:21:28', '2025-01-05 22:06:42'), (81, 1, 'Modules\\LMS\\Models\\Testimonial', 'ar', '{\"name\":\"\\u0625\\u064a\\u0645\\u0627 \\u062c\\u0648\\u0646\\u0633\\u0648\\u0646\",\"designation\":\"\\u0645\\u062f\\u064a\\u0631 \\u0627\\u0644\\u0645\\u0646\\u062a\\u062c \\u0627\\u0644\\u0623\\u0648\\u0644\",\"rating\":\"5\",\"comments\":\"<p>\\u0623\\u062d\\u062f \\u0627\\u0644\\u0623\\u0634\\u064a\\u0627\\u0621 \\u0627\\u0644\\u062a\\u064a \\u0623\\u062d\\u0628\\u0647\\u0627 \\u0623\\u0643\\u062b\\u0631 \\u0641\\u064a \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0647\\u0648 \\u0645\\u0631\\u0648\\u0646\\u062a\\u0647. \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062f\\u0648\\u0631\\u0627\\u062a\\u064a \\u0641\\u064a \\u0623\\u064a \\u0648\\u0642\\u062a \\u0648\\u0639\\u0644\\u0649 \\u0623\\u064a \\u062c\\u0647\\u0627\\u0632\\u060c \\u0648\\u0647\\u0648 \\u0645\\u0627 \\u064a\\u0646\\u0627\\u0633\\u0628 \\u062c\\u062f\\u0648\\u0644 \\u0623\\u0639\\u0645\\u0627\\u0644\\u064a \\u0627\\u0644\\u0645\\u0632\\u062f\\u062d\\u0645 \\u062a\\u0645\\u0627\\u0645\\u064b\\u0627. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u0641\\u064a \\u0627\\u0644\\u0645\\u0646\\u0632\\u0644 \\u0623\\u0648 \\u0641\\u064a \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c\\u060c \\u0644\\u0627 \\u0623\\u0641\\u0648\\u062a \\u0623\\u0628\\u062f\\u064b\\u0627 \\u0641\\u0631\\u0635\\u0629 \\u0644\\u0644\\u062a\\u0639\\u0644\\u0645.<\\/p>\"}', '2025-01-01 01:21:58', '2025-01-05 22:05:24'), (82, 1, 'Modules\\LMS\\Models\\Testimonial', 'es', '{\"name\":\"Emma Johnson\",\"designation\":\"Gerente de producto s\\u00e9nior\",\"rating\":\"5\",\"comments\":\"<p>Una de las cosas que m\\u00e1s me gusta de esta plataforma es su flexibilidad. Puedo acceder a mis cursos en cualquier momento y desde cualquier dispositivo, lo que se adapta perfectamente a mi apretada agenda. Ya sea que est\\u00e9 en casa o de viaje, nunca pierdo una oportunidad de aprender.<\\/p>\"}', '2025-01-01 01:22:31', '2025-01-01 01:22:31'), (83, 1, 'Modules\\LMS\\Models\\Testimonial', 'bn', '{\"name\":\"\\u098f\\u09ae\\u09be \\u099c\\u09a8\\u09b8\\u09a8\",\"designation\":\"\\u09b8\\u09bf\\u09a8\\u09bf\\u09af\\u09bc\\u09b0 \\u09aa\\u09cd\\u09b0\\u09cb\\u09a1\\u09be\\u0995\\u09cd\\u099f \\u09ae\\u09cd\\u09af\\u09be\\u09a8\\u09c7\\u099c\\u09be\\u09b0\",\"rating\":\"5\",\"comments\":\"<p>\\u098f\\u099f\\u09be \\u0995\\u09a4 \\u09a8\\u09ae\\u09a8\\u09c0\\u09af\\u09bc \\u098f\\u0987 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0986\\u09ae\\u09bf \\u09b8\\u09ac\\u099a\\u09c7\\u09af\\u09bc\\u09c7 \\u09ad\\u09be\\u09b2\\u09cb\\u09ac\\u09be\\u09b8\\u09bf \\u099c\\u09bf\\u09a8\\u09bf\\u09b8 \\u098f\\u0995. \\u0986\\u09ae\\u09bf \\u09af\\u09c7 \\u0995\\u09cb\\u09a8\\u09cb \\u09b8\\u09ae\\u09af\\u09bc \\u098f\\u09ac\\u0982 \\u09af\\u09c7\\u0995\\u09cb\\u09a8\\u09cb \\u09a1\\u09bf\\u09ad\\u09be\\u0987\\u09b8\\u09c7 \\u0986\\u09ae\\u09be\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf, \\u09af\\u09be \\u0986\\u09ae\\u09be\\u09b0 \\u09ac\\u09cd\\u09af\\u09b8\\u09cd\\u09a4 \\u09b8\\u09ae\\u09af\\u09bc\\u09b8\\u09c2\\u099a\\u09c0\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09aa\\u09c1\\u09b0\\u09cb\\u09aa\\u09c1\\u09b0\\u09bf \\u09ab\\u09bf\\u099f \\u0995\\u09b0\\u09c7\\u0964 \\u0986\\u09ae\\u09bf \\u09ac\\u09be\\u09a1\\u09bc\\u09bf\\u09a4\\u09c7 \\u09a5\\u09be\\u0995\\u09bf \\u09ac\\u09be \\u09ac\\u09c7\\u09a1\\u09bc\\u09be\\u09a4\\u09c7 \\u09af\\u09be\\u0987, \\u0986\\u09ae\\u09bf \\u0995\\u0996\\u09a8\\u0987 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09b8\\u09c1\\u09af\\u09cb\\u0997 \\u09ae\\u09bf\\u09b8 \\u0995\\u09b0\\u09bf \\u09a8\\u09be\\u0964<\\/p>\"}', '2025-01-01 01:22:57', '2025-01-05 22:05:43'), (113, 6, 'Modules\\LMS\\Models\\Category', 'ar', '{\"title\":\"\\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\",\"meta_title\":\"\\u0625\\u062a\\u0642\\u0627\\u0646 \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a - \\u062a\\u062d\\u0633\\u064a\\u0646 \\u0645\\u062d\\u0631\\u0643\\u0627\\u062a \\u0627\\u0644\\u0628\\u062d\\u062b \\u0648\\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0639\\u0628\\u0631 \\u0645\\u062d\\u0631\\u0643\\u0627\\u062a \\u0627\\u0644\\u0628\\u062d\\u062b \\u0648\\u0648\\u0633\\u0627\\u0626\\u0644 \\u0627\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u064a \\u0648\\u0627\\u0644\\u0645\\u0632\\u064a\\u062f\",\"meta_description\":\"\\u0643\\u0646 \\u062e\\u0628\\u064a\\u0631\\u064b\\u0627 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u062d\\u0648\\u0644 \\u062a\\u062d\\u0633\\u064a\\u0646 \\u0645\\u062d\\u0631\\u0643\\u0627\\u062a \\u0627\\u0644\\u0628\\u062d\\u062b \\u0648\\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0639\\u0628\\u0631 \\u0645\\u062d\\u0631\\u0643\\u0627\\u062a \\u0627\\u0644\\u0628\\u062d\\u062b \\u0648\\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0628\\u0627\\u0644\\u0645\\u062d\\u062a\\u0648\\u0649 \\u0648\\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0648\\u0627\\u0633\\u062a\\u0631\\u0627\\u062a\\u064a\\u062c\\u064a\\u0627\\u062a \\u0648\\u0633\\u0627\\u0626\\u0644 \\u0627\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u064a. \\u062a\\u0639\\u0631\\u0651\\u0641 \\u0639\\u0644\\u0649 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0632\\u064a\\u0627\\u062f\\u0629 \\u0639\\u062f\\u062f \\u0627\\u0644\\u0632\\u064a\\u0627\\u0631\\u0627\\u062a \\u0648\\u0632\\u064a\\u0627\\u062f\\u0629 \\u0627\\u0644\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0648\\u062a\\u062d\\u0633\\u064a\\u0646 \\u0627\\u0644\\u062d\\u0645\\u0644\\u0627\\u062a \\u0644\\u062a\\u0646\\u0645\\u064a\\u0629 \\u0623\\u064a \\u0639\\u0645\\u0644 \\u062a\\u062c\\u0627\\u0631\\u064a.\"}', '2025-01-01 02:49:44', '2025-01-01 02:49:44'), (114, 6, 'Modules\\LMS\\Models\\Category', 'es', '{\"title\":\"Marketing digital\",\"meta_title\":\"Maestr\\u00eda en marketing digital: SEO, SEM, redes sociales y m\\u00e1s\",\"meta_description\":\"Convi\\u00e9rtete en un experto en marketing digital con cursos sobre SEO, SEM, marketing de contenidos, marketing por correo electr\\u00f3nico y estrategias de redes sociales. Aprende a generar tr\\u00e1fico, aumentar la participaci\\u00f3n y optimizar campa\\u00f1as para hacer crecer cualquier negocio.\"}', '2025-01-01 02:50:19', '2025-01-01 02:50:19'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (115, 6, 'Modules\\LMS\\Models\\Category', 'bn', '{\"title\":\"\\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982\",\"meta_title\":\"\\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982 \\u09ae\\u09be\\u09b8\\u09cd\\u099f\\u09be\\u09b0\\u09bf - \\u098f\\u09b8\\u0987\\u0993, \\u098f\\u09b8\\u0987\\u098f\\u09ae, \\u09b8\\u09cb\\u09b6\\u09cd\\u09af\\u09be\\u09b2 \\u09ae\\u09bf\\u09a1\\u09bf\\u09af\\u09bc\\u09be \\u098f\\u09ac\\u0982 \\u0986\\u09b0\\u0993 \\u0985\\u09a8\\u09c7\\u0995 \\u0995\\u09bf\\u099b\\u09c1\",\"meta_description\":\"\\u098f\\u09b8\\u0987\\u0993, \\u098f\\u09b8\\u0987\\u098f\\u09ae, \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09ac\\u09b8\\u09cd\\u09a4\\u09c1 \\u09ac\\u09bf\\u09aa\\u09a3\\u09a8, \\u0987\\u09ae\\u09c7\\u09b2 \\u09ac\\u09bf\\u09aa\\u09a3\\u09a8, \\u098f\\u09ac\\u0982 \\u09b8\\u09be\\u09ae\\u09be\\u099c\\u09bf\\u0995 \\u09ae\\u09bf\\u09a1\\u09bf\\u09af\\u09bc\\u09be \\u0995\\u09cc\\u09b6\\u09b2\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u09b8\\u09b9 \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982 \\u09ac\\u09bf\\u09b6\\u09c7\\u09b7\\u099c\\u09cd\\u099e \\u09b9\\u09af\\u09bc\\u09c7 \\u0989\\u09a0\\u09c1\\u09a8\\u0964 \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u099f\\u09cd\\u09b0\\u09be\\u09ab\\u09bf\\u0995 \\u099a\\u09be\\u09b2\\u09be\\u09a4\\u09c7 \\u09b9\\u09af\\u09bc, \\u09b8\\u09ae\\u09cd\\u09aa\\u09c3\\u0995\\u09cd\\u09a4\\u09a4\\u09be \\u09ac\\u09be\\u09a1\\u09bc\\u09be\\u09a4\\u09c7 \\u09b9\\u09af\\u09bc \\u098f\\u09ac\\u0982 \\u09af\\u09c7 \\u0995\\u09cb\\u09a8\\u09cb \\u09ac\\u09cd\\u09af\\u09ac\\u09b8\\u09be \\u09ac\\u09be\\u09a1\\u09bc\\u09be\\u09a4\\u09c7 \\u09aa\\u09cd\\u09b0\\u099a\\u09be\\u09b0\\u09be\\u09ad\\u09bf\\u09af\\u09be\\u09a8 \\u0985\\u09aa\\u09cd\\u099f\\u09bf\\u09ae\\u09be\\u0987\\u099c \\u0995\\u09b0\\u09a4\\u09c7 \\u09b9\\u09af\\u09bc \\u09a4\\u09be \\u099c\\u09be\\u09a8\\u09c1\\u09a8\\u0964\"}', '2025-01-01 02:50:55', '2025-01-01 02:50:55'), (116, 5, 'Modules\\LMS\\Models\\Category', 'ar', '{\"title\":\"\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0648\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"meta_title\":\"\\u062f\\u0648\\u0631\\u0627\\u062a \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\/\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 - \\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u0635\\u0645\\u064a\\u0645\\u0627\\u062a \\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\",\"meta_description\":\"\\u062a\\u0639\\u0631\\u0651\\u0641 \\u0639\\u0644\\u0649 \\u0645\\u0628\\u0627\\u062f\\u0626 \\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u0645\\u0648\\u062c\\u0647 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0641\\u064a \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\/\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645. \\u0627\\u0643\\u062a\\u0633\\u0628 \\u062e\\u0628\\u0631\\u0629 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0623\\u062f\\u0648\\u0627\\u062a \\u0645\\u062b\\u0644 Figma \\u0648Sketch \\u0648Adobe XD. \\u0623\\u062a\\u0642\\u0646 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0627\\u0644\\u0625\\u0637\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0633\\u0644\\u0643\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0646\\u0645\\u0627\\u0630\\u062c \\u0627\\u0644\\u0623\\u0648\\u0644\\u064a\\u0629 \\u0648\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0648\\u0627\\u062c\\u0647\\u0627\\u062a \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0628\\u0635\\u0631\\u064a\\u064b\\u0627 \\u062a\\u0648\\u0641\\u0631 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0633\\u0644\\u0633\\u0629.\"}', '2025-01-01 02:51:44', '2025-01-01 02:51:44'), (117, 5, 'Modules\\LMS\\Models\\Category', 'es', '{\"title\":\"Dise\\u00f1o UI\\/UX\",\"meta_title\":\"Cursos de dise\\u00f1o UI\\/UX: cree dise\\u00f1os f\\u00e1ciles de usar\",\"meta_description\":\"Aprenda los principios del dise\\u00f1o centrado en el usuario con cursos de dise\\u00f1o de UI\\/UX. Obtenga experiencia pr\\u00e1ctica con herramientas como Figma, Sketch y Adobe XD. Domine la creaci\\u00f3n de wireframes, prototipos y interfaces visualmente atractivas que ofrezcan experiencias de usuario perfectas.\"}', '2025-01-01 02:52:21', '2025-01-01 02:52:21'), (118, 5, 'Modules\\LMS\\Models\\Category', 'bn', '{\"title\":\"UI\\/UX \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\",\"meta_title\":\"UI\\/UX \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 - \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u09ac\\u09be\\u09a8\\u09cd\\u09a7\\u09ac \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c1\\u09a8\",\"meta_description\":\"UI\\/UX \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u09b8\\u09b9 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09bf\\u0995 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u09a8\\u09c0\\u09a4\\u09bf\\u0997\\u09c1\\u09b2\\u09bf \\u09b6\\u09bf\\u0996\\u09c1\\u09a8\\u0964 Figma, Sketch, \\u098f\\u09ac\\u0982 Adobe XD-\\u098f\\u09b0 \\u09ae\\u09a4 \\u099f\\u09c1\\u09b2\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09b9\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09b8-\\u0985\\u09a8 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0985\\u09b0\\u09cd\\u099c\\u09a8 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u09ae\\u09be\\u09b8\\u09cd\\u099f\\u09be\\u09b0 \\u0993\\u09af\\u09bc\\u09cd\\u09af\\u09be\\u09b0\\u09ab\\u09cd\\u09b0\\u09c7\\u09ae\\u09bf\\u0982, \\u09aa\\u09cd\\u09b0\\u09cb\\u099f\\u09cb\\u099f\\u09be\\u0987\\u09aa\\u09bf\\u0982, \\u098f\\u09ac\\u0982 \\u09a6\\u09c3\\u09b6\\u09cd\\u09af\\u09ae\\u09be\\u09a8\\u09ad\\u09be\\u09ac\\u09c7 \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09ab\\u09c7\\u09b8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09af\\u09be \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09a6\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b0\\u09be\\u09ae\\u09b9\\u09c0\\u09a8 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09c7\\u0964\"}', '2025-01-01 02:52:52', '2025-01-01 02:52:52'), (119, 4, 'Modules\\LMS\\Models\\Category', 'ar', '{\"title\":\"\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\",\"meta_title\":\"\\u062a\\u0639\\u0644\\u0645 \\u0639\\u0644\\u0648\\u0645 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a - \\u0628\\u0627\\u064a\\u062b\\u0648\\u0646\\u060c \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0622\\u0644\\u064a\\u060c \\u0648\\u0627\\u0644\\u0630\\u0643\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0635\\u0637\\u0646\\u0627\\u0639\\u064a \\u0648\\u0627\\u0644\\u0645\\u0632\\u064a\\u062f\",\"meta_description\":null}', '2025-01-01 02:53:40', '2025-01-01 02:53:40'), (120, 4, 'Modules\\LMS\\Models\\Category', 'es', '{\"title\":\"Ciencia de datos\",\"meta_title\":\"Aprenda ciencia de datos: Python, aprendizaje autom\\u00e1tico, inteligencia artificial y m\\u00e1s\",\"meta_description\":null}', '2025-01-01 02:54:04', '2025-01-01 02:54:04'), (121, 4, 'Modules\\LMS\\Models\\Category', 'bn', '{\"title\":\"\\u09a1\\u09c7\\u099f\\u09be \\u09b8\\u09be\\u09af\\u09bc\\u09c7\\u09a8\\u09cd\\u09b8\",\"meta_title\":\"\\u09a1\\u09c7\\u099f\\u09be \\u09b8\\u09be\\u09af\\u09bc\\u09c7\\u09a8\\u09cd\\u09b8 \\u09b6\\u09bf\\u0996\\u09c1\\u09a8 - \\u09aa\\u09be\\u0987\\u09a5\\u09a8, \\u09ae\\u09c7\\u09b6\\u09bf\\u09a8 \\u09b2\\u09be\\u09b0\\u09cd\\u09a8\\u09bf\\u0982, \\u098f\\u0986\\u0987 \\u098f\\u09ac\\u0982 \\u0986\\u09b0\\u0993 \\u0985\\u09a8\\u09c7\\u0995 \\u0995\\u09bf\\u099b\\u09c1\",\"meta_description\":null}', '2025-01-01 02:54:27', '2025-01-01 02:54:27'), (122, 2, 'Modules\\LMS\\Models\\Category', 'ar', '{\"title\":\"\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u064a\\u0628\",\"meta_title\":\"\\u062a\\u0639\\u0644\\u0645 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u064a\\u0628 - HTML \\u0648CSS \\u0648JavaScript \\u0648\\u0627\\u0644\\u0623\\u0637\\u0631\",\"meta_description\":\"\\u0627\\u0646\\u063a\\u0645\\u0633 \\u0641\\u064a \\u0639\\u0627\\u0644\\u0645 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0648\\u0642\\u0645 \\u0628\\u0628\\u0646\\u0627\\u0621 \\u0645\\u0648\\u0627\\u0642\\u0639 \\u0648\\u064a\\u0628 \\u0645\\u0630\\u0647\\u0644\\u0629. \\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u062a\\u0642\\u0646\\u064a\\u0627\\u062a \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0629 \\u0645\\u062b\\u0644 HTML \\u0648CSS \\u0648JavaScript\\u060c \\u0648\\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0637\\u0631 \\u0627\\u0644\\u0645\\u062a\\u0642\\u062f\\u0645\\u0629 \\u0645\\u062b\\u0644 React \\u0648Angular \\u0648Node.js. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u0645\\u0628\\u062a\\u062f\\u0626\\u064b\\u0627 \\u0623\\u0648 \\u0645\\u0628\\u0631\\u0645\\u062c\\u064b\\u0627 \\u0645\\u062a\\u0645\\u0631\\u0633\\u064b\\u0627\\u060c \\u062a\\u0642\\u062f\\u0645 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0641\\u0626\\u0629 \\u062f\\u0648\\u0631\\u0627\\u062a \\u0644\\u062a\\u0639\\u0632\\u064a\\u0632 \\u0645\\u0647\\u0627\\u0631\\u0627\\u062a\\u0643.\"}', '2025-01-01 02:55:01', '2025-01-01 02:55:01'), (123, 2, 'Modules\\LMS\\Models\\Category', 'es', '{\"title\":\"Desarrollo web\",\"meta_title\":\"Aprenda desarrollo web: HTML, CSS, JavaScript y frameworks\",\"meta_description\":\"Sum\\u00e9rgete en el mundo del desarrollo web y crea sitios web incre\\u00edbles. Aprende tecnolog\\u00edas b\\u00e1sicas como HTML, CSS y JavaScript, y avanza hacia marcos avanzados como React, Angular y Node.js. Ya seas un programador principiante o experimentado, esta categor\\u00eda ofrece cursos para mejorar tus habilidades.\"}', '2025-01-01 02:55:37', '2025-01-01 02:55:37'), (124, 2, 'Modules\\LMS\\Models\\Category', 'bn', '{\"title\":\"\\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\",\"meta_title\":\"\\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09b6\\u09bf\\u0996\\u09c1\\u09a8 - HTML, CSS, JavaScript \\u098f\\u09ac\\u0982 Frameworks\",\"meta_description\":\"\\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\\u09c7\\u09b0 \\u099c\\u0997\\u09a4\\u09c7 \\u09a1\\u09c1\\u09ac \\u09a6\\u09bf\\u09a8 \\u098f\\u09ac\\u0982 \\u0985\\u09a4\\u09cd\\u09af\\u09be\\u09b6\\u09cd\\u099a\\u09b0\\u09cd\\u09af \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u098f\\u0987\\u099a\\u099f\\u09bf\\u098f\\u09ae\\u098f\\u09b2, \\u09b8\\u09bf\\u098f\\u09b8\\u098f\\u09b8 \\u098f\\u09ac\\u0982 \\u099c\\u09be\\u09ad\\u09be\\u09b8\\u09cd\\u0995\\u09cd\\u09b0\\u09bf\\u09aa\\u09cd\\u099f\\u09c7\\u09b0 \\u09ae\\u09a4 \\u09ae\\u09cc\\u09b2\\u09bf\\u0995 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf \\u09b6\\u09bf\\u0996\\u09c1\\u09a8 \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be, \\u0995\\u09cc\\u09a3\\u09bf\\u0995, \\u098f\\u09ac\\u0982 Node.js \\u098f\\u09b0 \\u09ae\\u09a4 \\u0989\\u09a8\\u09cd\\u09a8\\u09a4 \\u09ab\\u09cd\\u09b0\\u09c7\\u09ae\\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u0995\\u0997\\u09c1\\u09b2\\u09bf\\u09a4\\u09c7 \\u0985\\u0997\\u09cd\\u09b0\\u0997\\u09a4\\u09bf \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0995\\u099c\\u09a8 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a8\\u09ac\\u09bf\\u09b8 \\u09ac\\u09be \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e \\u0995\\u09cb\\u09a1\\u09be\\u09b0 \\u09b9\\u09cb\\u09a8 \\u09a8\\u09be \\u0995\\u09c7\\u09a8, \\u098f\\u0987 \\u09ac\\u09bf\\u09ad\\u09be\\u0997\\u099f\\u09bf \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be \\u09ac\\u09be\\u09a1\\u09bc\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u0985\\u09ab\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u0964\"}', '2025-01-01 02:56:24', '2025-01-01 02:56:24'), (135, 8, 'Modules\\LMS\\Models\\Blog\\BlogCategory', 'ar', '{\"name\":\"\\u0644\\u063a\\u0627\\u062a \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629\"}', '2025-01-01 03:59:32', '2025-01-01 03:59:48'), (136, 8, 'Modules\\LMS\\Models\\Blog\\BlogCategory', 'es', '{\"name\":\"Lenguajes de programaci\\u00f3n\"}', '2025-01-01 04:00:03', '2025-01-01 04:00:03'), (137, 8, 'Modules\\LMS\\Models\\Blog\\BlogCategory', 'bn', '{\"name\":\"\\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u09ad\\u09be\\u09b7\\u09be\"}', '2025-01-01 04:00:17', '2025-01-01 04:00:17'), (144, 5, 'Modules\\LMS\\Models\\Blog\\BlogCategory', 'ar', '{\"name\":\"\\u062a\\u0635\\u0645\\u064a\\u0645\"}', '2025-01-01 04:03:40', '2025-01-01 04:03:40'), (145, 5, 'Modules\\LMS\\Models\\Blog\\BlogCategory', 'es', '{\"name\":\"Dise\\u00f1o\"}', '2025-01-01 04:03:56', '2025-01-01 04:03:56'), (146, 5, 'Modules\\LMS\\Models\\Blog\\BlogCategory', 'bn', '{\"name\":\"UI\\/UX \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\"}', '2025-01-01 04:04:12', '2025-01-01 04:04:12'), (147, 4, 'Modules\\LMS\\Models\\Blog\\BlogCategory', 'ar', '{\"name\":\"\\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\"}', '2025-01-01 04:04:29', '2025-01-01 04:04:29'), (148, 4, 'Modules\\LMS\\Models\\Blog\\BlogCategory', 'es', '{\"name\":\"Marketing digital\"}', '2025-01-01 04:04:42', '2025-01-01 04:04:42'), (149, 4, 'Modules\\LMS\\Models\\Blog\\BlogCategory', 'bn', '{\"name\":\"\\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982\"}', '2025-01-01 04:04:55', '2025-01-01 04:04:55'), (150, 2, 'Modules\\LMS\\Models\\Blog\\BlogCategory', 'ar', '{\"name\":\"\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u0641\\u0646\"}', '2025-01-01 04:07:29', '2025-01-01 04:07:29'), (151, 2, 'Modules\\LMS\\Models\\Blog\\BlogCategory', 'es', '{\"name\":\"Dise\\u00f1o de arte\"}', '2025-01-01 04:07:41', '2025-01-01 04:07:41'), (152, 2, 'Modules\\LMS\\Models\\Blog\\BlogCategory', 'bn', '{\"name\":\"ART \\u098f\\u09b0 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\"}', '2025-01-01 04:08:04', '2025-01-01 04:08:04'), (156, 1, 'Modules\\LMS\\Models\\Blog\\Blog', 'en', '{\"title\":\"Top 10 Courses to Boost Your Best Career in 2025\",\"description\":\"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.\"}', '2025-01-01 04:11:54', '2025-01-01 04:12:25'), (159, 14, 'Modules\\LMS\\Models\\Courses\\Subject', 'en', '{\"name\":\"E-Commerce\",\"meta_title\":\"E-Commerce Development - Build Online Stores with Ease\",\"meta_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.\"}', '2025-01-01 15:42:25', '2025-01-01 15:42:25'), (164, 14, 'Modules\\LMS\\Models\\Courses\\Subject', 'ar', '{\"name\":\"\\u0627\\u0644\\u062a\\u062c\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u0629\",\"meta_title\":\"\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u0629 - \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u062a\\u0627\\u062c\\u0631 \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u0629 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629\",\"meta_description\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0627\\u062c\\u0631 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u0646\\u0635\\u0627\\u062a \\u0645\\u062b\\u0644 Shopify \\u0648WooCommerce \\u0648Magento. \\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0645\\u064a\\u0632\\u0627\\u062a \\u0645\\u062b\\u0644 \\u062a\\u0643\\u0627\\u0645\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0648\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0646\\u062a\\u062c\\u0627\\u062a \\u0648\\u062a\\u062d\\u0633\\u064a\\u0646 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645.\"}', '2025-01-01 18:00:22', '2025-01-01 18:00:22'), (165, 14, 'Modules\\LMS\\Models\\Courses\\Subject', 'es', '{\"name\":\"Comercio electr\\u00f3nico\",\"meta_title\":\"Desarrollo de comercio electr\\u00f3nico: cree tiendas en l\\u00ednea con facilidad\",\"meta_description\":\"Aprenda a crear y administrar tiendas en l\\u00ednea mediante plataformas como Shopify, WooCommerce y Magento. Explore funciones como la integraci\\u00f3n de pagos, la lista de productos y la optimizaci\\u00f3n de la experiencia del usuario.\"}', '2025-01-01 18:01:09', '2025-01-01 18:01:09'), (166, 14, 'Modules\\LMS\\Models\\Courses\\Subject', 'bn', '{\"name\":\"\\u0987-\\u0995\\u09ae\\u09be\\u09b0\\u09cd\\u09b8\",\"meta_title\":\"\\u0987-\\u0995\\u09ae\\u09be\\u09b0\\u09cd\\u09b8 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f - \\u09b8\\u09b9\\u099c\\u09c7 \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b8\\u09cd\\u099f\\u09cb\\u09b0 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c1\\u09a8\",\"meta_description\":\"Shopify, WooCommerce, \\u098f\\u09ac\\u0982 Magento-\\u098f\\u09b0 \\u09ae\\u09a4\\u09cb \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7 \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b8\\u09cd\\u099f\\u09cb\\u09b0 \\u09a4\\u09c8\\u09b0\\u09bf \\u0993 \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u0995\\u09b0\\u09ac\\u09c7\\u09a8 \\u09a4\\u09be \\u099c\\u09be\\u09a8\\u09c1\\u09a8\\u0964 \\u09aa\\u09c7\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u0987\\u09a8\\u09cd\\u099f\\u09bf\\u0997\\u09cd\\u09b0\\u09c7\\u09b6\\u09a8, \\u09aa\\u09a3\\u09cd\\u09af \\u09a4\\u09be\\u09b2\\u09bf\\u0995\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0985\\u09aa\\u09cd\\u099f\\u09bf\\u09ae\\u09be\\u0987\\u099c\\u09c7\\u09b6\\u09be\\u09a8\\u09c7\\u09b0 \\u09ae\\u09a4 \\u09ac\\u09c8\\u09b6\\u09bf\\u09b7\\u09cd\\u099f\\u09cd\\u09af\\u0997\\u09c1\\u09b2\\u09bf \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c1\\u09a8\\u09f7\"}', '2025-01-01 18:01:52', '2025-01-01 18:01:52'), (167, 15, 'Modules\\LMS\\Models\\Courses\\Subject', 'en', '{\"name\":\"Helldasfsdafasdo\",\"meta_title\":\"sdfasdf\",\"meta_description\":\"sdfasd\"}', '2025-01-01 18:02:55', '2025-01-01 18:03:06'), (168, 5, 'Modules\\LMS\\Models\\Courses\\Subject', 'ar', '{\"name\":\"\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u0645\\u0646\\u062a\\u062c\",\"meta_title\":\"\\u062a\\u0635\\u0645\\u064a\\u0645\",\"meta_description\":\"\\u0625\\u062a\\u0642\\u0627\\u0646 \\u0623\\u0633\\u0627\\u0633\\u064a\\u0627\\u062a \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u0645\\u0646\\u062a\\u062c\\u060c \\u0645\\u0646 \\u0627\\u0644\\u0628\\u062d\\u062b \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0646\\u0645\\u0627\\u0630\\u062c \\u0627\\u0644\\u0623\\u0648\\u0644\\u064a\\u0629\\u060c \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u0635\\u0645\\u064a\\u0645\\u0627\\u062a \\u0645\\u0624\\u062b\\u0631\\u0629 \\u062a\\u0631\\u0643\\u0632 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645.\"}', '2025-01-01 18:16:21', '2025-01-01 18:16:21'), (169, 5, 'Modules\\LMS\\Models\\Courses\\Subject', 'es', '{\"name\":\"Dise\\u00f1o de producto\",\"meta_title\":\"Dise\\u00f1o\",\"meta_description\":\"Domine los conceptos b\\u00e1sicos del dise\\u00f1o de productos, desde la investigaci\\u00f3n hasta la creaci\\u00f3n de prototipos, para crear dise\\u00f1os impactantes y centrados en el usuario.\"}', '2025-01-01 18:17:20', '2025-01-01 18:17:20'), (170, 5, 'Modules\\LMS\\Models\\Courses\\Subject', 'bn', '{\"name\":\"\\u09aa\\u09a3\\u09cd\\u09af \\u09a8\\u0995\\u09b6\\u09be\",\"meta_title\":\"\\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\",\"meta_description\":\"\\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09bf\\u0995, \\u09aa\\u09cd\\u09b0\\u09ad\\u09be\\u09ac\\u09b6\\u09be\\u09b2\\u09c0 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u0997\\u09ac\\u09c7\\u09b7\\u09a3\\u09be \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c7 \\u09aa\\u09cd\\u09b0\\u09cb\\u099f\\u09cb\\u099f\\u09be\\u0987\\u09aa\\u09bf\\u0982 \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4 \\u09aa\\u09a3\\u09cd\\u09af \\u09a8\\u0995\\u09b6\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09af\\u09bc\\u09cb\\u099c\\u09a8\\u09c0\\u09af\\u09bc \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u0997\\u09c1\\u09b2\\u09bf\\u09a4\\u09c7 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be \\u0985\\u09b0\\u09cd\\u099c\\u09a8 \\u0995\\u09b0\\u09c1\\u09a8\\u0964\"}', '2025-01-01 18:40:10', '2025-01-01 18:40:10'), (171, 9, 'Modules\\LMS\\Models\\Courses\\Subject', 'ar', '{\"name\":\"\\u0627\\u0644\\u0630\\u0643\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0635\\u0637\\u0646\\u0627\\u0639\\u064a\",\"meta_title\":\"\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0630\\u0643\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0635\\u0637\\u0646\\u0627\\u0639\\u064a - \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0627\\u062a \\u0625\\u0644\\u0649 \\u0645\\u0641\\u0627\\u0647\\u064a\\u0645 \\u0627\\u0644\\u0630\\u0643\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0635\\u0637\\u0646\\u0627\\u0639\\u064a \\u0627\\u0644\\u0645\\u062a\\u0642\\u062f\\u0645\\u0629\",\"meta_description\":\"\\u0643\\u0646 \\u062e\\u0628\\u064a\\u0631\\u064b\\u0627 \\u0641\\u064a \\u0645\\u062c\\u0627\\u0644 \\u0627\\u0644\\u0630\\u0643\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0635\\u0637\\u0646\\u0627\\u0639\\u064a \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0641\\u0647\\u0645 \\u0623\\u0633\\u0627\\u0633\\u064a\\u0627\\u062a \\u0627\\u0644\\u0630\\u0643\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0635\\u0637\\u0646\\u0627\\u0639\\u064a. \\u062a\\u0639\\u0644\\u0651\\u0645 \\u0645\\u0648\\u0636\\u0648\\u0639\\u0627\\u062a \\u0645\\u062b\\u0644 \\u0627\\u0644\\u0634\\u0628\\u0643\\u0627\\u062a \\u0627\\u0644\\u0639\\u0635\\u0628\\u064a\\u0629 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0639\\u0645\\u064a\\u0642 \\u0648\\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u0644\\u063a\\u0629 \\u0627\\u0644\\u0637\\u0628\\u064a\\u0639\\u064a\\u0629 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u062a\\u0639\\u0632\\u064a\\u0632\\u064a \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0623\\u0646\\u0638\\u0645\\u0629 \\u0630\\u0643\\u064a\\u0629 \\u0648\\u0642\\u0627\\u0628\\u0644\\u0629 \\u0644\\u0644\\u062a\\u0643\\u064a\\u0641.\"}', '2025-01-01 18:41:25', '2025-01-01 18:41:25'), (172, 9, 'Modules\\LMS\\Models\\Courses\\Subject', 'es', '{\"name\":\"Inteligencia artificial\",\"meta_title\":\"Aprenda inteligencia artificial: desde los conceptos b\\u00e1sicos hasta los conceptos avanzados\",\"meta_description\":\"Convi\\u00e9rtete en un experto en IA comprendiendo los fundamentos de la inteligencia artificial. Aprende temas como redes neuronales, aprendizaje profundo, procesamiento del lenguaje natural y aprendizaje por refuerzo para crear sistemas inteligentes y adaptativos.\"}', '2025-01-01 18:42:02', '2025-01-01 18:42:02'), (173, 9, 'Modules\\LMS\\Models\\Courses\\Subject', 'bn', '{\"name\":\"\\u0995\\u09c3\\u09a4\\u09cd\\u09b0\\u09bf\\u09ae \\u09ac\\u09c1\\u09a6\\u09cd\\u09a7\\u09bf\\u09ae\\u09a4\\u09cd\\u09a4\\u09be\",\"meta_title\":\"\\u0995\\u09c3\\u09a4\\u09cd\\u09b0\\u09bf\\u09ae \\u09ac\\u09c1\\u09a6\\u09cd\\u09a7\\u09bf\\u09ae\\u09a4\\u09cd\\u09a4\\u09be \\u09b6\\u09bf\\u0996\\u09c1\\u09a8 - \\u09ae\\u09cc\\u09b2\\u09bf\\u0995 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc \\u09a5\\u09c7\\u0995\\u09c7 \\u0989\\u09a8\\u09cd\\u09a8\\u09a4 \\u0995\\u09c3\\u09a4\\u09cd\\u09b0\\u09bf\\u09ae \\u09ac\\u09c1\\u09a6\\u09cd\\u09a7\\u09bf\\u09ae\\u09a4\\u09cd\\u09a4\\u09be \\u09a7\\u09be\\u09b0\\u09a3\\u09be \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4\",\"meta_description\":\"\\u0995\\u09c3\\u09a4\\u09cd\\u09b0\\u09bf\\u09ae \\u09ac\\u09c1\\u09a6\\u09cd\\u09a7\\u09bf\\u09ae\\u09a4\\u09cd\\u09a4\\u09be\\u09b0 \\u09ae\\u09cc\\u09b2\\u09bf\\u0995 \\u09ac\\u09bf\\u09b7\\u09df\\u0997\\u09c1\\u09b2\\u09cb \\u09ac\\u09c1\\u099d\\u09a4\\u09c7 \\u09aa\\u09c7\\u09b0\\u09c7 \\u098f\\u0995\\u099c\\u09a8 AI \\u09ac\\u09bf\\u09b6\\u09c7\\u09b7\\u099c\\u09cd\\u099e \\u09b9\\u09df\\u09c7 \\u0989\\u09a0\\u09c1\\u09a8\\u0964 \\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f \\u098f\\u09ac\\u0982 \\u0985\\u09ad\\u09bf\\u09af\\u09cb\\u099c\\u09bf\\u09a4 \\u09b8\\u09bf\\u09b8\\u09cd\\u099f\\u09c7\\u09ae \\u09a4\\u09c8\\u09b0\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a8\\u09bf\\u0989\\u09b0\\u09be\\u09b2 \\u09a8\\u09c7\\u099f\\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u0995, \\u0997\\u09ad\\u09c0\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09aa\\u09cd\\u09b0\\u09be\\u0995\\u09c3\\u09a4\\u09bf\\u0995 \\u09ad\\u09be\\u09b7\\u09be \\u09aa\\u09cd\\u09b0\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u0995\\u09b0\\u09a3 \\u098f\\u09ac\\u0982 \\u09b6\\u0995\\u09cd\\u09a4\\u09bf\\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09ae\\u09a4\\u09cb \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u0997\\u09c1\\u09b2\\u09bf \\u09b6\\u09bf\\u0996\\u09c1\\u09a8\\u0964\"}', '2025-01-01 18:43:08', '2025-01-01 18:43:08'), (174, 10, 'Modules\\LMS\\Models\\Courses\\Subject', 'ar', '{\"name\":\"\\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u062c\\u0631\\u0627\\u0641\\u064a\\u0643\\u064a\",\"meta_title\":\"\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u062c\\u0631\\u0627\\u0641\\u064a\\u0643\\u064a - \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0635\\u0648\\u0631 \\u0645\\u0630\\u0647\\u0644\\u0629\",\"meta_description\":\"\\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0639\\u0627\\u0644\\u0645 \\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u062c\\u0631\\u0627\\u0641\\u064a\\u0643\\u064a \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u063a\\u0637\\u064a \\u0627\\u0644\\u0637\\u0628\\u0627\\u0639\\u0629 \\u0648\\u0646\\u0638\\u0631\\u064a\\u0629 \\u0627\\u0644\\u0623\\u0644\\u0648\\u0627\\u0646 \\u0648\\u0627\\u0644\\u0639\\u0644\\u0627\\u0645\\u0627\\u062a \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0628\\u0631\\u0627\\u0645\\u062c \\u0645\\u062b\\u0644 Adobe Photoshop \\u0648Illustrator \\u0648InDesign. \\u0645\\u062b\\u0627\\u0644\\u064a\\u0629 \\u0644\\u0623\\u064a \\u0634\\u062e\\u0635 \\u064a\\u062a\\u0637\\u0644\\u0639 \\u0625\\u0644\\u0649 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u0635\\u0645\\u064a\\u0645\\u0627\\u062a \\u0645\\u0624\\u062b\\u0631\\u0629.\"}', '2025-01-01 18:46:35', '2025-01-01 18:46:35'), (175, 10, 'Modules\\LMS\\Models\\Courses\\Subject', 'es', '{\"name\":\"Dise\\u00f1o gr\\u00e1fico\",\"meta_title\":\"Cursos de dise\\u00f1o gr\\u00e1fico: crea im\\u00e1genes impactantes\",\"meta_description\":\"Explora el mundo del dise\\u00f1o gr\\u00e1fico con cursos que abarcan tipograf\\u00eda, teor\\u00eda del color, branding y software como Adobe Photoshop, Illustrator e InDesign. Perfecto para cualquiera que busque crear dise\\u00f1os impactantes.\"}', '2025-01-01 18:47:09', '2025-01-01 18:47:09'), (176, 10, 'Modules\\LMS\\Models\\Courses\\Subject', 'bn', '{\"name\":\"\\u0997\\u09cd\\u09b0\\u09be\\u09ab\\u09bf\\u0995 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\",\"meta_title\":\"\\u0997\\u09cd\\u09b0\\u09be\\u09ab\\u09bf\\u0995 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 - \\u0985\\u09a4\\u09cd\\u09af\\u09be\\u09b6\\u09cd\\u099a\\u09b0\\u09cd\\u09af \\u09ad\\u09bf\\u099c\\u09cd\\u09af\\u09c1\\u09af\\u09bc\\u09be\\u09b2 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c1\\u09a8\",\"meta_description\":\"\\u099f\\u09be\\u0987\\u09aa\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ab\\u09bf, \\u09b0\\u0999 \\u09a4\\u09a4\\u09cd\\u09a4\\u09cd\\u09ac, \\u09ac\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09bf\\u0982 \\u098f\\u09ac\\u0982 \\u0985\\u09cd\\u09af\\u09be\\u09a1\\u09cb\\u09ac\\u09bf \\u09ab\\u099f\\u09cb\\u09b6\\u09aa, \\u0987\\u09b2\\u09be\\u09b8\\u09cd\\u099f\\u09cd\\u09b0\\u09c7\\u099f\\u09b0 \\u098f\\u09ac\\u0982 \\u0987\\u09a8\\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u09ae\\u09a4\\u09cb \\u09b8\\u09ab\\u09cd\\u099f\\u0993\\u09af\\u09bc\\u09cd\\u09af\\u09be\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u0997\\u09cd\\u09b0\\u09be\\u09ab\\u09bf\\u0995 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u099c\\u0997\\u09ce \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u09aa\\u09cd\\u09b0\\u09ad\\u09be\\u09ac\\u09b6\\u09be\\u09b2\\u09c0 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u0986\\u0997\\u09cd\\u09b0\\u09b9\\u09c0 \\u09af\\u09c7 \\u0995\\u09be\\u09b0\\u0993 \\u099c\\u09a8\\u09cd\\u09af \\u0989\\u09aa\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u0964\"}', '2025-01-01 18:49:43', '2025-01-01 18:49:43'), (193, 13, 'Modules\\LMS\\Models\\Category', 'en', '{\"title\":\"Miafdsafsdafsa\",\"meta_title\":\"Cybersecurity Training - Ethical Hacking, Network Security\",\"meta_description\":\"fdssdafsd\"}', '2025-01-01 22:39:29', '2025-01-01 22:39:39'), (195, 14, 'Modules\\LMS\\Models\\Courses\\Tag', 'en', '{\"name\":\"KM\"}', '2025-01-01 23:00:46', '2025-01-01 23:00:46'), (196, 7, 'Modules\\LMS\\Models\\Courses\\Level', 'en', '{\"name\":\"dfgdfgdf\"}', '2025-01-01 23:01:30', '2025-01-01 23:01:30'), (197, 8, 'Modules\\LMS\\Models\\Courses\\Level', 'en', '{\"name\":\"All\"}', '2025-01-01 23:02:16', '2025-01-01 23:02:16'), (199, 9, 'Modules\\LMS\\Models\\Courses\\Tag', 'en', '{\"name\":\"Artificial Intelligence\"}', '2025-01-01 23:03:30', '2025-01-01 23:03:30'), (200, 1, 'Modules\\LMS\\Models\\Courses\\Level', 'es', '{\"name\":\"Intermedio a avanzado\"}', '2025-01-01 23:05:39', '2025-01-01 23:05:39'), (201, 1, 'Modules\\LMS\\Models\\Courses\\Level', 'ar', '{\"name\":\"\\u0645\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0648\\u0633\\u0637 \\u200b\\u200b\\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u062a\\u0642\\u062f\\u0645\"}', '2025-01-01 23:05:53', '2025-01-01 23:05:53'), (202, 1, 'Modules\\LMS\\Models\\Courses\\Level', 'bn', '{\"name\":\"\\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09ae\\u09bf\\u09a1\\u09bf\\u09af\\u09bc\\u09c7\\u099f \\u09a5\\u09c7\\u0995\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u09a1\\u09ad\\u09be\\u09a8\\u09cd\\u09b8\\u09a1\"}', '2025-01-01 23:06:08', '2025-01-01 23:06:08'), (204, 6, 'Modules\\LMS\\Models\\Courses\\Level', 'en', '{\"name\":\"Beginner\"}', '2025-01-01 23:06:59', '2025-01-01 23:10:59'), (207, 1, 'Modules\\LMS\\Models\\Courses\\Level', 'en', '{\"name\":\"Intermediate\"}', '2025-01-01 23:11:19', '2025-01-01 23:11:19'), (208, 2, 'Modules\\LMS\\Models\\Courses\\Tag', 'en', '{\"name\":\"Front-End Development\"}', '2025-01-01 23:13:03', '2025-01-01 23:13:03'), (209, 1, 'Modules\\LMS\\Models\\Courses\\Tag', 'en', '{\"name\":\"Back-End Development\"}', '2025-01-01 23:13:16', '2025-01-01 23:13:16'), (210, 2, 'Modules\\LMS\\Models\\Courses\\Level', 'en', '{\"name\":\"Intermediate\"}', '2025-01-01 23:13:58', '2025-01-01 23:13:58'), (211, 10, 'Modules\\LMS\\Models\\Courses\\Tag', 'en', '{\"name\":\"Software Engineering\"}', '2025-01-01 23:14:05', '2025-01-01 23:14:05'), (212, 5, 'Modules\\LMS\\Models\\Courses\\Level', 'en', '{\"name\":\"Advanced\"}', '2025-01-01 23:15:25', '2025-01-01 23:15:25'), (213, 4, 'Modules\\LMS\\Models\\Courses\\Level', 'en', '{\"name\":\"Expert\"}', '2025-01-01 23:15:38', '2025-01-01 23:15:38'), (214, 10, 'Modules\\LMS\\Models\\Courses\\Tag', 'ar', '{\"name\":\"\\u0647\\u0646\\u062f\\u0633\\u0629 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u064a\\u0627\\u062a\"}', '2025-01-01 23:15:41', '2025-01-01 23:15:41'), (215, 3, 'Modules\\LMS\\Models\\Courses\\Level', 'en', '{\"name\":\"Professional\"}', '2025-01-01 23:15:48', '2025-01-01 23:15:48'), (216, 10, 'Modules\\LMS\\Models\\Courses\\Tag', 'es', '{\"name\":\"Ingenier\\u00eda de software\"}', '2025-01-01 23:15:55', '2025-01-01 23:15:55'), (217, 9, 'Modules\\LMS\\Models\\Courses\\Level', 'en', '{\"name\":\"Specialized\"}', '2025-01-01 23:16:02', '2025-01-01 23:16:02'), (218, 10, 'Modules\\LMS\\Models\\Courses\\Tag', 'bn', '{\"name\":\"\\u09b8\\u09ab\\u099f\\u0993\\u09af\\u09bc\\u09cd\\u09af\\u09be\\u09b0 \\u0987\\u099e\\u09cd\\u099c\\u09bf\\u09a8\\u09bf\\u09af\\u09bc\\u09be\\u09b0\\u09bf\\u0982\"}', '2025-01-01 23:16:07', '2025-01-01 23:16:07'), (219, 1, 'Modules\\LMS\\Models\\Courses\\Tag', 'ar', '{\"name\":\"\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u062e\\u0644\\u0641\\u064a\\u0629\"}', '2025-01-01 23:16:23', '2025-01-01 23:16:23'), (220, 1, 'Modules\\LMS\\Models\\Courses\\Tag', 'es', '{\"name\":\"Desarrollo back-end\"}', '2025-01-01 23:16:44', '2025-01-01 23:16:44'), (221, 9, 'Modules\\LMS\\Models\\Courses\\Level', 'es', '{\"name\":\"Especializada\"}', '2025-01-01 23:16:47', '2025-01-01 23:16:47'), (222, 1, 'Modules\\LMS\\Models\\Courses\\Tag', 'bn', '{\"name\":\"\\u09ac\\u09cd\\u09af\\u09be\\u0995-\\u098f\\u09a8\\u09cd\\u09a1 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\"}', '2025-01-01 23:16:58', '2025-01-01 23:16:58'), (223, 9, 'Modules\\LMS\\Models\\Courses\\Level', 'ar', '{\"name\":\"\\u0645\\u062a\\u062e\\u0635\\u0635\"}', '2025-01-01 23:17:15', '2025-01-01 23:17:15'), (224, 2, 'Modules\\LMS\\Models\\Courses\\Tag', 'ar', '{\"name\":\"\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0645\\u064a\\u0629\"}', '2025-01-01 23:17:20', '2025-01-01 23:17:20'), (225, 2, 'Modules\\LMS\\Models\\Courses\\Tag', 'es', '{\"name\":\"Desarrollo Front-End\"}', '2025-01-01 23:17:34', '2025-01-01 23:17:34'), (226, 9, 'Modules\\LMS\\Models\\Courses\\Level', 'bn', '{\"name\":\"\\u09ac\\u09bf\\u09b6\\u09c7\\u09b7\\u09be\\u09af\\u09bc\\u09bf\\u09a4\"}', '2025-01-01 23:17:44', '2025-01-01 23:17:44'), (227, 2, 'Modules\\LMS\\Models\\Courses\\Tag', 'bn', '{\"name\":\"\\u09ab\\u09cd\\u09b0\\u09a8\\u09cd\\u099f-\\u098f\\u09a8\\u09cd\\u09a1 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\"}', '2025-01-01 23:17:46', '2025-01-01 23:17:46'), (228, 3, 'Modules\\LMS\\Models\\Courses\\Level', 'ar', '{\"name\":\"\\u0627\\u062d\\u062a\\u0631\\u0627\\u0641\\u064a\"}', '2025-01-01 23:18:31', '2025-01-01 23:18:31'), (229, 3, 'Modules\\LMS\\Models\\Courses\\Level', 'es', '{\"name\":\"Profesional\"}', '2025-01-01 23:19:10', '2025-01-01 23:19:10'), (230, 3, 'Modules\\LMS\\Models\\Courses\\Level', 'bn', '{\"name\":\"\\u09aa\\u09cd\\u09b0\\u09ab\\u09c7\\u09b6\\u09a8\\u09be\\u09b2\"}', '2025-01-01 23:19:39', '2025-01-01 23:19:39'), (233, 4, 'Modules\\LMS\\Models\\Courses\\Level', 'ar', '{\"name\":\"\\u062e\\u0628\\u064a\\u0631\"}', '2025-01-01 23:20:59', '2025-01-01 23:20:59'), (235, 4, 'Modules\\LMS\\Models\\Courses\\Level', 'es', '{\"name\":\"Experta\"}', '2025-01-01 23:21:30', '2025-01-01 23:21:30'), (236, 4, 'Modules\\LMS\\Models\\Courses\\Level', 'bn', '{\"name\":\"\\u09ac\\u09bf\\u09b6\\u09c7\\u09b7\\u099c\\u09cd\\u099e\"}', '2025-01-01 23:22:00', '2025-01-01 23:22:00'), (237, 5, 'Modules\\LMS\\Models\\Courses\\Level', 'ar', '{\"name\":\"\\u0645\\u062a\\u0642\\u062f\\u0645\"}', '2025-01-01 23:22:20', '2025-01-01 23:22:20'), (238, 4, 'Modules\\LMS\\Models\\Courses\\Tag', 'ar', '{\"name\":\"\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u064a\\u0628\"}', '2025-01-01 23:22:32', '2025-01-01 23:22:32'), (239, 5, 'Modules\\LMS\\Models\\Courses\\Level', 'es', '{\"name\":\"Avanzada\"}', '2025-01-01 23:22:43', '2025-01-01 23:22:43'), (240, 4, 'Modules\\LMS\\Models\\Courses\\Tag', 'es', '{\"name\":\"Desarrollo web\"}', '2025-01-01 23:22:49', '2025-01-01 23:22:49'), (241, 5, 'Modules\\LMS\\Models\\Courses\\Level', 'bn', '{\"name\":\"\\u0989\\u09a8\\u09cd\\u09a8\\u09a4\"}', '2025-01-01 23:23:09', '2025-01-01 23:23:09'), (242, 6, 'Modules\\LMS\\Models\\Courses\\Level', 'ar', '{\"name\":\"\\u0645\\u0628\\u062a\\u062f\\u0626\"}', '2025-01-01 23:25:33', '2025-01-01 23:25:33'), (243, 6, 'Modules\\LMS\\Models\\Courses\\Level', 'es', '{\"name\":\"Principiante\"}', '2025-01-01 23:25:59', '2025-01-01 23:25:59'), (244, 6, 'Modules\\LMS\\Models\\Courses\\Level', 'bn', '{\"name\":\"\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a8\\u09ac\\u09bf\\u09b8\"}', '2025-01-01 23:26:56', '2025-01-01 23:26:56'), (245, 2, 'Modules\\LMS\\Models\\Courses\\Level', 'ar', '{\"name\":\"\\u0645\\u062a\\u0648\\u0633\\u0637\"}', '2025-01-01 23:27:16', '2025-01-01 23:30:00'), (246, 2, 'Modules\\LMS\\Models\\Courses\\Level', 'es', '{\"name\":\"Intermedia\"}', '2025-01-01 23:28:00', '2025-01-01 23:28:00'), (247, 2, 'Modules\\LMS\\Models\\Courses\\Level', 'bn', '{\"name\":\"\\u09ae\\u09a7\\u09cd\\u09af\\u09ac\\u09b0\\u09cd\\u09a4\\u09c0\"}', '2025-01-01 23:28:28', '2025-01-01 23:28:28'), (248, 4, 'Modules\\LMS\\Models\\Courses\\Tag', 'bn', '{\"name\":\"\\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\"}', '2025-01-01 23:31:26', '2025-01-01 23:31:26'), (252, 9, 'Modules\\LMS\\Models\\Courses\\Tag', 'ar', '{\"name\":\"\\u0627\\u0644\\u0630\\u0643\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0635\\u0637\\u0646\\u0627\\u0639\\u064a\"}', '2025-01-01 23:33:13', '2025-01-01 23:33:13'), (254, 9, 'Modules\\LMS\\Models\\Courses\\Tag', 'es', '{\"name\":\"Inteligencia artificial\"}', '2025-01-01 23:33:40', '2025-01-01 23:33:40'), (255, 9, 'Modules\\LMS\\Models\\Courses\\Tag', 'bn', '{\"name\":\"\\u0995\\u09c3\\u09a4\\u09cd\\u09b0\\u09bf\\u09ae \\u09ac\\u09c1\\u09a6\\u09cd\\u09a7\\u09bf\\u09ae\\u09a4\\u09cd\\u09a4\\u09be\"}', '2025-01-01 23:34:02', '2025-01-01 23:34:02'), (258, 11, 'Modules\\LMS\\Models\\Courses\\Tag', 'bn', '{\"name\":\"\\u0997\\u09cd\\u09b0\\u09be\\u09ab\\u09bf\\u0995 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\"}', '2025-01-01 23:34:28', '2025-01-01 23:34:28'), (260, 11, 'Modules\\LMS\\Models\\Courses\\Tag', 'es', '{\"name\":\"Dise\\u00f1o gr\\u00e1fico\"}', '2025-01-01 23:34:50', '2025-01-01 23:34:50'), (261, 11, 'Modules\\LMS\\Models\\Courses\\Tag', 'ar', '{\"name\":\"\\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u062c\\u0631\\u0627\\u0641\\u064a\\u0643\\u064a\"}', '2025-01-01 23:35:33', '2025-01-01 23:35:33'), (265, 10, 'Modules\\LMS\\Models\\Courses\\Subject', 'en', '{\"name\":\"Graphic design\",\"meta_title\":\"Graphic Design Courses - Create Stunning Images\",\"meta_description\":\"Explore the world of graphic design with courses covering typography, colour theory, branding and software like Adobe Photoshop, Illustrator and InDesign. Perfect for anyone looking to create impactful designs.\"}', '2025-01-01 23:47:50', '2025-01-01 23:47:50'), (266, 9, 'Modules\\LMS\\Models\\Courses\\Subject', 'en', '{\"name\":\"artificial intelligence\",\"meta_title\":\"Learn Artificial Intelligence - From Basics to Advanced AI Concepts\",\"meta_description\":\"Become an AI expert by understanding the fundamentals of AI. Learn topics like neural networks, deep learning, natural language processing, and reinforcement learning to create intelligent and adaptive systems.\"}', '2025-01-01 23:48:28', '2025-01-01 23:48:28'), (267, 5, 'Modules\\LMS\\Models\\Courses\\Subject', 'en', '{\"name\":\"Product Design\",\"meta_title\":\"design\",\"meta_description\":\"Master the fundamentals of product design, from research to prototyping, to create impactful, user-centered designs.\"}', '2025-01-01 23:48:58', '2025-01-01 23:48:58'), (268, 2, 'Modules\\LMS\\Models\\Courses\\Course', 'en', '{\"title\":\"Full Stack Web Development with JavaScript\",\"short_description\":\"Learn how to develop full-stack web applications from scratch.\",\"description\":\"<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>\"}', '2025-01-02 00:34:12', '2025-01-02 00:34:12'), (269, 2, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 JavaScript\",\"short_description\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0627\\u0644\\u0645\\u062a\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0635\\u0641\\u0631.\",\"description\":\"<ul><li>\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0635\\u0641\\u0631. \\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u062a\\u0642\\u0646\\u064a\\u0627\\u062a \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0645\\u064a\\u0629 \\u0645\\u062b\\u0644 HTML \\u0648CSS \\u0648JavaScript \\u0625\\u0644\\u0649 \\u062c\\u0627\\u0646\\u0628 \\u0623\\u0637\\u0631 \\u0627\\u0644\\u0639\\u0645\\u0644 \\u0627\\u0644\\u062e\\u0644\\u0641\\u064a\\u0629 \\u0645\\u062b\\u0644 Node.js \\u0648Django \\u0648\\u0642\\u0648\\u0627\\u0639\\u062f \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0645\\u062b\\u0644 MongoDB \\u0648MySQL. \\u0645\\u062b\\u0627\\u0644\\u064a \\u0644\\u0623\\u0648\\u0644\\u0626\\u0643 \\u0627\\u0644\\u0630\\u064a\\u0646 \\u064a\\u0647\\u062f\\u0641\\u0648\\u0646 \\u0625\\u0644\\u0649 \\u0623\\u0646 \\u064a\\u0635\\u0628\\u062d\\u0648\\u0627 \\u0645\\u0637\\u0648\\u0631\\u064a\\u0646 \\u0645\\u062a\\u0639\\u062f\\u062f\\u064a \\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a.<\\/li><\\/ul>\"}', '2025-01-04 09:41:15', '2025-01-04 09:41:15'), (270, 2, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Desarrollo web full stack con JavaScript\",\"short_description\":\"Aprenda a desarrollar aplicaciones web full-stack desde cero.\",\"description\":\"<ul><li>Aprenda a desarrollar aplicaciones web full-stack desde cero. Explore tecnolog\\u00edas frontend como HTML, CSS y JavaScript junto con frameworks backend como Node.js, Django y bases de datos como MongoDB y MySQL. Perfecto para quienes aspiran a convertirse en desarrolladores vers\\u00e1tiles.<\\/li><\\/ul>\"}', '2025-01-04 09:46:46', '2025-01-04 09:46:46'), (271, 2, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u099c\\u09be\\u09ad\\u09be\\u09b8\\u09cd\\u0995\\u09cd\\u09b0\\u09bf\\u09aa\\u09cd\\u099f \\u09b8\\u09b9 \\u09b8\\u09ae\\u09cd\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09cd\\u099f\\u09cd\\u09af\\u09be\\u0995 \\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\",\"short_description\":\"\\u09b8\\u09cd\\u0995\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u099a \\u09a5\\u09c7\\u0995\\u09c7 \\u09ab\\u09c1\\u09b2-\\u09b8\\u09cd\\u099f\\u09cd\\u09af\\u09be\\u0995 \\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09cd\\u09b2\\u09bf\\u0995\\u09c7\\u09b6\\u09a8\\u0997\\u09c1\\u09b2\\u09bf \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u09ac\\u09bf\\u0995\\u09be\\u09b6 \\u0995\\u09b0\\u09ac\\u09c7\\u09a8 \\u09a4\\u09be \\u09b6\\u09bf\\u0996\\u09c1\\u09a8\\u0964\",\"description\":\"<ul><li>\\u09b8\\u09cd\\u0995\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u099a \\u09a5\\u09c7\\u0995\\u09c7 \\u09ab\\u09c1\\u09b2-\\u09b8\\u09cd\\u099f\\u09cd\\u09af\\u09be\\u0995 \\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09cd\\u09b2\\u09bf\\u0995\\u09c7\\u09b6\\u09a8\\u0997\\u09c1\\u09b2\\u09bf \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u09ac\\u09bf\\u0995\\u09be\\u09b6 \\u0995\\u09b0\\u09ac\\u09c7\\u09a8 \\u09a4\\u09be \\u09b6\\u09bf\\u0996\\u09c1\\u09a8\\u0964 Node.js, Django \\u098f\\u09b0 \\u09ae\\u09a4 \\u09ac\\u09cd\\u09af\\u09be\\u0995\\u098f\\u09a8\\u09cd\\u09a1 \\u09ab\\u09cd\\u09b0\\u09c7\\u09ae\\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u0995 \\u098f\\u09ac\\u0982 MongoDB \\u098f\\u09ac\\u0982 MySQL \\u098f\\u09b0 \\u09ae\\u09a4 \\u09a1\\u09be\\u099f\\u09be\\u09ac\\u09c7\\u09b8 \\u09b8\\u09b9 HTML, CSS, \\u098f\\u09ac\\u0982 JavaScript \\u098f\\u09b0 \\u09ae\\u09a4 \\u09ab\\u09cd\\u09b0\\u09a8\\u09cd\\u099f\\u098f\\u09a8\\u09cd\\u09a1 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u09ac\\u09b9\\u09c1\\u09ae\\u09c1\\u0996\\u09c0 \\u09ac\\u09bf\\u0995\\u09be\\u09b6\\u0995\\u09be\\u09b0\\u09c0 \\u09b9\\u0993\\u09af\\u09bc\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0989\\u09aa\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u0964<\\/li><\\/ul>\"}', '2025-01-04 09:47:35', '2025-01-04 09:47:35'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (272, 9, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u062f\\u0648\\u0631\\u0629 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0645\\u064a\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 React \\u0644\\u0628\\u0646\\u0627\\u0621 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0627\\u0644\\u062f\\u064a\\u0646\\u0627\\u0645\\u064a\\u0643\\u064a\\u0629\",\"short_description\":\"\\u0625\\u062a\\u0642\\u0627\\u0646 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0627\\u0644\\u062f\\u064a\\u0646\\u0627\\u0645\\u064a\\u0643\\u064a\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 React: \\u062a\\u0639\\u0644\\u0645 \\u0628\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0643\\u0648\\u0646\\u0627\\u062a \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u062d\\u0627\\u0644\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 Redux \\u0648\\u0633\\u064a\\u0631 \\u0639\\u0645\\u0644 \\u0627\\u0644\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u062d\\u062f\\u064a\\u062b\\u0629 \\u0628\\u0643\\u0641\\u0627\\u0621\\u0629.\",\"description\":\"<p>\\u0627\\u0631\\u062a\\u0642 \\u0628\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a\\u0643 \\u0641\\u064a \\u0628\\u0646\\u0627\\u0621 \\u0648\\u0627\\u062c\\u0647\\u0627\\u062a \\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u062f\\u064a\\u0646\\u0627\\u0645\\u064a\\u0643\\u064a\\u0629 \\u0648\\u062a\\u0641\\u0627\\u0639\\u0644\\u064a\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 React! \\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0642\\u0648\\u0629 \\u0627\\u0644\\u0647\\u0646\\u062f\\u0633\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0645\\u0627\\u0631\\u064a\\u0629 \\u0627\\u0644\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0643\\u0648\\u0646\\u0627\\u062a\\u060c \\u0648\\u0623\\u062a\\u0642\\u0646 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u062d\\u0627\\u0644\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 Redux\\u060c \\u0648\\u062a\\u0628\\u0646\\u0649 \\u0633\\u064a\\u0631 \\u0639\\u0645\\u0644 \\u0627\\u0644\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u062d\\u062f\\u064a\\u062b\\u0629. \\u0627\\u0643\\u062a\\u0633\\u0628 \\u062e\\u0628\\u0631\\u0629 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0633\\u0644\\u0633\\u0629 \\u0648\\u0641\\u0639\\u0627\\u0644\\u0629 \\u0648\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0648\\u0645\\u0635\\u0645\\u0645\\u0629 \\u062e\\u0635\\u064a\\u0635\\u064b\\u0627 \\u0644\\u0644\\u0645\\u0634\\u0647\\u062f \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a \\u0633\\u0631\\u064a\\u0639 \\u0627\\u0644\\u062a\\u0637\\u0648\\u0631 \\u0627\\u0644\\u064a\\u0648\\u0645.<\\/p>\"}', '2025-01-04 09:55:07', '2025-01-04 09:55:07'), (273, 9, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Curso de desarrollo front-end con React para crear aplicaciones web din\\u00e1micas\",\"short_description\":\"Domine la creaci\\u00f3n de UI din\\u00e1mica con React: aprenda la arquitectura de componentes, la gesti\\u00f3n de estados mediante Redux y los flujos de trabajo de desarrollo modernos de manera eficiente.\",\"description\":\"<p>\\u00a1Mejora tus habilidades en la creaci\\u00f3n de interfaces de usuario din\\u00e1micas e interactivas con React! Explora el poder de la arquitectura basada en componentes, domina la gesti\\u00f3n de estados con Redux y adopta flujos de trabajo de desarrollo modernos. Obt\\u00e9n experiencia pr\\u00e1ctica para crear aplicaciones fluidas, eficientes y con capacidad de respuesta, adaptadas al panorama digital actual en r\\u00e1pida evoluci\\u00f3n.<\\/p>\"}', '2025-01-04 09:56:20', '2025-01-04 09:56:20'), (274, 9, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u09a1\\u09be\\u09af\\u09bc\\u09a8\\u09be\\u09ae\\u09bf\\u0995 \\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09cd\\u09b2\\u09bf\\u0995\\u09c7\\u09b6\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be \\u09b8\\u09b9 \\u09ab\\u09cd\\u09b0\\u09a8\\u09cd\\u099f-\\u098f\\u09a8\\u09cd\\u09a1 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\",\"short_description\":\"\\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be \\u09b8\\u09b9 \\u09ae\\u09be\\u09b8\\u09cd\\u099f\\u09be\\u09b0 \\u09a1\\u09be\\u0987\\u09a8\\u09be\\u09ae\\u09bf\\u0995 UI \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c1\\u09a8: \\u0995\\u09ae\\u09cd\\u09aa\\u09cb\\u09a8\\u09c7\\u09a8\\u09cd\\u099f \\u0986\\u09b0\\u09cd\\u0995\\u09bf\\u099f\\u09c7\\u0995\\u099a\\u09be\\u09b0, Redux \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7 \\u09b8\\u09cd\\u099f\\u09c7\\u099f \\u09ae\\u09cd\\u09af\\u09be\\u09a8\\u09c7\\u099c\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u098f\\u09ac\\u0982 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u0986\\u09a7\\u09c1\\u09a8\\u09bf\\u0995 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u0995\\u09ab\\u09cd\\u09b2\\u09cb \\u09b6\\u09bf\\u0996\\u09c1\\u09a8\\u0964\",\"description\":\"<p>\\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be \\u09b8\\u09b9 \\u0997\\u09a4\\u09bf\\u09b6\\u09c0\\u09b2 \\u098f\\u09ac\\u0982 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09c7\\u0995\\u09cd\\u099f\\u09bf\\u09ad \\u0987\\u0989\\u099c\\u09be\\u09b0 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09ab\\u09c7\\u09b8 \\u09a4\\u09c8\\u09b0\\u09bf\\u09a4\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be \\u09ac\\u09be\\u09a1\\u09bc\\u09be\\u09a8! \\u0995\\u09ae\\u09cd\\u09aa\\u09cb\\u09a8\\u09c7\\u09a8\\u09cd\\u099f-\\u09ad\\u09bf\\u09a4\\u09cd\\u09a4\\u09bf\\u0995 \\u0986\\u09b0\\u09cd\\u0995\\u09bf\\u099f\\u09c7\\u0995\\u099a\\u09be\\u09b0\\u09c7\\u09b0 \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c1\\u09a8, Redux \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7 \\u09ae\\u09be\\u09b8\\u09cd\\u099f\\u09be\\u09b0 \\u09b8\\u09cd\\u099f\\u09c7\\u099f \\u09ae\\u09cd\\u09af\\u09be\\u09a8\\u09c7\\u099c\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u0995\\u09b0\\u09c1\\u09a8 \\u098f\\u09ac\\u0982 \\u0986\\u09a7\\u09c1\\u09a8\\u09bf\\u0995 \\u0989\\u09a8\\u09cd\\u09a8\\u09af\\u09bc\\u09a8 \\u0995\\u09b0\\u09cd\\u09ae\\u09aa\\u09cd\\u09b0\\u09ac\\u09be\\u09b9 \\u0997\\u09cd\\u09b0\\u09b9\\u09a3 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u0986\\u099c\\u0995\\u09c7\\u09b0 \\u09a6\\u09cd\\u09b0\\u09c1\\u09a4 \\u09ac\\u09bf\\u0995\\u09b6\\u09bf\\u09a4 \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09b2\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09b8\\u09cd\\u0995\\u09c7\\u09aa\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09a8\\u09bf\\u09b0\\u09ac\\u099a\\u09cd\\u099b\\u09bf\\u09a8\\u09cd\\u09a8, \\u09a6\\u0995\\u09cd\\u09b7, \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u09b6\\u09c0\\u09b2 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09cd\\u09b2\\u09bf\\u0995\\u09c7\\u09b6\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u09b9\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09b8-\\u0985\\u09a8 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0985\\u09b0\\u09cd\\u099c\\u09a8 \\u0995\\u09b0\\u09c1\\u09a8\\u0964<\\/p>\"}', '2025-01-04 09:57:10', '2025-01-04 09:57:10'), (275, 5, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u062f\\u0648\\u0631\\u0629 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u0629 \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u062a\\u0627\\u062c\\u0631 \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u0629 \\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\",\"short_description\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0627\\u062c\\u0631 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u0646\\u0635\\u0627\\u062a \\u0645\\u062b\\u0644 Shopify \\u0648WooCommerce \\u0648Magento. \\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0645\\u064a\\u0632\\u0627\\u062a \\u0645\\u062b\\u0644 \\u062a\\u0643\\u0627\\u0645\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0648\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0646\\u062a\\u062c\\u0627\\u062a \\u0648\\u062a\\u062d\\u0633\\u064a\\u0646 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645.\",\"description\":\"<p>\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0627\\u062c\\u0631 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u0646\\u0635\\u0627\\u062a \\u0645\\u062b\\u0644 Shopify \\u0648WooCommerce \\u0648Magento. \\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0645\\u064a\\u0632\\u0627\\u062a \\u0645\\u062b\\u0644 \\u062a\\u0643\\u0627\\u0645\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0648\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0646\\u062a\\u062c\\u0627\\u062a \\u0648\\u062a\\u062d\\u0633\\u064a\\u0646 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645.<\\/p>\"}', '2025-01-04 10:01:26', '2025-01-04 10:01:26'), (276, 5, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Curso de desarrollo de comercio electr\\u00f3nico para crear tiendas en l\\u00ednea f\\u00e1ciles de usar\",\"short_description\":\"Aprenda a crear y administrar tiendas en l\\u00ednea mediante plataformas como Shopify, WooCommerce y Magento. Explore funciones como la integraci\\u00f3n de pagos, la lista de productos y la optimizaci\\u00f3n de la experiencia del usuario.\",\"description\":\"<p>Aprenda a crear y administrar tiendas en l\\u00ednea con Shopify, WooCommerce y Magento. Explore funciones como la integraci\\u00f3n de pagos, la lista de productos y la optimizaci\\u00f3n de la experiencia del usuario.<\\/p>\"}', '2025-01-04 10:03:02', '2025-01-04 10:03:02'), (277, 5, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u09ac\\u09be\\u09a8\\u09cd\\u09a7\\u09ac \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b8\\u09cd\\u099f\\u09cb\\u09b0 \\u09a4\\u09c8\\u09b0\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0987-\\u0995\\u09ae\\u09be\\u09b0\\u09cd\\u09b8 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\",\"short_description\":\"Shopify, WooCommerce, \\u098f\\u09ac\\u0982 Magento-\\u098f\\u09b0 \\u09ae\\u09a4\\u09cb \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7 \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b8\\u09cd\\u099f\\u09cb\\u09b0 \\u09a4\\u09c8\\u09b0\\u09bf \\u0993 \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u0995\\u09b0\\u09ac\\u09c7\\u09a8 \\u09a4\\u09be \\u099c\\u09be\\u09a8\\u09c1\\u09a8\\u0964 \\u09aa\\u09c7\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u0987\\u09a8\\u09cd\\u099f\\u09bf\\u0997\\u09cd\\u09b0\\u09c7\\u09b6\\u09a8, \\u09aa\\u09a3\\u09cd\\u09af \\u09a4\\u09be\\u09b2\\u09bf\\u0995\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0985\\u09aa\\u09cd\\u099f\\u09bf\\u09ae\\u09be\\u0987\\u099c\\u09c7\\u09b6\\u09be\\u09a8\\u09c7\\u09b0 \\u09ae\\u09a4 \\u09ac\\u09c8\\u09b6\\u09bf\\u09b7\\u09cd\\u099f\\u09cd\\u09af\\u0997\\u09c1\\u09b2\\u09bf \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c1\\u09a8\\u09f7\",\"description\":\"<p>Shopify, WooCommerce, \\u098f\\u09ac\\u0982 Magento-\\u098f\\u09b0 \\u09ae\\u09a4\\u09cb \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7 \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b8\\u09cd\\u099f\\u09cb\\u09b0 \\u09a4\\u09c8\\u09b0\\u09bf \\u0993 \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u0995\\u09b0\\u09ac\\u09c7\\u09a8 \\u09a4\\u09be \\u099c\\u09be\\u09a8\\u09c1\\u09a8\\u0964 \\u09aa\\u09c7\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u0987\\u09a8\\u09cd\\u099f\\u09bf\\u0997\\u09cd\\u09b0\\u09c7\\u09b6\\u09a8, \\u09aa\\u09a3\\u09cd\\u09af \\u09a4\\u09be\\u09b2\\u09bf\\u0995\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0985\\u09aa\\u09cd\\u099f\\u09bf\\u09ae\\u09be\\u0987\\u099c\\u09c7\\u09b6\\u09be\\u09a8\\u09c7\\u09b0 \\u09ae\\u09a4 \\u09ac\\u09c8\\u09b6\\u09bf\\u09b7\\u09cd\\u099f\\u09cd\\u09af\\u0997\\u09c1\\u09b2\\u09bf \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c1\\u09a8\\u09f7<\\/p>\"}', '2025-01-04 10:03:55', '2025-01-04 10:03:55'), (278, 4, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u0995\\u09be\\u09b8\\u09cd\\u099f\\u09ae \\u098f\\u09ac\\u0982 \\u09a1\\u09be\\u0987\\u09a8\\u09be\\u09ae\\u09bf\\u0995 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09a4\\u09c8\\u09b0\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u09a1\\u09aa\\u09cd\\u09b0\\u09c7\\u09b8 \\u09a5\\u09bf\\u09ae \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\",\"short_description\":\"\\u0995\\u09cd\\u09b0\\u09bf\\u09aa\\u09cd\\u099f\\u09cb\\u0995\\u09be\\u09b0\\u09c7\\u09a8\\u09cd\\u09b8\\u09bf\\u09b0 \\u0985\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u09a8\\u09bf\\u09b9\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf \\u09ac\\u09c1\\u099d\\u09c1\\u09a8\\u0964 \\u09ac\\u09bf\\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09c0\\u09ad\\u09c2\\u09a4 \\u09b2\\u09c7\\u099c\\u09be\\u09b0, \\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f \\u099a\\u09c1\\u0995\\u09cd\\u09a4\\u09bf \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09b2\\u0995\\u099a\\u09c7\\u0987\\u09a8 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u099f\\u09c1\\u09b2\\u09b8 \\u09b8\\u09ae\\u09cd\\u09aa\\u09b0\\u09cd\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09c1\\u09a8\\u0964 \\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u09ab\\u09bf\\u09a8\\u099f\\u09c7\\u0995 \\u098f\\u09ac\\u0982 \\u09a4\\u09be\\u09b0 \\u09aa\\u09b0\\u09c7\\u0993 \\u0995\\u09cd\\u09af\\u09be\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u09b0\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09aa\\u09cd\\u09b0\\u09b8\\u09cd\\u09a4\\u09c1\\u09a4 \\u0995\\u09b0\\u09ac\\u09c7\\u0964\",\"description\":\"<p>\\u0995\\u09cd\\u09b0\\u09bf\\u09aa\\u09cd\\u099f\\u09cb\\u0995\\u09be\\u09b0\\u09c7\\u09a8\\u09cd\\u09b8\\u09bf\\u09b0 \\u0985\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u09a8\\u09bf\\u09b9\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf \\u09ac\\u09c1\\u099d\\u09c1\\u09a8\\u0964 \\u09ac\\u09bf\\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09c0\\u09ad\\u09c2\\u09a4 \\u09b2\\u09c7\\u099c\\u09be\\u09b0, \\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f \\u099a\\u09c1\\u0995\\u09cd\\u09a4\\u09bf \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09b2\\u0995\\u099a\\u09c7\\u0987\\u09a8 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u099f\\u09c1\\u09b2\\u09b8 \\u09b8\\u09ae\\u09cd\\u09aa\\u09b0\\u09cd\\u0995\\u09c7 \\u099c\\u09be\\u09a8\\u09c1\\u09a8\\u0964 \\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u09ab\\u09bf\\u09a8\\u099f\\u09c7\\u0995 \\u098f\\u09ac\\u0982 \\u09a4\\u09be\\u09b0 \\u09aa\\u09b0\\u09c7\\u0993 \\u0995\\u09cd\\u09af\\u09be\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u09b0\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09aa\\u09cd\\u09b0\\u09b8\\u09cd\\u09a4\\u09c1\\u09a4 \\u0995\\u09b0\\u09ac\\u09c7\\u0964<\\/p>\"}', '2025-01-04 10:05:37', '2025-01-04 10:05:37'), (279, 4, 'Modules\\LMS\\Models\\Courses\\Course', 'en', '{\"title\":\"WordPress Theme Development Course for Building Custom and Dynamic Websites\",\"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>\"}', '2025-01-04 10:06:33', '2025-01-04 10:06:33'), (280, 4, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u062f\\u0648\\u0631\\u0629 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0642\\u0627\\u0644\\u0628 \\u0648\\u0648\\u0631\\u062f\\u0628\\u0631\\u064a\\u0633 \\u0644\\u0628\\u0646\\u0627\\u0621 \\u0645\\u0648\\u0627\\u0642\\u0639 \\u0648\\u064a\\u0628 \\u0645\\u062e\\u0635\\u0635\\u0629 \\u0648\\u062f\\u064a\\u0646\\u0627\\u0645\\u064a\\u0643\\u064a\\u0629\",\"short_description\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0629 \\u0644\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0634\\u0641\\u0631\\u0629. \\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062f\\u0641\\u0627\\u062a\\u0631 \\u0627\\u0644\\u0644\\u0627\\u0645\\u0631\\u0643\\u0632\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0639\\u0642\\u0648\\u062f \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629 \\u0648\\u0623\\u062f\\u0648\\u0627\\u062a \\u062a\\u0637\\u0648\\u064a\\u0631 \\u062a\\u0642\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0628\\u0644\\u0648\\u0643 \\u062a\\u0634\\u064a\\u0646. \\u0633\\u062a\\u062c\\u0647\\u0632\\u0643 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0644\\u0645\\u0647\\u0646 \\u0641\\u064a \\u0645\\u062c\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0648\\u0645\\u0627 \\u0628\\u0639\\u062f\\u0647.\",\"description\":\"<p>\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0629 \\u0644\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0634\\u0641\\u0631\\u0629. \\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062f\\u0641\\u0627\\u062a\\u0631 \\u0627\\u0644\\u0644\\u0627\\u0645\\u0631\\u0643\\u0632\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0639\\u0642\\u0648\\u062f \\u0627\\u0644\\u0630\\u0643\\u064a\\u0629 \\u0648\\u0623\\u062f\\u0648\\u0627\\u062a \\u062a\\u0637\\u0648\\u064a\\u0631 \\u062a\\u0642\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0628\\u0644\\u0648\\u0643 \\u062a\\u0634\\u064a\\u0646. \\u0633\\u062a\\u062c\\u0647\\u0632\\u0643 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0644\\u0645\\u0647\\u0646 \\u0641\\u064a \\u0645\\u062c\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0648\\u0645\\u0627 \\u0628\\u0639\\u062f\\u0647.<\\/p>\"}', '2025-01-04 10:37:14', '2025-01-04 10:37:14'), (281, 4, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Curso de desarrollo de temas de WordPress para crear sitios web personalizados y din\\u00e1micos\",\"short_description\":\"Comprenda la tecnolog\\u00eda subyacente de las criptomonedas. Aprenda sobre registros descentralizados, contratos inteligentes y herramientas de desarrollo de cadenas de bloques. Estos cursos lo preparar\\u00e1n para carreras en tecnolog\\u00eda financiera y m\\u00e1s all\\u00e1.\",\"description\":\"<p>Comprenda la tecnolog\\u00eda subyacente de las criptomonedas. Aprenda sobre registros descentralizados, contratos inteligentes y herramientas de desarrollo de cadenas de bloques. Estos cursos lo preparar\\u00e1n para carreras en tecnolog\\u00eda financiera y m\\u00e1s all\\u00e1.<\\/p>\"}', '2025-01-04 10:37:52', '2025-01-04 10:37:52'), (282, 3, 'Modules\\LMS\\Models\\Courses\\Course', 'en', '{\"title\":\"UI\\/UX Design Fundamentals Course for Creating User-Centered Digital Experiences\",\"short_description\":\"Explore the world of Product design with courses covering typography, color theory, branding\",\"description\":\"<p>Dive into the art and science of product design with courses that cater to both beginners and professionals. Discover the essentials of <strong>typography<\\/strong>, where you\\u2019ll learn how to make text not only readable but visually appealing and impactful. Master <strong>color theory<\\/strong> to create harmonious designs that evoke emotions and capture attention.<\\/p><p>Learn the secrets of effective <strong>branding<\\/strong>, including how to craft compelling brand identities that leave lasting impressions. Equip yourself with industry-standard tools like <strong>Adobe Photoshop<\\/strong>, <strong>Illustrator<\\/strong>, and <strong>InDesign<\\/strong>, gaining hands-on experience to bring your creative visions to life.<\\/p><p>Whether you\'re designing for print, digital platforms, or physical products, these courses are perfect for unleashing your creativity and honing the skills needed to create memorable, high-quality designs. Join now and start building a portfolio that truly stands out!<\\/p>\"}', '2025-01-04 10:39:59', '2025-01-04 10:39:59'), (283, 3, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u062f\\u0648\\u0631\\u0629 \\u0623\\u0633\\u0627\\u0633\\u064a\\u0627\\u062a \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\/\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u0631\\u0642\\u0645\\u064a\\u0629 \\u062a\\u0631\\u0643\\u0632 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"short_description\":\"\\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0639\\u0627\\u0644\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u0645\\u0646\\u062a\\u062c\\u0627\\u062a \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u062a\\u063a\\u0637\\u064a \\u0627\\u0644\\u0637\\u0628\\u0627\\u0639\\u0629 \\u0648\\u0646\\u0638\\u0631\\u064a\\u0629 \\u0627\\u0644\\u0623\\u0644\\u0648\\u0627\\u0646 \\u0648\\u0627\\u0644\\u0639\\u0644\\u0627\\u0645\\u0627\\u062a \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631\\u064a\\u0629\",\"description\":\"<p>\\u0627\\u0646\\u063a\\u0645\\u0633 \\u0641\\u064a \\u0641\\u0646 \\u0648\\u0639\\u0644\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u0645\\u0646\\u062a\\u062c\\u0627\\u062a \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0644\\u0628\\u064a \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u0627\\u0644\\u0645\\u0628\\u062a\\u062f\\u0626\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0645\\u062d\\u062a\\u0631\\u0641\\u064a\\u0646. \\u0627\\u0643\\u062a\\u0634\\u0641 \\u0623\\u0633\\u0627\\u0633\\u064a\\u0627\\u062a \\u0627\\u0644\\u0637\\u0628\\u0627\\u0639\\u0629\\u060c \\u062d\\u064a\\u062b \\u0633\\u062a\\u062a\\u0639\\u0644\\u0645 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u062c\\u0639\\u0644 \\u0627\\u0644\\u0646\\u0635 \\u0644\\u064a\\u0633 \\u0641\\u0642\\u0637 \\u0642\\u0627\\u0628\\u0644\\u0627\\u064b \\u0644\\u0644\\u0642\\u0631\\u0627\\u0621\\u0629 \\u0648\\u0644\\u0643\\u0646 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u062c\\u0630\\u0627\\u0628\\u064b\\u0627 \\u0628\\u0635\\u0631\\u064a\\u064b\\u0627 \\u0648\\u0645\\u0624\\u062b\\u0631\\u064b\\u0627. \\u0623\\u062a\\u0642\\u0646 \\u0646\\u0638\\u0631\\u064a\\u0629 \\u0627\\u0644\\u0623\\u0644\\u0648\\u0627\\u0646 \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u0635\\u0645\\u064a\\u0645\\u0627\\u062a \\u0645\\u062a\\u0646\\u0627\\u063a\\u0645\\u0629 \\u062a\\u062b\\u064a\\u0631 \\u0627\\u0644\\u0645\\u0634\\u0627\\u0639\\u0631 \\u0648\\u062a\\u0644\\u0641\\u062a \\u0627\\u0644\\u0627\\u0646\\u062a\\u0628\\u0627\\u0647.<\\/p><p>\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0623\\u0633\\u0631\\u0627\\u0631 \\u0627\\u0644\\u0639\\u0644\\u0627\\u0645\\u0627\\u062a \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631\\u064a\\u0629 \\u0627\\u0644\\u0641\\u0639\\u0651\\u0627\\u0644\\u0629\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0635\\u064a\\u0627\\u063a\\u0629 \\u0647\\u0648\\u064a\\u0627\\u062a \\u062a\\u062c\\u0627\\u0631\\u064a\\u0629 \\u0645\\u0642\\u0646\\u0639\\u0629 \\u062a\\u062a\\u0631\\u0643 \\u0627\\u0646\\u0637\\u0628\\u0627\\u0639\\u0627\\u062a \\u062f\\u0627\\u0626\\u0645\\u0629. \\u062c\\u0647\\u0632 \\u0646\\u0641\\u0633\\u0643 \\u0628\\u0623\\u062f\\u0648\\u0627\\u062a \\u0642\\u064a\\u0627\\u0633\\u064a\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0635\\u0646\\u0627\\u0639\\u0629 \\u0645\\u062b\\u0644 Adobe Photoshop \\u0648Illustrator \\u0648InDesign\\u060c \\u0648\\u0627\\u0643\\u062a\\u0633\\u0628 \\u062e\\u0628\\u0631\\u0629 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0644\\u0625\\u0636\\u0641\\u0627\\u0621 \\u0627\\u0644\\u062d\\u064a\\u0648\\u064a\\u0629 \\u0639\\u0644\\u0649 \\u0631\\u0624\\u064a\\u062a\\u0643 \\u0627\\u0644\\u0625\\u0628\\u062f\\u0627\\u0639\\u064a\\u0629.<\\/p><p>\\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u0642\\u0648\\u0645 \\u0628\\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0644\\u0644\\u0637\\u0628\\u0627\\u0639\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u0645\\u0646\\u0635\\u0627\\u062a \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u0645\\u0646\\u062a\\u062c\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u062f\\u064a\\u0629\\u060c \\u0641\\u0625\\u0646 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0645\\u062b\\u0627\\u0644\\u064a\\u0629 \\u0644\\u0625\\u0637\\u0644\\u0627\\u0642 \\u0627\\u0644\\u0639\\u0646\\u0627\\u0646 \\u0644\\u0625\\u0628\\u062f\\u0627\\u0639\\u0643 \\u0648\\u0635\\u0642\\u0644 \\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0644\\u0627\\u0632\\u0645\\u0629 \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u0635\\u0645\\u064a\\u0645\\u0627\\u062a \\u0644\\u0627 \\u062a\\u064f\\u0646\\u0633\\u0649 \\u0648\\u0639\\u0627\\u0644\\u064a\\u0629 \\u0627\\u0644\\u062c\\u0648\\u062f\\u0629. \\u0627\\u0646\\u0636\\u0645 \\u0627\\u0644\\u0622\\u0646 \\u0648\\u0627\\u0628\\u062f\\u0623 \\u0641\\u064a \\u0628\\u0646\\u0627\\u0621 \\u0645\\u062d\\u0641\\u0638\\u0629 \\u0623\\u0639\\u0645\\u0627\\u0644 \\u0645\\u0645\\u064a\\u0632\\u0629 \\u062d\\u0642\\u064b\\u0627!<\\/p>\"}', '2025-01-04 10:42:26', '2025-01-04 10:42:26'), (284, 3, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Curso de Fundamentos de Dise\\u00f1o UI\\/UX para la Creaci\\u00f3n de Experiencias Digitales Centradas en el Usuario\",\"short_description\":\"Explora el mundo del dise\\u00f1o de productos con cursos que cubren tipograf\\u00eda, teor\\u00eda del color y marca.\",\"description\":\"<p>Sum\\u00e9rgete en el arte y la ciencia del dise\\u00f1o de productos con cursos dirigidos tanto a principiantes como a profesionales. Descubre los aspectos b\\u00e1sicos de la tipograf\\u00eda, donde aprender\\u00e1s a hacer que el texto no solo sea legible, sino tambi\\u00e9n visualmente atractivo e impactante. Domina la teor\\u00eda del color para crear dise\\u00f1os armoniosos que evoquen emociones y capten la atenci\\u00f3n.<\\/p><p><br><\\/p><p>Aprende los secretos de una marca eficaz, incluido c\\u00f3mo crear identidades de marca atractivas que dejen impresiones duraderas. Equ\\u00edpate con herramientas est\\u00e1ndar de la industria como Adobe Photoshop, Illustrator e InDesign, y obt\\u00e9n experiencia pr\\u00e1ctica para dar vida a tus visiones creativas.<\\/p><p><br><\\/p><p>Ya sea que dise\\u00f1es para productos impresos, plataformas digitales o f\\u00edsicos, estos cursos son perfectos para dar rienda suelta a tu creatividad y perfeccionar las habilidades necesarias para crear dise\\u00f1os memorables y de alta calidad. \\u00a1\\u00danete ahora y comienza a crear un portafolio que realmente se destaque!<\\/p>\"}', '2025-01-04 12:55:26', '2025-01-04 12:55:26'), (285, 3, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09bf\\u0995 \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af UI\\/UX \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u09ae\\u09cc\\u09b2\\u09bf\\u0995 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\",\"short_description\":\"\\u099f\\u09be\\u0987\\u09aa\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ab\\u09bf, \\u0995\\u09be\\u09b2\\u09be\\u09b0 \\u09a5\\u09bf\\u0993\\u09b0\\u09bf, \\u09ac\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09bf\\u0982 \\u0995\\u09ad\\u09be\\u09b0 \\u0995\\u09b0\\u09be\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u09b8\\u09b9 \\u09aa\\u09cd\\u09b0\\u09cb\\u09a1\\u09be\\u0995\\u09cd\\u099f \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u099c\\u0997\\u09ce \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c1\\u09a8\",\"description\":\"<p>\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a8\\u09ac\\u09bf\\u09b8 \\u098f\\u09ac\\u0982 \\u09aa\\u09c7\\u09b6\\u09be\\u09a6\\u09be\\u09b0 \\u0989\\u09ad\\u09af\\u09bc\\u0995\\u09c7\\u0987 \\u09aa\\u09c2\\u09b0\\u09a3 \\u0995\\u09b0\\u09c7 \\u098f\\u09ae\\u09a8 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09aa\\u09a3\\u09cd\\u09af \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u09b6\\u09bf\\u09b2\\u09cd\\u09aa \\u0993 \\u09ac\\u09bf\\u099c\\u09cd\\u099e\\u09be\\u09a8\\u09c7 \\u09a1\\u09c1\\u09ac \\u09a6\\u09bf\\u09a8\\u0964 \\u099f\\u09be\\u0987\\u09aa\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ab\\u09bf\\u09b0 \\u09aa\\u09cd\\u09b0\\u09af\\u09bc\\u09cb\\u099c\\u09a8\\u09c0\\u09af\\u09bc \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09ac\\u09bf\\u09b7\\u09cd\\u0995\\u09be\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8, \\u09af\\u09c7\\u0996\\u09be\\u09a8\\u09c7 \\u0986\\u09aa\\u09a8\\u09bf \\u09b6\\u09bf\\u0996\\u09ac\\u09c7\\u09a8 \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u09aa\\u09be\\u09a0\\u09cd\\u09af\\u0995\\u09c7 \\u0995\\u09c7\\u09ac\\u09b2 \\u09aa\\u09a0\\u09a8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u09a8\\u09af\\u09bc, \\u09a6\\u09c3\\u09b6\\u09cd\\u09af\\u09a4 \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u09a3\\u09c0\\u09af\\u09bc \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09ad\\u09be\\u09ac\\u09b6\\u09be\\u09b2\\u09c0 \\u0995\\u09b0\\u09be \\u09af\\u09be\\u09af\\u09bc\\u0964 \\u09b8\\u09c1\\u09b0\\u09c7\\u09b2\\u09be \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u09ae\\u09be\\u09b8\\u09cd\\u099f\\u09be\\u09b0 \\u09b0\\u0999 \\u09a4\\u09a4\\u09cd\\u09a4\\u09cd\\u09ac \\u09af\\u09be \\u0986\\u09ac\\u09c7\\u0997 \\u099c\\u09be\\u0997\\u09bf\\u09af\\u09bc\\u09c7 \\u09a4\\u09cb\\u09b2\\u09c7 \\u098f\\u09ac\\u0982 \\u09ae\\u09a8\\u09cb\\u09af\\u09cb\\u0997 \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u09a3 \\u0995\\u09b0\\u09c7\\u0964<\\/p><p><br><\\/p><p>\\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09b0 \\u09ac\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09bf\\u0982\\u09af\\u09bc\\u09c7\\u09b0 \\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u099c\\u09be\\u09a8\\u09c1\\u09a8, \\u09af\\u09be\\u09b0 \\u09ae\\u09a7\\u09cd\\u09af\\u09c7 \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995 \\u09ac\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09c7\\u09b0 \\u09aa\\u09b0\\u09bf\\u099a\\u09af\\u09bc \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09af\\u09be\\u09af\\u09bc \\u09af\\u09be \\u09b8\\u09cd\\u09a5\\u09be\\u09af\\u09bc\\u09c0 \\u099b\\u09be\\u09aa \\u09ab\\u09c7\\u09b2\\u09c7\\u0964 Adobe Photoshop, Illustrator, \\u098f\\u09ac\\u0982 InDesign-\\u098f\\u09b0 \\u09ae\\u09a4\\u09cb \\u09b6\\u09bf\\u09b2\\u09cd\\u09aa-\\u09ae\\u09be\\u09a8\\u09c7\\u09b0 \\u09b8\\u09b0\\u099e\\u09cd\\u099c\\u09be\\u09ae \\u09a6\\u09bf\\u09af\\u09bc\\u09c7 \\u09a8\\u09bf\\u099c\\u09c7\\u0995\\u09c7 \\u09b8\\u099c\\u09cd\\u099c\\u09bf\\u09a4 \\u0995\\u09b0\\u09c1\\u09a8, \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09b8\\u09c3\\u099c\\u09a8\\u09b6\\u09c0\\u09b2 \\u09a6\\u09c3\\u09b7\\u09cd\\u099f\\u09bf\\u09ad\\u0999\\u09cd\\u0997\\u09bf\\u0997\\u09c1\\u09b2\\u09bf\\u0995\\u09c7 \\u099c\\u09c0\\u09ac\\u09a8\\u09cd\\u09a4 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09b9\\u09be\\u09a4\\u09c7-\\u0995\\u09b2\\u09ae\\u09c7 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0985\\u09b0\\u09cd\\u099c\\u09a8 \\u0995\\u09b0\\u09c1\\u09a8\\u09f7<\\/p><p><br><\\/p><p>\\u0986\\u09aa\\u09a8\\u09bf \\u09aa\\u09cd\\u09b0\\u09bf\\u09a8\\u09cd\\u099f, \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09ac\\u09be \\u09b6\\u09be\\u09b0\\u09c0\\u09b0\\u09bf\\u0995 \\u09aa\\u09a3\\u09cd\\u09af\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u0995\\u09b0\\u099b\\u09c7\\u09a8 \\u09a8\\u09be \\u0995\\u09c7\\u09a8, \\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09b8\\u09c3\\u099c\\u09a8\\u09b6\\u09c0\\u09b2\\u09a4\\u09be \\u09aa\\u09cd\\u09b0\\u0995\\u09be\\u09b6 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u09b8\\u09cd\\u09ae\\u09b0\\u09a3\\u09c0\\u09af\\u09bc, \\u0989\\u099a\\u09cd\\u099a-\\u09ae\\u09be\\u09a8\\u09c7\\u09b0 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09aa\\u09cd\\u09b0\\u09af\\u09bc\\u09cb\\u099c\\u09a8\\u09c0\\u09af\\u09bc \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u0997\\u09c1\\u09b2\\u09bf\\u0995\\u09c7 \\u09b8\\u09ae\\u09cd\\u09ae\\u09be\\u09a8 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0989\\u09aa\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u0964 \\u098f\\u0996\\u09a8\\u0987 \\u09af\\u09cb\\u0997 \\u09a6\\u09bf\\u09a8 \\u098f\\u09ac\\u0982 \\u098f\\u0995\\u099f\\u09bf \\u09aa\\u09cb\\u09b0\\u09cd\\u099f\\u09ab\\u09cb\\u09b2\\u09bf\\u0993 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c1\\u09a8 \\u09af\\u09be \\u09b8\\u09a4\\u09cd\\u09af\\u09bf\\u0987 \\u0986\\u09b2\\u09be\\u09a6\\u09be!<\\/p>\"}', '2025-01-04 12:56:15', '2025-01-04 12:56:15'), (286, 5, 'Modules\\LMS\\Models\\Courses\\Course', 'en', '{\"title\":\"E-Commerce Development Course for Creating User-Friendly Online Stores\",\"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>Explore the foundations of user-centered design by enrolling in comprehensive UI\\/UX design courses. Develop essential skills in understanding user needs, creating intuitive designs, and solving complex design challenges. Gain proficiency in industry-standard tools like Figma, Sketch, and Adobe XD to craft professional-grade designs. Learn to create wireframes, design prototypes, and iterate based on user feedback.<\\/p><p>Dive deeper into interaction design principles, usability testing, and accessibility standards to ensure your interfaces are inclusive and engaging. Build a strong portfolio by working on real-world projects and case studies that demonstrate your ability to deliver seamless, aesthetically pleasing user experiences. Stay ahead in the competitive design industry by mastering design systems, responsive design techniques, and collaboration workflows with development teams.<\\/p>\"}', '2025-01-04 12:58:00', '2025-01-04 12:58:00'), (287, 6, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u062a\\u0637\\u0648\\u064a\\u0631 Webflow \\u0644\\u0628\\u0646\\u0627\\u0621 \\u0645\\u0648\\u0642\\u0639 \\u0648\\u064a\\u0628 \\u062d\\u062f\\u064a\\u062b\",\"short_description\":\"\\u062a\\u0639\\u0631\\u0651\\u0641 \\u0639\\u0644\\u0649 \\u0645\\u0628\\u0627\\u062f\\u0626 \\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u0645\\u0648\\u062c\\u0647 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0641\\u064a \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\/\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645. \\u0648\\u0627\\u0643\\u062a\\u0633\\u0628 \\u062e\\u0628\\u0631\\u0629 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0641\\u064a \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0623\\u062f\\u0648\\u0627\\u062a \\u0645\\u062b\\u0644 Figma \\u0648Sketch \\u0648Adobe XD.\",\"description\":\"<ul><li>\\u062a\\u0639\\u0631\\u0651\\u0641 \\u0639\\u0644\\u0649 \\u0645\\u0628\\u0627\\u062f\\u0626 \\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u0645\\u0648\\u062c\\u0647 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0641\\u064a \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\/\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645. \\u0627\\u0643\\u062a\\u0633\\u0628 \\u062e\\u0628\\u0631\\u0629 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0623\\u062f\\u0648\\u0627\\u062a \\u0645\\u062b\\u0644 Figma \\u0648Sketch \\u0648Adobe XD. \\u0623\\u062a\\u0642\\u0646 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0627\\u0644\\u0625\\u0637\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0633\\u0644\\u0643\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0646\\u0645\\u0627\\u0630\\u062c \\u0627\\u0644\\u0623\\u0648\\u0644\\u064a\\u0629 \\u0648\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0648\\u0627\\u062c\\u0647\\u0627\\u062a \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0628\\u0635\\u0631\\u064a\\u064b\\u0627 \\u062a\\u0648\\u0641\\u0631 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0633\\u0644\\u0633\\u0629.<\\/li><\\/ul>\"}', '2025-01-04 12:59:10', '2025-01-04 12:59:10'), (288, 6, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Desarrollo de Webflow para crear sitios web modernos\",\"short_description\":\"Aprenda los principios del dise\\u00f1o centrado en el usuario con cursos de dise\\u00f1o de UI\\/UX. Obtenga experiencia pr\\u00e1ctica con herramientas como Figma, Sketch y Adobe XD.\",\"description\":\"<ul><li>Aprenda los principios del dise\\u00f1o centrado en el usuario con cursos de dise\\u00f1o de UI\\/UX. Obtenga experiencia pr\\u00e1ctica con herramientas como Figma, Sketch y Adobe XD. Domine la creaci\\u00f3n de wireframes, prototipos y interfaces visualmente atractivas que ofrezcan experiencias de usuario perfectas.<\\/li><\\/ul>\"}', '2025-01-04 12:59:45', '2025-01-04 12:59:45'), (289, 6, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u0986\\u09a7\\u09c1\\u09a8\\u09bf\\u0995 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09a4\\u09c8\\u09b0\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09ab\\u09cd\\u09b2\\u09cb \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\",\"short_description\":\"UI\\/UX \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u09b8\\u09b9 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09bf\\u0995 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u09a8\\u09c0\\u09a4\\u09bf\\u0997\\u09c1\\u09b2\\u09bf \\u09b6\\u09bf\\u0996\\u09c1\\u09a8\\u0964 Figma, Sketch, \\u098f\\u09ac\\u0982 Adobe XD-\\u098f\\u09b0 \\u09ae\\u09a4 \\u099f\\u09c1\\u09b2\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09b9\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09b8-\\u0985\\u09a8 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0985\\u09b0\\u09cd\\u099c\\u09a8 \\u0995\\u09b0\\u09c1\\u09a8\\u0964\",\"description\":\"<ul><li>UI\\/UX \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u09b8\\u09b9 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09bf\\u0995 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u09a8\\u09c0\\u09a4\\u09bf\\u0997\\u09c1\\u09b2\\u09bf \\u09b6\\u09bf\\u0996\\u09c1\\u09a8\\u0964 Figma, Sketch, \\u098f\\u09ac\\u0982 Adobe XD-\\u098f\\u09b0 \\u09ae\\u09a4 \\u099f\\u09c1\\u09b2\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09b9\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09b8-\\u0985\\u09a8 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0985\\u09b0\\u09cd\\u099c\\u09a8 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u09ae\\u09be\\u09b8\\u09cd\\u099f\\u09be\\u09b0 \\u0993\\u09af\\u09bc\\u09cd\\u09af\\u09be\\u09b0\\u09ab\\u09cd\\u09b0\\u09c7\\u09ae\\u09bf\\u0982, \\u09aa\\u09cd\\u09b0\\u09cb\\u099f\\u09cb\\u099f\\u09be\\u0987\\u09aa\\u09bf\\u0982, \\u098f\\u09ac\\u0982 \\u09a6\\u09c3\\u09b6\\u09cd\\u09af\\u09ae\\u09be\\u09a8\\u09ad\\u09be\\u09ac\\u09c7 \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09ab\\u09c7\\u09b8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09af\\u09be \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09a6\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b0\\u09be\\u09ae\\u09b9\\u09c0\\u09a8 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09c7\\u0964<\\/li><\\/ul>\"}', '2025-01-04 13:00:44', '2025-01-04 13:00:44'), (290, 10, 'Modules\\LMS\\Models\\Courses\\Course', 'en', '{\"title\":\"WordPress theme Development for Beginners\",\"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.\"}', '2025-01-04 13:07:07', '2025-01-04 13:07:07'), (291, 10, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0642\\u0648\\u0627\\u0644\\u0628 \\u0648\\u0648\\u0631\\u062f\\u0628\\u0631\\u064a\\u0633 \\u0644\\u0644\\u0645\\u0628\\u062a\\u062f\\u0626\\u064a\\u0646\",\"short_description\":\"\\u062a\\u0639\\u0644\\u0651\\u0645 \\u0623\\u0633\\u0627\\u0633\\u064a\\u0627\\u062a \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0648\\u0627\\u0642\\u0639 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0648\\u062a\\u062e\\u0635\\u064a\\u0635\\u0647\\u0627 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 WordPress. \\u062a\\u063a\\u0637\\u064a \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0627\\u0644\\u0645\\u0648\\u0636\\u0648\\u0639\\u0627\\u062a \\u0648\\u0627\\u0644\\u0645\\u0643\\u0648\\u0646\\u0627\\u062a \\u0627\\u0644\\u0625\\u0636\\u0627\\u0641\\u064a\\u0629 \\u0648\\u0623\\u0646\\u0648\\u0627\\u0639 \\u0627\\u0644\\u0645\\u0646\\u0634\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u0645\\u062e\\u0635\\u0635\\u0629 \\u0648\\u0648\\u0638\\u0627\\u0626\\u0641 WooCommerce \\u0644\\u0644\\u062a\\u062c\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u0629.\",\"description\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0623\\u0633\\u0627\\u0633\\u064a\\u0627\\u062a \\u0628\\u0646\\u0627\\u0621 \\u0645\\u0648\\u0627\\u0642\\u0639 WordPress \\u0648\\u062a\\u062e\\u0635\\u064a\\u0635\\u0647\\u0627 \\u0641\\u064a \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629. \\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0627\\u0644\\u0633\\u0645\\u0627\\u062a \\u0648\\u0627\\u0644\\u0645\\u0643\\u0648\\u0646\\u0627\\u062a \\u0627\\u0644\\u0625\\u0636\\u0627\\u0641\\u064a\\u0629 \\u0648\\u0623\\u0646\\u0648\\u0627\\u0639 \\u0627\\u0644\\u0645\\u0646\\u0634\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u0645\\u062e\\u0635\\u0635\\u0629 \\u0648\\u062f\\u0645\\u062c WooCommerce \\u0644\\u062a\\u062d\\u0642\\u064a\\u0642 \\u0648\\u0638\\u0627\\u0626\\u0641 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0633\\u0644\\u0633\\u0629. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u0642\\u0648\\u0645 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u062f\\u0648\\u0646\\u0629 \\u0623\\u0648 \\u0645\\u062d\\u0641\\u0638\\u0629 \\u0623\\u0639\\u0645\\u0627\\u0644 \\u0623\\u0648 \\u0645\\u062a\\u062c\\u0631 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a\\u060c \\u0641\\u0625\\u0646 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u062a\\u0632\\u0648\\u062f\\u0643 \\u0628\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0644\\u0627\\u0632\\u0645\\u0629 \\u0644\\u0628\\u0646\\u0627\\u0621 \\u0645\\u0648\\u0642\\u0639 WordPress \\u062f\\u064a\\u0646\\u0627\\u0645\\u064a\\u0643\\u064a \\u0648\\u0627\\u062d\\u062a\\u0631\\u0627\\u0641\\u064a.\"}', '2025-01-04 13:08:04', '2025-01-04 13:08:04'), (292, 10, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Desarrollo de temas de WordPress para principiantes\",\"short_description\":\"Domina los conceptos b\\u00e1sicos de creaci\\u00f3n y personalizaci\\u00f3n de sitios web en WordPress. Este curso cubre temas, complementos, tipos de publicaciones personalizadas y WooCommerce para la funcionalidad de comercio electr\\u00f3nico.\",\"description\":\"Aprenda los conceptos b\\u00e1sicos para crear y personalizar sitios web de WordPress en este curso. Explore temas, complementos, tipos de publicaciones personalizadas e integre WooCommerce para lograr una funcionalidad de comercio electr\\u00f3nico perfecta. Ya sea que est\\u00e9 creando un blog, un portafolio o una tienda en l\\u00ednea, este curso le brindar\\u00e1 las habilidades necesarias para crear un sitio de WordPress din\\u00e1mico y profesional.\"}', '2025-01-04 13:08:43', '2025-01-04 13:08:43'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (293, 7, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u062f\\u0648\\u0631\\u0629 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u0645\\u0646\\u062a\\u062c \\u0627\\u0644\\u0634\\u0627\\u0645\\u0644\\u0629 \\u0644\\u062a\\u0646\\u0645\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a\",\"short_description\":\"\\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u0645\\u0628\\u062a\\u062f\\u0626\\u064b\\u0627 \\u0623\\u0648 \\u0645\\u062d\\u062a\\u0631\\u0641\\u064b\\u0627\\u060c \\u062a\\u0642\\u062f\\u0645 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0645\\u0634\\u0627\\u0631\\u064a\\u0639 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0648\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0648\\u0627\\u0642\\u0639\\u064a\\u0629 \\u0644\\u062a\\u0639\\u0632\\u064a\\u0632 \\u0645\\u0647\\u0627\\u0631\\u0627\\u062a\\u0643.\",\"description\":\"<p>\\u0645\\u0642\\u062f\\u0645\\u0629 \\u0641\\u064a \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u0645\\u0646\\u062a\\u062c \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0645\\u062b\\u0627\\u0644\\u064a\\u0629 \\u0644\\u0644\\u0645\\u0628\\u062a\\u062f\\u0626\\u064a\\u0646 \\u0627\\u0644\\u0630\\u064a\\u0646 \\u064a\\u062a\\u0637\\u0644\\u0639\\u0648\\u0646 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0639\\u0645\\u0642 \\u0641\\u064a \\u0639\\u0627\\u0644\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u0645\\u0646\\u062a\\u062c. \\u0633\\u062a\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0645\\u0628\\u0627\\u062f\\u0626 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0629 \\u0644\\u0644\\u062a\\u0641\\u0643\\u064a\\u0631 \\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645\\u064a\\u060c \\u0648\\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0627\\u0644\\u0630\\u064a \\u064a\\u0631\\u0643\\u0632 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u060c \\u0648\\u0627\\u0644\\u0646\\u0645\\u0630\\u062c\\u0629 \\u0627\\u0644\\u0623\\u0648\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0629. \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0634\\u0627\\u0631\\u064a\\u0639 \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629 \\u0648\\u062f\\u0631\\u0627\\u0633\\u0627\\u062a \\u0627\\u0644\\u062d\\u0627\\u0644\\u0629\\u060c \\u0633\\u062a\\u0643\\u062a\\u0633\\u0628 \\u0641\\u0647\\u0645\\u064b\\u0627 \\u0644\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0627\\u0645\\u0644 \\u0645\\u0639 \\u0645\\u0634\\u0627\\u0643\\u0644 \\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u062d\\u0644\\u0647\\u0627 \\u0623\\u062b\\u0646\\u0627\\u0621 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0646\\u062a\\u062c\\u0627\\u062a \\u0648\\u0638\\u064a\\u0641\\u064a\\u0629 \\u0648\\u0645\\u0645\\u062a\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0646\\u0627\\u062d\\u064a\\u0629 \\u0627\\u0644\\u062c\\u0645\\u0627\\u0644\\u064a\\u0629. \\u062a\\u0634\\u0645\\u0644 \\u0627\\u0644\\u0645\\u0648\\u0636\\u0648\\u0639\\u0627\\u062a \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0623\\u062f\\u0648\\u0627\\u062a \\u0648\\u0627\\u0644\\u0623\\u0633\\u0627\\u0644\\u064a\\u0628\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0623\\u0628\\u062d\\u0627\\u062b \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0648\\u0627\\u0644\\u0646\\u0645\\u0630\\u062c\\u0629 \\u0627\\u0644\\u0623\\u0648\\u0644\\u064a\\u0629.<\\/p><p><br><\\/p><p>\\u0646\\u062a\\u0627\\u0626\\u062c \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629:<\\/p><p><br><\\/p><p>\\u0641\\u0647\\u0645 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u062a\\u0641\\u0643\\u064a\\u0631 \\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645\\u064a<\\/p><p>\\u062a\\u0639\\u0644\\u0645 \\u0623\\u0633\\u0627\\u0633\\u064a\\u0627\\u062a \\u0623\\u0628\\u062d\\u0627\\u062b \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0648\\u0627\\u0644\\u0646\\u0645\\u0630\\u062c\\u0629 \\u0627\\u0644\\u0623\\u0648\\u0644\\u064a\\u0629<\\/p><p>\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0641\\u064a \\u0627\\u0644\\u0646\\u0645\\u0630\\u062c\\u0629 \\u0627\\u0644\\u0623\\u0648\\u0644\\u064a\\u0629 \\u0648\\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0645\\u0646\\u062e\\u0641\\u0636 \\u0627\\u0644\\u062f\\u0642\\u0629<\\/p>\"}', '2025-01-04 13:21:48', '2025-01-04 13:21:48'), (294, 7, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Curso integral de dise\\u00f1o de productos para el desarrollo de habilidades\",\"short_description\":\"Beginner or pro, these courses offer hands-on projects and real-world applications to enhance your skills.\",\"description\":\"<p>Introducci\\u00f3n al dise\\u00f1o de productos Este curso es perfecto para principiantes que buscan sumergirse en el mundo del dise\\u00f1o de productos. Aprender\\u00e1 los principios fundamentales del pensamiento de dise\\u00f1o, el dise\\u00f1o centrado en el usuario y la creaci\\u00f3n de prototipos b\\u00e1sicos. A trav\\u00e9s de proyectos pr\\u00e1cticos y estudios de casos, comprender\\u00e1 c\\u00f3mo abordar y resolver problemas de dise\\u00f1o mientras crea productos funcionales y est\\u00e9ticamente agradables. Los temas incluyen procesos, herramientas y m\\u00e9todos de dise\\u00f1o, incluida la investigaci\\u00f3n de usuarios y el wireframing.<\\/p><p><br><\\/p><p>Resultados clave del aprendizaje:<\\/p><p><br><\\/p><p>Comprender el proceso de pensamiento de dise\\u00f1o<\\/p><p>Aprender los conceptos b\\u00e1sicos de la investigaci\\u00f3n de usuarios y la creaci\\u00f3n de prototipos<\\/p><p>Desarrollar habilidades en wireframing y dise\\u00f1o de baja fidelidad<\\/p>\"}', '2025-01-04 13:22:52', '2025-01-04 13:22:52'), (295, 7, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be \\u0989\\u09a8\\u09cd\\u09a8\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u0995 \\u09aa\\u09a3\\u09cd\\u09af \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\",\"short_description\":\"\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a8\\u09ac\\u09bf\\u09b8 \\u09ac\\u09be \\u09aa\\u09c7\\u09b6\\u09be\\u09a6\\u09be\\u09b0, \\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be \\u09ac\\u09be\\u09a1\\u09bc\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09b9\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09b8-\\u0985\\u09a8 \\u09aa\\u09cd\\u09b0\\u099c\\u09c7\\u0995\\u09cd\\u099f \\u098f\\u09ac\\u0982 \\u09ac\\u09be\\u09b8\\u09cd\\u09a4\\u09ac-\\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09c7\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09cd\\u09b2\\u09bf\\u0995\\u09c7\\u09b6\\u09a8 \\u0985\\u09ab\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u0964\",\"description\":\"<p>\\u09aa\\u09a3\\u09cd\\u09af \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u09ad\\u09c2\\u09ae\\u09bf\\u0995\\u09be \\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u099f\\u09bf \\u09a8\\u09a4\\u09c1\\u09a8\\u09a6\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0989\\u09aa\\u09af\\u09c1\\u0995\\u09cd\\u09a4 \\u09af\\u09be\\u09b0\\u09be \\u09aa\\u09a3\\u09cd\\u09af \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u099c\\u0997\\u09a4\\u09c7 \\u09a1\\u09c1\\u09ac \\u09a6\\u09bf\\u09a4\\u09c7 \\u099a\\u09be\\u09a8\\u0964 \\u0986\\u09aa\\u09a8\\u09bf \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u099a\\u09bf\\u09a8\\u09cd\\u09a4\\u09be, \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09bf\\u0995 \\u09a8\\u0995\\u09b6\\u09be \\u098f\\u09ac\\u0982 \\u09ae\\u09cc\\u09b2\\u09bf\\u0995 \\u09aa\\u09cd\\u09b0\\u09cb\\u099f\\u09cb\\u099f\\u09be\\u0987\\u09aa\\u09bf\\u0982\\u09af\\u09bc\\u09c7\\u09b0 \\u09ae\\u09cc\\u09b2\\u09bf\\u0995 \\u09a8\\u09c0\\u09a4\\u09bf\\u0997\\u09c1\\u09b2\\u09bf \\u09b6\\u09bf\\u0996\\u09ac\\u09c7\\u09a8\\u0964 \\u09b9\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09b8-\\u0985\\u09a8 \\u09aa\\u09cd\\u09b0\\u099c\\u09c7\\u0995\\u09cd\\u099f \\u098f\\u09ac\\u0982 \\u0995\\u09c7\\u09b8 \\u09b8\\u09cd\\u099f\\u09be\\u09a1\\u09bf\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7, \\u0986\\u09aa\\u09a8\\u09bf \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09b0\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09be\\u09a8\\u09cd\\u09a6\\u09a8\\u09bf\\u0995\\u09ad\\u09be\\u09ac\\u09c7 \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09a6\\u09be\\u09af\\u09bc\\u0995 \\u09aa\\u09a3\\u09cd\\u09af \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u09b0 \\u09b8\\u09ae\\u09af\\u09bc \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u09a8\\u0995\\u09b6\\u09be\\u09b0 \\u09b8\\u09ae\\u09b8\\u09cd\\u09af\\u09be\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09af\\u09cb\\u0997\\u09be\\u09af\\u09cb\\u0997 \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u09b8\\u09ae\\u09be\\u09a7\\u09be\\u09a8 \\u0995\\u09b0\\u09a4\\u09c7 \\u09b9\\u09af\\u09bc \\u09b8\\u09c7 \\u09b8\\u09ae\\u09cd\\u09aa\\u09b0\\u09cd\\u0995\\u09c7 \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cb\\u09a7\\u0997\\u09ae\\u09cd\\u09af\\u09a4\\u09be \\u0985\\u09b0\\u09cd\\u099c\\u09a8 \\u0995\\u09b0\\u09ac\\u09c7\\u09a8\\u0964 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u09ae\\u09a7\\u09cd\\u09af\\u09c7 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u0997\\u09ac\\u09c7\\u09b7\\u09a3\\u09be \\u098f\\u09ac\\u0982 \\u0993\\u09af\\u09bc\\u09cd\\u09af\\u09be\\u09b0\\u09ab\\u09cd\\u09b0\\u09c7\\u09ae\\u09bf\\u0982 \\u09b8\\u09b9 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u09aa\\u09cd\\u09b0\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be, \\u09b8\\u09b0\\u099e\\u09cd\\u099c\\u09be\\u09ae \\u098f\\u09ac\\u0982 \\u09aa\\u09a6\\u09cd\\u09a7\\u09a4\\u09bf \\u0985\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u09ad\\u09c1\\u0995\\u09cd\\u09a4 \\u09b0\\u09af\\u09bc\\u09c7\\u099b\\u09c7\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p>\\u09ae\\u09c2\\u09b2 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0 \\u09ab\\u09b2\\u09be\\u09ab\\u09b2:<\\/p><p><br><\\/p><p>\\u09a8\\u0995\\u09b6\\u09be \\u099a\\u09bf\\u09a8\\u09cd\\u09a4\\u09be \\u09aa\\u09cd\\u09b0\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be \\u09ac\\u09c1\\u099d\\u09a4\\u09c7<\\/p><p>\\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u0997\\u09ac\\u09c7\\u09b7\\u09a3\\u09be \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09cb\\u099f\\u09cb\\u099f\\u09be\\u0987\\u09aa\\u09bf\\u0982\\u09af\\u09bc\\u09c7\\u09b0 \\u09ae\\u09c2\\u09b2 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u0997\\u09c1\\u09b2\\u09bf \\u099c\\u09be\\u09a8\\u09c1\\u09a8<\\/p><p>\\u0993\\u09af\\u09bc\\u09cd\\u09af\\u09be\\u09b0\\u09ab\\u09cd\\u09b0\\u09c7\\u09ae\\u09bf\\u0982 \\u098f\\u09ac\\u0982 \\u09b2\\u09cb-\\u09ab\\u09bf\\u09a1\\u09c7\\u09b2\\u09bf\\u099f\\u09bf \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be \\u09ac\\u09bf\\u0995\\u09be\\u09b6 \\u0995\\u09b0\\u09c1\\u09a8<\\/p>\"}', '2025-01-04 13:23:50', '2025-01-04 13:23:50'), (296, 17, 'Modules\\LMS\\Models\\Courses\\Course', 'en', '{\"title\":\"Getting Started with Digital Marketing and SEO\",\"short_description\":\"Embark on your journey into the dynamic world of digital marketing and search engine optimization (SEO) with this in-depth guide designed for beginners. Learn the essential concepts, strategies, and tools that drive online success, whether you\\u2019re building a personal blog, promoting a business, or aiming to become a marketing professional.\",\"description\":\"<p><span style=\\\"background-color: rgb(255 255 255\\/var(--tw-bg-opacity,1));\\\">Discover the foundations of digital marketing, including content marketing, social media management, email campaigns, and pay-per-click (PPC) advertising. Understand how these channels work together to attract, engage, and retain customers. Dive into SEO fundamentals, such as keyword research, on-page and off-page optimization, link building, and the importance of mobile-friendly and fast-loading websites.<\\/span><\\/p><p>Master the art of crafting compelling content that resonates with your audience while aligning with search engine algorithms. Get hands-on experience with popular tools like Google Analytics, Google Ads, and SEO platforms such as SEMrush and Ahrefs.<\\/p><p>This guide emphasizes practical knowledge, enabling you to measure your success, refine your strategies, and achieve sustainable growth in the digital landscape. Perfect for entrepreneurs, freelancers, and aspiring marketers, this beginner-friendly resource provides actionable insights to help you create impactful campaigns and boost your online visibility.<\\/p>\"}', '2025-01-04 13:26:04', '2025-01-04 13:26:04'), (297, 17, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u0627\\u0644\\u0628\\u062f\\u0621 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a \\u0648\\u062a\\u062d\\u0633\\u064a\\u0646 \\u0645\\u062d\\u0631\\u0643\\u0627\\u062a \\u0627\\u0644\\u0628\\u062d\\u062b\",\"short_description\":\"\\u0627\\u0646\\u0637\\u0644\\u0642 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u0643 \\u0625\\u0644\\u0649 \\u0639\\u0627\\u0644\\u0645 \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a \\u0648\\u062a\\u062d\\u0633\\u064a\\u0646 \\u0645\\u062d\\u0631\\u0643\\u0627\\u062a \\u0627\\u0644\\u0628\\u062d\\u062b (SEO) \\u0627\\u0644\\u062f\\u064a\\u0646\\u0627\\u0645\\u064a\\u0643\\u064a \\u0645\\u0639 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u062f\\u0644\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0645\\u0642 \\u0627\\u0644\\u0645\\u0635\\u0645\\u0645 \\u0644\\u0644\\u0645\\u0628\\u062a\\u062f\\u0626\\u064a\\u0646. \\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0641\\u0627\\u0647\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0625\\u0633\\u062a\\u0631\\u0627\\u062a\\u064a\\u062c\\u064a\\u0627\\u062a \\u0648\\u0627\\u0644\\u0623\\u062f\\u0648\\u0627\\u062a \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0642\\u0648\\u062f \\u0627\\u0644\\u0646\\u062c\\u0627\\u062d \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a\\u060c \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u0642\\u0648\\u0645 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u062f\\u0648\\u0646\\u0629 \\u0634\\u062e\\u0635\\u064a\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0631\\u0648\\u064a\\u062c \\u0644\\u0639\\u0645\\u0644 \\u062a\\u062c\\u0627\\u0631\\u064a \\u0623\\u0648 \\u062a\\u0647\\u062f\\u0641 \\u0625\\u0644\\u0649 \\u0623\\u0646 \\u062a\\u0635\\u0628\\u062d \\u0645\\u062d\\u062a\\u0631\\u0641\\u064b\\u0627 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642.\",\"description\":\"<p>\\u0627\\u0643\\u062a\\u0634\\u0641 \\u0623\\u0633\\u0627\\u0633\\u064a\\u0627\\u062a \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0645\\u062d\\u062a\\u0648\\u0649 \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0648\\u0633\\u0627\\u0626\\u0644 \\u0627\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u064a \\u0648\\u062d\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0648\\u0627\\u0644\\u0625\\u0639\\u0644\\u0627\\u0646 \\u0628\\u0627\\u0644\\u062f\\u0641\\u0639 \\u0644\\u0643\\u0644 \\u0646\\u0642\\u0631\\u0629 (PPC). \\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0639\\u0645\\u0644 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0642\\u0646\\u0648\\u0627\\u062a \\u0645\\u0639\\u064b\\u0627 \\u0644\\u062c\\u0630\\u0628 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0648\\u0625\\u0634\\u0631\\u0627\\u0643\\u0647\\u0645 \\u0648\\u0627\\u0644\\u0627\\u062d\\u062a\\u0641\\u0627\\u0638 \\u0628\\u0647\\u0645. \\u062a\\u0639\\u0645\\u0642 \\u0641\\u064a \\u0623\\u0633\\u0627\\u0633\\u064a\\u0627\\u062a \\u062a\\u062d\\u0633\\u064a\\u0646 \\u0645\\u062d\\u0631\\u0643\\u0627\\u062a \\u0627\\u0644\\u0628\\u062d\\u062b\\u060c \\u0645\\u062b\\u0644 \\u0627\\u0644\\u0628\\u062d\\u062b \\u0639\\u0646 \\u0627\\u0644\\u0643\\u0644\\u0645\\u0627\\u062a \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629 \\u0648\\u062a\\u062d\\u0633\\u064a\\u0646 \\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u0648\\u062e\\u0627\\u0631\\u062c \\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u0648\\u0628\\u0646\\u0627\\u0621 \\u0627\\u0644\\u0631\\u0648\\u0627\\u0628\\u0637 \\u0648\\u0623\\u0647\\u0645\\u064a\\u0629 \\u0645\\u0648\\u0627\\u0642\\u0639 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0627\\u0644\\u0635\\u062f\\u064a\\u0642\\u0629 \\u0644\\u0644\\u062c\\u0648\\u0651\\u0627\\u0644 \\u0648\\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0627\\u0644\\u062a\\u062d\\u0645\\u064a\\u0644.<\\/p><p><br><\\/p><p>\\u0623\\u062a\\u0642\\u0646 \\u0641\\u0646 \\u0635\\u064a\\u0627\\u063a\\u0629 \\u0645\\u062d\\u062a\\u0648\\u0649 \\u0645\\u0642\\u0646\\u0639 \\u064a\\u062a\\u0631\\u062f\\u062f \\u0635\\u062f\\u0627\\u0647 \\u0644\\u062f\\u0649 \\u062c\\u0645\\u0647\\u0648\\u0631\\u0643 \\u0645\\u0639 \\u0627\\u0644\\u062a\\u0648\\u0627\\u0641\\u0642 \\u0645\\u0639 \\u062e\\u0648\\u0627\\u0631\\u0632\\u0645\\u064a\\u0627\\u062a \\u0645\\u062d\\u0631\\u0643 \\u0627\\u0644\\u0628\\u062d\\u062b. \\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u062e\\u0628\\u0631\\u0629 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0645\\u0639 \\u0627\\u0644\\u0623\\u062f\\u0648\\u0627\\u062a \\u0627\\u0644\\u0634\\u0627\\u0626\\u0639\\u0629 \\u0645\\u062b\\u0644 Google Analytics \\u0648Google Ads \\u0648\\u0645\\u0646\\u0635\\u0627\\u062a \\u062a\\u062d\\u0633\\u064a\\u0646 \\u0645\\u062d\\u0631\\u0643\\u0627\\u062a \\u0627\\u0644\\u0628\\u062d\\u062b \\u0645\\u062b\\u0644 SEMrush \\u0648Ahrefs.<\\/p><p><br><\\/p><p>\\u064a\\u0624\\u0643\\u062f \\u0647\\u0630\\u0627 \\u0627\\u0644\\u062f\\u0644\\u064a\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0639\\u0631\\u0641\\u0629 \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062a\\u064a\\u062d \\u0644\\u0643 \\u0642\\u064a\\u0627\\u0633 \\u0646\\u062c\\u0627\\u062d\\u0643 \\u0648\\u062a\\u062d\\u0633\\u064a\\u0646 \\u0627\\u0633\\u062a\\u0631\\u0627\\u062a\\u064a\\u062c\\u064a\\u0627\\u062a\\u0643 \\u0648\\u062a\\u062d\\u0642\\u064a\\u0642 \\u0646\\u0645\\u0648 \\u0645\\u0633\\u062a\\u062f\\u0627\\u0645 \\u0641\\u064a \\u0627\\u0644\\u0645\\u0634\\u0647\\u062f \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a. \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0645\\u0648\\u0631\\u062f \\u0627\\u0644\\u0635\\u062f\\u064a\\u0642 \\u0644\\u0644\\u0645\\u0628\\u062a\\u062f\\u0626\\u064a\\u0646 \\u0645\\u062b\\u0627\\u0644\\u064a \\u0644\\u0631\\u0648\\u0627\\u062f \\u0627\\u0644\\u0623\\u0639\\u0645\\u0627\\u0644 \\u0648\\u0627\\u0644\\u0639\\u0627\\u0645\\u0644\\u064a\\u0646 \\u0644\\u062d\\u0633\\u0627\\u0628\\u0647\\u0645 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0648\\u0627\\u0644\\u0645\\u0633\\u0648\\u0642\\u064a\\u0646 \\u0627\\u0644\\u0637\\u0645\\u0648\\u062d\\u064a\\u0646\\u060c \\u062d\\u064a\\u062b \\u064a\\u0648\\u0641\\u0631 \\u0631\\u0624\\u0649 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0644\\u0645\\u0633\\u0627\\u0639\\u062f\\u062a\\u0643 \\u0641\\u064a \\u0625\\u0646\\u0634\\u0627\\u0621 \\u062d\\u0645\\u0644\\u0627\\u062a \\u0645\\u0624\\u062b\\u0631\\u0629 \\u0648\\u062a\\u0639\\u0632\\u064a\\u0632 \\u0638\\u0647\\u0648\\u0631\\u0643 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a.<\\/p>\"}', '2025-01-04 13:27:19', '2025-01-04 13:27:19'), (298, 17, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Introducci\\u00f3n al marketing digital y SEO\",\"short_description\":\"Emb\\u00e1rcate en un viaje al din\\u00e1mico mundo del marketing digital y la optimizaci\\u00f3n de motores de b\\u00fasqueda (SEO) con esta gu\\u00eda detallada dise\\u00f1ada para principiantes. Aprende los conceptos, las estrategias y las herramientas esenciales que impulsan el \\u00e9xito en l\\u00ednea, ya sea que est\\u00e9s creando un blog personal, promocionando un negocio o aspirando a convertirte en un profesional del marketing.\",\"description\":\"<p>Descubra los fundamentos del marketing digital, incluido el marketing de contenidos, la gesti\\u00f3n de redes sociales, las campa\\u00f1as de correo electr\\u00f3nico y la publicidad de pago por clic (PPC). Comprenda c\\u00f3mo estos canales funcionan juntos para atraer, involucrar y retener clientes. Profundice en los fundamentos de SEO, como la investigaci\\u00f3n de palabras clave, la optimizaci\\u00f3n dentro y fuera de la p\\u00e1gina, la construcci\\u00f3n de enlaces y la importancia de los sitios web compatibles con dispositivos m\\u00f3viles y de carga r\\u00e1pida.<\\/p><p><br><\\/p><p>Domine el arte de crear contenido atractivo que resuene con su audiencia y que se alinee con los algoritmos de los motores de b\\u00fasqueda. Obtenga experiencia pr\\u00e1ctica con herramientas populares como Google Analytics, Google Ads y plataformas de SEO como SEMrush y Ahrefs.<\\/p><p><br><\\/p><p>Esta gu\\u00eda enfatiza el conocimiento pr\\u00e1ctico, lo que le permite medir su \\u00e9xito, refinar sus estrategias y lograr un crecimiento sostenible en el panorama digital. Perfecto para emprendedores, aut\\u00f3nomos y aspirantes a especialistas en marketing, este recurso para principiantes proporciona informaci\\u00f3n pr\\u00e1ctica para ayudarlo a crear campa\\u00f1as impactantes y aumentar su visibilidad en l\\u00ednea.<\\/p>\"}', '2025-01-04 13:27:52', '2025-01-04 13:27:52'), (299, 17, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982 \\u098f\\u09ac\\u0982 \\u098f\\u09b8\\u0987\\u0993 \\u09a6\\u09bf\\u09af\\u09bc\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09be\",\"short_description\":\"\\u09a8\\u09a4\\u09c1\\u09a8\\u09a6\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u0995\\u09b0\\u09be \\u098f\\u0987 \\u0997\\u09ad\\u09c0\\u09b0 \\u09a8\\u09bf\\u09b0\\u09cd\\u09a6\\u09c7\\u09b6\\u09bf\\u0995\\u09be \\u09a6\\u09bf\\u09af\\u09bc\\u09c7 \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982 \\u098f\\u09ac\\u0982 \\u09b8\\u09be\\u09b0\\u09cd\\u099a \\u0987\\u099e\\u09cd\\u099c\\u09bf\\u09a8 \\u0985\\u09aa\\u09cd\\u099f\\u09bf\\u09ae\\u09be\\u0987\\u099c\\u09c7\\u09b6\\u09be\\u09a8 (SEO) \\u098f\\u09b0 \\u0997\\u09a4\\u09bf\\u09b6\\u09c0\\u09b2 \\u099c\\u0997\\u09a4\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09ac\\u09cd\\u09b2\\u0997 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u099b\\u09c7\\u09a8, \\u09ac\\u09cd\\u09af\\u09ac\\u09b8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u099a\\u09be\\u09b0 \\u0995\\u09b0\\u099b\\u09c7\\u09a8 \\u09ac\\u09be \\u098f\\u0995\\u099c\\u09a8 \\u09ac\\u09bf\\u09aa\\u09a3\\u09a8 \\u09aa\\u09c7\\u09b6\\u09be\\u09a6\\u09be\\u09b0 \\u09b9\\u0993\\u09af\\u09bc\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b0\\u09be\\u0996\\u099b\\u09c7\\u09a8 \\u09a8\\u09be \\u0995\\u09c7\\u09a8, \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b8\\u09be\\u09ab\\u09b2\\u09cd\\u09af\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09aa\\u09cd\\u09b0\\u09af\\u09bc\\u09cb\\u099c\\u09a8\\u09c0\\u09af\\u09bc \\u09a7\\u09be\\u09b0\\u09a3\\u09be, \\u0995\\u09cc\\u09b6\\u09b2 \\u098f\\u09ac\\u0982 \\u09b8\\u09b0\\u099e\\u09cd\\u099c\\u09be\\u09ae\\u0997\\u09c1\\u09b2\\u09bf \\u09b6\\u09bf\\u0996\\u09c1\\u09a8\\u0964\",\"description\":\"<p>\\u0995\\u09a8\\u09cd\\u099f\\u09c7\\u09a8\\u09cd\\u099f \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982, \\u09b8\\u09cb\\u09b6\\u09cd\\u09af\\u09be\\u09b2 \\u09ae\\u09bf\\u09a1\\u09bf\\u09af\\u09bc\\u09be \\u09ae\\u09cd\\u09af\\u09be\\u09a8\\u09c7\\u099c\\u09ae\\u09c7\\u09a8\\u09cd\\u099f, \\u0987\\u09ae\\u09c7\\u09b2 \\u0995\\u09cd\\u09af\\u09be\\u09ae\\u09cd\\u09aa\\u09c7\\u0987\\u09a8 \\u098f\\u09ac\\u0982 \\u09aa\\u09c7-\\u09aa\\u09be\\u09b0-\\u0995\\u09cd\\u09b2\\u09bf\\u0995 (PPC) \\u09ac\\u09bf\\u099c\\u09cd\\u099e\\u09be\\u09aa\\u09a8 \\u09b8\\u09b9 \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982 \\u098f\\u09b0 \\u09ad\\u09bf\\u09a4\\u09cd\\u09a4\\u09bf \\u0986\\u09ac\\u09bf\\u09b7\\u09cd\\u0995\\u09be\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u098f\\u0987 \\u099a\\u09cd\\u09af\\u09be\\u09a8\\u09c7\\u09b2\\u0997\\u09c1\\u09b2\\u09bf \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995\\u09a6\\u09c7\\u09b0 \\u0986\\u0995\\u09c3\\u09b7\\u09cd\\u099f \\u0995\\u09b0\\u09a4\\u09c7, \\u099c\\u09a1\\u09bc\\u09bf\\u09a4 \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u09a7\\u09b0\\u09c7 \\u09b0\\u09be\\u0996\\u09a4\\u09c7 \\u098f\\u0995\\u09b8\\u09be\\u09a5\\u09c7 \\u0995\\u09be\\u099c \\u0995\\u09b0\\u09c7 \\u09a4\\u09be \\u09ac\\u09c1\\u099d\\u09c1\\u09a8\\u09f7 \\u098f\\u09b8\\u0987\\u0993 \\u09ae\\u09cc\\u09b2\\u09bf\\u0995 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u0997\\u09c1\\u09b2\\u09bf\\u09a4\\u09c7 \\u09a1\\u09c1\\u09ac \\u09a6\\u09bf\\u09a8, \\u09af\\u09c7\\u09ae\\u09a8 \\u0995\\u09c0\\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u09a1 \\u0997\\u09ac\\u09c7\\u09b7\\u09a3\\u09be, \\u0985\\u09a8-\\u09aa\\u09c7\\u099c \\u098f\\u09ac\\u0982 \\u0985\\u09ab-\\u09aa\\u09c7\\u099c \\u0985\\u09aa\\u09cd\\u099f\\u09bf\\u09ae\\u09be\\u0987\\u099c\\u09c7\\u09b6\\u09be\\u09a8, \\u09b2\\u09bf\\u0999\\u09cd\\u0995 \\u09ac\\u09bf\\u09b2\\u09cd\\u09a1\\u09bf\\u0982 \\u098f\\u09ac\\u0982 \\u09ae\\u09cb\\u09ac\\u09be\\u0987\\u09b2-\\u09ab\\u09cd\\u09b0\\u09c7\\u09a8\\u09cd\\u09a1\\u09b2\\u09bf \\u098f\\u09ac\\u0982 \\u09a6\\u09cd\\u09b0\\u09c1\\u09a4-\\u09b2\\u09cb\\u09a1\\u09bf\\u0982 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7\\u09b0 \\u0997\\u09c1\\u09b0\\u09c1\\u09a4\\u09cd\\u09ac\\u0964<\\/p><p><br><\\/p><p>\\u09b8\\u09be\\u09b0\\u09cd\\u099a \\u0987\\u099e\\u09cd\\u099c\\u09bf\\u09a8 \\u0985\\u09cd\\u09af\\u09be\\u09b2\\u0997\\u09b0\\u09bf\\u09a6\\u09ae\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09b8\\u09be\\u09b0\\u09bf\\u09ac\\u09a6\\u09cd\\u09a7 \\u0995\\u09b0\\u09be\\u09b0 \\u09b8\\u09ae\\u09af\\u09bc \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a6\\u09b0\\u09cd\\u09b6\\u0995\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u0985\\u09a8\\u09c1\\u09b0\\u09a3\\u09bf\\u09a4 \\u09b9\\u09af\\u09bc \\u098f\\u09ae\\u09a8 \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u09a3\\u09c0\\u09af\\u09bc \\u09b8\\u09be\\u09ae\\u0997\\u09cd\\u09b0\\u09c0 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u09b0 \\u09b6\\u09bf\\u09b2\\u09cd\\u09aa\\u09c7 \\u0986\\u09af\\u09bc\\u09a4\\u09cd\\u09a4 \\u0995\\u09b0\\u09c1\\u09a8\\u09f7 Google Analytics, Google \\u09ac\\u09bf\\u099c\\u09cd\\u099e\\u09be\\u09aa\\u09a8 \\u098f\\u09ac\\u0982 \\u098f\\u09b8\\u0987\\u0993 \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09af\\u09c7\\u09ae\\u09a8 SEMrush \\u098f\\u09ac\\u0982 Ahrefs-\\u098f\\u09b0 \\u09ae\\u09a4\\u09cb \\u099c\\u09a8\\u09aa\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u099f\\u09c1\\u09b2\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0985\\u09b0\\u09cd\\u099c\\u09a8 \\u0995\\u09b0\\u09c1\\u09a8\\u0964<\\/p><p><br><\\/p><p>\\u098f\\u0987 \\u09a8\\u09bf\\u09b0\\u09cd\\u09a6\\u09c7\\u09b6\\u09bf\\u0995\\u09be\\u099f\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u099c\\u09cd\\u099e\\u09be\\u09a8\\u09c7\\u09b0 \\u0989\\u09aa\\u09b0 \\u099c\\u09cb\\u09b0 \\u09a6\\u09c7\\u09af\\u09bc, \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09b8\\u09be\\u09ab\\u09b2\\u09cd\\u09af \\u09aa\\u09b0\\u09bf\\u09ae\\u09be\\u09aa \\u0995\\u09b0\\u09a4\\u09c7, \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0995\\u09cc\\u09b6\\u09b2\\u0997\\u09c1\\u09b2\\u09bf\\u0995\\u09c7 \\u09aa\\u09b0\\u09bf\\u09ae\\u09be\\u09b0\\u09cd\\u099c\\u09bf\\u09a4 \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09b2\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09b8\\u09cd\\u0995\\u09c7\\u09aa\\u09c7 \\u099f\\u09c7\\u0995\\u09b8\\u0987 \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf \\u09aa\\u09c7\\u09a4\\u09c7 \\u09b8\\u0995\\u09cd\\u09b7\\u09ae \\u0995\\u09b0\\u09c7\\u0964 \\u0989\\u09a6\\u09cd\\u09af\\u09cb\\u0995\\u09cd\\u09a4\\u09be, \\u09ab\\u09cd\\u09b0\\u09bf\\u09b2\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09b8\\u09be\\u09b0 \\u098f\\u09ac\\u0982 \\u0989\\u099a\\u09cd\\u099a\\u09be\\u0995\\u09be\\u0999\\u09cd\\u0995\\u09cd\\u09b7\\u09c0 \\u09ac\\u09bf\\u09aa\\u09a3\\u09a8\\u0995\\u09be\\u09b0\\u09c0\\u09a6\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a8\\u09bf\\u0996\\u09c1\\u0981\\u09a4, \\u098f\\u0987 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a8\\u09ac\\u09bf\\u09b8-\\u09ac\\u09be\\u09a8\\u09cd\\u09a7\\u09ac \\u09b8\\u0982\\u09b8\\u09cd\\u09a5\\u09be\\u09a8 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09b0 \\u09aa\\u09cd\\u09b0\\u099a\\u09be\\u09b0\\u09a3\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09a6\\u09c3\\u09b6\\u09cd\\u09af\\u09ae\\u09be\\u09a8\\u09a4\\u09be \\u09ac\\u09be\\u09a1\\u09bc\\u09be\\u09a4\\u09c7 \\u09b8\\u09be\\u09b9\\u09be\\u09af\\u09cd\\u09af \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09b0 \\u0985\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u09a6\\u09c3\\u09b7\\u09cd\\u099f\\u09bf \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09c7\\u0964<\\/p>\"}', '2025-01-04 13:28:34', '2025-01-05 15:15:15'), (300, 12, 'Modules\\LMS\\Models\\Courses\\Course', 'en', '{\"title\":\"The Complete Digital Marketing Analysis Guide\",\"short_description\":\"In today\\u2019s competitive digital landscape, understanding and analyzing your marketing efforts is critical to achieving success. The Complete Digital Marketing Analysis Guide equips you with the knowledge, tools, and strategies to assess the effectiveness of your campaigns, optimize performance, and drive sustainable growth.\",\"description\":\"<p><span>This guide begins with an overview of the key components of digital marketing analysis, including audience segmentation, competitor benchmarking, and campaign performance tracking. Learn how to use powerful analytics tools like Google Analytics, Google Ads, and social media insights platforms to gather actionable data. Understand how to interpret metrics such as traffic sources, conversion rates, engagement levels, and ROI to make informed decisions.<\\/span><\\/p><p>Dive into advanced topics like customer journey mapping, sentiment analysis, and predictive modeling to stay ahead of industry trends. Discover how to leverage data visualization techniques to present your findings effectively, ensuring your team and stakeholders are aligned.<\\/p><p>This comprehensive guide also covers SEO analysis, keyword performance tracking, and backlink audits to help you improve your search engine rankings. Additionally, explore A\\/B testing and performance monitoring for paid advertising campaigns, ensuring every marketing dollar is spent wisely.<\\/p><p>Whether you\\u2019re a business owner, marketer, or analyst, <strong>The Complete Digital Marketing Analysis Guide<\\/strong> provides a step-by-step approach to mastering digital marketing analytics, empowering you to fine-tune strategies and achieve measurable results in a fast-evolving digital world.<\\/p>\"}', '2025-01-04 13:32:30', '2025-01-07 07:04:41'), (301, 12, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u062f\\u0644\\u064a\\u0644 \\u062a\\u062d\\u0644\\u064a\\u0644 \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a \\u0627\\u0644\\u0634\\u0627\\u0645\\u0644\",\"short_description\":\"\\u0641\\u064a \\u0638\\u0644 \\u0627\\u0644\\u0645\\u0646\\u0627\\u0641\\u0633\\u0629 \\u0627\\u0644\\u0634\\u062f\\u064a\\u062f\\u0629 \\u0627\\u0644\\u062a\\u064a \\u064a\\u0634\\u0647\\u062f\\u0647\\u0627 \\u0639\\u0627\\u0644\\u0645\\u0646\\u0627 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a \\u0627\\u0644\\u064a\\u0648\\u0645\\u060c \\u064a\\u0639\\u062f \\u0641\\u0647\\u0645 \\u0648\\u062a\\u062d\\u0644\\u064a\\u0644 \\u062c\\u0647\\u0648\\u062f\\u0643 \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642\\u064a\\u0629 \\u0623\\u0645\\u0631\\u064b\\u0627 \\u0628\\u0627\\u0644\\u063a \\u0627\\u0644\\u0623\\u0647\\u0645\\u064a\\u0629 \\u0644\\u062a\\u062d\\u0642\\u064a\\u0642 \\u0627\\u0644\\u0646\\u062c\\u0627\\u062d. \\u064a\\u0632\\u0648\\u062f\\u0643 \\u062f\\u0644\\u064a\\u0644 \\u062a\\u062d\\u0644\\u064a\\u0644 \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a \\u0627\\u0644\\u0634\\u0627\\u0645\\u0644 \\u0628\\u0627\\u0644\\u0645\\u0639\\u0631\\u0641\\u0629 \\u0648\\u0627\\u0644\\u0623\\u062f\\u0648\\u0627\\u062a \\u0648\\u0627\\u0644\\u0627\\u0633\\u062a\\u0631\\u0627\\u062a\\u064a\\u062c\\u064a\\u0627\\u062a \\u0627\\u0644\\u0644\\u0627\\u0632\\u0645\\u0629 \\u0644\\u062a\\u0642\\u064a\\u064a\\u0645 \\u0641\\u0639\\u0627\\u0644\\u064a\\u0629 \\u062d\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0648\\u062a\\u062d\\u0633\\u064a\\u0646 \\u0627\\u0644\\u0623\\u062f\\u0627\\u0621 \\u0648\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0646\\u0645\\u0648 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062f\\u0627\\u0645.\",\"description\":\"<p>\\u064a\\u0628\\u062f\\u0623 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u062f\\u0644\\u064a\\u0644 \\u0628\\u0646\\u0638\\u0631\\u0629 \\u0639\\u0627\\u0645\\u0629 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0643\\u0648\\u0646\\u0627\\u062a \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629 \\u0644\\u062a\\u062d\\u0644\\u064a\\u0644 \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u062a\\u0642\\u0633\\u064a\\u0645 \\u0627\\u0644\\u062c\\u0645\\u0647\\u0648\\u0631\\u060c \\u0648\\u0645\\u0642\\u0627\\u0631\\u0646\\u0629 \\u0623\\u062f\\u0627\\u0621 \\u0627\\u0644\\u0645\\u0646\\u0627\\u0641\\u0633\\u064a\\u0646\\u060c \\u0648\\u062a\\u062a\\u0628\\u0639 \\u0623\\u062f\\u0627\\u0621 \\u0627\\u0644\\u062d\\u0645\\u0644\\u0629. \\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0623\\u062f\\u0648\\u0627\\u062a \\u0627\\u0644\\u062a\\u062d\\u0644\\u064a\\u0644 \\u0627\\u0644\\u0642\\u0648\\u064a\\u0629 \\u0645\\u062b\\u0644 Google Analytics \\u0648Google Ads \\u0648\\u0645\\u0646\\u0635\\u0627\\u062a \\u0631\\u0624\\u0649 \\u0648\\u0633\\u0627\\u0626\\u0644 \\u0627\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u064a \\u0644\\u062c\\u0645\\u0639 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u0642\\u0627\\u0628\\u0644\\u0629 \\u0644\\u0644\\u062a\\u0646\\u0641\\u064a\\u0630. \\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u0641\\u0633\\u064a\\u0631 \\u0627\\u0644\\u0645\\u0642\\u0627\\u064a\\u064a\\u0633 \\u0645\\u062b\\u0644 \\u0645\\u0635\\u0627\\u062f\\u0631 \\u0627\\u0644\\u0632\\u064a\\u0627\\u0631\\u0627\\u062a \\u0648\\u0645\\u0639\\u062f\\u0644\\u0627\\u062a \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0648\\u0645\\u0633\\u062a\\u0648\\u064a\\u0627\\u062a \\u0627\\u0644\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0648\\u0627\\u0644\\u0639\\u0627\\u0626\\u062f \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062b\\u0645\\u0627\\u0631 \\u0644\\u0627\\u062a\\u062e\\u0627\\u0630 \\u0642\\u0631\\u0627\\u0631\\u0627\\u062a \\u0645\\u0633\\u062a\\u0646\\u064a\\u0631\\u0629.<\\/p><p><br><\\/p><p>\\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0645\\u0648\\u0627\\u0636\\u064a\\u0639 \\u0645\\u062a\\u0642\\u062f\\u0645\\u0629 \\u0645\\u062b\\u0644 \\u0631\\u0633\\u0645 \\u062e\\u0631\\u064a\\u0637\\u0629 \\u0631\\u062d\\u0644\\u0629 \\u0627\\u0644\\u0639\\u0645\\u064a\\u0644 \\u0648\\u062a\\u062d\\u0644\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0634\\u0627\\u0639\\u0631 \\u0648\\u0627\\u0644\\u0646\\u0645\\u0630\\u062c\\u0629 \\u0627\\u0644\\u062a\\u0646\\u0628\\u0624\\u064a\\u0629 \\u0644\\u0644\\u0628\\u0642\\u0627\\u0621 \\u0641\\u064a \\u0635\\u062f\\u0627\\u0631\\u0629 \\u0627\\u062a\\u062c\\u0627\\u0647\\u0627\\u062a \\u0627\\u0644\\u0635\\u0646\\u0627\\u0639\\u0629. \\u0627\\u0643\\u062a\\u0634\\u0641 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0641\\u0627\\u062f\\u0629 \\u0645\\u0646 \\u062a\\u0642\\u0646\\u064a\\u0627\\u062a \\u062a\\u0635\\u0648\\u0631 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0644\\u062a\\u0642\\u062f\\u064a\\u0645 \\u0646\\u062a\\u0627\\u0626\\u062c\\u0643 \\u0628\\u0634\\u0643\\u0644 \\u0641\\u0639\\u0627\\u0644\\u060c \\u0648\\u0636\\u0645\\u0627\\u0646 \\u062a\\u0648\\u0627\\u0641\\u0642 \\u0641\\u0631\\u064a\\u0642\\u0643 \\u0648\\u0623\\u0635\\u062d\\u0627\\u0628 \\u0627\\u0644\\u0645\\u0635\\u0644\\u062d\\u0629.<\\/p><p><br><\\/p><p>\\u064a\\u063a\\u0637\\u064a \\u0647\\u0630\\u0627 \\u0627\\u0644\\u062f\\u0644\\u064a\\u0644 \\u0627\\u0644\\u0634\\u0627\\u0645\\u0644 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u062a\\u062d\\u0644\\u064a\\u0644 \\u062a\\u062d\\u0633\\u064a\\u0646 \\u0645\\u062d\\u0631\\u0643 \\u0627\\u0644\\u0628\\u062d\\u062b \\u0648\\u062a\\u062a\\u0628\\u0639 \\u0623\\u062f\\u0627\\u0621 \\u0627\\u0644\\u0643\\u0644\\u0645\\u0627\\u062a \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629 \\u0648\\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u062a\\u062f\\u0642\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062e\\u0644\\u0641\\u064a\\u0629 \\u0644\\u0645\\u0633\\u0627\\u0639\\u062f\\u062a\\u0643 \\u0639\\u0644\\u0649 \\u062a\\u062d\\u0633\\u064a\\u0646 \\u062a\\u0631\\u062a\\u064a\\u0628 \\u0645\\u062d\\u0631\\u0643 \\u0627\\u0644\\u0628\\u062d\\u062b \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643. \\u0628\\u0627\\u0644\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0625\\u0644\\u0649 \\u0630\\u0644\\u0643\\u060c \\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0627\\u062e\\u062a\\u0628\\u0627\\u0631 A\\/B \\u0648\\u0645\\u0631\\u0627\\u0642\\u0628\\u0629 \\u0627\\u0644\\u0623\\u062f\\u0627\\u0621 \\u0644\\u062d\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0625\\u0639\\u0644\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u0625\\u0646\\u0641\\u0627\\u0642 \\u0643\\u0644 \\u062f\\u0648\\u0644\\u0627\\u0631 \\u062a\\u0633\\u0648\\u064a\\u0642\\u064a \\u0628\\u062d\\u0643\\u0645\\u0629.<\\/p><p><br><\\/p><p>\\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u0645\\u0627\\u0644\\u0643\\u064b\\u0627 \\u0644\\u0639\\u0645\\u0644 \\u062a\\u062c\\u0627\\u0631\\u064a \\u0623\\u0648 \\u0645\\u0633\\u0648\\u0642\\u064b\\u0627 \\u0623\\u0648 \\u0645\\u062d\\u0644\\u0644\\u064b\\u0627\\u060c \\u0641\\u0625\\u0646 \\u062f\\u0644\\u064a\\u0644 \\u062a\\u062d\\u0644\\u064a\\u0644 \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644 \\u064a\\u0648\\u0641\\u0631 \\u0646\\u0647\\u062c\\u064b\\u0627 \\u062e\\u0637\\u0648\\u0629 \\u0628\\u062e\\u0637\\u0648\\u0629 \\u0644\\u0625\\u062a\\u0642\\u0627\\u0646 \\u062a\\u062d\\u0644\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0645\\u0643\\u0651\\u0646\\u0643 \\u0645\\u0646 \\u0636\\u0628\\u0637 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0631\\u0627\\u062a\\u064a\\u062c\\u064a\\u0627\\u062a \\u0648\\u062a\\u062d\\u0642\\u064a\\u0642 \\u0646\\u062a\\u0627\\u0626\\u062c \\u0642\\u0627\\u0628\\u0644\\u0629 \\u0644\\u0644\\u0642\\u064a\\u0627\\u0633 \\u0641\\u064a \\u0639\\u0627\\u0644\\u0645 \\u0631\\u0642\\u0645\\u064a \\u0633\\u0631\\u064a\\u0639 \\u0627\\u0644\\u062a\\u0637\\u0648\\u0631.<\\/p>\"}', '2025-01-04 13:33:41', '2025-01-04 13:33:41'), (302, 12, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"\\u062f\\u0644\\u064a\\u0644 \\u062a\\u062d\\u0644\\u064a\\u0644 \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a \\u0627\\u0644\\u0634\\u0627\\u0645\\u0644\",\"short_description\":\"En el competitivo panorama digital actual, comprender y analizar sus iniciativas de marketing es fundamental para alcanzar el \\u00e9xito. La Gu\\u00eda completa de an\\u00e1lisis de marketing digital le proporciona los conocimientos, las herramientas y las estrategias para evaluar la eficacia de sus campa\\u00f1as, optimizar el rendimiento e impulsar un crecimiento sostenible.\",\"description\":\"<p>Esta gu\\u00eda comienza con una descripci\\u00f3n general de los componentes clave del an\\u00e1lisis de marketing digital, que incluyen la segmentaci\\u00f3n de audiencia, la evaluaci\\u00f3n comparativa de la competencia y el seguimiento del rendimiento de las campa\\u00f1as. Aprenda a utilizar herramientas de an\\u00e1lisis potentes como Google Analytics, Google Ads y plataformas de informaci\\u00f3n de redes sociales para recopilar datos \\u00fatiles. Comprenda c\\u00f3mo interpretar m\\u00e9tricas como fuentes de tr\\u00e1fico, tasas de conversi\\u00f3n, niveles de participaci\\u00f3n y ROI para tomar decisiones informadas.<\\/p><p><br><\\/p><p>Profundice en temas avanzados como el mapeo del recorrido del cliente, el an\\u00e1lisis de sentimientos y el modelado predictivo para mantenerse a la vanguardia de las tendencias de la industria. Descubra c\\u00f3mo aprovechar las t\\u00e9cnicas de visualizaci\\u00f3n de datos para presentar sus hallazgos de manera eficaz, asegurando que su equipo y las partes interesadas est\\u00e9n alineados.<\\/p><p><br><\\/p><p>Esta gu\\u00eda completa tambi\\u00e9n cubre el an\\u00e1lisis de SEO, el seguimiento del rendimiento de las palabras clave y las auditor\\u00edas de backlinks para ayudarlo a mejorar su clasificaci\\u00f3n en los motores de b\\u00fasqueda. Adem\\u00e1s, explore las pruebas A\\/B y el monitoreo del rendimiento para campa\\u00f1as publicitarias pagas, asegurando que cada d\\u00f3lar de marketing se gaste de manera inteligente.<\\/p><p><br><\\/p><p>Ya sea propietario de un negocio, un comercializador o analista, la Gu\\u00eda completa de an\\u00e1lisis de marketing digital proporciona un enfoque paso a paso para dominar el an\\u00e1lisis de marketing digital, lo que le permite ajustar estrategias y lograr resultados mensurables en un mundo digital en r\\u00e1pida evoluci\\u00f3n.<\\/p>\"}', '2025-01-04 13:35:05', '2025-01-04 13:35:05'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (303, 12, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u09b8\\u09ae\\u09cd\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982 \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3 \\u0997\\u09be\\u0987\\u09a1\",\"short_description\":\"\\u0986\\u099c\\u0995\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09af\\u09cb\\u0997\\u09bf\\u09a4\\u09be\\u09ae\\u09c2\\u09b2\\u0995 \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09b2\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09b8\\u09cd\\u0995\\u09c7\\u09aa\\u09c7, \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ac\\u09bf\\u09aa\\u09a3\\u09a8 \\u09aa\\u09cd\\u09b0\\u099a\\u09c7\\u09b7\\u09cd\\u099f\\u09be \\u09ac\\u09cb\\u099d\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3 \\u09b8\\u09be\\u09ab\\u09b2\\u09cd\\u09af \\u0985\\u09b0\\u09cd\\u099c\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0997\\u09c1\\u09b0\\u09c1\\u09a4\\u09cd\\u09ac\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3\\u0964 \\u09b8\\u09ae\\u09cd\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982 \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09be\\u09b2\\u09be\\u0987\\u09b8\\u09bf\\u09b8 \\u0997\\u09be\\u0987\\u09a1 \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u099a\\u09be\\u09b0\\u09be\\u09ad\\u09bf\\u09af\\u09be\\u09a8\\u09c7\\u09b0 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09be\\u09b0\\u09bf\\u09a4\\u09be \\u09ae\\u09c2\\u09b2\\u09cd\\u09af\\u09be\\u09af\\u09bc\\u09a8, \\u0995\\u09b0\\u09cd\\u09ae\\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be \\u0985\\u09aa\\u09cd\\u099f\\u09bf\\u09ae\\u09be\\u0987\\u099c \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u099f\\u09c7\\u0995\\u09b8\\u0987 \\u09aa\\u09cd\\u09b0\\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf \\u099a\\u09be\\u09b2\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u099c\\u09cd\\u099e\\u09be\\u09a8, \\u09b8\\u09b0\\u099e\\u09cd\\u099c\\u09be\\u09ae \\u098f\\u09ac\\u0982 \\u0995\\u09cc\\u09b6\\u09b2\\u0997\\u09c1\\u09b2\\u09bf \\u09a6\\u09bf\\u09af\\u09bc\\u09c7 \\u09b8\\u099c\\u09cd\\u099c\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7\\u0964\",\"description\":\"<p>\\u098f\\u0987 \\u09a8\\u09bf\\u09b0\\u09cd\\u09a6\\u09c7\\u09b6\\u09bf\\u0995\\u09be\\u099f\\u09bf \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982 \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3\\u09c7\\u09b0 \\u09ae\\u09c2\\u09b2 \\u0989\\u09aa\\u09be\\u09a6\\u09be\\u09a8\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u0993\\u09ad\\u09be\\u09b0\\u09ad\\u09bf\\u0989 \\u09a6\\u09bf\\u09af\\u09bc\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u09b9\\u09af\\u09bc, \\u09af\\u09be\\u09b0 \\u09ae\\u09a7\\u09cd\\u09af\\u09c7 \\u09b6\\u09cd\\u09b0\\u09cb\\u09a4\\u09be \\u09ac\\u09bf\\u09ad\\u09be\\u099c\\u09a8, \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09af\\u09cb\\u0997\\u09c0 \\u09ac\\u09c7\\u099e\\u09cd\\u099a\\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09bf\\u0982, \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u099a\\u09be\\u09b0\\u09be\\u09ad\\u09bf\\u09af\\u09be\\u09a8\\u09c7\\u09b0 \\u09aa\\u09be\\u09b0\\u09ab\\u09b0\\u09ae\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982\\u0964 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09b6\\u09a8\\u09c7\\u09ac\\u09b2 \\u09a1\\u09c7\\u099f\\u09be \\u09b8\\u0982\\u0997\\u09cd\\u09b0\\u09b9 \\u0995\\u09b0\\u09a4\\u09c7 \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 Google Analytics, Google \\u09ac\\u09bf\\u099c\\u09cd\\u099e\\u09be\\u09aa\\u09a8 \\u098f\\u09ac\\u0982 \\u09b8\\u09cb\\u09b6\\u09cd\\u09af\\u09be\\u09b2 \\u09ae\\u09bf\\u09a1\\u09bf\\u09af\\u09bc\\u09be \\u0987\\u09a8\\u09b8\\u09be\\u0987\\u099f \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae\\u09c7\\u09b0 \\u09ae\\u09a4\\u09cb \\u09b6\\u0995\\u09cd\\u09a4\\u09bf\\u09b6\\u09be\\u09b2\\u09c0 \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09be\\u09b2\\u09bf\\u099f\\u09bf\\u0995\\u09cd\\u09b8 \\u099f\\u09c1\\u09b2 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09ac\\u09c7\\u09a8 \\u09a4\\u09be \\u099c\\u09be\\u09a8\\u09c1\\u09a8\\u0964 \\u099f\\u09cd\\u09b0\\u09be\\u09ab\\u09bf\\u0995 \\u09b8\\u09cb\\u09b0\\u09cd\\u09b8, \\u0995\\u09a8\\u09ad\\u09be\\u09b0\\u09cd\\u09b8\\u09a8 \\u09b0\\u09c7\\u099f, \\u098f\\u09a8\\u0997\\u09c7\\u099c\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09b2\\u09c7\\u09ad\\u09c7\\u09b2 \\u098f\\u09ac\\u0982 ROI-\\u098f\\u09b0 \\u09ae\\u09a4\\u09cb \\u09ae\\u09c7\\u099f\\u09cd\\u09b0\\u09bf\\u0995\\u09cd\\u09b8 \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u09be\\u0996\\u09cd\\u09af\\u09be \\u0995\\u09b0\\u09a4\\u09c7 \\u09b9\\u09af\\u09bc \\u09a4\\u09be \\u099c\\u09be\\u09a8\\u09c1\\u09a8\\u0964<\\/p><p><br><\\/p><p>\\u09b6\\u09bf\\u09b2\\u09cd\\u09aa \\u09aa\\u09cd\\u09b0\\u09ac\\u09a3\\u09a4\\u09be \\u09a5\\u09c7\\u0995\\u09c7 \\u098f\\u0997\\u09bf\\u09af\\u09bc\\u09c7 \\u09a5\\u09be\\u0995\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09ae\\u09cd\\u09af\\u09be\\u09aa\\u09bf\\u0982, \\u0985\\u09a8\\u09c1\\u09ad\\u09c2\\u09a4\\u09bf \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3 \\u098f\\u09ac\\u0982 \\u09ad\\u09ac\\u09bf\\u09b7\\u09cd\\u09af\\u09a6\\u09cd\\u09ac\\u09be\\u09a3\\u09c0\\u09ae\\u09c2\\u09b2\\u0995 \\u09ae\\u09a1\\u09c7\\u09b2\\u09bf\\u0982\\u09af\\u09bc\\u09c7\\u09b0 \\u09ae\\u09a4\\u09cb \\u0989\\u09a8\\u09cd\\u09a8\\u09a4 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u0997\\u09c1\\u09b2\\u09bf\\u09a4\\u09c7 \\u09a1\\u09c1\\u09ac \\u09a6\\u09bf\\u09a8\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a6\\u09b2 \\u098f\\u09ac\\u0982 \\u09b8\\u09cd\\u099f\\u09c7\\u0995\\u09b9\\u09cb\\u09b2\\u09cd\\u09a1\\u09be\\u09b0\\u09a6\\u09c7\\u09b0 \\u098f\\u0995\\u09a4\\u09cd\\u09b0\\u09bf\\u09a4 \\u0995\\u09b0\\u09be \\u09a8\\u09bf\\u09b6\\u09cd\\u099a\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ab\\u09b2\\u09be\\u09ab\\u09b2\\u0997\\u09c1\\u09b2\\u09bf\\u0995\\u09c7 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09b0\\u09ad\\u09be\\u09ac\\u09c7 \\u0989\\u09aa\\u09b8\\u09cd\\u09a5\\u09be\\u09aa\\u09a8 \\u0995\\u09b0\\u09a4\\u09c7 \\u09a1\\u09c7\\u099f\\u09be \\u09ad\\u09bf\\u099c\\u09cd\\u09af\\u09c1\\u09af\\u09bc\\u09be\\u09b2\\u09be\\u0987\\u099c\\u09c7\\u09b6\\u09a8 \\u0995\\u09cc\\u09b6\\u09b2\\u0997\\u09c1\\u09b2\\u09bf \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09be \\u09af\\u09be\\u09af\\u09bc \\u09a4\\u09be \\u0986\\u09ac\\u09bf\\u09b7\\u09cd\\u0995\\u09be\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8\\u0964<\\/p><p><br><\\/p><p>\\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09b8\\u09be\\u09b0\\u09cd\\u099a \\u0987\\u099e\\u09cd\\u099c\\u09bf\\u09a8 \\u09b0\\u200c\\u09cd\\u09af\\u09be\\u0999\\u09cd\\u0995\\u09bf\\u0982 \\u0989\\u09a8\\u09cd\\u09a8\\u09a4 \\u0995\\u09b0\\u09a4\\u09c7 \\u09b8\\u09be\\u09b9\\u09be\\u09af\\u09cd\\u09af \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u098f\\u0987 \\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u0995 \\u09a8\\u09bf\\u09b0\\u09cd\\u09a6\\u09c7\\u09b6\\u09bf\\u0995\\u09be\\u099f\\u09bf \\u098f\\u09b8\\u0987\\u0993 \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3, \\u0995\\u09c0\\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u09a1 \\u09aa\\u09be\\u09b0\\u09ab\\u09b0\\u09ae\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09b8 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09be\\u0995\\u09b2\\u09bf\\u0982\\u0995 \\u0985\\u09a1\\u09bf\\u099f\\u0995\\u09c7\\u0993 \\u0995\\u09ad\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u0964 \\u0985\\u09a4\\u09bf\\u09b0\\u09bf\\u0995\\u09cd\\u09a4\\u09ad\\u09be\\u09ac\\u09c7, \\u09aa\\u09cd\\u09b0\\u09a6\\u09a4\\u09cd\\u09a4 \\u09ac\\u09bf\\u099c\\u09cd\\u099e\\u09be\\u09aa\\u09a8 \\u09aa\\u09cd\\u09b0\\u099a\\u09be\\u09b0\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af A\\/B \\u09aa\\u09b0\\u09c0\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09aa\\u09be\\u09b0\\u09ab\\u09b0\\u09ae\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09b8 \\u09ae\\u09a8\\u09bf\\u099f\\u09b0\\u09bf\\u0982 \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c1\\u09a8, \\u09a8\\u09bf\\u09b6\\u09cd\\u099a\\u09bf\\u09a4 \\u0995\\u09b0\\u09c1\\u09a8 \\u09af\\u09c7 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09ac\\u09bf\\u09aa\\u09a3\\u09a8 \\u09a1\\u09b2\\u09be\\u09b0 \\u09ac\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09ac\\u09cd\\u09af\\u09af\\u09bc \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7\\u0964<\\/p><p><br><\\/p><p>\\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0995\\u099c\\u09a8 \\u09ac\\u09cd\\u09af\\u09ac\\u09b8\\u09be\\u09b0 \\u09ae\\u09be\\u09b2\\u09bf\\u0995, \\u09ac\\u09bf\\u09aa\\u09a3\\u09a8\\u0995\\u09be\\u09b0\\u09c0 \\u09ac\\u09be \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u0995\\u0987 \\u09b9\\u09cb\\u09a8 \\u09a8\\u09be \\u0995\\u09c7\\u09a8, \\u09b8\\u09ae\\u09cd\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982 \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3 \\u0997\\u09be\\u0987\\u09a1 \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982 \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3\\u09c7 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be \\u0985\\u09b0\\u09cd\\u099c\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a7\\u09be\\u09aa\\u09c7 \\u09a7\\u09be\\u09aa\\u09c7 \\u09aa\\u09a6\\u09cd\\u09a7\\u09a4\\u09bf \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09c7, \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u0995\\u09cc\\u09b6\\u09b2\\u0997\\u09c1\\u09b2\\u09bf\\u0995\\u09c7 \\u09b8\\u09c2\\u0995\\u09cd\\u09b7\\u09cd\\u09ae-\\u09b8\\u09c1\\u09a8\\u09cd\\u09a6\\u09b0 \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u09a6\\u09cd\\u09b0\\u09c1\\u09a4 \\u09ac\\u09bf\\u0995\\u09be\\u09b6\\u09ae\\u09be\\u09a8 \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2\\u09c7 \\u09aa\\u09b0\\u09bf\\u09ae\\u09be\\u09aa\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u09ab\\u09b2\\u09be\\u09ab\\u09b2 \\u0985\\u09b0\\u09cd\\u099c\\u09a8\\u09c7\\u09b0 \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09c7\\u0964 \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac<\\/p>\"}', '2025-01-04 13:36:05', '2025-01-04 13:36:38'), (304, 11, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u0625\\u0646\\u0634\\u0627\\u0621 Blockchain \\u0648\\u0639\\u0645\\u0644\\u0629 \\u0645\\u0634\\u0641\\u0631\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0635\\u0641\\u0631\",\"short_description\":\"\\u0642\\u0645 \\u0628\\u0628\\u0646\\u0627\\u0621 \\u0633\\u0644\\u0633\\u0644\\u0629 \\u0643\\u062a\\u0644 \\u0648\\u0639\\u0645\\u0644\\u0629 \\u0645\\u0634\\u0641\\u0631\\u0629. \\u0627\\u0643\\u062a\\u0634\\u0641 \\u0627\\u0644\\u0623\\u0641\\u0643\\u0627\\u0631 \\u0627\\u0644\\u0647\\u0646\\u062f\\u0633\\u064a\\u0629 \\u0648\\u0631\\u0627\\u0621 \\u0627\\u0644\\u0628\\u064a\\u062a\\u0643\\u0648\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0625\\u064a\\u062b\\u0631\\u064a\\u0648\\u0645!\",\"description\":\"<h3>\\u0625\\u0639\\u0644\\u0627\\u0646: \\u062f\\u0648\\u0631\\u0629 Full-Stack Remastered \\u0645\\u062a\\u0627\\u062d\\u0629!<\\/h3><h3>\\u064a\\u0633\\u0639\\u062f\\u0646\\u0627 \\u0623\\u0646 \\u0646\\u0639\\u0644\\u0646 \\u0639\\u0646 \\u0627\\u0644\\u0646\\u0633\\u062e\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0627\\u062f \\u0625\\u062a\\u0642\\u0627\\u0646\\u0647\\u0627 \\u0645\\u0646 \\u062f\\u0648\\u0631\\u0629 Full-Stack Developer! \\u0641\\u064a \\u062d\\u064a\\u0646 \\u062a\\u0631\\u0643\\u0632 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0639\\u0644\\u0649 \\u0628\\u0646\\u0627\\u0621 \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u062e\\u0644\\u0641\\u064a\\u0629\\u060c \\u062a\\u0642\\u062f\\u0645 \\u0627\\u0644\\u0646\\u0633\\u062e\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0627\\u062f \\u0625\\u062a\\u0642\\u0627\\u0646\\u0647\\u0627 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0643\\u0627\\u0645\\u0644\\u0629 \\u0643\\u0627\\u0645\\u0644\\u0629\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0645\\u064a\\u0629 \\u0648\\u0646\\u0634\\u0631\\u0647\\u0627.<\\/h3><h3><br><\\/h3><h3>\\u0625\\u0630\\u0627 \\u0643\\u0646\\u062a \\u062a\\u0631\\u063a\\u0628 \\u0641\\u064a \\u0628\\u0646\\u0627\\u0621 \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u062e\\u0644\\u0641\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0623\\u0645\\u0627\\u0645\\u064a\\u0629 \\u0644\\u0645\\u0634\\u0631\\u0648\\u0639 blockchain\\u060c \\u0641\\u062a\\u0641\\u0636\\u0644 \\u0628\\u0625\\u0644\\u0642\\u0627\\u0621 \\u0646\\u0638\\u0631\\u0629 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0627\\u062f \\u0625\\u062a\\u0642\\u0627\\u0646\\u0647\\u0627 \\u0628\\u0639\\u0646\\u0648\\u0627\\u0646 \\\"Build a Blockchain & Cryptocurrency | Full-Stack Edition\\\" \\u0641\\u064a \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u064a.<\\/h3><h3><br><\\/h3><h3>\\u0623\\u0628\\u0631\\u0632 \\u0645\\u0627 \\u064a\\u0645\\u064a\\u0632 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629:<\\/h3><h3>\\u0628\\u0646\\u0627\\u0621 blockchain \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0627\\u0644\\u0645\\u0648\\u062c\\u0647\\u0629 \\u0644\\u0644\\u0643\\u0627\\u0626\\u0646\\u0627\\u062a.<\\/h3><h3>\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0648\\u062a\\u062c\\u0632\\u0626\\u0629 \\u0627\\u0644\\u0643\\u062a\\u0644 \\u0641\\u064a blockchain.<\\/h3><h3>\\u0627\\u062e\\u062a\\u0628\\u0627\\u0631 \\u0648\\u062d\\u062f\\u0627\\u062a \\u0645\\u0643\\u0648\\u0646\\u0627\\u062a blockchain.<\\/h3><h3>\\u062a\\u0646\\u0641\\u064a\\u0630 \\u062e\\u0627\\u062f\\u0645 \\u0646\\u0638\\u064a\\u0631 \\u0625\\u0644\\u0649 \\u0646\\u0638\\u064a\\u0631 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a.<\\/h3><h3>\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u062a\\u0634\\u0641\\u064a\\u0631 \\u0644\\u062a\\u0648\\u0642\\u064a\\u0639 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a.<\\/h3><h3>\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0644\\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a.<\\/h3><h3>\\u062a\\u0637\\u0648\\u064a\\u0631 \\u062a\\u0637\\u0628\\u064a\\u0642 blockchain \\u0648\\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0634\\u0641\\u0631\\u0629 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644.<\\/h3><h3>\\u062a\\u0645 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 NodeJS\\u060c \\u0645\\u0639 \\u062a\\u0641\\u0633\\u064a\\u0631\\u0627\\u062a \\u0648\\u0627\\u0636\\u062d\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0644\\u0623\\u0648\\u0644\\u0626\\u0643 \\u0627\\u0644\\u062c\\u062f\\u062f \\u0639\\u0644\\u0649 JavaScript.<\\/h3><h3><br><\\/h3><h3>\\u0623\\u062a\\u0642\\u0646 \\u0647\\u0646\\u062f\\u0633\\u0629 \\u0627\\u0644\\u0628\\u0644\\u0648\\u0643 \\u062a\\u0634\\u064a\\u0646 \\u0648\\u0627\\u0643\\u062a\\u0633\\u0628 \\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0641\\u064a \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0645\\u062c\\u0627\\u0644 \\u0627\\u0644\\u0630\\u064a \\u064a\\u062d\\u0638\\u0649 \\u0628\\u0637\\u0644\\u0628 \\u0643\\u0628\\u064a\\u0631. \\u0647\\u0644 \\u0623\\u0646\\u062a \\u0645\\u0633\\u062a\\u0639\\u062f \\u0644\\u0644\\u0627\\u0646\\u0637\\u0644\\u0627\\u0642\\u061f \\u0644\\u0646\\u0628\\u062f\\u0623!<\\/h3>\"}', '2025-01-04 13:42:16', '2025-01-04 13:42:16'), (305, 11, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Construya una cadena de bloques y una criptomoneda desde cero\",\"short_description\":\"Crea una cadena de bloques y una criptomoneda. \\u00a1Descubre las ideas de ingenier\\u00eda detr\\u00e1s de Bitcoin y Ethereum!\",\"description\":\"<h3>Anuncio: \\u00a1Curso remasterizado de pila completa disponible!<\\/h3><h3>\\u00a1Nos complace anunciar la versi\\u00f3n remasterizada del curso Full-Stack Developer! Si bien este curso se centra en la creaci\\u00f3n del backend, la edici\\u00f3n remasterizada ofrece una experiencia completa de pila completa, que incluye el desarrollo y la implementaci\\u00f3n del frontend.<\\/h3><h3><br><\\/h3><h3>Si desea crear el backend y el frontend de un proyecto de cadena de bloques, consulte el curso remasterizado titulado \\\"Crear una cadena de bloques y criptomonedas | Edici\\u00f3n Full-Stack\\\" en mi lista de cursos.<\\/h3><h3><br><\\/h3><h3>Aspectos destacados del curso:<\\/h3><h3>Crear una cadena de bloques mediante programaci\\u00f3n orientada a objetos.<\\/h3><h3>Generar y aplicar hashes a bloques en la cadena de bloques.<\\/h3><h3>Probar componentes de la cadena de bloques de forma unitaria.<\\/h3><h3>Implementar un servidor peer to peer en tiempo real.<\\/h3><h3>Usar criptograf\\u00eda para la firma de transacciones.<\\/h3><h3>Crear un grupo de transacciones para el procesamiento de datos en tiempo real.<\\/h3><h3>Desarrollar una aplicaci\\u00f3n de cadena de bloques y criptomonedas completa.<\\/h3><h3>Este curso est\\u00e1 creado con NodeJS, con explicaciones claras y accesibles para quienes son nuevos en JavaScript.<\\/h3><h3><br><\\/h3><h3>Domine la ingenier\\u00eda de cadenas de bloques y adquiera habilidades pr\\u00e1cticas en este campo de alta demanda. \\u00bfListo para sumergirse? \\u00a1Empecemos!<\\/h3>\"}', '2025-01-04 13:43:17', '2025-01-04 13:43:17'), (306, 11, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u09b8\\u09cd\\u0995\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u099a \\u09a5\\u09c7\\u0995\\u09c7 \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cd\\u09b2\\u0995\\u099a\\u09c7\\u0987\\u09a8 \\u098f\\u09ac\\u0982 \\u098f\\u0995\\u099f\\u09bf \\u0995\\u09cd\\u09b0\\u09bf\\u09aa\\u09cd\\u099f\\u09cb\\u0995\\u09be\\u09b0\\u09c7\\u09a8\\u09cd\\u09b8\\u09bf \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c1\\u09a8\",\"short_description\":\"\\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cd\\u09b2\\u0995\\u099a\\u09c7\\u0987\\u09a8 \\u098f\\u09ac\\u0982 \\u0995\\u09cd\\u09b0\\u09bf\\u09aa\\u09cd\\u099f\\u09cb\\u0995\\u09be\\u09b0\\u09c7\\u09a8\\u09cd\\u09b8\\u09bf \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u09ac\\u09bf\\u099f\\u0995\\u09af\\u09bc\\u09c7\\u09a8 \\u098f\\u09ac\\u0982 \\u0987\\u09a5\\u09c7\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u09ae\\u09c7\\u09b0 \\u09aa\\u09bf\\u099b\\u09a8\\u09c7 \\u0987\\u099e\\u09cd\\u099c\\u09bf\\u09a8\\u09bf\\u09af\\u09bc\\u09be\\u09b0\\u09bf\\u0982 \\u09a7\\u09be\\u09b0\\u09a3\\u09be\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09ac\\u09bf\\u09b7\\u09cd\\u0995\\u09be\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8!\",\"description\":\"<h3>\\u0998\\u09cb\\u09b7\\u09a3\\u09be: \\u09ab\\u09c1\\u09b2-\\u09b8\\u09cd\\u099f\\u09cd\\u09af\\u09be\\u0995 \\u09b0\\u09bf\\u09ae\\u09be\\u09b8\\u09cd\\u099f\\u09be\\u09b0\\u09a1 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u0989\\u09aa\\u09b2\\u09ac\\u09cd\\u09a7!<\\/h3><h3>\\u0986\\u09ae\\u09b0\\u09be \\u09ab\\u09c1\\u09b2-\\u09b8\\u09cd\\u099f\\u09cd\\u09af\\u09be\\u0995 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09be\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7\\u09b0 \\u09b0\\u09bf\\u09ae\\u09be\\u09b8\\u09cd\\u099f\\u09be\\u09b0 \\u0995\\u09b0\\u09be \\u09b8\\u0982\\u09b8\\u09cd\\u0995\\u09b0\\u09a3 \\u0998\\u09cb\\u09b7\\u09a3\\u09be \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09c7\\u09b0\\u09c7 \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09bf\\u09a4! \\u09af\\u09a6\\u09bf\\u0993 \\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u099f\\u09bf \\u09ac\\u09cd\\u09af\\u09be\\u0995\\u098f\\u09a8\\u09cd\\u09a1 \\u09a4\\u09c8\\u09b0\\u09bf\\u09a4\\u09c7 \\u09ab\\u09cb\\u0995\\u09be\\u09b8 \\u0995\\u09b0\\u09c7, \\u09b0\\u09bf\\u09ae\\u09be\\u09b8\\u09cd\\u099f\\u09be\\u09b0 \\u0995\\u09b0\\u09be \\u09b8\\u0982\\u09b8\\u09cd\\u0995\\u09b0\\u09a3\\u099f\\u09bf \\u09ab\\u09cd\\u09b0\\u09a8\\u09cd\\u099f\\u098f\\u09a8\\u09cd\\u09a1 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u098f\\u09ac\\u0982 \\u09b8\\u09cd\\u09a5\\u09be\\u09aa\\u09a8\\u09be \\u09b8\\u09b9 \\u098f\\u0995\\u099f\\u09bf \\u09b8\\u09ae\\u09cd\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3-\\u09b8\\u09cd\\u099f\\u09cd\\u09af\\u09be\\u0995 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09c7\\u0964<\\/h3><h3><br><\\/h3><h3>\\u0986\\u09aa\\u09a8\\u09bf \\u09af\\u09a6\\u09bf \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cd\\u09b2\\u0995\\u099a\\u09c7\\u0987\\u09a8 \\u09aa\\u09cd\\u09b0\\u0995\\u09b2\\u09cd\\u09aa\\u09c7\\u09b0 \\u09ac\\u09cd\\u09af\\u09be\\u0995\\u098f\\u09a8\\u09cd\\u09a1 \\u098f\\u09ac\\u0982 \\u09ab\\u09cd\\u09b0\\u09a8\\u09cd\\u099f\\u098f\\u09a8\\u09cd\\u09a1 \\u0989\\u09ad\\u09af\\u09bc\\u0987 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u0986\\u0997\\u09cd\\u09b0\\u09b9\\u09c0 \\u09b9\\u09a8, \\u09a4\\u09be\\u09b9\\u09b2\\u09c7 \\u0986\\u09ae\\u09be\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7\\u09b0 \\u09a4\\u09be\\u09b2\\u09bf\\u0995\\u09be\\u09af\\u09bc \\\"Build a Blockchain & Cryptocurrency | Full-Stack Edition\\\" \\u09b6\\u09bf\\u09b0\\u09cb\\u09a8\\u09be\\u09ae\\u09c7\\u09b0 \\u09b0\\u09bf\\u09ae\\u09be\\u09b8\\u09cd\\u099f\\u09be\\u09b0 \\u0995\\u09b0\\u09be \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u099f\\u09bf \\u09a6\\u09c7\\u0996\\u09c1\\u09a8\\u0964<\\/h3><h3><br><\\/h3><h3>\\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7\\u09b0 \\u09b9\\u09be\\u0987\\u09b2\\u09be\\u0987\\u099f\\u09b8:<\\/h3><h3>\\u0985\\u09ac\\u099c\\u09c7\\u0995\\u09cd\\u099f-\\u0993\\u09b0\\u09bf\\u09af\\u09bc\\u09c7\\u09a8\\u09cd\\u099f\\u09c7\\u09a1 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7 \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cd\\u09b2\\u0995\\u099a\\u09c7\\u0987\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c1\\u09a8\\u0964<\\/h3><h3>\\u09ac\\u09cd\\u09b2\\u0995\\u099a\\u09c7\\u0987\\u09a8\\u09c7 \\u09ac\\u09cd\\u09b2\\u0995 \\u09a4\\u09c8\\u09b0\\u09bf \\u098f\\u09ac\\u0982 \\u09b9\\u09cd\\u09af\\u09be\\u09b6 \\u0995\\u09b0\\u09c1\\u09a8\\u0964<\\/h3><h3>\\u0987\\u0989\\u09a8\\u09bf\\u099f \\u09aa\\u09b0\\u09c0\\u0995\\u09cd\\u09b7\\u09be \\u09ac\\u09cd\\u09b2\\u0995\\u099a\\u09c7\\u0987\\u09a8 \\u0989\\u09aa\\u09be\\u09a6\\u09be\\u09a8.<\\/h3><h3>\\u098f\\u0995\\u099f\\u09bf \\u09b0\\u09bf\\u09af\\u09bc\\u09c7\\u09b2-\\u099f\\u09be\\u0987\\u09ae \\u09aa\\u09bf\\u09af\\u09bc\\u09be\\u09b0-\\u099f\\u09c1-\\u09aa\\u09bf\\u09af\\u09bc\\u09be\\u09b0 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09af\\u09bc\\u09cb\\u0997 \\u0995\\u09b0\\u09c1\\u09a8\\u0964<\\/h3><h3>\\u09b2\\u09c7\\u09a8\\u09a6\\u09c7\\u09a8 \\u09b8\\u09cd\\u09ac\\u09be\\u0995\\u09cd\\u09b7\\u09b0\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b0\\u09bf\\u09aa\\u09cd\\u099f\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ab\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8\\u0964<\\/h3><h3>\\u09b0\\u09bf\\u09af\\u09bc\\u09c7\\u09b2-\\u099f\\u09be\\u0987\\u09ae \\u09a1\\u09c7\\u099f\\u09be \\u09aa\\u09cd\\u09b0\\u09b8\\u09c7\\u09b8\\u09bf\\u0982\\u09af\\u09bc\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u098f\\u0995\\u099f\\u09bf \\u09b2\\u09c7\\u09a8\\u09a6\\u09c7\\u09a8 \\u09aa\\u09c1\\u09b2 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c1\\u09a8\\u0964<\\/h3><h3>\\u098f\\u0995\\u099f\\u09bf \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3\\u09be\\u0999\\u09cd\\u0997 \\u09ac\\u09cd\\u09b2\\u0995\\u099a\\u09c7\\u0987\\u09a8 \\u098f\\u09ac\\u0982 \\u0995\\u09cd\\u09b0\\u09bf\\u09aa\\u09cd\\u099f\\u09cb\\u0995\\u09be\\u09b0\\u09c7\\u09a8\\u09cd\\u09b8\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u09aa \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c1\\u09a8\\u0964<\\/h3><h3>\\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u099f\\u09bf \\u099c\\u09be\\u09ad\\u09be\\u09b8\\u09cd\\u0995\\u09cd\\u09b0\\u09bf\\u09aa\\u09cd\\u099f\\u09c7 \\u09a8\\u09a4\\u09c1\\u09a8\\u09a6\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09b8\\u09cd\\u09aa\\u09b7\\u09cd\\u099f, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u09ac\\u09cd\\u09af\\u09be\\u0996\\u09cd\\u09af\\u09be \\u09b8\\u09b9 NodeJS \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7\\u0964<\\/h3><h3><br><\\/h3><h3>\\u09ac\\u09cd\\u09b2\\u0995\\u099a\\u09c7\\u0987\\u09a8 \\u0987\\u099e\\u09cd\\u099c\\u09bf\\u09a8\\u09bf\\u09af\\u09bc\\u09be\\u09b0\\u09bf\\u0982\\u09af\\u09bc\\u09c7 \\u09ae\\u09be\\u09b8\\u09cd\\u099f\\u09be\\u09b0\\u09cd\\u09b8 \\u0995\\u09b0\\u09c1\\u09a8 \\u098f\\u09ac\\u0982 \\u098f\\u0987 \\u0989\\u099a\\u09cd\\u099a \\u099a\\u09be\\u09b9\\u09bf\\u09a6\\u09be\\u09b0 \\u0995\\u09cd\\u09b7\\u09c7\\u09a4\\u09cd\\u09b0\\u09c7 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be \\u0985\\u09b0\\u09cd\\u099c\\u09a8 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u09a1\\u09c1\\u09ac \\u09a6\\u09bf\\u09a4\\u09c7 \\u09aa\\u09cd\\u09b0\\u09b8\\u09cd\\u09a4\\u09c1\\u09a4? \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09be \\u09af\\u09be\\u0995!<\\/h3>\"}', '2025-01-04 13:44:47', '2025-01-04 13:44:47'), (312, 8, 'Modules\\LMS\\Models\\Courses\\Course', 'en', '{\"title\":\"Full-Stack development with LARAVEL & PHP\",\"short_description\":\"Master full-stack web development, from front-end skills like HTML, CSS, JavaScript to back-end technologies including Node.js, Express, and databases.\",\"description\":\"<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>\"}', '2025-01-04 14:07:37', '2025-01-04 14:07:37'), (313, 8, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u0627\\u0644\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 LARAVEL \\u0648PHP\",\"short_description\":\"\\u0623\\u062a\\u0642\\u0646 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u060c \\u0645\\u0646 \\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0645\\u064a\\u0629 \\u0645\\u062b\\u0644 HTML \\u0648CSS \\u0648JavaScript \\u0625\\u0644\\u0649 \\u062a\\u0642\\u0646\\u064a\\u0627\\u062a \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u062e\\u0644\\u0641\\u064a\\u0629 \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 Node.js \\u0648Express \\u0648\\u0642\\u0648\\u0627\\u0639\\u062f \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a.\",\"description\":\"<p>\\u062a\\u0639\\u0644\\u0645 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0648\\u064a\\u0628 \\u0643\\u0627\\u0645\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0638\\u0627\\u0626\\u0641 \\u0645\\u0646 \\u0627\\u0644\\u0628\\u062f\\u0627\\u064a\\u0629 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0646\\u0647\\u0627\\u064a\\u0629. \\u062a\\u063a\\u0637\\u064a \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u062a\\u0642\\u0646\\u064a\\u0627\\u062a \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0645\\u064a\\u0629 \\u0645\\u062b\\u0644 HTML \\u0648CSS \\u0648JavaScript \\u0625\\u0644\\u0649 \\u062c\\u0627\\u0646\\u0628 \\u062a\\u0642\\u0646\\u064a\\u0627\\u062a \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u062e\\u0644\\u0641\\u064a\\u0629 \\u0645\\u062b\\u0644 Node.js \\u0648Express \\u0648\\u0642\\u0648\\u0627\\u0639\\u062f \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0645\\u062b\\u0644 MongoDB \\u0623\\u0648 SQL.<\\/p>\"}', '2025-01-04 14:11:00', '2025-01-04 14:11:00'), (314, 8, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Desarrollo Full Stack con LARAVEL y PHP\",\"short_description\":\"Domine el desarrollo web completo, desde habilidades front-end como HTML, CSS, JavaScript hasta tecnolog\\u00edas back-end como Node.js, Express y bases de datos.\",\"description\":\"<p>Aprenda a crear aplicaciones web completamente funcionales de principio a fin. Este curso cubre tecnolog\\u00edas front-end como HTML, CSS y JavaScript, junto con tecnolog\\u00edas back-end como Node.js, Express y bases de datos como MongoDB o SQL.<\\/p>\"}', '2025-01-04 14:12:20', '2025-01-04 14:12:20'), (315, 1, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u09ab\\u09c1\\u09b2-\\u09b8\\u09cd\\u099f\\u09cd\\u09af\\u09be\\u0995 \\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09ac\\u09c1\\u099f\\u0995\\u09cd\\u09af\\u09be\\u09ae\\u09cd\\u09aa\",\"short_description\":\"AI \\u098f\\u09ac\\u0982 \\u09ae\\u09c7\\u09b6\\u09bf\\u09a8 \\u09b2\\u09be\\u09b0\\u09cd\\u09a8\\u09bf\\u0982 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf\\u09b0 \\u09ad\\u09ac\\u09bf\\u09b7\\u09cd\\u09af\\u09ce \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u0986\\u09b2\\u09cb\\u099a\\u09a8\\u09be \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u0997\\u09ad\\u09c0\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09aa\\u09cd\\u09b0\\u09be\\u0995\\u09c3\\u09a4\\u09bf\\u0995 \\u09ad\\u09be\\u09b7\\u09be \\u09aa\\u09cd\\u09b0\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u0995\\u09b0\\u09a3, \\u09a8\\u09bf\\u0989\\u09b0\\u09be\\u09b2 \\u09a8\\u09c7\\u099f\\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u0995 \\u098f\\u09ac\\u0982 \\u0986\\u09b0\\u0993 \\u0985\\u09a8\\u09c7\\u0995 \\u0995\\u09bf\\u099b\\u09c1 \\u098f\\u0995\\u09cd\\u09b8\\u09aa\\u09cd\\u09b2\\u09cb\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3 \\u098f\\u09ac\\u0982 \\u09ae\\u09be\\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u09a8\\u09bf\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09c7 \\u098f\\u09ae\\u09a8 \\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09cd\\u09b2\\u09bf\\u0995\\u09c7\\u09b6\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u09b6\\u09bf\\u0996\\u09c1\\u09a8\\u0964\",\"description\":\"<p>\\u0997\\u09ad\\u09c0\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09aa\\u09cd\\u09b0\\u09be\\u0995\\u09c3\\u09a4\\u09bf\\u0995 \\u09ad\\u09be\\u09b7\\u09be \\u09aa\\u09cd\\u09b0\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u0995\\u09b0\\u09a3 (NLP), \\u09a8\\u09bf\\u0989\\u09b0\\u09be\\u09b2 \\u09a8\\u09c7\\u099f\\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u0995 \\u098f\\u09ac\\u0982 \\u0986\\u09b0\\u0993 \\u0985\\u09a8\\u09c7\\u0995 \\u0995\\u09bf\\u099b\\u09c1 \\u098f\\u0995\\u09cd\\u09b8\\u09aa\\u09cd\\u09b2\\u09cb\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3 \\u098f\\u09ac\\u0982 \\u09ae\\u09be\\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u09a8\\u09bf\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09c7 \\u098f\\u09ae\\u09a8 \\u09b8\\u09cd\\u09ae\\u09be\\u09b0\\u09cd\\u099f \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09cd\\u09b2\\u09bf\\u0995\\u09c7\\u09b6\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u09b6\\u09bf\\u0996\\u09c1\\u09a8\\u0964<\\/p>\"}', '2025-01-04 14:15:45', '2025-01-04 14:15:45'), (316, 1, 'Modules\\LMS\\Models\\Courses\\Course', 'en', '{\"title\":\"Full-Stack Web Development Bootcamp\",\"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>\"}', '2025-01-04 14:16:02', '2025-01-04 14:16:02'), (317, 1, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u0645\\u0639\\u0633\\u0643\\u0631 \\u062a\\u062f\\u0631\\u064a\\u0628\\u064a \\u0644\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\",\"short_description\":\"\\u0627\\u0646\\u063a\\u0645\\u0633 \\u0641\\u064a \\u0645\\u0633\\u062a\\u0642\\u0628\\u0644 \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u0630\\u0643\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0635\\u0637\\u0646\\u0627\\u0639\\u064a \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0622\\u0644\\u064a. \\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0639\\u0645\\u064a\\u0642 \\u0648\\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u0644\\u063a\\u0629 \\u0627\\u0644\\u0637\\u0628\\u064a\\u0639\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0634\\u0628\\u0643\\u0627\\u062a \\u0627\\u0644\\u0639\\u0635\\u0628\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0645\\u0632\\u064a\\u062f. \\u062a\\u0639\\u0644\\u0645 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0630\\u0643\\u064a\\u0629 \\u064a\\u0645\\u0643\\u0646\\u0647\\u0627 \\u0627\\u0644\\u062a\\u062d\\u0644\\u064a\\u0644 \\u0648\\u0627\\u0644\\u062a\\u0643\\u064a\\u0641.\",\"description\":\"<p>\\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u0639\\u0645\\u064a\\u0642 \\u0648\\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u0644\\u063a\\u0629 \\u0627\\u0644\\u0637\\u0628\\u064a\\u0639\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0634\\u0628\\u0643\\u0627\\u062a \\u0627\\u0644\\u0639\\u0635\\u0628\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0645\\u0632\\u064a\\u062f. \\u062a\\u0639\\u0644\\u0645 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0630\\u0643\\u064a\\u0629 \\u064a\\u0645\\u0643\\u0646\\u0647\\u0627 \\u0627\\u0644\\u062a\\u062d\\u0644\\u064a\\u0644 \\u0648\\u0627\\u0644\\u062a\\u0643\\u064a\\u0641.<\\/p>\"}', '2025-01-04 14:16:51', '2025-01-04 14:16:51'), (318, 1, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Campamento de entrenamiento de desarrollo web full-stack\",\"short_description\":\"Ad\\u00e9ntrate en el futuro de la tecnolog\\u00eda con cursos de IA y aprendizaje autom\\u00e1tico. Explora el aprendizaje profundo, el procesamiento del lenguaje natural, las redes neuronales y m\\u00e1s. Aprende a crear aplicaciones inteligentes que puedan analizar y adaptarse.\",\"description\":\"<p>Explora el aprendizaje profundo, el procesamiento del lenguaje natural (PLN), las redes neuronales y m\\u00e1s. Aprende a crear aplicaciones inteligentes que puedan analizar y adaptarse.<\\/p>\"}', '2025-01-04 14:17:27', '2025-01-04 14:17:27'), (319, 14, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u09ab\\u09c1\\u09b2-\\u09b8\\u09cd\\u099f\\u09cd\\u09af\\u09be\\u0995 \\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09ac\\u09c1\\u099f\\u0995\\u09cd\\u09af\\u09be\\u09ae\\u09cd\\u09aa\",\"short_description\":\"\\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\\u09c7 \\u09b8\\u09be\\u09a7\\u09be\\u09b0\\u09a3\\u09a4 \\u09ab\\u09cd\\u09b0\\u09a8\\u09cd\\u099f\\u098f\\u09a8\\u09cd\\u09a1 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f (\\u0987\\u0989\\u099c\\u09be\\u09b0 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09ab\\u09c7\\u09b8 \\u098f\\u09ac\\u0982 \\u09ad\\u09bf\\u099c\\u09cd\\u09af\\u09c1\\u09af\\u09bc\\u09be\\u09b2), \\u09ac\\u09cd\\u09af\\u09be\\u0995\\u098f\\u09a8\\u09cd\\u09a1 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f (\\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0-\\u09b8\\u09be\\u0987\\u09a1 \\u09b2\\u099c\\u09bf\\u0995 \\u098f\\u09ac\\u0982 \\u09a1\\u09be\\u099f\\u09be\\u09ac\\u09c7\\u09b8) \\u098f\\u09ac\\u0982 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09a8\\u09c7\\u099f\\u09c7 \\u09b8\\u09be\\u0987\\u099f\\u099f\\u09bf\\u0995\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u0995\\u09b0\\u09c7 \\u09a4\\u09cb\\u09b2\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09b9\\u09cb\\u09b8\\u09cd\\u099f\\u09bf\\u0982 \\u0985\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u09ad\\u09c1\\u0995\\u09cd\\u09a4 \\u09a5\\u09be\\u0995\\u09c7\\u0964 \\u098f\\u099f\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b8\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0997\\u09a4\\u09bf\\u09b6\\u09c0\\u09b2, \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09c7\\u0995\\u09cd\\u099f\\u09bf\\u09ad \\u098f\\u09ac\\u0982 \\u09ae\\u09be\\u09aa\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09a4\\u09c8\\u09b0\\u09bf\\u09a4\\u09c7 \\u098f\\u0995\\u099f\\u09bf \\u0997\\u09c1\\u09b0\\u09c1\\u09a4\\u09cd\\u09ac\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09ad\\u09c2\\u09ae\\u09bf\\u0995\\u09be \\u09aa\\u09be\\u09b2\\u09a8 \\u0995\\u09b0\\u09c7\\u0964\",\"description\":\"<p>\\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09ac\\u09b2\\u09a4\\u09c7 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09be \\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09cd\\u09b2\\u09bf\\u0995\\u09c7\\u09b6\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf, \\u09a8\\u09bf\\u09b0\\u09cd\\u09ae\\u09be\\u09a3 \\u098f\\u09ac\\u0982 \\u09b0\\u0995\\u09cd\\u09b7\\u09a3\\u09be\\u09ac\\u09c7\\u0995\\u09cd\\u09b7\\u09a3\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be \\u09ac\\u09cb\\u099d\\u09be\\u09af\\u09bc\\u0964 \\u098f\\u09a4\\u09c7 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09be\\u09b0\\u09bf\\u09a4\\u09be, \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u09b6\\u09c0\\u09b2\\u09a4\\u09be \\u098f\\u09ac\\u0982 \\u098f\\u0995\\u099f\\u09bf \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a8\\u09bf\\u09b6\\u09cd\\u099a\\u09bf\\u09a4 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u0995\\u09cb\\u09a1\\u09bf\\u0982, \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09bf\\u0982 \\u098f\\u09ac\\u0982 \\u0997\\u09a0\\u09a8 \\u099c\\u09a1\\u09bc\\u09bf\\u09a4\\u0964 \\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\\u09c7 \\u09b8\\u09be\\u09a7\\u09be\\u09b0\\u09a3\\u09a4 \\u09ab\\u09cd\\u09b0\\u09a8\\u09cd\\u099f\\u098f\\u09a8\\u09cd\\u09a1 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f (\\u0987\\u0989\\u099c\\u09be\\u09b0 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09ab\\u09c7\\u09b8 \\u098f\\u09ac\\u0982 \\u09ad\\u09bf\\u099c\\u09cd\\u09af\\u09c1\\u09af\\u09bc\\u09be\\u09b2), \\u09ac\\u09cd\\u09af\\u09be\\u0995\\u098f\\u09a8\\u09cd\\u09a1 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f (\\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0-\\u09b8\\u09be\\u0987\\u09a1 \\u09b2\\u099c\\u09bf\\u0995 \\u098f\\u09ac\\u0982 \\u09a1\\u09be\\u099f\\u09be\\u09ac\\u09c7\\u09b8) \\u098f\\u09ac\\u0982 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09a8\\u09c7\\u099f\\u09c7 \\u09b8\\u09be\\u0987\\u099f\\u099f\\u09bf\\u0995\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u0995\\u09b0\\u09c7 \\u09a4\\u09cb\\u09b2\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09b9\\u09cb\\u09b8\\u09cd\\u099f\\u09bf\\u0982 \\u0985\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u09ad\\u09c1\\u0995\\u09cd\\u09a4 \\u09a5\\u09be\\u0995\\u09c7\\u0964 \\u098f\\u099f\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b8\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0997\\u09a4\\u09bf\\u09b6\\u09c0\\u09b2, \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09c7\\u0995\\u09cd\\u099f\\u09bf\\u09ad \\u098f\\u09ac\\u0982 \\u09ae\\u09be\\u09aa\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09a4\\u09c8\\u09b0\\u09bf\\u09a4\\u09c7 \\u098f\\u0995\\u099f\\u09bf \\u0997\\u09c1\\u09b0\\u09c1\\u09a4\\u09cd\\u09ac\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09ad\\u09c2\\u09ae\\u09bf\\u0995\\u09be \\u09aa\\u09be\\u09b2\\u09a8 \\u0995\\u09b0\\u09c7\\u0964<\\/p>\"}', '2025-01-04 14:19:45', '2025-01-04 14:19:45'), (320, 14, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Campamento de entrenamiento de desarrollo web full-stack\",\"short_description\":\"El desarrollo web generalmente incluye el desarrollo frontend (interfaz de usuario y elementos visuales), el desarrollo backend (l\\u00f3gica del lado del servidor y bases de datos) y el alojamiento web para que el sitio sea accesible en Internet. Desempe\\u00f1a un papel crucial en la creaci\\u00f3n de plataformas digitales din\\u00e1micas, interactivas y escalables para empresas y particulares.\",\"description\":\"<p>El desarrollo web se refiere al proceso de creaci\\u00f3n, desarrollo y mantenimiento de sitios web o aplicaciones web. Implica codificar, dise\\u00f1ar y estructurar sitios web para garantizar la funcionalidad, la capacidad de respuesta y una experiencia de usuario atractiva. El desarrollo web generalmente incluye el desarrollo frontend (interfaz de usuario y elementos visuales), el desarrollo backend (l\\u00f3gica del lado del servidor y bases de datos) y el alojamiento web para que el sitio sea accesible en Internet. Desempe\\u00f1a un papel crucial en la creaci\\u00f3n de plataformas digitales din\\u00e1micas, interactivas y escalables para empresas e individuos.<\\/p>\"}', '2025-01-04 14:20:42', '2025-01-04 14:20:42'), (321, 14, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u0645\\u0639\\u0633\\u0643\\u0631 \\u062a\\u062f\\u0631\\u064a\\u0628\\u064a \\u0644\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\",\"short_description\":\"\\u064a\\u062a\\u0636\\u0645\\u0646 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0639\\u0627\\u062f\\u0629\\u064b \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0645\\u064a\\u0629 (\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0631\\u0626\\u064a\\u0627\\u062a)\\u060c \\u0648\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u062e\\u0644\\u0641\\u064a\\u0629 (\\u0645\\u0646\\u0637\\u0642 \\u062c\\u0627\\u0646\\u0628 \\u0627\\u0644\\u062e\\u0627\\u062f\\u0645 \\u0648\\u0642\\u0648\\u0627\\u0639\\u062f \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a)\\u060c \\u0648\\u0627\\u0633\\u062a\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0644\\u062c\\u0639\\u0644 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0645\\u062a\\u0627\\u062d\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a. \\u0648\\u064a\\u0644\\u0639\\u0628 \\u062f\\u0648\\u0631\\u064b\\u0627 \\u062d\\u0627\\u0633\\u0645\\u064b\\u0627 \\u0641\\u064a \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0646\\u0635\\u0627\\u062a \\u0631\\u0642\\u0645\\u064a\\u0629 \\u062f\\u064a\\u0646\\u0627\\u0645\\u064a\\u0643\\u064a\\u0629 \\u0648\\u062a\\u0641\\u0627\\u0639\\u0644\\u064a\\u0629 \\u0648\\u0642\\u0627\\u0628\\u0644\\u0629 \\u0644\\u0644\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0644\\u0644\\u0634\\u0631\\u0643\\u0627\\u062a \\u0648\\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f.\",\"description\":\"<p>\\u064a\\u0634\\u064a\\u0631 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0625\\u0644\\u0649 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0648\\u0627\\u0642\\u0639 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0623\\u0648 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0648\\u0628\\u0646\\u0627\\u0626\\u0647\\u0627 \\u0648\\u0635\\u064a\\u0627\\u0646\\u062a\\u0647\\u0627. \\u0648\\u064a\\u062a\\u0636\\u0645\\u0646 \\u0630\\u0644\\u0643 \\u062a\\u0631\\u0645\\u064a\\u0632 \\u0648\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u0647\\u064a\\u0643\\u0644\\u0629 \\u0645\\u0648\\u0627\\u0642\\u0639 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0644\\u0636\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0648\\u0638\\u0627\\u0626\\u0641 \\u0648\\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0648\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0627\\u0644\\u062c\\u0630\\u0627\\u0628\\u0629. \\u064a\\u062a\\u0636\\u0645\\u0646 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0639\\u0627\\u062f\\u0629\\u064b \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0645\\u064a\\u0629 (\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0631\\u0626\\u064a\\u0627\\u062a) \\u0648\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u062e\\u0644\\u0641\\u064a\\u0629 (\\u0645\\u0646\\u0637\\u0642 \\u062c\\u0627\\u0646\\u0628 \\u0627\\u0644\\u062e\\u0627\\u062f\\u0645 \\u0648\\u0642\\u0648\\u0627\\u0639\\u062f \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a) \\u0648\\u0627\\u0633\\u062a\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0644\\u062c\\u0639\\u0644 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0645\\u062a\\u0627\\u062d\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a. \\u0648\\u064a\\u0644\\u0639\\u0628 \\u062f\\u0648\\u0631\\u064b\\u0627 \\u062d\\u0627\\u0633\\u0645\\u064b\\u0627 \\u0641\\u064a \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0646\\u0635\\u0627\\u062a \\u0631\\u0642\\u0645\\u064a\\u0629 \\u062f\\u064a\\u0646\\u0627\\u0645\\u064a\\u0643\\u064a\\u0629 \\u0648\\u062a\\u0641\\u0627\\u0639\\u0644\\u064a\\u0629 \\u0648\\u0642\\u0627\\u0628\\u0644\\u0629 \\u0644\\u0644\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0644\\u0644\\u0634\\u0631\\u0643\\u0627\\u062a \\u0648\\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f.<\\/p>\"}', '2025-01-04 14:21:31', '2025-01-04 14:21:31'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (322, 14, 'Modules\\LMS\\Models\\Courses\\Course', 'en', '{\"title\":\"Full-Stack Web Development Bootcamp\",\"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>\"}', '2025-01-04 14:21:45', '2025-01-04 14:21:45'), (323, 15, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u09aa\\u09cd\\u09b0\\u09cb\\u09a1\\u09be\\u0995\\u09cd\\u099f \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u0993 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09ab\\u09be\\u09a8\\u09cd\\u09a1\\u09be\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\\u09be\\u09b2\",\"short_description\":\"UI\\/UX \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u09b8\\u09cd\\u09ac\\u099c\\u09cd\\u099e\\u09be\\u09a4, \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u09ac\\u09be\\u09a8\\u09cd\\u09a7\\u09ac \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09ab\\u09c7\\u09b8 \\u09a4\\u09c8\\u09b0\\u09bf\\u09a4\\u09c7 \\u09ab\\u09cb\\u0995\\u09be\\u09b8 \\u0995\\u09b0\\u09c7\",\"description\":\"<p>UI (\\u0987\\u0989\\u099c\\u09be\\u09b0 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09ab\\u09c7\\u09b8) \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u099a\\u09c7\\u09b9\\u09be\\u09b0\\u09be, \\u0985\\u09a8\\u09c1\\u09ad\\u09c2\\u09a4\\u09bf \\u098f\\u09ac\\u0982 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09c7\\u0995\\u09cd\\u099f\\u09bf\\u09ad \\u0989\\u09aa\\u09be\\u09a6\\u09be\\u09a8\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u0989\\u09aa\\u09b0 \\u099c\\u09cb\\u09b0 \\u09a6\\u09c7\\u09af\\u09bc, \\u09af\\u0996\\u09a8 UX (\\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be) \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09a6\\u09c7\\u09b0 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u099a\\u09be\\u09b9\\u09bf\\u09a6\\u09be \\u098f\\u09ac\\u0982 \\u0986\\u099a\\u09b0\\u09a3\\u09c7\\u09b0 \\u09b8\\u09ae\\u09be\\u09a7\\u09be\\u09a8 \\u0995\\u09b0\\u09c7 \\u09a8\\u09bf\\u09b0\\u09cd\\u09ac\\u09bf\\u0998\\u09cd\\u09a8 \\u09a8\\u09c7\\u09ad\\u09bf\\u0997\\u09c7\\u09b6\\u09a8 \\u098f\\u09ac\\u0982 \\u098f\\u0995\\u099f\\u09bf \\u0987\\u09a4\\u09bf\\u09ac\\u09be\\u099a\\u0995 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a8\\u09bf\\u09b6\\u09cd\\u099a\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7\\u0964 \\u098f\\u0995\\u09b8\\u09be\\u09a5\\u09c7, \\u09a4\\u09be\\u09b0\\u09be \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u09b8\\u09a8\\u09cd\\u09a4\\u09c1\\u09b7\\u09cd\\u099f\\u09bf \\u09ac\\u09be\\u09a1\\u09bc\\u09be\\u09a4\\u09c7 \\u09b8\\u09c3\\u099c\\u09a8\\u09b6\\u09c0\\u09b2\\u09a4\\u09be, \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09af\\u09cb\\u0997\\u09cd\\u09af\\u09a4\\u09be \\u098f\\u09ac\\u0982 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09be\\u09b0\\u09bf\\u09a4\\u09be \\u098f\\u0995\\u09a4\\u09cd\\u09b0\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7\\u0964<\\/p>\"}', '2025-01-04 14:22:53', '2025-01-04 14:22:53'), (324, 15, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Fundamentos del dise\\u00f1o y desarrollo de productos\",\"short_description\":\"El dise\\u00f1o UI\\/UX se centra en la creaci\\u00f3n de interfaces digitales intuitivas y f\\u00e1ciles de usar.\",\"description\":\"<p>El dise\\u00f1o de interfaz de usuario (UI) enfatiza la apariencia, la sensaci\\u00f3n y los elementos interactivos, mientras que el dise\\u00f1o de experiencia de usuario (UX) garantiza una navegaci\\u00f3n fluida y una experiencia positiva para los usuarios al abordar sus necesidades y comportamiento. Juntos, combinan creatividad, facilidad de uso y funcionalidad para mejorar la satisfacci\\u00f3n del usuario.<\\/p>\"}', '2025-01-04 14:24:08', '2025-01-04 14:24:08'), (325, 15, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u0623\\u0633\\u0627\\u0633\\u064a\\u0627\\u062a \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0645\\u0646\\u062a\\u062c\\u0627\\u062a\",\"short_description\":\"\\u064a\\u0631\\u0643\\u0632 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0648\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0639\\u0644\\u0649 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0648\\u0627\\u062c\\u0647\\u0627\\u062a \\u0631\\u0642\\u0645\\u064a\\u0629 \\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0648\\u0628\\u062f\\u064a\\u0647\\u064a\\u0629\",\"description\":\"<p>\\u064a\\u0631\\u0643\\u0632 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0638\\u0647\\u0631 \\u0648\\u0627\\u0644\\u0634\\u0639\\u0648\\u0631 \\u0648\\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0639\\u0644\\u064a\\u0629\\u060c \\u0628\\u064a\\u0646\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0627\\u0644\\u062a\\u0646\\u0642\\u0644 \\u0627\\u0644\\u0633\\u0644\\u0633 \\u0648\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0625\\u064a\\u062c\\u0627\\u0628\\u064a\\u0629 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u062a\\u0644\\u0628\\u064a\\u0629 \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a\\u0647\\u0645 \\u0648\\u0633\\u0644\\u0648\\u0643\\u0647\\u0645. \\u0645\\u0639\\u064b\\u0627\\u060c \\u064a\\u062c\\u0645\\u0639\\u0648\\u0646 \\u0628\\u064a\\u0646 \\u0627\\u0644\\u0625\\u0628\\u062f\\u0627\\u0639 \\u0648\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0648\\u0627\\u0644\\u0648\\u0638\\u0627\\u0626\\u0641 \\u0644\\u062a\\u0639\\u0632\\u064a\\u0632 \\u0631\\u0636\\u0627 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645.<\\/p>\"}', '2025-01-04 14:24:53', '2025-01-04 14:24:53'), (326, 13, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u09ab\\u09cd\\u09b2\\u099f\\u09be\\u09b0 \\u09b8\\u09b9 \\u0985\\u09cd\\u09af\\u09be\\u09aa \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u098f\\u09ac\\u0982 \\u09a8\\u09c7\\u099f\\u09bf\\u09ad \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be\",\"short_description\":\"\\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u0985\\u09cd\\u09af\\u09be\\u09aa \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f, \\u0995\\u09cb\\u099f\\u09b2\\u09bf\\u09a8, \\u0995\\u09cb\\u099f\\u09b2\\u09bf\\u09a8\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u0985\\u09cd\\u09af\\u09be\\u09aa \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f, \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1, \\u0995\\u09cb\\u099f\\u09b2\\u09bf\\u09a8 \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1, \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u09b8\\u09cd\\u099f\\u09c1\\u09a1\\u09bf\\u0993, \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u0995\\u09cb\\u099f\\u09b2\\u09bf\\u09a8, \\u0985\\u09ac\\u099c\\u09c7\\u0995\\u09cd\\u099f-\\u0993\\u09b0\\u09bf\\u09af\\u09bc\\u09c7\\u09a8\\u09cd\\u099f\\u09c7\\u09a1 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982, \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u0985\\u09cd\\u09af\\u09be\\u09aa \\u09aa\\u09cd\\u09b0\\u099c\\u09c7\\u0995\\u09cd\\u099f, \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f, \\u0985\\u09cd\\u09af\\u09be\\u09aa \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f,\",\"description\":\"<p>\\u0995\\u09cb\\u099f\\u09b2\\u09bf\\u09a8\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u0985\\u09cd\\u09af\\u09be\\u09aa \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\\u09c7 \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae: \\u09ac\\u09bf\\u0997\\u09bf\\u09a8\\u09be\\u09b0 \\u09a5\\u09c7\\u0995\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u09a1\\u09ad\\u09be\\u09a8\\u09cd\\u09b8\\u09a1 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8, \\u0995\\u09cb\\u099f\\u09b2\\u09bf\\u09a8 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7 \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u09aa\\u09c7\\u09b6\\u09be\\u09a6\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u0985\\u09cd\\u09af\\u09be\\u09aa \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u09b9\\u09af\\u09bc \\u09a4\\u09be \\u09b6\\u09bf\\u0996\\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 \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7, \\u098f\\u099f\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af Google \\u09a6\\u09cd\\u09ac\\u09be\\u09b0\\u09be \\u09aa\\u09cd\\u09b0\\u09b8\\u09cd\\u09a4\\u09be\\u09ac\\u09bf\\u09a4 \\u0985\\u09ab\\u09bf\\u09b8\\u09bf\\u09af\\u09bc\\u09be\\u09b2 \\u09ad\\u09be\\u09b7\\u09be\\u09f7 \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0995\\u099c\\u09a8 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a8\\u09ac\\u09bf\\u09b8 \\u09ac\\u09be \\u098f\\u0995\\u099c\\u09a8 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e \\u09ac\\u09bf\\u0995\\u09be\\u09b6\\u0995\\u09be\\u09b0\\u09c0 \\u09b9\\u09cb\\u09a8 \\u09a8\\u09be \\u0995\\u09c7\\u09a8, \\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u099f\\u09bf \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u09aa\\u09cd\\u09b0\\u09be\\u09a5\\u09ae\\u09bf\\u0995 \\u09a5\\u09c7\\u0995\\u09c7 \\u0989\\u09a8\\u09cd\\u09a8\\u09a4 \\u0995\\u09cc\\u09b6\\u09b2\\u0997\\u09c1\\u09b2\\u09bf\\u09a4\\u09c7 \\u09a8\\u09bf\\u09af\\u09bc\\u09c7 \\u09af\\u09be\\u09ac\\u09c7\\u0964<\\/p><p><br><\\/p><p>\\u0986\\u09aa\\u09a8\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u09b8\\u09cd\\u099f\\u09c1\\u09a1\\u09bf\\u0993\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u098f\\u09a8\\u09ad\\u09be\\u09af\\u09bc\\u09b0\\u09a8\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09b8\\u09c7\\u099f \\u0986\\u09aa \\u0995\\u09b0\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09ac\\u09c7\\u09a8, \\u09a4\\u09be\\u09b0\\u09aa\\u09b0\\u09c7 \\u09ac\\u09be\\u09b8\\u09cd\\u09a4\\u09ac-\\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09c7\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09cd\\u09b2\\u09bf\\u0995\\u09c7\\u09b6\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf\\u09a4\\u09c7 \\u0985\\u0997\\u09cd\\u09b0\\u0997\\u09a4\\u09bf \\u0995\\u09b0\\u09ac\\u09c7\\u09a8\\u0964 \\u0995\\u09cb\\u099f\\u09b2\\u09bf\\u09a8\\u09c7\\u09b0 \\u09aa\\u09b0\\u09bf\\u09b7\\u09cd\\u0995\\u09be\\u09b0, \\u09b8\\u0982\\u0995\\u09cd\\u09b7\\u09bf\\u09aa\\u09cd\\u09a4 \\u09b8\\u09bf\\u09a8\\u099f\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8 \\u099c\\u09be\\u09ad\\u09be\\u09a4\\u09c7 \\u098f\\u0995\\u099f\\u09bf \\u0989\\u09b2\\u09cd\\u09b2\\u09c7\\u0996\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u09b8\\u09c1\\u09ac\\u09bf\\u09a7\\u09be \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09c7, Android \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u0997\\u09c1\\u09b2\\u09bf \\u09b2\\u09c7\\u0996\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u099c\\u09be\\u09af\\u09bc \\u09b0\\u09be\\u0996\\u09be \\u09b8\\u09b9\\u099c \\u0995\\u09b0\\u09c7 \\u09a4\\u09cb\\u09b2\\u09c7\\u0964 \\u09aa\\u09c1\\u09b0\\u09cb \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u099c\\u09c1\\u09a1\\u09bc\\u09c7, \\u0986\\u09aa\\u09a8\\u09bf \\u0985\\u09ac\\u099c\\u09c7\\u0995\\u09cd\\u099f-\\u0993\\u09b0\\u09bf\\u09af\\u09bc\\u09c7\\u09a8\\u09cd\\u099f\\u09c7\\u09a1 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 (OOP), UI \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8, \\u0985\\u09cd\\u09af\\u09be\\u09aa \\u0989\\u09aa\\u09be\\u09a6\\u09be\\u09a8 \\u098f\\u09ac\\u0982 \\u0986\\u09b0\\u0993 \\u0985\\u09a8\\u09c7\\u0995 \\u0995\\u09bf\\u099b\\u09c1\\u09b0 \\u09ae\\u09a4\\u09cb \\u09aa\\u09cd\\u09b0\\u09af\\u09bc\\u09cb\\u099c\\u09a8\\u09c0\\u09af\\u09bc \\u09a7\\u09be\\u09b0\\u09a3\\u09be\\u0997\\u09c1\\u09b2\\u09bf \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09ac\\u09c7\\u09a8\\u0964<\\/p><p><br><\\/p><p>\\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0997\\u09bf\\u09af\\u09bc\\u09c7 \\u09af\\u09be\\u0993\\u09af\\u09bc\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09b8\\u09be\\u09a5\\u09c7 \\u0986\\u09aa\\u09a8\\u09bf \\u09ac\\u09cd\\u09af\\u09be\\u0995\\u098f\\u09a8\\u09cd\\u09a1 \\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be, \\u09a1\\u09c7\\u099f\\u09be \\u09b8\\u09bf\\u0999\\u09cd\\u0995\\u09cd\\u09b0\\u09cb\\u09a8\\u09be\\u0987\\u099c\\u09c7\\u09b6\\u09a8 \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09ae\\u09be\\u09a3\\u09c0\\u0995\\u09b0\\u09a3\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09ab\\u09be\\u09af\\u09bc\\u09be\\u09b0\\u09ac\\u09c7\\u09b8\\u09c7\\u09b0 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u09b8\\u09b9 \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1-\\u09a8\\u09bf\\u09b0\\u09cd\\u09a6\\u09bf\\u09b7\\u09cd\\u099f \\u09b8\\u09b0\\u099e\\u09cd\\u099c\\u09be\\u09ae\\u0997\\u09c1\\u09b2\\u09bf\\u09a4\\u09c7 \\u0986\\u09b0\\u0993 \\u0997\\u09ad\\u09c0\\u09b0\\u09c7 \\u09a1\\u09c1\\u09ac \\u09a6\\u09c7\\u09ac\\u09c7\\u09a8\\u0964 \\u0986\\u09aa\\u09a8\\u09bf \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u0997\\u09c1\\u09b2\\u09bf\\u0995\\u09c7 Google Play Store-\\u098f \\u09aa\\u09cd\\u09b0\\u0995\\u09be\\u09b6 \\u0995\\u09b0\\u09ac\\u09c7\\u09a8 \\u098f\\u09ac\\u0982 \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u09c0 \\u09a6\\u09b0\\u09cd\\u09b6\\u0995\\u09a6\\u09c7\\u09b0 \\u0995\\u09be\\u099b\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u0989\\u09aa\\u09b2\\u09ac\\u09cd\\u09a7 \\u0995\\u09b0\\u09ac\\u09c7\\u09a8 \\u09a4\\u09be\\u0993 \\u09b6\\u09bf\\u0996\\u09ac\\u09c7\\u09a8\\u0964<\\/p><p><br><\\/p><p>\\u09af\\u09be \\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u099f\\u09bf\\u0995\\u09c7 \\u0986\\u09b2\\u09be\\u09a6\\u09be \\u0995\\u09b0\\u09c7 \\u09a4\\u09be \\u09b9\\u09b2 \\u098f\\u09b0 \\u09b9\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09b8-\\u0985\\u09a8 \\u09aa\\u09a6\\u09cd\\u09a7\\u09a4\\u09bf\\u0964 \\u0986\\u09aa\\u09a8\\u09bf \\u09ac\\u09be\\u09b8\\u09cd\\u09a4\\u09ac \\u0985\\u09cd\\u09af\\u09be\\u09aa \\u09a4\\u09c8\\u09b0\\u09bf \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u0995\\u09be\\u09b6 \\u0995\\u09b0\\u09ac\\u09c7\\u09a8, \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u099f\\u09bf \\u09a7\\u09be\\u09aa\\u09c7 \\u09ac\\u09be\\u09b8\\u09cd\\u09a4\\u09ac \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0985\\u09b0\\u09cd\\u099c\\u09a8 \\u0995\\u09b0\\u09ac\\u09c7\\u09a8\\u0964 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7\\u09b0 \\u09b6\\u09c7\\u09b7 \\u09a8\\u09be\\u0997\\u09be\\u09a6, \\u0986\\u09aa\\u09a8\\u09bf \\u09ae\\u09cb\\u09ac\\u09be\\u0987\\u09b2 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\\u09c7 \\u0995\\u09cd\\u09af\\u09be\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u09b0 \\u0997\\u09a1\\u09bc\\u09a4\\u09c7 \\u099a\\u09be\\u09a8 \\u09ac\\u09be \\u09a8\\u09bf\\u099c\\u09c7\\u09b0 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09aa\\u09cd\\u09b0\\u0995\\u09b2\\u09cd\\u09aa \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u099a\\u09be\\u09a8 \\u09a8\\u09be \\u0995\\u09c7\\u09a8, \\u09b8\\u09ae\\u09cd\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09b0\\u09c0 \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09cd\\u09b2\\u09bf\\u0995\\u09c7\\u09b6\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09af\\u09bc\\u09cb\\u099c\\u09a8\\u09c0\\u09af\\u09bc \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be \\u098f\\u09ac\\u0982 \\u099c\\u09cd\\u099e\\u09be\\u09a8 \\u09a5\\u09be\\u0995\\u09ac\\u09c7\\u0964<\\/p><p><br><\\/p><p>\\u0986\\u09aa\\u09a8\\u09bf \\u09af\\u09a6\\u09bf \\u09b8\\u09cd\\u0995\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u099a \\u09a5\\u09c7\\u0995\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u09ac\\u09bf\\u0995\\u09be\\u09b6\\u09c7 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be \\u0985\\u09b0\\u09cd\\u099c\\u09a8 \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u0989\\u09a4\\u09cd\\u09a4\\u09c7\\u099c\\u09a8\\u09be\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0995\\u09cd\\u09af\\u09be\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u09b0\\u09c7\\u09b0 \\u09b8\\u09c1\\u09af\\u09cb\\u0997\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09a8\\u09b2\\u0995 \\u0995\\u09b0\\u09a4\\u09c7 \\u099a\\u09be\\u09a8 \\u09a4\\u09ac\\u09c7 \\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u099f\\u09bf \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09b8\\u09be\\u09ab\\u09b2\\u09cd\\u09af\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09ac\\u09c7\\u09b6\\u09a6\\u09cd\\u09ac\\u09be\\u09b0! \\u0995\\u09cb\\u099f\\u09b2\\u09bf\\u09a8 \\u09aa\\u09cd\\u09b0\\u09cb\\u0997\\u09cd\\u09b0\\u09be\\u09ae\\u09bf\\u0982 \\u09ac\\u09c7\\u09b8\\u09bf\\u0995 \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u09a1\\u09ad\\u09be\\u09a8\\u09cd\\u09b8\\u09a1 \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u0995\\u09a8\\u09b8\\u09c7\\u09aa\\u09cd\\u099f \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4, \\u09b8\\u09b9\\u099c\\u09c7 \\u09ac\\u09cb\\u099d\\u09be \\u09af\\u09be\\u09af\\u09bc \\u098f\\u09ae\\u09a8 \\u09ac\\u09bf\\u09a8\\u09cd\\u09af\\u09be\\u09b8\\u09c7 \\u0986\\u09aa\\u09a8\\u09bf \\u09af\\u09be \\u099c\\u09be\\u09a8\\u09a4\\u09c7 \\u099a\\u09be\\u09a8 \\u09a4\\u09be \\u09b6\\u09bf\\u0996\\u09ac\\u09c7\\u09a8\\u0964 \\u0986\\u099c\\u0987 \\u098f\\u0995\\u099c\\u09a8 \\u09ac\\u09bf\\u09b6\\u09c7\\u09b7\\u099c\\u09cd\\u099e \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09a1\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09a1 \\u09ac\\u09bf\\u0995\\u09be\\u09b6\\u0995\\u09be\\u09b0\\u09c0 \\u09b9\\u0993\\u09af\\u09bc\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c1\\u09a8!<\\/p>\"}', '2025-01-04 14:25:56', '2025-01-04 14:25:56'), (327, 13, 'Modules\\LMS\\Models\\Courses\\Course', 'es', '{\"title\":\"Desarrollo de aplicaciones con Flutter y React Native\",\"short_description\":\"Desarrollo de aplicaciones de Android, Kotlin, Desarrollo de aplicaciones de Android con Kotlin, Android, Kotlin Android, Android Studio, Android Kotlin, Programaci\\u00f3n orientada a objetos, Proyecto de aplicaci\\u00f3n de Android, Desarrollo de Android, desarrollo de aplicaciones,\",\"description\":\"<p>Bienvenido al curso Desarrollo de aplicaciones Android con Kotlin: de principiante a avanzado, dise\\u00f1ado para ayudarte a aprender a crear aplicaciones Android profesionales con Kotlin, el lenguaje oficial recomendado por Google para el desarrollo de Android. Ya seas principiante o un desarrollador experimentado, este curso te llevar\\u00e1 desde los conceptos b\\u00e1sicos hasta las t\\u00e9cnicas avanzadas.<\\/p><p><br><\\/p><p>Comenzar\\u00e1s configurando el entorno de desarrollo de Android con Android Studio y luego avanzar\\u00e1s a la creaci\\u00f3n de aplicaciones del mundo real. La sintaxis clara y concisa de Kotlin facilita la escritura y el mantenimiento de aplicaciones Android, lo que ofrece una ventaja significativa sobre Java. A lo largo del curso, explorar\\u00e1s conceptos esenciales como programaci\\u00f3n orientada a objetos (OOP), dise\\u00f1o de interfaz de usuario, componentes de aplicaciones y m\\u00e1s.<\\/p><p><br><\\/p><p>A medida que avances, profundizar\\u00e1s en las herramientas espec\\u00edficas de Android, incluido el uso de Firebase para servicios de backend, sincronizaci\\u00f3n de datos y autenticaci\\u00f3n. Tambi\\u00e9n aprender\\u00e1s a publicar tus aplicaciones en Google Play Store y ponerlas a disposici\\u00f3n de una audiencia global.<\\/p><p><br><\\/p><p>Lo que distingue a este curso es su enfoque pr\\u00e1ctico. Crear\\u00e1s y publicar\\u00e1s aplicaciones reales, adquiriendo experiencia pr\\u00e1ctica en cada paso del camino. Al finalizar el curso, tendr\\u00e1s las habilidades y los conocimientos necesarios para crear aplicaciones Android completamente funcionales, ya sea que quieras desarrollar una carrera en el desarrollo m\\u00f3vil o crear tus propios proyectos personales.<\\/p><p><br><\\/p><p>Si buscas dominar el desarrollo de Android desde cero y acceder a oportunidades profesionales interesantes, este curso es tu puerta de entrada al \\u00e9xito. Aprender\\u00e1s todo lo que necesitas saber, desde los conceptos b\\u00e1sicos de programaci\\u00f3n en Kotlin hasta conceptos avanzados de desarrollo de Android, en un formato f\\u00e1cil de entender. \\u00a1Comencemos hoy mismo tu viaje para convertirte en un desarrollador experto de Android!<\\/p>\"}', '2025-01-04 14:26:49', '2025-01-04 14:26:49'), (328, 13, 'Modules\\LMS\\Models\\Courses\\Course', 'ar', '{\"title\":\"\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 Flutter \\u0648 React Native\",\"short_description\":\"\\u062a\\u0637\\u0648\\u064a\\u0631 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0627\\u0646\\u062f\\u0631\\u0648\\u064a\\u062f\\u060c \\u0643\\u0648\\u062a\\u0644\\u064a\\u0646\\u060c \\u062a\\u0637\\u0648\\u064a\\u0631 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0627\\u0646\\u062f\\u0631\\u0648\\u064a\\u062f \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0643\\u0648\\u062a\\u0644\\u064a\\u0646\\u060c \\u0627\\u0646\\u062f\\u0631\\u0648\\u064a\\u062f\\u060c \\u0643\\u0648\\u062a\\u0644\\u064a\\u0646 \\u0627\\u0646\\u062f\\u0631\\u0648\\u064a\\u062f\\u060c \\u0627\\u0646\\u062f\\u0631\\u0648\\u064a\\u062f \\u0633\\u062a\\u0648\\u062f\\u064a\\u0648\\u060c \\u0627\\u0646\\u062f\\u0631\\u0648\\u064a\\u062f \\u0643\\u0648\\u062a\\u0644\\u064a\\u0646\\u060c \\u0628\\u0631\\u0645\\u062c\\u0629 \\u0643\\u0627\\u0626\\u0646\\u064a\\u0629 \\u0627\\u0644\\u062a\\u0648\\u062c\\u0647\\u060c \\u0645\\u0634\\u0631\\u0648\\u0639 \\u062a\\u0637\\u0628\\u064a\\u0642 \\u0627\\u0646\\u062f\\u0631\\u0648\\u064a\\u062f\\u060c \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0646\\u062f\\u0631\\u0648\\u064a\\u062f\\u060c \\u062a\\u0637\\u0648\\u064a\\u0631 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a\\u060c\",\"description\":\"<p>\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643 \\u0641\\u064a \\u062f\\u0648\\u0631\\u0629 \\u062a\\u0637\\u0648\\u064a\\u0631 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a Android \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 Kotlin: \\u0645\\u0646 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0648\\u0649 \\u0627\\u0644\\u0645\\u0628\\u062a\\u062f\\u0626 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0648\\u0649 \\u0627\\u0644\\u0645\\u062a\\u0642\\u062f\\u0645\\u060c \\u0627\\u0644\\u0645\\u0635\\u0645\\u0645\\u0629 \\u0644\\u0645\\u0633\\u0627\\u0639\\u062f\\u062a\\u0643 \\u0639\\u0644\\u0649 \\u062a\\u0639\\u0644\\u0645 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a Android \\u0627\\u062d\\u062a\\u0631\\u0627\\u0641\\u064a\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 Kotlin\\u060c \\u0627\\u0644\\u0644\\u063a\\u0629 \\u0627\\u0644\\u0631\\u0633\\u0645\\u064a\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0648\\u0635\\u064a \\u0628\\u0647\\u0627 Google \\u0644\\u062a\\u0637\\u0648\\u064a\\u0631 Android. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u0645\\u0628\\u062a\\u062f\\u0626\\u064b\\u0627 \\u0623\\u0648 \\u0645\\u0637\\u0648\\u0631\\u064b\\u0627 \\u0645\\u062a\\u0645\\u0631\\u0633\\u064b\\u0627\\u060c \\u0633\\u062a\\u0623\\u062e\\u0630\\u0643 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0627\\u062a \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0642\\u0646\\u064a\\u0627\\u062a \\u0627\\u0644\\u0645\\u062a\\u0642\\u062f\\u0645\\u0629.<\\/p><p><br><\\/p><p>\\u0633\\u062a\\u0628\\u062f\\u0623 \\u0628\\u0625\\u0639\\u062f\\u0627\\u062f \\u0628\\u064a\\u0626\\u0629 \\u062a\\u0637\\u0648\\u064a\\u0631 Android \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 Android Studio\\u060c \\u062b\\u0645 \\u062a\\u062a\\u0642\\u062f\\u0645 \\u0625\\u0644\\u0649 \\u0628\\u0646\\u0627\\u0621 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645 \\u0627\\u0644\\u062d\\u0642\\u064a\\u0642\\u064a. \\u064a\\u062c\\u0639\\u0644 \\u0628\\u0646\\u0627\\u0621 \\u0627\\u0644\\u062c\\u0645\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0627\\u0636\\u062d \\u0648\\u0627\\u0644\\u0645\\u0648\\u062c\\u0632 \\u0644\\u0640 Kotlin \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0633\\u0647\\u0644 \\u0643\\u062a\\u0627\\u0628\\u0629 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a Android \\u0648\\u0635\\u064a\\u0627\\u0646\\u062a\\u0647\\u0627\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0648\\u0641\\u0631 \\u0645\\u064a\\u0632\\u0629 \\u0643\\u0628\\u064a\\u0631\\u0629 \\u0639\\u0644\\u0649 Java. \\u0637\\u0648\\u0627\\u0644 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629\\u060c \\u0633\\u062a\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0627\\u0644\\u0645\\u0641\\u0627\\u0647\\u064a\\u0645 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0629 \\u0645\\u062b\\u0644 \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u0629 \\u0627\\u0644\\u0645\\u0648\\u062c\\u0647\\u0629 \\u0644\\u0644\\u0643\\u0627\\u0626\\u0646\\u0627\\u062a (OOP)\\u060c \\u0648\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u060c \\u0648\\u0645\\u0643\\u0648\\u0646\\u0627\\u062a \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u060c \\u0648\\u0627\\u0644\\u0645\\u0632\\u064a\\u062f.<\\/p><p><br><\\/p><p>\\u0645\\u0639 \\u062a\\u0642\\u062f\\u0645\\u0643\\u060c \\u0633\\u062a\\u062a\\u0639\\u0645\\u0642 \\u0641\\u064a \\u0627\\u0644\\u0623\\u062f\\u0648\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0638\\u0627\\u0645 Android\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 Firebase \\u0644\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0627\\u0644\\u062e\\u0644\\u0641\\u064a\\u0629 \\u0648\\u0645\\u0632\\u0627\\u0645\\u0646\\u0629 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0648\\u0627\\u0644\\u0645\\u0635\\u0627\\u062f\\u0642\\u0629. \\u0633\\u062a\\u062a\\u0639\\u0644\\u0645 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0646\\u0634\\u0631 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a\\u0643 \\u0639\\u0644\\u0649 \\u0645\\u062a\\u062c\\u0631 Google Play \\u0648\\u0625\\u062a\\u0627\\u062d\\u062a\\u0647\\u0627 \\u0644\\u062c\\u0645\\u0647\\u0648\\u0631 \\u0639\\u0627\\u0644\\u0645\\u064a.<\\/p><p><br><\\/p><p>\\u0645\\u0627 \\u064a\\u0645\\u064a\\u0632 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0647\\u0648 \\u0646\\u0647\\u062c\\u0647\\u0627 \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a. \\u0633\\u062a\\u0642\\u0648\\u0645 \\u0628\\u0628\\u0646\\u0627\\u0621 \\u0648\\u0646\\u0634\\u0631 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u062d\\u0642\\u064a\\u0642\\u064a\\u0629\\u060c \\u0648\\u0627\\u0643\\u062a\\u0633\\u0627\\u0628 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629 \\u0641\\u064a \\u0643\\u0644 \\u062e\\u0637\\u0648\\u0629 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642. \\u0628\\u062d\\u0644\\u0648\\u0644 \\u0646\\u0647\\u0627\\u064a\\u0629 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629\\u060c \\u0633\\u062a\\u0643\\u0648\\u0646 \\u0644\\u062f\\u064a\\u0643 \\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0648\\u0627\\u0644\\u0645\\u0639\\u0631\\u0641\\u0629 \\u0627\\u0644\\u0644\\u0627\\u0632\\u0645\\u0629 \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a Android \\u062a\\u0639\\u0645\\u0644 \\u0628\\u0643\\u0627\\u0645\\u0644 \\u0637\\u0627\\u0642\\u062a\\u0647\\u0627\\u060c \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u0631\\u063a\\u0628 \\u0641\\u064a \\u0628\\u0646\\u0627\\u0621 \\u0645\\u0647\\u0646\\u0629 \\u0641\\u064a \\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0623\\u062c\\u0647\\u0632\\u0629 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u0629 \\u0623\\u0648 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0634\\u0627\\u0631\\u064a\\u0639\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629.<\\/p><p><br><\\/p><p>\\u0625\\u0630\\u0627 \\u0643\\u0646\\u062a \\u062a\\u062a\\u0637\\u0644\\u0639 \\u0625\\u0644\\u0649 \\u0625\\u062a\\u0642\\u0627\\u0646 \\u062a\\u0637\\u0648\\u064a\\u0631 Android \\u0645\\u0646 \\u0627\\u0644\\u0635\\u0641\\u0631 \\u0648\\u0641\\u062a\\u062d \\u0641\\u0631\\u0635 \\u0639\\u0645\\u0644 \\u0645\\u062b\\u064a\\u0631\\u0629\\u060c \\u0641\\u0647\\u0630\\u0647 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0647\\u064a \\u0628\\u0648\\u0627\\u0628\\u062a\\u0643 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0646\\u062c\\u0627\\u062d! \\u0633\\u062a\\u062a\\u0639\\u0644\\u0645 \\u0643\\u0644 \\u0645\\u0627 \\u062a\\u062d\\u062a\\u0627\\u062c \\u0625\\u0644\\u0649 \\u0645\\u0639\\u0631\\u0641\\u062a\\u0647\\u060c \\u0645\\u0646 \\u0623\\u0633\\u0627\\u0633\\u064a\\u0627\\u062a \\u0628\\u0631\\u0645\\u062c\\u0629 Kotlin \\u0625\\u0644\\u0649 \\u0645\\u0641\\u0627\\u0647\\u064a\\u0645 \\u062a\\u0637\\u0648\\u064a\\u0631 Android \\u0627\\u0644\\u0645\\u062a\\u0642\\u062f\\u0645\\u0629\\u060c \\u0628\\u062a\\u0646\\u0633\\u064a\\u0642 \\u0633\\u0647\\u0644 \\u0627\\u0644\\u0641\\u0647\\u0645. \\u0644\\u0646\\u0628\\u062f\\u0623 \\u0631\\u062d\\u0644\\u062a\\u0643 \\u0644\\u062a\\u0635\\u0628\\u062d \\u0645\\u0637\\u0648\\u0631 Android \\u062e\\u0628\\u064a\\u0631\\u064b\\u0627 \\u0627\\u0644\\u064a\\u0648\\u0645!<\\/p>\"}', '2025-01-04 14:27:33', '2025-01-04 14:27:33'), (329, 13, 'Modules\\LMS\\Models\\Courses\\Course', 'en', '{\"title\":\"App Development with Flutter and react native\",\"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><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>\"}', '2025-01-04 14:27:44', '2025-01-04 14:27:44'), (330, 11, 'Modules\\LMS\\Models\\Auth\\Organization', 'bn', '{\"name\":\"\\u0995\\u09cb\\u09a1\\u09c7\\u0995\\u09cd\\u09b8\\u09b6\\u09cd\\u09af\\u09be\\u09aa\\u09be\\u09b0\",\"address\":\"\\u0995\\u09be\\u09a6\\u09c7\\u09b0\\u09be\\u09ac\\u09be\\u09a6 \\u09b9\\u09be\\u0989\\u099c\\u09bf\\u0982, \\u09ae\\u09cb\\u09b9\\u09be\\u09ae\\u09cd\\u09ae\\u09a6\\u09aa\\u09c1\\u09b0, \\u09a2\\u09be\\u0995\\u09be\",\"about\":\"<p>Edulab-\\u098f, \\u0986\\u09ae\\u09b0\\u09be \\u09ac\\u09c1\\u099d\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf \\u09af\\u09c7 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf, \\u0989\\u09a6\\u09cd\\u09ad\\u09be\\u09ac\\u09a8 \\u098f\\u09ac\\u0982 \\u09b8\\u09be\\u09ab\\u09b2\\u09cd\\u09af\\u09c7\\u09b0 \\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09ac\\u09bf\\u09a8\\u09cd\\u09a6\\u09c1\\u09a4\\u09c7\\u0964 \\u098f\\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u09ac\\u09be\\u09a8\\u09cd\\u09a7\\u09ac \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c7\\u099b\\u09bf \\u09af\\u09be \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0\\u09cd\\u09a5\\u09c0 \\u098f\\u09ac\\u0982 \\u0995\\u09b0\\u09cd\\u09ae\\u099a\\u09be\\u09b0\\u09c0 \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c7 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09b6\\u09be\\u09b8\\u0995 \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4 \\u09ac\\u09bf\\u09ad\\u09bf\\u09a8\\u09cd\\u09a8 \\u09b6\\u09cd\\u09b0\\u09cb\\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09a3 \\u0995\\u09b0\\u09c7\\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 LMS \\u09b8\\u09cd\\u0995\\u09c7\\u09b2 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7, \\u098f\\u099f\\u09bf\\u0995\\u09c7 \\u09b8\\u09ac \\u0986\\u0995\\u09be\\u09b0\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09b7\\u09cd\\u09a0\\u09be\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a8\\u09bf\\u0996\\u09c1\\u0981\\u09a4 \\u09b8\\u09ae\\u09be\\u09a7\\u09be\\u09a8 \\u0995\\u09b0\\u09c7 \\u09a4\\u09cb\\u09b2\\u09c7, \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0995\\u099f\\u09bf \\u099b\\u09cb\\u099f \\u09a6\\u09b2 \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u0995\\u09b0\\u099b\\u09c7\\u09a8 \\u09ac\\u09be \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u09c0 \\u0995\\u09b0\\u09cd\\u09ae\\u09c0\\u09ac\\u09be\\u09b9\\u09bf\\u09a8\\u09c0\\u0964<\\/p>\"}', '2025-01-04 21:29:22', '2025-01-04 21:29:22'), (331, 11, 'Modules\\LMS\\Models\\Auth\\Organization', 'es', '{\"name\":\"Formador de c\\u00f3dices\",\"address\":\"Vivienda Kaderabad, Mohammadpur, Dhaka\",\"about\":\"<p>En Edulab, entendemos que el aprendizaje es la base del crecimiento, la innovaci\\u00f3n y el \\u00e9xito. Por eso, hemos creado una plataforma f\\u00e1cil de usar que se adapta a p\\u00fablicos diversos, desde estudiantes y empleados hasta instructores y administradores. Nuestro LMS est\\u00e1 dise\\u00f1ado para escalar, lo que lo convierte en la soluci\\u00f3n perfecta para organizaciones de todos los tama\\u00f1os, ya sea que gestione un equipo peque\\u00f1o o una fuerza laboral global.<\\/p>\"}', '2025-01-04 21:30:27', '2025-01-04 21:30:27'), (332, 11, 'Modules\\LMS\\Models\\Auth\\Organization', 'en', '{\"name\":\"Codexshapper\",\"address\":\"kaderabad housing, Mohammadpur, Dhaka.\",\"about\":\"<p>At Edulab, we understand that learning is at the heart of growth, innovation, and success. That\\u2019s why we\\u2019ve 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\\u2019re managing a small team or a global workforce.<\\/p>\"}', '2025-01-04 21:31:51', '2025-01-04 21:31:51'), (333, 11, 'Modules\\LMS\\Models\\Auth\\Organization', 'ar', '{\"name\":\"\\u0643\\u0648\\u062f\\u0643\\u0633\\u0647\\u0627\\u0628\\u0631\",\"address\":\"\\u0625\\u0633\\u0643\\u0627\\u0646 \\u0642\\u0627\\u062f\\u0631 \\u0623\\u0628\\u0627\\u062f\\u060c \\u0645\\u062d\\u0645\\u062f\\u0628\\u0648\\u0631\\u060c \\u062f\\u0643\\u0627.\",\"about\":\"<p>\\u0641\\u064a Edulab\\u060c \\u0646\\u062f\\u0631\\u0643 \\u0623\\u0646 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0647\\u0648 \\u062c\\u0648\\u0647\\u0631 \\u0627\\u0644\\u0646\\u0645\\u0648 \\u0648\\u0627\\u0644\\u0627\\u0628\\u062a\\u0643\\u0627\\u0631 \\u0648\\u0627\\u0644\\u0646\\u062c\\u0627\\u062d. \\u0648\\u0644\\u0647\\u0630\\u0627 \\u0627\\u0644\\u0633\\u0628\\u0628 \\u0642\\u0645\\u0646\\u0627 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0646\\u0635\\u0629 \\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u062a\\u0644\\u0628\\u064a \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u062c\\u0645\\u0627\\u0647\\u064a\\u0631 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629\\u060c \\u0645\\u0646 \\u0627\\u0644\\u0637\\u0644\\u0627\\u0628 \\u0648\\u0627\\u0644\\u0645\\u0648\\u0638\\u0641\\u064a\\u0646 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u062f\\u0631\\u0628\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0625\\u062f\\u0627\\u0631\\u064a\\u064a\\u0646. \\u062a\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0646\\u0638\\u0627\\u0645 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0646\\u0627 \\u0628\\u062d\\u064a\\u062b \\u064a\\u062a\\u0646\\u0627\\u0633\\u0628 \\u0645\\u0639 \\u062d\\u062c\\u0645 \\u0627\\u0644\\u0645\\u0624\\u0633\\u0633\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062c\\u0639\\u0644\\u0647 \\u0627\\u0644\\u062d\\u0644 \\u0627\\u0644\\u0623\\u0645\\u062b\\u0644 \\u0644\\u0644\\u0645\\u0624\\u0633\\u0633\\u0627\\u062a \\u0645\\u0646 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0623\\u062d\\u062c\\u0627\\u0645\\u060c \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u062f\\u064a\\u0631 \\u0641\\u0631\\u064a\\u0642\\u064b\\u0627 \\u0635\\u063a\\u064a\\u0631\\u064b\\u0627 \\u0623\\u0648 \\u0642\\u0648\\u0629 \\u0639\\u0627\\u0645\\u0644\\u0629 \\u0639\\u0627\\u0644\\u0645\\u064a\\u0629.<\\/p>\"}', '2025-01-04 21:32:48', '2025-01-04 21:32:48'), (334, 8, 'Modules\\LMS\\Models\\Auth\\Organization', 'ar', '{\"name\":\"\\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u0625\\u0628\\u062f\\u0627\\u0639\\u064a\\u0629\",\"address\":\"123 \\u0634\\u0627\\u0631\\u0639 \\u0625\\u0644\\u0645\\u060c \\u0633\\u0628\\u0631\\u064a\\u0646\\u063a\\u0641\\u064a\\u0644\\u062f\\u060c \\u0625\\u0644\\u064a\\u0646\\u0648\\u064a\\u060c \\u0627\\u0644\\u0648\\u0644\\u0627\\u064a\\u0627\\u062a \\u0627\\u0644\\u0645\\u062a\\u062d\\u062f\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0631\\u064a\\u0643\\u064a\\u0629\",\"about\":\"<p>\\u0641\\u064a Edulab\\u060c \\u0646\\u062f\\u0631\\u0643 \\u0623\\u0646 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0647\\u0648 \\u062c\\u0648\\u0647\\u0631 \\u0627\\u0644\\u0646\\u0645\\u0648 \\u0648\\u0627\\u0644\\u0627\\u0628\\u062a\\u0643\\u0627\\u0631 \\u0648\\u0627\\u0644\\u0646\\u062c\\u0627\\u062d. \\u0648\\u0644\\u0647\\u0630\\u0627 \\u0627\\u0644\\u0633\\u0628\\u0628 \\u0642\\u0645\\u0646\\u0627 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0646\\u0635\\u0629 \\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u062a\\u0644\\u0628\\u064a \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u062c\\u0645\\u0627\\u0647\\u064a\\u0631 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629\\u060c \\u0645\\u0646 \\u0627\\u0644\\u0637\\u0644\\u0627\\u0628 \\u0648\\u0627\\u0644\\u0645\\u0648\\u0638\\u0641\\u064a\\u0646 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u062f\\u0631\\u0628\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0625\\u062f\\u0627\\u0631\\u064a\\u064a\\u0646. \\u062a\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0646\\u0638\\u0627\\u0645 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0646\\u0627 \\u0628\\u062d\\u064a\\u062b \\u064a\\u062a\\u0646\\u0627\\u0633\\u0628 \\u0645\\u0639 \\u062d\\u062c\\u0645 \\u0627\\u0644\\u0645\\u0624\\u0633\\u0633\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062c\\u0639\\u0644\\u0647 \\u0627\\u0644\\u062d\\u0644 \\u0627\\u0644\\u0623\\u0645\\u062b\\u0644 \\u0644\\u0644\\u0645\\u0624\\u0633\\u0633\\u0627\\u062a \\u0645\\u0646 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0623\\u062d\\u062c\\u0627\\u0645\\u060c \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u062f\\u064a\\u0631 \\u0641\\u0631\\u064a\\u0642\\u064b\\u0627 \\u0635\\u063a\\u064a\\u0631\\u064b\\u0627 \\u0623\\u0648 \\u0642\\u0648\\u0629 \\u0639\\u0627\\u0645\\u0644\\u0629 \\u0639\\u0627\\u0644\\u0645\\u064a\\u0629.<\\/p>\"}', '2025-01-04 21:33:49', '2025-01-04 21:33:49'), (335, 8, 'Modules\\LMS\\Models\\Auth\\Organization', 'es', '{\"name\":\"Datos creativos\",\"address\":\"123 Elm Street, Springfield, Illinois, Estados Unidos\",\"about\":\"<p>En Edulab, entendemos que el aprendizaje es la base del crecimiento, la innovaci\\u00f3n y el \\u00e9xito. Por eso, hemos creado una plataforma f\\u00e1cil de usar que se adapta a p\\u00fablicos diversos, desde estudiantes y empleados hasta instructores y administradores. Nuestro LMS est\\u00e1 dise\\u00f1ado para escalar, lo que lo convierte en la soluci\\u00f3n perfecta para organizaciones de todos los tama\\u00f1os, ya sea que gestione un equipo peque\\u00f1o o una fuerza laboral global.<\\/p>\"}', '2025-01-04 21:34:56', '2025-01-04 21:34:56'), (336, 8, 'Modules\\LMS\\Models\\Auth\\Organization', 'bn', '{\"name\":\"\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09c7\\u099f\\u09bf\\u09ad \\u09a1\\u09c7\\u099f\\u09be\",\"address\":\"123 \\u098f\\u09b2\\u09ae \\u09b8\\u09cd\\u099f\\u09cd\\u09b0\\u09bf\\u099f, \\u09b8\\u09cd\\u09aa\\u09cd\\u09b0\\u09bf\\u0982\\u09ab\\u09bf\\u09b2\\u09cd\\u09a1, \\u0986\\u0987\\u098f\\u09b2, \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09bf\\u09a8 \\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09b0\\u09be\\u09b7\\u09cd\\u099f\\u09cd\\u09b0\",\"about\":\"<p>Edulab-\\u098f, \\u0986\\u09ae\\u09b0\\u09be \\u09ac\\u09c1\\u099d\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf \\u09af\\u09c7 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf, \\u0989\\u09a6\\u09cd\\u09ad\\u09be\\u09ac\\u09a8 \\u098f\\u09ac\\u0982 \\u09b8\\u09be\\u09ab\\u09b2\\u09cd\\u09af\\u09c7\\u09b0 \\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09ac\\u09bf\\u09a8\\u09cd\\u09a6\\u09c1\\u09a4\\u09c7\\u0964 \\u098f\\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u09ac\\u09be\\u09a8\\u09cd\\u09a7\\u09ac \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c7\\u099b\\u09bf \\u09af\\u09be \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0\\u09cd\\u09a5\\u09c0 \\u098f\\u09ac\\u0982 \\u0995\\u09b0\\u09cd\\u09ae\\u099a\\u09be\\u09b0\\u09c0 \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c7 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09b6\\u09be\\u09b8\\u0995 \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4 \\u09ac\\u09bf\\u09ad\\u09bf\\u09a8\\u09cd\\u09a8 \\u09b6\\u09cd\\u09b0\\u09cb\\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09a3 \\u0995\\u09b0\\u09c7\\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 LMS \\u09b8\\u09cd\\u0995\\u09c7\\u09b2 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7, \\u098f\\u099f\\u09bf\\u0995\\u09c7 \\u09b8\\u09ac \\u0986\\u0995\\u09be\\u09b0\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09b7\\u09cd\\u09a0\\u09be\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a8\\u09bf\\u0996\\u09c1\\u0981\\u09a4 \\u09b8\\u09ae\\u09be\\u09a7\\u09be\\u09a8 \\u0995\\u09b0\\u09c7 \\u09a4\\u09cb\\u09b2\\u09c7, \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0995\\u099f\\u09bf \\u099b\\u09cb\\u099f \\u09a6\\u09b2 \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u0995\\u09b0\\u099b\\u09c7\\u09a8 \\u09ac\\u09be \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u09c0 \\u0995\\u09b0\\u09cd\\u09ae\\u09c0\\u09ac\\u09be\\u09b9\\u09bf\\u09a8\\u09c0\\u0964<\\/p>\"}', '2025-01-04 21:39:02', '2025-01-04 21:39:02'), (337, 7, 'Modules\\LMS\\Models\\Auth\\Organization', 'es', '{\"name\":\"Aprendizaje BrightPath\",\"address\":\"Calle Mayor 24, Madrid, 28013\",\"about\":\"<p>En Edulab, entendemos que el aprendizaje es la base del crecimiento, la innovaci\\u00f3n y el \\u00e9xito. Por eso, hemos creado una plataforma f\\u00e1cil de usar que se adapta a p\\u00fablicos diversos, desde estudiantes y empleados hasta instructores y administradores. Nuestro LMS est\\u00e1 dise\\u00f1ado para escalar, lo que lo convierte en la soluci\\u00f3n perfecta para organizaciones de todos los tama\\u00f1os, ya sea que gestione un equipo peque\\u00f1o o una fuerza laboral global.<\\/p>\"}', '2025-01-04 21:41:24', '2025-01-04 21:41:24'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (338, 7, 'Modules\\LMS\\Models\\Auth\\Organization', 'ar', '{\"name\":\"\\u0628\\u0631\\u0627\\u064a\\u062a \\u0628\\u0627\\u062b \\u0644\\u0644\\u062a\\u0639\\u0644\\u0645\",\"address\":\"24 \\u0634\\u0627\\u0631\\u0639 \\u0645\\u0627\\u064a\\u0648\\u0631\\u060c \\u0645\\u062f\\u0631\\u064a\\u062f\\u060c 28013\",\"about\":\"<p>\\u0641\\u064a Edulab\\u060c \\u0646\\u062f\\u0631\\u0643 \\u0623\\u0646 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0647\\u0648 \\u062c\\u0648\\u0647\\u0631 \\u0627\\u0644\\u0646\\u0645\\u0648 \\u0648\\u0627\\u0644\\u0627\\u0628\\u062a\\u0643\\u0627\\u0631 \\u0648\\u0627\\u0644\\u0646\\u062c\\u0627\\u062d. \\u0648\\u0644\\u0647\\u0630\\u0627 \\u0627\\u0644\\u0633\\u0628\\u0628 \\u0642\\u0645\\u0646\\u0627 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0646\\u0635\\u0629 \\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u062a\\u0644\\u0628\\u064a \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u062c\\u0645\\u0627\\u0647\\u064a\\u0631 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629\\u060c \\u0645\\u0646 \\u0627\\u0644\\u0637\\u0644\\u0627\\u0628 \\u0648\\u0627\\u0644\\u0645\\u0648\\u0638\\u0641\\u064a\\u0646 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u062f\\u0631\\u0628\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0625\\u062f\\u0627\\u0631\\u064a\\u064a\\u0646. \\u062a\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0646\\u0638\\u0627\\u0645 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0646\\u0627 \\u0628\\u062d\\u064a\\u062b \\u064a\\u062a\\u0646\\u0627\\u0633\\u0628 \\u0645\\u0639 \\u062d\\u062c\\u0645 \\u0627\\u0644\\u0645\\u0624\\u0633\\u0633\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062c\\u0639\\u0644\\u0647 \\u0627\\u0644\\u062d\\u0644 \\u0627\\u0644\\u0623\\u0645\\u062b\\u0644 \\u0644\\u0644\\u0645\\u0624\\u0633\\u0633\\u0627\\u062a \\u0645\\u0646 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0623\\u062d\\u062c\\u0627\\u0645\\u060c \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u062f\\u064a\\u0631 \\u0641\\u0631\\u064a\\u0642\\u064b\\u0627 \\u0635\\u063a\\u064a\\u0631\\u064b\\u0627 \\u0623\\u0648 \\u0642\\u0648\\u0629 \\u0639\\u0627\\u0645\\u0644\\u0629 \\u0639\\u0627\\u0644\\u0645\\u064a\\u0629.<\\/p>\"}', '2025-01-04 21:43:02', '2025-01-04 21:43:02'), (339, 7, 'Modules\\LMS\\Models\\Auth\\Organization', 'bn', '{\"name\":\"\\u09ac\\u09cd\\u09b0\\u09be\\u0987\\u099f\\u09aa\\u09be\\u09a5 \\u09b2\\u09be\\u09b0\\u09cd\\u09a8\\u09bf\\u0982\",\"address\":\"24 \\u0995\\u09cd\\u09af\\u09be\\u09b2\\u09c7 \\u09ae\\u09c7\\u09af\\u09bc\\u09b0, \\u09ae\\u09be\\u09a6\\u09cd\\u09b0\\u09bf\\u09a6, 28013\",\"about\":\"<p>Edulab-\\u098f, \\u0986\\u09ae\\u09b0\\u09be \\u09ac\\u09c1\\u099d\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf \\u09af\\u09c7 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf, \\u0989\\u09a6\\u09cd\\u09ad\\u09be\\u09ac\\u09a8 \\u098f\\u09ac\\u0982 \\u09b8\\u09be\\u09ab\\u09b2\\u09cd\\u09af\\u09c7\\u09b0 \\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09ac\\u09bf\\u09a8\\u09cd\\u09a6\\u09c1\\u09a4\\u09c7\\u0964 \\u098f\\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u09ac\\u09be\\u09a8\\u09cd\\u09a7\\u09ac \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c7\\u099b\\u09bf \\u09af\\u09be \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0\\u09cd\\u09a5\\u09c0 \\u098f\\u09ac\\u0982 \\u0995\\u09b0\\u09cd\\u09ae\\u099a\\u09be\\u09b0\\u09c0 \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c7 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09b6\\u09be\\u09b8\\u0995 \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4 \\u09ac\\u09bf\\u09ad\\u09bf\\u09a8\\u09cd\\u09a8 \\u09b6\\u09cd\\u09b0\\u09cb\\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09a3 \\u0995\\u09b0\\u09c7\\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 LMS \\u09b8\\u09cd\\u0995\\u09c7\\u09b2 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7, \\u098f\\u099f\\u09bf\\u0995\\u09c7 \\u09b8\\u09ac \\u0986\\u0995\\u09be\\u09b0\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09b7\\u09cd\\u09a0\\u09be\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a8\\u09bf\\u0996\\u09c1\\u0981\\u09a4 \\u09b8\\u09ae\\u09be\\u09a7\\u09be\\u09a8 \\u0995\\u09b0\\u09c7 \\u09a4\\u09cb\\u09b2\\u09c7, \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0995\\u099f\\u09bf \\u099b\\u09cb\\u099f \\u09a6\\u09b2 \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u0995\\u09b0\\u099b\\u09c7\\u09a8 \\u09ac\\u09be \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u09c0 \\u0995\\u09b0\\u09cd\\u09ae\\u09c0\\u09ac\\u09be\\u09b9\\u09bf\\u09a8\\u09c0\\u0964<\\/p>\"}', '2025-01-04 21:43:42', '2025-01-04 21:43:42'), (340, 6, 'Modules\\LMS\\Models\\Auth\\Organization', 'ar', '{\"name\":\"\\u062f\\u064a \\u0641\\u064a \\u062f\\u064a.\",\"address\":\"15 \\u0623\\u0634\\u064a\\u0627\\u0621 \\u0631\\u0627\\u0626\\u0639\\u0629, \\u062d\\u0642\\u0627, \\u0643\\u0644 \\u0645\\u0627 \\u0639\\u0644\\u064a\\u0643 \\u0641\\u0639\\u0644\\u0647.\",\"about\":\"<p>Edulab-\\u0623, \\u0623\\u0641\\u0636\\u0644 \\u0645\\u0627 \\u0644\\u062f\\u064a\\u0643\\u0645, \\u0648\\u0645\\u0627 \\u0625\\u0644\\u0649 \\u0630\\u0644\\u0643 \\u0646\\u064a\\u0648\\u064a\\u0648\\u0631\\u0643. \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0643\\u0644 \\u0645\\u0627 \\u0639\\u0644\\u064a\\u0643 \\u0641\\u0639\\u0644\\u0647 \\u0647\\u0648 \\u0627\\u0644\\u0648\\u062b\\u0648\\u0642 \\u0628\\u0647 \\u0648\\u0627\\u0644\\u062a\\u0645\\u062a\\u0639 \\u0628\\u0647 \\u0647\\u0630\\u0627 \\u0643\\u0644 \\u0634\\u064a\\u0621 \\u0639\\u0646 \\u0643\\u0644 \\u0645\\u0627 \\u0647\\u0648 \\u062c\\u062f\\u064a\\u062f \\u0648\\u0645\\u0641\\u064a\\u062f. \\u0647\\u0646\\u0627\\u0643 \\u0627\\u0644\\u0643\\u062b\\u064a\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0634\\u064a\\u0627\\u0621. \\u0623\\u0641\\u0636\\u0644 \\u062e\\u064a\\u0627\\u0631 \\u0644\\u0643 \\u0647\\u0648 LMS \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643, \\u062d\\u062a\\u0649 \\u0627\\u0644\\u0622\\u0646 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0641\\u064a \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0648\\u0642\\u062a, \\u0644\\u0627 \\u064a\\u0648\\u062c\\u062f \\u0634\\u064a\\u0621 \\u0623\\u0641\\u0636\\u0644 \\u0645\\u0646 \\u0630\\u0644\\u0643 \\u0643\\u0644 \\u0634\\u064a\\u0621 \\u0639\\u0644\\u0649 \\u0645\\u0627 \\u064a\\u0631\\u0627\\u0645.<\\/p>\"}', '2025-01-04 21:46:27', '2025-01-04 21:53:23'), (341, 6, 'Modules\\LMS\\Models\\Auth\\Organization', 'bn', '{\"name\":\"\\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09a6\\u09bf\\u0997\\u09a8\\u09cd\\u09a4\",\"address\":\"15 \\u09b6\\u09c7\\u0996 \\u099c\\u09be\\u09af\\u09bc\\u09c7\\u09a6 \\u0986\\u09b0\\u09a1\\u09bf, \\u09a6\\u09c1\\u09ac\\u09be\\u0987, \\u09b8\\u0982\\u09af\\u09c1\\u0995\\u09cd\\u09a4 \\u0986\\u09b0\\u09ac \\u0986\\u09ae\\u09bf\\u09b0\\u09be\\u09a4\",\"about\":\"<p style=\\\"line-height: 1.4;\\\">Edulab-\\u098f, \\u0986\\u09ae\\u09b0\\u09be \\u09ac\\u09c1\\u099d\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf \\u09af\\u09c7 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf, \\u0989\\u09a6\\u09cd\\u09ad\\u09be\\u09ac\\u09a8 \\u098f\\u09ac\\u0982 \\u09b8\\u09be\\u09ab\\u09b2\\u09cd\\u09af\\u09c7\\u09b0 \\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09ac\\u09bf\\u09a8\\u09cd\\u09a6\\u09c1\\u09a4\\u09c7\\u0964 \\u098f\\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u09ac\\u09be\\u09a8\\u09cd\\u09a7\\u09ac \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c7\\u099b\\u09bf \\u09af\\u09be \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0\\u09cd\\u09a5\\u09c0 \\u098f\\u09ac\\u0982 \\u0995\\u09b0\\u09cd\\u09ae\\u099a\\u09be\\u09b0\\u09c0 \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c7 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09b6\\u09be\\u09b8\\u0995 \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4 \\u09ac\\u09bf\\u09ad\\u09bf\\u09a8\\u09cd\\u09a8 \\u09b6\\u09cd\\u09b0\\u09cb\\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09a3 \\u0995\\u09b0\\u09c7\\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 LMS \\u09b8\\u09cd\\u0995\\u09c7\\u09b2 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7, \\u098f\\u099f\\u09bf\\u0995\\u09c7 \\u09b8\\u09ac \\u0986\\u0995\\u09be\\u09b0\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09b7\\u09cd\\u09a0\\u09be\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a8\\u09bf\\u0996\\u09c1\\u0981\\u09a4 \\u09b8\\u09ae\\u09be\\u09a7\\u09be\\u09a8 \\u0995\\u09b0\\u09c7 \\u09a4\\u09cb\\u09b2\\u09c7, \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0995\\u099f\\u09bf \\u099b\\u09cb\\u099f \\u09a6\\u09b2 \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u0995\\u09b0\\u099b\\u09c7\\u09a8 \\u09ac\\u09be \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u09c0 \\u0995\\u09b0\\u09cd\\u09ae\\u09c0\\u09ac\\u09be\\u09b9\\u09bf\\u09a8\\u09c0\\u0964<\\/p>\"}', '2025-01-04 21:50:22', '2025-01-04 21:51:58'), (342, 6, 'Modules\\LMS\\Models\\Auth\\Organization', 'es', '{\"name\":\"Digital Horizon\",\"address\":\"15 Sheikh Zayed Rd, Dubai, UAE\",\"about\":\"<p style=\\\"line-height: 1.4;\\\">At Edulab, we understand that learning is at the heart of growth, innovation, and success. That\\u2019s why we\\u2019ve 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\\u2019re managing a small team or a global workforce.<\\/p>\"}', '2025-01-04 21:52:27', '2025-01-04 21:52:27'), (343, 5, 'Modules\\LMS\\Models\\Auth\\Organization', 'ar', '{\"name\":\"\\u0627\\u0644\\u0645\\u0635\\u0645\\u0645\\u0648\\u0646 \\u0627\\u0644\\u0631\\u0624\\u064a\\u0648\\u064a\\u0648\\u0646\",\"address\":\"89 \\u0634\\u0627\\u0631\\u0639 \\u0647\\u0627\\u0631\\u0628\\u0648\\u0631\\u060c \\u0633\\u064a\\u062f\\u0646\\u064a\\u060c \\u0646\\u064a\\u0648 \\u0633\\u0627\\u0648\\u062b \\u0648\\u064a\\u0644\\u0632 2000\",\"about\":\"<p>\\u0641\\u064a Edulab\\u060c \\u0646\\u062f\\u0631\\u0643 \\u0623\\u0646 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0647\\u0648 \\u062c\\u0648\\u0647\\u0631 \\u0627\\u0644\\u0646\\u0645\\u0648 \\u0648\\u0627\\u0644\\u0627\\u0628\\u062a\\u0643\\u0627\\u0631 \\u0648\\u0627\\u0644\\u0646\\u062c\\u0627\\u062d. \\u0648\\u0644\\u0647\\u0630\\u0627 \\u0627\\u0644\\u0633\\u0628\\u0628 \\u0642\\u0645\\u0646\\u0627 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0646\\u0635\\u0629 \\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u062a\\u0644\\u0628\\u064a \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u062c\\u0645\\u0627\\u0647\\u064a\\u0631 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629\\u060c \\u0645\\u0646 \\u0627\\u0644\\u0637\\u0644\\u0627\\u0628 \\u0648\\u0627\\u0644\\u0645\\u0648\\u0638\\u0641\\u064a\\u0646 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u062f\\u0631\\u0628\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0625\\u062f\\u0627\\u0631\\u064a\\u064a\\u0646. \\u062a\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0646\\u0638\\u0627\\u0645 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0646\\u0627 \\u0628\\u062d\\u064a\\u062b \\u064a\\u062a\\u0646\\u0627\\u0633\\u0628 \\u0645\\u0639 \\u062d\\u062c\\u0645 \\u0627\\u0644\\u0645\\u0624\\u0633\\u0633\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062c\\u0639\\u0644\\u0647 \\u0627\\u0644\\u062d\\u0644 \\u0627\\u0644\\u0623\\u0645\\u062b\\u0644 \\u0644\\u0644\\u0645\\u0624\\u0633\\u0633\\u0627\\u062a \\u0645\\u0646 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0623\\u062d\\u062c\\u0627\\u0645\\u060c \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u062f\\u064a\\u0631 \\u0641\\u0631\\u064a\\u0642\\u064b\\u0627 \\u0635\\u063a\\u064a\\u0631\\u064b\\u0627 \\u0623\\u0648 \\u0642\\u0648\\u0629 \\u0639\\u0627\\u0645\\u0644\\u0629 \\u0639\\u0627\\u0644\\u0645\\u064a\\u0629.<\\/p>\"}', '2025-01-04 21:54:05', '2025-01-04 21:54:05'), (344, 5, 'Modules\\LMS\\Models\\Auth\\Organization', 'es', '{\"name\":\"Visionary Designers\",\"address\":\"89 Harbour St, Sydney, NSW 2000\",\"about\":\"<p style=\\\"line-height: 1.4;\\\">At Edulab, we understand that learning is at the heart of growth, innovation, and success. That\\u2019s why we\\u2019ve 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\\u2019re managing a small team or a global workforce.<\\/p>\"}', '2025-01-04 21:54:25', '2025-01-04 21:54:25'), (345, 5, 'Modules\\LMS\\Models\\Auth\\Organization', 'bn', '{\"name\":\"\\u09a6\\u09c2\\u09b0\\u09a6\\u09b0\\u09cd\\u09b6\\u09c0 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09be\\u09b0\",\"address\":\"89 \\u09b9\\u09be\\u09b0\\u09ac\\u09be\\u09b0 \\u09b8\\u09c7\\u09a8\\u09cd\\u099f, \\u09b8\\u09bf\\u09a1\\u09a8\\u09bf, NSW 2000\",\"about\":\"<p>Edulab-\\u098f, \\u0986\\u09ae\\u09b0\\u09be \\u09ac\\u09c1\\u099d\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf \\u09af\\u09c7 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf, \\u0989\\u09a6\\u09cd\\u09ad\\u09be\\u09ac\\u09a8 \\u098f\\u09ac\\u0982 \\u09b8\\u09be\\u09ab\\u09b2\\u09cd\\u09af\\u09c7\\u09b0 \\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09ac\\u09bf\\u09a8\\u09cd\\u09a6\\u09c1\\u09a4\\u09c7\\u0964 \\u098f\\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u09ac\\u09be\\u09a8\\u09cd\\u09a7\\u09ac \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c7\\u099b\\u09bf \\u09af\\u09be \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0\\u09cd\\u09a5\\u09c0 \\u098f\\u09ac\\u0982 \\u0995\\u09b0\\u09cd\\u09ae\\u099a\\u09be\\u09b0\\u09c0 \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c7 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09b6\\u09be\\u09b8\\u0995 \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4 \\u09ac\\u09bf\\u09ad\\u09bf\\u09a8\\u09cd\\u09a8 \\u09b6\\u09cd\\u09b0\\u09cb\\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09a3 \\u0995\\u09b0\\u09c7\\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 LMS \\u09b8\\u09cd\\u0995\\u09c7\\u09b2 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7, \\u098f\\u099f\\u09bf\\u0995\\u09c7 \\u09b8\\u09ac \\u0986\\u0995\\u09be\\u09b0\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09b7\\u09cd\\u09a0\\u09be\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a8\\u09bf\\u0996\\u09c1\\u0981\\u09a4 \\u09b8\\u09ae\\u09be\\u09a7\\u09be\\u09a8 \\u0995\\u09b0\\u09c7 \\u09a4\\u09cb\\u09b2\\u09c7, \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0995\\u099f\\u09bf \\u099b\\u09cb\\u099f \\u09a6\\u09b2 \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u0995\\u09b0\\u099b\\u09c7\\u09a8 \\u09ac\\u09be \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u09c0 \\u0995\\u09b0\\u09cd\\u09ae\\u09c0\\u09ac\\u09be\\u09b9\\u09bf\\u09a8\\u09c0\\u0964<\\/p>\"}', '2025-01-04 21:56:17', '2025-01-04 21:56:17'), (346, 3, 'Modules\\LMS\\Models\\Auth\\Organization', 'ar', '{\"name\":\"\\u0648\\u0643\\u0627\\u0644\\u0629 \\u0633\\u0628\\u0627\\u0631\\u0643\\u0633\",\"address\":\"123 \\u0634\\u0627\\u0631\\u0639 \\u0623\\u0643\\u0633\\u0641\\u0648\\u0631\\u062f\\u060c \\u0644\\u0646\\u062f\\u0646\\u060c W1D 2DZ\",\"about\":\"<p>\\u0641\\u064a Edulab\\u060c \\u0646\\u062f\\u0631\\u0643 \\u0623\\u0646 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0647\\u0648 \\u062c\\u0648\\u0647\\u0631 \\u0627\\u0644\\u0646\\u0645\\u0648 \\u0648\\u0627\\u0644\\u0627\\u0628\\u062a\\u0643\\u0627\\u0631 \\u0648\\u0627\\u0644\\u0646\\u062c\\u0627\\u062d. \\u0648\\u0644\\u0647\\u0630\\u0627 \\u0627\\u0644\\u0633\\u0628\\u0628 \\u0642\\u0645\\u0646\\u0627 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0646\\u0635\\u0629 \\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u062a\\u0644\\u0628\\u064a \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u062c\\u0645\\u0627\\u0647\\u064a\\u0631 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629\\u060c \\u0645\\u0646 \\u0627\\u0644\\u0637\\u0644\\u0627\\u0628 \\u0648\\u0627\\u0644\\u0645\\u0648\\u0638\\u0641\\u064a\\u0646 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u062f\\u0631\\u0628\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0625\\u062f\\u0627\\u0631\\u064a\\u064a\\u0646. \\u062a\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0646\\u0638\\u0627\\u0645 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0646\\u0627 \\u0628\\u062d\\u064a\\u062b \\u064a\\u062a\\u0646\\u0627\\u0633\\u0628 \\u0645\\u0639 \\u062d\\u062c\\u0645 \\u0627\\u0644\\u0645\\u0624\\u0633\\u0633\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062c\\u0639\\u0644\\u0647 \\u0627\\u0644\\u062d\\u0644 \\u0627\\u0644\\u0623\\u0645\\u062b\\u0644 \\u0644\\u0644\\u0645\\u0624\\u0633\\u0633\\u0627\\u062a \\u0645\\u0646 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0623\\u062d\\u062c\\u0627\\u0645\\u060c \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u062f\\u064a\\u0631 \\u0641\\u0631\\u064a\\u0642\\u064b\\u0627 \\u0635\\u063a\\u064a\\u0631\\u064b\\u0627 \\u0623\\u0648 \\u0642\\u0648\\u0629 \\u0639\\u0627\\u0645\\u0644\\u0629 \\u0639\\u0627\\u0644\\u0645\\u064a\\u0629.<\\/p>\"}', '2025-01-04 21:57:23', '2025-01-04 21:57:23'), (347, 3, 'Modules\\LMS\\Models\\Auth\\Organization', 'es', '{\"name\":\"Agencia Sparks\",\"address\":\"123 Oxford Street, Londres, W1D 2DZ\",\"about\":\"<p style=\\\"line-height: 1.4;\\\">En Edulab, entendemos que el aprendizaje es la base del crecimiento, la innovaci\\u00f3n y el \\u00e9xito. Por eso, hemos creado una plataforma f\\u00e1cil de usar que se adapta a p\\u00fablicos diversos, desde estudiantes y empleados hasta instructores y administradores. Nuestro LMS est\\u00e1 dise\\u00f1ado para escalar, lo que lo convierte en la soluci\\u00f3n perfecta para organizaciones de todos los tama\\u00f1os, ya sea que gestione un equipo peque\\u00f1o o una fuerza laboral global.<\\/p>\"}', '2025-01-04 21:58:09', '2025-01-04 21:58:09'), (348, 3, 'Modules\\LMS\\Models\\Auth\\Organization', 'bn', '{\"name\":\"\\u09b8\\u09cd\\u09aa\\u09be\\u09b0\\u09cd\\u0995\\u09b8 \\u098f\\u099c\\u09c7\\u09a8\\u09cd\\u09b8\\u09bf\",\"address\":\"123 \\u0985\\u0995\\u09cd\\u09b8\\u09ab\\u09cb\\u09b0\\u09cd\\u09a1 \\u09b8\\u09cd\\u099f\\u09cd\\u09b0\\u09bf\\u099f, \\u09b2\\u09a8\\u09cd\\u09a1\\u09a8, W1D 2DZ\",\"about\":\"<p style=\\\"line-height: 1.4;\\\">Edulab-\\u098f, \\u0986\\u09ae\\u09b0\\u09be \\u09ac\\u09c1\\u099d\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf \\u09af\\u09c7 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf, \\u0989\\u09a6\\u09cd\\u09ad\\u09be\\u09ac\\u09a8 \\u098f\\u09ac\\u0982 \\u09b8\\u09be\\u09ab\\u09b2\\u09cd\\u09af\\u09c7\\u09b0 \\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09ac\\u09bf\\u09a8\\u09cd\\u09a6\\u09c1\\u09a4\\u09c7\\u0964 \\u098f\\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u09ac\\u09be\\u09a8\\u09cd\\u09a7\\u09ac \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c7\\u099b\\u09bf \\u09af\\u09be \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0\\u09cd\\u09a5\\u09c0 \\u098f\\u09ac\\u0982 \\u0995\\u09b0\\u09cd\\u09ae\\u099a\\u09be\\u09b0\\u09c0 \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c7 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09b6\\u09be\\u09b8\\u0995 \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4 \\u09ac\\u09bf\\u09ad\\u09bf\\u09a8\\u09cd\\u09a8 \\u09b6\\u09cd\\u09b0\\u09cb\\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09a3 \\u0995\\u09b0\\u09c7\\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 LMS \\u09b8\\u09cd\\u0995\\u09c7\\u09b2 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7, \\u098f\\u099f\\u09bf\\u0995\\u09c7 \\u09b8\\u09ac \\u0986\\u0995\\u09be\\u09b0\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09b7\\u09cd\\u09a0\\u09be\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a8\\u09bf\\u0996\\u09c1\\u0981\\u09a4 \\u09b8\\u09ae\\u09be\\u09a7\\u09be\\u09a8 \\u0995\\u09b0\\u09c7 \\u09a4\\u09cb\\u09b2\\u09c7, \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0995\\u099f\\u09bf \\u099b\\u09cb\\u099f \\u09a6\\u09b2 \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u0995\\u09b0\\u099b\\u09c7\\u09a8 \\u09ac\\u09be \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u09c0 \\u0995\\u09b0\\u09cd\\u09ae\\u09c0\\u09ac\\u09be\\u09b9\\u09bf\\u09a8\\u09c0\\u0964<\\/p>\"}', '2025-01-04 21:59:29', '2025-01-04 21:59:29'), (349, 2, 'Modules\\LMS\\Models\\Auth\\Organization', 'ar', '{\"name\":\"\\u0634\\u0631\\u0643\\u0629 \\u062a\\u064a\\u0643 \\u0627\\u064a\\u0646\\u0648\\u0641\\u064a\\u062a\\u0648\\u0631\\u0632 \\u0627\\u0644\\u0645\\u062d\\u062f\\u0648\\u062f\\u0629\",\"address\":\"500 \\u0634\\u0627\\u0631\\u0639 \\u0645\\u0627\\u0631\\u0643\\u062a\\u060c \\u0633\\u0627\\u0646 \\u0641\\u0631\\u0627\\u0646\\u0633\\u064a\\u0633\\u0643\\u0648\\u060c \\u0643\\u0627\\u0644\\u064a\\u0641\\u0648\\u0631\\u0646\\u064a\\u0627 94103\",\"about\":\"<p>\\u0641\\u064a Edulab\\u060c \\u0646\\u062f\\u0631\\u0643 \\u0623\\u0646 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0647\\u0648 \\u062c\\u0648\\u0647\\u0631 \\u0627\\u0644\\u0646\\u0645\\u0648 \\u0648\\u0627\\u0644\\u0627\\u0628\\u062a\\u0643\\u0627\\u0631 \\u0648\\u0627\\u0644\\u0646\\u062c\\u0627\\u062d. \\u0648\\u0644\\u0647\\u0630\\u0627 \\u0627\\u0644\\u0633\\u0628\\u0628 \\u0642\\u0645\\u0646\\u0627 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0646\\u0635\\u0629 \\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u062a\\u0644\\u0628\\u064a \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u062c\\u0645\\u0627\\u0647\\u064a\\u0631 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629\\u060c \\u0645\\u0646 \\u0627\\u0644\\u0637\\u0644\\u0627\\u0628 \\u0648\\u0627\\u0644\\u0645\\u0648\\u0638\\u0641\\u064a\\u0646 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u062f\\u0631\\u0628\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0625\\u062f\\u0627\\u0631\\u064a\\u064a\\u0646. \\u062a\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0646\\u0638\\u0627\\u0645 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0646\\u0627 \\u0628\\u062d\\u064a\\u062b \\u064a\\u062a\\u0646\\u0627\\u0633\\u0628 \\u0645\\u0639 \\u062d\\u062c\\u0645 \\u0627\\u0644\\u0645\\u0624\\u0633\\u0633\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062c\\u0639\\u0644\\u0647 \\u0627\\u0644\\u062d\\u0644 \\u0627\\u0644\\u0623\\u0645\\u062b\\u0644 \\u0644\\u0644\\u0645\\u0624\\u0633\\u0633\\u0627\\u062a \\u0645\\u0646 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0623\\u062d\\u062c\\u0627\\u0645\\u060c \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u062f\\u064a\\u0631 \\u0641\\u0631\\u064a\\u0642\\u064b\\u0627 \\u0635\\u063a\\u064a\\u0631\\u064b\\u0627 \\u0623\\u0648 \\u0642\\u0648\\u0629 \\u0639\\u0627\\u0645\\u0644\\u0629 \\u0639\\u0627\\u0644\\u0645\\u064a\\u0629.<\\/p>\"}', '2025-01-04 22:00:44', '2025-01-04 22:00:44'), (350, 2, 'Modules\\LMS\\Models\\Auth\\Organization', 'es', '{\"name\":\"Innovadores tecnol\\u00f3gicos Ltd.\",\"address\":\"500 Market Street, San Francisco, CA 94103\",\"about\":\"<p>En Edulab, entendemos que el aprendizaje es la base del crecimiento, la innovaci\\u00f3n y el \\u00e9xito. Por eso, hemos creado una plataforma f\\u00e1cil de usar que se adapta a p\\u00fablicos diversos, desde estudiantes y empleados hasta instructores y administradores. Nuestro LMS est\\u00e1 dise\\u00f1ado para escalar, lo que lo convierte en la soluci\\u00f3n perfecta para organizaciones de todos los tama\\u00f1os, ya sea que gestione un equipo peque\\u00f1o o una fuerza laboral global.<\\/p>\"}', '2025-01-04 22:01:37', '2025-01-04 22:01:37'), (351, 2, 'Modules\\LMS\\Models\\Auth\\Organization', 'bn', '{\"name\":\"\\u099f\\u09c7\\u0995 \\u0987\\u09a8\\u09cb\\u09ad\\u09c7\\u099f\\u09b0\\u09b8 \\u09b2\\u09bf.\",\"address\":\"500 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f \\u09b8\\u09cd\\u099f\\u09cd\\u09b0\\u09bf\\u099f, \\u09b8\\u09be\\u09a8 \\u09ab\\u09cd\\u09b0\\u09be\\u09a8\\u09cd\\u09b8\\u09bf\\u09b8\\u0995\\u09cb, CA 94103\",\"about\":\"<p>Edulab-\\u098f, \\u0986\\u09ae\\u09b0\\u09be \\u09ac\\u09c1\\u099d\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf \\u09af\\u09c7 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u09ac\\u09c3\\u09a6\\u09cd\\u09a7\\u09bf, \\u0989\\u09a6\\u09cd\\u09ad\\u09be\\u09ac\\u09a8 \\u098f\\u09ac\\u0982 \\u09b8\\u09be\\u09ab\\u09b2\\u09cd\\u09af\\u09c7\\u09b0 \\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09ac\\u09bf\\u09a8\\u09cd\\u09a6\\u09c1\\u09a4\\u09c7\\u0964 \\u098f\\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u09ac\\u09be\\u09a8\\u09cd\\u09a7\\u09ac \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c7\\u099b\\u09bf \\u09af\\u09be \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0\\u09cd\\u09a5\\u09c0 \\u098f\\u09ac\\u0982 \\u0995\\u09b0\\u09cd\\u09ae\\u099a\\u09be\\u09b0\\u09c0 \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c7 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09b6\\u09be\\u09b8\\u0995 \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4 \\u09ac\\u09bf\\u09ad\\u09bf\\u09a8\\u09cd\\u09a8 \\u09b6\\u09cd\\u09b0\\u09cb\\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09a3 \\u0995\\u09b0\\u09c7\\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 LMS \\u09b8\\u09cd\\u0995\\u09c7\\u09b2 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7, \\u098f\\u099f\\u09bf\\u0995\\u09c7 \\u09b8\\u09ac \\u0986\\u0995\\u09be\\u09b0\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09b7\\u09cd\\u09a0\\u09be\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a8\\u09bf\\u0996\\u09c1\\u0981\\u09a4 \\u09b8\\u09ae\\u09be\\u09a7\\u09be\\u09a8 \\u0995\\u09b0\\u09c7 \\u09a4\\u09cb\\u09b2\\u09c7, \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0995\\u099f\\u09bf \\u099b\\u09cb\\u099f \\u09a6\\u09b2 \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u0995\\u09b0\\u099b\\u09c7\\u09a8 \\u09ac\\u09be \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u09c0 \\u0995\\u09b0\\u09cd\\u09ae\\u09c0\\u09ac\\u09be\\u09b9\\u09bf\\u09a8\\u09c0\\u0964<\\/p>\"}', '2025-01-04 22:02:17', '2025-01-04 22:02:17'), (352, 24, 'Modules\\LMS\\Models\\Auth\\Instructor', 'bn', '{\"first_name\":\"\\u09ae\\u09be\\u09b9\\u09be\\u09ac\\u09c1\\u09ac\\u09c1\\u09b2\",\"last_name\":\"\\u0986\\u09b2\\u09ae\",\"address\":null,\"about\":null}', '2025-01-04 22:10:44', '2025-01-04 22:10:44'), (354, 21, 'Modules\\LMS\\Models\\Auth\\Instructor', 'bn', '{\"first_name\":\"\\u0986\\u09b9\\u09b8\\u09be\\u09a8\",\"last_name\":\"\\u09b9\\u09cb\\u09b8\\u09c7\\u09a8\",\"address\":\"1494 \\u09b2\\u09cb\\u09af\\u09bc\\u09c7\\u09b8 \\u0985\\u09cd\\u09af\\u09be\\u09b2\\u09bf\",\"about\":\"<p><span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb<\\/span>,\\r\\n<span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u098f\\u09ac\\u0982<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u0986\\u09ae\\u09be\\u09b0<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09b6\\u09c7\\u0996\\u09be\\u09b0<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc<\\/span>\\r\\n<span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae<\\/span>! <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u098f\\u0995\\u099c\\u09a8<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u098f\\u09ac\\u0982<\\/span>\\r\\n<span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u098f\\u09ac\\u0982<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0<\\/span>\\r\\n<span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09a4\\u09be\\u09a6\\u09c7\\u09b0<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u099c\\u09a8\\u09cd\\u09af<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7<\\/span>\\r\\n<span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf<\\/span>, <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be<\\/span>, <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09ac\\u09b9\\u09c1<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09ac\\u099b\\u09b0\\u09c7\\u09b0<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0<\\/span>\\r\\n<span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09b8\\u09be\\u09a5\\u09c7<\\/span>, <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u0986\\u09ae\\u09be\\u09b0<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09b9\\u09b2<\\/span>\\r\\n<span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09b8\\u0995\\u09b2\\u09c7\\u09b0<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u099c\\u09a8\\u09cd\\u09af<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995<\\/span>, <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af<\\/span>\\r\\n<span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u098f\\u09ac\\u0982<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09b6\\u09c7\\u0996\\u09be\\u09b0<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u09a4\\u09c8\\u09b0\\u09bf<\\/span> <span style=\\\"font-family:\'Nirmala UI\', sans-serif;\\\">\\u0995\\u09b0\\u09be\\u0964<\\/span><\\/p>\"}', '2025-01-04 22:12:31', '2025-01-05 16:00:53'), (356, 21, 'Modules\\LMS\\Models\\Auth\\Instructor', 'es', '{\"first_name\":\"Ahasan\",\"last_name\":\"Pantalones\",\"address\":\"1494 Lowes Alley\",\"about\":\"<p style=\\\"line-height: 1.4;\\\">Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-04 22:14:08', '2025-01-04 22:14:08'), (358, 21, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u0623\\u062d\\u0633\\u0646\",\"last_name\":\"\\u062d\\u0633\\u0646\",\"address\":\"1494 \\u0632\\u0642\\u0627\\u0642 \\u0644\\u0648\\u064a\\u0633\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-04 22:22:56', '2025-01-05 15:59:27'), (360, 19, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u0639\\u0645\\u0631 \\u0627\\u0644\\u062e\\u064a\\u0627\\u0645\",\"last_name\":\"\\u0631\\u0627\\u062a\\u0648\\u0644\",\"address\":\"100 \\u0634\\u0627\\u0631\\u0639 \\u0643\\u0648\\u064a\\u0646 \\u0627\\u0644\\u063a\\u0631\\u0628\\u064a\\u060c\",\"about\":\"\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.\"}', '2025-01-04 22:23:58', '2025-01-04 22:23:58'), (362, 4, 'Modules\\LMS\\Models\\Localization\\Country', 'es', '{\"name\":\"Japona\"}', '2025-01-05 09:22:01', '2025-01-05 09:22:01'), (363, 4, 'Modules\\LMS\\Models\\Localization\\Country', 'ar', '{\"name\":\"\\u0627\\u0644\\u064a\\u0627\\u0628\\u0627\\u0646\"}', '2025-01-05 09:22:19', '2025-01-05 09:22:19'), (364, 4, 'Modules\\LMS\\Models\\Localization\\Country', 'bn', '{\"name\":\"\\u099c\\u09be\\u09aa\\u09be\\u09a8\"}', '2025-01-05 09:22:35', '2025-01-05 09:22:35'), (365, 10, 'Modules\\LMS\\Models\\Localization\\Country', 'bn', '{\"name\":\"\\u09a6\\u0995\\u09cd\\u09b7\\u09bf\\u09a3 \\u0986\\u09ab\\u09cd\\u09b0\\u09bf\\u0995\\u09be\"}', '2025-01-05 09:23:42', '2025-01-05 09:23:42'), (366, 10, 'Modules\\LMS\\Models\\Localization\\Country', 'ar', '{\"name\":\"\\u062c\\u0646\\u0648\\u0628 \\u0623\\u0641\\u0631\\u064a\\u0642\\u064a\\u0627\"}', '2025-01-05 09:24:01', '2025-01-05 09:24:01'), (367, 10, 'Modules\\LMS\\Models\\Localization\\Country', 'es', '{\"name\":\"Sud\\u00e1frica\"}', '2025-01-05 09:24:20', '2025-01-05 09:24:20'), (368, 9, 'Modules\\LMS\\Models\\Localization\\Country', 'es', '{\"name\":\"Francia\"}', '2025-01-05 09:25:08', '2025-01-05 09:26:16'), (369, 9, 'Modules\\LMS\\Models\\Localization\\Country', 'ar', '{\"name\":\"\\u0641\\u0631\\u0646\\u0633\\u0627\"}', '2025-01-05 09:27:38', '2025-01-05 09:39:07'), (370, 9, 'Modules\\LMS\\Models\\Localization\\Country', 'bn', '{\"name\":\"\\u09ab\\u09cd\\u09b0\\u09be\\u09a8\\u09cd\\u09b8\"}', '2025-01-05 09:39:31', '2025-01-05 09:39:31'), (371, 8, 'Modules\\LMS\\Models\\Localization\\Country', 'bn', '{\"name\":\"\\u09ac\\u09cd\\u09b0\\u09be\\u099c\\u09bf\\u09b2\"}', '2025-01-05 09:40:20', '2025-01-05 09:40:20'), (372, 8, 'Modules\\LMS\\Models\\Localization\\Country', 'es', '{\"name\":\"Brasil\"}', '2025-01-05 09:41:00', '2025-01-05 09:41:00'), (373, 8, 'Modules\\LMS\\Models\\Localization\\Country', 'ar', '{\"name\":\"\\u0627\\u0644\\u0628\\u0631\\u0627\\u0632\\u064a\\u0644\"}', '2025-01-05 09:41:32', '2025-01-05 09:41:32'), (374, 7, 'Modules\\LMS\\Models\\Localization\\Country', 'bn', '{\"name\":\"\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09b0\\u09be\\u099c\\u09cd\\u09af\"}', '2025-01-05 09:48:01', '2025-01-05 09:48:01'), (375, 7, 'Modules\\LMS\\Models\\Localization\\Country', 'en', '{\"name\":\"United Kingdom\"}', '2025-01-05 09:48:42', '2025-01-05 09:48:42'), (376, 7, 'Modules\\LMS\\Models\\Localization\\Country', 'es', '{\"name\":\"Reino Unido\"}', '2025-01-05 09:49:40', '2025-01-05 09:49:40'), (377, 7, 'Modules\\LMS\\Models\\Localization\\Country', 'ar', '{\"name\":\"\\u0627\\u0644\\u0645\\u0645\\u0644\\u0643\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062d\\u062f\\u0629\"}', '2025-01-05 09:50:01', '2025-01-05 09:50:01'), (378, 6, 'Modules\\LMS\\Models\\Localization\\Country', 'ar', '{\"name\":\"\\u0627\\u0644\\u0647\\u0646\\u062f\"}', '2025-01-05 09:50:30', '2025-01-05 09:50:30'), (379, 6, 'Modules\\LMS\\Models\\Localization\\Country', 'es', '{\"name\":\"India\"}', '2025-01-05 09:51:26', '2025-01-05 09:51:26'), (380, 6, 'Modules\\LMS\\Models\\Localization\\Country', 'bn', '{\"name\":\"\\u09ad\\u09be\\u09b0\\u09a4\"}', '2025-01-05 09:51:43', '2025-01-05 09:51:43'), (381, 5, 'Modules\\LMS\\Models\\Localization\\Country', 'ar', '{\"name\":\"\\u0623\\u0633\\u062a\\u0631\\u0627\\u0644\\u064a\\u0627\"}', '2025-01-05 09:52:15', '2025-01-05 09:52:15'), (382, 5, 'Modules\\LMS\\Models\\Localization\\Country', 'es', '{\"name\":\"Australia\"}', '2025-01-05 09:53:12', '2025-01-05 09:53:12'), (383, 5, 'Modules\\LMS\\Models\\Localization\\Country', 'bn', '{\"name\":\"\\u0985\\u09b8\\u09cd\\u099f\\u09cd\\u09b0\\u09c7\\u09b2\\u09bf\\u09af\\u09bc\\u09be\"}', '2025-01-05 09:53:41', '2025-01-05 09:53:41'), (384, 3, 'Modules\\LMS\\Models\\Localization\\Country', 'bn', '{\"name\":\"\\u099c\\u09be\\u09b0\\u09cd\\u09ae\\u09be\\u09a8\\u09bf\"}', '2025-01-05 09:54:06', '2025-01-05 09:54:06'), (385, 3, 'Modules\\LMS\\Models\\Localization\\Country', 'ar', '{\"name\":\"\\u0623\\u0644\\u0645\\u0627\\u0646\\u064a\\u0627\"}', '2025-01-05 09:54:25', '2025-01-05 09:54:25'), (386, 3, 'Modules\\LMS\\Models\\Localization\\Country', 'es', '{\"name\":\"Alemania\"}', '2025-01-05 09:54:53', '2025-01-05 09:54:53'), (387, 2, 'Modules\\LMS\\Models\\Localization\\Country', 'es', '{\"name\":\"Canad\\u00e1\"}', '2025-01-05 10:01:31', '2025-01-05 10:01:31'), (388, 2, 'Modules\\LMS\\Models\\Localization\\Country', 'ar', '{\"name\":\"\\u0643\\u0646\\u062f\\u0627\"}', '2025-01-05 10:02:01', '2025-01-05 10:02:01'), (389, 2, 'Modules\\LMS\\Models\\Localization\\Country', 'bn', '{\"name\":\"\\u0995\\u09be\\u09a8\\u09be\\u09a1\\u09be\"}', '2025-01-05 10:02:23', '2025-01-05 10:02:23'), (390, 1, 'Modules\\LMS\\Models\\Localization\\Country', 'bn', '{\"name\":\"\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09b0\\u09be\\u09b7\\u09cd\\u099f\\u09cd\\u09b0\"}', '2025-01-05 10:03:00', '2025-01-05 10:03:00'), (391, 1, 'Modules\\LMS\\Models\\Localization\\Country', 'ar', '{\"name\":\"\\u0627\\u0644\\u0648\\u0644\\u0627\\u064a\\u0627\\u062a \\u0627\\u0644\\u0645\\u062a\\u062d\\u062f\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0631\\u064a\\u0643\\u064a\\u0629\"}', '2025-01-05 10:03:26', '2025-01-05 10:03:26'), (392, 1, 'Modules\\LMS\\Models\\Localization\\Country', 'es', '{\"name\":\"Estados Unidos de Am\\u00e9rica\"}', '2025-01-05 10:03:43', '2025-01-05 10:03:43'), (393, 5, 'Modules\\LMS\\Models\\Localization\\State', 'es', '{\"name\":\"Aomori\"}', '2025-01-05 10:05:23', '2025-01-05 10:05:23'), (394, 5, 'Modules\\LMS\\Models\\Localization\\State', 'ar', '{\"name\":\"\\u0623\\u0648\\u0645\\u0648\\u0631\\u064a\"}', '2025-01-05 10:05:40', '2025-01-05 10:05:40'), (395, 5, 'Modules\\LMS\\Models\\Localization\\State', 'bn', '{\"name\":\"\\u0986\\u0993\\u09ae\\u09cb\\u09b0\\u09bf\"}', '2025-01-05 10:06:59', '2025-01-05 10:06:59'), (396, 1, 'Modules\\LMS\\Models\\Localization\\State', 'ar', '{\"name\":\"\\u0643\\u0627\\u0644\\u064a\\u0641\\u0648\\u0631\\u0646\\u064a\\u0627\"}', '2025-01-05 10:11:52', '2025-01-05 10:11:52'), (397, 1, 'Modules\\LMS\\Models\\Localization\\State', 'es', '{\"name\":\"California\"}', '2025-01-05 10:12:17', '2025-01-05 10:12:17'), (398, 1, 'Modules\\LMS\\Models\\Localization\\State', 'bn', '{\"name\":\"\\u0995\\u09cd\\u09af\\u09be\\u09b2\\u09bf\\u09ab\\u09cb\\u09b0\\u09cd\\u09a8\\u09bf\\u09af\\u09bc\\u09be\"}', '2025-01-05 10:12:37', '2025-01-05 10:12:37'), (399, 10, 'Modules\\LMS\\Models\\Localization\\State', 'ar', '{\"name\":\"\\u0628\\u0644\\u0648\\u0645\\u0641\\u0648\\u0646\\u062a\\u064a\\u0646\"}', '2025-01-05 10:13:44', '2025-01-05 10:13:44'), (400, 10, 'Modules\\LMS\\Models\\Localization\\State', 'bn', '{\"name\":\"\\u09ac\\u09cd\\u09b2\\u09c1\\u09ae\\u09ab\\u09a8\\u09cd\\u099f\\u09c7\\u0987\\u09a8\"}', '2025-01-05 10:14:27', '2025-01-05 10:14:27'), (401, 2, 'Modules\\LMS\\Models\\Localization\\State', 'ar', '{\"name\":\"\\u0623\\u0644\\u0628\\u0631\\u062a\\u0627\"}', '2025-01-05 11:13:01', '2025-01-05 11:13:01'), (402, 2, 'Modules\\LMS\\Models\\Localization\\State', 'bn', '{\"name\":\"\\u0986\\u09b2\\u09ac\\u09be\\u09b0\\u09cd\\u099f\\u09be\"}', '2025-01-05 11:13:26', '2025-01-05 11:13:26'), (403, 9, 'Modules\\LMS\\Models\\Localization\\State', 'ar', '{\"name\":\"\\u0628\\u0627\\u0631\\u064a\\u0633\"}', '2025-01-05 11:14:07', '2025-01-05 11:14:07'), (404, 9, 'Modules\\LMS\\Models\\Localization\\State', 'es', '{\"name\":\"Par\\u00eds\"}', '2025-01-05 11:14:22', '2025-01-05 11:14:22'), (405, 9, 'Modules\\LMS\\Models\\Localization\\State', 'en', '{\"name\":\"Paris\"}', '2025-01-05 11:14:30', '2025-01-05 11:14:44'), (406, 9, 'Modules\\LMS\\Models\\Localization\\State', 'bn', '{\"name\":\"\\u09aa\\u09cd\\u09af\\u09be\\u09b0\\u09bf\\u09b8\"}', '2025-01-05 11:14:53', '2025-01-05 11:14:53'), (407, 8, 'Modules\\LMS\\Models\\Localization\\State', 'ar', '{\"name\":\"\\u0628\\u0631\\u0627\\u0632\\u064a\\u0644\\u064a\\u0627\"}', '2025-01-05 11:15:18', '2025-01-05 11:15:18'), (408, 8, 'Modules\\LMS\\Models\\Localization\\State', 'en', '{\"name\":\"Brasilia\"}', '2025-01-05 11:15:35', '2025-01-05 11:15:35'), (409, 8, 'Modules\\LMS\\Models\\Localization\\State', 'es', '{\"name\":\"Brasilia\"}', '2025-01-05 11:16:04', '2025-01-05 11:16:04'), (410, 8, 'Modules\\LMS\\Models\\Localization\\State', 'bn', '{\"name\":\"\\u09ac\\u09cd\\u09b0\\u09be\\u09b8\\u09bf\\u09b2\\u09bf\\u09af\\u09bc\\u09be\"}', '2025-01-05 11:16:18', '2025-01-05 11:16:18'), (411, 7, 'Modules\\LMS\\Models\\Localization\\State', 'ar', '{\"name\":\"\\u0644\\u0646\\u062f\\u0646\"}', '2025-01-05 11:16:38', '2025-01-05 11:16:38'), (412, 7, 'Modules\\LMS\\Models\\Localization\\State', 'es', '{\"name\":\"Londres\"}', '2025-01-05 11:17:23', '2025-01-05 11:17:23'), (413, 7, 'Modules\\LMS\\Models\\Localization\\State', 'bn', '{\"name\":\"\\u09b2\\u09a8\\u09cd\\u09a1\\u09a8\"}', '2025-01-05 11:17:39', '2025-01-05 11:17:39'), (414, 6, 'Modules\\LMS\\Models\\Localization\\State', 'ar', '{\"name\":\"\\u0648\\u0644\\u0627\\u064a\\u0629 \\u0623\\u0646\\u062f\\u0631\\u0627 \\u0628\\u0631\\u0627\\u062f\\u064a\\u0634\"}', '2025-01-05 11:18:06', '2025-01-05 11:18:06'), (415, 6, 'Modules\\LMS\\Models\\Localization\\State', 'es', '{\"name\":\"Estado de Andhra Pradesh\"}', '2025-01-05 11:18:29', '2025-01-05 11:18:29'), (416, 6, 'Modules\\LMS\\Models\\Localization\\State', 'bn', '{\"name\":\"\\u0985\\u09a8\\u09cd\\u09a7\\u09cd\\u09b0\\u09aa\\u09cd\\u09b0\\u09a6\\u09c7\\u09b6\"}', '2025-01-05 11:18:46', '2025-01-05 11:18:46'), (417, 4, 'Modules\\LMS\\Models\\Localization\\State', 'ar', '{\"name\":\"\\u0628\\u0631\\u0644\\u064a\\u0646\"}', '2025-01-05 11:19:07', '2025-01-05 11:19:07'), (418, 4, 'Modules\\LMS\\Models\\Localization\\State', 'es', '{\"name\":\"Berlina\"}', '2025-01-05 11:19:27', '2025-01-05 11:19:27'), (419, 4, 'Modules\\LMS\\Models\\Localization\\State', 'bn', '{\"name\":\"\\u09ac\\u09be\\u09b0\\u09cd\\u09b2\\u09bf\\u09a8\"}', '2025-01-05 11:19:47', '2025-01-05 11:19:47'), (420, 3, 'Modules\\LMS\\Models\\Localization\\State', 'ar', '{\"name\":\"\\u0641\\u064a\\u0643\\u062a\\u0648\\u0631\\u064a\\u0627\"}', '2025-01-05 11:20:11', '2025-01-05 11:20:11'), (421, 3, 'Modules\\LMS\\Models\\Localization\\State', 'es', '{\"name\":\"Victoria\"}', '2025-01-05 11:20:27', '2025-01-05 11:20:27'), (422, 3, 'Modules\\LMS\\Models\\Localization\\State', 'bn', '{\"name\":\"\\u09ad\\u09bf\\u0995\\u09cd\\u099f\\u09cb\\u09b0\\u09bf\\u09af\\u09bc\\u09be\"}', '2025-01-05 11:20:45', '2025-01-05 11:20:45'), (423, 8, 'Modules\\LMS\\Models\\Localization\\City', 'ar', '{\"name\":\"\\u0644\\u064a\\u0648\\u0646\"}', '2025-01-05 11:22:15', '2025-01-05 11:22:15'), (424, 8, 'Modules\\LMS\\Models\\Localization\\City', 'es', '{\"name\":\"Lyon\"}', '2025-01-05 11:26:43', '2025-01-05 11:26:43'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (425, 8, 'Modules\\LMS\\Models\\Localization\\City', 'bn', '{\"name\":\"\\u09b2\\u09bf\\u09af\\u09bc\\u09a8\"}', '2025-01-05 11:27:05', '2025-01-05 11:27:30'), (426, 7, 'Modules\\LMS\\Models\\Localization\\City', 'ar', '{\"name\":\"\\u0633\\u0627\\u0648 \\u0628\\u0627\\u0648\\u0644\\u0648\"}', '2025-01-05 11:28:00', '2025-01-05 11:28:00'), (427, 7, 'Modules\\LMS\\Models\\Localization\\City', 'es', '{\"name\":\"San Pablo\"}', '2025-01-05 11:28:42', '2025-01-05 11:28:42'), (428, 7, 'Modules\\LMS\\Models\\Localization\\City', 'bn', '{\"name\":\"\\u09b8\\u09be\\u0993 \\u09aa\\u09be\\u0993\\u09b2\\u09cb\"}', '2025-01-05 11:29:00', '2025-01-05 11:29:00'), (429, 6, 'Modules\\LMS\\Models\\Localization\\City', 'ar', '{\"name\":\"\\u0645\\u0627\\u0646\\u0634\\u0633\\u062a\\u0631\"}', '2025-01-05 11:29:20', '2025-01-05 11:29:20'), (430, 6, 'Modules\\LMS\\Models\\Localization\\City', 'es', '{\"name\":\"Manchester\"}', '2025-01-05 11:29:36', '2025-01-05 11:29:36'), (431, 6, 'Modules\\LMS\\Models\\Localization\\City', 'bn', '{\"name\":\"\\u09ae\\u09cd\\u09af\\u09be\\u09a8\\u099a\\u09c7\\u09b8\\u09cd\\u099f\\u09be\\u09b0\"}', '2025-01-05 11:29:51', '2025-01-05 11:29:51'), (432, 5, 'Modules\\LMS\\Models\\Localization\\City', 'ar', '{\"name\":\"\\u0645\\u0648\\u0645\\u0628\\u0627\\u064a\"}', '2025-01-05 11:30:32', '2025-01-05 11:30:32'), (433, 5, 'Modules\\LMS\\Models\\Localization\\City', 'es', '{\"name\":\"Bombay\"}', '2025-01-05 11:30:49', '2025-01-05 11:30:49'), (434, 5, 'Modules\\LMS\\Models\\Localization\\City', 'bn', '{\"name\":\"\\u09ae\\u09c1\\u09ae\\u09cd\\u09ac\\u09be\\u0987\"}', '2025-01-05 11:31:05', '2025-01-05 11:31:05'), (435, 4, 'Modules\\LMS\\Models\\Localization\\City', 'ar', '{\"name\":\"\\u0633\\u064a\\u062f\\u0646\\u064a\"}', '2025-01-05 11:31:26', '2025-01-05 11:31:26'), (436, 4, 'Modules\\LMS\\Models\\Localization\\City', 'es', '{\"name\":\"S\\u00eddney\"}', '2025-01-05 11:31:39', '2025-01-05 11:31:39'), (437, 4, 'Modules\\LMS\\Models\\Localization\\City', 'bn', '{\"name\":\"\\u09b8\\u09bf\\u09a1\\u09a8\\u09bf\"}', '2025-01-05 11:32:10', '2025-01-05 11:32:10'), (438, 3, 'Modules\\LMS\\Models\\Localization\\City', 'ar', '{\"name\":\"\\u0645\\u064a\\u0648\\u0646\\u062e\"}', '2025-01-05 11:32:46', '2025-01-05 11:32:46'), (439, 3, 'Modules\\LMS\\Models\\Localization\\City', 'es', '{\"name\":\"Munich\"}', '2025-01-05 11:33:02', '2025-01-05 11:33:02'), (440, 3, 'Modules\\LMS\\Models\\Localization\\City', 'bn', '{\"name\":\"\\u09ae\\u09bf\\u0989\\u09a8\\u09bf\\u0996\"}', '2025-01-05 11:33:37', '2025-01-05 11:33:37'), (441, 2, 'Modules\\LMS\\Models\\Localization\\City', 'ar', '{\"name\":\"\\u062a\\u0648\\u0631\\u0646\\u062a\\u0648\"}', '2025-01-05 11:37:59', '2025-01-05 11:37:59'), (442, 2, 'Modules\\LMS\\Models\\Localization\\City', 'es', '{\"name\":\"Toronto\"}', '2025-01-05 11:38:42', '2025-01-05 11:38:42'), (443, 2, 'Modules\\LMS\\Models\\Localization\\City', 'bn', '{\"name\":\"\\u099f\\u09b0\\u09a8\\u09cd\\u099f\\u09cb\"}', '2025-01-05 11:39:16', '2025-01-05 11:39:16'), (444, 1, 'Modules\\LMS\\Models\\Localization\\City', 'ar', '{\"name\":\"\\u0645\\u062f\\u064a\\u0646\\u0629 \\u0646\\u064a\\u0648\\u064a\\u0648\\u0631\\u0643\"}', '2025-01-05 11:40:40', '2025-01-05 11:40:40'), (445, 1, 'Modules\\LMS\\Models\\Localization\\City', 'es', '{\"name\":\"Ciudad de Nueva York\"}', '2025-01-05 12:01:20', '2025-01-05 12:01:20'), (446, 1, 'Modules\\LMS\\Models\\Localization\\City', 'bn', '{\"name\":\"\\u09a8\\u09bf\\u0989\\u0987\\u09af\\u09bc\\u09b0\\u09cd\\u0995 \\u09b8\\u09bf\\u099f\\u09bf\"}', '2025-01-05 12:01:34', '2025-01-05 12:01:34'), (447, 11, 'Modules\\LMS\\Models\\Auth\\Student', 'ar', '{\"first_name\":\"\\u0639\\u0645\\u0631 \\u0627\\u0644\\u062e\\u064a\\u0627\\u0645\",\"last_name\":\"\\u0631\\u0627\\u062a\\u0648\\u0644\",\"address\":\"\\u0623\\u0644\\u0645\\u0627\\u0646\\u064a\\u0627\\u060c \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642 \\u0631\\u0642\\u0645 04\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 12:46:28', '2025-01-05 21:24:01'), (448, 11, 'Modules\\LMS\\Models\\Auth\\Student', 'es', '{\"first_name\":\"Omar Khayyam\",\"last_name\":\"Ratulo\",\"address\":\"Alemania, Carretera-04\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 12:47:12', '2025-01-05 21:24:52'), (449, 11, 'Modules\\LMS\\Models\\Auth\\Student', 'bn', '{\"first_name\":\"\\u0993\\u09ae\\u09b0 \\u0996\\u09c8\\u09af\\u09bc\\u09be\\u09ae\",\"last_name\":\"\\u09b0\\u09be\\u09a4\\u09c1\\u09b2\",\"address\":\"\\u099c\\u09be\\u09b0\\u09cd\\u09ae\\u09be\\u09a8\\u09bf, \\u09b0\\u09cb\\u09a1-\\u09e6\\u09ea\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 12:47:41', '2025-01-05 21:25:36'), (450, 10, 'Modules\\LMS\\Models\\Auth\\Student', 'bn', '{\"first_name\":\"\\u0996\\u09be\\u09b2\\u09bf\\u09a6\",\"last_name\":\"\\u0986\\u09ac\\u09a6\\u09c1\\u09b2\\u09cd\\u09b2\\u09be\\u09b9\",\"address\":\"\\u099c\\u09be\\u09aa\\u09be\\u09a8, \\u09b0\\u09cb\\u09a1-\\u09e6\\u09ea\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 12:48:11', '2025-01-05 21:28:18'), (451, 10, 'Modules\\LMS\\Models\\Auth\\Student', 'es', '{\"first_name\":\"Jalid\",\"last_name\":\"Abdullah\",\"address\":\"Jap\\u00f3n, carretera-04\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 12:48:42', '2025-01-05 21:27:29'), (452, 10, 'Modules\\LMS\\Models\\Auth\\Student', 'ar', '{\"first_name\":\"\\u062e\\u0627\\u0644\\u062f\",\"last_name\":\"\\u0639\\u0628\\u062f\\u0627\\u0644\\u0644\\u0647\",\"address\":\"\\u0627\\u0644\\u064a\\u0627\\u0628\\u0627\\u0646\\u060c \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642 \\u0631\\u0642\\u0645 04\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 12:49:05', '2025-01-05 21:26:31'), (453, 9, 'Modules\\LMS\\Models\\Auth\\Student', 'ar', '{\"first_name\":\"\\u0623\\u062d\\u0633\\u0646\",\"last_name\":\"\\u062d\\u0633\\u0646\",\"address\":\"\\u0643\\u0627\\u0645\\u0628\\u0631\\u062f\\u0627\\u0648\\u0646 \\u0646\\u064a\\u0648 \\u0633\\u0627\\u0648\\u062b \\u0648\\u064a\\u0644\\u0632 2050\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 12:49:39', '2025-01-05 21:28:52'), (454, 9, 'Modules\\LMS\\Models\\Auth\\Student', 'es', '{\"first_name\":\"Ahasan\",\"last_name\":\"Hossen\",\"address\":\"Camperdown Nueva Gales del Sur 2050\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 12:49:57', '2025-01-05 21:29:20'), (455, 9, 'Modules\\LMS\\Models\\Auth\\Student', 'bn', '{\"first_name\":\"\\u0986\\u09b9\\u09b8\\u09be\\u09a8\",\"last_name\":\"\\u09b9\\u09cb\\u09b8\\u09c7\\u09a8\",\"address\":\"\\u0995\\u09cd\\u09af\\u09be\\u09ae\\u09cd\\u09aa\\u09be\\u09b0\\u09a1\\u09be\\u0989\\u09a8 NSW 2050\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 12:50:21', '2025-01-05 21:29:50'), (456, 8, 'Modules\\LMS\\Models\\Auth\\Student', 'ar', '{\"first_name\":\"\\u0647\\u0627\\u0646\\u0627\",\"last_name\":\"\\u0644\\u064a\",\"address\":\"42 \\u0634\\u0627\\u0631\\u0639 \\u062c\\u0627\\u0646\\u062c\\u0646\\u0627\\u0645\\u060c \\u0633\\u064a\\u0648\\u0644\\u060c \\u062c\\u0646\\u0648\\u0628 \\u0623\\u0641\\u0631\\u064a\\u0642\\u064a\\u0627\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 12:51:43', '2025-01-05 21:30:31'), (457, 8, 'Modules\\LMS\\Models\\Auth\\Student', 'es', '{\"first_name\":\"Hana\",\"last_name\":\"Sotavento\",\"address\":\"42 Gangnam Ave, Se\\u00fal, Sud\\u00e1frica\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 12:52:02', '2025-01-05 21:31:17'), (458, 8, 'Modules\\LMS\\Models\\Auth\\Student', 'bn', '{\"first_name\":\"\\u09b9\\u09be\\u09a8\\u09be\",\"last_name\":\"\\u09b2\\u09bf\",\"address\":\"42 Gangnam Ave, \\u09b8\\u09bf\\u0989\\u09b2, \\u09a6\\u0995\\u09cd\\u09b7\\u09bf\\u09a3 \\u0986\\u09ab\\u09cd\\u09b0\\u09bf\\u0995\\u09be\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 12:52:22', '2025-01-05 21:31:57'), (459, 7, 'Modules\\LMS\\Models\\Auth\\Student', 'ar', '{\"first_name\":\"\\u0643\\u0627\\u0631\\u0644\\u0648\\u0633\",\"last_name\":\"\\u0645\\u0627\\u0631\\u062a\\u064a\\u0646\\u064a\\u0632\",\"address\":\"89 \\u063a\\u0631\\u0627\\u0646 \\u0641\\u064a\\u0627\\u060c \\u0645\\u062f\\u0631\\u064a\\u062f\\u060c 28013\",\"about\":\"<ul><li>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/li><\\/ul>\"}', '2025-01-05 12:52:55', '2025-01-05 21:32:25'), (460, 7, 'Modules\\LMS\\Models\\Auth\\Student', 'es', '{\"first_name\":\"Carlos\",\"last_name\":\"Mart\\u00ednez\",\"address\":\"89 Gran Via, Madrid, 28013\",\"about\":\"<ul><li>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/li><\\/ul>\"}', '2025-01-05 12:53:45', '2025-01-05 21:33:07'), (461, 7, 'Modules\\LMS\\Models\\Auth\\Student', 'bn', '{\"first_name\":\"\\u0995\\u09be\\u09b0\\u09cd\\u09b2\\u09cb\\u09b8\",\"last_name\":\"\\u09ae\\u09be\\u09b0\\u09cd\\u099f\\u09bf\\u09a8\\u09c7\\u099c\",\"address\":\"89 \\u0997\\u09cd\\u09b0\\u09be\\u09a8 \\u09ad\\u09be\\u09af\\u09bc\\u09be, \\u09ae\\u09be\\u09a6\\u09cd\\u09b0\\u09bf\\u09a6, 28013\",\"about\":\"<ul><li>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/li><\\/ul>\"}', '2025-01-05 12:54:16', '2025-01-05 21:33:48'), (462, 6, 'Modules\\LMS\\Models\\Auth\\Student', 'ar', '{\"first_name\":\"\\u0627\\u0645\\u064a\\u0631\\u0629\",\"last_name\":\"\\u062e\\u0627\\u0644\\u062f\",\"address\":\"30 \\u0634\\u0627\\u0631\\u0639 \\u0627\\u0644\\u0634\\u064a\\u062e \\u0632\\u0627\\u064a\\u062f\\u060c \\u0623\\u0628\\u0648 \\u0638\\u0628\\u064a\\u060c \\u0627\\u0644\\u0625\\u0645\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0631\\u0628\\u064a\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062d\\u062f\\u0629\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 12:55:07', '2025-01-05 21:34:17'), (463, 6, 'Modules\\LMS\\Models\\Auth\\Student', 'es', '{\"first_name\":\"Amira\",\"last_name\":\"Jalid\",\"address\":\"Calle Sheikh Zayed 30, Abu Dabi, Emiratos \\u00c1rabes Unidos\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 12:55:34', '2025-01-05 21:35:13'), (464, 6, 'Modules\\LMS\\Models\\Auth\\Student', 'bn', '{\"first_name\":\"\\u0986\\u09ae\\u09bf\\u09b0\\u09be\",\"last_name\":\"\\u0996\\u09be\\u09b2\\u09bf\\u09a6\",\"address\":\"30 \\u09b6\\u09c7\\u0996 \\u099c\\u09be\\u09af\\u09bc\\u09c7\\u09a6 \\u09b8\\u09c7\\u09a8\\u09cd\\u099f, \\u0986\\u09ac\\u09c1\\u09a7\\u09be\\u09ac\\u09bf, \\u09b8\\u0982\\u09af\\u09c1\\u0995\\u09cd\\u09a4 \\u0986\\u09b0\\u09ac \\u0986\\u09ae\\u09bf\\u09b0\\u09be\\u09a4\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 12:56:04', '2025-01-05 21:36:43'), (465, 5, 'Modules\\LMS\\Models\\Auth\\Student', 'es', '{\"first_name\":\"No\\u00e9\",\"last_name\":\"Marr\\u00f3n\",\"address\":\"78 Queen St, Brisbane, Queensland 4000\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 12:56:48', '2025-01-05 21:37:58'), (466, 5, 'Modules\\LMS\\Models\\Auth\\Student', 'bn', '{\"first_name\":\"\\u09a8\\u09c2\\u09b9\",\"last_name\":\"\\u09ac\\u09be\\u09a6\\u09be\\u09ae\\u09c0\",\"address\":\"78 \\u0995\\u09c1\\u0987\\u09a8 \\u09b8\\u09c7\\u09a8\\u09cd\\u099f, \\u09ac\\u09cd\\u09b0\\u09bf\\u09b8\\u09ac\\u09c7\\u09a8, QLD 4000\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 12:57:19', '2025-01-05 21:38:38'), (467, 4, 'Modules\\LMS\\Models\\Auth\\Student', 'en', '{\"first_name\":\"Smith\",\"last_name\":\"John\",\"address\":\"14 Oxford Road, Manchester, M1 6FQ\",\"about\":\"<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>\"}', '2025-01-05 12:57:44', '2025-01-05 12:58:09'), (468, 5, 'Modules\\LMS\\Models\\Auth\\Student', 'ar', '{\"first_name\":\"\\u0646\\u0648\\u062d\",\"last_name\":\"\\u0628\\u0646\\u064a\",\"address\":\"78 \\u0634\\u0627\\u0631\\u0639 \\u0643\\u0648\\u064a\\u0646\\u060c \\u0628\\u0631\\u064a\\u0633\\u0628\\u0627\\u0646\\u060c \\u0643\\u0648\\u064a\\u0646\\u0632\\u0644\\u0627\\u0646\\u062f 4000\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 12:58:37', '2025-01-05 21:37:23'), (469, 4, 'Modules\\LMS\\Models\\Auth\\Student', 'bn', '{\"first_name\":\"Smith\",\"last_name\":\"John\",\"address\":\"14 \\u0985\\u0995\\u09cd\\u09b8\\u09ab\\u09cb\\u09b0\\u09cd\\u09a1 \\u09b0\\u09cb\\u09a1, \\u09ae\\u09cd\\u09af\\u09be\\u09a8\\u099a\\u09c7\\u09b8\\u09cd\\u099f\\u09be\\u09b0, M1 6FQ\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae\\u0964 \\u0986\\u09ae\\u09bf \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09b2\\u09cb\\u0995\\u09c7\\u09a6\\u09c7\\u09b0 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09aa\\u09cd\\u09b0\\u09a4\\u09cd\\u09af\\u09c7\\u0995\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 12:59:45', '2025-01-05 12:59:45'), (470, 4, 'Modules\\LMS\\Models\\Auth\\Student', 'ar', '{\"first_name\":\"\\u0633\\u0645\\u064a\\u062b\",\"last_name\":\"\\u062c\\u0648\\u0646\",\"address\":\"14 \\u0637\\u0631\\u064a\\u0642 \\u0623\\u0643\\u0633\\u0641\\u0648\\u0631\\u062f\\u060c \\u0645\\u0627\\u0646\\u0634\\u0633\\u062a\\u0631\\u060c M1 6FQ\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 13:00:07', '2025-01-05 21:39:31'), (471, 4, 'Modules\\LMS\\Models\\Auth\\Student', 'es', '{\"first_name\":\"Herrero\",\"last_name\":\"John\",\"address\":\"14 Oxford Road, M\\u00e1nchester, M1 6FQ\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 13:00:45', '2025-01-05 21:40:55'), (472, 3, 'Modules\\LMS\\Models\\Auth\\Student', 'ar', '{\"first_name\":\"\\u0644\\u064a\\u0627\\u0645\",\"last_name\":\"\\u0633\\u0645\\u064a\\u062b\",\"address\":\"14 \\u0637\\u0631\\u064a\\u0642 \\u0623\\u0643\\u0633\\u0641\\u0648\\u0631\\u062f\\u060c \\u0645\\u0627\\u0646\\u0634\\u0633\\u062a\\u0631\\u060c M1 6FQ\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 13:01:28', '2025-01-05 21:41:49'), (473, 3, 'Modules\\LMS\\Models\\Auth\\Student', 'es', '{\"first_name\":\"Liam\",\"last_name\":\"Herrero\",\"address\":\"14 Oxford Road, M\\u00e1nchester, M1 6FQ\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 13:01:51', '2025-01-05 21:42:22'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (474, 3, 'Modules\\LMS\\Models\\Auth\\Student', 'bn', '{\"first_name\":\"\\u09b2\\u09bf\\u09af\\u09bc\\u09be\\u09ae\",\"last_name\":\"\\u09b8\\u09cd\\u09ae\\u09bf\\u09a5\",\"address\":\"14 \\u0985\\u0995\\u09cd\\u09b8\\u09ab\\u09cb\\u09b0\\u09cd\\u09a1 \\u09b0\\u09cb\\u09a1, \\u09ae\\u09cd\\u09af\\u09be\\u09a8\\u099a\\u09c7\\u09b8\\u09cd\\u099f\\u09be\\u09b0, M1 6FQ\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 13:02:10', '2025-01-05 21:42:46'), (475, 2, 'Modules\\LMS\\Models\\Auth\\Student', 'en', '{\"first_name\":\"Emma\",\"last_name\":\"Johnson\",\"address\":\"1201 Sunset Blvd, Los Angeles, CA 90026\",\"about\":\"<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>\"}', '2025-01-05 13:02:37', '2025-01-05 13:03:55'), (476, 2, 'Modules\\LMS\\Models\\Auth\\Student', 'ar', '{\"first_name\":\"\\u0625\\u064a\\u0645\\u0627\",\"last_name\":\"\\u062c\\u0648\\u0646\\u0633\\u0648\\u0646\",\"address\":\"1201 \\u0633\\u0627\\u0646 \\u0633\\u064a\\u062a \\u0628\\u0648\\u0644\\u064a\\u0641\\u0627\\u0631\\u062f\\u060c \\u0644\\u0648\\u0633 \\u0623\\u0646\\u062c\\u0644\\u0648\\u0633\\u060c \\u0643\\u0627\\u0644\\u064a\\u0641\\u0648\\u0631\\u0646\\u064a\\u0627 90026\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 13:02:59', '2025-01-05 21:43:38'), (477, 2, 'Modules\\LMS\\Models\\Auth\\Student', 'es', '{\"first_name\":\"Emma\",\"last_name\":\"Johnson\",\"address\":\"1201 Sunset Blvd, Los \\u00c1ngeles, CA 90026\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 13:03:23', '2025-01-05 13:03:23'), (478, 2, 'Modules\\LMS\\Models\\Auth\\Student', 'bn', '{\"first_name\":\"\\u098f\\u09ae\\u09be\",\"last_name\":\"\\u099c\\u09a8\\u09b8\\u09a8\",\"address\":\"1201 Sunset Blvd, Los Angeles, CA 90026\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 13:04:17', '2025-01-05 21:44:55'), (479, 1, 'Modules\\LMS\\Models\\Auth\\Student', 'en', '{\"first_name\":\"Ethan\",\"last_name\":\"Rossi\",\"address\":\"Yoshidahonmachi, Sakyo Ward\",\"about\":\"<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>\"}', '2025-01-05 13:04:57', '2025-01-05 13:04:57'), (480, 1, 'Modules\\LMS\\Models\\Auth\\Student', 'ar', '{\"first_name\":\"\\u0625\\u064a\\u062b\\u0627\\u0646\",\"last_name\":\"\\u0631\\u0648\\u0633\\u064a\",\"address\":\"Yoshidahonmachi, Sakyo Ward\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 13:05:23', '2025-01-05 21:45:42'), (481, 1, 'Modules\\LMS\\Models\\Auth\\Student', 'es', '{\"first_name\":\"Et\\u00e1n\",\"last_name\":\"Rossi\",\"address\":\"Yoshidahonmachi, anterior rd japon\\u00e9s\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 13:10:06', '2025-01-05 21:47:12'), (482, 1, 'Modules\\LMS\\Models\\Auth\\Student', 'bn', '{\"first_name\":\"\\u0987\\u09a5\\u09be\\u09a8\",\"last_name\":\"\\u09b0\\u09b8\\u09bf\",\"address\":\"Yoshidahonmachi, \\u09aa\\u09c2\\u09b0\\u09cd\\u09ac\\u09ac\\u09b0\\u09cd\\u09a4\\u09c0 \\u099c\\u09be\\u09aa\\u09be\\u09a8\\u09bf rd\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 13:10:29', '2025-01-05 21:47:36'), (483, 9, 'Modules\\LMS\\Models\\Localization\\City', 'ar', '{\"name\":\"\\u062c\\u0648\\u0647\\u0627\\u0646\\u0633\\u0628\\u0631\\u062c\"}', '2025-01-05 13:16:20', '2025-01-05 13:16:20'), (484, 9, 'Modules\\LMS\\Models\\Localization\\City', 'es', '{\"name\":\"Johannesburg\"}', '2025-01-05 13:16:45', '2025-01-05 13:16:45'), (485, 9, 'Modules\\LMS\\Models\\Localization\\City', 'bn', '{\"name\":\"\\u099c\\u09cb\\u09b9\\u09be\\u09a8\\u09c7\\u09b8\\u09ac\\u09be\\u09b0\\u09cd\\u0997\"}', '2025-01-05 13:17:08', '2025-01-05 13:17:08'), (486, 9, 'Modules\\LMS\\Models\\Localization\\City', 'en', '{\"name\":\"Johannesburg\"}', '2025-01-05 13:18:30', '2025-01-05 13:18:30'), (489, 10, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"\\u09a8\\u09a4\\u09c1\\u09a8\\u09a6\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u09a1\\u09aa\\u09cd\\u09b0\\u09c7\\u09b8 \\u09a5\\u09bf\\u09ae \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\",\"short_description\":\"\\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u09a1\\u09aa\\u09cd\\u09b0\\u09c7\\u09b8 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09a4\\u09c8\\u09b0\\u09bf \\u098f\\u09ac\\u0982 \\u0995\\u09be\\u09b8\\u09cd\\u099f\\u09ae\\u09be\\u0987\\u099c \\u0995\\u09b0\\u09be\\u09b0 \\u09ae\\u09cc\\u09b2\\u09bf\\u0995 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u0997\\u09c1\\u09b2\\u09bf \\u0986\\u09af\\u09bc\\u09a4\\u09cd\\u09a4 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u099f\\u09bf \\u0987-\\u0995\\u09ae\\u09be\\u09b0\\u09cd\\u09b8 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09be\\u09b0\\u09bf\\u09a4\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a5\\u09bf\\u09ae, \\u09aa\\u09cd\\u09b2\\u09be\\u0997\\u0987\\u09a8, \\u0995\\u09be\\u09b8\\u09cd\\u099f\\u09ae \\u09aa\\u09cb\\u09b8\\u09cd\\u099f\\u09c7\\u09b0 \\u09a7\\u09b0\\u09a8 \\u098f\\u09ac\\u0982 WooCommerce \\u0995\\u09ad\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u0964\",\"description\":\"\\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7 \\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u09a1\\u09aa\\u09cd\\u09b0\\u09c7\\u09b8 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09a4\\u09c8\\u09b0\\u09bf \\u098f\\u09ac\\u0982 \\u0995\\u09be\\u09b8\\u09cd\\u099f\\u09ae\\u09be\\u0987\\u099c \\u0995\\u09b0\\u09be\\u09b0 \\u09ae\\u09cc\\u09b2\\u09bf\\u0995 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u0997\\u09c1\\u09b2\\u09bf \\u09b6\\u09bf\\u0996\\u09c1\\u09a8\\u0964 \\u09a5\\u09bf\\u09ae, \\u09aa\\u09cd\\u09b2\\u09be\\u0997\\u0987\\u09a8, \\u0995\\u09be\\u09b8\\u09cd\\u099f\\u09ae \\u09aa\\u09cb\\u09b8\\u09cd\\u099f\\u09c7\\u09b0 \\u09a7\\u09b0\\u09a8 \\u0985\\u09a8\\u09cd\\u09ac\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09c1\\u09a8 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09b0\\u09cd\\u09ac\\u09bf\\u0998\\u09cd\\u09a8 \\u0987-\\u0995\\u09ae\\u09be\\u09b0\\u09cd\\u09b8 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09be\\u09b0\\u09bf\\u09a4\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af WooCommerce \\u09b8\\u0982\\u09b9\\u09a4 \\u0995\\u09b0\\u09c1\\u09a8\\u0964 \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09cd\\u09b2\\u0997, \\u09aa\\u09cb\\u09b0\\u09cd\\u099f\\u09ab\\u09cb\\u09b2\\u09bf\\u0993 \\u09ac\\u09be \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b8\\u09cd\\u099f\\u09cb\\u09b0 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c1\\u09a8 \\u09a8\\u09be \\u0995\\u09c7\\u09a8, \\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u099f\\u09bf \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u098f\\u0995\\u099f\\u09bf \\u0997\\u09a4\\u09bf\\u09b6\\u09c0\\u09b2 \\u098f\\u09ac\\u0982 \\u09aa\\u09c7\\u09b6\\u09be\\u09a6\\u09be\\u09b0 \\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u09a1\\u09aa\\u09cd\\u09b0\\u09c7\\u09b8 \\u09b8\\u09be\\u0987\\u099f \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u09b0 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09b8\\u099c\\u09cd\\u099c\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7\\u0964\"}', '2025-01-05 15:08:01', '2025-01-05 15:08:57'), (490, 8, 'Modules\\LMS\\Models\\Courses\\Course', 'bn', '{\"title\":\"LARAVEL \\u098f\\u09ac\\u0982 PHP \\u098f\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09ab\\u09c1\\u09b2-\\u09b8\\u09cd\\u099f\\u09cd\\u09af\\u09be\\u0995 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f\",\"short_description\":\"\\u098f\\u0987\\u099a\\u099f\\u09bf\\u098f\\u09ae\\u098f\\u09b2, \\u09b8\\u09bf\\u098f\\u09b8\\u098f\\u09b8, \\u099c\\u09be\\u09ad\\u09be\\u09b8\\u09cd\\u0995\\u09cd\\u09b0\\u09bf\\u09aa\\u09cd\\u099f\\u09c7\\u09b0 \\u09ae\\u09a4\\u09cb \\u09ab\\u09cd\\u09b0\\u09a8\\u09cd\\u099f-\\u098f\\u09a8\\u09cd\\u09a1 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c1\\u09b0\\u09c1 \\u0995\\u09b0\\u09c7 Node.js, \\u098f\\u0995\\u09cd\\u09b8\\u09aa\\u09cd\\u09b0\\u09c7\\u09b8 \\u098f\\u09ac\\u0982 \\u09a1\\u09c7\\u099f\\u09be\\u09ac\\u09c7\\u09b8 \\u09b8\\u09b9 \\u09ac\\u09cd\\u09af\\u09be\\u0995-\\u098f\\u09a8\\u09cd\\u09a1 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf\\u09a4\\u09c7 \\u09ab\\u09c1\\u09b2-\\u09b8\\u09cd\\u099f\\u09cd\\u09af\\u09be\\u0995 \\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09ae\\u09be\\u09b8\\u09cd\\u099f\\u09be\\u09b0 \\u0995\\u09b0\\u09c1\\u09a8\\u0964\",\"description\":\"<p>\\u09b6\\u09c1\\u09b0\\u09c1 \\u09a5\\u09c7\\u0995\\u09c7 \\u09b6\\u09c7\\u09b7 \\u09aa\\u09b0\\u09cd\\u09af\\u09a8\\u09cd\\u09a4 \\u09b8\\u09ae\\u09cd\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09b0\\u09c0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u0985\\u09cd\\u09af\\u09be\\u09aa\\u09cd\\u09b2\\u09bf\\u0995\\u09c7\\u09b6\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u09b6\\u09bf\\u0996\\u09c1\\u09a8\\u0964 \\u098f\\u0987 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u099f\\u09bf \\u098f\\u0987\\u099a\\u099f\\u09bf\\u098f\\u09ae\\u098f\\u09b2, \\u09b8\\u09bf\\u098f\\u09b8\\u098f\\u09b8, \\u098f\\u09ac\\u0982 \\u099c\\u09be\\u09ad\\u09be\\u09b8\\u09cd\\u0995\\u09cd\\u09b0\\u09bf\\u09aa\\u09cd\\u099f\\u09c7\\u09b0 \\u09ae\\u09a4\\u09cb \\u09ab\\u09cd\\u09b0\\u09a8\\u09cd\\u099f-\\u098f\\u09a8\\u09cd\\u09a1 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09be\\u0995-\\u098f\\u09a8\\u09cd\\u09a1 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf \\u09af\\u09c7\\u09ae\\u09a8 Node.js, Express \\u098f\\u09ac\\u0982 MongoDB \\u09ac\\u09be SQL \\u098f\\u09b0 \\u09ae\\u09a4\\u09cb \\u09a1\\u09c7\\u099f\\u09be\\u09ac\\u09c7\\u09b8 \\u0995\\u09ad\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u0964<\\/p>\"}', '2025-01-05 15:16:18', '2025-01-05 15:16:18'), (491, 24, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u0645\\u0647\\u0628\\u0648\\u0644\",\"last_name\":\"\\u0639\\u0644\\u0645\",\"address\":null,\"about\":null}', '2025-01-05 15:53:25', '2025-01-05 15:56:13'), (493, 24, 'Modules\\LMS\\Models\\Auth\\Instructor', 'es', '{\"first_name\":\"Mahabubul\",\"last_name\":\"Alam\",\"address\":null,\"about\":null}', '2025-01-05 15:54:27', '2025-01-05 15:54:27'), (495, 21, 'Modules\\LMS\\Models\\Auth\\Instructor', 'en', '{\"first_name\":\"Ahasan\",\"last_name\":\"Hosen\",\"address\":\"1494 Lowes Alley\",\"about\":\"<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>\"}', '2025-01-05 15:58:54', '2025-01-05 15:58:54'), (497, 19, 'Modules\\LMS\\Models\\Auth\\Instructor', 'es', '{\"first_name\":\"Omar Khayyam\",\"last_name\":\"Ratulo\",\"address\":\"100 Queen St W,\",\"about\":\"Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.\"}', '2025-01-05 16:03:18', '2025-01-05 16:03:18'), (499, 19, 'Modules\\LMS\\Models\\Auth\\Instructor', 'bn', '{\"first_name\":\"\\u0993\\u09ae\\u09b0 \\u0996\\u09c8\\u09af\\u09bc\\u09be\\u09ae\",\"last_name\":\"\\u09b0\\u09be\\u09a4\\u09c1\\u09b2\",\"address\":\"100 \\u09b0\\u09be\\u09a8\\u09c0 \\u09b8\\u09c7\\u09a8\\u09cd\\u099f \\u09a1\\u09ac\\u09cd\\u09b2\\u09bf\\u0989\",\"about\":\"\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964\"}', '2025-01-05 16:04:21', '2025-01-05 16:04:21'), (501, 18, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u0631\\u0648\\u0628\\u0631\\u062a\",\"last_name\":\"\\u0633\\u0645\\u064a\\u062b\",\"address\":\"14\\u060c \\u0634\\u0627\\u0631\\u0639 \\u0632\\u064a\\u0628\\u0631\\u0646\\u064a\\u0643\\u0631\",\"about\":\"<p>\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627\\u060c \\u0623\\u0646\\u0627 \\u0631\\u0648\\u0628\\u0631\\u062a\\u060c \\u0645\\u0635\\u0645\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\/\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0634\\u063a\\u0648\\u0641 \\u0648\\u0644\\u062f\\u064a \\u0646\\u0638\\u0631\\u0629 \\u062b\\u0627\\u0642\\u0628\\u0629 \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u0635\\u0645\\u064a\\u0645\\u0627\\u062a \\u0628\\u062f\\u064a\\u0647\\u064a\\u0629 \\u062a\\u0631\\u0643\\u0632 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645. \\u0623\\u0646\\u0627 \\u0645\\u062a\\u062e\\u0635\\u0635 \\u0641\\u064a \\u0635\\u064a\\u0627\\u063a\\u0629 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u0631\\u0642\\u0645\\u064a\\u0629 \\u0633\\u0644\\u0633\\u0629 \\u0644\\u0627 \\u062a\\u0628\\u062f\\u0648 \\u0631\\u0627\\u0626\\u0639\\u0629 \\u0641\\u062d\\u0633\\u0628\\u060c \\u0628\\u0644 \\u0625\\u0646\\u0647\\u0627 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u064a\\u0647\\u0627. \\u0628\\u0641\\u0636\\u0644 \\u062e\\u0644\\u0641\\u064a\\u062a\\u064a \\u0627\\u0644\\u0642\\u0648\\u064a\\u0629 \\u0641\\u064a \\u0645\\u0628\\u0627\\u062f\\u0626 \\u0627\\u0644\\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u062d\\u0628 \\u0627\\u0644\\u0627\\u0628\\u062a\\u0643\\u0627\\u0631\\u060c \\u0623\\u0633\\u0639\\u0649 \\u062c\\u0627\\u0647\\u062f\\u064b\\u0627 \\u0644\\u062a\\u0642\\u062f\\u064a\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0627\\u062a \\u062a\\u062d\\u0644 \\u0627\\u0644\\u0645\\u0634\\u0643\\u0644\\u0627\\u062a \\u0645\\u0639 \\u062a\\u0648\\u0641\\u064a\\u0631 \\u062a\\u0641\\u0627\\u0639\\u0644\\u0627\\u062a \\u0645\\u0645\\u062a\\u0639\\u0629 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0627\\u0646 \\u0627\\u0644\\u0623\\u0645\\u0631 \\u064a\\u062a\\u0639\\u0644\\u0642 \\u0628\\u062a\\u0635\\u0645\\u064a\\u0645 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0623\\u0648 \\u0645\\u0648\\u0627\\u0642\\u0639 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0623\\u0648 \\u0627\\u0644\\u0628\\u0631\\u0627\\u0645\\u062c \\u0627\\u0644\\u0645\\u0639\\u0642\\u062f\\u0629\\u060c \\u0641\\u0625\\u0646 \\u0647\\u062f\\u0641\\u064a \\u062f\\u0627\\u0626\\u0645\\u064b\\u0627 \\u0647\\u0648 \\u062a\\u062d\\u0633\\u064a\\u0646 \\u0642\\u0627\\u0628\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0648\\u0636\\u0645\\u0627\\u0646 \\u0631\\u062d\\u0644\\u0629 \\u0633\\u0644\\u0633\\u0629 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0627\\u0644\\u0646\\u0647\\u0627\\u0626\\u064a.<\\/p>\"}', '2025-01-05 16:05:09', '2025-01-05 16:05:09'), (503, 18, 'Modules\\LMS\\Models\\Auth\\Instructor', 'es', '{\"first_name\":\"Roberto\",\"last_name\":\"Herrero\",\"address\":\"14, calle Zepernick\",\"about\":\"<p>Hola, soy Robert, un apasionado dise\\u00f1ador de UI\\/UX con un ojo agudo para crear dise\\u00f1os intuitivos y centrados en el usuario. Me especializo en crear experiencias digitales perfectas que no solo se ven geniales, sino que tambi\\u00e9n son funcionales y accesibles. Con una s\\u00f3lida formaci\\u00f3n en principios de dise\\u00f1o y un amor por la innovaci\\u00f3n, me esfuerzo por ofrecer interfaces que resuelvan problemas y al mismo tiempo brinden interacciones agradables para el usuario. Ya sea que se trate del dise\\u00f1o de aplicaciones m\\u00f3viles, sitios web o software complejo, mi objetivo siempre es mejorar la usabilidad y garantizar una experiencia fluida para el usuario final.<\\/p>\"}', '2025-01-05 16:06:44', '2025-01-05 16:06:44'), (505, 18, 'Modules\\LMS\\Models\\Auth\\Instructor', 'bn', '{\"first_name\":\"\\u09b0\\u09ac\\u09be\\u09b0\\u09cd\\u099f\",\"last_name\":\"\\u09b8\\u09cd\\u09ae\\u09bf\\u09a5\",\"address\":\"14, \\u099c\\u09c7\\u09aa\\u09be\\u09b0\\u09cd\\u09a8\\u09bf\\u0995 \\u09b8\\u09cd\\u099f\\u09cd\\u09b0\\u09c7\\u09b8\",\"about\":\"<p>\\u09b9\\u09be\\u0987, \\u0986\\u09ae\\u09bf \\u09b0\\u09ac\\u09be\\u09b0\\u09cd\\u099f, \\u09b8\\u09cd\\u09ac\\u099c\\u09cd\\u099e\\u09be\\u09a4, \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0-\\u0995\\u09c7\\u09a8\\u09cd\\u09a6\\u09cd\\u09b0\\u09bf\\u0995 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a4\\u09c0\\u0995\\u09cd\\u09b7\\u09cd\\u09a3 \\u09a6\\u09c3\\u09b7\\u09cd\\u099f\\u09bf \\u09b8\\u09b9 \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 UI\\/UX \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09be\\u09b0\\u09f7 \\u0986\\u09ae\\u09bf \\u09a8\\u09bf\\u09b0\\u09ac\\u099a\\u09cd\\u099b\\u09bf\\u09a8\\u09cd\\u09a8 \\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09a6\\u09b0\\u09cd\\u09b6\\u09c0 \\u09af\\u09c7\\u0997\\u09c1\\u09b2\\u09bf \\u0995\\u09c7\\u09ac\\u09b2 \\u09a6\\u09c1\\u09b0\\u09cd\\u09a6\\u09be\\u09a8\\u09cd\\u09a4 \\u09a6\\u09c7\\u0996\\u09be\\u09af\\u09bc \\u09a8\\u09be \\u0995\\u09bf\\u09a8\\u09cd\\u09a4\\u09c1 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09b0\\u09c0 \\u098f\\u09ac\\u0982 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af\\u0993\\u0964 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8\\u09c7\\u09b0 \\u09a8\\u09c0\\u09a4\\u09bf\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09b6\\u0995\\u09cd\\u09a4\\u09bf\\u09b6\\u09be\\u09b2\\u09c0 \\u09aa\\u099f\\u09ad\\u09c2\\u09ae\\u09bf \\u098f\\u09ac\\u0982 \\u0989\\u09a6\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf \\u09ad\\u09be\\u09b2\\u09ac\\u09be\\u09b8\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09bf \\u098f\\u09ae\\u09a8 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09ab\\u09c7\\u09b8\\u0997\\u09c1\\u09b2\\u09bf \\u09b8\\u09b0\\u09ac\\u09b0\\u09be\\u09b9 \\u0995\\u09b0\\u09be\\u09b0 \\u099a\\u09c7\\u09b7\\u09cd\\u099f\\u09be \\u0995\\u09b0\\u09bf \\u09af\\u09be \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09a6\\u09c7\\u09b0 \\u0986\\u09a8\\u09a8\\u09cd\\u09a6\\u09a6\\u09be\\u09af\\u09bc\\u0995 \\u09ae\\u09bf\\u09a5\\u09b8\\u09cd\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09b8\\u09be\\u09a5\\u09c7 \\u09b8\\u09ae\\u09b8\\u09cd\\u09af\\u09be\\u09b0 \\u09b8\\u09ae\\u09be\\u09a7\\u09be\\u09a8 \\u0995\\u09b0\\u09c7\\u0964 \\u09ae\\u09cb\\u09ac\\u09be\\u0987\\u09b2 \\u0985\\u09cd\\u09af\\u09be\\u09aa, \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09be \\u099c\\u099f\\u09bf\\u09b2 \\u09b8\\u09ab\\u09cd\\u099f\\u0993\\u09af\\u09bc\\u09cd\\u09af\\u09be\\u09b0 \\u09a1\\u09bf\\u099c\\u09be\\u0987\\u09a8 \\u0995\\u09b0\\u09be \\u09b9\\u09cb\\u0995 \\u09a8\\u09be \\u0995\\u09c7\\u09a8, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b8\\u09b0\\u09cd\\u09ac\\u09a6\\u09be \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09af\\u09cb\\u0997\\u09cd\\u09af\\u09a4\\u09be \\u0989\\u09a8\\u09cd\\u09a8\\u09a4 \\u0995\\u09b0\\u09be \\u098f\\u09ac\\u0982 \\u09b6\\u09c7\\u09b7 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u098f\\u0995\\u099f\\u09bf \\u09ae\\u09b8\\u09c3\\u09a3 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be \\u09a8\\u09bf\\u09b6\\u09cd\\u099a\\u09bf\\u09a4 \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 16:07:29', '2025-01-05 16:07:29'), (507, 14, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u0643\\u0627\\u0628\\u064a\\u0631\",\"last_name\":\"\\u062d\\u0633\\u0646\",\"address\":\"\\u064a\\u0648\\u0634\\u064a\\u062f\\u0627 \\u0647\\u0648\\u0646\\u0645\\u0627\\u062a\\u0634\\u064a\\u060c \\u062d\\u064a \\u0633\\u0627\\u0643\\u064a\\u0648\\u060c\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 16:08:47', '2025-01-05 16:08:47'), (508, 14, 'Modules\\LMS\\Models\\Auth\\Instructor', 'es', '{\"first_name\":\"Kabir\",\"last_name\":\"Hossen\",\"address\":\"Yoshida Honmachi, Distrito Sakyo,\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 16:09:55', '2025-01-05 16:09:55'), (509, 14, 'Modules\\LMS\\Models\\Auth\\Instructor', 'bn', '{\"first_name\":\"\\u0995\\u09ac\\u09c0\\u09b0\",\"last_name\":\"\\u09b9\\u09cb\\u09b8\\u09c7\\u09a8\",\"address\":\"\\u0987\\u09af\\u09bc\\u09cb\\u09b6\\u09bf\\u09a6\\u09be \\u09b9\\u09cb\\u09a8\\u09ae\\u09be\\u099a\\u09bf, \\u09b8\\u09be\\u0995\\u09bf\\u0993 \\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09cd\\u09a1\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 16:10:42', '2025-01-05 16:10:42'), (510, 11, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u0631\\u0648\\u0628\\u0631\\u062a\",\"last_name\":\"\\u064a\\u0632\\u062f\\u0647\\u0631\",\"address\":\"243 W Washington Blvd\\u060c \\u0634\\u064a\\u0643\\u0627\\u063a\\u0648\\u060c IL 60607\",\"about\":\"<ul><li>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/li><\\/ul>\"}', '2025-01-05 16:11:54', '2025-01-05 16:11:54'), (512, 11, 'Modules\\LMS\\Models\\Auth\\Instructor', 'es', '{\"first_name\":\"Roberto\",\"last_name\":\"Bloom\",\"address\":\"243 W Washington Blvd., Chicago, IL 60607\",\"about\":\"<ul><li>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/li><\\/ul>\"}', '2025-01-05 16:12:53', '2025-01-05 16:12:53'), (514, 11, 'Modules\\LMS\\Models\\Auth\\Instructor', 'bn', '{\"first_name\":\"\\u09b0\\u09ac\\u09be\\u09b0\\u09cd\\u099f\",\"last_name\":\"\\u09ac\\u09cd\\u09b2\\u09c1\\u09ae\",\"address\":\"243 W Washington Blvd, Chicago, IL 60607\",\"about\":\"<ul><li>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/li><\\/ul>\"}', '2025-01-05 16:14:29', '2025-01-05 16:14:29'), (516, 10, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u0633\\u0645\\u064a\\u062b\\u0627\",\"last_name\":\"\\u0646\\u062c\\u0648\\u064a\\u0646\",\"address\":\"25 \\u0634\\u0627\\u0631\\u0639 \\u0646\\u062c\\u0648\\u064a\\u0646 \\u0647\\u064a\\u0648\\u060c \\u0627\\u0644\\u0645\\u0646\\u0637\\u0642\\u0629 1\\u060c \\u0645\\u062f\\u064a\\u0646\\u0629 \\u0647\\u0648\\u0634\\u064a \\u0645\\u0646\\u0647\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 16:15:32', '2025-01-05 16:15:32'), (518, 10, 'Modules\\LMS\\Models\\Auth\\Instructor', 'es', '{\"first_name\":\"Herrera\",\"last_name\":\"Nguyen\",\"address\":\"25 Nguyen Hue St, Distrito 1, Ciudad Ho Chi Minh\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 16:16:34', '2025-01-05 16:16:34'), (522, 9, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u062a\\u0634\\u064a\\u0646\",\"last_name\":\"\\u0648\\u064a\",\"address\":\"88 \\u0637\\u0631\\u064a\\u0642 \\u0632\\u0648\\u0646\\u063a \\u0631\\u0648\\u0627\\u0646\\u0633\\u060c \\u0628\\u0631\\u0627\\u0632\\u064a\\u0644\\u064a\\u0627\\u060c \\u0627\\u0644\\u0628\\u0631\\u0627\\u0632\\u064a\\u0644\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 16:18:55', '2025-01-05 16:18:55'), (524, 9, 'Modules\\LMS\\Models\\Auth\\Instructor', 'es', '{\"first_name\":\"Chen\",\"last_name\":\"Wei\",\"address\":\"Calle Zhongruans 88, Brasilia, Brasil\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 16:19:53', '2025-01-05 16:19:53'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (526, 9, 'Modules\\LMS\\Models\\Auth\\Instructor', 'bn', '{\"first_name\":\"\\u099a\\u09c7\\u09a8\",\"last_name\":\"\\u0989\\u0987\",\"address\":\"88 Zhongruans Rd, Brasilia, Brazil\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 16:21:11', '2025-01-05 16:21:11'), (528, 8, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u0623\\u0648\\u0644\\u064a\\u0641\\u064a\\u0627\",\"last_name\":\"\\u0645\\u0627\\u0631\\u062a\\u064a\\u0646\\u064a\\u0632\",\"address\":\"24 \\u0643\\u0627\\u0644\\u064a \\u0645\\u0627\\u064a\\u0648\\u0631\\u060c \\u0623\\u0644\\u0645\\u0627\\u0646\\u064a\\u0627\\u060c 28013\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 16:24:27', '2025-01-05 16:30:00'), (530, 8, 'Modules\\LMS\\Models\\Auth\\Instructor', 'es', '{\"first_name\":\"Olivia\",\"last_name\":\"Mart\\u00ednez\",\"address\":null,\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 16:33:07', '2025-01-05 16:33:07'), (532, 8, 'Modules\\LMS\\Models\\Auth\\Instructor', 'bn', '{\"first_name\":\"\\u0985\\u09b2\\u09bf\\u09ad\\u09bf\\u09af\\u09bc\\u09be\",\"last_name\":\"\\u09ae\\u09be\\u09b0\\u09cd\\u099f\\u09bf\\u09a8\\u09c7\\u099c\",\"address\":\"24 \\u0995\\u09cd\\u09af\\u09be\\u09b2\\u09c7 \\u09ae\\u09c7\\u09af\\u09bc\\u09b0, \\u099c\\u09be\\u09b0\\u09cd\\u09ae\\u09be\\u09a8\\u09bf, 28013\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 16:34:16', '2025-01-05 16:34:16'), (534, 7, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u0623\\u062d\\u0645\\u062f\",\"last_name\":\"\\u062d\\u0633\\u0646\",\"address\":\"32 \\u0634\\u0627\\u0631\\u0639 \\u0627\\u0644\\u0634\\u064a\\u062e \\u0632\\u0627\\u064a\\u062f\\u060c \\u0643\\u0646\\u062f\\u0627\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 16:35:07', '2025-01-05 16:35:07'), (536, 7, 'Modules\\LMS\\Models\\Auth\\Instructor', 'es', '{\"first_name\":\"Ahmed\",\"last_name\":\"Has\\u00e1n\",\"address\":\"32 Sheikh Zayed Rd, Canad\\u00e1\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 16:36:04', '2025-01-05 16:36:04'), (538, 7, 'Modules\\LMS\\Models\\Auth\\Instructor', 'bn', '{\"first_name\":\"\\u0986\\u09b9\\u09ae\\u09c7\\u09a6\",\"last_name\":\"\\u09b9\\u09be\\u09b8\\u09be\\u09a8\",\"address\":\"32 \\u09b6\\u09c7\\u0996 \\u099c\\u09be\\u09af\\u09bc\\u09c7\\u09a6 \\u0986\\u09b0\\u09a1\\u09bf, \\u0995\\u09be\\u09a8\\u09be\\u09a1\\u09be\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 16:37:14', '2025-01-05 16:37:14'), (540, 6, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u0625\\u064a\\u0645\\u0627\",\"last_name\":\"\\u0628\\u0646\\u064a\",\"address\":\"89 \\u0634\\u0627\\u0631\\u0639 \\u0647\\u0627\\u0631\\u0628\\u0648\\u0631\\u060c \\u0633\\u064a\\u062f\\u0646\\u064a\\u060c \\u0646\\u064a\\u0648 \\u0633\\u0627\\u0648\\u062b \\u0648\\u064a\\u0644\\u0632 2000\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 16:39:50', '2025-01-05 16:39:50'), (542, 6, 'Modules\\LMS\\Models\\Auth\\Instructor', 'es', '{\"first_name\":\"Emma\",\"last_name\":\"Marr\\u00f3n\",\"address\":\"89 Harbour St, S\\u00eddney, Nueva Gales del Sur 2000\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 16:41:08', '2025-01-05 16:41:08'), (544, 6, 'Modules\\LMS\\Models\\Auth\\Instructor', 'en', '{\"first_name\":\"Emma\",\"last_name\":\"Brown\",\"address\":\"89 Harbour St, Sydney, NSW 2000\",\"about\":\"<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>\"}', '2025-01-05 16:41:33', '2025-01-05 16:41:33'), (546, 6, 'Modules\\LMS\\Models\\Auth\\Instructor', 'bn', '{\"first_name\":\"\\u098f\\u09ae\\u09be\",\"last_name\":\"\\u09ac\\u09be\\u09a6\\u09be\\u09ae\\u09c0\",\"address\":\"89 \\u09b9\\u09be\\u09b0\\u09ac\\u09be\\u09b0 \\u09b8\\u09c7\\u09a8\\u09cd\\u099f, \\u09b8\\u09bf\\u09a1\\u09a8\\u09bf, NSW 2000\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 16:42:25', '2025-01-05 16:42:25'), (548, 5, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u062c\\u0648\\u0646\",\"last_name\":\"\\u0625\\u0628\\u0631\\u0627\\u0647\\u064a\\u0645\",\"address\":\"45 \\u0634\\u0627\\u0631\\u0639 \\u0623\\u0643\\u0633\\u0641\\u0648\\u0631\\u062f\\u060c \\u0644\\u0646\\u062f\\u0646\\u060c W1D 2DZ\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 16:43:36', '2025-01-05 16:43:36'), (552, 5, 'Modules\\LMS\\Models\\Auth\\Instructor', 'bn', '{\"first_name\":\"\\u099c\\u09a8\",\"last_name\":\"\\u0986\\u09ac\\u09cd\\u09b0\\u09be\\u09b9\\u09be\\u09ae\",\"address\":\"45 \\u0985\\u0995\\u09cd\\u09b8\\u09ab\\u09cb\\u09b0\\u09cd\\u09a1 \\u09b8\\u09cd\\u099f\\u09cd\\u09b0\\u09bf\\u099f, \\u09b2\\u09a8\\u09cd\\u09a1\\u09a8, W1D 2DZ\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 16:45:12', '2025-01-05 16:45:12'), (554, 4, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u0633\\u0627\\u0631\\u0629\",\"last_name\":\"\\u062c\\u0648\\u0646\\u0633\\u0648\\u0646\",\"address\":\"45 \\u0634\\u0627\\u0631\\u0639 \\u0623\\u0643\\u0633\\u0641\\u0648\\u0631\\u062f\\u060c \\u0644\\u0646\\u062f\\u0646\\u060c W1D 2DZ\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 16:46:20', '2025-01-05 16:46:20'), (555, 4, 'Modules\\LMS\\Models\\Auth\\Instructor', 'es', '{\"first_name\":\"Sara\",\"last_name\":\"Johnson\",\"address\":\"45 Oxford Street, Londres, W1D 2DZ\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 16:47:09', '2025-01-05 16:47:09'), (556, 4, 'Modules\\LMS\\Models\\Auth\\Instructor', 'bn', '{\"first_name\":\"\\u09b8\\u09be\\u09b0\\u09be\\u09b9\",\"last_name\":\"\\u099c\\u09a8\\u09b8\\u09a8\",\"address\":\"45 \\u0985\\u0995\\u09cd\\u09b8\\u09ab\\u09cb\\u09b0\\u09cd\\u09a1 \\u09b8\\u09cd\\u099f\\u09cd\\u09b0\\u09bf\\u099f, \\u09b2\\u09a8\\u09cd\\u09a1\\u09a8, W1D 2DZ\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 16:49:02', '2025-01-05 16:49:02'), (557, 2, 'Modules\\LMS\\Models\\Auth\\Instructor', 'bn', '{\"first_name\":\"\\u099c\\u09a8\",\"last_name\":\"\\u09b8\\u09cd\\u09ae\\u09bf\\u09a5\",\"address\":\"123 \\u0997\\u09cb\\u09b2\\u09cd\\u09a1\\u09c7\\u09a8 \\u0997\\u09c7\\u099f Ave, \\u09b8\\u09be\\u09a8 \\u09ab\\u09cd\\u09b0\\u09be\\u09a8\\u09cd\\u09b8\\u09bf\\u09b8\\u0995\\u09cb, CA 94103\",\"about\":\"<p>\\u09b9\\u09cd\\u09af\\u09be\\u09b2\\u09cb, \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09b0 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u09af\\u09be\\u09a4\\u09cd\\u09b0\\u09be\\u09af\\u09bc \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae! \\u098f\\u0995\\u099c\\u09a8 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0 \\u098f\\u09ac\\u0982 \\u09a8\\u09bf\\u09ac\\u09c7\\u09a6\\u09bf\\u09a4 \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995 \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09bf\\u0995 \\u09a6\\u0995\\u09cd\\u09b7\\u09a4\\u09be\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09a4\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09ae\\u09cd\\u09ad\\u09be\\u09ac\\u09a8\\u09be\\u09af\\u09bc \\u09aa\\u09cc\\u0981\\u099b\\u09be\\u09a8\\u09cb\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be\\u09af\\u09bc\\u09a8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09c0\\u0964 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be, \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09a6\\u09be\\u09a8\\u09c7 \\u09ac\\u09b9\\u09c1 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7, \\u0986\\u09ae\\u09be\\u09b0 \\u09b2\\u0995\\u09cd\\u09b7\\u09cd\\u09af \\u09b9\\u09b2 \\u09b8\\u0995\\u09b2\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u0995\\u09b0\\u09cd\\u09b7\\u0995, \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\\u09af\\u09cb\\u0997\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b6\\u09c7\\u0996\\u09be\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09be\\u0964<\\/p>\"}', '2025-01-05 16:49:44', '2025-01-05 16:49:44'), (559, 2, 'Modules\\LMS\\Models\\Auth\\Instructor', 'es', '{\"first_name\":\"Juan\",\"last_name\":\"Herrero\",\"address\":\"123 Golden Gate Ave, San Francisco, CA 94103\",\"about\":\"<p>Hola y bienvenido a mi viaje de aprendizaje. Soy un instructor entusiasta y dedicado, apasionado por empoderar a las personas para que alcancen su m\\u00e1ximo potencial a trav\\u00e9s de la educaci\\u00f3n y las habilidades pr\\u00e1cticas. Con muchos a\\u00f1os de experiencia en tecnolog\\u00eda, educaci\\u00f3n y ense\\u00f1anza, mi misi\\u00f3n es crear experiencias de aprendizaje atractivas, accesibles y significativas para todos.<\\/p>\"}', '2025-01-05 16:50:34', '2025-01-05 16:50:34'), (561, 2, 'Modules\\LMS\\Models\\Auth\\Instructor', 'ar', '{\"first_name\":\"\\u062c\\u0648\\u0646\",\"last_name\":\"\\u0633\\u0645\\u064a\\u062b\",\"address\":\"123 Golden Gate Ave\\u060c \\u0633\\u0627\\u0646 \\u0641\\u0631\\u0627\\u0646\\u0633\\u064a\\u0633\\u0643\\u0648\\u060c \\u0643\\u0627\\u0644\\u064a\\u0641\\u0648\\u0631\\u0646\\u064a\\u0627 94103\",\"about\":\"<p>\\u0623\\u0647\\u0644\\u0627\\u064b \\u0648\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643\\u0645 \\u0641\\u064a \\u0631\\u062d\\u0644\\u062a\\u064a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629! \\u0628\\u0635\\u0641\\u062a\\u064a \\u0645\\u062f\\u0631\\u0633\\u064b\\u0627 \\u0645\\u062a\\u062d\\u0645\\u0633\\u064b\\u0627 \\u0648\\u0645\\u062e\\u0644\\u0635\\u064b\\u0627 \\u0634\\u063a\\u0648\\u0641\\u064b\\u0627 \\u0628\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0642\\u064a\\u0642 \\u0625\\u0645\\u0643\\u0627\\u0646\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0647\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629. \\u0645\\u0639 \\u0633\\u0646\\u0648\\u0627\\u062a \\u0639\\u062f\\u064a\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645 \\u0648\\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0633\\u060c \\u062a\\u062a\\u0645\\u062b\\u0644 \\u0645\\u0647\\u0645\\u062a\\u064a \\u0641\\u064a \\u062e\\u0644\\u0642 \\u062a\\u062c\\u0627\\u0631\\u0628 \\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629 \\u062c\\u0630\\u0627\\u0628\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0630\\u0627\\u062a \\u0645\\u063a\\u0632\\u0649 \\u0644\\u0644\\u062c\\u0645\\u064a\\u0639.<\\/p>\"}', '2025-01-05 16:51:27', '2025-01-05 16:51:27'), (570, 19, 'Modules\\LMS\\Models\\Courses\\Course', 'en', '{\"title\":\"sdfds\",\"short_description\":\"sdfsd\",\"description\":\"<p>sdfsdfsdg sdfgdsf<\\/p>\"}', '2025-01-05 18:43:10', '2025-01-05 18:43:10'), (571, 5, 'Modules\\LMS\\Models\\Blog\\Blog', 'en', '{\"title\":\"The Importance of Programming in Our Everyday Lives\",\"description\":\"<p>In today\\u2019s 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\\u2019ll explore how programming is vital in our lives and why it\\u2019s 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\\u2019s 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><div><div><div><div><div><h3><strong>The Importance of Programming in Our Everyday Lives<\\/strong><\\/h3><p>In today\\u2019s 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\\u2019ll explore how programming is vital in our lives and why it\\u2019s more important than ever to embrace its power.<\\/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\\u2019s 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><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><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><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><ul><li><br><\\/li><\\/ul><h3><strong>5. Solving Complex Problems<\\/strong><\\/h3><p>Programming helps tackle some of the world\\u2019s 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><p><br><\\/p><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\\u2019s possible.<\\/p><p><br><\\/p><p><br><\\/p><h3><strong>Conclusion<\\/strong><\\/h3><p>Programming is not just about writing code; it\\u2019s about creating solutions, enhancing lives, and driving progress. Whether it\\u2019s 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><br><\\/p>\"}', '2025-01-06 16:53:40', '2025-01-06 16:53:40'), (572, 4, 'Modules\\LMS\\Models\\Blog\\Blog', 'en', '{\"title\":\"How Kindergarten Shapes Future Achievements\",\"description\":\"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.\"}', '2025-01-06 16:53:45', '2025-01-06 16:53:45'), (573, 2, 'Modules\\LMS\\Models\\Blog\\Blog', 'en', '{\"title\":\"The Power of Lifelong Learning, Never Stop Growing\",\"description\":\"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.\"}', '2025-01-06 16:53:54', '2025-01-06 16:53:54'), (578, 4, 'Modules\\LMS\\Models\\Courses\\Bundle\\CourseBundle', 'ar', '{\"title\":\"\\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0642\\u0648\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\",\"details\":\"<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>\"}', '2025-01-06 17:23:33', '2025-01-06 17:23:33'), (579, 4, 'Modules\\LMS\\Models\\Courses\\Bundle\\CourseBundle', 'es', '{\"title\":\"Paquete de herramientas de marketing digital\",\"details\":\"<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>\"}', '2025-01-06 17:23:52', '2025-01-06 17:23:52'), (580, 4, 'Modules\\LMS\\Models\\Courses\\Bundle\\CourseBundle', 'bn', '{\"title\":\"\\u09a1\\u09bf\\u099c\\u09bf\\u099f\\u09be\\u09b2 \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09c7\\u099f\\u09bf\\u0982 \\u09aa\\u09be\\u0993\\u09af\\u09bc\\u09be\\u09b0 \\u09ac\\u09be\\u09a8\\u09cd\\u09a1\\u09c7\\u09b2\",\"details\":\"<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>\"}', '2025-01-06 17:24:03', '2025-01-06 17:24:03'), (587, 2, 'Modules\\LMS\\Models\\Courses\\Bundle\\CourseBundle', 'ar', '{\"title\":\"\\u062d\\u0632\\u0645\\u0629 \\u0625\\u062a\\u0642\\u0627\\u0646 \\u0627\\u0644\\u062a\\u0637\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\",\"details\":\"<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>\"}', '2025-01-06 17:26:01', '2025-01-06 17:26:01'), (588, 2, 'Modules\\LMS\\Models\\Courses\\Bundle\\CourseBundle', 'es', '{\"title\":\"Paquete de maestr\\u00eda en desarrollo de pila completa\",\"details\":\"<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>\"}', '2025-01-06 17:26:19', '2025-01-06 17:26:19'), (589, 2, 'Modules\\LMS\\Models\\Courses\\Bundle\\CourseBundle', 'bn', '{\"title\":\"\\u09b8\\u09ae\\u09cd\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09b8\\u09cd\\u099f\\u09cd\\u09af\\u09be\\u0995 \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09ae\\u09be\\u09b8\\u09cd\\u099f\\u09be\\u09b0\\u09bf \\u09ac\\u09be\\u09a8\\u09cd\\u09a1\\u09c7\\u09b2\",\"details\":\"<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>\"}', '2025-01-06 17:26:33', '2025-01-06 17:26:33'), (593, 7, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'en', '{\"name\":\"Securing User Data\"}', '2025-01-06 21:41:48', '2025-01-06 21:42:12'), (594, 7, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'ar', '{\"name\":\"\\u062a\\u0623\\u0645\\u064a\\u0646 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\"}', '2025-01-06 21:42:26', '2025-01-06 21:42:26'), (595, 7, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'es', '{\"name\":\"Protecci\\u00f3n de los datos del usuario\"}', '2025-01-06 22:33:23', '2025-01-06 22:33:23'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (596, 7, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'bn', '{\"name\":\"\\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u09a1\\u09c7\\u099f\\u09be \\u09b8\\u09c1\\u09b0\\u0995\\u09cd\\u09b7\\u09bf\\u09a4 \\u0995\\u09b0\\u09be\"}', '2025-01-06 22:33:39', '2025-01-06 22:33:39'), (597, 6, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'ar', '{\"name\":\"\\u0627\\u0644\\u0623\\u062f\\u0627\\u0621 \\u0648\\u0642\\u0627\\u0628\\u0644\\u064a\\u0629 \\u0627\\u0644\\u062a\\u0648\\u0633\\u0639\"}', '2025-01-06 22:33:57', '2025-01-06 22:33:57'), (598, 6, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'es', '{\"name\":\"Rendimiento y escalabilidad\"}', '2025-01-06 22:34:11', '2025-01-06 22:34:11'), (599, 6, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'bn', '{\"name\":\"\\u0995\\u09b0\\u09cd\\u09ae\\u0995\\u09cd\\u09b7\\u09ae\\u09a4\\u09be \\u098f\\u09ac\\u0982 \\u09aa\\u09b0\\u09bf\\u09ae\\u09be\\u09aa\\u09af\\u09cb\\u0997\\u09cd\\u09af\\u09a4\\u09be\"}', '2025-01-06 22:34:18', '2025-01-06 22:34:18'), (600, 5, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'ar', '{\"name\":\"\\u0627\\u0644\\u0623\\u0645\\u0646 \\u0648\\u062d\\u0645\\u0627\\u064a\\u0629 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\"}', '2025-01-06 22:34:35', '2025-01-06 22:34:35'), (601, 5, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'es', '{\"name\":\"Seguridad y protecci\\u00f3n de datos\"}', '2025-01-06 22:34:49', '2025-01-06 22:34:49'), (602, 5, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'bn', '{\"name\":\"\\u09a8\\u09bf\\u09b0\\u09be\\u09aa\\u09a4\\u09cd\\u09a4\\u09be \\u098f\\u09ac\\u0982 \\u09a1\\u09c7\\u099f\\u09be \\u09b8\\u09c1\\u09b0\\u0995\\u09cd\\u09b7\\u09be\"}', '2025-01-06 22:35:01', '2025-01-06 22:35:01'), (603, 4, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'ar', '{\"name\":\"\\u062f\\u0639\\u0645 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629\"}', '2025-01-06 22:35:15', '2025-01-06 22:35:15'), (604, 4, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'es', '{\"name\":\"Soporte de gesti\\u00f3n de cursos\"}', '2025-01-06 22:35:26', '2025-01-06 22:35:26'), (605, 4, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'bn', '{\"name\":\"\\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u09ae\\u09cd\\u09af\\u09be\\u09a8\\u09c7\\u099c\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09b8\\u09be\\u09aa\\u09cb\\u09b0\\u09cd\\u099f\"}', '2025-01-06 22:35:34', '2025-01-06 22:35:34'), (606, 3, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'ar', '{\"name\":\"\\u0625\\u062f\\u0627\\u0631\\u0629 \\u062d\\u0633\\u0627\\u0628\\u0627\\u062a \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\"}', '2025-01-06 22:35:53', '2025-01-06 22:35:53'), (607, 3, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'es', '{\"name\":\"Gesti\\u00f3n de cuentas de usuario\"}', '2025-01-06 22:36:06', '2025-01-06 22:36:06'), (608, 3, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'bn', '{\"name\":\"\\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f \\u09ac\\u09cd\\u09af\\u09ac\\u09b8\\u09cd\\u09a5\\u09be\\u09aa\\u09a8\\u09be\"}', '2025-01-06 22:36:20', '2025-01-06 22:36:20'), (609, 2, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'en', '{\"name\":\"Installation & Setup Support\"}', '2025-01-06 22:36:35', '2025-01-06 22:36:58'), (610, 2, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'es', '{\"name\":\"Soporte de instalaci\\u00f3n y configuraci\\u00f3n\"}', '2025-01-06 22:37:24', '2025-01-06 22:37:24'), (611, 2, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'bn', '{\"name\":\"\\u0987\\u09a8\\u09b8\\u09cd\\u099f\\u09b2\\u09c7\\u09b6\\u09a8 \\u098f\\u09ac\\u0982 \\u09b8\\u09c7\\u099f\\u0986\\u09aa \\u09b8\\u09ae\\u09b0\\u09cd\\u09a5\\u09a8\"}', '2025-01-06 22:37:34', '2025-01-06 22:37:34'), (612, 1, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'ar', '{\"name\":\"\\u062f\\u0639\\u0645 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629\"}', '2025-01-06 22:38:09', '2025-01-06 22:38:09'), (613, 1, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'es', '{\"name\":\"Soporte del curso\"}', '2025-01-06 22:38:22', '2025-01-06 22:38:22'), (614, 1, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'bn', '{\"name\":\"\\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u09b8\\u09be\\u09aa\\u09cb\\u09b0\\u09cd\\u099f\"}', '2025-01-06 22:38:30', '2025-01-06 22:38:30'), (615, 2, 'Modules\\LMS\\Models\\SupportTicket\\SupportCategory', 'ar', '{\"name\":\"\\u062f\\u0639\\u0645 \\u0627\\u0644\\u062a\\u062b\\u0628\\u064a\\u062a \\u0648\\u0627\\u0644\\u0625\\u0639\\u062f\\u0627\\u062f\"}', '2025-01-06 22:39:08', '2025-01-06 22:39:08'), (616, 1, 'Modules\\LMS\\Models\\Page', 'ar', '{\"title\":\"\\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629\",\"content\":\"<div>\\u0641\\u064a \\u0645\\u0648\\u0642\\u0639 Edulab LMS\\u060c \\u0646\\u062d\\u0646 \\u0645\\u0644\\u062a\\u0632\\u0645\\u0648\\u0646 \\u0628\\u062d\\u0645\\u0627\\u064a\\u0629 \\u062e\\u0635\\u0648\\u0635\\u064a\\u062a\\u0643 \\u0648\\u0636\\u0645\\u0627\\u0646 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0622\\u0645\\u0646\\u0629 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a. \\u062a\\u0634\\u0631\\u062d \\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0647\\u0630\\u0647 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u062c\\u0645\\u0639 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629 \\u0648\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647\\u0627 \\u0648\\u062d\\u0645\\u0627\\u064a\\u062a\\u0647\\u0627 \\u0639\\u0646\\u062f\\u0645\\u0627 \\u062a\\u0632\\u0648\\u0631 \\u0623\\u0648 \\u062a\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u060c https:\\/\\/edulab.codexshaper.com\\/. \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u060c \\u0641\\u0625\\u0646\\u0643 \\u062a\\u0648\\u0627\\u0641\\u0642 \\u0639\\u0644\\u0649 \\u0634\\u0631\\u0648\\u0637 \\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0647\\u0630\\u0647.<\\/div><div><br><\\/div><div>1. \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u0646\\u062c\\u0645\\u0639\\u0647\\u0627<\\/div><div>\\u0646\\u062c\\u0645\\u0639 \\u0627\\u0644\\u0623\\u0646\\u0648\\u0627\\u0639 \\u0627\\u0644\\u062a\\u0627\\u0644\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0639\\u0646\\u062f \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0643 \\u0644\\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a:<\\/div><div><br><\\/div><div>\\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629<\\/div><div>\\u0639\\u0646\\u062f \\u0625\\u0646\\u0634\\u0627\\u0621 \\u062d\\u0633\\u0627\\u0628 \\u0623\\u0648 \\u0634\\u0631\\u0627\\u0621 \\u062f\\u0648\\u0631\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0639\\u0644 \\u0645\\u0639 \\u062e\\u062f\\u0645\\u0627\\u062a\\u0646\\u0627\\u060c \\u0642\\u062f \\u0646\\u062c\\u0645\\u0639 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629 \\u0627\\u0644\\u062a\\u0627\\u0644\\u064a\\u0629:<\\/div><div><br><\\/div><div>\\u0627\\u0644\\u0627\\u0633\\u0645<\\/div><div>\\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a<\\/div><div>\\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629<\\/div><div>\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 (\\u0627\\u0644\\u062a\\u064a \\u062a\\u062a\\u0645 \\u0645\\u0639\\u0627\\u0644\\u062c\\u062a\\u0647\\u0627 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0645\\u0642\\u062f\\u0645\\u064a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062a\\u0627\\u0628\\u0639\\u064a\\u0646 \\u0644\\u062c\\u0647\\u0627\\u062a \\u062e\\u0627\\u0631\\u062c\\u064a\\u0629)<\\/div><div>\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0644\\u0641 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a (\\u0645\\u062b\\u0644 \\u0627\\u0644\\u0635\\u0648\\u0631\\u0629 \\u0648\\u0627\\u0644\\u0633\\u064a\\u0631\\u0629 \\u0627\\u0644\\u0630\\u0627\\u062a\\u064a\\u0629 \\u0648\\u0645\\u0627 \\u0625\\u0644\\u0649 \\u0630\\u0644\\u0643)<\\/div><div>\\u0628. \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u063a\\u064a\\u0631 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629<\\/div><div><br><\\/div><div>\\u0642\\u062f \\u0646\\u062c\\u0645\\u0639 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u063a\\u064a\\u0631 \\u0634\\u062e\\u0635\\u064a\\u0629 \\u062d\\u0648\\u0644 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0643 \\u0644\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0639\\u0644\\u0649 \\u0633\\u0628\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062b\\u0627\\u0644 \\u0644\\u0627 \\u0627\\u0644\\u062d\\u0635\\u0631:<\\/div><div><br><\\/div><div>\\u0639\\u0646\\u0648\\u0627\\u0646 IP<\\/div><div><br><\\/div><div>\\u0646\\u0648\\u0639 \\u0627\\u0644\\u0645\\u062a\\u0635\\u0641\\u062d<\\/div><div><br><\\/div><div>\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062c\\u0647\\u0627\\u0632<\\/div><div><br><\\/div><div>\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 (\\u0645\\u062b\\u0644 \\u0627\\u0644\\u0635\\u0641\\u062d\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u062a\\u0645\\u062a \\u0632\\u064a\\u0627\\u0631\\u062a\\u0647\\u0627 \\u0648\\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0645\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0648\\u0627\\u0644\\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0645 \\u0627\\u0644\\u0646\\u0642\\u0631 \\u0639\\u0644\\u064a\\u0647\\u0627)<\\/div><div><br><\\/div><div>2. \\u0643\\u064a\\u0641 \\u0646\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643<\\/div><div>\\u0646\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0644\\u0644\\u0623\\u063a\\u0631\\u0627\\u0636 \\u0627\\u0644\\u062a\\u0627\\u0644\\u064a\\u0629:<\\/div><div><br><\\/div><div>\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628: \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0648\\u0625\\u062f\\u0627\\u0631\\u062a\\u0647\\u060c \\u0648\\u062a\\u0642\\u062f\\u064a\\u0645 \\u062f\\u0639\\u0645 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621.<\\/div><div><br><\\/div><div>\\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629: \\u0644\\u0645\\u0646\\u062d \\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\\u062a\\u064a \\u062a\\u0645 \\u0634\\u0631\\u0627\\u0624\\u0647\\u0627 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0641\\u064a\\u0647\\u0627 \\u0648\\u062a\\u062a\\u0628\\u0639 \\u062a\\u0642\\u062f\\u0645\\u0643.<\\/div><div><br><\\/div><div>\\u0627\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644: \\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u062a\\u062d\\u062f\\u064a\\u062b\\u0627\\u062a \\u0648\\u0627\\u0644\\u0646\\u0634\\u0631\\u0627\\u062a \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0639\\u0631\\u0648\\u0636 \\u0627\\u0644\\u062a\\u0631\\u0648\\u064a\\u062c\\u064a\\u0629 \\u0648\\u0631\\u0633\\u0627\\u0626\\u0644 \\u062f\\u0639\\u0645 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621.<\\/div><div><br><\\/div><div>\\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639: \\u0644\\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643\\u0627\\u062a. \\u0646\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062a\\u0627\\u0628\\u0639\\u0629 \\u0644\\u062c\\u0647\\u0627\\u062a \\u062e\\u0627\\u0631\\u062c\\u064a\\u0629 \\u0644\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0622\\u0645\\u0646\\u0629.<\\/div><div><br><\\/div><div>\\u0627\\u0644\\u062a\\u062d\\u0644\\u064a\\u0644\\u0627\\u062a: \\u0644\\u062a\\u062d\\u0644\\u064a\\u0644 \\u0627\\u062a\\u062c\\u0627\\u0647\\u0627\\u062a \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0648\\u062a\\u062d\\u0633\\u064a\\u0646 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0648\\u062a\\u0639\\u0632\\u064a\\u0632 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645.<\\/div><div><br><\\/div><div>\\u0627\\u0644\\u0627\\u0645\\u062a\\u062b\\u0627\\u0644 \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646\\u064a: \\u0644\\u0644\\u0627\\u0645\\u062a\\u062b\\u0627\\u0644 \\u0644\\u0644\\u0642\\u0648\\u0627\\u0646\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0644\\u0648\\u0627\\u0626\\u062d \\u0627\\u0644\\u0645\\u0639\\u0645\\u0648\\u0644 \\u0628\\u0647\\u0627 \\u0648\\u0627\\u0644\\u0631\\u062f \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646\\u064a\\u0629.<\\/div><div><br><\\/div><div>3. \\u0643\\u064a\\u0641 \\u0646\\u062d\\u0645\\u064a \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643<\\/div><div>\\u0646\\u062d\\u0646 \\u0646\\u0623\\u062e\\u0630 \\u062d\\u0645\\u0627\\u064a\\u0629 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0639\\u0644\\u0649 \\u0645\\u062d\\u0645\\u0644 \\u0627\\u0644\\u062c\\u062f. \\u0646\\u062d\\u0646 \\u0646\\u0637\\u0628\\u0642 \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629 \\u0645\\u0646 \\u062a\\u062f\\u0627\\u0628\\u064a\\u0631 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0646\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0627\\u0644\\u062a\\u0634\\u0641\\u064a\\u0631 \\u0648\\u0645\\u0645\\u0627\\u0631\\u0633\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u062f\\u0645 \\u0627\\u0644\\u0622\\u0645\\u0646\\u060c \\u0644\\u062d\\u0645\\u0627\\u064a\\u0629 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u063a\\u064a\\u0631 \\u0627\\u0644\\u0645\\u0635\\u0631\\u062d \\u0628\\u0647 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u063a\\u064a\\u064a\\u0631 \\u0623\\u0648 \\u0627\\u0644\\u0643\\u0634\\u0641 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u062f\\u0645\\u064a\\u0631. \\u0648\\u0645\\u0639 \\u0630\\u0644\\u0643\\u060c \\u0644\\u0627 \\u064a\\u0645\\u0643\\u0646 \\u0636\\u0645\\u0627\\u0646 \\u0623\\u0645\\u0627\\u0646 \\u0623\\u064a \\u0646\\u0642\\u0644 \\u0644\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0628\\u0646\\u0633\\u0628\\u0629 100%\\u060c \\u0648\\u0644\\u0627 \\u064a\\u0645\\u0643\\u0646\\u0646\\u0627 \\u0636\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0645\\u0637\\u0644\\u0642 \\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643.<\\/div><div><br><\\/div><div>4. \\u0645\\u0644\\u0641\\u0627\\u062a \\u062a\\u0639\\u0631\\u064a\\u0641 \\u0627\\u0644\\u0627\\u0631\\u062a\\u0628\\u0627\\u0637 \\u0648\\u062a\\u0642\\u0646\\u064a\\u0627\\u062a \\u0627\\u0644\\u062a\\u062a\\u0628\\u0639<\\/div><div>\\u064a\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u0645\\u0644\\u0641\\u0627\\u062a \\u062a\\u0639\\u0631\\u064a\\u0641 \\u0627\\u0644\\u0627\\u0631\\u062a\\u0628\\u0627\\u0637 \\u0648\\u062a\\u0642\\u0646\\u064a\\u0627\\u062a \\u0645\\u0645\\u0627\\u062b\\u0644\\u0629 \\u0644\\u062a\\u062d\\u0633\\u064a\\u0646 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0648\\u062a\\u062d\\u0644\\u064a\\u0644 \\u0623\\u0646\\u0645\\u0627\\u0637 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0648\\u062a\\u0648\\u0641\\u064a\\u0631 \\u0645\\u062d\\u062a\\u0648\\u0649 \\u0645\\u062e\\u0635\\u0635. \\u0645\\u0644\\u0641\\u0627\\u062a \\u062a\\u0639\\u0631\\u064a\\u0641 \\u0627\\u0644\\u0627\\u0631\\u062a\\u0628\\u0627\\u0637 \\u0647\\u064a \\u0645\\u0644\\u0641\\u0627\\u062a \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0635\\u063a\\u064a\\u0631\\u0629 \\u064a\\u062a\\u0645 \\u062a\\u062e\\u0632\\u064a\\u0646\\u0647\\u0627 \\u0639\\u0644\\u0649 \\u062c\\u0647\\u0627\\u0632\\u0643. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0645\\u0644\\u0641\\u0627\\u062a \\u062a\\u0639\\u0631\\u064a\\u0641 \\u0627\\u0644\\u0627\\u0631\\u062a\\u0628\\u0627\\u0637 \\u0623\\u0648 \\u062a\\u0639\\u0637\\u064a\\u0644\\u0647\\u0627 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u0627\\u0644\\u0645\\u062a\\u0635\\u0641\\u062d\\u060c \\u0648\\u0644\\u0643\\u0646 \\u064a\\u0631\\u062c\\u0649 \\u0645\\u0644\\u0627\\u062d\\u0638\\u0629 \\u0623\\u0646 \\u0628\\u0639\\u0636 \\u0645\\u064a\\u0632\\u0627\\u062a \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0642\\u062f \\u0644\\u0627 \\u062a\\u0639\\u0645\\u0644 \\u0628\\u0634\\u0643\\u0644 \\u0635\\u062d\\u064a\\u062d \\u0625\\u0630\\u0627 \\u062a\\u0645 \\u062a\\u0639\\u0637\\u064a\\u0644 \\u0645\\u0644\\u0641\\u0627\\u062a \\u062a\\u0639\\u0631\\u064a\\u0641 \\u0627\\u0644\\u0627\\u0631\\u062a\\u0628\\u0627\\u0637.<\\/div><div><br><\\/div><div>\\u0642\\u062f \\u0646\\u0633\\u062a\\u062e\\u062f\\u0645 \\u062e\\u062f\\u0645\\u0627\\u062a \\u0627\\u0644\\u062c\\u0647\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c\\u064a\\u0629\\u060c \\u0645\\u062b\\u0644 Google Analytics\\u060c \\u0644\\u062c\\u0645\\u0639 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u062d\\u0648\\u0644 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0643 \\u0644\\u0644\\u0645\\u0648\\u0642\\u0639. \\u062a\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0645\\u0644\\u0641\\u0627\\u062a \\u062a\\u0639\\u0631\\u064a\\u0641 \\u0627\\u0644\\u0627\\u0631\\u062a\\u0628\\u0627\\u0637 \\u0644\\u062c\\u0645\\u0639 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0648\\u062a\\u062d\\u0644\\u064a\\u0644\\u0647\\u0627\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0627\\u0639\\u062f\\u0646\\u0627 \\u0639\\u0644\\u0649 \\u062a\\u062d\\u0633\\u064a\\u0646 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639.<\\/div><div><br><\\/div><div>5. \\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643<\\/div><div>\\u0646\\u062d\\u0646 \\u0644\\u0627 \\u0646\\u0628\\u064a\\u0639 \\u0623\\u0648 \\u0646\\u0624\\u062c\\u0631 \\u0623\\u0648 \\u0646\\u062a\\u0627\\u062c\\u0631 \\u0628\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629. \\u0648\\u0645\\u0639 \\u0630\\u0644\\u0643\\u060c \\u064a\\u062c\\u0648\\u0632 \\u0644\\u0646\\u0627 \\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0641\\u064a \\u0627\\u0644\\u0645\\u0648\\u0627\\u0642\\u0641 \\u0627\\u0644\\u062a\\u0627\\u0644\\u064a\\u0629:<\\/div><div><br><\\/div><div>\\u0645\\u0642\\u062f\\u0645\\u0648 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a: \\u064a\\u062c\\u0648\\u0632 \\u0644\\u0646\\u0627 \\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0645\\u0639 \\u0645\\u0642\\u062f\\u0645\\u064a \\u062e\\u062f\\u0645\\u0627\\u062a \\u062a\\u0627\\u0628\\u0639\\u064a\\u0646 \\u0644\\u062c\\u0647\\u0627\\u062a \\u062e\\u0627\\u0631\\u062c\\u064a\\u0629 \\u064a\\u0633\\u0627\\u0639\\u062f\\u0648\\u0646\\u0646\\u0627 \\u0641\\u064a \\u062a\\u0634\\u063a\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0648\\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0648\\u062a\\u0642\\u062f\\u064a\\u0645 \\u062e\\u062f\\u0645\\u0627\\u062a\\u0646\\u0627 (\\u0639\\u0644\\u0649 \\u0633\\u0628\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062b\\u0627\\u0644\\u060c \\u0645\\u0639\\u0627\\u0644\\u062c\\u0648 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0648\\u0645\\u0642\\u062f\\u0645\\u0648 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0636\\u0627\\u0641\\u0629).<\\/div><div><br><\\/div><div>\\u0627\\u0644\\u0627\\u0645\\u062a\\u062b\\u0627\\u0644 \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646\\u064a: \\u064a\\u062c\\u0648\\u0632 \\u0644\\u0646\\u0627 \\u0627\\u0644\\u0643\\u0634\\u0641 \\u0639\\u0646 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0625\\u0630\\u0627 \\u0643\\u0627\\u0646 \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646 \\u064a\\u062a\\u0637\\u0644\\u0628 \\u0630\\u0644\\u0643 \\u0623\\u0648 \\u0644\\u0644\\u0627\\u0645\\u062a\\u062b\\u0627\\u0644 \\u0644\\u0644\\u0625\\u062c\\u0631\\u0627\\u0621\\u0627\\u062a \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646\\u064a\\u0629\\u060c \\u0645\\u062b\\u0644 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062f\\u0639\\u0627\\u0621\\u0627\\u062a \\u0623\\u0648 \\u0623\\u0648\\u0627\\u0645\\u0631 \\u0627\\u0644\\u0645\\u062d\\u0643\\u0645\\u0629.<\\/div><div><br><\\/div><div>\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0623\\u0639\\u0645\\u0627\\u0644: \\u0625\\u0630\\u0627 \\u0643\\u0646\\u0627 \\u0645\\u0634\\u0627\\u0631\\u0643\\u064a\\u0646 \\u0641\\u064a \\u0627\\u0646\\u062f\\u0645\\u0627\\u062c \\u0623\\u0648 \\u0627\\u0633\\u062a\\u062d\\u0648\\u0627\\u0630 \\u0623\\u0648 \\u0628\\u064a\\u0639 \\u0623\\u0635\\u0648\\u0644\\u060c \\u0641\\u0642\\u062f \\u064a\\u062a\\u0645 \\u0646\\u0642\\u0644 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0643\\u062c\\u0632\\u0621 \\u0645\\u0646 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629.<\\/div><div><br><\\/div><div>6. \\u062e\\u064a\\u0627\\u0631\\u0627\\u062a\\u0643 \\u0648\\u062d\\u0642\\u0648\\u0642\\u0643<\\/div><div>\\u0644\\u062f\\u064a\\u0643 \\u0627\\u0644\\u062d\\u0642\\u0648\\u0642 \\u0627\\u0644\\u062a\\u0627\\u0644\\u064a\\u0629 \\u0641\\u064a\\u0645\\u0627 \\u064a\\u062a\\u0639\\u0644\\u0642 \\u0628\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629:<\\/div><div><br><\\/div><div>\\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0627\\u0644\\u062a\\u0635\\u062d\\u064a\\u062d: \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0648\\u062a\\u062d\\u062f\\u064a\\u062b\\u0647\\u0627 \\u0641\\u064a \\u0623\\u064a \\u0648\\u0642\\u062a \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u062d\\u0633\\u0627\\u0628\\u0643.<\\/div><div><br><\\/div><div>\\u0627\\u0644\\u062d\\u0630\\u0641: \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0637\\u0644\\u0628 \\u062d\\u0630\\u0641 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0648\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629 \\u0639\\u0646 \\u0637\\u0631\\u064a\\u0642 \\u0627\\u0644\\u0627\\u062a\\u0635\\u0627\\u0644 \\u0628\\u0646\\u0627. \\u064a\\u0631\\u062c\\u0649 \\u0645\\u0644\\u0627\\u062d\\u0638\\u0629 \\u0623\\u0646\\u0647 \\u0642\\u062f \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0627\\u062d\\u062a\\u0641\\u0627\\u0638 \\u0628\\u0628\\u0639\\u0636 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0644\\u0623\\u063a\\u0631\\u0627\\u0636 \\u0642\\u0627\\u0646\\u0648\\u0646\\u064a\\u0629 \\u0623\\u0648 \\u0625\\u062f\\u0627\\u0631\\u064a\\u0629.<\\/div><div><br><\\/div><div>\\u0625\\u0644\\u063a\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643 \\u0641\\u064a \\u0627\\u0644\\u0627\\u062a\\u0635\\u0627\\u0644\\u0627\\u062a: \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u0644\\u063a\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643 \\u0641\\u064a \\u062a\\u0644\\u0642\\u064a \\u0631\\u0633\\u0627\\u0626\\u0644 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0627\\u0644\\u062a\\u0631\\u0648\\u064a\\u062c\\u064a\\u0629 \\u0628\\u0627\\u062a\\u0628\\u0627\\u0639 \\u0631\\u0627\\u0628\\u0637 \\u0625\\u0644\\u063a\\u0627\\u0621 \\u0627\\u0644\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643 \\u0641\\u064a \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0623\\u0648 \\u0639\\u0646 \\u0637\\u0631\\u064a\\u0642 \\u0627\\u0644\\u0627\\u062a\\u0635\\u0627\\u0644 \\u0628\\u0646\\u0627 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629. \\u0648\\u0645\\u0639 \\u0630\\u0644\\u0643\\u060c \\u0644\\u0627 \\u064a\\u0632\\u0627\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u0645\\u0643\\u0646 \\u0623\\u0646 \\u0646\\u0631\\u0633\\u0644 \\u0625\\u0644\\u064a\\u0643 \\u0631\\u0633\\u0627\\u0626\\u0644 \\u0628\\u0631\\u064a\\u062f \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u064a\\u0629 \\u062a\\u062a\\u0639\\u0644\\u0642 \\u0628\\u062d\\u0633\\u0627\\u0628\\u0643 \\u0623\\u0648 \\u062a\\u062d\\u062f\\u064a\\u062b\\u0627\\u062a \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0627\\u0644\\u062a\\u062f\\u0631\\u064a\\u0628\\u064a\\u0629.<\\/div><div><br><\\/div><div>7. \\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u0623\\u0637\\u0641\\u0627\\u0644<\\/div><div>\\u0644\\u0627 \\u064a\\u064f\\u0642\\u0635\\u062f \\u0645\\u0646 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0623\\u0646 \\u064a\\u0633\\u062a\\u062e\\u062f\\u0645\\u0647 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0627\\u0644\\u0630\\u064a\\u0646 \\u062a\\u0642\\u0644 \\u0623\\u0639\\u0645\\u0627\\u0631\\u0647\\u0645 \\u0639\\u0646 [\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0631\\u060c \\u0639\\u0627\\u062f\\u0629\\u064b 13 \\u0639\\u0627\\u0645\\u064b\\u0627 \\u0623\\u0648 \\u0623\\u0643\\u0628\\u0631]\\u060c \\u0648\\u0644\\u0627 \\u0646\\u062c\\u0645\\u0639 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0634\\u062e\\u0635\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0637\\u0641\\u0627\\u0644 \\u0639\\u0646 \\u0639\\u0644\\u0645. \\u0625\\u0630\\u0627 \\u0639\\u0644\\u0645\\u0646\\u0627 \\u0623\\u0646\\u0646\\u0627 \\u062c\\u0645\\u0639\\u0646\\u0627 \\u0639\\u0646 \\u063a\\u064a\\u0631 \\u0642\\u0635\\u062f \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0634\\u062e\\u0635\\u064a\\u0629 \\u0645\\u0646 \\u0637\\u0641\\u0644 \\u064a\\u0642\\u0644 \\u0639\\u0645\\u0631\\u0647 \\u0639\\u0646 [\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0631]\\u060c \\u0641\\u0633\\u0646\\u062a\\u062e\\u0630 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0644\\u062d\\u0630\\u0641 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0641\\u064a \\u0623\\u0642\\u0631\\u0628 \\u0648\\u0642\\u062a \\u0645\\u0645\\u0643\\u0646.<\\/div><div><br><\\/div><div>8. \\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062c\\u0647\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c\\u064a\\u0629<\\/div><div>\\u0642\\u062f \\u064a\\u062d\\u062a\\u0648\\u064a \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0639\\u0644\\u0649 \\u0631\\u0648\\u0627\\u0628\\u0637 \\u0644\\u0645\\u0648\\u0627\\u0642\\u0639 \\u0623\\u0648 \\u062e\\u062f\\u0645\\u0627\\u062a \\u062a\\u0627\\u0628\\u0639\\u0629 \\u0644\\u062c\\u0647\\u0627\\u062a \\u062e\\u0627\\u0631\\u062c\\u064a\\u0629. \\u062a\\u0646\\u0637\\u0628\\u0642 \\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0647\\u0630\\u0647 \\u0641\\u0642\\u0637 \\u0639\\u0644\\u0649 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0648\\u0644\\u0627 \\u062a\\u063a\\u0637\\u064a \\u0645\\u0648\\u0627\\u0642\\u0639 \\u0627\\u0644\\u062c\\u0647\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c\\u064a\\u0629. \\u0646\\u0634\\u062c\\u0639\\u0643 \\u0639\\u0644\\u0649 \\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u0633\\u064a\\u0627\\u0633\\u0627\\u062a \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0644\\u0623\\u064a \\u0645\\u0648\\u0627\\u0642\\u0639 \\u062a\\u0627\\u0628\\u0639\\u0629 \\u0644\\u062c\\u0647\\u0627\\u062a \\u062e\\u0627\\u0631\\u062c\\u064a\\u0629 \\u0642\\u0628\\u0644 \\u062a\\u0632\\u0648\\u064a\\u062f\\u0647\\u0627 \\u0628\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629.<\\/div><div><br><\\/div><div>9. \\u0627\\u0644\\u062a\\u063a\\u064a\\u064a\\u0631\\u0627\\u062a \\u0639\\u0644\\u0649 \\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0647\\u0630\\u0647<\\/div><div>\\u0642\\u062f \\u0646\\u0642\\u0648\\u0645 \\u0628\\u062a\\u062d\\u062f\\u064a\\u062b \\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0647\\u0630\\u0647 \\u0645\\u0646 \\u0648\\u0642\\u062a \\u0644\\u0622\\u062e\\u0631. \\u0639\\u0646\\u062f\\u0645\\u0627 \\u0646\\u062c\\u0631\\u064a \\u062a\\u063a\\u064a\\u064a\\u0631\\u0627\\u062a\\u060c \\u0633\\u0646\\u0642\\u0648\\u0645 \\u0628\\u062a\\u062d\\u062f\\u064a\\u062b \\\"\\u0627\\u0644\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0641\\u0639\\u0651\\u0627\\u0644\\\"<\\/div>\"}', '2025-01-06 22:40:41', '2025-01-06 22:40:41'), (617, 1, 'Modules\\LMS\\Models\\Page', 'es', '{\"title\":\"pol\\u00edtica de privacidad\",\"content\":\"<div>En el sitio web de Edulab LMS, nos comprometemos a proteger su privacidad y garantizar una experiencia en l\\u00ednea segura. Esta Pol\\u00edtica de privacidad explica c\\u00f3mo recopilamos, usamos y salvaguardamos su informaci\\u00f3n personal cuando visita o usa nuestro sitio web, https:\\/\\/edulab.codexshaper.com\\/. Al usar nuestro sitio web, acepta los t\\u00e9rminos de esta Pol\\u00edtica de privacidad.<\\/div><div><br><\\/div><div>1. Informaci\\u00f3n que recopilamos<\\/div><div>Recopilamos los siguientes tipos de informaci\\u00f3n cuando usa nuestro sitio web:<\\/div><div><br><\\/div><div>Informaci\\u00f3n personal<\\/div><div>Cuando crea una cuenta, compra un curso o interact\\u00faa con nuestros Servicios, podemos recopilar la siguiente informaci\\u00f3n personal:<\\/div><div><br><\\/div><div>Nombre<\\/div><div>Direcci\\u00f3n de correo electr\\u00f3nico<\\/div><div>Direcci\\u00f3n de facturaci\\u00f3n<\\/div><div>Informaci\\u00f3n de pago (procesada a trav\\u00e9s de proveedores de pago externos)<\\/div><div>Detalles del perfil (como foto, biograf\\u00eda, etc.)<\\/div><div>b. Informaci\\u00f3n no personal<\\/div><div><br><\\/div><div>Podemos recopilar informaci\\u00f3n no personal sobre c\\u00f3mo utiliza el sitio web, que incluye, entre otros:<\\/div><div><br><\\/div><div>Direcci\\u00f3n IP<\\/div><div><br><\\/div><div>Tipo de navegador<\\/div><div><br><\\/div><div>Informaci\\u00f3n del dispositivo<\\/div><div><br><\\/div><div>Datos de uso (como p\\u00e1ginas visitadas, tiempo empleado y enlaces en los que hizo clic)<\\/div><div><br><\\/div><div>2. C\\u00f3mo utilizamos su informaci\\u00f3n<\\/div><div>Usamos su informaci\\u00f3n para los siguientes fines:<\\/div><div><br><\\/div><div>Administraci\\u00f3n de cuentas: para crear y administrar su cuenta y brindar soporte al cliente.<\\/div><div><br><\\/div><div>Acceso a cursos: para otorgar acceso a cursos comprados o en los que se inscribi\\u00f3 y realizar un seguimiento de su progreso.<\\/div><div><br><\\/div><div>Comunicaci\\u00f3n: para enviarle actualizaciones, boletines informativos, ofertas promocionales y mensajes de soporte al cliente.<\\/div><div><br><\\/div><div>Procesamiento de pagos: para procesar pagos de cursos o suscripciones. Usamos procesadores de pagos de terceros para transacciones seguras.<\\/div><div><br><\\/div><div>An\\u00e1lisis: para analizar tendencias de uso, mejorar nuestro sitio web y mejorar la experiencia del usuario.<\\/div><div><br><\\/div><div>Cumplimiento legal: para cumplir con las leyes y regulaciones aplicables y responder a solicitudes legales.<\\/div><div><br><\\/div><div>3. C\\u00f3mo protegemos su informaci\\u00f3n<\\/div><div>Tomamos en serio la protecci\\u00f3n de su informaci\\u00f3n. Implementamos una variedad de medidas de seguridad, que incluyen cifrado y pr\\u00e1cticas de servidores seguros, para proteger sus datos personales de accesos, alteraciones, divulgaciones o destrucci\\u00f3n no autorizados. Sin embargo, no se puede garantizar que ninguna transmisi\\u00f3n de datos a trav\\u00e9s de Internet sea 100 % segura y no podemos garantizar la seguridad absoluta de su informaci\\u00f3n.<\\/div><div><br><\\/div><div>4. Cookies y tecnolog\\u00edas de seguimiento<\\/div><div>Nuestro sitio web utiliza cookies y tecnolog\\u00edas similares para mejorar la experiencia del usuario, analizar patrones de uso y proporcionar contenido personalizado. Las cookies son peque\\u00f1os archivos de datos que se almacenan en su dispositivo. Puede administrar o deshabilitar las cookies a trav\\u00e9s de la configuraci\\u00f3n de su navegador, pero tenga en cuenta que algunas funciones del sitio web pueden no funcionar correctamente si las cookies est\\u00e1n deshabilitadas.<\\/div><div><br><\\/div><div>Podemos utilizar servicios de terceros, como Google Analytics, para recopilar datos sobre su uso del sitio web. Estos servicios utilizan cookies para recopilar y analizar datos, lo que nos ayuda a mejorar el sitio web.<\\/div><div><br><\\/div><div>5. Compartir su informaci\\u00f3n<\\/div><div>No vendemos, alquilamos ni comercializamos su informaci\\u00f3n personal. Sin embargo, podemos compartir su informaci\\u00f3n en las siguientes situaciones:<\\/div><div><br><\\/div><div>Proveedores de servicios: podemos compartir su informaci\\u00f3n con proveedores de servicios externos que nos ayudan a operar el sitio web, procesar pagos y brindar nuestros servicios (por ejemplo, procesadores de pagos, proveedores de alojamiento).<\\/div><div><br><\\/div><div>Cumplimiento legal: podemos divulgar su informaci\\u00f3n si lo exige la ley o para cumplir con procesos legales, como citaciones u \\u00f3rdenes judiciales.<\\/div><div><br><\\/div><div>Transferencias comerciales: si estamos involucrados en una fusi\\u00f3n, adquisici\\u00f3n o venta de activos, su informaci\\u00f3n puede transferirse como parte de esa transacci\\u00f3n.<\\/div><div><br><\\/div><div>6. Sus opciones y derechos<\\/div><div>Tiene los siguientes derechos con respecto a su informaci\\u00f3n personal:<\\/div><div><br><\\/div><div>Acceso y correcci\\u00f3n: puede revisar y actualizar la informaci\\u00f3n de su cuenta en cualquier momento a trav\\u00e9s de la configuraci\\u00f3n de su cuenta.<\\/div><div><br><\\/div><div>Eliminaci\\u00f3n: puede solicitar la eliminaci\\u00f3n de su cuenta e informaci\\u00f3n personal comunic\\u00e1ndose con nosotros. Tenga en cuenta que algunos datos pueden conservarse con fines legales o administrativos.<\\/div><div><br><\\/div><div>Exclusi\\u00f3n de comunicaciones: puede optar por no recibir correos electr\\u00f3nicos promocionales siguiendo el enlace de cancelaci\\u00f3n de suscripci\\u00f3n en el correo electr\\u00f3nico o comunic\\u00e1ndose con nosotros directamente. Sin embargo, a\\u00fan podemos enviarle correos electr\\u00f3nicos transaccionales relacionados con su cuenta o actualizaciones de cursos.<\\/div><div><br><\\/div><div>7. Privacidad de los ni\\u00f1os<\\/div><div>Nuestro sitio web no est\\u00e1 destinado a ser utilizado por personas menores de [insertar edad, generalmente 13 a\\u00f1os o m\\u00e1s], y no recopilamos intencionalmente informaci\\u00f3n personal de ni\\u00f1os. Si descubrimos que hemos recopilado inadvertidamente informaci\\u00f3n personal de un ni\\u00f1o menor de [insertar edad], tomaremos medidas para eliminar la informaci\\u00f3n lo antes posible.<\\/div><div><br><\\/div><div>8. Enlaces de terceros<\\/div><div>El sitio web puede contener enlaces a sitios web o servicios de terceros. Esta Pol\\u00edtica de privacidad se aplica solo a nuestro sitio web y no cubre sitios de terceros. Le recomendamos que revise las pol\\u00edticas de privacidad de los sitios de terceros antes de proporcionarles su informaci\\u00f3n personal.<\\/div><div><br><\\/div><div>9. Cambios a esta Pol\\u00edtica de privacidad<\\/div><div>Podemos actualizar esta Pol\\u00edtica de privacidad de vez en cuando. Cuando hagamos cambios, actualizaremos la \\\"Fecha de vigencia\\\"<\\/div>\"}', '2025-01-06 22:41:03', '2025-01-06 22:41:41'), (618, 1, 'Modules\\LMS\\Models\\Page', 'en', '{\"title\":\"Privacy Policy\",\"content\":\"<div><b><span style=\\\"font-size: 24px;\\\">Welcome to Edulab LMS Website<\\/span><\\/b><\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>These Terms and Conditions (\\\"Terms\\\") govern your access to and use of the website https:\\/\\/edulab.codexshaper.com\\/, 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.<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>1. User Eligibility<\\/div><div><br><\\/div><div>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.<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>2. Account Registration<\\/div><div><br><\\/div><div>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.<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>3. Use of the Website<\\/div><div><br><\\/div><div>You agree to use the Website solely for lawful purposes and in accordance with these Terms. You must not:<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>Violate any applicable local, state, national, or international law.<\\/div><div><br><\\/div><div>Upload, post, or transmit any content that is unlawful, harmful, or infringing.<\\/div><div><br><\\/div><div>Engage in any activity that could disable, overload, or damage the functionality of the Website.<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>4. Intellectual Property<\\/div><div><br><\\/div><div>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.<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>5. Content Submission<\\/div><div><br><\\/div><div>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.<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>6. Course Access and Use<\\/div><div><br><\\/div><div>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.<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>7. Payment and Refund Policy<\\/div><div><br><\\/div><div>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.<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>8. Privacy and Data Collection<\\/div><div><br><\\/div><div>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.<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>9. Disclaimers<\\/div><div><br><\\/div><div>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.<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>10. Limitation of Liability<\\/div><div><br><\\/div><div>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.<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>11. Termination<\\/div><div><br><\\/div><div>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.<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>12. Amendments<\\/div><div><br><\\/div><div>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.<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>13. Governing Law<\\/div><div><br><\\/div><div>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].<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>14. Contact Information<\\/div><div><br><\\/div><div>If you have any questions about these Terms, please contact us at:<\\/div><div><br><\\/div><div><br><\\/div><div><br><\\/div><div>Email: edulab@gmail.com<\\/div><div><br><\\/div><div>Address: P8MH+9A New York, USA<\\/div><div><br><\\/div><div>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.<\\/div>\"}', '2025-01-06 22:41:20', '2025-01-06 22:44:25'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (619, 1, 'Modules\\LMS\\Models\\Page', 'bn', '{\"title\":\"\\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u09a8\\u09c0\\u09a4\\u09bf\",\"content\":\"<div>Edulab LMS \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7, \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u09b0\\u0995\\u09cd\\u09b7\\u09be \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u098f\\u0995\\u099f\\u09bf \\u09a8\\u09bf\\u09b0\\u09be\\u09aa\\u09a6 \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u09a8\\u09bf\\u09b6\\u09cd\\u099a\\u09bf\\u09a4 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09b6\\u09cd\\u09b0\\u09c1\\u09a4\\u09bf\\u09ac\\u09a6\\u09cd\\u09a7\\u0964 \\u098f\\u0987 \\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u09a8\\u09c0\\u09a4\\u09bf \\u09ac\\u09cd\\u09af\\u09be\\u0996\\u09cd\\u09af\\u09be \\u0995\\u09b0\\u09c7 \\u09af\\u09c7 \\u0986\\u09aa\\u09a8\\u09bf \\u09af\\u0996\\u09a8 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f https:\\/\\/edulab.codexshaper.com\\/ \\u09aa\\u09b0\\u09bf\\u09a6\\u09b0\\u09cd\\u09b6\\u09a8 \\u0995\\u09b0\\u09c7\\u09a8 \\u09ac\\u09be \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u09a8 \\u09a4\\u0996\\u09a8 \\u0986\\u09ae\\u09b0\\u09be \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09a4\\u09a5\\u09cd\\u09af \\u09b8\\u0982\\u0997\\u09cd\\u09b0\\u09b9 \\u0995\\u09b0\\u09bf, \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09bf \\u098f\\u09ac\\u0982 \\u09b8\\u09c1\\u09b0\\u0995\\u09cd\\u09b7\\u09bf\\u09a4 \\u0995\\u09b0\\u09bf\\u0964 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7, \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0987 \\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u09a8\\u09c0\\u09a4\\u09bf\\u09b0 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0\\u09a4\\u09c7 \\u09b8\\u09ae\\u09cd\\u09ae\\u09a4 \\u09b9\\u09a8\\u0964<\\/div><div><br><\\/div><div><br><\\/div><div>1. \\u09a4\\u09a5\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u09b8\\u0982\\u0997\\u09cd\\u09b0\\u09b9 \\u0995\\u09b0\\u09bf<\\/div><div>\\u0986\\u09aa\\u09a8\\u09bf \\u09af\\u0996\\u09a8 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u09a8 \\u09a4\\u0996\\u09a8 \\u0986\\u09ae\\u09b0\\u09be \\u09a8\\u09bf\\u09ae\\u09cd\\u09a8\\u09b2\\u09bf\\u0996\\u09bf\\u09a4 \\u09a7\\u09b0\\u09a8\\u09c7\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af \\u09b8\\u0982\\u0997\\u09cd\\u09b0\\u09b9 \\u0995\\u09b0\\u09bf:<\\/div><div><br><\\/div><div><br><\\/div><div>\\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09a4\\u09a5\\u09cd\\u09af<\\/div><div>\\u0986\\u09aa\\u09a8\\u09bf \\u09af\\u0996\\u09a8 \\u098f\\u0995\\u099f\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09c7\\u09a8, \\u098f\\u0995\\u099f\\u09bf \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u0995\\u09cd\\u09b0\\u09af\\u09bc \\u0995\\u09b0\\u09c7\\u09a8 \\u09ac\\u09be \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u099f \\u0995\\u09b0\\u09c7\\u09a8, \\u0986\\u09ae\\u09b0\\u09be \\u09a8\\u09bf\\u09ae\\u09cd\\u09a8\\u09b2\\u09bf\\u0996\\u09bf\\u09a4 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09a4\\u09a5\\u09cd\\u09af \\u09b8\\u0982\\u0997\\u09cd\\u09b0\\u09b9 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf:<\\/div><div><br><\\/div><div>\\u00a0\\u09a8\\u09be\\u09ae<\\/div><div>\\u00a0\\u0987\\u09ae\\u09c7\\u0987\\u09b2 \\u09a0\\u09bf\\u0995\\u09be\\u09a8\\u09be<\\/div><div>\\u00a0\\u09ac\\u09bf\\u09b2\\u09bf\\u0982 \\u09a0\\u09bf\\u0995\\u09be\\u09a8\\u09be<\\/div><div>\\u00a0\\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8\\u09c7\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af (\\u09a4\\u09c3\\u09a4\\u09c0\\u09af\\u09bc \\u09aa\\u0995\\u09cd\\u09b7\\u09c7\\u09b0 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8\\u0995\\u09be\\u09b0\\u09c0\\u09a6\\u09c7\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09aa\\u09cd\\u09b0\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u0995\\u09c3\\u09a4)<\\/div><div>\\u00a0\\u09aa\\u09cd\\u09b0\\u09cb\\u09ab\\u09be\\u0987\\u09b2\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b6\\u09a6 \\u09ac\\u09bf\\u09ac\\u09b0\\u09a3 (\\u09af\\u09c7\\u09ae\\u09a8 \\u09ab\\u099f\\u09cb, \\u09ac\\u09be\\u09af\\u09bc\\u09cb, \\u0987\\u09a4\\u09cd\\u09af\\u09be\\u09a6\\u09bf)<\\/div><div>\\u00a0\\u0996. \\u0985-\\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09a4\\u09a5\\u09cd\\u09af<\\/div><div><br><\\/div><div>\\u0986\\u09aa\\u09a8\\u09bf \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u09a8 \\u09b8\\u09c7 \\u09b8\\u09ae\\u09cd\\u09aa\\u09b0\\u09cd\\u0995\\u09c7 \\u0986\\u09ae\\u09b0\\u09be \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09a4\\u09a5\\u09cd\\u09af \\u09b8\\u0982\\u0997\\u09cd\\u09b0\\u09b9 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf, \\u09af\\u09be\\u09b0 \\u09ae\\u09a7\\u09cd\\u09af\\u09c7 \\u0995\\u09bf\\u09a8\\u09cd\\u09a4\\u09c1 \\u09b8\\u09c0\\u09ae\\u09be\\u09ac\\u09a6\\u09cd\\u09a7 \\u09a8\\u09af\\u09bc:<\\/div><div><br><\\/div><div>\\u0986\\u0987\\u09aa\\u09bf \\u09a0\\u09bf\\u0995\\u09be\\u09a8\\u09be<\\/div><div><br><\\/div><div>\\u09ac\\u09cd\\u09b0\\u09be\\u0989\\u099c\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u0995\\u09be\\u09b0<\\/div><div><br><\\/div><div>\\u09a1\\u09bf\\u09ad\\u09be\\u0987\\u09b8 \\u09a4\\u09a5\\u09cd\\u09af<\\/div><div><br><\\/div><div>\\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09c7\\u09b0 \\u09a1\\u09c7\\u099f\\u09be (\\u09af\\u09c7\\u09ae\\u09a8 \\u09aa\\u09c3\\u09b7\\u09cd\\u09a0\\u09be\\u0997\\u09c1\\u09b2\\u09bf \\u09aa\\u09b0\\u09bf\\u09a6\\u09b0\\u09cd\\u09b6\\u09a8 \\u0995\\u09b0\\u09be, \\u09b8\\u09ae\\u09af\\u09bc \\u09ac\\u09cd\\u09af\\u09af\\u09bc \\u0995\\u09b0\\u09be \\u098f\\u09ac\\u0982 \\u0995\\u09cd\\u09b2\\u09bf\\u0995 \\u0995\\u09b0\\u09be \\u09b2\\u09bf\\u0999\\u09cd\\u0995\\u0997\\u09c1\\u09b2\\u09bf)<\\/div><div><br><\\/div><div>2. \\u0986\\u09ae\\u09b0\\u09be \\u0995\\u09bf\\u09ad\\u09be\\u09ac\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09bf<\\/div><div>\\u0986\\u09ae\\u09b0\\u09be \\u09a8\\u09bf\\u09ae\\u09cd\\u09a8\\u09b2\\u09bf\\u0996\\u09bf\\u09a4 \\u0989\\u09a6\\u09cd\\u09a6\\u09c7\\u09b6\\u09cd\\u09af\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09bf:<\\/div><div><br><\\/div><div>\\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be: \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f \\u09a4\\u09c8\\u09b0\\u09bf \\u098f\\u09ac\\u0982 \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995 \\u09b8\\u09b9\\u09be\\u09af\\u09bc\\u09a4\\u09be \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09a4\\u09c7\\u0964<\\/div><div><br><\\/div><div>\\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8: \\u0995\\u09cd\\u09b0\\u09af\\u09bc\\u0995\\u09c3\\u09a4 \\u09ac\\u09be \\u09a8\\u09a5\\u09bf\\u09ad\\u09c1\\u0995\\u09cd\\u09a4 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u0997\\u09c1\\u09b2\\u09bf\\u09a4\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8 \\u09ae\\u099e\\u09cd\\u099c\\u09c1\\u09b0 \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0985\\u0997\\u09cd\\u09b0\\u0997\\u09a4\\u09bf \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995 \\u0995\\u09b0\\u09a4\\u09c7\\u0964<\\/div><div><br><\\/div><div>\\u09af\\u09cb\\u0997\\u09be\\u09af\\u09cb\\u0997: \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u0986\\u09aa\\u09a1\\u09c7\\u099f, \\u09a8\\u09bf\\u0989\\u099c\\u09b2\\u09c7\\u099f\\u09be\\u09b0, \\u09aa\\u09cd\\u09b0\\u099a\\u09be\\u09b0\\u09ae\\u09c2\\u09b2\\u0995 \\u0985\\u09ab\\u09be\\u09b0 \\u098f\\u09ac\\u0982 \\u0997\\u09cd\\u09b0\\u09be\\u09b9\\u0995 \\u09b8\\u09b9\\u09be\\u09af\\u09bc\\u09a4\\u09be \\u09ac\\u09be\\u09b0\\u09cd\\u09a4\\u09be \\u09aa\\u09be\\u09a0\\u09be\\u09a4\\u09c7\\u0964<\\/div><div><br><\\/div><div>\\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u09aa\\u09cd\\u09b0\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u0995\\u09b0\\u09a3: \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u09ac\\u09be \\u09b8\\u09a6\\u09b8\\u09cd\\u09af\\u09a4\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u09aa\\u09cd\\u09b0\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be \\u0995\\u09b0\\u09a4\\u09c7\\u0964 \\u09a8\\u09bf\\u09b0\\u09be\\u09aa\\u09a6 \\u09b2\\u09c7\\u09a8\\u09a6\\u09c7\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u09a4\\u09c3\\u09a4\\u09c0\\u09af\\u09bc \\u09aa\\u0995\\u09cd\\u09b7\\u09c7\\u09b0 \\u09aa\\u09c7\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09aa\\u09cd\\u09b0\\u09b8\\u09c7\\u09b8\\u09b0 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09bf\\u0964<\\/div><div><br><\\/div><div>\\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3: \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09c7\\u09b0 \\u09aa\\u09cd\\u09b0\\u09ac\\u09a3\\u09a4\\u09be \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09a4\\u09c7, \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u0989\\u09a8\\u09cd\\u09a8\\u09a4 \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0989\\u09a8\\u09cd\\u09a8\\u09a4 \\u0995\\u09b0\\u09a4\\u09c7\\u0964<\\/div><div><br><\\/div><div>\\u0986\\u0987\\u09a8\\u09bf \\u09b8\\u09ae\\u09cd\\u09ae\\u09a4\\u09bf: \\u09aa\\u09cd\\u09b0\\u09af\\u09cb\\u099c\\u09cd\\u09af \\u0986\\u0987\\u09a8, \\u09aa\\u09cd\\u09b0\\u09ac\\u09bf\\u09a7\\u09be\\u09a8 \\u09ae\\u09c7\\u09a8\\u09c7 \\u099a\\u09b2\\u09be \\u098f\\u09ac\\u0982 \\u0986\\u0987\\u09a8\\u09bf \\u0985\\u09a8\\u09c1\\u09b0\\u09cb\\u09a7\\u09c7 \\u09b8\\u09be\\u09a1\\u09bc\\u09be \\u09a6\\u09c7\\u0993\\u09af\\u09bc\\u09be\\u0964<\\/div><div><br><\\/div><div><br><\\/div><div>3. \\u0986\\u09ae\\u09b0\\u09be \\u0995\\u09bf\\u09ad\\u09be\\u09ac\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af \\u09b0\\u0995\\u09cd\\u09b7\\u09be \\u0995\\u09b0\\u09bf<\\/div><div>\\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af\\u09c7\\u09b0 \\u09b8\\u09c1\\u09b0\\u0995\\u09cd\\u09b7\\u09be\\u0995\\u09c7 \\u0997\\u09c1\\u09b0\\u09c1\\u09a4\\u09cd\\u09ac \\u09b8\\u09b9\\u0995\\u09be\\u09b0\\u09c7 \\u0997\\u09cd\\u09b0\\u09b9\\u09a3 \\u0995\\u09b0\\u09bf\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09a1\\u09c7\\u099f\\u09be\\u0995\\u09c7 \\u0985\\u09a8\\u09a8\\u09c1\\u09ae\\u09cb\\u09a6\\u09bf\\u09a4 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8, \\u09aa\\u09b0\\u09bf\\u09ac\\u09b0\\u09cd\\u09a4\\u09a8, \\u09aa\\u09cd\\u09b0\\u0995\\u09be\\u09b6 \\u09ac\\u09be \\u09a7\\u09cd\\u09ac\\u0982\\u09b8 \\u09a5\\u09c7\\u0995\\u09c7 \\u09b0\\u0995\\u09cd\\u09b7\\u09be \\u0995\\u09b0\\u09a4\\u09c7 \\u0986\\u09ae\\u09b0\\u09be \\u098f\\u09a8\\u0995\\u09cd\\u09b0\\u09bf\\u09aa\\u09b6\\u09a8 \\u098f\\u09ac\\u0982 \\u09b8\\u09c1\\u09b0\\u0995\\u09cd\\u09b7\\u09bf\\u09a4 \\u09b8\\u09be\\u09b0\\u09cd\\u09ad\\u09be\\u09b0 \\u0985\\u09a8\\u09c1\\u09b6\\u09c0\\u09b2\\u09a8 \\u09b8\\u09b9 \\u09ac\\u09bf\\u09ad\\u09bf\\u09a8\\u09cd\\u09a8 \\u09a7\\u09b0\\u09a8\\u09c7\\u09b0 \\u09a8\\u09bf\\u09b0\\u09be\\u09aa\\u09a4\\u09cd\\u09a4\\u09be \\u09ac\\u09cd\\u09af\\u09ac\\u09b8\\u09cd\\u09a5\\u09be \\u09ac\\u09be\\u09b8\\u09cd\\u09a4\\u09ac\\u09be\\u09af\\u09bc\\u09a8 \\u0995\\u09b0\\u09bf\\u0964 \\u09af\\u09be\\u0987\\u09b9\\u09cb\\u0995, \\u0987\\u09a8\\u09cd\\u099f\\u09be\\u09b0\\u09a8\\u09c7\\u099f\\u09c7\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u0995\\u09cb\\u09a8\\u09cb \\u09a1\\u09c7\\u099f\\u09be \\u099f\\u09cd\\u09b0\\u09be\\u09a8\\u09cd\\u09b8\\u09ae\\u09bf\\u09b6\\u09a8 100% \\u09b8\\u09c1\\u09b0\\u0995\\u09cd\\u09b7\\u09bf\\u09a4 \\u09b9\\u0993\\u09af\\u09bc\\u09be\\u09b0 \\u09a8\\u09bf\\u09b6\\u09cd\\u099a\\u09af\\u09bc\\u09a4\\u09be \\u09a6\\u09c7\\u0993\\u09af\\u09bc\\u09be \\u09af\\u09be\\u09af\\u09bc \\u09a8\\u09be \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af\\u09c7\\u09b0 \\u09b8\\u09ae\\u09cd\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09a8\\u09bf\\u09b0\\u09be\\u09aa\\u09a4\\u09cd\\u09a4\\u09be\\u09b0 \\u09a8\\u09bf\\u09b6\\u09cd\\u099a\\u09af\\u09bc\\u09a4\\u09be \\u09a6\\u09bf\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf \\u09a8\\u09be\\u0964<\\/div><div><br><\\/div><div><br><\\/div><div>4. \\u0995\\u09c1\\u0995\\u09bf\\u099c \\u098f\\u09ac\\u0982 \\u099f\\u09cd\\u09b0\\u09cd\\u09af\\u09be\\u0995\\u09bf\\u0982 \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf<\\/div><div>\\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be \\u0989\\u09a8\\u09cd\\u09a8\\u09a4 \\u0995\\u09b0\\u09a4\\u09c7, \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09c7\\u09b0 \\u09a7\\u09b0\\u09a3\\u0997\\u09c1\\u09b2\\u09bf \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4\\u0995\\u09c3\\u09a4 \\u09b8\\u09be\\u09ae\\u0997\\u09cd\\u09b0\\u09c0 \\u09b8\\u09b0\\u09ac\\u09b0\\u09be\\u09b9 \\u0995\\u09b0\\u09a4\\u09c7 \\u0995\\u09c1\\u0995\\u09bf\\u099c \\u098f\\u09ac\\u0982 \\u0985\\u09a8\\u09c1\\u09b0\\u09c2\\u09aa \\u09aa\\u09cd\\u09b0\\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7\\u0964 \\u0995\\u09c1\\u0995\\u09bf\\u099c \\u09b9\\u09b2 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a1\\u09bf\\u09ad\\u09be\\u0987\\u09b8\\u09c7 \\u09b8\\u0982\\u09b0\\u0995\\u09cd\\u09b7\\u09bf\\u09a4 \\u099b\\u09cb\\u099f \\u09a1\\u09c7\\u099f\\u09be \\u09ab\\u09be\\u0987\\u09b2\\u0964 \\u0986\\u09aa\\u09a8\\u09bf \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ac\\u09cd\\u09b0\\u09be\\u0989\\u099c\\u09be\\u09b0 \\u09b8\\u09c7\\u099f\\u09bf\\u0982\\u09b8\\u09c7\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u0995\\u09c1\\u0995\\u09bf\\u099c \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u09ac\\u09be \\u09a8\\u09bf\\u09b7\\u09cd\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09c7\\u09a8, \\u0995\\u09bf\\u09a8\\u09cd\\u09a4\\u09c1 \\u09a6\\u09af\\u09bc\\u09be \\u0995\\u09b0\\u09c7 \\u09ae\\u09a8\\u09c7 \\u09b0\\u09be\\u0996\\u09ac\\u09c7\\u09a8 \\u09af\\u09c7 \\u0995\\u09c1\\u0995\\u09bf\\u099c \\u09a8\\u09bf\\u09b7\\u09cd\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc \\u09a5\\u09be\\u0995\\u09b2\\u09c7 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7\\u09b0 \\u0995\\u09bf\\u099b\\u09c1 \\u09ac\\u09c8\\u09b6\\u09bf\\u09b7\\u09cd\\u099f\\u09cd\\u09af \\u09b8\\u09a0\\u09bf\\u0995\\u09ad\\u09be\\u09ac\\u09c7 \\u0995\\u09be\\u099c \\u09a8\\u09be\\u0993 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09c7\\u0964<\\/div><div><br><\\/div><div>\\u0986\\u09ae\\u09b0\\u09be \\u09a4\\u09c3\\u09a4\\u09c0\\u09af\\u09bc \\u09aa\\u0995\\u09cd\\u09b7\\u09c7\\u09b0 \\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be\\u0997\\u09c1\\u09b2\\u09bf \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf, \\u09af\\u09c7\\u09ae\\u09a8 \\u0997\\u09c1\\u0997\\u09b2 \\u0985\\u09cd\\u09af\\u09be\\u09a8\\u09be\\u09b2\\u09bf\\u099f\\u09bf\\u0995\\u09cd\\u09b8, \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7\\u09b0 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09c7\\u09b0 \\u09a1\\u09c7\\u099f\\u09be \\u09b8\\u0982\\u0997\\u09cd\\u09b0\\u09b9 \\u0995\\u09b0\\u09a4\\u09c7\\u0964 \\u098f\\u0987 \\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be\\u0997\\u09c1\\u09b2\\u09bf \\u09a1\\u09c7\\u099f\\u09be \\u09b8\\u0982\\u0997\\u09cd\\u09b0\\u09b9 \\u098f\\u09ac\\u0982 \\u09ac\\u09bf\\u09b6\\u09cd\\u09b2\\u09c7\\u09b7\\u09a3 \\u0995\\u09b0\\u09a4\\u09c7 \\u0995\\u09c1\\u0995\\u09bf\\u099c \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7, \\u09af\\u09be \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u0989\\u09a8\\u09cd\\u09a8\\u09a4 \\u0995\\u09b0\\u09a4\\u09c7 \\u09b8\\u09b9\\u09be\\u09af\\u09bc\\u09a4\\u09be \\u0995\\u09b0\\u09c7\\u0964<\\/div><div><br><\\/div><div>5. \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af \\u09ad\\u09be\\u0997 \\u0995\\u09b0\\u09be<\\/div><div>\\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09a4\\u09a5\\u09cd\\u09af \\u09ac\\u09bf\\u0995\\u09cd\\u09b0\\u09bf, \\u09ad\\u09be\\u09a1\\u09bc\\u09be \\u09ac\\u09be \\u09ac\\u09cd\\u09af\\u09ac\\u09b8\\u09be \\u0995\\u09b0\\u09bf \\u09a8\\u09be\\u0964 \\u09af\\u09be\\u0987\\u09b9\\u09cb\\u0995, \\u0986\\u09ae\\u09b0\\u09be \\u09a8\\u09bf\\u09ae\\u09cd\\u09a8\\u09b2\\u09bf\\u0996\\u09bf\\u09a4 \\u09aa\\u09b0\\u09bf\\u09b8\\u09cd\\u09a5\\u09bf\\u09a4\\u09bf\\u09a4\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af \\u09b6\\u09c7\\u09af\\u09bc\\u09be\\u09b0 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf:<\\/div><div><br><\\/div><div>\\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8\\u0995\\u09be\\u09b0\\u09c0: \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af \\u09a4\\u09c3\\u09a4\\u09c0\\u09af\\u09bc \\u09aa\\u0995\\u09cd\\u09b7\\u09c7\\u09b0 \\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8\\u0995\\u09be\\u09b0\\u09c0\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09b6\\u09c7\\u09af\\u09bc\\u09be\\u09b0 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf \\u09af\\u09be\\u09b0\\u09be \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be, \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u09aa\\u09cd\\u09b0\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u0995\\u09b0\\u09a3 \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8\\u09c7 \\u09b8\\u09b9\\u09be\\u09af\\u09bc\\u09a4\\u09be \\u0995\\u09b0\\u09c7 (\\u09af\\u09c7\\u09ae\\u09a8, \\u09aa\\u09c7\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09aa\\u09cd\\u09b0\\u09b8\\u09c7\\u09b8\\u09b0, \\u09b9\\u09cb\\u09b8\\u09cd\\u099f\\u09bf\\u0982 \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8\\u0995\\u09be\\u09b0\\u09c0)\\u0964<\\/div><div><br><\\/div><div>\\u0986\\u0987\\u09a8\\u09bf \\u09b8\\u09ae\\u09cd\\u09ae\\u09a4\\u09bf: \\u0986\\u0987\\u09a8\\u09c7\\u09b0 \\u09a6\\u09cd\\u09ac\\u09be\\u09b0\\u09be \\u09aa\\u09cd\\u09b0\\u09af\\u09bc\\u09cb\\u099c\\u09a8 \\u09b9\\u09b2\\u09c7 \\u09ac\\u09be \\u09b8\\u09be\\u09ac\\u09aa\\u09cb\\u09a8\\u09be \\u09ac\\u09be \\u0986\\u09a6\\u09be\\u09b2\\u09a4\\u09c7\\u09b0 \\u0986\\u09a6\\u09c7\\u09b6\\u09c7\\u09b0 \\u09ae\\u09a4\\u09cb \\u0986\\u0987\\u09a8\\u09bf \\u09aa\\u09cd\\u09b0\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be\\u0997\\u09c1\\u09b2\\u09bf \\u09ae\\u09c7\\u09a8\\u09c7 \\u099a\\u09b2\\u09a4\\u09c7 \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af \\u09aa\\u09cd\\u09b0\\u0995\\u09be\\u09b6 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf\\u0964<\\/div><div><br><\\/div><div>\\u09ac\\u09cd\\u09af\\u09ac\\u09b8\\u09be\\u09af\\u09bc\\u09bf\\u0995 \\u09b8\\u09cd\\u09a5\\u09be\\u09a8\\u09be\\u09a8\\u09cd\\u09a4\\u09b0: \\u0986\\u09ae\\u09b0\\u09be \\u09af\\u09a6\\u09bf \\u09b8\\u09ae\\u09cd\\u09aa\\u09a4\\u09cd\\u09a4\\u09bf\\u09b0 \\u098f\\u0995\\u09c0\\u09ad\\u09c2\\u09a4\\u0995\\u09b0\\u09a3, \\u0985\\u09a7\\u09bf\\u0997\\u09cd\\u09b0\\u09b9\\u09a3 \\u09ac\\u09be \\u09ac\\u09bf\\u0995\\u09cd\\u09b0\\u09af\\u09bc\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u099c\\u09a1\\u09bc\\u09bf\\u09a4 \\u09a5\\u09be\\u0995\\u09bf, \\u09a4\\u09be\\u09b9\\u09b2\\u09c7 \\u09b8\\u09c7\\u0987 \\u09b2\\u09c7\\u09a8\\u09a6\\u09c7\\u09a8\\u09c7\\u09b0 \\u0985\\u0982\\u09b6 \\u09b9\\u09bf\\u09b8\\u09c7\\u09ac\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af \\u09b8\\u09cd\\u09a5\\u09be\\u09a8\\u09be\\u09a8\\u09cd\\u09a4\\u09b0 \\u0995\\u09b0\\u09be \\u09b9\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09c7\\u0964<\\/div><div><br><\\/div><div><br><\\/div><div>6. \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09aa\\u099b\\u09a8\\u09cd\\u09a6 \\u098f\\u09ac\\u0982 \\u0985\\u09a7\\u09bf\\u0995\\u09be\\u09b0<\\/div><div>\\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09a4\\u09a5\\u09cd\\u09af \\u09b8\\u09ae\\u09cd\\u09aa\\u09b0\\u09cd\\u0995\\u09bf\\u09a4 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a8\\u09bf\\u09ae\\u09cd\\u09a8\\u09b2\\u09bf\\u0996\\u09bf\\u09a4 \\u0985\\u09a7\\u09bf\\u0995\\u09be\\u09b0 \\u09b0\\u09af\\u09bc\\u09c7\\u099b\\u09c7:<\\/div><div><br><\\/div><div>\\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8 \\u098f\\u09ac\\u0982 \\u09b8\\u0982\\u09b6\\u09cb\\u09a7\\u09a8: \\u0986\\u09aa\\u09a8\\u09bf \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f \\u09b8\\u09c7\\u099f\\u09bf\\u0982\\u09b8\\u09c7\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09af\\u09c7\\u0995\\u09cb\\u09a8\\u09cb \\u09b8\\u09ae\\u09af\\u09bc \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f\\u09c7\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af \\u09aa\\u09b0\\u09cd\\u09af\\u09be\\u09b2\\u09cb\\u099a\\u09a8\\u09be \\u098f\\u09ac\\u0982 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09c7\\u09a8\\u0964<\\/div><div><br><\\/div><div>\\u09ae\\u09c1\\u099b\\u09c7 \\u09ab\\u09c7\\u09b2\\u09be: \\u0986\\u09aa\\u09a8\\u09bf \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09af\\u09cb\\u0997\\u09be\\u09af\\u09cb\\u0997 \\u0995\\u09b0\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09a4\\u09a5\\u09cd\\u09af \\u09ae\\u09c1\\u099b\\u09c7 \\u09ab\\u09c7\\u09b2\\u09be\\u09b0 \\u0985\\u09a8\\u09c1\\u09b0\\u09cb\\u09a7 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09c7\\u09a8\\u0964 \\u09a6\\u09af\\u09bc\\u09be \\u0995\\u09b0\\u09c7 \\u09ae\\u09a8\\u09c7 \\u09b0\\u09be\\u0996\\u09ac\\u09c7\\u09a8 \\u09af\\u09c7 \\u0995\\u09bf\\u099b\\u09c1 \\u09a4\\u09a5\\u09cd\\u09af \\u0986\\u0987\\u09a8\\u09bf \\u09ac\\u09be \\u09aa\\u09cd\\u09b0\\u09b6\\u09be\\u09b8\\u09a8\\u09bf\\u0995 \\u0989\\u09a6\\u09cd\\u09a6\\u09c7\\u09b6\\u09cd\\u09af\\u09c7 \\u09b0\\u09be\\u0996\\u09be \\u09af\\u09c7\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09c7\\u0964<\\/div><div><br><\\/div><div>\\u09af\\u09cb\\u0997\\u09be\\u09af\\u09cb\\u0997\\u09c7\\u09b0 \\u0985\\u09aa\\u09cd\\u099f-\\u0986\\u0989\\u099f \\u0995\\u09b0\\u09c1\\u09a8: \\u0986\\u09aa\\u09a8\\u09bf \\u0987\\u09ae\\u09c7\\u09b2\\u09c7 \\u0986\\u09a8\\u09b8\\u09be\\u09ac\\u09b8\\u09cd\\u0995\\u09cd\\u09b0\\u09be\\u0987\\u09ac \\u09b2\\u09bf\\u0999\\u09cd\\u0995 \\u0985\\u09a8\\u09c1\\u09b8\\u09b0\\u09a3 \\u0995\\u09b0\\u09c7 \\u09ac\\u09be \\u09b8\\u09b0\\u09be\\u09b8\\u09b0\\u09bf \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09af\\u09cb\\u0997\\u09be\\u09af\\u09cb\\u0997 \\u0995\\u09b0\\u09c7 \\u09aa\\u09cd\\u09b0\\u099a\\u09be\\u09b0\\u09ae\\u09c2\\u09b2\\u0995 \\u0987\\u09ae\\u09c7\\u09b2\\u0997\\u09c1\\u09b2\\u09bf \\u0997\\u09cd\\u09b0\\u09b9\\u09a3 \\u0995\\u09b0\\u09be \\u09a5\\u09c7\\u0995\\u09c7 \\u0985\\u09aa\\u09cd\\u099f \\u0986\\u0989\\u099f \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09c7\\u09a8\\u09f7 \\u09af\\u09be\\u0987\\u09b9\\u09cb\\u0995, \\u0986\\u09ae\\u09b0\\u09be \\u098f\\u0996\\u09a8\\u0993 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f \\u09ac\\u09be \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09b8\\u09ae\\u09cd\\u09aa\\u09b0\\u09cd\\u0995\\u09bf\\u09a4 \\u09b2\\u09c7\\u09a8\\u09a6\\u09c7\\u09a8\\u09ae\\u09c2\\u09b2\\u0995 \\u0987\\u09ae\\u09c7\\u09b2 \\u09aa\\u09be\\u09a0\\u09be\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf\\u0964<\\/div><div><br><\\/div><div><br><\\/div><div>7. \\u09b6\\u09bf\\u09b6\\u09c1\\u09a6\\u09c7\\u09b0 \\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be<\\/div><div>\\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u099f\\u09bf [\\u0987\\u09a8\\u09b8\\u09be\\u09b0\\u09cd\\u099f \\u098f\\u099c, \\u09b8\\u09be\\u09a7\\u09be\\u09b0\\u09a3\\u09a4 13 \\u09ac\\u09be \\u09a4\\u09be\\u09b0 \\u09ac\\u09c7\\u09b6\\u09bf] \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0995\\u09ae \\u09ac\\u09af\\u09bc\\u09b8\\u09c0 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u09a6\\u09c7\\u09b0 \\u09a6\\u09cd\\u09ac\\u09be\\u09b0\\u09be \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09c7\\u09b0 \\u0989\\u09a6\\u09cd\\u09a6\\u09c7\\u09b6\\u09cd\\u09af\\u09c7 \\u09a8\\u09af\\u09bc \\u098f\\u09ac\\u0982 \\u0986\\u09ae\\u09b0\\u09be \\u099c\\u09c7\\u09a8\\u09c7\\u09b6\\u09c1\\u09a8\\u09c7 \\u09b6\\u09bf\\u09b6\\u09c1\\u09a6\\u09c7\\u09b0 \\u0995\\u09be\\u099b \\u09a5\\u09c7\\u0995\\u09c7 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09a4\\u09a5\\u09cd\\u09af \\u09b8\\u0982\\u0997\\u09cd\\u09b0\\u09b9 \\u0995\\u09b0\\u09bf \\u09a8\\u09be\\u0964 \\u09af\\u09a6\\u09bf \\u0986\\u09ae\\u09b0\\u09be \\u099c\\u09be\\u09a8\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf \\u09af\\u09c7 \\u0986\\u09ae\\u09b0\\u09be [\\u0987\\u09a8\\u09b8\\u09be\\u09b0\\u09cd\\u099f \\u098f\\u099c] \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u0995\\u09ae \\u09ac\\u09af\\u09bc\\u09b8\\u09c0 \\u09b6\\u09bf\\u09b6\\u09c1\\u09b0 \\u0995\\u09be\\u099b \\u09a5\\u09c7\\u0995\\u09c7 \\u0985\\u09b8\\u09be\\u09ac\\u09a7\\u09be\\u09a8\\u09a4\\u09be\\u09ac\\u09b6\\u09a4 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09a4\\u09a5\\u09cd\\u09af \\u09b8\\u0982\\u0997\\u09cd\\u09b0\\u09b9 \\u0995\\u09b0\\u09c7\\u099b\\u09bf, \\u0986\\u09ae\\u09b0\\u09be \\u09af\\u09a4 \\u09a4\\u09be\\u09a1\\u09bc\\u09be\\u09a4\\u09be\\u09a1\\u09bc\\u09bf \\u09b8\\u09ae\\u09cd\\u09ad\\u09ac \\u09a4\\u09a5\\u09cd\\u09af \\u09ae\\u09c1\\u099b\\u09c7 \\u09ab\\u09c7\\u09b2\\u09be\\u09b0 \\u09aa\\u09a6\\u0995\\u09cd\\u09b7\\u09c7\\u09aa \\u09a8\\u09c7\\u09ac\\u0964<\\/div><div><br><\\/div><div><br><\\/div><div>8. \\u09a4\\u09c3\\u09a4\\u09c0\\u09af\\u09bc \\u09aa\\u0995\\u09cd\\u09b7\\u09c7\\u09b0 \\u09b2\\u09bf\\u0999\\u09cd\\u0995<\\/div><div>\\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u099f\\u09bf\\u09a4\\u09c7 \\u09a4\\u09c3\\u09a4\\u09c0\\u09af\\u09bc \\u09aa\\u0995\\u09cd\\u09b7\\u09c7\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09be \\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u09b2\\u09bf\\u0999\\u09cd\\u0995 \\u09a5\\u09be\\u0995\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09c7\\u0964 \\u098f\\u0987 \\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u09a8\\u09c0\\u09a4\\u09bf \\u09b6\\u09c1\\u09a7\\u09c1\\u09ae\\u09be\\u09a4\\u09cd\\u09b0 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7 \\u09aa\\u09cd\\u09b0\\u09af\\u09cb\\u099c\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u09a4\\u09c3\\u09a4\\u09c0\\u09af\\u09bc \\u09aa\\u0995\\u09cd\\u09b7\\u09c7\\u09b0 \\u09b8\\u09be\\u0987\\u099f\\u0997\\u09c1\\u09b2\\u09bf\\u0995\\u09c7 \\u0995\\u09ad\\u09be\\u09b0 \\u0995\\u09b0\\u09c7 \\u09a8\\u09be\\u0964 \\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09a4\\u09a5\\u09cd\\u09af \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09be\\u09b0 \\u0986\\u0997\\u09c7 \\u0995\\u09cb\\u09a8\\u09cb \\u09a4\\u09c3\\u09a4\\u09c0\\u09af\\u09bc \\u09aa\\u0995\\u09cd\\u09b7\\u09c7\\u09b0 \\u09b8\\u09be\\u0987\\u099f\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u09a8\\u09c0\\u09a4\\u09bf\\u0997\\u09c1\\u09b2\\u09bf \\u09aa\\u09b0\\u09cd\\u09af\\u09be\\u09b2\\u09cb\\u099a\\u09a8\\u09be \\u0995\\u09b0\\u09a4\\u09c7 \\u0989\\u09a4\\u09cd\\u09b8\\u09be\\u09b9\\u09bf\\u09a4 \\u0995\\u09b0\\u09bf\\u09f7<\\/div><div><br><\\/div><div>9. \\u098f\\u0987 \\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u09a8\\u09c0\\u09a4\\u09bf\\u09a4\\u09c7 \\u09aa\\u09b0\\u09bf\\u09ac\\u09b0\\u09cd\\u09a4\\u09a8<\\/div><div>\\u0986\\u09ae\\u09b0\\u09be \\u09b8\\u09ae\\u09af\\u09bc\\u09c7 \\u09b8\\u09ae\\u09af\\u09bc\\u09c7 \\u098f\\u0987 \\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u09a8\\u09c0\\u09a4\\u09bf \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf\\u0964 \\u09af\\u0996\\u09a8 \\u0986\\u09ae\\u09b0\\u09be \\u09aa\\u09b0\\u09bf\\u09ac\\u09b0\\u09cd\\u09a4\\u09a8 \\u0995\\u09b0\\u09bf, \\u09a4\\u0996\\u09a8 \\u0986\\u09ae\\u09b0\\u09be \\\"\\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09b0 Da\\\" \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u0995\\u09b0\\u09ac<\\/div>\"}', '2025-01-06 22:41:52', '2025-01-06 22:41:52'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (620, 2, 'Modules\\LMS\\Models\\Page', 'ar', '{\"title\":\"\\u0627\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0648\\u0627\\u0644\\u0623\\u062d\\u0643\\u0627\\u0645\",\"content\":\"<p><span style=\\\"font-size: 24px;\\\"><b>\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643 \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639 Edulab LMS<\\/b><\\/span><\\/p><p><br><\\/p><p>\\u062a\\u062a\\u062d\\u0643\\u0645 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0648\\u0627\\u0644\\u0623\\u062d\\u0643\\u0627\\u0645 (\\\"\\u0627\\u0644\\u0634\\u0631\\u0648\\u0637\\\") \\u0641\\u064a \\u0648\\u0635\\u0648\\u0644\\u0643 \\u0625\\u0644\\u0649 \\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0648\\u064a\\u0628 https:\\/\\/edulab.codexshaper.com\\/ \\u0648\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0643 \\u0644\\u0647\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0645\\u062d\\u062a\\u0648\\u064a\\u0627\\u062a \\u0648\\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0648\\u0627\\u0644\\u0645\\u064a\\u0632\\u0627\\u062a \\u0627\\u0644\\u0645\\u0642\\u062f\\u0645\\u0629 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0623\\u0648 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644\\u0647 (\\\"\\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a\\\"). \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0623\\u0648 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647\\u060c \\u0641\\u0625\\u0646\\u0643 \\u062a\\u0648\\u0627\\u0641\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0627\\u0645\\u062a\\u062b\\u0627\\u0644 \\u0644\\u0647\\u0630\\u0647 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0648\\u0627\\u0644\\u0627\\u0644\\u062a\\u0632\\u0627\\u0645 \\u0628\\u0647\\u0627. \\u0625\\u0630\\u0627 \\u0643\\u0646\\u062a \\u0644\\u0627 \\u062a\\u0648\\u0627\\u0641\\u0642 \\u0639\\u0644\\u0649 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637\\u060c \\u064a\\u0631\\u062c\\u0649 \\u0639\\u062f\\u0645 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639.<\\/p><p><br><\\/p><p>1. \\u0623\\u0647\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645<\\/p><p><br><\\/p><p>\\u064a\\u062c\\u0628 \\u0623\\u0646 \\u064a\\u0643\\u0648\\u0646 \\u0639\\u0645\\u0631\\u0643 [\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0631] \\u0639\\u0627\\u0645\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0642\\u0644 \\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627. \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\\u060c \\u0641\\u0625\\u0646\\u0643 \\u062a\\u0642\\u0631 \\u0648\\u062a\\u0636\\u0645\\u0646 \\u0623\\u0646\\u0643 \\u062a\\u0633\\u062a\\u0648\\u0641\\u064a \\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u0623\\u0647\\u0644\\u064a\\u0629.<\\/p><p><br><\\/p><p>2. \\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628<\\/p><p><br><\\/p><p>\\u0644\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062e\\u062f\\u0645\\u0627\\u062a \\u0645\\u0639\\u064a\\u0646\\u0629\\u060c \\u0642\\u062f \\u064a\\u064f\\u0637\\u0644\\u0628 \\u0645\\u0646\\u0643 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u062d\\u0633\\u0627\\u0628 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u062a\\u0642\\u062f\\u064a\\u0645 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u062f\\u0642\\u064a\\u0642\\u0629 \\u0648\\u0645\\u062d\\u062f\\u062b\\u0629. \\u0623\\u0646\\u062a \\u0645\\u0633\\u0624\\u0648\\u0644 \\u0639\\u0646 \\u0627\\u0644\\u062d\\u0641\\u0627\\u0638 \\u0639\\u0644\\u0649 \\u0633\\u0631\\u064a\\u0629 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0648\\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0623\\u0646\\u0634\\u0637\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u062a\\u0645 \\u062a\\u062d\\u062a \\u062d\\u0633\\u0627\\u0628\\u0643. \\u0623\\u062e\\u0637\\u0631\\u0646\\u0627 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631 \\u0625\\u0630\\u0627 \\u0643\\u0646\\u062a \\u062a\\u0639\\u062a\\u0642\\u062f \\u0623\\u0646 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0642\\u062f \\u062a\\u0639\\u0631\\u0636 \\u0644\\u0644\\u0627\\u062e\\u062a\\u0631\\u0627\\u0642.<\\/p><p><br><\\/p><p>3. \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639<\\/p><p><br><\\/p><p>\\u0623\\u0646\\u062a \\u062a\\u0648\\u0627\\u0641\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0644\\u0623\\u063a\\u0631\\u0627\\u0636 \\u0642\\u0627\\u0646\\u0648\\u0646\\u064a\\u0629 \\u0641\\u0642\\u0637 \\u0648\\u0648\\u0641\\u0642\\u064b\\u0627 \\u0644\\u0647\\u0630\\u0647 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637. \\u0644\\u0627 \\u064a\\u062c\\u0648\\u0632 \\u0644\\u0643:<\\/p><p><br><\\/p><p>\\u0627\\u0646\\u062a\\u0647\\u0627\\u0643 \\u0623\\u064a \\u0642\\u0627\\u0646\\u0648\\u0646 \\u0645\\u062d\\u0644\\u064a \\u0623\\u0648 \\u0648\\u0644\\u0627\\u0626\\u064a \\u0623\\u0648 \\u0648\\u0637\\u0646\\u064a \\u0623\\u0648 \\u062f\\u0648\\u0644\\u064a \\u0633\\u0627\\u0631\\u064a.<\\/p><p><br><\\/p><p>\\u062a\\u062d\\u0645\\u064a\\u0644 \\u0623\\u0648 \\u0646\\u0634\\u0631 \\u0623\\u0648 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0623\\u064a \\u0645\\u062d\\u062a\\u0648\\u0649 \\u063a\\u064a\\u0631 \\u0642\\u0627\\u0646\\u0648\\u0646\\u064a \\u0623\\u0648 \\u0636\\u0627\\u0631 \\u0623\\u0648 \\u0645\\u0646\\u062a\\u0647\\u0643.<\\/p><p><br><\\/p><p>\\u0627\\u0644\\u0627\\u0646\\u062e\\u0631\\u0627\\u0637 \\u0641\\u064a \\u0623\\u064a \\u0646\\u0634\\u0627\\u0637 \\u0642\\u062f \\u064a\\u0639\\u0637\\u0644 \\u0623\\u0648 \\u064a\\u0632\\u064a\\u062f \\u0645\\u0646 \\u062a\\u062d\\u0645\\u064a\\u0644 \\u0623\\u0648 \\u064a\\u062a\\u0644\\u0641 \\u0648\\u0638\\u0627\\u0626\\u0641 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639.<\\/p><p><br><\\/p><p>4. \\u0627\\u0644\\u0645\\u0644\\u0643\\u064a\\u0629 \\u0627\\u0644\\u0641\\u0643\\u0631\\u064a\\u0629<\\/p><p><br><\\/p><p>\\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0645\\u062d\\u062a\\u0648\\u064a\\u0627\\u062a\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0639\\u0644\\u0649 \\u0633\\u0628\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062b\\u0627\\u0644 \\u0644\\u0627 \\u0627\\u0644\\u062d\\u0635\\u0631 \\u0627\\u0644\\u0646\\u0635\\u0648\\u0635 \\u0648\\u0627\\u0644\\u0635\\u0648\\u0631 \\u0648\\u0645\\u0642\\u0627\\u0637\\u0639 \\u0627\\u0644\\u0641\\u064a\\u062f\\u064a\\u0648 \\u0648\\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0648\\u0627\\u0644\\u0628\\u0631\\u0627\\u0645\\u062c \\u0648\\u0627\\u0644\\u0645\\u0648\\u0627\\u062f \\u0627\\u0644\\u0623\\u062e\\u0631\\u0649 \\u0627\\u0644\\u0645\\u062a\\u0648\\u0641\\u0631\\u0629 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\\u060c \\u0645\\u0645\\u0644\\u0648\\u0643\\u0629 \\u0644\\u0640 [\\u0627\\u0633\\u0645 \\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0646\\u0638\\u0627\\u0645 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643] \\u0623\\u0648 \\u0645\\u0631\\u062e\\u0635\\u0629 \\u0644\\u0647 \\u0648\\u0645\\u062d\\u0645\\u064a\\u0629 \\u0628\\u0642\\u0648\\u0627\\u0646\\u064a\\u0646 \\u0627\\u0644\\u0645\\u0644\\u0643\\u064a\\u0629 \\u0627\\u0644\\u0641\\u0643\\u0631\\u064a\\u0629. \\u0644\\u0627 \\u064a\\u062c\\u0648\\u0632 \\u0644\\u0643 \\u0625\\u0639\\u0627\\u062f\\u0629 \\u0625\\u0646\\u062a\\u0627\\u062c \\u0623\\u0648 \\u062a\\u0648\\u0632\\u064a\\u0639 \\u0623\\u0648 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0623\\u0639\\u0645\\u0627\\u0644 \\u0645\\u0634\\u062a\\u0642\\u0629 \\u0645\\u0646 \\u0623\\u064a \\u0645\\u062d\\u062a\\u0648\\u0649 \\u062f\\u0648\\u0646 \\u0645\\u0648\\u0627\\u0641\\u0642\\u0629 \\u0643\\u062a\\u0627\\u0628\\u064a\\u0629 \\u0645\\u0633\\u0628\\u0642\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u0627\\u0644\\u0643.<\\/p><p><br><\\/p><p>5. \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0645\\u062d\\u062a\\u0648\\u0649<\\/p><p><br><\\/p><p>\\u0625\\u0630\\u0627 \\u0623\\u0631\\u0633\\u0644\\u062a \\u0623\\u064a \\u0645\\u062d\\u062a\\u0648\\u0649 (\\u0645\\u062b\\u0644 \\u0645\\u0648\\u0627\\u062f \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0642\\u0627\\u062a \\u0623\\u0648 \\u0627\\u0644\\u0645\\u0644\\u0627\\u062d\\u0638\\u0627\\u062a) \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\\u060c \\u0641\\u0625\\u0646\\u0643 \\u062a\\u0645\\u0646\\u062d Edulab \\u062a\\u0631\\u062e\\u064a\\u0635\\u064b\\u0627 \\u0639\\u0627\\u0644\\u0645\\u064a\\u064b\\u0627 \\u0648\\u062e\\u0627\\u0644\\u064a\\u064b\\u0627 \\u0645\\u0646 \\u062d\\u0642\\u0648\\u0642 \\u0627\\u0644\\u0645\\u0644\\u0643\\u064a\\u0629 \\u0648\\u0644\\u0627 \\u0631\\u062c\\u0639\\u0629 \\u0641\\u064a\\u0647 \\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0648\\u0625\\u0639\\u0627\\u062f\\u0629 \\u0625\\u0646\\u062a\\u0627\\u062c \\u0648\\u062a\\u0639\\u062f\\u064a\\u0644 \\u0648\\u062a\\u0648\\u0632\\u064a\\u0639 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0645\\u062d\\u062a\\u0648\\u0649 \\u0641\\u064a\\u0645\\u0627 \\u064a\\u062a\\u0639\\u0644\\u0642 \\u0628\\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0648\\u062e\\u062f\\u0645\\u0627\\u062a\\u0647.<\\/p><p><br><\\/p><p>6. \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0648\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647\\u0627<\\/p><p><br><\\/p><p>\\u064a\\u062e\\u0636\\u0639 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0627\\u062a \\u0648\\u0627\\u0644\\u0645\\u062d\\u062a\\u0648\\u0649 \\u0648\\u0627\\u0644\\u0645\\u0648\\u0627\\u062f \\u0627\\u0644\\u0645\\u0648\\u062c\\u0648\\u062f\\u0629 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0644\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0627\\u0644\\u0645\\u062d\\u062f\\u062f\\u0629 \\u0627\\u0644\\u0645\\u0648\\u0636\\u062d\\u0629 \\u0641\\u064a \\u0648\\u0635\\u0641 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u0627\\u062a\\u0641\\u0627\\u0642\\u064a\\u0629. \\u0646\\u062d\\u062a\\u0641\\u0638 \\u0628\\u0627\\u0644\\u062d\\u0642 \\u0641\\u064a \\u062a\\u062d\\u062f\\u064a\\u062b \\u0623\\u0648 \\u062a\\u0639\\u062f\\u064a\\u0644 \\u0623\\u0648 \\u0625\\u0632\\u0627\\u0644\\u0629 \\u0623\\u064a \\u0645\\u062d\\u062a\\u0648\\u0649 \\u0644\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0641\\u064a \\u0623\\u064a \\u0648\\u0642\\u062a. \\u0642\\u062f \\u064a\\u062a\\u0645 \\u0625\\u0644\\u063a\\u0627\\u0621 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062f\\u0648\\u0631\\u0629 \\u0625\\u0630\\u0627 \\u0627\\u0646\\u062a\\u0647\\u0643\\u062a \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637.<\\/p><p><br><\\/p><p>7. \\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0648\\u0627\\u0644\\u0627\\u0633\\u062a\\u0631\\u062f\\u0627\\u062f<\\/p><p><br><\\/p><p>\\u0625\\u0630\\u0627 \\u0642\\u0645\\u062a \\u0628\\u0634\\u0631\\u0627\\u0621 \\u062f\\u0648\\u0631\\u0629 \\u0623\\u0648 \\u0627\\u0634\\u062a\\u0631\\u0627\\u0643\\u060c \\u0641\\u0625\\u0646\\u0643 \\u062a\\u0648\\u0627\\u0641\\u0642 \\u0639\\u0644\\u0649 \\u062f\\u0641\\u0639 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0645\\u0639\\u0645\\u0648\\u0644 \\u0628\\u0647\\u0627. \\u062a\\u062a\\u0645 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062a\\u0627\\u0628\\u0639\\u0629 \\u0644\\u062c\\u0647\\u0627\\u062a \\u062e\\u0627\\u0631\\u062c\\u064a\\u0629\\u060c \\u0648\\u0623\\u0646\\u062a \\u0645\\u0633\\u0624\\u0648\\u0644 \\u0639\\u0646 \\u062a\\u0642\\u062f\\u064a\\u0645 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0641\\u0648\\u062a\\u0631\\u0629 \\u062f\\u0642\\u064a\\u0642\\u0629. \\u064a\\u0631\\u062c\\u0649 \\u0627\\u0644\\u0631\\u062c\\u0648\\u0639 \\u0625\\u0644\\u0649 [\\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0631\\u062f\\u0627\\u062f] \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0627 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u062d\\u0648\\u0644 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0625\\u0644\\u063a\\u0627\\u0621 \\u0623\\u0648 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0631\\u062f\\u0627\\u062f.<\\/p><p><br><\\/p><p>8. \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0648\\u062c\\u0645\\u0639 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a<\\/p><p><br><\\/p><p>\\u064a\\u062e\\u0636\\u0639 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0643 \\u0644\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u0644\\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0627\\u060c \\u0648\\u0627\\u0644\\u062a\\u064a \\u062a\\u062d\\u062f\\u062f \\u0643\\u064a\\u0641\\u064a\\u0629 \\u062c\\u0645\\u0639 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629 \\u0648\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647\\u0627 \\u0648\\u062d\\u0645\\u0627\\u064a\\u062a\\u0647\\u0627. \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\\u060c \\u0641\\u0625\\u0646\\u0643 \\u062a\\u0648\\u0627\\u0641\\u0642 \\u0639\\u0644\\u0649 \\u062c\\u0645\\u0639 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0648\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647\\u0627 \\u0643\\u0645\\u0627 \\u0647\\u0648 \\u0645\\u0648\\u0636\\u062d \\u0641\\u064a \\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629.<\\/p><p><br><\\/p><p>9. \\u0625\\u062e\\u0644\\u0627\\u0621 \\u0627\\u0644\\u0645\\u0633\\u0624\\u0648\\u0644\\u064a\\u0629<\\/p><p><br><\\/p><p>\\u064a\\u062a\\u0645 \\u062a\\u0648\\u0641\\u064a\\u0631 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0648\\u062e\\u062f\\u0645\\u0627\\u062a\\u0647 \\\"\\u0643\\u0645\\u0627 \\u0647\\u064a\\\" \\u0648\\\"\\u0643\\u0645\\u0627 \\u062a\\u062a\\u0648\\u0641\\u0631\\\". \\u0644\\u0627 \\u0646\\u0642\\u062f\\u0645 \\u0623\\u064a \\u0636\\u0645\\u0627\\u0646\\u0627\\u062a \\u0623\\u0648 \\u062a\\u0639\\u0647\\u062f\\u0627\\u062a \\u0641\\u064a\\u0645\\u0627 \\u064a\\u062a\\u0639\\u0644\\u0642 \\u0628\\u062f\\u0642\\u0629 \\u0623\\u0648 \\u0627\\u0643\\u062a\\u0645\\u0627\\u0644 \\u0623\\u0648 \\u062a\\u0648\\u0641\\u0631 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0623\\u0648 \\u0645\\u062d\\u062a\\u0648\\u0627\\u0647. \\u0648\\u0644\\u0627 \\u0646\\u062a\\u062d\\u0645\\u0644 \\u0627\\u0644\\u0645\\u0633\\u0624\\u0648\\u0644\\u064a\\u0629 \\u0639\\u0646 \\u0623\\u064a \\u062e\\u0633\\u0627\\u0631\\u0629 \\u0623\\u0648 \\u0636\\u0631\\u0631 \\u0646\\u0627\\u062a\\u062c \\u0639\\u0646 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0643 \\u0644\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a.<\\/p><p><br><\\/p><p>10. \\u0627\\u0644\\u062d\\u062f \\u0645\\u0646 \\u0627\\u0644\\u0645\\u0633\\u0624\\u0648\\u0644\\u064a\\u0629<\\/p><p><br><\\/p><p>\\u0625\\u0644\\u0649 \\u0623\\u0642\\u0635\\u0649 \\u062d\\u062f \\u064a\\u0633\\u0645\\u062d \\u0628\\u0647 \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646\\u060c \\u0644\\u0646 \\u062a\\u0643\\u0648\\u0646 [\\u0627\\u0633\\u0645 \\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 LMS] \\u0648\\u0627\\u0644\\u0634\\u0631\\u0643\\u0627\\u062a \\u0627\\u0644\\u062a\\u0627\\u0628\\u0639\\u0629 \\u0644\\u0647\\u0627 \\u0645\\u0633\\u0624\\u0648\\u0644\\u0629 \\u0639\\u0646 \\u0623\\u064a \\u0623\\u0636\\u0631\\u0627\\u0631 \\u063a\\u064a\\u0631 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0623\\u0648 \\u0639\\u0631\\u0636\\u064a\\u0629 \\u0623\\u0648 \\u062e\\u0627\\u0635\\u0629 \\u0623\\u0648 \\u062a\\u0628\\u0639\\u064a\\u0629 \\u0623\\u0648 \\u0639\\u0642\\u0627\\u0628\\u064a\\u0629\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0639\\u0644\\u0649 \\u0633\\u0628\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062b\\u0627\\u0644 \\u0644\\u0627 \\u0627\\u0644\\u062d\\u0635\\u0631 \\u062e\\u0633\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0623\\u0631\\u0628\\u0627\\u062d\\u060c \\u0627\\u0644\\u0646\\u0627\\u0634\\u0626\\u0629 \\u0639\\u0646 \\u0623\\u0648 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0642\\u0629 \\u0628\\u0647\\u0630\\u0647 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0623\\u0648 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0623\\u0648 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a.<\\/p><p><br><\\/p><p>11. \\u0627\\u0644\\u0625\\u0646\\u0647\\u0627\\u0621<\\/p><p><br><\\/p><p>\\u0646\\u062d\\u062a\\u0641\\u0638 \\u0628\\u0627\\u0644\\u062d\\u0642 \\u0641\\u064a \\u062a\\u0639\\u0644\\u064a\\u0642 \\u0623\\u0648 \\u0625\\u0646\\u0647\\u0627\\u0621 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0648\\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0641\\u064a \\u0623\\u064a \\u0648\\u0642\\u062a\\u060c \\u0644\\u0623\\u064a \\u0633\\u0628\\u0628\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0627\\u0646\\u062a\\u0647\\u0627\\u0643 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637. \\u0639\\u0646\\u062f \\u0627\\u0644\\u0625\\u0646\\u0647\\u0627\\u0621\\u060c \\u064a\\u062c\\u0628 \\u0639\\u0644\\u064a\\u0643 \\u0627\\u0644\\u062a\\u0648\\u0642\\u0641 \\u0639\\u0646 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0648\\u062e\\u062f\\u0645\\u0627\\u062a\\u0647.<\\/p><p><br><\\/p><p>12. \\u0627\\u0644\\u062a\\u0639\\u062f\\u064a\\u0644\\u0627\\u062a<\\/p><p><br><\\/p><p>\\u064a\\u062c\\u0648\\u0632 \\u0644\\u0646\\u0627 \\u062a\\u062d\\u062f\\u064a\\u062b \\u0623\\u0648 \\u062a\\u0639\\u062f\\u064a\\u0644 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0641\\u064a \\u0623\\u064a \\u0648\\u0642\\u062a\\u060c \\u0648\\u0633\\u064a\\u062a\\u0645 \\u0646\\u0634\\u0631 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0627\\u0644\\u0645\\u062d\\u062f\\u062b\\u0629 \\u0639\\u0644\\u0649 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u0645\\u0639 \\u062a\\u0627\\u0631\\u064a\\u062e \\u0633\\u0631\\u064a\\u0627\\u0646 \\u062c\\u062f\\u064a\\u062f. \\u064a\\u0634\\u0643\\u0644 \\u0627\\u0633\\u062a\\u0645\\u0631\\u0627\\u0631\\u0643 \\u0641\\u064a \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0628\\u0639\\u062f \\u0623\\u064a \\u062a\\u063a\\u064a\\u064a\\u0631\\u0627\\u062a \\u0642\\u0628\\u0648\\u0644\\u0643 \\u0644\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0627\\u0644\\u0645\\u0646\\u0642\\u062d\\u0629.<\\/p><p><br><\\/p><p>13. \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646 \\u0627\\u0644\\u062d\\u0627\\u0643\\u0645<\\/p><p><br><\\/p><p>\\u062a\\u062e\\u0636\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0644\\u0642\\u0648\\u0627\\u0646\\u064a\\u0646 [\\u0648\\u0644\\u0627\\u064a\\u062a\\u0643 \\u0627\\u0644\\u0642\\u0636\\u0627\\u0626\\u064a\\u0629] \\u0648\\u062a\\u0641\\u0633\\u0631 \\u0648\\u0641\\u0642\\u064b\\u0627 \\u0644\\u0647\\u0627\\u060c \\u062f\\u0648\\u0646 \\u0645\\u0631\\u0627\\u0639\\u0627\\u0629 \\u0645\\u0628\\u0627\\u062f\\u0626 \\u062a\\u0636\\u0627\\u0631\\u0628 \\u0627\\u0644\\u0642\\u0648\\u0627\\u0646\\u064a\\u0646. \\u064a\\u062a\\u0645 \\u062d\\u0644 \\u0623\\u064a \\u0646\\u0632\\u0627\\u0639\\u0627\\u062a \\u062a\\u0646\\u0634\\u0623 \\u0639\\u0646 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0623\\u0648 \\u062a\\u062a\\u0639\\u0644\\u0642 \\u0628\\u0647\\u0627 \\u0641\\u064a \\u0627\\u0644\\u0645\\u062d\\u0627\\u0643\\u0645 \\u0627\\u0644\\u0645\\u0648\\u062c\\u0648\\u062f\\u0629 \\u0641\\u064a [\\u0648\\u0644\\u0627\\u064a\\u062a\\u0643 \\u0627\\u0644\\u0642\\u0636\\u0627\\u0626\\u064a\\u0629].<\\/p><p><br><\\/p><p>14. \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u0627\\u062a\\u0635\\u0627\\u0644<\\/p><p><br><\\/p><p>\\u0625\\u0630\\u0627 \\u0643\\u0627\\u0646\\u062a \\u0644\\u062f\\u064a\\u0643 \\u0623\\u064a \\u0623\\u0633\\u0626\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637\\u060c \\u064a\\u0631\\u062c\\u0649 \\u0627\\u0644\\u0627\\u062a\\u0635\\u0627\\u0644 \\u0628\\u0646\\u0627 \\u0639\\u0644\\u0649:<\\/p><p><br><\\/p><p>\\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a: edulab@gmail.com<\\/p><p><br><\\/p><p>\\u0627\\u0644\\u0639\\u0646\\u0648\\u0627\\u0646: P8MH+9A \\u0646\\u064a\\u0648\\u064a\\u0648\\u0631\\u0643\\u060c \\u0627\\u0644\\u0648\\u0644\\u0627\\u064a\\u0627\\u062a \\u0627\\u0644\\u0645\\u062a\\u062d\\u062f\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0631\\u064a\\u0643\\u064a\\u0629<\\/p><p><br><\\/p><p>\\u0625\\u062e\\u0644\\u0627\\u0621 \\u0627\\u0644\\u0645\\u0633\\u0624\\u0648\\u0644\\u064a\\u0629: \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0646\\u0645\\u0648\\u0630\\u062c \\u0647\\u0648 \\u062f\\u0644\\u064a\\u0644 \\u0639\\u0627\\u0645 \\u0648\\u0644\\u0627 \\u064a\\u0646\\u0628\\u063a\\u064a \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647 \\u0643\\u0628\\u062f\\u064a\\u0644 \\u0644\\u0644\\u0627\\u0633\\u062a\\u0634\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646\\u064a\\u0629. \\u064a\\u0631\\u062c\\u0649 \\u0627\\u0633\\u062a\\u0634\\u0627\\u0631\\u0629 \\u0645\\u062d\\u0627\\u0645\\u064d \\u0644\\u0644\\u062a\\u0623\\u0643\\u062f \\u0645\\u0646 \\u0623\\u0646 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0648\\u0627\\u0644\\u0623\\u062d\\u0643\\u0627\\u0645 \\u062a\\u0644\\u0628\\u064a \\u062a\\u0645\\u0627\\u0645\\u064b\\u0627 \\u0627\\u0644\\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u0627\\u0644\\u0645\\u062d\\u062f\\u062f\\u0629 \\u0644\\u0645\\u0648\\u0642\\u0639 \\u0646\\u0638\\u0627\\u0645 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u0645 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0648\\u062a\\u062a\\u0648\\u0627\\u0641\\u0642 \\u0645\\u0639 \\u0627\\u0644\\u0642\\u0648\\u0627\\u0646\\u064a\\u0646 \\u0627\\u0644\\u0645\\u0639\\u0645\\u0648\\u0644 \\u0628\\u0647\\u0627.<\\/p>\"}', '2025-01-06 22:42:24', '2025-01-06 22:45:33'), (621, 2, 'Modules\\LMS\\Models\\Page', 'es', '{\"title\":\"T\\u00e9rminos y condiciones\",\"content\":\"<p><b><span style=\\\"font-size: 24px;\\\">Bienvenido al sitio web de Edulab LMS<\\/span><\\/b><\\/p><p><br><\\/p><p>Estos T\\u00e9rminos y condiciones (\\\"T\\u00e9rminos\\\") rigen su acceso y uso del sitio web https:\\/\\/edulab.codexshaper.com\\/, incluido todo el contenido, los servicios y las funciones que se ofrecen en el sitio web o a trav\\u00e9s de \\u00e9l (los \\\"Servicios\\\"). Al acceder o utilizar el sitio web, usted acepta cumplir y estar sujeto a estos T\\u00e9rminos. Si no acepta estos T\\u00e9rminos, no utilice el sitio web.<\\/p><p><br><\\/p><p>1. Elegibilidad del usuario<\\/p><p><br><\\/p><p>Debe tener al menos [insertar edad] a\\u00f1os para utilizar nuestro sitio web. Al utilizar el sitio web, declara y garantiza que cumple con los requisitos de elegibilidad.<\\/p><p><br><\\/p><p>2. Registro de cuenta<\\/p><p><br><\\/p><p>Para acceder a ciertos Servicios, es posible que se le solicite que cree una cuenta proporcionando informaci\\u00f3n precisa y actualizada. Usted es responsable de mantener la confidencialidad de las credenciales de su cuenta y de todas las actividades que ocurran en su cuenta. Notif\\u00edquenos de inmediato si cree que su cuenta ha sido comprometida.<\\/p><p><br><\\/p><p>3. Uso del sitio web<\\/p><p><br><\\/p><p>Usted acepta utilizar el sitio web \\u00fanicamente para fines legales y de acuerdo con estos T\\u00e9rminos. No debe:<\\/p><p><br><\\/p><p>Infringir ninguna ley local, estatal, nacional o internacional aplicable.<\\/p><p><br><\\/p><p>Cargar, publicar o transmitir cualquier contenido que sea ilegal, da\\u00f1ino o que infrinja derechos de autor.<\\/p><p><br><\\/p><p>Participar en cualquier actividad que pueda deshabilitar, sobrecargar o da\\u00f1ar la funcionalidad del sitio web.<\\/p><p><br><\\/p><p>4. Propiedad intelectual<\\/p><p><br><\\/p><p>Todo el contenido, incluidos, entre otros, texto, im\\u00e1genes, videos, cursos, software y otros materiales disponibles en el sitio web, son propiedad de [nombre de su sitio web LMS] o est\\u00e1n autorizados a [nombre de su sitio web LMS] y est\\u00e1n protegidos por las leyes de propiedad intelectual. No puede reproducir, distribuir ni crear trabajos derivados de ning\\u00fan contenido sin el consentimiento previo por escrito del propietario.<\\/p><p><br><\\/p><p>5. Env\\u00edo de contenido<\\/p><p><br><\\/p><p>Si env\\u00eda cualquier contenido (como materiales de cursos, comentarios o sugerencias) a trav\\u00e9s del sitio web, otorga a Edulab una licencia mundial, libre de regal\\u00edas e irrevocable para usar, reproducir, modificar y distribuir ese contenido en relaci\\u00f3n con el sitio web y sus servicios.<\\/p><p><br><\\/p><p>6. Acceso y uso de los cursos<\\/p><p><br><\\/p><p>El acceso a los cursos, el contenido y los materiales del sitio web est\\u00e1 sujeto a los t\\u00e9rminos espec\\u00edficos que se describen en la descripci\\u00f3n o el acuerdo del curso. Nos reservamos el derecho de actualizar, modificar o eliminar cualquier contenido del curso en cualquier momento. El acceso al curso puede ser revocado si usted viola estos T\\u00e9rminos.<\\/p><p><br><\\/p><p>7. Pol\\u00edtica de pago y reembolso<\\/p><p><br><\\/p><p>Si compra un curso o una suscripci\\u00f3n, acepta pagar todas las tarifas aplicables. Los pagos se procesan a trav\\u00e9s de procesadores de pago de terceros y usted es responsable de proporcionar informaci\\u00f3n de facturaci\\u00f3n precisa. Consulte nuestra [Pol\\u00edtica de reembolso] para obtener detalles sobre cancelaciones o reembolsos.<\\/p><p><br><\\/p><p>8. Privacidad y recopilaci\\u00f3n de datos<\\/p><p><br><\\/p><p>Su uso del sitio web tambi\\u00e9n se rige por nuestra Pol\\u00edtica de privacidad, que describe c\\u00f3mo recopilamos, usamos y protegemos su informaci\\u00f3n personal. Al usar el sitio web, usted acepta la recopilaci\\u00f3n y el uso de sus datos como se describe en la Pol\\u00edtica de privacidad.<\\/p><p><br><\\/p><p>9. Descargos de responsabilidad<\\/p><p><br><\\/p><p>El sitio web y sus servicios se proporcionan \\\"tal como est\\u00e1n\\\" y \\\"seg\\u00fan disponibilidad\\\". No ofrecemos garant\\u00edas ni declaraciones con respecto a la precisi\\u00f3n, integridad o disponibilidad del sitio web o su contenido. No somos responsables de ninguna p\\u00e9rdida o da\\u00f1o que surja de su uso del sitio web.<\\/p><p><br><\\/p><p>10. Limitaci\\u00f3n de responsabilidad<\\/p><p><br><\\/p><p>En la medida m\\u00e1xima permitida por la ley, [Su nombre del sitio web LMS] y sus afiliados no ser\\u00e1n responsables de ning\\u00fan da\\u00f1o indirecto, incidental, especial, consecuente o punitivo, incluida, entre otras, la p\\u00e9rdida de ganancias, que surja de o est\\u00e9 relacionado con estos T\\u00e9rminos, el uso del sitio web o los Servicios.<\\/p><p><br><\\/p><p>11. Terminaci\\u00f3n<\\/p><p><br><\\/p><p>Nos reservamos el derecho de suspender o cancelar su cuenta y acceso al sitio web en cualquier momento, por cualquier motivo, incluso por violar estos T\\u00e9rminos. Tras la terminaci\\u00f3n, debe dejar de usar el sitio web y sus Servicios.<\\/p><p><br><\\/p><p>12. Enmiendas<\\/p><p><br><\\/p><p>Podemos actualizar o modificar estos T\\u00e9rminos en cualquier momento, y los T\\u00e9rminos actualizados se publicar\\u00e1n en esta p\\u00e1gina con una nueva fecha de vigencia. Su uso continuo del sitio web despu\\u00e9s de cualquier cambio constituye su aceptaci\\u00f3n de los T\\u00e9rminos revisados.<\\/p><p><br><\\/p><p>13. Ley aplicable<\\/p><p><br><\\/p><p>Estos T\\u00e9rminos se regir\\u00e1n e interpretar\\u00e1n de conformidad con las leyes de [Su jurisdicci\\u00f3n], sin tener en cuenta sus principios de conflicto de leyes. Cualquier disputa que surja de o est\\u00e9 relacionada con estos T\\u00e9rminos se resolver\\u00e1 en los tribunales ubicados en [Su jurisdicci\\u00f3n].<\\/p><p><br><\\/p><p>14. Informaci\\u00f3n de contacto<\\/p><p><br><\\/p><p>Si tiene alguna pregunta sobre estos T\\u00e9rminos, comun\\u00edquese con nosotros a:<\\/p><p><br><\\/p><p>Correo electr\\u00f3nico: edulab@gmail.com<\\/p><p><br><\\/p><p>Direcci\\u00f3n: P8MH+9A Nueva York, EE. UU.<\\/p><p><br><\\/p><p>Descargo de responsabilidad: esta plantilla es una gu\\u00eda general y no debe utilizarse como sustituto de asesoramiento legal. Consulte con un abogado para asegurarse de que los T\\u00e9rminos y condiciones satisfagan plenamente las necesidades espec\\u00edficas de su sitio web LMS y cumplan con las leyes aplicables.<\\/p>\"}', '2025-01-06 22:42:41', '2025-01-06 22:45:18'), (622, 2, 'Modules\\LMS\\Models\\Page', 'en', '{\"title\":\"Terms & Conditions\",\"content\":\"<p><b><span style=\\\"font-size: 24px;\\\">Welcome to Edulab LMS Website<\\/span><\\/b><\\/p><p><br><\\/p><p>These Terms and Conditions (\\\"Terms\\\") govern your access to and use of the website (the \\\"Service\\\") or the website https:\\/\\/edulab.codexshaper.com\\/, including all content, services and features provided through it. 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, do not use the Website.<\\/p><p><br><\\/p><p>1. User Eligibility<\\/p><p><br><\\/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>2. Account Registration<\\/p><p><br><\\/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. Please notify us immediately if you believe that your account has been compromised.<\\/p><p><br><\\/p><p>3. Website Use<\\/p><p><br><\\/p><p>You agree to use the Website only 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><br><\\/p><p>Upload, post or transmit any unlawful, harmful, or infringing material.<\\/p><p><br><\\/p><p>Engage in any activity that could disable, overload or impair the functionality of the Website.<\\/p><p><br><\\/p><p>4. Intellectual Property<\\/p><p><br><\\/p><p>All content, including but not limited to text, images, videos, courses, software and other materials available on the Website, is owned or licensed by [your LMS website name] and is protected by intellectual property laws. You may not reproduce, distribute or create derivative works from any content without the prior written consent of the owner.<\\/p><p><br><\\/p><p>5. Content Submission<\\/p><p><br><\\/p><p>If you submit any content (such as text content, comments or feedback) via 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>6. Course Access and Use<\\/p><p><br><\\/p><p>Access to courses, content, and materials on the Website is subject to the specific terms and conditions set forth in the course description or agreement. We reserve the right to update, change, or remove any course content at any time. Access to the course may be revoked if you violate these terms and conditions.<\\/p><p><br><\\/p><p>7. Payment and Refund Policy<\\/p><p><br><\\/p><p>If you purchase a course or membership, you agree to pay all applicable fees. Payments are processed through a third-party payment processor and you are responsible for providing accurate billing information. Please see our [Refund Policy] for details regarding cancellations or refunds.<\\/p><p><br><\\/p><p>8. Privacy and Data Collection<\\/p><p><br><\\/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>9. Disclaimer<\\/p><p><br><\\/p><p>The Website and its services are provided \\u201cas is\\u201d and \\u201cas available.\\u201d We make no 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>10. Limitation of Liability<\\/p><p><br><\\/p><p>To the fullest extent permitted by law, [Your LMS Website Name] and its affiliates shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including but not limited to lost profits, arising out of or related to these Terms, use of the Website, or the Services.<\\/p><p><br><\\/p><p>11. Termination<\\/p><p><br><\\/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 violation of these Terms. Upon termination, you must cease all use of the Website and its Services.<\\/p><p><br><\\/p><p>12. Amendments<\\/p><p><br><\\/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>13. Governing Law<\\/p><p><br><\\/p><p>These Terms shall be governed by and construed in accordance with the laws of [your jurisdiction], without regard to its conflict of law principles. Any dispute arising out of or relating to these Terms shall be resolved in the courts located in [your jurisdiction].<\\/p><p><br><\\/p><p>14. Contact Information<\\/p><p><br><\\/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><br><\\/p><p>Address: P8MH+9A New York, United States<\\/p><p><br><\\/p><p>Disclaimer: This template is a general guide and should not be used as a substitute for legal advice. Please consult with an attorney to ensure that the Terms and Conditions comply with the specific needs of your LMS website and applicable law.<\\/p>\"}', '2025-01-06 22:43:09', '2025-01-07 16:34:18'); INSERT INTO `dynamic_content_translations` (`id`, `translationable_id`, `translationable_type`, `locale`, `data`, `created_at`, `updated_at`) VALUES (623, 2, 'Modules\\LMS\\Models\\Page', 'bn', '{\"title\":\"\\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0\",\"content\":\"<p><span style=\\\"font-size:24px;\\\"><b>Edulab LMS \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7 \\u09b8\\u09cd\\u09ac\\u09be\\u0997\\u09a4\\u09ae<\\/b><\\/span><\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>\\u098f\\u0987 \\u09a8\\u09bf\\u09af\\u09bc\\u09ae \\u0993 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0 (\\\"\\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0\\\") \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f (\\\"\\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be\\\") \\u09ac\\u09be \\u098f\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09aa\\u09cd\\u09b0\\u09a6\\u09a4\\u09cd\\u09a4 \\u09b8\\u09ae\\u09b8\\u09cd\\u09a4 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09ac\\u09b8\\u09cd\\u09a4\\u09c1, \\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be \\u098f\\u09ac\\u0982 \\u09ac\\u09c8\\u09b6\\u09bf\\u09b7\\u09cd\\u099f\\u09cd\\u09af \\u09b8\\u09b9 https:\\/\\/edulab.codexshaper.com\\/ \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8 \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u09a8\\u09bf\\u09af\\u09bc\\u09a8\\u09cd\\u09a4\\u09cd\\u09b0\\u09a3 \\u0995\\u09b0\\u09c7\\u09f7 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8 \\u09ac\\u09be \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7, \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0987 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0 \\u09ae\\u09c7\\u09a8\\u09c7 \\u099a\\u09b2\\u09a4\\u09c7 \\u098f\\u09ac\\u0982 \\u0986\\u09ac\\u09a6\\u09cd\\u09a7 \\u09b9\\u09a4\\u09c7 \\u09b8\\u09ae\\u09cd\\u09ae\\u09a4 \\u09b9\\u09a8\\u0964 \\u0986\\u09aa\\u09a8\\u09bf \\u098f\\u0987 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0 \\u09b8\\u09ae\\u09cd\\u09ae\\u09a4 \\u09a8\\u09be \\u09b9\\u09b2\\u09c7, \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09ac\\u09c7\\u09a8 \\u09a8\\u09be.<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>1. \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u0995\\u09be\\u09b0\\u09c0\\u09b0 \\u09af\\u09cb\\u0997\\u09cd\\u09af\\u09a4\\u09be<\\/p><p><br><\\/p><p>\\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ac\\u09af\\u09bc\\u09b8 \\u0995\\u09ae\\u09aa\\u0995\\u09cd\\u09b7\\u09c7 [\\u09ac\\u09af\\u09bc\\u09b8 \\u09b8\\u09a8\\u09cd\\u09a8\\u09bf\\u09ac\\u09c7\\u09b6 \\u0995\\u09b0\\u09be\\u09a8] \\u09ac\\u099b\\u09b0 \\u09b9\\u09a4\\u09c7 \\u09b9\\u09ac\\u09c7\\u0964 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7, \\u0986\\u09aa\\u09a8\\u09bf \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u09a8\\u09bf\\u09a7\\u09bf\\u09a4\\u09cd\\u09ac \\u0995\\u09b0\\u09c7\\u09a8 \\u098f\\u09ac\\u0982 \\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09c7\\u09a8\\u09cd\\u099f\\u09bf \\u09a6\\u09c7\\u09a8 \\u09af\\u09c7 \\u0986\\u09aa\\u09a8\\u09bf \\u09af\\u09cb\\u0997\\u09cd\\u09af\\u09a4\\u09be\\u09b0 \\u09aa\\u09cd\\u09b0\\u09af\\u09bc\\u09cb\\u099c\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u09aa\\u09c2\\u09b0\\u09a3 \\u0995\\u09b0\\u09c7\\u09a8\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>2. \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f \\u09a8\\u09bf\\u09ac\\u09a8\\u09cd\\u09a7\\u09a8<\\/p><p><br><\\/p><p>\\u09a8\\u09bf\\u09b0\\u09cd\\u09a6\\u09bf\\u09b7\\u09cd\\u099f \\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be\\u0997\\u09c1\\u09b2\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8 \\u0995\\u09b0\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af, \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u09b8\\u09a0\\u09bf\\u0995 \\u098f\\u09ac\\u0982 \\u0986\\u09aa-\\u099f\\u09c1-\\u09a1\\u09c7\\u099f \\u09a4\\u09a5\\u09cd\\u09af \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09c7 \\u098f\\u0995\\u099f\\u09bf \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u09b9\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09c7\\u0964 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f\\u09c7\\u09b0 \\u09b6\\u0982\\u09b8\\u09be\\u09aa\\u09a4\\u09cd\\u09b0\\u09c7\\u09b0 \\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u09ac\\u099c\\u09be\\u09af\\u09bc \\u09b0\\u09be\\u0996\\u09be\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u098f\\u09ac\\u0982 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f\\u09c7\\u09b0 \\u0985\\u09a7\\u09c0\\u09a8\\u09c7 \\u0998\\u099f\\u09c7 \\u09af\\u09be\\u0993\\u09af\\u09bc\\u09be \\u09b8\\u09ae\\u09b8\\u09cd\\u09a4 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09b2\\u09be\\u09aa\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09aa\\u09a8\\u09bf \\u09a6\\u09be\\u09af\\u09bc\\u09c0\\u09f7 \\u0986\\u09aa\\u09a8\\u09bf \\u09af\\u09a6\\u09bf \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09be\\u09b8 \\u0995\\u09b0\\u09c7\\u09a8 \\u09af\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u0986\\u09aa\\u09cb\\u09b8 \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09c7\\u099b\\u09c7 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0985\\u09ac\\u09bf\\u09b2\\u09ae\\u09cd\\u09ac\\u09c7 \\u0985\\u09ac\\u09b9\\u09bf\\u09a4 \\u0995\\u09b0\\u09c1\\u09a8\\u09f7<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>3. \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0<\\/p><p><br><\\/p><p>\\u0986\\u09aa\\u09a8\\u09bf \\u09b6\\u09c1\\u09a7\\u09c1\\u09ae\\u09be\\u09a4\\u09cd\\u09b0 \\u09ac\\u09c8\\u09a7 \\u0989\\u09a6\\u09cd\\u09a6\\u09c7\\u09b6\\u09cd\\u09af\\u09c7 \\u098f\\u09ac\\u0982 \\u098f\\u0987 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0 \\u0985\\u09a8\\u09c1\\u09af\\u09be\\u09af\\u09bc\\u09c0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09a4\\u09c7 \\u09b8\\u09ae\\u09cd\\u09ae\\u09a4 \\u09b9\\u09a8\\u0964 \\u0986\\u09aa\\u09a8\\u09bf \\u0985\\u09ac\\u09b6\\u09cd\\u09af\\u0987 \\u0995\\u09b0\\u09ac\\u09c7\\u09a8 \\u09a8\\u09be:<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>\\u09af\\u09c7\\u0995\\u09cb\\u09a8\\u09cb \\u09aa\\u09cd\\u09b0\\u09af\\u09cb\\u099c\\u09cd\\u09af \\u09b8\\u09cd\\u09a5\\u09be\\u09a8\\u09c0\\u09af\\u09bc, \\u09b0\\u09be\\u099c\\u09cd\\u09af, \\u099c\\u09be\\u09a4\\u09c0\\u09af\\u09bc \\u09ac\\u09be \\u0986\\u09a8\\u09cd\\u09a4\\u09b0\\u09cd\\u099c\\u09be\\u09a4\\u09bf\\u0995 \\u0986\\u0987\\u09a8 \\u09b2\\u0999\\u09cd\\u0998\\u09a8 \\u0995\\u09b0\\u09c1\\u09a8\\u0964<\\/p><p><br><\\/p><p>\\u09ac\\u09c7\\u0986\\u0987\\u09a8\\u09bf, \\u0995\\u09cd\\u09b7\\u09a4\\u09bf\\u0995\\u09be\\u09b0\\u0995, \\u09ac\\u09be \\u09b2\\u0999\\u09cd\\u0998\\u09a8\\u0995\\u09be\\u09b0\\u09c0 \\u0995\\u09cb\\u09a8\\u09cb \\u09b8\\u09be\\u09ae\\u0997\\u09cd\\u09b0\\u09c0 \\u0986\\u09aa\\u09b2\\u09cb\\u09a1, \\u09aa\\u09cb\\u09b8\\u09cd\\u099f \\u09ac\\u09be \\u09aa\\u09cd\\u09b0\\u09c7\\u09b0\\u09a3 \\u0995\\u09b0\\u09c1\\u09a8\\u09f7<\\/p><p><br><\\/p><p>\\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u099f\\u09bf\\u09b0 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09be\\u09b0\\u09bf\\u09a4\\u09be \\u0985\\u0995\\u09cd\\u09b7\\u09ae, \\u0993\\u09ad\\u09be\\u09b0\\u09b2\\u09cb\\u09a1 \\u09ac\\u09be \\u0995\\u09cd\\u09b7\\u09a4\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09c7 \\u098f\\u09ae\\u09a8 \\u0995\\u09cb\\u09a8\\u0993 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09b2\\u09be\\u09aa\\u09c7 \\u099c\\u09a1\\u09bc\\u09bf\\u09a4 \\u09b9\\u09a8\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>4. \\u09ac\\u09c1\\u09a6\\u09cd\\u09a7\\u09bf\\u09ac\\u09c3\\u09a4\\u09cd\\u09a4\\u09bf\\u0995 \\u09b8\\u09ae\\u09cd\\u09aa\\u09a4\\u09cd\\u09a4\\u09bf<\\/p><p><br><\\/p><p>\\u09b8\\u09ae\\u09b8\\u09cd\\u09a4 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09ac\\u09b8\\u09cd\\u09a4\\u09c1, \\u09aa\\u09be\\u09a0\\u09cd\\u09af, \\u099b\\u09ac\\u09bf, \\u09ad\\u09bf\\u09a1\\u09bf\\u0993, \\u0995\\u09cb\\u09b0\\u09cd\\u09b8, \\u09b8\\u09ab\\u09cd\\u099f\\u0993\\u09af\\u09bc\\u09cd\\u09af\\u09be\\u09b0 \\u098f\\u09ac\\u0982 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7 \\u0989\\u09aa\\u09b2\\u09ac\\u09cd\\u09a7 \\u0985\\u09a8\\u09cd\\u09af\\u09be\\u09a8\\u09cd\\u09af \\u0989\\u09aa\\u0995\\u09b0\\u09a3 \\u09b8\\u09b9 \\u0995\\u09bf\\u09a8\\u09cd\\u09a4\\u09c1 \\u09b8\\u09c0\\u09ae\\u09be\\u09ac\\u09a6\\u09cd\\u09a7 \\u09a8\\u09af\\u09bc, [\\u0986\\u09aa\\u09a8\\u09be\\u09b0 LMS \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7\\u09b0 \\u09a8\\u09be\\u09ae] \\u09ae\\u09be\\u09b2\\u09bf\\u0995\\u09be\\u09a8\\u09be\\u09a7\\u09c0\\u09a8 \\u09ac\\u09be \\u09b2\\u09be\\u0987\\u09b8\\u09c7\\u09a8\\u09cd\\u09b8\\u09aa\\u09cd\\u09b0\\u09be\\u09aa\\u09cd\\u09a4 \\u098f\\u09ac\\u0982 \\u09ae\\u09c7\\u09a7\\u09be \\u09b8\\u09ae\\u09cd\\u09aa\\u09a4\\u09cd\\u09a4\\u09bf \\u0986\\u0987\\u09a8 \\u09a6\\u09cd\\u09ac\\u09be\\u09b0\\u09be \\u09b8\\u09c1\\u09b0\\u0995\\u09cd\\u09b7\\u09bf\\u09a4\\u0964 \\u0986\\u09aa\\u09a8\\u09bf \\u09ae\\u09be\\u09b2\\u09bf\\u0995\\u09c7\\u09b0 \\u09aa\\u09c2\\u09b0\\u09cd\\u09ac \\u09b2\\u09bf\\u0996\\u09bf\\u09a4 \\u09b8\\u09ae\\u09cd\\u09ae\\u09a4\\u09bf \\u099b\\u09be\\u09a1\\u09bc\\u09be \\u0995\\u09cb\\u09a8\\u09cb \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09ac\\u09b8\\u09cd\\u09a4\\u09c1 \\u09a5\\u09c7\\u0995\\u09c7 \\u09aa\\u09c1\\u09a8\\u09b0\\u09c1\\u09a4\\u09cd\\u09aa\\u09be\\u09a6\\u09a8, \\u09ac\\u09bf\\u09a4\\u09b0\\u09a3 \\u09ac\\u09be \\u09a1\\u09c7\\u09b0\\u09bf\\u09ad\\u09c7\\u099f\\u09bf\\u09ad \\u0995\\u09be\\u099c \\u09a4\\u09c8\\u09b0\\u09bf \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09ac\\u09c7\\u09a8 \\u09a8\\u09be\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>5. \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09ac\\u09b8\\u09cd\\u09a4\\u09c1 \\u099c\\u09ae\\u09be<\\/p><p><br><\\/p><p>\\u0986\\u09aa\\u09a8\\u09bf \\u09af\\u09a6\\u09bf \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u0995\\u09cb\\u09a8\\u09cb \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09ac\\u09b8\\u09cd\\u09a4\\u09c1 (\\u09af\\u09c7\\u09ae\\u09a8 \\u09aa\\u09be\\u09a0\\u09cd\\u09af \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09ac\\u09b8\\u09cd\\u09a4\\u09c1, \\u09ae\\u09a8\\u09cd\\u09a4\\u09ac\\u09cd\\u09af \\u09ac\\u09be \\u09aa\\u09cd\\u09b0\\u09a4\\u09bf\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be) \\u099c\\u09ae\\u09be \\u09a6\\u09c7\\u09a8, \\u09a4\\u09be\\u09b9\\u09b2\\u09c7 \\u0986\\u09aa\\u09a8\\u09bf Edulab-\\u0995\\u09c7 \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09bf\\u09b6\\u09cd\\u09ac\\u09ac\\u09cd\\u09af\\u09be\\u09aa\\u09c0, \\u09b0\\u09af\\u09bc\\u09cd\\u09af\\u09be\\u09b2\\u099f\\u09bf-\\u09ae\\u09c1\\u0995\\u09cd\\u09a4, \\u098f\\u09ac\\u0982 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09b8\\u09c7\\u0987 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09ac\\u09b8\\u09cd\\u09a4\\u09c1 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0, \\u09aa\\u09c1\\u09a8\\u09b0\\u09c1\\u09a4\\u09cd\\u09aa\\u09be\\u09a6\\u09a8, \\u09b8\\u0982\\u09b6\\u09cb\\u09a7\\u09a8 \\u098f\\u09ac\\u0982 \\u09ac\\u09bf\\u09a4\\u09b0\\u09a3\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0985\\u09aa\\u09b0\\u09bf\\u09ac\\u09b0\\u09cd\\u09a4\\u09a8\\u09c0\\u09af\\u09bc \\u09b2\\u09be\\u0987\\u09b8\\u09c7\\u09a8\\u09cd\\u09b8 \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09c7\\u09a8 \\u098f\\u09ac\\u0982 \\u098f\\u09b0 \\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be\\u0997\\u09c1\\u09b2\\u09bf\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>6. \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8 \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0<\\/p><p><br><\\/p><p>\\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7\\u09b0 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8, \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09ac\\u09b8\\u09cd\\u09a4\\u09c1 \\u098f\\u09ac\\u0982 \\u0989\\u09aa\\u0995\\u09b0\\u09a3\\u0997\\u09c1\\u09b2\\u09bf\\u09a4\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09ac\\u09b0\\u09a3 \\u09ac\\u09be \\u099a\\u09c1\\u0995\\u09cd\\u09a4\\u09bf\\u09a4\\u09c7 \\u09ac\\u09b0\\u09cd\\u09a3\\u09bf\\u09a4 \\u09a8\\u09bf\\u09b0\\u09cd\\u09a6\\u09bf\\u09b7\\u09cd\\u099f \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0\\u09b0 \\u09b8\\u09be\\u09aa\\u09c7\\u0995\\u09cd\\u09b7\\u09c7\\u0964 \\u0986\\u09ae\\u09b0\\u09be \\u09af\\u09c7\\u0995\\u09cb\\u09a8 \\u09b8\\u09ae\\u09af\\u09bc \\u09af\\u09c7\\u0995\\u09cb\\u09a8 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09ac\\u09b8\\u09cd\\u09a4\\u09c1 \\u0986\\u09aa\\u09a1\\u09c7\\u099f, \\u09aa\\u09b0\\u09bf\\u09ac\\u09b0\\u09cd\\u09a4\\u09a8 \\u09ac\\u09be \\u0985\\u09aa\\u09b8\\u09be\\u09b0\\u09a3 \\u0995\\u09b0\\u09be\\u09b0 \\u0985\\u09a7\\u09bf\\u0995\\u09be\\u09b0 \\u09b8\\u0982\\u09b0\\u0995\\u09cd\\u09b7\\u09a3 \\u0995\\u09b0\\u09bf\\u0964 \\u0986\\u09aa\\u09a8\\u09bf \\u09af\\u09a6\\u09bf \\u098f\\u0987 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0 \\u09b2\\u0999\\u09cd\\u0998\\u09a8 \\u0995\\u09b0\\u09c7\\u09a8 \\u09a4\\u09ac\\u09c7 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8 \\u09aa\\u09cd\\u09b0\\u09a4\\u09cd\\u09af\\u09be\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09be \\u09b9\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09c7\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>7. \\u09aa\\u09c7\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u098f\\u09ac\\u0982 \\u09b0\\u09bf\\u09ab\\u09be\\u09a8\\u09cd\\u09a1 \\u09a8\\u09c0\\u09a4\\u09bf<\\/p><p><br><\\/p><p>\\u0986\\u09aa\\u09a8\\u09bf \\u09af\\u09a6\\u09bf \\u098f\\u0995\\u099f\\u09bf \\u0995\\u09cb\\u09b0\\u09cd\\u09b8 \\u09ac\\u09be \\u09b8\\u09a6\\u09b8\\u09cd\\u09af\\u09a4\\u09be \\u0995\\u09cd\\u09b0\\u09af\\u09bc \\u0995\\u09b0\\u09c7\\u09a8, \\u0986\\u09aa\\u09a8\\u09bf \\u09b8\\u09ae\\u09b8\\u09cd\\u09a4 \\u09aa\\u09cd\\u09b0\\u09af\\u09cb\\u099c\\u09cd\\u09af \\u09ab\\u09bf \\u09a6\\u09bf\\u09a4\\u09c7 \\u09b8\\u09ae\\u09cd\\u09ae\\u09a4 \\u09b9\\u09a8\\u0964 \\u0985\\u09b0\\u09cd\\u09a5\\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8\\u0997\\u09c1\\u09b2\\u09bf \\u09a4\\u09c3\\u09a4\\u09c0\\u09af\\u09bc-\\u09aa\\u0995\\u09cd\\u09b7\\u09c7\\u09b0 \\u09aa\\u09c7\\u09ae\\u09c7\\u09a8\\u09cd\\u099f \\u09aa\\u09cd\\u09b0\\u09b8\\u09c7\\u09b8\\u09b0\\u09c7\\u09b0 \\u09ae\\u09be\\u09a7\\u09cd\\u09af\\u09ae\\u09c7 \\u09aa\\u09cd\\u09b0\\u0995\\u09cd\\u09b0\\u09bf\\u09af\\u09bc\\u09be \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc \\u098f\\u09ac\\u0982 \\u0986\\u09aa\\u09a8\\u09bf \\u09b8\\u09a0\\u09bf\\u0995 \\u09ac\\u09bf\\u09b2\\u09bf\\u0982 \\u09a4\\u09a5\\u09cd\\u09af \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a6\\u09be\\u09af\\u09bc\\u09c0\\u09f7 \\u09ac\\u09be\\u09a4\\u09bf\\u09b2\\u0995\\u09b0\\u09a3 \\u09ac\\u09be \\u09ab\\u09c7\\u09b0\\u09a4 \\u09b8\\u0982\\u0995\\u09cd\\u09b0\\u09be\\u09a8\\u09cd\\u09a4 \\u09ac\\u09bf\\u09b6\\u09a6 \\u09ac\\u09bf\\u09ac\\u09b0\\u09a3\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0985\\u09a8\\u09c1\\u0997\\u09cd\\u09b0\\u09b9 \\u0995\\u09b0\\u09c7 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 [\\u09ab\\u09c7\\u09b0\\u09a4 \\u09a8\\u09c0\\u09a4\\u09bf] \\u09a6\\u09c7\\u0996\\u09c1\\u09a8\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>8. \\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u098f\\u09ac\\u0982 \\u09a1\\u09c7\\u099f\\u09be \\u09b8\\u0982\\u0997\\u09cd\\u09b0\\u09b9<\\/p><p><br><\\/p><p>\\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u099f\\u09bf\\u09b0 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u09a8\\u09c0\\u09a4\\u09bf \\u09a6\\u09cd\\u09ac\\u09be\\u09b0\\u09be\\u0993 \\u09a8\\u09bf\\u09af\\u09bc\\u09a8\\u09cd\\u09a4\\u09cd\\u09b0\\u09bf\\u09a4 \\u09b9\\u09af\\u09bc, \\u09af\\u09be \\u0986\\u09ae\\u09b0\\u09be \\u0995\\u09c0\\u09ad\\u09be\\u09ac\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ac\\u09cd\\u09af\\u0995\\u09cd\\u09a4\\u09bf\\u0997\\u09a4 \\u09a4\\u09a5\\u09cd\\u09af \\u09b8\\u0982\\u0997\\u09cd\\u09b0\\u09b9, \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u098f\\u09ac\\u0982 \\u09b8\\u09c1\\u09b0\\u0995\\u09cd\\u09b7\\u09bf\\u09a4 \\u0995\\u09b0\\u09bf \\u09a4\\u09be\\u09b0 \\u09b0\\u09c2\\u09aa\\u09b0\\u09c7\\u0996\\u09be \\u09a6\\u09c7\\u09af\\u09bc\\u0964 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09c7, \\u0986\\u09aa\\u09a8\\u09bf \\u0997\\u09cb\\u09aa\\u09a8\\u09c0\\u09af\\u09bc\\u09a4\\u09be \\u09a8\\u09c0\\u09a4\\u09bf\\u09a4\\u09c7 \\u09ac\\u09b0\\u09cd\\u09a3\\u09bf\\u09a4 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09a1\\u09c7\\u099f\\u09be \\u09b8\\u0982\\u0997\\u09cd\\u09b0\\u09b9 \\u098f\\u09ac\\u0982 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0\\u09c7 \\u09b8\\u09ae\\u09cd\\u09ae\\u09a4 \\u09b9\\u09a8\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>9. \\u09a6\\u09be\\u09ac\\u09bf\\u09a4\\u09cd\\u09af\\u09be\\u0997<\\/p><p><br><\\/p><p>\\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u098f\\u09ac\\u0982 \\u098f\\u09b0 \\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be\\u0997\\u09c1\\u09b2\\u09bf \\\"\\u09af\\u09c7\\u09ae\\u09a8 \\u0986\\u099b\\u09c7\\\" \\u098f\\u09ac\\u0982 \\\"\\u09af\\u09c7\\u09ae\\u09a8 \\u0989\\u09aa\\u09b2\\u09ac\\u09cd\\u09a7\\\" \\u09aa\\u09cd\\u09b0\\u09a6\\u09be\\u09a8 \\u0995\\u09b0\\u09be \\u09b9\\u09af\\u09bc\\u09f7 \\u0986\\u09ae\\u09b0\\u09be \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09be \\u098f\\u09b0 \\u09ac\\u09bf\\u09b7\\u09af\\u09bc\\u09ac\\u09b8\\u09cd\\u09a4\\u09c1\\u09b0 \\u09a8\\u09bf\\u09b0\\u09cd\\u09ad\\u09c1\\u09b2\\u09a4\\u09be, \\u09b8\\u09ae\\u09cd\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3\\u09a4\\u09be \\u09ac\\u09be \\u09aa\\u09cd\\u09b0\\u09be\\u09aa\\u09cd\\u09af\\u09a4\\u09be \\u09b8\\u09ae\\u09cd\\u09aa\\u09b0\\u09cd\\u0995\\u09bf\\u09a4 \\u0995\\u09cb\\u09a8\\u09cb \\u0993\\u09af\\u09bc\\u09be\\u09b0\\u09c7\\u09a8\\u09cd\\u099f\\u09bf \\u09ac\\u09be \\u0989\\u09aa\\u09b8\\u09cd\\u09a5\\u09be\\u09aa\\u09a8\\u09be \\u0995\\u09b0\\u09bf \\u09a8\\u09be\\u0964 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u09a5\\u09c7\\u0995\\u09c7 \\u0989\\u09a6\\u09cd\\u09ad\\u09c2\\u09a4 \\u0995\\u09cb\\u09a8\\u09cb \\u0995\\u09cd\\u09b7\\u09a4\\u09bf \\u09ac\\u09be \\u0995\\u09cd\\u09b7\\u09a4\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u0986\\u09ae\\u09b0\\u09be \\u09a6\\u09be\\u09af\\u09bc\\u09c0 \\u09a8\\u0987\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>10. \\u09a6\\u09be\\u09af\\u09bc\\u09ac\\u09a6\\u09cd\\u09a7\\u09a4\\u09be\\u09b0 \\u09b8\\u09c0\\u09ae\\u09be\\u09ac\\u09a6\\u09cd\\u09a7\\u09a4\\u09be<\\/p><p><br><\\/p><p>\\u0986\\u0987\\u09a8 \\u09a6\\u09cd\\u09ac\\u09be\\u09b0\\u09be \\u0985\\u09a8\\u09c1\\u09ae\\u09cb\\u09a6\\u09bf\\u09a4 \\u09b8\\u09ae\\u09cd\\u09aa\\u09c2\\u09b0\\u09cd\\u09a3 \\u09aa\\u09b0\\u09bf\\u09ae\\u09be\\u09a3\\u09c7, [\\u0986\\u09aa\\u09a8\\u09be\\u09b0 LMS \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7\\u09b0 \\u09a8\\u09be\\u09ae] \\u098f\\u09ac\\u0982 \\u098f\\u09b0 \\u09b8\\u09b9\\u09af\\u09cb\\u0997\\u09c0\\u09b0\\u09be \\u0995\\u09cb\\u09a8\\u09cb \\u09aa\\u09b0\\u09cb\\u0995\\u09cd\\u09b7, \\u0986\\u09a8\\u09c1\\u09b7\\u0999\\u09cd\\u0997\\u09bf\\u0995, \\u09ac\\u09bf\\u09b6\\u09c7\\u09b7, \\u09ab\\u09b2\\u09b8\\u09cd\\u09ac\\u09b0\\u09c2\\u09aa, \\u09ac\\u09be \\u09b6\\u09be\\u09b8\\u09cd\\u09a4\\u09bf\\u09ae\\u09c2\\u09b2\\u0995 \\u0995\\u09cd\\u09b7\\u09a4\\u09bf\\u09b0 \\u099c\\u09a8\\u09cd\\u09af \\u09a6\\u09be\\u09af\\u09bc\\u09c0 \\u09a5\\u09be\\u0995\\u09ac\\u09c7 \\u09a8\\u09be, \\u09af\\u09be\\u09b0 \\u09ae\\u09a7\\u09cd\\u09af\\u09c7 \\u09a5\\u09c7\\u0995\\u09c7 \\u0989\\u09a6\\u09cd\\u09ad\\u09c2\\u09a4 \\u09ac\\u09be \\u09b8\\u09ae\\u09cd\\u09aa\\u09b0\\u09cd\\u0995\\u09bf\\u09a4 \\u09b2\\u09be\\u09ad\\u09c7\\u09b0 \\u0995\\u09cd\\u09b7\\u09a4\\u09bf \\u09b8\\u09b9 \\u0995\\u09bf\\u09a8\\u09cd\\u09a4\\u09c1 \\u09b8\\u09c0\\u09ae\\u09be\\u09ac\\u09a6\\u09cd\\u09a7 \\u09a8\\u09af\\u09bc \\u098f\\u0987 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0, \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0, \\u09ac\\u09be \\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be.<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>11. \\u09b8\\u09ae\\u09be\\u09aa\\u09cd\\u09a4\\u09bf<\\/p><p><br><\\/p><p>\\u0986\\u09ae\\u09b0\\u09be \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09be\\u0989\\u09a8\\u09cd\\u099f \\u09b8\\u09cd\\u09a5\\u0997\\u09bf\\u09a4 \\u09ac\\u09be \\u09ac\\u09a8\\u09cd\\u09a7 \\u0995\\u09b0\\u09be\\u09b0 \\u0985\\u09a7\\u09bf\\u0995\\u09be\\u09b0 \\u09b8\\u0982\\u09b0\\u0995\\u09cd\\u09b7\\u09a3 \\u0995\\u09b0\\u09bf \\u098f\\u09ac\\u0982 \\u098f\\u0987 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0 \\u09b2\\u0999\\u09cd\\u0998\\u09a8 \\u09b8\\u09b9 \\u09af\\u09c7\\u0995\\u09cb\\u09a8 \\u0995\\u09be\\u09b0\\u09a3\\u09c7 \\u09af\\u09c7\\u0995\\u09cb\\u09a8 \\u09b8\\u09ae\\u09af\\u09bc \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf\\u0964 \\u09b8\\u09ae\\u09be\\u09aa\\u09cd\\u09a4\\u09bf\\u09b0 \\u09aa\\u09b0\\u09c7, \\u0986\\u09aa\\u09a8\\u09be\\u0995\\u09c7 \\u0985\\u09ac\\u09b6\\u09cd\\u09af\\u0987 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f \\u098f\\u09ac\\u0982 \\u098f\\u09b0 \\u09aa\\u09b0\\u09bf\\u09b7\\u09c7\\u09ac\\u09be\\u0997\\u09c1\\u09b2\\u09bf\\u09b0 \\u09b8\\u09ae\\u09b8\\u09cd\\u09a4 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u09ac\\u09a8\\u09cd\\u09a7 \\u0995\\u09b0\\u09a4\\u09c7 \\u09b9\\u09ac\\u09c7\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>12. \\u09b8\\u0982\\u09b6\\u09cb\\u09a7\\u09a8\\u09c0<\\/p><p><br><\\/p><p>\\u0986\\u09ae\\u09b0\\u09be \\u09af\\u09c7 \\u0995\\u09cb\\u09a8\\u09cb \\u09b8\\u09ae\\u09af\\u09bc \\u098f\\u0987 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u09ac\\u09be \\u09b8\\u0982\\u09b6\\u09cb\\u09a7\\u09a8 \\u0995\\u09b0\\u09a4\\u09c7 \\u09aa\\u09be\\u09b0\\u09bf, \\u098f\\u09ac\\u0982 \\u0986\\u09aa\\u09a1\\u09c7\\u099f \\u0995\\u09b0\\u09be \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0 \\u098f\\u0995\\u099f\\u09bf \\u09a8\\u09a4\\u09c1\\u09a8 \\u0995\\u09be\\u09b0\\u09cd\\u09af\\u0995\\u09b0 \\u09a4\\u09be\\u09b0\\u09bf\\u0996\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u098f\\u0987 \\u09aa\\u09c3\\u09b7\\u09cd\\u09a0\\u09be\\u09af\\u09bc \\u09aa\\u09cb\\u09b8\\u09cd\\u099f \\u0995\\u09b0\\u09be \\u09b9\\u09ac\\u09c7\\u0964 \\u09af\\u09c7\\u0995\\u09cb\\u09a8 \\u09aa\\u09b0\\u09bf\\u09ac\\u09b0\\u09cd\\u09a4\\u09a8\\u09c7\\u09b0 \\u09aa\\u09b0 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7\\u09b0 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0985\\u09ac\\u09cd\\u09af\\u09be\\u09b9\\u09a4 \\u09b0\\u09be\\u0996\\u09be \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u09b8\\u0982\\u09b6\\u09cb\\u09a7\\u09bf\\u09a4 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0\\u09b0 \\u09b8\\u09cd\\u09ac\\u09c0\\u0995\\u09c3\\u09a4\\u09bf \\u0997\\u09a0\\u09a8 \\u0995\\u09b0\\u09c7\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>13. \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09a8\\u09be \\u0986\\u0987\\u09a8<\\/p><p><br><\\/p><p>\\u098f\\u0987 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09a6\\u09bf \\u0986\\u0987\\u09a8\\u09c7\\u09b0 \\u09a8\\u09c0\\u09a4\\u09bf\\u09b0 \\u09a6\\u09cd\\u09ac\\u09a8\\u09cd\\u09a6\\u09cd\\u09ac\\u0995\\u09c7 \\u09ac\\u09bf\\u09ac\\u09c7\\u099a\\u09a8\\u09be \\u09a8\\u09be \\u0995\\u09b0\\u09c7\\u0987 [\\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u098f\\u0996\\u09a4\\u09bf\\u09af\\u09bc\\u09be\\u09b0\\u09c7\\u09b0] \\u0986\\u0987\\u09a8 \\u0985\\u09a8\\u09c1\\u09b8\\u09be\\u09b0\\u09c7 \\u09aa\\u09b0\\u09bf\\u099a\\u09be\\u09b2\\u09bf\\u09a4 \\u09b9\\u09ac\\u09c7 \\u098f\\u09ac\\u0982 \\u09ac\\u09cb\\u099d\\u09be\\u09a8\\u09cb \\u09b9\\u09ac\\u09c7\\u0964 \\u098f\\u0987 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0 \\u09a5\\u09c7\\u0995\\u09c7 \\u0989\\u09a6\\u09cd\\u09ad\\u09c2\\u09a4 \\u09ac\\u09be \\u09b8\\u09ae\\u09cd\\u09aa\\u09b0\\u09cd\\u0995\\u09bf\\u09a4 \\u09af\\u09c7\\u0995\\u09cb\\u09a8 \\u09ac\\u09bf\\u09b0\\u09cb\\u09a7 [\\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u098f\\u0996\\u09a4\\u09bf\\u09af\\u09bc\\u09be\\u09b0]-\\u098f \\u0985\\u09ac\\u09b8\\u09cd\\u09a5\\u09bf\\u09a4 \\u0986\\u09a6\\u09be\\u09b2\\u09a4\\u09c7 \\u09b8\\u09ae\\u09be\\u09a7\\u09be\\u09a8 \\u0995\\u09b0\\u09be \\u09b9\\u09ac\\u09c7\\u0964<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>14. \\u09af\\u09cb\\u0997\\u09be\\u09af\\u09cb\\u0997\\u09c7\\u09b0 \\u09a4\\u09a5\\u09cd\\u09af<\\/p><p><br><\\/p><p>\\u098f\\u0987 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0 \\u09b8\\u09ae\\u09cd\\u09aa\\u09b0\\u09cd\\u0995\\u09c7 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 \\u0995\\u09cb\\u09a8 \\u09aa\\u09cd\\u09b0\\u09b6\\u09cd\\u09a8 \\u09a5\\u09be\\u0995\\u09b2\\u09c7, \\u0985\\u09a8\\u09c1\\u0997\\u09cd\\u09b0\\u09b9 \\u0995\\u09b0\\u09c7 \\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u098f\\u0996\\u09be\\u09a8\\u09c7 \\u09af\\u09cb\\u0997\\u09be\\u09af\\u09cb\\u0997 \\u0995\\u09b0\\u09c1\\u09a8:<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p>\\u0987\\u09ae\\u09c7\\u0987\\u09b2: edulab@gmail.com<\\/p><p><br><\\/p><p>\\u09a0\\u09bf\\u0995\\u09be\\u09a8\\u09be: P8MH+9A \\u09a8\\u09bf\\u0989 \\u0987\\u09af\\u09bc\\u09b0\\u09cd\\u0995, \\u09ae\\u09be\\u09b0\\u09cd\\u0995\\u09bf\\u09a8 \\u09af\\u09c1\\u0995\\u09cd\\u09a4\\u09b0\\u09be\\u09b7\\u09cd\\u099f\\u09cd\\u09b0<\\/p><p><br><\\/p><p>\\u09a6\\u09be\\u09ac\\u09bf\\u09a4\\u09cd\\u09af\\u09be\\u0997: \\u098f\\u0987 \\u099f\\u09c7\\u09ae\\u09aa\\u09cd\\u09b2\\u09c7\\u099f\\u099f\\u09bf \\u098f\\u0995\\u099f\\u09bf \\u09b8\\u09be\\u09a7\\u09be\\u09b0\\u09a3 \\u09a8\\u09bf\\u09b0\\u09cd\\u09a6\\u09c7\\u09b6\\u09bf\\u0995\\u09be \\u098f\\u09ac\\u0982 \\u0986\\u0987\\u09a8\\u09bf \\u09aa\\u09b0\\u09be\\u09ae\\u09b0\\u09cd\\u09b6\\u09c7\\u09b0 \\u09ac\\u09bf\\u0995\\u09b2\\u09cd\\u09aa \\u09b9\\u09bf\\u09b8\\u09be\\u09ac\\u09c7 \\u09ac\\u09cd\\u09af\\u09ac\\u09b9\\u09be\\u09b0 \\u0995\\u09b0\\u09be \\u0989\\u099a\\u09bf\\u09a4 \\u09a8\\u09af\\u09bc\\u0964 \\u09a8\\u09bf\\u09af\\u09bc\\u09ae \\u0993 \\u09b6\\u09b0\\u09cd\\u09a4\\u09be\\u09ac\\u09b2\\u09c0 \\u0986\\u09aa\\u09a8\\u09be\\u09b0 LMS \\u0993\\u09af\\u09bc\\u09c7\\u09ac\\u09b8\\u09be\\u0987\\u099f\\u09c7\\u09b0 \\u09a8\\u09bf\\u09b0\\u09cd\\u09a6\\u09bf\\u09b7\\u09cd\\u099f \\u099a\\u09be\\u09b9\\u09bf\\u09a6\\u09be \\u098f\\u09ac\\u0982 \\u09aa\\u09cd\\u09b0\\u09af\\u09cb\\u099c\\u09cd\\u09af \\u0986\\u0987\\u09a8 \\u09ae\\u09c7\\u09a8\\u09c7 \\u099a\\u09b2\\u099b\\u09c7 \\u09a4\\u09be \\u09a8\\u09bf\\u09b6\\u09cd\\u099a\\u09bf\\u09a4 \\u0995\\u09b0\\u09a4\\u09c7 \\u0985\\u09a8\\u09c1\\u0997\\u09cd\\u09b0\\u09b9 \\u0995\\u09b0\\u09c7 \\u098f\\u0995\\u099c\\u09a8 \\u0986\\u0987\\u09a8\\u099c\\u09c0\\u09ac\\u09c0\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 \\u09aa\\u09b0\\u09be\\u09ae\\u09b0\\u09cd\\u09b6 \\u0995\\u09b0\\u09c1\\u09a8\\u0964<\\/p>\"}', '2025-01-06 22:45:06', '2025-01-06 22:45:06'), (624, 4, 'Modules\\LMS\\Models\\Language', 'ar', '{\"name\":\"\\u0627\\u0644\\u0628\\u0646\\u063a\\u0627\\u0644\\u064a\"}', '2025-01-06 22:46:59', '2025-01-06 22:46:59'), (625, 4, 'Modules\\LMS\\Models\\Language', 'es', '{\"name\":\"bengal\\u00ed\"}', '2025-01-06 22:47:14', '2025-01-06 22:47:14'), (626, 4, 'Modules\\LMS\\Models\\Language', 'bn', '{\"name\":\"\\u09ac\\u09be\\u0982\\u09b2\\u09be\"}', '2025-01-06 22:47:25', '2025-01-06 22:47:25'), (627, 1, 'Modules\\LMS\\Models\\Language', 'ar', '{\"name\":\"\\u0627\\u0644\\u0625\\u0646\\u062c\\u0644\\u064a\\u0632\\u064a\\u0629\"}', '2025-01-06 22:47:42', '2025-01-06 22:47:59'), (628, 1, 'Modules\\LMS\\Models\\Language', 'es', '{\"name\":\"Ingl\\u00e9s\"}', '2025-01-06 22:48:38', '2025-01-06 22:48:38'), (629, 1, 'Modules\\LMS\\Models\\Language', 'bn', '{\"name\":\"\\u0987\\u0982\\u09b0\\u09c7\\u099c\\u09bf\"}', '2025-01-06 22:48:47', '2025-01-06 22:48:47'), (630, 2, 'Modules\\LMS\\Models\\Language', 'ar', '{\"name\":\"\\u0639\\u0631\\u0628\\u064a\"}', '2025-01-06 22:49:07', '2025-01-06 22:49:07'), (631, 2, 'Modules\\LMS\\Models\\Language', 'es', '{\"name\":\"\\u00e1rabe\"}', '2025-01-06 22:49:18', '2025-01-06 22:49:18'), (632, 2, 'Modules\\LMS\\Models\\Language', 'bn', '{\"name\":\"\\u0986\\u09b0\\u09ac\\u09bf\"}', '2025-01-06 22:49:28', '2025-01-06 22:49:28'), (633, 3, 'Modules\\LMS\\Models\\Language', 'ar', '{\"name\":\"\\u0627\\u0644\\u0623\\u0633\\u0628\\u0627\\u0646\\u064a\\u0629\"}', '2025-01-06 22:49:49', '2025-01-06 22:49:49'), (634, 3, 'Modules\\LMS\\Models\\Language', 'es', '{\"name\":\"Espa\\u00f1ola\"}', '2025-01-06 22:50:02', '2025-01-06 22:50:02'), (635, 3, 'Modules\\LMS\\Models\\Language', 'bn', '{\"name\":\"\\u09b8\\u09cd\\u09aa\\u09cd\\u09af\\u09be\\u09a8\\u09bf\\u09b6\"}', '2025-01-06 22:50:12', '2025-01-06 22:50:12'), (636, 19, 'Modules\\LMS\\Models\\Auth\\Instructor', 'en', '{\"first_name\":\"Omar khaiyam\",\"last_name\":\"Ratul\",\"address\":\"100 Queen St W,\",\"about\":\"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.\"}', '2025-01-07 15:03:18', '2025-01-07 15:03:18'), (641, 18, 'Modules\\LMS\\Models\\Auth\\Instructor', 'en', '{\"first_name\":\"Robert\",\"last_name\":\"Smith\",\"address\":\"14, Ziberniker Str.\",\"about\":\"<p>Hi, I\\u2019m 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 of innovation, I strive to deliver interfaces that solve problems while providing delightful user interactions. Whether it\\u2019s designing mobile apps, websites, or complex software, my goal is always to improve usability and ensure a seamless journey for the end user.<\\/p>\"}', '2025-01-07 16:48:41', '2025-01-07 16:48:41'), (643, 6, 'Modules\\LMS\\Models\\Category', 'en', '{\"title\":\"Digital Marketing\",\"meta_title\":\"Digital Marketing Mastery - SEO, SEM, Social Media & More\",\"meta_description\":\"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.\"}', '2025-01-07 06:02:33', '2025-01-07 06:02:33'), (644, 1, 'Modules\\LMS\\Models\\Designation', 'ar', '{\"title\":\"\\u0645\\u0637\\u0648\\u0631 \\u0648\\u064a\\u0628 \\u0643\\u0628\\u064a\\u0631\"}', '2025-01-07 06:37:11', '2025-01-07 06:37:11'), (645, 1, 'Modules\\LMS\\Models\\Designation', 'es', '{\"title\":\"Desarrolladora web senior\"}', '2025-01-07 06:37:34', '2025-01-07 06:37:34'), (646, 1, 'Modules\\LMS\\Models\\Designation', 'bn', '{\"title\":\"\\u09b8\\u09bf\\u09a8\\u09bf\\u09af\\u09bc\\u09b0 \\u0993\\u09af\\u09bc\\u09c7\\u09ac \\u09a1\\u09c7\\u09ad\\u09c7\\u09b2\\u09aa\\u09be\\u09b0\"}', '2025-01-07 06:37:51', '2025-01-07 06:37:51'), (647, 1, 'Modules\\LMS\\Models\\Designation', 'en', '{\"title\":\"Senior Web Developer\"}', '2025-01-07 06:54:18', '2025-01-07 06:54:18'), (648, 2, 'Modules\\LMS\\Models\\Category', 'en', '{\"title\":\"Web Development\",\"meta_title\":\"Learn Web Development - HTML, CSS, JavaScript & Frameworks\",\"meta_description\":\"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.\"}', '2025-01-07 07:24:10', '2025-01-07 07:24:10'), (649, 2, 'Modules\\LMS\\Models\\Courses\\Bundle\\CourseBundle', 'en', '{\"title\":\"Full Stack Development Mastery Bundle\",\"details\":\"<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>\"}', '2025-01-07 14:08:32', '2025-01-07 14:08:32'), (650, 4, 'Modules\\LMS\\Models\\Courses\\Bundle\\CourseBundle', 'en', '{\"title\":\"Digital Marketing Power Bundle\",\"details\":\"<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>\"}', '2025-01-07 14:08:44', '2025-01-07 14:08:44'), (651, 2, 'Modules\\LMS\\Models\\Blog\\BlogCategory', 'en', '{\"name\":\"Design of Art\"}', '2025-01-07 14:23:30', '2025-01-07 14:23:30'); INSERT INTO `pages` (`id`, `title`, `url`, `content`, `created_at`, `updated_at`) VALUES (1, 'Privacy Policy', 'privacy-policy', '<div><b><span style=\"font-size: 24px;\">Welcome to Edulab LMS Website</span></b></div><div><br></div><div><br></div><div><br></div><div>These Terms and Conditions (\"Terms\") govern your access to and use of the website https://edulab.codexshaper.com/, 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.</div><div><br></div><div><br></div><div><br></div><div>1. User Eligibility</div><div><br></div><div>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.</div><div><br></div><div><br></div><div><br></div><div>2. Account Registration</div><div><br></div><div>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.</div><div><br></div><div><br></div><div><br></div><div>3. Use of the Website</div><div><br></div><div>You agree to use the Website solely for lawful purposes and in accordance with these Terms. You must not:</div><div><br></div><div><br></div><div><br></div><div>Violate any applicable local, state, national, or international law.</div><div><br></div><div>Upload, post, or transmit any content that is unlawful, harmful, or infringing.</div><div><br></div><div>Engage in any activity that could disable, overload, or damage the functionality of the Website.</div><div><br></div><div><br></div><div><br></div><div>4. Intellectual Property</div><div><br></div><div>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.</div><div><br></div><div><br></div><div><br></div><div>5. Content Submission</div><div><br></div><div>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.</div><div><br></div><div><br></div><div><br></div><div>6. Course Access and Use</div><div><br></div><div>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.</div><div><br></div><div><br></div><div><br></div><div>7. Payment and Refund Policy</div><div><br></div><div>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.</div><div><br></div><div><br></div><div><br></div><div>8. Privacy and Data Collection</div><div><br></div><div>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.</div><div><br></div><div><br></div><div><br></div><div>9. Disclaimers</div><div><br></div><div>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.</div><div><br></div><div><br></div><div><br></div><div>10. Limitation of Liability</div><div><br></div><div>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.</div><div><br></div><div><br></div><div><br></div><div>11. Termination</div><div><br></div><div>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.</div><div><br></div><div><br></div><div><br></div><div>12. Amendments</div><div><br></div><div>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.</div><div><br></div><div><br></div><div><br></div><div>13. Governing Law</div><div><br></div><div>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].</div><div><br></div><div><br></div><div><br></div><div>14. Contact Information</div><div><br></div><div>If you have any questions about these Terms, please contact us at:</div><div><br></div><div><br></div><div><br></div><div>Email: edulab@gmail.com</div><div><br></div><div>Address: P8MH+9A New York, USA</div><div><br></div><div>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.</div>', NULL, '2025-01-06 22:44:25'), (2, 'Terms & Conditions', 'terms-conditions', '<p><b><span style=\"font-size: 24px;\">Welcome to Edulab LMS Website</span></b></p><p><br></p><p>These Terms and Conditions (\"Terms\") govern your access to and use of the website (the \"Service\") or the website https://edulab.codexshaper.com/, including all content, services and features provided through it. 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, do not use the Website.</p><p><br></p><p>1. User Eligibility</p><p><br></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>2. Account Registration</p><p><br></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. Please notify us immediately if you believe that your account has been compromised.</p><p><br></p><p>3. Website Use</p><p><br></p><p>You agree to use the Website only 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><br></p><p>Upload, post or transmit any unlawful, harmful, or infringing material.</p><p><br></p><p>Engage in any activity that could disable, overload or impair the functionality of the Website.</p><p><br></p><p>4. Intellectual Property</p><p><br></p><p>All content, including but not limited to text, images, videos, courses, software and other materials available on the Website, is owned or licensed by [your LMS website name] and is protected by intellectual property laws. You may not reproduce, distribute or create derivative works from any content without the prior written consent of the owner.</p><p><br></p><p>5. Content Submission</p><p><br></p><p>If you submit any content (such as text content, comments or feedback) via 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>6. Course Access and Use</p><p><br></p><p>Access to courses, content, and materials on the Website is subject to the specific terms and conditions set forth in the course description or agreement. We reserve the right to update, change, or remove any course content at any time. Access to the course may be revoked if you violate these terms and conditions.</p><p><br></p><p>7. Payment and Refund Policy</p><p><br></p><p>If you purchase a course or membership, you agree to pay all applicable fees. Payments are processed through a third-party payment processor and you are responsible for providing accurate billing information. Please see our [Refund Policy] for details regarding cancellations or refunds.</p><p><br></p><p>8. Privacy and Data Collection</p><p><br></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>9. Disclaimer</p><p><br></p><p>The Website and its services are provided “as is” and “as available.” We make no 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>10. Limitation of Liability</p><p><br></p><p>To the fullest extent permitted by law, [Your LMS Website Name] and its affiliates shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including but not limited to lost profits, arising out of or related to these Terms, use of the Website, or the Services.</p><p><br></p><p>11. Termination</p><p><br></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 violation of these Terms. Upon termination, you must cease all use of the Website and its Services.</p><p><br></p><p>12. Amendments</p><p><br></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>13. Governing Law</p><p><br></p><p>These Terms shall be governed by and construed in accordance with the laws of [your jurisdiction], without regard to its conflict of law principles. Any dispute arising out of or relating to these Terms shall be resolved in the courts located in [your jurisdiction].</p><p><br></p><p>14. Contact Information</p><p><br></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><br></p><p>Address: P8MH+9A New York, United States</p><p><br></p><p>Disclaimer: This template is a general guide and should not be used as a substitute for legal advice. Please consult with an attorney to ensure that the Terms and Conditions comply with the specific needs of your LMS website and applicable law.</p>', NULL, '2025-01-07 16:34:18'); INSERT INTO `payment_methods` (`id`, `method_name`, `slug`, `currency`, `conversation_rate`, `keys`, `enabled_test_mode`, `logo`, `status`, `created_at`, `updated_at`) VALUES (1, 'Stripe', 'stripe', 'USD', NULL, '{\"public_key\": \"pk_test_51N9Od9F3CQDKJ6qSMvCGZ6XdDlIrBGclMufDQuIbymerhdfxdjEaGUxpeu227OrXAJkHpAdvQxEHzYI09Wa0IPrZ00kksiCgK2\", \"secret_key\": \"sk_test_51N9Od9F3CQDKJ6qSRCPwFln7Xfx7o283svV0TgVZoY8ACYx2c8iYOAVoZYHcYvAtrE4lH9emXnO9rPvQE6anOchB00FReP9UdL\", \"public_live_key\": null, \"secret_live_key\": null}', 0, 'lms-3fltaVWa.webp', '1', '2024-11-28 09:41:48', '2025-02-08 01:20:53'), (2, 'Paypal', 'paypal', 'USD', NULL, '{\"sandbox_client_id\": \"AZJzxU2HQrYAn2PE3UVlAKPq89PtBq10B9iiFag2LTPgHt-nacW0NQ9W83abDmEWQYgmh3tgXCjJUlkW\", \"sandbox_secret_key\": \"EJR-Vkkz-M1uJ4KDhtoXsiTxLP1jPPW3yAdMHPWVBpOFixAzG8n8YLw0jURhoQs7VADiJNAuWjPMEtDy\", \"production_client_id\": null, \"production_secret_key\": null}', 0, 'lms-Dyu4GFdk.svg', '1', '2024-11-28 09:46:55', '2025-02-08 01:42:28'), (3, 'razorpay', 'razorpay', 'INR', NULL, '{\"key_id\": \"rzp_test_J60bqBOi1z1aF5\", \"secret_key\": \"uk935K7p4j96UCJgHK8kAU4q\"}', 0, 'lms-7Djey1BX.png', '1', '2025-02-04 00:19:17', '2025-02-08 01:31:32'), (4, 'xendit', 'xendit', 'IDR', NULL, '{\"api_key\": \"xnd_public_development_3CfHh9RNvtD_pNz_zTm_wyNkwxFVNiE3lbjFVeN8GzQsE4kQwgTV7qsCIJD_K9E\", \"secret_key\": \"xnd_development_44KVee2PG4HeeZxG69R5eXOJHVD7t84FZUIH8dMxa37ZU3bZ8KDKV9ugPfy5fRK\", \"conversation_rate\": null}', 0, 'lms-NAXoWT6H.png', '1', '2025-02-04 04:20:20', '2025-02-09 08:28:40'), (5, 'paystack', 'paystack', 'ZAR', NULL, '{\"public_key\": \"pk_test_4b1846ca234d7f4afef52108edd83fa5f8783bac\", \"secret_key\": \"sk_test_f4962ee5001b525e99b83e1f8e4fcc90782f9d0d\", \"merchant_email\": \"alam.csfs@gmail.com\", \"conversation_rate\": null}', 0, 'lms-8tWnmaIX.png', '1', '2025-02-05 23:27:19', '2025-02-09 09:15:35'), (8, 'offline', 'offline', 'BDT', NULL, '{\"conversation_rate\": null}', 0, 'lms-OndMChdV.svg', '1', NULL, '2025-02-09 07:20:19'); INSERT INTO `reviews` (`id`, `user_id`, `course_id`, `support_quality`, `content_quality`, `instructor_skills`, `content`, `created_at`, `updated_at`) VALUES (1, 38, 1, 5, 5, 5, 'Great course', '2024-12-02 18:07:32', '2024-12-02 18:07:32'), (3, 38, 4, 5, 5, 5, 'Awesome Course', '2024-12-05 19:36:40', '2024-12-05 19:36:40'), (4, 38, 10, 5, 5, 5, 'Awesome Course', '2024-12-05 19:56:55', '2024-12-05 19:56:55'), (5, 38, 3, 5, 5, 5, 'Oustanding Course', '2024-12-05 19:59:49', '2024-12-05 19:59:49'), (6, 38, 14, 5, 5, 5, 'Very Nice Course', '2024-12-09 06:06:16', '2024-12-09 06:06:16'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (1, 'en', 'dashboard', 'Dashboard', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (2, 'en', 'today_is', 'Today is', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (3, 'en', 'welcome_back', 'Welcome Back', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (4, 'en', 'add_new_course', 'Add new course', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (5, 'en', 'total_revenue', 'Total revenue', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (6, 'en', 'total_enrollments', 'Total enrollments', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (7, 'en', 'total_courses', 'Total courses', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (8, 'en', 'total_instructors', 'Total instructors', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (9, 'en', 'total_organization', 'Total organization', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (10, 'en', 'total_students', 'Total students', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (11, 'en', 'statistical_register_of_students__instructors', 'Statistical register of students & instructors', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (12, 'en', 'trending_categories', 'Trending categories', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (13, 'en', 'top_performing_courses', 'Top performing courses', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (14, 'en', 'see_all', 'See all', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (15, 'en', 'course', 'Course', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (16, 'en', 'publish_on', 'Publish on', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (17, 'en', 'enrolled', 'Enrolled', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (18, 'en', 'price', 'Price', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (19, 'en', 'support_requests', 'Support requests', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (20, 'en', 'visit_frontend', 'Visit Frontend', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (21, 'en', 'notifications', 'Notifications', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (22, 'en', 'no_notification_available', 'No Notification Available', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (23, 'en', 'log_out', 'Log out', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (24, 'en', 'language', 'Language', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (25, 'en', 'theme_manage', 'Theme Manage', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (26, 'en', 'all_themes', 'All themes', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (27, 'en', 'settings', 'Settings', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (28, 'en', 'localization_manage', 'Localization Manage', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (29, 'en', 'country', 'Country', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (30, 'en', 'state', 'State', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (31, 'en', 'city', 'City', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (32, 'en', 'time_zone', 'Time Zone', '2024-11-26 05:07:00', '2024-11-26 05:07:00'), (33, 'en', 'icon_provider_manage', 'Icon Provider Manage', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (34, 'en', 'icon', 'Icon', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (35, 'en', 'category', 'Category', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (36, 'en', 'meeting_provider', 'Meeting Provider', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (37, 'en', 'course_manage', 'Course Manage', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (38, 'en', 'subject', 'Subject', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (39, 'en', 'tag', 'Tag', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (40, 'en', 'level', 'Level', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (41, 'en', 'course_live', 'Course Live', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (42, 'en', 'bundle_course', 'Bundle Course', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (43, 'en', 'enrollments_manage', 'Enrollments Manage', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (44, 'en', 'enrollment', 'Enrollment', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (45, 'en', 'new_enrolled', 'New Enrolled', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (46, 'en', 'user_manage', 'User Manage', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (47, 'en', 'organization', 'Organization', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (48, 'en', 'instructor', 'Instructor', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (49, 'en', 'student', 'Student', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (50, 'en', 'marketing', 'Marketing', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (51, 'en', 'all_coupons', 'All Coupons', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (52, 'en', 'testimonials', 'Testimonials', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (53, 'en', 'email_templates', 'Email Templates', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (54, 'en', 'blog_manage', 'Blog Manage', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (55, 'en', 'blog', 'Blog', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (56, 'en', 'contacts', 'Contacts', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (57, 'en', 'notice_board', 'Notice Board', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (58, 'en', 'notification_manage', 'Notification Manage', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (59, 'en', 'templates', 'Templates', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (60, 'en', 'history', 'History', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (61, 'en', 'backend_setting', 'Backend Setting', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (62, 'en', 'theme_setting', 'Theme Setting', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (63, 'en', 'forum_manage', 'Forum Manage', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (64, 'en', 'forum', 'Forum', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (65, 'en', 'sub_forum', 'Sub Forum', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (66, 'en', 'ticket__support_manage', 'Ticket & Support Manage', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (67, 'en', 'support_category', 'Support Category', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (68, 'en', 'tickets', 'Tickets', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (69, 'en', 'staff_manage', 'Staff Manage', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (70, 'en', 'permissions', 'Permissions', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (71, 'en', 'roles', 'Roles', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (72, 'en', 'users', 'Users', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (73, 'en', 'payment_method', 'Payment Method', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (74, 'en', 'certificate_manage', 'Certificate Manage', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (75, 'en', 'faq_manage', 'Faq Manage', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (76, 'en', 'page_manage', 'Page Manage', '2024-11-26 05:07:01', '2024-11-26 05:07:01'), (77, 'en', 'state_manage', 'State Manage', '2024-11-26 05:07:07', '2024-11-26 05:07:07'), (78, 'en', 'add_new', 'Add new', '2024-11-26 05:07:07', '2024-11-26 05:07:07'), (79, 'en', 'no_state_found', 'No State Found', '2024-11-26 05:07:07', '2024-11-26 05:07:07'), (80, 'en', 'manage_icon', 'Manage Icon', '2024-11-26 05:07:12', '2024-11-26 05:07:12'), (81, 'en', 'no_no_icon_found', 'No No Icon Found', '2024-11-26 05:07:12', '2024-11-26 05:07:12'), (82, 'en', 'manage_category', 'Manage Category', '2024-11-26 05:07:14', '2024-11-26 05:07:14'), (83, 'en', 'no_category_found', 'No Category Found', '2024-11-26 05:07:14', '2024-11-26 05:07:14'), (84, 'en', '_add_new_', ' Add new ', '2024-11-26 05:07:14', '2024-11-26 05:07:14'), (85, 'en', 'enrollmentmanage', 'enrollment/Manage', '2024-11-26 05:07:22', '2024-11-26 05:07:22'), (86, 'en', 'student_list', 'Student List', '2024-11-26 05:07:22', '2024-11-26 05:07:22'), (87, 'en', 'enroll', 'Enroll', '2024-11-26 05:07:22', '2024-11-26 05:07:22'), (88, 'en', 'no_enrollment_found', 'No Enrollment Found', '2024-11-26 05:07:22', '2024-11-26 05:07:22'), (89, 'en', 'manage_meeting', 'Manage Meeting', '2024-11-26 05:07:28', '2024-11-26 05:07:28'), (90, 'en', 'meeting', 'Meeting', '2024-11-26 05:07:28', '2024-11-26 05:07:28'), (91, 'en', 'no_meeting_provider_found', 'No Meeting Provider Found', '2024-11-26 05:07:28', '2024-11-26 05:07:28'), (92, 'en', 'organization_manage', 'Organization Manage', '2024-11-26 05:07:41', '2024-11-26 05:07:41'), (93, 'en', 'all_organization', 'All Organization', '2024-11-26 05:07:41', '2024-11-26 05:07:41'), (94, 'en', 'refresh', 'Refresh', '2024-11-26 05:07:41', '2024-11-26 05:07:41'), (95, 'en', 'profile', 'Profile', '2024-11-26 05:07:41', '2024-11-26 05:07:41'), (96, 'en', 'email', 'Email', '2024-11-26 05:07:41', '2024-11-26 05:07:41'), (97, 'en', 'phone', 'Phone', '2024-11-26 05:07:41', '2024-11-26 05:07:41'), (98, 'en', 'total_course', 'Total Course', '2024-11-26 05:07:41', '2024-11-26 05:07:41'), (99, 'en', 'email_verify', 'Email Verify', '2024-11-26 05:07:41', '2024-11-26 05:07:41'), (100, 'en', 'status', 'Status', '2024-11-26 05:07:41', '2024-11-26 05:07:41'), (101, 'en', 'action', 'Action', '2024-11-26 05:07:41', '2024-11-26 05:07:41'), (102, 'en', 'manage_instructor', 'Manage Instructor', '2024-11-26 05:07:44', '2024-11-26 05:07:44'), (103, 'en', 'all_instructor', 'All Instructor', '2024-11-26 05:07:44', '2024-11-26 05:07:44'), (104, 'en', 'all', 'All', '2024-11-26 05:07:44', '2024-11-26 05:07:44'), (105, 'en', 'active', 'Active', '2024-11-26 05:07:44', '2024-11-26 05:07:44'), (106, 'en', 'inactive', 'Inactive', '2024-11-26 05:07:44', '2024-11-26 05:07:44'), (107, 'en', 'verified', 'Verified', '2024-11-26 05:07:44', '2024-11-26 05:07:44'), (108, 'en', 'un_verified', 'Un Verified', '2024-11-26 05:07:44', '2024-11-26 05:07:44'), (109, 'en', 'filter', 'Filter', '2024-11-26 05:07:44', '2024-11-26 05:07:44'), (110, 'en', 'manage_student', 'Manage Student', '2024-11-26 05:07:46', '2024-11-26 05:07:46'), (111, 'en', 'all_student', 'All Student', '2024-11-26 05:07:46', '2024-11-26 05:07:46'), (112, 'en', 'enrolled_course', 'Enrolled Course', '2024-11-26 05:07:46', '2024-11-26 05:07:46'), (113, 'en', 'language_manage', 'Language Manage', '2024-11-26 05:07:52', '2024-11-26 05:07:52'), (114, 'en', 'name', 'Name', '2024-11-26 05:07:52', '2024-11-26 05:07:52'), (115, 'en', 'code', 'Code', '2024-11-26 05:07:52', '2024-11-26 05:07:52'), (116, 'en', 'new_enroll', 'New Enroll', '2024-11-26 05:07:58', '2024-11-26 05:07:58'), (117, 'en', 'select_student', 'Select Student', '2024-11-26 05:07:58', '2024-11-26 05:07:58'), (118, 'en', 'select_course', 'Select Course', '2024-11-26 05:07:58', '2024-11-26 05:07:58'), (119, 'en', 'testimonial', 'Testimonial', '2024-11-26 05:08:14', '2024-11-26 05:08:14'), (120, 'en', 'no_testimonial_found', 'No Testimonial Found', '2024-11-26 05:08:14', '2024-11-26 05:08:14'), (121, 'en', 'manage_email', 'Manage Email', '2024-11-26 05:08:18', '2024-11-26 05:08:18'), (122, 'en', 'email_template', 'Email Template', '2024-11-26 05:08:18', '2024-11-26 05:08:18'), (123, 'en', 'manage_notification', 'Manage Notification', '2024-11-26 05:08:31', '2024-11-26 05:08:31'), (124, 'en', 'notification', 'Notification', '2024-11-26 05:08:31', '2024-11-26 05:08:31'), (125, 'en', 'backend_manage', 'Backend Manage', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (126, 'en', 'backend_settings', 'Backend Settings', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (127, 'en', 'backend', 'Backend', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (128, 'en', 'general_setting', 'General Setting', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (129, 'en', 'logo', 'Logo', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (131, 'en', 'system_information', 'System Information', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (132, 'en', 'application_name', 'Application Name', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (133, 'en', 'contact_email', 'Contact Email', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (134, 'en', 'date_format', 'Date Format', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (135, 'en', 'save', 'Save', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (136, 'en', 'favicon', 'Favicon', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (137, 'en', 'choose_file', 'Choose file', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (138, 'en', 'icon_logo', 'Icon Logo', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (139, 'en', 'smpt_settings', 'SMPT Settings', '2024-11-26 05:08:35', '2024-11-26 05:08:35'), (141, 'en', 'support_category_list', 'Support Category List', '2024-11-26 05:08:41', '2024-11-26 05:08:41'), (142, 'en', 'no_support_category_found', 'No Support Category Found', '2024-11-26 05:08:41', '2024-11-26 05:08:41'), (143, 'en', 'manage_contact', 'Manage Contact', '2024-11-26 05:08:43', '2024-11-26 05:08:43'), (144, 'en', 'all_contact', 'All Contact', '2024-11-26 05:08:43', '2024-11-26 05:08:43'), (145, 'en', 'contact', 'Contact', '2024-11-26 05:08:43', '2024-11-26 05:08:43'), (146, 'en', 'no_contact_found', 'No Contact Found', '2024-11-26 05:08:43', '2024-11-26 05:08:43'), (147, 'en', 'manage_notice_board', 'Manage Notice Board', '2024-11-26 05:08:44', '2024-11-26 05:08:44'), (148, 'en', 'noticeboard', 'Noticeboard', '2024-11-26 05:08:44', '2024-11-26 05:08:44'), (149, 'en', 'no_noticeboard_found', 'No Noticeboard Found', '2024-11-26 05:08:44', '2024-11-26 05:08:44'), (150, 'en', 'manage_blog', 'Manage Blog', '2024-11-26 05:08:49', '2024-11-26 05:08:49'), (151, 'en', 'blog_list', 'Blog List', '2024-11-26 05:08:49', '2024-11-26 05:08:49'), (153, 'en', 'notification_history', 'Notification History', '2024-11-26 05:08:54', '2024-11-26 05:08:54'), (154, 'en', 'no_notification_history_found', 'No Notification History Found', '2024-11-26 05:08:54', '2024-11-26 05:08:54'), (155, 'en', 'role_list', 'Role List', '2024-11-26 05:09:10', '2024-11-26 05:09:10'), (156, 'en', 'role', 'Role', '2024-11-26 05:09:10', '2024-11-26 05:09:10'), (157, 'en', 'manage_faq', 'Manage Faq', '2024-11-26 05:09:13', '2024-11-26 05:09:13'), (158, 'en', 'faq_list', 'Faq List', '2024-11-26 05:09:13', '2024-11-26 05:09:13'), (159, 'en', 'faq', 'Faq', '2024-11-26 05:09:13', '2024-11-26 05:09:13'), (160, 'en', 'no_faq_found', 'No Faq Found', '2024-11-26 05:09:13', '2024-11-26 05:09:13'), (161, 'en', 'manage_page', 'Manage Page', '2024-11-26 05:09:16', '2024-11-26 05:09:16'), (162, 'en', 'page', 'Page', '2024-11-26 05:09:16', '2024-11-26 05:09:16'), (163, 'en', 'no_page_found', 'No Page Found', '2024-11-26 05:09:16', '2024-11-26 05:09:16'), (164, 'en', 'courses', 'Courses', '2024-11-26 05:09:35', '2024-11-26 05:09:35'), (165, 'en', 'new_course', 'New course', '2024-11-26 05:09:35', '2024-11-26 05:09:35'), (166, 'en', 'purchase_amount', 'Purchase Amount', '2024-11-26 05:09:35', '2024-11-26 05:09:35'), (167, 'en', 'not_courses', 'Not Courses', '2024-11-26 05:09:35', '2024-11-26 05:09:35'), (168, 'en', 'setting', 'Setting', '2024-11-26 05:09:35', '2024-11-26 05:09:35'), (169, 'en', 'instructor_manage', 'Instructor Manage', '2024-11-26 05:09:35', '2024-11-26 05:09:35'), (170, 'en', 'students', 'Students', '2024-11-26 05:09:35', '2024-11-26 05:09:35'), (171, 'en', 'noties_board', 'Noties Board', '2024-11-26 05:09:35', '2024-11-26 05:09:35'), (172, 'en', 'support_manage', 'Support Manage', '2024-11-26 05:09:35', '2024-11-26 05:09:35'), (173, 'en', 'new_ticket', 'New Ticket', '2024-11-26 05:09:35', '2024-11-26 05:09:35'), (174, 'en', 'ticket', 'Ticket', '2024-11-26 05:09:35', '2024-11-26 05:09:35'), (175, 'en', 'logout', 'Logout', '2024-11-26 05:09:35', '2024-11-26 05:09:35'), (176, 'en', 'studentsetting', 'Student/setting', '2024-11-26 05:09:42', '2024-11-26 05:09:42'), (177, 'en', 'no_students_found', 'No Students Found', '2024-11-26 05:09:42', '2024-11-26 05:09:42'), (178, 'en', 'notice_board_list', 'Notice Board List', '2024-11-26 05:09:43', '2024-11-26 05:09:43'), (179, 'en', 'no_notice_board_found', 'No Notice Board Found', '2024-11-26 05:09:43', '2024-11-26 05:09:43'), (180, 'en', 'themesettingmanage', 'Themesetting/manage', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (181, 'en', 'theme_settings', 'Theme Settings', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (182, 'en', 'theme', 'Theme', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (183, 'en', 'gdpr_cookie', 'GDPR Cookie', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (184, 'en', 'tawk_chat', 'Tawk Chat', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (185, 'en', 'custom_cssjs', 'Custom CSS/JS', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (186, 'en', 'social', 'Social', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (187, 'en', 'home_setting', 'Home Setting', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (188, 'en', 'footer', 'Footer', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (189, 'en', 'general_settings', 'General Settings', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (190, 'en', 'color', 'Color', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (191, 'en', 'second_email', 'Second Email', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (192, 'en', 'second_phone', 'Second Phone', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (193, 'en', 'address', 'Address', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (194, 'en', 'office_hours', 'Office Hours', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (195, 'en', 'support_hours', 'Support Hours', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (196, 'en', 'theme_favicon', 'Theme Favicon', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (197, 'en', 'gdpr_cookie_settings', 'GDPR Cookie Settings', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (198, 'en', 'gdpr_title', 'GDPR Title', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (199, 'en', 'gdpr_description', 'GDPR Description', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (200, 'en', 'enableddisabled', 'Enabled/Disabled', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (201, 'en', 'custom_css__javascript_settings', 'Custom Css & Javascript Settings', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (202, 'en', 'custom_css', 'Custom CSS', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (203, 'en', 'custom_js', 'Custom JS', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (204, 'en', 'social_media_settings', 'Social Media Settings', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (205, 'en', 'add', 'Add', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (206, 'en', 'home_page_settings', 'Home Page Settings', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (207, 'en', 'banner_section', 'Banner Section', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (208, 'en', 'total_live_class', 'Total Live Class', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (209, 'en', 'total_experience', 'Total Experience', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (210, 'en', 'expert_tutor', 'Expert Tutor', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (211, 'en', 'satisfied_students', 'Satisfied Students', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (212, 'en', 'faq_section', 'Faq Section', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (213, 'en', 'title', 'Title', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (214, 'en', 'sub_title', 'Sub Title', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (215, 'en', 'high_light', 'High Light', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (216, 'en', 'button_text', 'Button Text', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (217, 'en', 'faq_image', 'Faq Image', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (218, 'en', 'subscriber_section', 'Subscriber Section', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (219, 'en', 'footer_top_settings', 'Footer Top Settings', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (220, 'en', 'footer_widget_one', 'Footer Widget One', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (221, 'en', 'allow_social_menu', 'Allow Social Menu', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (222, 'en', 'footer_widget_two', 'Footer Widget Two', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (223, 'en', 'content', 'Content', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (224, 'en', 'footer_widget_three', 'Footer Widget Three', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (225, 'en', 'footer_widget_four', 'Footer Widget Four', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (226, 'en', 'footer_widget_five', 'Footer Widget Five', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (227, 'en', 'footer_bottom_settings', 'Footer Bottom Settings', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (228, 'en', 'menu_link_list', 'Menu Link List', '2024-11-26 05:10:36', '2024-11-26 05:10:36'), (229, 'en', 'country_manage', 'Country Manage', '2024-11-26 05:10:56', '2024-11-26 05:10:56'), (230, 'en', 'manage_theme', 'Manage Theme', '2024-11-26 05:11:06', '2024-11-26 05:11:06'), (231, 'en', 'search', 'Search', '2024-11-26 05:11:15', '2024-12-13 03:20:14'), (232, 'en', 'key', 'Key', '2024-11-26 05:11:15', '2024-11-26 05:11:15'), (233, 'en', 'value', 'Value', '2024-11-26 05:11:15', '2024-11-26 05:11:15'), (234, 'en', 'create', 'Create', '2024-11-26 05:14:09', '2024-11-26 05:14:09'), (235, 'en', 'country_code', 'Country Code', '2024-11-26 05:14:09', '2024-11-26 05:14:09'), (236, 'en', 'timezone_manage', 'TimeZone Manage', '2024-11-26 05:15:23', '2024-11-26 05:15:23'), (238, 'en', 'manage_city', 'Manage City', '2024-11-26 06:50:17', '2024-11-26 06:50:17'), (240, 'en', 'create_city', 'Create City', '2024-11-26 06:50:19', '2024-11-26 06:50:19'), (241, 'en', 'select_country', 'Select Country', '2024-11-26 06:50:19', '2024-11-26 06:50:19'), (242, 'en', 'select_state', 'Select State', '2024-11-26 06:50:19', '2024-11-26 06:50:19'), (243, 'en', 'timezone', 'Timezone', '2024-11-26 06:50:29', '2024-11-26 06:50:29'), (244, 'en', 'edit', 'Edit', '2024-11-26 06:59:36', '2024-11-26 06:59:36'), (245, 'en', 'update', 'Update', '2024-11-26 06:59:36', '2024-11-26 06:59:36'), (246, 'en', 'manage_course', 'Manage Course', '2024-11-26 07:16:10', '2024-11-26 07:16:10'), (247, 'en', 'course_type', 'Course Type', '2024-11-26 07:16:10', '2024-11-26 07:16:10'), (248, 'en', 'course_list', 'Course list', '2024-11-26 07:16:10', '2024-11-26 07:16:10'), (249, 'en', 'all_course_here', 'All Course Here', '2024-11-26 07:16:10', '2024-11-26 07:16:10'), (250, 'en', 'add_course', 'Add Course', '2024-11-26 07:16:10', '2024-11-26 07:16:10'), (251, 'en', 'you_have_no_course', 'You have no Course', '2024-11-26 07:16:11', '2024-11-26 07:16:11'), (252, 'en', 'city_name', 'City Name', '2024-11-26 07:24:57', '2024-11-26 07:24:57'), (253, 'en', 'state_name', 'State Name', '2024-11-26 07:24:57', '2024-11-26 07:24:57'), (254, 'en', 'country_name', 'Country Name', '2024-11-26 07:24:57', '2024-11-26 07:24:57'), (255, 'en', 'manage_subject', 'Manage Subject', '2024-11-26 07:35:41', '2024-11-26 07:35:41'), (256, 'en', 'subject_list', 'Subject List', '2024-11-26 07:35:41', '2024-11-26 07:35:41'), (257, 'en', 'no_subject_found', 'No Subject Found', '2024-11-26 07:35:41', '2024-11-26 07:35:41'), (258, 'en', 'meta_title', 'Meta Title', '2024-11-26 07:35:43', '2024-11-26 07:35:43'), (259, 'en', 'meta_description', 'Meta Description', '2024-11-26 07:35:43', '2024-11-26 07:35:43'), (260, 'en', 'manage_tag', 'Manage Tag', '2024-11-26 08:09:08', '2024-11-26 08:09:08'), (261, 'en', 'no_tag_found', 'No Tag Found', '2024-11-26 08:09:08', '2024-11-26 08:09:08'), (262, 'en', 'manage_level', 'Manage Level', '2024-11-26 08:09:22', '2024-11-26 08:09:22'), (263, 'en', 'no_level_found', 'No Level Found', '2024-11-26 08:09:22', '2024-11-26 08:09:22'), (264, 'en', 'lavel', 'Lavel', '2024-11-26 08:09:24', '2024-11-26 08:09:24'), (265, 'en', 'live_class', 'Live Class', '2024-11-26 09:28:18', '2024-11-26 09:28:18'), (266, 'en', 'live_course', 'Live Course', '2024-11-26 09:28:18', '2024-11-26 09:28:18'), (267, 'en', 'parent', 'Parent', '2024-11-26 09:29:21', '2024-11-26 09:29:21'), (268, 'en', 'select_none_to_create_a_parent_category', 'Select none to create a parent category', '2024-11-26 09:29:21', '2024-11-26 09:29:21'), (269, 'en', 'icon_picker', 'Icon picker', '2024-11-26 09:29:21', '2024-11-26 09:29:21'), (270, 'en', 'selected_icon', 'Selected Icon', '2024-11-26 09:29:21', '2024-11-26 09:29:21'), (271, 'en', '_category_position', ' Category Position', '2024-11-26 09:29:21', '2024-11-26 09:29:21'), (272, 'en', 'meta_description_', 'Meta Description ', '2024-11-26 09:29:21', '2024-11-26 09:29:21'), (273, 'en', 'edit_icon', 'Edit Icon', '2024-11-26 09:30:00', '2024-11-26 09:30:00'), (274, 'en', 'provider', 'Provider', '2024-11-26 09:30:00', '2024-11-26 09:30:00'), (275, 'en', 'icon_provider', 'Icon Provider', '2024-11-26 09:30:00', '2024-11-26 09:30:00'), (276, 'en', 'selected_icon_provider', 'Selected Icon Provider', '2024-11-26 09:30:00', '2024-11-26 09:30:00'), (277, 'en', 'manage_bundle', 'Manage Bundle', '2024-11-26 09:33:12', '2024-11-26 09:33:12'), (278, 'en', 'course_bundle', 'Course Bundle', '2024-11-26 09:33:12', '2024-11-26 09:33:12'), (279, 'en', 'bundle', 'Bundle', '2024-11-26 09:33:12', '2024-11-26 09:33:12'), (280, 'en', 'no_bundle_found', 'No Bundle Found', '2024-11-26 09:33:12', '2024-11-26 09:33:12'), (281, 'en', 'create_bundle', 'Create Bundle', '2024-11-26 09:33:13', '2024-11-26 09:33:13'), (282, 'en', 'bundle_price', 'Bundle Price', '2024-11-26 09:33:13', '2024-11-26 09:33:13'), (283, 'en', 'media', 'Media', '2024-11-26 09:33:13', '2024-11-26 09:33:13'), (285, 'en', 'description', 'Description', '2024-11-26 09:33:13', '2024-11-26 09:33:13'), (286, 'en', 'submit', 'Submit', '2024-11-26 09:33:13', '2024-11-26 09:33:13'), (287, 'en', 'create_course', 'Create Course', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (288, 'en', 'basic', 'Basic', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (289, 'en', 'info', 'Info', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (290, 'en', 'finish', 'Finish', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (291, 'en', 'how_about_a_course_title', 'How about a course title', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (292, 'en', 'courses_category', 'Courses category', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (293, 'en', 'select_organization', 'Select Organization', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (294, 'en', 'courses_level', 'Courses level', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (295, 'en', 'course_duration', 'Course duration', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (296, 'en', 'short_description', 'Short Description', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (297, 'en', 'save__continue', 'Save & Continue', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (298, 'en', 'add_course_faq', 'Add Course FAQ', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (299, 'en', 'add_course_outcomes', 'Add Course Outcomes', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (300, 'en', 'course_requirements', 'Course Requirements', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (301, 'en', 'course_tag', 'Course Tag', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (302, 'en', 'previous', 'Previous', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (303, 'en', 'course_pricing', 'Course Pricing', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (304, 'en', 'course_price_', 'Course price ($)', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (305, 'en', 'check_if_this_course_has_a_discount', 'Check if this course has a discount', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (306, 'en', 'discounted_price_', 'Discounted price ($)', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (307, 'en', 'discount', 'Discount', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (308, 'en', 'this_course_has', 'This course has', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (309, 'en', 'discounted_period', 'Discounted Period', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (310, 'en', 'course_settings', 'Course Settings', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (311, 'en', 'access_days', 'Access Days', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (312, 'en', 'seat_capacity', 'Seat Capacity', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (313, 'en', 'course_settings_options', 'Course Settings Options', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (314, 'en', 'has_support', 'Has Support', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (315, 'en', 'has_certificate', 'Has Certificate', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (316, 'en', 'has_course_forum', 'Has Course Forum', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (317, 'en', 'has_subscription', 'Has Subscription', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (318, 'en', 'is_wait_list', 'Is Wait List', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (319, 'en', 'is_upcoming', 'Is Upcoming', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (320, 'en', 'is_free_course', 'Is Free Course', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (321, 'en', 'is_live', 'Is Live', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (322, 'en', 'downloadable', 'Downloadable', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (323, 'en', 'add_media_files', 'Add media files', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (324, 'en', 'thumbnail', 'Thumbnail', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (325, 'en', 'coruse_preview_image', 'Coruse Preview Image', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (326, 'en', 'congratulations', 'Congratulations!', '2024-11-26 09:33:52', '2024-11-26 09: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 09:33:52', '2024-11-26 09: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 09:33:52', '2024-11-26 09:33:52'), (329, 'en', 'go_to_list', 'Go to List', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (330, 'en', 'add_new_tag', 'Add New Tag', '2024-11-26 09:33:52', '2024-11-26 09:33:52'), (331, 'en', 'create_instructor', 'Create Instructor', '2024-11-26 09:46:11', '2024-11-26 09:46:11'), (332, 'en', 'first_name', 'First Name', '2024-11-26 09:46:11', '2024-11-26 09:46:11'), (333, 'en', 'enter_first_name', 'Enter First Name', '2024-11-26 09:46:11', '2024-11-26 09:46:11'), (334, 'en', 'last_name', 'Last Name', '2024-11-26 09:46:11', '2024-11-26 09:46:11'), (335, 'en', 'enter_last_name', 'Enter Last Name', '2024-11-26 09:46:11', '2024-11-26 09:46:11'), (336, 'en', 'phone_number', 'Phone Number', '2024-11-26 09:46:11', '2024-11-26 09:46:11'), (337, 'en', 'enter_phone_number', 'Enter Phone Number', '2024-11-26 09:46:11', '2024-11-26 09:46:11'), (338, 'en', 'enter_email', 'Enter Email', '2024-11-26 09:46:11', '2024-11-26 09:46:11'), (339, 'en', 'password', 'Password', '2024-11-26 09:46:11', '2024-11-26 09:46:11'), (340, 'en', 'enter_password', 'Enter Password', '2024-11-26 09:46:11', '2024-11-26 09:46:11'), (341, 'en', 'confirmation_password', 'Confirmation Password', '2024-11-26 09:46:11', '2024-11-26 09:46:11'), (342, 'en', 'password_confirmation', 'Password Confirmation', '2024-11-26 09:46:11', '2024-11-26 09:46:11'), (343, 'en', 'select_city', 'Select City', '2024-11-26 09:46:11', '2024-11-26 09:46:11'), (344, 'en', 'designation', 'Designation', '2024-11-26 09:46:12', '2024-11-26 09:46:12'), (345, 'en', 'enter_designation', 'Enter Designation', '2024-11-26 09:46:12', '2024-11-26 09:46:12'), (346, 'en', 'enter_address', 'Enter Address', '2024-11-26 09:46:12', '2024-11-26 09:46:12'), (347, 'en', 'about', 'About', '2024-11-26 09:46:12', '2024-11-26 09:46:12'), (348, 'en', 'profile_image', 'Profile Image', '2024-11-26 09:46:12', '2024-11-26 09:46:12'), (349, 'en', 'edit_instructor', 'Edit Instructor', '2024-11-26 09:46:32', '2024-11-26 09:46:32'), (350, 'en', 'create_organization', 'Create Organization', '2024-11-26 10:38:46', '2024-11-26 10:38:46'), (351, 'en', 'add_new_organization', 'Add New Organization', '2024-11-26 10:38:46', '2024-11-26 10:38:46'), (353, 'en', 'edit_organization', 'Edit Organization', '2024-11-26 10:48:29', '2024-11-26 10:48:29'), (354, 'en', 'organization_name', 'Organization Name', '2024-11-26 10:48:29', '2024-11-26 10:48:29'), (355, 'en', 'mangage_blog_category', 'Mangage Blog Category', '2024-11-26 11:02:46', '2024-11-26 11:02:46'), (356, 'en', 'blog_category', 'Blog Category', '2024-11-26 11:02:46', '2024-11-26 11:02:46'), (358, 'en', 'create_student', 'Create Student', '2024-11-26 11:14:36', '2024-11-26 11:14:36'), (359, 'en', 'add_new_student', 'Add New Student', '2024-11-26 11:14:36', '2024-11-26 11:14:36'), (360, 'en', 'enter_details', 'Enter Details', '2024-11-26 11:14:36', '2024-11-26 11:14:36'), (361, 'en', 'edit_student', 'Edit Student', '2024-11-26 11:51:53', '2024-11-26 11:51:53'), (362, 'en', 'all_your_instructor', 'All your Instructor', '2024-11-26 12:14:06', '2024-11-26 12:14:06'), (363, 'en', 'no_instructor_found', 'No Instructor Found', '2024-11-26 12:14:06', '2024-11-26 12:14:06'), (364, 'en', 'course_title', 'Course title', '2024-11-27 05:14:15', '2024-11-27 05:14:15'), (365, 'en', 'sales', 'Sales', '2024-11-27 05:14:15', '2024-11-27 05:14:15'), (366, 'en', 'course_level', 'Course Level', '2024-11-27 05:14:15', '2024-11-27 05:14:15'), (367, 'en', 'course_status', 'Course Status', '2024-11-27 05:14:15', '2024-11-27 05:14:15'), (368, 'en', 'edit_course', 'Edit Course', '2024-11-27 05:29:57', '2024-11-27 05:29:57'), (369, 'en', 'curriculum', 'Curriculum', '2024-11-27 05:29:57', '2024-11-27 05:29:57'), (370, 'en', 'notices_board', 'Notices Board', '2024-11-27 05:29:57', '2024-11-27 05:29:57'), (371, 'en', 'add_course_curriculumn', 'Add Course Curriculumn', '2024-11-27 05:29:57', '2024-11-27 05:29:57'), (372, 'en', 'add_chapter', 'Add Chapter', '2024-11-27 05:29:57', '2024-11-27 05:29:57'), (373, 'en', 'add_topic', 'Add Topic', '2024-11-27 05:29:57', '2024-11-27 05:29:57'), (374, 'en', 'upload_file', 'Upload File', '2024-11-27 05:29:57', '2024-11-27 05:29:57'), (375, 'en', 'select_meeting_provider', 'Select meeting provider', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (376, 'en', 'meeting_id', 'Meeting Id', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (377, 'en', 'moderator_password', 'Moderator password', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (378, 'en', 'set_meeting_time', 'Set Meeting Time', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (379, 'en', 'schedule_date', 'Schedule Date', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (380, 'en', 'schedule_time', 'Schedule Time', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (381, 'en', 'instruction_for_students', 'Instruction for students', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (382, 'en', 'notice_description', 'Notice Description', '2024-11-27 05:29:58', '2024-11-27 05: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 05:29:58', '2024-11-27 05:29:58'), (384, 'en', 'all_notice', 'All Notice', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (385, 'en', 'no_notice_available', 'No Notice Available.', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (386, 'en', 'add_new_chapter', 'Add New Chapter', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (387, 'en', 'sumbit', 'Sumbit', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (388, 'en', 'add_new_topic', 'Add New Topic', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (389, 'en', 'topic_type', 'Topic type', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (390, 'en', 'add_question', 'Add Question', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (391, 'en', 'question_title', 'Question Title', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (392, 'en', 'quiz_mark', 'Quiz Mark', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (393, 'en', 'quiz_type', 'Quiz Type', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (394, 'en', 'select_quiz_question_type', 'Select quiz Question type', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (395, 'en', 'multiple_choice', 'Multiple choice', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (396, 'en', 'single_choice', 'Single choice', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (397, 'en', 'fill_in_the_blank', 'Fill in the blank', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (398, 'en', 'update_quiz', 'Update Quiz', '2024-11-27 05:29:58', '2024-11-27 05:29:58'), (399, 'en', 'total_blog', 'Total Blog', '2024-11-27 05:54:07', '2024-11-27 05:54:07'), (400, 'en', 'create_testimonial', 'Create Testimonial', '2024-11-27 05:54:21', '2024-11-27 05:54:21'), (401, 'en', 'add_new_testimonial', 'Add New Testimonial', '2024-11-27 05:54:21', '2024-11-27 05:54:21'), (402, 'en', 'enter_your_name', 'Enter Your Name', '2024-11-27 05:54:21', '2024-11-27 05:54:21'), (403, 'en', 'enter_your_designation', 'Enter Your Designation', '2024-11-27 05:54:21', '2024-11-27 05:54:21'), (404, 'en', 'rating', 'Rating', '2024-11-27 05:54:21', '2024-11-27 05:54:21'), (405, 'en', 'enter_your_rating_out_of_5', 'Enter your Rating out of 5', '2024-11-27 05:54:21', '2024-11-27 05:54:21'), (406, 'en', 'date_created', 'Date Created', '2024-11-27 05:55:37', '2024-11-27 05:55:37'), (407, 'en', 'create_blog', 'Create Blog', '2024-11-27 06:04:52', '2024-11-27 06:04:52'), (408, 'en', 'blog_title', 'Blog Title', '2024-11-27 06:04:52', '2024-11-27 06:04:52'), (409, 'en', 'blog_description', 'Blog Description', '2024-11-27 06:04:52', '2024-11-27 06:04:52'), (410, 'en', 'image', 'Image', '2024-11-27 06:04:52', '2024-11-27 06:04:52'), (411, 'en', 'author', 'Author', '2024-11-27 06:16:48', '2024-11-27 06:16:48'), (412, 'en', 'published', 'Published', '2024-11-27 06:16:48', '2024-11-27 06:16:48'), (413, 'en', 'edit_blog', 'Edit Blog', '2024-11-27 06:18:29', '2024-11-27 06:18:29'), (414, 'en', 'manage_coupon', 'Manage Coupon', '2024-11-27 06:21:53', '2024-11-27 06:21:53'), (415, 'en', 'coupon', 'Coupon', '2024-11-27 06:21:53', '2024-11-27 06:21:53'), (416, 'en', 'no_coupon_found', 'No Coupon Found', '2024-11-27 06:21:53', '2024-11-27 06:21:53'), (417, 'en', 'create_coupon', 'Create Coupon', '2024-11-27 06:21:56', '2024-11-27 06:21:56'), (418, 'en', 'create_coupons', 'Create Coupons', '2024-11-27 06:21:56', '2024-11-27 06:21:56'), (419, 'en', 'coupon_name', 'Coupon Name', '2024-11-27 06:21:56', '2024-11-27 06:21:56'), (420, 'en', 'coupon_type', 'Coupon Type', '2024-11-27 06:21:56', '2024-11-27 06:21:56'), (421, 'en', 'select_coupon_type', 'Select Coupon Type', '2024-11-27 06:21:56', '2024-11-27 06:21:56'), (422, 'en', 'selected_category', 'Selected Category', '2024-11-27 06:21:56', '2024-11-27 06:21:56'), (423, 'en', 'selected_courses', 'Selected Courses', '2024-11-27 06:21:56', '2024-11-27 06:21:56'), (424, 'en', 'discount_type', 'Discount Type', '2024-11-27 06:21:56', '2024-11-27 06:21:56'), (425, 'en', 'percent', 'Percent', '2024-11-27 06:21:56', '2024-11-27 06:21:56'), (426, 'en', 'fixed', 'Fixed', '2024-11-27 06:21:56', '2024-11-27 06:21:56'), (427, 'en', 'coupon_code', 'Coupon Code', '2024-11-27 06:21:56', '2024-12-02 12:14:41'), (428, 'en', 'max_usable_times', 'Max usable times', '2024-11-27 06:21:56', '2024-11-27 06:21:56'), (429, 'en', 'minimum_order', 'Minimum Order', '2024-11-27 06:21:56', '2024-11-27 06:21:56'), (430, 'en', 'expire_date', 'Expire Date', '2024-11-27 06:21:56', '2024-11-27 06:21:56'), (431, 'en', 'instructororganization', 'Instructor/Organization', '2024-11-27 06:27:40', '2024-11-27 06:27:40'), (432, 'en', 'coursebundle', 'Course/Bundle', '2024-11-27 06:27:40', '2024-11-27 06:27:40'), (433, 'en', 'edit_testimonial', 'Edit Testimonial', '2024-11-27 07:14:27', '2024-11-27 07:14:27'), (434, 'en', 'edit_email', 'Edit Email', '2024-11-27 07:23:52', '2024-11-27 07:23:52'), (435, 'en', 'subject_name', 'Subject Name', '2024-11-27 07:23:52', '2024-11-27 07:23:52'), (436, 'en', 'template_name', 'Template Name', '2024-11-27 07:23:52', '2024-11-27 07:23:52'), (437, 'en', 'template_content', 'Template Content', '2024-11-27 07:23:52', '2024-11-27 07:23:52'), (438, 'en', 'create_faq', 'Create Faq', '2024-11-27 07:24:09', '2024-11-27 07:24:09'), (439, 'en', 'enter_title', 'Enter Title', '2024-11-27 07:24:09', '2024-11-27 07:24:09'), (440, 'en', 'answer', 'Answer', '2024-11-27 07:24:09', '2024-11-27 07:24:09'), (441, 'en', 'question', 'Question', '2024-11-27 07:24:40', '2024-11-27 07:24:40'), (442, 'en', 'cerficate', 'Cerficate', '2024-11-27 07:30:23', '2024-11-27 07:30:23'), (443, 'en', 'create_certificate', 'Create Certificate', '2024-11-27 07:30:23', '2024-11-27 07:30:23'), (444, 'en', 'certificate', 'Certificate', '2024-11-27 07:30:23', '2024-11-27 07:30:23'), (445, 'en', 'certificate_title', 'Certificate Title', '2024-11-27 07:30:23', '2024-11-27 07:30:23'), (446, 'en', 'certificate_template_image', 'Certificate Template Image', '2024-11-27 07:30:23', '2024-11-27 07:30:23'), (447, 'en', 'certificae_title', 'Certificae Title', '2024-11-27 07:30:23', '2024-11-27 07:30:23'), (448, 'en', 'title_font_color', 'Title Font Color', '2024-11-27 07:30:23', '2024-11-27 07:30:23'), (449, 'en', 'title_font_size', 'Title Font Size', '2024-11-27 07:30:23', '2024-11-27 07:30:23'), (450, 'en', 'edit_coupon', 'Edit Coupon', '2024-11-27 07:51:35', '2024-11-27 07:51:35'), (451, 'en', 'edit_coupons', 'Edit Coupons', '2024-11-27 07:51:35', '2024-11-27 07:51:35'), (452, 'en', 'payment_method_list', 'Payment Method List', '2024-11-27 07:53:47', '2024-11-27 07:53:47'), (453, 'en', 'no_payment_method_found', 'No Payment Method Found', '2024-11-27 07:53:47', '2024-11-27 07:53:47'), (454, 'en', 'create_method', 'Create Method', '2024-11-27 07:53:48', '2024-11-27 07:53:48'), (455, 'en', 'create_payment_method', 'Create Payment Method', '2024-11-27 07:53:48', '2024-11-27 07:53:48'), (456, 'en', 'blogs', 'Blogs', '2024-11-27 11:22:50', '2024-11-27 11:22:50'), (457, 'en', 'sign_up', 'Sign up', '2024-11-27 11:22:50', '2024-11-27 11:22:50'), (458, 'en', 'home', 'Home', '2024-11-27 11:22:50', '2024-11-27 11:22:50'), (459, 'en', 'pages', 'Pages', '2024-11-27 11:22:50', '2024-11-27 11:22:50'), (460, 'en', 'remember_me', 'Remember me', '2024-11-27 11:22:56', '2024-11-27 11:22:56'), (461, 'en', 'forgot_password', 'Forgot Password?', '2024-11-27 11:22:56', '2024-11-27 11:22:56'), (462, 'en', 'log_in', 'Log in', '2024-11-27 11:22:56', '2024-11-27 11:22:56'), (463, 'en', 'preview', 'Preview', '2024-11-27 11:23:16', '2024-11-27 11:23:16'), (464, 'en', 'activated', 'Activated', '2024-11-27 11:23:16', '2024-11-27 11:23:16'), (465, 'en', 'activate', 'Activate', '2024-11-27 11:23:16', '2024-11-27 11:23:16'), (466, 'en', 'follow_us', 'Follow Us', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (467, 'en', 'top_category', 'Top Category', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (468, 'en', 'optimize_your_brain_for_peak', 'Optimize Your Brain for Peak', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (469, 'en', 'performance', 'Performance', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (470, 'en', 'view_all_category', 'View All Category', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (471, 'en', 'available', 'Available', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (472, 'en', 'see_more', 'See More', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (473, 'en', 'popular_course', 'Popular Course', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (474, 'en', 'see_our_popular', 'See Our Popular', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (475, 'en', 'view_all_courses', 'View All Courses', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (476, 'en', 'free', 'Free', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (477, 'en', 'hours', 'hours', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (478, 'en', 'lessons', 'Lessons', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (479, 'en', 'eduven_received_more_than', 'EduVen Received More than', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (480, 'en', 'reviews', 'Reviews', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (481, 'en', 'live_classes', 'Live Classes', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (482, 'en', 'years_experience', 'Years Experience', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (483, 'en', 'upcoming_courses', 'Upcoming Courses', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (484, 'en', 'our_upcoming', 'Our Upcoming', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (485, 'en', 'our_team_member', 'Our Team Member', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (486, 'en', 'meet_our_best', 'Meet Our Best', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (487, 'en', 'teachers', 'Teachers', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (488, 'en', 'more_teachers', 'More Teachers', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (489, 'en', 'video_course', 'Video Course', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (490, 'en', 'online_video', 'Online Video', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (491, 'en', 'join_now_lms_hub', 'Join Now LMS HUB', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (492, 'en', 'join_as_instructor', 'Join as Instructor', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (493, 'en', 'frequent_updates', 'Frequent Updates', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (494, 'en', 'updated_news_', 'Updated News &', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (495, 'en', 'see_all_blog', 'See all blog', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (496, 'en', 'read_more', 'Read More', '2024-11-27 14:17:25', '2024-11-27 14:17:25'), (497, 'en', 'all_course', 'All course', '2024-11-28 05:04:00', '2024-11-28 05:04:00'), (498, 'en', 'categories', 'Categories', '2024-11-28 05:04:00', '2024-11-28 05:04:00'), (499, 'en', 'manage_testimonial', 'Manage Testimonial', '2024-11-28 05:14:00', '2024-11-28 05:14:00'), (500, 'en', 'buy_the_bundle', 'Buy the Bundle', '2024-11-28 05:14:23', '2024-11-28 05:14:23'), (501, 'en', 'time_zones', 'Time Zones', '2024-11-28 05:14:30', '2024-11-28 05:14:30'), (502, 'en', 'short_code', 'Short Code', '2024-11-28 05:20:19', '2024-11-28 05:20:19'), (503, 'en', 'full_name', 'Full Name', '2024-11-28 05:20:54', '2024-11-28 05:20:54'), (504, 'en', 'write_your_message', 'Write your message', '2024-11-28 05:20:54', '2024-12-13 03:20:14'), (505, 'en', 'send_now', 'Send Now', '2024-11-28 05:20:54', '2024-11-28 05:20:54'), (506, 'en', 'popular_courses', 'Popular Courses', '2024-11-28 05:20:54', '2024-11-28 05:20:54'), (507, 'en', 'explore_my', 'Explore My', '2024-11-28 05:20:54', '2024-11-28 05:20:54'), (508, 'bn', 'follow_us', 'আমাদের অনুসরণ করুন', '2024-11-28 05:21:43', '2024-11-30 11:03:52'), (509, 'bn', 'top_category', 'শীর্ষ বিভাগ', '2024-11-28 05:21:43', '2024-11-30 11:03:52'), (510, 'bn', 'optimize_your_brain_for_peak', 'শীর্ষ পর্যায়ে কর্মক্ষমতা নিশ্চিত করতে আপনার মস্তিষ্ককে অনুকূল করুন।', '2024-11-28 05:21:43', '2024-12-02 10:54:46'), (511, 'bn', 'performance', 'কর্মক্ষমতা', '2024-11-28 05:21:43', '2024-11-30 11:05:26'), (512, 'bn', 'view_all_category', 'সমস্ত বিভাগ দেখুন', '2024-11-28 05:21:43', '2024-11-30 11:05:26'), (513, 'bn', 'available', 'পাওয়া যায়', '2024-11-28 05:21:43', '2024-11-30 11:05:26'), (514, 'bn', 'see_more', 'আরও দেখুন', '2024-11-28 05:21:43', '2024-11-30 11:05:26'), (515, 'bn', 'popular_course', 'জনপ্রিয় কোর্স', '2024-11-28 05:21:43', '2024-11-30 11:05:26'), (516, 'bn', 'see_our_popular', 'আমাদের জনপ্রিয়', '2024-11-28 05:21:43', '2024-12-02 10:57:17'), (517, 'bn', 'courses', 'কোর্স', '2024-11-28 05:21:43', '2024-11-30 10:07:36'), (518, 'bn', 'view_all_courses', 'সমস্ত কোর্স দেখুন', '2024-11-28 05:21:43', '2024-11-30 11:05:26'), (519, 'bn', 'free', 'বিনামূল্যে', '2024-11-28 05:21:43', '2024-11-30 11:05:26'), (520, 'bn', 'hours', 'ঘন্টা', '2024-11-28 05:21:43', '2024-11-30 11:05:26'), (521, 'bn', 'lessons', 'পাঠ', '2024-11-28 05:21:43', '2024-11-30 11:07:05'), (522, 'bn', 'student', 'ছাত্র', '2024-11-28 05:21:43', '2024-11-30 09:46:44'), (523, 'bn', 'testimonials', 'প্রশংসাপত্র', '2024-11-28 05:21:43', '2024-11-30 09:46:44'), (524, 'bn', 'eduven_received_more_than', 'এডুলাব এর চেয়ে বেশি প্রাপ্তি', '2024-11-28 05:21:43', '2024-12-29 18:06:51'), (525, 'bn', 'reviews', 'রিভিউ', '2024-11-28 05:21:43', '2024-11-30 11:07:05'), (526, 'bn', 'live_classes', 'লাইভ ক্লাস', '2024-11-28 05:21:43', '2024-11-30 11:07:05'), (527, 'bn', 'years_experience', 'বছরের অভিজ্ঞতা', '2024-11-28 05:21:43', '2024-11-30 11:07:05'), (528, 'bn', 'expert_tutor', 'বিশেষজ্ঞ শিক্ষক', '2024-11-28 05:21:43', '2024-11-30 10:15:45'), (529, 'bn', 'satisfied_students', 'সন্তুষ্ট ছাত্র', '2024-11-28 05:21:43', '2024-11-30 10:15:45'), (530, 'bn', 'upcoming_courses', 'আসন্ন কোর্স', '2024-11-28 05:21:43', '2024-11-30 11:07:05'), (531, 'bn', 'our_upcoming', 'আমাদের আসন্ন', '2024-11-28 05:21:43', '2024-11-30 11:07:05'), (532, 'bn', 'our_team_member', 'আমাদের দলের সদস্য', '2024-11-28 05:21:43', '2024-11-30 11:07:05'), (533, 'bn', 'meet_our_best', 'আমাদের সেরা', '2024-11-28 05:21:43', '2024-12-02 10:59:56'), (534, 'bn', 'teachers', 'শিক্ষকরা', '2024-11-28 05:21:43', '2024-11-30 11:09:06'), (535, 'bn', 'more_teachers', 'আরও শিক্ষক', '2024-11-28 05:21:43', '2024-11-30 11:09:06'), (536, 'bn', 'video_course', 'ভিডিও কোর্স', '2024-11-28 05:21:44', '2024-11-30 11:09:06'), (537, 'bn', 'online_video', 'অনলাইন ভিডিও', '2024-11-28 05:21:44', '2024-11-30 11:09:06'), (538, 'bn', 'join_now_lms_hub', 'এখনই যোগ দিন এলএমএস হাব', '2024-11-28 05:21:44', '2024-12-29 18:07:09'), (539, 'bn', 'first_name', 'প্রথম নাম', '2024-11-28 05:21:44', '2024-11-30 10:35:55'), (540, 'bn', 'last_name', 'শেষ নাম', '2024-11-28 05:21:44', '2024-12-02 11:40:09'), (541, 'bn', 'email', 'ইমেইল', '2024-11-28 05:21:44', '2024-11-30 09:54:38'), (542, 'bn', 'phone', 'ফোন', '2024-11-28 05:21:44', '2024-11-30 09:54:38'), (543, 'bn', 'password', 'পাসওয়ার্ড', '2024-11-28 05:21:44', '2024-11-30 10:37:06'), (544, 'bn', 'password_confirmation', 'পাসওয়ার্ড নিশ্চিতকরণ', '2024-11-28 05:21:44', '2024-11-30 10:37:06'), (545, 'bn', 'designation', 'পদবী', '2024-11-28 05:21:44', '2024-11-30 10:38:23'), (546, 'bn', 'about', 'সম্পর্কে', '2024-11-28 05:21:44', '2024-11-30 10:38:23'), (547, 'bn', 'join_as_instructor', 'প্রশিক্ষক হিসাবে যোগদান করুন', '2024-11-28 05:21:44', '2024-11-30 11:09:06'), (548, 'bn', 'frequent_updates', 'ঘন ঘন আপডেট', '2024-11-28 05:21:44', '2024-11-30 11:09:06'), (549, 'bn', 'updated_news_', 'আপডেট খবর এবং', '2024-11-28 05:21:44', '2024-12-02 13:38:29'), (550, 'bn', 'see_all_blog', 'সব ব্লগ দেখুন', '2024-11-28 05:21:44', '2024-11-30 11:09:06'), (551, 'bn', 'read_more', 'আরও পড়ুন', '2024-11-28 05:21:44', '2024-11-30 11:10:22'), (552, 'bn', 'course_bundle', 'কোর্স বান্ডেল', '2024-11-28 05:21:44', '2024-11-30 10:27:51'), (553, 'bn', 'instructor', 'প্রশিক্ষক', '2024-11-28 05:21:44', '2024-11-30 09:46:44'), (554, 'bn', 'organization', 'সংগঠন', '2024-11-28 05:21:44', '2024-11-30 09:46:44'), (555, 'bn', 'blogs', 'ব্লগ', '2024-11-28 05:21:44', '2024-11-30 11:02:39'), (556, 'bn', 'contact', 'যোগাযোগ', '2024-11-28 05:21:44', '2024-11-30 10:04:53'), (557, 'bn', 'home', 'হোম', '2024-11-28 05:21:44', '2025-01-06 11:38:16'), (558, 'bn', 'course', 'কোর্স', '2024-11-28 05:21:44', '2024-11-30 09:38:41'), (559, 'bn', 'pages', 'পাতা', '2024-11-28 05:21:44', '2024-11-30 11:02:39'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (560, 'bn', 'price', 'দাম', '2024-11-28 05:21:58', '2024-11-30 09:38:41'), (561, 'bn', 'all_course', 'সব কোর্স', '2024-11-28 05:21:58', '2024-11-30 11:10:22'), (562, 'bn', 'categories', 'ক্যাটাগরি', '2024-11-28 05:21:58', '2024-11-30 11:10:22'), (563, 'bn', 'language', 'ভাষা', '2024-11-28 05:21:58', '2024-11-30 09:40:16'), (564, 'bn', 'time_zones', 'সময় অঞ্চল', '2024-11-28 05:22:05', '2024-11-30 11:10:22'), (565, 'bn', 'dashboard', 'ড্যাশবোর্ড', '2024-11-28 05:22:37', '2024-12-01 12:42:19'), (566, 'bn', 'today_is', 'আজ', '2024-11-28 05:22:37', '2024-12-30 16:39:18'), (567, 'bn', 'welcome_back', 'স্বাগতম', '2024-11-28 05:22:37', '2024-12-02 13:33:56'), (568, 'bn', 'add_new_course', 'নতুন কোর্স যোগ করুন', '2024-11-28 05:22:37', '2024-11-30 09:35:58'), (569, 'bn', 'total_revenue', 'মোট আয়', '2024-11-28 05:22:37', '2024-11-30 09:35:58'), (570, 'bn', 'total_enrollments', 'মোট তালিকাভুক্তি', '2024-11-28 05:22:37', '2024-11-30 09:35:58'), (571, 'bn', 'total_courses', 'মোট কোর্স', '2024-11-28 05:22:37', '2024-11-30 09:35:58'), (572, 'bn', 'total_instructors', 'মোট প্রশিক্ষক', '2024-11-28 05:22:37', '2024-11-30 09:35:58'), (573, 'bn', 'total_organization', 'মোট সংগঠন', '2024-11-28 05:22:37', '2024-11-30 09:35:58'), (574, 'bn', 'total_students', 'মোট শিক্ষার্থী', '2024-11-28 05:22:37', '2024-11-30 09:38:41'), (575, 'bn', 'statistical_register_of_students__instructors', 'ছাত্র এবং প্রশিক্ষকদের পরিসংখ্যান নিবন্ধন', '2024-11-28 05:22:37', '2024-11-30 09:38:41'), (576, 'bn', 'trending_categories', 'প্রবণতা বিভাগ', '2024-11-28 05:22:37', '2024-11-30 09:38:41'), (577, 'bn', 'top_performing_courses', 'সেরা পারফর্মিং কোর্স', '2024-11-28 05:22:37', '2024-11-30 09:38:41'), (578, 'bn', 'see_all', 'সব দেখুন', '2024-11-28 05:22:37', '2024-11-30 09:38:41'), (579, 'bn', 'publish_on', 'প্রকাশ হয়েছে', '2024-11-28 05:22:37', '2024-12-01 12:37:43'), (580, 'bn', 'enrolled', 'নথিভুক্ত', '2024-11-28 05:22:37', '2024-11-30 09:38:41'), (581, 'bn', 'support_requests', 'সমর্থন এর জন্য অনুরোধ', '2024-11-28 05:22:37', '2024-12-01 12:55:37'), (582, 'bn', 'visit_frontend', 'ফ্রন্টএন্ড দেখুন', '2024-11-28 05:22:37', '2024-11-30 09:40:16'), (583, 'bn', 'notifications', 'বিজ্ঞপ্তি', '2024-11-28 05:22:37', '2024-11-30 09:40:16'), (584, 'bn', 'no_notification_available', 'কোন বিজ্ঞপ্তি নেই', '2024-11-28 05:22:37', '2024-12-02 11:26:26'), (585, 'bn', 'log_out', 'লগ আউট করুন', '2024-11-28 05:22:37', '2024-11-30 09:40:16'), (586, 'bn', 'theme_manage', 'থিম পরিচালনা করুন', '2024-11-28 05:22:37', '2024-11-30 09:40:16'), (587, 'bn', 'all_themes', 'সব থিম', '2024-11-28 05:22:37', '2024-11-30 09:40:16'), (588, 'bn', 'settings', 'সেটিংস', '2024-11-28 05:22:37', '2024-11-30 09:40:16'), (589, 'bn', 'localization_manage', 'স্থানীয়করণ পরিচালনা', '2024-11-28 05:22:37', '2024-11-30 09:41:59'), (590, 'bn', 'country', 'দেশ', '2024-11-28 05:22:37', '2024-11-30 09:41:59'), (591, 'bn', 'state', 'রাজ্য', '2024-11-28 05:22:37', '2024-11-30 09:41:59'), (592, 'bn', 'city', 'শহর', '2024-11-28 05:22:37', '2024-11-30 09:41:59'), (593, 'bn', 'time_zone', 'টাইম জোন', '2024-11-28 05:22:37', '2024-11-30 09:41:59'), (594, 'bn', 'icon_provider_manage', 'আইকন প্রদানকারী পরিচালনা করুন', '2024-11-28 05:22:37', '2024-11-30 09:41:59'), (595, 'bn', 'icon', 'আইকন', '2024-11-28 05:22:37', '2024-11-30 09:41:59'), (596, 'bn', 'category', 'শ্রেণী', '2024-11-28 05:22:37', '2024-11-30 09:41:59'), (597, 'bn', 'meeting_provider', 'মিটিং প্রদানকারী', '2024-11-28 05:22:37', '2024-12-01 12:35:32'), (598, 'bn', 'course_manage', 'কোর্স পরিচালনা', '2024-11-28 05:22:37', '2024-12-02 11:27:10'), (599, 'bn', 'subject', 'বিষয়', '2024-11-28 05:22:37', '2024-11-30 09:44:26'), (600, 'bn', 'tag', 'ট্যাগ', '2024-11-28 05:22:37', '2024-11-30 09:44:26'), (601, 'bn', 'level', 'স্তর', '2024-11-28 05:22:37', '2024-11-30 09:44:26'), (602, 'bn', 'course_live', 'কোর্স লাইভ', '2024-11-28 05:22:37', '2024-11-30 09:44:26'), (603, 'bn', 'bundle_course', 'বান্ডেল কোর্স', '2024-11-28 05:22:37', '2024-11-30 09:44:26'), (604, 'bn', 'enrollments_manage', 'তালিকাভুক্তি পরিচালনা', '2024-11-28 05:22:37', '2024-12-02 11:27:33'), (605, 'bn', 'enrollment', 'তালিকাভুক্তি', '2024-11-28 05:22:37', '2024-11-30 09:44:26'), (606, 'bn', 'new_enrolled', 'নতুন নথিভুক্ত', '2024-11-28 05:22:37', '2024-11-30 09:44:26'), (607, 'bn', 'user_manage', 'ব্যবহারকারী পরিচালনা', '2024-11-28 05:22:37', '2024-11-30 09:46:44'), (608, 'bn', 'marketing', 'মার্কেটিং', '2024-11-28 05:22:37', '2024-11-30 09:46:44'), (609, 'bn', 'all_coupons', 'সমস্ত কুপন', '2024-11-28 05:22:37', '2024-11-30 09:46:44'), (610, 'bn', 'email_templates', 'ইমেল টেমপ্লেট', '2024-11-28 05:22:37', '2024-11-30 09:46:44'), (611, 'bn', 'blog_manage', 'ব্লগ পরিচালনা', '2024-11-28 05:22:37', '2024-12-02 11:27:54'), (612, 'bn', 'blog', 'ব্লগ', '2024-11-28 05:22:37', '2024-11-30 09:47:56'), (613, 'bn', 'contacts', 'পরিচিতি', '2024-11-28 05:22:37', '2024-11-30 09:47:56'), (614, 'bn', 'notice_board', 'নোটিশ বোর্ড', '2024-11-28 05:22:37', '2024-11-30 09:47:56'), (615, 'bn', 'notification_manage', 'বিজ্ঞপ্তি পরিচালনা', '2024-11-28 05:22:37', '2024-12-02 11:28:11'), (616, 'bn', 'templates', 'টেমপ্লেট', '2024-11-28 05:22:37', '2024-11-30 09:47:56'), (617, 'bn', 'history', 'ইতিহাস', '2024-11-28 05:22:37', '2024-11-30 09:47:56'), (618, 'bn', 'backend_setting', 'ব্যাকএন্ড সেটিং', '2024-11-28 05:22:37', '2024-11-30 09:47:56'), (619, 'bn', 'forum_manage', 'ফোরাম পরিচালনা', '2024-11-28 05:22:37', '2024-11-30 09:47:56'), (620, 'bn', 'forum', 'ফোরাম', '2024-11-28 05:22:37', '2024-11-30 09:49:13'), (621, 'bn', 'sub_forum', 'উপ ফোরাম', '2024-11-28 05:22:37', '2024-12-02 11:31:00'), (622, 'bn', 'ticket__support_manage', 'টিকিট এবং সমর্থন ব্যবস্থাপনা', '2024-11-28 05:22:37', '2024-11-30 09:49:13'), (623, 'bn', 'support_category', 'সমর্থন বিভাগ', '2024-11-28 05:22:37', '2024-11-30 09:49:13'), (624, 'bn', 'tickets', 'টিকিট', '2024-11-28 05:22:37', '2024-11-30 09:49:13'), (625, 'bn', 'staff_manage', 'স্টাফ পরিচালনা', '2024-11-28 05:22:37', '2024-11-30 09:49:13'), (626, 'bn', 'permissions', 'অনুমতি', '2024-11-28 05:22:37', '2024-11-30 09:49:13'), (627, 'bn', 'roles', 'ভূমিকা', '2024-11-28 05:22:37', '2024-11-30 09:49:13'), (628, 'bn', 'users', 'ব্যবহারকারী', '2024-11-28 05:22:37', '2024-12-02 11:31:00'), (629, 'bn', 'payment_method', 'পেমেন্ট পদ্ধতি', '2024-11-28 05:22:37', '2024-11-30 09:51:07'), (630, 'bn', 'certificate_manage', 'সার্টিফিকেট পরিচালনা', '2024-11-28 05:22:37', '2024-12-01 12:39:22'), (631, 'bn', 'faq_manage', 'পরিচালনা', '2024-11-28 05:22:37', '2024-12-05 12:14:49'), (632, 'bn', 'page_manage', 'পৃষ্ঠা পরিচালনা', '2024-11-28 05:22:37', '2024-12-02 11:31:45'), (633, 'bn', 'manage_subject', 'বিষয় পরিচালনা করুন', '2024-11-28 05:22:47', '2024-11-30 10:21:11'), (634, 'bn', 'subject_list', 'বিষয় তালিকা', '2024-11-28 05:22:47', '2024-11-30 10:21:11'), (635, 'bn', 'add_new', 'নতুন যোগ করুন', '2024-11-28 05:22:47', '2024-11-30 09:51:07'), (636, 'bn', 'name', 'নাম', '2024-11-28 05:22:47', '2024-11-30 09:59:14'), (637, 'bn', 'action', 'অ্যাকশন', '2024-11-28 05:22:47', '2024-11-30 09:56:29'), (638, 'bn', 'manage_course', 'কোর্স পরিচালনা করুন', '2024-11-28 05:23:19', '2024-11-30 10:20:13'), (639, 'bn', 'status', 'স্ট্যাটাস', '2024-11-28 05:23:19', '2024-11-30 09:56:29'), (640, 'bn', 'course_type', 'কোর্সের ধরন', '2024-11-28 05:23:19', '2024-11-30 10:20:13'), (641, 'bn', 'filter', 'ফিল্টার', '2024-11-28 05:23:19', '2024-11-30 09:59:14'), (642, 'bn', 'refresh', 'রিফ্রেশ', '2024-11-28 05:23:19', '2024-11-30 09:54:38'), (643, 'bn', 'course_list', 'কোর্সের তালিকা', '2024-11-28 05:23:19', '2024-11-30 10:20:13'), (644, 'bn', 'all_course_here', 'এখানে সব কোর্স', '2024-11-28 05:23:19', '2024-11-30 10:20:13'), (645, 'bn', 'add_course', 'কোর্স যোগ করুন', '2024-11-28 05:23:19', '2024-11-30 10:20:13'), (646, 'bn', 'course_title', 'কোর্সের শিরোনাম', '2024-11-28 05:23:19', '2024-11-30 10:40:26'), (647, 'bn', 'sales', 'বিক্রয়', '2024-11-28 05:23:19', '2024-11-30 10:40:26'), (648, 'bn', 'course_level', 'কোর্স লেভেল', '2024-11-28 05:23:19', '2024-11-30 10:40:26'), (649, 'bn', 'course_status', 'কোর্সের অবস্থা', '2024-11-28 05:23:19', '2024-11-30 10:40:26'), (650, 'bn', 'edit_course', 'কোর্স সম্পাদনা করুন', '2024-11-28 05:24:49', '2024-11-30 10:40:26'), (651, 'bn', 'curriculum', 'পাঠ্যক্রম', '2024-11-28 05:24:49', '2024-11-30 10:40:26'), (652, 'bn', 'basic', 'মৌলিক', '2024-11-28 05:24:49', '2024-11-30 10:29:06'), (653, 'bn', 'info', 'তথ্য', '2024-11-28 05:24:49', '2024-11-30 10:31:29'), (654, 'bn', 'media', 'মিডিয়া', '2024-11-28 05:24:49', '2024-11-30 10:29:05'), (655, 'bn', 'manage_meeting', 'সভা পরিচালনা', '2024-11-28 05:24:49', '2024-12-02 11:32:32'), (656, 'bn', 'notices_board', 'নোটিশ বোর্ড', '2024-11-28 05:24:49', '2024-11-30 10:41:28'), (657, 'bn', 'setting', 'সেটিং', '2024-11-28 05:24:49', '2024-11-30 10:07:36'), (658, 'bn', 'finish', 'শেষ করুন', '2024-11-28 05:24:49', '2024-11-30 10:31:29'), (659, 'bn', 'add_course_curriculumn', 'কোর্স কারিকুলাম যোগ করুন', '2024-11-28 05:24:49', '2024-11-30 10:41:28'), (660, 'bn', 'add_chapter', 'অধ্যায় যোগ করুন', '2024-11-28 05:24:49', '2024-11-30 10:41:28'), (661, 'bn', 'add_topic', 'বিষয় যোগ করুন', '2024-11-28 05:24:49', '2024-11-30 10:41:28'), (662, 'bn', 'save__continue', 'সংরক্ষণ করুন এবং চালিয়ে যান', '2024-11-28 05:24:49', '2024-11-30 10:31:29'), (663, 'bn', 'how_about_a_course_title', 'কিভাবে একটি কোর্স শিরোনাম সম্পর্কে', '2024-11-28 05:24:49', '2024-11-30 10:31:29'), (664, 'bn', 'courses_category', 'কোর্সের বিভাগ', '2024-11-28 05:24:49', '2024-11-30 10:31:29'), (665, 'bn', 'select_organization', 'সংগঠন নির্বাচন করুন', '2024-11-28 05:24:49', '2024-11-30 10:31:29'), (666, 'bn', 'courses_level', 'কোর্স লেভেল', '2024-11-28 05:24:49', '2024-11-30 10:31:29'), (667, 'bn', 'upload_file', 'ফাইল আপলোড করুন', '2024-11-28 05:24:49', '2024-11-30 10:41:28'), (668, 'bn', 'course_duration', 'কোর্সের সময়কাল', '2024-11-28 05:24:49', '2024-11-30 10:31:29'), (669, 'bn', 'short_description', 'সংক্ষিপ্ত বিবরণ', '2024-11-28 05:24:49', '2024-11-30 10:31:29'), (670, 'bn', 'description', 'বর্ণনা', '2024-11-28 05:24:49', '2024-11-30 10:29:06'), (671, 'bn', 'previous', 'আগের', '2024-11-28 05:24:49', '2024-11-30 10:32:29'), (672, 'bn', 'add_course_faq', 'কোর্স প্রশ্ন যোগ করুন', '2024-11-28 05:24:49', '2024-12-29 18:05:18'), (673, 'bn', 'add', 'যোগ করুন', '2024-11-28 05:24:50', '2024-11-30 10:14:50'), (674, 'bn', 'add_course_outcomes', 'কোর্সের ফলাফল যোগ করুন', '2024-11-28 05:24:50', '2024-11-30 10:32:29'), (675, 'bn', 'course_requirements', 'কোর্সের প্রয়োজনীয়তা', '2024-11-28 05:24:50', '2024-11-30 10:32:29'), (676, 'bn', 'course_tag', 'কোর্স ট্যাগ', '2024-11-28 05:24:50', '2024-11-30 10:32:29'), (677, 'bn', 'course_pricing', 'কোর্স মূল্য', '2024-11-28 05:24:50', '2024-11-30 10:32:29'), (678, 'bn', 'course_price_', 'কোর্স মূল্য ($)', '2024-11-28 05:24:50', '2024-11-30 10:32:29'), (679, 'bn', 'check_if_this_course_has_a_discount', 'এই কোর্সে ডিসকাউন্ট আছে কিনা চেক করুন', '2024-11-28 05:24:50', '2024-11-30 10:32:29'), (680, 'bn', 'discounted_price_', 'ছাড়কৃত মূল্য ($)', '2024-11-28 05:24:50', '2024-11-30 10:32:29'), (681, 'bn', 'discount', 'ছাড়', '2024-11-28 05:24:50', '2024-11-30 10:33:31'), (682, 'bn', 'this_course_has', 'এই কোর্স আছে', '2024-11-28 05:24:50', '2024-11-30 10:33:31'), (683, 'bn', 'discounted_period', 'ছাড়ের সময়কাল', '2024-11-28 05:24:50', '2024-11-30 10:33:31'), (684, 'bn', 'add_media_files', 'মিডিয়া ফাইল যোগ করুন', '2024-11-28 05:24:50', '2024-11-30 10:34:29'), (685, 'bn', 'thumbnail', 'থাম্বনেইল', '2024-11-28 05:24:50', '2024-11-30 10:34:29'), (686, 'bn', 'choose_file', 'ফাইল নির্বাচন করুন', '2024-11-28 05:24:50', '2024-11-30 10:03:40'), (687, 'bn', 'coruse_preview_image', 'কোর্সের পূর্বরূপ চিত্র', '2024-11-28 05:24:50', '2024-12-29 17:57:51'), (688, 'bn', 'select_meeting_provider', 'মিটিং প্রদানকারী নির্বাচন করুন', '2024-11-28 05:24:50', '2024-11-30 10:41:28'), (689, 'bn', 'meeting_id', 'মিটিং আইডি', '2024-11-28 05:24:50', '2024-11-30 10:41:28'), (690, 'bn', 'moderator_password', 'মডারেটর পাসওয়ার্ড', '2024-11-28 05:24:50', '2024-11-30 10:41:28'), (691, 'bn', 'set_meeting_time', 'মিটিংয়ের সময় নির্ধারণ করুন', '2024-11-28 05:24:50', '2024-11-30 10:41:28'), (692, 'bn', 'schedule_date', 'তারিখ নির্ধারণ করুন', '2024-11-28 05:24:50', '2024-11-30 10:42:24'), (693, 'bn', 'schedule_time', 'সময় নির্ধারণ করুন', '2024-11-28 05:24:50', '2024-11-30 10:42:24'), (694, 'bn', 'instruction_for_students', 'শিক্ষার্থীদের জন্য নির্দেশনা', '2024-11-28 05:24:50', '2024-11-30 10:42:24'), (695, 'bn', 'title', 'শিরোনাম', '2024-11-28 05:24:50', '2024-11-30 10:15:45'), (696, 'bn', 'notice_description', 'নোটিশ বিবরণ', '2024-11-28 05:24:50', '2024-11-30 10:42:24'), (697, 'bn', 'do_you_want_to_mail_this_notice_to_all_of_your_students', 'আপনি কি আপনার সমস্ত ছাত্রদের এই বিজ্ঞপ্তিটি মেল করতে চান?', '2024-11-28 05:24:50', '2024-11-30 10:42:24'), (698, 'bn', 'all_notice', 'সমস্ত বিজ্ঞপ্তি', '2024-11-28 05:24:50', '2024-11-30 10:42:24'), (699, 'bn', 'no_notice_available', 'কোন নোটিশ উপলব্ধ নেই.', '2024-11-28 05:24:50', '2024-11-30 10:42:24'), (700, 'bn', 'course_settings', 'কোর্স সেটিংস', '2024-11-28 05:24:50', '2024-11-30 10:33:31'), (701, 'bn', 'access_days', 'অ্যাক্সেস দিন', '2024-11-28 05:24:50', '2024-11-30 10:33:31'), (702, 'bn', 'seat_capacity', 'আসন ক্ষমতা', '2024-11-28 05:24:50', '2024-11-30 10:33:31'), (703, 'bn', 'course_settings_options', 'কোর্স সেটিংস বিকল্প', '2024-11-28 05:24:50', '2024-11-30 10:33:31'), (704, 'bn', 'has_support', 'সমর্থন আছে', '2024-11-28 05:24:50', '2024-11-30 10:33:31'), (705, 'bn', 'has_certificate', 'সার্টিফিকেট আছে', '2024-11-28 05:24:50', '2024-11-30 10:33:31'), (706, 'bn', 'has_course_forum', 'কোর্স ফোরাম আছে', '2024-11-28 05:24:50', '2024-11-30 10:34:29'), (707, 'bn', 'has_subscription', 'সাবস্ক্রিপশন আছে', '2024-11-28 05:24:50', '2024-11-30 10:34:29'), (708, 'bn', 'is_wait_list', 'ওয়েট লিস্ট', '2024-11-28 05:24:50', '2024-11-30 10:34:29'), (709, 'bn', 'is_upcoming', 'আসন্ন', '2024-11-28 05:24:50', '2024-11-30 10:34:29'), (710, 'bn', 'is_free_course', 'ফ্রি কোর্স', '2024-11-28 05:24:50', '2024-11-30 10:34:29'), (711, 'bn', 'is_live', 'লাইভ', '2024-11-28 05:24:50', '2024-11-30 10:34:29'), (712, 'bn', 'downloadable', 'ডাউনলোডযোগ্য', '2024-11-28 05:24:50', '2024-11-30 10:34:29'), (713, 'bn', 'congratulations', 'অভিনন্দন!', '2024-11-28 05:24:50', '2024-11-30 10:35:55'), (714, 'bn', 'your_course_has_been_successfully_created_learn_the_best_things_in_the_world', 'আপনার কোর্স সফলভাবে তৈরি করা হয়েছে. বিশ্বের সেরা জিনিস শিখুন.', '2024-11-28 05:24:50', '2024-11-30 10:35:55'), (715, 'bn', 'thank_you_for_choosing_our_lms_for_your_teaching_needs', 'আপনার শিক্ষার প্রয়োজনের জন্য আমাদের এলএমএস বেছে নেওয়ার জন্য আপনাকে ধন্যবাদ!', '2024-11-28 05:24:50', '2025-01-07 10:39:43'), (716, 'bn', 'go_to_list', 'তালিকাতে যান', '2024-11-28 05:24:50', '2024-11-30 10:35:55'), (717, 'bn', 'add_new_chapter', 'নতুন অধ্যায় যোগ করুন', '2024-11-28 05:24:50', '2024-11-30 10:42:24'), (718, 'bn', 'sumbit', 'সাম্বিট', '2024-11-28 05:24:50', '2024-11-30 10:42:24'), (719, 'bn', 'add_new_topic', 'নতুন বিষয় যোগ করুন', '2024-11-28 05:24:50', '2024-11-30 10:43:23'), (720, 'bn', 'topic_type', 'বিষয়ের ধরন', '2024-11-28 05:24:50', '2024-11-30 10:43:23'), (721, 'bn', 'add_question', 'প্রশ্ন যোগ করুন', '2024-11-28 05:24:50', '2024-11-30 10:43:23'), (722, 'bn', 'question_title', 'প্রশ্নের শিরোনাম', '2024-11-28 05:24:50', '2024-11-30 10:43:23'), (723, 'bn', 'quiz_mark', 'কুইজ মার্ক', '2024-11-28 05:24:50', '2024-11-30 10:43:23'), (724, 'bn', 'quiz_type', 'কুইজের ধরন', '2024-11-28 05:24:50', '2024-11-30 10:43:23'), (725, 'bn', 'select_quiz_question_type', 'কুইজ প্রশ্নের ধরন নির্বাচন করুন', '2024-11-28 05:24:50', '2024-11-30 10:43:23'), (726, 'bn', 'multiple_choice', 'একাধিক পছন্দ', '2024-11-28 05:24:50', '2024-11-30 10:43:23'), (727, 'bn', 'single_choice', 'একক পছন্দ', '2024-11-28 05:24:50', '2024-11-30 10:43:23'), (728, 'bn', 'fill_in_the_blank', 'শূন্যস্থান পূরণ করুন', '2024-11-28 05:24:50', '2024-11-30 10:49:09'), (729, 'bn', 'update_quiz', 'কুইজ আপডেট করুন', '2024-11-28 05:24:50', '2024-11-30 10:49:09'), (730, 'bn', 'add_new_tag', 'নতুন ট্যাগ যোগ করুন', '2024-11-28 05:24:50', '2024-11-30 10:35:55'), (731, 'bn', 'save', 'সংরক্ষণ করুন', '2024-11-28 05:24:50', '2024-11-30 10:02:07'), (732, 'bn', 'remember_me', 'আমাকে মনে রেখো', '2024-11-28 05:25:36', '2024-11-30 11:03:52'), (733, 'bn', 'forgot_password', 'পাসওয়ার্ড ভুলে গেছেন?', '2024-11-28 05:25:36', '2024-11-30 11:03:52'), (734, 'bn', 'log_in', 'লগ ইন', '2024-11-28 05:25:36', '2024-12-02 13:49:06'), (735, 'bn', 'sign_up', 'সাইন আপ', '2024-11-28 05:25:36', '2024-12-02 13:50:28'), (736, 'bn', 'create_course', 'কোর্স তৈরি করুন', '2024-11-28 05:30:14', '2024-11-30 10:29:06'), (737, 'bn', 'create', 'তৈরি করুন', '2024-11-28 05:30:14', '2024-11-30 10:18:01'), (738, 'bn', 'manage_faq', 'প্রশ্ন পরিচালনা', '2024-11-28 05:32:42', '2024-12-05 12:15:28'), (739, 'bn', 'faq_list', 'প্রশ্ন তালিকা', '2024-11-28 05:32:42', '2024-12-05 12:15:10'), (740, 'bn', 'faq', 'প্রশ্ন', '2024-11-28 05:32:42', '2024-11-30 10:06:07'), (741, 'bn', 'question', 'প্রশ্ন', '2024-11-28 05:32:42', '2024-11-30 10:59:32'), (742, 'bn', 'manage_theme', 'থিম পরিচালনা করুন', '2024-11-28 05:32:53', '2024-11-30 10:18:01'), (743, 'bn', 'theme', 'থিম', '2024-11-28 05:32:53', '2024-11-30 10:09:56'), (744, 'bn', 'preview', 'পূর্বরূপ', '2024-11-28 05:32:53', '2024-11-30 11:03:52'), (745, 'bn', 'activated', 'সক্রিয়', '2024-11-28 05:32:53', '2024-11-30 11:03:52'), (746, 'bn', 'activate', 'সক্রিয় করুন', '2024-11-28 05:32:53', '2024-11-30 11:03:52'), (747, 'bn', 'themesettingmanage', 'থিমসেটিং/পরিচালনা', '2024-11-28 05:33:43', '2024-11-30 10:08:47'), (748, 'bn', 'theme_settings', 'থিম সেটিংস', '2024-11-28 05:33:43', '2024-11-30 10:09:56'), (749, 'bn', 'general_setting', 'সাধারণ সেটিং', '2024-11-28 05:33:43', '2024-11-30 10:02:07'), (750, 'bn', 'logo', 'লোগো', '2024-11-28 05:33:43', '2024-11-30 10:02:07'), (751, 'bn', 'gdpr_cookie', 'জিডিপিআর কুকি', '2024-11-28 05:33:43', '2024-11-30 10:09:56'), (752, 'bn', 'tawk_chat', 'টক চ্যাট', '2024-11-28 05:33:43', '2024-11-30 10:09:56'), (753, 'bn', 'custom_cssjs', 'কাস্টম সিএসএস/জেএস', '2024-11-28 05:33:43', '2024-11-30 10:09:56'), (754, 'bn', 'social', 'সামাজিক', '2024-11-28 05:33:43', '2024-11-30 10:09:56'), (755, 'bn', 'home_setting', 'হোম সেটিং', '2024-11-28 05:33:43', '2024-11-30 10:09:56'), (756, 'bn', 'footer', 'ফুটার', '2024-11-28 05:33:43', '2024-11-30 10:09:56'), (757, 'bn', 'general_settings', 'সাধারণ সেটিংস', '2024-11-28 05:33:43', '2024-11-30 10:09:56'), (758, 'bn', 'color', 'রঙ', '2024-11-28 05:33:43', '2024-11-30 10:11:09'), (759, 'bn', 'second_email', 'দ্বিতীয় ইমেইল', '2024-11-28 05:33:43', '2024-11-30 10:11:09'), (760, 'bn', 'second_phone', 'দ্বিতীয় ফোন', '2024-11-28 05:33:43', '2024-11-30 10:11:09'), (761, 'bn', 'address', 'ঠিকানা', '2024-11-28 05:33:43', '2024-11-30 10:11:09'), (762, 'bn', 'office_hours', 'অফিসের সময়', '2024-11-28 05:33:43', '2024-11-30 10:11:09'), (763, 'bn', 'support_hours', 'সাপোর্ট ঘন্টা', '2024-11-28 05:33:43', '2024-11-30 10:11:09'), (764, 'bn', 'theme_favicon', 'থিম ফেভিকন', '2024-11-28 05:33:43', '2024-11-30 10:11:09'), (765, 'bn', 'gdpr_cookie_settings', 'জিডিপিআর কুকি সেটিংস', '2024-11-28 05:33:43', '2024-12-29 18:02:20'), (766, 'bn', 'gdpr_title', 'জিডিপিআর শিরোনাম', '2024-11-28 05:33:43', '2024-11-30 10:11:09'), (767, 'bn', 'gdpr_description', 'জিডিপিআর বর্ণনা', '2024-11-28 05:33:43', '2024-12-29 18:00:45'), (768, 'bn', 'enableddisabled', 'সক্রিয়/অক্ষম', '2024-11-28 05:33:43', '2024-11-30 10:14:50'), (769, 'bn', 'custom_css__javascript_settings', 'কাস্টম সিএসএস এবং জাভাস্ক্রিপ্ট সেটিংস', '2024-11-28 05:33:43', '2024-11-30 10:14:50'), (770, 'bn', 'custom_css', 'কাস্টম সিএসএস', '2024-11-28 05:33:43', '2024-11-30 10:14:50'), (771, 'bn', 'custom_js', 'কাস্টম জেএস', '2024-11-28 05:33:43', '2024-11-30 10:14:50'), (772, 'bn', 'social_media_settings', 'সোশ্যাল মিডিয়া সেটিংস', '2024-11-28 05:33:43', '2024-11-30 10:14:50'), (773, 'bn', 'home_page_settings', 'হোম পেজ সেটিংস', '2024-11-28 05:33:43', '2024-11-30 10:14:50'), (774, 'bn', 'banner_section', 'ব্যানার বিভাগ', '2024-11-28 05:33:43', '2024-11-30 10:14:50'), (775, 'bn', 'total_live_class', 'মোট লাইভ ক্লাস', '2024-11-28 05:33:43', '2024-11-30 10:15:45'), (776, 'bn', 'total_experience', 'মোট অভিজ্ঞতা', '2024-11-28 05:33:43', '2024-11-30 10:15:45'), (777, 'bn', 'faq_section', 'প্রশ্ন বিভাগ', '2024-11-28 05:33:43', '2024-11-30 10:15:45'), (778, 'bn', 'sub_title', 'উপশিরোনাম', '2024-11-28 05:33:43', '2024-11-30 10:15:45'), (779, 'bn', 'high_light', 'উচ্চ আলো', '2024-11-28 05:33:43', '2024-11-30 10:15:45'), (780, 'bn', 'button_text', 'বোতাম পাঠ্য', '2024-11-28 05:33:43', '2024-11-30 10:15:45'), (781, 'bn', 'faq_image', 'এফএকিউ ইমেজ', '2024-11-28 05:33:43', '2024-11-30 10:17:06'), (782, 'bn', 'subscriber_section', 'গ্রাহক বিভাগ', '2024-11-28 05:33:43', '2024-11-30 10:17:06'), (783, 'bn', 'footer_top_settings', 'পাদচরণ শীর্ষ সেটিংস', '2024-11-28 05:33:43', '2024-11-30 10:17:06'), (784, 'bn', 'footer_widget_one', 'পাদচরণ উইজেট এক', '2024-11-28 05:33:43', '2024-11-30 10:17:06'), (785, 'bn', 'allow_social_menu', 'সামাজিক মেনু অনুমতি দিন', '2024-11-28 05:33:43', '2024-11-30 10:17:06'), (786, 'bn', 'footer_widget_two', 'ফুটার উইজেট দুই', '2024-11-28 05:33:43', '2024-11-30 10:17:06'), (787, 'bn', 'content', 'বিষয়বস্তু', '2024-11-28 05:33:43', '2024-11-30 10:17:06'), (788, 'bn', 'footer_widget_three', 'ফুটার উইজেট তিন', '2024-11-28 05:33:43', '2024-11-30 10:17:06'), (789, 'bn', 'footer_widget_four', 'ফুটার উইজেট চার', '2024-11-28 05:33:43', '2024-11-30 10:17:06'), (790, 'bn', 'footer_widget_five', 'ফুটার উইজেট পাঁচ', '2024-11-28 05:33:43', '2024-11-30 10:18:00'), (791, 'bn', 'footer_bottom_settings', 'পাদচরণ নীচে সেটিংস', '2024-11-28 05:33:43', '2024-11-30 10:18:00'), (792, 'bn', 'menu_link_list', 'মেনু লিঙ্ক তালিকা', '2024-11-28 05:33:43', '2024-11-30 10:18:00'), (793, 'bn', 'manage_contact', 'যোগাযোগ পরিচালনা', '2024-11-28 05:35:13', '2024-12-02 11:35:36'), (794, 'bn', 'all_contact', 'সকল যোগাযোগ', '2024-11-28 05:35:13', '2024-11-30 10:03:40'), (795, 'bn', 'no_contact_found', 'কোন যোগাযোগ পাওয়া যায়নি', '2024-11-28 05:35:13', '2024-11-30 10:04:53'), (796, 'bn', 'language_manage', 'ভাষা পরিচালনা', '2024-11-28 05:35:16', '2024-11-30 09:59:14'), (797, 'bn', 'code', 'কোড', '2024-11-28 05:35:16', '2024-11-30 09:59:14'), (798, 'bn', 'manage_tag', 'ট্যাগ পরিচালনা করুন', '2024-11-28 05:40:43', '2024-11-30 10:21:11'), (799, 'bn', 'manage_level', 'লেভেল ম্যানেজ করুন', '2024-11-28 05:40:45', '2024-11-30 10:24:56'), (800, 'bn', 'live_class', 'লাইভ ক্লাস', '2024-11-28 05:43:56', '2024-11-30 10:24:56'), (801, 'bn', 'live_course', 'লাইভ কোর্স', '2024-11-28 05:43:56', '2024-11-30 10:24:56'), (802, 'bn', 'you_have_no_course', 'আপনার কোন কোর্স নেই', '2024-11-28 05:43:56', '2024-11-30 10:20:13'), (803, 'en', 'newes_post', 'Newes Post', '2024-11-28 05:49:10', '2024-11-28 05:49:10'), (804, 'bn', 'organization_manage', 'সংগঠন পরিচালনা', '2024-11-28 05:54:48', '2024-11-30 09:54:38'), (805, 'bn', 'all_organization', 'সমস্ত সংস্থা', '2024-11-28 05:54:48', '2024-11-30 09:54:38'), (806, 'bn', 'profile', 'প্রোফাইল', '2024-11-28 05:54:48', '2024-11-30 09:54:38'), (807, 'bn', 'total_course', 'মোট কোর্স', '2024-11-28 05:54:48', '2024-11-30 09:54:38'), (808, 'bn', 'email_verify', 'ইমেইল যাচাই করুন', '2024-11-28 05:54:48', '2024-11-30 09:54:38'), (809, 'bn', 'edit_organization', 'সংস্থা সম্পাদনা করুন', '2024-11-28 05:54:55', '2024-11-30 10:39:30'), (810, 'bn', 'edit', 'সম্পাদনা করুন', '2024-11-28 05:54:55', '2024-11-30 10:20:13'), (811, 'bn', 'organization_name', 'প্রতিষ্ঠানের নাম', '2024-11-28 05:54:55', '2024-11-30 10:39:30'), (812, 'bn', 'phone_number', 'ফোন নম্বর', '2024-11-28 05:54:55', '2024-11-30 10:37:06'), (813, 'bn', 'profile_image', 'প্রোফাইল ইমেজ', '2024-11-28 05:54:55', '2024-11-30 10:38:23'), (814, 'bn', 'update', 'আপডেট', '2024-11-28 05:54:55', '2024-11-30 10:20:13'), (815, 'en', 'organization_profile', 'Organization Profile', '2024-11-28 06:15:33', '2024-11-28 06:15:33'), (816, 'en', 'basic_information', 'Basic Information', '2024-11-28 06:15:33', '2024-11-28 06:15:33'), (817, 'en', 'orgaization_name', 'Orgaization Name', '2024-11-28 06:15:33', '2024-11-28 06:15:33'), (818, 'en', 'biography', 'Biography', '2024-11-28 06:15:33', '2024-11-28 06:15:33'), (819, 'en', 'bio', 'Bio', '2024-11-28 06:15:33', '2024-11-28 06:15:33'), (820, 'en', 'education', 'Education', '2024-11-28 06:15:33', '2024-11-28 06:15:33'), (821, 'en', 'experience', 'Experience', '2024-11-28 06:15:33', '2024-11-28 06:15:33'), (822, 'en', 'lives_in', 'Lives in', '2024-11-28 06:15:33', '2024-11-28 06:15:33'), (823, 'en', 'basic_info', 'Basic Info', '2024-11-28 06:15:33', '2024-11-28 06:15:33'), (824, 'en', 'permission_list', 'Permission List', '2024-11-28 06:16:36', '2024-11-28 06:16:36'), (825, 'en', 'permission', 'Permission', '2024-11-28 06:16:36', '2024-11-28 06:16:36'), (826, 'en', 'staff_list', 'Staff List', '2024-11-28 06:16:51', '2024-11-28 06:16:51'), (827, 'en', 'staff', 'Staff', '2024-11-28 06:16:51', '2024-11-28 06:16:51'), (828, 'en', 'edit_permission', 'Edit Permission', '2024-11-28 06:17:10', '2024-11-28 06:17:10'), (829, 'en', 'edit_staff', 'Edit Staff', '2024-11-28 06:17:54', '2024-11-28 06:17:54'), (830, 'en', 'no_organization_found', 'No Organization Found', '2024-11-28 06:17:56', '2024-11-28 06:17:56'), (831, 'en', 'bangladesh', 'Bangladesh', '2024-11-28 06:21:06', '2024-11-28 06:21:06'), (832, 'en', 'course_overview', 'Course Overview', '2024-11-28 06:26:03', '2024-11-28 06:26:03'), (833, 'en', 'learning_outcomes', 'Learning Outcomes', '2024-11-28 06:26:03', '2024-11-28 06:26:03'), (834, 'en', 'course_faqs', 'Course FAQS', '2024-11-28 06:26:03', '2024-11-28 06:26:03'), (835, 'en', 'course_curriculum', 'Course Curriculum', '2024-11-28 06:26:03', '2024-11-28 06:26:03'), (836, 'en', 'course_reviews', 'Course Reviews', '2024-11-28 06:26:03', '2024-11-28 06:26:03'), (837, 'en', 'this_course_includes', 'This Course Includes', '2024-11-28 06:26:03', '2024-11-28 06:26:03'), (838, 'en', 'duration', 'Duration', '2024-11-28 06:26:03', '2024-11-28 06:26:03'), (839, 'en', 'tags', 'Tags', '2024-11-28 06:26:03', '2024-11-28 06:26:03'), (840, 'en', 'add_to_cart', 'Add To Cart', '2024-11-28 06:26:03', '2024-11-28 06:26:03'), (841, 'en', 'free_course_preview', 'Free Course Preview', '2024-11-28 06:26:03', '2024-11-28 06:26:03'), (842, 'en', 'related_course', 'Related Course', '2024-11-28 06:26:03', '2024-11-28 06:26:03'), (843, 'en', 'explore_related', 'Explore Related', '2024-11-28 06:26:03', '2024-11-28 06:26:03'), (844, 'en', 'instuctor_profile', 'Instuctor Profile', '2024-11-28 06:30:50', '2024-11-28 06:30:50'), (845, 'en', 'instructor_profile', 'Instructor Profile', '2024-11-28 06:30:50', '2024-11-28 06:30:50'), (846, 'en', 'lesson', 'Lesson', '2024-11-28 06:51:32', '2024-11-28 06:51:32'), (847, 'en', 'yes', 'Yes', '2024-11-28 06:52:26', '2024-11-28 06:52:26'), (848, 'en', 'enroll_the_course', 'Enroll the Course', '2024-11-28 06:52:26', '2024-11-28 06:52:26'), (849, 'en', 'edit_notification', 'Edit Notification', '2024-11-28 06:53:49', '2024-11-28 06:53:49'), (850, 'en', 'you_can_use_the_following_dynamic_values', 'You can use the following dynamic values', '2024-11-28 06:53:49', '2024-11-28 06:53:49'), (851, 'bn', 'course_overview', 'কোর্স ওভারভিউ', '2024-11-28 06:58:51', '2024-11-30 11:15:20'), (852, 'bn', 'learning_outcomes', 'শেখার ফলাফল', '2024-11-28 06:58:51', '2024-11-30 11:15:20'), (853, 'bn', 'course_faqs', 'কোর্স প্রশ্নাবলী', '2024-11-28 06:58:51', '2024-12-10 14:56:52'), (854, 'bn', 'course_curriculum', 'কোর্স কারিকুলাম', '2024-11-28 06:58:51', '2024-11-30 11:15:20'), (855, 'bn', 'lesson', 'পাঠ', '2024-11-28 06:58:51', '2024-11-30 11:17:20'), (856, 'bn', 'course_reviews', 'কোর্স পর্যালোচনা', '2024-11-28 06:58:51', '2024-11-30 11:15:20'), (857, 'bn', 'this_course_includes', 'এই কোর্স অন্তর্ভুক্ত', '2024-11-28 06:58:51', '2024-11-30 11:15:20'), (858, 'bn', 'duration', 'সময়কাল', '2024-11-28 06:58:51', '2024-11-30 11:17:20'), (859, 'bn', 'tags', 'ট্যাগ', '2024-11-28 06:58:51', '2024-11-30 11:17:20'), (860, 'bn', 'certificate', 'সার্টিফিকেট', '2024-11-28 06:58:51', '2024-11-30 11:00:54'), (861, 'bn', 'yes', 'হ্যাঁ', '2024-11-28 06:58:51', '2024-11-30 11:20:50'), (862, 'bn', 'enroll_the_course', 'কোর্সটি নথিভুক্ত করুন', '2024-11-28 06:58:51', '2024-11-30 11:20:50'), (863, 'bn', 'free_course_preview', 'বিনামূল্যে কোর্স পূর্বরূপ', '2024-11-28 06:58:51', '2024-11-30 11:17:20'), (864, 'bn', 'related_course', 'সম্পর্কিত কোর্স', '2024-11-28 06:58:51', '2024-11-30 11:17:20'), (865, 'bn', 'explore_related', 'সম্পর্কিত অন্বেষণ', '2024-11-28 06:58:51', '2024-11-30 11:17:20'), (866, 'bn', 'manage_bundle', 'বান্ডিল পরিচালনা করুন', '2024-11-28 07:01:04', '2024-11-30 10:27:51'), (867, 'bn', 'bundle', 'বান্ডিল', '2024-11-28 07:01:04', '2024-11-30 10:27:51'), (868, 'bn', 'date_created', 'তৈরির তারিখ', '2024-11-28 07:01:04', '2024-11-30 10:54:08'), (869, 'bn', 'meta_title', 'মেটা শিরোনাম', '2024-11-28 07:03:38', '2024-11-30 10:21:11'), (870, 'bn', 'meta_description', 'মেটা বর্ণনা', '2024-11-28 07:03:38', '2024-11-30 10:21:11'), (871, 'en', 'forummanage', 'forum/manage', '2024-11-28 07:04:38', '2024-11-28 07:04:38'), (872, 'en', 'forum_list', 'Forum List', '2024-11-28 07:04:38', '2024-11-28 07:04:38'), (873, 'en', 'no_forum_found', 'No Forum Found', '2024-11-28 07:04:38', '2024-11-28 07:04:38'), (874, 'en', 'sub_foram_list', 'Sub Foram List', '2024-11-28 07:05:25', '2024-11-28 07:05:25'), (875, 'en', 'sub_foram', 'Sub Foram', '2024-11-28 07:05:25', '2024-11-28 07:05:25'), (876, 'en', 'no_sub_forum_found', 'No Sub Forum Found', '2024-11-28 07:05:25', '2024-11-28 07:05:25'), (877, 'en', 'supportcategorycreate', 'support-category/create', '2024-11-28 07:06:26', '2024-11-28 07:06:26'), (878, 'en', 'create_support_category', 'Create Support Category', '2024-11-28 07:06:26', '2024-11-28 07:06:26'), (879, 'en', 'support', 'Support', '2024-11-28 07:06:26', '2024-11-28 07:06:26'), (880, 'en', 'subforumcreate', 'sub-forum/create', '2024-11-28 07:07:01', '2024-11-28 07:07:01'), (881, 'en', 'create_sub_forum', 'Create Sub Forum', '2024-11-28 07:07:01', '2024-11-28 07:07:01'), (882, 'en', 'select_forum', 'Select Forum', '2024-11-28 07:07:01', '2024-11-28 07:07:01'), (883, 'en', 'forumcreate', 'forum/create', '2024-11-28 07:17:36', '2024-11-28 07:17:36'), (884, 'en', 'create_forum', 'Create Forum', '2024-11-28 07:17:36', '2024-11-28 07:17:36'), (885, 'en', 'ticketmanage', 'ticket/manage', '2024-11-28 07:24:18', '2024-11-28 07:24:18'), (886, 'en', 'support_ticket_list', 'Support Ticket List', '2024-11-28 07:24:18', '2024-11-28 07:24:18'), (887, 'en', 'support_ticket', 'Support Ticket', '2024-11-28 07:24:18', '2024-11-28 07:24:18'), (888, 'en', 'no_support_tickets_found', 'No Support tickets Found', '2024-11-28 07:24:18', '2024-11-28 07:24:18'), (889, 'bn', 'buy_the_bundle', 'বান্ডিল কিনুন', '2024-11-28 07:45:27', '2024-11-30 11:10:22'), (890, 'bn', 'search', 'অনুসন্ধান করুন', '2024-11-28 07:45:59', '2024-11-30 10:18:01'), (891, 'bn', 'newes_post', 'নিউজ পোস্ট', '2024-11-28 07:45:59', '2024-11-30 11:11:43'), (892, 'bn', 'office_hour', 'অফিস আওয়ার', '2024-11-28 07:46:15', '2024-11-30 11:28:53'), (893, 'bn', 'location', 'অবস্থান', '2024-11-28 07:46:15', '2024-11-30 11:28:53'), (894, 'bn', 'full_name', 'পুরো নাম', '2024-11-28 07:46:15', '2024-11-30 11:10:22'), (895, 'bn', 'write_your_message', 'আপনার বার্তা লিখুন...', '2024-11-28 07:46:15', '2024-11-30 11:10:22'), (896, 'bn', 'send_now', 'এখন পাঠান', '2024-11-28 07:46:15', '2024-11-30 11:11:43'), (897, 'en', 'notice_title', 'Notice title', '2024-11-28 08:36:33', '2024-11-28 08:36:33'), (898, 'en', 'massage', 'Massage', '2024-11-28 08:36:33', '2024-11-28 08:36:33'), (899, 'en', 'date', 'Date', '2024-11-28 08:36:33', '2024-11-28 08:36:33'), (900, 'en', 'edit_role', 'Edit Role', '2024-11-28 08:53:43', '2024-11-28 08:53:43'), (901, 'es', 'follow_us', 'Síganos', '2024-11-28 08:59:50', '2024-12-02 12:37:26'), (902, 'es', 'top_category', 'Categoría superior', '2024-11-28 08:59:50', '2024-12-02 12:37:26'), (903, 'es', 'optimize_your_brain_for_peak', 'Optimice su cerebro para alcanzar el máximo', '2024-11-28 08:59:50', '2024-12-02 12:37:26'), (904, 'es', 'performance', 'Actuación', '2024-11-28 08:59:50', '2024-12-02 12:38:31'), (905, 'es', 'view_all_category', 'Ver todas las categorías', '2024-11-28 08:59:50', '2024-12-02 12:38:31'), (906, 'es', 'available', 'Disponible', '2024-11-28 08:59:50', '2024-12-02 12:38:31'), (907, 'es', 'see_more', 'Ver más', '2024-11-28 08:59:50', '2024-12-02 12:38:31'), (908, 'es', 'popular_course', 'Curso popular', '2024-11-28 08:59:50', '2024-12-02 12:38:31'), (909, 'es', 'see_our_popular', 'Vea nuestro popular', '2024-11-28 08:59:50', '2024-12-02 12:38:31'), (910, 'es', 'courses', 'Cursos', '2024-11-28 08:59:50', '2024-12-02 11:59:40'), (911, 'es', 'view_all_courses', 'Ver todos los cursos', '2024-11-28 08:59:50', '2024-12-02 12:38:31'), (912, 'es', 'free', 'Gratis', '2024-11-28 08:59:50', '2024-12-02 12:38:31'), (913, 'es', 'hours', 'horas', '2024-11-28 08:59:50', '2024-12-02 12:38:31'), (914, 'es', 'lessons', 'Lecciones', '2024-11-28 08:59:50', '2024-12-02 12:58:11'), (915, 'es', 'student', 'Alumna', '2024-11-28 08:59:50', '2024-12-02 11:45:37'), (916, 'es', 'testimonials', 'Testimonios', '2024-11-28 08:59:50', '2024-12-02 11:45:37'), (917, 'es', 'eduven_received_more_than', 'EduVen recibió más de', '2024-11-28 08:59:50', '2024-12-02 12:58:11'), (918, 'es', 'reviews', 'Reseñas', '2024-11-28 08:59:50', '2024-12-02 12:58:11'), (919, 'es', 'live_classes', 'Clases en vivo', '2024-11-28 08:59:50', '2024-12-02 12:58:11'), (920, 'es', 'years_experience', 'Años de experiencia', '2024-11-28 08:59:50', '2024-12-02 12:58:11'), (921, 'es', 'expert_tutor', 'Tutor experto', '2024-11-28 08:59:50', '2024-12-02 12:04:01'), (922, 'es', 'satisfied_students', 'Estudiantes satisfechos', '2024-11-28 08:59:50', '2024-12-02 12:04:01'), (923, 'es', 'upcoming_courses', 'Próximos cursos', '2024-11-28 08:59:50', '2024-12-02 12:58:11'), (924, 'es', 'our_upcoming', 'Nuestra próxima', '2024-11-28 08:59:50', '2024-12-02 12:58:11'), (925, 'es', 'our_team_member', 'Miembro de nuestro equipo', '2024-11-28 08:59:50', '2024-12-02 12:58:11'), (926, 'es', 'meet_our_best', 'Conozca a nuestros mejores', '2024-11-28 08:59:50', '2024-12-02 12:58:12'), (927, 'es', 'teachers', 'Maestras', '2024-11-28 08:59:50', '2024-12-02 12:59:16'), (928, 'es', 'more_teachers', 'Mas maestras', '2024-11-28 08:59:50', '2024-12-02 12:59:16'), (929, 'es', 'video_course', 'Curso en vídeo', '2024-11-28 08:59:50', '2024-12-02 12:59:16'), (930, 'es', 'online_video', 'Vídeo en línea', '2024-11-28 08:59:50', '2024-12-02 12:59:16'), (931, 'es', 'join_now_lms_hub', 'Únase ahora LMS HUB', '2024-11-28 08:59:50', '2024-12-02 12:59:16'), (932, 'es', 'first_name', 'Nombre de pila', '2024-11-28 08:59:50', '2024-12-02 12:20:03'), (933, 'es', 'last_name', 'Apellido', '2024-11-28 08:59:50', '2024-12-02 12:20:54'), (934, 'es', 'email', 'Correo electrónico', '2024-11-28 08:59:50', '2024-12-02 11:51:53'), (935, 'es', 'phone', 'Teléfono', '2024-11-28 08:59:50', '2024-12-02 11:51:53'), (936, 'es', 'password', 'Contraseña', '2024-11-28 08:59:50', '2024-12-02 12:20:54'), (937, 'es', 'password_confirmation', 'Confirmación de contraseña', '2024-11-28 08:59:50', '2024-12-02 12:20:54'), (938, 'es', 'designation', 'Designación', '2024-11-28 08:59:50', '2024-12-02 12:21:43'), (939, 'es', 'about', 'Acerca de', '2024-11-28 08:59:50', '2024-12-02 12:21:43'), (940, 'es', 'join_as_instructor', 'Únete como instructora', '2024-11-28 08:59:50', '2024-12-02 12:59:16'), (941, 'es', 'frequent_updates', 'Actualizaciones frecuentes', '2024-11-28 08:59:50', '2024-12-02 12:59:16'), (942, 'es', 'updated_news_', 'Noticias actualizadas y', '2024-11-28 08:59:50', '2024-12-02 12:59:16'), (943, 'es', 'see_all_blog', 'Ver todos los blogs', '2024-11-28 08:59:50', '2024-12-02 12:59:16'), (944, 'es', 'read_more', 'Leer más', '2024-11-28 08:59:50', '2024-12-02 13:01:56'), (945, 'es', 'course_bundle', 'Paquete de cursos', '2024-11-28 08:59:50', '2024-12-02 12:11:55'), (946, 'es', 'instructor', 'Instructora', '2024-11-28 08:59:50', '2024-12-02 11:45:37'), (947, 'es', 'organization', 'Organización', '2024-11-28 08:59:50', '2024-12-02 11:45:37'), (948, 'es', 'blogs', 'Blogs', '2024-11-28 08:59:50', '2024-11-28 08:59:50'), (949, 'es', 'contact', 'Contacto', '2024-11-28 08:59:50', '2024-12-02 11:57:21'), (950, 'es', 'home', 'Hogar', '2024-11-28 08:59:50', '2024-12-02 12:35:49'), (951, 'es', 'course', 'Curso', '2024-11-28 08:59:50', '2024-12-02 11:41:48'), (952, 'es', 'pages', 'paginas', '2024-11-28 08:59:50', '2024-12-02 12:35:49'), (953, 'es', 'dashboard', 'Panel', '2024-11-28 09:00:40', '2024-12-02 11:40:23'), (954, 'es', 'today_is', 'hoy es', '2024-11-28 09:00:40', '2024-12-02 11:40:23'), (955, 'es', 'welcome_back', 'Bienvenido de nuevo', '2024-11-28 09:00:40', '2024-12-02 11:40:23'), (956, 'es', 'add_new_course', 'Agregar nuevo curso', '2024-11-28 09:00:40', '2024-12-02 11:40:23'), (957, 'es', 'total_revenue', 'Ingresos totales', '2024-11-28 09:00:40', '2024-12-02 11:40:23'), (958, 'es', 'total_enrollments', 'Matrículas totales', '2024-11-28 09:00:40', '2024-12-02 11:40:23'), (959, 'es', 'total_courses', 'Cursos totales', '2024-11-28 09:00:40', '2024-12-02 11:40:23'), (960, 'es', 'total_instructors', 'Instructores totales', '2024-11-28 09:00:40', '2024-12-02 11:40:23'), (961, 'es', 'total_organization', 'organización total', '2024-11-28 09:00:40', '2024-12-02 11:40:23'), (962, 'es', 'total_students', 'Estudiantes totales', '2024-11-28 09:00:40', '2024-12-02 11:41:48'), (963, 'es', 'statistical_register_of_students__instructors', 'Registro estadístico de estudiantes e instructores.', '2024-11-28 09:00:40', '2024-12-02 11:41:48'), (964, 'es', 'trending_categories', 'Categorías de tendencia', '2024-11-28 09:00:40', '2024-12-02 11:41:48'), (965, 'es', 'top_performing_courses', 'Cursos de alto rendimiento', '2024-11-28 09:00:40', '2024-12-02 11:41:48'), (966, 'es', 'see_all', 'Ver todo', '2024-11-28 09:00:40', '2024-12-02 11:41:48'), (967, 'es', 'publish_on', 'Publicar en', '2024-11-28 09:00:40', '2024-12-02 11:41:48'), (968, 'es', 'enrolled', 'Inscrita', '2024-11-28 09:00:40', '2024-12-02 11:41:48'), (969, 'es', 'price', 'Precio', '2024-11-28 09:00:40', '2024-12-02 11:41:48'), (970, 'es', 'support_requests', 'Solicitudes de soporte', '2024-11-28 09:00:40', '2024-12-02 11:42:43'), (971, 'es', 'visit_frontend', 'Visitar interfaz', '2024-11-28 09:00:40', '2024-12-02 11:42:43'), (972, 'es', 'notifications', 'Notificaciones', '2024-11-28 09:00:40', '2024-12-02 11:42:43'), (973, 'es', 'no_notification_available', 'No hay notificación disponible', '2024-11-28 09:00:40', '2024-12-02 11:42:43'), (974, 'es', 'log_out', 'Finalizar la sesión', '2024-11-28 09:00:40', '2024-12-02 11:42:43'), (975, 'es', 'language', 'Idioma', '2024-11-28 09:00:40', '2024-12-02 11:42:43'), (976, 'es', 'theme_manage', 'Administrar tema', '2024-11-28 09:00:40', '2024-12-02 11:42:43'), (977, 'es', 'all_themes', 'Todos los temas', '2024-11-28 09:00:40', '2024-12-02 11:42:43'), (978, 'es', 'settings', 'Ajustes', '2024-11-28 09:00:40', '2024-12-02 11:42:43'), (979, 'es', 'localization_manage', 'Gestión de localización', '2024-11-28 09:00:40', '2024-12-02 11:43:41'), (980, 'es', 'country', 'País', '2024-11-28 09:00:40', '2024-12-02 11:43:41'), (981, 'es', 'state', 'Estado', '2024-11-28 09:00:40', '2024-12-02 11:43:41'), (982, 'es', 'city', 'Ciudad', '2024-11-28 09:00:40', '2024-12-02 11:43:41'), (983, 'es', 'time_zone', 'Huso horario', '2024-11-28 09:00:40', '2024-12-02 11:43:41'), (984, 'es', 'icon_provider_manage', 'Administrar proveedor de iconos', '2024-11-28 09:00:40', '2024-12-02 11:43:41'), (985, 'es', 'icon', 'Icono', '2024-11-28 09:00:40', '2024-12-02 11:43:41'), (986, 'es', 'category', 'Categoría', '2024-11-28 09:00:40', '2024-12-02 11:43:41'), (987, 'es', 'meeting_provider', 'Proveedor de reuniones', '2024-11-28 09:00:40', '2024-12-02 11:43:41'), (988, 'es', 'course_manage', 'Gestión del curso', '2024-11-28 09:00:40', '2024-12-02 11:44:38'), (989, 'es', 'subject', 'Sujeta', '2024-11-28 09:00:40', '2024-12-02 11:44:38'), (990, 'es', 'tag', 'Etiqueta', '2024-11-28 09:00:40', '2024-12-02 11:44:38'), (991, 'es', 'level', 'Nivel', '2024-11-28 09:00:40', '2024-12-02 11:44:38'), (992, 'es', 'course_live', 'Curso en vivo', '2024-11-28 09:00:40', '2024-12-02 11:44:38'), (993, 'es', 'bundle_course', 'Curso combinado', '2024-11-28 09:00:40', '2024-12-02 11:44:38'), (994, 'es', 'enrollments_manage', 'Gestionar inscripciones', '2024-11-28 09:00:40', '2024-12-02 11:44:38'), (995, 'es', 'enrollment', 'Inscripción', '2024-11-28 09:00:40', '2024-12-02 11:44:38'), (996, 'es', 'new_enrolled', 'Nuevo inscrito', '2024-11-28 09:00:40', '2024-12-02 11:44:38'), (997, 'es', 'user_manage', 'Administrar usuarios', '2024-11-28 09:00:40', '2024-12-02 11:45:37'), (998, 'es', 'marketing', 'Marketing', '2024-11-28 09:00:40', '2024-11-28 09:00:40'), (999, 'es', 'all_coupons', 'Todos los cupones', '2024-11-28 09:00:40', '2024-12-02 11:45:37'), (1000, 'es', 'email_templates', 'Plantillas de correo electrónico', '2024-11-28 09:00:40', '2024-12-02 11:45:37'), (1001, 'es', 'blog_manage', 'Administrar blogs', '2024-11-28 09:00:40', '2024-12-02 11:45:37'), (1002, 'es', 'blog', 'Blog', '2024-11-28 09:00:40', '2024-11-28 09:00:40'), (1003, 'es', 'contacts', 'Contactos', '2024-11-28 09:00:40', '2024-12-02 11:46:39'), (1004, 'es', 'notice_board', 'Tablón de anuncios', '2024-11-28 09:00:40', '2024-12-02 11:46:39'), (1005, 'es', 'notification_manage', 'Administrar notificaciones', '2024-11-28 09:00:40', '2024-12-02 11:46:39'), (1006, 'es', 'templates', 'Plantillas', '2024-11-28 09:00:40', '2024-12-02 11:46:39'), (1007, 'es', 'history', 'Historia', '2024-11-28 09:00:40', '2024-12-02 11:46:39'), (1008, 'es', 'backend_setting', 'Configuración de back-end', '2024-11-28 09:00:40', '2024-12-02 11:46:39'), (1009, 'es', 'forum_manage', 'Administrar foro', '2024-11-28 09:00:40', '2024-12-02 11:46:39'), (1010, 'es', 'forum', 'Foro', '2024-11-28 09:00:40', '2024-12-02 11:48:00'), (1011, 'es', 'sub_forum', 'Subforo', '2024-11-28 09:00:40', '2024-12-02 11:48:00'), (1012, 'es', 'ticket__support_manage', 'Gestión de tickets y soporte', '2024-11-28 09:00:40', '2024-12-02 11:48:00'), (1013, 'es', 'support_category', 'Categoría de soporte', '2024-11-28 09:00:40', '2024-12-02 11:48:00'), (1014, 'es', 'tickets', 'Entradas', '2024-11-28 09:00:40', '2024-12-02 11:48:00'), (1015, 'es', 'staff_manage', 'Administrar personal', '2024-11-28 09:00:40', '2024-12-02 11:48:00'), (1016, 'es', 'permissions', 'Permisos', '2024-11-28 09:00:40', '2024-12-02 11:48:00'), (1017, 'es', 'roles', 'Roles', '2024-11-28 09:00:40', '2024-11-28 09:00:40'), (1018, 'es', 'users', 'Usuarias', '2024-11-28 09:00:40', '2024-12-02 11:48:00'), (1019, 'es', 'payment_method', 'Método de pago', '2024-11-28 09:00:40', '2024-12-02 11:49:09'), (1020, 'es', 'certificate_manage', 'Gestión de certificados', '2024-11-28 09:00:40', '2024-12-02 11:49:09'), (1021, 'es', 'faq_manage', 'Preguntas frecuentes Administrar', '2024-11-28 09:00:40', '2024-12-02 11:49:09'), (1022, 'es', 'page_manage', 'Administrar página', '2024-11-28 09:00:40', '2024-12-02 11:49:09'), (1023, 'en', 'no_icon', 'No Icon', '2024-11-28 09:02:32', '2024-11-28 09:02:32'), (1024, 'ar', 'dashboard', 'لوحة القيادة', '2024-11-28 09:04:04', '2024-11-28 10:02:25'), (1025, 'ar', 'today_is', 'اليوم هو', '2024-11-28 09:04:04', '2024-11-28 10:02:25'), (1026, 'ar', 'welcome_back', 'مرحبًا بعودتك', '2024-11-28 09:04:04', '2024-11-28 10:02:25'), (1027, 'ar', 'add_new_course', 'إضافة دورة جديدة', '2024-11-28 09:04:04', '2024-11-28 10:02:25'), (1028, 'ar', 'total_revenue', 'إجمالي الإيرادات', '2024-11-28 09:04:04', '2024-11-28 10:02:25'), (1029, 'ar', 'total_enrollments', 'إجمالي التسجيلات', '2024-11-28 09:04:04', '2024-11-28 10:02:25'), (1030, 'ar', 'total_courses', 'مجموع الدورات', '2024-11-28 09:04:04', '2024-11-28 10:02:25'), (1031, 'ar', 'total_instructors', 'مجموع المدربين', '2024-11-28 09:04:04', '2024-11-28 10:02:25'), (1032, 'ar', 'total_organization', 'التنظيم الكامل', '2024-11-28 09:04:04', '2024-11-28 10:02:25'), (1033, 'ar', 'total_students', 'مجموع الطلاب', '2024-11-28 09:04:04', '2024-11-28 10:08:21'), (1034, 'ar', 'statistical_register_of_students__instructors', 'سجل إحصائي للطلاب والمدرسين', '2024-11-28 09:04:04', '2024-11-28 10:08:21'), (1035, 'ar', 'trending_categories', 'الفئات الشائعة', '2024-11-28 09:04:04', '2024-11-28 10:08:21'), (1036, 'ar', 'top_performing_courses', 'الدورات التدريبية ذات الأداء الأفضل', '2024-11-28 09:04:04', '2024-11-28 10:08:21'), (1037, 'ar', 'see_all', 'انظر الكل', '2024-11-28 09:04:04', '2024-11-28 10:08:21'), (1038, 'ar', 'course', 'دورة', '2024-11-28 09:04:04', '2024-11-28 10:08:21'), (1039, 'ar', 'publish_on', 'نشر على', '2024-11-28 09:04:04', '2024-11-28 10:08:21'), (1040, 'ar', 'enrolled', 'مسجل', '2024-11-28 09:04:04', '2024-11-28 10:08:21'), (1041, 'ar', 'price', 'سعر', '2024-11-28 09:04:04', '2024-11-28 10:08:21'), (1042, 'ar', 'support_requests', 'طلبات الدعم', '2024-11-28 09:04:04', '2024-11-28 10:10:02'), (1043, 'ar', 'visit_frontend', 'زيارة الواجهة الأمامية', '2024-11-28 09:04:04', '2024-11-28 10:10:02'), (1044, 'ar', 'notifications', 'إشعارات', '2024-11-28 09:04:04', '2024-11-28 10:10:02'), (1045, 'ar', 'no_notification_available', 'لا يوجد إشعار متاح', '2024-11-28 09:04:04', '2024-11-28 10:10:02'), (1046, 'ar', 'log_out', 'تسجيل الخروج', '2024-11-28 09:04:04', '2024-11-28 10:10:03'), (1047, 'ar', 'language', 'لغة', '2024-11-28 09:04:04', '2024-11-28 10:10:03'), (1048, 'ar', 'theme_manage', 'إدارة الثيم', '2024-11-28 09:04:04', '2024-11-28 10:10:03'), (1049, 'ar', 'all_themes', 'جميع المواضيع', '2024-11-28 09:04:04', '2024-11-28 10:10:03'), (1050, 'ar', 'settings', 'إعدادات', '2024-11-28 09:04:04', '2024-11-28 10:10:03'), (1051, 'ar', 'localization_manage', 'إدارة التوطين', '2024-11-28 09:04:04', '2024-11-28 10:11:26'), (1052, 'ar', 'country', 'دولة', '2024-11-28 09:04:04', '2024-11-28 10:11:26'), (1053, 'ar', 'state', 'ولاية', '2024-11-28 09:04:04', '2024-11-28 10:11:26'), (1054, 'ar', 'city', 'مدينة', '2024-11-28 09:04:04', '2024-11-28 10:11:26'), (1055, 'ar', 'time_zone', 'المنطقة الزمنية', '2024-11-28 09:04:04', '2024-11-28 10:11:26'), (1056, 'ar', 'icon_provider_manage', 'إدارة مزود الأيقونات', '2024-11-28 09:04:04', '2024-11-28 10:11:26'), (1057, 'ar', 'icon', 'رمز', '2024-11-28 09:04:04', '2024-11-28 10:11:26'), (1058, 'ar', 'category', 'فئة', '2024-11-28 09:04:04', '2024-11-28 10:11:26'), (1059, 'ar', 'meeting_provider', 'مزود الاجتماعات', '2024-11-28 09:04:04', '2024-11-28 10:11:26'), (1060, 'ar', 'course_manage', 'إدارة الدورة', '2024-11-28 09:04:04', '2024-11-28 10:24:22'), (1061, 'ar', 'subject', 'موضوع', '2024-11-28 09:04:04', '2024-11-28 10:24:22'), (1062, 'ar', 'tag', 'العلامة', '2024-11-28 09:04:04', '2024-11-28 10:24:22'), (1063, 'ar', 'level', 'مستوى', '2024-11-28 09:04:04', '2024-11-28 10:24:22'), (1064, 'ar', 'course_live', 'الدورة المباشرة', '2024-11-28 09:04:04', '2024-11-28 10:24:22'), (1065, 'ar', 'bundle_course', 'دورة الحزمة', '2024-11-28 09:04:04', '2024-11-28 10:24:22'), (1066, 'ar', 'enrollments_manage', 'إدارة التسجيلات', '2024-11-28 09:04:04', '2024-11-28 10:24:22'), (1067, 'ar', 'enrollment', 'التسجيل', '2024-11-28 09:04:04', '2024-11-28 10:24:22'), (1068, 'ar', 'new_enrolled', 'المسجلين الجدد', '2024-11-28 09:04:04', '2024-11-28 10:24:22'), (1069, 'ar', 'user_manage', 'إدارة المستخدم', '2024-11-28 09:04:04', '2024-11-28 10:17:13'), (1070, 'ar', 'organization', 'منظمة', '2024-11-28 09:04:04', '2024-11-28 10:17:13'), (1071, 'ar', 'instructor', 'مدرب', '2024-11-28 09:04:04', '2024-11-28 10:17:13'), (1072, 'ar', 'student', 'طالب', '2024-11-28 09:04:04', '2024-11-28 10:17:13'), (1073, 'ar', 'marketing', 'تسويق', '2024-11-28 09:04:04', '2024-11-28 10:17:13'), (1074, 'ar', 'all_coupons', 'جميع القسائم', '2024-11-28 09:04:04', '2024-11-28 10:17:13'), (1075, 'ar', 'testimonials', 'شهادات', '2024-11-28 09:04:04', '2024-11-28 10:17:13'), (1076, 'ar', 'email_templates', 'قوالب البريد الإلكتروني', '2024-11-28 09:04:04', '2024-11-28 10:17:14'), (1077, 'ar', 'blog_manage', 'إدارة المدونة', '2024-11-28 09:04:04', '2024-11-28 10:17:14'), (1078, 'ar', 'blog', 'مدونة', '2024-11-28 09:04:04', '2024-11-28 10:20:21'), (1079, 'ar', 'contacts', 'جهات الاتصال', '2024-11-28 09:04:04', '2024-11-28 10:20:21'), (1080, 'ar', 'notice_board', 'لوحة الإعلانات', '2024-11-28 09:04:04', '2024-11-28 10:20:21'), (1081, 'ar', 'notification_manage', 'إدارة الإشعارات', '2024-11-28 09:04:05', '2024-11-28 10:20:21'), (1082, 'ar', 'templates', 'القوالب', '2024-11-28 09:04:05', '2024-11-28 10:20:21'), (1083, 'ar', 'history', 'تاريخ', '2024-11-28 09:04:05', '2024-11-28 10:20:21'), (1084, 'ar', 'backend_setting', 'إعدادات الواجهة الخلفية', '2024-11-28 09:04:05', '2024-11-28 10:20:21'), (1085, 'ar', 'forum_manage', 'إدارة المنتدى', '2024-11-28 09:04:05', '2024-11-28 10:20:21'), (1086, 'ar', 'forum', 'المنتدى', '2024-11-28 09:04:05', '2024-11-28 10:25:38'), (1087, 'ar', 'sub_forum', 'المنتدى الفرعي', '2024-11-28 09:04:05', '2024-11-28 10:25:38'), (1088, 'ar', 'ticket__support_manage', 'إدارة التذاكر والدعم', '2024-11-28 09:04:05', '2024-11-28 10:25:38'), (1089, 'ar', 'support_category', 'فئة الدعم', '2024-11-28 09:04:05', '2024-11-28 10:25:38'), (1090, 'ar', 'tickets', 'التذاكر', '2024-11-28 09:04:05', '2024-11-28 10:25:38'), (1091, 'ar', 'staff_manage', 'إدارة الموظفين', '2024-11-28 09:04:05', '2024-11-28 10:25:38'), (1092, 'ar', 'permissions', 'الأذونات', '2024-11-28 09:04:05', '2024-11-28 10:25:38'), (1093, 'ar', 'roles', 'الأدوار', '2024-11-28 09:04:05', '2024-11-28 10:25:38'), (1094, 'ar', 'users', 'المستخدمون', '2024-11-28 09:04:05', '2024-11-28 10:25:38'), (1095, 'ar', 'payment_method', 'طريقة الدفع', '2024-11-28 09:04:05', '2024-11-28 10:27:11'), (1096, 'ar', 'certificate_manage', 'إدارة الشهادات', '2024-11-28 09:04:05', '2024-11-28 10:27:11'), (1097, 'ar', 'faq_manage', 'إدارة الأسئلة الشائعة', '2024-11-28 09:04:05', '2024-11-28 10:27:11'), (1098, 'ar', 'page_manage', 'إدارة الأسئلة الشائعة', '2024-11-28 09:04:05', '2024-11-28 10:27:11'), (1099, 'ar', 'create_course', 'إنشاء دورة', '2024-11-28 09:12:08', '2024-11-30 12:25:00'), (1100, 'ar', 'create', 'يخلق', '2024-11-28 09:12:08', '2024-11-30 12:16:41'), (1101, 'ar', 'basic', 'أساسي', '2024-11-28 09:12:08', '2024-11-30 12:25:00'), (1102, 'ar', 'info', 'معلومات', '2024-11-28 09:12:08', '2024-11-30 12:26:02'), (1103, 'ar', 'setting', 'جلسة', '2024-11-28 09:12:08', '2024-11-30 12:04:40'), (1104, 'ar', 'media', 'وسائط', '2024-11-28 09:12:08', '2024-11-30 12:23:12'), (1105, 'ar', 'finish', 'ينهي', '2024-11-28 09:12:08', '2024-11-30 12:26:02'), (1106, 'ar', 'how_about_a_course_title', 'ماذا عن عنوان الدورة', '2024-11-28 09:12:08', '2024-11-30 12:26:02'), (1107, 'ar', 'courses_category', 'فئة الدورات', '2024-11-28 09:12:08', '2024-11-30 12:26:02'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (1108, 'ar', 'select_organization', 'حدد المنظمة', '2024-11-28 09:12:08', '2024-11-30 12:26:02'), (1109, 'ar', 'courses_level', 'مستوى الدورات', '2024-11-28 09:12:08', '2024-11-30 12:26:02'), (1110, 'ar', 'course_demo_video_source', 'مصدر الفيديو التجريبي للدورة', '2024-11-28 09:12:08', '2024-12-02 10:22:19'), (1111, 'ar', 'course_duration', 'مدة الدورة', '2024-11-28 09:12:08', '2024-11-30 12:26:02'), (1112, 'ar', 'short_description', 'وصف قصير', '2024-11-28 09:12:08', '2024-11-30 12:26:02'), (1113, 'ar', 'description', 'وصف', '2024-11-28 09:12:08', '2024-11-30 12:23:12'), (1114, 'ar', 'save__continue', 'حفظ ومتابعة', '2024-11-28 09:12:08', '2024-11-30 12:26:02'), (1115, 'ar', 'add_course_faq', 'أضف الأسئلة الشائعة للدورة', '2024-11-28 09:12:08', '2024-11-30 12:27:01'), (1116, 'ar', 'add', 'يضيف', '2024-11-28 09:12:08', '2024-11-30 12:13:07'), (1117, 'ar', 'add_course_outcomes', 'إضافة نتائج الدورة', '2024-11-28 09:12:08', '2024-11-30 12:27:01'), (1118, 'ar', 'course_requirements', 'متطلبات الدورة', '2024-11-28 09:12:08', '2024-11-30 12:27:01'), (1119, 'ar', 'course_tag', 'علامة الدورة', '2024-11-28 09:12:08', '2024-11-30 12:27:01'), (1120, 'ar', 'previous', 'سابق', '2024-11-28 09:12:08', '2024-11-30 12:27:01'), (1121, 'ar', 'course_pricing', 'تسعير الدورة', '2024-11-28 09:12:08', '2024-11-30 12:27:01'), (1122, 'ar', 'course_price_', 'سعر الدورة ($)', '2024-11-28 09:12:08', '2024-11-30 12:27:01'), (1123, 'ar', 'check_if_this_course_has_a_discount', 'تحقق مما إذا كانت هذه الدورة لديها خصم', '2024-11-28 09:12:08', '2024-11-30 12:27:01'), (1124, 'ar', 'discounted_price_', 'السعر المخفض ($)', '2024-11-28 09:12:08', '2024-11-30 12:27:01'), (1125, 'ar', 'discount', 'تخفيض', '2024-11-28 09:12:08', '2024-11-30 12:27:55'), (1126, 'ar', 'this_course_has', 'هذه الدورة لديها', '2024-11-28 09:12:08', '2024-11-30 12:27:55'), (1127, 'ar', 'discounted_period', 'فترة مخفضة', '2024-11-28 09:12:08', '2024-11-30 12:27:55'), (1128, 'ar', 'course_settings', 'إعدادات الدورة', '2024-11-28 09:12:08', '2024-11-30 12:27:55'), (1129, 'ar', 'access_days', 'أيام الوصول', '2024-11-28 09:12:08', '2024-11-30 12:27:55'), (1130, 'ar', 'seat_capacity', 'سعة المقعد', '2024-11-28 09:12:08', '2024-11-30 12:27:55'), (1131, 'ar', 'course_settings_options', 'خيارات إعدادات الدورة', '2024-11-28 09:12:08', '2024-11-30 12:27:55'), (1132, 'ar', 'has_support', 'لديه دعم', '2024-11-28 09:12:08', '2024-11-30 12:27:55'), (1133, 'ar', 'has_certificate', 'لديه شهادة', '2024-11-28 09:12:08', '2024-11-30 12:27:55'), (1134, 'ar', 'has_course_forum', 'لديه منتدى الدورة', '2024-11-28 09:12:08', '2024-11-30 12:28:44'), (1135, 'ar', 'has_subscription', 'لديه الاشتراك', '2024-11-28 09:12:08', '2024-11-30 12:28:44'), (1136, 'ar', 'is_wait_list', 'هي قائمة الانتظار', '2024-11-28 09:12:08', '2024-11-30 12:28:44'), (1137, 'ar', 'is_upcoming', 'قادم', '2024-11-28 09:12:08', '2024-11-30 12:28:44'), (1138, 'ar', 'is_free_course', 'هي دورة مجانية', '2024-11-28 09:12:08', '2024-11-30 12:28:44'), (1139, 'ar', 'is_live', 'مباشر', '2024-11-28 09:12:08', '2024-11-30 12:28:44'), (1140, 'ar', 'downloadable', 'للتحميل', '2024-11-28 09:12:08', '2024-11-30 12:28:44'), (1141, 'ar', 'add_media_files', 'إضافة ملفات الوسائط', '2024-11-28 09:12:08', '2024-11-30 12:28:44'), (1142, 'ar', 'thumbnail', 'إضافة ملفات الوسائط', '2024-11-28 09:12:08', '2024-11-30 12:28:44'), (1143, 'ar', 'choose_file', 'اختر الملف', '2024-11-28 09:12:08', '2024-11-30 12:00:43'), (1144, 'ar', 'coruse_preview_image', 'صورة معاينة كوروز', '2024-11-28 09:12:08', '2024-11-30 12:29:48'), (1145, 'ar', 'congratulations', 'تهانينا!', '2024-11-28 09:12:08', '2024-11-30 12:29:48'), (1146, 'ar', 'your_course_has_been_successfully_created_learn_the_best_things_in_the_world', 'تم إنشاء الدورة التدريبية الخاصة بك بنجاح. تعلم أفضل الأشياء في العالم.', '2024-11-28 09:12:08', '2024-11-30 12:29:48'), (1147, 'ar', 'thank_you_for_choosing_our_lms_for_your_teaching_needs', 'نشكرك على اختيار نظام إدارة التعلم الخاص بنا لتلبية احتياجاتك التعليمية!', '2024-11-28 09:12:08', '2025-01-07 10:46:46'), (1148, 'ar', 'go_to_list', 'اذهب إلى القائمة', '2024-11-28 09:12:08', '2024-11-30 12:29:48'), (1149, 'ar', 'add_new', 'إضافة جديد', '2024-11-28 09:12:08', '2024-11-28 10:27:11'), (1150, 'ar', 'add_new_tag', 'إضافة علامة جديدة', '2024-11-28 09:12:08', '2024-11-30 12:29:48'), (1151, 'ar', 'name', 'اسم', '2024-11-28 09:12:08', '2024-11-28 10:37:23'), (1152, 'ar', 'save', 'يحفظ', '2024-11-28 09:12:08', '2024-11-30 11:59:16'), (1153, 'en', 'course_demo_video_source', 'Course Demo Video Source', '2024-11-28 09:12:09', '2024-11-28 09:12:09'), (1154, 'en', 'paymentmethod', 'payment-method', '2024-11-28 09:12:16', '2024-11-28 09:12:16'), (1155, 'ar', 'cerficate', 'شهادة', '2024-11-28 09:12:28', '2024-11-30 13:00:53'), (1156, 'ar', 'create_certificate', 'إنشاء شهادة', '2024-11-28 09:12:28', '2024-11-30 13:00:53'), (1157, 'ar', 'certificate', 'شهادة', '2024-11-28 09:12:28', '2024-11-30 13:00:53'), (1158, 'ar', 'certificate_title', 'عنوان الشهادة', '2024-11-28 09:12:28', '2024-11-30 13:00:53'), (1159, 'ar', 'certificate_template_image', 'صورة قالب الشهادة', '2024-11-28 09:12:28', '2024-11-30 13:00:53'), (1160, 'ar', 'certificae_title', 'عنوان الشهادة', '2024-11-28 09:12:28', '2024-11-30 13:00:53'), (1161, 'ar', 'title_font_color', 'لون خط العنوان', '2024-11-28 09:12:28', '2024-11-30 13:00:53'), (1162, 'ar', 'title_font_size', 'حجم خط العنوان', '2024-11-28 09:12:28', '2024-11-30 13:00:53'), (1163, 'ar', 'manage_faq', 'إدارة الأسئلة الشائعة', '2024-11-28 09:12:34', '2024-11-30 12:03:38'), (1164, 'ar', 'faq_list', 'قائمة الأسئلة الشائعة', '2024-11-28 09:12:34', '2024-11-30 12:03:38'), (1165, 'ar', 'faq', 'التعليمات', '2024-11-28 09:12:34', '2024-11-30 12:03:38'), (1166, 'ar', 'question', 'سؤال', '2024-11-28 09:12:34', '2024-11-30 12:58:29'), (1167, 'ar', 'action', 'فعل', '2024-11-28 09:12:34', '2024-11-28 10:36:05'), (1168, 'ar', 'manage_page', 'إدارة الصفحة', '2024-11-28 09:12:37', '2024-11-30 12:03:38'), (1169, 'ar', 'page', 'صفحة', '2024-11-28 09:12:37', '2024-11-30 12:03:38'), (1170, 'ar', 'follow_us', 'تابعنا', '2024-11-28 09:21:27', '2024-11-30 13:03:54'), (1171, 'ar', 'top_category', 'الفئة الأعلى', '2024-11-28 09:21:27', '2024-11-30 13:03:54'), (1172, 'ar', 'optimize_your_brain_for_peak', 'تحسين دماغك للذروة', '2024-11-28 09:21:27', '2024-11-30 13:03:54'), (1173, 'ar', 'performance', 'أداء', '2024-11-28 09:21:27', '2024-11-30 13:04:49'), (1174, 'ar', 'view_all_category', 'عرض جميع الفئات', '2024-11-28 09:21:27', '2024-11-30 13:04:49'), (1175, 'ar', 'available', 'متاح', '2024-11-28 09:21:27', '2024-11-30 13:04:49'), (1176, 'ar', 'see_more', 'شاهد المزيد', '2024-11-28 09:21:27', '2024-11-30 13:04:49'), (1177, 'ar', 'popular_course', 'دورة شعبية', '2024-11-28 09:21:27', '2024-11-30 13:04:49'), (1178, 'ar', 'see_our_popular', 'انظر لدينا شعبية', '2024-11-28 09:21:27', '2024-11-30 13:04:49'), (1179, 'ar', 'courses', 'الدورات', '2024-11-28 09:21:27', '2024-11-30 12:04:40'), (1180, 'ar', 'view_all_courses', 'عرض جميع الدورات', '2024-11-28 09:21:27', '2024-11-30 13:04:49'), (1181, 'ar', 'free', 'حر', '2024-11-28 09:21:27', '2024-11-30 13:04:49'), (1182, 'ar', 'hours', 'ساعات', '2024-11-28 09:21:27', '2024-11-30 13:04:49'), (1183, 'ar', 'lessons', 'دروس', '2024-11-28 09:21:27', '2024-12-02 10:10:41'), (1184, 'ar', 'eduven_received_more_than', 'تلقى أكثر من', '2024-11-28 09:21:27', '2025-01-07 10:47:13'), (1185, 'ar', 'reviews', 'التعليقات', '2024-11-28 09:21:27', '2024-11-30 13:05:53'), (1186, 'ar', 'live_classes', 'دروس حية', '2024-11-28 09:21:27', '2024-11-30 13:05:53'), (1187, 'ar', 'years_experience', 'سنوات الخبرة', '2024-11-28 09:21:27', '2024-11-30 13:05:53'), (1188, 'ar', 'expert_tutor', 'مدرس خبير', '2024-11-28 09:21:27', '2024-11-30 12:14:14'), (1189, 'ar', 'satisfied_students', 'الطلاب الراضون', '2024-11-28 09:21:27', '2024-11-30 12:14:14'), (1190, 'ar', 'upcoming_courses', 'الدورات القادمة', '2024-11-28 09:21:27', '2024-11-30 13:05:53'), (1191, 'ar', 'our_upcoming', 'لدينا القادمة', '2024-11-28 09:21:27', '2024-11-30 13:05:53'), (1192, 'ar', 'our_team_member', 'عضو فريقنا', '2024-11-28 09:21:27', '2024-11-30 13:05:53'), (1193, 'ar', 'meet_our_best', 'تعرف على أفضل ما لدينا', '2024-11-28 09:21:27', '2024-11-30 13:05:53'), (1194, 'ar', 'teachers', 'المعلمين', '2024-11-28 09:21:27', '2024-11-30 13:13:49'), (1195, 'ar', 'more_teachers', 'المزيد من المعلمين', '2024-11-28 09:21:27', '2024-11-30 13:13:49'), (1196, 'ar', 'video_course', 'دورة الفيديو', '2024-11-28 09:21:28', '2024-11-30 13:13:49'), (1197, 'ar', 'online_video', 'فيديو على الانترنت', '2024-11-28 09:21:28', '2024-11-30 13:13:49'), (1198, 'ar', 'join_now_lms_hub', 'انضم الآن', '2024-11-28 09:21:28', '2025-01-07 10:47:13'), (1199, 'ar', 'first_name', 'الاسم الأول', '2024-11-28 09:21:28', '2024-11-30 12:29:48'), (1200, 'ar', 'last_name', 'اسم العائلة', '2024-11-28 09:21:28', '2024-11-30 12:45:40'), (1201, 'ar', 'email', 'بريد إلكتروني', '2024-11-28 09:21:28', '2024-11-28 10:34:50'), (1202, 'ar', 'phone', 'هاتف', '2024-11-28 09:21:28', '2024-11-28 10:34:50'), (1203, 'ar', 'password', 'كلمة المرور', '2024-11-28 09:21:28', '2024-11-30 12:45:40'), (1204, 'ar', 'password_confirmation', 'تأكيد كلمة المرور', '2024-11-28 09:21:28', '2024-11-30 12:45:40'), (1205, 'ar', 'designation', 'تعيين', '2024-11-28 09:21:28', '2024-11-30 12:46:49'), (1206, 'ar', 'about', 'عن', '2024-11-28 09:21:28', '2024-11-30 12:46:49'), (1207, 'ar', 'join_as_instructor', 'انضم كمدرس', '2024-11-28 09:21:28', '2024-11-30 13:13:49'), (1208, 'ar', 'frequent_updates', 'تحديثات متكررة', '2024-11-28 09:21:28', '2024-11-30 13:13:49'), (1209, 'ar', 'updated_news_', 'أخبار محدثة &', '2024-11-28 09:21:28', '2024-11-30 13:13:49'), (1210, 'ar', 'see_all_blog', 'رؤية كل بلوق', '2024-11-28 09:21:28', '2024-11-30 13:13:49'), (1211, 'ar', 'read_more', 'اقرأ المزيد', '2024-11-28 09:21:28', '2024-12-02 10:11:51'), (1212, 'ar', 'course_bundle', 'حزمة الدورة', '2024-11-28 09:21:28', '2024-11-30 12:22:19'), (1213, 'ar', 'blogs', 'مدونات', '2024-11-28 09:21:28', '2024-11-30 13:02:12'), (1214, 'ar', 'contact', 'اتصال', '2024-11-28 09:21:28', '2024-11-30 12:02:08'), (1215, 'ar', 'home', 'بيت', '2024-11-28 09:21:28', '2024-11-30 13:02:12'), (1216, 'ar', 'pages', 'الصفحات', '2024-11-28 09:21:28', '2024-11-30 13:02:12'), (1217, 'en', 'edit_faq', 'Edit Faq', '2024-11-28 09:24:14', '2024-11-28 09:24:14'), (1218, 'en', 'student_profile', 'Student Profile', '2024-11-28 09:27:03', '2024-11-28 09:27:03'), (1219, 'es', 'manage_testimonial', 'Gestionar testimonios', '2024-11-28 09:38:27', '2024-12-02 13:01:56'), (1220, 'es', 'testimonial', 'Testimonial', '2024-11-28 09:38:27', '2024-11-28 09:38:27'), (1221, 'es', 'add_new', 'Agregar nuevo', '2024-11-28 09:38:27', '2024-12-02 11:49:09'), (1222, 'es', 'image', 'Imagen', '2024-11-28 09:38:27', '2024-12-02 12:30:00'), (1223, 'es', 'name', 'Nombre', '2024-11-28 09:38:27', '2024-12-02 11:53:39'), (1224, 'es', 'rating', 'Clasificación', '2024-11-28 09:38:27', '2024-12-02 12:28:40'), (1225, 'es', 'status', 'Estado', '2024-11-28 09:38:27', '2024-12-02 11:52:49'), (1226, 'es', 'action', 'Acción', '2024-11-28 09:38:27', '2024-12-02 11:52:49'), (1227, 'es', 'manage_email', 'Administrar correo electrónico', '2024-11-28 09:38:29', '2024-12-02 11:54:41'), (1228, 'es', 'email_template', 'Plantilla de correo electrónico', '2024-11-28 09:38:29', '2024-12-02 11:54:41'), (1229, 'es', 'manage_category', 'Administrar categoría', '2024-11-28 09:38:48', '2024-12-02 11:50:57'), (1230, 'es', 'manage_notification', 'Administrar notificación', '2024-11-28 09:38:53', '2024-12-02 11:54:41'), (1231, 'es', 'notification', 'Notificación', '2024-11-28 09:38:53', '2024-12-02 11:54:41'), (1232, 'es', 'notification_history', 'Historial de notificaciones', '2024-11-28 09:38:57', '2024-12-02 11:57:21'), (1233, 'es', 'backend_manage', 'Gestión de back-end', '2024-11-28 09:39:01', '2024-12-02 11:54:41'), (1234, 'es', 'backend_settings', 'Configuración de back-end', '2024-11-28 09:39:01', '2024-12-02 11:54:41'), (1235, 'es', 'backend', 'backend', '2024-11-28 09:39:01', '2024-12-02 11:55:30'), (1236, 'es', 'general_setting', 'Configuración general', '2024-11-28 09:39:01', '2024-12-02 11:55:30'), (1237, 'es', 'logo', 'Logo', '2024-11-28 09:39:01', '2024-11-28 09:39:01'), (1239, 'es', 'system_information', 'Información del sistema', '2024-11-28 09:39:01', '2024-12-02 11:55:30'), (1240, 'es', 'application_name', 'Nombre de la aplicación', '2024-11-28 09:39:01', '2024-12-02 11:55:30'), (1241, 'es', 'contact_email', 'Correo electrónico de contacto', '2024-11-28 09:39:01', '2024-12-02 11:55:30'), (1242, 'es', 'date_format', 'Formato de fecha', '2024-11-28 09:39:01', '2024-12-02 11:55:30'), (1243, 'es', 'save', 'Ahorrar', '2024-11-28 09:39:01', '2024-12-02 11:55:30'), (1244, 'es', 'favicon', 'favicon', '2024-11-28 09:39:01', '2024-12-02 11:56:17'), (1245, 'es', 'choose_file', 'Elige el archivo', '2024-11-28 09:39:01', '2024-12-02 11:56:17'), (1246, 'es', 'icon_logo', 'Logotipo del icono', '2024-11-28 09:39:01', '2024-12-02 11:56:17'), (1247, 'es', 'smpt_settings', 'Configuración SMTP', '2024-11-28 09:39:01', '2024-12-02 11:56:17'), (1248, 'es', 'forummanage', 'foro/administrar', '2024-11-28 09:39:15', '2024-12-02 13:06:40'), (1249, 'es', 'forum_list', 'Lista de foros', '2024-11-28 09:39:16', '2024-12-02 13:06:40'), (1250, 'es', 'manage_contact', 'Gestionar contacto', '2024-11-28 09:39:19', '2024-12-02 11:56:17'), (1251, 'es', 'all_contact', 'Todos los contactos', '2024-11-28 09:39:19', '2024-12-02 11:56:17'), (1252, 'es', 'mangage_blog_category', 'Categoría de blog de manga', '2024-11-28 09:39:22', '2024-12-02 12:22:44'), (1253, 'es', 'blog_category', 'Categoría de blog', '2024-11-28 09:39:22', '2024-12-02 12:22:44'), (1254, 'es', 'total_blog', 'Blog total', '2024-11-28 09:39:22', '2024-12-02 12:28:40'), (1255, 'es', 'manage_notice_board', 'Administrar tablón de anuncios', '2024-11-28 09:39:25', '2024-12-02 11:57:21'), (1256, 'es', 'noticeboard', 'Tablón de anuncios', '2024-11-28 09:39:25', '2024-12-02 11:57:21'), (1257, 'es', 'notice_title', 'Título del aviso', '2024-11-28 09:39:25', '2024-12-02 13:08:38'), (1258, 'es', 'massage', 'Masaje', '2024-11-28 09:39:25', '2024-12-02 13:08:38'), (1259, 'es', 'date', 'Fecha', '2024-11-28 09:39:25', '2024-12-02 13:08:38'), (1260, 'en', 'method', 'Method', '2024-11-28 09:41:48', '2024-11-28 09:41:48'), (1261, 'en', 'mode', 'Mode', '2024-11-28 09:41:48', '2024-11-28 09:41:48'), (1262, 'en', 'share_your_feedback', 'Share Your Feedback', '2024-11-28 09:47:23', '2024-11-28 09:47:23'), (1263, 'en', 'submit_now', 'Submit Now', '2024-11-28 09:47:23', '2024-11-28 09:47:23'), (1264, 'en', 'go_to_learn', 'Go to Learn', '2024-11-28 09:47:23', '2024-11-28 09:47:23'), (1265, 'en', 'hour', 'Hour', '2024-11-28 09:47:27', '2024-11-28 09:47:27'), (1266, 'en', 'last_updated', 'Last updated', '2024-11-28 09:47:27', '2024-11-28 09:47:27'), (1267, 'en', 'course_assignments', 'Course Assignments', '2024-11-28 09:47:27', '2024-11-28 09:47:27'), (1268, 'en', 'view', 'View', '2024-11-28 09:47:27', '2024-11-28 09:47:27'), (1269, 'en', 'course_content', 'Course Content', '2024-11-28 09:47:27', '2024-11-28 09:47:27'), (1270, 'en', 'edit_payment_method', 'Edit Payment Method', '2024-11-28 09:47:34', '2024-11-28 09:47:34'), (1271, 'en', 'assignment_name', 'Assignment name', '2024-11-28 09:48:10', '2024-11-28 09:48:10'), (1272, 'en', 'file_type', 'File Type', '2024-11-28 09:48:10', '2024-11-28 09:48:10'), (1273, 'en', 'no_submissions_yet', 'No Submissions Yet', '2024-11-28 09:48:10', '2024-11-28 09:48:10'), (1275, 'es', 'course_overview', 'Descripción general del curso', '2024-11-28 09:51:26', '2024-12-02 13:04:54'), (1276, 'es', 'curriculum', 'Plan de estudios', '2024-11-28 09:51:26', '2024-12-02 12:24:17'), (1277, 'es', 'learning_outcomes', 'Resultados de aprendizaje', '2024-11-28 09:51:26', '2024-12-02 13:04:54'), (1278, 'es', 'course_faqs', 'Preguntas frecuentes sobre el curso', '2024-11-28 09:51:26', '2024-12-02 13:04:54'), (1279, 'es', 'course_curriculum', 'Plan de estudios del curso', '2024-11-28 09:51:26', '2024-12-02 13:04:54'), (1280, 'es', 'lesson', 'Lección', '2024-11-28 09:51:26', '2024-12-02 13:05:48'), (1281, 'es', 'course_reviews', 'Reseñas de cursos', '2024-11-28 09:51:26', '2024-12-02 13:04:54'), (1282, 'es', 'this_course_includes', 'Este curso incluye', '2024-11-28 09:51:26', '2024-12-02 13:04:54'), (1283, 'es', 'duration', 'Duración', '2024-11-28 09:51:27', '2024-12-02 13:05:48'), (1284, 'es', 'course_level', 'Nivel del curso', '2024-11-28 09:51:27', '2024-12-02 12:24:17'), (1285, 'es', 'tags', 'Etiquetas', '2024-11-28 09:51:27', '2024-12-02 13:05:48'), (1286, 'es', 'certificate', 'Certificado', '2024-11-28 09:51:27', '2024-12-02 12:34:56'), (1287, 'es', 'yes', 'Sí', '2024-11-28 09:51:27', '2024-12-02 13:06:40'), (1288, 'es', 'enroll_the_course', 'Inscribir el curso', '2024-11-28 09:51:27', '2024-12-02 13:06:40'), (1289, 'es', 'free_course_preview', 'Vista previa gratuita del curso', '2024-11-28 09:51:27', '2024-12-02 13:05:48'), (1290, 'es', 'related_course', 'Curso relacionado', '2024-11-28 09:51:27', '2024-12-02 13:05:48'), (1291, 'es', 'explore_related', 'Explorar relacionada', '2024-11-28 09:51:27', '2024-12-02 13:05:48'), (1292, 'es', 'sign_up', 'Inscribirse', '2024-11-28 09:51:27', '2024-12-02 12:35:49'), (1293, 'es', 'remember_me', 'Acuérdate de mí', '2024-11-28 09:51:30', '2024-12-02 12:37:26'), (1294, 'es', 'forgot_password', '¿Has olvidado tu contraseña?', '2024-11-28 09:51:30', '2024-12-02 12:37:26'), (1295, 'es', 'log_in', 'Acceso', '2024-11-28 09:51:30', '2024-12-02 12:37:26'), (1296, 'en', 'my_course', 'My Course', '2024-11-28 09:52:32', '2024-11-28 09:52:32'), (1297, 'en', 'course_in_progress', 'Course in progress', '2024-11-28 09:52:32', '2024-11-28 09:52:32'), (1298, 'en', 'completed_course', 'Completed course', '2024-11-28 09:52:32', '2024-11-28 09:52:32'), (1299, 'en', 'my_enrolled', 'My Enrolled', '2024-11-28 09:52:32', '2024-11-28 09:52:32'), (1300, 'en', 'course_purchase', 'Course Purchase', '2024-11-28 09:52:32', '2024-11-28 09:52:32'), (1301, 'en', 'bundle_purchase', 'Bundle Purchase', '2024-11-28 09:52:32', '2024-11-28 09:52:32'), (1302, 'en', 'quizzes', 'Quizzes', '2024-11-28 09:52:32', '2024-11-28 09:52:32'), (1303, 'en', 'my_result', 'My Result', '2024-11-28 09:52:32', '2024-11-28 09:52:32'), (1304, 'en', 'assingment', 'Assingment', '2024-11-28 09:52:32', '2024-11-28 09:52:32'), (1305, 'en', 'course_support', 'Course Support', '2024-11-28 09:52:32', '2024-11-28 09:52:32'), (1306, 'en', 'not_latest_courses', 'Not Latest Courses', '2024-11-28 09:57:48', '2024-11-28 09:57:48'), (1307, 'en', 'my_student', 'My Student', '2024-11-28 09:57:48', '2024-11-28 09:57:48'), (1308, 'en', 'assignments', 'Assignments', '2024-11-28 09:57:48', '2024-11-28 09:57:48'), (1309, 'en', 'my_courses', 'My Courses', '2024-11-28 09:57:59', '2024-11-28 09:57:59'), (1310, 'es', 'manage_instructor', 'Administrar instructora', '2024-11-28 10:08:56', '2024-12-02 11:52:49'), (1311, 'es', 'all_instructor', 'Todo instructor', '2024-11-28 10:08:56', '2024-12-02 11:52:49'), (1312, 'es', 'all', 'Toda', '2024-11-28 10:08:56', '2024-12-02 11:52:49'), (1313, 'es', 'active', 'Activa', '2024-11-28 10:08:56', '2024-12-02 11:52:49'), (1314, 'es', 'inactive', 'Inactiva', '2024-11-28 10:08:56', '2024-12-02 11:52:49'), (1315, 'es', 'verified', 'Verificada', '2024-11-28 10:08:56', '2024-12-02 11:52:49'), (1316, 'es', 'un_verified', 'Sin verificar', '2024-11-28 10:08:56', '2024-12-02 11:52:49'), (1317, 'es', 'filter', 'Filtrar', '2024-11-28 10:08:56', '2024-12-02 11:53:39'), (1318, 'es', 'refresh', 'Refrescar', '2024-11-28 10:08:56', '2024-12-02 11:51:53'), (1319, 'es', 'profile', 'Perfil', '2024-11-28 10:08:56', '2024-12-02 11:51:53'), (1320, 'es', 'total_course', 'Curso total', '2024-11-28 10:08:56', '2024-12-02 11:51:53'), (1321, 'es', 'email_verify', 'Verificar correo electrónico', '2024-11-28 10:08:56', '2024-12-02 11:51:53'), (1322, 'es', 'organization_manage', 'Gestión de la organización', '2024-11-28 10:10:32', '2024-12-02 11:51:53'), (1323, 'es', 'all_organization', 'Toda la organización', '2024-11-28 10:10:32', '2024-12-02 11:51:53'), (1324, 'en', 'bundle_manage', 'Bundle manage', '2024-11-28 10:11:09', '2024-11-28 10:11:09'), (1325, 'es', 'edit_instructor', 'Instructor de edición', '2024-11-28 10:13:24', '2024-12-02 12:21:43'), (1326, 'es', 'edit', 'Editar', '2024-11-28 10:13:24', '2024-12-02 12:07:32'), (1327, 'es', 'enter_first_name', 'Introduzca el nombre', '2024-11-28 10:13:24', '2024-12-02 12:20:03'), (1328, 'es', 'enter_last_name', 'Ingrese el apellido', '2024-11-28 10:13:24', '2024-12-02 12:20:54'), (1329, 'es', 'phone_number', 'Número de teléfono', '2024-11-28 10:13:24', '2024-12-02 12:20:54'), (1330, 'es', 'enter_phone_number', 'Ingrese el número de teléfono', '2024-11-28 10:13:24', '2024-12-02 12:20:54'), (1331, 'es', 'enter_email', 'Ingrese el correo electrónico', '2024-11-28 10:13:24', '2024-12-02 12:20:54'), (1332, 'es', 'select_country', 'Seleccionar país', '2024-11-28 10:13:24', '2024-12-02 12:06:44'), (1333, 'es', 'select_state', 'Seleccionar estado', '2024-11-28 10:13:24', '2024-12-02 12:06:44'), (1334, 'es', 'select_city', 'Seleccionar ciudad', '2024-11-28 10:13:24', '2024-12-02 12:21:43'), (1335, 'es', 'enter_designation', 'Ingrese la designación', '2024-11-28 10:13:24', '2024-12-02 12:21:43'), (1336, 'es', 'address', 'DIRECCIÓN', '2024-11-28 10:13:24', '2024-12-02 12:02:19'), (1337, 'es', 'enter_address', 'Introduzca la dirección', '2024-11-28 10:13:24', '2024-12-02 12:21:43'), (1338, 'es', 'profile_image', 'Imagen de perfil', '2024-11-28 10:13:24', '2024-12-02 12:21:43'), (1339, 'es', 'update', 'Actualizar', '2024-11-28 10:13:24', '2024-12-02 12:07:32'), (1340, 'en', 'your_course_list', 'Your Course list', '2024-11-28 10:13:53', '2024-11-28 10: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 10:13:53', '2024-11-28 10:13:53'), (1342, 'ar', 'theme_setting', 'إعداد الموضوع', '2024-11-28 10:20:21', '2024-11-28 10:20:37'), (1343, 'ar', 'state_manage', 'إدارة الدولة', '2024-11-28 10:27:11', '2024-11-28 10:27:11'), (1344, 'ar', 'no_state_found', 'لم يتم العثور على الدولة', '2024-11-28 10:27:11', '2024-11-28 10:27:11'), (1345, 'ar', 'manage_icon', 'إدارة الأيقونة', '2024-11-28 10:27:11', '2024-11-28 10:27:11'), (1346, 'ar', 'no_no_icon_found', 'لا يوجد لا يوجد رمز تم العثور عليه', '2024-11-28 10:27:11', '2024-11-28 10:27:11'), (1347, 'ar', 'manage_category', 'إدارة الفئة', '2024-11-28 10:33:28', '2024-11-28 10:33:28'), (1348, 'ar', 'no_category_found', 'إدارة الفئة', '2024-11-28 10:33:28', '2024-11-28 10:33:28'), (1349, 'ar', '_add_new_', 'أضف جديدا', '2024-11-28 10:33:28', '2024-11-28 10:33:28'), (1350, 'ar', 'enrollmentmanage', 'التسجيل/إدارة', '2024-11-28 10:33:28', '2024-11-28 10:33:28'), (1351, 'ar', 'student_list', 'قائمة الطلاب', '2024-11-28 10:33:28', '2024-11-28 10:33:28'), (1352, 'ar', 'enroll', 'قائمة الطلاب', '2024-11-28 10:33:28', '2024-11-28 10:33:28'), (1353, 'ar', 'no_enrollment_found', 'لم يتم العثور على التسجيل', '2024-11-28 10:33:28', '2024-11-28 10:33:28'), (1354, 'ar', 'manage_meeting', 'إدارة الاجتماع', '2024-11-28 10:33:28', '2024-11-28 10:33:28'), (1355, 'ar', 'meeting', 'مقابلة', '2024-11-28 10:33:28', '2024-11-28 10:33:28'), (1356, 'ar', 'no_meeting_provider_found', 'لم يتم العثور على موفر اجتماع', '2024-11-28 10:34:50', '2024-11-28 10:34:50'), (1357, 'ar', 'organization_manage', 'إدارة المنظمة', '2024-11-28 10:34:50', '2024-11-28 10:34:50'), (1358, 'ar', 'all_organization', 'جميع المنظمات', '2024-11-28 10:34:50', '2024-11-28 10:34:50'), (1359, 'ar', 'refresh', 'ينعش', '2024-11-28 10:34:50', '2024-11-28 10:34:50'), (1360, 'ar', 'profile', 'حساب تعريفي', '2024-11-28 10:34:50', '2024-11-28 10:34:50'), (1361, 'ar', 'total_course', 'إجمالي الدورة', '2024-11-28 10:34:50', '2024-11-28 10:34:50'), (1362, 'ar', 'email_verify', 'التحقق من البريد الإلكتروني', '2024-11-28 10:34:50', '2024-11-28 10:34:50'), (1363, 'ar', 'status', 'حالة', '2024-11-28 10:36:05', '2024-11-28 10:36:05'), (1364, 'ar', 'manage_instructor', 'إدارة المدرب', '2024-11-28 10:36:05', '2024-11-28 10:36:05'), (1365, 'ar', 'all_instructor', 'جميع المدربين', '2024-11-28 10:36:05', '2024-11-28 10:36:05'), (1366, 'ar', 'all', 'الجميع', '2024-11-28 10:36:05', '2024-11-28 10:36:05'), (1367, 'ar', 'active', 'نشيط', '2024-11-28 10:36:05', '2024-11-28 10:36:05'), (1368, 'ar', 'inactive', 'غير نشط', '2024-11-28 10:36:05', '2024-11-28 10:36:05'), (1369, 'ar', 'verified', 'تم التحقق منه', '2024-11-28 10:36:05', '2024-11-28 10:36:05'), (1370, 'ar', 'un_verified', 'غير مُتحقق', '2024-11-28 10:36:05', '2024-11-28 10:36:05'), (1371, 'ar', 'filter', 'فلتر', '2024-11-28 10:37:23', '2024-11-28 10:37:23'), (1372, 'ar', 'manage_student', 'إدارة الطالب', '2024-11-28 10:37:23', '2024-11-28 10:37:23'), (1373, 'ar', 'all_student', 'جميع الطلاب', '2024-11-28 10:37:23', '2024-11-28 10:37:23'), (1374, 'ar', 'enrolled_course', 'دورة مدلفنة', '2024-11-28 10:37:23', '2024-11-28 10:37:23'), (1375, 'ar', 'language_manage', 'إدارة اللغة', '2024-11-28 10:37:23', '2024-11-28 10:37:23'), (1376, 'ar', 'code', 'شفرة', '2024-11-28 10:37:23', '2024-11-28 10:37:23'), (1377, 'ar', 'new_enroll', 'شفرة', '2024-11-28 10:37:23', '2024-11-28 10:37:23'), (1378, 'ar', 'select_student', 'حدد الطالب', '2024-11-28 10:37:23', '2024-11-28 10:37:23'), (1379, 'en', 'your_course', 'Your Course', '2024-11-28 10:42:00', '2024-11-28 10:42:00'), (1380, 'en', 'leave_a_comment', 'Leave a Comment', '2024-11-28 10:43:25', '2024-11-28 10:43:25'), (1381, 'en', 'cancle', 'Cancle', '2024-11-28 10:43:25', '2024-11-28 10:43:25'), (1382, 'es', 'manage_student', 'Administrar estudiante', '2024-11-28 10:45:19', '2024-12-02 11:53:39'), (1383, 'es', 'all_student', 'Todos los estudiantes', '2024-11-28 10:45:19', '2024-12-02 11:53:39'), (1384, 'es', 'enrolled_course', 'Curso inscrito', '2024-11-28 10:45:19', '2024-12-02 11:53:39'), (1385, 'en', 'not_found', 'Not Found', '2024-11-28 10:46:10', '2024-11-28 10:46:10'), (1386, 'es', 'manage_course', 'Administrar curso', '2024-11-28 10:46:10', '2024-12-02 12:07:32'), (1387, 'es', 'course_type', 'Tipo de curso', '2024-11-28 10:46:10', '2024-12-02 12:07:32'), (1388, 'es', 'course_list', 'Lista de cursos', '2024-11-28 10:46:10', '2024-12-02 12:07:32'), (1389, 'es', 'all_course_here', 'Todo el curso aquí', '2024-11-28 10:46:10', '2024-12-02 12:07:32'), (1390, 'es', 'add_course', 'Agregar curso', '2024-11-28 10:46:10', '2024-12-02 12:07:32'), (1391, 'es', 'course_title', 'Título del curso', '2024-11-28 10:46:10', '2024-12-02 12:24:17'), (1392, 'es', 'sales', 'Ventas', '2024-11-28 10:46:10', '2024-12-02 12:24:17'), (1393, 'es', 'course_status', 'Estado del curso', '2024-11-28 10:46:10', '2024-12-02 12:24:17'), (1394, 'es', 'edit_course', 'Editar curso', '2024-11-28 10:46:36', '2024-12-02 12:24:17'), (1395, 'es', 'basic', 'Básico', '2024-11-28 10:46:36', '2024-12-02 12:13:05'), (1396, 'es', 'info', 'Información', '2024-11-28 10:46:36', '2024-12-02 12:14:10'), (1397, 'es', 'media', 'Medios de comunicación', '2024-11-28 10:46:36', '2024-12-02 12:13:05'), (1398, 'es', 'manage_meeting', 'Administrar reunión', '2024-11-28 10:46:36', '2024-12-02 11:50:57'), (1399, 'es', 'notices_board', 'Tablón de anuncios', '2024-11-28 10:46:36', '2024-12-02 12:25:10'), (1400, 'es', 'setting', 'Configuración', '2024-11-28 10:46:36', '2024-12-02 11:59:40'), (1401, 'es', 'finish', 'Finalizar', '2024-11-28 10:46:37', '2024-12-02 12:14:10'), (1402, 'es', 'add_course_curriculumn', 'Agregar plan de estudios del curso', '2024-11-28 10:46:37', '2024-12-02 12:25:10'), (1403, 'es', 'add_chapter', 'Agregar capítulo', '2024-11-28 10:46:37', '2024-12-02 12:25:10'), (1404, 'es', 'add_topic', 'Agregar tema', '2024-11-28 10:46:37', '2024-12-02 12:25:10'), (1405, 'es', 'save__continue', 'Guardar y continuar', '2024-11-28 10:46:37', '2024-12-02 12:14:10'), (1406, 'es', 'how_about_a_course_title', '¿Qué tal el título de un curso?', '2024-11-28 10:46:37', '2024-12-02 12:14:10'), (1407, 'es', 'courses_category', 'Categoría de cursos', '2024-11-28 10:46:37', '2024-12-02 12:14:10'), (1408, 'es', 'select_organization', 'Seleccionar organización', '2024-11-28 10:46:37', '2024-12-02 12:14:10'), (1409, 'es', 'courses_level', 'Nivel de cursos', '2024-11-28 10:46:37', '2024-12-02 12:14:10'), (1410, 'es', 'course_demo_video_source', 'Fuente del vídeo de demostración del curso', '2024-11-28 10:46:37', '2024-12-02 13:09:38'), (1411, 'es', 'course_duration', 'Duración del curso', '2024-11-28 10:46:37', '2024-12-02 12:14:10'), (1412, 'es', 'short_description', 'Breve descripción', '2024-11-28 10:46:37', '2024-12-02 12:14:10'), (1413, 'es', 'description', 'Descripción', '2024-11-28 10:46:37', '2024-12-02 12:13:05'), (1414, 'es', 'previous', 'Previo', '2024-11-28 10:46:37', '2024-12-02 12:16:22'), (1415, 'es', 'add_course_faq', 'Agregar preguntas frecuentes sobre el curso', '2024-11-28 10:46:37', '2024-12-02 12:16:22'), (1416, 'es', 'add', 'Agregar', '2024-11-28 10:46:37', '2024-12-02 12:03:06'), (1417, 'es', 'add_course_outcomes', 'Agregar resultados del curso', '2024-11-28 10:46:37', '2024-12-02 12:16:22'), (1418, 'es', 'course_requirements', 'Requisitos del curso', '2024-11-28 10:46:37', '2024-12-02 12:16:22'), (1419, 'es', 'course_tag', 'Etiqueta del curso', '2024-11-28 10:46:37', '2024-12-02 12:16:22'), (1420, 'es', 'course_pricing', 'Precios del curso', '2024-11-28 10:46:37', '2024-12-02 12:16:22'), (1421, 'es', 'course_price_', 'Precio del curso ($)', '2024-11-28 10:46:37', '2024-12-02 12:16:22'), (1422, 'es', 'check_if_this_course_has_a_discount', 'Consulta si este curso tiene descuento.', '2024-11-28 10:46:37', '2024-12-02 12:16:22'), (1423, 'es', 'discounted_price_', 'Precio con descuento ($)', '2024-11-28 10:46:37', '2024-12-02 12:16:22'), (1424, 'es', 'discount', 'Descuento', '2024-11-28 10:46:37', '2024-12-02 12:17:19'), (1425, 'es', 'this_course_has', 'Este curso tiene', '2024-11-28 10:46:37', '2024-12-02 12:17:19'), (1426, 'es', 'discounted_period', 'Período de descuento', '2024-11-28 10:46:37', '2024-12-02 12:17:19'), (1427, 'es', 'add_media_files', 'Agregar archivos multimedia', '2024-11-28 10:46:37', '2024-12-02 12:19:00'), (1428, 'es', 'thumbnail', 'Uña del pulgar', '2024-11-28 10:46:37', '2024-12-02 12:19:00'), (1429, 'es', 'coruse_preview_image', 'Imagen de vista previa de Coruse', '2024-11-28 10:46:37', '2024-12-02 12:20:03'), (1430, 'es', 'select_meeting_provider', 'Seleccionar proveedor de reuniones', '2024-11-28 10:46:37', '2024-12-02 12:25:10'), (1431, 'es', 'meeting_id', 'Identificación de la reunión', '2024-11-28 10:46:37', '2024-12-02 12:25:10'), (1432, 'es', 'moderator_password', 'Contraseña de moderador', '2024-11-28 10:46:37', '2024-12-02 12:25:10'), (1433, 'es', 'set_meeting_time', 'Establecer hora de reunión', '2024-11-28 10:46:37', '2024-12-02 12:25:10'), (1434, 'es', 'schedule_date', 'Fecha programada', '2024-11-28 10:46:37', '2024-12-02 12:26:02'), (1435, 'es', 'schedule_time', 'Horario de programación', '2024-11-28 10:46:37', '2024-12-02 12:26:02'), (1436, 'es', 'instruction_for_students', 'Instrucción para estudiantes', '2024-11-28 10:46:37', '2024-12-02 12:26:02'), (1437, 'es', 'title', 'Título', '2024-11-28 10:46:37', '2024-12-02 12:04:01'), (1438, 'es', 'notice_description', 'Descripción del aviso', '2024-11-28 10:46:37', '2024-12-02 12: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 10:46:37', '2024-12-02 12:26:02'), (1440, 'es', 'all_notice', 'Todo aviso', '2024-11-28 10:46:37', '2024-12-02 12:26:02'), (1441, 'es', 'no_notice_available', 'No hay aviso disponible.', '2024-11-28 10:46:37', '2024-12-02 12:26:02'), (1442, 'es', 'course_settings', 'Configuración del curso', '2024-11-28 10:46:37', '2024-12-02 12:17:19'), (1443, 'es', 'access_days', 'Configuración del curso', '2024-11-28 10:46:37', '2024-12-02 12:17:19'), (1444, 'es', 'seat_capacity', 'Capacidad del asiento', '2024-11-28 10:46:37', '2024-12-02 12:17:19'), (1445, 'es', 'course_settings_options', 'Opciones de configuración del curso', '2024-11-28 10:46:37', '2024-12-02 12:17:19'), (1446, 'es', 'has_support', 'Tiene soporte', '2024-11-28 10:46:37', '2024-12-02 12:17:19'), (1447, 'es', 'has_certificate', 'Tiene certificado', '2024-11-28 10:46:37', '2024-12-02 12:17:19'), (1448, 'es', 'has_course_forum', 'Tiene foro del curso', '2024-11-28 10:46:37', '2024-12-02 12:19:00'), (1449, 'es', 'has_subscription', 'Tiene suscripción', '2024-11-28 10:46:37', '2024-12-02 12:19:00'), (1450, 'es', 'is_wait_list', 'Es lista de espera', '2024-11-28 10:46:37', '2024-12-02 12:19:00'), (1451, 'es', 'is_upcoming', 'está próxima', '2024-11-28 10:46:37', '2024-12-02 12:19:00'), (1452, 'es', 'is_free_course', 'Es un curso gratuito', '2024-11-28 10:46:37', '2024-12-02 12:19:00'), (1453, 'es', 'is_live', 'Está vivo', '2024-11-28 10:46:37', '2024-12-02 12:19:00'), (1454, 'es', 'downloadable', 'Descargable', '2024-11-28 10:46:37', '2024-12-02 12:19:00'), (1455, 'es', 'congratulations', '¡Felicidades!', '2024-11-28 10:46:37', '2024-12-02 12: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 10:46:37', '2024-12-02 12: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 10:46:37', '2024-12-02 12:20:03'), (1458, 'es', 'go_to_list', 'Ir a la lista', '2024-11-28 10:46:37', '2024-12-02 12:20:03'), (1459, 'es', 'add_new_chapter', 'Agregar nuevo capítulo', '2024-11-28 10:46:37', '2024-12-02 12:26:02'), (1460, 'es', 'sumbit', 'enviar', '2024-11-28 10:46:37', '2024-12-02 12:26:02'), (1461, 'es', 'add_new_topic', 'Agregar nuevo tema', '2024-11-28 10:46:37', '2024-12-02 12:26:48'), (1462, 'es', 'topic_type', 'Tipo de tema', '2024-11-28 10:46:37', '2024-12-02 12:26:48'), (1463, 'es', 'add_question', 'Agregar pregunta', '2024-11-28 10:46:37', '2024-12-02 12:26:49'), (1464, 'es', 'question_title', 'Título de la pregunta', '2024-11-28 10:46:37', '2024-12-02 12:26:49'), (1465, 'es', 'quiz_mark', 'Marca de prueba', '2024-11-28 10:46:37', '2024-12-02 12:26:49'), (1466, 'es', 'quiz_type', 'Tipo de prueba', '2024-11-28 10:46:37', '2024-12-02 12:26:49'), (1467, 'es', 'select_quiz_question_type', 'Seleccione el tipo de pregunta del cuestionario', '2024-11-28 10:46:37', '2024-12-02 12:26:49'), (1468, 'es', 'multiple_choice', 'opción múltiple', '2024-11-28 10:46:37', '2024-12-02 12:26:49'), (1469, 'es', 'single_choice', 'elección única', '2024-11-28 10:46:37', '2024-12-02 12:26:49'), (1470, 'es', 'fill_in_the_blank', 'Completa el espacio en blanco', '2024-11-28 10:46:37', '2024-12-02 12:29:08'), (1471, 'es', 'update_quiz', 'Actualizar cuestionario', '2024-11-28 10:46:37', '2024-12-02 12:28:40'), (1472, 'es', 'add_new_tag', 'Agregar nueva etiqueta', '2024-11-28 10:46:37', '2024-12-02 12:20:03'), (1473, 'es', 'edit_organization', 'Editar organización', '2024-11-28 10:50:06', '2024-12-02 12:22:44'), (1474, 'es', 'organization_name', 'Nombre de la organización', '2024-11-28 10:50:06', '2024-12-02 12:22:44'), (1475, 'en', 'office_hour', 'Office Hour', '2024-11-28 10:51:26', '2024-11-28 10:51:26'), (1476, 'en', 'location', 'Location', '2024-11-28 10:51:26', '2024-11-28 10:51:26'), (1477, 'es', 'upload_file', 'Cargar archivo', '2024-11-28 11:03:17', '2024-12-02 12:25:10'), (1478, 'en', 'back', 'Back', '2024-11-28 11:16:58', '2024-11-28 11:16:58'), (1479, 'en', 'edit_question', 'Edit Question', '2024-11-28 11:16:58', '2024-11-28 11:16:58'), (1480, 'en', 'add_answer', 'Add Answer', '2024-11-28 11:16:58', '2024-11-28 11:16:58'), (1481, 'en', 'option_1', 'Option 1', '2024-11-28 11:16:58', '2024-11-28 11:16:58'), (1482, 'en', 'check_if_this_is_correct', 'Check if this is Correct', '2024-11-28 11:16:58', '2024-11-28 11:16:58'), (1483, 'en', 'icon_with_class_name', 'Icon with class name', '2024-11-28 11:17:42', '2024-11-28 11:17:42'), (1484, 'en', 'delete', 'Delete', '2024-11-28 11:17:42', '2024-11-28 11:17:42'), (1485, 'en', 'short_info', 'Short Info', '2024-11-28 11:17:42', '2024-11-28 11:17:42'), (1486, 'en', 'button_name', 'Button Name', '2024-11-28 11:17:42', '2024-11-28 11:17:42'), (1487, 'en', 'button_link', 'Button Link', '2024-11-28 11:17:42', '2024-11-28 11:17:42'), (1488, 'en', 'banner_image', 'Banner Image', '2024-11-28 11:17:42', '2024-11-28 11:17:42'), (1489, 'en', 'join_now', 'Join Now', '2024-11-28 11:24:17', '2024-11-28 11:24:17'), (1490, 'es', 'meeting', 'Reunión', '2024-11-28 11:41:21', '2024-12-02 11:50:57'), (1491, 'en', 'correct', 'Correct', '2024-11-28 11:48:33', '2024-11-28 11:48:33'), (1492, 'en', 'incorrect', 'Incorrect', '2024-11-28 11:56:56', '2024-11-28 11:56:56'), (1493, 'en', 'correct_answer', 'Correct answer', '2024-11-28 11:56:56', '2024-11-28 11:56:56'), (1494, 'en', 'my_all_enroll_course', 'My All Enroll Course', '2024-11-28 11:58:20', '2024-11-28 11:58:20'), (1495, 'en', 'continue', 'Continue', '2024-11-28 11:58:20', '2024-11-28 11:58:20'), (1496, 'en', 'my_all_bundle_course', 'My All Bundle Course', '2024-11-28 11:58:59', '2024-11-28 11:58:59'), (1497, 'en', 'you_have_no_bundle_course_to_show', 'You have no bundle course to show', '2024-11-28 11:58:59', '2024-11-28 11:58:59'), (1498, 'en', 'purchase_course', 'Purchase Course', '2024-11-28 11:59:01', '2024-11-28 11:59:01'), (1499, 'en', 'my_all_purchase_course', 'My All Purchase Course', '2024-11-28 11:59:01', '2024-11-28 11:59:01'), (1500, 'en', 'you_have_no_paid_course_to_show', 'You have no paid course to show', '2024-11-28 11:59:01', '2024-11-28 11:59:01'), (1501, 'en', 'my_certificate', 'My Certificate', '2024-11-28 11:59:03', '2024-11-28 11:59:03'), (1502, 'en', 'my_all_certificate', 'My All Certificate', '2024-11-28 11:59:03', '2024-11-28 11:59:03'), (1503, 'en', 'you_have_no_certificate', 'You have no Certificate', '2024-11-28 11:59:03', '2024-11-28 11:59:03'), (1504, 'en', 'my_assignment', 'My Assignment', '2024-11-28 11:59:06', '2024-11-28 11:59:06'), (1505, 'en', 'assignment', 'Assignment', '2024-11-28 11:59:06', '2024-11-28 11:59:06'), (1506, 'en', 'you_have_no_assignment', 'You have no Assignment', '2024-11-28 11:59:06', '2024-11-28 11:59:06'), (1507, 'en', 'my_quizzes', 'My quizzes', '2024-11-28 11:59:11', '2024-11-28 11:59:11'), (1508, 'en', 'my_all_quiz', 'My All quiz', '2024-11-28 11:59:11', '2024-11-28 11:59:11'), (1509, 'en', 'quiz', 'quiz', '2024-11-28 11:59:11', '2024-11-28 11:59:11'), (1510, 'en', 'quiz_grade', 'Quiz grade', '2024-11-28 11:59:11', '2024-11-28 11:59:11'), (1511, 'en', 'pass_mark', 'Pass Mark', '2024-11-28 11:59:11', '2024-11-28 11:59:11'), (1512, 'en', 'my_grade', 'My grade', '2024-11-28 11:59:11', '2024-11-28 11:59:11'), (1513, 'en', 'failed', 'Failed', '2024-11-28 11:59:11', '2024-11-28 11:59:11'), (1514, 'en', 'view_result', 'View Result', '2024-11-28 11:59:11', '2024-11-28 11:59:11'), (1515, 'en', 'request_certificate', 'Request Certificate', '2024-11-28 11:59:11', '2024-11-28 11:59:11'), (1516, 'en', 'go_course', 'Go Course', '2024-11-28 11:59:11', '2024-11-28 11:59:11'), (1517, 'en', 'create_support', 'Create Support', '2024-11-28 12:00:55', '2024-11-28 12:00:55'), (1518, 'en', 'support_type', 'Support Type', '2024-11-28 12:00:55', '2024-11-28 12:00:55'), (1519, 'en', 'select_course_type', 'Select Course Type', '2024-11-28 12:00:55', '2024-11-28 12:00:55'), (1520, 'en', 'platform', 'Platform', '2024-11-28 12:00:55', '2024-11-28 12:00:55'), (1521, 'en', 'select_support_category', 'Select Support Category', '2024-11-28 12:00:55', '2024-11-28 12:00:55'), (1522, 'en', 'no_file_choose', 'No file choose', '2024-11-28 12:00:55', '2024-11-28 12:00:55'), (1523, 'en', 'all_support', 'All Support', '2024-11-28 12:00:57', '2024-11-28 12:00:57'), (1524, 'en', 'supports', 'Supports', '2024-11-28 12:00:57', '2024-11-28 12:00:57'), (1525, 'en', '_you_have_no_ticket', ' You have no Ticket', '2024-11-28 12:00:57', '2024-11-28 12:00:57'), (1526, 'en', 'all_course_support', 'All Course Support', '2024-11-28 12:01:00', '2024-11-28 12:01:00'), (1527, 'en', 'you_have_no_ticket', 'You have no Ticket', '2024-11-28 12:01:00', '2024-11-28 12:01:00'), (1528, 'en', 'call', 'Call', '2024-11-28 12:04:47', '2024-11-28 12:04:47'), (1529, 'en', 'profilesetting', 'profile/setting', '2024-11-28 12:15:01', '2024-11-28 12:15:01'), (1530, 'en', 'images', 'Images', '2024-11-28 12:15:02', '2024-11-28 12:15:02'), (1531, 'en', 'top_skill', 'Top Skill', '2024-11-28 12:15:02', '2024-11-28 12:15:02'), (1533, 'en', 'select_time_zone', 'Select Time Zone', '2024-11-28 12:15:02', '2024-11-28 12:15:02'), (1534, 'en', 'confirm_passowrd', 'Confirm Passowrd', '2024-11-28 12:15:02', '2024-11-28 12:15:02'), (1535, 'en', 'about_your_self', 'About Your self', '2024-11-28 12:15:02', '2024-11-28 12:15:02'), (1536, 'en', 'cover_image', 'Cover Image', '2024-11-28 12:15:02', '2024-11-28 12:15:02'), (1537, 'en', 'educational_qualification', 'Educational Qualification', '2024-11-28 12:15:02', '2024-11-28 12:15:02'), (1538, 'en', 'previous_experience', 'Previous Experience', '2024-11-28 12:15:02', '2024-11-28 12:15:02'), (1539, 'en', 'enter_your_previous_skill', 'Enter your Previous skill', '2024-11-28 12:15:02', '2024-11-28 12:15:02'), (1540, 'en', 'please_press', 'Please press', '2024-11-28 12:15:03', '2024-11-28 12:15:03'), (1541, 'en', 'after_writing_your_skill_keyword', 'after writing your skill keyword', '2024-11-28 12:15:03', '2024-11-28 12:15:03'), (1542, 'en', 'edit_certificate', 'Edit Certificate', '2024-11-28 12:17:44', '2024-11-28 12:17:44'), (1543, 'en', 'certificate_id', 'Certificate ID', '2024-11-28 12:27:44', '2024-11-28 12:27:44'), (1544, 'en', 'certificate_type', 'Certificate Type', '2024-11-28 12:27:44', '2024-11-28 12:27:44'), (1545, 'en', 'certificate_date', 'Certificate Date', '2024-11-28 12:27:44', '2024-11-28 12:27:44'), (1546, 'es', 'manage_tag', 'Administrar etiqueta', '2024-11-28 12:37:35', '2024-12-02 12:09:22'), (1547, 'es', 'all_course', 'Todo el curso', '2024-11-28 12:39:19', '2024-12-02 13:01:56'), (1548, 'es', 'categories', 'Categorías', '2024-11-28 12:39:19', '2024-12-02 13:01:56'), (1549, 'es', 'call', 'Llamar', '2024-11-28 12:39:19', '2024-12-02 13:19:03'), (1550, 'es', 'join_now', 'Únete ahora', '2024-11-28 12:39:19', '2024-12-02 13:14:12'), (1551, 'es', 'language_manage', 'Gestionar idioma', '2024-11-28 12:44:00', '2024-12-02 11:53:39'), (1552, 'es', 'code', 'Código', '2024-11-28 12:44:00', '2024-12-02 11:53:39'), (1553, 'es', 'short_code', 'Código corto', '2024-11-28 12:44:05', '2024-12-02 13:01:56'), (1554, 'es', 'search', 'Buscar', '2024-11-28 12:44:09', '2024-12-02 12:05:47'), (1555, 'es', 'key', 'Llave', '2024-11-28 12:44:09', '2024-12-02 12:05:47'), (1556, 'es', 'value', 'Valor', '2024-11-28 12:44:09', '2024-12-02 12:05:47'), (1557, 'es', 'edit_notification', 'Editar notificación', '2024-11-28 12:44:36', '2024-12-02 13:06:40'), (1558, 'es', 'template_name', 'Nombre de la plantilla', '2024-11-28 12:44:36', '2024-12-02 12:33:54'), (1559, 'es', 'content', 'Contenido', '2024-11-28 12:44:36', '2024-12-02 12:04:54'), (1560, 'es', 'you_can_use_the_following_dynamic_values', 'Puede utilizar los siguientes valores dinámicos', '2024-11-28 12:44:36', '2024-12-02 13:06:40'), (1561, 'es', 'edit_email', 'Editar correo electrónico', '2024-11-28 12:44:56', '2024-12-02 12:33:54'), (1562, 'es', 'subject_name', 'Nombre del sujeto', '2024-11-28 12:44:56', '2024-12-02 12:33:54'), (1563, 'es', 'template_content', 'Contenido de la plantilla', '2024-11-28 12:44:56', '2024-12-02 12:33:54'), (1564, 'es', 'manage_blog', 'Administrar blog', '2024-11-28 12:45:19', '2024-12-02 11:57:21'), (1565, 'es', 'blog_list', 'Lista de blogs', '2024-11-28 12:45:19', '2024-12-02 11:57:21'), (1566, 'es', 'author', 'Autor', '2024-11-28 12:45:19', '2024-12-02 12:30:00'), (1567, 'es', 'published', 'Publicado', '2024-11-28 12:45:19', '2024-12-02 12:30:00'), (1568, 'es', 'create_blog', 'Crear blog', '2024-11-28 12:46:02', '2024-12-02 12:30:00'), (1569, 'es', 'create', 'Crear', '2024-11-28 12:46:02', '2024-12-02 12:05:47'), (1570, 'es', 'blog_title', 'Título del blog', '2024-11-28 12:46:02', '2024-12-02 12:30:00'), (1571, 'es', 'blog_description', 'Descripción del blog', '2024-11-28 12:46:02', '2024-12-02 12:30:00'), (1572, 'es', 'manage_coupon', 'Administrar cupón', '2024-11-28 12:52:08', '2024-12-02 12:30:00'), (1573, 'es', 'coupon', 'Cupón', '2024-11-28 12:52:08', '2024-12-02 12:31:08'), (1574, 'es', 'coupon_type', 'Tipo de cupón', '2024-11-28 12:52:08', '2024-12-02 12:31:08'), (1575, 'es', 'discount_type', 'Tipo de descuento', '2024-11-28 12:52:08', '2024-12-02 12:33:04'), (1576, 'es', 'manage_level', 'Administrar nivel', '2024-11-28 12:52:15', '2024-12-02 12:10:58'), (1577, 'es', 'manage_faq', 'Administrar preguntas frecuentes', '2024-11-28 13:07:06', '2024-12-02 11:58:27'), (1578, 'es', 'faq_list', 'Lista de preguntas frecuentes', '2024-11-28 13:07:06', '2024-12-02 11:58:27'), (1579, 'es', 'faq', 'Preguntas frecuentes', '2024-11-28 13:07:06', '2024-12-02 11:58:27'), (1580, 'es', 'question', 'Pregunta', '2024-11-28 13:07:06', '2024-12-02 12:33:54'), (1581, 'es', 'paymentmethod', 'método de pago', '2024-11-28 13:07:12', '2024-12-02 13:09:38'), (1582, 'es', 'payment_method_list', 'Lista de métodos de pago', '2024-11-28 13:07:12', '2024-12-02 12:35:49'), (1583, 'es', 'method', 'Método', '2024-11-28 13:07:12', '2024-12-02 13:09:38'), (1584, 'es', 'mode', 'Modo', '2024-11-28 13:07:12', '2024-12-02 13:09:38'), (1585, 'es', 'manage_icon', 'Icono Administrar', '2024-11-28 13:07:21', '2024-12-02 11:49:09'), (1586, 'es', 'no_icon', 'Sin icono', '2024-11-28 13:07:21', '2024-12-02 13:08:38'), (1587, 'bn', 'key', 'চাবি', '2024-11-28 13:08:52', '2024-11-30 10:18:01'), (1588, 'bn', 'value', 'মান', '2024-11-28 13:08:52', '2024-11-30 10:18:01'), (1589, 'bn', 'short_code', 'সংক্ষিপ্ত কোড', '2024-11-28 13:09:12', '2024-11-30 11:10:22'), (1590, 'bn', 'manage_category', 'বিভাগ পরিচালনা', '2024-11-28 13:11:09', '2024-12-02 11:32:32'), (1591, 'bn', 'enrollmentmanage', 'তালিকাভুক্তি/পরিচালনা', '2024-11-28 13:11:12', '2024-11-30 09:53:11'), (1592, 'bn', 'student_list', 'ছাত্র তালিকা', '2024-11-28 13:11:12', '2024-11-30 09:53:11'), (1593, 'bn', 'enroll', 'নথিভুক্ত করুন', '2024-11-28 13:11:12', '2024-11-30 09:53:11'), (1594, 'bn', 'instructororganization', 'প্রশিক্ষক/সংস্থা', '2024-11-28 13:11:12', '2024-11-30 10:58:24'), (1595, 'bn', 'coursebundle', 'কোর্স/বান্ডেল', '2024-11-28 13:11:12', '2024-11-30 10:58:25'), (1596, 'bn', 'new_enroll', 'নতুন নথিভুক্ত করুন', '2024-11-28 13:11:15', '2024-11-30 09:59:14'), (1597, 'bn', 'select_student', 'ছাত্র নির্বাচন', '2024-11-28 13:11:15', '2024-12-02 11:33:43'), (1598, 'bn', 'select_course', 'কোর্স নির্বাচন', '2024-11-28 13:11:15', '2024-12-02 11:34:22'), (1599, 'es', 'enrollmentmanage', 'inscripción/Administrar', '2024-11-28 13:11:27', '2024-12-02 11:50:57'), (1600, 'es', 'student_list', 'Lista de estudiantes', '2024-11-28 13:11:27', '2024-12-02 11:50:57'), (1601, 'es', 'enroll', 'Inscribirse', '2024-11-28 13:11:27', '2024-12-02 11:50:57'), (1602, 'es', 'instructororganization', 'Instructor / Organización', '2024-11-28 13:11:27', '2024-12-02 12:33:04'), (1603, 'es', 'coursebundle', 'Curso/Paquete', '2024-11-28 13:11:27', '2024-12-02 12:33:04'), (1604, 'es', 'office_hour', 'Horario de oficina', '2024-11-28 13:12:21', '2024-12-02 13:13:23'), (1605, 'es', 'online', 'En línea', '2024-11-28 13:12:21', '2024-12-02 13:20:58'), (1606, 'es', 'location', 'Ubicación', '2024-11-28 13:12:21', '2024-12-02 13:13:23'), (1607, 'es', 'full_name', 'Nombre completo', '2024-11-28 13:12:21', '2024-12-02 13:01:56'), (1608, 'es', 'write_your_message', 'Escribe tu mensaje...', '2024-11-28 13:12:21', '2024-12-02 13:01:56'), (1609, 'es', 'send_now', 'Enviar ahora', '2024-11-28 13:12:21', '2024-12-02 13:02:55'), (1610, 'es', 'add_to_cart', 'Añadir a la cesta', '2024-11-28 13:12:51', '2024-12-02 13:05:48'), (1611, 'en', 'support_tickets', 'Support tickets', '2024-11-28 13:30:13', '2024-11-28 13:30:13'), (1612, 'es', 'newes_post', 'Publicación reciente', '2024-11-28 13:55:44', '2024-12-02 13:02:55'), (1613, 'en', 'online', 'Online', '2024-11-28 17:44:03', '2024-11-28 17:44:03'), (1614, 'en', 'view_frontend', 'View Frontend', '2024-11-28 17:44:39', '2024-11-28 17:44:39'), (1615, 'bn', 'view_frontend', 'ফ্রন্টএন্ড দেখুন', '2024-11-28 17:45:59', '2024-11-30 11:37:46'), (1616, 'bn', 'manage_instructor', 'প্রশিক্ষক পরিচালনা', '2024-11-28 17:46:09', '2024-12-02 11:33:23'), (1617, 'bn', 'all_instructor', 'সকল প্রশিক্ষক', '2024-11-28 17:46:09', '2024-11-30 09:56:29'), (1618, 'bn', 'all', 'সব', '2024-11-28 17:46:09', '2024-11-30 09:56:29'), (1619, 'bn', 'active', 'সক্রিয়', '2024-11-28 17:46:09', '2024-11-30 09:56:29'), (1620, 'bn', 'inactive', 'নিষ্ক্রিয়', '2024-11-28 17:46:09', '2024-11-30 09:56:29'), (1621, 'bn', 'verified', 'যাচাই করা হয়েছে', '2024-11-28 17:46:09', '2024-11-30 09:56:29'), (1622, 'bn', 'un_verified', 'যাচাই করা হয়নি', '2024-11-28 17:46:09', '2024-11-30 09:56:29'), (1623, 'bn', 'manage_blog', 'ব্লগ পরিচালনা করুন', '2024-11-28 17:46:15', '2024-11-30 10:04:53'), (1624, 'bn', 'blog_list', 'ব্লগ তালিকা', '2024-11-28 17:46:15', '2024-11-30 10:04:53'), (1625, 'bn', 'author', 'লেখক', '2024-11-28 17:46:15', '2024-11-30 10:54:08'), (1626, 'bn', 'published', 'প্রকাশিত হয়েছে', '2024-11-28 17:46:15', '2024-11-30 10:54:08'), (1627, 'bn', 'call', 'কল', '2024-11-28 17:46:38', '2024-11-30 11:35:44'), (1628, 'bn', 'join_now', 'এখন যোগ দিন', '2024-11-28 17:46:38', '2024-11-30 11:30:02'), (1629, 'bn', 'online', 'অনলাইন', '2024-11-28 17:52:54', '2024-11-30 11:37:46'), (1630, 'bn', 'theme_setting', 'থিম সেটিং', '2024-11-30 09:47:56', '2024-11-30 09:47:56'), (1631, 'bn', 'state_manage', 'রাষ্ট্র পরিচালনা', '2024-11-30 09:51:07', '2024-11-30 09:51:07'), (1632, 'bn', 'no_state_found', 'কোন রাজ্য পাওয়া যায়নি', '2024-11-30 09:51:07', '2024-11-30 09:51:07'), (1633, 'bn', 'manage_icon', 'আইকন পরিচালনা', '2024-11-30 09:51:07', '2024-12-02 11:31:45'), (1634, 'bn', 'no_no_icon_found', 'না কোন আইকন পাওয়া গেছে', '2024-11-30 09:51:07', '2024-11-30 09:51:07'), (1635, 'bn', 'no_category_found', 'কোন বিভাগ পাওয়া যায়নি', '2024-11-30 09:53:11', '2024-11-30 09:53:11'), (1636, 'bn', '_add_new_', 'নতুন যোগ করুন', '2024-11-30 09:53:11', '2024-11-30 09:53:11'), (1637, 'bn', 'no_enrollment_found', 'কোন তালিকাভুক্তি পাওয়া যায়নি', '2024-11-30 09:53:11', '2024-12-02 11:32:32'), (1638, 'bn', 'meeting', 'মিটিং', '2024-11-30 09:53:11', '2024-11-30 09:53:11'), (1639, 'bn', 'no_meeting_provider_found', 'কোন মিটিং প্রদানকারী পাওয়া যায়নি', '2024-11-30 09:54:38', '2024-12-01 12:35:32'), (1640, 'bn', 'manage_student', 'ছাত্র পরিচালনা', '2024-11-30 09:59:14', '2024-12-02 11:33:43'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (1641, 'bn', 'all_student', 'সকল ছাত্র', '2024-11-30 09:59:14', '2024-11-30 09:59:14'), (1642, 'bn', 'enrolled_course', 'নথিভুক্ত কোর্স', '2024-11-30 09:59:14', '2024-11-30 09:59:14'), (1643, 'bn', 'testimonial', 'প্রশংসাপত্র', '2024-11-30 10:00:40', '2024-11-30 10:00:40'), (1644, 'bn', 'no_testimonial_found', 'কোন প্রশংসাপত্র পাওয়া যায়নি', '2024-11-30 10:00:40', '2024-12-02 11:34:22'), (1645, 'bn', 'manage_email', 'ইমেল পরিচালনা', '2024-11-30 10:00:40', '2024-12-02 11:34:22'), (1646, 'bn', 'email_template', 'ইমেল টেমপ্লেট', '2024-11-30 10:00:40', '2024-11-30 10:00:40'), (1647, 'bn', 'manage_notification', 'বিজ্ঞপ্তি পরিচালনা', '2024-11-30 10:00:40', '2024-12-02 11:34:22'), (1648, 'bn', 'notification', 'বিজ্ঞপ্তি', '2024-11-30 10:00:40', '2024-11-30 10:00:40'), (1649, 'bn', 'backend_manage', 'ব্যাকএন্ড পরিচালনা', '2024-11-30 10:00:40', '2024-11-30 10:00:40'), (1650, 'bn', 'backend_settings', 'ব্যাকএন্ড সেটিংস', '2024-11-30 10:00:40', '2024-11-30 10:00:40'), (1651, 'bn', 'backend', 'ব্যাকএন্ড', '2024-11-30 10:02:07', '2024-11-30 10:02:07'), (1653, 'bn', 'system_information', 'সিস্টেম তথ্য', '2024-11-30 10:02:07', '2024-11-30 10:02:07'), (1654, 'bn', 'application_name', 'আবেদনের নাম', '2024-11-30 10:02:07', '2024-11-30 10:02:07'), (1655, 'bn', 'contact_email', 'যোগাযোগ ইমেল', '2024-11-30 10:02:07', '2024-11-30 10:02:07'), (1656, 'bn', 'date_format', 'তারিখ বিন্যাস', '2024-11-30 10:02:07', '2024-11-30 10:02:07'), (1657, 'bn', 'favicon', 'ফেভিকন', '2024-11-30 10:03:40', '2024-11-30 10:03:40'), (1658, 'bn', 'icon_logo', 'আইকন লোগো', '2024-11-30 10:03:40', '2024-11-30 10:03:40'), (1659, 'bn', 'smpt_settings', 'SMTP সেটিংস', '2024-11-30 10:03:40', '2024-11-30 10:03:40'), (1660, 'bn', 'supportcategorymanage', NULL, '2024-11-30 10:03:40', '2024-11-30 10:03:40'), (1661, 'bn', 'support_category_list', 'সমর্থন বিভাগ তালিকা', '2024-11-30 10:03:40', '2024-11-30 10:03:40'), (1662, 'bn', 'no_support_category_found', 'কোন সমর্থন বিভাগ পাওয়া যায়নি', '2024-11-30 10:03:40', '2024-11-30 10:03:40'), (1663, 'bn', 'manage_notice_board', 'নোটিশ বোর্ড পরিচালনা', '2024-11-30 10:04:53', '2024-12-02 11:36:13'), (1664, 'bn', 'noticeboard', 'নোটিশবোর্ড', '2024-11-30 10:04:53', '2024-11-30 10:04:53'), (1665, 'bn', 'no_noticeboard_found', 'কোন নোটিশবোর্ড পাওয়া যায়নি', '2024-11-30 10:04:53', '2024-11-30 10:04:53'), (1667, 'bn', 'notification_history', 'বিজ্ঞপ্তির ইতিহাস', '2024-11-30 10:04:53', '2024-11-30 10:04:53'), (1668, 'bn', 'no_notification_history_found', 'কোনো বিজ্ঞপ্তি ইতিহাস পাওয়া যায়নি', '2024-11-30 10:06:07', '2024-11-30 10:06:07'), (1669, 'bn', 'role_list', 'ভূমিকা তালিকা', '2024-11-30 10:06:07', '2024-11-30 10:06:07'), (1670, 'bn', 'role', 'ভূমিকা', '2024-11-30 10:06:07', '2024-11-30 10:06:07'), (1671, 'bn', 'no_faq_found', 'কোন প্রশ্ন পাওয়া যায়নি', '2024-11-30 10:06:07', '2024-11-30 10:06:07'), (1672, 'bn', 'manage_page', 'পৃষ্ঠা পরিচালনা', '2024-11-30 10:06:07', '2024-12-02 11:36:32'), (1673, 'bn', 'page', 'পাতা', '2024-11-30 10:06:07', '2024-11-30 10:06:07'), (1674, 'bn', 'no_page_found', 'কোন পৃষ্ঠা পাওয়া যায়নি', '2024-11-30 10:07:36', '2024-11-30 10:07:36'), (1675, 'bn', 'new_course', 'নতুন কোর্স', '2024-11-30 10:07:36', '2024-11-30 10:07:36'), (1676, 'bn', 'purchase_amount', 'ক্রয়ের পরিমাণ', '2024-11-30 10:07:36', '2024-11-30 10:07:36'), (1677, 'bn', 'not_courses', 'কোর্স নয়', '2024-11-30 10:07:36', '2024-11-30 10:07:36'), (1678, 'bn', 'instructor_manage', 'প্রশিক্ষক পরিচালনা', '2024-11-30 10:07:36', '2024-11-30 10:07:36'), (1679, 'bn', 'students', 'ছাত্ররা', '2024-11-30 10:07:36', '2024-11-30 10:07:36'), (1680, 'bn', 'noties_board', 'নোটিশ বোর্ড', '2024-11-30 10:07:36', '2024-11-30 10:07:36'), (1681, 'bn', 'support_manage', 'সমর্থন পরিচালনা', '2024-11-30 10:08:47', '2024-11-30 10:08:47'), (1682, 'bn', 'new_ticket', 'নতুন টিকিট', '2024-11-30 10:08:47', '2024-11-30 10:08:47'), (1683, 'bn', 'ticket', 'টিকিট', '2024-11-30 10:08:47', '2024-11-30 10:08:47'), (1684, 'bn', 'logout', 'লগআউট', '2024-11-30 10:08:47', '2024-11-30 10:08:47'), (1685, 'bn', 'studentsetting', 'ছাত্র/সেটিং', '2024-11-30 10:08:47', '2024-11-30 10:08:47'), (1686, 'bn', 'no_students_found', 'কোন ছাত্র পাওয়া যায়নি', '2024-11-30 10:08:47', '2024-11-30 10:08:47'), (1687, 'bn', 'notice_board_list', 'নোটিশ বোর্ড তালিকা', '2024-11-30 10:08:47', '2024-11-30 10:08:47'), (1688, 'bn', 'no_notice_board_found', 'কোন নোটিশ বোর্ড পাওয়া যায়নি', '2024-11-30 10:08:47', '2024-11-30 10:08:47'), (1689, 'bn', 'country_manage', 'দেশ পরিচালনা', '2024-11-30 10:18:00', '2024-11-30 10:18:00'), (1690, 'bn', 'country_code', 'দেশের কোড', '2024-11-30 10:19:15', '2024-11-30 10:19:15'), (1691, 'bn', 'timezone_manage', 'টাইমজোন পরিচালনা করুন', '2024-11-30 10:19:15', '2024-11-30 10:19:15'), (1692, 'bn', 'no_no_time_zone_found', 'না নো টাইম জোন পাওয়া গেছে', '2024-11-30 10:19:15', '2024-11-30 10:19:15'), (1693, 'bn', 'manage_city', 'শহর পরিচালনা করুন', '2024-11-30 10:19:15', '2024-11-30 10:19:15'), (1694, 'bn', 'no_no_city_found', 'না কোন শহর পাওয়া গেছে', '2024-11-30 10:19:15', '2024-11-30 10:19:15'), (1695, 'bn', 'create_city', 'শহর তৈরি করুন', '2024-11-30 10:19:15', '2024-11-30 10:19:15'), (1696, 'bn', 'select_country', 'দেশ নির্বাচন করুন', '2024-11-30 10:19:15', '2024-11-30 10:19:15'), (1697, 'bn', 'select_state', 'রাজ্য নির্বাচন করুন', '2024-11-30 10:19:15', '2024-11-30 10:19:15'), (1698, 'bn', 'timezone', 'টাইমজোন', '2024-11-30 10:19:15', '2024-11-30 10:19:15'), (1699, 'bn', 'city_name', 'শহরের নাম', '2024-11-30 10:20:13', '2024-11-30 10:20:13'), (1700, 'bn', 'state_name', 'রাজ্যের নাম', '2024-11-30 10:21:11', '2024-11-30 10:21:11'), (1701, 'bn', 'country_name', 'দেশের নাম', '2024-11-30 10:21:11', '2024-11-30 10:21:11'), (1702, 'bn', 'no_subject_found', 'কোন বিষয় পাওয়া যায়নি', '2024-11-30 10:21:11', '2024-11-30 10:21:11'), (1703, 'bn', 'no_tag_found', 'কোন ট্যাগ পাওয়া যায়নি', '2024-11-30 10:21:11', '2024-11-30 10:21:11'), (1704, 'bn', 'icon_with_class_name', 'ক্লাসের নাম সহ আইকন', '2024-11-30 10:21:43', '2024-11-30 11:30:02'), (1705, 'bn', 'delete', 'মুছুন', '2024-11-30 10:21:43', '2024-11-30 11:30:02'), (1706, 'bn', 'short_info', 'সংক্ষিপ্ত তথ্য', '2024-11-30 10:21:43', '2024-11-30 11:30:02'), (1707, 'bn', 'button_name', 'বোতামের নাম', '2024-11-30 10:21:43', '2024-11-30 11:30:02'), (1708, 'bn', 'button_link', 'বোতাম লিঙ্ক', '2024-11-30 10:21:43', '2024-11-30 11:30:02'), (1709, 'bn', 'banner_image', 'ব্যানার ইমেজ', '2024-11-30 10:21:43', '2024-11-30 11:30:02'), (1710, 'bn', 'no_icon', 'কোনো আইকন নেই', '2024-11-30 10:22:03', '2024-11-30 11:23:00'), (1711, 'bn', '__', 'নতুন যোগ করুন', '2024-11-30 10:22:03', '2024-11-30 10:22:03'), (1712, 'bn', 'no_level_found', 'কোন স্তর পাওয়া যায়নি', '2024-11-30 10:24:56', '2024-11-30 10:24:56'), (1713, 'bn', 'lavel', 'লাভেল', '2024-11-30 10:24:56', '2024-11-30 10:24:56'), (1714, 'bn', 'parent', 'অভিভাবক', '2024-11-30 10:24:56', '2024-11-30 10:24:56'), (1715, 'bn', 'select_none_to_create_a_parent_category', 'একটি অভিভাবক বিভাগ তৈরি করতে কোনোটি নির্বাচন করুন৷', '2024-11-30 10:24:56', '2024-11-30 10:24:56'), (1716, 'bn', 'icon_picker', 'আইকন বাছাইকারী', '2024-11-30 10:24:56', '2024-11-30 10:24:56'), (1717, 'bn', 'selected_icon', 'নির্বাচিত আইকন', '2024-11-30 10:24:56', '2024-11-30 10:24:56'), (1718, 'es', 'view_frontend', 'Ver interfaz', '2024-11-30 10:27:40', '2024-12-02 13:20:58'), (1719, 'ar', 'view_frontend', 'عرض الواجهة الأمامية', '2024-11-30 10:27:43', '2024-12-02 10:36:32'), (1720, 'bn', '_category_position', 'ক্যাটাগরি পজিশন', '2024-11-30 10:27:51', '2024-11-30 10:27:51'), (1721, 'bn', 'meta_description_', 'মেটা বর্ণনা', '2024-11-30 10:27:51', '2024-11-30 10:27:51'), (1722, 'bn', 'edit_icon', 'আইকন সম্পাদনা করুন', '2024-11-30 10:27:51', '2024-11-30 10:27:51'), (1723, 'bn', 'provider', 'প্রদানকারী', '2024-11-30 10:27:51', '2024-11-30 10:27:51'), (1724, 'bn', 'icon_provider', 'আইকন প্রদানকারী', '2024-11-30 10:27:51', '2024-11-30 10:27:51'), (1725, 'bn', 'selected_icon_provider', 'নির্বাচিত আইকন প্রদানকারী', '2024-11-30 10:27:51', '2024-11-30 10:27:51'), (1726, 'bn', 'no_bundle_found', 'কোন বান্ডিল পাওয়া যায়নি', '2024-11-30 10:29:05', '2024-11-30 10:29:05'), (1727, 'bn', 'create_bundle', 'বান্ডিল তৈরি করুন', '2024-11-30 10:29:05', '2024-11-30 10:29:05'), (1728, 'bn', 'bundle_price', 'বান্ডিল মূল্য', '2024-11-30 10:29:05', '2024-11-30 10:29:05'), (1730, 'bn', 'submit', 'জমা দিন', '2024-11-30 10:29:06', '2024-11-30 10:29:06'), (1731, 'bn', 'create_instructor', 'প্রশিক্ষক তৈরি করুন', '2024-11-30 10:35:55', '2024-11-30 10:35:55'), (1732, 'bn', 'enter_first_name', 'প্রথম নাম লিখুন', '2024-11-30 10:35:55', '2024-11-30 10:35:55'), (1733, 'bn', 'enter_last_name', 'শেষ নাম লিখুন', '2024-11-30 10:37:06', '2024-11-30 10:37:06'), (1734, 'bn', 'enter_phone_number', 'ফোন নম্বর লিখুন', '2024-11-30 10:37:06', '2024-11-30 10:37:06'), (1735, 'bn', 'enter_email', 'ইমেইল লিখুন', '2024-11-30 10:37:06', '2024-11-30 10:37:06'), (1736, 'bn', 'enter_password', 'পাসওয়ার্ড লিখুন', '2024-11-30 10:37:06', '2024-12-10 14:55:48'), (1737, 'bn', 'confirmation_password', 'নিশ্চিতকরণ পাসওয়ার্ড', '2024-11-30 10:37:06', '2024-11-30 10:37:06'), (1738, 'bn', 'select_city', 'শহর নির্বাচন করুন', '2024-11-30 10:38:23', '2024-11-30 10:38:23'), (1739, 'bn', 'enter_designation', 'পদবি লিখুন', '2024-11-30 10:38:23', '2024-11-30 10:38:23'), (1740, 'bn', 'enter_address', 'ঠিকানা লিখুন', '2024-11-30 10:38:23', '2024-11-30 10:38:23'), (1741, 'bn', 'edit_instructor', 'প্রশিক্ষক সম্পাদনা করুন', '2024-11-30 10:38:23', '2024-11-30 10:38:23'), (1742, 'bn', 'create_organization', 'সংগঠন তৈরি করুন', '2024-11-30 10:38:23', '2024-11-30 10:38:23'), (1743, 'bn', 'add_new_organization', 'নতুন সংস্থা যোগ করুন', '2024-11-30 10:38:23', '2024-11-30 10:38:23'), (1744, 'bn', 'confirmation____________________________password', 'নিশ্চিতকরণ পাসওয়ার্ড', '2024-11-30 10:39:30', '2024-11-30 10:39:30'), (1745, 'bn', 'mangage_blog_category', 'ব্লগ বিভাগ পরিচালনা করুন', '2024-11-30 10:39:30', '2024-11-30 10:39:30'), (1746, 'bn', 'blog_category', 'ব্লগ বিভাগ', '2024-11-30 10:39:30', '2024-11-30 10:39:30'), (1748, 'bn', 'create_student', 'ছাত্র তৈরি করুন', '2024-11-30 10:39:30', '2024-11-30 10:39:30'), (1749, 'bn', 'add_new_student', 'নতুন ছাত্র যোগ করুন', '2024-11-30 10:39:30', '2024-11-30 10:39:30'), (1750, 'bn', 'enter_details', 'বিস্তারিত লিখুন', '2024-11-30 10:39:30', '2024-11-30 10:39:30'), (1751, 'bn', 'edit_student', 'ছাত্র সম্পাদনা করুন', '2024-11-30 10:40:26', '2024-11-30 10:40:26'), (1752, 'bn', 'all_your_instructor', 'আপনার সমস্ত প্রশিক্ষক', '2024-11-30 10:40:26', '2024-11-30 10:40:26'), (1753, 'bn', 'no_instructor_found', 'কোন প্রশিক্ষক পাওয়া যায়নি', '2024-11-30 10:40:26', '2024-11-30 10:40:26'), (1754, 'bn', 'total_blog', 'মোট ব্লগ', '2024-11-30 10:49:09', '2024-11-30 10:49:09'), (1755, 'bn', 'create_testimonial', 'প্রশংসাপত্র তৈরি করুন', '2024-11-30 10:49:09', '2024-11-30 10:49:09'), (1756, 'bn', 'add_new_testimonial', 'নতুন প্রশংসাপত্র যোগ করুন', '2024-11-30 10:49:09', '2024-11-30 10:49:09'), (1757, 'bn', 'enter_your_name', 'আপনার নাম লিখুন', '2024-11-30 10:49:09', '2024-11-30 10:49:09'), (1758, 'bn', 'enter_your_designation', 'আপনার পদবী লিখুন', '2024-11-30 10:49:09', '2024-11-30 10:49:09'), (1759, 'bn', 'rating', 'রেটিং', '2024-11-30 10:49:09', '2024-11-30 10:49:09'), (1760, 'bn', 'enter_your_rating_out_of_5', '5 এর মধ্যে আপনার রেটিং লিখুন', '2024-11-30 10:49:09', '2024-11-30 10:49:09'), (1761, 'bn', 'create_blog', 'ব্লগ তৈরি করুন', '2024-11-30 10:54:08', '2024-11-30 10:54:08'), (1762, 'bn', 'blog_title', 'ব্লগ শিরোনাম', '2024-11-30 10:54:08', '2024-11-30 10:54:08'), (1763, 'bn', 'blog_description', 'ব্লগ বিবরণ', '2024-11-30 10:54:08', '2024-11-30 10:54:08'), (1764, 'bn', 'image', 'ছবি', '2024-11-30 10:54:08', '2024-11-30 10:54:08'), (1765, 'bn', 'edit_blog', 'ব্লগ সম্পাদনা করুন', '2024-11-30 10:54:08', '2024-11-30 10:54:08'), (1766, 'bn', 'manage_coupon', 'কুপন পরিচালনা করুন', '2024-11-30 10:54:08', '2024-11-30 10:54:08'), (1767, 'bn', 'coupon', 'কুপন', '2024-11-30 10:55:48', '2024-11-30 10:55:48'), (1768, 'bn', 'no_coupon_found', 'কোন কুপন পাওয়া যায়নি', '2024-11-30 10:55:48', '2024-11-30 10:55:48'), (1769, 'bn', 'create_coupon', 'কুপন তৈরি করুন', '2024-11-30 10:55:48', '2024-11-30 10:55:48'), (1770, 'bn', 'create_coupons', 'কুপন তৈরি করুন', '2024-11-30 10:55:48', '2024-11-30 10:55:48'), (1771, 'bn', 'coupon_name', 'কুপন নাম', '2024-11-30 10:55:48', '2024-11-30 10:55:48'), (1772, 'bn', 'coupon_type', 'কুপন টাইপ', '2024-11-30 10:55:48', '2024-11-30 10:55:48'), (1773, 'bn', 'select_coupon_type', 'কুপন টাইপ নির্বাচন করুন', '2024-11-30 10:55:48', '2024-11-30 10:55:48'), (1774, 'bn', 'selected_category', 'নির্বাচিত বিভাগ', '2024-11-30 10:55:48', '2024-11-30 10:55:48'), (1775, 'bn', 'selected_courses', 'নির্বাচিত কোর্স', '2024-11-30 10:55:48', '2024-11-30 10:55:48'), (1776, 'bn', 'discount_type', 'ডিসকাউন্ট টাইপ', '2024-11-30 10:58:24', '2024-11-30 10:58:24'), (1777, 'bn', 'percent', 'শতাংশ', '2024-11-30 10:58:24', '2024-11-30 10:58:24'), (1778, 'bn', 'fixed', 'স্থির', '2024-11-30 10:58:24', '2024-11-30 10:58:24'), (1779, 'bn', 'coupon_code', 'কুপন কোড', '2024-11-30 10:58:24', '2024-12-10 14:56:18'), (1780, 'bn', 'max_usable_times', 'সর্বাধিক ব্যবহারযোগ্য সময়', '2024-11-30 10:58:24', '2024-11-30 10:58:24'), (1781, 'bn', 'minimum_order', 'ন্যূনতম অর্ডার', '2024-11-30 10:58:24', '2024-11-30 10:58:24'), (1782, 'bn', 'expire_date', 'মেয়াদ শেষ হওয়ার তারিখ', '2024-11-30 10:58:24', '2024-11-30 10:58:24'), (1783, 'bn', 'edit_testimonial', 'প্রশংসাপত্র সম্পাদনা করুন', '2024-11-30 10:59:32', '2024-11-30 10:59:32'), (1784, 'bn', 'edit_email', 'ইমেল সম্পাদনা করুন', '2024-11-30 10:59:32', '2024-11-30 10:59:32'), (1785, 'bn', 'subject_name', 'বিষয়ের নাম', '2024-11-30 10:59:32', '2024-11-30 10:59:32'), (1786, 'bn', 'template_name', 'টেমপ্লেট নাম', '2024-11-30 10:59:32', '2024-11-30 10:59:32'), (1787, 'bn', 'template_content', 'টেমপ্লেট বিষয়বস্তু', '2024-11-30 10:59:32', '2024-11-30 10:59:32'), (1788, 'bn', 'create_faq', 'Faq তৈরি করুন', '2024-11-30 10:59:32', '2024-11-30 10:59:32'), (1789, 'bn', 'enter_title', 'শিরোনাম লিখুন', '2024-11-30 10:59:32', '2024-11-30 10:59:32'), (1790, 'bn', 'answer', 'উত্তর', '2024-11-30 10:59:32', '2024-11-30 10:59:32'), (1791, 'bn', 'cerficate', 'সার্টিফিকেট', '2024-11-30 11:00:54', '2024-11-30 11:00:54'), (1792, 'bn', 'create_certificate', 'সার্টিফিকেট তৈরি করুন', '2024-11-30 11:00:54', '2024-11-30 11:00:54'), (1793, 'bn', 'certificate_title', 'সার্টিফিকেট শিরোনাম', '2024-11-30 11:00:54', '2024-11-30 11:00:54'), (1794, 'bn', 'certificate_template_image', 'সার্টিফিকেট টেমপ্লেট ইমেজ', '2024-11-30 11:00:54', '2024-11-30 11:00:54'), (1795, 'bn', 'certificae_title', 'সার্টিফিকেট শিরোনাম', '2024-11-30 11:00:54', '2024-11-30 11:00:54'), (1796, 'bn', 'title_font_color', 'শিরোনাম ফন্ট রঙ', '2024-11-30 11:00:54', '2024-11-30 11:00:54'), (1797, 'bn', 'title_font_size', 'শিরোনাম হরফের আকার', '2024-11-30 11:00:54', '2024-11-30 11:00:54'), (1798, 'bn', 'edit_coupon', 'কুপন সম্পাদনা করুন', '2024-11-30 11:00:54', '2024-11-30 11:00:54'), (1799, 'en', 'edit_city', 'Edit City', '2024-11-30 11:02:23', '2024-11-30 11:02:23'), (1800, 'en', 'selected_country', 'Selected Country', '2024-11-30 11:02:23', '2024-11-30 11:02:23'), (1801, 'en', 'selected_state', 'Selected State', '2024-11-30 11:02:23', '2024-11-30 11:02:23'), (1802, 'bn', 'edit_coupons', 'কুপন সম্পাদনা করুন', '2024-11-30 11:02:39', '2024-11-30 11:02:39'), (1803, 'bn', 'payment_method_list', 'পেমেন্ট পদ্ধতি তালিকা', '2024-11-30 11:02:39', '2024-11-30 11:02:39'), (1804, 'bn', 'no_payment_method_found', 'কোন পেমেন্ট পদ্ধতি পাওয়া যায়নি', '2024-11-30 11:02:39', '2024-11-30 11:02:39'), (1805, 'bn', 'create_method', 'পদ্ধতি তৈরি করুন', '2024-11-30 11:02:39', '2024-11-30 11:02:39'), (1806, 'bn', 'create_payment_method', 'পেমেন্ট পদ্ধতি তৈরি করুন', '2024-11-30 11:02:39', '2024-11-30 11:02:39'), (1807, 'bn', 'manage_testimonial', 'প্রশংসাপত্র পরিচালনা করুন', '2024-11-30 11:10:22', '2024-11-30 11:10:22'), (1808, 'bn', 'popular_courses', 'জনপ্রিয় কোর্স', '2024-11-30 11:11:43', '2024-11-30 11:11:43'), (1809, 'bn', 'explore_my', 'আমার অন্বেষণ', '2024-11-30 11:11:43', '2024-11-30 11:11:43'), (1810, 'bn', 'organization_profile', 'সংস্থার প্রোফাইল', '2024-11-30 11:11:43', '2024-11-30 11:11:43'), (1811, 'bn', 'basic_information', 'মৌলিক তথ্য', '2024-11-30 11:11:43', '2024-11-30 11:11:43'), (1812, 'bn', 'orgaization_name', 'প্রতিষ্ঠানের নাম', '2024-11-30 11:11:43', '2024-11-30 11:11:43'), (1813, 'bn', 'biography', 'জীবনী', '2024-11-30 11:11:43', '2024-11-30 11:11:43'), (1814, 'bn', 'bio', 'বায়ো', '2024-11-30 11:11:43', '2024-11-30 11:11:43'), (1815, 'bn', 'education', 'শিক্ষা', '2024-11-30 11:13:13', '2024-11-30 11:13:13'), (1816, 'bn', 'experience', 'অভিজ্ঞতা', '2024-11-30 11:13:13', '2024-11-30 11:13:13'), (1817, 'bn', 'lives_in', 'বসবাস করে', '2024-11-30 11:13:13', '2024-11-30 11:13:13'), (1818, 'bn', 'basic_info', 'মৌলিক তথ্য', '2024-11-30 11:13:13', '2024-11-30 11:13:13'), (1819, 'bn', 'permission_list', 'অনুমতি তালিকা', '2024-11-30 11:13:13', '2024-11-30 11:13:13'), (1820, 'bn', 'permission', 'অনুমতি', '2024-11-30 11:13:13', '2024-11-30 11:13:13'), (1821, 'bn', 'staff_list', 'কর্মীদের তালিকা', '2024-11-30 11:13:13', '2024-11-30 11:13:13'), (1822, 'bn', 'staff', 'স্টাফ', '2024-11-30 11:13:13', '2024-11-30 11:13:13'), (1823, 'bn', 'edit_permission', 'অনুমতি সম্পাদনা করুন', '2024-11-30 11:13:13', '2024-11-30 11:13:13'), (1824, 'bn', 'edit_staff', 'স্টাফ সম্পাদনা করুন', '2024-11-30 11:15:20', '2024-11-30 11:15:20'), (1825, 'bn', 'no_organization_found', 'কোন সংগঠন পাওয়া যায়নি', '2024-11-30 11:15:20', '2024-11-30 11:15:20'), (1826, 'bn', 'bangladesh', 'বাংলাদেশ', '2024-11-30 11:15:20', '2024-11-30 11:15:20'), (1827, 'bn', 'add_to_cart', 'কার্টে যোগ করুন', '2024-11-30 11:17:20', '2024-11-30 11:17:20'), (1828, 'bn', 'instuctor_profile', 'প্রশিক্ষক প্রোফাইল', '2024-11-30 11:17:20', '2024-11-30 11:17:20'), (1829, 'bn', 'instructor_profile', 'প্রশিক্ষক প্রোফাইল', '2024-11-30 11:17:20', '2024-11-30 11:17:20'), (1830, 'bn', 'edit_notification', 'বিজ্ঞপ্তি সম্পাদনা করুন', '2024-11-30 11:20:50', '2024-11-30 11:20:50'), (1831, 'bn', 'you_can_use_the_following_dynamic_values', 'আপনি নিম্নলিখিত গতিশীল মান ব্যবহার করতে পারেন', '2024-11-30 11:20:50', '2024-11-30 11:20:50'), (1832, 'bn', 'forummanage', 'ফোরাম/পরিচালনা', '2024-11-30 11:20:50', '2024-11-30 11:20:50'), (1833, 'bn', 'forum_list', 'ফোরাম তালিকা', '2024-11-30 11:20:50', '2024-11-30 11:20:50'), (1834, 'bn', 'no_forum_found', 'কোন ফোরাম পাওয়া যায়নি', '2024-11-30 11:20:50', '2024-11-30 11:20:50'), (1835, 'bn', 'sub_foram_list', 'সাব ফোরাম তালিকা', '2024-11-30 11:20:50', '2024-11-30 11:20:50'), (1836, 'bn', 'sub_foram', 'সাব ফোরাম', '2024-11-30 11:20:50', '2024-11-30 11:20:50'), (1837, 'bn', 'no_sub_forum_found', 'কোন সাব ফোরাম পাওয়া যায়নি', '2024-11-30 11:21:58', '2024-11-30 11:21:58'), (1838, 'bn', 'supportcategorycreate', 'সমর্থন বিভাগ/তৈরি', '2024-11-30 11:21:58', '2024-12-10 14:57:15'), (1839, 'bn', 'create_support_category', 'সমর্থন বিভাগ তৈরি করুন', '2024-11-30 11:21:58', '2024-11-30 11:21:58'), (1840, 'bn', 'support', 'সমর্থন', '2024-11-30 11:21:58', '2024-11-30 11:21:58'), (1841, 'bn', 'subforumcreate', 'সাব-ফোরাম/তৈরি করুন', '2024-11-30 11:21:58', '2024-11-30 11:21:58'), (1842, 'bn', 'create_sub_forum', 'সাব ফোরাম তৈরি করুন', '2024-11-30 11:21:58', '2024-11-30 11:21:58'), (1843, 'bn', 'select_forum', 'ফোরাম নির্বাচন করুন', '2024-11-30 11:21:58', '2024-11-30 11:21:58'), (1844, 'bn', 'forumcreate', 'ফোরাম/তৈরি করুন', '2024-11-30 11:21:58', '2024-11-30 11:21:58'), (1845, 'bn', 'create_forum', 'ফোরাম তৈরি করুন', '2024-11-30 11:21:58', '2024-11-30 11:21:58'), (1846, 'bn', 'ticketmanage', 'টিকিট/পরিচালনা', '2024-11-30 11:23:00', '2024-11-30 11:23:00'), (1847, 'bn', 'support_ticket_list', 'সমর্থন টিকিট তালিকা', '2024-11-30 11:23:00', '2024-11-30 11:23:00'), (1848, 'bn', 'support_ticket', 'সাপোর্ট টিকেট', '2024-11-30 11:23:00', '2024-11-30 11:23:00'), (1849, 'bn', 'no_support_tickets_found', 'কোন সমর্থন টিকিট পাওয়া যায়নি', '2024-11-30 11:23:00', '2024-11-30 11:23:00'), (1850, 'bn', 'notice_title', 'নোটিশ শিরোনাম', '2024-11-30 11:23:00', '2024-11-30 11:23:00'), (1851, 'bn', 'massage', 'ম্যাসেজ', '2024-11-30 11:23:00', '2024-11-30 11:23:00'), (1852, 'bn', 'date', 'তারিখ', '2024-11-30 11:23:00', '2024-11-30 11:23:00'), (1853, 'bn', 'edit_role', 'ভূমিকা সম্পাদনা করুন', '2024-11-30 11:23:00', '2024-11-30 11:23:00'), (1854, 'bn', 'course_demo_video_source', 'কোর্স ডেমো ভিডিও সোর্স', '2024-11-30 11:24:12', '2024-11-30 11:24:12'), (1855, 'bn', 'paymentmethod', 'পেমেন্ট পদ্ধতি', '2024-11-30 11:24:12', '2024-11-30 11:24:12'), (1856, 'bn', 'edit_faq', 'প্রশ্ন সম্পাদনা করুন', '2024-11-30 11:24:12', '2024-12-10 14:57:36'), (1857, 'bn', 'student_profile', 'ছাত্র প্রোফাইল', '2024-11-30 11:24:12', '2024-11-30 11:24:12'), (1858, 'bn', 'method', 'পদ্ধতি', '2024-11-30 11:24:12', '2024-11-30 11:24:12'), (1859, 'bn', 'mode', 'মোড', '2024-11-30 11:24:12', '2024-11-30 11:24:12'), (1860, 'bn', 'share_your_feedback', 'আপনার মতামত শেয়ার করুন', '2024-11-30 11:24:12', '2024-11-30 11:24:12'), (1861, 'bn', 'submit_now', 'এখনই জমা দিন', '2024-11-30 11:24:12', '2024-11-30 11:24:12'), (1862, 'bn', 'go_to_learn', 'শিখতে যান', '2024-11-30 11:24:12', '2024-11-30 11:24:12'), (1863, 'bn', 'hour', 'ঘন্টা', '2024-11-30 11:25:18', '2024-11-30 11:25:18'), (1864, 'bn', 'last_updated', 'সর্বশেষ আপডেট করা হয়েছে', '2024-11-30 11:25:18', '2024-11-30 11:25:18'), (1865, 'bn', 'course_assignments', 'কোর্স অ্যাসাইনমেন্ট', '2024-11-30 11:25:18', '2024-11-30 11:25:18'), (1866, 'bn', 'view', 'দেখুন', '2024-11-30 11:25:18', '2024-11-30 11:25:18'), (1867, 'bn', 'course_content', 'কোর্সের বিষয়বস্তু', '2024-11-30 11:25:18', '2024-11-30 11:25:18'), (1868, 'bn', 'edit_payment_method', 'অর্থপ্রদানের পদ্ধতি সম্পাদনা করুন', '2024-11-30 11:25:18', '2024-11-30 11:25:18'), (1869, 'bn', 'assignment_name', 'অ্যাসাইনমেন্টের নাম', '2024-11-30 11:25:18', '2024-11-30 11:25:18'), (1870, 'bn', 'file_type', 'ফাইলের ধরন', '2024-11-30 11:25:18', '2024-11-30 11:25:18'), (1871, 'bn', 'no_submissions_yet', 'এখনো কোন জমা নেই', '2024-11-30 11:25:18', '2024-11-30 11:25:18'), (1873, 'bn', 'my_course', 'আমার কোর্স', '2024-11-30 11:26:25', '2024-11-30 11:26:25'), (1874, 'bn', 'course_in_progress', 'কোর্স চলছে', '2024-11-30 11:26:25', '2024-11-30 11:26:25'), (1875, 'bn', 'completed_course', 'কোর্স সম্পন্ন', '2024-11-30 11:26:25', '2024-11-30 11:26:25'), (1876, 'bn', 'my_enrolled', 'আমার নথিভুক্ত', '2024-11-30 11:26:25', '2024-11-30 11:26:25'), (1877, 'bn', 'course_purchase', 'কোর্স ক্রয়', '2024-11-30 11:26:25', '2024-11-30 11:26:25'), (1878, 'bn', 'bundle_purchase', 'বান্ডিল ক্রয়', '2024-11-30 11:26:25', '2024-11-30 11:26:25'), (1879, 'bn', 'quizzes', 'কুইজ', '2024-11-30 11:26:25', '2024-11-30 11:26:25'), (1880, 'bn', 'my_result', 'আমার রেজাল্ট', '2024-11-30 11:26:25', '2024-11-30 11:26:25'), (1881, 'bn', 'assingment', 'অ্যাসাইনমেন্ট', '2024-11-30 11:27:25', '2024-11-30 11:27:25'), (1882, 'bn', 'course_support', 'কোর্স সাপোর্ট', '2024-11-30 11:27:25', '2024-11-30 11:27:25'), (1883, 'bn', 'not_latest_courses', 'সর্বশেষ কোর্স নয়', '2024-11-30 11:27:25', '2024-11-30 11:27:25'), (1884, 'bn', 'my_student', 'আমার ছাত্র', '2024-11-30 11:27:25', '2024-11-30 11:27:25'), (1885, 'bn', 'assignments', 'অ্যাসাইনমেন্ট', '2024-11-30 11:27:25', '2024-11-30 11:27:25'), (1886, 'bn', 'my_courses', 'আমার কোর্স', '2024-11-30 11:27:25', '2024-11-30 11:27:25'), (1887, 'bn', 'bundle_manage', 'বান্ডিল পরিচালনা', '2024-11-30 11:27:25', '2024-11-30 11:27:25'), (1888, 'bn', 'your_course_list', 'আপনার কোর্স তালিকা', '2024-11-30 11:27:25', '2024-11-30 11:27:25'), (1889, 'bn', 'you_are_able_to_create_edit_or_delete_course_from_here', 'আপনি এখান থেকে কোর্স সম্পাদনা বা মুছে ফেলতে পারবেন', '2024-11-30 11:27:25', '2024-11-30 11:27:25'), (1890, 'bn', 'your_course', 'আপনার কোর্স', '2024-11-30 11:28:53', '2024-11-30 11:28:53'), (1891, 'bn', 'leave_a_comment', 'একটি মন্তব্য করুন', '2024-11-30 11:28:53', '2024-11-30 11:28:53'), (1892, 'bn', 'cancle', 'ক্যানকেল', '2024-11-30 11:28:53', '2024-11-30 11:28:53'), (1893, 'bn', 'not_found', 'পাওয়া যায়নি', '2024-11-30 11:28:53', '2024-11-30 11:28:53'), (1894, 'bn', 'back', 'ব্যাক', '2024-11-30 11:28:53', '2024-11-30 11:28:53'), (1895, 'bn', 'edit_question', 'প্রশ্ন সম্পাদনা করুন', '2024-11-30 11:28:53', '2024-11-30 11:28:53'), (1896, 'bn', 'add_answer', 'উত্তর যোগ করুন', '2024-11-30 11:28:53', '2024-11-30 11:28:53'), (1897, 'bn', 'option_1', 'বিকল্প 1', '2024-11-30 11:30:02', '2024-11-30 11:30:02'), (1898, 'bn', 'check_if_this_is_correct', 'এই সঠিক কিনা পরীক্ষা করুন', '2024-11-30 11:30:02', '2024-11-30 11:30:02'), (1899, 'bn', 'correct', 'সঠিক', '2024-11-30 11:31:09', '2024-11-30 11:31:09'), (1900, 'bn', 'incorrect', 'ভুল', '2024-11-30 11:31:09', '2024-11-30 11:31:09'), (1901, 'bn', 'correct_answer', 'সঠিক উত্তর', '2024-11-30 11:31:09', '2024-11-30 11:31:09'), (1902, 'bn', 'my_all_enroll_course', 'আমার সব ভর্তি কোর্স', '2024-11-30 11:31:09', '2024-11-30 11:31:09'), (1903, 'bn', 'continue', 'চালিয়ে যান', '2024-11-30 11:31:09', '2024-11-30 11:31:09'), (1904, 'bn', 'my_all_bundle_course', 'আমার সব বান্ডিল কোর্স', '2024-11-30 11:31:09', '2024-11-30 11:31:09'), (1905, 'bn', 'you_have_no_bundle_course_to_show', 'আপনার দেখানোর জন্য কোনো বান্ডিল কোর্স নেই', '2024-11-30 11:31:09', '2024-11-30 11:31:09'), (1906, 'bn', 'purchase_course', 'ক্রয় কোর্স', '2024-11-30 11:31:09', '2024-11-30 11:31:09'), (1907, 'bn', 'my_all_purchase_course', 'আমার সব ক্রয় কোর্স', '2024-11-30 11:31:09', '2024-11-30 11:31:09'), (1908, 'bn', 'you_have_no_paid_course_to_show', 'দেখানোর জন্য আপনার কোন অর্থপ্রদানের কোর্স নেই', '2024-11-30 11:32:19', '2024-11-30 11:32:19'), (1909, 'bn', 'my_certificate', 'আমার সার্টিফিকেট', '2024-11-30 11:32:19', '2024-11-30 11:32:19'), (1910, 'bn', 'my_all_certificate', 'আমার সব সার্টিফিকেট', '2024-11-30 11:32:19', '2024-11-30 11:32:19'), (1911, 'bn', 'you_have_no_certificate', 'আপনার কোন সার্টিফিকেট নেই', '2024-11-30 11:32:19', '2024-11-30 11:32:19'), (1912, 'bn', 'my_assignment', 'আমার অ্যাসাইনমেন্ট', '2024-11-30 11:32:19', '2024-11-30 11:32:19'), (1913, 'bn', 'assignment', 'অ্যাসাইনমেন্ট', '2024-11-30 11:32:19', '2024-11-30 11:32:19'), (1914, 'bn', 'you_have_no_assignment', 'আপনার কোন অ্যাসাইনমেন্ট নেই', '2024-11-30 11:32:19', '2024-11-30 11:32:19'), (1915, 'bn', 'my_quizzes', 'আমার ক্যুইজ', '2024-11-30 11:32:19', '2024-11-30 11:32:19'), (1916, 'bn', 'my_all_quiz', 'আমার সব ক্যুইজ', '2024-11-30 11:32:19', '2024-11-30 11:32:19'), (1917, 'bn', 'quiz', 'ক্যুইজ', '2024-11-30 11:33:27', '2024-11-30 11:33:27'), (1918, 'bn', 'quiz_grade', 'কুইজ গ্রেড', '2024-11-30 11:33:27', '2024-11-30 11:33:27'), (1919, 'bn', 'pass_mark', 'পাস মার্ক', '2024-11-30 11:33:27', '2024-11-30 11:33:27'), (1920, 'bn', 'my_grade', 'আমার গ্রেড', '2024-11-30 11:33:27', '2024-11-30 11:33:27'), (1921, 'bn', 'failed', 'ব্যর্থ হয়েছে', '2024-11-30 11:33:27', '2024-11-30 11:33:27'), (1922, 'bn', 'view_result', 'ফলাফল দেখুন', '2024-11-30 11:33:27', '2024-11-30 11:33:27'), (1923, 'bn', 'request_certificate', 'সার্টিফিকেট অনুরোধ করুন', '2024-11-30 11:33:27', '2024-11-30 11:33:27'), (1924, 'bn', 'go_course', 'কোর্সে যান', '2024-11-30 11:33:27', '2024-11-30 11:33:27'), (1925, 'bn', 'create_support', 'সমর্থন তৈরি করুন', '2024-11-30 11:33:27', '2024-11-30 11:33:27'), (1926, 'bn', 'support_type', 'সমর্থন প্রকার', '2024-11-30 11:34:35', '2024-11-30 11:34:35'), (1927, 'bn', 'select_course_type', 'কোর্সের ধরন নির্বাচন করুন', '2024-11-30 11:34:35', '2024-11-30 11:34:35'), (1928, 'bn', 'platform', 'প্ল্যাটফর্ম', '2024-11-30 11:34:35', '2024-11-30 11:34:35'), (1929, 'bn', 'select_support_category', 'সমর্থন বিভাগ নির্বাচন করুন', '2024-11-30 11:34:35', '2024-11-30 11:34:35'), (1930, 'bn', 'no_file_choose', 'কোন ফাইল নির্বাচন করুন', '2024-11-30 11:34:35', '2024-11-30 11:34:35'), (1931, 'bn', 'all_support', 'সমস্ত সমর্থন', '2024-11-30 11:34:35', '2024-11-30 11:34:35'), (1932, 'bn', 'supports', 'সমর্থন করে', '2024-11-30 11:34:35', '2024-11-30 11:34:35'), (1933, 'bn', '_you_have_no_ticket', 'আপনার কোন টিকিট নেই', '2024-11-30 11:34:35', '2024-11-30 11:34:35'), (1934, 'bn', 'all_course_support', 'সমস্ত কোর্স সমর্থন', '2024-11-30 11:34:35', '2024-11-30 11:34:35'), (1935, 'bn', 'you_have_no_ticket', 'আপনার কোন টিকিট নেই', '2024-11-30 11:35:44', '2024-11-30 11:35:44'), (1936, 'bn', 'profilesetting', 'প্রোফাইল/সেটিং', '2024-11-30 11:35:44', '2024-11-30 11:35:44'), (1937, 'bn', 'images', 'ছবি', '2024-11-30 11:35:44', '2024-11-30 11:35:44'), (1938, 'bn', 'top_skill', 'শীর্ষ দক্ষতা', '2024-11-30 11:35:44', '2024-11-30 11:35:44'), (1940, 'bn', 'select_time_zone', 'টাইম জোন নির্বাচন করুন', '2024-11-30 11:35:44', '2024-11-30 11:35:44'), (1941, 'bn', 'confirm_passowrd', 'পাসওয়ার্ড নিশ্চিত করুন', '2024-11-30 11:35:44', '2024-11-30 11:35:44'), (1942, 'bn', 'about_your_self', 'নিজের সম্পর্কে', '2024-11-30 11:35:44', '2024-11-30 11:35:44'), (1943, 'bn', 'cover_image', 'কভার ইমেজ', '2024-11-30 11:36:54', '2024-11-30 11:36:54'), (1944, 'bn', 'educational_qualification', 'শিক্ষাগত যোগ্যতা', '2024-11-30 11:36:54', '2024-11-30 11:36:54'), (1945, 'bn', 'previous_experience', 'পূর্ব অভিজ্ঞতা', '2024-11-30 11:36:54', '2024-11-30 11:36:54'), (1946, 'bn', 'enter_your_previous_skill', 'আপনার পূর্ববর্তী দক্ষতা লিখুন', '2024-11-30 11:36:54', '2024-11-30 11:36:54'), (1947, 'bn', 'please_press', 'অনুগ্রহ করে টিপুন', '2024-11-30 11:36:54', '2024-11-30 11:36:54'), (1948, 'bn', 'after_writing_your_skill_keyword', 'আপনার দক্ষতা কীওয়ার্ড লেখার পরে', '2024-11-30 11:36:54', '2024-11-30 11:36:54'), (1949, 'bn', 'edit_certificate', 'সার্টিফিকেট সম্পাদনা করুন', '2024-11-30 11:36:54', '2024-11-30 11:36:54'), (1950, 'bn', 'certificate_id', 'সার্টিফিকেট আইডি', '2024-11-30 11:36:54', '2024-11-30 11:36:54'), (1951, 'bn', 'certificate_type', 'শংসাপত্রের ধরন', '2024-11-30 11:36:54', '2024-11-30 11:36:54'), (1952, 'bn', 'certificate_date', 'শংসাপত্রের তারিখ', '2024-11-30 11:37:46', '2024-11-30 11:37:46'), (1953, 'bn', 'support_tickets', 'সমর্থন টিকিট', '2024-11-30 11:37:46', '2024-11-30 11:37:46'), (1954, 'bn', 'edit_city', 'শহর সম্পাদনা করুন', '2024-11-30 11:37:46', '2024-11-30 11:37:46'), (1955, 'bn', 'selected_country', 'নির্বাচিত দেশ', '2024-11-30 11:37:46', '2024-11-30 11:37:46'), (1956, 'bn', 'selected_state', 'নির্বাচিত রাজ্য', '2024-11-30 11:37:46', '2024-11-30 11:37:46'), (1957, 'bn', '_', 'সম্পাদনা করুন', '2024-11-30 11:52:22', '2024-11-30 11:52:22'), (1958, 'bn', '__certificate', 'সম্পাদনা করুন Certificate', '2024-11-30 11:55:31', '2024-11-30 11:55:31'), (1959, 'ar', 'search', 'يبحث', '2024-11-30 11:56:10', '2024-11-30 12:16:41'), (1960, 'ar', 'key', 'مفتاح', '2024-11-30 11:56:10', '2024-11-30 12:16:41'), (1961, 'ar', 'value', 'قيمة', '2024-11-30 11:56:10', '2024-11-30 12:16:41'), (1962, 'ar', 'select_course', 'حدد الدورة التدريبية', '2024-11-30 11:58:10', '2024-11-30 11:58:10'), (1963, 'ar', 'testimonial', 'شهادة', '2024-11-30 11:58:10', '2024-11-30 11:58:10'), (1964, 'ar', 'no_testimonial_found', 'لم يتم العثور على شهادة', '2024-11-30 11:58:10', '2024-11-30 11:58:10'), (1965, 'ar', 'manage_email', 'إدارة البريد الإلكتروني', '2024-11-30 11:58:10', '2024-11-30 11:58:10'), (1966, 'ar', 'email_template', 'قالب البريد الإلكتروني', '2024-11-30 11:58:10', '2024-11-30 11:58:10'), (1967, 'ar', 'manage_notification', 'إدارة الإخطار', '2024-11-30 11:58:10', '2024-11-30 11:58:10'), (1968, 'ar', 'notification', 'إشعار', '2024-11-30 11:58:10', '2024-11-30 11:58:10'), (1969, 'ar', 'backend_manage', 'إدارة الواجهة الخلفية', '2024-11-30 11:58:10', '2024-11-30 11:58:10'), (1970, 'ar', 'backend_settings', 'إعدادات الواجهة الخلفية', '2024-11-30 11:58:10', '2024-11-30 11:58:10'), (1971, 'ar', 'backend', 'الخلفية', '2024-11-30 11:59:16', '2024-11-30 11:59:16'), (1972, 'ar', 'general_setting', 'الإعداد العام', '2024-11-30 11:59:16', '2024-11-30 11:59:16'), (1973, 'ar', 'logo', 'الشعار', '2024-11-30 11:59:16', '2024-11-30 11:59:16'), (1975, 'ar', 'system_information', 'معلومات النظام', '2024-11-30 11:59:16', '2024-11-30 11:59:16'), (1976, 'ar', 'application_name', 'اسم التطبيق', '2024-11-30 11:59:16', '2024-11-30 11:59:16'), (1977, 'ar', 'contact_email', 'البريد الإلكتروني للاتصال', '2024-11-30 11:59:16', '2024-11-30 11:59:16'), (1978, 'ar', 'date_format', 'تنسيق التاريخ', '2024-11-30 11:59:16', '2024-11-30 11:59:16'), (1979, 'ar', 'favicon', 'الرمز المفضل', '2024-11-30 12:00:43', '2024-11-30 12:00:43'), (1980, 'ar', 'icon_logo', 'شعار الأيقونة', '2024-11-30 12:00:43', '2024-11-30 12:00:43'), (1981, 'ar', 'smpt_settings', 'إعدادات', '2024-11-30 12:00:43', '2025-01-07 10:02:08'), (1982, 'ar', 'supportcategorymanage', NULL, '2024-11-30 12:00:43', '2024-11-30 12:00:43'), (1983, 'ar', 'support_category_list', 'قائمة فئات الدعم', '2024-11-30 12:00:43', '2024-11-30 12:00:43'), (1984, 'ar', 'no_support_category_found', 'لم يتم العثور على فئة الدعم', '2024-11-30 12:00:43', '2024-11-30 12:00:43'), (1985, 'ar', 'manage_contact', 'إدارة الاتصال', '2024-11-30 12:00:43', '2024-11-30 12:00:43'), (1986, 'ar', 'all_contact', 'جميع جهات الاتصال', '2024-11-30 12:00:43', '2024-11-30 12:00:43'), (1987, 'ar', 'no_contact_found', 'لم يتم العثور على جهة اتصال', '2024-11-30 12:02:08', '2024-11-30 12:02:08'), (1988, 'ar', 'manage_notice_board', 'إدارة لوحة الإعلانات', '2024-11-30 12:02:08', '2024-11-30 12:02:08'), (1989, 'ar', 'noticeboard', 'لوحة الملاحظات', '2024-11-30 12:02:08', '2024-11-30 12:02:08'), (1990, 'ar', 'no_noticeboard_found', 'لم يتم العثور على لوحة ملاحظات', '2024-11-30 12:02:08', '2024-11-30 12:02:08'), (1991, 'ar', 'manage_blog', 'إدارة المدونة', '2024-11-30 12:02:08', '2024-11-30 12:02:08'), (1992, 'ar', 'blog_list', 'قائمة المدونات', '2024-11-30 12:02:08', '2024-11-30 12:02:08'), (1994, 'ar', 'notification_history', 'تاريخ الإخطار', '2024-11-30 12:02:08', '2024-11-30 12:02:08'), (1995, 'ar', 'no_notification_history_found', 'لم يتم العثور على سجل الإشعارات', '2024-11-30 12:03:38', '2024-11-30 12:03:38'), (1996, 'ar', 'role_list', 'قائمة الأدوار', '2024-11-30 12:03:38', '2024-11-30 12:03:38'), (1997, 'ar', 'role', 'دور', '2024-11-30 12:03:38', '2024-11-30 12:03:38'), (1998, 'ar', 'no_faq_found', 'لم يتم العثور على الأسئلة الشائعة', '2024-11-30 12:03:38', '2024-11-30 12:03:38'), (1999, 'ar', 'no_page_found', 'لم يتم العثور على صفحة', '2024-11-30 12:04:40', '2024-11-30 12:04:40'), (2000, 'ar', 'new_course', 'دورة جديدة', '2024-11-30 12:04:40', '2024-11-30 12:04:40'), (2001, 'ar', 'purchase_amount', 'مبلغ الشراء', '2024-11-30 12:04:40', '2024-11-30 12:04:40'), (2002, 'ar', 'not_courses', 'ليست دورات', '2024-11-30 12:04:40', '2024-11-30 12:04:40'), (2003, 'ar', 'instructor_manage', 'إدارة المعلم', '2024-11-30 12:04:40', '2024-11-30 12:04:40'), (2004, 'ar', 'students', 'طلاب', '2024-11-30 12:04:40', '2024-11-30 12:04:40'), (2005, 'ar', 'noties_board', 'لوحة الإعلانات', '2024-11-30 12:04:40', '2024-11-30 12:04:40'), (2006, 'ar', 'support_manage', 'إدارة الدعم', '2024-11-30 12:07:37', '2024-11-30 12:07:37'), (2007, 'ar', 'new_ticket', 'تذكرة جديدة', '2024-11-30 12:07:37', '2024-11-30 12:07:37'), (2008, 'ar', 'ticket', 'تذكرة', '2024-11-30 12:07:37', '2024-11-30 12:07:37'), (2009, 'ar', 'logout', 'تسجيل الخروج', '2024-11-30 12:07:37', '2024-11-30 12:07:37'), (2010, 'ar', 'studentsetting', 'الطالب/الإعداد', '2024-11-30 12:07:37', '2024-11-30 12:07:37'), (2011, 'ar', 'no_students_found', 'لم يتم العثور على أي طلاب', '2024-11-30 12:07:37', '2024-11-30 12:07:37'), (2012, 'ar', 'notice_board_list', 'قائمة لوحة الإعلانات', '2024-11-30 12:07:37', '2024-11-30 12:07:37'), (2013, 'ar', 'no_notice_board_found', 'لم يتم العثور على لوحة إشعارات', '2024-11-30 12:07:37', '2024-11-30 12:07:37'), (2014, 'ar', 'themesettingmanage', 'ضبط الموضوع/الإدارة', '2024-11-30 12:07:37', '2024-11-30 12:07:37'), (2015, 'ar', 'theme_settings', 'إعدادات الموضوع', '2024-11-30 12:10:34', '2024-11-30 12:10:34'), (2016, 'ar', 'theme', 'سمة', '2024-11-30 12:10:34', '2024-11-30 12:10:34'), (2017, 'ar', 'gdpr_cookie', 'ملف تعريف الارتباط', '2024-11-30 12:10:34', '2025-01-07 10:49:57'), (2018, 'ar', 'tawk_chat', 'دردشة توك', '2024-11-30 12:10:34', '2024-11-30 12:10:34'), (2019, 'ar', 'custom_cssjs', 'مخصص CSS/JS', '2024-11-30 12:10:34', '2024-11-30 12:10:34'), (2020, 'ar', 'social', 'اجتماعي', '2024-11-30 12:10:34', '2024-11-30 12:10:34'), (2021, 'ar', 'home_setting', 'إعداد المنزل', '2024-11-30 12:10:34', '2024-11-30 12:10:34'), (2022, 'ar', 'footer', 'تذييل', '2024-11-30 12:10:34', '2024-11-30 12:10:34'), (2023, 'ar', 'general_settings', 'الإعدادات العامة', '2024-11-30 12:10:34', '2024-11-30 12:10:34'), (2024, 'ar', 'color', 'لون', '2024-11-30 12:11:48', '2024-11-30 12:11:48'), (2025, 'ar', 'second_email', 'البريد الإلكتروني الثاني', '2024-11-30 12:11:48', '2024-11-30 12:11:48'), (2026, 'ar', 'second_phone', 'الهاتف الثاني', '2024-11-30 12:11:48', '2024-11-30 12:11:48'), (2027, 'ar', 'address', 'عنوان', '2024-11-30 12:11:48', '2024-11-30 12:11:48'), (2028, 'ar', 'office_hours', 'ساعات العمل', '2024-11-30 12:11:48', '2024-11-30 12:11:48'), (2029, 'ar', 'support_hours', 'ساعات الدعم', '2024-11-30 12:11:48', '2024-11-30 12:11:48'), (2030, 'ar', 'theme_favicon', 'أيقونة الموضوع المفضلة', '2024-11-30 12:11:48', '2024-11-30 12:11:48'), (2031, 'ar', 'gdpr_cookie_settings', 'إعدادات ملفات تعريف الارتباط', '2024-11-30 12:11:48', '2025-01-07 10:49:57'), (2032, 'ar', 'gdpr_title', 'عنوان اللائحة العامة لحماية البيانات', '2024-11-30 12:11:48', '2024-11-30 12:11:48'), (2033, 'ar', 'gdpr_description', 'وصف اللائحة العامة لحماية البيانات', '2024-11-30 12:13:07', '2024-11-30 12:13:07'), (2034, 'ar', 'enableddisabled', 'ممكّن/معطل', '2024-11-30 12:13:07', '2024-11-30 12:13:07'), (2035, 'ar', 'custom_css__javascript_settings', 'إعدادات سي اس اس وجافا سكريبت المخصصة', '2024-11-30 12:13:07', '2025-01-07 10:50:45'), (2036, 'ar', 'custom_css', 'سي اس اس مخصص', '2024-11-30 12:13:07', '2025-01-07 10:50:45'), (2037, 'ar', 'custom_js', 'شبيبة مخصصة', '2024-11-30 12:13:07', '2024-11-30 12:13:07'), (2038, 'ar', 'social_media_settings', 'إعدادات وسائل التواصل الاجتماعي', '2024-11-30 12:13:07', '2024-11-30 12:13:07'), (2039, 'ar', 'home_page_settings', 'إعدادات الصفحة الرئيسية', '2024-11-30 12:13:07', '2024-11-30 12:13:07'), (2040, 'ar', 'banner_section', 'قسم البانر', '2024-11-30 12:13:07', '2024-11-30 12:13:07'), (2041, 'ar', 'total_live_class', 'إجمالي الفصل المباشر', '2024-11-30 12:14:14', '2024-11-30 12:14:14'), (2042, 'ar', 'total_experience', 'الخبرة الإجمالية', '2024-11-30 12:14:14', '2024-11-30 12:14:14'), (2043, 'ar', 'faq_section', 'قسم الأسئلة الشائعة', '2024-11-30 12:14:14', '2024-11-30 12:14:14'), (2044, 'ar', 'title', 'عنوان', '2024-11-30 12:14:14', '2024-11-30 12:14:14'), (2045, 'ar', 'sub_title', 'العنوان الفرعي', '2024-11-30 12:14:14', '2024-11-30 12:14:14'), (2046, 'ar', 'high_light', 'ضوء عالي', '2024-11-30 12:14:14', '2024-11-30 12:14:14'), (2047, 'ar', 'button_text', 'نص الزر', '2024-11-30 12:14:14', '2024-11-30 12:14:14'), (2048, 'ar', 'faq_image', 'صورة الأسئلة الشائعة', '2024-11-30 12:15:30', '2024-11-30 12:15:30'), (2049, 'ar', 'subscriber_section', 'قسم المشتركين', '2024-11-30 12:15:30', '2024-11-30 12:15:30'), (2050, 'ar', 'footer_top_settings', 'إعدادات التذييل العلوي', '2024-11-30 12:15:30', '2024-11-30 12:15:30'), (2051, 'ar', 'footer_widget_one', 'القطعة تذييل واحد', '2024-11-30 12:15:30', '2024-11-30 12:15:30'), (2052, 'ar', 'allow_social_menu', 'السماح بالقائمة الاجتماعية', '2024-11-30 12:15:30', '2024-11-30 12:15:30'), (2053, 'ar', 'footer_widget_two', 'القطعة التذييلية الثانية', '2024-11-30 12:15:30', '2024-11-30 12:15:30'), (2054, 'ar', 'content', 'محتوى', '2024-11-30 12:15:30', '2024-11-30 12:15:30'), (2055, 'ar', 'footer_widget_three', 'القطعة التذييلية الثالثة', '2024-11-30 12:15:30', '2024-11-30 12:15:30'), (2056, 'ar', 'footer_widget_four', 'القطعة الرابعة', '2024-11-30 12:15:30', '2024-11-30 12:15:30'), (2057, 'ar', 'footer_widget_five', 'القطعة التذييلية الخامسة', '2024-11-30 12:16:41', '2024-11-30 12:16:41'), (2058, 'ar', 'footer_bottom_settings', 'إعدادات أسفل التذييل', '2024-11-30 12:16:41', '2024-11-30 12:16:41'), (2059, 'ar', 'menu_link_list', 'قائمة رابط القائمة', '2024-11-30 12:16:41', '2024-11-30 12:16:41'), (2060, 'ar', 'country_manage', 'إدارة البلاد', '2024-11-30 12:16:41', '2024-11-30 12:16:41'), (2061, 'ar', 'manage_theme', 'إدارة الموضوع', '2024-11-30 12:16:41', '2024-11-30 12:16:41'), (2062, 'ar', 'country_code', 'رمز البلد', '2024-11-30 12:17:53', '2024-11-30 12:17:53'), (2063, 'ar', 'timezone_manage', 'إدارة المنطقة الزمنية', '2024-11-30 12:17:53', '2024-11-30 12:17:53'), (2064, 'ar', 'no_no_time_zone_found', 'لا لم يتم العثور على منطقة زمنية', '2024-11-30 12:17:53', '2024-11-30 12:17:53'), (2065, 'ar', 'manage_city', 'إدارة المدينة', '2024-11-30 12:17:53', '2024-11-30 12:17:53'), (2066, 'ar', 'no_no_city_found', 'لا لم يتم العثور على مدينة', '2024-11-30 12:17:53', '2024-11-30 12:17:53'), (2067, 'ar', 'create_city', 'إنشاء مدينة', '2024-11-30 12:17:53', '2024-11-30 12:17:53'), (2068, 'ar', 'select_country', 'اختر البلد', '2024-11-30 12:17:53', '2024-11-30 12:17:53'), (2069, 'ar', 'select_state', 'اختر الدولة', '2024-11-30 12:17:53', '2024-11-30 12:17:53'), (2070, 'ar', 'timezone', 'المنطقة الزمنية', '2024-11-30 12:17:53', '2024-11-30 12:17:53'), (2071, 'ar', 'edit', 'يحرر', '2024-11-30 12:19:06', '2024-11-30 12:19:06'), (2072, 'ar', 'update', 'تحديث', '2024-11-30 12:19:06', '2024-11-30 12:19:06'), (2073, 'ar', 'manage_course', 'إدارة الدورة', '2024-11-30 12:19:06', '2024-11-30 12:19:06'), (2074, 'ar', 'course_type', 'نوع الدورة', '2024-11-30 12:19:06', '2024-11-30 12:19:06'), (2075, 'ar', 'course_list', 'قائمة الدورة', '2024-11-30 12:19:06', '2024-11-30 12:19:06'), (2076, 'ar', 'all_course_here', 'كل الدورة هنا', '2024-11-30 12:19:06', '2024-11-30 12:19:06'), (2077, 'ar', 'add_course', 'إضافة دورة', '2024-11-30 12:19:06', '2024-11-30 12:19:06'), (2078, 'ar', 'you_have_no_course', 'ليس لديك دورة', '2024-11-30 12:19:06', '2024-11-30 12:19:06'), (2079, 'ar', 'city_name', 'اسم المدينة', '2024-11-30 12:19:06', '2024-11-30 12:19:06'), (2080, 'ar', 'state_name', 'اسم الدولة', '2024-11-30 12:20:10', '2024-11-30 12:20:10'), (2081, 'ar', 'country_name', 'اسم البلد', '2024-11-30 12:20:10', '2024-11-30 12:20:10'), (2082, 'ar', 'manage_subject', 'إدارة الموضوع', '2024-11-30 12:20:10', '2024-11-30 12:20:10'), (2083, 'ar', 'subject_list', 'قائمة الموضوع', '2024-11-30 12:20:10', '2024-11-30 12:20:10'), (2084, 'ar', 'no_subject_found', 'لم يتم العثور على موضوع', '2024-11-30 12:20:10', '2024-11-30 12:20:10'), (2085, 'ar', 'meta_title', 'عنوان ميتا', '2024-11-30 12:20:10', '2024-11-30 12:20:10'), (2086, 'ar', 'meta_description', 'وصف ميتا', '2024-11-30 12:20:10', '2024-11-30 12:20:10'), (2087, 'ar', 'manage_tag', 'إدارة العلامة', '2024-11-30 12:20:10', '2024-11-30 12:20:10'), (2088, 'ar', 'no_tag_found', 'لم يتم العثور على علامة', '2024-11-30 12:20:10', '2024-11-30 12:20:10'), (2089, 'ar', 'manage_level', 'إدارة المستوى', '2024-11-30 12:21:12', '2024-11-30 12:21:12'), (2090, 'ar', 'no_level_found', 'لم يتم العثور على المستوى', '2024-11-30 12:21:12', '2024-11-30 12:21:12'), (2091, 'ar', 'lavel', 'لافيل', '2024-11-30 12:21:12', '2024-11-30 12:21:12'), (2092, 'ar', 'live_class', 'الطبقة الحية', '2024-11-30 12:21:12', '2024-11-30 12:21:12'), (2093, 'ar', 'live_course', 'دورة حية', '2024-11-30 12:21:12', '2024-11-30 12:21:12'), (2094, 'ar', 'parent', 'الوالد', '2024-11-30 12:21:12', '2024-11-30 12:21:12'), (2095, 'ar', 'select_none_to_create_a_parent_category', 'حدد لا شيء لإنشاء فئة أصل', '2024-11-30 12:21:12', '2024-11-30 12:21:12'), (2096, 'ar', 'icon_picker', 'منتقي الأيقونات', '2024-11-30 12:21:12', '2024-11-30 12:21:12'), (2097, 'ar', 'selected_icon', 'أيقونة مختارة', '2024-11-30 12:21:12', '2024-11-30 12:21:12'), (2098, 'ar', '_category_position', 'موقف الفئة', '2024-11-30 12:22:19', '2024-11-30 12:22:19'), (2099, 'ar', 'meta_description_', 'وصف ميتا', '2024-11-30 12:22:19', '2024-11-30 12:22:19'), (2100, 'ar', 'edit_icon', 'تحرير أيقونة', '2024-11-30 12:22:19', '2024-11-30 12:22:19'), (2101, 'ar', 'provider', 'مزود', '2024-11-30 12:22:19', '2024-11-30 12:22:19'), (2102, 'ar', 'icon_provider', 'مزود الأيقونات', '2024-11-30 12:22:19', '2024-11-30 12:22:19'), (2103, 'ar', 'selected_icon_provider', 'موفر الرمز المحدد', '2024-11-30 12:22:19', '2024-11-30 12:22:19'), (2104, 'ar', 'manage_bundle', 'إدارة الحزمة', '2024-11-30 12:22:19', '2024-11-30 12:22:19'), (2105, 'ar', 'bundle', 'باقة', '2024-11-30 12:22:19', '2024-11-30 12:22:19'), (2106, 'ar', 'no_bundle_found', 'لم يتم العثور على حزمة', '2024-11-30 12:23:12', '2024-11-30 12:23:12'), (2107, 'ar', 'create_bundle', 'إنشاء حزمة', '2024-11-30 12:23:12', '2024-11-30 12:23:12'), (2108, 'ar', 'bundle_price', 'سعر الحزمة', '2024-11-30 12:23:12', '2024-11-30 12:23:12'), (2110, 'ar', 'submit', 'يُقدِّم', '2024-11-30 12:23:12', '2024-11-30 12:25:00'), (2111, 'ar', 'create_instructor', 'إنشاء مدرس', '2024-11-30 12:29:48', '2024-11-30 12:29:48'), (2112, 'ar', 'enter_first_name', 'أدخل الاسم الأول', '2024-11-30 12:29:48', '2024-11-30 12:29:48'), (2113, 'ar', 'enter_last_name', 'أدخل الاسم الأخير', '2024-11-30 12:45:40', '2024-11-30 12:45:40'), (2114, 'ar', 'phone_number', 'رقم التليفون', '2024-11-30 12:45:40', '2024-11-30 12:45:40'), (2115, 'ar', 'enter_phone_number', 'أدخل رقم الهاتف', '2024-11-30 12:45:40', '2024-11-30 12:45:40'), (2116, 'ar', 'enter_email', 'أدخل البريد الإلكتروني', '2024-11-30 12:45:40', '2024-11-30 12:45:40'), (2117, 'ar', 'enter_password', 'أدخل كلمة المرور', '2024-11-30 12:45:40', '2024-11-30 12:45:40'), (2118, 'ar', 'confirmation_password', 'تأكيد كلمة المرور', '2024-11-30 12:45:40', '2024-11-30 12:45:40'), (2119, 'ar', 'select_city', 'اختر المدينة', '2024-11-30 12:46:49', '2024-11-30 12:46:49'), (2120, 'ar', 'enter_designation', 'أدخل التعيين', '2024-11-30 12:46:49', '2024-11-30 12:46:49'), (2121, 'ar', 'enter_address', 'أدخل العنوان', '2024-11-30 12:46:49', '2024-11-30 12:46:49'), (2122, 'ar', 'profile_image', 'صورة الملف الشخصي', '2024-11-30 12:46:49', '2024-11-30 12:46:49'), (2123, 'ar', 'edit_instructor', 'تحرير المعلم', '2024-11-30 12:46:49', '2024-11-30 12:46:49'), (2124, 'ar', 'create_organization', 'إنشاء منظمة', '2024-11-30 12:46:49', '2024-11-30 12:46:49'), (2125, 'ar', 'add_new_organization', 'إضافة منظمة جديدة', '2024-11-30 12:46:49', '2024-11-30 12:46:49'), (2126, 'ar', 'confirmation____________________________password', 'تأكيد كلمة المرور', '2024-11-30 12:47:54', '2024-11-30 12:47:54'), (2127, 'ar', 'edit_organization', 'تحرير المنظمة', '2024-11-30 12:47:54', '2024-11-30 12:47:54'), (2128, 'ar', 'organization_name', 'اسم المنظمة', '2024-11-30 12:47:54', '2024-11-30 12:47:54'), (2129, 'ar', 'mangage_blog_category', 'إدارة فئة المدونة', '2024-11-30 12:47:54', '2024-11-30 12:47:54'), (2130, 'ar', 'blog_category', 'فئة المدونة', '2024-11-30 12:47:54', '2024-11-30 12:47:54'), (2132, 'ar', 'create_student', 'إنشاء الطالب', '2024-11-30 12:47:54', '2024-11-30 12:47:54'), (2133, 'ar', 'add_new_student', 'إضافة طالب جديد', '2024-11-30 12:47:54', '2024-11-30 12:47:54'), (2134, 'ar', 'enter_details', 'أدخل التفاصيل', '2024-11-30 12:47:54', '2024-11-30 12:47:54'), (2135, 'ar', 'edit_student', 'تحرير الطالب', '2024-11-30 12:49:01', '2024-11-30 12:49:01'), (2136, 'ar', 'all_your_instructor', 'كل ما تبذلونه من المعلم', '2024-11-30 12:49:01', '2024-11-30 12:49:01'), (2137, 'ar', 'no_instructor_found', 'لم يتم العثور على مدرس', '2024-11-30 12:49:01', '2024-11-30 12:49:01'), (2138, 'ar', 'course_title', 'عنوان الدورة', '2024-11-30 12:49:01', '2024-11-30 12:49:01'), (2139, 'ar', 'sales', 'مبيعات', '2024-11-30 12:49:01', '2024-11-30 12:49:01'), (2140, 'ar', 'course_level', 'مستوى الدورة', '2024-11-30 12:49:01', '2024-11-30 12:49:01'), (2141, 'ar', 'course_status', 'حالة الدورة', '2024-11-30 12:49:01', '2024-11-30 12:49:01'), (2142, 'ar', 'edit_course', 'تحرير الدورة', '2024-11-30 12:49:01', '2024-11-30 12:49:01'), (2143, 'ar', 'curriculum', 'مقرر', '2024-11-30 12:49:01', '2024-11-30 12:49:01'), (2144, 'ar', 'notices_board', 'لوحة الإشعارات', '2024-11-30 12:50:11', '2024-11-30 12:50:11'), (2145, 'ar', 'add_course_curriculumn', 'إضافة المنهج الدراسي للدورة', '2024-11-30 12:50:11', '2024-11-30 12:50:11'), (2146, 'ar', 'add_chapter', 'أضف الفصل', '2024-11-30 12:50:11', '2024-11-30 12:50:11'), (2147, 'ar', 'add_topic', 'إضافة موضوع', '2024-11-30 12:50:11', '2024-11-30 12:50:11'), (2148, 'ar', 'upload_file', 'تحميل الملف', '2024-11-30 12:50:11', '2024-11-30 12:50:11'), (2149, 'ar', 'select_meeting_provider', 'حدد مزود الاجتماع', '2024-11-30 12:50:11', '2024-11-30 12:50:11'), (2150, 'ar', 'meeting_id', 'معرف الاجتماع', '2024-11-30 12:50:11', '2024-11-30 12:50:11'), (2151, 'ar', 'moderator_password', 'كلمة مرور المشرف', '2024-11-30 12:50:11', '2024-11-30 12:50:11'), (2152, 'ar', 'set_meeting_time', 'ضبط وقت الاجتماع', '2024-11-30 12:50:11', '2024-11-30 12:50:11'), (2153, 'ar', 'schedule_date', 'تاريخ الجدول', '2024-11-30 12:51:27', '2024-11-30 12:51:27'), (2154, 'ar', 'schedule_time', 'جدولة الوقت', '2024-11-30 12:51:27', '2024-11-30 12:51:27'), (2155, 'ar', 'instruction_for_students', 'تعليمات للطلاب', '2024-11-30 12:51:27', '2024-11-30 12:51:27'), (2156, 'ar', 'notice_description', 'وصف الإشعار', '2024-11-30 12:51:27', '2024-11-30 12:51:27'), (2157, 'ar', 'do_you_want_to_mail_this_notice_to_all_of_your_students', 'هل تريد إرسال هذا الإشعار بالبريد إلى جميع طلابك؟', '2024-11-30 12:51:27', '2024-11-30 12:51:27'), (2158, 'ar', 'all_notice', 'كل إشعار', '2024-11-30 12:51:27', '2024-11-30 12:51:27'), (2159, 'ar', 'no_notice_available', 'لا يوجد إشعار متاح.', '2024-11-30 12:51:27', '2024-11-30 12:51:27'), (2160, 'ar', 'add_new_chapter', 'إضافة فصل جديد', '2024-11-30 12:51:27', '2024-11-30 12:51:27'), (2161, 'ar', 'sumbit', 'سومبيت', '2024-11-30 12:51:27', '2024-11-30 12:51:27'), (2162, 'ar', 'add_new_topic', 'إضافة موضوع جديد', '2024-11-30 12:52:58', '2024-11-30 12:52:58'), (2163, 'ar', 'topic_type', 'نوع الموضوع', '2024-11-30 12:52:58', '2024-11-30 12:52:58'), (2164, 'ar', 'add_question', 'أضف سؤال', '2024-11-30 12:52:58', '2024-11-30 12:52:58'), (2165, 'ar', 'question_title', 'عنوان السؤال', '2024-11-30 12:52:58', '2024-11-30 12:52:58'), (2166, 'ar', 'quiz_mark', 'علامة الاختبار', '2024-11-30 12:52:58', '2024-11-30 12:52:58'), (2167, 'ar', 'quiz_type', 'نوع الاختبار', '2024-11-30 12:52:58', '2024-11-30 12:52:58'), (2168, 'ar', 'select_quiz_question_type', 'حدد نوع سؤال الاختبار', '2024-11-30 12:52:58', '2024-11-30 12:52:58'), (2169, 'ar', 'multiple_choice', 'الاختيار من متعدد', '2024-11-30 12:52:58', '2024-11-30 12:52:58'), (2170, 'ar', 'single_choice', 'اختيار واحد', '2024-11-30 12:52:58', '2024-11-30 12:52:58'), (2171, 'ar', 'fill_in_the_blank', 'املأ الفراغ', '2024-11-30 12:54:07', '2024-11-30 12:54:07'), (2172, 'ar', 'update_quiz', 'تحديث مسابقة', '2024-11-30 12:54:07', '2024-11-30 12:54:07'), (2173, 'ar', 'total_blog', 'مجموع المدونة', '2024-11-30 12:54:07', '2024-11-30 12:54:07'), (2174, 'ar', 'create_testimonial', 'إنشاء شهادة', '2024-11-30 12:54:07', '2024-11-30 12:54:07'), (2175, 'ar', 'add_new_testimonial', 'إضافة شهادة جديدة', '2024-11-30 12:54:07', '2024-11-30 12:54:07'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (2176, 'ar', 'enter_your_name', 'أدخل اسمك', '2024-11-30 12:54:07', '2024-11-30 12:54:07'), (2177, 'ar', 'enter_your_designation', 'أدخل التعيين الخاص بك', '2024-11-30 12:54:07', '2024-11-30 12:54:07'), (2178, 'ar', 'rating', 'تصنيف', '2024-11-30 12:54:07', '2024-11-30 12:54:07'), (2179, 'ar', 'enter_your_rating_out_of_5', 'أدخل تقييمك من', '2024-11-30 12:54:07', '2025-01-07 10:46:46'), (2180, 'ar', 'date_created', 'تاريخ الإنشاء', '2024-11-30 12:55:09', '2024-11-30 12:55:09'), (2181, 'ar', 'create_blog', 'إنشاء مدونة', '2024-11-30 12:55:09', '2024-11-30 12:55:09'), (2182, 'ar', 'blog_title', 'عنوان المدونة', '2024-11-30 12:55:09', '2024-11-30 12:55:09'), (2183, 'ar', 'blog_description', 'وصف المدونة', '2024-11-30 12:55:09', '2024-11-30 12:55:09'), (2184, 'ar', 'image', 'صورة', '2024-11-30 12:55:09', '2024-11-30 12:55:09'), (2185, 'ar', 'author', 'مؤلف', '2024-11-30 12:55:09', '2024-11-30 12:55:09'), (2186, 'ar', 'published', 'تم النشر', '2024-11-30 12:55:09', '2024-11-30 12:55:09'), (2187, 'ar', 'edit_blog', 'تحرير المدونة', '2024-11-30 12:55:09', '2024-11-30 12:55:09'), (2188, 'ar', 'manage_coupon', 'إدارة القسيمة', '2024-11-30 12:55:09', '2024-11-30 12:55:09'), (2189, 'ar', 'coupon', 'قسيمة', '2024-11-30 12:56:17', '2024-11-30 12:56:17'), (2190, 'ar', 'no_coupon_found', 'لم يتم العثور على قسيمة', '2024-11-30 12:56:17', '2024-11-30 12:56:17'), (2191, 'ar', 'create_coupon', 'إنشاء قسيمة', '2024-11-30 12:56:17', '2024-11-30 12:56:17'), (2192, 'ar', 'create_coupons', 'إنشاء كوبونات', '2024-11-30 12:56:17', '2024-11-30 12:56:17'), (2193, 'ar', 'coupon_name', 'اسم القسيمة', '2024-11-30 12:56:17', '2024-11-30 12:56:17'), (2194, 'ar', 'coupon_type', 'نوع القسيمة', '2024-11-30 12:56:17', '2024-11-30 12:56:17'), (2195, 'ar', 'select_coupon_type', 'حدد نوع القسيمة', '2024-11-30 12:56:17', '2024-11-30 12:56:17'), (2196, 'ar', 'selected_category', 'الفئة المختارة', '2024-11-30 12:56:17', '2024-11-30 12:56:17'), (2197, 'ar', 'selected_courses', 'دورات مختارة', '2024-11-30 12:56:17', '2024-11-30 12:56:17'), (2198, 'ar', 'discount_type', 'نوع الخصم', '2024-11-30 12:57:21', '2024-11-30 12:57:21'), (2199, 'ar', 'percent', 'نسبة مئوية', '2024-11-30 12:57:21', '2024-11-30 12:57:21'), (2200, 'ar', 'fixed', 'مُثَبَّت', '2024-11-30 12:57:21', '2024-11-30 12:57:21'), (2201, 'ar', 'coupon_code', 'رمز القسيمة', '2024-11-30 12:57:21', '2024-12-30 06:37:55'), (2202, 'ar', 'max_usable_times', 'الحد الأقصى للأوقات القابلة للاستخدام', '2024-11-30 12:57:21', '2024-11-30 12:57:21'), (2203, 'ar', 'minimum_order', 'الحد الأدنى للطلب', '2024-11-30 12:57:21', '2024-11-30 12:57:21'), (2204, 'ar', 'expire_date', 'تاريخ انتهاء الصلاحية', '2024-11-30 12:57:21', '2024-11-30 12:57:21'), (2205, 'ar', 'instructororganization', 'المعلم / المنظمة', '2024-11-30 12:57:21', '2024-11-30 12:57:21'), (2206, 'ar', 'coursebundle', 'الدورة/الحزمة', '2024-11-30 12:57:21', '2024-11-30 12:57:21'), (2207, 'ar', 'edit_testimonial', 'تحرير الشهادة', '2024-11-30 12:58:29', '2024-11-30 12:58:29'), (2208, 'ar', 'edit_email', 'تحرير البريد الإلكتروني', '2024-11-30 12:58:29', '2024-11-30 12:58:29'), (2209, 'ar', 'subject_name', 'اسم الموضوع', '2024-11-30 12:58:29', '2024-11-30 12:58:29'), (2210, 'ar', 'template_name', 'اسم القالب', '2024-11-30 12:58:29', '2024-11-30 12:58:29'), (2211, 'ar', 'template_content', 'محتوى القالب', '2024-11-30 12:58:29', '2024-11-30 12:58:29'), (2212, 'ar', 'create_faq', 'إنشاء الأسئلة الشائعة', '2024-11-30 12:58:29', '2024-11-30 12:58:29'), (2213, 'ar', 'enter_title', 'أدخل العنوان', '2024-11-30 12:58:29', '2024-11-30 12:58:29'), (2214, 'ar', 'answer', 'إجابة', '2024-11-30 12:58:29', '2024-11-30 12:58:29'), (2215, 'ar', 'edit_coupon', 'تحرير القسيمة', '2024-11-30 13:00:53', '2024-11-30 13:00:53'), (2216, 'ar', 'edit_coupons', 'تحرير القسائم', '2024-11-30 13:02:12', '2024-11-30 13:02:12'), (2217, 'ar', 'payment_method_list', 'قائمة طرق الدفع', '2024-11-30 13:02:12', '2024-11-30 13:02:12'), (2218, 'ar', 'no_payment_method_found', 'لم يتم العثور على طريقة الدفع', '2024-11-30 13:02:12', '2024-11-30 13:02:12'), (2219, 'ar', 'create_method', 'إنشاء الطريقة', '2024-11-30 13:02:12', '2024-11-30 13:02:12'), (2220, 'ar', 'create_payment_method', 'إنشاء طريقة الدفع', '2024-11-30 13:02:12', '2024-11-30 13:02:12'), (2221, 'ar', 'sign_up', 'اشتراك', '2024-11-30 13:02:12', '2024-11-30 13:02:12'), (2222, 'ar', 'remember_me', 'تذكرنى', '2024-11-30 13:03:54', '2024-11-30 13:03:54'), (2223, 'ar', 'forgot_password', 'هل نسيت كلمة السر؟', '2024-11-30 13:03:54', '2024-11-30 13:03:54'), (2224, 'ar', 'log_in', 'تسجيل الدخول', '2024-11-30 13:03:54', '2024-11-30 13:03:54'), (2225, 'ar', 'preview', 'معاينة', '2024-11-30 13:03:54', '2024-11-30 13:03:54'), (2226, 'ar', 'activated', 'تفعيلها', '2024-11-30 13:03:54', '2024-11-30 13:03:54'), (2227, 'ar', 'activate', 'فعل', '2024-11-30 13:03:54', '2024-11-30 13:03:54'), (2228, 'bn', 'default', 'ডিফল্ট', '2024-12-01 11:38:59', '2024-12-10 13:59:02'), (2229, 'bn', 'elearning_education', 'ই-লার্নিং শিক্ষা', '2024-12-01 11:38:59', '2024-12-10 13:59:37'), (2230, 'bn', 'lms_hive_education', 'এলএমএস হাইভ শিক্ষা', '2024-12-01 11:38:59', '2024-12-10 13:59:37'), (2231, 'bn', 'install', 'ইনস্টল করুন', '2024-12-01 11:39:33', '2024-12-31 18:39:23'), (2232, 'en', 'default', 'Default', '2024-12-01 11:42:02', '2024-12-01 11:42:02'), (2233, 'en', 'elearning_education', 'E-learning Education', '2024-12-01 11:42:02', '2024-12-01 11:42:02'), (2234, 'en', 'lms_hive_education', 'LMS Hive Education', '2024-12-01 11:42:02', '2024-12-01 11:42:02'), (2235, 'en', 'explore_our', 'Explore Our', '2024-12-01 11:42:55', '2024-12-01 11:42:55'), (2236, 'en', 'degital_education', 'Degital Education', '2024-12-01 11:43:03', '2024-12-01 11:43:03'), (2237, 'bn', 'for_every_platform', 'প্রতিটি প্ল্যাটফর্মের জন্য', '2024-12-01 11:43:19', '2024-12-10 14:02:02'), (2238, 'bn', 'k', 'কে+', '2024-12-01 11:43:19', '2024-12-29 18:08:43'), (2239, 'bn', 'happy_students', 'খুশি ছাত্ররা', '2024-12-01 11:43:19', '2024-12-10 14:02:02'), (2240, 'bn', 'online_courses', 'অনলাইন কোর্স', '2024-12-01 11:43:19', '2024-12-10 14:02:02'), (2241, 'bn', '_best_online_courses', 'সেরা অনলাইন কোর্স', '2024-12-01 11:43:19', '2024-12-10 14:02:02'), (2242, 'bn', 'buy_course', 'কোর্স কিনুন', '2024-12-01 11:43:19', '2024-12-10 14:02:02'), (2243, 'bn', 'new_courses', 'নতুন কোর্স', '2024-12-01 11:43:19', '2024-12-10 14:02:02'), (2244, 'bn', 'our_new_courses', 'আমাদের নতুন কোর্স', '2024-12-01 11:43:19', '2024-12-10 14:04:40'), (2245, 'bn', 'courses_categories', 'কোর্স বিভাগ', '2024-12-01 11:43:19', '2024-12-10 14:07:14'), (2246, 'bn', 'explore_our_top_categories', 'আমাদের শীর্ষ বিভাগ অন্বেষণ করুন', '2024-12-01 11:43:19', '2024-12-10 14:07:14'), (2247, 'bn', 'what_our_students_say_about_us', 'আমাদের ছাত্ররা আমাদের সম্পর্কে কি বলে', '2024-12-01 11:43:19', '2024-12-10 14:07:14'), (2248, 'bn', 'apply_a_freeofcharge_online_course', 'একটি বিনামূল্যের অনলাইন কোর্স আবেদন করুন.', '2024-12-01 11:43:19', '2024-12-10 14:07:14'), (2249, 'bn', 'street_address', 'রাস্তার ঠিকানা', '2024-12-01 11:43:19', '2024-12-10 14:07:14'), (2250, 'bn', 'write_description', 'বর্ণনা লিখুন', '2024-12-01 11:43:19', '2024-12-10 14:07:14'), (2251, 'bn', 'free_course', 'ফ্রি কোর্স', '2024-12-01 11:43:19', '2024-12-10 14:07:14'), (2252, 'bn', 'latest_blogs', 'সর্বশেষ ব্লগ', '2024-12-01 11:43:19', '2024-12-10 14:07:14'), (2253, 'bn', 'my_latest_insights__articles', 'আমার সর্বশেষ অন্তর্দৃষ্টি এবং নিবন্ধ', '2024-12-01 11:43:19', '2024-12-10 14:09:00'), (2254, 'bn', 'comments', 'মন্তব্য', '2024-12-01 11:43:19', '2024-12-10 14:09:00'), (2255, 'bn', 'view_all_blogs', 'সব ব্লগ দেখুন', '2024-12-01 11:43:19', '2024-12-10 14:09:00'), (2256, 'bn', 'are_you_ready_to_start_your_study', 'আপনি কি আপনার অধ্যয়ন শুরু করতে প্রস্তুত?', '2024-12-01 11:43:19', '2024-12-10 14:09:00'), (2258, 'bn', 'app_store', 'অ্যাপ স্টোর', '2024-12-01 11:43:19', '2024-12-10 14:09:00'), (2259, 'bn', 'play_store', 'প্লে স্টোর', '2024-12-01 11:43:19', '2024-12-29 20:59:04'), (2260, 'bn', 'new_students', 'নতুন ছাত্র:', '2024-12-01 11:43:19', '2024-12-10 14:09:00'), (2261, 'bn', 'save_up_to_35', '35% পর্যন্ত সংরক্ষণ করুন', '2024-12-01 11:43:19', '2024-12-10 14:09:00'), (2262, 'bn', 'degital_education', 'ডিজিটাল শিক্ষা', '2024-12-01 11:43:19', '2024-12-10 14:02:02'), (2263, 'en', 'for_every_platform', 'for Every Platform', '2024-12-01 11:43:24', '2024-12-01 11:43:24'), (2264, 'en', 'k', 'K', '2024-12-01 11:43:24', '2024-12-30 16:52:44'), (2265, 'en', 'happy_students', 'Happy Students', '2024-12-01 11:43:24', '2024-12-01 11:43:24'), (2266, 'en', 'online_courses', 'Online Courses', '2024-12-01 11:43:24', '2024-12-01 11:43:24'), (2267, 'en', '_best_online_courses', ' Best Online Courses', '2024-12-01 11:43:24', '2024-12-01 11:43:24'), (2268, 'en', 'buy_course', 'Buy course', '2024-12-01 11:43:24', '2024-12-01 11:43:24'), (2269, 'en', 'new_courses', 'New Courses', '2024-12-01 11:43:24', '2024-12-01 11:43:24'), (2270, 'en', 'our_new_courses', 'Our New Courses', '2024-12-01 11:43:24', '2024-12-01 11:43:24'), (2271, 'en', 'courses_categories', 'Courses Categories', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2272, 'en', 'explore_our_top_categories', 'Explore Our Top Categories', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2273, 'en', 'what_our_students_say_about_us', 'What Our Students Say About us', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2274, 'en', 'apply_a_freeofcharge_online_course', 'Apply a Free-of-Charge Online Course.', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2275, 'en', 'street_address', 'Street Address', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2276, 'en', 'write_description', 'Write Description', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2277, 'en', 'free_course', 'Free Course', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2278, 'en', 'latest_blogs', 'Latest Blogs', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2279, 'en', 'my_latest_insights__articles', 'My Latest Insights & Articles', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2280, 'en', 'comments', 'Comments', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2281, 'en', 'view_all_blogs', 'View All Blogs', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2282, 'en', 'are_you_ready_to_start_your_study', 'Are You Ready to Start Your Study?', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2284, 'en', 'app_store', 'App Store', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2285, 'en', 'play_store', 'Play Store', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2286, 'en', 'new_students', 'New Students:', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2287, 'en', 'save_up_to_35', 'Save up to 35%', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2288, 'en', 'join_for_free', 'Join for free', '2024-12-01 11:43:25', '2024-12-01 11:43:25'), (2289, 'ar', 'for_every_platform', 'لكل منصة', '2024-12-01 11:50:24', '2024-12-02 10:37:48'), (2290, 'ar', 'k', 'ك', '2024-12-01 11:50:24', '2025-01-01 16:04:29'), (2291, 'ar', 'happy_students', 'طلاب سعداء', '2024-12-01 11:50:24', '2024-12-02 10:37:48'), (2292, 'ar', 'online_courses', 'الدورات عبر الإنترنت', '2024-12-01 11:50:24', '2024-12-02 10:37:48'), (2293, 'ar', '_best_online_courses', 'أفضل الدورات عبر الإنترنت', '2024-12-01 11:50:24', '2024-12-02 10:37:48'), (2294, 'ar', 'lesson', 'درس', '2024-12-01 11:50:24', '2024-12-02 10:16:22'), (2295, 'ar', 'buy_course', 'شراء الدورة', '2024-12-01 11:50:24', '2024-12-02 10:37:48'), (2296, 'ar', 'new_courses', 'دورات جديدة', '2024-12-01 11:50:24', '2024-12-02 10:39:02'), (2297, 'ar', 'our_new_courses', 'دوراتنا الجديدة', '2024-12-01 11:50:24', '2024-12-02 10:39:02'), (2298, 'ar', 'courses_categories', 'فئات الدورات', '2024-12-01 11:50:24', '2024-12-02 10:39:02'), (2299, 'ar', 'explore_our_top_categories', 'استكشف أهم فئاتنا', '2024-12-01 11:50:24', '2024-12-02 10:39:02'), (2300, 'ar', 'what_our_students_say_about_us', 'ماذا يقول طلابنا عنا', '2024-12-01 11:50:24', '2024-12-02 10:39:02'), (2301, 'ar', 'apply_a_freeofcharge_online_course', 'قم بتقديم دورة مجانية عبر الإنترنت.', '2024-12-01 11:50:24', '2024-12-02 10:39:02'), (2302, 'ar', 'street_address', 'عنوان الشارع', '2024-12-01 11:50:24', '2024-12-02 10:39:02'), (2303, 'ar', 'write_description', 'اكتب الوصف', '2024-12-01 11:50:24', '2024-12-02 10:39:02'), (2304, 'ar', 'free_course', 'دورة مجانية', '2024-12-01 11:50:24', '2024-12-02 10:39:02'), (2305, 'ar', 'latest_blogs', 'أحدث المدونات', '2024-12-01 11:50:24', '2024-12-02 10:40:31'), (2306, 'ar', 'my_latest_insights__articles', 'أحدث رؤى ومقالاتي', '2024-12-01 11:50:24', '2024-12-02 10:40:31'), (2307, 'ar', 'comments', 'تعليقات', '2024-12-01 11:50:24', '2024-12-02 10:40:31'), (2308, 'ar', 'view_all_blogs', 'عرض جميع المدونات', '2024-12-01 11:50:24', '2024-12-02 10:40:31'), (2309, 'ar', 'are_you_ready_to_start_your_study', 'هل أنت مستعد لبدء دراستك؟', '2024-12-01 11:50:24', '2024-12-02 10:40:31'), (2311, 'ar', 'app_store', 'متجر التطبيقات', '2024-12-01 11:50:24', '2024-12-02 10:40:31'), (2312, 'ar', 'play_store', 'متجر اللعب', '2024-12-01 11:50:24', '2024-12-02 10:40:31'), (2313, 'ar', 'new_students', 'الطلاب الجدد:', '2024-12-01 11:50:24', '2024-12-02 10:40:31'), (2314, 'ar', 'save_up_to_35', 'وفر حتى', '2024-12-01 11:50:24', '2025-01-07 10:48:37'), (2315, 'ar', 'default', 'تقصير', '2024-12-01 11:50:24', '2024-12-02 10:36:32'), (2316, 'ar', 'elearning_education', 'التعليم الإلكتروني', '2024-12-01 11:50:24', '2024-12-02 10:36:32'), (2317, 'ar', 'lms_hive_education', 'خلية التعليم', '2024-12-01 11:50:24', '2025-01-07 10:48:05'), (2318, 'ar', 'degital_education', 'التعليم الرقمي', '2024-12-01 11:50:24', '2024-12-02 10:37:48'), (2319, 'ar', 'join_for_free', 'انضم مجانا', '2024-12-01 11:50:24', '2024-12-02 10:42:21'), (2320, 'ar', 'call', 'يتصل', '2024-12-01 11:51:36', '2024-12-02 10:34:33'), (2321, 'ar', 'join_now', 'انضم الآن', '2024-12-01 11:51:36', '2024-12-02 10:27:57'), (2322, 'es', 'default', 'Por defecto', '2024-12-01 11:52:27', '2024-12-02 13:20:58'), (2323, 'es', 'elearning_education', 'Educación de aprendizaje electrónico', '2024-12-01 11:52:27', '2024-12-02 13:20:58'), (2324, 'es', 'lms_hive_education', 'Educación sobre la colmena LMS', '2024-12-01 11:52:27', '2024-12-02 13:22:09'), (2325, 'es', 'degital_education', 'Educación Digital', '2024-12-01 11:52:27', '2024-12-02 13:22:09'), (2326, 'es', 'manage_subject', 'Administrar Asunto', '2024-12-01 11:54:00', '2024-12-02 12:09:22'), (2327, 'es', 'subject_list', 'Lista de temas', '2024-12-01 11:54:00', '2024-12-02 12:09:22'), (2328, 'es', 'manage_bundle', 'Administrar paquete', '2024-12-01 11:54:16', '2024-12-02 12:11:55'), (2329, 'es', 'bundle', 'Manojo', '2024-12-01 11:54:16', '2024-12-02 12:11:55'), (2330, 'es', 'date_created', 'Fecha de creación', '2024-12-01 11:54:16', '2024-12-02 12:30:00'), (2331, 'en', 'course_video', 'Course Video', '2024-12-01 11:57:12', '2024-12-01 11:57:12'), (2332, 'en', 'remove', 'Remove', '2024-12-01 12:08:52', '2024-12-01 12:08:52'), (2333, 'en', 'apply', 'Apply', '2024-12-01 12:08:52', '2024-12-01 12:08:52'), (2334, 'en', 'cart_total', 'Cart Total', '2024-12-01 12:08:52', '2024-12-01 12:08:52'), (2335, 'en', 'subtotal', 'Subtotal', '2024-12-01 12:08:52', '2024-12-01 12:08:52'), (2336, 'en', 'total', 'Total', '2024-12-01 12:08:52', '2024-12-01 12:08:52'), (2337, 'en', 'checkout', 'Checkout', '2024-12-01 12:08:52', '2024-12-01 12:08:52'), (2338, 'en', 'course_category', 'Course Category', '2024-12-01 12:16:13', '2024-12-01 12:16:13'), (2339, 'en', 'processing', 'Processing', '2024-12-01 12:16:13', '2024-12-01 12:16:13'), (2340, 'en', 'search_here', 'Search here', '2024-12-01 12:26:15', '2024-12-01 12:26:15'), (2341, 'bn', 'search_here', 'এখানে অনুসন্ধান করুন', '2024-12-01 12:31:29', '2024-12-10 14:12:59'), (2342, 'bn', 'no_page_created', 'কোনো পেজ তৈরি করা হয়নি', '2024-12-01 12:39:56', '2024-12-10 14:12:59'), (2343, 'en', 'manage_cerficate', 'Manage Cerficate', '2024-12-01 12:50:04', '2024-12-01 12:50:04'), (2344, 'en', 'all_certificate', 'All Certificate', '2024-12-01 12:50:04', '2024-12-01 12:50:04'), (2345, 'en', 'type', 'Type', '2024-12-01 12:50:04', '2024-12-01 12:50:04'), (2346, 'en', 'no_page_created', 'No Page Created', '2024-12-01 12:50:18', '2024-12-01 12:50:18'), (2347, 'ar', 'search_here', 'ابحث هنا', '2024-12-01 12:51:48', '2024-12-02 10:43:39'), (2348, 'es', 'search_here', 'Busca aquí', '2024-12-01 13:04:15', '2024-12-02 13:25:59'), (2349, 'ar', 'permission_list', 'قائمة الأذونات', '2024-12-01 13:04:22', '2024-12-02 10:14:04'), (2350, 'ar', 'permission', 'إذن', '2024-12-01 13:04:22', '2024-12-02 10:14:04'), (2351, 'ar', 'manage_testimonial', 'إدارة الشهادة', '2024-12-01 13:04:29', '2024-12-02 10:11:51'), (2352, 'ar', 'manage_cerficate', 'إدارة الشهادة', '2024-12-01 13:05:10', '2024-12-02 10:43:39'), (2353, 'ar', 'all_certificate', 'كل الشهادة', '2024-12-01 13:05:10', '2024-12-02 10:43:39'), (2354, 'ar', 'type', 'يكتب', '2024-12-01 13:05:10', '2024-12-02 10:43:39'), (2355, 'ar', 'no_page_created', 'لم يتم إنشاء أي صفحة', '2024-12-01 13:08:55', '2024-12-02 10:43:39'), (2356, 'ar', 'course_overview', 'نظرة عامة على الدورة', '2024-12-01 13:10:26', '2024-12-02 10:15:13'), (2357, 'ar', 'learning_outcomes', 'مخرجات التعلم', '2024-12-01 13:10:26', '2024-12-02 10:15:13'), (2358, 'ar', 'course_faqs', 'الأسئلة الشائعة للدورة', '2024-12-01 13:10:26', '2024-12-02 10:15:13'), (2359, 'ar', 'course_curriculum', 'المنهج الدراسي للدورة', '2024-12-01 13:10:26', '2024-12-02 10:15:13'), (2360, 'ar', 'course_reviews', 'تقييمات الدورة', '2024-12-01 13:10:26', '2024-12-02 10:15:13'), (2361, 'ar', 'this_course_includes', 'تتضمن هذه الدورة', '2024-12-01 13:10:26', '2024-12-02 10:15:13'), (2362, 'ar', 'duration', 'مدة', '2024-12-01 13:10:26', '2024-12-02 10:16:22'), (2363, 'ar', 'tags', 'العلامات', '2024-12-01 13:10:26', '2024-12-02 10:16:22'), (2364, 'ar', 'yes', 'نعم', '2024-12-01 13:10:26', '2024-12-02 10:17:54'), (2365, 'ar', 'enroll_the_course', 'سجل في الدورة', '2024-12-01 13:10:26', '2024-12-02 10:17:54'), (2366, 'ar', 'free_course_preview', 'معاينة الدورة المجانية', '2024-12-01 13:10:26', '2024-12-02 10:16:22'), (2367, 'ar', 'related_course', 'دورة ذات صلة', '2024-12-01 13:10:26', '2024-12-02 10:16:22'), (2368, 'ar', 'explore_related', 'استكشاف ذات الصلة', '2024-12-01 13:10:26', '2024-12-02 10:16:22'), (2369, 'es', 'remove', 'Eliminar', '2024-12-01 13:11:24', '2024-12-02 13:25:05'), (2370, 'es', 'coupon_code', 'Código de cupón', '2024-12-01 13:11:24', '2024-12-02 12:33:04'), (2371, 'es', 'apply', 'Aplicar', '2024-12-01 13:11:24', '2024-12-02 13:25:05'), (2372, 'es', 'cart_total', 'Total del carrito', '2024-12-01 13:11:24', '2024-12-02 13:25:05'), (2373, 'es', 'subtotal', 'Total parcial', '2024-12-01 13:11:24', '2024-12-29 21:11:32'), (2374, 'es', 'total', 'Total', '2024-12-01 13:11:24', '2024-12-01 13:11:24'), (2375, 'es', 'checkout', 'Verificar', '2024-12-01 13:11:24', '2024-12-02 13:25:05'), (2376, 'ar', 'all_course', 'كل بالطبع', '2024-12-01 13:14:46', '2024-12-02 10:11:51'), (2377, 'ar', 'categories', 'فئات', '2024-12-01 13:14:46', '2024-12-02 10:11:51'), (2378, 'ar', 'buy_the_bundle', 'شراء الحزمة', '2024-12-01 13:15:06', '2024-12-02 10:11:51'), (2379, 'es', 'themesettingmanage', 'Configuración de temas/administrar', '2024-12-01 13:16:29', '2024-12-02 12:00:43'), (2380, 'es', 'theme_settings', 'Configuración del tema', '2024-12-01 13:16:29', '2024-12-02 12:01:33'), (2381, 'es', 'theme', 'Tema', '2024-12-01 13:16:29', '2024-12-02 12:01:33'), (2382, 'es', 'gdpr_cookie', 'Cookie RGPD', '2024-12-01 13:16:29', '2024-12-02 12:01:33'), (2383, 'es', 'tawk_chat', 'Charla de conversación', '2024-12-01 13:16:29', '2024-12-02 12:01:33'), (2384, 'es', 'custom_cssjs', 'CSS/JS personalizado', '2024-12-01 13:16:29', '2024-12-02 12:01:33'), (2385, 'es', 'social', 'Social', '2024-12-01 13:16:29', '2024-12-01 13:16:29'), (2386, 'es', 'home_setting', 'Configuración del hogar', '2024-12-01 13:16:29', '2024-12-02 12:01:33'), (2387, 'es', 'footer', 'Pie de página', '2024-12-01 13:16:29', '2024-12-02 12:01:33'), (2388, 'es', 'general_settings', 'Configuraciones generales', '2024-12-01 13:16:29', '2024-12-02 12:01:33'), (2389, 'es', 'color', 'Color', '2024-12-01 13:16:29', '2024-12-01 13:16:29'), (2390, 'es', 'second_email', 'Segundo correo electrónico', '2024-12-01 13:16:29', '2024-12-02 12:02:19'), (2391, 'es', 'second_phone', 'Segundo teléfono', '2024-12-01 13:16:29', '2024-12-02 12:02:19'), (2392, 'es', 'office_hours', 'Horario de oficina', '2024-12-01 13:16:29', '2024-12-02 12:02:19'), (2393, 'es', 'support_hours', 'Horas de soporte', '2024-12-01 13:16:29', '2024-12-02 12:02:19'), (2394, 'es', 'theme_favicon', 'Tema Favicon', '2024-12-01 13:16:29', '2024-12-02 12:02:19'), (2395, 'es', 'gdpr_cookie_settings', 'Configuración de cookies del RGPD', '2024-12-01 13:16:29', '2024-12-02 12:02:19'), (2396, 'es', 'gdpr_title', 'Título del RGPD', '2024-12-01 13:16:29', '2024-12-02 12:02:19'), (2397, 'es', 'gdpr_description', 'Descripción del RGPD', '2024-12-01 13:16:29', '2024-12-02 12:03:06'), (2398, 'es', 'enableddisabled', 'Habilitado/Deshabilitado', '2024-12-01 13:16:29', '2024-12-02 12:03:06'), (2399, 'es', 'custom_css__javascript_settings', 'Configuraciones personalizadas de CSS y Javascript', '2024-12-01 13:16:29', '2024-12-02 12:03:06'), (2400, 'es', 'custom_css', 'CSS personalizado', '2024-12-01 13:16:29', '2024-12-02 12:03:06'), (2401, 'es', 'custom_js', 'JS personalizado', '2024-12-01 13:16:29', '2024-12-02 12:03:06'), (2402, 'es', 'social_media_settings', 'Configuración de redes sociales', '2024-12-01 13:16:29', '2024-12-02 12:03:06'), (2403, 'es', 'icon_with_class_name', 'Icono con nombre de clase', '2024-12-01 13:16:29', '2024-12-02 13:14:12'), (2404, 'es', 'delete', 'Borrar', '2024-12-01 13:16:29', '2024-12-02 13:14:12'), (2405, 'es', 'home_page_settings', 'Configuración de la página de inicio', '2024-12-01 13:16:29', '2024-12-02 12:03:06'), (2406, 'es', 'banner_section', 'Sección de pancartas', '2024-12-01 13:16:29', '2024-12-02 12:03:06'), (2407, 'es', 'sub_title', 'Subtítulo', '2024-12-01 13:16:29', '2024-12-02 12:04:01'), (2408, 'es', 'high_light', 'Destacar', '2024-12-01 13:16:29', '2024-12-02 12:04:01'), (2409, 'es', 'short_info', 'Información breve', '2024-12-01 13:16:29', '2024-12-02 13:14:12'), (2410, 'es', 'button_name', 'Nombre del botón', '2024-12-01 13:16:29', '2024-12-02 13:14:12'), (2411, 'es', 'button_link', 'Enlace de botón', '2024-12-01 13:16:29', '2024-12-02 13:14:12'), (2412, 'es', 'banner_image', 'Imagen de banner', '2024-12-01 13:16:29', '2024-12-02 13:14:12'), (2413, 'es', 'total_live_class', 'Clase total en vivo', '2024-12-01 13:16:29', '2024-12-02 12:04:01'), (2414, 'es', 'total_experience', 'Experiencia Total', '2024-12-01 13:16:29', '2024-12-02 12:04:01'), (2415, 'es', 'faq_section', 'Sección de preguntas frecuentes', '2024-12-01 13:16:29', '2024-12-02 12:04:01'), (2416, 'es', 'button_text', 'Texto del botón', '2024-12-01 13:16:29', '2024-12-02 12:04:01'), (2417, 'es', 'faq_image', 'Imagen de preguntas frecuentes', '2024-12-01 13:16:29', '2024-12-02 12:04:54'), (2418, 'es', 'subscriber_section', 'Sección de suscriptores', '2024-12-01 13:16:29', '2024-12-02 12:04:54'), (2419, 'es', 'footer_top_settings', 'Configuración superior del pie de página', '2024-12-01 13:16:29', '2024-12-02 12:04:54'), (2420, 'es', 'footer_widget_one', 'Widget de pie de página uno', '2024-12-01 13:16:29', '2024-12-02 12:04:54'), (2421, 'es', 'allow_social_menu', 'Permitir menú social', '2024-12-01 13:16:29', '2024-12-02 12:04:54'), (2422, 'es', 'footer_widget_two', 'Widget de pie de página dos', '2024-12-01 13:16:29', '2024-12-02 12:04:54'), (2423, 'es', 'footer_widget_three', 'Widget de pie de página tres', '2024-12-01 13:16:29', '2024-12-02 12:04:54'), (2424, 'es', 'footer_widget_four', 'Widget de pie de página cuatro', '2024-12-01 13:16:29', '2024-12-02 12:04:54'), (2425, 'es', 'footer_widget_five', 'Widget de pie de página cinco', '2024-12-01 13:16:29', '2024-12-02 12:05:47'), (2426, 'es', 'footer_bottom_settings', 'Configuración inferior del pie de página', '2024-12-01 13:16:29', '2024-12-02 12:05:47'), (2427, 'es', 'menu_link_list', 'Lista de enlaces del menú', '2024-12-01 13:16:30', '2024-12-02 12:05:47'), (2428, 'es', 'buy_the_bundle', 'Compra el paquete', '2024-12-01 13:24:54', '2024-12-02 13:01:56'), (2429, 'ar', 'add_to_cart', 'أضف إلى السلة', '2024-12-02 05:24:09', '2024-12-02 10:16:22'), (2430, 'en', 'about_us', 'About Us', '2024-12-02 09:47:18', '2024-12-02 09:47:18'), (2431, 'en', 'privacy__policy', 'Privacy & Policy', '2024-12-02 09:47:18', '2024-12-02 09:47:18'), (2432, 'en', 'terms__condition', 'Terms & Condition', '2024-12-02 09:47:18', '2024-12-02 09:47:18'), (2433, 'en', 'install', 'Install', '2024-12-02 09:48:50', '2024-12-02 09:48:50'), (2435, 'en', 'digital_education', 'Digital Education', '2024-12-02 09:49:07', '2024-12-02 09:49:07'), (2436, 'en', 'mail', 'Mail', '2024-12-02 09:49:08', '2024-12-02 09:49:08'), (2437, 'en', 'our_address', 'Our Address', '2024-12-02 09:49:08', '2024-12-02 09:49:08'), (2438, 'en', 'paid', 'Paid', '2024-12-02 09:49:51', '2024-12-02 09:49:51'), (2439, 'ar', 'digital_education', 'التعليم الرقمي', '2024-12-02 09:52:13', '2024-12-02 10:45:47'), (2440, 'ar', 'about_us', 'معلومات عنا', '2024-12-02 09:52:13', '2024-12-02 10:43:39'), (2441, 'ar', 'privacy__policy', 'سياسة الخصوصية', '2024-12-02 09:52:13', '2024-12-02 10:43:39'), (2442, 'ar', 'terms__condition', 'الشروط والأحكام', '2024-12-02 09:52:13', '2024-12-02 10:45:47'), (2443, 'en', 'latest_enrolled_course', 'Latest Enrolled course', '2024-12-02 09:53:42', '2024-12-02 09:53:42'), (2444, 'en', 'create_course_support', 'Create Course Support', '2024-12-02 09:54:39', '2024-12-02 09:54:39'), (2445, 'en', 'ticket_date', 'Ticket Date', '2024-12-02 09:54:48', '2024-12-02 09:54:48'), (2446, 'en', 'ticket_status', 'Ticket Status', '2024-12-02 09:54:48', '2024-12-02 09:54:48'), (2447, 'en', 'supportreply', 'support/reply', '2024-12-02 10:00:22', '2024-12-02 10:00:22'), (2448, 'en', 'how_can_enroll', 'How can enroll?', '2024-12-02 10:00:22', '2024-12-02 10:00:22'), (2449, 'en', 'you_should_reply_as_soon_as_possible', 'You Should reply as soon as possible', '2024-12-02 10:00:22', '2024-12-02 10:00:22'), (2450, 'en', 'app_store_link', 'App Store Link', '2024-12-02 10:03:04', '2024-12-02 10:03:04'), (2451, 'en', 'play_store_link', 'Play Store Link', '2024-12-02 10:03:04', '2024-12-02 10:03:04'), (2452, 'ar', 'time_zones', 'المناطق الزمنية', '2024-12-02 10:11:51', '2024-12-02 10:11:51'), (2453, 'ar', 'short_code', 'الرمز القصير', '2024-12-02 10:11:51', '2024-12-02 10:11:51'), (2454, 'ar', 'full_name', 'الاسم الكامل', '2024-12-02 10:11:51', '2024-12-02 10:11:51'), (2455, 'ar', 'write_your_message', 'أكتب رسالتك...', '2024-12-02 10:11:51', '2024-12-02 10:11:51'), (2456, 'ar', 'send_now', 'أرسل الآن', '2024-12-02 10:13:02', '2024-12-02 10:13:02'), (2457, 'ar', 'popular_courses', 'الدورات الشعبية', '2024-12-02 10:13:02', '2024-12-02 10:13:02'), (2458, 'ar', 'explore_my', 'اكتشف ماي', '2024-12-02 10:13:02', '2024-12-02 10:13:02'), (2459, 'ar', 'newes_post', 'نيويز بوست', '2024-12-02 10:13:02', '2024-12-02 10:13:02'), (2460, 'ar', 'organization_profile', 'الملف التعريفي للمنظمة', '2024-12-02 10:13:02', '2024-12-02 10:13:02'), (2461, 'ar', 'basic_information', 'المعلومات الأساسية', '2024-12-02 10:13:02', '2024-12-02 10:13:02'), (2462, 'ar', 'orgaization_name', 'اسم المنظمة', '2024-12-02 10:13:02', '2024-12-02 10:13:02'), (2463, 'ar', 'biography', 'سيرة', '2024-12-02 10:13:02', '2024-12-02 10:13:02'), (2464, 'ar', 'bio', 'السيرة الذاتية', '2024-12-02 10:13:02', '2024-12-02 10:13:02'), (2465, 'en', 'reply', 'Reply', '2024-12-02 10:13:29', '2024-12-02 10:13:29'), (2466, 'ar', 'education', 'تعليم', '2024-12-02 10:14:04', '2024-12-02 10:14:04'), (2467, 'ar', 'experience', 'خبرة', '2024-12-02 10:14:04', '2024-12-02 10:14:04'), (2468, 'ar', 'lives_in', 'خبرة', '2024-12-02 10:14:04', '2024-12-02 10:14:04'), (2469, 'ar', 'basic_info', 'معلومات أساسية', '2024-12-02 10:14:04', '2024-12-02 10:14:04'), (2470, 'ar', 'staff_list', 'قائمة الموظفين', '2024-12-02 10:14:04', '2024-12-02 10:14:04'), (2471, 'ar', 'staff', 'طاقم عمل', '2024-12-02 10:14:04', '2024-12-02 10:14:04'), (2472, 'ar', 'edit_permission', 'تحرير إذن', '2024-12-02 10:14:04', '2024-12-02 10:14:04'), (2473, 'ar', 'edit_staff', 'تحرير الموظفين', '2024-12-02 10:15:13', '2024-12-02 10:15:13'), (2474, 'ar', 'no_organization_found', 'لم يتم العثور على منظمة', '2024-12-02 10:15:13', '2024-12-02 10:15:13'), (2475, 'ar', 'bangladesh', 'بنغلاديش', '2024-12-02 10:15:13', '2024-12-02 10:15:13'), (2476, 'ar', 'instuctor_profile', 'الملف التعريفي للمدرس', '2024-12-02 10:16:22', '2024-12-02 10:16:22'), (2477, 'ar', 'instructor_profile', 'الملف الشخصي للمدرب', '2024-12-02 10:16:22', '2024-12-02 10:16:22'), (2478, 'ar', 'edit_notification', 'تحرير الإخطار', '2024-12-02 10:17:54', '2024-12-02 10:17:54'), (2479, 'ar', 'you_can_use_the_following_dynamic_values', 'يمكنك استخدام القيم الديناميكية التالية', '2024-12-02 10:17:54', '2024-12-02 10:17:54'), (2480, 'ar', 'forummanage', 'المنتدى/الإدارة', '2024-12-02 10:17:54', '2024-12-02 10:17:54'), (2481, 'ar', 'forum_list', 'قائمة المنتدى', '2024-12-02 10:17:54', '2024-12-02 10:17:54'), (2482, 'ar', 'no_forum_found', 'لم يتم العثور على المنتدى', '2024-12-02 10:17:54', '2024-12-02 10:17:54'), (2483, 'ar', 'sub_foram_list', 'قائمة المنتديات الفرعية', '2024-12-02 10:17:54', '2024-12-02 10:17:54'), (2484, 'ar', 'sub_foram', 'المنتدى الفرعي', '2024-12-02 10:17:54', '2024-12-02 10:17:54'), (2485, 'ar', 'no_sub_forum_found', 'لم يتم العثور على منتدى فرعي', '2024-12-02 10:19:59', '2024-12-02 10:19:59'), (2486, 'ar', 'supportcategorycreate', 'فئة الدعم/إنشاء', '2024-12-02 10:19:59', '2024-12-02 10:19:59'), (2487, 'ar', 'create_support_category', 'إنشاء فئة الدعم', '2024-12-02 10:19:59', '2024-12-02 10:19:59'), (2488, 'ar', 'support', 'يدعم', '2024-12-02 10:19:59', '2024-12-02 10:19:59'), (2489, 'ar', 'subforumcreate', 'المنتدى الفرعي/إنشاء', '2024-12-02 10:19:59', '2024-12-02 10:19:59'), (2490, 'ar', 'create_sub_forum', 'إنشاء منتدى فرعي', '2024-12-02 10:19:59', '2024-12-02 10:19:59'), (2491, 'ar', 'select_forum', 'حدد المنتدى', '2024-12-02 10:19:59', '2024-12-02 10:19:59'), (2492, 'ar', 'forumcreate', 'المنتدى/إنشاء', '2024-12-02 10:19:59', '2024-12-02 10:19:59'), (2493, 'ar', 'create_forum', 'إنشاء منتدى', '2024-12-02 10:19:59', '2024-12-02 10:19:59'), (2494, 'ar', 'ticketmanage', 'تذكرة/إدارة', '2024-12-02 10:21:11', '2024-12-02 10:21:11'), (2495, 'ar', 'support_ticket_list', 'قائمة تذاكر الدعم', '2024-12-02 10:21:11', '2024-12-02 10:21:11'), (2496, 'ar', 'support_ticket', 'تذكرة الدعم', '2024-12-02 10:21:11', '2024-12-02 10:21:11'), (2497, 'ar', 'no_support_tickets_found', 'لم يتم العثور على تذاكر الدعم', '2024-12-02 10:21:11', '2024-12-02 10:21:11'), (2498, 'ar', 'notice_title', 'عنوان الإشعار', '2024-12-02 10:21:11', '2024-12-02 10:21:11'), (2499, 'ar', 'massage', 'تدليك', '2024-12-02 10:21:11', '2024-12-02 10:21:11'), (2500, 'ar', 'date', 'تاريخ', '2024-12-02 10:21:11', '2024-12-02 10:21:11'), (2501, 'ar', 'edit_role', 'تحرير الدور', '2024-12-02 10:21:11', '2024-12-02 10:21:11'), (2502, 'ar', 'no_icon', 'لا يوجد أيقونة', '2024-12-02 10:21:11', '2024-12-02 10:21:11'), (2503, 'ar', 'paymentmethod', 'طريقة الدفع', '2024-12-02 10:22:19', '2024-12-02 10:22:19'), (2504, 'ar', 'edit_faq', 'تحرير الأسئلة الشائعة', '2024-12-02 10:22:19', '2024-12-02 10:22:19'), (2505, 'ar', 'student_profile', 'الملف الشخصي للطالب', '2024-12-02 10:22:19', '2024-12-02 10:22:19'), (2506, 'ar', 'method', 'طريقة', '2024-12-02 10:22:19', '2024-12-02 10:22:19'), (2507, 'ar', 'mode', 'وضع', '2024-12-02 10:22:19', '2024-12-02 10:22:19'), (2508, 'ar', 'share_your_feedback', 'شارك بتعليقاتك', '2024-12-02 10:22:19', '2024-12-02 10:22:19'), (2509, 'ar', 'submit_now', 'أرسل الآن', '2024-12-02 10:22:19', '2024-12-02 10:22:19'), (2510, 'ar', 'go_to_learn', 'اذهب إلى تعلم', '2024-12-02 10:22:19', '2024-12-02 10:22:19'), (2511, 'ar', 'hour', 'ساعة', '2024-12-02 10:23:17', '2024-12-02 10:23:17'), (2512, 'ar', 'last_updated', 'آخر تحديث', '2024-12-02 10:23:17', '2024-12-02 10:23:17'), (2513, 'ar', 'course_assignments', 'مهام الدورة', '2024-12-02 10:23:17', '2024-12-02 10:23:17'), (2514, 'ar', 'view', 'منظر', '2024-12-02 10:23:17', '2024-12-02 10:23:17'), (2515, 'ar', 'course_content', 'محتوى الدورة', '2024-12-02 10:23:17', '2024-12-02 10:23:17'), (2516, 'ar', 'edit_payment_method', 'تعديل طريقة الدفع', '2024-12-02 10:23:17', '2024-12-02 10:23:17'), (2517, 'ar', 'assignment_name', 'اسم المهمة', '2024-12-02 10:23:17', '2024-12-02 10:23:17'), (2518, 'ar', 'file_type', 'نوع الملف', '2024-12-02 10:23:17', '2024-12-02 10:23:17'), (2519, 'ar', 'no_submissions_yet', 'لا يوجد تقديمات حتى الآن', '2024-12-02 10:23:17', '2024-12-02 10:23:17'), (2521, 'ar', 'my_course', 'الدورة التدريبية الخاصة بي', '2024-12-02 10:24:43', '2024-12-02 10:24:43'), (2522, 'ar', 'course_in_progress', 'الدورة قيد التقدم', '2024-12-02 10:24:43', '2024-12-02 10:24:43'), (2523, 'ar', 'completed_course', 'دورة مكتملة', '2024-12-02 10:24:43', '2024-12-02 10:24:43'), (2524, 'ar', 'my_enrolled', 'بلدي المسجلين', '2024-12-02 10:24:43', '2024-12-02 10:24:43'), (2525, 'ar', 'course_purchase', 'شراء الدورة', '2024-12-02 10:24:43', '2024-12-02 10:24:43'), (2526, 'ar', 'bundle_purchase', 'شراء الحزمة', '2024-12-02 10:24:43', '2024-12-02 10:24:43'), (2527, 'ar', 'quizzes', 'مسابقات', '2024-12-02 10:24:43', '2024-12-02 10:24:43'), (2528, 'ar', 'my_result', 'نتيجتي', '2024-12-02 10:24:43', '2024-12-02 10:24:43'), (2529, 'ar', 'assingment', 'تكليف', '2024-12-02 10:25:47', '2024-12-02 10:25:47'), (2530, 'ar', 'course_support', 'دعم الدورة', '2024-12-02 10:25:47', '2024-12-02 10:25:47'), (2531, 'ar', 'not_latest_courses', 'ليست أحدث الدورات', '2024-12-02 10:25:47', '2024-12-02 10:25:47'), (2532, 'ar', 'my_student', 'تلميذي', '2024-12-02 10:25:47', '2024-12-02 10:25:47'), (2533, 'ar', 'assignments', 'المهام', '2024-12-02 10:25:47', '2024-12-02 10:25:47'), (2534, 'ar', 'my_courses', 'دوراتي', '2024-12-02 10:25:47', '2024-12-02 10:25:47'), (2535, 'ar', 'bundle_manage', 'إدارة الحزمة', '2024-12-02 10:25:47', '2024-12-02 10:25:47'), (2536, 'ar', 'your_course_list', 'قائمة الدورة التدريبية الخاصة بك', '2024-12-02 10:25:47', '2024-12-02 10:25:47'), (2537, 'ar', 'you_are_able_to_create_edit_or_delete_course_from_here', 'يمكنك إنشاء الدورة التدريبية وتعديلها أو حذفها من هنا', '2024-12-02 10:25:47', '2024-12-02 10:25:47'), (2538, 'ar', 'your_course', 'الدورة التدريبية الخاصة بك', '2024-12-02 10:26:53', '2024-12-02 10:26:53'), (2539, 'ar', 'leave_a_comment', 'ترك تعليق', '2024-12-02 10:26:53', '2024-12-02 10:26:53'), (2540, 'ar', 'cancle', 'كانكل', '2024-12-02 10:26:53', '2024-12-02 10:26:53'), (2541, 'ar', 'not_found', 'لم يتم العثور عليه', '2024-12-02 10:26:53', '2024-12-02 10:26:53'), (2542, 'ar', 'office_hour', 'ساعة المكتب', '2024-12-02 10:26:53', '2024-12-02 10:26:53'), (2543, 'ar', 'location', 'موقع', '2024-12-02 10:26:53', '2024-12-02 10:26:53'), (2544, 'ar', 'back', 'خلف', '2024-12-02 10:26:53', '2024-12-02 10:26:53'), (2545, 'ar', 'edit_question', 'تحرير السؤال', '2024-12-02 10:26:53', '2024-12-02 10:26:53'), (2546, 'ar', 'add_answer', 'أضف إجابة', '2024-12-02 10:26:53', '2024-12-02 10:26:53'), (2547, 'ar', 'option_1', 'الخيار', '2024-12-02 10:27:57', '2025-01-07 10:48:05'), (2548, 'ar', 'check_if_this_is_correct', 'تحقق مما إذا كان هذا صحيحا', '2024-12-02 10:27:57', '2024-12-02 10:27:57'), (2549, 'ar', 'icon_with_class_name', 'أيقونة مع اسم الفئة', '2024-12-02 10:27:57', '2024-12-02 10:27:57'), (2550, 'ar', 'delete', 'يمسح', '2024-12-02 10:27:57', '2024-12-02 10:27:57'), (2551, 'ar', 'short_info', 'معلومات قصيرة', '2024-12-02 10:27:57', '2024-12-02 10:27:57'), (2552, 'ar', 'button_name', 'اسم الزر', '2024-12-02 10:27:57', '2024-12-02 10:27:57'), (2553, 'ar', 'button_link', 'رابط الزر', '2024-12-02 10:27:57', '2024-12-02 10:27:57'), (2554, 'ar', 'banner_image', 'صورة البانر', '2024-12-02 10:27:57', '2024-12-02 10:27:57'), (2555, 'ar', 'correct', 'انضم الآن', '2024-12-02 10:29:12', '2024-12-02 10:29:12'), (2556, 'ar', 'incorrect', 'غير صحيح', '2024-12-02 10:29:12', '2024-12-02 10:29:12'), (2557, 'ar', 'correct_answer', 'الإجابة الصحيحة', '2024-12-02 10:29:12', '2024-12-02 10:29:12'), (2558, 'ar', 'my_all_enroll_course', 'دورة التسجيل الخاصة بي', '2024-12-02 10:29:12', '2024-12-02 10:29:12'), (2559, 'ar', 'continue', 'يكمل', '2024-12-02 10:29:12', '2024-12-02 10:29:12'), (2560, 'ar', 'my_all_bundle_course', 'دورة كل حزمتي', '2024-12-02 10:29:12', '2024-12-02 10:29:12'), (2561, 'ar', 'you_have_no_bundle_course_to_show', 'ليس لديك دورة تدريبية مجمعة لعرضها', '2024-12-02 10:29:12', '2024-12-02 10:29:12'), (2562, 'ar', 'purchase_course', 'دورة الشراء', '2024-12-02 10:29:12', '2024-12-02 10:29:12'), (2563, 'ar', 'my_all_purchase_course', 'دورة كل مشترياتي', '2024-12-02 10:29:12', '2024-12-02 10:29:12'), (2564, 'ar', 'you_have_no_paid_course_to_show', 'ليس لديك دورة مدفوعة الأجر لعرضها', '2024-12-02 10:30:21', '2024-12-02 10:30:21'), (2565, 'ar', 'my_certificate', 'شهادتي', '2024-12-02 10:30:21', '2024-12-02 10:30:21'), (2566, 'ar', 'my_all_certificate', 'شهادتي كلها', '2024-12-02 10:30:21', '2024-12-02 10:30:21'), (2567, 'ar', 'you_have_no_certificate', 'ليس لديك شهادة', '2024-12-02 10:30:21', '2024-12-02 10:30:21'), (2568, 'ar', 'my_assignment', 'مهمتي', '2024-12-02 10:30:21', '2024-12-02 10:30:21'), (2569, 'ar', 'assignment', 'تكليف', '2024-12-02 10:30:21', '2024-12-02 10:30:21'), (2570, 'ar', 'you_have_no_assignment', 'ليس لديك أي مهمة', '2024-12-02 10:30:21', '2024-12-02 10:30:21'), (2571, 'ar', 'my_quizzes', 'اختباراتي', '2024-12-02 10:30:21', '2024-12-02 10:30:21'), (2572, 'ar', 'my_all_quiz', 'بلدي كل مسابقة', '2024-12-02 10:30:21', '2024-12-02 10:30:21'), (2573, 'ar', 'quiz', 'لغز', '2024-12-02 10:31:25', '2024-12-02 10:31:25'), (2574, 'ar', 'quiz_grade', 'درجة الاختبار', '2024-12-02 10:31:25', '2024-12-02 10:31:25'), (2575, 'ar', 'pass_mark', 'مرر مارك', '2024-12-02 10:31:25', '2024-12-02 10:31:25'), (2576, 'ar', 'my_grade', 'درجتي', '2024-12-02 10:31:25', '2024-12-02 10:31:25'), (2577, 'ar', 'failed', 'فشل', '2024-12-02 10:31:25', '2024-12-02 10:31:25'), (2578, 'ar', 'view_result', 'عرض النتيجة', '2024-12-02 10:31:25', '2024-12-02 10:31:25'), (2579, 'ar', 'request_certificate', 'طلب شهادة', '2024-12-02 10:31:25', '2024-12-02 10:31:25'), (2580, 'ar', 'go_course', 'الذهاب بالطبع', '2024-12-02 10:31:25', '2024-12-02 10:31:25'), (2581, 'ar', 'create_support', 'إنشاء الدعم', '2024-12-02 10:31:25', '2024-12-02 10:31:25'), (2582, 'ar', 'support_type', 'نوع الدعم', '2024-12-02 10:33:30', '2024-12-02 10:33:30'), (2583, 'ar', 'select_course_type', 'حدد نوع الدورة التدريبية', '2024-12-02 10:33:30', '2024-12-02 10:33:30'), (2584, 'ar', 'platform', 'منصة', '2024-12-02 10:33:30', '2024-12-02 10:33:30'), (2585, 'ar', 'select_support_category', 'حدد فئة الدعم', '2024-12-02 10:33:30', '2024-12-02 10:33:30'), (2586, 'ar', 'no_file_choose', 'لا يوجد ملف اختر', '2024-12-02 10:33:30', '2024-12-02 10:33:30'), (2587, 'ar', 'all_support', 'كل الدعم', '2024-12-02 10:33:30', '2024-12-02 10:33:30'), (2588, 'ar', 'supports', 'يدعم', '2024-12-02 10:33:30', '2024-12-02 10:33:30'), (2589, 'ar', '_you_have_no_ticket', 'ليس لديك تذكرة', '2024-12-02 10:33:30', '2024-12-02 10:33:30'), (2590, 'ar', 'all_course_support', 'كل دعم الدورة', '2024-12-02 10:33:30', '2024-12-02 10:33:30'), (2591, 'ar', 'you_have_no_ticket', 'ليس لديك تذكرة', '2024-12-02 10:34:33', '2024-12-02 10:34:33'), (2592, 'ar', 'profilesetting', 'الملف الشخصي/الإعداد', '2024-12-02 10:34:33', '2024-12-02 10:34:33'), (2593, 'ar', 'images', 'الصور', '2024-12-02 10:34:33', '2024-12-02 10:34:33'), (2594, 'ar', 'top_skill', 'أعلى المهارة', '2024-12-02 10:34:33', '2024-12-02 10:34:33'), (2596, 'ar', 'select_time_zone', 'حدد المنطقة الزمنية', '2024-12-02 10:34:33', '2024-12-02 10:34:33'), (2597, 'ar', 'confirm_passowrd', 'تأكيد كلمة المرور', '2024-12-02 10:34:33', '2024-12-02 10:34:33'), (2598, 'ar', 'about_your_self', 'عن نفسك', '2024-12-02 10:34:33', '2024-12-02 10:34:33'), (2599, 'ar', 'cover_image', 'صورة الغلاف', '2024-12-02 10:35:32', '2024-12-02 10:35:32'), (2600, 'ar', 'educational_qualification', 'المؤهل التعليمي', '2024-12-02 10:35:32', '2024-12-02 10:35:32'), (2601, 'ar', 'previous_experience', 'الخبرة السابقة', '2024-12-02 10:35:32', '2024-12-02 10:35:32'), (2602, 'ar', 'enter_your_previous_skill', 'أدخل مهارتك السابقة', '2024-12-02 10:35:32', '2024-12-02 10:35:32'), (2603, 'ar', 'please_press', 'من فضلك اضغط', '2024-12-02 10:35:32', '2024-12-02 10:35:32'), (2604, 'ar', 'after_writing_your_skill_keyword', 'بعد كتابة الكلمة الرئيسية المهارات الخاصة بك', '2024-12-02 10:35:32', '2024-12-02 10:35:32'), (2605, 'ar', 'edit_certificate', 'تحرير الشهادة', '2024-12-02 10:35:32', '2024-12-02 10:35:32'), (2606, 'ar', 'certificate_id', 'معرف الشهادة', '2024-12-02 10:35:32', '2024-12-02 10:35:32'), (2607, 'ar', 'certificate_type', 'نوع الشهادة', '2024-12-02 10:35:32', '2024-12-02 10:35:32'), (2608, 'ar', 'certificate_date', 'تاريخ الشهادة', '2024-12-02 10:36:32', '2024-12-02 10:36:32'), (2609, 'ar', 'support_tickets', 'تذاكر الدعم', '2024-12-02 10:36:32', '2024-12-02 10:36:32'), (2610, 'ar', 'online', 'متصل', '2024-12-02 10:36:32', '2024-12-02 10:36:32'), (2611, 'ar', 'edit_city', 'تحرير المدينة', '2024-12-02 10:36:32', '2024-12-02 10:36:32'), (2612, 'ar', 'selected_country', 'الدولة المختارة', '2024-12-02 10:36:32', '2024-12-02 10:36:32'), (2613, 'ar', 'selected_state', 'الدولة المختارة', '2024-12-02 10:36:32', '2024-12-02 10:36:32'), (2614, 'ar', 'explore_our', 'اكتشف لدينا', '2024-12-02 10:37:48', '2024-12-02 10:37:48'), (2615, 'ar', 'course_video', 'فيديو الدورة', '2024-12-02 10:42:21', '2024-12-02 10:42:21'), (2616, 'ar', 'remove', 'يزيل', '2024-12-02 10:42:21', '2024-12-02 10:42:21'), (2617, 'ar', 'apply', 'يتقدم', '2024-12-02 10:42:21', '2024-12-02 10:42:21'), (2618, 'ar', 'cart_total', 'إجمالي العربة', '2024-12-02 10:42:21', '2024-12-02 10:42:21'), (2619, 'ar', 'subtotal', 'المجموع الفرعي', '2024-12-02 10:42:21', '2024-12-02 10:42:21'), (2620, 'ar', 'total', 'المجموع', '2024-12-02 10:42:21', '2024-12-02 10:42:21'), (2621, 'ar', 'checkout', 'الدفع', '2024-12-02 10:42:21', '2024-12-02 10:42:21'), (2622, 'ar', 'course_category', 'فئة الدورة', '2024-12-02 10:43:39', '2024-12-02 10:43:39'), (2623, 'ar', 'processing', 'يعالج', '2024-12-02 10:43:39', '2024-12-02 10:43:39'), (2624, 'ar', 'install', 'ثَبَّتَ', '2024-12-02 10:45:47', '2024-12-02 10:45:47'), (2626, 'ar', 'mail', 'بريد', '2024-12-02 10:45:47', '2024-12-02 10:45:47'), (2627, 'ar', 'our_address', 'عنواننا', '2024-12-02 10:45:47', '2024-12-02 10:45:47'), (2628, 'ar', 'paid', 'مدفوع', '2024-12-02 10:45:47', '2024-12-02 10:45:47'), (2629, 'ar', 'latest_enrolled_course', 'أحدث دورة مسجلة', '2024-12-02 10:45:47', '2024-12-02 10:45:47'), (2630, 'ar', 'create_course_support', 'إنشاء دعم الدورة التدريبية', '2024-12-02 10:45:47', '2024-12-02 10:45:47'), (2631, 'ar', 'ticket_date', 'تاريخ التذكرة', '2024-12-02 10:46:44', '2024-12-02 10:46:44'), (2632, 'ar', 'ticket_status', 'حالة التذكرة', '2024-12-02 10:46:44', '2024-12-02 10:46:44'), (2633, 'ar', 'supportreply', 'الدعم/الرد', '2024-12-02 10:46:44', '2024-12-02 10:46:44'), (2634, 'ar', 'how_can_enroll', 'كيف يمكن الالتحاق؟', '2024-12-02 10:46:44', '2024-12-02 10:46:44'), (2635, 'ar', 'you_should_reply_as_soon_as_possible', 'يجب عليك الرد في أقرب وقت ممكن', '2024-12-02 10:46:44', '2024-12-02 10:46:44'), (2636, 'ar', 'app_store_link', 'رابط متجر التطبيقات', '2024-12-02 10:46:44', '2024-12-02 10:46:44'), (2637, 'ar', 'play_store_link', 'رابط متجر بلاي', '2024-12-02 10:46:44', '2024-12-02 10:46:44'), (2638, 'ar', 'reply', 'رد', '2024-12-02 10:46:44', '2024-12-02 10:46:44'), (2640, 'bn', 'digital_education', 'ডিজিটাল শিক্ষা', '2024-12-02 10:51:33', '2024-12-10 14:15:19'), (2641, 'bn', 'about_us', 'আমাদের সম্পর্কে', '2024-12-02 10:51:33', '2024-12-10 14:12:59'), (2642, 'bn', 'privacy__policy', 'গোপনীয়তা এবং নীতি', '2024-12-02 10:51:33', '2024-12-10 14:12:59'), (2643, 'bn', 'terms__condition', 'শর্তাবলী', '2024-12-02 10:51:33', '2024-12-10 14:12:59'), (2644, 'bn', 'paid', 'মূল্য', '2024-12-02 10:55:59', '2024-12-10 14:15:19'), (2646, 'bn', 'mail', 'মেইল', '2024-12-02 11:01:57', '2024-12-10 14:15:19'), (2647, 'bn', 'our_address', 'আমাদের ঠিকানা', '2024-12-02 11:01:57', '2024-12-10 14:15:19'), (2648, 'en', 'message', 'Message', '2024-12-02 11:06:40', '2024-12-02 11:06:40'), (2649, 'en', 'create_notice', 'Create Notice', '2024-12-02 11:11:47', '2024-12-02 11:11:47'), (2650, 'en', 'select_type', 'Select Type', '2024-12-02 11:11:47', '2024-12-02 11:11:47'), (2651, 'en', 'instructors', 'Instructors', '2024-12-02 11:11:47', '2024-12-02 11:11:47'), (2652, 'en', 'students_and_instructors', 'Students and Instructors', '2024-12-02 11:11:47', '2024-12-02 11:11:47'), (2653, 'es', 'logout', 'Cerrar sesión', '2024-12-02 11:19:25', '2024-12-02 12:00:43'), (2654, 'bn', 'latest_enrolled_course', 'সর্বশেষ নথিভুক্ত কোর্স', '2024-12-02 11:19:53', '2024-12-10 14:15:19'), (2655, 'bn', 'course_category', 'কোর্স ক্যাটাগরি', '2024-12-02 11:19:53', '2024-12-10 14:11:40'), (2656, 'bn', 'processing', 'প্রক্রিয়াকরণ', '2024-12-02 11:19:53', '2024-12-29 18:09:39'), (2657, 'en', 'view_all', 'View all', '2024-12-02 11:22:31', '2024-12-02 11:22:31'), (2658, 'en', 'mark_all_as_read', 'Mark all as read', '2024-12-02 11:22:31', '2024-12-02 11:22:31'), (2659, 'en', 'noticesboard_manage', 'Noticesboard Manage', '2024-12-02 11:22:40', '2024-12-02 11:22:40'), (2660, 'en', 'noticesboard', 'Notices-board', '2024-12-02 11:22:41', '2024-12-02 11:22:41'), (2661, 'en', 'create_notice_board', 'Create Notice Board', '2024-12-02 11:22:41', '2024-12-02 11:22:41'), (2662, 'en', 'course_name', 'Course Name', '2024-12-02 11:22:41', '2024-12-02 11:22:41'), (2663, 'es', 'country_manage', 'Gestión de país', '2024-12-02 11:23:15', '2024-12-02 12:05:47'), (2664, 'en', 'posts', 'Posts', '2024-12-02 11:25:58', '2024-12-02 11:25:58'), (2665, 'en', 'published_date', 'Published Date', '2024-12-02 11:25:58', '2024-12-02 11:25:58'), (2666, 'es', 'theme_setting', 'Configuración del tema', '2024-12-02 11:46:39', '2024-12-02 11:46:39'), (2667, 'en', 'contact_reply', 'Contact Reply', '2024-12-02 11:48:37', '2024-12-02 11:48:37'), (2668, 'en', 'reply_contact', 'Reply Contact', '2024-12-02 11:48:37', '2024-12-02 11:48:37'), (2669, 'es', 'state_manage', 'Administrar estado', '2024-12-02 11:49:09', '2024-12-02 11:49:09'), (2670, 'es', 'no_state_found', 'Agregar nuevo', '2024-12-02 11:49:09', '2024-12-02 11:49:09'), (2671, 'es', 'no_no_icon_found', 'No No se encontró ningún icono', '2024-12-02 11:49:09', '2024-12-02 11:49:09'), (2672, 'es', 'no_category_found', 'No se encontró ninguna categoría', '2024-12-02 11:50:57', '2024-12-02 11:50:57'), (2673, 'es', '_add_new_', 'Agregar nuevo', '2024-12-02 11:50:57', '2024-12-02 11:50:57'), (2674, 'es', 'no_enrollment_found', 'No se encontró ninguna inscripción', '2024-12-02 11:50:57', '2024-12-02 11:50:57'), (2675, 'es', 'no_meeting_provider_found', 'No se encontró ningún proveedor de reuniones', '2024-12-02 11:51:53', '2024-12-02 11:51:53'), (2676, 'es', 'new_enroll', 'Nuevo registro', '2024-12-02 11:53:39', '2024-12-02 11:53:39'), (2677, 'es', 'select_student', 'Seleccionar estudiante', '2024-12-02 11:53:39', '2024-12-02 11:53:39'), (2678, 'es', 'select_course', 'Seleccionar Curso', '2024-12-02 11:54:41', '2024-12-02 11:54:41'), (2679, 'es', 'no_testimonial_found', 'No se encontró ningún testimonio', '2024-12-02 11:54:41', '2024-12-02 11:54:41'), (2680, 'es', 'supportcategorymanage', NULL, '2024-12-02 11:56:17', '2024-12-02 11:56:17'), (2681, 'es', 'support_category_list', 'Lista de categorías de soporte', '2024-12-02 11:56:17', '2024-12-02 11:56:17'), (2682, 'es', 'no_support_category_found', 'No se encontró ninguna categoría de soporte', '2024-12-02 11:56:17', '2024-12-02 11:56:17'), (2683, 'en', 'create_staff', 'Create Staff', '2024-12-02 11:57:09', '2024-12-02 11:57:09'), (2684, 'es', 'no_contact_found', 'No se encontró ningún contacto', '2024-12-02 11:57:21', '2024-12-02 11:57:21'), (2685, 'es', 'no_noticeboard_found', 'No se encontró ningún tablón de anuncios', '2024-12-02 11:57:21', '2024-12-02 11:57:21'), (2687, 'es', 'no_notification_history_found', 'No se encontró ningún historial de notificaciones', '2024-12-02 11:58:27', '2024-12-02 11:58:27'), (2688, 'es', 'role_list', 'Lista de roles', '2024-12-02 11:58:27', '2024-12-02 11:58:27'), (2689, 'es', 'role', 'Role', '2024-12-02 11:58:27', '2024-12-02 11:58:27'), (2690, 'es', 'no_faq_found', 'No se encontraron preguntas frecuentes', '2024-12-02 11:58:27', '2024-12-02 11:58:27'), (2691, 'es', 'manage_page', 'Administrar página', '2024-12-02 11:58:27', '2024-12-02 11:58:27'), (2692, 'es', 'page', 'Página', '2024-12-02 11:58:27', '2024-12-02 11:58:27'), (2693, 'es', 'no_page_found', 'No se encontró ninguna página', '2024-12-02 11:59:40', '2024-12-02 11:59:40'), (2694, 'es', 'new_course', 'Nuevo curso', '2024-12-02 11:59:40', '2024-12-02 11:59:40'), (2695, 'es', 'purchase_amount', 'Monto de la compra', '2024-12-02 11:59:40', '2024-12-02 11:59:40'), (2696, 'es', 'not_courses', 'No cursos', '2024-12-02 11:59:40', '2024-12-02 11:59:40'), (2697, 'es', 'instructor_manage', 'Instructora Administrar', '2024-12-02 11:59:40', '2024-12-02 11:59:40'), (2698, 'es', 'students', 'Estudiantes', '2024-12-02 11:59:40', '2024-12-02 11:59:40'), (2699, 'es', 'noties_board', 'Tablón de anuncios', '2024-12-02 11:59:40', '2024-12-02 11:59:40'), (2700, 'es', 'support_manage', 'Gestionar soporte', '2024-12-02 12:00:43', '2024-12-02 12:00:43'), (2701, 'es', 'new_ticket', 'Nuevo billete', '2024-12-02 12:00:43', '2024-12-02 12:00:43'), (2702, 'es', 'ticket', 'Boleto', '2024-12-02 12:00:43', '2024-12-02 12:00:43'), (2703, 'es', 'studentsetting', 'Alumna / entorno', '2024-12-02 12:00:43', '2024-12-02 12:00:43'), (2704, 'es', 'no_students_found', 'No se encontraron estudiantes', '2024-12-02 12:00:43', '2024-12-02 12:00:43'), (2705, 'es', 'notice_board_list', 'Lista del tablón de anuncios', '2024-12-02 12:00:43', '2024-12-02 12:00:43'), (2706, 'es', 'no_notice_board_found', 'No se encontró ningún tablón de anuncios', '2024-12-02 12:00:43', '2024-12-02 12:00:43'), (2707, 'en', 'cancel_course', 'Cancel Course', '2024-12-02 12:03:28', '2024-12-02 12:03:28'), (2708, 'es', 'manage_theme', 'Administrar tema', '2024-12-02 12:05:47', '2024-12-02 12:05:47'), (2709, 'es', 'country_code', 'Código del país', '2024-12-02 12:06:44', '2024-12-02 12:06:44'), (2710, 'es', 'timezone_manage', 'Administrar zona horaria', '2024-12-02 12:06:44', '2024-12-02 12:06:44'), (2711, 'es', 'no_no_time_zone_found', 'No No se encontró zona horaria', '2024-12-02 12:06:44', '2024-12-02 12:06:44'), (2712, 'es', 'manage_city', 'Administrar ciudad', '2024-12-02 12:06:44', '2024-12-02 12:06:44'), (2713, 'es', 'no_no_city_found', 'No No se encontró ninguna ciudad', '2024-12-02 12:06:44', '2024-12-02 12:06:44'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (2714, 'es', 'create_city', 'Crear ciudad', '2024-12-02 12:06:44', '2024-12-02 12:06:44'), (2715, 'es', 'timezone', 'Zona horaria', '2024-12-02 12:06:44', '2024-12-02 12:06:44'), (2716, 'en', 'create_role', 'Create Role', '2024-12-02 12:06:56', '2024-12-02 12:06:56'), (2717, 'es', 'you_have_no_course', 'No tienes curso', '2024-12-02 12:07:32', '2024-12-02 12:07:32'), (2718, 'es', 'city_name', 'Nombre de la ciudad', '2024-12-02 12:07:32', '2024-12-02 12:07:32'), (2719, 'es', 'state_name', 'Nombre del estado', '2024-12-02 12:09:22', '2024-12-02 12:09:22'), (2720, 'es', 'country_name', 'Nombre del país', '2024-12-02 12:09:22', '2024-12-02 12:09:22'), (2721, 'es', 'no_subject_found', 'No se encontró ningún sujeto', '2024-12-02 12:09:22', '2024-12-02 12:09:22'), (2722, 'es', 'meta_title', 'Metatítulo', '2024-12-02 12:09:22', '2024-12-02 12:09:22'), (2723, 'es', 'meta_description', 'Meta descripción', '2024-12-02 12:09:22', '2024-12-02 12:09:22'), (2724, 'es', 'no_tag_found', 'No se encontró ninguna etiqueta', '2024-12-02 12:09:22', '2024-12-02 12:09:22'), (2725, 'es', 'no_level_found', 'No se encontró ningún nivel', '2024-12-02 12:10:58', '2024-12-02 12:10:58'), (2726, 'es', 'lavel', 'Lavel', '2024-12-02 12:10:58', '2024-12-02 12:10:58'), (2727, 'es', 'live_class', 'Clase en vivo', '2024-12-02 12:10:58', '2024-12-02 12:10:58'), (2728, 'es', 'live_course', 'Curso en vivo', '2024-12-02 12:10:58', '2024-12-02 12:10:58'), (2729, 'es', 'parent', 'Madre', '2024-12-02 12:10:58', '2024-12-02 12:10:58'), (2730, 'es', 'select_none_to_create_a_parent_category', 'No seleccione ninguno para crear una categoría principal', '2024-12-02 12:10:58', '2024-12-02 12:10:58'), (2731, 'es', 'icon_picker', 'Selector de iconos', '2024-12-02 12:10:58', '2024-12-02 12:10:58'), (2732, 'es', 'selected_icon', 'Icono seleccionado', '2024-12-02 12:10:58', '2024-12-02 12:10:58'), (2733, 'es', '_category_position', 'Posición de categoría', '2024-12-02 12:11:55', '2024-12-02 12:11:55'), (2734, 'es', 'meta_description_', 'Meta descripción', '2024-12-02 12:11:55', '2024-12-02 12:11:55'), (2735, 'es', 'edit_icon', 'Editar icono', '2024-12-02 12:11:55', '2024-12-02 12:11:55'), (2736, 'es', 'provider', 'Proveedora', '2024-12-02 12:11:55', '2024-12-02 12:11:55'), (2737, 'es', 'icon_provider', 'Proveedor de iconos', '2024-12-02 12:11:55', '2024-12-02 12:11:55'), (2738, 'es', 'selected_icon_provider', 'Proveedor de iconos seleccionado', '2024-12-02 12:11:55', '2024-12-02 12:11:55'), (2739, 'es', 'no_bundle_found', 'No se encontró ningún paquete', '2024-12-02 12:13:05', '2024-12-02 12:13:05'), (2740, 'es', 'create_bundle', 'Crear paquete', '2024-12-02 12:13:05', '2024-12-02 12:13:05'), (2741, 'es', 'bundle_price', 'Precio del paquete', '2024-12-02 12:13:05', '2024-12-02 12:13:05'), (2743, 'es', 'submit', 'Entregar', '2024-12-02 12:13:05', '2024-12-02 12:13:05'), (2744, 'es', 'create_course', 'Crear curso', '2024-12-02 12:13:05', '2024-12-02 12:13:05'), (2745, 'ar', 'view_all', 'عرض الكل', '2024-12-02 12:17:19', '2024-12-10 13:51:30'), (2746, 'ar', 'mark_all_as_read', 'وضع علامة على الكل كمقروءة', '2024-12-02 12:17:19', '2024-12-10 13:51:30'), (2747, 'en', 'bundle_info', 'Bundle Info', '2024-12-02 12:18:32', '2024-12-02 12:18:32'), (2748, 'en', 'select_courses', 'Select courses', '2024-12-02 12:18:32', '2024-12-02 12:18:32'), (2749, 'en', 'how_to_download_resource', 'How to download resource', '2024-12-02 12:18:37', '2024-12-02 12:18:37'), (2750, 'en', 'view_status', 'View Status', '2024-12-02 12:19:01', '2024-12-02 12:19:01'), (2751, 'es', 'create_instructor', 'Crear instructor', '2024-12-02 12:20:03', '2024-12-02 12:20:03'), (2752, 'es', 'enter_password', 'Enter Password', '2024-12-02 12:20:54', '2024-12-02 12:20:54'), (2753, 'es', 'confirmation_password', 'Contraseña de confirmación', '2024-12-02 12:20:54', '2024-12-02 12:20:54'), (2754, 'es', 'create_organization', 'Crear organización', '2024-12-02 12:21:43', '2024-12-02 12:21:43'), (2755, 'es', 'add_new_organization', 'Agregar nueva organización', '2024-12-02 12:21:43', '2024-12-02 12:21:43'), (2756, 'en', 'no_student', 'No Student', '2024-12-02 12:22:00', '2024-12-02 12:22:00'), (2757, 'es', 'confirmation____________________________password', 'Contraseña de confirmación', '2024-12-02 12:22:44', '2024-12-02 12:22:44'), (2759, 'es', 'create_student', 'Crear estudiante', '2024-12-02 12:22:44', '2024-12-02 12:22:44'), (2760, 'es', 'add_new_student', 'Agregar nuevo estudiante', '2024-12-02 12:22:44', '2024-12-02 12:22:44'), (2761, 'es', 'enter_details', 'Ingrese detalles', '2024-12-02 12:22:44', '2024-12-02 12:22:44'), (2762, 'es', 'edit_student', 'Editar estudiante', '2024-12-02 12:24:17', '2024-12-02 12:24:17'), (2763, 'es', 'all_your_instructor', 'Todo tu instructor', '2024-12-02 12:24:17', '2024-12-02 12:24:17'), (2764, 'es', 'no_instructor_found', 'No se ha encontrado instructor', '2024-12-02 12:24:17', '2024-12-02 12:24:17'), (2765, 'en', 'extra', 'Extra', '2024-12-02 12:28:12', '2024-12-02 12:28:12'), (2766, 'es', 'create_testimonial', 'Crear testimonio', '2024-12-02 12:28:40', '2024-12-02 12:28:40'), (2767, 'es', 'add_new_testimonial', 'Agregar nuevo testimonio', '2024-12-02 12:28:40', '2024-12-02 12:28:40'), (2768, 'es', 'enter_your_name', 'Ingrese su nombre', '2024-12-02 12:28:40', '2024-12-02 12:28:40'), (2769, 'es', 'enter_your_designation', 'Ingrese su designación', '2024-12-02 12:28:40', '2024-12-02 12:28:40'), (2770, 'es', 'enter_your_rating_out_of_5', 'Introduce tu valoración sobre 5', '2024-12-02 12:28:40', '2024-12-02 12:28:40'), (2771, 'es', 'edit_blog', 'Editar blog', '2024-12-02 12:30:00', '2024-12-02 12:30:00'), (2772, 'es', 'no_coupon_found', 'No se encontró ningún cupón', '2024-12-02 12:31:08', '2024-12-02 12:31:08'), (2773, 'es', 'create_coupon', 'Crear cupón', '2024-12-02 12:31:08', '2024-12-02 12:31:08'), (2774, 'es', 'create_coupons', 'Crear cupones', '2024-12-02 12:31:08', '2024-12-02 12:31:08'), (2775, 'es', 'coupon_name', 'Nombre del cupón', '2024-12-02 12:31:08', '2024-12-02 12:31:08'), (2776, 'es', 'select_coupon_type', 'Seleccione el tipo de cupón', '2024-12-02 12:31:08', '2024-12-02 12:31:08'), (2777, 'es', 'selected_category', 'Categoría seleccionada', '2024-12-02 12:31:08', '2024-12-02 12:31:08'), (2778, 'es', 'selected_courses', 'Cursos seleccionados', '2024-12-02 12:31:08', '2024-12-02 12:31:08'), (2779, 'es', 'percent', 'Por ciento', '2024-12-02 12:33:04', '2024-12-02 12:33:04'), (2780, 'es', 'fixed', 'Fijo', '2024-12-02 12:33:04', '2024-12-02 12:33:04'), (2781, 'es', 'max_usable_times', 'Tiempos máximos utilizables', '2024-12-02 12:33:04', '2024-12-02 12:33:04'), (2782, 'es', 'minimum_order', 'Orden Mínima', '2024-12-02 12:33:04', '2024-12-02 12:33:04'), (2783, 'es', 'expire_date', 'Fecha de vencimiento', '2024-12-02 12:33:04', '2024-12-02 12:33:04'), (2784, 'en', 'edit_bundle', 'Edit Bundle', '2024-12-02 12:33:40', '2024-12-02 12:33:40'), (2785, 'es', 'edit_testimonial', 'Editar testimonio', '2024-12-02 12:33:54', '2024-12-02 12:33:54'), (2786, 'es', 'create_faq', 'Crear preguntas frecuentes', '2024-12-02 12:33:54', '2024-12-02 12:33:54'), (2787, 'es', 'enter_title', 'Ingrese el título', '2024-12-02 12:33:54', '2024-12-02 12:33:54'), (2788, 'es', 'answer', 'Respuesta', '2024-12-02 12:33:54', '2024-12-02 12:33:54'), (2789, 'en', 'institute_name', 'Institute Name', '2024-12-02 12:33:56', '2024-12-02 12:33:56'), (2790, 'en', 'department', 'Department', '2024-12-02 12:33:56', '2024-12-02 12:33:56'), (2791, 'en', 'degree', 'Degree', '2024-12-02 12:33:56', '2024-12-02 12:33:56'), (2792, 'en', 'duration_years', 'Duration (Years)', '2024-12-02 12:33:56', '2024-12-02 12:33:56'), (2793, 'en', 'passing_year', 'Passing Year', '2024-12-02 12:33:56', '2024-12-02 12:33:56'), (2794, 'en', 'company_name', 'Company Name', '2024-12-02 12:33:56', '2024-12-02 12:33:56'), (2795, 'en', 'start_date', 'Start Date', '2024-12-02 12:33:56', '2024-12-02 12:33:56'), (2796, 'en', 'end_date', 'End Date', '2024-12-02 12:33:56', '2024-12-02 12:33:56'), (2797, 'en', 'to_present', 'To Present', '2024-12-02 12:33:56', '2024-12-02 12:33:56'), (2798, 'es', 'cerficate', 'Certificado', '2024-12-02 12:34:56', '2024-12-02 12:34:56'), (2799, 'es', 'create_certificate', 'Crear certificado', '2024-12-02 12:34:56', '2024-12-02 12:34:56'), (2800, 'es', 'certificate_title', 'Título del certificado', '2024-12-02 12:34:56', '2024-12-02 12:34:56'), (2801, 'es', 'certificate_template_image', 'Imagen de plantilla de certificado', '2024-12-02 12:34:56', '2024-12-02 12:34:56'), (2802, 'es', 'certificae_title', 'Título del certificado', '2024-12-02 12:34:56', '2024-12-02 12:34:56'), (2803, 'es', 'title_font_color', 'Color de fuente del título', '2024-12-02 12:34:56', '2024-12-02 12:34:56'), (2804, 'es', 'title_font_size', 'Tamaño de fuente del título', '2024-12-02 12:34:56', '2024-12-02 12:34:56'), (2805, 'es', 'edit_coupon', 'Editar cupón', '2024-12-02 12:34:56', '2024-12-02 12:34:56'), (2806, 'es', 'edit_coupons', 'Editar cupones', '2024-12-02 12:35:49', '2024-12-02 12:35:49'), (2807, 'es', 'no_payment_method_found', 'No se encontró ningún método de pago', '2024-12-02 12:35:49', '2024-12-02 12:35:49'), (2808, 'es', 'create_method', 'Crear método', '2024-12-02 12:35:49', '2024-12-02 12:35:49'), (2809, 'es', 'create_payment_method', 'Crear método de pago', '2024-12-02 12:35:49', '2024-12-02 12:35:49'), (2810, 'es', 'instuctor_profile', 'Perfil del instructor', '2024-12-02 12:36:29', '2024-12-02 13:05:48'), (2811, 'es', 'instructor_profile', 'Perfil del instructor', '2024-12-02 12:36:29', '2024-12-02 13:05:48'), (2812, 'es', 'basic_information', 'Información básica', '2024-12-02 12:36:29', '2024-12-02 13:02:55'), (2813, 'es', 'biography', 'Biografía', '2024-12-02 12:36:29', '2024-12-02 13:02:55'), (2814, 'es', 'bio', 'Biografía', '2024-12-02 12:36:29', '2024-12-02 13:02:55'), (2815, 'es', 'education', 'Educación', '2024-12-02 12:36:29', '2024-12-02 13:03:48'), (2816, 'es', 'experience', 'Experiencia', '2024-12-02 12:36:29', '2024-12-02 13:03:48'), (2817, 'es', 'lives_in', 'vive en', '2024-12-02 12:36:29', '2024-12-02 13:03:48'), (2818, 'es', 'basic_info', 'Información básica', '2024-12-02 12:36:29', '2024-12-02 13:03:48'), (2819, 'es', 'preview', 'Avance', '2024-12-02 12:37:26', '2024-12-02 12:37:26'), (2820, 'es', 'activated', 'Activado', '2024-12-02 12:37:26', '2024-12-02 12:37:26'), (2821, 'es', 'activate', 'Activar', '2024-12-02 12:37:26', '2024-12-02 12:37:26'), (2822, 'es', 'time_zones', 'Zonas horarias', '2024-12-02 13:01:56', '2024-12-02 13:01:56'), (2823, 'es', 'popular_courses', 'Cursos populares', '2024-12-02 13:02:55', '2024-12-02 13:02:55'), (2824, 'es', 'explore_my', 'Explora mi', '2024-12-02 13:02:55', '2024-12-02 13:02:55'), (2825, 'es', 'organization_profile', 'Perfil de la organización', '2024-12-02 13:02:55', '2024-12-02 13:02:55'), (2826, 'es', 'orgaization_name', 'Nombre de la organización', '2024-12-02 13:02:55', '2024-12-02 13:02:55'), (2827, 'es', 'permission_list', 'Lista de permisos', '2024-12-02 13:03:48', '2024-12-02 13:03:48'), (2828, 'es', 'permission', 'Permiso', '2024-12-02 13:03:48', '2024-12-02 13:03:48'), (2829, 'es', 'staff_list', 'Lista de personal', '2024-12-02 13:03:48', '2024-12-02 13:03:48'), (2830, 'es', 'staff', 'Personal', '2024-12-02 13:03:48', '2024-12-02 13:03:48'), (2831, 'es', 'edit_permission', 'Editar permiso', '2024-12-02 13:03:48', '2024-12-02 13:03:48'), (2832, 'es', 'edit_staff', 'Editar personal', '2024-12-02 13:04:54', '2024-12-02 13:04:54'), (2833, 'es', 'no_organization_found', 'No se encontró ninguna organización', '2024-12-02 13:04:54', '2024-12-02 13:04:54'), (2834, 'es', 'bangladesh', 'Bangladesh', '2024-12-02 13:04:54', '2024-12-02 13:04:54'), (2835, 'es', 'no_forum_found', 'Lista de foros', '2024-12-02 13:06:40', '2024-12-02 13:06:40'), (2836, 'es', 'sub_foram_list', 'Lista del subforo', '2024-12-02 13:06:40', '2024-12-02 13:06:40'), (2837, 'es', 'sub_foram', 'Subforo', '2024-12-02 13:06:40', '2024-12-02 13:06:40'), (2838, 'es', 'no_sub_forum_found', 'No se encontró ningún subforo', '2024-12-02 13:07:47', '2024-12-02 13:07:47'), (2839, 'es', 'supportcategorycreate', 'categoría de soporte/crear', '2024-12-02 13:07:47', '2024-12-02 13:07:47'), (2840, 'es', 'create_support_category', 'Crear categoría de soporte', '2024-12-02 13:07:47', '2024-12-02 13:07:47'), (2841, 'es', 'support', 'Apoyo', '2024-12-02 13:07:47', '2024-12-02 13:07:47'), (2842, 'es', 'subforumcreate', 'subforo/crear', '2024-12-02 13:07:47', '2024-12-02 13:07:47'), (2843, 'es', 'create_sub_forum', 'Crear subforo', '2024-12-02 13:07:47', '2024-12-02 13:07:47'), (2844, 'es', 'select_forum', 'Seleccionar foro', '2024-12-02 13:07:47', '2024-12-02 13:07:47'), (2845, 'es', 'forumcreate', 'foro/crear', '2024-12-02 13:07:47', '2024-12-02 13:07:47'), (2846, 'es', 'create_forum', 'Create Forum', '2024-12-02 13:07:47', '2024-12-02 13:07:47'), (2847, 'es', 'ticketmanage', 'ticket/gestionar', '2024-12-02 13:08:38', '2024-12-02 13:08:38'), (2848, 'es', 'support_ticket_list', 'Lista de tickets de soporte', '2024-12-02 13:08:38', '2024-12-02 13:08:38'), (2849, 'es', 'support_ticket', 'Boleto de soporte', '2024-12-02 13:08:38', '2024-12-02 13:08:38'), (2850, 'es', 'no_support_tickets_found', 'No se encontraron tickets de soporte', '2024-12-02 13:08:38', '2024-12-02 13:08:38'), (2851, 'es', 'edit_role', 'Editar rol', '2024-12-02 13:08:38', '2024-12-02 13:08:38'), (2852, 'es', 'edit_faq', 'Editar preguntas frecuentes', '2024-12-02 13:09:38', '2024-12-02 13:09:38'), (2853, 'es', 'student_profile', 'Perfil del estudiante', '2024-12-02 13:09:38', '2024-12-02 13:09:38'), (2854, 'es', 'share_your_feedback', 'Comparte tus comentarios', '2024-12-02 13:09:38', '2024-12-02 13:09:38'), (2855, 'es', 'submit_now', 'Enviar ahora', '2024-12-02 13:09:38', '2024-12-02 13:09:38'), (2856, 'es', 'go_to_learn', 'Ir a aprender', '2024-12-02 13:09:38', '2024-12-02 13:09:38'), (2857, 'es', 'hour', 'Hora', '2024-12-02 13:10:35', '2024-12-02 13:10:35'), (2858, 'es', 'last_updated', 'Última actualización', '2024-12-02 13:10:35', '2024-12-02 13:10:35'), (2859, 'es', 'course_assignments', 'Asignaciones del curso', '2024-12-02 13:10:35', '2024-12-02 13:10:35'), (2860, 'es', 'view', 'Vista', '2024-12-02 13:10:35', '2024-12-02 13:10:35'), (2861, 'es', 'course_content', 'Contenido del curso', '2024-12-02 13:10:35', '2024-12-02 13:10:35'), (2862, 'es', 'edit_payment_method', 'Editar método de pago', '2024-12-02 13:10:35', '2024-12-02 13:10:35'), (2863, 'es', 'assignment_name', 'Nombre de la tarea', '2024-12-02 13:10:35', '2024-12-02 13:10:35'), (2864, 'es', 'file_type', 'Tipo de archivo', '2024-12-02 13:10:35', '2024-12-02 13:10:35'), (2865, 'es', 'no_submissions_yet', 'Aún no hay envíos', '2024-12-02 13:10:35', '2024-12-02 13:10:35'), (2867, 'es', 'my_course', 'Mi curso', '2024-12-02 13:11:37', '2024-12-02 13:11:37'), (2868, 'es', 'course_in_progress', 'Curso en progreso', '2024-12-02 13:11:37', '2024-12-02 13:11:37'), (2869, 'es', 'completed_course', 'Curso completado', '2024-12-02 13:11:37', '2024-12-02 13:11:37'), (2870, 'es', 'my_enrolled', 'Mi inscrito', '2024-12-02 13:11:37', '2024-12-02 13:11:37'), (2871, 'es', 'course_purchase', 'Compra de cursos', '2024-12-02 13:11:37', '2024-12-02 13:11:37'), (2872, 'es', 'bundle_purchase', 'Compra de paquete', '2024-12-02 13:11:37', '2024-12-02 13:11:37'), (2873, 'es', 'quizzes', 'cuestionarios', '2024-12-02 13:11:37', '2024-12-02 13:11:37'), (2874, 'es', 'my_result', 'Mi resultado', '2024-12-02 13:11:37', '2024-12-02 13:11:37'), (2875, 'es', 'assingment', 'Asignación', '2024-12-02 13:12:26', '2024-12-02 13:12:26'), (2876, 'es', 'course_support', 'Soporte del curso', '2024-12-02 13:12:26', '2024-12-02 13:12:26'), (2877, 'es', 'not_latest_courses', 'No los últimos cursos', '2024-12-02 13:12:26', '2024-12-02 13:12:26'), (2878, 'es', 'my_student', 'mi estudiante', '2024-12-02 13:12:26', '2024-12-02 13:12:26'), (2879, 'es', 'assignments', 'Asignaciones', '2024-12-02 13:12:26', '2024-12-02 13:12:26'), (2880, 'es', 'my_courses', 'Mis cursos', '2024-12-02 13:12:26', '2024-12-02 13:12:26'), (2881, 'es', 'bundle_manage', 'Gestión de paquetes', '2024-12-02 13:12:26', '2024-12-02 13:12:26'), (2882, 'es', 'your_course_list', 'Tu lista de cursos', '2024-12-02 13:12:26', '2024-12-02 13: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 13:12:26', '2024-12-02 13:12:26'), (2884, 'es', 'your_course', 'Tu curso', '2024-12-02 13:13:23', '2024-12-02 13:13:23'), (2885, 'es', 'leave_a_comment', 'Deja un comentario', '2024-12-02 13:13:23', '2024-12-02 13:13:23'), (2886, 'es', 'cancle', 'Cancelar', '2024-12-02 13:13:23', '2024-12-02 13:13:23'), (2887, 'es', 'not_found', 'No encontrado', '2024-12-02 13:13:23', '2024-12-02 13:13:23'), (2888, 'es', 'back', 'Atrás', '2024-12-02 13:13:23', '2024-12-02 13:13:23'), (2889, 'es', 'edit_question', 'Editar pregunta', '2024-12-02 13:13:23', '2024-12-02 13:13:23'), (2890, 'es', 'add_answer', 'Agregar respuesta', '2024-12-02 13:13:23', '2024-12-02 13:13:23'), (2891, 'es', 'option_1', 'Opción 1', '2024-12-02 13:14:12', '2024-12-02 13:14:12'), (2892, 'es', 'check_if_this_is_correct', 'Comprueba si esto es correcto.', '2024-12-02 13:14:12', '2024-12-02 13:14:12'), (2893, 'es', 'correct', 'Correcto', '2024-12-02 13:15:22', '2024-12-02 13:15:22'), (2894, 'es', 'incorrect', 'Incorrecta', '2024-12-02 13:15:22', '2024-12-02 13:15:22'), (2895, 'es', 'correct_answer', 'respuesta correcta', '2024-12-02 13:15:22', '2024-12-02 13:15:22'), (2896, 'es', 'my_all_enroll_course', 'Mi curso de inscripción total', '2024-12-02 13:15:22', '2024-12-02 13:15:22'), (2897, 'es', 'continue', 'Continuar', '2024-12-02 13:15:22', '2024-12-02 13:15:22'), (2898, 'es', 'my_all_bundle_course', 'Mi curso completo', '2024-12-02 13:15:22', '2024-12-02 13:15:22'), (2899, 'es', 'you_have_no_bundle_course_to_show', 'No tienes ningún curso combinado para mostrar', '2024-12-02 13:15:22', '2024-12-02 13:15:22'), (2900, 'es', 'purchase_course', 'Curso de compra', '2024-12-02 13:15:22', '2024-12-02 13:15:22'), (2901, 'es', 'my_all_purchase_course', 'Mi curso de todas las compras', '2024-12-02 13:15:22', '2024-12-02 13:15:22'), (2902, 'es', 'you_have_no_paid_course_to_show', 'No tienes ningún curso pago para mostrar', '2024-12-02 13:16:16', '2024-12-02 13:16:16'), (2903, 'es', 'my_certificate', 'Mi certificado', '2024-12-02 13:16:16', '2024-12-02 13:16:16'), (2904, 'es', 'my_all_certificate', 'Mi certificado completo', '2024-12-02 13:16:16', '2024-12-02 13:16:16'), (2905, 'es', 'you_have_no_certificate', 'No tienes certificado', '2024-12-02 13:16:16', '2024-12-02 13:16:16'), (2906, 'es', 'my_assignment', 'mi tarea', '2024-12-02 13:16:16', '2024-12-02 13:16:16'), (2907, 'es', 'assignment', 'Asignación', '2024-12-02 13:16:16', '2024-12-02 13:16:16'), (2908, 'es', 'you_have_no_assignment', 'No tienes tarea', '2024-12-02 13:16:16', '2024-12-02 13:16:16'), (2909, 'es', 'my_quizzes', 'Mis cuestionarios', '2024-12-02 13:16:16', '2024-12-02 13:16:16'), (2910, 'es', 'my_all_quiz', 'Mi cuestionario completo', '2024-12-02 13:16:16', '2024-12-02 13:16:16'), (2911, 'es', 'quiz', 'prueba', '2024-12-02 13:17:25', '2024-12-02 13:17:25'), (2912, 'es', 'quiz_grade', 'calificación del examen', '2024-12-02 13:17:25', '2024-12-02 13:17:25'), (2913, 'es', 'pass_mark', 'Marca de paso', '2024-12-02 13:17:25', '2024-12-02 13:17:25'), (2914, 'es', 'my_grade', 'mi nota', '2024-12-02 13:17:25', '2024-12-02 13:17:25'), (2915, 'es', 'failed', 'Fallida', '2024-12-02 13:17:25', '2024-12-02 13:17:25'), (2916, 'es', 'view_result', 'Ver resultado', '2024-12-02 13:17:25', '2024-12-02 13:17:25'), (2917, 'es', 'request_certificate', 'Solicitar Certificado', '2024-12-02 13:17:25', '2024-12-02 13:17:25'), (2918, 'es', 'go_course', 'Ir al curso', '2024-12-02 13:17:25', '2024-12-02 13:17:25'), (2919, 'es', 'create_support', 'Crear soporte', '2024-12-02 13:17:25', '2024-12-02 13:17:25'), (2920, 'es', 'support_type', 'Tipo de soporte', '2024-12-02 13:18:16', '2024-12-02 13:18:16'), (2921, 'es', 'select_course_type', 'Seleccionar tipo de curso', '2024-12-02 13:18:16', '2024-12-02 13:18:16'), (2922, 'es', 'platform', 'Plataforma', '2024-12-02 13:18:16', '2024-12-02 13:18:16'), (2923, 'es', 'select_support_category', 'Seleccione la categoría de soporte', '2024-12-02 13:18:16', '2024-12-02 13:18:16'), (2924, 'es', 'no_file_choose', 'No elegir archivo', '2024-12-02 13:18:16', '2024-12-02 13:18:16'), (2925, 'es', 'all_support', 'Todo el soporte', '2024-12-02 13:18:16', '2024-12-02 13:18:16'), (2926, 'es', 'supports', 'Soportes', '2024-12-02 13:18:16', '2024-12-02 13:18:16'), (2927, 'es', '_you_have_no_ticket', 'No tienes billete', '2024-12-02 13:18:16', '2024-12-02 13:18:16'), (2928, 'es', 'all_course_support', 'Todo el soporte del curso', '2024-12-02 13:18:16', '2024-12-02 13:18:16'), (2929, 'es', 'you_have_no_ticket', 'No tienes billete', '2024-12-02 13:19:03', '2024-12-02 13:19:03'), (2930, 'es', 'profilesetting', 'perfil/configuración', '2024-12-02 13:19:03', '2024-12-02 13:19:03'), (2931, 'es', 'images', 'Imágenes', '2024-12-02 13:19:03', '2024-12-02 13:19:03'), (2932, 'es', 'top_skill', 'Habilidad superior', '2024-12-02 13:19:03', '2024-12-02 13:19:03'), (2934, 'es', 'select_time_zone', 'Seleccionar zona horaria', '2024-12-02 13:19:03', '2024-12-02 13:19:03'), (2935, 'es', 'confirm_passowrd', 'Confirmar contraseña', '2024-12-02 13:19:03', '2024-12-02 13:19:03'), (2936, 'es', 'about_your_self', 'Acerca de ti', '2024-12-02 13:19:03', '2024-12-02 13:19:03'), (2937, 'es', 'cover_image', 'Imagen de portada', '2024-12-02 13:20:07', '2024-12-02 13:20:07'), (2938, 'es', 'educational_qualification', 'Calificación educativa', '2024-12-02 13:20:07', '2024-12-02 13:20:07'), (2939, 'es', 'previous_experience', 'Experiencia previa', '2024-12-02 13:20:07', '2024-12-02 13:20:07'), (2940, 'es', 'enter_your_previous_skill', 'Ingresa tu habilidad anterior', '2024-12-02 13:20:07', '2024-12-02 13:20:07'), (2941, 'es', 'please_press', 'Por favor presione', '2024-12-02 13:20:07', '2024-12-02 13:20:07'), (2942, 'es', 'after_writing_your_skill_keyword', 'después de escribir la palabra clave de tu habilidad', '2024-12-02 13:20:07', '2024-12-02 13:20:07'), (2943, 'es', 'edit_certificate', 'Editar certificado', '2024-12-02 13:20:07', '2024-12-02 13:20:07'), (2944, 'es', 'certificate_id', 'ID de certificado', '2024-12-02 13:20:07', '2024-12-02 13:20:07'), (2945, 'es', 'certificate_type', 'Tipo de certificado', '2024-12-02 13:20:07', '2024-12-02 13:20:07'), (2946, 'es', 'certificate_date', 'Fecha del certificado', '2024-12-02 13:20:58', '2024-12-02 13:20:58'), (2947, 'es', 'support_tickets', 'Tickets de soporte', '2024-12-02 13:20:58', '2024-12-02 13:20:58'), (2948, 'es', 'edit_city', 'Editar ciudad', '2024-12-02 13:20:58', '2024-12-02 13:20:58'), (2949, 'es', 'selected_country', 'País seleccionado', '2024-12-02 13:20:58', '2024-12-02 13:20:58'), (2950, 'es', 'selected_state', 'Estado seleccionado', '2024-12-02 13:20:58', '2024-12-02 13:20:58'), (2951, 'es', 'explore_our', 'Explora nuestra', '2024-12-02 13:22:09', '2024-12-02 13:22:09'), (2952, 'es', 'for_every_platform', 'para cada plataforma', '2024-12-02 13:22:09', '2024-12-02 13:22:09'), (2953, 'es', 'k', 'k+', '2024-12-02 13:22:09', '2024-12-02 13:22:09'), (2954, 'es', 'happy_students', 'Estudiantes felices', '2024-12-02 13:22:09', '2024-12-02 13:22:09'), (2955, 'es', 'online_courses', 'Cursos en línea', '2024-12-02 13:22:09', '2024-12-02 13:22:09'), (2956, 'es', '_best_online_courses', 'Los mejores cursos en línea', '2024-12-02 13:22:09', '2024-12-02 13:22:09'), (2957, 'es', 'buy_course', 'Comprar curso', '2024-12-02 13:22:09', '2024-12-02 13:22:09'), (2958, 'es', 'new_courses', 'Nuevos cursos', '2024-12-02 13:23:04', '2024-12-02 13:23:04'), (2959, 'es', 'our_new_courses', 'Nuestros nuevos cursos', '2024-12-02 13:23:04', '2024-12-02 13:23:04'), (2960, 'es', 'courses_categories', 'Categorías de cursos', '2024-12-02 13:23:04', '2024-12-02 13:23:04'), (2961, 'es', 'explore_our_top_categories', 'Explora nuestras categorías principales', '2024-12-02 13:23:04', '2024-12-02 13:23:04'), (2962, 'es', 'what_our_students_say_about_us', 'Lo que nuestros estudiantes dicen sobre nosotros', '2024-12-02 13:23:04', '2024-12-02 13:23:04'), (2963, 'es', 'apply_a_freeofcharge_online_course', 'Aplicar un curso en línea gratuito.', '2024-12-02 13:23:04', '2024-12-02 13:23:04'), (2964, 'es', 'street_address', 'Dirección', '2024-12-02 13:23:04', '2024-12-02 13:23:04'), (2965, 'es', 'write_description', 'Escribir descripción', '2024-12-02 13:23:04', '2024-12-02 13:23:04'), (2966, 'es', 'free_course', 'Curso Gratis', '2024-12-02 13:23:04', '2024-12-02 13:23:04'), (2967, 'es', 'latest_blogs', 'Últimos blogs', '2024-12-02 13:24:09', '2024-12-02 13:24:09'), (2968, 'es', 'my_latest_insights__articles', 'Mis últimas ideas y artículos', '2024-12-02 13:24:09', '2024-12-02 13:24:09'), (2969, 'es', 'comments', 'Comentarios', '2024-12-02 13:24:09', '2024-12-02 13:24:09'), (2970, 'es', 'view_all_blogs', 'Ver todos los blogs', '2024-12-02 13:24:09', '2024-12-02 13:24:09'), (2971, 'es', 'are_you_ready_to_start_your_study', '¿Estás listo para comenzar tu estudio?', '2024-12-02 13:24:09', '2024-12-02 13:24:09'), (2973, 'es', 'app_store', 'Tienda de aplicaciones', '2024-12-02 13:24:09', '2024-12-02 13:24:09'), (2974, 'es', 'play_store', 'Tienda de juegos', '2024-12-02 13:24:09', '2024-12-02 13:24:09'), (2975, 'es', 'new_students', 'Nuevas estudiantes:', '2024-12-02 13:24:09', '2024-12-02 13:24:09'), (2976, 'es', 'save_up_to_35', 'Ahorra hasta un 35%', '2024-12-02 13:25:05', '2024-12-02 13:25:05'), (2977, 'es', 'join_for_free', 'Únete gratis', '2024-12-02 13:25:05', '2024-12-02 13:25:05'), (2978, 'es', 'course_video', 'Vídeo del curso', '2024-12-02 13:25:05', '2024-12-02 13:25:05'), (2979, 'es', 'course_category', 'Categoría del curso', '2024-12-02 13:25:59', '2024-12-02 13:25:59'), (2980, 'es', 'processing', 'Tratamiento', '2024-12-02 13:25:59', '2024-12-02 13:25:59'), (2981, 'es', 'manage_cerficate', 'Gestionar certificado', '2024-12-02 13:25:59', '2024-12-02 13:25:59'), (2982, 'es', 'all_certificate', 'Todo certificado', '2024-12-02 13:25:59', '2024-12-02 13:25:59'), (2983, 'es', 'type', 'Tipo', '2024-12-02 13:25:59', '2024-12-02 13:25:59'), (2984, 'es', 'no_page_created', 'Ninguna página creada', '2024-12-02 13:25:59', '2024-12-02 13:25:59'), (2985, 'es', 'about_us', 'Sobre nosotras', '2024-12-02 13:25:59', '2024-12-02 13:25:59'), (2986, 'es', 'privacy__policy', 'Política de privacidad', '2024-12-02 13:25:59', '2024-12-02 13:25:59'), (2987, 'bn', 'join_for_free', 'যোগদান করুন', '2024-12-02 13:26:09', '2024-12-30 20:15:58'), (2988, 'es', 'terms__condition', 'Términos y condiciones', '2024-12-02 13:26:54', '2024-12-02 13:26:54'), (2989, 'es', 'install', 'Instalar', '2024-12-02 13:26:54', '2024-12-02 13:26:54'), (2991, 'es', 'digital_education', 'Educación Digital', '2024-12-02 13:26:54', '2024-12-02 13:26:54'), (2992, 'es', 'mail', 'Correo', '2024-12-02 13:26:54', '2024-12-02 13:26:54'), (2993, 'es', 'our_address', 'Nuestra Dirección', '2024-12-02 13:26:54', '2024-12-02 13:26:54'), (2994, 'es', 'paid', 'Pagada', '2024-12-02 13:26:54', '2024-12-02 13:26:54'), (2995, 'es', 'latest_enrolled_course', 'Último curso inscrito', '2024-12-02 13:26:54', '2024-12-02 13:26:54'), (2996, 'es', 'create_course_support', 'Crear soporte para el curso', '2024-12-02 13:26:54', '2024-12-02 13:26:54'), (2997, 'es', 'ticket_date', 'Fecha del billete', '2024-12-02 13:27:41', '2024-12-02 13:27:41'), (2998, 'es', 'ticket_status', 'Estado del billete', '2024-12-02 13:27:41', '2024-12-02 13:27:41'), (2999, 'es', 'supportreply', 'apoyo/respuesta', '2024-12-02 13:27:41', '2024-12-02 13:27:41'), (3000, 'es', 'how_can_enroll', '¿Cómo puedo inscribirme?', '2024-12-02 13:27:41', '2024-12-02 13:27:41'), (3001, 'es', 'you_should_reply_as_soon_as_possible', 'Deberías responder lo antes posible', '2024-12-02 13:27:41', '2024-12-02 13:27:41'), (3002, 'es', 'app_store_link', 'Enlace de la tienda de aplicaciones', '2024-12-02 13:27:41', '2024-12-02 13:27:41'), (3003, 'es', 'play_store_link', 'Enlace de Play Store', '2024-12-02 13:27:41', '2024-12-02 13:27:41'), (3004, 'es', 'reply', 'Responder', '2024-12-02 13:27:41', '2024-12-02 13:27:41'), (3006, 'es', 'message', 'Mensaje', '2024-12-02 13:28:31', '2024-12-02 13:28:31'), (3007, 'es', 'create_notice', 'Crear aviso', '2024-12-02 13:28:31', '2024-12-02 13:28:31'), (3008, 'es', 'select_type', 'Seleccionar tipo', '2024-12-02 13:28:31', '2024-12-02 13:28:31'), (3009, 'es', 'instructors', 'Instructoras', '2024-12-02 13:28:31', '2024-12-02 13:28:31'), (3010, 'es', 'students_and_instructors', 'Estudiantes e instructores', '2024-12-02 13:28:31', '2024-12-02 13:28:31'), (3011, 'es', 'view_all', 'Ver todo', '2024-12-02 13:28:31', '2024-12-02 13:28:31'), (3012, 'es', 'mark_all_as_read', 'Marcar todo como leído', '2024-12-02 13:28:31', '2024-12-02 13:28:31'), (3013, 'es', 'noticesboard_manage', 'Administrar tablón de anuncios', '2024-12-02 13:28:31', '2024-12-02 13:28:31'), (3014, 'es', 'noticesboard', 'Tablón de anuncios', '2024-12-02 13:28:31', '2024-12-02 13:28:31'), (3015, 'es', 'create_notice_board', 'Crear tablón de anuncios', '2024-12-02 13:29:29', '2024-12-02 13:29:29'), (3016, 'es', 'course_name', 'Nombre del curso', '2024-12-02 13:29:29', '2024-12-02 13:29:29'), (3017, 'es', 'posts', 'Publicaciones', '2024-12-02 13:29:29', '2024-12-02 13:29:29'), (3018, 'es', 'published_date', 'Fecha de publicación', '2024-12-02 13:29:29', '2024-12-02 13:29:29'), (3019, 'es', 'contact_reply', 'Contacto Responder', '2024-12-02 13:29:29', '2024-12-02 13:29:29'), (3020, 'es', 'reply_contact', 'Responder Contacto', '2024-12-02 13:29:29', '2024-12-02 13:29:29'), (3021, 'es', 'create_staff', 'Crear personal', '2024-12-02 13:29:29', '2024-12-02 13:29:29'), (3022, 'es', 'cancel_course', 'Cancelar curso', '2024-12-02 13:29:29', '2024-12-02 13:29:29'), (3023, 'es', 'create_role', 'Crear rol', '2024-12-02 13:29:29', '2024-12-02 13:29:29'), (3024, 'es', 'bundle_info', 'Información del paquete', '2024-12-02 13:30:17', '2024-12-02 13:30:17'), (3025, 'es', 'select_courses', 'Seleccionar cursos', '2024-12-02 13:30:17', '2024-12-02 13:30:17'), (3026, 'es', 'how_to_download_resource', 'Cómo descargar el recurso', '2024-12-02 13:30:17', '2024-12-02 13:30:17'), (3027, 'es', 'view_status', 'Ver estado', '2024-12-02 13:30:17', '2024-12-02 13:30:17'), (3028, 'es', 'no_student', 'Ningún estudiante', '2024-12-02 13:30:17', '2024-12-02 13:30:17'), (3029, 'es', 'extra', 'Extra', '2024-12-02 13:30:17', '2024-12-02 13:30:17'), (3030, 'es', 'edit_bundle', 'Editar paquete', '2024-12-02 13:30:17', '2024-12-02 13:30:17'), (3031, 'es', 'institute_name', 'Nombre del Instituto', '2024-12-02 13:30:17', '2024-12-02 13:30:17'), (3032, 'es', 'department', 'Departamento', '2024-12-02 13:30:17', '2024-12-02 13:30:17'), (3033, 'es', 'degree', 'Grado', '2024-12-02 13:31:06', '2024-12-29 21:10:00'), (3034, 'es', 'duration_years', 'Duración (Años)', '2024-12-02 13:31:06', '2024-12-02 13:31:06'), (3035, 'es', 'passing_year', 'Año que pasa', '2024-12-02 13:31:06', '2024-12-02 13:31:06'), (3036, 'es', 'company_name', 'nombre de empresa', '2024-12-02 13:31:06', '2024-12-02 13:31:06'), (3037, 'es', 'start_date', 'Fecha de inicio', '2024-12-02 13:31:06', '2024-12-02 13:31:06'), (3038, 'es', 'end_date', 'Fecha de finalización', '2024-12-02 13:31:06', '2024-12-02 13:31:06'), (3039, 'es', 'to_present', 'Para presentar', '2024-12-02 13:31:06', '2024-12-02 13:31:06'), (3040, 'en', 'kindergarten', 'Kindergarten', '2024-12-02 16:26:16', '2024-12-02 16:26:16'), (3041, 'en', 'why_students_trust_us_to_advance_their_knowledge', 'Why Students Trust Us to Advance Their Knowledge', '2024-12-02 16:26:33', '2024-12-02 16:26:33'), (3042, 'en', 'joined', 'Joined', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3043, 'en', '9', '9+', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3044, 'en', 'already', 'already', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3045, 'en', 'the_journey_begins_here_at', 'The Journey Begins Here at', '2024-12-02 16:28:02', '2024-12-02 16: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 16:28:02', '2024-12-02 16:28:02'), (3047, 'en', 'read_more_about', 'Read More About', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3048, 'en', 'educator_support', 'Educator Support', '2024-12-02 16:28:02', '2024-12-02 16: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 16:28:02', '2024-12-02 16:28:02'), (3050, 'en', 'top_instructors', 'Top Instructors', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3051, 'en', 'best_award_wining', 'Best Award Wining', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3052, 'en', 'we_engage_kids_at_their_level_no_matter', 'We Engage Kids at Their Level, No Matter', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3053, 'en', 'their_stage', 'Their Stage', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3054, 'en', 'see_details', 'See Details', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3055, 'en', 'the_work_process_of_our', 'The Work Process of Our', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3056, 'en', 'kindergarten_school', 'kindergarten School', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3058, 'en', 'morning_circle_time', 'Morning Circle Time', '2024-12-02 16:28:02', '2024-12-02 16: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 16:28:02', '2024-12-02 16:28:02'), (3061, 'en', 'learning_through_play', 'Learning Through Play', '2024-12-02 16:28:02', '2024-12-02 16: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 16:28:02', '2024-12-02 16:28:02'), (3064, 'en', 'snack_and_rest_period', 'Snack and Rest Period', '2024-12-02 16:28:02', '2024-12-02 16: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 16:28:02', '2024-12-02 16:28:02'), (3066, 'en', 'by_the_numbers_of', 'By the Numbers of', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3067, 'en', 'our_impact', 'Our Impact', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3069, 'en', 'best_teachers', 'Best Teachers', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3070, 'en', 'years_of_experience', 'Years of experience', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3071, 'en', 'apply_for', 'Apply For', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3072, 'en', 'admission', 'Admission', '2024-12-02 16:28:02', '2024-12-02 16: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 16:28:02', '2024-12-02 16:28:02'), (3074, 'en', 'meet_our_top_creative', 'Meet Our Top Creative', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3075, 'en', 'school_teachers', 'School Teachers', '2024-12-02 16:28:02', '2024-12-02 16:28:02'), (3076, 'en', 'see_all_teacher', 'See All Teacher', '2024-12-02 16:28:03', '2024-12-02 16:28:03'), (3077, 'en', 'trusted_by_companies_all_over_the_world', 'Trusted by Companies All Over the World', '2024-12-02 16:28:03', '2024-12-02 16:28:03'), (3078, 'en', 'explore_our_latest', 'Explore Our Latest', '2024-12-02 16:28:03', '2024-12-02 16:28:03'), (3079, 'en', 'news__articles', 'News & Articles', '2024-12-02 16:28:03', '2024-12-02 16:28:03'), (3080, 'en', 'where_every_child_shines_', 'Where Every Child Shines -', '2024-12-02 16:28:03', '2024-12-02 16:28:03'), (3081, 'en', 'admissions_open', 'Admissions Open!', '2024-12-02 16:28:03', '2024-12-02 16:28:03'), (3082, 'en', 'enroll_now_', 'Enroll Now !', '2024-12-02 16:28:03', '2024-12-02 16:28:03'), (3083, 'ar', 'kindergarten', 'روضة أطفال', '2024-12-03 05:32:05', '2024-12-10 13:54:57'), (3084, 'en', 'join_as_an_instructor_for_online_course', 'Join as an instructor for online course.', '2024-12-04 06:10:23', '2024-12-04 06:10:23'), (3085, 'en', 'confirm_password', 'Confirm Password', '2024-12-04 06:10:24', '2024-12-04 06: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 06:10:24', '2024-12-04 06:10:24'), (3087, 'en', 'hero_manage', 'Hero Manage', '2024-12-04 06:13:08', '2024-12-04 06:13:08'), (3088, 'en', 'slider_manage', 'Slider Manage', '2024-12-04 06:13:08', '2024-12-04 06:13:08'), (3089, 'ar', 'hero_manage', 'مدير البطل', '2024-12-04 06:13:21', '2024-12-05 08:08:42'), (3090, 'ar', 'slider_manage', 'إدارة المنزلق', '2024-12-04 06:13:21', '2024-12-05 08:08:26'), (3091, 'en', 'poster_settings', 'Poster Settings', '2024-12-04 06:22:00', '2024-12-04 06:22:00'), (3092, 'en', 'about_us_section', 'About Us Section', '2024-12-04 06:22:00', '2024-12-04 06:22:00'), (3093, 'en', 'active_user', 'Active User', '2024-12-04 06:22:00', '2024-12-04 06:22:00'), (3094, 'en', 'active_user_short_description', 'Active User Short Description', '2024-12-04 06:22:00', '2024-12-04 06:22:00'), (3095, 'en', 'satisfied_user', 'Satisfied User', '2024-12-04 06:22:00', '2024-12-04 06:22:00'), (3096, 'en', 'satisfied_user_short_description', 'Satisfied User Short Description', '2024-12-04 06:22:00', '2024-12-04 06:22:00'), (3097, 'en', 'additional_description', 'Additional Description', '2024-12-04 06:22:00', '2024-12-04 06:22:00'), (3098, 'en', 'banner_image_one', 'Banner Image One', '2024-12-04 06:22:00', '2024-12-04 06:22:00'), (3099, 'en', 'banner_image_two', 'Banner Image Two', '2024-12-04 06:22:00', '2024-12-04 06:22:00'), (3100, 'en', 'poster_section', 'Poster Section', '2024-12-04 06:22:00', '2024-12-04 06:22:00'), (3101, 'en', 'button_label', 'Button Label', '2024-12-04 06:22:00', '2024-12-04 06:22:00'), (3102, 'en', 'poster_background_image', 'Poster Background Image', '2024-12-04 06:22:00', '2024-12-04 06:22:00'), (3103, 'en', 'our_top_categories', 'Our Top Categories', '2024-12-04 06:35:16', '2024-12-04 06:35:16'), (3104, 'en', 'm', 'm+', '2024-12-04 06:35:16', '2024-12-04 06:35:16'), (3105, 'en', 'active_users', 'Active users', '2024-12-04 06:35:16', '2024-12-04 06:35:16'), (3106, 'en', 'explore_details', 'Explore Details', '2024-12-04 06:35:16', '2024-12-04 06:35:16'), (3107, 'en', 'our_featured_courses', 'Our Featured Courses', '2024-12-04 06:35:16', '2024-12-04 06:35:16'), (3108, 'en', 'our_instructors', 'Our Instructors', '2024-12-04 06:35:16', '2024-12-04 06:35:16'), (3109, 'en', 'meet_our_most_tenanted_team_member', 'Meet Our Most Tenanted Team Member', '2024-12-04 06:35:16', '2024-12-04 06:35:16'), (3110, 'en', 'see_all_teachers', 'See all Teachers', '2024-12-04 06:35:16', '2024-12-04 06: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 06:35:16', '2024-12-04 06:35:16'), (3113, 'en', 'our_popular_courses', 'Our Popular Courses', '2024-12-04 06:35:16', '2024-12-04 06:35:16'), (3114, 'en', 'see_more_courses', 'See More Courses', '2024-12-04 06:35:16', '2024-12-04 06: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 06:35:16', '2024-12-04 06:35:16'), (3116, 'en', 'subscribe', 'Subscribe', '2024-12-04 06:35:16', '2024-12-04 06:35:16'), (3117, 'en', 'view_more_details', 'View More Details', '2024-12-04 06:38:02', '2024-12-04 06:38:02'), (3119, 'en', 'explore_our_popular_courses', 'Explore Our Popular Courses', '2024-12-04 06:51:47', '2024-12-04 06:51:47'), (3120, 'en', 'student_feedback', 'Student Feedback', '2024-12-04 06:51:47', '2024-12-04 06:51:47'), (3121, 'en', 'what_our_students_says', 'What Our Students Says', '2024-12-04 06:51:47', '2024-12-04 06:51:47'), (3122, 'en', 'team_member', 'Team Member', '2024-12-04 06:51:47', '2024-12-04 06:51:47'), (3123, 'en', 'our_leadership_team', 'Our Leadership Team', '2024-12-04 06:51:47', '2024-12-04 06:51:47'), (3124, 'en', 'view_all_teachers', 'View All Teachers', '2024-12-04 06:51:47', '2024-12-04 06:51:47'), (3125, 'en', 'see_our_upcoming_courses', 'See Our Upcoming Courses', '2024-12-04 06:51:47', '2024-12-04 06:51:47'), (3126, 'en', 'organizations', 'Organizations', '2024-12-04 06:51:47', '2024-12-04 06:51:47'), (3127, 'en', 'explore_best_organizations', 'Explore Best Organizations', '2024-12-04 06:51:47', '2024-12-04 06:51:47'), (3128, 'en', 'read_our_latest_blog', 'Read Our latest blog', '2024-12-04 06:51:47', '2024-12-04 06:51:47'), (3129, 'en', 'see_more_news', 'See More News', '2024-12-04 06:51:47', '2024-12-04 06:51:47'), (3130, 'en', 'get_started_now', 'Get Started Now', '2024-12-04 06:56:26', '2024-12-04 06:56:26'), (3131, 'ar', 'our_top_categories', 'أفضل الفئات لدينا', '2024-12-04 06:57:08', '2024-12-10 14:04:27'), (3132, 'ar', 'm', 'م+', '2024-12-04 06:57:08', '2024-12-10 14:04:27'), (3133, 'ar', 'active_users', 'المستخدمين النشطين', '2024-12-04 06:57:08', '2024-12-10 14:04:27'), (3135, 'ar', 'explore_details', 'استكشاف التفاصيل', '2024-12-04 06:57:08', '2024-12-10 14:04:27'), (3136, 'ar', 'our_featured_courses', 'دوراتنا المميزة', '2024-12-04 06:57:09', '2024-12-10 14:04:27'), (3137, 'ar', 'our_instructors', 'المدربين لدينا', '2024-12-04 06:57:09', '2024-12-10 14:04:27'), (3138, 'ar', 'meet_our_most_tenanted_team_member', 'تعرَّف على أكثر أعضاء فريقنا مستأجرًا', '2024-12-04 06:57:09', '2024-12-30 07:11:51'), (3139, 'ar', 'see_all_teachers', 'شاهد جميع المعلمين', '2024-12-04 06:57:09', '2024-12-05 08:19:45'), (3140, 'ar', 'what_students_says_about_eduven_to_take_their_service', 'ما يقوله الطلاب حول إديوفين لتلقي خدمتهم', '2024-12-04 06:57:09', '2025-01-07 10:22:37'), (3142, 'ar', 'our_popular_courses', 'دوراتنا الشعبية', '2024-12-04 06:57:09', '2024-12-10 14:05:18'), (3143, 'ar', 'see_more_courses', 'رؤية المزيد من الدورات', '2024-12-04 06:57:09', '2024-12-10 14:05:18'), (3144, 'ar', 'our_most_recent_daily_blog_posts_and_our_news', 'أحدث منشوراتنا اليومية على المدونة وأخبارنا', '2024-12-04 06:57:09', '2024-12-10 14:05:18'), (3145, 'ar', 'get_started_now', 'ابدأ الآن', '2024-12-04 06:57:09', '2024-12-10 14:07:09'), (3146, 'ar', 'subscribe', 'يشترك', '2024-12-04 06:57:09', '2024-12-10 14:05:19'), (3147, 'en', 'please_confirm_password', 'Please Confirm Password', '2024-12-04 07:12:52', '2024-12-04 07:12:52'), (3148, 'en', 'platform_ticket', 'Platform Ticket', '2024-12-04 07:33:07', '2024-12-04 07:33:07'), (3149, 'en', 'courses_ticket', 'Courses Ticket', '2024-12-04 07:33:07', '2024-12-04 07:33:07'), (3150, 'en', 'forget_password', 'Forget password', '2024-12-04 07:33:21', '2024-12-04 07:33:21'), (3151, 'en', 'ticket_close', 'Ticket Close', '2024-12-04 07:33:21', '2024-12-04 07:33:21'), (3152, 'en', 'select_role', 'Select Role', '2024-12-04 07:37:42', '2024-12-04 07:37:42'), (3153, 'ar', 'the_journey_begins_here_at', 'الرحلة تبدأ هنا في', '2024-12-04 07:39:18', '2024-12-30 06: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 07:39:18', '2024-12-30 06:45:01'), (3155, 'ar', 'read_more_about', 'اقرأ المزيد عن', '2024-12-04 07:39:18', '2024-12-30 06:45:01'), (3156, 'ar', 'educator_support', 'دعم المعلم', '2024-12-04 07:39:18', '2024-12-30 06:45:01'), (3157, 'ar', 'majority_have_suffered_alteration_in_some_form_by_injected_humour_there_are_many_variations', 'لقد عانت الأغلبية من التغيير بشكل ما، عن طريق إدخال الفكاهة هناك العديد من الاختلافات.', '2024-12-04 07:39:18', '2024-12-30 06:45:01'), (3158, 'ar', 'top_instructors', 'كبار المدربين', '2024-12-04 07:39:18', '2024-12-30 06:45:01'), (3159, 'ar', 'best_award_wining', 'الحائز على جائزة أفضل', '2024-12-04 07:39:18', '2024-12-30 06:45:01'), (3160, 'ar', 'we_engage_kids_at_their_level_no_matter', 'نحن نشرك الأطفال في مستواهم، بغض النظر عن ذلك', '2024-12-04 07:39:18', '2024-12-30 07:04:06'), (3161, 'ar', 'their_stage', 'المرحلة الخاصة بهم', '2024-12-04 07:39:18', '2024-12-30 07:04:06'), (3162, 'ar', 'see_details', 'انظر التفاصيل', '2024-12-04 07:39:18', '2024-12-30 07:04:06'), (3163, 'ar', 'the_work_process_of_our', 'عملية العمل لدينا', '2024-12-04 07:39:18', '2024-12-30 07:04:06'), (3164, 'ar', 'kindergarten_school', 'مدرسة رياض الأطفال', '2024-12-04 07:39:18', '2024-12-30 07:04:06'), (3166, 'ar', 'morning_circle_time', 'توقيت دائرة الصباح', '2024-12-04 07:39:18', '2024-12-30 07: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 07:39:18', '2024-12-30 07:04:06'), (3169, 'ar', 'learning_through_play', 'التعلم من خلال اللعب', '2024-12-04 07:39:18', '2024-12-30 07:08:18'), (3170, 'ar', 'activities_like_puzzles_crafts_and_roleplaying_encourage_creativity_problemsolving_and_motor_skill_development', 'تشجع الأنشطة مثل الألغاز والحرف اليدوية ولعب الأدوار على الإبداع وحل المشكلات وتنمية المهارات الحركية.', '2024-12-04 07:39:18', '2024-12-30 07:08:18'), (3172, 'ar', 'snack_and_rest_period', 'فترة الوجبات الخفيفة والراحة', '2024-12-04 07:39:18', '2024-12-30 07:08:18'), (3173, 'ar', 'scheduled_time_for_nutritious_snacks_and_relaxation_to_recharge_promoting_healthy_habits_and_wellbeing', 'الوقت المحدد لتناول الوجبات الخفيفة المغذية والاسترخاء لإعادة شحن طاقتك وتعزيز العادات الصحية والرفاهية.', '2024-12-04 07:39:18', '2024-12-30 07:08:18'), (3174, 'ar', 'by_the_numbers_of', 'بواسطة أرقام', '2024-12-04 07:39:18', '2024-12-30 07:08:18'), (3175, 'ar', 'our_impact', 'تأثيرنا', '2024-12-04 07:39:18', '2024-12-30 07:08:18'), (3176, 'ar', 'best_teachers', 'أفضل المعلمين', '2024-12-04 07:39:18', '2024-12-30 07:08:18'), (3177, 'ar', 'years_of_experience', 'سنوات من الخبرة', '2024-12-04 07:39:18', '2024-12-10 14:01:31'), (3178, 'ar', 'apply_for', 'تقدم بطلبك', '2024-12-04 07:39:18', '2024-12-10 14:01:31'), (3179, 'ar', 'admission', 'قبول', '2024-12-04 07:39:18', '2024-12-10 14:01:31'), (3180, 'ar', 'lorem_ipsum_dolor_sit_amet_consectetur_adipiscing_elit_donec_euismod_non_arcu_nec_volutpat', 'العميل مهم جدًا، العميل سوف يتبعه العميل. حتى أداء ، لا القوس ولا مهنة.', '2024-12-04 07:39:18', '2025-01-07 10:21:59'), (3181, 'ar', 'confirm_password', 'تأكيد كلمة المرور', '2024-12-04 07:39:18', '2024-12-10 14:02:22'), (3182, 'ar', 'meet_our_top_creative', 'تعرَّف على أفضل المبدعين لدينا', '2024-12-04 07:39:18', '2024-12-10 14:01:31'), (3183, 'ar', 'school_teachers', 'معلمو المدارس', '2024-12-04 07:39:18', '2024-12-10 14:01:31'), (3184, 'ar', 'see_all_teacher', 'شاهد الكل المعلم', '2024-12-04 07:39:18', '2024-12-05 08:19:45'), (3185, 'ar', 'trusted_by_companies_all_over_the_world', 'موثوق بها من قبل الشركات في جميع أنحاء العالم', '2024-12-04 07:39:18', '2024-12-10 14:01:31'), (3186, 'ar', 'explore_our_latest', 'اكتشف أحدث ما لدينا', '2024-12-04 07:39:18', '2024-12-10 14:01:31'), (3187, 'ar', 'news__articles', 'الأخبار والمقالات', '2024-12-04 07:39:18', '2024-12-10 14:02:22'), (3188, 'ar', 'where_every_child_shines_', 'الأخبار والمقالات', '2024-12-04 07:39:18', '2024-12-10 14:02:22'), (3189, 'ar', 'admissions_open', 'القبول مفتوح!', '2024-12-04 07:39:18', '2024-12-10 14:02:22'), (3190, 'ar', 'enroll_now_', 'سجل الآن!', '2024-12-04 07:39:18', '2024-12-10 14:02:22'), (3191, 'bn', 'kindergarten', 'কিন্ডারগার্টেন', '2024-12-04 07:39:33', '2024-12-10 14:22:10'), (3192, 'bn', 'the_journey_begins_here_at', 'যাত্রা এখানে শুরু হয়', '2024-12-04 07:39:35', '2024-12-29 18: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 07:39:35', '2024-12-10 14:24:50'), (3194, 'bn', 'read_more_about', 'সম্পর্কে আরো পড়ুন', '2024-12-04 07:39:35', '2024-12-10 14:24:50'), (3195, 'bn', 'educator_support', 'শিক্ষাবিদ সমর্থন', '2024-12-04 07:39:35', '2024-12-10 14:24:50'), (3196, 'bn', 'majority_have_suffered_alteration_in_some_form_by_injected_humour_there_are_many_variations', 'বেশির ভাগই কোনো না কোনো আকারে পরিবর্তনের শিকার হয়েছে, ইনজেক্টেড হিউমার দ্বারা অনেক বৈচিত্র রয়েছে।', '2024-12-04 07:39:36', '2024-12-10 14:24:50'), (3197, 'bn', 'top_instructors', 'শীর্ষ প্রশিক্ষক', '2024-12-04 07:39:36', '2024-12-10 14:24:50'), (3198, 'bn', 'best_award_wining', 'সেরা পুরস্কার বিজয়ী', '2024-12-04 07:39:36', '2024-12-29 18:12:04'), (3199, 'bn', 'we_engage_kids_at_their_level_no_matter', 'আমরা বাচ্চাদের তাদের স্তরে নিযুক্ত করি, কোন ব্যাপার না', '2024-12-04 07:39:36', '2024-12-10 14:26:56'), (3200, 'bn', 'their_stage', 'তাদের মঞ্চ', '2024-12-04 07:39:36', '2024-12-10 14:26:56'), (3201, 'bn', 'see_details', 'বিস্তারিত দেখুন', '2024-12-04 07:39:36', '2024-12-10 14:26:56'), (3202, 'bn', 'the_work_process_of_our', 'আমাদের কাজের প্রক্রিয়া', '2024-12-04 07:39:36', '2024-12-10 14:26:56'), (3203, 'bn', 'kindergarten_school', 'কিন্ডারগার্টেন স্কুল', '2024-12-04 07:39:36', '2024-12-10 14:26:56'), (3205, 'bn', 'morning_circle_time', 'সকালের বৃত্তের সময়', '2024-12-04 07:39:36', '2024-12-10 14:26:56'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (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 07:39:36', '2024-12-10 14:26:56'), (3208, 'bn', 'learning_through_play', 'খেলার মাধ্যমে শেখা', '2024-12-04 07:39:36', '2024-12-10 14:28:48'), (3209, 'bn', 'activities_like_puzzles_crafts_and_roleplaying_encourage_creativity_problemsolving_and_motor_skill_development', 'ধাঁধা, কারুশিল্প এবং ভূমিকা পালনের মতো ক্রিয়াকলাপগুলি সৃজনশীলতা, সমস্যা সমাধান এবং মোটর দক্ষতা বিকাশকে উত্সাহিত করে', '2024-12-04 07:39:36', '2024-12-10 14:28:48'), (3211, 'bn', 'snack_and_rest_period', 'জলখাবার এবং বিশ্রামের সময়কাল', '2024-12-04 07:39:36', '2024-12-10 14:28:48'), (3212, 'bn', 'scheduled_time_for_nutritious_snacks_and_relaxation_to_recharge_promoting_healthy_habits_and_wellbeing', 'পুষ্টিকর খাবারের জন্য নির্ধারিত সময় এবং রিচার্জ করার জন্য বিশ্রাম, স্বাস্থ্যকর অভ্যাস এবং সুস্থতার প্রচার।', '2024-12-04 07:39:36', '2024-12-10 14:28:48'), (3213, 'bn', 'by_the_numbers_of', 'সংখ্যা দ্বারা', '2024-12-04 07:39:36', '2024-12-29 18:12:26'), (3214, 'bn', 'our_impact', 'আমাদের প্রভাব', '2024-12-04 07:39:36', '2024-12-10 14:28:48'), (3216, 'bn', 'best_teachers', 'সেরা শিক্ষক', '2024-12-04 07:39:36', '2024-12-10 14:28:48'), (3217, 'bn', 'years_of_experience', 'বছরের অভিজ্ঞতা', '2024-12-04 07:39:36', '2024-12-10 14:31:36'), (3218, 'bn', 'apply_for', 'জন্য আবেদন করুন', '2024-12-04 07:39:36', '2024-12-10 14:31:36'), (3219, 'bn', 'admission', 'ভর্তি', '2024-12-04 07:39:36', '2024-12-10 14:31:36'), (3220, 'bn', 'lorem_ipsum_dolor_sit_amet_consectetur_adipiscing_elit_donec_euismod_non_arcu_nec_volutpat', 'গ্রাহক অত্যন্ত গুরুত্বপূর্ণ, গ্রাহক গ্রাহক দ্বারা অনুসরণ করা হবে। কর্মক্ষমতা পর্যন্ত, না আর্ক না ক্যারিয়ার।', '2024-12-04 07:39:36', '2024-12-29 18:12:57'), (3221, 'bn', 'confirm_password', 'পাসওয়ার্ড নিশ্চিত করুন', '2024-12-04 07:39:36', '2024-12-29 18:14:00'), (3222, 'bn', 'meet_our_top_creative', 'আমাদের শীর্ষ ক্রিয়েটিভের সাথে দেখা করুন', '2024-12-04 07:39:36', '2024-12-10 14:31:36'), (3223, 'bn', 'school_teachers', 'স্কুলের শিক্ষকরা', '2024-12-04 07:39:36', '2024-12-10 14:31:36'), (3224, 'bn', 'see_all_teacher', 'সমস্ত শিক্ষক দেখুন', '2024-12-04 07:39:36', '2024-12-10 14:31:36'), (3225, 'bn', 'trusted_by_companies_all_over_the_world', 'সারা বিশ্বের কোম্পানি দ্বারা বিশ্বস্ত', '2024-12-04 07:39:36', '2024-12-10 14:31:36'), (3226, 'bn', 'explore_our_latest', 'আমাদের সর্বশেষ অন্বেষণ', '2024-12-04 07:39:36', '2024-12-10 14:31:36'), (3227, 'bn', 'news__articles', 'সংবাদ ও প্রবন্ধ', '2024-12-04 07:39:36', '2024-12-29 18:14:00'), (3228, 'bn', 'where_every_child_shines_', 'যেখানে প্রতিটি শিশু উজ্জ্বল হয় -', '2024-12-04 07:39:36', '2024-12-29 18:14:00'), (3229, 'bn', 'admissions_open', 'ভর্তি খোলা!', '2024-12-04 07:39:36', '2024-12-29 18:14:00'), (3230, 'bn', 'enroll_now_', 'এখন নথিভুক্ত!', '2024-12-04 07:39:36', '2024-12-29 18:14:00'), (3231, 'en', 'certificate_name', 'Certificate Name', '2024-12-04 07:39:43', '2024-12-04 07:39:43'), (3232, 'en', 'hero', 'Hero', '2024-12-04 07:41:21', '2024-12-04 07:41:21'), (3233, 'en', 'no_hero_created', 'No Hero Created', '2024-12-04 07:41:21', '2024-12-04 07:41:21'), (3234, 'en', 'edit_hero', 'Edit Hero', '2024-12-04 07:41:27', '2024-12-04 07:41:27'), (3235, 'en', 'create_hero', 'Create Hero', '2024-12-04 07:41:27', '2024-12-04 07:41:27'), (3236, 'en', 'select_theme', 'Select Theme', '2024-12-04 07:41:27', '2024-12-04 07:41:27'), (3237, 'en', 'theme_name', 'Theme Name', '2024-12-04 07:41:49', '2024-12-04 07:41:49'), (3238, 'en', 'manage_slider', 'Manage Slider', '2024-12-04 07:43:15', '2024-12-04 07:43:15'), (3239, 'en', 'slider', 'Slider', '2024-12-04 07:43:15', '2024-12-04 07:43:15'), (3240, 'en', 'no_slider_created', 'No Slider Created', '2024-12-04 07:43:15', '2024-12-04 07:43:15'), (3241, 'bn', 'hero_manage', 'হিরো ম্যানেজার', '2024-12-04 07:44:44', '2024-12-05 08:10:03'), (3242, 'bn', 'slider_manage', 'স্লাইডার পরিচালনা করুন', '2024-12-04 07:44:44', '2024-12-05 08:10:27'), (3243, 'en', 'edit_page', 'Edit Page', '2024-12-04 07:50:28', '2024-12-04 07:50:28'), (3244, 'en', 'create_slider', 'Create Slider', '2024-12-04 07:50:28', '2024-12-04 07:50:28'), (3245, 'en', 'highlight_text', 'Highlight Text', '2024-12-04 07:50:28', '2024-12-04 07:50:28'), (3246, 'en', 'select_hero', 'Select Hero', '2024-12-04 07:50:28', '2024-12-04 07:50:28'), (3247, 'en', 'button', 'Button', '2024-12-04 07:50:28', '2024-12-04 07:50:28'), (3248, 'es', 'hero_manage', 'Hero Manage de héroe', '2024-12-04 07:52:12', '2024-12-10 14:38:57'), (3249, 'es', 'slider_manage', 'Administrar control deslizantecontrol deslizante', '2024-12-04 07:52:12', '2024-12-10 14:38:57'), (3250, 'en', 'hero_name', 'Hero Name', '2024-12-04 07:55:20', '2024-12-04 07:55:20'), (3252, 'en', 'edit_slider', 'Edit Slider', '2024-12-04 08:02:27', '2024-12-04 08:02:27'), (3253, 'en', 'lms_education', 'LMS Education', '2024-12-04 08:22:47', '2024-12-04 08:22:47'), (3254, 'en', 'sign_up_now', 'Sign Up Now', '2024-12-04 08:37:51', '2024-12-04 08:37:51'), (3256, 'en', 'counter_section', 'Counter Section', '2024-12-04 08:45:37', '2024-12-04 08:45:37'), (3257, 'en', 'profile_setting', 'Profile Setting', '2024-12-04 09:14:22', '2024-12-04 09:14:22'), (3258, 'en', 'institute', 'Institute', '2024-12-04 09:19:57', '2024-12-04 09:19:57'), (3259, 'en', 'achievement', 'Achievement', '2024-12-04 09:19:57', '2024-12-04 09:19:57'), (3260, 'en', 'company', 'Company', '2024-12-04 09:19:57', '2024-12-04 09:19:57'), (3261, 'bn', 'lms_education', 'এলএমএস শিক্ষা', '2024-12-04 09:28:40', '2024-12-29 18:16:03'), (3262, 'ar', 'lms_education', 'التعليم', '2024-12-04 11:19:22', '2025-01-07 10:48:58'), (3263, 'es', 'lms_education', 'LMS Education', '2024-12-04 12:53:18', '2024-12-04 12:53:18'), (3264, 'es', 'kindergarten', 'Kindergarten', '2024-12-04 12:53:18', '2024-12-04 12:53:18'), (3265, 'es', 'confirm_password', 'confirmar ContraseñaPassword', '2024-12-04 12:53:20', '2024-12-10 14:38:57'), (3266, 'es', 'our_top_categories', 'Nuestras categorías principales', '2024-12-04 12:53:33', '2024-12-10 14:33:37'), (3267, 'es', 'm', 'metro', '2024-12-04 12:53:33', '2024-12-10 14:33:37'), (3268, 'es', 'active_users', 'Usuarias activas', '2024-12-04 12:53:34', '2024-12-10 14:33:37'), (3270, 'es', 'explore_details', 'Explore Explorar detalles', '2024-12-04 12:53:34', '2024-12-10 14:33:37'), (3271, 'es', 'our_featured_courses', 'Nuestros cursos destacados', '2024-12-04 12:53:34', '2024-12-10 14:33:37'), (3272, 'es', 'our_instructors', 'Nuestras instructores', '2024-12-04 12:53:34', '2024-12-10 14:33:37'), (3273, 'es', 'meet_our_most_tenanted_team_member', 'Conozca a nuestro miembro del equipo más alquilado', '2024-12-04 12:53:34', '2024-12-10 14:40:49'), (3274, 'es', 'see_all_teachers', 'Ver todas las maestras', '2024-12-04 12:53:34', '2024-12-05 08:14:58'), (3275, 'es', 'what_students_says_about_eduven_to_take_their_service', 'Ver todas las maestras', '2024-12-04 12:53:34', '2024-12-10 14:34:37'), (3277, 'es', 'our_popular_courses', 'Nuestros cursos populares', '2024-12-04 12:53:34', '2024-12-10 14:34:37'), (3278, 'es', 'see_more_courses', 'Ver más cursos', '2024-12-04 12:53:34', '2024-12-10 14: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 12:53:34', '2024-12-10 14:34:37'), (3280, 'es', 'subscribe', 'Suscribir', '2024-12-04 12:53:34', '2024-12-10 14:34:37'), (3281, 'ar', 'why_students_trust_us_to_advance_their_knowledge', 'لماذا يثق الطلاب بنا لتطوير معارفهم', '2024-12-04 13:19:33', '2024-12-10 13:54:57'), (3282, 'ar', 'join_as_an_instructor_for_online_course', 'انضم كمدرس للدورة عبر الإنترنت.', '2024-12-04 13:19:33', '2024-12-10 14: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 13:19:33', '2024-12-30 07:10:28'), (3284, 'en', 'banner_image_for_digital_education', 'Banner Image For Digital Education', '2024-12-04 13:35:31', '2024-12-04 13:35:31'), (3285, 'en', 'banner_image_for_elearning_education', 'Banner Image For E-learning Education', '2024-12-04 13:35:31', '2024-12-04 13:35:31'), (3286, 'en', 'banner_image_for_lms_education', 'Banner Image For LMS Education', '2024-12-04 13:35:31', '2024-12-04 13:35:31'), (3287, 'en', 'banner_image_for_kindergarten', 'Banner Image For Kindergarten', '2024-12-04 13:35:31', '2024-12-04 13:35:31'), (3288, 'bn', 'sign_up_now', 'এখন সাইন আপ করুন', '2024-12-04 13:37:56', '2024-12-10 14:44:04'), (3289, 'bn', 'view_more_details', 'আরও বিশদ দেখুন', '2024-12-04 13:37:56', '2024-12-10 14:37:31'), (3291, 'bn', 'explore_our_popular_courses', 'আমাদের জনপ্রিয় কোর্সগুলি অন্বেষণ করুন৷', '2024-12-04 13:37:56', '2024-12-10 14:39:04'), (3292, 'bn', 'student_feedback', 'ছাত্র প্রতিক্রিয়া', '2024-12-04 13:37:56', '2024-12-10 14:39:04'), (3293, 'bn', 'what_our_students_says', 'আমাদের ছাত্ররা কি বলে', '2024-12-04 13:37:56', '2024-12-10 14:39:04'), (3294, 'bn', 'team_member', 'টিমের সদস্য', '2024-12-04 13:37:56', '2024-12-10 14:39:04'), (3295, 'bn', 'our_leadership_team', 'আমাদের নেতৃত্ব দল', '2024-12-04 13:37:56', '2024-12-10 14:39:04'), (3296, 'bn', 'view_all_teachers', 'সকল শিক্ষক দেখুন', '2024-12-04 13:37:56', '2024-12-10 14:39:04'), (3297, 'bn', 'see_our_upcoming_courses', 'আমাদের আসন্ন কোর্স দেখুন', '2024-12-04 13:37:56', '2024-12-10 14:39:04'), (3298, 'bn', 'organizations', 'সংস্থা', '2024-12-04 13:37:56', '2024-12-10 14:39:04'), (3299, 'bn', 'explore_best_organizations', 'সেরা সংস্থাগুলি অন্বেষণ করুন৷', '2024-12-04 13:37:56', '2024-12-10 14:40:05'), (3300, 'bn', 'read_our_latest_blog', 'আমাদের সর্বশেষ ব্লগ পড়ুন', '2024-12-04 13:37:56', '2024-12-10 14:40:05'), (3301, 'bn', 'see_more_news', 'আরো খবর দেখুন', '2024-12-04 13:37:56', '2024-12-10 14:40:05'), (3302, 'bn', 'get_started_now', 'এখনই শুরু করুন', '2024-12-04 13:37:56', '2024-12-10 14:40:05'), (3303, 'bn', 'subscribe', 'সদস্যতা', '2024-12-04 13:37:56', '2024-12-10 14:37:31'), (3304, 'bn', 'our_top_categories', 'আমাদের শীর্ষ বিভাগ', '2024-12-04 13:38:19', '2024-12-10 14:35:16'), (3305, 'bn', 'm', 'মি+', '2024-12-04 13:38:19', '2024-12-29 18:14:27'), (3306, 'bn', 'active_users', 'সক্রিয় ব্যবহারকারী', '2024-12-04 13:38:19', '2024-12-10 14:35:16'), (3307, 'bn', 'explore_details', 'বিস্তারিত অন্বেষণ করুন', '2024-12-04 13:38:19', '2024-12-10 14:35:16'), (3308, 'bn', 'our_featured_courses', 'আমাদের বৈশিষ্ট্যযুক্ত কোর্স', '2024-12-04 13:38:19', '2024-12-10 14:35:16'), (3309, 'bn', 'our_instructors', 'আমাদের প্রশিক্ষক', '2024-12-04 13:38:19', '2024-12-10 14:35:16'), (3310, 'bn', 'meet_our_most_tenanted_team_member', 'আমাদের সবচেয়ে প্রতিভাবান টিম সদস্যের সাথে দেখা করুন', '2024-12-04 13:38:19', '2024-12-10 14:37:31'), (3311, 'bn', 'see_all_teachers', 'সব শিক্ষক দেখুন', '2024-12-04 13:38:19', '2024-12-10 14:37:31'), (3312, 'bn', 'what_students_says_about_eduven_to_take_their_service', 'শিক্ষার্থীরা তাদের সেবা নিতে এডুলাব সম্পর্কে কি বলে', '2024-12-04 13:38:19', '2024-12-29 18:15:08'), (3314, 'bn', 'our_popular_courses', 'আমাদের জনপ্রিয় কোর্স', '2024-12-04 13:38:19', '2024-12-10 14:37:31'), (3315, 'bn', 'see_more_courses', 'আরও কোর্স দেখুন', '2024-12-04 13:38:19', '2024-12-10 14:37:31'), (3316, 'bn', 'our_most_recent_daily_blog_posts_and_our_news', 'আমাদের সাম্প্রতিক ব্লগ পোস্ট এবং আমাদের খবর', '2024-12-04 13:38:19', '2024-12-30 20:23:33'), (3317, 'bn', 'joined', 'যোগদান করেছেন', '2024-12-04 13:38:53', '2024-12-10 14:22:10'), (3319, 'bn', 'already', 'যাত্রা এখানে শুরু হয়', '2024-12-04 13:38:53', '2024-12-10 14:24:50'), (3320, 'bn', 'join_as_an_instructor_for_online_course', 'অনলাইন কোর্সের জন্য একজন প্রশিক্ষক হিসাবে যোগদান করুন।', '2024-12-04 13:59:59', '2024-12-29 18: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 13:59:59', '2024-12-29 18:14:00'), (3322, 'en', 'student_support', 'Student Support', '2024-12-04 18:15:52', '2024-12-04 18:15:52'), (3324, 'bn', 'poster_settings', 'পোস্টার সেটিংস', '2024-12-05 05:58:53', '2024-12-10 14:33:42'), (3325, 'bn', 'app_store_link', 'অ্যাপ স্টোর লিঙ্ক', '2024-12-05 05:58:53', '2024-12-29 18:11:29'), (3326, 'bn', 'play_store_link', 'প্লে স্টোর লিংক', '2024-12-05 05:58:53', '2024-12-29 18:11:29'), (3327, 'bn', 'counter_section', 'কাউন্টার সেকশন', '2024-12-05 05:58:53', '2024-12-10 14:44:04'), (3328, 'bn', 'about_us_section', 'আমাদের সম্পর্কে', '2024-12-05 05:58:53', '2024-12-10 14:33:42'), (3329, 'bn', 'active_user', 'সক্রিয় ব্যবহারকারী', '2024-12-05 05:58:53', '2024-12-10 14:33:42'), (3330, 'bn', 'active_user_short_description', 'সক্রিয় ব্যবহারকারীর সংক্ষিপ্ত বিবরণ', '2024-12-05 05:58:53', '2024-12-10 14:33:42'), (3331, 'bn', 'satisfied_user', 'সন্তুষ্ট ব্যবহারকারী', '2024-12-05 05:58:53', '2024-12-10 14:33:42'), (3332, 'bn', 'satisfied_user_short_description', 'সন্তুষ্ট ব্যবহারকারী সংক্ষিপ্ত বিবরণ', '2024-12-05 05:58:53', '2024-12-10 14:33:42'), (3333, 'bn', 'additional_description', 'অতিরিক্ত বিবরণ', '2024-12-05 05:58:53', '2024-12-10 14:33:42'), (3334, 'bn', 'banner_image_for_digital_education', 'ডিজিটাল শিক্ষার জন্য ব্যানার চিত্র ই-লার্নিং শিক্ষার জন্য', '2024-12-05 05:58:53', '2024-12-29 18:17:12'), (3335, 'bn', 'banner_image_for_elearning_education', 'ব্যানার চিত্র এলএমএস শিক্ষার জন্য', '2024-12-05 05:58:53', '2024-12-29 18:17:01'), (3336, 'bn', 'banner_image_for_lms_education', 'ব্যানার চিত্র কিন্ডারগার্টেনের জন্য', '2024-12-05 05:58:53', '2024-12-10 14:45:18'), (3337, 'bn', 'banner_image_for_kindergarten', 'ব্যানার চিত্র', '2024-12-05 05:58:53', '2024-12-10 14:45:18'), (3338, 'bn', 'poster_section', 'পোস্টার বিভাগ', '2024-12-05 05:58:53', '2024-12-10 14:35:16'), (3339, 'bn', 'button_label', 'বোতাম লেবেল', '2024-12-05 05:58:53', '2024-12-10 14:35:16'), (3340, 'bn', 'poster_background_image', 'পোস্টার ব্যাকগ্রাউন্ড ইমেজ', '2024-12-05 05:58:53', '2024-12-10 14:35:16'), (3341, 'bn', 'profile_setting', 'প্রোফাইল সেটিং', '2024-12-05 06:21:00', '2024-12-10 14:44:04'), (3342, 'en', 'dark_mood_logo', 'Dark Mood Logo', '2024-12-05 06:56:16', '2024-12-05 06:56:16'), (3343, 'en', 'dark_icon_logo', 'Dark Icon Logo', '2024-12-05 06:56:16', '2024-12-05 06:56:16'), (3344, 'en', 'bundle_courses', 'Bundle Courses', '2024-12-05 07:05:00', '2024-12-05 07:05:00'), (3345, 'ar', 'sign_up_now', 'سجل الآن', '2024-12-05 07:09:40', '2024-12-10 14:09:59'), (3346, 'ar', 'view_more_details', 'عرض المزيد من التفاصيل', '2024-12-05 07:09:40', '2024-12-30 07:11:51'), (3348, 'ar', 'explore_our_popular_courses', 'استكشف دوراتنا الرائجة', '2024-12-05 07:09:40', '2024-12-10 14:06:14'), (3349, 'ar', 'student_feedback', 'ردود فعل الطلاب', '2024-12-05 07:09:40', '2024-12-10 14:06:14'), (3350, 'ar', 'what_our_students_says', 'ماذا يقول طلابنا', '2024-12-05 07:09:40', '2024-12-10 14:06:14'), (3351, 'ar', 'team_member', 'عضو فريق', '2024-12-05 07:09:40', '2024-12-10 14:06:14'), (3352, 'ar', 'our_leadership_team', 'فريق القيادة لدينا', '2024-12-05 07:09:40', '2024-12-10 14:06:14'), (3353, 'ar', 'view_all_teachers', 'عرض جميع المعلمين', '2024-12-05 07:09:40', '2024-12-10 14:06:14'), (3354, 'ar', 'see_our_upcoming_courses', 'اطلع على دوراتنا القادمة', '2024-12-05 07:09:40', '2024-12-10 14:06:14'), (3355, 'ar', 'organizations', 'المنظمات', '2024-12-05 07:09:40', '2024-12-10 14:06:14'), (3356, 'ar', 'explore_best_organizations', 'اكتشف أفضل المنظمات', '2024-12-05 07:09:40', '2024-12-10 14:07:09'), (3357, 'ar', 'read_our_latest_blog', 'اقرأ أحدث مدونتنا', '2024-12-05 07:09:40', '2024-12-10 14:07:09'), (3358, 'ar', 'see_more_news', 'رؤية المزيد من الأخبار', '2024-12-05 07:09:40', '2024-12-10 14:07:09'), (3359, 'bn', 'remove', 'সরান', '2024-12-05 08:12:55', '2024-12-10 14:11:40'), (3360, 'bn', 'apply', 'আবেদন করুন', '2024-12-05 08:12:55', '2024-12-10 14:11:40'), (3361, 'bn', 'cart_total', 'মোট কার্ট', '2024-12-05 08:12:55', '2024-12-10 14:11:40'), (3362, 'bn', 'subtotal', 'সাবটোটাল', '2024-12-05 08:12:55', '2024-12-10 14:11:40'), (3363, 'bn', 'total', 'মোট', '2024-12-05 08:12:55', '2024-12-10 14:11:40'), (3364, 'bn', 'checkout', 'চেকআউট', '2024-12-05 08:12:55', '2024-12-10 14:11:40'), (3365, 'es', 'see_all_teacher', 'Ver todas las maestras', '2024-12-05 08:14:06', '2024-12-05 08:14:06'), (3366, 'en', 'profile_settings', 'Profile Settings', '2024-12-05 09:20:18', '2024-12-05 09:20:18'), (3367, 'en', 'age', 'Age', '2024-12-05 09:20:18', '2024-12-05 09:20:18'), (3368, 'en', 'gender', 'Gender', '2024-12-05 09:20:18', '2024-12-05 09:20:18'), (3369, 'en', 'male', 'Male', '2024-12-05 09:20:18', '2024-12-05 09:20:18'), (3370, 'en', 'female', 'Female', '2024-12-05 09:20:18', '2024-12-05 09:20:18'), (3371, 'en', 'edulab_received_more_than', 'Edulab Received More than', '2024-12-05 09:40:30', '2024-12-05 09:40:30'), (3372, 'en', 'more_instructors', 'More Instructors', '2024-12-05 09:40:30', '2024-12-05 09:40:30'), (3373, 'en', 'intro', 'Intro', '2024-12-05 09:40:30', '2024-12-05 09:40:30'), (3375, 'en', 'meet_our_most_talented_team_member', 'Meet Our Most Talented Team Member', '2024-12-05 09:41:18', '2024-12-05 09:41:18'), (3376, 'en', 'see_all_instructors', 'See all Instructors', '2024-12-05 09:41:18', '2024-12-05 09: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 09:41:18', '2024-12-05 09: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 09:41:18', '2024-12-05 09:41:18'), (3379, 'en', 'how_can_i_purchase_bundle_course', 'How can I purchase bundle course?', '2024-12-05 09:50:42', '2024-12-05 09:50:42'), (3380, 'en', 'view_all_instructors', 'View All Instructors', '2024-12-05 10:32:51', '2024-12-05 10:32:51'), (3381, 'en', 'contact_form', 'Contact Form', '2024-12-05 10:33:30', '2024-12-05 10:33:30'), (3382, 'ar', 'poster_settings', 'إعدادات الملصق', '2024-12-05 10:40:04', '2024-12-10 14:03:26'), (3383, 'ar', 'counter_section', 'قسم العداد', '2024-12-05 10:40:04', '2024-12-10 14:09:59'), (3384, 'ar', 'about_us_section', 'قسم عنا', '2024-12-05 10:40:04', '2024-12-10 14:03:26'), (3385, 'ar', 'active_user', 'قسم عنا', '2024-12-05 10:40:04', '2024-12-10 14:03:26'), (3386, 'ar', 'active_user_short_description', 'وصف حالة العصر النشط', '2024-12-05 10:40:04', '2024-12-10 14:03:26'), (3387, 'ar', 'satisfied_user', 'وصف العصر لحالة', '2024-12-05 10:40:04', '2024-12-10 14:03:26'), (3388, 'ar', 'satisfied_user_short_description', 'وصف مختصر للمستخدم الراضي', '2024-12-05 10:40:04', '2024-12-10 14:03:26'), (3389, 'ar', 'additional_description', 'وصف إضافي', '2024-12-05 10:40:04', '2024-12-10 14:03:26'), (3390, 'ar', 'banner_image_for_digital_education', 'صورة بانر للتعليم الرقمي', '2024-12-05 10:40:04', '2024-12-10 14:11:05'), (3391, 'ar', 'banner_image_for_elearning_education', 'صورة البانر لتعليم', '2024-12-05 10:40:04', '2024-12-11 06:38:03'), (3392, 'ar', 'banner_image_for_lms_education', 'صورة البانر لتعليم', '2024-12-05 10:40:04', '2024-12-11 06:38:03'), (3393, 'ar', 'banner_image_for_kindergarten', 'صورة بانر لرياض الأطفال', '2024-12-05 10:40:04', '2024-12-10 14:11:05'), (3394, 'ar', 'poster_section', 'قسم الملصقات', '2024-12-05 10:40:04', '2024-12-10 14:04:27'), (3395, 'ar', 'button_label', 'تسمية الزر', '2024-12-05 10:40:04', '2024-12-10 14:04:27'), (3396, 'ar', 'poster_background_image', 'صورة خلفية الملصق', '2024-12-05 10:40:04', '2024-12-10 14:04:27'), (3397, 'ar', '_certificate', 'يحرر Certificate', '2024-12-05 10:40:16', '2024-12-05 10:40:16'), (3398, 'ar', 'certificate_name', 'اسم الشهادة', '2024-12-05 10:40:16', '2024-12-10 14:08:00'), (3399, 'en', 'send_email', 'Send Email', '2024-12-05 10:43:17', '2024-12-05 10:43:17'), (3400, 'en', 'share', 'Share', '2024-12-05 10:43:17', '2024-12-05 10:43:17'), (3401, 'en', 'page_edit', 'Page Edit', '2024-12-05 11:35:54', '2024-12-05 11:35:54'), (3402, 'en', '_page', ' Page', '2024-12-05 11:35:54', '2024-12-05 11:35:54'), (3403, 'en', 'best_instructors', 'Best Instructors', '2024-12-05 11:40:14', '2024-12-05 11:40:14'), (3404, 'en', 'school_instructors', 'School Instructors', '2024-12-05 11:40:14', '2024-12-05 11:40:14'), (3405, 'ar', 'manage_slider', 'اسم الموضوع', '2024-12-05 12:02:52', '2024-12-10 14:08:00'), (3406, 'ar', 'slider', 'المنزلق', '2024-12-05 12:02:52', '2024-12-10 14:08:50'), (3407, 'ar', 'hero_name', 'اسم البطل', '2024-12-05 12:02:52', '2024-12-10 14:08:50'), (3408, 'ar', 'edit_page', 'تحرير الصفحة', '2024-12-05 12:03:00', '2024-12-10 14:08:50'), (3409, 'ar', 'edit_slider', 'تحرير المنزلق', '2024-12-05 12:03:00', '2024-12-10 14:09:59'), (3410, 'ar', 'highlight_text', 'تسليط الضوء على النص', '2024-12-05 12:03:00', '2024-12-10 14:08:50'), (3411, 'ar', 'hero', 'بطل', '2024-12-05 12:03:00', '2024-12-10 14:08:00'), (3412, 'ar', 'select_hero', 'حدد البطل', '2024-12-05 12:03:00', '2024-12-10 14:08:50'), (3413, 'ar', 'button', 'زر', '2024-12-05 12:03:00', '2024-12-10 14:08:50'), (3414, 'ar', 'theme_name', 'اسم الموضوع', '2024-12-05 12:04:25', '2024-12-10 14:08:00'), (3415, 'es', 'hero', 'Héroe', '2024-12-05 12:08:42', '2024-12-10 14:31:32'), (3416, 'es', 'theme_name', 'Theme Name', '2024-12-05 12:08:42', '2024-12-05 12:08:42'), (3417, 'en', 'edit_notice', 'Edit Notice', '2024-12-05 12:12:34', '2024-12-05 12:12:34'), (3418, 'es', 'sign_up_now', 'Regístrate ahora', '2024-12-05 12:20:42', '2024-12-10 14:20:26'), (3419, 'es', 'view_more_details', 'Ver más detallesMore Details', '2024-12-05 12:20:42', '2024-12-10 14:34:37'), (3421, 'es', 'explore_our_popular_courses', 'Explore Our Popular Courses', '2024-12-05 12:20:42', '2024-12-05 12:20:42'), (3422, 'es', 'student_feedback', 'Explora nuestros cursos populares', '2024-12-05 12:20:42', '2024-12-10 14:36:28'), (3423, 'es', 'what_our_students_says', 'Lo que dicen nuestras estudiantes', '2024-12-05 12:20:42', '2024-12-10 14:36:28'), (3424, 'es', 'team_member', 'Miembro del equipo', '2024-12-05 12:20:42', '2024-12-10 14:36:28'), (3425, 'es', 'our_leadership_team', 'Nuestro equipo de liderazgo', '2024-12-05 12:20:42', '2024-12-10 14:36:28'), (3426, 'es', 'view_all_instructors', 'Ver todos los instructores', '2024-12-05 12:20:42', '2024-12-10 14:23:58'), (3427, 'es', 'see_our_upcoming_courses', 'Vea nuestros próximos cursos', '2024-12-05 12:20:42', '2024-12-10 14:36:28'), (3428, 'es', 'organizations', 'Organizaciones', '2024-12-05 12:20:42', '2024-12-10 14:36:28'), (3429, 'es', 'explore_best_organizations', 'Explora las mejores organizaciones', '2024-12-05 12:20:42', '2024-12-10 14:30:28'), (3430, 'es', 'read_our_latest_blog', 'Lea nuestro último blog', '2024-12-05 12:20:42', '2024-12-10 14:30:28'), (3431, 'es', 'see_more_news', 'Ver más noticias', '2024-12-05 12:20:42', '2024-12-10 14:30:28'), (3432, 'es', 'get_started_now', 'Comience ahora', '2024-12-05 12:20:43', '2024-12-10 14:30:28'), (3433, 'es', 'meet_our_most_talented_team_member', 'Conozca a nuestro miembro más talentoso del equipo', '2024-12-05 12:22:16', '2024-12-10 14: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 12:22:16', '2024-12-10 14: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 12:22:16', '2024-12-10 14:38:57'), (3436, 'es', 'edulab_received_more_than', 'Edulab recibió más de', '2024-12-05 12:22:22', '2024-12-10 13:41:13'), (3437, 'es', 'more_instructors', 'Más instructores', '2024-12-05 12:22:22', '2024-12-10 14:22:33'), (3438, 'es', 'intro', 'Introducción', '2024-12-05 12:22:22', '2024-12-10 14:22:33'), (3440, 'ar', 'joined', 'انضم', '2024-12-05 12:27:38', '2024-12-10 13:54:57'), (3442, 'ar', 'already', 'بالفعل', '2024-12-05 12:27:38', '2024-12-10 13:56:54'), (3443, 'ar', 'best_instructors', 'أفضل المدربين', '2024-12-05 12:27:38', '2024-12-10 14:14:29'), (3444, 'ar', 'school_instructors', 'معلمو المدارس', '2024-12-05 12:27:38', '2024-12-10 14:14:29'), (3445, 'ar', 'edulab_received_more_than', 'تلقى إيدولاب أكثر من', '2024-12-05 12:29:58', '2025-01-07 10:23:03'), (3446, 'ar', 'instructors', 'المدربين', '2024-12-05 12:29:58', '2024-12-10 13:51:30'), (3447, 'ar', 'more_instructors', 'المزيد من المدربين', '2024-12-05 12:29:58', '2024-12-10 14:12:10'), (3448, 'ar', 'intro', 'مقدمة', '2024-12-05 12:29:58', '2024-12-10 14:12:10'), (3450, 'ar', 'dark_mood_logo', 'شعار المزاج المظلم', '2024-12-05 12:36:14', '2024-12-10 14:11:05'), (3451, 'ar', 'dark_icon_logo', 'شعار أيقونة الظلام', '2024-12-05 12:36:14', '2024-12-10 14:11:05'), (3452, 'en', 'quiz_manage', 'Quiz Manage', '2024-12-05 12:58:44', '2024-12-05 12:58:44'), (3453, 'en', 'all_quiz', 'All Quiz', '2024-12-05 12:58:44', '2024-12-05 12:58:44'), (3454, 'en', 'titlecourse', 'Title/Course', '2024-12-05 12:58:44', '2024-12-05 12:58:44'), (3455, 'en', 'attempts', 'Attempts', '2024-12-05 12:58:44', '2024-12-05 12:58:44'), (3456, 'en', 'total_mark', 'Total Mark', '2024-12-05 12:58:44', '2024-12-05 12:58:44'), (3457, 'en', 'closed', 'Closed', '2024-12-05 12:58:44', '2024-12-05 12:58:44'), (3459, 'en', 'last_submission', 'Last Submission', '2024-12-05 12:58:49', '2024-12-05 12:58:49'), (3460, 'en', 'get_mark', 'Get Mark', '2024-12-05 12:58:49', '2024-12-05 12:58:49'), (3461, 'en', 'pass', 'Pass', '2024-12-05 12:58:49', '2024-12-05 12:58:49'), (3462, 'en', 'uiux_design_amp_development_fundamentals', 'UI/UX Design & Development Fundamentals', '2024-12-05 13:04:28', '2024-12-05 13:04:28'), (3463, 'en', 'yet_no_student_join_this_quiz', 'Yet, No student join this Quiz', '2024-12-05 13:04:28', '2024-12-05 13:04:28'), (3464, 'en', 'assignment_manage', 'Assignment Manage', '2024-12-05 13:10:14', '2024-12-05 13:10:14'), (3465, 'en', 'all_assignment', 'All Assignment', '2024-12-05 13:10:14', '2024-12-05 13:10:14'), (3466, 'en', 'no_support_ticket', 'No Support Ticket', '2024-12-05 13:10:33', '2024-12-05 13:10:33'), (3467, 'en', 'no_courses_found', 'No Courses Found', '2024-12-05 13:24:59', '2024-12-05 13:24:59'), (3468, 'en', 'go_to_quiz', 'Go to Quiz', '2024-12-05 13:55:32', '2024-12-05 13:55:32'), (3469, 'en', 'new__course_comming_soon', 'New Course comming soon', '2024-12-05 14:01:05', '2024-12-05 14:01:05'), (3470, 'en', 'out_of', 'Out of', '2024-12-05 15:07:36', '2024-12-05 15:07:36'), (3471, 'en', 'view_category', 'View Category', '2024-12-05 15:24:54', '2024-12-05 15:24:54'), (3472, 'en', 'view_detail', 'View Detail', '2024-12-05 15:24:54', '2024-12-05 15:24:54'), (3473, 'en', 'view_news', 'View News', '2024-12-06 11:50:10', '2024-12-06 11:50:10'), (3474, 'en', 'deadline', 'Deadline', '2024-12-06 12:50:48', '2024-12-06 12:50:48'), (3475, 'en', 'your_mark', 'Your Mark', '2024-12-06 12:50:48', '2024-12-06 12:50:48'), (3476, 'en', 'pending', 'Pending', '2024-12-06 12:50:48', '2024-12-06 12:50:48'), (3477, 'en', 'view_courses', 'View Courses', '2024-12-06 13:17:17', '2024-12-06 13:17:17'), (3478, 'en', 'view_more_details_about_us', 'View more details about us', '2024-12-06 20:24:14', '2024-12-06 20:24:14'), (3479, 'en', 'read_more_about_us', 'Read More About us', '2024-12-06 20:25:45', '2024-12-06 20:25:45'), (3480, 'en', 'view_all_course', 'View all course', '2024-12-08 19:08:01', '2024-12-08 19:08:01'), (3481, 'en', 'view_upcoming_course', 'View Upcoming Course', '2024-12-08 19:08:01', '2024-12-08 19:08:01'), (3482, 'en', 'blog_thumbnail', 'Blog Thumbnail', '2024-12-08 19:11:09', '2024-12-08 19:11:09'), (3483, 'en', 'blog_details_link', 'Blog Details link', '2024-12-08 19:11:09', '2024-12-08 19:11:09'), (3484, 'en', 'blog_thumbanail', 'Blog Thumbanail', '2024-12-08 19:11:22', '2024-12-08 19:11:22'), (3485, 'en', 'about_section_image_for_digital_education', 'About Section Image For Digital Education', '2024-12-08 22:29:14', '2024-12-08 22:29:14'), (3486, 'en', 'about_section_image_for_elearning_education', 'About Section Image For E-learning Education', '2024-12-08 22:29:14', '2024-12-08 22:29:14'), (3487, 'en', 'about_section_image_for_lms_education', 'About Section Image For LMS Education', '2024-12-08 22:29:14', '2024-12-08 22:29:14'), (3488, 'en', 'about_section_image_for_kindergarten', 'About Section Image For Kindergarten', '2024-12-08 22:29:14', '2024-12-08 22:29:14'), (3489, 'ar', 'profile_settings', 'إعدادات الملف الشخصي', '2024-12-08 23:37:34', '2024-12-10 14:11:05'), (3490, 'ar', 'extra', 'إضافي', '2024-12-08 23:37:34', '2024-12-10 13:53:45'), (3491, 'ar', 'age', 'عمر', '2024-12-08 23:37:35', '2024-12-10 14:12:10'), (3492, 'ar', 'gender', 'جنس', '2024-12-08 23:37:35', '2024-12-10 14:12:10'), (3493, 'ar', 'male', 'ذكر', '2024-12-08 23:37:35', '2024-12-10 14:12:10'), (3494, 'ar', 'female', 'أنثى', '2024-12-08 23:37:35', '2024-12-10 14:12:10'), (3495, 'ar', 'student_support', 'دعم الطلاب', '2024-12-08 23:37:35', '2024-12-10 14:11:05'), (3496, 'ar', 'profile_setting', 'إعداد الملف الشخصي', '2024-12-08 23:37:35', '2024-12-10 14:09:59'), (3497, 'es', 'profile_settings', 'Configuración de perfil', '2024-12-08 23:37:41', '2024-12-10 14:21:18'), (3498, 'es', 'age', 'Edad', '2024-12-08 23:37:41', '2024-12-10 14:22:33'), (3499, 'es', 'gender', 'Género', '2024-12-08 23:37:41', '2024-12-10 14:22:33'), (3500, 'es', 'male', 'Masculina', '2024-12-08 23:37:41', '2024-12-10 14:22:33'), (3501, 'es', 'female', 'Femenina', '2024-12-08 23:37:41', '2024-12-10 14:22:33'), (3502, 'es', 'student_support', 'Apoyo estudiantil', '2024-12-08 23:37:42', '2024-12-10 14:21:18'), (3503, 'es', 'profile_setting', 'Configuración de perfilSetting', '2024-12-08 23:37:42', '2024-12-10 14:20:26'), (3504, 'bn', 'profile_settings', 'প্রোফাইল সেটিংস', '2024-12-08 23:37:46', '2024-12-10 14:45:18'), (3505, 'bn', 'extra', 'অতিরিক্ত', '2024-12-08 23:37:47', '2024-12-10 14:19:57'), (3506, 'bn', 'age', 'বয়স', '2024-12-08 23:37:47', '2024-12-10 14:46:34'), (3507, 'bn', 'gender', 'লিঙ্গ', '2024-12-08 23:37:47', '2024-12-10 14:46:34'), (3508, 'bn', 'male', 'পুরুষ', '2024-12-08 23:37:47', '2024-12-10 14:46:34'), (3509, 'bn', 'female', 'মহিলা', '2024-12-08 23:37:47', '2024-12-10 14:46:34'), (3510, 'bn', 'view_all', 'সব দেখুন', '2024-12-08 23:37:47', '2024-12-10 14:16:49'), (3511, 'bn', 'mark_all_as_read', 'সব পড়া হিসেবে চিহ্নিত করুন', '2024-12-08 23:37:47', '2024-12-10 14:16:49'), (3512, 'bn', 'student_support', 'ছাত্র সমর্থন', '2024-12-08 23:37:47', '2024-12-10 14:45:18'), (3513, 'bn', 'assignment_manage', 'অ্যাসাইনমেন্ট পরিচালনা', '2024-12-08 23:37:55', '2024-12-10 14:50:28'), (3514, 'bn', 'all_assignment', 'সমস্ত অ্যাসাইনমেন্ট', '2024-12-08 23:37:55', '2024-12-10 14:50:28'), (3515, 'es', 'assignment_manage', 'Gestión de tareas', '2024-12-08 23:41:55', '2024-12-10 14:26:26'), (3516, 'es', 'all_assignment', 'Toda la tarea', '2024-12-08 23:41:55', '2024-12-10 14:26:26'), (3517, 'es', 'quiz_manage', 'Administrar cuestionario', '2024-12-08 23:41:59', '2024-12-10 14:25:17'), (3518, 'es', 'all_quiz', 'Todo el cuestionario', '2024-12-08 23:41:59', '2024-12-10 14:25:17'), (3519, 'es', 'titlecourse', 'Title/Course', '2024-12-08 23:41:59', '2024-12-08 23:41:59'), (3520, 'es', 'attempts', 'Intentos', '2024-12-08 23:41:59', '2024-12-10 14:25:17'), (3521, 'es', 'total_mark', 'Marca total', '2024-12-08 23:41:59', '2024-12-10 14:25:17'), (3522, 'es', 'closed', 'Cerrada', '2024-12-08 23:41:59', '2024-12-10 14:26:26'), (3523, 'es', 'uiux_design_amp_development_fundamentals', 'UI/UX Design & Development Fundamentals', '2024-12-08 23:42:01', '2024-12-08 23:42:01'), (3524, 'es', 'yet_no_student_join_this_quiz', 'Sin embargo, ninguna estudiante se une a este cuestionario.(স্ত্রী লিঙ্গ)', '2024-12-08 23:42:01', '2024-12-10 14:26:26'), (3525, 'ar', 'institute_name', 'اسم المعهد', '2024-12-08 23:58:01', '2024-12-10 13:53:45'), (3526, 'ar', 'department', 'قسم', '2024-12-08 23:58:01', '2024-12-10 13:53:45'), (3527, 'ar', 'degree', 'درجة', '2024-12-08 23:58:01', '2024-12-10 13:53:45'), (3528, 'ar', 'duration_years', 'المدة (بالسنوات)', '2024-12-08 23:58:01', '2024-12-10 13:54:57'), (3529, 'ar', 'passing_year', 'سنة الاجتياز', '2024-12-08 23:58:01', '2024-12-10 13:54:57'), (3530, 'ar', 'company_name', 'اسم الشركة', '2024-12-08 23:58:01', '2024-12-10 13:54:57'), (3531, 'ar', 'start_date', 'تاريخ البدء', '2024-12-08 23:58:01', '2024-12-10 13:54:57'), (3532, 'ar', 'end_date', 'تاريخ الانتهاء', '2024-12-08 23:58:01', '2024-12-10 13:54:57'), (3533, 'ar', 'to_present', 'لتقديم', '2024-12-08 23:58:01', '2024-12-10 13:54:57'), (3534, 'ar', '_', 'إضافة جديد', '2024-12-08 23:59:14', '2024-12-08 23:59:14'), (3535, 'ar', 'courses_ticket', 'تذكرة الدورات', '2024-12-08 23:59:24', '2024-12-10 14:07:09'), (3536, 'es', 'courses_ticket', 'Boleto de cursos', '2024-12-09 00:00:05', '2024-12-10 14:30:28'), (3537, 'bn', 'courses_ticket', 'কোর্সের টিকিট', '2024-12-09 00:00:08', '2024-12-10 14:40:05'), (3538, 'bn', 'ticket_date', 'টিকিটের তারিখ', '2024-12-09 00:00:08', '2024-12-10 14:15:19'), (3539, 'bn', 'ticket_status', 'টিকিটের অবস্থা', '2024-12-09 00:00:08', '2024-12-29 18:11:29'), (3540, 'bn', 'institute_name', 'ইনস্টিটিউটের নাম', '2024-12-09 00:00:10', '2024-12-10 14:19:57'), (3541, 'bn', 'department', 'বিভাগ', '2024-12-09 00:00:10', '2024-12-10 14:19:58'), (3542, 'bn', 'degree', 'ডিগ্রী', '2024-12-09 00:00:10', '2024-12-10 14:19:58'), (3543, 'bn', 'duration_years', 'সময়কাল (বছর)', '2024-12-09 00:00:10', '2024-12-10 14:22:10'), (3544, 'bn', 'passing_year', 'পাসিং বছর', '2024-12-09 00:00:10', '2024-12-10 14:22:10'), (3545, 'bn', 'company_name', 'কোম্পানির নাম', '2024-12-09 00:00:10', '2024-12-10 14:22:10'), (3546, 'bn', 'start_date', 'শুরুর তারিখ', '2024-12-09 00:00:10', '2024-12-10 14:22:10'), (3547, 'bn', 'end_date', 'শেষ তারিখ', '2024-12-09 00:00:10', '2024-12-10 14:22:10'), (3548, 'bn', 'to_present', 'উপস্থাপন করতে', '2024-12-09 00:00:10', '2024-12-10 14:22:10'), (3549, 'bn', 'message', 'বার্তা', '2024-12-09 00:00:33', '2024-12-29 18:11:29'), (3550, 'bn', 'view_status', 'স্ট্যাটাস দেখুন', '2024-12-09 00:00:33', '2024-12-10 14:19:57'), (3551, 'en', 'what_to_do', 'What to do', '2024-12-09 00:10:45', '2024-12-09 00:10:45'), (3552, 'ar', 'view_category', 'عرض الفئة', '2024-12-09 00:54:06', '2024-12-10 14:16:20'), (3553, 'ar', 'view_all_course', 'عرض جميع الدورات', '2024-12-09 00:54:06', '2024-12-10 14:17:36'), (3554, 'ar', 'view_upcoming_course', 'عرض الدورة القادمة', '2024-12-09 00:54:07', '2024-12-10 14:17:36'), (3555, 'ar', 'view_detail', 'عرض التفاصيل', '2024-12-09 00:54:07', '2024-12-10 14:16:20'), (3556, 'en', 'up_coming', 'Up Coming', '2024-12-09 06:28:31', '2024-12-09 06:28:31'), (3557, 'bn', 'view_more_details_about_us', 'আমাদের সম্পর্কে আরো বিস্তারিত দেখুন', '2024-12-09 16:17:29', '2024-12-10 14:52:49'), (3558, 'bn', 'view_all_instructors', 'সকল প্রশিক্ষক দেখুন', '2024-12-09 16:17:29', '2024-12-10 14:48:03'), (3559, 'bn', 'view_news', 'খবর দেখুন', '2024-12-09 16:17:29', '2024-12-10 14:51:19'), (3560, 'bn', 'blog_thumbanail', 'ব্লগ থাম্বনেইল', '2024-12-09 16:17:29', '2024-12-10 14:54:23'), (3561, 'bn', 'blog_details_link', 'ব্লগ বিস্তারিত লিঙ্ক', '2024-12-09 16:17:29', '2024-12-10 14:52:49'), (3562, 'bn', 'view_category', 'দেখুন বিভাগ', '2024-12-09 16:17:35', '2024-12-10 14:51:19'), (3563, 'bn', 'view_all_course', 'সব কোর্স দেখুন', '2024-12-09 16:17:36', '2024-12-10 14:52:49'), (3564, 'bn', 'edulab_received_more_than', 'এডুল্যাব এর চেয়ে বেশি প্রাপ্ত হয়েছে', '2024-12-09 16:17:36', '2024-12-10 14:46:34'), (3565, 'bn', 'view_upcoming_course', 'আসন্ন কোর্স দেখুন', '2024-12-09 16:17:36', '2024-12-10 14:52:49'), (3566, 'bn', 'instructors', 'প্রশিক্ষক', '2024-12-09 16:17:36', '2024-12-10 14:16:49'), (3567, 'bn', 'more_instructors', 'আরও প্রশিক্ষক', '2024-12-09 16:17:36', '2024-12-10 14:46:34'), (3568, 'bn', 'intro', 'ভূমিকা', '2024-12-09 16:17:36', '2024-12-10 14:46:34'), (3570, 'bn', 'view_detail', 'বিস্তারিত দেখুন', '2024-12-09 16:17:36', '2024-12-10 14:51:19'), (3571, 'es', 'manage_slider', 'Administrar control deslizante', '2024-12-09 18:34:52', '2024-12-10 14:31:32'), (3572, 'es', 'slider', 'control deslizante', '2024-12-09 18:34:52', '2024-12-10 14:32:21'), (3573, 'es', 'hero_name', 'Nombre del héroe', '2024-12-09 18:34:52', '2024-12-10 14:32:21'), (3574, 'bn', 'manage_slider', 'স্লাইডার পরিচালনা করুন', '2024-12-09 18:34:59', '2024-12-10 14:41:15'), (3575, 'bn', 'slider', 'স্লাইডার', '2024-12-09 18:34:59', '2024-12-10 14:42:48'), (3576, 'bn', 'hero_name', 'হিরো নাম', '2024-12-09 18:34:59', '2024-12-10 14:42:48'), (3578, 'en', 'uiux_design__development_fundamentals', 'UI/UX Design & Development Fundamentals', '2024-12-09 18:48:37', '2024-12-09 18:48:37'), (3579, 'en', 'admin', 'Admin', '2024-12-09 20:59:35', '2024-12-09 20:59:35'), (3580, 'en', 'go_to_assignment', 'Go to Assignment', '2024-12-10 12:39:25', '2024-12-10 12:39:25'), (3582, 'ar', 'message', 'رسالة', '2024-12-10 13:49:56', '2024-12-10 13:49:56'), (3583, 'ar', 'create_notice', 'إنشاء إشعار', '2024-12-10 13:51:30', '2024-12-10 13:51:30'), (3584, 'ar', 'select_type', 'حدد النوع', '2024-12-10 13:51:30', '2024-12-10 13:51:30'), (3585, 'ar', 'students_and_instructors', 'المدربين', '2024-12-10 13:51:30', '2024-12-10 13:51:30'), (3586, 'ar', 'noticesboard_manage', 'إدارة لوحة الملاحظات كمقروءة', '2024-12-10 13:51:30', '2024-12-10 13:51:30'), (3587, 'ar', 'noticesboard', 'لوحة الملاحظات', '2024-12-10 13:51:30', '2024-12-10 13:51:30'), (3588, 'ar', 'create_notice_board', 'إنشاء لوحة الإعلانات', '2024-12-10 13:51:30', '2024-12-10 13:51:30'), (3589, 'ar', 'course_name', 'اسم الدورة', '2024-12-10 13:52:39', '2024-12-10 13:52:39'), (3590, 'ar', 'posts', 'دعامات', '2024-12-10 13:52:39', '2024-12-10 13:52:39'), (3591, 'ar', 'published_date', 'تاريخ النشر', '2024-12-10 13:52:39', '2024-12-10 13:52:39'), (3592, 'ar', 'contact_reply', 'رد الاتصال', '2024-12-10 13:52:39', '2024-12-10 13:52:39'), (3593, 'ar', 'reply_contact', 'رد الاتصال', '2024-12-10 13:52:39', '2024-12-10 13:52:39'), (3594, 'ar', 'create_staff', 'إنشاء طاقم عمل', '2024-12-10 13:52:39', '2024-12-10 13:52:39'), (3595, 'ar', 'cancel_course', 'إلغاء الدورة', '2024-12-10 13:52:39', '2024-12-10 13:52:39'), (3596, 'ar', 'create_role', 'إنشاء دور', '2024-12-10 13:52:39', '2024-12-10 13:52:39'), (3597, 'ar', 'bundle_info', 'معلومات الحزمة', '2024-12-10 13:52:39', '2024-12-10 13:52:39'), (3598, 'ar', 'select_courses', 'حدد الدورات', '2024-12-10 13:53:45', '2024-12-30 06:42:23'), (3599, 'ar', 'how_to_download_resource', 'كيفية تحميل الموارد', '2024-12-10 13:53:45', '2024-12-10 13:53:45'), (3600, 'ar', 'view_status', 'عرض الحالة', '2024-12-10 13:53:45', '2024-12-10 13:53:45'), (3601, 'ar', 'no_student', 'لا طالب', '2024-12-10 13:53:45', '2024-12-10 13:53:45'), (3602, 'ar', 'edit_bundle', 'تحرير الحزمة', '2024-12-10 13:53:45', '2024-12-10 13:53:45'), (3603, 'ar', '9', NULL, '2024-12-10 13:56:54', '2025-01-05 05:51:58'), (3604, 'bn', 'explore_our', 'আমাদের যাচাই', '2024-12-10 14:02:02', '2024-12-10 14:02:02'), (3605, 'ar', 'banner_image_one', 'صورة البانر رقم واحد', '2024-12-10 14:03:26', '2024-12-10 14:03:26'), (3606, 'ar', 'banner_image_two', 'صورة البانر الثانية', '2024-12-10 14:03:26', '2024-12-10 14:03:26'), (3607, 'ar', 'please_confirm_password', 'الرجاء تأكيد كلمة المرور', '2024-12-10 14:07:09', '2024-12-10 14:07:09'), (3608, 'ar', 'platform_ticket', 'تذكرة المنصة', '2024-12-10 14:07:09', '2024-12-10 14:07:09'), (3609, 'ar', 'forget_password', 'نسيت كلمة المرور كيت', '2024-12-10 14:07:09', '2024-12-10 14:07:09'), (3610, 'ar', 'ticket_close', 'إغلاق التذكرة', '2024-12-10 14:07:09', '2024-12-10 14:07:09'), (3611, 'ar', 'select_role', 'حدد الدور', '2024-12-10 14:08:00', '2024-12-10 14:08:00'), (3612, 'ar', 'no_hero_created', 'لم يتم إنشاء البطل', '2024-12-10 14:08:00', '2024-12-10 14:08:00'), (3613, 'ar', 'edit_hero', 'تحرير البطل', '2024-12-10 14:08:00', '2024-12-10 14:08:00'), (3614, 'ar', 'create_hero', 'خلق البطل', '2024-12-10 14:08:00', '2024-12-10 14:08:00'), (3615, 'ar', 'select_theme', 'حدد الموضوع', '2024-12-10 14:08:00', '2024-12-10 14:08:00'), (3616, 'ar', 'no_slider_created', 'لم يتم إنشاء شريط تمرير', '2024-12-10 14:08:50', '2024-12-10 14:08:50'), (3617, 'ar', 'create_slider', 'إنشاء شريط التمرير', '2024-12-10 14:08:50', '2024-12-10 14:08:50'), (3618, 'ar', 'institute', 'معهد', '2024-12-10 14:09:59', '2024-12-10 14:09:59'), (3619, 'ar', 'achievement', 'إنجاز', '2024-12-10 14:09:59', '2024-12-10 14:09:59'), (3620, 'ar', 'company', 'شركة', '2024-12-10 14:09:59', '2024-12-10 14:09:59'), (3621, 'ar', 'bundle_courses', 'دورات الحزمة', '2024-12-10 14:11:05', '2024-12-10 14:11:05'), (3622, 'bn', 'course_video', 'কোর্স ভিডিও মোট', '2024-12-10 14:11:40', '2024-12-29 18:09:19'), (3623, 'ar', 'meet_our_most_talented_team_member', 'تعرَّف على أعضاء فريقنا الأكثر موهبة', '2024-12-10 14:12:10', '2024-12-10 14:12:10'), (3624, 'bn', 'manage_cerficate', 'সার্ফিকেট পরিচালনা করুন', '2024-12-10 14:12:59', '2024-12-10 14:12:59'), (3625, 'bn', 'all_certificate', 'সমস্ত সার্টিফিকেট', '2024-12-10 14:12:59', '2024-12-10 14:12:59'), (3626, 'bn', 'type', 'টাইপ', '2024-12-10 14:12:59', '2024-12-10 14:12:59'), (3627, 'ar', 'see_all_instructors', 'شاهد جميع المدربين', '2024-12-10 14:13:33', '2024-12-10 14:13:33'), (3628, 'ar', 'what_students_says_about_edulab_to_take_their_service', 'ما يقوله الطلاب حول إيدولاب لتلقي خدمتهم', '2024-12-10 14:13:33', '2025-01-07 10:23:03'), (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 14:13:33', '2024-12-10 14:13:33'), (3630, 'ar', 'how_can_i_purchase_bundle_course', 'كيف يمكنني شراء باقة الدورة التدريبية؟', '2024-12-10 14:13:33', '2024-12-10 14:13:33'), (3631, 'ar', 'view_all_instructors', 'عرض جميع المدربين', '2024-12-10 14:13:33', '2024-12-10 14:13:33'), (3632, 'ar', 'contact_form', 'نموذج الاتصال', '2024-12-10 14:13:33', '2024-12-10 14:13:33'), (3633, 'ar', 'send_email', 'إرسال البريد الإلكتروني', '2024-12-10 14:13:33', '2024-12-10 14:13:33'), (3634, 'ar', 'share', 'يشارك', '2024-12-10 14:13:33', '2024-12-10 14:13:33'), (3635, 'ar', 'page_edit', 'تحرير الصفحة', '2024-12-10 14:13:33', '2024-12-10 14:13:33'), (3636, 'ar', '_page', 'تحرير الصفحة', '2024-12-10 14:14:29', '2024-12-10 14:14:29'), (3637, 'ar', 'edit_notice', 'تحرير الإشعار', '2024-12-10 14:14:29', '2024-12-10 14:14:29'), (3638, 'ar', 'quiz_manage', 'إدارة الاختبار', '2024-12-10 14:14:29', '2024-12-10 14:14:29'), (3639, 'ar', 'all_quiz', 'كل مسابقة', '2024-12-10 14:14:29', '2024-12-10 14:14:29'), (3640, 'ar', 'titlecourse', 'العنوان/الدورة', '2024-12-10 14:14:29', '2024-12-10 14:14:29'), (3641, 'ar', 'attempts', 'محاولات', '2024-12-10 14:14:29', '2024-12-10 14:14:29'), (3642, 'ar', 'total_mark', 'مجموع العلامة', '2024-12-10 14:14:29', '2024-12-10 14:14:29'), (3643, 'bn', 'create_course_support', 'কোর্স সমর্থন তৈরি করুন', '2024-12-10 14:15:19', '2024-12-10 14:15:19'), (3644, 'ar', 'closed', 'مغلق', '2024-12-10 14:15:31', '2024-12-10 14:15:31'), (3646, 'ar', 'last_submission', 'التقديم الأخير', '2024-12-10 14:15:31', '2024-12-10 14:15:31'), (3647, 'ar', 'get_mark', 'التقديم الأخير', '2024-12-10 14:15:31', '2024-12-10 14:15:31'), (3648, 'ar', 'pass', 'يمر', '2024-12-10 14:15:31', '2024-12-10 14:15:31'), (3649, 'ar', 'uiux_design_amp_development_fundamentals', 'أساسيات تصميم وتطوير واجهة المستخدم وتجربة المستخدم', '2024-12-10 14:15:31', '2024-12-31 18:50:10'), (3650, 'ar', 'yet_no_student_join_this_quiz', 'ومع ذلك، لم ينضم أي طالب إلى هذا الاختبار', '2024-12-10 14:15:31', '2024-12-10 14:15:31'), (3651, 'ar', 'assignment_manage', 'إدارة التعيينات', '2024-12-10 14:15:31', '2024-12-10 14:15:31'), (3652, 'ar', 'all_assignment', 'كل التكليف', '2024-12-10 14:15:31', '2024-12-10 14:15:31'), (3653, 'ar', 'no_support_ticket', 'لا توجد تذكرة دعم', '2024-12-10 14:16:20', '2024-12-10 14:16:20'), (3654, 'ar', 'no_courses_found', 'لم يتم العثور على دورات', '2024-12-10 14:16:20', '2024-12-10 14:16:20'), (3655, 'ar', 'go_to_quiz', 'اذهب إلى الاختبار', '2024-12-10 14:16:20', '2024-12-10 14:16:20'), (3656, 'ar', 'new__course_comming_soon', 'دورة جديدة قريبا', '2024-12-10 14:16:20', '2024-12-10 14:16:20'), (3657, 'ar', 'out_of', 'خارج', '2024-12-10 14:16:20', '2024-12-10 14:16:20'), (3658, 'ar', 'view_news', 'عرض التفاصيل', '2024-12-10 14:16:20', '2024-12-10 14:16:20'), (3659, 'ar', 'deadline', 'موعد التسليم', '2024-12-10 14:16:20', '2024-12-10 14:16:20'), (3660, 'bn', 'create_notice', 'নোটিশ তৈরি করুন', '2024-12-10 14:16:49', '2024-12-10 14:16:49'), (3661, 'bn', 'select_type', 'প্রকার নির্বাচন করুন', '2024-12-10 14:16:49', '2024-12-10 14:16:49'), (3662, 'bn', 'students_and_instructors', 'ছাত্র এবং প্রশিক্ষক', '2024-12-10 14:16:49', '2024-12-10 14:16:49'), (3663, 'bn', 'noticesboard_manage', 'নোটিশবোর্ড পরিচালনা করুন', '2024-12-10 14:16:49', '2024-12-10 14:16:49'), (3664, 'bn', 'noticesboard', 'নোটিশ-বোর্ড', '2024-12-10 14:16:49', '2024-12-10 14:16:49'), (3665, 'bn', 'create_notice_board', 'নোটিশ বোর্ড তৈরি করুন', '2024-12-10 14:16:49', '2024-12-10 14:16:49'), (3666, 'ar', 'your_mark', 'العلامة الخاصة بك', '2024-12-10 14:17:36', '2024-12-10 14:17:36'), (3667, 'ar', 'pending', 'قيد الانتظار', '2024-12-10 14:17:36', '2024-12-10 14:17:36'), (3668, 'ar', 'view_courses', 'عرض الدورات', '2024-12-10 14:17:36', '2024-12-10 14:17:36'), (3669, 'ar', 'view_more_details_about_us', 'عرض المزيد من التفاصيل عنا', '2024-12-10 14:17:36', '2024-12-10 14:17:36'), (3670, 'ar', 'read_more_about_us', 'اقرأ المزيد عنا', '2024-12-10 14:17:36', '2024-12-10 14:17:36'), (3671, 'ar', 'blog_thumbnail', 'عرض الدورة القادمة', '2024-12-10 14:17:36', '2024-12-10 14:17:36'), (3672, 'ar', 'blog_details_link', 'رابط تفاصيل المدونة', '2024-12-10 14:17:36', '2024-12-10 14:17:36'), (3673, 'bn', 'course_name', 'কোর্সের নাম', '2024-12-10 14:18:18', '2024-12-10 14:18:18'), (3674, 'bn', 'posts', 'পোস্ট', '2024-12-10 14:18:18', '2024-12-10 14:18:18'), (3675, 'bn', 'published_date', 'প্রকাশের তারিখ', '2024-12-10 14:18:18', '2024-12-10 14:18:18'), (3676, 'bn', 'contact_reply', 'যোগাযোগ উত্তর', '2024-12-10 14:18:18', '2024-12-10 14:18:18'), (3677, 'bn', 'reply_contact', 'যোগাযোগের উত্তর দিন', '2024-12-10 14:18:18', '2024-12-10 14:18:18'), (3678, 'bn', 'create_staff', 'স্টাফ তৈরি করুন', '2024-12-10 14:18:18', '2024-12-10 14:18:18'), (3679, 'bn', 'cancel_course', 'কোর্স বাতিল করুন', '2024-12-10 14:18:18', '2024-12-10 14:18:18'), (3680, 'bn', 'create_role', 'ভূমিকা তৈরি করুন', '2024-12-10 14:18:18', '2024-12-10 14:18:18'), (3681, 'bn', 'bundle_info', 'বান্ডিল তথ্য', '2024-12-10 14:18:18', '2024-12-10 14:18:18'), (3682, 'ar', 'blog_thumbanail', 'صورة مصغرة للمدونة', '2024-12-10 14:18:22', '2024-12-10 14:18:22'), (3683, 'ar', 'about_section_image_for_digital_education', 'حول قسم الصورة للتعليم الرقمي', '2024-12-10 14:18:22', '2024-12-10 14:18:22'), (3684, 'ar', 'about_section_image_for_elearning_education', 'حول قسم الصورة للتعليم الإلكتروني التعليم', '2024-12-10 14:18:22', '2024-12-10 14:18:22'), (3685, 'ar', 'about_section_image_for_lms_education', 'حول صورة القسم لتعليم', '2024-12-10 14:18:22', '2025-01-07 10:49:24'), (3686, 'ar', 'about_section_image_for_kindergarten', 'حول قسم الصور لرياض الأطفال', '2024-12-10 14:18:22', '2024-12-10 14:18:22'), (3687, 'ar', 'what_to_do', 'ما يجب القيام به', '2024-12-10 14:18:22', '2024-12-10 14:18:22'), (3688, 'ar', 'up_coming', 'ما يجب القيام به', '2024-12-10 14:18:22', '2024-12-10 14:18:22'), (3689, 'ar', 'what_is_the_purpose_of_the_alt_attribute_in_an_img_tag', 'ما هو الغرض من سمة alt في علامة <img>؟', '2024-12-10 14:18:22', '2024-12-31 18:50:33'), (3690, 'ar', 'uiux_design__development_fundamentals', 'أساسيات تصميم وتطوير واجهة المستخدم/تجربة المستخدم', '2024-12-10 14:18:22', '2024-12-30 07:15:43'), (3691, 'ar', 'admin', 'مسؤل', '2024-12-10 14:18:36', '2024-12-10 14:18:36'), (3692, 'ar', 'go_to_assignment', 'اذهب إلى المهمة', '2024-12-10 14:18:36', '2024-12-10 14:18:36'), (3693, 'bn', 'select_courses', 'কোর্স নির্বাচন করুন', '2024-12-10 14:19:57', '2024-12-10 14:19:57'), (3694, 'bn', 'how_to_download_resource', 'কিভাবে রিসোর্স ডাউনলোড করবেন', '2024-12-10 14:19:57', '2024-12-10 14:19:57'), (3695, 'bn', 'no_student', 'ছাত্র নেই', '2024-12-10 14:19:57', '2024-12-10 14:19:57'), (3696, 'bn', 'edit_bundle', 'বান্ডিল সম্পাদনা করুন', '2024-12-10 14:19:57', '2024-12-10 14:19:57'), (3697, 'es', 'edit_slider', 'Editar control deslizante', '2024-12-10 14:20:26', '2024-12-10 14:20:26'), (3698, 'es', 'counter_section', 'Sección de mostrador', '2024-12-10 14:20:26', '2024-12-10 14:20:26'), (3699, 'es', 'institute', 'Instituto', '2024-12-10 14:20:26', '2024-12-10 14:20:26'), (3700, 'es', 'achievement', 'Logro', '2024-12-10 14:20:26', '2024-12-10 14:20:26'), (3701, 'es', 'company', 'Compañía', '2024-12-10 14:20:26', '2024-12-10 14:20:26'), (3702, 'es', 'banner_image_for_digital_education', 'Imagen de banner para educación digital', '2024-12-10 14:21:18', '2024-12-10 14:21:18'), (3703, 'es', 'banner_image_for_elearning_education', 'Imagen de banner para educación de aprendizaje electrónico', '2024-12-10 14:21:18', '2024-12-10 14:21:18'), (3704, 'es', 'banner_image_for_lms_education', 'Imagen de banner para educación LMS', '2024-12-10 14:21:18', '2024-12-10 14:21:18'), (3705, 'es', 'banner_image_for_kindergarten', 'Imagen de banner para jardín de infantes', '2024-12-10 14:21:18', '2024-12-10 14:21:18'), (3706, 'es', 'dark_mood_logo', 'Logotipo de humor oscuro', '2024-12-10 14:21:18', '2024-12-10 14:21:18'), (3707, 'es', 'dark_icon_logo', 'Logotipo del icono oscuro', '2024-12-10 14:21:18', '2024-12-10 14:21:18'), (3708, 'es', 'bundle_courses', 'Cursos combinados', '2024-12-10 14:21:18', '2024-12-10 14:21:18'), (3709, 'bn', 'why_students_trust_us_to_advance_their_knowledge', 'কেন ছাত্ররা তাদের জ্ঞানকে এগিয়ে নিতে আমাদের বিশ্বাস করে', '2024-12-10 14:22:10', '2024-12-30 15:04:11'), (3710, 'es', 'see_all_instructors', 'Ver todos los instructores', '2024-12-10 14:23:58', '2024-12-10 14:23:58'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (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 14:23:58', '2024-12-10 14:23:58'), (3712, 'es', 'how_can_i_purchase_bundle_course', '¿Cómo puedo comprar un paquete de cursos?', '2024-12-10 14:23:58', '2024-12-10 14:23:58'), (3713, 'es', 'contact_form', 'Formulario de contacto', '2024-12-10 14:23:58', '2024-12-10 14:23:58'), (3714, 'es', 'send_email', 'Enviar correo electrónico', '2024-12-10 14:23:58', '2024-12-10 14:23:58'), (3715, 'es', 'share', 'Compartir', '2024-12-10 14:23:58', '2024-12-10 14:23:58'), (3716, 'es', 'page_edit', 'Editar página', '2024-12-10 14:23:58', '2024-12-10 14:23:58'), (3717, 'bn', '9', 'ইতিমধ্যে', '2024-12-10 14:24:50', '2024-12-10 14:24:50'), (3718, 'es', '_page', 'Página', '2024-12-10 14:25:17', '2024-12-10 14:25:17'), (3719, 'es', 'best_instructors', 'Mejores instructores', '2024-12-10 14:25:17', '2024-12-10 14:25:17'), (3720, 'es', 'school_instructors', 'Instructoras escolares', '2024-12-10 14:25:17', '2024-12-10 14:25:17'), (3721, 'es', 'edit_notice', 'Editar aviso', '2024-12-10 14:25:17', '2024-12-10 14:25:17'), (3723, 'es', 'last_submission', 'Última presentación', '2024-12-10 14:26:26', '2024-12-10 14:26:26'), (3724, 'es', 'get_mark', 'Obtener marca', '2024-12-10 14:26:26', '2024-12-10 14:26:26'), (3725, 'es', 'pass', 'Aprobar', '2024-12-10 14:26:26', '2024-12-10 14:26:26'), (3726, 'es', 'no_support_ticket', 'Sin ticket de soporte', '2024-12-10 14:27:12', '2024-12-10 14:27:12'), (3727, 'es', 'no_courses_found', 'No se encontraron cursos', '2024-12-10 14:27:12', '2024-12-10 14:27:12'), (3728, 'es', 'go_to_quiz', 'Ir al cuestionario', '2024-12-10 14:27:12', '2024-12-10 14:27:12'), (3729, 'es', 'new__course_comming_soon', 'Nuevo curso próximamente', '2024-12-10 14:27:12', '2024-12-10 14:27:12'), (3730, 'es', 'out_of', 'Fuera de', '2024-12-10 14:27:12', '2024-12-10 14:27:12'), (3731, 'es', 'view_category', 'Ver categoría', '2024-12-10 14:27:12', '2024-12-10 14:27:12'), (3732, 'es', 'view_detail', 'Ver detalle', '2024-12-10 14:27:12', '2024-12-10 14:27:12'), (3733, 'es', 'view_news', 'Ver noticias', '2024-12-10 14:27:12', '2024-12-10 14:27:12'), (3734, 'es', 'deadline', 'Fecha límite', '2024-12-10 14:27:12', '2024-12-10 14:27:12'), (3735, 'es', 'your_mark', 'Tu marca', '2024-12-10 14:28:01', '2024-12-10 14:28:01'), (3736, 'es', 'pending', 'Pendiente', '2024-12-10 14:28:01', '2024-12-10 14:28:01'), (3737, 'es', 'view_courses', 'Ver cursos', '2024-12-10 14:28:01', '2024-12-10 14:28:01'), (3738, 'es', 'view_more_details_about_us', 'Ver Ver más detalles sobre nosotros Cursos', '2024-12-10 14:28:01', '2024-12-10 14:28:01'), (3739, 'es', 'read_more_about_us', 'Leer más sobre nosotras', '2024-12-10 14:28:01', '2024-12-10 14:28:01'), (3740, 'es', 'view_all_course', 'View all course', '2024-12-10 14:28:02', '2024-12-10 14:28:02'), (3741, 'es', 'view_upcoming_course', 'Ver el próximo curso', '2024-12-10 14:28:02', '2024-12-10 14:28:02'), (3742, 'es', 'blog_thumbnail', 'Miniatura del blog', '2024-12-10 14:28:02', '2024-12-10 14:28:02'), (3743, 'es', 'blog_details_link', 'Enlace de detalles del blog', '2024-12-10 14:28:02', '2024-12-10 14:28:02'), (3744, 'es', 'blog_thumbanail', 'Blog en miniatura', '2024-12-10 14:29:07', '2024-12-19 00:14:53'), (3745, 'es', 'about_section_image_for_digital_education', 'Acerca de la sección Imagen para la educación digital', '2024-12-10 14:29:07', '2024-12-10 14: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 14:29:07', '2024-12-10 14:29:07'), (3747, 'es', 'about_section_image_for_lms_education', 'Acerca de la imagen de la sección para LMS Education', '2024-12-10 14:29:07', '2024-12-10 14:29:07'), (3748, 'es', 'about_section_image_for_kindergarten', 'Acerca de la sección Imagen para jardín de infantes', '2024-12-10 14:29:07', '2024-12-10 14:29:07'), (3749, 'es', 'what_to_do', 'que hacer', '2024-12-10 14:29:07', '2024-12-10 14:29:07'), (3750, 'es', 'up_coming', 'Próximamente', '2024-12-10 14:29:07', '2024-12-10 14: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 14:29:07', '2024-12-19 00:14:53'), (3752, 'es', 'uiux_design__development_fundamentals', 'Fundamentos de diseño y desarrollo de UI/UX', '2024-12-10 14:29:07', '2024-12-19 00:14:53'), (3753, 'es', 'admin', 'Administradora', '2024-12-10 14:29:21', '2024-12-10 14:46:27'), (3754, 'es', 'go_to_assignment', 'Ir a la tarea', '2024-12-10 14:29:21', '2024-12-10 14:46:27'), (3755, 'es', 'please_confirm_password', 'Por favor confirme la contraseña', '2024-12-10 14:30:28', '2024-12-10 14:30:28'), (3756, 'es', 'platform_ticket', 'Billete de plataforma', '2024-12-10 14:30:28', '2024-12-10 14:30:28'), (3757, 'es', 'forget_password', 'Olvidar contraseña', '2024-12-10 14:30:28', '2024-12-10 14:30:28'), (3758, 'es', 'ticket_close', 'Cierre de entradas', '2024-12-10 14:30:28', '2024-12-10 14:30:28'), (3759, 'es', 'select_role', 'Seleccionar rol', '2024-12-10 14:31:32', '2024-12-10 14:31:32'), (3760, 'es', 'certificate_name', 'Nombre del certificado', '2024-12-10 14:31:32', '2024-12-10 14:31:32'), (3761, 'es', 'no_hero_created', 'Ningún héroe creado', '2024-12-10 14:31:32', '2024-12-10 14:31:32'), (3762, 'es', 'edit_hero', 'Editar héroe', '2024-12-10 14:31:32', '2024-12-10 14:31:32'), (3763, 'es', 'create_hero', 'Crear héroe', '2024-12-10 14:31:32', '2024-12-10 14:31:32'), (3764, 'es', 'select_theme', 'Seleccionar tema', '2024-12-10 14:31:32', '2024-12-10 14:31:32'), (3765, 'es', 'no_slider_created', 'No se creó ningún control deslizante', '2024-12-10 14:32:21', '2024-12-10 14:32:21'), (3766, 'es', 'edit_page', 'Editar página', '2024-12-10 14:32:21', '2024-12-10 14:32:21'), (3767, 'es', 'create_slider', 'Crear control deslizante', '2024-12-10 14:32:21', '2024-12-10 14:32:21'), (3768, 'es', 'highlight_text', 'Resaltar texto', '2024-12-10 14:32:21', '2024-12-10 14:32:21'), (3769, 'es', 'select_hero', 'Seleccionar héroe', '2024-12-10 14:32:21', '2024-12-10 14:32:21'), (3770, 'es', 'button', 'Botón', '2024-12-10 14:32:21', '2024-12-10 14:32:21'), (3772, 'es', 'poster_section', 'Sección de carteles', '2024-12-10 14:33:37', '2024-12-10 14:33:37'), (3773, 'es', 'button_label', 'Etiqueta del botón', '2024-12-10 14:33:37', '2024-12-10 14:33:37'), (3774, 'es', 'poster_background_image', 'Fondo', '2024-12-10 14:33:37', '2024-12-10 14:33:37'), (3775, 'bn', 'banner_image_one', 'ব্যানার ছবি এক', '2024-12-10 14:33:42', '2024-12-10 14:33:42'), (3776, 'bn', 'banner_image_two', 'ব্যানার ছবি দুই', '2024-12-10 14:33:42', '2024-12-10 14:33:42'), (3778, 'es', 'view_all_teachers', 'Nuestro equipo de liderazgo', '2024-12-10 14:36:28', '2024-12-10 14:36:28'), (3780, 'es', 'years_of_experience', 'Años de experiencia', '2024-12-10 14:37:32', '2024-12-10 14:37:32'), (3781, 'es', 'apply_for', 'Solicitar', '2024-12-10 14:37:32', '2024-12-10 14:37:32'), (3782, 'es', 'admission', 'Admisión', '2024-12-10 14:37:32', '2024-12-10 14: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 14:37:32', '2024-12-10 14:37:32'), (3784, 'es', 'meet_our_top_creative', 'Conoce a nuestra creativa superior', '2024-12-10 14:37:32', '2024-12-10 14:37:32'), (3785, 'es', 'school_teachers', 'Maestras de escuela', '2024-12-10 14:37:32', '2024-12-10 14:37:32'), (3786, 'es', 'trusted_by_companies_all_over_the_world', 'Con la confianza de empresas de todo el mundo', '2024-12-10 14:37:32', '2024-12-10 14:37:32'), (3787, 'es', 'explore_our_latest', 'Explora nuestra última', '2024-12-10 14:37:32', '2024-12-10 14:37:32'), (3788, 'es', 'news__articles', 'Noticias y artículos', '2024-12-10 14:38:57', '2024-12-10 14:38:57'), (3789, 'es', 'where_every_child_shines_', 'Donde brilla cada niña', '2024-12-10 14:38:57', '2024-12-10 14:38:57'), (3790, 'es', 'admissions_open', '¡Admisiones abiertas!', '2024-12-10 14:38:57', '2024-12-10 14:38:57'), (3791, 'es', 'enroll_now_', '¡Inscríbete ahora!', '2024-12-10 14:38:57', '2024-12-29 21:08:32'), (3792, 'es', 'join_as_an_instructor_for_online_course', 'Únase como instructor para el curso en línea', '2024-12-10 14:38:57', '2024-12-10 14:38:57'), (3793, 'bn', 'please_confirm_password', 'অনুগ্রহ করে পাসওয়ার্ড নিশ্চিত করুন', '2024-12-10 14:40:05', '2024-12-10 14:40:05'), (3794, 'bn', 'platform_ticket', 'প্ল্যাটফর্ম টিকিট', '2024-12-10 14:40:05', '2024-12-10 14:40:05'), (3795, 'bn', 'forget_password', 'পাসওয়ার্ড ভুলে যান', '2024-12-10 14:40:05', '2024-12-10 14:40:05'), (3796, 'bn', 'ticket_close', 'টিকেট বন্ধ', '2024-12-10 14:40:05', '2024-12-10 14:40:05'), (3797, 'es', 'poster_settings', 'Configuración del póster', '2024-12-10 14:40:18', '2024-12-10 14:40:18'), (3798, 'es', 'about_us_section', 'Sobre nosotras sección', '2024-12-10 14:40:18', '2024-12-10 14:40:18'), (3799, 'es', 'active_user', 'Usuario activa', '2024-12-10 14:40:18', '2024-12-10 14:40:18'), (3800, 'es', 'active_user_short_description', 'Descripción breve del usuario activo', '2024-12-10 14:40:18', '2024-12-10 14:40:18'), (3801, 'es', 'satisfied_user', 'Usuario satisfecha', '2024-12-10 14:40:18', '2024-12-10 14:40:18'), (3802, 'es', 'satisfied_user_short_description', 'Usuario satisfecho Breve descripción', '2024-12-10 14:40:18', '2024-12-10 14:40:18'), (3803, 'es', 'additional_description', 'Descripción adicional', '2024-12-10 14:40:18', '2024-12-10 14:40:18'), (3804, 'es', 'banner_image_one', 'Imagen de banner uno', '2024-12-10 14:40:18', '2024-12-10 14:40:18'), (3805, 'es', 'banner_image_two', 'Imagen de banner dos', '2024-12-10 14:40:18', '2024-12-10 14:40:18'), (3806, 'bn', 'select_role', 'ভূমিকা নির্বাচন করুন', '2024-12-10 14:41:15', '2024-12-10 14:41:15'), (3807, 'bn', 'certificate_name', 'সার্টিফিকেট নাম', '2024-12-10 14:41:15', '2024-12-10 14:41:37'), (3808, 'bn', 'hero', 'হিরো', '2024-12-10 14:41:15', '2024-12-10 14:41:15'), (3809, 'bn', 'no_hero_created', 'কোনো হিরো তৈরি হয়নি', '2024-12-10 14:41:15', '2024-12-10 14:41:15'), (3810, 'bn', 'edit_hero', 'হিরো সম্পাদনা করুন', '2024-12-10 14:41:15', '2024-12-10 14:41:15'), (3811, 'bn', 'create_hero', 'হিরো তৈরি করুন', '2024-12-10 14:41:15', '2024-12-10 14:41:15'), (3812, 'bn', 'select_theme', 'থিম নির্বাচন করুন', '2024-12-10 14:41:15', '2024-12-10 14:41:15'), (3813, 'bn', 'theme_name', 'থিমের নাম', '2024-12-10 14:41:15', '2024-12-10 14:41:15'), (3814, 'es', 'learning_through_play', 'Aprendiendo a través del juego', '2024-12-10 14:42:24', '2024-12-19 00: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 14:42:24', '2024-12-10 14:42:24'), (3817, 'es', 'snack_and_rest_period', 'Periodo de merienda y descanso', '2024-12-10 14:42:24', '2024-12-10 14: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 14:42:24', '2024-12-10 14:42:24'), (3819, 'es', 'by_the_numbers_of', 'Por los números de', '2024-12-10 14:42:24', '2024-12-10 14:42:24'), (3820, 'es', 'our_impact', 'Nuestro Impacto', '2024-12-10 14:42:24', '2024-12-10 14:42:24'), (3821, 'es', 'best_teachers', 'Mejores maestras', '2024-12-10 14:42:24', '2024-12-10 14:42:24'), (3822, 'bn', 'no_slider_created', 'কোন স্লাইডার তৈরি করা হয়নি', '2024-12-10 14:42:48', '2024-12-10 14:42:48'), (3823, 'bn', 'edit_page', 'পৃষ্ঠা সম্পাদনা করুন', '2024-12-10 14:42:48', '2024-12-10 14:42:48'), (3824, 'bn', 'create_slider', 'স্লাইডার তৈরি করুন', '2024-12-10 14:42:48', '2024-12-10 14:42:48'), (3825, 'bn', 'highlight_text', 'হাইলাইট টেক্সট', '2024-12-10 14:42:48', '2024-12-10 14:42:48'), (3826, 'bn', 'select_hero', 'হিরো নির্বাচন করুন', '2024-12-10 14:42:48', '2024-12-10 14:42:48'), (3827, 'bn', 'button', 'বোতাম', '2024-12-10 14:42:48', '2024-12-10 14: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 14:43:35', '2024-12-10 14:43:35'), (3829, 'es', 'their_stage', 'Su escenario', '2024-12-10 14:43:35', '2024-12-10 14:43:35'), (3830, 'es', 'see_details', 'Ver detalles', '2024-12-10 14:43:35', '2024-12-10 14:43:35'), (3831, 'es', 'the_work_process_of_our', 'El proceso de trabajo de nuestro', '2024-12-10 14:43:35', '2024-12-10 14:43:35'), (3832, 'es', 'kindergarten_school', 'escuela de kindergarten', '2024-12-10 14:43:35', '2024-12-10 14:43:35'), (3834, 'es', 'morning_circle_time', 'Hora del círculo matutino', '2024-12-10 14:43:35', '2024-12-10 14: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 14:43:35', '2024-12-10 14:43:35'), (3837, 'bn', 'edit_slider', 'স্লাইডার সম্পাদনা করুন', '2024-12-10 14:44:04', '2024-12-10 14:44:04'), (3838, 'bn', 'institute', 'ইনস্টিটিউট', '2024-12-10 14:44:04', '2024-12-10 14:44:04'), (3839, 'bn', 'achievement', 'অর্জন', '2024-12-10 14:44:04', '2024-12-10 14:44:04'), (3840, 'bn', 'company', 'কোম্পানি', '2024-12-10 14:44:04', '2024-12-10 14:44:04'), (3841, 'bn', 'dark_mood_logo', 'ডার্ক মুড লোগো', '2024-12-10 14:45:18', '2024-12-10 14:45:18'), (3842, 'bn', 'dark_icon_logo', 'ডার্ক আইকন লোগো', '2024-12-10 14:45:18', '2024-12-10 14:45:18'), (3843, 'bn', 'bundle_courses', 'বান্ডেল কোর্স', '2024-12-10 14:45:18', '2024-12-10 14:45:18'), (3844, 'es', '9', '9+', '2024-12-10 14:45:22', '2024-12-29 18:01:41'), (3845, 'es', 'already', 'ya', '2024-12-10 14:45:22', '2024-12-10 14:45:22'), (3846, 'es', 'the_journey_begins_here_at', 'El viaje comienza aquí en', '2024-12-10 14:45:22', '2024-12-10 14: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 14:45:22', '2024-12-10 14:45:22'), (3848, 'es', 'read_more_about', 'Leer más sobre', '2024-12-10 14:45:22', '2024-12-10 14:45:22'), (3849, 'es', 'educator_support', 'Apoyo al educador', '2024-12-10 14:45:22', '2024-12-10 14: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 14:45:22', '2024-12-10 14:45:22'), (3851, 'es', 'top_instructors', 'Mejores instructores', '2024-12-10 14:45:22', '2024-12-10 14:45:22'), (3852, 'es', 'best_award_wining', 'Mejor premio', '2024-12-10 14:45:22', '2024-12-10 14: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 14:45:39', '2024-12-10 14:45:39'), (3854, 'es', 'joined', 'Unida', '2024-12-10 14:45:39', '2024-12-10 14:45:39'), (3855, 'bn', 'meet_our_most_talented_team_member', 'আমাদের সবচেয়ে প্রতিভাবান দলের সদস্যের সাথে দেখা করুন', '2024-12-10 14:46:34', '2024-12-10 14:46:34'), (3856, 'bn', 'see_all_instructors', 'সব প্রশিক্ষক দেখুন', '2024-12-10 14:48:03', '2024-12-10 14:48:03'), (3857, 'bn', 'what_students_says_about_edulab_to_take_their_service', 'শিক্ষার্থীরা এডুল্যাব সম্পর্কে তাদের সেবা নিতে কী বলে', '2024-12-10 14:48:03', '2024-12-10 14: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 14:48:03', '2024-12-10 14:48:03'), (3859, 'bn', 'how_can_i_purchase_bundle_course', 'আমি কিভাবে বান্ডেল কোর্স কিনতে পারি?', '2024-12-10 14:48:03', '2024-12-10 14:48:03'), (3860, 'bn', 'contact_form', 'যোগাযোগ ফর্ম', '2024-12-10 14:48:03', '2024-12-10 14:48:03'), (3861, 'bn', 'send_email', 'ইমেল পাঠান', '2024-12-10 14:48:03', '2024-12-10 14:48:03'), (3862, 'bn', 'share', 'শেয়ার করুন', '2024-12-10 14:48:03', '2024-12-10 14:48:03'), (3863, 'bn', 'page_edit', 'পৃষ্ঠা সম্পাদনা করুন', '2024-12-10 14:48:03', '2024-12-10 14:48:03'), (3864, 'bn', '_page', 'পাতা', '2024-12-10 14:48:56', '2024-12-10 14:48:56'), (3865, 'bn', 'best_instructors', 'সেরা প্রশিক্ষক', '2024-12-10 14:48:56', '2024-12-10 14:48:56'), (3866, 'bn', 'school_instructors', 'স্কুল প্রশিক্ষক', '2024-12-10 14:48:56', '2024-12-10 14:48:56'), (3867, 'bn', 'edit_notice', 'সম্পাদনা বিজ্ঞপ্তি', '2024-12-10 14:48:56', '2024-12-10 14:48:56'), (3868, 'bn', 'quiz_manage', 'কুইজ পরিচালনা করুন', '2024-12-10 14:48:56', '2024-12-10 14:48:56'), (3869, 'bn', 'all_quiz', 'সমস্ত কুইজ', '2024-12-10 14:48:56', '2024-12-10 14:48:56'), (3870, 'bn', 'titlecourse', 'শিরোনাম/কোর্স', '2024-12-10 14:48:56', '2024-12-10 14:48:56'), (3871, 'bn', 'attempts', 'প্রচেষ্টা', '2024-12-10 14:48:56', '2024-12-10 14:48:56'), (3872, 'bn', 'total_mark', 'মোট মার্ক', '2024-12-10 14:48:56', '2024-12-10 14:48:56'), (3873, 'bn', 'closed', 'বন্ধ', '2024-12-10 14:50:28', '2024-12-10 14:50:28'), (3875, 'bn', 'last_submission', 'শেষ জমা', '2024-12-10 14:50:28', '2024-12-10 14:50:28'), (3876, 'bn', 'get_mark', 'মার্ক পান', '2024-12-10 14:50:28', '2024-12-10 14:50:28'), (3877, 'bn', 'pass', 'পাস', '2024-12-10 14:50:28', '2024-12-10 14:50:28'), (3878, 'bn', 'uiux_design_amp_development_fundamentals', 'UI/UX ডিজাইন উন্নয়নের মূলনীতি', '2024-12-10 14:50:28', '2025-01-07 10:33:09'), (3879, 'bn', 'yet_no_student_join_this_quiz', 'এখনো, কোন ছাত্র এই কুইজে যোগ দেয়নি', '2024-12-10 14:50:28', '2024-12-30 15:06:31'), (3880, 'bn', 'no_support_ticket', 'কোন সাপোর্ট টিকিট নেই', '2024-12-10 14:51:19', '2024-12-10 14:51:19'), (3881, 'bn', 'no_courses_found', 'কোন কোর্স পাওয়া যায়নি', '2024-12-10 14:51:19', '2024-12-10 14:51:19'), (3882, 'bn', 'go_to_quiz', 'কুইজে যান', '2024-12-10 14:51:19', '2024-12-10 14:51:19'), (3883, 'bn', 'new__course_comming_soon', 'নতুন কোর্স শীঘ্রই আসছে', '2024-12-10 14:51:19', '2024-12-10 14:51:19'), (3884, 'bn', 'out_of', 'এর মধ্যে', '2024-12-10 14:51:19', '2024-12-10 14:51:19'), (3885, 'bn', 'deadline', 'সময়সীমা', '2024-12-10 14:51:19', '2024-12-10 14:51:19'), (3886, 'bn', 'your_mark', 'আপনার মার্ক', '2024-12-10 14:52:49', '2024-12-10 14:52:49'), (3887, 'bn', 'pending', 'মুলতুবি', '2024-12-10 14:52:49', '2024-12-10 14:52:49'), (3888, 'bn', 'view_courses', 'কোর্স দেখুন', '2024-12-10 14:52:49', '2024-12-10 14:52:49'), (3889, 'bn', 'read_more_about_us', 'আমাদের সম্পর্কে আরও পড়ুন', '2024-12-10 14:52:49', '2024-12-10 14:52:49'), (3890, 'bn', 'blog_thumbnail', 'ব্লগ থাম্বনেইল', '2024-12-10 14:52:49', '2024-12-10 14:52:49'), (3891, 'bn', 'about_section_image_for_digital_education', 'ডিজিটাল শিক্ষার জন্য বিভাগ চিত্র সম্পর্কে', '2024-12-10 14:54:24', '2024-12-10 14:54:24'), (3892, 'bn', 'about_section_image_for_elearning_education', 'ই-লার্নিং শিক্ষার জন্য বিভাগ চিত্র সম্পর্কে', '2024-12-10 14:54:24', '2024-12-10 14:54:24'), (3893, 'bn', 'about_section_image_for_lms_education', 'শিক্ষার জন্য বিভাগ চিত্র সম্পর্কে', '2024-12-10 14:54:24', '2024-12-11 06:40:11'), (3894, 'bn', 'about_section_image_for_kindergarten', 'কিন্ডারগার্টেনের জন্য বিভাগ চিত্র সম্পর্কে', '2024-12-10 14:54:24', '2024-12-10 14:54:24'), (3895, 'bn', 'what_to_do', 'কি করতে হবে', '2024-12-10 14:54:24', '2024-12-10 14:54:24'), (3896, 'bn', 'up_coming', 'আপ আসছে', '2024-12-10 14:54:24', '2024-12-10 14:54:24'), (3897, 'bn', 'what_is_the_purpose_of_the_alt_attribute_in_an_img_tag', 'একটি <img> ট্যাগে alt অ্যাট্রিবিউটের উদ্দেশ্য কী?', '2024-12-10 14:54:24', '2024-12-10 14:54:24'), (3898, 'bn', 'uiux_design__development_fundamentals', 'ডিজাইন ও ডেভেলপমেন্ট ফান্ডামেন্টাল', '2024-12-10 14:54:24', '2024-12-11 06:40:11'), (3899, 'bn', 'admin', 'অ্যাডমিন', '2024-12-10 14:54:44', '2024-12-10 14:54:44'), (3900, 'bn', 'go_to_assignment', 'অ্যাসাইনমেন্টে যান', '2024-12-10 14:54:44', '2024-12-10 14:54:44'), (3901, 'en', 'no_organization', 'No Organization', '2024-12-11 06:55:45', '2024-12-11 06:55:45'), (3902, 'en', 'no_instructor', 'No Instructor', '2024-12-11 06:56:08', '2024-12-11 06:56:08'), (3903, 'en', 'supportcategory', 'support-category', '2024-12-11 07:00:12', '2024-12-11 07:00:12'), (3904, 'en', 'manage', 'manage', '2024-12-11 07:00:12', '2024-12-11 07:00:12'), (3905, 'bn', 'no_instructor', 'কোন প্রশিক্ষক নেই', '2024-12-11 07:09:02', '2024-12-19 00:10:26'), (3906, 'en', 'no_courses', 'No Courses', '2024-12-11 07:10:48', '2024-12-11 07:10:48'), (3907, 'en', 'build_a_personal_portfolio_website', 'Build a Personal Portfolio Website', '2024-12-11 07:32:13', '2024-12-11 07:32:13'), (3908, 'en', 'yet_no_student_join_this_assignment', 'Yet, No student join this assignment', '2024-12-11 07:32:13', '2024-12-11 07:32:13'), (3909, 'en', 'fullstack_web_development_bootcamp', 'Full-Stack Web Development Bootcamp', '2024-12-11 07:47:59', '2024-12-11 07:47:59'), (3911, 'en', 'expert_tutors', 'Expert Tutors', '2024-12-12 05:02:08', '2024-12-12 05:02:08'), (3912, 'en', 'subject_thumbnail', 'Subject thumbnail', '2024-12-12 17:09:44', '2024-12-12 17:09:44'), (3913, 'en', 'recomended', 'Recomended:', '2024-12-12 17:14:11', '2024-12-12 17:14:11'), (3914, 'en', 'word_between_120_to_150', 'Word between- 120 to 150', '2024-12-12 17:14:11', '2024-12-12 17:14:11'), (3915, 'en', 'add_course_thumbnail_image', 'Add Course thumbnail image.', '2024-12-12 17:14:11', '2024-12-12 17:14:11'), (3916, 'en', 'add_course_preview_images', 'Add Course preview images', '2024-12-12 17:14:11', '2024-12-12 17:14:11'), (3917, 'ar', 'expert_tutors', 'مدرسين خبراء', '2024-12-12 17:54:02', '2024-12-19 00:14:34'), (3918, 'es', 'expert_tutors', 'Expert Tutors', '2024-12-15 03:18:29', '2024-12-15 03:18:29'), (3919, 'bn', 'expert_tutors', 'বিশেষজ্ঞ টিউটর', '2024-12-15 17:59:48', '2024-12-19 00:12:24'), (3920, 'en', 'trash', 'Trash', '2024-12-15 19:54:33', '2024-12-15 19:54:33'), (3921, 'en', 'enable', 'Enable', '2024-12-15 22:18:59', '2024-12-15 22:18:59'), (3922, 'en', 'provider_name', 'Provider Name', '2024-12-15 23:11:43', '2024-12-15 23:11:43'), (3923, 'en', 'view_icon', 'View Icon', '2024-12-15 23:12:08', '2024-12-15 23:12:08'), (3925, 'en', 'no_language_found', 'No language found', '2024-12-15 23:12:29', '2024-12-15 23:12:29'), (3926, 'en', '_new_enroll', ' New Enroll', '2024-12-15 23:29:50', '2024-12-15 23:29:50'), (3927, 'en', 'visit_website', 'Visit Website', '2024-12-16 07:02:08', '2024-12-16 07:02:08'), (3928, 'en', 'no_category', 'No Category', '2024-12-16 16:33:58', '2024-12-16 16:33:58'), (3929, 'en', 'select_source_type', 'Select Source Type', '2024-12-17 05:48:37', '2024-12-17 05:48:37'), (3930, 'en', 'select_subject', 'Select subject', '2024-12-17 05:48:37', '2024-12-17 05:48:37'), (3931, 'en', 'video_url', 'Video url', '2024-12-17 05:51:41', '2024-12-17 05:51:41'), (3932, 'en', 'no_country', 'No country', '2024-12-17 21:37:49', '2024-12-17 21:37:49'), (3933, 'en', 'no_state', 'No state', '2024-12-17 21:38:48', '2024-12-17 21:38:48'), (3934, 'en', 'no_city', 'No city', '2024-12-17 21:38:57', '2024-12-17 21:38:57'), (3935, 'en', 'view_testimonial', 'View Testimonial', '2024-12-17 21:47:55', '2024-12-17 21:47:55'), (3936, 'ar', 'visit_website', 'زيارة الموقع', '2024-12-17 21:52:44', '2024-12-19 00:16:42'), (3937, 'ar', 'trash', 'نفاية', '2024-12-17 21:52:51', '2024-12-17 22:03:26'), (3938, 'es', 'trash', 'Basura', '2024-12-17 21:55:00', '2024-12-17 22:01:34'), (3939, 'es', 'visit_website', 'Visita el sitio web', '2024-12-17 21:55:00', '2024-12-19 00:11:21'), (3940, 'bn', 'trash', 'আবর্জনা', '2024-12-17 21:55:06', '2024-12-17 22:02:28'), (3941, 'bn', 'visit_website', 'ওয়েবসাইট ভিজিট করুন', '2024-12-17 21:55:06', '2024-12-19 00:14:52'), (3942, 'en', 'no_bundle_lets_create_a_bundle', 'No bundle. Let\'s create a bundle.', '2024-12-17 22:08:03', '2024-12-17 22:08:03'), (3943, 'en', 'you_didnt_create_any_bundle_yet', 'You didnt\' create any bundle, yet.', '2024-12-17 22:11:30', '2024-12-17 22:11:30'), (3944, 'en', 'no_course_found', 'No course found', '2024-12-17 22:11:56', '2024-12-17 22:11:56'), (3945, 'en', 'you_didnt_create_any_notice_for_your_student', 'You didn\'t create any notice for your student.', '2024-12-17 22:13:18', '2024-12-17 22:13:18'), (3946, 'en', 'view_profile', 'View Profile', '2024-12-18 17:34:09', '2024-12-18 17:34:09'), (3947, 'en', 'create_permission', 'Create Permission', '2024-12-18 19:34:32', '2024-12-18 19:34:32'), (3948, 'en', 'view_faq', 'View Faq', '2024-12-18 20:21:44', '2024-12-18 20:21:44'), (3949, 'en', 'view_faq_', 'View Faq ', '2024-12-18 20:21:44', '2024-12-18 20:21:44'), (3950, 'en', 'add_course_curriculum', 'Add Course Curriculum', '2024-12-18 23:48:04', '2024-12-18 23:48:04'), (3951, 'en', 'edit_support_category', 'Edit Support Category', '2024-12-18 23:59:24', '2024-12-18 23:59:24'), (3952, 'en', 'supportcategoryview', 'support-category/view', '2024-12-18 23:59:29', '2024-12-18 23:59:29'), (3953, 'ar', '_new_enroll', 'تسجيل جديد', '2024-12-19 00:05:54', '2024-12-19 00:16:42'), (3954, 'es', 'no_organization', 'Sin organización', '2024-12-19 00:09:25', '2024-12-19 00:09:25'), (3955, 'es', 'no_instructor', 'Sin instructor', '2024-12-19 00:09:25', '2024-12-19 00:09:25'), (3956, 'es', 'supportcategory', 'categoría de soporte', '2024-12-19 00:09:25', '2024-12-19 00:09:25'), (3957, 'es', 'manage', 'administrar', '2024-12-19 00:09:25', '2024-12-19 00:09:25'), (3958, 'es', 'no_courses', 'Sin cursos', '2024-12-19 00:09:25', '2024-12-19 00:09:25'), (3959, 'es', 'build_a_personal_portfolio_website', 'Cree un sitio web de portafolio personal', '2024-12-19 00:09:25', '2024-12-19 00:09:25'), (3960, 'es', 'yet_no_student_join_this_assignment', 'Sin embargo, ninguna estudiante se une a esta tarea.', '2024-12-19 00:09:25', '2024-12-19 00:09:25'), (3961, 'es', 'fullstack_web_development_bootcamp', 'Campamento de entrenamiento de desarrollo web full-stack', '2024-12-19 00:10:16', '2024-12-19 00:10:16'), (3963, 'es', 'subject_thumbnail', 'Subject thumbnail', '2024-12-19 00:10:16', '2024-12-19 00:10:16'), (3964, 'es', 'recomended', 'Recomendado:', '2024-12-19 00:10:16', '2024-12-19 00:10:16'), (3965, 'es', 'word_between_120_to_150', 'Palabra entre- 120 a 150', '2024-12-19 00:10:16', '2024-12-19 00:10:16'), (3966, 'es', 'add_course_thumbnail_image', 'Añadir imagen en miniatura del curso.', '2024-12-19 00:10:16', '2024-12-19 00:10:16'), (3967, 'es', 'add_course_preview_images', 'Agregar imágenes de vista previa del curso', '2024-12-19 00:10:16', '2024-12-19 00:10:16'), (3968, 'bn', 'no_organization', 'কোন সংগঠন নেই', '2024-12-19 00:10:26', '2024-12-19 00:10:26'), (3969, 'bn', 'supportcategory', 'সমর্থন-শ্রেণী', '2024-12-19 00:10:26', '2024-12-19 00:10:26'), (3970, 'bn', 'manage', 'পরিচালনা করুন', '2024-12-19 00:10:26', '2024-12-19 00:10:26'), (3971, 'bn', 'no_courses', 'কোন কোর্স নেই', '2024-12-19 00:10:26', '2024-12-19 00:10:26'), (3972, 'bn', 'build_a_personal_portfolio_website', 'একটি ব্যক্তিগত পোর্টফোলিও ওয়েবসাইট তৈরি করুন', '2024-12-19 00:10:26', '2024-12-19 00:10:26'), (3973, 'bn', 'yet_no_student_join_this_assignment', 'এখনও, কোন ছাত্র এই অ্যাসাইনমেন্টে যোগ দেয়নি', '2024-12-19 00:10:26', '2024-12-30 15:10:42'), (3974, 'es', 'enable', 'Permitir', '2024-12-19 00:11:21', '2024-12-19 00:11:21'), (3975, 'es', 'provider_name', 'Nombre del proveedor', '2024-12-19 00:11:21', '2024-12-19 00:11:21'), (3976, 'es', 'view_icon', 'Ver icono', '2024-12-19 00:11:21', '2024-12-19 00:11:21'), (3978, 'es', 'no_language_found', 'No se encontró ningún idioma', '2024-12-19 00:11:21', '2024-12-19 00:11:21'), (3979, 'es', '_new_enroll', 'Nueva inscripción', '2024-12-19 00:11:21', '2024-12-19 00:11:21'), (3980, 'es', 'no_category', 'Sin categoría', '2024-12-19 00:11:21', '2024-12-19 00:11:21'), (3981, 'es', 'select_source_type', 'Seleccionar el tipo de fuente', '2024-12-19 00:11:21', '2024-12-19 00:11:21'), (3982, 'ar', 'no_organization', 'لا يوجد تنظيم', '2024-12-19 00:11:55', '2024-12-19 00:11:55'), (3983, 'ar', 'no_instructor', 'لا يوجد مدرب', '2024-12-19 00:11:55', '2024-12-19 00:11:55'), (3984, 'ar', 'supportcategory', 'فئة الدعم', '2024-12-19 00:11:55', '2024-12-19 00:11:55'), (3985, 'ar', 'manage', 'يدير', '2024-12-19 00:11:55', '2024-12-19 00:11:55'), (3986, 'ar', 'no_courses', 'لا يوجد دورات', '2024-12-19 00:11:55', '2024-12-19 00:11:55'), (3987, 'ar', 'build_a_personal_portfolio_website', 'إنشاء موقع ويب لمحفظتك الشخصية', '2024-12-19 00:11:55', '2024-12-19 00:11:55'), (3988, 'ar', 'yet_no_student_join_this_assignment', 'حتى الآن، لم ينضم أي طالب إلى هذه المهمة', '2024-12-19 00:11:55', '2024-12-19 00:11:55'), (3989, 'bn', 'fullstack_web_development_bootcamp', 'ফুল-স্ট্যাক ওয়েব ডেভেলপমেন্ট বুটক্যাম্প', '2024-12-19 00:12:24', '2024-12-19 00:12:24'), (3991, 'bn', 'subject_thumbnail', 'বিষয় থাম্বনেল', '2024-12-19 00:12:24', '2024-12-19 00:12:24'), (3992, 'bn', 'recomended', 'প্রস্তাবিত:', '2024-12-19 00:12:24', '2024-12-19 00:12:24'), (3993, 'bn', 'word_between_120_to_150', 'শব্দ 120 থেকে 150 এর মধ্যে', '2024-12-19 00:12:24', '2024-12-19 00:12:24'), (3994, 'bn', 'add_course_thumbnail_image', 'কোর্স থাম্বনেইল ইমেজ যোগ করুন.', '2024-12-19 00:12:24', '2024-12-19 00:12:24'), (3995, 'bn', 'add_course_preview_images', 'কোর্সের পূর্বরূপ ছবি যোগ করুন', '2024-12-19 00:12:24', '2024-12-19 00:12:24'), (3996, 'es', 'select_subject', 'Seleccionar tema', '2024-12-19 00:12:35', '2024-12-19 00:12:35'), (3997, 'es', 'video_url', 'URL del vídeo', '2024-12-19 00:12:35', '2024-12-19 00:12:35'), (3998, 'es', 'no_country', 'Ningún país', '2024-12-19 00:12:35', '2024-12-19 00:12:35'), (3999, 'es', 'no_state', 'No state', '2024-12-19 00:12:35', '2024-12-19 00:12:35'), (4000, 'es', 'no_city', 'Ninguna ciudad', '2024-12-19 00:12:35', '2024-12-19 00:12:35'), (4001, 'es', 'view_testimonial', 'Ver testimonio', '2024-12-19 00:12:35', '2024-12-19 00:12:35'), (4002, 'es', 'no_bundle_lets_create_a_bundle', 'No hay paquete. Vamos a crear un paquete.', '2024-12-19 00:12:35', '2024-12-19 00:12:35'), (4003, 'es', 'you_didnt_create_any_bundle_yet', 'Aún no has creado ningún paquete.', '2024-12-19 00:12:35', '2024-12-19 00:12:35'), (4004, 'es', 'no_course_found', 'No se encontró ningún curso', '2024-12-19 00:12:35', '2024-12-19 00:12:35'), (4005, 'es', 'you_didnt_create_any_notice_for_your_student', 'No has creado ningún aviso para tu estudiante.', '2024-12-19 00:13:34', '2024-12-30 16:34:19'), (4006, 'es', 'view_profile', 'Ver perfil', '2024-12-19 00:13:34', '2024-12-19 00:13:34'), (4007, 'es', 'create_permission', 'Crear permiso', '2024-12-19 00:13:34', '2024-12-19 00:13:34'), (4008, 'es', 'view_faq', 'Ver preguntas frecuentes', '2024-12-19 00:13:34', '2024-12-19 00:13:34'), (4009, 'es', 'view_faq_', 'Ver preguntas frecuentes', '2024-12-19 00:13:34', '2024-12-19 00:13:34'), (4010, 'es', 'add_course_curriculum', 'Agregar plan de estudios del curso', '2024-12-19 00:13:34', '2024-12-19 00:13:34'), (4011, 'es', 'edit_support_category', 'Categoría de soporte de dit', '2024-12-19 00:13:34', '2024-12-19 00:13:34'), (4012, 'es', 'supportcategoryview', 'categoría de soporte/vista', '2024-12-19 00:13:34', '2024-12-19 00:13:34'), (4013, 'ar', 'fullstack_web_development_bootcamp', 'معسكر تدريبي لتطوير الويب الكامل', '2024-12-19 00:14:34', '2024-12-19 00:14:34'), (4015, 'ar', 'subject_thumbnail', 'صورة مصغرة للموضوع', '2024-12-19 00:14:34', '2024-12-19 00:14:34'), (4016, 'ar', 'recomended', 'موصى به:', '2024-12-19 00:14:34', '2024-12-19 00:14:34'), (4017, 'ar', 'word_between_120_to_150', 'كلمة بين 120 إلى 150', '2024-12-19 00:14:34', '2024-12-19 00:14:34'), (4018, 'ar', 'add_course_thumbnail_image', 'أضف صورة مصغرة للدورة.', '2024-12-19 00:14:34', '2024-12-19 00:14:34'), (4019, 'ar', 'add_course_preview_images', 'أضف صور معاينة الدورة', '2024-12-19 00:14:34', '2024-12-19 00:14:34'), (4020, 'bn', 'enable', 'সক্রিয়', '2024-12-19 00:14:52', '2024-12-19 00:14:52'), (4021, 'bn', 'provider_name', 'প্রদানকারীর নাম', '2024-12-19 00:14:52', '2024-12-19 00:14:52'), (4022, 'bn', 'view_icon', 'আইকন দেখুন', '2024-12-19 00:14:52', '2024-12-19 00:14:52'), (4024, 'bn', 'no_language_found', 'কোন ভাষা পাওয়া যায়নি', '2024-12-19 00:14:52', '2024-12-19 00:14:52'), (4025, 'bn', '_new_enroll', 'নতুন নথিভুক্ত করুন', '2024-12-19 00:14:52', '2024-12-19 00:14:52'), (4026, 'bn', 'no_category', 'কোন বিভাগ নেই', '2024-12-19 00:14:52', '2024-12-19 00:14:52'), (4027, 'bn', 'select_source_type', 'সোর্স টাইপ নির্বাচন করুন', '2024-12-19 00:14:52', '2024-12-19 00:14:52'), (4028, 'bn', 'select_subject', 'বিষয় নির্বাচন করুন', '2024-12-19 00:15:59', '2024-12-19 00:15:59'), (4029, 'bn', 'video_url', 'ভিডিও ইউআরএল', '2024-12-19 00:15:59', '2024-12-19 00:15:59'), (4030, 'bn', 'no_country', 'কোন দেশ নেই', '2024-12-19 00:15:59', '2024-12-19 00:15:59'), (4031, 'bn', 'no_state', 'রাষ্ট্র নেই', '2024-12-19 00:15:59', '2024-12-19 00:15:59'), (4032, 'bn', 'no_city', 'কোন শহর নেই', '2024-12-19 00:15:59', '2024-12-19 00:15:59'), (4033, 'bn', 'view_testimonial', 'দেখুন প্রশংসাপত্র', '2024-12-19 00:15:59', '2024-12-19 00:15:59'), (4034, 'bn', 'no_bundle_lets_create_a_bundle', 'কোন বান্ডিল নেই। এর একটি বান্ডিল তৈরি করা যাক.', '2024-12-19 00:15:59', '2024-12-19 00:15:59'), (4035, 'bn', 'you_didnt_create_any_bundle_yet', 'আপনি এখনও কোনো বান্ডিল তৈরি করেননি।', '2024-12-19 00:15:59', '2024-12-19 00:15:59'), (4036, 'bn', 'no_course_found', 'কোন কোর্স পাওয়া যায়নি', '2024-12-19 00:15:59', '2024-12-19 00:15:59'), (4037, 'ar', 'enable', 'يُمكَِن', '2024-12-19 00:16:42', '2024-12-19 00:16:42'), (4038, 'ar', 'provider_name', 'اسم المزود', '2024-12-19 00:16:42', '2024-12-19 00:16:42'), (4039, 'ar', 'view_icon', 'أيقونة العرض', '2024-12-19 00:16:42', '2024-12-19 00:16:42'), (4041, 'ar', 'no_language_found', 'لم يتم العثور على لغة', '2024-12-19 00:16:42', '2024-12-19 00:16:42'), (4042, 'ar', 'no_category', 'لا يوجد فئة', '2024-12-19 00:16:42', '2024-12-19 00:16:42'), (4043, 'ar', 'select_source_type', 'حدد نوع المصدر', '2024-12-19 00:16:42', '2024-12-19 00:16:42'), (4044, 'bn', 'you_didnt_create_any_notice_for_your_student', 'আপনি আপনার ছাত্রের জন্য কোনো বিজ্ঞপ্তি তৈরি করেননি।', '2024-12-19 00:16:44', '2024-12-19 00:16:44'), (4045, 'bn', 'view_profile', 'প্রোফাইল দেখুন', '2024-12-19 00:16:44', '2024-12-19 00:16:44'), (4046, 'bn', 'create_permission', 'অনুমতি তৈরি করুন', '2024-12-19 00:16:45', '2024-12-19 00:16:45'), (4047, 'bn', 'view_faq', 'প্রশ্ন দেখুন', '2024-12-19 00:16:45', '2024-12-19 00:17:15'), (4048, 'bn', 'view_faq_', 'প্রশ্ন দেখুন', '2024-12-19 00:16:45', '2024-12-19 00:17:15'), (4049, 'bn', 'add_course_curriculum', 'কোর্স কারিকুলাম যোগ করুন', '2024-12-19 00:16:45', '2024-12-19 00:16:45'), (4050, 'bn', 'edit_support_category', 'সমর্থন বিভাগ সম্পাদনা করুন', '2024-12-19 00:16:45', '2024-12-19 00:16:45'), (4051, 'bn', 'supportcategoryview', 'সমর্থন-শ্রেণী/দর্শন', '2024-12-19 00:16:45', '2024-12-19 00:16:45'), (4052, 'ar', 'select_subject', 'اختر الموضوع', '2024-12-19 00:19:00', '2024-12-19 00:19:00'), (4053, 'ar', 'video_url', 'رابط الفيديو', '2024-12-19 00:19:00', '2024-12-19 00:19:00'), (4054, 'ar', 'no_country', 'لا يوجد بلد', '2024-12-19 00:19:00', '2024-12-19 00:19:00'), (4055, 'ar', 'no_state', 'لا يوجد دولة', '2024-12-19 00:19:00', '2024-12-19 00:19:00'), (4056, 'ar', 'no_city', 'لا يوجد مدينة', '2024-12-19 00:19:00', '2024-12-19 00:19:00'), (4057, 'ar', 'view_testimonial', 'عرض الشهادة', '2024-12-19 00:19:00', '2024-12-19 00:19:00'), (4058, 'ar', 'no_bundle_lets_create_a_bundle', 'لا توجد حزمة. دعنا ننشئ حزمة.', '2024-12-19 00:19:00', '2024-12-19 00:19:00'), (4059, 'ar', 'you_didnt_create_any_bundle_yet', 'لم تقم بإنشاء أي حزمة بعد.', '2024-12-19 00:19:00', '2024-12-19 00:19:00'), (4060, 'ar', 'no_course_found', 'لم يتم العثور على الدورة', '2024-12-19 00:19:00', '2024-12-19 00:19:00'), (4061, 'ar', 'you_didnt_create_any_notice_for_your_student', 'لم تقم بإنشاء أي إشعار لطلابك.', '2024-12-19 00:20:40', '2024-12-19 00:20:40'), (4062, 'ar', 'view_profile', 'عرض الملف الشخصي', '2024-12-19 00:20:40', '2024-12-19 00:20:40'), (4063, 'ar', 'create_permission', 'إنشاء إذن', '2024-12-19 00:20:40', '2024-12-19 00:20:40'), (4064, 'ar', 'view_faq', 'عرض الأسئلة الشائعة', '2024-12-19 00:20:40', '2024-12-19 00:20:40'), (4065, 'ar', 'view_faq_', 'عرض الأسئلة الشائعة', '2024-12-19 00:20:40', '2024-12-19 00:20:40'), (4066, 'ar', 'add_course_curriculum', 'إضافة المنهج الدراسي', '2024-12-19 00:20:40', '2024-12-19 00:20:40'), (4067, 'ar', 'edit_support_category', 'تعديل فئة الدعم', '2024-12-19 00:20:40', '2024-12-19 00:20:40'), (4068, 'ar', 'supportcategoryview', 'فئة الدعم/العرض', '2024-12-19 00:20:40', '2024-12-19 00:20:40'), (4069, 'en', 'no_meeting_provider', 'No Meeting Provider', '2024-12-24 08:29:53', '2024-12-24 08:29:53'), (4070, 'en', 'clear', 'Clear', '2024-12-24 08:39:55', '2024-12-24 08:39:55'), (4071, 'en', 'ticket_reply', 'Ticket reply', '2024-12-24 08:49:07', '2024-12-24 08:49:07'), (4072, 'en', 'support_view', 'Support view', '2024-12-23 22:32:01', '2024-12-23 22:32:01'), (4076, 'en', 'add_instructor', 'Add Instructor', '2024-12-27 13:24:11', '2024-12-27 13:24:11'), (4077, 'en', 'add_category', 'Add Category', '2024-12-27 18:40:53', '2024-12-27 18:40:53'), (4078, 'en', 'click_bundle_course_for_learn', 'Click Bundle Course for learn', '2024-12-28 17:04:20', '2024-12-28 17: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 16:07:46', '2024-12-29 16:07:46'), (4080, 'en', 'admission_open', 'Admission Open', '2024-12-29 16:07:46', '2024-12-29 16:07:46'), (4081, 'en', 'enroll_now', 'Enroll Now', '2024-12-29 16:07:46', '2024-12-29 16:07:46'), (4082, 'en', 'edulab_lms', 'Edulab LMS', '2024-12-29 16:07:46', '2024-12-29 16:07:46'), (4083, 'en', 'has_been_changed_successfully', 'has been changed successfully', '2024-12-29 16:07:50', '2024-12-29 16:07:50'), (4084, 'en', 'view_category_courses', 'View Category courses', '2024-12-29 16:07:51', '2024-12-29 16:07:51'), (4085, 'en', 'english', 'English', '2024-12-29 16:07:51', '2024-12-29 16:07:51'), (4086, 'en', 'arabic', 'Arabic', '2024-12-29 16:07:51', '2024-12-29 16:07:51'), (4087, 'en', 'spanish', 'Spanish', '2024-12-29 16:07:51', '2024-12-29 16:07:51'), (4088, 'en', 'bengali', 'Bengali', '2024-12-29 16:07:51', '2024-12-29 16:07:51'), (4089, 'en', 'our_courses', 'Our Courses', '2024-12-29 16:13:43', '2024-12-29 16:13:43'), (4090, 'en', 'showing', 'Showing', '2024-12-29 16:13:43', '2024-12-29 16:13:43'), (4091, 'en', 'of', 'of', '2024-12-29 16:13:43', '2024-12-29 16:13:43'), (4092, 'en', 'results', 'Results', '2024-12-29 16:13:43', '2024-12-29 16:13:43'), (4093, 'en', 'courses_bundle', 'Courses Bundle', '2024-12-29 16:13:49', '2024-12-29 16:13:49'), (4094, 'en', 'we_have', 'We Have', '2024-12-29 16:13:49', '2024-12-29 16:13:49'), (4095, 'en', 'bundle_course_offer', 'Bundle Course Offer', '2024-12-29 16:13:49', '2024-12-29 16:13:49'), (4096, 'en', 'sign_in', 'Sign In', '2024-12-29 16:14:32', '2024-12-29 16: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 16:14:32', '2024-12-29 16:14:32'), (4098, 'en', 'or', 'OR', '2024-12-29 16:14:32', '2024-12-29 16:14:32'), (4099, 'en', 'dont_have_an_account_yet', 'Don\'t have an account yet', '2024-12-29 16:14:32', '2024-12-29 16:14:32'), (4100, 'en', 'login_successfully', 'Login successfully', '2024-12-29 16:14:39', '2024-12-29 16:14:39'), (4102, 'en', 'support_request', 'Support request', '2024-12-29 16:14:40', '2024-12-29 16:14:40'), (4103, 'en', 'adjust_configurations', 'Adjust Configurations', '2024-12-29 16:14:40', '2024-12-29 16:14:40'), (4104, 'en', 'transform_your_space_to_reflect_your_personality', 'Transform your space to reflect your personality!', '2024-12-29 16:14:40', '2024-12-29 16:14:40'), (4105, 'en', 'theme_appearance', 'Theme Appearance', '2024-12-29 16:14:40', '2024-12-29 16:14:40'), (4106, 'en', 'light', 'Light', '2024-12-29 16:14:40', '2024-12-29 16:14:40'), (4107, 'en', 'dark', 'Dark', '2024-12-29 16:14:40', '2024-12-29 16:14:40'), (4108, 'en', 'theme_card_style', 'Theme Card Style', '2024-12-29 16:14:40', '2024-12-29 16:14:40'), (4109, 'en', 'round', 'Round', '2024-12-29 16:14:40', '2024-12-29 16:14:40'), (4110, 'en', 'square', 'Square', '2024-12-29 16:14:40', '2024-12-29 16:14:40'), (4111, 'en', 'theme_layout_width', 'Theme Layout Width', '2024-12-29 16:14:40', '2024-12-29 16:14:40'), (4112, 'en', 'full_width', 'Full Width', '2024-12-29 16:14:40', '2024-12-29 16:14:40'), (4113, 'en', 'container', 'Container', '2024-12-29 16:14:40', '2024-12-29 16:14:40'), (4114, 'en', 'reset', 'Reset', '2024-12-29 16:14:40', '2024-12-29 16:14:40'), (4115, 'en', 'do_you_want_to_trash', 'Do you want to Trash', '2024-12-29 16:14:47', '2024-12-29 16:14:47'), (4116, 'en', 'if_you_trash_icon_data_will_be_trashed', 'If You trash, icon data will be trashed.', '2024-12-29 16:14:47', '2024-12-29 16:14:47'), (4117, 'en', 'theme_preview', 'Theme Preview', '2024-12-29 16:14:50', '2024-12-29 16:14:50'), (4118, 'en', 'by', 'by', '2024-12-29 16:14:50', '2024-12-29 16: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 16:15:03', '2024-12-29 16:15:03'), (4120, 'en', 'to', 'to', '2024-12-29 16:15:03', '2024-12-29 16:15:03'), (4121, 'en', 'entries', 'entries', '2024-12-29 16:15:03', '2024-12-29 16:15:03'), (4122, 'en', 'do_you_want_to_permanent_delete', 'Do you want to permanent delete.', '2024-12-29 16:15:16', '2024-12-29 16: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 16:15:16', '2024-12-29 16:15:16'), (4124, 'en', 'restore', 'Restore', '2024-12-29 16:15:16', '2024-12-29 16:15:16'), (4125, 'en', 'do_you_want_to_restore', 'Do you want to restore', '2024-12-29 16:15:16', '2024-12-29 16:15:16'), (4126, 'en', 'view_level', 'View Level', '2024-12-29 16:15:20', '2024-12-29 16:15:20'), (4127, 'en', 'be_careful_it_may_affect_performance', 'Be careful, it may affect performance', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4128, 'en', 'clear_cache', 'Clear Cache', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4129, 'en', 'best_for_production_performance', 'Best for production performance', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4130, 'en', 'optimize_cache', 'Optimize Cache', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4131, 'en', 'storage_link', 'Storage Link', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4132, 'en', 'enter_your_application_name', 'Enter Your Application Name', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4133, 'en', 'enter_your_contact_email', 'Enter Your Contact Email', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4138, 'en', 'driver', 'Driver', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4139, 'en', 'select_option', 'Select Option', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4140, 'en', 'smtp', 'smtp', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4141, 'en', 'sendmail', 'sendmail', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4142, 'en', 'mail_host', 'Mail Host', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4143, 'en', 'host', 'Host', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4144, 'en', 'mail_port', 'Mail Port', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4145, 'en', 'port', 'Port', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4146, 'en', 'from_address', 'From Address', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4147, 'en', 'mail_user_name', 'Mail User Name', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4148, 'en', 'user_name', 'User Name', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4149, 'en', 'mail_encryption', 'Mail Encryption', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4150, 'en', 'tls', 'TLS', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4151, 'en', 'ssl', 'SSL', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4152, 'en', 'php_version', 'PHP Version', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4153, 'en', 'laravel_version', 'Laravel Version', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4154, 'en', 'server__software', 'Server Software', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4155, 'en', 'litespeed', 'LiteSpeed', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4156, 'en', 'server_ip_address', 'Server IP Address', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4157, 'en', 'server_protocol', 'Server Protocol', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4158, 'en', 'http_host', 'HTTP Host', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4159, 'en', 'database_port', 'Database Port', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4160, 'en', 'app_environment', 'App Environment', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4161, 'en', 'app_debug', 'App Debug', '2024-12-29 16:17:38', '2024-12-29 16:17:38'), (4162, 'en', 'true', 'True', '2024-12-29 16:17:38', '2025-01-05 16:31:23'), (4163, 'en', 'storage_link_successfully', 'storage link Successfully', '2024-12-29 16:17:40', '2024-12-29 16:17:40'), (4164, 'en', 'cache_clear_successfully', 'Cache Clear Successfully', '2024-12-29 16:36:52', '2024-12-29 16:36:52'), (4165, 'en', 'cache_optimize_successfully', 'Cache Optimize Successfully', '2024-12-29 17:11:02', '2024-12-29 17:11:02'), (4166, 'ar', 'be_careful_it_may_affect_performance', 'كن حذرا، فإنه قد يؤثر على الأداء', '2024-12-29 17:11:11', '2024-12-30 07:34:34'), (4167, 'ar', 'clear_cache', 'مسح ذاكرة التخزين المؤقت', '2024-12-29 17:11:11', '2024-12-30 07:34:34'), (4168, 'ar', 'best_for_production_performance', 'الأفضل لأداء الإنتاج', '2024-12-29 17:11:11', '2024-12-30 07:34:34'), (4169, 'ar', 'optimize_cache', 'تحسين ذاكرة التخزين المؤقت', '2024-12-29 17:11:11', '2024-12-30 07:34:34'), (4170, 'ar', 'storage_link', 'رابط التخزين', '2024-12-29 17:11:11', '2024-12-30 07:34:34'), (4171, 'ar', 'enter_your_application_name', 'أدخل اسم التطبيق الخاص بك', '2024-12-29 17:11:11', '2024-12-30 07:34:34'), (4172, 'ar', 'enter_your_contact_email', 'أدخل البريد الإلكتروني لجهة الاتصال الخاصة بك', '2024-12-29 17:11:11', '2024-12-30 07:34:34'), (4177, 'ar', 'driver', 'سائق', '2024-12-29 17:11:11', '2024-12-30 07:36:27'), (4178, 'ar', 'select_option', 'حدد الخيار', '2024-12-29 17:11:11', '2024-12-30 07:36:27'), (4179, 'ar', 'smtp', 'بروتوكول نقل البريد الإلكتروني', '2024-12-29 17:11:11', '2025-01-07 10:24:38'), (4180, 'ar', 'sendmail', 'إرسال البريد', '2024-12-29 17:11:11', '2024-12-30 07:36:27'), (4181, 'ar', 'mail_host', 'مضيف البريد', '2024-12-29 17:11:11', '2024-12-30 07:36:27'), (4182, 'ar', 'host', 'يستضيف', '2024-12-29 17:11:11', '2024-12-30 07:36:27'), (4183, 'ar', 'mail_port', 'ميناء البريد', '2024-12-29 17:11:11', '2024-12-30 07:37:50'), (4184, 'ar', 'port', 'ميناء', '2024-12-29 17:11:11', '2024-12-30 07:37:50'), (4185, 'ar', 'from_address', 'من العنوان', '2024-12-29 17:11:11', '2024-12-30 07:37:50'), (4186, 'ar', 'mail_user_name', 'اسم مستخدم البريد', '2024-12-29 17:11:11', '2024-12-30 07:37:50'), (4187, 'ar', 'user_name', 'اسم المستخدم', '2024-12-29 17:11:11', '2024-12-30 07:37:50'), (4188, 'ar', 'mail_encryption', 'تشفير البريد', '2024-12-29 17:11:11', '2024-12-30 07:37:50'), (4189, 'ar', 'tls', 'بروتوكول', '2024-12-29 17:11:11', '2025-01-07 10:24:38'), (4190, 'ar', 'ssl', 'طبقة المقابس الآمنة', '2024-12-29 17:11:11', '2024-12-30 07:37:50'), (4191, 'ar', 'php_version', 'نسخة', '2024-12-29 17:11:11', '2025-01-07 10:24:38'), (4192, 'ar', 'laravel_version', 'نسخة لارافيل', '2024-12-29 17:11:11', '2024-12-30 07:40:55'), (4193, 'ar', 'server__software', 'برامج الخادم', '2024-12-29 17:11:11', '2024-12-30 07:40:55'), (4194, 'ar', 'litespeed', 'لايت سبيد', '2024-12-29 17:11:11', '2024-12-30 07:40:55'), (4195, 'ar', 'server_ip_address', 'عنوان للخادم', '2024-12-29 17:11:11', '2025-01-07 10:24:38'), (4196, 'ar', 'server_protocol', 'بروتوكول الخادم', '2024-12-29 17:11:11', '2024-12-30 07:40:55'), (4197, 'ar', 'http_host', 'مضيف', '2024-12-29 17:11:11', '2025-01-07 10:24:38'), (4198, 'ar', 'database_port', 'منفذ قاعدة البيانات', '2024-12-29 17:11:11', '2024-12-30 07:40:55'), (4199, 'ar', 'app_environment', 'بيئة التطبيق', '2024-12-29 17:11:11', '2024-12-30 07:40:55'), (4200, 'ar', 'app_debug', 'تصحيح أخطاء التطبيق', '2024-12-29 17:11:11', '2024-12-30 07:40:55'), (4201, 'ar', 'true', 'حقيقي', '2024-12-29 17:11:11', '2024-12-30 07:43:47'), (4202, 'ar', 'english', 'إنجليزي', '2024-12-29 17:11:11', '2024-12-30 07:22:58'), (4203, 'ar', 'arabic', 'عربي', '2024-12-29 17:11:11', '2024-12-30 07:22:58'), (4204, 'ar', 'spanish', 'الأسبانية', '2024-12-29 17:11:11', '2024-12-30 07:22:58'), (4205, 'ar', 'bengali', 'البنغالية', '2024-12-29 17:11:11', '2024-12-30 07:22:58'), (4206, 'ar', 'adjust_configurations', 'ضبط التكوينات', '2024-12-29 17:11:11', '2024-12-30 07:27:56'), (4207, 'ar', 'transform_your_space_to_reflect_your_personality', 'تحويل المساحة الخاصة بك لتعكس شخصيتك!', '2024-12-29 17:11:11', '2024-12-30 07:27:56'), (4208, 'ar', 'theme_appearance', 'مظهر الموضوع', '2024-12-29 17:11:11', '2024-12-30 07:27:56'), (4209, 'ar', 'light', 'ضوء', '2024-12-29 17:11:11', '2024-12-30 07:27:56'), (4210, 'ar', 'dark', 'مظلم', '2024-12-29 17:11:11', '2024-12-30 07:27:56'), (4211, 'ar', 'theme_card_style', 'نمط بطاقة الموضوع', '2024-12-29 17:11:11', '2024-12-30 07:30:41'), (4212, 'ar', 'round', 'دائري', '2024-12-29 17:11:11', '2024-12-30 07:30:41'), (4213, 'ar', 'square', 'مربع', '2024-12-29 17:11:11', '2024-12-30 07:30:41'), (4214, 'ar', 'theme_layout_width', 'عرض تخطيط الموضوع', '2024-12-29 17:11:11', '2024-12-30 07:30:41'), (4215, 'ar', 'full_width', 'العرض الكامل', '2024-12-29 17:11:11', '2024-12-30 07:30:41'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (4216, 'ar', 'container', 'حاوية', '2024-12-29 17:11:11', '2024-12-30 07:30:41'), (4217, 'ar', 'reset', 'إعادة ضبط', '2024-12-29 17:11:11', '2024-12-30 07: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 17:24:04', '2024-12-29 17:24:04'), (4219, 'en', 'upload_logo__favicon', 'Upload Logo & Favicon', '2024-12-29 17:24:04', '2024-12-29 17:24:04'), (4220, 'en', 'theme_logo', 'Theme Logo', '2024-12-29 17:24:04', '2024-12-29 17:24:04'), (4221, 'en', 'footer_logo', 'Footer Logo', '2024-12-29 17:24:04', '2024-12-29 17:24:04'), (4224, 'en', 'disable', 'Disable', '2024-12-29 17:24:04', '2024-12-29 17:24:04'), (4225, 'en', 'twak_chat_settings', 'Twak Chat Settings', '2024-12-29 17:24:04', '2024-12-29 17:24:04'), (4226, 'en', 'tawk_url', 'Tawk Url', '2024-12-29 17:24:04', '2024-12-29 17:24:04'), (4227, 'en', 'satisfied_student', 'Satisfied Student', '2024-12-29 17:24:04', '2024-12-29 17:24:04'), (4228, 'en', 'if_you_trashsubject_data_will_be_trashed', 'If You trash,subject data will be trashed.', '2024-12-29 17:24:32', '2024-12-29 17:24:32'), (4230, 'en', 'approved_course', 'Approved Course', '2024-12-29 17:24:37', '2024-12-29 17:24:37'), (4232, 'en', 'pending_course', 'Pending Course', '2024-12-29 17:24:37', '2024-12-29 17:24:37'), (4234, 'en', 'rejected_course', 'Rejected Course', '2024-12-29 17:24:37', '2024-12-29 17:24:37'), (4236, 'en', 'sub_category', 'Sub Category', '2024-12-29 17:24:37', '2024-12-29 17:24:37'), (4237, 'en', 'select_status', 'Select Status', '2024-12-29 17:24:37', '2024-12-29 17:24:37'), (4238, 'en', 'approved', 'Approved', '2024-12-29 17:24:37', '2024-12-29 17:24:37'), (4239, 'en', 'rejected', 'Rejected', '2024-12-29 17:24:37', '2024-12-29 17:24:37'), (4242, 'en', 'active_organization', 'Active Organization', '2024-12-29 17:25:00', '2024-12-29 17:25:00'), (4243, 'en', 'deactivate_organization', 'Deactivate Organization', '2024-12-29 17:25:00', '2024-12-29 17:25:00'), (4244, 'en', 'unverified', 'Unverified', '2024-12-29 17:25:00', '2024-12-29 17:25:00'), (4245, 'en', 'search_name', 'Search name', '2024-12-29 17:25:00', '2024-12-29 17:25:00'), (4246, 'en', 'total_instructor', 'Total Instructor', '2024-12-29 17:25:05', '2024-12-29 17:25:05'), (4248, 'en', 'active_instructor', 'Active Instructor', '2024-12-29 17:25:05', '2024-12-29 17:25:05'), (4249, 'en', 'deactivate_instructor', 'Deactivate Instructor', '2024-12-29 17:25:05', '2024-12-29 17: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 17:25:05', '2024-12-29 17: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 17:25:11', '2024-12-29 17:25:11'), (4252, 'en', 'total_student', 'Total Student', '2024-12-29 17:25:11', '2024-12-29 17:25:11'), (4254, 'en', 'active_student', 'Active Student', '2024-12-29 17:25:11', '2024-12-29 17:25:11'), (4255, 'en', 'deactivate_student', 'Deactivate Student', '2024-12-29 17:25:11', '2024-12-29 17:25:11'), (4256, 'en', 'manage_blog_category', 'Manage Blog Category', '2024-12-29 17:25:25', '2024-12-29 17: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 17:25:25', '2024-12-29 17:25:25'), (4258, 'ar', 'view_category_courses', 'عرض دورات الفئة', '2024-12-29 17:28:58', '2024-12-30 07:22:58'), (4259, 'ar', 'edulab_lms', 'إدولاب', '2024-12-29 17:28:58', '2025-01-07 10:24:38'), (4260, 'ar', '_lms', 'التعليم LMS', '2024-12-29 17:28:58', '2024-12-29 17:28:58'), (4261, 'en', 'free_consultation', 'Free Consultation', '2024-12-29 17:35:20', '2024-12-29 17:35:20'), (4262, 'en', 'register', 'Register', '2024-12-29 17:36:38', '2024-12-29 17: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 17:36:38', '2024-12-29 17:36:38'), (4264, 'en', 'already_have_an_account', 'Already have an account', '2024-12-29 17:36:38', '2024-12-29 17:36:38'), (4265, 'en', 'this_field_is_required', 'This field is required', '2024-12-29 17:53:03', '2024-12-29 17:53:03'), (4266, 'en', 'language_has_been_updated_successfully', 'Language has been updated successfully!', '2024-12-29 17:53:05', '2024-12-29 17:53:05'), (4267, 'en', 'translate_successfully', 'Translate Successfully', '2024-12-29 17:57:51', '2024-12-29 17:57:51'), (4268, 'en', 'choose_language', 'Choose Language', '2024-12-29 17:59:23', '2024-12-29 17:59:23'), (4269, 'en', 'course_available', 'Course Available', '2024-12-29 17:59:50', '2024-12-29 17:59:50'), (4270, 'en', 'best_online_courses', 'Best Online Courses', '2024-12-29 18:00:09', '2024-12-29 18:00:09'), (4271, 'en', 'change_password', 'Change Password', '2024-12-29 18:00:19', '2024-12-29 18:00:19'), (4273, 'en', 'instructor_has_been_updated_successfully', 'Instructor has been updated successfully.', '2024-12-29 18:01:01', '2024-12-29 18:01:01'), (4274, 'en', 'course_details', 'Course Details', '2024-12-29 18:03:00', '2024-12-29 18:03:00'), (4275, 'en', 'min', 'min', '2024-12-29 18:03:00', '2024-12-29 18:03:00'), (4276, 'en', 'course_instructor', 'Course Instructor', '2024-12-29 18:03:00', '2024-12-29 18:03:00'), (4277, 'en', 'added_to_cart_successfully', 'Added to Cart Successfully', '2024-12-29 18:03:12', '2024-12-29 18:03:12'), (4278, 'en', 'shopping_cart', 'Shopping Cart', '2024-12-29 18:03:13', '2024-12-29 18:03:13'), (4279, 'en', 'ready_to_learn', 'Ready to Learn?', '2024-12-29 18:03:16', '2024-12-29 18: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-29 18:03:16', '2024-12-29 18:03:16'), (4281, 'en', 'learning_continue', 'Learning Continue', '2024-12-29 18:03:16', '2024-12-29 18:03:16'), (4282, 'en', 'our_blogs', 'Our Blogs', '2024-12-29 18:04:48', '2024-12-29 18:04:48'), (4283, 'en', 'organization_details', 'Organization Details', '2024-12-29 18:04:55', '2024-12-29 18:04:55'), (4284, 'es', 'no_meeting_provider', 'Ningún proveedor de reuniones', '2024-12-29 18:04:57', '2024-12-29 18:04:57'), (4285, 'en', 'privacy_and_policy', 'Privacy and Policy', '2024-12-29 18:05:13', '2024-12-29 18:05:13'), (4286, 'en', 'terms_and_condition', 'Terms and Condition', '2024-12-29 18:05:19', '2024-12-29 18:05:19'), (4287, 'en', 'blog_detail', 'Blog Detail', '2024-12-29 18:05:30', '2024-12-29 18:05:30'), (4288, 'en', 'news_post', 'News Post', '2024-12-29 18:05:30', '2024-12-29 18:05:30'), (4289, 'en', 'no_blog', 'No Blog', '2024-12-29 18:05:45', '2024-12-29 18:05:45'), (4290, 'en', 'blog_has_been_updated_successfully', 'Blog has been updated successfully!', '2024-12-29 18:06:38', '2024-12-29 18:06:38'), (4291, 'es', 'clear', 'Claro', '2024-12-29 18:07:21', '2024-12-29 18:07:21'), (4292, 'es', 'ticket_reply', 'Respuesta del ticket', '2024-12-29 18:07:21', '2024-12-29 18:07:21'), (4293, 'es', 'support_view', 'Vista de soporte', '2024-12-29 18:07:21', '2024-12-29 18:07:21'), (4294, 'es', 'add_instructor', 'Agregar instructor', '2024-12-29 18:07:21', '2024-12-29 18:07:21'), (4295, 'es', 'add_category', 'Agregar categoría', '2024-12-29 18:07:21', '2024-12-29 18:07:21'), (4296, 'es', 'click_bundle_course_for_learn', 'Haga clic en Curso combinado para aprender', '2024-12-29 18:07:21', '2024-12-29 18: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-29 18:07:21', '2024-12-29 18:07:21'), (4298, 'es', 'admission_open', 'Admisión abierta', '2024-12-29 18:07:21', '2024-12-29 18:07:21'), (4299, 'bn', 'supportreply', 'সমর্থন/উত্তর', '2024-12-29 18:11:29', '2024-12-30 15:03:35'), (4300, 'bn', 'how_can_enroll', 'কিভাবে ভর্তি হতে পারে?', '2024-12-29 18:11:29', '2024-12-29 18:11:29'), (4301, 'bn', 'you_should_reply_as_soon_as_possible', 'আপনি যত তাড়াতাড়ি সম্ভব উত্তর দেওয়া উচিত', '2024-12-29 18:11:29', '2024-12-29 18:11:29'), (4302, 'bn', 'reply', 'উত্তর দিন', '2024-12-29 18:11:29', '2024-12-29 18:11:29'), (4304, 'en', 'subject_has_been_updated_successfully', 'Subject has been updated successfully!', '2024-12-29 18:11:47', '2024-12-29 18:11:47'), (4305, 'en', 'hero_has_been_updated_successfully', 'hero has been updated successfully!', '2024-12-29 18:12:20', '2024-12-29 18:12:20'), (4306, 'en', 'testimonial_updated_successfully', 'Testimonial updated successfully!', '2024-12-29 18:12:36', '2024-12-29 18:12:36'), (4307, 'en', 'slider_has_been_updated_successfully', 'slider has been updated successfully!', '2024-12-29 18:15:58', '2024-12-29 18: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-29 18:16:02', '2024-12-29 18:16:02'), (4309, 'en', 'country_has_been_updated_successfully', 'Country has been updated successfully!', '2024-12-29 18:16:05', '2024-12-29 18:16:05'), (4310, 'en', 'if_you_trashcity_data_will_be_trashed', 'If You trash,city data will be trashed.', '2024-12-29 18:16:07', '2024-12-29 18:16:07'), (4311, 'en', 'state_has_been_updated_successfully', 'State has been updated successfully!', '2024-12-29 18:16:10', '2024-12-29 18:16:10'), (4312, 'en', 'city_has_been_updated_successfully', 'City has been updated successfully!', '2024-12-29 18:16:14', '2024-12-29 18:16:14'), (4313, 'en', 'if_you_trash_it_timezone_data_will_be_trashed', 'If You Trash it, timezone data will be trashed.', '2024-12-29 18:16:16', '2024-12-29 18:16:16'), (4314, 'en', 'time_zone_has_been_updated_successfully', 'Time Zone has been updated successfully!', '2024-12-29 18:16:19', '2024-12-29 18:16:19'), (4315, 'en', 'note', 'Note', '2024-12-29 18:16:25', '2024-12-29 18:16:25'), (4316, 'en', 'only_remix_icon_class_example', 'Only Remix Icon Class, example', '2024-12-29 18:16:25', '2024-12-29 18:16:25'), (4317, 'en', 'icon_has_been_updated_successfully', 'Icon has been updated successfully!', '2024-12-29 18:16:32', '2024-12-29 18:16:32'), (4318, 'en', 'category_position', 'Category Position', '2024-12-29 18:16:36', '2024-12-29 18:16:36'), (4319, 'en', 'enter_position', 'Enter Position', '2024-12-29 18:16:36', '2024-12-29 18:16:36'), (4320, 'en', 'enter_meta_title', 'Enter Meta Title', '2024-12-29 18:16:36', '2024-12-29 18:16:36'), (4321, 'en', 'enter_meeting_provider', 'Enter Meeting Provider', '2024-12-29 18:17:37', '2024-12-29 18:17:37'), (4322, 'en', 'meeting_provider_has_been_updated_successfully', 'Meeting Provider has been updated successfully!', '2024-12-29 18:17:39', '2024-12-29 18:17:39'), (4323, 'en', 'view_tag', 'View Tag', '2024-12-29 18:17:50', '2024-12-29 18:17:50'), (4324, 'en', 'tag_has_been_updated_successfully', 'Tag has been updated successfully!', '2024-12-29 18:17:55', '2024-12-29 18:17:55'), (4325, 'en', 'level_has_been_updated_successfully', 'Level has been updated successfully!', '2024-12-29 18:17:59', '2024-12-29 18:17:59'), (4326, 'en', 'select_instructor', 'Select Instructor', '2024-12-29 18:18:05', '2024-12-29 18:18:05'), (4327, 'en', 'youtube', 'Youtube', '2024-12-29 18:18:05', '2024-12-29 18:18:05'), (4328, 'en', 'vimeo', 'Vimeo', '2024-12-29 18:18:05', '2024-12-29 18:18:05'), (4329, 'en', 'local', 'Local', '2024-12-29 18:18:05', '2024-12-29 18:18:05'), (4330, 'en', 'topic_duration', 'Topic duration', '2024-12-29 18:18:05', '2024-12-29 18:18:05'), (4331, 'en', 'recommended', 'Recommended', '2024-12-29 18:18:05', '2024-12-29 18:18:05'), (4332, 'en', 'word_between__120_to_150', 'Word between - 120 to 150', '2024-12-29 18:18:05', '2024-12-29 18:18:05'), (4333, 'en', 'faq_question', 'Faq question', '2024-12-29 18:18:05', '2024-12-29 18:18:05'), (4334, 'en', 'faq_answer', 'Faq Answer', '2024-12-29 18:18:05', '2024-12-29 18:18:05'), (4335, 'en', 'course_outcomes', 'Course Outcomes', '2024-12-29 18:18:06', '2024-12-29 18:18:06'), (4336, 'en', 'course_price', 'Course price', '2024-12-29 18:18:06', '2024-12-29 18:18:06'), (4337, 'en', 'discounted_price', 'Discounted price', '2024-12-29 18:18:06', '2024-12-29 18:18:06'), (4339, 'en', 'course_preview_image', 'Course Preview Image', '2024-12-29 18:18:06', '2024-12-29 18:18:06'), (4340, 'en', 'enter_meeting_id', 'Enter Meeting Id', '2024-12-29 18:18:06', '2024-12-29 18:18:06'), (4341, 'en', 'enter_moderator_password', 'Enter Moderator Password', '2024-12-29 18:18:06', '2024-12-29 18:18:06'), (4342, 'en', 'please_select_date', 'Please select Date', '2024-12-29 18:18:06', '2024-12-29 18:18:06'), (4343, 'en', 'please_select_time', 'Please select Time', '2024-12-29 18:18:06', '2024-12-29 18:18:06'), (4344, 'en', 'enter_chapter_name', 'Enter Chapter Name', '2024-12-29 18:18:06', '2024-12-29 18:18:06'), (4347, 'en', 'course_status_change_successfully', 'Course Status Change Successfully', '2024-12-29 18:18:37', '2024-12-29 18:18:37'), (4349, 'en', 'bundle_has_been_updated_successfully', 'Bundle has been updated successfully!', '2024-12-29 18:19:11', '2024-12-29 18: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-29 18:19:14', '2024-12-29 18:19:14'), (4351, 'en', '_edit_enroll', ' Edit Enroll', '2024-12-29 18:19:32', '2024-12-29 18: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-29 18:19:32', '2024-12-29 18:19:32'), (4353, 'en', 'free_courses', 'free courses', '2024-12-29 18:19:32', '2024-12-29 18:19:32'), (4354, 'en', 'enrollment_in', 'Enrollment in', '2024-12-29 18:19:32', '2024-12-29 18:19:32'), (4355, 'en', 'paid_courses', 'paid courses', '2024-12-29 18:19:32', '2024-12-29 18: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-29 18:19:32', '2024-12-29 18:19:32'), (4357, 'en', 'enter_organization_name', 'Enter Organization Name', '2024-12-29 18:19:55', '2024-12-29 18:19:55'), (4358, 'en', 'organization_has_been_saved_successfully', 'Organization has been saved successfully', '2024-12-29 18:19:57', '2024-12-29 18:19:57'), (4359, 'en', 'do_you_want_to_delete', 'Do you want to Delete.', '2024-12-29 18:20:07', '2024-12-29 18: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-29 18:20:07', '2024-12-29 18:20:07'), (4361, 'en', 'student_has_been_update_successfully', 'Student has been update successfully.', '2024-12-29 18:20:24', '2024-12-29 18:20:24'), (4362, 'en', 'discount_percentage', 'Discount Percentage', '2024-12-29 18:20:37', '2024-12-29 18:20:37'), (4364, 'en', 'discount_amount', 'Discount Amount', '2024-12-29 18:20:37', '2024-12-29 18:20:37'), (4365, 'en', 'coupon_has_been_updated_successfully', 'Coupon has been updated successfully!', '2024-12-29 18:20:39', '2024-12-29 18:20:39'), (4366, 'es', 'enroll_now', 'Inscríbete ahora', '2024-12-29 18:21:01', '2024-12-29 18:21:01'), (4367, 'es', 'edulab_lms', 'Edulab LMS', '2024-12-29 18:21:01', '2024-12-29 18:21:01'), (4368, 'es', 'has_been_changed_successfully', 'ha sido cambiado exitosamente', '2024-12-29 18:21:01', '2024-12-29 18:21:01'), (4369, 'es', 'view_category_courses', 'Ver cursos de categoría', '2024-12-29 18:21:01', '2024-12-29 18:21:01'), (4370, 'es', 'english', 'Inglés', '2024-12-29 18:21:01', '2024-12-29 18:21:01'), (4371, 'es', 'arabic', 'árabe', '2024-12-29 18:21:01', '2024-12-29 18:21:01'), (4372, 'es', 'spanish', 'Español', '2024-12-29 18:21:01', '2024-12-29 18:21:01'), (4373, 'es', 'bengali', 'bengalí', '2024-12-29 18:21:01', '2024-12-29 18:21:01'), (4374, 'es', 'our_courses', 'Nuestros cursos', '2024-12-29 18:21:01', '2024-12-29 18:21:01'), (4375, 'en', 'email_template_has_been_updated_successfully', 'Email Template has been updated successfully!', '2024-12-29 18:21:02', '2024-12-29 18:21:02'), (4376, 'en', 'edit_blog_category', 'Edit Blog Category', '2024-12-29 18:21:07', '2024-12-29 18:21:07'), (4377, 'en', 'enter_blog_category', 'Enter Blog Category', '2024-12-29 18:21:07', '2024-12-29 18:21:07'), (4378, 'bn', 'no_meeting_provider', 'কোন মিটিং প্রদানকারী', '2024-12-29 18:21:39', '2024-12-29 18:21:39'), (4379, 'en', 'something_wrong', 'Something Wrong!', '2024-12-29 18:21:48', '2024-12-29 18:21:48'), (4380, 'en', 'notification_has_been_updated_successfully', 'Notification has been updated successfully!', '2024-12-29 18:22:24', '2024-12-29 18:22:24'), (4381, 'en', 'support_category_updated_successfully', 'Support Category updated successfully!', '2024-12-29 18:22:48', '2024-12-29 18:22:48'), (4382, 'es', 'showing', 'Demostración', '2024-12-29 18:22:53', '2024-12-29 18:22:53'), (4383, 'es', 'of', 'de', '2024-12-29 18:22:53', '2024-12-29 18:22:53'), (4384, 'es', 'results', 'Resultados', '2024-12-29 18:22:53', '2024-12-29 18:22:53'), (4385, 'es', 'courses_bundle', 'Paquete de cursos', '2024-12-29 18:22:53', '2024-12-29 18:22:53'), (4386, 'es', 'we_have', 'Nosotros tenemos', '2024-12-29 18:22:53', '2024-12-29 18:22:53'), (4387, 'es', 'bundle_course_offer', 'Oferta de curso combinado', '2024-12-29 18:22:53', '2024-12-29 18:22:53'), (4388, 'es', 'sign_in', 'Iniciar sesión', '2024-12-29 18:22:53', '2024-12-29 18: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-29 18:22:53', '2024-12-29 18:22:53'), (4390, 'es', 'or', 'O', '2024-12-29 18:22:53', '2024-12-29 18:22:53'), (4391, 'en', 'ticket_id', 'Ticket Id', '2024-12-29 18:22:55', '2024-12-29 18:22:55'), (4392, 'bn', 'clear', 'পরিষ্কার', '2024-12-29 18:22:57', '2024-12-29 18:22:57'), (4393, 'bn', 'ticket_reply', 'টিকিটের উত্তর', '2024-12-29 18:22:57', '2024-12-29 18:22:57'), (4394, 'bn', 'support_view', 'সমর্থন ভিউ', '2024-12-29 18:22:58', '2024-12-29 18:22:58'), (4396, 'bn', 'add_instructor', 'প্রশিক্ষক যোগ করুন', '2024-12-29 18:22:58', '2024-12-29 18:22:58'), (4397, 'bn', 'add_category', 'বিভাগ যোগ করুন', '2024-12-29 18:22:58', '2024-12-29 18:22:58'), (4398, 'bn', 'click_bundle_course_for_learn', 'শিখতে বান্ডেল কোর্সে ক্লিক করুন', '2024-12-29 18:22:58', '2024-12-29 18:22:58'), (4399, 'bn', 'our_streamlined_admission_process_makes_it_easy_to_enroll_in_courses_that_fit_your_career_aspirations', 'আমাদের সুবিন্যস্ত ভর্তি প্রক্রিয়া আপনার ক্যারিয়ারের আকাঙ্খার সাথে মানানসই কোর্সে ভর্তি করা সহজ করে তোলে', '2024-12-29 18:22:58', '2024-12-29 18:22:58'), (4400, 'bn', 'admission_open', 'ভর্তি খোলা', '2024-12-29 18:22:58', '2024-12-29 18:22:58'), (4401, 'en', 'manage_permission', 'Manage Permission', '2024-12-29 18:23:16', '2024-12-29 18:23:16'), (4402, 'en', 'module_name', 'Module Name', '2024-12-29 18:23:16', '2024-12-29 18:23:16'), (4403, 'en', 'permission_updated_successfully', 'Permission updated successfully.', '2024-12-29 18:23:20', '2024-12-29 18:23:20'), (4404, 'en', 'guard_name', 'Guard Name', '2024-12-29 18:23:28', '2024-12-29 18:23:28'), (4405, 'en', 'role_updated_successfully', 'Role updated successfully.', '2024-12-29 18:23:33', '2024-12-29 18:23:33'), (4406, 'en', 'manage_staff', 'Manage Staff', '2024-12-29 18:23:40', '2024-12-29 18:23:40'), (4407, 'en', 'admin_update_successfully', 'Admin Update successfully.', '2024-12-29 18:23:43', '2024-12-29 18:23:43'), (4408, 'en', 'sandbox', 'Sandbox', '2024-12-29 18:23:48', '2024-12-29 18:23:48'), (4409, 'en', 'secret_key', 'Secret key', '2024-12-29 18:23:49', '2024-12-29 18:23:49'), (4410, 'en', 'publishable_key', 'Publishable Key', '2024-12-29 18:23:50', '2024-12-29 18:23:50'), (4411, 'en', 'publishable_or_client_id', 'Publishable or Client Id', '2024-12-29 18:23:50', '2024-12-29 18:23:50'), (4412, 'en', 'method_name', 'Method Name', '2024-12-29 18:23:50', '2024-12-29 18:23:50'), (4413, 'en', 'payment_method_name', 'Payment Method Name', '2024-12-29 18:23:50', '2024-12-29 18:23:50'), (4414, 'en', 'payment_method_updated_successfully', 'Payment Method updated successfully!', '2024-12-29 18:23:52', '2024-12-29 18:23:52'), (4417, 'en', 'update_successfully', 'Update Successfully', '2024-12-29 18:24:01', '2024-12-29 18:24:01'), (4418, 'bn', 'enroll_now', 'এখন নথিভুক্ত করুন', '2024-12-29 18:24:04', '2024-12-29 18:24:04'), (4419, 'bn', 'edulab_lms', 'এডুল্যাব এলএমএস', '2024-12-29 18:24:04', '2024-12-29 18:24:04'), (4420, 'bn', 'has_been_changed_successfully', 'সফলভাবে পরিবর্তন করা হয়েছে', '2024-12-29 18:24:04', '2024-12-29 18:24:04'), (4421, 'bn', 'view_category_courses', 'বিভাগ কোর্স দেখুন', '2024-12-29 18:24:04', '2024-12-29 18:24:04'), (4422, 'bn', 'english', 'ইংরেজি', '2024-12-29 18:24:04', '2024-12-29 18:24:04'), (4423, 'bn', 'arabic', 'আরবি', '2024-12-29 18:24:04', '2024-12-29 18:24:04'), (4424, 'bn', 'spanish', 'স্প্যানিশ', '2024-12-29 18:24:04', '2024-12-29 18:24:04'), (4425, 'bn', 'bengali', 'বাংলা', '2024-12-29 18:24:04', '2024-12-29 18:24:04'), (4426, 'bn', 'our_courses', 'আমাদের কোর্স', '2024-12-29 18:24:04', '2024-12-29 18:24:04'), (4427, 'en', 'faq_has_been_updated_successfully', 'FAQ has been updated successfully!', '2024-12-29 18:24:08', '2024-12-29 18:24:08'), (4428, 'en', 'page_has_been_updated_successfully', 'Page has been updated successfully!', '2024-12-29 18:24:18', '2024-12-29 18:24:18'), (4429, 'bn', 'showing', 'দেখাচ্ছে', '2024-12-30 06:25:07', '2024-12-30 06:25:07'), (4430, 'bn', 'of', 'এর', '2024-12-30 06:25:07', '2024-12-30 06:25:07'), (4431, 'bn', 'results', 'ফলাফল', '2024-12-30 06:25:07', '2024-12-30 06:25:07'), (4432, 'bn', 'courses_bundle', 'কোর্স বান্ডিল', '2024-12-30 06:25:07', '2024-12-30 06:25:07'), (4433, 'bn', 'we_have', 'আমরা আছে', '2024-12-30 06:25:07', '2024-12-30 06:25:07'), (4434, 'bn', 'bundle_course_offer', 'বান্ডেল কোর্স অফার', '2024-12-30 06:25:07', '2024-12-30 06:25:07'), (4435, 'bn', 'sign_in', 'সাইন ইন করুন', '2024-12-30 06:25:07', '2024-12-30 06:25:07'), (4436, 'bn', 'discover_learn_and_thrive_with_us_experience_a_smooth_and_rewarding_educational_adventure_lets_get_started', 'আমাদের সাথে আবিষ্কার করুন, শিখুন এবং উন্নতি করুন। একটি মসৃণ এবং ফলপ্রসূ শিক্ষামূলক অ্যাডভেঞ্চারের অভিজ্ঞতা নিন। চলুন শুরু করা যাক', '2024-12-30 06:25:07', '2024-12-30 06:25:07'), (4437, 'bn', 'or', 'বা', '2024-12-30 06:25:07', '2024-12-30 06:25:07'), (4438, 'es', 'dont_have_an_account_yet', 'Aún no tengo una cuenta', '2024-12-30 06:25:09', '2024-12-30 16:33:41'), (4439, 'es', 'login_successfully', 'Iniciar sesión exitosamente', '2024-12-30 06:25:09', '2024-12-30 06:25:09'), (4440, 'es', 'support_request', 'Solicitud de soporte', '2024-12-30 06:25:09', '2024-12-30 06:25:09'), (4441, 'es', 'adjust_configurations', 'Ajustar configuraciones', '2024-12-30 06:25:09', '2024-12-30 06:25:09'), (4442, 'es', 'transform_your_space_to_reflect_your_personality', '¡Transforma tu espacio para reflejar tu personalidad!', '2024-12-30 06:25:09', '2024-12-30 06:25:09'), (4443, 'es', 'theme_appearance', 'Apariencia del tema', '2024-12-30 06:25:09', '2024-12-30 06:25:09'), (4444, 'es', 'light', 'Ligero', '2024-12-30 06:25:09', '2024-12-30 06:25:09'), (4445, 'es', 'dark', 'Oscuro', '2024-12-30 06:25:09', '2024-12-30 06:25:09'), (4446, 'bn', 'dont_have_an_account_yet', 'এখনও কোনো অ্যাকাউন্ট নেই', '2024-12-30 06:26:10', '2024-12-30 15:13:23'), (4447, 'bn', 'login_successfully', 'সফলভাবে লগইন করুন', '2024-12-30 06:26:10', '2024-12-30 06:26:10'), (4448, 'bn', 'support_request', 'সমর্থন অনুরোধ', '2024-12-30 06:26:10', '2024-12-30 06:26:10'), (4449, 'bn', 'adjust_configurations', 'কনফিগারেশন সামঞ্জস্য করুন', '2024-12-30 06:26:10', '2024-12-30 06:26:10'), (4450, 'bn', 'transform_your_space_to_reflect_your_personality', 'আপনার ব্যক্তিত্ব প্রতিফলিত করার জন্য আপনার স্থান পরিবর্তন করুন!', '2024-12-30 06:26:10', '2024-12-30 06:26:10'), (4451, 'bn', 'theme_appearance', 'থিম চেহারা', '2024-12-30 06:26:10', '2024-12-30 06:26:10'), (4452, 'bn', 'light', 'আলো', '2024-12-30 06:26:10', '2024-12-30 06:26:10'), (4453, 'bn', 'dark', 'অন্ধকার', '2024-12-30 06:26:10', '2024-12-30 06:26:10'), (4454, 'es', 'theme_card_style', 'Estilo de tarjeta temática', '2024-12-30 06:27:09', '2024-12-30 06:27:09'), (4455, 'es', 'round', 'Redondo', '2024-12-30 06:27:09', '2024-12-30 06:27:09'), (4456, 'es', 'square', 'Cuadrado', '2024-12-30 06:27:09', '2024-12-30 06:27:09'), (4457, 'es', 'theme_layout_width', 'Ancho del diseño del tema', '2024-12-30 06:27:09', '2024-12-30 06:27:09'), (4458, 'es', 'full_width', 'Ancho completo', '2024-12-30 06:27:09', '2024-12-30 06:27:09'), (4459, 'es', 'container', 'Recipiente', '2024-12-30 06:27:09', '2024-12-30 06:27:09'), (4460, 'es', 'reset', 'Reiniciar', '2024-12-30 06:27:09', '2024-12-30 06:27:09'), (4461, 'es', 'do_you_want_to_trash', '¿Quieres tirar a la basura?', '2024-12-30 06:27:09', '2024-12-30 06: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 06:27:09', '2024-12-30 06:27:09'), (4463, 'bn', 'theme_card_style', 'থিম কার্ড শৈলী', '2024-12-30 06:27:22', '2024-12-30 06:27:22'), (4464, 'bn', 'round', 'গোলাকার', '2024-12-30 06:27:22', '2024-12-30 06:27:22'), (4465, 'bn', 'square', 'বর্গক্ষেত্র', '2024-12-30 06:27:22', '2024-12-30 06:27:22'), (4466, 'bn', 'theme_layout_width', 'থিম লেআউট প্রস্থ', '2024-12-30 06:27:22', '2024-12-30 06:27:22'), (4467, 'bn', 'full_width', 'সম্পূর্ণ প্রস্থ', '2024-12-30 06:27:22', '2024-12-30 06:27:22'), (4468, 'bn', 'container', 'ধারক', '2024-12-30 06:27:22', '2024-12-30 06:27:22'), (4469, 'bn', 'reset', 'রিসেট করুন', '2024-12-30 06:27:22', '2024-12-30 06:27:22'), (4470, 'bn', 'do_you_want_to_trash', 'আপনি ট্র্যাশ করতে চান', '2024-12-30 06:27:22', '2024-12-30 06:27:22'), (4471, 'bn', 'if_you_trash_icon_data_will_be_trashed', 'আপনি ট্র্যাশ করলে, আইকন ডেটা ট্র্যাশ করা হবে।', '2024-12-30 06:27:22', '2024-12-30 15:13:48'), (4472, 'bn', 'theme_preview', 'থিম প্রিভিউ', '2024-12-30 06:28:32', '2024-12-30 06:28:32'), (4473, 'bn', 'by', 'দ্বারা', '2024-12-30 06:28:32', '2024-12-30 06:28:32'), (4474, 'bn', 'if_you_trashcourse_and_course_related_all_data_will_be_trashed', 'আপনি যদি ট্র্যাশ করেন তবে কোর্স এবং কোর্স সম্পর্কিত সমস্ত ডেটা ট্র্যাশ করা হবে।', '2024-12-30 06:28:32', '2024-12-30 06:28:32'), (4475, 'bn', 'to', 'থেকে', '2024-12-30 06:28:32', '2024-12-30 06:28:32'), (4476, 'bn', 'entries', 'এন্ট্রি', '2024-12-30 06:28:32', '2024-12-30 06:28:32'), (4477, 'bn', 'do_you_want_to_permanent_delete', 'আপনি স্থায়ী মুছে ফেলতে চান.', '2024-12-30 06:28:32', '2024-12-30 06:28:32'), (4478, 'bn', 'if_you_delete_itcourse_and_course_related_all_data_will_be_deleted_permanently', 'আপনি এটি মুছে ফেললে, কোর্স এবং কোর্স সম্পর্কিত সমস্ত ডেটা স্থায়ীভাবে মুছে যাবে।', '2024-12-30 06:28:32', '2024-12-30 06:28:32'), (4479, 'bn', 'restore', 'পুনরুদ্ধার করুন', '2024-12-30 06:28:32', '2024-12-30 06:28:32'), (4480, 'bn', 'do_you_want_to_restore', 'আপনি কি পুনরুদ্ধার করতে চান', '2024-12-30 06:28:32', '2024-12-30 06:28:32'), (4481, 'bn', 'view_level', 'লেভেল দেখুন', '2024-12-30 06:30:10', '2024-12-30 06:30:10'), (4482, 'bn', 'be_careful_it_may_affect_performance', 'সতর্ক থাকুন, এটি কর্মক্ষমতা প্রভাবিত করতে পারে', '2024-12-30 06:30:10', '2024-12-30 06:30:10'), (4483, 'bn', 'clear_cache', 'ক্যাশে সাফ করুন', '2024-12-30 06:30:10', '2024-12-30 06:30:10'), (4484, 'bn', 'best_for_production_performance', 'উত্পাদন কর্মক্ষমতা জন্য সেরা', '2024-12-30 06:30:10', '2024-12-30 06:30:10'), (4485, 'bn', 'optimize_cache', 'ক্যাশে অপ্টিমাইজ করুন', '2024-12-30 06:30:10', '2024-12-30 06:30:10'), (4486, 'bn', 'storage_link', 'স্টোরেজ লিঙ্ক', '2024-12-30 06:30:10', '2024-12-30 06:30:10'), (4487, 'bn', 'enter_your_application_name', 'আপনার আবেদন নাম লিখুন', '2024-12-30 06:30:10', '2024-12-30 06:30:10'), (4488, 'bn', 'enter_your_contact_email', 'আপনার যোগাযোগ ইমেল লিখুন', '2024-12-30 06:30:10', '2024-12-30 06:30:10'), (4490, 'es', 'theme_preview', 'Vista previa del tema', '2024-12-30 06:30:29', '2024-12-30 06:30:29'), (4491, 'es', 'by', 'por', '2024-12-30 06:30:29', '2024-12-30 06: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 06:30:29', '2024-12-30 06:30:29'), (4493, 'es', 'to', 'a', '2024-12-30 06:30:29', '2024-12-30 06:30:29'), (4494, 'es', 'entries', 'entradas', '2024-12-30 06:30:29', '2024-12-30 06:30:29'), (4495, 'es', 'do_you_want_to_permanent_delete', '¿Quieres eliminar permanentemente?', '2024-12-30 06:30:29', '2024-12-30 06: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 06:30:29', '2024-12-30 06:30:29'), (4497, 'es', 'restore', 'Restaurar', '2024-12-30 06:30:29', '2024-12-30 06:30:29'), (4498, 'es', 'do_you_want_to_restore', '¿Quieres restaurar', '2024-12-30 06:30:29', '2024-12-30 06:30:29'), (4502, 'bn', 'driver', 'ড্রাইভার', '2024-12-30 06:31:07', '2024-12-30 06:31:07'), (4503, 'bn', 'select_option', 'বিকল্প নির্বাচন করুন', '2024-12-30 06:31:07', '2024-12-30 06:31:07'), (4504, 'bn', 'smtp', 'এসএমটিপি', '2024-12-30 06:31:07', '2025-01-07 10:35:24'), (4505, 'bn', 'sendmail', 'সেন্ডমেইল', '2024-12-30 06:31:07', '2024-12-30 06:31:07'), (4506, 'bn', 'mail_host', 'মেল হোস্ট', '2024-12-30 06:31:07', '2024-12-30 06:31:07'), (4507, 'bn', 'host', 'হোস্ট', '2024-12-30 06:31:07', '2024-12-30 06:31:07'), (4508, 'es', 'view_level', 'Ver nivel', '2024-12-30 06:31:47', '2024-12-30 06:31:47'), (4509, 'es', 'be_careful_it_may_affect_performance', 'Ojo, puede afectar el rendimiento', '2024-12-30 06:31:47', '2024-12-30 06:31:47'), (4510, 'es', 'clear_cache', 'Borrar caché', '2024-12-30 06:31:47', '2024-12-30 06:31:47'), (4511, 'es', 'best_for_production_performance', 'Lo mejor para el rendimiento de producción', '2024-12-30 06:31:47', '2024-12-30 06:31:47'), (4512, 'es', 'optimize_cache', 'Optimizar caché', '2024-12-30 06:31:47', '2024-12-30 06:31:47'), (4513, 'es', 'storage_link', 'Enlace de almacenamiento', '2024-12-30 06:31:47', '2024-12-30 06:31:47'), (4514, 'es', 'enter_your_application_name', 'Ingrese el nombre de su aplicación', '2024-12-30 06:31:47', '2024-12-30 06:31:47'), (4515, 'es', 'enter_your_contact_email', 'Ingrese su correo electrónico de contacto', '2024-12-30 06:31:47', '2024-12-30 06:31:47'), (4517, 'bn', 'mail_port', 'মেইল পোর্ট', '2024-12-30 06:32:20', '2024-12-30 06:32:20'), (4518, 'bn', 'port', 'পোর্ট', '2024-12-30 06:32:20', '2024-12-30 06:32:20'), (4519, 'bn', 'from_address', 'ঠিকানা থেকে', '2024-12-30 06:32:20', '2024-12-30 06:32:20'), (4520, 'bn', 'mail_user_name', 'মেল ব্যবহারকারীর নাম', '2024-12-30 06:32:20', '2024-12-30 06:32:20'), (4521, 'bn', 'user_name', 'ব্যবহারকারীর নাম', '2024-12-30 06:32:20', '2024-12-30 06:32:20'), (4522, 'bn', 'mail_encryption', 'মেল এনক্রিপশন', '2024-12-30 06:32:20', '2024-12-30 06:32:20'), (4523, 'bn', 'tls', 'টিএলএস', '2024-12-30 06:32:20', '2024-12-30 06:32:20'), (4524, 'bn', 'ssl', 'এসএস এল', '2024-12-30 06:32:20', '2025-01-07 10:35:24'), (4525, 'bn', 'php_version', 'পিএইচপি সংস্করণ', '2024-12-30 06:32:20', '2024-12-30 06:32:20'), (4529, 'es', 'driver', 'Conductor', '2024-12-30 06:33:18', '2024-12-30 06:33:18'), (4530, 'es', 'select_option', 'Seleccionar opción', '2024-12-30 06:33:18', '2024-12-30 06:33:18'), (4531, 'es', 'smtp', 'smtp', '2024-12-30 06:33:18', '2024-12-30 06:33:18'), (4532, 'es', 'sendmail', 'enviar correo', '2024-12-30 06:33:18', '2024-12-30 06:33:18'), (4533, 'es', 'mail_host', 'Anfitrión de correo', '2024-12-30 06:33:18', '2024-12-30 06:33:18'), (4534, 'es', 'host', 'Anfitrión', '2024-12-30 06:33:18', '2024-12-30 06:33:18'), (4535, 'bn', 'laravel_version', 'লারাভেল সংস্করণ', '2024-12-30 06:33:22', '2024-12-30 06:33:22'), (4536, 'bn', 'server__software', 'সার্ভার সফটওয়্যার', '2024-12-30 06:33:22', '2024-12-30 06:33:22'), (4537, 'bn', 'litespeed', 'লাইটস্পীড', '2024-12-30 06:33:22', '2024-12-30 06:33:22'), (4538, 'bn', 'server_ip_address', 'সার্ভার আইপি ঠিকানা', '2024-12-30 06:33:22', '2024-12-30 06:33:22'), (4539, 'bn', 'server_protocol', 'সার্ভার প্রোটোকল', '2024-12-30 06:33:22', '2024-12-30 06:33:22'), (4540, 'bn', 'http_host', 'এইচটিটিপি হোস্ট', '2024-12-30 06:33:22', '2025-01-07 10:35:24'), (4541, 'bn', 'database_port', 'ডাটাবেস পোর্ট', '2024-12-30 06:33:22', '2024-12-30 06:33:22'), (4542, 'bn', 'app_environment', 'অ্যাপ এনভায়রনমেন্ট', '2024-12-30 06:33:22', '2024-12-30 06:33:22'), (4543, 'bn', 'app_debug', 'অ্যাপ ডিবাগ', '2024-12-30 06:33:22', '2024-12-30 06:33:22'), (4544, 'en', 'sort_chapter', 'Sort Chapter', '2024-12-30 06:33:23', '2024-12-30 06:33:23'), (4545, 'en', 'edit_chapter', 'Edit Chapter', '2024-12-30 06:33:23', '2024-12-30 06:33:23'), (4546, 'en', 'delete_chapter', 'Delete Chapter', '2024-12-30 06:33:23', '2024-12-30 06:33:23'), (4547, 'es', 'mail_port', 'Puerto de correo', '2024-12-30 06:34:34', '2024-12-30 06:34:34'), (4548, 'es', 'port', 'Puerto', '2024-12-30 06:34:34', '2024-12-30 06:34:34'), (4549, 'es', 'from_address', 'De la dirección', '2024-12-30 06:34:34', '2024-12-30 06:34:34'), (4550, 'es', 'mail_user_name', 'Nombre de usuario de correo', '2024-12-30 06:34:34', '2024-12-30 06:34:34'), (4551, 'es', 'user_name', 'Nombre de usuario', '2024-12-30 06:34:34', '2024-12-30 06:34:34'), (4552, 'es', 'mail_encryption', 'Cifrado de correo', '2024-12-30 06:34:34', '2024-12-30 06:34:34'), (4553, 'es', 'tls', 'TLS', '2024-12-30 06:34:34', '2024-12-30 06:34:34'), (4554, 'es', 'ssl', 'SSL', '2024-12-30 06:34:34', '2024-12-30 06:34:34'), (4555, 'es', 'php_version', 'Versión PHP', '2024-12-30 06:34:34', '2024-12-30 06:34:34'), (4556, 'bn', 'true', 'সত্য', '2024-12-30 06:34:53', '2024-12-30 06:34:53'), (4557, 'bn', 'storage_link_successfully', 'স্টোরেজ লিঙ্ক সফলভাবে', '2024-12-30 06:34:53', '2024-12-30 06:34:53'), (4558, 'bn', 'cache_clear_successfully', 'ক্যাশে সাফ সফলভাবে', '2024-12-30 06:34:53', '2024-12-30 06:34:53'), (4559, 'bn', 'cache_optimize_successfully', 'ক্যাশে অপ্টিমাইজ সফলভাবে', '2024-12-30 06:34:53', '2024-12-30 06:34:53'), (4560, 'bn', 'would_you_like_support_for_users_to_switch_between_multiple_themes_on_your_website', 'আপনি কি ব্যবহারকারীদের আপনার ওয়েবসাইটে একাধিক থিমের মধ্যে স্যুইচ করার জন্য সমর্থন চান?', '2024-12-30 06:34:53', '2024-12-30 06:34:53'), (4561, 'bn', 'upload_logo__favicon', 'লোগো এবং ফেভিকন আপলোড করুন', '2024-12-30 06:34:53', '2024-12-30 06:34:53'), (4562, 'bn', 'theme_logo', 'থিম লোগো', '2024-12-30 06:34:53', '2024-12-30 06:34:53'), (4563, 'bn', 'footer_logo', 'ফুটার লোগো', '2024-12-30 06:34:53', '2024-12-30 15:15:03'), (4566, 'bn', 'disable', 'নিষ্ক্রিয় করুন', '2024-12-30 06:35:43', '2024-12-30 06:35:43'), (4567, 'bn', 'twak_chat_settings', 'যথেষ্ট চ্যাট সেটিংস', '2024-12-30 06:35:43', '2025-01-07 10:35:24'), (4568, 'bn', 'tawk_url', 'যথেষ্ট ইউআরএল', '2024-12-30 06:35:43', '2025-01-07 10:35:24'), (4569, 'bn', 'satisfied_student', 'সন্তুষ্ট ছাত্র', '2024-12-30 06:35:43', '2024-12-30 06:35:43'), (4570, 'bn', 'if_you_trashsubject_data_will_be_trashed', 'আপনি ট্র্যাশ করলে, বিষয় ডেটা ট্র্যাশ করা হবে।', '2024-12-30 06:35:43', '2024-12-30 06:35:43'), (4572, 'bn', 'approved_course', 'অনুমোদিত কোর্স', '2024-12-30 06:35:43', '2024-12-30 06:35:43'), (4574, 'es', 'laravel_version', 'Versión Laravel', '2024-12-30 06:36:04', '2024-12-30 06:36:04'), (4575, 'es', 'server__software', 'Software de servidor', '2024-12-30 06:36:04', '2024-12-30 06:36:04'), (4576, 'es', 'litespeed', 'Velocidad Lite', '2024-12-30 06:36:04', '2024-12-30 06:36:04'), (4577, 'es', 'server_ip_address', 'Dirección IP del servidor', '2024-12-30 06:36:04', '2024-12-30 06:36:04'), (4578, 'es', 'server_protocol', 'Protocolo de servidor', '2024-12-30 06:36:04', '2024-12-30 06:36:04'), (4579, 'es', 'http_host', 'Anfitrión HTTP', '2024-12-30 06:36:04', '2024-12-30 06:36:04'), (4580, 'es', 'database_port', 'Puerto de base de datos', '2024-12-30 06:36:04', '2024-12-30 06:36:04'), (4581, 'es', 'app_environment', 'Entorno de aplicación', '2024-12-30 06:36:04', '2024-12-30 06:36:04'), (4582, 'es', 'app_debug', 'Depuración de aplicaciones', '2024-12-30 06:36:04', '2024-12-30 06:36:04'), (4583, 'bn', 'pending_course', 'মুলতুবি কোর্স', '2024-12-30 06:36:39', '2024-12-30 06:36:39'), (4584, 'bn', 'rejected_course', 'প্রত্যাখ্যাত কোর্স', '2024-12-30 06:36:39', '2024-12-30 06:36:39'), (4586, 'bn', 'sub_category', 'সাব ক্যাটাগরি', '2024-12-30 06:36:39', '2024-12-30 06:36:39'), (4587, 'bn', 'select_status', 'স্থিতি নির্বাচন করুন', '2024-12-30 06:36:39', '2024-12-30 06:36:39'), (4588, 'bn', 'approved', 'অনুমোদিত', '2024-12-30 06:36:39', '2024-12-30 06:36:39'), (4589, 'bn', 'rejected', 'প্রত্যাখ্যাত', '2024-12-30 06:36:39', '2024-12-30 06:36:39'), (4591, 'es', 'true', 'Verdadero', '2024-12-30 06:37:25', '2024-12-30 06:37:25'), (4592, 'es', 'storage_link_successfully', 'enlace de almacenamiento con éxito', '2024-12-30 06:37:25', '2024-12-30 06:37:25'), (4593, 'es', 'cache_clear_successfully', 'Borrar caché con éxito', '2024-12-30 06:37:25', '2024-12-30 06:37:25'), (4594, 'es', 'cache_optimize_successfully', 'Optimización de caché con éxito', '2024-12-30 06:37:25', '2024-12-30 06: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 06:37:25', '2024-12-30 06:37:25'), (4596, 'es', 'upload_logo__favicon', 'Subir logotipo y favicon', '2024-12-30 06:37:25', '2024-12-30 06:37:25'), (4597, 'es', 'theme_logo', 'Logotipo del tema', '2024-12-30 06:37:25', '2024-12-30 06:37:25'), (4598, 'es', 'footer_logo', 'Logotipo de pie de página', '2024-12-30 06:37:25', '2024-12-30 06:37:25'), (4601, 'es', 'disable', 'Desactivar', '2024-12-30 06:38:37', '2024-12-30 06:38:37'), (4602, 'es', 'twak_chat_settings', 'Configuración del chat Twak', '2024-12-30 06:38:37', '2024-12-30 06:38:37'), (4603, 'es', 'tawk_url', 'URL de modificación', '2024-12-30 06:38:37', '2024-12-30 06:38:37'), (4604, 'es', 'satisfied_student', 'Estudiante satisfecho', '2024-12-30 06:38:37', '2024-12-30 06: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 06:38:37', '2024-12-30 06:38:37'), (4607, 'es', 'approved_course', 'Curso aprobado', '2024-12-30 06:38:37', '2024-12-30 06:38:37'), (4609, 'es', 'pending_course', 'Curso Pendiente', '2024-12-30 06:40:12', '2024-12-30 06:40:12'), (4610, 'es', 'rejected_course', 'Curso rechazado', '2024-12-30 06:40:12', '2024-12-30 06:40:12'), (4612, 'es', 'sub_category', 'Subcategoría', '2024-12-30 06:40:12', '2024-12-30 06:40:12'), (4613, 'es', 'select_status', 'Seleccionar estado', '2024-12-30 06:40:12', '2024-12-30 06:40:12'), (4614, 'es', 'approved', 'Aprobado', '2024-12-30 06:40:12', '2024-12-30 06:40:12'), (4615, 'es', 'rejected', 'Rechazado', '2024-12-30 06:40:12', '2024-12-30 06:40:12'), (4618, 'bn', 'active_organization', 'সক্রিয় সংগঠন', '2024-12-30 06:40:23', '2024-12-30 06:40:23'), (4619, 'bn', 'deactivate_organization', 'সংগঠন নিষ্ক্রিয় করুন', '2024-12-30 06:40:23', '2024-12-30 06:40:23'), (4620, 'bn', 'unverified', 'যাচাই করা হয়নি', '2024-12-30 06:40:23', '2024-12-30 06:40:23'), (4621, 'bn', 'search_name', 'নাম অনুসন্ধান করুন', '2024-12-30 06:40:23', '2024-12-30 06:40:23'), (4622, 'bn', 'total_instructor', 'মোট প্রশিক্ষক', '2024-12-30 06:40:23', '2024-12-30 06:40:23'), (4624, 'bn', 'active_instructor', 'সক্রিয় প্রশিক্ষক', '2024-12-30 06:40:23', '2024-12-30 06:40:23'), (4625, 'bn', 'deactivate_instructor', 'প্রশিক্ষক নিষ্ক্রিয় করুন', '2024-12-30 06:40:23', '2024-12-30 06:40:23'), (4626, 'bn', 'if_you_trashinstructor_and_instructor_related_all_data_will_be_trashed', 'আপনি ট্র্যাশ করলে, প্রশিক্ষক এবং প্রশিক্ষক সম্পর্কিত সমস্ত ডেটা ট্র্যাশ করা হবে।', '2024-12-30 06:42:13', '2024-12-30 06:42:13'), (4627, 'bn', 'if_you_trashstudent_and_student_related_all_data_will_be_trashed', 'আপনি ট্র্যাশ করলে, ছাত্র এবং ছাত্র সম্পর্কিত সমস্ত ডেটা ট্র্যাশ করা হবে।', '2024-12-30 06:42:13', '2024-12-30 06:42:13'), (4628, 'bn', 'total_student', 'মোট ছাত্র', '2024-12-30 06:42:13', '2024-12-30 06:42:13'), (4630, 'bn', 'active_student', 'সক্রিয় ছাত্র', '2024-12-30 06:42:13', '2024-12-30 06:42:13'), (4631, 'bn', 'deactivate_student', 'ছাত্র নিষ্ক্রিয়', '2024-12-30 06:42:13', '2024-12-30 06:42:13'), (4632, 'bn', 'manage_blog_category', 'ব্লগ বিভাগ পরিচালনা করুন', '2024-12-30 06:42:13', '2024-12-30 06:42:13'), (4633, 'bn', 'if_you_trash_if_have_category_blog_all_data_will_be_trash', 'যদি আপনি ট্র্যাশ করেন, যদি ক্যাটাগরি ব্লগ থাকে তবে সমস্ত ডেটা ট্র্যাশ হবে।', '2024-12-30 06:42:13', '2024-12-30 06:42:13'), (4634, 'bn', 'free_consultation', 'বিনামূল্যে পরামর্শ', '2024-12-30 06:42:13', '2024-12-30 06:42:13'), (4636, 'es', 'active_organization', 'Organización activa', '2024-12-30 06:42:48', '2024-12-30 06:42:48'), (4637, 'es', 'deactivate_organization', 'Desactivar organización', '2024-12-30 06:42:48', '2024-12-30 06:42:48'), (4638, 'es', 'unverified', 'Inconfirmado', '2024-12-30 06:42:48', '2024-12-30 06:42:48'), (4639, 'es', 'search_name', 'Nombre de búsqueda', '2024-12-30 06:42:48', '2024-12-30 06:42:48'), (4640, 'es', 'total_instructor', 'Instructor total', '2024-12-30 06:42:48', '2024-12-30 06:42:48'), (4642, 'es', 'active_instructor', 'Instructor activo', '2024-12-30 06:42:48', '2024-12-30 06:42:48'), (4643, 'es', 'deactivate_instructor', 'Desactivar instructor', '2024-12-30 06:42:48', '2024-12-30 06:42:48'), (4644, 'bn', 'register', 'নিবন্ধন করুন', '2024-12-30 06:43:20', '2024-12-30 06:43:20'), (4645, 'bn', 'discover_learn_and_thrive_with_us_experience_a_smooth_and_rewarding_educational_adventurelets_get_started', 'আমাদের সাথে আবিষ্কার করুন, শিখুন এবং উন্নতি করুন। একটি মসৃণ এবং পুরস্কৃত শিক্ষামূলক দুঃসাহসিক অভিজ্ঞতা উপভোগ করুন৷ আসুন শুরু করা যাক৷', '2024-12-30 06:43:20', '2024-12-30 06:43:20'), (4646, 'bn', 'already_have_an_account', 'ইতিমধ্যে একটি অ্যাকাউন্ট আছে', '2024-12-30 06:43:20', '2024-12-30 06:43:20'), (4647, 'bn', 'this_field_is_required', 'এই ক্ষেত্র প্রয়োজন', '2024-12-30 06:43:20', '2024-12-30 06:43:20'), (4648, 'bn', 'language_has_been_updated_successfully', 'ভাষা সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:43:20', '2024-12-30 06:43:20'), (4649, 'bn', 'translate_successfully', 'সফলভাবে অনুবাদ করুন', '2024-12-30 06:43:20', '2024-12-30 06:43:20'), (4650, 'bn', 'choose_language', 'ভাষা নির্বাচন করুন', '2024-12-30 06:43:20', '2024-12-30 06:43:20'), (4651, 'bn', 'course_available', 'কোর্স উপলব্ধ', '2024-12-30 06:43:20', '2024-12-30 06:43:20'), (4652, 'bn', 'best_online_courses', 'সেরা অনলাইন কোর্স', '2024-12-30 06:43:20', '2024-12-30 06:43:20'), (4653, 'en', 'change_successfully', 'Change Successfully', '2024-12-30 06:44:16', '2024-12-30 06: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 06:44:17', '2024-12-30 06: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 06:44:17', '2024-12-30 06:44:17'), (4656, 'es', 'total_student', 'Estudiante total', '2024-12-30 06:44:17', '2024-12-30 06:44:17'), (4658, 'es', 'active_student', 'Estudiante Activo', '2024-12-30 06:44:17', '2024-12-30 06:44:17'), (4659, 'es', 'deactivate_student', 'Desactivar estudiante', '2024-12-30 06:44:17', '2024-12-30 06:44:17'), (4660, 'es', 'manage_blog_category', 'Administrar categoría de blog', '2024-12-30 06:44:17', '2024-12-30 06: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 06:44:17', '2024-12-30 06:44:17'), (4662, 'es', 'free_consultation', 'Consulta Gratuita', '2024-12-30 06:44:17', '2024-12-30 06:44:17'), (4663, 'bn', 'change_password', 'পাসওয়ার্ড পরিবর্তন করুন', '2024-12-30 06:44:35', '2024-12-30 06:44:35'), (4665, 'bn', 'instructor_has_been_updated_successfully', 'প্রশিক্ষক সফলভাবে আপডেট করা হয়েছে.', '2024-12-30 06:44:35', '2024-12-30 06:44:35'), (4666, 'bn', 'course_details', 'কোর্সের বিবরণ', '2024-12-30 06:44:35', '2024-12-30 06:44:35'), (4667, 'bn', 'min', 'মিনিট', '2024-12-30 06:44:35', '2024-12-30 06:44:35'), (4668, 'bn', 'course_instructor', 'কোর্স প্রশিক্ষক', '2024-12-30 06:44:35', '2024-12-30 06:44:35'), (4669, 'bn', 'added_to_cart_successfully', 'সফলভাবে কার্টে যোগ করা হয়েছে৷', '2024-12-30 06:44:35', '2024-12-30 06:44:35'), (4670, 'bn', 'shopping_cart', 'শপিং কার্ট', '2024-12-30 06:44:35', '2024-12-30 06:44:35'), (4671, 'bn', 'ready_to_learn', 'শিখতে প্রস্তুত?', '2024-12-30 06:44:35', '2024-12-30 06:44:35'), (4672, 'bn', 'your_cart_is_waiting_to_be_filled_with_knowledge_discover_new_courses_and_kickstart_your_education', 'আপনার কার্ট জ্ঞান ভরা অপেক্ষা করছে! নতুন কোর্স আবিষ্কার করুন এবং আপনার শিক্ষা শুরু করুন।', '2024-12-30 06:45:49', '2024-12-30 06:45:49'), (4673, 'bn', 'learning_continue', 'শেখা চালিয়ে যান', '2024-12-30 06:45:49', '2024-12-30 06:45:49'), (4674, 'bn', 'our_blogs', 'আমাদের ব্লগ', '2024-12-30 06:45:49', '2024-12-30 06:45:49'), (4675, 'bn', 'organization_details', 'সংস্থার বিবরণ', '2024-12-30 06:45:49', '2024-12-30 15:16:14'), (4676, 'bn', 'privacy_and_policy', 'সংস্থার বিবরণ', '2024-12-30 06:45:49', '2024-12-30 06:45:49'), (4677, 'bn', 'terms_and_condition', 'শর্তাবলী', '2024-12-30 06:45:49', '2024-12-30 06:45:49'), (4678, 'bn', 'blog_detail', 'ব্লগ বিস্তারিত', '2024-12-30 06:45:49', '2024-12-30 06:45:49'), (4679, 'bn', 'news_post', 'খবর পোস্ট', '2024-12-30 06:45:49', '2024-12-30 06:45:49'), (4680, 'bn', 'no_blog', 'কোন ব্লগ নেই', '2024-12-30 06:45:49', '2024-12-30 06:45:49'), (4681, 'es', 'register', 'Registro', '2024-12-30 06:46:36', '2024-12-30 06: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 06:46:36', '2024-12-30 06:46:36'), (4683, 'es', 'already_have_an_account', 'Ya tienes una cuenta', '2024-12-30 06:46:36', '2024-12-30 06:46:36'), (4684, 'es', 'this_field_is_required', 'Este campo es obligatorio', '2024-12-30 06:46:36', '2024-12-30 06:46:36'), (4685, 'es', 'language_has_been_updated_successfully', '¡El idioma se ha actualizado correctamente!', '2024-12-30 06:46:36', '2024-12-30 06:46:36'), (4686, 'es', 'translate_successfully', 'Traducir con éxito', '2024-12-30 06:46:36', '2024-12-30 06:46:36'), (4687, 'es', 'choose_language', 'Elija idioma', '2024-12-30 06:46:36', '2024-12-30 06:46:36'), (4688, 'es', 'course_available', 'Curso disponible', '2024-12-30 06:46:36', '2024-12-30 06:46:36'), (4689, 'es', 'best_online_courses', 'Los mejores cursos en línea', '2024-12-30 06:46:36', '2024-12-30 06:46:36'), (4690, 'en', 'oops_nothing_here_yet', 'Oops, Nothing Here Yet!', '2024-12-30 06:46:43', '2024-12-30 06: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 06:46:43', '2024-12-30 06:46:43'), (4692, 'bn', 'blog_has_been_updated_successfully', 'ব্লগ সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:46:59', '2024-12-30 06:46:59'), (4693, 'bn', 'subject_has_been_updated_successfully', 'বিষয় সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:46:59', '2024-12-30 06:46:59'), (4694, 'bn', 'hero_has_been_updated_successfully', 'নায়ক সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:46:59', '2024-12-30 06:46:59'), (4695, 'bn', 'testimonial_updated_successfully', 'প্রশংসাপত্র সফলভাবে আপডেট হয়েছে!', '2024-12-30 06:46:59', '2024-12-30 06:46:59'), (4696, 'bn', 'slider_has_been_updated_successfully', 'স্লাইডার সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:46:59', '2024-12-30 06:46:59'), (4697, 'bn', 'if_you_trash_itstate_and_city_data_will_be_trashed', 'আপনি এটি ট্র্যাশ করলে, রাজ্য এবং শহরের ডেটা ট্র্যাশ করা হবে।', '2024-12-30 06:46:59', '2024-12-30 06:46:59'), (4698, 'bn', 'country_has_been_updated_successfully', 'আপনি এটি ট্র্যাশ করলে, রাজ্য এবং শহরের ডেটা ট্র্যাশ করা হবে।', '2024-12-30 06:46:59', '2024-12-30 06:46:59'), (4699, 'bn', 'if_you_trashcity_data_will_be_trashed', 'আপনি ট্র্যাশ করলে, শহরের ডেটা ট্র্যাশে ফেলা হবে।', '2024-12-30 06:46:59', '2024-12-30 06:46:59'), (4700, 'bn', 'state_has_been_updated_successfully', 'রাজ্য সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:46:59', '2024-12-30 06:46:59'), (4701, 'es', 'change_password', 'Cambiar la contraseña', '2024-12-30 06:48:09', '2024-12-30 06:48:09'), (4703, 'es', 'instructor_has_been_updated_successfully', 'El instructor se ha actualizado correctamente.', '2024-12-30 06:48:09', '2024-12-30 06:48:09'), (4704, 'es', 'course_details', 'Detalles del curso', '2024-12-30 06:48:09', '2024-12-30 06:48:09'), (4705, 'es', 'min', 'mín.', '2024-12-30 06:48:09', '2024-12-30 06:48:09'), (4706, 'es', 'course_instructor', 'Instructor del curso', '2024-12-30 06:48:09', '2024-12-30 06:48:09'), (4707, 'es', 'added_to_cart_successfully', 'Agregado al carrito exitosamente', '2024-12-30 06:48:09', '2024-12-30 06:48:09'), (4708, 'es', 'shopping_cart', 'Carro de la compra', '2024-12-30 06:48:09', '2024-12-30 06:48:09'), (4709, 'es', 'ready_to_learn', '¿Listo para aprender?', '2024-12-30 06:48:09', '2024-12-30 06:48:09'), (4710, 'bn', 'city_has_been_updated_successfully', 'শহর সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:48:17', '2024-12-30 06:48:17'), (4711, 'bn', 'if_you_trash_it_timezone_data_will_be_trashed', 'আপনি এটি ট্র্যাশ করলে, টাইমজোন ডেটা ট্র্যাশ করা হবে।', '2024-12-30 06:48:17', '2024-12-30 06:48:17'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (4712, 'bn', 'time_zone_has_been_updated_successfully', 'সময় অঞ্চল সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:48:17', '2024-12-30 06:48:17'), (4713, 'bn', 'note', 'দ্রষ্টব্য', '2024-12-30 06:48:17', '2024-12-30 06:48:17'), (4714, 'bn', 'only_remix_icon_class_example', 'শুধুমাত্র রিমিক্স আইকন ক্লাস, উদাহরণ', '2024-12-30 06:48:17', '2024-12-30 06:48:17'), (4715, 'bn', 'icon_has_been_updated_successfully', 'আইকন সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:48:17', '2024-12-30 06:48:17'), (4716, 'bn', 'category_position', 'ক্যাটাগরি পজিশন', '2024-12-30 06:48:17', '2024-12-30 06:48:17'), (4717, 'bn', 'enter_position', 'অবস্থান লিখুন', '2024-12-30 06:48:17', '2024-12-30 06:48:17'), (4718, 'bn', 'enter_meta_title', 'মেটা শিরোনাম লিখুন', '2024-12-30 06:48:17', '2024-12-30 06:48:17'), (4719, 'bn', 'enter_meeting_provider', 'মিটিং প্রদানকারী লিখুন', '2024-12-30 06:49:14', '2024-12-30 06:49:14'), (4720, 'bn', 'meeting_provider_has_been_updated_successfully', 'মিটিং প্রদানকারী সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:49:14', '2024-12-30 06:49:14'), (4721, 'bn', 'view_tag', 'ট্যাগ দেখুন', '2024-12-30 06:49:14', '2024-12-30 06:49:14'), (4722, 'bn', 'tag_has_been_updated_successfully', 'ট্যাগ দেখুন', '2024-12-30 06:49:14', '2024-12-30 06:49:14'), (4723, 'bn', 'level_has_been_updated_successfully', 'স্তর সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:49:14', '2024-12-30 06:49:14'), (4724, 'bn', 'select_instructor', 'প্রশিক্ষক নির্বাচন করুন', '2024-12-30 06:49:14', '2024-12-30 06:49:14'), (4725, 'bn', 'youtube', 'ইউটিউব', '2024-12-30 06:49:14', '2024-12-30 06:49:14'), (4726, 'bn', 'vimeo', 'ভিমিও', '2024-12-30 06:49:14', '2024-12-30 06:49:28'), (4727, 'bn', 'local', 'স্থানীয়', '2024-12-30 06:49:14', '2024-12-30 06: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 06:49:28', '2024-12-30 06:49:28'), (4729, 'es', 'learning_continue', 'Continuar aprendiendo', '2024-12-30 06:49:28', '2024-12-30 06:49:28'), (4730, 'es', 'our_blogs', 'Nuestros Blogs', '2024-12-30 06:49:28', '2024-12-30 06:49:28'), (4731, 'es', 'organization_details', 'Detalles de la organización', '2024-12-30 06:49:28', '2024-12-30 06:49:28'), (4732, 'es', 'privacy_and_policy', 'Privacidad y política', '2024-12-30 06:49:28', '2024-12-30 06:49:28'), (4733, 'es', 'terms_and_condition', 'Términos y condiciones', '2024-12-30 06:49:28', '2024-12-30 06:49:28'), (4734, 'es', 'blog_detail', 'Detalle del blog', '2024-12-30 06:49:28', '2024-12-30 06:49:28'), (4735, 'es', 'news_post', 'Publicación de noticias', '2024-12-30 06:49:28', '2024-12-30 06:49:28'), (4736, 'es', 'no_blog', 'Sin blog', '2024-12-30 06:49:28', '2024-12-30 06:49:28'), (4737, 'bn', 'topic_duration', 'স্থানীয়', '2024-12-30 06:50:39', '2024-12-30 06:50:39'), (4738, 'bn', 'recommended', 'প্রস্তাবিত', '2024-12-30 06:50:39', '2024-12-30 06:50:39'), (4739, 'bn', 'word_between__120_to_150', 'শব্দ - 120 থেকে 150 এর মধ্যে', '2024-12-30 06:50:39', '2024-12-30 06:50:39'), (4740, 'bn', 'faq_question', 'প্রশ্নাবলী', '2024-12-30 06:50:39', '2025-01-07 10:36:58'), (4741, 'bn', 'faq_answer', 'প্রশ্ন উত্তর', '2024-12-30 06:50:39', '2024-12-30 06:50:39'), (4742, 'bn', 'course_outcomes', 'কোর্সের ফলাফল', '2024-12-30 06:50:39', '2024-12-30 06:50:39'), (4743, 'bn', 'course_price', 'কোর্সের মূল্য', '2024-12-30 06:50:39', '2024-12-30 06:50:39'), (4744, 'bn', 'discounted_price', 'মূল্য ছাড়', '2024-12-30 06:50:39', '2024-12-30 06:50:39'), (4746, 'es', 'blog_has_been_updated_successfully', '¡El blog se ha actualizado correctamente!', '2024-12-30 06:50:46', '2024-12-30 06:50:46'), (4747, 'es', 'subject_has_been_updated_successfully', '¡El asunto se ha actualizado correctamente!', '2024-12-30 06:50:46', '2024-12-30 06:50:46'), (4748, 'es', 'hero_has_been_updated_successfully', '¡El héroe se ha actualizado correctamente!', '2024-12-30 06:50:46', '2024-12-30 06:50:46'), (4749, 'es', 'testimonial_updated_successfully', '¡Testimonio actualizado exitosamente!', '2024-12-30 06:50:46', '2024-12-30 06:50:46'), (4750, 'es', 'slider_has_been_updated_successfully', '¡El control deslizante se ha actualizado correctamente!', '2024-12-30 06:50:46', '2024-12-30 06: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 06:50:46', '2024-12-30 06:50:46'), (4752, 'es', 'country_has_been_updated_successfully', '¡El país se ha actualizado correctamente!', '2024-12-30 06:50:46', '2024-12-30 06: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 06:50:46', '2024-12-30 06:50:46'), (4754, 'es', 'state_has_been_updated_successfully', '¡El estado se ha actualizado correctamente!', '2024-12-30 06:50:46', '2024-12-30 06:50:46'), (4755, 'bn', 'course_preview_image', 'কোর্সের পূর্বরূপ চিত্র', '2024-12-30 06:51:21', '2024-12-30 06:51:21'), (4756, 'bn', 'enter_meeting_id', 'মিটিং আইডি লিখুন', '2024-12-30 06:51:21', '2024-12-30 06:51:21'), (4757, 'bn', 'enter_moderator_password', 'মডারেটর পাসওয়ার্ড লিখুন', '2024-12-30 06:51:21', '2024-12-30 06:51:21'), (4758, 'bn', 'please_select_date', 'তারিখ নির্বাচন করুন', '2024-12-30 06:51:21', '2024-12-30 06:51:21'), (4759, 'bn', 'please_select_time', 'অনুগ্রহ করে সময় নির্বাচন করুন', '2024-12-30 06:51:21', '2024-12-30 06:51:21'), (4760, 'bn', 'enter_chapter_name', 'অধ্যায়ের নাম লিখুন', '2024-12-30 06:51:21', '2024-12-30 06:51:21'), (4762, 'bn', 'course_status_change_successfully', 'কোর্স স্থিতি সফলভাবে পরিবর্তন', '2024-12-30 06:51:21', '2024-12-30 06:51:35'), (4763, 'es', 'city_has_been_updated_successfully', '¡La ciudad se ha actualizado correctamente!', '2024-12-30 06:52:04', '2024-12-30 06: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 06:52:04', '2024-12-30 06:52:04'), (4765, 'es', 'time_zone_has_been_updated_successfully', '¡La zona horaria se ha actualizado correctamente!', '2024-12-30 06:52:04', '2024-12-30 06:52:04'), (4766, 'es', 'note', 'Nota', '2024-12-30 06:52:04', '2024-12-30 06:52:04'), (4767, 'es', 'only_remix_icon_class_example', 'Solo clase de icono Remix, ejemplo', '2024-12-30 06:52:04', '2024-12-30 06:52:04'), (4768, 'es', 'icon_has_been_updated_successfully', '¡El icono se ha actualizado correctamente!', '2024-12-30 06:52:04', '2024-12-30 06:52:04'), (4769, 'es', 'category_position', 'Posición de categoría', '2024-12-30 06:52:04', '2024-12-30 06:52:04'), (4770, 'es', 'enter_position', 'Ingresar posición', '2024-12-30 06:52:04', '2024-12-30 06:52:04'), (4771, 'es', 'enter_meta_title', 'Ingrese el metatítulo', '2024-12-30 06:52:04', '2024-12-30 06:52:04'), (4772, 'bn', 'bundle_has_been_updated_successfully', 'বান্ডিল সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:52:56', '2024-12-30 06:52:56'), (4773, 'bn', 'if_you_delete_itcourse_bundle_and_purchase_bundle__all_data_will_be_deleted_permanently', 'আপনি এটি মুছে ফেললে, কোর্স বান্ডেল এবং ক্রয় বান্ডিল সমস্ত ডেটা স্থায়ীভাবে মুছে যাবে।', '2024-12-30 06:52:56', '2024-12-30 06:52:56'), (4774, 'bn', '_edit_enroll', 'তালিকাভুক্তি সম্পাদনা করুন', '2024-12-30 06:52:56', '2024-12-30 06:52:56'), (4775, 'bn', 'as_an_admin_you_are_authorized_to_enroll_students_only_in', 'একজন প্রশাসক হিসাবে, আপনি শুধুমাত্র ছাত্রদের নথিভুক্ত করার জন্য অনুমোদিত', '2024-12-30 06:52:56', '2024-12-30 06:52:56'), (4776, 'bn', 'free_courses', 'বিনামূল্যে কোর্স', '2024-12-30 06:52:56', '2024-12-30 06:52:56'), (4777, 'bn', 'enrollment_in', 'তালিকাভুক্তি', '2024-12-30 06:52:56', '2024-12-30 06:52:56'), (4778, 'bn', 'paid_courses', 'প্রদত্ত কোর্স', '2024-12-30 06:52:56', '2024-12-30 06: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 06:52:56', '2024-12-30 06:52:56'), (4780, 'es', 'enter_meeting_provider', 'Ingrese al proveedor de reuniones', '2024-12-30 06:53:54', '2024-12-30 06:53:54'), (4781, 'es', 'meeting_provider_has_been_updated_successfully', '¡El proveedor de reuniones se ha actualizado correctamente!', '2024-12-30 06:53:54', '2024-12-30 06:53:54'), (4782, 'es', 'view_tag', 'Ver etiqueta', '2024-12-30 06:53:54', '2024-12-30 06:53:54'), (4783, 'es', 'tag_has_been_updated_successfully', '¡La etiqueta se ha actualizado correctamente!', '2024-12-30 06:53:54', '2024-12-30 06:53:54'), (4784, 'es', 'level_has_been_updated_successfully', '¡El nivel se ha actualizado correctamente!', '2024-12-30 06:53:54', '2024-12-30 06:53:54'), (4785, 'es', 'select_instructor', 'Seleccionar instructor', '2024-12-30 06:53:54', '2024-12-30 06:53:54'), (4786, 'es', 'youtube', 'YouTube', '2024-12-30 06:53:54', '2024-12-30 06:53:54'), (4787, 'es', 'vimeo', 'Vimeo', '2024-12-30 06:53:54', '2024-12-30 06:53:54'), (4788, 'es', 'local', 'Local', '2024-12-30 06:53:54', '2024-12-30 06:53:54'), (4789, 'bn', 'enter_organization_name', 'প্রতিষ্ঠানের নাম লিখুন', '2024-12-30 06:54:44', '2024-12-30 06:54:44'), (4790, 'bn', 'organization_has_been_saved_successfully', 'সংগঠন সফলভাবে সংরক্ষণ করা হয়েছে', '2024-12-30 06:54:45', '2024-12-30 06:54:45'), (4791, 'bn', 'do_you_want_to_delete', 'আপনি কি মুছে দিতে চান.', '2024-12-30 06:54:45', '2024-12-30 06:54:45'), (4792, 'bn', 'if_you_deleteinstructor_and_instructor_related_all_data_will_be_delete_permanently', 'আপনি মুছে ফেললে, প্রশিক্ষক এবং প্রশিক্ষক সম্পর্কিত সমস্ত ডেটা স্থায়ীভাবে মুছে যাবে।', '2024-12-30 06:54:45', '2024-12-30 06:54:45'), (4793, 'bn', 'student_has_been_update_successfully', 'ছাত্র সফলভাবে আপডেট করা হয়েছে.', '2024-12-30 06:54:45', '2024-12-30 06:54:45'), (4794, 'bn', 'discount_percentage', 'ছাড় শতাংশ', '2024-12-30 06:54:45', '2024-12-30 06:54:45'), (4796, 'bn', 'discount_amount', 'ছাড়ের পরিমাণ', '2024-12-30 06:54:45', '2024-12-30 06:54:45'), (4797, 'bn', 'coupon_has_been_updated_successfully', 'কুপন সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:54:45', '2024-12-30 06:54:45'), (4798, 'es', 'topic_duration', 'Duración del tema', '2024-12-30 06:55:08', '2024-12-30 06:55:08'), (4799, 'es', 'recommended', 'Recomendado', '2024-12-30 06:55:08', '2024-12-30 06:55:08'), (4800, 'es', 'word_between__120_to_150', 'Palabra entre - 120 a 150', '2024-12-30 06:55:08', '2024-12-30 06:55:08'), (4801, 'es', 'faq_question', 'pregunta frecuente', '2024-12-30 06:55:08', '2024-12-30 06:55:08'), (4802, 'es', 'faq_answer', 'Respuesta a preguntas frecuentes', '2024-12-30 06:55:08', '2024-12-30 06:55:08'), (4803, 'es', 'course_outcomes', 'Resultados del curso', '2024-12-30 06:55:08', '2024-12-30 06:55:08'), (4804, 'es', 'course_price', 'Precio del curso', '2024-12-30 06:55:08', '2024-12-30 06:55:08'), (4805, 'es', 'discounted_price', 'Precio con descuento', '2024-12-30 06:55:08', '2024-12-30 06:55:08'), (4807, 'bn', 'email_template_has_been_updated_successfully', 'ইমেল টেমপ্লেট সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:55:39', '2024-12-30 06:55:39'), (4808, 'bn', 'edit_blog_category', 'ব্লগ বিভাগ সম্পাদনা করুন', '2024-12-30 06:55:39', '2024-12-30 06:55:39'), (4809, 'bn', 'enter_blog_category', 'ব্লগ বিভাগ লিখুন', '2024-12-30 06:55:39', '2024-12-30 06:55:39'), (4810, 'bn', 'something_wrong', 'কিছু ভুল!', '2024-12-30 06:55:39', '2024-12-30 06:55:39'), (4811, 'bn', 'notification_has_been_updated_successfully', 'বিজ্ঞপ্তি সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:55:39', '2024-12-30 06:55:39'), (4812, 'bn', 'support_category_updated_successfully', 'সমর্থন বিভাগ সফলভাবে আপডেট হয়েছে!', '2024-12-30 06:55:39', '2024-12-30 06:55:39'), (4813, 'bn', 'ticket_id', 'টিকিট আইডি', '2024-12-30 06:55:39', '2024-12-30 06:55:39'), (4814, 'bn', 'manage_permission', 'অনুমতি পরিচালনা করুন', '2024-12-30 06:55:39', '2024-12-30 06:55:39'), (4815, 'bn', 'module_name', 'মডিউল নাম', '2024-12-30 06:55:39', '2024-12-30 06:55:39'), (4816, 'es', 'course_preview_image', 'Imagen de vista previa del curso', '2024-12-30 06:56:13', '2024-12-30 06:56:13'), (4817, 'es', 'enter_meeting_id', 'Ingrese la identificación de la reunión', '2024-12-30 06:56:13', '2024-12-30 06:56:13'), (4818, 'es', 'enter_moderator_password', 'Ingrese la contraseña del moderador', '2024-12-30 06:56:13', '2024-12-30 06:56:13'), (4819, 'es', 'please_select_date', 'Por favor seleccione Fecha', '2024-12-30 06:56:13', '2024-12-30 06:56:13'), (4820, 'es', 'please_select_time', 'Por favor seleccione Hora', '2024-12-30 06:56:13', '2024-12-30 06:56:13'), (4821, 'es', 'enter_chapter_name', 'Ingrese el nombre del capítulo', '2024-12-30 06:56:13', '2024-12-30 06:56:13'), (4823, 'es', 'course_status_change_successfully', 'El estado del curso cambia con éxito', '2024-12-30 06:56:13', '2024-12-30 06:56:13'), (4824, 'bn', 'permission_updated_successfully', 'অনুমতি সফলভাবে আপডেট করা হয়েছে।', '2024-12-30 06:56:36', '2024-12-30 06:56:36'), (4825, 'bn', 'guard_name', 'গার্ডের নাম', '2024-12-30 06:56:36', '2024-12-30 06:56:36'), (4826, 'bn', 'role_updated_successfully', 'গার্ডের নাম', '2024-12-30 06:56:36', '2024-12-30 06:56:36'), (4827, 'bn', 'manage_staff', 'স্টাফ পরিচালনা করুন', '2024-12-30 06:56:36', '2024-12-30 06:56:36'), (4828, 'bn', 'admin_update_successfully', 'অ্যাডমিন আপডেট সফলভাবে।', '2024-12-30 06:56:36', '2024-12-30 06:56:36'), (4829, 'bn', 'sandbox', 'স্যান্ডবক্স', '2024-12-30 06:56:36', '2024-12-30 06:56:36'), (4830, 'bn', 'secret_key', 'গোপন চাবি', '2024-12-30 06:56:36', '2024-12-30 06:56:36'), (4831, 'bn', 'publishable_key', 'প্রকাশযোগ্য কী', '2024-12-30 06:56:36', '2024-12-30 06:56:36'), (4832, 'bn', 'publishable_or_client_id', 'প্রকাশযোগ্য বা ক্লায়েন্ট আইডি', '2024-12-30 06:56:36', '2024-12-30 06:56:36'), (4833, 'bn', 'method_name', 'পদ্ধতির নাম', '2024-12-30 06:57:35', '2024-12-30 06:57:35'), (4834, 'bn', 'payment_method_name', 'পেমেন্ট পদ্ধতির নাম', '2024-12-30 06:57:35', '2024-12-30 06:57:35'), (4835, 'bn', 'payment_method_updated_successfully', 'পেমেন্ট পদ্ধতির নাম', '2024-12-30 06:57:35', '2024-12-30 06:57:35'), (4838, 'bn', 'update_successfully', 'সফলভাবে আপডেট করুন', '2024-12-30 06:57:35', '2024-12-30 06:57:35'), (4839, 'bn', 'faq_has_been_updated_successfully', 'প্রশ্ন সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:57:35', '2025-01-07 10:38:39'), (4840, 'bn', 'page_has_been_updated_successfully', 'পৃষ্ঠা সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 06:57:35', '2024-12-30 06:57:35'), (4841, 'bn', 'sort_chapter', 'বাছাই অধ্যায়', '2024-12-30 06:57:35', '2024-12-30 06:57:35'), (4842, 'es', 'bundle_has_been_updated_successfully', '¡El paquete se ha actualizado correctamente!', '2024-12-30 06:57:47', '2024-12-30 06: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 06:57:47', '2024-12-30 06:57:47'), (4844, 'es', '_edit_enroll', 'Editar Inscribirse', '2024-12-30 06:57:47', '2024-12-30 06: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 06:57:47', '2024-12-30 06:57:47'), (4846, 'es', 'free_courses', 'cursos gratis', '2024-12-30 06:57:47', '2024-12-30 06:57:47'), (4847, 'es', 'enrollment_in', 'Inscripción en', '2024-12-30 06:57:47', '2024-12-30 06:57:47'), (4848, 'es', 'paid_courses', 'cursos pagados', '2024-12-30 06:57:47', '2024-12-30 06: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 06:57:47', '2024-12-30 06:57:47'), (4850, 'bn', 'edit_chapter', 'অধ্যায় সম্পাদনা করুন', '2024-12-30 06:58:06', '2024-12-30 06:58:06'), (4851, 'bn', 'delete_chapter', 'অধ্যায় মুছুন', '2024-12-30 06:58:06', '2024-12-30 06:58:06'), (4852, 'bn', 'change_successfully', 'সফলভাবে পরিবর্তন', '2024-12-30 06:58:06', '2024-12-30 06:58:06'), (4853, 'bn', 'oops_nothing_here_yet', 'ওহো, এখানে এখনও কিছুই নেই!', '2024-12-30 06:58:06', '2024-12-30 06: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 06:58:06', '2024-12-30 06:58:06'), (4855, 'es', 'enter_organization_name', 'Ingrese el nombre de la organización', '2024-12-30 06:59:08', '2024-12-30 06:59:08'), (4856, 'es', 'organization_has_been_saved_successfully', 'La organización se ha guardado correctamente.', '2024-12-30 06:59:08', '2024-12-30 06:59:08'), (4857, 'es', 'do_you_want_to_delete', '¿Quieres eliminar?', '2024-12-30 06:59:08', '2024-12-30 06: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 06:59:08', '2024-12-30 06:59:08'), (4859, 'es', 'student_has_been_update_successfully', 'El estudiante se actualizó exitosamente.', '2024-12-30 06:59:08', '2024-12-30 06:59:08'), (4860, 'es', 'discount_percentage', 'Porcentaje de descuento', '2024-12-30 06:59:08', '2024-12-30 06:59:08'), (4862, 'es', 'discount_amount', 'Cantidad de descuento', '2024-12-30 06:59:08', '2024-12-30 06:59:08'), (4863, 'es', 'coupon_has_been_updated_successfully', '¡El cupón se ha actualizado correctamente!', '2024-12-30 06:59:08', '2024-12-30 06:59:08'), (4864, 'es', 'email_template_has_been_updated_successfully', '¡La plantilla de correo electrónico se ha actualizado correctamente!', '2024-12-30 07:00:31', '2024-12-30 07:00:31'), (4865, 'es', 'edit_blog_category', 'Editar categoría de blog', '2024-12-30 07:00:31', '2024-12-30 07:00:31'), (4866, 'es', 'enter_blog_category', 'Ingrese a la categoría del blog', '2024-12-30 07:00:31', '2024-12-30 07:00:31'), (4867, 'es', 'something_wrong', '¡Ocurre algo!', '2024-12-30 07:00:31', '2024-12-30 07:00:31'), (4868, 'es', 'notification_has_been_updated_successfully', '¡La notificación se ha actualizado correctamente!', '2024-12-30 07:00:31', '2024-12-30 07:00:31'), (4869, 'es', 'support_category_updated_successfully', '¡Categoría de soporte actualizada exitosamente!', '2024-12-30 07:00:31', '2024-12-30 07:00:31'), (4870, 'es', 'ticket_id', 'ID del billete', '2024-12-30 07:00:31', '2024-12-30 07:00:31'), (4871, 'es', 'manage_permission', 'Administrar permiso', '2024-12-30 07:00:31', '2024-12-30 07:00:31'), (4872, 'es', 'module_name', 'Nombre del módulo', '2024-12-30 07:00:31', '2024-12-30 07:00:31'), (4873, 'es', 'permission_updated_successfully', 'Permiso actualizado exitosamente.', '2024-12-30 07:02:04', '2024-12-30 07:02:04'), (4874, 'es', 'guard_name', 'Nombre del guardia', '2024-12-30 07:02:04', '2024-12-30 07:02:04'), (4875, 'es', 'role_updated_successfully', 'Función actualizada correctamente.', '2024-12-30 07:02:04', '2024-12-30 07:02:04'), (4876, 'es', 'manage_staff', 'Administrar personal', '2024-12-30 07:02:04', '2024-12-30 07:02:04'), (4877, 'es', 'admin_update_successfully', 'Actualización de administrador exitosa.', '2024-12-30 07:02:04', '2024-12-30 07:02:04'), (4878, 'es', 'sandbox', 'Salvadera', '2024-12-30 07:02:04', '2024-12-30 07:02:04'), (4879, 'es', 'secret_key', 'clave secreta', '2024-12-30 07:02:04', '2024-12-30 07:02:04'), (4880, 'es', 'publishable_key', 'Clave publicable', '2024-12-30 07:02:04', '2024-12-30 07:02:04'), (4881, 'es', 'publishable_or_client_id', 'ID de cliente o publicable', '2024-12-30 07:02:04', '2024-12-30 07:02:04'), (4882, 'es', 'method_name', 'Nombre del método', '2024-12-30 07:03:14', '2024-12-30 07:03:14'), (4883, 'es', 'payment_method_name', 'Nombre del método de pago', '2024-12-30 07:03:14', '2024-12-30 07:03:14'), (4884, 'es', 'payment_method_updated_successfully', '¡Método de pago actualizado exitosamente!', '2024-12-30 07:03:14', '2024-12-30 07:03:14'), (4887, 'es', 'update_successfully', 'Actualizar con éxito', '2024-12-30 07:03:14', '2024-12-30 07:03:14'), (4888, 'es', 'faq_has_been_updated_successfully', '¡Las preguntas frecuentes se han actualizado correctamente!', '2024-12-30 07:03:14', '2024-12-30 07:03:14'), (4889, 'es', 'page_has_been_updated_successfully', '¡La página se ha actualizado correctamente!', '2024-12-30 07:03:14', '2024-12-30 07:03:14'), (4890, 'es', 'sort_chapter', 'Ordenar capítulo', '2024-12-30 07:03:14', '2024-12-30 07:03:14'), (4891, 'es', 'edit_chapter', 'Editar capítulo', '2024-12-30 07:04:11', '2024-12-30 16:32:32'), (4892, 'es', 'delete_chapter', 'Eliminar capítulo', '2024-12-30 07:04:11', '2024-12-30 07:04:11'), (4893, 'es', 'change_successfully', 'Cambie con éxito', '2024-12-30 07:04:11', '2024-12-30 07:04:11'), (4894, 'es', 'oops_nothing_here_yet', '¡Vaya, todavía no hay nada aquí!', '2024-12-30 07:04:11', '2024-12-30 07: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 07:04:11', '2024-12-30 07:04:11'), (4896, 'ar', 'no_meeting_provider', 'لا يوجد مزود الاجتماع', '2024-12-30 07:17:21', '2024-12-30 07:17:21'), (4897, 'ar', 'clear', 'واضح', '2024-12-30 07:19:11', '2024-12-30 07:19:11'), (4898, 'ar', 'ticket_reply', 'رد التذكرة', '2024-12-30 07:19:11', '2024-12-30 07:19:11'), (4899, 'ar', 'support_view', 'عرض الدعم', '2024-12-30 07:19:11', '2024-12-30 07:19:11'), (4900, 'ar', 'add_instructor', 'إضافة مدرس', '2024-12-30 07:19:11', '2024-12-30 07:19:11'), (4901, 'ar', 'add_category', 'أضف فئة', '2024-12-30 07:19:11', '2024-12-30 07:19:11'), (4902, 'ar', 'click_bundle_course_for_learn', 'انقر فوق حزمة الدورة التدريبية للتعلم', '2024-12-30 07:19:11', '2024-12-30 07:19:11'), (4903, 'ar', 'our_streamlined_admission_process_makes_it_easy_to_enroll_in_courses_that_fit_your_career_aspirations', 'تسهل عملية القبول المبسطة لدينا التسجيل في الدورات التي تناسب طموحاتك المهنية', '2024-12-30 07:19:11', '2024-12-30 07:19:11'), (4904, 'ar', 'admission_open', 'القبول مفتوح', '2024-12-30 07:19:11', '2024-12-30 07:19:11'), (4905, 'ar', 'enroll_now', 'سجل الآن', '2024-12-30 07:19:58', '2024-12-30 07:19:58'), (4906, 'ar', 'has_been_changed_successfully', 'تم تغييره بنجاح', '2024-12-30 07:19:58', '2024-12-30 07:22:58'), (4907, 'ar', 'our_courses', 'دوراتنا', '2024-12-30 07:19:58', '2024-12-30 07:22:58'), (4908, 'ar', 'showing', 'عرض', '2024-12-30 07:26:07', '2024-12-30 07:26:07'), (4909, 'ar', 'of', 'ل', '2024-12-30 07:26:07', '2024-12-30 07:26:07'), (4910, 'ar', 'results', 'نتائج', '2024-12-30 07:26:07', '2024-12-30 07:26:07'), (4911, 'ar', 'courses_bundle', 'باقة الدورات', '2024-12-30 07:26:07', '2024-12-30 07:26:07'), (4912, 'ar', 'we_have', 'لدينا', '2024-12-30 07:26:07', '2024-12-30 07:26:07'), (4913, 'ar', 'bundle_course_offer', 'عرض الدورة المجمعة', '2024-12-30 07:26:07', '2024-12-30 07:26:07'), (4914, 'ar', 'sign_in', 'تسجيل الدخول', '2024-12-30 07:26:07', '2024-12-30 07:26:07'), (4915, 'ar', 'discover_learn_and_thrive_with_us_experience_a_smooth_and_rewarding_educational_adventure_lets_get_started', 'اكتشف وتعلم وازدهر معنا. تجربة مغامرة تعليمية سلسة ومجزية. دعونا نبدأ', '2024-12-30 07:26:07', '2024-12-30 07:26:07'), (4916, 'ar', 'or', 'أو', '2024-12-30 07:26:07', '2024-12-30 07:26:07'), (4917, 'ar', 'dont_have_an_account_yet', 'ليس لديك حساب حتى الآن', '2024-12-30 07:27:56', '2024-12-30 14:12:11'), (4918, 'ar', 'login_successfully', 'تسجيل الدخول بنجاح', '2024-12-30 07:27:56', '2024-12-30 07:27:56'), (4919, 'ar', 'support_request', 'طلب الدعم', '2024-12-30 07:27:56', '2024-12-30 07:27:56'), (4920, 'ar', 'do_you_want_to_trash', 'هل تريد سلة المهملات', '2024-12-30 07:30:41', '2024-12-30 07:30:41'), (4921, 'ar', 'if_you_trash_icon_data_will_be_trashed', 'إذا قمت بإرسال سلة المهملات، فسيتم إرسال بيانات الرمز إلى سلة المهملات.', '2024-12-30 07:30:41', '2024-12-30 07:30:41'), (4922, 'ar', 'theme_preview', 'معاينة الموضوع', '2024-12-30 07:32:24', '2024-12-30 07:32:24'), (4923, 'ar', 'by', 'بواسطة', '2024-12-30 07:32:24', '2024-12-30 07:32:24'), (4924, 'ar', 'if_you_trashcourse_and_course_related_all_data_will_be_trashed', 'إذا قمت بنقل جميع البيانات المتعلقة بالدورة التدريبية والدورة التدريبية إلى سلة المهملات.', '2024-12-30 07:32:24', '2024-12-30 07:32:24'), (4925, 'ar', 'to', 'ل', '2024-12-30 07:32:24', '2024-12-30 07:32:24'), (4926, 'ar', 'entries', 'الإدخالات', '2024-12-30 07:32:24', '2024-12-30 07:32:24'), (4927, 'ar', 'do_you_want_to_permanent_delete', 'هل تريد الحذف الدائم.', '2024-12-30 07:32:24', '2024-12-30 07:32:24'), (4928, 'ar', 'if_you_delete_itcourse_and_course_related_all_data_will_be_deleted_permanently', 'إذا قمت بحذفه، فسيتم حذف جميع البيانات المتعلقة بالدورة التدريبية والدورة التدريبية نهائيًا.', '2024-12-30 07:32:24', '2024-12-30 07:32:24'), (4929, 'ar', 'restore', 'يعيد', '2024-12-30 07:32:24', '2024-12-30 07:32:24'), (4930, 'ar', 'do_you_want_to_restore', 'هل تريد استعادة', '2024-12-30 07:32:24', '2024-12-30 07:32:24'), (4931, 'ar', 'view_level', 'عرض المستوى', '2024-12-30 07:34:34', '2024-12-30 07:34:34'), (4932, 'ar', 'storage_link_successfully', 'رابط التخزين بنجاح', '2024-12-30 07:43:47', '2024-12-30 07:43:47'), (4933, 'ar', 'cache_clear_successfully', 'تم مسح ذاكرة التخزين المؤقت بنجاح', '2024-12-30 07:43:47', '2024-12-30 07:43:47'), (4934, 'ar', 'cache_optimize_successfully', 'تم تحسين ذاكرة التخزين المؤقت بنجاح', '2024-12-30 07:43:47', '2024-12-30 07:43:47'), (4935, 'ar', 'would_you_like_support_for_users_to_switch_between_multiple_themes_on_your_website', 'هل ترغب في دعم المستخدمين للتبديل بين السمات المتعددة على موقع الويب الخاص بك؟', '2024-12-30 07:43:47', '2024-12-30 07:43:47'), (4936, 'ar', 'upload_logo__favicon', 'تحميل الشعار والأيقونة المفضلة', '2024-12-30 07:43:47', '2024-12-30 07:43:47'), (4937, 'ar', 'theme_logo', 'شعار الموضوع', '2024-12-30 07:43:47', '2024-12-30 07:43:47'), (4938, 'ar', 'footer_logo', 'شعار التذييل', '2024-12-30 07:43:47', '2024-12-30 07:43:47'), (4941, 'ar', 'disable', 'إبطال', '2024-12-30 07:45:03', '2024-12-30 07:45:03'), (4942, 'ar', 'twak_chat_settings', 'إعدادات الدردشة توك', '2024-12-30 07:45:03', '2024-12-30 07:45:03'), (4943, 'ar', 'tawk_url', 'رابط توك', '2024-12-30 07:45:03', '2024-12-30 07:45:03'), (4944, 'ar', 'satisfied_student', 'طالب راضي', '2024-12-30 07:45:03', '2024-12-30 07:45:03'), (4945, 'ar', 'if_you_trashsubject_data_will_be_trashed', 'إذا قمت بحذف بيانات الموضوع، فسيتم إرسالها إلى المهملات.', '2024-12-30 07:45:03', '2024-12-30 07:45:03'), (4947, 'ar', 'approved_course', 'دورة معتمدة', '2024-12-30 07:45:03', '2024-12-30 07:45:03'), (4949, 'ar', 'pending_course', 'دورة في انتظار', '2024-12-30 07:46:16', '2024-12-30 07:46:16'), (4950, 'ar', 'rejected_course', 'الدورة المرفوضة', '2024-12-30 07:46:16', '2024-12-30 07:46:16'), (4952, 'ar', 'sub_category', 'الفئة الفرعية', '2024-12-30 07:46:16', '2024-12-30 07:46:16'), (4953, 'ar', 'select_status', 'حدد الحالة', '2024-12-30 07:46:16', '2024-12-30 07:46:16'), (4954, 'ar', 'approved', 'موافقة', '2024-12-30 07:46:16', '2024-12-30 07:46:16'), (4955, 'ar', 'rejected', 'مرفوض', '2024-12-30 07:46:16', '2024-12-30 07:46:16'), (4958, 'ar', 'active_organization', 'منظمة نشطة', '2024-12-30 07:47:35', '2024-12-30 07:47:35'), (4959, 'ar', 'deactivate_organization', 'إلغاء تنشيط المنظمة', '2024-12-30 07:47:35', '2024-12-30 07:47:35'), (4960, 'ar', 'unverified', 'لم يتم التحقق منها', '2024-12-30 07:47:35', '2024-12-30 07:47:35'), (4961, 'ar', 'search_name', 'اسم البحث', '2024-12-30 07:47:35', '2024-12-30 07:47:35'), (4962, 'ar', 'total_instructor', 'إجمالي المعلم', '2024-12-30 07:47:35', '2024-12-30 07:47:35'), (4964, 'ar', 'active_instructor', 'مدرس نشط', '2024-12-30 07:47:35', '2024-12-30 07:47:35'), (4965, 'ar', 'deactivate_instructor', 'تعطيل المعلم', '2024-12-30 07:47:35', '2024-12-30 07:47:35'), (4966, 'ar', 'if_you_trashinstructor_and_instructor_related_all_data_will_be_trashed', 'إذا قمت بحذف جميع البيانات المتعلقة بالمدرس والمدرس، فسيتم حذف جميع البيانات ذات الصلة بالمدرس.', '2024-12-30 07:48:51', '2024-12-30 07:48:51'), (4967, 'ar', 'if_you_trashstudent_and_student_related_all_data_will_be_trashed', 'إذا قمت بنقل جميع البيانات المتعلقة بالطالب والطالب إلى سلة المهملات.', '2024-12-30 07:48:51', '2024-12-30 07:49:05'), (4968, 'ar', 'total_student', 'إجمالي الطالب', '2024-12-30 07:48:51', '2024-12-30 07:48:51'), (4970, 'ar', 'active_student', 'طالب نشط', '2024-12-30 07:48:51', '2024-12-30 07:48:51'), (4971, 'ar', 'deactivate_student', 'إلغاء تنشيط الطالب', '2024-12-30 07:48:51', '2024-12-30 07:48:51'), (4972, 'ar', 'manage_blog_category', 'إدارة فئة المدونة', '2024-12-30 07:48:51', '2024-12-30 07:48:51'), (4973, 'ar', 'if_you_trash_if_have_category_blog_all_data_will_be_trash', 'إذا كنت في سلة المهملات، وإذا كانت لديك مدونة فئة، فستكون جميع البيانات في سلة المهملات.', '2024-12-30 07:48:51', '2024-12-30 07:48:51'), (4974, 'ar', 'free_consultation', 'استشارة مجانية', '2024-12-30 07:48:51', '2024-12-30 07:48:51'), (4975, 'ar', 'register', 'يسجل', '2024-12-30 07:50:16', '2024-12-30 07:50:16'), (4976, 'ar', 'discover_learn_and_thrive_with_us_experience_a_smooth_and_rewarding_educational_adventurelets_get_started', 'اكتشف وتعلم وازدهر معنا. استمتع بمغامرة تعليمية سلسة ومجزية. فلنبدأ', '2024-12-30 07:50:16', '2024-12-30 07:50:16'), (4977, 'ar', 'already_have_an_account', 'لديك حساب بالفعل', '2024-12-30 07:50:16', '2024-12-30 07:50:16'), (4978, 'ar', 'this_field_is_required', 'هذه الخانة مطلوبه', '2024-12-30 07:50:16', '2024-12-30 07:50:16'), (4979, 'ar', 'language_has_been_updated_successfully', 'تم تحديث اللغة بنجاح!', '2024-12-30 07:50:16', '2024-12-30 07:50:16'), (4980, 'ar', 'translate_successfully', 'تمت الترجمة بنجاح', '2024-12-30 07:50:16', '2024-12-30 07:50:16'), (4981, 'ar', 'choose_language', 'اختر اللغة', '2024-12-30 07:50:16', '2024-12-30 07:50:16'), (4982, 'ar', 'course_available', 'الدورة متاحة', '2024-12-30 07:50:16', '2024-12-30 07:50:16'), (4983, 'ar', 'best_online_courses', 'أفضل الدورات عبر الإنترنت', '2024-12-30 07:50:16', '2024-12-30 07:50:16'), (4984, 'ar', 'change_password', 'تغيير كلمة المرور', '2024-12-30 07:51:29', '2024-12-30 07:51:29'), (4986, 'ar', 'instructor_has_been_updated_successfully', 'تم تحديث المدرب بنجاح.', '2024-12-30 07:51:29', '2024-12-30 07:51:29'), (4987, 'ar', 'course_details', 'تفاصيل الدورة', '2024-12-30 07:51:29', '2024-12-30 07:51:29'), (4988, 'ar', 'min', 'دقيقة', '2024-12-30 07:51:29', '2024-12-30 07:51:29'), (4989, 'ar', 'course_instructor', 'مدرس الدورة', '2024-12-30 07:51:29', '2024-12-30 07:51:29'), (4990, 'ar', 'added_to_cart_successfully', 'تمت الإضافة إلى سلة التسوق بنجاح', '2024-12-30 07:51:29', '2024-12-30 07:51:29'), (4991, 'ar', 'shopping_cart', 'سلة التسوق', '2024-12-30 07:51:29', '2024-12-30 07:51:29'), (4992, 'ar', 'ready_to_learn', 'هل أنت مستعد للتعلم؟', '2024-12-30 07:51:29', '2024-12-30 07:51:29'), (4993, 'ar', 'your_cart_is_waiting_to_be_filled_with_knowledge_discover_new_courses_and_kickstart_your_education', 'سلة التسوق الخاصة بك في انتظار أن تكون مليئة بالمعرفة! اكتشف دورات جديدة وابدأ تعليمك.', '2024-12-30 07:52:46', '2024-12-30 07:52:46'), (4994, 'ar', 'learning_continue', 'مواصلة التعلم', '2024-12-30 07:52:46', '2024-12-30 07:52:46'), (4995, 'ar', 'our_blogs', 'مدوناتنا', '2024-12-30 07:52:46', '2024-12-30 07:52:46'), (4996, 'ar', 'organization_details', 'تفاصيل المنظمة', '2024-12-30 07:52:46', '2024-12-30 07:52:46'), (4997, 'ar', 'privacy_and_policy', 'الخصوصية والسياسة', '2024-12-30 07:52:46', '2024-12-30 07:52:46'), (4998, 'ar', 'terms_and_condition', 'الشروط والأحكام', '2024-12-30 07:52:46', '2024-12-30 07:52:46'), (4999, 'ar', 'blog_detail', 'تفاصيل المدونة', '2024-12-30 07:52:46', '2024-12-30 07:52:46'), (5000, 'ar', 'news_post', 'آخر الأخبار', '2024-12-30 07:52:46', '2024-12-30 07:52:46'), (5001, 'ar', 'no_blog', 'لا مدونة', '2024-12-30 07:52:46', '2024-12-30 07:52:46'), (5002, 'ar', 'blog_has_been_updated_successfully', 'تم تحديث المدونة بنجاح!', '2024-12-30 07:54:05', '2024-12-30 07:55:17'), (5003, 'ar', 'subject_has_been_updated_successfully', 'تم تحديث الموضوع بنجاح!', '2024-12-30 07:54:05', '2024-12-30 07:54:05'), (5004, 'ar', 'hero_has_been_updated_successfully', 'تم تحديث البطل بنجاح!', '2024-12-30 07:54:05', '2024-12-30 07:54:05'), (5005, 'ar', 'testimonial_updated_successfully', 'تم تحديث الشهادة بنجاح!', '2024-12-30 07:54:05', '2024-12-30 07:54:05'), (5006, 'ar', 'slider_has_been_updated_successfully', 'تم تحديث شريط التمرير بنجاح!', '2024-12-30 07:54:05', '2024-12-30 07:54:05'), (5007, 'ar', 'if_you_trash_itstate_and_city_data_will_be_trashed', 'إذا قمت بإزالتها، فسيتم إرسال بيانات الولاية والمدينة إلى المهملات.', '2024-12-30 07:54:05', '2024-12-30 07:54:05'), (5008, 'ar', 'country_has_been_updated_successfully', 'تم تحديث البلد بنجاح!', '2024-12-30 07:54:05', '2024-12-30 07:54:05'), (5009, 'ar', 'if_you_trashcity_data_will_be_trashed', 'إذا قمت بنقل بيانات المدينة إلى سلة المهملات.', '2024-12-30 07:54:05', '2024-12-30 07:54:05'), (5010, 'ar', 'state_has_been_updated_successfully', 'تم تحديث الحالة بنجاح!', '2024-12-30 07:54:05', '2024-12-30 07:54:05'), (5011, 'ar', 'city_has_been_updated_successfully', 'تم تحديث المدينة بنجاح!', '2024-12-30 08:19:13', '2024-12-30 08:19:13'), (5012, 'ar', 'if_you_trash_it_timezone_data_will_be_trashed', 'إذا قمت بنقلها إلى المهملات، فسيتم نقل بيانات المنطقة الزمنية إلى المهملات.', '2024-12-30 08:19:13', '2024-12-30 08:19:13'), (5013, 'ar', 'time_zone_has_been_updated_successfully', 'تم تحديث المنطقة الزمنية بنجاح!', '2024-12-30 08:19:13', '2024-12-30 08:19:13'), (5014, 'ar', 'note', 'ملحوظة', '2024-12-30 08:19:13', '2024-12-30 08:19:13'), (5015, 'ar', 'only_remix_icon_class_example', 'فقط فئة أيقونة ريمكس، على سبيل المثال', '2024-12-30 08:19:13', '2024-12-30 08:19:13'), (5016, 'ar', 'icon_has_been_updated_successfully', 'تم تحديث الأيقونة بنجاح!', '2024-12-30 08:19:13', '2024-12-30 08:19:13'), (5017, 'ar', 'category_position', 'موقف الفئة', '2024-12-30 08:19:13', '2024-12-30 08:19:13'), (5018, 'ar', 'enter_position', 'أدخل المنصب', '2024-12-30 08:19:13', '2024-12-30 08:19:13'), (5019, 'ar', 'enter_meta_title', 'أدخل عنوان التعريف', '2024-12-30 08:19:13', '2024-12-30 08:19:13'), (5020, 'ar', 'enter_meeting_provider', 'أدخل مزود الاجتماع', '2024-12-30 08:21:07', '2024-12-30 08:21:07'), (5021, 'ar', 'meeting_provider_has_been_updated_successfully', 'تم تحديث موفر الاجتماع بنجاح!', '2024-12-30 08:21:07', '2024-12-30 08:21:07'), (5022, 'ar', 'view_tag', 'عرض العلامة', '2024-12-30 08:21:07', '2024-12-30 08:21:07'), (5023, 'ar', 'tag_has_been_updated_successfully', 'تم تحديث العلامة بنجاح!', '2024-12-30 08:21:07', '2024-12-30 08:21:07'), (5024, 'ar', 'level_has_been_updated_successfully', 'تم تحديث المستوى بنجاح!', '2024-12-30 08:21:07', '2024-12-30 08:21:07'), (5025, 'ar', 'select_instructor', 'حدد المعلم', '2024-12-30 08:21:07', '2024-12-30 08:21:07'), (5026, 'ar', 'youtube', 'يوتيوب', '2024-12-30 08:21:07', '2024-12-30 08:21:07'), (5027, 'ar', 'vimeo', 'فيميو', '2024-12-30 08:21:07', '2024-12-30 08:21:07'), (5028, 'ar', 'local', 'محلي', '2024-12-30 08:21:08', '2024-12-30 08:21:08'), (5029, 'ar', 'topic_duration', 'مدة الموضوع', '2024-12-30 08:22:40', '2024-12-30 08:22:40'), (5030, 'ar', 'recommended', 'مُستَحسَن', '2024-12-30 08:22:40', '2024-12-30 08:22:40'), (5031, 'ar', 'word_between__120_to_150', 'الكلمة بين - 120 إلى 150', '2024-12-30 08:22:40', '2024-12-30 08:22:40'), (5032, 'ar', 'faq_question', 'سؤال شائع', '2024-12-30 08:22:40', '2024-12-30 08:22:40'), (5033, 'ar', 'faq_answer', 'الإجابة على الأسئلة الشائعة', '2024-12-30 08:22:40', '2024-12-30 08:22:40'), (5034, 'ar', 'course_outcomes', 'نتائج الدورة', '2024-12-30 08:22:40', '2024-12-30 08:22:40'), (5035, 'ar', 'course_price', 'سعر الدورة', '2024-12-30 08:22:40', '2024-12-30 08:22:40'), (5036, 'ar', 'discounted_price', 'سعر مخفض', '2024-12-30 08:22:40', '2024-12-30 08:22:40'), (5038, 'ar', 'course_preview_image', 'صورة معاينة الدورة التدريبية', '2024-12-30 08:24:10', '2024-12-30 08:24:10'), (5039, 'ar', 'enter_meeting_id', 'أدخل معرف الاجتماع', '2024-12-30 08:24:10', '2024-12-30 08:24:10'), (5040, 'ar', 'enter_moderator_password', 'أدخل كلمة مرور المشرف', '2024-12-30 08:24:10', '2024-12-30 08:24:10'), (5041, 'ar', 'please_select_date', 'الرجاء تحديد التاريخ', '2024-12-30 08:24:10', '2024-12-30 08:24:10'), (5042, 'ar', 'please_select_time', 'الرجاء تحديد الوقت', '2024-12-30 08:24:10', '2024-12-30 08:24:10'), (5043, 'ar', 'enter_chapter_name', 'أدخل اسم الفصل', '2024-12-30 08:24:10', '2024-12-30 08:24:10'), (5045, 'ar', 'course_status_change_successfully', 'تم تغيير حالة الدورة بنجاح', '2024-12-30 08:24:10', '2024-12-30 08:24:10'), (5046, 'ar', 'bundle_has_been_updated_successfully', 'تم تحديث الحزمة بنجاح!', '2024-12-30 08:25:42', '2024-12-30 08:25:42'), (5047, 'ar', 'if_you_delete_itcourse_bundle_and_purchase_bundle__all_data_will_be_deleted_permanently', 'إذا قمت بحذفها، فسيتم حذف جميع البيانات الخاصة بحزمة الدورة التدريبية وحزمة الشراء نهائيًا.', '2024-12-30 08:25:42', '2024-12-30 08:25:42'), (5048, 'ar', '_edit_enroll', 'تحرير التسجيل', '2024-12-30 08:25:42', '2024-12-30 08:25:42'), (5049, 'ar', 'as_an_admin_you_are_authorized_to_enroll_students_only_in', 'باعتبارك مسؤولًا، يحق لك تسجيل الطلاب فقط', '2024-12-30 08:25:42', '2024-12-30 08:25:42'), (5050, 'ar', 'free_courses', 'دورات مجانية', '2024-12-30 08:25:42', '2024-12-30 08:25:42'), (5051, 'ar', 'enrollment_in', 'التسجيل في', '2024-12-30 08:25:42', '2024-12-30 08:25:42'), (5052, 'ar', 'paid_courses', 'الدورات المدفوعة', '2024-12-30 08:25:42', '2024-12-30 08: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 08:25:42', '2024-12-30 08:25:42'), (5054, 'ar', 'enter_organization_name', 'أدخل اسم المنظمة', '2024-12-30 08:27:34', '2024-12-30 08:27:34'), (5055, 'ar', 'organization_has_been_saved_successfully', 'تم حفظ المنظمة بنجاح', '2024-12-30 08:27:34', '2024-12-30 08:27:34'), (5056, 'ar', 'do_you_want_to_delete', 'هل تريد حذف.', '2024-12-30 08:27:34', '2024-12-30 08:27:34'), (5057, 'ar', 'if_you_deleteinstructor_and_instructor_related_all_data_will_be_delete_permanently', 'إذا قمت بالحذف، فسيتم حذف جميع البيانات المتعلقة بالمدرس والمدرس نهائيًا.', '2024-12-30 08:27:34', '2024-12-30 08:27:34'), (5058, 'ar', 'student_has_been_update_successfully', 'تم تحديث الطالب بنجاح', '2024-12-30 08:27:34', '2024-12-30 08:27:34'), (5059, 'ar', 'discount_percentage', 'نسبة الخصم', '2024-12-30 08:27:34', '2024-12-30 08:27:34'), (5061, 'ar', 'discount_amount', 'مبلغ الخصم', '2024-12-30 08:27:34', '2024-12-30 08:27:34'), (5062, 'ar', 'coupon_has_been_updated_successfully', 'تم تحديث القسيمة بنجاح!', '2024-12-30 08:27:34', '2024-12-30 08:27:34'), (5063, 'ar', 'email_template_has_been_updated_successfully', 'تم تحديث قالب البريد الإلكتروني بنجاح!', '2024-12-30 08:29:02', '2024-12-30 08:29:02'), (5064, 'ar', 'edit_blog_category', 'تحرير فئة المدونة', '2024-12-30 08:29:02', '2024-12-30 08:29:02'), (5065, 'ar', 'enter_blog_category', 'تحرير فئة المدونة', '2024-12-30 08:29:02', '2024-12-30 08:29:02'), (5066, 'ar', 'something_wrong', 'هل هناك خطب ما!', '2024-12-30 08:29:02', '2024-12-30 08:29:02'), (5067, 'ar', 'notification_has_been_updated_successfully', 'تم تحديث الإخطار بنجاح!', '2024-12-30 08:29:02', '2024-12-30 08:29:02'), (5068, 'ar', 'support_category_updated_successfully', 'تم تحديث فئة الدعم بنجاح!', '2024-12-30 08:29:02', '2024-12-30 08:29:02'), (5069, 'ar', 'ticket_id', 'معرف التذكرة', '2024-12-30 08:29:02', '2024-12-30 08:29:02'), (5070, 'ar', 'manage_permission', 'إدارة الإذن', '2024-12-30 08:29:02', '2024-12-30 08:29:02'), (5071, 'ar', 'module_name', 'اسم الوحدة', '2024-12-30 08:29:02', '2024-12-30 08:29:02'), (5072, 'ar', 'permission_updated_successfully', 'تم تحديث الإذن بنجاح.', '2024-12-30 08:30:21', '2024-12-30 08:30:21'), (5073, 'ar', 'guard_name', 'اسم الحرس', '2024-12-30 08:30:21', '2024-12-30 08:30:21'), (5074, 'ar', 'role_updated_successfully', 'تم تحديث الدور بنجاح.', '2024-12-30 08:30:21', '2024-12-30 08:30:21'), (5075, 'ar', 'manage_staff', 'إدارة الموظفين', '2024-12-30 08:30:21', '2024-12-30 08:30:21'), (5076, 'ar', 'admin_update_successfully', 'تم تحديث المشرف بنجاح.', '2024-12-30 08:30:21', '2024-12-30 08:30:21'), (5077, 'ar', 'sandbox', 'رمل', '2024-12-30 08:30:21', '2024-12-30 08:30:21'), (5078, 'ar', 'secret_key', 'المفتاح السري', '2024-12-30 08:30:21', '2024-12-30 08:30:21'), (5079, 'ar', 'publishable_key', 'مفتاح قابل للنشر', '2024-12-30 08:30:21', '2024-12-30 08:30:21'), (5080, 'ar', 'publishable_or_client_id', 'قابل للنشر أو معرف العميل', '2024-12-30 08:30:21', '2024-12-30 08:30:21'), (5081, 'ar', 'method_name', 'اسم الطريقة', '2024-12-30 08:31:54', '2024-12-30 08:31:54'), (5082, 'ar', 'payment_method_name', 'اسم طريقة الدفع', '2024-12-30 08:31:54', '2024-12-30 08:31:54'), (5083, 'ar', 'payment_method_updated_successfully', 'تم تحديث طريقة الدفع بنجاح!', '2024-12-30 08:31:54', '2024-12-30 08:31:54'), (5086, 'ar', 'update_successfully', 'تم التحديث بنجاح', '2024-12-30 08:31:54', '2024-12-30 08:31:54'), (5087, 'ar', 'faq_has_been_updated_successfully', 'تم تحديث الأسئلة الشائعة بنجاح!', '2024-12-30 08:31:54', '2024-12-30 08:31:54'), (5088, 'ar', 'page_has_been_updated_successfully', 'تم تحديث الصفحة بنجاح!', '2024-12-30 08:31:54', '2024-12-30 08:31:54'), (5089, 'ar', 'sort_chapter', 'فرز الفصل', '2024-12-30 08:31:54', '2024-12-30 08:31:54'), (5090, 'ar', 'edit_chapter', 'تحرير الفصل', '2024-12-30 08:33:01', '2024-12-30 08:33:01'), (5091, 'ar', 'delete_chapter', 'حذف الفصل', '2024-12-30 08:33:01', '2024-12-30 08:33:01'), (5092, 'ar', 'change_successfully', 'التغيير بنجاح', '2024-12-30 08:33:01', '2024-12-30 08:33:01'), (5093, 'ar', 'oops_nothing_here_yet', 'عفوًا، لا شيء هنا بعد!', '2024-12-30 08:33:01', '2024-12-30 08: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 08:33:01', '2024-12-30 08:33:01'), (5095, 'en', 'my_profile', 'My Profile', '2024-12-30 08:55:14', '2024-12-30 08:55:14'), (5096, 'en', 'profile_update', 'Profile Update', '2024-12-29 20:57:40', '2024-12-29 20:57:40'), (5097, 'en', 'profile_update_successfully', 'Profile Update successfully.', '2024-12-29 20:57:42', '2024-12-29 20:57:42'), (5098, 'es', 'my_profile', 'Mi perfil', '2024-12-29 21:05:10', '2024-12-29 21:05:27'), (5099, 'es', 'profile_update', 'Actualización de perfil', '2024-12-29 21:05:10', '2024-12-29 21:05:27'), (5100, 'es', 'profile_update_successfully', 'Actualización de perfil exitosa.', '2024-12-29 21:05:10', '2024-12-29 21:05:10'), (5101, 'en', 'ratings', 'Ratings', '2024-12-29 21:15:27', '2024-12-29 21:15:27'), (5102, 'en', 'no_submit', 'No Submit', '2024-12-29 21:15:27', '2024-12-29 21:15:27'), (5103, 'ar', 'my_profile', 'ملفي الشخصي', '2024-12-29 21:17:50', '2024-12-30 11:25:49'), (5104, 'ar', 'translate_language', 'ترجمة اللغة', '2024-12-29 21:22:14', '2024-12-30 13:43:51'), (5105, 'en', 'translate_language', 'Translate Language', '2024-12-29 21:22:31', '2024-12-29 21:22:31'), (5106, 'es', 'por_defecto', 'Por defecto', '2024-12-29 21:50:07', '2024-12-29 21:50:07'), (5107, 'es', 'educacin_de_aprendizaje_electrnico', 'Educación de aprendizaje electrónico', '2024-12-29 21:50:07', '2024-12-29 21:50:07'), (5108, 'es', 'educacin_digital', 'Educación Digital', '2024-12-29 21:50:07', '2024-12-29 21:50:07'), (5109, 'es', 'paquete_de_cursos', 'Paquete de cursos', '2024-12-29 21:50:07', '2024-12-29 21:50:07'), (5110, 'es', 'instructora', 'Instructora', '2024-12-29 21:50:07', '2024-12-29 21:50:07'), (5111, 'es', 'organizacin', 'Organización', '2024-12-29 21:50:07', '2024-12-29 21:50:07'), (5112, 'es', 'sobre_nosotras', 'Sobre nosotras', '2024-12-29 21:50:07', '2024-12-29 21:50:07'), (5113, 'es', 'poltica_de_privacidad', 'Política de privacidad', '2024-12-29 21:50:07', '2024-12-29 21:50:07'), (5114, 'es', 'trminos_y_condiciones', 'Términos y condiciones', '2024-12-29 21:50:07', '2024-12-29 21:50:07'), (5115, 'es', 'tema', 'Tema', '2024-12-29 21:52:10', '2024-12-29 21:52:10'), (5116, 'es', 'hogar', 'Hogar', '2024-12-29 21:52:10', '2024-12-29 21:52:10'), (5117, 'es', 'curso', 'Curso', '2024-12-29 21:52:10', '2024-12-29 21:52:10'), (5118, 'es', 'paginas', 'paginas', '2024-12-29 21:52:10', '2024-12-29 21:52:10'), (5119, 'es', 'contacto', 'Contacto', '2024-12-29 21:52:10', '2024-12-29 21:52:10'), (5120, 'es', 'translate_language', 'Traducir idioma', '2024-12-30 08:42:42', '2024-12-30 16:30:22'), (5121, 'bn', 'my_profile', 'আমার প্রোফাইল', '2024-12-30 08:53:56', '2024-12-30 15:19:45'), (5122, 'en', 'category_has_been_updated_successfully', 'Category has been updated successfully!', '2024-12-30 10:11:48', '2024-12-30 10:11:48'), (5125, 'ar', 'no_submit', 'لا إرسال', '2024-12-30 13:43:11', '2024-12-30 13:43:51'), (5126, 'ar', 'category_has_been_updated_successfully', 'تم تحديث الفئة بنجاح!', '2024-12-30 13:43:11', '2024-12-30 13:43:11'), (5127, 'ar', 'profile_update', 'تحديث الملف الشخصي', '2024-12-30 13:45:26', '2024-12-30 14:18:06'), (5128, 'ar', 'profile_update_successfully', 'تم تحديث الملف الشخصي بنجاح', '2024-12-30 13:45:26', '2024-12-30 13:45:26'), (5129, 'ar', 'ratings', 'التقييمات', '2024-12-30 13:45:26', '2024-12-30 13:45:26'), (5130, 'bn', 'profile_update', 'প্রোফাইল আপডেট', '2024-12-30 15:19:45', '2024-12-30 15:19:45'), (5131, 'bn', 'profile_update_successfully', 'প্রোফাইল সফলভাবে আপডেট হয়ছে।', '2024-12-30 15:19:45', '2024-12-30 15:19:45'), (5132, 'bn', 'ratings', 'রেটিং', '2024-12-30 15:19:45', '2024-12-30 15:19:45'), (5133, 'bn', 'no_submit', 'জমা নেই', '2024-12-30 15:20:26', '2024-12-30 15:20:26'), (5134, 'bn', 'translate_language', 'ভাষা অনুবাদ করুন', '2024-12-30 15:20:26', '2024-12-30 15:20:26'), (5135, 'bn', 'category_has_been_updated_successfully', 'বিভাগ সফলভাবে আপডেট করা হয়েছে!', '2024-12-30 15:20:26', '2024-12-30 15:20:26'), (5136, 'es', 'no_submit', 'No enviar', '2024-12-30 16:30:22', '2024-12-30 16:30:22'), (5137, 'es', 'category_has_been_updated_successfully', '¡La categoría se ha actualizado correctamente!', '2024-12-30 16:30:22', '2024-12-30 16:30:22'), (5138, 'es', 'ratings', 'Calificaciones', '2024-12-30 16:32:32', '2024-12-31 19:04:23'), (5141, 'en', 'view_question', 'View Question', '2024-12-30 16:54:38', '2024-12-30 16:54:38'), (5142, 'es', 'suscribir', 'Suscribir', '2024-12-30 17:07:15', '2024-12-30 17:07:15'), (5143, 'en', 'accept', 'Accept', '2024-12-30 17:43:18', '2024-12-30 17:43:18'), (5144, 'en', 'decline', 'Decline', '2024-12-30 17:43:18', '2024-12-30 17:43:18'), (5145, 'en', 'read_less', 'Read less', '2024-12-30 17:43:18', '2024-12-30 17:43:18'), (5146, 'ar', 'accept', 'يقبل', '2024-12-30 17:44:18', '2024-12-31 21:58:23'), (5147, 'ar', 'decline', 'انخفاض', '2024-12-30 17:44:18', '2024-12-31 21:58:23'), (5148, 'ar', 'read_less', 'اقرأ أقل', '2024-12-30 17:44:18', '2024-12-31 21:58:23'), (5149, 'es', 'accept', 'Accept', '2024-12-30 19:01:27', '2024-12-30 19:01:27'), (5150, 'es', 'decline', 'Decline', '2024-12-30 19:01:27', '2024-12-30 19:01:27'), (5151, 'es', 'read_less', 'Read less', '2024-12-30 19:01:27', '2024-12-30 19:01:27'), (5152, 'bn', 'accept', 'গ্রহণ করুন', '2024-12-30 19:01:31', '2024-12-31 18:44:46'), (5153, 'bn', 'decline', 'প্রত্যাখ্যান', '2024-12-30 19:01:31', '2024-12-31 18:44:46'), (5154, 'bn', 'read_less', 'কম পড়ুন', '2024-12-30 19:01:31', '2024-12-31 18:44:46'), (5155, 'es', 'nete_gratis', 'Únete gratis', '2024-12-30 20:17:40', '2024-12-30 20:17:40'), (5156, 'en', 'students_praise_eduven_for_its_easytouse_interface_interactive_courses_and_effective_learning_tools', 'Students praise EduVen for its easy-to-use interface, interactive courses, and effective learning tools.', '2024-12-30 20:31:03', '2024-12-30 20:31:03'), (5157, 'ar', 'students_praise_eduven_for_its_easytouse_interface_interactive_courses_and_effective_learning_tools', 'أشاد الطلاب بـ لواجهته سهلة الاستخدام ودوراته التفاعلية وأدوات التعلم الفعالة.', '2024-12-30 20:32:19', '2025-01-06 13:01:44'), (5159, 'en', 'go_to_tawk', 'Go to Tawk', '2024-12-30 20:35:18', '2024-12-30 20:35:18'), (5160, 'en', 'mailchimp_settings', 'MailChimp Settings', '2024-12-30 20:35:18', '2025-01-01 16:33:13'), (5161, 'en', 'api_key', 'Api Key', '2024-12-30 20:35:18', '2024-12-30 20:35:18'), (5162, 'en', 'list_id', 'List Id', '2024-12-30 20:35:18', '2024-12-30 20:35:18'), (5163, 'en', 'go_to_mailchimp', 'Go to MailChimp', '2024-12-30 20:35:18', '2025-01-01 16:33:13'), (5164, 'en', 'link_url', 'Link Url', '2024-12-30 20:35:18', '2024-12-30 20:35:18'), (5165, 'en', 'category_has_been_saved_successfully', 'Category has been saved successfully!', '2024-12-30 20:46:42', '2024-12-30 20:46:42'), (5166, 'ar', 'view_question', 'عرض السؤال', '2024-12-31 21:27:31', '2024-12-31 21:56:49'), (5168, 'ar', 'go_to_tawk', 'اذهب إلى طوق', '2024-12-31 21:52:47', '2024-12-31 21:58:59'), (5169, 'ar', 'mailchimp_settings', 'إعدادات', '2024-12-31 21:52:47', '2025-01-06 13:01:44'), (5170, 'ar', 'api_key', 'مفتاح', '2024-12-31 21:52:47', '2025-01-07 10:25:34'), (5171, 'ar', 'list_id', 'معرف القائمة', '2024-12-31 21:52:47', '2024-12-31 22:00:33'), (5172, 'ar', 'go_to_mailchimp', 'انتقل إلى', '2024-12-31 21:52:47', '2025-01-06 13:01:44'), (5173, 'ar', 'link_url', 'رابط الرابط', '2024-12-31 21:52:47', '2024-12-31 22:00:33'), (5174, 'ar', 'category_has_been_saved_successfully', 'تم حفظ الفئة بنجاح!', '2024-12-31 21:58:59', '2024-12-31 22:00:33'), (5175, 'ar', 'category_image', 'فئة الصورة', '2024-12-31 22:13:04', '2024-12-31 22:31:39'), (5176, 'en', 'category_image', 'Category Image', '2024-12-31 22:30:42', '2024-12-31 22:30:42'), (5177, 'ar', 'view_meeting_provider', 'عرض موفر الاجتماع', '2024-12-31 23:44:50', '2025-01-01 18:32:41'), (5178, 'ar', 'view_subject', 'عرض الموضوع', '2024-12-31 23:45:30', '2025-01-01 18:32:41'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (5179, 'en', 'highlight_title', 'Highlight title', '2025-01-01 03:25:58', '2025-01-01 03:25:58'), (5180, 'ar', 'highlight_title', 'تسليط الضوء على العنوان', '2025-01-01 03:26:08', '2024-12-31 18:54:54'), (5182, 'es', 'go_to_tawk', 'Go to Tawk', '2025-01-01 04:05:53', '2025-01-01 04:05:53'), (5183, 'es', 'mailchimp_settings', 'Mailchimp Settings', '2025-01-01 04:05:53', '2025-01-01 04:05:53'), (5184, 'es', 'api_key', 'Api Key', '2025-01-01 04:05:53', '2025-01-01 04:05:53'), (5185, 'es', 'list_id', 'List Id', '2025-01-01 04:05:53', '2025-01-01 04:05:53'), (5186, 'es', 'go_to_mailchimp', 'Go to Mailchimp', '2025-01-01 04:05:53', '2025-01-01 04:05:53'), (5187, 'es', 'link_url', 'Link Url', '2025-01-01 04:05:53', '2025-01-01 04:05:53'), (5188, 'es', 'highlight_title', 'Highlight title', '2025-01-01 04:05:53', '2025-01-01 04:05:53'), (5189, 'bn', 'mailchimp', 'মেইলচিম্প', '2025-01-01 04:09:18', '2024-12-31 18:44:46'), (5190, 'bn', 'go_to_tawk', 'Tawk যাও', '2025-01-01 04:09:18', '2024-12-31 18:44:46'), (5191, 'bn', 'mailchimp_settings', 'মেইলচিম্প সেটিংস', '2025-01-01 04:09:18', '2024-12-31 18:44:46'), (5192, 'bn', 'api_key', 'Api কী', '2025-01-01 04:09:18', '2024-12-31 18:44:46'), (5193, 'bn', 'list_id', 'তালিকা আইডি', '2025-01-01 04:09:18', '2024-12-31 18:46:19'), (5194, 'bn', 'go_to_mailchimp', 'মেইলচিম্পে যান', '2025-01-01 04:09:18', '2024-12-31 18:46:19'), (5195, 'bn', 'link_url', 'লিঙ্ক ইউআরএল', '2025-01-01 04:09:18', '2024-12-31 18:46:19'), (5196, 'bn', 'highlight_title', 'শিরোনাম হাইলাইট করুন', '2025-01-01 04:09:18', '2024-12-31 18:46:19'), (5197, 'es', 'enter_email_address', 'Introduzca su dirección', '2025-01-01 04:54:46', '2025-01-01 04:58:19'), (5198, 'bn', 'enter_email_address', 'ইমেল ঠিকানা লিখুন', '2025-01-01 04:54:49', '2025-01-01 09:41:32'), (5199, 'en', 'enter_email_address', 'Enter email address', '2025-01-01 04:56:18', '2025-01-01 04:56:18'), (5200, 'ar', 'enter_email_address', 'أدخل عنوان البريد الإلكتروني', '2025-01-01 04:57:43', '2024-12-31 21:28:31'), (5201, 'es', 'privacidad_y_poltica', '0', '2025-01-01 05:57:02', '2024-12-31 21:35:55'), (5202, 'en', 'country_has_been_saved_successfully', 'Country has been saved successfully!', '2025-01-01 06:04:59', '2025-01-01 06:04:59'), (5203, 'en', 'if_you_delete_it_state_and_city_data_will_be_deleted_permanently', 'If You delete it, State and city data will be deleted permanently.', '2025-01-01 06:05:08', '2025-01-01 06:05:08'), (5204, 'en', 'write_your_description_here', 'Write your description here', '2025-01-01 06:26:32', '2025-01-01 06:26:32'), (5205, 'en', 'enter', 'Enter', '2025-01-01 06:26:32', '2025-01-01 06:26:32'), (5206, 'en', 'example', 'Example', '2025-01-01 06:26:32', '2025-01-01 06:26:32'), (5207, 'en', 'select_category', 'Select Category', '2025-01-01 06:26:32', '2025-01-01 06:26:32'), (5208, 'en', 'select_permission', 'Select Permission', '2025-01-01 06:26:32', '2025-01-01 06:26:32'), (5209, 'en', 'select_level', 'Select Level', '2025-01-01 06:26:32', '2025-01-01 06:26:32'), (5210, 'en', 'select_language', 'Select Language', '2025-01-01 06:26:32', '2025-01-01 06:26:32'), (5211, 'en', 'select_timezone', 'Select Timezone', '2025-01-01 06:26:32', '2025-01-01 06:26:32'), (5212, 'en', 'select_course_tag', 'Select Course Tag', '2025-01-01 06:26:32', '2025-01-01 06:26:32'), (5213, 'en', 'edit_topic', 'Edit Topic', '2025-01-01 06:26:32', '2025-01-01 06:26:32'), (5214, 'en', 'answer_option', 'Answer Option', '2025-01-01 06:26:32', '2025-01-01 06:26:32'), (5215, 'en', 'write_the_word_in_your_question_you_want_to_appear_in_blank', 'Write the word in your question you want to appear in blank', '2025-01-01 06:26:32', '2025-01-01 06:26:32'), (5216, 'en', 'embed_video_url', 'Embed Video url', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5217, 'en', 'department_name', 'Department Name', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5218, 'en', 'degree_name', 'Degree Name', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5219, 'en', 'bachelor_of_science', 'Bachelor of Science', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5220, 'en', 'degree_duration', 'Degree Duration', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5221, 'en', 'select_passing_year', 'Select Passing Year', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5222, 'en', 'continuing', 'Continuing', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5223, 'en', 'instructor_register', 'Instructor Register', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5224, 'en', 'student_register', 'Student Register', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5225, 'en', 'are_you_sure_you_want_to_change_the_default_language', 'Are you sure you want to change the default language?', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5226, 'en', 'the_default_language_has_been_changed', 'The default language has been changed.', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5227, 'en', 'changed', 'Changed', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5228, 'en', 'do_you_want_to_delete_this_permanently', 'Do you want to delete this permanently?', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5229, 'en', 'all_curriculum', 'All Curriculum', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5230, 'en', 'all_topic', 'All Topic', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5231, 'en', 'purchase_history', 'Purchase History', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5232, 'en', 'all_course_related_data', 'All Course Related data', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5233, 'en', 'confirm', 'Confirm', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5234, 'en', 'cancel', 'Cancel', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5235, 'en', 'deleted', 'Deleted', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5236, 'en', 'data_has_been_deleted', 'Data has been deleted.', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5237, 'en', 'success', 'Success', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5238, 'en', 'button_url', 'Button url', '2025-01-01 06:26:33', '2025-01-01 06:26:33'), (5239, 'en', 'testimonial_saved_successfully', 'Testimonial saved successfully!', '2024-12-31 18:30:46', '2024-12-31 18:30:46'), (5240, 'bn', 'write_your_description_here', 'এখানে আপনার বিবরণ লিখুন', '2024-12-31 18:38:16', '2024-12-31 18:47:18'), (5241, 'bn', 'enter', 'প্রবেশ করুন', '2024-12-31 18:38:16', '2024-12-31 18:47:18'), (5242, 'bn', 'example', 'উদাহরণ', '2024-12-31 18:38:16', '2024-12-31 18:47:18'), (5243, 'bn', 'select_category', 'বিভাগ নির্বাচন করুন', '2024-12-31 18:38:16', '2024-12-31 18:47:18'), (5244, 'bn', 'select_permission', 'অনুমতি নির্বাচন করুন', '2024-12-31 18:38:16', '2024-12-31 18:47:18'), (5245, 'bn', 'select_level', 'স্তর নির্বাচন করুন', '2024-12-31 18:38:16', '2024-12-31 18:47:18'), (5246, 'bn', 'select_language', 'ভাষা নির্বাচন করুন', '2024-12-31 18:38:16', '2024-12-31 18:47:18'), (5247, 'bn', 'select_timezone', 'টাইমজোন নির্বাচন করুন', '2024-12-31 18:38:16', '2024-12-31 18:47:18'), (5248, 'bn', 'select_course_tag', 'কোর্স ট্যাগ নির্বাচন করুন', '2024-12-31 18:38:16', '2024-12-31 18:47:18'), (5249, 'bn', 'edit_topic', 'বিষয় সম্পাদনা করুন', '2024-12-31 18:38:16', '2024-12-31 18:48:36'), (5250, 'bn', 'answer_option', 'উত্তর বিকল্প', '2024-12-31 18:38:16', '2024-12-31 18:48:36'), (5251, 'bn', 'write_the_word_in_your_question_you_want_to_appear_in_blank', 'আপনার প্রশ্নে যে শব্দটি আপনি খালি দেখতে চান তা লিখুন', '2024-12-31 18:38:16', '2024-12-31 18:48:36'), (5252, 'bn', 'embed_video_url', 'ভিডিও ইউআরএল এম্বেড করুন', '2024-12-31 18:38:16', '2024-12-31 18:48:36'), (5253, 'bn', 'department_name', 'বিভাগের নাম', '2024-12-31 18:38:16', '2024-12-31 18:48:36'), (5254, 'bn', 'degree_name', 'ডিগ্রির নাম', '2024-12-31 18:38:16', '2024-12-31 18:48:36'), (5255, 'bn', 'bachelor_of_science', 'বিজ্ঞানের স্নাতক', '2024-12-31 18:38:16', '2024-12-31 18:48:36'), (5256, 'bn', 'degree_duration', 'ডিগ্রির সময়কাল', '2024-12-31 18:38:16', '2024-12-31 18:48:36'), (5257, 'bn', 'select_passing_year', 'পাস করার বছর নির্বাচন করুন', '2024-12-31 18:38:16', '2024-12-31 18:48:36'), (5258, 'bn', 'continuing', 'অব্যাহত', '2024-12-31 18:38:16', '2024-12-31 18:49:31'), (5259, 'bn', 'instructor_register', 'প্রশিক্ষক রেজিস্টার', '2024-12-31 18:38:16', '2024-12-31 18:49:31'), (5260, 'bn', 'student_register', 'ছাত্র নিবন্ধন', '2024-12-31 18:38:16', '2024-12-31 18:49:31'), (5261, 'bn', 'are_you_sure_you_want_to_change_the_default_language', 'আপনি কি নিশ্চিত যে আপনি ডিফল্ট ভাষা পরিবর্তন করতে চান?', '2024-12-31 18:38:16', '2024-12-31 18:49:31'), (5262, 'bn', 'the_default_language_has_been_changed', 'ডিফল্ট ভাষা পরিবর্তন করা হয়েছে.', '2024-12-31 18:38:16', '2024-12-31 18:49:31'), (5263, 'bn', 'changed', 'পরিবর্তিত হয়েছে', '2024-12-31 18:38:16', '2024-12-31 18:49:31'), (5264, 'bn', 'do_you_want_to_delete_this_permanently', 'আপনি কি এটি স্থায়ীভাবে মুছে ফেলতে চান?', '2024-12-31 18:38:16', '2024-12-31 18:49:31'), (5265, 'bn', 'all_curriculum', 'সমস্ত পাঠ্যক্রম', '2024-12-31 18:38:16', '2024-12-31 18:49:31'), (5266, 'bn', 'all_topic', 'সমস্ত বিষয়', '2024-12-31 18:38:16', '2024-12-31 18:49:31'), (5267, 'bn', 'purchase_history', 'ক্রয় ইতিহাস', '2024-12-31 18:38:16', '2024-12-31 18:50:41'), (5268, 'bn', 'all_course_related_data', 'সমস্ত কোর্স সম্পর্কিত তথ্য', '2024-12-31 18:38:16', '2024-12-31 18:50:41'), (5269, 'bn', 'confirm', 'নিশ্চিত করুন', '2024-12-31 18:38:16', '2024-12-31 18:50:41'), (5270, 'bn', 'cancel', 'বাতিল করুন', '2024-12-31 18:38:16', '2024-12-31 18:50:41'), (5271, 'bn', 'deleted', 'মুছে ফেলা হয়েছে', '2024-12-31 18:38:16', '2024-12-31 18:50:41'), (5272, 'bn', 'data_has_been_deleted', 'ডেটা মুছে ফেলা হয়েছে।', '2024-12-31 18:38:16', '2024-12-31 18:50:41'), (5273, 'bn', 'success', 'সফলতা', '2024-12-31 18:38:16', '2024-12-31 18:50:41'), (5274, 'bn', 'button_url', 'বোতাম ইউআরএল', '2024-12-31 18:38:16', '2024-12-31 18:50:41'), (5275, 'bn', 'view_question', 'প্রশ্ন দেখুন', '2024-12-31 18:44:46', '2024-12-31 18:44:46'), (5276, 'bn', 'students_praise_eduven_for_its_easytouse_interface_interactive_courses_and_effective_learning_tools', 'ছাত্ররা এডুলাব এর ব্যবহার সহজ ইন্টারফেস, ইন্টারেক্টিভ কোর্স এবং কার্যকর শেখার টুলের জন্য প্রশংসা করে।', '2024-12-31 18:44:46', '2024-12-31 18:44:46'), (5277, 'bn', 'category_has_been_saved_successfully', 'বিভাগ সফলভাবে সংরক্ষিত হয়েছে!', '2024-12-31 18:46:19', '2024-12-31 18:46:19'), (5278, 'bn', 'category_image', 'ক্যাটাগরি ইমেজ', '2024-12-31 18:46:19', '2024-12-31 18:46:19'), (5279, 'bn', 'country_has_been_saved_successfully', 'দেশ সফলভাবে রক্ষা করা হয়েছে!', '2024-12-31 18:46:19', '2024-12-31 18:46:19'), (5280, 'bn', 'if_you_delete_it_state_and_city_data_will_be_deleted_permanently', 'আপনি এটি মুছে ফেললে, রাজ্য এবং শহরের ডেটা স্থায়ীভাবে মুছে যাবে।', '2024-12-31 18:46:19', '2024-12-31 18:46:19'), (5281, 'bn', 'testimonial_saved_successfully', 'প্রশংসাপত্র সফলভাবে সংরক্ষিত!', '2024-12-31 18:50:41', '2024-12-31 18:50:41'), (5282, 'ar', 'country_has_been_saved_successfully', 'لقد تم حفظ البلد بنجاح!', '2024-12-31 18:54:54', '2024-12-31 18:54:54'), (5283, 'ar', 'if_you_delete_it_state_and_city_data_will_be_deleted_permanently', 'إذا قمت بحذفه، سيتم حذف بيانات الولاية والمدينة بشكل دائم.', '2024-12-31 18:54:54', '2024-12-31 18:54:54'), (5284, 'ar', 'write_your_description_here', 'اكتب وصفك هنا', '2024-12-31 18:56:45', '2024-12-31 18:56:45'), (5285, 'ar', 'enter', 'يدخل', '2024-12-31 18:56:45', '2024-12-31 18:56:45'), (5286, 'ar', 'example', 'مثال', '2024-12-31 18:56:45', '2024-12-31 18:56:45'), (5287, 'ar', 'select_category', 'اختر الفئة', '2024-12-31 18:56:45', '2024-12-31 18:56:45'), (5288, 'ar', 'select_permission', 'حدد الإذن', '2024-12-31 18:56:45', '2024-12-31 18:56:45'), (5289, 'ar', 'select_level', 'حدد المستوى', '2024-12-31 18:56:45', '2024-12-31 18:56:45'), (5290, 'ar', 'select_language', 'اختر اللغة', '2024-12-31 18:56:45', '2024-12-31 18:56:45'), (5291, 'ar', 'select_timezone', 'حدد المنطقة الزمنية', '2024-12-31 18:56:45', '2024-12-31 18:56:45'), (5292, 'ar', 'select_course_tag', 'حدد علامة الدورة', '2024-12-31 18:56:45', '2024-12-31 18:56:45'), (5293, 'ar', 'edit_topic', 'تعديل الموضوع', '2024-12-31 18:59:05', '2024-12-31 18:59:05'), (5294, 'ar', 'answer_option', 'خيار الإجابة', '2024-12-31 18:59:05', '2024-12-31 18:59:05'), (5295, 'ar', 'write_the_word_in_your_question_you_want_to_appear_in_blank', 'اكتب الكلمة التي تريد ظهورها في السؤال فارغًا', '2024-12-31 18:59:05', '2024-12-31 18:59:05'), (5296, 'ar', 'embed_video_url', 'تضمين رابط الفيديو', '2024-12-31 18:59:05', '2024-12-31 18:59:05'), (5297, 'ar', 'department_name', 'اسم القسم', '2024-12-31 18:59:05', '2024-12-31 18:59:05'), (5298, 'ar', 'degree_name', 'اسم الدرجة', '2024-12-31 18:59:05', '2024-12-31 18:59:05'), (5299, 'ar', 'bachelor_of_science', 'بكالوريوس العلوم', '2024-12-31 18:59:05', '2024-12-31 18:59:05'), (5300, 'ar', 'degree_duration', 'مدة الدرجة العلمية', '2024-12-31 18:59:05', '2024-12-31 18:59:05'), (5301, 'ar', 'select_passing_year', 'حدد سنة النجاح', '2024-12-31 18:59:05', '2024-12-31 18:59:05'), (5302, 'ar', 'continuing', 'مستمر', '2024-12-31 19:00:53', '2024-12-31 19:00:53'), (5303, 'ar', 'instructor_register', 'سجل المدربين', '2024-12-31 19:00:53', '2024-12-31 19:00:53'), (5304, 'ar', 'student_register', 'سجل الطالب', '2024-12-31 19:00:53', '2024-12-31 19:00:53'), (5305, 'ar', 'are_you_sure_you_want_to_change_the_default_language', 'هل أنت متأكد أنك تريد تغيير اللغة الافتراضية؟', '2024-12-31 19:00:53', '2024-12-31 19:00:53'), (5306, 'ar', 'the_default_language_has_been_changed', 'لقد تم تغيير اللغة الإفتراضية.', '2024-12-31 19:00:53', '2024-12-31 19:00:53'), (5307, 'ar', 'changed', 'تم التغيير', '2024-12-31 19:00:53', '2024-12-31 19:00:53'), (5308, 'ar', 'do_you_want_to_delete_this_permanently', 'هل تريد حذف هذا نهائيا؟', '2024-12-31 19:00:53', '2024-12-31 19:00:53'), (5309, 'ar', 'all_curriculum', 'جميع المناهج الدراسية', '2024-12-31 19:00:53', '2024-12-31 19:00:53'), (5310, 'ar', 'all_topic', 'جميع المواضيع', '2024-12-31 19:00:53', '2024-12-31 19:00:53'), (5311, 'ar', 'purchase_history', 'سجل الشراء', '2024-12-31 19:02:43', '2024-12-31 19:02:43'), (5312, 'ar', 'all_course_related_data', 'جميع البيانات المتعلقة بالدورة', '2024-12-31 19:02:43', '2024-12-31 19:02:43'), (5313, 'ar', 'confirm', 'يتأكد', '2024-12-31 19:02:43', '2024-12-31 19:02:43'), (5314, 'ar', 'cancel', 'يلغي', '2024-12-31 19:02:43', '2024-12-31 19:02:43'), (5315, 'ar', 'deleted', 'تم الحذف', '2024-12-31 19:02:43', '2024-12-31 19:02:43'), (5316, 'ar', 'data_has_been_deleted', 'تم حذف البيانات.', '2024-12-31 19:02:43', '2024-12-31 19:02:43'), (5317, 'ar', 'success', 'نجاح', '2024-12-31 19:02:43', '2024-12-31 19:02:43'), (5318, 'ar', 'button_url', 'رابط الزر', '2024-12-31 19:02:43', '2024-12-31 19:02:43'), (5319, 'ar', 'testimonial_saved_successfully', 'تم حفظ الشهادة بنجاح!', '2024-12-31 19:02:43', '2024-12-31 19:02:43'), (5320, 'es', 'view_question', 'Ver pregunta', '2024-12-31 19:04:56', '2024-12-31 19:04:56'), (5321, 'es', 'students_praise_eduven_for_its_easytouse_interface_interactive_courses_and_effective_learning_tools', 'Los estudiantes elogian a EduVen por su interfaz fácil de usar, cursos interactivos y herramientas de aprendizaje efectivas.', '2024-12-31 19:04:56', '2024-12-31 19:04:56'), (5322, 'es', 'category_has_been_saved_successfully', '¡La categoría se ha guardado correctamente!', '2024-12-31 19:06:18', '2024-12-31 19:06:18'), (5323, 'es', 'category_image', 'Imagen de categoría', '2024-12-31 19:06:18', '2024-12-31 19:06:18'), (5324, 'es', 'country_has_been_saved_successfully', '¡El país se ha guardado correctamente!', '2024-12-31 19:06:18', '2024-12-31 19:06:18'), (5325, 'es', 'if_you_delete_it_state_and_city_data_will_be_deleted_permanently', 'Si lo elimina, los datos del estado y la ciudad se eliminarán permanentemente.', '2024-12-31 19:06:18', '2024-12-31 19:06:18'), (5326, 'es', 'write_your_description_here', 'Escribe tu descripción aquí', '2024-12-31 19:07:41', '2024-12-31 19:07:41'), (5327, 'es', 'enter', 'Ingresar', '2024-12-31 19:07:41', '2024-12-31 19:07:41'), (5328, 'es', 'example', 'Ejemplo', '2024-12-31 19:07:41', '2024-12-31 19:07:41'), (5329, 'es', 'select_category', 'Seleccionar categoría', '2024-12-31 19:07:41', '2024-12-31 19:07:41'), (5330, 'es', 'select_permission', 'Seleccionar permiso', '2024-12-31 19:07:41', '2024-12-31 19:07:41'), (5331, 'es', 'select_level', 'Seleccionar nivel', '2024-12-31 19:07:41', '2024-12-31 19:07:41'), (5332, 'es', 'select_language', 'Seleccionar idioma', '2024-12-31 19:07:41', '2024-12-31 19:07:41'), (5333, 'es', 'select_timezone', 'Seleccionar zona horaria', '2024-12-31 19:07:41', '2024-12-31 19:07:41'), (5334, 'es', 'select_course_tag', 'Seleccionar etiqueta de curso', '2024-12-31 19:07:41', '2024-12-31 19:07:41'), (5335, 'es', 'edit_topic', 'Editar tema', '2024-12-31 19:09:38', '2024-12-31 19:09:38'), (5336, 'es', 'answer_option', 'Opción de respuesta', '2024-12-31 19:09:38', '2024-12-31 19:09:38'), (5337, 'es', 'write_the_word_in_your_question_you_want_to_appear_in_blank', 'Escribe la palabra de tu pregunta que quieres que aparezca en blanco', '2024-12-31 19:09:38', '2024-12-31 19:09:38'), (5338, 'es', 'embed_video_url', 'Insertar URL del vídeo', '2024-12-31 19:09:38', '2024-12-31 19:09:38'), (5339, 'es', 'department_name', 'Nombre del departamento', '2024-12-31 19:09:38', '2024-12-31 19:09:38'), (5340, 'es', 'degree_name', 'Nombre del título', '2024-12-31 19:09:38', '2024-12-31 19:09:38'), (5341, 'es', 'bachelor_of_science', 'licenciado en Ciencias', '2024-12-31 19:09:38', '2024-12-31 19:09:38'), (5342, 'es', 'degree_duration', 'Duración de la carrera', '2024-12-31 19:09:38', '2024-12-31 19:09:38'), (5343, 'es', 'select_passing_year', 'Seleccione el año que pasa', '2024-12-31 19:09:38', '2024-12-31 19:09:38'), (5344, 'es', 'continuing', 'Continuo', '2024-12-31 19:11:07', '2024-12-31 19:11:07'), (5345, 'es', 'instructor_register', 'Registro de instructores', '2024-12-31 19:11:07', '2024-12-31 19:11:07'), (5346, 'es', 'student_register', 'Registro de estudiantes', '2024-12-31 19:11:07', '2024-12-31 19:11:07'), (5347, 'es', 'are_you_sure_you_want_to_change_the_default_language', '¿Está seguro de que desea cambiar el idioma predeterminado', '2024-12-31 19:11:07', '2024-12-31 21:37:08'), (5348, 'es', 'the_default_language_has_been_changed', 'Se ha cambiado el idioma predeterminado.', '2024-12-31 19:11:07', '2024-12-31 19:11:07'), (5349, 'es', 'changed', 'Cambió', '2024-12-31 19:11:07', '2024-12-31 19:11:07'), (5350, 'es', 'do_you_want_to_delete_this_permanently', '¿Quieres eliminar esto permanentemente', '2024-12-31 19:11:07', '2024-12-31 21:37:01'), (5351, 'es', 'all_curriculum', 'Todo el plan de estudios', '2024-12-31 19:11:07', '2024-12-31 19:11:07'), (5352, 'es', 'all_topic', 'Todo el tema', '2024-12-31 19:11:07', '2024-12-31 19:11:07'), (5353, 'es', 'purchase_history', 'Historial de compras', '2024-12-31 19:12:39', '2024-12-31 19:12:39'), (5354, 'es', 'all_course_related_data', 'Todos los datos relacionados con el curso', '2024-12-31 19:12:39', '2024-12-31 19:12:39'), (5355, 'es', 'confirm', 'Confirmar', '2024-12-31 19:12:39', '2024-12-31 19:12:39'), (5356, 'es', 'cancel', 'Cancelar', '2024-12-31 19:12:39', '2024-12-31 19:12:39'), (5357, 'es', 'deleted', 'Eliminado', '2024-12-31 19:12:39', '2024-12-31 19:12:39'), (5358, 'es', 'data_has_been_deleted', 'Los datos han sido eliminados.', '2024-12-31 19:12:39', '2024-12-31 19:12:39'), (5359, 'es', 'success', 'Éxito', '2024-12-31 19:12:39', '2024-12-31 19:12:39'), (5360, 'es', 'button_url', 'URL del botón', '2024-12-31 19:12:39', '2024-12-31 19:12:39'), (5361, 'es', 'testimonial_saved_successfully', '¡Testimonio guardado exitosamente!', '2024-12-31 19:12:39', '2024-12-31 19:12:39'), (5362, 'en', 'create_blog_category', 'Create Blog Category', '2024-12-31 19:23:45', '2024-12-31 19:23:45'), (5363, 'en', 'are_you_sure_you_want_to_delete_this_permanently', 'Are you sure you want to delete this permanently', '2024-12-31 19:55:30', '2024-12-31 19:55:30'), (5364, 'en', 'do_you_want_to_move_to_trash', 'Do you want to move to Trash', '2024-12-31 19:56:21', '2024-12-31 19:56:21'), (5365, 'en', 'if_you_move_to_trash_the_course_and_all_related_data_will_be_trashed', 'If you move to Trash, the course and all related data will be trashed.', '2024-12-31 19:56:21', '2024-12-31 19:56:21'), (5366, 'en', '0', '0', '2024-12-31 19:57:37', '2024-12-31 19:57:37'), (5367, 'ar', 'are_you_sure_you_want_to_delete_this_permanently', 'هل أنت متأكد أنك تريد حذف هذا بشكل دائم؟', '2024-12-31 19:58:12', '2024-12-31 21:27:53'), (5368, 'en', '100', '100', '2024-12-31 19:58:20', '2024-12-31 19:58:20'), (5369, 'en', '35', '35', '2024-12-31 19:58:20', '2024-12-31 19:58:20'), (5370, 'en', '16', '16', '2024-12-31 19:58:20', '2024-12-31 19:58:20'), (5371, 'en', '160', '160', '2024-12-31 19:58:20', '2024-12-31 19:58:20'), (5372, 'en', '45', '45', '2024-12-31 19:58:20', '2024-12-31 19:58:20'), (5373, 'ar', '100', NULL, '2024-12-31 19:58:30', '2025-01-01 16:23:33'), (5374, 'ar', '35', NULL, '2024-12-31 19:58:30', '2025-01-01 16:23:33'), (5375, 'ar', '16', NULL, '2024-12-31 19:58:30', '2025-01-01 16:23:33'), (5376, 'ar', '160', NULL, '2024-12-31 19:58:30', '2025-01-01 16:23:33'), (5377, 'ar', '45', NULL, '2024-12-31 19:58:30', '2025-01-01 16:23:33'), (5378, 'ar', '', 'يشترك', '2024-12-31 20:03:39', '2024-12-31 20:03:39'), (5379, 'es', '100', NULL, '2024-12-31 20:11:55', '2025-01-07 10:48:03'), (5380, 'es', '35', NULL, '2024-12-31 20:11:55', '2025-01-07 10:48:03'), (5381, 'es', '16', NULL, '2024-12-31 20:11:55', '2025-01-07 10:48:03'), (5382, 'es', '160', NULL, '2024-12-31 20:11:55', '2025-01-07 10:48:03'), (5383, 'es', '45', NULL, '2024-12-31 20:11:55', '2025-01-07 10:48:03'), (5384, 'es', 'are_you_sure_you_want_to_delete_this_permanently', '¿Estás seguro de que deseas eliminar esto de forma permanente', '2024-12-31 20:11:55', '2024-12-31 21:35:55'), (5385, 'bn', '100', NULL, '2024-12-31 20:14:37', '2025-01-07 10:45:43'), (5386, 'bn', '35', NULL, '2024-12-31 20:14:37', '2025-01-07 10:45:43'), (5387, 'bn', '16', NULL, '2024-12-31 20:14:37', '2025-01-07 10:45:43'), (5388, 'bn', '160', NULL, '2024-12-31 20:14:37', '2025-01-07 10:45:43'), (5389, 'bn', '45', NULL, '2024-12-31 20:14:37', '2025-01-07 10:45:43'), (5390, 'bn', 'are_you_sure_you_want_to_delete_this_permanently', 'আপনি কি স্থায়ীভাবে এটি মুছে ফেলার বিষয়ে নিশ্চিত', '2024-12-31 20:14:37', '2024-12-31 21:32:45'), (5391, 'bn', '', 'সদস্যতা', '2024-12-31 20:17:04', '2024-12-31 20:17:04'), (5392, 'bn', '0', '0', '2024-12-31 20:17:22', '2024-12-31 20:17:22'), (5393, 'es', 'become_an_', 'Become an', '2024-12-31 20:24:31', '2024-12-31 21:34:54'), (5394, 'es', 'go_back_home', 'Regresar a casa', '2024-12-31 20:26:35', '2025-01-06 12:54:46'), (5395, 'es', '01', NULL, '2024-12-31 20:27:52', '2025-01-01 18:33:44'), (5396, 'es', '02', NULL, '2024-12-31 20:27:52', '2025-01-01 18:33:44'), (5397, 'es', '03', NULL, '2024-12-31 20:27:52', '2025-01-07 10:50:47'), (5398, 'en', 'if_you_move_to_trash_the_subject_data_will_be_trashed', 'If you move to Trash, the subject data will be trashed.', '2024-12-31 20:48:18', '2024-12-31 20:48:18'), (5399, 'en', 'become_an_', 'Become an ', '2024-12-31 20:59:58', '2024-12-31 20:59:58'), (5400, 'ar', 'become_an_', 'كن', '2024-12-31 21:00:19', '2024-12-31 21:27:04'), (5401, 'en', '200', '200', '2024-12-31 21:16:07', '2024-12-31 21:16:07'), (5402, 'ar', 'if_you_move_to_trash_the_subject_data_will_be_trashed', 'إذا قمت بالانتقال إلى سلة المهملات، سيتم نقل بيانات الموضوع إلى سلة المهملات', '2024-12-31 21:26:11', '2024-12-31 21:27:04'), (5403, 'ar', '200', NULL, '2024-12-31 21:26:11', '2025-01-01 16:23:12'), (5404, 'ar', 'create_blog_category', 'إنشاء فئة المدونة', '2024-12-31 21:27:53', '2024-12-31 21:27:53'), (5405, 'ar', 'do_you_want_to_move_to_trash', 'هل تريد نقلها إلى سلة المهملات؟', '2024-12-31 21:27:53', '2024-12-31 21:27:53'), (5406, 'ar', 'if_you_move_to_trash_the_course_and_all_related_data_will_be_trashed', 'إذا قمت بالانتقال إلى سلة المهملات، سيتم نقل الدورة وجميع البيانات ذات الصلة إلى سلة المهملات', '2024-12-31 21:27:53', '2024-12-31 21:27:53'), (5407, 'bn', 'if_you_move_to_trash_the_subject_data_will_be_trashed', 'আপনি ট্র্যাশে চলে গেলে, বিষয় ডেটা ট্র্যাশে ফেলা হবে।', '2024-12-31 21:31:53', '2024-12-31 21:31:53'), (5408, 'bn', 'become_an_', 'হত্তয়া', '2024-12-31 21:31:53', '2024-12-31 21:31:53'), (5409, 'bn', '200', NULL, '2024-12-31 21:31:53', '2025-01-07 10:45:43'), (5410, 'bn', 'create_blog_category', 'ব্লগ বিভাগ তৈরি করুন', '2024-12-31 21:32:45', '2024-12-31 21:32:45'), (5411, 'bn', 'do_you_want_to_move_to_trash', 'আপনি কি ট্র্যাশে যেতে চান', '2024-12-31 21:32:45', '2024-12-31 21:32:45'), (5412, 'bn', 'if_you_move_to_trash_the_course_and_all_related_data_will_be_trashed', 'আপনি ট্র্যাশে চলে গেলে, কোর্স এবং সমস্ত সম্পর্কিত ডেটা ট্র্যাশে চলে যাবে।', '2024-12-31 21:32:45', '2024-12-31 21:32:45'), (5413, 'es', 'if_you_move_to_trash_the_subject_data_will_be_trashed', 'Si los mueve a la Papelera, los datos del asunto serán eliminados.', '2024-12-31 21:34:54', '2024-12-31 21:34:54'), (5414, 'es', '200', NULL, '2024-12-31 21:34:54', '2025-01-07 10:48:03'), (5415, 'es', 'create_blog_category', 'Crear categoría de blog', '2024-12-31 21:35:55', '2024-12-31 21:35:55'), (5416, 'es', 'do_you_want_to_move_to_trash', '¿Quieres mover a la papelera', '2024-12-31 21:35:55', '2024-12-31 21:35:55'), (5417, 'es', 'if_you_move_to_trash_the_course_and_all_related_data_will_be_trashed', 'Si lo mueves a la Papelera, el curso y todos los datos relacionados serán eliminados.', '2024-12-31 21:35:55', '2024-12-31 21:35:55'), (5418, 'ar', '15', NULL, '2024-12-31 21:40:34', '2025-01-01 16:23:12'), (5419, 'ar', '1', '1', '2024-12-31 21:40:34', '2024-12-31 21:40:34'), (5420, 'ar', '0', '0', '2024-12-31 21:40:34', '2024-12-31 21:40:34'), (5421, 'ar', '7', NULL, '2024-12-31 21:40:34', '2025-01-01 16:23:12'), (5422, 'en', '15', '15', '2024-12-31 21:40:38', '2024-12-31 21:40:38'), (5423, 'en', '1', '1', '2024-12-31 21:40:38', '2024-12-31 21:40:38'), (5424, 'en', '7', '7', '2024-12-31 21:40:38', '2024-12-31 21:40:38'), (5425, 'en', '300', '300', '2024-12-31 21:41:32', '2024-12-31 21:41:32'), (5426, 'en', '14', '14', '2024-12-31 21:42:16', '2024-12-31 21:42:16'), (5427, 'en', '2', '2', '2024-12-31 21:42:16', '2024-12-31 21:42:16'), (5428, 'en', 'do_you_want_to_restore_it', 'Do you want to restore it', '2024-12-31 22:17:07', '2024-12-31 22:17:07'), (5429, 'en', 'if_you_delete_it_the_subject_data_will_be_permanently_removed', 'If you delete it, the subject data will be permanently removed.', '2024-12-31 22:17:32', '2024-12-31 22:17:32'), (5430, '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-31 22:17:42', '2024-12-31 22:17:42'), (5431, 'en', '6', '6', '2024-12-31 22:17:53', '2024-12-31 22:17:53'), (5432, 'en', 'if_you_delete_it_organization_and_organization_related_all_data_will_be_delete_permanently', 'If You delete It ,Organization and Organization related all data will be delete Permanently.', '2024-12-31 22:17:55', '2024-12-31 22:17:55'), (5433, 'en', '13', '13', '2024-12-31 22:18:08', '2024-12-31 22:18:08'), (5434, 'en', '12', '12', '2024-12-31 22:18:27', '2024-12-31 22:18:27'), (5435, 'en', 'if_you_delete_it_student_and_student_related_all_data_will_be_delete_permanently', 'If You delete It, Student and Student related all data will be delete Permanently.', '2024-12-31 22:18:30', '2024-12-31 22:18:30'), (5436, 'en', '1056', '1056', '2024-12-31 22:19:58', '2024-12-31 22:19:58'), (5437, 'en', '816', '816', '2024-12-31 22:19:58', '2024-12-31 22:19:58'), (5438, 'en', 'smtp_setting', 'SMTP Setting', '2024-12-31 22:20:06', '2024-12-31 22:20:06'), (5439, 'en', '40', '40', '2024-12-31 22:20:06', '2024-12-31 22:20:06'), (5440, 'en', 'if_you_move_to_trash_all_data_related_to_the_course_bundle_and_purchase_bundle_will_be_trashed', 'If you move to Trash, all data related to the course bundle and purchase bundle will be trashed.', '2024-12-31 22:34:29', '2024-12-31 22:34:29'), (5441, 'ar', 'if_you_delete_ittimezone_data_will_be_deleted_permanently', 'إذا قمت بحذفه، سيتم حذف بيانات المنطقة الزمنية بشكل دائم', '2025-01-01 12:09:59', '2025-01-06 10:22:39'), (5442, 'ar', 'do_you_want_to_restore_it', 'هل تريد استعادته', '2025-01-01 12:09:59', '2025-01-01 18:30:23'), (5443, 'ar', 'if_you_delete_it_the_subject_data_will_be_permanently_removed', 'إذا قمت بحذفه، سيتم إزالة بيانات الموضوع بشكل دائم.', '2025-01-01 12:12:49', '2025-01-01 18:30:57'), (5444, 'ar', 'smtp_setting', 'إعدادات', '2025-01-01 13:15:23', '2025-01-06 13:02:33'), (5445, 'ar', '40', NULL, '2025-01-01 13:15:23', '2025-01-05 06:03:23'), (5446, 'ar', 'go_back_home', 'العودة إلى المنزل', '2025-01-01 16:05:09', '2025-01-06 10:22:39'), (5447, 'ar', '01', '1', '2025-01-01 16:09:31', '2025-01-07 10:25:34'), (5448, 'ar', '02', NULL, '2025-01-01 16:09:31', '2025-01-01 16:23:12'), (5449, 'ar', '03', NULL, '2025-01-01 16:09:31', '2025-01-05 06:03:23'), (5450, 'en', '01', '01', '2025-01-01 16:17:50', '2025-01-01 16:17:50'), (5451, 'en', '02', '02', '2025-01-01 16:17:50', '2025-01-01 16:17:50'), (5452, 'en', '03', '03', '2025-01-01 16:17:50', '2025-01-01 16:17:50'), (5453, 'ar', '11', NULL, '2025-01-01 16:19:30', '2025-01-05 06:02:14'), (5454, 'en', 'slider_has_been_saved_successfully', 'slider has been saved successfully!', '2025-01-01 16:22:13', '2025-01-01 16:22:13'), (5455, 'ar', '300', NULL, '2025-01-01 16:22:26', '2025-01-01 16:23:12'), (5456, 'ar', '14', NULL, '2025-01-01 16:22:26', '2025-01-01 16:23:12'), (5457, 'ar', 'if_you_trash_organization_and_organization_related_all_data_will_be_trashed', 'إذا قمت بنقل بيانات المنظمة والبيانات المرتبطة بها إلى سلة المهملات، فسيتم نقل جميع البيانات إلى سلة المهملات.', '2025-01-01 16:22:57', '2025-01-01 18:30:57'), (5458, 'ar', '6', NULL, '2025-01-01 16:22:57', '2025-01-01 16:22:57'), (5459, 'ar', 'if_you_delete_it_organization_and_organization_related_all_data_will_be_delete_permanently', 'إذا قمت بحذفه، فسيتم حذف المنظمة وجميع البيانات المرتبطة بها بشكل دائم.', '2025-01-01 16:22:57', '2025-01-01 18:30:57'), (5460, 'ar', '13', NULL, '2025-01-01 16:22:57', '2025-01-01 16:22:57'), (5461, 'ar', '12', NULL, '2025-01-01 16:22:57', '2025-01-01 16:22:57'), (5462, 'ar', 'if_you_delete_it_student_and_student_related_all_data_will_be_delete_permanently', 'إذا قمت بحذفه، فسيتم حذف جميع البيانات المتعلقة بالطالب والطالب بشكل دائم.', '2025-01-01 16:22:57', '2025-01-01 18:30:57'), (5463, 'ar', '1056', NULL, '2025-01-01 16:22:57', '2025-01-01 16:22:57'), (5464, 'en', 'state_has_been_saved_successfully', 'State has been saved successfully!', '2025-01-01 16:24:25', '2025-01-01 16:24:25'), (5465, 'en', 'if_you_delete_itcity_data_will_be_deleted_permanently', 'If You delete it,city data will be deleted permanently.', '2025-01-01 16:34:46', '2025-01-01 16:34:46'), (5466, 'en', 'city_has_been_saved_successfully', 'City has been saved successfully!', '2025-01-01 16:36:25', '2025-01-01 16:36:25'), (5467, 'en', 'time_zone_has_been_saved_successfully', 'Time Zone has been saved successfully!', '2025-01-01 16:37:27', '2025-01-01 16:37:27'), (5468, 'en', 'icon_has_been_saved_successfully', 'Icon has been saved successfully!', '2025-01-01 16:37:55', '2025-01-01 16:37:55'), (5469, 'en', '_edit', ' Edit', '2025-01-01 16:37:58', '2025-01-01 16:37:58'), (5470, 'en', 'if_you_delete_it_icon_data_will_be_deleted_permanently', 'If You delete it, icon data will be deleted permanently.', '2025-01-01 16:39:11', '2025-01-01 16:39:11'), (5471, 'en', 'meeting_provider_has_been_saved_successfully', 'Meeting Provider has been saved successfully!', '2025-01-01 16:53:26', '2025-01-01 16:53:26'), (5472, 'en', 'view_meeting_provider', 'View Meeting Provider', '2025-01-01 16:53:36', '2025-01-01 16:53:36'), (5473, 'en', 'view_subject', 'View Subject', '2025-01-01 16:57:36', '2025-01-01 16:57:36'), (5474, 'en', 'view_blog', 'View Blog', '2025-01-01 16:58:18', '2025-01-01 16:58:18'), (5475, 'en', 'select_blog_category', 'Select Blog Category', '2025-01-01 16:58:18', '2025-01-01 16:58:18'), (5476, 'en', 'tag_has_been_saved_successfully', 'Tag has been saved successfully!', '2025-01-01 17:00:46', '2025-01-01 17:00:46'), (5477, 'en', 'level_has_been_saved_successfully', 'Level has been saved successfully!', '2025-01-01 17:01:30', '2025-01-01 17:01:30'), (5478, 'bn', 'do_you_want_to_restore_it', 'আপনি এটি পুনরুদ্ধার করতে চান', '2025-01-01 17:31:23', '2025-01-01 18:36:48'), (5479, 'bn', '7', '7', '2025-01-01 17:31:29', '2025-01-01 17:31:29'), (5480, 'en', '11', '11+', '2025-01-01 17:46:01', '2025-01-01 17:46:01'), (5481, 'ar', '816', NULL, '2025-01-01 18:30:57', '2025-01-01 18:30:57'), (5482, 'ar', 'if_you_move_to_trash_all_data_related_to_the_course_bundle_and_purchase_bundle_will_be_trashed', 'إذا قمت بالانتقال إلى سلة المهملات، فسيتم إرسال جميع البيانات المتعلقة بحزمة الدورة وحزمة الشراء إلى سلة المهملات.', '2025-01-01 18:31:35', '2025-01-01 18:31:35'), (5483, 'ar', 'slider_has_been_saved_successfully', 'تم حفظ المنزلق بنجاح!', '2025-01-01 18:31:35', '2025-01-01 18:31:35'), (5484, 'ar', 'state_has_been_saved_successfully', 'تم حفظ الحالة بنجاح!', '2025-01-01 18:31:35', '2025-01-01 18:31:35'), (5485, 'ar', 'if_you_delete_itcity_data_will_be_deleted_permanently', 'إذا قمت بحذفه، سيتم حذف بيانات المدينة بشكل دائم.', '2025-01-01 18:31:35', '2025-01-01 18:31:35'), (5486, 'ar', 'city_has_been_saved_successfully', 'تم إنقاذ المدينة بنجاح!', '2025-01-01 18:32:41', '2025-01-01 18:32:41'), (5487, 'ar', 'time_zone_has_been_saved_successfully', 'تم حفظ المنطقة الزمنية بنجاح!', '2025-01-01 18:32:41', '2025-01-01 18:32:41'), (5488, 'ar', 'icon_has_been_saved_successfully', 'تم حفظ الأيقونة بنجاح!', '2025-01-01 18:32:41', '2025-01-01 18:32:41'), (5489, 'ar', '_edit', 'يحرر', '2025-01-01 18:32:41', '2025-01-01 18:32:41'), (5490, 'ar', 'if_you_delete_it_icon_data_will_be_deleted_permanently', 'إذا قمت بحذفه، سيتم حذف بيانات الرمز بشكل دائم.', '2025-01-01 18:32:41', '2025-01-01 18:32:41'), (5491, 'ar', 'meeting_provider_has_been_saved_successfully', 'تم حفظ موفر الاجتماع بنجاح!', '2025-01-01 18:32:41', '2025-01-01 18:32:41'), (5492, 'ar', 'view_blog', 'عرض المدونة', '2025-01-01 18:32:41', '2025-01-01 18:32:41'), (5493, 'ar', 'select_blog_category', 'اختر فئة المدونة', '2025-01-01 18:33:08', '2025-01-01 18:33:08'), (5494, 'ar', 'tag_has_been_saved_successfully', 'تم حفظ العلامة بنجاح!', '2025-01-01 18:33:08', '2025-01-01 18:33:08'), (5495, 'ar', 'level_has_been_saved_successfully', 'تم حفظ المستوى بنجاح!', '2025-01-01 18:33:08', '2025-01-01 18:33:08'), (5496, 'es', '15', NULL, '2025-01-01 18:33:44', '2025-01-01 18:33:44'), (5497, 'es', '7', NULL, '2025-01-01 18:33:44', '2025-01-01 18:33:44'), (5498, 'es', '300', NULL, '2025-01-01 18:33:44', '2025-01-01 18:33:44'), (5499, 'es', '14', NULL, '2025-01-01 18:33:44', '2025-01-01 18:33:44'), (5500, 'es', 'do_you_want_to_restore_it', '¿Quieres restaurarlo?', '2025-01-01 18:33:44', '2025-01-01 18:33:44'), (5501, 'es', 'if_you_delete_it_the_subject_data_will_be_permanently_removed', 'Si lo elimina, los datos del sujeto se eliminarán de forma permanente.', '2025-01-01 18:34:13', '2025-01-01 18:34:13'), (5502, 'es', 'if_you_trash_organization_and_organization_related_all_data_will_be_trashed', 'Si eliminas, la Organización y todos los datos relacionados con la Organización serán eliminados.', '2025-01-01 18:34:13', '2025-01-01 18:34:13'), (5503, 'es', '6', 'Si lo elimina, la organización y todos los datos relacionados con ella se eliminarán de forma permanente.', '2025-01-01 18:34:13', '2025-01-01 18:34:13'), (5504, 'es', 'if_you_delete_it_organization_and_organization_related_all_data_will_be_delete_permanently', 'Si lo elimina, la organización y todos los datos relacionados con ella se eliminarán de forma permanente.', '2025-01-01 18:34:13', '2025-01-06 12:54:46'), (5505, 'es', '13', NULL, '2025-01-01 18:34:13', '2025-01-01 18:34:13'), (5506, 'es', '12', NULL, '2025-01-01 18:34:13', '2025-01-01 18:34:13'), (5507, 'es', 'if_you_delete_it_student_and_student_related_all_data_will_be_delete_permanently', 'Si lo elimina, el estudiante y todos los datos relacionados se eliminarán de forma permanente.', '2025-01-01 18:34:13', '2025-01-01 18:34:13'), (5508, 'es', '1056', NULL, '2025-01-01 18:34:13', '2025-01-01 18:34:13'), (5509, 'es', '816', NULL, '2025-01-01 18:34:13', '2025-01-01 18:34:13'), (5510, 'es', 'smtp_setting', 'Configuración SMTP', '2025-01-01 18:34:51', '2025-01-01 18:34:51'), (5511, 'es', '40', NULL, '2025-01-01 18:34:51', '2025-01-01 18:34:51'), (5512, 'es', 'if_you_move_to_trash_all_data_related_to_the_course_bundle_and_purchase_bundle_will_be_trashed', 'Si los mueve a la Papelera, se eliminarán todos los datos relacionados con el paquete de cursos y el paquete de compras.', '2025-01-01 18:34:51', '2025-01-01 18:34:51'), (5513, 'es', 'slider_has_been_saved_successfully', '¡El control deslizante se ha guardado correctamente!', '2025-01-01 18:34:51', '2025-01-01 18:34:51'), (5514, 'es', 'state_has_been_saved_successfully', '¡El estado se ha guardado exitosamente!', '2025-01-01 18:34:51', '2025-01-01 18:34:51'), (5515, 'es', 'if_you_delete_itcity_data_will_be_deleted_permanently', 'Si lo elimina, los datos de la ciudad se eliminarán de forma permanente.', '2025-01-01 18:34:51', '2025-01-01 18:34:51'), (5516, 'es', 'city_has_been_saved_successfully', '¡La ciudad ha sido guardada exitosamente!', '2025-01-01 18:35:52', '2025-01-01 18:35:52'), (5517, 'es', 'time_zone_has_been_saved_successfully', '¡La zona horaria se ha guardado correctamente!', '2025-01-01 18:35:52', '2025-01-01 18:35:52'), (5518, 'es', 'icon_has_been_saved_successfully', '¡El icono se ha guardado correctamente!', '2025-01-01 18:35:52', '2025-01-01 18:35:52'), (5519, 'es', '_edit', 'Editar', '2025-01-01 18:35:52', '2025-01-01 18:35:52'), (5520, 'es', 'if_you_delete_it_icon_data_will_be_deleted_permanently', 'Si lo elimina, los datos del ícono se eliminarán de forma permanente.', '2025-01-01 18:35:52', '2025-01-01 18:35:52'), (5521, 'es', 'meeting_provider_has_been_saved_successfully', '¡El proveedor de la reunión se ha guardado correctamente!', '2025-01-01 18:35:52', '2025-01-01 18:35:52'), (5522, 'es', 'view_meeting_provider', 'Ver proveedor de reuniones', '2025-01-01 18:35:52', '2025-01-01 18:35:52'), (5523, 'es', 'view_subject', 'Ver tema', '2025-01-01 18:35:52', '2025-01-01 18:35:52'), (5524, 'es', 'view_blog', 'Ver blog', '2025-01-01 18:35:52', '2025-01-01 18:35:52'), (5525, 'es', 'select_blog_category', 'Seleccionar la categoría del blog', '2025-01-01 18:36:19', '2025-01-01 18:36:19'), (5526, 'es', 'tag_has_been_saved_successfully', '¡La etiqueta se ha guardado correctamente!', '2025-01-01 18:36:19', '2025-01-01 18:36:19'), (5527, 'es', 'level_has_been_saved_successfully', '¡El nivel se ha guardado correctamente!', '2025-01-01 18:36:19', '2025-01-01 18:36:19'), (5528, 'es', '11', NULL, '2025-01-01 18:36:19', '2025-01-01 18:36:19'), (5529, 'bn', '15', NULL, '2025-01-01 18:36:48', '2025-01-07 10:45:43'), (5530, 'bn', '1', NULL, '2025-01-01 18:36:48', '2025-01-01 18:36:48'), (5531, 'bn', '300', NULL, '2025-01-01 18:36:48', '2025-01-01 18:36:48'), (5532, 'bn', '14', NULL, '2025-01-01 18:36:48', '2025-01-01 18:36:48'), (5533, 'bn', '2', NULL, '2025-01-01 18:36:48', '2025-01-01 18:36:48'), (5534, 'bn', 'if_you_delete_it_the_subject_data_will_be_permanently_removed', 'আপনি এটি মুছে ফেললে, বিষয় ডেটা স্থায়ীভাবে মুছে ফেলা হবে।', '2025-01-01 18:37:22', '2025-01-01 18:37:22'), (5535, 'bn', 'if_you_trash_organization_and_organization_related_all_data_will_be_trashed', 'আপনি ট্র্যাশ করলে, সংস্থা এবং সংস্থা সম্পর্কিত সমস্ত ডেটা ট্র্যাশ করা হবে।', '2025-01-01 18:37:22', '2025-01-01 18:37:22'), (5536, 'bn', '6', NULL, '2025-01-01 18:37:22', '2025-01-01 18:37:22'), (5537, 'bn', 'if_you_delete_it_organization_and_organization_related_all_data_will_be_delete_permanently', 'আপনি এটি মুছে ফেললে, সংস্থা এবং সংস্থা সম্পর্কিত সমস্ত ডেটা স্থায়ীভাবে মুছে যাবে।', '2025-01-01 18:37:22', '2025-01-01 18:37:22'), (5538, 'bn', '13', NULL, '2025-01-01 18:37:22', '2025-01-01 18:37:22'), (5539, 'bn', '12', NULL, '2025-01-01 18:37:22', '2025-01-01 18:37:22'), (5540, 'bn', 'if_you_delete_it_student_and_student_related_all_data_will_be_delete_permanently', 'আপনি এটি মুছে ফেললে, ছাত্র এবং ছাত্র সম্পর্কিত সমস্ত ডেটা স্থায়ীভাবে মুছে যাবে।', '2025-01-01 18:37:22', '2025-01-01 18:37:22'), (5541, 'bn', '1056', NULL, '2025-01-01 18:37:22', '2025-01-01 18:37:22'), (5542, 'bn', '816', NULL, '2025-01-01 18:37:22', '2025-01-01 18:37:22'), (5543, 'bn', 'smtp_setting', 'এসএমটিপি সেটিং', '2025-01-01 18:37:59', '2025-01-07 10:42:33'), (5544, 'bn', '40', NULL, '2025-01-01 18:37:59', '2025-01-01 18:37:59'), (5545, 'bn', 'if_you_move_to_trash_all_data_related_to_the_course_bundle_and_purchase_bundle_will_be_trashed', 'আপনি ট্র্যাশে চলে গেলে, কোর্স বান্ডেল এবং ক্রয় বান্ডেল সম্পর্কিত সমস্ত ডেটা ট্র্যাশে চলে যাবে।', '2025-01-01 18:37:59', '2025-01-01 18:37:59'), (5546, 'bn', '01', NULL, '2025-01-01 18:37:59', '2025-01-07 10:45:43'), (5547, 'bn', '02', NULL, '2025-01-01 18:37:59', '2025-01-01 18:37:59'), (5548, 'bn', '03', NULL, '2025-01-01 18:37:59', '2025-01-01 18:37:59'), (5549, 'bn', 'slider_has_been_saved_successfully', 'স্লাইডার সফলভাবে সংরক্ষিত হয়েছে!', '2025-01-01 18:37:59', '2025-01-01 18:37:59'), (5550, 'bn', 'state_has_been_saved_successfully', 'রাষ্ট্র সফলভাবে রক্ষা করা হয়েছে!', '2025-01-01 18:37:59', '2025-01-01 18:37:59'), (5551, 'bn', 'if_you_delete_itcity_data_will_be_deleted_permanently', 'আপনি এটি মুছে ফেললে, শহরের ডেটা স্থায়ীভাবে মুছে যাবে।', '2025-01-01 18:37:59', '2025-01-01 18:37:59'), (5552, 'bn', 'city_has_been_saved_successfully', 'শহর সফলভাবে সংরক্ষণ করা হয়েছে!', '2025-01-01 18:38:54', '2025-01-01 18:38:54'), (5553, 'bn', 'time_zone_has_been_saved_successfully', 'সময় অঞ্চল সফলভাবে সংরক্ষণ করা হয়েছে!', '2025-01-01 18:38:54', '2025-01-01 18:38:54'), (5554, 'bn', 'icon_has_been_saved_successfully', 'আইকন সফলভাবে সংরক্ষণ করা হয়েছে!', '2025-01-01 18:38:54', '2025-01-01 18:38:54'), (5555, 'bn', '_edit', 'সম্পাদনা করুন', '2025-01-01 18:38:54', '2025-01-01 18:38:54'), (5556, 'bn', 'if_you_delete_it_icon_data_will_be_deleted_permanently', 'আপনি এটি মুছে ফেললে, আইকন ডেটা স্থায়ীভাবে মুছে ফেলা হবে।', '2025-01-01 18:38:54', '2025-01-01 18:38:54'), (5557, 'bn', 'meeting_provider_has_been_saved_successfully', 'মিটিং প্রদানকারী সফলভাবে সংরক্ষণ করা হয়েছে!', '2025-01-01 18:38:54', '2025-01-01 18:38:54'), (5558, 'bn', 'view_meeting_provider', 'মিটিং প্রদানকারী দেখুন', '2025-01-01 18:38:54', '2025-01-01 18:38:54'), (5559, 'bn', 'view_subject', 'বিষয় দেখুন', '2025-01-01 18:38:54', '2025-01-01 18:38:54'), (5560, 'bn', 'view_blog', 'ব্লগ দেখুন', '2025-01-01 18:38:54', '2025-01-01 18:38:54'), (5561, 'bn', 'select_blog_category', 'ব্লগ বিভাগ নির্বাচন করুন', '2025-01-01 18:39:14', '2025-01-01 18:39:14'), (5562, 'bn', 'tag_has_been_saved_successfully', 'ট্যাগ সফলভাবে সংরক্ষিত হয়েছে!', '2025-01-01 18:39:14', '2025-01-01 18:39:14'), (5563, 'bn', 'level_has_been_saved_successfully', 'স্তর সফলভাবে সংরক্ষণ করা হয়েছে!', '2025-01-01 18:39:14', '2025-01-01 18:39:14'), (5564, 'bn', '11', NULL, '2025-01-01 18:39:14', '2025-01-01 18:39:14'), (5565, 'es', '1', NULL, '2025-01-04 03:53:26', '2025-01-07 10:48:03'), (5566, 'es', '0', '0', '2025-01-04 03:53:26', '2025-01-04 03:53:26'), (5567, 'ar', '2', NULL, '2025-01-04 04:34:42', '2025-01-05 06:02:14'), (5568, 'en', '3', '3', '2025-01-04 04:40:03', '2025-01-04 04:40:03'), (5569, 'ar', '3', NULL, '2025-01-04 04:41:00', '2025-01-05 06:02:14'), (5570, 'es', '3', NULL, '2025-01-04 06:54:21', '2025-01-07 10:50:47'), (5571, 'en', '4', '4', '2025-01-04 06:58:05', '2025-01-04 06:58:05'), (5572, 'ar', '4', NULL, '2025-01-04 06:58:13', '2025-01-05 06:02:14'), (5573, 'en', '5', '5', '2025-01-04 07:07:12', '2025-01-04 07:07:12'), (5574, 'ar', '5', NULL, '2025-01-04 07:19:43', '2025-01-05 06:02:14'), (5575, 'en', '10', '10', '2025-01-04 07:29:02', '2025-01-04 07:29:02'), (5576, 'ar', '10', NULL, '2025-01-04 07:29:21', '2025-01-05 06:02:14'), (5577, 'en', '8', '8', '2025-01-04 08:07:46', '2025-01-04 08:07:46'), (5578, 'es', '8', NULL, '2025-01-04 08:07:52', '2025-01-07 10:50:47'), (5579, 'ar', '8', NULL, '2025-01-04 08:07:55', '2025-01-05 06:02:14'), (5580, 'bn', '8', '8', '2025-01-04 08:14:40', '2025-01-04 08:14:40'), (5581, 'bn', '10', '10', '2025-01-04 08:22:05', '2025-01-04 08:22:05'), (5582, 'bn', '5', '5', '2025-01-04 08:27:47', '2025-01-04 08:27:47'), (5583, 'en', 'minimum_passing_score', 'Minimum Passing Score', '2025-01-05 02:44:57', '2025-01-05 02:44:57'), (5584, 'en', 'available_attempts', 'Available Attempts', '2025-01-05 02:44:57', '2025-01-05 02:44:57'), (5585, 'en', 'quiz_questions', 'Quiz Questions', '2025-01-05 02:44:57', '2025-01-05 02:44:57'), (5586, 'en', 'time_left', 'Time Left', '2025-01-05 02:44:57', '2025-01-05 02:44:57'), (5587, 'en', 'your_score', 'Your Score', '2025-01-05 02:44:57', '2025-01-05 02:44:57'), (5588, 'en', 'not_yet', 'Not Yet', '2025-01-05 02:44:57', '2025-01-05 02:44:57'), (5589, 'en', 'passed', 'Passed', '2025-01-05 02:44:57', '2025-01-05 02:44:57'), (5590, 'en', 'your_result', 'Your Result', '2025-01-05 02:44:57', '2025-01-05 02:44:57'), (5591, 'en', 'mark', 'Mark', '2025-01-05 02:44:57', '2025-01-05 02:44:57'), (5592, 'en', 'correct_answer_is', 'Correct answer is', '2025-01-05 02:44:57', '2025-01-05 02:44:57'), (5593, 'ar', 'minimum_passing_score', 'الحد الأدنى من نقاط النجاح', '2025-01-05 02:45:11', '2025-01-05 06:02:14'), (5594, 'ar', 'available_attempts', 'المحاولات المتاحة', '2025-01-05 02:45:11', '2025-01-05 06:02:14'), (5595, 'ar', 'quiz_questions', 'أسئلة المسابقة', '2025-01-05 02:45:11', '2025-01-05 06:02:14'), (5596, 'ar', 'time_left', 'الوقت المتبقي', '2025-01-05 02:45:11', '2025-01-05 06:02:14'), (5597, 'ar', 'your_score', 'درجاتك', '2025-01-05 02:45:11', '2025-01-05 06:02:14'), (5598, 'ar', 'not_yet', 'ليس بعد', '2025-01-05 02:45:11', '2025-01-05 06:02:14'), (5599, 'ar', 'passed', 'اجتاز', '2025-01-05 02:45:11', '2025-01-05 06:02:14'), (5600, 'ar', 'your_result', 'النتيجة الخاصة بك', '2025-01-05 02:45:11', '2025-01-05 06:02:14'), (5601, 'ar', 'mark', 'علامة', '2025-01-05 02:45:11', '2025-01-05 06:02:14'), (5602, 'ar', 'correct_answer_is', 'الجواب الصحيح هو', '2025-01-05 02:45:11', '2025-01-05 06:02:14'), (5603, 'en', 'fail', 'Fail', '2025-01-05 03:14:33', '2025-01-05 03:14:33'), (5604, 'en', 'chapter', 'Chapter', '2025-01-05 03:15:53', '2025-01-05 03:15:53'), (5605, 'en', 'select_chapter', 'Select Chapter', '2025-01-05 03:15:53', '2025-01-05 03:15:53'), (5606, 'en', 'quiz_title', 'Quiz Title', '2025-01-05 03:15:53', '2025-01-05 03:15:53'), (5607, 'en', 'quiz_duration', 'Quiz Duration', '2025-01-05 03:15:53', '2025-01-05 03:15:53'), (5608, 'en', 'please_follow_the_pattern', 'Please follow the pattern', '2025-01-05 03:15:53', '2025-01-05 03:15:53'), (5609, 'en', 'minute', 'minute', '2025-01-05 03:15:53', '2025-01-05 03:15:53'), (5610, 'en', 'quiz_total_mark', 'Quiz Total Mark', '2025-01-05 03:15:53', '2025-01-05 03:15:53'), (5611, 'en', 'quiz_pass_mark', 'Quiz Pass Mark', '2025-01-05 03:15:53', '2025-01-05 03:15:53'), (5612, 'en', 'quiz_attempt', 'Quiz Attempt', '2025-01-05 03:15:53', '2025-01-05 03:15:53'), (5613, 'en', 'quiz_expire_date', 'Quiz Expire Date', '2025-01-05 03:15:53', '2025-01-05 03:15:53'), (5614, 'en', 'quiz_instruction', 'Quiz Instruction', '2025-01-05 03:15:53', '2025-01-05 03:15:53'), (5615, 'en', 'topic_has_been_saved_successfully', 'Topic has been saved successfully!', '2025-01-05 03:16:02', '2025-01-05 03:16:02'), (5616, 'en', 'try_again', 'Try Again', '2025-01-05 03:16:52', '2025-01-05 03:16:52'), (5617, 'en', 'status_changed_successfully', 'Status changed successfully.', '2025-01-05 05:44:28', '2025-01-05 05:44:28'), (5618, 'ar', 'fail', 'يفشل', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5619, 'ar', 'chapter', 'الفصل', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5620, 'ar', 'select_chapter', 'حدد الفصل', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5621, 'ar', 'quiz_title', 'عنوان المسابقة', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5622, 'ar', 'quiz_duration', 'مدة المسابقة', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5623, 'ar', 'please_follow_the_pattern', 'يرجى اتباع النمط', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5624, 'ar', 'minute', 'دقيقة', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5625, 'ar', 'quiz_total_mark', 'مسابقة مجموع مارك', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5626, 'ar', 'quiz_pass_mark', 'علامة تمرير الاختبار', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5627, 'ar', 'quiz_attempt', 'محاولة مسابقة', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5628, 'ar', 'quiz_expire_date', 'تاريخ انتهاء الاختبار', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5629, 'ar', 'quiz_instruction', 'تعليمات الاختبار', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5630, 'ar', 'topic_has_been_saved_successfully', 'تم حفظ الموضوع بنجاح!', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5631, 'ar', 'try_again', 'حاول ثانية', '2025-01-05 06:02:14', '2025-01-05 06:02:14'), (5632, 'ar', 'status_changed_successfully', 'تم تغيير الحالة بنجاح', '2025-01-05 06:02:14', '2025-01-06 10:23:14'), (5633, 'ar', 'enter_your_email', 'أدخل بريدك الإلكتروني', '2025-01-05 06:12:11', '2025-01-05 06:21:04'), (5634, 'en', 'enter_your_email', 'Enter your email', '2025-01-05 06:19:09', '2025-01-05 06:19:09'), (5635, 'en', 'mailchimp', 'Mailchimp', '2025-01-05 07:13:10', '2025-01-05 07:13:10'), (5636, 'en', 'if_you_move_to_trash_the_slider_data_will_be_trashed', 'If you move to Trash, the slider data will be trashed.', '2025-01-05 07:13:17', '2025-01-05 07:13:17'), (5637, 'en', 'if_you_trash_if_have_hero_all_data_will_be_trash', 'If You trash, if have hero, all data will be trash.', '2025-01-05 07:13:18', '2025-01-05 07:13:18'), (5638, 'ar', 'hh', 'ههه', '2025-01-05 09:18:28', '2025-01-07 10:28:20'), (5639, 'ar', 'mm', 'مم', '2025-01-05 09:18:28', '2025-01-07 10:28:20'), (5640, 'ar', 'ss', 'س س', '2025-01-05 09:18:28', '2025-01-07 10:28:20'), (5641, 'ar', 'video_source', 'Video Source', '2025-01-05 09:18:28', '2025-01-05 09:18:28'), (5642, 'ar', 'select_video_source', 'Select Video Source', '2025-01-05 09:18:28', '2025-01-05 09:18:28'), (5643, 'en', 'hh', 'hh', '2025-01-05 09:21:12', '2025-01-05 09:21:12'), (5644, 'en', 'mm', 'mm', '2025-01-05 09:21:12', '2025-01-05 09:21:12'), (5645, 'en', 'ss', 'ss', '2025-01-05 09:21:12', '2025-01-05 09:21:12'), (5646, 'en', 'language_has_been_saved_successfully', 'Language has been saved successfully!', '2025-01-05 11:11:52', '2025-01-05 11:11:52'), (5647, 'en', 'sdfdssdf', 'sdfdssdf', '2025-01-05 11:11:53', '2025-01-05 11:11:53'), (5648, 'en', 'sdfds', 'sdfds', '2025-01-05 11:12:10', '2025-01-05 11:12:10'); INSERT INTO `translations` (`id`, `lang`, `lang_key`, `lang_value`, `created_at`, `updated_at`) VALUES (5649, 'en', 'hero_has_been_saved_successfully', 'Hero has been saved successfully!', '2025-01-05 11:17:52', '2025-01-05 11:17:52'), (5650, 'en', 'if_you_delete_it_if_have_hero_all_data_will_be_deleted_permanently', 'If You delete it, if have hero, all data will be deleted permanently', '2025-01-05 11:18:10', '2025-01-05 11:18:10'), (5651, 'en', 'if_you_delete_itthe_slider_data_will_be_deleted_permanently', 'If You delete it,the slider data will be deleted permanently.', '2025-01-05 11:18:41', '2025-01-05 11:18:41'), (5652, 'en', 'if_you_delete_ittimezone_data_will_be_deleted_permanently', 'If You delete it,timezone data will be deleted permanently.', '2025-01-05 11:27:45', '2025-01-05 11:27:45'), (5653, 'en', 'no_subject', 'No Subject', '2025-01-05 12:15:50', '2025-01-05 12:15:50'), (5654, 'en', '17', '17', '2025-01-05 12:52:52', '2025-01-05 12:52:52'), (5655, 'ar', '17', '17', '2025-01-05 12:53:10', '2025-01-05 12:53:10'), (5656, 'ar', 'bundle_has_been_saved_successfully', NULL, '2025-01-05 12:56:57', '2025-01-05 14:18:10'), (5657, 'en', 'go_back_home', 'Go Back Home', '2025-01-06 04:07:02', '2025-01-06 04:07:02'), (5658, 'en', 'reset_your', 'Reset your', '2025-01-06 07:14:20', '2025-01-06 07:14:20'), (5659, 'en', 'no_worries_it_happens_just_enter_your_email_and_we_will_help_you_unlock_your_account_with_a_fresh_password_your_learning_journey_is_just_a_step_away', 'No worries, it happens! Just enter your email, and we will help you unlock your account with a fresh password. Your learning journey is just a step away', '2025-01-06 07:14:20', '2025-01-06 07:14:20'), (5660, 'en', 'send_request', 'Send Request', '2025-01-06 07:14:20', '2025-01-06 07:14:20'), (5661, 'en', 'back_to_login', 'Back to Login', '2025-01-06 07:14:20', '2025-01-06 07:14:20'), (5662, 'ar', 'site__language', 'لغة الموقع', '2025-01-06 09:56:12', '2025-01-06 10:22:39'), (5663, 'ar', 'reset_your', 'إعادة تعيين الخاص بك', '2025-01-06 09:56:33', '2025-01-06 10:22:39'), (5664, 'ar', 'no_worries_it_happens_just_enter_your_email_and_we_will_help_you_unlock_your_account_with_a_fresh_password_your_learning_journey_is_just_a_step_away', 'لا تقلق، هذا يحدث! فقط أدخل بريدك الإلكتروني وسنساعدك على إلغاء قفل حسابك بكلمة مرور جديدة. رحلة التعلم الخاصة بك على بعد خطوة واحدة فقط', '2025-01-06 09:56:33', '2025-01-06 10:22:39'), (5665, 'ar', 'send_request', 'إرسال الطلب', '2025-01-06 09:56:33', '2025-01-06 10:22:39'), (5666, 'ar', 'back_to_login', 'العودة إلى تسجيل الدخول', '2025-01-06 09:56:33', '2025-01-06 10:22:39'), (5667, 'en', 'site__language', 'Site Language', '2025-01-06 09:58:44', '2025-01-06 09:58:44'), (5668, 'ar', 'mailchimp', 'ميلشيمب', '2025-01-06 10:08:54', '2025-01-06 13:02:33'), (5669, 'ar', 'if_you_move_to_trash_the_slider_data_will_be_trashed', '0', '2025-01-06 10:22:39', '2025-01-06 10:24:09'), (5670, 'ar', 'if_you_trash_if_have_hero_all_data_will_be_trash', 'إذا قمت بإلقاء القمامة، وإذا كان لديك بطل، فستتم إلقاء جميع البيانات في سلة المهملات', '2025-01-06 10:22:39', '2025-01-06 10:22:39'), (5671, 'ar', 'language_has_been_saved_successfully', 'تم حفظ اللغة بنجاح!', '2025-01-06 10:22:39', '2025-01-06 10:22:39'), (5672, 'ar', 'sdfdssdf', 'سسدفدسسدف', '2025-01-06 10:22:39', '2025-01-07 10:28:20'), (5673, 'ar', 'sdfds', 'إس دي إف دي إس', '2025-01-06 10:22:39', '2025-01-07 10:28:20'), (5674, 'ar', 'hero_has_been_saved_successfully', 'تم إنقاذ البطل بنجاح!', '2025-01-06 10:22:39', '2025-01-06 10:22:39'), (5675, 'ar', 'if_you_delete_it_if_have_hero_all_data_will_be_deleted_permanently', 'إذا قمت بحذفه، إذا كان لديك بطل، سيتم حذف جميع البيانات بشكل دائم', '2025-01-06 10:22:39', '2025-01-06 10:22:39'), (5676, 'ar', 'if_you_delete_itthe_slider_data_will_be_deleted_permanently', 'إذا قمت بحذفه، سيتم حذف بيانات شريط التمرير بشكل دائم', '2025-01-06 10:22:39', '2025-01-06 10:22:39'), (5677, 'ar', 'no_subject', 'لا يوجد موضوع', '2025-01-06 10:22:39', '2025-01-06 10:22:39'), (5678, 'es', 'site__language', 'Idioma del sitio', '2025-01-06 11:28:13', '2025-01-06 12:54:46'), (5679, 'bn', 'site__language', 'সাইটের ভাষা', '2025-01-06 11:28:19', '2025-01-06 13:00:54'), (5680, 'bn', 'go_back_home', 'বাড়ি ফিরে যান', '2025-01-06 11:38:16', '2025-01-06 13:00:54'), (5681, 'bn', 'go_back', 'Go Back', '2025-01-06 12:42:38', '2025-01-06 12:42:38'), (5682, 'bn', 'no_bundle_available', 'No Bundle Available', '2025-01-06 12:42:38', '2025-01-06 12:42:38'), (5683, 'es', '4', NULL, '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5684, 'es', '5', NULL, '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5685, 'es', '10', NULL, '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5686, 'es', 'minimum_passing_score', 'Puntuación mínima para aprobar', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5687, 'es', 'available_attempts', 'Intentos disponibles', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5688, 'es', 'quiz_questions', 'Preguntas del cuestionario', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5689, 'es', 'time_left', 'Tiempo restante', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5690, 'es', 'your_score', 'Tu puntuación', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5691, 'es', 'not_yet', 'Aún no', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5692, 'es', 'passed', 'Aprobado', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5693, 'es', 'your_result', 'Tu resultado', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5694, 'es', 'mark', 'Marca', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5695, 'es', 'correct_answer_is', 'La respuesta correcta es', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5696, 'es', 'fail', 'Fallar', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5697, 'es', 'chapter', 'Capítulo', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5698, 'es', 'select_chapter', 'Seleccionar capítulo', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5699, 'es', 'quiz_title', 'Título del cuestionario', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5700, 'es', 'quiz_duration', 'Duración del cuestionario', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5701, 'es', 'please_follow_the_pattern', 'Por favor, siga el patrón', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5702, 'es', 'minute', 'minuto', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5703, 'es', 'quiz_total_mark', 'Puntuación total del cuestionario', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5704, 'es', 'quiz_pass_mark', 'Marcador de aprobación del examen', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5705, 'es', 'quiz_attempt', 'Intento de prueba', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5706, 'es', 'quiz_expire_date', 'Fecha de vencimiento del cuestionario', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5707, 'es', 'quiz_instruction', 'Instrucciones del cuestionario', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5708, 'es', 'topic_has_been_saved_successfully', '¡El tema ha sido guardado exitosamente!', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5709, 'es', 'try_again', 'Intentar otra vez', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5710, 'es', 'status_changed_successfully', 'Estado cambiado exitosamente.', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5711, 'es', 'enter_your_email', 'Ingresa tu correo electrónico', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5712, 'es', 'mailchimp', 'Mailchimp', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5713, 'es', 'if_you_move_to_trash_the_slider_data_will_be_trashed', 'Si lo mueves a la Papelera, los datos del control deslizante se eliminarán.', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5714, 'es', 'if_you_trash_if_have_hero_all_data_will_be_trash', 'Si tiras basura, si tienes un héroe, todos los datos serán basura.', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5715, 'es', 'hh', 'S.S', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5716, 'es', 'mm', 'mm', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5717, 'es', 'ss', 'ss', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5718, 'es', 'language_has_been_saved_successfully', '¡El idioma se ha guardado correctamente!', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5719, 'es', 'sdfdssdf', 'sdfdssdf', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5720, 'es', 'sdfds', 'sdfds', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5721, 'es', 'hero_has_been_saved_successfully', '¡El héroe ha sido salvado exitosamente!', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5722, 'es', 'if_you_delete_it_if_have_hero_all_data_will_be_deleted_permanently', 'Si lo eliminas, si tienes hero, todos los datos se eliminarán de forma permanente.', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5723, 'es', 'if_you_delete_itthe_slider_data_will_be_deleted_permanently', 'Si lo elimina, los datos del control deslizante se eliminarán de forma permanente.', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5724, 'es', 'if_you_delete_ittimezone_data_will_be_deleted_permanently', 'Si lo elimina, los datos de la zona horaria se eliminarán de forma permanente.', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5725, 'es', 'no_subject', 'No sujeta', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5726, 'es', '17', NULL, '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5727, 'es', 'reset_your', 'Restablecer su', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5728, 'es', 'no_worries_it_happens_just_enter_your_email_and_we_will_help_you_unlock_your_account_with_a_fresh_password_your_learning_journey_is_just_a_step_away', 'No te preocupes, ¡puede pasar! Solo tienes que introducir tu correo electrónico y te ayudaremos a desbloquear tu cuenta con una contraseña nueva. Tu camino hacia el aprendizaje está a un paso de distancia.', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5729, 'es', 'send_request', 'Enviar solicitud', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5730, 'es', 'back_to_login', 'Volver al inicio de sesión', '2025-01-06 12:54:46', '2025-01-06 12:54:46'), (5731, 'bn', '4', NULL, '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5732, 'bn', 'minimum_passing_score', 'ন্যূনতম পাসিং স্কোর', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5733, 'bn', 'available_attempts', 'উপলব্ধ প্রচেষ্টা', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5734, 'bn', 'quiz_questions', 'কুইজ প্রশ্ন', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5735, 'bn', 'time_left', 'সময় বাকি', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5736, 'bn', 'your_score', 'আপনার স্কোর', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5737, 'bn', 'not_yet', 'এখনো না', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5738, 'bn', 'passed', 'পাস করেছে', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5739, 'bn', 'your_result', 'আপনার ফলাফল', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5740, 'bn', 'mark', 'মার্ক', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5741, 'bn', 'correct_answer_is', 'সঠিক উত্তর হল', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5742, 'bn', 'fail', 'ব্যর্থ', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5743, 'bn', 'chapter', 'অধ্যায়', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5744, 'bn', 'select_chapter', 'অধ্যায় নির্বাচন করুন', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5745, 'bn', 'quiz_title', 'কুইজের শিরোনাম', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5746, 'bn', 'quiz_duration', 'কুইজের সময়কাল', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5747, 'bn', 'please_follow_the_pattern', 'প্যাটার্ন অনুসরণ করুন', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5748, 'bn', 'minute', 'মিনিট', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5749, 'bn', 'quiz_total_mark', 'কুইজ মোট মার্ক', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5750, 'bn', 'quiz_pass_mark', 'কুইজ পাস মার্ক', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5751, 'bn', 'quiz_attempt', 'কুইজ প্রচেষ্টা', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5752, 'bn', 'quiz_expire_date', 'কুইজের মেয়াদ শেষ হওয়ার তারিখ', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5753, 'bn', 'quiz_instruction', 'কুইজের নির্দেশনা', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5754, 'bn', 'topic_has_been_saved_successfully', 'বিষয় সফলভাবে সংরক্ষণ করা হয়েছে!', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5755, 'bn', 'try_again', 'আবার চেষ্টা করুন', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5756, 'bn', 'status_changed_successfully', 'স্থিতি সফলভাবে পরিবর্তিত হয়েছে।', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5757, 'bn', 'enter_your_email', 'আপনার ইমেইল লিখুন', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5758, 'bn', 'if_you_move_to_trash_the_slider_data_will_be_trashed', 'আপনি যদি ট্র্যাশে যান, স্লাইডার ডেটা ট্র্যাশে যাবে।', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5759, 'bn', 'if_you_trash_if_have_hero_all_data_will_be_trash', 'আপনি যদি ট্র্যাশ করেন, যদি হিরো থাকে তবে সমস্ত ডেটা ট্র্যাশ হবে।', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5760, 'bn', 'hh', 'এইচএইচ', '2025-01-06 13:00:54', '2025-01-07 10:42:33'), (5761, 'bn', 'mm', 'এমএম', '2025-01-06 13:00:54', '2025-01-07 10:42:33'), (5762, 'bn', 'ss', 'এসএস', '2025-01-06 13:00:54', '2025-01-07 10:42:33'), (5763, 'bn', 'language_has_been_saved_successfully', 'ভাষা সফলভাবে সংরক্ষণ করা হয়েছে!', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5764, 'bn', 'sdfdssdf', 'সফলভাবে', '2025-01-06 13:00:54', '2025-01-07 10:42:33'), (5765, 'bn', 'sdfds', 'সফলভাবে', '2025-01-06 13:00:54', '2025-01-07 10:42:33'), (5766, 'bn', 'hero_has_been_saved_successfully', 'সফলভাবে রক্ষা পেয়েছেন নায়ক!', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5767, 'bn', 'if_you_delete_it_if_have_hero_all_data_will_be_deleted_permanently', 'আপনি যদি এটি মুছে ফেলেন, যদি হিরো থাকে তবে সমস্ত ডেটা স্থায়ীভাবে মুছে ফেলা হবে', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5768, 'bn', 'if_you_delete_itthe_slider_data_will_be_deleted_permanently', 'আপনি এটি মুছে ফেললে, স্লাইডার ডেটা স্থায়ীভাবে মুছে যাবে।', '2025-01-06 13:00:54', '2025-01-06 13:01:14'), (5769, 'bn', 'if_you_delete_ittimezone_data_will_be_deleted_permanently', 'আপনি এটি মুছে ফেললে, টাইমজোন ডেটা স্থায়ীভাবে মুছে যাবে।', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5770, 'bn', 'no_subject', 'কোন বিষয় নেই', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5771, 'bn', '17', NULL, '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5772, 'bn', 'reset_your', 'আপনার রিসেট করুন', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5773, 'bn', 'no_worries_it_happens_just_enter_your_email_and_we_will_help_you_unlock_your_account_with_a_fresh_password_your_learning_journey_is_just_a_step_away', 'কোন চিন্তা নেই, এটা ঘটে! শুধু আপনার ইমেল লিখুন, এবং আমরা আপনাকে একটি নতুন পাসওয়ার্ড দিয়ে আপনার অ্যাকাউন্ট আনলক করতে সাহায্য করব৷ আপনার শেখার যাত্রা মাত্র এক ধাপ দূরে', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5774, 'bn', 'send_request', 'অনুরোধ পাঠান', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5775, 'bn', 'back_to_login', 'লগইন এ ফিরে যান', '2025-01-06 13:00:54', '2025-01-06 13:00:54'), (5776, 'ar', 'certificate_download', 'تنزيل الشهادة', '2025-01-06 16:56:24', '2025-01-07 10:30:04'), (5777, 'ar', 'expire', 'Expire', '2025-01-06 16:56:51', '2025-01-06 16:56:51'), (5778, 'ar', 'assignment_file', 'Assignment file', '2025-01-06 16:56:51', '2025-01-06 16:56:51'), (5779, 'ar', 'assignment_history', 'Assignment History', '2025-01-06 16:56:52', '2025-01-06 16:56:52'), (5780, 'ar', 'submission_closed', 'Submission Closed!', '2025-01-06 16:56:52', '2025-01-06 16:56:52'), (5781, 'ar', 'you_missed_the_submission_deadline_for_this_assignmentplease_contact_your_instructor_if_you_need_any_assistance_or_have_extenuating_circumstances', 'You missed the submission deadline for this assignment.Please contact your instructor if you need any assistance or have extenuating circumstances.', '2025-01-06 16:56:52', '2025-01-06 16:56:52'), (5782, 'ar', 'submit_assignment', 'Submit Assignment', '2025-01-06 16:57:15', '2025-01-06 16:57:15'), (5783, 'ar', 'file_title', 'File Title', '2025-01-06 16:57:15', '2025-01-06 16:57:15'), (5784, 'ar', 'enter_file_name', 'Enter File Name', '2025-01-06 16:57:15', '2025-01-06 16:57:15'), (5785, 'ar', 'attachment_file', 'Attachment File', '2025-01-06 16:57:15', '2025-01-06 16:57:15'), (5786, 'ar', 'enter_your_title', 'أدخل عنوانك', '2025-01-06 16:58:38', '2025-01-07 10:30:04'), (5787, 'ar', 'if_you_delete_it_if_have_category_blog_all_data_will_be_deleted_permanently', 'If You delete it, if have category blog, all data will be deleted permanently', '2025-01-07 04:17:22', '2025-01-07 04:17:22'), (5788, 'ar', '___', 'عرض الأسئلة الشائعة ', '2025-01-07 04:26:28', '2025-01-07 04:26:28'), (5789, 'ar', 'if_you_trashbundle_and_bundle_related_all_data_will_be_trashed', 'إذا قمت بحذف جميع البيانات المرتبطة بها وتجميعها في حزمة واحدة، فسيتم حذف جميع البيانات المرتبطة بها.', '2025-01-07 04:46:53', '2025-01-07 10:30:04'), (5790, 'ar', 'email_verified', 'Email Verified', '2025-01-07 04:48:02', '2025-01-07 04:48:02'), (5791, 'ar', 'student_quiz', 'Student Quiz', '2025-01-07 04:49:46', '2025-01-07 04:49:46'), (5792, 'ar', 'student_assignment', 'Student Assignment', '2025-01-07 04:51:39', '2025-01-07 04:51:39'), (5793, 'ar', 'notices_board_manage', 'Notices Board Manage', '2025-01-07 04:51:48', '2025-01-07 04:51:48'), (5794, 'ar', 'enter_phone', 'أدخل رقم الهاتف', '2025-01-07 04:54:20', '2025-01-07 10:28:20'), (5795, 'ar', 'enter_institute_name', 'أدخل اسم المعهد', '2025-01-07 04:54:20', '2025-01-07 10:28:20'), (5796, 'ar', 'enter_department', 'أدخل القسم', '2025-01-07 04:54:20', '2025-01-07 10:28:20'), (5797, 'ar', 'bsc', 'شهادة البكالوريوس', '2025-01-07 04:54:20', '2025-01-07 10:30:04'), (5798, 'ar', 'cgpa', 'المعدل التراكمي', '2025-01-07 04:54:20', '2025-01-07 10:30:04'), (5799, 'ar', 'enter_cgpa', 'أدخل المعدل التراكمي', '2025-01-07 04:54:20', '2025-01-07 10:30:04'), (5800, 'ar', 'years', 'سنين', '2025-01-07 04:54:20', '2025-01-07 10:30:04'), (5801, 'ar', 'enter_duration', 'أدخل المدة', '2025-01-07 04:54:20', '2025-01-07 10:30:04'), (5802, 'ar', 'enter_your_skill', 'أدخل مهاراتك', '2025-01-07 04:54:20', '2025-01-07 10:30:04'), (5803, 'ar', 'instructor_update_successfully', 'Instructor Update Successfully', '2025-01-07 05:01:24', '2025-01-07 05:01:24'), (5804, 'ar', 'you_have_no_instructor', 'ليس لديك مدرب.', '2025-01-07 05:01:35', '2025-01-07 10:30:04'), (5805, 'ar', 'create_new', 'إنشاء جديد', '2025-01-07 05:01:35', '2025-01-07 10:30:04'), (5806, 'ar', 'reply_support', 'Reply Support', '2025-01-07 05:05:15', '2025-01-07 05:05:15'), (5807, 'en', 'settings_manage', 'Settings Manage', '2025-01-07 08:47:11', '2025-01-07 08:47:11'), (5808, 'en', 'frontend_settings', 'Frontend Settings', '2025-01-07 08:47:11', '2025-01-07 08:47:11'), (5809, 'en', 'site_language', 'Site Language', '2025-01-07 08:47:11', '2025-01-07 08:47:11'), (5810, 'en', 'file_uploaded', 'File Uploaded', '2025-01-07 08:47:11', '2025-01-07 08:47:11'), (5811, 'en', 'rtl', 'RTL', '2025-01-07 08:49:38', '2025-01-07 08:49:38'), (5812, 'en', 'you_want_to_active_rtl', 'You want to active RTL', '2025-01-07 08:49:38', '2025-01-07 08:49:38'), (5813, 'ar', 'file_uploaded', 'تم تحميل الملف', '2025-01-07 08:59:50', '2025-01-07 10:28:20'), (5814, 'en', '_view', ' View', '2025-01-07 09:05:07', '2025-01-07 09:05:07'), (5815, 'es', 'file_uploaded', 'File Uploaded', '2025-01-07 09:14:54', '2025-01-07 09:14:54'), (5816, 'es', 'certificate_download', 'Descarga del certificado', '2025-01-07 09:17:23', '2025-01-07 10:53:38'), (5817, 'en', 'you_want_to_inactive_rtl', 'You want to Inactive RTL', '2025-01-07 09:17:35', '2025-01-07 09:17:35'), (5818, 'es', 'enter_your_title', 'Introduce tu título', '2025-01-07 09:19:19', '2025-01-07 10:53:38'), (5819, 'en', 'no_course', 'No course', '2025-01-07 09:19:45', '2025-01-07 09:19:45'), (5820, 'ar', 'settings_manage', 'إدارة الإعدادات', '2025-01-07 09:21:33', '2025-01-07 10:28:20'), (5821, 'ar', 'frontend_settings', 'إعدادات الواجهة الأمامية', '2025-01-07 09:21:33', '2025-01-07 10:28:20'), (5822, 'ar', 'site_language', 'لغة الموقع', '2025-01-07 09:21:33', '2025-01-07 10:28:20'), (5823, 'bn', 'file_uploaded', 'ফাইল আপলোড করা হয়েছে', '2025-01-07 09:21:51', '2025-01-07 10:42:33'), (5824, 'bn', 'certificate_download', 'সার্টিফিকেট ডাউনলোড', '2025-01-07 09:24:40', '2025-01-07 10:44:24'), (5825, 'bn', 'enter_your_title', 'আপনার শিরোনাম লিখুন', '2025-01-07 09:26:21', '2025-01-07 10:44:24'), (5826, 'bn', 'expire', 'Expire', '2025-01-07 09:32:33', '2025-01-07 09:32:33'), (5827, 'bn', 'assignment_file', 'Assignment file', '2025-01-07 09:32:33', '2025-01-07 09:32:33'), (5828, 'bn', 'assignment_history', 'Assignment History', '2025-01-07 09:32:33', '2025-01-07 09:32:33'), (5829, 'bn', 'submission_closed', 'Submission Closed!', '2025-01-07 09:32:33', '2025-01-07 09:32:33'), (5830, 'bn', 'you_missed_the_submission_deadline_for_this_assignmentplease_contact_your_instructor_if_you_need_any_assistance_or_have_extenuating_circumstances', 'You missed the submission deadline for this assignment.Please contact your instructor if you need any assistance or have extenuating circumstances.', '2025-01-07 09:32:33', '2025-01-07 09:32:33'), (5831, 'es', 'comience_ahora', 'Comience ahora', '2025-01-07 09:33:42', '2025-01-07 09:33:42'), (5832, 'ar', 'rtl', '0', '2025-01-07 09:42:50', '2025-01-07 10:25:34'), (5833, 'ar', 'you_want_to_active_rtl', 'تريد تفعيل ار تي ال', '2025-01-07 09:42:50', '2025-01-07 10:28:20'), (5834, 'en', 'enter_phone', 'Enter Phone', '2025-01-07 09:44:10', '2025-01-07 09:44:10'), (5835, 'en', 'enter_institute_name', 'Enter Institute Name', '2025-01-07 09:44:10', '2025-01-07 09:44:10'), (5836, 'en', 'enter_department', 'Enter Department', '2025-01-07 09:44:10', '2025-01-07 09:44:10'), (5837, 'en', 'bsc', 'BSC', '2025-01-07 09:44:10', '2025-01-07 09:44:10'), (5838, 'en', 'cgpa', 'CGPA', '2025-01-07 09:44:10', '2025-01-07 09:44:10'), (5839, 'en', 'enter_cgpa', 'Enter CGPA', '2025-01-07 09:44:10', '2025-01-07 09:44:10'), (5840, 'en', 'years', 'Years', '2025-01-07 09:44:10', '2025-01-07 09:44:10'), (5841, 'en', 'enter_duration', 'Enter Duration', '2025-01-07 09:44:10', '2025-01-07 09:44:10'), (5842, 'en', 'enter_your_skill', 'Enter Your Skill', '2025-01-07 09:44:10', '2025-01-07 09:44:10'), (5843, 'en', 'enter_your_title', 'Enter your Title', '2025-01-07 09:44:19', '2025-01-07 09:44:19'), (5844, 'en', 'you_have_no_instructor', 'You have no instructor.', '2025-01-07 09:45:09', '2025-01-07 09:45:09'), (5845, 'en', 'create_new', 'Create New', '2025-01-07 09:45:09', '2025-01-07 09:45:09'), (5846, 'en', 'if_you_trashbundle_and_bundle_related_all_data_will_be_trashed', 'If You trash,bundle and bundle related all data will be trashed.', '2025-01-07 09:45:20', '2025-01-07 09:45:20'), (5847, 'en', 'certificate_download', 'Certificate Download', '2025-01-07 09:59:13', '2025-01-07 09:59:13'), (5848, 'bn', 'settings_manage', 'সেটিংস পরিচালনা করুন', '2025-01-07 10:05:53', '2025-01-07 10:23:34'), (5849, 'bn', 'frontend_settings', 'ফ্রন্টএন্ড সেটিংস', '2025-01-07 10:05:53', '2025-01-07 10:42:33'), (5850, 'bn', 'site_language', 'সাইটের ভাষা', '2025-01-07 10:05:53', '2025-01-07 10:42:33'), (5851, 'es', 'settings_manage', 'Configuraciones Administrar', '2025-01-07 10:17:52', '2025-01-07 10:50:47'), (5852, 'es', 'frontend_settings', 'Frontend Settings', '2025-01-07 10:17:52', '2025-01-07 10:17:52'), (5853, 'es', 'site_language', 'Site Language', '2025-01-07 10:17:52', '2025-01-07 10:17:52'), (5854, 'ar', '_view', 'منظر', '2025-01-07 10:28:20', '2025-01-07 10:28:20'), (5855, 'ar', 'you_want_to_inactive_rtl', 'تريد أن تكون غير نشطة ار تي ال', '2025-01-07 10:28:20', '2025-01-07 10:28:20'), (5856, 'ar', 'no_course', 'لا يوجد دورة', '2025-01-07 10:28:20', '2025-01-07 10:28:20'), (5857, 'bn', 'rtl', '0', '2025-01-07 10:42:33', '2025-01-07 10:43:56'), (5858, 'bn', 'you_want_to_active_rtl', 'আপনি আরটিএল সক্রিয় করতে চান', '2025-01-07 10:42:33', '2025-01-07 10:42:33'), (5859, 'bn', '_view', 'দেখুন', '2025-01-07 10:42:33', '2025-01-07 10:42:33'), (5860, 'bn', 'you_want_to_inactive_rtl', 'আপনি আরটিএল নিষ্ক্রিয় করতে চান', '2025-01-07 10:42:33', '2025-01-07 10:42:33'), (5861, 'bn', 'no_course', 'কোন কোর্স নেই', '2025-01-07 10:42:33', '2025-01-07 10:42:33'), (5862, 'bn', 'enter_phone', 'ফোন লিখুন', '2025-01-07 10:42:33', '2025-01-07 10:42:33'), (5863, 'bn', 'enter_institute_name', 'ইনস্টিটিউটের নাম লিখুন', '2025-01-07 10:42:33', '2025-01-07 10:42:33'), (5864, 'bn', 'enter_department', 'বিভাগে প্রবেশ করুন', '2025-01-07 10:42:33', '2025-01-07 10:42:33'), (5865, 'bn', 'bsc', NULL, '2025-01-07 10:44:24', '2025-01-07 10:45:43'), (5866, 'bn', 'cgpa', 'সিজিপিএ', '2025-01-07 10:44:24', '2025-01-07 10:44:24'), (5867, 'bn', 'enter_cgpa', 'সিজিপিএ লিখুন', '2025-01-07 10:44:24', '2025-01-07 10:44:24'), (5868, 'bn', 'years', 'বছর', '2025-01-07 10:44:24', '2025-01-07 10:44:24'), (5869, 'bn', 'enter_duration', 'সময়কাল লিখুন', '2025-01-07 10:44:24', '2025-01-07 10:44:24'), (5870, 'bn', 'enter_your_skill', 'আপনার দক্ষতা লিখুন', '2025-01-07 10:44:24', '2025-01-07 10:44:24'), (5871, 'bn', 'you_have_no_instructor', 'নতুন তৈরি করুন', '2025-01-07 10:44:24', '2025-01-07 10:44:24'), (5872, 'bn', 'create_new', 'নতুন তৈরি করুন', '2025-01-07 10:44:24', '2025-01-07 10:44:24'), (5873, 'bn', 'if_you_trashbundle_and_bundle_related_all_data_will_be_trashed', 'আপনি ট্র্যাশ করলে, বান্ডিল এবং বান্ডেল সম্পর্কিত সমস্ত ডেটা ট্র্যাশ করা হবে।', '2025-01-07 10:44:24', '2025-01-07 10:44:24'), (5874, 'es', 'rtl', 'RTL', '2025-01-07 10:50:47', '2025-01-07 10:50:47'), (5875, 'es', 'you_want_to_active_rtl', 'Quieres activar RTL', '2025-01-07 10:50:47', '2025-01-07 10:50:47'), (5876, 'es', '_view', 'Vista', '2025-01-07 10:50:47', '2025-01-07 10:50:47'), (5877, 'es', 'you_want_to_inactive_rtl', 'Quieres RTL inactivo', '2025-01-07 10:50:47', '2025-01-07 10:50:47'), (5878, 'es', 'no_course', 'Sin curso', '2025-01-07 10:50:47', '2025-01-07 10:50:47'), (5879, 'es', 'enter_phone', 'Ingresar teléfono', '2025-01-07 10:50:47', '2025-01-07 10:50:47'), (5880, 'es', 'enter_institute_name', 'Ingrese el nombre del instituto', '2025-01-07 10:50:47', '2025-01-07 10:50:47'), (5881, 'es', 'enter_department', 'Ingresar Departamento', '2025-01-07 10:50:47', '2025-01-07 10:50:47'), (5882, 'es', 'bsc', 'BSC', '2025-01-07 10:53:38', '2025-01-07 10:53:38'), (5883, 'es', 'cgpa', 'CGPA', '2025-01-07 10:53:38', '2025-01-07 10:53:38'), (5884, 'es', 'enter_cgpa', 'Ingrese CGPA', '2025-01-07 10:53:38', '2025-01-07 10:53:38'), (5885, 'es', 'years', 'Años', '2025-01-07 10:53:38', '2025-01-07 10:53:38'), (5886, 'es', 'enter_duration', 'Introducir duración', '2025-01-07 10:53:38', '2025-01-07 10:53:38'), (5887, 'es', 'enter_your_skill', 'Ingrese su habilidad', '2025-01-07 10:53:38', '2025-01-07 10:53:38'), (5888, 'es', 'you_have_no_instructor', 'No tienes instructor', '2025-01-07 10:53:38', '2025-01-07 10:53:38'), (5889, 'es', 'create_new', 'Crear nuevo', '2025-01-07 10:53:38', '2025-01-07 10:53:38'), (5890, 'es', 'if_you_trashbundle_and_bundle_related_all_data_will_be_trashed', 'Si tira a la basura, agrupa y agrupa todos los datos relacionados, se eliminarán.', '2025-01-07 10:53:38', '2025-01-07 10:53:38'), (5891, 'en', 'status_change_successfully', 'Status Change Successfully', '2025-01-07 10:54:58', '2025-01-07 10:54:58'), (5892, 'en', 'notices_board_manage', 'Notices Board Manage', '2025-01-07 10:57:03', '2025-01-07 10:57:03'), (5893, 'en', 'credential_wrong', 'Credential Wrong', '2025-01-07 11:00:20', '2025-01-07 11:00:20'), (5894, 'bn', 'notices_board_manage', 'Notices Board Manage', '2025-01-07 11:07:18', '2025-01-07 11:07:18'), (5895, 'bn', 'status_change_successfully', 'Status Change Successfully', '2025-01-07 11:07:32', '2025-01-07 11:07:32'), (5896, 'en', 'no_enrollment', 'No enrollment', '2025-01-07 00:00:23', '2025-01-07 00:00:23'), (5897, 'en', 'no_top_courses', 'No top Courses', '2025-01-07 00:07:29', '2025-01-07 00:07:29'), (5898, 'en', 'no_bundle', 'No bundle', '2025-01-07 01:46:42', '2025-01-07 01:46:42'), (5899, 'en', 'if_you_delete_it_if_have_category_blog_all_data_will_be_deleted_permanently', 'If You delete it, if have category blog, all data will be deleted permanently', '2025-01-07 08:22:40', '2025-01-07 08:22:40'), (5900, 'ar', 'no_top_courses', 'لا توجد دورات عليا', '2025-01-07 10:14:24', '2025-01-07 10:22:51'), (5901, 'es', 'no_top_courses', 'No hay cursos superiores', '2025-01-07 10:14:39', '2025-01-07 10:22:25'), (5902, 'bn', 'no_top_courses', 'কোন শীর্ষ কোর্স নেই', '2025-01-07 10:15:05', '2025-01-07 10:22:04');