//Sidebar @if(userPermission(800))
  • @endif //student Sidebar @if(userPermission(800))
  • @endif //Parent Sidebar @if(userPermission(97))
  • @endif //lesson Plan validate validateLssonPlan = () => { var lesson = document.getElementById("select_lesson").value; var topic = document.getElementById("select_topic").value; var i = 0; if (lesson == "") { document.getElementById("lesson_error").innerHTML = "Lesson field is required"; i++; } else { document.getElementById("lesson_error").innerHTML = ""; } if (topic == "") { document.getElementById("topic_error").innerHTML = "Topic field is required"; i++; } else { document.getElementById("topic_error").innerHTML = ""; } if (i > 0) { return false; } }; //language [19, 'lesson', 'Lesson', 'Lesson', 'পাঠ', 'Lesson'], [19, 'plan', 'Plan', 'Plan', 'পরিকল্পনা', 'Plan'], [19, 'sub', 'Sub', 'Sub', 'উপ', 'Sub'], [19, 'lesson_plan', 'Lesson Plan', 'Lesson Plan', 'পাঠ পরিকল্পনা', 'Lesson Plan'], [19, 'lesson_plan_overview', 'Lesson Plan Overview', 'Lesson Plan Overview', 'পাঠ পরিকল্পনা বিবরণ', 'Lesson Plan Overview'], [19, 'sup_topic', 'Sup Topic', 'Sup Topic', 'উপ বিষয়', 'Sup Topic'], [19, 'topic', 'Topic', 'Topic', 'বিষয়', 'Topic'], [19, 'overview', 'Overview', 'Overview', 'সংক্ষিপ্ত বিবরণ', 'Overview'], [19, 'topic_overview', 'Topic Overview', 'Topic Overview', 'বিষয় বিবরণ', 'Topic Overview'], [19, 'progress', 'Progress', 'Progreso', 'অগ্রগতি', 'Progression'], [19, 'upcoming', 'Upcoming', 'Upcoming', 'আসন্ন', 'Upcoming'], [19, 'teaching', 'Teaching', 'Teaching', 'শিক্ষাদান', 'Teaching'], [19, 'general', 'General', 'General', 'সাধারণ', 'General'], [19, 'objectives', 'Objectives', 'Objectives', 'উদ্দেশ্য', 'Objectives'], [19, 'knowledge', 'Knowledge', 'Knowledge', 'জ্ঞান', 'Knowledge'], [19, 'comprehensive', 'Comprehensive', 'Comprehensive', 'বিস্তৃত', 'Comprehensive'], [19, 'lecture', 'Lecture', 'Lecture', 'লেকচার', 'Lecture'], [19, 'youtube', 'YouTube', 'YouTube', 'ইউটিউব', 'YouTube'], [19, 'multiple', 'Multiple', 'Multiple', 'একাধিক', 'Multiple'], [19, 'separate', 'Separate', 'Separate', 'পৃথক', 'Separate'], [19, 'coma', 'Coma', 'Coma', 'কমা', 'Coma'], //infix permission already you have //include footer.blade.php (backend)