Home › Forums › Teachify LMS › Teachify LMS – Lecture content locked › Reply To: Teachify LMS – Lecture content locked
//Mark, If an user is Super Admin. if ( Auth::check() ){ if ( $user->isAdmin ){ $isOpen = $user->isAdmin(); } }
Bring these code so admin can check pending course I think.