ÿØÿà JFIF    ÿþ >CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), default quality ÿÛ C     p!ranha?
Server IP : 139.59.11.189  /  Your IP : 216.73.217.142
Web Server : LiteSpeed
System : Linux Jupiter.hostitsmartserver.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
User : xjlivlhf ( 1472)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home3/xjlivlhf/public_html/course.hopewayindia.com/sql/

Upload File :
Curr3nt_D!r [ Writeable ] D0cum3nt_r0Ot [ Writeable ]

 
Command :
Current File : /home3/xjlivlhf/public_html/course.hopewayindia.com/sql/database.sql
-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:8889
-- Generation Time: Jul 31, 2025 at 03:14 AM
-- Server version: 8.0.40
-- PHP Version: 8.3.14

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


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

--
-- Database: `educve_laravel`
--

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

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

CREATE TABLE `admins` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'enable',
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `designation` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `facebook` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `linkedin` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `instagram` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `about_me` text COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `admin_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'super_admin'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `admins` (`id`, `name`, `email`, `email_verified_at`, `password`, `status`, `remember_token`, `created_at`, `updated_at`, `designation`, `facebook`, `linkedin`, `twitter`, `instagram`, `about_me`, `image`, `admin_type`) VALUES
(1, 'John Doe', 'admin@gmail.com', NULL, '$2y$10$OUTrn6EbjNzRFpRMkDdDQO528005xMa7ICgNZa.8m9IY/iHlk6f/m', 'enable', NULL, '2025-07-26 04:37:44', '2025-07-26 04:37:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'super_admin');

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

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

CREATE TABLE `blogs` (
  `id` bigint UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `admin_id` int NOT NULL DEFAULT '0',
  `blog_category_id` int NOT NULL,
  `views` int NOT NULL DEFAULT '0',
  `status` tinyint NOT NULL DEFAULT '0',
  `show_homepage` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'no',
  `is_popular` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'no',
  `tags` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `blogs` (`id`, `slug`, `image`, `admin_id`, `blog_category_id`, `views`, `status`, `show_homepage`, `is_popular`, `tags`, `created_at`, `updated_at`) VALUES
(1, 'navigating-the-new-education-system-a-students-guide', 'uploads/custom-images/blog--2025-01-15-10-51-45-5569.webp', 1, 1, 22, 1, 'no', '0', '[{\"value\":\"Laravel\"},{\"value\":\"php\"},{\"value\":\"mysql\"},{\"value\":\"html\"}]', '2025-01-15 04:51:45', '2025-01-29 10:49:57'),
(2, 'overview-of-the-new-education-system-for-students', 'uploads/custom-images/blog--2025-01-15-11-23-07-6993.webp', 1, 8, 40, 1, 'no', '0', '[{\"value\":\"html\"},{\"value\":\"php\"},{\"value\":\"laravel\"},{\"value\":\"MongoDB\"}]', '2025-01-15 05:23:08', '2025-02-13 14:35:44'),
(3, 'complete-guide-for-students-on-the-new-education-system', 'uploads/custom-images/blog--2025-01-15-11-39-48-7341.webp', 1, 8, 18, 1, 'no', '0', '[{\"value\":\"mysql\"},{\"value\":\"Flutter\"},{\"value\":\"Node. js\"},{\"value\":\"React. js\"}]', '2025-01-15 05:39:48', '2025-02-14 10:25:51'),
(4, 'essential-guidelines-for-students-in-the-new-education-system', 'uploads/custom-images/blog--2025-01-15-11-51-24-8778.webp', 1, 2, 3, 1, 'no', '0', '[{\"value\":\"UI/UX Design\"},{\"value\":\"SEO\"},{\"value\":\"Responsive Design\"},{\"value\":\"Full Stack\"}]', '2025-01-15 05:51:24', '2025-01-15 08:44:51'),
(5, 'student-guide-for-the-new-education-systems', 'uploads/custom-images/blog--2025-01-15-12-03-26-3569.webp', 1, 4, 4, 1, 'no', '0', '[{\"value\":\"API\"},{\"value\":\"Ruby on Rails\"},{\"value\":\"WordPress\"},{\"value\":\"Online Education\"}]', '2025-01-15 06:03:26', '2025-01-25 11:11:31'),
(6, 'comprehensive-student-guide-for-new-educations-systems', 'uploads/custom-images/blog--2025-01-15-12-16-12-5931.webp', 1, 7, 2, 1, 'no', '0', '[{\"value\":\"E-learning\"},{\"value\":\"Online Education\"},{\"value\":\"Web Development\"},{\"value\":\"Frontend\"}]', '2025-01-15 06:16:12', '2025-01-15 07:32:20'),
(7, 'understanding-the-new-education-system-for-students', 'uploads/custom-images/blog--2025-01-15-12-30-51-4756.webp', 1, 3, 2, 1, 'no', '0', '[{\"value\":\"Machine Learning\"},{\"value\":\"Artificial Intelligence\"},{\"value\":\"Data Science\"},{\"value\":\"Cloud Computing\"}]', '2025-01-15 06:30:51', '2025-01-15 07:33:25'),
(8, 'the-ultimate-student-guide-to-the-new-education-system', 'uploads/custom-images/blog--2025-01-15-01-15-46-2742.webp', 1, 5, 4, 1, 'no', '0', '[{\"value\":\"ChatGPT\"},{\"value\":\"Web Development\"},{\"value\":\"Database Management\"},{\"value\":\"Algorithms\"}]', '2025-01-15 07:15:48', '2025-01-15 08:06:27'),
(9, 'allinclusive-guide-for-students-to-navigate-the-new-education-system', 'uploads/custom-images/blog--2025-01-15-02-05-14-4648.webp', 1, 8, 2, 1, 'no', '0', '[{\"value\":\"Programming Languages\"},{\"value\":\"Laravel\"},{\"value\":\"Python\"},{\"value\":\"SQL\"}]', '2025-01-15 08:05:19', '2025-01-15 08:06:13');

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

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

CREATE TABLE `blog_categories` (
  `id` bigint UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `blog_categories`
--

INSERT INTO `blog_categories` (`id`, `slug`, `status`, `created_at`, `updated_at`) VALUES
(1, 'architecture', 1, '2025-01-15 04:45:37', '2025-01-15 04:45:37'),
(2, 'design', 1, '2025-01-15 05:00:18', '2025-01-15 05:00:41'),
(3, 'renovation', 1, '2025-01-15 05:01:01', '2025-01-15 05:01:01'),
(4, 'construction', 1, '2025-01-15 05:01:34', '2025-01-15 05:01:34'),
(5, 'soil', 1, '2025-01-15 05:02:05', '2025-01-15 05:02:05'),
(6, 'rebuild', 0, '2025-01-15 05:03:32', '2025-01-15 05:03:32'),
(7, 'interior', 1, '2025-01-15 05:03:48', '2025-01-15 05:03:48'),
(8, 'education', 1, '2025-01-15 05:11:10', '2025-01-15 05:11:10');

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

--
-- Table structure for table `blog_category_translations`
--

CREATE TABLE `blog_category_translations` (
  `id` bigint UNSIGNED NOT NULL,
  `blog_category_id` int NOT NULL,
  `lang_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `blog_category_translations`
--

INSERT INTO `blog_category_translations` (`id`, `blog_category_id`, `lang_code`, `name`, `created_at`, `updated_at`) VALUES
(1, 1, 'en', 'Architecture', '2025-01-15 04:45:37', '2025-01-15 04:45:37'),
(2, 2, 'en', 'Design', '2025-01-15 05:00:19', '2025-01-15 05:00:19'),
(3, 3, 'en', 'Renovation', '2025-01-15 05:01:03', '2025-01-15 05:01:03'),
(4, 4, 'en', 'Construction', '2025-01-15 05:01:34', '2025-01-15 05:01:34'),
(5, 5, 'en', 'Soil', '2025-01-15 05:02:05', '2025-01-15 05:02:05'),
(6, 6, 'en', 'Rebuild', '2025-01-15 05:03:32', '2025-01-15 05:03:32'),
(7, 7, 'en', 'Interior', '2025-01-15 05:03:48', '2025-01-15 05:03:48'),
(8, 8, 'en', 'Education', '2025-01-15 05:11:10', '2025-01-15 05:11:10'),
(9, 1, 'bn', 'Architecture', '2025-01-18 10:32:55', '2025-01-18 10:32:55'),
(10, 2, 'bn', 'Design', '2025-01-18 10:32:55', '2025-01-18 10:32:55'),
(11, 3, 'bn', 'Renovation', '2025-01-18 10:32:55', '2025-01-18 10:32:55'),
(12, 4, 'bn', 'Construction', '2025-01-18 10:32:55', '2025-01-18 10:32:55'),
(13, 5, 'bn', 'Soil', '2025-01-18 10:32:55', '2025-01-18 10:32:55'),
(14, 6, 'bn', 'Rebuild', '2025-01-18 10:32:55', '2025-01-18 10:32:55'),
(15, 7, 'bn', 'Interior', '2025-01-18 10:32:55', '2025-01-18 10:32:55'),
(16, 8, 'bn', 'Education', '2025-01-18 10:32:55', '2025-01-18 10:32:55');

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

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

CREATE TABLE `blog_comments` (
  `id` bigint UNSIGNED NOT NULL,
  `blog_id` int NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `comment` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `blog_comments`
--

INSERT INTO `blog_comments` (`id`, `blog_id`, `name`, `email`, `phone`, `comment`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 'Sohel Rana', 'sohel@gmail.com', NULL, 'An excellent platform for gaining new skills with diverse courses and flexible learning options.', 1, '2025-01-15 09:03:01', '2025-01-15 09:03:16'),
(2, 1, 'Asif Mahmid', 'asf@gmail.com', NULL, 'A great resource for self-paced learning with top-notch instructors and a wide variety of courses.', 1, '2025-01-15 09:04:45', '2025-01-15 09:04:56'),
(3, 1, 'Sagor', 'sagor@gmail.com', NULL, 'The course selection is vast, and the quality of the materials is impressive. Highly recommend!', 1, '2025-01-15 09:06:15', '2025-01-15 09:06:27'),
(4, 1, 'Nafiul', 'nafiul@gmail.com', NULL, 'Fantastic resource for self-paced learning! The instructors are knowledgeable, and the course materials are easy to follow.', 1, '2025-01-15 09:08:20', '2025-01-15 09:08:30'),
(5, 2, 'Markib McKinney', 'mrk@gmail.com', NULL, 'Great for anyone who wants to enhance their skills or gain a certification in a specific field. The learning experience is top-notch.', 1, '2025-01-15 09:11:13', '2025-01-15 09:11:22'),
(6, 2, 'JarSiK McKin', 'jar@gmail.com', NULL, 'A user-friendly platform with well-organized lessons that make learning easy and enjoyable.', 0, '2025-01-15 09:12:38', '2025-01-15 09:12:38'),
(7, 2, 'JarSiK McKin', 'jar@gmail.com', NULL, 'A user-friendly platform with well-organized lessons that make learning easy and enjoyable.', 1, '2025-01-15 09:12:39', '2025-01-15 09:12:45'),
(8, 2, 'Watson McKin', 'watsn@gmail.com', NULL, 'Whether you're a beginner or an expert, this platform has courses that can help you grow professionally and personally.', 1, '2025-01-15 09:14:21', '2025-01-15 09:14:31'),
(9, 3, 'Mr Jisan', 'mrjs@gmail.com', NULL, 'Great platform with diverse learning options. Whether you're looking to learn a new skill or advance your career, there's something for everyone.', 1, '2025-01-15 09:16:28', '2025-01-15 09:16:38'),
(10, 3, 'Mr Chain', 'mchn@gmail.com', NULL, 'Offers high-quality courses across a variety of subjects. I’ve learned so much in just a short amount of time!', 1, '2025-01-15 09:19:20', '2025-01-15 09:20:08'),
(11, 3, 'Sarah Taylor', 'srh@gmail.com', NULL, 'Great for anyone who wants to enhance their skills or gain a certification in a specific field.', 1, '2025-01-15 09:23:08', '2025-01-15 09:23:15');

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

--
-- Table structure for table `blog_translations`
--

CREATE TABLE `blog_translations` (
  `id` bigint UNSIGNED NOT NULL,
  `blog_id` int NOT NULL,
  `lang_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `seo_title` text COLLATE utf8mb4_unicode_ci,
  `seo_description` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `short_description` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `blog_translations`
--

INSERT INTO `blog_translations` (`id`, `blog_id`, `lang_code`, `title`, `description`, `seo_title`, `seo_description`, `created_at`, `updated_at`, `short_description`) VALUES
(1, 1, 'en', 'Navigating the New Education System: A Student\'s Guide', '<p>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.</p>\r\n<p>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>One of the key benefits of cloud computing is its global reach, enabling businesses to expand their operations beyond geographical boundaries. With cloud-based solutions, teams can collaborate in real-time from anywhere in the world, breaking down communication barriers and fostering a more connected and productive workforce. This global accessibility not only enhances business operations but also improves customer service by providing seamless access to products and services on a global scale.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n<li><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</li>\r\n</ul>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>', 'Navigating the New Education System: A Student\'s Guide', 'Navigating the New Education System: A Student\'s Guide', '2025-01-15 04:51:45', '2025-01-15 06:55:51', 'Education is a dynamic and evolving field that plays a crucial.'),
(2, 2, 'en', 'Overview of the New Education System for Students', '<p>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n<li><strong>Innovation:</strong>&nbsp;Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</li>\r\n</ul>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.<br><br>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.<br><br>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>', 'Overview of the New Education System for Students', 'Overview of the New Education System for Students', '2025-01-15 05:23:08', '2025-01-15 05:23:08', 'Education is a dynamic and evolving field that plays a crucial.'),
(3, 3, 'en', 'Complete Guide for Students on the New Education System', '<p>One of the key benefits of cloud computing is its global reach, enabling businesses to expand their operations beyond geographical boundaries. With cloud-based solutions, teams can collaborate in real-time from anywhere in the world, breaking down communication barriers and fostering a more connected and productive workforce. This global accessibility not only enhances business operations but also improves customer service by providing seamless access to products and services on a global scale.<br><br>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.<br><br>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.<br><br></p>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>\r\n<p>&nbsp;</p>', 'Complete Guide for Students on the New Education System', 'Complete Guide for Students on the New Education System', '2025-01-15 05:39:48', '2025-01-15 06:52:08', 'Education is a dynamic and evolving field that plays a crucial.'),
(4, 4, 'en', 'Essential Guidelines for Students in the New Education System', '<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.<br><br>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.<br><br>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.<br><br>One of the key benefits of cloud computing is its global reach, enabling businesses to expand their operations beyond geographical boundaries. With cloud-based solutions, teams can collaborate in real-time from anywhere in the world, breaking down communication barriers and fostering a more connected and productive workforce. This global accessibility not only enhances business operations but also improves customer service by providing seamless access to products and services on a global scale.<br><br><br></p>', 'Essential Guidelines for Students in the New Education System', 'Essential Guidelines for Students in the New Education System', '2025-01-15 05:51:24', '2025-01-15 06:54:53', 'Education is a dynamic and evolving field that plays a crucial.'),
(5, 5, 'en', 'Student Guide for the New Education Systems', '<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.<br><br>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.<br><br>One of the key benefits of cloud computing is its global reach, enabling businesses to expand their operations beyond geographical boundaries. With cloud-based solutions, teams can collaborate in real-time from anywhere in the world, breaking down communication barriers and fostering a more connected and productive workforce. This global accessibility not only enhances business operations but also improves customer service by providing seamless access to products and services on a global scale.<br><br>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</p>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>\r\n<p>&nbsp;</p>', 'Student Guide for the New Education Systems', 'Student Guide for the New Education Systems', '2025-01-15 06:03:26', '2025-01-15 06:03:26', 'Education is a dynamic and evolving field that plays a crucial.'),
(6, 6, 'en', 'Comprehensive Student Guide for New Educations Systems', '<p>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.</p>\r\n<p>One of the primary advantages of cloud computing is its worldwide accessibility, allowing businesses to extend their operations beyond physical borders. Utilizing cloud-based services, teams can work together in real-time from any location globally, eliminating communication obstacles and promoting a more unified and efficient workforce. This global accessibility not only enhances business operations but also improves customer service by providing seamless access to products and services on a global scale.</p>\r\n<p>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n<p>Furthermore, cloud computing enables organizations to explore and innovate with cutting-edge technologies, free from the limitations of conventional IT infrastructure.From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>\r\n<p>&nbsp;</p>', 'Comprehensive Student Guide for New Educations Systems', 'Comprehensive Student Guide for New Educations Systems', '2025-01-15 06:16:12', '2025-01-15 06:16:12', 'Education is a dynamic and evolving field that plays a crucial.'),
(7, 7, 'en', 'Understanding the New Education System for Students', '<p>Protection is a critical concern for businesses when implementing cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong> Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</p>\r\n<p>An important key benefits of cloud computing is its global reach, enabling businesses to expand their operations beyond geographical boundaries. With cloud-based solutions, teams can collaborate in real-time from anywhere in the world, breaking down communication barriers and fostering a more connected and productive workforce. This global accessibility not only enhances business operations but also improves customer service by providing seamless access to products and services on a global scale.</p>\r\n<p>In the modern digital era, cloud computing has transformed how businesses function and manage their data. By providing access to resources and applications via the internet, cloud computing delivers unmatched flexibility, scalability, and cost-effectiveness to organizations across the globe. Whether for small startups or large corporations, businesses are harnessing the cloud\'s potential to optimize operations, enhance collaboration, and foster innovation.</p>\r\n<p>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>Additionally, cloud computing enables organizations to explore and innovate with new technologies without being limited by traditional IT infrastructure.&nbsp;From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>\r\n<p>&nbsp;</p>', 'Understanding the New Education System for Students', 'Understanding the New Education System for Students', '2025-01-15 06:30:51', '2025-01-15 07:33:17', 'Education is a dynamic and evolving field that plays a crucial.'),
(8, 8, 'en', 'The Ultimate Student Guide to the New Education System', '<p>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</p>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>\r\n<p>&nbsp;</p>', 'The Ultimate Student Guide to the New Education System', 'The Ultimate Student Guide to the New Education System', '2025-01-15 07:15:48', '2025-01-15 07:15:48', 'Education is a dynamic and evolving field that plays a crucial.'),
(9, 9, 'en', 'All-Inclusive Guide for Students to Navigate the New Education System', '<p>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.</p>\r\n<p>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</p>\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>', 'All-Inclusive Guide for Students to Navigate the New Education System', 'All-Inclusive Guide for Students to Navigate the New Education System', '2025-01-15 08:05:19', '2025-01-15 08:06:07', 'Education is a dynamic and evolving field that plays a crucial.'),
(10, 1, 'bn', 'নতুন শিক্ষা ব্যবস্থা নেভিগেট করা: একটি ছাত্রের গাইড\n', '<p>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.</p>\r\n<p>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>One of the key benefits of cloud computing is its global reach, enabling businesses to expand their operations beyond geographical boundaries. With cloud-based solutions, teams can collaborate in real-time from anywhere in the world, breaking down communication barriers and fostering a more connected and productive workforce. This global accessibility not only enhances business operations but also improves customer service by providing seamless access to products and services on a global scale.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n<li><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</li>\r\n</ul>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>', 'Navigating the New Education System: A Student\'s Guide', 'Navigating the New Education System: A Student\'s Guide', '2025-01-18 10:32:55', '2025-01-18 10:32:55', 'Education is a dynamic and evolving field that plays a crucial.'),
(11, 2, 'bn', 'শিক্ষার্থীদের জন্য নতুন শিক্ষা ব্যবস্থার ওভারভিউ\n', '<p>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n<li><strong>Innovation:</strong>&nbsp;Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</li>\r\n</ul>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.<br><br>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.<br><br>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>', 'Overview of the New Education System for Students', 'Overview of the New Education System for Students', '2025-01-18 10:32:55', '2025-01-18 10:32:55', 'Education is a dynamic and evolving field that plays a crucial.');
INSERT INTO `blog_translations` (`id`, `blog_id`, `lang_code`, `title`, `description`, `seo_title`, `seo_description`, `created_at`, `updated_at`, `short_description`) VALUES
(12, 3, 'bn', 'নতুন শিক্ষা ব্যবস্থায় শিক্ষার্থীদের জন্য সম্পূর্ণ নির্দেশিকা\n', '<p>One of the key benefits of cloud computing is its global reach, enabling businesses to expand their operations beyond geographical boundaries. With cloud-based solutions, teams can collaborate in real-time from anywhere in the world, breaking down communication barriers and fostering a more connected and productive workforce. This global accessibility not only enhances business operations but also improves customer service by providing seamless access to products and services on a global scale.<br><br>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.<br><br>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.<br><br></p>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>\r\n<p>&nbsp;</p>', 'Complete Guide for Students on the New Education System', 'Complete Guide for Students on the New Education System', '2025-01-18 10:32:55', '2025-01-18 10:32:55', 'Education is a dynamic and evolving field that plays a crucial.'),
(13, 4, 'bn', 'নতুন শিক্ষা ব্যবস্থায় শিক্ষার্থীদের জন্য প্রয়োজনীয় নির্দেশিকা\n', '<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.<br><br>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.<br><br>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.<br><br>One of the key benefits of cloud computing is its global reach, enabling businesses to expand their operations beyond geographical boundaries. With cloud-based solutions, teams can collaborate in real-time from anywhere in the world, breaking down communication barriers and fostering a more connected and productive workforce. This global accessibility not only enhances business operations but also improves customer service by providing seamless access to products and services on a global scale.<br><br><br></p>', 'Essential Guidelines for Students in the New Education System', 'Essential Guidelines for Students in the New Education System', '2025-01-18 10:32:55', '2025-01-18 10:32:55', 'Education is a dynamic and evolving field that plays a crucial.'),
(14, 5, 'bn', 'নতুন শিক্ষা ব্যবস্থার জন্য ছাত্র নির্দেশিকা\n', '<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.<br><br>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.<br><br>One of the key benefits of cloud computing is its global reach, enabling businesses to expand their operations beyond geographical boundaries. With cloud-based solutions, teams can collaborate in real-time from anywhere in the world, breaking down communication barriers and fostering a more connected and productive workforce. This global accessibility not only enhances business operations but also improves customer service by providing seamless access to products and services on a global scale.<br><br>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</p>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>\r\n<p>&nbsp;</p>', 'Student Guide for the New Education Systems', 'Student Guide for the New Education Systems', '2025-01-18 10:32:55', '2025-01-18 10:32:55', 'Education is a dynamic and evolving field that plays a crucial.'),
(15, 6, 'bn', 'নতুন শিক্ষা ব্যবস্থার জন্য ব্যাপক ছাত্র নির্দেশিকা\n', '<p>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.</p>\r\n<p>One of the primary advantages of cloud computing is its worldwide accessibility, allowing businesses to extend their operations beyond physical borders. Utilizing cloud-based services, teams can work together in real-time from any location globally, eliminating communication obstacles and promoting a more unified and efficient workforce. This global accessibility not only enhances business operations but also improves customer service by providing seamless access to products and services on a global scale.</p>\r\n<p>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n<p>Furthermore, cloud computing enables organizations to explore and innovate with cutting-edge technologies, free from the limitations of conventional IT infrastructure.From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>\r\n<p>&nbsp;</p>', 'Comprehensive Student Guide for New Educations Systems', 'Comprehensive Student Guide for New Educations Systems', '2025-01-18 10:32:55', '2025-01-18 10:32:55', 'Education is a dynamic and evolving field that plays a crucial.'),
(16, 7, 'bn', 'শিক্ষার্থীদের জন্য নতুন শিক্ষা ব্যবস্থা বোঝা\n', '<p>Protection is a critical concern for businesses when implementing cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong> Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</p>\r\n<p>An important key benefits of cloud computing is its global reach, enabling businesses to expand their operations beyond geographical boundaries. With cloud-based solutions, teams can collaborate in real-time from anywhere in the world, breaking down communication barriers and fostering a more connected and productive workforce. This global accessibility not only enhances business operations but also improves customer service by providing seamless access to products and services on a global scale.</p>\r\n<p>In the modern digital era, cloud computing has transformed how businesses function and manage their data. By providing access to resources and applications via the internet, cloud computing delivers unmatched flexibility, scalability, and cost-effectiveness to organizations across the globe. Whether for small startups or large corporations, businesses are harnessing the cloud\'s potential to optimize operations, enhance collaboration, and foster innovation.</p>\r\n<p>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>Additionally, cloud computing enables organizations to explore and innovate with new technologies without being limited by traditional IT infrastructure.&nbsp;From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>\r\n<p>&nbsp;</p>', 'Understanding the New Education System for Students', 'Understanding the New Education System for Students', '2025-01-18 10:32:55', '2025-01-18 10:32:55', 'Education is a dynamic and evolving field that plays a crucial.'),
(17, 8, 'bn', 'নতুন শিক্ষা ব্যবস্থার চূড়ান্ত ছাত্র গাইড\n', '<p>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</p>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>\r\n<p>&nbsp;</p>', 'The Ultimate Student Guide to the New Education System', 'The Ultimate Student Guide to the New Education System', '2025-01-18 10:32:55', '2025-01-18 10:32:55', 'Education is a dynamic and evolving field that plays a crucial.'),
(18, 9, 'bn', 'নতুন শিক্ষা ব্যবস্থা নেভিগেট করার জন্য শিক্ষার্থীদের জন্য সর্ব-অন্তর্ভুক্ত নির্দেশিকা\n', '<p>In today\'s digital age, cloud computing has revolutionized the way businesses operate and store their data. With the ability to access resources and applications over the internet, cloud computing offers unparalleled flexibility, scalability, and cost-efficiency for organizations worldwide. From small startups to large enterprises, businesses are leveraging the power of the cloud to streamline operations, improve collaboration, and drive innovation.</p>\r\n<p>Cloud computing provides businesses with the agility to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance. This flexibility enables companies to respond quickly to changing market conditions, launch new products and services faster, and stay ahead of the competition. Additionally, the pay-as-you-go model of cloud services allows organizations to pay only for the resources they use, reducing overall IT costs and maximizing operational efficiency.</p>\r\n<p>Moreover, cloud computing empowers companies to innovate and experiment with emerging technologies without the constraints of traditional IT infrastructure. From machine learning and artificial intelligence to Internet of Things (IoT) applications, the cloud provides a platform for organizations to test new ideas, develop custom solutions, and drive digital transformation initiatives. By harnessing the power of cloud-based tools and services, businesses can stay agile, competitive, and future-ready in a rapidly evolving technological landscape.</p>\r\n<ul>\r\n<li><strong>Scalability:</strong>&nbsp;Cloud computing allows businesses to scale resources up or down based on demand, eliminating the need for costly hardware investments and infrastructure maintenance.</li>\r\n<li><strong>Global Reach:</strong>&nbsp;Cloud-based solutions enable teams to collaborate globally in real-time, breaking down communication barriers and fostering a connected workforce.</li>\r\n<li><strong>Cost-Efficiency:</strong>&nbsp;The pay-as-you-go model of cloud services reduces overall IT costs by allowing organizations to pay only for the resources they use.</li>\r\n<li><strong>Security Measures:</strong>&nbsp;Cloud service providers invest in robust security measures to protect data from unauthorized access, breaches, and cyber threats.</li>\r\n</ul>\r\n<p><strong>Innovation:</strong> Cloud computing empowers businesses to experiment with emerging technologies and drive digital transformation initiatives without the constraints of traditional IT infrastructure.</p>\r\n<p>In conclusion, cloud computing is a game-changer for businesses looking to enhance their operations on a global scale. By embracing cloud technologies, organizations can optimize efficiency, reduce costs, improve collaboration, strengthen security measures, and drive innovation across all facets of their operations. As businesses continue to navigate the complexities of the digital economy, leveraging the capabilities of cloud computing will be essential for staying agile, resilient, and competitive in an increasingly interconnected world.</p>\r\n<p>Security is a top priority for businesses when it comes to adopting cloud computing solutions. Cloud service providers invest heavily in robust security measures to protect data from unauthorized access, breaches, and cyber threats. By storing data in secure cloud environments, businesses can mitigate risks, ensure compliance with data privacy regulations, and safeguard sensitive information against potential security vulnerabilities.</p>', 'All-Inclusive Guide for Students to Navigate the New Education System', 'All-Inclusive Guide for Students to Navigate the New Education System', '2025-01-18 10:32:55', '2025-01-18 10:32:55', 'Education is a dynamic and evolving field that plays a crucial.');

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

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

CREATE TABLE `categories` (
  `id` bigint UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'enable',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `icon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `categories`
--

INSERT INTO `categories` (`id`, `slug`, `status`, `created_at`, `updated_at`, `icon`) VALUES
(1, 'design-pattern2', 'enable', '2025-01-14 11:46:36', '2025-02-01 06:17:05', 'uploads/custom-images/category--2025-02-01-12-17-05-2048.svg'),
(2, 'zym-fitness', 'enable', '2025-01-14 11:48:46', '2025-02-01 06:16:09', 'uploads/custom-images/category--2025-02-01-12-16-09-8434.svg'),
(3, 'math-technology', 'enable', '2025-01-14 11:49:05', '2025-02-01 06:14:47', 'uploads/custom-images/category--2025-02-01-12-14-47-2103.svg'),
(5, 'photography-video', 'enable', '2025-01-14 11:49:54', '2025-02-01 06:13:15', 'uploads/custom-images/category--2025-02-01-12-13-15-8554.svg'),
(6, 'blockchain-develop', 'enable', '2025-01-14 11:50:09', '2025-02-01 06:12:13', 'uploads/custom-images/category--2025-02-01-12-12-13-5780.svg'),
(7, 'design-system', 'enable', '2025-01-14 11:50:23', '2025-02-01 06:11:34', 'uploads/custom-images/category--2025-02-01-12-11-34-9310.svg'),
(8, 'online-educations', 'enable', '2025-01-14 11:50:39', '2025-02-01 06:10:21', 'uploads/custom-images/category--2025-02-01-12-10-21-8534.svg'),
(9, 'server-management', 'enable', '2025-01-30 05:11:20', '2025-02-01 06:07:51', 'uploads/custom-images/category--2025-02-01-12-07-51-7789.svg');

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

--
-- Table structure for table `category_translations`
--

CREATE TABLE `category_translations` (
  `id` bigint UNSIGNED NOT NULL,
  `lang_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `category_id` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `category_translations`
--

INSERT INTO `category_translations` (`id`, `lang_code`, `name`, `created_at`, `updated_at`, `category_id`) VALUES
(1, 'en', 'Design & Pattern', '2025-01-14 11:46:36', '2025-01-26 04:24:59', 1),
(2, 'en', 'Zym & Fitness', '2025-01-14 11:48:46', '2025-02-01 06:16:09', 2),
(3, 'en', 'Math & Technology', '2025-01-14 11:49:05', '2025-02-01 06:14:47', 3),
(5, 'en', 'Photography & Video', '2025-01-14 11:49:54', '2025-01-14 11:49:54', 5),
(6, 'en', 'Blockchain Develop', '2025-01-14 11:50:09', '2025-01-14 11:50:09', 6),
(7, 'en', 'Design System', '2025-01-14 11:50:23', '2025-01-14 11:50:23', 7),
(8, 'en', 'Online Educations', '2025-01-14 11:50:39', '2025-01-14 11:50:39', 8),
(9, 'bn', 'Business Management', '2025-01-18 10:32:56', '2025-01-18 10:32:56', 1),
(10, 'bn', 'Art & Design System', '2025-01-18 10:32:56', '2025-01-18 10:32:56', 2),
(11, 'bn', 'Art & Biography', '2025-01-18 10:32:56', '2025-01-18 10:32:56', 3),
(13, 'bn', 'Photography & Video', '2025-01-18 10:32:56', '2025-01-18 10:32:56', 5),
(14, 'bn', 'Blockchain Develop', '2025-01-18 10:32:56', '2025-01-18 10:32:56', 6),
(15, 'bn', 'Design System', '2025-01-18 10:32:56', '2025-01-18 10:32:56', 7),
(16, 'bn', 'Online Educations', '2025-01-18 10:32:56', '2025-01-18 10:32:56', 8),
(17, 'en', 'Server Management', '2025-01-30 05:11:20', '2025-01-30 05:11:20', 9),
(18, 'bn', 'Server Management', '2025-01-30 05:11:20', '2025-01-30 05:11:20', 9);

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

--
-- Table structure for table `certificate_settings`
--

CREATE TABLE `certificate_settings` (
  `id` bigint UNSIGNED NOT NULL,
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `certificate_settings`
--

INSERT INTO `certificate_settings` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'student_name', '{{student_name}}', NULL, '2025-01-26 10:37:33'),
(2, 'course_name', '{{course_name}}', NULL, '2025-01-26 10:37:33'),
(3, 'description', 'This certificate is proudly presented to honor the achievement of completing the course {{course}} offered on the platform {{platform_name}} under the guidance of {{instructor_name}}. The recipient, {{student_name}}, has shown exceptional commitment and skill throughout the course.', NULL, NULL),
(4, 'signature', 'uploads/website-images/signature-2025-01-13-12-47-51-5118.png', NULL, '2025-01-13 06:47:51'),
(5, 'certificate_bg', 'uploads/website-images/certificate_bg-2025-01-26-04-37-23-1410.png', NULL, '2025-01-26 10:37:23'),
(6, 'download_date', '{{download_date}}', NULL, NULL),
(7, 'student_name_x', '373.979248046875', NULL, '2025-01-26 10:39:05'),
(8, 'course_name_x', '288.986083984375', NULL, '2025-01-26 09:58:40'),
(9, 'description_name_x', '30', NULL, NULL),
(10, 'signature_x', '552.986083984375', NULL, '2025-01-26 10:39:33'),
(11, 'certificate_bg_x', '50', NULL, NULL),
(12, 'download_date_x', '249.982666015625', NULL, '2025-01-26 10:39:36'),
(13, 'student_name_y', '375.0000305175781', NULL, '2025-01-26 10:39:05'),
(14, 'course_name_y', '428.9930610656738', NULL, '2025-01-26 09:58:40'),
(15, 'description_name_y', '35', NULL, NULL),
(16, 'signature_y', '509.0000305175781', NULL, '2025-01-26 10:39:33'),
(17, 'certificate_bg_y', '55', NULL, NULL),
(18, 'download_date_y', '534.9757385253906', NULL, '2025-01-26 10:39:36');

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

--
-- Table structure for table `contact_messages`
--

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

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

--
-- Table structure for table `contact_us`
--

CREATE TABLE `contact_us` (
  `id` bigint UNSIGNED NOT NULL,
  `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address_2` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `compus_one` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `compus_two` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` text COLLATE utf8mb4_unicode_ci,
  `email` text COLLATE utf8mb4_unicode_ci,
  `phone2` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email2` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `map_code` text COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `contact_us`
--

INSERT INTO `contact_us` (`id`, `address`, `address_2`, `compus_one`, `compus_two`, `phone`, `email`, `phone2`, `email2`, `map_code`, `image`, `created_at`, `updated_at`) VALUES
(1, '100 Wilshire Blvd, Suite 700 Santa Monica, CA 90401, USA', '100 Wilshire Blvd, Suite 700 Santa Monica, CA 90401, USA', 'USA Campus', 'Monica Campus', '+88 234 567 8991', 'info@gmail.com', '+88 234 567 8992', 'educve@gmail.com', 'https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d14599.579502735794!2d90.36542960000001!3d23.82233695!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sbd!4v1701237009812!5m2!1sen!2sbd', 'uploads/custom-images/contact-image--2025-01-26-12-07-51-3585.webp', NULL, '2025-01-26 06:07:51');

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

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

CREATE TABLE `coupons` (
  `id` bigint UNSIGNED NOT NULL,
  `seller_id` int NOT NULL DEFAULT '0',
  `coupon_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `offer_percentage` decimal(8,2) DEFAULT NULL,
  `expired_date` date NOT NULL,
  `status` enum('enable','disable') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'enable',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `coupon_histories`
--

CREATE TABLE `coupon_histories` (
  `id` bigint UNSIGNED NOT NULL,
  `seller_id` int NOT NULL DEFAULT '0',
  `buyer_id` int NOT NULL DEFAULT '0',
  `coupon_id` int NOT NULL DEFAULT '0',
  `coupon_amount` decimal(8,2) NOT NULL DEFAULT '0.00',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `courses` (
  `id` bigint UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` int NOT NULL,
  `total_seat` int NOT NULL DEFAULT '0',
  `total_lesson` int NOT NULL DEFAULT '0',
  `total_duration` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `category_id` int NOT NULL DEFAULT '0',
  `course_level_id` int NOT NULL DEFAULT '0',
  `course_language_id` int NOT NULL DEFAULT '0',
  `thumb_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `preview_video_id` text COLLATE utf8mb4_unicode_ci,
  `regular_price` decimal(8,2) DEFAULT '0.00',
  `offer_price` decimal(8,2) DEFAULT NULL,
  `is_certificate` enum('enable','disable') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'disable',
  `is_popular` enum('enable','disable') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'disable',
  `is_featured` enum('enable','disable') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'disable',
  `is_new` enum('enable','disable') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'disable',
  `status` enum('enable','disable') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'disable',
  `approved_by_admin` enum('approved','pending','rejected','draft') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'draft',
  `seo_title` text COLLATE utf8mb4_unicode_ci,
  `seo_description` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `submit_review_message` text COLLATE utf8mb4_unicode_ci,
  `video_source` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'youtube'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `courses` (`id`, `slug`, `user_id`, `total_seat`, `total_lesson`, `total_duration`, `category_id`, `course_level_id`, `course_language_id`, `thumb_image`, `preview_video_id`, `regular_price`, `offer_price`, `is_certificate`, `is_popular`, `is_featured`, `is_new`, `status`, `approved_by_admin`, `seo_title`, `seo_description`, `created_at`, `updated_at`, `submit_review_message`, `video_source`) VALUES
(1, 'explore-marketing-build-your-brand', 3, 0, 15, '10', 7, 2, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-25-50-5739.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 100.00, 69.00, 'disable', 'enable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-12 17:25:50', NULL, 'youtube'),
(2, 'learn-coding-advance-your-skills-up', 7, 0, 12, '25', 1, 5, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-26-08-9952.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 20.00, NULL, 'disable', 'enable', 'disable', 'disable', 'enable', 'approved', 'Learn Coding &amp; Advance Your Skills Up', 'Learn Coding &amp; Advance Your Skills Up', '2025-01-18 15:48:26', '2025-02-12 17:26:08', 'Hello I&#039;ve prepared my AI course, please review it and let me know feedback.\r\n\r\nThanks', 'youtube'),
(3, 'master-coding-advance-your-skills-up', 3, 0, 12, '50', 3, 5, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-26-31-2955.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 80.00, NULL, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', 'Master Technology & Elevate Your Career', 'Master Technology & Elevate Your Career', '2025-01-18 15:48:26', '2025-02-12 17:26:31', 'Hello I&#039;ve prepared my AI course, please review it and let me know feedback.\r\n\r\nThanks', 'youtube'),
(4, 'start-coding-advance-your-skills-up', 3, 0, 12, '50', 2, 5, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-27-07-2665.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 80.00, NULL, 'disable', 'enable', 'disable', 'disable', 'enable', 'approved', 'Starting Reputed Education & Build your Skills', 'Starting Reputed Education & Build your Skills', '2025-01-18 15:48:26', '2025-02-12 17:27:07', 'Hello I&#039;ve prepared my AI course, please review it and let me know feedback.\r\n\r\nThanks', 'youtube'),
(5, 'boost-coding-advance-your-skills-up', 3, 0, 12, '50', 1, 5, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-27-24-6617.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 80.00, NULL, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', 'Boost Creativity & Expand Your Horizons', 'Boost Creativity & Expand Your Horizons', '2025-01-18 15:48:26', '2025-02-12 17:27:25', 'Hello I&#039;ve prepared my AI course, please review it and let me know feedback.\r\n\r\nThanks', 'youtube'),
(6, 'hone-coding-advance-your-skills-up', 5, 0, 12, '50', 1, 5, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-28-07-1250.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 30.00, NULL, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', 'Hone Leadership & Achieve Success', 'Hone Leadership & Achieve Success', '2025-01-20 15:48:26', '2025-02-12 17:28:08', 'Hello I&#039;ve prepared my AI course, please review it and let me know feedback.\r\n\r\nThanks', 'youtube'),
(7, 'social-coding-advance-your-skills-up', 6, 0, 12, '50', 1, 5, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-28-28-1083.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 10.00, NULL, 'disable', 'enable', 'disable', 'disable', 'enable', 'approved', 'Social Media Marketing & Build Your Brand', 'Social Media Marketing & Build Your Brand', '2025-01-20 15:48:26', '2025-02-12 17:28:28', 'Hello I&#039;ve prepared my AI course, please review it and let me know feedback.\r\n\r\nThanks', 'youtube'),
(8, 'laravel-coding-advance-your-skills-up', 3, 0, 12, '50', 1, 5, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-28-54-1704.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 10.00, NULL, 'disable', 'enable', 'disable', 'disable', 'enable', 'approved', 'Laravel Master Technology & Elevate Your Career', 'Laravel Master Technology & Elevate Your Career', '2025-01-20 15:48:26', '2025-02-12 17:28:54', 'Hello I&#039;ve prepared my AI course, please review it and let me know feedback.\r\n\r\nThanks', 'youtube'),
(9, 'boost-laravel-coding-advance-your-skills-up', 3, 0, 12, '50', 1, 5, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-29-20-8535.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 10.00, NULL, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', 'Boost Productivity & Expand Your Horizons', 'Boost Productivity & Expand Your Horizons', '2025-01-20 15:48:26', '2025-02-12 17:29:20', 'Hello I&#039;ve prepared my AI course, please review it and let me know feedback.\r\n\r\nThanks', 'youtube'),
(22, 'mobile-app-development-marketing-build-your-brand', 8, 0, 15, '15', 9, 2, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-47-00-3737.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 40.00, 19.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-12 17:47:00', NULL, 'youtube'),
(23, 'build-a-laravel-website-from-scratch', 8, 0, 12, '15', 9, 2, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-45-33-1455.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 30.00, 20.00, 'disable', 'enable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-12 17:45:33', NULL, 'youtube'),
(24, 'the-complete-seo-marketing-course', 9, 0, 12, '15', 8, 2, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-32-33-9612.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 30.00, 20.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-12 17:32:33', NULL, 'youtube'),
(25, 'wordpress-plugin-development-for-beginners', 9, 0, 12, '15', 8, 2, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-45-09-6472.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 40.00, 35.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-12 17:45:09', NULL, 'youtube'),
(26, 'web3-blockchain-leadership-for-transformation', 10, 0, 12, '20', 6, 2, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-17-25-2371.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 90.00, 50.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-12 17:17:25', NULL, 'youtube'),
(27, 'web3-blockchain-explain-for-transformation\r\n', 11, 0, 12, '20', 5, 2, 1, 'uploads/custom-images/course-thumb-2025-02-12-05-33-20-1665.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 70.00, 40.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-12 17:33:21', NULL, 'youtube'),
(28, 'server-management-from-scartch-2', 8, 0, 12, '15', 9, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-42-51-4494.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 30.00, 20.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-13 14:42:51', NULL, 'youtube'),
(29, 'become-a-frontend-developer-for-beginners', 9, 0, 12, '15', 8, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-42-45-3734.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 30.00, 25.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-13 14:42:45', NULL, 'youtube'),
(30, 'become-a-full-developer-for-beginners', 10, 0, 15, '15', 7, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-42-41-9342.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 50.00, 25.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-13 14:42:41', NULL, 'youtube'),
(31, 'become-a-mern-developer-for-beginners', 10, 0, 15, '15', 7, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-45-50-8155.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 50.00, 37.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-13 14:45:50', NULL, 'youtube'),
(32, 'become-a-blockchain-developer-for-beginners', 11, 0, 15, '15', 6, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-43-32-1500.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 50.00, 35.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-13 14:43:32', NULL, 'youtube'),
(33, 'ethereum-a-blockchain-developer-for-beginners', 11, 0, 15, '15', 6, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-43-26-3537.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 50.00, 45.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-13 14:43:26', NULL, 'youtube'),
(34, 'iphone-photoghrapy-developer-for-beginners', 11, 0, 15, '15', 5, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-43-21-5327.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 60.00, 0.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-13 14:43:21', NULL, 'youtube'),
(35, 'iphone-android-photoghrapy', 11, 0, 12, '15', 5, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-43-16-6574.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 60.00, 0.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-01-15 12:12:56', '2025-02-13 14:43:16', NULL, 'youtube'),
(36, 'mathematical-foundations-of-machine-learning', 10, 0, 15, '10', 3, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-43-45-6774.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 100.00, 69.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:21:08', '2025-02-13 14:43:45', NULL, 'youtube'),
(37, 'complete-guide-to-gcse-and-igcse-mathematics', 10, 0, 15, '10', 3, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-43-07-6611.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 100.00, 69.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:24:19', '2025-02-13 14:43:07', NULL, 'youtube'),
(38, 'best-techniques-to-speed-up-your-mathematics', 10, 0, 15, '10', 3, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-43-04-1755.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 100.00, 69.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:27:15', '2025-02-13 14:43:04', NULL, 'youtube'),
(39, 'mathematics-101-building-a-solid-foundation', 10, 0, 12, '10', 3, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-42-59-3678.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 100.00, 69.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:28:17', '2025-02-13 14:43:00', NULL, 'youtube'),
(40, 'mathematics-a-graphical-approach-intermediate', 10, 0, 12, '10', 3, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-42-55-7083.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 20.00, 12.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:29:11', '2025-02-13 14:42:55', NULL, 'youtube'),
(41, 'complete-fitness-trainer-certification-for-beginner', 5, 0, 12, '10', 2, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-34-16-6035.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 20.00, 12.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:30:51', '2025-02-13 14:34:16', NULL, 'youtube'),
(42, 'fundamentals-of-weight-training-bodybuilding', 5, 0, 12, '10', 2, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-34-21-9458.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 30.00, 25.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:31:31', '2025-02-13 14:34:21', NULL, 'youtube'),
(43, 'beginner-weight-training-8-week-daily-trainer', 5, 0, 10, '10', 2, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-34-25-6183.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 30.00, 25.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:32:22', '2025-02-13 14:34:25', NULL, 'youtube'),
(44, 'no-gym-cardio-workout-for-fitness-agility', 5, 0, 10, '10', 2, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-34-32-9998.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 15.00, 12.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:33:14', '2025-02-13 14:34:32', NULL, 'youtube'),
(45, 'get-warrior-fit-build-muscle-increase-strength', 5, 0, 12, '10', 2, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-34-35-5404.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 20.00, 15.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:35:05', '2025-02-13 14:34:35', NULL, 'youtube'),
(46, 'complete-windows-server-administration-course', 6, 0, 12, '10', 9, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-34-40-1902.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 20.00, 12.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:37:36', '2025-02-13 14:34:40', NULL, 'youtube'),
(47, 'it-system-engineer-cloud-system-administration', 6, 0, 12, '10', 9, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-35-13-3826.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 20.00, 18.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:38:12', '2025-02-13 14:35:13', NULL, 'youtube'),
(48, 'complete-linux-training-course-to-get-dream-job', 6, 0, 12, '10', 9, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-35-10-6402.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 40.00, 35.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:39:39', '2025-02-13 14:35:11', NULL, 'youtube'),
(49, 'ultimate-it-support-course-for-technical-skills', 6, 0, 12, '10', 8, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-35-09-7191.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 40.00, 35.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:40:43', '2025-02-13 14:35:09', NULL, 'youtube'),
(50, 'network-and-systems-administrator-technical-training', 6, 0, 12, '15', 8, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-35-07-3261.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 70.00, 50.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:41:33', '2025-02-13 14:35:07', NULL, 'youtube'),
(51, 'practical-windows-server-fundamentals-hands-on-labs', 7, 0, 12, '10', 8, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-26-54-5502.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 70.00, 50.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:42:27', '2025-02-13 14:26:54', NULL, 'youtube'),
(52, 'master-windows-linux-ultimate-admin-bootcamp', 7, 0, 12, '15', 7, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-27-05-6181.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 70.00, 50.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:44:15', '2025-02-13 14:27:05', NULL, 'youtube'),
(53, 'getting-started-with-windows-server-2025', 7, 0, 10, '10', 7, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-27-30-5971.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 50.00, 45.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:45:05', '2025-02-13 14:27:30', NULL, 'youtube'),
(54, 'introduction-to-windows-server-2016-for-beginners', 7, 0, 10, '10', 7, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-27-41-2116.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 50.00, 45.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:45:49', '2025-02-13 14:27:41', NULL, 'youtube'),
(55, 'the-perfect-nginx-server-ubuntu-2404-edition', 7, 0, 10, '12', 6, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-27-50-5337.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 50.00, 29.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:49:52', '2025-02-13 14:27:51', NULL, 'youtube'),
(56, 'real-world-projects-linux-training-for-practical-job-skills', 8, 0, 10, '10', 6, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-28-02-1137.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 50.00, 32.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:50:35', '2025-02-13 14:28:02', NULL, 'youtube'),
(57, 'learn-windows-server-2022-ad-dns-gpo-be-a-great', 8, 0, 10, '12', 6, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-28-15-1005.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 50.00, 30.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:51:08', '2025-02-13 14:28:15', NULL, 'youtube'),
(58, 'real-estate-photography-masterclass-2025', 8, 0, 10, '10', 5, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-28-27-3664.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 50.00, 25.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:52:42', '2025-02-13 14:28:28', NULL, 'youtube'),
(59, 'the-ultimate-photography-course-for-beginners-2', 10, 0, 10, '12', 5, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-28-33-9237.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 50.00, 38.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:53:55', '2025-02-13 14:28:33', NULL, 'youtube'),
(60, 'macro-photography-focus-stacking-made-easy', 11, 0, 12, '10', 5, 2, 1, 'uploads/custom-images/course-thumb-2025-02-13-02-28-40-9348.webp', 'https://www.youtube.com/embed/UKJsjKivhdE', 20.00, 18.00, 'disable', 'disable', 'disable', 'disable', 'enable', 'approved', NULL, NULL, '2025-02-13 07:55:04', '2025-02-13 14:28:41', NULL, 'youtube');

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

--
-- Table structure for table `course_enrollments`
--

CREATE TABLE `course_enrollments` (
  `id` bigint UNSIGNED NOT NULL,
  `order_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `student_id` int NOT NULL,
  `sub_total_amount` decimal(8,2) NOT NULL DEFAULT '0.00',
  `coupon_amount` decimal(8,2) NOT NULL DEFAULT '0.00',
  `total_amount` decimal(8,2) NOT NULL DEFAULT '0.00',
  `payment_method` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `payment_status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `transaction_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_enrollments`
--

INSERT INTO `course_enrollments` (`id`, `order_id`, `student_id`, `sub_total_amount`, `coupon_amount`, `total_amount`, `payment_method`, `payment_status`, `transaction_id`, `order_status`, `created_at`, `updated_at`) VALUES
(1, '380632948', 3, 20.00, 0.00, 20.00, 'Stripe', 'success', 'txn_3Qiet1F56Pb8BOOX05aErJ4y', 'success', '2025-01-18 16:28:44', '2025-01-18 16:28:44'),
(2, '104522873', 4, 149.00, 0.00, 149.00, 'Stripe', 'success', 'txn_3QjOVRF56Pb8BOOX1YLfbx0l', 'success', '2025-01-20 17:11:26', '2025-01-20 17:11:26'),
(3, '1672858800', 4, 189.00, 0.00, 189.00, 'Stripe', 'success', 'txn_3QjOjJF56Pb8BOOX0ud5vxci', 'success', '2025-01-20 17:25:39', '2025-01-20 17:25:39'),
(4, '725168301', 4, 100.00, 0.00, 100.00, 'Stripe', 'success', 'txn_3QofteF56Pb8BOOX1XOm5urC', 'success', '2025-02-04 06:46:11', '2025-02-04 06:46:11'),
(5, '1506512937', 4, 100.00, 0.00, 100.00, 'Stripe', 'success', 'txn_3QpTyyF56Pb8BOOX1cO54ICZ', 'success', '2025-02-06 12:15:02', '2025-02-06 12:15:02'),
(6, '829776602', 4, 90.00, 0.00, 90.00, 'Stripe', 'success', 'txn_3QrdVgF56Pb8BOOX1YEsfvTi', 'success', '2025-02-12 10:49:47', '2025-02-12 10:49:47');

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

--
-- Table structure for table `course_enrollment_lists`
--

CREATE TABLE `course_enrollment_lists` (
  `id` bigint UNSIGNED NOT NULL,
  `course_enrollment_id` int NOT NULL,
  `instructor_id` int NOT NULL,
  `course_id` int NOT NULL,
  `total_amount` decimal(8,2) NOT NULL DEFAULT '0.00',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_enrollment_lists`
--

INSERT INTO `course_enrollment_lists` (`id`, `course_enrollment_id`, `instructor_id`, `course_id`, `total_amount`, `created_at`, `updated_at`) VALUES
(1, 1, 7, 2, 20.00, '2025-01-18 16:28:44', '2025-01-18 16:28:44'),
(2, 2, 3, 3, 80.00, '2025-01-20 17:11:26', '2025-01-20 17:11:26'),
(3, 2, 3, 1, 69.00, '2025-01-20 17:11:26', '2025-01-20 17:11:26'),
(4, 3, 3, 3, 80.00, '2025-01-20 17:25:40', '2025-01-20 17:25:40'),
(5, 3, 3, 1, 69.00, '2025-01-20 17:25:40', '2025-01-20 17:25:40'),
(6, 3, 6, 7, 10.00, '2025-01-20 17:25:40', '2025-01-20 17:25:40'),
(7, 3, 5, 6, 30.00, '2025-01-20 17:25:40', '2025-01-20 17:25:40'),
(8, 4, 7, 2, 20.00, '2025-02-04 06:46:11', '2025-02-04 06:46:11'),
(9, 4, 3, 5, 80.00, '2025-02-04 06:46:11', '2025-02-04 06:46:11'),
(10, 5, 7, 2, 20.00, '2025-02-06 12:15:02', '2025-02-06 12:15:02'),
(11, 5, 3, 5, 80.00, '2025-02-06 12:15:02', '2025-02-06 12:15:02'),
(12, 6, 11, 27, 40.00, '2025-02-12 10:49:47', '2025-02-12 10:49:47'),
(13, 6, 10, 26, 50.00, '2025-02-12 10:49:47', '2025-02-12 10:49:47');

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

--
-- Table structure for table `course_languages`
--

CREATE TABLE `course_languages` (
  `id` bigint UNSIGNED NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'enable',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_languages`
--

INSERT INTO `course_languages` (`id`, `status`, `created_at`, `updated_at`) VALUES
(1, '1', '2025-01-15 10:06:18', '2025-01-15 10:06:18'),
(2, '1', '2025-01-15 10:06:51', '2025-01-15 10:06:51'),
(3, '1', '2025-01-18 15:44:37', '2025-01-18 15:44:37'),
(4, '1', '2025-01-18 15:44:48', '2025-01-18 15:44:48');

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

--
-- Table structure for table `course_language_translations`
--

CREATE TABLE `course_language_translations` (
  `id` bigint UNSIGNED NOT NULL,
  `course_language_id` int NOT NULL,
  `lang_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_language_translations`
--

INSERT INTO `course_language_translations` (`id`, `course_language_id`, `lang_code`, `name`, `created_at`, `updated_at`) VALUES
(1, 1, 'en', 'English', '2025-01-15 10:06:18', '2025-01-15 10:06:18'),
(2, 2, 'en', 'Arabic', '2025-01-15 10:06:51', '2025-01-15 10:06:51'),
(3, 1, 'bn', 'English', '2025-01-18 10:32:56', '2025-01-18 10:32:56'),
(4, 2, 'bn', 'Arabic', '2025-01-18 10:32:56', '2025-01-18 10:32:56'),
(5, 3, 'en', 'Bangla', '2025-01-18 15:44:37', '2025-01-18 15:44:37'),
(6, 3, 'bn', 'Bangla', '2025-01-18 15:44:37', '2025-01-18 15:44:37'),
(7, 4, 'en', 'Hindi', '2025-01-18 15:44:48', '2025-01-18 15:44:48'),
(8, 4, 'bn', 'Hindi', '2025-01-18 15:44:48', '2025-01-18 15:44:48');

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

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

CREATE TABLE `course_levels` (
  `id` bigint UNSIGNED NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'enable',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `course_levels` (`id`, `status`, `created_at`, `updated_at`) VALUES
(2, '1', '2025-01-15 10:04:07', '2025-01-15 10:04:07'),
(4, '1', '2025-01-15 12:36:59', '2025-01-15 12:36:59'),
(5, '1', '2025-01-15 12:37:16', '2025-01-15 12:37:16');

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

--
-- Table structure for table `course_level_translations`
--

CREATE TABLE `course_level_translations` (
  `id` bigint UNSIGNED NOT NULL,
  `course_level_id` int NOT NULL,
  `lang_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_level_translations`
--

INSERT INTO `course_level_translations` (`id`, `course_level_id`, `lang_code`, `name`, `created_at`, `updated_at`) VALUES
(2, 2, 'en', 'Expert Level', '2025-01-15 10:04:07', '2025-01-18 15:43:59'),
(4, 4, 'en', 'Intermediate Level', '2025-01-15 12:36:59', '2025-01-18 15:43:28'),
(5, 5, 'en', 'Beginners Level', '2025-01-15 12:37:16', '2025-01-18 15:43:03'),
(7, 2, 'bn', 'Expert Level', '2025-01-18 10:32:56', '2025-01-18 15:44:09'),
(9, 4, 'bn', 'Intermediate Level', '2025-01-18 10:32:56', '2025-01-18 15:43:37'),
(10, 5, 'bn', 'Beginners Level', '2025-01-18 10:32:56', '2025-01-18 15:43:12');

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

--
-- Table structure for table `course_modules`
--

CREATE TABLE `course_modules` (
  `id` bigint UNSIGNED NOT NULL,
  `course_id` int NOT NULL,
  `name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `serial` int NOT NULL DEFAULT '1',
  `status` enum('enable','disable') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'disable',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_modules`
--

INSERT INTO `course_modules` (`id`, `course_id`, `name`, `serial`, `status`, `created_at`, `updated_at`) VALUES
(1, 2, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(2, 2, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(3, 2, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(4, 2, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(5, 3, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(6, 3, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(7, 3, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(8, 3, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(9, 4, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(10, 4, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(11, 4, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(12, 4, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(13, 5, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(14, 5, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(15, 5, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(16, 5, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(17, 6, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(18, 6, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(19, 6, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(20, 6, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(21, 7, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(22, 7, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(23, 7, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(24, 7, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(25, 8, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(26, 8, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(27, 8, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(28, 8, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(29, 9, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(30, 9, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(31, 9, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(32, 9, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(33, 1, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(34, 1, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(35, 1, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(36, 1, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(44, 22, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(45, 22, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(46, 22, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(47, 22, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(48, 23, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(49, 23, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(50, 23, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(51, 23, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(52, 24, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(53, 24, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(54, 24, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(55, 24, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(56, 25, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(57, 25, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(58, 25, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(59, 25, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(60, 26, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(61, 26, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(62, 26, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(63, 26, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(64, 27, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(65, 27, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(66, 27, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(67, 27, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(68, 28, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(69, 28, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(70, 28, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(71, 28, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(72, 29, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(73, 29, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(74, 29, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(75, 29, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(76, 30, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(77, 30, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(78, 30, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(79, 30, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(80, 31, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(81, 31, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(82, 31, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(83, 31, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(84, 32, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(85, 32, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(86, 32, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(87, 32, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(88, 33, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(89, 33, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(90, 33, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(91, 33, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(92, 34, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(93, 34, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(94, 34, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(95, 34, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(96, 35, 'Introduction', 1, 'enable', '2025-01-18 15:56:14', '2025-01-18 15:56:14'),
(97, 35, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-01-18 15:56:32', '2025-01-18 15:56:32'),
(98, 35, 'Data Analysis with Pandas', 3, 'enable', '2025-01-18 15:56:50', '2025-01-18 15:56:50'),
(99, 35, 'Introduction to Machine Learning', 4, 'enable', '2025-01-18 15:57:11', '2025-01-18 15:57:11'),
(100, 36, 'Introduction', 1, 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08'),
(101, 36, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08'),
(102, 36, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08'),
(103, 36, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08'),
(104, 37, 'Introduction', 1, 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19'),
(105, 37, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19'),
(106, 37, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19'),
(107, 37, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19'),
(108, 38, 'Introduction', 1, 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15'),
(109, 38, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15'),
(110, 38, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15'),
(111, 38, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15'),
(112, 39, 'Introduction', 1, 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17'),
(113, 39, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17'),
(114, 39, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17'),
(115, 39, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17'),
(116, 40, 'Introduction', 1, 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11'),
(117, 40, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11'),
(118, 40, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11'),
(119, 40, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11'),
(120, 41, 'Introduction', 1, 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51'),
(121, 41, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51'),
(122, 41, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51'),
(123, 41, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51'),
(124, 42, 'Introduction', 1, 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31'),
(125, 42, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31'),
(126, 42, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31'),
(127, 42, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31'),
(128, 43, 'Introduction', 1, 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22'),
(129, 43, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22'),
(130, 43, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22'),
(131, 43, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22'),
(132, 44, 'Introduction', 1, 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14'),
(133, 44, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14'),
(134, 44, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14'),
(135, 44, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14'),
(136, 45, 'Introduction', 1, 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05'),
(137, 45, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05'),
(138, 45, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05'),
(139, 45, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05'),
(140, 46, 'Introduction', 1, 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36'),
(141, 46, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36'),
(142, 46, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36'),
(143, 46, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36'),
(144, 47, 'Introduction', 1, 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12'),
(145, 47, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12'),
(146, 47, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12'),
(147, 47, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12'),
(148, 48, 'Introduction', 1, 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39'),
(149, 48, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39'),
(150, 48, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39'),
(151, 48, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39'),
(152, 49, 'Introduction', 1, 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43'),
(153, 49, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43'),
(154, 49, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43'),
(155, 49, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43'),
(156, 50, 'Introduction', 1, 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33'),
(157, 50, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33'),
(158, 50, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33'),
(159, 50, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33'),
(160, 51, 'Introduction', 1, 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27'),
(161, 51, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27'),
(162, 51, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27'),
(163, 51, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27'),
(164, 52, 'Introduction', 1, 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15'),
(165, 52, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15'),
(166, 52, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15'),
(167, 52, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15'),
(168, 53, 'Introduction', 1, 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05'),
(169, 53, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05'),
(170, 53, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05'),
(171, 53, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05'),
(172, 54, 'Introduction', 1, 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49'),
(173, 54, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49'),
(174, 54, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49'),
(175, 54, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49'),
(176, 55, 'Introduction', 1, 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52'),
(177, 55, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52'),
(178, 55, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52'),
(179, 55, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52'),
(180, 56, 'Introduction', 1, 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35'),
(181, 56, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35'),
(182, 56, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35'),
(183, 56, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35'),
(184, 57, 'Introduction', 1, 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08'),
(185, 57, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08'),
(186, 57, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08'),
(187, 57, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08'),
(188, 58, 'Introduction', 1, 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42'),
(189, 58, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42'),
(190, 58, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42'),
(191, 58, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42'),
(192, 59, 'Introduction', 1, 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55'),
(193, 59, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55'),
(194, 59, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55'),
(195, 59, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55'),
(196, 60, 'Introduction', 1, 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04'),
(197, 60, 'Data Structures and Algorithms in Python', 2, 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04'),
(198, 60, 'Data Analysis with Pandas', 3, 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04'),
(199, 60, 'Introduction to Machine Learning', 4, 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04');

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

--
-- Table structure for table `course_module_lessons`
--

CREATE TABLE `course_module_lessons` (
  `id` bigint UNSIGNED NOT NULL,
  `course_module_id` int NOT NULL,
  `name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `video_id` text COLLATE utf8mb4_unicode_ci,
  `video_duration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'count as a minute',
  `serial` int NOT NULL DEFAULT '1',
  `is_public_lesson` enum('enable','disable') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'disable',
  `status` enum('enable','disable') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'disable',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci,
  `video_source` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'youtube'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_module_lessons`
--

INSERT INTO `course_module_lessons` (`id`, `course_module_id`, `name`, `video_id`, `video_duration`, `serial`, `is_public_lesson`, `status`, `created_at`, `updated_at`, `description`, `video_source`) VALUES
(1, 1, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(2, 1, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(4, 1, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(5, 2, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(6, 2, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(7, 2, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(8, 3, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(9, 3, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(10, 3, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(11, 4, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(12, 4, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(13, 4, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(14, 5, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(15, 5, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(16, 5, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(17, 6, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(18, 6, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(19, 6, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(20, 7, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(21, 7, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(22, 7, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(23, 8, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(24, 8, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(25, 8, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(26, 9, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(27, 9, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(28, 9, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(29, 10, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(30, 10, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(31, 10, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(32, 11, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(33, 11, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(34, 11, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(35, 12, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(36, 12, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(37, 12, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(38, 13, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(39, 13, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(40, 13, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(41, 14, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(42, 14, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(43, 14, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(44, 15, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(45, 15, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(46, 15, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(47, 16, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(48, 16, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(49, 16, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(50, 17, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(51, 17, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(52, 17, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(53, 18, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(54, 18, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(55, 18, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(56, 19, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(57, 19, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(58, 19, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(59, 20, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(60, 20, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(61, 20, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(62, 21, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(63, 21, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(64, 21, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(65, 22, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(66, 22, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(67, 22, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(68, 23, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(69, 23, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(70, 23, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(71, 24, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(72, 24, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(73, 24, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(74, 25, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(75, 25, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(76, 25, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(77, 26, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(78, 26, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube');
INSERT INTO `course_module_lessons` (`id`, `course_module_id`, `name`, `video_id`, `video_duration`, `serial`, `is_public_lesson`, `status`, `created_at`, `updated_at`, `description`, `video_source`) VALUES
(79, 26, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(80, 27, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(81, 27, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(82, 27, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(83, 28, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(84, 28, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(85, 28, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(86, 29, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(87, 29, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(88, 29, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(89, 30, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(90, 30, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(91, 30, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(92, 31, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(93, 31, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(94, 31, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(95, 32, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(96, 32, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(97, 32, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(98, 33, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(99, 33, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(100, 33, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(101, 34, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(102, 34, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(103, 34, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(104, 35, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(105, 35, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(106, 35, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(107, 36, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(108, 36, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(109, 36, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(113, 44, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(114, 44, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(115, 44, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(116, 45, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(117, 45, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(118, 45, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(119, 46, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(120, 46, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(121, 46, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(122, 47, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(123, 47, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(124, 47, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(125, 48, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(126, 48, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(127, 48, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(128, 49, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(129, 49, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(130, 49, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(131, 50, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(132, 50, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(133, 50, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(134, 51, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(135, 51, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(136, 51, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(137, 52, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(138, 52, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(139, 52, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(140, 53, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(141, 53, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(142, 53, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(143, 54, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(144, 54, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(145, 54, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(146, 55, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(147, 55, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(148, 55, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(149, 56, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(150, 56, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(151, 56, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(152, 57, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(153, 57, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(154, 57, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(155, 58, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(156, 58, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(157, 58, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(158, 59, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube');
INSERT INTO `course_module_lessons` (`id`, `course_module_id`, `name`, `video_id`, `video_duration`, `serial`, `is_public_lesson`, `status`, `created_at`, `updated_at`, `description`, `video_source`) VALUES
(159, 59, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(160, 59, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(161, 60, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(162, 60, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(163, 60, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(164, 61, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(165, 61, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(166, 61, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(167, 62, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(168, 62, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(169, 62, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(170, 63, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(171, 63, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(172, 63, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(173, 64, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(174, 64, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(175, 64, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(176, 65, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(177, 65, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(178, 65, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(179, 66, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(180, 66, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(181, 66, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(182, 67, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(183, 67, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(184, 67, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(185, 68, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(186, 68, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(187, 68, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(188, 69, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(189, 69, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(190, 69, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(191, 70, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(192, 70, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(193, 70, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(194, 71, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(195, 71, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(196, 71, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(197, 72, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(198, 72, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(199, 72, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(200, 73, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(201, 73, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(202, 73, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(203, 74, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(204, 74, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(205, 74, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(206, 75, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(207, 75, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(208, 75, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(209, 76, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(210, 76, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(211, 76, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(212, 77, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(213, 77, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(214, 77, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(215, 78, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(216, 78, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(217, 78, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(218, 79, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(219, 79, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(220, 79, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(221, 80, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(222, 80, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(223, 80, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(224, 81, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(225, 81, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(226, 81, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(227, 82, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(228, 82, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(229, 82, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(230, 83, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(231, 83, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(232, 83, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(233, 84, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(234, 84, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube');
INSERT INTO `course_module_lessons` (`id`, `course_module_id`, `name`, `video_id`, `video_duration`, `serial`, `is_public_lesson`, `status`, `created_at`, `updated_at`, `description`, `video_source`) VALUES
(235, 84, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(236, 85, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(237, 85, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(238, 85, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(239, 86, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(240, 86, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(241, 86, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(242, 87, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(243, 87, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(244, 87, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(245, 88, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(246, 88, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(247, 88, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(248, 89, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(249, 89, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(250, 89, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(251, 90, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(252, 90, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(253, 90, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(254, 91, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(255, 91, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(256, 91, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(257, 92, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(258, 92, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(259, 92, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(260, 93, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(261, 93, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(262, 93, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(263, 94, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(264, 94, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(265, 94, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(266, 95, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(267, 95, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(268, 95, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(269, 96, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(270, 96, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(271, 96, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(272, 97, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(273, 97, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(274, 97, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(275, 98, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(276, 98, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(277, 98, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(278, 99, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-01-18 15:58:55', '2025-01-18 15:58:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(279, 99, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-01-18 16:00:42', '2025-01-18 16:00:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(280, 99, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-01-18 16:02:51', '2025-01-18 16:02:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(281, 100, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(282, 100, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(283, 100, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(284, 101, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(285, 101, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(286, 101, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(287, 102, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(288, 102, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(289, 102, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(290, 103, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(291, 103, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(292, 103, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:21:08', '2025-02-13 07:21:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(293, 104, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(294, 104, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(295, 104, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(296, 105, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(297, 105, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(298, 105, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(299, 106, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(300, 106, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(301, 106, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(302, 107, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(303, 107, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(304, 107, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:24:19', '2025-02-13 07:24:19', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(305, 108, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(306, 108, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(307, 108, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(308, 109, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(309, 109, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(310, 109, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(311, 110, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube');
INSERT INTO `course_module_lessons` (`id`, `course_module_id`, `name`, `video_id`, `video_duration`, `serial`, `is_public_lesson`, `status`, `created_at`, `updated_at`, `description`, `video_source`) VALUES
(312, 110, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(313, 110, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(314, 111, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(315, 111, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(316, 111, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:27:15', '2025-02-13 07:27:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(317, 112, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(318, 112, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(319, 112, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(320, 113, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(321, 113, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(322, 113, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(323, 114, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(324, 114, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(325, 114, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(326, 115, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(327, 115, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(328, 115, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:28:17', '2025-02-13 07:28:17', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(329, 116, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(330, 116, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(331, 116, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(332, 117, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(333, 117, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(334, 117, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(335, 118, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(336, 118, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(337, 118, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(338, 119, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(339, 119, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(340, 119, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:29:11', '2025-02-13 07:29:11', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(341, 120, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(342, 120, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(343, 120, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(344, 121, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(345, 121, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(346, 121, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(347, 122, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(348, 122, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(349, 122, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(350, 123, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(351, 123, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(352, 123, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:30:51', '2025-02-13 07:30:51', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(353, 124, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(354, 124, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(355, 124, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(356, 125, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(357, 125, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(358, 125, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(359, 126, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(360, 126, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(361, 126, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(362, 127, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(363, 127, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(364, 127, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:31:31', '2025-02-13 07:31:31', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(365, 128, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(366, 128, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(367, 128, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(368, 129, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(369, 129, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(370, 129, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(371, 130, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(372, 130, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(373, 130, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(374, 131, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(375, 131, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(376, 131, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:32:22', '2025-02-13 07:32:22', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(377, 132, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(378, 132, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(379, 132, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(380, 133, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(381, 133, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(382, 133, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(383, 134, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(384, 134, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(385, 134, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(386, 135, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(387, 135, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube');
INSERT INTO `course_module_lessons` (`id`, `course_module_id`, `name`, `video_id`, `video_duration`, `serial`, `is_public_lesson`, `status`, `created_at`, `updated_at`, `description`, `video_source`) VALUES
(388, 135, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:33:14', '2025-02-13 07:33:14', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(389, 136, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(390, 136, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(391, 136, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(392, 137, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(393, 137, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(394, 137, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(395, 138, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(396, 138, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(397, 138, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(398, 139, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(399, 139, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(400, 139, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:35:05', '2025-02-13 07:35:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(401, 140, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(402, 140, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(403, 140, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(404, 141, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(405, 141, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(406, 141, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(407, 142, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(408, 142, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(409, 142, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(410, 143, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(411, 143, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(412, 143, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:37:36', '2025-02-13 07:37:36', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(413, 144, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(414, 144, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(415, 144, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(416, 145, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(417, 145, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(418, 145, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(419, 146, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(420, 146, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(421, 146, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(422, 147, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(423, 147, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(424, 147, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:38:12', '2025-02-13 07:38:12', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(425, 148, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(426, 148, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(427, 148, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(428, 149, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(429, 149, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(430, 149, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(431, 150, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(432, 150, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(433, 150, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(434, 151, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(435, 151, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(436, 151, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:39:39', '2025-02-13 07:39:39', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(437, 152, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(438, 152, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(439, 152, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(440, 153, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(441, 153, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(442, 153, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(443, 154, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(444, 154, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(445, 154, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(446, 155, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(447, 155, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(448, 155, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:40:43', '2025-02-13 07:40:43', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(449, 156, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(450, 156, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(451, 156, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(452, 157, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(453, 157, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(454, 157, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(455, 158, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(456, 158, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(457, 158, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(458, 159, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(459, 159, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(460, 159, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:41:33', '2025-02-13 07:41:33', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(461, 160, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(462, 160, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(463, 160, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(464, 161, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube');
INSERT INTO `course_module_lessons` (`id`, `course_module_id`, `name`, `video_id`, `video_duration`, `serial`, `is_public_lesson`, `status`, `created_at`, `updated_at`, `description`, `video_source`) VALUES
(465, 161, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(466, 161, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(467, 162, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(468, 162, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(469, 162, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(470, 163, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(471, 163, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(472, 163, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:42:27', '2025-02-13 07:42:27', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(473, 164, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(474, 164, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(475, 164, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(476, 165, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(477, 165, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(478, 165, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(479, 166, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(480, 166, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(481, 166, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(482, 167, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(483, 167, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(484, 167, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:44:15', '2025-02-13 07:44:15', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(485, 168, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(486, 168, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(487, 168, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(488, 169, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(489, 169, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(490, 169, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(491, 170, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(492, 170, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(493, 170, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(494, 171, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(495, 171, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(496, 171, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:45:05', '2025-02-13 07:45:05', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(497, 172, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(498, 172, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(499, 172, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(500, 173, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(501, 173, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(502, 173, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(503, 174, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(504, 174, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(505, 174, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(506, 175, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(507, 175, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(508, 175, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:45:49', '2025-02-13 07:45:49', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(509, 176, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(510, 176, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(511, 176, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(512, 177, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(513, 177, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(514, 177, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(515, 178, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(516, 178, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(517, 178, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(518, 179, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(519, 179, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(520, 179, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:49:52', '2025-02-13 07:49:52', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(521, 180, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(522, 180, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(523, 180, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(524, 181, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(525, 181, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(526, 181, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(527, 182, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(528, 182, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(529, 182, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(530, 183, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(531, 183, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(532, 183, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:50:35', '2025-02-13 07:50:35', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(533, 184, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(534, 184, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(535, 184, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(536, 185, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(537, 185, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(538, 185, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(539, 186, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(540, 186, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube');
INSERT INTO `course_module_lessons` (`id`, `course_module_id`, `name`, `video_id`, `video_duration`, `serial`, `is_public_lesson`, `status`, `created_at`, `updated_at`, `description`, `video_source`) VALUES
(541, 186, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(542, 187, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(543, 187, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(544, 187, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:51:08', '2025-02-13 07:51:08', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(545, 188, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(546, 188, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(547, 188, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(548, 189, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(549, 189, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(550, 189, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(551, 190, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(552, 190, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(553, 190, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(554, 191, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(555, 191, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(556, 191, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:52:42', '2025-02-13 07:52:42', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(557, 192, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(558, 192, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(559, 192, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(560, 193, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(561, 193, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(562, 193, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(563, 194, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(564, 194, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(565, 194, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(566, 195, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(567, 195, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(568, 195, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:53:55', '2025-02-13 07:53:55', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(569, 196, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'enable', 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(570, 196, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'enable', 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(571, 196, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(572, 197, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(573, 197, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(574, 197, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(575, 198, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(576, 198, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(577, 198, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(578, 199, 'Overview', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 1, 'disable', 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;/p&gt;', 'youtube'),
(579, 199, 'Historical Context', 'https://www.youtube.com/embed/yREK3LTVlwA', '52', 2, 'disable', 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube'),
(580, 199, 'Answering Questions with Data', 'https://www.youtube.com/embed/00K8Lw1hZYc', '10', 2, 'disable', 'enable', '2025-02-13 07:55:04', '2025-02-13 07:55:04', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;', 'youtube');

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

--
-- Table structure for table `course_reviews`
--

CREATE TABLE `course_reviews` (
  `id` bigint UNSIGNED NOT NULL,
  `course_id` int NOT NULL,
  `student_id` int NOT NULL,
  `instructor_id` int NOT NULL,
  `rating` int NOT NULL,
  `review` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'disable',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `course_translations`
--

CREATE TABLE `course_translations` (
  `id` bigint UNSIGNED NOT NULL,
  `course_id` int NOT NULL,
  `lang_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `short_description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `course_translations`
--

INSERT INTO `course_translations` (`id`, `course_id`, `lang_code`, `title`, `short_description`, `description`, `created_at`, `updated_at`) VALUES
(1, 1, 'en', 'Explore Marketing & Build Your Brand', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-01-15 12:12:56', '2025-01-15 12:12:56'),
(2, 1, 'bn', 'Explore Marketing & Build Your Brand', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-01-18 10:32:56', '2025-01-18 10:32:56'),
(3, 2, 'en', 'Learn Coding &amp; Advance Your Skills Up', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-18 16:17:50'),
(4, 2, 'bn', 'Learn Coding &amp;amp; Advance Your Skills Up', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-18 15:48:26'),
(5, 3, 'en', 'Master Technology & Elevate Your Career', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-18 16:17:50'),
(6, 3, 'bn', 'Master Technology & Elevate Your Career', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-18 16:17:50'),
(7, 4, 'en', 'Starting Reputed Education &amp; Build your Skills', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:33:40'),
(8, 4, 'bn', 'Starting Reputed Education & Build your Skills', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-18 16:17:50'),
(9, 5, 'en', 'Boost Creativity &amp; Expand Your Horizons', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(10, 5, 'bn', 'Boost Creativity & Expand Your Horizons', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:33:40'),
(11, 6, 'en', 'Hone Leadership & Achieve Success', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(12, 6, 'bn', 'Hone Leadership & Achieve Success', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(13, 7, 'bn', 'Social Media Marketing & Build Your Brand', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(14, 7, 'en', 'Social Media Marketing & Build Your Brand', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(15, 8, 'en', 'Laravel Master Technology &amp; Elevate Your Career', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-02-04 07:31:41'),
(16, 8, 'bn', 'Laravel Master Technology & Elevate Your Career', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(17, 9, 'en', 'Boost Productivity & Expand Your Horizons', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(18, 9, 'bn', 'Boost Productivity & Expand Your Horizons', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(43, 22, 'en', 'Mobile App Development with Flutter and Laravel', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(44, 22, 'bn', 'Mobile App Development with Flutter and Laravel', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(45, 23, 'en', 'Server Side Rendering with Next.js and Laravel', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(46, 23, 'bn', 'Server Side Rendering with Next.js and Laravel', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(47, 24, 'en', 'Comprehensive Guide to Server-Side Development', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(48, 24, 'bn', 'Comprehensive Guide to Server-Side Development', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(49, 25, 'en', 'WordPress Plugin Development for Beginners', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(50, 25, 'bn', 'WordPress Plugin Development for Beginners', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(51, 26, 'en', 'Web3 and Blockchain Leadership for Transformation', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(52, 26, 'bn', 'Web3 and Blockchain Leadership for Transformation', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(53, 27, 'en', 'Photography Techniques: Light, Content, and Sharing', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(54, 27, 'bn', 'Photography Techniques: Light, Content, and Sharing', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(55, 28, 'en', 'Introduction to Server Administration from Scratch', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07');
INSERT INTO `course_translations` (`id`, `course_id`, `lang_code`, `title`, `short_description`, `description`, `created_at`, `updated_at`) VALUES
(56, 28, 'bn', 'Introduction to Server Administration from Scratch', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(57, 29, 'en', 'Become a frontend developer from Scratch', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(58, 29, 'bn', 'Become a frontend developer from scratch', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(59, 30, 'en', 'The Ultimate 2025 Fullstack Web Development Bootcamp', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(60, 30, 'bn', 'The Ultimate 2025 Fullstack Web Development Bootcamp', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(61, 31, 'en', 'Full Stack Web Development With MERN', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(62, 31, 'bn', 'Full Stack Web Development With MERN', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(63, 32, 'en', 'Blockchain and Bitcoin Fundamentals with ChatGpt', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(64, 32, 'bn', 'Blockchain and Bitcoin Fundamentals', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(65, 33, 'en', 'Ethereum Blockchain Developer Bootcamp 2025', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(66, 33, 'bn', 'Ethereum Blockchain Developer Bootcamp 2025', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(67, 34, 'en', 'iPhone Photography | Take Professional Photos', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(68, 34, 'bn', 'iPhone Photography | Take Professional Photos On Your iPhone', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(69, 35, 'en', 'Mobile Photography Iphone and Android Masterclass', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(70, 35, 'bn', 'Mobile Photography Iphone and Android Complete Masterclass', 'Master marketing strategies to grow your personal or business brand.', '&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&amp;rsquo;s why we&amp;rsquo;ve developed close working relationships with a number of strategic partner.&lt;br&gt;&lt;br&gt;When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.&lt;/p&gt;\r\n&lt;p&gt;Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-.&lt;/p&gt;\r\n&lt;h4&gt;&lt;strong&gt;Features :&lt;/strong&gt;&lt;/h4&gt;\r\n&lt;ul&gt;\r\n&lt;li&gt;Slim body with metal cover&lt;/li&gt;\r\n&lt;li&gt;Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)&lt;/li&gt;\r\n&lt;li&gt;8GB DDR4 RAM and fast 512GB PCIe SSD&lt;/li&gt;\r\n&lt;li&gt;NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support&lt;/li&gt;\r\n&lt;/ul&gt;\r\n&lt;p&gt;It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&amp;rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.&lt;/p&gt;', '2025-01-18 15:48:26', '2025-01-20 15:43:07'),
(71, 36, 'en', 'Mathematical Foundations of Machine Learning', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:21:08', '2025-02-13 07:21:08'),
(72, 36, 'bn', 'Mathematical Foundations of Machine Learning', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:21:08', '2025-02-13 07:21:08'),
(73, 37, 'en', 'Complete guide to GCSE and iGCSE Mathematics', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:24:19', '2025-02-13 07:24:19'),
(74, 37, 'bn', 'Complete guide to GCSE and iGCSE Mathematics', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:24:19', '2025-02-13 07:24:19'),
(75, 38, 'en', 'Best Techniques To Speed Up Your Mathematics', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:27:15', '2025-02-13 07:27:15'),
(76, 38, 'bn', 'Best Techniques To Speed Up Your Mathematics', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:27:15', '2025-02-13 07:27:15'),
(77, 39, 'en', 'Mathematics 101: Building a Solid Foundation', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:28:17', '2025-02-13 07:28:17'),
(78, 39, 'bn', 'Mathematics 101: Building a Solid Foundation', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:28:17', '2025-02-13 07:28:17'),
(79, 40, 'en', 'Mathematics a Graphical Approach (Intermediate)', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:29:11', '2025-02-13 07:29:11'),
(80, 40, 'bn', 'Mathematics a Graphical Approach (Intermediate)', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:29:11', '2025-02-13 07:29:11'),
(81, 41, 'en', 'Complete Fitness Trainer Certification for Beginner', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:30:51', '2025-02-13 07:30:51'),
(82, 41, 'bn', 'Complete Fitness Trainer Certification for Beginner', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:30:51', '2025-02-13 07:30:51'),
(83, 42, 'en', 'Fundamentals Of Weight Training & Bodybuilding', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:31:31', '2025-02-13 07:31:31'),
(84, 42, 'bn', 'Fundamentals Of Weight Training & Bodybuilding', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:31:31', '2025-02-13 07:31:31'),
(85, 43, 'en', 'Beginner Weight Training: 8-Week Daily Trainer', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:32:22', '2025-02-13 07:32:22'),
(86, 43, 'bn', 'Beginner Weight Training: 8-Week Daily Trainer', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:32:22', '2025-02-13 07:32:22'),
(87, 44, 'en', 'No Gym Cardio Workout for Fitness, Agility', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:33:14', '2025-02-13 07:33:14'),
(88, 44, 'bn', 'No Gym Cardio Workout for Fitness, Agility', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:33:14', '2025-02-13 07:33:14'),
(89, 45, 'en', 'Get Warrior Fit! Build Muscle & Increase Strength', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:35:05', '2025-02-13 07:35:05'),
(90, 45, 'bn', 'Get Warrior Fit! Build Muscle & Increase Strength', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:35:05', '2025-02-13 07:35:05'),
(91, 46, 'en', 'Complete Windows Server Administration Course', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:37:36', '2025-02-13 07:37:36'),
(92, 46, 'bn', 'Complete Windows Server Administration Course', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:37:36', '2025-02-13 07:37:36'),
(93, 47, 'en', 'IT System Engineer & Cloud System Administration', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:38:12', '2025-02-13 07:38:12'),
(94, 47, 'bn', 'IT System Engineer & Cloud System Administration', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:38:12', '2025-02-13 07:38:12'),
(95, 48, 'en', 'Complete Linux Training Course to Get Dream Job', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:39:39', '2025-02-13 07:39:39'),
(96, 48, 'bn', 'Complete Linux Training Course to Get Dream Job', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:39:39', '2025-02-13 07:39:39'),
(97, 49, 'en', 'Ultimate IT Support Course for Technical Skills', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:40:43', '2025-02-13 07:40:43'),
(98, 49, 'bn', 'Ultimate IT Support Course for Technical Skills', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:40:43', '2025-02-13 07:40:43'),
(99, 50, 'en', 'Network and Systems Administrator Technical Training', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:41:33', '2025-02-13 07:41:33'),
(100, 50, 'bn', 'Network and Systems Administrator Technical Training', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:41:33', '2025-02-13 07:41:33'),
(101, 51, 'en', 'Practical Windows Server Fundamentals - Hands on Labs', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:42:27', '2025-02-13 07:42:27'),
(102, 51, 'bn', 'Practical Windows Server Fundamentals - Hands on Labs', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:42:27', '2025-02-13 07:42:27'),
(103, 52, 'en', 'Master Windows & Linux: Ultimate Admin Bootcamp', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:44:15', '2025-02-13 07:44:15'),
(104, 52, 'bn', 'Master Windows & Linux: Ultimate Admin Bootcamp', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:44:15', '2025-02-13 07:44:15'),
(105, 53, 'en', 'Getting Started with Windows Server 2025', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:45:05', '2025-02-13 07:45:05');
INSERT INTO `course_translations` (`id`, `course_id`, `lang_code`, `title`, `short_description`, `description`, `created_at`, `updated_at`) VALUES
(106, 53, 'bn', 'Getting Started with Windows Server 2025', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:45:05', '2025-02-13 07:45:05'),
(107, 54, 'en', 'Introduction to Windows Server 2016 for Beginners', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:45:49', '2025-02-13 07:45:49'),
(108, 54, 'bn', 'Introduction to Windows Server 2016 for Beginners', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:45:49', '2025-02-13 07:45:49'),
(109, 55, 'en', 'The Perfect Nginx Server - Ubuntu (24.04) Edition', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:49:52', '2025-02-13 07:49:52'),
(110, 55, 'bn', 'The Perfect Nginx Server - Ubuntu (24.04) Edition', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:49:52', '2025-02-13 07:49:52'),
(111, 56, 'en', 'Real World Projects: Linux Training for Practical Job Skills', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:50:35', '2025-02-13 07:50:35'),
(112, 56, 'bn', 'Real World Projects: Linux Training for Practical Job Skills', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:50:35', '2025-02-13 07:50:35'),
(113, 57, 'en', 'Learn Windows Server 2022 (AD, DNS, GPO) Be a Great', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:51:08', '2025-02-13 07:51:08'),
(114, 57, 'bn', 'Learn Windows Server 2022 (AD, DNS, GPO) Be a Great', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:51:08', '2025-02-13 07:51:08'),
(115, 58, 'en', 'Real Estate Photography Masterclass 2025', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:52:42', '2025-02-13 07:52:42'),
(116, 58, 'bn', 'Real Estate Photography Masterclass 2025', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:52:42', '2025-02-13 07:52:42'),
(117, 59, 'en', 'The Ultimate Photography Course For Beginners', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:53:55', '2025-02-13 07:53:55'),
(118, 59, 'bn', 'The Ultimate Photography Course For Beginners', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:53:55', '2025-02-13 07:53:55'),
(119, 60, 'en', 'Macro Photography & Focus Stacking Made Easy', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:55:04', '2025-02-13 07:55:04'),
(120, 60, 'bn', 'Macro Photography & Focus Stacking Made Easy', 'Master marketing strategies to grow your personal or business brand.', '<p>Eed a little help from our friends from time to time. Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia-. That&rsquo;s why we&rsquo;ve developed close working relationships with a number of strategic partner.<br><br>When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting.</p>', '2025-02-13 07:55:04', '2025-02-13 07:55:04');

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

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

CREATE TABLE `currencies` (
  `id` bigint UNSIGNED NOT NULL,
  `currency_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `currency_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `country_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `currency_icon` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_default` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'no',
  `currency_rate` decimal(8,2) NOT NULL,
  `currency_position` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'before_price',
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `currencies` (`id`, `currency_name`, `currency_code`, `country_code`, `currency_icon`, `is_default`, `currency_rate`, `currency_position`, `status`, `created_at`, `updated_at`) VALUES
(1, 'USD', 'USD', 'USA', '$', 'yes', 1.00, 'before_price', 'active', '2024-05-07 12:20:36', '2024-05-07 12:20:36'),
(9, 'INR', 'INR', 'IN', '₹', 'no', 5.00, 'before_price', 'active', '2025-01-26 05:04:56', '2025-01-26 05:04:56'),
(10, 'NGN', 'NGN', 'NG', '₦', 'no', 15.00, 'before_price', 'active', '2025-01-26 05:05:27', '2025-01-26 05:05:27'),
(11, 'BDT', 'BDT', 'BD', '৳', 'no', 20.00, 'before_price', 'active', '2025-01-26 05:05:46', '2025-01-26 05:05:46');

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

--
-- Table structure for table `custom_pages`
--

CREATE TABLE `custom_pages` (
  `id` bigint UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` int NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `custom_pages`
--

INSERT INTO `custom_pages` (`id`, `slug`, `status`, `created_at`, `updated_at`) VALUES
(1, 'custom-page-one', 1, '2025-01-15 09:40:15', '2025-01-15 09:40:15'),
(2, 'custom-page-two', 1, '2025-01-15 09:41:54', '2025-01-15 09:41:54');

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

--
-- Table structure for table `custom_page_translations`
--

CREATE TABLE `custom_page_translations` (
  `id` bigint UNSIGNED NOT NULL,
  `custom_page_id` int NOT NULL,
  `lang_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `page_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `custom_page_translations`
--

INSERT INTO `custom_page_translations` (`id`, `custom_page_id`, `lang_code`, `page_name`, `description`, `created_at`, `updated_at`) VALUES
(1, 1, 'en', 'Custom Page One', '<h4><strong>1. What is custom page?</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriefss asbut also the on leap into a electironc typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andeiss more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<h4><strong>2. How does work custom page</strong></h4>\r\n<p>While it&rsquo;s not legally required for ecommerce websites to have a terms and conditions agreement, adding one will help protect your as sonline business.As terms and conditions are legally enforceable rules, they allow you to set standards for how users interact with your site. Here are some of the major abenefits of including terms and conditions on your ecommerce site:</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.</p>\r\n<h4><strong>Features :</strong></h4>\r\n<ul>\r\n<li>Slim body with metal cover</li>\r\n<li>Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)</li>\r\n<li>8GB DDR4 RAM and fast 512GB PCIe SSD</li>\r\n<li>NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support</li>\r\n</ul>\r\n<h4><strong>3. Protect Your Property</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<h4><strong>4. What to Include in Terms and Conditions for Online Stores</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas&nbsp; Ipsum to make a type specimen book.</p>\r\n<h4><strong>05.Pricing and Payment Terms</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>', '2025-01-15 09:40:15', '2025-01-18 08:29:09'),
(2, 2, 'en', 'Custom Page Two', '<h4><strong>1. What is custom page?</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriefss asbut also the on leap into a electironc typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andeiss more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<h4><strong>2. How does work custom page</strong></h4>\r\n<p>While it&rsquo;s not legally required for ecommerce websites to have a terms and conditions agreement, adding one will help protect your as sonline business.As terms and conditions are legally enforceable rules, they allow you to set standards for how users interact with your site. Here are some of the major abenefits of including terms and conditions on your ecommerce site:</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.</p>\r\n<h4><strong>Features :</strong></h4>\r\n<ul>\r\n<li>Slim body with metal cover</li>\r\n<li>Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)</li>\r\n<li>8GB DDR4 RAM and fast 512GB PCIe SSD</li>\r\n<li>NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support</li>\r\n</ul>\r\n<h4><strong>3. Protect Your Property</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<h4><strong>4. What to Include in Terms and Conditions for Online Stores</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas&nbsp; Ipsum to make a type specimen book.</p>\r\n<h4><strong>05.Pricing and Payment Terms</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>&nbsp;</p>', '2025-01-15 09:41:54', '2025-01-18 08:30:45'),
(3, 1, 'bn', 'Custom Page One', '<h4><strong>1. What is custom page?</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriefss asbut also the on leap into a electironc typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andeiss more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<h4><strong>2. How does work custom page</strong></h4>\r\n<p>While it&rsquo;s not legally required for ecommerce websites to have a terms and conditions agreement, adding one will help protect your as sonline business.As terms and conditions are legally enforceable rules, they allow you to set standards for how users interact with your site. Here are some of the major abenefits of including terms and conditions on your ecommerce site:</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.</p>\r\n<h4><strong>Features :</strong></h4>\r\n<ul>\r\n<li>Slim body with metal cover</li>\r\n<li>Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)</li>\r\n<li>8GB DDR4 RAM and fast 512GB PCIe SSD</li>\r\n<li>NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support</li>\r\n</ul>\r\n<h4><strong>3. Protect Your Property</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<h4><strong>4. What to Include in Terms and Conditions for Online Stores</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas&nbsp; Ipsum to make a type specimen book.</p>\r\n<h4><strong>05.Pricing and Payment Terms</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>', '2025-01-18 10:32:56', '2025-01-18 10:32:56'),
(4, 2, 'bn', 'Custom Page Two', '<h4><strong>1. What is custom page?</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriefss asbut also the on leap into a electironc typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andeiss more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<h4><strong>2. How does work custom page</strong></h4>\r\n<p>While it&rsquo;s not legally required for ecommerce websites to have a terms and conditions agreement, adding one will help protect your as sonline business.As terms and conditions are legally enforceable rules, they allow you to set standards for how users interact with your site. Here are some of the major abenefits of including terms and conditions on your ecommerce site:</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the obb1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop.</p>\r\n<h4><strong>Features :</strong></h4>\r\n<ul>\r\n<li>Slim body with metal cover</li>\r\n<li>Latest Intel Core i5-1135G7 processor (4 cores / 8 threads)</li>\r\n<li>8GB DDR4 RAM and fast 512GB PCIe SSD</li>\r\n<li>NVIDIA GeForce MX350 2GB GDDR5 graphics card backlit keyboard, touchpad with gesture support</li>\r\n</ul>\r\n<h4><strong>3. Protect Your Property</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<h4><strong>4. What to Include in Terms and Conditions for Online Stores</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas&nbsp; Ipsum to make a type specimen book.</p>\r\n<h4><strong>05.Pricing and Payment Terms</strong></h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>Five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>&nbsp;</p>', '2025-01-18 10:32:56', '2025-01-18 10:32:56');

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

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

CREATE TABLE `email_settings` (
  `id` bigint UNSIGNED NOT NULL,
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `email_settings`
--

INSERT INTO `email_settings` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'sender_name', 'Educve', NULL, '2025-02-05 10:17:12'),
(2, 'mail_host', 'smtp.gmail.com', NULL, '2025-02-05 10:17:12'),
(3, 'email', 'aboutkhalil.83@gmail.com', NULL, '2025-02-05 10:17:12'),
(4, 'smtp_username', 'aboutkhalil.83@gmail.com', NULL, '2025-02-05 10:17:12'),
(5, 'smtp_password', 'dnwv vhtz zewr jxbx', NULL, '2025-02-05 10:17:12'),
(6, 'mail_port', '587', NULL, '2025-02-05 10:17:12'),
(7, 'mail_encryption', 'tls', NULL, '2025-02-05 10:17:12');

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

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

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

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

INSERT INTO `email_templates` (`id`, `name`, `subject`, `description`, `created_at`, `updated_at`) VALUES
(1, 'Reset Password', 'Reset Password', '<h4>Dear <strong>{{user_name}}</strong>,</h4><p>Do you want to reset your password? Please Click the following link and Reset Your Password.</p><p><strong>{{reset_link}}</strong></p><p>&nbsp;</p><p>Thank You</p><p>Educve</p>', NULL, '2025-01-18 15:15:03'),
(2, 'Contact Email', 'Contact Email', '<p>Hello there,</p><p><strong>Mr. {{user_name}} </strong>has send a new email to you. See the message description below:</p><p>Email: <strong>{{user_email}}</strong></p><p>Phone: <strong>{{user_phone}}</strong></p><p><span style=\"background-color: transparent;\">Subject: <strong>{{message_subject}}</strong></span></p><p>Message: <strong>{{message}}</strong></p><p>&nbsp;</p><p>Thank You</p><p>Educve</p>', NULL, '2025-01-18 15:15:19'),
(3, 'NewsLetter Verification', 'NewsLetter Verification', '<h2><strong>Hi there</strong>,</h2><p>Congratulations! Your Subscription has been created successfully. Please Click the following link and Verified Your Subscription.&nbsp;</p><p><strong>{{verification_link}}</strong></p><p>&nbsp;</p><p>Thank You</p><p>Educve</p>', NULL, '2025-01-18 15:15:37'),
(4, 'User Verification', 'User Verification', '<p>Dear <strong>{{user_name}}</strong>,</p><p>Congratulations! Your Account has been created successfully. Please Click the following link and Active your Account.</p><p><strong>{{varification_link}}</strong></p><p>&nbsp;</p><p>Thank You</p><p>Educve</p>', NULL, '2025-01-18 15:16:00'),
(5, 'Instructor Approval', 'Instructor Approval', '<p>Dear <strong>{{user_name}}</strong>,</p><p>Congratulations! We have review your application and make approve it. Now you can create your first course in our platform</p><p>&nbsp;</p><p>Thank You</p><p>Educve</p>', NULL, '2025-01-18 15:16:30'),
(6, 'Instructor Reject', 'Instructor Reject', '<p>Dear <strong>{{user_name}}</strong>,</p><p>We are sorry to say that, you didn\'t have provide proper information, so we are going to reject your request.&nbsp; Don\'t worry you able to resumit your application</p><p>&nbsp;</p><p>Reason : {{reason}}</p><p>Thank You</p><p>Educve</p>', NULL, '2025-01-18 15:16:53'),
(7, 'Course Reject', 'Course Reject', '<p>Dear <strong>{{user_name}}</strong>,</p><p>We are sorry to say that, you didn\'t have provide proper information for <strong>{{course_name}}&nbsp;</strong>course, so we are going to reject your request.&nbsp; Don\'t worry you able to resumit your course</p><p>&nbsp;</p><p><strong>Reason : </strong></p><p>{{reason}}</p><p>&nbsp;</p><p>Thank You</p><p>Educve</p>', NULL, '2025-01-18 15:17:36'),
(8, 'Course Approved', 'Course Approved', '<p>Dear <strong>{{user_name}}</strong>,</p><p>Congratulations! We have review your <strong>{{course_name}}</strong> and make approve it.&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>Thank You</p><p>Educve</p>', NULL, '2025-01-18 15:17:51'),
(9, 'Enrollment Payment Approved', 'Enrollment Payment Approved', '<p>Dear <strong>{{user_name}}</strong>,</p><p>Congratulations!&nbsp; We have recieved <strong>#{{invoice_id}} </strong>enrollment payment .&nbsp; Now you can access your enrolled courses.</p><p>&nbsp;</p><p>Thank You</p><p>Educve</p>', NULL, '2025-01-18 15:18:08'),
(10, 'Enrollment Payment Rejected', 'Enrollment Payment Rejected', '<p>Dear <strong>{{user_name}}</strong>,</p><p>We didn\'t get your <strong>#{{invoice_id}}&nbsp;</strong>payment to our bank. Sorry to say that we are going to reject your enrollment.</p><p>&nbsp;</p><p><strong>Reason:</strong></p><p>{{reason}}</p><p>&nbsp;</p><p>Thank You</p><p>Educve</p>', NULL, '2025-01-18 15:18:25');

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

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

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

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

--
-- Table structure for table `faqs`
--

CREATE TABLE `faqs` (
  `id` bigint UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `faq_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `faqs`
--

INSERT INTO `faqs` (`id`, `created_at`, `updated_at`, `faq_type`) VALUES
(1, '2025-01-15 08:17:29', '2025-01-15 08:17:29', 'section_one'),
(2, '2025-01-15 08:18:07', '2025-01-15 08:18:07', 'section_one'),
(3, '2025-01-15 08:18:40', '2025-01-15 08:18:40', 'section_one'),
(4, '2025-01-15 08:19:12', '2025-01-15 08:19:12', 'section_two'),
(5, '2025-01-15 08:19:55', '2025-01-15 08:19:55', 'section_two'),
(6, '2025-01-15 08:20:31', '2025-01-15 08:20:31', 'section_two');

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

--
-- Table structure for table `faq_translations`
--

CREATE TABLE `faq_translations` (
  `id` bigint UNSIGNED NOT NULL,
  `faq_id` int NOT NULL,
  `lang_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `question` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `answer` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `faq_translations`
--

INSERT INTO `faq_translations` (`id`, `faq_id`, `lang_code`, `question`, `answer`, `created_at`, `updated_at`) VALUES
(1, 1, 'en', 'How this Educve works?', '<p>We want every employee and trade partner to feel that they are part of a common good and cohesive team. We help our teams form stronger relationships with trade partners by emphasizing people.</p>', '2025-01-15 08:17:29', '2025-01-15 08:17:29'),
(2, 2, 'en', 'How can i make Cancel here?', '<p>We want every employee and trade partner to feel that they are part of a common good and cohesive team. We help our teams form stronger relationships with trade partners by emphasizing people.</p>', '2025-01-15 08:18:07', '2025-01-15 08:18:07'),
(3, 3, 'en', 'How to get an quote?', '<p>We want every employee and trade partner to feel that they are part of a common good and cohesive team. We help our teams form stronger relationships with trade partners by emphasizing people.</p>', '2025-01-15 08:18:40', '2025-01-15 08:18:40'),
(4, 4, 'en', 'How this Educve works?', '<p>We want every employee and trade partner to feel that they are part of a common good and cohesive team. We help our teams form stronger relationships with trade partners by emphasizing people.</p>', '2025-01-15 08:19:12', '2025-01-15 08:19:12'),
(5, 5, 'en', 'How can i make Cancel here?', '<p>We want every employee and trade partner to feel that they are part of a common good and cohesive team. We help our teams form stronger relationships with trade partners by emphasizing people.</p>', '2025-01-15 08:19:55', '2025-01-15 08:19:55'),
(6, 6, 'en', 'How to get an quote?', '<p>We want every employee and trade partner to feel that they are part of a common good and cohesive team. We help our teams form stronger relationships with trade partners by emphasizing people.</p>', '2025-01-15 08:20:31', '2025-01-15 08:20:31'),
(7, 1, 'bn', 'How this Educve works?', '<p>We want every employee and trade partner to feel that they are part of a common good and cohesive team. We help our teams form stronger relationships with trade partners by emphasizing people.</p>', '2025-01-18 10:32:55', '2025-01-18 10:32:55'),
(8, 2, 'bn', 'How can i make Cancel here?', '<p>We want every employee and trade partner to feel that they are part of a common good and cohesive team. We help our teams form stronger relationships with trade partners by emphasizing people.</p>', '2025-01-18 10:32:55', '2025-01-18 10:32:55'),
(9, 3, 'bn', 'How to get an quote?', '<p>We want every employee and trade partner to feel that they are part of a common good and cohesive team. We help our teams form stronger relationships with trade partners by emphasizing people.</p>', '2025-01-18 10:32:56', '2025-01-18 10:32:56'),
(10, 4, 'bn', 'How this Educve works?', '<p>We want every employee and trade partner to feel that they are part of a common good and cohesive team. We help our teams form stronger relationships with trade partners by emphasizing people.</p>', '2025-01-18 10:32:56', '2025-01-18 10:32:56'),
(11, 5, 'bn', 'How can i make Cancel here?', '<p>We want every employee and trade partner to feel that they are part of a common good and cohesive team. We help our teams form stronger relationships with trade partners by emphasizing people.</p>', '2025-01-18 10:32:56', '2025-01-18 10:32:56'),
(12, 6, 'bn', 'How to get an quote?', '<p>We want every employee and trade partner to feel that they are part of a common good and cohesive team. We help our teams form stronger relationships with trade partners by emphasizing people.</p>', '2025-01-18 10:32:56', '2025-01-18 10:32:56');

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

--
-- Table structure for table `footers`
--

CREATE TABLE `footers` (
  `id` bigint UNSIGNED NOT NULL,
  `facebook` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `linkedin` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `instagram` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `copyright` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `playstore` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `appstore` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `footers`
--

INSERT INTO `footers` (`id`, `facebook`, `twitter`, `linkedin`, `instagram`, `copyright`, `address`, `phone`, `email`, `playstore`, `appstore`, `created_at`, `updated_at`) VALUES
(1, 'https://www.facebook.com', 'https://www.twitter.com', 'https://www.linkedin.com', 'https://www.instagram.com', 'Copyright 2025, Educve All Rights Reserved.', 'Los Angeles, CA, USA', '123-343-4444', 'educve@gmail.com', 'https://play.google.com/', 'https://www.apple.com/app-store/', NULL, '2025-01-18 08:47:51');

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

--
-- Table structure for table `footer_translations`
--

CREATE TABLE `footer_translations` (
  `id` bigint UNSIGNED NOT NULL,
  `footer_id` int NOT NULL,
  `lang_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `about_us` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `footer_translations`
--

INSERT INTO `footer_translations` (`id`, `footer_id`, `lang_code`, `about_us`, `created_at`, `updated_at`) VALUES
(1, 1, 'en', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout the point of using lorem varius sit amet ipsum.', NULL, '2025-01-25 10:56:27'),
(12, 1, 'bn', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout the point of using lorem varius sit amet ipsum.', '2025-01-18 10:32:56', '2025-01-18 10:32:56');

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

--
-- Table structure for table `frontends`
--

CREATE TABLE `frontends` (
  `id` bigint UNSIGNED NOT NULL,
  `data_keys` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `data_values` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `data_translations` longtext COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `frontends`
--

INSERT INTO `frontends` (`id`, `data_keys`, `data_values`, `data_translations`, `created_at`, `updated_at`) VALUES
(1, 'main_demo_hero.content', '{\"heading\":\"Find The <span>Best Platform<\\/span> For Online Courses\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast\",\"total_student\":\"2k Students\",\"total_student_title\":\"Join Our Online Class\",\"images\":{\"left_side_image_one\":\"uploads\\/website-images\\/1735194107_left_side_image_one.png\",\"left_side_image_two\":\"uploads\\/website-images\\/1735194136_left_side_image_two.png\",\"left_side_image_three\":\"uploads\\/website-images\\/1735194150_left_side_image_three.png\",\"right_side_image_one\":\"uploads\\/website-images\\/1735194254_right_side_image_one.png\",\"right_side_image_two\":\"uploads\\/website-images\\/1735194277_right_side_image_two.png\",\"right_side_image_three\":\"uploads\\/website-images\\/1735194290_right_side_image_three.png\",\"student_image\":\"uploads\\/website-images\\/1735194349_student_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"heading\":\"Find The <span>Best Platform<\\/span> For Online Courses\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast\",\"total_student\":\"2k Students\",\"total_student_title\":\"Join Our Online Class\"}},{\"language_code\":\"bn\",\"values\":{\"heading\":\"\\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\\u09c7\\u09b0 \\u099c\\u09a8\\u09cd\\u09af <span>\\u09b8\\u09c7\\u09b0\\u09be \\u09aa\\u09cd\\u09b2\\u09cd\\u09af\\u09be\\u099f\\u09ab\\u09b0\\u09cd\\u09ae<\\/span> \\u0996\\u09c1\\u0981\\u099c\\u09c1\\u09a8\",\"description\":\"\\u0985\\u09a8\\u09c7\\u0995 \\u09a6\\u09c2\\u09b0\\u09c7, \\u09aa\\u09be\\u09b9\\u09be\\u09a1\\u09bc \\u09b6\\u09ac\\u09cd\\u09a6\\u09c7\\u09b0 \\u0986\\u09a1\\u09bc\\u09be\\u09b2\\u09c7, \\u09ac\\u09cd\\u09af\\u099e\\u09cd\\u099c\\u09a8\\u09be \\u09a5\\u09c7\\u0995\\u09c7 \\u0985\\u09a8\\u09c7\\u0995 \\u09a6\\u09c2\\u09b0\\u09c7, \\u09b8\\u09c7\\u0996\\u09be\\u09a8\\u09c7 \\u0985\\u09a8\\u09cd\\u09a7 \\u09aa\\u09be\\u09a0\\u09c7\\u09b0 \\u09ac\\u09be\\u09b8\\u0964 \\u09aa\\u09c3\\u09a5\\u0995 \\u09a4\\u09be\\u09b0\\u09be \\u0989\\u09aa\\u0995\\u09c2\\u09b2\\u09c7 \\u09a1\\u09be\\u09a8 \\u0997\\u09cd\\u09b0\\u09cb\\u09ad \\u099a\\u09bf\\u09b9\\u09cd\\u09a8\\u09bf\\u09a4\",\"total_student\":\"2k Students\",\"total_student_title\":\"\\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u0995\\u09cd\\u09b2\\u09be\\u09b8\\u09c7 \\u09af\\u09cb\\u0997 \\u09a6\\u09bf\\u09a8\"}}]', '2024-12-25 08:45:16', '2025-01-18 11:12:02'),
(2, 'key_feature.content', '{\"item_one_title\":\"30K+ Online Courses\",\"item_one_description\":\"Solid Questions Solving & Fresh Topics\",\"item_two_title\":\"Expert Instructor\",\"item_two_description\":\"Learn and More expertise\",\"item_three_title\":\"Life time access\",\"item_three_description\":\"Behind the word mountains\",\"item_four_title\":\"Get Certificate\",\"item_four_description\":\"Behind the word mountains\",\"item_three_image\":{},\"item_four_image\":{},\"images\":{\"item_one_image\":\"uploads\\/website-images\\/1738833985_item_one_image.svg\",\"item_two_image\":\"uploads\\/website-images\\/1738833985_item_two_image.svg\",\"item_three_image\":\"uploads\\/website-images\\/1738834030_item_three_image.svg\",\"item_four_image\":\"uploads\\/website-images\\/1738834030_item_four_image.svg\"}}', '[{\"language_code\":\"en\",\"values\":{\"item_one_title\":\"30K+ Online Courses\",\"item_one_description\":\"Solid Questions Solving & Fresh Topics\",\"item_two_title\":\"Expert Instructor\",\"item_two_description\":\"Learn and More expertise\",\"item_three_title\":\"Life time access\",\"item_three_description\":\"Behind the word mountains\",\"item_four_title\":\"Get Certificate\",\"item_four_description\":\"Behind the word mountains\",\"item_three_image\":{},\"item_four_image\":{}}}]', '2024-12-26 07:08:18', '2025-02-06 09:27:10'),
(3, 'home1_about_us.content', '{\"short_title\":\"About us\",\"title\":\"Experience Over 10 years with Online Educations\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the Semantics a large language ocean\",\"item_one\":\"Expert Trainers\",\"item_two\":\"Online Remote Learning\",\"item_three\":\"Lifetime Access\",\"item_four\":\"Guide Sheet All Courses\",\"experience_year\":\"50\",\"experience_title\":\"We Have Best Winning Awards\",\"youtube_video_id\":\"rRid6GCJtgc\",\"images\":{\"image_one\":\"uploads\\/website-images\\/1735198374_image_one.jpg\",\"image_two\":\"uploads\\/website-images\\/1735198374_image_two.jpg\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"About us\",\"title\":\"Experience Over 10 years with Online Educations\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the Semantics a large language ocean\",\"item_one\":\"Expert Trainers\",\"item_two\":\"Online Remote Learning\",\"item_three\":\"Lifetime Access\",\"item_four\":\"Guide Sheet All Courses\",\"experience_year\":\"50\",\"experience_title\":\"We Have Best Winning Awards\",\"youtube_video_id\":\"rRid6GCJtgc\"}},{\"language_code\":\"bn\",\"values\":{\"short_title\":\"\\u0986\\u09ae\\u09be\\u09a6\\u09c7\\u09b0 \\u09b8\\u09ae\\u09cd\\u09aa\\u09b0\\u09cd\\u0995\\u09c7\",\"title\":\"\\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u09be\\u09b0 \\u09b8\\u09be\\u09a5\\u09c7 10 \\u09ac\\u099b\\u09b0\\u09c7\\u09b0 \\u09ac\\u09c7\\u09b6\\u09bf \\u0985\\u09ad\\u09bf\\u099c\\u09cd\\u099e\\u09a4\\u09be\",\"description\":\"\\u0985\\u09a8\\u09c7\\u0995 \\u09a6\\u09c2\\u09b0\\u09c7, \\u09aa\\u09be\\u09b9\\u09be\\u09a1\\u09bc \\u09b6\\u09ac\\u09cd\\u09a6\\u09c7\\u09b0 \\u0986\\u09a1\\u09bc\\u09be\\u09b2\\u09c7, \\u09ac\\u09cd\\u09af\\u099e\\u09cd\\u099c\\u09a8\\u09be \\u09a5\\u09c7\\u0995\\u09c7 \\u0985\\u09a8\\u09c7\\u0995 \\u09a6\\u09c2\\u09b0\\u09c7, \\u09b8\\u09c7\\u0996\\u09be\\u09a8\\u09c7 \\u0985\\u09a8\\u09cd\\u09a7 \\u09aa\\u09be\\u09a0\\u09c7\\u09b0 \\u09ac\\u09be\\u09b8\\u0964 \\u09ac\\u09bf\\u099a\\u09cd\\u099b\\u09bf\\u09a8\\u09cd\\u09a8 \\u09a4\\u09be\\u09b0\\u09be \\u09b6\\u09ac\\u09cd\\u09a6\\u09be\\u09b0\\u09cd\\u09a5\\u09ac\\u09bf\\u099c\\u09cd\\u099e\\u09be\\u09a8\\u09c7\\u09b0 \\u098f\\u0995\\u099f\\u09bf \\u09ac\\u09c3\\u09b9\\u09ce \\u09ad\\u09be\\u09b7\\u09be \\u09ae\\u09b9\\u09be\\u09b8\\u09be\\u0997\\u09b0\\u09c7\\u09b0 \\u0989\\u09aa\\u0995\\u09c2\\u09b2\\u09c7 \\u0997\\u09cd\\u09b0\\u09cb\\u09ad\\u0995\\u09c7 \\u099a\\u09bf\\u09b9\\u09cd\\u09a8\\u09bf\\u09a4 \\u0995\\u09b0\\u09c7\",\"item_one\":\"\\u09ac\\u09bf\\u09b6\\u09c7\\u09b7\\u099c\\u09cd\\u099e \\u09aa\\u09cd\\u09b0\\u09b6\\u09bf\\u0995\\u09cd\\u09b7\\u0995\",\"item_two\":\"\\u0985\\u09a8\\u09b2\\u09be\\u0987\\u09a8 \\u09b0\\u09bf\\u09ae\\u09cb\\u099f \\u09b2\\u09be\\u09b0\\u09cd\\u09a8\\u09bf\\u0982\",\"item_three\":\"\\u0986\\u099c\\u09c0\\u09ac\\u09a8 \\u0985\\u09cd\\u09af\\u09be\\u0995\\u09cd\\u09b8\\u09c7\\u09b8\",\"item_four\":\"\\u0997\\u09be\\u0987\\u09a1 \\u09b6\\u09bf\\u099f \\u09b8\\u09ac \\u0995\\u09cb\\u09b0\\u09cd\\u09b8\",\"experience_year\":\"50\",\"experience_title\":\"\\u0986\\u09ae\\u09b0\\u09be \\u09b8\\u09c7\\u09b0\\u09be \\u09ac\\u09bf\\u099c\\u09af\\u09bc\\u09c0 \\u09aa\\u09c1\\u09b0\\u09b8\\u09cd\\u0995\\u09be\\u09b0 \\u0986\\u099b\\u09c7\",\"youtube_video_id\":\"rRid6GCJtgc\"}}]', '2024-12-26 07:32:54', '2025-01-18 11:14:17'),
(4, 'home1_join_instructor.content', '{\"first_item_title\":\"Expert <span>Instructor <\\/span>Live Classes Here\",\"first_item_description\":\"They marks grove right at the coast of the Semantics\",\"second_item_title\":\"To be Achieved <span>Students <\\/span> Join Classes Here\",\"second_item_description\":\"They marks grove right at the coast of the Semantics\",\"first_item_image\":{},\"second_item_image\":{},\"images\":{\"first_item_image\":\"uploads\\/website-images\\/1735210288_first_item_image.png\",\"second_item_image\":\"uploads\\/website-images\\/1735210288_second_item_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"first_item_title\":\"Expert <span>Instructor <\\/span>Live Classes Here\",\"first_item_description\":\"They marks grove right at the coast of the Semantics\",\"second_item_title\":\"To be Achieved <span>Students <\\/span> Join Classes Here\",\"second_item_description\":\"They marks grove right at the coast of the Semantics\",\"first_item_image\":[],\"second_item_image\":[]}}]', '2024-12-26 10:51:28', '2025-01-14 10:50:53'),
(5, 'home1_why_choose_us.content', '{\"total_student\":\"10k+ Active Students\",\"youtube_video_id\":\"rRid6GCJtgc\",\"short_title\":\"Why Choose us\",\"title\":\"Our expert team is ready to assist you anywhere in the world\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right\",\"item_one\":\"World Class Trainers\",\"item_two\":\"Experts Instructors\",\"item_three\":\"Easy Learning Introduce\",\"item_four\":\"Experts Instructors\",\"item_five\":\"Flexible Time Introduce\",\"item_six\":\"Support Community\",\"images\":{\"feature_image\":\"uploads\\/website-images\\/1735218490_feature_image.jpg\",\"total_student_image\":\"uploads\\/website-images\\/1735218490_total_student_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"total_student\":\"10k+ Active Students\",\"youtube_video_id\":\"rRid6GCJtgc\",\"short_title\":\"Why Choose us\",\"title\":\"Our expert team is ready to assist you anywhere in the world\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right\",\"item_one\":\"World Class Trainers\",\"item_two\":\"Experts Instructors\",\"item_three\":\"Easy Learning Introduce\",\"item_four\":\"Experts Instructors\",\"item_five\":\"Flexible Time Introduce\",\"item_six\":\"Support Community\"}}]', '2024-12-26 13:08:10', '2024-12-26 13:13:53'),
(6, 'home2_hero.content', '{\"short_heading\":\"100 % Quality Qurantee\",\"heading\":\"Build The Skills You Need To Be Successful\",\"description\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\",\"youtube_video_id\":\"rRid6GCJtgc\",\"image\":{},\"images\":{\"image\":\"uploads\\/website-images\\/1735293419_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_heading\":\"100 % Quality Qurantee\",\"heading\":\"Build The Skills You Need To Be Successful\",\"description\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\",\"youtube_video_id\":\"rRid6GCJtgc\",\"image\":[]}},{\"language_code\":\"bn\",\"values\":{\"short_heading\":\"100 % Quality Qurantee\",\"heading\":\"Build The Skills You Need To Be Successful\",\"description\":\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.\",\"youtube_video_id\":\"rRid6GCJtgc\",\"image\":[],\"images\":{\"image\":\"uploads\\/website-images\\/1735293419_image.png\"}}}]', '2024-12-27 09:56:59', '2025-01-26 11:22:38'),
(7, 'home2_about_us.content', '{\"short_title\":\"About us\",\"title\":\"We are Always Best Course For your Learning\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the Semantics a large language ocean\",\"item_one_title\":\"Sharing a Screen\",\"item_one_description\":\"There live the blind texts. Separated they live in Book marks grove.\",\"item_two_title\":\"Best Mentors\",\"item_two_description\":\"There live the blind texts. Separated they live in Book marks grove.\",\"ceo_name\":\"John Doe\",\"ceo_designation\":\"Marketing Manager\",\"positive_rating\":\"30k+\",\"positive_rating_title\":\"Positive Reviews\",\"ceo_signature\":{},\"images\":{\"image_one\":\"uploads\\/website-images\\/1735294992_image_one.jpg\",\"image_two\":\"uploads\\/website-images\\/1735294992_image_two.jpg\",\"rating_users_image\":\"uploads\\/website-images\\/1735294992_rating_users_image.png\",\"ceo_signature\":\"uploads\\/website-images\\/1735295053_ceo_signature.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"About us\",\"title\":\"We are Always Best Course For your Learning\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the Semantics a large language ocean\",\"item_one_title\":\"Sharing a Screen\",\"item_one_description\":\"There live the blind texts. Separated they live in Book marks grove.\",\"item_two_title\":\"Best Mentors\",\"item_two_description\":\"There live the blind texts. Separated they live in Book marks grove.\",\"ceo_name\":\"John Doe\",\"ceo_designation\":\"Marketing Manager\",\"positive_rating\":\"30k+\",\"positive_rating_title\":\"Positive Reviews\",\"ceo_signature\":[]}},{\"language_code\":\"bn\",\"values\":{\"short_title\":\"About us\",\"title\":\"We are Always Best Course For your Learning\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the Semantics a large language ocean\",\"item_one_title\":\"Sharing a Screen\",\"item_one_description\":\"There live the blind texts. Separated they live in Book marks grove.\",\"item_two_title\":\"Best Mentors\",\"item_two_description\":\"There live the blind texts. Separated they live in Book marks grove.\",\"ceo_name\":\"John Doe\",\"ceo_designation\":\"Marketing Manager\",\"positive_rating\":\"30k+\",\"positive_rating_title\":\"Positive Reviews\",\"ceo_signature\":[],\"images\":{\"image_one\":\"uploads\\/website-images\\/1735294992_image_one.jpg\",\"image_two\":\"uploads\\/website-images\\/1735294992_image_two.jpg\",\"rating_users_image\":\"uploads\\/website-images\\/1735294992_rating_users_image.png\",\"ceo_signature\":\"uploads\\/website-images\\/1735295053_ceo_signature.png\"}}}]', '2024-12-27 10:22:03', '2025-01-26 11:24:22'),
(8, 'home2_achievement.content', '{\"short_title\":\"Achievement Certificate\",\"title\":\"Build Skills with Professionals Certificate\",\"item_one_title\":\"Industry Experts\",\"item_one_description\":\"Behind the word mountains, far from the Consonantia.\",\"item_two_title\":\"Experts Educations\",\"item_two_description\":\"Behind the word mountains, far from the Consonantia.\",\"item_three_title\":\"Premium Recourse\",\"item_three_description\":\"Behind the word mountains, far from the Consonantia.\",\"item_four_title\":\"Skill Based Learning\",\"item_four_description\":\"Behind the word mountains, far from the Consonantia.\",\"item_one_icon\":{},\"item_two_icon\":{},\"item_three_icon\":{},\"item_four_icon\":{},\"images\":{\"feature_image\":\"uploads\\/website-images\\/1735298870_feature_image.jpg\",\"item_one_icon\":\"uploads\\/website-images\\/1738390845_item_one_icon.svg\",\"item_two_icon\":\"uploads\\/website-images\\/1738390845_item_two_icon.svg\",\"item_three_icon\":\"uploads\\/website-images\\/1738390845_item_three_icon.svg\",\"item_four_icon\":\"uploads\\/website-images\\/1738390845_item_four_icon.svg\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"Achievement Certificate\",\"title\":\"Build Skills with Professionals Certificate\",\"item_one_title\":\"Industry Experts\",\"item_one_description\":\"Behind the word mountains, far from the Consonantia.\",\"item_two_title\":\"Experts Educations\",\"item_two_description\":\"Behind the word mountains, far from the Consonantia.\",\"item_three_title\":\"Premium Recourse\",\"item_three_description\":\"Behind the word mountains, far from the Consonantia.\",\"item_four_title\":\"Skill Based Learning\",\"item_four_description\":\"Behind the word mountains, far from the Consonantia.\",\"item_one_icon\":{},\"item_two_icon\":{},\"item_three_icon\":{},\"item_four_icon\":{}}},{\"language_code\":\"bn\",\"values\":{\"short_title\":\"Achievement Certificate\",\"title\":\"Build Skills with Professionals Certificate\",\"item_one_title\":\"Industry Experts\",\"item_one_description\":\"Behind the word mountains, far from the Consonantia.\",\"item_two_title\":\"Experts Educations\",\"item_two_description\":\"Behind the word mountains, far from the Consonantia.\",\"item_three_title\":\"Premium Recourse\",\"item_three_description\":\"Behind the word mountains, far from the Consonantia.\",\"item_four_title\":\"Skill Based Learning\",\"item_four_description\":\"Behind the word mountains, far from the Consonantia.\",\"item_one_icon\":[],\"item_two_icon\":[],\"item_three_icon\":[],\"item_four_icon\":[],\"images\":{\"feature_image\":\"uploads\\/website-images\\/1735298870_feature_image.jpg\",\"item_one_icon\":\"uploads\\/website-images\\/1735298979_item_one_icon.png\",\"item_two_icon\":\"uploads\\/website-images\\/1735298979_item_two_icon.png\",\"item_three_icon\":\"uploads\\/website-images\\/1735298979_item_three_icon.png\",\"item_four_icon\":\"uploads\\/website-images\\/1735298979_item_four_icon.png\"}}}]', '2024-12-27 11:27:07', '2025-02-01 06:20:45'),
(9, 'home2_our_facilities.content', '{\"title\":\"Our Facilities\",\"description\":\"Far far away, behind the word mountains, far from the Conson antia, there live the blind texts. Separated they marks\",\"item_one_title\":\"Brand Integrations\",\"item_one_description\":\"Far from the Conson antia, there live the blind texts. Separated they marks\",\"item_two_title\":\"Accreditation Support\",\"item_two_description\":\"Far from the Conson antia, there live the blind texts. Separated they marks\",\"item_three_title\":\"Brand Integrations\",\"item_three_description\":\"Far from the Conson antia, there live the blind texts. Separated they marks\",\"item_four_title\":\"Expert Instructor Study\",\"item_four_description\":\"Far from the Conson antia, there live the blind texts. Separated they marks\",\"youtube_video_id\":\"rRid6GCJtgc\",\"item_one_icon\":{},\"item_two_icon\":{},\"item_three_icon\":{},\"item_four_icon\":{},\"images\":{\"feature_image\":\"uploads\\/website-images\\/1735300506_feature_image.jpg\",\"item_one_icon\":\"uploads\\/website-images\\/1738390934_item_one_icon.svg\",\"item_two_icon\":\"uploads\\/website-images\\/1738390934_item_two_icon.svg\",\"item_three_icon\":\"uploads\\/website-images\\/1738390934_item_three_icon.svg\",\"item_four_icon\":\"uploads\\/website-images\\/1738390934_item_four_icon.svg\"}}', '[{\"language_code\":\"en\",\"values\":{\"title\":\"Our Facilities\",\"description\":\"Far far away, behind the word mountains, far from the Conson antia, there live the blind texts. Separated they marks\",\"item_one_title\":\"Brand Integrations\",\"item_one_description\":\"Far from the Conson antia, there live the blind texts. Separated they marks\",\"item_two_title\":\"Accreditation Support\",\"item_two_description\":\"Far from the Conson antia, there live the blind texts. Separated they marks\",\"item_three_title\":\"Brand Integrations\",\"item_three_description\":\"Far from the Conson antia, there live the blind texts. Separated they marks\",\"item_four_title\":\"Expert Instructor Study\",\"item_four_description\":\"Far from the Conson antia, there live the blind texts. Separated they marks\",\"youtube_video_id\":\"rRid6GCJtgc\",\"item_one_icon\":{},\"item_two_icon\":{},\"item_three_icon\":{},\"item_four_icon\":{}}},{\"language_code\":\"bn\",\"values\":{\"title\":\"Our Facilities 2\",\"description\":\"Far far away, behind the word mountains, far from the Conson antia, there live the blind texts. Separated they marks\",\"item_one_title\":\"Brand Integrations\",\"item_one_description\":\"Far from the Conson antia, there live the blind texts. Separated they marks\",\"item_two_title\":\"Accreditation Support\",\"item_two_description\":\"Far from the Conson antia, there live the blind texts. Separated they marks\",\"item_three_title\":\"Brand Integrations\",\"item_three_description\":\"Far from the Conson antia, there live the blind texts. Separated they marks\",\"item_four_title\":\"Expert Instructor Study\",\"item_four_description\":\"Far from the Conson antia, there live the blind texts. Separated they marks\",\"youtube_video_id\":\"rRid6GCJtgc\"}}]', '2024-12-27 11:52:56', '2025-02-01 06:22:14'),
(10, 'home2_fun_fact.content', '{\"item_one_quantity\":\"78\",\"item_one_title\":\"Classes Complete\",\"item_two_quantity\":\"50\",\"item_two_title\":\"Total Students\",\"item_three_quantity\":\"60\",\"item_three_title\":\"Library Books\",\"item_four_quantity\":\"500\",\"item_four_title\":\"Certified Teachers\",\"item_one_icon\":{},\"item_two_icon\":{},\"item_three_icon\":{},\"item_four_icon\":{},\"images\":{\"item_one_icon\":\"uploads\\/website-images\\/1735303682_item_one_icon.png\",\"item_two_icon\":\"uploads\\/website-images\\/1735303682_item_two_icon.png\",\"item_three_icon\":\"uploads\\/website-images\\/1735303682_item_three_icon.png\",\"item_four_icon\":\"uploads\\/website-images\\/1735303682_item_four_icon.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"item_one_quantity\":\"78\",\"item_one_title\":\"Classes Complete\",\"item_two_quantity\":\"50\",\"item_two_title\":\"Total Students\",\"item_three_quantity\":\"60\",\"item_three_title\":\"Library Books\",\"item_four_quantity\":\"500\",\"item_four_title\":\"Certified Teachers\",\"item_one_icon\":[],\"item_two_icon\":[],\"item_three_icon\":[],\"item_four_icon\":[]}}]', '2024-12-27 12:48:02', '2025-01-14 10:49:51'),
(11, 'home2_featured_instructor.content', '{\"short_title\":\"Our Featured Instructor\",\"title\":\"We are Always Best Course For your Learning\",\"description_one\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the language ocean\",\"description_two\":\"There live the blind texts. Separated they marks. Far far away, behind the word mountains, far from the Consonantia,\"}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"Our Featured Instructor\",\"title\":\"We are Always Best Course For your Learning\",\"description_one\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the language ocean\",\"description_two\":\"There live the blind texts. Separated they marks. Far far away, behind the word mountains, far from the Consonantia,\"}}]', '2024-12-27 13:15:25', '2024-12-27 13:15:25'),
(12, 'home2_join_instructor.content', '{\"short_title\":\"Inspired instructor\",\"title\":\"Become an Instructor\",\"description\":\"Far far away, behind the word mountains, far from the Conson antia, there live the blind texts. Separated they marks\",\"total_student\":\"4K\",\"total_student_title\":\"Worldwide Satisfied Students\",\"item_one_title\":\"Earn Money\",\"item_one_description\":\"Far from the Conson antia\",\"item_two_title\":\"Inspired Students\",\"item_two_description\":\"Behind the word mountains, far from Conson\",\"item_three_title\":\"Join Our Community\",\"item_three_description\":\"Behind the word mountains, far from Conson\",\"item_one_icon\":{},\"item_two_icon\":{},\"item_three_icon\":{},\"images\":{\"feature_image\":\"uploads\\/website-images\\/1735306873_feature_image.png\",\"item_one_icon\":\"uploads\\/website-images\\/1738391132_item_one_icon.svg\",\"item_two_icon\":\"uploads\\/website-images\\/1738391132_item_two_icon.svg\",\"item_three_icon\":\"uploads\\/website-images\\/1738391132_item_three_icon.svg\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"Inspired instructor\",\"title\":\"Become an Instructor\",\"description\":\"Far far away, behind the word mountains, far from the Conson antia, there live the blind texts. Separated they marks\",\"total_student\":\"4K\",\"total_student_title\":\"Worldwide Satisfied Students\",\"item_one_title\":\"Earn Money\",\"item_one_description\":\"Far from the Conson antia\",\"item_two_title\":\"Inspired Students\",\"item_two_description\":\"Behind the word mountains, far from Conson\",\"item_three_title\":\"Join Our Community\",\"item_three_description\":\"Behind the word mountains, far from Conson\",\"item_one_icon\":{},\"item_two_icon\":{},\"item_three_icon\":{}}}]', '2024-12-27 13:41:13', '2025-02-01 06:25:32'),
(13, 'home2_mobile_app.content', '{\"short_title\":\"AVAILABLE ON ANDROID & APPS STORE\",\"title\":\"Let\\u2019s Find The Right Courses For you\",\"play_store_link\":\"https:\\/\\/play.google.com\\/store\\/apps?hl=en\",\"apple_store_link\":\"https:\\/\\/www.apple.com\\/store\",\"feature_image\":{},\"images\":{\"feature_image\":\"uploads\\/website-images\\/1735308427_feature_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"AVAILABLE ON ANDROID & APPS STORE\",\"title\":\"Let\\u2019s Find The Right Courses For you\",\"play_store_link\":\"https:\\/\\/play.google.com\\/store\\/apps?hl=en\",\"apple_store_link\":\"https:\\/\\/www.apple.com\\/store\",\"feature_image\":[]}}]', '2024-12-27 14:07:07', '2025-01-14 10:49:51'),
(14, 'about_us.content', '{\"short_title\":\"About us\",\"title\":\"The largest & Most Diverse Universities in the United Emirates\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the Semantics a large language ocean\",\"item_one_title\":\"Graduate Program\",\"item_one_description\":\"Browse the Undergraduate Degrees\",\"item_two_title\":\"Undergraduate Program\",\"item_two_description\":\"Browse the Undergraduate Degrees\",\"est_year\":\"EST 1995\",\"youtube_video_id\":\"rRid6GCJtgc\",\"rotate_image\":{},\"images\":{\"image_one\":\"uploads\\/website-images\\/1735489743_image_one.jpg\",\"image_two\":\"uploads\\/website-images\\/1735489743_image_two.jpg\",\"rotate_image\":\"uploads\\/website-images\\/1738391636_rotate_image.svg\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"About us\",\"title\":\"The largest & Most Diverse Universities in the United Emirates\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the Semantics a large language ocean\",\"item_one_title\":\"Graduate Program\",\"item_one_description\":\"Browse the Undergraduate Degrees\",\"item_two_title\":\"Undergraduate Program\",\"item_two_description\":\"Browse the Undergraduate Degrees\",\"est_year\":\"EST 1995\",\"youtube_video_id\":\"rRid6GCJtgc\",\"rotate_image\":{}}}]', '2024-12-29 16:29:03', '2025-02-01 06:33:57'),
(15, 'our_program.content', '{\"title\":\"Navigate\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the Semantics\",\"item_one_title\":\"Campus Student Life\",\"item_one_link\":\"https:\\/\\/www.google.com\\/\",\"item_two_title\":\"Recreations & Wellness\",\"item_two_link\":\"https:\\/\\/www.google.com\\/\",\"item_three_title\":\"Recreations & Wellness\",\"item_three_link\":\"https:\\/\\/www.google.com\\/\",\"item_four_title\":\"Sports & Fitness\",\"item_four_link\":\"https:\\/\\/www.google.com\\/\",\"all_program_link\":\"https:\\/\\/www.google.com\\/\",\"images\":{\"item_one_image\":\"uploads\\/website-images\\/1735490913_item_one_image.jpg\",\"item_two_image\":\"uploads\\/website-images\\/1735491400_item_two_image.jpg\",\"item_three_image\":\"uploads\\/website-images\\/1735491400_item_three_image.jpg\",\"item_four_image\":\"uploads\\/website-images\\/1735490913_item_four_image.jpg\"}}', '[{\"language_code\":\"en\",\"values\":{\"title\":\"Navigate\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the Semantics\",\"item_one_title\":\"Campus Student Life\",\"item_one_link\":\"https:\\/\\/www.google.com\\/\",\"item_two_title\":\"Recreations & Wellness\",\"item_two_link\":\"https:\\/\\/www.google.com\\/\",\"item_three_title\":\"Recreations & Wellness\",\"item_three_link\":\"https:\\/\\/www.google.com\\/\",\"item_four_title\":\"Sports & Fitness\",\"item_four_link\":\"https:\\/\\/www.google.com\\/\",\"all_program_link\":\"https:\\/\\/www.google.com\\/\"}}]', '2024-12-29 16:46:24', '2025-02-01 13:44:56'),
(16, 'popular_department.content', '{\"short_title\":\"Departments\",\"title\":\"Popular Departments\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast\",\"department_one\":\"Economics\",\"department_two\":\"Computer\",\"department_three\":\"Electrical\",\"department_four\":\"Civil\",\"department_one_image\":{},\"department_two_image\":{},\"department_three_image\":{},\"department_four_image\":{},\"images\":{\"department_one_image\":\"uploads\\/website-images\\/1738413868_department_one_image.svg\",\"department_two_image\":\"uploads\\/website-images\\/1738413868_department_two_image.svg\",\"department_three_image\":\"uploads\\/website-images\\/1738413868_department_three_image.svg\",\"department_four_image\":\"uploads\\/website-images\\/1738413868_department_four_image.svg\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"Departments\",\"title\":\"Popular Departments\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast\",\"department_one\":\"Economics\",\"department_two\":\"Computer\",\"department_three\":\"Electrical\",\"department_four\":\"Civil\",\"department_one_image\":{},\"department_two_image\":{},\"department_three_image\":{},\"department_four_image\":{}}}]', '2024-12-29 17:18:22', '2025-02-01 12:44:28'),
(17, 'about_video.content', '{\"video_title\":\"Take a Video Tour to Learn Intro of Campus\",\"youtube_video_id\":\"rRid6GCJtgc\",\"phone\":\"+01 998 7698 870\",\"email\":\"info@educve.com\",\"images\":{\"video_background\":\"uploads\\/website-images\\/1735493496_video_background.jpg\"}}', '[{\"language_code\":\"en\",\"values\":{\"video_title\":\"Take a Video Tour to Learn Intro of Campus\",\"youtube_video_id\":\"rRid6GCJtgc\",\"phone\":\"+01 998 7698 870\",\"email\":\"info@educve.com\"}}]', '2024-12-29 17:31:36', '2025-02-01 13:47:50'),
(18, 'faq_page.content', '{\"section_one_title\":\"Payment & Refund\",\"section_two_title\":\"New Account\",\"section_one_image\":{},\"section_two_image\":{},\"images\":{\"section_one_image\":\"uploads\\/website-images\\/1735571992_section_one_image.jpg\",\"section_two_image\":\"uploads\\/website-images\\/1735571992_section_two_image.jpg\"}}', '[{\"language_code\":\"en\",\"values\":{\"section_one_title\":\"Payment & Refund\",\"section_two_title\":\"New Account\",\"section_one_image\":[],\"section_two_image\":[]}}]', '2024-12-30 15:19:53', '2025-01-14 10:49:51'),
(19, 'home3_hero.content', '{\"short_title\":\"KINDERGARDEN & BABY CARE\",\"title\":\"We Prepare Your Child For Lifetime\",\"description\":\"We denounce with righteous indignation and dislike men who are so beguiled and demoralized\",\"total_student\":\"2k Students\",\"total_student_title\":\"Join Our Online Class\",\"image_three\":{},\"image_four\":{},\"total_student_image\":{},\"images\":{\"image_one\":\"uploads\\/website-images\\/1735836415_image_one.png\",\"image_two\":\"uploads\\/website-images\\/1735836415_image_two.png\",\"image_three\":\"uploads\\/website-images\\/1735836469_image_three.png\",\"image_four\":\"uploads\\/website-images\\/1735836469_image_four.png\",\"total_student_image\":\"uploads\\/website-images\\/1735836469_total_student_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"KINDERGARDEN & BABY CARE\",\"title\":\"We Prepare Your Child For Lifetime\",\"description\":\"We denounce with righteous indignation and dislike men who are so beguiled and demoralized\",\"total_student\":\"2k Students\",\"total_student_title\":\"Join Our Online Class\",\"image_three\":[],\"image_four\":[],\"total_student_image\":[]}}]', '2025-01-02 16:10:48', '2025-01-14 10:49:51'),
(20, 'home3_about.content', '{\"short_title\":\"About us\",\"title\":\"We are Always Best Course For your Learning\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the Semantics a large language ocean\",\"item_one_title\":\"Kids Care Room\",\"item_one_description\":\"Dislike men who are so and demoralized\",\"item_two_title\":\"Outdoor Games\",\"item_two_description\":\"Dislike men who are so and demoralized\",\"item_three_title\":\"Best Mentors\",\"item_three_description\":\"Dislike men who are so and demoralized\",\"item_four_title\":\"Transportations\",\"item_four_description\":\"Dislike men who are so and demoralized\",\"rotate_image\":{},\"images\":{\"image_one\":\"uploads\\/website-images\\/1735837899_image_one.png\",\"image_two\":\"uploads\\/website-images\\/1735837899_image_two.png\",\"rotate_image\":\"uploads\\/website-images\\/1738391340_rotate_image.svg\",\"item_one_icon\":\"uploads\\/website-images\\/1738391273_item_one_icon.svg\",\"item_two_icon\":\"uploads\\/website-images\\/1738391273_item_two_icon.svg\",\"item_three_icon\":\"uploads\\/website-images\\/1738391273_item_three_icon.svg\",\"item_four_icon\":\"uploads\\/website-images\\/1738391273_item_four_icon.svg\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"About us\",\"title\":\"We are Always Best Course For your Learning\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the Semantics a large language ocean\",\"item_one_title\":\"Kids Care Room\",\"item_one_description\":\"Dislike men who are so and demoralized\",\"item_two_title\":\"Outdoor Games\",\"item_two_description\":\"Dislike men who are so and demoralized\",\"item_three_title\":\"Best Mentors\",\"item_three_description\":\"Dislike men who are so and demoralized\",\"item_four_title\":\"Transportations\",\"item_four_description\":\"Dislike men who are so and demoralized\",\"rotate_image\":{}}}]', '2025-01-02 17:10:03', '2025-02-01 06:29:00'),
(21, 'home3_fun_fact.content', '{\"item_one_quantity\":\"50\",\"item_one_title\":\"Qualified Teachers\",\"item_two_quantity\":\"17\",\"item_two_title\":\"Student Of The Years\",\"item_three_quantity\":\"50\",\"item_three_title\":\"Award Winning\",\"item_four_quantity\":\"25\",\"item_four_title\":\"Years of Experience\",\"item_one_icon\":{},\"item_two_icon\":{},\"item_three_icon\":{},\"item_four_icon\":{},\"images\":{\"item_one_icon\":\"uploads\\/website-images\\/1738391422_item_one_icon.svg\",\"item_two_icon\":\"uploads\\/website-images\\/1738391422_item_two_icon.svg\",\"item_three_icon\":\"uploads\\/website-images\\/1738391422_item_three_icon.svg\",\"item_four_icon\":\"uploads\\/website-images\\/1738391422_item_four_icon.svg\"}}', '[{\"language_code\":\"en\",\"values\":{\"item_one_quantity\":\"50\",\"item_one_title\":\"Qualified Teachers\",\"item_two_quantity\":\"17\",\"item_two_title\":\"Student Of The Years\",\"item_three_quantity\":\"50\",\"item_three_title\":\"Award Winning\",\"item_four_quantity\":\"25\",\"item_four_title\":\"Years of Experience\",\"item_one_icon\":{},\"item_two_icon\":{},\"item_three_icon\":{},\"item_four_icon\":{}}}]', '2025-01-02 17:48:20', '2025-02-01 06:30:22'),
(22, 'home3_faq.content', '{\"short_title\":\"FREQUENTLY ASKED QUESTIONS\",\"title\":\"We are The Best Kids School in City\",\"image\":{},\"images\":{\"image\":\"uploads\\/website-images\\/1735840656_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"FREQUENTLY ASKED QUESTIONS\",\"title\":\"We are The Best Kids School in City\",\"image\":[]}}]', '2025-01-02 17:57:36', '2025-01-14 10:49:51'),
(23, 'home3_testimonial.content', '{\"short_title\":\"Testimonials\",\"title\":\"Parents Speech With Us\",\"image_one\":{},\"image_two\":{},\"image_three\":{},\"images\":{\"image_one\":\"uploads\\/website-images\\/1735841819_image_one.png\",\"image_two\":\"uploads\\/website-images\\/1735841819_image_two.png\",\"image_three\":\"uploads\\/website-images\\/1735841819_image_three.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"Testimonials\",\"title\":\"Parents Speech With Us\",\"image_one\":[],\"image_two\":[],\"image_three\":[]}}]', '2025-01-02 18:16:59', '2025-01-14 10:49:51'),
(24, 'home3_explore.content', '{\"short_title\":\"BEST KINDERGARDEN SCHOOL\",\"title\":\"Commitment To Best Educations Services\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the Semantics\",\"image\":{},\"images\":{\"image\":\"uploads\\/website-images\\/1735843285_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"BEST KINDERGARDEN SCHOOL\",\"title\":\"Commitment To Best Educations Services\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast of the Semantics\",\"image\":[]}}]', '2025-01-02 18:41:25', '2025-01-14 10:49:51'),
(25, 'home3_newsletter.content', '{\"title\":\"Quickly Get Update News & Offer With Admission News\",\"image_one\":{},\"image_two\":{},\"images\":{\"image_one\":\"uploads\\/website-images\\/1735844156_image_one.png\",\"image_two\":\"uploads\\/website-images\\/1735844156_image_two.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"title\":\"Quickly Get Update News & Offer With Admission News\",\"image_one\":[],\"image_two\":[]}}]', '2025-01-02 18:55:56', '2025-01-14 10:49:51'),
(26, 'home4_hero.content', '{\"short_title\":\"Knowledge is Power\",\"title\":\"<span>Educve<\\/span> - The Best Place to Invest in your Knowledge\",\"description\":\"A university is a vibrant institution that serves as a hub for higher education and research. It provides a dynamic environment.\",\"images\":{\"image\":\"uploads\\/website-images\\/1736093593_image.jpg\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"Knowledge is Power\",\"title\":\"<span>Educve<\\/span> - The Best Place to Invest in your Knowledge\",\"description\":\"A university is a vibrant institution that serves as a hub for higher education and research. It provides a dynamic environment.\"}}]', '2025-01-05 16:09:55', '2025-01-05 16:13:44'),
(27, 'our_campus.content', '{\"short_title\":\"CAMPUS\",\"title\":\"Campus is your Dream Lifestyle\",\"item_one_title\":\"Smart Hostel\",\"item_one_description\":\"Behind the word mountains, far from the Conso there live the blind texts\",\"item_two_title\":\"Student Life\",\"item_two_description\":\"Behind the word mountains, far from the Conso there live the blind texts\",\"item_three_title\":\"Arts & Clubs\",\"item_three_description\":\"Behind the word mountains, far from the Conso there live the blind texts\",\"item_four_title\":\"Sports & Fitness\",\"item_four_description\":\"Behind the word mountains, far from the Conso there live the blind texts\",\"item_three_icon\":{},\"item_four_icon\":{},\"images\":{\"feature_image\":\"uploads\\/website-images\\/1736098935_feature_image.jpg\",\"item_one_icon\":\"uploads\\/website-images\\/1738413298_item_one_icon.svg\",\"item_two_icon\":\"uploads\\/website-images\\/1738413298_item_two_icon.svg\",\"item_three_icon\":\"uploads\\/website-images\\/1738413331_item_three_icon.svg\",\"item_four_icon\":\"uploads\\/website-images\\/1738413331_item_four_icon.svg\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"CAMPUS\",\"title\":\"Campus is your Dream Lifestyle\",\"item_one_title\":\"Smart Hostel\",\"item_one_description\":\"Behind the word mountains, far from the Conso there live the blind texts\",\"item_two_title\":\"Student Life\",\"item_two_description\":\"Behind the word mountains, far from the Conso there live the blind texts\",\"item_three_title\":\"Arts & Clubs\",\"item_three_description\":\"Behind the word mountains, far from the Conso there live the blind texts\",\"item_four_title\":\"Sports & Fitness\",\"item_four_description\":\"Behind the word mountains, far from the Conso there live the blind texts\",\"item_three_icon\":{},\"item_four_icon\":{}}}]', '2025-01-05 17:42:16', '2025-02-01 12:35:31'),
(28, 'home4_popular_department.content', '{\"short_title\":\"Departments\",\"title\":\"Popular Departments\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast\",\"department_one\":\"Economics\",\"department_two\":\"Computer\",\"department_three\":\"Electrical\",\"department_four\":\"Civil\",\"department_one_image\":{},\"department_two_image\":{},\"department_three_image\":{},\"department_four_image\":{},\"images\":{\"department_one_image\":\"uploads\\/website-images\\/1738413524_department_one_image.svg\",\"department_two_image\":\"uploads\\/website-images\\/1738413524_department_two_image.svg\",\"department_three_image\":\"uploads\\/website-images\\/1738413524_department_three_image.svg\",\"department_four_image\":\"uploads\\/website-images\\/1738413524_department_four_image.svg\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"Departments\",\"title\":\"Popular Departments\",\"description\":\"Far far away, behind the word mountains, far from the Consonantia, there live the blind texts. Separated they marks grove right at the coast\",\"department_one\":\"Economics\",\"department_two\":\"Computer\",\"department_three\":\"Electrical\",\"department_four\":\"Civil\",\"department_one_image\":{},\"department_two_image\":{},\"department_three_image\":{},\"department_four_image\":{}}}]', '2025-01-05 18:05:18', '2025-02-01 12:38:44'),
(29, 'home4_testimonial.content', '{\"title\":\"Start your journey With Us\",\"description\":\"Education is a dynamic and evolving field that plays a crucial role in shaping individuals and societies. While significant challenges\",\"feature_image\":{},\"images\":{\"feature_image\":\"uploads\\/website-images\\/1736587316_feature_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"title\":\"Start your journey With Us\",\"description\":\"Education is a dynamic and evolving field that plays a crucial role in shaping individuals and societies. While significant challenges\",\"feature_image\":[]}}]', '2025-01-11 09:21:56', '2025-01-14 10:49:51'),
(30, 'home5_hero_section.content', '{\"heading\":\"100% Satisfaction Gaurantee\",\"heading_two\":\"Growup Your Learning\",\"heading_three\":\"Skills with Educve\",\"description\":\"<span>Educve<\\/span> the ultimate destination for knowledge seekers and educators alike. We are committed to transforming education\",\"average_rating\":\"5.0\",\"total_rating\":\"1k+\",\"total_rating_title\":\"Students learn daily with educate platform\",\"total_instructor\":\"130\",\"images\":{\"feature_image\":\"uploads\\/website-images\\/1753505106_feature_image.png\",\"instructor_image\":\"uploads\\/website-images\\/1753505106_instructor_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"heading\":\"100% Satisfaction Gaurantee\",\"heading_two\":\"Growup Your Learning\",\"heading_three\":\"Skills with Educve\",\"description\":\"<span>Educve<\\/span> the ultimate destination for knowledge seekers and educators alike. We are committed to transforming education\",\"average_rating\":\"5.0\",\"total_rating\":\"1k+\",\"total_rating_title\":\"Students learn daily with educate platform\",\"total_instructor\":\"130\"}}]', '2025-07-26 04:45:06', '2025-07-26 04:46:36'),
(31, 'home5_key_feature.content', '{\"section_short_title\":\"core features\",\"section_title\":\"Interactive Online Learning Key Features & Benefits\",\"item_one_title\":\"Learning Experiences\",\"item_one_description\":\"The ultimate destination for knowledge for We are committed to transforming\",\"item_two_title\":\"Professional Instructor\",\"item_two_description\":\"The ultimate destination for knowledge for We are committed to transforming\",\"item_three_title\":\"Moneyback Gaurantee\",\"item_three_description\":\"The ultimate destination for knowledge for We are committed to transforming\",\"item_one_image\":{},\"item_two_image\":{},\"item_three_image\":{},\"images\":{\"item_one_image\":\"uploads\\/website-images\\/1753505829_item_one_image.png\",\"item_two_image\":\"uploads\\/website-images\\/1753505829_item_two_image.png\",\"item_three_image\":\"uploads\\/website-images\\/1753505829_item_three_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"section_short_title\":\"core features\",\"section_title\":\"Interactive Online Learning Key Features & Benefits\",\"item_one_title\":\"Learning Experiences\",\"item_one_description\":\"The ultimate destination for knowledge for We are committed to transforming\",\"item_two_title\":\"Professional Instructor\",\"item_two_description\":\"The ultimate destination for knowledge for We are committed to transforming\",\"item_three_title\":\"Moneyback Gaurantee\",\"item_three_description\":\"The ultimate destination for knowledge for We are committed to transforming\",\"item_one_image\":{},\"item_two_image\":{},\"item_three_image\":{}}}]', '2025-07-26 04:57:09', '2025-07-26 04:57:09'),
(32, 'home5_about_us.content', '{\"short_title\":\"ABOUT US\",\"title\":\"Who We Are \\u2013 Introduction to Educate Online Platform\",\"description\":\"Educve the ultimate destination for knowledge seekers and educators alike. We are committed to transforming special education impact global channels without standards compliant systems\",\"item_one\":\"Innovative Learning System\",\"item_two\":\"Worldwide Intelligent Learner\",\"total_instructor\":\"30\",\"total_instructor_title\":\"Expert and Professional all Instructor\",\"enrolled_student\":\"6\",\"enrolled_student_title\":\"Enrolled Students all Over the World\",\"images\":{\"feature_image\":\"uploads\\/website-images\\/1753506380_feature_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"ABOUT US\",\"title\":\"Who We Are \\u2013 Introduction to Educate Online Platform\",\"description\":\"Educve the ultimate destination for knowledge seekers and educators alike. We are committed to transforming special education impact global channels without standards compliant systems\",\"item_one\":\"Innovative Learning System\",\"item_two\":\"Worldwide Intelligent Learner\",\"total_instructor\":\"30\",\"total_instructor_title\":\"Expert and Professional all Instructor\",\"enrolled_student\":\"6\",\"enrolled_student_title\":\"Enrolled Students all Over the World\"}}]', '2025-07-26 05:06:20', '2025-07-26 05:07:41'),
(33, 'home5_why_choose_us.content', '{\"short_title\":\"why choose us?\",\"title\":\"Innovative and effective learning approaches\",\"description\":\"Educate the ultimate destination for knowledge seekers and educators alike. We are committed to transforming special education impact global channels without standards compliant systems\",\"item_one\":\"Course Management\",\"item_two\":\"Students Progress Tracking\",\"item_three\":\"Interactive Live Class\",\"item_four\":\"Quiz and Assignments\",\"experience_year\":\"26\",\"experience_title\":\"Years of Experiences\",\"support_title\":\"24\\/7 Hrs Ready to our support team\",\"feature_image\":{},\"images\":{\"feature_image\":\"uploads\\/website-images\\/1753512886_feature_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"why choose us?\",\"title\":\"Innovative and effective learning approaches\",\"description\":\"Educate the ultimate destination for knowledge seekers and educators alike. We are committed to transforming special education impact global channels without standards compliant systems\",\"item_one\":\"Course Management\",\"item_two\":\"Students Progress Tracking\",\"item_three\":\"Interactive Live Class\",\"item_four\":\"Quiz and Assignments\",\"experience_year\":\"26\",\"experience_title\":\"Years of Experiences\",\"support_title\":\"24\\/7 Hrs Ready to our support team\",\"feature_image\":{}}}]', '2025-07-26 06:54:46', '2025-07-26 06:54:46'),
(34, 'home5_course_design_offer.content', '{\"category_name\":\"Designing\",\"title\":\"Creative Graphic Design\",\"title_two\":\"With Adobe Suite\",\"youtube_video_id\":\"Wx48y_fOfiY\",\"rating\":\"3\",\"average_rating\":\"4.5\",\"price\":\"60\",\"offer_price\":\"35\",\"discount\":\"10\",\"enroll_now\":\"Enroll Now\",\"enroll_link\":\"http:\\/\\/localhost\\/qmsoft\\/educve_laravel\\/course\\/learn-coding-advance-your-skills-up\",\"feature_image\":{},\"video_image\":{},\"images\":{\"feature_image\":\"uploads\\/website-images\\/1753513526_feature_image.png\",\"video_image\":\"uploads\\/website-images\\/1753513526_video_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"category_name\":\"Designing\",\"title\":\"Creative Graphic Design\",\"title_two\":\"With Adobe Suite\",\"youtube_video_id\":\"Wx48y_fOfiY\",\"rating\":\"3\",\"average_rating\":\"4.5\",\"price\":\"60\",\"offer_price\":\"35\",\"discount\":\"10\",\"enroll_now\":\"Enroll Now\",\"enroll_link\":\"http:\\/\\/localhost\\/qmsoft\\/educve_laravel\\/course\\/learn-coding-advance-your-skills-up\",\"feature_image\":{},\"video_image\":{}}}]', '2025-07-26 07:05:26', '2025-07-26 07:05:26');
INSERT INTO `frontends` (`id`, `data_keys`, `data_values`, `data_translations`, `created_at`, `updated_at`) VALUES
(35, 'home5_testimonials.content', '{\"title\":\"TESTIMONIALS\",\"title_two\":\"Real Experiences From Our Dedicated Learners\",\"feature_image\":{},\"images\":{\"feature_image\":\"uploads\\/website-images\\/1753515215_feature_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"title\":\"TESTIMONIALS\",\"title_two\":\"Real Experiences From Our Dedicated Learners\",\"feature_image\":{}}}]', '2025-07-26 07:33:35', '2025-07-26 07:33:35'),
(36, 'home6_hero_section.content', '{\"title\":\"Welcome to Online Education\",\"title_two\":\"Explore <span>2300+<\\/span>\",\"title_three\":\"Best Online Courses\",\"title_four\":\"from Educate\",\"total_student_title\":\"15k Students\",\"feature_image_title\":\"ui \\/ ux designer\",\"total_course_title\":\"3020 Online Courses\",\"total_membership_title\":\"6,000 Membership\",\"online_certification_title\":\"Online Certifications\",\"youtube_video_id\":\"Wx48y_fOfiY\",\"images\":{\"feature_image\":\"uploads\\/website-images\\/1753542077_feature_image.png\",\"total_student_image\":\"uploads\\/website-images\\/1753542077_total_student_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"title\":\"Welcome to Online Education\",\"title_two\":\"Explore <span>2300+<\\/span>\",\"title_three\":\"Best Online Courses\",\"title_four\":\"from Educate\",\"total_student_title\":\"15k Students\",\"feature_image_title\":\"ui \\/ ux designer\",\"total_course_title\":\"3020 Online Courses\",\"total_membership_title\":\"6,000 Membership\",\"online_certification_title\":\"Online Certifications\",\"youtube_video_id\":\"Wx48y_fOfiY\"}}]', '2025-07-26 15:01:17', '2025-07-26 15:03:07'),
(37, 'home6_about_us.content', '{\"short_title\":\"about our educate\",\"title\":\"Tools and Techniques for\",\"title_two\":\"Online <span>Teaching<\\/span>\",\"description\":\"Experience future of learning our education-focused backgroudn to courses pro designed to and empower learners courses combine teaching tools.\",\"item_one_title\":\"Flexible Classes\",\"item_one_description\":\"Experience future of learning our education-focused courses combine teaching tools.\",\"total_instructor\":\"130\",\"total_instructor_title\":\"Expert Instructor\",\"feature_image_one\":{},\"feature_image_two\":{},\"instructor_image\":{},\"images\":{\"feature_image_one\":\"uploads\\/website-images\\/1753543281_feature_image_one.png\",\"feature_image_two\":\"uploads\\/website-images\\/1753543281_feature_image_two.png\",\"instructor_image\":\"uploads\\/website-images\\/1753543281_instructor_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"short_title\":\"about our educate\",\"title\":\"Tools and Techniques for\",\"title_two\":\"Online <span>Teaching<\\/span>\",\"description\":\"Experience future of learning our education-focused backgroudn to courses pro designed to and empower learners courses combine teaching tools.\",\"item_one_title\":\"Flexible Classes\",\"item_one_description\":\"Experience future of learning our education-focused courses combine teaching tools.\",\"total_instructor\":\"130\",\"total_instructor_title\":\"Expert Instructor\",\"feature_image_one\":{},\"feature_image_two\":{},\"instructor_image\":{}}}]', '2025-07-26 15:21:21', '2025-07-26 15:21:21'),
(38, 'home6_testimonials.content', '{\"feature_image\":{},\"images\":{\"feature_image\":\"uploads\\/website-images\\/1753545290_feature_image.png\"}}', '[{\"language_code\":\"en\",\"values\":{\"feature_image\":{}}}]', '2025-07-26 15:54:50', '2025-07-26 15:54:50');

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

--
-- Table structure for table `global_settings`
--

CREATE TABLE `global_settings` (
  `id` bigint UNSIGNED NOT NULL,
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `global_settings`
--

INSERT INTO `global_settings` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'logo', 'uploads/website-images/logo-2025-02-05-03-14-41-1987.svg', NULL, '2025-02-05 09:14:41'),
(2, 'favicon', 'uploads/website-images/favicon-2025-01-26-05-02-44-5347.png', NULL, '2025-01-26 11:02:44'),
(3, 'app_name', 'EduCve', NULL, '2025-07-27 05:50:29'),
(4, 'contact_message_mail', 'educve.contact@gmail.com', NULL, '2025-07-27 05:50:29'),
(5, 'timezone', 'Asia/Dhaka', NULL, '2025-07-27 05:50:29'),
(6, 'selected_theme', 'all_theme', NULL, '2025-07-27 05:50:29'),
(7, 'recaptcha_status', '0', NULL, '2025-02-12 10:53:25'),
(8, 'recaptcha_site_key', '6LdKmNMqAAAAAE2IbJg0in1GQ-KO7BJlw0vdi7gG', NULL, '2025-02-12 10:53:25'),
(9, 'recaptcha_secret_key', '6LdKmNMqAAAAAKOAjmT9COLPduZqyR3N2XVjAqYz', NULL, '2025-02-12 10:53:25'),
(10, 'tawk_chat_link', 'https://embed.tawk.to/5a7c31ded7591465c7077c48/default', NULL, '2025-01-11 09:27:50'),
(11, 'tawk_status', '0', NULL, '2025-01-11 09:27:50'),
(12, 'google_analytic_id', '55525522', NULL, '2024-07-10 05:25:46'),
(13, 'google_analytic_status', '0', NULL, '2024-07-10 05:25:46'),
(14, 'pixel_app_id', '156905933', NULL, '2024-07-02 12:10:44'),
(15, 'pixel_status', '1', NULL, '2024-07-02 12:10:44'),
(16, 'placeholder_image', 'uploads/website-images/placeholder-image.png', NULL, '2024-05-07 11:05:22'),
(17, 'cookie_consent_status', '1', NULL, '2025-01-11 11:28:38'),
(18, 'cookie_consent_message', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the when an unknown printer took.', NULL, '2025-01-11 11:28:38'),
(19, 'error_image', 'uploads/website-images/error-image-2025-01-11-05-16-00-2065.png', NULL, '2025-01-11 11:16:00'),
(20, 'login_page_bg', 'uploads/website-images/login-bg-image-2025-02-12-05-21-55-1191.png', NULL, '2025-02-12 17:21:55'),
(21, 'admin_login', 'uploads/website-images/admin-bg-image-2025-01-26-10-26-20-9479.png', NULL, '2025-01-26 04:26:20'),
(22, 'breadcrumb_image', 'uploads/website-images/breadcrumb-image-2025-02-06-03-21-24-7433.png', NULL, '2025-02-06 09:21:25'),
(23, 'is_facebook', '1', NULL, '2025-02-12 10:52:51'),
(24, 'facebook_client_id', '1844188565781706', NULL, '2025-02-12 10:52:51'),
(25, 'facebook_secret_id', '18441885657817', NULL, '2025-02-12 10:52:51'),
(26, 'facebook_redirect_url', 'http://localhost/callback/facebook', NULL, '2025-02-12 10:52:51'),
(27, 'is_gmail', '1', NULL, '2025-02-12 10:52:51'),
(28, 'gmail_client_id', '959046303669-ie41ras2h9jej982nc8ou2qf6mbu36op.apps.googleusercontent.com', NULL, '2025-02-12 10:52:51'),
(29, 'gmail_secret_id', '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', NULL, '2025-02-12 10:52:51'),
(30, 'gmail_redirect_url', 'https://educve-laravel.themedox.com/student/callback/google', NULL, '2025-02-12 10:52:51'),
(31, 'default_avatar', 'uploads/website-images/avatar-image-2024-07-02-10-08-24-5849.png', NULL, '2024-07-02 04:08:24'),
(32, 'default_cover_image', 'uploads/website-images/default-cover-image-2024-05-09-06-53-46-2041.png', NULL, '2024-05-09 00:53:47'),
(33, 'maintenance_status', '0', NULL, '2025-01-26 09:49:21'),
(34, 'maintenance_image', 'uploads/website-images/maintenance-image-2025-01-26-03-48-46-3407.png', NULL, '2025-01-26 09:48:46'),
(35, 'maintenance_text', 'We are upgrading our site.  We will come back soon.  \r\nPlease stay with us. \r\nThank you.', NULL, '2025-01-26 09:49:21'),
(36, 'app_version', '3.0.0', NULL, '2024-09-15 04:46:44'),
(37, 'facebook_link', 'facebook_link', NULL, NULL),
(38, 'twitter_link', 'twitter_link', NULL, NULL),
(39, 'linkedin_link', 'linkedin_link', NULL, NULL),
(40, 'instagram_link', 'instagram_link', NULL, NULL),
(41, 'footer_logo', 'uploads/website-images/footer-logo-2024-12-26-11-58-12-7707.png', '2024-07-02 11:51:07', '2024-12-26 05:58:12'),
(42, 'empty_image', 'uploads/website-images/empty-2024-05-17-11-50-01-3653.png', '2024-07-03 14:39:42', NULL),
(43, 'not_found', 'uploads/website-images/not-found-2024-05-17-11-50-01-3653.png', '2024-07-08 10:07:05', NULL),
(44, 'commission_type', 'commission', '2024-09-15 03:54:23', '2025-07-27 05:50:29'),
(45, 'commission_per_sale', '10', '2024-09-15 03:54:23', '2025-07-27 05:50:29'),
(46, 'commission_type', 'commission', '2024-09-15 04:46:44', '2025-07-27 05:50:29'),
(47, 'commission_per_sale', '10', '2024-09-15 04:46:44', '2025-07-27 05:50:29'),
(48, 'preloader_status', 'disable', NULL, '2025-07-27 05:50:29'),
(49, 'secondary_logo', 'uploads/website-images/secondary-logo-2025-02-05-03-24-42-6248.svg', NULL, '2025-02-05 09:24:42'),
(50, 'secondary_footer_logo', 'uploads/website-images/secondary-footer-logo-2025-02-05-03-48-19-1256.svg', NULL, '2025-02-05 09:48:19'),
(51, 'secondary_navmenu_logo', 'uploads/website-images/secondary-menu-logo-2025-01-18-03-23-50-7770.png', NULL, '2025-01-18 09:23:50'),
(52, 'blog_theme', 'all_theme', NULL, '2025-07-27 05:50:29'),
(53, 'course_theme', 'all_theme', NULL, '2025-07-27 05:50:29'),
(54, 'home3_logo', 'uploads/website-images/secondary-menu-logo-2025-02-05-03-59-55-8430.svg', NULL, '2025-02-05 09:59:55'),
(55, 'home3_footer_logo', 'uploads/website-images/secondary-menu-logo-2025-02-05-04-02-42-8277.svg', NULL, '2025-02-05 10:02:42');

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

--
-- Table structure for table `languages`
--

CREATE TABLE `languages` (
  `id` bigint UNSIGNED NOT NULL,
  `lang_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `lang_direction` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_default` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  `status` int NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `languages`
--

INSERT INTO `languages` (`id`, `lang_name`, `lang_code`, `lang_direction`, `is_default`, `status`, `created_at`, `updated_at`) VALUES
(1, 'English', 'en', 'left_to_right', 'Yes', 1, '2024-05-07 11:56:30', '2025-01-18 10:33:10'),
(24, 'Bangla', 'bn', 'left_to_right', 'No', 1, '2025-01-18 10:32:55', '2025-01-18 10:32:55');

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

--
-- Table structure for table `lesson_checklists`
--

CREATE TABLE `lesson_checklists` (
  `id` bigint UNSIGNED NOT NULL,
  `student_id` int NOT NULL,
  `course_id` int NOT NULL,
  `course_module_lesson_id` int NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `lesson_checklists`
--

INSERT INTO `lesson_checklists` (`id`, `student_id`, `course_id`, `course_module_lesson_id`, `created_at`, `updated_at`) VALUES
(1, 3, 2, 1, '2025-01-18 16:37:40', '2025-01-18 16:37:40'),
(2, 3, 2, 2, '2025-01-18 16:37:44', '2025-01-18 16:37:44'),
(3, 3, 2, 4, '2025-01-18 16:37:49', '2025-01-18 16:37:49'),
(4, 3, 2, 5, '2025-01-18 16:42:41', '2025-01-18 16:42:41'),
(5, 3, 2, 6, '2025-01-18 16:42:44', '2025-01-18 16:42:44'),
(6, 3, 2, 7, '2025-01-18 16:42:47', '2025-01-18 16:42:47'),
(7, 3, 2, 8, '2025-01-18 16:43:02', '2025-01-18 16:43:02'),
(8, 3, 2, 9, '2025-01-18 16:43:04', '2025-01-18 16:43:04'),
(9, 3, 2, 10, '2025-01-18 16:43:08', '2025-01-18 16:43:08'),
(10, 3, 2, 11, '2025-01-18 16:43:15', '2025-01-18 16:43:15'),
(11, 3, 2, 12, '2025-01-18 16:43:17', '2025-01-18 16:43:17'),
(12, 3, 2, 13, '2025-01-18 16:44:38', '2025-01-18 16:44:38'),
(13, 4, 3, 14, '2025-01-20 17:13:37', '2025-01-20 17:13:37'),
(14, 4, 3, 15, '2025-01-20 17:13:40', '2025-01-20 17:13:40'),
(15, 4, 3, 16, '2025-01-20 17:13:43', '2025-01-20 17:13:43'),
(16, 4, 3, 17, '2025-01-20 17:13:54', '2025-01-20 17:13:54'),
(17, 4, 3, 18, '2025-01-20 17:13:55', '2025-01-20 17:13:55'),
(18, 4, 3, 19, '2025-01-20 17:13:58', '2025-01-20 17:13:58'),
(19, 4, 3, 20, '2025-01-20 17:14:07', '2025-01-20 17:14:07'),
(20, 4, 3, 21, '2025-01-20 17:14:11', '2025-01-20 17:14:11'),
(21, 4, 3, 22, '2025-01-20 17:14:15', '2025-01-20 17:14:15'),
(22, 4, 3, 23, '2025-01-20 17:14:20', '2025-01-20 17:14:20'),
(23, 4, 3, 24, '2025-01-20 17:14:23', '2025-01-20 17:14:23'),
(24, 4, 3, 25, '2025-01-20 17:14:26', '2025-01-20 17:14:26'),
(25, 4, 1, 98, '2025-01-20 17:24:26', '2025-01-20 17:24:26'),
(26, 4, 1, 99, '2025-01-20 17:24:28', '2025-01-20 17:24:28'),
(27, 4, 1, 100, '2025-01-20 17:24:29', '2025-01-20 17:24:29'),
(28, 4, 1, 102, '2025-01-20 17:24:34', '2025-01-20 17:24:34'),
(29, 4, 27, 174, '2025-02-12 10:50:05', '2025-02-12 10:50:05'),
(30, 4, 27, 175, '2025-02-12 10:50:06', '2025-02-12 10:50:06');

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

--
-- Table structure for table `meetings`
--

CREATE TABLE `meetings` (
  `id` bigint UNSIGNED NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `meeting_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `meeting_link` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `instructor_id` int NOT NULL,
  `course_id` int NOT NULL DEFAULT '0',
  `start_time` datetime NOT NULL,
  `end_time` datetime NOT NULL,
  `duration` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `time_zone` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'UTC',
  `platform` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'zoom',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `meetings`
--

INSERT INTO `meetings` (`id`, `title`, `meeting_id`, `meeting_link`, `description`, `instructor_id`, `course_id`, `start_time`, `end_time`, `duration`, `time_zone`, `platform`, `created_at`, `updated_at`) VALUES
(1, 'Sample Zoom Meeting', '88181593755', 'https://us05web.zoom.us/j/88181593755?pwd=jyJFT8KeTHpoFYmifWaOI4zJ1l06vS.1', NULL, 4, 2, '2025-02-01 10:00:00', '2025-01-28 12:20:54', '60', 'UTC', 'zoom', '2025-01-28 11:20:56', '2025-01-28 11:20:56'),
(2, 'Sample Zoom Meeting', '82728927900', 'https://us05web.zoom.us/j/82728927900?pwd=LISTz2YvazAs6nqIOnVTSbtjPmlu6S.1', NULL, 4, 2, '2025-02-01 12:00:00', '2025-01-28 12:22:15', '60', 'UTC', 'zoom', '2025-01-28 11:22:17', '2025-01-28 11:22:17'),
(3, 'Sample Zoom Meeting', '88274209738', 'https://us05web.zoom.us/j/88274209738?pwd=OCIIE1vY8w6wLFb5pldAbkmSzaqoCU.1', NULL, 4, 2, '2025-02-01 12:00:00', '2025-01-28 12:25:52', '60', 'UTC', 'zoom', '2025-01-28 11:25:55', '2025-01-28 11:25:55'),
(4, 'Sample Zoom Meeting', '82131471507', 'https://us05web.zoom.us/j/82131471507?pwd=eyM157nC6xnwH0aSmYkiXkpGW6h2Tf.1', NULL, 4, 2, '2025-02-01 08:00:00', '2025-01-28 12:26:10', '60', 'UTC', 'zoom', '2025-01-28 11:26:12', '2025-01-28 11:26:12'),
(5, 'Sample Zoom Meeting', '81109311299', 'https://us05web.zoom.us/j/81109311299?pwd=ZuWHjVR9igiDHoyF7BGOASlL35kvKy.1', NULL, 4, 2, '2025-02-01 13:00:00', '2025-01-28 12:27:52', '60', 'UTC', 'zoom', '2025-01-28 11:27:54', '2025-01-28 11:27:54'),
(6, 'This is laravel course', '85859113172', 'https://us05web.zoom.us/j/85859113172?pwd=4pkglEvUrMuW9YVbBzRBlZEzOyOqyn.1', NULL, 4, 2, '2025-01-29 14:20:44', '2025-01-29 07:26:36', '20', 'UTC', 'zoom', '2025-01-29 07:06:38', '2025-01-29 07:06:38'),
(7, 'Second Title', '85449815818', 'https://us05web.zoom.us/j/85449815818?pwd=8C4ASXGuJG2LoZVkiv5q6JlPZZhd2x.1', NULL, 4, 2, '2025-01-29 15:10:00', '2025-01-29 07:29:39', '20', 'UTC', 'zoom', '2025-01-29 07:09:42', '2025-01-29 07:09:42'),
(8, 'Laravel Quomodo Dev', '87936714074', 'https://us05web.zoom.us/j/87936714074?pwd=jPTy1AHa85hXau0KPqvjfdWjAhq7YX.1', NULL, 4, 2, '2025-01-29 16:30:10', '2025-01-29 10:23:25', '20', 'UTC', 'zoom', '2025-01-29 10:03:28', '2025-01-29 10:03:28'),
(9, 'Test Topic', '84610988681', 'https://us05web.zoom.us/j/84610988681?pwd=WSkZcgJsrkn7FzHRJU88bUqEuXMFaT.1', NULL, 4, 2, '2025-01-29 16:40:10', '2025-01-29 10:21:17', '12', 'UTC', 'zoom', '2025-01-29 10:09:21', '2025-01-29 10:09:21'),
(10, 'This is first live class', '89051349198', 'https://us05web.zoom.us/j/89051349198?pwd=EUD5F7YjHMbJZvzTPuXSka6laptbio.1', NULL, 3, 3, '2025-02-05 11:18:13', '2025-02-04 05:38:24', '20', 'UTC', 'zoom', '2025-02-04 05:18:25', '2025-02-04 05:18:25'),
(11, 'This is second live class', '83019117814', 'https://us05web.zoom.us/j/83019117814?pwd=JfearqdxluUhOSzhyMpS1fRFbYpkc0.1', NULL, 3, 3, '2025-02-04 11:20:08', '2025-02-04 05:43:19', '20', 'UTC', 'zoom', '2025-02-04 05:23:20', '2025-02-04 05:23:20'),
(12, 'Laravel Route with Middleware', '81483724964', 'https://us05web.zoom.us/j/81483724964?pwd=laPc9oElaaNHOd5TtKFmepUQYO1XeV.1', NULL, 3, 3, '2025-02-07 11:35:18', '2025-02-04 05:55:24', '20', 'UTC', 'zoom', '2025-02-04 05:35:25', '2025-02-04 05:35:25'),
(13, 'Laravel Blade Template', '84642602556', 'https://us05web.zoom.us/j/84642602556?pwd=DCbSehcEzA84fJv7XOLOoi4UGtNRfT.1', NULL, 3, 3, '2025-02-06 11:38:01', '2025-02-04 05:58:15', '20', 'UTC', 'zoom', '2025-02-04 05:38:16', '2025-02-04 05:38:16');

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

--
-- Table structure for table `message_documents`
--

CREATE TABLE `message_documents` (
  `id` bigint UNSIGNED NOT NULL,
  `message_id` int NOT NULL DEFAULT '1',
  `file_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `model_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

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

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

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_reset_tokens_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1),
(4, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(8, '2014_10_12_100000_create_password_resets_table', 2),
(9, '2024_05_06_161335_create_admins_table', 3),
(10, '2024_05_06_182035_create_global_settings_table', 4),
(11, '2024_05_07_174113_create_languages_table', 5),
(12, '2024_05_07_180516_create_currencies_table', 6),
(15, '2024_05_09_045544_create_testimonials_table', 7),
(16, '2024_05_09_045555_create_testimonial_trasnlations_table', 7),
(19, '2024_05_09_080956_create_email_settings_table', 8),
(20, '2024_05_09_082850_create_email_templates_table', 9),
(21, '2024_05_09_090449_add_statu_to_users', 10),
(22, '2024_05_09_090506_add_personal_info_to_admins', 10),
(23, '2024_05_09_091106_add_avatar_to_admins', 11),
(24, '2024_05_09_100009_create_seo_settings_table', 12),
(27, '2024_05_09_110823_create_term_and_conditions_table', 13),
(28, '2024_05_09_111521_create_privacy_policies_table', 13),
(29, '2024_05_09_114012_create_faqs_table', 14),
(30, '2024_05_09_114027_create_faq_translations_table', 14),
(31, '2024_05_08_151634_create_blogs_table', 15),
(32, '2024_05_08_152208_create_blog_categories_table', 15),
(33, '2024_05_08_152741_create_blog_translations_table', 15),
(34, '2024_05_08_152807_create_blog_category_translations_table', 15),
(35, '2024_05_12_064013_create_blog_comments_table', 16),
(38, '2024_02_24_052456_create_categories_table', 17),
(45, '2024_05_13_060052_create_category_translations', 19),
(46, '2024_05_13_062301_add_icon_to_categories', 20),
(47, '2024_05_13_062424_add_category_id_to_category_translation', 21),
(48, '2024_05_13_081716_create_payment_gateways_table', 22),
(63, '2024_05_14_144849_add_banned_to_users', 28),
(67, '2024_06_09_155059_create_newsletters_table', 31),
(68, '2024_06_15_154748_create_footers_table', 32),
(69, '2024_06_15_155130_create_footer_translations_table', 32),
(72, '2024_06_28_145313_create_withdraw_methods_table', 34),
(73, '2024_06_28_161601_create_seller_withdraws_table', 34),
(74, '2024_07_02_220449_create_custom_pages_table', 35),
(75, '2024_07_02_221522_create_custom_page_translations_table', 35),
(76, '2024_07_03_121953_create_contact_messages_table', 36),
(81, '2024_07_06_171027_create_wishlists_table', 40),
(95, '2024_08_28_141156_add_status_columns_to_users_table', 46),
(102, '2024_12_08_151136_create_course_levels_table', 47),
(103, '2024_12_08_151422_create_course_level_translations_table', 47),
(104, '2024_12_08_162021_create_course_languages_table', 48),
(105, '2024_12_08_162039_create_course_language_translations_table', 48),
(108, '2024_12_12_113404_create_courses_table', 49),
(109, '2024_12_16_160113_create_course_translations_table', 49),
(110, '2024_12_20_153433_create_course_modules_table', 50),
(111, '2024_12_20_164122_create_course_module_lessons_table', 51),
(113, '2024_12_21_114118_add_instructor_info_to_users', 52),
(114, '2024_12_21_191108_add_review_message_to_course', 53),
(115, '2024_12_22_161702_create_course_enrollments_table', 54),
(116, '2024_12_22_161714_create_course_enrollment_lists_table', 54),
(118, '2024_12_23_214830_create_coupons_table', 55),
(119, '2024_11_25_125500_create_frontends_table', 56),
(120, '2024_12_26_172846_create_partners_table', 57),
(121, '2024_12_26_182914_add_rating_in_testimonial', 58),
(122, '2024_12_26_195343_add_short_description_to_blogs', 59),
(124, '2024_12_29_143502_create_course_reviews_table', 60),
(125, '2024_12_30_212048_add_faq_type_to_faqs', 61),
(126, '2025_01_04_110758_add_lesson_description_to_course_module_lessons', 62),
(127, '2025_01_04_123156_create_lesson_checklists_table', 62),
(128, '2025_01_04_164219_create_coupon_histories_table', 62),
(129, '2025_01_12_132630_create_certificate_settings_table', 63),
(138, '2025_01_28_125027_create_meetings_table', 64),
(139, '2025_01_28_140530_add_zoom_credential_in_users', 64),
(142, '2025_01_29_161317_create_support_tickets_table', 65),
(143, '2025_01_29_162535_create_support_ticket_messages_table', 66),
(144, '2025_01_29_173226_create_message_documents_table', 66),
(145, '2025_01_30_121219_add_course_id_to_support_tickets', 67),
(146, '2025_01_30_153639_create_notice_boards_table', 68),
(147, '2025_01_31_142408_add_video_source_in_course', 69),
(148, '2025_02_14_163057_add_admin_type_to_admins', 70);

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

--
-- Table structure for table `newsletters`
--

CREATE TABLE `newsletters` (
  `id` bigint UNSIGNED NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `verified_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_verified` int NOT NULL DEFAULT '0',
  `status` int NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `newsletters`
--

INSERT INTO `newsletters` (`id`, `email`, `verified_token`, `is_verified`, `status`, `created_at`, `updated_at`) VALUES
(2, 'sadman@gmail.com', 'KridETjQe529ejQHuvmaaYrKD', 0, 0, '2025-07-26 07:56:31', '2025-07-26 07:56:31'),
(3, 'opsd867@gmail.com', 'wVwA1FSac9F0YEXRf8kd1vQw7', 0, 0, '2025-07-26 16:11:17', '2025-07-26 16:11:17');

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

--
-- Table structure for table `notice_boards`
--

CREATE TABLE `notice_boards` (
  `id` bigint UNSIGNED NOT NULL,
  `instructor_id` int NOT NULL,
  `course_id` int NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `notice_boards`
--

INSERT INTO `notice_boards` (`id`, `instructor_id`, `course_id`, `title`, `description`, `created_at`, `updated_at`) VALUES
(1, 3, 3, 'Laravel Live Class At 10PM', 'I&#039;m going to plan a live class for Laravel Middleware at 10PM. Please join with the attached link https://www.google.com/', '2025-02-05 09:42:47', '2025-02-05 09:42:47');

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

--
-- Table structure for table `partners`
--

CREATE TABLE `partners` (
  `id` bigint UNSIGNED NOT NULL,
  `logo` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `link` text COLLATE utf8mb4_unicode_ci,
  `status` enum('enable','disable') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'enable',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `partners`
--

INSERT INTO `partners` (`id`, `logo`, `link`, `status`, `created_at`, `updated_at`) VALUES
(1, 'uploads/custom-images/our-partner-2025-02-01-07-14-41-4425.svg', NULL, 'enable', '2025-02-01 13:14:41', '2025-02-01 13:14:41'),
(2, 'uploads/custom-images/our-partner-2025-02-01-07-15-14-9782.svg', NULL, 'enable', '2025-02-01 13:15:14', '2025-02-01 13:15:14'),
(3, 'uploads/custom-images/our-partner-2025-02-01-07-15-43-4008.svg', NULL, 'enable', '2025-02-01 13:15:43', '2025-02-01 13:15:43'),
(4, 'uploads/custom-images/our-partner-2025-02-01-07-15-57-4838.svg', NULL, 'enable', '2025-02-01 13:15:57', '2025-02-01 13:15:57'),
(5, 'uploads/custom-images/our-partner-2025-02-01-07-16-13-6943.svg', NULL, 'enable', '2025-02-01 13:16:13', '2025-02-01 13:16:13'),
(6, 'uploads/custom-images/our-partner-2025-02-01-07-16-28-5052.svg', NULL, 'enable', '2025-02-01 13:16:28', '2025-02-01 13:16:28');

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

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

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

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

--
-- Table structure for table `password_reset_tokens`
--

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

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

--
-- Table structure for table `payment_gateways`
--

CREATE TABLE `payment_gateways` (
  `id` bigint UNSIGNED NOT NULL,
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payment_gateways`
--

INSERT INTO `payment_gateways` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'stripe_status', '1', NULL, '2024-06-26 03:47:57'),
(2, 'stripe_image', 'uploads/website-images/stripe-2024-06-26-09-11-39-8478.png', NULL, '2024-06-26 03:11:39'),
(3, 'stripe_currency_id', '1', NULL, '2025-01-14 10:59:32'),
(4, 'stripe_key', 'pk_test_51JU61aF56Pb8BOOX5ucAe5DlDwAkCZyffqlKMDUWsAwhKbdtuY71VvIzr0NgFKjq4sOVVaaeeyVXXnNWwu5dKgeq00kMzCBUm5', NULL, '2024-06-26 03:47:57'),
(5, 'stripe_secret', 'sk_test_51JU61aF56Pb8BOOXlz7jGkzJsCkozuAoRlFJskYGsgunfaHLmcvKLubYRQLCQOuyYHq0mvjoBFLzV7d8F6q8f6Hv00CGwULEEV', NULL, '2024-06-26 03:47:57'),
(6, 'paypal_status', '1', NULL, '2024-06-27 06:52:59'),
(7, 'paypal_image', 'uploads/website-images/paypal-2024-06-26-09-12-11-9195.png', NULL, '2024-06-26 03:12:11'),
(8, 'paypal_account_mode', 'sandbox', NULL, '2024-06-27 06:52:59'),
(9, 'paypal_currency_id', '1', NULL, '2025-01-14 10:59:32'),
(10, 'paypal_client_id', 'AWlV5x8Lhj9BRF8-TnawXtbNs-zt69mMVXME1BGJUIoDdrAYz8QIeeTBQp0sc2nIL9E529KJZys32Ipy', NULL, '2024-06-27 06:52:59'),
(11, 'paypal_secret_key', 'EEvn1J_oIC6alxb-FoF4t8buKwy4uEWHJ4_Jd_wolaSPRMzFHe6GrMrliZAtawDDuE-WKkCKpWGiz0Yn', NULL, '2024-06-27 06:52:59'),
(12, 'razorpay_status', '1', NULL, '2025-01-26 05:51:12'),
(13, 'razorpay_image', 'uploads/website-images/paypal-2024-06-26-09-12-18-5252.png', NULL, '2024-06-26 03:12:18'),
(14, 'razorpay_currency_id', '9', NULL, '2025-01-26 05:51:12'),
(15, 'razorpay_key', 'rzp_test_K7CipNQYyyMPiS', NULL, '2025-01-26 05:51:12'),
(16, 'razorpay_secret', 'zSBmNMorJrirOrnDrbOd1ALO', NULL, '2025-01-26 05:51:12'),
(17, 'razorpay_name', 'Educve', NULL, '2025-01-26 05:51:12'),
(18, 'razorpay_description', 'Online MarketPlace', NULL, '2025-01-26 05:51:12'),
(19, 'razorpay_theme_color', '#6440fb', NULL, '2025-01-26 05:51:12'),
(20, 'flutterwave_status', '1', NULL, '2025-01-26 05:51:07'),
(21, 'flutterwave_logo', 'uploads/website-images/paypal-2024-06-26-09-12-33-6846.png', NULL, '2024-06-26 03:12:33'),
(22, 'flutterwave_currency_id', '10', NULL, '2025-01-26 05:51:07'),
(23, 'flutterwave_public_key', 'FLWPUBK_TEST-5760e3ff9888aa1ab5e5cd1ec3f99cb1-X', NULL, '2025-01-26 05:51:07'),
(24, 'flutterwave_secret_key', 'FLWSECK_TEST-81cb5da016d0a51f7329d4a8057e766d-X', NULL, '2025-01-26 05:51:07'),
(25, 'flutterwave_title', 'Educve', NULL, '2025-01-26 05:51:07'),
(26, 'mollie_status', '1', NULL, '2024-07-03 04:47:49'),
(27, 'mollie_image', 'uploads/website-images/paypal-2024-06-26-09-12-39-3044.png', NULL, '2024-06-26 03:12:39'),
(28, 'mollie_currency_id', '1', NULL, '2025-01-14 10:59:32'),
(29, 'mollie_key', 'test_p9qgUn7Sg22xF3Q8D9heBSVEzrzM5Q', NULL, '2024-07-03 04:47:49'),
(30, 'paystack_status', '1', NULL, '2025-01-26 05:51:02'),
(31, 'paystack_image', 'uploads/website-images/paypal-2024-06-26-09-12-47-9168.png', NULL, '2024-06-26 03:12:47'),
(32, 'paystack_currency_id', '10', NULL, '2025-01-26 05:51:02'),
(33, 'paystack_public_key', 'pk_test_057dfe5dee14eaf9c3b4573df1e3760c02c06e38', NULL, '2025-01-26 05:51:02'),
(34, 'paystack_secret_key', 'sk_test_77cb93329abbdc18104466e694c9f720a7d69c97', NULL, '2025-01-26 05:51:02'),
(35, 'instamojo_status', '1', NULL, '2025-01-26 05:53:00'),
(36, 'instamojo_image', 'uploads/website-images/paypal-2024-06-26-09-12-53-1868.png', NULL, '2024-06-26 03:12:53'),
(37, 'instamojo_account_mode', 'Sandbox', NULL, '2025-01-26 05:53:00'),
(38, 'instamojo_currency_id', '9', NULL, '2025-01-26 05:53:00'),
(39, 'instamojo_api_key', 'test_5f4a2c9a58ef216f8a1a688910f', NULL, '2025-01-26 05:53:00'),
(40, 'instamojo_auth_token', 'test_994252ada69ce7b3d282b9941c2', NULL, '2025-01-26 05:53:00'),
(41, 'bank_status', '1', NULL, '2024-06-26 05:52:39'),
(42, 'bank_image', 'uploads/website-images/paypal-2024-06-26-09-12-59-4505.png', NULL, '2024-06-26 03:12:59'),
(43, 'bank_account_info', 'Bank Name: Your bank name\r\nAccount Number:  Your bank account number\r\nRouting Number: Your bank routing number\r\nBranch: Your bank branch name', NULL, '2024-06-26 05:52:39');

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

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

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

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

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

CREATE TABLE `privacy_policies` (
  `id` bigint UNSIGNED NOT NULL,
  `lang_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `privacy_policies`
--

INSERT INTO `privacy_policies` (`id`, `lang_code`, `description`, `created_at`, `updated_at`) VALUES
(1, 'en', '<h4>01.Introduction</h4>\r\n<p>A Privacy Policy is a legal document that informs users about the data collected, how it\'s used, and how it\'s protected. It typically includes information about the type of personal our ainformation collected (such as names, email addresses, etc.), the purpose of collection, and whether the information is shared with third parties. It outlines the rights of users regarding their data, such as the right to access, correct, or delete their information.</p>\r\n<h4>02.Educve of Privacy and Policy</h4>\r\n<p>Terms of Service (also known as Terms and Conditions or Terms of Use) set the rules and guidelines for using a particular service or platform. They establish the contractual relationship between the user and the service provider. They often include details about user behavior, content usage policies, disclaimers, limitations of liability, and procedures for dispute resolution.Users typically agree to these terms by using the service.When you visit a website or use an online service, you are usually asked to agree to both the Privacy Policy and the Terms of Service. These documents are crucial for transparency, legal compliance, and establishing the terms under which users can access and use the service.</p>\r\n<p>It\'s important for businesses and service providers to keep these documents up-to-date and easily accessible to users. If you have specific questions or concerns about privacy policies or terms of service, feel free to provide more details, and I\'ll do my best to assist you.</p>\r\n<h4>3. Protect Your Property</h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown as printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining as essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<h4>4. What to Include in Terms and Conditions for Limitations of Liability</h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the as1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic ki typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>ive centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset as sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type our as specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas Ipsum to make a type specimen book.</p>\r\n<h4>05.Pricing and Payment Policy</h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the as 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic as typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen our as book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>', NULL, '2025-01-18 08:27:33'),
(21, 'bn', '<h4>01.Introduction</h4>\r\n<p>A Privacy Policy is a legal document that informs users about the data collected, how it\'s used, and how it\'s protected. It typically includes information about the type of personal our ainformation collected (such as names, email addresses, etc.), the purpose of collection, and whether the information is shared with third parties. It outlines the rights of users regarding their data, such as the right to access, correct, or delete their information.</p>\r\n<h4>02.Educve of Privacy and Policy</h4>\r\n<p>Terms of Service (also known as Terms and Conditions or Terms of Use) set the rules and guidelines for using a particular service or platform. They establish the contractual relationship between the user and the service provider. They often include details about user behavior, content usage policies, disclaimers, limitations of liability, and procedures for dispute resolution.Users typically agree to these terms by using the service.When you visit a website or use an online service, you are usually asked to agree to both the Privacy Policy and the Terms of Service. These documents are crucial for transparency, legal compliance, and establishing the terms under which users can access and use the service.</p>\r\n<p>It\'s important for businesses and service providers to keep these documents up-to-date and easily accessible to users. If you have specific questions or concerns about privacy policies or terms of service, feel free to provide more details, and I\'ll do my best to assist you.</p>\r\n<h4>3. Protect Your Property</h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown as printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining as essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<h4>4. What to Include in Terms and Conditions for Limitations of Liability</h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the as1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic ki typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>ive centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset as sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type our as specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas Ipsum to make a type specimen book.</p>\r\n<h4>05.Pricing and Payment Policy</h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the as 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic as typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen our as book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>', '2025-01-18 10:32:56', '2025-01-18 10:32:56');

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

--
-- Table structure for table `seller_withdraws`
--

CREATE TABLE `seller_withdraws` (
  `id` bigint UNSIGNED NOT NULL,
  `seller_id` int NOT NULL,
  `withdraw_method_id` int NOT NULL,
  `withdraw_method_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `total_amount` decimal(8,2) NOT NULL DEFAULT '0.00',
  `withdraw_amount` decimal(8,2) NOT NULL DEFAULT '0.00',
  `charge_amount` decimal(8,2) NOT NULL DEFAULT '0.00',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `seller_withdraws`
--

INSERT INTO `seller_withdraws` (`id`, `seller_id`, `withdraw_method_id`, `withdraw_method_name`, `total_amount`, `withdraw_amount`, `charge_amount`, `description`, `status`, `created_at`, `updated_at`) VALUES
(1, 3, 1, 'Bank Payment', 40.00, 36.00, 4.00, 'ibbl 4040', 'approved', '2025-01-20 17:45:07', '2025-01-20 17:45:38');

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

--
-- Table structure for table `seo_settings`
--

CREATE TABLE `seo_settings` (
  `id` bigint UNSIGNED NOT NULL,
  `page_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `seo_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `seo_description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `seo_settings`
--

INSERT INTO `seo_settings` (`id`, `page_name`, `seo_title`, `seo_description`, `created_at`, `updated_at`) VALUES
(1, 'Home', 'Educve - Complete eLearning Management System With Laravel', '<p>Educve - Complete eLearning Management System With Laravel</p>', NULL, '2025-01-26 06:38:54'),
(2, 'Blogs', 'Blogs || Educve - Complete eLearning Management System With Laravel', '<p>Educve - Complete eLearning Management System With Laravel</p>', NULL, '2025-01-26 06:39:03'),
(3, 'About Us', 'About Us || Educve - Complete eLearning Management System With Laravel', '<p>Educve - Complete eLearning Management System With Laravel</p>', NULL, '2025-01-26 06:39:10'),
(4, 'Contact Us', 'Contact Us || Educve - Complete eLearning Management System With Laravel', '<p>Educve - Complete eLearning Management System With Laravel</p>', NULL, '2025-01-26 06:39:26'),
(5, 'FAQ', 'FAQ || Educve - Complete eLearning Management System With Laravel', '<p>Educve - Complete eLearning Management System With Laravel</p>', NULL, '2025-01-26 06:39:33'),
(6, 'Terms & Conditions', 'Terms & Conditions || Educve - Complete eLearning Management System With Laravel', '<p>Educve - Complete eLearning Management System With Laravel</p>', NULL, '2025-01-26 06:39:42'),
(7, 'Instructors', 'Instructors || Educve - Complete eLearning Management System With Laravel', '<p>Educve - Complete eLearning Management System With Laravel</p>', NULL, '2025-01-26 06:39:49'),
(9, 'Privacy Policy', 'Privacy Policy || Educve - Complete eLearning Management System With Laravel', '<p>Educve - Complete eLearning Management System With Laravel</p>', NULL, '2025-01-26 06:39:56'),
(10, 'Course', 'Course || Educve - Complete eLearning Management System With Laravel', '<p>Educve - Complete eLearning Management System With Laravel</p>', NULL, '2025-01-26 06:40:08');

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

--
-- Table structure for table `support_tickets`
--

CREATE TABLE `support_tickets` (
  `id` bigint UNSIGNED NOT NULL,
  `author_id` int NOT NULL DEFAULT '0',
  `admin_id` int NOT NULL DEFAULT '0',
  `admin_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'admin' COMMENT 'admin, instructor',
  `ticket_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` enum('open','in_progress','resolved','closed') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `course_id` int NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `support_tickets`
--

INSERT INTO `support_tickets` (`id`, `author_id`, `admin_id`, `admin_type`, `ticket_id`, `subject`, `status`, `created_at`, `updated_at`, `course_id`) VALUES
(1, 4, 0, 'admin', '364540368', 'I&#039;m unable to purchase the course', 'open', '2025-02-05 09:32:42', '2025-02-05 09:32:42', 0),
(2, 4, 0, 'instructor', '519966355', 'I&#039;m confused about the Laravel Routing', 'open', '2025-02-05 09:35:44', '2025-02-05 09:35:44', 1),
(3, 4, 0, 'instructor', '605473694', 'I&#039;m not familiar with Laravel Middleware', 'open', '2025-02-05 09:36:43', '2025-02-05 09:36:43', 3);

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

--
-- Table structure for table `support_ticket_messages`
--

CREATE TABLE `support_ticket_messages` (
  `id` bigint UNSIGNED NOT NULL,
  `support_ticket_id` int NOT NULL,
  `message_author_id` int NOT NULL,
  `send_by` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'author' COMMENT 'author, admin',
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_seen` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `support_ticket_messages`
--

INSERT INTO `support_ticket_messages` (`id`, `support_ticket_id`, `message_author_id`, `send_by`, `message`, `is_seen`, `created_at`, `updated_at`) VALUES
(1, 1, 4, 'author', 'Hello I&#039;m try to purchase a course, but I&#039;m unable to purchase. can you help me ?', 0, '2025-02-05 09:32:42', '2025-02-05 09:32:42'),
(2, 1, 1, 'admin', 'Can you share the course link with us ?', 0, '2025-02-05 09:33:06', '2025-02-05 09:33:06'),
(3, 1, 4, 'author', 'I&#039;m outside, just give me 30minutes.  I will back', 0, '2025-02-05 09:33:53', '2025-02-05 09:33:53'),
(4, 1, 1, 'admin', 'Ok we are waiting for your response', 0, '2025-02-05 09:34:20', '2025-02-05 09:34:20'),
(5, 2, 4, 'author', 'Hi, I&#039;m beginner in Laravel, Recently I&#039;ve enrolled on your laravel course. Can you help me about the laravel routing ?', 0, '2025-02-05 09:35:44', '2025-02-05 09:35:44'),
(6, 3, 4, 'author', 'Hi, I&#039;m beginner in Laravel, Recently I&#039;ve enrolled on your laravel course. Can you help me about the laravel Middleware ?', 0, '2025-02-05 09:36:43', '2025-02-05 09:36:43'),
(7, 3, 3, 'admin', 'Ok today night I will free, we can arrange meeting', 0, '2025-02-05 09:37:36', '2025-02-05 09:37:36'),
(8, 3, 4, 'author', 'Oh Great, Please give me a  meeting link', 0, '2025-02-05 09:37:59', '2025-02-05 09:37:59'),
(9, 3, 3, 'admin', 'Do you have zoom meeting? zoom meeting is good for me', 0, '2025-02-05 09:40:28', '2025-02-05 09:40:28'),
(10, 3, 4, 'author', 'Oh now. Google meeting will be better for me.', 0, '2025-02-05 09:40:49', '2025-02-05 09:40:49');

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

--
-- Table structure for table `term_and_conditions`
--

CREATE TABLE `term_and_conditions` (
  `id` bigint UNSIGNED NOT NULL,
  `lang_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `term_and_conditions`
--

INSERT INTO `term_and_conditions` (`id`, `lang_code`, `description`, `created_at`, `updated_at`) VALUES
(1, 'en', '<h4>01.Introduction</h4>\r\n<p>A Privacy Policy is a legal document that informs users about the data collected, how it\'s used, and how it\'s protected. It typically includes information about the type of personal our ainformation collected (such as names, email addresses, etc.), the purpose of collection, and whether the information is shared with third parties. It outlines the rights of users regarding their data, such as the right to access, correct, or delete their information.</p>\r\n<h4>02. Educve Terms of Service</h4>\r\n<p>Terms of Service (also known as Terms and Conditions or Terms of Use) set the rules and guidelines for using a particular service or platform. They establish the contractual relationship between the user and the service provider. They often include details about user behavior, content usage policies, disclaimers, limitations of liability, and procedures for dispute resolution.Users typically agree to these terms by using the service.When you visit a website or use an online service, you are usually asked to agree to both the Privacy Policy and the Terms of Service. These documents are crucial for transparency, legal compliance, and establishing the terms under which users can access and use the service.</p>\r\n<p>It\'s important for businesses and service providers to keep these documents up-to-date and easily accessible to users. If you have specific questions or concerns about privacy policies or terms of service, feel free to provide more details, and I\'ll do my best to assist you.</p>\r\n<h4>3. Protect Your Property</h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown as printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining as essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<h4>4. What to Include in Terms and Conditions for Limitations of Liability</h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the as1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic ki typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>ive centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset as sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type our as specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas Ipsum to make a type specimen book.</p>\r\n<h4>05.Pricing and Payment Policy</h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the as 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic as typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen our as book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>', NULL, '2025-01-18 08:27:06'),
(21, 'bn', '<h4>01.Introduction</h4>\r\n<p>A Privacy Policy is a legal document that informs users about the data collected, how it\'s used, and how it\'s protected. It typically includes information about the type of personal our ainformation collected (such as names, email addresses, etc.), the purpose of collection, and whether the information is shared with third parties. It outlines the rights of users regarding their data, such as the right to access, correct, or delete their information.</p>\r\n<h4>02. Educve Terms of Service</h4>\r\n<p>Terms of Service (also known as Terms and Conditions or Terms of Use) set the rules and guidelines for using a particular service or platform. They establish the contractual relationship between the user and the service provider. They often include details about user behavior, content usage policies, disclaimers, limitations of liability, and procedures for dispute resolution.Users typically agree to these terms by using the service.When you visit a website or use an online service, you are usually asked to agree to both the Privacy Policy and the Terms of Service. These documents are crucial for transparency, legal compliance, and establishing the terms under which users can access and use the service.</p>\r\n<p>It\'s important for businesses and service providers to keep these documents up-to-date and easily accessible to users. If you have specific questions or concerns about privacy policies or terms of service, feel free to provide more details, and I\'ll do my best to assist you.</p>\r\n<h4>3. Protect Your Property</h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown as printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuriezcs but also the on leap into as eylectronic typesetting, remaining as essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraszvxet sheets containing Lorem Ipsum our spassages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book. five centuries but also a the on leap into electronic typesetting, remaining essentially unchanged. It aswasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop our aspublishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<h4>4. What to Include in Terms and Conditions for Limitations of Liability</h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the as1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also the on leap into as electronic ki typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of as Leitraset sheets containing Loriem Ipsum passages, our andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>ive centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset as sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Loriem Ipsum to make a type our as specimen book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets as containing Lorem Ipsum passages, andei more recently with a desktop publishing software like Aldus PageMaker including versions of Loremas Ipsum to make a type specimen book.</p>\r\n<h4>05.Pricing and Payment Policy</h4>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the as 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five as centuries but also as the on leap into electronic as typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release as of Letraset sheets containing Lorem Ipsum our spassages, andei more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>\r\n<p>five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing software like Aldus PageMaker our as including versions of Lorem aIpsum to make a type specimen our as book. It wasn&rsquo;t popularised in the 1960s with the release of Letraset sheetsasd containing Lorem Ipsum passages, andei more recentlysl with desktop publishing software like Aldus PageMaker including versions of Loremadfsfds Ipsum to make a type specimen book.</p>\r\n<p>It has survived not only five centuries but also the on leap into electronic typesetting, remaining essentially unchanged. It wasn&rsquo;t popularised in the our 1960s with the release of Letraset sheets containing Lorem Ipsum passages, andei more recently with desktop publishing asou software like Aldus PageMaker including versions of Lorem Ipsum to make a type specimen book.</p>', '2025-01-18 10:32:56', '2025-01-18 10:32:56');

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

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

CREATE TABLE `testimonials` (
  `id` bigint UNSIGNED NOT NULL,
  `logo` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'active',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `rating` int NOT NULL DEFAULT '5'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `testimonials`
--

INSERT INTO `testimonials` (`id`, `logo`, `image`, `status`, `created_at`, `updated_at`, `rating`) VALUES
(1, NULL, 'uploads/custom-images/marvin-mckinney-20250115023046.png', 'active', '2025-01-15 08:30:46', '2025-01-15 08:30:46', 5),
(2, NULL, 'uploads/custom-images/sarvin-mckinney-20250115023253.png', 'active', '2025-01-15 08:32:53', '2025-01-15 08:32:53', 5),
(3, NULL, 'uploads/custom-images/karvin-mcsinney-20250115023756.jpg', 'active', '2025-01-15 08:37:56', '2025-01-15 08:37:56', 4);

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

--
-- Table structure for table `testimonial_trasnlations`
--

CREATE TABLE `testimonial_trasnlations` (
  `id` bigint UNSIGNED NOT NULL,
  `testimonial_id` int NOT NULL,
  `lang_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `designation` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `testimonial_trasnlations`
--

INSERT INTO `testimonial_trasnlations` (`id`, `testimonial_id`, `lang_code`, `name`, `designation`, `comment`, `created_at`, `updated_at`) VALUES
(1, 1, 'en', 'Marvin McKinney', '15th Batch Students', 'The pandemic has accelerated the shift to online and hybrid learning models. Platforms like Coursera, edX, and university-specific online programs offer flexibility and accessibility to a wider audience.', '2025-01-15 08:30:46', '2025-01-15 08:30:46'),
(2, 2, 'en', 'Sarvin McKinney', '10th Batch Students', 'Platforms like Coursera, edX, and university-specific online programs offer flexibility and\r\n                  accessibility to a wider audience. The pandemic has accelerated the shift to online and hybrid\r\n                  learning models.', '2025-01-15 08:32:53', '2025-01-15 08:32:53'),
(3, 3, 'en', 'Karvin McSinney', '8th Batch Students', 'Frameworks such as Coursera, edX, and university-specific online programs provide greater flexibility and accessibility to a broader audience. The pandemic significantly accelerated learning models.', '2025-01-15 08:37:56', '2025-01-15 08:40:10'),
(4, 1, 'bn', 'Marvin McKinney', '15th Batch Students', 'The pandemic has accelerated the shift to online and hybrid learning models. Platforms like Coursera, edX, and university-specific online programs offer flexibility and accessibility to a wider audience.', '2025-01-18 10:32:55', '2025-01-18 10:32:55'),
(5, 2, 'bn', 'Sarvin McKinney', '10th Batch Students', 'Platforms like Coursera, edX, and university-specific online programs offer flexibility and\r\n                  accessibility to a wider audience. The pandemic has accelerated the shift to online and hybrid\r\n                  learning models.', '2025-01-18 10:32:55', '2025-01-18 10:32:55'),
(6, 3, 'bn', 'Karvin McSinney', '8th Batch Students', 'Frameworks such as Coursera, edX, and university-specific online programs provide greater flexibility and accessibility to a broader audience. The pandemic significantly accelerated learning models.', '2025-01-18 10:32:55', '2025-01-18 10:32:55');

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

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

CREATE TABLE `users` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `username` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `kyc_status` int DEFAULT '0',
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `gender` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hourly_payment` decimal(8,2) NOT NULL DEFAULT '0.00',
  `designation` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_top_seller` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'disable',
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'disable',
  `is_banned` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'no',
  `is_seller` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `about_me` text COLLATE utf8mb4_unicode_ci,
  `verification_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `provider` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `provider_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `forget_password_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `feez_status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `online_status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `online` tinyint(1) NOT NULL DEFAULT '0',
  `instructor_experience` int NOT NULL DEFAULT '0',
  `skills_expertise` text COLLATE utf8mb4_unicode_ci,
  `country` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `facebook` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `linkedin` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `instagram` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `instructor_joining_request` enum('pending','approved','rejected','not_yet') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'not_yet',
  `zoom_api_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zoom_api_secret` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zoom_token_expiry` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zoom_access_token` text COLLATE utf8mb4_unicode_ci,
  `zoom_refresh_token` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `name`, `username`, `email`, `kyc_status`, `phone`, `address`, `gender`, `image`, `hourly_payment`, `designation`, `is_top_seller`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `status`, `is_banned`, `is_seller`, `about_me`, `verification_token`, `provider`, `provider_id`, `forget_password_token`, `feez_status`, `online_status`, `online`, `instructor_experience`, `skills_expertise`, `country`, `state`, `city`, `facebook`, `linkedin`, `twitter`, `instagram`, `instructor_joining_request`, `zoom_api_key`, `zoom_api_secret`, `zoom_token_expiry`, `zoom_access_token`, `zoom_refresh_token`) VALUES
(3, 'David Malan', 'david-rechard-20250115042132', 'instructor@gmail.com', 0, '01886880648', '256 Avenue, Mark Street, Newyork City', 'Male', 'uploads/custom-images/david-malan-2025-02-06-03-34-54-9452.png', 0.00, 'Laravel Developer', 'enable', '2025-01-15 10:21:58', '$2y$10$hgs71mVd2nwzvwkzme/luONk7LqKXnAEnLG2PABviuCCNEZX4tyIi', NULL, '2025-01-15 10:21:32', '2025-02-11 05:23:55', 'enable', 'no', '1', 'Passionate Laravel developer with expertise in building robust web applications using PHP, MySQL, and modern frameworks. Skilled in crafting clean, scalable code and delivering user-focused solutions. Experienced in API integration, database management, and optimizing performance for seamless functionality. Dedicated to continuous learning and staying updated with the latest technologies. Proficient in API integration, database management, and ensuring optimal performance by implementing best practices for scalability and security. Experienced in full-stack development, including front-end technologies such as JavaScript, HTML, and CSS, as well as back-end technologies like Laravel and its ecosystem. Strong problem-solving abilities, with a focus on creating seamless user experiences and delivering high-quality software.', NULL, NULL, NULL, NULL, '0', '0', 0, 1, '[{\"skill\":\"HTML5 \\/ CSS3 \\/ Bootstrap\",\"expertise\":\"40\"},{\"skill\":\"JavaScript\",\"expertise\":\"30\"},{\"skill\":\"PHP\\/Laravel\",\"expertise\":\"35\"},{\"skill\":\"Vue js\",\"expertise\":\"30\"},{\"skill\":\"JSON \\/ XML\",\"expertise\":\"35\"},{\"skill\":\"Ajax\",\"expertise\":\"40\"}]', 'Bangladesh', 'Rangpur', 'Dinajpur', 'https://www.facebook.com/', 'https://www.linkedin.com/feed/', 'https://x.com/', 'https://www.instagram.com/', 'approved', 'mQRlKETWRlGXMIzPTjzS3g', '3tN1MqVZ3xoQkMwDVBTAve51XJX1HjNG', '1738649825', 'eyJzdiI6IjAwMDAwMiIsImFsZyI6IkhTNTEyIiwidiI6IjIuMCIsImtpZCI6IjZlOWE3NGNjLTgwYzMtNDMxZS05NmU5LTBjYjFmOGY2YjdiYyJ9.eyJ2ZXIiOjEwLCJhdWlkIjoiZmM4OTM3NGE2YTU0YWYyZjRkNDNmZDQ4OTA2MzczYTEzN2U1MjFiZTE3MmM5NzQzZWFlOGUzYjRhZTBhODliNiIsImNvZGUiOiJad1Q4ZXNvYmpidUVCZ0dKeUNTUW5LRHczd3FjYXhVM2ciLCJpc3MiOiJ6bTpjaWQ6bVFSbEtFVFdSbEdYTUl6UFRqelMzZyIsImdubyI6MCwidHlwZSI6MCwidGlkIjowLCJhdWQiOiJodHRwczovL29hdXRoLnpvb20udXMiLCJ1aWQiOiI4bDRnNjhPRlIwLTB4enF0NmhDR0hBIiwibmJmIjoxNzM4NjQ2MjM1LCJleHAiOjE3Mzg2NDk4MzUsImlhdCI6MTczODY0NjIzNSwiYWlkIjoiZXlGZjUwLTJULXlzOTZRTThXUE5rUSJ9.vpzcWQ9Hnu9u6wgJAIDF84bPYCv4LX17uvxMb6ch4hhiETUdrjZyR8dPdAxaZgS6bn8ToVrZWl66UCMH8aN36w', 'eyJzdiI6IjAwMDAwMiIsImFsZyI6IkhTNTEyIiwidiI6IjIuMCIsImtpZCI6IjEzNDA4N2FhLWNjNTMtNDRiMi1hMTk2LWYwOTBjM2Q4NTUyZSJ9.eyJ2ZXIiOjEwLCJhdWlkIjoiZmM4OTM3NGE2YTU0YWYyZjRkNDNmZDQ4OTA2MzczYTEzN2U1MjFiZTE3MmM5NzQzZWFlOGUzYjRhZTBhODliNiIsImNvZGUiOiJad1Q4ZXNvYmpidUVCZ0dKeUNTUW5LRHczd3FjYXhVM2ciLCJpc3MiOiJ6bTpjaWQ6bVFSbEtFVFdSbEdYTUl6UFRqelMzZyIsImdubyI6MCwidHlwZSI6MSwidGlkIjowLCJhdWQiOiJodHRwczovL29hdXRoLnpvb20udXMiLCJ1aWQiOiI4bDRnNjhPRlIwLTB4enF0NmhDR0hBIiwibmJmIjoxNzM4NjQ2MjM1LCJleHAiOjE3NDY0MjIyMzUsImlhdCI6MTczODY0NjIzNSwiYWlkIjoiZXlGZjUwLTJULXlzOTZRTThXUE5rUSJ9.QR2YJ00j1Rqpx84E34nKemcyv_oBMyzDn0apHpnc0LpmrxeTZxDYDFwwE5BT2jZ62hnw0ixVQUR3Rg5pVtNbOw'),
(4, 'John Doe', 'john-doe-20250118091258', 'student@gmail.com', 0, '123-874-6548', 'Jackson Heights, 11372, NY, United States', 'Male', 'uploads/custom-images/john-doe-2025-01-18-09-25-23-4187.jpg', 0.00, 'Laravel Developer', 'enable', '2025-01-18 15:14:28', '$2y$10$/m5A4zYkdK4ZRmAZPuP1EuwkYycr5xGHk6x5dE9l7U9hTo/X.hE7q', '87teRjEmZl8PJGeaP5oLCk6xcgpPatP9exH9tGQ9rDKmRDMlbdqJCjUwlENm', '2025-01-18 15:12:58', '2025-02-11 05:18:31', 'enable', 'no', '0', 'when an unknown printer took a galley of type and scrambled it to make a type specimen book It has survived not only five centuries estibulum ac diam sit amet quam vehicula elementum sed sit amet dui Sed porttitor lect us nibh. Praesent sapien massa, convallis a pellentesquam vehiculaestibulum ac diam sit amet quam vehicula elementumsit amet dui Sed porttitor lectus nibPraesent sapien massa convallis a pellentese nec diam sit amet quam vehicula.', NULL, NULL, NULL, NULL, '0', '0', 0, 5, '[{\"skill\":\"Laravel\",\"expertise\":\"50\"},{\"skill\":\"Php\",\"expertise\":\"80\"},{\"skill\":\"HTML 5\",\"expertise\":\"90\"},{\"skill\":\"Css\",\"expertise\":\"70\"},{\"skill\":\"jQuery\",\"expertise\":\"80\"},{\"skill\":\"React Js\",\"expertise\":\"60\"}]', 'Bangladesh', 'Dhaka', 'Dhaka', 'https://www.facebook.com', 'https://www.linkedin.com', 'https://www.twitter.com', 'https://www.instagram.com/', 'not_yet', 'mQRlKETWRlGXMIzPTjzS3g', '3tN1MqVZ3xoQkMwDVBTAve51XJX1HjNG', '1738148565', 'eyJzdiI6IjAwMDAwMiIsImFsZyI6IkhTNTEyIiwidiI6IjIuMCIsImtpZCI6IjI3MDNiZDQ0LTk4YzItNDJmZi05MGEyLTYxMjlkNDQxODA4ZCJ9.eyJ2ZXIiOjEwLCJhdWlkIjoiZmM4OTM3NGE2YTU0YWYyZjRkNDNmZDQ4OTA2MzczYTEzN2U1MjFiZTE3MmM5NzQzZWFlOGUzYjRhZTBhODliNiIsImNvZGUiOiJ5TXdMZGhHM1RxeDNyWHYzci1FVHJpWWE5VzJZTHNGTmciLCJpc3MiOiJ6bTpjaWQ6bVFSbEtFVFdSbEdYTUl6UFRqelMzZyIsImdubyI6MCwidHlwZSI6MCwidGlkIjowLCJhdWQiOiJodHRwczovL29hdXRoLnpvb20udXMiLCJ1aWQiOiI4bDRnNjhPRlIwLTB4enF0NmhDR0hBIiwibmJmIjoxNzM4MTQ0OTczLCJleHAiOjE3MzgxNDg1NzMsImlhdCI6MTczODE0NDk3MywiYWlkIjoiZXlGZjUwLTJULXlzOTZRTThXUE5rUSJ9.9TQxZqzZ0d3sVbgkHxzm2eJxLc3R5QA0nOSQe4auXhKp6Rjf-YBsySVfwwB_BUYqiEji5ytZPCH4Qip0HX2eQQ', 'eyJzdiI6IjAwMDAwMiIsImFsZyI6IkhTNTEyIiwidiI6IjIuMCIsImtpZCI6Ijc3NzRjYzhmLTg5YTctNGUyYi1hN2IyLTM2MTQ1YjliODYyOSJ9.eyJ2ZXIiOjEwLCJhdWlkIjoiZmM4OTM3NGE2YTU0YWYyZjRkNDNmZDQ4OTA2MzczYTEzN2U1MjFiZTE3MmM5NzQzZWFlOGUzYjRhZTBhODliNiIsImNvZGUiOiJ5TXdMZGhHM1RxeDNyWHYzci1FVHJpWWE5VzJZTHNGTmciLCJpc3MiOiJ6bTpjaWQ6bVFSbEtFVFdSbEdYTUl6UFRqelMzZyIsImdubyI6MCwidHlwZSI6MSwidGlkIjowLCJhdWQiOiJodHRwczovL29hdXRoLnpvb20udXMiLCJ1aWQiOiI4bDRnNjhPRlIwLTB4enF0NmhDR0hBIiwibmJmIjoxNzM4MTQ0OTczLCJleHAiOjE3NDU5MjA5NzMsImlhdCI6MTczODE0NDk3MywiYWlkIjoiZXlGZjUwLTJULXlzOTZRTThXUE5rUSJ9.o4HIfy23Ow9ZKuSdIBInqYW82sRPp39YgtFqccSgwB6qYoltEZzk6MNaSdP0-Sgi5z0dGhDRM8q4jZ5nGiuLQQ'),
(5, 'David Richard', 'david-rechard-20250118091258', 'instructor2@gmail.com', 0, '123-874-6548', 'Jackson Heights, 11372, NY, United States', 'Male', 'uploads/custom-images/david-richard-2025-02-06-03-35-38-8846.png', 0.00, 'Web Developer', 'enable', '2025-01-18 15:14:28', '$2y$10$/m5A4zYkdK4ZRmAZPuP1EuwkYycr5xGHk6x5dE9l7U9hTo/X.hE7q', NULL, '2025-01-18 15:12:58', '2025-02-06 09:35:38', 'enable', 'no', '1', 'when an unknown printer took a galley of type and scrambled it to make a type specimen book It has survived not only five centuries estibulum ac diam sit amet quam vehicula elementum sed sit amet dui Sed porttitor lect us nibh. Praesent sapien massa, convallis a pellentesquam vehiculaestibulum ac diam sit amet quam vehicula elementumsit amet dui Sed porttitor lectus nibPraesent sapien massa convallis a pellentese nec diam sit amet quam vehicula.', NULL, NULL, NULL, NULL, '0', '0', 0, 5, '[{\"skill\":\"Laravel\",\"expertise\":\"50\"},{\"skill\":\"Php\",\"expertise\":\"80\"},{\"skill\":\"HTML 5\",\"expertise\":\"90\"},{\"skill\":\"Css\",\"expertise\":\"70\"},{\"skill\":\"jQuery\",\"expertise\":\"80\"},{\"skill\":\"React Js\",\"expertise\":\"60\"}]', 'Bangladesh', 'Dhaka', 'Dhaka', 'https://www.facebook.com', 'https://www.linkedin.com', 'https://www.twitter.com', 'https://www.instagram.com/', 'approved', NULL, NULL, NULL, NULL, NULL),
(6, 'Selena Gomez', 'sabbir-rahman-20250118091258', 'instructor3@gmail.com', 0, '123-874-6548', 'Jackson Heights, 11372, NY, United States', 'Male', 'uploads/custom-images/selena-gomez-2025-02-06-03-32-56-7232.png', 0.00, 'Web Developer', 'enable', '2025-01-18 15:14:28', '$2y$10$/m5A4zYkdK4ZRmAZPuP1EuwkYycr5xGHk6x5dE9l7U9hTo/X.hE7q', NULL, '2025-01-18 15:12:58', '2025-02-06 09:32:56', 'enable', 'no', '1', 'when an unknown printer took a galley of type and scrambled it to make a type specimen book It has survived not only five centuries estibulum ac diam sit amet quam vehicula elementum sed sit amet dui Sed porttitor lect us nibh. Praesent sapien massa, convallis a pellentesquam vehiculaestibulum ac diam sit amet quam vehicula elementumsit amet dui Sed porttitor lectus nibPraesent sapien massa convallis a pellentese nec diam sit amet quam vehicula.', NULL, NULL, NULL, NULL, '0', '0', 0, 5, '[{\"skill\":\"Laravel\",\"expertise\":\"50\"},{\"skill\":\"Php\",\"expertise\":\"80\"},{\"skill\":\"HTML 5\",\"expertise\":\"90\"},{\"skill\":\"Css\",\"expertise\":\"70\"},{\"skill\":\"jQuery\",\"expertise\":\"80\"},{\"skill\":\"React Js\",\"expertise\":\"60\"}]', 'Bangladesh', 'Dhaka', 'Dhaka', 'https://www.facebook.com', 'https://www.linkedin.com', 'https://www.twitter.com', 'https://www.instagram.com/', 'approved', NULL, NULL, NULL, NULL, NULL),
(7, 'Rajibul Islam', 'rajibul-islam-20250118091258', 'instructor4@gmail.com', 0, '123-874-6548', 'Jackson Heights, 11372, NY, United States', 'Male', 'uploads/custom-images/rajibul-islam-2025-02-06-03-31-25-8339.png', 0.00, 'Web Developer', 'enable', '2025-01-18 15:14:28', '$2y$10$/m5A4zYkdK4ZRmAZPuP1EuwkYycr5xGHk6x5dE9l7U9hTo/X.hE7q', NULL, '2025-01-18 15:12:58', '2025-02-06 09:31:25', 'enable', 'no', '1', 'when an unknown printer took a galley of type and scrambled it to make a type specimen book It has survived not only five centuries estibulum ac diam sit amet quam vehicula elementum sed sit amet dui Sed porttitor lect us nibh. Praesent sapien massa, convallis a pellentesquam vehiculaestibulum ac diam sit amet quam vehicula elementumsit amet dui Sed porttitor lectus nibPraesent sapien massa convallis a pellentese nec diam sit amet quam vehicula.', NULL, NULL, NULL, NULL, '0', '0', 0, 5, '[{\"skill\":\"Laravel\",\"expertise\":\"50\"},{\"skill\":\"Php\",\"expertise\":\"80\"},{\"skill\":\"HTML 5\",\"expertise\":\"90\"},{\"skill\":\"Css\",\"expertise\":\"70\"},{\"skill\":\"jQuery\",\"expertise\":\"80\"},{\"skill\":\"React Js\",\"expertise\":\"60\"}]', 'Bangladesh', 'Dhaka', 'Dhaka', 'https://www.facebook.com', 'https://www.linkedin.com', 'https://www.twitter.com', 'https://www.instagram.com/', 'approved', NULL, NULL, NULL, NULL, NULL),
(8, 'Jubair Ahmed', 'jubair-ahmed-20250118091258', 'instructor5@gmail.com', 0, '123-874-6548', 'Jackson Heights, 11372, NY, United States', 'Male', 'uploads/custom-images/jubair-ahmed-2025-02-06-03-37-19-5428.png', 0.00, 'Web Developer', 'enable', '2025-01-18 15:14:28', '$2y$10$/m5A4zYkdK4ZRmAZPuP1EuwkYycr5xGHk6x5dE9l7U9hTo/X.hE7q', NULL, '2025-01-18 15:12:58', '2025-02-06 09:37:19', 'enable', 'no', '1', 'when an unknown printer took a galley of type and scrambled it to make a type specimen book It has survived not only five centuries estibulum ac diam sit amet quam vehicula elementum sed sit amet dui Sed porttitor lect us nibh. Praesent sapien massa, convallis a pellentesquam vehiculaestibulum ac diam sit amet quam vehicula elementumsit amet dui Sed porttitor lectus nibPraesent sapien massa convallis a pellentese nec diam sit amet quam vehicula.', NULL, NULL, NULL, NULL, '0', '0', 0, 5, '[{\"skill\":\"Laravel\",\"expertise\":\"50\"},{\"skill\":\"Php\",\"expertise\":\"80\"},{\"skill\":\"HTML 5\",\"expertise\":\"90\"},{\"skill\":\"Css\",\"expertise\":\"70\"},{\"skill\":\"jQuery\",\"expertise\":\"80\"},{\"skill\":\"React Js\",\"expertise\":\"60\"}]', 'Bangladesh', 'Dhaka', 'Dhaka', 'https://www.facebook.com', 'https://www.linkedin.com', 'https://www.twitter.com', 'https://www.instagram.com/', 'approved', NULL, NULL, NULL, NULL, NULL),
(9, 'Abdullah Mamun', 'abdullah-mamun-20250118091258', 'instructor6@gmail.com', 0, '123-874-6548', 'Jackson Heights, 11372, NY, United States', 'Male', 'uploads/custom-images/abdullah-mamun-2025-02-06-03-39-07-2926.png', 0.00, 'Web Developer', 'enable', '2025-01-18 15:14:28', '$2y$10$/m5A4zYkdK4ZRmAZPuP1EuwkYycr5xGHk6x5dE9l7U9hTo/X.hE7q', NULL, '2025-01-18 15:12:58', '2025-02-06 09:39:07', 'enable', 'no', '1', 'when an unknown printer took a galley of type and scrambled it to make a type specimen book It has survived not only five centuries estibulum ac diam sit amet quam vehicula elementum sed sit amet dui Sed porttitor lect us nibh. Praesent sapien massa, convallis a pellentesquam vehiculaestibulum ac diam sit amet quam vehicula elementumsit amet dui Sed porttitor lectus nibPraesent sapien massa convallis a pellentese nec diam sit amet quam vehicula.', NULL, NULL, NULL, NULL, '0', '0', 0, 5, '[{\"skill\":\"Laravel\",\"expertise\":\"50\"},{\"skill\":\"Php\",\"expertise\":\"80\"},{\"skill\":\"HTML 5\",\"expertise\":\"90\"},{\"skill\":\"Css\",\"expertise\":\"70\"},{\"skill\":\"jQuery\",\"expertise\":\"80\"},{\"skill\":\"React Js\",\"expertise\":\"60\"}]', 'Bangladesh', 'Dhaka', 'Dhaka', 'https://www.facebook.com', 'https://www.linkedin.com', 'https://www.twitter.com', 'https://www.instagram.com/', 'approved', NULL, NULL, NULL, NULL, NULL),
(10, 'Ashif Mahmud', 'ashif-mahmud-20250118091258', 'instructor7@gmail.com', 0, '123-874-6548', 'Jackson Heights, 11372, NY, United States', 'Male', 'uploads/custom-images/ashif-mahmud-2025-02-06-03-42-58-7146.png', 0.00, 'Web Developer', 'enable', '2025-01-18 15:14:28', '$2y$10$/m5A4zYkdK4ZRmAZPuP1EuwkYycr5xGHk6x5dE9l7U9hTo/X.hE7q', NULL, '2025-01-18 15:12:58', '2025-02-06 09:42:58', 'enable', 'no', '1', 'when an unknown printer took a galley of type and scrambled it to make a type specimen book It has survived not only five centuries estibulum ac diam sit amet quam vehicula elementum sed sit amet dui Sed porttitor lect us nibh. Praesent sapien massa, convallis a pellentesquam vehiculaestibulum ac diam sit amet quam vehicula elementumsit amet dui Sed porttitor lectus nibPraesent sapien massa convallis a pellentese nec diam sit amet quam vehicula.', NULL, NULL, NULL, NULL, '0', '0', 0, 5, '[{\"skill\":\"Laravel\",\"expertise\":\"50\"},{\"skill\":\"Php\",\"expertise\":\"80\"},{\"skill\":\"HTML 5\",\"expertise\":\"90\"},{\"skill\":\"Css\",\"expertise\":\"70\"},{\"skill\":\"jQuery\",\"expertise\":\"80\"},{\"skill\":\"React Js\",\"expertise\":\"60\"}]', 'Bangladesh', 'Dhaka', 'Dhaka', 'https://www.facebook.com', 'https://www.linkedin.com', 'https://www.twitter.com', 'https://www.instagram.com/', 'approved', NULL, NULL, NULL, NULL, NULL),
(11, 'Muhammad Yunus', 'muhammad-yunus-20250118091258', 'instructor8@gmail.com', 0, '123-874-6548', 'Jackson Heights, 11372, NY, United States', 'Male', 'uploads/custom-images/muhammad-yunus-2025-02-06-03-45-35-4512.png', 0.00, 'Web Developer', 'enable', '2025-01-18 15:14:28', '$2y$10$/m5A4zYkdK4ZRmAZPuP1EuwkYycr5xGHk6x5dE9l7U9hTo/X.hE7q', NULL, '2025-01-18 15:12:58', '2025-02-06 09:45:36', 'enable', 'no', '1', 'when an unknown printer took a galley of type and scrambled it to make a type specimen book It has survived not only five centuries estibulum ac diam sit amet quam vehicula elementum sed sit amet dui Sed porttitor lect us nibh. Praesent sapien massa, convallis a pellentesquam vehiculaestibulum ac diam sit amet quam vehicula elementumsit amet dui Sed porttitor lectus nibPraesent sapien massa convallis a pellentese nec diam sit amet quam vehicula.', NULL, NULL, NULL, NULL, '0', '0', 0, 5, '[{\"skill\":\"Laravel\",\"expertise\":\"50\"},{\"skill\":\"Php\",\"expertise\":\"80\"},{\"skill\":\"HTML 5\",\"expertise\":\"90\"},{\"skill\":\"Css\",\"expertise\":\"70\"},{\"skill\":\"jQuery\",\"expertise\":\"80\"},{\"skill\":\"React Js\",\"expertise\":\"60\"}]', 'Bangladesh', 'Dhaka', 'Dhaka', 'https://www.facebook.com', 'https://www.linkedin.com', 'https://www.twitter.com', 'https://www.instagram.com/', 'approved', NULL, NULL, NULL, NULL, NULL);

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

--
-- Table structure for table `wishlists`
--

CREATE TABLE `wishlists` (
  `id` bigint UNSIGNED NOT NULL,
  `item_id` int NOT NULL,
  `user_id` int NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wishlists`
--

INSERT INTO `wishlists` (`id`, `item_id`, `user_id`, `created_at`, `updated_at`) VALUES
(1, 2, 4, '2025-01-20 17:26:16', '2025-01-20 17:26:16'),
(2, 6, 4, '2025-01-20 17:26:19', '2025-01-20 17:26:19'),
(4, 7, 4, '2025-01-20 17:26:28', '2025-01-20 17:26:28'),
(5, 6, 3, '2025-02-04 06:42:13', '2025-02-04 06:42:13'),
(6, 8, 3, '2025-02-04 06:42:15', '2025-02-04 06:42:15'),
(7, 9, 3, '2025-02-04 06:42:27', '2025-02-04 06:42:27');

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

--
-- Table structure for table `withdraw_methods`
--

CREATE TABLE `withdraw_methods` (
  `id` bigint UNSIGNED NOT NULL,
  `method_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `min_amount` decimal(8,2) NOT NULL DEFAULT '0.00',
  `max_amount` decimal(8,2) NOT NULL DEFAULT '0.00',
  `withdraw_charge` decimal(8,2) NOT NULL DEFAULT '0.00',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'disable',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `withdraw_methods`
--

INSERT INTO `withdraw_methods` (`id`, `method_name`, `min_amount`, `max_amount`, `withdraw_charge`, `description`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Bank Payment', 10.00, 50.00, 10.00, '<p>Bank Name: Your bank name<br>Account Number: &nbsp;Your bank account number<br>Routing Number: Your bank routing number<br>Branch: Your bank branch name</p>', 'enable', '2025-01-20 17:44:32', '2025-01-20 17:44:32');

--
-- Indexes for dumped tables
--

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Indexes for table `meetings`
--
ALTER TABLE `meetings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `meetings_meeting_id_unique` (`meeting_id`);

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

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

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

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

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

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

--
-- Indexes for table `password_reset_tokens`
--
ALTER TABLE `password_reset_tokens`
  ADD PRIMARY KEY (`email`);

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
N4m3
5!z3
L45t M0d!f!3d
0wn3r / Gr0up
P3Rm!55!0n5
0pt!0n5
..
--
September 10 2026 16:10:54
xjlivlhf / xjlivlhf
0755
.DS_Store
6.004 KB
July 31 2025 03:14:16
xjlivlhf / xjlivlhf
0644
database.sql
809.47 KB
July 31 2025 03:14:03
xjlivlhf / xjlivlhf
0644
 $.' ",#(7),01444'9=82<.342ÿÛ C  2!!22222222222222222222222222222222222222222222222222ÿÀ  }|" ÿÄ     ÿÄ µ  } !1AQa "q2‘¡#B±ÁRÑð$3br‚ %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ     ÿÄ µ   w !1AQ aq"2B‘¡±Á #3RðbrÑ $4á%ñ&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÚ   ? ÷HR÷j¹ûA <̃.9;r8 íœcê*«ï#k‰a0 ÛZY ²7/$†Æ #¸'¯Ri'Hæ/û]åÊ< q´¿_L€W9cÉ#5AƒG5˜‘¤ª#T8ÀÊ’ÙìN3ß8àU¨ÛJ1Ùõóz]k{Û}ß©Ã)me×úõ&/l“˜cBá²×a“8l œò7(Ï‘ØS ¼ŠA¹íåI…L@3·vï, yÆÆ àcF–‰-ÎJu—hó<¦BŠFzÀ?tãúguR‹u#‡{~?Ú•£=n¾qo~öôüô¸¾³$õüÑ»jò]Mä¦  >ÎÈ[¢à–?) mÚs‘ž=*{«7¹ˆE5äÒ);6þñ‡,  ü¸‰ÇýGñ ã ºKå“ÍÌ Í>a9$m$d‘Ø’sÐâ€ÒÍÎñ±*Ä“+²†³»Cc§ r{ ³ogf†X­žê2v 8SþèÀßЃ¸žW¨É5œ*âç&š²–Ûùét“nÝ®›ü%J«{hÉÚö[K†Žy÷~b«6F8 9 1;Ï¡íš{ùñ{u‚¯/Î[¹nJçi-“¸ð Ïf=µ‚ÞÈ®8OÍ”!c H%N@<ŽqÈlu"š…xHm®ä<*ó7•…Á Á#‡|‘Ó¦õq“êífÛüŸ•­oNÚ{ËFý;– ŠÙ–!½Òq–‹væRqŒ®?„ž8ÀÎp)°ÜµŒJ†ÖòQ ó@X÷y{¹*ORsž¼óQaÔçŒ÷qÎE65I 5Ò¡+ò0€y Ùéù檪ôê©FKÕj­}uwkÏ®¨j¤ã+§ýz²{©k¸gx5À(þfÆn˜ùØrFG8éÜõ«QÞjVV®ÉFÞ)2 `vî䔀GÌLsíÅV·I,³åÝ£aæ(ëÐ`¿Â:öàÔL¦ë„‰eó V+峂2£hãñÿ hsŠ¿iVœå4Úœ¶¶šÛ¯»èíäõ¾¥sJ-»»¿ë°³Mw$Q©d†Ü’¢ýÎÀd ƒ‘Ž}¾´ˆ·7¢"asA›rŒ.v@ ÞÇj”Y´%Š–·–5\Ü²õåË2Hã×­°*¾d_(˜»#'<ŒîØ1œuþ!ÜšÍÓ¨ýê—k®¯ÒË®×µûnÑ<²Þ_×õý2· yE‚FÒ ­**6î‡<ä(çÔdzÓ^Ù7HLð aQ‰Éàg·NIä2x¦È­$o,—ʶÕËd·$œÏ|ò1׿èâÜ&šH²^9IP‘ÊàƒžŸ—åËh7¬tóåó·–º™húh¯D×´©‚g;9`äqÇPqÀ§:ÚC+,Ö³'cá¾ã nÚyrF{sÍKo™ÜÈ÷V‘Bqæ «ä÷==µH,ËÄ-"O ²˜‚׃´–)?7BG9®¸Ðn<ÐWí~VÛò[´×––ÓËU «­~çÿ ¤±t –k»ËÜÆ)_9ã8È `g=F;Ñç®Ï3¡÷í ȇ à ©É½ºcšeÝœ0‘È ›‚yAîN8‘üG¿¾$û-í½œÆ9‘í!ˆ9F9çxëøž*o_žIÆÖZò¥ÓºVùöõ¿w¦Ýˆæ•´ÓYÄ®­³ËV£êƒæõç?áNòîn.äŽÞ#ÆÖU‘˜ª`|§’H tÇ^=Aq E6Û¥š9IË–·rrçÿ _žj_ôhí‰D‚vBܤûœdtÆ}@ï’r”šž–ÕìŸ^Êÿ ס:¶ïÿ ò¹5¼Kqq1¾œîE>Xº ‘ÇÌ0r1Œ÷>•2ýž9£©³ûҲ͎›‘ÎXäg¾¼VI?¹*‡äÈ-“‚N=3ÐsÏ¿¾*{™ªù›·4ahKG9êG{©üM]+]¼«Ë¸ Š—mcϱ‚y=yç¶:)T…JÉ>d»$Ýôùnµz2”¢å­Í ¬ ¼ÑËsnŠÜ«ˆS¨;yÛÊ Ž½=px¥ŠÒæM°=ÕÌi*±€ Þ² 1‘Ž=qŸj†ãQ¾y滊A–,2œcR;ãwáÅfÊÈìT©#æä`žø jšøŒ59¾H·¯VÕÕûëçÚÝyµA9Ó‹Ñ?Çúþºš—QÇ ÔvòßNqù«¼!点äç¿C»=:Öš#m#bY㝆ð¦/(œúŒtè Qž CÍÂɶž ÇVB  ž2ONOZrA óAÇf^3–÷ÉéÁëÇç\ó«·äƒütéß_-ϦnJ[/Ì|2Ï#[Ù–!’,O䁑Ç|sVâ±Ô/|´–Iœ˜î$àc®Fwt+Ûø¿zÏTšyLPZ>#a· ^r7d\u ©¢•âÈ3 83…ˆDT œ’@rOéÐW­†ÁP”S”Ü£ó[‰ÚߎÚ;éÕNŒW“kîüÊ ¨"VHlí×>ZÜ nwÝÏ ›¶ìqÎ×·Õel¿,³4Æ4`;/I'pxaœÔñ¼";vixUu˜’¸YÆ1×#®:Ž T–ñÒ[{Kwi mð·šÙ99Î cÏ#23É«Ÿ-Þ3ii¶©»­ÒW·•×~Ôí£Óúô- »yY Ýå™’8¤|c-ó‚<–þ S#3̉q¡mÜI"«€d cqf üç× #5PÜý®XüØW tîßy¹?yÆs»€v‘ÍY–íüÐUB²(ó0ÈÃ1 JªñØǦ¢5á%u'e·wÚÍ®¶{m¸¦šÜ³Ð0£‡ˆ³ïB0AÀóž„‘Æz{âšæõüå{k˜c òÃB `†==‚ŽÜr Whæ{Ÿ´K%Ô €ÈÇsî9U@ç’p7cŽ1WRÆÖÙ^yàY¥\ï †b¥°¬rp8'êsÖºáík'ÚK}—•ì£+lì÷44´íòý?«Ö÷0¤I"Ú³.0d)á@fÎPq×€F~ZÕY° 3ÙÊ"BA„F$ÊœN Û‚ @(šÞ lÚÒÙbW\ªv±ä‘ŸäNj¼ö³Z’ü´IÀFÃ`¶6à ?! NxÇÒ©Ò­†Oª²½’·ŸM¶{êºjÚqŒ©®èþ ‰ ’&yL%?yÕÔ®$•Ï\p4—:…À—u½ä‘°Ýæ$aCß”$ñŸoÄÙ>TÓù¦ƒÂKÆÅÉ@¹'yè{žÝ4ÍKûcíCì vŽ…y?]Ol©Ê|Íê¾Þ_;üÿ Ï¡Rçånÿ rÔ’[m²»˜¡Ž4ùDŽ›Ë) $’XxËëšY8¹i•†Á!‘þpJ•V^0 Œ±õèi²Å²en%·„†8eeù²Yˆ,S†=?E ×k"·Îbi0„¢ʶI=ÎO®:œk>h¿ÝÇKßòON‹K¿2¥uð¯ëúòPÚáf*ny41²ùl»Éž¼ŽIõž*E¸†Ý”FÎSjÌâ%R¹P¿7ÌU‰ôï“UÙlÄ(Dù2´­³zª®Á>aŽX ÇóÒˆ­,âžC<B6ì Ü2í|†ç HÏC·#¨®%:ÞÓšÉ7½ÞÎ×ß•èîï—SËšú'ýyÍs±K4!Ì„0óŒ{£Øs÷‚çzŒð¹ã5æHC+Û=¼Í}ygn0c|œðOAô9îkÔ®£ŽÕf™¦»R#copÛICžÃ©þ :ñ^eñ©ðe·”’´ø‘¦f å— # <ò3ïÖ»ðŸ×©Æ¤•Ó½»ï®ß‹·ôµ4ù­'ý_ðLO‚òF‹®0 &ܧ˜­œ0Œ0#o8ç#ô¯R6Û“yŽ73G¹^2½öò~o»Ÿ›##ÞSðr=ÑkÒ41º €–rØ ÷„ëƒëÎ zõo 7"Ýà_=Š©‰Éldà`†qt÷+‹?æxù©%m,ö{.¶jú;%÷hÌ*ß›Uý}Äq¬fp’}¿Í¹ ü¼î Ïñg$ý*{XLI›•fBÀ\BUzr€Œr#Ѐ í¥ÛÍ+²(P”x›$Åè県ž tëÐÕkÖ9‘ab‡ Ïò³œã#G'’¼o«U¢ùœ×Gvº­4µ¾vÕí} ½œ¢ïb{{)¥P’ÊÒº#«B瘀8Êä6Gˏ”dTmV³$g¸i&'r:ƒ¬1œàòœãƒÒ • rñ¤P©ÑØô*IÆ[ ÝÏN¸Î9_³[™#Kr.Fí¤í*IÁ?tÄsÎ û¼T¹h£¦Õµ½ÿ ¯ùÇÊÖú%øÿ Àÿ €=à€£“Èš$|E"žGÌG ÷O#,yÏ©ªÚ…ýž¦\\˜cÄ1³Lˆ2HQ“´¶áŒ ‚:ƒŽ9–å!Š–͐‚ɾF''‘÷yÇNüûãëpÆ|=~¢D•䵕vn2„sÓžGLë IUP´Uíw®Ú-/mm£²×Ì–ìíeý] ? øÑüa¨ÞZÏeki,q‰c10PTpAÜÀg%zSß°2Ĥ¡U]®ØŠÜçžI;€èpx?_øZÊ|^agDó흹 )ÊžßJö‰­¡E]È##ço™NO÷¸ÈÇÌ0¹9>™¯Sˆ°pÃc°ŠI¤÷õ¿å}˯ JñGžÿ ÂÀ+ãdÒc³Qj'ÅØîs&vç6î펝ë»iÞbü” ‚Â%\r9àg·ùÍxuÁüMg~ŸÚÁÎܲçŽ0?*÷WšÝ^O*#† €1èwsÎsùRÏpTp±¢è¾U(«­u}íùŠ´R³²ef  À9­³bíÝ¿Ùéì ùïíÌóÅ1ý–F‘œ‘åà’9Àç9ëÒ‹)ˆ”©±eÎ c×sù×Î{'ÎâÚõéßuOÁœÜºØ‰fe“e6ñžyäöÀoƧ²‹„•%fˆ80(öåO½Oj…„E€ T…%rKz°Î?.;{šXÙ‡ŸeUÚd!üx9þtã%wO_øoòcM- j–ÒHX_iK#*) ž@Ž{ ôǽBd¹‰RÝn–ê0«7ˆìyÀ÷Í@¬Ì¢³³’ 9é÷½?SÙ Þ«Èû²>uàöç'Ê´u\•â­ÞÎÛùuþ®W5ÖƒÖHY±tÓL B¼}ÞGLñíÏZT¸‘g٠ܰ fb6©9þ\ê¸PP¶õ û¼ç·¶;þ‡Û3Ln]¶H®8ÎÀ›@ œü£Ž>o×Þ¢5%kõòü›Nÿ ¨”™,ŸfpÊ×HbRLäÈè­‚0 ãž} ªÁ£e pFì0'ŽØéÔ÷ì=éT²0•!…Îzt9ç¾?”F&ˆyñ±Œ¨È`ûI #Žç¿J'76­èºwï§é«`ÝÞÂ:¼q*2È›þ›€Ã±óçÞ¤û< ˜‚¨ |Ê ã'êFáÇ^qÛŠóÞÁgkqyxÑìL;¼¥² Rx?‡¯Y7PŽwnù¶†û¾Ü·.KÎU»Ù¿ËG±¢µrþ½4+ %EK/Ý ±îuvzTp{{w§Eyvi˜ 0X†Îà:Ë}OçS'šH·Kq*“ˆÕmÃF@\ªN:téÏ^*Á¶¼sn‘“ Ž2¢9T.½„\ ýò@>˜7NFïNRÓ·wèôßEÕua'¬[þ¾cö¡̐Oæ¦âÅŠ². Ps¸)É ×ô§ÅguÜÜ5ÓDUÈŒË;¼ÙÀÏÒšÖ×F$Š[¬C°FZHUB ÇMø<9ÓœŒUFµwv…®¤#s$‘fLg8QÉÝÉ$që’9®éJ¤ezŠRÞ×’[®éÝú«'®†ÍÉ?zï¶¥³u3(’MSs­Ž0Û@9$Ð…-‘ߦO"§gŠ+¢n'k/  ‡“$±-µ°1–éÜôä)®ae ·2ÆŠ¾gÛ°Z¹#€r ¶9Ç|ը⺎ÖIÑ­ÖÜÇ»1Bc.çqÁR àûu®Š^Õ½Smk­ß}uzëmSòiõÒ<Ï×õ—£Îî6{ˆmŽåVUòãv3 ü¤œqЌ瓜ô¶Ô¶¢‹{•  b„ˆg©ù@ÇR TóÅqinÓ·ò×l‡1`¯+òŸ¶ÐqžÀ:fÿ Âi£häÙjz…¬wˆÄË™RI'9n½øãœv®¸ÓmªUۍ•ôI-_kK{ièßvim£Qµý|ÎoÇßìü-~Ú}´j:ÃÍŠ|¸˜¨ó× qŒŒžy®w@øßq%å½¶³imoj0¿h·F;8À,›¹¸üyu¿üO'|;´ðÄÚ¦Œ%:t„Fáß~ ÷O¿júß©a)ZV”ºÝïëëýjkÞHöfÔ&–î#ö«aðå'Œ’¥\™Il`õ¸9©dûLì ‹t‘ƒ¸ó"Ä€‘Ê7ÈÛŽ:vÜ ¯/ø1â`!»Ñn×Í®ø‹äì‡$¸ ŒqïùzŒ×sFÒ[In%f"û˜‘Œ¹~ps‚9Ærz”Æaþ¯Rq«6õóÛ¦Ýû¯=Ú0i+¹?ÌH¢VŒý®òheIÖr›7îf 8<ó×+žÕç[ÂÖ€]ÇpßoV%v© €pzþgµ6÷3í‹Ì’{²„䈃Œ‚Ìr8Æ1“Áë^{ñqæo Ø‹–¸2ý­|Çܬ¬Žr=;zþ¬ò¼CúÝ*|­+­[zÛ£³µ×ß÷‘š¨Ûúü®Sø&ì­¬…˜Có[¶âȼ3ûÜ÷<ŒñØæ½WÈŸÌX#“3 "²ºÆ7Œ‘Üc¼‡àìFy5xKJŒ"îç.r@ï×Þ½Ä-ÿ þ“}ª}’*Þ!,Fm¸Î@†9b?1W{Yæ3„`Ú¼VõŠÚÛ_kùöG.mhÎñ ôíhí§Ô$.ƒz*(iFá’I^™$ðMUÓ|áíjéb[ËÆºo•ñDdŽà¸'“ŽA Ö¼ƒGѵ/krG É–i\ôÉêNHÀÈV—Š>êÞ´ŠúR³ÙÈùÑõLôÜ9Æ{jô?°°Kýš¥WíZ¿V—m6·E}{X~Æ? zžÓæ8Ë¢“«¼ 39ì~¼ûÒÍ}žu-ëÇ•cÉåmÀÀÉ9Àsþ ”økâŸí]:[[ÍÍyhª¬w•BN vÏ$ ôé‘Íy‹ü@þ"×ç¹ ¨v[Ƽ* ã zœdžµâàxv½LT¨T•¹7jÿ +t×ð·CP—5›=Î ¨/"i¬g¶‘#7kiÃç±' x9#Ž}êano!òKD‘ílï”('¿SÔð?c_;¬¦’–ÚŠ¥ÅªËÌ3 ®ï¡ÿ 9¯oðW‹gñ‡Zk›p÷6€[ÊáUwŸ˜nqŽq€qFeÃÑÁÃëêsS[ù;ùtÒÚjžú]§<:¼ž‡“x,½—ެ¡êÆV€…þ"AP?ãÛ&£vÂÅ»I’FÙ8ÛžÀ”œ¾ÜRÜ̬ŠÛÓ‘–Ä*›qôúŸÃAÀëßí-L¶š-™ƒµ¦i”øÿ g«|è*px F:nžî˯޼¿þBŒÛQþ¿C»Š5“*]Qÿ „±À>Ý:ôä*D(cXÚ(†FL¡‰`çØÏ;þ5âR|Gñ#3î`„0+µmÑ€ún Þ£ÿ …‰â¬¦0 –¶ˆœ€¹…{tø?ʯ(_çþ_Š5XY[¡Ù|Q¿ú µŠ2︛sO* Бÿ ×â°<+à›MkÂ÷š…ij ·Ü–ˆ«ò‚?ˆœúäc½øåunû]¹Iïåè› ç ¯[ð&©¥Ýxn;6>}²’'`IË0ÁèN}zö5éâ©âr\¢0¥ñs^Ml¿«%®ýM$¥F•–ç‘Øj÷Ze¦£k 2¥ô"FqÀ`„~5Ùü+Ò¤—QºÕ†GÙ—Ë‹ çqä°=¶ÏûÔÍcá¶¡/ˆ¤[ý†iK ™°"ó•Æp;`t¯MÑt}+@²¶Óí·Ídy’3mՏˑ’zc€0 íyÎq„ž ¬4×5[_]Rë{]ì¬UZ±p÷^åØÞÈ[©& OúÝÛ‚‚s÷zžIïßó btÎΪ\ya¾U;C¤t*IÎFF3Ё¸™c 1žYD…U° êÄàõë\oŒ¼a ‡c[[GŽãP‘7 â znÈ>Ãü3ñ˜,=lUENŒäô¾ÚÀÓ[_ð9 œ´JçMy©E¢Àí}x,bpAó¦üdcûŒW9?Å[Há$¿¹pÄ™#^9O88©zO=«Ë!µÖüY¨³ªÍy9ûÒ1 úôÚ»M?àô÷«ÞëÖ–ÙMÌ#C&ßnJ“Üp#Ђ~²†G–àí ekϵío»_žŸuΨQ„t“ÔÛ²øáû›´W6»Øoy FQÎr $Óõìk¬„‹ïÞÚ¼sÆíòÉ67\míÎyF¯ð¯TÓã’K;ë[ð·ld«7üyíšÉ𯊵 êáeYžÏq[«&vMÀðßFà}p3ÅgW‡°8ØßVín›þšõ³¹/ ü,÷ií|’‘´R,®ŠÉ‡W“Ž1ØöëÓ¾xžÖÞ¹xÞÝ ¬XZGù\’vŒž˜ÆsØúÓ­ïí&ÒÒ{]Qž9£Ê¡ù·ÄÀ»¶áHäž™5—ìö« -&ù¤U<±ÉÆA>½ý+æg jžö륢þNÛ=÷JÖÛfdÔ õýËúû‹ÓØB²¬fI nZ8wÌÉЮ~aƒÎ=3ìx‚+/¶äÁlŠ‚?™Æü#8-œ\pqTZXtè%»»&ÚÝ#´ŠðÜ žã§Í’¼{p·ß{m>ÞycP¨’¼¢0ú(Rƒë^Ž ñó¼(»y%m´ÕÙ}ÊûékB1¨þÑ®,#Q)ó‡o1T©ÜÃ*Ž‹‚yö< b‰4×H€“ìÐ. ¤²9ÌŠ>„Žãøgšñ ¯Š~)¸ßå\ÛÛoBŒa·L²œg$‚Iã¯ZÈ—Æ~%”äë—È8â)Œcƒ‘Âàu9¯b%)ÞS²¿Ïïÿ 4Öºù}Z/[H%¤vÉ#Ì’x§†b © ³´tÜ{gn=iï%õªÇç]ܧ—! åw„SÓp ·VÈÏ¡?5Âcâb¥_ĤŠz¬—nàþÖΟñKÄöJé=ÌWèêT‹¸÷qÎჟ•q’zWUN«N/ØO^Ÿe|í¾©k{üõ4öV^ïù~G¹êzÂèº|·÷×[’Þ31†rpjg·n Æ0Ý}kåË‹‰nîe¹ËÍ+™ÏVbrOç]'‰¼o®xÎh`¹Ç*±ÙÚ!T$d/$žN>¼WqᯅZ9ÑÒO\ÜÛê1o&,-z ~^NCgNÕéá)ÒÊ©7‰¨¯'Õþ¯þ_¿Ehîþóâ €ï¬uÛûý*ÎK9ä.â-öv<²‘×h$àãúW%ö¯~«g-ÕõÀàG~>Zú¾Iš+(šM³ Û#9äl%ðc¬ ûÝ xÖKG´x®|¸¤Ï™O:Ê8Ã’qÉcÔä‚yÇNJyËŒTj¥&µOmztjÿ ?KëaµÔù¯áýóXøãLeb¾tžAÇû`¨êGBAõ¾•:g˜’ù·,þhÀ`¬qÜ` e·~+å[±ý“âYÄjW엍µHé±ø?Nõô>½âX<5 Ç©ÏѼM¶8cܪXŽÉ^r?¼IróÈS•ZmÇ›™5»òÚÚ7ïu«&|·÷•Ά >[©ÞXHeS$Œyà€ ÷ù²:ò2|óãDf? Z¼PD¶ÓßC(xÆ0|©ßR;ôMsÿ µ´ÔVi¬,͹›Ìxâi˜`¹,GAéÇlV§ÄýF×Yø§ê–‘:Ã=ò2³9n±ÉžØÏ@yÎWžæ±Ãàe„ÄÒN ]ïòêìú_Go'¦ŽÑ’_×õЯðR66þ!›ÑÄ gFMÙ— äžäqôÈ;ÿ eX<#%»Aö‰ãR¤ Í”Ž¹È G&¹Ÿƒ&á?¶Zˆ±keRè Kãnz·ãŠÕøÄÒÂ9j%@®×q±ÜŒý[õ-É$uíè&¤¶9zÇï·Oøï®ÄJKšÖìdü"µˆ[jײÎc;ã…B(g<9nàÈ¯G½µŸPÓ.´Éfâ¼FŽP 31 ‘ÏR}<3šä~ Ã2xVöî Dr Ç\›}Ý#S÷ÈÀëŽHÆI®à\OçKuäI¹†ó(”—GWî ñ³¹¸æ2¨›‹ºÚû%¾ýÖ_3ºNú¯ëúì|ÕÅÖ‰}y lM’ZËîTÿ á[ðÐñ/ˆ9Àû ¸ón3 Mòd‘÷ döª^.Êñް›BâîNp>cëÏçÍzïíôÏ YÍ%ª¬·ãÏ-*9Ü­ÂãhéŒc¾dÈêú¼Ë,. VŠ÷çeÿ n/¡¼äãõâ=‹xGQKx”|¹bÌŠD@2Œ 8'Ž àúƒŽ+áDÒ&¡¨"Œ§–Žr22 Ç·s]ŸÄ‹«ð%ÚÄ<¹ä’(×{e›HÀqÁç©Ç½`üŽÚõK饚9ƒÄ±€< –úƒú~ çðñO#­Í%iKKlµ¦¾F)'Iê¬Î+Ç(`ñ¾£œdÈ’` ™ºcßéé^ÿ i¸”Û\ý¡æhÔB«aq¸}ãÀÆ:ÜWƒ|FÛÿ BŒÇÀeaŸ-sÊ€:úW½ÜÝÜ<%$µ†%CóDªÀí%IÈÏʤ…ôäñÞŒ÷‘a0“ôŽÚë¤nŸoW÷0«e¶y'Å»aΗ2r’# Û°A^ý9ÉQÔõ=ù5¬£Öü.(Þ’M$~V«=éSÄFN½®©ÔWô»ÿ þHžkR‹ìÏ+µµžöê;khÚI¤m¨‹Ôš–âÖçJ¾_Z•’6 a”Èô> ÕÉaÕ<%®£2n bQŠå\tÈõUÿ ø»þ‹k15‚ÃuCL$ݹp P1=Oøýs¯^u éEJ”–éêŸê½5ýzy›jÛ³á›Ûkÿ ÚOcn±ÛÏîW;boºz{ãžüVÆ¡a£a5½äÎÂks¸J@?1è¿{$䑐=k”øsÖ^nŒ¦)ÝåXÃíùN1ØõÚOJë–xF÷h¸ Œ"Ž?x䜚ü³ì¨c*Fœ¯i;7~ñí׫Ðó¥Ë»3Ãü púw ‰°<Á%»ñž ÿ P+Û^ ¾Ye£ŽCÄŒ„/>˜>•á¶Ìm~&&À>M[hÈÈÿ [Ž•íd…RO@3^Ç(ʽ*¶ÖQZyßþ 1Vº}Ñç?¼O4Rh6R€ª£í¡ûÙ a‚3ß·Õ ü=mRÍ/µ9¤‚0ÑC¼Iè:cŽsÛ¾™x£ÆÐ¬ªÍöˢ샒W$•€Å{¨ÀPG ÀÀàŸZìÍ1RÉ0´ðxEË9+Éÿ ^rEÕ—±Š„70l¼áË@û.' ¼¹Žz€N3úUÉ<3á×*?²¬‚ä†"Ùc=p íÛ'¡ª1ñ"økJ†HÒ'»Ÿ+ oÏN¬Ã9 dÙãÜדÏâÍ~æc+j·Jzâ7(£ðW]•晍?nê´º6åwéåç÷N•ZŠíž›¬|?Ðõ?Ñ-E…®³ÇV$~X¯/…õ x‘LˆÑÜÚÈ7¦pzãÜüë½ðÄ^õtÝYËÍ7ÉÖÕ8ÏUe# #€r=sU¾/é’E§jRC4mxNÝ´9†íuá»›V‘ ZI€­×cr1Ÿpzsøf»¨åV‹ìû`qËLÊIã?\~¼³áËC©êhªOîO»‘ÃmçÛçút×¢x“Z}?Üê#b-¤X7õ Äò gž zzbº3œm*qvs·M=íúéw}¿&Úª°^Ö×µÏ(ø‡â†Öµƒenñý†×åQáYûœ÷ÇLœôÎNk¡ð‡¼/µ¸n0æÉ0¬ƒ‚üîÉÆvŒw®Sáö”š¯‹-üÕVŠØÙ[$`(9cqƒÔ_@BëqûÙ`Ýæ­0;79È?w<ó |ÙÜkßÌ1±Ëã ¿ìÒ»ðlìï«ÓnªèèrP´NÏš&Žéö Ù¸÷æ°~-_O'‰`°!RÚÚÝ%]Ø%þbß1'¿ÿ X՝áOöÎŒ·‹¬+Åæ*ÛÛ™0¤ƒOÍÔ `u¯¦ÂaèÐÃÓ«‹¨Ô¥µœ¿¯ÉyÅÙ.oÔôŸ Úx&(STðݽ¦õ] ’ÒNóÁäÈùr3í·žÚ[™ƒ¼veÈ÷ÞIõÎGlqÎ=M|«gsªxÅI6 ]Z·Îªä,¨zŒŽÄ~#ØŠúFñiÉqc©éÐD>S딑 GñŽ1éÐ^+ Ëi;Ô„µVÕú»i¯ÈÒ-ZÍ]òܘ®ì` bÛÙ¥_/y(@÷qÐúg Ô÷W0.Ø› 6Ò© r>QƒŒ0+Èîzb¨É+I0TbNñ"$~)ÕÒ6Þ‹{0VÆ27œWWñcÄcX×íôûyKZéðªc'iQ¿¯LaWŠŸS\·Š“źʸ…ôÙÂí|öÀÇåV|!¤ÂGâÛ[[’ï 3OrÙËPY¹=Î1õ5öåTžÑè Ú64/üö?Zëžk}¬¶éào፾á}3“ü]8Éæ¿´n²Žš_6¾pœ)2?úWÓÚ¥¾¨iWúdŽq{*ª1rXŒd…m»‰äcô¯–dâ•ã‘Jº¬§¨#¨® §,df«8ÉÅßN¾hˆ;îÓ=7áùpën®É 6ûJžO2^œÐò JÖø¥²ã›Ò6Ü·‰!wbÍ‚¬O©»õ¬ÿ ƒP=Ä:â¤-&ÙŽ ` È9 r9íϧzë> XÅ7ƒ5X–krÑ¢L 7€ìw}ÑŸNHëŒüþ:2†á¼+u·á÷N/Û'Ðç~ߘô«ëh!ónRéeQ´6QÛÿ èEwëÅÒ|¸Yqó1uêyùzð8 ƒŠù¦Ò;¹ä6öi<'ü³„[íZhu½ ùÍ¡g‚>r¯׊îÌx}bñ2“­k꣧oø~›hTèóËWò4|ki"xßQ˜Ï6øÀLnß‚0 ¹Æ{±–¶Öe#¨27È@^Ìß.1N¾œyç€õ†ñeé·Õã†çQ°€=­Ì©ºB€Ø8<‚ÃSõ®ùcc>×Ú .Fr:žÝGæ=kÁâ,^!Fž ¬,àµ}%¶«îõ¹†"r²ƒGœüYÕd?aÑÍY®49PyU ÷þ!žxÅm|/‚ãNð˜¼PcûTÒ,¹/Ý=FkÏ|u¨¶«â녏{¤m¢]Û¾ïP>®XãÞ½iÓÁ¾ ‰'¬–6ß¼(„ï— í!úÙäzôë^–:œ¨å|,_¿&š×]uÓѵÛô4’j”bž§x‘Æ©ã›á,‚[Ô ÎÞ= ŒËæ ÀùYÁ?ŽïÚ¼?ÁªxºÕÛ,°1¸‘¿ÝäãØ¯v…@¤åq½ºã œàûââ·z8Xýˆþz~—û»™âµj=Ž â~ãáh@'h¼F#·Üp?ŸëQü-løvépx»cŸø…lxâÃûG·‰¶ø”L£©%y?¦úõÆü-Õ¶¥y`Òl7>q’2üA?•F}c‡jB:¸Jÿ +§¹¿¸Q÷°ív=VÑìu[Qml%R7a×IèTõéŽx¬ ?†š7 1†îã-ˆã’L¡lŽ0OÓ=ÅuˆpÇ•¼3ÛùÒ¶W/!|’wŽw^qÔ×Ïaó M8Q¨ãÑ?ëï0IEhÄa¸X•`a ?!ÐñùQ!Rä ÂžqŽžÝO`I0ÿ J“y|ñ!Îã@99>þ8–+éáu…!ù—ä ʰ<÷6’I®z ÅS„¾)Zþ_Öýµ×ËPåOwø÷þ*üïænÖùmØÝûþ¹=>¦½öî×Jh]¼ç&@§nTŒ6IT Àõ^Fxð7Å3!Ö·aÛ$þÿ ¹ã5îIo:ȪmËY[’8ÇӾlj*òû¢¥xõ¾¼ú•åk+\ð¯ HÚoŽl•Ûk,¯ ç²²cõÅ{²Z\ ´ìQ åpzŽ3Ôð}ÿ Jð¯XO¡øÎé€hÙ¥ûLdŒ`““ù6Gá^ÃáÝ^Ë[Ñb¾YåŒÊ»dŽ4 †2§,;ÿ CQÄ´¾°¨c–±”mºV{«ßÕýÄW\ÖŸ‘çŸ,çMRÆí“l-ƒn~ë©ÉÈê Ü?#Ž•¹ðãSÒ¥ÐWNíà½;ãž)™ÎSÈ9cóLj뵿Å«iÍk¨ió­¶X‚7÷ƒ€yãnyÏŽëÞ Öt`×À×V's$È9Ú:ä{wÆEk€«†Çàc—â$éÎ.éí~Ýëk}ÅAÆpörÑ¢‡Šl¡ÑüSs‹¨‰IÝ„óÀ×wñ&eºðf™pŒÆ9gŽTø£lñëÀçŽ NkÊUK0U’p ï^¡ãÈ¥´ø{£ÙHp`’ØåbqÏ©äó^Æ: Ž' ÊóM«õz+ß×ó5Ÿ»('¹­ð¦C„$˜Å¢_ºÈI?»^äã'ñêzž+ë€ñ-½»´}¡Ë*õ?.xÇ^1ŽMyǸ&“—L–îëöâ7…' bqéÎGé]˪â1$o²¸R8Ã`.q€}sÖ¾C9­8cêÆÞíïóòvÓòùœÕfÔÚéýu­èÖ·Ú Å‚_¤³ÜۺƑߝ”àרý:׃xPþÅÕî-/üØmnQìïGΊÙRqê=>¢½õnæ·r!—h`+’;ò3È<“Û©éšóŸx*÷V¹¸×tÈiˆßwiÔÿ |cŒñÏ®3Ö½̰‰Ë Qr©ö½®¼ÛoÑÙZÅÑ«O൯ýw8;k›ÿ x†;ˆJa;‘º9÷÷R+¡ñgŽí|Iáë{ôáo2ʲ9 029ÉÏLí\‰¿¸Ÿb˜ "Bv$£&#ßiê>=ªª©f  ’N ëí>¡N­XW­~5×úíø\‰»½Ï^ø(—wÖú¥¤2íŽÞXæÁ$ °eÈ888^nÝë²ñÝÔ^ ÖÚ9Q~Ëå7ï DC¶ÑµƒsËÇè9®Wáþƒ6‡£´·°2\Ý:ÈÑ?(#¨'$õèGJ¥ñW\ÿ ‰E¶—¸™g˜ÌÀ¹;Pv ú±ÎNs·ëŸ’–"Ž/:té+ûË]öJöÓM»ëø˜*‘•^Uý—êd|‰åñMæÔÝ‹23å™6æHùÛ‚ëüñ^…ñ1¢oêûÑEØ.õ7*ÅHtÎp{g<·Á«+¸c¿¿pÓ¾Æby=8É_ÄsÆk¬ñB\jÞÔì••Ë[9Píb‹Bヅ =9­3§ð§LšÛáÖšÆæXÌÞdÛP.0\ãïÛ0?™úJ¸™Ë ”•œº+=<µI£¦í¯õêt¬d‹T¬P=ËFêT>ÍØØ@Ï9<÷AQÌ×»Õ¡xùk",JÎæù±Éç$œŽŸZWH®¯"·UÌQ ’ÙÈ]ÅXg<ã ߨg3-Üqe€0¢¨*Œ$܃ ’Sû 8㎼_/e'+Ï–-èÓ¶¶Õíß[·ÙÙ½î쏗¼sk%§µxä‰â-pÒeÆCrú ôσžû=”šÅô(QW‚Õd\ƒæ. \àö¹¯F½°³½0M>‘gr÷q+œ¶NïºHO— ¤ ܥݭ”n·J|ÆP6Kµc=Isó}Ò çGš)a=—#vK›åoK§ßóٍ¤¶¿õú…ÄRÚ[Ësöټˏ•Ë ópw®qœŒ·Ø ùÇâ‹ý‡ãKèS&ÞvûD Aù‘É9 ŒîqÅ} $SnIV[]ѐ´Ó}ØÜ¾A Ü|½kÅþÓ|E Mu R¼.I¼¶däò‚ÃkÆ}ðy¹vc iUœZ…­Õõ»z¾÷¿n¦*j-É­/àœHã\y5 Û ß™ó0— äŸnzôã#Ô¯,†¥ÚeÔ÷ÜÅ´„“'c…<íÝ€<·SŠ¥k§Ã¢éÆÆÙna‚8–=«ʪ[Ÿ™°pNî02z“ÔÙ–K8.È’Þî(vƒ2®@ äÈûãçžxäÇf¯ˆu¹yUÕîýWšÙ|›ëÒ%Q^í[æ|éo5ZY•^{96ˆY‚§v*x>âº_|U¹Ö´©tûMÒÂ9PÇ#«£#€ éÉñ‘ƒÍz/‰´-į¹°dd,Б›p03ƒœ{ç9=+ Ûᧇ¬¦[‡‚ê婺¸#±ß=³ý¿•Õµjñ½HÙh›Û[§ÚýÊöô÷{˜?ô÷·Ô.u©–_%còcAÀ˜’ }0x9Î>žñÇáÍ9,ahï¦Ì2òÓ ñÛAäry$V²Nð ]=$Ž ‚#Ù‚1ƒƒødõMax‡ÂÖ^!±KkÛ‘ «“Çó²FN8+ëÎ{Ò¼oí§[«ÕMRoËeç×[_m/¦¦k.kôgŽxsSÓ´ý`êzªÜÜKo‰cPC9ÎY‰#§^üý9¹âïÞx£Ë·Ú`±‰‹¤;³–=ÏaôÕAð‚÷kêÁNBéÎælcõö®£Fð†ô2Ò¬]ßÂK$ÓÜ®•”/ÊHàã$ä ¸÷ëf¹Oµúâ“”’²ø­è´µþöjçNü÷üÌ¿ xNïFÒd»¼·h®îT9ŽAµÖ>qÁçÔœtïÒ»\ȶÎîcÞäîó3¶@#ÉIÎ ÔñW.<´’¥–ÑÑ€ÕšA‚ ;†qÓë‚2q ÒÂó$# Çí‡ !Ë}Õ9ÈÎÑÉã=;ŒÇÎuñ+ÉûÏ¥öíeÙ+$úíÜ娯'+êZH4ƒq¶FV‹gïŒ208ÆÌ)íб>M|÷âÍã¾"iì‹¥£Jd´™OÝç;sÈúr+ÜäˆË)DŒ¥šF°*3Õ”d {zÔwºQ¿·UžÉf†~>I+ŒqÔ`ð3œ“Ü×f]œTÁÔn4“ƒø’Ýßõ_«*5šzGCÊ,þ+ê1ò÷O¶¸cœºb2yÇ;cùÕ£ñh¬›áÑŠr¤ÝäNBk¥—á—†gxšX/쑘hŸ*Tçn =û㦠2|(ð¿e·ºÖ$ ýìŸ!'åΰyîî+×öœ=Y:²¦ÓÞ×iü’—ü -BK™£˜›âÆ¡&véðõ-ûÉY¹=Onj¹ø¯¯yf4·±T Pó`çœ7={×mÃ/ ¢˜ZÚòK…G½¥b„’G AãÜœ*í¯Ã¿ IoæI¦NU8‘RwÈã;·€ Û×ëÒ”1Y •£E»ÿ Oyto¢<£Áö·šï,䉧ûA¼sû»Nò}¹üE{ÜÖªò1’õÞr0â}ÎØ#>à/8ïéÎ~—áÍ#ñÎlí§³2f'h”?C÷YËdð:qëõÓ·‚ïeÄ© ÔÈØÜRL+žAÎ3¼g=åšó³Œt3 ÑQ¦ùRÙßE®¼±w_;þhš’Sirÿ ^ˆã¼iੇ|RòO„m°J/“$·l“ ÇÓ¿ÿ [ÑŠÆ“„†Õø>cFÆ6Ø1ƒ– àz7Ldòxäüwá‹ÝAXùO•Úý’é®ähm­ •NÀ±ÌTÈç ƒ‘I$pGž:‚ÄbêW¢®œ´|­¦­nÍ>¶ÖÏ¢§ÎÜ¢ºö¹•%ÄqL^öÛ KpNA<ã¡ …î==ª¸óffËF‡yÌcÉ ©ç$ð=ñÏ­YþÊ’Ú]—¥‚¬‚eDïÎH>Ÿ_ÌTP™a‰ch['çÆÜò7a‡?w°Ïn§âÎ5”’¨¹uÚÛ|´ÓÓc§{O—ü1•ªxsÃZ…ÊÏy¡Ã3¸Ë2Èé» ‘ƒÎ äžÜðA§cáOéúÛ4ý5-fŒï„ù¬ûô.Ç Üsž•Ò¾•wo<¶Ÿ"¬¡º|£ î2sÇ¡éE²ÉFѱrU°dÜ6œ¨ mc†Îxë׺Þ'0²¡Rr„{j¾í·è›µ÷)º·å–‹î2|I®Y¼ºÍË·–ÃÆà㍣'óÆxƒOÆÞ&>\lóÌxP Xc¸ì Sþ5§qà/ê>#žÞW¸if$\3 ® ûÄ“ùŽÕê¾ð<Ó‹H¶óÏ" å·( á‘€:ã†8Ï=+ꨬUA×ÃËÚT’ÑÞöù¥¢]{»ms¥F0\ÑÕ—ô}&ÛB´ƒOŽÚ+›xíÄÀ1 ,v± žIëíZ0ǧ™3 í2®0ทp9öÝÔž)ÓZËoq/Ú“‘L ²ŒmùŽÓ9§[Û#Ä‘\ÞB¬Çs [;à à«g‚2ôòªœÝV§»·¯/[uó½õÛï¾ /šÍ}öüÿ «=x»HŸÂÞ.™ ÌQùŸh´‘#a$‚'¡u<Š›Æ>2>+ƒLSiöwµFó1!eg`£åœ ÷ëÛö}Á¿ÛVÙêv $¬ƒ|,s÷z€ð΃¨x÷ÅD\ÜŒÞmåÔ„ ˆ o| :{ÇÓ¶–òÁn!´0Ål€, ƒ ( ÛŒŒ c¶rsšæ,4‹MÛOH!@¢ ÇŽ„`å²9ÝÃw;AÍt0®¤¡…¯ØÄ.Àì클ƒ‘ßñ5Í,Óëu-ÈÔc¢KÃÓ£òÖ̺U.õL¯0…%2È—"~x ‚[`có±nHàŽyàö™¥keˆìŒÛFç{(Ø©†`Jã#Žwg<“:ÚÉ;M ^\yhûX‡vB·÷zrF?§BÊÔ/s<ÐÈB)Û± ·ÍÔwç5Âã:så§e{mѤï«Òíh—]Wm4âí¿ùþW4bC3¶ª¾Ùr$ pw`àädzt!yŠI„hÂîàM)!edŒm'æ>Ç?wzºK­ìcŒ´¯Ìq6fp$)ãw¡éUl`µ»ARAˆÝÕgr:äŒgƒéé[Ôö±”iYs5Ýï«ÙG—K=þF’æMG«óÿ `ŠKɦuOQ!ÕåŒ/ÎGÞ`@ËqÕzdõâ«Ê/Ö(ƒK´%ŽbMü åÜŸö—>¤óŒŒV‘°„I¢Yž#™¥ùÏÊ@8 œgqöö5ª4vד[¬(q cò¨À!FGaÁõõ¯?§†¥ÏU½í¿WªZ$úyú½Žz×§Éþ?>Ã×È•6°{™™ŽÙ.$`­ÎUœ…çè ' ¤r$1Ø(y7 ðV<ž:È  ÁÎMw¾Â'Øb§øxb7gãО½óÉÊë²,i„Fȹ£§8ãä½k¹¥¦ê/ç{ïê驪2œ/«ü?¯Ô›ìñÜ$þeýœRIåŒg9Ác’zrrNO bÚi¢ ѺË/$,“ª¯Ýä;Œ× ´<ÛÑn³IvŸb™¥ nm–ÄŸ—nÝÀãŽ3ëÍG,.öó³˜Ù£¹u ÊÌrŠ[<±!@Æ:c9ÅZh ì’M5ÄìÌ-‚¼ëÉùqŽGì9¬á ;¨A-ž—évþÖ–^ON·Ô”ŸEý}ú×PO&e[]ÒG¸˜Ûp ƒÃà/Ë·8ûÀ€1ž@¿ÚB*²­¼ñì8@p™8Q“žÆH'8«I-%¸‚ F»“åó6°Uù|¶Ú¸ã ò^Äw¥ŠÖK–1ÜÝK,Žddlí²0PÀü“×ükG…¯U«·¶–´w¶ŽÍ¾©yÞú[Zös•¯Á[™6° ¨¼ÉVæq·,# ìãï‘×8îry®A››¨,ãc66»Ë´ã'æÉù?t}¢æH--Òá"›|ˆ¬[í  7¶ö#¸9«––‹$,+Ëqœ\Êø c€yê^ݸÄa°«™B-9%«×®‹V´w~vÜTéꢷþ¼ˆ%·¹• ’[xç•÷2gØS?6åÀÚ õ9É#š@÷bT¸º²C*3Bá¤òÎA9 =úU§Ó"2Ãlá0iÝIc‚2Î@%öç94ùô»'»HÄ¥Ô¾@à Tp£šíx:úÊ:5eºßMý×wµ›Ó_+šº3Ýyvÿ "ºÇ<ÂI>Õ 1G·Ë«È«É# àÈÇ øp Jv·šæDûE¿›†Ë’NFr2qŸ½ÇAÜšu•´éí#Ħ8£2”Ú2Ã/€[ÎTr;qŠz*ý’Îþ(≠;¡TÆâ›;ºÿ àçœk‘Þ­8¾Uª¾íé{^×IZéwÓkXÉûÑZo¯_øo×È¡¬ â–ÞR§2„‚Àœü½ùç® SVa†Âüª¼±D‘ŒísŸàä|ä2 æ[‹z”¯s{wn„ÆmáóCO+†GO8Ïeçåº`¯^¼ðG5f{Xžä,k‰<á y™¥voÆ éÛõëI=œ1‹éíÔÀÑ)R#;AÂncäŽ:tÏ#¶TkB.0Œ-ÖÞZÛgumß}fÎJÉ+#2êÔP£žùÈÅi¢%œ3P*Yƒò‚Aì“Ž2r:ƒÐúñi­RUQq‰H9!”={~¼ “JŽV¥»×²m.ÛߺiYl¾òk˜gL³·rT• ’…wHÁ6ä`–Î3ùÌ4Øe³†&òL‘•%clyîAÂäà0 žüç$[3uŘpNOÀÉ=† cï{rYK ååä~FÁ •a»"Lär1Ó¯2Äõæ<™C•.fÕ»è¥~½-¿g½Â4¡{[ør¨¶·Žõäx¥’l®qpwÇ»8ärF \cޏܯÓ-g‚yciÏÀ¾rÎwèØÈ#o°Á9ã5¢šfÔxÞæfGusÏÌJÿ µ×œ/LtãÅT7²¶w,l ɳ;”eúà·¨çîŒsÜgTÃS¦­^ '~‹®›¯+k÷ZÖd©Æ*Ó[Ü«%Œk0ŽXƒ”$k#Ȩ P2bv‘ƒŸáÇ™ÆÕb)m$É*8óLE‘8'–ÜN Úyàúô­+{uº±I'wvš4fÜr íì½=úuú sFlìV$‘ö†Hсù€$§ õ=½¸«Ž] :Ž+•¦ïmRþ½l´îÊT#nkiøÿ _ðÆT¶7Ò½ºÒ£Î¸d\ã8=yãŽÜäR{x]ZâÚé#¸r²#»ÎHÆ6õ ç® ÎFkr;sºÄ.&;só± Ç9êH÷ýSšÕ­tÐU¢-n­ Ì| vqœ„{gŒt§S.P‹’މ_[;m¥Þ­ZýRûÂX{+¥úü¼ú•-àÓ7!„G"“´‹žƒnrYXã¸îp éœ!Ó­oP̏tÑ (‰Þ¹é€sÓ#GLçÕšÑnJý¡!‘Tä#“ß?îýp}xÇ‚I¥Õn#·¸–y'qó@r[ Êô÷<ÔWÃÓ¢áN¥4ԝ’I&ݼ¬¬¼ÞºvéÆ FQV~_ÒüJÖÚt¥¦Xá3BÄP^%ÈÎW-×c¡ú©¤·Iþèk¥š?–UQåIR[’O 5x\ÉhÆI¶K4«2ùªŠŒ<¼óœçØ`u«‚Í.VHä € Ëgfx''9ÆI#±®Z8 sISºku¢ßÞ]úk»Jößl¡B.Ü»ÿ MWe °·Ž%šêɆ¼»Âù³´œ O¿cÐÓÄh©"ÛÜÏ.ÖV ’3nüÄmnq[ŒòznšÖ>J¬òˆæ…qýØP Ž:ä7^0yëWšÍ_79äoaÈ °#q0{ää×mœy”R{vÒÞ¶ÚÏe¥“ÚÆÐ¥Ì®—õýjR •íç›Ìb„+J yÜØÙ•Ç]¿Ôd þËOL²”9-Œ—õÃc'æÝלçÚ²ìejP“½ âù°¨†ðqòädЃÉäÖÜj÷PÇp“ÍšŠå«‘î <iWN­smª»¶vÓz5»ûì:Rs\Ðßôû×uÔÿÙ